@font-face {
  font-family: "Vista";
  src: url("fonts/vistasansmed-071211005EmigreWebOnly.woff");
  font-weight: bold;
}
@font-face {
  font-family: "Vista";
  src: url("fonts/VistaSansOT-Book.woff");
  font-weight: normal;
}
/* Breakpoints */
/*
*   (C) 2021 Kieweg und Freiermuth Werbeagentur GmbH
*   
*   Reset default browser styles to a minimum
*   
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
*   (C) 2021 Kieweg und Freiermuth Werbeagentur GmbH
*
*   Mixins File
*   
*   Predefined mixins for global usage
*/
/* Media Query Mixins */
html {
  height: 100%;
  width: 100%;
  color: #3b3b3a;
  -webkit-font-smoothing: antialiased;
}
html body {
  height: 100%;
  width: 100%;
  background: #ebebe9;
  font-family: "Vista";
  font-size: 14px;
  line-height: 24px;
}
html body .clearfix {
  clear: both;
}
html body h2 {
  font-family: "Vista";
  font-weight: 300;
  font-size: 30px;
  letter-spacing: -0.348px;
  line-height: 41.76px;
  margin-bottom: 0px;
}
html body h2 + p {
  margin-top: 20px;
}
html body h3 {
  font-family: "Vista";
  font-weight: 300;
  font-size: 30px;
  letter-spacing: -0.348px;
  line-height: 41.76px;
  margin-bottom: 40px;
}
html body h4 {
  font-family: "Vista";
  font-weight: 300;
  font-size: 14px;
  letter-spacing: -0.348px;
  line-height: 24px;
  margin-bottom: 20px;
}
html body ul {
  list-style-type: disc;
  margin-bottom: 30px;
  padding-left: 30px;
}
html body p {
  color: #3b3b3a;
  margin-bottom: 30px;
}
html body strong {
  font-weight: bold;
}
html body .info {
  position: fixed;
  top: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 30px;
  border-radius: 30px;
  background: #00d084;
  font-weight: bold;
  color: #fff;
  z-index: 1000;
  max-width: 500px;
}
@media (max-width: 767px) {
  html body .info {
    max-width: 100vw;
  }
}
html body .info.error {
  font-weight: bold;
  background: #cf2e2e;
  color: #fff;
}
html body main {
  min-height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  html body main {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
html body form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  background: #fff;
  width: 100%;
  max-width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  max-height: 100vh;
}
@media (max-width: 767px) {
  html body form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 0;
    max-height: none;
    height: auto;
  }
}
html body form .image {
  background: url("/Signup_Img_comp.png") center center no-repeat;
  background-size: cover;
  width: 50vw;
}
@media (max-width: 767px) {
  html body form .image {
    display: block;
    height: 360px;
    width: 100%;
    background-size: 150% auto;
    background-position: bottom center;
  }
}
html body form .content--container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  max-height: 100vh;
  width: 100%;
  display: block;
  overflow-y: scroll;
}
@media (max-width: 767px) {
  html body form .content--container {
    max-height: none;
    height: auto;
  }
}
html body form .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 620px;
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
}
@media (max-width: 767px) {
  html body form .content {
    height: auto;
    max-height: none;
    overflow-y: auto;
  }
}
html body form .content .startinfo {
  color: #00b2e6;
  position: relative;
  border: 1px solid #00b2e6;
  padding: 15px 15px 15px 55px;
  border-radius: 8px;
}
html body form .content .startinfo:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 15px;
  background: url("info.svg");
  width: 28px;
  height: 28px;
  display: inline-block;
}
html body form .content.content--subscription {
  padding-top: 90px;
  position: relative;
}
html body form .content.content--subscription .language--selection {
  position: absolute;
  right: 30px;
  top: 30px;
  background: #fff url("arrow_down.svg") no-repeat;
  background-position: 40px 16px;
  background-size: auto 5px;
  width: 60px;
  border: 1px solid transparent;
}
html body form .content.content--subscription .language--selection ul {
  margin-bottom: 0;
}
html body form .content.content--subscription .language--selection li {
  display: none;
}
html body form .content.content--subscription .language--selection li.active {
  display: block;
}
html body form .content.content--subscription .language--selection li a, html body form .content.content--subscription .language--selection li strong {
  border: none;
  text-transform: uppercase;
}
html body form .content.content--subscription .language--selection li a:after, html body form .content.content--subscription .language--selection li strong:after {
  display: none;
}
html body form .content.content--subscription .language--selection li a:hover, html body form .content.content--subscription .language--selection li strong:hover {
  background: #ebebe9 url("arrow.svg") no-repeat;
  background-position: 40px 14px;
  background-size: auto 8px;
}
html body form .content.content--subscription .language--selection:hover, html body form .content.content--subscription .language--selection.hover {
  border: 1px solid #ebebe9;
}
html body form .content.content--subscription .language--selection:hover li, html body form .content.content--subscription .language--selection.hover li {
  background: #fff url("arrow.svg") no-repeat;
  background-position: 40px 14px;
  background-size: auto 8px;
  display: block;
}
html body form .content a, html body form .content a:visited {
  color: #00b2e6;
  font-weight: bold;
  white-space: nowrap;
}
@media (max-width: 767px) {
  html body form .content {
    padding: 20px;
    max-height: none;
  }
}
html body form .content .help {
  font-size: 14px;
  font-style: italic;
  color: #999998;
}
html body form .content .button {
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  color: #00b2e6;
  border: 1px solid #00b2e6;
  border-radius: 52px;
  font-family: "Vista";
  font-size: 18px;
  line-height: 36px;
  font-weight: bold;
  padding: 10px 30px 6px 30px;
  float: right;
  text-decoration: none;
}
@media (max-width: 767px) {
  html body form .content .button {
    float: none;
  }
}
html body form .content .button:hover {
  text-decoration: underline;
  cursor: pointer;
}
html body form .content .button.button--grey {
  border: 1px solid #3b3b3a;
  color: #3b3b3a;
}
html body form .content .headline--cycle {
  position: relative;
}
html body form .content .headline--cycle > div {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: opacity ease-in-out 0.3s 0.3s;
  transition: opacity ease-in-out 0.3s 0.3s;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
html body form .content .headline--cycle > div:first-child {
  position: relative;
}
html body form .content .headline--cycle > div.active {
  opacity: 1;
}
html body form .content .language--selection ul {
  list-style: none;
  padding: 0;
}
html body form .content .language--selection ul li {
  list-style: none;
}
html body form .content .language--selection ul li a, html body form .content .language--selection ul li a:visited, html body form .content .language--selection ul li strong {
  position: relative;
  font-size: 14px;
  display: block;
  padding: 8px 10px 5px 10px;
  color: #3b3b3a;
  text-decoration: none;
  border-bottom: 1px solid #ebebe9;
}
html body form .content .language--selection ul li a:after, html body form .content .language--selection ul li a:visited:after, html body form .content .language--selection ul li strong:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  background: url("arrow.svg") center center no-repeat;
  background-size: auto 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 10px;
  height: 10px;
}
html body form .content .language--selection ul li a:hover, html body form .content .language--selection ul li a:visited:hover, html body form .content .language--selection ul li strong:hover {
  background: #ebebe9;
}
html body form .frame {
  border: 1px solid #ebebe9;
  padding: 20px;
  border-radius: 10px;
}
html body form fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0px;
}
html body form fieldset > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
html body form fieldset > div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #ebebe9;
  border-radius: 5px;
  padding: 5px 10px;
}
@media (max-width: 767px) {
  html body form fieldset {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
html body form fieldset strong {
  font-size: 14px;
}
@media (max-width: 767px) {
  html body form fieldset strong {
    margin-bottom: 10px;
  }
}
html body form fieldset label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Vista";
  font-size: 12px;
  line-height: 24px;
  color: #9e9e9e;
  font-style: italic;
  font-weight: bold;
}
html body form fieldset label span {
  font-weight: 300;
}
html body form fieldset input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Vista";
  font-size: 14px;
  line-height: 26.4px;
  border: none;
  border-radius: 0;
}
@media (max-width: 767px) {
  html body form fieldset input[type=date] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    min-height: 45px;
  }
}

@media (max-width: 767px) {
  input[type=submit] {
    width: 100%;
    display: inline;
  }
}