/**
 * Foundation for Sites
 * Version 6.8.1
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/* 
 * makes ul/ol as a dropdown select (normaly in mobile)
 * Structure: div > title > list > li > a
*/
@keyframes redraw-underline {
  0% {
    background-size: 100% 0.0625rem;
    background-position: 100% 100%;
  }
  49% {
    background-size: 0% 0.0625rem;
    background-position: 100% 100%;
  }
  51% {
    background-size: 0% 0.0625rem;
    background-position: 0 100%;
  }
  99% {
    background-size: 100% 0.0625rem;
    background-position: 0 100%;
  }
  100% {
    background-size: 100% 0.0625rem;
    background-position: 100% 100%;
  }
}
/**==================================================================================================================================
BREAKPOINT
 ==================================================================================================================================*/
/**==================================================================================================================================
BREAKPOINT ENDS
==================================================================================================================================*/
span.edit-link {
  display: inline-block;
  background-color: yellow;
  font-weight: 700;
  position: fixed;
  left: 0;
  bottom: 3.125rem;
  transform: translateX(-45px);
  transition: all 0.2s;
}

span.edit-link a {
  display: block;
  padding: 0.9375rem;
}

span.edit-link:hover {
  transform: translateX(0);
}

.block-section.text-section .grid-container h2 {
  font-weight: 400;
  font-size: 5.5rem;
  line-height: 110%;
  max-width: 50%;
  color: #3d011b;
}

.block-section.text-section .grid-container p {
  font-weight: 400;
  font-size: 3rem;
  font-style: normal;
  line-height: 110%;
  color: #3d011b;
}

.block-section.text-section .grid-container a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.block-section.text-section .grid-container a span {
  color: #3d011b;
  leading-trim: both;
  text-edge: cap;
  font-size: 1.35rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.25rem;
  text-underline-offset: 0.4375rem;
}
