/**** general styles ***/
html {
  scroll-behavior: smooth; }

#layout-content {
  display: none; }

#layout_cms {
  background: #fff !important; }

.section-white {
  background: #fff; }

.row.small-gutter {
  margin-left: -5px;
  margin-right: -5px; }

.small-gutter [class*='col-'] {
  padding-right: 5px;
  padding-left: 5px; }

.no-gutter {
  margin-right: 0;
  margin-left: 0; }

.no-gutter > [class*="fcol-"] {
  padding-right: 0;
  padding-left: 0; }

@media screen and (min-width: 1200px) {
  .container--jal {
    width: 1126px !important; } }
/****** hero *******/
.hero-hokuriku {
  font-family: "Montserrat", "source sans pro", sans-serif;
  height: calc(100vh - 325px);
  min-height: 60rem;
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0.4) 100%), url('../img/jal-hokkaido-hero.png');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: table;
  overflow: hidden;
  width: 100%;
  position: relative; }

.hero-hokuriku__content {
  display: table-cell;
  vertical-align: middle; }

.hero-hokuriku__content--text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0px;
  gap: 10px; }

.hero-hokuriku__title {
  font-style: normal;
  font-weight: bold;
  line-height: 1.12;
  font-size: 2.8rem;
  margin: 0; }

.hero-hokuriku__subtitle {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin: 0; }

@media (min-width: 768px) {
  .hero-hokuriku__title {
    font-size: 4.8rem; } }

.hero-hokuriku__map {
  position: absolute;
  font-size: 1.6rem;
  bottom: 1.6rem;
  right: 1.6rem;
  color: #fff; }

.hero-hokuriku__map:hover, .hero-hokuriku__map:focus {
  color: #fff; }

.hero-hokuriku__map-icon {
  margin-right: 0.8rem; }

@media (min-width: 992px) {
  .hero-hokuriku__map {
    right: calc(50% - 485px + 15px);
    bottom: 1.8rem; } }

@media (min-width: 1200px) {
  .hero-hokuriku__map {
    right: calc(50% - 563px + 15px); } }
/*** nav ***/
.menu-hokuriku {
  border-bottom: 1px solid #f2f1ef; }

.hokuriku--desknav {
  text-align: center; }

.hokuriku--desknav .navbar-center {
  list-style: none;
  padding: 1.2rem 0;
  margin-bottom: 0; }
  @media (max-width: 768px) {
  .hokuriku--desknav .navbar-center {
    display: flex;
    justify-content: flex-start;
    overflow-x: scroll;
    gap: 30px; } }

.hokuriku--desknav .navbar-center > li a {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 14px;
  color: #222;
  padding: 0;
  text-wrap: nowrap; }

.hokuriku--desknav .navbar-center > li {
  margin: 1.2rem 0; }

.hokuriku--desknav .navbar-center > li a:hover, .hokuriku--desknav li a:focus {
  color: #d9b064;
  text-decoration: none; }

@media (min-width: 768px) {
  .hokuriku--desknav .navbar-center {
    display: inline-flex;
    align-items: center;
    padding: 2.4rem 0; }

  .hokuriku--desknav .navbar-center > li {
    margin: 0; }

  .hokuriku--desknav .navbar-center > li:not(:first-child) {
    margin-left: 3rem; } }
/** Discover Hokuriku  */
.discover-hokuriku {
  margin-top: 8rem; }
  @media (min-width: 992px) {
  .discover-hokuriku {
    margin-top: 12rem; } }

@media (max-width: 768px) {
  .discover-hokuriku--flex-2 {
    display: flex;
    flex-direction: column;
    align-items: center; } }

.discover-hokuriku--heading {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #930000; }

.discover-hokuriku--flex {
  display: flex;
  flex-direction: column; }

.discover-hokuriku--flex-1 {
  z-index: 2; }

@media (min-width: 992px) {
  .discover-hokuriku__map {
    margin-top: -32rem; } }

.discover-hokuriku__map--content {
  box-sizing: border-box;
  /* Auto layout */
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  gap: 20px;
  border: 1px solid #f0efed;
  width: fit-content; }
  @media (min-width: 768px) {
  .discover-hokuriku__map--content {
    margin-left: auto;
    margin-top: -20rem; } }
  .discover-hokuriku__map--content .title {
    /* Japan Explorer Pass */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    /* identical to box height, or 154% */
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #8c713f;
    margin: -1px; }
  .discover-hokuriku__map--content .dash-list {
    list-style-type: none;
    padding-left: 0;
    font-family: Montserrat;
    margin: 0; }
  .discover-hokuriku__map--content .dash-list li {
    position: relative;
    margin-bottom: 20px; }
  .discover-hokuriku__map--content .dash-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 2px;
    border: 1px dashed #c00; }
  .discover-hokuriku__map--content .dash-list .short {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #c00;
    padding-left: 88px; }
  .discover-hokuriku__map--content .dash-list .medium {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #c0007a;
    padding-left: 70px; }
  .discover-hokuriku__map--content .dash-list .long {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    padding-left: 90px;
    color: #1077a7;
    margin-bottom: 0; }
  .discover-hokuriku__map--content .dash-list .short::before {
    width: 78px; }
  .discover-hokuriku__map--content .dash-list .medium::before {
    width: 60px;
    border: 1px dashed #c0007a; }
  .discover-hokuriku__map--content .dash-list .long::before {
    width: 80px;
    border: 1px dashed #1077a7; }
  .discover-hokuriku__map--content .time {
    font-family: 'Montserrat Alternates';
    font-style: italic;
    font-weight: 300;
    font-size: 8px;
    line-height: 6px;
    color: #222;
    margin-left: 10px; }
  .discover-hokuriku__map--content .discover-hokuriku--fares {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.34px;
    text-transform: uppercase;
    color: #8c713f; }
    .discover-hokuriku__map--content .discover-hokuriku--fares i {
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 14px;
      color: #8c713f;
      margin-left: 10px; }

.discover-hokuriku .discover-hokuriku--title {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #222;
  margin: 5px 0; }
  @media (min-width: 768px) {
  .discover-hokuriku .discover-hokuriku--title {
    font-size: 40px;
    line-height: 49px; } }

.discover-hokuriku .discover-hokuriku--subtitle {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #222;
  margin: 0; }
  @media (min-width: 768px) {
  .discover-hokuriku .discover-hokuriku--subtitle {
    font-size: 20px;
    line-height: 24px; } }

.discover-hokuriku .discover-hokuriku--desc {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #222;
  margin-top: 2rem; }
  @media (min-width: 768px) {
  .discover-hokuriku .discover-hokuriku--desc {
    font-size: 16px; } }
/********* explore ********/
.explorer-hokuriku {
  margin-top: 6rem;
  position: relative;
  padding: 0; }

@media (min-width: 768px) {
  .explorer-hokuriku {
    padding: 8rem 0; }

  .explorer-hokuriku:before {
    content: "";
    width: 100%;
    background-color: #f0efed;
    padding-top: 33.3%;
    position: absolute;
    right: 0;
    top: 0; }

  .explorer-hokuriku.mirror:before {
    left: 0; } }

.explorer-hokuriku__title {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  color: #222; }

.explorer-hokuriku__subtitle {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #757575; }

.explorer-hokuriku__copy {
  margin-top: 2.4rem;
  font-size: 1.8rem;
  line-height: 1.5; }

.explorer-hokuriku__cta {
  margin-top: 3.2rem; }

.explorer-hokuriku__button {
  font-family: 'Montserrat', 'source sans pro', sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.34px;
  text-transform: uppercase;
  padding: 17px 20px;
  background-color: #8c713f;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
  transition: all 0.2s ease 0s;
  text-align: center;
  margin-bottom: 1.2rem; }
  .explorer-hokuriku__button i {
    margin-left: 10px; }
  @media (max-width: 410px) {
  .explorer-hokuriku__button {
    display: block; } }

.explorer-hokuriku__button:hover, .explorer-hokuriku__button:focus {
  color: #fff;
  background-color: #8c713f; }

.explorer-hokuriku__button--secondary {
  background: #fff;
  color: #856514;
  border: none; }

a.explorer-hokuriku__button.explorer-hokuriku__button--secondary {
  margin-left: 0.2em; }

@media (max-width: 767px) {
  a.explorer-hokuriku__button.explorer-hokuriku__button--secondary {
    margin-left: 0;
    margin-top: 2.4rem; } }

.explorer-hokuriku__button--secondary:hover, .explorer-hokuriku__button--secondary:focus {
  color: #6b562f;
  background-color: #fff; }

.explorer-hokuriku__img-mask {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  /*  background-color: #fff;*/ }
  @media (min-width: 768px) {
  .explorer-hokuriku__img-mask {
    padding-top: 66.6%; } }

.explorer-hokuriku__img-mask > img {
  position: absolute;
  top: 0;
  height: 100%; }

@media (min-width: 768px) {
  .explorer-hokuriku__button {
    margin-bottom: 0; } }

@media (min-width: 992px) {
  .explorer-hokuriku:before {
    padding-top: 0;
    height: 100%;
    width: calc(50vw - 563px + 382px); }

  .explorer-hokuriku--flex {
    display: flex;
    flex-direction: row; }

  .explorer-hokuriku--flex-reverse {
    display: flex;
    flex-direction: row-reverse; }

  .explorer-hokuriku__content {
    display: flex;
    flex-direction: column;
    justify-content: center; }

  .explorer-hokuriku__button {
    display: inline-block;
    /*padding: 13px 28px;*/ } }

.explorer-hokuriku--day {
  margin: 0 0 8rem auto;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 20px; }
  @media (min-width: 768px) {
  .explorer-hokuriku--day {
    margin: 6rem auto;
    flex-direction: row; } }
  @media (max-width: 767.99px) {
  .explorer-hokuriku--day {
    max-width: 626.83px; } }
  .explorer-hokuriku--day .explorer-hokuriku--day__text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1; }
  .explorer-hokuriku--day .explorer-hokuriku--day__title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #222;
    margin: 0; }
    @media (max-width: 767.99px) {
  .explorer-hokuriku--day .explorer-hokuriku--day__title {
    text-align: center; } }
  .explorer-hokuriku--day .explorer-hokuriku--day__copy {
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #222;
    margin: -15px 0 0 0; }
    @media (max-width: 767.99px) {
  .explorer-hokuriku--day .explorer-hokuriku--day__copy {
    text-align: center; } }
  .explorer-hokuriku--day .explorer-hokuriku--day__link {
    margin-top: 30px;
    width: 100%;
    position: relative;
    margin-bottom: 50px;
    flex: 1; }
    .explorer-hokuriku--day .explorer-hokuriku--day__link img {
      max-height: 233px;
      background: rgba(255, 255, 255, 0.002);
      box-shadow: 0px 0px 10px #ccc;
      width: 100%;
      object-fit: cover; }
    .explorer-hokuriku--day .explorer-hokuriku--day__link .explorer-hokuriku--day__content {
      display: flex;
      flex-direction: column;
      padding: 22px;
      gap: 10px;
      background: #fff;
      box-shadow: 0px 4px 8px #ccc;
      margin: -77px 0 0 0;
      position: absolute;
      right: 0; }
      .explorer-hokuriku--day .explorer-hokuriku--day__link .explorer-hokuriku--day__content span {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 11.7px;
        line-height: 16px;
        text-transform: uppercase;
        color: #757575;
        margin: 0;
        height: 16px; }
      .explorer-hokuriku--day .explorer-hokuriku--day__link .explorer-hokuriku--day__content h4 {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 22px;
        color: #222;
        margin: 0; }
      .explorer-hokuriku--day .explorer-hokuriku--day__link .explorer-hokuriku--day__content p {
        font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: 400;
        font-size: 16.8px;
        line-height: 14px;
        color: #757575; }
/* Special fare price layout */
.jal-section-jep {
  font-family: 'Montserrat';
  padding: 6rem 0;
  background: #f2f1ef; }
  .jal-section-jep .jep-header-info {
    text-align: center;
    max-width: 600px;
    margin: auto;
    margin-bottom: 40px; }
    .jal-section-jep .jep-header-info .jep__copy {
      font-family: 'Montserrat';
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      line-height: 24px;
      color: #404040; }

.jal-section-jep .text-right {
  display: flex; }

.jal-section-jep .text-right a {
  flex: auto; }

.jal-section-jep .jep__title {
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 41px;
  color: #222;
  margin: 8px 0; }

.jal-section-jep .jep__subtitle {
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #930000; }

.jal-section-jep .jep-benefit {
  list-style: none;
  display: flex;
  width: auto;
  justify-content: center;
  color: #000;
  margin: 10px 0 40px 0; }

.jal-section-jep .jep-benefit li {
  margin: 0 5px; }

.jal-section-jep .jep-benefit li i.fa-check {
  padding-right: 4px;
  color: #8c713f; }

.jal-section-jep .jep-benefit .list-seperator {
  width: 17px;
  height: 1px;
  transform: rotate(90deg);
  flex: none;
  flex-grow: 0;
  color: black;
  background-color: #c4c4c4;
  margin-top: 5px; }

.jal-section-jep .jep-benefit span {
  color: #c00;
  border: 1px solid #c00;
  background-color: white;
  padding: 8px;
  border-radius: 18px;
  font-size: 14px;
  font-weight: 500; }

.jal-section-jep .jep-card__image {
  background-image: url('https://jal.japantravel.com/img/noise_bg.png');
  background-color: white;
  border-radius: 12px 12px 0 0;
  height: 318px;
  display: flex;
  justify-content: center; }

.jal-section-jep .jep-card__image img {
  padding-top: 8px;
  padding-bottom: 8px; }

.jal-section-jep .jep-card .jep-card__info {
  height: 233px;
  border-radius: 12px;
  position: relative;
  color: #fff;
  padding: 0 32px; }

.jal-section-jep .jep-card .jep-card__info .jep-card__info-logo {
  position: absolute;
  top: -18px;
  left: calc(50% - 18px);
  background-color: white;
  border-radius: 20px;
  padding: 2px; }

.jal-section-jep .jep-card .jep-card__info .jep-card__info-price {
  padding-top: 32px; }

.jal-section-jep .jep-card .jep-card__info .jep-card__info-price-container {
  display: flex;
  flex-direction: column;
  padding-top: 32px;
  text-align: center; }

.jal-section-jep .jep-card .jep-card__info .jep-card__info-price-container .jep-card__info-price-jpy-text {
  display: flex;
  align-items: center;
  margin: 0 auto; }

.jal-section-jep .jep-card .jep-card__info .jep-card__info-price-container .jep-card__info-price-jpy-text .jep-card__info-price-from {
  margin-right: 5px; }

.jal-section-jep .jep-card .jep-card__info .jep-card__info-price-container .jep-card__info-price-jpy-text .jep-card__info-price-jpy {
  margin-left: 5px; }

.jal-section-jep .jep-card .jep-card__info .jep-card__info-price-desc {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 150%;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: uppercase; }

.jal-section-jep .jep-card .jep-card__info .jep-card__info-price-jpy {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px; }

.jal-section-jep .jep-card .jep-card__info .jep-card__info-price-price {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  line-height: 56px; }

@media (max-width: 991px) {
  .jal-section-jep .jep-card .jep-card__info {
    padding: 0 10px; }

  .jal-section-jep .jep-card .jep-card__info .jep-card__info-price-price {
    font-size: 46px;
    line-height: 56px; } }

.jal-section-jep .jep-card-red .jep-card__info {
  background-image: url('https://jal.japantravel.com/img/jal-red-bg.png'); }

.jal-section-jep .jep-card-magenta .jep-card__info {
  background-image: url('https://jal.japantravel.com/img/jal-magenta-bg.png'); }

.jal-section-jep .jep-card-blue .jep-card__info {
  background-image: url('https://jal.japantravel.com/img/jal-blue-bg.png'); }

.jal-section-jep .jep-card__info .jep-card__info-routes-container {
  display: flex;
  justify-content: center;
  padding-top: 30px; }

.jal-section-jep .jep-card__info .jep-card__info-routes {
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  padding-left: 0;
  padding-right: 0; }

.jal-section-jep .jep-card__info .jep-card__info-routes p {
  margin-bottom: 0; }

.jal-section-jep .jep-card__info .jep-card__info-routes ul {
  margin-left: -15px;
  font-weight: 500; }

.jal-section-jep .jep-card__info .jep-card__info-routes div {
  font-weight: normal;
  padding-top: 5px; }

.jal-section-jep .text-right a, .jal-section-jep .jep-note {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #616161;
  display: flex; }

.jal-section-jep .text-right a, .jal-section-jep .jep-note_text {
  /* height: 18px; */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #222; }

.jal-section-jep .text-right a, .jal-section-jep .jep-note a {
  margin-top: 2rem;
  font-size: 12px;
  text-decoration-line: underline;
  color: #222; }

.jal-section-jep .text-right a, .jal-section-jep .jep-note .star {
  color: #856514;
  padding-right: 2px;
  font-weight: 700; }

.jal-section-jep .jep-card {
  position: relative; }

@media (min-width: 768px) {
  .jal-section-jep .text-right a, .jal-section-jep .jep-note {
    margin-top: 2rem; }

  .jal-section-jep .jep-card:hover {
    box-shadow: 0 5px 15px #000;
    transform: translateY(-0.3rem);
    transition-duration: 0.3s;
    border-radius: 12px; } }

@media (max-width: 767px) {
  .jal-section-jep .jep-card {
    padding: 18px 0; }

  .jal-section-jep .jep-benefit {
    display: block;
    text-align: left;
    padding-left: 15px;
    margin: 24px 0; }

  .jal-section-jep .jep-benefit li {
    margin-left: 0;
    line-height: 2; }

  .jal-section-jep .jep-benefit .list-seperator {
    display: none; } }

.jep-note-container {
  display: flex; }
  .jep-note-container .jal-planning__cta {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #856514; }
    .jep-note-container .jal-planning__cta i {
      margin-left: 10px; }

.jep-note-container .jal-ttd__link {
  margin-left: auto;
  margin-top: 2rem; }
/* From main layout */
.search-title, .search-subtitle, .search-description, .search-keywords, .search-thumbnail {
  display: none; }

@media screen and (max-width: 768px) {
  .hero-banner {
    height: calc(100vh - 87px);
    max-height: 65rem; } }

#layout_content {
  display: none; }

#layout_main {
  background-color: #fff !important; }

h2.section-title {
  text-align: center;
  font-size: 4rem; }

.wakayama h2.section-title {
  color: white; }

h2 .black {
  color: black; }

a.main-button {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  color: white;
  text-align: center;
  min-width: 200px;
  font-size: 1.7rem;
  transition: 0.3s;
  background-color: #c1282f;
  border: 2px solid #c1282f;
  margin-bottom: 1rem; }

a.main-button:hover, a.main-button:focus {
  color: #fff;
  background-color: #d42e35;
  text-decoration: none; }

a.ghost {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  color: black;
  text-align: center;
  min-width: 200px;
  font-size: 1.7rem;
  transition: 0.3s;
  border: 2px solid #000;
  margin-left: 0; }

a.ghost:hover {
  color: #fff;
  background-color: #d42e35;
  text-decoration: none;
  border: 2px solid #d42e35; }

.card h3 {
  font-size: 18px;
  font-weight: 600; }

.card h4 {
  font-size: 16px;
  font-weight: 400;
  margin-top: 1rem; }

.big-card h3 {
  font-size: 3rem; }

.big-card h4 {
  font-size: 21px;
  margin-top: 1.2rem; }

.getaway {
  padding: 7em 0em; }

.hero-image-content .hero-subtitle {
  line-height: 1.4; }

.article-card--tall img.img-responsive.jt-card__image.lazyloaded {
  width: 100%; }

@media (min-width: 992px) {
  .article-card--tall {
    height: 100%; } }

.article-card-content {
  border-bottom: 3px solid #470005; }

.hero-banner__button {
  background: #c09e1d;
  background-image: linear-gradient(180deg, rgba(243, 194, 143, 0.33), #92785d);
  border: none; }

.hero-banner__gradient {
  background-size: cover;
  background-position-y: 55%; }

.hero-banner__title {
  clear: both; }

h3.section-title {
  text-transform: uppercase;
  font-size: 2rem;
  letter-spacing: 1px;
  font-weight: 300;
  text-align: center;
  margin: 0; }

section.mgp.photos {
  padding-bottom: 2em; }

.nGY2GThumbnail {
  border-radius: 5px; }

.credit {
  text-align: center; }

.credit img {
  max-width: 11em; }

.credit p {
  font-size: 1.2rem;
  font-style: italic;
  margin-bottom: 4px; }

span.spon {
  color: #564747;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 1.4em;
  display: inline-block;
  text-align: left;
  background: white;
  float: left;
  clear: both;
  padding: 2px 12px;
  border-radius: 4px;
  opacity: 0.8; }
/* Partner */
.partnership-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 20px;
  margin: 80px 0; }
  @media (min-width: 992px) {
  .partnership-content {
    margin: 120px 0; } }
  .partnership-content .partnership-content__title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    text-align: center;
    text-transform: uppercase;
    color: #757575; }
  .partnership-content .partnership-content__logos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 20px; }
    @media (min-width: 768px) {
  .partnership-content .partnership-content__logos {
    flex-direction: row;
    gap: 40px; } }

.section-reels {
  margin-top: 80px;
  margin-bottom: 80px; }
  @media (min-width: 768px) {
  .section-reels {
    margin-top: 120px;
    margin-bottom: 120px; } }
  .section-reels .section-heading {
    max-width: 51.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 10px;
    margin: auto; }
    .section-reels .section-heading span, .section-reels .section-heading h2, .section-reels .section-heading div {
      font-family: 'Montserrat';
      margin: 0; }
    .section-reels .section-heading .section-headline {
      font-style: normal;
      font-weight: 800;
      font-size: 14px;
      line-height: 17px;
      text-transform: uppercase;
      color: #930000; }
    .section-reels .section-heading .section-title {
      font-style: normal;
      font-weight: 700;
      font-size: 34px;
      line-height: 41px;
      color: #222; }
    .section-reels .section-heading .section-text {
      font-family: 'Montserrat';
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      line-height: 24px;
      color: #222; }
  .section-reels .web-stories__figure {
    padding-top: 171%;
    width: 100%;
    position: relative;
    margin: 0;
    overflow: hidden;
    height: 100%;
    background-color: #f5f8fa;
    border-radius: 8px; }
    .section-reels .web-stories__figure img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      object-fit: cover;
      width: 100%;
      height: 100%;
      transition: transform 0.3s ease;
      transform: translateZ(0) scale(1); }
  .section-reels section.web-stories .web-stories__card {
    padding-left: 0;
    padding-right: 0;
    cursor: pointer; }
    .section-reels section.web-stories .web-stories__card:hover .web-stories__figure img, .section-reels section.web-stories .web-stories__card:focus .web-stories__figure img {
      transform: translateZ(0) scale(1.05); }
  .section-reels section.web-stories .web-stories__card img {
    filter: drop-shadow(0px -13px 29px rgba(66, 66, 66, 0.1));
    border-radius: 8px;
    height: 100%;
    width: 100%;
    object-fit: cover; }
  .section-reels .web-stories-card__overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 36.3%, rgba(0, 0, 0, 0.91) 100%); }
  .section-reels section.web-stories .web-stories__overlay {
    position: absolute;
    bottom: 1.5rem;
    padding: 0 1.5rem; }
    @media (min-width: 768px) {
  .section-reels section.web-stories .web-stories__overlay {
    bottom: 2rem;
    padding: 0 2rem; } }
  .section-reels section.web-stories .web-stories__overlay div {
    padding-bottom: 4px; }
  .section-reels section.web-stories .web-stories__overlay span {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #fff; }
  .section-reels section.web-stories .web-stories__overlay .web-stories__overlay-category {
    font-family: Source Sans Pro;
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    text-transform: uppercase; }
    @media (max-width: 768px) {
  .section-reels section.web-stories .web-stories__overlay .web-stories__overlay-category {
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: 0em; } }
  .section-reels section.web-stories.web-stories-list {
    padding-left: 0; }
  .section-reels section.web-stories.web-stories-list ul.list-unstyled {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    list-style: none; }
  .section-reels section.web-stories.web-stories-list .web-stories__background {
    margin-left: 0; }
  .section-reels section.web-stories.web-stories-list .web-stories__card {
    flex-shrink: 0;
    flex-grow: 0;
    scroll-snap-align: start;
    border-radius: 8px;
    width: 28%;
    max-width: 288px;
    height: 510.22px;
    margin-right: 1.5rem;
    margin-left: 1.5rem;
    position: relative; }
    .section-reels section.web-stories.web-stories-list .web-stories__card:last-child {
      margin-right: 0; }
  @media (max-width: 767px) {
    .section-reels section.web-stories .web-stories__background .cards-scroll-panel.row {
      margin-left: 0;
      margin-right: 0; } }
  .section-reels section.web-stories.web-stories-list .web-stories__card .card-overlay__content {
    position: relative;
    height: 100%; }
  .section-reels section.web-stories.web-stories-list .web-stories__card img {
    filter: none; }
  .section-reels section.web-stories.web-stories-list .web-stories__icon {
    position: absolute;
    right: 1.5rem;
    top: 1.5rem; }
    @media (min-width: 768px) {
  .section-reels section.web-stories.web-stories-list .web-stories__icon {
    right: 2rem;
    top: 2rem; } }
    .section-reels section.web-stories.web-stories-list .web-stories__icon svg {
      height: 2.2rem;
      width: 2.2rem; }
      @media (min-width: 768px) {
  .section-reels section.web-stories.web-stories-list .web-stories__icon svg {
    height: 2.8rem;
    width: 2.8rem; } }
  .section-reels section.web-stories.web-stories-list .web-stories__overlay span.web-stories__overlay-title {
    font-family: Source Sans Pro;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left; }
    @media (max-width: 768px) {
  .section-reels section.web-stories.web-stories-list .web-stories__overlay span.web-stories__overlay-title {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0em; } }
  .section-reels .visual-scroll-x {
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
  .section-reels .visual-scroll-x::-webkit-scrollbar {
    display: none; }
  .section-reels .web-stories-nav {
    margin-bottom: 2rem;
    display: block;
    height: 0; }
    @media (min-width: 768px) {
  .section-reels .web-stories-nav {
    margin-right: -30px; } }
    .section-reels .web-stories-nav span {
      margin-right: 1.5rem;
      margin-bottom: 1rem; }
  .section-reels .web-stories__nav {
    font-weight: 400;
    font-size: 15px;
    color: #757575;
    padding-left: 8px;
    padding-top: 5px;
    background: none;
    border: none;
    box-shadow: none !important;
    text-shadow: none;
    width: 30px;
    height: 30px;
    cursor: default; }
  .section-reels .web-stories__nav:hover, .section-reels .web-stories__nav:focus {
    color: #757575; }
  .section-reels .web-stories__nav.active {
    color: #fff;
    background: #856514;
    box-shadow: 0px 0px 4px rgba(106, 106, 106, 0.06);
    border-radius: 15px;
    cursor: pointer; }
  .section-reels .web-stories__nav.btn:focus, .section-reels .web-stories__nav.btn:active, .section-reels .web-stories__nav.btn:target, .section-reels .web-stories__nav.active:focus {
    outline: none;
    outline-offset: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .section-reels .guide__card-overlay {
    color: transparent; }
  .section-reels .web-stories-list-wrapper {
    margin-top: 5rem; }
