.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  height: auto;
  font-family: Alata, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.navbar16_container {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar16_component {
  background-color: #020314;
  border-bottom: 1px #000;
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar16_bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-size-large-2 {
  font-size: 1.25rem;
}

.menu-icon4_line-top-3 {
  width: 24px;
  height: 2px;
  padding-bottom: 0;
  padding-right: 0;
}

.menu-icon4-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: relative;
}

.navbar16_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-items: stretch;
  display: flex;
}

.navbar16_menu-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding-top: 4.5rem;
  display: flex;
  position: relative;
}

.menu-icon4_line-middle-top-2 {
  z-index: 2;
  width: 24px;
  height: 2px;
  position: absolute;
  inset: 0;
}

.menu-icon4_wrapper-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar16_logo-link {
  z-index: 1;
  padding-left: 0;
}

.navbar16_logo {
  max-width: 80%;
}

.navbar16_wrapper {
  grid-column-gap: 1rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.navbar16_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.navbar16_menu {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  padding-left: 5%;
  padding-right: 5%;
  transition: height .5s;
  position: absolute;
  inset: 0% 0% auto;
  overflow: auto;
}

.menu-icon4_line-middle-3 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
}

.menu-icon4_line-bottom-3 {
  width: 24px;
  height: 2px;
}

.navbar16_menu-button {
  z-index: 1;
  padding: 0;
  position: relative;
}

.navbar16_menu-button.w--open {
  background-color: #0000;
}

.navbar16_link {
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding: .5rem 0;
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
  position: static;
}

.navbar16_links-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  font-size: 3.5rem;
  display: flex;
}

.icon-embed-xsmall-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.menu-icon4_line-middle-base-2 {
  width: 24px;
  height: 2px;
  position: absolute;
}

.background-wrapper {
  background-image: url('../images/voting-bg_1voting-bg.webp');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-bottom: 0;
  display: flex;
}

.background-wrapper.tablet {
  background-image: url('../images/voting-bg.png');
}

.background-wrapper.stream {
  background-image: url('../images/stream-bg_1stream-bg.webp');
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 100svh;
}

.heading-wrapper {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #020314a8;
  border: 1px solid #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 55vw;
  height: auto;
  display: flex;
}

.heading-wrapper:hover {
  border: 1px solid #e6018b;
}

.heading-h1 {
  color: #fff;
  text-align: center;
  flex-flow: wrap;
  flex: 0 auto;
  place-content: flex-start center;
  align-self: auto;
  align-items: flex-start;
  margin-top: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  font-family: Alata, sans-serif;
  font-size: 3rem;
  display: inline-flex;
}

.text-size-regular {
  color: #eee;
  flex-flow: wrap;
  flex: 0 auto;
  order: 0;
  place-content: flex-start center;
  align-self: auto;
  align-items: flex-start;
  margin: 1rem;
  font-family: Alata, sans-serif;
  font-size: 1rem;
  display: inline-flex;
}

.text-block-10 {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin: 0 1rem 1rem;
  padding-top: 0;
  display: inline-flex;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  position: relative;
  border: 1px solid #020314;
  text-align: center;
  border-radius: 10px;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  text-decoration: none;
  cursor: pointer;
  z-index: 1;
  padding: 0;
}

/* Styles for the span inside the button */
.button .btn-dark {
  font-size: 1.3rem;
  padding: .75rem 1.5rem;
  color: rgba(247, 254, 255, 0.842);
  border: none; /* Remove border to avoid double border effect */
  border-radius: 1px;
  background: rgba(174, 241, 255, 0.274);
  backdrop-filter: blur(15px); /* Apply blur effect here */
  transition: 0.2s;
  z-index: 1;
  position: relative;
  box-sizing: border-box; /* Ensure padding is contained */
}

/* Glow effect using the ::before pseudo-element */
.button::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
  width: 25%;
  height: 10px;
  background: #00c2cb;
  border-radius: 10px;
  transition: 0.5s;
  box-shadow: 0 0 20px rgba(0, 194, 203, 0.5); /* Glow effect */
  z-index: 0; /* Ensure glow stays behind the text */
}

/* Hover effect to expand the glow */
.button:hover::before {
  bottom: 0;
  height: 40%;
  width: 90%;
  border-radius: 30px;
  transition-delay: 0.15s;
}


.spz-input {
  text-align: center;
}

.spz-input:focus {
  outline: 1px solid #e51679; 
  border-color: #e51679; 
}

.container-large {
  color: #eee;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.footer3_menu-wrapper {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxlarge {
  color: #eee;
  padding-left: 0;
  padding-right: 0;
}

.logo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  vertical-align: baseline;
  justify-content: center;
  align-items: center;
  max-width: 40%;
  display: inline-block;
}

.footer3_logo-link {
  float: none;
  padding-left: 0;
}

.footer3_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template: ". . Area"
  / max-content auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer3_bottom-wrapper {
  color: #eee;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar21_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.social-icon-3 {
  color: #e6018b;
  width: 3rem;
  height: 3rem;
}

.social-icon-3:hover {
  color: #2faee7;
}

.padding-global-3 {
  background-color: #fff0;
  padding-left: 5%;
  padding-right: 5%;
  font-family: Alata, sans-serif;
}

.footer3_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  justify-content: stretch;
  place-items: end stretch;
}

.footer3_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.icon-embed-xxsmall {
  color: #e6018b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.icon-embed-xxsmall:hover {
  color: #2faee7;
}

.margin-bottom, .margin-bottom.margin-medium {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.logo_luffi {
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 2rem;
  max-width: none;
  margin-left: 0;
  margin-right: -.4rem;
  padding-left: 0;
  padding-right: 0;
  display: inline-flex;
}

.logo_luffi:hover {
  width: 2rem;
}

.navbar21_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  display: flex;
  position: relative;
}

.footer3_component {
  background-color: #020314;
  background-image: url('../images/footer-bg-new_1footer-bg-new.webp');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 0;
  padding-bottom: 6.6rem;
  overflow: hidden;
}

.padding-bottom, .padding-bottom.padding-xxlarge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.line-divider {
  background-color: #fff0;
  width: 100%;
  height: 1px;
}

.padding-top, .padding-top.padding-medium {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.footer3_legal-link {
  color: #eee;
  font-size: .875rem;
  text-decoration: none;
}

.footer3_legal-link:hover {
  color: #fff;
}

.footer3_legal-link.gdpr {
  margin-top: 3rem;
  display: inline-flex;
}

.video-wrapper {
  width: 70vw;
}

.opening-wrapper {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  text-shadow: 2px 2px 4px #000000c2;
  border: 1px solid #fff;
  width: 60vw;
  margin-top: 0;
  padding: 1rem 2rem;
}

.opening-wrapper:hover {
  border-color: #e6018b;
}

.heading-7 {
  text-align: center;
  font-family: Alata, sans-serif;
  line-height: 3rem;
}

form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

@media screen and (min-width: 1920px) {
  .navbar16_component {
    overflow: hidden;
  }

  .navbar16_logo {
    max-width: 100%;
    overflow: visible;
  }

  .background-wrapper {
    height: 100svh;
  }

  .background-wrapper.tablet {
    background-image: url('../images/voting-bg_2voting-bg.webp');
    background-position: 50% 0;
    background-size: cover;
    width: 100%;
    max-width: 100%;
    height: 100svh;
    max-height: 100%;
    overflow: hidden;
  }

  .background-wrapper.stream {
    background-image: url('../images/stream-bg_1stream-bg.webp');
    background-position: 0%;
    background-size: cover;
    justify-content: center;
    align-items: center;
  }

  .heading-wrapper {
    justify-content: center;
    align-items: center;
    height: auto;
    padding-bottom: 2rem;
  }

  .heading-h1 {
    text-align: center;
  }

  .text-size-regular {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }

  .input-wrapper {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    position: relative;
    border: 1px solid #020314;
    text-align: center;
    border-radius: 10px;
    margin-top: 0.4rem;
    font-size: 1.3rem;
    text-decoration: none;
    cursor: pointer;
    z-index: 1;
    padding: 0;
  }
  
  /* Styles for the span inside the button */
  .button .btn-dark {
    font-size: 1.3rem;
    padding: .75rem 1.5rem;
    color: rgba(247, 254, 255, 0.842);
    border: none; /* Remove border to avoid double border effect */
    border-radius: 1px;
    background: rgba(174, 241, 255, 0.274);
    backdrop-filter: blur(15px); /* Apply blur effect here */
    transition: 0.2s;
    z-index: 1;
    position: relative;
    box-sizing: border-box; /* Ensure padding is contained */
  }
  
  /* Glow effect using the ::before pseudo-element */
  .button::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5px;
    width: 25%;
    height: 10px;
    background: #00c2cb;
    border-radius: 10px;
    transition: 0.5s;
    box-shadow: 0 0 20px rgba(0, 194, 203, 0.5); /* Glow effect */
    z-index: 0; /* Ensure glow stays behind the text */
  }
  
  /* Hover effect to expand the glow */
  .button:hover::before {
    bottom: 0;
    height: 40%;
    width: 90%;
    border-radius: 30px;
    transition-delay: 0.15s;
  }
  .footer3_legal-list {
    grid-template-rows: auto;
    grid-template-columns: max-content;
  }

  .footer3_left-wrapper {
    background-image: none;
  }

  .navbar21_social-link {
    color: #e6018b;
  }

  .social-icon-3, .icon-embed-xxsmall {
    width: 3rem;
    height: 3rem;
  }

  .icon-embed-xxsmall:hover {
    color: #2faee7;
  }

  .footer3_component {
    background-image: url('../images/footer-bg_1footer-bg.webp');
    background-position: 50% 100%;
    background-repeat: repeat;
    background-size: cover;
  }

  .footer3_legal-link:hover {
    color: #fff;
  }

  .video-wrapper {
    align-self: center;
    width: 70vw;
  }

  .opening-wrapper {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    width: 75vw;
    margin-top: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .heading-7 {
    color: #fff;
    text-shadow: 1px 3px 11px #000000c7;
    font-family: Alata, sans-serif;
    font-size: 5rem;
    line-height: 6rem;
  }
}

@media screen and (max-width: 991px) {
  .navbar16_container {
    grid-auto-columns: 1fr;
  }

  .navbar16_bottom {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .menu-icon4_line-top-3 {
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon4-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .menu-icon4_line-middle-top-2 {
    z-index: 2;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0;
  }

  .menu-icon4_wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .navbar16_menu {
    flex-direction: column;
    justify-content: center;
    position: absolute;
  }

  .menu-icon4_line-middle-3 {
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .menu-icon4_line-bottom-3 {
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar16_menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

  .navbar16_menu-button.w--open {
    background-color: #0000;
  }

  .button {
    margin-bottom: 1rem;
  }

  .navbar16_link {
    margin-top: 0;
    margin-bottom: 0;
    padding: 1rem 0;
    position: static;
  }

  .navbar16_links-wrapper {
    flex: 1;
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 1.5rem;
  }

  .menu-icon4_line-middle-base-2 {
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
  }

  .background-wrapper.tablet {
    background-image: url('../images/voting-bg-tablet_1voting-bg-tablet.webp');
    background-size: cover;
    display: flex;
    overflow: hidden;
  }

  .background-wrapper.stream {
    background-image: url('../images/stream-bg-tablet_1stream-bg-tablet.webp');
  }

  .heading-wrapper {
    justify-content: center;
    align-items: center;
  }

  .heading-h1 {
    font-size: 2.2rem;
  }

  .footer3_menu-wrapper {
    grid-row-gap: 0px;
    place-content: center;
    place-items: center;
    padding-left: 11.7rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xxlarge {
    text-align: center;
  }

  .logo {
    max-width: 30%;
  }

  .footer3_legal-list {
    grid-template-rows: auto auto;
    margin-bottom: 8px;
  }

  .footer3_legal-list.phone {
    display: none;
  }

  .footer3_bottom-wrapper {
    justify-content: center;
    align-items: center;
  }

  .padding-global-3 {
    text-align: center;
  }

  .footer3_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    place-content: center;
    place-items: center;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .logo_luffi {
    margin-right: 0;
  }

  .footer3_component {
    background-position: 100% 0;
    background-size: cover;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer3_legal-link {
    font-size: 1rem;
  }

  .footer3_legal-link:hover {
    color: #eee;
  }

  .footer3_legal-link.gdpr {
    text-align: left;
    font-size: 1.5rem;
  }

  .opening-wrapper {
    border: 1px solid #fff;
    border-radius: 0;
    height: auto;
    margin-top: 3.5rem;
    margin-bottom: 4rem;
    padding: .5rem 1rem;
  }

  .heading-7 {
    text-align: center;
    font-size: 3rem;
    line-height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .navbar16_component {
    border-bottom-style: none;
    border-bottom-color: #000;
    min-height: 4rem;
  }

  .navbar16_bottom {
    height: 4rem;
  }

  .text-size-large-2 {
    font-size: 1.125rem;
  }

  .navbar16_menu-wrapper {
    padding-top: 4rem;
  }

  .navbar16_link {
    font-size: 1.5rem;
  }

  .navbar16_links-wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .heading-wrapper {
    justify-content: center;
    align-items: center;
    height: 70vh;
  }

  .text-size-regular, .text-block-10 {
    text-align: center;
  }

  .footer3_menu-wrapper {
    grid-column-gap: 1.5rem;
    text-align: left;
    grid-template-columns: 1fr;
    justify-content: center;
    place-items: end center;
    padding-bottom: 4.3rem;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .logo {
    max-width: 30%;
  }

  .footer3_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    align-content: center;
    align-self: center;
    place-items: center;
  }

  .footer3_legal-list.phone {
    display: none;
  }

  .footer3_bottom-wrapper {
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1rem;
  }

  .padding-global-3 {
    text-align: center;
  }

  .footer3_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer3_link-list {
    justify-content: flex-start;
    align-items: center;
  }

  .icon-embed-xxsmall:hover {
    color: #2faee7;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-medium {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-7 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 479px) {
  .navbar16_component {
    border-bottom-style: none;
    border-bottom-color: #000;
  }

  .navbar16_logo {
    max-width: 70%;
  }

  .background-wrapper.tablet {
    background-image: url('../images/voting-bg-phone_1voting-bg-phone.webp');
    background-size: cover;
  }

  .heading-wrapper {
    justify-content: center;
    align-items: center;
    width: 80vw;
    height: 55vh;
  }

  .heading-h1 {
    text-align: center;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    place-content: flex-start center;
    align-items: flex-start;
    margin-left: 1rem;
    margin-right: 1rem;
    font-size: 1.8rem;
  }

  .button {
    margin-top: 1.5rem;
  }

  .button.w--current {
    color: #eee;
    background-color: #e6018b;
    border-style: none;
  }

  .footer3_menu-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xxlarge {
    text-align: center;
  }

  .logo {
    box-sizing: border-box;
    vertical-align: baseline;
    max-width: 50%;
  }

  .footer3_legal-list {
    grid-template-rows: auto auto auto auto;
    align-content: stretch;
    align-self: center;
  }

  .footer3_bottom-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .footer3_top-wrapper {
    place-content: center;
    place-items: end stretch;
  }

  .footer3_link-list {
    justify-content: flex-start;
    align-items: center;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-medium {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .logo_luffi {
    justify-content: center;
    align-items: center;
  }

  .logo_luffi:hover {
    width: 2rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer3_legal-link {
    font-weight: 400;
  }

  .footer3_legal-link:hover, .footer3_legal-link.w--current {
    color: #eee;
  }

  .video-wrapper {
    height: auto;
  }

  .opening-wrapper {
    width: 65vw;
    padding-right: 1rem;
  }

  .heading-7 {
    padding-right: 1rem;
    font-size: 2.25rem;
  }
}

#w-node-faf51016-ab6d-0013-311b-26049b088a17-959b5a2a {
  justify-self: auto;
}

#w-node-faf51016-ab6d-0013-311b-26049b088a22-959b5a2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-faf51016-ab6d-0013-311b-26049b088a23-959b5a2a {
  place-self: center;
}

#w-node-faf51016-ab6d-0013-311b-26049b088a26-959b5a2a, #w-node-faf51016-ab6d-0013-311b-26049b088a27-959b5a2a {
  place-self: center;
}

#w-node-faf51016-ab6d-0013-311b-26049b088a2a-959b5a2a {
  align-self: center;
}

#w-node-_20e1bbfc-8fe3-fcfe-c592-2b1366b2d126-bd4cc48f {
  justify-self: auto;
}

#w-node-_20e1bbfc-8fe3-fcfe-c592-2b1366b2d131-bd4cc48f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_20e1bbfc-8fe3-fcfe-c592-2b1366b2d132-bd4cc48f {
  place-self: center;
}

#w-node-_20e1bbfc-8fe3-fcfe-c592-2b1366b2d135-bd4cc48f, #w-node-_20e1bbfc-8fe3-fcfe-c592-2b1366b2d136-bd4cc48f {
  place-self: center;
}

#w-node-_20e1bbfc-8fe3-fcfe-c592-2b1366b2d139-bd4cc48f {
  align-self: center;
}

#w-node-_581c58c5-7c41-d05e-f80b-8da78726f62b-a9862684 {
  justify-self: auto;
}

#w-node-_581c58c5-7c41-d05e-f80b-8da78726f636-a9862684 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_581c58c5-7c41-d05e-f80b-8da78726f637-a9862684 {
  place-self: center;
}

#w-node-_581c58c5-7c41-d05e-f80b-8da78726f63a-a9862684, #w-node-_581c58c5-7c41-d05e-f80b-8da78726f63b-a9862684 {
  place-self: center;
}

#w-node-_581c58c5-7c41-d05e-f80b-8da78726f63e-a9862684 {
  align-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-faf51016-ab6d-0013-311b-26049b088a22-959b5a2a, #w-node-faf51016-ab6d-0013-311b-26049b088a26-959b5a2a, #w-node-faf51016-ab6d-0013-311b-26049b088a27-959b5a2a, #w-node-_20e1bbfc-8fe3-fcfe-c592-2b1366b2d131-bd4cc48f, #w-node-_20e1bbfc-8fe3-fcfe-c592-2b1366b2d135-bd4cc48f, #w-node-_20e1bbfc-8fe3-fcfe-c592-2b1366b2d136-bd4cc48f, #w-node-_581c58c5-7c41-d05e-f80b-8da78726f636-a9862684, #w-node-_581c58c5-7c41-d05e-f80b-8da78726f63a-a9862684, #w-node-_581c58c5-7c41-d05e-f80b-8da78726f63b-a9862684 {
    place-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-faf51016-ab6d-0013-311b-26049b088a22-959b5a2a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-faf51016-ab6d-0013-311b-26049b088a23-959b5a2a {
    align-self: center;
  }

  #w-node-_20e1bbfc-8fe3-fcfe-c592-2b1366b2d131-bd4cc48f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_20e1bbfc-8fe3-fcfe-c592-2b1366b2d132-bd4cc48f {
    align-self: center;
  }

  #w-node-_581c58c5-7c41-d05e-f80b-8da78726f636-a9862684 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_581c58c5-7c41-d05e-f80b-8da78726f637-a9862684 {
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-faf51016-ab6d-0013-311b-26049b088a26-959b5a2a, #w-node-faf51016-ab6d-0013-311b-26049b088a27-959b5a2a, #w-node-_20e1bbfc-8fe3-fcfe-c592-2b1366b2d135-bd4cc48f, #w-node-_20e1bbfc-8fe3-fcfe-c592-2b1366b2d136-bd4cc48f, #w-node-_581c58c5-7c41-d05e-f80b-8da78726f63a-a9862684, #w-node-_581c58c5-7c41-d05e-f80b-8da78726f63b-a9862684 {
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-faf51016-ab6d-0013-311b-26049b088a12-959b5a2a {
    place-self: center;
  }

  #w-node-faf51016-ab6d-0013-311b-26049b088a22-959b5a2a, #w-node-faf51016-ab6d-0013-311b-26049b088a2a-959b5a2a {
    justify-self: center;
  }

  #w-node-_20e1bbfc-8fe3-fcfe-c592-2b1366b2d121-bd4cc48f {
    place-self: center;
  }

  #w-node-_20e1bbfc-8fe3-fcfe-c592-2b1366b2d131-bd4cc48f, #w-node-_20e1bbfc-8fe3-fcfe-c592-2b1366b2d139-bd4cc48f {
    justify-self: center;
  }

  #w-node-_581c58c5-7c41-d05e-f80b-8da78726f626-a9862684 {
    place-self: center;
  }

  #w-node-_581c58c5-7c41-d05e-f80b-8da78726f636-a9862684, #w-node-_581c58c5-7c41-d05e-f80b-8da78726f63e-a9862684 {
    justify-self: center;
  }
}


.transparent-table {
    width: 100%;
    border-collapse: collapse;
    background-color: rgba(255, 255, 255, 0.7); /* Průhledné pozadí */
    border: 1px solid #ddd;
    margin-top: 20px;
}

.transparent-table th, .transparent-table td {
    padding: 10px;
    text-align: center;
}

.transparent-table th {
    background-color: rgba(0, 0, 0, 0.1);
}

.transparent-table tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.05);
}

.transparent-table tr:hover {
    background-color: rgba(0, 0, 0, 0.1);
}


