/* @font-face {
  font-family: "Futura";
  src: url("../fonts/Futura.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Futura";
  src: url("../fonts/FtraHv.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Futura-Medium";
  src:
    url("../fonts/medium/Futura-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/medium/Futura-Medium.ttf") format("truetype"),
    url("../fonts/medium/Futura-Medium.svg#Futura-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
} */

@font-face {
  font-family: "Outfit";
  src: url("../../fonts/outfit/static/Outfit-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit-bold";
  src: url("../../fonts/outfit/static/Outfit-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit-semibold";
  src: url("../../fonts/outfit/static/Outfit-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-primary: #656565;
  --color-secondary: #a49eb9;
  --color-tertiary: #ef6c57;

  --color-lavendel-bg: #f4f2f8;
  --color-lavendel-light: #e6e1f4;
  --color-moos-bg: #f1f2f1;
  --color-moos-light: #c8d1c7;
  --color-coral-hover: #ec8f81;
  --color-white: #ffffff;
  --color-grey: #ebebeb;
  --color-grey-2: #c7c7c7;
  --color-grey-3: #888888;
  --color-lightgrey: #f9f9fb;
  --color-anthrazit: #656565;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: " ";
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  grid-column: 1;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  grid-row: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: " ";
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  grid-column: 1;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  grid-row: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  font-family: Outfit, sans-serif;
  color: var(--color-anthrazit);
  font-size: 16px;
  line-height: initial;
  font-weight: 400;
}

header {
  margin: 1rem 0 2rem;
}

.heading {
  margin-bottom: 40px;
  font-family: "Outfit-bold" sans-serif;
}

h2,
h3,
h4 {
  line-height: 140%;
  color: var(--color-anthrazit);
  font-weight: bold;
}

h1 {
  margin-top: 16px;
  margin-bottom: 16px;
  color: var(--color-secondary);
  font-size: 48px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 21px;
}

h3 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.5px;
}

p {
  margin: 10px 0;
}

.container {
  width: 100%;
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto;
  padding: 1rem;
}

.container.narrow {
  max-width: 512px;
}

.flex-container {
  margin-top: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.banner {
  padding-top: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 0 auto;
}

.logo {
  width: 280px;
  text-align: left;
  margin-bottom: 24px;
}

.content-column {
  /* padding-left: 80px; */
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.content p {
  line-height: 140%;
}

footer {
  color: var(--color-anthrazit);
  margin: 2rem 0;
}

.footer-links {
  display: flex;
  justify-content: center;
  font-size: 13px;
}

.footer-links a {
  display: inline-block;
  text-decoration: none;
  margin: 0 12px;
}

.footer-links a:hover {
  text-decoration: underline;
}

:link,
:visited,
:active {
  color: var(--color-anthrazit);
}

.form-head {
  font-size: 16px;
  line-height: 24px;
}

.heading-2 {
  margin-top: 0px;
}

.devicesPane .header {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 8px;
}

.invalid {
  background-color: rgba(255, 0, 0, 0.1);
}

.list {
  margin-bottom: 40px;
  padding-left: 14px;
}

.form-wrapper {
  padding-top: 50px;
}

input[type="checkbox"].invalid {
  outline: 2px solid red;
}

.w-input:focus,
.w-select:focus {
  border-color: var(--color-grey-3);
}

.input {
  border-style: solid;
  border-width: 1px;
  border-color: var(--color-grey-2);
  border-radius: 8px;
  background-color: transparent;
  font-size: 14px;
  margin-bottom: 0;
  padding: 12px;
  line-height: 140%;
  min-height: 45px;
}

.input::-webkit-input-placeholder {
  color: var(--color-grey-2);
  font-size: 14px;
  line-height: 21px;
}

.input:-ms-input-placeholder {
  color: var(--color-grey-2);
  font-size: 14px;
  line-height: 21px;
}

.input::-ms-input-placeholder {
  color: var(--color-grey-2);
  font-size: 14px;
  line-height: 21px;
}

.input::placeholder {
  color: var(--color-grey-2);
  font-size: 14px;
  line-height: 21px;
}

select {
  color: var(--color-grey-2);
}

select:valid {
  color: var(--color-anthrazit);
}

select option {
  color: var(--color-anthrazit);
}

.row {
  display: -ms-grid;
  display: grid;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form-content {
  margin-bottom: 50px;
}

.form-content.form-final-block {
  margin-top: 80px;
  margin-bottom: 80px;
  font-size: 14px;
  line-height: 19px;
}

.extra-options {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.checkbox-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.checkbox-grid-wrapper {
  padding-top: 40px;
  padding-bottom: 50px;
  font-size: 16px;
}

.text-block {
  line-height: 21px;
  letter-spacing: 0.2px;
}

.checkbox-label {
  max-width: 680px;
  margin-bottom: 0;
  padding-top: 2px;
  padding-bottom: 10px;
  text-align: left;
  line-height: 130%;
}

.button {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 10px 20px;
  background-color: var(--color-tertiary);
  color: var(--color-white);
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}

.button:hover {
  background-color: var(--color-coral-hover);
}

.button-wide {
  padding-left: 32px;
  padding-right: 32px;
}

.button-remove {
  background: none;
  color: var(--color-white);
  fill: var(--color-tertiary);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  width: 20px;
  padding: 2px;
  border-radius: 4px;
}

.button-remove:hover {
  background-color: unset;
  fill: var(--color-coral-hover);
}

.button-remove span {
  margin-top: 6px;
}

.button-container {
  display: flex;
  justify-content: flex-end;
}

.g-recaptcha {
  margin: 20px 0 10px;
}

.checkbox-with-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-for-checkbox-2 {
  display: block;
  max-width: 200px;
  margin-bottom: 0px;
  margin-left: 12px;
  padding-right: 12px;
  color: var(--color-anthrazit);
  border-radius: 8px;
  text-align: left;
}

.input-for-checkbox-2::-webkit-input-placeholder {
  color: var(--color-grey-2);
}

.input-for-checkbox-2:-ms-input-placeholder {
  color: var(--color-grey-2);
}

.input-for-checkbox-2::-ms-input-placeholder {
  color: var(--color-grey-2);
}

.input-for-checkbox-2::placeholder {
  color: var(--color-grey-2);
}

.input-for-checkbox {
  display: block;
  max-width: 130px;
  margin-bottom: 0px;
  margin-left: 12px;
  padding-right: 30px;
  background-image: url("../images/euro.png");
  background-position: 89% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  border-radius: 8px;
  color: var(--color-anthrazit);
  text-align: right;
}

.input-for-checkbox::-webkit-input-placeholder {
  color: var(--color-grey-2);
}

.input-for-checkbox:-ms-input-placeholder {
  color: var(--color-grey-2);
}

.input-for-checkbox::-ms-input-placeholder {
  color: var(--color-grey-2);
}

.input-for-checkbox::placeholder {
  color: var(--color-grey-2);
}

input[type="checkbox"]:checked {
  accent-color: var(--color-primary);
}

.textarea {
  min-height: 160px;
  margin-top: 10px;
  font-family: Outfit, sans-serif;
  color: var(--color-anthrazit);
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
}

.textarea::-webkit-input-placeholder {
  color: var(--color-grey-2);
}

.textarea:-ms-input-placeholder {
  color: var(--color-grey-2);
}

.textarea::-ms-input-placeholder {
  color: var(--color-grey-2);
}

.textarea::placeholder {
  color: var(--color-grey-2);
}

.paceholder {
  color: var(--color-grey-2);
}

.text-block-2 {
  margin-bottom: 10px;
}

.link {
  color: #0092a6;
}

.w-form-label {
  cursor: default;
  /* font-size: 12px; */
}

.table-container {
  padding-right: 24px;
}

.table {
  width: 100%;
  margin: 0 0 20px;
}

.table.dashed tr {
  border-bottom: 1px dashed var(--color-grey-2);
}

.table tr:hover {
  background-color: var(--color-grey);
}

.table td:last-child {
  color: var(--color-anthrazit);
  text-align: right;
  width: auto;
  padding-left: 30px;
}

.text-m {
  font-size: 13px;
  line-height: 140%;
}

.alert {
  padding: 12px;
  border-radius: 8px;
  border: 1px solid var(--color-secondary);
  background-color: var(--color-grey);
}

.alert-text {
  background-color: var(--color-lavendel-bg);
}

.error-text {
  color: #ea384c;
}

.nav-bottom {
  margin-top: 2rem;
  text-align: right;
}

#w-node-_5c26b74e-d8bf-61dd-fc99-9d461a9af1a8-f2c01372 {
  grid-row: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  grid-column: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@media screen and (max-width: 991px) {
  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content-column {
    padding-left: 0px;
  }

  .image-container {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .submit-button {
    margin-right: auto;
    margin-left: auto;
  }

  .checkbox-grid-wrapper {
    padding-bottom: 30px;
  }

  .input-for-checkbox.hidden-until-checked {
    margin-left: 20px;
  }

  .input-for-checkbox-2.hidden-until-checked {
    margin-left: 20px;
  }

  .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    text-align: center;
  }

  h1 {
    font-size: 34px;
  }

  .w-form-label {
    font-size: 12px;
  }
}
