@charset "UTF-8";
/* Syntax
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Colors
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@import url(normalize.css);
/* line 27, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.green {
  color: #20bf6b; }

/* line 31, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.purple {
  color: #8D58D6; }

/* line 35, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.orange {
  color: #D68D58; }

/* line 39, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.white {
  color: #fafafa; }

/* line 43, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.grey {
  color: #b7b5b3; }

/* line 47, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.lightgrey {
  color: #d0d0d0; }

/* line 51, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.border-green {
  border-top: 2rem solid lightgreen; }

/* line 54, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.border-blue {
  border-top: 2rem solid lightblue; }

/* line 57, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.border-yellow {
  border-top: 2rem solid yellow; }

/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Buttons
- Forms
- Lists
- Misc & Clearing
- Custom
- IPO
- Imports
*/
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* line 75, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.container, .bg-block-content-container {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 82, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.column,
.columns {
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media (min-width: 415px) {
  /* line 89, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  .container {
    width: 85%;
    padding: 0; }
  /* line 92, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  .bg-block-content-container {
    width: 80%;
    padding: 0; } }

@media (min-width: 950px) {
  /* line 96, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  .container {
    width: 80%; }
  /* line 98, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  .bg-block-content-container {
    width: 60%; }
  /* line 99, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  .column,
  .columns {
    margin-left: 4%; }
  /* line 102, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }
  /* line 106, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  .one.column,
  .one.columns {
    width: 4.66666666667%; }
  /* line 108, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  .two.columns {
    width: 13.3333333333%; }
  /* line 109, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  .three.columns {
    width: 22%; }
  /* line 110, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  .four.columns {
    width: 30.6666666667%; }
  /* line 111, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  .five.columns {
    width: 39.3333333333%; }
  /* line 112, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  .six.columns {
    width: 48%; }
  /* line 113, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  .seven.columns {
    width: 56.6666666667%; }
  /* line 114, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  .eight.columns {
    width: 65.3333333333%; }
  /* line 115, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  .nine.columns {
    width: 74.0%; }
  /* line 116, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  .ten.columns {
    width: 82.6666666667%; }
  /* line 117, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  .eleven.columns {
    width: 91.3333333333%; }
  /* line 118, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  .twelve.columns {
    width: 100%;
    margin-left: 0; }
  /* line 120, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  .one-third.column {
    width: 30.6666666667%; }
  /* line 121, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  .two-thirds.column {
    width: 65.3333333333%; }
  /* line 123, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  .one-half.column {
    width: 48%; }
  /* Offsets */
  /* line 126, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66666666667%; }
  /* line 128, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%; }
  /* line 130, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%; }
  /* line 132, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%; }
  /* line 134, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%; }
  /* line 136, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%; }
  /* line 138, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%; }
  /* line 140, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%; }
  /* line 142, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78.0%; }
  /* line 144, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%; }
  /* line 146, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%; }
  /* line 149, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%; }
  /* line 151, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%; }
  /* line 154, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%; } }

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* line 161, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
html {
  height: 100%;
  width: 100%;
  font-size: 62.5%; }

/* line 165, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
body {
  height: 100%;
  width: 100%;
  font-size: 1.5em;
  line-height: 1.6;
  font-weight: 400;
  font-family: "Roboto", Arial, sans-serif;
  color: #252423;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0; }

/* line 177, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.bo {
  overflow: hidden;
  position: relative; }

/* line 181, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
#wpadminbar {
  position: fixed !important; }

/* line 184, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.admin-margin {
  top: 32px !important; }

@media only screen and (max-width: 782px) {
  /* line 188, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  .admin-margin {
    top: 46px !important; } }

/* line 192, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.admin-margin-alt {
  top: 52px !important; }

@media only screen and (max-width: 782px) {
  /* line 196, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  .admin-margin-alt {
    top: 66px !important; } }

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* line 202, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
h1, h2, h3, h4 {
  margin-top: 0;
  font-weight: 500; }

/* line 205, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
h1 {
  margin-bottom: 2rem;
  font-size: 4.0rem;
  line-height: 1.2;
  letter-spacing: -.1rem; }

/* line 206, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
h2 {
  margin-bottom: 1rem;
  margin-top: 1rem;
  font-size: 3rem;
  line-height: 1.25;
  letter-spacing: -.1rem; }

/* line 207, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
h3 {
  margin-bottom: 2.5rem;
  font-size: 1.7rem;
  line-height: 1.7;
  letter-spacing: 0; }

/* line 208, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
h4 {
  margin-bottom: 2.5rem;
  font-size: 1.2rem;
  line-height: 1.7;
  letter-spacing: 0.2rem;
  text-transform: uppercase; }

@media (min-width: 950px) {
  /* line 211, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  h1 {
    font-size: 4rem; }
  /* line 212, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  h2 {
    font-size: 3rem; }
  /* line 213, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  h3 {
    font-size: 1.7rem; }
  /* line 214, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  h4 {
    font-size: 1.2rem; } }

/* line 217, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
p {
  margin-top: 0; }

/* line 220, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
a {
  color: #fafafa;
  border-bottom: 1px solid #FCE300;
  text-decoration: none;
  transition: border-bottom 0.5s ease;
  -webkit-transition: border-bottom 0.5s ease;
  -moz-transition: border-bottom 0.5s ease;
  -o-transition: border-bottom 0.5s ease; }

/* line 228, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
a:hover {
  border-bottom: 1px solid transparent; }

/* line 231, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
a.noeffect:link {
  color: #fafafa;
  border-bottom: none; }

/* line 234, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
a.noeffect:visited {
  color: #fafafa; 
  border-bottom: none;}

/* line 237, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.pre-header {
  margin-bottom: 1rem;
  font-family: "Roboto", Arial, sans-serif;
  color: #FCE300;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-size: 1.2rem; }

/* line 245, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
a.no-under:link, a.no-under-inherit:link {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  text-decoration: none;
  border-bottom: none; }

/* line 253, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
a.no-under:hover, a.no-under-inherit:hover {
  opacity: 0.8;
  border-bottom: none; }

/* line 257, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
a.no-under-inherit {
  color: inherit; }

/* line 260, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.unset {
  text-align: left; }

/* line 263, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.center {
  text-align: center; }

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* line 268, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  font-family: "Roboto", Arial, sans-serif;
  display: inline-block;
  height: 50px;
  padding: 0 30px;
  color: #fafafa;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 38px;
  letter-spacing: .2rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 40px;
  border: 2px solid #fafafa;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 291, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  outline: 0;
  background-color: transparent;
  cursor: pointer; }

/* line 304, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  font-family: "Roboto", Arial, sans-serif;
  display: inline-block;
  height: 33px;
  padding: 0 30px;
  color: #fafafa;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 23px;
  letter-spacing: .2rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 40px;
  border: 2px solid #fafafa;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 327, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.button,
button:first-child {
  margin-right: 1.5rem; }

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* line 333, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  margin-top: 1rem;
  height: 40px;
  width: 100%;
  padding: 0 20px 5px 20px;
  color: #252423;
  background-color: #fff;
  border: none;
  border-radius: 100px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 352, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* line 363, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }

/* line 367, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.05); }

/* line 381, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-size: 1.7rem;
  line-height: 1.7; }

/* line 387, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
fieldset {
  padding: 0;
  border-width: 0; }

/* line 390, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
input[type="checkbox"],
input[type="radio"] {
  display: inline; }

/* line 393, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* line 401, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
ul {
  list-style: circle inside; }

/* line 403, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
ol {
  list-style: decimal inside; }

/* line 405, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
ol, ul {
  padding-left: 0;
  margin-top: 0; }

/* line 408, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }

/* line 414, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
ul {margin-bottom: 0;}

#ipo-nav li {list-style-type: none;line-height: 1.2;padding: 0.25rem 0;}
#ipo-nav > li:first-child {padding: 0;}

#ipo-nav li a {
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
text-decoration: none;
border-bottom: none; }

#ipo-nav li a {color:#222222;}
#ipo-nav ul li a {color:#666666;}

#ipo-nav li a:hover {opacity: 0.8;border-bottom: none;}

#ipo-mobile ul li a {color:#fafafa!important;border-bottom: none;}
#ipo-mobile ul li a::after {display: none;}
#ipo-mobile .children {float: none;margin: 1rem 0 0 0;padding-top: 0;}
#ipo-mobile .children li a {font-size: 1.5rem;}
#ipo-mobile > ul > .page_item {padding-bottom: 2rem;margin-bottom: 1rem; border-bottom: 1px solid rgb(255 255 255 / 20%);}
#ipo-mobile > ul > .page_item:last-child {border-bottom: none;}
#ipo-mobile .children .page_item {padding: 0;margin-bottom: 0.5rem;}
#ipo-mobile .children .page_item:last-child {margin-bottom: 0;}

.children {font-size: 1.4rem;margin-top: 0.5rem;}

#ipo-nav > .page_item {margin-bottom: 1rem;font-size: 1.6rem;}
#ipo-nav > .page_item:last-child {margin-bottom: 0rem;}

li.current_page_item > a {color:#43b02b!important;}
li.current_page_item > a::before {position: absolute; content: "•";left:-1.5rem;color:#43b02b;}

.ipo-nav-single > .page-item-227 > a {color:#43b02b!important;}
.ipo-nav-single > .page-item-227 > a::before {position: absolute; content: "•";left:-1.5rem;color:#43b02b;}

#ipo-back {
list-style: none;
position: absolute;
top: 0.5rem;
letter-spacing: 0.2rem;
font-size: 1.2rem; 
text-transform: uppercase;
font-family: "Montserrat", sans-serif; }

#ipo-back a {
color: #fafafa;
text-decoration: none;
}

#ipo-back a:hover {
  color: #fafafa;
  text-transform: uppercase;
  text-decoration: none; }

#ipo-back a::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #20bf6b;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
    transition: width .3s;}

#ipo-back .fas {margin-right: 1rem;}

#ipo-logo {
width: 80%;
max-width: 150px;
position: relative;
margin-left: -1.5rem;
margin-bottom: 2rem;}

#ipo-main h3 {font-size: 2.2rem;line-height: 1.5;}
#ipo-main p {font-size: 1.7rem;line-height: 1.7;}
#ipo-main p a {color:#252423;}
.ipo-pic {height: 250px;background-position: center;background-size: cover;margin-bottom: 2.5rem;}

.ipo-press {border-bottom: 1px solid rgb(128 128 128 / 15%);margin-bottom: 2.5rem;}
.ipo-press-regulator {font-size: 1.3rem;padding: 0.5rem 1rem;background-color: #fce300;display: inline-block;margin-bottom: 1rem;}

.ipo-meta-date {margin-bottom: 2rem;font-size: 1.4rem;}
.ipo-meta-date-alt {margin-bottom: 0.5rem;font-size: 1.4rem;}

#ipo-mainpage {margin-top: 1.5rem;}

.hs-responsive-embed-youtube {
position: relative;
padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
padding-top: 25px;
}
.hs-responsive-embed-youtube iframe {
position: absolute;
width: 100%!important;
height: 100%!important;
}

.hs-responsive-embed-youtube.marg-large {
margin-bottom: 5rem;}

.hs-responsive-embed-youtube.main-page {
margin-bottom: 0rem;
margin-top: 3rem;}

@media only screen and (max-width: 1100px) {
#ipo-sidebar {display: none;}
#ipo-column {width: 100%!important;margin-left: 0!important;}
}

@media only screen and (min-width: 1101px) {
#ipo-mobile {display: none;}
#ipo-back {top: 0rem;}
#ipo-main h3 {font-size: 2.5rem;}
.ipo-pic {height: 400px;}
#ipo-mainpage {margin-top: 0; display: -webkit-inline-box;display: -ms-inline-flexbox;display: inline-flex;border-left: 1px solid white;padding-left: 20px;}
#ipo-mainpage span {display: inline-block;}
#ipo-mainpage span:first-child {margin-right: 15px;}
#ipo-mainpage span:last-child {border-radius: 20px;background-color:#FCE300;padding: 0 0.75rem;}
#ipo-mainpage span:last-child a {color:#252423;}    

}

/* Misc & Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* line 419, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
button,
.button {
  margin-bottom: 1rem; }

/* line 422, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }

/* line 427, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
pre,
blockquote,
dl,
figure,
table,
p,
ol,
form {
  margin-bottom: 2.5rem; }

/* line 438, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.u-full-width {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 441, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.u-max-full-width {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 444, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.u-pull-right {
  float: right; }

/* line 446, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.u-pull-left {
  float: left; }

/* line 449, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }

/* line 455, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.row {position: relative;}
.row-flex {display: -webkit-box;display: -ms-flexbox;display: flex;}
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

/* New custom
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* line 466, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.bg-block-flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/* line 467, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.bg-block-left, .bg-block-right {
  width: 50%; }

/* line 468, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.bg-block-text {
  padding-top: 30%;
  padding-bottom: 30%; }

/* line 469, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.bg-block-img, .bg-block-img-first {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

@media only screen and (max-width: 950px) {
  /* line 472, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  .bg-block-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  /* line 473, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  .bg-block-left, .bg-block-right {
    width: 100%; }
  /* line 474, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  .o1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  /* line 475, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  .o2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  /* line 476, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  .bg-block-text {
    padding-top: 20%;
    padding-bottom: 20%; }
  /* line 477, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  .bg-block-img,.bg-block-img-first {
    height: 300px; }
  /* line 478, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  #hero {
    height: 5rem!important; } }

@media only screen and (max-width: 1100px) {
  /* line 482, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  .offert {
    margin-top: 1rem;
    padding-top: 1rem; } }

@media only screen and (min-width: 1101px) {
  /* line 486, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  .hamburger {
    display: none !important; }
  /* line 487, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  .offert {
    padding-top: 0.5rem; } }

@media only screen and (min-width: 1200px) {
  /* line 490, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  .float {
    -webkit-transform: perspective(0) translateZ(0);
    transform: perspective(0) translateZ(0);
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  /* line 499, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  .float:hover, .float:focus, .float:active {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px); } }

/* line 503, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  position: absolute;
  top: -12px;
  right: 5px; }

/* line 520, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.hamburger:hover {
  opacity: 0.7; }

/* line 522, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.hamburger.is-active:hover {
  opacity: 0.7; }

/* line 524, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fafafa; }

/* line 529, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

/* line 535, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

/* line 539, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #fafafa;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease; }

/* line 548, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

/* line 551, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.hamburger-inner::before {
  top: -10px; }

/* line 553, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.hamburger-inner::after {
  bottom: -10px; }

/* line 556, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
  -o-transition-duration: 0.22s;
  transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

/* line 559, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }

/* line 561, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

/* line 564, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

/* line 568, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }

/* line 572, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/* Custom
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* line 581, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
#index-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

/* line 590, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
#choice-container {
  width: 100%;
  text-align: center; }

/* line 594, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
#intro-video-overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden; }

/* line 603, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
video.full {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  -o-object-position: bottom;
  object-position: bottom; }

/* line 609, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.bg-block {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem; }

/* line 614, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.bg-block-hero {
  width: 100%;
  padding-top: 15rem;
  padding-bottom: 15rem; }

/* line 620, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.bg-block-hero-alt {
  width: 100%;
  padding: 0; }

@media only screen and (max-width: 950px) {
  /* line 626, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  .bg-block-hero {
    padding-top: 0rem !important;
    padding-bottom: 8rem !important; }
  /* line 630, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  .bg-block-sub-hero {
    padding-top: 0rem !important;
    padding-bottom: 8rem !important; }
  /* line 634, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  .bg-block-mid-hero {
    padding-top: 0rem !important;
    padding-bottom: 8rem !important; }
  /* line 638, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  .bg-block-c5 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; } }

/* line 643, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.bg-block-sub-hero {
  width: 100%;
  padding-top: 15rem;
  padding-bottom: 15rem; }

/* line 649, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.bg-block-mid-hero {
  width: 100%;
  padding-top: 15rem;
  padding-bottom: 15rem; }

@media only screen and (max-width: 950px) {
  /* line 656, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  #full-bg-single {
    position: relative !important;
    height: 35rem !important;
    width: 100% !important;
    margin-bottom: 5rem !important;
    margin-top: 0rem !important;
    background-position: top !important; }
  /* line 663, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  #full-bg-single-alt {
    position: relative !important;
    height: 35rem !important;
    width: 100% !important;
    margin-bottom: 5rem !important;
    margin-top: 0rem !important; }
  /* line 669, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  #full-bg-single-sub {
    position: relative !important;
    height: 35rem !important;
    width: 100% !important;
    margin-bottom: 5rem !important;
    margin-top: 0rem !important; }
  /* line 675, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  #full-bg-single-contact {
    position: relative !important;
    height: 35rem !important;
    width: 100% !important;
    margin-bottom: 5rem !important;
    margin-top: 0rem !important; } }

/* line 683, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
#full-bg-single {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  width: 50%;
  margin-top: -15rem;
  right: 0; }

/* line 692, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
#full-bg-single-alt {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 50%;
  margin-top: -15rem;
  right: 0; }

/* line 701, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
#full-bg-single-sub {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  width: 50%;
  margin-top: -15rem;
  left: 0; }

/* line 710, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
#full-bg-single-contact {
  position: absolute;
  background-repeat: no-repeat;
  background-image: url("img/stock5.jpeg");
  background-size: cover;
  background-position: center;
  width: 50%;
  margin-top: -15rem;
  left: 0; }

/* line 720, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.platform {
  -webkit-box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.2); }

/* line 725, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.bg-block-c1 {
  background-color: #ffffff; }

/* line 728, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.bg-block-c1-alt {
  background-color: #f3f3f3; }

/* line 731, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.bg-block-c2 {
  background-color: #43B02A; }

/* line 734, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.bg-block-c3 {
  background-color: #ECD710; }

/* line 737, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.bg-block-c4 {
  background-color: #3C3B3A; }

/* line 740, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.bg-block-c5 {
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #222222; }

/* line 746, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.bg-block-c6 {
  background-color: #252423;
  margin-bottom: -14rem; }

/* line 750, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.section-header {
  display: inline-block;
  position: relative;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.6rem;
  padding-bottom: 0.8rem;
  top: -3.7rem;
  border-radius: 40px;
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: .1rem;
  text-transform: uppercase;
  color: #222222;
  background-color: #FCE300; }

/* line 766, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.main-pic {
  height: 100vh;
  background-image: url(img/movebybike_bg.jpg);
  background-position: top;
  background-size: cover; }

/* line 772, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.logo-pic {
  position: absolute;
  left: 4rem;
  top: 4rem; }

/* line 777, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.offert {
  cursor: pointer;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  border-radius: 40px;
  background-color: #20bf6b;
  color: #fafafa;
  width: auto;
  display: inline-block; }

/* line 789, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.choice-container {
  margin-top: 30%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

/* line 796, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.sub-choice {
  display: inline-block; }

/* line 800, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.sub-choice-separator {
  display: none; }

/* line 804, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.icon-right {
  margin-right: 1rem; }

/* line 807, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.icon-left {
  margin-left: 0.5rem; }

/* line 810, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.icon-left-alt {
  margin-left: 0rem; }

/* line 813, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
#hero {
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

@media only screen and (max-width: 999px) {
  /* line 820, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  #hero {
    height: 50rem; } }

/* line 824, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
#hero-alt {
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

@media only screen and (max-width: 999px) {
  /* line 831, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  #hero-alt {
    height: 50rem; } }

/* line 835, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
#hero-gradient {
  height: 40rem;
  background: -o-linear-gradient(rgba(144, 238, 144, 0.45), rgba(144, 238, 144, 0.45)), url(img/foretag_hero_bw.jpg);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(144, 238, 144, 0.45)), to(rgba(144, 238, 144, 0.45))), url(img/foretag_hero_bw.jpg);
  background: linear-gradient(rgba(144, 238, 144, 0.45), rgba(144, 238, 144, 0.45)), url(img/foretag_hero_bw.jpg);
  background-size: cover;
  background-position: center; }

/* line 846, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.sub-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -12rem;
  -webkit-box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.2); }

/* line 859, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.sub-hero-card {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-item-align: start;
  align-self: flex-start;
  height: 20rem;
  width: 30rem;
  background-color: #302F2F; }

/* line 866, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.sub-hero-card:nth-child(even) {
  background-color: #3C3B3A; }

/* line 869, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.sub-hero-icon {
  display: inline-block;
  margin-top: 1rem;
  padding-top: 0.5rem;
  width: 6rem;
  height: 5.5rem;
  border-radius: 50%;
  font-size: 3rem;
  text-align: center;
  background-color: #252423; }

/* line 880, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
#menu {
  width: 100%;
  z-index: 2;
  top: 0;
  position: fixed;
  min-height: 3rem;
  background-color: #20bf6b; }

/* line 888, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
#soc-sidebar {
  z-index: 1;
  top: 40%;
  bottom: auto;
  left: 0;
  width: 3.5rem;
  height: 11.5rem;
  position: fixed;
  -webkit-box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.2);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px; }

@media only screen and (max-width: 750px) {
  /* line 904, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  #soc-sidebar {
    display: none !important; } }

/* line 908, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
#soc-fb {
  padding-top: 1.25rem;
  padding-right: 0.5rem;
  height: 4.5rem;
  text-align: center;
  font-size: 2rem;
  background-color: #43b02b;
  color: #fafafa;
  border-top-right-radius: 10px; }

/* line 919, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
#soc-instagram {
  padding-top: 1.25rem;
  padding-right: 0.5rem;
  height: 4.5rem;
  text-align: center;
  font-size: 2rem;
  background-color: #5BBA46;
  color: #fafafa;
  border-bottom-right-radius: 10px; }

/* line 930, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 1rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem; }

/* line 938, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.customer-card {
  background-color: #222222;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: 100%;
  display: inline-block;
  padding: 2rem;
  border-radius: 4px;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 1rem; }

@media only screen and (min-width: 415px) and (max-width: 750px) {
  /* line 951, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  .customer-card {
    width: calc(50% - 5rem); } }

@media only screen and (min-width: 751px) and (max-width: 999px) {
  /* line 956, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  .customer-card {
    width: calc(33.33% - 5rem); } }

@media only screen and (min-width: 1000px) {
  /* line 961, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  .customer-card {
    width: calc(16.66% - 5rem); } }

/* line 965, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.customer-pic {
  width: 100%;
  height: 100%;
  opacity: 0.8;
  cursor: pointer; }

/* line 971, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.customer-pic-blank {
  width: 200px;
  height: 0px; }

/* line 975, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.card-container {
  position: relative;
  top: -10rem; }

/* line 979, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.card {
  display: inline-block;
  width: 23%;
  margin-left: 2.6666666666666%;
  margin-right: -4px;
  height: 200px;
  background-color: aliceblue;
  -webkit-box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.2); }

/* line 990, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.card:first-child {
  margin-left: 0; }

/* External
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* line 996, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.wpcf7-field-group-add, .wpcf7-field-group-remove {
  height: 30px;
  width: 30px;
  padding: 0 0 2px 1px;
  line-height: 0;
  margin-bottom: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }

/* line 1008, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.wpcf7-field-group-remove {
  margin-right: 0.5rem !important; }

/* line 1011, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.wpcf7-field-group-add:hover, .wpcf7-field-group-remove:hover {
  background-color: #20bf6b;
  outline: inherit; }

/* line 1015, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.wpcf7-radio {
  color: #fafafa;
  position: relative;
  top: -15px; }

/* line 1020, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.wpcf7-list-item.first {
  margin-right: 1rem; }

/* line 1023, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.wpcf7-list-item input {
  margin-left: -1em;
  margin-right: 0.2em; }

/* line 1028, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.wpcf7-not-valid-tip {
  color: #252423 !important;
  font-size: 1.4rem !important; }

/* line 1032, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
div.wpcf7-mail-sent-ok {
  background-color: #20bf6b !important;
  border: none !important;
  border-radius: 100px !important;
  margin-top: -1rem !important;
  margin-bottom: 4.5rem !important;
  padding: 0.5rem 0 1rem 2rem !important;
  color: #fafafa !important; }

/* line 1042, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  display: none !important; }

/* line 1045, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.main_h {
  position: fixed;
  min-height: 30px;
  max-height: 47px;
  z-index: 999;
  width: 100%;
  padding-top: 15px;
  background: none;
  overflow: hidden;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
  opacity: 0;
  top: -100px;
  padding-bottom: 5px;
  font-family: "Montserrat", sans-serif; }

@media only screen and (max-width: 1100px) {
  /* line 1064, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  .open-nav {
    min-height: 100vh !important; } }

@media only screen and (min-width: 1101px) {
  /* line 1069, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  .open-nav {
    min-height: 47px !important; } }

/* line 1074, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.open-nav .mobile-toggle {
  top: 10px; }

/* line 1078, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.open-nav .mobile-toggle span {
  margin-bottom: -2px; }

/* line 1082, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.sticky-bg {
  -webkit-box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.2); }

/* line 1087, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.sticky {
  opacity: 1;
  top: 0px;
  background-color: #43b02b;
  border: none !important; }

/* line 1094, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.logo {
  width: 50px;
  font-size: 25px;
  color: #8f8f8f;
  text-transform: uppercase;
  float: left;
  display: block;
  margin-top: 0;
  line-height: 1;
  margin-bottom: 10px; }

@media only screen and (max-width: 1100px) {
  /* line 1106, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  .logo {
    float: none; }
  /* line 1109, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  .main_h {
    background-color: #43b02b;
    border-bottom: none;
    -webkit-box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.2); }
  /* line 1115, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  .sub-choice {
    margin-top: 2rem; }
  /* line 1118, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  .sub-choice-active {
    margin-top: 2rem;
    letter-spacing: 0.5rem;
    font-size: 2rem;
    color: #20bf6b; }
  /* line 1124, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  .icon-left-alt {
    margin-left: 1rem; }
  /* line 1126, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  .sub-choice-separator {
    display: inline-block;
    margin-left: 0.5rem;
    margin-right: 0.5rem; } }

/* line 1133, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
nav {
  float: right;
  width: calc(100% - 160px); }

@media only screen and (max-width: 1100px) {
  /* line 1138, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  nav {
    width: 100%;
    margin-top: 5rem; } }

/* line 1143, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
nav ul {
  list-style: none;
  overflow: hidden;
  text-align: right;
  float: right;
  margin-bottom: 0; }

@media only screen and (max-width: 1100px) {
  /* line 1151, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  nav ul {
    padding-top: 10px;
    margin-bottom: 22px;
    float: left;
    text-align: center;
    width: 100%; } }

/* line 1159, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
nav ul li {
  display: inline-block;
  margin-left: 20px;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 1.5; }

@media only screen and (max-width: 1100px) {
  /* line 1167, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  nav ul li {
    width: 100%;
    padding: 7px 0;
    margin: 0; }
  /* line 1172, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  nav ul a {
    letter-spacing: 0.5rem;
    font-size: 2rem; }
  /* line 1176, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  nav ul a:hover::after {
    width: 0; } }

@media only screen and (min-width: 1101px) {
  /* line 1182, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  nav ul a {
    letter-spacing: 0.2rem;
    font-size: 1.1rem; }
  /* line 1186, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  .sub-choice-active {
    display: inline-block;
    letter-spacing: 0.2rem;
    font-size: 1.1rem;
    color: #20bf6b; }
  /* line 1192, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  nav ul a:hover::after {
    width: 100%; } }

/* line 1198, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
nav ul a.sub-choice-link {
  border-bottom: none; }

/* line 1201, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
nav ul a.sub-choice-link:hover::after {
  width: 0%; }

/* line 1206, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
nav ul a {
  color: #fafafa;
  text-transform: uppercase;
  text-decoration: none; }

/* line 1212, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
nav ul a:hover {
  color: #fafafa;
  text-transform: uppercase;
  text-decoration: none; }

/* line 1218, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
nav ul a::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #fce300;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s; }

/* line 1227, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.mobile-toggle {
  display: none;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 22px;
  top: 2px;
  width: 30px; }

@media only screen and (max-width: 1100px) {
  /* line 1237, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
  .mobile-toggle {
    display: block; } }

/* line 1241, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.mobile-toggle span {
  width: 30px;
  height: 2px;
  margin-bottom: 6px;
  background: #20bf6b;
  display: block; }

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }

@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); } }

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  90% {
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0); } }

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  90% {
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0); } }

/* line 1342, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.bounce {
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite; }

/* line 1346, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.grid {
  z-index: 1;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  margin-top: -10rem;
  -webkit-box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.2); }

/* line 1358, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.grid-sizer,
.grid-item {
  width: 25%;
  height: 150px;
  background-color: aqua; }

/* line 1365, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.grid-item-2 {
  width: 25%;
  height: 150px;
  background-color: beige; }

/* line 1371, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.grid-item-3 {
  width: 25%;
  height: 150px;
  background-color: goldenrod; }

/* line 1377, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.grid-item-4 {
  width: 25%;
  height: 150px;
  background-color: lightblue; }

/* line 1383, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.grid-item-5 {
  width: 25%;
  height: 150px;
  background-color: gold; }

/* line 1389, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.grid-item-6 {
  width: 25%;
  height: 150px;
  background-color: orchid; }

/* line 1395, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.grid-item-7 {
  width: 25%;
  height: 150px;
  background-color: coral; }

/* line 1401, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.grid-item-8 {
  width: 25%;
  height: 150px;
  background-color: mediumaquamarine; }

/* line 1407, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 256px;
  min-height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  display: none; }

/* line 1419, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.slideout-menu-left {
  left: 0; }

/* line 1423, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.slideout-menu-right {
  right: 0; }

/* line 1427, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.slideout-panel {
  position: relative;
  z-index: 1;
  will-change: transform;
  background-color: #FFF;
  /* A background-color is required */
  min-height: 100vh; }

/* line 1435, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden; }

/* line 1441, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.slideout-open .slideout-menu {
  display: block; }

/* line 1445, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.tooltip-down {
  position: relative;
  display: inline-block; }

/* line 1449, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.tooltip-down .tooltiptext {
  visibility: hidden;
  font-size: 1.3rem;
  line-height: 1.3;
  font-family: "Roboto", Arial, sans-serif;
  width: 130px;
  background-color: #bcc4dc;
  color: #fafafa;
  text-align: center;
  border-radius: 0.8rem;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 120%;
  left: 50%;
  margin-left: -55px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

/* line 1468, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.tooltip-down .tooltiptext::after {
  content: " ";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #bcc4dc transparent; }

/* line 1478, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.tooltip-down:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
  -webkit-box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.14); }

/* 404
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* line 1488, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
#error {
  background-size: cover;
  background-position: center;
  height: 100vh;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

/* line 1497, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
#screen {
  background-color: #252423;
  padding: 3rem 4rem 3rem 4rem; }

/* Youtube
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* line 1505, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.youtube-responsive-container {
  position: relative;
  margin-bottom: 2.5rem;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.2); }

/* line 1518, /Users/hunkverkstan/Desktop/SORTERA/MBB/Bicycle/css/disktrasa.scss */
.youtube-responsive-container iframe, .youtube-responsive-container object, .youtube-responsive-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* IPO
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#ipo-main {padding: 10rem 0 5rem 0; }
#ipo-nav {position: -webkit-sticky;position: sticky;top:10rem;padding-right: 3rem;border-right:1px solid rgb(128 128 128 / 15%);}

/* Mediaquerys
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Imports
–––––––––––––––––––––––––––––––––––––––––––––––––– */