/** Config */

/**
 * Variables
 */

/**
 * External
 */

/** FONTS */

@font-face {
  font-family: "GilroyRegular";

  src: url("../fonts/Gilroy-Regular.otf"), url("../fonts/Gilroy-Regular.woff") format("woff");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "GilroyBold";

  src: url("../fonts/Gilroy-Bold.otf"), url("../fonts/Gilroy-Bold.woff") format("woff");

  font-weight: bold;

  font-style: normal;
}

@font-face {
  font-family: "GilroyMedium";

  src: url("../fonts/Gilroy-Medium.otf"), url("../fonts/Gilroy-Medium.woff") format("woff");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "GilroyLight";

  src: url("../fonts/Gilroy-Light.otf"), url("../fonts/Gilroy-Light.woff") format("woff");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "GilroySemibold";

  src: url("../fonts/Gilroy-Semibold.otf"), url("../fonts/Gilroy-Semibold.woff") format("woff");

  font-weight: normal;

  font-style: normal;
}

/** Common */

/**
 * Global
 */

html,
body {
  font-family: "GilroyRegular";
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.inner-padding {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 1024px) {
  .inner-padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1280px) {
  .inner-padding {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

footer {
  font-family: "GilroySemibold";
}

footer p {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.block-sisaltoeditori a {
  color: #509cd5;
  text-decoration: underline;
}

.block-header .background {
  position: relative;
}

.block-header .background .overlay {
  background-color: rgba(60, 147, 204, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (min-width: 1024px) {
  .block-header .background .overlay {
    background-color: rgba(60, 147, 204, 0.4);
  }
}

.block-header .background .nauha {
  position: absolute;
  display: block;
  margin: 0 auto;
  bottom: 10%;
  left: 10%;
  max-width: 80%;
}

.block-header .container-wrapper .section-title {
  font-family: "GilroySemibold";
  font-size: 26px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .block-header .container-wrapper .section-title {
    font-size: 32px;
    line-height: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .block-header .container-wrapper .section-title {
    font-size: 52px;
    line-height: 66px;
  }
}

.block-sisaltoeditori .content p {
  line-height: 1.625;
  margin-bottom: 1rem;
}

@media (min-width: 1024px) {
  .block-sisaltoeditori .content p {
    margin-bottom: 1.5rem;
  }
}

.block-sisaltoeditori .content p {
  font-size: 20px;
}

.block-sisaltoeditori .content h2 {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .block-sisaltoeditori .content h2 {
    margin-bottom: 1rem;
  }
}

.block-sisaltoeditori .content h2 {
  color: #3c93cc;
  font-family: "GilroyMedium";
  font-size: 26px;
  line-height: 30px;
}

@media screen and (min-width: 1024px) {
  .block-sisaltoeditori .content h2 {
    font-size: 32px;
    line-height: 42px;
  }
}

.block-sisaltoeditori .content ol {
  display: flex;
  flex-direction: column;
  line-height: 1.625;
  list-style-position: inside;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  row-gap: 0.75rem;
}

@media (min-width: 1024px) {
  .block-sisaltoeditori .content ol {
    row-gap: 2rem;
  }
}

.block-sisaltoeditori .content ol {
  font-size: 20px;
  padding-left: 2rem;
  counter-reset: basic-counter;
}

.block-sisaltoeditori .content ol li {
  position: relative;
  padding-left: 20px;
  word-break: break-word;
  counter-increment: basic-counter;
}

.block-sisaltoeditori .content ol li::marker {
  display: none;
}

.block-sisaltoeditori .content ol li::before {
  content: counter(basic-counter);
  display: inline-block;
  width: 35px;
  color: white;
  height: 35px;
  background: rgba(60, 147, 204, 0.4);
  position: absolute;
  left: 0;
  text-align: center;
  font-family: "GilroySemibold";
  transform: translateX(-100%);
  border-radius: 50%;
  padding-top: 3px;
  z-index: -1;
}

.block-sisaltoeditori .content ul {
  display: flex;
  flex-direction: column;
  line-height: 1.625;
  list-style-position: inside;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  row-gap: 0.75rem;
  list-style: disc;
  font-size: 20px;
  padding-left: 2rem;
}

.block-sisaltoeditori .content ul li {
  position: relative;
  padding-left: 15px;
  word-break: break-word;
}

.block-sisaltonostot {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.block-sisaltonostot::after {
  content: "";
  background-color: rgba(60, 147, 204, 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.block-sisaltonostot .lifts .lift {
  transition: all 0.3s ease-out;
}

.block-sisaltonostot .lifts .lift:hover {
  cursor: pointer;
}

.block-sisaltonostot .lifts .lift:hover .caption {
  border-color: #3c93cc;
}

.block-sisaltonostot .lifts .lift .image {
  position: relative;
}

.block-sisaltonostot .lifts .lift .caption {
  border: 4px solid #e5e5e5;
  border-top: none;
  transition: all 0.3s ease-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.block-sisaltonostot .bottom-text .section-title {
  font-family: "GilroySemibold";
  font-size: 28px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
  .block-sisaltonostot .bottom-text .section-title {
    font-size: 38px;
    line-height: 42px;
  }
}

.block-yhteistyokumppanit .section-title {
  font-family: "GilroySemibold";
  font-size: 22px;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
  .block-yhteistyokumppanit .section-title {
    font-size: 28px;
    line-height: 32px;
  }
}

/** Components */

/**
 * Components
 */

/**
 * Button
 */

/** Partials */

/**
 * Header
 */

.brand {
  font-weight: bold;
}

.nav-primary ul li a {
  font-family: "GilroySemibold";
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.nav-primary ul li.current-menu-item a {
  position: relative;
}

.nav-primary ul li.current-menu-item a::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
  height: 50%;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.nav-mobile .menu-content {
  background-color: rgba(60, 147, 204, 0.95);
  opacity: 0;
  z-index: -10;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}

.nav-mobile ul li {
  text-align: center;
}

.nav-mobile ul li a {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-family: "GilroySemibold";
  color: white;
  transition: all 0.12s ease-out;
}

.nav-mobile ul li a:hover {
  text-decoration: none;
}

#menuToggle {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

#menuToggle a {
  text-decoration: none;
  color: #fff;
  transition: color 0.3s ease;
}

#menuToggle a:hover {
  color: fff;
}

#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  /* hide this */
  z-index: 21;
  /* and place it over the hamburger */
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */

#menuToggle span {
  display: block;
  width: 33px;
  height: 3px;
  margin-bottom: 4px;
  position: relative;
  background: white;
  border-radius: 3px;
  z-index: 20;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */

#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(2px, -5px);
  background: #fff;
}

/*
 * But let's hide the middle one.
 */

#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */

#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(2px, 6px);
}

#menuToggle input:checked ~ .menu-content {
  opacity: 1;
  z-index: 0;
  pointer-events: all;
}

#generator {
  position: relative;
}

#generator #canvas {
  position: relative;
}

#generator #textOverlay {
  position: absolute;
  top: 15%;
  left: 17%;
  width: 72%;
  max-height: 27%;
  height: 27%;
  padding: 10px;
  overflow: hidden;
  color: white;
  font-family: "GilroySemibold";
}

#generator #textOverlay span {
  color: white !important;
  font-family: "GilroySemibold" !important;
  -webkit-appearance: unset;
}

#generator #labelOverlay {
  position: absolute;
  top: 42%;
  left: 17%;
  width: 72%;
  max-height: 15%;
  height: 15%;
  padding: 10px;
  overflow: hidden;
  color: white;
  font-family: "GilroyBold";
  font-size: 40px;
}

#generator .options {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

#generator .options .preselected .texts {
  display: flex;
  flex-direction: column;
}

#generator .options .preselected .texts a {
  font-family: "GilroySemiBold";
  text-decoration: none;
  transition: all 0.12s ease-out;
  padding: 1rem;
}

#generator .options .preselected .texts a:hover {
  background-color: #3c93cc;
  color: white;
}

#generator .options .buttons {
  display: flex;
  align-items: center;
  gap: 1rem;
}

#generator .options .buttons button {
  background-color: #3c93cc;
}
/*# sourceMappingURL=app.css.map*/