@charset "UTF-8";
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
}

p {
  margin: 0 0 3vh;
}

html {
  font-family: "din-condensed";
  box-sizing: border-box;
  line-height: 1.4;
  scroll-behavior: smooth;
}

body {
  color: #404040;
  background-color: #f4efdd;
  box-sizing: border-box;
  position: relative;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #4373b6;
}

img {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select {
  vertical-align: middle;
}

input[type=radio] {
  vertical-align: text-bottom;
}

input[type=text],
input[type=paddword],
textarea {
  font-family: "din-condensed";
}

input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
  line-height: normal;
}

.valign-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 0;
}

.valign-wrapper::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.valign {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  width: 100%;
}

.leftright {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
}

.btns {
  margin: 32px -6px;
}

.btns:last-child {
  margin-bottom: 0;
}

.btns .button {
  margin: 5px 6px;
}

.button {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  font-size: 17px;
  color: #fff;
  background: #333;
  border: none;
  border-radius: 4px;
  text-align: center;
  box-sizing: border-box;
}

.button:hover {
  color: white;
  background-color: #1a1a1a;
}

.button.--full {
  display: block;
  width: 100%;
  text-align: center;
}

.button.--smaller {
  padding: 0.35em 1em;
}

.button.--smallest {
  padding: 0.2em 0.6em;
}

.btn {
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  display: inline-block;
}

.validator {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 100%;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  background-color: #333;
  color: #fff;
}

.validator::before {
  font-family: "ycpicons";
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -9px 0 0 -9px;
  font-size: 18px;
  display: block;
  line-height: 1;
}

.error {
  display: block;
  border: 1px solid #93595c;
  background: #e7d3d4;
  color: #912028;
  padding: 6px 10px;
  margin-bottom: 20px;
}

.input-wrapper {
  position: relative;
  margin-bottom: 30px;
}

.errortext {
  position: absolute;
  top: 38px;
  font-size: 12px;
}

.bounds {
  position: relative;
  max-width: 1160px;
  padding: 0 25px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}

.inner {
  position: relative;
  height: 100%;
}

.row {
  font-size: 0;
  margin-left: -2%;
  margin-right: -2%;
}

.row.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.row.flex .flex-start {
  align-self: flex-start;
}

[class*=column] {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 2%;
  padding-right: 2%;
  direction: ltr;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.row:not(.reverse) [class*=column].extra-padding:first-child,
.row.reverse [class*=column].extra-padding:last-child {
  padding-right: 6%;
}

.row:not(.reverse) [class*=column].extra-padding:last-child,
.row.reverse [class*=column].extra-padding:first-child {
  padding-left: 6%;
}

.row:not(.reverse) [class*=column].more-extra-padding:first-child,
.row.reverse [class*=column].more-extra-padding:last-child {
  padding-right: 10%;
}

.row:not(.reverse) [class*=column].more-extra-padding:last-child,
.row.reverse [class*=column].more-extra-padding:first-child {
  padding-left: 10%;
}

.row.align-bottom [class*=column] {
  vertical-align: bottom;
}

.row.reverse {
  direction: rtl;
}

[class*=column][class*=center] {
  display: block;
  margin: 0 auto;
}

[class*=column1] {
  width: 8.33333%;
}

[class*=column2] {
  width: 16.66667%;
}

[class*=column3] {
  width: 25%;
}

[class*=column4] {
  width: 33.33333%;
}

[class*=column5] {
  width: 41.66667%;
}

[class*=column6],
[class*=half] {
  width: 50%;
}

[class*=column7] {
  width: 58.33333%;
}

[class*=column8] {
  width: 66.66667%;
}

[class*=column9] {
  width: 75%;
}

[class*=column10] {
  width: 83.33333%;
}

[class*=column11] {
  width: 91.66667%;
}

[class*=column12] {
  width: 100%;
}

.row:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.linkset:hover {
  z-index: 10;
}

.linkset li {
  list-style: none;
}

body:not(.js-loaded) .linkset ul {
  display: none;
}

.loader {
  position: fixed;
  left: 50%;
  top: 50%;
  font-size: 10px;
  text-indent: -9999em;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
  background: #999999;
  background: -moz-linear-gradient(left, #999999 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #999999 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #999999 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #999999 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #999999 10%, rgba(255, 255, 255, 0) 42%);
  -webkit-animation: load3 1s infinite linear;
  animation: load3 1s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  transition: 200ms;
}

.processing {
  position: fixed;
  z-index: 99999;
  left: 50%;
  top: 50%;
  width: 56px;
  height: 56px;
  margin: -28px 0 0 -28px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.processing .loader {
  position: absolute;
  visibility: visible;
  opacity: 1;
}

.wf-loading body > .loader {
  visibility: visible;
  opacity: 1;
}

.wf-active body > .loader,
.wf-inactive body > .loader {
  visibility: hidden;
  opacity: 0;
}

.loader:before {
  width: 50%;
  height: 50%;
  background: #999999;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

.loader:after {
  background: #fff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.media-wrapper {
  position: relative;
}

.media-wrapper.sb3 {
  padding-bottom: 33%;
}

.media-wrapper.sb9 {
  padding-bottom: 56.25%;
}

.media-wrapper.square {
  padding-bottom: 100%;
}

.media {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background-size: cover;
  overflow: hidden;
  background-position: center;
}

.media > div {
  height: 100%;
}

html.popup-active {
  overflow: hidden;
}

html.popup-active .site {
  -webkit-filter: blur(2px);
  -o-filter: blur(2px);
  filter: blur(2px);
}

.popup-wrapper {
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(25, 25, 25, 0.94);
  color: #fff;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.popup-wrapper .popup-content {
  padding: 25px;
}

.popup-wrapper.popup-page .popup-content {
  padding: 40px;
  background: #fff;
  color: #333;
}

.popup-wrapper .popup-x {
  cursor: pointer;
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  opacity: 0;
  -webkit-transition: 150ms;
  -moz-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
  -webkit-transform: rotate(-90deg) scale(0.75);
  -moz-transform: rotate(-90deg) scale(0.75);
  -o-transform: rotate(-90deg) scale(0.75);
  transform: rotate(-90deg) scale(0.75);
}

.popup-wrapper.popup-page .popup-x {
  left: auto;
  right: 0;
  width: 40px;
  height: 40px;
}

.popup-wrapper.popup-active .popup-x {
  opacity: 0.7;
  -webkit-transform: rotate(0deg) scale(1);
  -moz-transform: rotate(0deg) scale(1);
  -o-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
}

.popup-wrapper .popup-x::before,
.popup-wrapper .popup-x::after {
  content: "";
  position: absolute;
  background: #fff;
  left: 12px;
  right: 12px;
  top: 50%;
  height: 2px;
  margin-top: -1px;
}

.popup-wrapper.popup-page .popup-x::before,
.popup-wrapper.popup-page .popup-x::after {
  background: #333;
}

.popup-wrapper .popup-x::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popup-wrapper .popup-x::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup-wrapper .popup-x:hover {
  opacity: 1;
}

.popup-wrapper.popup-active {
  visibility: visible;
  opacity: 1;
}

.popup-scroller {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 20px 20px 0;
  overflow-y: scroll;
  font-size: 0;
}

.popup-wrapper.popup-active .popup-scroller {
  -webkit-overflow-scrolling: touch;
}

.popup-scroller::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.popup-wrapper .popup {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  text-align: left;
  max-width: 800px;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.popup-wrapper.popup-active .popup {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.popup-wrapper .input-wrapper {
  background: #fff;
  color: #333;
}

.popup-wrapper .input-wrapper:last-child {
  margin-bottom: 0;
}

.popup-wrapper .input-wrapper input {
  border-color: transparent !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.popup-prev,
.popup-next {
  cursor: pointer;
  position: absolute;
  z-index: 99;
  top: 50%;
  margin-top: -18px;
  color: #fff;
  opacity: 0.8;
  -webkit-transition: 150ms;
  -moz-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.popup-prev:hover,
.popup-next:hover {
  opacity: 1;
}

.popup-prev::before,
.popup-next::before {
  font-family: "ycpicons";
  font-size: 36px;
  line-height: 1;
  display: block;
}

.popup-prev {
  left: 0;
}

.popup-prev::before {
  content: "";
}

.popup-next {
  right: 0;
}

.popup-next::before {
  content: "";
}

@media screen and (max-width: 560px) {
  .popup-wrapper .popup-scroller {
    padding: 10px 10px 0;
  }

  .popup-wrapper:not(.popup-page) .popup-x {
    width: 30px;
    height: 30px;
  }

  .popup-wrapper:not(.popup-page) .popup-x::before,
.popup-wrapper:not(.popup-page) .popup-x::after {
    left: 4px;
    right: 4px;
  }

  .popup-wrapper .popup {
    margin-bottom: 10px;
  }

  .popup-wrapper.popup-page .popup-content {
    padding: 20px;
  }

  .popup-wrapper.popup-page .popup-x {
    right: -4px;
    top: -4px;
  }
}
.image-left {
  float: left;
  max-width: 50%;
  margin: 10px 30px 8px 0;
}

.image-right {
  float: right;
  max-width: 50%;
  margin: 10px 0 8px 30px;
}

.image-full {
  width: 100%;
}
.image-full:not(:only-child) {
  margin: 15px 0;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin: 4% 0;
}

.video-container.left,
.video-container.right {
  width: 50%;
  padding-bottom: 28.125%;
}

.video-container.left {
  float: left;
  margin: 0 30px 8px 0;
}

.video-container.right {
  float: right;
  margin: 0 0 8px 30px;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container video,
.video-container img.cke_flash {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
  background: black;
}

.imgtxt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 6% 0;
}
@media (max-width: 480px) {
  .imgtxt {
    margin: 25px 0;
  }
}

.imgtxt .img {
  width: 25%;
  min-width: 90px;
  align-self: flex-start;
}
@media (max-width: 480px) {
  .imgtxt .img {
    min-width: 50px;
  }
}
.imgtxt .img:first-child {
  padding-right: 5%;
}
.imgtxt .img:last-child {
  padding-left: 5%;
}

.imgtxt .img img {
  display: block;
  width: 100%;
}

.imgtxt .txt {
  width: 100%;
  max-width: 70%;
}

.section {
  position: relative;
}

.section .bounds > .padding-less {
  padding: 2.5% 0;
}

.section .bounds > .padding {
  padding: 25px 0;
}

.section .bounds > .padding-more {
  padding: 7% 0;
}

.scroll-to-top {
  cursor: pointer;
  position: fixed;
  z-index: 98;
  right: 20px;
  bottom: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: #202020;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  text-align: center;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  transition: 400ms;
}

.scrolled .scroll-to-top {
  opacity: 0.9;
  visibility: visible;
  pointer-events: all;
}

.scroll-to-top:hover {
  opacity: 1;
}

.form__wrapper {
  padding: 0 25px;
}

.form {
  background: #fff;
  border: 6px solid #4E3620;
  box-sizing: border-box;
  max-width: 600px;
  margin: 8vh auto;
}
@media (min-width: 800px) {
  .form {
    flex: 0 1 560px;
    padding: 2vh 50px;
  }
}
@media (max-width: 799px) {
  .form {
    flex: 1 1 100%;
    padding: 20px;
  }
}

.form__title {
  color: #4E3620;
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 2vh;
  text-align: center;
  text-transform: uppercase;
}

.form__copy {
  font-size: 15px;
  font-family: "din-2014";
}

.form input[type=text] {
  border: 0;
  margin: 0;
  padding: 12px 0 12px 6px;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 2px solid #4E3620;
  font-size: 18px;
  color: #4E3620;
}
.form input[type=text]:hover, .form input[type=text]:focus {
  outline: none;
}

.form label {
  font-size: 18px;
  color: #4E3620;
  padding: 0 0 0 6px;
}

.form textarea {
  width: 100%;
  padding: 6px;
  box-sizing: border-box;
  border: 2px solid #4E3620;
  height: 120px;
  font-size: 18px;
  font-family: "din-2014";
  margin: 0;
  display: block;
}

.form__description h4 {
  color: #4E3620;
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 2vh;
  text-align: center;
  text-transform: uppercase;
}
.form__description p {
  font-size: 15px;
  font-family: "din-2014";
}

@media (min-width: 800px) {
  .form__2col {
    display: flex;
    justify-content: space-between;
  }
  .form__2col .input-wrapper {
    flex: 0 0 calc(50% - 20px);
  }
}

@media (min-width: 800px) {
  .form__radio {
    flex: 0 0 66%;
  }
}

.form__radio ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
}

.form__radio li {
  display: flex;
}
.form__radio li:not(:first-child) {
  margin-left: 12px;
}
.form__radio li label {
  white-space: nowrap;
}

@media (min-width: 800px) {
  .form__radio-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.--icon {
  position: relative;
}

.--icon:before,
.--icon-after:after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  overflow: hidden;
  box-sizing: border-box;
}

.--icon-after.--hero-play:after,
.--icon.--hero-play:before {
  background-image: url("../images/icons/hero-play.svg");
}

.--icon-after.--episode-play:after,
.--icon.--episode-play:before {
  background-image: url("../images/icons/episode-play.svg");
}

.--icon-after.--facebook:after,
.--icon.--facebook:before {
  background-image: url("../images/icons/facebook.svg");
}

.--icon-after.--youtube:after,
.--icon.--youtube:before {
  background-image: url("../images/icons/youtube.svg");
}

.--icon-after.--instagram:after,
.--icon.--instagram:before {
  background-image: url("../images/icons/instagram.svg");
}

.--icon-after.--footer-logo:after,
.--icon.--footer-logo:before {
  background-image: url("../images/icons/footer-logo.svg");
}

.--wrapper {
  max-width: 1160px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 800px) {
  .--padding {
    padding-bottom: 6vh;
  }
}
@media (max-width: 799px) {
  .--padding {
    padding-bottom: 4vh;
  }
}

.--title {
  color: #4E3620;
}
@media (min-width: 800px) {
  .--title {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 4vh;
  }
}
@media (max-width: 799px) {
  .--title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 3vh;
  }
}

.--button {
  background-color: #72a8c0;
  color: #fff;
  line-height: 60px;
  height: 60px;
  font-size: 28px;
  text-align: center;
  padding: 0 30px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  transition-duration: 0.2s;
  border: 0;
}
.--button:hover {
  background-color: #3f758d;
}
.--button.--small {
  height: 50px;
  line-height: 50px;
  font-size: 24px;
}
.--button.--full {
  width: 100%;
  box-sizing: border-box;
}

.--media {
  display: block;
  background-size: cover;
  overflow: hidden;
  background-position: center;
}
.--media > div {
  height: 100%;
}

.site {
  max-width: 1650px;
  margin: 0 auto;
  position: relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background-color: #faf8f0;
}

.hero__logo {
  position: absolute;
  z-index: 2;
}
@media (min-width: 1000px) {
  .hero__logo {
    top: 40px;
    right: 40px;
  }
}
@media (max-width: 999px) {
  .hero__logo {
    top: 0;
    right: 10px;
  }
}
@media (max-width: 799px) {
  .hero__logo img {
    height: 30px;
  }
}

.hero {
  position: relative;
  z-index: 0;
  max-height: 100vh;
}
@media (min-width: 1000px) {
  .hero:before {
    content: "";
    background-color: #faf8f0;
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 50px;
    width: calc(50%);
    z-index: 1;
  }
  .hero:after {
    content: "";
    border-left: 28.8675134595px solid #faf8f0;
    border-bottom: 50px solid transparent;
    position: absolute;
    bottom: -1px;
    left: calc(50% - 1px);
    z-index: 1;
  }
}

.hero__padding {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.hero__image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 100vh;
}
@media (min-width: 1200px) {
  .hero__image {
    height: 900px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .hero__image {
    height: 600px;
  }
}
@media (max-width: 799px) {
  .hero__image {
    height: 400px;
  }
}

.hero__content {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-height: 100vh;
  z-index: 2;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .hero__content {
    height: 900px;
    padding: 160px 20px 0;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .hero__content {
    height: 600px;
    padding: 120px 20px 0;
  }
}
@media (max-width: 799px) {
  .hero__content {
    height: 400px;
    padding: 40px 20px 0;
  }
}
@media (min-width: 1000px) {
  .hero__content:after {
    content: "";
    border-right: 519.6152422707px solid rgba(0, 0, 0, 0.2);
    border-bottom: 900px solid rgba(0, 0, 0, 0.2);
    border-left: 519.6152422707px solid transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: -1;
  }
}

.hero__smalltext {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
@media (min-width: 1200px) {
  .hero__smalltext {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (min-width: 1000px) and (max-width: 1199px) {
  .hero__smalltext {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 999px) {
  .hero__smalltext {
    font-size: 24px;
    line-height: 24px;
  }
}

.hero__largetext {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  text-align: center;
}
@media (min-width: 1200px) {
  .hero__largetext {
    font-size: 90px;
    line-height: 90px;
    margin: 2vh 0;
  }
}
@media (min-width: 1000px) and (max-width: 1199px) {
  .hero__largetext {
    font-size: 80px;
    line-height: 80px;
    margin: 2vh 0;
  }
}
@media (max-width: 999px) {
  .hero__largetext {
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 2vh 0;
  }
}

.hero__play {
  font-family: "din-2014";
  color: #fff;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  text-align: left;
  padding-left: 82px;
  position: relative;
  height: 82px;
}
.hero__play:before {
  content: "";
  display: block;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background-color: #ebd57d;
  border: 7px solid #fff;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  transition-duration: 0.2s;
}
.hero__play:after {
  content: "";
  display: block;
  border: 15px solid transparent;
  border-left-width: 20px;
  border-left-color: #fff;
  position: absolute;
  top: 25px;
  left: 35px;
}
.hero__play:hover:before {
  background-color: #ddb825;
}

.hero__play-text {
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  display: none;
}
@media (min-width: 800px) {
  .hero__play-text {
    padding-left: 20px;
    width: 340px;
  }
}
@media (max-width: 799px) {
  .hero__play-text {
    font-size: 16px;
    line-height: 16px;
    padding-left: 10px;
  }
}

@media (max-width: 799px) {
  .hero__play-img {
    width: 60px;
    margin: 0 20px 0 0;
  }
}

@media (min-width: 1200px) {
  .hero__video {
    margin-left: 50%;
    width: 50%;
    margin-top: 40px;
  }
}
@media (min-width: 800px) {
  .hero__video {
    text-align: left;
  }
}

.hero-video__title {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "din-2014";
  font-size: 20px;
  letter-spacing: 0.05rem;
  margin-bottom: 12px;
}
.hero-video__title span {
  color: #ebd57d;
}

.hero-video__link {
  position: relative;
  z-index: 0;
  display: inline-block;
}
.hero-video__link:after {
  content: "";
  background-image: url("/images/ic-play-circle-outline-24px.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  opacity: 0.6;
  transition: 0.3s;
}
.hero-video__link:hover:after {
  opacity: 0.8;
}

.hero-video__img {
  border-radius: 8px;
  box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.25);
  display: block;
}
@media (max-width: 1199px) {
  .hero-video__img {
    max-width: 300px;
  }
}

.utility {
  position: sticky;
  top: 0;
  z-index: 3;
}
@media (min-width: 1000px) {
  .utility {
    margin-top: -100px;
    margin-bottom: 50px;
    margin-right: auto;
    max-width: 50%;
  }
}
@media (max-width: 999px) {
  .utility {
    margin-top: -50px;
    max-width: 1160px;
  }
}

.utility__wrapper {
  background: rgba(0, 0, 0, 0.65);
  height: 50px;
}
@media (min-width: 800px) {
  .utility__wrapper {
    padding: 0 70px;
    justify-content: flex-start;
    display: inline-flex;
    align-items: center;
  }
}
@media (max-width: 799px) {
  .utility__wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
}

.utility__wrapper a {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
@media (min-width: 800px) {
  .utility__wrapper a {
    font-size: 26px;
  }
}
@media (max-width: 799px) {
  .utility__wrapper a {
    font-size: 18px;
  }
}
@media (min-width: 800px) {
  .utility__wrapper a:not(:first-child) {
    margin-left: 30px;
  }
}
@media (max-width: 799px) {
  .utility__wrapper a:not(:first-child) {
    margin-left: 20px;
  }
}

.--name:hover {
  cursor: default;
}

.top__wrapper {
  overflow: hidden;
  position: relative;
}
@media (min-width: 1000px) {
  .top__wrapper {
    margin-top: -40px;
    padding-bottom: 4vh;
  }
}
@media (max-width: 999px) {
  .top__wrapper a[name] {
    padding-top: 50px;
    display: block;
  }
}

.pdtv {
  background-position: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  align-content: center;
  position: relative;
  z-index: 2;
  background-image: none !important;
}
@media (min-width: 1000px) {
  .pdtv {
    height: 495px;
  }
}
@media (max-width: 999px) {
  .pdtv {
    padding: 2vh 0;
    background-size: auto calc(100% - 20px);
  }
}

.pdtv__image {
  position: absolute;
  right: 0;
  bottom: 0;
  max-height: calc(100% - 20px);
}
@media (max-width: 999px) {
  .pdtv__image {
    opacity: 0.2;
    z-index: 0;
  }
}

@media (min-width: 1000px) {
  .pdtv__wrapper {
    padding-right: 600px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
  }
}
.pdtv__copy {
  font-family: "din-2014";
  font-size: 17px;
  color: #484a4d;
  line-height: 26px;
}

.quote__wrapper {
  display: flex;
  align-items: stretch;
  background-color: #e8d9b4;
}
@media (min-width: 1600px) {
  .quote__wrapper:after {
    content: "";
    border-bottom: 750px solid #faf8f0;
    border-left: 433.0127018922px solid transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
  }
}

@media (max-width: 999px) {
  .quote__images {
    display: none;
  }
}

.quote__image:first-child {
  border-bottom: 8px solid #fff;
}

.quote__content {
  background-image: url("/images/quotes.svg");
  background-position: calc(100% - 40px) 0;
  background-repeat: no-repeat;
  padding: 0 50px 0 80px;
}
@media (min-width: 1000px) {
  .quote__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 0 1 637px;
    border-left: 8px solid #faf8f0;
  }
}
@media (max-width: 999px) {
  .quote__content {
    padding: 8vh 25px;
  }
}
@media (min-width: 1000px) and (max-width: 1599px) {
  .quote__content {
    position: relative;
    padding: 0 50px 0 50px;
  }
  .quote__content:after {
    content: "";
    border-bottom: 750px solid #faf8f0;
    border-left: 433.0127018922px solid transparent;
    position: absolute;
    left: 100%;
    bottom: 0;
    z-index: 2;
  }
}

.quote__title {
  font-family: "din-2014";
  color: #4E3620;
  margin-bottom: 2vh;
}
@media (min-width: 1000px) {
  .quote__title {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 999px) {
  .quote__title {
    font-size: 36px;
    line-height: 36px;
  }
}

.quote__by {
  font-size: 18px;
  font-weight: 700;
  color: #484a4d;
  line-height: 20px;
}

.quote__position {
  font-family: "din-2014";
  font-size: 17px;
  color: #484a4d;
  font-weight: 400;
  line-height: 19px;
}

.episode__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.episode__item {
  margin-bottom: 4vh;
}
.episode__item.--large {
  flex: 1 0 100%;
  margin-bottom: 4vh;
}
@media (min-width: 1000px) {
  .episode__item.--small {
    flex: 0 0 calc((33.3333333333%) - 13.3333333333px);
    box-sizing: border-box;
  }
  .episode__item.--small:not(:nth-child(3n+1)) {
    margin-left: 20px;
  }
}
@media (min-width: 800px) and (max-width: 999px) {
  .episode__item.--small {
    flex: 0 0 calc((50%) - 10px);
    box-sizing: border-box;
  }
  .episode__item.--small:not(:nth-child(2n+1)) {
    margin-left: 20px;
  }
}
@media (max-width: 799px) {
  .episode__item.--small {
    flex: 0 0 calc((100%) - 0px);
    box-sizing: border-box;
  }
  .episode__item.--small:not(:nth-child(1n+1)) {
    margin-left: 20px;
  }
}

.episode__a {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 56.3793103448%;
  box-sizing: border-box;
  border-radius: 8px;
  box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.25);
  position: relative;
}
.episode__a:not(:hover) .episode__icon {
  opacity: 0.8;
}

.episode__icon {
  position: absolute;
  transition-duration: 0.2s;
}
@media (max-width: 999px) {
  .episode__icon {
    top: calc(50% - 30px);
    left: calc(50% - 30px);
  }
  .episode__icon:before {
    width: 60px;
    height: 60px;
  }
}
.episode__icon:before {
  background-size: contain;
}
@media (min-width: 1000px) {
  .--large .episode__icon {
    top: calc(50% - 65px);
    left: calc(50% - 65px);
  }
  .--large .episode__icon:before {
    width: 130px;
    height: 130px;
  }
}
@media (min-width: 1000px) {
  .--small .episode__icon {
    top: calc(50% - 30px);
    left: calc(50% - 30px);
  }
  .--small .episode__icon:before {
    width: 60px;
    height: 60px;
  }
}

@media (min-width: 1000px) {
  .--small .episode__details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.5vh;
  }
}

.--large .episode__name-large {
  color: #fff;
  position: absolute;
  bottom: 40px;
  left: 40px;
}
@media (min-width: 1000px) {
  .--large .episode__name-large {
    font-size: 120px;
    line-height: 120px;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 999px) {
  .--large .episode__name-large {
    display: none;
  }
}
.--small .episode__name-large {
  display: none;
}

@media (min-width: 1000px) {
  .--large .episode__name-small {
    display: none;
  }
}
.--small .episode__name-small {
  font-size: 35px;
  color: #4E3620;
  flex: 1 0 auto;
}
@media (max-width: 999px) {
  .episode__name-small {
    font-size: 35px;
    color: #4E3620;
    flex: 1 0 auto;
  }
}

@media (min-width: 1000px) {
  .--large .episode__caption {
    font-size: 20px;
    color: #484a4d;
    margin-top: 2vh;
  }
}
@media (min-width: 1000px) {
  .--small .episode__caption {
    font-size: 15px;
    color: #484a4d;
    flex: 0 1 auto;
    margin-left: 20px;
  }
}
@media (max-width: 999px) {
  .episode__caption {
    font-size: 15px;
    color: #484a4d;
  }
}

.episode__latest {
  margin-bottom: 2vh;
}
@media (min-width: 1000px) {
  .episode__latest {
    display: flex;
    align-items: flex-start;
    align-items: center;
  }
}
.episode__latest .episode__title {
  margin: 0;
  flex: 1 0 auto;
}
@media (max-width: 999px) {
  .episode__latest .episode__title {
    margin-bottom: 2vh;
  }
}

.latest__copy p {
  margin: 0;
}

.latest__title {
  font-weight: 700;
  font-family: "din-2014";
}
@media (min-width: 1000px) {
  .latest__title {
    font-size: 24px;
  }
}
@media (max-width: 999px) {
  .latest__title {
    font-size: 18px;
  }
}

.latest {
  color: #4E3620;
}
@media (min-width: 1000px) {
  .latest {
    margin-left: 40px;
  }
}

.cast__item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1vh;
}

.cast__position {
  flex: 0 1 130px;
  color: #72a8c0;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
}

.cast__names {
  flex: 0 1 calc(100% - 130px);
  font-size: 17px;
  font-family: "din-2014";
  display: block;
}

.story {
  background-image: url("/images/story.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
@media (min-width: 800px) {
  .story:before {
    content: "";
    display: block;
    background-color: #faf8f0;
    height: 50px;
    width: calc(100% - 300px);
  }
}
@media (min-width: 800px) {
  .story:after {
    content: "";
    display: block;
    border-left: 28.8675134595px solid #faf8f0;
    border-bottom: 50px solid transparent;
    position: absolute;
    top: 0;
    left: calc(100% - 300px);
  }
}

.story__wrapper {
  display: flex;
  padding-top: 6vh;
}
@media (min-width: 800px) {
  .story__wrapper {
    justify-content: flex-end;
  }
}
@media (max-width: 799px) {
  .story__wrapper {
    justify-content: center;
    padding-bottom: 6vh;
  }
}

.story__form {
  background: #fff;
  border: 6px solid #4E3620;
  box-sizing: border-box;
}
@media (min-width: 800px) {
  .story__form {
    transform: translateY(6vh);
    flex: 0 1 560px;
    padding: 60px 50px;
  }
}
@media (max-width: 799px) {
  .story__form {
    flex: 1 1 100%;
    padding: 20px;
  }
}

.story__title {
  color: #4E3620;
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 2vh;
  text-align: center;
  text-transform: uppercase;
}

.story__copy {
  font-size: 15px;
  font-family: "din-2014";
}

.story__form input {
  border: 0;
  margin: 0;
  padding: 12px 0 12px 6px;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 2px solid #4E3620;
  font-size: 18px;
  color: #4E3620;
}
.story__form input:hover, .story__form input:focus {
  outline: none;
}

.story__form label {
  font-size: 18px;
  color: #4E3620;
  padding: 0 0 0 6px;
}

.story__form textarea {
  width: 100%;
  padding: 6px;
  box-sizing: border-box;
  border: 2px solid #4E3620;
  height: 120px;
  font-size: 18px;
  font-family: "din-2014";
  margin: 0;
  display: block;
}

.story__complete h4 {
  color: #4E3620;
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 4vh;
  text-align: center;
  text-transform: uppercase;
}

.story__complete p {
  font-size: 24px;
  font-family: "din-2014";
  text-align: center;
}

.gallery {
  background-color: #72a8c0;
}
@media (min-width: 800px) {
  .gallery {
    padding: 8vh 0 12vh;
  }
}
@media (max-width: 799px) {
  .gallery {
    padding: 2vh 25px 6vh;
  }
}

.gallery__title {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 800px) {
  .gallery__title {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.gallery__item {
  max-width: 900px;
}

.gallery .owl-item {
  opacity: 0.1;
}
.gallery .owl-item img {
  max-width: 100%;
  margin: 0 auto;
}
.gallery .owl-item .gallery__item {
  margin: 0 0 0 auto;
}

.gallery .owl-item.active {
  opacity: 1;
}
.gallery .owl-item.active .gallery__item {
  margin: 0 auto;
}
.gallery .owl-item.active img {
  border: 3px solid #fff;
  max-width: 100%;
  box-sizing: border-box;
}

.gallery .owl-item.active + .owl-item .gallery__item {
  margin: 0 auto 0 0;
}

.gallery .owl-prev,
.gallery .owl-next {
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 70px);
  background-image: url(/images/gallery-arrow.svg) !important;
  background-color: rgba(114, 168, 192, 0.6);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 35px 55px;
  border: 0;
  border-radius: 50%;
  font-size: 0;
}
@media (min-width: 1200px) {
  .gallery .owl-prev,
.gallery .owl-next {
    width: 134px;
    height: 134px;
  }
}
@media (max-width: 1199px) {
  .gallery .owl-prev,
.gallery .owl-next {
    width: 60px;
    height: 60px;
    background-size: auto 40px;
  }
}
.gallery .owl-prev:hover, .gallery .owl-prev:focus,
.gallery .owl-next:hover,
.gallery .owl-next:focus {
  outline: none;
}
.gallery .owl-prev {
  transform: rotate(180deg);
}
@media (min-width: 1200px) {
  .gallery .owl-prev {
    left: calc(50% - 550px);
  }
}
@media (max-width: 1199px) {
  .gallery .owl-prev {
    left: 10px;
  }
}
@media (min-width: 1200px) {
  .gallery .owl-next {
    right: calc(50% - 550px);
  }
}
@media (max-width: 1199px) {
  .gallery .owl-next {
    right: 10px;
  }
}
.gallery .owl-dot {
  background: transparent;
  border: 0;
}
.gallery .owl-dot span {
  background-color: rgba(0, 0, 0, 0.1);
}
.gallery .owl-dot.active span {
  background-color: #fff;
}
.gallery .owl-dot:hover, .gallery .owl-dot:focus {
  outline: none;
}

.footer {
  background-color: #332B24;
  background-image: url("/images/footer.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding: 16vh 0 4vh;
  color: #fff;
  position: relative;
}
@media (min-width: 1000px) {
  .footer {
    background-position: calc(50% + 200px) 100%;
  }
}
@media (max-width: 999px) {
  .footer {
    background-position: 100% 100%;
  }
}
@media (min-width: 800px) {
  .footer:not(.--interior):before {
    content: "";
    display: block;
    background-color: #72a8c0;
    height: 50px;
    width: calc(50%);
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 800px) {
  .footer:not(.--interior):after {
    content: "";
    display: block;
    border-left: 28.8675134595px solid #72a8c0;
    border-bottom: 50px solid transparent;
    position: absolute;
    top: 0;
    left: calc(50%);
  }
}

.footer__title {
  margin-bottom: 4vh;
}
@media (min-width: 800px) {
  .footer__title {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 799px) {
  .footer__title {
    font-size: 30px;
    line-height: 30px;
  }
}

.footer__social {
  display: flex;
}
@media (min-width: 800px) {
  .footer__social {
    margin-bottom: 16vh;
  }
}
@media (max-width: 799px) {
  .footer__social {
    margin-bottom: 6vh;
  }
}

.footer__social-item:not(:first-child) {
  margin-left: 2vh;
}

.footer__social-icon {
  display: block;
  margin-bottom: 0.75vh;
}
@media (min-width: 800px) {
  .footer__social-icon {
    height: 160px;
    width: 160px;
    background-color: rgba(0, 0, 0, 0.21);
  }
}
@media (max-width: 799px) {
  .footer__social-icon {
    width: 40px;
    height: 40px;
  }
}
.footer__social-icon:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 799px) {
  .footer__social-icon:before {
    background-size: contain;
  }
}

.footer__social-name {
  color: #fff;
  font-size: 15px;
  text-align: center;
  display: block;
}
@media (max-width: 799px) {
  .footer__social-name {
    display: none;
  }
}

.footer__logo {
  width: 195px;
  height: 75px;
}
@media (min-width: 800px) {
  .footer__logo {
    margin-right: 120px;
  }
}
@media (max-width: 799px) {
  .footer__logo {
    margin-bottom: 24px;
  }
}
.footer__logo:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.footer__colophon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.footer__copyright {
  font-size: 15px;
  font-family: "din-2014";
  color: #e8d9b4;
}
@media (min-width: 800px) {
  .footer__copyright {
    text-align: right;
  }
}
@media (max-width: 799px) {
  .footer__copyright {
    flex: 1 0 100%;
  }
}
.footer__copyright a,
.footer__copyright a:hover,
.footer__copyright a:focus {
  color: #e8d9b4;
  text-decoration: underline;
}

.footer__ycp {
  text-align: center;
  font-size: 14px;
}

.hero-awards__wrapper {
  margin: 40px 0 0 auto;
  width: 50%;
}
@media (min-width: 1000px) and (max-width: 1199px) {
  .hero-awards__wrapper {
    position: absolute;
    right: 50px;
    bottom: 120px;
  }
}
@media (min-width: 800px) and (max-width: 999px) {
  .hero-awards__wrapper {
    position: absolute;
    right: 20px;
    bottom: 180px;
  }
}
@media (max-width: 799px) {
  .hero-awards__wrapper {
    display: none;
  }
}

.hero-awards {
  width: 400px;
  height: 200px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-image: url(../images/hero-awards.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 40px;
  box-sizing: border-box;
  margin-left: auto;
}

.hero-awards__link {
  color: #fff;
  text-decoration: underline;
  text-transform: uppercase;
  line-height: 1.2;
}

.award__items {
  display: grid;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}
@media (min-width: 1000px) {
  .award__items {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 600px) and (max-width: 999px) {
  .award__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 599px) {
  .award__items {
    grid-template-columns: repeat(2, 1fr);
  }
}

.award__item {
  align-items: center;
  grid-column: span 1;
  display: flex;
  align-items: center;
}
.award__item img {
  max-width: 100%;
  display: block;
  image-rendering: crisp-edges;
}

.newsletter {
  position: fixed;
  bottom: 0;
  right: 20px;
  background-color: #fff;
  z-index: 2;
  padding: 30px;
  width: 300px;
  box-sizing: border-box;
}
.newsletter:before {
  content: "";
  background-image: url("/images/email_popup_dog.png");
  width: 165px;
  height: 244px;
  position: absolute;
  z-index: -1;
  top: -70px;
  right: 20px;
}

.newsletter__close {
  background: #fff;
  border-radius: 50%;
  position: absolute;
  width: 32px;
  height: 32px;
  top: -16px;
  right: -16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #4E3620;
  box-sizing: border-box;
}
.newsletter__close:hover {
  cursor: pointer;
}
.newsletter__close:after {
  content: "✖";
  font-size: 20px;
  color: #4E3620;
  margin-top: 1px;
}

.newsletter__heading {
  font-size: 36px;
  font-weight: 700;
  color: #4E3620;
  text-transform: uppercase;
  line-height: 38px;
  letter-spacing: 0.04rem;
  font-family: "din-condensed";
  margin-bottom: 18px;
}

.newsletter__inputs {
  margin-bottom: 24px;
}

.newsletter__input {
  margin-bottom: 12px;
}
.newsletter__input input {
  border: 0;
  width: 100%;
  border-bottom: 2px solid #4E3620;
  box-sizing: border-box;
  font-size: 18px;
}
.newsletter__input input:focus {
  outline: none;
}

.header {
  background-color: #000;
}

.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}

.header__back {
  color: #72a8c0;
  font-size: 18px;
  font-family: "din-2014-narrow";
  font-weight: 700;
  font-style: normal;
  display: flex;
  letter-spacing: 0.03rem;
  flex: 0 0 100px;
  box-sizing: border-box;
}
.header__back:before {
  content: "";
  background-image: url("/images/icons/arrow-button.svg");
  display: block;
  width: 16px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 6px;
}

.header__back-a {
  color: #72a8c0;
}

.header__logo {
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
.--back .header__logo {
  padding-right: 100px;
}

.player {
  background-color: #000;
}

.player__wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 4vh;
}

.player__media {
  margin-bottom: 2vh;
}
@media (max-width: 1199px) {
  .player__media {
    position: relative;
    padding-bottom: 51%;
    padding-top: 25px;
    height: 0;
  }
}

@media (max-width: 1199px) {
  .video__iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.player__title {
  color: #fff;
}

.player__title {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}

.title__episode {
  font-size: 13px;
  text-transform: uppercase;
  font-family: "din-2014";
  letter-spacing: 0.05rem;
  margin-right: 12px;
}

.title__name {
  font-size: 24px;
  font-weight: 700;
  font-family: "din-2014";
}

.player__copy {
  color: #fff;
  margin-bottom: 1vh;
  font-family: "din-2014";
}
.player__copy p {
  margin-bottom: 0;
}

.episodes {
  background-color: #e8d9b4;
  overflow: hidden;
}

.episode {
  padding: 4vh 0;
  z-index: 0;
}

.episode-a {
  height: 200px;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 1px 25px rgba(0, 0, 0, 0.25);
  z-index: 0;
}
.episode.--comingsoon:not(.--trailer) .episode-a:hover {
  cursor: default;
}
.episode.--comingsoon.--trailer .episode-a:after {
  content: "Watch the Trailer";
  font-size: 24px;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
}
.episode.--comingsoon .episode-a:before {
  content: "Coming\aSoon";
  white-space: pre;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.05rem;
  font-family: "din-2014";
  text-align: center;
  padding: 9px 24px;
  background-color: #d62c16;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 16px 0 16px;
  color: #fff;
}

.episode-img {
  display: block;
  max-width: 100%;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.episode__info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 1vh 0;
}

.episode__number {
  color: #77787b;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "din-2014";
  letter-spacing: 0.05rem;
}

.episode__name {
  line-height: 18px;
}
.episode.--comingsoon:not(.--trailer) .episode__name a {
  cursor: default;
}

.episode__name a {
  color: #4E3620;
  font-size: 17px;
  font-weight: 700;
  font-family: "din-2014";
}

.episode__copy {
  font-size: 15px;
  line-height: 20px;
  font-family: "din-2014";
}
.episode__copy p {
  margin: 0;
}

.episodes .owl-carousel {
  width: auto;
}

.episodes .owl-item:not(.active) .episode-a {
  box-shadow: none;
}

.episodes .owl-prev,
.episodes .owl-next {
  position: absolute;
  top: 140px;
  background-image: url("/images/icons/arrow-slideshow.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0;
  font-size: 0;
  height: 28px;
  width: 20px;
}
.episodes .owl-prev:hover, .episodes .owl-prev:focus,
.episodes .owl-next:hover,
.episodes .owl-next:focus {
  outline: none;
}

.episodes .owl-carousel .owl-stage-outer {
  margin-right: 1px;
}

.episodes .owl-prev {
  left: 32px;
}

.episodes .owl-next {
  right: 32px;
  transform: rotate(180deg);
}

.feedback {
  background-image: url("/images/dog_superfan.png"), radial-gradient(ellipse at center, rgba(255, 255, 255, 0) 0%, rgba(235, 213, 125, 0.21) 100%);
  background-repeat: no-repeat;
  background-position: calc(50% + 300px) 0, 50% 50%;
}

.feedback__wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 580px;
  padding: 4vh 25px 8vh;
}

.feedback__content {
  text-align: center;
}

.feedback__subheading {
  font-family: "din-2014";
  text-transform: uppercase;
  color: #4E3620;
  margin-bottom: 1vh;
}
@media (min-width: 800px) {
  .feedback__subheading {
    font-size: 32px;
    line-height: 32px;
  }
}
@media (max-width: 799px) {
  .feedback__subheading {
    font-size: 18px;
    line-height: 18px;
  }
}

.feedback__heading {
  text-transform: uppercase;
  color: #4E3620;
  margin-bottom: 1vh;
}
@media (min-width: 800px) {
  .feedback__heading {
    font-size: 94px;
    line-height: 94px;
  }
}
@media (max-width: 799px) {
  .feedback__heading {
    font-size: 52px;
    line-height: 52px;
  }
}

.feedback__copy {
  text-align: left;
  font-family: "din-2014";
  font-size: 17px;
  line-height: 22px;
}

.feedback__form {
  border: 6px solid #4E3620;
  background: rgba(255, 255, 255, 0.83);
  padding: 3vh;
}

.feedback__form input:not([type=checkbox]) {
  border: 0;
  margin: 0;
  padding: 12px 0 12px 6px;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 2px solid #4E3620;
  font-size: 18px;
  color: #4E3620;
}
.feedback__form input:not([type=checkbox]):hover, .feedback__form input:not([type=checkbox]):focus {
  outline: none;
}

.feedback__form .checkbox {
  margin-bottom: 30px;
}

.feedback__form label {
  font-size: 18px;
  color: #4E3620;
  padding: 0 0 0 6px;
}

.feedback__form textarea {
  width: 100%;
  padding: 6px;
  box-sizing: border-box;
  border: 2px solid #4E3620;
  height: 120px;
  font-size: 18px;
  font-family: "din-2014";
  margin: 0;
  display: block;
}

.feedback__button {
  margin: 0 auto;
}

.feedback__popup {
  display: none;
  position: absolute;
  bottom: 0;
  right: 30px;
  background: #fff;
  padding: 30px;
  width: 260px;
  z-index: 2;
  text-align: center;
}
.feedback__popup:before {
  content: "";
  background-image: url("/images/feedback-dog.png");
  background-repeat: no-repeat;
  height: 160px;
  position: absolute;
  z-index: -1;
  top: -70px;
  right: 20px;
  left: 20px;
  background-position: 50% 0;
  background-size: contain;
}

.feedback__close {
  background: #fff;
  border-radius: 50%;
  position: absolute;
  width: 32px;
  height: 32px;
  top: -16px;
  right: -16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #4E3620;
  box-sizing: border-box;
}
.feedback__close:hover {
  cursor: pointer;
}
.feedback__close:after {
  content: "✖";
  font-size: 20px;
  color: #4E3620;
  margin-top: 1px;
}

.feedback__title {
  font-size: 36px;
  font-weight: 700;
  color: #4E3620;
  text-transform: uppercase;
  line-height: 38px;
  letter-spacing: 0.04rem;
  font-family: "din-condensed";
  margin-bottom: 18px;
  padding-top: 30px;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  display: block;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.onlyprint {
  display: none;
}

@media print {
  @page {
    margin: 1.2cm;
  }
  body {
    margin: 0;
    padding: 0;
    font-size: 90%;
  }

  * {
    background: none !important;
    color: #000 !important;
  }

  [data-scrollfx-fade-out],
[data-scrollfx-fade-in] {
    opacity: 1 !important;
  }

  [data-scrollfx-parallax] {
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    -moz-transform: translate3d(0px, 0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important;
  }

  h2,
h3,
h4,
h5,
h6 {
    page-break-after: avoid;
  }

  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }

  a {
    font-weight: bolder;
    text-decoration: none;
  }

  a[href^=http]:after {
    content: " <" attr(href) "> ";
  }

  a[href^="#"]:after {
    content: "";
  }

  .bounds {
    width: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100% !important;
  }

  .row {
    margin-left: 0;
    margin-right: 0;
  }

  .noprint,
[class*=button],
.frontEndEditBar {
    display: none !important;
  }

  .onlyprint {
    display: block !important;
  }
}

/*# sourceMappingURL=main.css.map */
