
body {
  background: #f8f8f8;
  font-family: "BentonSans", "Helvetica Neue", Helvetica, sans-serif;
  scroll-behavior: smooth;
}

:root {
  --DarkGray: #333;
  --btnGray: #53565A;
  --Black: #000;
  --fBenton: "BentonSans", "Helvetica Neue", Helvetica, sans-serif;
  --fGuardian: "Guardian Egyptian Web";
}
@font-face {
	  font-family: 'Guardian Egyptian Web';
	  src: url('../fonts/GuardianEgyp-RegularIt-Web.woff') format('woff');
	  font-weight:  400;
	  font-style:   italic;
	  font-stretch: normal;
}

@font-face {
	  font-family: 'Guardian Egyptian Web';
	  src: url('../fonts/GuardianEgyp-MediumIt-Web.woff') format('woff');
	  font-weight:  500;
	  font-style:   italic;
	  font-stretch: normal;
}
@font-face {
  font-family: 'Guardian Egyptian Web';
  src: url('../fonts/GuardianEgyp-BoldIt-Web.woff') format('woff');
  font-weight:  700;
  font-style:   italic;
  font-stretch: normal;
}

body {
  overflow-x: hidden;
  background: #fff;
}
body p {
  color: var(--DarkGray);
  font-family: var(--fBenton);
  font-size: calc(1.4rem * .625);
  font-weight: 350;
  line-height: calc(2.2rem * .625);
  margin-bottom: 22px;
}
body p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  body p {
    font-size: calc(1.8rem * .625);
    line-height: calc(2.8rem * .625);
    margin-bottom: 28px;
  }
}

/* section {
  max-width: initial;
  width: initial;
} */

.c-td2025 {
  position: relative;
  display: block;
}

.c-td-hero {
  width: 100%;
  height: 550px;
  background-image: url("../img/trendingdestinations2025/hero/hero-main-koh-samui-thailand-landscape-1710-820.jpg?v=0");
  background-size: cover;
  background-position: 70% 100%;
  padding: calc(60px + 75px) 30px 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  margin-top: -75px;
  z-index: 1;
  display: block;
  max-width: initial;
}

@media (prefers-reduced-motion) {
  .c-td-hero {
    position: relative;
  }
}
@media (min-width: 768px) {
  .c-td-hero {
    height: 690px;
    padding: calc(90px + 75px) 30px 0;
  }
}
@media (min-width: 1440px) {
  .c-td-hero {
    background-position: 0 100%;
  }
}
@media (min-width: 1710px) {
  .c-td-hero {
    height: 820px;
    padding: calc(120px + 75px) 30px 0;
  }
}
.c-td-hero__overlay {
  background: rgba(0, 0, 0, 0.6);
  padding: 20px;
  color: #fff;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}
.c-td-hero__text img, .c-td-hero__text h1, .c-td-hero__outlines {
  visibility: hidden;
}
.c-td-hero__text {
  width: 100%;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .c-td-hero__text {
    max-width: 700px;
    margin-inline: auto
  }
}

.c-td-hero__text img {
  width: 100%;
  max-width: 350px;
  margin-bottom: calc(3rem * .625);
  margin-inline: auto
}
.c-td-hero__text h1 {
	color: #FFF;
	text-align: center;
	font-family: var(--fBenton);
	font-size: calc(4.6rem * .625);
	font-style: normal;
	font-weight: 700;
	line-height: calc(4.9rem * .625);
	text-align: center;
	margin: initial;
}

.c-td-hero__text h1 span {
	color: #FFF;
	text-align: center;
	font-family: var(--fGuardian);
	font-size: calc(7rem * .625);
	font-style: normal;
	font-weight: 400;
	line-height: calc(7.2rem * .625);
	text-transform: uppercase;
	display: block;
}
/* @media (min-width: 768px) {
  .c-td-hero__text h1 {
    font-size: 32px;
  }
} */
@media (min-width: 992px) {
  .c-td-hero__text h1 {
    font-size: calc(6.5rem * .625);
	line-height: calc(6.8rem * .625);
  }

  .c-td-hero__text h1 span {
	font-size: calc(9.8rem * .625);
	line-height: calc(10rem * .625);
  }
}
/* @media (min-width: 1710px) {
  .c-td-hero__text h1 {
    font-size: 51px;
  }
} */

.c-td-hero__outlines {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}

.c-td-hero__subtitle {
  text-align: right;
  font-family: var(--fBenton);
  font-size: calc(6rem * .625);
  font-weight: 700;
  line-height: calc(7rem * .625);
  text-transform: uppercase;
  grid-area: 1/1/2/2;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #333;
}

.c-td-hero__subtitle.outlined {
  color: transparent;
}

.c-td-hero__subtitle.filled {
  clip-path: polygon(-100% 0%, 100% 0%, 100% 100%, 45% 100%);
  /* animate clip path to below */
  /* clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%); */
}

@media (min-width: 768px) {
  .c-td-hero__subtitle {
    font-size: calc(8rem * .625);
    line-height: calc(9rem * .625);
    -webkit-text-stroke-width: 3px;
  }
}

@media (min-width: 1440px) {
  .c-td-hero__subtitle {
    font-size: calc(11rem * .625);
    line-height: calc(12rem * .625);
  }
}

@media (min-width: 1710px) {
  .c-td-hero__subtitle {
    font-size: calc(13rem * .625);
    line-height: calc(14rem * .625);
  }
}

@media (max-width: 991px) and (max-height: 600px) {
  .c-td-hero {
    padding: calc(30px + 75px) 15px 0;
  }
  .c-td-hero__subtitle {
    font-size: calc(3rem * .625);
    line-height: calc(3.2rem * .625);
    -webkit-text-stroke-width: 1.5px;
  }
}

@media (min-width: 992px) and (max-height: 600px) {
  .c-td-hero {
    padding: calc(30px + 75px) 30px 0;
  }
  .c-td-hero__subtitle {
    font-size: calc(6rem * .625);
    line-height: calc(7rem * .625);
    -webkit-text-stroke-width: 1.5px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .safari-sticky-fix {
    transform: translate3d(0,0,0);
	margin-bottom: -1px; /* Fixes background peeking through 1px on chrome */
  }
}

.c-td-intro {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 30px;
  padding-bottom: 60px;
  background: #fff;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: initial;
}
@media (min-width: 768px) {
  .c-td-intro {
    padding-top: 80px;
    padding-bottom: 72px;
  }
}
@media (min-width: 1710px) {
  .c-td-intro {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.c-td-intro__text-container {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.c-td-intro__text-container p {
  color: var(--Black);
  font-family: var(--fGuardian);
  font-size: calc(1.8rem * .625);
  font-style: normal;
  font-weight: 300;
  line-height: calc(3rem * .625);
  margin-bottom: 30px;
}
.c-td-intro__text-container p:last-of-type {
  margin-bottom: 0;
}

.c-td-intro__text-container strong {
  font-weight: 500;
}

.c-td-intro__text-container p.fine-print,
.c-tips-card__body p.fine-print {
  font-family: var(--fBenton);
  font-size: calc(1.2rem * .625);
  font-style: italic;
  font-weight: 350;
  line-height: 1.6;
}

.c-tips-card__body p.fine-print {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .c-td-intro__text-container p {
    font-size: calc(2.2rem * .625);
    line-height: calc(3.4rem * .625);
    margin-bottom: 34px;
  }
}

.c-td-destinations {
  padding-bottom: 40px;
  position: relative;
  z-index: 2;
  background: #fff;
  max-width: initial;
  width: 100%;
}
@media (min-width: 768px) {
  .c-td-destinations {
    padding-bottom: 75px;
  }
}
@media (min-width: 1710px) {
  .c-td-destinations {
    /* padding-bottom: 100px; */
  }
}
.c-td-destinations .text-subcopy {
  color: var(--DarkGray);
  text-align: center;
  font-family: var(--fBenton);
  font-size: calc(1.8rem * .625);
  font-style: normal;
  font-weight: 500;
  line-height: calc(2.6rem * .625); /* 144.444% */
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 768px) {
  .c-td-destinations .text-subcopy {
    font-size: calc(3rem * .625);
    line-height: calc(3.4rem * .625);
  }
}
.c-td-destinations__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(155px, 1fr));
  gap: 15px 15px;
  margin: 30px auto 60px;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
}
@media (min-width: 768px) {
  .c-td-destinations__grid {
    grid-template-columns: repeat(2, minmax(155px, 1fr));
    gap: 40px 30px;
    margin: 30px auto 80px;
    width: 100%;
    max-width: 1220px;
  }
}
@media (min-width: 992px) {
  .c-td-destinations__grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    max-width: 1250px;
  }
}
@media (min-width: 1440px) {
  .c-td-destinations__grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    max-width: 1250px;
    margin: 30px auto 120px;
  }
}
@media (min-width: 1710px) {
  .c-td-destinations__grid {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 30px auto 150px;
    max-width: 1570px;
  }
}
.c-trendingCard {
  text-decoration: none;
  display: flex;
  flex-flow: column;
  border: 1px solid transparent;
  transition: border 0.35s ease-in-out, box-shadow 0.35s ease-in-out;
}
.c-trendingCard:hover {
	border: 1px solid #D9D9D6;
	box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.20);
    transition: border 0.35s ease-in-out, box-shadow 0.35s ease-in-out;
}

@media (prefers-reduced-motion) {

    .c-trendingCard {
        transition: none;
    }
	.c-trendingCard:hover {
		transition: none;
	}
}
.c-trendingCard__body {
  position: relative;
  background-color: #333;
  color: #fff;
  height: 175px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .c-trendingCard__body {
    height: 260px;
  }
}
@media (min-width: 1710px) {
  .c-trendingCard__body {
    height: 320px;
  }
}

.c-trendingCard__body img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 1s ease-out;
}

.c-trendingCard__body-copy {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 40px;
  z-index: 2;
}
@media (min-width: 768px) {
  .c-trendingCard__body-copy {
    padding-top: 40px;
  }
}
@media (min-width: 1710px) {
  .c-trendingCard__body-copy {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 45px;
  }
}
.c-trendingCard__city {
  color: var(--DarkGray);
  text-align: center;
  font-family: var(--fBenton);
  font-size: calc(1.6rem * .625);
  font-weight: 700;
  line-height: calc(2rem * .625);
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .c-trendingCard__city {
    font-size: calc(1.4rem * .625);
    line-height: calc(2rem * .625);
  }
}
@media (min-width: 1710px) {
  .c-trendingCard__city {
    font-size: calc(2rem * .625);
    line-height: calc(2rem * .625);
  }
}
.c-trendingCard__country {
  color: var(--DarkGray);
  text-align: center;
  font-family: var(--fGuardian);
  font-style: italic;
  font-size: calc(1.2rem * .625);
  font-weight: 400;
  line-height: calc(2rem * .625);
}
@media (min-width: 768px) {
  .c-trendingCard__country {
    font-size: calc(1.8rem * .625);
    line-height: calc(2rem * .625);
  }
}

.c-trendingCard__header {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
}

@media (min-width: 768px) {
  .c-trendingCard__header {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.c-trendingCard__footer {
  background: #F5F5F5;
  padding: 12px 10px;
  flex: 1 1 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  row-gap: calc(0.5rem * .625)
}

@media (min-width: 768px) {
	.c-trendingCard__footer {
		padding: 16px 10px;
		row-gap: calc(0.8rem * .625);
	}
}
.c-trendingCard__eyebrow {
  color: #63666A;
  text-align: center;
  font-size: calc(0.8rem * .625);
  font-weight: 500;
  line-height: calc(1.2rem * .625);
  text-transform: uppercase;
  letter-spacing: 0.24px;
}

.c-trendingCard__eyebrow span {
  font-size: calc(0.9rem * .625);
  display: block;
  margin-top: 4px;
}

@media (min-width: 768px) {
  .c-trendingCard__eyebrow {
    font-size: calc(1.1rem * .625);
  }

  .c-trendingCard__eyebrow span {
    font-size: calc(1.1rem * .625);
    display: inline-block;
    margin-top: 0;
  }
}

@media (min-width: 992px) and (max-width: 1709px) {
  .c-trendingCard__eyebrow {
    font-size: calc(1.1rem * .625);
  }

  .c-trendingCard__eyebrow span {
    font-size: calc(1.1rem * .625);
    display: block;
    margin-top: 4px;
  }
}
.c-trendingCard__recommendation {
  color: var(--DarkGray);
  font-family: var(--fBenton);
  text-align: center;
  font-size: calc(0.9rem * .625);
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 0.27px;
  text-transform: uppercase;
}

.c-td-nav {
  width: 100%;
  border-bottom: 1px solid #D9D9D9;
  display: flex;
  align-items: center;
  flex-flow: column;
  position: sticky;
  top: 75px;
  background-color: #fff;
  z-index: 3;
}
@media (min-width: 992px) {
  .c-td-nav {
    flex-flow: row;
    padding-left: 0;
    padding-right: 0;
    background: none;
    border-bottom: none;
    margin: 0 auto;
  }
}

.c-td-nav__inner {
  width: 100%;
}
@media (min-width: 992px) {
  .c-td-nav__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fff;
    display: flex;
    flex-flow: row;
    align-items: center;
  }
}

@media (min-width: 1200px) {
  .c-td-nav__inner {
    padding-left: 22px;
    padding-right: 34px;
  }
}

.c-td-nav__desc {
  display: none;
  font-family: var(--fBenton);
  font-size: calc(1.2rem * .625);
  font-weight: 700;
  line-height: calc(1.4rem * .625);
  letter-spacing: 0.36px;
  text-transform: uppercase;
  color: #63666A;
  min-width: 110px;
}
@media (min-width: 992px) {
  .c-td-nav__desc {
    display: block;
    font-size: calc(1.2rem * .625);
    line-height: calc(1.4rem * .625);
    letter-spacing: 0.27px;
    margin-right: 20px;
    min-width: 110px;
  }
}

@media (min-width: 1200px) {
  .c-td-nav__desc {
    min-width: 210px;
  }
}
.c-td-nav__text-btn {
  color: var(--btnGray);
  text-align: center;
  font-family: var(--fBenton);
  font-size: calc(1.3rem * .625);
  font-weight: 500;
  line-height: calc(1.8rem * .625);
  letter-spacing: 0.3px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.c-td-nav .toggle-collapse-btn {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background: none;
  border: none;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .c-td-nav .toggle-collapse-btn {
    display: none;
  }
}
.c-td-nav .toggle-collapse-btn svg {
  margin-left: 6px;
}
.c-td-nav .collapse-menu {
  border-top: 1px solid #D9D9D9;
  width: 100%;
  padding: 20px;
  display: none;
}
@media (min-width: 992px) {
  .c-td-nav .collapse-menu {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    border-top: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
  }
}

.c-td-nav .collapse-menu.visible {
  display: flex;
  flex-flow: column;
}
@media (min-width: 992px) {
  .c-td-nav .collapse-menu.visible {
    flex-flow: row;
  }
}
.c-td-nav .collapse-menu ul {
  display: flex;
  flex-flow: column;
  gap: 10px 0;
  max-width: 375px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .c-td-nav .collapse-menu ul {
    flex-flow: row;
    max-width: initial;
	width: initial;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9;
    margin: 0 0;
  }
}

@media (min-width: 1440px) {
  .c-td-nav .collapse-menu ul {
    flex-flow: row;
    max-width: initial;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9;
    margin: 0 0;
  }
}
.c-td-nav .collapse-menu ul li {
  display: block;
}
.c-td-nav .collapse-menu ul li a {
  display: block;
  color: #63666A;
  background: #F5F5F5;
  font-family: var(--fBenton);
  padding: 10px;
  font-size: calc(1.1rem * .625);
  font-weight: 500;
  line-height: calc(1.2rem * .625);
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.c-td-nav .collapse-menu ul li a:hover {
  color: var(--DarkGray);
  background-color: #D9D9D9;
  transition: all 0.3s ease-in-out;
}

.c-td-nav .collapse-menu ul li a.active {
  background-color: #D9D9D9;
  color: var(--DarkGray);
  transition: all 0.3s ease-in-out;
}

@media (min-width: 992px) {
  .c-td-nav .collapse-menu ul li a {
    background: #F5F5F5;
    border-right: 1px solid #D9D9D9;
    padding: 10px 8px;
    font-size: calc(1.1rem * .625);
    letter-spacing: 0.5px;
    transition: all 0.3s ease-in-out;
  }
}

@media (min-width: 1200px) {
  .c-td-nav .collapse-menu ul li a {
    padding: 10px;
    font-size: calc(1.2rem * .625);
    letter-spacing: 0.8px;
  }
}

.c-td-nav__back-to-top {
  margin-top: 20px;
  background: none;
  border: none;
  width: 100%;
  padding: 0;
}
@media (min-width: 992px) {
  .c-td-nav__back-to-top {
    width: auto;
    margin-top: 0;
    margin-left: 10px;
    display: flex;
    flex-flow: column;
    font-size: calc(1.2rem * .625);
  }
}

@media (min-width: 1100px) {
  .c-td-nav__back-to-top {
    margin-left: 20px;
    flex-flow: row;
  }
}

@media (min-width: 1710px) {
  .c-td-nav__back-to-top {
    font-size: calc(1.4rem * .625);
    line-height: 24px;
  }
}

@media (min-width: 992px) {
  .c-td-nav__back-to-top span:first-of-type {
    display: none;
  }
}

.c-td-nav__back-to-top svg {
  margin-left: 6px;
  width: 12px;
  height: 12px;
}

@media (min-width: 992px) {
  .c-td-nav__back-to-top svg {
    margin-left: 0;
    width: 12px;
    height: 12px;
  }
}

@media (min-width: 1100px) {
  .c-td-nav__back-to-top svg {
    margin-left: 6px;
    width: 12px;
    height: 12px;
  }
}

.c-destinations-container {
  background: #fff;
  position: relative;
  z-index: 2;
  margin-top: -40px;
}
@media (min-width: 1440px) {
  .c-destinations-container {
    margin-top: -75px;
  }
}
.c-dest-detail {
  padding-bottom: 60px;
  background: #fff;
  width: 100%;
  max-width: initial;
  position: relative;
}
@media (min-width: 768px) {
  .c-dest-detail {
    padding-bottom: 120px;
  }
}
.c-dest-detail__hero {
  aspect-ratio: 1710/720;
  position: sticky;
  top: -14px;
  z-index: 1;
}


@media (min-width: 992px) {
  .c-dest-detail__hero {
    top: 149px;
  }
}

@media (prefers-reduced-motion) {
  .c-dest-detail__hero {
    position: relative;
    top: 0;
  }
}

.c-dest-detail__hero img {
  width: 100%;
}
.c-dest-detail__bg {
  background: #fff;
  position: relative;
  z-index: 2;
  padding-top: 40px;
}
@media (min-width: 768px) {
  .c-dest-detail__bg {
    padding-top: 80px;
  }
}
@media (min-width: 1710px) {
  .c-dest-detail__bg {
    padding-top: 100px;
  }
}
.c-dest-detail__hero-copy {
  padding: 10px;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .c-dest-detail__hero-copy {
    position: absolute;
    text-align: left;
    top: 40px;
    left: 9%;
    padding: 15px;
  }

  .c-dest-detail__hero-copy.overlay-dark {
    background: rgba(0, 0, 0, 0.35);
  }
  .c-dest-detail__hero-copy.overlay-light {
    background: rgba(255, 255, 255, 0.35);
  }
}
.c-dest-detail__hero-copy h2 {
  color: var(--DarkGray);
  font-family: var(--fBenton);
  font-size: calc(3.6rem * .625);
  font-weight: 700;
  line-height: calc(4.2rem * .625);
  text-transform: uppercase;
  margin-bottom: 5px;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.30);
}
@media (min-width: 768px) {
  .c-dest-detail__hero-copy h2 {
    color: #fff;
    font-size: calc(4.4rem * .625);
    line-height: calc(5rem * .625);
    margin-bottom: 10px;
  }
}
.c-dest-detail__hero-eyebrow {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  background: #F5F5F5;
  width: auto;
  display: inline-flex;
  color: var(--btnGray);
  font-family: var(--fBenton);
  font-size: calc(1.2rem * .625);
  font-weight: 500;
  line-height: calc(1.8rem * .625);
  letter-spacing: 0.36px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .c-dest-detail__hero-eyebrow {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
  }

  .c-dest-detail__hero-eyebrow.overlay-light {
    background: rgba(255, 255, 255, 0.30);
    color: var(--DarkGray);
  }
}
.c-dest-detail__country {
  color: var(--DarkGray);
  font-family: var(--fGuardian);
  font-size: calc(1.8rem * .625);
  font-style: italic;
  font-weight: 400;
  line-height: calc(2.2rem * .625);
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.30);
}
@media (min-width: 768px) {
  .c-dest-detail__country {
    color: #fff;
    font-size: calc(2.6rem * .625);
    line-height: calc(2.6rem * .625);
  }

  .c-dest-detail__hero-copy.text-dark .c-dest-detail__country,
  .c-dest-detail__hero-copy.text-dark .c-dest-detail__hero-eyebrow,
  .c-dest-detail__hero-copy.text-dark h2 {
    color: var(--DarkGray);
  }
}
.c-dest-detail__intro {
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
}

.c-dest-detail__intro .getting-there {
  font-weight: 500;
}
@media (min-width: 768px) {
  .c-dest-detail__intro {
    grid-template-columns: 1fr 1fr;
	grid-template-rows: auto 1fr;
    column-gap: 80px;
  }
}

/* @media (min-width: 1440px) {
  .c-dest-detail__intro {
    grid-template-columns: 1fr 1fr;
    column-gap: 80px;
    max-width: 1350px;
  }
} */

.c-dest-detail__intro p.text-intro-copy {
  font-family: var(--fGuardian);
  font-size: calc(1.8rem * .625);
  font-weight: 400;
  line-height: calc(2.6rem * .625);
  color: var(--DarkGray);
  grid-row: 1;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .c-dest-detail__intro p.text-intro-copy {
    grid-column: 2;
    margin-bottom: 30px;
    font-size: calc(2.4rem * .625);
    line-height: calc(3.4rem * .625);
  }
}
@media (min-width: 1710px) {
  .c-dest-detail__intro p.text-intro-copy {
    margin-bottom: 40px;
  }
}
.c-dest-detail__intro .left-content {
  grid-row: 2;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .c-dest-detail__intro .left-content {
    grid-row: 1/span 2;
    grid-column: 1;
    margin-bottom: 0;
  }
}

.c-dest-detail__intro .photo-credit {
	font-size: calc(1.2rem * .625);
	line-height: calc(1.2rem * .625);
  font-family: "Helvetica Neue", Helvetica, sans-serif;
}

@media (max-width: 767px) {
	.c-dest-detail__intro .photo-credit {
		font-size: calc(1.2rem * .625);
		line-height: calc(2.2rem * .625);
	}
}

.c-dest-detail__main-img {
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  display: flex;
}

@media (min-width: 1440px) {
  .c-dest-detail__main-img {
    height: 90%;
  }
}

.c-dest-detail__intro .left-content img {
  width: 100%;
  height: auto;
  display: block;
}


@media (min-width: 1440px) {
  .c-dest-detail__intro .left-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
}

/* @media (min-width: 1441px) {
  .c-dest-detail__intro .left-content img {
    aspect-ratio: 700/900;
    max-width: none;
  }
} */
.c-dest-detail__intro .left-content .text-caption {
  color: var(--btnGray);
  font-family: var(--fBenton);
  font-size: calc(1.2rem * .625);
  font-weight: 350;
  line-height: calc(1.8rem * .625);
}
.c-dest-detail__intro .right-content {
  grid-row: 3;
}
@media (min-width: 768px) {
  .c-dest-detail__intro .right-content {
    grid-column: 2;
    grid-row: 2;
  }
}
.c-dest-detail__getting-there {
  display: flex;
  flex-flow: row;
  gap: 0 15px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .c-dest-detail__getting-there {
    margin-top: 50px;
	border-top: 1px solid #D9D9D9;
	padding-top: 50px;
  }
}

.c-dest-detail__getting-there svg,
.c-dest-detail__getting-there img {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
}
.c-dest-detail__tips {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  padding-top: 40px;
}
@media (min-width: 768px) {
  .c-dest-detail__tips {
    padding-top: 80px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.c-dest-detail__tips h4,
.c-morebenefits h4 {
  color: var(--DarkGray);
  font-family: var(--fGuardian);
  font-size: calc(1.8rem * .625);
  font-weight: 400;
  line-height: calc(2.2rem * .625);
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  border: none;

}

@media (min-width: 768px) {
  .c-dest-detail__tips h4,
  .c-morebenefits h4 {
    font-size: calc(2.4rem * .625);
    line-height: calc(3.4rem * .625);
    text-align: center;
    border: none;
  }
}

.c-dest-detail__tips-header {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  padding-right: 25px;
  padding-left: 25px;
  margin-bottom: 20px;
  gap: 0 42px;
}

.c-dest-detail__tips-header2 {
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  .c-dest-detail__tips-header {
    margin-bottom: 40px;
    justify-content: center;
  }
}

.c-dest-detail__tips-header .mobile-carousel-nav {
  display: flex;
  flex-flow: row;
  align-items: center;
  gap: 0 15px;
}

.c-dest-detail__tips-header .mobile-carousel-nav button {
  background: none;
  border: none;
  padding: 0;
  height: 24px;
  width: 24px;
  cursor: pointer;
}
.c-dest-detail__tips-header .mobile-carousel-nav button.slick-disabled {
  cursor: initial;
}

.c-dest-detail__tips-header .mobile-carousel-nav button svg {
  width: 24px;
  height: 24px;
}

.c-dest-detail__tips-header .mobile-carousel-nav button.slick-disabled svg path {
  fill: #DEDEDE;

}
.c-dest-detail__tips-header .mobile-carousel-nav button.slick-disabled svg rect {
  stroke: #DEDEDE;
}

.c-dest-detail__tips-container {
  display: flex;
  gap: 0 30px;
  flex-flow: column;
  /* overflow: hidden; */
  width: 90%;
  margin: 0 auto;
}

.c-dest-detail__tips-container2 {
	/* padding-inline: calc(2.5rem * .625); */
	max-width: calc(100% - 30px);
	margin-inline: auto;
}

@media (max-width: 767px) {
  .c-dest-detail__tips-container2 .c-slide.slick-slide {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .c-dest-detail__tips-container {
    flex-flow: column;
    gap: 25px 0;
  }

  .c-dest-detail__tips-container2 {
	padding-inline: 0;
	margin-inline: initial
  }
}

.c-tips-card {
  display: flex;
  flex-flow: column;
  gap: 30px 0;
  width: 100%;
  height: 100%;
  /* max-width: 280px; */
}

.c-tips-card__eyebrow {
	color: #53565A; 
	font-family: var(--fBenton);
	font-size: calc(1.2rem * .625);
	font-style: normal;
	font-weight: 700;
	line-height: calc(2.8rem * .625);
	text-transform: uppercase;
	margin-bottom: calc(0.5rem * .625);
}

.c-tips-card__eyebrow--regcase {
  text-transform: none;
}
@media (min-width: 768px) {
  .c-tips-card {
    padding-bottom: 25px;
    border-bottom: 1px solid #D9D9D9;
    flex-flow: row;
    gap: 25px 40px;
    width: initial;
  }

  .c-slide:last-child .c-tips-card {
    border-bottom: none;
  }
}
.c-slide {
  text-decoration: none;
}

a.c-slide:hover .title {
  text-decoration: underline;
}

.slick-initialized .slick-slide {
  height: initial;
}
.slick-slider {
  display: block;
  height: auto;
}
.c-slide.slick-slide {
  margin: 0 30px 0 0;
  width: 100%;
  opacity: 0.6;
}

.slick-slide.slick-current {
  opacity: 1;
}
@media (min-width: 768px) {
  .slick-slide {
    opacity: 1;
  }
  .slick-slide.slick-current {
    opacity: 1;
  }
}

.slick-list {
  margin: 0 0 0 0;
}


@media (max-width: 767px) {
  .c-tips-card__hero {
    margin-top: 26.6875px;
  }
  .c-tips-card__hero:has(>div) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .c-tips-card__hero {
    aspect-ratio: 320/240;
    width: 320px;
  }
}
.c-tips-card__hero img {
  width: 100%;
}

.c-tips-card__fhr {
  background-color: #757575;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  margin-bottom: 6px;
}

.c-tips-card__thc {
  background-color: #00175A;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  margin-bottom: 6px;
}

.c-tips-card__fhr img,
.c-tips-card__thc img {
  max-width: 180px;
}
.c-tips-card__body {
  display: flex;
  flex-flow: column;
  flex: 1 1 0;
}
@media (min-width: 768px) {
  .c-tips-card__body {
    justify-content: center;
  }
}
.c-tips-card__body .label {
  color: var(--DarkGray);
  font-family: var(--fBenton);
  font-size: calc(1rem * .625);
  font-weight: 500;
  line-height: calc(1.2rem * .625);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 8px 10px;
  border-left: 1px solid var(--btnGray);
  background: #EDEDED;
  display: inline-flex;
  margin-bottom: 15px;
  width: min-content;
}
@media (min-width: 768px) {
  .c-tips-card__body .label {
    margin-bottom: calc(1.5rem * .625);
  }
}
.c-tips-card__body .title {
  color: var(--btnGray);
  font-family: var(--fGuardian);
  font-size: calc(1.8rem * .625);
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .c-tips-card__body .title {
    font-size: calc(2.2rem * .625);
    line-height: 28px;
  }
}
.c-tips-card__body .copy {
  color: var(--btnGray);
  font-family: var(--fBenton);
  font-size: calc(1.2rem * .625);
  font-weight: 350;
  line-height: calc(1.8rem * .625);
  margin-bottom: 15px;
}

.c-tips-card__body .copy:not(:last-of-type) {
	margin-bottom: 0;
}

@media (min-width: 768px) {
  .c-tips-card__body .copy {
    font-size: calc(1.4rem * .625);
    line-height: calc(2.2rem * .625);
    margin-bottom: 20px;
  }
}

.c-tips-card__body .disclaimer {
	font-size: calc(1.2rem * .625);
	line-height: calc(2.2rem * .625);
	margin-bottom: calc(1.5rem * .625);
	margin-top: 5px;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
}
.c-tips-card__body .benefit {
  display: flex;
  flex-flow: row;
  gap: 0 10px;
  /* align-items: center; */
}

.c-tips-card__body .benefit-my {
  margin-block: calc(2rem * .625);
}
.c-tips-card__body .benefit svg,
.c-tips-card__body .benefit img {
  width: calc(2.4rem * .625);
  height: calc(2.4rem * .625);
}
.c-tips-card__body .benefit p {
  color: var(--btnGray);
  font-family: var(--fBenton);
  font-size: calc(1rem * .625);
  font-weight: 500;
  line-height: calc(1.6rem * .625);
}
@media (min-width: 768px) {
  .c-tips-card__body .benefit p {
    font-size: calc(1.2rem * .625);
    line-height: calc(1.8rem * .625);
  }
}

.c-morebenefits {
  background: #EDEDEE;
  padding-top: 25px;
  padding-bottom: 25px;
  /* padding-left: 25px;
  padding-right: 25px; */
  width: 100%;
  max-width: initial;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .c-morebenefits {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 992px) {
  .c-morebenefits {
    padding-top: 60px;
    padding-bottom: 60px;
  }

}

.c-morebenefits__inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;

  overflow-x: hidden;
}

.c-morebenefits__inner h4 {
	padding-inline: calc(2rem * .625);
	text-align: center;
	text-wrap: balance;
}

.c-morebenefits__carousel-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  position: relative;
  padding: 0 0;
  margin-top: calc(4rem * .625);
}

@media (min-width: 992px) {
  .c-morebenefits__carousel-container .slick-track {
    display: flex;
  }
  .c-morebenefits__carousel-container .slick-track .slick-slide {
    display: flex;
    height: auto;
  }
}

.c-morebenefits__carousel-container .slick-slide img {
  max-width: 100%;
}
.c-morebenefits__carousel-container > div {
  width: 100%;
  overflow-x: hidden;
  margin: 0 20px;
}

@media (min-width: 768px) {
  .c-morebenefits__carousel-container {
    padding: 0 40px;
  }

  .c-morebenefits__carousel-container > div {
    margin: 0 40px;
  }
}

.c-morebenefits__carousel-container > button {
  width: 40px;
  height: 40px;
  position: absolute;
  text-indent: -5000px;
  border: none;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.53);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 2;
}

.c-morebenefits__carousel-container > button:hover {
  background-color: rgba(0, 0, 0, 1);
}

.c-morebenefits__carousel-container > button.slick-disabled {
  display: none !important;
}

.c-morebenefits__carousel-container > .slick-prev {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url('../img/trendingdestinations2024/prev-icon.svg');
}

.c-morebenefits__carousel-container > .slick-next {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url('../img/trendingdestinations2024/next-icon.svg');
}

.c-morebenefits__carousel-container .benefits-slide{
  margin: 0;
  overflow-x: hidden;
}

.c-morebenefits__carousel-slide {
  background: #FFF;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 25px;
  padding-right: 25px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, min-content);
  gap: 25px 0;
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 768px) {
  .c-morebenefits__carousel-slide,
  .c-morebenefits__carousel-slide-a {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.c-morebenefits__carousel-slide-a {
  background: #FFF;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 25px;
  padding-right: 25px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px 0;
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 768px) {
  .c-morebenefits__carousel-slide-a {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 992px) {
  .c-morebenefits__carousel-slide {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 25px 20px;
  }
  .c-morebenefits__carousel-slide-a {
    grid-template-columns: minmax(320px, 4fr) 6fr;
    gap: 0 20px;
  }
}

.c-morebenefits__carousel-slide-a .slide-left {
  grid-row: 1;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  gap: 40px 0;
}

.c-morebenefits__carousel-slide-a .slide-left .c-morebenefits__cta,
.c-morebenefits__carousel-slide-a .slide-left .c-morebenefits__fine-print {
	display: none;
}

@media (min-width: 768px) {
  .c-morebenefits__carousel-slide-a .slide-left {
    grid-row: 1 / span 3;
    padding-top: 60px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }


	.c-morebenefits__carousel-slide-a .slide-left .c-morebenefits__cta,
	.c-morebenefits__carousel-slide-a .slide-left .c-morebenefits__fine-print {
		display: block;
	}
}
@media (min-width: 992px) {
  .c-morebenefits__carousel-slide-a .slide-left {
    grid-row: 1 / span 3;
  }
}

.c-morebenefits__carousel-slide-a .slide-right {
  grid-row: 2;
  display: flex;
  flex-flow: column;
  justify-content: center;
  gap: 25px 0;
  padding-bottom: 0px;
}
@media (min-width: 768px) {
  .c-morebenefits__carousel-slide-a .slide-right {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px
  }
}
@media (min-width: 992px) {
  .c-morebenefits__carousel-slide-a .slide-right {
    grid-row: 1 / span 3;
	gap: 40px 0;
  }
}

.c-morebenefits__carousel-slide-a .slide-right .icons-heading {
  font-family: var(--fBenton);
  font-size: calc(1.6rem * .625);
  font-style: normal;
  font-weight: 500;
  line-height: calc(2.2rem * .625); 
}
.c-morebenefits__carousel-slide-a .slide-right .icons-heading.icons-heading--lg {
  font-size: calc(2rem * .625);
  line-height: calc(3rem * .625);
  /* margin-bottom: 20px; */
}
.c-morebenefits__carousel-slide-a .slide-right .icon-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 15px;
  width: 100%;
  margin: 0 auto;
}


.c-morebenefits__carousel-slide-a .slide-right .icon-grid--b .icon-grid__item {
  flex-flow: column;
  text-align: center;
  gap: 16px 0;
}
.c-morebenefits__carousel-slide-a .slide-right .icon-grid.icon-grid--b {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (min-width:768px) {
  .c-morebenefits__carousel-slide-a .slide-right .icon-grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px 30px;
    width: 98%;
  }

  .c-morebenefits__carousel-slide-a .slide-right .icon-grid.icon-grid--b {
    grid-template-columns: repeat(2, minmax(auto, 266px));
    justify-content: center;
  }
}

.c-morebenefits__carousel-slide-a .slide-right .icon-grid p {
  font-family: var(--fBenton);
  font-size: calc(1.2rem * .625);
  font-style: normal;
  font-weight: 400;
  line-height: calc(1.6rem * .625);
  text-align: center;
  text-wrap: balance;
}

.c-morebenefits__carousel-slide-a .icon-grid__title {
  font-family: var(--fBenton);
  font-size: calc(1.28rem * .625);
  font-style: normal;
  font-weight: 500;
  line-height: calc(1.6rem * .625);
  margin-bottom: 6.4px;
  text-align: center;
}

.c-morebenefits__carousel-slide-a .slide-right .icon-grid__item {
  display: flex;
  flex-flow: column;
  gap: 10px 0;
  align-items: center;
}

@media (min-width: 768px) {
  .c-morebenefits__carousel-slide-a .slide-right .icon-grid__item {
    gap: 16px 0;
  }
}
.c-morebenefits__carousel-slide-a .slide-right .icon-grid__item svg,
.c-morebenefits__carousel-slide-a .slide-right .icon-grid__item img {
  flex: 0 0 35px;
  width: 35px;
}
.c-morebenefits__carousel-container .slide-heading-logo {
  width: 100%;
  margin-bottom: 20px;
  max-width: 300px;
}
.c-morebenefits__large-txt {
  font-family: var(--fBenton);
  font-size: calc(1.2rem * .625);
  font-style: normal;
  font-weight: 350;
  line-height: calc(1.8rem * .625);
  letter-spacing: 0.5px;
  text-align: center;
  text-wrap: balance;
}

@media (min-width: 768px) {
	.c-morebenefits__large-txt {
		font-family: var(--fBenton);
		font-size: calc(1.8rem * .625);
		font-style: normal;
		font-weight: 350;
		line-height: calc(2.4rem * .625);
		letter-spacing: 0.5px;
		text-align: left;
	}
}

.c-morebenefits__fine-print li {
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  font-size: calc(1.2rem * .625);
  font-style: normal;
  font-weight: 350;
  line-height: 12px;
  margin-bottom: 10px;
}
.c-morebenefits__carousel-slide-a .slide-left.bg-gray {
  background: #757575;
  color: #fff;
}

.c-morebenefits__carousel-slide-a .slide-left.bg-blue {
  background: #00175A;
  color: #fff;
}

.c-morebenefits__carousel-heading {
  grid-column: 1;
  grid-row: 1;
  color: var(--DarkGray);
  font-family: var(--fGuardian);
  font-size: calc(2.6rem * .625);
  font-weight: 400;
  line-height: calc(3.2rem * .625);
  text-align: center;
}

.c-morebenefits__carousel-heading2 {
  color: var(--DarkGray);
  font-family: var(--fGuardian);
  font-size: calc(2.6rem * .625);
  font-weight: 400;
  line-height: calc(3.2rem * .625);
  text-align: center;
}

@media (min-width: 992px) {
  .c-morebenefits__carousel-heading {
    grid-row: 1;
    font-size: calc(3rem * .625);
    font-weight: 400;
    line-height: calc(3.8rem * .625);
    text-align: left;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .c-morebenefits__carousel-heading2 {
    font-size: calc(3rem * .625);
    line-height: calc(3.8rem * .625);
    text-align: left;
  }
}

.c-morebenefits__slide-img-container {
  position: relative;
}

.c-morebenefits__slide-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.c-morebenefits__slide-label {
  position: absolute;
  bottom: 23px;
  right: 21px;
  color: #FFF;
  font-family: var(--fBenton);
  font-size: calc(1rem * .625);
  font-style: normal;
  font-weight: 400;
  line-height: calc(1rem * .625);
  background: #000;
  padding-inline: 12px;
  padding-block: 5px;
}

@media (min-width: 992px) {
  .c-morebenefits__slide-img-container {
    grid-column: 2;
    grid-row: 1 / span 3;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.c-morebenefits__slide-text {
  grid-column: 1;
  grid-row: 2 / -1;
  font-family: var(--fBenton);
  font-size: calc(1.6rem * .625);
  font-weight: 350;
  line-height: calc(2.5rem * .625);
}

.c-morebenefits__slide-text a {
  margin-top: 25px;
}

@media (min-width: 768px) {
  .c-morebenefits__slide-text a {
    margin-top: 40px;
  }
}
.c-morebenefits__slide-text .logo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px 15px;
  margin-top: 20px;
  align-items: center;
}
.c-morebenefits__slide-text .logo-grid img {
  width: 100%;
  min-height: 47px;
  margin-inline: auto;
  max-width: 120px;
}

@media (min-width: 768px) {
  .c-morebenefits__slide-text .logo-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.c-morebenefits__slide-text .resy-logo,
.c-morebenefits__slide-text .logo-getyourguide {	
  margin-bottom: 15px;
  margin-top: 15px;
}

@media (min-width: 992px) {
  .c-morebenefits__slide-text {
    grid-row: 1 / span 3;
    padding-left: 20px;
    padding-right: 20px;
    /* padding-bottom: 20px; */
    margin-top: auto;
	margin-bottom: auto;
  }

  .c-morebenefits__slide-text .resy-logo{
    margin-bottom: 25px;
    margin-top: 25px;
  }
}

.c-morebenefits__cta {
  display: flex;
  padding: 13.5px 22px;
  justify-content: center;
  align-items: center;
  font-family: var(--fBenton);
  font-size: calc(1.3rem * .625);
  font-weight: 350;
  line-height: 1;
  letter-spacing: 0.3px;
  color: #fff;
  /* margin-top: 25px; */
  margin-right: auto;
  background: #53565A;
  border-radius: 4px;
  text-decoration: none;
  letter-spacing: 0.5px;
}

.c-morebenefits__cta:hover {
  text-decoration: underline;
}

.c-morebenefits__cta--white {
  background: #fff;
  color: #00175A;
}

.c-morebenefits__footer {
	display: flex;
	flex-flow: column;
	gap: 25px 0;
}

.c-morebenefits__footer a {
	width: 100%;
}

@media (min-width: 768px) {
	.c-morebenefits__footer {
		display: none;
	}
}

@media (min-width: 992px) {
  .c-morebenefits__cta {
	display: inline-flex;
    padding: 13px 35px;
    font-size: calc(1.5rem * .625);
    /* margin-top: 40px; */
  }
}

.c-morebenefits__dots {
  padding-block: calc(1.5rem * .625);
  display: flex;
  justify-content: center;
}

.c-morebenefits__dots .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(1.2rem * .625);
  gap: calc(1rem * .625);
}
.c-morebenefits__dots .slick-dots li {
  display: flex;
}
.c-morebenefits__dots .slick-dots li.slick-active button {
  background: #fff;
  width: calc(1.2rem * .625);
  height: calc(1.2rem * .625);
}
.c-morebenefits__dots .slick-dots button {
  font-size: 0;
  width: calc(0.8rem * .625);
  height: calc(0.8rem * .625);
  background: #C8C9C7;
  border: none;
  border-radius: 100%;
  padding : 0;
  cursor: pointer;
}


.disclosures ul {
	font-size: calc(1.2rem * .625);
	margin-top: calc(2rem * .625);
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
}

em {
  font-style: italic;
}

.legal {
  margin-bottom: 1rem;
}