.if-only-screenreader {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.l-container {
  position: relative;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.hyphenate {
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
}
.donthyphenate {
  hyphens: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
}
:root {
  --app-color-cd-yellow: #ffc233;
  --app-color-cd-coral: #ED6B62;
  --app-color-cd-winered: #B33D53;
  --app-color-cd-turquoise: #23AA95;
  --app-color-cd-green: #4DB05B;
  --app-color-cd-darkgreen: #004E32;
  --app-color-cd-violet: #6C4796;
  --app-color-cd-darkblue: #1C2F76;
  --app-color-cd-anthracite: #292929;
  --app-color-cd-blue: #005CA9;
  --app-color-accent: var(--app-color-cd-yellow);
}
.app-VideoOverlay-video {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 1.5em;
  max-width: 1920px;
  width: 100%;
}
.app-VideoOverlay-video::before {
  content: '';
  display: block;
  height: 0;
  width: 0;
  padding-bottom: 56.25%;
}
.app-VideoOverlay-video::before {
  content: '';
  display: block;
  height: 0;
  width: 0;
  padding-bottom: 56.25%;
}
.app-VideoOverlay-video > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.app-VideoOverlay-video video {
  width: 100%;
}
.app-VideoOverlay-videoClose {
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
  color: white;
  display: block;
  right: 0.5rem;
  top: 0;
  height: 1.9em;
  position: relative;
  margin-left: auto;
  margin-right: 0;
  width: 1rem;
}
.app-VideoOverlay-videoClose::-ms-expand {
  display: none;
}
.app-VideoOverlay-videoClose:focus {
  outline: none;
}
.app-VideoOverlay-videoClose svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
