
    @font-face {
  font-family: 'LinotypeUnivers-420Cn';
  src: url(https://assets.seen.io/static/landingpages/fdp_some_de/css/fonts/LinotypeUnivers-420Cn.ttf);
}

@font-face {
  font-family: 'LinotypeUnivers-720CnHeavy';
  src: url(https://assets.seen.io/static/landingpages/fdp_some_de/css/fonts/LinotypeUnivers-720CnHeavy.ttf);
}


body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container {
  min-height: 100vh;
  transition: all 0.45s !important;
  background: #fbfbfb;
  color: #fffffff;
}

.center {
  width: 1230px;
  max-width: 100vw;
}

.v-center {
  max-width: 100vw;
}

.header {
  transition: all 0.45s !important;
  padding: 16px;
  background: #fbfbfb;
  color: #ffffff;
  overflow: hidden;
}
.header .title {
  -webkit-user-select: none;
  user-select: none;
}
.center-logo {
  display: flex;
  justify-content: center;
}

.videoContainer {
  color: white;
  margin-bottom: 0.8rem;
  width: 1230px !important;
}

.content {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 20px;
  width: 100%;
  box-sizing: border-box;
}

.cover-bg {
  height: calc(100vh - 115px);
  position: relative;
}

.cover-bg::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-image: url(https://assets.seen.io/static/landingpages/fdp_some_de/images/);
  filter: brightness(50%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.cover-inner {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  // align-items: flex-end;
  overflow: auto;
}

.cover-container {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.greeting {
  font-size: 60px;
  line-height: 100%;
  margin-bottom: 2rem;
}

.columns {
  grid-column-gap: 3rem;
  padding: 0 10px;
  box-sizing: border-box;
}

.separator {
  width: 100%;
  background: #000000;
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.footer {
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  color: #808080;
  padding-bottom: 2rem;
  // margin-top: auto;
  padding: 0 10px;
  padding-bottom: 20px;
  box-sizing: border-box;
}

a {
  color: currentColor;
}

.button-link {
  text-decoration: none;
}

.buttons {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  bottom: 16px;
}

.buttons-mobileOnly {
  width: 100%;
  display: none;
  margin: 0 5px;
}

.buttons-mobileOnly .button {
  padding-left: 0 !important;
}

.buttons a {
  text-decoration: none;
}

.buttonLabel {
  padding: 0 10px;
  padding-right: 16px;
}

.button {
  min-width: 54px;
  width: max-content;
  min-height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: filter 0.45s;
  -webkit-user-select: none;
          user-select: none;
  margin: 0 10px;
  border-radius: 3px;
}

.button:before, .button:after {
  min-width: 54px;
  width: max-content;
}

.button svg {
  pointer-events: none;
}

.button:hover {
  filter: brightness(90%);
  cursor: pointer;
}

.video-player {
  width: 100%;
  padding-bottom: -4px;
  perspective: 1000;
  -webkit-perspective: 1000;
}

.video-container {
  width: 100%;
  height: 692px;
  position: relative;
  background: black;
  margin-top: 0px;
  overflow: hidden;
}



.play-button-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  pointer-events: none;
}

.play-button {
  transition: all 0.5s;
  opacity: 0.8;
  pointer-events:all;
}

.play-button:hover {
  cursor: pointer;
  transform: scale(1.1);
  opacity: 1;
}

.mobileOnly {
  display: none;
}

.no-btext-button {
  padding-left: 0 !important;
}

.no-btext-icon {
  display: none;
  padding-left: 0 !important;
}

.share-modal-bg {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0,0,0,0.3);
  z-index: 1;
  justify-content: center;
  align-items: center;
  z-index: 1999;
}

.share-modal-container {
  width: 368px;
  height: 170px;
  background: white;
  color: black;
  padding: 16px;
  box-sizing: border-box;
  position: relative;
}

#close-modal {
  opacity: 0.50;
  transition: opacity 0.35s;
}

#close-modal:hover {
  cursor: pointer;
  opacity: 1;
}

.share-list {
  margin-top: 16px;
  display: flex;
}

.share-item {
  width: 80px;
  height: 70px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 13px;
  padding: 6px 2px;
  transition: background 0.35s;
  text-decoration: none;
  color: currentColor;
}

.share-item:hover {
  cursor: pointer;
  background: rgba(229,229,229);
}

.share-icon {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-button-container {
  filter: invert(98%) sepia(100%) saturate(0%) hue-rotate(4deg) brightness(101%) contrast(106%);;
  -webkit-filter: invert(98%) sepia(100%) saturate(0%) hue-rotate(4deg) brightness(101%) contrast(106%);;
}

#seeker {
  background: #ffffff;
}

#progress-bar {
  background: #ffffff;
}

.progress-container {
  background: #2e2e2e;
}

#buffer-bar {
  background: #6a6c6d;
}

.volume-slider-background {
  background: #6a6c6d;
}

#volume-progress {
  background: #ffffff;
}

#volume-seeker {
  background: #ffffff;
}

#video-timestamp {
  color: #ffffff;
}
.referral-container {
  width: 100%;
}
.referral-field {
  padding: 2px 0;
}

#referral-success-message {
  color: #000000;
  font-family: "LinotypeUnivers-420Cn", Arial;
  font-size: 12px;
}

.referral-container.default .error-message {
  color: #ff0000;
  font-family: "LinotypeUnivers-420Cn", Arial;
  font-size: 12px;
}

.referral-container.default .referral-button {
  background-color: #074ea1;
  color: #ffffff;
  font-size: 16px;
  font-family: LinotypeUnivers-420Cn, sans-serif;
  border: 0px solid ;
  padding: 6px 20px;
  border-radius: 3px;
  transition: transform 0.25s;
  width: 100%;
  margin-top: 10px;
  padding: 12px 40px;
}
.referral-container.default .referral-button:hover {
  cursor: pointer;
}
.referral-container.default .referral-button:active {
  transform: scale(0.95);
}

.referral-container.default .textfield .input-container  {
  background-color: #ffffff;
  color: #fffffff;
  font-size: 14px;
  font-family: LinotypeUnivers-420Cn, sans-serif;
  border: 1px solid #000000;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  padding: 8px;
}
.referral-container.default .textfield .input-container input {
  background-color: #ffffff;
  color: #fffffff;
  font-size: 14px;
  font-family: LinotypeUnivers-420Cn, sans-serif;
  padding: 0;
}
.referral-container.default .textfield .input-container select {
  background-color: #ffffff;
  color: #fffffff;
  font-size: 14px;
  font-family: LinotypeUnivers-420Cn, sans-serif;
  padding: 0;

  -webkit-appearance: none;
  background-color: #ffffff;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAJCAYAAAA/33wPAAAAtklEQVQokZ2OsQ2DMBREz7gAuQgduyC59wKegHG8g5nBLmmhYAR7BndJReVPlUgowglce6d3j43jSH3fo5R1XTEMAyttKmMMcs6ng5wzjDHFIwCoYozMOXc6cM4hxli0AQAGAF3XPadpejRNcyi3bYNS6pVSan8aAUBKqbXWfpXWWvwDOUQIoeZ5phAChRBoWRYSQqhLkHe01h+Q1ppuQQCAc15778l7T5zz+jYIAKSUJKW8bLMDD5NQuuFzcDMAAAAASUVORK5CYII=');
  background-position : right center;
  background-size: 12px;
  background-repeat: no-repeat;
  padding-right: 1.2rem;

}
.referral-container.default .textfield .referral-label {
  color: #fffffff;
  font-size: 16px;
  font-family: LinotypeUnivers-420Cn, sans-serif;
}
.referral-container.default .dropdown .input-container  {
  background-color: #ffffff;
  color: #fffffff;
  font-size: 14px;
  font-family: LinotypeUnivers-420Cn, sans-serif;
  border: 1px solid #000000;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  padding: 4px 6px;
}

.referral-container.default .dropdown .input-container select {
  background-color: #ffffff;
  color: #fffffff;
  font-size: 14px;
  font-family: LinotypeUnivers-420Cn, sans-serif;
  border: none;
  outline: none;
  padding: 0;


  -webkit-appearance: none;
  background-color: #ffffff;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAJCAYAAAA/33wPAAAAtklEQVQokZ2OsQ2DMBREz7gAuQgduyC59wKegHG8g5nBLmmhYAR7BndJReVPlUgowglce6d3j43jSH3fo5R1XTEMAyttKmMMcs6ng5wzjDHFIwCoYozMOXc6cM4hxli0AQAGAF3XPadpejRNcyi3bYNS6pVSan8aAUBKqbXWfpXWWvwDOUQIoeZ5phAChRBoWRYSQqhLkHe01h+Q1ppuQQCAc15778l7T5zz+jYIAKSUJKW8bLMDD5NQuuFzcDMAAAAASUVORK5CYII=');
  background-position : right center;
  background-size: 12px;
  background-repeat: no-repeat;
  padding-right: 1.2rem;


}
.referral-container.default .dropdown .referral-label {
  color: #fffffff;
  font-size: 16px;
  font-family: LinotypeUnivers-420Cn, sans-serif;
}
.referral-container #submit-referral {
  margin-top: 4px;
  width: 100%;
  padding: 12px 40px;
}
.gdpr-consent .referral-label {
  color: #fffffff;
  font-size: 12px;
  font-family: LinotypeUnivers-420Cn, sans-serif;
}
.referral-container .referral-field {
  padding: 8px 0px;
}
.referral-container .referral-field.gdpr-consent {
  margin-top: -8px;
}
.referral-container .referral-field.gdpr-consent .gdpr-consent-inner {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-column-gap: 6px;
}

#consent-container {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.8);
  color: black;
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center
}

.consent-modal {
  width: 800px;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 12px;
  font-family: Arial;
  overflow: hidden;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  display: grid;
  grid-template-rows: 1fr max-content;
}
.consent-content {
  padding: 30px 40px;
  overflow: auto;
}
.consent-title {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.consent-text {
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 1.3;
  color: rgb(40, 40, 40);
}

.consent-buttons-container {
  display: flex;
}

.consent-button {
  background-color: #fff;
  border: 0;
  padding: 14px 30px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: Arial;
  color: #000;
  transition: background-color 0.25s;
  border-radius: 0;
  width: 50%;
  margin: 0;
  outline: 1px solid rgb(230, 230, 230);
  border-right: 1px solid grey;
  text-align: center;
  text-decoration: none;
}
.consent-button:last-child {
  border-right: 0;
}
.consent-button:last-child:hover {
  border-right: 0;
}
.consent-button:hover {
  border: 0;
  border-right: 1px solid grey;
  color: #000;
  background-color: rgb(230, 230, 230);
  cursor: pointer;
}

#accept-consent {
  background-color: #000;
  color: #fff;
}
#accept-consent:hover {
  background-color: rgb(20, 20, 20);
}

.footer-container {
  position: relative;
  margin-top: auto;
}

.buttons-container {
  position: absolute;
  right: 10px;
  bottom: 0;
}

.footer-mobile {
  display: none;
}



@media only screen and (max-width : 1230px) {
  .buttons {
    display: none;
  }
  .buttons-mobileOnly {
    display: block;
    margin: unset;
    margin-bottom: 40px;
  }

  .button {
    margin: 10px 5px !important;
    width: calc(100% - 10px) !important;
  }

  .no-btext-icon {
    display: unset;
    padding-left: 8px !important;
  }

  .center {
    width: 100%;
  }

  .v-center {
    width: 100% !important;
  }

  .video-container {
    background: transparent;
    height: unset;
  }

  .videoContainer {
    width: 100% !important;
  }

  .content {
    display: block;
  }

  .volume-slider-container {
    display: none;
  }

  .mobileOnly {
    display: unset;
  }
  .columns {
    width: calc(100% - 10px);
    margin: 0 5px;
    display: block !important;
  }



  .footer-container {
    display: none;
  }

  .footer-mobile {
    display: block;
  }
}

@media only screen and (max-width : 1230px) {
  .center {
    width: 100%;
  }

  .v-center {
    width: 100% !important;
  }

  .v-center-mobile {
    min-height: calc(100vh - 115px);
    padding: 0 10px;
    box-sizing: border-box;
  }

  .video-container {
    background: transparent;
    height: unset;
  }

  .videoContainer {
    width: 100% !important;
  }

  .content {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 115px);
  }

  .volume-slider-container {
    display: none;
  }

  .mobileOnly {
    display: unset;
  }
  .columns {
    width: calc(100% - 10px);
    margin: 0 5px;
    display: block !important;
  }

  .consent-modal {
    width: 90%;
  }

  .cover-bg {
    height: auto;
  }

  .cover-inner {
    position: relative;
    left: unset;
    top: unset;
    height: 100%;
  }

  .footer-lead {
    margin-top: auto;
  }
}

@media only screen and (max-width : 600px) {
  .consent-modal {
    width: 100%;
    height: 100%;
    overflow: auto;
  }
}