/*!*******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss ***!
  \*******************************************************************************************************************************************************/
@font-face {
  font-family: "ObjectSans";
  src: url(.././fonts/ObjectSans-Regular.woff2) format("woff2"), url(.././fonts/ObjectSans-Regular.woff) format("woff"), url(.././fonts/ObjectSans-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ObjectSans";
  src: url(.././fonts/ObjectSans-Bold.woff2) format("woff2"), url(.././fonts/ObjectSans-Bold.woff) format("woff"), url(.././fonts/ObjectSans-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OverusedGrotesk-Book";
  src: url(.././fonts/OverusedGrotesk-Book.woff2) format("woff2"), url(.././fonts/OverusedGrotesk-Book.woff) format("woff"), url(.././fonts/OverusedGrotesk-Book.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OverusedGrotesk-Medium";
  src: url(.././fonts/OverusedGrotesk-Medium.woff2) format("woff2"), url(.././fonts/OverusedGrotesk-Medium.woff) format("woff"), url(.././fonts/OverusedGrotesk-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OverusedGrotesk-SemiBold";
  src: url(.././fonts/OverusedGrotesk-SemiBold.woff2) format("woff2"), url(.././fonts/OverusedGrotesk-SemiBold.woff) format("woff"), url(.././fonts/OverusedGrotesk-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OverusedGrotesk-Bold";
  src: url(.././fonts/OverusedGrotesk-Bold.woff2) format("woff2"), url(.././fonts/OverusedGrotesk-Bold.woff) format("woff"), url(.././fonts/OverusedGrotesk-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OverusedGrotesk-ExtraBold";
  src: url(.././fonts/OverusedGrotesk-ExtraBold.woff2) format("woff2"), url(.././fonts/OverusedGrotesk-ExtraBold.woff) format("woff"), url(.././fonts/OverusedGrotesk-ExtraBold.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "battcon-icons";
  src: url(.././fonts/battcon-icons.ttf) format("truetype"), url(.././fonts/battcon-icons.woff) format("woff"), url(.././fonts/battcon-icons.svg#battcon-icons) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
:root {
  --breakpoint-sm: 640px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1280px;
  --breakpoint-xxl: 1440px;
}

/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  text-rendering: optimizeSpeed;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  color: inherit;
}

/* Make images easier to work with */
svg,
img,
picture {
  display: block;
  max-width: 100%;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
  }
}
/* Variables */
@property --gradient-angel {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
:root {
  --color-white: #FFFEFF;
  --color-white-10: #FFFFFF1A;
  --color-white-20: #ffffff33;
  --color-black: #000;
  --color-black-10: #0000001A;
  --color-black-60: #00000099;
  --color-black-80: #000000cc;
  --color-red: #ed1a39;
  --color-plum: #1a1027;
  --color-purple: #6801f5;
  --color-white-smoke: #EEECE6;
  --color-light-grey: #eaeaea;
  --color-mid-grey: #aeaeb1;
  --color-dark-grey: #525255;
  --color-cod-grey: #121212;
  --color-gold: #e5c280;
  --color-bg: #404040;
  --color-green: #6ECBB2;
  --color-green-dark: #389179;
  --color-blue: #014898;
  --color-blue-dark: #00346F;
  --color-blue-dark-2: #053B77;
  --gradient-primary: linear-gradient(90deg,rgba(110, 203, 178, 1) 0%, rgba(110, 203, 178, 0.46) 50%);
  --gradient-silver: linear-gradient(93.67deg,
      #ffffff 2.3%,
      rgba(212, 196, 255, 0.5) 49.85%,
      rgba(255, 255, 255, 0.5) 70.92%,
      rgba(212, 196, 255, 0.2) 97.39%);
  --gradient-silver-2: linear-gradient(0deg, #FFFFFF, #FFFFFF),
    linear-gradient(93.67deg, #FFFFFF 2.3%, rgba(159, 159, 160, 0.5) 38.47%, rgba(255, 255, 255, 0.5) 70.92%, rgba(56, 56, 56, 0.2) 97.39%);
  --gradient-platinum: linear-gradient(93.67deg,
      #ffffff 2.3%,
      rgba(212, 196, 255, 0.5) 49.85%,
      rgba(255, 255, 255, 0.5) 70.92%,
      rgba(212, 196, 255, 0.2) 97.39%);
  --gradient-gold: linear-gradient(to right, #f2dba1 0%, #f9eed2 32.5%, #e5c280 56.5%, #d29c38 100%);
  --gradient-grey: linear-gradient(108.84deg, rgb(118, 118, 118) -1.3%, rgb(70, 70, 70) 100%);
  --gradient-light: linear-gradient(93.67deg,
      #ffffff 2.3%,
      rgba(255, 140, 157, 0.5) 49.85%,
      rgba(255, 255, 255, 0.5) 70.92%,
      rgba(255, 255, 255, 0.2) 97.39%);
  --header-height: 95px;
  --sub-menu-top: 40px;
  --header-z-index: 1000;
  --layout-column-gap: 16px;
  --layout-container-gap: 16px;
  --layout-container-max-width: 640px;
  --site-padding-top: 60px;
  --header-background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) {
  :root {
    --layout-column-gap: 32px;
  }
}
@media (min-width: 1024px) {
  :root {
    --layout-container-max-width: 970px;
    --site-padding-top: 120px;
  }
}
@media (min-width: 1280px) {
  :root {
    --layout-container-gap: 24px;
    --layout-container-max-width: 1170px;
  }
}

html {
  font-size: 62.5%;
}

body {
  font-family: "ObjectSans", "sans-serif";
  font-weight: 400;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "battcon-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-linkedin:before {
  content: "\e90f";
  color: #fffeff;
}

.icon-twitter:before {
  content: "\e910";
  color: #fffeff;
}

.icon-email:before {
  content: "\e90e";
  color: #fffeff;
}

.icon-calendar-add:before {
  content: "\e900";
  color: #fffeff;
}

.icon-chevron-up:before {
  content: "\e901";
  color: #fffeff;
}

.icon-link:before {
  content: "\e902";
  color: #fffeff;
}

.icon-download:before {
  content: "\e903";
  color: #fffeff;
}

.icon-clock:before {
  content: "\e904";
  color: #fffeff;
}

.icon-map:before {
  content: "\e905";
  color: #fffeff;
}

.icon-chevron-down:before {
  content: "\e906";
  color: #fffeff;
}

.icon-arrow-right:before {
  content: "\e907";
  color: #fff;
}

.icon-brain:before {
  content: "\e908";
  color: #fffeff;
}

.icon-handshake:before {
  content: "\e909";
  color: #fffeff;
}

.icon-ticket:before {
  content: "\e90a";
  color: #fffeff;
}

.icon-chat-bubble:before {
  content: "\e90b";
  color: #fffeff;
}

.icon-plus:before {
  content: "\e90c";
  color: #fffeff;
}

.icon-arrow-bottom-right:before {
  content: "\e90d";
  color: #fff;
}

h1,
.h1 {
  font-size: 4rem;
  line-height: 1em;
  font-family: "ObjectSans", "sans-serif";
  font-weight: 700;
}
@media (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 8rem;
  }
}

h2,
.h2 {
  font-size: 3.2rem;
  line-height: 1em;
  font-family: "ObjectSans", "sans-serif";
  font-weight: 700;
}
@media (min-width: 1024px) {
  h2,
  .h2 {
    font-size: 6.4rem;
  }
}

h3, .h3, .people__header h1, .networking-events__heading h1, .hero h1, .accommodation__heading h1, .sponsors header h1 {
  font-size: 2.4rem;
  line-height: 1.2em;
  font-family: "ObjectSans", "sans-serif";
  font-weight: 700;
}
@media (min-width: 1024px) {
  h3, .h3, .people__header h1, .networking-events__heading h1, .hero h1, .accommodation__heading h1, .sponsors header h1 {
    font-size: 4.8rem;
  }
}

h4,
.h4 {
  font-size: 2.2rem;
  line-height: 1.22em;
  font-family: "ObjectSans", "sans-serif";
  font-weight: 700;
}
@media (min-width: 1024px) {
  h4,
  .h4 {
    font-size: 3.2rem;
  }
}

h5,
.h5,
.wysiwyg-module .wysiwyg table td:first-child {
  font-family: "ObjectSans", "sans-serif";
  font-size: 2rem;
  line-height: 1.2em;
  font-weight: 700;
}
@media (min-width: 1024px) {
  h5,
  .h5,
  .wysiwyg-module .wysiwyg table td:first-child {
    font-size: 2.4rem;
  }
}

h6,
.h6 {
  font-size: 2rem;
  line-height: 1.2em;
  font-family: "ObjectSans", "sans-serif";
  font-weight: 700;
}

p,
.p,
.wysiwyg-module .wysiwyg table td {
  font-size: 1.8rem;
  line-height: 1.5em;
  font-weight: 400;
}
@media (min-width: 1024px) {
  p,
  .p,
  .wysiwyg-module .wysiwyg table td {
    font-size: 2rem;
  }
}
p.super-extra-small,
.p.super-extra-small,
.wysiwyg-module .wysiwyg table td.super-extra-small {
  font-size: 1.2rem;
  line-height: 1.5625em;
}
p.extra-small,
.p.extra-small,
.wysiwyg-module .wysiwyg table td.extra-small {
  font-size: 1.4rem;
  line-height: 1.5625em;
}
p.small, .session-board__session__description p, .heading-with-icon-content__box p, .text-small p,
.p.small,
.wysiwyg-module .wysiwyg table td.small {
  font-size: 1.6rem;
  line-height: 1.625em;
}
p.large,
.p.large,
.wysiwyg-module .wysiwyg table td.large {
  font-size: 2rem;
  line-height: 1.42em;
}
@media (min-width: 1024px) {
  p.large,
  .p.large,
  .wysiwyg-module .wysiwyg table td.large {
    font-size: 2.4rem;
  }
}
p.extra-large,
.p.extra-large,
.wysiwyg-module .wysiwyg table td.extra-large {
  font-size: 2.2rem;
  line-height: 1.4em;
}
@media (min-width: 1024px) {
  p.extra-large,
  .p.extra-large,
  .wysiwyg-module .wysiwyg table td.extra-large {
    font-size: 2.8rem;
  }
}
p.super-extra-large,
.p.super-extra-large,
.wysiwyg-module .wysiwyg table td.super-extra-large {
  font-size: 1rem;
  line-height: 1.4em;
}

strong {
  font-family: "ObjectSans", "sans-serif";
  font-weight: 700;
}

a {
  text-decoration: none;
}

.link {
  font-family: "ObjectSans", "sans-serif";
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.3em;
  padding: 14px 16px;
  position: relative;
  border-radius: 8px;
  color: inherit;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  cursor: pointer;
  border: none;
  z-index: 1;
}
.link i {
  font-size: 24px;
}
.link i::before {
  color: inherit;
}
.link--transparency-10 {
  background: var(--color-white-10);
}
.link--transparency-20 {
  background: var(--color-white-20);
}
.link--blue {
  background: var(--color-blue);
  color: var(--color-white);
}

.container {
  margin: 0 auto;
  padding: 0 var(--layout-container-gap);
  max-width: calc(var(--layout-container-max-width) + var(--layout-container-gap) * 2);
}

@property --button-color {
  syntax: "<color>";
  initial-value: #ED1A39;
  inherits: false;
}
.button, .header .menu-button-primary, .header .menu-button-secondary {
  font-family: "ObjectSans", "sans-serif";
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  padding: 18px 29px 18px 24px;
  position: relative;
  border-radius: 8px;
  color: inherit;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  cursor: pointer;
  border: none;
  -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
  z-index: 1;
}
.button--color-red {
  background: var(--color-blue);
  color: var(--color-white);
  transition: --button-color 0.3s;
}
.button--color-red::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgOEgxNU0xNSA4TDggMU0xNSA4TDggMTUiIHN0cm9rZT0iI0ZGRkVGRiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
  background-size: contain;
}
@media (hover: hover) {
  .button--color-red:hover {
    --button-color: #9747FF;
  }
}
.button--tell::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC45MjkzIDEzLjQ5OTNDMTAuOTI5MyAxMy40OTkzIDExLjA5ODYgMTMuNjY5MyAxMS45ODUzIDE0LjU1NTNDMTIuODcyNiAxNS40NDE5IDE0LjExNzkgMTUuMTQwNiAxNC43NDA2IDE0LjUxNzlDMTUuMzYzMyAxMy44OTU5IDE2LjMwNjYgMTMuNzQ0NiAxNy4wNjEzIDE0LjEyMTlDMTcuODE1OSAxNC40OTkzIDE5LjQxOTkgMTUuNjQ5OSAyMC4wNDE5IDE2LjE1OTNDMjAuNjY1MyAxNi42NjkzIDIxLjMyNTMgMTcuNDA0NiAyMS4wMTY2IDE4LjUwNjZDMjAuNjYwNiAxOS43NzI2IDE5LjA1ODYgMjAuOTc5MyAxOC4xODA2IDIxLjA2MDZDMTQuNDk3MyAyMS40MDEzIDEwLjg5OTkgMTkuMTY3OSA4LjA3OTkyIDE2LjM0NzlDNS4yNTk5MiAxMy41Mjg2IDMuMDI3MjUgOS45Mjk5NCAzLjM2NzkyIDYuMjQ3MjdDMy40NDkyNSA1LjM2OTI3IDQuNjU1MjUgMy43NjcyNyA1LjkyMTkyIDMuNDExOTRDNy4wMjMyNSAzLjEwMjYgNy43NTkyNSAzLjc2MzI3IDguMjY4NTkgNC4zODU5NEM4Ljc3NzkyIDUuMDA5MjcgOS45Mjg1OSA2LjYxMTk0IDEwLjMwNTkgNy4zNjcyN0MxMC42ODMzIDguMTIxMjcgMTAuNTMyNiA5LjA2NTI3IDkuOTA5OTIgOS42ODcyN0M5LjI4NzI1IDEwLjMwOTkgOC45ODU5MiAxMS41NTU5IDkuODcyNTkgMTIuNDQyNkMxMC43NTkzIDEzLjMyOTMgMTAuOTI5MyAxMy40OTkzIDEwLjkyOTMgMTMuNDk5M1oiIHN0cm9rZT0iI0ZGRkVGRiIgc3Ryb2tlLXdpZHRoPSIxLjMzMzMzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
  background-size: contain;
}
.button--send::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIxLjMxMTIgMi42ODg3NkMyMS4xMjI2IDIuNTAwMjUgMjAuODg3MSAyLjM2NTQ0IDIwLjYyOSAyLjI5ODIxQzIwLjM3MSAyLjIzMDk4IDIwLjA5OTcgMi4yMzM3NiAxOS44NDMgMi4zMDYyNkgxOS44MjlMMS44MzQ2MSA3Ljc2NjI1QzEuNTQyNDggNy44NTA0NSAxLjI4MjgzIDguMDIxNDIgMS4wOTAwNyA4LjI1NjUxQzAuODk3MzAyIDguNDkxNjEgMC43ODA1MjUgOC43Nzk3MyAwLjc1NTIxIDkuMDgyNjlDMC43Mjk4OTUgOS4zODU2NSAwLjc5NzIzOCA5LjY4OTE2IDAuOTQ4MzE0IDkuOTUyOThDMS4wOTkzOSAxMC4yMTY4IDEuMzI3MDcgMTAuNDI4NSAxLjYwMTE3IDEwLjU2TDkuNTYyNDIgMTQuNDM3NUwxMy40MzQzIDIyLjM5NDFDMTMuNTU0NyAyMi42NTExIDEzLjc0NjIgMjIuODY4MiAxMy45ODYxIDIzLjAxOTlDMTQuMjI2IDIzLjE3MTYgMTQuNTA0MiAyMy4yNTE0IDE0Ljc4OCAyMy4yNUMxNC44MzEyIDIzLjI1IDE0Ljg3NDMgMjMuMjQ4MSAxNC45MTc0IDIzLjI0NDRDMTUuMjIwMSAyMy4yMTk5IDE1LjUwODEgMjMuMTAzNCAxNS43NDI3IDIyLjkxMDVDMTUuOTc3MyAyMi43MTc2IDE2LjE0NzMgMjIuNDU3NiAxNi4yMjk5IDIyLjE2NTNMMjEuNjg2MiA0LjE3MDk0QzIxLjY4NjIgNC4xNjYyNiAyMS42ODYyIDQuMTYxNTcgMjEuNjg2MiA0LjE1Njg4QzIxLjc1OTYgMy45MDA5MSAyMS43NjM2IDMuNjMgMjEuNjk3NyAzLjM3MTk5QzIxLjYzMTggMy4xMTM5NyAyMS40OTg0IDIuODc4MTUgMjEuMzExMiAyLjY4ODc2Wk0xNC43OTY1IDIxLjczNTlMMTQuNzkxOCAyMS43NDkxVjIxLjc0MjVMMTEuMDM2MiAxNC4wMjY5TDE1LjUzNjIgOS41MjY4OEMxNS42NzA5IDkuMzg1MDggMTUuNzQ0OSA5LjE5NjI3IDE1Ljc0MjQgOS4wMDA3QzE1LjczOTkgOC44MDUxMyAxNS42NjExIDguNjE4MjcgMTUuNTIyOCA4LjQ3OTk3QzE1LjM4NDUgOC4zNDE2NyAxNS4xOTc2IDguMjYyODcgMTUuMDAyIDguMjYwMzZDMTQuODA2NSA4LjI1Nzg2IDE0LjYxNzcgOC4zMzE4NSAxNC40NzU5IDguNDY2NTdMOS45NzU4NiAxMi45NjY2TDIuMjU3NDIgOS4yMTA5NEgyLjI1MDg2SDIuMjYzOTlMMjAuMjQ5OSAzLjc1MDAxTDE0Ljc5NjUgMjEuNzM1OVoiIGZpbGw9IiNGRkZFRkYiLz4KPC9zdmc+Cg==);
  background-size: contain;
}
.button--follow-linkedin::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzQwMDAwMjc5XzIyMTEpIj4KPHBhdGggZD0iTTIyLjIyMzQgMEgxLjc3MTg3QzAuNzkyMTg3IDAgMCAwLjc3MzQzOCAwIDEuNzI5NjlWMjIuMjY1NkMwIDIzLjIyMTkgMC43OTIxODcgMjQgMS43NzE4NyAyNEgyMi4yMjM0QzIzLjIwMzEgMjQgMjQgMjMuMjIxOSAyNCAyMi4yNzAzVjEuNzI5NjlDMjQgMC43NzM0MzggMjMuMjAzMSAwIDIyLjIyMzQgMFpNNy4xMjAzMSAyMC40NTE2SDMuNTU3ODFWOC45OTUzMUg3LjEyMDMxVjIwLjQ1MTZaTTUuMzM5MDYgNy40MzQzOEM0LjE5NTMxIDcuNDM0MzggMy4yNzE4OCA2LjUxMDk0IDMuMjcxODggNS4zNzE4N0MzLjI3MTg4IDQuMjMyODEgNC4xOTUzMSAzLjMwOTM3IDUuMzM5MDYgMy4zMDkzN0M2LjQ3ODEzIDMuMzA5MzcgNy40MDE1NiA0LjIzMjgxIDcuNDAxNTYgNS4zNzE4N0M3LjQwMTU2IDYuNTA2MjUgNi40NzgxMyA3LjQzNDM4IDUuMzM5MDYgNy40MzQzOFpNMjAuNDUxNiAyMC40NTE2SDE2Ljg5MzdWMTQuODgyOEMxNi44OTM3IDEzLjU1NjMgMTYuODcwMyAxMS44NDUzIDE1LjA0MjIgMTEuODQ1M0MxMy4xOTA2IDExLjg0NTMgMTIuOTA5NCAxMy4yOTM4IDEyLjkwOTQgMTQuNzg5MVYyMC40NTE2SDkuMzU2MjVWOC45OTUzMUgxMi43Njg3VjEwLjU2MDlIMTIuODE1NkMxMy4yODkxIDkuNjYwOTQgMTQuNDUxNiA4LjcwOTM4IDE2LjE4MTMgOC43MDkzOEMxOS43ODU5IDguNzA5MzggMjAuNDUxNiAxMS4wODEzIDIwLjQ1MTYgMTQuMTY1NlYyMC40NTE2VjIwLjQ1MTZaIiBmaWxsPSIjRkZGRUZGIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfNDAwMDAyNzlfMjIxMSI+CjxyZWN0IHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K);
  background-size: contain;
}
.button--arrow::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-size: contain;
}
.button--blue, .header .menu-button-primary, .card--event:not(:first-child) .card__content .button, .card--event:not(:first-child) .card__content .header .menu-button-primary, .header .card--event:not(:first-child) .card__content .menu-button-primary, .card--event:not(:first-child) .card__content .header .menu-button-secondary, .header .card--event:not(:first-child) .card__content .menu-button-secondary {
  background: var(--color-blue);
  color: var(--color-white);
}
.button--blue svg path, .header .menu-button-primary svg path, .card--event:not(:first-child) .card__content .button svg path, .card--event:not(:first-child) .card__content .header .menu-button-primary svg path, .header .card--event:not(:first-child) .card__content .menu-button-primary svg path, .card--event:not(:first-child) .card__content .header .menu-button-secondary svg path, .header .card--event:not(:first-child) .card__content .menu-button-secondary svg path {
  stroke: var(--color-white);
}
.button--blue.button--arrow::after, .header .button--arrow.menu-button-primary::after, .card--event:not(:first-child) .card__content .button--arrow.button::after, .card--event:not(:first-child) .card__content .header .button--arrow.menu-button-primary::after, .header .card--event:not(:first-child) .card__content .button--arrow.menu-button-primary::after, .card--event:not(:first-child) .card__content .header .button--arrow.menu-button-secondary::after, .header .card--event:not(:first-child) .card__content .button--arrow.menu-button-secondary::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgOEgxNU0xNSA4TDggMU0xNSA4TDggMTUiIHN0cm9rZT0iI0ZGRkVGRiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
}
.button--blue:hover, .header .menu-button-primary:hover, .card--event:not(:first-child) .card__content .button:hover, .card--event:not(:first-child) .card__content .header .menu-button-primary:hover, .header .card--event:not(:first-child) .card__content .menu-button-primary:hover, .card--event:not(:first-child) .card__content .header .menu-button-secondary:hover, .header .card--event:not(:first-child) .card__content .menu-button-secondary:hover {
  background: var(--color-blue-dark);
}
.button--blue-light {
  background: rgba(255, 255, 255, 0.2);
  color: var(--color-white);
}
.button--outline {
  border: 1px solid var(--color-white);
  color: var(--color-white);
}
.button--blue-outline, .header .menu-button-secondary {
  background: transparent;
  color: var(--color-blue);
  border: 1px solid var(--color-blue);
}
.button--blue-outline.button--arrow::after, .header .button--arrow.menu-button-secondary::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgOEgxNU0xNSA4TDggMU0xNSA4TDggMTUiIHN0cm9rZT0iIzAxNDg5OCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+);
}
.button--blue-outline:hover, .header .menu-button-secondary:hover {
  background: var(--color-white);
  color: var(--color-blue-dark-2);
}
.button--blue-outline:hover.button--arrow:after, .header .menu-button-secondary:hover.button--arrow:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSA4SDE1TTE1IDhMOCAxTTE1IDhMOCAxNSIgc3Ryb2tlPSIjMDUzQjc3IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==);
}
.button--green, .card--event:first-child .card__content .button, .card--event:first-child .card__content .header .menu-button-primary, .header .card--event:first-child .card__content .menu-button-primary, .card--event:first-child .card__content .header .menu-button-secondary, .header .card--event:first-child .card__content .menu-button-secondary {
  background: var(--color-green);
  color: var(--color-blue);
}
.button--green i::before, .card--event:first-child .card__content .button i::before, .card--event:first-child .card__content .header .menu-button-primary i::before, .header .card--event:first-child .card__content .menu-button-primary i::before, .card--event:first-child .card__content .header .menu-button-secondary i::before, .header .card--event:first-child .card__content .menu-button-secondary i::before {
  color: var(--color-blue);
}
.button--green svg path, .card--event:first-child .card__content .button svg path, .card--event:first-child .card__content .header .menu-button-primary svg path, .header .card--event:first-child .card__content .menu-button-primary svg path, .card--event:first-child .card__content .header .menu-button-secondary svg path, .header .card--event:first-child .card__content .menu-button-secondary svg path {
  fill: var(--color-blue);
}
.button--green.button--arrow::after, .card--event:first-child .card__content .button--arrow.button::after, .card--event:first-child .card__content .header .button--arrow.menu-button-primary::after, .header .card--event:first-child .card__content .button--arrow.menu-button-primary::after, .card--event:first-child .card__content .header .button--arrow.menu-button-secondary::after, .header .card--event:first-child .card__content .button--arrow.menu-button-secondary::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgOEgxNU0xNSA4TDggMU0xNSA4TDggMTUiIHN0cm9rZT0iIzAxNDg5OCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+);
  background-size: contain;
}
.button--green:hover, .card--event:first-child .card__content .button:hover, .card--event:first-child .card__content .header .menu-button-primary:hover, .header .card--event:first-child .card__content .menu-button-primary:hover, .card--event:first-child .card__content .header .menu-button-secondary:hover, .header .card--event:first-child .card__content .menu-button-secondary:hover {
  background: var(--color-green-dark);
  color: var(--color-white);
}
.button--green:hover.button--arrow::after, .card--event:first-child .card__content .button:hover.button--arrow::after, .card--event:first-child .card__content .header .menu-button-primary:hover.button--arrow::after, .header .card--event:first-child .card__content .menu-button-primary:hover.button--arrow::after, .card--event:first-child .card__content .header .menu-button-secondary:hover.button--arrow::after, .header .card--event:first-child .card__content .menu-button-secondary:hover.button--arrow::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgOEgxNU0xNSA4TDggMU0xNSA4TDggMTUiIHN0cm9rZT0iI0ZGRkVGRiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
}
.button--green-outline {
  background: transparent;
  color: var(--color-green);
  border: 1px solid var(--color-green);
}
.button--green-outline.button--arrow::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSA4SDE1TTE1IDhMOCAxTTE1IDhMOCAxNSIgc3Ryb2tlPSIjNkVDQkIyIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==);
}
.button--green-outline:hover {
  color: var(--color-green-dark);
  border-color: var(--color-green-dark);
}
.button--green-outline:hover.button--arrow:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE2IDE2Ij48cGF0aCBzdHJva2U9IiMzNDdmNmIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNMSA4aDE0bTAgMEw4IDFtNyA3LTcgNyIvPjwvc3ZnPg==);
}
.button--white-outline {
  background: transparent;
  color: var(--color-white);
  border: 1px solid var(--color-white);
}
.button--white-outline.button--arrow::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgOEgxNU0xNSA4TDggMU0xNSA4TDggMTUiIHN0cm9rZT0iI0ZGRkVGRiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
}
.button--white-outline:hover {
  color: var(--color-cod-grey);
  border-color: var(--color-cod-grey);
}
.button--white-outline:hover.button--arrow:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSA4SDE1TTE1IDhMOCAxTTE1IDhMOCAxNSIgc3Ryb2tlPSIjMTIxMjEyIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==);
}
.button--color-dark-grey {
  background: var(--color-dark-grey);
}
.button--color-gradient {
  --gradient-angel: 93.67deg;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-angel)), color-stop(-1.3%, rgba(255, 255, 255, 0.25)), to(rgba(255, 255, 255, 0.1)));
  background: linear-gradient(var(--gradient-angel), rgba(255, 255, 255, 0.25) -1.3%, rgba(255, 255, 255, 0.1) 100%);
  transition: --gradient-angel 0.3s 0s ease-out;
}
@media (hover: hover) {
  .button--color-gradient:hover {
    --gradient-angel: 252.01deg;
  }
  .button--color-gradient:hover:before {
    --gradient-angel: 234.67deg;
  }
}
.button--color-gradient {
  position: relative;
}
.button--color-gradient:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-angel)), color-stop(2.3%, #FF4662), color-stop(50.46%, #FF8C9D), color-stop(70.92%, #C9A0FF), color-stop(97.39%, rgba(201, 160, 255, 0.24)));
  background: linear-gradient(var(--gradient-angel), #FF4662 2.3%, #FF8C9D 50.46%, #C9A0FF 70.92%, rgba(201, 160, 255, 0.24) 97.39%);
  border-radius: inherit;
  --m: conic-gradient(#000 0 0);
  -webkit-mask: var(--m) content-box, var(--m);
  -webkit-mask-composite: xor;
          mask: var(--m) content-box exclude, var(--m);
}
.button--color-gradient:before {
  --gradient-angel: 93.67deg;
  transition: --gradient-angel 0.3s 0s ease-out;
}
.button--small {
  font-family: "ObjectSans", "sans-serif";
  font-weight: 400;
  padding: 8px 16px;
}
.button--large {
  font-family: "ObjectSans", "sans-serif";
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.25em;
  padding: 16px 32px;
}
.button svg, .header .menu-button-primary svg, .header .menu-button-secondary svg {
  height: 20px;
}

.divider,
hr {
  margin: 32px 0px;
}

img.fill {
  position: absolute;
  inset: 0px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
img.contain {
  position: absolute;
  inset: 0px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
img.aligncenter {
  margin: 0 auto;
}
img.alignright {
  margin-left: auto;
}

.logo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.logo img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.logo--main {
  margin-right: 24px;
}
.logo--main img {
  width: 100%;
  height: auto;
  max-width: 119px;
}
@media (min-width: 1024px) {
  .logo--main img {
    width: auto;
    max-width: 154px;
    max-height: 75px;
  }
}
@media (min-width: 1280px) {
  .logo--main img {
    max-width: 110px;
  }
}
@media (min-width: 1440px) {
  .logo--main img {
    max-width: 154px;
    max-height: 75px;
  }
}
.logo--main .site-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (min-width: 1024px) {
  .logo--main .site-logo {
    gap: 24px;
  }
}
.logo--main .site-logo span {
  display: block;
  background: var(--color-blue);
  width: 1px;
  height: 28px;
}
.logo--main .site-logo span:last-child {
  display: none;
}

.input {
  display: block;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  max-width: 376px;
}
.input svg,
.input i {
  position: absolute;
  top: 50%;
  left: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  cursor: inherit;
}
.input input {
  background-color: unset;
  color: inherit;
  border: 0;
  font-size: 1.6rem;
  line-height: 1.6em;
  padding: 17px 24px 17px 56px;
  border-radius: 53px;
  border: 1px solid var(--color-white-smoke);
  width: 100%;
}

time {
  font-size: 1.6rem;
  line-height: 1.625em;
  font-weight: 400;
  color: var(--color-light-grey);
}

dialog {
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  max-width: var(--layout-container-max-width);
  border: none;
  background: unset;
  padding: 0;
}
dialog[open] {
  pointer-events: inherit;
  opacity: 1;
}
dialog::-ms-backdrop {
  background-color: var(--color-black-80);
}
dialog::backdrop {
  background-color: var(--color-black-80);
}
dialog > button {
  position: absolute;
  top: 40px;
  right: 40px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: 16px;
  background-color: unset;
  border: none;
  cursor: pointer;
  z-index: 1;
  padding: 4px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid var(--color-black);
}
dialog > button svg {
  height: 100%;
}
dialog > div {
  margin: 0 16px;
}

.wysiwyg p:not(:last-child),
.mce-content-body p:not(:last-child) {
  margin-bottom: 16px;
}
.wysiwyg p:not(:last-child):has(img),
.mce-content-body p:not(:last-child):has(img) {
  margin-bottom: 40px !important;
}
.wysiwyg h1:not(:last-child),
.wysiwyg .h1:not(:last-child),
.wysiwyg h2:not(:last-child),
.wysiwyg .h2:not(:last-child),
.mce-content-body h1:not(:last-child),
.mce-content-body .h1:not(:last-child),
.mce-content-body h2:not(:last-child),
.mce-content-body .h2:not(:last-child) {
  margin-bottom: 32px;
}
.wysiwyg h3:not(:last-child),
.wysiwyg .h3:not(:last-child),
.wysiwyg .people__header h1:not(:last-child),
.people__header .wysiwyg h1:not(:last-child),
.wysiwyg .networking-events__heading h1:not(:last-child),
.networking-events__heading .wysiwyg h1:not(:last-child),
.wysiwyg .hero h1:not(:last-child),
.hero .wysiwyg h1:not(:last-child),
.wysiwyg .accommodation__heading h1:not(:last-child),
.accommodation__heading .wysiwyg h1:not(:last-child),
.wysiwyg .sponsors header h1:not(:last-child),
.sponsors header .wysiwyg h1:not(:last-child),
.wysiwyg h4:not(:last-child),
.wysiwyg .h4:not(:last-child),
.wysiwyg h6:not(:last-child),
.wysiwyg .h6:not(:last-child),
.mce-content-body h3:not(:last-child),
.mce-content-body .h3:not(:last-child),
.mce-content-body .people__header h1:not(:last-child),
.people__header .mce-content-body h1:not(:last-child),
.mce-content-body .networking-events__heading h1:not(:last-child),
.networking-events__heading .mce-content-body h1:not(:last-child),
.mce-content-body .hero h1:not(:last-child),
.hero .mce-content-body h1:not(:last-child),
.mce-content-body .accommodation__heading h1:not(:last-child),
.accommodation__heading .mce-content-body h1:not(:last-child),
.mce-content-body .sponsors header h1:not(:last-child),
.sponsors header .mce-content-body h1:not(:last-child),
.mce-content-body h4:not(:last-child),
.mce-content-body .h4:not(:last-child),
.mce-content-body h6:not(:last-child),
.mce-content-body .h6:not(:last-child) {
  margin-bottom: 16px;
}
.wysiwyg h5:not(:last-child),
.wysiwyg .h5:not(:last-child),
.wysiwyg-module .wysiwyg table td:not(:last-child):first-child,
.mce-content-body h5:not(:last-child),
.mce-content-body .h5:not(:last-child) {
  margin-bottom: 8px;
}
.wysiwyg ul,
.wysiwyg ol,
.mce-content-body ul,
.mce-content-body ol {
  margin-top: 36px;
  padding-left: 32px;
}
.wysiwyg ul li,
.wysiwyg ol li,
.mce-content-body ul li,
.mce-content-body ol li {
  font-size: 1.6rem;
  line-height: 1.5625em;
  font-weight: 400;
  margin-bottom: 16px;
}
.wysiwyg ul li ul,
.wysiwyg ul li ol,
.wysiwyg ol li ul,
.wysiwyg ol li ol,
.mce-content-body ul li ul,
.mce-content-body ul li ol,
.mce-content-body ol li ul,
.mce-content-body ol li ol {
  margin-top: 24px;
}
.wysiwyg ul,
.mce-content-body ul {
  list-style-type: disc;
}
.wysiwyg ol,
.mce-content-body ol {
  list-style-type: decimal;
}
.wysiwyg a:not([class]),
.mce-content-body a:not([class]) {
  text-decoration: underline;
}
.wysiwyg a:not([class]):has(i),
.mce-content-body a:not([class]):has(i) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  text-decoration: none;
}
.wysiwyg a:not([class]):has(i):hover,
.mce-content-body a:not([class]):has(i):hover {
  text-decoration: underline;
}
.wysiwyg section:not(:last-child),
.wysiwyg article:not(:last-child),
.mce-content-body section:not(:last-child),
.mce-content-body article:not(:last-child) {
  margin-bottom: 80px;
}
.wysiwyg p:has(.button, .header .menu-button-primary, .header .menu-button-secondary),
.mce-content-body p:has(.button, .header .menu-button-primary, .header .menu-button-secondary) {
  margin-top: 40px;
}
.wysiwyg p:has(.button + .button, .header .menu-button-primary + .button, .header .menu-button-secondary + .button, .header .button + .menu-button-primary, .header .menu-button-primary + .menu-button-primary, .header .menu-button-secondary + .menu-button-primary, .header .button + .menu-button-secondary, .header .menu-button-primary + .menu-button-secondary, .header .menu-button-secondary + .menu-button-secondary),
.mce-content-body p:has(.button + .button, .header .menu-button-primary + .button, .header .menu-button-secondary + .button, .header .button + .menu-button-primary, .header .menu-button-primary + .menu-button-primary, .header .menu-button-secondary + .menu-button-primary, .header .button + .menu-button-secondary, .header .menu-button-primary + .menu-button-secondary, .header .menu-button-secondary + .menu-button-secondary) {
  margin: 40px -8px 0;
}
.wysiwyg p:has(.button + .button, .header .menu-button-primary + .button, .header .menu-button-secondary + .button, .header .button + .menu-button-primary, .header .menu-button-primary + .menu-button-primary, .header .menu-button-secondary + .menu-button-primary, .header .button + .menu-button-secondary, .header .menu-button-primary + .menu-button-secondary, .header .menu-button-secondary + .menu-button-secondary) .button, .wysiwyg p:has(.button + .button, .header .menu-button-primary + .button, .header .menu-button-secondary + .button, .header .button + .menu-button-primary, .header .menu-button-primary + .menu-button-primary, .header .menu-button-secondary + .menu-button-primary, .header .button + .menu-button-secondary, .header .menu-button-primary + .menu-button-secondary, .header .menu-button-secondary + .menu-button-secondary) .header .menu-button-primary, .header .wysiwyg p:has(.button + .button, .header .menu-button-primary + .button, .header .menu-button-secondary + .button, .header .button + .menu-button-primary, .header .menu-button-primary + .menu-button-primary, .header .menu-button-secondary + .menu-button-primary, .header .button + .menu-button-secondary, .header .menu-button-primary + .menu-button-secondary, .header .menu-button-secondary + .menu-button-secondary) .menu-button-primary, .wysiwyg p:has(.button + .button, .header .menu-button-primary + .button, .header .menu-button-secondary + .button, .header .button + .menu-button-primary, .header .menu-button-primary + .menu-button-primary, .header .menu-button-secondary + .menu-button-primary, .header .button + .menu-button-secondary, .header .menu-button-primary + .menu-button-secondary, .header .menu-button-secondary + .menu-button-secondary) .header .menu-button-secondary, .header .wysiwyg p:has(.button + .button, .header .menu-button-primary + .button, .header .menu-button-secondary + .button, .header .button + .menu-button-primary, .header .menu-button-primary + .menu-button-primary, .header .menu-button-secondary + .menu-button-primary, .header .button + .menu-button-secondary, .header .menu-button-primary + .menu-button-secondary, .header .menu-button-secondary + .menu-button-secondary) .menu-button-secondary,
.mce-content-body p:has(.button + .button, .header .menu-button-primary + .button, .header .menu-button-secondary + .button, .header .button + .menu-button-primary, .header .menu-button-primary + .menu-button-primary, .header .menu-button-secondary + .menu-button-primary, .header .button + .menu-button-secondary, .header .menu-button-primary + .menu-button-secondary, .header .menu-button-secondary + .menu-button-secondary) .button,
.mce-content-body p:has(.button + .button, .header .menu-button-primary + .button, .header .menu-button-secondary + .button, .header .button + .menu-button-primary, .header .menu-button-primary + .menu-button-primary, .header .menu-button-secondary + .menu-button-primary, .header .button + .menu-button-secondary, .header .menu-button-primary + .menu-button-secondary, .header .menu-button-secondary + .menu-button-secondary) .header .menu-button-primary,
.header .mce-content-body p:has(.button + .button, .header .menu-button-primary + .button, .header .menu-button-secondary + .button, .header .button + .menu-button-primary, .header .menu-button-primary + .menu-button-primary, .header .menu-button-secondary + .menu-button-primary, .header .button + .menu-button-secondary, .header .menu-button-primary + .menu-button-secondary, .header .menu-button-secondary + .menu-button-secondary) .menu-button-primary,
.mce-content-body p:has(.button + .button, .header .menu-button-primary + .button, .header .menu-button-secondary + .button, .header .button + .menu-button-primary, .header .menu-button-primary + .menu-button-primary, .header .menu-button-secondary + .menu-button-primary, .header .button + .menu-button-secondary, .header .menu-button-primary + .menu-button-secondary, .header .menu-button-secondary + .menu-button-secondary) .header .menu-button-secondary,
.header .mce-content-body p:has(.button + .button, .header .menu-button-primary + .button, .header .menu-button-secondary + .button, .header .button + .menu-button-primary, .header .menu-button-primary + .menu-button-primary, .header .menu-button-secondary + .menu-button-primary, .header .button + .menu-button-secondary, .header .menu-button-primary + .menu-button-secondary, .header .menu-button-secondary + .menu-button-secondary) .menu-button-secondary {
  margin: 0 8px 16px;
}
.wysiwyg p:has(.link),
.mce-content-body p:has(.link) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: min(270px, 100%);
}

.post-list__results {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 30px;
  margin: 0 0 30px;
}
@media (min-width: 640px) {
  .post-list__results {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .post-list__results {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1024px) {
  .post-list__results {
    grid-template-columns: repeat(6, 1fr);
  }
}

.card {
  height: 100%;
}
.card__wrapper {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 32px 24px;
  background: var(--color-blue);
  color: var(--color-white);
}
.card__content .button, .card__content .header .menu-button-primary, .header .card__content .menu-button-primary, .card__content .header .menu-button-secondary, .header .card__content .menu-button-secondary {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: auto;
}
@media (hover: hover) {
  .card--benefit:hover .card__content:before {
    width: 100%;
  }
}
.card--benefit .card__wrapper {
  background: var(--color-blue);
}
.card--benefit .card__image {
  position: relative;
  overflow: hidden;
  inset: 0;
  border-radius: 16px;
  padding-bottom: 74%;
}
.card--benefit .card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.card--benefit .card__content {
  padding: 24px 24px 32px 24px;
  background: var(--color-blue);
}
.card--benefit .card__content h5 {
  margin-bottom: 16px;
}
.card--benefit .card__content p {
  font-size: 1.6rem;
  line-height: 1.625em;
}
.card--event {
  overflow: hidden;
  border: 1px solid var(--color-blue);
  border-radius: 16px;
}
.card--event .card__image {
  position: relative;
  padding-bottom: 73.7837837838%;
}
.card--event .card__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 16px;
  overflow: hidden;
}
.card--event:not(:first-child) .card__content {
  background: transparent;
}
.card--event:not(:first-child) .card__content, .card--event:not(:first-child) .card__content time {
  color: var(--color-blue);
}
.card--event:first-child {
  background: var(--color-blue);
}
.card--event .card__content {
  padding: 24px !important;
  border-radius: 16px;
}
.card--event .card__content .time {
  margin-bottom: 16px;
}
.card--event .card__content h5 {
  margin-bottom: 16px;
}
.card--event .card__content .fees {
  color: var(--color-mid-grey);
}
.card--event .card__content .add-to-calendar {
  margin-top: auto;
}
.card--event .card__content .add-to-calendar > * {
  margin-top: 68px;
}
@media (hover: hover) {
  .card--feature:hover .card__wrapper:before, .card--topic:hover .card__wrapper:before {
    opacity: 0;
  }
  .card--feature:hover .card__wrapper:after, .card--topic:hover .card__wrapper:after {
    opacity: 1;
  }
}
.card--feature .card__wrapper, .card--topic .card__wrapper {
  position: relative;
}
.card--feature .card__wrapper:before, .card--topic .card__wrapper:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: var(--gradient-light);
  border-radius: inherit;
  --m: conic-gradient(#000 0 0);
  -webkit-mask: var(--m) content-box, var(--m);
  -webkit-mask-composite: xor;
          mask: var(--m) content-box exclude, var(--m);
}
.card--feature .card__wrapper, .card--topic .card__wrapper {
  position: relative;
}
.card--feature .card__wrapper:after, .card--topic .card__wrapper:after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: var(--gradient-primary);
  border-radius: inherit;
  --m: conic-gradient(#000 0 0);
  -webkit-mask: var(--m) content-box, var(--m);
  -webkit-mask-composite: xor;
          mask: var(--m) content-box exclude, var(--m);
}
.card--feature .card__wrapper:before, .card--feature .card__wrapper:after, .card--topic .card__wrapper:before, .card--topic .card__wrapper:after {
  -webkit-transition: opacity 0.3s 0s ease-out;
  transition: opacity 0.3s 0s ease-out;
}
.card--feature .card__wrapper::after, .card--topic .card__wrapper::after {
  opacity: 0;
}
.card--feature .card__content, .card--topic .card__content {
  padding: 112px 24px 40px 24px;
}
.card--feature .card__content > *:has(i), .card--topic .card__content > *:has(i) {
  font-size: 4rem !important;
  margin-bottom: 8px;
}
.card--topic .card__content {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card--feature .card__content {
  padding: 40px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card--accommodation .card__image img {
  aspect-ratio: 16/10;
  max-height: 370px;
}
.card--accommodation .card__content p:has(.button, .header .menu-button-primary, .header .menu-button-secondary) {
  margin-top: auto;
}
.card--accommodation .card__content p:has(+ hr) {
  margin-bottom: 0;
}
.card--accommodation .card__content table td {
  padding-bottom: 8px;
}
.card--exhibitor .card__wrapper, .card--sponsor .card__wrapper {
  background: var(--color-white);
  border-radius: 16px;
  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;
  min-height: 150px;
  padding: 16px;
}
.card--exhibitor .card__image, .card--sponsor .card__image {
  position: relative;
}
.card--exhibitor .card__image img, .card--sponsor .card__image img {
  height: 100%;
  max-width: 100%;
}
.card--sponsor {
  width: 100%;
  min-height: unset;
  aspect-ratio: unset;
}
.card--sponsor .card__wrapper {
  min-height: unset;
}
.card--exhibitor {
  color: var(--color-cod-grey);
  cursor: pointer;
  width: 100%;
}
@media (min-width: 640px) {
  .card--exhibitor {
    width: auto;
  }
}
.card--exhibitor .card__wrapper {
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 130px;
  border-radius: 8px;
}
@media (min-width: 640px) {
  .card--exhibitor .card__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 150px;
  }
}
.card--exhibitor .card__image {
  max-width: 170px;
  padding: 0 12px;
  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;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 640px) {
  .card--exhibitor .card__image {
    height: 170px;
    padding: 12px;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .card--exhibitor .card__image {
    height: 130px;
    max-height: none;
  }
}
.card--exhibitor .card__image img {
  -o-object-fit: contain;
     object-fit: contain;
}
.card--exhibitor .card__content {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  min-width: 154px;
  padding: 16px 12px;
  background-color: var(--color-blue);
  gap: 12px;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 640px) {
  .card--exhibitor .card__content {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: unset;
    height: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.card--exhibitor .card__content > * {
  margin-bottom: 0 !important;
}
.card--exhibitor.gold .card__sponsor {
  background: -webkit-gradient(linear, left top, right top, from(#B89D52), color-stop(58.17%, #F9F4A6), to(#AE9249));
  background: linear-gradient(90deg, #B89D52 0%, #F9F4A6 58.17%, #AE9249 100%);
}
.card--exhibitor.silver .card__sponsor {
  background: -webkit-gradient(linear, left top, right top, from(#BBBBBB), color-stop(58.17%, #F6F6F6), to(#B1B1B1));
  background: linear-gradient(90deg, #BBBBBB 0%, #F6F6F6 58.17%, #B1B1B1 100%);
}
.card--exhibitor.bronze .card__sponsor {
  background: -webkit-gradient(linear, left top, right top, from(#AF826B), color-stop(58.17%, #FBE7CE), to(#A57A61));
  background: linear-gradient(90deg, #AF826B 0%, #FBE7CE 58.17%, #A57A61 100%);
}
.card--exhibitor .card__bg {
  display: contents;
}
.card--exhibitor .card__booth {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.card--exhibitor .card__booth span {
  height: 28px;
  padding: 0 12px;
  background-color: var(--color-white);
  color: var(--color-cod-grey);
  border-radius: 4px;
  line-height: 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;
}
.card--exhibitor .card__sponsor {
  padding: 5px 24px;
  border-radius: 4px;
  color: var(--color-cod-grey);
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
}
.card--exhibitor .card__link,
.card--exhibitor .card__description {
  display: none;
}
.card--exhibitor .card__title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 1.6rem;
}
.card--exhibitor .card__sponsor {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.card--exhibitor .card__booth {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.card--exhibitor .card__booth p {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card--exhibitor .card__booth p span {
  margin-left: 8px;
  font-weight: 400;
}
.card--exhibitor .card__booth p:first-child {
  display: none;
}
.card--exhibitor .card__button {
  position: absolute;
  top: 10px;
  right: 10px;
}
@media (min-width: 640px) {
  .card--exhibitor .card__button {
    display: none;
  }
}
.card--people .card__image {
  aspect-ratio: 270/360;
  max-height: 360px;
  background-image: url(.././img/profile.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}
.card--people .card__content {
  padding: 47px 20px 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 12px;
}
.card--people .card__content .excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 28px;
}
.card--people .card__content .wysiwyg {
  display: none;
}
.card--people .card__content > button.read-more {
  padding: 0;
  margin-top: auto;
  background: none;
  border: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: inherit;
  font-size: 1.6rem;
  line-height: 1.625em;
  font-weight: 400;
  text-decoration: underline;
  cursor: pointer;
}
.card--people .card__content .linkedin {
  display: none;
}

@media (min-width: 768px) {
  .sponsors .sponsors--border-card-color-gold {
    max-width: 434px;
    margin: 0 auto;
  }
}
.sponsors .card--sponsor .card__image {
  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;
}
.sponsors .card--sponsor .card__image img {
  height: 80%;
}

add-to-calendar-button#css-add-to-calendar::part(atcb-button) {
  background: var(--color-green);
  border: none;
  color: var(--color-blue);
}

#atcb-reference {
  opacity: 0.2;
  visibility: hidden;
}

.card.card--event {
  overflow: visible;
}
.card.card--event .card__wrapper {
  overflow: visible;
}
.card.card--event:not(:first-child) add-to-calendar-button#css-add-to-calendar::part(atcb-button) {
  background: var(--color-blue);
  border: none;
  color: #ffffff;
}
.card.card--event:not(:first-child) add-to-calendar-button#css-add-to-calendar::part(atcb-reference) {
  opacity: 0.2;
}

.filters {
  margin: 40px 0;
  overflow-x: scroll;
}
@media (min-width: 768px) {
  .filters {
    margin: 80px 0;
  }
}
.filters__form, .filters__hotel-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.filters__form > label, .filters__hotel-form > label {
  text-transform: uppercase;
}
.filters__form {
  gap: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .filters__form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.filters__input {
  display: none;
}
.filters__input:checked + label {
  background: var(--color-blue);
  color: var(--color-white);
  font-family: "ObjectSans", "sans-serif";
  font-weight: 700;
  font-size: 1.4rem;
}
.filters__search {
  position: relative;
}
.filters__search input {
  background: #FBFBF9;
  border: 1px solid #C0C1C1;
  border-radius: 999px;
  padding: 14px 20px;
  color: #2C2F31;
  font-size: 1.6rem;
  line-height: 1;
  width: 100%;
  height: 48px;
}
.filters__search svg {
  position: absolute;
  width: 16px;
  height: auto;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.filters__search:has(input:not(:-moz-placeholder)) svg {
  display: none;
}
.filters__search:has(input:not(:-ms-input-placeholder)) svg {
  display: none;
}
.filters__search:has(input:not(:placeholder-shown)) svg {
  display: none;
}
.filters__sort {
  position: relative;
}
.filters__sort > button {
  width: 100%;
  height: 48px;
  cursor: pointer;
  background: #FBFBF9;
  border: 1px solid #C0C1C1;
  border-radius: 999px;
  padding: 14px 20px;
  min-width: 112px;
  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: 8px;
  color: #2C2F31;
  font-size: 1.6rem;
  line-height: 1;
}
.filters__sort.active .filters__sort__list {
  visibility: visible;
  opacity: 1;
}
.filters__sort__list {
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 100%;
  top: calc(100% + 8px);
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  background: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: -3px 4px 11.7px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: -3px 4px 11.7px 0px rgba(0, 0, 0, 0.1019607843);
  padding: 16px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .filters__sort__list {
    width: 206px;
  }
}
.filters__sort__list label {
  cursor: pointer;
  padding: 4px;
  color: #2C2F31;
  text-align: left;
  font-size: 1.6rem;
}
.filters__sort__list label:hover {
  background: rgba(1, 72, 152, 0.12);
}
.filters__sort__list input:checked + label {
  position: relative;
  background: rgba(1, 72, 152, 0.12);
  color: #2C2F31;
  font-weight: 400;
  font-size: 1.6rem;
}
.filters__sort__list input:checked + label::before {
  content: "";
  position: absolute;
  right: 9px;
  top: 9px;
  width: 16px;
  height: 16px;
  background-image: url(.././fonts/check.svg);
}
.filters__search-results {
  z-index: 10;
  position: absolute;
  width: 206px;
  top: calc(100% + 8px);
  right: 0;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  background: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: -3px 4px 11.7px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: -3px 4px 11.7px 0px rgba(0, 0, 0, 0.1019607843);
  padding: 16px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.filters__search-results li {
  cursor: pointer;
  padding: 4px;
  color: #2C2F31;
  text-align: left;
  font-size: 1.6rem;
  text-transform: none;
}
.filters__search-results li:hover {
  background: rgba(1, 72, 152, 0.12);
}
@media (min-width: 768px) {
  .filters {
    overflow: initial;
  }
}
.filters__clear {
  cursor: pointer;
  background: #FBFBF9;
  border: 1px solid #C0C1C1;
  border-radius: 999px;
  padding: 14px 20px;
  min-width: 112px;
  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: 8px;
  color: #2C2F31;
  font-size: 1.6rem;
  line-height: 1;
}
.filters__clear svg {
  width: 16px;
  height: auto;
}

.filters__search:has(input:focus) .filters__search-results:has(li) {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.timer {
  -webkit-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.timer--hide {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
}
.timer__wrapper {
  padding: 16px;
  border-radius: 16px;
  overflow: hidden;
  background-color: var(--color-red);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media (min-width: 1280px) {
  .timer__wrapper {
    padding: 48px 62px;
    gap: 28px;
  }
}
.timer__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.timer__item[data-key=s] {
  min-width: 62px;
}
.timer__value {
  font-family: "OverusedGrotesk-ExtraBold";
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1em;
  letter-spacing: -0.01em;
}
@media (min-width: 1280px) {
  .timer__value {
    font-size: 5.2rem;
  }
}
.timer__title {
  font-family: "OverusedGrotesk-Medium";
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.14em;
}

.explore-more {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1.6rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin: 0 auto;
}
.explore-more__icon {
  padding: 14px 10px;
  background-color: var(--color-white-20);
  border-radius: 17px;
}

.page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 50px;
}
@media (min-width: 768px) {
  .page-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.page-header svg {
  position: absolute;
  bottom: -50px;
  left: -100px;
  z-index: -1;
}
.page-header__content {
  max-width: 650px;
  margin: 40px 0 0;
}
@media (min-width: 768px) {
  .page-header__content {
    -ms-flex-preferred-size: 650px;
        flex-basis: 650px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.page-header__image {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page-header__image img {
  width: 100%;
  max-width: 600px;
}
@media (min-width: 768px) {
  .page-header--over-container .page-header__image {
    right: calc((100vw - var(--layout-container-max-width)) / -2);
  }
}

.graphic {
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.6s 0s ease-in-out;
  transition: all 0.6s 0s ease-in-out;
  width: 20vw;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.graphic svg {
  height: 100%;
}
.graphic--fade-up svg {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.6s 0s ease-in-out;
  transition: all 0.6s 0s ease-in-out;
}
.graphic--visible {
  visibility: visible;
  opacity: 1;
}
.graphic--visible.graphic--fade-up svg {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.badge {
  position: absolute;
  top: 0;
  left: 0;
  width: 92.89px;
  height: 94.91px;
  -webkit-transform: translate(calc(var(--layout-column-gap) * -1 - 5px), -45px) scale(0.75);
          transform: translate(calc(var(--layout-column-gap) * -1 - 5px), -45px) scale(0.75);
  z-index: 2;
}
@media (min-width: 768px) {
  .badge {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.badge {
  clip-path: path("M41.4115 3.30563C44.2277 -0.375871 49.7723 -0.375871 52.5885 3.30563C54.6478 5.9977 58.3337 6.83899 61.3571 5.30702C65.4918 3.212 70.4872 5.6177 71.4272 10.1565C72.1145 13.4755 75.0704 15.8327 78.4591 15.7643C83.0933 15.6707 86.5503 20.0056 85.4278 24.5027C84.607 27.7913 86.2474 31.1976 89.3302 32.6062C93.5461 34.5326 94.7799 39.9381 91.8173 43.5029C89.651 46.1096 89.651 49.8904 91.8173 52.4971C94.7799 56.0619 93.5461 61.4674 89.3302 63.3938C86.2474 64.8024 84.607 68.2087 85.4278 71.4973C86.5503 75.9944 83.0933 80.3293 78.4591 80.2357C75.0704 80.1673 72.1145 82.5245 71.4272 85.8435C70.4872 90.3823 65.4918 92.788 61.3571 90.693C58.3337 89.161 54.6478 90.0023 52.5885 92.6944C49.7723 96.3759 44.2277 96.3759 41.4115 92.6944C39.3522 90.0023 35.6663 89.161 32.6429 90.693C28.5082 92.788 23.5128 90.3823 22.5728 85.8435C21.8855 82.5245 18.9296 80.1673 15.5409 80.2357C10.9067 80.3293 7.44973 75.9944 8.57218 71.4973C9.39297 68.2087 7.75257 64.8024 4.66976 63.3938C0.453906 61.4674 -0.779878 56.0619 2.18266 52.4971C4.349 49.8904 4.349 46.1096 2.18266 43.5029C-0.779878 39.9381 0.453906 34.5326 4.66976 32.6062C7.75257 31.1976 9.39297 27.7913 8.57218 24.5027C7.44973 20.0056 10.9067 15.6707 15.5409 15.7643C18.9296 15.8327 21.8855 13.4755 22.5728 10.1565C23.5128 5.6177 28.5082 3.212 32.6429 5.30702C35.6663 6.83899 39.3522 5.9977 41.4115 3.30563Z");
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.badge:before, .badge:after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--color-white);
  z-index: -1;
}
.badge--platinum:after {
  background: linear-gradient(93.67deg, #FFFFFF 2.3%, rgba(212, 196, 255, 0.5) 49.85%, rgba(255, 255, 255, 0.5) 70.92%, rgba(212, 196, 255, 0.2) 97.39%);
}
@media (min-width: 768px) {
  .badge--gold {
    left: auto;
    right: 0;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
}
.badge--gold:after {
  background: radial-gradient(92.45% 99.96% at 78.13% 16.67%, #F2DBA1 0%, #F9EED2 32.5%, #E5C280 56.5%, #D29C38 100%);
}
.badge--silver:after {
  background: linear-gradient(93.67deg, #FFFFFF 2.3%, rgba(159, 159, 160, 0.5) 38.47%, rgba(255, 255, 255, 0.5) 70.92%, rgba(56, 56, 56, 0.2) 97.39%);
}
.badge__title {
  font-family: "OverusedGrotesk-Bold";
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1em;
  color: var(--color-cod-grey);
}
@media (min-width: 768px) {
  .badge__title {
    font-size: 1.4rem;
  }
}

.form {
  width: 100%;
  max-width: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.form__title {
  margin-bottom: 2.4rem;
}
.form__field {
  position: relative;
}
.form__field:has(input:not([type=checkbox])) {
  border-radius: 50px;
}
.form__field:has(input:not([type=checkbox])) > input {
  border-radius: 50px;
}
.form__field:has(input:not([type=checkbox])) {
  position: relative;
}
.form__field:has(input:not([type=checkbox])):before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: var(--gradient-light);
  border-radius: inherit;
  --m: conic-gradient(#000 0 0);
  -webkit-mask: var(--m) content-box, var(--m);
  -webkit-mask-composite: xor;
          mask: var(--m) content-box exclude, var(--m);
}
.form__field:has(textarea) {
  border-radius: 16px;
}
.form__field:has(textarea) > textarea {
  border-radius: 16px;
}
.form__field:has(textarea) {
  position: relative;
}
.form__field:has(textarea):before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: var(--gradient-light);
  border-radius: inherit;
  --m: conic-gradient(#000 0 0);
  -webkit-mask: var(--m) content-box, var(--m);
  -webkit-mask-composite: xor;
          mask: var(--m) content-box exclude, var(--m);
}
.form__field > input:not([type=checkbox]), .form__field > textarea {
  position: relative;
  border: none;
  width: 100%;
  font-size: 1.6rem;
  color: var(--color-white-smoke);
  outline: none;
  background-color: transparent;
  padding: 1.2rem 1.6rem;
  z-index: 1;
  resize: none;
}
.form__field > input:not([type=checkbox]):not(:-moz-placeholder) + label, .form__field > textarea:not(:-moz-placeholder) + label {
  top: -13px;
  font-size: 1.4rem;
}
.form__field > input:not([type=checkbox]):not(:-ms-input-placeholder) + label, .form__field > textarea:not(:-ms-input-placeholder) + label {
  top: -13px;
  font-size: 1.4rem;
}
.form__field > input:not([type=checkbox]):focus + label, .form__field > input:not([type=checkbox]):not(:placeholder-shown) + label, .form__field > textarea:focus + label, .form__field > textarea:not(:placeholder-shown) + label {
  top: -13px;
  font-size: 1.4rem;
}
.form__field > input:not([type=checkbox]) + label, .form__field > textarea + label {
  font-size: 1.6rem;
  position: absolute;
  left: 1.6rem;
  background: var(--color-cod-grey);
  color: var(--color-text-secondary);
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-property: top, font-size;
  transition-property: top, font-size;
  top: 10px;
  padding: 0 2px;
  z-index: 2;
  cursor: inherit;
}
.form__field > input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.form__field > input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid var(--color-white-smoke);
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.form__field > input[type=checkbox] + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  cursor: pointer;
}
.form__field > input[type=checkbox] + label::before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: relative;
  border: 1px solid var(--color-white-smoke);
  border-radius: 50%;
}
.form__field > div[role=alert] {
  position: absolute;
  top: 100%;
  left: 18px;
  color: var(--color-red);
}
.form__submit {
  margin-top: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form__response {
  font-size: 1.8rem;
}
.form--error .form__response {
  color: var(--color-red);
}

.accordion--visible .accordion__button:after {
  content: "\e901";
}
.accordion--visible .accordion__content {
  grid-template-rows: 1fr;
  opacity: 1;
  visibility: visible;
}
.accordion__item {
  padding: 12px 22px;
}
.accordion__item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.2784313725);
}
.accordion__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2784313725);
}
.accordion__button {
  all: unset;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  width: 100%;
  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;
}
.accordion__button:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "battcon-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
  color: #fffeff;
}
.accordion__content {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: grid-template-rows 0.4s ease-out, opacity ease-out 0.4s, visibility ease-out 0.4s;
  transition: grid-template-rows 0.4s ease-out, opacity ease-out 0.4s, visibility ease-out 0.4s;
  transition: grid-template-rows 0.4s ease-out, opacity ease-out 0.4s, visibility ease-out 0.4s, -ms-grid-rows 0.4s ease-out;
}
.accordion__content > * {
  overflow: hidden;
}

.wysiwyg-module {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .wysiwyg-module {
    margin-bottom: 80px;
  }
}
.wysiwyg-module iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.wysiwyg-module .wysiwyg table {
  max-width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
  margin: 0 auto 49px;
}
.wysiwyg-module .wysiwyg table:last-child {
  margin-bottom: 0;
}
.wysiwyg-module .wysiwyg table td:first-child {
  background: var(--color-blue);
  color: var(--color-white);
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
}
.wysiwyg-module .wysiwyg table td:last-child {
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
}
.wysiwyg-module .wysiwyg table td {
  background: var(--color-white);
  color: var(--color-black);
  padding: 20px 30px;
}

.columns {
  margin-block: 80px;
}
@media (min-width: 1024px) {
  .columns {
    margin-block: 106px;
  }
  .hero--contact + .columns {
    margin-block: 40px;
    margin-bottom: 80px;
  }
}
.columns__content {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .columns__content {
    margin-bottom: 80px;
  }
}
.columns__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  row-gap: 48px;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
@media (min-width: 1024px) {
  .columns__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
.columns__column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  .columns__column {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    -webkit-box-pack: var(--align, start);
        -ms-flex-pack: var(--align, start);
            justify-content: var(--align, start);
  }
  .columns__column:nth-child(1), .columns__column:nth-child(3) {
    width: 25%;
  }
  .columns__column:nth-child(2) {
    width: 50%;
  }
  .columns__column:nth-child(2) .wysiwyg p:not(:has(img)) {
    max-width: 50%;
  }
  .columns__column .wysiwyg img:not(.aligncenter) {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.columns__column .wysiwyg {
  width: 100%;
}
.columns__column .wysiwyg img:not(.aligncenter) {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
}

.cta-panel {
  position: relative;
  z-index: 1;
  margin-block: 43px;
  margin-inline: var(--layout-container-gap);
  border-radius: 16px;
  -webkit-transition: background-color 0.3s 0s ease-out;
  transition: background-color 0.3s 0s ease-out;
}
.cta-panel .decoration-double_circle {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-33.5191648891%, 35.7005501843%);
          transform: translate(-33.5191648891%, 35.7005501843%);
  display: none;
}
@media (min-width: 1280px) {
  .cta-panel .decoration-double_circle {
    display: block;
  }
}
.cta-panel .decoration-arrow {
  position: absolute;
  right: 0;
  bottom: 100%;
  display: none;
}
@media (min-width: 1280px) {
  .cta-panel .decoration-arrow {
    display: block;
  }
}
.cta-panel .decoration-big_circle {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 761px;
  width: 52.8472222222%;
  -webkit-transform: translate(-45.2063074901%, 49.8409986859%);
          transform: translate(-45.2063074901%, 49.8409986859%);
}
.cta-panel .cta-panel__bg {
  position: absolute;
  left: -24px;
  top: -43px;
  width: 100vw;
  height: calc(100% + 86px);
  z-index: -1;
}
.cta-panel.white .cta-panel__bg {
  background: var(--color-white);
}
.cta-panel.blue {
  color: var(--color-white);
}
.cta-panel.blue::after {
  background: var(--color-blue);
}
.cta-panel.green {
  color: var(--color-blue);
}
.cta-panel.green::after {
  background: var(--color-green);
}
.cta-panel.green .cta-panel__link i::before {
  color: var(--color-white);
}
.cta-panel.white {
  color: var(--color-white);
}
.cta-panel.white::after {
  background: var(--color-blue);
}
.cta-panel:before {
  --gradient-angel: 93.67deg;
  transition: --gradient-angel 0.3s 0s ease-out;
}
.cta-panel:after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: var(--color-blue);
  z-index: -1;
}
@media (hover: hover) {
  .cta-panel:hover {
    background-color: var(--color-white-10);
  }
  .cta-panel:hover:before {
    --gradient-angel: 271.74deg;
  }
}
.cta-panel__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 32px;
  padding: 24px 8px;
}
@media (min-width: 1024px) {
  .cta-panel__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 40px 24px;
  }
}
.cta-panel__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 805px;
}
.cta-panel__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 32px;
}
.cta-panel__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.cta-panel__link:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--color-white-20);
  width: 0;
  border-radius: inherit;
  z-index: -1;
  -webkit-transition: width 0.3s 0s ease-in-out;
  transition: width 0.3s 0s ease-in-out;
}

.exhibitors {
  margin: 160px 0 46px;
  position: relative;
  z-index: 10;
}
@media (min-width: 1024px) {
  .exhibitors {
    margin-top: 80px;
  }
}
@media (min-width: 1024px) {
  .exhibitors:has(.post-list .post-list__results) .exhibitors__graphic {
    display: block;
  }
}
.exhibitors__heading {
  font-size: 2.8rem;
  line-height: 1.2em;
  font-family: "ObjectSans", "sans-serif";
  font-weight: 700;
}
@media (min-width: 1024px) {
  .exhibitors__heading {
    font-size: 4.8rem;
  }
}
.exhibitors__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 32px;
  margin: 32px 0;
  border-bottom: 1px solid rgba(1, 72, 152, 0.3);
  padding-bottom: 16px;
}
@media (min-width: 1024px) {
  .exhibitors__wrapper {
    margin: 129px 0 32px 0;
  }
}
@media (min-width: 1024px) {
  .exhibitors__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.exhibitors__graphic {
  position: absolute;
  right: 0;
  bottom: -190px;
  z-index: -1;
  display: none;
}
.exhibitors__dialog {
  width: min(768px, 100%);
  margin: auto;
}
.exhibitors__dialog > button {
  top: 20px;
}
.exhibitors__dialog .card__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  padding: 20px;
  padding-top: 60px;
  border-radius: 16px;
  cursor: initial;
}
.exhibitors__dialog .card__image {
  border-radius: 8px;
  overflow: hidden;
  margin: 0;
  background: #ffffff;
  height: 130px;
}
@media (min-width: 1024px) {
  .exhibitors__dialog .card__image {
    padding: 12px;
    height: 170px;
  }
}
.exhibitors__dialog .card__image img {
  max-height: 360px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.exhibitors__dialog .card .card__bg {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 24px;
  padding: 20px;
}
.exhibitors__dialog .card .card__bg::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
}
@media (min-width: 1024px) {
  .exhibitors__dialog .card .card__bg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.exhibitors__dialog .card .card__sponsor {
  -webkit-box-ordinal-group: unset;
      -ms-flex-order: unset;
          order: unset;
  background: transparent;
  border-radius: 0;
  color: inherit;
  text-align: inherit;
  padding: 0;
  font-size: 1.6rem;
}
.exhibitors__dialog .card.gold .card__bg::before {
  background: -webkit-gradient(linear, left top, right top, from(#B89D52), color-stop(58.17%, #CCC667), to(#AE9249));
  background: linear-gradient(90deg, #B89D52 0%, #CCC667 58.17%, #AE9249 100%);
}
.exhibitors__dialog .card.gold .card__content {
  color: var(--color-white);
}
.exhibitors__dialog .card.gold .card__content .card__link svg path {
  fill: var(--color-white);
}
.exhibitors__dialog .card.gold .card__booth span {
  background-color: var(--color-white);
  color: var(--color-cod-grey);
}
.exhibitors__dialog .card.silver .card__bg::before {
  background: -webkit-gradient(linear, left top, right top, from(#969696), color-stop(58.17%, #B4B4B4), to(#9C9C9C));
  background: linear-gradient(90deg, #969696 0%, #B4B4B4 58.17%, #9C9C9C 100%);
}
.exhibitors__dialog .card.bronze .card__bg::before {
  background: -webkit-gradient(linear, left top, right top, from(#AF826B), color-stop(58.17%, #C9B7A1), to(#A57A61));
  background: linear-gradient(90deg, #AF826B 0%, #C9B7A1 58.17%, #A57A61 100%);
}
.card.silver .exhibitors__dialog .card__bg::before {
  background: -webkit-gradient(linear, left top, right top, from(#969696), color-stop(58.17%, #B4B4B4), to(#9C9C9C));
  background: linear-gradient(90deg, #969696 0%, #B4B4B4 58.17%, #9C9C9C 100%);
}
.card.bronze .exhibitors__dialog .card__bg::before {
  background: -webkit-gradient(linear, left top, right top, from(#AF826B), color-stop(58.17%, #C9B7A1), to(#A57A61));
  background: linear-gradient(90deg, #AF826B 0%, #C9B7A1 58.17%, #A57A61 100%);
}
.exhibitors__dialog .card__title, .exhibitors__dialog .card__link, .exhibitors__dialog .card__description {
  display: block;
}
.exhibitors__dialog .card__title {
  font-size: 2rem;
  -webkit-box-ordinal-group: unset;
      -ms-flex-order: unset;
          order: unset;
  font-weight: 700;
}
.exhibitors__dialog .card__booth {
  -webkit-box-ordinal-group: unset;
      -ms-flex-order: unset;
          order: unset;
}
.exhibitors__dialog .card__booth p {
  margin: 0;
}
.exhibitors__dialog .card__booth p:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.exhibitors__dialog .card__booth p:last-child {
  display: none;
}
.exhibitors__dialog .card__content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  height: auto;
  gap: 8px;
  padding: 0;
  color: var(--color-cod-grey);
  background: inherit !important;
}
.exhibitors__dialog .card__booth p {
  font-weight: 700;
}
.exhibitors__dialog .card__booth span {
  background-color: var(--color-blue);
  color: var(--color-white);
}
.exhibitors__dialog .card__sponsor span {
  font-family: "ObjectSans", "sans-serif";
  font-weight: 400;
}
.exhibitors__dialog .card__description {
  width: 100%;
}
.exhibitors__dialog .card__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
}
.exhibitors__dialog .card__link span {
  text-decoration: underline;
}

.sponsors {
  position: relative;
  z-index: 0;
  padding: 60px 0;
  color: var(--color-blue);
}
.sponsors:first-of-type {
  margin-top: 0 !important;
}
@media (min-width: 768px) {
  .sponsors {
    padding: 120px 0;
  }
}
.sponsors.white {
  background: var(--color-white);
}
.sponsors .wysiwyg h3 {
  margin-bottom: 4px;
}
.sponsors header {
  margin: 0 0 32px;
  color: var(--color-blue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 16px;
}
.sponsors.column header {
  margin-bottom: 56px;
  padding-bottom: 0;
}
.sponsors.row header {
  border-bottom: 1px solid rgba(1, 72, 152, 0.3);
}
.sponsors.column header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sponsors.column header .button, .sponsors.column header .header .menu-button-primary, .header .sponsors.column header .menu-button-primary, .sponsors.column header .header .menu-button-secondary, .header .sponsors.column header .menu-button-secondary {
  margin-top: 32px;
}
.sponsors__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 56px;
}
.sponsors__list {
  display: grid;
  gap: 24px;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .sponsors__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-template-columns: repeat(var(--grid-size), 1fr);
    width: auto;
    margin: 0;
  }
}
.sponsors__item {
  width: 100%;
  max-width: 650px;
}
.sponsors__item .card__wrapper {
  border: 1px solid;
}
.sponsors__item > .h5, .wysiwyg-module .wysiwyg table .sponsors__item > td:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.sponsors__item h3 {
  display: block;
  text-align: center;
  padding: 8px 24px;
  border-radius: 8px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto 24px;
}
.sponsors__item.gold > h3 {
  background: -webkit-gradient(linear, left top, right top, from(#B89D52), color-stop(58.17%, #F9F4A6), to(#AE9249));
  background: linear-gradient(90deg, #B89D52 0%, #F9F4A6 58.17%, #AE9249 100%);
}
.sponsors__item.gold .card__wrapper {
  border-color: #D1B892;
}
.sponsors__item.silver > h3 {
  background: -webkit-gradient(linear, left top, right top, from(#BBBBBB), color-stop(58.17%, #F6F6F6), to(#B1B1B1));
  background: linear-gradient(90deg, #BBBBBB 0%, #F6F6F6 58.17%, #B1B1B1 100%);
}
.sponsors__item.silver .card__wrapper {
  border-color: #DFDFDF;
}
.sponsors__item.bronze > h3 {
  background: -webkit-gradient(linear, left top, right top, from(#AF826B), color-stop(58.17%, #FBE7CE), to(#A57A61));
  background: linear-gradient(90deg, #AF826B 0%, #FBE7CE 58.17%, #A57A61 100%);
}
.sponsors__item.bronze .card__wrapper {
  border-color: #F5DFC6;
}
.sponsors__card-wrapper {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  color: #000;
  border-radius: 8px;
  -webkit-background-clip: border-box;
  background-clip: border-box;
}
.sponsors__card-wrapper img {
  max-height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  .sponsors__card-wrapper {
    height: var(--card-height);
  }
  .sponsors__card-wrapper img {
    max-height: auto;
  }
}

.image-with-text {
  position: relative;
  background: var(--color-white);
  padding: 24px 0;
}
.image-with-text__container {
  position: relative;
  margin-inline: var(--layout-container-gap);
}
.image-with-text--has-gradient-border .image-with-text__content {
  position: relative;
}
.image-with-text--has-gradient-border .image-with-text__content:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: var(--gradient-primary);
  border-radius: inherit;
  --m: conic-gradient(#000 0 0);
  -webkit-mask: var(--m) content-box, var(--m);
  -webkit-mask-composite: xor;
          mask: var(--m) content-box exclude, var(--m);
}
.image-with-text--has-gradient-border .image-with-text__content {
  border-radius: 16px;
}
.image-with-text__background {
  position: absolute;
  inset: 0;
  border-radius: 16px;
  overflow: hidden;
}
.image-with-text__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-with-text__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  padding: 24px;
  max-width: 1440px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .image-with-text__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    padding: 40px;
  }
}
.image-with-text__content {
  max-width: 540px;
  min-height: 432px;
  border-radius: 16px;
  background: rgba(8, 52, 102, 0.7803921569);
  backdrop-filter: blur(60px);
  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;
  color: var(--color-white);
}
.image-with-text__content .wysiwyg {
  padding: 32px;
}
.image-with-text__content .wysiwyg h3 {
  margin-top: 0;
  margin-block: 8px;
}
@media (min-width: 1024px) {
  .image-with-text__content:has(+ .image-with-text__image) {
    max-width: 640px;
  }
  .image-with-text__content:has(+ .image-with-text__image) .wysiwyg {
    padding-right: 132px;
  }
}
.image-with-text__image {
  position: relative;
}
@media (min-width: 1024px) {
  .image-with-text__image {
    margin-left: -100px;
  }
}
.image-with-text__image img {
  height: 100%;
  width: 100%;
  max-width: 302px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  overflow: hidden;
}

.become-sponsor {
  position: relative;
  height: 100%;
  overflow: hidden;
  position: relative;
  padding: 90px 0 0;
}
.become-sponsor__top-wrapper {
  position: relative;
}
@media (min-width: 1024px) {
  .become-sponsor__top-wrapper {
    padding: 20px 20px 125px;
  }
}
@media (min-width: 640px) {
  .become-sponsor > .container {
    max-width: 1280px;
  }
}
.become-sponsor__title {
  margin-bottom: 38px;
}
@media (min-width: 1024px) {
  .become-sponsor__title {
    display: none;
  }
}
.become-sponsor__table {
  --table-spacing-y: 10px;
  --table-spacing-x: 12px;
}
.become-sponsor__table table {
  border-collapse: separate;
  border-spacing: var(--table-spacing-y) var(--table-spacing-x);
  margin-bottom: var(--table-spacing-y);
  display: none;
}
@media (min-width: 1024px) {
  .become-sponsor__table table {
    display: block;
  }
}
.become-sponsor__table table:has(> thead > tr > th > p) thead tr th:first-of-type p {
  font-family: "ObjectSans", "sans-serif";
  font-weight: 700;
  text-align: left;
  margin: 50px 0 0;
}
.become-sponsor__table table:has(> thead > tr > th > p) thead tr th:not(:first-child) {
  position: relative;
}
.become-sponsor__table table:has(> thead > tr > th > p) thead tr th:not(:first-child)::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% + 30px);
  content: "";
  background-color: var(--color-blue);
  border-radius: 16px 16px 0 0;
}
.become-sponsor__table table:has(> thead > tr > th > p) thead tr th:not(:first-child) p {
  position: relative;
  z-index: 1;
  color: var(--color-white);
}
.become-sponsor__table table:has(> thead > tr > th > p) tbody {
  position: relative;
}
.become-sponsor__table table:has(> thead > tr > th > p) tbody .custom-break-row:first-child {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(calc(-100% + var(--table-spacing-y)));
          transform: translateY(calc(-100% + var(--table-spacing-y)));
}
.become-sponsor__table table tr td,
.become-sponsor__table table tr th {
  padding: 8px;
}
.become-sponsor__table table tr td:first-child,
.become-sponsor__table table tr th:first-child {
  padding: 8px 32px;
}
.become-sponsor__table table tr td svg,
.become-sponsor__table table tr th svg {
  margin: 0 auto;
}
.become-sponsor__table table tr th {
  position: relative;
  min-width: 200px;
  padding-top: 30px;
}
.become-sponsor__table table tr th:not(:first-child) {
  border-radius: 16px;
}
.become-sponsor__table table tr th:not(:first-child):after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: var(--color-white);
  height: var(--table-height, 100%);
  border: 2px solid transparent;
  border-radius: inherit;
  outline: 1px solid var(--color-blue);
}
.become-sponsor__table table tr th:not(:first-child):before {
  height: var(--table-height, 100%);
}
.become-sponsor__table table tr th .title {
  font-size: 2.4rem;
  font-family: "ObjectSans", "sans-serif";
  font-weight: 700;
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
}
.become-sponsor__table table tr th .price {
  color: var(--color-white);
  font-size: 1.4rem;
}
.become-sponsor__table table tr.custom-break-row td {
  padding-top: 40px;
}
.become-sponsor__table table tbody tr:not(.custom-break-row) {
  position: relative;
}
.become-sponsor__table table tbody tr:not(.custom-break-row):after {
  z-index: -1;
  content: "";
  position: absolute;
  inset: 0 12px 0 0;
  background-color: var(--color-white);
  border: 2px solid transparent;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  height: 100%;
  outline: 1px solid rgba(1, 72, 152, 0.5);
}
.become-sponsor__table table tbody tr:not(.custom-break-row) td:not(:first-child) {
  text-align: center;
  background-color: var(--color-white);
  color: var(--color-bg);
}
.become-sponsor__table table tbody tr:not(:first-child) {
  position: relative;
}
.become-sponsor__table table tbody tr:not(:first-child) td {
  background: var(--color-white);
}
.become-sponsor__table table tbody tr:not(:first-child).custom-break-row .label {
  background: transparent;
}
.become-sponsor__table table tbody tr:not(:first-child) .label {
  border-radius: 14px 0 0 14px;
}
.become-sponsor__table table tfoot td {
  padding: 0;
}
.become-sponsor__table table tfoot td:not(:first-child) {
  position: relative;
}
.become-sponsor__table table tfoot td:not(:first-child)::before {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 51px;
  content: "";
  background: var(--color-blue);
  border-radius: 0 0 16px 16px;
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
}
.become-sponsor__table table tfoot td:not(:first-child)::after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: var(--table-height, 100%);
  content: "";
  outline: 1px solid var(--color-blue);
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
  border-radius: 16px;
}
.become-sponsor__table__x svg:last-child {
  display: none;
}
@media (min-width: 1024px) {
  .become-sponsor__table__x span:first-child {
    display: none;
  }
  .become-sponsor__table__x svg:last-child {
    display: block;
  }
}
.become-sponsor__cards {
  display: grid;
  gap: 22px;
}
@media (min-width: 1024px) {
  .become-sponsor__cards {
    display: none;
  }
}
.become-sponsor__card {
  position: relative;
  border-radius: 14px;
  background: var(--color-blue);
  color: var(--color-white);
}
.become-sponsor__card:before {
  z-index: -1;
}
.become-sponsor__card .card-header {
  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;
  margin: 12px 22px 8px 22px;
}
.become-sponsor__card .title {
  font-size: 2.8rem;
  line-height: 1.4em;
  font-family: "ObjectSans", "sans-serif";
  font-weight: 700;
  color: #ffffff;
}
.become-sponsor__card .price {
  font-size: 2.8rem;
  line-height: 1.4em;
  font-family: "ObjectSans", "sans-serif";
  font-weight: 400;
}
.become-sponsor__card .sub-title {
  font-size: 1.6rem;
  line-height: 1.2em;
  font-family: "ObjectSans", "sans-serif";
  font-weight: 700;
}
.become-sponsor__card .list > li:first-child {
  margin-top: 18px;
}
.become-sponsor__card .list > li:not(:last-child) {
  margin-bottom: 20px;
}
.become-sponsor__card .value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.become-sponsor__card .value span:first-child {
  font-size: 1.2rem;
  line-height: 1.2em;
  color: #3ac721;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 42px;
          flex: 1 0 42px;
}
.become-sponsor__card .value span:first-child svg {
  margin: 0 auto;
}
.become-sponsor__card .value span:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  font-size: 1.4rem;
  line-height: 1.6em;
}
.become-sponsor__card .button, .become-sponsor__card .header .menu-button-primary, .header .become-sponsor__card .menu-button-primary, .become-sponsor__card .header .menu-button-secondary, .header .become-sponsor__card .menu-button-secondary {
  width: min(306px, 100% - 44px);
  display: block;
  text-align: center;
  font-size: 1.2rem;
  margin: 22px auto;
}

.become-exhibitor {
  margin-top: 72px;
  margin-bottom: 40px;
}
.become-exhibitor__wrapper {
  max-width: 828px;
  margin: 0 auto;
}
.become-exhibitor__content {
  margin-bottom: 46px;
}
.become-exhibitor__pricing {
  position: relative;
  padding: 50px 16px 36px;
  background-color: var(--color-white-10);
  max-width: 770px;
  margin: 0 auto;
  background: var(--color-blue);
  color: var(--color-white);
}
@media (min-width: 768px) {
  .become-exhibitor__pricing {
    padding: 50px 100px 36px;
  }
}
.become-exhibitor__pricing > table {
  width: calc(100% + 32px);
  margin: 0 -16px;
}
.become-exhibitor__pricing > table tbody tr td {
  padding: 10px 16px;
}
.become-exhibitor__pricing > table tbody tr td:nth-child(1) {
  vertical-align: top;
}
.become-exhibitor__pricing > table tbody tr td:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
@media (min-width: 640px) {
  .become-exhibitor__pricing > table tbody tr td:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.become-exhibitor__pricing > table tbody tr td:nth-child(2) p {
  margin-bottom: 0;
}

.attendance-fees {
  position: relative;
  padding: 48px 0;
}
.attendance-fees.white + .attendance-fees.white {
  padding-top: 0;
}
.attendance-fees.white + .attendance-fees.white .attendance-fees__table {
  margin-top: 0;
}
.attendance-fees.white {
  background: var(--color-white);
}
@media (min-width: 640px) {
  .attendance-fees > .container {
    max-width: 1280px;
  }
}
.attendance-fees__heading {
  max-width: 828px;
  margin: 0 auto 40px;
}
.attendance-fees__table {
  display: none;
  max-height: 100%;
  overflow-x: auto;
  margin: 25px calc(var(--layout-container-gap) * -1);
  margin-bottom: 40px;
  padding: 0 var(--layout-container-gap);
}
@media (min-width: 1024px) {
  .attendance-fees__table {
    display: block;
    overflow-x: initial;
  }
}
.attendance-fees__table--mobile {
  display: grid;
  gap: 32px;
  width: 100%;
  max-width: 460px;
  margin: 0 auto 24px auto;
}
.attendance-fees__table--mobile > header * {
  font-family: "OverusedGrotesk-Bold";
  font-size: 2.4rem;
  line-height: 1.2em;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .attendance-fees__table--mobile {
    display: none;
  }
}
.attendance-fees__fees:not(:last-child) {
  margin-bottom: 8px;
}
.attendance-fees__fees + .attendance-fees__content {
  margin: 0 auto;
}
.attendance-fees__fees .attendance-fees__sub-title {
  margin-bottom: 16px;
}
.attendance-fees__fees .attendance-fees__sub-title * {
  font-size: 2rem;
  line-height: 1.2em;
  font-family: "OverusedGrotesk-Bold";
  font-weight: 700;
}
.attendance-fees__fees .attendance-fees__wrapper {
  display: grid;
  grid-auto-rows: 1fr;
  gap: 16px;
}
.attendance-fees__fees .attendance-fees__fee {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 16px;
  overflow: hidden;
  background-color: var(--color-blue);
  color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.attendance-fees__fees .attendance-fees__fee .content {
  padding: 10px 24px;
}
.attendance-fees__fees .attendance-fees__fee .content:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.attendance-fees__fees .attendance-fees__fee .content:first-child > * {
  text-align: left !important;
}
.attendance-fees__fees .attendance-fees__fee .content:not(:first-child) {
  height: 100%;
  background-color: var(--color-white);
  color: var(--color-black);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.attendance-fees__fees .attendance-fees__fee .content:not(:first-child) > * {
  text-align: center !important;
}
.attendance-fees__content {
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .attendance-fees__content {
    max-width: var(--table-width, 100%);
  }
}
.attendance-fees__content p:has(.button, .header .menu-button-primary, .header .menu-button-secondary) {
  margin-top: 20px;
}
.attendance-fees__graphic {
  position: absolute;
  left: 0;
  bottom: -128px;
  display: none;
}
@media (min-width: 1280px) {
  .attendance-fees__graphic {
    display: block;
  }
}
.attendance-fees table {
  position: relative;
  z-index: 10;
  border-collapse: separate;
  border-spacing: 24px 12px;
  min-width: var(--table-width, 900px);
  font-size: 1.6rem;
  height: 100%;
  margin: 0 auto 20px;
}
@media (min-width: 1024px) {
  .attendance-fees table {
    min-width: auto;
  }
}
.attendance-fees table tr th {
  min-width: 200px;
  position: relative;
  text-align: left;
  padding: 0 16px;
}
.attendance-fees table tr th:first-of-type .price {
  font-family: "ObjectSans", "sans-serif";
  font-size: 2rem;
  color: var(--color-white);
}
.attendance-fees table tr th:not(:first-of-type) {
  text-align: center;
}
.attendance-fees table tr th:not(:first-of-type):after {
  content: "";
  position: absolute;
  left: 0;
  top: -12px;
  width: 100%;
  height: var(--table-height, 100%);
  border-radius: 16px;
  background: var(--color-blue);
  z-index: -1;
}
.attendance-fees table tr td {
  padding: 32px 8px;
  margin: 0;
}
.attendance-fees table tr td:not(:first-of-type) {
  background: var(--color-white);
}
.attendance-fees table tr td:not(:first-of-type) p {
  font-size: 1.4rem;
  line-height: 1.5;
}
.attendance-fees table tr td:not(:first-of-type) strong {
  font-size: 2.4rem;
}
.attendance-fees table tr td p:first-of-type {
  margin: 0;
}
.attendance-fees table tr td {
  color: var(--color-black);
}
.attendance-fees table tr td:nth-child(1) {
  border-radius: 10px 0 0 10px;
  font-family: "ObjectSans", "sans-serif";
  font-size: 2rem;
  color: var(--color-white);
  position: relative;
}
.attendance-fees table tr td:nth-child(1):after {
  content: "";
  position: absolute;
  left: -24px;
  top: 0;
  background: var(--color-blue);
  width: calc(var(--table-width, 100%) + 24px);
  border: 2px solid transparent;
  border-radius: 10px;
  height: 100%;
  z-index: -1;
}
.attendance-fees .head {
  font-size: 1.6rem;
  line-height: 1.6em;
}
@media (min-width: 1024px) {
  .attendance-fees .head {
    color: var(--color-white);
  }
}
.attendance-fees .price {
  color: var(--color-white);
  font-size: 1.4rem;
  line-height: 1.5em;
  font-family: "ObjectSans", "sans-serif";
  font-weight: 400;
}
.attendance-fees table th:first-of-type .head {
  color: var(--color-blue);
}

.registration {
  margin: 74px 0;
}
@media (min-width: 768px) {
  .registration {
    margin: 148px 0;
  }
}
.registration:has(.registration__wrapper-third) {
  background: rgba(255, 255, 255, 0.1);
}
.registration__wrapper-first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 640px) {
  .registration__wrapper-first .wysiwyg {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
.registration__wrapper-first .registration__graphic {
  display: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  right: calc((100vw - var(--layout-container-max-width)) / -2);
}
@media (min-width: 640px) {
  .registration__wrapper-first .registration__graphic {
    display: block;
  }
}
.registration__wrapper-second table {
  width: 100%;
  border-collapse: collapse;
  display: block;
  margin: 48px 0;
}
.registration__wrapper-second tbody {
  display: block;
}
.registration__wrapper-second tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10px;
  gap: 32px;
}
.registration__wrapper-second td {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.registration__wrapper-second td:nth-of-type(1) {
  background: var(--color-red);
  border-radius: 10px;
  padding: 40px;
  font-family: "ObjectSans", "sans-serif";
  font-weight: 700;
}
@media (min-width: 1024px) {
  .registration__wrapper-second td:nth-of-type(2) {
    padding-left: 108px;
  }
}
@media (min-width: 1024px) {
  .registration__wrapper-second tr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.registration__wrapper-third {
  max-width: 745px;
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
}
.registration__wrapper-third table {
  width: 100%;
  border-collapse: collapse;
  display: block;
  margin: 56px 0;
}
.registration__wrapper-third tbody {
  display: block;
}
.registration__wrapper-third tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  gap: 32px;
}
.registration__wrapper-third td {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.registration__wrapper-third td:not(:last-child) {
  position: relative;
}
.registration__wrapper-third td:not(:last-child):after {
  content: "";
  position: absolute;
  right: -16px;
  background: var(--color-white);
  width: 1px;
  height: 100%;
}

.cancellation {
  margin-bottom: 60px;
}
@media (min-width: 1024px) {
  .cancellation {
    margin-bottom: 120px;
  }
}
.cancellation__wrapper {
  max-width: 770px;
  margin: 0 auto;
  padding: 0 16px;
}
.cancellation .wysiwyg article {
  margin: 49px 0;
}
.cancellation table {
  width: calc(100% + 32px);
  border-collapse: separate;
  border-spacing: 0 16px;
  font-size: 1.6rem;
  height: 100%;
  margin: 32px -16px;
}
.cancellation table tr {
  height: 100px;
}
.cancellation table tr td {
  padding: 20px 30px;
  margin: 0;
  color: var(--color-black);
}
.cancellation table tr td p:first-of-type {
  margin: 0;
}
@media (min-width: 1024px) {
  .cancellation table tr td {
    width: 100%;
  }
}
.cancellation table tr td:nth-child(1) {
  border-radius: 10px 0 0 10px;
  font-family: "ObjectSans", "sans-serif";
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.2em;
  color: var(--color-dark-grey);
  background: var(--color-white);
}
@media (min-width: 1024px) {
  .cancellation table tr td:nth-child(1) {
    width: 40%;
  }
}
.cancellation table tr td:nth-child(2) {
  font-size: 2rem;
  line-height: 1.5em;
}
.cancellation table tr td:not(:first-of-type) {
  background: var(--color-white);
}
.cancellation table tr td:last-of-type {
  border-radius: 0 10px 10px 0;
}
.cancellation--registration {
  --first-cell-bg-color: var(--color-plum);
}
.cancellation--become-exhibitor {
  --first-cell-bg-color: var(--color-white-10);
}

.terms {
  padding-top: var(--site-padding-top);
  margin-top: 0 !important;
  margin-bottom: 84px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .terms {
    margin-bottom: 168px;
  }
}
.terms h1 {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(1, 72, 152, 0.3);
  margin-bottom: 24px;
}
.terms__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  .terms__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.terms__wysiwyg {
  -webkit-box-flex: 50%;
      -ms-flex: 50% 0 0px;
          flex: 50% 0 0;
}
.terms__wysiwyg h1:not(:last-child),
.terms__wysiwyg h2:not(:last-child) {
  margin-bottom: 60px;
}
.terms__graphic {
  position: absolute;
  top: 30px;
  left: -250px;
  max-width: 100%;
  z-index: -1;
}
.terms__graphic svg {
  height: 100%;
  max-width: 600px;
}
@media (min-width: 1024px) {
  .terms__graphic {
    top: -180px;
    left: 32%;
  }
  .terms__graphic svg {
    max-width: unset;
  }
}
.terms__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 50%;
      -ms-flex: 50% 0 0px;
          flex: 50% 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 200px 0;
  gap: 24px;
}
@media (min-width: 1024px) {
  .terms__links {
    padding: 120px 0 0;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.accommodation {
  margin-top: 60px;
  margin-bottom: 100px;
}
@media (min-width: 1024px) {
  .accommodation {
    margin-top: 120px;
  }
}
.accommodation .rows {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 48px;
}
.accommodation .rows .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 32px;
}
@media (min-width: 1024px) {
  .accommodation .rows .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
  .accommodation .rows .row:nth-child(even) .image {
    width: 35%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .accommodation .rows .row:nth-child(even) .wysiwyg {
    width: 53%;
  }
  .accommodation .rows .row .image {
    width: 53%;
  }
  .accommodation .rows .row .wysiwyg {
    width: 47%;
  }
}
.accommodation .rows .row .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  overflow: hidden;
}
.accommodation__heading {
  padding-bottom: 16px;
  margin-bottom: 29px;
}
.accommodation__heading hr {
  border-color: rgba(1, 72, 152, 0.3);
}
.accommodation__heading .wysiwyg {
  max-width: 665px;
}
.accommodation__graphic {
  position: relative;
  z-index: 1;
  margin-top: 54px;
}
.accommodation__graphic .graphic {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-40%, -52%);
          transform: translate(-40%, -52%);
}
.accommodation__columns {
  display: grid;
  gap: var(--layout-column-gap);
  margin-top: 49px;
  margin-bottom: 70px;
}
@media (min-width: 1024px) {
  .accommodation__columns {
    grid-template-columns: repeat(auto-fit, minmax(calc(33.3333333333% - var(--layout-column-gap)), 1fr));
    margin-top: 53px;
    margin-bottom: 80px;
  }
}
.accommodation__content {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .accommodation__content .rows .row:nth-child(1) .image {
    max-height: 284px;
  }
  .accommodation__content .rows .row:nth-child(2) .image {
    max-height: 248px;
  }
  .accommodation__content .rows .row:nth-child(2) .image img {
    max-width: 362px;
  }
}
.accommodation__cancellation-policy {
  margin-top: 40px;
  margin-bottom: 100px;
}
.accommodation__cancellation-policy:last-child {
  margin-bottom: 0;
}
.accommodation__cancellation-policy hr {
  border-color: rgba(1, 72, 152, 0.3);
}
@media (min-width: 1024px) {
  .accommodation__cancellation-policy .rows .row {
    gap: 92px;
  }
  .accommodation__cancellation-policy .rows .row .wysiwyg {
    width: 40%;
  }
}

.card.card--accommodation .card__content {
  background: var(--color-white);
  color: var(--color-blue);
}
.card.card--accommodation .card__content hr {
  border-color: rgba(1, 72, 152, 0.3);
}

.hero {
  margin-top: 13px;
  margin-bottom: 40px;
}
.hero--home {
  margin-bottom: 72px;
}
.hero--home .hero__wrapper {
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
.hero--home h1 {
  font-weight: normal;
  font-family: "ObjectSans", "sans-serif";
}
@media (min-width: 1280px) {
  .hero--home h1 {
    margin-right: -80px;
  }
}
.hero--home .hero__timer {
  position: absolute;
  bottom: 36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.hero--home p:has(.button, .header .menu-button-primary, .header .menu-button-secondary) {
  margin-top: 0;
}
.hero--home .hero__image {
  height: 100%;
}
@media (min-width: 1280px) {
  .hero--home .hero__content {
    padding-top: 25%;
  }
}
.hero--home .hero__box-content {
  position: relative;
  background-color: var(--color-blue);
  color: var(--color-white);
  padding: 24px 16px;
  overflow: auto;
  width: 100%;
}
@media (min-width: 1024px) {
  .hero--home .hero__box-content {
    position: absolute;
    top: auto;
    bottom: -24px;
    right: -24px;
    width: calc(100% - 80px);
    padding: 32px 24px;
    overflow: visible;
  }
}
.hero--home .hero__box-content table {
  height: auto !important;
  width: 100%;
  font-size: 16px;
  line-height: 1;
}
.hero--home .hero__box-content table td {
  padding-right: 20px;
}
@media (min-width: 1024px) {
  .hero--home .hero__box-content table td {
    padding-right: 0;
  }
}
.hero--home .hero__box-content table td:last-child {
  padding-right: 0;
}
.hero--home .hero__box-content table em {
  font-size: 48px;
  font-style: normal;
}
@media (min-width: 1024px) {
  .hero--about-elbc {
    margin-top: 134px;
  }
}
.hero--about-elbc .hero__wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
}
.hero--about-elbc .hero__content {
  padding: 0;
}
.hero--about-elbc .hero__content p.medium {
  margin-bottom: 7px;
}
.hero--about-elbc .hero__content h1.h2 {
  margin-bottom: 11px;
}
.hero--about-elbc .hero__graphic {
  display: none;
}
@media (min-width: 1024px) {
  .hero--about-elbc .hero__graphic {
    display: block;
    top: -50px;
  }
}
.hero--about-elbc .hero__box-content {
  width: min(459px, 100%);
  padding: 32px 27px;
  background-color: var(--color-white);
  margin-top: -80px;
}
@media (min-width: 1024px) {
  .hero--about-elbc .hero__box-content {
    margin-top: 0;
    top: auto;
    bottom: -115px;
    right: -13px;
    -webkit-transform: translateY(-72px);
            transform: translateY(-72px);
  }
}
.hero--about-elbc .hero__box-content img {
  width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .hero--become-exhibitor {
    --hero-padding-top: 120px;
  }
}
.hero--become-exhibitor .hero__column:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 57%;
          flex: 0 1 57%;
}
.hero--become-exhibitor .hero__graphic {
  width: 20vw;
  -webkit-transform: translateY(-68%);
          transform: translateY(-68%);
}
.hero--become-exhibitor .hero__graphic svg {
  height: auto;
}
@media (min-width: 1024px) {
  .hero--become-exhibitor .hero__graphic {
    width: auto;
    -webkit-transform: translateY(-48%);
            transform: translateY(-48%);
  }
}
.hero--become-sponsor .hero__wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 1024px) {
  .hero--become-sponsor .hero__content {
    margin-top: 40px;
  }
}
@media (min-width: 1024px) {
  .hero--become-sponsor .hero__image {
    right: calc((100vw - var(--layout-container-max-width) + 40px) / -2);
  }
  .hero--become-sponsor .hero__image img {
    min-height: 570px;
  }
}
.hero--become-sponsor .hero__image {
  width: auto;
}
.hero--become-sponsor .hero__graphic {
  display: none;
}
@media (min-width: 768px) {
  .hero--become-sponsor .hero__graphic {
    display: block;
    position: absolute;
    top: auto;
    bottom: 50px;
    left: -100px;
    right: auto;
  }
}
@media (min-width: 1024px) {
  .hero--become-sponsor .hero__column {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
  .hero--become-sponsor .hero__column:nth-of-type(1) {
    -webkit-box-flex: 52%;
        -ms-flex: 52% 0 0px;
            flex: 52% 0 0;
  }
}
@media (min-width: 1024px) {
  .hero--contact {
    margin-bottom: 40px;
  }
}
.hero--contact .hero__content {
  padding-right: 0;
}
.hero--contact .hero__wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
}
.hero--contact .hero__image {
  aspect-ratio: 1/1;
}
@media (min-width: 1024px) {
  .hero--contact .hero__image {
    aspect-ratio: unset;
    height: 567px;
  }
}
.hero--contact .hero__box-content {
  position: static;
  width: 100%;
  max-width: 353px;
  padding: 16px;
  margin-top: 32px;
  background-color: var(--color-blue);
  color: var(--color-white);
}
.hero--contact .hero__box-content p {
  margin-bottom: 0;
  margin-top: 0 !important;
}
.hero--contact .hero__box-content .button, .hero--contact .hero__box-content .header .menu-button-primary, .header .hero--contact .hero__box-content .menu-button-primary, .hero--contact .hero__box-content .header .menu-button-secondary, .header .hero--contact .hero__box-content .menu-button-secondary {
  width: 100%;
  margin-top: 9px;
}
@media (min-width: 1024px) {
  .hero--contact .hero__box-content {
    top: auto;
    bottom: -60px;
    right: 80%;
  }
}
.hero--contact .hero__graphic {
  top: -50px;
}
.hero--call-for-papers .hero__wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 48px;
}
.hero--call-for-papers .hero__content a.button i, .hero--call-for-papers .hero__content .header a.menu-button-primary i, .header .hero--call-for-papers .hero__content a.menu-button-primary i, .hero--call-for-papers .hero__content .header a.menu-button-secondary i, .header .hero--call-for-papers .hero__content a.menu-button-secondary i {
  font-size: 1rem;
}
@media (min-width: 1024px) {
  .hero--call-for-papers .hero__image {
    right: calc((100vw - var(--layout-container-max-width) - 90px) / -2);
    min-width: 590px;
  }
}
.hero--call-for-papers .hero__column {
  position: initial;
}
@media (min-width: 1024px) {
  .hero--call-for-papers .hero__column {
    position: relative;
  }
}
.hero--call-for-papers .hero__graphic {
  position: absolute;
  top: auto;
  bottom: -50px;
  right: -90px;
  z-index: 1;
}
.hero--call-for-papers .hero__graphic svg {
  height: 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 640px) {
  .hero--call-for-papers .hero__graphic {
    right: calc((100vw - var(--layout-container-max-width) + 90px) / -2);
  }
}
@media (min-width: 1024px) {
  .hero--call-for-papers .hero__graphic {
    bottom: -115px;
    right: -90px;
  }
  .hero--call-for-papers .hero__graphic svg {
    height: 174px;
  }
}
@media (min-width: 1024px) {
  .hero--call-for-papers .hero__column {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
  .hero--call-for-papers .hero__column:nth-of-type(1) {
    -webkit-box-flex: 600px;
        -ms-flex: 600px 0 0px;
            flex: 600px 0 0;
  }
}
@media (min-width: 1024px) {
  .hero--call-for-papers {
    --hero-padding-top: 122px;
  }
}
.hero--exhibitors {
  --hero-padding-top: 48px;
}
@media (min-width: 1024px) {
  .hero--exhibitors {
    --hero-padding-top: 96px;
  }
}
.hero--exhibitors .hero__wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.hero--exhibitors .hero__column:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 57.3%;
          flex: 0 1 57.3%;
}
.hero--exhibitors .hero__content {
  margin-top: calc(var(--site-padding-top) - min(var(--hero-padding-top), var(--site-padding-top)));
}
@media (min-width: 1024px) {
  .hero--exhibitors .hero__image {
    right: calc((100vw - var(--layout-container-max-width) - var(--layout-column-gap)) / -2);
  }
}
.hero--exhibitors .hero__graphic {
  position: absolute;
  bottom: -60px;
  left: -80px;
  right: auto;
  top: auto;
}
.hero--register {
  margin-bottom: 64px;
}
@media (min-width: 1024px) {
  .hero--register {
    margin-bottom: 128px;
  }
}
.hero--register .hero__wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero--register .hero__image {
  display: none;
}
@media (min-width: 1024px) {
  .hero--register .hero__image {
    display: block;
  }
}
.hero--register .hero__button {
  margin-top: 16px;
}
.hero__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 32px;
  -webkit-column-gap: var(--layout-column-gap);
     -moz-column-gap: var(--layout-column-gap);
          column-gap: var(--layout-column-gap);
}
@media (min-width: 1024px) {
  .hero__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
@media (min-width: 1280px) {
  .hero__content {
    padding-right: 90px;
  }
}
.hero__content__logos {
  margin-top: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hero__content__logos__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem;
}
.hero__content__logos__images img {
  max-width: 17.1rem;
  max-height: 5.8rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-top: 32px;
}
@media (min-width: 1024px) {
  .hero__buttons {
    margin-top: 64px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.hero__buttons .button, .hero__buttons .header .menu-button-primary, .header .hero__buttons .menu-button-primary, .hero__buttons .header .menu-button-secondary, .header .hero__buttons .menu-button-secondary {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.hero__column {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media (min-width: 1024px) {
  .hero__column {
    -ms-flex-item-align: auto;
        align-self: auto;
  }
}
.hero__column:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
.hero__graphic {
  position: absolute;
  top: 0;
  right: calc(var(--layout-column-gap) * -1);
  z-index: -1;
}
@media (min-width: 640px) {
  .hero__graphic {
    right: calc((100vw - var(--layout-container-max-width)) / 2 * -1);
  }
}
.hero__image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .hero__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  overflow: hidden;
}
.hero__box-content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 24px;
  background-color: var(--color-black-80);
  border-radius: 16px;
  overflow: hidden;
  z-index: 1;
}
@media (min-width: 1024px) {
  .hero__box-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: absolute;
    top: 40px;
    right: max(-15%, (100vw - var(--layout-container-max-width) - var(--layout-container-gap)) / 2 * -1);
  }
}

.hero--home .hero__box-content--vertical-table {
  position: absolute;
  -webkit-transform: rotate(90deg) translatey(100%);
          transform: rotate(90deg) translatey(100%);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  padding: 64px 16px;
}
@media screen and (max-width: 1024px) {
  .hero--home .hero__box-content--vertical-table {
    bottom: -12px;
    right: -8px;
    width: auto;
    height: auto;
  }
}
@media (min-width: 1024px) {
  .hero--home .hero__box-content--vertical-table {
    padding: 54px 24px !important;
  }
}
.hero--home .hero__box-content--vertical-table td {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  padding-right: 0 !important;
}

.benefits {
  position: relative;
  margin-top: 80px;
  margin-bottom: 64px;
}
.benefits__circle {
  z-index: -1;
  position: absolute;
  left: 0;
  top: -73px;
  -webkit-transform: translateX(-27.7524509804%);
          transform: translateX(-27.7524509804%);
}
.benefits__content {
  max-width: 770px;
  margin: 0 auto 54px auto;
}
@media (min-width: 1024px) {
  .benefits__content {
    margin: 0 auto 80px auto;
  }
}
.benefits__columns {
  display: grid;
  -webkit-column-gap: var(--layout-column-gap);
     -moz-column-gap: var(--layout-column-gap);
          column-gap: var(--layout-column-gap);
  row-gap: 40px;
}
@media (min-width: 1024px) {
  .benefits__columns {
    grid-template-columns: repeat(auto-fit, minmax(calc(33.3333333333% - var(--layout-column-gap)), 1fr));
  }
}
.benefits__button-wrap {
  margin-top: 42px;
  text-align: center;
}

.features {
  position: relative;
  margin-top: 62px;
  margin-bottom: 60px;
}
@media (min-width: 1024px) {
  .features {
    margin-top: 124px;
    margin-bottom: 120px;
  }
}
.features__content {
  margin-bottom: 48px;
}
.features__columns {
  display: grid;
  gap: var(--layout-column-gap);
}
@media (min-width: 1024px) {
  .features__columns {
    grid-template-columns: repeat(auto-fit, minmax(calc(33.3333333333% - var(--layout-column-gap)), 1fr));
  }
}

.archived-papers {
  margin-top: 60px;
  margin-bottom: 100px;
}
@media (min-width: 1024px) {
  .archived-papers {
    margin-top: 120px;
    margin-bottom: 200px;
  }
}
.archived-papers__wrapper {
  margin-bottom: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.archived-papers__loading, .archived-papers__error {
  margin-top: 32px;
}
.archived-papers__table {
  color: #333;
  padding: 24px 16px;
  background-color: var(--color-white-smoke);
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .archived-papers__table {
    padding: 40px 52px;
  }
}
.archived-papers__table table {
  border-collapse: collapse;
  width: 100%;
}
.archived-papers__table thead th {
  background: #322da1;
  border-bottom: 1px solid #999;
  color: var(--color-white);
  cursor: pointer;
  font-family: "OverusedGrotesk-Bold";
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.42em;
  padding: 10px 18px;
  position: relative;
  vertical-align: middle;
}
.archived-papers__table thead th:first-child {
  width: 60%;
}
.archived-papers__table thead th:last-child {
  width: 40%;
}
.archived-papers__table thead th > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}
.archived-papers__table thead th > div > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.archived-papers__table thead th > div > span i {
  font-weight: 800;
}
.archived-papers__table tbody {
  border-bottom: 1px solid #999;
}
.archived-papers__table tbody tr {
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (hover: hover) {
  .archived-papers__table tbody tr:hover {
    background: #340e4d;
  }
  .archived-papers__table tbody tr:hover td {
    color: var(--color-white-smoke);
  }
}
.archived-papers__table tbody tr td {
  border-bottom: 1px solid #e9e9e9;
  color: #333;
  font-family: "ObjectSans", "sans-serif";
  font-size: 1.4rem;
  font-weight: 400;
  padding: 12px 18px;
  vertical-align: top;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.archived-papers__table tbody tr td:first-child {
  font-family: "ObjectSans", "sans-serif";
  font-weight: 600;
}
.archived-papers__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media (min-width: 640px) {
  .archived-papers__navigation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
.archived-papers__navigation .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.archived-papers__navigation .buttons button {
  background-color: unset;
  border: none;
  font-size: 1.4rem;
  cursor: pointer;
}
.archived-papers__navigation .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.archived-papers__navigation .pagination label {
  font-size: 1.4rem;
}
.archived-papers__navigation .pagination label input[type=number]::-webkit-inner-spin-button,
.archived-papers__navigation .pagination label input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.archived-papers__navigation .pagination label input {
  text-align: center;
}
.archived-papers__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 16px;
  color: #333;
  margin-top: 24px;
}
@media (min-width: 640px) {
  .archived-papers__footer {
    margin-top: 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.archived-papers__dialog {
  padding: 40px 52px;
  background-color: var(--color-white-smoke);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  position: relative;
}
.archived-papers__dialog[open] {
  pointer-events: inherit;
  opacity: 1;
}
.archived-papers__dialog > a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--color-white-smoke);
}

.agenda-highlights {
  margin: 100px 0 48px;
}
@media (min-width: 768px) {
  .agenda-highlights {
    margin: 200px 0 96px;
  }
}
.agenda-highlights__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: var(--layout-column-gap);
}
@media (min-width: 1024px) {
  .agenda-highlights__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
.agenda-highlights__column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.agenda-highlights__column:first-child {
  margin: 0 auto;
  width: min(470px, 100%);
}
@media (min-width: 1024px) {
  .agenda-highlights__column:first-child {
    width: 100%;
    max-width: 370px;
  }
}
@media (min-width: 1280px) {
  .agenda-highlights__column:first-child {
    max-width: 470px;
  }
}
.agenda-highlights__heading {
  margin-bottom: 48px;
  text-align: center;
}
@media (min-width: 1024px) {
  .agenda-highlights__heading {
    text-align: right;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    margin-left: auto;
  }
}
.agenda-highlights__box-content {
  padding: 40px 32px;
  background-color: var(--color-red);
  border-radius: 8px;
  overflow: hidden;
}
.agenda-highlights__box-content ul {
  list-style-type: "\e90c  ";
}
.agenda-highlights__box-content ul li {
  font-size: 2rem;
  line-height: 1.42em;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .agenda-highlights__box-content ul li {
    font-size: 2.4rem;
  }
}
.agenda-highlights__box-content ul li::marker {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "battcon-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  margin-right: 8px;
}
.agenda-highlights__agenda {
  background: var(--color-white-10);
  padding: 48px 24px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.agenda-highlights__agenda:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(93.67deg, #FFFFFF 2.3%, rgba(255, 140, 157, 0.5) 49.85%, rgba(255, 255, 255, 0.5) 70.92%, rgba(255, 255, 255, 0.2) 97.39%);
  border-radius: inherit;
  --m: conic-gradient(#000 0 0);
  -webkit-mask: var(--m) content-box, var(--m);
  -webkit-mask-composite: xor;
          mask: var(--m) content-box exclude, var(--m);
}

.sb-embed__agenda .sb-embed__header {
  background-color: var(--color-blue);
}

.networking-events {
  position: relative;
  padding-top: var(--site-padding-top);
  margin-top: 0 !important;
}
.networking-events__graphic:first-child {
  position: absolute;
  top: -200px;
  right: -400px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.networking-events__heading {
  margin-bottom: 42px;
}
@media (min-width: 1024px) {
  .networking-events__heading p {
    max-width: 50%;
  }
}
.networking-events__heading h1 {
  margin-bottom: 16px;
}
.networking-events__heading hr {
  border-color: rgba(1, 72, 152, 0.3);
  margin-top: 0px;
  margin-bottom: 22px;
}
.networking-events__columns {
  display: grid;
  -webkit-column-gap: var(--layout-column-gap);
     -moz-column-gap: var(--layout-column-gap);
          column-gap: var(--layout-column-gap);
  row-gap: 48px;
  margin-bottom: 43px;
}
@media (min-width: 1024px) {
  .networking-events__columns {
    grid-template-columns: repeat(auto-fit, minmax(calc(33.3333333333% - var(--layout-column-gap)), 1fr));
  }
}
.networking-events__content {
  position: relative;
  margin-bottom: 64px;
}
.networking-events__content .networking-events__graphic {
  z-index: 1;
}
.networking-events__content .networking-events__graphic .graphic {
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1024px) {
  .networking-events__content {
    margin-bottom: 128px;
  }
}

#atcb-reference a, #atcb-reference a:active, #atcb-reference a:visited {
  opacity: 0.2;
}

.topics {
  position: relative;
  margin-top: 100px;
  margin-bottom: 94px;
}
.topics__heading {
  margin-bottom: 48px;
}
.topics__columns {
  display: grid;
  grid-auto-rows: 1fr;
  gap: var(--layout-column-gap);
}
@media (min-width: 1024px) {
  .topics__columns {
    grid-template-columns: repeat(auto-fit, minmax(calc(25% - var(--layout-column-gap)), 1fr));
  }
}
.topics__content {
  margin-top: 48px;
}

.people {
  position: relative;
  margin-top: 60px;
  margin-bottom: 80px;
}
@media (min-width: 1024px) {
  .people {
    margin-top: 120px;
    margin-bottom: 160px;
  }
}
.people + .people {
  margin-top: 0;
}
.people__header {
  margin-bottom: 38px;
  color: var(--color-blue);
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(1, 72, 152, 0.3);
}
.people__columns {
  display: grid;
  -webkit-column-gap: var(--layout-column-gap);
     -moz-column-gap: var(--layout-column-gap);
          column-gap: var(--layout-column-gap);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  row-gap: 32px;
}
.people__dialog {
  width: min(602px, 100%);
  margin: auto;
  color: var(--color-white-smoke);
}
.people__dialog .card__wrapper {
  position: relative;
}
.people__dialog .card__wrapper:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: var(--gradient-primary);
  border-radius: inherit;
  --m: conic-gradient(#000 0 0);
  -webkit-mask: var(--m) content-box, var(--m);
  -webkit-mask-composite: xor;
          mask: var(--m) content-box exclude, var(--m);
}
.people__dialog .card__wrapper::before {
  pointer-events: none;
  z-index: 1;
}
.people__dialog .card__content {
  position: relative;
}
.people__dialog .card__content:after {
  content: "";
  position: absolute;
  inset: 0;
  background: #212121;
  z-index: -1;
}
.people__dialog .card__content .excerpt {
  display: none;
}
.people__dialog .card__content .wysiwyg {
  display: block;
}
.people__dialog .card__content button.read-more {
  display: none;
}
.people__dialog .card__content .linkedin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  margin-top: 24px;
}
.people__dialog .card__content .linkedin svg {
  margin-right: 12px;
}
.people__graphic {
  display: none;
}
@media (min-width: 1024px) {
  .people__graphic {
    display: block;
    position: absolute;
    bottom: -25px;
    right: 0;
    z-index: -1;
  }
  .people__graphic svg {
    height: 100%;
    width: 100%;
  }
}

.workshop {
  margin-block: 80px;
}
@media (min-width: 1024px) {
  .workshop {
    margin-block: 160px;
  }
}
.workshop__heading {
  max-width: 770px;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .workshop__heading {
    margin-bottom: 80px;
  }
}
.workshop__columns {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  row-gap: 48px;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
@media (min-width: 1024px) {
  .workshop__columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
.workshop__column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  .workshop__column {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    -webkit-box-pack: var(--align, start);
        -ms-flex-pack: var(--align, start);
            justify-content: var(--align, start);
  }
  .workshop__column:nth-child(2) {
    max-width: 570px;
  }
  .workshop__column:nth-child(3) {
    max-width: 370px;
  }
  .workshop__column:nth-child(3) .wysiwyg img {
    aspect-ratio: 300/260;
    max-width: 300px;
    margin-top: 180px;
  }
  .workshop__column .wysiwyg img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.workshop__column .wysiwyg {
  width: 100%;
}
.workshop__column .wysiwyg img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.workshop__column .wysiwyg ul {
  margin-top: 16px;
}
.workshop__graphic {
  display: none;
}
@media (min-width: 768px) {
  .workshop__graphic {
    display: block;
    position: absolute;
    top: 46px;
    left: -15%;
    z-index: -1;
  }
}
@media (min-width: 1024px) {
  .workshop__graphic {
    left: -8%;
  }
}

.fee {
  margin-block: 80px;
}
@media (min-width: 1024px) {
  .fee {
    margin-block: 160px;
  }
}
.fee__wrapper {
  max-width: 570px;
  margin: 0 auto;
}
.fee__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .fee__box {
    position: relative;
  }
  .fee__box:before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    background: var(--gradient-light);
    border-radius: inherit;
    --m: conic-gradient(#000 0 0);
    -webkit-mask: var(--m) content-box, var(--m);
    -webkit-mask-composite: xor;
            mask: var(--m) content-box exclude, var(--m);
  }
  .fee__box {
    position: relative;
    padding: 0 32px 0 16px;
    border-radius: 8px;
    background-color: var(--color-white-20);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
.fee__fee {
  padding: 0 20px;
  max-width: 196px;
  position: relative;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .fee__fee {
    margin-top: 0;
  }
}
.fee__fee > div {
  position: relative;
  z-index: 2;
}
.fee__fee:before {
  content: "";
  position: absolute;
  inset: -32px 0;
  background-color: var(--color-red);
  border-radius: 16px;
  z-index: 1;
}
.fee__content {
  margin-top: 16px;
}

.blockquote-sponsors {
  position: relative;
  background: var(--color-green);
  color: var(--color-white);
}
.blockquote-sponsors__graphic {
  position: absolute;
}
.blockquote-sponsors__graphic:nth-child(1) {
  top: 0;
  left: 0;
}
.blockquote-sponsors__graphic:nth-child(2) {
  bottom: 0;
  right: 0;
}
.blockquote-sponsors__swiper {
  padding: 70px 0 25px 0;
  overflow: hidden;
}
.blockquote-sponsors__swiper-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 32px 0 0;
  position: relative;
  z-index: 9;
}
.blockquote-sponsors__swiper-navigation button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.blockquote-sponsors__pagination {
  font-size: 2rem;
  margin: 0 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.blockquote-sponsors__pagination .swiper-pagination-current {
  font-family: "ObjectSans", "sans-serif";
}
.blockquote-sponsors__slide {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 290px;
}
@media (min-width: 768px) {
  .blockquote-sponsors__slide {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.blockquote-sponsors__wrapper {
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 20px;
}
.blockquote-sponsors__image {
  background: var(--color-white);
  border-radius: 4px;
  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;
  width: 100%;
}
.blockquote-sponsors__image .card {
  padding: 20px;
}
.blockquote-sponsors__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  font-family: "ObjectSans", "sans-serif";
  font-size: 3.2rem;
}

.table {
  position: relative;
  height: 100%;
  overflow: hidden;
  width: 100%;
  padding: 40px 0 0;
}
@media (min-width: 1024px) {
  .table {
    padding: 90px 0 0;
  }
}
.table__top-wrapper {
  position: relative;
  padding: 20px 0 125px;
}
@media (min-width: 1024px) {
  .table__top-wrapper {
    padding: 20px 20px 125px;
  }
}
@media (min-width: 640px) {
  .table > .container {
    max-width: 1280px;
  }
}
.table__table {
  --table-spacing-y: 10px;
  --table-spacing-x: 12px;
}
.table__table table {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: var(--table-spacing-y) var(--table-spacing-x);
  margin-bottom: var(--table-spacing-y);
  margin: 0 auto;
  display: none;
}
@media (min-width: 1024px) {
  .table__table table {
    display: table;
  }
}
.table__table table tr td,
.table__table table tr th {
  padding: 20px;
}
.table__table table tr td:first-child,
.table__table table tr th:first-child {
  padding: 8px 32px;
}
.table__table table tr th {
  position: relative;
  width: 345px;
  padding-top: 30px;
}
.table__table table tr th:first-of-type p {
  font-family: "ObjectSans", "sans-serif";
  font-weight: 700;
  text-align: left;
  margin: 50px 0 0;
}
.table__table table tr th:not(:first-child) {
  width: var(--table-column-width);
  border-radius: 16px;
  position: relative;
}
.table__table table tr th:not(:first-child):before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: var(--gradient-silver);
  border-radius: inherit;
  --m: conic-gradient(#000 0 0);
  -webkit-mask: var(--m) content-box, var(--m);
  -webkit-mask-composite: xor;
          mask: var(--m) content-box exclude, var(--m);
}
.table__table table tr th:not(:first-child):after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: var(--color-blue);
  height: var(--table-height, 100%);
  border: 2px solid transparent;
  border-radius: inherit;
}
.table__table table tr th:not(:first-child):before {
  height: var(--table-height, 100%);
}
.table__table table tr th:not(:first-child) p {
  position: relative;
  font-size: 2.4rem;
  color: var(--color-white);
  -webkit-background-clip: text;
          background-clip: text;
  z-index: 10;
}
.table__table table tbody tr {
  position: relative;
}
.table__table table tbody tr:after {
  content: "";
  position: absolute;
  inset: 0 12px 0 0;
  background-color: var(--color-white-10);
  border: 2px solid transparent;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  height: 100%;
}
.table__table table tbody tr td {
  background-color: var(--color-white);
  color: var(--color-blue);
}
.table__table table tbody tr td p {
  font-size: 1.4rem;
  line-height: 1.6em;
}
.table__table table tbody tr td:first-of-type {
  border-radius: 10px 0 0 10px;
}
.table__cards {
  display: grid;
  gap: 24px;
}
@media (min-width: 1024px) {
  .table__cards {
    display: none;
  }
}
.table__card {
  position: relative;
  border-radius: 14px;
  background-color: var(--color-white-10);
  overflow: hidden;
  position: relative;
}
.table__card:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: var(--gradient-silver);
  border-radius: inherit;
  --m: conic-gradient(#000 0 0);
  -webkit-mask: var(--m) content-box, var(--m);
  -webkit-mask-composite: xor;
          mask: var(--m) content-box exclude, var(--m);
}
.table__card .accordion {
  position: relative;
  z-index: 1;
}
.table__card .accordion__item {
  padding: 0;
}
.table__card .accordion__header p, .table__card .accordion__content p {
  font-family: "ObjectSans", "sans-serif";
  font-size: 1.6rem;
  line-height: 1.6em;
}
.table__card .accordion__header {
  padding: 20px;
  background-color: var(--color-blue);
  color: var(--color-white);
}
.table__card .accordion__content p {
  padding: 20px;
  background-color: var(--color-white);
  color: var(--color-bg);
}

.wysiwyg-module .table-wrapper {
  overflow: auto;
}

.heading-and-two-column {
  background: var(--color-white);
  padding: 81px 0 99px;
}
.heading-and-two-column__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media (min-width: 768px) {
  .heading-and-two-column__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.heading-and-two-column__heading {
  margin-bottom: 38px;
}
.heading-and-two-column__left-content {
  width: 100%;
  max-width: 583px;
  background-color: var(--color-blue);
  color: var(--color-white);
  border-radius: 14px;
  padding: 28px;
}
@media (min-width: 1024px) {
  .heading-and-two-column__left-content {
    padding: 39px 30px 36px 53px;
    margin-bottom: 0;
  }
}
.heading-and-two-column__right-content {
  width: 100%;
  max-width: 491px;
}

.image-and-content {
  padding: 64px 0;
}
.image-and-content.blue {
  background: var(--color-blue);
  color: var(--color-white);
}
.image-and-content.white {
  background: var(--color-white);
}
.image-and-content.cream {
  background: var(--color-white-smoke);
}
.image-and-content__wrapper {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (min-width: 768px) {
  .image-and-content__wrapper {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
.image-and-content__image {
  padding-bottom: 66.3636363636%;
  grid-column: -1/1;
}
@media (min-width: 768px) {
  .image-and-content__image {
    grid-column: 1/span 6;
  }
}
@media (min-width: 1280px) {
  .image-and-content__image {
    grid-column: 1/span 8;
  }
}
.image-and-content__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.image-and-content__content {
  grid-column: 1/-1;
  align-self: center;
}
@media (min-width: 768px) {
  .image-and-content__content {
    grid-column: 7/span 6;
  }
}
@media (min-width: 1280px) {
  .image-and-content__content {
    grid-column: 9/span 4;
  }
}

.registration-column {
  background: var(--color-blue);
  color: var(--color-white);
  margin-bottom: 130px;
  padding: 77px 0 81px;
}
.registration-column__content, .registration-column__sub-content {
  width: 100%;
  max-width: 745px;
  margin: 0 auto;
}
.registration-column__content ul li, .registration-column__sub-content ul li {
  font-size: 1.4rem;
  line-height: 1.5625em;
}
.registration-column__wrapper {
  position: relative;
  max-width: 496px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .registration-column__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.registration-column__wrapper__separator {
  display: none;
  width: 1px;
  height: 82px;
  background: var(--color-white);
}
@media (min-width: 768px) {
  .registration-column__wrapper__separator {
    display: block;
  }
}
.registration-column__wrapper p {
  font-size: 1.4rem;
  line-height: 1.5625em;
}

.cta-panel-vertical {
  overflow: hidden;
  position: relative;
  margin: 43px 24px;
  background: var(--color-green);
  padding: 32px 0;
  border-radius: 16px;
}
.cta-panel-vertical__bottom, .cta-panel-vertical__top {
  display: none;
}
@media (min-width: 1024px) {
  .cta-panel-vertical__bottom, .cta-panel-vertical__top {
    display: block;
  }
}
.cta-panel-vertical__bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 354px;
  width: 100%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
.cta-panel-vertical__top {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 169px;
  width: 100%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.cta-panel-vertical__buttons {
  margin: 32px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}

.content-and-image + .workshop {
  margin-top: 25px;
}

.workshop + .content-and-image {
  margin-top: 25px;
}

.content-and-image {
  margin-bottom: 64px;
}
.content-and-image__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media (min-width: 1024px) {
  .content-and-image__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.content-and-image__left, .content-and-image__image {
  width: 100%;
}
@media (min-width: 1024px) {
  .content-and-image__left, .content-and-image__image {
    width: 50%;
  }
}
.content-and-image__image img:nth-child(2) {
  max-width: 300px;
  width: auto;
  height: auto;
}
.content-and-image__left.wysiwyg ul {
  margin-top: 0;
}
.content-and-image__left.wysiwyg ul li {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .content-and-image__left {
    padding-right: 41px;
  }
}
.content-and-image__number {
  position: relative;
  background: var(--color-green);
  color: var(--color-white);
  border-radius: 8px;
  padding: 26px 29px;
  margin-top: 64px;
}
.content-and-image__number h6 {
  margin-bottom: 0 !important;
}
.content-and-image__number__label {
  background: var(--color-blue);
  padding: 29px 22px 26px;
  border-radius: 1.6rem;
  text-align: center;
  max-width: 196px;
  margin: 32px auto 0;
}
@media (min-width: 1024px) {
  .content-and-image__number__label {
    margin: 0;
    position: absolute;
    right: 32px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.content-and-image__number__label p {
  font-size: 1.6rem;
}
.content-and-image__bottom-content {
  display: block;
  margin-top: 16px;
  text-align: center;
}
.content-and-image__image {
  position: relative;
  padding-bottom: 80%;
}
@media (min-width: 1024px) {
  .content-and-image__image {
    padding-bottom: 47%;
  }
}
.content-and-image__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.content-and-image__image img:nth-child(1) {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.content-and-image__image img:nth-child(2) {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  -webkit-transform: translate(12px, 61px);
          transform: translate(12px, 61px);
}
@media (min-width: 1024px) {
  .content-and-image__image img:nth-child(2) {
    -webkit-transform: translate(43px, 61px);
            transform: translate(43px, 61px);
  }
}
.content-and-image:has(+ .cta-panel) {
  margin-bottom: 96px;
}
@media (min-width: 1024px) {
  .content-and-image:has(+ .cta-panel) {
    margin-bottom: 220px;
  }
}

.heading-with-icon-content {
  padding: 64px 0;
  background: var(--color-green);
  color: var(--color-blue);
}
.heading-with-icon-content__heading {
  margin-bottom: 30px;
}
.heading-with-icon-content__boxes {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 768px) {
  .heading-with-icon-content__boxes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .heading-with-icon-content__boxes {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.heading-with-icon-content__box {
  background: #EEECE6;
  border-radius: 16px;
  padding: 20px;
}
@media (min-width: 768px) {
  .heading-with-icon-content__box {
    padding: 40px 20px 24px;
  }
}
@media (min-width: 1024px) {
  .heading-with-icon-content__box {
    padding: 88px 24px 32px;
  }
}
.heading-with-icon-content__box img, .heading-with-icon-content__box svg {
  width: auto;
  height: auto;
  max-height: 45px;
  margin-bottom: 16px;
}
.heading-with-icon-content__box h5 {
  margin-bottom: 16px;
}
.heading-with-icon-content .button, .heading-with-icon-content .header .menu-button-primary, .header .heading-with-icon-content .menu-button-primary, .heading-with-icon-content .header .menu-button-secondary, .header .heading-with-icon-content .menu-button-secondary {
  margin: 42px auto 0;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video {
  z-index: 1;
  position: relative;
  padding-top: 54px;
  background: var(--color-white);
}
.video__heading {
  position: relative;
  margin-bottom: 30px;
}
.video__content {
  position: relative;
  width: 100%;
  padding-bottom: 60.8547008547%;
  border-radius: 16px;
  overflow: hidden;
}
.video__content img, .video__content iframe, .video__content video, .video__content embed {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.video__play {
  cursor: pointer;
  z-index: 40;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-transform: uppercase;
  color: var(--color-white);
  background: var(--color-blue);
  width: 146px;
  height: 146px;
  border-radius: 99999px;
}
.video__circle {
  display: none;
  position: absolute;
  height: auto;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .video__circle {
    display: block;
  }
}
.video__circle--1 {
  bottom: -7.1513706794%;
  left: 0;
  max-width: 839px;
  width: 58.2833333333%;
  -webkit-transform: translateX(-33.6836335907%);
          transform: translateX(-33.6836335907%);
}
.video__circle--2 {
  bottom: 50.9330406147%;
  right: 0;
  max-width: 345px;
  width: 23.9423611111%;
  -webkit-transform: translateX(47.168115942%);
          transform: translateX(47.168115942%);
}
.video__circle--3 {
  bottom: 0;
  right: 0;
  max-width: 367px;
  width: 25.4861111111%;
  -webkit-transform: translate(47.168115942%, 17.4386920981%);
          transform: translate(47.168115942%, 17.4386920981%);
}

.session-board {
  padding-bottom: 64px;
}
.session-board__heading {
  border-radius: 8px;
  background: var(--color-blue);
  color: var(--color-green);
  padding: 30px 20px 25px;
  margin-bottom: 44px;
}
.session-board__search {
  margin-bottom: 4.8rem;
}
.session-board__search h3 {
  margin-bottom: 2rem;
  color: var(--color-cod-grey);
}
.session-board__search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
}
@media (min-width: 1024px) {
  .session-board__search form {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.session-board__search input, .session-board__search__select button {
  width: 100%;
  color: var(--color-blue);
  border: 1px solid var(--color-blue);
  border-radius: 0.8rem;
  padding: 1.8rem 1.2rem;
  font-size: 1.6rem;
  line-height: 1;
  height: 5.2rem;
}
.session-board__search__input {
  position: relative;
  width: 100%;
}
.session-board__search__input input {
  width: 100%;
  padding-right: 48px;
}
.session-board__search__input button {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.session-board__search__select {
  position: relative;
}
.session-board__search__select button {
  cursor: pointer;
  max-width: 12.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.session-board__search__select button svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 1.3rem;
}
.session-board__search__select__list {
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 100%;
  min-width: 206px;
  top: calc(100% + 8px);
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  background: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: -3px 4px 11.7px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: -3px 4px 11.7px 0px rgba(0, 0, 0, 0.1019607843);
  padding: 16px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.session-board__search__select__list label {
  cursor: pointer;
  padding: 4px;
  color: #2C2F31;
  text-align: left;
  font-size: 1.6rem;
}
.session-board__search__select__list label:hover {
  background: rgba(1, 72, 152, 0.12);
}
.session-board__search__select__list input:checked + label {
  position: relative;
  background: rgba(1, 72, 152, 0.12);
  color: #2C2F31;
  font-weight: 400;
  font-size: 1.6rem;
}
.session-board__search__select__list input:checked + label::before {
  content: "";
  position: absolute;
  right: 9px;
  top: 9px;
  width: 16px;
  height: 16px;
  background-image: url(.././fonts/check.svg);
}
.session-board__search__select__list input {
  display: none;
}
.session-board__search__select.active button > svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.session-board__search__select.active .session-board__search__select__list {
  visibility: visible;
  opacity: 1;
}
.session-board__search__select-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
}
.session-board__session {
  margin-bottom: 64px;
}
.session-board__session:last-child {
  margin-bottom: 0;
}
.session-board__session__start {
  padding: 15px 24px;
  background: #ffffff;
  border-radius: 8px;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.session-board__session__wrapper {
  background: #ffffff;
  border: 1px solid var(--color-blue);
  border-radius: 8px;
  padding: 32px 24px;
}
@media (min-width: 1024px) {
  .session-board__session__wrapper {
    padding: 52px 44px 46px 52px;
  }
}
.session-board__session__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.session-board__session__heading:last-child {
  margin-bottom: 0;
}
.session-board__session__heading .track {
  padding: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 9999px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  margin-right: 42px;
}
.session-board__session__heading h2 {
  margin-top: 6px;
}
.session-board__session__details {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.session-board__session__details__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 13px;
}
.session-board__session__details__item:last-child {
  margin-bottom: 0;
}
.session-board__session__details__item svg {
  margin-right: 22px;
}
.session-board__session__description {
  font-size: 1.6rem;
  line-height: 1.625em;
}
.session-board__session__description p {
  margin-bottom: 1.6rem;
}
.session-board__session__description p:last-child {
  margin-bottom: 0;
}
.session-board__session__loadmore {
  cursor: pointer;
  margin-top: 1.6rem;
  font-size: 1.6rem;
  font-weight: bold;
}
.session-board__speakers h3 {
  margin-top: 48px;
  margin-bottom: 28px;
  border-top: 1px solid rgba(1, 72, 152, 0.3);
  padding-top: 48px;
}
.session-board__speakers h3:last-child {
  margin-bottom: 0;
}
.session-board__speakers__list {
  display: grid;
  gap: 28px 24px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 768px) {
  .session-board__speakers__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.session-board__speakers__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.session-board__speakers__item__details {
  -ms-flex-item-align: center;
      align-self: center;
}
.session-board__speakers__item__details span {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 12px;
  font-size: 1.6rem;
}
.session-board__speakers__item__details span:last-child {
  margin-bottom: 0;
}
.session-board__speakers__item__details p {
  font-size: 1.6rem;
}
.session-board__speakers__item img {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 123px;
  height: 123px;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-right: 24px;
}
.session-board__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  padding-top: 48px;
  margin-top: 48px;
  border-top: 1px solid rgba(1, 72, 152, 0.3);
}
.session-board__footer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  line-height: 1;
}
.session-board__footer__item strong {
  font-weight: 700;
}

.session-board__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
  padding: 1rem;
}

.pagination-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination-btn {
  padding: 0.5rem 1rem;
  border: 1px solid #014898;
  background: white;
  color: #014898;
  cursor: pointer;
  border-radius: 4px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.pagination-btn:hover {
  background: #014898;
  color: white;
}

.pagination-btn.active {
  background: #014898;
  color: white;
  font-weight: bold;
}

.pagination-dots {
  padding: 0 0.5rem;
  color: #666;
}

.session-board__content.loading {
  opacity: 0.5;
  pointer-events: none;
}

html {
  scroll-padding-top: calc(var(--wp-admin--admin-bar--height, 0px) + var(--header-height));
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  color: var(--color-blue);
  background-color: var(--color-white-smoke);
  overflow-x: hidden;
}

.site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  min-height: 100lvh;
  overflow: hidden;
}
.site .site-main {
  position: relative;
}
.site .site-main > section:first-child {
  margin-top: var(--site-padding-top);
}
.site .footer {
  margin-top: auto;
}
.site .decoration-big_circle {
  pointer-events: none;
  z-index: -1;
  position: absolute;
  bottom: 0;
  max-width: 761px;
}

body:has(.header--open) {
  overflow: hidden;
}

.header {
  left: 0;
  z-index: var(--header-z-index);
  padding: 16px;
}
@media (min-width: 1280px) {
  .header {
    padding: 24px 24px 16px;
  }
}
.header__circle {
  pointer-events: none;
  z-index: -10;
  position: absolute;
  top: 0;
  right: 0;
  max-width: 380px;
  width: 26.3888888889%;
}
@media (min-width: 1024px) {
  .header .menu-button {
    padding: 16px 12px;
    font-size: 1.4rem !important;
  }
}
@media (min-width: 1440px) {
  .header .menu-button {
    padding: 18px 16px;
    font-size: 1.6rem !important;
  }
}
.header .menu-button-primary, .header .menu-button-secondary {
  line-height: 1 !important;
}
@media screen and (max-width: 600px) {
  .header {
    top: 0px;
  }
}
.header__wrapper {
  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;
}
.header__nav {
  display: none;
}
@media (min-width: 1280px) {
  .header__nav {
    display: block;
  }
}
.header__nav ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  color: var(--color-blue);
}
.header__nav ul.menu > li {
  position: relative;
}
.header__nav ul.menu > li a > i::before {
  color: var(--color-blue);
}
@media (hover: hover) {
  .header__nav ul.menu > li:has(> a > i):hover a i {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}
.header__nav ul.menu > li:has(> a > i):focus-visible a i, .header__nav ul.menu > li:has(> a > i):focus-within a i {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.header__nav ul.menu > li:has(> a > i) a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.header__nav ul.menu > li:has(> a > i) a i {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .header__nav ul.menu > li:has(> ul.sub-menu):hover:before {
    height: var(--sub-menu-top);
  }
}
.header__nav ul.menu > li:has(> ul.sub-menu):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0px;
}
@media (hover: hover) {
  .header__nav ul.menu > li:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
  }
}
.header__nav ul.menu > li:focus-visible > ul.sub-menu, .header__nav ul.menu > li:focus-within > ul.sub-menu {
  opacity: 1;
  visibility: visible;
}
.header__nav ul.menu > li > ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: var(--sub-menu-top);
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 24px;
  padding: 16px;
  -webkit-box-shadow: 0px 16px 40px 0px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 16px 40px 0px rgba(0, 0, 0, 0.6);
  border-radius: 16px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  overflow: hidden;
  z-index: calc(var(--header-z-index) + 1);
  color: var(--color-white);
}
.header__nav ul.menu > li > ul.sub-menu:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--color-blue);
}
.header__nav ul.menu .menu-item-has-children:hover > a::before {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  width: 100%;
  height: 1px;
  border-radius: 100px;
  content: "";
  background-color: var(--color-blue);
}
.header__nav ul.menu li:has(.menu-button):not(li:has(.menu-button) ~ li) {
  margin-left: 10px;
}
@media (min-width: 1440px) {
  .header__nav ul.menu li:has(.menu-button):not(li:has(.menu-button) ~ li) {
    margin-left: 51px;
  }
}
.header__menu-button {
  background: none;
  border: none;
  position: relative;
  cursor: pointer;
  width: 38px;
  aspect-ratio: 1/1;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.header__menu-button span {
  position: absolute;
  left: 8px;
  display: block;
  width: 22px;
  height: 2px;
  background-color: var(--color-blue);
  border-radius: 1px;
  -webkit-transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965);
  transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965);
}
.header__menu-button span:first-of-type {
  top: 12px;
}
.header__menu-button span:nth-of-type(2) {
  bottom: 18px;
}
.header__menu-button span:last-of-type {
  bottom: 12px;
}
@media (hover: hover) {
  .header__menu-button--open:hover span:first-of-type {
    width: 26px;
  }
  .header__menu-button--open:hover span:last-of-type {
    width: 12px;
  }
}
.header__menu-button--close span:first-of-type {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 18px;
}
.header__menu-button--close span:last-of-type {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 18px;
}
@media (min-width: 1280px) {
  .header__menu-button {
    display: none;
  }
}
.header ul.menu li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  font-family: "ObjectSans", "sans-serif";
  font-size: 1.6rem;
  line-height: 1.3em;
  font-weight: 700;
}
.header .dialog {
  all: unset;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0s 0.3s;
  transition: all 0s 0.3s;
  z-index: calc(var(--header-z-index) + 1);
}
@media (min-width: 1280px) {
  .header .dialog {
    display: none;
  }
}
.header .dialog[open] {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.header .dialog[open] .dialog__wrapper {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.header .dialog::-ms-backdrop {
  background-color: transparent;
}
.header .dialog::backdrop {
  background-color: transparent;
}
.header .dialog__wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: var(--header-background-color);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  margin: 0;
  overflow: hidden;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.header .dialog__top {
  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;
  gap: 24px;
  padding-inline: var(--layout-container-gap);
  height: var(--header-height);
}
.header .dialog__nav {
  max-height: calc(100dvh - var(--header-height));
  overflow-y: auto;
  padding-inline: var(--layout-container-gap);
}
.header .dialog__nav ul.menu {
  row-gap: 24px;
}
.header .dialog__nav ul.menu > li:has(> ul.sub-menu) {
  margin-bottom: 16px;
}
.header .dialog__nav ul.menu > li {
  margin-bottom: 16px;
}
.header .dialog__nav ul.menu > li:not(:has(> .button)) > a {
  padding: 8px 0;
  margin-bottom: 8px;
}
.header .dialog__nav ul.menu > li a i {
  display: none;
}
.header .dialog__nav ul.menu > li ul.sub-menu {
  padding-left: 24px;
}
.header .dialog__nav ul.menu > li ul.sub-menu li > a {
  font-family: "ObjectSans", "sans-serif";
  font-weight: 400;
  padding: 4px 0;
  margin-bottom: 4px;
}

.contact-form {
  margin: 80px 0;
}
.contact-form__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer {
  position: relative;
  z-index: 1;
}
.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  color: var(--color-white);
  background-color: var(--color-blue);
  padding: 24px 20px;
}
@media (min-width: 1280px) {
  .footer__wrapper {
    padding: 49px 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer .logo {
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .footer .logo {
    margin-right: 112px;
  }
}
.footer .logo img {
  max-width: 172px;
  width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .footer .logo img {
    max-width: 216px;
  }
}
.footer__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media (min-width: 640px) {
  .footer__column:first-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
@media (min-width: 1024px) {
  .footer__column:last-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
@media (min-width: 1280px) {
  .footer__column:last-child {
    margin-left: auto;
  }
}
.footer__organiser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__organiser__title {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2px;
  display: none;
}
.footer__organiser__title:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .footer__organiser__title {
    display: block;
  }
}
.footer__organiser__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.footer__organiser__logos img {
  width: auto;
  height: auto;
  max-width: 165px;
  max-height: 70px;
}
.footer__nav ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media (min-width: 1024px) {
  .footer__nav ul.menu {
    gap: 24px;
  }
}
.footer__nav ul.menu li:not(:has(> .button)):not(:has(> .image)) > a {
  position: relative;
}
@media (hover: hover) {
  .footer__nav ul.menu li:not(:has(> .button)):not(:has(> .image)) > a:hover:after {
    width: 100%;
  }
}
.footer__nav ul.menu li:not(:has(> .button)):not(:has(> .image)) > a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0%;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  height: 1px;
  background: var(--gradient-primary);
  border-radius: 32px;
  overflow: hidden;
}
.footer__nav ul.menu li:has(> .image) img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 28px;
  width: 100%;
}
.footer__nav ul.menu li a {
  position: relative;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 400;
}

/*# sourceMappingURL=main.css.map*/