@charset "UTF-8";
.template-2025-section .navigation {
  display: none;
  padding: 0 1.5rem;
}
@media (min-width: 800px) {
  .template-2025-section .navigation {
    display: block;
  }
}
@media (min-width: 1080px) {
  .template-2025-section .navigation {
    padding: 0 5.5rem;
  }
}
.template-2025-section .navigation ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  gap: 0.25rem;
  position: relative;
  text-align: center;
}
.template-2025-section .navigation ul .nav-underline {
  position: absolute;
  height: 4px;
  background-color: #2dbad6;
  opacity: 0;
  pointer-events: none;
  transition: left 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), width 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.2s ease;
}
.template-2025-section .navigation ul .nav-underline.visible {
  opacity: 1;
}
.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;
}
@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: "";
  display: inline-block;
  width: 6px;
  height: 14px;
  margin: 0 0.5rem 0 0.5rem;
  background-color: rgb(127, 127, 127);
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 14' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><path d='M1 1l4 6-4 6'/></svg>") center/contain no-repeat;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 14' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><path d='M1 1l4 6-4 6'/></svg>") center/contain no-repeat;
}
.template-2025-section .breadcrumb ul li a {
  display: flex;
  align-items: center;
  padding: 0.25rem 0;
  color: #000000;
  text-decoration: none;
}
.template-2025-section .breadcrumb ul li a svg {
  height: 1rem;
  margin-top: -2px;
  margin-right: 2px;
}
.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;
  }
}
.template-2025-section .main-card .image {
  --my: 0.5;
}
@media (min-width: 800px) {
  .template-2025-section .main-card .image {
    flex: 1 1 60%;
    clip-path: polygon(0 0, calc(100% - 65px - var(--my) * 20px + var(--mx) * 15px) 0, calc(100% - (1 - var(--mx)) * 8px) calc(35% + var(--my) * 10%), calc(100% - 65px + var(--my) * 20px + var(--mx) * 15px) 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 1 calc((100% - 1rem) / 2);
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  color: inherit;
  text-decoration: inherit;
  border-radius: 0.5rem;
  overflow: hidden;
}
.template-2025-section .cards .card-row .card.small {
  flex: 0 0 calc((100% - 2rem) / 3);
}
@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 {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%, 0 100%);
  transition: clip-path 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.template-2025-section .cards .card-row .card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.template-2025-section .cards .card-row .card:hover .image {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 40px), 0 100%);
}
.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;
}
.template-2025-section .cards .card-row .card .content {
  min-width: 160px;
}

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