<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Section - Header */
.thesierra-section {
  position: relative;
  padding: 64px 0;
  width: 100vw;
  overflow-x: hidden;
}
.thesierra-section .container-fluid {
  overflow: hidden;
}
.thesierra-section .tsr-privilege-background img {
  bottom: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top center;
  z-index: -1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .thesierra-section {
    min-height: 400px;
    padding: 40px 0;
  }
}

.thesierra-section-header {
  position: relative;
  z-index: 1;
  overflow: hidden;
  align-items: center;
  height: fit-content;
}
.thesierra-section-header .tsr-highlight {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .thesierra-section-header .tsr-highlight {
    height: 550px;
  }
}
.thesierra-section-header .tsr-highlight__title h1 {
  color: var(--dark-gold, #695c3e);
  text-align: center;
  font-family: Trirong;
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 90px */
  text-transform: uppercase;
}
.thesierra-section-header .tsr-highlight__title img {
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .thesierra-section-header .tsr-highlight__title h1 {
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  .thesierra-section-header .container {
    padding: 1rem;
    min-height: fit-content;
  }
  .thesierra-section-header .tsr-highlight {
    padding: 170px 0 110px;
  }
  .thesierra-section-header .tsr-highlight__title h1 {
    font-size: 42px;
    margin-bottom: 0.5rem;
  }
  .thesierra-section-header .tsr-highlight__desc {
    font-size: 13px;
  }
}
@media screen and (max-width: 576px) {
  .thesierra-section-header .tsr-highlight__title h1 {
    font-size: 28px;
  }
}

@media screen and (min-width: 768px) {
  .tsr-privilege-background {
    position: fixed;
    height: 100svh;
    width: 100svw;
    z-index: 0;
    top: 0;
    left: 0;
    overflow: hidden;
  }
  .tsr-privilege-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
}
.tsr-section-edge {
  height: 50vh;
}

.tsr-section-edge-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tsr-section-edge__title {
  font-family: Trirong;
  font-size: 160px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 96px */
  position: relative;
  background: linear-gradient(261.3deg, #ccae71 8.89%, #eecb85 55.79%, #aa905e 97.13%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tsr-section-edge__title:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  text-shadow: 1px 4px 5px 0px rgba(0, 0, 0, 0.2196078431);
}
@media screen and (max-width: 992px) {
  .tsr-section-edge__title {
    font-size: 80px;
  }
}
@media screen and (max-width: 767px) {
  .tsr-section-edge__title {
    font-size: 64px;
  }
}

.big_txt-parallaxContainer {
  min-height: 50vh;
}
@media screen and (max-width: 767px) {
  .big_txt-parallaxContainer {
    min-height: 50vh;
  }
}

.big_txt_row {
  width: 100%;
  overflow: visible;
}

.big_txt {
  width: 100%;
  font-family: var(--font-primary);
  line-height: 1.5;
  color: var(--dark-gold, #695c3e);
  text-align: center;
  font-family: Trirong;
  font-size: 120px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 144px */
  text-transform: uppercase;
}
.big_txt .head {
  display: flex;
  column-gap: 120px;
  width: 100%;
}
.big_txt .head .charChildren {
  position: relative;
}
.big_txt .head .charChildren::after {
  content: "";
  position: absolute;
  background: var(--dark-gold, #695c3e);
  top: 75%;
  transform: translateY(-50%);
  left: 150%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .big_txt {
    font-size: 40px;
    font-weight: 800;
  }
  .big_txt .head {
    column-gap: 3rem;
  }
  .big_txt .head .charChildren::after {
    width: 8px;
    height: 8px;
  }
}

.big_txt.u-text-display {
  padding-top: 4.25svh;
  padding-right: 1vw;
  font-size: 12.5dvw;
  line-height: 0.65em;
  overflow: clip;
}

.big_txt.u-text-display.is-scroll-txt {
  overflow: visible;
}

.tsr-scroll-slide {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: fixed;
  inset: 0 0 0 0;
  padding: 64px 150px 64px 150px;
  margin: auto;
  z-index: 2;
  flex-wrap: wrap;
}
.tsr-scroll-slide .tsr-heading-wrapper {
  padding-top: 118px;
  position: relative;
  overflow: visible;
}
.tsr-scroll-slide .tsr-heading-wrapper .tsr-scroll-slide__bgtext {
  position: absolute;
  top: 0%;
  left: -20%;
  width: 100%;
  height: 80%;
  object-fit: contain;
  opacity: 0.8;
  color: #ffffff;
  font-size: 500px;
}
.tsr-scroll-slide .tsr-heading-wrapper .tsr-scroll-slide__title {
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Trirong;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
}
.tsr-scroll-slide .tsr-heading-wrapper .tsr-scroll-slide__title.title-42 {
  font-size: 42px;
}
.tsr-scroll-slide .tsr-heading-wrapper .tsr-scroll-slide__subtitle * {
  position: relative;
  color: #ffd471;
  font-family: Trirong;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 8px;
  width: fit-content;
  text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.1), 1px 1px 0 rgba(0, 0, 0, 0.2), 3px 3px 3px rgba(0, 0, 0, 0.2), 5px 5px 10px rgba(0, 0, 0, 0.2), 10px 20px 20px rgba(0, 0, 0, 0.2);
}
.tsr-scroll-slide .tsr-heading-wrapper .tsr-scroll-slide__subtitle *::after {
  content: "";
  position: absolute;
  background: url("../img/pages/privilege/2024/tsr-heading-line.svg") no-repeat;
  top: 50%;
  transform: translateY(-50%);
  left: 102%;
  width: 100%;
  height: 3px;
  z-index: 2;
}
.tsr-scroll-slide .tsr-content-wrapper {
  position: relative;
  display: flex;
  align-items: end;
  z-index: 1;
  justify-content: flex-end;
  flex-direction: column;
  padding-bottom: 64px;
}
.tsr-scroll-slide .tsr-content-summary {
  padding-bottom: 0px;
}
.tsr-scroll-slide .tsr-content-summary p {
  color: var(--ivory-white, #fcfaef);
  text-align: right;
  font-family: Trirong;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5; /* 150% */
  text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.1), 1px 1px 0 rgba(0, 0, 0, 0.2), 3px 3px 3px rgba(0, 0, 0, 0.2), 5px 5px 10px rgba(0, 0, 0, 0.2), 10px 20px 20px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 992px) {
  .tsr-scroll-slide .tsr-content-summary {
    max-width: 40vw;
  }
}
@media screen and (max-width: 767px) {
  .tsr-scroll-slide .tsr-content-summary {
    max-width: 100vw;
  }
}
@media screen and (max-width: 767px) {
  .tsr-scroll-slide {
    position: relative;
    padding: 2rem 2rem;
    min-height: 550px;
    align-content: baseline;
    justify-content: flex-start;
  }
  .tsr-scroll-slide .tsr-heading-wrapper {
    padding-top: 0;
  }
  .tsr-scroll-slide .tsr-heading-wrapper .tsr-scroll-slide__title,
  .tsr-scroll-slide .tsr-heading-wrapper .tsr-scroll-slide__title.title-42 {
    font-size: 28px;
  }
  .tsr-scroll-slide .tsr-heading-wrapper .tsr-scroll-slide__subtitle * {
    letter-spacing: 4px;
    font-size: 10px;
  }
  .tsr-scroll-slide .tsr-heading-wrapper .tsr-scroll-slide__subtitle *::after {
    width: 100px;
  }
  .tsr-scroll-slide .tsr-content-wrapper {
    height: 40vh;
    align-items: center;
    justify-content: space-between;
    position: static;
    padding-bottom: 0;
  }
  .tsr-scroll-slide .tsr-content-button {
    position: absolute;
    bottom: 32px;
  }
  .tsr-scroll-slide .tsr-content-summary p {
    font-size: 14px;
    text-align: left;
  }
}
.tsr-scroll-slide .tsr-content-expand {
  position: absolute;
  top: 0;
  right: 0%;
  transform: translateX(100%);
  background-color: #fff;
  padding: 64px;
  height: 100%;
  max-height: 100%; /* Restrict height */
  overflow-y: auto; /* Enable vertical scrolling */
}

.tsr-slide-parallaxContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 0;
  clip-path: border-box;
}
@media screen and (max-width: 767px) {
  .tsr-slide-parallaxContainer {
    height: 650px;
    clip-path: none;
    z-index: auto;
  }
}

.tsr-accordion {
  font-size: 20px;
  color: #333333;
  line-height: 1.5;
  margin-bottom: 1rem;
  border-bottom: 1px solid #cdbd9d;
}
.tsr-accordion dt {
  font-weight: 400;
}
.tsr-accordion .text-condition {
  font-size: 16px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .tsr-accordion .text-condition {
    font-size: 14px;
  }
}
.tsr-accordion .tsr-accordion-header {
  font-weight: 600;
  margin-bottom: 8px;
  position: relative;
  cursor: pointer;
  border-radius: 8px;
  pointer-events: none;
}
.tsr-accordion .tsr-accordion-header::after {
  content: "";
  opacity: 0;
  position: absolute;
  right: 16px;
  top: 50%;
  translate: 0 -50%;
  background: url("../img/ui/icon-chevron.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 16px;
  transition: 0.35s cubic-bezier(0, 0, 0, 1);
  transform: scale(1, -1);
}
.tsr-accordion .tsr-accordion-content {
  overflow: hidden;
  transition: 0.35s cubic-bezier(0, 0, 0, 1);
  padding-bottom: 1rem;
}
.tsr-accordion .tsr-accordion-content p {
  margin-bottom: 0;
}
.tsr-accordion .tsr-accordion-content h1,
.tsr-accordion .tsr-accordion-content h2,
.tsr-accordion .tsr-accordion-content h3,
.tsr-accordion .tsr-accordion-content h4,
.tsr-accordion .tsr-accordion-content h5,
.tsr-accordion .tsr-accordion-content h6 {
  font-weight: 600;
}
.tsr-accordion.collapsed .tsr-accordion-header::after {
  transform: scale(1, 1);
}
.tsr-accordion.collapsed .tsr-accordion-content {
  max-height: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .tsr-accordion .tsr-accordion-header {
    font-size: 16px;
    background: #fcfaef;
    padding: 1rem;
    padding-right: 2.5rem;
    margin-bottom: 0;
    pointer-events: auto;
  }
  .tsr-accordion .tsr-accordion-header::before, .tsr-accordion .tsr-accordion-header::after {
    opacity: 1;
  }
  .tsr-accordion .tsr-accordion-content {
    font-size: 16px;
    background: #fffdf4;
    padding: 1rem;
  }
}

.tsr-content-detail {
  min-height: 100vh;
  max-width: 960px;
  color: #333333;
  z-index: 10;
  position: relative;
  margin-left: auto;
  margin-top: 0;
  overflow-y: scroll;
  height: auto;
  background: #fcfaef;
  transform: translateX(100%);
}
.tsr-content-detail .tsr-detail-wrapper {
  padding: 64px;
  padding-top: 138px;
  padding-right: 32px;
  width: 100%;
  height: 100vh;
  position: relative;
}
.tsr-content-detail .tsr-content-detail-close {
  position: absolute;
  top: 100px;
  right: 5%;
  width: 24px;
  height: 24px;
  cursor: pointer;
  content: "";
  background: url("../img/ui/icon-close.svg");
  border: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 992px) {
  .tsr-content-detail .tsr-content-detail-close {
    top: 24px;
    right: 24px;
  }
}
@media screen and (max-width: 767px) {
  .tsr-content-detail .tsr-content-detail-close {
    top: 24px;
    right: 24px;
  }
}
@media screen and (max-width: 1600px) {
  .tsr-content-detail {
    max-width: 720px;
  }
}
@media screen and (max-width: 1024px) {
  .tsr-content-detail {
    max-width: 50vw;
  }
}
@media screen and (max-width: 767px) {
  .tsr-content-detail.open-popup {
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(0%);
    max-width: 100vw;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
  }
  .tsr-content-detail .tsr-detail-wrapper {
    padding: 72px 1rem;
    background: #fcfaef;
    overflow-y: scroll;
    height: 90vh;
    border-top: solid 2px #d0c0a1;
    border-bottom: solid 2px #d0c0a1;
  }
}

.tsr-features .tsr-feature-card {
  justify-content: flex-start;
}

.thesierra-section-campaigns img {
  width: 100%;
  max-width: 510px;
}

/*# sourceMappingURL=privilege-2024.css.map */
</pre></body></html>