:root {
  --white: #fff;
  --black: #141414;
  --gray: #363636;
  --primary: #14fff0;
  --secondary: #ffef0e;
  --tertiary: #5c27ff;
  --red: #ed254e;
  --border-radius: 20px;
  --transition: 0.2s ease-in-out;
  --transition-long: 0.4s ease-in-out;
  --content-width: 1340px;
  --content-padding: 20px;
  --smaller-font-size: 14px;
  --default-font-size: 16px;
  --bigger-font-size: 22px;
}
@font-face {
  font-family: Space Grotesk;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Space Grotesk Regular"), local("SpaceGrotesk-Regular"),
    url(../media/SpaceGrotesk-Regular.977cd767.woff2) format("woff2");
}
@font-face {
  font-family: Space Grotesk;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Space Grotesk Medium"), local("SpaceGrotesk-Medium"),
    url(../media/SpaceGrotesk-Medium.0ae15442.woff2) format("woff2");
}
@font-face {
  font-family: Space Grotesk;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Space Grotesk Medium"), local("SpaceGrotesk-Medium"),
    url(../media/SpaceGrotesk-Medium.0ae15442.woff2) format("woff2");
}
/* @font-face {
  font-family: Space Grotesk;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Space Grotesk Semi Bold"), local("SpaceGrotesk-SemiBold"),
    url(/_next/static/media/SpaceGrotesk-SemiBold.b00e8d7c.woff2)
      format("woff2");
} */
@font-face {
  font-family: Space Grotesk;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Space Grotesk Bold"), local("SpaceGrotesk-Bold"),
    url(../media/SpaceGrotesk-Bold.b9822b93.woff2) format("woff2");
}
* {
  box-sizing: border-box;
}
body {
  background-color: var(--black);
  color: var(--white);
  font-size: var(--default-font-size);
  font-family: Space Grotesk, -apple-system, BlinkMacSystemFont, Segoe UI,
    Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji,
    Segoe UI Symbol;
  transition: background-color var(--transition-long);
}
html {
  line-height: 1.1;
  -webkit-text-size-adjust: 100%;
}
body {
  position: relative;
  margin: 0;
  overflow-x: hidden;
}
body,
html {
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.container {
  max-width: var(--content-width);
  padding: 0 var(--content-padding);
  margin: 0 auto;
}
[data-theme="light"] {
  --black: #fff;
  --white: #141414;
  --gray: #f1f1f1;
  --header: hsla(0, 0%, 100%, 0.6);
}
#hubspot-messages-iframe-container {
  z-index: 1 !important;
}
#hubspot-messages-iframe-container iframe {
  color-scheme: none;
}
.button_wrapper__tYR8R {
  display: inline-block;
  font-family: inherit;
  font-size: var(--smaller-font-size);
  font-weight: 500;
  border: 1px solid transparent;
  border-radius: 50px;
  padding: 3px 14px;
  transition: color var(--transition), background-color var(--transition),
    border-color var(--transition);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
}
.button_wrapper__tYR8R[data-color="primary"] {
  color: var(--primary);
  background-color: transparent;
  border-color: var(--primary);
}
.button_wrapper__tYR8R[data-color="primary"]:focus,
.button_wrapper__tYR8R[data-color="primary"]:hover {
  color: var(--black);
  background-color: var(--primary);
}
.button_wrapper__tYR8R[data-color="primary-blue"] {
  color: var(--tertiary);
  background-color: transparent;
  border-color: var(--tertiary);
}
.button_wrapper__tYR8R[data-color="primary-blue"]:focus,
.button_wrapper__tYR8R[data-color="primary-blue"]:hover {
  color: var(--black);
  background-color: var(--tertiary);
}
.button_wrapper__tYR8R[data-color="secondary"] {
  color: var(--primary);
  background-color: var(--black);
  border-color: var(--black);
}
.button_wrapper__tYR8R[data-color="secondary"]:focus,
.button_wrapper__tYR8R[data-color="secondary"]:hover,
.button_wrapper__tYR8R[data-color="tertiary"] {
  color: var(--black);
  background-color: var(--primary);
  border-color: var(--primary);
}
.button_wrapper__tYR8R[data-color="tertiary"]:focus,
.button_wrapper__tYR8R[data-color="tertiary"]:hover {
  color: var(--primary);
  background-color: var(--black);
  border-color: var(--primary);
}
.button_wrapper__tYR8R[data-color="tertiary-blue"] {
  color: var(--black);
  background-color: var(--tertiary);
  border-color: var(--tertiary);
}
.button_wrapper__tYR8R[data-color="tertiary-blue"]:focus,
.button_wrapper__tYR8R[data-color="tertiary-blue"]:hover {
  color: var(--black);
  background-color: var(--white);
  border-color: var(--white);
}
.button_wrapper__tYR8R[data-color="optional"] {
  color: var(--white);
  background-color: transparent;
  border-color: var(--white);
}
.button_wrapper__tYR8R[data-color="optional"]:focus,
.button_wrapper__tYR8R[data-color="optional"]:hover {
  color: var(--black);
  background-color: var(--primary);
  border-color: var(--primary);
}
.button_wrapper__tYR8R[data-size="huge"] {
  font-size: var(--default-font-size);
  padding: 12px 38px;
}
[data-theme="light"] .button_wrapper__tYR8R[data-color="primary"] {
  color: var(--white);
  background-color: transparent;
  border-color: var(--white);
}
[data-theme="light"] .button_wrapper__tYR8R[data-color="primary"]:focus,
[data-theme="light"] .button_wrapper__tYR8R[data-color="primary"]:hover {
  color: var(--white);
  background-color: var(--primary);
  border-color: var(--primary);
}
[data-theme="light"] .button_wrapper__tYR8R[data-color="secondary"] {
  color: var(--primary);
  background-color: var(--white);
  border-color: var(--white);
}
[data-theme="light"] .button_wrapper__tYR8R[data-color="optional"],
[data-theme="light"] .button_wrapper__tYR8R[data-color="secondary"]:focus,
[data-theme="light"] .button_wrapper__tYR8R[data-color="secondary"]:hover {
  color: var(--white);
  background-color: var(--primary);
  border-color: var(--primary);
}
[data-theme="light"] .button_wrapper__tYR8R[data-color="tertiary"] {
  color: var(--white);
}
[data-theme="light"] .button_wrapper__tYR8R[data-color="tertiary"]:focus,
[data-theme="light"] .button_wrapper__tYR8R[data-color="tertiary"]:hover {
  color: var(--black);
  background-color: var(--white);
  border-color: var(--white);
}
.banner_wrapper__mAy3v {
  position: relative;
  background-color: var(--primary);
  color: var(--black);
  border-radius: var(--border-radius);
  padding: 22px 24px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 800px) {
  .banner_wrapper__mAy3v {
    width: 100%;
    margin: 30px 0 !important;
    padding: 12px 24px;
  }
}
.banner_wrapper__mAy3v[data-position="left"] {
  margin-left: 0;
  margin-right: auto;
}
.banner_wrapper__mAy3v[data-position="right"] {
  margin-left: auto;
  margin-right: 0;
}
.banner_wrapper__mAy3v[data-spacing-top="true"] {
  margin-top: 44px;
}
.banner_wrapper__mAy3v[data-spacing-bottom="true"] {
  margin-bottom: 44px;
}
.banner_wrapper__mAy3v[data-spacing-left="true"] {
  margin-left: 134px;
}
.banner_wrapper__mAy3v[data-spacing-right="true"] {
  margin-right: 134px;
}
.banner_wrapper__mAy3v button {
  padding: 8px 30px;
}
.banner_copy__TVlRI {
  display: flex;
  align-items: center;
  gap: 15px;
}
.banner_copy__TVlRI h3 {
  font-size: 22px;
  font-weight: 500;
  max-width: 217px;
  margin: 0;
}
.banner_copy__TVlRI svg {
  height: 58px;
}
.banner_copy__TVlRI svg path {
  stroke: var(--black);
}
.banner_inner__DOUNO {
  position: absolute;
  background-color: var(--primary);
  padding: 22px 24px;
  border-radius: var(--border-radius);
}
@media screen and (max-width: 800px) {
  .banner_inner__DOUNO {
    position: static;
    background: transparent;
    transform: none !important;
  }
  .banner_inner__DOUNO button {
    display: block;
    font-size: 18px;
    margin: 0 auto;
  }
}
.banner_inner__DOUNO:after,
.banner_inner__DOUNO:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: transparent;
  z-index: -1;
}
@media screen and (max-width: 800px) {
  .banner_inner__DOUNO:after,
  .banner_inner__DOUNO:before {
    display: none;
  }
}
.banner_inner__DOUNO[data-inner-position="top-left"] {
  top: 0;
  left: 0;
  transform: translate(-133px, -53px);
}
.banner_inner__DOUNO[data-inner-position="top-left"]:before {
  bottom: 0;
  right: 0;
  transform: translate(100%, -25px);
  border-bottom-left-radius: 20px;
  box-shadow: -1px 20px 0 0 var(--primary);
}
.banner_inner__DOUNO[data-inner-position="top-left"]:after {
  right: 0;
  bottom: 0;
  transform: translate(-22px, 100%);
  border-top-right-radius: 20px;
  box-shadow: 1px -20px 0 0 var(--primary);
}
.banner_inner__DOUNO[data-inner-position="top-right"] {
  top: 0;
  right: 0;
  transform: translate(134px, -53px);
}
.banner_inner__DOUNO[data-inner-position="top-right"]:before {
  bottom: 0;
  left: 0;
  transform: translate(-100%, -25px);
  border-bottom-right-radius: 20px;
  box-shadow: 1px 20px 0 0 var(--primary);
}
.banner_inner__DOUNO[data-inner-position="top-right"]:after {
  left: 0;
  bottom: 0;
  transform: translate(22px, 100%);
  border-top-left-radius: 20px;
  box-shadow: -1px -20px 0 0 var(--primary);
}
.banner_inner__DOUNO[data-inner-position="bottom-left"] {
  bottom: 0;
  left: 0;
  transform: translate(-133px, 43px);
}
.banner_inner__DOUNO[data-inner-position="bottom-left"]:before {
  top: 0;
  right: 0;
  transform: translate(-22px, -100%);
  border-bottom-right-radius: 20px;
  box-shadow: 1px 20px 0 0 var(--primary);
}
.banner_inner__DOUNO[data-inner-position="bottom-left"]:after {
  right: 0;
  bottom: 0;
  transform: translate(100%, -3px);
  border-top-left-radius: 20px;
  box-shadow: -1px -20px 0 0 var(--primary);
}
.banner_inner__DOUNO[data-inner-position="bottom-right"] {
  bottom: 0;
  right: 0;
  transform: translate(132px, 43px);
}
.banner_inner__DOUNO[data-inner-position="bottom-right"]:before {
  top: 0;
  left: 0;
  transform: translate(22px, -100%);
  border-bottom-left-radius: 20px;
  box-shadow: -1px 20px 0 0 var(--primary);
}
.banner_inner__DOUNO[data-inner-position="bottom-right"]:after {
  left: 0;
  bottom: 0;
  transform: translate(-100%, -3px);
  border-top-right-radius: 20px;
  box-shadow: 1px -20px 0 0 var(--primary);
}
.banner_bannerStreamers1__VYUv_ {
  margin: 170px 0;
}
@media screen and (max-width: 800px) {
  .banner_bannerStreamers1__VYUv_ {
    margin: 0 0 100px;
  }
}
.benefit_wrapper__gGjve {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  min-height: 140px;
  flex: 1 1;
}
@media screen and (max-width: 800px) {
  .benefit_wrapper__gGjve {
    min-height: unset;
  }
  .benefit_wrapper__gGjve:nth-child(2n) {
    text-align: right;
  }
  .benefit_wrapper__gGjve:nth-child(2n) p {
    margin: 0 0 0 auto;
  }
}
.benefit_wrapper__gGjve h3 {
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 14px;
}
@media screen and (max-width: 800px) {
  .benefit_wrapper__gGjve h3 {
    margin-bottom: 28px;
  }
}
.benefit_wrapper__gGjve p {
  margin: 0;
  max-width: 200px;
}
.benefit_wrapper__gGjve:not(:first-of-type):before {
  content: "";
  position: absolute;
  top: 50%;
  left: -40%;
  width: 73px;
  height: 1px;
  background-color: var(--white);
  transform: rotate(120deg);
}
@media screen and (max-width: 800px) {
  .benefit_wrapper__gGjve:not(:first-of-type):before {
    display: none;
  }
}
.benefits_wrapper__IOmHR {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  padding: 130px 0;
}
@media screen and (max-width: 800px) {
  .benefits_wrapper__IOmHR {
    flex-direction: column;
  }
}
.cookie-banner_wrapper__a_idR {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--gray);
  font-size: var(--smaller-font-size);
  padding: 20px 0;
  z-index: 2;
}
.cookie-banner_wrapper__a_idR .cookie-banner_innerWrapper__5BD0f {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 800px) {
  .cookie-banner_wrapper__a_idR .cookie-banner_innerWrapper__5BD0f {
    flex-direction: column;
    gap: 14px;
    align-items: flex-start;
    padding: 14px 0;
  }
}
.cookie-banner_wrapper__a_idR .cookie-banner_left__OSIca {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}
.cookie-banner_wrapper__a_idR .cookie-banner_left__OSIca span {
  font-weight: 700;
}
.cookie-banner_wrapper__a_idR .cookie-banner_right__CU0Fl {
  display: flex;
  align-items: center;
  gap: 14px;
}
@media screen and (max-width: 800px) {
  .cookie-banner_wrapper__a_idR .cookie-banner_right__CU0Fl {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cookie-banner_wrapper__a_idR .cookie-banner_right__CU0Fl p {
  margin: 0;
}
.cookie-banner_wrapper__a_idR .cookie-banner_right__CU0Fl button {
  flex-shrink: 0;
}
[data-theme="light"]
  .cookie-banner_wrapper__a_idR
  .cookie-banner_left__OSIca
  svg
  path {
  stroke: var(--white);
}
.faq-item_wrapper__zraDH {
  position: relative;
  background-color: var(--primary);
  border-radius: var(--border-radius);
  padding: 16px;
  cursor: pointer;
  transition: border-radius var(--transition);
}
.faq-item_wrapper__zraDH .faq-item_heading__s5ZUV {
  display: grid;
  grid-template-columns: 28px 1fr 28px;
  align-items: center;
  grid-gap: 12px;
  gap: 12px;
}
@media screen and (max-width: 1080px) {
  .faq-item_wrapper__zraDH .faq-item_heading__s5ZUV {
    grid-template-columns: 20px 1fr 20px;
    gap: 20px;
  }
}
.faq-item_wrapper__zraDH .faq-item_heading__s5ZUV h3 {
  font-size: 36px;
  font-weight: 400;
  margin: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 1080px) {
  .faq-item_wrapper__zraDH .faq-item_heading__s5ZUV h3 {
    font-size: 18px;
  }
}
.faq-item_wrapper__zraDH .faq-item_heading__s5ZUV svg {
  width: 28px;
  flex-shrink: 0;
  transform: rotate(90deg);
}
@media screen and (max-width: 1080px) {
  .faq-item_wrapper__zraDH .faq-item_heading__s5ZUV svg {
    width: 28px;
  }
}
.faq-item_wrapper__zraDH .faq-item_heading__s5ZUV svg path {
  stroke: var(--white);
}
.faq-item_wrapper__zraDH .faq-item_body__bo022 {
  background-color: var(--primary);
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  max-height: 0;
  opacity: 0;
  transition: opacity var(--transition), max-height var(--transition-long),
    border-color var(--transparent-long);
}
.faq-item_wrapper__zraDH .faq-item_body__bo022 p {
  margin-top: 0;
  font-size: 22px;
}
@media screen and (max-width: 1080px) {
  .faq-item_wrapper__zraDH .faq-item_body__bo022 p {
    font-size: var(--default-font-size);
  }
}
.faq-item_wrapper__zraDH[data-clickable="false"]:hover {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.faq-item_wrapper__zraDH[data-clickable="false"]:hover
  .faq-item_heading__s5ZUV
  .faq-item_divider__Axho4 {
  opacity: 0;
}
.faq-item_wrapper__zraDH[data-clickable="false"]:hover
  .faq-item_heading__s5ZUV
  svg {
  transform: rotate(270deg);
}
.faq-item_wrapper__zraDH[data-clickable="false"]:hover .faq-item_body__bo022 {
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  transform: translateY(100%);
  max-height: 500px;
  opacity: 1;
  padding: 16px;
  border-top: 2px solid var(--white);
  z-index: 1;
}
.faq-item_wrapper__zraDH[data-clickable="true"][data-open="true"]
  .faq-item_heading__s5ZUV
  .faq-item_divider__Axho4 {
  opacity: 0;
}
.faq-item_wrapper__zraDH[data-clickable="true"][data-open="true"]
  .faq-item_heading__s5ZUV
  svg {
  transform: rotate(270deg);
}
.faq-item_wrapper__zraDH[data-clickable="true"][data-open="true"]
  .faq-item_body__bo022 {
  max-height: 500px;
  opacity: 1;
  padding: 16px;
  border-top: 2px solid var(--white);
  z-index: 1;
}
[data-theme="dark"] .faq-item_wrapper__zraDH {
  color: var(--black);
}
[data-theme="dark"] .faq-item_wrapper__zraDH .faq-item_heading__s5ZUV svg path {
  stroke: var(--black);
}
[data-theme="dark"] .faq-item_wrapper__zraDH .faq-item_body__bo022 {
  border-color: var(--black) !important;
}
.faq_wrapper__wSUqy {
  position: relative;
}
.faq_wrapper__wSUqy h2 {
  font-size: 54px;
  font-weight: 400;
  margin-bottom: 52px;
}
@media screen and (max-width: 1080px) {
  .faq_wrapper__wSUqy h2 {
    position: relative;
    font-size: 38px;
    z-index: 1;
  }
}
.faq_wrapper__wSUqy h2[data-smaller="true"] {
  font-size: 36px;
}
@media screen and (max-width: 1080px) {
  .faq_wrapper__wSUqy h2[data-smaller="true"] {
    font-size: 28px;
  }
}
.faq_wrapper__wSUqy .faq_faqWrapper__o9qdZ {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.hubspot-form_hubspotForm__RNKw8 {
  width: 100%;
}
.hubspot-form_hubspotForm__RNKw8 form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  gap: 20px;
}
.hubspot-form_hubspotForm__RNKw8 form .hs-fieldtype-phonenumber input,
.hubspot-form_hubspotForm__RNKw8 form .hs-fieldtype-phonenumber select,
.hubspot-form_hubspotForm__RNKw8 form .hs-fieldtype-phonenumber textarea,
.hubspot-form_hubspotForm__RNKw8 form .hs-fieldtype-select input,
.hubspot-form_hubspotForm__RNKw8 form .hs-fieldtype-select select,
.hubspot-form_hubspotForm__RNKw8 form .hs-fieldtype-select textarea,
.hubspot-form_hubspotForm__RNKw8 form .hs-fieldtype-text input,
.hubspot-form_hubspotForm__RNKw8 form .hs-fieldtype-text select,
.hubspot-form_hubspotForm__RNKw8 form .hs-fieldtype-text textarea,
.hubspot-form_hubspotForm__RNKw8 form .hs-fieldtype-textarea input,
.hubspot-form_hubspotForm__RNKw8 form .hs-fieldtype-textarea select,
.hubspot-form_hubspotForm__RNKw8 form .hs-fieldtype-textarea textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: var(--border-radius);
  border: 1px solid var(--primary);
  font-family: inherit;
  font-size: var(--smaller-font-size);
  background-color: transparent;
  color: #fff;
}
.hubspot-form_hubspotForm__RNKw8
  form
  .hs-fieldtype-phonenumber
  input::placeholder,
.hubspot-form_hubspotForm__RNKw8
  form
  .hs-fieldtype-phonenumber
  select::placeholder,
.hubspot-form_hubspotForm__RNKw8
  form
  .hs-fieldtype-phonenumber
  textarea::placeholder,
.hubspot-form_hubspotForm__RNKw8 form .hs-fieldtype-select input::placeholder,
.hubspot-form_hubspotForm__RNKw8 form .hs-fieldtype-select select::placeholder,
.hubspot-form_hubspotForm__RNKw8
  form
  .hs-fieldtype-select
  textarea::placeholder,
.hubspot-form_hubspotForm__RNKw8 form .hs-fieldtype-text input::placeholder,
.hubspot-form_hubspotForm__RNKw8 form .hs-fieldtype-text select::placeholder,
.hubspot-form_hubspotForm__RNKw8 form .hs-fieldtype-text textarea::placeholder,
.hubspot-form_hubspotForm__RNKw8 form .hs-fieldtype-textarea input::placeholder,
.hubspot-form_hubspotForm__RNKw8
  form
  .hs-fieldtype-textarea
  select::placeholder,
.hubspot-form_hubspotForm__RNKw8
  form
  .hs-fieldtype-textarea
  textarea::placeholder {
  color: var(--primary);
}
.hubspot-form_hubspotForm__RNKw8 form .hs-fieldtype-phonenumber select,
.hubspot-form_hubspotForm__RNKw8 form .hs-fieldtype-select select,
.hubspot-form_hubspotForm__RNKw8 form .hs-fieldtype-text select,
.hubspot-form_hubspotForm__RNKw8 form .hs-fieldtype-textarea select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(/img/select-arrow.svg);
  background-repeat: no-repeat;
  background-position: 98% 50%;
  color: var(--primary);
}
.hubspot-form_hubspotForm__RNKw8 form .hs-fieldtype-phonenumber select option,
.hubspot-form_hubspotForm__RNKw8 form .hs-fieldtype-select select option,
.hubspot-form_hubspotForm__RNKw8 form .hs-fieldtype-text select option,
.hubspot-form_hubspotForm__RNKw8 form .hs-fieldtype-textarea select option {
  background-color: var(--black);
}
.hubspot-form_hubspotForm__RNKw8 form .hs-fieldtype-phonenumber textarea,
.hubspot-form_hubspotForm__RNKw8 form .hs-fieldtype-select textarea,
.hubspot-form_hubspotForm__RNKw8 form .hs-fieldtype-text textarea,
.hubspot-form_hubspotForm__RNKw8 form .hs-fieldtype-textarea textarea {
  min-height: 200px;
  resize: none;
}
.hubspot-form_hubspotForm__RNKw8 form .hs-fieldtype-file {
  border: 1px solid var(--primary);
  border-radius: var(--border-radius);
  padding: 10px 12px;
}
.hubspot-form_hubspotForm__RNKw8 form .hs-fieldtype-file label {
  display: block;
  font-size: var(--smaller-font-size);
  color: var(--primary);
  margin-bottom: 4px;
}
.hubspot-form_hubspotForm__RNKw8 form .hs-fieldtype-file,
.hubspot-form_hubspotForm__RNKw8 form .hs-fieldtype-phonenumber,
.hubspot-form_hubspotForm__RNKw8 form .hs-fieldtype-textarea,
.hubspot-form_hubspotForm__RNKw8 form .hs_submit,
.hubspot-form_hubspotForm__RNKw8 form .legal-consent-container {
  grid-column: 1 / span 2;
}
.hubspot-form_hubspotForm__RNKw8 form .inputs-list {
  list-style: none;
  padding: 0;
}
.hubspot-form_hubspotForm__RNKw8 form .inputs-list li:before {
  display: none;
}
.hubspot-form_hubspotForm__RNKw8 form .legal-consent-container .inputs-list {
  margin-top: 10px;
}
.hubspot-form_hubspotForm__RNKw8
  form
  .legal-consent-container
  .inputs-list
  label {
  cursor: pointer;
}
.hubspot-form_hubspotForm__RNKw8 form .legal-consent-container p {
  font-size: 12px;
}
.hubspot-form_hubspotForm__RNKw8 form .legal-consent-container p a {
  color: var(--primary);
}
.hubspot-form_hubspotForm__RNKw8 form .hs-error-msgs {
  margin: 4px 0 0;
}
.hubspot-form_hubspotForm__RNKw8 form .hs-error-msgs .hs-error-msg {
  display: block;
  color: var(--red);
  font-size: 12px;
  padding-left: 14px;
}
.hubspot-form_hubspotForm__RNKw8 form input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  height: auto;
  padding: 0;
}
.hubspot-form_hubspotForm__RNKw8 form input[type="checkbox"] + span {
  display: block;
  position: relative;
  margin-left: 0;
}
.hubspot-form_hubspotForm__RNKw8 form input[type="checkbox"] + span:before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  border-radius: 2px;
  border: 1px solid var(--primary);
  flex-shrink: 0;
  vertical-align: middle;
}
.hubspot-form_hubspotForm__RNKw8 form input[type="checkbox"] + span:after {
  position: absolute;
  left: 6px;
  top: 6px;
  display: inline-block;
  height: 6px;
  width: 9px;
  border-left: 2px solid var(--primary);
  border-bottom: 2px solid var(--primary);
  transform: rotate(-45deg);
}
.hubspot-form_hubspotForm__RNKw8 form input[type="checkbox"] + span p {
  display: inline;
  margin: 0 0 0 16px;
  line-height: 1.8;
}
.hubspot-form_hubspotForm__RNKw8
  form
  input[type="checkbox"]:checked
  + span:after {
  content: "";
}
.hubspot-form_hubspotForm__RNKw8 form input[type="submit"] {
  display: block;
  margin: 0 auto;
  font-weight: 500;
  font-family: inherit;
  font-size: var(--default-font-size);
  background-color: var(--primary);
  color: #141414;
  border-radius: 50px;
  border: 1px solid transparent;
  padding: 10px 60px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background var(--transition);
}
.hubspot-form_hubspotForm__RNKw8 form input[type="submit"]:hover {
  background: var(--black);
  color: var(--primary);
  border: 1px solid var(--primary);
}
.hubspot-form_hubspotForm__RNKw8 form .submitted-message {
  font-size: var(--bigger-font-size);
}
.hubspot-form_hubspotForm__RNKw8 form .submitted-message em {
  font-style: normal;
}
.hubspot-form_hubspotForm__RNKw8 form .grecaptcha-badge {
  display: none;
}
.hubspot-form_hubspotForm__RNKw8.hubspot-form_vertical__rqHn_ form {
  grid-template-columns: 1fr;
}
.hubspot-form_hubspotForm__RNKw8.hubspot-form_vertical__rqHn_
  form
  .hs-fieldtype-file,
.hubspot-form_hubspotForm__RNKw8.hubspot-form_vertical__rqHn_
  form
  .hs-fieldtype-phonenumber,
.hubspot-form_hubspotForm__RNKw8.hubspot-form_vertical__rqHn_
  form
  .hs-fieldtype-textarea,
.hubspot-form_hubspotForm__RNKw8.hubspot-form_vertical__rqHn_ form .hs_submit,
.hubspot-form_hubspotForm__RNKw8.hubspot-form_vertical__rqHn_
  form
  .legal-consent-container {
  grid-column: unset;
}
.hubspot-form_hubspotForm__RNKw8[data-color="secondary"]
  form
  .hs-fieldtype-phonenumber
  input,
.hubspot-form_hubspotForm__RNKw8[data-color="secondary"]
  form
  .hs-fieldtype-phonenumber
  select,
.hubspot-form_hubspotForm__RNKw8[data-color="secondary"]
  form
  .hs-fieldtype-phonenumber
  textarea,
.hubspot-form_hubspotForm__RNKw8[data-color="secondary"]
  form
  .hs-fieldtype-select
  input,
.hubspot-form_hubspotForm__RNKw8[data-color="secondary"]
  form
  .hs-fieldtype-select
  select,
.hubspot-form_hubspotForm__RNKw8[data-color="secondary"]
  form
  .hs-fieldtype-select
  textarea,
.hubspot-form_hubspotForm__RNKw8[data-color="secondary"]
  form
  .hs-fieldtype-text
  input,
.hubspot-form_hubspotForm__RNKw8[data-color="secondary"]
  form
  .hs-fieldtype-text
  select,
.hubspot-form_hubspotForm__RNKw8[data-color="secondary"]
  form
  .hs-fieldtype-text
  textarea,
.hubspot-form_hubspotForm__RNKw8[data-color="secondary"]
  form
  .hs-fieldtype-textarea
  input,
.hubspot-form_hubspotForm__RNKw8[data-color="secondary"]
  form
  .hs-fieldtype-textarea
  select,
.hubspot-form_hubspotForm__RNKw8[data-color="secondary"]
  form
  .hs-fieldtype-textarea
  textarea {
  border-color: #141414;
  color: #141414;
}
.hubspot-form_hubspotForm__RNKw8[data-color="secondary"]
  form
  .hs-fieldtype-phonenumber
  input::placeholder,
.hubspot-form_hubspotForm__RNKw8[data-color="secondary"]
  form
  .hs-fieldtype-phonenumber
  select::placeholder,
.hubspot-form_hubspotForm__RNKw8[data-color="secondary"]
  form
  .hs-fieldtype-phonenumber
  textarea::placeholder,
.hubspot-form_hubspotForm__RNKw8[data-color="secondary"]
  form
  .hs-fieldtype-select
  input::placeholder,
.hubspot-form_hubspotForm__RNKw8[data-color="secondary"]
  form
  .hs-fieldtype-select
  select::placeholder,
.hubspot-form_hubspotForm__RNKw8[data-color="secondary"]
  form
  .hs-fieldtype-select
  textarea::placeholder,
.hubspot-form_hubspotForm__RNKw8[data-color="secondary"]
  form
  .hs-fieldtype-text
  input::placeholder,
.hubspot-form_hubspotForm__RNKw8[data-color="secondary"]
  form
  .hs-fieldtype-text
  select::placeholder,
.hubspot-form_hubspotForm__RNKw8[data-color="secondary"]
  form
  .hs-fieldtype-text
  textarea::placeholder,
.hubspot-form_hubspotForm__RNKw8[data-color="secondary"]
  form
  .hs-fieldtype-textarea
  input::placeholder,
.hubspot-form_hubspotForm__RNKw8[data-color="secondary"]
  form
  .hs-fieldtype-textarea
  select::placeholder,
.hubspot-form_hubspotForm__RNKw8[data-color="secondary"]
  form
  .hs-fieldtype-textarea
  textarea::placeholder {
  color: #141414;
}
.hubspot-form_hubspotForm__RNKw8[data-color="secondary"]
  form
  .hs-fieldtype-phonenumber
  select,
.hubspot-form_hubspotForm__RNKw8[data-color="secondary"]
  form
  .hs-fieldtype-select
  select,
.hubspot-form_hubspotForm__RNKw8[data-color="secondary"]
  form
  .hs-fieldtype-text
  select,
.hubspot-form_hubspotForm__RNKw8[data-color="secondary"]
  form
  .hs-fieldtype-textarea
  select {
  color: #141414;
}
.hubspot-form_hubspotForm__RNKw8[data-color="secondary"]
  form
  .hs-fieldtype-phonenumber
  select
  option,
.hubspot-form_hubspotForm__RNKw8[data-color="secondary"]
  form
  .hs-fieldtype-select
  select
  option,
.hubspot-form_hubspotForm__RNKw8[data-color="secondary"]
  form
  .hs-fieldtype-text
  select
  option,
.hubspot-form_hubspotForm__RNKw8[data-color="secondary"]
  form
  .hs-fieldtype-textarea
  select
  option {
  background-color: #fff;
}
.hubspot-form_hubspotForm__RNKw8[data-color="secondary"]
  form
  .hs-fieldtype-file {
  border-color: #141414;
}
.hubspot-form_hubspotForm__RNKw8[data-color="secondary"]
  form
  .hs-fieldtype-file
  label {
  color: #141414;
}
.hubspot-form_hubspotForm__RNKw8[data-color="secondary"]
  form
  .legal-consent-container
  p
  a {
  color: #141414;
  text-decoration: underline;
}
.hubspot-form_hubspotForm__RNKw8[data-color="secondary"]
  form
  input[type="checkbox"]
  + span:before {
  border-color: #141414;
}
.hubspot-form_hubspotForm__RNKw8[data-color="secondary"]
  form
  input[type="checkbox"]
  + span:after {
  border-left: 2px solid #141414;
  border-bottom: 2px solid #141414;
}
.hubspot-form_hubspotForm__RNKw8[data-color="secondary"]
  form
  input[type="submit"] {
  background-color: #141414;
  color: var(--primary);
}
.hubspot-form_hubspotForm__RNKw8[data-color="secondary"]
  form
  input[type="submit"]:hover {
  background: var(--primary);
  color: #141414;
  border: 1px solid #141414;
}
.loader_wrapper__xfBWL {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  background-color: var(--black);
  z-index: 999;
}
.loader_wrapper__xfBWL img {
  filter: invert(1);
  max-width: 200px;
}
[data-theme="light"] .loader_wrapper__xfBWL img {
  filter: none;
}
.video-popup_wrapper__8kGwN {
  display: grid;
  place-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px;
  z-index: 3;
}
.video-popup_wrapperInner__YZ4LO {
  position: relative;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.video-popup_wrapperInner__YZ4LO iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.video-popup_close__RS7QB {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
.video-popup_close__RS7QB svg {
  width: 30px;
}
.video-popup_close__RS7QB svg path {
  transition: stroke var(--transition);
}
.video-popup_close__RS7QB svg:hover path {
  stroke: var(--primary);
}
.play-video_wrapper__lwr3H {
  border: none;
  background: transparent;
  cursor: pointer;
}
.play-video_wrapper__lwr3H svg path {
  transition: stroke var(--transition), fill var(--transition);
}
.play-video_wrapper__lwr3H svg circle {
  transition: stroke var(--transition);
}
.play-video_wrapper__lwr3H svg:hover path {
  stroke: var(--primary);
  fill: var(--primary);
}
.play-video_wrapper__lwr3H svg:hover circle {
  stroke: var(--primary);
}
.step_wrapper__ykdCt {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding-left: 26px;
  min-height: 240px;
  border-left: 1px solid var(--white);
  flex: 1 1;
}
@media screen and (max-width: 800px) {
  .step_wrapper__ykdCt {
    border-left: none;
    border-bottom: 1px solid var(--white);
    padding-left: 0;
    padding-bottom: 26px;
    min-height: 210px;
  }
}
.step_wrapper__ykdCt .step_heading__zZFX_ {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.step_wrapper__ykdCt h3 {
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 8px;
  max-width: 200px;
}
.step_wrapper__ykdCt p {
  margin: 0;
}
.step_wrapper__ykdCt p.step_biggerDesc__ME53F {
  font-size: 22px;
}
.step_wrapper__ykdCt.step_bigger__wYxX3 {
  min-height: 290px;
}
.step_wrapper__ykdCt.step_bigger__wYxX3 h3 {
  font-size: 22px;
  max-width: unset;
}
.step_index__GJZUE {
  font-size: 22px;
  font-weight: 500;
}
.steps_wrapper__RavSA {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 800px) {
  .steps_wrapper__RavSA {
    flex-direction: column;
  }
}
.tickets-form_form__Lbewu {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.tickets-form_form__Lbewu input,
.tickets-form_form__Lbewu select,
.tickets-form_form__Lbewu textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: var(--border-radius);
  border: 1px solid var(--primary);
  font-family: inherit;
  font-size: var(--smaller-font-size);
  background-color: transparent;
  color: #fff;
}
.tickets-form_form__Lbewu input::placeholder,
.tickets-form_form__Lbewu select::placeholder,
.tickets-form_form__Lbewu textarea::placeholder {
  color: var(--primary);
}
.tickets-form_form__Lbewu input + .tickets-form_error__jfDuZ,
.tickets-form_form__Lbewu select + .tickets-form_error__jfDuZ,
.tickets-form_form__Lbewu textarea + .tickets-form_error__jfDuZ {
  margin-top: -12px;
}
.tickets-form_form__Lbewu textarea {
  min-height: 200px;
  resize: none;
}
.tickets-form_form__Lbewu .tickets-form_error__jfDuZ {
  display: block;
  color: var(--red);
  font-size: 12px;
  padding-left: 14px;
  margin: 4px 0 0;
}
.tickets-form_form__Lbewu input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  padding: 0;
}
.tickets-form_form__Lbewu input[type="checkbox"] + span {
  display: block;
  position: relative;
  margin-left: 0;
}
.tickets-form_form__Lbewu input[type="checkbox"] + span:before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  border-radius: 2px;
  border: 1px solid var(--primary);
  flex-shrink: 0;
  vertical-align: middle;
}
.tickets-form_form__Lbewu input[type="checkbox"] + span:after {
  position: absolute;
  left: 6px;
  top: 6px;
  display: inline-block;
  height: 6px;
  width: 9px;
  border-left: 2px solid var(--primary);
  border-bottom: 2px solid var(--primary);
  transform: rotate(-45deg);
}
.tickets-form_form__Lbewu input[type="checkbox"] + span p {
  display: inline;
  margin: 0 0 0 16px;
  line-height: 1.8;
  font-size: 12px;
}
.tickets-form_form__Lbewu input[type="checkbox"]:checked + span:after {
  content: "";
}
.tickets-form_form__Lbewu .tickets-form_disclaimer__WBzUC {
  font-size: 12px;
}
.tickets-form_form__Lbewu .tickets-form_disclaimer__WBzUC a {
  color: var(--primary);
}
.tickets-form_form__Lbewu .tickets-form_disclaimer__WBzUC a:hover {
  text-decoration: underline;
}
.tickets-form_form__Lbewu input[type="submit"] {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: 500;
  font-family: inherit;
  font-size: var(--default-font-size);
  background-color: var(--primary);
  color: #141414;
  border-radius: 50px;
  border: 1px solid transparent;
  padding: 10px 60px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background var(--transition);
}
.tickets-form_form__Lbewu .tickets-form_response__BiKon {
  max-width: 450px;
  text-align: center;
  margin: 0 auto;
  line-height: 1.4;
}
.tickets-form_form__Lbewu .tickets-form_response__BiKon[data-state="true"] {
  color: green;
}
.tickets-form_form__Lbewu .tickets-form_response__BiKon[data-state="false"] {
  color: red;
}
.menu-item_item__RZAWu {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.menu-item_item__RZAWu a {
  position: relative;
  display: block;
  font-size: 54px;
  text-transform: uppercase;
  transition: color 0.3s ease-in-out, padding 0.3s ease-in-out;
}
.menu-item_item__RZAWu a[data-dropdown="false"]:hover {
  padding-left: 130px;
}
@media screen and (max-width: 1080px) {
  .menu-item_item__RZAWu a[data-dropdown="false"]:hover {
    padding-left: 100px;
  }
}
.menu-item_item__RZAWu a[data-dropdown="false"]:hover .menu-item_icons__qR59W {
  opacity: 1;
}
.menu-item_item__RZAWu a[data-dropdown="true"] {
  padding-right: 20px;
}
.menu-item_item__RZAWu a:hover {
  color: var(--primary);
}
.menu-item_item__RZAWu a:hover + .menu-item_dropdown__xxDcR {
  display: flex;
}
@media screen and (max-width: 1080px) {
  .menu-item_item__RZAWu a {
    font-size: 32px;
  }
}
@media screen and (max-width: 800px) {
  .menu-item_item__RZAWu a {
    font-size: 24px;
  }
}
.menu-item_item__RZAWu:not(:last-of-type) {
  margin-bottom: 60px;
}
@media screen and (max-width: 800px) {
  .menu-item_item__RZAWu:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.menu-item_item__RZAWu .menu-item_dropdown__xxDcR {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
  flex-direction: column;
  gap: 16px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  padding: 20px;
}
@media screen and (max-width: 1080px) {
  .menu-item_item__RZAWu .menu-item_dropdown__xxDcR {
    display: flex;
    position: static;
    transform: none;
    background-color: transparent;
  }
}
.menu-item_item__RZAWu .menu-item_dropdown__xxDcR:before {
  content: "";
  position: absolute;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 15px solid rgba(0, 0, 0, 0.7);
  top: 50%;
  left: 15px;
  transform: translate(-100%, -50%) rotate(-90deg);
}
@media screen and (max-width: 1080px) {
  .menu-item_item__RZAWu .menu-item_dropdown__xxDcR:before {
    display: none;
  }
}
.menu-item_item__RZAWu .menu-item_dropdown__xxDcR:hover {
  display: flex;
}
.menu-item_item__RZAWu .menu-item_dropdown__xxDcR a {
  font-size: var(--smaller-font-size);
}
.menu-item_icons__qR59W {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 20px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.menu-item_icons__qR59W svg {
  height: 38px;
}
@media screen and (max-width: 1080px) {
  .menu-item_icons__qR59W svg {
    height: 26px;
  }
}
.menu-item_icons__qR59W svg path {
  stroke: var(--primary);
}
.menu_wrapper__9MXPz {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--black);
  z-index: 2;
}
.menu_wrapperInner__UapYX {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-end;
  grid-gap: 60px;
  gap: 60px;
  padding-top: 200px;
}
@media screen and (max-width: 800px) {
  .menu_wrapperInner__UapYX {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 1080px) {
  .menu_blob__HqZHd {
    display: none;
  }
}
.language-switcher_wrapper__nq56u {
  position: relative;
}
.language-switcher_wrapper__nq56u img {
  width: 20px;
  height: auto;
}
.language-switcher_wrapper__nq56u .language-switcher_label__BgfzJ {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
  width: 100%;
  cursor: pointer;
  transition: color var(--transition), background-color var(--transition);
}
.language-switcher_wrapper__nq56u .language-switcher_label__BgfzJ:hover {
  color: var(--primary);
}
.language-switcher_wrapper__nq56u .language-switcher_label__BgfzJ svg {
  display: block;
}
.language-switcher_wrapper__nq56u .language-switcher_dropdown__j7THn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(100%);
  display: flex;
  flex-direction: column;
  gap: 0;
  background-color: var(--gray);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.language-switcher_wrapper__nq56u
  .language-switcher_dropdown__j7THn
  .language-switcher_label__BgfzJ:hover {
  background-color: var(--black);
  color: inherit;
}
.language-switcher_wrapper__nq56u
  .language-switcher_chevron__ByC6G[data-opened="true"] {
  transform: scale(-1);
}
.header_wrapper__eF_AB {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 34px 0;
  transition: background-color var(--transition), padding var(--transition);
  z-index: 3;
}
@media screen and (max-width: 800px) {
  .header_wrapper__eF_AB {
    padding: 30px 0;
  }
}
.header_scrolled__O4fV_ {
  background-color: var(--black);
  padding: 8px 0;
}
.header_wrapperInner__DatXl {
  display: grid;
  grid-template-columns: 1fr 60px 1fr;
  align-items: center;
  grid-gap: 40px;
  gap: 40px;
}
@media screen and (max-width: 1080px) {
  .header_wrapperInner__DatXl {
    grid-template-columns: auto auto auto;
  }
}
.header_wrapperInner__DatXl .header_logo__IcwBr svg {
  display: block;
}
.header_wrapperInner__DatXl .header_logo__IcwBr svg path {
  fill: var(--white);
}
.header_wrapperInner__DatXl .header_menuLink__ERpHz {
  text-align: center;
}
.header_wrapperInner__DatXl .header_menuLink__ERpHz button {
  color: var(--white);
  border: none;
  background-color: transparent;
  text-transform: uppercase;
  transition: color var(--transition);
  cursor: pointer;
}
.header_wrapperInner__DatXl .header_menuLink__ERpHz button:hover {
  color: var(--primary);
}
.header_wrapperInner__DatXl .header_menuLink__ERpHz svg {
  width: 20px;
}
.header_wrapperInner__DatXl .header_menuLink__ERpHz svg path {
  stroke: var(--white);
  transition: fill var(--transition);
}
.header_wrapperInner__DatXl .header_menuLink__ERpHz svg:hover path {
  stroke: var(--primary);
}
.header_wrapperInner__DatXl nav ul {
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 18px;
}
.header_wrapperInner__DatXl nav ul li {
  flex-shrink: 0;
}
@media screen and (max-width: 1080px) {
  .header_wrapperInner__DatXl nav ul li:not(:last-of-type) {
    display: none;
  }
}
.header_wrapperInner__DatXl nav ul li:last-of-type a {
  padding: 3px 0;
}
.header_wrapperInner__DatXl nav ul a {
  padding: 3px 14px;
}
.header_wrapperInner__DatXl a {
  transition: color var(--transition);
}
.header_wrapperInner__DatXl a svg path {
  transition: fill var(--transition);
}
.header_wrapperInner__DatXl a:hover {
  color: var(--primary);
}
.header_wrapperInner__DatXl a:hover svg path {
  fill: var(--primary);
}
.footer_wrapper__4e7_a {
  position: relative;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  grid-gap: 20px;
  gap: 20px;
  padding: 58px 0;
  border-top: 1px solid var(--white);
}
@media screen and (max-width: 1080px) {
  .footer_wrapper__4e7_a {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.footer_links__AQiVk {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1080px) {
  .footer_links__AQiVk {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.footer_links__AQiVk a {
  padding: 3px 0;
  font-size: var(--smaller-font-size);
  transition: color var(--transition);
}
.footer_links__AQiVk a:hover {
  color: var(--primary);
}
.footer_links__AQiVk a:hover svg path {
  fill: var(--primary);
}
.footer_links__AQiVk a svg {
  display: block;
}
.footer_links__AQiVk a svg path {
  fill: var(--white);
  transition: fill var(--transition);
}
.footer_links__AQiVk li:not(:first-of-type) a {
  padding: 3px 14px;
}
.footer_socials__NjmQ_ {
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1080px) {
  .footer_socials__NjmQ_ {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer_socials__NjmQ_ svg {
  cursor: pointer;
}
.footer_socials__NjmQ_ svg path {
  fill: var(--white);
  transition: fill var(--transition);
}
.footer_socials__NjmQ_ svg:hover path {
  fill: var(--primary);
}
.footer_contact__7lPJx {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1080px) {
  .footer_contact__7lPJx {
    flex-direction: column;
  }
}
.footer_contact__7lPJx button {
  display: inline-flex;
  gap: 10px;
  margin-left: 10px;
}
.footer_contact__7lPJx .footer_lawLinks__6WzVg {
  display: flex;
  align-items: center;
  gap: 40px;
}
.footer_contact__7lPJx .footer_lawLinks__6WzVg a {
  font-size: var(--smaller-font-size);
}
.footer_contact__7lPJx .footer_lawLinks__6WzVg a:hover {
  color: var(--primary);
}
.footer_ue__3F7Ip {
  text-align: right;
}
@media screen and (max-width: 1080px) {
  .footer_ue__3F7Ip {
    text-align: center;
  }
}
.footer_ue__3F7Ip img {
  max-width: 400px;
  background: #fff;
}
[data-theme="light"] .footer_wrapper__4e7_a {
  --primary: var(--tertiary);
}
[data-theme="light"]
  .footer_wrapper__4e7_a
  .footer_contact__7lPJx
  button:hover {
  color: var(--black);
}

