:root {
  --black: #111827;
  --body: #374151;
  --primary: #173d64;
  --light: #f3f4f6;
  --lavender-white\<deleted\|variable-09fcd5eb\>: #f0f0fa;
  --white: white;
  --primary-light: #103153;
  --off-white\<deleted\|variable-77e46e26\>: #f1f2f6;
  --primary-dark: #c2410c;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: var(--black);
  letter-spacing: -.02px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3em;
}

h3 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3em;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3em;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3em;
}

p {
  color: var(--body);
  margin-top: 10px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45em;
}

a {
  color: var(--primary);
  text-decoration: underline;
  transition: opacity .35s;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: var(--body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65em;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 5px;
  font-weight: 600;
  display: block;
}

strong {
  color: var(--black);
  font-weight: 700;
}

blockquote {
  border-top: 1px none var(--light);
  border-bottom: 1px none var(--light);
  background-color: var(--lavender-white\<deleted\|variable-09fcd5eb\>);
  color: var(--black);
  text-align: left;
  background-image: url('../images/lainaus-merkki-musta.jpg');
  background-position: 20px 20px;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  border-left: 0 #000;
  border-radius: 0;
  margin: 20px auto;
  padding: 55px 45px 25px 25px;
  font-family: Poppins, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.5em;
}

.site-header {
  z-index: 999;
  background-color: var(--white);
  width: 100%;
  position: sticky;
  top: 0;
}

.navigation {
  background-color: #fff;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-wrapper {
  z-index: 2;
  align-items: center;
  max-width: 1366px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.nav-shadow {
  position: absolute;
  inset: 0%;
  box-shadow: 4px 4px 12px 6px #0000000f;
}

.header-left {
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.header-right {
  align-items: center;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.nav-logo {
  z-index: 2;
  object-fit: contain;
  height: 54px;
  margin-right: 30px;
}

.nav-menu {
  display: flex;
}

.nav-link {
  color: var(--black);
  letter-spacing: -.02px;
  border-bottom: 2px solid #0000;
  padding: 20px;
  font-size: 15px;
  line-height: 1em;
  text-decoration: none;
  transition: color .35s, transform .35s;
  display: inline-block;
}

.nav-link:hover {
  color: var(--primary);
  transform: translate(0, -2px);
}

.nav-link.w--current {
  color: var(--black);
}

.button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  border-radius: 50px;
  min-width: 150px;
  padding: 16px 32px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: opacity .35s, transform .35s;
  transform: translate(0);
}

.button:hover {
  transform: translate(0, -4px);
}

.button.large-button {
  min-width: 134px;
  padding: 15px 25px;
  font-size: 18px;
  line-height: 24px;
}

.button.password-bt {
  width: 100%;
  min-width: auto;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section.utility-size {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section.light-bg {
  background-color: var(--light);
}

.wrapper {
  z-index: 2;
  flex: 0 1260px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer-nav {
  z-index: 2;
  background-color: #0000;
}

.footer-list {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.footer-nav-item {
  color: var(--body);
  padding: .78em 1.7em .75em 0;
  font-size: .85em;
  line-height: 1.3em;
  text-decoration: none;
  display: block;
}

.footer-nav-item:hover {
  color: var(--primary);
}

.footer-nav-item.w--current {
  color: var(--body);
}

.footer-label {
  color: var(--black);
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: Poppins, sans-serif;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.3em;
}

.row {
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
}

.row.no-padding-bottom {
  padding-bottom: 0;
}

.off-white-bg {
  background-color: #f5f5f5;
}

.footer-bottom {
  border-top: 1px solid var(--light);
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-bottom.light-bg {
  background-color: var(--light);
}

.footer-left {
  float: left;
  display: inline-block;
}

.white-text, .white-text p {
  color: var(--white);
}

.burger-line {
  background-color: var(--primary);
  width: 24px;
  height: 2px;
  padding: 0;
}

.burger-line.first-line {
  margin-bottom: 5px;
}

.burger-line.middle-line {
  position: absolute;
}

.burger-line.last-line {
  margin-top: 12px;
}

.paragraph {
  color: var(--body);
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45em;
}

.paragraph.big-paragraph {
  font-size: 20px;
}

.page-title {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 80px;
  line-height: 1.1em;
}

.caption {
  color: var(--primary-light);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  text-decoration: none;
}

.caption.white-cap {
  color: var(--white);
  background-color: #f1f2f600;
}

.hero-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 560px;
  display: flex;
}

.hero-content.all-center {
  text-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.section-heading {
  font-size: 38px;
  line-height: 1.3em;
}

.bold-text {
  font-weight: 700;
}

.arrow-link-wrap {
  color: var(--black);
  align-items: center;
  margin-top: 15px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.button-wrapper {
  flex-direction: row;
  align-items: flex-start;
  margin-top: 25px;
  display: flex;
}

.h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3em;
  text-decoration: none;
}

.h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3em;
  text-decoration: none;
}

.h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
}

.h5.bold-text {
  font-weight: 600;
}

.block {
  border: 1px solid var(--light);
  background-color: var(--white);
  border-radius: 2px;
  flex-direction: column;
  padding: 35px 20px;
  text-decoration: none;
  display: flex;
}

.block._20-margin-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  font-size: 16px;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  border: 1px solid var(--light);
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 380px;
  padding: 40px 25px;
  display: flex;
  box-shadow: 4px 4px 11px 5px #0000000f;
}

.utility-page-form {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-field {
  background-color: var(--off-white\<deleted\|variable-77e46e26\>);
  border: 1px #000;
  border-radius: 3px;
  height: 50px;
  margin-bottom: 12px;
  padding: 10px 20px;
}

.text-field:focus {
  border-color: var(--primary-light);
}

.text-field.text-area {
  height: auto;
  min-height: 150px;
}

.case-study-item-v2 {
  margin-bottom: 20px;
  text-decoration: none;
}

.team-item {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 400px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.accordion-trigger {
  border: 1px solid var(--light);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 10px 3px 10px 20px;
  transition: transform .35s;
  display: flex;
  transform: translate(0);
}

.accordion-trigger:hover {
  transform: translate(0, -3px);
}

.form-2-col-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

.field-label {
  margin-bottom: 7px;
  font-size: 15px;
  font-weight: 500;
}

.contact-v2-col-grid {
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.4fr .8fr;
}

.success-message {
  border: 1px solid var(--primary);
  background-color: var(--lavender-white\<deleted\|variable-09fcd5eb\>);
  color: var(--primary);
}

.error-message {
  color: red;
  background-color: #fff2f2;
  margin-top: 20px;
  font-weight: 500;
}

.hero {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 800px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.hero-gradient {
  z-index: 1;
  background-image: linear-gradient(45deg, var(--primary), var(--primary-light));
  opacity: .8;
  display: none;
  position: absolute;
  inset: 0%;
}

.hero-image {
  z-index: -2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.event-item {
  margin-bottom: 30px;
}

.footer {
  border-top: 1px solid var(--light);
  padding-top: 60px;
  padding-bottom: 0;
  position: relative;
}

.nav-row {
  padding-bottom: 0;
  padding-left: 52px;
  padding-right: 52px;
}

._20-margin-bottom {
  margin-bottom: 20px;
}

.space {
  height: 24px;
}

.space._80 {
  height: 80px;
}

.contact-link {
  text-decoration: none;
}

.content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  max-width: 100%;
  display: flex;
}

.div-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.div-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  flex-flow: column;
  padding: 32px;
}

.div-block-3 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.div-block-4 {
  max-width: 100%;
}

.service-image {
  background-color: var(--primary);
  width: 60px;
  height: 60px;
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 18px 15px;
  display: flex;
}

.div-block-5 {
  z-index: -1;
  opacity: .2;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-6 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-partner-link:hover {
  opacity: .8;
}

.image {
  width: 100%;
  margin-top: 4rem;
}

@media screen and (min-width: 1280px) {
  .nav-wrapper {
    max-width: 1500px;
  }
}

@media screen and (max-width: 991px) {
  .site-header {
    position: relative;
  }

  .nav-menu {
    background-color: var(--white);
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    box-shadow: 4px 4px 12px 6px #0000000f;
  }

  .nav-link {
    border-bottom-color: var(--lavender-white\<deleted\|variable-09fcd5eb\>);
    display: block;
  }

  .footer-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .menu-button {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 44px;
    height: auto;
    margin-right: 20px;
    padding: 10px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .page-title {
    font-size: 64px;
  }

  .team-item {
    height: 375px;
  }

  .contact-v2-col-grid {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .event-item {
    margin-bottom: 65px;
  }

  .nav-row {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }

  .nav-menu {
    padding-right: 20px;
  }

  .nav-link {
    border-bottom-color: var(--lavender-white\<deleted\|variable-09fcd5eb\>);
  }

  .nav-link:hover {
    border-bottom-color: var(--lavender-white\<deleted\|variable-09fcd5eb\>);
    color: var(--black);
    transform: none;
  }

  .button {
    transition-property: none;
    transform: none;
  }

  .button:hover {
    transform: none;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-list {
    grid-template-columns: 1fr 1fr;
  }

  .row {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-left {
    float: none;
    width: 100%;
    display: block;
  }

  .mobile-hidden {
    display: none;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
  }

  .paragraph.big-paragraph {
    font-size: 17px;
  }

  .page-title {
    font-size: 54px;
  }

  .section-heading {
    font-size: 32px;
  }

  .arrow-link-wrap {
    padding-right: 0;
  }

  .accordion-trigger:hover {
    border-color: var(--light);
    transform: none;
    box-shadow: 1px 1px 12px 1px #38404c05;
  }

  .form-2-col-grid {
    grid-template-columns: 1fr;
  }

  .footer {
    padding-top: 60px;
  }

  .nav-row {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 38px;
  }

  .nav-logo {
    height: 50px;
  }

  .button {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-list {
    grid-column-gap: 2rem;
  }

  .menu-button {
    margin-right: 0;
  }

  .page-title {
    font-size: 42px;
  }

  .section-heading {
    font-size: 28px;
  }

  .button-wrapper {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .utility-page-wrap, .utility-page-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-item {
    height: 235px;
  }

  .hero {
    min-height: 50vh;
  }

  .div-block-3 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .div-block-6 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

#w-node-_989a41d0-6f68-7b4f-2bd3-5315609fbf8c-609fbf78, #w-node-_989a41d0-6f68-7b4f-2bd3-5315609fbf90-609fbf78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_989a41d0-6f68-7b4f-2bd3-5315609fbf94-609fbf78, #w-node-_989a41d0-6f68-7b4f-2bd3-5315609fbf98-609fbf78 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c2e10c8b-2f39-4482-6f22-4bfed084e2dc-609fbf78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_989a41d0-6f68-7b4f-2bd3-5315609fbf94-609fbf78, #w-node-_989a41d0-6f68-7b4f-2bd3-5315609fbf98-609fbf78 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_65d8006b-dd6b-5350-6c59-91d8e1f28b04-1d17f5a2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


