.story-item {
  pointer-events: all;
  cursor: pointer;
  text-align: center;
  opacity: 0;
  transition: opacity 0.6s ease-in;
}

.story-item-circle {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 22px;
  position: relative;
}

.story-item-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  transition: transform 0.6s cubic-bezier(0, 0.09, 0, 1);
  transform: scale(1.7);
  /*
    &:first-child{
      position: absolute;
      mix-blend-mode: multiply;
      z-index: 2;
      @include ie(){
        opacity: 0.2;
      }
    }
    &:last-child{
    }
    */
}

.story-item-date {
  max-width: 290px;
  white-space: normal;
  display: block;
  margin: 0 auto;
  margin-bottom: 7px;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.3px;
  opacity: 0.6;
  text-transform: uppercase;
}

.story-item-name {
  font-family: 'Recife Display';
  font-weight: normal;
  font-size: 37px;
  line-height: 49px;
  text-align: center;
  letter-spacing: 0.79px;
  margin: 0;
}

html[dir='rtl'] .story-item-name {
  font-family: 'Tajawal';
}

html[lang='ha'] .story-item-name {
  font-family: 'Noto Serif';
}

.story-item.disabled {
  opacity: 0.6;
  pointer-events: none !important;
}

.story-item.disabled .story-item-layer {
  opacity: 0.5;
}

.story-item.show {
  opacity: 1;
}

.story-item.show .story-item-layer {
  transform: none;
}

.story-item.show.disabled {
  opacity: 0.6;
}

.story-item.show:not(.disabled):hover .story-item-layer {
  transform: scale(1.05) !important;
}

@media (min-width: 96em) {
  .story-item-circle {
    width: 25vw;
    height: 25vw;
  }
}

@media (max-width: 80em) {
  .story-item-circle {
    width: 250px;
    height: 250px;
  }
  .story-item-date {
    max-width: 250px;
  }
}

@media (max-width: 840px) {
  .story-item-circle {
    width: 216px;
    height: 216px;
    margin-left: auto;
    margin-right: auto;
  }
  .story-item::after {
    content: '';
    width: 1px;
    height: 37px;
    display: block;
    background: currentColor;
    opacity: 0.18;
    margin: 0 auto;
    margin-top: 25px;
  }
}

.map-marker {
  position: absolute;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.map-marker-name {
  display: block;
  margin-bottom: 15px;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.38px;
  z-index: 3;
}

.map-marker-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(247, 148, 30, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
}

.map-marker-circle::before {
  content: '';
  width: 10px;
  height: 10px;
  background: #F7941E;
  display: block;
  border-radius: 50%;
}

@media (max-width: 580px) {
  .map-marker-name {
    font-size: 12px;
  }
}

#marker-yobe {
  right: 25.5%;
  top: 8%;
}

@media (max-width: 64em) {
  #marker-yobe {
    right: 21.5%;
    top: 5%;
  }
}

@media (max-width: 480px) {
  #marker-yobe {
    right: 21.5%;
    top: -3%;
  }
}

#marker-bakassi {
  right: 45%;
  top: auto;
  bottom: 9%;
}

@media (max-width: 64em) {
  #marker-bakassi {
    right: 44%;
    bottom: 10%;
  }
}

@media (max-width: 480px) {
  #marker-bakassi {
    right: 40%;
    bottom: 12%;
  }
}

#marker-borno {
  right: 9.5%;
  top: 14%;
}

@media (max-width: 64em) {
  #marker-borno {
    right: 7.5%;
    top: 10%;
  }
}

@media (max-width: 480px) {
  #marker-borno {
    right: 4.5%;
    top: 3%;
  }
}

#marker-baga {
  right: 6%;
  top: -4%;
}

@media (max-width: 64em) {
  #marker-baga {
    right: 5%;
    top: -4%;
  }
}

@media (max-width: 480px) {
  #marker-baga {
    right: 2%;
    top: -5%;
  }
}

#marker-maiduguri {
  right: 9%;
  top: 10%;
}

@media (max-width: 64em) {
  #marker-maiduguri {
    right: 9%;
    top: 10%;
  }
}

@media (max-width: 480px) {
  #marker-maiduguri {
    right: 9%;
    top: 10%;
  }
}

#marker-adamawa {
  right: 14.5%;
  top: 37%;
}

@media (max-width: 64em) {
  #marker-adamawa {
    right: 10.5%;
    top: 36%;
  }
}

@media (max-width: 480px) {
  #marker-adamawa {
    right: 8.5%;
    top: 30%;
  }
}

#marker-michika {
  right: 14.5%;
  top: 37%;
}

@media (max-width: 64em) {
  #marker-michika {
    right: 10.5%;
    top: 36%;
  }
}

@media (max-width: 480px) {
  #marker-michika {
    right: 8.5%;
    top: 30%;
  }
}

#marker-gamburu-ngala {
  right: -8%;
  top: 3%;
}

@media (max-width: 64em) {
  #marker-gamburu-ngala {
    right: -8%;
    top: 3%;
  }
}

@media (max-width: 480px) {
  #marker-gamburu-ngala {
    right: -12%;
    top: 0%;
  }
}

#marker-bama {
  right: 6%;
  top: 14%;
}

@media (max-width: 64em) {
  #marker-bama {
    right: 6%;
    top: 14%;
  }
}

@media (max-width: 480px) {
  #marker-bama {
    right: 6%;
    top: 14%;
  }
}

#marker-sambisa {
  right: 6%;
  top: 15%;
}

@media (max-width: 64em) {
  #marker-sambisa {
    right: 6%;
    top: 15%;
  }
}

@media (max-width: 480px) {
  #marker-sambisa {
    right: 6%;
    top: 12%;
  }
}

#marker-monguno {
  right: 8%;
  top: 3%;
}

@media (max-width: 64em) {
  #marker-monguno {
    right: 8%;
    top: 3%;
  }
}

@media (max-width: 480px) {
  #marker-monguno {
    right: 8%;
    top: 0%;
  }
}

#marker-marte {
  right: 5%;
  top: 1%;
}

@media (max-width: 64em) {
  #marker-marte {
    right: 5%;
    top: 1%;
  }
}

@media (max-width: 480px) {
  #marker-marte {
    right: 5%;
    top: -2%;
  }
}

#marker-kulkawa {
  right: 7%;
  top: -6%;
}

@media (max-width: 64em) {
  #marker-kulkawa {
    right: 7%;
    top: -6%;
  }
}

@media (max-width: 480px) {
  #marker-kulkawa {
    right: 6%;
    top: -9%;
  }
}

.video-component {
  width: 100%;
  display: flex;
  position: relative;
  pointer-events: all;
  cursor: pointer;
}

.video-component::before {
  content: '';
  display: block;
  padding-bottom: 56.25%;
}

.video-component-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-position: center;
  background-size: cover;
}

.video-component-cover::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}

.video-component-icon {
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 2;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.video-component:hover .video-component-icon {
  transform: scale(1.2);
}

#popup {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  align-items: center;
  justify-content: center;
}

#popup .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: rgba(14, 14, 14, 0.7);
  pointer-events: all;
}

#popup-close {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 2;
  top: 0;
  right: -56px;
  cursor: pointer;
  background: #EFEDED;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.52, 0.04, 0.84, 0.62);
  pointer-events: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#popup-close img {
  width: 13px;
  height: 13px;
}

#popup-close.show {
  opacity: 1;
  pointer-events: all;
}

#popup-video-container {
  width: 85%;
  max-width: 1000px;
  position: relative;
  z-index: 1;
}

#popup-video-container::before {
  content: '';
  width: 100%;
  padding-bottom: 56.25%;
  display: block;
}

#popup video, #popup iframe {
  pointer-events: all;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

#popup video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#popup iframe {
  width: 100%;
  height: 100%;
  border: none;
}

#popup.show {
  display: flex;
}

@media (max-width: 480px) {
  #popup-close {
    top: -46px;
    right: 0;
  }
  #popup-video-container {
    width: calc(100% - 20px * 2);
  }
}

#popup-image {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  align-items: center;
  justify-content: center;
  color: #0E0E0E;
}

#popup-image .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: rgba(14, 14, 14, 0.7);
  pointer-events: all;
}

#popup-image-close {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 2;
  top: 0;
  right: -56px;
  cursor: pointer;
  background: #EFEDED;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.52, 0.04, 0.84, 0.62);
  pointer-events: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#popup-image-close img {
  width: 13px;
  height: 13px;
}

#popup-image-close.show {
  opacity: 1;
  pointer-events: all;
}

#popup-image-container {
  height: 80vh;
  max-height: 700px;
  position: relative;
  z-index: 1;
}

#popup-image-img {
  width: auto;
  height: 100%;
}

#popup-image.show {
  display: flex;
}

@media (max-width: 480px) {
  #popup-image-close {
    top: -46px;
    right: 0;
  }
}

body, html {
  color: #EFEDED;
}

#scroll-bar {
  mix-blend-mode: difference;
}

#nav {
  color: #0E0E0E;
}

#nav #nav-action:hover {
  background: black;
  color: #EFEDED;
}

#nav #nav-share:hover svg {
  fill: #EFEDED;
}

#nav #nav-share:hover svg .share-circle {
  fill: currentColor;
  stroke: currentColor;
}

#nav #menu-toggle:hover {
  background: currentColor;
}

#nav #menu-toggle:hover .menu-line {
  background: #EFEDED;
}

@media (max-width: 740px) {
  #nav-logo-text {
    max-width: 107px;
  }
  #nav-action {
    display: block;
    font-size: 9px;
    line-height: 27px;
    padding: 7px 9px;
  }
  #nav-share {
    display: none;
  }
}

#page {
  background: #0E0E0E;
}

#header {
  width: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  padding-top: 85vh;
  padding-bottom: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  z-index: 8;
  color: #0E0E0E;
  background: #EFEDED;
  pointer-events: all;
}

#header-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background-position: center;
  background-size: cover;
}

#header-svg {
  width: 100vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

#header-h1 {
  width: 90%;
  max-width: 1200px;
  font-family: 'Recife Display';
  font-weight: 300;
  font-size: 147px;
  line-height: 119px;
  letter-spacing: 3.15px;
  text-transform: uppercase;
  margin: 130px 0 0;
  z-index: 1;
  position: relative;
}

html[dir='rtl'] #header-h1 {
  font-family: 'Tajawal';
  font-weight: normal;
}

html[lang='ha'] #header-h1 {
  font-family: 'Noto Serif';
}

#header-info {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 47px;
  position: relative;
  z-index: 1;
  text-align: center;
  /*
    &-circle{
      width: 12px;
      height: 12px;
      background: #CDCBCB;
      display: block;
      border-radius: 50%;
      position: absolute;
      left: calc(50% - 6px);
    }
    .left{
      text-align: left;
    }
    .right{
      text-align: right;
    }
    */
}

#header-info .header-text {
  display: block;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.3px;
  opacity: 0.6;
}

@media (max-width: 64em) {
  #header-h1 {
    max-width: 650px;
    font-size: 107px;
    line-height: 89px;
  }
}

@media (max-width: 740px) {
  #header {
    padding-top: calc(50vh + 30vw - 41px);
    padding-bottom: 42px;
  }
  #header-h1 {
    width: calc(100% - 13px * 2);
    max-width: 400px;
    font-size: 46px;
    line-height: 42px;
    letter-spacing: 0.98px;
  }
  #header-info {
    margin-top: 30px;
  }
  #header-info .header-text {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.34px;
  }
  #header-image {
    /*
      transform-origin: 50% 50%;
      transform: scale(0.6);
      */
  }
}

@media (max-width: 430px) {
  #header {
    padding-top: calc(50vh + 130px - 41px);
  }
}

.section-image-full {
  width: 100%;
  padding: 42px 0;
  text-align: center;
  color: white;
}

.section-image-full .container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.section-image-full-img {
  width: 100%;
  min-height: 90vh;
  min-height: calc(var(--vh, 1vh) * 90);
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.section-image-full-text {
  width: 90%;
  max-width: 850px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translateX(-50%) translateY(-50%);
  font-family: 'Recife Text';
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 54px;
  letter-spacing: 0.85px;
  margin: 0;
}

html[dir='rtl'] .section-image-full-text {
  font-family: 'Tajawal';
}

html[lang='ha'] .section-image-full-text {
  font-family: 'Noto Serif';
}

@media (max-width: 740px) {
  .section-image-full-text {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0.47px;
  }
}

.text-left {
  margin-right: 95px;
}

html[dir='rtl'] .text-left {
  margin-left: 95px;
  margin-right: 0;
}

.text-left-title {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  opacity: 0.55;
  transform-origin: 0% 0%;
  transform: rotate(-90deg) translateX(-100%);
  margin: 0;
}

html[dir='rtl'] .text-left-title {
  right: 0;
  left: auto;
  transform-origin: 100% 0%;
  transform: rotate(-90deg) translateX(0%) translateY(-100%);
}

.text-left-content {
  max-width: 510px;
  font-family: 'Recife Text';
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 0.1px;
  margin: 0;
  margin-left: 80px;
  margin-bottom: 24px;
}

html[dir='rtl'] .text-left-content {
  font-family: 'Tajawal';
  margin-left: 0;
  margin-right: 80px;
}

html[lang='ha'] .text-left-content {
  font-family: 'Noto Serif';
}

@media (max-width: 64em) {
  .text-left-title {
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 0.53px;
  }
  .text-left-content {
    max-width: 410px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.057px;
    margin-left: 40px;
    margin-bottom: 18px;
  }
  html[dir='rtl'] .text-left-content {
    margin-left: 0;
    margin-right: 40px;
  }
}

@media (max-width: 480px) {
  .text-left {
    margin-right: 0;
    margin-bottom: 16px;
  }
  html[dir='rtl'] .text-left {
    margin-left: 0;
  }
}

.section-map {
  padding: 100px 0;
}

.section-map .half-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  position: relative;
}

html[dir='rtl'] .section-map .half-container {
  margin-left: 0;
  margin-right: auto;
}

.section-map-image-container {
  width: calc(100% - 600px);
  max-width: 510px;
  position: relative;
  margin-top: 150px;
}

.section-map-image {
  width: 100%;
}

@media (max-width: 64em) {
  .section-map .half-container {
    display: block;
  }
  .section-map-image-container {
    width: calc(100% - 40px * 2);
    max-width: 525px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 480px) {
  .section-map {
    padding: 60px 0;
  }
}

.section-quote {
  text-align: center;
  padding: 40px 0;
}

.section-quote .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-quote-text {
  max-width: 970px;
  font-family: 'Recife Display';
  font-weight: normal;
  font-size: 61px;
  line-height: 84px;
  letter-spacing: 1.30714px;
  color: #EFEDED;
  margin: 0;
}

html[dir='rtl'] .section-quote-text {
  font-family: 'Tajawal';
}

html[lang='ha'] .section-quote-text {
  font-family: 'Noto Serif';
}

.section-quote-text::before, .section-quote-text::after {
  content: '';
  width: 1px;
  height: 90px;
  background: currentColor;
  display: block;
  margin: 0 auto;
}

.section-quote-text::before {
  margin-bottom: 40px;
}

.section-quote-text::after {
  margin-top: 40px;
}

@media (max-width: 64em) {
  .section-quote-text {
    max-width: 670px;
    font-size: 41px;
    line-height: 60px;
  }
}

@media (max-width: 480px) {
  .section-quote-text {
    width: calc(100% - 13px * 2);
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 0.55px;
  }
  .section-quote-text::before, .section-quote-text::after {
    height: 36px;
  }
  .section-quote-text::before {
    margin-bottom: 20px;
  }
  .section-quote-text::after {
    margin-top: 20px;
  }
}

.section-media {
  padding: 100px 0;
}

.section-media .half-container {
  display: flex;
  align-items: flex-start;
  position: relative;
}

html[dir='rtl'] .section-media .half-container {
  margin-left: 0;
  margin-right: auto;
}

.section-media .media-container {
  width: 420px;
}

.section-media .media-container:first-child:last-child {
  margin-left: 80px;
}

.section-media .text-left + .media-container {
  margin-top: 150px;
  margin-left: 80px;
}

html[dir='rtl'] .section-media .text-left + .media-container {
  margin-left: 0;
  margin-right: 80px;
}

.section-media .text-left + .container {
  margin-top: 150px;
  margin-left: 80px;
  width: 420px;
}

.section-media .media-text {
  display: block;
  max-width: 300px;
  font-weight: normal;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.45px;
  opacity: 0.55;
  margin: 0;
  margin-top: 18px;
}

.section-media .expandable-image {
  cursor: pointer;
}

html[dir='rtl'] .section-media .expandable-image {
  margin-left: 0;
  /*margin-right: 80px;*/
}

.section-media .expandable-image-content {
  width: 100%;
  position: relative;
  pointer-events: all;
}

.section-media .expandable-image-content::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.42);
}

.section-media .expandable-image-img {
  width: 100%;
  height: auto;
  z-index: 0;
  position: relative;
}

.section-media .expandable-image-icon {
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 2;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.section-media .expandable-image:hover .expandable-image-icon {
  transform: scale(1.2);
}

@media (min-width: 96em) {
  .section-media .text-left + .media-container {
    max-width: 550px;
    width: 40%;
    margin-left: 10%;
  }
  html[dir='rtl'] .section-media .text-left + .media-container {
    margin-left: 0;
    margin-right: 10%;
  }
}

@media (max-width: 80em) {
  .section-media .text-left + .container,
  .section-media .text-left + .media-container {
    margin-top: 50px;
  }
}

@media (max-width: 64em) {
  .section-media .media-container:first-child:last-child {
    margin-top: 24px;
    margin-left: 40px;
  }
  html[dir='rtl'] .section-media .media-container:first-child:last-child {
    margin-left: 0;
    margin-right: 40px;
  }
}

@media (max-width: 60.625em) {
  .section-media .media-container:first-child:last-child {
    width: 300px;
  }
}

@media (max-width: 740px) {
  .section-media .half-container {
    display: block;
  }
  .section-media .text-left + .container,
  .section-media .media-container {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .section-media .text-left + .container:first-child:last-child,
  .section-media .media-container:first-child:last-child {
    margin-top: 34px;
  }
  .section-media .expandable-image {
    pointer-events: none !important;
  }
  .section-media .expandable-image-content::after {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .section-media .expandable-image-icon {
    display: none;
  }
}

@media (max-width: 480px) {
  .section-media {
    padding: 60px 0;
  }
}

.section-disclamer {
  margin-top: 60px;
  margin-bottom: 0px;
  color: white;
  text-align: center;
}

.section-disclamer-text {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.26px;
  text-transform: uppercase;
}

@media (max-width: 480px) {
  .section-disclamer {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

.section-action {
  width: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  padding-top: 210px;
  padding-bottom: 190px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
}

.section-action-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}

.section-action-image {
  width: 33%;
  height: 70%;
  min-height: 74vh;
  max-height: 74vh;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 32%;
  transform: translateX(-50%) translateY(-50%);
}

.section-action-h2 {
  max-width: 1000px;
  font-family: 'Recife Display';
  font-weight: normal;
  font-size: 60px;
  line-height: 72px;
  letter-spacing: 1.28px;
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}

html[dir='rtl'] .section-action-h2 {
  font-family: 'Tajawal';
}

html[lang='ha'] .section-action-h2 {
  font-family: 'Noto Serif';
}

.section-action-h2 .underline {
  text-decoration: underline;
}

.section-action-button {
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #F7941E;
  z-index: 2;
  cursor: pointer;
  pointer-events: all;
}

.section-action-button::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  border: 1px solid #F7941E;
  border-radius: 50%;
  transition: background 0.3s ease-in;
}

.section-action-button-text {
  display: block;
  max-width: 165px;
  white-space: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.3px;
  position: relative;
  z-index: 1;
}

.section-action-button:hover {
  color: #0E0E0E;
}

.section-action-button:hover::before {
  background: #F7941E;
}

.section-action-credits {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
}

.section-action-credits::before, .section-action-credits::after {
  content: '';
  width: 12px;
  height: 12px;
  background: currentColor;
  display: inline-block;
  border-radius: 50%;
}

.section-action-credits-text {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.26px;
  display: flex;
  align-items: flex-start;
}

.section-action #show-credits {
  display: inline-block;
  color: white;
  font-weight: normal;
  pointer-events: all;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin-left: 4px;
  padding-bottom: 4px;
}

.section-action #show-credits::after {
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  display: block;
  position: absolute;
  bottom: 0;
}

.section-action #show-credits:hover::after {
  animation: a-underline 2s cubic-bezier(0.46, 0.08, 0, 1);
}

@media (max-width: 64em) {
  .section-action-image {
    width: 410px;
  }
  .section-action-h2 {
    max-width: 670px;
    font-size: 41px;
    line-height: 60px;
  }
}

@media (max-width: 740px) {
  .section-action {
    padding-bottom: 130px;
  }
  .section-action-image {
    width: calc(100vw - 13px * 2);
    height: 80vh;
    min-height: 80vh;
    max-height: 80vh;
    top: 50%;
  }
  .section-action-h2 {
    max-width: 270px;
    font-size: 26px;
    line-height: 34px;
    letter-spacing: 0.55px;
    margin-bottom: 40px;
  }
  .section-action-credits {
    bottom: 20px;
    justify-content: center;
  }
  .section-action-credits::before, .section-action-credits::after {
    content: none;
    display: none;
  }
}

@media (max-width: 480px) {
  .section-action {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 80px;
  }
  .section-action-container {
    padding: 40px 0;
  }
  .section-action-image {
    height: 100%;
    max-height: none;
    min-height: auto;
  }
  .section-action-h2 {
    width: calc(100% - 30px);
    max-width: 380px;
    margin-top: 0;
  }
}

#footer {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  text-align: center;
  position: relative;
  overflow: hidden;
  background: #EFEDED;
  color: black;
}

#footer .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

#footer-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background-position: center;
  background-size: cover;
}

#footer-next-image {
  width: 70vh;
  height: 70vh;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(15%);
  z-index: 1;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  opacity: 0.4;
}

#footer-h2 {
  max-width: 470px;
  font-family: 'Recife Display';
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 72px;
  letter-spacing: 1.28px;
  margin: 0;
}

html[dir='rtl'] #footer-h2 {
  font-family: 'Tajawal';
}

html[lang='ha'] #footer-h2 {
  font-family: 'Noto Serif';
}

#footer-date {
  max-width: 850px;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.34px;
  opacity: 0.6;
  margin: 0;
  margin-top: 18px;
  display: none;
}

#footer-scroll {
  max-width: 175px;
  display: block;
  margin: 0 auto;
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  font-size: 16px;
  font-weight: normal;
  line-height: 19px;
  letter-spacing: 0.342857px;
  text-transform: uppercase;
  cursor: pointer;
  pointer-events: all;
}

#footer-scroll-text-mobile {
  display: none;
}

#footer-scroll::after {
  content: '';
  width: 1px;
  height: 76px;
  display: block;
  background: currentColor;
  margin-top: 20px;
  pointer-events: none;
  position: relative;
  left: 50%;
}

html[dir='rtl'] #footer-scroll::after {
  margin-right: auto;
}

#footer.unpublished #footer-h2 {
  max-width: 850px;
}

#footer.unpublished #footer-date {
  display: block;
}

@media (max-width: 580px) {
  #footer-next-image {
    width: 50vh;
    height: 50vh;
  }
  #footer-h2 {
    max-width: 260px;
    font-size: 30px;
    line-height: 42px;
    letter-spacing: 1.18px;
  }
  #footer-date {
    max-width: 260px;
    font-size: 14px;
    line-height: 16px;
  }
  #footer-scroll {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.3px;
  }
  #footer-scroll-text-mobile {
    display: block;
  }
  #footer-scroll-text-desktop {
    display: none;
  }
  #footer-scroll::after {
    height: 40px;
  }
}

@media (max-width: 374px) {
  #footer-h2 {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 1.18px;
  }
}

#toolbar-administration, nav.tabs {
    display: none;
}

@media only screen and (min-width: 1100px) and (max-width: 1400px) {
  .section-media .media-container:first-child:last-child {
    /*margin-left: 0;*/
  }
}

@media (max-width: 767px) {
  #header-h1 {
    margin-top: 80px;
  }
}

@media (max-width: 420px) {
  #header-h1 {
    margin-top: 60px;
  }
}


