@font-face {
  font-family: Muller;
  src: url("../assets/fonts/MullerRegular.woff2") format("woff2"), url("../assets/fonts/MullerRegular.woff") format("woff"), url("../assets/fonts/MullerRegular.ttf") format("truetype"); }

@font-face {
  font-family: MullerBold;
  src: url("../assets/fonts/MullerBold.woff2") format("woff2"), url("../assets/fonts/MullerBold.woff") format("woff"), url("../assets/fonts/MullerBold.ttf") format("truetype"); }

@font-face {
  font-family: BarlowBold;
  src: url("../assets/fonts/Barlow-SemiBold.woff") format("woff"), url("../assets/fonts/Barlow-SemiBold.ttf") format("truetype"); }

@font-face {
  font-family: Barlow;
  src: url("../assets/fonts/Barlow-Medium.woff") format("woff"), url("../assets/fonts/Barlow-Medium.ttf") format("truetype"); }

body {
  background-image: #fff;
  display: none;
  font-family: Arial, sans-serif; 
}

.top-bar {
  font-family: Arial;
  font-size: 16px;
  background-color: #1F2E77;
  color: white;
  padding: 12px;
  width: 100%;
  font-weight: 700;
  position: relative; }
  .top-bar span {
    display: flex;
    align-items: center;
    justify-content: center; }
  .top-bar button {
    align-items: center;
    background: none;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 24px;
    font-weight: 100;
    height: 15px;
    justify-content: center;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
    transition: all .2s;
    width: 15px; }

.top {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding-block: 24px;
  max-width: 1280px;
  margin-inline: auto;
  padding-right: 20px;
  padding-left: 57px; }
  @media all and (max-width: 768px) {
    .top {
      flex-direction: column-reverse;
      padding-inline: 10px; } }
  .top .logo {
    width: 145px;
    margin-top: 5px; }

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

header {
  margin-top: 100px;
  padding-bottom: 52px;
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #D1D1D1; }
  @media all and (max-width: 768px) {
    header {
      flex-direction: column;
      margin-top: 40px; } }
  header h1 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 300;
    text-align: left;
    max-width: 50%;
    font-family: BarlowBold;
    letter-spacing: -2px; }
    @media all and (max-width: 768px) {
      header h1 {
        max-width: 90%;
        font-size: 32px; } }
  header p {
    margin-top: 20px;
    max-width: 40%;
    font-size: 16px; }
    @media all and (max-width: 768px) {
      header p {
        max-width: 90%; } }

.langs {
  float: left; }
  @media all and (max-width: 768px) {
    .langs {
      margin-bottom: 20px; } }
  .langs a {
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #000; }
    .langs a:hover {
      text-decoration: underline; }
  .langs img {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 0 4px 0; }

.subheader {
  font-size: 0.8em;
  line-height: 1.3em;
  margin: 0 15px 20px; }

.summary {
  width: 100%;
  padding: 0 20px; }
  .summary .form-info {
    font-size: 0.9em;
    margin-bottom: 30px; }
    .summary .form-info b {
      color: red; }

.success {
  margin: 64px 0 240px 0; }

form fieldset {
  border: 1px solid #b3b3b3;
  border-radius: 5px;
  padding: 10px;
  margin: 15px 0 30px;
  height: 650px;
  width: 100%; }
  @media all and (max-width: 992px) {
    form fieldset {
      height: auto; } }
  form fieldset.medium-box {
    height: 624px; }
    @media all and (max-width: 992px) {
      form fieldset.medium-box {
        height: auto; } }
  form fieldset.small-box {
    height: 550px; }
    @media all and (max-width: 992px) {
      form fieldset.small-box {
        height: auto; } }
  form fieldset h3 {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 32px;
    font-family: BarlowBold;
    font-size: 28px; }

form .statement {
  display: block;
  clear: both;
  height: auto; }
  form .statement label {
    font-size: 16px;
    line-height: 24px;
    color: #B0B0B0;
    font-weight: 400; }
  form .statement a {
    color: #B0B0B0;
    text-decoration: underline; }

form .form-group.has-error label {
  color: red; }

form .form-group.has-error input, form .form-group.has-error select {
  border-color: red;
  color: red; }
  form .form-group.has-error input::-webkit-input-placeholder, form .form-group.has-error select::-webkit-input-placeholder {
    color: #ff6666;
    opacity: 0.7; }
  form .form-group.has-error input:-moz-placeholder, form .form-group.has-error select:-moz-placeholder {
    /* Firefox 18- */
    color: #ff6666;
    opacity: 0.7; }
  form .form-group.has-error input::-moz-placeholder, form .form-group.has-error select::-moz-placeholder {
    /* Firefox 19+ */
    color: #ff6666;
    opacity: 0.7; }
  form .form-group.has-error input:-ms-input-placeholder, form .form-group.has-error select:-ms-input-placeholder {
    color: #ff6666;
    opacity: 0.7; }

form .form-group.has-error .error-text {
  display: block; }

form .form-group.buyer-type .radio {
  border: 1px solid #b3b3b3;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  cursor: pointer;
  padding: 0;
  position: relative; }
  form .form-group.buyer-type .radio label {
    padding: 8px 14px 8px 14px;
    width: 100%;
    font-size: 14px;
    display: flex;
    align-items: center; }
    form .form-group.buyer-type .radio label:has(input:checked) {
      background: #F8C379;
      border: 1px solid #F0821D; }
  form .form-group.buyer-type .radio img {
    margin-right: 20px; }
  form .form-group.buyer-type .radio input {
    right: 6px;
    top: 50%;
    transform: translateY(-65%);
    background-color: #f0821d; }

form .form-group.post-data label {
  width: 100%; }

form .form-group .icon-input {
  position: relative; }
  form .form-group .icon-input img {
    position: absolute;
    top: 6px;
    left: 14px;
    width: 24px;
    height: 24px; }
  form .form-group .icon-input .form-control {
    padding: 8px 8px 8px 45px;
    height: auto; }

form .form-group .form-control {
  padding: 8px 14px;
  height: auto; }

form .form-group .radio label {
  min-height: 20px;
  font-size: 16px; }

form .form-group small {
  color: #6D6D6D; }

form .form-group .radio input[type=radio],
form .form-group .checkbox input[type=checkbox] {
  margin-top: 3px; }

form .form-group .error-text {
  color: red;
  display: none;
  font-size: 0.8em;
  padding: 4px; }

form .form-line {
  width: 100%;
  height: 1px;
  background-color: #D1D1D1;
  margin-block: 24px; }

form .full-line {
  width: 100%;
  height: 1px;
  background-color: #D1D1D1;
  margin-bottom: 52px;
  margin-top: 22px; }

form label {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px; }
  form label span {
    color: red; }
  form label small {
    font-size: 0.9em;
    font-weight: 300; }

form input::-webkit-input-placeholder, form input:-moz-placeholder, form input::-moz-placeholder, form input::-moz-placeholder {
  font-weight: 300; }

form input[type=radio] {
  margin: 0; }

form input[type=checkbox] {
  margin: 1px 0 0; }

form .error-submit {
  color: red;
  font-size: 0.9em;
  margin: 0 0 20px;
  padding: 0 20px; }

@media all and (min-width: 768px) {
  form fieldset {
    padding: 20px; } }

form .gap {
  margin-right: 20px; }

.form-grid {
  display: flex;
  gap: 20px;
  width: 100%;
  align-items: center; }
  @media all and (max-width: 992px) {
    .form-grid {
      flex-direction: column; } }

.width-50 {
  width: 50%; }
  @media all and (max-width: 992px) {
    .width-50 {
      width: 100%; } }

.button-primary {
  background-color: #F0821D;
  border: #F0821D solid 1px;
  border-radius: 4px;
  color: #000;
  font-size: 16px;
  padding-inline: 20px;
  padding-block: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px; }
  .button-primary:hover {
    color: #FFF; }
  .button-primary.submit {
    margin-inline: auto;
    display: flex;
    justify-content: center; }

footer {
  border-top: 1px solid #e8e8e8;
  margin-top: 50px;
  display: flex;
  height: 100%;

  &.footer-simple {
    border-color: #D1D1D1;
    .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    padding: 24px 20px;
    max-width: 1280px;
    margin-inline: auto;
    width: 100%;
    gap: 24px;
    @media all and (min-width: 992px) {
      flex-direction: row;
      padding: 36px 20px;
    }
    .logo {
      width: 145px;
    }
    .links {
      display: flex;
      gap: 16px;
    }
    }
  }
 }
  @media all and (max-width: 992px) {
    footer {
      flex-direction: column-reverse; } }
  footer .footer-links {
    width: 60%;
    padding-block: 80px;
    padding-left: 80px;
    padding-right: 40px;
    font-size: 14px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media all and (max-width: 1200px) {
      footer .footer-links {
        padding: 30px; } }
    @media all and (max-width: 992px) {
      footer .footer-links {
        width: 100%; } }
    footer .footer-links a {
      color: #454545;
      text-decoration: underline;
      margin-bottom: 20px;
      cursor: pointer; }
    footer .footer-links .columns {
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 100%; }
      @media all and (max-width: 992px) {
        footer .footer-links .columns {
          margin-top: 30px; } }
      @media all and (max-width: 768px) {
        footer .footer-links .columns {
          flex-direction: column;
          align-items: start; } }
    footer .footer-links .column {
      display: flex;
      flex-direction: column; }
      footer .footer-links .column h6 {
        font-size: 18px;
        color: #000;
        margin-bottom: 24px;
        font-family: BarlowBold; }
    footer .footer-links .cookies {
      display: flex;
      gap: 20px; }
      @media all and (max-width: 992px) {
        footer .footer-links .cookies {
          margin-top: 30px; } }
  footer .footer-info {
    width: 40%;
    height: 100%;
    background-color: #1f2e77;
    color: #fff;
    padding-top: 60px;
    padding-left: 80px;
    padding-right: 112px;
    padding-bottom: 112px; }
    @media all and (max-width: 1200px) {
      footer .footer-info {
        padding: 30px; } }
    @media all and (max-width: 992px) {
      footer .footer-info {
        width: 100%; } }
    footer .footer-info h5 {
      font-size: 20px;
      font-weight: 500;
      font-family: Barlow; }
    footer .footer-info p {
      margin-bottom: 24px;
      font-weight: 400;
      font-size: 16px;
      opacity: 65%; }
    footer .footer-info .newsletter {
      border-bottom: 1px solid #e8e8e8;
      padding-bottom: 28px; }
    footer .footer-info .social {
      border-bottom: 1px solid #e8e8e8;
      padding-block: 28px; }
      footer .footer-info .social .social-icons {
        display: flex;
        gap: 20px;
        padding-top: 6px; }
    footer .footer-info .swiss {
      padding-top: 28px; }
      footer .footer-info .swiss a {
        color: #B0B0B0;
        text-decoration: underline;
        margin-bottom: 20px; }
      footer .footer-info .swiss h5 {
        margin-top: 18px; }
    footer .footer-info .copy {
      text-align: right;
      margin-top: 40px;
      opacity: 60%; }

.loader {
  height: 100%;
  text-align: center;
  position: fixed;
  width: 100%;
  z-index: 100; }
  .loader * {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none; }
  .loader .loader-bg {
    background: black;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: absolute; }
  .loader .loader-content {
    position: relative;
    top: 40%;
    transform: translateY(-50%); }
    .loader .loader-content .loader-spinner {
      display: inline-block;
      height: 120px;
      width: 80px; }
    .loader .loader-content span {
      color: white;
      cursor: default;
      display: inline-block;
      width: 100%; }
  .loader .line1,
  .loader .line2,
  .loader .line3,
  .loader .line4 {
    position: absolute;
    top: 50%;
    margin-left: 10px;
    width: 60px;
    height: 4px;
    background: #FFF;
    animation: spin 1.5s infinite ease; }
  .loader .line2 {
    animation-delay: 0.1s; }
  .loader .line3 {
    animation-delay: 0.2s; }
  .loader .line4 {
    animation-delay: 0.3s; }

@keyframes spin {
  100% {
    transform: rotate(360deg); } }

form {
  div {
    &.error {
      label {
        color: red;
      }
      input, select {
        border: 1px solid red;
      }
    }
  }

  .error-field {
    color: red;
    font-size: .9em;
  }
}