@font-face {
  font-family: Pt serif web;
  src: url('../fonts/PT_Serif-Web-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Custom items;
  src: url('../fonts/custom-items.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Brother 1816";
  src: url('../fonts/TipoType---Brother-1816-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Brother 1816";
  src: url('../fonts/TipoType---Brother-1816-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Gotham narrow ultra;
  src: url('../fonts/GothamNarrow-Ultra.otf') format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Brother 1816";
  src: url('../fonts/TipoType---Brother-1816-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --red: #f23030;
  --dark: #2d2d2d;
  --tomato: #ff614a;
  --black: black;
  --white: white;
  --midnight-blue: #0c2243;
  --floral-white: #faf9f1;
  --font-family: "Brother 1816", sans-serif;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

h1 {
  color: #edf0f3;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Gotham narrow ultra, sans-serif;
  font-size: 100px;
  font-weight: 800;
  line-height: 70px;
}

h2 {
  color: var(--red);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: PT Serif, serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 40px;
}

p {
  color: var(--dark);
  letter-spacing: .2px;
  margin-bottom: 10px;
  font-family: "Brother 1816", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.hero {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.hero-text {
  z-index: 10;
  width: 100%;
  position: absolute;
}

.hero-text-align {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 200px;
  display: flex;
  position: relative;
}

.style-guide {
  width: 80%;
  position: relative;
  top: 36%;
  left: 10%;
  right: 10%;
}

.style-guide-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 70vw;
  display: grid;
  position: relative;
  top: 200px;
}

.h1 {
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
}

.paragraph {
  color: #fff;
  text-align: center;
  letter-spacing: .1px;
  font-family: "Brother 1816", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.logo {
  z-index: 10000;
  width: 90px;
  margin-top: 70px;
  margin-left: 60px;
  position: fixed;
}

.logo-align {
  float: right;
}

.logo-align-eyes {
  position: absolute;
}

.logo-eye-r {
  margin-top: 44px;
  margin-left: 36px;
}

.logo-eye-l {
  margin-top: -20px;
  margin-left: 6px;
  position: static;
  top: 45px;
  left: 6px;
}

.hero-image {
  background-image: linear-gradient(#11113fb3, #2b2b3300 86%), url('../images/IMG_1987_2.jpg');
  background-position: 0 0, 50% 90%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 90%;
  overflow: hidden;
}

.about {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 50px;
  margin-right: 13vw;
  display: flex;
  position: relative;
}

.container {
  z-index: 20;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  margin-left: 10px;
  display: flex;
}

.hero-text-width {
  max-width: 50vw;
  font-size: 11em;
  line-height: 6.7rem;
  display: block;
}

.hero-p-width {
  width: 40%;
  max-width: 470px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.about-ad {
  background-image: linear-gradient(#fff, #fff);
  border-radius: 4px;
  max-width: 50vw;
  max-height: 68vh;
  padding-left: 6rem;
  padding-right: 6rem;
  display: block;
  position: relative;
  box-shadow: 0 60px 100px #00000026;
}

.greyline {
  background-image: linear-gradient(#edf0f3, #edf0f3);
  width: 70%;
  height: 6px;
  margin: 0 auto 50px;
  display: block;
}

.text-block {
  color: #f23030;
  text-align: center;
  letter-spacing: 3px;
  font-family: "Brother 1816", sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.about-heading {
  color: var(--red);
  width: 70%;
  margin-bottom: 30px;
  margin-left: 60px;
  font-family: PT Serif, serif;
  font-weight: 400;
}

.red-stripe {
  background-image: linear-gradient(#f23030, #f23030);
  border-radius: 8px;
  width: 4px;
  height: 100px;
  margin-top: 10px;
  margin-bottom: 1px;
  margin-right: 4px;
}

.text-normal {
  color: #1d1c22;
  padding-bottom: 0;
  font-family: "Brother 1816", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.2rem;
  display: block;
}

.column {
  padding-bottom: 0;
  padding-left: 15px;
}

.brush-settings {
  z-index: 10;
  float: right;
  display: block;
  position: relative;
  top: -32px;
  right: -117px;
}

.image-3 {
  width: 100%;
}

.text-block-3 {
  font-family: Custom items, sans-serif;
}

.logo-text {
  color: #0000;
  border: 0 #0000;
  font-family: Custom items, sans-serif;
  font-size: 70px;
  font-weight: 400;
  text-decoration: none;
}

.photos {
  justify-content: center;
  width: 100%;
  max-width: 1600px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.body {
  background-image: linear-gradient(#bcbccc, #bcbccc);
}

.h2-red {
  color: var(--red);
  max-width: 80%;
  margin-bottom: 40px;
  font-family: Pt serif web, sans-serif;
  font-size: 2.6rem;
  line-height: 2.6rem;
}

.section {
  flex: 1;
  padding: 150px 40px 0;
}

.image-4 {
  width: 60%;
  display: block;
  position: relative;
}

.image-5 {
  z-index: 10;
  float: right;
  clear: none;
  width: 60%;
  display: block;
  position: relative;
  top: -318px;
  box-shadow: 0 40px 80px #0003;
}

.image-6 {
  z-index: 1;
  width: 60%;
  display: block;
  position: relative;
  top: -452px;
  box-shadow: 0 30px 60px #0003;
}

.image-7 {
  z-index: 0;
  float: right;
  width: 60%;
  display: block;
  position: relative;
  top: -733px;
}

.casejourney {
  position: static;
  top: 0;
}

.section-2 {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--tomato), var(--red));
  padding-left: 100px;
  padding-right: 100px;
  display: block;
}

.cjcss {
  flex: 1;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  padding-bottom: 80px;
  display: block;
}

.text-block-5 {
  padding-top: 10px;
}

.div-block-3 {
  background-image: url('../images/casejourney-map.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  height: 481px;
  display: none;
}

.div-block-4 {
  width: 100%;
  padding: 80px 60px 60px;
  display: none;
}

.ideas {
  max-height: 100%;
  display: block;
  position: static;
}

.info {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: -300px;
}

.ideas-plate {
  z-index: 10;
  background-image: linear-gradient(#fff, #fff);
  border-radius: 4px;
  max-width: 50vw;
  margin-top: 58px;
  margin-bottom: 53px;
  margin-left: 8vw;
  padding-left: 60px;
  padding-right: 60px;
  display: block;
  position: relative;
  left: auto;
  box-shadow: 0 60px 100px #00000026;
}

.info-plate {
  box-shadow: none;
  max-width: 40vw;
  padding: 0;
}

.crazy-mrg-101 {
  z-index: 10;
  opacity: 1;
  background-image: url('../images/mrgreen-201.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 80vh;
  position: absolute;
}

.crazy-mrg-102 {
  z-index: 1;
  opacity: 1;
  background-image: url('../images/mrgreen-202.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 80vh;
  display: block;
  position: absolute;
}

.crazy-images {
  height: 80vh;
  position: relative;
}

.companies {
  z-index: 100;
  justify-content: center;
  width: 100%;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
  position: relative;
  overflow: visible;
}

.companies-image {
  background-image: url('../images/companies.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 1;
  height: 100%;
  margin-bottom: 60px;
}

.companies-settings {
  width: 80%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
  display: block;
}

.text-small {
  text-align: center;
  letter-spacing: 1px;
  max-width: 670px;
  margin-bottom: 74px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Brother 1816", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 32px;
  display: block;
}

.contact {
  justify-content: center;
  height: 1000px;
  display: flex;
}

.contact-form {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.contact-form-plate {
  background-image: linear-gradient(#fff, #fff);
  border-radius: 4px;
  flex: none;
  width: 380px;
  margin-top: 0;
  margin-left: 100px;
  margin-right: 100px;
}

.form-success {
  background-image: linear-gradient(#ffffff80, #ffffff80);
  border-radius: 4px;
  height: 200px;
}

.text-block-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 61px;
  font-family: "Brother 1816", sans-serif;
  display: block;
}

.text-field {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--red);
  border-radius: 0;
  min-height: 60px;
  font-family: "Brother 1816", sans-serif;
  font-weight: 400;
}

.submit-button {
  text-align: center;
  border-radius: 2px;
  width: 100%;
  margin-top: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: "Brother 1816", sans-serif;
  transition: box-shadow .5s;
  box-shadow: 0 20px 80px #d32e2e1f, 0 30px 60px #0c224357;
}

.submit-button:hover {
  box-shadow: 0 10px 30px #0c224347;
}

.textarea {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--red);
  font-family: "Brother 1816", sans-serif;
}

.form-block {
  margin-top: 50px;
}

.contact-headline {
  padding-top: 100px;
  line-height: 10px;
}

.contact-photo {
  background-image: url('../images/kristian40_0669_102_4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-height: 700px;
  margin-bottom: -150px;
}

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

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

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

.hero-image-mobile {
  background-image: linear-gradient(#11113fb3, #2b2b3300 86%), url('../images/IMG_1987_2.jpg');
  background-position: 0 0, 50% 90%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 90%;
  display: none;
  overflow: hidden;
}

.tb-head {
  color: #f23030;
}

.columns-4 {
  width: 100%;
  display: none;
}

.column-image-text {
  justify-content: center;
  margin-bottom: 2vh;
  padding-top: 50px;
  padding-bottom: 100px;
  display: flex;
}

.showcase {
  justify-content: center;
  margin-bottom: 100px;
  margin-left: 3vw;
  margin-right: 3vw;
  padding-top: 0;
  display: block;
}

.head-container {
  z-index: 10;
  margin-bottom: 12vh;
  overflow: hidden;
}

.ridebite-head {
  opacity: 1;
  background-image: url('../images/ridebite-promo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  height: 70vh;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.ridebite-text {
  background-color: var(--midnight-blue);
  opacity: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.ridebite-logo {
  background-image: url('../images/ridebite-logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 180px;
  height: 46px;
}

.logo-showcase {
  z-index: 10000;
  cursor: grab;
  transform-style: preserve-3d;
  margin-top: 70px;
  margin-left: 60px;
  transition: transform .475s cubic-bezier(.215, .61, .355, 1);
  position: fixed;
}

.logo-showcase:hover {
  transform: rotateX(-14deg)rotateY(26deg)rotateZ(-9deg);
}

.logo-text-dark {
  color: #000;
  cursor: none;
  font-family: Custom items, sans-serif;
  font-size: 70px;
  text-decoration: none;
}

.about-text {
  flex-direction: column;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 0;
  display: block;
}

.part1 {
  width: 100%;
}

.image-10, .image-11 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.home-btn {
  color: #3330;
  background-color: #0000;
  margin-top: -47px;
}

.button {
  border: 1px #000;
  border-radius: 4px;
  padding: 10px 20px 15px;
  font-family: "Brother 1816", sans-serif;
}

.button:hover {
  background-color: #373e44;
}

.button:active {
  background-color: var(--red);
}

.recaptcha {
  margin-top: 30px;
  margin-bottom: 50px;
  margin-left: 35px;
  position: static;
}

.link-block {
  color: var(--red);
  text-decoration: none;
  transition: color .2s;
}

.link-block:hover {
  color: var(--midnight-blue);
}

.section-pre-photos {
  flex: 1;
  padding: 150px 40px 0;
  display: none;
}

.image-41 {
  width: 60%;
  display: block;
  position: relative;
}

.image-51 {
  z-index: 10;
  float: right;
  clear: none;
  width: 60%;
  display: block;
  position: relative;
  top: -318px;
  box-shadow: 0 40px 80px #0003;
}

.image-61 {
  z-index: 1;
  width: 60%;
  display: block;
  position: relative;
  top: -452px;
  box-shadow: 0 30px 60px #0003;
}

.image-71 {
  z-index: 0;
  float: right;
  width: 60%;
  display: block;
  position: relative;
  top: -733px;
}

.div-block-25 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.div-block-26 {
  padding-top: 60px;
}

.h2-black {
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.9rem;
  line-height: 1.1;
}

.ridebite {
  flex: 0 auto;
  margin-bottom: 20vh;
}

.column-7 {
  background-color: #faf9f2;
}

.height-500 {
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.zengio {
  flex: 1;
  margin-bottom: 5vh;
}

.zengio-head {
  z-index: 100;
  background-color: #e6be9d;
  background-image: url('../images/background-100.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 10px;
  height: 70vh;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.logo-container {
  z-index: 10;
  background-color: var(--midnight-blue);
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  position: relative;
}

.zengio-logo-white {
  background-image: url('../images/Zengio-BW-Horizontal-white.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 0 auto;
  width: 200px;
  height: 80px;
}

.zengio-intro {
  flex-direction: row;
  justify-content: center;
  min-width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
}

.div-block-38 {
  margin-top: 20px;
}

.text-medium {
  font-family: "Brother 1816", sans-serif;
  font-weight: 500;
}

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

.blue-tag {
  background-color: #3898ec;
  border-radius: 4px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 6px 16px 8px;
  display: inline-block;
}

.zengio-about {
  margin-bottom: 10vh;
}

.text-plate-white {
  background-color: var(--white);
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 6vh 6vw;
  display: flex;
  overflow: hidden;
}

.case-images-background {
  border: 4px solid #efc88d;
  border-radius: 80px 4px 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10vh;
  padding: 6rem 3rem;
  display: flex;
  position: relative;
  box-shadow: 0 20px 60px #00000014, 0 9px 12px #0000000a;
}

.case-images-content {
  justify-content: center;
  align-items: center;
  max-width: 1600px;
  padding: 0 3vw;
  display: flex;
}

.saltiscykel {
  justify-content: center;
  margin-bottom: 15vh;
  padding-top: 10vh;
  display: flex;
}

.dark-stripe {
  background-image: linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue));
  border-radius: 8px;
  width: 4px;
  height: 100px;
  margin-top: 10px;
  margin-bottom: 1px;
  margin-right: 4px;
}

.saltiscykel-backshot {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: filter .325s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.saltiscykel-backshot:hover {
  filter: brightness(200%);
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 31px;
  grid-template: "." .4fr
                 "." .4fr
                 "." .4fr
                 "." .5fr
                 "." 1fr
                 / 3.3fr .25fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90vw;
}

.saltiscykel-frontshot {
  background-image: url('../images/saltiscykel-web-101.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  height: 100%;
  margin-top: 0;
  transition: filter .3s cubic-bezier(.645, .045, .355, 1);
  position: static;
}

.saltiscykel-frontshot:hover {
  filter: brightness(157%);
}

.div-block-47 {
  background-color: #dde9f0;
  border-radius: 10px 170px 10px 10px;
  justify-content: center;
  padding-top: 150px;
  padding-bottom: 81px;
  transition: background-color .875s, border-radius .575s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.div-block-47:hover {
  background-color: #bed8e7;
  border-top-right-radius: 100px;
}

.sc-align {
  justify-content: center;
  max-width: 1600px;
  display: flex;
}

.div-block-48 {
  background-color: #ffd089;
  border-radius: 10px 10px 10px 260px;
  max-height: 600px;
  transition: border-radius .75s cubic-bezier(.772, .079, .25, 1);
}

.div-block-48:hover {
  border-bottom-left-radius: 160px;
}

.div-block-49 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.image-72 {
  max-width: 230px;
  max-height: 220px;
  margin-bottom: 20px;
  transition: max-height .75s, max-width .8s;
}

.image-72:hover {
  max-width: 260px;
  max-height: 260px;
}

.div-block-50 {
  width: 80%;
  padding: 0;
}

.div-block-51 {
  background-image: url('../images/saltiscykel-web-102.jpg');
  background-position: 0 0;
  background-size: cover;
  border: 1px #000;
  border-radius: 2vw 8vw 2vw 2vw;
  width: 100%;
  height: 370px;
}

.grid-2 {
  grid-row-gap: 60px;
  align-items: stretch;
}

.div-block-55 {
  justify-content: center;
  align-items: center;
  margin-top: 150px;
  display: flex;
}

.div-block-56 {
  width: 150px;
}

.navigation {
  z-index: 5000;
  justify-content: center;
  align-items: center;
  height: 100px;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.nav-text {
  color: var(--midnight-blue);
  text-align: center;
  width: 120px;
  margin-right: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Brother 1816", sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.nav-text:hover {
  color: var(--red);
}

.div-block-58 {
  justify-content: space-between;
  display: flex;
}

.nav-block-white {
  background-color: #ffffff38;
  border-top: 0 solid #000;
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  border-radius: 8px 8px 0 0;
  justify-content: center;
  align-items: center;
  margin-top: -24px;
  padding: 20px;
}

.nav-progress {
  background-color: var(--red);
  width: 100%;
  height: 4px;
}

.nav-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.pija-head {
  z-index: 100;
  background-image: url('../images/flatshade-phone-101.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 10px;
  height: 70vh;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.pija-logo {
  background-image: url('../images/pija_logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 0 auto;
  width: 200px;
  height: 60px;
}

.pija-intro {
  flex-direction: row;
  justify-content: center;
  min-width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
}

.dakki-retouch {
  border-radius: 6px;
  display: block;
  overflow: hidden;
}

.dakki-102 {
  z-index: 2;
  opacity: 1;
  position: relative;
  inset: 0% auto auto 0%;
}

.dakki-100 {
  z-index: 1;
  opacity: 1;
  position: absolute;
  inset: 0% auto auto 0%;
}

.dakki-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 80vw;
  position: relative;
}

.dakki-center {
  justify-content: center;
  display: flex;
}

.pija-movie-100 {
  z-index: 10;
  opacity: 0;
  width: 195px;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: opacity .15s cubic-bezier(.455, .03, .515, .955);
  overflow: visible;
}

.pija-movie-100:hover {
  opacity: 1;
}

.div-block-60 {
  cursor: pointer;
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
}

.image-73 {
  max-width: 100%;
}

.div-block-61 {
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.image-grid {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: 1fr;
  max-width: 50vw;
  margin-top: 20px;
  display: grid;
}

.image-74 {
  object-fit: contain;
  transition: height .2s;
}

.image-74:hover {
  height: 140px;
}

.image-75 {
  object-fit: contain;
  transition: height .2s cubic-bezier(.645, .045, .355, 1);
}

.image-75:hover {
  height: 150px;
}

.image-76 {
  object-fit: contain;
  transition: height .2s;
}

.image-76:hover {
  height: 150px;
}

.ridebite-movie {
  cursor: pointer;
  border-radius: 6px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.ridebite-movie-100 {
  z-index: 10;
  opacity: 0;
  width: 186px;
  height: 100%;
  padding-top: 0;
  padding-bottom: 10px;
  transition: opacity .15s cubic-bezier(.455, .03, .515, .955);
  overflow: visible;
}

.ridebite-movie-100:hover {
  opacity: 1;
}

.div-block-61-copy {
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.pija-movie-101 {
  z-index: 10;
  opacity: 0;
  width: 195px;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: opacity .15s cubic-bezier(.455, .03, .515, .955);
  overflow: visible;
}

.pija-movie-101:hover {
  opacity: 1;
}

.subtitle {
  z-index: 5;
  color: #fff;
  background-color: #1b1db4;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 5px 14px;
  font-family: "Brother 1816", sans-serif;
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
  position: static;
}

.text-block-12 {
  text-align: center;
}

.subtitle-container {
  z-index: 8;
  justify-content: center;
  margin-top: -64px;
  display: flex;
  position: relative;
}

.image-77 {
  object-fit: contain;
  transition: height .2s cubic-bezier(.645, .045, .355, 1);
}

.image-77:hover {
  clear: right;
  filter: brightness(94%);
}

.pija-movie-102 {
  z-index: 10;
  opacity: 0;
  width: 195px;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: opacity .15s cubic-bezier(.455, .03, .515, .955);
  overflow: visible;
}

.pija-movie-102:hover {
  opacity: 1;
}

.zengio-slider {
  background-color: #0000;
  flex: 0 auto;
  min-height: 40vh;
}

.zengio-and-chorus-slider {
  background-color: var(--white);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 40px;
  display: flex;
  overflow: hidden;
}

.slide {
  padding: 0;
}

.slider-container {
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.slider-image {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  padding: 0 40px;
  display: grid;
}

.slider-image-single {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
}

.left-arrow {
  opacity: .5;
  align-items: center;
  width: 200px;
  margin-left: -95px;
  transition: opacity .2s;
  display: flex;
}

.left-arrow:hover {
  opacity: 1;
}

.right-arrow {
  opacity: .5;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-right: -95px;
  transition: opacity .2s;
  display: flex;
}

.right-arrow:hover {
  opacity: 1;
}

.slider-arrow {
  flex: 0 auto;
  width: 100%;
}

.slide-nav {
  margin-bottom: -40px;
}

.pija-slider {
  background-color: #0000;
  min-height: 40vh;
}

.pija-slider-content {
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 40px;
  display: flex;
  overflow: hidden;
}

.slider-image-a-couple {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  padding: 0 40px;
  display: grid;
}

.image-80 {
  height: 380px;
  transition: height .15s cubic-bezier(.455, .03, .515, .955);
}

.image-80:hover {
  height: 320px;
}

.image-81 {
  height: 380px;
  transition: height .15s cubic-bezier(.263, -.026, .374, .956);
}

.image-81:hover {
  height: 330px;
}

.image-82 {
  height: 380px;
  transition: height .15s cubic-bezier(.281, .009, .257, 1.003);
}

.image-82:hover {
  height: 320px;
}

.image-76-copy {
  object-fit: contain;
  transition: height .2s cubic-bezier(.645, .045, .355, 1);
}

.image-76-copy:hover {
  height: 150px;
}

.image-74-copy {
  object-fit: contain;
  transition: height .2s cubic-bezier(.645, .045, .355, 1);
}

.image-74-copy:hover {
  height: 140px;
}

.image-77-copy {
  object-fit: contain;
  transition: height .2s;
}

.image-77-copy:hover {
  filter: brightness(90%);
}

.pija-image-tfk {
  object-fit: contain;
  transition: height .2s cubic-bezier(.645, .045, .355, 1);
}

.pija-image-tfk:hover {
  height: 140px;
}

.div-block-77 {
  background-image: url('../images/saltiscykel-web-100.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  transition: width 1s;
}

.div-block-77:hover {
  width: 90%;
}

.showcase-intro-h1 {
  color: var(--midnight-blue);
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-top: 20px;
  font-size: 7em;
  line-height: .9em;
}

.div-block-79 {
  justify-content: center;
  margin-top: 18px;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
}

.div-block-80 {
  flex: 0 auto;
  width: 100%;
}

.image-fit-in-place {
  object-fit: contain;
  flex: none;
  width: 100%;
  height: 100%;
}

.content-section {
  justify-content: center;
  display: flex;
  position: relative;
}

.ui-col-1 {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0;
}

.ui-col-2 {
  flex: 1;
}

.div-block-81 {
  max-width: 600px;
  margin-bottom: 43px;
}

.slideover-anim {
  background-color: var(--white);
  border: 1px solid #00000021;
  border-radius: 11px;
  justify-content: center;
  width: 220px;
  height: 390px;
  display: flex;
  box-shadow: 0 8px 12px #92710f12;
}

.ridebite-brand {
  border-radius: 4px;
  max-width: 600px;
  max-height: 800px;
  margin-top: 10px;
  margin-right: 10px;
  padding-right: 0;
  overflow: hidden;
  box-shadow: 0 20px 40px #00000026;
}

.div-block-82 {
  z-index: 40;
  cursor: pointer;
  background-image: linear-gradient(225deg, #fff0 88%, #fff);
  justify-content: flex-start;
  align-items: flex-end;
  width: 300px;
  height: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.image-slider {
  max-width: 660px;
  overflow: hidden;
}

.text-block-showcase {
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}

.sbs-image {
  justify-content: center;
  align-items: center;
  max-width: 40vw;
  overflow: hidden;
}

.main-wrapper {
  max-width: 95vw;
  margin: 4vh 3vw 2vh;
}

.flex-middle {
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.flex-middle.yellow {
  background-color: var(--floral-white);
  border-radius: 14px;
  min-height: 60vh;
  padding: 0 50px 20px;
}

.flex-middle.vertical {
  flex-direction: row;
}

.image-86 {
  opacity: 0;
}

.padding {
  height: 150px;
}

.wide {
  flex: 1;
}

.image-88 {
  opacity: 0;
}

.div-block-95, .div-block-96 {
  margin-bottom: 20px;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: minmax(200px, .75fr) minmax(250px, .25fr);
  grid-template-columns: .75fr 1fr;
}

.intro-wrapper {
  align-items: stretch;
  max-width: 2000px;
  margin: 4vh 3vw 2vh;
  display: block;
}

.link-block-2, .link-block-2.w--current {
  text-decoration: none;
}

.image-89 {
  object-fit: cover;
  max-height: 100%;
}

.h2-showcase {
  color: var(--midnight-blue);
  text-align: center;
  font-size: 20px;
  transform: rotate(270deg);
}

.h2-showcase:hover {
  color: var(--floral-white);
}

.showcase-tab {
  z-index: 400;
  border: 4px solid var(--red);
  object-fit: fill;
  border-radius: 20px 2px;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 160px;
  margin-right: 0;
  padding-right: 20px;
  transition: background-color .2s;
  display: flex;
  position: fixed;
  inset: auto -1% 20vh auto;
}

.showcase-tab:hover {
  background-color: var(--red);
}

.section-3 {
  justify-content: center;
  align-items: center;
}

.link-block-3 {
  margin-bottom: -40px;
  text-decoration: none;
}

.subsociety {
  background-color: #bbc380;
}

.youtube-wrapper {
  min-width: 80vw;
  min-height: 40vh;
  margin-top: 81px;
}

.image-90 {
  opacity: 0;
}

.div-block-99 {
  height: 100px;
}

.the-lovgo, .the-lovgo.w--current {
  text-decoration: none;
}

.div-block-100 {
  margin-top: 37px;
}

.intro-grid-zengio, .intro-grid-pija {
  grid-column-gap: 2px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-content: stretch;
  place-items: center stretch;
  max-width: 470px;
  display: grid;
}

.div-block-101 {
  align-items: center;
  min-height: 80%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: sticky;
  top: 0;
}

.div-block-102 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.youtube {
  width: 100%;
}

.heading-3 {
  color: #fff;
  text-align: left;
  letter-spacing: .4px;
  font-family: PT Serif, serif;
  font-size: 50px;
}

.intro-textilajninen {
  box-shadow: none;
  background-color: #fff;
  border-radius: 80px 4px 40px 2px;
  width: 53vw;
  padding: 20vh 70px 70px;
}

.intro-text-wrapper {
  background-image: linear-gradient(#00000080, #00000080), url('../images/8J5A2339.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  height: 60vh;
  display: flex;
}

.intro {
  align-self: center;
  align-items: flex-end;
  max-width: 2000px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.text-normal-backup {
  color: #1d1c22;
  padding-bottom: 10px;
  font-family: "Brother 1816", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  display: none;
}

.content-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1920px;
  display: flex;
  position: relative;
}

.row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.title-3 {
  color: #0c2243;
  letter-spacing: -1px;
  font-size: 80px;
  font-weight: 400;
  line-height: 110%;
}

.continue-2 {
  color: #1e1e1e;
  letter-spacing: -.01em;
  font-size: 40px;
  font-weight: 700;
  line-height: 150%;
}

.start-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1920px;
  padding: 400px 128px 320px;
  display: flex;
}

.lead-text {
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.lead-title {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button-continue {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-31 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 179.424px;
  height: 13.2225px;
  display: flex;
}

.short-intro-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0c2243;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1920px;
  padding: 128px;
  display: flex;
}

.content-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.image-container-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 760px;
  height: 808px;
  display: flex;
}

.text-v-ml-3 {
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hi-i-m-kristian-a-designer-navigating-the-jungle-of-the-digital-evolution-i-work-in-teams-at-companies-of-any-size-with-strategy-and-visual-design-to-succeed-with-the-right-user-experiences-ux-17 {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  line-height: 140%;
}

.brands-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.frame-18235 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 100px;
  display: flex;
}

.vectors-wrapper-32 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 85.916px;
  height: 67.9544px;
  display: flex;
}

.vectors-wrapper-33 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 131.359px;
  height: 23.76px;
  display: flex;
}

.vectors-wrapper-34 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 101.104px;
  height: 25.5004px;
  display: flex;
}

.vectors-wrapper-35 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 108.899px;
  height: 16.2001px;
  display: flex;
}

.vectors-wrapper-36 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  display: flex;
}

.vectors-wrapper-37 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 35.248px;
  height: 30.8476px;
  display: flex;
}

.vectors-wrapper-38 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 103.707px;
  height: 18.6004px;
  display: flex;
}

.vectors-wrapper-39 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 85.8601px;
  height: 22.6799px;
  display: flex;
}

.vectors-wrapper-40 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 93.6px;
  height: 32px;
  display: flex;
}

.vectors-wrapper-41 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 49.467px;
  height: 28.6652px;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .hero-text-align {
    margin-top: 300px;
  }

  .h1 {
    font-size: 190px;
    line-height: 8rem;
  }

  .paragraph {
    font-size: 22px;
    line-height: 1.8rem;
  }

  .hero-text-width {
    max-width: 1200px;
  }

  .hero-p-width {
    max-width: 600px;
  }

  .about-ad {
    max-width: 42vw;
  }

  .text-normal {
    font-size: 1.5em;
    line-height: 2.1rem;
  }

  .logo-text {
    font-size: 80px;
  }

  .h2-red {
    font-size: 3.6rem;
    line-height: 3.9rem;
  }

  .ideas-plate {
    max-width: 40vw;
    max-height: 63vh;
  }

  .ridebite {
    margin-left: 61px;
    margin-right: 61px;
  }

  .zengio, .pija {
    margin-left: 60px;
    margin-right: 60px;
  }

  .showcase-intro-h1 {
    text-align: left;
    max-width: 2000px;
  }

  .main-wrapper, .intro-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .youtube-wrapper {
    min-width: 80vw;
    min-height: 50vh;
  }

  .div-block-102 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .intro-textilajninen {
    background-color: #fff;
    border-bottom-right-radius: 40px;
  }

  .intro-text-wrapper {
    background-image: linear-gradient(#00000080, #00000080), url('../images/8J5A2339.jpg');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    border-radius: 0;
    align-items: stretch;
  }
}

@media screen and (max-width: 991px) {
  .about {
    margin-bottom: 0;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .container {
    flex: 0 auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .hero-text-width {
    max-width: 70vw;
    font-size: 9em;
    line-height: 5.5rem;
  }

  .about-ad {
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 78px;
    display: block;
  }

  .brush-settings {
    display: none;
  }

  .photos {
    margin-top: 100px;
  }

  .section {
    padding-top: 1px;
    padding-left: 40px;
    padding-right: 40px;
    display: none;
  }

  .section-2 {
    height: 740px;
    padding-left: 0;
    padding-right: 40px;
  }

  .cjcss {
    width: 100vw;
    padding-top: 100px;
  }

  .text-block-5 {
    padding-top: 0;
  }

  .div-block-3 {
    height: autopx;
    width: 100%;
  }

  .div-block-4 {
    padding: 0;
  }

  .ideas {
    margin-top: 73px;
    position: static;
  }

  .info {
    margin-top: 97px;
    margin-bottom: 43px;
    top: 0;
  }

  .ideas-plate {
    max-width: 100%;
    margin-left: 42px;
    margin-right: 42px;
    padding-bottom: 66px;
  }

  .info-plate {
    max-width: 90vw;
  }

  .crazy-mrg-101 {
    opacity: 1;
    height: 340px;
    position: static;
  }

  .crazy-mrg-102 {
    opacity: 0;
    height: 340px;
    margin-top: -340px;
    display: block;
    position: relative;
  }

  .crazy-images {
    background-color: var(--black);
    height: 340px;
    margin-top: 72px;
    position: static;
  }

  .companies {
    background-color: var(--white);
    height: 500px;
    padding-top: 0;
  }

  .companies-image {
    margin-top: 18px;
  }

  .companies-settings {
    padding-left: 0;
    padding-right: 0;
  }

  .contact {
    height: 100%;
    padding-bottom: 100px;
    display: block;
  }

  .contact-form-plate {
    margin-top: 115px;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-photo {
    display: none;
  }

  .column-image-text {
    padding-top: 0;
    padding-bottom: 0;
  }

  .showcase {
    display: none;
  }

  .head-container {
    margin-top: 0;
    margin-bottom: 2vh;
  }

  .ridebite-head {
    background-position: 0%;
  }

  .ridebite-text {
    opacity: 1;
  }

  .about-text {
    max-width: 100%;
  }

  .section-pre-photos {
    padding-top: 1px;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .image-41 {
    width: 100%;
    margin-bottom: 10px;
  }

  .image-51 {
    width: 100%;
    margin-bottom: 10px;
    top: 0;
  }

  .image-61 {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    top: 0;
  }

  .image-71 {
    width: 100%;
    position: relative;
    top: 0;
  }

  .div-block-25 {
    width: auto;
    padding-left: 50px;
    padding-right: 50px;
  }

  .ridebite {
    margin-bottom: 8vh;
  }

  .zengio {
    margin-top: 20px;
    margin-bottom: 5vh;
  }

  .zengio-head {
    background-position: 100% 0;
    background-size: cover;
    background-attachment: scroll;
    height: 50vh;
    margin-top: 0;
  }

  .logo-container {
    opacity: 0;
    position: absolute;
  }

  .zengio-about {
    margin-bottom: 1vh;
  }

  .text-plate-white {
    flex: 0 auto;
    height: 40vh;
  }

  .case-images-background {
    margin-bottom: 40px;
    padding: 4vw 0 3.7vw;
  }

  .case-images-content {
    padding-left: 0;
    padding-right: 0;
  }

  .saltiscykel {
    margin-bottom: 10vh;
  }

  .grid {
    grid-column-gap: 8px;
    grid-row-gap: 10px;
    grid-template-rows: .25fr .35fr .25fr .25fr .75fr;
    grid-template-columns: 3.3fr .25fr 1fr 1.5fr 1fr;
    width: 100%;
  }

  .div-block-47 {
    padding-top: 1px;
    padding-bottom: 0;
  }

  .div-block-49 {
    max-width: 250px;
  }

  .image-72 {
    object-fit: contain;
    align-self: flex-start;
    max-width: 80%;
    max-height: 100%;
  }

  .div-block-50 {
    width: 100%;
  }

  .grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto;
    padding: 32px;
  }

  .pija-head {
    height: 50vh;
  }

  .pija-movie-100 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-60 {
    align-self: stretch;
    min-height: 300px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-73 {
    object-fit: contain;
    flex: none;
    width: 100%;
    height: 100%;
  }

  .image-grid {
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }

  .div-block-61-copy {
    min-width: 100%;
    max-height: 100%;
    margin-top: 0;
  }

  .zengio-slider {
    min-height: 65vh;
  }

  .zengio-and-chorus-slider {
    background-color: #0000;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-container {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: stretch;
  }

  .slider-image {
    place-content: space-between stretch;
    align-items: center;
  }

  .slider-image-single {
    align-self: center;
  }

  .left-arrow {
    width: auto;
    margin-left: 0;
  }

  .right-arrow {
    justify-content: flex-end;
    width: auto;
    margin-right: 0;
  }

  .slider-arrow {
    justify-content: space-around;
  }

  .pija-slider {
    min-height: 90vh;
  }

  .pija-slider-content {
    background-color: #0000;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .slider-image-a-couple {
    max-width: 550px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-80 {
    height: 260px;
  }

  .image-80:hover {
    height: 250px;
  }

  .image-81 {
    height: 260px;
  }

  .image-81:hover {
    height: 250px;
  }

  .image-82 {
    height: 260px;
  }

  .image-82:hover {
    height: 250px;
  }

  .showcase-intro-h1 {
    font-size: 5.7em;
  }

  .image-fit-in-place {
    object-fit: contain;
    flex: 1;
    margin-top: 0;
  }

  .content-section {
    flex-direction: column;
    margin-top: 84px;
    display: block;
  }

  .ui-col-1 {
    background-image: linear-gradient(#fff 85%, #fff0);
  }

  .div-block-81 {
    margin-bottom: 32px;
    padding-top: 20px;
  }

  .slideover-anim {
    width: 100%;
    height: 100%;
    max-height: 100%;
    margin-bottom: 0;
    padding: 15px;
  }

  .image-slider {
    max-width: 70vw;
  }

  .text-block-showcase.top-padding {
    max-width: 500px;
    padding-top: 12vw;
    padding-bottom: 12vw;
  }

  .sbs-image {
    flex: 0 auto;
    max-width: 80vw;
    max-height: 60vh;
    margin-bottom: 40px;
  }

  .flex-middle {
    flex: 0 auto;
    align-items: center;
  }

  .flex-middle.yellow {
    min-height: 50vh;
    padding-left: 80px;
    padding-right: 80px;
  }

  .flex-middle.vertical {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .padding {
    height: 10vh;
  }

  .wide {
    flex: 0 auto;
    width: 100px;
    display: none;
  }

  .grid-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: .75fr .75fr;
  }

  .youtube-wrapper {
    min-height: 10vh;
  }

  .intro-grid-zengio {
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    margin-left: 134px;
  }

  .intro-grid-pija {
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    max-width: 400px;
    margin-left: 189px;
  }

  .heading-3 {
    margin-bottom: 0;
  }

  .intro-textilajninen {
    box-shadow: none;
    border-top-left-radius: 80px;
    border-top-right-radius: 0;
    width: 100%;
    margin-top: 20px;
  }

  .intro-text-wrapper {
    background-color: #0000;
    background-image: linear-gradient(#00000059, #00000059), url('../images/8J5A2339.jpg');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    justify-content: flex-start;
    align-items: center;
    height: 880px;
  }

  .intro {
    align-self: flex-start;
    max-width: 100%;
    margin-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .hero-text-width {
    text-align: center;
    font-size: 6.2em;
    line-height: .7em;
  }

  .about-ad {
    max-height: none;
  }

  .section-2 {
    height: auto;
    padding-left: 6px;
    padding-right: 6px;
  }

  .info {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .head-container {
    margin-bottom: 4vh;
  }

  .zengio {
    margin-bottom: 0;
  }

  .case-images-content {
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .saltiscykel-frontshot {
    background-position: 50%;
  }

  .nav-text {
    width: 100px;
  }

  .nav-block-white {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .pija-movie-100 {
    width: 160px;
  }

  .div-block-60 {
    min-height: 280px;
  }

  .image-grid {
    max-width: 100%;
  }

  .pija-movie-101, .pija-movie-102 {
    width: 160px;
  }

  .slider-image {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .left-arrow {
    margin-left: -79px;
  }

  .right-arrow {
    margin-right: -86px;
  }

  .showcase-intro-h1 {
    font-size: 3.6em;
  }

  .div-block-79 {
    margin-top: 10px;
  }

  .text-block-showcase {
    max-width: 530px;
  }

  .main-wrapper, .intro-wrapper {
    margin-top: 2vh;
    margin-bottom: 0;
  }

  .youtube-wrapper {
    min-height: 20vh;
  }

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

@media screen and (max-width: 479px) {
  .hero {
    height: 100vh;
    position: static;
  }

  .hero-text-align {
    margin-top: 118px;
  }

  .paragraph {
    font-size: 14px;
    line-height: 22px;
  }

  .logo {
    display: none;
  }

  .hero-image {
    height: 80%;
    display: none;
    overflow: visible;
  }

  .about {
    width: 90%;
    margin-bottom: 30px;
  }

  .container {
    height: auto;
  }

  .hero-text-width {
    max-width: 100vw;
    font-size: 6em;
    line-height: .7em;
  }

  .hero-p-width {
    width: 80%;
    font-size: 12px;
  }

  .about-ad {
    box-shadow: none;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    top: -43px;
  }

  .text-block {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .about-heading {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: 12px;
    display: flex;
  }

  .tb-text {
    margin-left: 0;
    margin-right: 0;
  }

  .red-stripe {
    background-image: none;
  }

  .text-normal {
    text-align: left;
    line-height: 28px;
    display: block;
  }

  .column {
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .brush-settings, .image-3 {
    display: none;
  }

  .column-2 {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .photos {
    display: flex;
    position: relative;
    top: -112px;
  }

  .h2-red {
    text-align: center;
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 36px;
    display: block;
  }

  .section {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .image-4 {
    width: 100%;
    position: static;
  }

  .image-5 {
    float: none;
    width: 100%;
    margin-top: 15px;
    position: static;
    top: -104px;
  }

  .image-6, .image-7 {
    width: 100%;
    margin-top: 15px;
    position: static;
  }

  .casejourney {
    display: none;
  }

  .ideas {
    height: auto;
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
  }

  .info {
    width: 100%;
    margin: 50px 0 5px;
    position: static;
  }

  .ideas-plate {
    box-shadow: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
    position: static;
    top: -324px;
  }

  .info-plate {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
    top: -109px;
  }

  .crazy-mrg-101 {
    height: 180px;
    position: static;
  }

  .crazy-mrg-102 {
    height: auto;
  }

  .crazy-images {
    height: 100%;
    position: static;
    top: -239px;
  }

  .companies {
    height: auto;
    margin-top: 63px;
    padding-top: 0;
    position: static;
    top: -192px;
  }

  .companies-image {
    height: 150px;
    margin-bottom: 20px;
    margin-left: 19px;
    margin-right: 19px;
  }

  .companies-settings {
    width: 100%;
    height: 380px;
    margin-top: 130px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .text-small {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact {
    height: auto;
    padding-top: 80px;
    display: flex;
  }

  .contact-form {
    width: 70%;
  }

  .contact-form-plate {
    width: 100%;
    margin-top: 6px;
    margin-bottom: 120px;
  }

  .contact-headline {
    padding-top: 40px;
  }

  .bold-text-6 {
    text-align: center;
    display: block;
  }

  .hero-image-mobile {
    height: 90vh;
    display: block;
    overflow: visible;
  }

  .tb-head {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    font-size: 12px;
  }

  .column-image-text {
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .head-container {
    margin-top: 0;
    margin-bottom: 0;
  }

  .ridebite-head {
    background-position: 10%;
    background-size: cover;
    height: 40vh;
    min-height: 500px;
    margin-top: 20px;
  }

  .ridebite-text {
    opacity: 1;
  }

  .logo-showcase {
    cursor: grab;
    height: 45px;
    margin-top: 63px;
    margin-left: 30px;
    transition: transform .425s cubic-bezier(.215, .61, .355, 1);
  }

  .logo-showcase:hover {
    transform: rotateX(20deg)rotateY(23deg)rotateZ(-11deg);
  }

  .logo-text-dark {
    text-decoration: none;
  }

  .button {
    text-align: center;
  }

  .recaptcha {
    margin-left: -38px;
  }

  .section-pre-photos {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .image-41 {
    width: 100%;
    position: static;
  }

  .image-51 {
    float: none;
    width: 100%;
    margin-top: 15px;
    position: static;
    top: -104px;
  }

  .image-61, .image-71 {
    width: 100%;
    margin-top: 15px;
    position: static;
  }

  .div-block-26 {
    justify-content: center;
    margin-top: 15px;
    padding-top: 0;
    display: flex;
  }

  .h2-black {
    font-size: 32px;
    line-height: 38px;
  }

  .ridebite {
    margin-bottom: 10vh;
  }

  .zengio {
    margin-top: 0;
  }

  .zengio-head {
    min-height: 500px;
  }

  .logo-container {
    opacity: 1;
    display: none;
    overflow: hidden;
  }

  .zengio-logo-white {
    width: 160px;
  }

  .zengio-intro {
    max-width: 100%;
    display: flex;
  }

  .text-plate-white {
    height: 100%;
    padding-top: 3vh;
    padding-bottom: 3vh;
  }

  .case-images-background {
    border-top-left-radius: 4px;
    margin-top: 20px;
    margin-bottom: 4vh;
    position: static;
  }

  .case-images-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .saltiscykel {
    display: none;
  }

  .dark-stripe {
    background-image: none;
  }

  .navigation {
    display: none;
  }

  .pija {
    margin-bottom: 1vh;
  }

  .pija-head {
    height: 60vh;
    min-height: 500px;
    margin-top: 10px;
  }

  .pija-intro {
    margin-top: 40px;
  }

  .dakki-container {
    width: 86vw;
  }

  .image-77 {
    padding: 20px;
  }

  .zengio-slider {
    height: 100%;
    min-height: 50vh;
  }

  .zengio-and-chorus-slider {
    min-height: 550px;
    max-height: 90vh;
  }

  .slider-container {
    flex: 0 auto;
    padding-top: 20px;
  }

  .slider-image {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .left-arrow {
    width: 100px;
    margin-left: 0;
    display: block;
    inset: 0% auto 0% 0%;
  }

  .right-arrow {
    width: 100px;
    margin-right: 0;
    display: block;
    inset: 0% 0% 0% auto;
  }

  .slider-arrow {
    min-height: 100%;
    padding-top: 145px;
  }

  .pija-slider {
    height: 100%;
    min-height: 80vh;
  }

  .slider-image-a-couple {
    grid-column-gap: 7px;
    grid-row-gap: 0px;
    grid-template-rows: minmax(130px, .75fr) minmax(130px, .75fr);
    max-width: 270px;
  }

  .image-80 {
    height: 100px;
  }

  .image-80:hover {
    height: 110px;
  }

  .image-81 {
    height: 100px;
  }

  .image-81:hover {
    height: 110px;
  }

  .image-82 {
    height: 100px;
  }

  .image-82:hover {
    height: 110px;
  }

  .image-77-copy {
    padding: 20px;
  }

  .showcase-intro-h1 {
    font-size: 12vw;
    line-height: .7em;
  }

  .content-section {
    flex-direction: column;
  }

  .ui-col-1 {
    align-self: center;
    margin-bottom: 20px;
    position: relative;
  }

  .ui-col-2 {
    align-self: center;
    width: 100%;
  }

  .div-block-81 {
    max-width: 280px;
  }

  .zengio-ui-image {
    background-image: none;
    height: 480px;
  }

  .ridebite-brand {
    width: 100%;
    height: 410px;
    margin-top: 10px;
    margin-bottom: 19px;
  }

  .div-block-82 {
    width: 60px;
    height: 100%;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-showcase {
    max-width: 300px;
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block-showcase.top-padding {
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
  }

  .sbs-image {
    width: 100%;
    max-width: 100vw;
    height: 100%;
    margin-bottom: 0;
    margin-right: auto;
  }

  .main-wrapper {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .flex-middle {
    flex: 0 auto;
  }

  .flex-middle.yellow {
    flex: 0 auto;
    min-height: 300px;
    padding: 32px 20px;
  }

  .image-86 {
    min-height: 200px;
  }

  .padding {
    width: 100%;
    height: 8em;
  }

  .wide {
    display: none;
  }

  .grid-3 {
    grid-row-gap: 10px;
    grid-template-rows: minmax(190px, .75fr) minmax(220px, .5fr) minmax(auto, 1.25fr);
    grid-template-columns: 1fr;
  }

  .ridebite-grid-div {
    justify-content: center;
  }

  .intro-wrapper {
    margin-top: 20px;
    margin-bottom: 4vh;
  }

  .link-block-2, .link-block-2.w--current:hover {
    text-decoration: none;
  }

  .div-block-98 {
    perspective-origin: 0 0;
    transform: scale(.8);
  }

  .showcase-tab {
    z-index: 400;
    right: -4%;
  }

  .youtube-wrapper {
    min-height: 10vh;
    margin-top: 39px;
  }

  .the-lovgo, .the-lovgo.w--current:hover {
    text-decoration: none;
  }

  .intro-grid-zengio, .intro-grid-pija {
    margin-left: 0;
    padding-left: 13px;
    padding-right: 13px;
  }

  .intro-textilajninen {
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 0;
    padding: 20px;
  }

  .intro-text-wrapper {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    height: 80vw;
  }

  .intro {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-normal-backup {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    line-height: 28px;
    display: block;
  }

  .columns-5, .columns-6 {
    justify-content: center;
    display: flex;
  }
}

#w-node-_2881424f-019f-bccd-a813-26c7917e1ba7-1d3c3bb6, #w-node-_2881424f-019f-bccd-a813-26c7917e1bb0-1d3c3bb6, #w-node-_2881424f-019f-bccd-a813-26c7917e1bb9-1d3c3bb6, #w-node-_2881424f-019f-bccd-a813-26c7917e1bc2-1d3c3bb6 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d2d3ace3-c596-1ce0-b29f-68821451f06b-1d3c3bb6 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_68e301cf-3649-ab85-5c68-ea7f553d453b-1d3c3bb6 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_0d2863fe-3601-ce14-0e34-1d22b6bde271-1d3c3bb6 {
  grid-area: 1 / 2 / 3 / 3;
  place-self: center;
}

#w-node-_67e9bbfa-a6c5-3e4e-5f33-7f8d1283ef61-1d3c3bb6 {
  grid-area: 1 / 1 / 4 / 4;
  place-self: center;
}

#w-node-_67e9bbfa-a6c5-3e4e-5f33-7f8d1283ef63-1d3c3bb6 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_67e9bbfa-a6c5-3e4e-5f33-7f8d1283ef66-1d3c3bb6 {
  grid-area: 3 / 3 / 6 / 6;
}

#w-node-_67e9bbfa-a6c5-3e4e-5f33-7f8d1283ef67-1d3c3bb6 {
  grid-area: 4 / 1 / 6 / 3;
  place-self: auto center;
}

#w-node-_67e9bbfa-a6c5-3e4e-5f33-7f8d1283ef6a-1d3c3bb6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: auto center;
}

@media screen and (max-width: 991px) {
  #w-node-_2881424f-019f-bccd-a813-26c7917e1ba7-1d3c3bb6 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-d2d3ace3-c596-1ce0-b29f-68821451f06b-1d3c3bb6 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0d2863fe-3601-ce14-0e34-1d22b6bde271-1d3c3bb6 {
    grid-area: 1 / 2 / 3 / 3;
    place-self: center;
  }

  #w-node-_67e9bbfa-a6c5-3e4e-5f33-7f8d1283ef63-1d3c3bb6 {
    justify-self: center;
  }

  #w-node-_67e9bbfa-a6c5-3e4e-5f33-7f8d1283ef6b-1d3c3bb6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_67e9bbfa-a6c5-3e4e-5f33-7f8d1283ef6d-1d3c3bb6 {
    grid-area: 3 / 1 / 4 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0d2863fe-3601-ce14-0e34-1d22b6bde271-1d3c3bb6 {
    grid-area: 1 / 2 / 3 / 3;
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d2d3ace3-c596-1ce0-b29f-68821451f06b-1d3c3bb6 {
    justify-self: center;
  }

  #w-node-_68e301cf-3649-ab85-5c68-ea7f553d453b-1d3c3bb6 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-_0d2863fe-3601-ce14-0e34-1d22b6bde271-1d3c3bb6 {
    grid-area: 3 / 1 / 4 / 2;
    place-self: center;
  }
}


@font-face {
  font-family: 'Pt serif web';
  src: url('../fonts/PT_Serif-Web-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Custom items';
  src: url('../fonts/custom-items.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Brother 1816';
  src: url('../fonts/TipoType---Brother-1816-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Brother 1816';
  src: url('../fonts/TipoType---Brother-1816-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham narrow ultra';
  src: url('../fonts/GothamNarrow-Ultra.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Brother 1816';
  src: url('../fonts/TipoType---Brother-1816-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}