:root {
  --bg-blue-grey: #2a2e32;
  --white: white;
  --black: black;
}

.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;
}

.section {
  background-color: #2a2e32;
  min-height: 70vh;
  padding-top: 70px;
  padding-bottom: 70px;
}

.brand {
  width: 190px;
}

.container {
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  font-weight: 300;
  display: flex;
}

.nav-menu {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  margin-top: 9px;
  display: flex;
}

.kieli {
  margin-left: 7px;
  margin-right: 7px;
}

.navbar {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-link {
  text-transform: uppercase;
  border: 1px solid rgba(0, 0, 0, 0);
  align-items: center;
  padding: 7px 18px;
  font-family: Oswald, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  transition: border-color .1s, color .1s;
  display: flex;
}

.nav-link:hover, .nav-link.w--current {
  color: red;
  border-color: red;
}

.link-box-kieli:hover {
  opacity: 1;
}

.section-2 {
  border-top: 2px solid red;
  padding-top: 25px;
  padding-bottom: 35px;
}

.div-block {
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 300;
  display: flex;
}

.link-footer {
  color: #333;
  text-align: center;
  letter-spacing: 1px;
  margin: 7px auto;
  line-height: 23px;
  text-decoration: none;
  transition: color .1s;
}

.link-footer:hover {
  color: red;
}

.link-footer.www {
  margin-top: 35px;
}

.div-block-2 {
  color: #fff;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.div-block-3 {
  background-color: #fff;
  height: 1px;
  margin-bottom: 40px;
}

.heading-tietosiru {
  text-align: center;
  background-color: #d10303;
  width: 200px;
  margin: 30px auto 20px;
  font-weight: 300;
}

.paragraph {
  color: #fff;
  text-align: justify;
  width: 460px;
  margin: 15px auto;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.paragraph.white {
  color: #fff;
  text-align: left;
  width: auto;
  margin-left: 20px;
}

.div-block-4 {
  background-color: #fff;
  height: 1px;
  margin-top: 70px;
}

.home-image {
  margin-left: 6px;
  margin-right: 6px;
}

.div-block-5 {
  justify-content: center;
  margin-top: 30px;
  display: flex;
}

.div-block-6 {
  justify-content: center;
  max-width: 1100px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-7 {
  width: 370px;
}

.heading {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-left: 20px;
  font-family: Oswald, sans-serif;
  font-size: 35px;
  font-weight: 300;
}

.list-item {
  color: #fff;
  margin-top: 7px;
  margin-bottom: 7px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.div-block-8 {
  background-color: #fff;
  height: 1px;
  margin-top: 70px;
}

.div-block-9 {
  background-color: #fff;
  height: 1px;
  margin-bottom: 55px;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 60px;
}

.image-2 {
  max-width: none;
}

.image-2.flip180 {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.image-3, .image-4 {
  max-width: none;
}

.utility-page-wrap {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 400px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text-block {
  width: 260px;
  margin-top: 5px;
  font-size: 16px;
  line-height: 24px;
}

.heading-2 {
  font-family: Oswald, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 40px;
}

.text-block-2 {
  font-family: "Fa solid 900", sans-serif;
  font-size: 50px;
  line-height: 70px;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
  width: 630px;
  margin-left: 60px;
}

.div-block-10 {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.div-block-11 {
  justify-content: center;
  align-items: flex-start;
  width: 670px;
  margin-left: auto;
  margin-right: auto;
}

.image-5 {
  width: 160px;
  margin-top: 15px;
}

.div-block-12 {
  margin-left: 25px;
  margin-right: 25px;
}

.div-block-13 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 25px;
  margin-bottom: 50px;
  display: flex;
}

.div-block-14 {
  background-color: #fff;
  height: 1px;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 650px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.list {
  margin-top: 20px;
}

.image-6 {
  width: 180px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.image-email {
  width: 180px;
  height: auto;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-2 {
  color: #fff;
}

.div-block-15 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: flex;
}

@media screen and (max-width: 991px) {
  .section {
    background-color: var(--bg-blue-grey);
    min-height: auto;
    padding-top: 50px;
    padding-bottom: 90px;
  }

  .container {
    margin-bottom: 3px;
  }

  .nav-menu {
    background-color: #fff;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 10px 30px;
  }

  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link {
    justify-content: center;
    width: 250px;
    margin: 3px auto;
    font-size: 1.15rem;
  }

  .nav-link.w--current {
    justify-content: center;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .link-box-kieli {
    margin-top: 10px;
  }

  .div-block-2 {
    width: 630px;
  }

  .menu-button {
    padding: 14px;
    font-size: 30px;
  }

  .menu-button.w--open {
    background-color: var(--bg-blue-grey);
  }

  .div-block-6 {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }

  .div-block-7 {
    margin-bottom: 40px;
  }

  .grid {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-bottom: 75px;
  }

  .div-block-2 {
    width: 500px;
  }

  .paragraph {
    width: 380px;
    font-size: 18px;
  }

  .home-image {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-5 {
    flex-direction: column;
    align-items: center;
  }

  .menu-button.w--open {
    margin-right: 10px;
  }

  .grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .grid-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    width: auto;
    margin-left: 0;
  }

  .div-block-11 {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-3 {
    grid-template-columns: 1fr;
    justify-items: center;
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 35px;
  }

  .div-block-2 {
    width: auto;
    margin-left: 18px;
    margin-right: 18px;
  }

  .paragraph {
    width: auto;
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph.white {
    margin-left: 0;
    margin-right: 0;
    font-size: 18px;
  }

  .div-block-4 {
    margin-top: 50px;
  }

  .div-block-7 {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }

  .heading {
    margin-left: 0;
  }

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

  .div-block-13 {
    flex-direction: column;
    align-items: center;
  }

  .list-2 {
    padding-left: 20px;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Agencyfb';
  src: url('../fonts/AgencyFB-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Bureau agency fb';
  src: url('../fonts/Bureau-Agency-FB.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}