/* CSS reset */
*,*::before,*::after { box-sizing: border-box; }
html { -moz-text-size-adjust: none; -webkit-text-size-adjust: none; text-size-adjust: none; }
body, h1, h2, h3, h4, p, figure, blockquote, dl, dd { margin-block-end: 0; }
ul[role='list'], ol[role='list'] { list-style: none; }
body { min-height: 100vh; line-height: 1.5; }
h1, h2, h3, h4, button, input, label { line-height: 1.1; }
h1, h2, h3, h4 { text-wrap: balance; }
a:not([class]) { text-decoration-skip-ink: auto; color: currentColor; }
img, picture { max-width: 100%; display: block; }
input, button, textarea, select { font-family: inherit; font-size: inherit; }
textarea:not([rows]) { min-height: 10em; }
:target { scroll-margin-block: 5ex; }
/* CSS reset end */

body { background: #2a2424; color: #cd742f; font-family: "Utility Pro", sans-serif; font-weight: 300; font-size: 1rem; letter-spacing: 0.2px; }
hr { border-top: 2px solid #cd742f; border-bottom: 0; height: 0; margin-top: 1.5rem; margin-bottom: 1.5rem; }
.bold { font-weight: 500; }
.boldcenter { font-weight: 500; text-align: center; }
h2.boldcenter { font-weight: 700;  }
.thick { font-weight: 700; }
.ul { text-decoration: underline; }
.tos { font-weight: 500; }


.bg_fixed { position: fixed; top: 0; z-index: -1; overflow: hidden; height: 100vh; height: 103lvh; width: 100vw; }
.bg_fixed .bg_invert { width: 100%; height: 100%; background-color: #cd742f; opacity: 0; }
.bg_ani { position: absolute; z-index: -2; width: 100%; height: 100%; }
.bg_ani #bg_ani { width: 100%; height: 100%; opacity: 0.3; animation: spinning 60s linear infinite; }
.bg_logo { position: absolute; z-index: -1; width: 100%; height: 100%; background-image: url(../images/bg_logo.svg); background-repeat: no-repeat; background-size: 100% 100%; background-position: center 200%; opacity: 0; }
@keyframes spinning { to { transform: rotate(-360deg); }}

nav.main { position: fixed; top: 0; width: 100%; z-index: 99; transform: translate(0px, -100px); background-image: linear-gradient(to bottom, #2a2424 0, #2a2424 61px, transparent 100%); padding-bottom: 1.8rem; }
nav.main .bg_invert { position: absolute; width: 100%; height: 100%; background-image: linear-gradient(to bottom, #cd742f 0, #cd742f 61px, transparent 100%); opacity: 0; z-index: -1; }
nav.main .topnav { display: flex; justify-content: space-between; margin-top: 0.5rem; }
nav.main.invert .topnav,
nav.main.active .topnav { filter: brightness(0) saturate(100%) invert(11%) sepia(2%) saturate(3263%) hue-rotate(314deg) brightness(92%) contrast(88%); }
nav.main .menu { display: block; margin-top: 0.9rem; margin-bottom: 0.5rem; text-decoration: none; color: inherit; padding-right: 1.3rem; font-weight: 800; text-align: right; position: relative; font-size: 0; }
nav.main .menu:before { position: absolute; content: ''; background-image: url(../images/icon-menu.svg); background-repeat: no-repeat; background-position: right center; right: 0; width: 1rem; height: 1rem; transition: transform 1s; }
nav.main.active .menu:before { transform: rotate(90deg); }
nav.main.invert { background-image: none; }
nav.main .close { display: none; margin-top: 0.9rem; margin-bottom: 0.5rem; text-decoration: none; color: inherit; font-weight: 800; text-align: right; position: relative; font-size: 12px; }

nav.main .wrapper { position: absolute; z-index: -1; top: 0; background-color: #cd742f; color: #2a2424; opacity: 0; height: 0; width: 100%; }
nav.main .wrapper .container { height: 100%; position: relative; }
nav.main .logo img { height: 30px; margin-top: 0.5rem; margin-bottom: 0.5rem; margin-left: 0.12rem; }
nav.main ul { height: 100%; position: absolute; }
nav.main ul.right { right: 0; align-items: end; padding-right: 1rem; padding-bottom: 155px; line-height: 140%; }
nav.main ul { list-style: none; padding-left: 2px; display: flex; flex-direction: column; align-items: start; justify-content: end; padding-bottom: 150px; }
nav.main ul a { position: relative; font-size: 2rem; color: #2a2424; font-weight: 800; text-decoration: none; text-transform: uppercase; display: none; }
nav.main ul.right a { font-size: 12px; }
nav.main.active ul a { display: block; }
nav.main ul a:before { content: ""; position: absolute; display: block; width: 100%; height: 3px; bottom: 5px; left: 0; background-color: #2a2424; transform: scaleX(0); transition: transform 0.3s ease; }
nav.main ul.right a:before { bottom: 0px; }
nav.main ul a:hover:before { transform: scaleX(1); }

section { position: relative; }
section:after { content: ''; position: absolute; bottom: 5rem; border-bottom: 2px solid #cd742f; width: 70%; left: 15%; opacity: 0.25; }
section.home:after,
section.contact:after { content: none; }

section.invert { color: #2a2424; padding-top: 0; opacity: 0; margin-top: 90px; }
section.invert a { font-weight: 500; }

.home { height: 130vh; }
.home #cover { position: absolute; top: 0; left: 0; display: flex; width: 100%; height: 100vh; padding-top: 8%; overflow: hidden; }
.home #cover svg { scale: 1.3; }
.home .quote { position: absolute; display: flex; flex-direction: column; justify-content: center; height: 100vh; padding-top: 15%; font-size: clamp(2rem, 6vw, 4.5rem); font-weight: 200; line-height: 95%; opacity: 0; }
.home .quote p:before { content: '\200b'; }
.home .quote .quoted { padding-left: 0.8rem; position: relative; }
.home .quote .begin-quote:after { position: absolute; left: 0rem; content:'"'; font-weight: 400; }
.home .quote .end-quote { display: inline-block; }
.home .quote .end-quote:after { position: absolute; content:'"'; font-weight: 400; }
.home .quote .outline { font-size: clamp(3.5rem, 15vw, 8rem); line-height: 100%; color: #cd742f; font-weight: 800; padding-bottom: 1rem; }
.home .quote .plus { line-height: 100%; font-weight: 800; letter-spacing: -1px; padding-bottom: 1rem; }

.sidebar { margin-bottom: 2rem; }
.sidebar h2 { font-weight: 700; }
.sidebar p { font-size: 1.15rem; line-height: 120%; font-weight: 300; }
.sidebar .quote { margin-top: 1rem; display: inline-block; position: relative; padding-left: 0.6rem; }
.sidebar .quote:before { position: absolute; left: 0rem; content:'"' }
.sidebar .quote:after { position: absolute; padding-left: 0.1rem; content:'"' }
.title { font-weight: 700; }
h2.title { display: flex; align-items: flex-start; }
.content { overflow: hidden; }
.content h3,
.content p { margin-bottom: 1.5rem; }
.content .highlight { font-size: 2.5rem; line-height: 100%; margin-bottom: 0.75rem; }
.content .nav_section ul li { margin-bottom: 1rem; list-style: none; position: relative; } 
.content .nav_section ul li:before { position: absolute; content: ''; background-image: url(../images/list.svg); background-repeat: no-repeat; height: 1rem; width: 0.6rem; top: 0.45rem; left: -1.2rem;}
.content .nav_section ul li ul li { margin-bottom: 0; }
.content .nav_section { margin-bottom: 10rem; }
.content .nav_section p.highlight:first-child { margin-top: 0; }
.content .nav_section>h4.heading { margin-bottom: 1.5rem; display: inline-block; border: 1px solid #cd742f; padding: 5px 10px; }

.content .map_hk { width: 50%; background-color: rgba(42, 36, 36, 0.6); overflow: hidden; border: 1px solid #cd742f; margin-bottom: 1rem; }
.content .map_hk img { transform-origin: 50% 45%; }

.content .map_melbourne { width: 50%; background-color: rgba(42, 36, 36, 0.6); overflow: hidden; border: 1px solid #cd742f; margin-bottom: 1rem; }
.content .map_melbourne img { transform-origin: 47% 18%; }

.container.terms .content .nav_section,
.container.legalnotice .content .nav_section { margin-bottom: 10rem;  }
.container.legalnotice .content .nav_section.notice { margin-bottom: 4rem; }
.container.terms .row,
.container.legalnotice .row { position: relative; }
.container.terms .row:after,
.container.legalnotice .row:after { position: absolute; content: ''; width: 50%; left: 25%; bottom: 5rem; border-top: 1px solid #2a2424; }
.container.legalnotice .row:first-child:after { content: none; }
.container.terms .row.last:after,
.container.legalnotice .row.last:after { content: none; }

.about .title span.lowercase { line-height: 110%; font-size: 60%; }
.about .about-nav-wrapper, .about .pin-spacer { z-index: 10; }
.about .about-nav-wrapper { padding-bottom: 1rem; position: relative; }
.about .about-nav-wrapper .wrapper-bg { position: absolute; z-index: -1; width: 100%; height: calc(100% + 290px); top: -300px; left: 0; background-image: linear-gradient(to bottom, #2a2424 0, #2a2424 510px, transparent 100%); }
.about .about-nav-wrapper hr { margin-top: 0; }
.about .about-nav-wrapper .pcgs { padding-bottom: 2.5rem; padding-right: 1rem; }
/*.about .about-nav { background-image: url(../images/pcgs.svg); background-repeat: no-repeat; }*/
.about .about-nav ul { list-style: none; font-weight: 500; line-height: 180%; padding-left: 0; }
.about .about-nav ul li { margin-bottom: 0.2rem; }
.about .about-nav ul li a { position: relative; opacity: 0.5; color: inherit; pointer-events: none; cursor: default; }
.about .about-nav ul li a.active { opacity: 1; }
.about .about-nav ul li a.active:after { position: absolute; content: ""; bottom: 0; left: 0; width: 100%; border-bottom: 1px solid #cd742f;  }
.about .about-nav a { text-decoration: none; }

#about_leadership { margin-bottom: 1rem; }
#about_map { margin-bottom: 2rem; }

/*.about .box { border: 1.1px solid #cd742f; aspect-ratio: 1/1; margin-bottom: 1rem; padding: 1rem; font-size: 1.25rem; mask-image: url('../images/mask-square.svg'); -webkit-mask-image: url('../images/mask-square.svg'); mask-size: 0% 0%; -webkit-mask-size: 0% 0%; mask-position: top left; -webkit-mask-position: top left; mask-repeat: no-repeat; -webkit-mask-repeat: no-repeat; }*/
.about .box { aspect-ratio: 1/1; margin-bottom: 2rem; padding: 1rem; padding-top: 0; font-size: 1.25rem; position: relative; max-width: 330px; }
.about .box .brd { position: absolute; background-color: #cd742f; }
.about .box .brd-top { top: 0; left: 0; width: 100%; height: 1px; transform: scaleX(0); transform-origin: left; }
.about .box .brd-right { top: 0; right: 0; width: 1px; height: 100%; transform: scaleY(0); transform-origin: top; }
.about .box .brd-bottom { bottom: 0; right: 0; width: 100%; height: 1px; transform: scaleX(0); transform-origin: right; }
.about .box .brd-left { bottom: 0; left: 0; width: 1px; height: 100%; transform: scaleY(0); transform-origin: bottom; }
.about .box h3 { font-size: 10rem; margin-bottom: 0; position: relative; display: inline-block; }
.about .box4 h3.eur:after { content: "EUR"; font-size: 20px; }
.about .content .box p { margin-bottom: 0; font-weight: 500; }

.container.contact { margin-bottom: 2rem; }

.footer { margin-bottom: 1.5rem; }
.footer,
footer { font-size: 12px; }
.footer .row.copynav,
footer .row.copynav { border-top: 1px solid #cd742f; padding-top: 1rem; align-items: center; margin-bottom: 0.5rem; text-align: center; }
.footer .row.copynav { border-top: 1px solid #2a2424; }
.footer .row.copynav ul.links,
footer .row.copynav ul.links { margin: 0; list-style-type: none; display: flex; align-items: center; justify-content: center; font-weight: 800; }
.footer .row.copynav ul.links li,
footer .row.copynav ul.links li { margin: 0 0.5rem; }
.footer .row.copynav ul.links li:last-child,
footer .row.copynav ul.links li:last-child { margin-right: 0; }
.footer .row.copynav a,
footer .row.copynav a { text-decoration: none; color: inherit; }
.footer .row.copynav a:hover,
footer .row.copynav a:hover { text-decoration: underline; }
.footer .row.copynav a img,
footer .row.copynav a img { width: 30px; }
.footer .row.liv .col,
footer .row.liv .col { display: flex; align-items: center; justify-content: center; }
footer .row.liv .col { color: white; }
.footer .row.liv img,
footer .row.liv img { width: 100px; float: left; margin-right: 1rem; }
footer .row:last-child { padding-bottom: 2rem; }
.footer img { filter: brightness(0) saturate(100%) invert(11%) sepia(2%) saturate(3263%) hue-rotate(314deg) brightness(92%) contrast(88%); }

body.showsection section.terms,
body.showsection section.legalnotice { display: none; }
body.showterm section,
body.showterm footer { display: none; }
body.showterm section.home { display: none !important; }
body.showterm section.terms { display: inherit; }
body.showlegalnotice section,
body.showlegalnotice footer { display: none; }
body.showlegalnotice section.home { display: none !important; }
body.showlegalnotice section.legalnotice { display: inherit; }

@keyframes flicker-animation {
    0%   { opacity: 1; }
    50%  { opacity: 0.5; }
    100% { opacity: 1; }
    
    10.1% { opacity: 1; }
    10.2% { opacity: 0.1; }
    10.3% { opacity: 1; }

    40.1% { opacity: 1; }
    40.2% { opacity: 0.3; }
    40.3% { opacity: 1; }

    72.1% { opacity: 1; }
    72.2% { opacity: 0.2; }
    72.3% { opacity: 1; }
}
#map { transform: scale(1.5); margin-top: 4rem; margin-bottom: 4rem; }
#map_1, #map_2, #map_3, #map_4, #map_5, #map_6, #map_7, #map_8, #map_9, #map_10, #map_11, #map_12, #map_13 { animation: flicker-animation 0.1s linear infinite; }

@keyframes turn-and-stop {
  0%   { transform: rotate(0deg); }
  2.5% { transform: rotate(90deg); }
  25%  { transform: rotate(90deg); }
  27.5%{ transform: rotate(180deg); }
  50%  { transform: rotate(180deg); }
  52.5%{ transform: rotate(270deg); }
  75%  { transform: rotate(270deg); }
  77.5%{ transform: rotate(360deg); }
  100% { transform: rotate(360deg); }
}

/* media-breakpoint-down(sm) */
@media (max-width: 575.98px) {
    .content .title { font-size: clamp(2rem, 20vw, 7rem); }
    .content .highlight { font-size: 1.5rem; }
    .content h4.highlight { font-size: 3rem; }
    .nav_section>h4.heading,
    .about .about-nav a { font-size: 1.2rem; }
    .about .box4 h3.eur:after { position: absolute; bottom: 0; right: 1.6rem; }
}
/* media-breakpoint-down(md) */
@media (max-width: 767.98px) {
    .container { --bs-gutter-x: 2rem; }
    body.mobile section { display: none; }
    body.mobile .bg_ani { display: none; }
    body.mobile section.showing { display: block; margin-top: 90px; z-index: -1; }
    body.mobile section.home.showing { margin-top: 0; }
    body.mobile .about .about-nav ul li a.active { opacity: 0.5; }
    body.mobile .about .about-nav ul li a.active:after { content: none; }
    body.mobile.showterm section.showing,
    body.mobile.showlegalnotice section.showing { display: none; }
    body.mobile nav.main .menu::before { animation: turn-and-stop 30s ease infinite; }
    body.mobile #smooth-wrapper { overflow: hidden; position: relative; }
    body.mobile .sidebar h2 { font-size: 2.5rem; }
    body.mobile section.invert .sidebar h2 { font-size: inherit; }
    body.mobile .home .quote .plus { display: flex; flex-direction: column; justify-content: start; height: 112px; }
    body.mobile .home .quote .quoted { white-space: nowrap; }
}
/* media-breakpoint-down(lg) */
@media (max-width: 991.98px) {
}
/* media-breakpoint-down(xl) */
@media (max-width: 1199.98px) {
}
/* media-breakpoint-down(xxl) */
@media (max-width: 1399.98px) {
}

/* media-breakpoint-up(sm) */
@media (min-width: 576px) {
    .home .quote p { white-space: nowrap; }
    .content .title { font-size: 7rem; }
    .content .highlight { font-size: 2rem; }
    .content h4.highlight { font-size: 3.5rem; }
    .nav_section>h4.heading,
    .about .about-nav a { font-size: 1.5rem; }
    .about .box4 h3.eur:after { position: absolute; bottom: 0; right: 1.6rem; }
}
/* media-breakpoint-up(md) */
@media (min-width: 768px) {
    .bg_logo { background-position: center 290%; background-size: 80% 80%; }
    .container { max-width: 760px; }
    nav.main { background-image: linear-gradient(to bottom, #2a2424 0, #2a2424 90px, transparent 100%); padding-bottom: 3rem; }
    nav.main ul { padding-bottom: 50px; }
    nav.main ul.right { padding-bottom: 55px; }
    nav.main .bg_invert { background-image: linear-gradient(to bottom, #cd742f 0, #cd742f 90px, transparent 100%); }
    nav.main .topnav { margin-top: 1rem; }
    nav.main .logo img { height: 40px; }
    nav.main .menu { margin-top: 1rem; font-size: 12px; }
    nav.main .close { margin-top: 1rem; position: relative; }
    nav.main .close:before { content: 'CLOSE'; position: absolute; right: 1.2rem; }
    section:after { content: none; }
    section.invert { margin-top: 120px; }
    .home .quote .quoted { padding-left: 1.6rem; }
    .content .title { font-size: 8.8rem; }
    .content .highlight { font-size: 2.5rem; }
    .content h4.highlight { font-size: 4.5rem; }
    .sidebar h2 { font-size: 26px; }
    .terms .sidebar h2,
    .legalnotice .sidebar h2 { font-size: 20px; }
    .nav_section>h4.heading,
    .about .about-nav a { font-size: 1.5rem; }
    .about .about-pcg { margin-top: -1.2rem; }
    .about .box h3 { font-size: 5rem; }
    .about .box { font-size: 1rem; width: calc(100% - 2rem); }
    .about .box4 h3.eur:after { position: relative; bottom: 0; right: auto; }
    /*#contact { min-height: 650px; }*/
    .footer { padding-bottom: 9.5rem; }
    .footer .row.copynav,
    footer .row.copynav { text-align: unset; }
    footer .row.copynav ul.links { justify-content: flex-end; }
}
/* media-breakpoint-up(lg) */
@media (min-width: 992px) {
    .container { max-width: 960px; }
    .cover-wrapper { max-width: 1140px; }
    .content .title { font-size: 11rem; }
    .content .highlight { font-size: 3rem; }
    .sidebar h2 { font-size: 30px; }
    .terms .sidebar h2,
    .legalnotice .sidebar h2 { font-size: 22px; }
    .about .box { font-size: 1rem; padding: 1.5rem; padding-top: 0; line-height: 1.1rem; }
    .about .box h3 { font-size: 7.5rem; }
    .about .box4 h3.eur:after { position: absolute; right: 0.9rem; bottom: 0; }
    .nav_section>h4.heading,
    .about .about-nav a { font-size: 1.6rem; }
    .about .about-nav { padding-right: 2rem; }
    .about .about-nav ul li { margin-bottom: 1rem; }
    .about .about-nav-wrapper .pcgs { padding-bottom: 2.5rem; padding-right: 3rem; }
}
/* media-breakpoint-up() ipad landscape */
@media (min-width: 1079px) {
    .about .box { line-height: 1.3rem; }
    .about .box h3 { font-size: 10rem; }
    .about .box4 h3.eur:after { position: absolute; right: 1.6rem; bottom: 0; }
}
/* media-breakpoint-up(xl) */
@media (min-width: 1200px) {
    .container { max-width: 960px; }
    .cover-wrapper { max-width: 1140px; }
    .about .box { line-height: 1.3rem; }
    .about .box h3 { font-size: 10rem; }
    .about .box4 h3.eur:after { position: absolute; right: 1.6rem; bottom: 0; }
}
/* media-breakpoint-up(xxl) */
@media (min-width: 1400px) {
    .container { max-width: 960px; }
    .cover-wrapper { max-width: 1320px; }
}
