@charset "UTF-8";
:root {
  /* Brand — used sparingly; the site is essentially black & white */
  --color-brand: #5ec7f9;
  --color-brand-rgb: 94 199 249;
  --color-blue-deep: #3880fc; /* hero gradient top, where present */
  /* Core neutrals (dominant palette) */
  --color-bg: #ffffff;
  --color-bg-rgb: 255 255 255;
  --color-bg-muted: #ededed;
  --color-text: #000000;
  --color-text-rgb: 0 0 0;
  --color-text-muted: #5c5653;
  --color-text-inverse: #ffffff;
  --color-line: #c0c0c0;
  /* Secondary / legacy accents (a few spots only) */
  --color-pink: #ee3e63;
  --color-bg-pink: #fdeae4;
  /* Status */
  --color-success: #01c131;
  --color-danger: #d63638;
  /* Spacing — 8pt scale (off-grid 20/40px gutters snap to --space-lg/--space-2xl) */
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 24px;
  --space-xl: 32px;
  --space-2xl: 48px;
  --space-3xl: 64px;
  --space-4xl: 96px;
  /* Layout */
  --content-max: 1580px;
  /* Radius */
  --radius-sm: 4px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-pill: 999px;
  /* Fonts */
  --font-display: "PP Monument Extended", sans-serif;
  --font-body: "ABC Monument Grotesk", sans-serif;
  --font-zh: "Noto Sans SC", sans-serif;
  --font-serif: "EB Garamond", serif;
  /* Type scale */
  --font-size-xs: 12px;
  --font-size-sm: 14px;
  --font-size-md: clamp(15px, 0.9rem + 0.2vw, 19px);
  --font-size-lg: 20px;
  --font-size-xl: 24px;
  --font-size-2xl: 30px;
  --font-size-3xl: clamp(40px, 2rem + 2.2vw, 60px);
  /* z-index */
  --z-header: 100;
  --z-overlay: 200;
  --z-modal: 300;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: var(--color-text);
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid var(--color-line);
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: "ABC Monument Grotesk";
  src: url("../fonts/ABCMonumentGrotesk-Medium.woff2") format("woff2"), url("../fonts/ABCMonumentGrotesk-Medium.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ABC Monument Grotesk";
  src: url("../fonts/ABCMonumentGrotesk-Regular.woff2") format("woff2"), url("../fonts/ABCMonumentGrotesk-Regular.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ABC Monument Grotesk";
  src: url("../fonts/ABCMonumentGrotesk-MediumItalic.woff2") format("woff2"), url("../fonts/ABCMonumentGrotesk-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "ABC Monument Grotesk";
  src: url("../fonts/ABCMonumentGrotesk-RegularItalic.woff2") format("woff2"), url("../fonts/ABCMonumentGrotesk-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "PP Monument Extended";
  src: url("../fonts/PPMonumentExtended-Regular.woff2") format("woff2"), url("../fonts/PPMonumentExtended-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PP Monument Extended";
  src: url("../fonts/PPMonumentExtended-RegularItalic.woff2") format("woff2"), url("../fonts/PPMonumentExtended-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
h1 {
  font-weight: 500 !important;
}

h2 {
  font-family: var(--font-body);
  font-weight: normal;
  font-style: normal;
  font-size: var(--font-size-lg);
  line-height: 26px;
  font-weight: 500;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: var(--font-size-2xl);
    line-height: 36px !important;
  }
}

h3 {
  margin-top: 0;
  font-family: var(--font-body);
  font-weight: normal;
  font-style: normal;
  font-size: var(--font-size-lg);
  line-height: 120% !important;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  h3 {
    font-size: var(--font-size-xl);
  }
}

h6 {
  font-size: var(--font-size-sm);
  margin: 0;
  font-weight: bold;
}
h6 span,
h6 em {
  font-weight: bold !important;
}

p {
  font-size: var(--font-size-md);
  margin: 0 0 var(--space-lg);
}
@media only screen and (min-width: 1024px) {
  p {
    font-size: var(--font-size-lg);
  }
}

a {
  font-weight: 400;
  color: var(--color-text);
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}

strong {
  font-weight: 500;
}

.fa-star {
  position: absolute;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  border: 1px solid var(--color-text);
  padding: var(--space-sm);
  text-align: left;
  vertical-align: top;
}

th {
  background-color: var(--color-text);
  color: var(--color-text-inverse);
}

.gform_legacy_markup_wrapper table.gfield_list thead th {
  background-color: transparent;
  color: var(--color-text);
}

.header {
  position: fixed;
  width: calc(100% - 40px);
  top: 0;
  padding: var(--space-sm) var(--space-lg);
  z-index: 9998;
  transition: all 0.3s ease-in-out;
}
.header.scrolled {
  background-color: var(--color-brand);
  box-shadow: 0 0 10px rgb(var(--color-text-rgb)/0.1);
}
@media only screen and (min-width: 768px) {
  .header {
    width: calc(100% - 80px);
    padding: var(--space-sm) var(--space-2xl);
  }
}
.header__logo {
  width: 90%;
  max-width: 300px;
  filter: invert(1);
}
@media only screen and (min-width: 768px) {
  .header__logo {
    width: 330px;
  }
}
.header__logo img {
  max-width: 100%;
  height: auto;
}
.header__logo .desktop-logo {
  display: none;
}
@media only screen and (min-width: 768px) {
  .header__logo .desktop-logo {
    display: block;
  }
  .header__logo .mobile-logo {
    display: none;
  }
}
.header__container {
  display: flex;
  -moz-column-gap: var(--space-lg);
       column-gap: var(--space-lg);
  justify-content: space-between;
  align-items: center;
  max-width: var(--content-max);
  margin: 0 auto;
}
.header__date {
  display: none;
  filter: invert(1);
}
@media only screen and (min-width: 1024px) {
  .header__date {
    display: flex;
    gap: var(--space-lg);
    line-height: 12px;
    text-align: center;
  }
  .header__date div {
    font-family: var(--font-display) !important;
    font-size: var(--font-size-xs);
  }
}
.header__icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .header__icons {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
}
@media only screen and (min-width: 1500px) {
  .header__icons {
    width: 330px;
  }
}
.header__icons .banner-cta {
  display: block;
  padding: 5px 0;
  color: var(--color-pink);
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  font-size: var(--font-size-xs);
  border-radius: 3px;
}
@media only screen and (max-width: 499px) {
  .header__icons .banner-cta {
    min-width: 75px;
  }
}
.header__icons .banner-cta:hover {
  transition: all 0.3s ease-in-out;
  color: var(--color-text);
}
@media only screen and (min-width: 500px) {
  .header__icons .banner-cta {
    font-size: var(--font-size-xs);
    padding: var(--space-sm) 0px;
  }
}
@media only screen and (min-width: 1024px) {
  .header__icons .banner-cta {
    white-space: nowrap;
    font-size: var(--font-size-sm);
  }
}
.header__icon {
  font-size: var(--font-size-xl);
  color: var(--color-text);
  display: none;
  filter: invert(1);
}
@media only screen and (min-width: 768px) {
  .header__icon {
    display: block;
  }
}
.header__icon i {
  cursor: pointer;
}
.header__icon--open {
  margin-left: var(--space-lg);
  display: block;
  font-size: var(--font-size-2xl);
  padding-top: var(--space-xs);
}

.chinese .header__date div,
.chinese .header__icons .banner-cta {
  font-size: 105%;
}

.admin-bar .header {
  top: 46px;
}
@media only screen and (min-width: 783px) {
  .admin-bar .header {
    top: 32px;
  }
}

.footer {
  position: relative;
  width: calc(100% - 40px);
  padding: var(--space-lg);
  z-index: 9998;
  background-color: var(--color-brand);
  border-top: 1px solid rgb(var(--color-bg-rgb)/0.3);
}
@media only screen and (min-width: 768px) {
  .footer {
    width: calc(100% - 80px);
    padding: var(--space-lg) var(--space-2xl);
  }
}
.footer__container {
  display: flex;
  -moz-column-gap: 50px;
       column-gap: 50px;
  justify-content: space-between;
  align-items: top;
  max-width: var(--content-max);
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .footer__container {
    justify-content: space-around;
    align-items: center;
  }
}

.elementor-widget-container .newsletter-signup {
  margin-top: 0;
  padding: 42px var(--space-lg) var(--space-2xl);
}
@media only screen and (min-width: 768px) {
  .elementor-widget-container .newsletter-signup {
    padding: 56px var(--space-2xl) var(--space-3xl);
  }
}

.newsletter-signup {
  padding: var(--space-2xl) var(--space-lg);
  display: grid;
  gap: 12px;
  margin: 0 auto;
  background-color: var(--color-brand);
  margin-top: var(--space-4xl);
}
@media only screen and (min-width: 768px) {
  .newsletter-signup {
    padding: var(--space-3xl) var(--space-2xl);
  }
}
.newsletter-signup .container {
  max-width: var(--content-max);
  margin: 0 auto;
  width: 100%;
}
.newsletter-signup h3 {
  color: var(--color-text-inverse);
  text-transform: ca;
  font-size: var(--font-size-lg);
  font-weight: bold;
  margin-bottom: var(--space-xl);
}
.newsletter-signup form {
  display: grid;
  gap: 12px;
}
@media only screen and (min-width: 768px) {
  .newsletter-signup form {
    grid-template-columns: 2fr 2fr 1fr;
  }
}
.newsletter-signup form label {
  display: none;
}
.newsletter-signup form input {
  background-color: transparent;
  border-radius: 0;
  border: none !important;
  border-bottom: 2px solid var(--color-text-inverse) !important;
  width: 100% !important;
  font-size: var(--font-size-md) !important;
  padding: var(--space-sm) 0 !important;
  line-height: 24px;
  height: 44px;
  min-height: auto;
  box-sizing: border-box;
  -webkit-appearance: none;
}
.newsletter-signup form input:focus {
  background: transparent;
  color: var(--color-text-inverse);
  outline: none;
  box-shadow: none;
}
.newsletter-signup form input::-moz-placeholder {
  color: rgb(var(--color-bg-rgb)/0.8);
}
.newsletter-signup form input::placeholder {
  color: rgb(var(--color-bg-rgb)/0.8);
}
.newsletter-signup form button {
  border-radius: 0;
  border: 2px solid var(--color-text-inverse);
  font-size: var(--font-size-sm);
  text-transform: capitalize;
  background-color: transparent;
  padding: var(--space-sm);
  line-height: 24px;
  height: 44px;
  width: 100%;
  color: var(--color-text-inverse);
  font-weight: bold;
  box-sizing: border-box;
  transition: all 0.3s ease-in;
}
.newsletter-signup form button:hover {
  background-color: var(--color-text-inverse);
  color: var(--color-brand);
}

.primary-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: calc(100% - 40px);
  padding: var(--space-lg) var(--space-lg) 100px var(--space-lg);
  max-width: 340px;
  height: calc(100% - 120px);
  background-color: var(--color-bg);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translateX(100%);
  transition: transform 0.2s ease-out;
  overflow-y: auto;
}
.primary-nav .header__icon {
  filter: invert(0) !important;
}
@media only screen and (min-width: 768px) {
  .primary-nav {
    max-width: 240px;
    width: calc(100% - 80px);
    padding: var(--space-lg) var(--space-2xl) 80px var(--space-2xl);
    height: calc(100% - 100px);
  }
}
.primary-nav::-webkit-scrollbar {
  display: none;
}
.primary-nav {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.primary-nav__close {
  display: block;
  text-align: right;
  font-size: var(--font-size-2xl);
  cursor: pointer;
}
.primary-nav__date {
  font-weight: bold;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .primary-nav__date {
    display: none;
  }
}
.primary-nav__list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.primary-nav__list ul a {
  color: var(--color-text);
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  margin-bottom: 25px;
  font-weight: 700;
  letter-spacing: 2px;
}
.primary-nav__list ul a:hover {
  text-decoration: underline;
}
.primary-nav__list ul > li > a {
  font-size: var(--font-size-2xl);
  line-height: 30px;
}
.primary-nav__list ul li ul li a {
  font-size: var(--font-size-xs);
  line-height: 12px;
}
.primary-nav__list ul li.lang-item {
  display: none;
}
.primary-nav__social-icons {
  display: flex;
  -moz-column-gap: var(--space-lg);
       column-gap: var(--space-lg);
  margin-top: var(--space-lg);
}
.primary-nav__social-icons a {
  display: block;
  color: var(--color-text);
  font-size: var(--font-size-lg);
}

.home .primary-nav {
  background-color: rgb(var(--color-bg-rgb)/0.8);
}

.nav-open .primary-nav {
  transform: translateX(0);
}

.nav-open .header__icons {
  opacity: 0;
}

.footer__nav-list {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .footer__nav-list {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
}
.footer__nav-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  -moz-column-gap: var(--space-lg);
       column-gap: var(--space-lg);
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .footer__nav-list ul {
    -moz-column-gap: 30px;
         column-gap: 30px;
    flex-direction: row;
  }
}
.footer__nav-list ul li {
  display: flex;
  align-items: center;
}
.footer__nav-list ul a {
  color: var(--color-text-inverse);
  text-transform: uppercase;
  font-size: var(--font-size-xs);
  line-height: 18px;
  text-decoration: none;
}
.footer__nav-list .lang-switcher a {
  color: var(--color-text-inverse);
}
.footer__nav-list .lang-switcher li:last-of-type {
  margin-right: 0;
  padding-right: 0;
}
.footer__nav-list i {
  font-size: var(--font-size-lg);
}
.footer__nav-list .social-icons {
  display: flex;
  align-items: center;
  gap: var(--space-lg);
}
.footer__nav-list .social-icons a {
  filter: invert(1);
}

.lang-switcher {
  display: flex;
  align-items: flex-start;
}
.lang-switcher ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.lang-switcher ul li {
  margin: 0 var(--space-lg) 0 0;
  padding: 0 var(--space-lg) 0 0;
  border-right: 1px solid var(--color-text);
}
.lang-switcher ul li a {
  line-height: 18px;
  font-size: var(--font-size-xs);
  text-decoration: none;
  color: var(--color-text);
  display: block;
}
.lang-switcher ul li a.current {
  font-weight: bold;
}
.lang-switcher ul li a:hover {
  text-decoration: underline;
}
.lang-switcher ul li:last-child {
  border-right: none;
}

.footer__nav-list .lang-switcher ul {
  -moz-column-gap: 0;
       column-gap: 0;
}

.footer__nav-list .lang-switcher li {
  border: none;
}
@media only screen and (min-width: 768px) {
  .footer__nav-list .lang-switcher li {
    border-right: 1px solid var(--color-text-inverse);
  }
}

.programme-tiles {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: var(--space-sm);
}
@media only screen and (min-width: 768px) {
  .programme-tiles {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: var(--space-sm);
         column-gap: var(--space-sm);
  }
}
@media only screen and (min-width: 1024px) {
  .programme-tiles {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.programme-tiles a {
  text-decoration: none;
  text-transform: uppercase;
  color: var(--color-text-inverse);
}
.programme-tiles__tile {
  position: relative;
  overflow: hidden;
  background-color: var(--color-text);
  padding: var(--space-lg);
}
@media only screen and (min-width: 1024px) {
  .programme-tiles__tile {
    padding: 30px;
  }
}
.programme-tiles__tile:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.programme-tiles__tile:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(var(--color-text-rgb)/0) 0%, rgb(var(--color-text-rgb)/1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
@supports (aspect-ratio: 1/1) {
  .programme-tiles__tile {
    aspect-ratio: 1/1;
  }
  .programme-tiles__tile:before {
    content: none;
  }
}
.programme-tiles__tile h2 {
  letter-spacing: 2px;
  font-size: var(--font-size-lg);
  line-height: 22px;
  position: relative;
  z-index: 2;
}
.programme-tiles__tile--image {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  transition: opacity 0.3s ease;
  z-index: 0;
  background-color: var(--color-text);
}
.programme-tiles__tile:hover .programme-tiles__tile--image {
  opacity: 0;
}

.page-template-template-exhibitor-portal article p,
.page-template-template-vipportal article p {
  font-size: var(--font-size-md);
  line-height: 28px;
  margin: 0 0 var(--space-lg);
}

.gform_wrapper,
.gform_legacy_markup_wrapper {
  line-height: 150%;
  font-size: var(--font-size-md) !important;
}
.gform_wrapper label,
.gform_legacy_markup_wrapper label {
  font-size: var(--font-size-md) !important;
}
.gform_wrapper h2,
.gform_legacy_markup_wrapper h2 {
  font-size: var(--font-size-lg) !important;
}
.gform_wrapper p,
.gform_legacy_markup_wrapper p {
  font-size: var(--font-size-md) !important;
}

.gform_legacy_markup_wrapper label.gfield_label,
.gform_legacy_markup_wrapper legend.gfield_label {
  font-size: var(--font-size-md) !important;
}

.gform_legacy_markup_wrapper .description,
.gform_legacy_markup_wrapper .gfield_description,
.gform_legacy_markup_wrapper .gsection_description,
.gform_legacy_markup_wrapper .instruction,
.grorm_legacy_markup_wrapper .gfield_html {
  font-size: var(--font-size-md) !important;
  margin: var(--space-sm) 0 !important;
}
.gform_legacy_markup_wrapper .description span,
.gform_legacy_markup_wrapper .gfield_description span,
.gform_legacy_markup_wrapper .gsection_description span,
.gform_legacy_markup_wrapper .instruction span,
.grorm_legacy_markup_wrapper .gfield_html span {
  color: var(--color-text) !important;
}

.gform_legacy_markup_wrapper .gfield_checkbox li label,
.gform_legacy_markup_wrapper .gfield_radio li label {
  font-size: var(--font-size-md) !important;
}

select {
  border: 1px solid var(--color-text);
  border-radius: var(--radius-sm);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
  padding: var(--space-sm) var(--space-xl) var(--space-sm) var(--space-md);
  background: url("../icons/arrow-down.svg") no-repeat right 10px center;
  background-size: 8px;
  width: 100%;
  font-weight: 500;
  text-transform: uppercase;
  font-size: var(--font-size-md);
  line-height: 22px;
}

input[type=date] {
  border: 1px solid var(--color-text);
  border-radius: var(--radius-sm);
  background: transparent;
}

.gform_wrapper select {
  min-height: 41px;
  text-transform: unset;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=url],
.inputField,
.gform_wrapper select,
.gptos_terms_container,
textarea {
  border: 1px solid var(--color-text) !important;
  border-radius: var(--radius-sm);
  padding: var(--space-sm) var(--space-md) !important;
  width: calc(100% - 34px);
  font-weight: 500;
  font-size: var(--font-size-md);
  line-height: 28px !important;
  min-height: 28px;
  text-align: left;
  background-color: var(--color-bg);
  border: 1px solid var(--color-text);
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=url]:focus,
.inputField:focus,
.gform_wrapper select:focus,
.gptos_terms_container:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  background-color: var(--color-bg);
}

.gform_wrapper input[type=checkbox],
.gform_wrapper input[type=radio],
input[type=checkbox],
input[type=radio] {
  margin: 0 var(--space-sm) 0 0 !important;
}

.button,
.gform_save_link,
button,
a.elementor-button {
  display: inline-block;
  border-radius: var(--radius-pill);
  border: 1px solid var(--color-text);
  background-color: var(--color-text);
  color: var(--color-text-inverse);
  padding: var(--space-sm) var(--space-md);
  font-size: var(--font-size-md);
}
@media only screen and (min-width: 1024px) {
  .button,
  .gform_save_link,
  button,
  a.elementor-button {
    font-size: var(--font-size-lg);
  }
}
.button:hover,
.gform_save_link:hover,
button:hover,
a.elementor-button:hover {
  background-color: var(--color-bg-muted);
  color: var(--color-text);
  text-decoration: none;
}

.gform_save_link {
  margin: 0 var(--space-sm) 0 0 !important;
}

/*** GRAVITY FORMS ***/
.gform_wrapper .gsection {
  margin: var(--space-2xl) 0 !important;
  padding: 0 0 var(--space-sm) !important;
}

.gfield--type-subtotal {
  text-align: right;
}

.ginput_product_price_wrapper {
  margin-right: 70px;
}

.elementor-shortcode .gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
  padding: 0 !important;
  margin: 24px 0 0 0 !important;
}

.hidethis_wrapper .gform_heading .gform_required_legend {
  display: none;
}

.home {
  background-image: None;
}
.home .content-area {
  padding-top: 0;
}

.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-wrapper {
  margin: 0;
  justify-content: unset !important;
  margin: 0 !important;
  display: flex;
  gap: 5px;
}
.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-wrapper .elementor-countdown-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-wrapper .elementor-countdown-item::after {
  content: ":";
  display: block;
  font-size: var(--font-size-2xl);
  opacity: 0.6;
}
@media (max-width: 767px) {
  .elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-wrapper .elementor-countdown-item::after {
    font-size: var(--font-size-lg);
  }
}
.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-wrapper .elementor-countdown-item:last-child::after {
  content: "";
}

.x-gradient {
  background: conic-gradient(#ffffff 0deg, #ffffff 45deg, rgba(0, 0, 0, 0) 45deg, rgba(0, 0, 0, 0) 135deg, #ffffff 135deg, #ffffff 225deg, rgba(0, 0, 0, 0) 225deg, rgba(0, 0, 0, 0) 315deg, #ffffff 315deg, #ffffff 360deg), linear-gradient(to bottom, #ccc, #fff);
}

.page-id-738385 h2 span {
  font-weight: 700;
}

.marquee .elementor-widget-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}

.marquee h2 {
  white-space: nowrap;
}
.marquee h2 span {
  margin-left: 80px;
  display: inline-block;
}

.custom-carousel-container {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .custom-carousel-container {
    padding: 0 60px;
  }
}

.custom-carousel-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 60px 0;
}

.custom-carousel {
  display: flex;
  transition: transform 0.3s ease-in-out;
  align-items: center;
  flex-direction: row;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .custom-carousel {
    padding: 0 15px;
  }
}

.carousel-item {
  flex: 0 0 calc(100% / var(--slides-to-show));
  text-align: center;
  padding: 20px 0;
  transition: all 0.1s ease-in-out;
  position: relative;
}
@media (min-width: 768px) {
  .carousel-item {
    padding: 20px;
  }
}
.carousel-item a {
  position: relative;
  display: block;
}

.carousel-item img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
@media (min-width: 768px) {
  .carousel-item img {
    width: auto;
  }
}

.carousel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.carousel-title {
  font-size: clamp(12px, 5vw, 50px); /* Responsive font size */
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
  margin: 0;
  color: var(--color-text-inverse);
}

.carousel-description {
  color: var(--color-text-inverse);
  text-align: center;
  margin: var(--space-sm) 0 0;
  font-size: clamp(10px, 2vw, 18px);
  max-width: 80%;
}

.carousel-prev,
.carousel-next {
  position: absolute;
  top: 45%;
  transform: translateY(-45%);
  background-color: transparent;
  color: var(--color-text-inverse);
  border: none;
  padding: var(--space-sm);
  width: 40px;
  height: 40px;
  cursor: pointer;
  font-size: 1.5em;
  background-image: url(../img/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  filter: invert(1);
}

.carousel-prev {
  transform: rotate(90deg);
}

.carousel-next {
  transform: rotate(-90deg);
}

.carousel-prev {
  left: 10px;
}

.carousel-next {
  right: 10px;
}

.carousel-prev:hover,
.carousel-next:hover {
  background-color: transparent;
  opacity: 0.8;
}

/* Stack items vertically on mobile */
@media (max-width: 768px) {
  .custom-carousel-wrapper {
    display: block;
  }
  .custom-carousel {
    display: block;
  }
  .carousel-prev,
  .carousel-next {
    display: none;
  }
}
.features h3 a {
  display: block;
}
.features h3 a:hover {
  font-family: var(--font-serif);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
}

.partner-projects .elementor-widget-image .elementor-widget-container,
.carousel-item a {
  position: relative;
  overflow: hidden; /* Ensures image stays within bounds */
  width: 100%;
  height: 100%;
}

/* Ensure the container stays active even if the image shape changes */
.partner-projects .elementor-widget-image .elementor-widget-container:hover::before,
.carousel-item a:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.partner-projects .elementor-widget-image .elementor-widget-container img,
.carousel-item a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  /* Initial shape (square) */
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

/* When hovering over the container (not just the changing shape), play the animation */
.partner-projects .elementor-widget-image .elementor-widget-container:hover img,
.carousel-item a:hover img {
  animation: shapeChange 4s infinite alternate;
}

/* Keyframes for shape morphing */
@keyframes shapeChange {
  0% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  } /* Square */
  12% {
    clip-path: polygon(0% 0%, 75% 25%, 100% 100%, 0% 100%);
  }
  25% {
    clip-path: polygon(0% 0%, 75% 25%, 50% 75%, 0% 100%);
  }
  37% {
    clip-path: polygon(0% 0%, 75% 25%, 50% 75%, 25% 50%);
  }
  50% {
    clip-path: polygon(25% 25%, 75% 25%, 50% 75%, 25% 50%);
  }
  62% {
    clip-path: polygon(25% 25%, 100% 0%, 50% 75%, 25% 50%);
  }
  75% {
    clip-path: polygon(25% 25%, 100% 0%, 100% 100%, 25% 50%);
  }
  87% {
    clip-path: polygon(25% 25%, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  } /* Back to Square */
}
canvas {
  max-width: 4096px;
  max-height: 4096px;
}

.elementor-738385 .elementor-element.elementor-element-4329435b > .elementor-background-overlay,
.elementor-742321 .elementor-element.elementor-element-4329435b > .elementor-background-overlay {
  background-color: transparent;
}

.elementor-countdown-digits {
  font-size: var(--font-size-lg) !important;
}
@media (min-width: 768px) {
  .elementor-countdown-digits {
    font-size: var(--font-size-2xl) !important;
  }
}

.page-id-742321 .marquee {
  font-family: var(--font-zh);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.page-id-742321 .marquee span {
  font-weight: 700;
}

.page__title,
.page-title {
  margin: 0;
  padding: 0 0 50px;
  font-size: var(--font-size-3xl);
  line-height: 50px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .page__title,
  .page-title {
    padding: var(--space-2xl) 0 80px;
    font-size: 100px;
    line-height: 100px;
    letter-spacing: -1px;
  }
}
@media only screen and (min-width: 1024px) {
  .page__title,
  .page-title {
    padding: var(--space-2xl) 0 80px;
    font-size: 90px;
    line-height: 120px;
  }
}

.page-template-default.elementor-page .elementor section {
  margin-left: -10px;
  margin-right: -10px;
}
.page-template-default.elementor-page .elementor section .elementor-divider {
  padding: var(--space-sm) 0;
}
@media only screen and (min-width: 768px) {
  .page-template-default.elementor-page .elementor section .elementor-divider {
    padding: var(--space-lg) 0;
  }
}

.programme__filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: var(--space-lg);
}
@media only screen and (min-width: 768px) {
  .programme__filters {
    margin-bottom: var(--space-2xl);
  }
}
@media only screen and (min-width: 768px) {
  .programme__content {
    margin: 0 -30px;
  }
}
.programme__content section.elementor-section {
  padding: var(--space-lg) 0;
}
@media only screen and (min-width: 768px) {
  .programme__content section.elementor-section {
    padding: 0;
  }
  .programme__content section.elementor-section .elementor-col-66 {
    width: 60%;
  }
  .programme__content section.elementor-section .elementor-col-33 {
    width: 40%;
  }
  .programme__content section.elementor-section .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding: var(--space-sm) 30px;
  }
}
.programme__content section.elementor-section img {
  width: 100%;
  height: auto;
}
.programme__content .expand {
  max-height: 170px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.5s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .programme__content .expand {
    max-height: 192px;
  }
}
.programme__content .expand.expanded {
  max-height: 9999px;
}
.programme__content .read-more {
  background: transparent;
  border: none;
  font-weight: 500;
  padding: 0;
  margin: 0;
  cursor: pointer;
  color: var(--color-text);
}
.programme__content .read-more:hover {
  text-decoration: underline;
}

.programme-calender__filters {
  display: flex;
  -moz-column-gap: var(--space-lg);
       column-gap: var(--space-lg);
  align-items: center;
  margin-bottom: var(--space-lg);
}
@media only screen and (min-width: 768px) {
  .programme-calender__filters {
    justify-content: flex-end;
    margin-bottom: var(--space-2xl);
  }
}
.programme-calender__container {
  display: grid;
  row-gap: var(--space-sm);
  -moz-column-gap: var(--space-sm);
       column-gap: var(--space-sm);
}
@media only screen and (min-width: 768px) {
  .programme-calender__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  .programme-calender__container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.programme-calender__image {
  min-height: 200px;
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center;
}
.programme-calender h3 {
  margin: var(--space-lg) 0 var(--space-sm);
}

.page-template-template-exhibitor-portal .header,
.page-template-template-vipportal .header {
  position: absolute;
}
.page-template-template-exhibitor-portal .main-container,
.page-template-template-vipportal .main-container {
  margin: 90px auto;
  width: calc(100% - 40px);
  padding: 0 var(--space-lg);
  max-width: var(--content-max);
}
@media only screen and (min-width: 768px) {
  .page-template-template-exhibitor-portal .main-container,
  .page-template-template-vipportal .main-container {
    width: calc(100% - 80px);
    padding: 0 var(--space-2xl);
    margin: 120px auto;
  }
}
.page-template-template-exhibitor-portal .success,
.page-template-template-vipportal .success {
  padding: var(--space-sm);
  margin-bottom: var(--space-lg);
  background: #b3ffb3;
  color: var(--color-text);
  border: 1px solid green;
  border-radius: var(--radius-sm);
}

.vip-portal-content {
  margin: 120px auto;
  max-width: var(--content-max);
  border-radius: var(--radius-sm);
}

@media (min-width: 748px) {
  .vip-portal-content {
    background-color: var(--color-bg);
  }
}
@media (max-width: 747px) {
  .logged-in.vip-portal-content > section {
    padding: 0;
  }
}
.nomination-list thead th {
  background: transparent !important;
}

.press-list__filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: var(--space-lg);
}
@media only screen and (min-width: 768px) {
  .press-list__filters {
    margin-bottom: var(--space-2xl);
  }
}
.press-list__filter-form select {
  width: auto;
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.custom-loop-grid {
  display: grid;
  gap: var(--space-3xl);
}
@media screen and (min-width: 600px) {
  .custom-loop-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.custom-loop-grid h2 {
  margin-bottom: var(--space-md);
  font-weight: bold;
}
.custom-loop-grid h2 a {
  color: inherit;
  text-decoration: none;
  font-weight: bold;
}
.custom-loop-grid .loop-author {
  font-weight: bold;
}
.custom-loop-grid .loop-thumb img {
  width: 600px;
  height: auto;
  max-width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: var(--space-lg);
}
.custom-loop-grid .loop-button {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  background: var(--color-text);
  color: var(--color-text-inverse);
  text-decoration: none;
  border-radius: var(--radius-pill);
}

.homepage-loop-grid {
  display: grid;
}
.homepage-loop-grid .container {
  max-width: var(--content-max);
  margin: 0 auto;
  width: 100%;
}
.homepage-loop-grid .homepage-loop-item {
  padding: var(--space-lg);
  border-top: 1px solid var(--color-text);
  text-align: left;
}
@media screen and (min-width: 768px) {
  .homepage-loop-grid .homepage-loop-item {
    padding: var(--space-lg) var(--space-2xl) var(--space-2xl) var(--space-2xl);
  }
}
.homepage-loop-grid .homepage-loop-item h3 {
  font-size: var(--font-size-lg);
  margin: 0;
}
@media screen and (min-width: 768px) {
  .homepage-loop-grid .homepage-loop-item h3 {
    font-size: var(--font-size-2xl);
  }
}
.homepage-loop-grid .homepage-loop-item h3 a {
  color: inherit;
  text-decoration: none;
  font-weight: normal;
}
.homepage-loop-grid .homepage-loop-item h3 a:hover {
  font-family: var(--font-serif);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
}

.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator {
  border-top: 1px solid var(--color-text) !important;
  width: 100%;
  display: flex;
}

.elementor img {
  border-radius: 0;
}

figcaption.elementor-image-carousel-caption {
  font-style: italic;
}

.elementor-image-carousel-caption {
  font-size: var(--font-size-md) !important;
  margin-top: 12px;
}

h3.elementor-flip-box__layer__title {
  margin: 0 !important;
}

body {
  min-height: 100vh;
  background-color: var(--color-bg);
  background-size: 3900px;
  background-repeat: repeat-y;
  background-position: top center;
  font-size: var(--font-size-sm);
  line-height: 1.4;
  font-family: var(--font-body);
  background: linear-gradient(180deg, var(--color-blue-deep) 0%, var(--color-bg) 300px);
}
@media only screen and (min-width: 768px) {
  body {
    font-size: var(--font-size-md);
  }
}

.site-main {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 0 var(--space-lg);
  width: calc(100% - 40px);
}
@media only screen and (min-width: 768px) {
  .site-main {
    width: calc(100% - 80px);
    padding: 0 var(--space-2xl);
    min-height: calc(100vh - 400px);
  }
}

.content-area {
  padding-top: 110px;
}/*# sourceMappingURL=main.css.map */