@import url("normalize.css");

/* global */

:root {
  --black: #000;
  --black-rgb: 0, 0, 0;
  --camelback-mountain: #d4b889;
  --charcoal-grey: #383e4d;
  --cloudy-blue: #c5d3e0;
  --cool-grey: #a7a9b0;
  --cool-grey2: #90949c;
  --dark: #1a202c;
  --dark2: #222939;
  --dark2-rgb: 34, 41, 57;
  --dark3: #2d3443;
  --gunmetal: #4e5461;
  --leaf: #7a9c32;
  --light-grey-blue: #8cb2ce;
  --macaroni-and-cheese: #efbb34;
  --metallic-silver: #a7a9b0;
  --mid-blue: #1c6aa3;
  --midnight-express: #192436;
  --midnight-express2: #192437;
  --pale-grey: #f4f4f5;
  --sandstone: #caab72;
  --seaweed-green: #329c69;
  --silver: #d3d4d7;
  --silver-two: #e9eaeb;
  --steel-grey: #7a7f88;
  --twitter: #4ea6ea;
  --warm-purple: #9a329c;
  --white: #fff;
  --white-rgb: 255, 255, 255;
  --youtube: #e62703;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  min-width: 320px;
  min-height: 100%;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}
a[role="button"] {
  cursor: pointer;
}
a:active,
a:link,
a:visited,
a img:active,
a img:link,
a img:visited {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
p {
  margin: 0;
}
ul,
ol,
dl {
  
  margin: 0;
  /* padding: 0; */
}
ol {
  list-style-position: inside;
  margin-left: 0;
  padding-left: 0;
}

ol ol {
  margin-left: 1em; /* indent nested list */
}
li {
  /* margin-bottom: 16px; */
  /* list-style: none; */
  position: relative;
  line-height: 1.6;
  color: var(--gunmetal);
  /* text-align: center; */
  
}
/* ol > li:before {
  content: counters(list-counter, ".") ". ";
  margin-right: 2px;
  
} */
li > ol,
li > ul {
  margin-top: 16px;
  margin-left: 16px;
}
/* li > ol {
  counter-reset: list-counter;
}
li > ul > li {
  list-style-type: disc;
} */

.text-center{
  text-align: center;
}
.text-black{
  color: var(--black);
}

.text-uppercase{
  text-transform: uppercase;
}
.mb-3{
  margin-bottom: 1rem;
}
.mb-4{
  margin-bottom: 5rem;
}

.mb-5{
  margin-bottom: 7rem;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 12px;
}
td,
th {
  border: 1px solid var(--gunmetal);
  text-align: center !important;
  padding: 12px;
  color: var(--white);
}
th {
  background-color: var(--charcoal-grey);
}
tbody tr:nth-child(odd) {
  background-color: var(--dark2);
}
tbody tr:nth-child(even) {
  background-color: var(--dark3);
}
/* ~global */

.move__top {
  top: -20px !important;
}

body {
  background: #232939;
  color: #fff;
  font-family: "Lato", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
body[data-lang="vn"] {
  font-family: "Roboto", Arial, sans-serif;
}
.inner {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
}
.header {
  padding: 24px 0;
  position: relative;
  z-index: 2; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(
    linear,
    left top, left bottom,
    from(rgba(35, 41, 57, 1)),
    to(rgba(125, 185, 232, 0))
  );
  background: -o-linear-gradient(
    top,
    rgba(35, 41, 57, 1) 0%,
    rgba(125, 185, 232, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(35, 41, 57, 1) 0%,
    rgba(125, 185, 232, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232939', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
}
.header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/* center logo for single market */
/* .header__logo {
	margin: 0 auto;
} */
/* ~center logo for single market */
.logo {
  display: block;
  width: auto;
  height: 46px;
}
.logo > img {
  width: auto;
  height: 100%;
}
.header__ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  gap: 10px;
}
.registered .header__ctas {
  /* display: none; */
}
.header__ctas h1 {
  font-size: 26px;
  font-weight: 700;
  color: var(--white);
  text-transform: uppercase;
}

.unregistered .header__ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.registered .swiper--sports__card__ctas .btn--join {
  display: none;
}
.unregistered .swiper--sports__card__ctas .btn--join {
  display: block;
}
.registered .swiper--sports__card__ctas .btn--play {
  display: block;
}
.unregistered .swiper--sports__card__ctas .btn--play {
  display: none;
}
.btn {
  display: block;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  padding: 24px 53.5px;
  border-radius: 200px;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  max-width: 262px;
  width: 100%;
  white-space: nowrap;
  line-height: 14px;
}

.content__teaser__banner .inner .bubbly--button {
  display: block;
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
  padding: 21px 32px;
  border-radius: 200px;
  outline: none;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  max-width: 200px;
  width: 100%;
  white-space: nowrap;
  line-height: 12px;
  text-align: center;
  position: relative;
  animation: pulse-animation 2s infinite;
  box-shadow: 0 0 0 10px rgba(202, 171, 114, 0);
}

@keyframes pulse-animation {
  0% {
    transform: scale(.99);
    box-shadow: 0 0 0 0px rgba(202, 171, 114, 0.4);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 13px rgba(202, 171, 114, 0);
  }
}

.bubbly--button:hover {
  transform: translateY(-0.15em);
}
.bubbly--button:hover::before {
  opacity: 1;
}
.bubbly--button::before {
  width: 100%;
  height: 1em;
  position: absolute;
  left: 0;
  bottom: -1.35em;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.952) 0%, rgb(255, 254, 254) 80%);
  opacity: 0;
  transition: all 0.65s;
  content: "";
}
.content__teaser__banner .inner .bubbly--button:focus {
  outline: 0;
}
.content__teaser__banner .inner .bubbly--button:before, 
.content__teaser__banner .inner .bubbly--button:after {
  position: absolute;
  content: "";
  display: block;
  width: 140%;
  height: 100%;
  left: -20%;
  z-index: -1000;
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat;
}
.content__teaser__banner .inner .bubbly--button:before {
  display: none;
  top: -15%;
  background-image: radial-gradient(circle, var(--sandstone) 20%, transparent 20%), radial-gradient(circle, transparent 20%, var(--sandstone) 20%, transparent 30%), radial-gradient(circle, var(--sandstone) 20%, transparent 20%), radial-gradient(circle, var(--sandstone) 20%, transparent 20%), radial-gradient(circle, transparent 10%, var(--sandstone) 15%, transparent 20%), radial-gradient(circle, var(--sandstone) 20%, transparent 20%), radial-gradient(circle, var(--sandstone) 20%, transparent 20%), radial-gradient(circle, var(--sandstone) 20%, transparent 20%), radial-gradient(circle, var(--sandstone) 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
}
.content__teaser__banner .inner .bubbly--button:after {
  display: none;
  bottom: -15%;
  background-image: radial-gradient(circle, var(--sandstone) 20%, transparent 20%), radial-gradient(circle, var(--sandstone) 20%, transparent 20%), radial-gradient(circle, transparent 10%, var(--sandstone) 15%, transparent 20%), radial-gradient(circle, var(--sandstone) 20%, transparent 20%), radial-gradient(circle, var(--sandstone) 20%, transparent 20%), radial-gradient(circle, var(--sandstone) 20%, transparent 20%), radial-gradient(circle, var(--sandstone) 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}
.content__teaser__banner .inner .bubbly--button:active {
  transform: scale(0.9);
  background-color: var(--camelback-mountain);
  /* box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2); */
}
.content__teaser__banner .inner .bubbly--button.animate:before {
  display: block;
  animation: topBubbles ease-in-out 0.75s forwards;
}
.content__teaser__banner .inner .bubbly--button.animate:after {
  display: block;
  animation: bottomBubbles ease-in-out 0.75s forwards;
}

@keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
  }
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

body[data-lang="th"] .content__teaser__banner .inner .bubbly--button {
  max-width: max-content;
}
.btn--gold {
  background-color: var(--sandstone);
  border: 1px solid var(--sandstone);
  color: var(--dark2);
}
.btn--gold:hover {
  background-color: var(--camelback-mountain);
}
.btn--hollow {
  color: var(--white);
  border: 1px solid var(--white);
  background: transparent;
}
.btn--hollow:hover,
.btn--hollow:focus,
.btn--hollow:active {
  background-color: rgba(var(--white-rgb), 0.1);
}
.registered .header__langs {
  display: block;
}
.unregistered .header__langs {
  display: none;
}
.header__langs {
  z-index: 1;
  line-height: normal;
  white-space: nowrap;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.header__langs img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.header__langs .sel-lang {
  padding-bottom: 10px;
}
.header__langs .sel-lang span {
  font-size: 0;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/icons/icon-arrow-down-white.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 6px;
  width: 6px;
  height: 16px;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  -o-transition: transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}
.header__langs:hover .sel-lang span {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.header__langs .sel-lang .langs {
  margin: 0 0 0 6px;
}
.header__langs ul {
  list-style: none;
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 999;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  margin: 0;
  padding: 12px;
  background: #383e4d;
  border-radius: 8px;
  color: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
/* .content__slider, .content__tiles, .content__m88,  .content__bottom, .content__teaser {
	display: none!important;
} */
/* NEW INSERT PAUL for dropdown CNY */
.black-txt {
  color: #222939;
}
.txt-white {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
}
.sm-font {
  font-size: 18px;
}
.option-hover .spc-sm {
  margin-left: 8px;
}
.option-hover .spc-sm:after {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  content: url("../images/icons/icon-arrow-down-white.svg");
  margin-left: 60px;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  -o-transition: transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}
.gg .spc-sm:after {
  -webkit-transform: translateY(0%) rotate(-180deg);
      -ms-transform: translateY(0%) rotate(-180deg);
          transform: translateY(0%) rotate(-180deg);
}
.cn-label .option-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cn-label .option-block a {
  padding: 12px;
  border-radius: 8px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  margin-left: 15px;
}
.cn-label .option-block a:hover {
  background: #4e5461;
  padding: 12px;
}
.cn-label {
  display: none;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
/* ACTIVE BUTTON */
.option-hover.roll-active + .cn-label {
  display: block;
  -webkit-animation: fade 1s ease-in-out;
          animation: fade 1s ease-in-out;
}
.option-hover.roll-active .spc-sm:after {
  -webkit-transform: translateY(0%) rotate(-180deg);
      -ms-transform: translateY(0%) rotate(-180deg);
          transform: translateY(0%) rotate(-180deg);
}
/* FROM THE TNC */
.sports-btn {
  padding: 12px 10px;
  text-align: center;
  background-color: #caab72;
  width: 200px;
}
.sports-btn:nth-child(odd) {
  margin-bottom: 10px;
}
.sports-btn a {
  color: #fff;
  font-weight: bold;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
/* FROM BUTTON */
.link-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
.pad-flex {
  margin: 10px 0 15px 0;
  gap: 20px;
}
/* END */
.header__langs ul li {
  position: relative;
  margin: 0;
  white-space: nowrap;
  cursor: pointer;
  padding: 10px 12px;
  border-radius: 8px;
  text-align: left;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header__langs ul li:hover {
  background-color: #4e5461;
}
.header__langs ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.header__langs .sel-lang {
  cursor: pointer;
}
.header__langs .sel-lang:hover + ul,
.header__langs ul:hover {
  display: block;
}
.header__langs a {
  color: #fff;
  text-decoration: none;
}
.header__langs a span {
  vertical-align: middle;
  margin-left: 8px;
  font-size: 14px;
}
h2.head-line {
  color: var(--dark2);
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  position: relative;
  margin-bottom: 48px;
  text-transform: uppercase;
}
h2.head-line:before {
  content: " ";
  width: 32px;
  height: 4px;
  background-color: var(--sandstone);
  position: absolute;
  bottom: -20px;
  left: calc(50% - 16px);
}
.content h1 {
  font-weight: 700;
  color: var(--sandstone);
  text-transform: uppercase;
}
.content__banner {
  /* background: url("../images/bg-main-new.jpg") no-repeat center top #232939; */
  margin-top: -94px;
  /* margin-top: 0; */
}
.content__banner__texts {
  text-align: center;
  padding-top: 535px;
  /* padding-top: 535px; */
  margin-bottom: 48px;
}
.content__banner__texts h1 {
  font-size: 32px;
  color: var(--white);
}
.content__banner__texts h2 {
  font-weight: 700;
  font-size: 52px;
  color: var(--sandstone);
  line-height: 1.4;
  margin-bottom: 24px;
}
.content__banner__texts a {
  text-align: center;
  margin: 0 auto;
}
body[data-lang="th"] .content__banner__texts a {
  max-width: max-content;
}
.content__banner__tnc a {
  color: var(--sandstone);
}
.content__banner__tnc a:hover {
  text-decoration: underline;
}
.content__banner__tnc__head {
  text-transform: uppercase;
  color: var(--cool-grey);
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  cursor: pointer;
  padding-bottom: 24px;
}
.content__banner__tnc__head:hover {
  text-decoration: underline;
}

/* ABOUT MANSION */
.content__aboutmansion {
  background: #F4F4F5;
}
.content__aboutmansion .inner {
  padding: 16px 24px 40px;
}

.content__aboutmansion .inner .aboutmansion__desc h1 {
  margin-top: 24px;
}

.content__aboutmansion .inner .aboutmansion__desc h1,
.content__aboutmansion .inner .aboutmansion__journey h1 {
  text-align: center;
  color: var(--dark2);
}

.content__aboutmansion .inner .faq h1{
  text-align: start;
  color: var(--dark2);
}

.content__aboutmansion .inner .faq h1:after {
  content: "";
  background-color: var(--camelback-mountain);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 24px 0;
  width: 32px;
  height: 4px;
}

.content__aboutmansion .inner .aboutmansion__desc h1:after,
.content__aboutmansion .inner .aboutmansion__journey h1:after {
  content: "";
  background-color: var(--camelback-mountain);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 24px auto 0;
  width: 32px;
  height: 4px;
}
.content__aboutmansion .inner .aboutmansion__desc p {
  font-size: 1rem;
  color: var(--gunmetal);
  line-height: 26.4px;
  width: 100%;
  /* max-width: 880px; */
  /* margin: 0px auto; */
  /* text-align: center; */
}
body[data-lang="krw"] .content__aboutmansion .inner .aboutmansion__desc p {
  text-align: center;
  line-height: 22px;
}

.aboutmansion__desc-second .aboutmansion__flex-asset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 56px;
  margin-bottom: 40px;
}
.aboutmansion__desc-second p {
  color: var(--gunmetal);
  font-size: 1rem;
  width: 100%;
  max-width: 943px;
  margin: 0 auto 80px;
  text-align: center;
}
body[data-lang="krw"] .aboutmansion__desc-second p {
  text-align: center;
  line-height: 21px;
}
/* TIMELINE - JOURNEY */

/* Horizontal Ruler */
.journey__list {
  width: 100%;
  text-align: center;
  overflow: hidden;
  padding: 40px 0 0;
}

.journey__list ol {
  padding: 100px 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.journey__list ol li:first-child {
  width: 0;
}
.journey__list ol > li:before {
  content: "";
}
.journey__list ol li {
  position: relative;
  display: inline-block;
  list-style: none;
  width: 108px;
  height: 1px;
  background: var(--silver);
  margin-bottom: 15px;
}


.journey__list ol li:nth-child(6):before,
.journey__list ol li:nth-child(7):before,
.journey__list ol li:nth-child(8):before,
.journey__list ol li:nth-child(9):before,
.journey__list ol li:nth-child(10):before {
  content: '';
	position: absolute;
  top: -5.5px;
  left: calc(100% + 4px);
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
  width: 12px;
  height: 12px;
	border-radius: 50%;
	background: transparent;
	border: 1px solid var(--sandstone);
}

.journey__list ol li:last-child {
  width: 105px;
}

.journey__list ol li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 0px);
  bottom: 0;
  width: 8px;
  height: 8px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background: var(--silver);
  z-index: 1;
}

.journey__list ol li:nth-child(6):after,
.journey__list ol li:nth-child(7):after,
.journey__list ol li:nth-child(8):after,
.journey__list ol li:nth-child(9):after,
.journey__list ol li:nth-child(10):after {
  background: var(--sandstone);
}

.journey__list ol li .list__absolute {
  position: absolute;
  left: calc(100% + 7px);
  width: 150px;
  font-size: 10px;
  font-weight: 700;
  border-radius: 0 10px 10px 10px;
}

.journey__list ol li:nth-child(odd) .list__absolute {
  top: -20px;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  border-radius: 10px 10px 10px 0;
}

.journey__list ol li:nth-child(odd) .list__absolute::before {
  top: 100%;
  border-width: 8px 8px 0 0;
  border-color: var(--white) transparent transparent transparent;
}

.journey__list ol li:nth-child(even) .list__absolute {
  top: calc(100% + 20px);
}

.journey__list ol li:nth-child(even) .list__absolute::before {
  top: -8px;
  border-width: 8px 0 0 8px;
  border-color: transparent transparent transparent var(--white);
}

.journey__list ol li .list__absolute:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.journey__list ol li:nth-child(odd) .list__absolute,
.journey__list ol li:nth-child(even) .list__absolute {
  margin-left: -27px;
}

.journey__image-coating {
  background: #fff;
	border-radius: 36px;
	width: 48px;
	height: 48px;
  padding: 12px;
}

.journey__image-coating img {
  width: 24px;
  height: 24px;
}

.journey__list ol li:nth-child(6) .list__absolute .journey__image-coating,
.journey__list ol li:nth-child(7) .list__absolute .journey__image-coating,
.journey__list ol li:nth-child(8) .list__absolute .journey__image-coating,
.journey__list ol li:nth-child(9) .list__absolute .journey__image-coating,
.journey__list ol li:nth-child(10) .list__absolute .journey__image-coating {
  outline: 2px solid var(--sandstone);
}

.journey__txt-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.journey__txt-flex p {
  color: var(--gunmetal);
  font-weight: 700;
}

/* END OF ABOUT MANSION */

/* START OF UNVEILING MANSION */
.content__unveilingmansion {
  background: #fff;
}
.content__unveilingmansion .inner {
  padding: 8px 16px 32px;
}

.content__unveilingmansion .inner .content__unveilingmansion-header h1 {
  text-align: center;
  margin-top: 24px;
  color: var(--dark2);
}

.content__unveilingmansion .inner .content__unveilingmansion-header h1:after {
  content: "";
  background-color: var(--camelback-mountain);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 24px auto 24px;
  width: 32px;
  height: 4px;
}

.content__content-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  gap: 20px;
  width: 100%;
  max-width: 840px;
  margin: 0 auto 20px;
}

.content__flex-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
}

.content__content-flex .content__inner-flex .flex__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}

.content__content-flex .content__inner-flex .flex__description h2 {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--dark2);
}

.content__content-flex .content__inner-flex > p {
  color: var(--steel-grey);
  font-size: 1rem;
  font-weight: 400;
  width: 100%;
  max-width: 410px;
  line-height: 22.4px;
}

.cta__holder {
  width: 100%;
}
.cta__holder a {
  margin: 0 auto;
  text-align: center;
}
/* END OF UNVEILING MANSION */

/* START OF ACCESSIBLE ACROSS */
.content__accessible {
  background: #f4f4f4;
}
.content__accessible .inner {
  padding: 16px 0 40px;
}

.content__accessible .inner .content__accessible-header {
  margin-bottom: 40px;
}

.content__accessible .inner .content__accessible-header h1 {
  text-align: center;
  color: var(--dark2);
  margin-top: 24px;
}

.content__accessible .inner .content__accessible-header h1:after {
  content: "";
  background-color: var(--camelback-mountain);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 24px auto 24px;
  width: 32px;
  height: 4px;
}

.content__accessible .inner .accessible__flags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 0;
  width: 100%;
  max-width: 768px;
  gap: 32px;
}
.content__accessible .inner .accessible__flags .flags {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.content__accessible .inner .accessible__flags .flags p {
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  color: var(--gunmetal);
  white-space: nowrap;
}

.content__accessible .inner .accessible__flags .flags img {
  position: relative;
  margin-bottom: 8px;
  border: none;
  border-radius: 50%;
  background: #f4f4f4;
  -webkit-box-shadow: 0 0 0 0 #ffffff80;
          box-shadow: 0 0 0 0 #ffffff80;
          transition: all .2s ease-in-out;
}

.content__accessible .inner .accessible__flags .flags img:hover {
  transform: scale(1.1);
  /* -webkit-animation: pulse 1.5s;
          animation: pulse 1.5s; */
}

/* @-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
            box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
            box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
            box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
            box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
} */


/* END OF ACCESSIBLE ACROSS */

/* slider - sports */
.content__slider {
  padding: 64px 0;
  background-color: var(--pale-grey);
}
.swiper {
  overflow: visible;
}
.swiper-holder {
  padding: 20px;
  margin: -20px -16px -20px -20px;
  overflow-x: clip;
}
.swiper--sports {
  width: 100%;
}
.swiper-slide {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.swiper-slide:last-child {
  margin-right: 0;
}
.swiper--sports__card {
  width: 427px;
  height: 249px;
  padding: 20px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
}
.swiper--sports__card > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.swiper--sports__card:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.swiper--sports__card__ctas {
  position: absolute;
  bottom: 40px;
  width: 100%;
}
.swiper--sports__card:hover .btn--hollow {
  background: rgba(var(--white-rgb), 0.1);
}
/* ~slider - sports */
/* swiper btns */
.swiper-prev,
.swiper-next {
  width: 48px;
  height: 48px;
  background: var(--gunmetal);
  border-radius: 50%;
  top: calc(50% - 24px);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.swiper-prev:hover,
.swiper-next:hover {
  background: var(--steel-grey);
}
.swiper-prev:active,
.swiper-next:active {
  background: var(--metallic-silver);
}
.swiper-prev {
  left: 16px;
}
.swiper-next {
  right: 16px;
}
.swiper-next:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../images/icons/icon-east.svg") no-repeat center center;
}
.swiper-prev:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../images/icons/icon-west.svg") no-repeat center center;
}
.swiper:hover .swiper-prev,
.swiper:hover .swiper-next {
  opacity: 1;
}
.swiper:hover .swiper-prev.swiper-button-disabled,
.swiper:hover .swiper-next.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
}
/* ~swiper btns */
/* m88 */
.content__m88 {
  padding: 56px 0;
  background-color: var(--white);
}
.content__m88__feats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
}
.content__m88__feats__card {
  text-align: center;
  max-width: 292px;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.content__m88__feats__card__thumb {
  width: 180px;
  height: 160px;
  margin: 0 auto 16px;
  text-align: center;
  vertical-align: middle;
}
.content__m88__feats__card__thumb > img {
  width: auto;
  height: 100%;
}
.content__m88__feats__card h3 {
  color: var(--dark2);
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.content__m88__feats__card p {
  color: var(--gunmetal);
  font-size: 16px;
}
/* ~m88 */
/* bottom */
.content__bottom {
  padding: 80px 0 40px;
  background: var(--pale-grey);
}
.content__bottom h3 {
  color: var(--gunmetal);
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 16px;
}
.content__bottom p {
  color: var(--gunmetal);
  font-size: 14px;
  text-align: center;
  margin-bottom: 40px;
}
/* ~bottom */
/* teaser */
.content__teaser {
  background-color: var(--dark2);
  width: 100%;
  /* height: 180px; */
  position: fixed;
  bottom: 0;
  z-index: 100;
  display: none;
}
.content__teaser__banner {
  /* background: url("../images/LPFOOT.jpg") no-repeat left top; */
  background-size: contain;
  max-width: 1360px;
  width: 100%;
  height: 180px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* padding-top: 20px; */
}
.content__teaser__banner .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 420px;
}
.content__teaser__banner h1 {
  font-size: 24px;
  margin-bottom: 12px;
  color: #fff;
}
/* .content__teaser__banner h2 {
  font-weight: 700;
  font-size: 40px;
  color: #caab72;
} */
.content__teaser__banner h2 {
  font-weight: 700;
  font-size: 40px;
  color: #caab72;

  -webkit-mask-image: linear-gradient(-75deg, rgba(212, 184, 137, .6) 10%, #d4b889 20%, rgba(212, 184, 137, .6) 70%);
  -webkit-mask-size: 200%;
  -webkit-animation: shine 2.7s infinite;
          animation: shine 2.7s infinite;
}
@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 80%;
  }
  to {
    -webkit-mask-position: -120%;
  }
}

.content__teaser__banner .btn {
  /* padding: 16px 58px; */
  padding: 21px 32px;
  text-align: center;
}
/* ~teaser */
/* footer */
.footer {
  background-color: var(--dark2);
}
.tnc {
  padding: 32px 0 80px 0;
}
.tnc__head {
  padding: 20px 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white);
  background-color: var(--charcoal-grey);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 8px;
  position: relative;
  cursor: pointer;
}



.tnc__head:hover {
  background-color: var(--gunmetal);
}
.tnc__head:after {
  content: " ";
  background: url("../images/icons/icon-arrow-down-white.svg") no-repeat center;
  width: 6px;
  height: 6px;
  position: absolute;
  top: calc(50% - 3px);
  right: 16px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}
.tnc__head.active:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  opacity: 0.5;
}
.tnc__head.active:after:hover {
  opacity: 0.5;
}
.tnc__head.active {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: var(--gunmetal);
}
.tnc__content {
  padding: 16px;
  display: none;
  color: var(--dark);
  border-radius: 8px;
  margin-bottom: 1rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
} 
.tnc p {
  font-size: 18px;
}

.tnc__content__table {
  margin-top: 56px;
  margin-left: -10px;
  width: calc(100% + 30px);
}
.tnc__content__table h5 {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
/* .to-top {
  background-color: var(--dark2);
  padding: 0;
}
.to-top .btn {
  margin: 0 auto 24px;
  display: none;
  padding: 14px 74px;
}
.to-top.active {
  padding: 0 0 24px;
  margin-top: -20px;
}
.to-top.active .btn {
  display: block;
}
.to-top hr {
  border: none;
  border-bottom: 1px solid var(--gunmetal);
  margin: 0;
} */
.social {
  padding: 32px;
  background: var(--dark);
  display: none; /* hide placeholder of social media */
}
.social > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  gap: 16px;
}
.social__media__icon {
  display: block;
  width: 32px;
  height: 32px;
  position: relative;
  background-color: var(--cool-grey2);
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.social__media__icon--twitter {
  -webkit-mask: url("../images/social/icon-twitter.svg");
  mask: url("../images/social/icon-twitter.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
}
.social__media__icon--twitter:hover {
  background-color: var(--twitter);
}
.social__media__icon--youtube {
  -webkit-mask: url("../images/social/icon-youtube.svg");
  mask: url("../images/social/icon-youtube.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
}
.social__media__icon--youtube:hover {
  background-color: var(--youtube);
}
.partners {
  background-color: var(--dark2);
  padding: 32px 0;
}
.partners > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  gap: 45px;
}
.partners__partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  gap: 12px;
}
.partners__partner > img {
  width: 40px;
  height: 40px;
}
.partners__partner__info__name {
  font-weight: 700;
  font-size: 12px;
  color: var(--cool-grey2);
  margin-bottom: 6px;
  white-space: nowrap;
  text-transform: capitalize;
}
.partners__partner__info__year {
  font-size: 12px;
  color: var(--cool-grey2);
}
.partners__partner--laliga p {
  color: var(--white);
}

/* PROVIDERS */

.provider--area .provider--area-inner {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
}

.provider--area > hr {
  border: none;
  height: 1px;
  max-width: 1312px;
  width: 100%;
  margin-top: 0;
  border-bottom: 1px solid #4e5461;
  -webkit-box-shadow: 0 20px 20px -20px #4e5461;
          box-shadow: 0 20px 20px -20px #4e5461;
}

/* END OF  PROVIDERS */

.copy {
  padding: 30px 0 190px;
  /* padding: 30px 0 50px; */
  background-color: var(--dark);
}

.copy__responsible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.copy p {
  color: var(--cool-grey2);
  margin-bottom: 12px;
  font-size: 12px;
}
.copy a {
  color: var(--cool-grey2);
  text-decoration: underline;
}
.copy__responsible {
  margin-bottom: 24px;
}
.copy__responsible__licenses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  gap: 16px;
}
.copy__responsible__licenses > img {
  width: 32px;
  height: 32px;
}
.copy__responsible__licenses p {
  font-weight: 700;
  font-size: 12px;
  margin: 0;
}
/* ~footer */

/* .scroll-holder {
	position: relative;
}
.scroll-mover {
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.scroll-holder:hover *:not(.touch-handler) {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.scroll-holder.init *:not(.touch-handler) {
	pointer-events: none;
}
.scroll-holder.init .touch-handler {
	pointer-events: auto;
	opacity: 1;
}
.scroll-holder.scroll-x .scroller-inner {
	max-width: 9999px;
}
.line1 {
	font-family: 'OpenSansRegular';
	font-size: 24px;
} */

/* hidden sections - phase 2*/
.content__slider {
  display: none;
}
/* ~hidden sections - phase 2*/

.desk {
  display: block;
}
.mobi {
  display: none;
}

.content__banner__texts .txt--mobi {
  display: none;
}
.content__banner__texts .txt--deskop {
  display: block;
}

@media (max-width: 1359px) {
  .swiper-holder {
    overflow-x: hidden;
  }
  .content__tiles__row__txts h3 {
    font-size: 3vw;
  }
  .content__tiles__row__txts p {
    font-size: 1.2vw;
  }
}
@media (max-width: 1238px) {
  .journey__list ol li .list__absolute:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .journey__list ol li, .journey__list ol li:last-child {
    width: 74px;
  }
  .journey__list ol li:nth-child(odd) .list__absolute, .journey__list ol li:nth-child(even) .list__absolute {
    margin-left: -77px;
  }
}
@media (max-width: 1219px) {
  .copy {
    padding-bottom: 140px;
  }
  .content__teaser__banner .inner {
    padding-left: 290px;
  }
  .content__teaser__banner {
    /* background-size: 1024px 136px; */
    height: 136px;
    /* margin-top: -15px;
		padding-top: 15px; */
  }
  .content__teaser__banner h1 {
    font-size: 22px;
  }
  .content__teaser__banner h2 {
    font-size: 32px;
  }
  .content__teaser__banner .btn {
    padding: 16px 40px;
  }
}
@media (max-width: 1119px) {
  .partners > .inner {
    gap: 12px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .partners__partner {
    gap: 8px;
  }
}
@media (max-width: 1023px) {
  .move__top {
    top: 0px !important;
  }
  .inner {
    padding: 0 16px;
  }
  .md-mb {
    display: none;
  }
  .content__banner__texts h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
  }
  .content__banner__texts h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
  }
  .content__steps__step > img {
    width: 48px;
    height: 48px;
  }
  .content__steps__step h2 {
    font-size: 16px;
  }
  .content__steps__step p.desk {
    display: none;
  }
  .content__steps__step p.mobi {
    display: block;
  }
  h2.head-line {
    font-size: 20px;
  }
  .content__tiles__row {
    gap: 10px;
    margin-bottom: 8px;
  }
  .swiper-prev,
  .swiper-next {
    display: none;
  }
  .content__m88__feats {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .content__m88__feats__card {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 45%;
    margin-bottom: 32px;
  }
  .content__m88__feats__card__thumb {
    height: 120px;
  }
  .content__m88__feats__card h3 {
    font-size: 14px;
  }
  .content__m88__feats__card p {
    font-size: 14px;
  }
  .content__bottom {
    padding: 56px 0 24px;
  }
  .content__bottom h3 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .content__bottom p {
    font-size: 12px;
    margin-bottom: 32px;
  }
  .tnc {
    padding: 16px 0;
  }
  .to-top.active {
    margin-top: -10px;
  }
  .tnc hr {
    margin: 16px 0 0 0;
  }
  .partners__partner {
    display: block;
    text-align: center;
  }
  .partners__partner > img {
    margin-bottom: 8px;
  }
  .copy {
    padding-bottom: 120px;
  }
  .copy p br {
    display: none;
  }
  .content__teaser__banner {
    /* background: url("../images/bg-teaser-tab.png") no-repeat left top; */
    height: 116px;
    /* margin-top: -12px;
		padding-top: 12px; */
  }
  .content__teaser__banner .inner {
    padding-left: 245px;
  }
  .content__teaser__banner h1 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .content__teaser__banner h2 {
    font-size: 24px;
  }
  .content__teaser__banner .btn.desk {
    display: none;
  }
  .content__teaser__banner .btn.mobi {
    display: block;
    padding: 14px 38px;
  }

  /* NEW UXUI LANDING PAGE
  *  aboutmansion__journey
  */

  .content__aboutmansion .inner .aboutmansion__desc h1 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
  }

  .content__aboutmansion .inner .aboutmansion__desc p {
    font-size: 14px;
    line-height: 23.6px;
  }

  .aboutmansion__desc-second p {
    font-size: 14px;
    line-height: 19.6px;
  }

  .content__aboutmansion .inner .aboutmansion__journey h1 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
  }

  .journey__list {
    padding: 40px 0 0;
  }

  .journey__list ol li,
  .journey__list ol li:last-child {
    width: 74px;
  }
  .journey__list ol li .list__absolute:first-child{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .journey__list ol li:nth-child(odd) .list__absolute,
  .journey__list ol li:nth-child(even) .list__absolute {
    margin-left: -70px;
  }

  /* UNVEILING */
  .content__unveilingmansion .inner .content__unveilingmansion-header h1 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
  }

  .content__flex-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47.5%;
            flex: 0 0 47.5%;
  }
  .content__content-flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
  .content__content-flex > img {
    width: 100%;
    max-width: 358px;
  }
  .content__content-flex .content__inner-flex .flex__description {
    gap: 16px;
  }
  .content__content-flex .content__inner-flex > p {
    font-size: 14px;
    max-width: 358px;
    line-height: 19.6px;
  }

  /* END OF LANDING PAGE */

  .sponsor__afc img,
  .sponsor__crystal img,
  .sponsor__manchester img,
  .sponsor__tottemham img {
    margin-bottom: 8px;
  }
}

@media (max-width: 821px) {
  .content__aboutmansion .inner {
    padding: 16px 16px 40px;
  }
  .journey__list ol li, .journey__list ol li:last-child {
    width: 70px;
  }
}

@media ( max-width: 768px ) {
  .content__accessible .inner .accessible__flags {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 190px;
  }
  .content__accessible .inner .accessible__flags .flags {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 17%;
            flex: 0 0 17%;
  }
}

@media (max-width: 767px) {
  .header {
    padding: 16px 0;
  }
  .logo {
    width: auto;
    height: 32px;
  }
  .content__banner {
    margin-top: -84px;
    /* margin-top: 0; */
  }
  .content__tiles__head-sub {
    font-size: 14px;
  }

  .content__banner__texts h1 {
    font-size: 20px;
  }

  .btn {
    font-size: 14px;
    font-weight: 700;
    padding: 17px 24px;
    max-width: 184px;
    width: 100%;
  }
  body[data-lang="th"] .btn {
    max-width: max-content;
  }

  /* NEW UXUI LANDING PAGE
  *  aboutmansion__journey
  */
  .content__aboutmansion .inner {
    padding: 8px 16px 32px;
  }
  .content__aboutmansion .inner .aboutmansion__desc h1,
  .content__aboutmansion .inner .aboutmansion__journey h1 {
    font-size: 16px;
  }
  .aboutmansion__desc-second p {
    margin: 0 auto 32px;
  }
  .content__content-flex .content__inner-flex > p {
    max-width: 358px;
  }
  .aboutmansion__desc-second .aboutmansion__flex-asset {
    gap: 20px;
        -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly;
  }
  .content__content-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
            margin: 0 auto 0;
  }
  .content__content-flex > img {
    margin-bottom: 16px;
  }
  .content__content-flex:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .content__content-flex .content__inner-flex .flex__description {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .content__unveilingmansion .inner .content__unveilingmansion-header h1 {
    font-size: 16px;
  }
  /* JOURNEY */
  .journey__list {
    padding: 60px 0 0;
    height: 96vh;
  }
  .journey__list ol {
    margin: 0 auto;
    max-width: 767px;
    padding: 0px 0;
    /* position: relative;
    left: 50%; */
  }
  .journey__list ol li {
    display: block;
    width: 1px;
    height: 75px;
    margin: 0 auto;
  }
  .journey__list ol li::after{
    top: -4%;
    left: calc(100% + -4px);
  }
  .journey__list ol li:nth-child(6):before,
  .journey__list ol li:nth-child(7):before,
  .journey__list ol li:nth-child(8):before,
  .journey__list ol li:nth-child(9):before,
  .journey__list ol li:nth-child(10):before {
    top: -9px;
    left: calc(100% + 0px);
  }
  .journey__list ol li:nth-child(odd) .list__absolute,
  .journey__list ol li:nth-child(even) .list__absolute {
    margin: auto auto;
  }
  .journey__list ol li .list__absolute:first-child {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
  .journey__list ol li, .journey__list ol li:last-child {
    width: 1px;
    height: 75px;
  }
  .journey__list ol li:first-child {
    width: 1px;
  }
  .journey__list ol li:last-child {
    width: 0;
  }
  .journey__list ol li .odd__mobile {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
        -ms-flex-direction: row!important;
            flex-direction: row!important;
  }
  .journey__list ol li .even__mobile {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .journey__list ol li:nth-child(odd) .list__absolute {
    top: 20px;
    left: 20px;
  }
  .journey__list ol li:nth-child(even) .list__absolute {
    top: calc(100% + -100px);
    left: -170px;
  }
  /* ACCESSIBLE */
  .content__accessible .inner .content__accessible-header h1 {
    margin-top: 16px;
    font-size: 16px;
  }
  .content__accessible .inner .accessible__flags {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
            padding: 0 20vw;
  }
  .content__accessible .inner .accessible__flags .flags {
    /* max-width: 68px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(20% - 10px);
            flex: 0 0 calc(20% - 10px); */
            max-width: 68px;
  flex: 0 0 calc(33.33% - 10px);
  }
  /* END OF LANDING PAGE */
  .social > .inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .social__media__icon {
    width: 24px;
    height: 24px;
  }
  .partners > .inner {
    display: block;
    text-align: center;
  }
  .partners__partner--laliga {
    margin-bottom: 24px;
  }
  .partners__partner--bornemouth,
  .partners__partner--crystalpalace,
  .partners__partner--manchester,
  .partners__partner--tottenham {
    display: inline-block;
    margin: 0 3%;
  }
  .partners__partner:nth-child(2) {
    margin-left: 0;
  }
  .partners__partner:last-child {
    margin-right: 0;
  }
  .partners__partner--bornemouth .partners__partner__info__name,
  .partners__partner--crystalpalace .partners__partner__info__name,
  .partners__partner--manchester .partners__partner__info__name,
  .partners__partner--tottenham .partners__partner__info__name {
    display: none;
  }
  .copy__responsible {
    display: block;
  }
  .copy__responsible__licenses {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 24px;
  }
  .copy {
    padding-bottom: 90px;
  }
  .copy p {
    text-align: center;
  }
  .content__teaser__banner {
    /* background: url("../images/bg-teaser-mobi.png") no-repeat left top; */
    /* height: 88px; */
    height: 75px;
    /* margin-top: -11px;
		padding-top: 11px; */
  }
  .content__teaser__banner .inner {
    padding-left: 120px;
    /* gap: 25px; */
  }
  .content__teaser__banner h1 {
    font-size: 16px;
    margin-bottom: 0;
  }
  .content__teaser__banner h2 {
    font-size: 20px;
  }
  .content__teaser__banner__left {
    margin-right: 20px;
  }
  .content__teaser__banner .btn.mobi {
    font-size: 10px;
    padding: 9px 16px;
  }
  .content__teaser__banner .inner .bubbly--button {
    padding: 12px 10px;
    width: 100%;
    max-width: max-content;
    font-size: 10px;
    text-align: center;
  }
}

@media(max-width: 613px) {
  .content__accessible .inner .accessible__flags {
    padding: 0 12vw;
  }
}

@media (max-width: 541px) {
  .content__accessible .inner .accessible__flags {
    padding: 0 7vw;
  }
}

@media (max-width: 559px) {
  body {
    font-size: 12px;
  }
  .header {
    background: none;
  }
  .logo {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .logo > img.desk {
    display: none;
  }
  .logo > img.mobi {
    display: block;
    width: auto;
    height: 72px;
  }
  .btn--join {
    display: none;
  }
  .content__banner {
    /* background: url("../images/bg-mobile.png") no-repeat center top var(--dark2); */
    /* background-size: 1060px auto; */
    /* background-position: center 60px; */
    /* background-size: 100% auto;
    margin-top: -68px; */
    /* margin-top: 0; */
  }
  .content__banner__texts {
    /* padding-top: 470px; */
    /* padding-top: 130%; */
    padding-top: 118%;
  }
  .content__banner__texts .txt--mobi {
    display: block;
  }
  .content__banner__texts .txt--desktop {
    display: none;
  }
  .content__banner__tnc__head {
    font-size: 10px;
  }
  .content__steps .inner {
    display: block;
    text-align: center;
  }
  .content__steps__step {
    display: block;
  }
  .content__steps__step > img {
    width: 56px;
    height: 56px;
    margin-bottom: 12px;
  }
  .content__steps__step h2 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .content__steps__step p.desk {
    display: block;
  }
  .content__steps__step p.mobi {
    display: none;
  }
  .content__steps__step p {
    font-size: 14px;
  }
  .content__steps__arrow-right {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
    margin: 16px 0;
    width: 16px;
    height: 16px;
    background-size: contain;
    position: relative;
    left: -1px;
  }
  .content__tiles {
    padding: 48px 0 32px;
  }
  h2.head-line {
    font-size: 16px;
  }
  .content__tiles__row {
    display: block;
    margin-bottom: 0;
  }
  .content__tiles__row__card {
    margin: 0 auto 8px;
  }
  .content__tiles__row__txts h3 {
    font-size: 6vw;
  }
  .content__tiles__row__txts p {
    font-size: 2.4vw;
  }
  .content__slider {
    padding: 48px 0 32px;
  }
  .swiper--sports__card {
    width: 300px;
    height: 175px;
  }
  .swiper--sports__card__ctas {
    bottom: 30px;
  }
  .content__m88__feats {
    display: block;
  }
  .content__m88__feats__card {
    max-width: 100%;
    width: 100%;
    margin: 0 auto 24px;
  }
  .content__m88__feats__card:last-child {
    margin-bottom: 0;
  }
  .content__bottom {
    padding: 48px 0 16px;
  }
  .tnc li {
    font-size: 14px;
  }
  .to-top .btn {
    padding: 10px 50px;
  }
  .content__teaser__banner h1 {
    display: block;
    margin-bottom: 8px;
    font-size: 10px;
  }
  .content__teaser__banner h2 {
    font-size: 14px;
  }
  .aboutmansion__desc-second .aboutmansion__flex-asset img:nth-child(1) {
    width: 100%;
    max-width: 108.46px;
  }
}

@media (max-width: 427px) {
  .content__accessible .inner .accessible__flags {
    padding: 0 2vw;
  }
}

@media (max-width: 383px) {
  .content__accessible .inner .accessible__flags {
    padding: 0 1vw;
  }
}

@media (max-width: 375px) {
  .logo > img.mobi {
    display: block;
    width: auto;
    height: 72px;
  }
  .content__banner__texts .txt--mobi {
    display: block;
  }
  .content__banner__texts .txt--desktop {
    display: none;
  }
  .content__aboutmansion .inner .aboutmansion__desc p {
    font-size: 14px;
    line-height: 23.6px;
  }
  .aboutmansion__desc-second p {
    font-size: 14px;
    line-height: 19.6px;
  }
  .aboutmansion__desc-second .aboutmansion__flex-asset {
    gap: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .aboutmansion__desc-second .aboutmansion__flex-asset img:nth-child(1) {
    width: 100%;
    max-width: 108.46px;
  }
  .aboutmansion__desc-second .aboutmansion__flex-asset img:nth-child(3) {
    width: 100%;
    max-width: 108.27px;
  }
  .content__accessible .inner .accessible__flags {
    padding: 0 .16vw;
  }
}

@media (max-width: 359px) {
  .content__banner__texts .txt--mobi {
    display: block;
  }
  .content__banner__texts .txt--desktop {
    display: none;
  }
  .partners__partner--bornemouth,
  .partners__partner--crystalpalace,
  .partners__partner--manchester,
  .partners__partner--tottenham {
    margin: 0 1%;
  }
}

@media (hover: hover) {
  .content__tiles__row__card:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
  }
}

/* fonts */
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-BoldItalic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-BlackItalic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato Hairline";
  src: url("../fonts/Lato-HairlineItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato Hairline";
  src: url("../fonts/Lato-Hairline.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}