@font-face {
  font-family: 'Lora';
  src: url('/static/fonts/Lora-VariableFont_wght.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
*, ::after, ::before {
  box-sizing: border-box;
}
html, body {
  margin: 0;
  padding: 0;
  background-color: rgba(14,17,21,1);
  color: #fff;
  font-family: 'Lora', serif;
}
header,
section {
  max-width: 1300px;
  margin: 0 auto 80px;
}

header {
  text-align: center;
  background: radial-gradient(circle, rgba(26,29,33,1) 0%, rgba(14,17,21,1) 35%);
  padding-top: 80px;
  padding-bottom: 40px;
  padding-bottom: 0;
  position: relative;
}
header h1 {
  font-weight: normal;
  font-size: 80px;
  letter-spacing: 0.8rem;
  text-transform: uppercase;
  width: 80%;
  padding-bottom: 60px;
  margin: 60px auto 60px;
  border-bottom: 2px solid #7fabda;
}
header p {
  font-size: 24px;
  width: 80%;
  margin: auto;
  line-height: 2.4rem;
}
header img {
  width: 100px;
}
.lang-select {
  color: #fff;
  position: absolute;
  top: 25px;
  right: 25px;
  font-family: OpenSans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.lang-select a {
  color: #fff;
  text-decoration: none;
}
.survey-btn {
  border: 2px solid #fff;
  background: #000;
  color: #fff;
  border-radius: 5px;
  padding: 10px;
  margin-right: 20px;
}
section video {
  max-width: 1300px;
  width: 90vw;
  margin: auto;
  display: inline-block;
  text-align: center;
}
section p,
section ul {
  font-size: 20px;
  width: 80%;
  margin: 20px auto;
}
section ul li {
  margin-bottom: 20px;
  padding-left: 20px;
  margin-left: 20px;
  line-height: 2rem;
}
.share-section {
  display: flex;
  gap: 80px;
}
.share-section > div {
  flex-grow: 1;
}
.share-section > div:first-child {
  text-align: right;
  text-align: center;
}
.share-section.french > div:first-child {
  text-align: center;
}
.share-video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
}
.share-video-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #fff;
  background: #000;
  color: #fff;
  padding: 20px 60px;
  border-radius: 5px;
  display: none;
  width: 450px;
  height: 200px;
  text-align: center;
}
.share-video-close {
  position: absolute;
  top: 25px;
  right: -10px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.close-bar-left {
  position: absolute;
  height: 2px;
  transform: rotate(45deg);
  background-color: #fff;
  width: 50%;
}
.close-bar-right {
  position: absolute;
  height: 2px;
  transform: rotate(-45deg);
  background-color: #fff;
  width: 50%;
}
.share-video-popup a {
  display: inline-block;
  margin-right: 40px;
}
.share-video-popup a:last-child {
  margin: 0;
}
.share-video-popup img {
  width: 50px;
}
a.horse-btn  {
  display: inline-block;
  border: 2px solid #fff;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 20px 60px;
  border-radius: 5px;
  font-size: 28px;
  cursor: pointer;
}
hr {
  width: 50%;
  border-bottom: 2px solid #7fabda;
  margin: 40px auto;
}
.phone {
  padding-bottom: 300px;
}
.phone.phone-inactive {
  background: url('/static/images/content/the-horse/HorsePhone_inactive.png') no-repeat;
  background-position: center bottom;
  background-size: 35%;
}
.phone.phone-active {
  background: url('/static/images/content/the-horse/HorsePhone_active.png') no-repeat;
  background-position: center bottom;
  background-size: 35%;
}
.survey {
  width: 68%;
  margin: auto;
  padding: 0 50px 30px;
  text-align: center;
}
.survey p {
  width: 100%;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
  line-height: 50px;
}
.survey a.horse-btn {
  padding: 20px 100px;
}
.footnote-link {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
.footnotes hr {
  width: 200px;
  margin: initial;
}
.footnotes ol {
  padding-left: 20px;
}
.footnotes li {
  padding-left: 10px;
  margin-bottom: 20px;
}
.footnotes a {
  color: #7fabda;
}
.footnote-selected {
  animation: flash .75s;
}
@keyframes flash {
  0% {
    background-color: rgba(226, 226, 226, 0.0);
  }
  50% {
    background-color: rgba(226, 226, 226, 1);
  }
  100% {
    background-color: rgba(226, 226, 226, 0.0);
  }
}
.supporters {
  max-width: 100%;
  background: #000;
  padding: 80px 0;
}
.supporters > div {
  max-width: 1300px;
  margin: auto;
}
.supporters p {
  width: 80%;
  text-align: center;
  font-size: 20px;
  line-height: 2rem;
}
.logos {
  display: flex;
}
.logos > div {
  flex-grow: 1;
  text-align: center;
  height: 200px;
  line-height: 200px;
}
.logos img {
  width: 250px;
  vertical-align: middle;
}
.logos img.c3p-logo {
  width: 350px;
}
.logos img.fairplay-logo {
  width: 200px;
}
.logos img.ecpat-logo {
  width: 80px;
}
.logos img.mcf-logo {
  width: 200px;
}
.logos:first-of-type > div:first-child {
  text-align: right;
}
.logos:first-of-type > div:last-child {
  text-align: left;
}
footer {
  background: #333333;
  line-height: 120px;
  font-family: Helvetica, Arial, sans-serif;
  color: #fff;
}
footer p.logo {
  text-align: center;
  line-height: initial;
  margin: 0;
  padding-bottom: 30px;
}
footer p.logo img {
  width: 400px;
}
footer nav {
  max-width: 1300px;
  margin: auto;
  display: flex;
}
footer nav > span {
  flex-grow: 1;
}
footer nav > span:last-child {
  text-align: right;
}
footer a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin-right: 20px;
}
footer nav p {
  display: inline;
  margin-right: 10px;
}
footer nav img {
  height: 20px;
  vertical-align: text-bottom;
}
footer nav a:first-child img {
  margin-left: 20px;
}
.back-to-top {
  width: 58px;
  height: 58px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  opacity: 0;
  transition: opacity 0.4s;
  border-radius: 50%;
  background-color: #7fabda;
  text-align: center;
  line-height: 58px;
}
.back-to-top.show {
  opacity: 1;
}
.back-to-top img {
  width: 50%;
  position: relative;
  top: 8px;
}
@media (max-width: 800px) {
  header h1 {
    font-size: 30px;
  }
  header p {
    font-size: 28px;
  }
  section p,
  section ul {
    font-size: 20px;
  }
  section ul li {
    margin-left: -20px;
  }
  section video {
    width: 90vw;
    margin: auto;
    display: block;
  }
  .share-section {
    display: block;
    width: 80%;
    margin: 20px auto;
  }
  .share-section > div {
    width: 100%;
  }
  .share-section > div:first-child {
    text-align: center;
    margin-bottom: 30px;
  }
  .phone img {
    width: 50%;
  }
  .survey {
    width: 100%;
  }
  a.horse-btn,
  .survey a.horse-btn {
    padding: 20px 0;
    width: 100%;
    text-align: center;
  }
  .footnotes {
    width: 80%;
  }
  .footnotes li {
    overflow-wrap: break-word;
  }
  .logos {
    display: block;
  }
  .logos > div {
    height: 150px;
    line-height: 150px;
  }
  .logos:first-of-type > div:first-child,
  .logos:first-of-type > div:last-child {
    text-align: center;
  }
  footer {
    line-height: normal;
  }
  footer p.logo img {
    width: 50%;
  }
  footer nav {
    gap: 10px 0;
  }
  footer nav > span {
    display: flex;
    flex-flow: wrap;
  }
  footer nav > span:first-child {
    width: 70%;
    padding-top: 16px;
  }
  footer nav > span:first-child a {
    width: 50%;
    text-align: center;
    margin: 0 0 8px;
  }
  footer nav > span:last-child {
    text-align: center;
  }
  footer nav > span:last-child a {
    margin-right: 0;
    width: 25%;
  }
  footer nav p {
    display: block;
    width: 100%;
    margin-bottom: 0;
  }
}
