@font-face {
  font-family: 'Impact';
  src: url('/modules/custom/wpages/assets/fonts/Impact.eot');
  src: url('/modules/custom/wpages/assets/fonts/Impact.eot?#iefix') format('embedded-opentype'),
  url('/modules/custom/wpages/assets/fonts/Impact.woff2') format('woff2'),
  url('/modules/custom/wpages/assets/fonts/Impact.woff') format('woff'),
  url('/modules/custom/wpages/assets/fonts/Impact.ttf') format('truetype'),
  url('/modules/custom/wpages/assets/fonts/Impact.svg#Impact') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.gynaikoktonies {
  font-family: Averta, serif;
}
.gynaikoktonies img {
  display: block;
}
.gynaikoktonies .section {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.gynaikoktonies__intro {
  padding-left: 16px;
  padding-right: 16px;
  min-height: 100vh;
  background-size: cover;
  background-position: bottom center;
}
@media (min-width: 769px) {
  .gynaikoktonies__intro {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.gynaikoktonies__intro header {
  border-bottom: solid 4px #C69090;
  padding: 16px 0;
  margin-top: 0;
  margin-bottom: auto;
  background: none;
}
@media (min-width: 769px) {
  .gynaikoktonies__intro header {
    padding: 28px 0;
  }
}
.gynaikoktonies__intro__text-area {
  margin-bottom: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1280px) {
  .gynaikoktonies__intro__hastag {
    width: 60vw;
  }
}
.gynaikoktonies__intro__title {
  font-size: clamp(50px, 14vw, 267px);
  line-height: 1.2;
  padding: 30px 0;
  font-family: "Impact";
}
@media (min-width: 769px) {
  .gynaikoktonies__intro__title {
    padding: 70px 0;
  }
}
.gynaikoktonies__intro p {
  max-width: 1200px;
  display: block;
  font-size: 23px;
  line-height: 1.5;
  font-weight: bold;
  text-transform: none;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 7px;
  letter-spacing: -0.05em;
}
@media (min-width: 769px) {
  .gynaikoktonies__intro p {
    font-size: 23px;
  }
}
.gynaikoktonies main {
  background: #675353;
  background: linear-gradient(180deg, #675353 0%, #E5CDCD 100%);
  padding-bottom: 75px;
}
@media (min-width: 769px) {
  .gynaikoktonies main {
    padding-bottom: 150px;
  }
}
.gynaikoktonies article {
  z-index: 1;
}
.gynaikoktonies article .column figure {
  z-index: -1;
}
.gynaikoktonies article .column figure img {
  width: 100%;
}
.gynaikoktonies article .column .article-text {
  color: white;
  transition: ease-in-out all 0.3s;
  font-size: 16px;
  line-height: 1.2;
  padding-left: 32px;
  padding-right: 32px;
}
@media (min-width: 769px) {
  .gynaikoktonies article .column .article-text {
    font-size: 19px;
  }
}
.gynaikoktonies article .column .article-text:before {
  content: "";
  position: absolute;
  top: -32px;
  right: -16px;
  left: -16px;
  bottom: -32px;
  background-color: rgba(255, 255, 255, 0);
  z-index: -1;
  transition: ease-in-out all 0.3s;
}
@media (min-width: 769px) {
  .gynaikoktonies article .column .article-text:before {
    transform: translateX(-16px);
    right: -32px;
    left: -32px;
  }
}
.gynaikoktonies article .column .article-text .article-text__title {
  line-height: 1.2;
  font-family: "Impact";
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: solid 4px currentColor;
  font-size: 32px;
}
@media (min-width: 769px) {
  .gynaikoktonies article .column .article-text .article-text__title {
    font-size: 52px;
    min-width: 300px;
    border-bottom: solid 8px currentColor;
  }
}
.gynaikoktonies article .column .article-text a {
  color: black;
  margin-top: 24px;
  background-color: white;
  padding: 6px 12px;
  transition: ease-in-out background-color 0.3s, ease-in-out color 0.3s;
}
.gynaikoktonies article .column .article-text a:before {
  position: absolute;
  content: "";
  top: -16px;
  right: -16px;
  left: -16px;
  bottom: -16px;
}
@media (min-width: 769px) {
  .gynaikoktonies article .column .article-text a:before {
    top: -32px;
    right: -32px;
    left: -32px;
    bottom: -32px;
  }
}
.gynaikoktonies article .column .article-text:hover {
  color: black;
}
.gynaikoktonies article .column .article-text:hover:before {
  background-color: white;
}
.gynaikoktonies article .column .article-text:hover a {
  color: white;
  background-color: black;
}
.gynaikoktonies article:nth-child(even) .column:nth-child(1) {
  order: 1;
}
@media (min-width: 769px) {
  .gynaikoktonies article:nth-child(even) .column .article-text:before {
    transform: translateX(16px) !important;
  }
}
.gynaikoktonies article:not(:last-child) {
  margin-bottom: 75px;
}
@media (min-width: 769px) {
  .gynaikoktonies article:not(:last-child) {
    margin-bottom: 150px;
  }
}
.gynaikoktonies footer {
  border-top: solid 4px #C69090;
  padding: 16px 0;
  margin-top: 0;
  margin-bottom: auto;
  background: #E5CDCD;
  font-size: 18px;
}
@media (min-width: 769px) {
  .gynaikoktonies footer {
    padding: 28px 0;
    font-size: 25px;
  }
}
