@charset "UTF-8";
@keyframes title-slide-mobile-d5c33e43 {
from {
    left: 0;
}
to {
    left: 16px;
}
}
@keyframes title-slide-desktop-md-d5c33e43 {
from {
    left: 0;
}
to {
    left: 48px;
}
}
@keyframes title-slide-desktop-lg-d5c33e43 {
from {
    left: 0;
}
to {
    left: 64px;
}
}
@keyframes appear-d5c33e43 {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes slow-appear-d5c33e43 {
0% {
    opacity: 0;
}
30% {
    opacity: 0;
}
50% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes appear-from-bottom-d5c33e43 {
0% {
    transform: translateY(75px);
    opacity: 0;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
@keyframes appear-from-bottom-slow-d5c33e43 {
0% {
    transform: translateY(50px);
    opacity: 0;
}
40% {
    opacity: 0.1;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
@keyframes hue-low-d5c33e43 {
0% {
    -webkit-filter: hue-rotate(0deg);
}
50% {
    -webkit-filter: hue-rotate(-120deg);
}
100% {
    -webkit-filter: hue-rotate(0);
}
}
@keyframes hue-d5c33e43 {
from {
    -webkit-filter: hue-rotate(0deg);
}
to {
    -webkit-filter: hue-rotate(-360deg);
}
}
/* Montserrat – only the weights actually used in this project */
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-ExtraBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: block;
}
[data-v-d5c33e43],[data-v-d5c33e43]::before,[data-v-d5c33e43]::after {
  box-sizing: border-box;
  font-family: "Montserrat";
  font-weight: normal;
  scroll-behavior: smooth;
  text-decoration: none;
}
a[data-v-d5c33e43],
p[data-v-d5c33e43],
h1[data-v-d5c33e43],
h2[data-v-d5c33e43],
h3[data-v-d5c33e43],
h4[data-v-d5c33e43],
h5[data-v-d5c33e43],
h6[data-v-d5c33e43] {
  margin: 8px 0;
}
strong[data-v-d5c33e43],
b[data-v-d5c33e43] {
  font-weight: 800;
}
body[data-v-d5c33e43] {
  min-height: 100vh;
  color: #fafafa;
  background: #1d1d1d;
  line-height: 1.6;
  font-family: Inter, sans-serif;
  font-size: 15px;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: color 0.5s, background-color 0.5s;
}
#app[data-v-d5c33e43] {
  width: 100%;
}
a[data-v-d5c33e43] {
  background: transparent;
  color: #64b5f6;
  padding: 4px;
  text-decoration: none;
  transition: all 0.2s;
}
a[data-v-d5c33e43]:hover {
  background-color: #5c657b;
}
p[data-v-d5c33e43] {
  text-align: justify;
}
@media (min-width: 1024px) {
body[data-v-d5c33e43] {
    display: flex;
    place-items: center;
    margin: 0;
}
}
.headline[data-v-d5c33e43] {
  border-bottom: 2px solid rgba(250, 250, 250, 0.8);
  padding-bottom: 8px;
  margin-bottom: 16px;
}
.headline.headline--white[data-v-d5c33e43] {
  color: #fafafa;
  border-color: #fafafa;
}
.in-viewport[data-v-d5c33e43] {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.content[data-v-d5c33e43] {
  margin: 32px auto;
}
.content > section[data-v-d5c33e43] {
  color: #f5f5f7;
  padding: 16px 8px;
}
@media (min-width: 992px) {
.content > section[data-v-d5c33e43] {
    padding: 32px 16px;
}
}
.content > section[data-v-d5c33e43]:nth-child(2n) {
  background: rgba(37, 37, 37, 0.85);
}
.content > section.no-pad[data-v-d5c33e43] {
  padding: 0;
}
.content > section > section[data-v-d5c33e43] {
  margin: 0 auto;
  margin-bottom: 32px;
  max-width: 100%;
}
@media (min-width: 992px) {
.content > section > section[data-v-d5c33e43] {
    max-width: 1200px;
}
}
.content .hide-desktop[data-v-d5c33e43] {
  display: block;
}
@media (min-width: 992px) {
.content .hide-desktop[data-v-d5c33e43] {
    display: none;
}
}
.content .hide-mobile[data-v-d5c33e43] {
  display: none;
}
@media (min-width: 992px) {
.content .hide-mobile[data-v-d5c33e43] {
    display: block;
}
}
.container[data-v-d5c33e43] {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 769px) {
.container[data-v-d5c33e43] {
    max-width: 769px;
}
}
@media (min-width: 992px) {
.container[data-v-d5c33e43] {
    max-width: 992px;
}
}
@media (min-width: 1200px) {
.container[data-v-d5c33e43] {
    max-width: 1200px;
}
}
.header[data-v-d5c33e43] {
  background-color: rgba(17, 17, 17, 0.7);
  backdrop-filter: blur(10px);
  color: #fafafa;
  display: flex;
  padding: 8px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 86px;
  z-index: 50;
}
@media (min-width: 992px) {
.header[data-v-d5c33e43] {
    padding: 16px 0;
}
}
.nav[data-v-d5c33e43] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.lang[data-v-d5c33e43] {
  display: flex;
  gap: 16px;
  position: relative;
}
.lang > span[data-v-d5c33e43] {
  cursor: pointer;
}
.lang[data-v-d5c33e43]::before {
  content: "|";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.lang .active[data-v-d5c33e43] {
  color: #64b5f6;
}
.logo[data-v-d5c33e43] {
  font-size: 32px;
  font-weight: bold;
  color: white;
  text-decoration: none;
  transition: transform 0.3s ease;
}
.logo[data-v-d5c33e43]:hover {
  background: none;
}
.logo:hover .logo-color[data-v-d5c33e43] {
  filter: drop-shadow(0 0 8px rgba(175, 0, 255, 0.4)) brightness(1.2);
}
.logo:hover .logo-color--white[data-v-d5c33e43] {
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.4)) brightness(1.2);
}
.logo .logo-color[data-v-d5c33e43] {
  background: linear-gradient(#af00ff, #af00ff 50%, #5b006d);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  transition: filter 0.3s ease;
}
.logo .logo-color--white[data-v-d5c33e43] {
  background: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255) 50%, rgb(200, 200, 200));
  background-clip: text;
}
.burger[data-v-d5c33e43] {
  cursor: pointer;
  display: block;
  margin: 0 8px;
}
@media (min-width: 769px) {
.burger[data-v-d5c33e43] {
    display: none;
}
}
.burger .burger-line[data-v-d5c33e43] {
  width: 30px;
  height: 3px;
  background-color: white;
  margin: 5px 0;
  transition: transform 0.3s ease;
}
.nav-links[data-v-d5c33e43] {
  display: none;
  gap: 20px;
  justify-content: flex-end;
  list-style: none;
  transition: transform 0.3s ease;
}
@media (min-width: 769px) {
.nav-links[data-v-d5c33e43] {
    display: flex;
}
}
.nav-links.active[data-v-d5c33e43] {
  display: flex;
  flex-direction: column;
  gap: 15px;
  background-color: rgba(15, 15, 15, 0.9);
  padding: 20px;
  position: absolute;
  top: 60px;
  right: 0;
  left: 0;
  z-index: 60;
}
.header-link[data-v-d5c33e43] {
  text-decoration: none;
  color: white;
  font-size: 16px;
  font-weight: bold;
  transition: color 0.3s ease, background 0.3s ease;
}
.header-link[data-v-d5c33e43]:hover {
  color: #64b5f6;
}
@keyframes title-slide-mobile-68426ca4 {
from {
    left: 0;
}
to {
    left: 16px;
}
}
@keyframes title-slide-desktop-md-68426ca4 {
from {
    left: 0;
}
to {
    left: 48px;
}
}
@keyframes title-slide-desktop-lg-68426ca4 {
from {
    left: 0;
}
to {
    left: 64px;
}
}
@keyframes appear-68426ca4 {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes slow-appear-68426ca4 {
0% {
    opacity: 0;
}
30% {
    opacity: 0;
}
50% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes appear-from-bottom-68426ca4 {
0% {
    transform: translateY(75px);
    opacity: 0;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
@keyframes appear-from-bottom-slow-68426ca4 {
0% {
    transform: translateY(50px);
    opacity: 0;
}
40% {
    opacity: 0.1;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
@keyframes hue-low-68426ca4 {
0% {
    -webkit-filter: hue-rotate(0deg);
}
50% {
    -webkit-filter: hue-rotate(-120deg);
}
100% {
    -webkit-filter: hue-rotate(0);
}
}
@keyframes hue-68426ca4 {
from {
    -webkit-filter: hue-rotate(0deg);
}
to {
    -webkit-filter: hue-rotate(-360deg);
}
}
/* Montserrat – only the weights actually used in this project */
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-ExtraBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: block;
}
[data-v-68426ca4],[data-v-68426ca4]::before,[data-v-68426ca4]::after {
  box-sizing: border-box;
  font-family: "Montserrat";
  font-weight: normal;
  scroll-behavior: smooth;
  text-decoration: none;
}
a[data-v-68426ca4],
p[data-v-68426ca4],
h1[data-v-68426ca4],
h2[data-v-68426ca4],
h3[data-v-68426ca4],
h4[data-v-68426ca4],
h5[data-v-68426ca4],
h6[data-v-68426ca4] {
  margin: 8px 0;
}
strong[data-v-68426ca4],
b[data-v-68426ca4] {
  font-weight: 800;
}
body[data-v-68426ca4] {
  min-height: 100vh;
  color: #fafafa;
  background: #1d1d1d;
  line-height: 1.6;
  font-family: Inter, sans-serif;
  font-size: 15px;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: color 0.5s, background-color 0.5s;
}
#app[data-v-68426ca4] {
  width: 100%;
}
a[data-v-68426ca4] {
  background: transparent;
  color: #64b5f6;
  padding: 4px;
  text-decoration: none;
  transition: all 0.2s;
}
a[data-v-68426ca4]:hover {
  background-color: #5c657b;
}
p[data-v-68426ca4] {
  text-align: justify;
}
@media (min-width: 1024px) {
body[data-v-68426ca4] {
    display: flex;
    place-items: center;
    margin: 0;
}
}
.headline[data-v-68426ca4] {
  border-bottom: 2px solid rgba(250, 250, 250, 0.8);
  padding-bottom: 8px;
  margin-bottom: 16px;
}
.headline.headline--white[data-v-68426ca4] {
  color: #fafafa;
  border-color: #fafafa;
}
.in-viewport[data-v-68426ca4] {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.content[data-v-68426ca4] {
  margin: 32px auto;
}
.content > section[data-v-68426ca4] {
  color: #f5f5f7;
  padding: 16px 8px;
}
@media (min-width: 992px) {
.content > section[data-v-68426ca4] {
    padding: 32px 16px;
}
}
.content > section[data-v-68426ca4]:nth-child(2n) {
  background: rgba(37, 37, 37, 0.85);
}
.content > section.no-pad[data-v-68426ca4] {
  padding: 0;
}
.content > section > section[data-v-68426ca4] {
  margin: 0 auto;
  margin-bottom: 32px;
  max-width: 100%;
}
@media (min-width: 992px) {
.content > section > section[data-v-68426ca4] {
    max-width: 1200px;
}
}
.content .hide-desktop[data-v-68426ca4] {
  display: block;
}
@media (min-width: 992px) {
.content .hide-desktop[data-v-68426ca4] {
    display: none;
}
}
.content .hide-mobile[data-v-68426ca4] {
  display: none;
}
@media (min-width: 992px) {
.content .hide-mobile[data-v-68426ca4] {
    display: block;
}
}
.container[data-v-68426ca4] {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 769px) {
.container[data-v-68426ca4] {
    max-width: 769px;
}
}
@media (min-width: 992px) {
.container[data-v-68426ca4] {
    max-width: 992px;
}
}
@media (min-width: 1200px) {
.container[data-v-68426ca4] {
    max-width: 1200px;
}
}
.address[data-v-68426ca4] {
  font-size: 14px;
  line-height: 1.5;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  width: 100%;
}
.address .title[data-v-68426ca4] {
  font-weight: bold;
  font-size: 16px;
  margin-top: 8px;
  text-decoration: underline;
}
@media (min-width: 992px) {
.address[data-v-68426ca4] {
    grid-template-columns: 1fr 1fr 2fr;
    gap: 64px;
}
}
.address__block[data-v-68426ca4] {
  background-color: rgba(17, 17, 17, 0.18);
  border: 1px solid rgba(250, 250, 250, 0.08);
  border-radius: 8px;
  padding: 16px;
}
.address__line[data-v-68426ca4] {
  margin: 2px 0;
}
.address__link[data-v-68426ca4] {
  appearance: none;
  background: transparent;
  border: none;
  color: rgba(250, 250, 250, 0.92);
  cursor: pointer;
  padding: 0;
  text-align: left;
  text-decoration: underline;
}
.address__link[data-v-68426ca4]:hover {
  background-color: unset;
  color: #64b5f6;
}
.address__link[data-v-68426ca4]:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(100, 181, 246, 0.18);
  border-radius: 4px;
}
.address__obfuscated[data-v-68426ca4] {
  user-select: none;
  -webkit-user-select: none;
}
.address__ch[data-v-68426ca4] {
  display: inline-block;
}
.address__noise[data-v-68426ca4] {
  opacity: 0.35;
}
@keyframes title-slide-mobile-677ba5e2 {
from {
    left: 0;
}
to {
    left: 16px;
}
}
@keyframes title-slide-desktop-md-677ba5e2 {
from {
    left: 0;
}
to {
    left: 48px;
}
}
@keyframes title-slide-desktop-lg-677ba5e2 {
from {
    left: 0;
}
to {
    left: 64px;
}
}
@keyframes appear-677ba5e2 {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes slow-appear-677ba5e2 {
0% {
    opacity: 0;
}
30% {
    opacity: 0;
}
50% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes appear-from-bottom-677ba5e2 {
0% {
    transform: translateY(75px);
    opacity: 0;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
@keyframes appear-from-bottom-slow-677ba5e2 {
0% {
    transform: translateY(50px);
    opacity: 0;
}
40% {
    opacity: 0.1;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
@keyframes hue-low-677ba5e2 {
0% {
    -webkit-filter: hue-rotate(0deg);
}
50% {
    -webkit-filter: hue-rotate(-120deg);
}
100% {
    -webkit-filter: hue-rotate(0);
}
}
@keyframes hue-677ba5e2 {
from {
    -webkit-filter: hue-rotate(0deg);
}
to {
    -webkit-filter: hue-rotate(-360deg);
}
}
/* Montserrat – only the weights actually used in this project */
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-ExtraBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: block;
}
[data-v-677ba5e2],[data-v-677ba5e2]::before,[data-v-677ba5e2]::after {
  box-sizing: border-box;
  font-family: "Montserrat";
  font-weight: normal;
  scroll-behavior: smooth;
  text-decoration: none;
}
a[data-v-677ba5e2],
p[data-v-677ba5e2],
h1[data-v-677ba5e2],
h2[data-v-677ba5e2],
h3[data-v-677ba5e2],
h4[data-v-677ba5e2],
h5[data-v-677ba5e2],
h6[data-v-677ba5e2] {
  margin: 8px 0;
}
strong[data-v-677ba5e2],
b[data-v-677ba5e2] {
  font-weight: 800;
}
body[data-v-677ba5e2] {
  min-height: 100vh;
  color: #fafafa;
  background: #1d1d1d;
  line-height: 1.6;
  font-family: Inter, sans-serif;
  font-size: 15px;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: color 0.5s, background-color 0.5s;
}
#app[data-v-677ba5e2] {
  width: 100%;
}
a[data-v-677ba5e2] {
  background: transparent;
  color: #64b5f6;
  padding: 4px;
  text-decoration: none;
  transition: all 0.2s;
}
a[data-v-677ba5e2]:hover {
  background-color: #5c657b;
}
p[data-v-677ba5e2] {
  text-align: justify;
}
@media (min-width: 1024px) {
body[data-v-677ba5e2] {
    display: flex;
    place-items: center;
    margin: 0;
}
}
.headline[data-v-677ba5e2] {
  border-bottom: 2px solid rgba(250, 250, 250, 0.8);
  padding-bottom: 8px;
  margin-bottom: 16px;
}
.headline.headline--white[data-v-677ba5e2] {
  color: #fafafa;
  border-color: #fafafa;
}
.in-viewport[data-v-677ba5e2] {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.content[data-v-677ba5e2] {
  margin: 32px auto;
}
.content > section[data-v-677ba5e2] {
  color: #f5f5f7;
  padding: 16px 8px;
}
@media (min-width: 992px) {
.content > section[data-v-677ba5e2] {
    padding: 32px 16px;
}
}
.content > section[data-v-677ba5e2]:nth-child(2n) {
  background: rgba(37, 37, 37, 0.85);
}
.content > section.no-pad[data-v-677ba5e2] {
  padding: 0;
}
.content > section > section[data-v-677ba5e2] {
  margin: 0 auto;
  margin-bottom: 32px;
  max-width: 100%;
}
@media (min-width: 992px) {
.content > section > section[data-v-677ba5e2] {
    max-width: 1200px;
}
}
.content .hide-desktop[data-v-677ba5e2] {
  display: block;
}
@media (min-width: 992px) {
.content .hide-desktop[data-v-677ba5e2] {
    display: none;
}
}
.content .hide-mobile[data-v-677ba5e2] {
  display: none;
}
@media (min-width: 992px) {
.content .hide-mobile[data-v-677ba5e2] {
    display: block;
}
}
.container[data-v-677ba5e2] {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 769px) {
.container[data-v-677ba5e2] {
    max-width: 769px;
}
}
@media (min-width: 992px) {
.container[data-v-677ba5e2] {
    max-width: 992px;
}
}
@media (min-width: 1200px) {
.container[data-v-677ba5e2] {
    max-width: 1200px;
}
}
.footer[data-v-677ba5e2] {
  width: 100%;
  color: #fafafa;
  padding: 64px 16px;
  background: linear-gradient(180deg, rgba(29, 29, 29, 0) 0%, rgba(17, 17, 17, 0.75) 20%, rgba(17, 17, 17, 0.95) 100%);
}
@media (min-width: 992px) {
.footer[data-v-677ba5e2] {
    padding: 16px 16px 128px 16px;
}
}
.footer__header[data-v-677ba5e2] {
  margin-bottom: 32px;
}
.footer__title[data-v-677ba5e2] {
  margin: 0;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
.footer__actions[data-v-677ba5e2] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
.footer__actions[data-v-677ba5e2] {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 64px;
}
}
.footer__nav[data-v-677ba5e2] {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  width: 100%;
}
@media (min-width: 769px) {
.footer__nav[data-v-677ba5e2] {
    grid-template-columns: repeat(3, 1fr);
}
}
@media (min-width: 992px) {
.footer__nav[data-v-677ba5e2] {
    width: auto;
    grid-template-columns: repeat(3, auto);
}
}
.footer__link[data-v-677ba5e2] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 8px 16px;
  background-color: rgba(17, 17, 17, 0.25);
  border: 1px solid rgba(250, 250, 250, 0.12);
  border-radius: 8px;
  color: rgba(250, 250, 250, 0.92);
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.footer__link svg[data-v-677ba5e2] {
  color: rgba(250, 250, 250, 0.92);
}
.footer__link[data-v-677ba5e2]:hover {
  background-color: rgba(37, 37, 37, 0.75);
  border-color: rgba(92, 101, 123, 0.85);
  transform: translateY(-1px);
}
.footer__link[data-v-677ba5e2]:active {
  transform: translateY(0);
}
.footer__link[data-v-677ba5e2]:focus-visible {
  outline: none;
  border-color: rgba(100, 181, 246, 0.7);
  box-shadow: 0 0 0 4px rgba(100, 181, 246, 0.18);
}
.footer__to-top[data-v-677ba5e2] {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  width: 100%;
  background-color: rgba(17, 17, 17, 0.25);
  border: 1px solid rgba(250, 250, 250, 0.12);
  border-radius: 8px;
  color: rgba(250, 250, 250, 0.92);
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
@media (min-width: 992px) {
.footer__to-top[data-v-677ba5e2] {
    width: auto;
    min-width: 180px;
}
}
.footer__to-top[data-v-677ba5e2]:hover {
  background-color: rgba(37, 37, 37, 0.75);
  border-color: rgba(92, 101, 123, 0.85);
  transform: translateY(-1px);
}
.footer__to-top[data-v-677ba5e2]:active {
  transform: translateY(0);
}
.footer__to-top[data-v-677ba5e2]:focus-visible {
  outline: none;
  border-color: rgba(100, 181, 246, 0.7);
  box-shadow: 0 0 0 4px rgba(100, 181, 246, 0.18);
}
.footer__address[data-v-677ba5e2] .address {
  margin: 0;
}
@media (prefers-reduced-motion: reduce) {
.footer__link[data-v-677ba5e2],
  .footer__to-top[data-v-677ba5e2] {
    transition: none;
}
}
@keyframes title-slide-mobile {
from {
    left: 0;
}
to {
    left: 16px;
}
}
@keyframes title-slide-desktop-md {
from {
    left: 0;
}
to {
    left: 48px;
}
}
@keyframes title-slide-desktop-lg {
from {
    left: 0;
}
to {
    left: 64px;
}
}
@keyframes appear {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes slow-appear {
0% {
    opacity: 0;
}
30% {
    opacity: 0;
}
50% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes appear-from-bottom {
0% {
    transform: translateY(75px);
    opacity: 0;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
@keyframes appear-from-bottom-slow {
0% {
    transform: translateY(50px);
    opacity: 0;
}
40% {
    opacity: 0.1;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
@keyframes hue-low {
0% {
    -webkit-filter: hue-rotate(0deg);
}
50% {
    -webkit-filter: hue-rotate(-120deg);
}
100% {
    -webkit-filter: hue-rotate(0);
}
}
@keyframes hue {
from {
    -webkit-filter: hue-rotate(0deg);
}
to {
    -webkit-filter: hue-rotate(-360deg);
}
}
/* Montserrat – only the weights actually used in this project */
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-ExtraBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: block;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  font-family: "Montserrat";
  font-weight: normal;
  scroll-behavior: smooth;
  text-decoration: none;
}
a,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 8px 0;
}
strong,
b {
  font-weight: 800;
}
body {
  min-height: 100vh;
  color: #fafafa;
  background: #1d1d1d;
  line-height: 1.6;
  font-family: Inter, sans-serif;
  font-size: 15px;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: color 0.5s, background-color 0.5s;
}
#app {
  width: 100%;
}
a {
  background: transparent;
  color: #64b5f6;
  padding: 4px;
  text-decoration: none;
  transition: all 0.2s;
}
a:hover {
  background-color: #5c657b;
}
p {
  text-align: justify;
}
@media (min-width: 1024px) {
body {
    display: flex;
    place-items: center;
    margin: 0;
}
}
.headline {
  border-bottom: 2px solid rgba(250, 250, 250, 0.8);
  padding-bottom: 8px;
  margin-bottom: 16px;
}
.headline.headline--white {
  color: #fafafa;
  border-color: #fafafa;
}
.in-viewport {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.content {
  margin: 32px auto;
}
.content > section {
  color: #f5f5f7;
  padding: 16px 8px;
}
@media (min-width: 992px) {
.content > section {
    padding: 32px 16px;
}
}
.content > section:nth-child(2n) {
  background: rgba(37, 37, 37, 0.85);
}
.content > section.no-pad {
  padding: 0;
}
.content > section > section {
  margin: 0 auto;
  margin-bottom: 32px;
  max-width: 100%;
}
@media (min-width: 992px) {
.content > section > section {
    max-width: 1200px;
}
}
.content .hide-desktop {
  display: block;
}
@media (min-width: 992px) {
.content .hide-desktop {
    display: none;
}
}
.content .hide-mobile {
  display: none;
}
@media (min-width: 992px) {
.content .hide-mobile {
    display: block;
}
}
.container {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 769px) {
.container {
    max-width: 769px;
}
}
@media (min-width: 992px) {
.container {
    max-width: 992px;
}
}
@media (min-width: 1200px) {
.container {
    max-width: 1200px;
}
}
.particles {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@keyframes title-slide-mobile {
from {
    left: 0;
}
to {
    left: 16px;
}
}
@keyframes title-slide-desktop-md {
from {
    left: 0;
}
to {
    left: 48px;
}
}
@keyframes title-slide-desktop-lg {
from {
    left: 0;
}
to {
    left: 64px;
}
}
@keyframes appear {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes slow-appear {
0% {
    opacity: 0;
}
30% {
    opacity: 0;
}
50% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes appear-from-bottom {
0% {
    transform: translateY(75px);
    opacity: 0;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
@keyframes appear-from-bottom-slow {
0% {
    transform: translateY(50px);
    opacity: 0;
}
40% {
    opacity: 0.1;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
@keyframes hue-low {
0% {
    -webkit-filter: hue-rotate(0deg);
}
50% {
    -webkit-filter: hue-rotate(-120deg);
}
100% {
    -webkit-filter: hue-rotate(0);
}
}
@keyframes hue {
from {
    -webkit-filter: hue-rotate(0deg);
}
to {
    -webkit-filter: hue-rotate(-360deg);
}
}
/* Montserrat – only the weights actually used in this project */
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-ExtraBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: block;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  font-family: "Montserrat";
  font-weight: normal;
  scroll-behavior: smooth;
  text-decoration: none;
}
a,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 8px 0;
}
strong,
b {
  font-weight: 800;
}
body {
  min-height: 100vh;
  color: #fafafa;
  background: #1d1d1d;
  line-height: 1.6;
  font-family: Inter, sans-serif;
  font-size: 15px;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: color 0.5s, background-color 0.5s;
}
#app {
  width: 100%;
}
a {
  background: transparent;
  color: #64b5f6;
  padding: 4px;
  text-decoration: none;
  transition: all 0.2s;
}
a:hover {
  background-color: #5c657b;
}
p {
  text-align: justify;
}
@media (min-width: 1024px) {
body {
    display: flex;
    place-items: center;
    margin: 0;
}
}
.headline {
  border-bottom: 2px solid rgba(250, 250, 250, 0.8);
  padding-bottom: 8px;
  margin-bottom: 16px;
}
.headline.headline--white {
  color: #fafafa;
  border-color: #fafafa;
}
.in-viewport {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.content {
  margin: 32px auto;
}
.content > section {
  color: #f5f5f7;
  padding: 16px 8px;
}
@media (min-width: 992px) {
.content > section {
    padding: 32px 16px;
}
}
.content > section:nth-child(2n) {
  background: rgba(37, 37, 37, 0.85);
}
.content > section.no-pad {
  padding: 0;
}
.content > section > section {
  margin: 0 auto;
  margin-bottom: 32px;
  max-width: 100%;
}
@media (min-width: 992px) {
.content > section > section {
    max-width: 1200px;
}
}
.content .hide-desktop {
  display: block;
}
@media (min-width: 992px) {
.content .hide-desktop {
    display: none;
}
}
.content .hide-mobile {
  display: none;
}
@media (min-width: 992px) {
.content .hide-mobile {
    display: block;
}
}
.container {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 769px) {
.container {
    max-width: 769px;
}
}
@media (min-width: 992px) {
.container {
    max-width: 992px;
}
}
@media (min-width: 1200px) {
.container {
    max-width: 1200px;
}
}
.cookie-banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #111111;
  color: #fafafa;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
  z-index: 100;
}
@media (min-width: 769px) {
.cookie-banner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
}
.cookie-text {
  font-size: 16px;
  margin: 0;
  flex: 1;
}
.cookie-buttons {
  display: flex;
  gap: 16px;
}
.accept-btn,
.decline-btn {
  padding: 16px 32px;
  border: none;
  cursor: pointer;
  border-radius: 16px;
  font-size: 16px;
}
.accept-btn {
  background-color: #5c657b;
  border: 2px solid transparent;
  color: #fafafa;
  transition: 0.2s ease;
}
.accept-btn:hover {
  border-color: #fafafa;
  background-color: rgba(92, 101, 123, 0.8);
}
.decline-btn {
  background-color: #fafafa;
  color: #111111;
}
.decline-btn:hover {
  opacity: 0.8;
}
@keyframes title-slide-mobile-3c71fb85 {
from {
    left: 0;
}
to {
    left: 16px;
}
}
@keyframes title-slide-desktop-md-3c71fb85 {
from {
    left: 0;
}
to {
    left: 48px;
}
}
@keyframes title-slide-desktop-lg-3c71fb85 {
from {
    left: 0;
}
to {
    left: 64px;
}
}
@keyframes appear-3c71fb85 {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes slow-appear-3c71fb85 {
0% {
    opacity: 0;
}
30% {
    opacity: 0;
}
50% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes appear-from-bottom-3c71fb85 {
0% {
    transform: translateY(75px);
    opacity: 0;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
@keyframes appear-from-bottom-slow-3c71fb85 {
0% {
    transform: translateY(50px);
    opacity: 0;
}
40% {
    opacity: 0.1;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
@keyframes hue-low-3c71fb85 {
0% {
    -webkit-filter: hue-rotate(0deg);
}
50% {
    -webkit-filter: hue-rotate(-120deg);
}
100% {
    -webkit-filter: hue-rotate(0);
}
}
@keyframes hue-3c71fb85 {
from {
    -webkit-filter: hue-rotate(0deg);
}
to {
    -webkit-filter: hue-rotate(-360deg);
}
}
/* Montserrat – only the weights actually used in this project */
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-ExtraBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: block;
}
[data-v-3c71fb85],[data-v-3c71fb85]::before,[data-v-3c71fb85]::after {
  box-sizing: border-box;
  font-family: "Montserrat";
  font-weight: normal;
  scroll-behavior: smooth;
  text-decoration: none;
}
a[data-v-3c71fb85],
p[data-v-3c71fb85],
h1[data-v-3c71fb85],
h2[data-v-3c71fb85],
h3[data-v-3c71fb85],
h4[data-v-3c71fb85],
h5[data-v-3c71fb85],
h6[data-v-3c71fb85] {
  margin: 8px 0;
}
strong[data-v-3c71fb85],
b[data-v-3c71fb85] {
  font-weight: 800;
}
body[data-v-3c71fb85] {
  min-height: 100vh;
  color: #fafafa;
  background: #1d1d1d;
  line-height: 1.6;
  font-family: Inter, sans-serif;
  font-size: 15px;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: color 0.5s, background-color 0.5s;
}
#app[data-v-3c71fb85] {
  width: 100%;
}
a[data-v-3c71fb85] {
  background: transparent;
  color: #64b5f6;
  padding: 4px;
  text-decoration: none;
  transition: all 0.2s;
}
a[data-v-3c71fb85]:hover {
  background-color: #5c657b;
}
p[data-v-3c71fb85] {
  text-align: justify;
}
@media (min-width: 1024px) {
body[data-v-3c71fb85] {
    display: flex;
    place-items: center;
    margin: 0;
}
}
.headline[data-v-3c71fb85] {
  border-bottom: 2px solid rgba(250, 250, 250, 0.8);
  padding-bottom: 8px;
  margin-bottom: 16px;
}
.headline.headline--white[data-v-3c71fb85] {
  color: #fafafa;
  border-color: #fafafa;
}
.in-viewport[data-v-3c71fb85] {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.content[data-v-3c71fb85] {
  margin: 32px auto;
}
.content > section[data-v-3c71fb85] {
  color: #f5f5f7;
  padding: 16px 8px;
}
@media (min-width: 992px) {
.content > section[data-v-3c71fb85] {
    padding: 32px 16px;
}
}
.content > section[data-v-3c71fb85]:nth-child(2n) {
  background: rgba(37, 37, 37, 0.85);
}
.content > section.no-pad[data-v-3c71fb85] {
  padding: 0;
}
.content > section > section[data-v-3c71fb85] {
  margin: 0 auto;
  margin-bottom: 32px;
  max-width: 100%;
}
@media (min-width: 992px) {
.content > section > section[data-v-3c71fb85] {
    max-width: 1200px;
}
}
.content .hide-desktop[data-v-3c71fb85] {
  display: block;
}
@media (min-width: 992px) {
.content .hide-desktop[data-v-3c71fb85] {
    display: none;
}
}
.content .hide-mobile[data-v-3c71fb85] {
  display: none;
}
@media (min-width: 992px) {
.content .hide-mobile[data-v-3c71fb85] {
    display: block;
}
}
.container[data-v-3c71fb85] {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 769px) {
.container[data-v-3c71fb85] {
    max-width: 769px;
}
}
@media (min-width: 992px) {
.container[data-v-3c71fb85] {
    max-width: 992px;
}
}
@media (min-width: 1200px) {
.container[data-v-3c71fb85] {
    max-width: 1200px;
}
}
.gate[data-v-3c71fb85] {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1d1d1d;
}
.gate__box[data-v-3c71fb85] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  max-width: 320px;
  padding: 32px;
  background: rgba(37, 37, 37, 0.5);
  border: 1px solid rgba(250, 250, 250, 0.08);
  border-radius: 12px;
  backdrop-filter: blur(12px);
}
.gate__label[data-v-3c71fb85] {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(250, 250, 250, 0.45);
}
.gate__row[data-v-3c71fb85] {
  display: flex;
  gap: 8px;
}
.gate__input[data-v-3c71fb85] {
  flex: 1;
  background: rgba(250, 250, 250, 0.06);
  border: 1px solid rgba(250, 250, 250, 0.12);
  border-radius: 8px;
  color: #fafafa;
  font-family: "Montserrat";
  font-size: 15px;
  padding: 10px 12px;
  outline: none;
  transition: border-color 0.2s;
}
.gate__input[data-v-3c71fb85]::placeholder {
  color: rgba(250, 250, 250, 0.2);
}
.gate__input[data-v-3c71fb85]:focus {
  border-color: rgba(175, 0, 255, 0.7);
}
.gate__toggle[data-v-3c71fb85] {
  background: transparent;
  border: 1px solid rgba(250, 250, 250, 0.12);
  border-radius: 8px;
  color: rgba(250, 250, 250, 0.45);
  cursor: pointer;
  font-size: 12px;
  padding: 0 12px;
  transition: color 0.2s;
}
.gate__toggle[data-v-3c71fb85]:hover {
  color: #fafafa;
}
.gate__error[data-v-3c71fb85] {
  margin: 0;
  font-size: 13px;
  color: #ff6b6b;
  animation: shake-3c71fb85 0.35s ease;
}
.gate__btn[data-v-3c71fb85] {
  margin-top: 4px;
  background: #af00ff;
  border: none;
  border-radius: 8px;
  color: #fafafa;
  cursor: pointer;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 700;
  padding: 11px;
  transition: opacity 0.2s;
}
.gate__btn[data-v-3c71fb85]:hover {
  opacity: 0.85;
}
@keyframes shake-3c71fb85 {
0%, 100% {
    transform: translateX(0);
}
25% {
    transform: translateX(-6px);
}
75% {
    transform: translateX(6px);
}
}
@keyframes title-slide-mobile-af7330dd {
from {
    left: 0;
}
to {
    left: 16px;
}
}
@keyframes title-slide-desktop-md-af7330dd {
from {
    left: 0;
}
to {
    left: 48px;
}
}
@keyframes title-slide-desktop-lg-af7330dd {
from {
    left: 0;
}
to {
    left: 64px;
}
}
@keyframes appear-af7330dd {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes slow-appear-af7330dd {
0% {
    opacity: 0;
}
30% {
    opacity: 0;
}
50% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes appear-from-bottom-af7330dd {
0% {
    transform: translateY(75px);
    opacity: 0;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
@keyframes appear-from-bottom-slow-af7330dd {
0% {
    transform: translateY(50px);
    opacity: 0;
}
40% {
    opacity: 0.1;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
@keyframes hue-low-af7330dd {
0% {
    -webkit-filter: hue-rotate(0deg);
}
50% {
    -webkit-filter: hue-rotate(-120deg);
}
100% {
    -webkit-filter: hue-rotate(0);
}
}
@keyframes hue-af7330dd {
from {
    -webkit-filter: hue-rotate(0deg);
}
to {
    -webkit-filter: hue-rotate(-360deg);
}
}
/* Montserrat – only the weights actually used in this project */
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-ExtraBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: block;
}
[data-v-af7330dd],[data-v-af7330dd]::before,[data-v-af7330dd]::after {
  box-sizing: border-box;
  font-family: "Montserrat";
  font-weight: normal;
  scroll-behavior: smooth;
  text-decoration: none;
}
a[data-v-af7330dd],
p[data-v-af7330dd],
h1[data-v-af7330dd],
h2[data-v-af7330dd],
h3[data-v-af7330dd],
h4[data-v-af7330dd],
h5[data-v-af7330dd],
h6[data-v-af7330dd] {
  margin: 8px 0;
}
strong[data-v-af7330dd],
b[data-v-af7330dd] {
  font-weight: 800;
}
body[data-v-af7330dd] {
  min-height: 100vh;
  color: #fafafa;
  background: #1d1d1d;
  line-height: 1.6;
  font-family: Inter, sans-serif;
  font-size: 15px;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: color 0.5s, background-color 0.5s;
}
#app[data-v-af7330dd] {
  width: 100%;
}
a[data-v-af7330dd] {
  background: transparent;
  color: #64b5f6;
  padding: 4px;
  text-decoration: none;
  transition: all 0.2s;
}
a[data-v-af7330dd]:hover {
  background-color: #5c657b;
}
p[data-v-af7330dd] {
  text-align: justify;
}
@media (min-width: 1024px) {
body[data-v-af7330dd] {
    display: flex;
    place-items: center;
    margin: 0;
}
}
.headline[data-v-af7330dd] {
  border-bottom: 2px solid rgba(250, 250, 250, 0.8);
  padding-bottom: 8px;
  margin-bottom: 16px;
}
.headline.headline--white[data-v-af7330dd] {
  color: #fafafa;
  border-color: #fafafa;
}
.in-viewport[data-v-af7330dd] {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.content[data-v-af7330dd] {
  margin: 32px auto;
}
.content > section[data-v-af7330dd] {
  color: #f5f5f7;
  padding: 16px 8px;
}
@media (min-width: 992px) {
.content > section[data-v-af7330dd] {
    padding: 32px 16px;
}
}
.content > section[data-v-af7330dd]:nth-child(2n) {
  background: rgba(37, 37, 37, 0.85);
}
.content > section.no-pad[data-v-af7330dd] {
  padding: 0;
}
.content > section > section[data-v-af7330dd] {
  margin: 0 auto;
  margin-bottom: 32px;
  max-width: 100%;
}
@media (min-width: 992px) {
.content > section > section[data-v-af7330dd] {
    max-width: 1200px;
}
}
.content .hide-desktop[data-v-af7330dd] {
  display: block;
}
@media (min-width: 992px) {
.content .hide-desktop[data-v-af7330dd] {
    display: none;
}
}
.content .hide-mobile[data-v-af7330dd] {
  display: none;
}
@media (min-width: 992px) {
.content .hide-mobile[data-v-af7330dd] {
    display: block;
}
}
.container[data-v-af7330dd] {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 769px) {
.container[data-v-af7330dd] {
    max-width: 769px;
}
}
@media (min-width: 992px) {
.container[data-v-af7330dd] {
    max-width: 992px;
}
}
@media (min-width: 1200px) {
.container[data-v-af7330dd] {
    max-width: 1200px;
}
}
.hero[data-v-af7330dd] {
  position: relative;
  overflow: hidden;
  padding: 150px 16px 64px;
}
.hero[data-v-af7330dd]::before, .hero[data-v-af7330dd]::after {
  content: "";
  position: absolute;
  inset: -20%;
  pointer-events: none;
  opacity: 0.9;
}
.hero[data-v-af7330dd]::before {
  background: radial-gradient(circle at 20% 25%, rgba(175, 0, 255, 0.12), transparent 55%), radial-gradient(circle at 80% 35%, rgba(100, 181, 246, 0.09), transparent 50%);
  filter: blur(10px);
}
.hero[data-v-af7330dd]::after {
  background: radial-gradient(circle at 50% 120%, rgba(255, 188, 82, 0.12), transparent 55%);
  filter: blur(18px);
  opacity: 0.7;
}
.hero__inner[data-v-af7330dd] {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  justify-items: center;
  gap: 32px;
}
.hero__copy[data-v-af7330dd] {
  user-select: none;
  text-align: center;
}
.hero__title[data-v-af7330dd] {
  margin: 0 0 16px;
  font-weight: 800;
  letter-spacing: -0.02em;
  font-size: clamp(2.2rem, 4.2vw, 3.6rem);
  background: linear-gradient(180deg, #fafafa 0%, #fafafa 55%, #252525 95%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.35));
}
.hero__subtitle[data-v-af7330dd] {
  margin: 0;
  color: rgba(250, 250, 250, 0.7921568627);
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  line-height: 1.6;
  text-align: center;
}
@media (prefers-reduced-motion: reduce) {
.hero__title[data-v-af7330dd],
  .hero__subtitle[data-v-af7330dd] {
    opacity: 1 !important;
    transform: none !important;
}
}
@keyframes title-slide-mobile-a8352a7c {
from {
    left: 0;
}
to {
    left: 16px;
}
}
@keyframes title-slide-desktop-md-a8352a7c {
from {
    left: 0;
}
to {
    left: 48px;
}
}
@keyframes title-slide-desktop-lg-a8352a7c {
from {
    left: 0;
}
to {
    left: 64px;
}
}
@keyframes appear-a8352a7c {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes slow-appear-a8352a7c {
0% {
    opacity: 0;
}
30% {
    opacity: 0;
}
50% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes appear-from-bottom-a8352a7c {
0% {
    transform: translateY(75px);
    opacity: 0;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
@keyframes appear-from-bottom-slow-a8352a7c {
0% {
    transform: translateY(50px);
    opacity: 0;
}
40% {
    opacity: 0.1;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
@keyframes hue-low-a8352a7c {
0% {
    -webkit-filter: hue-rotate(0deg);
}
50% {
    -webkit-filter: hue-rotate(-120deg);
}
100% {
    -webkit-filter: hue-rotate(0);
}
}
@keyframes hue-a8352a7c {
from {
    -webkit-filter: hue-rotate(0deg);
}
to {
    -webkit-filter: hue-rotate(-360deg);
}
}
/* Montserrat – only the weights actually used in this project */
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-ExtraBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: block;
}
[data-v-a8352a7c],[data-v-a8352a7c]::before,[data-v-a8352a7c]::after {
  box-sizing: border-box;
  font-family: "Montserrat";
  font-weight: normal;
  scroll-behavior: smooth;
  text-decoration: none;
}
a[data-v-a8352a7c],
p[data-v-a8352a7c],
h1[data-v-a8352a7c],
h2[data-v-a8352a7c],
h3[data-v-a8352a7c],
h4[data-v-a8352a7c],
h5[data-v-a8352a7c],
h6[data-v-a8352a7c] {
  margin: 8px 0;
}
strong[data-v-a8352a7c],
b[data-v-a8352a7c] {
  font-weight: 800;
}
body[data-v-a8352a7c] {
  min-height: 100vh;
  color: #fafafa;
  background: #1d1d1d;
  line-height: 1.6;
  font-family: Inter, sans-serif;
  font-size: 15px;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: color 0.5s, background-color 0.5s;
}
#app[data-v-a8352a7c] {
  width: 100%;
}
a[data-v-a8352a7c] {
  background: transparent;
  color: #64b5f6;
  padding: 4px;
  text-decoration: none;
  transition: all 0.2s;
}
a[data-v-a8352a7c]:hover {
  background-color: #5c657b;
}
p[data-v-a8352a7c] {
  text-align: justify;
}
@media (min-width: 1024px) {
body[data-v-a8352a7c] {
    display: flex;
    place-items: center;
    margin: 0;
}
}
.headline[data-v-a8352a7c] {
  border-bottom: 2px solid rgba(250, 250, 250, 0.8);
  padding-bottom: 8px;
  margin-bottom: 16px;
}
.headline.headline--white[data-v-a8352a7c] {
  color: #fafafa;
  border-color: #fafafa;
}
.in-viewport[data-v-a8352a7c] {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.content[data-v-a8352a7c] {
  margin: 32px auto;
}
.content > section[data-v-a8352a7c] {
  color: #f5f5f7;
  padding: 16px 8px;
}
@media (min-width: 992px) {
.content > section[data-v-a8352a7c] {
    padding: 32px 16px;
}
}
.content > section[data-v-a8352a7c]:nth-child(2n) {
  background: rgba(37, 37, 37, 0.85);
}
.content > section.no-pad[data-v-a8352a7c] {
  padding: 0;
}
.content > section > section[data-v-a8352a7c] {
  margin: 0 auto;
  margin-bottom: 32px;
  max-width: 100%;
}
@media (min-width: 992px) {
.content > section > section[data-v-a8352a7c] {
    max-width: 1200px;
}
}
.content .hide-desktop[data-v-a8352a7c] {
  display: block;
}
@media (min-width: 992px) {
.content .hide-desktop[data-v-a8352a7c] {
    display: none;
}
}
.content .hide-mobile[data-v-a8352a7c] {
  display: none;
}
@media (min-width: 992px) {
.content .hide-mobile[data-v-a8352a7c] {
    display: block;
}
}
.container[data-v-a8352a7c] {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 769px) {
.container[data-v-a8352a7c] {
    max-width: 769px;
}
}
@media (min-width: 992px) {
.container[data-v-a8352a7c] {
    max-width: 992px;
}
}
@media (min-width: 1200px) {
.container[data-v-a8352a7c] {
    max-width: 1200px;
}
}
.agenda[data-v-a8352a7c] {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 32px;
  margin: 0 auto;
  max-width: 1200px;
  opacity: 0;
  transform: translateY(90px);
  transition: all 0.75s ease;
}
.agenda__inner[data-v-a8352a7c] {
  display: grid;
  gap: 32px;
}
.agenda__header[data-v-a8352a7c] {
  text-align: center;
  max-width: 74ch;
  margin: 0 auto;
  padding: 32px 16px;
  border-radius: 16px;
  background-color: #1d1d1d;
  border: 2px solid transparent;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}
.agenda__title[data-v-a8352a7c] {
  margin: 0 0 16px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.12;
  font-size: clamp(1.6rem, 2.4vw, 2.1rem);
}
.agenda__subtitle[data-v-a8352a7c] {
  margin: 0;
  color: rgba(250, 250, 250, 0.78);
  font-size: clamp(1rem, 1.4vw, 1.05rem);
  line-height: 1.7;
  text-align: center;
  text-align: justify;
}
.agenda__panel[data-v-a8352a7c] {
  border-radius: 16px;
  background-color: #1d1d1d;
  border: 2px solid transparent;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}
.agenda__tabs[data-v-a8352a7c] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  padding: 16px;
  border-bottom: 1px solid rgba(250, 250, 250, 0.08);
  background-color: rgba(17, 17, 17, 0.18);
}
.agenda__tab[data-v-a8352a7c] {
  appearance: none;
  background: rgba(17, 17, 17, 0.25);
  border: 1px solid rgba(250, 250, 250, 0.12);
  color: rgba(250, 250, 250, 0.86);
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.01em;
  padding: 8px 16px;
  border-radius: 999px;
  transition: background 0.25s ease, color 0.25s ease, transform 0.2s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.agenda__tab[data-v-a8352a7c]:hover {
  background: rgba(37, 37, 37, 0.75);
  border-color: rgba(250, 250, 250, 0.22);
}
.agenda__tab[data-v-a8352a7c]:active {
  transform: translateY(1px);
}
.agenda__tab[data-v-a8352a7c]:focus-visible {
  outline: none;
  border-color: rgba(100, 181, 246, 0.8);
  box-shadow: 0 0 0 4px rgba(100, 181, 246, 0.18);
}
.agenda__tab.is-active[data-v-a8352a7c] {
  color: #fafafa;
  background: rgba(37, 37, 37, 0.85);
  border-color: rgba(100, 181, 246, 0.55);
  box-shadow: none;
}
.agenda__content[data-v-a8352a7c] {
  padding: 32px 16px;
}
@media (min-width: 992px) {
.agenda__content[data-v-a8352a7c] {
    padding: 64px 32px;
}
}
.agenda__contentTitle[data-v-a8352a7c] {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.01em;
  text-align: center;
}
.agenda__grid[data-v-a8352a7c] {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 992px) {
.agenda__grid[data-v-a8352a7c] {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}
}
.agenda__card[data-v-a8352a7c] {
  position: relative;
  background-color: #1d1d1d;
  border: 2px solid transparent;
  border-radius: 16px;
  padding: 32px 16px 16px;
  overflow: hidden;
  transition: border-color 0.3s ease;
}
.agenda__card[data-v-a8352a7c]:hover {
  border-color: #5c657b;
}
.agenda__badge[data-v-a8352a7c] {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  font-weight: 800;
  font-size: 13px;
  color: rgba(250, 250, 250, 0.9);
  background: rgba(17, 17, 17, 0.35);
  border: 1px solid rgba(250, 250, 250, 0.12);
}
.agenda__cardTitle[data-v-a8352a7c] {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.01em;
  padding-right: 48px;
}
.agenda__cardText[data-v-a8352a7c] {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(250, 250, 250, 0.7921568627);
  text-align: left;
}
@media (prefers-reduced-motion: reduce) {
.agenda[data-v-a8352a7c],
  .agenda__tab[data-v-a8352a7c],
  .agenda__card[data-v-a8352a7c] {
    transition: none;
}
}
@keyframes title-slide-mobile-82a06e83 {
from {
    left: 0;
}
to {
    left: 16px;
}
}
@keyframes title-slide-desktop-md-82a06e83 {
from {
    left: 0;
}
to {
    left: 48px;
}
}
@keyframes title-slide-desktop-lg-82a06e83 {
from {
    left: 0;
}
to {
    left: 64px;
}
}
@keyframes appear-82a06e83 {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes slow-appear-82a06e83 {
0% {
    opacity: 0;
}
30% {
    opacity: 0;
}
50% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes appear-from-bottom-82a06e83 {
0% {
    transform: translateY(75px);
    opacity: 0;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
@keyframes appear-from-bottom-slow-82a06e83 {
0% {
    transform: translateY(50px);
    opacity: 0;
}
40% {
    opacity: 0.1;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
@keyframes hue-low-82a06e83 {
0% {
    -webkit-filter: hue-rotate(0deg);
}
50% {
    -webkit-filter: hue-rotate(-120deg);
}
100% {
    -webkit-filter: hue-rotate(0);
}
}
@keyframes hue-82a06e83 {
from {
    -webkit-filter: hue-rotate(0deg);
}
to {
    -webkit-filter: hue-rotate(-360deg);
}
}
/* Montserrat – only the weights actually used in this project */
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-ExtraBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: block;
}
[data-v-82a06e83],[data-v-82a06e83]::before,[data-v-82a06e83]::after {
  box-sizing: border-box;
  font-family: "Montserrat";
  font-weight: normal;
  scroll-behavior: smooth;
  text-decoration: none;
}
a[data-v-82a06e83],
p[data-v-82a06e83],
h1[data-v-82a06e83],
h2[data-v-82a06e83],
h3[data-v-82a06e83],
h4[data-v-82a06e83],
h5[data-v-82a06e83],
h6[data-v-82a06e83] {
  margin: 8px 0;
}
strong[data-v-82a06e83],
b[data-v-82a06e83] {
  font-weight: 800;
}
body[data-v-82a06e83] {
  min-height: 100vh;
  color: #fafafa;
  background: #1d1d1d;
  line-height: 1.6;
  font-family: Inter, sans-serif;
  font-size: 15px;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: color 0.5s, background-color 0.5s;
}
#app[data-v-82a06e83] {
  width: 100%;
}
a[data-v-82a06e83] {
  background: transparent;
  color: #64b5f6;
  padding: 4px;
  text-decoration: none;
  transition: all 0.2s;
}
a[data-v-82a06e83]:hover {
  background-color: #5c657b;
}
p[data-v-82a06e83] {
  text-align: justify;
}
@media (min-width: 1024px) {
body[data-v-82a06e83] {
    display: flex;
    place-items: center;
    margin: 0;
}
}
.headline[data-v-82a06e83] {
  border-bottom: 2px solid rgba(250, 250, 250, 0.8);
  padding-bottom: 8px;
  margin-bottom: 16px;
}
.headline.headline--white[data-v-82a06e83] {
  color: #fafafa;
  border-color: #fafafa;
}
.in-viewport[data-v-82a06e83] {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.content[data-v-82a06e83] {
  margin: 32px auto;
}
.content > section[data-v-82a06e83] {
  color: #f5f5f7;
  padding: 16px 8px;
}
@media (min-width: 992px) {
.content > section[data-v-82a06e83] {
    padding: 32px 16px;
}
}
.content > section[data-v-82a06e83]:nth-child(2n) {
  background: rgba(37, 37, 37, 0.85);
}
.content > section.no-pad[data-v-82a06e83] {
  padding: 0;
}
.content > section > section[data-v-82a06e83] {
  margin: 0 auto;
  margin-bottom: 32px;
  max-width: 100%;
}
@media (min-width: 992px) {
.content > section > section[data-v-82a06e83] {
    max-width: 1200px;
}
}
.content .hide-desktop[data-v-82a06e83] {
  display: block;
}
@media (min-width: 992px) {
.content .hide-desktop[data-v-82a06e83] {
    display: none;
}
}
.content .hide-mobile[data-v-82a06e83] {
  display: none;
}
@media (min-width: 992px) {
.content .hide-mobile[data-v-82a06e83] {
    display: block;
}
}
.container[data-v-82a06e83] {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 769px) {
.container[data-v-82a06e83] {
    max-width: 769px;
}
}
@media (min-width: 992px) {
.container[data-v-82a06e83] {
    max-width: 992px;
}
}
@media (min-width: 1200px) {
.container[data-v-82a06e83] {
    max-width: 1200px;
}
}
.research[data-v-82a06e83] {
  margin: 0 auto;
}
.research-link[data-v-82a06e83] {
  color: #fafafa;
  font-weight: bold;
  text-decoration: underline;
}
.research-link[data-v-82a06e83]:hover {
  color: #64b5f6;
}
.research-wrapper[data-v-82a06e83] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.research-wrapper .research-item[data-v-82a06e83] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
  object-fit: contain;
  transition: 0.3s ease;
}
@media (min-width: 992px) {
.research-wrapper .research-item[data-v-82a06e83] {
    flex-direction: row;
}
.research-wrapper .research-item.reverse[data-v-82a06e83] {
    flex-direction: row-reverse;
}
}
.research-wrapper .research-item .research-image[data-v-82a06e83] {
  background: #fafafa;
  width: 100%;
  transition: 0.3s ease;
}
.research-wrapper .research-item .research-image[data-v-82a06e83]:hover {
  transform: scale(1.04);
}
.research-wrapper .research-link[data-v-82a06e83] {
  border: 2px solid #fafafa;
  display: flex;
  flex: 0.7;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.research-wrapper .paper[data-v-82a06e83] {
  flex: 1;
  padding: 0;
}
@media (min-width: 992px) {
.research-wrapper .paper[data-v-82a06e83] {
    margin-bottom: 16px;
    padding: 0 8px 8px;
}
}
.research-wrapper .paper .paper-description[data-v-82a06e83]:first-child {
  margin-top: 0;
}
.research-wrapper .image-link img[data-v-82a06e83] {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
@keyframes title-slide-mobile-c302750e {
from {
    left: 0;
}
to {
    left: 16px;
}
}
@keyframes title-slide-desktop-md-c302750e {
from {
    left: 0;
}
to {
    left: 48px;
}
}
@keyframes title-slide-desktop-lg-c302750e {
from {
    left: 0;
}
to {
    left: 64px;
}
}
@keyframes appear-c302750e {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes slow-appear-c302750e {
0% {
    opacity: 0;
}
30% {
    opacity: 0;
}
50% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes appear-from-bottom-c302750e {
0% {
    transform: translateY(75px);
    opacity: 0;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
@keyframes appear-from-bottom-slow-c302750e {
0% {
    transform: translateY(50px);
    opacity: 0;
}
40% {
    opacity: 0.1;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
@keyframes hue-low-c302750e {
0% {
    -webkit-filter: hue-rotate(0deg);
}
50% {
    -webkit-filter: hue-rotate(-120deg);
}
100% {
    -webkit-filter: hue-rotate(0);
}
}
@keyframes hue-c302750e {
from {
    -webkit-filter: hue-rotate(0deg);
}
to {
    -webkit-filter: hue-rotate(-360deg);
}
}
/* Montserrat – only the weights actually used in this project */
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-ExtraBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: block;
}
[data-v-c302750e],[data-v-c302750e]::before,[data-v-c302750e]::after {
  box-sizing: border-box;
  font-family: "Montserrat";
  font-weight: normal;
  scroll-behavior: smooth;
  text-decoration: none;
}
a[data-v-c302750e],
p[data-v-c302750e],
h1[data-v-c302750e],
h2[data-v-c302750e],
h3[data-v-c302750e],
h4[data-v-c302750e],
h5[data-v-c302750e],
h6[data-v-c302750e] {
  margin: 8px 0;
}
strong[data-v-c302750e],
b[data-v-c302750e] {
  font-weight: 800;
}
body[data-v-c302750e] {
  min-height: 100vh;
  color: #fafafa;
  background: #1d1d1d;
  line-height: 1.6;
  font-family: Inter, sans-serif;
  font-size: 15px;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: color 0.5s, background-color 0.5s;
}
#app[data-v-c302750e] {
  width: 100%;
}
a[data-v-c302750e] {
  background: transparent;
  color: #64b5f6;
  padding: 4px;
  text-decoration: none;
  transition: all 0.2s;
}
a[data-v-c302750e]:hover {
  background-color: #5c657b;
}
p[data-v-c302750e] {
  text-align: justify;
}
@media (min-width: 1024px) {
body[data-v-c302750e] {
    display: flex;
    place-items: center;
    margin: 0;
}
}
.headline[data-v-c302750e] {
  border-bottom: 2px solid rgba(250, 250, 250, 0.8);
  padding-bottom: 8px;
  margin-bottom: 16px;
}
.headline.headline--white[data-v-c302750e] {
  color: #fafafa;
  border-color: #fafafa;
}
.in-viewport[data-v-c302750e] {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.content[data-v-c302750e] {
  margin: 32px auto;
}
.content > section[data-v-c302750e] {
  color: #f5f5f7;
  padding: 16px 8px;
}
@media (min-width: 992px) {
.content > section[data-v-c302750e] {
    padding: 32px 16px;
}
}
.content > section[data-v-c302750e]:nth-child(2n) {
  background: rgba(37, 37, 37, 0.85);
}
.content > section.no-pad[data-v-c302750e] {
  padding: 0;
}
.content > section > section[data-v-c302750e] {
  margin: 0 auto;
  margin-bottom: 32px;
  max-width: 100%;
}
@media (min-width: 992px) {
.content > section > section[data-v-c302750e] {
    max-width: 1200px;
}
}
.content .hide-desktop[data-v-c302750e] {
  display: block;
}
@media (min-width: 992px) {
.content .hide-desktop[data-v-c302750e] {
    display: none;
}
}
.content .hide-mobile[data-v-c302750e] {
  display: none;
}
@media (min-width: 992px) {
.content .hide-mobile[data-v-c302750e] {
    display: block;
}
}
.container[data-v-c302750e] {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 769px) {
.container[data-v-c302750e] {
    max-width: 769px;
}
}
@media (min-width: 992px) {
.container[data-v-c302750e] {
    max-width: 992px;
}
}
@media (min-width: 1200px) {
.container[data-v-c302750e] {
    max-width: 1200px;
}
}
.research-data[data-v-c302750e] {
  margin: 0 auto;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.75s ease;
}
.research-data a[data-v-c302750e] {
  color: #fafafa;
  font-weight: bold;
  text-decoration: underline;
}
.research-data a[data-v-c302750e]:hover {
  color: #64b5f6;
}/**
 * Swiper 11.2.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 3, 2025
 */

/* FONT_START */
@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;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
: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;
  /* Fix of Webkit flickering */
  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;
}
/* Auto Height */
.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;
}
/* 3D Effects */
.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;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.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);
}
/* Slide styles start */
/* 3D Shadows */
.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);
  }
}
/* Slide styles end */
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.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;
}
/* Navigation font start */
.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';
}
/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.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;
}
/* Common Styles */
.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%;
}
/* Bullets */
.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;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.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;
}

@keyframes title-slide-mobile-ae716076 {
from {
    left: 0;
}
to {
    left: 16px;
}
}
@keyframes title-slide-desktop-md-ae716076 {
from {
    left: 0;
}
to {
    left: 48px;
}
}
@keyframes title-slide-desktop-lg-ae716076 {
from {
    left: 0;
}
to {
    left: 64px;
}
}
@keyframes appear-ae716076 {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes slow-appear-ae716076 {
0% {
    opacity: 0;
}
30% {
    opacity: 0;
}
50% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes appear-from-bottom-ae716076 {
0% {
    transform: translateY(75px);
    opacity: 0;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
@keyframes appear-from-bottom-slow-ae716076 {
0% {
    transform: translateY(50px);
    opacity: 0;
}
40% {
    opacity: 0.1;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
@keyframes hue-low-ae716076 {
0% {
    -webkit-filter: hue-rotate(0deg);
}
50% {
    -webkit-filter: hue-rotate(-120deg);
}
100% {
    -webkit-filter: hue-rotate(0);
}
}
@keyframes hue-ae716076 {
from {
    -webkit-filter: hue-rotate(0deg);
}
to {
    -webkit-filter: hue-rotate(-360deg);
}
}
/* Montserrat – only the weights actually used in this project */
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-ExtraBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: block;
}
[data-v-ae716076],[data-v-ae716076]::before,[data-v-ae716076]::after {
  box-sizing: border-box;
  font-family: "Montserrat";
  font-weight: normal;
  scroll-behavior: smooth;
  text-decoration: none;
}
a[data-v-ae716076],
p[data-v-ae716076],
h1[data-v-ae716076],
h2[data-v-ae716076],
h3[data-v-ae716076],
h4[data-v-ae716076],
h5[data-v-ae716076],
h6[data-v-ae716076] {
  margin: 8px 0;
}
strong[data-v-ae716076],
b[data-v-ae716076] {
  font-weight: 800;
}
body[data-v-ae716076] {
  min-height: 100vh;
  color: #fafafa;
  background: #1d1d1d;
  line-height: 1.6;
  font-family: Inter, sans-serif;
  font-size: 15px;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: color 0.5s, background-color 0.5s;
}
#app[data-v-ae716076] {
  width: 100%;
}
a[data-v-ae716076] {
  background: transparent;
  color: #64b5f6;
  padding: 4px;
  text-decoration: none;
  transition: all 0.2s;
}
a[data-v-ae716076]:hover {
  background-color: #5c657b;
}
p[data-v-ae716076] {
  text-align: justify;
}
@media (min-width: 1024px) {
body[data-v-ae716076] {
    display: flex;
    place-items: center;
    margin: 0;
}
}
.headline[data-v-ae716076] {
  border-bottom: 2px solid rgba(250, 250, 250, 0.8);
  padding-bottom: 8px;
  margin-bottom: 16px;
}
.headline.headline--white[data-v-ae716076] {
  color: #fafafa;
  border-color: #fafafa;
}
.in-viewport[data-v-ae716076] {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.content[data-v-ae716076] {
  margin: 32px auto;
}
.content > section[data-v-ae716076] {
  color: #f5f5f7;
  padding: 16px 8px;
}
@media (min-width: 992px) {
.content > section[data-v-ae716076] {
    padding: 32px 16px;
}
}
.content > section[data-v-ae716076]:nth-child(2n) {
  background: rgba(37, 37, 37, 0.85);
}
.content > section.no-pad[data-v-ae716076] {
  padding: 0;
}
.content > section > section[data-v-ae716076] {
  margin: 0 auto;
  margin-bottom: 32px;
  max-width: 100%;
}
@media (min-width: 992px) {
.content > section > section[data-v-ae716076] {
    max-width: 1200px;
}
}
.content .hide-desktop[data-v-ae716076] {
  display: block;
}
@media (min-width: 992px) {
.content .hide-desktop[data-v-ae716076] {
    display: none;
}
}
.content .hide-mobile[data-v-ae716076] {
  display: none;
}
@media (min-width: 992px) {
.content .hide-mobile[data-v-ae716076] {
    display: block;
}
}
.container[data-v-ae716076] {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 769px) {
.container[data-v-ae716076] {
    max-width: 769px;
}
}
@media (min-width: 992px) {
.container[data-v-ae716076] {
    max-width: 992px;
}
}
@media (min-width: 1200px) {
.container[data-v-ae716076] {
    max-width: 1200px;
}
}
.swiper-component[data-v-ae716076] {
  margin: 0 auto;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.75s ease;
}
[data-v-ae716076] .swiper {
  max-width: 100%;
  width: 100%;
}
@media (min-width: 992px) {
[data-v-ae716076] .swiper {
    max-width: 1200px;
}
}
[data-v-ae716076] .swiper-wrapper {
  padding-bottom: 34px;
}
[data-v-ae716076] .swiper-slide {
  height: auto;
}
.slide[data-v-ae716076] {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  background-color: #1d1d1d;
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  height: 100%;
}
@media (min-width: 992px) {
.slide[data-v-ae716076] {
    grid-template-columns: 1.05fr 1fr;
    gap: 32px;
    padding: 32px;
    align-items: center;
}
}
.slide__media[data-v-ae716076] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  background: rgba(17, 17, 17, 0.25);
  border: 1px solid rgba(250, 250, 250, 0.1);
  border-radius: 8px;
  overflow: hidden;
}
.slide__media img[data-v-ae716076] {
  width: 100%;
  max-height: 320px;
  object-fit: contain;
  user-select: none;
}
a.slide__media[data-v-ae716076] {
  transition: border-color 0.2s ease, background 0.2s ease;
}
a.slide__media[data-v-ae716076]:hover {
  background: rgba(37, 37, 37, 0.65);
  border-color: rgba(92, 101, 123, 0.9);
}
.slide__content[data-v-ae716076] {
  display: flex;
  align-items: center;
}
.slide__text[data-v-ae716076] {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(250, 250, 250, 0.7921568627);
  user-select: none;
}
[data-v-ae716076] .swiper-button-prev,[data-v-ae716076] .swiper-button-next {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.55);
  border: 1px solid rgba(250, 250, 250, 0.12);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.35);
  transition: background 0.2s ease, border-color 0.2s ease;
}
[data-v-ae716076] .swiper-button-prev:hover,[data-v-ae716076] .swiper-button-next:hover {
  background: rgba(17, 17, 17, 0.75);
  border-color: rgba(250, 250, 250, 0.22);
}
[data-v-ae716076] .swiper-button-prev::after,[data-v-ae716076] .swiper-button-next::after {
  font-size: 14px;
  font-weight: 700;
  color: rgba(250, 250, 250, 0.9);
}
[data-v-ae716076] .swiper-button-disabled {
  opacity: 0.25;
}
[data-v-ae716076] .swiper-pagination {
  bottom: 0;
}
[data-v-ae716076] .swiper-pagination-bullet {
  background: rgba(250, 250, 250, 0.35);
  opacity: 1;
}
[data-v-ae716076] .swiper-pagination-bullet-active {
  background: rgba(100, 181, 246, 0.9);
}
@media (prefers-reduced-motion: reduce) {
[data-v-ae716076] .swiper-button-prev,[data-v-ae716076] .swiper-button-next,
  a.slide__media[data-v-ae716076] {
    transition: none;
}
}
@keyframes title-slide-mobile-31399d6e {
from {
    left: 0;
}
to {
    left: 16px;
}
}
@keyframes title-slide-desktop-md-31399d6e {
from {
    left: 0;
}
to {
    left: 48px;
}
}
@keyframes title-slide-desktop-lg-31399d6e {
from {
    left: 0;
}
to {
    left: 64px;
}
}
@keyframes appear-31399d6e {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes slow-appear-31399d6e {
0% {
    opacity: 0;
}
30% {
    opacity: 0;
}
50% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes appear-from-bottom-31399d6e {
0% {
    transform: translateY(75px);
    opacity: 0;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
@keyframes appear-from-bottom-slow-31399d6e {
0% {
    transform: translateY(50px);
    opacity: 0;
}
40% {
    opacity: 0.1;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
@keyframes hue-low-31399d6e {
0% {
    -webkit-filter: hue-rotate(0deg);
}
50% {
    -webkit-filter: hue-rotate(-120deg);
}
100% {
    -webkit-filter: hue-rotate(0);
}
}
@keyframes hue-31399d6e {
from {
    -webkit-filter: hue-rotate(0deg);
}
to {
    -webkit-filter: hue-rotate(-360deg);
}
}
/* Montserrat – only the weights actually used in this project */
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-ExtraBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: block;
}
[data-v-31399d6e],[data-v-31399d6e]::before,[data-v-31399d6e]::after {
  box-sizing: border-box;
  font-family: "Montserrat";
  font-weight: normal;
  scroll-behavior: smooth;
  text-decoration: none;
}
a[data-v-31399d6e],
p[data-v-31399d6e],
h1[data-v-31399d6e],
h2[data-v-31399d6e],
h3[data-v-31399d6e],
h4[data-v-31399d6e],
h5[data-v-31399d6e],
h6[data-v-31399d6e] {
  margin: 8px 0;
}
strong[data-v-31399d6e],
b[data-v-31399d6e] {
  font-weight: 800;
}
body[data-v-31399d6e] {
  min-height: 100vh;
  color: #fafafa;
  background: #1d1d1d;
  line-height: 1.6;
  font-family: Inter, sans-serif;
  font-size: 15px;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: color 0.5s, background-color 0.5s;
}
#app[data-v-31399d6e] {
  width: 100%;
}
a[data-v-31399d6e] {
  background: transparent;
  color: #64b5f6;
  padding: 4px;
  text-decoration: none;
  transition: all 0.2s;
}
a[data-v-31399d6e]:hover {
  background-color: #5c657b;
}
p[data-v-31399d6e] {
  text-align: justify;
}
@media (min-width: 1024px) {
body[data-v-31399d6e] {
    display: flex;
    place-items: center;
    margin: 0;
}
}
.headline[data-v-31399d6e] {
  border-bottom: 2px solid rgba(250, 250, 250, 0.8);
  padding-bottom: 8px;
  margin-bottom: 16px;
}
.headline.headline--white[data-v-31399d6e] {
  color: #fafafa;
  border-color: #fafafa;
}
.in-viewport[data-v-31399d6e] {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.content[data-v-31399d6e] {
  margin: 32px auto;
}
.content > section[data-v-31399d6e] {
  color: #f5f5f7;
  padding: 16px 8px;
}
@media (min-width: 992px) {
.content > section[data-v-31399d6e] {
    padding: 32px 16px;
}
}
.content > section[data-v-31399d6e]:nth-child(2n) {
  background: rgba(37, 37, 37, 0.85);
}
.content > section.no-pad[data-v-31399d6e] {
  padding: 0;
}
.content > section > section[data-v-31399d6e] {
  margin: 0 auto;
  margin-bottom: 32px;
  max-width: 100%;
}
@media (min-width: 992px) {
.content > section > section[data-v-31399d6e] {
    max-width: 1200px;
}
}
.content .hide-desktop[data-v-31399d6e] {
  display: block;
}
@media (min-width: 992px) {
.content .hide-desktop[data-v-31399d6e] {
    display: none;
}
}
.content .hide-mobile[data-v-31399d6e] {
  display: none;
}
@media (min-width: 992px) {
.content .hide-mobile[data-v-31399d6e] {
    display: block;
}
}
.container[data-v-31399d6e] {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 769px) {
.container[data-v-31399d6e] {
    max-width: 769px;
}
}
@media (min-width: 992px) {
.container[data-v-31399d6e] {
    max-width: 992px;
}
}
@media (min-width: 1200px) {
.container[data-v-31399d6e] {
    max-width: 1200px;
}
}
.card-wrapper[data-v-31399d6e] {
  color: #fafafa;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.75s ease;
}
.card-title[data-v-31399d6e] {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
  text-align: center;
}
.projects[data-v-31399d6e] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
.projects[data-v-31399d6e] {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 32px;
}
}
.projects a.project-item[data-v-31399d6e]:hover {
  background-color: #252525;
  border-color: #5c657b;
}
.project-item[data-v-31399d6e] {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #1d1d1d;
  border: 2px solid transparent;
  padding: calc(16px * 1.5) 16px 16px;
  border-radius: 8px;
  flex: 1 1 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
.project-item[data-v-31399d6e] {
    flex: 1 1 calc(33.333% - 32px);
    max-width: calc(33.333% - 32px);
}
.project-item.project-item-large[data-v-31399d6e] {
    flex: 1 1 calc(50% - 32px);
    max-width: calc(50% - 32px);
}
}
.project-image[data-v-31399d6e] {
  width: 100%;
  max-height: 256px;
  border-radius: 8px;
  object-fit: contain;
}
@media (min-width: 769px) {
.project-image[data-v-31399d6e] {
    height: 256px;
}
}
.project-info[data-v-31399d6e] {
  margin-top: 16px;
  text-align: center;
}
.project-title[data-v-31399d6e] {
  font-size: 16px;
  font-weight: bold;
}
.project-description[data-v-31399d6e] {
  font-size: 14px;
  color: rgba(250, 250, 250, 0.7921568627);
}
@keyframes title-slide-mobile-c1202131 {
from {
    left: 0;
}
to {
    left: 16px;
}
}
@keyframes title-slide-desktop-md-c1202131 {
from {
    left: 0;
}
to {
    left: 48px;
}
}
@keyframes title-slide-desktop-lg-c1202131 {
from {
    left: 0;
}
to {
    left: 64px;
}
}
@keyframes appear-c1202131 {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes slow-appear-c1202131 {
0% {
    opacity: 0;
}
30% {
    opacity: 0;
}
50% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes appear-from-bottom-c1202131 {
0% {
    transform: translateY(75px);
    opacity: 0;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
@keyframes appear-from-bottom-slow-c1202131 {
0% {
    transform: translateY(50px);
    opacity: 0;
}
40% {
    opacity: 0.1;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
@keyframes hue-low-c1202131 {
0% {
    -webkit-filter: hue-rotate(0deg);
}
50% {
    -webkit-filter: hue-rotate(-120deg);
}
100% {
    -webkit-filter: hue-rotate(0);
}
}
@keyframes hue-c1202131 {
from {
    -webkit-filter: hue-rotate(0deg);
}
to {
    -webkit-filter: hue-rotate(-360deg);
}
}
/* Montserrat – only the weights actually used in this project */
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-ExtraBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: block;
}
[data-v-c1202131],[data-v-c1202131]::before,[data-v-c1202131]::after {
  box-sizing: border-box;
  font-family: "Montserrat";
  font-weight: normal;
  scroll-behavior: smooth;
  text-decoration: none;
}
a[data-v-c1202131],
p[data-v-c1202131],
h1[data-v-c1202131],
h2[data-v-c1202131],
h3[data-v-c1202131],
h4[data-v-c1202131],
h5[data-v-c1202131],
h6[data-v-c1202131] {
  margin: 8px 0;
}
strong[data-v-c1202131],
b[data-v-c1202131] {
  font-weight: 800;
}
body[data-v-c1202131] {
  min-height: 100vh;
  color: #fafafa;
  background: #1d1d1d;
  line-height: 1.6;
  font-family: Inter, sans-serif;
  font-size: 15px;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: color 0.5s, background-color 0.5s;
}
#app[data-v-c1202131] {
  width: 100%;
}
a[data-v-c1202131] {
  background: transparent;
  color: #64b5f6;
  padding: 4px;
  text-decoration: none;
  transition: all 0.2s;
}
a[data-v-c1202131]:hover {
  background-color: #5c657b;
}
p[data-v-c1202131] {
  text-align: justify;
}
@media (min-width: 1024px) {
body[data-v-c1202131] {
    display: flex;
    place-items: center;
    margin: 0;
}
}
.headline[data-v-c1202131] {
  border-bottom: 2px solid rgba(250, 250, 250, 0.8);
  padding-bottom: 8px;
  margin-bottom: 16px;
}
.headline.headline--white[data-v-c1202131] {
  color: #fafafa;
  border-color: #fafafa;
}
.in-viewport[data-v-c1202131] {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.content[data-v-c1202131] {
  margin: 32px auto;
}
.content > section[data-v-c1202131] {
  color: #f5f5f7;
  padding: 16px 8px;
}
@media (min-width: 992px) {
.content > section[data-v-c1202131] {
    padding: 32px 16px;
}
}
.content > section[data-v-c1202131]:nth-child(2n) {
  background: rgba(37, 37, 37, 0.85);
}
.content > section.no-pad[data-v-c1202131] {
  padding: 0;
}
.content > section > section[data-v-c1202131] {
  margin: 0 auto;
  margin-bottom: 32px;
  max-width: 100%;
}
@media (min-width: 992px) {
.content > section > section[data-v-c1202131] {
    max-width: 1200px;
}
}
.content .hide-desktop[data-v-c1202131] {
  display: block;
}
@media (min-width: 992px) {
.content .hide-desktop[data-v-c1202131] {
    display: none;
}
}
.content .hide-mobile[data-v-c1202131] {
  display: none;
}
@media (min-width: 992px) {
.content .hide-mobile[data-v-c1202131] {
    display: block;
}
}
.container[data-v-c1202131] {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 769px) {
.container[data-v-c1202131] {
    max-width: 769px;
}
}
@media (min-width: 992px) {
.container[data-v-c1202131] {
    max-width: 992px;
}
}
@media (min-width: 1200px) {
.container[data-v-c1202131] {
    max-width: 1200px;
}
}
.news-section[data-v-c1202131] {
  background: #1b1b1b;
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.news-section .section-title[data-v-c1202131] {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 1.5rem;
  color: #fff;
}
.news-section .news-list[data-v-c1202131] {
  list-style: none;
  padding: 0;
  margin: 0;
}
.news-section .news-list .news-item[data-v-c1202131] {
  margin-bottom: 1rem;
  line-height: 1.6;
  color: #ccc;
}
.news-section .news-list .news-item a[data-v-c1202131] {
  color: #4da6ff;
  text-decoration: none;
}
.news-section .news-list .news-item a[data-v-c1202131]:hover {
  text-decoration: underline;
}
@keyframes title-slide-mobile-3c10a6da {
from {
    left: 0;
}
to {
    left: 16px;
}
}
@keyframes title-slide-desktop-md-3c10a6da {
from {
    left: 0;
}
to {
    left: 48px;
}
}
@keyframes title-slide-desktop-lg-3c10a6da {
from {
    left: 0;
}
to {
    left: 64px;
}
}
@keyframes appear-3c10a6da {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes slow-appear-3c10a6da {
0% {
    opacity: 0;
}
30% {
    opacity: 0;
}
50% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes appear-from-bottom-3c10a6da {
0% {
    transform: translateY(75px);
    opacity: 0;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
@keyframes appear-from-bottom-slow-3c10a6da {
0% {
    transform: translateY(50px);
    opacity: 0;
}
40% {
    opacity: 0.1;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
@keyframes hue-low-3c10a6da {
0% {
    -webkit-filter: hue-rotate(0deg);
}
50% {
    -webkit-filter: hue-rotate(-120deg);
}
100% {
    -webkit-filter: hue-rotate(0);
}
}
@keyframes hue-3c10a6da {
from {
    -webkit-filter: hue-rotate(0deg);
}
to {
    -webkit-filter: hue-rotate(-360deg);
}
}
/* Montserrat – only the weights actually used in this project */
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-ExtraBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: block;
}
[data-v-3c10a6da],[data-v-3c10a6da]::before,[data-v-3c10a6da]::after {
  box-sizing: border-box;
  font-family: "Montserrat";
  font-weight: normal;
  scroll-behavior: smooth;
  text-decoration: none;
}
a[data-v-3c10a6da],
p[data-v-3c10a6da],
h1[data-v-3c10a6da],
h2[data-v-3c10a6da],
h3[data-v-3c10a6da],
h4[data-v-3c10a6da],
h5[data-v-3c10a6da],
h6[data-v-3c10a6da] {
  margin: 8px 0;
}
strong[data-v-3c10a6da],
b[data-v-3c10a6da] {
  font-weight: 800;
}
body[data-v-3c10a6da] {
  min-height: 100vh;
  color: #fafafa;
  background: #1d1d1d;
  line-height: 1.6;
  font-family: Inter, sans-serif;
  font-size: 15px;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: color 0.5s, background-color 0.5s;
}
#app[data-v-3c10a6da] {
  width: 100%;
}
a[data-v-3c10a6da] {
  background: transparent;
  color: #64b5f6;
  padding: 4px;
  text-decoration: none;
  transition: all 0.2s;
}
a[data-v-3c10a6da]:hover {
  background-color: #5c657b;
}
p[data-v-3c10a6da] {
  text-align: justify;
}
@media (min-width: 1024px) {
body[data-v-3c10a6da] {
    display: flex;
    place-items: center;
    margin: 0;
}
}
.headline[data-v-3c10a6da] {
  border-bottom: 2px solid rgba(250, 250, 250, 0.8);
  padding-bottom: 8px;
  margin-bottom: 16px;
}
.headline.headline--white[data-v-3c10a6da] {
  color: #fafafa;
  border-color: #fafafa;
}
.in-viewport[data-v-3c10a6da] {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.content[data-v-3c10a6da] {
  margin: 32px auto;
}
.content > section[data-v-3c10a6da] {
  color: #f5f5f7;
  padding: 16px 8px;
}
@media (min-width: 992px) {
.content > section[data-v-3c10a6da] {
    padding: 32px 16px;
}
}
.content > section[data-v-3c10a6da]:nth-child(2n) {
  background: rgba(37, 37, 37, 0.85);
}
.content > section.no-pad[data-v-3c10a6da] {
  padding: 0;
}
.content > section > section[data-v-3c10a6da] {
  margin: 0 auto;
  margin-bottom: 32px;
  max-width: 100%;
}
@media (min-width: 992px) {
.content > section > section[data-v-3c10a6da] {
    max-width: 1200px;
}
}
.content .hide-desktop[data-v-3c10a6da] {
  display: block;
}
@media (min-width: 992px) {
.content .hide-desktop[data-v-3c10a6da] {
    display: none;
}
}
.content .hide-mobile[data-v-3c10a6da] {
  display: none;
}
@media (min-width: 992px) {
.content .hide-mobile[data-v-3c10a6da] {
    display: block;
}
}
.container[data-v-3c10a6da] {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 769px) {
.container[data-v-3c10a6da] {
    max-width: 769px;
}
}
@media (min-width: 992px) {
.container[data-v-3c10a6da] {
    max-width: 992px;
}
}
@media (min-width: 1200px) {
.container[data-v-3c10a6da] {
    max-width: 1200px;
}
}
.experience-scope[data-v-3c10a6da] {
  color: #fafafa;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.75s ease;
}
.title[data-v-3c10a6da] {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 32px;
  text-align: center;
}
.cards[data-v-3c10a6da] {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 992px) {
.cards[data-v-3c10a6da] {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}
}
.card[data-v-3c10a6da] {
  background-color: #1d1d1d;
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 16px;
}
.card[data-v-3c10a6da]:hover {
  border-color: #5c657b;
}
.card-title[data-v-3c10a6da] {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}
.card-text[data-v-3c10a6da] {
  font-size: 14px;
  color: rgba(250, 250, 250, 0.7921568627);
  line-height: 1.6;
}
.customers[data-v-3c10a6da] {
  margin-top: 64px;
}
.customers-title[data-v-3c10a6da] {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px;
}
.customers-note[data-v-3c10a6da] {
  text-align: center;
  color: rgba(250, 250, 250, 0.7921568627);
  font-size: 14px;
  margin-bottom: 16px;
}
.logo-box[data-v-3c10a6da] {
  background: rgba(37, 37, 37, 0.75);
  border-radius: 8px;
  border: 1px solid rgba(250, 250, 250, 0.1);
  overflow: hidden;
  padding: 16px 0;
  mask-image: linear-gradient(90deg, transparent 0%, rgb(0, 0, 0) 10%, rgb(0, 0, 0) 90%, transparent 100%);
}
.logo-track[data-v-3c10a6da] {
  --duration: 18s;
  display: flex;
  gap: 32px;
  width: max-content;
  animation: marquee-3c10a6da var(--duration) linear infinite;
  padding: 0;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
@media (prefers-reduced-motion: reduce) {
.logo-track[data-v-3c10a6da] {
    animation: none;
}
}
.logo[data-v-3c10a6da] {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  max-width: 180px;
}
.logo-inner[data-v-3c10a6da] {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(17, 17, 17, 0.35);
  border: 1px solid rgba(250, 250, 250, 0.12);
  border-radius: 8px;
  padding: 8px 16px;
  color: #fafafa;
  text-decoration: none;
  width: 100%;
}
.logo-inner[data-v-3c10a6da]:hover {
  border-color: rgba(250, 250, 250, 0.25);
  background: rgba(17, 17, 17, 0.45);
}
.logo-img[data-v-3c10a6da] {
  height: 28px;
  width: auto;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.9;
}
.logo-text[data-v-3c10a6da] {
  font-size: 14px;
  color: #f5f5f7;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@keyframes marquee-3c10a6da {
0% {
    transform: translateX(0);
}
100% {
    transform: translateX(-50%);
}
}
@keyframes title-slide-mobile-8cfa2dfa {
from {
    left: 0;
}
to {
    left: 16px;
}
}
@keyframes title-slide-desktop-md-8cfa2dfa {
from {
    left: 0;
}
to {
    left: 48px;
}
}
@keyframes title-slide-desktop-lg-8cfa2dfa {
from {
    left: 0;
}
to {
    left: 64px;
}
}
@keyframes appear-8cfa2dfa {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes slow-appear-8cfa2dfa {
0% {
    opacity: 0;
}
30% {
    opacity: 0;
}
50% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes appear-from-bottom-8cfa2dfa {
0% {
    transform: translateY(75px);
    opacity: 0;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
@keyframes appear-from-bottom-slow-8cfa2dfa {
0% {
    transform: translateY(50px);
    opacity: 0;
}
40% {
    opacity: 0.1;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
@keyframes hue-low-8cfa2dfa {
0% {
    -webkit-filter: hue-rotate(0deg);
}
50% {
    -webkit-filter: hue-rotate(-120deg);
}
100% {
    -webkit-filter: hue-rotate(0);
}
}
@keyframes hue-8cfa2dfa {
from {
    -webkit-filter: hue-rotate(0deg);
}
to {
    -webkit-filter: hue-rotate(-360deg);
}
}
/* Montserrat – only the weights actually used in this project */
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-ExtraBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: block;
}
[data-v-8cfa2dfa],[data-v-8cfa2dfa]::before,[data-v-8cfa2dfa]::after {
  box-sizing: border-box;
  font-family: "Montserrat";
  font-weight: normal;
  scroll-behavior: smooth;
  text-decoration: none;
}
a[data-v-8cfa2dfa],
p[data-v-8cfa2dfa],
h1[data-v-8cfa2dfa],
h2[data-v-8cfa2dfa],
h3[data-v-8cfa2dfa],
h4[data-v-8cfa2dfa],
h5[data-v-8cfa2dfa],
h6[data-v-8cfa2dfa] {
  margin: 8px 0;
}
strong[data-v-8cfa2dfa],
b[data-v-8cfa2dfa] {
  font-weight: 800;
}
body[data-v-8cfa2dfa] {
  min-height: 100vh;
  color: #fafafa;
  background: #1d1d1d;
  line-height: 1.6;
  font-family: Inter, sans-serif;
  font-size: 15px;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: color 0.5s, background-color 0.5s;
}
#app[data-v-8cfa2dfa] {
  width: 100%;
}
a[data-v-8cfa2dfa] {
  background: transparent;
  color: #64b5f6;
  padding: 4px;
  text-decoration: none;
  transition: all 0.2s;
}
a[data-v-8cfa2dfa]:hover {
  background-color: #5c657b;
}
p[data-v-8cfa2dfa] {
  text-align: justify;
}
@media (min-width: 1024px) {
body[data-v-8cfa2dfa] {
    display: flex;
    place-items: center;
    margin: 0;
}
}
.headline[data-v-8cfa2dfa] {
  border-bottom: 2px solid rgba(250, 250, 250, 0.8);
  padding-bottom: 8px;
  margin-bottom: 16px;
}
.headline.headline--white[data-v-8cfa2dfa] {
  color: #fafafa;
  border-color: #fafafa;
}
.in-viewport[data-v-8cfa2dfa] {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.content[data-v-8cfa2dfa] {
  margin: 32px auto;
}
.content > section[data-v-8cfa2dfa] {
  color: #f5f5f7;
  padding: 16px 8px;
}
@media (min-width: 992px) {
.content > section[data-v-8cfa2dfa] {
    padding: 32px 16px;
}
}
.content > section[data-v-8cfa2dfa]:nth-child(2n) {
  background: rgba(37, 37, 37, 0.85);
}
.content > section.no-pad[data-v-8cfa2dfa] {
  padding: 0;
}
.content > section > section[data-v-8cfa2dfa] {
  margin: 0 auto;
  margin-bottom: 32px;
  max-width: 100%;
}
@media (min-width: 992px) {
.content > section > section[data-v-8cfa2dfa] {
    max-width: 1200px;
}
}
.content .hide-desktop[data-v-8cfa2dfa] {
  display: block;
}
@media (min-width: 992px) {
.content .hide-desktop[data-v-8cfa2dfa] {
    display: none;
}
}
.content .hide-mobile[data-v-8cfa2dfa] {
  display: none;
}
@media (min-width: 992px) {
.content .hide-mobile[data-v-8cfa2dfa] {
    display: block;
}
}
.container[data-v-8cfa2dfa] {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 769px) {
.container[data-v-8cfa2dfa] {
    max-width: 769px;
}
}
@media (min-width: 992px) {
.container[data-v-8cfa2dfa] {
    max-width: 992px;
}
}
@media (min-width: 1200px) {
.container[data-v-8cfa2dfa] {
    max-width: 1200px;
}
}
.own-products[data-v-8cfa2dfa] {
  color: #fafafa;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.75s ease;
}
.header[data-v-8cfa2dfa] {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 32px;
  align-items: center;
}
.title[data-v-8cfa2dfa] {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
.status[data-v-8cfa2dfa] {
  font-size: 13px;
  color: rgba(250, 250, 250, 0.7921568627);
  border: 1px solid rgba(250, 250, 250, 0.2);
  background: rgba(17, 17, 17, 0.35);
  border-radius: 999px;
  padding: 4px 10px;
}
.products[data-v-8cfa2dfa] {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  max-width: 640px;
  margin: 0 auto;
}
@media (min-width: 992px) {
.products[data-v-8cfa2dfa] {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
}
}
.product[data-v-8cfa2dfa] {
  display: flex;
  flex-direction: column;
  background-color: #1d1d1d;
  border: 2px solid transparent;
  border-radius: 8px;
  overflow: hidden;
}
.product.product-link[data-v-8cfa2dfa]:hover {
  border-color: #5c657b;
}
.product-image[data-v-8cfa2dfa] {
  width: 100%;
  height: 200px;
  object-fit: cover;
  background: rgba(37, 37, 37, 0.6);
}
@media (min-width: 992px) {
.product-image[data-v-8cfa2dfa] {
    height: 220px;
}
}
.product-body[data-v-8cfa2dfa] {
  padding: 32px;
}
.product-title[data-v-8cfa2dfa] {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}
.product-text[data-v-8cfa2dfa] {
  font-size: 14px;
  color: rgba(250, 250, 250, 0.7921568627);
  line-height: 1.6;
}
@keyframes title-slide-mobile-fcc833df {
from {
    left: 0;
}
to {
    left: 16px;
}
}
@keyframes title-slide-desktop-md-fcc833df {
from {
    left: 0;
}
to {
    left: 48px;
}
}
@keyframes title-slide-desktop-lg-fcc833df {
from {
    left: 0;
}
to {
    left: 64px;
}
}
@keyframes appear-fcc833df {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes slow-appear-fcc833df {
0% {
    opacity: 0;
}
30% {
    opacity: 0;
}
50% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes appear-from-bottom-fcc833df {
0% {
    transform: translateY(75px);
    opacity: 0;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
@keyframes appear-from-bottom-slow-fcc833df {
0% {
    transform: translateY(50px);
    opacity: 0;
}
40% {
    opacity: 0.1;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
@keyframes hue-low-fcc833df {
0% {
    -webkit-filter: hue-rotate(0deg);
}
50% {
    -webkit-filter: hue-rotate(-120deg);
}
100% {
    -webkit-filter: hue-rotate(0);
}
}
@keyframes hue-fcc833df {
from {
    -webkit-filter: hue-rotate(0deg);
}
to {
    -webkit-filter: hue-rotate(-360deg);
}
}
/* Montserrat – only the weights actually used in this project */
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-ExtraBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: block;
}
[data-v-fcc833df],[data-v-fcc833df]::before,[data-v-fcc833df]::after {
  box-sizing: border-box;
  font-family: "Montserrat";
  font-weight: normal;
  scroll-behavior: smooth;
  text-decoration: none;
}
a[data-v-fcc833df],
p[data-v-fcc833df],
h1[data-v-fcc833df],
h2[data-v-fcc833df],
h3[data-v-fcc833df],
h4[data-v-fcc833df],
h5[data-v-fcc833df],
h6[data-v-fcc833df] {
  margin: 8px 0;
}
strong[data-v-fcc833df],
b[data-v-fcc833df] {
  font-weight: 800;
}
body[data-v-fcc833df] {
  min-height: 100vh;
  color: #fafafa;
  background: #1d1d1d;
  line-height: 1.6;
  font-family: Inter, sans-serif;
  font-size: 15px;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: color 0.5s, background-color 0.5s;
}
#app[data-v-fcc833df] {
  width: 100%;
}
a[data-v-fcc833df] {
  background: transparent;
  color: #64b5f6;
  padding: 4px;
  text-decoration: none;
  transition: all 0.2s;
}
a[data-v-fcc833df]:hover {
  background-color: #5c657b;
}
p[data-v-fcc833df] {
  text-align: justify;
}
@media (min-width: 1024px) {
body[data-v-fcc833df] {
    display: flex;
    place-items: center;
    margin: 0;
}
}
.headline[data-v-fcc833df] {
  border-bottom: 2px solid rgba(250, 250, 250, 0.8);
  padding-bottom: 8px;
  margin-bottom: 16px;
}
.headline.headline--white[data-v-fcc833df] {
  color: #fafafa;
  border-color: #fafafa;
}
.in-viewport[data-v-fcc833df] {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.content[data-v-fcc833df] {
  margin: 32px auto;
}
.content > section[data-v-fcc833df] {
  color: #f5f5f7;
  padding: 16px 8px;
}
@media (min-width: 992px) {
.content > section[data-v-fcc833df] {
    padding: 32px 16px;
}
}
.content > section[data-v-fcc833df]:nth-child(2n) {
  background: rgba(37, 37, 37, 0.85);
}
.content > section.no-pad[data-v-fcc833df] {
  padding: 0;
}
.content > section > section[data-v-fcc833df] {
  margin: 0 auto;
  margin-bottom: 32px;
  max-width: 100%;
}
@media (min-width: 992px) {
.content > section > section[data-v-fcc833df] {
    max-width: 1200px;
}
}
.content .hide-desktop[data-v-fcc833df] {
  display: block;
}
@media (min-width: 992px) {
.content .hide-desktop[data-v-fcc833df] {
    display: none;
}
}
.content .hide-mobile[data-v-fcc833df] {
  display: none;
}
@media (min-width: 992px) {
.content .hide-mobile[data-v-fcc833df] {
    display: block;
}
}
.container[data-v-fcc833df] {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 769px) {
.container[data-v-fcc833df] {
    max-width: 769px;
}
}
@media (min-width: 992px) {
.container[data-v-fcc833df] {
    max-width: 992px;
}
}
@media (min-width: 1200px) {
.container[data-v-fcc833df] {
    max-width: 1200px;
}
}
.paper[data-v-fcc833df] {
  border: 2px solid transparent;
  overflow: hidden;
  transition: border-color 0.3s ease;
}
@media (min-width: 992px) {
.paper[data-v-fcc833df] {
    display: grid;
    grid-row: span 2;
    grid-template-rows: subgrid;
}
}
.paper:hover a.paper-link[data-v-fcc833df] {
  background-color: rgba(92, 101, 123, 0.2);
}
.paper:hover a.paper-link .paper-image[data-v-fcc833df] {
  border-color: #5c657b;
}
.paper-highlights[data-v-fcc833df] {
  color: #fafafa;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.75s ease;
}
.title[data-v-fcc833df] {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 32px;
}
.grid[data-v-fcc833df] {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 992px) {
.grid[data-v-fcc833df] {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    gap: 32px;
}
}
.paper-link[data-v-fcc833df] {
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  padding: 8px;
  margin: 0;
}
@media (min-width: 992px) {
.paper-link[data-v-fcc833df] {
    display: grid;
    grid-row: span 2;
    grid-template-rows: subgrid;
}
}
.paper-link[data-v-fcc833df]:hover {
  background-color: unset;
}
.paper-image-wrap[data-v-fcc833df] {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  background: rgba(37, 37, 37, 0.6);
}
@media (min-width: 992px) {
.paper-image-wrap[data-v-fcc833df] {
    min-height: 200px;
}
}
.paper-image[data-v-fcc833df] {
  border: 4px solid transparent;
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.3s ease;
}
.paper-body[data-v-fcc833df] {
  padding: 32px 0;
}
.paper-topline[data-v-fcc833df] {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}
.paper-title[data-v-fcc833df] {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
.badge[data-v-fcc833df] {
  font-size: 12px;
  color: #f5f5f7;
  border: 1px solid rgba(250, 250, 250, 0.2);
  background: rgba(17, 17, 17, 0.35);
  border-radius: 999px;
  padding: 3px 9px;
  white-space: nowrap;
}
.paper-text[data-v-fcc833df] {
  font-size: 14px;
  color: rgba(250, 250, 250, 0.7921568627);
  line-height: 1.6;
}
@keyframes title-slide-mobile-5780b3b6 {
from {
    left: 0;
}
to {
    left: 16px;
}
}
@keyframes title-slide-desktop-md-5780b3b6 {
from {
    left: 0;
}
to {
    left: 48px;
}
}
@keyframes title-slide-desktop-lg-5780b3b6 {
from {
    left: 0;
}
to {
    left: 64px;
}
}
@keyframes appear-5780b3b6 {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes slow-appear-5780b3b6 {
0% {
    opacity: 0;
}
30% {
    opacity: 0;
}
50% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes appear-from-bottom-5780b3b6 {
0% {
    transform: translateY(75px);
    opacity: 0;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
@keyframes appear-from-bottom-slow-5780b3b6 {
0% {
    transform: translateY(50px);
    opacity: 0;
}
40% {
    opacity: 0.1;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
@keyframes hue-low-5780b3b6 {
0% {
    -webkit-filter: hue-rotate(0deg);
}
50% {
    -webkit-filter: hue-rotate(-120deg);
}
100% {
    -webkit-filter: hue-rotate(0);
}
}
@keyframes hue-5780b3b6 {
from {
    -webkit-filter: hue-rotate(0deg);
}
to {
    -webkit-filter: hue-rotate(-360deg);
}
}
/* Montserrat – only the weights actually used in this project */
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-ExtraBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: block;
}
[data-v-5780b3b6],[data-v-5780b3b6]::before,[data-v-5780b3b6]::after {
  box-sizing: border-box;
  font-family: "Montserrat";
  font-weight: normal;
  scroll-behavior: smooth;
  text-decoration: none;
}
a[data-v-5780b3b6],
p[data-v-5780b3b6],
h1[data-v-5780b3b6],
h2[data-v-5780b3b6],
h3[data-v-5780b3b6],
h4[data-v-5780b3b6],
h5[data-v-5780b3b6],
h6[data-v-5780b3b6] {
  margin: 8px 0;
}
strong[data-v-5780b3b6],
b[data-v-5780b3b6] {
  font-weight: 800;
}
body[data-v-5780b3b6] {
  min-height: 100vh;
  color: #fafafa;
  background: #1d1d1d;
  line-height: 1.6;
  font-family: Inter, sans-serif;
  font-size: 15px;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: color 0.5s, background-color 0.5s;
}
#app[data-v-5780b3b6] {
  width: 100%;
}
a[data-v-5780b3b6] {
  background: transparent;
  color: #64b5f6;
  padding: 4px;
  text-decoration: none;
  transition: all 0.2s;
}
a[data-v-5780b3b6]:hover {
  background-color: #5c657b;
}
p[data-v-5780b3b6] {
  text-align: justify;
}
@media (min-width: 1024px) {
body[data-v-5780b3b6] {
    display: flex;
    place-items: center;
    margin: 0;
}
}
.headline[data-v-5780b3b6] {
  border-bottom: 2px solid rgba(250, 250, 250, 0.8);
  padding-bottom: 8px;
  margin-bottom: 16px;
}
.headline.headline--white[data-v-5780b3b6] {
  color: #fafafa;
  border-color: #fafafa;
}
.in-viewport[data-v-5780b3b6] {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.content[data-v-5780b3b6] {
  margin: 32px auto;
}
.content > section[data-v-5780b3b6] {
  color: #f5f5f7;
  padding: 16px 8px;
}
@media (min-width: 992px) {
.content > section[data-v-5780b3b6] {
    padding: 32px 16px;
}
}
.content > section[data-v-5780b3b6]:nth-child(2n) {
  background: rgba(37, 37, 37, 0.85);
}
.content > section.no-pad[data-v-5780b3b6] {
  padding: 0;
}
.content > section > section[data-v-5780b3b6] {
  margin: 0 auto;
  margin-bottom: 32px;
  max-width: 100%;
}
@media (min-width: 992px) {
.content > section > section[data-v-5780b3b6] {
    max-width: 1200px;
}
}
.content .hide-desktop[data-v-5780b3b6] {
  display: block;
}
@media (min-width: 992px) {
.content .hide-desktop[data-v-5780b3b6] {
    display: none;
}
}
.content .hide-mobile[data-v-5780b3b6] {
  display: none;
}
@media (min-width: 992px) {
.content .hide-mobile[data-v-5780b3b6] {
    display: block;
}
}
.container[data-v-5780b3b6] {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 769px) {
.container[data-v-5780b3b6] {
    max-width: 769px;
}
}
@media (min-width: 992px) {
.container[data-v-5780b3b6] {
    max-width: 992px;
}
}
@media (min-width: 1200px) {
.container[data-v-5780b3b6] {
    max-width: 1200px;
}
}
.consultation-cta[data-v-5780b3b6] {
  color: #fafafa;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.consultation-cta__box[data-v-5780b3b6] {
  background-color: #1d1d1d;
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 32px;
  text-align: center;
}
.consultation-cta__title[data-v-5780b3b6] {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 8px;
}
.consultation-cta__text[data-v-5780b3b6] {
  font-size: 14px;
  color: rgba(250, 250, 250, 0.7921568627);
  line-height: 1.6;
  margin: 0 auto 16px;
  max-width: 70ch;
  text-align: center;
}
.consultation-cta__actions[data-v-5780b3b6] {
  display: flex;
  justify-content: center;
}
.consultation-cta__button[data-v-5780b3b6] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  background-color: rgba(17, 17, 17, 0.25);
  border: 1px solid rgba(250, 250, 250, 0.12);
  border-radius: 8px;
  color: rgba(250, 250, 250, 0.92);
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.consultation-cta__button[data-v-5780b3b6]:hover {
  background-color: rgba(37, 37, 37, 0.75);
  border-color: rgba(92, 101, 123, 0.85);
  transform: translateY(-1px);
}
.consultation-cta__button[data-v-5780b3b6]:focus-visible {
  outline: none;
  border-color: rgba(100, 181, 246, 0.8);
  box-shadow: 0 0 0 4px rgba(100, 181, 246, 0.18);
}
.consultation-modal[data-v-5780b3b6] {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 32px 16px;
  background: rgba(17, 17, 17, 0.78);
}
.consultation-modal__panel[data-v-5780b3b6] {
  width: 100%;
  max-width: 720px;
  background-color: #1d1d1d;
  border: 2px solid transparent;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.45);
  padding: 32px;
}
.consultation-modal__header[data-v-5780b3b6] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 8px;
}
.consultation-modal__title[data-v-5780b3b6] {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}
.consultation-modal__close[data-v-5780b3b6] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  border: 1px solid rgba(250, 250, 250, 0.12);
  background: rgba(17, 17, 17, 0.25);
  color: rgba(250, 250, 250, 0.92);
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.consultation-modal__close[data-v-5780b3b6]:hover {
  background-color: rgba(37, 37, 37, 0.75);
  border-color: rgba(92, 101, 123, 0.85);
  transform: translateY(-1px);
}
.consultation-modal__close[data-v-5780b3b6]:focus-visible {
  outline: none;
  border-color: rgba(100, 181, 246, 0.8);
  box-shadow: 0 0 0 4px rgba(100, 181, 246, 0.18);
}
.consultation-modal__text[data-v-5780b3b6] {
  margin: 0 0 16px;
  color: rgba(250, 250, 250, 0.7921568627);
  font-size: 14px;
  line-height: 1.6;
}
.consultation-modal__grid[data-v-5780b3b6] {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
@media (min-width: 769px) {
.consultation-modal__grid[data-v-5780b3b6] {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
}
.consultation-modal__item[data-v-5780b3b6] {
  display: grid;
  gap: 2px;
  padding: 16px;
  background-color: rgba(17, 17, 17, 0.25);
  border: 1px solid rgba(250, 250, 250, 0.12);
  border-radius: 8px;
  color: rgba(250, 250, 250, 0.92);
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.consultation-modal__item[data-v-5780b3b6]:hover {
  background-color: rgba(37, 37, 37, 0.75);
  border-color: rgba(92, 101, 123, 0.85);
  transform: translateY(-1px);
}
.consultation-modal__item[data-v-5780b3b6]:focus-visible {
  outline: none;
  border-color: rgba(100, 181, 246, 0.8);
  box-shadow: 0 0 0 4px rgba(100, 181, 246, 0.18);
}
.consultation-modal__label[data-v-5780b3b6] {
  font-size: 12px;
  color: rgba(250, 250, 250, 0.7);
}
.consultation-modal__value[data-v-5780b3b6] {
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
}
.consultation-modal__footer[data-v-5780b3b6] {
  margin-top: 32px;
  display: flex;
  justify-content: flex-end;
}
.consultation-modal__secondary[data-v-5780b3b6] {
  padding: 8px 16px;
  background-color: rgba(17, 17, 17, 0.25);
  border: 1px solid rgba(250, 250, 250, 0.12);
  border-radius: 8px;
  color: rgba(250, 250, 250, 0.92);
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.consultation-modal__secondary[data-v-5780b3b6]:hover {
  background-color: rgba(37, 37, 37, 0.75);
  border-color: rgba(92, 101, 123, 0.85);
  transform: translateY(-1px);
}
.consultation-modal__secondary[data-v-5780b3b6]:focus-visible {
  outline: none;
  border-color: rgba(100, 181, 246, 0.8);
  box-shadow: 0 0 0 4px rgba(100, 181, 246, 0.18);
}
@media (prefers-reduced-motion: reduce) {
.consultation-cta[data-v-5780b3b6],
  .consultation-cta__button[data-v-5780b3b6],
  .consultation-modal__close[data-v-5780b3b6],
  .consultation-modal__item[data-v-5780b3b6],
  .consultation-modal__secondary[data-v-5780b3b6] {
    transition: none;
}
}
@keyframes title-slide-mobile-60aecef3 {
from {
    left: 0;
}
to {
    left: 16px;
}
}
@keyframes title-slide-desktop-md-60aecef3 {
from {
    left: 0;
}
to {
    left: 48px;
}
}
@keyframes title-slide-desktop-lg-60aecef3 {
from {
    left: 0;
}
to {
    left: 64px;
}
}
@keyframes appear-60aecef3 {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes slow-appear-60aecef3 {
0% {
    opacity: 0;
}
30% {
    opacity: 0;
}
50% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes appear-from-bottom-60aecef3 {
0% {
    transform: translateY(75px);
    opacity: 0;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
@keyframes appear-from-bottom-slow-60aecef3 {
0% {
    transform: translateY(50px);
    opacity: 0;
}
40% {
    opacity: 0.1;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
@keyframes hue-low-60aecef3 {
0% {
    -webkit-filter: hue-rotate(0deg);
}
50% {
    -webkit-filter: hue-rotate(-120deg);
}
100% {
    -webkit-filter: hue-rotate(0);
}
}
@keyframes hue-60aecef3 {
from {
    -webkit-filter: hue-rotate(0deg);
}
to {
    -webkit-filter: hue-rotate(-360deg);
}
}
/* Montserrat – only the weights actually used in this project */
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-ExtraBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: block;
}
[data-v-60aecef3],[data-v-60aecef3]::before,[data-v-60aecef3]::after {
  box-sizing: border-box;
  font-family: "Montserrat";
  font-weight: normal;
  scroll-behavior: smooth;
  text-decoration: none;
}
a[data-v-60aecef3],
p[data-v-60aecef3],
h1[data-v-60aecef3],
h2[data-v-60aecef3],
h3[data-v-60aecef3],
h4[data-v-60aecef3],
h5[data-v-60aecef3],
h6[data-v-60aecef3] {
  margin: 8px 0;
}
strong[data-v-60aecef3],
b[data-v-60aecef3] {
  font-weight: 800;
}
body[data-v-60aecef3] {
  min-height: 100vh;
  color: #fafafa;
  background: #1d1d1d;
  line-height: 1.6;
  font-family: Inter, sans-serif;
  font-size: 15px;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: color 0.5s, background-color 0.5s;
}
#app[data-v-60aecef3] {
  width: 100%;
}
a[data-v-60aecef3] {
  background: transparent;
  color: #64b5f6;
  padding: 4px;
  text-decoration: none;
  transition: all 0.2s;
}
a[data-v-60aecef3]:hover {
  background-color: #5c657b;
}
p[data-v-60aecef3] {
  text-align: justify;
}
@media (min-width: 1024px) {
body[data-v-60aecef3] {
    display: flex;
    place-items: center;
    margin: 0;
}
}
.headline[data-v-60aecef3] {
  border-bottom: 2px solid rgba(250, 250, 250, 0.8);
  padding-bottom: 8px;
  margin-bottom: 16px;
}
.headline.headline--white[data-v-60aecef3] {
  color: #fafafa;
  border-color: #fafafa;
}
.in-viewport[data-v-60aecef3] {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.content[data-v-60aecef3] {
  margin: 32px auto;
}
.content > section[data-v-60aecef3] {
  color: #f5f5f7;
  padding: 16px 8px;
}
@media (min-width: 992px) {
.content > section[data-v-60aecef3] {
    padding: 32px 16px;
}
}
.content > section[data-v-60aecef3]:nth-child(2n) {
  background: rgba(37, 37, 37, 0.85);
}
.content > section.no-pad[data-v-60aecef3] {
  padding: 0;
}
.content > section > section[data-v-60aecef3] {
  margin: 0 auto;
  margin-bottom: 32px;
  max-width: 100%;
}
@media (min-width: 992px) {
.content > section > section[data-v-60aecef3] {
    max-width: 1200px;
}
}
.content .hide-desktop[data-v-60aecef3] {
  display: block;
}
@media (min-width: 992px) {
.content .hide-desktop[data-v-60aecef3] {
    display: none;
}
}
.content .hide-mobile[data-v-60aecef3] {
  display: none;
}
@media (min-width: 992px) {
.content .hide-mobile[data-v-60aecef3] {
    display: block;
}
}
.container[data-v-60aecef3] {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 769px) {
.container[data-v-60aecef3] {
    max-width: 769px;
}
}
@media (min-width: 992px) {
.container[data-v-60aecef3] {
    max-width: 992px;
}
}
@media (min-width: 1200px) {
.container[data-v-60aecef3] {
    max-width: 1200px;
}
}
.hero[data-v-60aecef3] {
  background-color: rgba(37, 37, 37, 0.4);
}
@keyframes title-slide-mobile-f991af02 {
from {
    left: 0;
}
to {
    left: 16px;
}
}
@keyframes title-slide-desktop-md-f991af02 {
from {
    left: 0;
}
to {
    left: 48px;
}
}
@keyframes title-slide-desktop-lg-f991af02 {
from {
    left: 0;
}
to {
    left: 64px;
}
}
@keyframes appear-f991af02 {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes slow-appear-f991af02 {
0% {
    opacity: 0;
}
30% {
    opacity: 0;
}
50% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes appear-from-bottom-f991af02 {
0% {
    transform: translateY(75px);
    opacity: 0;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
@keyframes appear-from-bottom-slow-f991af02 {
0% {
    transform: translateY(50px);
    opacity: 0;
}
40% {
    opacity: 0.1;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
@keyframes hue-low-f991af02 {
0% {
    -webkit-filter: hue-rotate(0deg);
}
50% {
    -webkit-filter: hue-rotate(-120deg);
}
100% {
    -webkit-filter: hue-rotate(0);
}
}
@keyframes hue-f991af02 {
from {
    -webkit-filter: hue-rotate(0deg);
}
to {
    -webkit-filter: hue-rotate(-360deg);
}
}
/* Montserrat – only the weights actually used in this project */
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-ExtraBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: block;
}
[data-v-f991af02],[data-v-f991af02]::before,[data-v-f991af02]::after {
  box-sizing: border-box;
  font-family: "Montserrat";
  font-weight: normal;
  scroll-behavior: smooth;
  text-decoration: none;
}
a[data-v-f991af02],
p[data-v-f991af02],
h1[data-v-f991af02],
h2[data-v-f991af02],
h3[data-v-f991af02],
h4[data-v-f991af02],
h5[data-v-f991af02],
h6[data-v-f991af02] {
  margin: 8px 0;
}
strong[data-v-f991af02],
b[data-v-f991af02] {
  font-weight: 800;
}
body[data-v-f991af02] {
  min-height: 100vh;
  color: #fafafa;
  background: #1d1d1d;
  line-height: 1.6;
  font-family: Inter, sans-serif;
  font-size: 15px;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: color 0.5s, background-color 0.5s;
}
#app[data-v-f991af02] {
  width: 100%;
}
a[data-v-f991af02] {
  background: transparent;
  color: #64b5f6;
  padding: 4px;
  text-decoration: none;
  transition: all 0.2s;
}
a[data-v-f991af02]:hover {
  background-color: #5c657b;
}
p[data-v-f991af02] {
  text-align: justify;
}
@media (min-width: 1024px) {
body[data-v-f991af02] {
    display: flex;
    place-items: center;
    margin: 0;
}
}
.headline[data-v-f991af02] {
  border-bottom: 2px solid rgba(250, 250, 250, 0.8);
  padding-bottom: 8px;
  margin-bottom: 16px;
}
.headline.headline--white[data-v-f991af02] {
  color: #fafafa;
  border-color: #fafafa;
}
.in-viewport[data-v-f991af02] {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.content[data-v-f991af02] {
  margin: 32px auto;
}
.content > section[data-v-f991af02] {
  color: #f5f5f7;
  padding: 16px 8px;
}
@media (min-width: 992px) {
.content > section[data-v-f991af02] {
    padding: 32px 16px;
}
}
.content > section[data-v-f991af02]:nth-child(2n) {
  background: rgba(37, 37, 37, 0.85);
}
.content > section.no-pad[data-v-f991af02] {
  padding: 0;
}
.content > section > section[data-v-f991af02] {
  margin: 0 auto;
  margin-bottom: 32px;
  max-width: 100%;
}
@media (min-width: 992px) {
.content > section > section[data-v-f991af02] {
    max-width: 1200px;
}
}
.content .hide-desktop[data-v-f991af02] {
  display: block;
}
@media (min-width: 992px) {
.content .hide-desktop[data-v-f991af02] {
    display: none;
}
}
.content .hide-mobile[data-v-f991af02] {
  display: none;
}
@media (min-width: 992px) {
.content .hide-mobile[data-v-f991af02] {
    display: block;
}
}
.container[data-v-f991af02] {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 769px) {
.container[data-v-f991af02] {
    max-width: 769px;
}
}
@media (min-width: 992px) {
.container[data-v-f991af02] {
    max-width: 992px;
}
}
@media (min-width: 1200px) {
.container[data-v-f991af02] {
    max-width: 1200px;
}
}
.data-pricacy[data-v-f991af02] {
  display: flex;
  justify-content: center;
  margin: 86px auto 32px;
}
.data-pricacy > section[data-v-f991af02] {
  padding: 16px;
  background: rgba(17, 17, 17, 0.3);
  border-radius: 4px;
}