body .content {
  overflow: visible;
}

.layout_preset {
  background: transparent !important;
}

.layout_cta {
  background: transparent !important;
}

.l-cta {
  position: relative;
  z-index: 1;
}
.l-cta__box {
  padding: 5em;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply, screen;
  background-image: radial-gradient(circle at 50% 54%, #736853, rgba(115, 104, 83, 0.43) 16%, rgba(115, 104, 83, 0.22) 55%), linear-gradient(to bottom, rgba(115, 104, 83, 0.31), rgba(115, 104, 83, 0.21));
}
@media (max-width: 991.98px) {
  .l-cta__box {
    padding: 3em;
  }
}
@media (max-width: 575.98px) {
  .l-cta__box {
    padding: 2em;
  }
}
.l-cta__background {
  position: absolute;
  background-image: url("/wp-content/themes/elkiosko/img/cta-img.png");
  background-size: cover;
  width: 100%;
  height: 100%;
  filter: grayscale(1);
}
.l-cta__image {
  max-width: 200px;
  margin-bottom: 2.75rem;
}
@media (max-width: 991.98px) {
  .l-cta__image {
    margin-bottom: 1.75rem;
  }
}
@media (max-width: 767.98px) {
  .l-cta__image {
    max-width: 150px;
  }
}
.l-cta__flex-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-cta__pretitle {
  color: #ffffff;
  font-family: "Hellenic Typewriter", sans-serif;
  font-size: 1.625em;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 991.98px) {
  .l-cta__pretitle {
    font-size: 1.25em;
  }
}
.l-cta__title {
  color: #ffffff;
  font-family: "Tolyer X 6", serif;
  font-size: 5.625em;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 1499.98px) {
  .l-cta__title {
    font-size: 4.5em;
  }
}
@media (max-width: 991.98px) {
  .l-cta__title {
    font-size: 3.75em;
  }
}
@media (max-width: 767.98px) {
  .l-cta__title {
    font-size: 3em;
  }
}
@media (max-width: 575.98px) {
  .l-cta__title {
    font-size: 2.5em;
  }
}
.l-cta__description {
  color: #ffffff;
  font-family: "Hellenic Typewriter", sans-serif;
  font-size: 1.25em;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .l-cta__description {
    font-size: 1.125em;
  }
}
.l-cta__row-container {
  display: flex;
  flex-direction: row;
}
@media (max-width: 991.98px) {
  .l-cta__row-container {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.l-cta__button {
  margin-top: 1.25rem;
  cursor: pointer;
}