/* --------------------------------------------------
 * CORE
 * -------------------------------------------------- */
/* 1. Use a more-intuitive box-sizing model */
*,
*::before,
*::after {
  box-sizing: border-box;
}
/* 2. Remove default margin */
* {
  margin: 0;
}
/* 3. Enable keyword animations */
@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
body {
  /* 4. Add accessible line-height */
  line-height: 1.5;
  /* 5. Improve text rendering */
  -webkit-font-smoothing: antialiased;
}
/* 6. Improve media defaults */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}
/* 7. Inherit fonts for form controls */
input,
button,
textarea,
select {
  font: inherit;
}
/* 8. Avoid text overflows */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
/* 9. Improve line wrapping */
p {
  text-wrap: pretty;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}
/*
  10. Create a root stacking context
*/
#root,
#__next {
  isolation: isolate;
}
:root {
  --layout-grid-row-gap-default: 40px;
  --layout-grid-column-gap-default: 40px;
  --layout-grid-container-padding: 20px;
  --color-luware-black: #1C2129;
  --color-luware-light-1: #F7F8FB;
  --color-luware-light-2: #EEF0F6;
  --color-luware-brand-default: #0B48F8;
  --color-luware-brand-hover: #235AF9;
  --color-nimbus-light-1: #f7f6fe;
  --color-nimbus-light-2: #efecfb;
  --color-nimbus-medium: #9158f3;
  --color-nimbus-default: #531FAD;
  --color-nimbus-dark: #270845;
  --color-recording-light-1: #f3f8f7;
  --color-recording-light-2: #e7f1f0;
  --color-recording-medium: #00b292;
  --color-recording-default: #076C66;
  --color-recording-dark: #043134;
  --font-size-default: 18px;
  --font-size-button: 17px;
  --font-weight-book: 450;
  --primary-1: #000;
  --primary-2: #FFFFFF;
  --primary-3: #020312;
  --primary-4: #0B48F8;
  --primary-5: #F6F6F6;
  --primary-6: #EBFAFF;
  --color-luware-brand-1: #0B48F8;
  --color-luware-brand-2: #235AF9;
  --mobile-breakpoint: 992px;
  --container-width: 1580px;
  --container-padding: 20px;
  --dnd-gap: 40px;
  --dnd-mt: 120px;
  --dnd-mb: 120px;
  --header-height: 94px;
  --header-mobile-height: 49px;
  --header-bg-color: #110A3A;
  --header-font-color: #FFF;
  --nav-font-color: #000;
  --body-font: "Circular Std";
  --header-font: "Circular Std";
  --body-font-size: 16px;
  --body-font-color: #000;
  --body-font-line-height: 24px;
  --body-font-weight: 400;
  --text-elements-margin: 0px 0px 10px 0px;
  --form-font: var(--body-font);
  --form-font-size: 16px;
  --form-font-color: #0000;
  --form-border: 1px solid transparent;
  --form-border-radius: 0px;
  --form-padding: 0px;
  --form-filed-margin: 0px;
  --form-label-size: 16px;
  --form-label-color: rgba(0, 0, 0, 0.9);
  --form-legend-size: 16px;
  --form-legend-color: #000000;
  --form-placeholder-size: 16px;
  --form-placeholder-color: #000;
  --form-error-size: 16px;
  --form-error-color: #DB0000;
}
/* --------------------------------------------------
 * FONTS
 * -------------------------------------------------- */
@font-face {
  font-family: "Circular Std";
  src: url('https://144052992.fs1.hubspotusercontent-eu1.net/hubfs/144052992/Website_Theme/Fonts/CircularXXWeb-Regular.woff2') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Circular Std";
  src: url('https://144052992.fs1.hubspotusercontent-eu1.net/hubfs/144052992/Website_Theme/Fonts/CircularXXWeb-Book.woff2') format('opentype');
  font-weight: 450;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Circular Std";
  src: url('https://144052992.fs1.hubspotusercontent-eu1.net/hubfs/144052992/Website_Theme/Fonts/CircularXXWeb-Medium.woff2') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PP Editorial New";
  src: url('https://144052992.fs1.hubspotusercontent-eu1.net/hubfs/144052992/Website_Theme/Fonts/PPEditorialNew-Italic.woff2') format('opentype');
  font-style: normal;
  font-display: swap;
}
/* --------------------------------------------------
 * BASE HTML
 * -------------------------------------------------- */
body {
  font-family: "Circular Std", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 17px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* --------------------------------------------------
 * LAYOUT
 * -------------------------------------------------- */
/* -----------------------------------------
 * GRID
 * ----------------------------------------- */
.container {
  width: 100%;
  max-width: 1580px;
  margin: 0 auto;
  padding: 0 var(--layout-grid-container-padding);
}
/* -----------------------------------------
 * GRID
 * ----------------------------------------- */
.grid {
  display: grid;
  row-gap: var(--layout-grid-row-gap-default);
}
.grid.row-gap-zero {
  row-gap: 0;
}
.grid.row-gap-small {
  row-gap: 25px;
}
.grid .row {
  display: grid;
  column-gap: var(--layout-grid-column-gap-default);
  grid-auto-rows: auto;
  grid-template-columns: repeat(12, [col-start] 1fr);
  grid-auto-flow: initial;
}
.grid .row.row-5-col {
  grid-template-columns: repeat(5, [col-start] 1fr);
}
@media (max-width: 1050px) {
  .grid .row.row-5-col {
    grid-template-columns: repeat(3, [col-start] 1fr);
  }
}
@media (max-width: 800px) {
  .grid .row.row-5-col {
    grid-template-columns: repeat(2, [col-start] 1fr);
  }
}
@media (max-width: 520px) {
  .grid .row.row-5-col {
    grid-template-columns: repeat(1, [col-start] 1fr);
  }
}
@media (max-width: 520px) {
  .grid .row {
    grid-template-columns: 1fr;
  }
}
.grid .row > .item {
  display: grid;
  height: fit-content;
}
.grid .row > .item.span-1 {
  grid-column: span 1;
}
@media (max-width: 992px) {
  .grid .row > .item.span-1.item-ghost {
    display: none;
  }
}
.grid .row > .item.span-2 {
  grid-column: span 2;
}
.grid .row > .item.span-3 {
  grid-column: span 3;
}
@media (max-width: 992px) {
  .grid .row > .item.span-3 {
    grid-column: span 6;
  }
}
.grid .row > .item.span-4 {
  grid-column: span 4;
}
@media (max-width: 992px) {
  .grid .row > .item.span-4 {
    grid-column: span 6;
  }
}
.grid .row > .item.span-5 {
  grid-column: span 5;
}
@media (max-width: 992px) {
  .grid .row > .item.span-5 {
    grid-column: span 12;
  }
}
.grid .row > .item.span-6 {
  grid-column: span 6;
}
@media (max-width: 992px) {
  .grid .row > .item.span-6 {
    grid-column: span 12;
  }
}
.grid .row > .item.span-7 {
  grid-column: span 7;
}
.grid .row > .item.span-8 {
  grid-column: span 8;
}
.grid .row > .item.span-9 {
  grid-column: span 9;
}
.grid .row > .item.span-10 {
  grid-column: span 10;
}
.grid .row > .item.span-11 {
  grid-column: span 11;
}
.grid .row > .item.span-12 {
  grid-column: span 12;
}
@media (max-width: 520px) {
  .grid .row > .item {
    grid-column: span 1 !important;
  }
}
@media (max-width: 992px) {
  .grid .row.br-m-m > .item.span-3,
  .grid .row.br-m-m > .item.span-4 {
    grid-column: span 6 !important;
  }
  .grid .row.br-m-m > .item.span-5 {
    grid-column: span 5 !important;
  }
  .grid .row.br-m-m > .item.span-6 {
    grid-column: span 6 !important;
  }
}
@media (max-width: 590px) {
  .grid .row.br-m-m > .item.span-1,
  .grid .row.br-m-m > .item.span-2,
  .grid .row.br-m-m > .item.span-3,
  .grid .row.br-m-m > .item.span-4,
  .grid .row.br-m-m > .item.span-5,
  .grid .row.br-m-m > .item.span-6,
  .grid .row.br-m-m > .item.span-7,
  .grid .row.br-m-m > .item.span-8,
  .grid .row.br-m-m > .item.span-9,
  .grid .row.br-m-m > .item.span-10,
  .grid .row.br-m-m > .item.span-11,
  .grid .row.br-m-m > .item.span-12 {
    grid-column: span 12 !important;
  }
}
@media (max-width: 520px) {
  .grid .row.br-m-m > .item.span-1,
  .grid .row.br-m-m > .item.span-2,
  .grid .row.br-m-m > .item.span-3,
  .grid .row.br-m-m > .item.span-4,
  .grid .row.br-m-m > .item.span-5,
  .grid .row.br-m-m > .item.span-6,
  .grid .row.br-m-m > .item.span-7,
  .grid .row.br-m-m > .item.span-8,
  .grid .row.br-m-m > .item.span-9,
  .grid .row.br-m-m > .item.span-10,
  .grid .row.br-m-m > .item.span-11,
  .grid .row.br-m-m > .item.span-12 {
    grid-column: span 1 !important;
  }
}
@media (max-width: 720px) {
  .grid .row .br-t-m.br-12 {
    grid-column: span 12 !important;
  }
}
@media (max-width: 520px) {
  .grid .row .br-t-m.br-12 {
    grid-column: span 1 !important;
  }
}
/* --------------------------------------------------
 * BASIC
 * -------------------------------------------------- */
/* --------------------------------------------------
 * ALIGNMENT
 * -------------------------------------------------- */
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
/* --------------------------------------------------
 * LINKS
 * -------------------------------------------------- */
a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
/* --------------------------------------------------
 * CONTENT & PARAGRAPHS
 * -------------------------------------------------- */
p {
  font-size: clamp(0.99rem, calc(0.953rem + 0.188vw), 1.16rem);
  line-height: 150%;
}
.content-opacity p {
  opacity: 0.5;
}
/* --------------------------------------------------
 * LISTS
 * -------------------------------------------------- */
ul li,
ol li {
  font-size: clamp(0.99rem, calc(0.953rem + 0.188vw), 1.16rem);
}
/* --------------------------------------------------
 * HEADINGS
 * -------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}
h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em {
  font-style: normal;
}
h1,
.mimic-h1 {
  font-size: clamp(1.69rem, calc(1.376rem + 1.688vw), 3.28rem);
  line-height: 120%;
}
h2,
.mimic-h2 {
  font-size: clamp(1.62rem, calc(1.384rem + 1.25vw), 2.8rem);
  line-height: 120%;
}
h2.tiny,
.mimic-h2.tiny {
  font-size: clamp(1.05rem, calc(0.977rem + 0.41vw), 1.44rem);
  font-weight: 400;
}
h2.small,
.mimic-h2.small {
  font-size: clamp(1.28rem, calc(1.155rem + 0.665vw), 1.91rem);
}
h2.large,
.mimic-h2.large {
  font-size: clamp(1.85rem, calc(1.568rem + 1.518vw), 3.28rem);
}
h3 {
  line-height: 120%;
}
h3.xsmall {
  font-size: clamp(0.97rem, calc(0.947rem + 0.118vw), 1.08rem);
}
h3.small {
  font-size: clamp(1.13rem, calc(1.097rem + 0.172vw), 1.29rem);
}
h3.medium {
  font-size: clamp(1.41rem, calc(1.228rem + 0.975vw), 2.33rem);
}
h3.large {
  font-size: clamp(1.51rem, calc(1.248rem + 1.37vw), 2.8rem);
}
h5 {
  line-height: 120%;
}
h5.large {
  font-size: clamp(1.28rem, calc(1.155rem + 0.665vw), 1.91rem);
  font-weight: 300;
}
/* --------------------------------------------------
 * HEADINGS
 * -------------------------------------------------- */
.badge {
  display: inline-block;
  padding: 6px 20px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  font-size: 12px;
  font-weight: 450;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}
[data-revision="2"] .button {
  display: inline-block;
  font-size: var(--font-size-button);
  font-weight: var(--font-weight-book);
  padding: 7px 30px;
  border-radius: 32px;
}
@media (max-width: 1330px) {
  [data-revision="2"] .button {
    padding: 6px 22px;
    font-size: 16px;
  }
}
[data-revision="2"] .button + .button {
  margin-left: 10px;
}
[data-revision="2"] .button:hover {
  transform: translateY(-3px);
}
[data-revision="2"] .button.button-primary {
  background-color: var(--color-luware-brand-default);
  border: 2px solid var(--color-luware-brand-default);
  color: #FFF;
}
[data-revision="2"] .button.button-primary:hover {
  cursor: pointer;
  background-color: var(--color-luware-brand-hover);
  border: 2px solid var(--color-luware-brand-hover);
}
[data-revision="2"] .button.button-secondary {
  border: 2px solid var(--color-luware-brand-default);
  color: var(--color-luware-brand-default);
}
[data-revision="2"] .button.button-secondary.light {
  border: 2px solid #FFF;
  color: #FFF;
}
[data-revision="2"] .button.button-secondary:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(20px);
}
picture.rounded {
  border-radius: 12px;
  overflow: hidden;
}
picture.rounded.rounded-md {
  border-radius: 24px;
}
picture.rounded.rounded-lg {
  border-radius: 32px;
}
/* --------------------------------------------------
 * GLOBAL MODULES
 * -------------------------------------------------- */
.header-master {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 10;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  /* --------------------------------------------------
     * HEADER ITEMS
     * -------------------------------------------------- */
  /* --------------------------------------------------
     * MENU
     * -------------------------------------------------- */
  /* --------------------------------------------------
     * META MENU OVERRIDES
     * -------------------------------------------------- */
  /* --------------------------------------------------
     * FLOATING
     * -------------------------------------------------- */
}
.header-master:has(.nav-mega-menu > li:hover),
.header-master:has(.nav-mega-menu > li:focus-within),
.header-master.active {
  background: white;
}
.header-master > .wrapper {
  padding: 36px 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.header-master .inner {
  display: flex;
  flex-flow: row;
  column-gap: 40px;
}
@media (max-width: 1330px) {
  .header-master .inner {
    column-gap: 30px;
  }
}
@media (max-width: 580px) {
  .header-master .inner {
    column-gap: 10px;
  }
}
.header-master .inner .column-item {
  display: flex;
  width: fit-content;
  height: 100%;
  align-self: center;
}
.header-master .brand {
  justify-self: end;
}
.header-master .brand a {
  display: block;
}
.header-master .brand a svg {
  width: auto;
  max-width: unset;
  height: 42px;
}
@media (max-width: 1330px) {
  .header-master .brand a svg {
    height: 38px;
  }
}
.header-master .main-menu {
  width: 100% !important;
}
.header-master .meta {
  width: max-content;
}
.header-master .menu ul {
  list-style: none;
  padding: 0;
  margin-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  width: max-content;
}
.header-master .menu ul li {
  display: inline-block;
  margin-left: 0;
  list-style-type: none;
  height: 42px;
  line-height: 42px;
  align-content: center;
}
@media (max-width: 1330px) {
  .header-master .menu ul li {
    height: 38px;
    line-height: 38px;
  }
}
.header-master .menu ul li a {
  font-size: 17px;
  font-weight: 450;
}
@media (max-width: 1330px) {
  .header-master .menu ul li a {
    font-size: 16px;
  }
}
.header-master .menu ul li > a {
  display: block;
  padding: 10px 18px;
  border-radius: 12px;
}
@media (max-width: 1330px) {
  .header-master .menu ul li > a {
    padding: 9px 12px;
  }
}
.header-master .menu ul li > a > svg {
  width: 16px;
  max-width: 16px;
  height: 16px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media (max-width: 1330px) {
  .header-master .menu ul li > a > svg {
    width: 15px;
    max-width: 15px;
    height: 15px;
  }
}
.header-master .menu ul li > * {
  line-height: 100%;
}
.header-master .menu ul li.has-submenu > a:after {
  content: "";
  width: 8px;
  height: 8px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgOCA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNOCAyLjc1MjZMNCA2TDAgMi43NTI2TDAuNjgwMTEyIDJMNCA0LjY5NTA0TDcuMzE5ODkgMkw4IDIuNzUyNloiIGZpbGw9IiMxQzIxMjkiLz4KPC9zdmc+Cg==");
  display: inline-block;
  margin-left: 5px;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
}
.header-master .menu ul li.has-submenu .submenu-mini {
  position: absolute;
  top: 100%;
  right: -42px;
  width: 100px;
  border-radius: 12px;
  background: white;
  list-style: none;
  margin: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all 0.25s ease;
  padding: 0;
  text-align: center;
}
.header-master .menu ul li.has-submenu .submenu-mini > li {
  display: block;
  padding: 0;
  border-bottom: 1px solid var(--color-luware-light-1);
}
.header-master .menu ul li.has-submenu .submenu-mini > li:last-child {
  border-bottom: none;
}
.header-master .menu ul li.has-submenu .submenu-mini > li > a {
  color: var(--color-luware-black);
  padding: 10px 0;
  display: block;
  width: 100%;
  border-radius: 12px;
}
.header-master .menu ul li.has-submenu .submenu-mini > li > a:hover {
  background: var(--color-luware-light-1);
}
.header-master .menu ul li.has-submenu .submenu-mini > li.active > a,
.header-master .menu ul li.has-submenu .submenu-mini > li.active > span {
  font-weight: 500;
}
.header-master .menu ul li:hover.has-submenu > a:after {
  transform: rotate(180deg);
}
.header-master .menu ul li:hover.has-submenu .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header-master .menu ul li:hover > a {
  background: var(--color-luware-light-1);
}
.header-master .menu ul li:hover .mega-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header-master .meta {
  column-gap: 20px;
}
@media (max-width: 580px) {
  .header-master .meta {
    column-gap: 10px;
  }
}
@media (max-width: 520px) {
  .header-master .meta {
    display: none !important;
  }
}
.header-master .meta .menu > ul {
  height: 42px;
}
@media (max-width: 1330px) {
  .header-master .meta .menu > ul {
    height: 38px;
  }
}
.header-master .meta .menu ul li {
  position: relative;
}
.header-master .meta .menu ul li.has-submenu a {
  padding: 0;
}
.header-master .meta .menu ul li.has-submenu a:after {
  display: none;
}
.header-master.floating {
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.075);
}
.header-master.floating > .wrapper {
  padding: 24px 0;
}
.header-master.floating .menu ul li .mega-submenu {
  top: calc(100% - 24px);
}
/* --------------------------------------------------
 * MEGA MENU
 * -------------------------------------------------- */
.mega-submenu {
  position: absolute;
  top: calc(100% - 36px);
  left: 0;
  width: 100%;
  background: white;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.5s ease-in-out;
  z-index: 100;
  border-radius: 0 0 32px 32px;
}
.mega-submenu > .wrapper {
  padding: 40px 0;
}
.mega-submenu .menu-item > a {
  font-size: 20px;
}
@media (max-width: 1330px) {
  .mega-submenu .menu-item > a {
    font-size: 16px;
  }
}
.mega-submenu a.button-arrow-ext {
  color: var(--color-luware-black);
  opacity: 0.5;
}
.mega-submenu a.button-arrow-ext:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjE4MzYgMEgxMy43NDYxVjEwLjEyNUgxMi42MjExVjEuOTMzNTlMMS4xOTUzMSAxMy4zMjQyTDAuODA4NTk0IDEzLjc0NjFMMCAxMi45Mzc1TDAuNDIxODc1IDEyLjU1MDhMMTEuODQ3NyAxLjEyNUgzLjYyMTA5VjBIMTMuMTgzNloiIGZpbGw9IiMxQzIxMjkiLz4KPC9zdmc+Cg==");
  width: 12px;
  height: 12px;
  margin-left: 15px;
  display: inline-block;
  background-size: contain;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.mega-submenu a.link-icon-item {
  position: relative;
  display: flex;
  color: var(--color-luware-black);
  column-gap: 5px;
}
.mega-submenu a.link-icon-item .icon {
  width: 18px;
  height: 18px;
}
@media (max-width: 1330px) {
  .mega-submenu a.link-icon-item .icon {
    width: 17px;
    height: 17px;
  }
}
.mega-submenu a.link-icon-item .icon img {
  object-fit: contain;
  object-position: left;
}
.mega-submenu a.link-icon-item .text {
  height: 100%;
  align-self: center;
}
.mega-submenu a.link-icon-item.large {
  font-size: 20px;
  column-gap: 10px;
}
.mega-submenu a.link-icon-item.large .icon {
  width: 22px;
  height: 22px;
}
@media (max-width: 1330px) {
  .mega-submenu a.link-icon-item.large {
    font-size: 17px;
  }
  .mega-submenu a.link-icon-item.large .icon {
    width: 20px;
    height: 20px;
  }
}
.mega-submenu a.link-icon-item:hover {
  opacity: 0.5;
}
.mega-submenu .menu-list.stacked a {
  padding: 12px 0;
  border-bottom: 1px solid var(--color-luware-light-1);
}
@media (max-width: 1330px) {
  .mega-submenu .menu-list.stacked a {
    padding: 10px 0;
  }
}
.mega-submenu .menu-list.stacked a:last-child {
  border-bottom: none;
}
.mega-submenu .menu-list.stacked a:hover {
  padding-left: 5px;
}
.mega-submenu .menu-list.stacked.stacked-two-columns {
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
}
.mega-submenu .menu-list.stacked.stacked-two-columns a {
  flex: calc(50% - 40px);
}
@media (max-width: 580px) {
  .mega-submenu .menu-list.stacked.stacked-two-columns a {
    flex: calc(100% - 20px);
  }
}
.mega-submenu .menu-list.stacked.stacked-two-columns a:last-child {
  border-bottom: 1px solid var(--color-luware-light-1);
}
.mega-submenu .menu-list.stacked .menu-last-link {
  display: block;
  margin-top: 20px;
}
.mega-submenu .column-title p {
  font-size: 16px;
  font-weight: 450;
  opacity: 0.5;
}
.mega-submenu .column-title.column-title-with-link {
  display: flex;
  flex-flow: row;
}
.mega-submenu .column-title.column-title-with-link p {
  width: 100%;
}
.mega-submenu .column-title.column-title-with-link a {
  align-content: center;
  width: 100%;
  text-align: right;
}
.mega-submenu .layout-wrapper {
  display: flex;
  flex-flow: row;
}
@media (max-width: 1140px) {
  .mega-submenu .layout-wrapper {
    row-gap: 60px;
  }
}
.mega-submenu .layout-wrapper > .column {
  display: flex;
  flex-flow: column;
}
.mega-submenu .layout-wrapper.layout-cols-one {
  flex-flow: column;
  row-gap: 40px;
}
.mega-submenu .layout-wrapper.layout-cols-one > .column {
  width: 100%;
}
.mega-submenu .layout-wrapper.layout-cols-two {
  column-gap: 120px;
}
@media (max-width: 1330px) {
  .mega-submenu .layout-wrapper.layout-cols-two {
    column-gap: 80px;
  }
}
.mega-submenu .layout-wrapper.layout-cols-two > .column-30 {
  width: 30%;
}
@media (max-width: 1330px) {
  .mega-submenu .layout-wrapper.layout-cols-two > .column-30 {
    width: 40%;
  }
}
.mega-submenu .layout-wrapper.layout-cols-two > .column-40 {
  width: 40%;
}
.mega-submenu .layout-wrapper.layout-cols-two > .column-60 {
  width: 60%;
}
.mega-submenu .layout-wrapper.layout-cols-two > .column-70 {
  width: 70%;
}
@media (max-width: 1330px) {
  .mega-submenu .layout-wrapper.layout-cols-two > .column-70 {
    width: 60%;
  }
}
.mega-submenu .layout-wrapper .column-sub-section {
  display: flex;
  flex-flow: column;
  row-gap: 15px;
}
.mega-submenu .layout-wrapper .layout-sub-columns {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
}
.mega-submenu .layout-wrapper .layout-sub-columns > .column-item {
  flex: calc(50% - 20px);
}
@media (max-width: 650px) {
  .mega-submenu .layout-wrapper .layout-sub-columns > .column-item {
    flex: calc(100% - 20px);
  }
}
.mega-submenu .layout-wrapper .layout-sub-columns.sub-columns-1 > .column-item {
  flex: 100%;
}
.mega-submenu .layout-wrapper .layout-sub-columns.sub-columns-3 > .column-item {
  flex: calc(33.33337% - 20px);
}
@media (max-width: 740px) {
  .mega-submenu .layout-wrapper .layout-sub-columns.sub-columns-3 > .column-item {
    flex: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
@media (max-width: 520px) {
  .mega-submenu .layout-wrapper .layout-sub-columns.sub-columns-3 > .column-item {
    flex: calc(100% - 20px);
    max-width: unset;
  }
}
.mega-submenu .layout-wrapper .layout-sub-columns.sub-columns-4 > .column-item {
  flex: calc(25% - 20px);
}
@media (max-width: 1180px) {
  .mega-submenu .layout-wrapper .layout-sub-columns.sub-columns-4 > .column-item {
    flex: calc(50% - 20px);
  }
}
@media (max-width: 420px) {
  .mega-submenu .layout-wrapper .layout-sub-columns.sub-columns-4 > .column-item {
    flex: calc(100% - 20px);
  }
}
.mega-submenu .item-box {
  position: relative;
  border-radius: 24px;
  width: 100%;
  overflow: hidden;
}
.mega-submenu .item-box.is-link {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.mega-submenu .item-box.is-link:hover {
  transform: translateY(-5px);
  box-shadow: rgba(50, 50, 93, 0.11) 0px 25px 50px -10px, rgba(0, 0, 0, 0.12) 0px 15px 30px -15px;
}
.mega-submenu .item-box.is-link:hover .ghost-button {
  opacity: 1;
}
.mega-submenu .item-box.is-link:hover .ghost-button:after {
  transform: rotate(45deg);
  margin-left: 20px;
}
.mega-submenu .item-box.is-link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.mega-submenu .item-image-box {
  aspect-ratio: 17/9;
  height: unset !important;
}
.mega-submenu .item-image-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background: linear-gradient(205deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  z-index: 1;
}
.mega-submenu .item-image-box .content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: white;
  z-index: 2;
  line-height: 100%;
}
@media (max-width: 480px) {
  .mega-submenu .item-image-box .content {
    bottom: 20px;
    left: 20px;
  }
}
.mega-submenu .item-image-box .content h3 {
  font-size: 24px;
  font-weight: 450;
  color: #FFF;
  margin-bottom: 0;
}
@media (max-width: 580px) {
  .mega-submenu .item-image-box .content h3 {
    font-size: 22px;
  }
}
.mega-submenu .item-image-box .content .ghost-button {
  display: block;
  margin-top: 15px;
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media (max-width: 580px) {
  .mega-submenu .item-image-box .content .ghost-button {
    margin-top: 8px;
  }
}
.mega-submenu .item-image-box .content .ghost-button:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjE4MzYgMEgxMy43NDYxVjEwLjEyNUgxMi42MjExVjEuOTMzNTlMMS4xOTUzMSAxMy4zMjQyTDAuODA4NTk0IDEzLjc0NjFMMCAxMi45Mzc1TDAuNDIxODc1IDEyLjU1MDhMMTEuODQ3NyAxLjEyNUgzLjYyMTA5VjBIMTMuMTgzNloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
  width: 12px;
  height: 12px;
  margin-left: 15px;
  display: inline-block;
  background-size: contain;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.mega-submenu .item-image-box.item-success-box {
  background-size: cover;
  background-repeat: no-repeat;
}
.mega-submenu .item-image-box.item-success-box:before {
  opacity: 0.4;
  background: #000;
}
.mega-submenu .item-image-box.item-success-box .meta {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 2;
  background: #0003;
  border-radius: 32px;
  width: auto;
  padding: 8px 14px;
  position: absolute;
  top: 16px;
  right: 16px;
}
@media (max-width: 1140px) {
  .mega-submenu .item-image-box.item-success-box .meta {
    display: none;
  }
}
.mega-submenu .item-image-box.item-success-box .meta span {
  color: #fff;
  font-size: 14px;
  font-weight: 450;
}
.mega-submenu .item-image-box.item-success-box .logo-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.mega-submenu .item-image-box.item-success-box .logo-overlay .logo {
  padding: 65px;
  width: 100%;
  height: 100%;
}
@media (max-width: 1430px) {
  .mega-submenu .item-image-box.item-success-box .logo-overlay .logo {
    padding: 45px;
  }
}
@media (max-width: 1140px) {
  .mega-submenu .item-image-box.item-success-box .logo-overlay .logo {
    padding: 15px;
  }
}
.mega-submenu .item-image-box.item-success-box .logo-overlay .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 1140px) {
  .mega-submenu .item-image-box.item-success-box .logo-overlay .logo img {
    max-width: 50%;
    max-height: 50%;
    object-position: center;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
  }
}
.mega-submenu .item-product-box {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.mega-submenu .item-product-box:has(.inner > a:hover) {
  transform: translateY(-5px);
}
.mega-submenu .item-product-box:has(.inner > a:hover) .sub-links {
  opacity: 0.3;
}
.mega-submenu .item-product-box.product-nimbus {
  background: var(--color-nimbus-light-1);
}
.mega-submenu .item-product-box.product-nimbus:has(.inner > a:hover) {
  background: var(--color-nimbus-light-2);
}
.mega-submenu .item-product-box.product-nimbus .alt {
  color: var(--color-nimbus-default);
}
.mega-submenu .item-product-box.product-nimbus .sub-links {
  border-top: 1px solid var(--color-nimbus-light-2);
}
.mega-submenu .item-product-box.product-recording {
  background: var(--color-recording-light-1);
}
.mega-submenu .item-product-box.product-recording:has(.inner > a:hover) {
  background: var(--color-recording-light-2);
}
.mega-submenu .item-product-box.product-recording .alt {
  color: var(--color-recording-default);
}
.mega-submenu .item-product-box.product-recording .sub-links {
  border-top: 1px solid var(--color-recording-light-2);
}
.mega-submenu .item-product-box .inner {
  display: block;
  width: 100%;
  padding: 28px 30px 22px 30px;
}
.mega-submenu .item-product-box .inner > a {
  position: relative;
}
.mega-submenu .item-product-box .inner .alt {
  display: block;
  padding-bottom: 8px;
  font-family: "PP Editorial New", "Times New Roman", serif;
  font-style: normal;
  font-size: 16px;
}
@media (max-width: 1330px) {
  .mega-submenu .item-product-box .inner .alt {
    font-size: 14px;
  }
}
.mega-submenu .item-product-box .inner h3 {
  font-size: 24px;
  font-weight: 450;
  line-height: 120%;
  color: var(--color-luware-black);
}
@media (max-width: 1330px) {
  .mega-submenu .item-product-box .inner h3 {
    font-size: 20px;
  }
}
.mega-submenu .item-product-box .inner .sub-links {
  display: flex;
  flex-flow: row;
  margin-top: 30px;
  padding-top: 15px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media (max-width: 420px) {
  .mega-submenu .item-product-box .inner .sub-links {
    flex-flow: column;
    row-gap: 20px;
  }
}
.mega-submenu .item-product-box .inner .sub-links a {
  flex: 50%;
}
@media (max-width: 420px) {
  .mega-submenu .item-product-box .inner .sub-links a {
    flex: 100%;
  }
}
.mega-submenu .item-product-box .inner .sub-links a:last-child {
  justify-content: end;
}
@media (max-width: 420px) {
  .mega-submenu .item-product-box .inner .sub-links a:last-child {
    justify-content: start;
  }
}
.mega-submenu .item-product-box .inner .sub-links a:hover {
  opacity: 0.5;
}
.mega-submenu .item-cta {
  background: var(--color-luware-black);
  color: #FFF;
}
.mega-submenu .item-cta .inner {
  padding: 20px 30px;
  column-gap: 20px;
}
@media (max-width: 480px) {
  .mega-submenu .item-cta .inner {
    flex-flow: column;
    row-gap: 20px;
    text-align: center;
  }
  .mega-submenu .item-cta .inner .image img {
    margin: 0 auto;
  }
}
.mega-submenu .item-cta .image img {
  width: auto;
  height: 50px;
}
.mega-submenu .item-cta .link {
  align-content: center;
  font-size: 20px;
}
.mega-submenu .item-logo-box {
  background: var(--color-luware-light-1);
  height: 90px !important;
}
.mega-submenu .item-logo-box img {
  object-fit: contain;
  padding: 24px 45px;
  width: 100%;
  height: 100% !important;
}
.mega-submenu .layout-product .column-70 {
  row-gap: 60px;
}
.header-dark .header-master .nav-mega-menu > li > a,
.header-dark .header-master .meta-nav > li > a {
  color: var(--color-luware-black);
}
.header-light .header-master:not(.floating):not(.active):not(:has(.nav-mega-menu > li:hover)):not(:has(.nav-mega-menu > li:focus-within)) .brand a svg g path.wordmark {
  fill: #FFF;
}
.header-light .header-master:not(.floating):not(.active):not(:has(.nav-mega-menu > li:hover)):not(:has(.nav-mega-menu > li:focus-within)) .nav-mega-menu > li > a,
.header-light .header-master:not(.floating):not(.active):not(:has(.nav-mega-menu > li:hover)):not(:has(.nav-mega-menu > li:focus-within)) .meta-menu > li > a {
  color: #FFF;
}
.header-light .header-master:not(.floating):not(.active):not(:has(.nav-mega-menu > li:hover)):not(:has(.nav-mega-menu > li:focus-within)) .nav-mega-menu > li > a > svg path,
.header-light .header-master:not(.floating):not(.active):not(:has(.nav-mega-menu > li:hover)):not(:has(.nav-mega-menu > li:focus-within)) .meta-menu > li > a > svg path {
  fill: #FFF;
}
.header-light .header-master:not(.floating):not(.active):not(:has(.nav-mega-menu > li:hover)):not(:has(.nav-mega-menu > li:focus-within)) .nav-mega-menu > li.has-submenu > a:after,
.header-light .header-master:not(.floating):not(.active):not(:has(.nav-mega-menu > li:hover)):not(:has(.nav-mega-menu > li:focus-within)) .meta-menu > li.has-submenu > a:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgOCA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNOCAyLjc1MjZMNCA2TDAgMi43NTI2TDAuNjgwMTEyIDJMNCA0LjY5NTA0TDcuMzE5ODkgMkw4IDIuNzUyNloiIGZpbGw9IiNGRkYiLz4KPC9zdmc+Cg==");
}
/* --------------------------------------------------
 * MOBILE MENU
 * -------------------------------------------------- */
.mobile-menu-toggle {
  display: none !important;
  width: 100% !important;
}
@media (max-width: 1140px) {
  .mobile-menu-toggle {
    display: flex !important;
  }
}
@media (max-width: 520px) {
  .mobile-menu-toggle {
    justify-content: end;
  }
}
.mobile-menu-toggle .menu-toggle-btn {
  font-size: 18px;
  font-weight: 450;
  cursor: pointer;
  color: var(--color-luware-black);
  padding: 6px 20px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.mobile-menu-toggle .menu-toggle-btn svg {
  display: inline-block;
  width: auto;
  height: 20px;
  vertical-align: sub;
  margin-right: 6px;
}
.mobile-menu-toggle .menu-toggle-btn:hover {
  background: var(--color-luware-light-1);
}
@media (max-width: 1140px) {
  .header-master .main-menu {
    display: none !important;
  }
  .header-master .main-menu.is-open {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 100vh;
    background: white;
    overflow-y: scroll;
    z-index: 999;
  }
  .header-master .main-menu .nav-mega-menu {
    display: flex;
    flex-direction: column;
    padding: 0 20px 20px 20px;
    width: 100%;
  }
  .header-master .main-menu .nav-mega-menu > li {
    display: block;
    height: auto;
    line-height: normal;
    border-bottom: 1px solid var(--color-luware-light-1);
  }
  .header-master .main-menu .nav-mega-menu > li > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    width: 100%;
  }
  .header-master .main-menu .nav-mega-menu > li.has-submenu > a:after {
    margin-left: auto;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
  .header-master .main-menu .nav-mega-menu > li.submenu-open > a {
    background: var(--color-luware-light-1);
  }
  .header-master .main-menu .nav-mega-menu > li .mega-submenu {
    display: none;
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border-radius: 12px;
    margin: 10px 0;
  }
  .header-master .main-menu .nav-mega-menu > li .mega-submenu > .wrapper {
    padding: 20px 0;
  }
  .header-master .main-menu .nav-mega-menu > li .mega-submenu .layout-wrapper {
    display: flex;
    flex-direction: column;
  }
  .header-master .main-menu .nav-mega-menu > li .mega-submenu .column {
    width: 100% !important;
    flex: 100% !important;
  }
  .header-master .main-menu .nav-mega-menu > li .mega-submenu .layout-sub-columns {
    display: flex;
    gap: 15px;
  }
  .header-master .main-menu .nav-mega-menu > li.submenu-open > a:after {
    transform: rotate(180deg);
  }
  .header-master .main-menu .nav-mega-menu > li.submenu-open .mega-submenu {
    display: block;
  }
}
@media (max-width: 1140px) and (max-width: 440px) {
  .header-master .main-menu .nav-mega-menu {
    padding: 0 10px 20px 10px;
  }
}
@media (max-width: 1140px) {
  body.mobile-menu-open {
    overflow: hidden;
  }
}
body .body-container-wrapper {
  padding-top: 0 !important;
}
/* --------------------------------------------------
 * HUBSPOT
 * -------------------------------------------------- */
/* -------------------------------------------------------------------------------
 * FORMS
 * ------------------------------------------------------------------------------- */
.hs_cos_wrapper_type_form form .input select.hs-input {
  background-position-x: calc(100% - 20px) !important;
  background-position-y: 40% !important;
}
.hs_cos_wrapper_type_form form input[type=checkbox] + span:before {
  border: 0;
}
.hs_cos_wrapper_type_form form .hs-form-field .hs-error-msgs {
  position: absolute;
  width: 100%;
  padding: 0;
  bottom: 0;
  left: 10px;
}
.hs_cos_wrapper_type_form form .hs-form-field .hs-error-msgs li {
  height: auto;
}
.hs_cos_wrapper_type_form form .hs-form-field .hs-error-msgs li label {
  background: #d40000;
  color: #fff;
  padding: 2px 8px;
  border-radius: 10px;
}
.hs_cos_wrapper_type_form form fieldset:last-of-type {
  display: inline-block;
  width: 75%;
}
@media (max-width: 520px) {
  .hs_cos_wrapper_type_form form fieldset:last-of-type {
    width: 100%;
    display: block;
  }
}
.hs_cos_wrapper_type_form form .hs_submit {
  display: inline-block;
  width: 25%;
  text-align: right;
  margin-top: 0;
  vertical-align: top;
}
@media (max-width: 520px) {
  .hs_cos_wrapper_type_form form .hs_submit {
    width: 100%;
    display: block;
  }
}
.hs_cos_wrapper_type_form form.hs-form .legal-consent-container .hs-richtext p,
.hs_cos_wrapper_type_form form.hs-form .hs_gdpr_consent .hs-richtext p {
  font-size: 12px !important;
  line-height: 16px !important;
}
.hs_cos_wrapper_type_form form.hs-form .legal-consent-container .hs-richtext p a,
.hs_cos_wrapper_type_form form.hs-form .hs_gdpr_consent .hs-richtext p a {
  font-weight: 400 !important;
  text-decoration: underline !important;
  color: inherit !important;
}
.hs_cos_wrapper_type_form form.hs-form .legal-consent-container .hs-form-booleancheckbox-display span,
.hs_cos_wrapper_type_form form.hs-form .hs_gdpr_consent .hs-form-booleancheckbox-display span {
  font-size: 14px !important;
  line-height: 16px !important;
}
.hs_cos_wrapper_type_form form.hs-form .legal-consent-container .hs-form-booleancheckbox-display span a,
.hs_cos_wrapper_type_form form.hs-form .hs_gdpr_consent .hs-form-booleancheckbox-display span a {
  font-weight: 400 !important;
  text-decoration: underline !important;
  color: inherit !important;
}
.hs_cos_wrapper_type_form form.hs-form .hs_recaptcha {
  display: none;
}
.hs-form-html .hsfc-Renderer {
  --hsf-richtext__font-family: "Circular Std";
  --hsf-global__font-family: "Circular Std";
  --hsf-default-richtext__font-family: "Circular Std";
  --hsf-field-input__font-family: "Circular Std";
  --hsf-default-field-input__font-family: "Circular Std";
  --hsf-module__vertical-spacing: 5px;
  --hsf-default-module__vertical-spacing: 5px;
  --hsf-row__vertical-spacing: 10px;
  --hsf-default-row__vertical-spacing: 10px;
}
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper .hsfc-ReCaptchaV2 {
  display: none;
}
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form {
  font-family: "Circular Std";
}
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-Step .hsfc-Step__Content {
  padding: 0;
}
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-Step .hsfc-Step__Content .hsfc-Row {
  gap: 10px;
}
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-TextField,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-PhoneField,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-EmailField,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-TextareaField,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-DropdownField {
  position: relative;
}
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-TextField label,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-PhoneField label,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-EmailField label,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-TextareaField label,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-DropdownField label {
  display: none;
  font-size: 17px;
  font-weight: 500;
}
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-TextField input,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-PhoneField input,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-EmailField input,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-TextareaField input,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-DropdownField input,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-TextField textarea,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-PhoneField textarea,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-EmailField textarea,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-TextareaField textarea,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-DropdownField textarea {
  border-radius: 8px;
  height: 44px;
  background: #FFF;
  border: 1px solid #e3e6ec;
  padding: 0 15px;
  transition: all 0.15s linear;
  margin-bottom: 0;
}
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-TextField input[aria-describedby*="error"],
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-PhoneField input[aria-describedby*="error"],
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-EmailField input[aria-describedby*="error"],
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-TextareaField input[aria-describedby*="error"],
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-DropdownField input[aria-describedby*="error"],
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-TextField textarea[aria-describedby*="error"],
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-PhoneField textarea[aria-describedby*="error"],
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-EmailField textarea[aria-describedby*="error"],
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-TextareaField textarea[aria-describedby*="error"],
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-DropdownField textarea[aria-describedby*="error"] {
  border: 1px solid #D40000;
  box-shadow: 0 0 0 1px #d40000;
}
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-TextField input:hover,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-PhoneField input:hover,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-EmailField input:hover,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-TextareaField input:hover,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-DropdownField input:hover,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-TextField textarea:hover,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-PhoneField textarea:hover,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-EmailField textarea:hover,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-TextareaField textarea:hover,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-DropdownField textarea:hover {
  box-shadow: none;
  border: 1px solid #CCC;
}
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-TextField input:focus,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-PhoneField input:focus,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-EmailField input:focus,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-TextareaField input:focus,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-DropdownField input:focus,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-TextField textarea:focus,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-PhoneField textarea:focus,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-EmailField textarea:focus,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-TextareaField textarea:focus,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-DropdownField textarea:focus,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-TextField input:active,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-PhoneField input:active,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-EmailField input:active,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-TextareaField input:active,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-DropdownField input:active,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-TextField textarea:active,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-PhoneField textarea:active,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-EmailField textarea:active,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-TextareaField textarea:active,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-DropdownField textarea:active {
  box-shadow: 0 0 0 1px #000;
  border: 1px solid #000;
}
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-TextField textarea,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-PhoneField textarea,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-EmailField textarea,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-TextareaField textarea,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-DropdownField textarea {
  min-height: 100px;
  padding: 15px;
}
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-TextField .hsfc-ErrorAlert,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-PhoneField .hsfc-ErrorAlert,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-EmailField .hsfc-ErrorAlert,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-TextareaField .hsfc-ErrorAlert,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-DropdownField .hsfc-ErrorAlert {
  font-size: 14px;
  background: #d40000;
  color: #FFF;
  padding: 0px 10px;
  border-radius: 0 0 8px 8px;
  display: inline-block;
  margin-top: -1px;
  margin-left: 6px;
}
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-TextField .hsfc-PhoneInput .hsfc-PhoneInput__FlagAndCaret,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-PhoneField .hsfc-PhoneInput .hsfc-PhoneInput__FlagAndCaret,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-EmailField .hsfc-PhoneInput .hsfc-PhoneInput__FlagAndCaret,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-TextareaField .hsfc-PhoneInput .hsfc-PhoneInput__FlagAndCaret,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-DropdownField .hsfc-PhoneInput .hsfc-PhoneInput__FlagAndCaret {
  height: 44px;
  background: #FFF;
  border: 1px solid #e3e6ec;
  border-radius: 8px 0 0 8px;
}
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-TextField .hsfc-PhoneInput .hsfc-PhoneInput__FlagAndCaret:hover,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-PhoneField .hsfc-PhoneInput .hsfc-PhoneInput__FlagAndCaret:hover,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-EmailField .hsfc-PhoneInput .hsfc-PhoneInput__FlagAndCaret:hover,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-TextareaField .hsfc-PhoneInput .hsfc-PhoneInput__FlagAndCaret:hover,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-DropdownField .hsfc-PhoneInput .hsfc-PhoneInput__FlagAndCaret:hover {
  box-shadow: none;
  background: #FFF;
  border: 1px solid #CCC;
  filter: unset;
}
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-TextField .hsfc-PhoneInput .hsfc-PhoneInput__FlagAndCaret + input[type=tel],
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-PhoneField .hsfc-PhoneInput .hsfc-PhoneInput__FlagAndCaret + input[type=tel],
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-EmailField .hsfc-PhoneInput .hsfc-PhoneInput__FlagAndCaret + input[type=tel],
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-TextareaField .hsfc-PhoneInput .hsfc-PhoneInput__FlagAndCaret + input[type=tel],
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-DropdownField .hsfc-PhoneInput .hsfc-PhoneInput__FlagAndCaret + input[type=tel] {
  border-left: 1px solid transparent;
  border-radius: 0 8px 8px 0;
}
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-TextField .hsfc-PhoneInput .hsfc-PhoneInput__FlagAndCaret + input[type=tel]:focus,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-PhoneField .hsfc-PhoneInput .hsfc-PhoneInput__FlagAndCaret + input[type=tel]:focus,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-EmailField .hsfc-PhoneInput .hsfc-PhoneInput__FlagAndCaret + input[type=tel]:focus,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-TextareaField .hsfc-PhoneInput .hsfc-PhoneInput__FlagAndCaret + input[type=tel]:focus,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-DropdownField .hsfc-PhoneInput .hsfc-PhoneInput__FlagAndCaret + input[type=tel]:focus,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-TextField .hsfc-PhoneInput .hsfc-PhoneInput__FlagAndCaret + input[type=tel]:active,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-PhoneField .hsfc-PhoneInput .hsfc-PhoneInput__FlagAndCaret + input[type=tel]:active,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-EmailField .hsfc-PhoneInput .hsfc-PhoneInput__FlagAndCaret + input[type=tel]:active,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-TextareaField .hsfc-PhoneInput .hsfc-PhoneInput__FlagAndCaret + input[type=tel]:active,
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-DropdownField .hsfc-PhoneInput .hsfc-PhoneInput__FlagAndCaret + input[type=tel]:active {
  box-shadow: 0;
  border: 1px solid #000;
}
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-Button {
  border-radius: 32px;
  background: var(--color-luware-brand-1);
  color: #FFF;
  font-weight: 450;
}
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-DropdownOptions {
  border-radius: 12px;
  border-color: var(--color-luware-light-2);
}
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-DropdownOptions__List__ListItem {
  background-color: var(--color-luware-light-1);
}
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-DropdownOptions__List__ListItem:hover {
  background-color: var(--color-luware-light-2);
}
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-CheckboxField .hsfc-FieldLabel {
  padding: 0 0 0 36px;
}
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-CheckboxField .hsfc-FieldLabel span {
  font-size: 15px;
  line-height: 18px;
}
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form [data-hsfc-id="DataPrivacyField"] {
  margin-top: 20px;
}
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form [data-hsfc-id="DataPrivacyField"] .hsfc-RichText p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
}
.hs-form-html .hsfc-Renderer .hsfc-FormWrapper form [data-hsfc-id="DataPrivacyField"] .hsfc-RichText p a {
  font-weight: 450;
  color: rgba(0, 0, 0, 0.4);
}
.color-nimbus .hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-Button,
.layout-preset-nimbus .hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-Button {
  background: var(--color-nimbus-default);
}
.color-recording .hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-Button,
.layout-preset-recording .hs-form-html .hsfc-Renderer .hsfc-FormWrapper form .hsfc-Button {
  background: var(--color-recording-default);
}
.hs-search-field__form {
  display: flex;
  column-gap: 20px;
}
.hs-search-field__form input[type="search"] {
  border-radius: 8px;
  width: 100%;
  height: 44px;
  background: #FFF;
  border: 1px solid #e3e6ec;
  padding: 0 15px;
  transition: all 0.15s linear;
  margin-bottom: 0;
}
.hs-search-field__form input[type="search"][aria-describedby*="error"] {
  border: 1px solid #D40000;
  box-shadow: 0 0 0 1px #d40000;
}
.hs-search-field__form input[type="search"]:hover {
  box-shadow: none;
  border: 1px solid #CCC;
}
.hs-search-field__form input[type="search"]:focus,
.hs-search-field__form input[type="search"]:active {
  box-shadow: 0 0 0 1px #000;
  border: 1px solid #000;
}
.hs-search-field__form button {
  border: none;
  border-radius: 32px;
  background: var(--color-luware-brand-default);
  color: #FFF;
  font-weight: 450;
  padding: 0 20px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.hs-search-field__form button:hover {
  cursor: pointer;
  opacity: 0.5;
}
/* --------------------------------------------------
 * ADDONS
 * -------------------------------------------------- */
.transition_all {
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.transition_all_eio_fast {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.transition_all_eio_superfast {
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
}
.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
}
.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.blocker.behind {
  background-color: transparent;
}
.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
}
.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==');
}
.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}
.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.modal-spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.5);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.blocker {
  z-index: 100;
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.3);
}
.modal {
  border-radius: 32px;
  -o-border-radius: 32px;
  -ms-border-radius: 32px;
  max-width: 720px;
  padding: 40px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 60px 40px -7px;
  -o-box-shadow: rgba(0, 0, 0, 0.2) 0px 60px 40px -7px;
  -ms-box-shadow: rgba(0, 0, 0, 0.2) 0px 60px 40px -7px;
}
.modal .modal-title h3 {
  font-weight: 500;
  font-size: 42px;
}
.modal .modal-title + .modal-body {
  margin-top: 20px;
}