@charset "UTF-8";
*,
::before,
::after {
  box-sizing: border-box;
}

:root {
  --c-black: #000;
  --c-white: #fff;
  --c-riceflower: #F2FFEB;
  --c-mineshaft: #3C3C3C;
  --c-mineshaft-2: #2C2C2C;
  --c-snowflurry: #D6FFBD;
  --c-gossip: #D2FAB4;
  --c-red: #CF3011;
  --c-key: var(--c-black);
  --c-bg: var(--c-snowflurry);
  --fs-base: 2rem;
  --lh-base: 1.5;
  --f-text: Atkinson, Georgia, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --f-headline: "Sporting Grotesque", Helvetica, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, serif;
  --b-top: 3px;
  --b-right: 3px;
  --b-bottom: 3px;
  --b-left: 3px;
}

html,
body {
  min-height: 100vh;
  color: var(--c-key);
  background-color: var(--c-bg);
}

html {
  font-size: 0.625em;
  overflow-x: hidden;
  scroll-behavior: smooth;
  text-size-adjust: 100%;
}
@media screen and (prefers-reduced-motion) {
  html {
    scroll-behavior: auto;
  }
}

body {
  margin: 0;
  font-family: var(--f-text);
  font-size: var(--fs-base);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: var(--lh-base);
  text-rendering: optimizeSpeed;
}

a {
  color: var(--key-color);
}
a[href^="mailto:"] {
  word-wrap: anywhere;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--f-headline);
}

/*
  Reset
  Declare default value for elements
  Most of these styles are adapated and coming from Normalize.css
  @see https://github.com/necolas/normalize.css
*/
main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

a {
  background-color: transparent;
}

/* stylelint-disable-next-line selector-no-qualifying-type */
abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 1em;
}

small {
  font-size: 0.8em;
}

sub,
sup {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: var(--fs-base);
  line-height: var(--lh-base);
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 0.1rem dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  appearance: textfield;
  outline-offset: -0.2rem;
}

[type=search]::-webkit-search-decoration {
  appearance: none;
}

::-webkit-file-upload-button {
  appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

iframe,
video,
img,
input,
select,
textarea {
  max-width: 100%;
  height: auto;
}

iframe,
img {
  border-style: none;
}

ul:not([class]),
ol:not([class]) {
  padding-left: 0;
  list-style: inside;
}

:focus:not(:focus-visible) {
  outline: none;
}

p:empty {
  display: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

::placeholder {
  opacity: 1;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

blockquote {
  margin-left: 0;
  margin-right: 0;
}

@font-face {
  font-family: "Atkinson";
  src: url("../fonts/atkinson-hyperlegible/atkinson-hyperlegible-regular.woff2") format("woff2"), url("../fonts/atkinson-hyperlegible/atkinson-hyperlegible-regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Atkinson";
  src: url("../fonts/atkinson-hyperlegible/atkinson-hyperlegible-bold.woff2") format("woff2"), url("../fonts/atkinson-hyperlegible/atkinson-hyperlegible-bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Atkinson";
  src: url("../fonts/atkinson-hyperlegible/atkinson-hyperlegible-bold-italic.woff2") format("woff2"), url("../fonts/atkinson-hyperlegible/atkinson-hyperlegible-bold-italic.woff") format("woff");
  font-style: italic;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Atkinson";
  src: url("../fonts/atkinson-hyperlegible/atkinson-hyperlegible-italic.woff2") format("woff2"), url("../fonts/atkinson-hyperlegible/atkinson-hyperlegible-italic.woff") format("woff");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Sporting Grotesque";
  src: url("../fonts/sporting-grotesque-legible/sporting-grotesque-legible-bold.woff2") format("woff2"), url("../fonts/sporting-grotesque-legible/sporting-grotesque-legible-bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
/*
  Utils
  Declare some helpers that can be used everywhere
*/
.u-resetList {
  margin: 0;
  padding: 0;
  list-style: none;
}

.u-visuallyHidden {
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  margin: -0.1rem;
  padding: 0;
  clip: rect(0, 0, 0, 0);
  border: 0;
  overflow: hidden;
}

.u-filteredContainer__editionItem.-isHidden,
.u-filteredContainer__item.-isHidden {
  display: none;
}

.e-btn {
  --btn-padding: 1.5rem 4rem;
  --btn-color: var(--c-white);
  --btn-bgcolor: var(--c-mineshaft);
  --btn-bordercolor: var(--c-mineshaft);
  --btn-offset-bordercolor: var(--c-mineshaft);
  --btn-offset-bgcolor: var(--c-white);
  position: relative;
  display: inline-block;
  padding: var(--btn-padding);
  border-radius: 0;
  border: 0.1rem solid var(--btn-bordercolor);
  color: var(--btn-color);
  background-color: var(--btn-bgcolor);
  text-align: center;
  text-decoration: none;
  line-height: 1;
  transform-style: preserve-3d;
}
@media screen and (min-width: 60em) {
  .e-btn::before {
    content: "";
    position: absolute;
    top: -0.1rem;
    right: -0.1rem;
    bottom: -0.1rem;
    left: -0.1rem;
    background-color: var(--btn-offset-bgcolor);
    transform: translateZ(-0.1rem);
    -ms-transform: translateZ(-0.1rem);
    -webkit-transform: translateZ(-0.1rem);
    -moz-transform: translateZ(-0.1rem);
    -o-transform: translateZ(-0.1rem);
    border: 0.1rem solid var(--btn-offset-bordercolor);
    transition: 250ms ease;
  }
  .e-btn:hover::before, .e-btn:focus::before {
    transform: translateZ(-0.1rem) translate(1rem, 1rem);
    -ms-transform: translateZ(-0.1rem) translate(1rem, 1rem);
    -webkit-transform: translateZ(-0.1rem) translate(1rem, 1rem);
    -moz-transform: translateZ(-0.1rem) translate(1rem, 1rem);
    -o-transform: translateZ(-0.1rem) translate(1rem, 1rem);
  }
}
.e-btn.-small {
  --btn-padding: 1rem 2rem;
}
.e-btn.-secondary {
  --btn-color: var(--c-black);
  --btn-bgcolor: var(--c-white);
  --btn-offset-bordercolor: var(--c-white);
  --btn-offset-bgcolor: var(--c-mineshaft-2);
}
.e-btn.-tertiary {
  --btn-color: var(--c-mineshaft-2);
  --btn-bgcolor: var(--c-snowflurry);
  --btn-offset-bordercolor: var(--c-mineshaft-2);
  --btn-offset-bgcolor: var(--c-mineshaft-2);
}
.e-btn.-no-btn-bgcolor {
  --btn-bgcolor: transparent;
}
.e-btn.-no-btn-bordercolor {
  --btn-bordercolor: transparent;
}
.e-btn.-no-offset-bgcolor::before {
  --btn-offset-bgcolor: transparent;
}
.e-btn.-no-offset-bordercolor::before {
  --btn-offset-bordercolor: transparent;
}
.e-btn.-no-btn-bgcolor.-no-offset-bgcolor:not(.secondary):not(.-tertiary) {
  --btn-bordercolor: var(--c-white);
  --btn-offset-bordercolor: var(--c-white);
}

.e-skipLink {
  position: absolute;
  top: -100%;
}
.e-skipLink:focus {
  top: 0;
}

.e-toggleMenu {
  display: none;
  justify-content: center;
  align-items: center;
  column-gap: 1.5rem;
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
}
.e-toggleMenu:hover span, .e-toggleMenu:focus span {
  text-decoration: underline;
}
@media screen and (max-width: 60em) {
  .e-toggleMenu#controller-menu {
    display: flex;
  }
}
@media screen and (max-width: 60em) {
  .e-toggleMenu#controller-footermenu {
    display: flex;
  }
}

.e-goTop {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 2.5rem;
  background-color: var(--c-mineshaft);
  border: 0.1rem solid var(--c-mineshaft);
}
.e-goTop:hover, .e-goTop:focus {
  background-color: var(--c-white);
}
.e-goTop:hover > svg path, .e-goTop:focus > svg path {
  stroke: var(--c-mineshaft);
}

.e-tabsBtn {
  display: inline-flex;
  align-items: center;
  background-color: transparent;
  border-top: 0;
  border-right: 0;
  border-bottom: 0.4rem solid transparent;
  border-left: 0;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
}
.e-tabsBtn:hover, .e-tabsBtn:focus {
  text-shadow: 0.08rem 0px 0.01rem, -0.05rem 0px 0.03rem;
}
.e-tabsBtn[aria-selected=true] {
  text-shadow: 0.08rem 0px 0.01rem, -0.05rem 0px 0.03rem;
  border-color: var(--c-mineshaft);
}
@media screen and (max-width: 60em) {
  .e-tabsBtn[aria-selected=true] svg {
    display: none;
  }
  .e-tabsBtn.-isHidden {
    display: none;
  }
  .e-tabsBtn.-isNext {
    display: inline-flex;
  }
  .e-tabsBtn.-isNext .focus {
    position: absolute;
    width: 0.1rem;
    height: 0.1rem;
    margin: -0.1rem;
    padding: 0;
    clip: rect(0, 0, 0, 0);
    border: 0;
    overflow: hidden;
  }
  .e-tabsBtn.-isPrev {
    display: inline-flex;
  }
  .e-tabsBtn.-isPrev .focus {
    position: absolute;
    width: 0.1rem;
    height: 0.1rem;
    margin: -0.1rem;
    padding: 0;
    clip: rect(0, 0, 0, 0);
    border: 0;
    overflow: hidden;
  }
  .e-tabsBtn.-isPrev svg {
    transform: rotate(180deg);
  }
}
@media screen and (min-width: 60em) {
  .e-tabsBtn svg {
    display: none;
  }
}

.e-badge {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  border-radius: 1rem;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  background-color: var(--c-gossip);
  letter-spacing: 0.05rem;
}
.e-badge.-secondary {
  background-color: var(--c-white);
}

.e-customSelect {
  display: inline-flex;
  position: relative;
  border: 0.1rem dashed var(--c-key);
  border-bottom: none;
  border-color: transparent;
}
.e-customSelect:hover, .e-customSelect:focus-within {
  border-color: var(--c-key);
}
.e-customSelect .e-customSelect__select {
  appearance: none;
  padding: 0;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  text-align: right;
  border: none;
  background: transparent;
  box-shadow: none;
}
.e-customSelect:hover {
  border: 0.1rem dashed var(--c-key);
  border-bottom: none;
}

.e-customSelect__wrapper {
  display: flex;
  align-items: flex-end;
}
.e-customSelect__wrapper::after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1rem;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url("../icons/chevron-light.svg");
  background-repeat: no-repeat;
  background-size: 1.6rem auto;
  transform: translateY(-50%);
  pointer-events: none;
}

.e-downloadLink {
  display: inline-flex;
  align-items: flex-end;
  font-size: 1.8rem;
  line-height: 1;
  text-decoration: none;
}
.e-downloadLink svg {
  margin-left: 1.5rem;
}

.e-sideTitle {
  display: flex;
  align-items: center;
  width: 30rem;
  margin-top: 6rem;
  margin-right: 8rem;
  margin-bottom: 12rem;
  font-size: 1.4rem;
  text-transform: uppercase;
  line-height: 1;
}
.e-sideTitle::after {
  content: "";
  flex-basis: 1rem;
  flex-grow: 1;
  margin-left: 1rem;
  width: 100%;
  max-width: 20rem;
  border-bottom: 0.2rem solid var(--c-mineshaft);
}
@media screen and (max-width: 60em) {
  .e-sideTitle::after {
    margin-left: 0;
  }
}
@media screen and (max-width: 60em) {
  .e-sideTitle {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 2rem;
    margin-right: 0;
    width: 100%;
  }
}
@media screen and (min-width: 60em) {
  .e-sideTitle {
    float: left;
    margin-top: 2.25rem;
    transform: translateY(-50%);
  }
}

.e-centeredTitle {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5rem;
}

.e-annotation {
  color: var(--c-mineshaft);
  font-size: 1.4rem;
  text-transform: uppercase;
  font-family: var(--f-text);
  font-weight: 400;
}
.e-annotation::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 1rem;
  width: 16rem;
  border-bottom: 0.2rem solid var(--c-mineshaft);
}

.e-linkBack {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  color: var(--c-mineshaft);
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
}
.e-linkBack:hover, .e-linkBack:focus {
  text-decoration: underline;
}
.e-linkBack svg {
  transform: rotate(180deg);
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--c-black);
}

form {
  padding: 2.5rem 2.5rem;
  border: 0.1rem dashed var(--c-key);
  background-color: var(--c-riceflower);
  max-width: 380px;
}

label {
  display: block;
  margin: 0.5rem 0;
}

.error {
  color: var(--c-red);
  font-weight: bold;
}

input:focus,
button:focus {
  outline: none;
  border: 2px solid rgb(175, 88, 245);
  border-radius: 3px;
  box-shadow: 0 0 2px 3px rgba(75, 88, 245, 0.2);
}

.quantity {
  margin: 10px 0;
}
.quantity button {
  appearance: none;
  border: 0.1rem dashed var(--c-key);
  background-color: var(--c-gossip);
  padding: 8px 17px;
  cursor: pointer;
}
.quantity button[disabled] {
  background-color: var(--c-riceflower);
}
.quantity input {
  appearance: none;
  border: 0.1rem dashed var(--c-key);
  background-color: var(--c-gossip);
  padding: 8px 17px;
  text-align: center;
  width: 60px;
  color: black;
}

form.snipcart-form {
  max-width: 100%;
}

.snipcart-checkout {
  display: inline-block;
  margin-left: 10px;
  height: 48px;
  transform: translateY(1.5px);
}
.snipcart-checkout-link {
  position: relative;
  display: block;
  padding: 12px 15px;
  line-height: 22px;
  text-decoration: none;
  border: 0.1rem dashed var(--c-key);
  background-color: var(--c-riceflower);
}
.snipcart-checkout-link:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.3927 6.67625L17.625 21.5H0.375L1.60725 6.67625H5.30363V4.20575C5.30363 2.159 6.9585 0.5 9 0.5C11.0415 0.5 12.6964 2.159 12.6964 4.20575V6.67663H16.3927V6.67625ZM6.53625 4.20613V10.3824H5.304V7.91225H2.74125L1.71487 20.2648H16.2859L15.2595 7.91225H12.6968V10.3827H11.4645V4.2065C11.4645 2.84375 10.3594 1.73563 9.00037 1.73563C7.64137 1.73563 6.53625 2.84375 6.53625 4.20613ZM7.76813 7.91225V6.67625H10.2326V7.9115H7.76813V7.91225Z' fill='%23000000'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateY(-2px);
}
.snipcart-checkout-link .snipcart-items-count {
  display: inline-block;
  margin-left: 5px;
  margin-top: 4px;
  vertical-align: top;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}

#snipcart {
  font-family: var(--f-text);
  font-size: 16px;
  line-height: 1.5;
  /* Fonts */
  /* Default */
  --color-default: var(--c-black);
  --borderColor-default: var(--c-mineshaft);
  --bgColor-default: var(--c-riceflower);
  /* Alt */
  --color-alt: var(--c-black);
  --bgColor-alt: var(--c-riceflower);
  /* Icon */
  --color-icon: var(--c-mineshaft);
  /* Success */
  /* Error */
  /* Info */
  --bgColor-info: var(--c-gossip);
  /* Modal */
  --bgColor-modal: var(--c-bg);
  /* Forms */
  --borderColor-input-hover: var(--c-mineshaft);
  --borderColor-input-focus: var(--c-mineshaft);
  --bgColor-input-autofill: var(--c-bg);
  /* Quantity */
  --bgColor-buttonSecondary: var(--c-gossip);
  --bgColor-buttonSecondary-hover: var(--c-gossip);
  --bgColor-buttonSecondary-disabled: var(--c-riceflower);
  --color-badge: black;
  --color-badge-active: white;
  --color-badge-disabled: black;
  --bgColor-badge: var(--c-riceflower);
  --bgColor-badge-active: var(--c-mineshaft);
  --bgColor-badge-disabled: var(--c-riceflower);
}
#snipcart * {
  box-shadow: none;
  line-height: 1.5;
}
#snipcart .snipcart__font--std,
#snipcart .snipcart__font--subtitle-small,
#snipcart .snipcart__font--tiny {
  font-size: 16px;
}
#snipcart .snipcart-modal__close-title {
  height: auto;
  font-family: var(--f-text);
}
#snipcart .snipcart__font--xlarge,
#snipcart .snipcart__font--large {
  font-size: 20px;
  line-height: 1.3;
}
#snipcart .snipcart__font--secondary,
#snipcart .snipcart__font--subtitle,
#snipcart .snipcart__font--subtitle-small {
  font-family: var(--f-text);
}
#snipcart .snipcart-cart__secondary-header-title,
#snipcart .snipcart__font--subtitle,
#snipcart .snipcart__font--subtitle-small {
  font-family: var(--f-headline);
}
#snipcart .snipcart-cart-summary__separator {
  border-top: 0.1rem dashed var(--c-key);
}
#snipcart .snipcart-cart-summary--edit.snipcart-modal__container {
  border-left: 0.1rem dashed var(--c-key);
}
#snipcart .snipcart-cart-summary-side .snipcart-cart__secondary-header,
#snipcart .snipcart-item-line--cart-edit {
  border-bottom: 0.1rem dashed var(--c-key);
}
#snipcart .snipcart__box--badge,
#snipcart .snipcart-checkout-step > *,
#snipcart .snipcart-cart-summary,
#snipcart .snipcart-modal__container:not(.snipcart-cart-summary-side) .snipcart-item-line > * {
  border: 0.1rem dashed var(--c-key);
}
#snipcart .snipcart__font--bold {
  font-weight: 700;
}
#snipcart input:focus {
  border: 0;
}
#snipcart .snipcart-form__select,
#snipcart .snipcart-typeahead__suggestion,
#snipcart input.snipcart__font--bold {
  font-weight: 400;
}
#snipcart .snipcart-flash-message {
  padding-top: 22px;
}
#snipcart .snipcart-button-primary {
  border-radius: 0;
}
#snipcart .snipcart-button-primary {
  font-size: 18px;
}
#snipcart .snipcart-item-quantity__quantity {
  border: 0.1rem dashed var(--c-key);
  padding: 0;
  font-size: 18px;
}
#snipcart .snipcart-item-quantity__quantity .snipcart__font--regular {
  font-weight: 700;
}
#snipcart .snipcart-item-quantity__quantity .snipcart-button-icon {
  border-radius: 0 !important;
  padding: 0;
  width: 50px;
  height: 50px;
  color: black;
}
#snipcart .snipcart-item-quantity__quantity .snipcart-button-icon .snipcart__icon {
  width: 50px;
  height: 30px;
}
#snipcart .snipcart-item-line__quantity {
  min-width: 300px;
}
#snipcart .snipcart-button-secondary {
  background-color: var(--c-mineshaft);
  color: white;
  font-size: 18px;
  border-radius: 0;
}
#snipcart .snipcart-button-icon:focus {
  border: none;
}
#snipcart .snipcart-cart-header__close-button:focus,
#snipcart .snipcart-cart-header__option:focus {
  border: none;
}
#snipcart .snipcart-cart__secondary-header > button {
  cursor: pointer;
  transition: transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#snipcart .snipcart-cart__secondary-header > button:focus {
  border: 0;
}
#snipcart .snipcart-cart__secondary-header > button:hover {
  transform: rotate(180deg);
}

.c-primaryNavigation {
  display: flex;
  align-items: center;
  column-gap: 4rem;
}
@media screen and (max-width: 60em) {
  .c-primaryNavigation {
    flex-direction: column;
    justify-content: center;
    row-gap: 1rem;
    position: absolute;
    top: 100%;
    right: 0;
    padding: 1rem;
    border: 0.1rem dashed var(--c-key);
    background-color: var(--c-white);
    transform: translateX(100%);
    transition: transform 250ms ease-out;
  }
  .c-primaryNavigation.-isActive {
    transform: translateX(0);
    transition: transform 150ms ease-in;
    z-index: 20;
  }
}

.c-primaryNavigation__link {
  font-size: 1.6rem;
  line-height: 1;
  text-decoration: none;
  text-underline-offset: 1rem;
}
.c-primaryNavigation__link:hover {
  text-decoration: underline;
}
.c-primaryNavigation__link:hover, .c-primaryNavigation__link:focus {
  text-decoration: underline;
  text-underline-offset: 1rem;
}
.c-primaryNavigation__link.-active {
  text-shadow: 0.05rem 0px 0.01rem, -0.05rem 0px 0.01rem;
  text-decoration: underline;
}

.c-primaryNavigation__cta {
  font-size: 1.6rem;
}

.c-footerNavigation {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 4rem;
}
@media screen and (max-width: 60em) {
  .c-footerNavigation {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 0.5rem;
  }
}

.c-footerNavigation__link {
  font-size: 1.6rem;
  text-decoration: none;
}
.c-footerNavigation__link:hover, .c-footerNavigation__link:focus {
  text-decoration: underline;
}

.c-headerLogo {
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
.c-headerLogo svg {
  display: block;
}

.c-headerLogo__txt {
  font-size: 1.4rem;
  font-weight: 700;
}

.c-breadcrumb {
  margin-bottom: 3rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 0.1rem dashed var(--c-key);
  border-bottom: 0.1rem dashed var(--c-key);
  font-size: 0;
}

.c-breadcrumb__item {
  display: inline-block;
  font-size: 0;
}
.c-breadcrumb__item:last-child {
  display: inline;
}

.c-breadcrumb__holder {
  text-decoration: none;
  display: inline;
  vertical-align: middle;
  font-size: 1.5rem;
}

/* Get the link who is not the homepage (who is have a title attribute) */
a.c-breadcrumb__holder:not([title]):hover, a.c-breadcrumb__holder:not([title]):focus {
  text-decoration: underline;
}

.c-breadcrumb__home {
  display: inline-flex;
  vertical-align: middle;
}

.c-breadcrumb__label {
  color: var(--c-mineshaft);
  font-style: italic;
  font-size: 1.4rem;
}

.c-breadcrumb__separator {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

@media screen and (min-width: 60em) {
  .c-footerLogo {
    padding-right: 2.5rem;
    border-right: 0.1rem solid var(--c-mineshaft);
  }
}
.c-footerLogo svg {
  display: block;
}

.c-footerDate {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  color: var(--c-mineshaft);
  font-weight: 700;
}
@media screen and (max-width: 60em) {
  .c-footerDate {
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
  }
}

.c-footerDate__days {
  font-size: 4rem;
  line-height: 1;
}
@media screen and (max-width: 60em) {
  .c-footerDate__days {
    font-size: 1.2rem;
  }
}

.c-footerDate__monthyear {
  font-size: 1.2rem;
}

.c-pageTitle {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.5rem;
  margin-top: 3rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 60em) {
  .c-pageTitle {
    flex-direction: column;
    align-items: flex-start;
  }
}

.c-pageTitle__heading {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.6rem;
}

.e-annotation + .c-pageTitle__heading {
  margin-left: 11rem;
}
@media screen and (max-width: 60em) {
  .e-annotation + .c-pageTitle__heading {
    text-align: left;
    margin-left: 0;
  }
}

.c-programResume {
  padding-left: 19rem;
  border: 0.1rem dashed var(--c-key);
  background-color: var(--c-riceflower);
  overflow: hidden;
}
@media screen and (max-width: 60em) {
  .c-programResume {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 90em) {
  .c-programResume {
    border-right-width: 0;
  }
}

.c-programResume__item:not(:last-child) {
  border-bottom: 0.1rem dashed var(--c-mineshaft);
}

.c-programResume__container {
  position: relative;
  padding: 4rem 13rem 4rem 14rem;
}
@media screen and (max-width: 60em) {
  .c-programResume__container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 60em) {
  .c-programResume__content {
    max-width: 60rem;
    padding-left: 4rem;
    border-left: 0.1rem dashed var(--c-mineshaft);
  }
}

.c-conference__title {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: var(--f-text);
  font-size: 2.4rem;
}
.c-conference__title.-alt {
  margin-bottom: 0;
}

.c-conference__link {
  text-decoration: none;
}
.c-conference__link:hover, .c-conference__link:focus {
  text-decoration: underline;
}

.c-conference__desc {
  color: var(--c-mineshaft);
}
.c-conference__desc p {
  margin-top: 1rem;
  margin-bottom: 0;
}
@media screen and (max-width: 60em) {
  .c-conference__desc {
    margin-top: 2rem;
  }
}

.c-conference__register {
  margin-top: 4rem;
  margin-bottom: 0;
}
.c-conference__register a {
  display: flex;
  align-items: center;
  column-gap: 2rem;
  font-size: 2.4rem;
  font-weight: 700;
  font-family: var(--f-text);
  text-decoration: none;
}
.c-conference__register a:hover, .c-conference__register a:focus {
  text-decoration: underline;
}

.c-conference__speakers {
  position: relative;
  margin-top: 5rem;
  padding-top: 6.5rem;
}
.c-conference__speakers::before {
  content: "";
  position: absolute;
  border-top: 0.1rem dashed var(--c-key);
  top: 0;
  right: -100rem;
  left: 0;
}

.c-conference__speakersTitle {
  margin-top: 0;
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 60em) {
  .c-conference__speakersTitle {
    font-size: 2.4rem;
  }
}

.c-conference__speakersList {
  margin-top: 3.5rem;
  display: grid;
  gap: 2rem 4rem;
}
@media screen and (min-width: 60em) {
  .c-conference__speakersList {
    grid-template-columns: 50% 50%;
  }
}

@media screen and (min-width: 60em) {
  .c-conference__infos {
    position: absolute;
    top: 4rem;
    left: 0;
    max-width: 12rem;
  }
}

.conference__datetime {
  display: block;
  color: var(--c-mineshaft);
  font-size: 1.6rem;
  font-weight: 700;
}
.conference__datetime.-alt {
  font-weight: 400;
}

.conference__room {
  display: block;
  color: var(--c-mineshaft);
  font-size: 1.6rem;
  font-style: italic;
}

.conference__type {
  display: inline-block;
}

.c-conference__more a {
  display: inline-flex;
  align-items: center;
  column-gap: 1rem;
  font-size: 1.8rem;
  text-decoration: none;
  line-height: 1;
}
.c-conference__more a:focus, .c-conference__more a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 60em) {
  .c-conference__more {
    margin-top: 3.5rem;
    margin-bottom: 4rem;
    text-align: right;
  }
}
@media screen and (min-width: 60em) {
  .c-conference__more {
    position: absolute;
    top: 4rem;
    right: 13rem;
  }
  .c-conference__more .txt {
    position: absolute;
    width: 0.1rem;
    height: 0.1rem;
    margin: -0.1rem;
    padding: 0;
    clip: rect(0, 0, 0, 0);
    border: 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 60em) and (max-width: 71.875em) {
  .c-conference__more {
    right: 5rem;
  }
}

.c-infosList__value {
  margin-left: 0;
}
.c-infosList__value > span {
  display: block;
}
.c-infosList__value > span + span {
  margin-top: 2rem;
}

.c-speaker {
  display: flex;
}

.c-speaker__column {
  flex-grow: 0;
  flex-shrink: 0;
  width: 8rem;
}

.c-speaker__picture {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  overflow: hidden;
}

.c-speaker__name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--c-mineshaft);
}

.c-speaker__infos > .c-speaker__name, .c-speaker__infos > .c-speaker__role {
  padding-left: 3rem;
}

.c-speaker__role {
  margin-top: 0;
  margin-bottom: 0;
  color: var(--c-mineshaft);
  font-size: 1.6rem;
  font-style: italic;
}

.c-speaker__company {
  margin-top: 0;
  margin-bottom: 0;
  color: var(--c-mineshaft);
}

.c-bannerCta {
  margin-top: 15rem;
  margin-bottom: 12rem;
  padding: 7.5rem 13rem 7.5rem 16rem;
  color: var(--c-white);
  background-color: var(--c-mineshaft-2);
}
@media screen and (max-width: 60em) {
  .c-bannerCta {
    padding: 5.5rem 1.5rem 7rem 1.5rem;
  }
}
.c-bannerCta.-centered {
  align-items: center;
}
.c-bannerCta:not(.-large) {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}

.c-bannerCta__content {
  width: 100%;
  max-width: 60rem;
  margin-right: auto;
}
.-large .c-bannerCta__content {
  max-width: 64rem;
}

.c-bannerCta__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  letter-spacing: 0.2rem;
}

.c-bannerCta__list {
  display: flex;
  gap: 10rem 13rem;
  margin-top: 3.5rem;
}
@media screen and (max-width: 60em) {
  .c-bannerCta__list {
    flex-direction: column;
  }
}

.c-quickPages {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 5rem;
  margin-top: 16rem;
  margin-bottom: 11rem;
}
@media screen and (max-width: 71.875em) {
  .c-quickPages {
    grid-template-columns: 1fr;
  }
}

.c-quickPages__item {
  display: flex;
}

.c-quickPages__link {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1.5rem 2.5rem;
  border: 0.1rem dashed var(--c-key);
  background-color: var(--c-bg);
  font-size: 2.4rem;
  font-weight: 700;
  text-decoration: none;
  transform-style: preserve-3d;
}
@media screen and (min-width: 60em) {
  .c-quickPages__link::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--c-key);
    transform: translateZ(-0.1rem);
    -ms-transform: translateZ(-0.1rem);
    -webkit-transform: translateZ(-0.1rem);
    -moz-transform: translateZ(-0.1rem);
    -o-transform: translateZ(-0.1rem);
    transition: 250ms ease;
  }
  .c-quickPages__link:hover::before, .c-quickPages__link:focus::before {
    transform: translateZ(-0.1rem) translate(1rem, 1rem);
    -ms-transform: translateZ(-0.1rem) translate(1rem, 1rem);
    -webkit-transform: translateZ(-0.1rem) translate(1rem, 1rem);
    -moz-transform: translateZ(-0.1rem) translate(1rem, 1rem);
    -o-transform: translateZ(-0.1rem) translate(1rem, 1rem);
  }
}
.c-quickPages__link svg {
  flex-shrink: 0;
}
@media screen and (max-width: 60em) {
  .c-quickPages__link {
    width: 100%;
  }
}

.c-quickPages__text {
  margin-left: 4rem;
}

.c-card {
  padding: 4rem 2.5rem;
  border: 0.1rem dashed var(--c-key);
  background-color: var(--c-riceflower);
}

.c-card__img {
  margin-bottom: 3rem;
}

.c-card__title {
  margin-top: 0;
  margin-bottom: 2.5rem;
  font-size: 2.4rem;
  font-family: var(--f-text);
}

.c-card__desc {
  color: var(--c-mineshaft);
}

.c-infosBlock {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 7.5rem 13rem 7.5rem 16rem;
  border: 0.1rem dashed var(--c-key);
  background-color: var(--c-riceflower);
}
@media screen and (max-width: 60em) {
  .c-infosBlock {
    padding: 5.5rem 1.5rem 7rem 1.5rem;
  }
}
@media screen and (max-width: 90em) {
  .c-infosBlock {
    border-right-width: 0;
  }
}

.c-infosBlock__content {
  max-width: 73rem;
}

.c-infosBlock__title {
  margin-top: 0;
  margin-bottom: 4rem;
}

.c-infosBlock__desc {
  margin-bottom: 5rem;
}
.c-infosBlock__desc > *:last-child {
  margin-bottom: 0;
}

.c-supportBlock {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 8rem 16rem;
  border: 0.1rem dashed var(--c-key);
  background-color: var(--c-riceflower);
}
@media screen and (max-width: 60em) {
  .c-supportBlock {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 90em) {
  .c-supportBlock {
    border-right-width: 0;
  }
}

.c-supportBlock__title {
  margin-top: 0;
  margin-bottom: 5rem;
  font-size: 3rem;
}

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

.c-bottomLinks {
  display: flex;
  justify-content: flex-end;
  border-top: 0.1rem solid var(--c-mineshaft);
}

.c-bottomLinks__item {
  display: inline-block;
  padding: 1.5rem 3rem;
  border-left: 0.1rem solid var(--c-mineshaft);
  color: var(--c-mineshaft);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}
.c-bottomLinks__item:hover, .c-bottomLinks__item:focus {
  text-decoration: underline;
}
@media screen and (max-width: 60em) {
  .c-bottomLinks__item {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.c-place {
  display: flex;
  flex-direction: column;
}

.c-place__title {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  font-family: var(--f-text);
  font-size: 2.4rem;
}

.c-place__desc {
  padding-bottom: 3rem;
  margin-bottom: auto;
}
.c-place__desc > *:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 60em) {
  .c-place__city::after {
    display: block;
    margin-left: 0;
  }
}

.c-cardEdition {
  display: flex;
  flex-direction: column;
}

.c-cardEdition__category {
  margin-top: 1.5rem;
}

.c-cardEdition__title {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.c-cardEdition__desc {
  padding-bottom: 3rem;
  margin-bottom: auto;
}
.c-cardEdition__desc > *:last-child {
  margin-bottom: 0;
}

.c-testimony {
  padding-right: 3.5rem;
  padding-left: 3.5rem;
}

.c-testimony__desc {
  margin-top: 0;
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 0.1rem dashed var(--c-mineshaft-2);
  color: var(--c-mineshaft-2);
}
.c-testimony__desc::before {
  content: "“";
  display: block;
  font-weight: 700;
  font-size: 4.6rem;
  line-height: 1;
}

.c-heroHome {
  display: flex;
  padding-bottom: 3rem;
  border-bottom: 0.1rem dashed var(--c-key);
}
@media screen and (max-width: 60em) {
  .c-heroHome {
    flex-direction: column;
  }
}
.c-heroHome .c-pageTitle {
  margin-bottom: 3rem;
}

.c-heroHome__content {
  max-width: 60rem;
}
@media screen and (max-width: 60em) {
  .c-heroHome__content {
    max-width: 100%;
  }
}

.c-heroHome__date {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  color: var(--c-mineshaft);
  font-size: 3rem;
  font-weight: 700;
  background-color: var(--c-white);
}

.c-heroHome__desc {
  margin-bottom: 4.5rem;
}

.c-heroHome__image {
  padding-right: 1rem;
}
@media screen and (max-width: 60em) {
  .c-heroHome__image {
    text-align: right;
  }
  .c-heroHome__image img {
    position: relative;
    right: -5rem;
  }
}

.c-socialNetworks {
  display: flex;
  gap: 2.5rem 5rem;
}
@media screen and (max-width: 60em) {
  .c-socialNetworks {
    flex-direction: column;
  }
}

.c-socialNetworks__link {
  display: flex;
  align-items: center;
  column-gap: 1.5rem;
}
.c-socialNetworks__link:hover, .c-socialNetworks__link:focus {
  text-decoration: none;
}

.c-speakersConfs {
  margin-top: 4rem;
  margin-bottom: 3rem;
}

.c-speakersConfs__item + .c-speakersConfs__item {
  margin-top: 2rem;
}

.c-speakersConfs__link {
  display: flex;
  justify-content: space-between;
  color: var(--c-mineshaft);
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
}
.c-speakersConfs__link:hover, .c-speakersConfs__link:focus {
  text-decoration: underline;
}
.c-speakersConfs__link .txt {
  margin-right: 2rem;
}
.c-speakersConfs__link .svg {
  flex-shrink: 0;
  flex-grow: 0;
}

.c-disclosure {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.c-disclosure__content {
  width: 100%;
  max-width: 61rem;
}

.c-disclosure__title {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 4rem;
}

.c-disclosure__label {
  font-size: 2.4rem;
}

button.c-disclosure__label {
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  text-align: left;
  cursor: pointer;
}
button.c-disclosure__label::after {
  content: "";
  position: absolute;
  top: 4rem;
  right: 0;
  width: 3rem;
  height: 1.67rem;
  background-image: url("../icons/chevron-light.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}
button.c-disclosure__label[aria-expanded=true]::after {
  transform: rotate(180deg);
}

.c-disclosure__panel {
  display: none;
  margin-top: 2.5rem;
}
.c-disclosure__panel.-isOpen {
  display: block;
}

.c-ticketing {
  margin-bottom: 75px;
}
.c-ticketing__columns-item {
  padding: 10px 0;
}
@media screen and (min-width: 60em) {
  .c-ticketing__columns {
    display: flex;
    margin: 0 -15px;
  }
  .c-ticketing__columns-item {
    width: 33.333%;
    padding: 15px;
  }
}

.c-cardTicketing {
  padding: 4rem 2.5rem;
  border: 0.1rem dashed var(--c-key);
  background-color: var(--c-riceflower);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.c-ticketing__columns-item:first-child .c-cardTicketing {
  border-width: 0.5rem;
  padding: 3.6rem 2.5rem;
}
.c-cardTicketing__title {
  font-family: var(--f-text);
  margin: 0;
}
.c-cardTicketing ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-cardTicketing ul li {
  display: inline-block;
}
.c-cardTicketing ul li:not(:last-child):after {
  content: " -";
}
.c-cardTicketing__type {
  appearance: none;
  border: 0.1rem dashed var(--c-key);
  background-color: var(--c-gossip);
  padding: 8px 15px;
  width: 100%;
  margin-bottom: 15px;
  background-image: linear-gradient(45deg, transparent 50%, black 50%), linear-gradient(135deg, black 50%, transparent 50%);
  background-position: calc(100% - 22px) calc(1em + 1px), calc(100% - 17px) calc(1em + 1px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}
.c-cardTicketing__info {
  font-size: 16px;
  margin-top: 0;
}
.c-cardTicketing__footer {
  margin-top: auto;
}
.c-cardTicketing__bottom.is-hidden {
  display: none;
}
.c-cardTicketing .e-btn {
  cursor: pointer;
}
.c-cardTicketing .e-btn:focus {
  border: 0.1rem solid var(--btn-bordercolor);
  box-shadow: none;
  border-radius: 0;
}
.c-cardTicketing .e-btn[disabled] {
  cursor: not-allowed;
}
.c-cardTicketing .soldout {
  display: inline-block;
  width: 233px;
  line-height: 52px;
  background-color: var(--c-mineshaft);
  color: white;
  font-weight: 400;
  opacity: 0.3;
  text-align: center;
  margin: 0;
}

.c-workshops {
  position: relative;
  padding: 0 60px;
  z-index: 1;
  background-color: var(--c-riceflower);
  border: 0.1rem dashed var(--c-key);
}
.c-workshops:not(:last-child) {
  margin-bottom: 75px;
}

.c-cardWorkshop {
  position: relative;
  padding: 50px 0;
}
@media screen and (min-width: 60em) {
  .c-cardWorkshop {
    display: flex;
    justify-content: space-between;
    gap: 30px;
  }
}
@media screen and (max-width: 60em) {
  .c-cardWorkshop {
    padding: 30px 0;
  }
}
.c-workshops__list-item:not(:last-child) .c-cardWorkshop {
  border-bottom: 0.1rem dashed var(--c-key);
}
@media screen and (min-width: 60em) {
  .c-cardWorkshop__infos, .c-cardWorkshop__content, .c-cardWorkshop__action, .c-cardWorkshop__button {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.c-cardWorkshop__infos {
  text-align: center;
}
@media screen and (min-width: 60em) {
  .c-cardWorkshop__infos {
    border-right: 0.1rem dashed var(--c-key);
    padding-right: 30px;
    max-width: 140px;
  }
}
.c-cardWorkshop__infos ul {
  list-style: none;
  font-size: 16px;
  margin: 0;
}
.c-cardWorkshop__infos ul .date {
  font-weight: 700;
}
.c-cardWorkshop__infos ul .location {
  font-style: italic;
}
.c-cardWorkshop__button {
  margin-top: 10px;
}
@media screen and (min-width: 75em) {
  .c-cardWorkshop__button {
    margin-top: 0;
    margin-left: 30px;
  }
}
.c-cardWorkshop__content {
  flex: 1;
}
@media screen and (max-width: 60em) {
  .c-cardWorkshop__content {
    text-align: center;
    margin: 20px 0;
  }
}
.c-cardWorkshop__content p {
  margin: 0;
  font-size: 16px;
}
.c-cardWorkshop__title {
  font-family: var(--f-text);
  font-size: 22px;
  margin: 0;
}
.c-cardWorkshop__form {
  text-align: center;
}
@media screen and (min-width: 75em) {
  .c-cardWorkshop__form {
    display: flex;
  }
}
@media screen and (min-width: 60em) {
  .c-cardWorkshop__form {
    border-left: 0.1rem dashed var(--c-key);
    padding-left: 30px;
  }
}
.c-cardWorkshop__form p {
  margin: 0;
}
@media screen and (min-width: 75em) {
  .c-cardWorkshop__form p {
    line-height: 52px;
  }
}
@media screen and (min-width: 75em) {
  .c-cardWorkshop__form .quantity {
    margin: 2px 30px;
  }
}
.c-cardWorkshop__form .e-btn {
  cursor: pointer;
}
.c-cardWorkshop__form .e-btn:focus {
  border: 0.1rem solid var(--btn-bordercolor);
  box-shadow: none;
  border-radius: 0;
}
.c-cardWorkshop__form .soldout {
  display: inline-block;
  width: 233px;
  line-height: 52px;
  background-color: var(--c-mineshaft);
  color: white;
  font-weight: 400;
  opacity: 0.3;
}

.l-container {
  width: 100%;
  max-width: 118rem;
  margin-right: auto;
}
@media screen and (max-width: 83.125em) {
  .l-container {
    padding-right: 1.5rem;
  }
}

.l-container--full {
  width: 100%;
  max-width: 131rem;
  margin-left: auto;
}

.l-container--centered {
  text-align: center;
}

.l-header {
  position: relative;
  display: flex;
  align-content: center;
  justify-content: space-between;
}
.l-header > * {
  display: flex;
}

.l-footer {
  position: relative;
  display: flex;
  align-items: flex-end;
}
.l-footer > *:not(:last-child) {
  padding-bottom: 2.5rem;
}
.l-footer nav {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 60em) {
  .l-footer {
    flex-wrap: wrap;
  }
  .l-footer nav {
    margin-left: 0;
    padding-left: 0;
  }
}

.l-footer__group {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 60em) {
  .l-footer__group {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
}

.l-tabs__btnGroup {
  display: flex;
  justify-content: center;
  column-gap: 8.5rem;
  margin-bottom: -0.1rem;
}
@media screen and (max-width: 60em) {
  .l-tabs__btnGroup {
    justify-content: space-between;
    column-gap: 1.5rem;
    padding-right: 1.5rem;
  }
}

.l-tabs__panelGroup.-isHidden {
  display: none;
}

.l-optionsBar {
  margin-bottom: 3.5rem;
  border-bottom: 0.1rem solid var(--c-mineshaft);
}

.l-optionsBar__container {
  display: flex;
  justify-content: flex-end;
}
.l-optionsBar__container > *:not(label) {
  padding: 1rem 4rem;
}
.l-optionsBar__container > *:not(label):not(:last-child) {
  border-right: 0.1rem solid var(--c-mineshaft);
}
.l-optionsBar__container .e-customSelect {
  padding-right: 7.1rem;
}
.l-optionsBar__container .e-customSelect__wrapper::after {
  right: 4rem;
  bottom: 1rem;
}

@media screen and (min-width: 60em) {
  .l-defaultContent .e-sideTitle + h2 ~ *:not(.e-sideTitle) {
    padding-left: 38rem;
  }
  .l-defaultContent *:not(.e-sideTitle) + h2,
  .l-defaultContent *:not(.e-sideTitle) + h2 ~ * {
    padding-left: 0 !important;
  }
}

.l-columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem 5rem;
}
@media screen and (min-width: 60em) {
  .l-columns.-x2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .l-columns.-x3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .l-columns.-x4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .l-columns.-x5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .l-columns.-x6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
.l-columns.-sameHeight .l-columns__item > *:first-child {
  height: 100%;
}

.l-themes {
  margin-top: 16rem;
  margin-bottom: 16rem;
}
.l-themes .l-columns__item {
  max-width: 36rem;
}
@media screen and (max-width: 60em) {
  .l-themes .l-columns__item {
    margin-left: auto;
    margin-right: auto;
  }
}
.l-themes .e-btn {
  margin-top: 4rem;
}

.l-assist {
  margin-top: 14rem;
  margin-bottom: 24rem;
}

.l-pastEditions {
  margin-top: 16rem;
  margin-bottom: 15rem;
}

.l-support {
  maring-top: 24rem;
  maring-bottom: 16rem;
}
@media screen and (max-width: 60em) {
  .l-support {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}

.l-testimony .l-columns {
  column-gap: 0;
}
.l-testimony .l-columns__item {
  border-left: 0.1rem solid var(--c-mineshaft-2);
}
@media screen and (min-width: 60em) {
  .l-testimony .l-columns__item:first-child {
    border-left: none;
  }
}

.l-conference .c-conference__speakersList {
  grid-template-columns: 100%;
  row-gap: 8.5rem;
}
.l-conference .c-conference__moreMobile {
  display: none;
  margin-top: 3rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 60em) {
  .l-conference .c-conference__moreMobile {
    display: block;
  }
  .l-conference .c-conference__moreMobile a {
    margin-bottom: 2em;
  }
}
.l-conference .c-conference__more {
  display: flex;
  flex-direction: column;
}
.l-conference .c-conference__more a {
  margin-bottom: 2em;
}
.l-conference .c-speaker__infos > .c-speaker__name, .l-conference .c-speaker__infos > .c-speaker__role {
  padding-left: 0;
}
@media screen and (max-width: 60em) {
  .l-conference .c-conference__more {
    display: none;
  }
}
@media screen and (max-width: 60em) {
  .l-conference .c-speaker {
    flex-direction: column;
  }
}
.l-conference .c-speaker__column {
  width: 16rem;
}
@media screen and (max-width: 60em) {
  .l-conference .c-speaker__column {
    width: 12rem;
    margin-bottom: 4rem;
  }
}
.l-conference .c-speaker__picture {
  width: 16rem;
  height: 16rem;
}
@media screen and (max-width: 60em) {
  .l-conference .c-speaker__picture {
    width: 12rem;
    height: 12rem;
  }
}
.l-conference .c-speaker__bio {
  margin-top: 1.5rem;
  border-top: 0.1rem dashed var(--c-key);
}
.l-conference .c-speaker__column {
  margin-right: 4rem;
}
@media screen and (min-width: 60em) {
  .l-conference .c-speaker__infos {
    border-left: 0.1rem dashed var(--c-key);
    padding-left: 3rem;
  }
}

.l-contact__static {
  margin-top: 8rem;
}
@media screen and (min-width: 60em) {
  .l-contact__static {
    margin-top: 14rem;
  }
}

.l-speakers .c-speakersList {
  row-gap: 16rem;
}
@media screen and (max-width: 60em) {
  .l-speakers .c-speakersList {
    grid-template-columns: 1fr;
    row-gap: 8rem;
  }
}
.l-speakers .c-speaker {
  flex-direction: column;
}
.l-speakers .c-speaker__column {
  width: 12rem;
  margin-bottom: 4rem;
  margin-right: 4rem;
}
@media screen and (max-width: 60em) {
  .l-speakers .c-speaker__column {
    width: 8rem;
  }
}
.l-speakers .c-speaker__picture {
  width: 12rem;
  height: 12rem;
}
@media screen and (max-width: 60em) {
  .l-speakers .c-speaker__picture {
    width: 8rem;
    height: 8rem;
  }
}
.l-speakers .c-speaker__bio {
  margin-top: 1.5rem;
  border-top: 0.1rem dashed var(--c-key);
}
.l-speakers .-partner .c-speaker__column {
  width: auto;
  margin-right: 0;
}
@media screen and (max-width: 60em) {
  .l-speakers .-partner .c-speaker__column {
    width: auto;
  }
}
.l-speakers .-partner .c-speaker__logo {
  width: auto;
  height: auto;
  max-height: 14rem;
}

.l-disclosureList {
  margin-bottom: 8rem;
}

.l-disclosureList__item {
  border-top: 0.2rem solid var(--c-mineshaft);
}

.l-disclosureList__item:last-child {
  border-bottom: 0.2rem solid var(--c-mineshaft);
}

.l-live {
  margin-top: 8rem;
  margin-bottom: 16rem;
}

.t-site {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100vh;
  max-width: 144rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 83.125em) {
  .t-site {
    padding-left: 1.5rem;
  }
}

.t-site__header {
  grid-row: 1;
  margin-top: 6rem;
  margin-bottom: 8rem;
  padding-top: 3rem;
  border-top: 0.1rem solid var(--c-mineshaft);
}

.t-site__main {
  grid-row: 2;
}

.t-site__footer {
  grid-row: 3;
  margin-top: 16rem;
  margin-bottom: 7.5rem;
  border-bottom: 0.1rem solid var(--c-mineshaft);
}
@media screen and (max-width: 60em) {
  .t-site__footer {
    margin-bottom: 3rem;
  }
}

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