/* 16px */
@font-face {
  font-family: "Inspire Condensed Medium";
  src: url("clientlib-apac-global/resources/fonts/InspireCondensed-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Inspire Condensed Medium Italic";
  src: url("clientlib-apac-global/resources/fonts/InspireCondensed-MediumItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Inspire Condensed Regular";
  src: url("clientlib-apac-global/resources/fonts/InspireCondensed-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Inspire Italic";
  src: url("clientlib-apac-global/resources/fonts/Inspire-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "Inspire Light";
  src: url("clientlib-apac-global/resources/fonts/Inspire-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Inspire Light Italic";
  src: url("clientlib-apac-global/resources/fonts/Inspire-LightItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Inspire Medium";
  src: url("clientlib-apac-global/resources/fonts/Inspire-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Inspire Medium Italic";
  src: url("clientlib-apac-global/resources/fonts/Inspire-MediumItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Inspire Black";
  src: url("clientlib-apac-global/resources/fonts/Inspire-Black.woff2") format("woff2");
}
@font-face {
  font-family: "Inspire Black Italic";
  src: url("clientlib-apac-global/resources/fonts/Inspire-BlackItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Inspire Bold";
  src: url("clientlib-apac-global/resources/fonts/Inspire-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Inspire Bold Italic";
  src: url("clientlib-apac-global/resources/fonts/Inspire-BoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Inspire Condensed Black";
  src: url("clientlib-apac-global/resources/fonts/InspireCondensed-Black.woff2") format("woff2");
}
@font-face {
  font-family: "Inspire Condensed Black Italic";
  src: url("clientlib-apac-global/resources/fonts/InspireCondensed-BlackItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Inspire Condensed Bold";
  src: url("clientlib-apac-global/resources/fonts/InspireCondensed-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Inspire Condensed Bold Italic";
  src: url("clientlib-apac-global/resources/fonts/InspireCondensed-BoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Inspire Condensed Italic";
  src: url("clientlib-apac-global/resources/fonts/InspireCondensed-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "Inspire Condensed Light";
  src: url("clientlib-apac-global/resources/fonts/InspireCondensed-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Inspire Condensed Light Italic";
  src: url("clientlib-apac-global/resources/fonts/InspireCondensed-LightItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Inspire Regular";
  src: url("clientlib-apac-global/resources/fonts/Inspire-Regular.woff2") format("woff2");
}
.cmp__ds-icon {
  display: inline-flex;
}

.ds-icon {
  width: rem(16);
  height: rem(16);
  font-size: rem(16);
  line-height: 1;
}

.ds-icon--size-4 {
  width: rem(4);
  height: rem(4);
}

.ds-icon--size-6 {
  width: rem(6);
  height: rem(6);
}

.ds-icon--size-8 {
  width: rem(8);
  height: rem(8);
  font-size: rem(8);
}

.ds-icon--size-12 {
  width: rem(12);
  height: rem(12);
  font-size: rem(12);
}

.ds-icon--size-16 {
  width: rem(16);
  height: rem(16);
  font-size: rem(16);
}

.ds-icon--size-18 {
  width: rem(18);
  height: rem(18);
  font-size: rem(18);
}

.ds-icon--size-24 {
  width: rem(24);
  height: rem(24);
  font-size: rem(24);
}

.ds-icon--size-36 {
  width: rem(36);
  height: rem(36);
  font-size: rem(36);
}

.ds-icon--size-48 {
  width: rem(48);
  height: rem(48);
  font-size: rem(48);
}

.ds-icon--size-60 {
  width: rem(60);
  height: rem(60);
  font-size: rem(60);
}

h1 {
  font-size: 3rem;
  letter-spacing: rem(-1.2);
}

h2 {
  font-size: 2.474rem;
  letter-spacing: rem(-1);
}

h3 {
  font-size: 2.062rem;
  letter-spacing: rem(-0.825);
}

h4 {
  font-size: 1.75rem;
  letter-spacing: rem(-0.7);
}

h5 {
  font-size: 1.438rem;
  letter-spacing: rem(-0.575);
}

h6 {
  font-size: 1.438rem;
  letter-spacing: rem(-0.575);
}

html,
body {
  margin: 0;
  font-size: 1rem;
  font-family: "Inspire Regular";
  line-height: 1.5;
}

a {
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

p {
  margin-bottom: 0;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

.container {
  max-width: 100% !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
}
@media screen and (min-width: 768px) {
  .container {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
}
@media screen and (min-width: 1025px) {
  .container {
    padding-left: 144px !important;
    padding-right: 144px !important;
  }
}

.cmp-link__screen-reader-only {
  position: absolute;
  width: 1px;
  clip: rect(0 0 0 0);
  overflow: hidden;
  white-space: nowrap;
}

.os-scrollbar {
  width: 9px;
}

.os-scrollbar-track {
  background: transparent;
}

.os-scrollbar-handle {
  background-color: #31343e;
  border-radius: 4.5px;
}

.ds-btn-primary {
  background-color: #00d4f4;
  color: white;
}

.ds-btn-primary-hover {
  background-color: #41bfd2;
}

.ds-btn-secondary {
  background-color: #ffffff;
  color: #333;
  border: 1px solid #999;
}

.ds-btn-secondary-hover {
  background-color: #f2f2f2;
}

.ds-btn-secondary-black {
  background-color: #000;
  color: #fff;
}

.ds-btn-secondary-black-hover {
  background-color: #333;
}

.ds-btn-tertiary {
  background-color: transparent;
  border: 1px solid #999;
  color: #666;
}

.ds-btn-tertiary-hover {
  background-color: #e0e0e0;
  color: #444;
}

.custom-navbar {
  background-color: #040714;
  display: flex;
  padding: 8px 16px;
  align-items: center;
  gap: 56px;
  align-self: stretch;
  box-shadow: none;
}
@media screen and (min-width: 1025px) {
  .custom-navbar {
    padding: 0px 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .custom-navbar {
    padding: 6px 16px;
  }
}

.custom-navbar .container-fluid {
  padding: 0px;
}

.navbar-dark .navbar-nav .nav-link {
  color: #f9f9f9 !important;
  font-family: "Inspire Regular";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.16px;
  line-height: 20px;
}

.navbar-toggler {
  border: none;
  outline: none;
}

@media screen and (min-width: 1025px) {
  .header .navbar img {
    width: 160px;
    height: 50px;
  }
  .unauthpage .header .navbar img {
    margin: 12px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header .navbar img.img-fluid {
    width: 160px;
    height: 50px;
  }
}
.ds-footer-wrapper {
  color: #c0c0c0;
  background: #040714;
  color: #c0c0c0;
  padding-top: 24px;
  padding-bottom: 48px;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .ds-footer-wrapper {
    padding-top: 32px;
    padding-bottom: 40px;
  }
}
.ds-footer-wrapper .ds-logo {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ds-footer-wrapper .ds-logo img {
  width: 88px;
  height: 70px;
}
.ds-footer-wrapper .ds-footer-links {
  width: 100%;
}
.ds-footer-wrapper .row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.ds-footer-wrapper .container select {
  color: #c0c0c0;
  background: transparent;
  border: none;
  text-align: center;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.2px;
  cursor: pointer;
}
.ds-footer-wrapper .container select option {
  color: #040714;
  cursor: pointer;
}
.ds-footer-wrapper .dynamic-dropdown {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.ds-footer-wrapper .dynamic-dropdown img.ds-globe-icon {
  width: 14px;
  height: 14px;
}
.ds-footer-wrapper .ds-list {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: auto;
  color: #c0c0c0;
  font-size: 12px;
  line-height: 17px;
  font-weight: 500;
  margin: 0;
  text-align: center;
  justify-items: center;
}
.ds-footer-wrapper .ds-list .ds-list-item a {
  color: #c0c0c0;
  text-decoration: none;
  font-weight: 500;
}
.ds-footer-wrapper .ds-footer-copy .rteComponent {
  font-size: 12px;
  line-height: 17px;
  color: #c0c0c0;
  font-weight: 500;
  display: flex !important;
  flex-direction: column;
  gap: 16px;
}
.ds-footer-wrapper .ds-footer-copy .rteComponent p {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .ds-footer-wrapper .ds-list {
    display: inline-flex;
    gap: 16px;
    font-size: 12px;
    line-height: 17px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .ds-footer-wrapper .ds-list {
    font-size: 14px;
    line-height: 20px;
    gap: 24px;
  }
}
@media screen and (min-width: 768px) {
  .ds-footer-wrapper .ds-list .ds-list-item:nth-last-child(-n+1) {
    left: 0;
    grid-column: auto;
  }
}
@media screen and (min-width: 768px) {
  .ds-footer-wrapper .ds-logo {
    gap: 24px;
  }
}
@media screen and (min-width: 768px) {
  .ds-footer-wrapper .row {
    gap: 24px;
  }
}
@media screen and (min-width: 768px) {
  .ds-footer-wrapper .ds-footer-copy .rteComponent {
    gap: 24px;
    font-size: 14px;
    line-height: 20px;
  }
}

.ds-back-top p {
  margin-bottom: 0 !important;
}
.ds-back-top p .ds-btt-btn {
  bottom: 20px;
  cursor: pointer;
  right: 20px;
  z-index: 1000;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  padding: 12px;
  background: #ffffff;
  border-radius: 50%;
}
.ds-back-top a {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #000000;
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 0px;
}
.ds-back-top a img {
  display: flex;
  width: 24px;
  height: 12px;
}

.dynamic-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(4, 7, 20, 0.6588235294);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  overflow: hidden;
}
.dynamic-modal-overlay .dynamic-modal {
  border-radius: 8px;
  background: #02172a;
  position: relative;
  width: 361px;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  scroll-behavior: smooth;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .dynamic-modal-overlay .dynamic-modal {
    width: 640px;
  }
}
.dynamic-modal-overlay #dynamicModalTC .dynamic-modal-body {
  padding: 20px 20px 30px;
}
@media screen and (min-width: 768px) {
  .dynamic-modal-overlay #dynamicModalTC .dynamic-modal-body {
    padding: 40px 28px 40px 45px;
  }
}
.dynamic-modal-overlay #dynamicModalTC .dynamic-modal-logo {
  visibility: hidden;
}
.dynamic-modal-overlay .dynamic-modal-body {
  display: flex;
  flex-direction: column;
  padding: 0 20px 30px;
  background: #02172a;
}
@media screen and (min-width: 768px) {
  .dynamic-modal-overlay .dynamic-modal-body {
    padding: 0 40px 48px;
  }
}
.dynamic-modal-overlay .dynamic-modal-img {
  height: fit-content;
  object-fit: cover;
  aspect-ratio: 4/3;
  width: 100%;
  border-radius: 8px 8px 0 0;
  -webkit-mask-image: linear-gradient(#02172a, transparent);
  mask-image: linear-gradient(#02172a, transparent);
}
.dynamic-modal-overlay .dynamic-modal-title {
  color: #fff;
  font-family: "Inspire Regular";
  text-align: left;
  font-style: normal;
  font-weight: 700;
  margin: 0;
  font-size: 28px;
  line-height: 39px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .dynamic-modal-overlay .dynamic-modal-title {
    font-size: 36px;
    line-height: 45px;
  }
}
.dynamic-modal-overlay .dynamic-modal-sub-title {
  color: #fff;
  font-family: "Inspire Regular";
  text-align: left;
  font-style: normal;
  margin-top: 22px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  position: relative;
  max-height: 100px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .dynamic-modal-overlay .dynamic-modal-sub-title {
    font-weight: 400;
    font-size: 21px;
    line-height: 29px;
    padding-right: 30px;
    max-height: 116px;
  }
}
.dynamic-modal-overlay .dynamic-modal-sub-title ol,
.dynamic-modal-overlay .dynamic-modal-sub-title ul {
  list-style-type: none;
  padding-left: 4px;
}
.dynamic-modal-overlay .dynamic-modal-sub-title ol li,
.dynamic-modal-overlay .dynamic-modal-sub-title ul li {
  padding-bottom: 4px;
}
.dynamic-modal-overlay .dynamic-modal-text {
  color: #fff;
  font-family: "Inspire Regular";
  text-align: left;
  font-style: normal;
  margin-top: 22px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  max-height: 400px;
  padding-right: 7px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .dynamic-modal-overlay .dynamic-modal-text {
    padding-right: 30px;
    max-height: 230px;
  }
}
.dynamic-modal-overlay .dynamic-modal-text ol,
.dynamic-modal-overlay .dynamic-modal-text ul {
  list-style-type: none;
  padding-left: 4px;
}
.dynamic-modal-overlay .dynamic-modal-text ol li,
.dynamic-modal-overlay .dynamic-modal-text ul li {
  padding-bottom: 4px;
}
.dynamic-modal-overlay .dynamic-modal-checkbox-container {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .dynamic-modal-overlay .dynamic-modal-checkbox-container {
    margin-top: 37px;
    gap: 22px;
  }
}
.dynamic-modal-overlay .checkbox-container {
  display: flex;
  gap: 20px;
  /* Show checked state */
}
.dynamic-modal-overlay .checkbox-container input {
  border-radius: 4px;
  background-color: #f9f9f9;
  color: #000000;
  height: 20px;
  width: 20px;
}
.dynamic-modal-overlay .checkbox-container label {
  color: #fff;
  font-family: "Inspire Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 137.5% */
  width: 100%;
}
.dynamic-modal-overlay .checkbox-container.error input {
  outline: 2px solid #db0004;
  border-radius: 4px;
}
.dynamic-modal-overlay .dynamic-modal-coupon {
  display: flex;
  min-width: 289px;
  min-height: 44px;
  padding: 16px;
  align-items: center;
  border-radius: 8px;
  opacity: 0.3;
  background: #fff;
  color: #000;
  text-align: center;
  font-family: "Inspire Regular";
  font-size: 16px;
  font-weight: 700;
  line-height: 44px;
  align-self: center;
  text-align: center;
  justify-content: center;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .dynamic-modal-overlay .dynamic-modal-coupon {
    width: 462px;
    opacity: 0.5;
    font-size: 24px;
  }
}
.dynamic-modal-overlay .dynamic-modal-coupon svg {
  width: 21px;
  height: 25px;
  fill: #000;
  position: absolute;
  right: 10px;
}
.dynamic-modal-overlay .dynamic-modal-coupon .icon-checked {
  display: none;
}
.dynamic-modal-overlay .dynamic-modal-coupon .icon-copy {
  display: block;
}
.dynamic-modal-overlay .dynamic-modal-couponContainer {
  display: flex;
  flex-direction: column;
  gap: 11px;
  position: absolute;
  top: 15%;
  align-self: center;
}
@media screen and (min-width: 768px) {
  .dynamic-modal-overlay .dynamic-modal-couponContainer {
    top: 25%;
  }
}
.dynamic-modal-overlay .dynamic-modal-voucher-text {
  color: #fff;
  text-align: center;
  font-family: "Inspire Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
}
@media screen and (min-width: 768px) {
  .dynamic-modal-overlay .dynamic-modal-voucher-text {
    font-size: 21px;
    line-height: 34px;
  }
}
.dynamic-modal-overlay .dynamic-modal-logo {
  width: 145px;
  height: 45px;
  position: sticky;
  top: 80px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 99999;
  left: 10px;
}
@media screen and (min-width: 1025px) {
  .dynamic-modal-overlay .dynamic-modal-logo {
    top: 90px;
    left: 30px;
  }
}
.dynamic-modal-overlay button.close-btn {
  width: 24px;
  height: 24px;
  position: sticky;
  top: 40px;
  right: 30px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 99999;
  align-self: flex-end;
}
@media screen and (min-width: 768px) {
  .dynamic-modal-overlay button.close-btn {
    top: 40px;
    right: 30px;
  }
}
.dynamic-modal-overlay button.close-btn .icon-menu-close {
  width: 40px;
  height: 30px;
}
.dynamic-modal-overlay button.main-btn {
  border-radius: 4px;
  background: #f9f9f9;
  padding: 14.5px 14px;
  justify-content: center;
  color: #040714;
  cursor: pointer;
  border: 1px solid #f9f9f9;
  text-transform: uppercase;
  text-align: center;
  font-family: "Inspire Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  min-width: 150px;
  align-self: center;
  margin-top: 52px;
  z-index: 99999;
}
.dynamic-modal-overlay button.main-btn:hover {
  background-color: transparent;
  border: 1px solid #f9f9f9;
  color: #f9f9f9;
}
@media screen and (min-width: 768px) {
  .dynamic-modal-overlay button.main-btn {
    font-size: 18px;
    line-height: 25px;
    min-width: 260px;
    margin-top: 40px;
  }
}
.dynamic-modal-overlay .opt-in-link-requires-field {
  display: block !important;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  align-self: center;
  margin: 0 auto;
  text-align: center;
  font-family: "Inspire Regular";
}
@media screen and (min-width: 768px) {
  .dynamic-modal-overlay .opt-in-link-requires-field {
    font-size: 14px;
    line-height: 29px;
  }
}
.dynamic-modal-overlay .mt25 {
  margin-top: 25px;
}
.dynamic-modal-overlay .mb34 {
  margin-bottom: 34px;
}
.dynamic-modal-overlay .mt34 {
  margin-top: 34px;
}
.dynamic-modal-overlay .error-message {
  color: #db0004;
  font-family: "Inspire Regular";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-top: 10px;
  display: none;
}
@media screen and (min-width: 768px) {
  .dynamic-modal-overlay .error-message {
    font-size: 16px;
  }
}
.dynamic-modal-overlay .free-text {
  padding: 8px;
  color: rgba(49, 52, 62, 0.6);
  font-family: "Inspire Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}
@media screen and (min-width: 768px) {
  .dynamic-modal-overlay .free-text {
    font-size: 20px;
  }
}
.dynamic-modal-overlay .error-input {
  outline: 2px solid #db0004;
  border-radius: 4px;
}

.dynamic-modal-loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

.dynamic-modal-loader .spinner {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: conic-gradient(from -90deg, #ffffff 0deg, #00eaff 120deg, rgba(0, 0, 0, 0) 270deg);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 6px), black calc(100% - 5px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 6px), black calc(100% - 5px));
  animation: spin 1s linear infinite;
  box-shadow: 0 0 8px #00eaff;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.featured-perk-container {
  background-image: none;
  position: relative;
  background-color: white;
  padding: 24px 0px;
}
.featured-perk-container .cmp-carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.featured-perk-container .cmp-carousel .offer-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.featured-perk-container .cmp-carousel .offer-card .cmp-image__lock {
  width: 20px;
  height: 23px;
  position: absolute;
  top: 10px;
  right: 5px;
}
@media screen and (min-width: 1025px) {
  .featured-perk-container .cmp-carousel .offer-card .cmp-image__lock {
    width: 28px;
    height: 31px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .featured-perk-container .cmp-carousel .offer-card .cmp-image__lock {
    width: 28px;
    height: 31px;
  }
}
.featured-perk-container .cmp-carousel .ds-logo-feature-image {
  position: absolute;
  top: 16px;
  left: 8px;
  width: 120px;
  z-index: 999;
}
.featured-perk-container .cmp-carousel__actions {
  display: none;
}
.featured-perk-container .cmp-carousel__item {
  position: relative;
  width: 100%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  flex-shrink: 0;
}
@media screen and (min-width: 1025px) {
  .featured-perk-container .cmp-carousel__item {
    width: calc((100% - 64px) / 3);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .featured-perk-container .cmp-carousel__item {
    width: calc((100% - 16px) / 2);
  }
}
.featured-perk-container .cmp-carousel__item .cmp-image__image {
  width: 100%;
  height: fit-content;
  object-fit: cover;
  aspect-ratio: 4/3;
  flex-shrink: 0;
  align-self: stretch;
  border-radius: 10px 10px 0px 0px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(2, 214, 232, 0.5) 72.51%);
}
.featured-perk-container .cmp-carousel__item--active {
  opacity: 1;
  visibility: visible;
  position: relative;
}
.featured-perk-container .cmp-carousel .cmp-teaser__content {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: center;
  border-radius: 0px 0px 10px 10px;
  background: #02172a;
  flex-grow: 1;
}
@media screen and (min-width: 1025px) {
  .featured-perk-container .cmp-carousel .cmp-teaser__content {
    padding: 24px 26px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .featured-perk-container .cmp-carousel .cmp-teaser__content {
    padding: 24px 24px;
  }
}
.featured-perk-container .cmp-carousel .remove-height {
  padding: 0px !important;
}
@media screen and (min-width: 1025px) {
  .featured-perk-container .cmp-carousel .remove-height {
    padding: 0px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .featured-perk-container .cmp-carousel .remove-height {
    padding: 0px !important;
  }
}
.featured-perk-container .cmp-carousel .cmp-teaser__title,
.featured-perk-container .cmp-carousel .cmp-teaser__title a {
  color: #fff;
  font-family: "Inspire Regular";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 39px;
  margin-bottom: 12px;
  overflow-wrap: break-word;
  word-break: break-word;
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .featured-perk-container .cmp-carousel .cmp-teaser__title {
    margin-bottom: 16px;
  }
}
.featured-perk-container .cmp-carousel .cmp-teaser__action-link {
  display: flex;
  padding: 14px 14px;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 4px;
  background: #f9f9f9;
  color: #040714;
  text-align: center;
  font-family: "Inspire Regular";
  font-weight: 700;
  line-height: 22px;
  font-size: 18px;
  font-style: normal;
  text-transform: uppercase;
  margin: 32px 0;
  width: 260px;
  border: 1px solid transparent;
}
@media screen and (min-width: 1025px) {
  .featured-perk-container .cmp-carousel .cmp-teaser__action-link {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    margin: 32px 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .featured-perk-container .cmp-carousel .cmp-teaser__action-link {
    width: 200px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .featured-perk-container .cmp-carousel .cmp-teaser__action-link {
    font-size: 17px;
    font-weight: 700;
    line-height: 22px;
    margin: 37px 0px;
  }
}
.featured-perk-container .cmp-carousel .cmp-teaser__action-link:hover {
  background: transparent;
  border: 1px solid #f9f9f9;
  color: #f9f9f9;
}
.featured-perk-container .cmp-carousel .cmp-teaser__description {
  margin-bottom: auto;
  color: #f9f9f9;
  font-family: "Inspire Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 1025px) {
  .featured-perk-container .cmp-carousel .cmp-teaser__description {
    line-height: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .featured-perk-container .cmp-carousel .cmp-teaser__description {
    font-size: 18px;
    line-height: 26px;
  }
}
.featured-perk-container .cmp-carousel .cmp-teaser__conditions {
  color: #d5d7db;
  text-align: center;
  font-family: "Inspire Regular";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-decoration: underline;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .featured-perk-container .cmp-carousel .cmp-teaser__conditions {
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .featured-perk-container .cmp-carousel .cmp-teaser__conditions {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
}
.featured-perk-container .cmp-carousel__content {
  display: flex;
  align-items: stretch;
  padding-bottom: 32px;
  background: transparent;
  gap: 16px;
}
@media screen and (min-width: 1025px) {
  .featured-perk-container .cmp-carousel__content {
    padding-bottom: 48px;
    gap: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .featured-perk-container .cmp-carousel__content {
    gap: 16px;
    padding-bottom: 50px;
  }
}
.featured-perk-container .cmp-carousel__indicators {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 16px 0;
  gap: 10px;
}
@media screen and (min-width: 1025px) {
  .featured-perk-container .cmp-carousel__indicators {
    margin: 0px;
    position: absolute;
    bottom: 1%;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .featured-perk-container .cmp-carousel__indicators {
    margin: 0px;
    position: absolute;
    bottom: 1%;
    width: 100%;
    z-index: 1;
  }
}
.featured-perk-container .cmp-carousel__indicators li {
  width: 12px;
  height: 12px;
  margin: 0px;
  background-color: grey;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.featured-perk-container .cmp-carousel__indicators li.cmp-carousel__indicator--active {
  background-color: #31343e;
  transform: scale(1.2);
}
@media screen and (min-width: 1025px) {
  .featured-perk-container .cmp-carousel__indicators li {
    margin: 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .featured-perk-container .cmp-carousel__indicators li {
    margin: 0px;
  }
}
.featured-perk-container .cmp-carousel__arrow {
  position: absolute;
  top: 45%;
  transform: translateY(-45%);
  z-index: 10;
  background: transparent;
  border: none;
  padding: 0;
  width: 24px;
  height: 24px;
}
.featured-perk-container .cmp-carousel__arrow img {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}
.featured-perk-container .cmp-carousel__arrow--left {
  left: 77px;
}
.featured-perk-container .cmp-carousel__arrow--right {
  right: 77px;
}
.featured-perk-container .cmp-carousel__arrow:disabled img {
  cursor: default;
  pointer-events: none;
}
.featured-perk-container .ds-feature-discover p {
  display: flex;
  justify-content: center;
}
.featured-perk-container .ds-feature-discover p a {
  display: flex;
  padding: 14.5px 14px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 4px;
  background: #040714;
  color: #f9f9f9;
  text-align: center;
  font-family: "Inspire Regular";
  font-weight: 700;
  line-height: 22px;
  font-size: 16px;
  font-style: normal;
  text-transform: uppercase;
  margin: 24px 0 16px 0;
  min-width: 150px;
  height: 54px;
  text-decoration: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .featured-perk-container .ds-feature-discover p a {
    margin: 32px 0 0;
    padding: 16px 12px;
  }
}
@media screen and (min-width: 1025px) {
  .featured-perk-container .ds-feature-discover p a {
    min-width: 260px;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    padding: 14.5px 14px;
    margin: 32px 0;
  }
}
.featured-perk-container .ds-feature-discover p a:hover {
  border: 1px solid #000000;
  background: transparent;
  color: #000000;
}
@media screen and (min-width: 1025px) {
  .featured-perk-container {
    padding: 110px 144px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .featured-perk-container {
    padding: 32px 32px;
  }
}

.ds-feature-title .rteComponent h2 {
  color: #000;
  text-align: center;
  font-family: "Inspire Bold";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 24px;
}
@media screen and (min-width: 1025px) {
  .ds-feature-title .rteComponent h2 {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ds-feature-title .rteComponent h2 {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 24px;
  }
}

.welcome, .dashboard, .discover, .myperks, .settings {
  background-color: #0a1e32;
}

.ds-personal-data-container, .ds-tabs-container {
  background-color: white;
}

.modalterms {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(4, 7, 20, 0.659);
  backdrop-filter: blur(6px);
  z-index: 9999;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.modalterms .ds-modal-condition {
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: #02172a;
  border-radius: 8px;
  width: 360px;
  max-height: 90vh;
  overflow: hidden;
  background: #02172a;
  margin: 5% auto;
  height: 690px;
}
@media screen and (min-width: 768px) {
  .modalterms .ds-modal-condition {
    height: 640px;
  }
}
.modalterms .ds-modal-condition .modal-header {
  display: flex;
  align-items: end;
  justify-content: end;
  padding: 10px 20px;
  border-bottom: none;
}
.modalterms .ds-modal-condition .modal-header .icon-menu-close {
  width: 20px;
  height: 20px;
}
.modalterms .ds-modal-condition .modal-body {
  display: flex;
  margin: auto;
}
.modalterms .ds-modal-condition .ds-modal-content {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-direction: column;
  width: 100%;
  padding: 20px;
}
.modalterms .ds-modal-condition .ds-modal-title {
  color: #ffffff;
  font-family: "Inspire Regular";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 39px;
  text-align: left;
}
.modalterms .ds-modal-condition .ds-modal-container-terms {
  max-height: 300px;
  overflow-y: auto;
  align-self: stretch;
  color: #fff;
  font-family: "Inspire Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding-right: 20px;
}
.modalterms .ds-modal-condition .ds-modal-container-terms p {
  padding-bottom: 10px;
}
.modalterms .ds-modal-condition .ds-modal-container-terms p a {
  color: #fff;
  text-decoration: underline;
}
.modalterms .ds-modal-condition .ds-modal-container-terms h6 {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}
@media screen and (min-width: 576px) {
  .modalterms .ds-modal-condition .ds-modal-container-terms {
    max-height: 450px;
  }
}
@media screen and (min-width: 768px) {
  .modalterms .ds-modal-condition .ds-modal-container-terms {
    max-height: 600x;
  }
}
@media screen and (min-width: 1200px) {
  .modalterms .ds-modal-condition .ds-modal-container-terms {
    max-height: 200x;
  }
}
@media screen and (min-width: 1400px) {
  .modalterms .ds-modal-condition .ds-modal-container-terms {
    max-height: 350px;
  }
}
.modalterms .ds-modal-condition .cta-button {
  font-size: 16px;
  line-height: 22px;
  color: #040714;
  text-align: center;
  font-family: "Inspire Regular";
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  display: flex;
  min-width: 150px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #f9f9f9;
  padding: 16px 12px;
  align-self: center;
  min-height: 54px;
}
.modalterms .ds-modal-condition .cta-button:hover {
  background-color: transparent;
  border: 1px solid #f9f9f9;
  color: #f9f9f9;
}
@media screen and (min-width: 1025px) {
  .modalterms .ds-modal-condition {
    width: 640px;
    padding: 0px;
  }
  .modalterms .ds-modal-title {
    font-size: 36px;
    line-height: 45px;
  }
  .modalterms .cta-button {
    font-size: 18px;
    line-height: 25px;
    min-width: 260px;
  }
}

.ds-terms-container {
  background-color: #02172a;
  padding: 24px 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ds-terms-container {
    padding: 40px 32px;
  }
}
@media screen and (min-width: 1025px) {
  .ds-terms-container {
    padding: 40px 144px;
  }
}
.ds-terms-container .rteComponent {
  padding: 15.5px 88px;
}
.ds-terms-container .rteComponent h2 {
  color: #ffffff;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 39px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ds-terms-container .rteComponent h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1025px) {
  .ds-terms-container .rteComponent h2 {
    font-size: 32px;
  }
}

.ds-terms-body-container {
  padding: 64px 35px;
  background-color: #ffffff;
}
.ds-terms-body-container .rteComponent ul {
  word-wrap: break-word;
}
.ds-terms-body-container .rteComponent ul li {
  margin-bottom: 16px;
}
.ds-terms-body-container .rteComponent p,
.ds-terms-body-container .rteComponent h6 {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.2px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ds-terms-body-container .rteComponent p,
.ds-terms-body-container .rteComponent h6 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1025px) {
  .ds-terms-body-container .rteComponent p,
.ds-terms-body-container .rteComponent h6 {
    font-size: 18px;
  }
}
.ds-terms-body-container .rteComponent p a,
.ds-terms-body-container .rteComponent h6 a {
  color: #000000;
  text-decoration: underline;
}
.ds-terms-body-container .rteComponent p:last-child {
  margin-bottom: 0;
}

.ds-error-msg-body {
  background: #02172a;
  color: white;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 83px 38px 435px;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .ds-error-msg-body {
    padding: 141.5px 174px 171.5px;
    gap: 8px;
  }
}
@media screen and (min-width: 1025px) {
  .ds-error-msg-body {
    padding: 176px 25% 574px;
    gap: 34px;
  }
}
.ds-error-msg-body .cmp-teaser__title {
  color: #fff;
  text-align: center;
  font-family: "Inspire Regular";
  font-size: 24px;
  font-weight: 700;
  line-height: 39px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .ds-error-msg-body .cmp-teaser__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 39px;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 1025px) {
  .ds-error-msg-body .cmp-teaser__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 36px;
  }
}
.ds-error-msg-body .rteComponent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ds-error-msg-body .rteComponent h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 39px;
}
@media screen and (min-width: 1025px) {
  .ds-error-msg-body .rteComponent h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
.ds-error-msg-body .rteComponent .ds-error-desc {
  font-size: 14px;
  margin-top: 16px;
  line-height: 20px;
  font-weight: 400;
  max-width: 318px;
}
@media screen and (min-width: 768px) {
  .ds-error-msg-body .rteComponent .ds-error-desc {
    max-width: 420px;
  }
}
@media screen and (min-width: 1025px) {
  .ds-error-msg-body .rteComponent .ds-error-desc {
    font-size: 24px;
    margin-top: 35px;
    line-height: 31px;
    max-width: 611px;
  }
}
.ds-error-msg-body .rteComponent p {
  color: #fff;
  text-align: center;
  font-family: "Inspire Regular";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
@media screen and (min-width: 768px) {
  .ds-error-msg-body .rteComponent p {
    font-size: 16px;
    line-height: 25px;
  }
}
@media screen and (min-width: 1025px) {
  .ds-error-msg-body .rteComponent p {
    font-size: 20px;
    line-height: 26px;
  }
}
.ds-error-msg-body .cmp-image__image {
  height: 50px;
  width: 50px;
}
@media screen and (min-width: 768px) {
  .ds-error-msg-body .cmp-image__image {
    height: 60px;
    width: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .ds-error-msg-body .cmp-image__image {
    height: 70px;
    width: 70px;
  }
}

.ds-rte-teaser-banner {
  padding: 24px 0;
  justify-content: center;
  align-items: center;
  display: flex;
  background: #02172a;
  color: #f9f9f9;
  font-family: "Inspire Regular";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 31px;
}
.ds-rte-teaser-banner p {
  color: #f9f9f9;
  font-family: "Inspire Regular";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 31px;
}
.ds-rte-teaser-banner u {
  color: #02d6e8;
  font-family: "Inspire Regular";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 31px;
  text-decoration-line: underline;
}
.ds-rte-teaser-banner .rteComponent {
  display: flex;
  padding: 55px 0;
  justify-content: center;
  align-items: center;
  gap: 64px;
  align-self: stretch;
  background: #02172a;
}
