@charset "UTF-8";
.template-2025-section .navigation {
  display: none;
  padding: 0 5.5rem;
}
@media (min-width: 800px) {
  .template-2025-section .navigation {
    display: block;
  }
}
.template-2025-section .navigation ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  gap: 0.25rem;
  text-align: center;
}
.template-2025-section .navigation ul li {
  border-bottom: 4px solid #FFFFFF;
}
.template-2025-section .navigation ul li a {
  display: inline-block;
  padding: 1rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: inherit;
  text-decoration: inherit;
}
.template-2025-section .navigation ul li.active, .template-2025-section .navigation ul li:hover {
  color: #2dbad6;
  border-bottom: 4px solid #2dbad6;
}
@media (min-width: 800px) {
  .template-2025-section .breadcrumb {
    display: none;
  }
}
.template-2025-section .breadcrumb ul {
  display: flex;
  flex-direction: row;
  padding: 0.5rem 1rem;
  background-color: #eeeeef;
  list-style: none;
}
.template-2025-section .breadcrumb ul li {
  display: flex;
  align-items: center;
}
.template-2025-section .breadcrumb ul li:not(:last-child)::after {
  content: "〉";
  font-size: 1rem;
  margin: 0 0.5rem;
  color: rgb(89.25, 89.25, 89.25);
}
.template-2025-section .breadcrumb ul li a {
  display: flex;
  align-items: center;
  color: #000000;
  text-decoration: none;
}
.template-2025-section .breadcrumb ul li a svg {
  height: 1rem;
}
.template-2025-section .main-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #2dbad6;
  color: #FFFFFF;
}
@media (min-width: 800px) {
  .template-2025-section .main-card {
    flex-direction: row;
    height: 500px;
  }
}
@media (min-width: 800px) {
  .template-2025-section .main-card .image {
    flex: 1 1 60%;
    clip-path: polygon(0 0, calc(100% - 65px) 0, 100% 40%, calc(100% - 45px) 100%, 0 100%);
    overflow: hidden;
  }
}
.template-2025-section .main-card .image img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 800px) {
  .template-2025-section .main-card .image img {
    height: 500px;
  }
}
.template-2025-section .main-card .content-wrapper {
  padding: 2rem;
}
@media (min-width: 800px) {
  .template-2025-section .main-card .content-wrapper {
    flex: 1 1 40%;
    padding: 0 1rem 4rem 1rem;
  }
}
.template-2025-section .main-card .content-wrapper .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
  max-width: 400px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}
.template-2025-section .main-card .content-wrapper .content h1 {
  font-weight: 700;
}
.template-2025-section .main-card .content-wrapper .content p {
  font-size: 1.1rem;
}
.template-2025-section .cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 2rem 0;
  background-color: #eeeeef;
}
@media (min-width: 400px) {
  .template-2025-section .cards {
    padding: 3rem 0.5rem;
  }
}
@media (min-width: 660px) {
  .template-2025-section .cards {
    padding: 4rem 1rem;
  }
}
.template-2025-section .cards .card-row {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex-wrap: wrap;
  width: calc(100% - 2rem);
  max-width: 1080px;
}
@media (min-width: 800px) {
  .template-2025-section .cards .card-row {
    flex-direction: row;
  }
}
.template-2025-section .cards .card-row .card {
  position: relative;
  transition: 0.25s box-shadow;
}
.template-2025-section .cards .card-row .card::after {
  content: "Lue lisää";
  opacity: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.25rem 0.5rem;
  transition: 0.5s opacity;
  background-color: #2dbad6;
  color: #FFFFFF;
  font-weight: 700;
}
.template-2025-section .cards .card-row .card:hover {
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
}
.template-2025-section .cards .card-row .card:hover::after {
  opacity: 1;
}
.template-2025-section .cards .card-row .card {
  flex: 1 0 calc(33.3333333333% - 2rem);
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  color: inherit;
  text-decoration: inherit;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media not all and (min-width: 800px) {
  .template-2025-section .cards .card-row .card.small {
    flex-direction: row;
  }
  .template-2025-section .cards .card-row .card.small .content {
    padding: 1rem;
  }
}
.template-2025-section .cards .card-row .card .image {
  transition: 0.25s all;
}
.template-2025-section .cards .card-row .card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.template-2025-section .cards .card-row .card .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem 2rem 2rem 2rem;
  text-align: center;
}
.template-2025-section .cards .card-row .card .content h2 {
  font-size: 1.25rem;
}
.template-2025-section .cards .card-row .card .content .category {
  color: #565c60;
}

/*# sourceMappingURL=template-section.css.map */
