.We65Ea_container {
  background-color: var(--default-bg-color);
  color: var(--default-color);
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 100px;
  display: flex;
}

.We65Ea_inner {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.We65Ea_content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  min-height: 0;
  padding: 20px;
  display: flex;
}

.We65Ea_logo {
  object-fit: contain;
  width: 132px;
  height: auto;
}

@media (width <= 457px) {
  .We65Ea_container {
    padding: 20px;
  }
}

.h7lDVa_container {
  color: #1c1c1c;
  background-color: #f9f6f4;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.h7lDVa_content {
  width: 100%;
  min-height: 100vh;
  padding: 24px;
  display: block;
}

.h7lDVa_wrapper {
  display: contents;
}

._3S-0Xq_list {
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  display: flex;
}

._3S-0Xq_notice {
  margin: 24px 16px 32px;
}

h1 {
  padding-top: 24px;
  padding-bottom: 4px;
}

._3S-0Xq_subheader {
  text-align: center;
  padding-bottom: 24px;
  font-size: 16px;
}

@media (width <= 457px) {
  ._3S-0Xq_notice {
    background-color: var(--color-white);
    border-top: 1px solid #c4c4c4;
    margin: 16px 0 0;
    padding: 16px;
    position: sticky;
    bottom: 0;
    box-shadow: 0 -2px 2px #0000001a;
  }
}

.mqNl7a_card {
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  width: 316px;
  font-size: 14px;
  display: flex;
  overflow: hidden;
}

.mqNl7a_card img {
  object-fit: cover;
  width: 316px;
  height: 100%;
}

.mqNl7a_card .mqNl7a_body {
  padding: 8px;
}

.mqNl7a_card .mqNl7a_body h2 {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: bold;
}

.mqNl7a_card .mqNl7a_body p {
  color: #707070;
  margin-bottom: 8px;
  font-size: 12px;
}

.mqNl7a_card .mqNl7a_buttons {
  gap: 8px;
  display: flex;
}

.mqNl7a_card .mqNl7a_body button {
  font: var(--font-button);
  color: #1c1c1c;
  background-color: #fff;
  border: 1px solid #1c1c1c;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 32px;
  display: flex;
}

.mqNl7a_card .mqNl7a_body button.mqNl7a_following {
  color: #fff;
  background-color: #1c1c1c;
}

.mqNl7a_card .mqNl7a_body button img {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

.mqNl7a_slider {
  width: 316px;
  height: 120px;
  position: relative;
  overflow: hidden;
}

.mqNl7a_slides {
  width: 948px;
  height: 100%;
  display: flex;
}

.mqNl7a_card:hover .mqNl7a_slides {
  animation: 6s infinite mqNl7a_slideAnimation;
}

.mqNl7a_slide {
  width: 316px;
}

@keyframes mqNl7a_slideAnimation {
  0% {
    transform: translateX(0);
  }

  33.33% {
    transform: translateX(0);
  }

  40% {
    transform: translateX(-316px);
  }

  73.33% {
    transform: translateX(-316px);
  }

  80% {
    transform: translateX(-632px);
  }

  100% {
    transform: translateX(-632px);
  }
}

@media (width <= 457px) {
  .mqNl7a_slider.mqNl7a_active .mqNl7a_slides {
    animation: 6s infinite mqNl7a_slideAnimation;
  }
}

.IuKezq_heading {
  font: var(--font-heading);
  text-align: center;
}

.SkpM7W_progress {
  justify-content: center;
  align-items: center;
  display: flex;
}

.SkpM7W_progressCircle {
  background-color: #0000;
  border: 2px solid #303030;
  border-right-color: #ff8d6b;
  border-radius: 50%;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  animation: 1s linear infinite SkpM7W_animationProgressRotate;
  display: inline-block;
}

.SkpM7W_progressText {
  margin-left: 8px;
}

@keyframes SkpM7W_animationProgressRotate {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.H1VeGa_loading {
  cursor: progress !important;
}

.H1VeGa_block {
  width: 100%;
  display: block;
}

.H1VeGa_icon {
  font-size: 0;
  line-height: 1;
}

.H1VeGa_primary {
  font: var(--font-button);
  border-radius: var(--radius-big);
  background-color: var(--color-black);
  color: var(--color-white);
  transition: opacity var(--transition-default);
  padding: 12px 24px;
}

.H1VeGa_primary:hover {
  background-color: var(--color-black);
  color: var(--color-white);
  opacity: .8;
}

.JlMdXq_btnBack {
  font: var(--font-button-sm);
  word-wrap: break-word;
  text-transform: none;
  cursor: pointer;
  border: none;
  height: auto;
  display: inline-block;
}

.JlMdXq_btnBack_filled {
  color: #fff;
  background-color: #1c1c1c;
  border-radius: 30px;
  padding: 10px 30px;
  transition: background-color .3s;
}

.JlMdXq_btnBack_text {
  color: #1c1c1c;
  background-color: #0000;
  padding: 0;
}

.JlMdXq_btnBack_inversion {
  border: 1px solid var(--default-color);
  color: var(--default-color);
  background-color: #fff;
  border-radius: 30px;
  padding: 5px 8px;
}

.QaVPEq_icon {
  justify-content: center;
  align-items: center;
  padding: 2px;
  display: inline-flex;
}

.QaVPEq_iconInverse {
  transform: rotate(180deg);
}

.QaVPEq_iconSvg {
  width: 100%;
  height: 100%;
}

.QaVPEq_icon-16 {
  width: 16px;
  height: 16px;
}

.QaVPEq_icon-24 {
  width: 24px;
  height: 24px;
}

.QaVPEq_icon-32 {
  width: 32px;
  height: 32px;
}

._8YT7oW_notice {
  font: var(--font-body-13);
  text-align: center;
  color: var(--color-black);
  cursor: default;
}

.zo-QhW_overlay {
  z-index: 1;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
}

.zo-QhW_dialog {
  background-color: var(--color-white);
  border-radius: 12px;
  width: 100%;
  max-width: 360px;
  margin-left: 16px;
  margin-right: 16px;
  overflow: hidden;
}

.zo-QhW_dialogHeader {
  padding: 16px 16px 0;
  position: relative;
}

.zo-QhW_dialogBody {
  padding: 0 16px;
}

.zo-QhW_dialogFooter {
  padding: 0 16px 24px;
}

.zo-QhW_close {
  border-radius: var(--radius-small);
  color: var(--color-white);
  transition: opacity var(--transition-default);
  background-color: #1c1c1c40;
  border: none;
  padding: 3px;
  position: absolute;
  top: 16px;
  right: 16px;
}

.zo-QhW_close:hover {
  opacity: .8;
}

.zo-QhW_close:active {
  opacity: 1;
}

.zo-QhW_closeIcon {
  width: 18px;
  height: 18px;
}

.SyssMW_passions {
  text-align: center;
  background-color: var(--color-primary);
  margin: -16px -16px 0;
  padding: 20px 16px;
  font-size: 0;
  line-height: 1;
}

.SyssMW_passion {
  background-color: var(--color-black);
  color: var(--color-white);
  outline: 4px solid var(--color-primary);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  padding: 23px;
}

.SyssMW_passion:not(:first-child) {
  margin-left: -12px;
}

.SyssMW_heading {
  font: var(--font-heading-2);
  text-shadow: .2px 0;
  margin: 24px 0 0;
}

.SyssMW_text {
  font: var(--font-body);
  text-align: center;
  margin: 8px 0 24px;
}

.SyssMW_signUpWrapper {
  justify-content: center;
  margin-top: 16px;
  display: flex;
}

.SyssMW_signUpLink {
  font: var(--font-body);
  color: var(--color-black);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.SyssMW_signUpLink:hover {
  text-decoration: underline;
}

.nqWPPa_layout {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.nqWPPa_carousel {
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  scroll-behavior: smooth;
  will-change: scroll-position;
  flex-shrink: 0;
  width: 100%;
  max-width: 948px;
  display: flex;
  overflow-x: auto;
}

.nqWPPa_carousel::-webkit-scrollbar {
  display: none;
}

.nqWPPa_carouselInner {
  text-align: center;
  white-space: nowrap;
  width: 100%;
}

.nqWPPa_btn {
  color: var(--color-white);
  background-color: var(--color-black);
  z-index: 1;
  transition: background-color var(--transition-default), opacity var(--transition-default);
  border-radius: 50%;
  flex-shrink: 0;
  padding: 12px;
  font-size: 0;
  line-height: 1;
  box-shadow: 0 4px 6px -2px #0000000d, 0 10px 15px -3px #0000001a;
}

.nqWPPa_btnLeft {
  margin-right: -24px;
}

.nqWPPa_btnRight {
  margin-left: -24px;
}

.nqWPPa_btn:hover {
  background-color: var(--color-dark);
}

.nqWPPa_btn:active {
  background-color: var(--color-black);
}

.nqWPPa_btnHidden {
  opacity: 0;
}

@media (width <= 1043px) {
  .nqWPPa_carousel {
    max-width: 100%;
  }

  .nqWPPa_btnLeft {
    margin-right: -64px;
  }

  .nqWPPa_btnRight {
    margin-left: -64px;
  }

  .nqWPPa_btnNone {
    display: none;
  }
}

.waMbDW_item {
  scroll-snap-align: center;
  aspect-ratio: 1;
  vertical-align: middle;
  white-space: normal;
  text-align: left;
  border-radius: var(--radius-default);
  color: var(--color-white);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  flex: none;
  justify-content: flex-end;
  align-items: flex-start;
  width: 300px;
  padding: 12px;
  display: inline-flex;
  box-shadow: 0 1px 2px #0000000f, 0 1px 3px #0000001a;
}

.waMbDW_item + .waMbDW_item {
  margin-left: 24px;
}

.waMbDW_title {
  font: var(--font-body);
}

.waMbDW_text {
  font: var(--font-body);
  margin: 4px 0 0;
}

.waMbDW_link {
  border: 1px solid var(--color-white);
  font: var(--font-body-13-24);
  border-radius: var(--radius-big);
  color: var(--color-white);
  transition: background-color var(--transition-default);
  margin-top: 12px;
  padding: 3px 27px;
}

.waMbDW_link:hover {
  font: var(--font-body-13-24);
  color: var(--color-white);
  background-color: #ffffff1a;
}

@media (width <= 1043px) {
  .waMbDW_item:first-child {
    margin-left: 46px;
  }

  .waMbDW_item:last-child {
    margin-right: 46px;
  }
}

@media (width <= 392px) {
  .waMbDW_item {
    width: 76vw;
  }

  .waMbDW_item:first-child {
    margin-left: 10vw;
  }

  .waMbDW_item:last-child {
    margin-right: 10vw;
  }
}

.QZeiwq_item {
  scroll-snap-align: center;
  aspect-ratio: 1;
  vertical-align: middle;
  white-space: normal;
  text-align: left;
  border-radius: var(--radius-default);
  color: var(--color-white);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  flex: none;
  justify-content: flex-end;
  align-items: flex-start;
  width: 300px;
  padding: 16px;
  display: inline-flex;
  box-shadow: 0 1px 2px #0000000f, 0 1px 3px #0000001a;
}

.QZeiwq_item + .QZeiwq_item {
  margin-left: 24px;
}

.QZeiwq_title {
  font: var(--font-body);
  font-weight: 800;
}

.QZeiwq_text {
  font: var(--font-body);
  margin: 4px 0 0;
}

.QZeiwq_link {
  font: var(--font-body-13-24);
  color: var(--color-white);
  transition: border-bottom-color var(--transition-default);
  border-bottom: 1px solid #0000;
  align-items: center;
  gap: 4px;
  margin-top: 12px;
  text-decoration: none;
  display: flex;
}

.QZeiwq_link svg {
  width: 16px;
  height: 16px;
}

.QZeiwq_link:hover {
  border-bottom-color: var(--color-white);
}

@media (width <= 1043px) {
  .QZeiwq_item:first-child {
    margin-left: 46px;
  }

  .QZeiwq_item:last-child {
    margin-right: 46px;
  }
}

@media (width <= 392px) {
  .QZeiwq_item {
    width: 76vw;
  }

  .QZeiwq_item:first-child {
    margin-left: 10vw;
  }

  .QZeiwq_item:last-child {
    margin-right: 10vw;
  }
}

.kqoiFW_parentContent {
  flex: 1;
  width: 100%;
  max-width: 100%;
}

.kqoiFW_bubbles {
  background: #fff;
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 16px 0;
  display: flex;
  overflow: hidden;
}

.kqoiFW_banner {
  background-color: var(--marriot-orange);
  padding: 16px;
}

.kqoiFW_banner h1 {
  font: var(--font-heading-24-32);
  margin-bottom: 4px;
  padding: 0;
}

.kqoiFW_subheader {
  text-align: center;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
}

.kqoiFW_explore {
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background: #1c1c1c;
  border: 1px solid #1c1c1c;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: 32px;
  margin-top: 24px;
  margin-bottom: 8px;
  padding: 20px 16px;
  text-decoration: none;
  display: flex;
}

.kqoiFW_explore:disabled {
  opacity: .5;
}

.kqoiFW_notice {
  margin-left: 16px;
  margin-right: 16px;
}

.kqoiFW_motionLabel {
  margin-top: 6px;
  display: block;
}

.EitPSq_parentContent {
  flex: 1;
  width: 100%;
  max-width: 100%;
}

.EitPSq_bubbles {
  background: #fff;
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 16px 0;
  display: flex;
  overflow: hidden;
}

.EitPSq_banner {
  background-color: var(--marriot-orange);
  padding: 24px;
}

.EitPSq_banner h1 {
  padding-top: 0;
  padding-bottom: 4px;
}

.EitPSq_subheader {
  text-align: center;
  margin: 0;
  font-size: 16px;
}

.EitPSq_explore {
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background: #1c1c1c;
  border: 1px solid #1c1c1c;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: 32px;
  margin-top: 24px;
  margin-bottom: 8px;
  padding: 20px 16px;
  text-decoration: none;
  display: flex;
}

.EitPSq_explore:disabled {
  opacity: .5;
}

.EitPSq_notice {
  margin-left: 16px;
  margin-right: 16px;
}

.EitPSq_motionLabel {
  margin-top: 6px;
  display: block;
}

.J9R65G_parentContent {
  flex: 1;
  width: 100%;
  max-width: 100%;
}

.J9R65G_bubbles {
  background: #fff;
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 16px 0;
  display: flex;
  overflow: hidden;
}

.J9R65G_banner {
  background-color: var(--marriot-orange);
  padding: 16px;
}

.J9R65G_banner h1 {
  font: var(--font-heading-24-32);
  margin-bottom: 4px;
  padding: 0;
}

.J9R65G_subheader {
  text-align: center;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
}

.J9R65G_explore {
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background: #1c1c1c;
  border: 1px solid #1c1c1c;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: 32px;
  margin-top: 24px;
  margin-bottom: 8px;
  padding: 20px 16px;
  text-decoration: none;
  display: flex;
}

.J9R65G_explore:disabled {
  opacity: .5;
}

.J9R65G_notice {
  margin-left: 16px;
  margin-right: 16px;
}

.J9R65G_motionLabel {
  margin-top: 6px;
  display: block;
}

.nPCvEq_header {
  margin: 24px 16px;
  padding: 0;
}

.nPCvEq_headerShort {
  margin-left: 20px;
  margin-right: 20px;
}

.nPCvEq_header h1 {
  padding: 0;
}

.nPCvEq_subheader {
  text-align: center;
  margin: 0;
  font-size: 16px;
}

.nPCvEq_buttonContainer {
  background-color: var(--default-bg-color);
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin: 24px 16px 80px;
  display: flex;
}

.nPCvEq_explore {
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background: #1c1c1c;
  border: 1px solid #1c1c1c;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: 32px;
  padding: 20px 16px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  display: flex;
}

.nPCvEq_explore:disabled {
  opacity: .5;
}

.nPCvEq_cardGrid {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 752px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
}

.nPCvEq_cardGrid[data-mode="derived"] {
  max-width: 576px;
}

.nPCvEq_card {
  cursor: pointer;
  border-radius: 4px;
  flex-shrink: 0;
  width: 168px;
  height: 168px;
  position: relative;
  overflow: hidden;
}

.nPCvEq_card img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.nPCvEq_card:after {
  content: "";
  pointer-events: none;
  background: linear-gradient(#0000, #000) 0 100% / 100% 50% no-repeat;
  position: absolute;
  inset: 0;
}

.nPCvEq_cardContent {
  color: #fff;
  z-index: 1;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 8px;
  left: 8px;
}

.nPCvEq_cardIcon {
  fill: #fff;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.nPCvEq_cardText {
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
}

@media (width <= 457px) {
  .nPCvEq_buttonContainer {
    z-index: 1;
    background-color: var(--color-white);
    border-top: 1px solid #c4c4c4;
    margin: 16px 0 0;
    padding: 16px;
    position: sticky;
    bottom: 0;
    box-shadow: 0 -2px 2px #0000001a;
  }
}

.WVRzua_header {
  margin: 24px 16px;
}

.WVRzua_header h1 {
  padding: 0;
}

.WVRzua_subheader {
  text-align: center;
  margin: 0;
  font-size: 16px;
}

.WVRzua_imgContainer {
  justify-content: center;
  padding: 0 16px;
  display: flex;
}

.WVRzua_img {
  object-fit: cover;
  border-radius: 4px;
  width: 360px;
  height: 300px;
}

.WVRzua_buttonContainer {
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-top: 24px;
  margin-bottom: 64px;
  padding: 0 16px;
  display: flex;
}

.WVRzua_btnGroup {
  gap: 12px;
  width: 100%;
  max-width: 360px;
  display: flex;
}

.WVRzua_yesBtn, .WVRzua_noBtn {
  border-radius: var(--radius-big);
  font: var(--font-button);
  color: var(--color-white);
  background-color: var(--color-black);
  border: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px;
  display: flex;
}

.WVRzua_btnText {
  margin-left: 8px;
}

.WVRzua_btnOtherIcon {
  padding: 3px;
}

.WVRzua_noBtn {
  font: var(--font-body);
  color: var(--default-color);
  background: none;
  width: auto;
  padding: 0;
}

.WVRzua_explore:disabled {
  opacity: .5;
}

@media (width <= 457px) {
  .WVRzua_buttonContainer {
    margin-bottom: 24px;
  }
}

.SMN7qW_container {
  background-color: #0000001a;
  position: relative;
  overflow: hidden;
}

.SMN7qW_video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.video-js {
  width: 100%;
  height: 100%;
}

.video-js .vjs-tech {
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
}

.vjs-title-bar {
  display: none !important;
}

._4lrhVa_container {
  background-color: var(--color-dark);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
}

._4lrhVa_survey {
  text-align: center;
  flex: 1;
  margin-top: 32px;
}

._4lrhVa_notice {
  color: #c4c4c4;
  padding: 32px 16px;
}

._4lrhVa_surveyLogo {
  height: 32px;
}

._4lrhVa_surveyBox {
  aspect-ratio: 1 / 2;
  flex-direction: column;
  justify-content: flex-end;
  width: min(352px, 50vh);
  max-width: 352px;
  height: min(100vh, 704px);
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

@supports (height: 100dvh) {
  ._4lrhVa_surveyBox {
    width: min(352px, 50dvh);
    height: min(100dvh, 704px);
  }
}

._4lrhVa_surveyVideo {
  border-radius: var(--radius-default);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

._4lrhVa_surveyInfo {
  border-radius: var(--radius-default);
  background: linear-gradient(#0000 0%, #00000073 25%, #000000bf 100%);
  padding: 0 24px 24px;
  position: relative;
}

._4lrhVa_surveyText {
  font: var(--font-body);
  color: #fff;
}

._4lrhVa_surveyPassion {
  font: var(--font-body);
  color: #fff;
  font-size: 22px;
  line-height: 40px;
}

._4lrhVa_surveyBtn {
  font: var(--font-button);
  color: #1c1c1c;
  background-color: #fff;
  border: none;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

@media (width <= 393px) {
  ._4lrhVa_container {
    background-color: #1c1c1c;
    justify-content: flex-start;
  }

  ._4lrhVa_surveyVideo, ._4lrhVa_surveyInfo {
    border-radius: 0;
  }

  ._4lrhVa_survey {
    width: 100%;
    margin-top: 0;
    position: relative;
  }

  ._4lrhVa_notice {
    background-color: var(--color-dark);
    padding-top: 24px;
    padding-bottom: 24px;
  }

  ._4lrhVa_surveyBox {
    width: min(100%, 50vh);
    max-width: 100%;
    height: min(100vh, 200%);
    margin-top: 0;
  }

  @supports (height: 100dvh) {
    ._4lrhVa_surveyBox {
      width: min(100%, 50dvh);
      height: min(100dvh, 200%);
    }
  }

  ._4lrhVa_surveyLogoWrapper {
    z-index: 1;
    background: linear-gradient(#000000bf 0%, #0000 100%);
    width: 100%;
    padding-top: 64px;
    padding-bottom: 16px;
    position: absolute;
  }
}

.aykEKa_container {
  background-color: var(--color-dark);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
}

.aykEKa_survey {
  text-align: center;
  flex: 1;
  margin-top: 32px;
}

.aykEKa_notice {
  color: #c4c4c4;
  padding: 32px 16px;
}

.aykEKa_surveyLogo {
  height: 32px;
}

.aykEKa_surveyBox {
  aspect-ratio: .5;
  flex-direction: column;
  justify-content: flex-end;
  width: 352px;
  margin-top: 32px;
  display: flex;
  position: relative;
}

.aykEKa_surveyVideo {
  border-radius: var(--radius-default);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.aykEKa_surveyInfo {
  border-radius: var(--radius-default);
  background: linear-gradient(#0000 0%, #00000073 25%, #000000bf 100%);
  padding: 0 16px 24px;
  position: relative;
}

.aykEKa_surveyIcon {
  color: #1c1c1c;
  background-color: #ff8d6b;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  padding: 8px;
  display: inline-flex;
}

.aykEKa_surveyText {
  font: var(--font-body);
  color: #fff;
  margin-top: 12px;
  font-weight: 600;
}

.aykEKa_surveyPassion {
  font: var(--font-body);
  color: #fff;
  font-size: 30px;
  line-height: 40px;
}

.aykEKa_surveyBtnGroup {
  gap: 16px;
  margin-top: 24px;
  display: flex;
}

.aykEKa_surveyBtn {
  font: var(--font-button);
  color: #1c1c1c;
  background-color: #fff;
  border: none;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.aykEKa_surveyBtnYes {
  color: #fff;
  background-color: #477d00;
}

.aykEKa_surveyBtnNo {
  color: #fff;
  background-color: #d0021b;
}

.aykEKa_surveyBtnIcon {
  width: 24px;
  height: 24px;
  margin-left: 4px;
}

.aykEKa_surveySkip {
  font: var(--font-button);
  color: #fff;
  cursor: pointer;
  background-color: #0000;
  border: none;
  margin-top: 16px;
  padding: 4px;
  display: inline-flex;
}

.aykEKa_surveySkipIcon {
  margin-left: 8px;
}

@media (width <= 393px) {
  .aykEKa_container {
    background-color: #1c1c1c;
    justify-content: flex-start;
  }

  .aykEKa_surveyVideo, .aykEKa_surveyInfo {
    border-radius: 0;
  }

  .aykEKa_survey {
    width: 100%;
    margin-top: 0;
    position: relative;
  }

  .aykEKa_notice {
    background-color: var(--color-dark);
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .aykEKa_surveyBox {
    width: 100%;
    margin-top: 0;
  }

  .aykEKa_surveyLogoWrapper {
    z-index: 1;
    background: linear-gradient(#000000bf 0%, #0000 100%);
    width: 100%;
    padding-top: 64px;
    padding-bottom: 16px;
    position: absolute;
  }
}

.eIZ6ra_buttonContainer {
  background-color: var(--default-bg-color);
  flex-direction: column;
  align-items: center;
  gap: 16px;
  max-width: 394px;
  margin: 16px auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.eIZ6ra_explore {
  border: none;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
}

.eIZ6ra_explore:disabled {
  opacity: .5;
}

.eIZ6ra_cardGrid {
  will-change: contents;
  backface-visibility: hidden;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  max-width: 394px;
  min-height: 200px;
  margin: 0 auto;
  padding: 24px;
  display: flex;
  position: relative;
  transform: translateZ(0);
}

.eIZ6ra_card {
  cursor: pointer;
  touch-action: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transform: translate3d(var(--translate-x, 0), var(--translate-y, 0), 0) scale(var(--scale, 1));
  will-change: transform;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  flex-shrink: 0;
  width: 168px;
  height: 168px;
  transition: transform .15s cubic-bezier(.25, 1, .5, 1), border-radius .3s;
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  box-shadow: 0 4px 12px #0000001a;
}

.eIZ6ra_shapeRound {
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

.eIZ6ra_shapeHorizontalOvalThin {
  border-radius: 50% / 20%;
}

.eIZ6ra_shapeHorizontalOvalThick {
  border-radius: 50px;
  width: 160px;
  height: 80px;
}

.eIZ6ra_shapeVerticalOvalThick {
  border-radius: 75px;
  width: 120px;
  height: 200px;
}

.eIZ6ra_shapeRoundedRect {
  border-top-right-radius: 55px;
  border-bottom-left-radius: 55px;
  width: 160px;
  height: 100px;
}

.eIZ6ra_shapeRoundedRectOpposite {
  border-top-left-radius: 55px;
  border-bottom-right-radius: 55px;
  width: 100px;
  height: 160px;
}

.eIZ6ra_card:hover:not(.eIZ6ra_dockedCard) {
  transform: translate3d(var(--translate-x, 0), var(--translate-y, 0), 0) scale(1.05);
  z-index: 10;
  box-shadow: 0 8px 20px #00000026;
}

.eIZ6ra_dockedCard {
  border-radius: 8px;
  width: 56px;
  height: 56px;
  margin: 0 4px;
  position: relative;
  overflow: visible;
}

.eIZ6ra_removeButton {
  cursor: pointer;
  z-index: 20;
  color: #fff;
  pointer-events: auto;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-size: 12px;
  font-weight: bold;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: -6px;
  left: -6px;
  box-shadow: 0 1px 3px #0003;
}

.eIZ6ra_removeButton:hover {
  background-color: #333;
  transform: scale(1.1);
}

.eIZ6ra_draggingCard {
  pointer-events: none;
  cursor: grabbing;
  box-shadow: 0 5px 15px #0003;
  z-index: 999 !important;
  border-radius: inherit !important;
  clip-path: inherit !important;
}

.eIZ6ra_card[data-dragging="true"] {
  --scale: 1.03;
  z-index: 999;
  cursor: grabbing;
  box-shadow: 0 5px 15px #0000001a;
  border-radius: inherit !important;
  clip-path: inherit !important;
}

.dnd-kit-drag-overlay {
  z-index: 9999 !important;
}

.dnd-kit-drag-overlay > div, .dnd-kit-drag-overlay .card {
  border-radius: inherit !important;
  overflow: hidden !important;
  transform: none !important;
}

.dnd-kit-drag-overlay img {
  border-radius: inherit !important;
  clip-path: inherit !important;
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
}

.eIZ6ra_card img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: translateZ(0);
  border-radius: inherit !important;
  clip-path: inherit !important;
}

.eIZ6ra_card:after {
  content: "";
  pointer-events: none;
  border-radius: inherit;
  clip-path: inherit;
  position: absolute;
  inset: 0;
}

.eIZ6ra_cardContent {
  color: #fff;
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 80%;
  display: flex;
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
}

.eIZ6ra_shapeTriangle .eIZ6ra_cardContent {
  bottom: 20px;
}

.eIZ6ra_shapeTrapezoid .eIZ6ra_cardContent {
  bottom: 16px;
}

.eIZ6ra_shapeParallelogram .eIZ6ra_cardContent {
  transform: translateX(-40%);
}

.eIZ6ra_cardIcon {
  fill: #fff;
  width: 24px;
  height: 24px;
  margin-bottom: 4px;
}

.eIZ6ra_cardText {
  white-space: nowrap;
  text-shadow: 0 1px 2px #00000080;
  font-size: 14px;
  font-weight: bold;
}

.eIZ6ra_cardLabel {
  color: #fff;
  white-space: nowrap;
  text-align: center;
  pointer-events: none;
  z-index: 2;
  background-color: #000000b3;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.eIZ6ra_cardLabelOverlay {
  pointer-events: none;
  z-index: 2;
  background-color: #0009;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.eIZ6ra_cardLabelText {
  color: #fff;
  text-align: center;
  padding: 8px;
  font-size: 16px;
  font-weight: 500;
}

.eIZ6ra_cardLabelHover {
  text-align: center;
  color: #fff;
  opacity: 0;
  transition: opacity var(--transition-default);
  background-color: #0000004d;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.eIZ6ra_cardLabelHover:hover {
  opacity: 1;
}

.eIZ6ra_favoriteArea {
  flex-direction: column;
  max-width: 394px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.eIZ6ra_imageDock {
  will-change: contents;
  background-color: #00000008;
  border: 1px solid #0003;
  border-radius: 8px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  min-height: 100px;
  margin-top: 8px;
  padding: 8px 16px;
  display: flex;
  position: relative;
  overflow-x: auto;
  transform: translateZ(0);
}

.eIZ6ra_imageDock:before {
  content: attr(data-empty-text);
  color: #0000004d;
  font: var(--font-body-14);
  pointer-events: none;
  opacity: 0;
  transition: opacity .2s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.eIZ6ra_imageDock:empty:before {
  opacity: 1;
  content: "Drag and drop your favorites here";
  color: var(--color-black);
  text-align: center;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.eIZ6ra_favoritesLabel {
  font: var(--font-body);
  color: #1c1c1c;
  align-items: center;
  gap: 4px;
  display: flex;
}

.eIZ6ra_banner {
  background-color: var(--marriot-orange);
  padding: 16px;
}

.eIZ6ra_banner h1 {
  font: var(--font-heading-24-32);
  margin-bottom: 4px;
  padding: 0;
}

.eIZ6ra_subheader {
  font: var(--font-body-16-20);
  text-align: center;
  margin: 0;
}

.eIZ6ra_preferencesNotice {
  margin: 16px;
}

@media (width <= 457px) {
  .eIZ6ra_favoriteArea {
    z-index: 1;
    background-color: var(--color-white);
    border-top: 1px solid #c4c4c4;
    max-width: 100%;
    padding-top: 4px;
    position: sticky;
    bottom: 80px;
    box-shadow: 0 -2px 2px #0000001a;
  }

  .eIZ6ra_imageDock {
    min-height: 60px;
  }

  .eIZ6ra_preferencesNotice {
    background-color: var(--color-white);
    margin: 0;
    padding: 0 16px 16px;
  }

  .eIZ6ra_buttonContainer {
    z-index: 1;
    background-color: var(--color-white);
    max-width: 100%;
    margin: 0;
    padding: 16px;
    position: sticky;
    bottom: 0;
  }

  .eIZ6ra_banner {
    padding: 12px 16px;
  }

  .eIZ6ra_shapeHorizontalOvalThick {
    aspect-ratio: 2;
    width: auto;
    height: 15vmin;
  }

  .eIZ6ra_shapeVerticalOvalThick {
    aspect-ratio: 84 / 140;
    width: auto;
    height: 30vmin;
  }

  .eIZ6ra_shapeRoundedRect {
    aspect-ratio: 112 / 70;
    width: auto;
    height: 15vmin;
  }

  .eIZ6ra_shapeRoundedRectOpposite {
    aspect-ratio: 70 / 112;
    width: auto;
    height: 30vmin;
  }

  .eIZ6ra_shapeRound {
    aspect-ratio: 1;
    width: auto;
    height: 20vmin;
  }
}

.LqqT-G_parentContent {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  flex-direction: column;
  min-height: calc(100vh - 160px);
  padding: 0;
  display: flex;
  overflow-y: auto;
}

.LqqT-G_banner {
  text-align: center;
  color: #fff;
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  padding: 48px 20px 32px;
  position: relative;
  box-shadow: 0 4px 12px #0000001a;
}

.LqqT-G_banner:after {
  content: "";
  background: linear-gradient(90deg, #d4af37 0%, #f4e5b1 50%, #d4af37 100%);
  border-radius: 2px;
  width: 80px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.LqqT-G_container {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  display: flex;
}

.LqqT-G_category {
  background: #fff;
  border-radius: 16px;
  margin-bottom: 56px;
  padding: 32px 24px;
  transition: transform .3s, box-shadow .3s;
  box-shadow: 0 2px 16px #00000014;
}

.LqqT-G_category:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 24px #0000001f;
}

.LqqT-G_categoryTitle {
  text-align: center;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 28px;
  padding-bottom: 16px;
  font-family: Avenir Next, sans-serif;
  font-size: 28px;
  font-weight: 700;
  position: relative;
}

.LqqT-G_categoryTitle:after {
  content: "";
  background: linear-gradient(90deg, #d4af37 0%, #f4e5b1 50%, #d4af37 100%);
  border-radius: 2px;
  width: 60px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.LqqT-G_chipsContainer {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 14px;
  display: flex;
}

.LqqT-G_chip {
  cursor: pointer;
  white-space: nowrap;
  background: linear-gradient(135deg, #fff 0%, #f9fafb 100%);
  border: 2px solid #d1d5db;
  border-radius: 50px;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  font-family: Avenir Next, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 3px #0000000d;
}

.LqqT-G_chip:before {
  content: "";
  background: #d4af371a;
  border-radius: 50%;
  width: 0;
  height: 0;
  transition: width .6s, height .6s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.LqqT-G_chip:hover:before {
  width: 300px;
  height: 300px;
}

.LqqT-G_chip:hover {
  border-color: #d4af37;
  transform: translateY(-2px)scale(1.05);
  box-shadow: 0 4px 12px #00000026;
}

.LqqT-G_chip:active {
  transform: translateY(0)scale(1.02);
}

.LqqT-G_chipSelected {
  background: linear-gradient(135deg, #e8f4f8 0%, #d1e7f0 100%);
  border-color: #06c;
  box-shadow: 0 2px 8px #06c3;
}

.LqqT-G_chipSelected:hover {
  border-color: #0052a3;
}

.LqqT-G_chipLoved {
  color: #fff;
  background: linear-gradient(135deg, #06c 0%, #0052a3 100%);
  border-color: #06c;
  box-shadow: 0 4px 16px #0066cc4d;
}

.LqqT-G_chipLoved:hover {
  background: linear-gradient(135deg, #0052a3 0%, #004080 100%);
  box-shadow: 0 6px 20px #06c6;
}

.LqqT-G_chipLoved .LqqT-G_chipIcon {
  filter: brightness(0) invert();
}

.LqqT-G_chipText {
  z-index: 1;
  font-size: 16px;
  position: relative;
}

.LqqT-G_chipIcon {
  z-index: 1;
  font-size: 22px;
  transition: transform .3s;
  position: relative;
}

.LqqT-G_chip:hover .LqqT-G_chipIcon {
  transform: scale(1.2)rotate(5deg);
}

.LqqT-G_submitButton {
  color: #fff;
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  border: none;
  border-radius: 50px;
  min-width: 240px;
  margin-top: 40px;
  margin-bottom: 16px;
  padding: 16px 48px;
  font-size: 18px;
  font-weight: 700;
  transition: all .3s;
  box-shadow: 0 4px 16px #0003;
}

.LqqT-G_submitButton:hover:not(:disabled) {
  background: linear-gradient(135deg, #2d2d2d 0%, #1a1a1a 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 24px #0000004d;
}

.LqqT-G_submitButton:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.LqqT-G_notice {
  margin-top: 12px;
}

.LqqT-G_customPreferencesSection {
  background: #fff;
  border-radius: 16px;
  width: 100%;
  max-width: 800px;
  margin: 24px auto 16px;
  padding: 32px 24px;
  transition: transform .3s, box-shadow .3s;
  box-shadow: 0 2px 16px #00000014;
}

.LqqT-G_customPreferencesSection:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 24px #0000001f;
}

.LqqT-G_customPreferencesDescription {
  color: #4b5563;
  text-align: center;
  margin-bottom: 20px;
  font-family: Avenir Next, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.LqqT-G_customPreferencesInput {
  color: #1a1a1a;
  resize: vertical;
  background: linear-gradient(135deg, #fff 0%, #f9fafb 100%);
  border: 2px solid #d1d5db;
  border-radius: 12px;
  width: 100%;
  padding: 16px 20px;
  font-family: Avenir Next, sans-serif;
  font-size: 16px;
  transition: all .3s;
  box-shadow: 0 1px 3px #0000000d;
}

.LqqT-G_customPreferencesInput:focus {
  background: #fff;
  border-color: #d4af37;
  outline: none;
  box-shadow: 0 0 0 3px #d4af371a, 0 2px 8px #0000001a;
}

.LqqT-G_customPreferencesInput::-moz-placeholder {
  color: #9ca3af;
  font-style: italic;
}

.LqqT-G_customPreferencesInput::placeholder {
  color: #9ca3af;
  font-style: italic;
}

.LqqT-G_characterCount {
  color: #6b7280;
  text-align: right;
  margin-top: 8px;
  font-family: Avenir Next, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.LqqT-G_consentContainer {
  background: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 600px;
  margin-bottom: 24px;
  padding: 20px 24px;
  transition: box-shadow .3s;
  box-shadow: 0 2px 12px #00000014;
}

.LqqT-G_consentContainer:hover {
  box-shadow: 0 4px 16px #0000001f;
}

.LqqT-G_consentLabel {
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: flex-start;
  gap: 12px;
  display: flex;
}

.LqqT-G_consentCheckbox {
  cursor: pointer;
  accent-color: #d4af37;
  border: 2px solid #d1d5db;
  border-radius: 4px;
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-top: 2px;
}

.LqqT-G_consentCheckbox:focus {
  outline-offset: 2px;
  outline: 2px solid #d4af37;
}

.LqqT-G_consentText {
  color: #374151;
  font-family: Avenir Next, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

.LqqT-G_consentText strong {
  color: #1a1a1a;
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 700;
  display: block;
}

@media (width <= 768px) {
  .LqqT-G_banner {
    padding: 32px 20px 24px;
  }

  .LqqT-G_container {
    padding: 24px 16px;
  }

  .LqqT-G_category {
    border-radius: 12px;
    margin-bottom: 32px;
    padding: 24px 16px;
  }

  .LqqT-G_categoryTitle {
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-size: 22px;
  }

  .LqqT-G_chipsContainer {
    gap: 10px;
  }

  .LqqT-G_chip {
    padding: 12px 20px;
    font-size: 15px;
  }

  .LqqT-G_chipText {
    font-size: 15px;
  }

  .LqqT-G_chipIcon {
    font-size: 20px;
  }

  .LqqT-G_submitButton {
    min-width: 200px;
    padding: 14px 36px;
    font-size: 16px;
  }

  .LqqT-G_customPreferencesSection {
    border-radius: 12px;
    padding: 24px 16px;
  }

  .LqqT-G_customPreferencesDescription {
    margin-bottom: 16px;
    font-size: 15px;
  }

  .LqqT-G_customPreferencesInput {
    padding: 14px 16px;
    font-size: 15px;
  }

  .LqqT-G_characterCount {
    font-size: 12px;
  }

  .LqqT-G_consentContainer {
    margin-bottom: 20px;
    padding: 16px 20px;
  }

  .LqqT-G_consentLabel {
    gap: 10px;
  }

  .LqqT-G_consentCheckbox {
    width: 18px;
    min-width: 18px;
    height: 18px;
  }

  .LqqT-G_consentText {
    font-size: 13px;
  }

  .LqqT-G_consentText strong {
    font-size: 14px;
  }
}

.EMIJ_a_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.EMIJ_a_banner {
  margin-top: 16px;
}

.EMIJ_a_header {
  --overlap-margin: -20px;
  background-color: var(--marriot-orange);
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: flex;
  overflow-x: hidden;
}

.EMIJ_a_header .EMIJ_a_icon {
  background: var(--default-color);
  color: #fff;
  border: 4px solid var(--marriot-orange);
  margin-left: var(--overlap-margin);
  border-radius: 50%;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.EMIJ_a_icon.EMIJ_a_love {
  padding: 27px;
}

.EMIJ_a_icon.EMIJ_a_like {
  padding: 20px;
}

.EMIJ_a_icon:first-child {
  margin-left: 0;
}

.EMIJ_a_icon:last-child {
  margin-right: 0;
}

.EMIJ_a_love img {
  width: 56px;
  height: 56px;
}

.EMIJ_a_like img {
  width: 40px;
  height: 40px;
}

@media (width <= 600px) {
  [data-passions="5"], [data-passions="6"], [data-passions="7"] {
    --overlap-margin: -30px;
  }
}

.oxqRrq_box {
  font: var(--font-body);
  text-align: center;
  background-color: var(--color-black);
  color: var(--color-white);
  border-radius: 4px;
  max-width: 360px;
  margin: 0 16px 16px;
  padding: 16px;
}

.oxqRrq_btn {
  font: var(--font-button);
  border-radius: var(--radius-big);
  background-color: var(--color-white);
  color: var(--color-black);
  margin-top: 16px;
  padding: 12px 0;
  display: block;
}

.L-SBcG_link {
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 2px #0000000f, 0 1px 3px #0000001a;
}

.L-SBcG_link:hover {
  text-decoration: none;
}

.L-SBcG_card {
  color: var(--default-color);
  background: #fff;
  border-radius: 4px;
  grid-template-columns: 80px 1fr;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 8px;
  text-decoration: none;
  display: grid;
}

.L-SBcG_card a {
  text-decoration: none;
}

.L-SBcG_card .L-SBcG_img {
  object-fit: cover;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.L-SBcG_content {
  flex-direction: column;
  align-self: flex-start;
  gap: 4px;
  display: flex;
}

.L-SBcG_content p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.L-SBcG_title {
  align-items: center;
  gap: 4px;
  height: 44px;
  display: flex;
}

.L-SBcG_title h2 {
  color: var(--default-color);
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

@media (width >= 768px) {
  .L-SBcG_link {
    grid-column: span 2;
  }

  .L-SBcG_link:last-child:nth-child(odd) {
    grid-column: 2 / span 2;
  }
}

._12-I3G_list {
  grid-template-columns: 1fr;
  justify-content: center;
  gap: 8px;
  width: 100%;
  max-width: 738px;
  padding: 16px 16px 8px;
  display: grid;
}

@media (width >= 768px) {
  ._12-I3G_list {
    grid-template-columns: repeat(4, 1fr);
  }
}

.IwF3eq_wrapper {
  justify-content: center;
  display: flex;
}

.IwF3eq_banner {
  border-radius: var(--radius-small);
  font: var(--font-body-14);
  color: var(--color-white);
  background-color: var(--color-success);
  cursor: default;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 360px;
  margin-top: 16px;
  margin-left: 16px;
  margin-right: 16px;
  padding: 12px;
  display: flex;
  box-shadow: 0 1px 2px #0000000f, 0 1px 3px #0000001a;
}

.GpsQUq_parentContent {
  flex: 1;
  width: 100%;
  max-width: 100%;
}

.GpsQUq_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.GpsQUq_heading {
  margin-top: 16px;
  padding: 0;
}

.GpsQUq_subheader {
  text-align: center;
  margin: 0;
  font-size: 16px;
}

.GpsQUq_back.GpsQUq_back {
  align-items: center;
  gap: 4px;
  margin: 12px 16px 0;
  padding: 5px 11px;
  display: inline-flex;
}

.GpsQUq_backIcon {
  transform: rotateX(180deg)rotateY(180deg);
}

.GpsQUq_carousel {
  margin-top: 24px;
  margin-bottom: 24px;
}

.Pi4DsG_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.Pi4DsG_banner {
  background-color: var(--marriot-orange);
  margin-top: 16px;
  padding: 16px 0;
}

.Pi4DsG_banner h2 {
  font-size: 18px;
  font-weight: 800;
}

.Pi4DsG_header {
  --overlap-margin: -20px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow-x: hidden;
}

.Pi4DsG_header .Pi4DsG_icon {
  background: var(--default-color);
  color: #fff;
  border: 4px solid var(--marriot-orange);
  margin-left: var(--overlap-margin);
  border-radius: 50%;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.Pi4DsG_icon.Pi4DsG_love {
  padding: 27px;
}

.Pi4DsG_icon.Pi4DsG_like {
  padding: 20px;
}

.Pi4DsG_icon:first-child {
  margin-left: 0;
}

.Pi4DsG_icon:last-child {
  margin-right: 0;
}

.Pi4DsG_love svg {
  width: 56px;
  height: 56px;
}

.Pi4DsG_like svg {
  width: 40px;
  height: 40px;
}

@media (width <= 600px) {
  [data-passions="5"], [data-passions="6"], [data-passions="7"] {
    --overlap-margin: -30px;
  }
}

.ZP-Q_a_box {
  font: var(--font-body);
  background-color: var(--color-white);
  color: var(--color-black);
  border-radius: 4px;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 8px;
  display: flex;
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.ZP-Q_a_btn {
  font: var(--font-button);
  border-radius: var(--radius-big);
  background-color: var(--color-white);
  color: var(--color-black);
  padding: 0;
  font-weight: 800;
  text-decoration: none;
  display: block;
}

.ZP-Q_a_btn svg {
  width: 16px;
  height: 16px;
}

.ZP-Q_a_logo {
  background-color: var(--color-black);
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.ZP-Q_a_logo img {
  width: 60px;
}

.v6Dx5W_exploreBack {
  align-items: center;
  gap: 4px;
  margin: 12px 16px 0;
  padding: 5px 11px;
  display: inline-flex;
}

.v6Dx5W_backIcon {
  transform: rotateX(180deg)rotateY(180deg);
}

.v6Dx5W_carouselWrapper {
  width: 100%;
  max-width: 1004px;
  margin: 32px auto 0;
}

.v6Dx5W_carouselHeader {
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-bottom: 16px;
  font-size: 24px;
  display: flex;
}

.v6Dx5W_carouselHeader svg {
  width: 24px;
  height: 24px;
}

.v6Dx5W_exploreUpdateProfile {
  justify-content: center;
  width: 100%;
  max-width: 948px;
  margin: 30px auto 40px;
  display: flex;
}

@media (width <= 768px) {
  .v6Dx5W_carouseHeader {
    justify-content: start;
  }
}

.AYJvFq_container {
  flex: 1;
  place-items: center;
  width: 100%;
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
  display: grid;
}

.AYJvFq_box {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.AYJvFq_logo {
  width: 100px;
}

.AYJvFq_heading {
  cursor: default;
  margin: 24px 0 0;
  padding: 0;
}

.AYJvFq_subheader {
  cursor: default;
  margin: 8px 0 0;
}

.AYJvFq_btn {
  border-radius: var(--radius-big);
  font: var(--font-button);
  background-color: var(--color-black);
  color: var(--color-white);
  margin-top: 24px;
  padding: 12px 24px;
  text-decoration: none;
  transition: opacity .3s;
}

.AYJvFq_btn:hover {
  background-color: var(--color-black);
  color: var(--color-white);
  opacity: .8;
}

._9sG2RG_guestPicker {
  border-radius: var(--radius-default);
  color: var(--color-black);
  background-color: #fff;
  width: 340px;
  padding: 8px 16px 16px;
  position: absolute;
  top: 110%;
  right: 0;
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

._9sG2RG_row {
  justify-content: space-between;
  padding: 8px 0;
  display: flex;
}

._9sG2RG_row:first-child, ._9sG2RG_row:nth-child(2) {
  border-bottom: 1px solid #eee;
}

._9sG2RG_title {
  font: var(--font-body-14);
  margin: 0;
}

._9sG2RG_subtitle {
  font: normal 400 12px / 18px var(--font-family-default);
  color: #707070;
  margin: 0;
}

._9sG2RG_actions {
  gap: 12px;
  display: flex;
}

._9sG2RG_value {
  font: var(--font-heading-2);
  text-align: center;
  min-width: 60px;
}

._9sG2RG_btn {
  background-color: #0000;
  border: 1px solid #c4c4c4;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

._9sG2RG_reset {
  text-align: right;
  border-top: 1px solid #eee;
  padding-top: 16px;
}

._9sG2RG_resetBtn {
  font: normal 400 12px / 18px var(--font-family-default);
  color: var(--color-black);
  box-shadow: none;
  background-color: #0000;
  border: none;
  text-decoration: underline;
  display: inline-block;
}

@media screen and (width <= 800px) {
  ._9sG2RG_guestPicker {
    width: 100%;
  }
}

.LdW4ZW_fieldTrigger {
  text-align: left;
  color: var(--color-black);
  background-color: #0000;
  border: none;
  outline: none;
  width: 100%;
  padding: 8px 0;
  font-family: Swiss, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.LdW4ZW_rangeDialog {
  background-color: var(--color-white);
  min-width: 100%;
  padding: 16px;
  position: absolute;
}

.LdW4ZW_monthButton {
  background-color: #0000;
  border: none;
  outline: none;
}

.LdW4ZW_monthHeading {
  font-size: 18px;
}

.LdW4ZW_monthButton:hover, .LdW4ZW_monthButton:focus {
  color: var(--color-dark-70);
}

.LdW4ZW_rangeDialogHeader {
  color: var(--color-black);
  justify-content: space-between;
  font-family: Swiss, Arial, sans-serif;
  display: flex;
}

.LdW4ZW_calendarGrid {
  margin: 0 auto;
}

.LdW4ZW_calendarGrid td:focus-visible {
  border: none;
  outline: none;
}

.LdW4ZW_gridHeaderCell {
  text-align: center;
  vertical-align: middle;
  color: var(--color-black);
  width: 40px;
  height: 40px;
}

.LdW4ZW_gridCell {
  color: var(--color-black);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.LdW4ZW_gridCell:hover, .LdW4ZW_gridCell:focus, .LdW4ZW_gridCell:focus-visible {
  background-color: var(--color-light);
  outline: none;
}

.LdW4ZW_gridCell[aria-disabled="true"] {
  cursor: not-allowed;
  color: var(--color-dark-40);
}

.LdW4ZW_gridCell[aria-disabled="true"]:hover, .LdW4ZW_gridCell[aria-disabled="true"]:focus, .LdW4ZW_gridCell[aria-disabled="true"]:focus-visible {
  background-color: #0000;
}

.LdW4ZW_gridCell[data-outside-month] {
  display: none;
}

.LdW4ZW_gridCell[data-selected] {
  background-color: var(--color-black);
  color: var(--color-white);
  border-radius: 0;
}

.LdW4ZW_gridCell[data-selection-start] {
  border-radius: 40px 0 0 40px;
}

.LdW4ZW_gridCell[data-selection-end] {
  border-radius: 0 40px 40px 0;
}

.LdW4ZW_gridCell[data-selection-start][data-selection-end] {
  border-radius: 40px;
}

.LdW4ZW_gridCell > div {
  align-items: center;
  display: flex;
}

@media (width <= 800px) {
  .LdW4ZW_fieldTrigger {
    color: var(--color-white);
  }

  .LdW4ZW_rangePopover {
    top: 0;
  }

  .LdW4ZW_rangeDialog {
    z-index: 9999;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

._6mwoya_searchContainer {
  z-index: 1;
  background-color: #ffffffe5;
  border-radius: 16px;
  justify-content: space-between;
  align-self: center;
  align-items: flex-end;
  gap: 16px;
  width: 100%;
  max-width: 1392px;
  padding: 16px;
  display: flex;
}

._6mwoya_searchFieldsContainer {
  justify-content: space-between;
  align-items: flex-end;
  gap: 25px;
  width: 85%;
  height: 100%;
  display: flex;
}

@media (width >= 900px) {
  ._6mwoya_searchContainer._6mwoya_noRoomsGuestsFilter {
    gap: 0;
  }

  ._6mwoya_noRoomsGuestsFilter ._6mwoya_searchFieldsContainer {
    gap: calc(42.8571% - 165px);
    width: 70%;
  }

  ._6mwoya_noRoomsGuestsFilter ._6mwoya_searchProperties {
    width: 30%;
  }

  ._6mwoya_noRoomsGuestsFilter ._6mwoya_searchProperties:not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
    text-align: right;
  }

  ._6mwoya_noRoomsGuestsFilter ._6mwoya_searchProperties:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    text-align: left;
  }

  ._6mwoya_noRoomsGuestsFilter ._6mwoya_searchField input, ._6mwoya_noRoomsGuestsFilter ._6mwoya_searchField button {
    font-size: 20px;
  }
}

@media (width >= 1024px) {
  ._6mwoya_noRoomsGuestsFilter ._6mwoya_searchFieldsContainer {
    gap: calc(42.8571% - 220px);
  }

  ._6mwoya_noRoomsGuestsFilter ._6mwoya_searchProperties ._6mwoya_searchButton {
    width: 220px;
  }
}

@media (width >= 1280px) {
  ._6mwoya_noRoomsGuestsFilter ._6mwoya_searchField input, ._6mwoya_noRoomsGuestsFilter ._6mwoya_searchField button {
    font-size: 22px;
  }

  ._6mwoya_noRoomsGuestsFilter ._6mwoya_searchFieldsContainer {
    gap: calc(42.8571% - 300px);
  }

  ._6mwoya_noRoomsGuestsFilter ._6mwoya_searchProperties ._6mwoya_searchButton {
    width: 300px;
  }
}

._6mwoya_destinationField, ._6mwoya_searchField {
  position: relative;
}

._6mwoya_searchField:after {
  content: "";
  background: var(--color-black);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

._6mwoya_searchField input {
  color: #333;
  cursor: pointer;
  background-color: #0000;
  border: none;
  outline: none;
  width: 100%;
  padding: 5px 0;
  font-size: 14px;
}

._6mwoya_searchField:focus-within:after {
  height: 2px;
}

._6mwoya_searchField input[readonly] {
  background-color: #0000;
}

._6mwoya_datePickerField {
  justify-content: space-between;
  height: 57px;
  position: relative;
}

._6mwoya_datePickerField [role="textbox"], ._6mwoya_datePickerField [role="combobox"] {
  box-shadow: none !important;
  color: #333 !important;
  cursor: pointer !important;
  background-color: #0000 !important;
  border: none !important;
  border-bottom: 1px solid #1c1c1c !important;
  border-radius: 0 !important;
  width: 100% !important;
  padding: 5px 0 !important;
  font-size: 14px !important;
}

._6mwoya_datePickerField [role="textbox"]:focus, ._6mwoya_datePickerField [role="combobox"]:focus {
  border-bottom: 2px solid #1c1c1c !important;
  outline: none !important;
}

._6mwoya_react-aria-DateRangePicker-popover, [role="dialog"] {
  border-radius: 5px !important;
  overflow: hidden !important;
  box-shadow: 0 4px 8px #0003 !important;
}

._6mwoya_react-aria-Calendar-header {
  background-color: #f5f5f5 !important;
  padding: 10px !important;
}

._6mwoya_react-aria-Calendar-cell[aria-selected="true"] {
  color: #fff !important;
  background-color: #1c1c1c !important;
}

._6mwoya_react-aria-Calendar-cell:hover:not([aria-selected="true"]) {
  background-color: #1c1c1c1a !important;
}

._6mwoya_react-aria-Calendar-cell[aria-selected="true"][data-selection-state="middle"] {
  color: #1c1c1c !important;
  background-color: #1c1c1c33 !important;
}

._6mwoya_datePickerField [aria-label="Date Range"] {
  display: none !important;
}

._6mwoya_react-aria-OverlayContainer [role="presentation"] {
  background-color: #0009 !important;
}

._6mwoya_react-aria-Button {
  border-radius: 5px !important;
  font-weight: 500 !important;
}

._6mwoya_react-aria-Button:not([aria-disabled="true"]) {
  color: #1c1c1c !important;
}

._6mwoya_datePickerField > div, ._6mwoya_datePickerField ._6mwoya_react-spectrum-Provider, ._6mwoya_datePickerField ._6mwoya_react-spectrum-Provider > div, ._6mwoya_react-aria-DateRangePicker, ._6mwoya_react-spectrum-DateRangePicker, ._6mwoya_react-spectrum-DateRangePicker-field, ._6mwoya_react-spectrum-DateField, ._6mwoya_datePickerField [role="textbox"], ._6mwoya_datePickerField [role="combobox"], ._6mwoya_datePickerField input {
  width: 100% !important;
  max-width: 100% !important;
}

._6mwoya_react-spectrum-DateRangePicker {
  margin: 0 !important;
}

._6mwoya_react-aria-Calendar {
  max-height: 300px !important;
  overflow-y: auto !important;
}

._6mwoya_react-spectrum-Dialog-footer {
  border-top: 1px solid #e0e0e0 !important;
  justify-content: flex-start !important;
  padding: 10px !important;
  display: flex !important;
}

._6mwoya_react-spectrum-Dialog-header {
  border-bottom: 1px solid #e0e0e0 !important;
  padding: 15px !important;
}

._6mwoya_suggestionsDropdown {
  z-index: 10;
  background-color: #fff;
  border-radius: 5px;
  max-height: 250px;
  margin-top: 5px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow-y: auto;
  box-shadow: 0 4px 8px #0003;
}

._6mwoya_suggestionItem {
  cursor: pointer;
  color: #333;
  border-bottom: 1px solid #f0f0f0;
  padding: 12px 15px;
  font-size: 14px;
  transition: background-color .2s;
}

._6mwoya_suggestionItem:hover {
  background-color: #1c1c1c0d;
}

._6mwoya_suggestionItem:last-child {
  border-bottom: none;
}

._6mwoya_suggestionItem._6mwoya_loading, ._6mwoya_suggestionItem._6mwoya_error, ._6mwoya_suggestionItem._6mwoya_noResults {
  color: #666;
  cursor: default;
  font-style: italic;
}

._6mwoya_suggestionItem._6mwoya_loading:hover, ._6mwoya_suggestionItem._6mwoya_error:hover, ._6mwoya_suggestionItem._6mwoya_noResults:hover {
  background-color: #0000;
}

._6mwoya_searchField {
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

._6mwoya_searchField input {
  background-color: #0000;
  border: none;
  border-bottom: 1px solid #1c1c1c;
  outline: none;
  padding: 8px 0;
  font-size: 14px;
}

._6mwoya_searchField label {
  color: var(--color-dark-70);
  letter-spacing: .8px;
  text-transform: uppercase;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

._6mwoya_searchFieldBtn {
  text-align: left;
  border: none;
  border-bottom: 1px solid var(--color-black);
  color: var(--color-black);
  cursor: pointer;
  background-color: #0000;
  outline: none;
  padding: 8px 0;
  font-family: Swiss, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

._6mwoya_searchButton, ._6mwoya_filterButton {
  border: 1px solid var(--color-black);
  color: var(--color-black);
  cursor: pointer;
  background-color: #0000;
  border-radius: 40px;
  flex-shrink: 0;
  width: 165px;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

._6mwoya_filterButton {
  display: none;
}

._6mwoya_searchButton:hover, ._6mwoya_filterButton:hover {
  background-color: #f5f5f5;
}

@media (width <= 800px) {
  ._6mwoya_searchContainer {
    background-color: var(--color-black);
    color: var(--color-white);
    border-radius: 0;
    flex-direction: column;
    padding-top: 0;
  }

  ._6mwoya_searchContainer._6mwoya_mobileView {
    align-items: flex-start;
    position: relative;
    top: -1px;
  }

  ._6mwoya_searchFieldsContainer {
    flex-direction: column;
    gap: 16px;
    width: 100%;
    display: flex;
  }

  ._6mwoya_searchFieldsContainer ._6mwoya_searchField label {
    color: var(--color-dark-40);
  }

  ._6mwoya_searchFieldsContainer ._6mwoya_searchField input::-moz-placeholder {
    color: var(--color-dark-40);
  }

  ._6mwoya_searchFieldsContainer ._6mwoya_searchField input::placeholder {
    color: var(--color-dark-40);
  }

  ._6mwoya_searchFieldsContainer ._6mwoya_searchField:after {
    background-color: var(--color-dark-40);
  }

  ._6mwoya_searchFieldsContainer ._6mwoya_searchField input {
    color: var(--color-white);
  }

  ._6mwoya_searchFieldLabel {
    color: #c4c4c4;
  }

  ._6mwoya_searchFieldInput, ._6mwoya_searchFieldBtn {
    color: var(--color-white);
    border-bottom-color: #c4c4c4;
  }

  ._6mwoya_searchButton, ._6mwoya_filterButton {
    color: var(--color-white);
    border-color: var(--color-white);
  }

  ._6mwoya_filterButton {
    display: block;
  }

  ._6mwoya_searchButton:hover, ._6mwoya_filter-button:hover {
    background-color: #0000;
  }
}

.luauKG_modalStyle {
  max-width: 800px;
}

.luauKG_modalHeader {
  border-bottom: 1px solid var(--color-dark-40);
  padding: 24px;
}

.luauKG_modalHeaderText {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
}

.luauKG_closeButtonStyle {
  top: 24px;
  right: 24px;
}

.luauKG_modalBodyStyle {
  max-height: calc(90vh - 250px);
  padding: 24px;
  overflow: auto;
}

.luauKG_modalFooter {
  border-top: 1px solid var(--color-dark-40);
  padding: 24px;
}

.luauKG_modalClose {
  border: 1px solid var(--color-black);
  background: var(--color-white);
  border-radius: 40px;
  padding: 6px 16px;
}

.luauKG_modalCardList {
  flex-wrap: wrap;
  gap: 12px;
  padding-left: 0;
  list-style: none;
  display: flex;
}

.luauKG_modalCard {
  border: 1px solid var(--color-dark-40);
  background: var(--color-white);
  text-align: center;
  cursor: pointer;
  border-radius: 8px;
  flex-direction: column;
  width: 140px;
  height: 80px;
  font-size: 14px;
  display: inline-block;
  overflow: hidden;
}

.luauKG_modalCard:hover {
  border-color: var(--color-black);
}

.luauKG_modalCardSelected {
  border: 3px solid var(--color-black);
}

.luauKG_modalCardImage {
  width: auto;
  height: 38px;
  margin-top: 12px;
}

.luauKG_modalCardSelected .luauKG_modalCardImage:not(.luauKG_modalCardImageFull) {
  margin-top: 10px;
}

.luauKG_modalCardImageFull {
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.luauKG_categoryName {
  color: var(--color-black);
  font-size: 14px;
  font-weight: 600;
}

.luauKG_subcategoryName {
  color: var(--color-dark-70);
  letter-spacing: 1px;
  font-size: 12px;
}

.luauKG_subcategoryHeader, .luauKG_categoryHeader {
  justify-content: space-between;
  display: flex;
}

.luauKG_link {
  cursor: pointer;
  background-color: #0000;
  border: none;
  outline: none;
  font-weight: 100;
  text-decoration: underline;
}

.luauKG_link:hover, .luauKG_link:focus {
  text-decoration: none;
}

.IQ68bq_offersCard {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  flex-direction: row;
  gap: 16px;
  width: 100%;
  height: 290px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.IQ68bq_offersCard.IQ68bq_offersCardHalfWidth {
  width: calc(50% - 8px);
}

.IQ68bq_cardImageChip {
  background-color: #ffb995;
  border-radius: 15px;
  align-items: center;
  gap: 5px;
  height: 24px;
  padding: 6px 12px;
  display: flex;
  position: absolute;
  top: 10px;
  left: 10px;
}

.IQ68bq_cardChipIcon {
  filter: brightness(0);
  width: 15px;
  height: 14px;
}

.IQ68bq_cardChip {
  font-size: 10px;
}

.IQ68bq_cardImage {
  object-fit: cover;
  width: 40%;
  height: 100%;
}

.IQ68bq_cardContent {
  width: 60%;
  height: 100%;
  padding-right: 16px;
}

.IQ68bq_cardInfo {
  flex-direction: column;
  justify-content: space-between;
  height: 70%;
  display: flex;
  overflow: hidden;
}

.IQ68bq_cardTitle {
  padding-top: 16px;
}

.IQ68bq_cardTitleLink {
  color: #000;
  outline: none;
  font-size: 22px;
  text-decoration: none;
  display: block;
}

.IQ68bq_cardTitleLink:focus {
  outline: none;
}

.IQ68bq_cardRating {
  color: #707070;
  font-size: 14px;
}

.IQ68bq_cardDescription {
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 100px;
  font-size: 14px;
  display: -webkit-box;
  overflow: hidden;
}

.IQ68bq_cardLink {
  color: #000;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.IQ68bq_cardFooter {
  border-top: 1px solid #c4c4c4;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
  height: 25%;
  margin: 10px 0 0;
  padding-top: 10px;
  display: flex;
}

.IQ68bq_priceContainer {
  text-align: right;
  flex-direction: column;
  gap: 5px;
  display: flex;
}

.IQ68bq_priceRow {
  text-align: right;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 5px;
  display: flex;
}

.IQ68bq_priceAmount {
  text-align: right;
  font-size: 22px;
  line-height: 1;
}

.IQ68bq_priceUnit {
  text-align: right;
  color: #707070;
  font-size: 12px;
  line-height: 1;
}

.IQ68bq_priceFee {
  text-align: right;
  color: #707070;
  font-size: 12px;
}

.IQ68bq_priceFeeHover {
  text-align: right;
  color: #707070;
  opacity: 0;
  visibility: hidden;
  font-size: 12px;
  transition: opacity .3s, visibility .3s;
}

.IQ68bq_offersCard:hover .IQ68bq_priceFeeHover {
  opacity: 1;
  visibility: visible;
}

.IQ68bq_bookButton {
  color: #fff;
  cursor: pointer;
  background: #1c1c1c;
  border: none;
  border-radius: 40px;
  min-width: 108px;
  height: 40px;
  padding: 6px 16px;
}

.IQ68bq_bookButton:hover {
  background: #333;
}

@media (width <= 1120px) {
  .IQ68bq_offersCard, .IQ68bq_offersCard.IQ68bq_offersCardHalfWidth {
    width: 684px;
  }
}

@media (width <= 590px) {
  .IQ68bq_offersCard, .IQ68bq_offersCard.IQ68bq_offersCardHalfWidth {
    flex-direction: column;
    width: 100%;
    height: auto;
  }

  .IQ68bq_cardImage {
    object-position: center;
    width: 100%;
    max-height: 300px;
  }

  .IQ68bq_cardContent {
    width: 100%;
    height: auto;
    padding: 0 16px 16px;
  }

  .IQ68bq_cardTitle {
    padding-top: 0;
  }

  .IQ68bq_cardTitleLink {
    font-size: 18px;
  }

  .IQ68bq_cardInfo {
    height: auto;
  }

  .IQ68bq_cardDescription {
    margin-top: 8px;
    margin-bottom: 0;
  }

  .IQ68bq_cardLink {
    margin-top: 20px;
  }

  .IQ68bq_cardFooter {
    margin-top: 10px;
    padding-top: 20px;
  }

  .IQ68bq_priceContainer {
    gap: 4px;
  }

  .IQ68bq_priceFee {
    line-height: 20px;
  }

  .IQ68bq_priceAmount {
    font-size: 20px;
  }
}

@media (width <= 350px) {
  .IQ68bq_bookButton {
    padding: 6px 10px;
    font-size: 14px;
  }
}

.UKtwuW_skeletonText {
  background: linear-gradient(to right, #f6f7f8 8%, #edeef1 18%, #f6f7f8 33%) 0 0 / 800px 104px;
  border-radius: 3px;
  animation: 1.5s linear infinite UKtwuW_shimmer;
}

.UKtwuW_skeletonHeadingPrimary {
  width: 60%;
  height: 32px;
  margin-bottom: 10px;
}

.UKtwuW_skeletonHeadingSecondary {
  width: 80%;
  height: 32px;
}

.UKtwuW_skeletonDescriptionBlock {
  width: 90%;
  height: 60px;
}

.UKtwuW_skeletonButtonBlock {
  width: 150px;
  height: 24px;
}

.UKtwuW_skeletonCard {
  background: #fff;
}

.UKtwuW_skeletonImage {
  background: linear-gradient(to right, #f6f7f8 8%, #edeef1 18%, #f6f7f8 33%) 0 0 / 800px 104px;
  width: 40%;
  height: 100%;
  animation: 1.5s linear infinite UKtwuW_shimmer;
}

.UKtwuW_skeletonChip {
  z-index: 1;
  background-color: #f6f7f8;
  background-size: 800px 104px;
  border-radius: 15px;
  align-items: center;
  gap: 5px;
  width: 120px;
  height: 24px;
  padding: 6px 12px;
  animation: 1.5s linear infinite UKtwuW_shimmer;
  display: flex;
  position: absolute;
  top: 10px;
  left: 10px;
}

.UKtwuW_skeletonChipIcon {
  background: #edeef1;
  border-radius: 2px;
  width: 10px;
  height: 14px;
}

.UKtwuW_skeletonChipText {
  background: #edeef1;
  border-radius: 2px;
  width: 80px;
  height: 10px;
}

.UKtwuW_skeletonTitle {
  background: linear-gradient(to right, #f6f7f8 8%, #edeef1 18%, #f6f7f8 33%) 0 0 / 800px 104px;
  border-radius: 3px;
  width: 80%;
  height: 22px;
  margin-bottom: 8px;
  padding-top: 16px;
  animation: 1.5s linear infinite UKtwuW_shimmer;
}

.UKtwuW_skeletonRating {
  background: linear-gradient(to right, #f6f7f8 8%, #edeef1 18%, #f6f7f8 33%) 0 0 / 800px 104px;
  border-radius: 3px;
  width: 40%;
  height: 14px;
  margin-bottom: 12px;
  animation: 1.5s linear infinite UKtwuW_shimmer;
}

.UKtwuW_skeletonDescription {
  background: linear-gradient(to right, #f6f7f8 8%, #edeef1 18%, #f6f7f8 33%) 0 0 / 800px 104px;
  border-radius: 3px;
  width: 100%;
  height: 14px;
  margin-bottom: 6px;
  animation: 1.5s linear infinite UKtwuW_shimmer;
}

.UKtwuW_skeletonDescription:last-of-type {
  width: 70%;
  margin-bottom: 12px;
}

.UKtwuW_skeletonLink {
  background: linear-gradient(to right, #f6f7f8 8%, #edeef1 18%, #f6f7f8 33%) 0 0 / 800px 104px;
  border-radius: 3px;
  width: 40%;
  height: 14px;
  animation: 1.5s linear infinite UKtwuW_shimmer;
}

.UKtwuW_skeletonPrice {
  background: linear-gradient(to right, #f6f7f8 8%, #edeef1 18%, #f6f7f8 33%) 0 0 / 800px 104px;
  border-radius: 3px;
  width: 60px;
  height: 22px;
  animation: 1.5s linear infinite UKtwuW_shimmer;
}

.UKtwuW_skeletonUnit {
  background: linear-gradient(to right, #f6f7f8 8%, #edeef1 18%, #f6f7f8 33%) 0 0 / 800px 104px;
  border-radius: 3px;
  align-self: flex-end;
  width: 80px;
  height: 12px;
  animation: 1.5s linear infinite UKtwuW_shimmer;
}

.UKtwuW_skeletonFee {
  background: linear-gradient(to right, #f6f7f8 8%, #edeef1 18%, #f6f7f8 33%) 0 0 / 800px 104px;
  border-radius: 3px;
  width: 140px;
  height: 12px;
  margin-left: auto;
  animation: 1.5s linear infinite UKtwuW_shimmer;
}

.UKtwuW_skeletonButton {
  background: linear-gradient(to right, #f6f7f8 8%, #edeef1 18%, #f6f7f8 33%) 0 0 / 800px 104px;
  border-radius: 40px;
  width: 100px;
  height: 40px;
  animation: 1.5s linear infinite UKtwuW_shimmer;
}

@keyframes UKtwuW_shimmer {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}

.google-map-container {
  will-change: transform;
  background: #fff;
  border-radius: 8px;
  align-self: flex-start;
  height: fit-content;
  transition: transform .4s cubic-bezier(.25, .46, .45, .94), box-shadow .4s, opacity .3s;
  overflow: hidden;
  box-shadow: 0 2px 8px #0000001a;
}

.google-map-container.sticky {
  z-index: 1000;
  transform-origin: 100% 0;
  width: calc(49% - 32px);
  position: fixed;
  top: 16px;
  right: 32px;
  transform: scale(.95);
  box-shadow: 0 8px 32px #00000026;
}

@media (width >= 1441px) {
  .google-map-container.sticky {
    width: calc(49% - 27px);
    right: 64px;
  }
}

.google-map-header {
  background: #f8f9fa;
  border-bottom: 1px solid #e0e0e0;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  display: flex;
}

.google-map-header h3 {
  color: #333;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.hotel-count {
  color: #666;
  background: #e9ecef;
  border-radius: 12px;
  padding: 4px 8px;
  font-size: 14px;
}

.google-map {
  width: 100%;
  height: 800px;
  position: relative;
}

.map-loading {
  z-index: 10;
  background: #ffffffe6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.map-loading-spinner {
  border: 3px solid #f3f3f3;
  border-top-color: #333;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-bottom: 8px;
  animation: 1s linear infinite spin;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.map-loading span {
  color: #666;
  font-size: 14px;
}

.custom-info-window {
  max-width: 280px;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
}

.info-window-header {
  border-bottom: 1px solid #e0e0e0;
  padding: 12px 16px 8px;
}

.hotel-name {
  color: #333;
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

.hotel-rating {
  align-items: center;
  gap: 4px;
  font-size: 13px;
  display: flex;
}

.rating-stars {
  color: orange;
  font-size: 14px;
}

.rating-value {
  color: #333;
  font-weight: 600;
}

.review-count {
  color: #666;
}

.info-window-content {
  padding: 12px 16px 16px;
}

.hotel-description {
  color: #555;
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.4;
}

.hotel-price {
  align-items: baseline;
  gap: 2px;
  display: flex;
}

.price-label {
  color: #666;
  font-size: 12px;
}

.price-value {
  color: #2c5aa0;
  font-size: 16px;
  font-weight: 700;
}

.price-period {
  color: #666;
  font-size: 12px;
}

.gm-style .gm-style-iw-c {
  border-radius: 8px !important;
  padding: 0 !important;
  box-shadow: 0 4px 12px #00000026 !important;
}

.gm-style .gm-style-iw-d {
  overflow: hidden !important;
}

.gm-style .gm-style-iw-t:after {
  background: #fff !important;
}

@media (width <= 590px) {
  .google-map-container {
    display: none;
  }
}

.search-location-btn {
  z-index: 10;
  color: #333;
  cursor: pointer;
  backdrop-filter: blur(4px);
  background-color: #fffffff2;
  border: 1px solid #333;
  border-radius: 40px;
  padding: 10px 16px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  transition: all .2s;
  position: absolute;
  top: 20px;
  left: 20px;
  box-shadow: 0 2px 8px #00000026;
}

.search-location-btn:hover {
  background-color: #f5f5f5f2;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px #0003;
}

.search-location-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px #00000026;
}

.xsCHCW_offersContent {
  gap: 24px;
  width: 100%;
  max-width: 1440px;
  padding: 16px 32px 32px;
  display: flex;
}

.xsCHCW_offersContainer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 90vh;
  margin: 0 auto;
  display: flex;
  overflow: hidden scroll;
}

.xsCHCW_heroSection {
  background: linear-gradient(to right, #0000 0%, #0006 50%, #000000b3 100%), var(--bg);
  background-position: center;
  background-size: cover;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  padding: 16px 24px;
  display: flex;
}

.xsCHCW_heroOverlay {
  color: var(--color-white);
  width: 411px;
  margin: 18px 60px 34px;
}

.xsCHCW_heroContent {
  opacity: 0;
  transition: opacity .6s ease-out, transform .6s ease-out;
  transform: translateY(20px);
}

.xsCHCW_heroContent.xsCHCW_loaded {
  opacity: 1;
  transform: translateY(0);
}

.xsCHCW_heroContent.xsCHCW_loading {
  opacity: .3;
  transform: translateY(10px);
}

.xsCHCW_search-filters-header {
  background-color: var(--color-black);
  color: var(--color-white);
  padding: 16px;
  display: none;
}

.xsCHCW_search-filters-toggle {
  text-transform: uppercase;
  color: currentColor;
  background-color: #0000;
  border: none;
  align-items: center;
  gap: 4px;
  padding: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

.xsCHCW_search-filters-icon {
  transform: rotate(90deg);
}

.xsCHCW_search-filter-checkbox, .xsCHCW_search-filters-hide {
  display: none;
}

.xsCHCW_passionIcon {
  height: 57px;
}

.xsCHCW_divider {
  background-color: #ff8d6b;
  width: 57px;
  height: 4px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.xsCHCW_passionHeading {
  margin: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
}

.xsCHCW_passionDescription {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.2;
}

.xsCHCW_passionLinkButton {
  color: #fff;
  cursor: pointer;
  background: none;
  border: none;
  align-items: center;
  gap: 5px;
  margin-top: 16px;
  padding: 12px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  display: flex;
}

.xsCHCW_passionLinkButton:hover {
  text-decoration: underline;
}

.xsCHCW_offersList {
  flex-direction: column;
  flex: 1;
  gap: 16px;
  width: 50%;
  max-width: 50%;
  display: flex;
}

.xsCHCW_offersList.xsCHCW_offersListFullWidth {
  flex-flow: wrap;
  width: 100%;
  max-width: 100%;
}

.xsCHCW_offersMap {
  flex: 1 0;
  width: 50%;
}

@media (width <= 1119px) {
  .xsCHCW_offersContent {
    flex-direction: column;
  }

  .xsCHCW_offersMap {
    display: none;
  }

  .xsCHCW_offersList {
    width: 100%;
    max-width: 100%;
  }
}

@media (width >= 591px) {
  .xsCHCW_offersList {
    flex-direction: column;
  }

  .xsCHCW_offersList:after {
    display: none;
  }
}

@media (width <= 590px) {
  .xsCHCW_offersContent {
    flex-direction: column;
    padding: 16px;
  }

  .xsCHCW_offersMap {
    display: none;
  }

  .xsCHCW_offersList {
    width: 100%;
  }
}

.xsCHCW_mobileControls {
  background-color: var(--color-black);
  color: var(--color-white);
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 56px;
  padding: 16px;
  font-size: 14px;
  display: flex;
  position: relative;
}

.xsCHCW_mobileControls img {
  transition: transform .3s;
}

.xsCHCW_mobileControls img.xsCHCW_rotateIcon {
  transform: rotate(180deg);
}

@media (width <= 800px) {
  .xsCHCW_searchFiltersHeader {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .xsCHCW_heroSection {
    background: linear-gradient(to bottom, #0000 0%, #0000 100px, #0000004d 200px, #000000b3 350px), var(--bg);
    background-position: top;
    background-size: cover;
    align-items: flex-start;
    padding: 0;
  }

  .xsCHCW_heroOverlay {
    max-width: 90vw;
    margin: 140px 24px 16px;
  }

  .xsCHCW_search-filter-checkbox:checked + .xsCHCW_search-filters-header + .xsCHCW_search-container {
    display: flex;
  }

  .xsCHCW_search-filter-checkbox:checked + .xsCHCW_search-filters-header .xsCHCW_search-filters-icon {
    transform: rotate(-90deg);
  }

  .xsCHCW_search-filter-checkbox:checked + .xsCHCW_search-filters-header .xsCHCW_search-filters-show {
    display: none;
  }

  .xsCHCW_search-filter-checkbox:checked + .xsCHCW_search-filters-header .xsCHCW_search-filters-hide {
    display: inline;
  }
}

@media (width <= 457px) {
  .xsCHCW_passion-heading {
    font-size: 24px;
  }
}

.xsCHCW_noPropertiesContainer {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 20px;
  display: flex;
}

.xsCHCW_noPropertiesContent {
  text-align: center;
  border-radius: 8px;
  max-width: 800px;
  padding: 10px 30px 30px;
}

.xsCHCW_noPropertiesImage {
  height: 100px;
  margin-bottom: 15px;
}

.xsCHCW_noPropertiesTitle {
  color: #333;
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: 400;
}

.xsCHCW_no-properties-message {
  color: #333;
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.5;
}

.xsCHCW_noPropertiesSuggestion {
  color: #333;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.xsCHCW_searchWrapper {
  width: 100%;
}

@media (width <= 590px) {
  .xsCHCW_no-properties-content {
    padding: 24px;
  }

  .xsCHCW_no-properties-title {
    font-size: 20px;
  }

  .xsCHCW_no-properties-message {
    font-size: 14px;
  }

  .xsCHCW_no-properties-suggestion {
    font-size: 13px;
  }
}

.xsCHCW_pagination-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding: 20px;
  display: flex;
}

.xsCHCW_paginationLoading {
  color: #666;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 20px 0;
  font-size: 14px;
  display: flex;
}

.xsCHCW_paginationLoadingSpinner {
  border: 2px solid #f3f3f3;
  border-top-color: #333;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: 1s linear infinite xsCHCW_spin;
}

@keyframes xsCHCW_spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.xsCHCW_load-more-button {
  color: #333;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #333;
  border-radius: 40px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 400;
  transition: all .2s;
}

.xsCHCW_load-more-button:hover:not(:disabled) {
  color: #fff;
  background-color: #333;
}

.xsCHCW_load-more-button:disabled {
  opacity: .6;
  cursor: not-allowed;
}

@media (width <= 590px) {
  .xsCHCW_pagination-container {
    padding: 16px;
  }

  .xsCHCW_load-more-button {
    padding: 10px 20px;
    font-size: 14px;
  }
}

.wQQouq_modalOverlay {
  z-index: 1000;
  background-color: #0009;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.wQQouq_modalContainer {
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  width: 85%;
  max-width: 1024px;
  max-height: 90vh;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px #0000001a;
}

.wQQouq_modalHeader {
  background-color: #fff;
  border-bottom: 1px solid #e1e1e1;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  display: flex;
}

.wQQouq_modalTitle {
  color: #333;
  margin: 0;
  font-size: 24px;
  font-weight: 400;
}

.wQQouq_modalCloseButton {
  cursor: pointer;
  color: #333;
  background: #f2f2f2;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 20px;
  display: flex;
}

.wQQouq_modalCloseButton:hover {
  background: #e5e5e5;
}

.wQQouq_modalDivider {
  border: 0;
  border-top: 1px solid #e1e1e1;
  margin: 0;
}

.wQQouq_modalContent {
  flex: 1;
  max-height: calc(80vh - 120px);
  padding: 20px 30px;
  overflow-y: auto;
}

.wQQouq_modalParagraph {
  color: #333;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.5;
}

.wQQouq_modalParagraph a {
  color: #000;
  font-weight: 400;
  text-decoration: underline;
}

.wQQouq_modalSectionTitle {
  color: #333;
  margin: 16px 0 8px;
  font-size: 16px;
  font-weight: 700;
}

.wQQouq_modalList {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.wQQouq_modalList li {
  color: #333;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.5;
}

.wQQouq_modalFooter {
  background-color: #fff;
  border-top: 1px solid #e1e1e1;
  justify-content: flex-start;
  padding: 15px 30px;
  display: flex;
}

.wQQouq_modalCloseBtn {
  cursor: pointer;
  color: #333;
  background: none;
  border: 1px solid #333;
  border-radius: 50px;
  padding: 10px 30px;
  font-size: 16px;
  transition: background-color .2s, color .2s;
  display: inline-block;
}

.wQQouq_modalCloseBtn:hover {
  color: #fff;
  background-color: #333;
}

.deeplink-sandbox {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  font-family: Marriott Sans, Arial, sans-serif;
}

.sandbox-content {
  flex-direction: column;
  gap: 40px;
  display: flex;
}

.category-section {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 2px 4px #0000001a;
}

.category-section h2 {
  color: #1a1a1a;
  border-bottom: 2px solid #e9ecef;
  margin-bottom: 25px;
  padding-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 600;
}

.links-grid {
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 20px;
  display: grid;
}

.link-card {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 20px;
  transition: all .3s;
}

.link-card:hover {
  border-color: #1a1a1a;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px #0000001a;
}

.link-header {
  margin-bottom: 15px;
}

.link-header h3 {
  color: #1a1a1a;
  margin-bottom: 5px;
  font-size: 1.2rem;
  font-weight: 600;
}

.link-header p {
  color: #666;
  margin: 0;
  font-size: .9rem;
  line-height: 1.4;
}

.link-content {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.link-url {
  word-break: break-all;
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  padding: 12px;
  font-size: .85rem;
}

.deep-link {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.deep-link:hover {
  background: #f0f8ff;
  border-radius: 3px;
}

.deep-link code {
  color: #06c;
  font-family: Monaco, Menlo, Ubuntu Mono, monospace;
  line-height: 1.4;
}

.link-actions {
  align-items: center;
  gap: 10px;
  display: flex;
}

.test-btn {
  color: #fff;
  cursor: pointer;
  text-align: center;
  background: #007bff;
  border: none;
  border-radius: 5px;
  padding: 10px 16px;
  font-size: .9rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.test-btn:hover {
  color: #fff;
  background: #0056b3;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px #0003;
}

.copy-btn {
  color: #fff;
  cursor: pointer;
  background: #28a745;
  border: none;
  border-radius: 5px;
  align-self: flex-start;
  padding: 10px 16px;
  font-size: .9rem;
  font-weight: 500;
  transition: all .3s;
}

.copy-btn:hover {
  background: #218838;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px #0003;
}

@media (width <= 768px) {
  .deeplink-sandbox {
    padding: 15px;
  }

  .sandbox-header h1 {
    font-size: 2rem;
  }

  .links-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .sandbox-content {
    gap: 25px;
  }

  .category-section {
    padding: 20px;
  }

  .link-card {
    padding: 15px;
  }

  .link-actions {
    flex-direction: column;
    gap: 8px;
  }

  .test-btn, .copy-btn {
    text-align: center;
    width: 100%;
  }
}

@media (width <= 480px) {
  .sandbox-header h1 {
    font-size: 1.8rem;
  }

  .sandbox-header p {
    font-size: 1rem;
  }

  .category-section h2 {
    font-size: 1.5rem;
  }

  .link-header h3 {
    font-size: 1.1rem;
  }

  .link-url {
    font-size: .8rem;
  }
}

.sandbox-container {
  min-height: 100vh;
  font-family: Marriott Sans, Arial, sans-serif;
  display: flex;
}

.sandbox-nav {
  background: #f8f9fa;
  border-right: 1px solid #e9ecef;
  flex-direction: column;
  gap: 5px;
  width: 250px;
  padding: 20px 0;
  display: flex;
}

.nav-link {
  color: #333;
  border-left: 3px solid #0000;
  padding: 12px 20px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.nav-link:hover {
  color: #1a1a1a;
  background: #e9ecef;
}

.nav-link.active {
  color: #fff;
  background: #1a1a1a;
  border-left-color: #666;
}

.sandbox-content {
  flex: 1;
  padding: 20px;
  overflow-y: auto;
}

.sandbox-home {
  max-width: 1000px;
  margin: 0 auto;
}

.sandbox-header {
  text-align: center;
  border-bottom: 2px solid #e5e5e5;
  margin-bottom: 50px;
  padding-bottom: 30px;
}

.sandbox-header h1 {
  color: #1a1a1a;
  margin-bottom: 10px;
  font-size: 2.5rem;
  font-weight: 600;
}

.sandbox-header p {
  color: #666;
  margin: 0;
  font-size: 1.1rem;
}

.sandbox-tools h2 {
  color: #1a1a1a;
  margin-bottom: 30px;
  font-size: 1.8rem;
  font-weight: 600;
}

.tools-grid {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  display: grid;
}

.tool-card {
  color: inherit;
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 25px;
  text-decoration: none;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 4px #0000001a;
}

.tool-card:hover {
  border-color: #1a1a1a;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px #00000026;
}

.tool-card h3 {
  color: #1a1a1a;
  margin-bottom: 10px;
  font-size: 1.3rem;
  font-weight: 600;
}

.tool-card p {
  color: #666;
  margin-bottom: 15px;
  font-size: 1rem;
  line-height: 1.5;
}

.tool-arrow {
  color: #1a1a1a;
  font-size: 1.5rem;
  transition: transform .3s;
  position: absolute;
  bottom: 20px;
  right: 25px;
}

.tool-card:hover .tool-arrow {
  transform: translateX(5px);
}

@media (width <= 768px) {
  .sandbox-container {
    flex-direction: column;
  }

  .sandbox-nav {
    border-bottom: 1px solid #e9ecef;
    border-right: none;
    flex-direction: row;
    width: 100%;
    padding: 10px 0;
    overflow-x: auto;
  }

  .nav-link {
    white-space: nowrap;
    border-bottom: 3px solid #0000;
    border-left: none;
  }

  .nav-link.active {
    border-bottom-color: #666;
    border-left: none;
  }

  .sandbox-content {
    padding: 15px;
  }

  .sandbox-header h1 {
    font-size: 2rem;
  }

  .tools-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .tool-card {
    padding: 20px;
  }
}

@media (width <= 480px) {
  .sandbox-header h1 {
    font-size: 1.8rem;
  }

  .sandbox-header p {
    font-size: 1rem;
  }

  .sandbox-tools h2 {
    font-size: 1.5rem;
  }
}

._9zLS6G_separator {
  font: var(--font-footer);
  display: inline-block;
}

._9zLS6G_separatorIcon {
  width: 10px;
  height: 10px;
  margin-left: 3px;
  margin-right: 3px;
}

.UG6w_a_links {
  margin: 8px 0 0;
  line-height: 1;
  list-style: none;
}

.UG6w_a_link {
  font: var(--font-footer);
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

.UG6w_a_link:hover {
  color: inherit;
  font-weight: 400;
  text-decoration: underline;
}

.RWDtmW_footer {
  text-align: center;
  color: #fff;
  cursor: default;
  background-color: #1c1c1c;
  width: 100%;
  padding: 16px;
}

.RWDtmW_rights {
  font: var(--font-footer);
  margin: 0;
}

.RWDtmW_privacyChoicesImg {
  margin-top: -3px;
  margin-right: 4px;
  display: inline-block;
}

.Gp1I5W_container {
  color: #1c1c1c;
  background-color: #f9f6f4;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  display: flex;
}

.Gp1I5W_header {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 2px #0000001a;
}

.Gp1I5W_header .Gp1I5W_logo {
  object-fit: cover;
  width: 100%;
  max-width: 486px;
  height: 100%;
}

.Gp1I5W_content {
  flex: 1;
  width: 100%;
  min-height: 0;
}

.Gp1I5W_footer {
  color: #707070;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding-top: 24px;
  font-size: 12px;
  display: flex;
}

.Gp1I5W_footer a {
  color: #707070;
}

._7hnMPq_desktopHeader {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
}

._7hnMPq_desktopLogo {
  width: 93px;
  height: auto;
}

._7hnMPq_desktopSignatureLogo {
  width: 140px;
  height: auto;
  position: absolute;
  left: 0;
}

@font-face {
  font-family: Swiss;
  font-weight: 400;
  font-style: normal;
  src: url("Swiss721BT-Regular.bec8aa7d.otf") format("opentype");
}

@font-face {
  font-family: Swiss;
  font-weight: 200;
  font-style: normal;
  src: url("Swiss721BT-Light.3b34f286.otf") format("opentype");
}

@font-face {
  font-family: Swiss;
  font-weight: 600;
  font-style: normal;
  src: url("Swiss721BT-Medium.b91e2875.otf") format("opentype");
}

@font-face {
  font-family: Swiss;
  font-weight: 800;
  font-style: normal;
  src: url("Swiss721BT-BlackCondensed.4fbb9ac4.otf") format("opentype");
}

:root {
  --font-family-default: "Swiss", "Arial", sans-serif;
  --font-body: normal 400 16px / 24px var(--font-family-default);
  --font-body-13: normal 400 13px / 16px var(--font-family-default);
  --font-body-13-24: normal 400 13px / 24px var(--font-family-default);
  --font-body-14: normal 400 14px / 20px var(--font-family-default);
  --font-body-16-20: normal 400 16px / 20px var(--font-family-default);
  --font-heading: normal 600 30px / 40px var(--font-family-default);
  --font-heading-2: normal 400 22px / 28px var(--font-family-default);
  --font-heading-24-32: normal 400 24px / 32px var(--font-family-default);
  --font-footer: normal 400 13px / 20px var(--font-family-default);
  --font-button: normal 600 16px / 24px var(--font-family-default);
  --font-button-sm: normal 600 13px / 20px var(--font-family-default);
}

@media (width <= 457px) {
  :root {
    --font-heading: normal 600 22px / 28px var(--font-family-default);
  }
}

:root {
  --color-black: #1c1c1c;
  --color-white: #fff;
  --color-dark: #303030;
  --color-dark-70: #707070;
  --color-dark-40: #c4c4c4;
  --color-light: #f9f6f4;
  --color-primary: #ff8d6b;
  --color-success: #477d00;
  --color-error: red;
  --color-warning: #ff8d6b;
  --radius-default: 8px;
  --radius-big: 30px;
  --radius-small: 4px;
  --transition-default: .3s ease;
}

.ueMAJW_toastContainer {
  z-index: 9999;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
}

.ueMAJW_toast {
  box-shadow: 4px 4px 12px 0 var(--color-black);
  border-radius: 8px;
  max-width: 320px;
  padding: 12px 30px 12px 12px;
  display: flex;
  position: relative;
}

.ueMAJW_toastClose {
  color: #fff;
  background-color: #0000;
  border: none;
  outline: none;
  transition: transform .2s ease-in-out;
  position: absolute;
  top: 3px;
  right: 8px;
}

.ueMAJW_toastClose:hover {
  transform: rotate(90deg);
}

.ueMAJW_toastSuccess {
  background-color: var(--color-success);
  color: var(--color-white);
}

.ueMAJW_toastWarning {
  background-color: var(--color-warning);
  color: var(--color-white);
}

.ueMAJW_toastError {
  background-color: var(--color-error);
  color: var(--color-white);
}

.ueMAJW_toastInfo {
  background-color: var(--color-white);
  color: var(--color-black);
}

.UqTHNq_content {
  flex-wrap: wrap;
  gap: 20px;
  padding: 24px;
  display: flex;
}

.UqTHNq_content .UqTHNq_cardWrapper {
  width: calc(50% - 10px);
}

@media (width <= 1200px) {
  .UqTHNq_content .UqTHNq_cardWrapper {
    width: 100%;
  }
}

._41Nha_skeleton {
  background: linear-gradient(to right, #f6f7f8 8%, #edeef1 18%, #f6f7f8 33%);
  animation: 1.5s linear infinite _41Nha_shimmer;
}

._41Nha_card {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 12px;
  display: flex;
  box-shadow: 0 2px 2px #0000001a;
}

._41Nha_image {
  border-radius: 8px;
  flex: 1;
  width: 100%;
}

._41Nha_caption {
  color: var(--default-color);
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  font-size: 14px;
  display: flex;
}

._41Nha_text {
  border-radius: 4px;
  width: 70px;
  height: 16px;
  display: inline-block;
}

._41Nha_notActive ._41Nha_image {
  filter: grayscale();
}

._24O5Tq_passions {
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 24px;
  list-style: none;
  display: flex;
}

._24O5Tq_passion {
  width: 300px;
  max-width: 100%;
  height: 300px;
  display: flex;
}

@media (width <= 984px) {
  ._24O5Tq_passion {
    width: 250px;
    height: 250px;
  }
}

@media (width <= 768px) {
  ._24O5Tq_passions {
    flex-direction: column;
    align-items: center;
  }

  ._24O5Tq_passion {
    width: 300px;
    height: 300px;
  }
}

.dxe3-G_imagesContainer {
  position: relative;
}

@media (width >= 768px) {
  .dxe3-G_imagesContainer {
    border-radius: 20px;
    flex-direction: row-reverse;
    flex-shrink: 0;
    align-self: center;
    width: 100%;
    max-width: 900px;
    margin: 0 auto 1rem;
    display: flex;
    overflow: hidden;
  }

  .dxe3-G_imagesContainer .dxe3-G_image {
    max-height: 350px;
  }

  .dxe3-G_rightArrow, .dxe3-G_leftArrow {
    width: 33px;
    height: 33px;
    transform: rotate(-90deg);
  }
}

.dxe3-G_image {
  object-fit: cover;
  object-position: center;
  width: 100%;
  max-width: 100%;
  min-height: 300px;
  max-height: 300px;
}

@media (width >= 768px) {
  .dxe3-G_image {
    width: 50%;
  }
}

.dxe3-G_imagesTextContainer {
  background-color: #ffffffbf;
  border-radius: 8px;
  width: 160px;
  padding: 10px 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -53%);
}

@media (width >= 768px) {
  .dxe3-G_imagesTextContainer {
    padding: 2px 32px;
  }
}

.dxe3-G_imagesText {
  color: var(--color-black);
  margin-bottom: 0;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  line-height: 28px;
  display: flex;
}

.dxe3-G_leftAlign {
  justify-content: left;
}

.dxe3-G_rightAlign {
  justify-content: right;
}

.dxe3-G_imagesTextSeparator {
  color: var(--color-black);
  align-items: center;
  gap: 4px;
  margin-bottom: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  display: flex;
}

.dxe3-G_imagesTextSeparator:before, .dxe3-G_imagesTextSeparator:after {
  content: "";
  border: 1px solid var(--color-black);
  width: 48px;
  height: 1px;
  display: inline-block;
}

.dxe3-G_primaryButton {
  background-color: var(--color-black);
  color: var(--color-white);
  cursor: pointer;
  border: none;
  border-radius: 30px;
  outline: none;
  width: 100%;
  height: 48px;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .2s;
}

.dxe3-G_primaryButton:hover:not(:disabled) {
  background-color: #333;
}

.dxe3-G_secondaryButton {
  color: var(--color-black);
  cursor: pointer;
  background-color: #0000;
  border: none;
  outline: none;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px;
  font-size: 16px;
  transition: opacity .2s;
  display: flex;
}

.dxe3-G_secondaryButton:hover {
  opacity: .7;
}

.dxe3-G_loadingState {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  min-height: 120px;
  padding: 32px 16px;
  display: flex;
}

.dxe3-G_spinner {
  color: var(--color-black);
  animation: 1s linear infinite dxe3-G_spin;
}

.dxe3-G_loadingText {
  color: var(--color-black);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

@keyframes dxe3-G_spin {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.dxe3-G_main {
  flex-direction: column;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

@media (width >= 768px) {
  .dxe3-G_main {
    flex: 1;
    align-items: flex-start;
    max-width: 507px;
    margin: 0 auto;
  }
}

.dxe3-G_mainTitle {
  color: var(--color-black);
  text-align: center;
  margin-bottom: 4px;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

@media (width >= 768px) {
  .dxe3-G_mainTitle {
    text-align: left;
  }
}

.dxe3-G_mainText {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.dxe3-G_buttonArea {
  flex-direction: column;
  gap: 16px;
  width: 100%;
  margin: 16px 0;
  display: flex;
}

@media (width >= 768px) {
  .dxe3-G_buttonArea {
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    display: flex;
  }

  .dxe3-G_buttonArea button {
    width: 100%;
    max-width: 233px;
  }

  .dxe3-G_buttonArea .dxe3-G_secondaryButton {
    border: solid 1px var(--color-black);
    border-radius: 30px;
  }
}

.dxe3-G_logo {
  width: 70px;
  margin-bottom: 16px;
}

@media (width >= 768px) {
  .dxe3-G_logo {
    display: none;
  }
}

.dxe3-G_textFooter {
  color: var(--color-black);
  margin-bottom: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

@media (width >= 768px) {
  .dxe3-G_textFooter {
    margin-top: 1rem;
  }

  .dxe3-G_container {
    background-color: #fff;
    flex-direction: column;
    min-height: calc(100vh - 160px);
    display: flex;
  }
}

.cW9YjW_container {
  padding: 24px 16px;
}

.cW9YjW_title {
  color: var(--color-black);
  margin-bottom: 24px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.cW9YjW_toggleContainer {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 8px;
  display: flex;
}

.cW9YjW_toggleLabel {
  color: var(--color-black);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.cW9YjW_text {
  color: var(--color-black);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.cW9YjW_buttonArea {
  text-align: center;
  flex-direction: column;
  gap: 24px;
  margin-top: 24px;
  display: flex;
}

.cW9YjW_primaryButton {
  background-color: var(--color-black);
  color: var(--color-white);
  cursor: pointer;
  border: none;
  border-radius: 30px;
  outline: none;
  width: 100%;
  height: 48px;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .2s;
}

.cW9YjW_primaryButton:hover:not(:disabled) {
  background-color: #333;
}

.cW9YjW_secondaryButton {
  color: var(--color-black);
  cursor: pointer;
  background-color: #0000;
  border: none;
  outline: none;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px;
  font-size: 16px;
  transition: opacity .2s;
  display: flex;
}

.cW9YjW_secondaryButton:hover {
  opacity: .7;
}

.cW9YjW_loadingState {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  min-height: 120px;
  padding: 32px 16px;
  display: flex;
}

.cW9YjW_spinner {
  color: var(--color-black);
  animation: 1s linear infinite cW9YjW_spin;
}

.cW9YjW_loadingText {
  color: var(--color-black);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

@keyframes cW9YjW_spin {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

@media (width >= 768px) {
  .cW9YjW_section {
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 160px);
    display: flex;
  }

  .cW9YjW_container {
    flex: 1;
    max-width: 475px;
    margin: 0 auto;
    padding-top: 140px;
  }

  .cW9YjW_buttonArea {
    flex-direction: row-reverse;
    gap: 16px;
  }

  .cW9YjW_buttonArea button {
    flex: 1;
  }

  .cW9YjW_buttonArea .cW9YjW_secondaryButton {
    border: solid 1px var(--color-black);
    border-radius: 30px;
  }
}

.cW9YjW_textFooter {
  color: var(--color-black);
  max-width: 400px;
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.gXQaxa_element {
  background-color: var(--color-dark-70);
  cursor: pointer;
  border: none;
  border-radius: 20px;
  outline: none;
  justify-content: flex-start;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 20px;
  padding: 2px;
  display: flex;
}

.gXQaxa_element.gXQaxa_active {
  background-color: var(--color-primary);
  justify-content: flex-end;
}

.gXQaxa_toggler {
  background-color: var(--color-white);
  border-radius: 14px;
  width: 16px;
  height: 16px;
  display: flex;
}

.gXQaxa_element:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.ZKKUaq_container {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  min-height: calc(100vh - 160px);
  display: flex;
}

.ZKKUaq_heroSection {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.ZKKUaq_heroSection img {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  max-width: 900px;
  height: auto;
  max-height: 350px;
}

.ZKKUaq_main {
  background-color: var(--color-white);
  flex-direction: column;
  max-width: 523px;
  padding: 24px 16px;
  display: flex;
}

.ZKKUaq_logo {
  width: 70px;
  margin-bottom: 16px;
  display: none;
}

.ZKKUaq_checkmark {
  justify-content: center;
  margin: 8px;
  display: none;
}

.ZKKUaq_mainTitle {
  color: var(--color-black);
  margin-bottom: 4px;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.ZKKUaq_mainText {
  color: var(--color-black);
  max-width: 400px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.ZKKUaq_buttonArea {
  flex-direction: column;
  gap: 16px;
  width: 100%;
  margin: 24px 0;
  display: flex;
}

.ZKKUaq_primaryButton {
  background-color: var(--color-black);
  color: var(--color-white);
  cursor: pointer;
  border: none;
  border-radius: 30px;
  outline: none;
  width: 100%;
  height: 48px;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .2s;
}

.ZKKUaq_primaryButton:hover:not(:disabled) {
  background-color: #333;
}

.ZKKUaq_primaryButton:disabled {
  cursor: not-allowed;
  opacity: .7;
  background-color: #666;
}

.ZKKUaq_spinner {
  margin-right: 8px;
  animation: 1s linear infinite ZKKUaq_spin;
}

@keyframes ZKKUaq_spin {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.ZKKUaq_secondaryButton {
  color: var(--color-black);
  cursor: pointer;
  background-color: #0000;
  border: none;
  outline: none;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px;
  font-size: 16px;
  transition: opacity .2s;
  display: flex;
}

.ZKKUaq_secondaryButton:hover {
  opacity: .7;
}

.ZKKUaq_textFooter {
  color: var(--color-black);
  max-width: 400px;
  margin-bottom: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

@media (width <= 580px) {
  .ZKKUaq_container {
    min-height: 100vh;
  }

  .ZKKUaq_heroSection img {
    object-position: top;
    border-radius: 0;
    max-height: 420px;
  }

  .ZKKUaq_logo {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .ZKKUaq_checkmark {
    display: flex;
  }

  .ZKKUaq_mainTitle {
    font-size: 20px;
    line-height: 26px;
  }

  .ZKKUaq_buttonArea {
    max-width: 100%;
  }

  .ZKKUaq_main > * {
    text-align: center;
  }
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  font: var(--font-body);
  background-color: #ffffff26;
  flex-direction: column;
  height: 100%;
  min-height: 100vh;
  display: flex;
}

button {
  font: var(--font-button);
}

#root {
  box-sizing: border-box;
  flex: 1 0 auto;
  width: 100%;
}

.marriott-footer {
  flex-shrink: 0;
}

:root {
  --default-bg-color: #faf6f4;
  --default-color: #1c1c1c;
  --marriot-orange: #ff8d6b;
  --mobile-max-width: 457px;
}

#ccpaspan {
  vertical-align: middle;
  display: inline-block;
}

.stacked-carousel-responsive-container {
  justify-content: center;
  display: flex;
}

.spinner {
  width: 100%;
  max-width: 80px;
  height: 100%;
  max-height: 80px;
  animation: 2s linear infinite spin;
}
/*# sourceMappingURL=index.4f8925ab.css.map */
