@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,300;1,400&display=swap");
* {
  margin: 0;
  padding: 0;
  font-family: 'Josefin Sans', sans-serif; }

body {
  font-size: 18px;
  line-height: 22px; }

html {
  scroll-behavior: smooth; }

h1, h2, h3, p, a {
  margin: 0;
  padding: 0; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container {
    max-width:  1140px; } }
.bto-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  max-width: 200px;
  background-color: #3B7171;
  color: #fff;
  border-radius: 25px;
  cursor: pointer;
  color: #fff !important;
  text-decoration: none !important;
  -webkit-transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
  .bto-btn:hover {
    -webkit-box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.5);
    box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.5); }
    .bto-btn:hover a {
      color: #fff !important;
      text-decoration: none !important; }
  .bto-btn a {
    color: #fff;
    text-decoration: none; }
  .bto-btn.full {
    max-width: none; }
  .bto-btn.center {
    margin: auto; }

.btn-dim {
  opacity: 0.7;
  color: #000; }
  .btn-dim:hover {
    color: #000; }

.bto-input {
  position: relative; }
  .bto-input label {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    color: #3B7171;
    background-color: #fff;
    transition: all 0.2s ease-in; }
    .bto-input label.active {
      top: 0; }
  .bto-input input {
    padding: 15px 30px;
    border: 1px solid #3B7171;
    background-color: #fff !important;
    border-radius: 8px;
    outline: none;
    font-size: 18px; }
    .bto-input input:focus {
      border: 1px solid #3B7171;
      background-color: #fff !important; }
  .bto-input input:-internal-autofill-selected {
    background-color: #fff !important; }

.bto-checkbox {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  font-weight: 400;
  margin-top: 10px; }
  .bto-checkbox label {
    margin: 0; }
    .bto-checkbox label a {
      color: #3B7171; }
      .bto-checkbox label a:hover {
        color: #3B7171; }
    .bto-checkbox label.active {
      font-weight: 600;
      color: #3B7171; }
  .bto-checkbox input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: transparent;
    border: 1px solid #3B7171;
    border-radius: 3px;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer; }
    .bto-checkbox input:after {
      position: absolute;
      z-index: +5;
      top: 2px;
      left: 3px;
      opacity: 0;
      width: 10px;
      height: 11px;
      line-height: 1; }
    .bto-checkbox input:disabled {
      border-color: #EFEFEF; }
      .bto-checkbox input:disabled:focus {
        border-color: #EFEFEF !important; }
    .bto-checkbox input:checked {
      border-color: #3B7171;
      background: #3B7171; }
      .bto-checkbox input:checked:after {
        opacity: 1; }
      .bto-checkbox input:checked:focus {
        border-color: #3B7171 !important; }
    .bto-checkbox input:focus, .bto-checkbox input:active {
      outline: none;
      border: 1px solid #3B7171 !important;
      box-shadow: none !important; }
  .bto-checkbox.disabled input {
    border-color: #EFEFEF; }
    .bto-checkbox.disabled input:focus {
      border-color: #3B7171 !important; }
    .bto-checkbox.disabled input:checked {
      border-color: #3B7171; }
  .bto-checkbox.checked input {
    border-color: #3B7171;
    background: #3B7171; }
    .bto-checkbox.checked input:focus {
      border-color: #3B7171 !important; }

.uploader .upload {
  position: relative;
  background: rgba(0, 0, 0, 0.02);
  width: 100%;
  padding: 70px 50px;
  border: 2px dashed #e3ebf6;
  border-radius: 8px;
  text-align: center;
  cursor: pointer; }
  .uploader .upload h3 {
    margin: 0; }
  .uploader .upload p {
    margin: 7px auto 13px; }
  .uploader .upload .btn {
    margin: auto; }
  .uploader .upload.active {
    border-color: #3B7171;
    background: rgba(0, 0, 0, 0.04); }
    .uploader .upload.active h3 {
      color: #3B7171; }
.uploader .uploadedfiles {
  display: none;
  margin-top: 30px; }
  .uploader .uploadedfiles .file {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px solid #eff3f8;
    border-radius: 8px;
    padding: 16px 20px 14px 20px;
    margin-bottom: 20px; }
    .uploader .uploadedfiles .file .bar {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      height: 100%;
      background: #f5f7fb; }
    .uploader .uploadedfiles .file:last-child, .uploader .uploadedfiles .file:only-child {
      margin-bottom: 0; }
    .uploader .uploadedfiles .file:hover {
      background: #fcfdfe;
      cursor: pointer; }
    .uploader .uploadedfiles .file a {
      color: #000;
      font-weight: 700;
      font-size: 14px; }
    .uploader .uploadedfiles .file p {
      margin: 0;
      color: #999; }
    .uploader .uploadedfiles .file.done .status {
      color: #8dbe92; }
    .uploader .uploadedfiles .file.done .progress .pause {
      display: none; }
    .uploader .uploadedfiles .file.done .progress .success {
      display: table; }
    .uploader .uploadedfiles .file.danger {
      border-color: #ffdeeb; }
      .uploader .uploadedfiles .file.danger .bar {
        width: 100% !important;
        background: #feeeee; }
      .uploader .uploadedfiles .file.danger .status {
        color: red; }
      .uploader .uploadedfiles .file.danger .progress .pause {
        display: none; }
      .uploader .uploadedfiles .file.danger .progress .remove {
        display: table; }
  .uploader .uploadedfiles .progress {
    width: 44px; }
    .uploader .uploadedfiles .progress p {
      z-index: 1;
      position: relative;
      display: table;
      margin: 0 auto;
      cursor: pointer;
      line-height: 1; }
      .uploader .uploadedfiles .progress p:before {
        position: absolute;
        content: '';
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
        width: 44px;
        height: 44px;
        margin-top: -2px;
        background: rgba(0, 0, 0, 0.08);
        border-radius: 50%; }
      .uploader .uploadedfiles .progress p svg {
        width: 20px;
        height: 20px;
        stroke-width: 4;
        stroke: #fff;
        fill: none;
        stroke-linecap: round;
        stroke-linejoin: round; }
      .uploader .uploadedfiles .progress p.pause svg {
        stroke: #999; }
      .uploader .uploadedfiles .progress p.pause:hover:before {
        background: rgba(0, 0, 0, 0.11); }
      .uploader .uploadedfiles .progress p.danger {
        display: none; }
        .uploader .uploadedfiles .progress p.danger svg {
          stroke: #f67d7B; }
        .uploader .uploadedfiles .progress p.danger:before {
          background: #fddbda; }
      .uploader .uploadedfiles .progress p.success {
        display: none; }
        .uploader .uploadedfiles .progress p.success svg {
          stroke: #8dbe92; }
        .uploader .uploadedfiles .progress p.success:before {
          background: #e8f2e9; }
  .uploader .uploadedfiles .remove {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    z-index: +5; }
    .uploader .uploadedfiles .remove .dropdown-toggle {
      border: 0;
      background: transparent;
      color: #999;
      font-size: 16px; }
    .uploader .uploadedfiles .remove .dropdown-menu {
      left: inherit;
      right: 0;
      padding: 0;
      overflow: hidden; }
      .uploader .uploadedfiles .remove .dropdown-menu li {
        padding: 12px; }
        .uploader .uploadedfiles .remove .dropdown-menu li:hover {
          background: #f5f7fb;
          cursor: pointer; }
  .uploader .uploadedfiles .filename {
    z-index: 1;
    flex: 1;
    overflow: hidden; }
    @media (max-width: 1024px) {
      .uploader .uploadedfiles .filename {
        word-break: break-all;
        padding-right: 14px; } }
    .uploader .uploadedfiles .filename p {
      font-size: 14px; }
.uploader .btn {
  border-radius: 30px; }
.uploader input {
  display: none; }
.uploader.hover .upload {
  background: rgba(0, 0, 0, 0.04);
  border-color: #3B7171; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 140;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  height: 100%;
  width: 100%;
  padding: 30px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media (min-width: 495px) {
    .modal {
      width: 100%; } }
  .modal.bounce .modal-content {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    animation-name: shake; }
  .modal .modal-content {
    position: relative;
    width: 100%;
    max-width: 992px;
    margin: auto;
    background: #fff;
    border-radius: 8px;
    opacity: 0;
    transition-delay: 0.2s;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
    @media (max-width: 450px) {
      .modal .modal-content {
        padding: 20px; } }
    .modal .modal-content .modal-header {
      position: relative;
      z-index: +2; }
      .modal .modal-content .modal-header .close {
        position: absolute;
        top: 45px;
        right: 45px;
        cursor: pointer; }
        @media (max-width: 700px) {
          .modal .modal-content .modal-header .close {
            top: 32px;
            right: 32px; } }
        .modal .modal-content .modal-header .close svg {
          width: 32px;
          height: 32px;
          stroke-width: 1px;
          stroke: gray;
          fill: none;
          stroke-linecap: round;
          stroke-linejoin: round; }
        .modal .modal-content .modal-header .close:hover svg {
          stroke: #000; }
    .modal .modal-content .modal-body {
      padding: 45px; }
      @media (max-width: 700px) {
        .modal .modal-content .modal-body {
          padding: 32px; } }
      @media (max-width: 450px) {
        .modal .modal-content .modal-body {
          padding: 15px; } }
      .modal .modal-content .modal-body.no-border {
        border-top: 0; }
    .modal .modal-content .modal-footer {
      padding: 16px 45px;
      background: #f5f7fb;
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px; }
      @media (max-width: 700px) {
        .modal .modal-content .modal-footer {
          padding: 16px 32px; } }
      @media (max-width: 450px) {
        .modal .modal-content .modal-footer {
          padding: 16px; } }
    .modal .modal-content .header {
      padding-bottom: 30px; }
      .modal .modal-content .header h1 {
        margin-bottom: 0;
        font-size: 28px;
        font-weight: 700;
        color: #3B7171; }
    .modal .modal-content .title {
      margin-bottom: 6px;
      font-size: 16px;
      font-weight: 700; }
    .modal .modal-content .description {
      display: table;
      max-width: 600px;
      margin: 15px 0;
      font-weight: 300;
      font-size: 13px;
      color: #000; }
  .modal.fullpage {
    padding: 0; }
    .modal.fullpage .modal-content {
      min-height: 100vh;
      max-width: 100%;
      border-radius: 0; }
  .modal.show {
    opacity: 1;
    visibility: visible;
    display: block; }
    .modal.show .modal-content {
      opacity: 1; }
  .modal .submit {
    display: flex;
    align-items: center;
    gap: 10px; }
    .modal .submit .btn {
      padding: 12px 24px;
      background: #3B7171;
      border-radius: 4px;
      color: #fff;
      cursor: pointer;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .modal .submit .btn:hover {
        background: #326060; }
      .modal .submit .btn.cancel {
        background: transparent;
        color: gray;
        margin: 0;
        cursor: pointer; }
        .modal .submit .btn.cancel:hover {
          background: transparent;
          text-decoration: underline; }

body.modal-open {
  overflow-y: hidden; }

@keyframes shake {
  0% {
    transform: translateX(0); }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    transform: translateX(2px) rotateY(3deg); }
  50% {
    transform: translateX(0); } }
.collapse {
  overflow: hidden;
  max-height: 0;
  display: block !important;
  -webkit-transition: max-height 0.5s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
  -ms-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out; }
  .collapse .content {
    box-sizing: border-box;
    padding: 10px 20px;
    background-color: #F4F7FF;
    font-size: 14px; }
  .collapse.collapsed {
    height: fit-content;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important; }

.collapsetoggler.flex {
  position: relative;
  display: flex !important;
  align-items: center;
  width: 100%;
  color: #3B7171;
  border: 1px solid #EFEFEF; }
  .collapsetoggler.flex svg {
    padding: 10px;
    stroke: #000; }
  .collapsetoggler.flex .status {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #EFEFEF;
    color: gray;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 5px; }
    @media (max-width: 500px) {
      .collapsetoggler.flex .status {
        font-size: 9px; } }
  .collapsetoggler.flex .switch {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%); }

.bto-switch {
  cursor: pointer; }
  .bto-switch input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    display: inline-block;
    width: 35px;
    height: 14px;
    background: gray;
    border: 1px solid #eee;
    border-radius: 20px;
    vertical-align: middle;
    top: -2px; }
    .bto-switch input:before {
      position: absolute;
      content: '';
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      width: 20px;
      height: 20px;
      background: gray;
      border-radius: 100%;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
      transition: left 0.2s ease-in; }
    .bto-switch input:after {
      position: absolute;
      content: attr(non);
      top: 50%;
      right: 100%;
      transform: translateY(-50%);
      padding-right: 5px; }
    .bto-switch input:checked {
      background: #b7dcd7; }
      .bto-switch input:checked:before {
        left: 15px;
        background: #3B7171; }
      .bto-switch input:checked:after {
        content: attr(chosen);
        left: 100%;
        right: initial;
        padding-left: 5px; }
    .bto-switch input:focus, .bto-switch input:active {
      outline: none;
      border: none !important;
      box-shadow: none !important; }

#nav {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 74px;
  box-sizing: border-box;
  padding: 0 50px;
  border-bottom: 1px solid #EFEFEF;
  background-color: #fff;
  z-index: 3;
  -webkit-box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.2);
  box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.2); }
  #nav .logo img {
    height: 40px;
    width: 40px; }
  #nav .list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px; }
    #nav .list .listitem {
      font-size: 16px;
      color: black;
      text-decoration: none; }
      #nav .list .listitem.active {
        color: #3B7171;
        font-weight: 900; }
  #nav svg {
    display: none; }
  #nav .mobilenav {
    position: fixed;
    top: 66px;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    width: 0;
    height: 100vh;
    background-color: #fff;
    border-left: 1px solid #EFEFEF;
    z-index: 2;
    transition: all 0.2s linear; }
    #nav .mobilenav.active {
      width: 250px;
      box-shadow: -5px 0px 5px 0px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: -5px 0px 5px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: -5px 0px 5px 0px rgba(0, 0, 0, 0.2); }
    #nav .mobilenav .mobilelist {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 15px;
      margin: auto; }
      #nav .mobilenav .mobilelist .listitem {
        font-size: 16px;
        color: black;
        text-decoration: none; }
        #nav .mobilenav .mobilelist .listitem.active {
          color: #3B7171;
          font-weight: 500; }

@media screen and (max-width: 990px) {
  #nav {
    padding: 15px 30px;
    height: 66px; }
    #nav .list {
      gap: 15px; }
      #nav .list .listitem {
        font-size: 14px; }
    #nav .btn {
      font-size: 14px;
      padding: 10px 20px; } }
@media screen and (max-width: 640px) {
  .list, .nav, .nav-btn {
    display: none !important; }

  svg {
    display: block !important; }

  .mobilebtn {
    display: block !important;
    margin-top: 20px; } }
.footer {
  position: relative;
  background-color: #F4F7FF;
  padding: 80px 50px;
  box-sizing: border-box;
  margin-top: 150px; }
  .footer .content {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 990px) {
      .footer .content {
        flex-direction: column;
        gap: 30px; } }
    .footer .content .left-column {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 30px; }
      @media screen and (max-width: 990px) {
        .footer .content .left-column {
          gap: 10px;
          align-items: center; } }
      .footer .content .left-column h3 {
        font-size: 24px; }
      .footer .content .left-column p {
        font-size: 13px;
        max-width: 50%; }
        @media screen and (max-width: 990px) {
          .footer .content .left-column p {
            margin: 0 auto 0 auto;
            text-align: center;
            max-width: 80%; } }
        @media screen and (max-width: 600px) {
          .footer .content .left-column p {
            margin: 0 auto 0 auto;
            text-align: center;
            max-width: 100%; } }
      .footer .content .left-column .contact {
        width: fit-content;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        margin-top: 20px; }
        .footer .content .left-column .contact a {
          color: #3B7171;
          font-weight: 600; }
        .footer .content .left-column .contact .circle {
          height: 5px;
          width: 5px;
          border-radius: 100%;
          background-color: #3B7171; }
        @media screen and (max-width: 990px) {
          .footer .content .left-column .contact {
            margin: 0; } }
        @media screen and (max-width: 400px) {
          .footer .content .left-column .contact {
            flex-direction: column;
            gap: 5px;
            margin: 10px 0; } }
    .footer .content .right-column {
      display: flex;
      align-items: flex-start;
      gap: 20px; }
      .footer .content .right-column h3 {
        padding: 0 10px;
        border-left: 1px solid gray;
        font-size: 20px; }
      .footer .content .right-column p, .footer .content .right-column a {
        margin-left: 10px; }
  .footer .copyright {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.6;
    font-weight: 300;
    font-size: 13px; }

section#etusivu .header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 73vh;
  margin-top: 120px;
  background-color: #F4F7FF;
  border-radius: 20px; }
  section#etusivu .header .left-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
    margin-left: 100px;
    max-width: 50%; }
    section#etusivu .header .left-column h1 {
      font-size: 40px;
      line-height: normal; }
    section#etusivu .header .left-column p {
      font-size: 18px;
      z-index: 1; }
  section#etusivu .header .right-column {
    position: absolute;
    right: -30px;
    top: 60%;
    transform: translateY(-50%);
    height: 500px;
    width: 400px; }
    section#etusivu .header .right-column #installation-svg {
      width: 80%; }
      section#etusivu .header .right-column #installation-svg .skin {
        fill: #eec1bb; }
      section#etusivu .header .right-column #installation-svg .skinshadow {
        isolation: isolate;
        opacity: .2; }
      section#etusivu .header .right-column #installation-svg .dark {
        fill: #263238; }
      section#etusivu .header .right-column #installation-svg .blue {
        fill: #3B7171; }
      section#etusivu .header .right-column #installation-svg .lightblue {
        fill: #408F80; }
      section#etusivu .header .right-column #installation-svg .blueoutline {
        fill: #2e5b5b; }
      section#etusivu .header .right-column #installation-svg .wood {
        fill: #956F5D; }
      section#etusivu .header .right-column #installation-svg .beige {
        fill: #f0d7c1; }
      section#etusivu .header .right-column #installation-svg .lightbeige {
        fill: #FFE7D3; }
      section#etusivu .header .right-column #installation-svg .jeans {
        fill: #95B1B0; }
      section#etusivu .header .right-column #installation-svg .jeansoutline {
        fill: #809c9b; }
@media screen and (max-width: 990px) {
  section#etusivu .header {
    height: 70dvh;
    background: linear-gradient(rgba(244, 247, 255, 0.7), rgba(244, 247, 255, 0.7)), url("../../svg/installation.svg");
    background-repeat: no-repeat;
    background-size: cover; }
    section#etusivu .header .left-column {
      margin: 0 auto;
      gap: 10px;
      max-width: 70%; }
      section#etusivu .header .left-column h1 {
        font-size: 37px; }
      section#etusivu .header .left-column p {
        font-size: 16px;
        border-radius: 20px; }
    section#etusivu .header .right-column {
      display: none; } }
@media screen and (max-width: 600px) {
  section#etusivu .header {
    margin-top: 100px; }
    section#etusivu .header h1 {
      font-size: 30px !important; }
    section#etusivu .header p {
      font-size: 14px !important; }
    section#etusivu .header .bto-btn {
      margin: auto; } }
section#etusivu .contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  margin-top: 20px; }
  section#etusivu .contact a {
    color: #3B7171;
    font-weight: 600; }
  section#etusivu .contact .circle {
    height: 5px;
    width: 5px;
    border-radius: 100%;
    background-color: #3B7171; }
section#etusivu .suunnittelu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 50px; }
  @media screen and (max-width: 990px) {
    section#etusivu .suunnittelu {
      flex-direction: column; } }
  section#etusivu .suunnittelu.reverse {
    flex-direction: row-reverse; }
    @media screen and (max-width: 990px) {
      section#etusivu .suunnittelu.reverse {
        flex-direction: column; } }
  section#etusivu .suunnittelu svg {
    height: 400px;
    width: 400px; }
    @media screen and (max-width: 990px) {
      section#etusivu .suunnittelu svg {
        height: 300px;
        width: 300px; } }
  section#etusivu .suunnittelu .text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    max-width: 50%; }
    @media screen and (max-width: 600px) {
      section#etusivu .suunnittelu .text {
        align-items: center; } }
    @media screen and (max-width: 990px) {
      section#etusivu .suunnittelu .text {
        width: 100%;
        max-width: none; } }
    section#etusivu .suunnittelu .text svg {
      stroke: #3B7171; }
    section#etusivu .suunnittelu .text .subheading {
      color: #3B7171;
      font-size: 14px;
      font-weight: 600;
      margin: 0;
      background-color: rgba(59, 113, 113, 0.2);
      padding: 2px 30px;
      border-radius: 3px; }
    section#etusivu .suunnittelu .text h2 {
      font-size: 30px; }
    section#etusivu .suunnittelu .text .paragraph {
      font-size: 15px; }
section#etusivu #toimintamalli {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  padding-top: 100px; }
  section#etusivu #toimintamalli .subheading {
    color: #3B7171;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    background-color: rgba(59, 113, 113, 0.2);
    padding: 2px 30px;
    border-radius: 3px; }
  @media screen and (max-width: 990px) {
    section#etusivu #toimintamalli h2 {
      text-align: center; } }
  section#etusivu #toimintamalli .paragraph {
    width: 80%;
    text-align: center; }
    @media screen and (max-width: 600px) {
      section#etusivu #toimintamalli .paragraph {
        width: 100%; } }
  section#etusivu #toimintamalli .steps {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    width: 100%;
    margin-top: 80px; }
    section#etusivu #toimintamalli .steps .step {
      padding: 20px 0;
      box-sizing: border-box;
      width: 50%;
      height: 200px; }
      @media screen and (max-width: 800px) {
        section#etusivu #toimintamalli .steps .step {
          height: 250px; } }
      @media screen and (max-width: 600px) {
        section#etusivu #toimintamalli .steps .step {
          height: 200px; } }
    section#etusivu #toimintamalli .steps .sopimusicon {
      fill: #3B7171; }
    section#etusivu #toimintamalli .steps .right {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      margin-left: auto; }
      section#etusivu #toimintamalli .steps .right svg {
        position: absolute;
        top: 0px;
        left: 0px;
        transform: translate(-50%, -50%);
        height: 40px;
        width: 40px;
        padding: 10px;
        border-radius: 100%;
        border: 1px solid #3B7171;
        background-color: #fff;
        stroke: #3B7171; }
      section#etusivu #toimintamalli .steps .right h3 {
        padding-left: 50px;
        font-size: 24px; }
      section#etusivu #toimintamalli .steps .right .desc {
        padding-left: 50px;
        font-size: 15px; }
        section#etusivu #toimintamalli .steps .right .desc a {
          color: #3B7171;
          font-weight: 600; }
    section#etusivu #toimintamalli .steps .right::before {
      content: "";
      position: absolute;
      height: 100%;
      width: 2px;
      top: 0;
      left: -1px;
      border-left: 2px dashed #3B7171; }
    section#etusivu #toimintamalli .steps .right:last-child::before {
      border-left: none; }
    section#etusivu #toimintamalli .steps .left {
      position: relative;
      display: flex;
      flex-direction: column;
      margin-right: auto; }
      section#etusivu #toimintamalli .steps .left svg {
        position: absolute;
        top: 0px;
        left: 100%;
        transform: translate(-50%, -50%);
        height: 40px;
        width: 40px;
        padding: 10px;
        border-radius: 100%;
        border: 1px solid #3B7171;
        background-color: #fff;
        stroke: #3B7171; }
      section#etusivu #toimintamalli .steps .left h3 {
        padding-right: 50px;
        font-size: 24px; }
      section#etusivu #toimintamalli .steps .left .desc {
        padding-right: 50px;
        font-size: 15px; }
    section#etusivu #toimintamalli .steps .left::before {
      content: "";
      position: absolute;
      height: 100%;
      width: 2px;
      top: 0;
      right: -1px;
      border-right: 2px dashed #3B7171; }
    @media screen and (max-width: 600px) {
      section#etusivu #toimintamalli .steps .left, section#etusivu #toimintamalli .steps .right {
        border: initial;
        border-left: 2px dashed #3B7171;
        margin: 0 0 0 20px;
        align-items: start;
        height: 250px;
        width: fit-content; }
      section#etusivu #toimintamalli .steps .left:before, section#etusivu #toimintamalli .steps .right::before {
        display: none; }
      section#etusivu #toimintamalli .steps .right:last-child {
        border: none; }
      section#etusivu #toimintamalli .steps svg {
        position: absolute;
        top: 0px !important;
        left: 0px !important; }
      section#etusivu #toimintamalli .steps h3 {
        padding: initial;
        padding-left: 50px; }
      section#etusivu #toimintamalli .steps .desc {
        padding: initial;
        padding-left: 50px;
        padding-right: 10px !important;
        font-size: 13px !important;
        text-align: start !important; } }
section#etusivu .takuu {
  margin-top: 80px; }
  section#etusivu .takuu h2 {
    text-align: center; }
  section#etusivu .takuu .desc {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 150px; }
    section#etusivu .takuu .desc p {
      max-width: 80%;
      margin: auto;
      text-align: center;
      font-size: 15px; }
      @media screen and (max-width: 990px) {
        section#etusivu .takuu .desc p {
          max-width: 90%;
          font-size: 13px; } }
section#etusivu .picturecontainer {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 800px;
  margin: auto; }
  section#etusivu .picturecontainer #assembly-svg .skin {
    fill: #eec1bb; }
  section#etusivu .picturecontainer #assembly-svg .skinshadow {
    isolation: isolate;
    opacity: .2; }
  section#etusivu .picturecontainer #assembly-svg .dark {
    fill: #263238; }
  section#etusivu .picturecontainer #assembly-svg .blue {
    fill: #3B7171; }
  section#etusivu .picturecontainer #assembly-svg .lightblue {
    fill: #408F80; }
  section#etusivu .picturecontainer #assembly-svg .blueoutline {
    fill: #2e5b5b; }
  section#etusivu .picturecontainer #assembly-svg .wood {
    fill: #956F5D; }
  section#etusivu .picturecontainer #assembly-svg .beige {
    fill: #f0d7c1; }
  section#etusivu .picturecontainer #assembly-svg .lightbeige {
    fill: #FFE7D3; }
section#etusivu #tarjous {
  width: 100%; }
  section#etusivu #tarjous #postinumeroslide {
    display: flex; }
  section#etusivu #tarjous .formslide {
    width: 100%;
    min-height: 100vh;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-sizing: border-box; }
    section#etusivu #tarjous .formslide .subheading {
      color: #3B7171;
      font-size: 14px;
      font-weight: 600;
      margin: 0;
      width: fit-content;
      background-color: rgba(59, 113, 113, 0.2);
      padding: 2px 30px;
      border-radius: 3px; }
    @media screen and (max-width: 990px) {
      section#etusivu #tarjous .formslide h2 {
        text-align: center; } }
    section#etusivu #tarjous .formslide .desc {
      width: 60%;
      text-align: center;
      opacity: 0.7;
      margin-bottom: 20px; }
      @media screen and (max-width: 600px) {
        section#etusivu #tarjous .formslide .desc {
          width: 90% !important;
          font-size: 13px; } }
    section#etusivu #tarjous .formslide .huomautus {
      display: none;
      padding: 30px;
      margin: 30px 0 0 0;
      background-color: #F4F7FF;
      border-radius: 20px;
      font-size: 16px; }
    section#etusivu #tarjous .formslide .options {
      display: flex;
      align-items: center;
      gap: 20px;
      padding: 0 50px;
      box-sizing: border-box; }
      @media screen and (max-width: 990px) {
        section#etusivu #tarjous .formslide .options {
          flex-direction: column;
          padding: 0 10px; } }
      section#etusivu #tarjous .formslide .options .option {
        display: flex;
        align-items: center;
        gap: 20px;
        padding: 20px;
        -webkit-box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.3);
        box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.3);
        border-radius: 10px;
        text-decoration: none;
        color: #3B7171;
        cursor: pointer;
        transition: all 0.2s ease-in; }
        section#etusivu #tarjous .formslide .options .option:hover {
          transform: scale(1.05); }
        section#etusivu #tarjous .formslide .options .option svg {
          height: 100px;
          width: 100px;
          stroke: #3B7171;
          padding: 30px;
          background-color: #F4F7FF;
          border-radius: 10px; }
    section#etusivu #tarjous .formslide .page {
      margin-top: 20px;
      opacity: 0.7; }
    section#etusivu #tarjous .formslide .next {
      display: none;
      margin-top: 30px; }
    section#etusivu #tarjous .formslide .buttons {
      display: flex;
      align-items: baseline;
      gap: 20px;
      margin-top: 30px; }
      section#etusivu #tarjous .formslide .buttons .next {
        margin: 0 !important; }
    section#etusivu #tarjous .formslide .bto-input {
      margin-top: 10px; }
    section#etusivu #tarjous .formslide .uploader .btn {
      background-color: #3B7171;
      padding: 10px 20px;
      color: #fff; }
    section#etusivu #tarjous .formslide #send {
      border: none;
      outline: none; }
    section#etusivu #tarjous .formslide .checkboxes {
      margin-top: 40px; }
  section#etusivu #tarjous #slide6 {
    padding-top: 100px;
    height: fit-content; }

section#toimittajat {
  display: flex;
  flex-direction: column;
  align-items: center; }
  section#toimittajat .subheading {
    margin: 150px 0 20px 0;
    color: #3B7171;
    font-size: 14px;
    font-weight: 600;
    background-color: rgba(59, 113, 113, 0.2);
    padding: 2px 30px;
    border-radius: 3px; }
  section#toimittajat .headerparagraph {
    width: 80%;
    max-width: 800px;
    font-size: 16px;
    text-align: center; }
    @media screen and (max-width: 600px) {
      section#toimittajat .headerparagraph {
        font-size: 14px;
        width: 100%; } }
  section#toimittajat .flex {
    display: flex;
    gap: 20px;
    margin-top: 100px;
    width: 80%;
    max-width: 800px; }
    section#toimittajat .flex img {
      height: 100px;
      width: 150px; }
    section#toimittajat .flex p {
      font-size: 16px;
      text-align: start;
      margin-bottom: 10px; }
      @media screen and (max-width: 600px) {
        section#toimittajat .flex p {
          font-size: 14px; } }
    section#toimittajat .flex a {
      color: #3B7171;
      font-weight: 600; }
    @media screen and (max-width: 600px) {
      section#toimittajat .flex {
        width: 100%; } }
  section#toimittajat .flex:last-child {
    margin-top: 50px; }
  section#toimittajat .bto-btn {
    margin-top: 100px;
    font-size: 18px; }

section#referenssit {
  display: flex;
  flex-direction: column;
  align-items: center; }
  section#referenssit .subheading {
    margin: 150px 0 20px 0;
    color: #3B7171;
    font-size: 14px;
    font-weight: 600;
    background-color: rgba(59, 113, 113, 0.2);
    padding: 2px 30px;
    border-radius: 3px; }
  section#referenssit .headerparagraph {
    width: 80%;
    max-width: 800px;
    font-size: 16px;
    text-align: center; }
    @media screen and (max-width: 600px) {
      section#referenssit .headerparagraph {
        font-size: 14px;
        width: 100%; } }
  section#referenssit .imagegrid {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 80px 0 0 0; }
    section#referenssit .imagegrid img {
      width: 100%;
      height: 300px;
      object-fit: cover; }
    @media screen and (max-width: 991px) {
      section#referenssit .imagegrid {
        grid-template-columns: repeat(2, 1fr); } }

section#tietosuoja {
  margin-top: 120px; }
  section#tietosuoja .bold {
    margin: 20px 0;
    font-size: 18px;
    font-weight: 900; }
  section#tietosuoja p {
    font-size: 16px;
    margin-bottom: 30px; }
  section#tietosuoja ul {
    margin-left: 20px; }

/*# sourceMappingURL=style.css.map */
