.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.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;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -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: 'Source Sans Pro';
  color: #333;
  font-size: 16px;
  line-height: 20px;
}

a {
  color: #3898ec;
  text-decoration: none;
}

.success-message {
  overflow: visible;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 5px;
  background-color: rgba(26, 148, 16, 0.69);
  color: transparent;
}

.heading-message {
  margin-top: 0px;
  font-size: 24px;
  font-weight: 600;
}

.text-message-success {
  color: #fff;
}

.heading {
  margin-top: 0px;
  color: #fff;
  font-size: 31px;
  font-weight: 400;
}

.submit-button {
  width: 100%;
  height: 50px;
  margin-top: 20px;
  border-radius: 5px;
  background-color: rgba(26, 148, 16, 0.69);
}

.submit-button.button {
  height: 45px;
  padding-bottom: 0px;
  border-style: solid;
  border-width: 0px;
  border-color: #fff;
  border-radius: 10px;
  background-color: #65ba84;
  font-family: 'Avenir lt std 45 book 5171', sans-serif;
  color: #306154;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}

.form-block {
  display: block;
  max-width: 500px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
}

.error-message {
  margin-right: 10px;
  margin-left: 10px;
  padding: 15px;
  border-radius: 5px;
  background-color: rgba(255, 168, 168, 0.3);
}

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

.column-divider {
  padding-right: 0px;
  padding-left: 0px;
}

.row {
  display: inline-block;
  width: 100%;
}

.label-required {
  color: #da2323;
}

.checkbox-terms {
  margin-top: 10px;
}

.receipt-button {
  width: 100%;
  height: 45px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-style: solid;
  border-width: 0px;
  border-color: #fff;
  border-radius: 10px;
  background-color: #1ca54d;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Bebasneue, sans-serif;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.receipt-button:hover {
  background-color: #d9e288;
  color: #fff;
}

.block-receipt {
  margin-top: 15px;
  margin-bottom: 15px;
}

.block-name {
  display: block;
}

.block-payout {
  margin-top: 10px;
}

.text-field {
  height: 25px;
  margin-bottom: 14px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 6px;
  font-family: 'Avenir lt std 45 book 5171', sans-serif;
  color: #306154;
  font-size: 16px;
  line-height: 21px;
}

.text-field:focus {
  color: #306154;
  font-size: 16px;
  line-height: 21px;
}

.text-field::-webkit-input-placeholder {
  color: #306154;
  font-size: 16px;
  line-height: 21px;
  text-transform: none;
}

.text-field:-ms-input-placeholder {
  color: #306154;
  font-size: 16px;
  line-height: 21px;
  text-transform: none;
}

.text-field::-ms-input-placeholder {
  color: #306154;
  font-size: 16px;
  line-height: 21px;
  text-transform: none;
}

.text-field::placeholder {
  color: #306154;
  font-size: 16px;
  line-height: 21px;
  text-transform: none;
}

.text-field.text-field-uppercase {
  text-transform: uppercase;
}

.body {
  background-color: #f0f4f3;
  font-family: 'Open Sans Condensed', sans-serif;
  color: #1ca54d;
}

.form {
  display: block;
  width: 100%;
  max-width: 500px;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 24px;
  text-align: left;
}

.link {
  color: #fff;
  text-decoration: underline;
}

.link.link-terms-of-participation {
  color: #fff;
}

.checkbox-label {
  margin-top: 2px;
  font-family: 'Avenir lt std 45 book 5171', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 25px;
  font-weight: 400;
}

.input-file {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  overflow: hidden;
  width: 400px;
  height: 50px;
  clear: none;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#fff));
  background-image: linear-gradient(180deg, #000, #fff);
  opacity: 0.01;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
  cursor: pointer;
}

.div-block {
  position: relative;
  overflow: hidden;
}

.loader {
  position: static;
  z-index: 9999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.76);
}

.block-data-policy {
  display: none;
  padding: 16px;
}

.heading-2 {
  margin-top: 40px;
  font-family: Bebasneue, sans-serif;
  color: #fff;
  font-size: 46px;
  font-weight: 600;
  text-align: center;
}

.subheadline {
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  font-weight: 600;
}

.text-span {
  font-weight: 700;
}

.text-span-2 {
  font-weight: 700;
}

.block-terms-of-use {
  display: none;
  padding: 16px;
}

.btn-terms-of-use-close {
  position: static;
  display: block;
  float: right;
  border-radius: 5px;
}

.block-terms-of-participation {
  display: block;
  padding: 16px;
}

.block-terms-of-participation.tng-text-stuff {
  display: none;
  padding-top: 40px;
  padding-bottom: 20px;
}

.btn-terms-of-participation-close {
  position: static;
  display: block;
  padding-right: 20px;
  float: right;
  border-style: none;
  border-width: 3px;
  border-color: #fff;
  border-radius: 0px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#68bb86), to(#68bb86));
  background-image: linear-gradient(180deg, #68bb86, #68bb86);
  color: #fff;
  font-weight: 700;
}

.text-block-2 {
  margin-bottom: 20px;
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.block-salutation {
  display: block;
}

.select-field {
  display: inline;
  height: auto;
  border-radius: 4px;
  font-family: 'Frutiger roman';
  font-size: 16px;
  font-weight: 400;
}

.block-address {
  display: block;
}

.logos {
  display: block;
  overflow: hidden;
  padding-bottom: 15px;
  text-align: center;
}

.logo-leifert {
  height: 120px;
}

.logo-obi {
  height: 120px;
  padding-left: 15px;
}

.container {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-bottom: 40px;
}

.block-content {
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 60px;
  border: 4px none #fff;
  border-radius: 0px;
  background-color: #000;
  text-align: left;
}

.heading-3 {
  padding-top: 20px;
  font-family: Obi;
  color: #ee730a;
  font-weight: 900;
  text-align: center;
}

.heading-3.heading-content {
  height: auto;
  margin-top: 0px;
  margin-bottom: 40px;
  border-radius: 0px;
  font-family: Futura, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 70px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.text-block-3 {
  position: relative;
  display: block;
  width: 680px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 32px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
}

.row-steps {
  display: block;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 40px;
  background-color: transparent;
}

.column-3 {
  overflow: visible;
  min-height: 250px;
  border-radius: 6px;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-5 {
  text-align: center;
}

.steps-headline {
  position: static;
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  border-radius: 9px;
  font-family: Frutiger;
  color: #ff6d2a;
  font-size: 36px;
  line-height: 36px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}

.steps-headline.title-faq {
  margin-top: 0px;
  margin-bottom: 60px;
  padding-top: 40px;
  font-family: Bebasneue, sans-serif;
  color: #386257;
  font-size: 42px;
  line-height: 45px;
  letter-spacing: 1px;
  text-transform: none;
  white-space: normal;
}

.steps-headline.steps-subheadline {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  font-family: Bebasneue, sans-serif;
  color: #1ca54d;
  font-size: 32px;
  font-weight: 700;
}

.steps-instruction {
  margin-top: 20px;
  padding-right: 10px;
  font-family: 'Avenir lt std 45 book 5171', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
}

.steps-instruction.steps-gewinnchance {
  margin-top: 5px;
}

.block-steps {
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 5px none #0e2050;
  border-radius: 0px;
  background-color: #386257;
}

.block-upload {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px 0px 20px;
  background-color: #386257;
}

.column-6 {
  padding-right: 20px;
}

.image-2 {
  overflow: hidden;
  padding: 0px 0px 20px;
  float: right;
  -o-object-fit: none;
  object-fit: none;
}

.column-7 {
  padding-right: 40px;
  padding-left: 10px;
}

.div-block-8 {
  margin-top: 14px;
  border-radius: 8px;
}

.text-block-4 {
  padding-bottom: 0px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
}

.text-block-4.form-intro-text {
  padding-bottom: 20px;
  font-family: 'Avenirltstd book', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
}

.heading-4 {
  font-family: 'Hello beautiful';
  color: #000;
  font-size: 36px;
  font-weight: 300;
}

.heading-4.subheading-form {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 20px;
  font-family: Bebasneue, sans-serif;
  color: #1ca54d;
  font-size: 28px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
}

.block-faq {
  margin-top: 0px;
  padding: 10px 0px 60px;
  background-color: #fff;
  color: #000;
}

.block-footer {
  margin-top: -7px;
  padding-bottom: 30px;
  color: #818181;
  text-align: center;
}

.link-2 {
  font-family: 'Open Sans Condensed', sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 300;
}

.columns {
  margin-top: 40px;
}

.slide-base {
  background-color: #fff;
  background-image: url('../images/Slide-01.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-base.slide-1 {
  background-image: url('../images/Slide-0.jpg');
  background-size: contain;
}

.slider {
  height: 400px;
  margin-top: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.slide-2 {
  background-color: #fff;
  background-image: url('../images/Slide-1.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slider-icon {
  border: 10px none #000;
  background-image: url('../images/Element-8_1Element 8.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: hsla(0, 0%, 44.7%, 0);
  font-weight: 700;
}

.slider-icon.slider-left {
  background-image: url('../images/Element-7_1Element 7.png');
  background-size: contain;
}

.slide-nav {
  color: #1d1d1d;
}

.slide-3 {
  background-image: url('../images/Slide-2.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-4 {
  background-image: url('../images/Slide-3.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-5 {
  background-image: url('../images/Slide-4.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.text-block-5 {
  width: 100%;
  font-family: 'PT Sans Narrow';
  font-weight: 700;
  text-align: center;
}

.heading-3-copy {
  padding-top: 20px;
  font-family: Obi;
  color: #ee730a;
  font-weight: 900;
  text-align: center;
}

.italic-text {
  font-family: Slimbach;
}

.italic-text.intro-text {
  font-family: 'Crimson Text';
  color: #fff;
  font-weight: 400;
}

.italic-text.blue-text {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
}

.italic-text-2 {
  font-weight: 500;
}

.headline-faq {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Avenirltstd, sans-serif;
  color: #386257;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  text-transform: uppercase;
}

.block-faq-question {
  margin-bottom: 16px;
}

.text-span-3 {
  background-image: url('../images/Element-5-Blue.png');
  background-position: 0px 50%;
  background-size: 125px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.text-span-3.intro-text {
  background-image: none;
  font-size: 40px;
}

.text-span-3.blue-text {
  background-image: none;
  color: #0e2050;
}

.text-span-4 {
  background-image: url('../images/Element-6-Blue_1Element 6 Blue.png');
  background-position: 2px 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.text-span-4.intro-text {
  background-image: none;
  font-size: 40px;
}

.text-span-4.blue-text {
  background-image: none;
  color: #0e2050;
}

.div-block-9 {
  margin-top: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
  border: 5px dotted #0e2050;
  border-radius: 24px;
  background-color: #fff;
}

.image-packs {
  display: block;
  margin-right: auto;
  margin-bottom: -63px;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.block-success {
  display: none;
  margin-top: 80px;
  padding: 40px;
}

.text-block-6 {
  display: block;
  width: 700px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-align: left;
}

.text-block-6.text-block-align-right {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.text-block-6.text-block-success-align-left {
  font-size: 20px;
  font-weight: 700;
}

.image-3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.slide-6 {
  background-image: url('../images/Slide-5.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-7 {
  background-image: url('../images/Slide-6.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-8 {
  background-image: url('../images/Slide-7.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-9 {
  background-image: url('../images/Slide-8.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-10 {
  background-image: url('../images/Slide-9.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-11 {
  background-image: url('../images/Slide-10.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-12 {
  background-image: url('../images/Slide-11.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.checkbox-newsletter {
  margin-top: 10px;
}

.text-block-7 {
  color: #000;
}

.text-block-7.required-field-block {
  padding-top: 0px;
  padding-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #515455;
  font-size: 16px;
  font-weight: 300;
}

.div-block-10 {
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding-right: auto;
  padding-left: auto;
}

.image-4 {
  display: block;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.image-5 {
  display: block;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.block-image-header {
  display: block;
  overflow: visible;
  width: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  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 auto;
  grid-template-rows: auto auto;
  border: 4px none #fff;
  border-radius: 24px;
  background-color: transparent;
  text-align: center;
}

.image-6 {
  display: inline-block;
}

.section-header {
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-bottom: 0px;
  border-radius: 0px;
  background-color: #000;
  color: #000;
  font-weight: 300;
}

.section-form {
  padding-bottom: 0px;
  background-color: transparent;
}

.section-faq {
  margin-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  font-weight: 300;
}

.text-faq {
  margin-bottom: 10px;
  font-family: 'PT Sans', sans-serif;
  color: #50615d;
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
  text-align: justify;
}

.field-label {
  font-size: 16px;
  font-weight: 700;
}

.text-field-2 {
  border-radius: 5px;
  font-size: 16px;
}

.text-field-2.text-field-uppercase {
  text-transform: uppercase;
}

.column-right {
  padding-right: 0px;
}

.label-note-email {
  margin-top: 0px;
  color: #666;
  text-align: left;
}

.btn-terms-of-participation-close-2 {
  position: static;
  display: block;
  float: right;
  border-radius: 5px;
}

.link-4 {
  color: #000;
  text-decoration: underline;
}

.image-7 {
  margin-top: -94px;
}

.image-8 {
  margin-top: -83px;
  margin-bottom: 117px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.div-block-11 {
  height: 20px;
  margin-top: -85px;
  background-color: #93c462;
}

.image-9 {
  height: auto;
  margin-top: 70px;
}

.container-2 {
  margin-top: -120px;
}

.image-10 {
  margin-top: -86px;
}

.link-5 {
  font-size: 16px;
  text-align: left;
}

.container-3 {
  padding-left: 39px;
  text-align: center;
}

.image-header-right {
  position: static;
  display: inline-block;
  overflow: visible;
  max-width: none;
  margin-left: 0px;
  float: none;
  clear: none;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.link-6 {
  margin-right: auto;
  margin-left: auto;
}

.link-terms-of-participation {
  display: inline;
  margin-right: auto;
  margin-left: 0px;
  text-align: left;
}

.link-7 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: 'Frutiger roman';
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  text-align: left;
  text-decoration: underline;
}

.text-span-reisen {
  color: #fff;
  font-weight: 700;
}

.html-embed {
  margin-top: -60px;
  font-family: Verdana, Geneva, sans-serif;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.columns-banner {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
}

.image-header-center {
  position: relative;
  left: auto;
  max-width: none;
  margin-right: 0px;
  float: none;
  clear: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.banner-left {
  position: relative;
  left: auto;
  display: block;
  overflow: visible;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.banner-right {
  padding-right: 0px;
  padding-left: 0px;
}

.text-block-9 {
  font-family: 'Frutiger roman';
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.container-4 {
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.column-8 {
  position: static;
  clear: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-12 {
  height: 150px;
  background-color: #000;
}

.heading-5 {
  min-height: 70px;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  font-family: Bebasneue, sans-serif;
  color: #1ca54d;
  font-size: 32px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.select-field-2 {
  height: 30px;
  direction: ltr;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 16px;
  text-indent: 5px;
}

.bold-text-3 {
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
}

.bold-text-4 {
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
}

.image-11 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px none #000;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-11.shadow {
  width: 100%;
  margin-top: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.link-8 {
  color: #000;
  text-decoration: underline;
}

.link-9 {
  color: #000;
  text-decoration: underline;
}

.link-10 {
  color: #fff;
  text-decoration: underline;
}

.btn-terms-of-participation-close-copy {
  position: static;
  display: block;
  float: right;
  border-style: none;
  border-width: 3px;
  border-color: #fff;
  border-radius: 0px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff6d2a), to(#ff6d2a));
  background-image: linear-gradient(180deg, #ff6d2a, #ff6d2a);
  color: #fff;
  font-weight: 700;
}

.btn-data-policy-close {
  position: static;
  display: block;
  float: right;
  border-style: none;
  border-width: 3px;
  border-color: #fff;
  border-radius: 0px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff6d2a), to(#ff6d2a));
  background-image: linear-gradient(180deg, #ff6d2a, #ff6d2a);
  color: #fff;
  font-weight: 700;
}

.link-11 {
  color: #fff;
  text-decoration: underline;
}

.container-5 {
  max-width: 1100px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 40px;
}

.container-5.imagecontainer {
  margin-top: 0px;
  padding-bottom: 20px;
  background-color: transparent;
  box-shadow: none;
}

.text-span-5 {
  position: static;
  font-family: Vollkorn, serif;
  font-size: 60px;
  line-height: 28px;
  text-decoration: none;
}

.heading-6 {
  margin-top: 60px;
  font-family: 'Avenirltstd roman', sans-serif;
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  text-align: center;
}

.container-7 {
  padding-right: 40px;
  padding-left: 40px;
  background-color: #fff;
  box-shadow: 3px 3px 17px -4px #000;
}

.container-8 {
  margin-top: 0px;
  padding: 20px 40px;
  background-color: #fff;
  box-shadow: 3px 3px 17px -4px #000;
}

.bold-text-5 {
  text-transform: uppercase;
}

.text-block-10 {
  padding-top: 0px;
  padding-bottom: 10px;
  font-family: 'Avenirltstd roman', sans-serif;
  color: #fff;
  font-size: 18px;
}

.html-embed-2 {
  margin-top: 10px;
  font-family: 'Fa 400', sans-serif;
  line-height: 22px;
}

.contentblock {
  color: #386257;
}

.select-field-3 {
  background-color: #fff;
  background-image: url('../images/Screenshot-2020-02-25-at-17.42.17_1Screenshot 2020-02-25 at 17.42.17.png');
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}

.columns-2 {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 40px;
  padding-left: 40px;
}

.column-10 {
  padding-left: 10px;
}

.column-11 {
  padding-right: 10px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.text-block-11 {
  overflow: visible;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 20px 15px 15px;
  border-top-left-radius: 18px;
  border-bottom-right-radius: 18px;
  background-color: #000;
  font-family: Futura, sans-serif;
  color: #fff;
  font-size: 36px;
  text-align: center;
  -o-object-fit: none;
  object-fit: none;
}

.image-12 {
  display: block;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}

.text-block-12 {
  padding-top: 20px;
  font-family: 'Avenir lt std 45 book 5171', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
}

.youtube {
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  border: 5px solid #000;
  -o-object-fit: fill;
  object-fit: fill;
}

.steps-headline-2 {
  position: static;
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  border-radius: 9px;
  color: #ff6d2a;
  font-size: 36px;
  line-height: 36px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}

.steps-headline-2.steps-subheadline {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  font-family: 'Avenir lt std 95 5179', sans-serif;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
}

.heading-7 {
  margin-top: 20px;
  font-family: Bebasneue, sans-serif;
  font-size: 46px;
  text-align: center;
}

.heading-8 {
  padding-top: 20px;
  color: #ee730a;
  font-weight: 900;
  text-align: center;
}

.heading-8.heading-content {
  height: auto;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 60px;
  font-family: 'Avenirltstd roman', sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 70px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.container-9 {
  max-width: 1100px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 40px;
}

.contentblock-2 {
  background-color: #02171e;
  color: #fff;
}

.bold-text-6 {
  text-transform: none;
}

.bold-text-7 {
  font-family: Avenirltstd, sans-serif;
}

.selectcinema {
  padding-bottom: 10px;
  background-color: #fff;
  background-image: url('../images/Screenshot-2020-02-25-at-17.42.17_1Screenshot 2020-02-25 at 17.42.17.png');
  background-position: 100% 50%;
  background-size: 45px;
  background-repeat: no-repeat;
  font-family: 'Avenirltstd book', sans-serif;
  color: #306154;
  font-size: 16px;
  line-height: 22px;
}

.bold-text-8 {
  font-family: 'Avenir lt std 95 5179', sans-serif;
}

.div-block-13 {
  background-color: #000;
}

.image-13 {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
}

.bold-text-9 {
  font-family: 'Avenirltstd book', sans-serif;
  font-size: 32px;
}

.html-embed-3 {
  color: #fff;
}

.link-12 {
  color: #fff;
  text-decoration: underline;
}

.link-13 {
  color: #fff;
  text-decoration: underline;
}

.link-14 {
  color: #50615d;
}

@media screen and (max-width: 991px) {
  .heading-2 {
    line-height: 46px;
  }
  .text-block-3 {
    display: inline-block;
    padding-top: 0px;
  }
  .row-steps {
    padding: 20px 0px;
  }
  .steps-headline.steps-subheadline {
    height: 159px;
  }
  .steps-instruction {
    padding-right: 10px;
    padding-left: 10px;
  }
  .column-6 {
    display: block;
  }
  .image-2 {
    max-width: 90%;
    padding-top: 75px;
    padding-bottom: 185px;
    float: right;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }
  .heading-4.subheading-form {
    font-size: 22px;
    line-height: 22px;
  }
  .block-success {
    display: none;
    overflow: visible;
  }
  .text-block-6 {
    width: 100%;
  }
  .block-image-header {
    margin-top: 0px;
  }
  .container-5 {
    max-width: 700px;
  }
  .steps-headline-2.steps-subheadline {
    height: 159px;
  }
  .container-9 {
    max-width: 700px;
  }
}

@media screen and (max-width: 767px) {
  .form {
    padding-left: 20px;
  }
  .heading-2 {
    margin-top: 60px;
  }
  .block-content {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .heading-3.heading-content {
    padding-right: 10px;
    padding-left: 10px;
  }
  .text-block-3 {
    width: 100%;
    text-align: center;
  }
  .row-steps {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .div-block-5 {
    margin-top: 20px;
  }
  .steps-headline {
    margin-bottom: 0px;
  }
  .steps-headline.title-faq {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 36px;
  }
  .steps-headline.steps-subheadline {
    height: 90px;
  }
  .column-4 {
    margin-bottom: 20px;
  }
  .column-5 {
    min-height: 210px;
  }
  .steps-instruction {
    margin-top: 0px;
  }
  .block-steps {
    margin-right: 0px;
    margin-left: 0px;
  }
  .block-upload {
    margin-right: 0px;
    margin-left: 0px;
  }
  .column-6 {
    display: none;
  }
  .column-7 {
    padding-right: auto;
    padding-left: auto;
  }
  .block-faq {
    margin-right: 0px;
    margin-left: 0px;
  }
  .slider {
    height: 300px;
  }
  .slide-2 {
    background-size: contain;
  }
  .slide-3 {
    background-size: contain;
  }
  .slide-4 {
    background-size: contain;
  }
  .slide-5 {
    background-size: contain;
  }
  .div-block-9 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .slide-6 {
    background-size: contain;
  }
  .slide-7 {
    background-size: contain;
  }
  .slide-8 {
    background-size: contain;
  }
  .slide-9 {
    background-size: contain;
  }
  .slide-10 {
    background-size: contain;
  }
  .slide-11 {
    background-size: contain;
  }
  .slide-12 {
    background-size: contain;
  }
  .block-image-header {
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading-5 {
    margin-bottom: 0px;
  }
  .container-5 {
    max-width: 500px;
    margin-top: 40px;
  }
  .heading-6 {
    margin-bottom: 10px;
  }
  .steps-headline-2 {
    margin-bottom: 0px;
  }
  .steps-headline-2.steps-subheadline {
    height: 90px;
  }
  .heading-7 {
    margin-bottom: 10px;
  }
  .heading-8.heading-content {
    padding-right: 10px;
    padding-left: 10px;
  }
  .container-9 {
    max-width: 500px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 479px) {
  .submit-button.button {
    max-width: 95%;
    margin-left: 10px;
    font-size: 24px;
  }
  .column-left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-divider {
    padding-right: 0px;
    padding-left: 0px;
  }
  .receipt-button {
    max-width: 95%;
    margin-left: 10px;
    font-size: 24px;
  }
  .text-field {
    max-width: 90%;
    margin-left: 10px;
    padding-right: 10px;
  }
  .form {
    padding-right: 0px;
    padding-left: 0px;
  }
  .checkbox-label {
    font-size: 16px;
  }
  .input-file {
    display: block;
    width: 280px;
  }
  .heading-2 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 28px;
    line-height: 32px;
  }
  .block-terms-of-participation {
    display: none;
  }
  .block-terms-of-participation.tng-text-stuff {
    display: none;
  }
  .text-block-2 {
    padding-right: 10px;
    padding-left: 10px;
    white-space: pre-wrap;
  }
  .select-field {
    border-radius: 5px;
  }
  .logos {
    padding-bottom: 10px;
  }
  .logo-leifert {
    height: 60px;
  }
  .logo-obi {
    height: 60px;
  }
  .container {
    margin-top: 0px;
  }
  .block-content {
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .heading-3 {
    display: block;
    padding-bottom: 10px;
    font-size: 34px;
    line-height: 40px;
    text-align: center;
  }
  .heading-3.heading-content {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 20px;
    font-size: 32px;
    line-height: 32px;
  }
  .text-block-3 {
    width: 100%;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
  }
  .row-steps {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .column-3 {
    margin-bottom: 20px;
  }
  .steps-headline {
    margin-bottom: 0px;
    font-size: 17px;
  }
  .steps-headline.title-faq {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 28px;
  }
  .steps-headline.steps-subheadline {
    height: 100%;
    font-size: 40px;
  }
  .column-4 {
    margin-bottom: 20px;
    border-right-style: none;
    border-left-style: none;
  }
  .block-steps {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
  }
  .block-upload {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .column-6 {
    display: none;
  }
  .column-7 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .text-block-4.form-intro-text {
    padding-right: 10px;
    padding-left: 10px;
  }
  .heading-4.subheading-form {
    padding-left: 10px;
  }
  .block-faq {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 20px 8px 40px;
  }
  .block-footer {
    margin-top: 40px;
  }
  .columns {
    margin-top: 0px;
  }
  .slider {
    height: 200px;
    margin-top: 40px;
  }
  .slide-2 {
    background-position: 50% 50%;
    background-size: contain;
  }
  .slide-3 {
    background-position: 50% 50%;
    background-size: contain;
  }
  .slide-4 {
    background-size: contain;
  }
  .slide-5 {
    background-position: 50% 50%;
    background-size: contain;
  }
  .heading-3-copy {
    display: block;
    padding-bottom: 10px;
    font-size: 34px;
    line-height: 40px;
    text-align: center;
  }
  .italic-text.blue-text {
    color: #0e2050;
  }
  .headline-faq {
    font-size: 22px;
  }
  .text-span-3 {
    background-image: none;
  }
  .text-span-3.blue-text {
    color: #0e2050;
  }
  .text-span-4.intro-text {
    padding-right: 0px;
    padding-left: 8px;
  }
  .text-span-4.blue-text {
    background-image: none;
    color: #0e2050;
  }
  .block-success {
    display: none;
    margin-top: 40px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 20px 16px 40px;
  }
  .text-block-6 {
    width: 100%;
  }
  .slide-6 {
    background-position: 50% 50%;
    background-size: contain;
  }
  .slide-7 {
    background-position: 50% 50%;
    background-size: contain;
  }
  .slide-8 {
    background-position: 50% 50%;
    background-size: contain;
  }
  .slide-9 {
    background-position: 50% 50%;
    background-size: contain;
  }
  .slide-10 {
    background-position: 50% 50%;
    background-size: contain;
  }
  .slide-11 {
    background-position: 50% 50%;
    background-size: contain;
  }
  .slide-12 {
    background-position: 50% 50%;
    background-size: contain;
  }
  .link-3 {
    overflow: visible;
    width: 100%;
  }
  .block-image-header {
    display: block;
    margin-top: 0px;
    margin-right: 8px;
    margin-left: 8px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-header {
    padding-bottom: 0px;
  }
  .text-faq {
    text-align: left;
  }
  .column-right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .label-note-email {
    text-align: left;
  }
  .image-7 {
    margin-top: -41px;
  }
  .image-8 {
    margin-top: -27px;
  }
  .div-block-11 {
    display: none;
  }
  .image-9 {
    display: none;
  }
  .container-2 {
    margin-top: -130px;
  }
  .image-10 {
    margin-top: -124px;
  }
  .image-header-right {
    display: inline-block;
  }
  .div-block-12 {
    height: 0px;
  }
  .heading-5 {
    min-height: 40px;
    margin-bottom: 0px;
    line-height: 32px;
  }
  .text-span-5 {
    font-size: 32px;
  }
  .heading-6 {
    margin-left: 10px;
  }
  .text-block-10 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .html-embed-2 {
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: left;
  }
  .select-field-3 {
    max-width: 90%;
    margin-left: 10px;
  }
  .columns-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .checkbox-field {
    margin-left: 10px;
    padding-right: 10px;
  }
  .image-12 {
    max-width: 250px;
  }
  .steps-headline-2 {
    margin-bottom: 0px;
    font-size: 17px;
  }
  .steps-headline-2.steps-subheadline {
    height: 100%;
    font-size: 40px;
  }
  .heading-7 {
    margin-left: 10px;
  }
  .heading-8 {
    display: block;
    padding-bottom: 10px;
    font-size: 34px;
    line-height: 40px;
    text-align: center;
  }
  .heading-8.heading-content {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 20px;
    font-size: 32px;
    line-height: 32px;
  }
  .selectcinema {
    max-width: 90%;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .bold-text-9 {
    font-size: 24px;
  }
  .html-embed-3 {
    font-size: 12px;
  }
  .bold-text-10 {
    font-size: 24px;
    line-height: 34px;
  }
}

@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Book.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: '2o7ww';
  src: url('../fonts/BebasNeueRegular-2O7wW.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir lt std 45 book 5171';
  src: url('../fonts/Avenir-LT-Std-45-Book_5171.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir lt std 95 5179';
  src: url('../fonts/Avenir-LT-Std-95-Black_5179.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'vm3oz';
  src: url('../fonts/BebasNeueRegular-vm3oZ.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Futura';
  src: url('../fonts/Futura-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-Black.otf') format('opentype'), url('../fonts/AvenirLTStd-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-BlackOblique.otf') format('opentype'), url('../fonts/AvenirLTStd-HeavyOblique.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-BookOblique.otf') format('opentype'), url('../fonts/AvenirLTStd-Oblique.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Avenirltstd book';
  src: url('../fonts/AvenirLTStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-LightOblique.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-MediumOblique.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Avenirltstd roman';
  src: url('../fonts/AvenirLTStd-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}