body {
  padding: 0;
  margin: 0;
  font: 13px Arial, Helvetica, Garuda, sans-serif;
  font-size: small;
  font: x-small;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body.no-transition * {
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary,
main {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
em,
strong,
pre,
code,
p,
blockquote {
  padding: 0;
  margin: 0;
  line-height: 1em;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
}
table {
  font-size: inherit;
  font: 100%;
}
.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu li {
  margin: 0;
  padding: 0;
  line-height: 1em;
  background: none;
}
img {
  border: 0;
  max-width: 100%;
}
a {
  text-decoration: none;
}
input,
select,
textarea {
  font: inherit;
}
.pathway {
  margin: 0;
  padding: 0;
}
.pathway li {
  display: inline-block;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/inter-v19-latin-regular.woff2") format("woff2"), url("/fonts/inter-v19-latin-regular.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/inter-v19-latin-500.woff2") format("woff2"), url("/fonts/inter-v19-latin-500.ttf") format("truetype");
}
.autoAlpha {
  visibility: hidden;
  opacity: 0;
}
.container {
  display: block;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.container-small {
  display: block;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 1300px;
}
@media screen and (max-width: 1400px) {
  .container-small {
    padding-left: min(4.1664vw,80px);
    padding-right: min(4.1664vw,80px);
  }
}
.container-medium {
  display: block;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 1100px;
}
@media screen and (max-width: 1400px) {
  .container-medium {
    padding-left: min(4.1664vw,80px);
    padding-right: min(4.1664vw,80px);
  }
}
.container-big {
  display: block;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 950px;
}
@media screen and (max-width: 1400px) {
  .container-big {
    padding-left: min(5.7288vw,110px);
    padding-right: min(5.7288vw,110px);
  }
}
html {
  font-size: clamp(13px,0.83328vw,16px);
}
body {
  color: #18181b;
  font-family: "futura-pt", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}
a {
  color: #18181b;
}
a[target="_blank"] {
  position: relative;
}
a[target="_blank"]::after {
  content: "";
  width: 0.7em;
  height: 0.7em;
  position: absolute;
  top: 0;
  left: 100%;
  background: url("/img/icons/external.svg") no-repeat center;
  background-size: contain;
  transform: translateY(-20%);
}
p {
  line-height: 1.4em;
  margin-bottom: 1em;
}
p:last-child {
  margin: 0;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
blockquote {
  font-size: 1.4em;
  margin-bottom: 1em;
}
blockquote * {
  line-height: 1.1em;
}
dl {
  margin: 0 0 1.5em 1em;
  padding: 0;
}
dd,
dt {
  margin: 0;
  padding: 0;
}
dt {
  margin-bottom: 0.1em;
}
dd {
  margin-bottom: 1em;
  font-weight: bold;
  line-height: 1.4em;
}
ul {
  margin: 0 0 1.5em 1em;
  padding: 0;
}
li {
  margin-bottom: 1em;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.font-60 {
  font-size: clamp(40px,3.1248vw,60px);
  line-height: 1em;
}
.font-48 {
  font-size: clamp(30px,2.49984vw,48px);
  line-height: 1em;
  letter-spacing: -0.01em;
}
.font-28 {
  font-size: clamp(30px,1.45824vw,28px);
  line-height: 1.21em;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1200px) {
  .font-28 {
    font-size: 2rem;
  }
}
.font-18 {
  font-size: 1.13rem;
  line-height: 1.33em;
}
.font-12 {
  font-size: 12px;
}
.title {
  font-size: clamp(40px,3.1248vw,60px);
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 0.6em;
}
.title.uppercase {
  text-transform: uppercase;
}
.heading {
  font-size: clamp(30px,2.49984vw,48px);
  line-height: 1em;
  letter-spacing: -0.01em;
  margin-bottom: 1.2em;
}
.heading-2 {
  font-size: clamp(30px,1.45824vw,28px);
  line-height: 1.21em;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1200px) {
  .heading-2 {
    font-size: 2rem;
  }
}
.paragraph,
.paragraph p {
  font-size: 1.13rem;
  line-height: 1.33em;
}
.paragraph--big,
.paragraph--big p {
  font-size: clamp(30px,2.49984vw,48px);
  line-height: 1em;
  letter-spacing: -0.01em;
}
.paragraph--medium,
.paragraph--medium p {
  font-size: clamp(30px,1.45824vw,28px);
  line-height: 1.21em;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1200px) {
  .paragraph--medium,
  .paragraph--medium p {
    font-size: 2rem;
  }
}
.cta-style {
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media screen and (max-width: 1400px) {
  .cta-style {
    font-size: 10px;
  }
}
html {
  scrollbar-width: none;
}
body {
  -ms-overflow-style: none;
}
body::-webkit-scrollbar {
  display: none;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-scrolling iframe {
  pointer-events: none;
}
.body {
  background: #e4e4e7;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow-x: hidden;
}
.body.scroll-locked {
  overflow: hidden;
  overflow-y: hidden;
}
.main {
  flex-grow: 1;
}
img {
  display: block;
  width: 100%;
}
svg {
  overflow: visible;
  max-width: 100%;
  height: auto;
  display: block;
}
video {
  width: 100%;
  display: block;
}
.success-color {
  color: #22c55e !important;
}
.error-color {
  color: #e94937 !important;
}
.grid {
  display: grid;
  gap: 20px;
  margin-bottom: 30px;
}
.grid--column-3 {
  grid-template-columns: repeat(3,1fr);
}
.grid--empty,
.grid--placeholder {
  text-align: center;
  grid-template-columns: 100%;
  align-items: center;
  justify-content: center;
}
.grid--empty {
  min-height: 30vh;
}
.grid--span-3 {
  grid-column: span 3;
}
.overlay {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.mobile-margin {
  margin-left: max(15px,5vw);
  margin-right: max(15px,5vw);
}
.spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  min-height: 30px;
}
.spinner::after {
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-block;
  border-top: 2px solid #18181b;
  border-right: 2px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
form {
  display: block;
  margin: 0 auto;
  max-width: 700px;
}
input,
textarea,
select,
button {
  border: none;
  webkit-appearance: none;
  appearance: none;
  background: none;
  font: inherit;
  box-shadow: none;
  border-radius: 0;
  width: 100%;
  padding: 0;
  outline: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #a1a1aa;
  -webkit-text-fill-color: #18181b;
  -webkit-box-shadow: 0 0 0px 1000px #fafafa inset;
  transition: background-color 5000s ease-in-out 0s;
}
button {
  width: auto;
  cursor: pointer;
}
input[type="text"],
input[type="tel"],
input[type="date"],
input[type="password"],
input[type="email"],
input[type="number"],
textarea,
select {
  height: 55px;
  line-height: 55px;
  border: 1px solid #a1a1aa;
  padding: 0 15px;
  font-size: 16px;
  transition: 300ms;
  background: #fafafa;
  color: #18181b;
  border-radius: 0.65rem;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
  border-color: #55555d;
}
@media screen and (max-width: 700px) {
  input[type="text"],
  input[type="tel"],
  input[type="date"],
  input[type="password"],
  input[type="email"],
  input[type="number"],
  textarea,
  select {
    height: 50px;
    line-height: 50px;
  }
}
select {
  background-image: url(../img/icons/select-dropdown.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
}
textarea {
  line-height: 1.2em;
  padding: 15px;
  height: auto;
}
label {
  display: block;
  font-size: 1.13rem;
  line-height: 1.33em;
  color: #71717a;
}
.input {
  margin-bottom: 12px;
  position: relative;
}
.input .hidden {
  display: none;
}
.input.text > input,
.input.select > input,
.input.tel > input,
.input.password > input,
.input.email > input,
.input.number > input {
  padding-top: 0.5em;
}
.input.text > input:placeholder-shown + label,
.input.select > input:placeholder-shown + label,
.input.tel > input:placeholder-shown + label,
.input.password > input:placeholder-shown + label,
.input.email > input:placeholder-shown + label,
.input.number > input:placeholder-shown + label {
  top: 50%;
  transform: translate3d(0,-50%,0);
}
.input.text > label,
.input.text > input:focus + label,
.input.select > label,
.input.select > input:focus + label,
.input.tel > label,
.input.tel > input:focus + label,
.input.password > label,
.input.password > input:focus + label,
.input.email > label,
.input.email > input:focus + label,
.input.number > label,
.input.number > input:focus + label {
  position: absolute;
  top: 0;
  transform: translate3d(0,0,0) scale(0.7);
  transform-origin: left;
  left: 15px;
  transition: 250ms;
}
.input.file label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  box-shadow: inset 0 0 1px 1px #3b82f6;
  text-transform: uppercase;
  color: #52525b;
  gap: 0.7em;
  padding: 0 1em;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.04em;
  height: 34px;
  line-height: 34px;
  transition: 600ms cubic-bezier(0.68,-0.55,0.27,1.55);
  box-shadow: inset 0 0 1px 1px #a1a1aa;
  height: 55px;
  line-height: 55px;
  background-color: #fafafa;
  cursor: pointer;
}
@media screen and (max-width: 1400px) {
  .input.file label {
    font-size: 10px;
  }
}
.input.file label[target="_blank"]::after {
  content: none;
}
.input.file label__icon {
  display: inline-block;
  vertical-align: middle;
  width: 1.25em;
  height: 1.25em;
  transition: 660ms cubic-bezier(0.58,-0.6,0.52,1.48);
}
.input.file label__icon svg path {
  fill: currentColor;
}
.input.file label__icon--stroke svg path {
  fill: unset;
  stroke: currentColor;
}
.input.file label--highlight .cta__icon svg path {
  fill: #3b82f6;
}
.input.file label--light {
  box-shadow: inset 0 0 1px 1px #fafafa;
  color: #fafafa;
}
.input.file label--light:hover {
  background-color: rgba(250,250,250,0.03);
}
.input.file label:hover {
  padding: 0 1.2em;
  background-color: rgba(59,130,246,0.03);
}
.input.file label:hover .cta__icon {
  transform: translate3d(0.25em,0,0);
}
.input.file label--big {
  height: 55px;
  line-height: 55px;
  padding: 0 2.8em;
}
.input.file label--big .cta__icon {
  width: 1.35em;
  height: 1.35em;
}
.input.file label--big:hover {
  padding: 0 2.2em;
}
.input.file label--filled {
  background-color: #e4e4e7;
}
.input.file label--filled:hover {
  background-color: #e4e4e7;
}
.input.file label--dark {
  background-color: #18181b;
  color: #fafafa;
  box-shadow: none;
}
.input.file label--dark:hover {
  background-color: #242429;
}
.input.file label--icononly {
  min-width: 40px;
  padding: 0 0.2rem;
}
.input.file label--icononly svg path {
  stroke: #3b82f6;
}
.input.file label--icononly:hover .cta__icon {
  transform: none;
}
.input.file:hover label {
  background-color: #fafafa;
}
.input.textarea label {
  position: absolute;
  top: 0.5em;
  left: 15px;
}
.input.textarea textarea {
  padding-top: 2em;
}
.radio label,
.checkbox label {
  position: relative;
  cursor: pointer;
  font-size: 15px;
  display: block;
  margin-bottom: 10px;
  font-weight: normal;
}
.radio label input,
.checkbox label input {
  width: 0;
  height: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  position: absolute;
  top: 0;
  left: -10px;
}
.radio label input:checked ~ span::before,
.checkbox label input:checked ~ span::before {
  box-shadow: 0 0 0 3px #fff inset;
  background: #18181b;
}
.radio label > span,
.checkbox label > span {
  display: flex;
  align-items: baseline;
  gap: 7px;
}
.radio label > span::before,
.checkbox label > span::before {
  content: "";
  position: static;
  width: 1em;
  height: 1em;
  display: block;
  border: 1px solid #a1a1aa;
  flex-shrink: 0;
}
.radio__group > label {
  color: #18181b;
}
.radio__group-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 1em;
}
.radio label {
  display: flex;
  gap: 0.2em;
}
.radio label > span {
  align-items: center;
}
.radio label > span::before {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  border-width: 1px;
  flex-shrink: 0;
  border-color: #a1a1aa;
}
.radio label input:checked ~ span::before {
  box-shadow: 0 0 0 2px #fff inset;
  background: #18181b;
}
.radio label input:checked ~ span::before {
  background-color: black;
}
.checkbox label {
  font-weight: normal;
}
.checkbox label a {
  color: inherit;
  text-decoration: underline;
}
.input-hint,
.error-message {
  display: block;
  font-size: 12px;
  text-transform: none;
  margin-top: 1px;
}
.error-message {
  color: #e94937;
  margin-bottom: 0;
  font-weight: 500;
}
.privacy-disclaimer {
  margin-bottom: 30px;
}
.required label::after {
  content: " *";
}
.required.checkbox label::after {
  display: none;
}
.required.radio .radio__group-options label::after {
  content: none;
}
.form-privacy {
  margin-bottom: 15px;
  font-size: 0.8rem;
}
.form-privacy .input:last-child {
  margin: 0;
}
.form-privacy a {
  color: inherit;
  text-decoration: underline;
}
.number-input .input {
  margin: 0;
}
.number-input input {
  border: none;
  text-align: center;
  padding: 0;
  width: 60px;
  height: 40px;
  line-height: 40px;
}
.number-input__wrapper {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 5px;
}
.number-input__button {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #e0e0e0;
}
.number-input__button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.number-input__label {
  font-weight: bold;
  text-align: center;
  display: block;
  margin-bottom: 0.2rem;
}
.number-input--smaller input,
.number-input--smaller .number-input__button {
  width: 25px;
  height: 25px;
  line-height: 21px;
  font-size: 0.9rem;
}
@media screen and (max-width: 550px) {
  .number-input__label {
    text-align: left;
  }
  .number-input input,
  .number-input .number-input__button {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 0.9rem;
  }
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  border-radius: 0.65rem;
  background-color: #18181b;
  color: #fafafa;
  height: 55px;
  padding: 0 1em;
  font-size: 1.13rem;
  line-height: 1.33em;
  margin-top: 1rem;
}
#article {
  padding: 150px 5vw;
  font-size: 1.1rem;
}
#cookie_reload {
  cursor: pointer;
}
#cookiedisclaimer2022 {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 999999;
  background: rgba(0,0,0,0.35);
  transition: opacity .35s;
  pointer-events: all;
}
#cookiedisclaimer2022 .inner_disclaimer {
  position: fixed;
  top: 50%;
  right: 0;
  left: 0;
  padding: 75px 25px;
  text-align: center;
  color: #333;
  font-size: 15px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  z-index: 9999;
  line-height: 1.5em;
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  transform: translateY(-50%);
  max-height: 100%;
  overflow: auto;
  transition: transform 1000ms cubic-bezier(0.165,0.840,0.440,1.000);
  letter-spacing: 0;
  font-weight: normal;
}
@media (max-width: 600px) {
  #cookiedisclaimer2022 .inner_disclaimer {
    font-size: 13px;
  }
}
#cookiedisclaimer2022.hidden {
  pointer-events: none;
  opacity: 0;
}
#cookiedisclaimer2022.hidden .inner_disclaimer {
  transform: translateY(-75%);
}
#cookiedisclaimer2022 h3 {
  font-size: 1.2em;
  margin-bottom: 2em;
  font-weight: bold;
  color: inherit;
  line-height: 1.2em;
  letter-spacing: 0;
}
#cookiedisclaimer2022 h5 {
  font-size: 1.1em;
  font-weight: bold;
}
#cookiedisclaimer2022 h6 {
  font-size: 1em;
  font-weight: bold;
}
#cookiedisclaimer2022 .cookie_options {
  margin-bottom: 2em;
  display: flex;
  justify-content: center;
}
@media (max-width: 600px) {
  #cookiedisclaimer2022 .cookie_options {
    flex-flow: column;
  }
}
#cookiedisclaimer2022 .cookie_options span {
  background: #333;
  cursor: pointer;
  display: inline-block;
  padding: 1em;
  margin: 10px;
  font-weight: 400;
  color: #fff;
  border: 1px solid #333;
  transition: background .35s;
}
@media (max-width: 600px) {
  #cookiedisclaimer2022 .cookie_options span {
    margin: 5px 0;
  }
}
#cookiedisclaimer2022 .cookie_options span:hover {
  background: #4d4d4d;
}
#cookiedisclaimer2022 .cookie_options span#cookieselect {
  color: #333;
  background: #fff;
}
#cookiedisclaimer2022 .cookie_options span#cookieselect:hover {
  background: #e6e6e6;
}
#cookiedisclaimer2022 a {
  text-decoration: underline;
  color: #808080;
  cursor: pointer;
  display: inline-block;
  padding: 5px;
}
#cookiedisclaimer2022 a:hover {
  color: #333;
}
#cookiedisclaimer2022 #cookie_close {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #333;
  color: #fff;
  cursor: pointer;
  transition: background .35s;
}
#cookiedisclaimer2022 #cookie_close:hover {
  background: #4d4d4d;
}
#cookiedisclaimer2022 #cookie_preferences {
  text-align: left;
  margin-bottom: 2em;
  display: none;
}
#cookiedisclaimer2022 #cookie_preferences.show {
  display: block;
}
#cookiedisclaimer2022 .cookie_type {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #999999;
}
#cookiedisclaimer2022 .cookie_type:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
#cookiedisclaimer2022 .cookie_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
#cookiedisclaimer2022 .cookie_flex h5,
#cookiedisclaimer2022 .cookie_flex h6 {
  margin: 0;
}
#cookiedisclaimer2022 .cookie_desc {
  margin-bottom: 1em;
}
#cookiedisclaimer2022 .cookie_desc:last-of-type {
  margin: 0;
}
#cookiedisclaimer2022 .cookie_type_list {
  padding-left: 20px;
  margin-top: 20px;
}
#cookiedisclaimer2022 .toggle {
  cursor: pointer;
  display: inline-block;
}
#cookiedisclaimer2022 .toggle-switch {
  display: inline-block;
  background: #ccc;
  border-radius: 16px;
  width: 58px;
  height: 32px;
  position: relative;
  vertical-align: middle;
  transition: background 0.35s;
}
#cookiedisclaimer2022 .toggle-switch:before,
#cookiedisclaimer2022 .toggle-switch:after {
  content: "";
}
#cookiedisclaimer2022 .toggle-switch:before {
  display: block;
  background: linear-gradient(to bottom,#fff 0%,#eee 100%);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.25);
  width: 24px;
  height: 24px;
  position: absolute;
  top: 4px;
  left: 4px;
  transition: left 0.35s;
}
.toggle:hover #cookiedisclaimer2022 .toggle-switch:before {
  background: linear-gradient(to bottom,#fff 0%,#fff 100%);
  box-shadow: 0 0 0 1px rgba(0,0,0,0.5);
}
#cookiedisclaimer2022 .toggle-checkbox:checked + .toggle-switch {
  background: #55bb55;
}
#cookiedisclaimer2022 .toggle-checkbox:checked + .toggle-switch:before {
  left: 30px;
}
#cookiedisclaimer2022 .toggle-checkbox {
  position: absolute;
  visibility: hidden;
}
#cookiedisclaimer2022 button {
  display: block;
  font-size: 18px;
  margin: 0 auto 2em;
  float: none;
  background: #55bb55;
  padding: 1em 2em;
  color: #fff;
  transition: background 0.35s;
  font-weight: 400;
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
}
#cookiedisclaimer2022 button:hover {
  background: #33aa33;
}
.alert {
  display: block;
  width: 440px;
  height: auto;
  overflow: hidden;
  overflow-y: auto;
  padding: 20px 40px 20px 25px;
  min-height: 60px;
  border-radius: 5px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 50;
  text-transform: uppercase;
  visibility: hidden;
  transform: translate3d(100%,0,0);
  -webkit-transform: translate3d(100%,0,0);
  opacity: 0.3;
  transition: 0.6s cubic-bezier(0.165,0.84,0.44,1);
  font-size: 14px;
  text-transform: none;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .alert {
    width: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    transform: translate3d(0,100%,0);
    -webkit-transform: translate3d(0,100%,0);
    text-align: center;
    border-radius: 0;
    padding: 30px 40px 30px 25px;
  }
}
.alert.visible {
  visibility: visible;
  transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  opacity: 1;
  transition: 0.6s cubic-bezier(0.165,0.84,0.44,1);
}
.alert.hidden {
  visibility: hidden;
  transform: translate3d(100%,0,0);
  -webkit-transform: translate3d(0,0,0);
  opacity: 0;
}
.alert__close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.alert__close::before,
.alert__close::after {
  content: '';
  height: 2px;
  position: absolute;
  top: 50%;
  background: #fff;
  left: 0;
  right: 0;
}
.alert__close::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.alert__close::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.alert--success {
  background-color: #22c55e;
}
.alert--warning {
  background-color: #e86f51;
}
.alert--error {
  background-color: #e94937;
}
.fade {
  opacity: 0;
  visibility: hidden;
}
.slideUp {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0,45px,0);
  -webkit-transform: translate3d(0,45px,0);
}
.slideDown {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0,-45px,0);
  -webkit-transform: translate3d(0,-45px,0);
}
.slideRight {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(-5%,0,0);
  -webkit-transform: translate3d(-5%,0,0);
}
.slideLeft {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(5%,0,0);
  -webkit-transform: translate3d(5%,0,0);
}
.rotateInRight {
  opacity: 0;
  visibility: hidden;
  transform: rotate(-5deg) translate3d(-35px,20px,0);
  -webkit-transform: rotate(-5deg) translate3d(-35px,20px,0);
  transform-origin: -40% 60%;
}
.rotateInLeft {
  opacity: 0;
  visibility: hidden;
  transform: rotate(5deg) translate3d(35px,20px,0);
  -webkit-transform: rotate(5deg) translate3d(35px,20px,0);
  transform-origin: 40% 60%;
}
@keyframes slideUp {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0,45px,0);
    -webkit-transform: translate3d(0,45px,0);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
  }
}
@keyframes slideDown {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0,-45px,0);
    -webkit-transform: translate3d(0,-45px,0);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
  }
}
@keyframes slideRight {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(-5%,0,0);
    -webkit-transform: translate3d(-5%,0,0);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
  }
}
@keyframes slideLeft {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(5%,0,0);
    -webkit-transform: translate3d(5%,0,0);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
}
@keyframes rotateInLeft {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: rotate(5deg) translate3d(35px,20px,0);
    -webkit-transform: rotate(5deg) translate3d(35px,20px,0);
    transform-origin: 40% 60%;
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: rotate(0deg) translate3d(0,0,0);
  }
}
@keyframes rotateInRight {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: rotate(-5deg) translate3d(-35px,20px,0);
    -webkit-transform: rotate(-5deg) translate3d(-35px,20px,0);
    transform-origin: -40% 60%;
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: rotate(0deg) translate3d(0,0,0);
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes pulse-loading {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.carousel {
  position: relative;
  box-sizing: border-box;
}
.carousel *,
.carousel *:before,
.carousel *:after {
  box-sizing: inherit;
}
.carousel.is-draggable {
  cursor: move;
  cursor: grab;
}
.carousel.is-dragging {
  cursor: move;
  cursor: grabbing;
}
.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.carousel__track {
  display: flex;
}
.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width,60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.has-dots {
  margin-bottom: calc(22.5rem);
}
.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100.5%);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  user-select: none;
}
.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: currentColor;
  opacity: .25;
  transition: opacity .15s ease-in-out;
}
.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}
.carousel__button {
  width: var(--carousel-button-width,48px);
  height: var(--carousel-button-height,48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color,currentColor);
  background: var(--carousel-button-bg,transparent);
  border-radius: var(--carousel-button-border-radius,50%);
  box-shadow: var(--carousel-button-shadow,none);
  transition: opacity .15s ease;
}
.carousel__button.is-prev,
.carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.carousel__button.is-prev {
  left: 10px;
}
.carousel__button.is-next {
  right: 10px;
}
.carousel__button[disabled] {
  cursor: default;
  opacity: .3;
}
.carousel__button svg {
  width: var(--carousel-button-svg-width,50%);
  height: var(--carousel-button-svg-height,50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width,1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter,none);
  pointer-events: none;
}
html.with-fancybox {
  scroll-behavior: auto;
}
body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none;
}
.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top,0px) env(safe-area-inset-right,0px) env(safe-area-inset-bottom,0px) env(safe-area-inset-left,0px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color,#fff);
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  overflow: hidden;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.4));
}
.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
  box-sizing: inherit;
}
.fancybox__container :focus {
  outline: none;
}
body:not(.is-using-mouse) .fancybox__container :focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color,rgba(1,210,232,0.94));
}
@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 27px;
    --carousel-button-svg-height: 27px;
  }
}
.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg,rgba(24,24,27,0.92));
}
.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}
.fancybox__carousel.has-dots {
  margin-bottom: calc(22.5rem);
}
.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}
.fancybox__track {
  display: flex;
  height: 100%;
}
.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}
.fancybox__slide::before,
.fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}
@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}
.fancybox__content {
  margin: 0 env(safe-area-inset-right,0px) 0 env(safe-area-inset-left,0px);
  padding: 36px;
  color: var(--fancybox-content-color,#374151);
  background: var(--fancybox-content-bg,#fff);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20;
}
.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  box-shadow: none;
}
.fancybox__caption {
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color,currentColor);
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
  overflow-wrap: anywhere;
}
.is-loading .fancybox__caption {
  visibility: hidden;
}
.fancybox__container>.carousel__dots {
  top: 100%;
  color: var(--fancybox-color,#fff);
}
.fancybox__nav .carousel__button {
  z-index: 40;
}
.fancybox__nav .carousel__button.is-next {
  right: 8px;
}
@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}
@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}
.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top,0px) + 8px);
  right: calc(env(safe-area-inset-right,0px) + 8px);
  z-index: 40;
}
@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}
.fancybox__content>.carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color,#fff);
}
.fancybox__no-click,
.fancybox__no-click button {
  pointer-events: none;
}
.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color,currentColor);
}
.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}
.fancybox__spinner svg {
  animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}
@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav,
.carousel__dots,
.carousel__button.is-close {
  opacity: var(--fancybox-opacity,1);
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,
.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,
.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  animation: .15s ease backwards fancybox-fadeIn;
}
.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .carousel__button.is-close {
  animation: .15s ease both fancybox-fadeOut;
}
.fancybox-fadeIn {
  animation: .15s ease both fancybox-fadeIn;
}
.fancybox-fadeOut {
  animation: .1s ease both fancybox-fadeOut;
}
.fancybox-zoomInUp {
  animation: .2s ease both fancybox-zoomInUp;
}
.fancybox-zoomOutDown {
  animation: .15s ease both fancybox-zoomOutDown;
}
.fancybox-throwOutUp {
  animation: .15s ease both fancybox-throwOutUp;
}
.fancybox-throwOutDown {
  animation: .15s ease both fancybox-throwOutDown;
}
@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0,16px,0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0,0,0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0,16px,0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0,-30%,0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0,30%,0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255,255,255,0.1);
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255,255,255,0.1);
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
}
.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grab;
}
.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grabbing;
}
.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}
.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}
.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}
.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}
.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}
.fancybox__image {
  transform-origin: 0 0;
  user-select: none;
  transition: none;
}
.has-image .fancybox__content {
  padding: 0;
  background: rgba(0,0,0,0);
  min-height: 1px;
}
.is-closing .has-image .fancybox__content {
  overflow: visible;
}
.has-image[data-image-fit=contain] {
  overflow: visible;
  touch-action: none;
}
.has-image[data-image-fit=contain] .fancybox__content {
  flex-direction: row;
  flex-wrap: wrap;
}
.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}
.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}
.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}
.has-image[data-image-fit=cover] {
  overflow: visible;
  touch-action: none;
}
.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}
.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24,24,27,0.9);
  color: #fff;
}
.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}
.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0);
}
.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border-width: 0;
}
.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity,1);
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  animation: .15s ease-in backwards fancybox-fadeIn;
}
.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}
.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width,96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color,rgba(34,213,233,0.96));
  opacity: 0;
  transition: opacity .15s ease;
  border-radius: var(--fancybox-thumbs-border-radius,4px);
}
.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: .92;
}
.fancybox__thumbs .carousel__slide>* {
  pointer-events: none;
  user-select: none;
}
.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100%/var(--fancybox-thumbs-ratio,1.5));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255,255,255,0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius,4px);
}
.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.006) 8.1%,rgba(0,0,0,0.021) 15.5%,rgba(0,0,0,0.046) 22.5%,rgba(0,0,0,0.077) 29%,rgba(0,0,0,0.114) 35.3%,rgba(0,0,0,0.155) 41.2%,rgba(0,0,0,0.198) 47.1%,rgba(0,0,0,0.242) 52.9%,rgba(0,0,0,0.285) 58.8%,rgba(0,0,0,0.326) 64.7%,rgba(0,0,0,0.363) 71%,rgba(0,0,0,0.394) 77.5%,rgba(0,0,0,0.419) 84.5%,rgba(0,0,0,0.434) 91.9%,rgba(0,0,0,0.44) 100%);
  padding: 0;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity,1);
  text-shadow: var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,0.4));
}
@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  animation: .15s ease-in backwards fancybox-fadeIn;
}
.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}
.fancybox__toolbar__items {
  display: flex;
}
.fancybox__toolbar__items--left {
  margin-right: auto;
}
.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.fancybox__toolbar__items--right {
  margin-left: auto;
}
@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}
.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height,48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}
.fancybox__progress {
  background: var(--fancybox-accent-color,rgba(34,213,233,0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  user-select: none;
}
.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}
.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}
.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}
.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}
.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}
.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}
.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px,0,0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0,0,0,0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left,rgba(0,0,0,0.5),rgba(0,0,0,0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right,rgba(0,0,0,0.5),rgba(0,0,0,0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top,rgba(0,0,0,0.5),rgba(0,0,0,0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom,rgba(0,0,0,0.5),rgba(0,0,0,0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset,50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color,var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset,10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset,10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset,10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0,0,0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom,8px);
  top: var(--swiper-pagination-top,auto);
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
  height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius,50%);
  background: var(--swiper-pagination-bullet-inactive-color,#000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity,0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity,1);
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right,8px);
  left: var(--swiper-pagination-left,auto);
  top: 50%;
  transform: translate3d(0px,-50%,0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color,inherit);
}
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size,4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size,4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius,10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color,rgba(0,0,0,0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset,1%);
  bottom: var(--swiper-scrollbar-bottom,4px);
  top: var(--swiper-scrollbar-top,auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size,4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%));
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left,auto);
  right: var(--swiper-scrollbar-right,4px);
  top: var(--swiper-scrollbar-sides-offset,1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size,4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,0.5));
  border-radius: var(--swiper-scrollbar-border-radius,10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.header {
  position: fixed;
  right: min(2.0832vw,40px);
  top: min(2.0832vw,40px);
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
  z-index: 99;
}
.header__inner {
  display: flex;
  align-items: center;
  background-color: #fafafa;
  border-radius: 0.6rem;
  gap: min(1.5624vw,30px);
  padding: 20px;
  pointer-events: auto;
}
.header__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 90px;
  width: auto;
  height: 100%;
}
.header__logo img,
.header__logo svg {
  width: auto;
  height: 100%;
}
.header__right {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1400px) {
  .header {
    right: 10px;
    top: 10px;
  }
  .header__logo {
    height: 50px;
    min-height: 0;
  }
}
.hamburger {
  display: block;
  width: 40px;
  height: 20px;
  position: relative;
  cursor: pointer;
}
.hamburger span {
  position: absolute;
  height: 1px;
  background: #18181b;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  transition: 500ms cubic-bezier(0.25,0.46,0.45,0.94);
}
.hamburger span:first-child {
  transform: translate(0,-50%) translate3d(0,-9px,0);
  -webkit-transform: translate(0,-50%) translate3d(0,-9px,0);
}
.hamburger span:last-child {
  transform: translate(0,-50%) translate3d(0,9px,0);
  -webkit-transform: translate(0,-50%) translate3d(0,9px,0);
}
@media screen and (max-width: 1000px) {
  .hamburger span {
    width: 45px;
  }
}
@media screen and (max-width: 550px) {
  .hamburger span {
    width: 40px;
  }
}
.hamburger.open span:first-child {
  transform: translate(0,-50%) rotate(45deg);
  -webkit-transform: translate(0,-50%) rotate(45deg);
}
.hamburger.open span:nth-child(2) {
  transform: translate(0,-50%) scaleX(0);
}
.hamburger.open span:last-child {
  transform: translate(0,-50%) rotate(-45deg);
  -webkit-transform: translate(0,-50%) rotate(-45deg);
}
.main-menu {
  position: absolute;
  top: calc(100% + 20px);
  right: 0;
  z-index: 101;
  color: #18181b;
  pointer-events: auto;
  visibility: hidden;
  transform: scale(0.98);
  opacity: 0;
  transition: 400ms cubic-bezier(0.68,-0.55,0.27,1.55);
}
.main-menu a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  position: relative;
}
.main-menu__inner {
  min-width: 420px;
  background-color: #f4f4f5;
  box-shadow: inset 0 0 1px 1px #a1a1aa;
  border-radius: 0.65rem;
  overflow-y: auto;
  max-height: calc(100vh - 100px - 60px);
}
.main-menu__bottom {
  display: flex;
  gap: min(2.0832vw,40px);
  font-size: clamp(30px,1.45824vw,28px);
  line-height: 1.21em;
  letter-spacing: -0.02em;
  line-height: 1em;
  margin-top: 2rem;
}
@media screen and (max-width: 1200px) {
  .main-menu__bottom {
    font-size: 2rem;
  }
}
.main-menu__bottom a {
  display: flex;
  gap: 0.35em;
}
.main-menu__bottom a img,
.main-menu__bottom a svg {
  width: 1.1em;
  height: 1.1em;
  object-fit: contain;
  flex-shrink: 0;
}
.main-menu__menu .menu li {
  margin-bottom: 0.3em;
}
.main-menu--ordine .main-menu__inner {
  padding: min(2.0832vw,40px) min(4.1664vw,80px);
}
.main-menu--ordine .main-menu__menu .menu > li {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #d4d4d8;
}
.main-menu--ordine .main-menu__menu .menu > li > a {
  display: block;
  font-size: 1rem;
  color: #71717a;
  text-decoration: underline;
  margin-bottom: 0.45em;
}
.main-menu--ordine .main-menu__menu .menu .menu__submenu {
  display: flex;
  flex-wrap: wrap;
  gap: min(2.0832vw,40px);
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-menu--ordine .main-menu__menu .menu .menu__submenu li {
  margin-bottom: 0;
  font-size: clamp(30px,1.45824vw,28px);
  line-height: 1.21em;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1200px) {
  .main-menu--ordine .main-menu__menu .menu .menu__submenu li {
    font-size: 2rem;
  }
}
.main-menu--ordine .main-menu__bottom {
  margin-top: 50px;
  font-size: 1.5rem;
}
.main-menu--rivista .main-menu__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: min(2.0832vw,40px);
}
.main-menu--rivista .main-menu__inner .menu {
  text-align: right;
  font-size: clamp(30px,2.49984vw,48px);
  line-height: 1em;
  letter-spacing: -0.01em;
}
.main-menu.open {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}
.footer {
  display: block;
  background-color: #fafafa;
  padding-top: 50px;
  padding-bottom: 20px;
  margin-top: 80px;
}
.footer--mt0 {
  margin-top: 0;
}
.footer a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.footer__buttonlink {
  display: grid;
  align-items: center;
  grid-template-columns: 45px auto;
  gap: 15px;
  height: 50px;
  line-height: 50px;
}
.footer__buttonlink img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.footer__buttonlink > a {
  display: inline-flex;
  justify-content: center;
  gap: 0.5em;
  align-items: center;
  height: 100%;
  border-radius: 5rem;
  padding: 0 2em;
  box-shadow: inset 0 0 1px 1px #18181b;
}
.footer__buttonlink > a::after {
  position: static;
  width: 1.1em;
  height: 1.1em;
  transform: none;
}
.footer__inner {
  display: block;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 1300px;
  display: flex;
  flex-direction: column;
  gap: min(4.6872vw,90px);
  font-size: 1.13rem;
  line-height: 1.33em;
}
@media screen and (max-width: 1400px) {
  .footer__inner {
    padding-left: min(4.1664vw,80px);
    padding-right: min(4.1664vw,80px);
  }
}
.footer__top {
  display: flex;
  justify-content: space-between;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.footer__cell-label {
  display: block;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.04em;
  margin-bottom: 3em;
  font-weight: 500;
}
.footer__cell-content {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  align-items: flex-start;
}
.footer__cell-content,
.footer__cell-content .menu {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer__legal {
  font-size: 12px;
  text-transform: uppercase;
  color: #a1a1aa;
}
.footer__legal .menu,
.footer__legal {
  display: flex;
  gap: 10px;
}
.social {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 5px;
  margin: 0;
  padding: 0;
}
.social__link {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.social__link a {
  width: 25px;
  height: 25px;
  padding: 3px;
}
.social__link a::after {
  content: none;
}
.social__link svg {
  width: 100%;
  height: 100%;
}
.social__link svg path {
  fill: #18181b;
}
.gallery {
  display: block;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 950px;
  margin-bottom: 80px;
  border-radius: 0.65rem;
}
@media screen and (max-width: 1400px) {
  .gallery {
    padding-left: min(5.7288vw,110px);
    padding-right: min(5.7288vw,110px);
  }
}
.gallery img {
  object-fit: contain;
  max-height: 80vh;
}
.gallery .swiper {
  border-radius: 0.65rem;
  margin-bottom: 20px;
}
.gallery .swiper-slide {
  display: flex;
  justify-content: center;
  height: auto;
}
.gallery .swiper-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.gallery .swiper-button-prev,
.gallery .swiper-button-next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin: 0;
  width: auto;
  height: auto;
}
.gallery .swiper-button-prev::after,
.gallery .swiper-button-next::after {
  content: none;
}
.gallery .swiper-button-prev svg {
  transform: rotate(180deg);
}
@media screen and (max-width: 1400px) {
  .gallery {
    padding: 0;
  }
}
.error-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  height: 100vh;
}
.error-container h1 {
  text-align: center;
  margin-bottom: .5em;
}
.error-container a {
  text-decoration: underline;
}
.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  box-shadow: inset 0 0 1px 1px #3b82f6;
  text-transform: uppercase;
  color: #52525b;
  gap: 0.7em;
  padding: 0 1em;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.04em;
  height: 34px;
  line-height: 34px;
  transition: 600ms cubic-bezier(0.68,-0.55,0.27,1.55);
}
@media screen and (max-width: 1400px) {
  .cta {
    font-size: 10px;
  }
}
.cta[target="_blank"]::after {
  content: none;
}
.cta__icon {
  display: inline-block;
  vertical-align: middle;
  width: 1.25em;
  height: 1.25em;
  transition: 660ms cubic-bezier(0.58,-0.6,0.52,1.48);
}
.cta__icon svg path {
  fill: currentColor;
}
.cta__icon--stroke svg path {
  fill: unset;
  stroke: currentColor;
}
.cta--highlight .cta__icon svg path {
  fill: #3b82f6;
}
.cta--light {
  box-shadow: inset 0 0 1px 1px #fafafa;
  color: #fafafa;
}
.cta--light:hover {
  background-color: rgba(250,250,250,0.03);
}
.cta:hover {
  padding: 0 1.2em;
  background-color: rgba(59,130,246,0.03);
}
.cta:hover .cta__icon {
  transform: translate3d(0.25em,0,0);
}
.cta--big {
  height: 55px;
  line-height: 55px;
  padding: 0 2.8em;
}
.cta--big .cta__icon {
  width: 1.35em;
  height: 1.35em;
}
.cta--big:hover {
  padding: 0 2.2em;
}
.cta--filled {
  background-color: #e4e4e7;
}
.cta--filled:hover {
  background-color: #e4e4e7;
}
.cta--dark {
  background-color: #18181b;
  color: #fafafa;
  box-shadow: none;
}
.cta--dark:hover {
  background-color: #242429;
}
.cta--icononly {
  min-width: 40px;
  padding: 0 0.2rem;
}
.cta--icononly svg path {
  stroke: #3b82f6;
}
.cta--icononly:hover .cta__icon {
  transform: none;
}
.slider {
  position: relative;
}
.slider__arrow {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  background: #f0f0f0 url(../img/icons/arrow-right.svg) no-repeat center;
  border-radius: 50%;
  margin-top: -24px;
  z-index: 10;
  cursor: pointer;
}
.slider__arrow.swiper-button-disabled {
  opacity: 0;
}
@media screen and (max-width: 1200px) {
  .slider__arrow {
    width: 40px;
    height: 40px;
  }
}
.slider__arrow--prev {
  left: 0;
  transform: translateX(-50%) rotate(180deg);
  -webkit-transform: translateX(-50%) rotate(180deg);
}
@media screen and (max-width: 1200px) {
  .slider__arrow--prev {
    left: 5px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
}
.slider__arrow--next {
  right: 0;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
}
@media screen and (max-width: 1200px) {
  .slider__arrow--next {
    right: 5px;
    transform: none;
    -webkit-transform: none;
  }
}
.slider__pagination {
  text-align: center;
  font-size: 12px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  font-weight: 500;
  padding-top: 8px;
}
@media screen and (max-width: 1000px) {
  .slider__pagination {
    top: auto;
    bottom: 0;
    z-index: 10;
    color: #fafafa;
    text-align: right;
    padding: 5px;
  }
}
.slider--fullscreen .slider__pagination {
  display: none;
}
.slider--fullscreen .slider__arrow {
  transform: none;
  -webkit-transform: none;
}
.slider--fullscreen .slider__arrow--next {
  right: clamp(5px,2.0832vw,40px);
}
.slider--fullscreen .slider__arrow--prev {
  left: clamp(5px,2.0832vw,40px);
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.contact-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(20px,1.5624vw,30px);
}
@media screen and (max-width: 1000px) {
  .contact-info {
    align-items: center;
  }
}
.contact-info__item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.contact-info__item a {
  color: #000;
}
.contact-info__icon {
  width: 15px;
}
.contact-info__icon svg {
  width: 100%;
  height: 100%;
}
.contact-info__icon path {
  fill: #18181b;
}
.popup {
  position: fixed;
  z-index: 1000;
  background: #e4e4e7;
  top: 50%;
  left: 50%;
  width: 1200px;
  max-width: 90vw;
  max-height: 90vh;
  transform: translate3d(-50%,-50%,0);
  -webkit-transform: translate3d(-50%,-50%,0);
  box-shadow: 0 0 0 100vw rgba(0,0,0,0.8);
  transition: 600ms cubic-bezier(0.25,0.46,0.45,0.94);
}
.popup.hidden {
  transform: translate3d(-50%,-50%,0) translate3d(0%,-200vh,0);
  -webkit-transform: translate3d(-50%,-50%,0) translate3d(0%,-200vh,0);
  box-shadow: 0 0 0 0vw rgba(0,0,0,0.8);
  pointer-events: none;
}
.popup__grid {
  display: grid;
  grid-template-columns: 40% 1fr;
}
@media screen and (max-width: 700px) {
  .popup__grid {
    grid-template-columns: 1fr;
  }
}
.popup__image img {
  object-fit: cover;
  width: 100%;
  max-height: 90vh;
  height: 100%;
}
@media screen and (max-width: 700px) {
  .popup__image img {
    height: auto;
    max-height: 25vh;
  }
}
.popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e4e4e7;
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  .popup__close {
    width: 35px;
    height: 35px;
  }
}
.popup__close::before,
.popup__close::after {
  content: "";
  position: absolute;
  height: 1px;
  background: #18181b;
  left: 5px;
  right: 5px;
  top: 50%;
}
.popup__close::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.popup__close::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.popup__content {
  padding: 40px clamp(10px,6.2496vw,120px);
  overflow-y: auto;
  display: grid;
  align-items: center;
  max-height: 90vh;
}
@media screen and (max-width: 700px) {
  .popup__content {
    max-height: calc(90vh - 25vh);
    padding: 20px clamp(10px,6.2496vw,120px);
  }
}
.popup__cta,
.popup__subscribe {
  margin-top: clamp(20px,2.0832vw,40px);
}
.popup__bg {
  position: relative;
}
.popup__bg::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.2);
}
.popup__bg img {
  max-height: 90vh;
  object-fit: cover;
}
@media screen and (max-width: 700px) {
  .popup__bg img {
    aspect-ratio: 1;
  }
}
.popup__fg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  color: #fafafa;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}
.popup__fg-wrapper {
  max-width: 500px;
}
.section {
  position: relative;
}
.section__wrapper {
  display: block;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 1100px;
}
@media screen and (max-width: 1400px) {
  .section__wrapper {
    padding-left: min(4.1664vw,80px);
    padding-right: min(4.1664vw,80px);
  }
}
.section--light {
  background-color: #fafafa;
}
.section--hero .section__wrapper {
  width: 100%;
  padding-top: min(4.1664vw,80px);
  padding-bottom: min(3.1248vw,60px);
}
.section--hero .section__wrapper .richtext {
  max-width: 650px;
}
.section--hero__image {
  position: relative;
}
.section--hero__marquee {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 80px;
  left: 0;
}
.section--hero__marquee-inner {
  display: flex;
  min-width: 100%;
  justify-content: space-around;
  flex-shrink: 0;
  gap: 20px;
  animation: marquee 20s linear infinite;
  transform: translate3d(0,0,0);
}
.section--hero__marquee .cta {
  font-size: clamp(40px,3.1248vw,60px);
  line-height: 1em;
  height: 140px;
  line-height: 140px;
  text-transform: uppercase;
}
.section--hero__marquee .cta:hover {
  padding: 0 1em;
  background-color: rgba(250,250,250,0.1);
  transition: 300ms;
}
.section--hero__marquee--reverse .section--hero__marquee-inner {
  animation-direction: reverse;
}
.section--hero__marquee:hover .section--hero__marquee-inner {
  animation-play-state: paused;
}
@media screen and (max-width: 1400px) {
  .section--hero__marquee .cta {
    height: 100px;
    line-height: 100px;
  }
}
@keyframes marquee {
  0% {
    transform: translate3d(0,0,0);
  }
  100% {
    transform: translate3d(calc(-100% - 50px),0,0);
  }
}
.richtext {
  display: block;
  margin-bottom: min(6.7704vw,130px);
}
@media screen and (max-width: 700px) {
  .richtext {
    margin-bottom: 80px;
  }
}
.richtext .heading {
  margin-bottom: 0.5em;
}
.richtext__bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 2em;
}
.richtext--center {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1300px) {
  .richtext--center {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 800px;
  }
}
.richtext--mt {
  margin-top: min(6.7704vw,130px);
}
.richtext--mb0 {
  margin-bottom: 0;
}
.richtext--mb-sm {
  margin-bottom: 3rem;
}
.card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: #18181b;
  border-radius: 0.65rem;
  background-color: #fafafa;
  position: relative;
}
.card__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 1.3em;
  left: 1.3em;
  height: 20px;
  border-radius: 5rem;
  background-color: #e4e4e7;
  box-shadow: inset 0 0 1px 1px #18181b;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0 1em;
}
@media screen and (max-width: 1400px) {
  .card__label {
    font-size: 10px;
  }
}
.card__preview {
  display: block;
  height: 200px;
}
.card__preview img {
  object-fit: cover;
  height: 100%;
}
.card__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: clamp(30px,1.45824vw,28px);
  line-height: 1.21em;
  letter-spacing: -0.02em;
  padding: 0.65em;
}
@media screen and (max-width: 1200px) {
  .card__body {
    font-size: 2rem;
  }
}
.card__body .paragraph {
  color: #71717a;
}
.card__body:nth-child(2) {
  padding-top: calc(20px + 1em);
}
.card__bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 20px;
}
.card__date {
  color: #71717a;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media screen and (max-width: 1400px) {
  .card__date {
    font-size: 10px;
  }
}
.hero__image {
  display: block;
  height: max(300px,45vh);
  background-color: #fafafa;
}
.hero__image img {
  height: 100%;
  object-fit: cover;
}
.hero__content {
  display: inline-block;
  width: auto;
  background-color: #e4e4e7;
  padding: 30px min(2.0832vw,40px);
  border-radius: 0.65rem;
  font-size: clamp(40px,3.1248vw,60px);
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 0.6em;
  transform: translateY(-1.25em);
  margin-bottom: 0;
}
.hero__content.uppercase {
  text-transform: uppercase;
}
.hero__content-wrapper {
  display: block;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 1300px;
}
@media screen and (max-width: 1400px) {
  .hero__content-wrapper {
    padding-left: min(4.1664vw,80px);
    padding-right: min(4.1664vw,80px);
  }
}
.hero__content .paragraph {
  max-width: 500px;
  text-transform: none;
}
.hero__label {
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 1em;
}
@media screen and (max-width: 1400px) {
  .hero__label {
    font-size: 10px;
  }
}
.filters {
  display: flex;
  justify-content: flex-end;
  position: relative;
  gap: 10px;
}
.filters__wrapper {
  display: block;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 1100px;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 50px;
}
@media screen and (max-width: 1400px) {
  .filters__wrapper {
    padding-left: min(4.1664vw,80px);
    padding-right: min(4.1664vw,80px);
  }
}
.filters__toggler,
.filters__drop .checkbox label,
.filters__active {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  box-shadow: inset 0 0 1px 1px #a1a1aa;
  background-color: #fafafa;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media screen and (max-width: 1400px) {
  .filters__toggler,
  .filters__drop .checkbox label,
  .filters__active {
    font-size: 10px;
  }
}
.filters__active {
  display: none;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.95);
  transition: 300ms cubic-bezier(0.68,-0.55,0.27,1.55);
  border-radius: 50%;
  width: 40px;
  position: relative;
}
.filters__active::before {
  content: attr(data-filters-count);
  color: #22c55e;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.filters__active.visible {
  display: flex;
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}
.filters__toggler,
.filters__drop .checkbox label {
  padding: 0 2.2em;
  gap: 0.5em;
  border-radius: 5rem;
}
.filters__toggler svg,
.filters__drop .checkbox label svg {
  width: 1.1em;
  height: 1.1em;
}
.filters__drop {
  width: max-content;
  max-width: 500px;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  background-color: #f4f4f5;
  box-shadow: inset 0 0 1px 1px #a1a1aa;
  border-radius: 0.65rem;
  padding: 20px 25px;
  z-index: 3;
  visibility: hidden;
  transform: scale(0.98);
  opacity: 0;
  transition: 300ms cubic-bezier(0.68,-0.55,0.27,1.55);
}
.filters__drop.visible {
  visibility: visible;
  transform: scale(1);
  opacity: 1;
}
.filters__drop .input {
  margin-bottom: 0;
}
.filters__drop .input.select {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 5px 10px;
  overflow-y: auto;
  max-height: 50vh;
}
.filters__drop .input.select--full {
  grid-template-columns: 100%;
}
.filters__drop .input.select--full .checkbox label {
  justify-content: flex-start;
}
.filters__drop .input.select--date {
  display: flex;
  flex-wrap: wrap;
}
.filters__drop .input .checkbox label {
  padding: 0 1.5em;
  margin: 0;
}
.filters__drop .input .checkbox label.checked {
  box-shadow: inset 0 0 1px 1px #22c55e;
  color: #22c55e;
}
.filters__drop .input .checkbox span::before {
  content: none;
}
.load-more {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0;
  grid-column: span 3;
}
.load-more.hidden {
  display: none;
}
.dynamic-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  height: 100%;
  transform: translate(-50%,-50%);
  margin: 0;
  align-items: center;
  justify-content: center;
  padding: 50px 50px 0;
  background-color: transparent;
  border: none;
  outline: none;
  overflow: hidden;
}
.dynamic-popup[open] {
  display: flex;
}
.dynamic-popup__inner {
  display: block;
  background-color: #fafafa;
  border-radius: 0.65rem;
  padding: min(2.0832vw,40px) min(3.1248vw,60px);
  border: 1px solid #18181b;
  overflow-y: auto;
  height: 100%;
  min-width: 40vw;
}
.dynamic-popup::backdrop {
  display: block;
  background-color: rgba(0,0,0,0.2);
}
.magazine__heading {
  margin-top: 50px;
  margin-bottom: 50px;
}
.magazine__heading h2 {
  margin-bottom: 1.2em;
}
.magazine__heading .search-input--av .input input {
  padding-left: 1.5em;
}
.magazine__heading .search-input--av::before {
  content: "AV -";
  color: #71717a;
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translateY(-50%);
  z-index: 55;
}
.magazine__filters {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.magazine__filters-label {
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media screen and (max-width: 1400px) {
  .magazine__filters-label {
    font-size: 10px;
  }
}
.magazine__filters-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.magazine__filters-active {
  display: none;
}
.magazine__filters-active .filters__toggler {
  color: #22c55e;
  position: relative;
  cursor: pointer;
}
.magazine__filters-active .filters__toggler::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url("/img/icons/times.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0.85em;
  transform: translateY(-50%);
}
.magazine__filters-active.visible {
  display: flex;
}
.magazine__filters-elements {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.magazine__filters-group {
  position: relative;
}
.magazine__filters-group .filters__drop {
  width: max-content;
  max-width: 300px;
  left: 0;
  right: auto;
}
.magazine-preview {
  padding: 15px;
  border-radius: 0.65rem;
  background-color: #fafafa;
}
.magazine-preview__preview img {
  aspect-ratio: 1;
}
.magazine-preview__bottom,
.magazine-preview__bottom-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.magazine-preview__bottom {
  justify-content: space-between;
  padding-top: 20px;
}
.magazine-preview__wrapper {
  padding: 0 20px;
}
.article-preview .card__bottom {
  justify-content: space-between;
  font-size: 1rem;
  line-height: 1em;
}
.article-preview .card__bottom strong {
  font-weight: 500;
}
.article-preview__author {
  display: flex;
  gap: 0.25em;
  align-items: center;
  font-size: 1rem;
}
.article-preview__author svg {
  width: 1em;
  height: 1em;
}
.latest-magazine {
  width: 100%;
  position: relative;
  min-height: 400px;
  height: max(50vh,750px);
  overflow: hidden;
  max-height: max(750px,80vh);
  margin-top: 80px;
}
.latest-magazine--mt0 {
  margin-top: 0;
}
.latest-magazine > img {
  height: 100%;
  object-fit: cover;
}
.latest-magazine__content {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 0.65rem;
  background-color: #e4e4e7;
  padding: 25px;
  min-height: 300px;
  max-width: 470px;
  width: 100%;
  transform: translate(-50%,-50%);
}
.latest-magazine__content__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-bottom: 1px solid #d4d4d8;
  padding-bottom: 1.2em;
  margin-bottom: 1.2em;
}
@media screen and (max-width: 1400px) {
  .latest-magazine__content__header {
    font-size: 10px;
  }
}
.latest-magazine__content__header .title {
  margin-bottom: 0;
}
.latest-magazine__content__body h3 {
  text-transform: uppercase;
  margin-bottom: 0;
}
.latest-magazine__preview img {
  aspect-ratio: 1;
}
.latest-magazine__bottom {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 15px;
}
.news {
  display: block;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 950px;
  padding-top: 120px;
}
@media screen and (max-width: 1400px) {
  .news {
    padding-left: min(5.7288vw,110px);
    padding-right: min(5.7288vw,110px);
  }
}
.news--full {
  padding: 0;
  margin: 0;
  max-width: 100%;
}
.news__header {
  border-bottom: 1px solid #d4d4d8;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.news__preview {
  width: max(60%,400px);
  overflow: hidden;
  border-radius: 0.65rem;
  margin: 40px 0;
}
.news .richtext .richtext__label {
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #71717a;
  margin-bottom: 2em;
}
@media screen and (max-width: 1400px) {
  .news .richtext .richtext__label {
    font-size: 10px;
  }
}
.members__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  max-width: 890px;
  margin-bottom: 120px;
  margin-top: 50px;
}
.members__grid-label {
  font-size: clamp(30px,1.45824vw,28px);
  line-height: 1.21em;
  letter-spacing: -0.02em;
  font-weight: 500;
  text-decoration: underline;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 1200px) {
  .members__grid-label {
    font-size: 2rem;
  }
}
.members__heading {
  margin-bottom: 40px;
}
.members__filters {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.members__filters-label {
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media screen and (max-width: 1400px) {
  .members__filters-label {
    font-size: 10px;
  }
}
.members__filters-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.members__filters-active {
  display: none;
}
.members__filters-active .filters__toggler {
  color: #22c55e;
  position: relative;
  cursor: pointer;
}
.members__filters-active .filters__toggler::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url("/img/icons/times.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0.85em;
  transform: translateY(-50%);
}
.members__filters-active.visible {
  display: flex;
}
.members__filters-elements {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.members__filters-group {
  position: relative;
}
.members__filters-group .filters__drop {
  width: max-content;
  max-width: 300px;
  left: 0;
  right: auto;
}
.member__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 50px;
}
.member__preview {
  width: 200px;
  height: 200px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
  background-color: #e4e4e7;
}
.member__preview svg {
  width: 100%;
  height: 80%;
}
.member__preview img {
  object-fit: cover;
}
.member__social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.member__title h4:first-of-type {
  color: #71717a;
}
.member__attributes {
  display: flex;
  gap: 30px;
  border-top: 1px solid #d4d4d8;
  border-bottom: 1px solid #d4d4d8;
  padding: 30px 0;
  margin: 30px 0;
}
.member__attributes-item div:first-of-type {
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #71717a;
}
@media screen and (max-width: 1400px) {
  .member__attributes-item div:first-of-type {
    font-size: 10px;
  }
}
.order-member {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: 1.13rem;
  line-height: 1.33em;
  font-weight: 400;
  background-color: #f4f4f5;
  border-radius: 0.65rem;
  min-height: 32px;
  padding: 0.8em 2em;
  cursor: pointer;
}
.order-member > span {
  flex-shrink: 0;
  width: 1.25em;
  height: 1.25em;
}
.order-member > div {
  display: flex;
  gap: 0.25em;
}
.order-member > div span:first-of-type {
  color: #71717a;
}
.member-card {
  cursor: pointer;
}
.member-card__avatar {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #f4f4f5;
  border-radius: 50%;
  overflow: hidden;
}
.member-card__avatar svg {
  width: 35px;
  height: 35px;
}
.member-card__avatar-wrapper {
  padding: 1em;
}
.member-card .card__body {
  padding-top: 0;
  font-size: 1.13rem;
  line-height: 1.33em;
}
.member-card .card__body h4 {
  color: #71717a;
  margin-bottom: 0.25em;
}
.contact-widget {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 20px;
  z-index: 99;
}
.contact-widget__toggler {
  pointer-events: auto;
}
.contact-widget__toggler.cta svg path {
  stroke: #3b82f6;
}
.contact-widget__inner {
  display: none;
  border-radius: 0.65rem;
  background-color: #e4e4e7;
  font-size: 1.13rem;
  line-height: 1.33em;
  padding: 1.2em;
  width: 430px;
  pointer-events: auto;
  overflow: hidden;
  transform: scale(0.8);
  transform-origin: right bottom;
  transform: 550ms cubic-bezier(0.68,-0.55,0.27,1.55);
  position: relative;
}
.contact-widget__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.contact-widget__row {
  display: block;
  margin-bottom: 0.3em;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #d4d4d8;
}
.contact-widget__row > div:first-of-type {
  color: #a1a1aa;
}
.contact-widget__row-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.contact-widget__row:last-child {
  border-bottom: none;
}
.contact-widget--expanded .contact-widget__inner {
  display: block;
  transform: scale(1);
}
.contact-widget--expanded .contact-widget__toggler {
  display: none;
}
.download-form {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  margin: 0;
  align-items: center;
  justify-content: center;
  padding: 50px 50px 0;
  background-color: transparent;
  border: none;
  outline: none;
  overflow: hidden;
}
.download-form__inner {
  display: block;
  background-color: #fafafa;
  border-radius: 0.65rem;
  padding: min(2.0832vw,40px) min(3.1248vw,60px);
  border: 1px solid #18181b;
  overflow-y: auto;
  height: 100%;
}
.download-form__inner form button {
  width: 100%;
}
.download-form__header {
  display: flex;
  gap: 50px;
  margin-bottom: 1.5rem;
}
.download-form__header h4 {
  max-width: 300px;
}
.download-form::backdrop {
  display: block;
  background-color: rgba(0,0,0,0.2);
}
.search__toggler {
  display: flex;
  width: 30px;
  height: 30px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.search__wrapper {
  position: absolute;
  z-index: 900;
  top: calc(100% + 20px);
  right: 0;
  width: max-content;
  min-width: 500px;
  transition: 600ms cubic-bezier(0.25,0.46,0.45,0.94);
  visibility: hidden;
  transform: scale(0.98);
  opacity: 0;
  transition: 400ms cubic-bezier(0.68,-0.55,0.27,1.55);
}
.search__wrapper .search-input {
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .search__close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 10;
  }
  .search__close::after,
  .search__close::before {
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    background: #18181b;
  }
  .search__close::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .search__close::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
}
.search.open .search__wrapper {
  visibility: visible;
  transform: scale(1);
  opacity: 1;
}
.search__icon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search__icon svg {
  width: 25px;
}
.search__icon {
  left: 0;
}
.search__results {
  position: absolute;
  top: calc(100% - 0.65rem);
  right: 0;
  width: 100%;
  max-height: 50vh;
  overflow-y: auto;
  padding: 10px;
  border: 1px solid #a1a1aa;
  border-bottom-left-radius: 0.65rem;
  border-bottom-right-radius: 0.65rem;
  background-color: #fafafa;
  visibility: hidden;
  pointer-events: none;
  font-size: 14px;
}
@media screen and (max-width: 1200px) {
  .search__results {
    width: 100%;
    position: static;
    max-height: calc(100vh - 120px);
    padding: 20px 0;
    border: none;
    max-width: 600px;
    margin: 0 auto;
  }
}
.search__results.visible {
  visibility: visible;
  pointer-events: all;
}
.search__empty {
  text-align: center;
}
.search-input {
  padding: 0.85em 1.5em 0.85em 1.1em;
  border: 1px solid #a1a1aa;
  background-color: #fafafa;
  border-radius: 0.65rem;
  position: relative;
  margin-bottom: 45px;
}
.search-input > svg,
.search-input__spinner {
  width: 1.1em;
  height: 1.1em;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.search-input .input.text {
  margin-bottom: 0;
}
.search-input .input.text input {
  font-size: 1.13rem;
  line-height: 1.33em;
  background-color: transparent;
  border: none;
  padding-top: 0;
}
.search-input__spinner {
  width: 1.1em;
  height: 1.1em;
  right: 3em;
  visibility: hidden;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-input__spinner > svg {
  width: 100%;
  height: 100%;
}
.search-input__spinner .spinner_LWk7 {
  animation: spinner_GWy6 1.2s linear infinite, spinner_BNNO 1.2s linear infinite;
}
.search-input__spinner .spinner_yOMU {
  animation: spinner_GWy6 1.2s linear infinite, spinner_pVqn 1.2s linear infinite;
  animation-delay: 0.15s;
}
.search-input__spinner .spinner_KS4S {
  animation: spinner_GWy6 1.2s linear infinite, spinner_6uKB 1.2s linear infinite;
  animation-delay: 0.3s;
}
.search-input__spinner .spinner_zVee {
  animation: spinner_GWy6 1.2s linear infinite, spinner_Qw4x 1.2s linear infinite;
  animation-delay: 0.45s;
}
.search-input__spinner .spinner_WW {
  fill: #18181b;
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
}
.search-input__spinner.loading {
  visibility: visible;
}
.search-input__spinner.loading .spinner_WW {
  animation-play-state: running;
  -webkit-animation-play-state: running;
}
@keyframes spinner_GWy6 {
  0%,
  50% {
    width: 9px;
    height: 9px;
  }
  10% {
    width: 11px;
    height: 11px;
  }
}
@keyframes spinner_BNNO {
  0%,
  50% {
    x: 1.5px;
    y: 1.5px;
  }
  10% {
    x: 0.5px;
    y: 0.5px;
  }
}
@keyframes spinner_pVqn {
  0%,
  50% {
    x: 13.5px;
    y: 1.5px;
  }
  10% {
    x: 12.5px;
    y: 0.5px;
  }
}
@keyframes spinner_6uKB {
  0%,
  50% {
    x: 13.5px;
    y: 13.5px;
  }
  10% {
    x: 12.5px;
    y: 12.5px;
  }
}
@keyframes spinner_Qw4x {
  0%,
  50% {
    x: 1.5px;
    y: 13.5px;
  }
  10% {
    x: 0.5px;
    y: 12.5px;
  }
}
.search-result {
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #e4e4e7;
  padding: 0 10px 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.search-result__thumb {
  width: 50px;
  height: 50px;
  overflow: hidden;
  background-color: #f4f4f5;
  border-radius: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.search-result__thumb svg {
  width: 35px;
  height: 35px;
}
.search-result__body {
  color: #18181b;
  font-size: 1.13rem;
  line-height: 1.33em;
}
.search-result:last-child {
  border-bottom: 0;
  margin: 0;
}
.contacts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5vw;
}
.article {
  display: block;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  padding: 0 10px;
}
.article.policies {
  margin-top: 130px;
}
.article .article__title {
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 1.2rem;
}
.page-hero__wrapper > *,
.page-hero-split > *,
.page-hero-split__wrapper > *,
.page-text > * {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0,45px,0);
  -webkit-transform: translate3d(0,45px,0);
  will-change: transform, opacity;
}
.page-text-media > .page-text-media__image {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.98);
}
.page-fullscreen__bg > *,
.page-slider {
  opacity: 0;
  visibility: hidden;
}
.page-text-media--right > .page-text-media__content,
.page-text-fancyimages--right > .page-text-fancyimages__content {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(-5%,0,0);
  -webkit-transform: translate3d(-5%,0,0);
  will-change: transform, opacity;
}
.page-text-media--left > .page-text-media__content,
.page-text-fancyimages--left > .page-text-fancyimages__content {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(5%,0,0);
  -webkit-transform: translate3d(5%,0,0);
  will-change: transform, opacity;
}
.page-text-fancyimages__grid img:nth-child(1) {
  opacity: 0;
  visibility: hidden;
  transform: rotate(5deg) translate3d(35px,20px,0);
  -webkit-transform: rotate(5deg) translate3d(35px,20px,0);
  transform-origin: 40% 60%;
  will-change: transform, opacity;
}
.page-text-fancyimages__grid img:nth-child(2) {
  opacity: 0;
  visibility: hidden;
  transform: rotate(-5deg) translate3d(-35px,20px,0);
  -webkit-transform: rotate(-5deg) translate3d(-35px,20px,0);
  transform-origin: -40% 60%;
  will-change: transform, opacity;
}
.is-in.page-hero .page-hero__wrapper > *,
.is-in.page-hero-split .page-hero-split__wrapper > * {
  animation: slideUp 1.3s cubic-bezier(0.39,0.575,0.565,1) forwards;
}
.is-in.page-hero .page-hero__wrapper > *:nth-child(1),
.is-in.page-hero-split .page-hero-split__wrapper > *:nth-child(1) {
  animation-delay: 300ms;
}
.is-in.page-hero .page-hero__wrapper > *:nth-child(2),
.is-in.page-hero-split .page-hero-split__wrapper > *:nth-child(2) {
  animation-delay: 230ms;
}
.is-in.page-text > * {
  animation: slideUp 1.3s cubic-bezier(0.39,0.575,0.565,1) forwards;
}
.is-in.page-text-media > .page-text-media__image,
.is-in.page-fullscreen > .page-fullscreen__bg > *,
.is-in.page-slider {
  animation: fadeIn 1.1s cubic-bezier(0.165,0.84,0.44,1) forwards;
}
.is-in.page-text-fancyimages__grid > img:nth-child(1) {
  animation: rotateInLeft 890ms 150ms cubic-bezier(0.39,0.575,0.565,1) forwards;
}
.is-in.page-text-fancyimages__grid > img:nth-child(2) {
  animation: rotateInRight 890ms cubic-bezier(0.39,0.575,0.565,1) forwards;
}
.page-hero-split > * {
  animation: slideUp 1.3s cubic-bezier(0.39,0.575,0.565,1) forwards;
}
.page-text-media--right > .page-text-media__content.is-in,
.page-text-fancyimages--right > .page-text-fancyimages__content.is-in {
  animation: slideRight 1.1s cubic-bezier(0.39,0.575,0.565,1) forwards;
}
.page-text-media--left > .page-text-media__content.is-in,
.page-text-fancyimages--left > .page-text-fancyimages__content.is-in {
  animation: slideLeft 1.1s cubic-bezier(0.39,0.575,0.565,1) forwards;
}