.tb-site-main--front {
  padding-block: 0;
}

.tb-site-main--inner-hero {
  padding-block: 0;
}

.tb-site-main--inner-hero .tb-hero-slide__image {
  opacity: 1;
}

.tb-site-main--inner-hero .tb-hero-slide__overlay {
  color: rgb(255 255 255 / 70%);
  text-align: center;
}

.tb-site-main--inner-hero .tb-hero-slide__content h1 {
  border-bottom: 0.8px solid rgb(255 255 255 / 20%);
  color: var(--tb-color-white);
  text-align: center;
}

.tb-site-main--inner-hero .tb-hero-slide__meta {
  color: var(--tb-color-white);
  text-align: center;
  width: 100%;
}

.tb-position:not(.tb-position--hero-a, .tb-position--slideshow) {
  padding-block: clamp(2rem, 5vw, 4.5rem);
}

.tb-position + .tb-position:not(.tb-position--slideshow) {
  border-top: 1px solid rgb(19 39 75 / 8%);
}

.tb-position--slideshow {
  background: var(--tb-color-white);
  padding: 34px 0 33px;
}

.tb-position--slideshow > .tb-component {
  margin-inline: auto;
  max-width: 1170px;
}

.tb-component__title {
  margin: 0 0 clamp(1.25rem, 3vw, 2rem);
  text-align: center;
}

.tb-component--module-style-jl_destiny-cardsecondary {
  background: var(--tb-color-coral);
  color: rgb(255 255 255 / 70%);
  font: 400 16px / 24px Dosis, "Trebuchet MS", sans-serif;
  padding: 20px;
}

.tb-component--module-style-jl_destiny-cardsecondary :is(h1, h2, h3, h4, h5, h6) {
  color: var(--tb-color-white);
}

.tb-component--module-style-jl_destiny-cardsecondary > h3 {
  font: 500 24px / 33.6px Inter, Arial, sans-serif;
  margin: 12px 0 24px;
}

.tb-component--module-style-jl_destiny-cardsecondary > p {
  font: 400 16px / 24px Dosis, "Trebuchet MS", sans-serif;
  margin: 0 0 20px;
}

.tb-component--booking-affiliate > h2 {
  font: 500 30.4px / 39.52px Inter, Arial, sans-serif;
  margin: 12px 0 24px;
}

.tb-component--booking-affiliate > p {
  font: 400 16px / 24px Dosis, "Trebuchet MS", sans-serif;
  margin: 0 0 20px;
}

.tb-component--booking-affiliate > p:last-of-type {
  margin-bottom: 0;
}

.tb-hero-slide {
  background: var(--tb-color-navy);
  display: grid;
  grid-template-rows: minmax(0, 1fr);
  min-height: clamp(22rem, 48vw, 38rem);
  overflow: hidden;
  position: relative;
}

.tb-hero-slide__image,
.tb-hero-slide__content {
  grid-area: 1 / 1;
}

.tb-hero-slide__image {
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
  width: 100%;
}

.tb-hero-slide__content {
  align-content: center;
  color: var(--tb-color-white);
  display: grid;
  padding-block: clamp(3rem, 10vw, 8rem);
  position: relative;
}

.tb-hero-slide__overlay {
  background: rgb(19 39 75 / 80%);
  display: grid;
  justify-items: start;
  max-width: 22rem;
  padding: 1rem;
}

.tb-hero-slide__content h1 {
  color: inherit;
  font-size: clamp(2rem, 5vw, 4.5rem);
  margin: 0 0 1rem;
  max-width: 16ch;
}

.tb-hero-slide__meta {
  font-weight: 700;
  margin: 0 0 0.5rem;
  text-transform: uppercase;
}

.tb-component--jlnavbar,
.tb-travel-services {
  background: var(--tb-color-coral);
}

.tb-travel-services {
  align-items: center;
  display: flex;
  min-height: 60px;
}

.tb-travel-services__menu {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  list-style: none;
  margin: 0 auto;
  max-width: 1170px;
  min-height: 60px;
  padding: 0 1rem;
  width: 100%;
}

.tb-travel-services__menu a {
  align-items: center;
  color: var(--tb-color-white);
  display: inline-flex;
  font-size: 20px;
  min-height: 60px;
  text-decoration: none;
  text-transform: uppercase;
}

.tb-travel-services__menu a:hover {
  color: var(--tb-color-navy);
}

.tb-filter-gallery {
  display: grid;
  gap: 1.5rem;
}

.tb-filter-gallery__controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

.tb-filter-gallery__filter {
  background: transparent;
  border: 1px solid var(--tb-color-navy);
  color: var(--tb-color-navy);
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  min-height: 2.75rem;
  padding: 0.5rem 1rem;
}

.tb-filter-gallery__filter[aria-pressed="true"] {
  background: var(--tb-color-navy);
  color: var(--tb-color-white);
}

.tb-filter-gallery__grid,
.tb-article-grid {
  display: grid;
  gap: clamp(1rem, 2vw, 1.5rem);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tb-destination-card,
.tb-article-card {
  background: var(--tb-color-white);
  border: 1px solid rgb(19 39 75 / 12%);
  min-width: 0;
  position: relative;
}

.tb-destination-card[hidden] {
  display: none;
}

.tb-destination-card__image,
.tb-article-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}

.tb-destination-card__content,
.tb-article-card {
  padding: 1.25rem;
}

.tb-destination-card__image + .tb-destination-card__content,
.tb-article-card > a:first-child + .tb-article-card__content h3 {
  margin-top: 0;
}

.tb-destination-card h3,
.tb-article-card h3 {
  font-size: 1.15rem;
  margin: 0.25rem 0 0.75rem;
}

.tb-destination-card__meta {
  color: var(--tb-color-coral);
  font-weight: 700;
  margin: 0;
}

.tb-card-link {
  inset: 0;
  position: absolute;
}

.tb-article-list {
  display: grid;
  gap: 1rem;
}

.tb-article-card__content {
  min-width: 0;
}

.tb-article-card a {
  color: inherit;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.tb-article-card p {
  margin-bottom: 0;
}

.tb-article-card__read-more {
  color: var(--tb-color-navy);
  display: inline-block;
  text-decoration: none;
}

.tb-article-card--gallery {
  padding: 0;
}

.tb-article-card--gallery .tb-article-card__content {
  padding: 1.25rem;
}

.tb-article-links {
  display: grid;
  gap: 0.6rem;
  margin: 0;
  padding-left: 1.2rem;
}

.tb-article-links a {
  color: var(--tb-color-navy);
  overflow-wrap: anywhere;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.tb-article-links a:hover {
  color: var(--tb-color-coral-text);
}

@media (hover: none), (pointer: coarse) {
  .tb-article-links a {
    align-items: center;
    display: inline-flex;
    min-height: 2.75rem;
  }
}

@media (min-width: 960px) {
  .tb-article-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tb-article-card--list {
    align-items: start;
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
  }
}

.tb-content-layout {
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
  grid-template-columns: minmax(0, 7fr) minmax(16rem, 3fr);
  padding-block: clamp(2rem, 5vw, 5rem);
}

.tb-content-layout--single {
  grid-template-columns: minmax(0, 1fr);
}

.tb-content-layout__main,
.tb-content-layout__aside {
  min-width: 0;
}

.tb-content-layout__main,
.tb-content-layout__aside {
  display: block;
}

.tb-content-layout__main-group {
  padding-bottom: 34px;
}

.tb-content-layout__main-group--page {
  padding-bottom: 30px;
}

.tb-content-layout__main-group--page .tb-entry {
  margin: 0;
  max-width: none;
}

.tb-content-layout__main-group--page .tb-entry-content {
  font: 400 16px / 24px Dosis, "Trebuchet MS", sans-serif;
}

.tb-content-layout__main-group--page .tb-entry-content > p,
.tb-content-layout__main-group--page .tb-entry-content > blockquote {
  margin: 0 0 20px;
}

.tb-content-layout__main-group--page .tb-entry-content > blockquote {
  font: 400 22px / 33px Dosis, "Trebuchet MS", sans-serif;
}

.tb-site-main--direct .tb-content-layout {
  gap: 0;
  padding: 40px 25px;
}

.tb-site-main--direct .tb-content-layout__main-group--page {
  padding-bottom: 34px;
}

.tb-site-main--direct .tb-content-layout__main-group--page .tb-entry-content > h2 {
  font: 500 30.4px / 39.52px Inter, Arial, sans-serif;
  margin: 12px 0 24px;
}

.tb-site-main--direct .tb-content-layout__main-group--page .tb-entry-content :where(p, li, a) {
  overflow-wrap: anywhere;
}

.tb-site-main--direct .tb-content-layout__main-group--page .tb-entry-content > p {
  text-indent: 24px;
}

.tb-site-main--direct .tb-content-layout__main-group--page .tb-entry-content > table {
  border: 0.8px solid rgb(212 220 227);
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.tb-site-main--direct .tb-content-layout__main-group--page .tb-entry-content > table :is(th, td) {
  border: 0 solid rgb(212 220 227);
  padding: 8px;
  vertical-align: middle;
}

.tb-site-main--direct .tb-position--expanded-a {
  background: var(--tb-color-navy);
  color: var(--tb-color-white);
  padding-block: 40px;
}

.tb-site-main--direct .tb-position + .tb-position--below-a {
  background: var(--tb-color-white);
  border-top: 0;
  padding-block: 40px;
}

.tb-content-layout__main-group--mainbar-b > .tb-component--editorial-html {
  display: flow-root;
  font: 400 16px / 24px Dosis, "Trebuchet MS", sans-serif;
}

.tb-content-layout__main-group--mainbar-b > .tb-component--editorial-html > .tb-component__title {
  font: 500 22px / 30.8px Inter, Arial, sans-serif;
  margin: 0 0 20px;
  text-align: left;
}

.tb-content-layout__main-group--mainbar-b > .tb-component--editorial-html > p {
  font: 400 16px / 24px Dosis, "Trebuchet MS", sans-serif;
  margin: 0 0 20px;
}

.tb-content-layout__main-group--mainbar-b > .tb-component--editorial-html > p:last-of-type {
  margin-bottom: 0;
}

.tb-content-layout__aside-group {
  padding: 10px 0 24px;
}

.tb-content-layout__aside-group > .tb-component {
  border-bottom: 0;
  padding-bottom: 0;
}

.tb-content-layout__aside-group > .tb-component:not(:last-child) {
  margin-bottom: 24px;
}

.tb-content-layout__aside .tb-component--module-style-system-table {
  border: 0.8px solid rgb(212 220 227);
  border-collapse: collapse;
  box-sizing: content-box;
  display: table;
  width: 100%;
}

.tb-component--module-style-system-table .tb-banners {
  display: table-row-group;
}

.tb-component--module-style-system-table .tb-banner {
  display: table-cell;
  font: 400 16px / 24px Dosis, "Trebuchet MS", sans-serif;
  padding: 8px;
  text-align: center;
  vertical-align: middle;
}

.tb-component--module-style-system-table .tb-banner__content > :last-child {
  margin-bottom: 20px;
}

.tb-component--module-style-system-table .tb-banner__link {
  background: transparent;
  border: 0;
  display: block;
  padding: 0;
}

.tb-component--module-style-system-table .tb-banner__image {
  display: block;
  height: auto;
  width: 100%;
}

.tb-component--partner-banner {
  height: 300px;
  overflow: hidden;
  text-align: center;
}

.tb-partner-banner {
  display: block;
  height: 300px;
  margin-inline: auto;
  max-width: 300px;
  width: 300px;
}

.tb-partner-banner__image {
  display: block;
  height: auto;
  max-width: 100%;
  width: 300px;
}

.tb-content-layout__aside .tb-component--module-style-jl_destiny-cardprimary {
  background: var(--tb-color-navy);
  color: rgb(255 255 255 / 70%);
  font: 400 16px / 24px Dosis, "Trebuchet MS", sans-serif;
  padding: 20px;
  text-align: center;
}

.tb-component--module-style-jl_destiny-cardprimary > .tb-component__title {
  color: var(--tb-color-white);
  font: 500 22px / 30.8px Inter, Arial, sans-serif;
  margin: 0 0 20px;
  text-align: center;
}

.tb-component--facebook-page .fb-page,
.tb-component--facebook-page iframe {
  max-width: 100%;
}

.tb-content-layout__aside .tb-component--module-style-jl_destiny-card {
  background: var(--tb-color-white);
  font: 400 16px / 24px Dosis, "Trebuchet MS", sans-serif;
  padding: 20px;
}

.tb-component--module-style-jl_destiny-card > .tb-component__title {
  font: 500 22px / 30.8px Inter, Arial, sans-serif;
  margin: 0 0 20px;
  text-align: left;
}

.tb-component--module-style-jl_destiny-card .tb-article-links {
  display: block;
  font: 400 16px / 24px Dosis, "Trebuchet MS", sans-serif;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tb-component--module-style-jl_destiny-card .tb-article-links li {
  margin: 0;
  padding: 4px 0;
}

.tb-component--module-style-jl_destiny-card .tb-article-links li + li {
  border-top: 0.8px solid rgb(0 0 0 / 10%);
  margin-top: 10px;
  padding: 10px 0 4px;
}

.tb-content-layout__aside .tb-article-grid {
  grid-template-columns: 1fr;
}

.tb-call-to-action {
  align-items: center;
  background: var(--tb-color-navy);
  color: var(--tb-color-white);
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  padding: clamp(1.5rem, 4vw, 3rem);
}

.tb-call-to-action h2 {
  color: inherit;
  margin-top: 0;
}

.tb-banners,
.tb-banner {
  display: grid;
}

.tb-banner__link {
  background: var(--tb-color-white);
  border: 1px solid rgb(19 39 75 / 12%);
  color: var(--tb-color-navy);
  display: block;
  padding: 1.25rem;
  text-decoration: none;
}

.tb-banner__link:hover {
  border-color: var(--tb-color-coral);
  color: var(--tb-color-coral);
}

.tb-banner__content > :first-child {
  margin-top: 0;
}

.tb-banner__content > :last-child {
  margin-bottom: 0;
}

.tb-banner__image {
  display: block;
  width: 100%;
}

.tb-form-shell {
  background: var(--tb-color-white);
  border: 1px solid rgb(19 39 75 / 12%);
  max-width: 48rem;
  padding: clamp(1.25rem, 4vw, 2.5rem);
}

.tb-form-shell__title {
  margin-top: 0;
}

.tb-form-shell__intro {
  margin-bottom: 1.5rem;
}

.tb-form,
.tb-form__fields {
  display: grid;
  gap: 1.25rem;
}

.tb-form__field {
  display: grid;
  gap: 0.4rem;
}

.tb-form__field[hidden] {
  display: none;
}

.tb-form__field label,
.tb-form__field legend {
  color: var(--tb-color-navy);
  font-weight: 700;
}

.tb-form__field fieldset {
  border: 0;
  display: grid;
  gap: 0.65rem;
  margin: 0;
  min-width: 0;
  padding: 0;
}

.tb-form__field input:not([type="checkbox"], [type="radio"]),
.tb-form__field select,
.tb-form__field textarea {
  background: var(--tb-color-white);
  border: 1px solid #aeb9c9;
  border-radius: 0;
  color: var(--tb-color-text);
  font: inherit;
  min-height: 3rem;
  padding: 0.65rem 0.75rem;
  width: 100%;
}

.tb-form__field textarea {
  min-height: 8rem;
  resize: vertical;
}

.tb-form__choice {
  align-items: flex-start;
  display: flex;
  gap: 0.65rem;
}

.tb-form__choice input {
  flex: 0 0 auto;
  height: 1.15rem;
  margin-top: 0.25rem;
  width: 1.15rem;
}

.tb-form__hint {
  color: var(--tb-color-muted);
  font-size: 0.95rem;
  margin: 0;
}

.tb-form__required {
  color: var(--tb-color-coral-text);
}

.tb-form__source-html {
  font-size: 0.95rem;
}

.tb-form__source-html > :first-child {
  margin-top: 0;
}

.tb-form__source-html > :last-child {
  margin-bottom: 0;
}

.tb-form__submit {
  background: var(--tb-color-action-primary);
  border: 0;
  color: var(--tb-color-white);
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  justify-self: start;
  min-height: 3rem;
  padding: 0.7rem 1.5rem;
}

.tb-form__submit:hover {
  background: var(--tb-color-navy);
}

.tb-form__honeypot {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.tb-form-status {
  background: var(--tb-color-error-surface);
  border: 1px solid var(--tb-color-coral-text);
  margin-bottom: 1.5rem;
  padding: 0.8rem 1rem;
}

.tb-form-status--success {
  background: var(--tb-color-success-surface);
  border-color: var(--tb-color-success);
}

.visible-phone,
.visible-tablet {
  display: none;
}

@media (min-width: 960px) {
  .tb-hero-slide {
    height: calc(25vw - 3px);
    min-height: 0;
  }

  .tb-hero-slide__image {
    opacity: 1;
  }

  .tb-hero-slide__content {
    max-width: none;
    padding: 0 40px;
  }

  .tb-hero-slide__overlay {
    align-content: center;
    min-height: 131px;
    padding: 15px;
    width: 300px;
  }

  .tb-hero-slide__content h1 {
    font-size: 42px;
    line-height: 1.08;
    margin: 0 0 8px;
    max-width: none;
  }

  .tb-hero-slide__meta {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
  }

  .tb-site-main--front .tb-position {
    border-top: 0;
  }

  .tb-site-main--front .tb-position + .tb-position {
    border-top: 0;
  }

  .tb-site-main--front .tb-position--above-a {
    background: var(--tb-color-white);
    padding-block: 70px;
  }

  .tb-position--above-a > .tb-container {
    max-width: 1190px;
    padding-inline: 0;
  }

  .tb-position--above-a .tb-component--jlfiltergallery {
    background: var(--tb-color-coral);
    box-shadow: 0 2px 8px rgb(0 0 0 / 7%);
    color: rgb(255 255 255 / 70%);
    padding: 20px;
  }

  .tb-position--above-a .tb-component__title {
    color: var(--tb-color-white);
    font: 500 30.4px / 39.52px Inter, Arial, sans-serif;
    margin: 12px 0 24px;
    text-align: center;
  }

  .tb-position--above-a .tb-filter-gallery {
    gap: 40px;
  }

  .tb-position--above-a .tb-filter-gallery__title {
    border-bottom: 0.8px solid rgb(255 255 255 / 20%);
    color: var(--tb-color-white);
    font: 700 16px / 24px Dosis, "Trebuchet MS", sans-serif;
    padding-bottom: 6.6px;
    text-align: center;
  }

  .tb-position--above-a .tb-filter-gallery__grid {
    gap: 30px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    min-height: 1606.65px;
  }

  .tb-position--above-a .tb-destination-card {
    aspect-ratio: 3 / 2;
    background: transparent;
    border: 0;
    box-shadow: 0 2px 8px rgb(0 0 0 / 7%);
    overflow: hidden;
    padding: 0;
    transition: box-shadow 100ms ease-in-out;
  }

  .tb-position--above-a .tb-destination-card__image {
    aspect-ratio: auto;
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
  }

  .tb-position--above-a .tb-destination-card__content {
    align-items: center;
    background: rgb(19 39 75 / 80%);
    bottom: 0;
    color: var(--tb-color-white);
    display: flex;
    justify-content: center;
    left: 50%;
    min-height: 33px;
    padding: 0;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    width: 150px;
  }

  .tb-position--above-a .tb-destination-card__content h3 {
    color: inherit;
    font: 700 22px / 33px Dosis, "Trebuchet MS", sans-serif;
    margin: 0;
    width: 150px;
  }

  .tb-position--above-a .tb-destination-card__content > div,
  .tb-position--above-a .tb-destination-card__meta {
    display: none;
  }

  .tb-site-main--front .tb-position--feature-a {
    background: var(--tb-color-navy);
    padding-block: 70px;
  }

  .tb-position--feature-a > .tb-container {
    max-width: 1190px;
    padding: 34px;
  }

  .tb-position--feature-a .tb-component__title {
    color: var(--tb-color-white);
    font: 500 22px / 30.8px Inter, Arial, sans-serif;
    margin: 0 0 20px;
    letter-spacing: 0.2px;
    text-align: left;
  }

  .tb-position--feature-a .tb-component {
    height: auto;
  }

  .tb-position--feature-a .tb-filter-gallery {
    gap: 0;
  }

  .tb-position--feature-a .tb-filter-gallery__title {
    border-bottom: 0.8px solid rgb(255 255 255 / 20%);
    color: var(--tb-color-white);
    font: 400 16px / 24px Dosis, "Trebuchet MS", sans-serif;
    padding-bottom: 6.6px;
    text-align: center;
  }

  .tb-position--feature-a .tb-filter-gallery__controls {
    gap: 20px;
    margin-left: -20px;
    width: calc(100% + 20px);
  }

  .tb-position--feature-a .tb-filter-gallery__filter,
  .tb-position--feature-a .tb-filter-gallery__filter[aria-pressed="true"] {
    background: transparent;
    border: 0;
    color: rgb(255 255 255 / 50%);
    font: 400 16px / 24px Dosis, "Trebuchet MS", sans-serif;
    height: 34.8px;
    min-height: 0;
    padding: 5px 10px;
  }

  .tb-position--feature-a .tb-filter-gallery__filter[aria-pressed="true"] {
    color: var(--tb-color-white);
  }

  .tb-position--feature-a .tb-filter-gallery__grid {
    display: block;
    margin-left: -15px;
    margin-top: 20px;
    min-height: 701px;
    position: relative;
    width: calc(100% + 15px);
  }

  .tb-position--feature-a .tb-destination-card {
    background: transparent;
    border: 0;
    box-shadow: 0 2px 8px rgb(0 0 0 / 7%);
    height: auto;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 150px;
  }

  .tb-position--feature-a .tb-destination-card__meta,
  .tb-position--feature-a .tb-destination-card__content > div {
    display: none;
  }

  .tb-position--feature-a .tb-destination-card__image {
    aspect-ratio: auto;
    display: block;
    height: auto;
    position: static;
    width: 150px;
  }

  .tb-position--feature-a .tb-destination-card__content {
    background: rgb(19 39 75 / 80%);
    bottom: 0;
    height: 30px;
    left: 0;
    padding: 0;
    position: absolute;
    width: 150px;
  }

  .tb-position--feature-a .tb-destination-card h3 {
    color: var(--tb-color-white);
    font: 700 20px / 30px Dosis, "Trebuchet MS", sans-serif;
    margin: 0;
    text-align: center;
    width: 150px;
  }

  .tb-position--feature-a .tb-card-link {
    height: 100%;
    inset: 0;
    width: 150px;
  }

  .tb-site-main--front .tb-position--showcase-a {
    background: var(--tb-color-white);
    padding-block: 70px;
  }

  .tb-position--showcase-a > .tb-container {
    max-width: 1190px;
    padding: 10px;
  }

  .tb-position--showcase-a .tb-article-list {
    column-count: 2;
    column-gap: 80px;
    column-rule: 0.8px solid rgb(0 0 0 / 10%);
    display: block;
    margin: 0 0 20px;
  }

  .tb-position--showcase-a .tb-article-card--list {
    align-items: center;
    background: transparent;
    border: 0;
    break-inside: avoid-column;
    column-gap: 15px;
    display: grid;
    grid-template-columns: calc(40% - 9px) minmax(0, 1fr);
    margin: 0;
    padding: 0;
  }

  .tb-position--showcase-a .tb-article-card--list + .tb-article-card--list {
    border-top: 0.8px solid rgb(0 0 0 / 10%);
    margin-top: 10px;
    padding-top: 10px;
  }

  .tb-position--showcase-a .tb-article-card--list > a:first-child {
    display: block;
    height: auto;
    width: 100%;
  }

  .tb-position--showcase-a .tb-article-card--list p,
  .tb-position--showcase-a .tb-article-card__read-more {
    display: none;
  }

  .tb-position--showcase-a .tb-article-card--list img {
    aspect-ratio: var(--tb-source-image-ratio, auto);
    display: block;
    height: auto;
    width: 100%;
  }

  .tb-position--showcase-a .tb-article-card__content {
    padding: 0;
  }

  .tb-position--showcase-a .tb-article-card h3 {
    color: #1c1c1c;
    font: 500 20px / 30px Inter, Arial, sans-serif;
    margin: 0;
  }

  .tb-position--showcase-a .tb-article-card h3,
  .tb-position--showcase-a .tb-article-card h3 a {
    letter-spacing: 0.2px;
  }

  .tb-content-layout {
    gap: 20px;
    grid-template-columns: minmax(0, 813fr) minmax(0, 337fr);
    max-width: 1190px;
    padding: 104px 10px;
  }

  .tb-content-layout.tb-content-layout--single {
    grid-template-columns: minmax(0, 1fr);
  }

  .tb-site-main--direct .tb-content-layout {
    gap: 20px;
    max-width: 1190.4px;
    padding: 70px 10px;
  }

  .tb-site-main--inner-hero .tb-content-layout {
    padding: 70px 10px;
  }

  .tb-content-layout__main,
  .tb-content-layout__aside {
    gap: 0;
  }

  .tb-content-layout__main .tb-article-grid {
    gap: 80px;
    grid-template-columns: minmax(0, 1fr);
  }

  .tb-content-layout__main .tb-article-card {
    background: transparent;
    border: 0;
    padding: 0;
  }

  .tb-content-layout__main .tb-article-card > a:first-child {
    display: block;
    height: auto;
    line-height: 24px;
    min-height: 24px;
  }

  .tb-content-layout__main .tb-article-card > a:first-child img {
    aspect-ratio: var(--tb-source-image-ratio, auto);
    display: block;
    height: auto;
    max-width: 100%;
    width: var(--tb-source-image-width, auto);
  }

  .tb-content-layout__main .tb-article-card__content {
    padding: 0;
  }

  .tb-content-layout__main .tb-article-card h3 {
    color: var(--tb-color-navy);
    font: 500 26px / 36.4px Inter, Arial, sans-serif;
    margin: 20px 0 0;
  }

  .tb-content-layout__main .tb-article-card > a:first-child + .tb-article-card__content h3 {
    margin-top: 20px;
  }

  .tb-content-layout__main .tb-article-card p {
    color: #1c1c1c;
    font: 400 20px / 30px Dosis, "Trebuchet MS", sans-serif;
    margin: 0;
  }

  .tb-content-layout__main .tb-article-card__read-more {
    background: rgb(255 255 255 / 0%);
    border: 0.8px solid var(--tb-color-navy);
    color: var(--tb-color-navy);
    font: 400 15px / 38px Dosis, "Trebuchet MS", sans-serif;
    height: 39.6px;
    margin-top: 20px;
    padding: 0 30px;
  }

  .tb-site-main--front .tb-position--expanded-a {
    background: var(--tb-color-navy);
    padding-block: 70px;
  }

  .tb-position--expanded-a > .tb-container {
    max-width: 1190px;
    padding: 34px;
  }

  .tb-position--expanded-a .tb-article-grid__title {
    color: var(--tb-color-white);
    font: 500 32px / 41.6px Inter, Arial, sans-serif;
    margin: 0 0 20px;
    text-align: center;
  }

  .tb-position--expanded-a .tb-article-grid--gallery {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
  }

  .tb-position--expanded-a .tb-article-card--gallery {
    background: transparent;
    border: 0;
    box-shadow: 0 2px 8px rgb(0 0 0 / 7%);
    flex: 0 0 calc((100% - 80px) / 3);
    overflow: hidden;
  }

  .tb-position--expanded-a .tb-article-card--gallery img {
    aspect-ratio: var(--tb-source-image-ratio, auto);
    display: block;
    height: auto;
    margin-inline: auto;
    max-width: var(--tb-source-image-width, 100%);
    width: 100%;
  }

  .tb-position--expanded-a .tb-article-card--gallery .tb-article-card__content {
    left: 0;
    padding: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
  }

  .tb-position--expanded-a .tb-article-card--gallery h3 {
    color: #000;
    font: 500 18px / 27px Inter, Arial, sans-serif;
    margin: 0;
  }

  .tb-site-main--inner-hero .tb-position--expanded-a {
    background: var(--tb-color-navy);
    color: var(--tb-color-white);
    padding-block: 70px;
  }

  .tb-site-main--direct .tb-position--expanded-a {
    padding-block: 70px;
  }

  .tb-site-main--front .tb-position--below-a {
    background: var(--tb-color-white);
    padding-block: 70px;
  }

  .tb-site-main--inner-hero .tb-position + .tb-position--below-a {
    border-top: 0;
    padding-block: 70px;
  }

  .tb-site-main--direct .tb-position + .tb-position--below-a {
    padding-block: 70px;
  }

  .tb-position--below-a > .tb-container {
    max-width: 1190px;
    padding-inline: 0;
  }

  .tb-footer-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tb-footer-links__column {
    padding: 10px;
    text-align: center;
  }

  .tb-footer-links__heading {
    color: var(--tb-color-navy);
    font: 700 19px / 26.6px Inter, Arial, sans-serif;
    margin: 0 0 20px;
  }

  .tb-footer-links__menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .tb-footer-links__menu a {
    color: var(--tb-color-navy);
    display: block;
    font: 400 18px / 31.5px Dosis, "Trebuchet MS", sans-serif;
    padding: 5px 0;
    text-decoration: none;
  }

  .tb-footer-links__credit {
    align-items: center;
    display: flex;
    font: 400 16px / 24px Dosis, "Trebuchet MS", sans-serif;
    height: 44px;
    justify-content: center;
    padding: 10px;
    text-align: center;
  }

  .tb-footer-links__credit a {
    color: var(--tb-color-navy);
  }

  .tb-site-footer {
    overflow: hidden;
    padding-block: 70px;
    position: relative;
  }

  .tb-brand-footer__inner {
    max-width: 1190px;
    padding: 34px;
    position: relative;
    z-index: 1;
  }

  .tb-brand-footer__content {
    margin-bottom: 40px;
  }

  .tb-brand-footer__title {
    font: 500 32px / 41.6px Inter, Arial, sans-serif;
  }

  .tb-brand-footer__description {
    font: 400 22px / 30.8px Inter, Arial, sans-serif;
    margin-top: 20px;
  }

  .tb-site-copyright__inner {
    max-width: 1190px;
    padding-inline: 0;
  }

  .tb-site-copyright__license {
    color: var(--tb-color-white);
    font: 500 18.4px / 25.76px Inter, Arial, sans-serif;
    padding: 46px 34px 24px;
  }

  .tb-site-copyright__line {
    font: 400 16px / 24px Dosis, "Trebuchet MS", sans-serif;
    padding: 24px;
  }

}

@media (max-width: 959px) {
  .visible-desktop,
  .visible-large {
    display: none;
  }

  .visible-tablet {
    display: block;
  }

  .tb-filter-gallery__grid,
  .tb-article-grid,
  .tb-content-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tb-content-layout__main {
    grid-column: 1 / -1;
  }
}

@media (min-width: 960px) and (max-width: 1199px) {
  .visible-desktop,
  .visible-large {
    display: none;
  }

  .visible-tablet {
    display: block;
  }

  .tb-content-layout,
  .tb-site-main--direct .tb-content-layout,
  .tb-site-main--inner-hero .tb-content-layout {
    gap: 0;
    grid-template-columns: 70% 30%;
    padding-inline: 0;
    width: calc(100% - 80px);
  }

  .tb-content-layout.tb-content-layout--single {
    grid-template-columns: minmax(0, 1fr);
  }

  .tb-content-layout__main,
  .tb-content-layout__aside {
    padding-inline: 10px;
  }

  .tb-position--expanded-a > .tb-container,
  .tb-brand-footer__inner {
    max-width: none;
    padding-inline: 74px;
  }

  .tb-position--expanded-a .tb-article-grid--gallery {
    gap: 30px;
  }

  .tb-position--expanded-a .tb-article-card--gallery {
    flex-basis: calc((100% - 30px) / 2);
  }

  .tb-position--below-a > .tb-container,
  .tb-site-copyright__inner {
    max-width: none;
    padding-inline: 40px;
  }
}

@media (max-width: 959px) {
  .hidden-phone,
  .visible-tablet {
    display: none;
  }

  .visible-phone {
    display: block;
  }

  .tb-hero-slide {
    height: 200px;
    min-height: 200px;
  }

  .tb-hero-slide__content {
    max-width: none;
    padding: 0;
  }

  .tb-site-main--inner-hero .tb-hero-slide__content {
    align-content: end;
  }

  .tb-hero-slide__overlay {
    align-content: center;
    max-width: 150px;
    min-height: 124px;
    padding: 15px;
    width: 150px;
  }

  .tb-hero-slide__content h1 {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    padding-bottom: 7px;
  }

  .tb-site-main--inner-hero .tb-hero-slide__content h1 {
    padding-bottom: 7.2px;
  }

  .tb-hero-slide__meta {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin: 20px 0 0;
  }
}

@media (min-width: 960px) {
  .tb-site-main--inner-hero .tb-hero-slide {
    aspect-ratio: 3 / 1;
    height: auto;
    min-height: 0;
  }

  .tb-site-main--inner-hero .tb-hero-slide__content {
    align-content: center;
    max-width: none;
    padding: 0 40px;
  }

  .tb-site-main--inner-hero .tb-hero-slide__overlay {
    align-content: center;
    min-height: 0;
    padding: 15px;
    width: 300px;
  }

  .tb-site-main--inner-hero .tb-hero-slide__content h1 {
    border-bottom-width: 1.6px;
    font-size: 42px;
    line-height: 1.2;
    margin: 0;
    padding-bottom: 9.2px;
  }

  .tb-site-main--inner-hero .tb-hero-slide__meta {
    font-size: 14px;
    line-height: 1.4;
    margin: 20px 0 0;
  }
}

@media (max-width: 959px) {
  .tb-site-main--front .tb-position,
  .tb-site-main--front .tb-position + .tb-position {
    border-top: 0;
  }

  .tb-position--slideshow {
    padding-bottom: 34px;
    padding-inline: 0.75rem;
  }

  .tb-position--slideshow > .tb-component {
    max-width: 340.4px;
  }

  .tb-filter-gallery__grid,
  .tb-article-grid,
  .tb-content-layout {
    grid-template-columns: 1fr;
  }

  .tb-call-to-action {
    align-items: flex-start;
    flex-direction: column;
  }

  .tb-site-main--front .tb-position--above-a {
    background: var(--tb-color-white);
    padding-block: 40px;
  }

  .tb-position--above-a > .tb-container {
    max-width: none;
    padding-inline: 15px;
  }

  .tb-position--above-a .tb-component--jlfiltergallery {
    background: var(--tb-color-coral);
    box-shadow: 0 2px 8px rgb(0 0 0 / 7%);
    color: rgb(255 255 255 / 70%);
    padding: 20px;
  }

  .tb-position--above-a .tb-component__title {
    color: var(--tb-color-white);
    font: 500 30.4px / 39.52px Inter, Arial, sans-serif;
    margin: 12px 0 24px;
    text-align: center;
  }

  .tb-position--above-a .tb-filter-gallery {
    gap: 0;
  }

  .tb-position--above-a .tb-filter-gallery__title {
    border-bottom: 0.8px solid rgb(255 255 255 / 20%);
    color: var(--tb-color-white);
    font: 700 16px / 24px Dosis, "Trebuchet MS", sans-serif;
    padding-bottom: 6.6px;
    text-align: center;
  }

  .tb-position--above-a .tb-filter-gallery__controls {
    display: none;
  }

  .tb-position--above-a .tb-filter-gallery__grid {
    gap: 60px;
    padding-top: 40px;
  }

  .tb-position--above-a .tb-destination-card {
    aspect-ratio: 1.5005;
    background: transparent;
    border: 0;
    box-shadow: 0 2px 8px rgb(0 0 0 / 7%);
    overflow: hidden;
    padding: 0;
  }

  .tb-position--above-a .tb-destination-card__image {
    aspect-ratio: auto;
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
  }

  .tb-position--above-a .tb-destination-card__content {
    align-items: center;
    background: rgb(19 39 75 / 80%);
    bottom: 0;
    color: var(--tb-color-white);
    display: flex;
    justify-content: center;
    left: 50%;
    min-height: 33px;
    padding: 0;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    width: 150px;
  }

  .tb-position--above-a .tb-destination-card__content h3 {
    color: inherit;
    font: 700 22px / 33px Dosis, "Trebuchet MS", sans-serif;
    margin: 0;
    width: 150px;
  }

  .tb-position--above-a .tb-destination-card__content > div,
  .tb-position--above-a .tb-destination-card__meta {
    display: none;
  }

  .tb-site-main--front .tb-position--feature-a {
    background: var(--tb-color-navy);
    padding-block: 40px;
  }

  .tb-position--feature-a > .tb-container {
    max-width: none;
    padding: 10px 25px;
  }

  .tb-position--feature-a .tb-component {
    padding: 24px;
  }

  .tb-position--feature-a .tb-component.hidden-phone {
    display: none;
  }

  .tb-position--feature-a .tb-component__title {
    color: var(--tb-color-white);
    font: 500 22px / 30.8px Inter, Arial, sans-serif;
    letter-spacing: 0.2px;
    margin: 0 0 20px;
    text-align: left;
  }

  .tb-position--feature-a .tb-filter-gallery {
    gap: 0;
  }

  .tb-position--feature-a .tb-filter-gallery__title {
    border-bottom: 0.8px solid rgb(255 255 255 / 20%);
    color: var(--tb-color-white);
    font: 400 16px / 24px Dosis, "Trebuchet MS", sans-serif;
    padding-bottom: 6.6px;
    text-align: center;
  }

  .tb-position--feature-a .tb-filter-gallery__controls {
    gap: 0 20px;
    margin-left: -20px;
    width: calc(100% + 20px);
  }

  .tb-position--feature-a .tb-filter-gallery__filter,
  .tb-position--feature-a .tb-filter-gallery__filter[aria-pressed="true"] {
    background: transparent;
    border: 0;
    color: rgb(255 255 255 / 50%);
    font: 400 16px / 24px Dosis, "Trebuchet MS", sans-serif;
    height: 34.8px;
    min-height: 0;
    padding: 5px 10px;
  }

  .tb-position--feature-a .tb-filter-gallery__filter[aria-pressed="true"] {
    color: var(--tb-color-white);
  }

  .tb-position--feature-a .tb-filter-gallery__grid {
    display: block;
    margin-left: -15px;
    margin-top: 20px;
    min-height: 1294px;
    position: relative;
    width: calc(100% + 15px);
  }

  .tb-position--feature-a .tb-destination-card {
    background: transparent;
    border: 0;
    box-shadow: 0 2px 8px rgb(0 0 0 / 7%);
    height: auto;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: calc((100% - 30px) / 2);
  }

  .tb-position--feature-a .tb-destination-card__image {
    aspect-ratio: auto;
    display: block;
    height: auto;
    position: static;
    width: 100%;
  }

  .tb-position--feature-a .tb-destination-card__content {
    background: rgb(19 39 75 / 80%);
    bottom: 0;
    height: 30px;
    left: 0;
    padding: 0;
    position: absolute;
    width: 100%;
  }

  .tb-position--feature-a .tb-destination-card h3 {
    color: var(--tb-color-white);
    font: 700 20px / 30px Dosis, "Trebuchet MS", sans-serif;
    margin: 0;
    text-align: center;
  }

  .tb-position--feature-a .tb-destination-card__meta,
  .tb-position--feature-a .tb-destination-card__content > div {
    display: none;
  }

  .tb-site-main--front .tb-position--showcase-a {
    background: var(--tb-color-white);
    padding-block: 40px;
  }

  .tb-position--showcase-a > .tb-container {
    max-width: none;
    padding: 10px 25px;
  }

  .tb-position--showcase-a .tb-article-list {
    display: block;
    margin: 0 0 20px;
  }

  .tb-position--showcase-a .tb-article-card--list {
    align-items: center;
    background: transparent;
    border: 0;
    display: block;
    margin: 0;
    padding: 0;
  }

  .tb-position--showcase-a .tb-article-card--list + .tb-article-card--list {
    border-top: 0.8px solid rgb(0 0 0 / 10%);
    margin-top: 10px;
    padding-top: 10px;
  }

  .tb-position--showcase-a .tb-article-card--list > a:first-child,
  .tb-position--showcase-a .tb-article-card--list img {
    display: block;
    height: auto;
    width: 100%;
  }

  .tb-position--showcase-a .tb-article-card--list img {
    aspect-ratio: var(--tb-source-image-ratio, auto);
  }

  .tb-position--showcase-a .tb-article-card__content {
    padding: 0;
  }

  .tb-position--showcase-a .tb-article-card h3 {
    color: #1c1c1c;
    font: 500 20px / 30px Inter, Arial, sans-serif;
    letter-spacing: 0.2px;
    margin: 15px 0 0;
  }

  .tb-position--showcase-a .tb-article-card--list > a:first-child + .tb-article-card__content h3 {
    margin-top: 15px;
  }

  .tb-position--showcase-a .tb-article-card--list p,
  .tb-position--showcase-a .tb-article-card__read-more {
    display: none;
  }

  .tb-content-layout {
    gap: 34px;
    grid-template-columns: 1fr;
    max-width: none;
    padding: 74px 25px 40px;
  }

  .tb-site-main--inner-hero .tb-content-layout {
    gap: 0;
    padding: 40px 15px;
  }

  .tb-site-main--inner-hero .tb-content-layout__main,
  .tb-site-main--inner-hero .tb-content-layout__aside {
    padding-inline: 10px;
  }

  .tb-content-layout__main,
  .tb-content-layout__aside {
    gap: 0;
  }

  .tb-content-layout__main .tb-article-grid {
    gap: 60px;
  }

  .tb-content-layout__main .tb-article-card {
    background: transparent;
    border: 0;
    padding: 0;
  }

  .tb-content-layout__main .tb-article-card > a:first-child,
  .tb-content-layout__main .tb-article-card > a:first-child img {
    display: block;
    height: auto;
    width: 100%;
  }

  .tb-content-layout__main .tb-article-card > a:first-child img {
    aspect-ratio: var(--tb-source-image-ratio, auto);
    max-width: 100%;
  }

  .tb-content-layout__main .tb-article-card__content {
    padding: 0;
  }

  .tb-content-layout__main .tb-article-card h3 {
    color: var(--tb-color-navy);
    font: 500 26px / 36.4px Inter, Arial, sans-serif;
    letter-spacing: 0.4px;
    margin: 20px 0 0;
  }

  .tb-content-layout__main .tb-article-card > a:first-child + .tb-article-card__content h3 {
    margin-top: 20px;
  }

  .tb-content-layout__main .tb-article-card p {
    color: #1c1c1c;
    font: 400 20px / 30px Dosis, "Trebuchet MS", sans-serif;
    margin: 0;
  }

  .tb-content-layout__main .tb-article-card__read-more {
    background: transparent;
    border: 0.8px solid var(--tb-color-navy);
    color: var(--tb-color-navy);
    font: 400 15px / 38px Dosis, "Trebuchet MS", sans-serif;
    height: 39.6px;
    margin-top: 20px;
    padding: 0 30px;
  }

  .tb-content-layout__aside {
    box-sizing: border-box;
    display: block;
    padding: 0;
  }

  .tb-site-main--front .tb-position--expanded-a {
    background: var(--tb-color-navy);
    padding-block: 40px;
  }

  .tb-position--expanded-a > .tb-container {
    max-width: none;
    padding: 10px 25px;
  }

  .tb-position--expanded-a .tb-component--jlarticlegallery {
    padding: 24px;
  }

  .tb-position--expanded-a .tb-article-grid__title {
    color: var(--tb-color-white);
    font: 500 27.2px / 35.36px Inter, Arial, sans-serif;
    margin: 0 0 20px;
    text-align: center;
  }

  .tb-position--expanded-a .tb-article-grid--gallery {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .tb-position--expanded-a .tb-article-card--gallery {
    background: transparent;
    border: 0;
    box-shadow: 0 2px 8px rgb(0 0 0 / 7%);
    overflow: hidden;
    padding: 0;
  }

  .tb-position--expanded-a .tb-article-card--gallery img {
    aspect-ratio: var(--tb-source-image-ratio, auto);
    display: block;
    height: auto;
    margin-inline: auto;
    max-width: var(--tb-source-image-width, 100%);
    width: 100%;
  }

  .tb-position--expanded-a .tb-article-card--gallery .tb-article-card__content {
    left: 0;
    padding: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
  }

  .tb-position--expanded-a .tb-article-card--gallery h3 {
    color: #000;
    font: 500 18px / 27px Inter, Arial, sans-serif;
    margin: 0;
  }

  .tb-site-main--inner-hero .tb-position--expanded-a {
    background: var(--tb-color-navy);
    color: var(--tb-color-white);
    padding-block: 40px;
  }

  .tb-site-main--front .tb-position--below-a {
    background: var(--tb-color-white);
    padding-block: 40px;
  }

  .tb-site-main--inner-hero .tb-position + .tb-position--below-a {
    border-top: 0;
    padding-block: 40px;
  }

  .tb-position--below-a > .tb-container {
    max-width: none;
    padding-inline: 15px;
  }

  .tb-footer-links {
    display: grid;
    grid-template-columns: 1fr;
  }

  .tb-footer-links__column {
    padding: 10px;
    text-align: center;
  }

  .tb-footer-links__heading {
    color: var(--tb-color-navy);
    font: 700 19px / 26.6px Inter, Arial, sans-serif;
    margin: 0 0 20px;
  }

  .tb-footer-links__menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .tb-footer-links__menu a {
    color: var(--tb-color-navy);
    display: block;
    font: 400 18px / 31.5px Dosis, "Trebuchet MS", sans-serif;
    padding: 5px 0;
    text-decoration: none;
  }

  .tb-footer-links__credit {
    align-items: center;
    display: flex;
    font: 400 16px / 24px Dosis, "Trebuchet MS", sans-serif;
    height: 44px;
    justify-content: center;
    padding: 10px;
    text-align: center;
  }

  .tb-footer-links__credit a {
    color: var(--tb-color-navy);
  }

  .tb-site-footer {
    overflow: hidden;
    padding-block: 40px;
    position: relative;
  }

  .tb-brand-footer__inner {
    max-width: none;
    padding: 34px 49px;
    position: relative;
    z-index: 1;
  }

  .tb-brand-footer__content {
    margin-bottom: 40px;
  }

  .tb-brand-footer__title {
    font: 500 27.2px / 35.36px Inter, Arial, sans-serif;
  }

  .tb-brand-footer__description {
    font: 400 22px / 30.8px Inter, Arial, sans-serif;
    margin-top: 20px;
  }

  .tb-site-copyright__inner {
    max-width: none;
    padding-inline: 15px;
  }

  .tb-site-copyright__license {
    color: var(--tb-color-white);
    font: 500 18.4px / 25.76px Inter, Arial, sans-serif;
    padding: 46px 34px 24px;
  }

  .tb-site-copyright__line {
    font: 400 16px / 24px Dosis, "Trebuchet MS", sans-serif;
    padding: 24px;
  }
}

@media (min-width: 641px) and (max-width: 959px) {
  .tb-site-main--direct .tb-content-layout {
    padding: 40px;
  }

  .tb-position--expanded-a > .tb-container {
    padding: 10px 40px;
  }

  .tb-brand-footer__inner {
    margin-block: 10px;
    max-width: calc(100% - 80px);
    padding: 24px;
  }
}
