/*!********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./cartridge/client/default/scss/rewardV2.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}
@media (min-width: 481px) {
  .container {
    max-width: 768px;
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media (min-width: 769px) {
  .container {
    max-width: 1024px;
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 1025px) {
  .container {
    max-width: 1280px;
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 1441px) {
  .container {
    max-width: 1432px;
  }
}

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}
@media (min-width: 481px) {
  .container-fluid {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media (min-width: 769px) {
  .container-fluid {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 1025px) {
  .container-fluid {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}

.row--no-gap {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0;
}

.col-1 {
  grid-column: span 1;
}

.col-2 {
  grid-column: span 2;
}

.col-3 {
  grid-column: span 3;
}

.col-4 {
  grid-column: span 4;
}

.col-5 {
  grid-column: span 5;
}

.col-6 {
  grid-column: span 6;
}

.col-7 {
  grid-column: span 7;
}

.col-8 {
  grid-column: span 8;
}

.col-9 {
  grid-column: span 9;
}

.col-10 {
  grid-column: span 10;
}

.col-11 {
  grid-column: span 11;
}

.col-12 {
  grid-column: span 12;
}

.col {
  grid-column: span 1;
}

.col-auto {
  grid-column: auto;
}

@media (min-width: 481px) {
  .col-sm-1 {
    grid-column: span 1;
  }
  .col-sm-2 {
    grid-column: span 2;
  }
  .col-sm-3 {
    grid-column: span 3;
  }
  .col-sm-4 {
    grid-column: span 4;
  }
  .col-sm-5 {
    grid-column: span 5;
  }
  .col-sm-6 {
    grid-column: span 6;
  }
  .col-sm-7 {
    grid-column: span 7;
  }
  .col-sm-8 {
    grid-column: span 8;
  }
  .col-sm-9 {
    grid-column: span 9;
  }
  .col-sm-10 {
    grid-column: span 10;
  }
  .col-sm-11 {
    grid-column: span 11;
  }
  .col-sm-12 {
    grid-column: span 12;
  }
  .col-sm {
    grid-column: span 1;
  }
  .col-sm-auto {
    grid-column: auto;
  }
}
@media (min-width: 769px) {
  .col-md-1 {
    grid-column: span 1;
  }
  .col-md-2 {
    grid-column: span 2;
  }
  .col-md-3 {
    grid-column: span 3;
  }
  .col-md-4 {
    grid-column: span 4;
  }
  .col-md-5 {
    grid-column: span 5;
  }
  .col-md-6 {
    grid-column: span 6;
  }
  .col-md-7 {
    grid-column: span 7;
  }
  .col-md-8 {
    grid-column: span 8;
  }
  .col-md-9 {
    grid-column: span 9;
  }
  .col-md-10 {
    grid-column: span 10;
  }
  .col-md-11 {
    grid-column: span 11;
  }
  .col-md-12 {
    grid-column: span 12;
  }
  .col-md {
    grid-column: span 1;
  }
  .col-md-auto {
    grid-column: auto;
  }
}
@media (min-width: 1025px) {
  .col-lg-1 {
    grid-column: span 1;
  }
  .col-lg-2 {
    grid-column: span 2;
  }
  .col-lg-3 {
    grid-column: span 3;
  }
  .col-lg-4 {
    grid-column: span 4;
  }
  .col-lg-5 {
    grid-column: span 5;
  }
  .col-lg-6 {
    grid-column: span 6;
  }
  .col-lg-7 {
    grid-column: span 7;
  }
  .col-lg-8 {
    grid-column: span 8;
  }
  .col-lg-9 {
    grid-column: span 9;
  }
  .col-lg-10 {
    grid-column: span 10;
  }
  .col-lg-11 {
    grid-column: span 11;
  }
  .col-lg-12 {
    grid-column: span 12;
  }
  .col-lg {
    grid-column: span 1;
  }
  .col-lg-auto {
    grid-column: auto;
  }
}
@media (min-width: 1441px) {
  .col-xl-1 {
    grid-column: span 1;
  }
  .col-xl-2 {
    grid-column: span 2;
  }
  .col-xl-3 {
    grid-column: span 3;
  }
  .col-xl-4 {
    grid-column: span 4;
  }
  .col-xl-5 {
    grid-column: span 5;
  }
  .col-xl-6 {
    grid-column: span 6;
  }
  .col-xl-7 {
    grid-column: span 7;
  }
  .col-xl-8 {
    grid-column: span 8;
  }
  .col-xl-9 {
    grid-column: span 9;
  }
  .col-xl-10 {
    grid-column: span 10;
  }
  .col-xl-11 {
    grid-column: span 11;
  }
  .col-xl-12 {
    grid-column: span 12;
  }
  .col-xl {
    grid-column: span 1;
  }
  .col-xl-auto {
    grid-column: auto;
  }
}
.col-offset-1 {
  grid-column-start: 2;
}

.col-offset-2 {
  grid-column-start: 3;
}

.col-offset-3 {
  grid-column-start: 4;
}

.col-offset-4 {
  grid-column-start: 5;
}

.col-offset-5 {
  grid-column-start: 6;
}

.col-offset-6 {
  grid-column-start: 7;
}

.col-offset-7 {
  grid-column-start: 8;
}

.col-offset-8 {
  grid-column-start: 9;
}

.col-offset-9 {
  grid-column-start: 10;
}

.col-offset-10 {
  grid-column-start: 11;
}

.col-offset-11 {
  grid-column-start: 12;
}

@media (min-width: 481px) {
  .col-sm-offset-1 {
    grid-column-start: 2;
  }
  .col-sm-offset-2 {
    grid-column-start: 3;
  }
  .col-sm-offset-3 {
    grid-column-start: 4;
  }
  .col-sm-offset-4 {
    grid-column-start: 5;
  }
  .col-sm-offset-5 {
    grid-column-start: 6;
  }
  .col-sm-offset-6 {
    grid-column-start: 7;
  }
  .col-sm-offset-7 {
    grid-column-start: 8;
  }
  .col-sm-offset-8 {
    grid-column-start: 9;
  }
  .col-sm-offset-9 {
    grid-column-start: 10;
  }
  .col-sm-offset-10 {
    grid-column-start: 11;
  }
  .col-sm-offset-11 {
    grid-column-start: 12;
  }
}
@media (min-width: 769px) {
  .col-md-offset-1 {
    grid-column-start: 2;
  }
  .col-md-offset-2 {
    grid-column-start: 3;
  }
  .col-md-offset-3 {
    grid-column-start: 4;
  }
  .col-md-offset-4 {
    grid-column-start: 5;
  }
  .col-md-offset-5 {
    grid-column-start: 6;
  }
  .col-md-offset-6 {
    grid-column-start: 7;
  }
  .col-md-offset-7 {
    grid-column-start: 8;
  }
  .col-md-offset-8 {
    grid-column-start: 9;
  }
  .col-md-offset-9 {
    grid-column-start: 10;
  }
  .col-md-offset-10 {
    grid-column-start: 11;
  }
  .col-md-offset-11 {
    grid-column-start: 12;
  }
}
@media (min-width: 1025px) {
  .col-lg-offset-1 {
    grid-column-start: 2;
  }
  .col-lg-offset-2 {
    grid-column-start: 3;
  }
  .col-lg-offset-3 {
    grid-column-start: 4;
  }
  .col-lg-offset-4 {
    grid-column-start: 5;
  }
  .col-lg-offset-5 {
    grid-column-start: 6;
  }
  .col-lg-offset-6 {
    grid-column-start: 7;
  }
  .col-lg-offset-7 {
    grid-column-start: 8;
  }
  .col-lg-offset-8 {
    grid-column-start: 9;
  }
  .col-lg-offset-9 {
    grid-column-start: 10;
  }
  .col-lg-offset-10 {
    grid-column-start: 11;
  }
  .col-lg-offset-11 {
    grid-column-start: 12;
  }
}
@media (min-width: 1441px) {
  .col-xl-offset-1 {
    grid-column-start: 2;
  }
  .col-xl-offset-2 {
    grid-column-start: 3;
  }
  .col-xl-offset-3 {
    grid-column-start: 4;
  }
  .col-xl-offset-4 {
    grid-column-start: 5;
  }
  .col-xl-offset-5 {
    grid-column-start: 6;
  }
  .col-xl-offset-6 {
    grid-column-start: 7;
  }
  .col-xl-offset-7 {
    grid-column-start: 8;
  }
  .col-xl-offset-8 {
    grid-column-start: 9;
  }
  .col-xl-offset-9 {
    grid-column-start: 10;
  }
  .col-xl-offset-10 {
    grid-column-start: 11;
  }
  .col-xl-offset-11 {
    grid-column-start: 12;
  }
}
.section {
  padding-top: 24px;
  padding-bottom: 40px;
}
@media (min-width: 481px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 769px) {
  .section {
    padding-top: 40px;
    padding-bottom: 64px;
  }
}
@media (min-width: 1025px) {
  .section {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}

body {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #222222;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #222222;
}
a:hover, a:focus {
  color: #004cb3;
}

.display-serif {
  font-family: "Noto Serif", serif;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 40px;
}
@media (min-width: 769px) {
  .display-serif {
    font-size: 64px;
    line-height: 72px;
  }
}

.display-sans {
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 40px;
}
@media (min-width: 769px) {
  .display-sans {
    font-size: 56px;
    line-height: 72px;
  }
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Noto Serif", serif;
  color: #222222;
  margin: 0;
}

h1, .h1 {
  font-weight: 600;
  letter-spacing: 0;
  font-style: normal;
  font-size: 36px;
  line-height: 48px;
}
@media (min-width: 769px) {
  h1, .h1 {
    font-size: 52px;
    line-height: 62px;
  }
}

h2, .h2 {
  font-weight: 600;
  letter-spacing: 0;
  font-size: 30px;
  line-height: 36px;
}
@media (min-width: 769px) {
  h2, .h2 {
    font-size: 46px;
    line-height: 62px;
  }
}

h3, .h3 {
  font-weight: 600;
  letter-spacing: 0;
  font-size: 26px;
  line-height: 34px;
}
@media (min-width: 769px) {
  h3, .h3 {
    font-size: 32px;
    line-height: 40px;
  }
}

h4, .h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.1em;
}
@media (min-width: 769px) {
  h4, .h4 {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0.12em;
  }
}

h5, .h5 {
  font-weight: 700;
  letter-spacing: 0.025em;
  font-size: 24px;
  line-height: 22px;
}
@media (min-width: 769px) {
  h5, .h5 {
    font-size: 24px;
    line-height: 28px;
  }
}

h6, .h6 {
  font-weight: 600;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 769px) {
  h6, .h6 {
    font-size: 20px;
    line-height: 26px;
  }
}

.subheading-large {
  font-family: "Mulish", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 32px;
}
@media (min-width: 769px) {
  .subheading-large {
    font-size: 26px;
    line-height: 34px;
  }
}

.subheading-medium {
  font-family: "Mulish", sans-serif;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
}
@media (min-width: 769px) {
  .subheading-medium {
    font-size: 24px;
    line-height: 20px;
  }
}

.subheading-small {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.subheading-xsmall {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.body-large {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 34px;
  letter-spacing: 0;
}
.body-large--medium {
  font-weight: 500;
}
.body-large--bold {
  font-weight: 700;
}

.body-medium {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
}
.body-medium--medium {
  font-weight: 500;
}
.body-medium--bold {
  font-weight: 700;
}

.body-small {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
}
.body-small--medium {
  font-weight: 500;
}
.body-small--bold {
  font-weight: 700;
}

.body-xsmall {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0;
}
.body-xsmall--medium {
  font-weight: 500;
}
.body-xsmall--bold {
  font-weight: 700;
}

sup {
  font-size: 0.6em;
  vertical-align: super;
}

.divider {
  display: block;
  width: 100%;
  border: 0;
  border-top: 1px solid #222222;
}
.divider--secondary {
  border-top-color: #cbcbcb;
}
.divider--inverse {
  border-top-color: #f6f6f6;
}

hr {
  margin: 0;
  border: 0;
  border-top: 1px solid #222222;
  opacity: 1;
}

.divider-vertical {
  display: inline-block;
  width: 0;
  border: 0;
  border-left: 1px solid #222222;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.divider-vertical--secondary {
  border-left-color: #cbcbcb;
}
.divider-vertical--inverse {
  border-left-color: #f6f6f6;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 24px;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}
.btn:disabled, [aria-disabled=true].btn {
  cursor: not-allowed;
  pointer-events: none;
}

.btn--tiny {
  font-size: 16px;
  font-weight: 500;
  padding: 8px 16px;
}

.btn--primary {
  background-color: #006dff;
  border-color: #006dff;
  color: #ffffff;
}
.btn--primary:hover, .btn--primary:focus-visible {
  background-color: #004cb3;
  border-color: #004cb3;
  color: #ffffff;
}

.btn--primary-inverse {
  background-color: #f6f6f6;
  border-color: #f6f6f6;
  color: #222222;
}
.btn--primary-inverse:hover, .btn--primary-inverse:focus-visible {
  background-color: #ecf4ff;
  border-color: #ecf4ff;
  color: #004cb3;
}

.btn--secondary {
  background-color: transparent;
  border-color: #006dff;
  color: #006dff;
}
.btn--secondary:hover, .btn--secondary:focus-visible {
  background-color: transparent;
  border-color: #004cb3;
  color: #004cb3;
}

.btn--lg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 62px;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 4px;
  backdrop-filter: blur(4px);
}

.btn--secondary-inverse {
  border-color: #f6f6f6;
  color: #f6f6f6;
}
.btn--secondary-inverse:hover, .btn--secondary-inverse:focus-visible {
  background-color: #ecf4ff;
  border-color: #ecf4ff;
  color: #004cb3;
}

.btn--tertiary {
  background-color: transparent;
  border-color: #222222;
  color: #222222;
}
.btn--tertiary:hover, .btn--tertiary:focus-visible {
  background-color: #222222;
  border-color: #222222;
  color: #ffffff;
}

.btn--disabled,
.btn:disabled,
.btn[aria-disabled=true] {
  cursor: not-allowed;
  pointer-events: none;
}

.text-link--emphasized, .text-link--stylized, .text-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.text-link {
  font-weight: 400;
  color: #222222;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.text-link:hover, .text-link:focus-visible {
  color: #004cb3;
}
.text-link--inverse {
  color: #f6f6f6;
}
.text-link--inverse:hover, .text-link--inverse:focus-visible {
  color: #9dc7ff;
}

.text-link--stylized {
  font-weight: 500;
  color: #222222;
  text-decoration: none;
}
.text-link--stylized::after {
  content: "→";
  display: inline-block;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.text-link--stylized:hover, .text-link--stylized:focus-visible {
  color: #004cb3;
}
.text-link--stylized:hover::after, .text-link--stylized:focus-visible::after {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.text-link--stylized--inverse {
  color: #f6f6f6;
}
.text-link--stylized--inverse:hover, .text-link--stylized--inverse:focus-visible {
  color: #9dc7ff;
}

.text-link--emphasized {
  font-weight: 700;
  color: #222222;
  text-decoration: none;
}
.text-link--emphasized::after {
  content: "→";
  display: inline-block;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.text-link--emphasized:hover, .text-link--emphasized:focus-visible {
  color: #004cb3;
}
.text-link--emphasized:hover::after, .text-link--emphasized:focus-visible::after {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.text-link--emphasized--inverse {
  color: #f6f6f6;
}
.text-link--emphasized--inverse:hover, .text-link--emphasized--inverse:focus-visible {
  color: #9dc7ff;
}

.text-link--icon-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.text-link--icon-left::after {
  display: none;
}

p a,
.body-copy a {
  color: #222222;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
p a:hover, p a:focus-visible,
.body-copy a:hover,
.body-copy a:focus-visible {
  color: #004cb3;
}

/* =========================
   STATUS BUTTON BASE
   ========================= */
.is-loading,
.is-success-animate,
.is-error-animate {
  position: relative;
  pointer-events: none;
  overflow: hidden;
}

/* =========================
   STATUS BUTTON BASE
   ========================= */
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.is-loading,
.is-success-animate,
.is-error-animate {
  position: relative;
  pointer-events: none;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}

.button-status {
  --status-size: 16px;
  --status-color: #fff;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 var(--status-size);
          flex: 0 0 var(--status-size);
  width: var(--status-size);
  height: var(--status-size);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.button-status__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}

.is-status-only {
  gap: 0;
}

.is-status-only .button-status__text {
  display: none;
}

.button-status::before,
.button-status::after {
  content: none;
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
}

/* =========================
   LOADING
   ========================= */
.is-loading .button-status::before,
.is-loading .button-status::after {
  content: "";
}

.is-loading .button-status::before {
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #fff;
  border-radius: 50%;
  -webkit-animation: button-loading-spin 700ms linear infinite;
          animation: button-loading-spin 700ms linear infinite;
}

.is-loading .button-status::after {
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.18);
          box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.18);
  -webkit-animation: button-loading-pulse 1400ms ease-out infinite;
          animation: button-loading-pulse 1400ms ease-out infinite;
}

@-webkit-keyframes button-loading-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes button-loading-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes button-loading-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.18);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.18);
  }
  70% {
    -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes button-loading-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.18);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.18);
  }
  70% {
    -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
/* =========================
   SUCCESS
   ========================= */
.is-success-animate .button-status::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  background-color: #fff;
  -webkit-animation: button-status-icon-in 220ms ease-out forwards;
          animation: button-status-icon-in 220ms ease-out forwards;
  -webkit-mask: url("../images/icons/success.svg") center/contain no-repeat;
  mask: url("../images/icons/success.svg") center/contain no-repeat;
}

/* =========================
   ERROR
   ========================= */
.is-error-animate {
  background-color: #ff502d !important;
  border-color: #ff502d !important;
}

.is-error-animate .button-status::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  background-color: #fff;
  -webkit-animation: button-status-icon-in 220ms ease-out forwards;
          animation: button-status-icon-in 220ms ease-out forwards;
  -webkit-mask: url("../images/icons/error.svg") center/contain no-repeat;
  mask: url("../images/icons/error.svg") center/contain no-repeat;
}

@-webkit-keyframes button-status-icon-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes button-status-icon-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* Secondary button overrides */
.btn--secondary.is-loading .button-status::before {
  border-color: rgba(0, 109, 255, 0.35);
  border-top-color: #006dff;
}

.btn--secondary.is-loading .button-status::after {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 109, 255, 0.18);
          box-shadow: 0 0 0 0 rgba(0, 109, 255, 0.18);
}

.btn--secondary.is-success-animate .button-status::after {
  background-color: #006dff;
}

.btn--secondary.is-error-animate .button-status__text {
  color: #ffffff;
}

.btn--secondary.is-success-animate .button-status__text {
  color: #006dff;
}

.btn--secondary.is-success-animate .button-status {
  border-color: #006dff;
}

.overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(34, 34, 34, 0.5);
  z-index: 400;
}

.overlay--light {
  background-color: rgba(255, 255, 255, 0.6);
}

.drawer--left, .drawer--right, .drawer--top, .drawer--bottom {
  position: fixed;
  z-index: 500;
  background-color: #ffffff;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer--bottom {
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 -4px 24px rgba(34, 34, 34, 0.18), 0 -1px 6px rgba(34, 34, 34, 0.1);
          box-shadow: 0 -4px 24px rgba(34, 34, 34, 0.18), 0 -1px 6px rgba(34, 34, 34, 0.1);
}

.drawer--top {
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 4px 24px rgba(34, 34, 34, 0.18), 0 1px 6px rgba(34, 34, 34, 0.1);
          box-shadow: 0 4px 24px rgba(34, 34, 34, 0.18), 0 1px 6px rgba(34, 34, 34, 0.1);
}

.drawer--right {
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: -4px 0 24px rgba(34, 34, 34, 0.18), -1px 0 6px rgba(34, 34, 34, 0.1);
          box-shadow: -4px 0 24px rgba(34, 34, 34, 0.18), -1px 0 6px rgba(34, 34, 34, 0.1);
}

.drawer--left {
  top: 0;
  left: 0;
  bottom: 0;
  -webkit-box-shadow: 4px 0 24px rgba(34, 34, 34, 0.18), 1px 0 6px rgba(34, 34, 34, 0.1);
          box-shadow: 4px 0 24px rgba(34, 34, 34, 0.18), 1px 0 6px rgba(34, 34, 34, 0.1);
}

.bg-blur {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background-color: rgba(34, 34, 34, 0.55);
}

.bg-blur--light {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background-color: rgba(255, 255, 255, 0.55);
}

.notification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  border: 1px solid #cbcbcb;
  border-radius: 8px;
  padding: 16px 16px;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #222222;
  -ms-flex-item-align: baseline;
      align-self: baseline;
}
.notification--success {
  background-color: rgba(54, 175, 121, 0.06);
  border-color: #36af79;
}
.notification--error {
  background-color: rgba(255, 80, 45, 0.06);
  border-color: #ff502d;
}
.notification--warning {
  background-color: rgba(250, 215, 0, 0.08);
  border-color: #fad700;
}
.notification--primary {
  padding: 16px 10px;
  background: #ecf4ff;
  border-color: #9dc7ff;
  color: #222222;
  font-family: "Mulish", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
}

.notification-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  color: #ff502d;
}
.notification-inline__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.notification-inline__text {
  font-family: "Mulish", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
}

.arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  color: #222222;
}
.arrow--secondary {
  color: #848484;
}
.arrow--primary {
  color: #006dff;
}
.arrow--disabled {
  color: #cbcbcb;
  pointer-events: none;
}

.arrow-nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  background-color: transparent;
  border: 0px solid transparent;
  border-radius: 9999px;
  color: #222222;
  cursor: pointer;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.arrow-nav:hover, .arrow-nav:focus-visible {
  color: #006dff;
}
.arrow-nav:disabled, [aria-disabled=true].arrow-nav {
  color: #cbcbcb;
  cursor: not-allowed;
  pointer-events: none;
}

.arrow-nav--bordered {
  border-width: 1px;
  border-color: #222222;
}
.arrow-nav--bordered:hover, .arrow-nav--bordered:focus-visible {
  background-color: #222222;
  border-color: #222222;
  color: #ffffff;
}
.arrow-nav--bordered:disabled, .arrow-nav--bordered[aria-disabled=true] {
  border-color: #cbcbcb;
  color: #cbcbcb;
  background-color: transparent;
}
.arrow-nav--inverse {
  color: #f6f6f6;
}
.arrow-nav--inverse:hover, .arrow-nav--inverse:focus-visible {
  color: #9dc7ff;
}
.arrow-nav--inverse.arrow-nav--bordered {
  border-color: #f6f6f6;
}
.arrow-nav--inverse.arrow-nav--bordered:hover, .arrow-nav--inverse.arrow-nav--bordered:focus-visible {
  background-color: #f6f6f6;
  border-color: #f6f6f6;
  color: #222222;
}

.stepper-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.stepper-nav__track {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 0.66px;
  background-color: #cbcbcb;
  border-radius: 9999px;
  overflow: hidden;
}

.stepper-nav__progress {
  height: 100%;
  background-color: #222222;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.stepper-nav__controls {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

body.reward-page-v2 {
  margin: 0;
  min-height: 100vh;
  background-color: #f6f6f6;
}

.reward-layout-v2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 16px;
  min-height: 100vh;
}

.reward-main-v2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 16px;
}
@media (min-width: 769px) {
  .reward-main-v2 {
    padding: 0 16px;
  }
}
@media (min-width: 1025px) {
  .reward-main-v2 {
    max-width: 1280px;
    width: calc(100% - 32px);
    -ms-flex-item-align: center;
        align-self: center;
  }
}

@media (min-width: 1025px) {
  .reward-main-v2.wide {
    width: calc(100% - 32px);
  }
}
@media (min-width: 1441px) {
  .reward-main-v2.wide {
    max-width: 2000px;
    width: calc(100% - 32px);
    -ms-flex-item-align: center;
        align-self: center;
  }
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  fill: currentColor;
  vertical-align: middle;
}

.icon-check {
  background-image: url("../images/icons/success.svg");
}

.icon-check--green {
  background-image: url("../images/icons/success_green.svg");
}

.icon-progress {
  background-image: url("../images/icons/progress.svg");
}

.icon-error {
  background-image: url("../images/icons/error.svg");
}

.icon-error--red {
  background-image: url("../images/icons/error-red.svg");
}

.icon-paper-plane {
  width: 92px;
  height: 89px;
  background-image: url("../images/icons/paper-plane.png");
}

.icon-completed {
  background-image: url("../images/icons/completed.png");
}

:root {
  --spacing-none: 0px;
  --spacing-25: 2px;
  --spacing-50: 4px;
  --spacing-100: 6px;
  --spacing-200: 8px;
  --spacing-300: 12px;
  --spacing-400: 16px;
  --spacing-500: 20px;
  --spacing-600: 24px;
  --spacing-700: 32px;
  --spacing-800: 40px;
  --spacing-900: 48px;
  --spacing-1000: 64px;
  --spacing-1100: 80px;
  --spacing-1200: 96px;
  --spacing-1300: 128px;
}

.p-none {
  padding: 0px;
}

.pt-none {
  padding-top: 0px;
}

.pr-none {
  padding-right: 0px;
}

.pb-none {
  padding-bottom: 0px;
}

.pl-none {
  padding-left: 0px;
}

.px-none {
  padding-left: 0px;
  padding-right: 0px;
}

.py-none {
  padding-top: 0px;
  padding-bottom: 0px;
}

.p-25 {
  padding: 2px;
}

.pt-25 {
  padding-top: 2px;
}

.pr-25 {
  padding-right: 2px;
}

.pb-25 {
  padding-bottom: 2px;
}

.pl-25 {
  padding-left: 2px;
}

.px-25 {
  padding-left: 2px;
  padding-right: 2px;
}

.py-25 {
  padding-top: 2px;
  padding-bottom: 2px;
}

.p-50 {
  padding: 4px;
}

.pt-50 {
  padding-top: 4px;
}

.pr-50 {
  padding-right: 4px;
}

.pb-50 {
  padding-bottom: 4px;
}

.pl-50 {
  padding-left: 4px;
}

.px-50 {
  padding-left: 4px;
  padding-right: 4px;
}

.py-50 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.p-100 {
  padding: 6px;
}

.pt-100 {
  padding-top: 6px;
}

.pr-100 {
  padding-right: 6px;
}

.pb-100 {
  padding-bottom: 6px;
}

.pl-100 {
  padding-left: 6px;
}

.px-100 {
  padding-left: 6px;
  padding-right: 6px;
}

.py-100 {
  padding-top: 6px;
  padding-bottom: 6px;
}

.p-200 {
  padding: 8px;
}

.pt-200 {
  padding-top: 8px;
}

.pr-200 {
  padding-right: 8px;
}

.pb-200 {
  padding-bottom: 8px;
}

.pl-200 {
  padding-left: 8px;
}

.px-200 {
  padding-left: 8px;
  padding-right: 8px;
}

.py-200 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.p-300 {
  padding: 12px;
}

.pt-300 {
  padding-top: 12px;
}

.pr-300 {
  padding-right: 12px;
}

.pb-300 {
  padding-bottom: 12px;
}

.pl-300 {
  padding-left: 12px;
}

.px-300 {
  padding-left: 12px;
  padding-right: 12px;
}

.py-300 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.p-400 {
  padding: 16px;
}

.pt-400 {
  padding-top: 16px;
}

.pr-400 {
  padding-right: 16px;
}

.pb-400 {
  padding-bottom: 16px;
}

.pl-400 {
  padding-left: 16px;
}

.px-400 {
  padding-left: 16px;
  padding-right: 16px;
}

.py-400 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.p-500 {
  padding: 20px;
}

.pt-500 {
  padding-top: 20px;
}

.pr-500 {
  padding-right: 20px;
}

.pb-500 {
  padding-bottom: 20px;
}

.pl-500 {
  padding-left: 20px;
}

.px-500 {
  padding-left: 20px;
  padding-right: 20px;
}

.py-500 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.p-600 {
  padding: 24px;
}

.pt-600 {
  padding-top: 24px;
}

.pr-600 {
  padding-right: 24px;
}

.pb-600 {
  padding-bottom: 24px;
}

.pl-600 {
  padding-left: 24px;
}

.px-600 {
  padding-left: 24px;
  padding-right: 24px;
}

.py-600 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.p-700 {
  padding: 32px;
}

.pt-700 {
  padding-top: 32px;
}

.pr-700 {
  padding-right: 32px;
}

.pb-700 {
  padding-bottom: 32px;
}

.pl-700 {
  padding-left: 32px;
}

.px-700 {
  padding-left: 32px;
  padding-right: 32px;
}

.py-700 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.p-800 {
  padding: 40px;
}

.pt-800 {
  padding-top: 40px;
}

.pr-800 {
  padding-right: 40px;
}

.pb-800 {
  padding-bottom: 40px;
}

.pl-800 {
  padding-left: 40px;
}

.px-800 {
  padding-left: 40px;
  padding-right: 40px;
}

.py-800 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.p-900 {
  padding: 48px;
}

.pt-900 {
  padding-top: 48px;
}

.pr-900 {
  padding-right: 48px;
}

.pb-900 {
  padding-bottom: 48px;
}

.pl-900 {
  padding-left: 48px;
}

.px-900 {
  padding-left: 48px;
  padding-right: 48px;
}

.py-900 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.p-1000 {
  padding: 64px;
}

.pt-1000 {
  padding-top: 64px;
}

.pr-1000 {
  padding-right: 64px;
}

.pb-1000 {
  padding-bottom: 64px;
}

.pl-1000 {
  padding-left: 64px;
}

.px-1000 {
  padding-left: 64px;
  padding-right: 64px;
}

.py-1000 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.p-1100 {
  padding: 80px;
}

.pt-1100 {
  padding-top: 80px;
}

.pr-1100 {
  padding-right: 80px;
}

.pb-1100 {
  padding-bottom: 80px;
}

.pl-1100 {
  padding-left: 80px;
}

.px-1100 {
  padding-left: 80px;
  padding-right: 80px;
}

.py-1100 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.p-1200 {
  padding: 96px;
}

.pt-1200 {
  padding-top: 96px;
}

.pr-1200 {
  padding-right: 96px;
}

.pb-1200 {
  padding-bottom: 96px;
}

.pl-1200 {
  padding-left: 96px;
}

.px-1200 {
  padding-left: 96px;
  padding-right: 96px;
}

.py-1200 {
  padding-top: 96px;
  padding-bottom: 96px;
}

.p-1300 {
  padding: 128px;
}

.pt-1300 {
  padding-top: 128px;
}

.pr-1300 {
  padding-right: 128px;
}

.pb-1300 {
  padding-bottom: 128px;
}

.pl-1300 {
  padding-left: 128px;
}

.px-1300 {
  padding-left: 128px;
  padding-right: 128px;
}

.py-1300 {
  padding-top: 128px;
  padding-bottom: 128px;
}

.m-none {
  margin: 0px;
}

.mt-none {
  margin-top: 0px;
}

.mr-none {
  margin-right: 0px;
}

.mb-none {
  margin-bottom: 0px;
}

.ml-none {
  margin-left: 0px;
}

.mx-none {
  margin-left: 0px;
  margin-right: 0px;
}

.my-none {
  margin-top: 0px;
  margin-bottom: 0px;
}

.m-25 {
  margin: 2px;
}

.mt-25 {
  margin-top: 2px;
}

.mr-25 {
  margin-right: 2px;
}

.mb-25 {
  margin-bottom: 2px;
}

.ml-25 {
  margin-left: 2px;
}

.mx-25 {
  margin-left: 2px;
  margin-right: 2px;
}

.my-25 {
  margin-top: 2px;
  margin-bottom: 2px;
}

.m-50 {
  margin: 4px;
}

.mt-50 {
  margin-top: 4px;
}

.mr-50 {
  margin-right: 4px;
}

.mb-50 {
  margin-bottom: 4px;
}

.ml-50 {
  margin-left: 4px;
}

.mx-50 {
  margin-left: 4px;
  margin-right: 4px;
}

.my-50 {
  margin-top: 4px;
  margin-bottom: 4px;
}

.m-100 {
  margin: 6px;
}

.mt-100 {
  margin-top: 6px;
}

.mr-100 {
  margin-right: 6px;
}

.mb-100 {
  margin-bottom: 6px;
}

.ml-100 {
  margin-left: 6px;
}

.mx-100 {
  margin-left: 6px;
  margin-right: 6px;
}

.my-100 {
  margin-top: 6px;
  margin-bottom: 6px;
}

.m-200 {
  margin: 8px;
}

.mt-200 {
  margin-top: 8px;
}

.mr-200 {
  margin-right: 8px;
}

.mb-200 {
  margin-bottom: 8px;
}

.ml-200 {
  margin-left: 8px;
}

.mx-200 {
  margin-left: 8px;
  margin-right: 8px;
}

.my-200 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.m-300 {
  margin: 12px;
}

.mt-300 {
  margin-top: 12px;
}

.mr-300 {
  margin-right: 12px;
}

.mb-300 {
  margin-bottom: 12px;
}

.ml-300 {
  margin-left: 12px;
}

.mx-300 {
  margin-left: 12px;
  margin-right: 12px;
}

.my-300 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.m-400 {
  margin: 16px;
}

.mt-400 {
  margin-top: 16px;
}

.mr-400 {
  margin-right: 16px;
}

.mb-400 {
  margin-bottom: 16px;
}

.ml-400 {
  margin-left: 16px;
}

.mx-400 {
  margin-left: 16px;
  margin-right: 16px;
}

.my-400 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.m-500 {
  margin: 20px;
}

.mt-500 {
  margin-top: 20px;
}

.mr-500 {
  margin-right: 20px;
}

.mb-500 {
  margin-bottom: 20px;
}

.ml-500 {
  margin-left: 20px;
}

.mx-500 {
  margin-left: 20px;
  margin-right: 20px;
}

.my-500 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.m-600 {
  margin: 24px;
}

.mt-600 {
  margin-top: 24px;
}

.mr-600 {
  margin-right: 24px;
}

.mb-600 {
  margin-bottom: 24px;
}

.ml-600 {
  margin-left: 24px;
}

.mx-600 {
  margin-left: 24px;
  margin-right: 24px;
}

.my-600 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.m-700 {
  margin: 32px;
}

.mt-700 {
  margin-top: 32px;
}

.mr-700 {
  margin-right: 32px;
}

.mb-700 {
  margin-bottom: 32px;
}

.ml-700 {
  margin-left: 32px;
}

.mx-700 {
  margin-left: 32px;
  margin-right: 32px;
}

.my-700 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.m-800 {
  margin: 40px;
}

.mt-800 {
  margin-top: 40px;
}

.mr-800 {
  margin-right: 40px;
}

.mb-800 {
  margin-bottom: 40px;
}

.ml-800 {
  margin-left: 40px;
}

.mx-800 {
  margin-left: 40px;
  margin-right: 40px;
}

.my-800 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.m-900 {
  margin: 48px;
}

.mt-900 {
  margin-top: 48px;
}

.mr-900 {
  margin-right: 48px;
}

.mb-900 {
  margin-bottom: 48px;
}

.ml-900 {
  margin-left: 48px;
}

.mx-900 {
  margin-left: 48px;
  margin-right: 48px;
}

.my-900 {
  margin-top: 48px;
  margin-bottom: 48px;
}

.m-1000 {
  margin: 64px;
}

.mt-1000 {
  margin-top: 64px;
}

.mr-1000 {
  margin-right: 64px;
}

.mb-1000 {
  margin-bottom: 64px;
}

.ml-1000 {
  margin-left: 64px;
}

.mx-1000 {
  margin-left: 64px;
  margin-right: 64px;
}

.my-1000 {
  margin-top: 64px;
  margin-bottom: 64px;
}

.m-1100 {
  margin: 80px;
}

.mt-1100 {
  margin-top: 80px;
}

.mr-1100 {
  margin-right: 80px;
}

.mb-1100 {
  margin-bottom: 80px;
}

.ml-1100 {
  margin-left: 80px;
}

.mx-1100 {
  margin-left: 80px;
  margin-right: 80px;
}

.my-1100 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.m-1200 {
  margin: 96px;
}

.mt-1200 {
  margin-top: 96px;
}

.mr-1200 {
  margin-right: 96px;
}

.mb-1200 {
  margin-bottom: 96px;
}

.ml-1200 {
  margin-left: 96px;
}

.mx-1200 {
  margin-left: 96px;
  margin-right: 96px;
}

.my-1200 {
  margin-top: 96px;
  margin-bottom: 96px;
}

.m-1300 {
  margin: 128px;
}

.mt-1300 {
  margin-top: 128px;
}

.mr-1300 {
  margin-right: 128px;
}

.mb-1300 {
  margin-bottom: 128px;
}

.ml-1300 {
  margin-left: 128px;
}

.mx-1300 {
  margin-left: 128px;
  margin-right: 128px;
}

.my-1300 {
  margin-top: 128px;
  margin-bottom: 128px;
}

.col-offset-1 {
  grid-column-start: 2;
}

.col-offset-2 {
  grid-column-start: 3;
}

.col-offset-3 {
  grid-column-start: 4;
}

.col-offset-4 {
  grid-column-start: 5;
}

.col-offset-5 {
  grid-column-start: 6;
}

.col-offset-6 {
  grid-column-start: 7;
}

.col-offset-7 {
  grid-column-start: 8;
}

.col-offset-8 {
  grid-column-start: 9;
}

.col-offset-9 {
  grid-column-start: 10;
}

.col-offset-10 {
  grid-column-start: 11;
}

.col-offset-11 {
  grid-column-start: 12;
}

.hide {
  display: none !important;
}

.input-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  height: 56px;
  padding: 0 8px 0 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
}
.input-text::-webkit-input-placeholder {
  color: #222222;
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
}
.input-text::-moz-placeholder {
  color: #222222;
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
}
.input-text:-ms-input-placeholder {
  color: #222222;
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
}
.input-text::-ms-input-placeholder {
  color: #222222;
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
}
.input-text::placeholder {
  color: #222222;
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
}

.header-v2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  min-height: 87px;
  z-index: 2;
  position: relative;
}
.header-v2__divider {
  width: 100%;
}
@media (min-width: 769px) {
  .header-v2__divider {
    width: calc(100% - 32px);
    margin-left: 16px;
  }
}
.header-v2__inner {
  padding: 0 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 86px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .header-v2__inner {
    padding: 0 16px;
  }
}
.header-v2__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.header-v2__logo-image {
  display: block;
  width: 54px;
  height: 39px;
}
.header-v2__nav {
  width: 100%;
  height: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.header-v2__nav-link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
}
.header-v2__nav-link-item {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.header-v2__nav-link-item-text {
  color: #222222;
  font-size: 18px;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  line-height: 26px;
  word-wrap: break-word;
}
.header-v2__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.header-v2__controls-icon-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.header-v2__controls-flag-circle {
  border: 1px solid #000;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35px;
          flex: 0 0 35px;
  -o-object-fit: cover;
     object-fit: cover;
}
.header-v2__controls-minicart {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42px;
  height: 42px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42px;
          flex: 0 0 42px;
  text-decoration: none;
}
.header-v2__controls-minicart-icon {
  display: block;
  max-width: 100%;
  height: auto;
}
.header-v2__controls-minicart-count {
  position: absolute;
  right: 1px;
  bottom: 1px;
  min-width: 17.5px;
  height: 17.5px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #006dff;
  color: #f6f6f6;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.header-v2__mobile-actions, .header-v2__mobile-panel {
  display: none;
}
.header-v2__menu-toggle {
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-v2__menu-toggle-box {
  width: 24px;
  height: 18px;
  position: relative;
  display: inline-block;
}
.header-v2__menu-toggle-line {
  position: absolute;
  left: 0;
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: #222222;
  -webkit-transition: opacity 0.2s ease, top 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, top 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, top 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, top 0.2s ease, -webkit-transform 0.2s ease;
}
.header-v2__menu-toggle-line:nth-child(1) {
  top: 0;
}
.header-v2__menu-toggle-line:nth-child(2) {
  top: 8px;
}
.header-v2__menu-toggle-line:nth-child(3) {
  top: 16px;
}
.header-v2__mobile-panel {
  width: calc(100% + 16px * 2);
  margin-left: -16px;
  background: #f6f6f6;
}
.header-v2__mobile-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px 0 20px;
}
.header-v2__mobile-nav-link {
  min-height: 44px;
  padding: 8px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #222222;
  font-size: 18px;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  line-height: 26px;
}
.header-v2__mobile-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 24px 16px 32px;
  background: #f6f6f6;
}
.header-v2__mobile-locale {
  min-height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.header-v2__mobile-locale-text {
  color: #222222;
  font-size: 16px;
  font-family: "Mulish", sans-serif;
  font-weight: 500;
  line-height: 22px;
}
.header-v2.is-menu-open .header-v2__mobile-panel {
  display: block;
}
.header-v2.is-menu-open .header-v2__menu-toggle-line:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header-v2.is-menu-open .header-v2__menu-toggle-line:nth-child(2) {
  opacity: 0;
}
.header-v2.is-menu-open .header-v2__menu-toggle-line:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header-v2--white .header-v2__nav-link-item-text,
.header-v2--white .header-v2__mobile-nav-link,
.header-v2--white .header-v2__mobile-locale-text {
  color: #ffffff;
}
.header-v2--white .header-v2__menu-toggle-line {
  background: #ffffff;
}
.header-v2--white .header-v2__mobile-panel,
.header-v2--white .header-v2__mobile-meta {
  background: #f6f6f6;
}
.header-v2--white .header-v2__controls-minicart-count {
  border: solid 1px #ffffff;
}

/* Desktop */
@media (min-width: 769px) {
  .header-v2__mobile-actions, .header-v2__mobile-panel {
    display: none !important;
  }
}
/* Mobile */
@media (max-width: 768px) {
  .header-v2 {
    min-height: 59px;
  }
  .header-v2__inner {
    min-height: 58px;
    gap: 12px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 12px;
  }
  .header-v2__nav, .header-v2__controls {
    display: none;
  }
  .header-v2__mobile-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 13px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .header-v2__mobile-panel {
    display: none;
  }
  .header-v2.is-menu-open {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100dvh;
    min-height: 100dvh;
    padding: 0 6px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background: #222222;
    z-index: 9999;
  }
  .header-v2.is-menu-open .divider {
    width: calc(100% + 12px);
    margin-left: -6px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .header-v2.is-menu-open .header-v2__inner {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .header-v2.is-menu-open .header-v2__mobile-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100% + 12px);
    margin-left: -6px;
  }
  .header-v2.is-menu-open .header-v2__mobile-nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .header-v2.is-menu-open .header-v2__mobile-meta {
    margin-top: auto;
  }
  .header-v2.is-menu-open {
    background: #f6f6f6;
  }
  .header-v2.header-v2--white.is-menu-open {
    background: #222222;
  }
  .header-v2.header-v2--white.is-menu-open .header-v2__mobile-nav-link,
  .header-v2.header-v2--white.is-menu-open .header-v2__mobile-locale-text {
    color: #222222;
  }
  .header-v2.header-v2--white .header-v2__menu-toggle-line {
    background: #ffffff;
  }
  .header-v2.header-v2--white.is-menu-open .btn--secondary-inverse {
    background-color: transparent;
    border-color: #006dff;
    color: #006dff;
  }
  .header-v2.header-v2--white.is-menu-open .btn--secondary-inverse:hover,
  .header-v2.header-v2--white.is-menu-open .btn--secondary-inverse:focus,
  .header-v2.header-v2--white.is-menu-open .btn--secondary-inverse:active {
    background-color: transparent;
    border-color: #006dff;
    color: #006dff;
  }
  .header-v2.is-menu-open:not(.header-v2--white) .header-v2__inner {
    background-color: #ffffff;
  }
  .header-v2.is-menu-open:not(.header-v2--white) .header-v2__inner,
  .header-v2.is-menu-open:not(.header-v2--white) .header-v2__top-link,
  .header-v2.is-menu-open:not(.header-v2--white) .header-v2__top-link-secondary {
    background-color: #ffffff;
  }
  .header-v2.is-menu-open:not(.header-v2--white) .header-v2__inner {
    background-color: #ffffff;
  }
  .header-v2.is-menu-open .header-v2__mobile-nav {
    background-color: #ffffff;
  }
}
.header-v2__nav-link-item-text {
  position: relative;
  display: inline-block;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

.header-v2__nav-link-item-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

.header-v2__nav-link:hover .header-v2__nav-link-item-text,
.header-v2__nav-link:focus-visible .header-v2__nav-link-item-text {
  color: #004CB3;
}

.header-v2--white .header-v2__nav-link:hover .header-v2__nav-link-item-text,
.header-v2--white .header-v2__nav-link:focus-visible .header-v2__nav-link-item-text {
  color: #9DC7FF;
}

.header-v2__nav-link:hover .header-v2__nav-link-item-text::after,
.header-v2__nav-link:focus-visible .header-v2__nav-link-item-text::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.footer-v2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: transparent;
  color: #cbcbcb;
  gap: 26px;
  z-index: 1;
  padding: 24px 0;
}
@media (min-width: 769px) {
  .footer-v2 {
    padding: 32px 16px;
  }
}

.footer-v2__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media (min-width: 769px) {
  .footer-v2__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 16px;
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}

.footer-v2__copyright {
  font-family: "Mulish", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0;
  color: #cbcbcb;
  margin: 0;
  text-align: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 769px) {
  .footer-v2__copyright {
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    text-align: left;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.footer-v2__support {
  font-family: "Mulish", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  color: #cbcbcb;
  margin: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 769px) {
  .footer-v2__support {
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.footer-v2__support .footer-v2__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: #cbcbcb;
}
.footer-v2__support a {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: auto;
}
@media (min-width: 769px) {
  .footer-v2__support a {
    font-family: "Mulish", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
  }
}
.footer-v2__support a:hover, .footer-v2__support a:focus-visible {
  text-underline-offset: 2px;
}

body.reward-page-v2 .footer-v2__copyright,
body.reward-page-v2 .footer-v2__support {
  color: #222222;
}
body.reward-page-v2 .footer-v2__support .footer-v2__icon {
  color: #222222;
}
body.reward-page-v2 .footer-v2__support a {
  color: #222222;
}

body.login-page-v2 .footer-v2__divider {
  border-top-color: #f6f6f6;
}

.page-header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-top: 16px;
  gap: 24px;
}
@media (min-width: 769px) {
  .page-header-wrapper {
    padding-top: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
}
@media (min-width: 769px) {
  .page-header {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.current-balance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 769px) {
  .current-balance {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 6px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.current-balance .balance-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 1.28px;
  text-transform: uppercase;
}
.current-balance .balance-value {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-family: "Noto Serif", serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
}
@media (min-width: 769px) {
  .current-balance .balance-value {
    font-size: 48px;
    line-height: 64px;
    letter-spacing: -0.32px;
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.breadcrumb__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  text-align: center;
  font-family: "Mulish", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #848484;
}
.breadcrumb__item:last-child, .breadcrumb__item--active {
  color: #222222;
  font-weight: 600;
}
.breadcrumb__item a {
  color: inherit;
  text-decoration: none;
}
.breadcrumb__item a:hover, .breadcrumb__item a:focus-visible {
  color: #004cb3;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.breadcrumb--inverse .breadcrumb__item {
  color: #cbcbcb;
}
.breadcrumb--inverse .breadcrumb__item:not(:last-child)::after {
  color: #848484;
}
.breadcrumb--inverse .breadcrumb__item:last-child, .breadcrumb--inverse .breadcrumb__item--active {
  color: #f6f6f6;
}
.breadcrumb--inverse .breadcrumb__item a:hover, .breadcrumb--inverse .breadcrumb__item a:focus-visible {
  color: #9dc7ff;
}

.more-gift-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 27px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  --cards-per-view: 1;
  --carousel-gap: 59px;
}
@media (min-width: 769px) {
  .more-gift-cards {
    --cards-per-view: 2;
  }
}
@media (min-width: 1441px) {
  .more-gift-cards {
    --cards-per-view: 3;
  }
}

.more-gift-cards__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 27px;
  min-width: 0;
}

.more-gift-cards__header {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  min-width: 0;
}

.more-gift-cards__title {
  margin: 0;
  color: #222222;
  font-family: "Noto Serif", serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.more-gift-cards__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.more-gift-cards__nav-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  backdrop-filter: blur(4px);
}

.more-gift-cards__nav-button:disabled {
  cursor: default;
}

.more-gift-cards__arrow {
  display: block;
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #222222;
  border-right: 2px solid #222222;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.more-gift-cards__nav-button:disabled .more-gift-cards__arrow {
  border-color: #848484;
}

.more-gift-cards__arrow--left {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.more-gift-cards__arrow--right {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.more-gift-cards__viewport {
  width: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 0;
}

.more-gift-cards__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: var(--carousel-gap);
  will-change: transform;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  min-width: 0;
}

.gift-card-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - (var(--cards-per-view) - 1) * var(--carousel-gap)) / var(--cards-per-view));
          flex: 0 0 calc((100% - (var(--cards-per-view) - 1) * var(--carousel-gap)) / var(--cards-per-view));
  min-width: 0;
}

.gift-card-tile__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

.gift-card-tile__body {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 11px 4px;
}

.gift-card-tile__name {
  margin: 0;
  color: #222222;
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* keep generated image markup inside tile width */
.gift-card-tile__media,
.gift-card-tile picture,
.gift-card-tile img {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.gift-card-tile img {
  height: auto;
}

/* =========================
   MOBILE FIGMA-LIKE SWIPE
   ========================= */
@media (max-width: 768px) {
  .more-gift-cards {
    gap: 27px;
  }
  .more-gift-cards__inner {
    gap: 18px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .more-gift-cards__header {
    padding: 0 16px;
    gap: 16px;
  }
  .more-gift-cards__title {
    font-size: 26px;
    line-height: 34px;
  }
  .more-gift-cards__nav {
    display: none;
  }
  .more-gift-cards__viewport {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding-left: 16px;
    padding-right: 16px;
  }
  .more-gift-cards__viewport::-webkit-scrollbar {
    display: none;
  }
  .more-gift-cards__track {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    gap: 16px;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
    will-change: auto;
  }
  .gift-card-tile {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 282.66px;
            flex: 0 0 282.66px;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  .gift-card-tile__body {
    padding: 8.25px 3.3px;
  }
  .gift-card-tile__name {
    font-size: 13.19px;
    line-height: 14.83px;
    letter-spacing: 0.08em;
  }
  .gift-card-tile__media,
  .gift-card-tile picture,
  .gift-card-tile img {
    border-radius: 6.07px;
  }
}
/* =========================
   RESET MOBILE SWIPE FROM TABLET UP
   ========================= */
@media (min-width: 769px) {
  .more-gift-cards__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .more-gift-cards__viewport {
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
    -ms-scroll-snap-type: none;
        scroll-snap-type: none;
    -webkit-overflow-scrolling: auto;
  }
  .more-gift-cards__track {
    width: auto;
  }
  .gift-card-tile {
    scroll-snap-align: none;
    scroll-snap-stop: normal;
  }
}
.gift-card-image {
  width: 100%;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.gift-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.gift-card-image .placeholder-image {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gift-card-image .placeholder-image i {
  color: #848484;
  font-size: 42px;
}

.cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 19px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.cart-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 19px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.cart-item__content__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 109px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 57px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.cart-item__content__details__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  gap: 16px;
}
@media (min-width: 769px) {
  .cart-item__content__details__heading {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 8px;
  }
}
.cart-item__content__details__heading-name {
  font-family: "Noto Serif", serif;
}
.cart-item__content__details__heading-price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media (min-width: 769px) {
  .cart-item__content__details__heading-price-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cart-item__content__details__heading-price {
  font-family: "Noto Serif", serif;
}
@media (max-width: 768px) {
  .cart-item__content__details__actions {
    display: none;
  }
}
.cart-item__content__details__actions-remove-desktop {
  display: none;
  gap: 5px;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .cart-item__content__details__actions-remove-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.cart-item__content__details__actions-remove-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .cart-item__content__details__actions-remove-mobile {
    display: none;
  }
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 4px;
  border: 1px solid #000;
}

.card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  color: #f6f6f6;
  font-family: "Mulish", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
  background: #222222;
}
.card-header__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0.025em;
}
@media (min-width: 769px) {
  .card-header__title {
    line-height: 28px;
  }
}
.card-header__title {
  color: #f6f6f6;
}

.card-content {
  color: #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.order-items-card .card-header__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.order-items-card .gift-card-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 72.851px;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.order-items-card .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 32px 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media (min-width: 769px) {
  .order-items-card .card-body {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 32px 16px;
  }
}
.order-items-card .cart-item {
  gap: 16px;
}
.order-items-card .cart-item:not(:first-of-type) {
  padding: 8px 0 0 0;
}
.order-items-card .cart-item__content {
  gap: 20px;
}
.order-items-card .cart-item__content__details {
  height: auto;
}
.order-items-card .cart-item-type {
  color: #848484;
  font-family: "Mulish", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
}

@media (min-width: 769px) {
  .balance-summary-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 475px;
            flex: 0 0 475px;
  }
}

.balance-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 34px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #eeeeee;
}
.balance-summary__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  padding: 10px 0;
  gap: 10px;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
}
.balance-summary__rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 40px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.balance-summary__rows .row-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.balance-summary__rows .summary-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.balance-summary__rows .summary-row .summary-label {
  font-family: "Noto Serif", serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.12px;
}
.balance-summary__rows .summary-row .summary-value {
  text-align: right;
  font-family: "Mulish", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
}
.balance-summary__rows .summary-row .summary-value--secondary {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 34px;
  letter-spacing: 0;
  color: #848484;
}
.balance-summary__rows .summary-row--order-total .summary-label {
  font-family: "Mulish", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  font-style: normal;
}
.balance-summary__rows .summary-row--order-total .summary-value {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
}
.balance-summary__rows .order-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.balance-summary__rows__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.balance-summary__rows__actions .notification {
  -ms-flex-item-align: center;
      align-self: center;
}

.order-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 16px 32px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 28px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.order-summary__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  gap: 25px;
}
@media (min-width: 769px) {
  .order-summary__row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.order-summary .info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 7px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.order-summary .info-item .info-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 29px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 1.28px;
  text-transform: uppercase;
}
.order-summary .info-item .order-number {
  color: #006dff;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
}
.order-summary .info-item .value--secondary {
  color: #848484;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
}
.order-summary .info-item .value--success {
  color: #36af79;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
}
.order-summary .info-item .value--in-progress {
  color: #006dff;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
}
.order-summary .info-item .status-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
}
.order-summary .info-item .status-badge .icon {
  width: 23px;
  height: 23px;
}

.delivery-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 16px 32px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.delivery-summary .delivery-message {
  color: #848484;
  text-align: center;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
}
.delivery-summary .delivery-email {
  color: #222222;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
}

.gift-card-resend-banner {
  padding: 0 16px;
  background: #eeeeee;
}
.gift-card-resend-banner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding: 32px 16px;
}
.gift-card-resend-banner__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  min-width: 0;
}
.gift-card-resend-banner__title, .gift-card-resend-banner__subtitle {
  margin: 0;
  color: #222222;
}
.gift-card-resend-banner__title {
  font-family: "Noto Serif", serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}
.gift-card-resend-banner__subtitle {
  font-family: "Mulish", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.55;
}
.gift-card-resend-banner__button {
  border: 2px solid #006dff;
  font-weight: 700;
}
@media (min-width: 1025px) {
  .gift-card-resend-banner__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 24px;
  }
  .gift-card-resend-banner__text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: 389px;
  }
  .gift-card-resend-banner__button {
    -ms-flex-item-align: center;
        align-self: center;
  }
}

body.login-page-v2 {
  margin: 0;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #222222;
  overflow-x: hidden;
}

.login-hero {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.login-hero img,
.login-hero picture,
.login-hero .login-hero__panel {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.login-hero--panels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.login-hero--panels .login-hero__panel {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.login-hero--panels .login-hero__panel img {
  position: absolute;
}

.login-main {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex: 1 1 0px;
      flex: 1 1 0;
  -ms-flex-item-align: center;
      align-self: center;
}

.auth-card {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f6f6f6;
  width: 100%;
  padding: 24px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  position: relative;
}
@media (min-width: 481px) {
  .auth-card {
    padding: 48px 40px;
  }
}
@media (min-width: 769px) {
  .auth-card {
    width: 596px;
    padding: 73px 48px;
    border-radius: 4px;
    background: #f6f6f6;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.08);
    gap: 55px;
  }
}
.auth-card__back {
  position: absolute;
  top: 32px;
  left: 32px;
  cursor: pointer;
}
.auth-card__back__image {
  width: 24px;
  height: 24px;
}
.auth-card__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 55px;
  width: 197px;
  height: 158px;
}
.auth-card__logo img {
  width: 223px;
  height: 158px;
}
.auth-card__hint {
  font-family: "Mulish", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  color: #848484;
  text-align: center;
  margin: 0;
  width: 100%;
}
.auth-card__hint strong {
  color: #222222;
  font-weight: 600;
}

.auth-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.auth-form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
@media (min-width: 769px) {
  .auth-form__group {
    width: 500px;
  }
}
.auth-form__feedback {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
@media (min-width: 769px) {
  .auth-form__feedback {
    width: 500px;
  }
}
.auth-form__feedback:not(.is-visible) {
  display: none;
}
.auth-form__submit {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
@media (min-width: 769px) {
  .auth-form__submit {
    width: 500px;
  }
}
.auth-form__resend {
  display: block;
  text-align: center;
  text-transform: uppercase;
}
.auth-form .btn {
  height: 48px;
}

.auth-input {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
@media (min-width: 769px) {
  .auth-input {
    width: 500px;
  }
}
.auth-input {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  font-size: 20px;
  color: #222222;
  background-color: #ffffff;
  border: 1px solid #848484;
  border-radius: 4px;
  padding: 13px 16px;
  outline: none;
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.auth-input::-webkit-input-placeholder {
  color: #cbcbcb;
}
.auth-input::-moz-placeholder {
  color: #cbcbcb;
}
.auth-input:-ms-input-placeholder {
  color: #cbcbcb;
}
.auth-input::-ms-input-placeholder {
  color: #cbcbcb;
}
.auth-input::placeholder {
  color: #cbcbcb;
}
.auth-input:focus {
  border-color: #006dff;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 109, 255, 0.12);
          box-shadow: 0 0 0 3px rgba(0, 109, 255, 0.12);
}
.auth-input--error {
  border-color: #ff502d;
}
.auth-input--error:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(255, 80, 45, 0.12);
          box-shadow: 0 0 0 3px rgba(255, 80, 45, 0.12);
}

.reward-gift-card-list__header-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 47px;
}
.reward-gift-card-list__hero {
  margin-top: -103px;
  padding-top: 103px;
  min-height: 330px;
  color: #ffffff;
  overflow: hidden;
}
.reward-gift-card-list__hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.reward-gift-card-list__hero-media img,
.reward-gift-card-list__hero-media source,
.reward-gift-card-list__hero-media picture {
  width: 100%;
  height: 100%;
}
.reward-gift-card-list__hero-media img {
  display: block;
  -o-object-fit: fill;
     object-fit: fill;
}
.reward-gift-card-list__hero-content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 769px) {
  .reward-gift-card-list__hero-content {
    padding-left: 16px;
    padding-right: 16px;
    max-width: 760px;
    margin-left: 0;
  }
}
@media (min-width: 1025px) {
  .reward-gift-card-list__hero-content {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.reward-gift-card-list__hero-content-inner {
  gap: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.reward-gift-card-list__hero-kicker {
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 769px) {
  .reward-gift-card-list__hero-kicker {
    font-size: 20px;
    line-height: 26px;
  }
}
.reward-gift-card-list__hero-kicker {
  margin: 0 0 8px;
}
.reward-gift-card-list__hero-title {
  margin: 0 0 12px;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 44px;
  line-height: 1.02;
  text-transform: none;
  color: #ffffff;
}
@media (min-width: 769px) {
  .reward-gift-card-list__hero-title {
    font-size: 60px;
    line-height: 1;
    max-width: 640px;
  }
}
.reward-gift-card-list__hero-title-emphasis {
  font-family: "Noto Serif", serif;
  font-style: italic;
  font-weight: 500;
}
.reward-gift-card-list__hero-description {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  margin: 0;
  max-width: 560px;
  color: rgba(255, 255, 255, 0.9);
}
.reward-gift-card-list__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.reward-gift-card-list__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.reward-gift-card-list__header-inner {
  padding: 22px 0;
}
.reward-gift-card-list__title {
  margin: 0;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  color: #222222;
}
@media (min-width: 769px) {
  .reward-gift-card-list__title {
    min-height: 37px;
    font-size: 32.56px;
    line-height: 25.77px;
  }
}
.reward-gift-card-list__subtitle {
  font-family: "Mulish", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
  margin: 0;
  color: #848484;
}
.reward-gift-card-list__balance-wrap {
  display: none;
}
@media (min-width: 769px) {
  .reward-gift-card-list__balance-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.reward-gift-card-list__balance {
  text-align: right;
}
.reward-gift-card-list__balance-label {
  display: block;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22.16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: right;
  color: #222222;
}
.reward-gift-card-list__balance-amount {
  display: block;
  font-family: "Noto Serif", serif;
  font-size: 36px;
  line-height: 64px;
  letter-spacing: -0.32px;
  text-align: right;
  font-weight: 600;
  color: #222222;
}
@media (min-width: 769px) {
  .reward-gift-card-list__balance-amount {
    font-size: 48px;
  }
}
.reward-gift-card-list__balance-currency {
  font-size: 0.55em;
  vertical-align: super;
}
.reward-gift-card-list__grid {
  row-gap: 24px;
}
@media (min-width: 769px) {
  .reward-gift-card-list__grid {
    -webkit-column-gap: 58px;
       -moz-column-gap: 58px;
            column-gap: 58px;
  }
}

.gift-card-tile {
  display: block;
}

.gift-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.gift-card-info {
  padding-top: 9.1px;
}
@media (min-width: 769px) {
  .gift-card-info {
    padding-top: 10px;
  }
}

.gift-card-name {
  margin: 0;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #222222;
}

.no-gift-cards {
  border-radius: 8px;
  padding: 24px;
}
.no-gift-cards p {
  margin: 0;
  font-family: "Mulish", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
}

.balance-wrap-mobile {
  background: #006dff;
  margin-top: -16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 63px;
  padding: 6px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  z-index: 1;
}
@media (min-width: 769px) {
  .balance-wrap-mobile {
    display: none;
  }
}
.balance-wrap-mobile__balance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 13.5px;
}
.balance-wrap-mobile__balance-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #ffffff;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.156px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.balance-wrap-mobile__balance-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #ffffff;
  text-align: right;
  font-family: "Noto Serif", serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px;
  letter-spacing: -0.32px;
}
.balance-wrap-mobile__balance-currency {
  font-size: 0.65em;
  position: relative;
  top: -0.3em;
}

.gift-card-pdp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.gift-card-pdp .gift-card-pdp-content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  padding: 24px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (min-width: 769px) {
  .gift-card-pdp .gift-card-pdp-content-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.gift-card-pdp .gift-card-pdp-content-container .gift-card-image {
  width: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 769px) {
  .gift-card-pdp .gift-card-pdp-content-container .gift-card-image {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.gift-card-pdp .gift-card-pdp-content-container .gift-card-image img {
  max-height: 195.218px;
  width: inherit;
}
@media (min-width: 481px) {
  .gift-card-pdp .gift-card-pdp-content-container .gift-card-image img {
    max-width: 360px;
  }
}
@media (min-width: 769px) {
  .gift-card-pdp .gift-card-pdp-content-container .gift-card-image img {
    max-width: 402px;
    max-height: 195.218px;
  }
}
@media (min-width: 960px) {
  .gift-card-pdp .gift-card-pdp-content-container .gift-card-image img {
    max-width: 566px;
    max-height: 322px;
  }
}
@media (min-width: 1200px) {
  .gift-card-pdp .gift-card-pdp-content-container .gift-card-image img {
    max-width: 707px;
    max-height: 402.388px;
  }
}
.gift-card-pdp .gift-card-pdp-content {
  gap: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.gift-card-pdp .gift-card-pdp-content__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 36px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.gift-card-pdp .gift-card-pdp-content__info-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 25px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.gift-card-pdp .gift-card-pdp-content__info-balance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 12px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.gift-card-pdp .gift-card-pdp-content__info-balance-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
}
.gift-card-pdp .gift-card-pdp-content__info-balance-label {
  font-size: 14px;
  line-height: 20px;
  color: #222222;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 1.28px;
  text-transform: uppercase;
}
.gift-card-pdp .gift-card-pdp-content__info-balance-value {
  font-family: "Noto Serif", serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 600;
  line-height: 58px;
  color: #222222;
}
.gift-card-pdp .gift-card-pdp-content__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.gift-card-pdp .gift-card-pdp-content__actions__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.gift-card-pdp .gift-card-pdp-content__actions__button > .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 62px;
  padding: 11px 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.gift-card-pdp .gift-card-pdp-content__actions__button-info {
  display: inline;
  padding: 16px 10px;
  border-radius: 8px;
  border: 1px solid #9dc7ff;
  background: #ecf4ff;
}
.gift-card-pdp .gift-card-pdp-content__actions__button-info > .balance-page {
  text-decoration: underline;
  font-weight: bold;
}
.gift-card-pdp .gift-card-select {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  width: 100%;
}
.gift-card-pdp .gift-card-select__label {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
}
.gift-card-pdp .gift-card-select__control-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.gift-card-pdp .gift-card-select__control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  height: 60px;
  padding: 0 52px 0 12px;
  background-color: #ffffff;
  border: 1px solid #848484;
  border-radius: 2px;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 34px;
  letter-spacing: 0;
  color: #222222;
  cursor: pointer;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.gift-card-pdp .gift-card-select__control:focus {
  border-color: #222222;
}
.gift-card-pdp .gift-card-select__icon {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 32px;
  height: 32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.gift-card-pdp .gift-card-select__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  border-right: 2px solid #222222;
  border-bottom: 2px solid #222222;
  -webkit-transform: translate(-50%, -75%) rotate(45deg);
          transform: translate(-50%, -75%) rotate(45deg);
}

.reward-cart-v2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
.reward-cart-v2__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.reward-cart-v2__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 32px;
}
@media (min-width: 769px) {
  .reward-cart-v2__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.reward-cart-v2__content__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.reward-cart-v2__content__items > .cart-item > .cart-item__content > .item-image > .gift-card-image > img {
  width: 129px;
  height: 73.42px;
}
@media (min-width: 769px) {
  .reward-cart-v2__content__items > .cart-item > .cart-item__content > .item-image > .gift-card-image > img {
    width: 192px;
    height: 109.277px;
  }
}
.reward-cart-v2__content__items .cart-item__content__details {
  width: 129px;
  height: 73.42px;
}
@media (min-width: 769px) {
  .reward-cart-v2__content__items .cart-item__content__details {
    width: 192px;
    height: 109.277px;
  }
}
.reward-cart-v2__content__items .cart-item:not(:first-child) {
  padding-top: 8px;
}
.reward-cart-v2__content__items--empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.reward-cart-v2__content__items--empty .empty-cart-icon {
  width: 64px;
  height: 64px;
}
.reward-cart-v2__content__items--empty .empty-cart-message {
  padding: 50px 0;
  font-family: "Noto Serif", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.12px;
}
.reward-cart-v2__content__summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 769px) {
  .reward-cart-v2__content__summary {
    min-width: 315px;
  }
}
@media (min-width: 1025px) {
  .reward-cart-v2__content__summary {
    width: 475px;
  }
}
.reward-cart-v2__content__summary__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 34px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 4px;
  background: #eeeeee;
}
.reward-cart-v2__content__summary__content-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.reward-cart-v2__content__summary__content-header .summary-title {
  letter-spacing: 2.88px;
  text-transform: uppercase;
}
.reward-cart-v2__content__summary__content-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.reward-cart-v2__content__summary__content-main-totals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.reward-cart-v2__content__summary__content-main-totals-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.reward-cart-v2__content__summary__content-main-totals-row > .stat-label {
  font-family: "Noto Serif", serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.12px;
}
.reward-cart-v2__content__summary__content-main-totals-row > .stat-amount {
  text-align: right;
  font-family: "Mulish", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
}
.reward-cart-v2__content__summary__content-main-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.reward-cart-v2__content__summary__content-main-actions .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 62px;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 4px;
  backdrop-filter: blur(4px);
}
.reward-cart-v2__continue-shopping-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 74px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 310px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.reward-cart-v2__continue-shopping {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 73px;
  padding: 0 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.reward-cart-v2__continue-shopping .continue-shopping-icon {
  width: 24.5px;
  height: 21.5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 16px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.checkout__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.checkout__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 32px;
}
@media (min-width: 769px) {
  .checkout__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.checkout__content__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
}
@media (min-width: 769px) {
  .checkout__content__details {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.checkout .delivery-card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 16px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.checkout .reward-checkout-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.checkout .reward-checkout-form .email-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}

.order-confirmation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 16px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.order-confirmation__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.order-confirmation__header__title {
  color: #36af79;
  text-align: center;
  font-family: "Noto Serif", serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 62px;
}
.order-confirmation__header__subtitle {
  color: #848484;
  text-align: center;
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 22.156px;
}
.order-confirmation__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.order-confirmation__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 769px) {
  .order-confirmation__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.order-confirmation__content__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 10px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 32px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.order-confirmation__content__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 32px;
}
@media (min-width: 769px) {
  .order-confirmation__content__side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 289px;
            flex: 0 0 289px;
  }
}
@media (min-width: 1025px) {
  .order-confirmation__content__side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 475px;
            flex: 0 0 475px;
  }
}
@media (min-width: 769px) {
  .order-confirmation__content__side .balance-summary-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
}

.order-history-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 16px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.order-history {
  padding-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 12px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.order-history__head {
  display: none;
}
@media (min-width: 769px) {
  .order-history__head {
    display: grid;
    grid-template-columns: 181fr 254fr 93fr 125fr 198fr;
    -webkit-column-gap: clamp(16px, 2.4vw, 31px);
       -moz-column-gap: clamp(16px, 2.4vw, 31px);
            column-gap: clamp(16px, 2.4vw, 31px);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.order-history__head > span {
  color: #222222;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  min-width: 0;
}
.order-history__head > span:nth-child(3),
.order-history__head > span:nth-child(4),
.order-history__head > span:nth-child(5) {
  text-align: center;
}
.order-history__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 769px) {
  .order-history__list {
    gap: 12px;
  }
}

.order-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 24px 16px;
  background-color: #eeeeee;
}
@media (min-width: 769px) {
  .order-card {
    display: grid;
    grid-template-columns: 181fr 254fr 93fr 125fr 198fr;
    -webkit-column-gap: clamp(16px, 2.4vw, 31px);
       -moz-column-gap: clamp(16px, 2.4vw, 31px);
            column-gap: clamp(16px, 2.4vw, 31px);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: clamp(12px, 1.25vw, 16px);
  }
}
.order-card__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  min-width: 0;
}
@media (min-width: 769px) {
  .order-card__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0;
  }
}
.order-card__label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 182px;
          flex: 0 0 182px;
  color: #222222;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 1.28px;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .order-card__label {
    display: none;
  }
}
.order-card__value {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  color: #848484;
  text-align: right;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
}
@media (min-width: 769px) {
  .order-card__value {
    text-align: left;
  }
}
@media (min-width: 769px) {
  .order-card__value--center {
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media (min-width: 769px) {
  .order-card__value.mobile {
    display: none;
  }
}
.order-card__value.desktop {
  display: none;
}
@media (min-width: 769px) {
  .order-card__value.desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 769px) {
  .order-card__field--items .order-card__value, .order-card__field--amount .order-card__value {
    text-align: center;
  }
}
.order-card__link {
  color: #006dff;
  text-decoration: none;
}
.order-card__link:hover, .order-card__link:focus {
  text-decoration: underline;
}
.order-card__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 769px) {
  .order-card__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: auto;
    min-width: 0;
  }
}
.order-card__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.order-details-page-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 16px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.order-details-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  padding: 16px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.order-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 769px) {
  .order-details {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.order-details__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 10px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 32px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.order-details__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 32px;
}
@media (min-width: 769px) {
  .order-details__side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
  }
}
@media (min-width: 1025px) {
  .order-details__side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 475px;
            flex: 0 0 475px;
  }
}
@media (min-width: 769px) {
  .order-details__side .balance-summary-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
}
