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

body {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 1.3vw;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  text-align: left;
}

a {
  color: #f0982e;
  text-decoration: underline;
}

.hero {
  display: block;
  margin-top: -80px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.47);
}

.btn {
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Rockebycd, sans-serif;
  color: hsla(0, 0%, 100%, 0.78);
  font-size: 1em;
  line-height: 0.7em;
  font-weight: 700;
  text-transform: uppercase;
}

.btn:hover {
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom: 1px none #f0982e;
  color: #fff;
}

.btn.w--current {
  color: #f0982e;
}

.btn.demo {
  border-style: solid;
  border-width: 1px;
  border-color: #f0982e;
  border-radius: 4px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.btn.demo:hover {
  background-color: #f0982e;
  color: #000;
}

.body {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.44);
}

.slider {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 90vh;
  max-width: 100%;
  margin-top: 0px;
}

.herowrapper {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1140px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.herocopywrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.herocopywrap._50split {
  width: auto;
  margin-left: 0px;
  padding-left: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f1f1f1;
}

.heroheading {
  width: 100%;
  font-family: Rockebycd, sans-serif;
  color: #fff;
  font-size: 4.8em;
  line-height: 0.8em;
  font-weight: 900;
  text-transform: uppercase;
}

.heroheading.black {
  color: #2a2929;
}

.subhead {
  font-family: Montserrat, sans-serif;
  color: #f0982e;
  font-size: 1.5em;
  line-height: 1em;
}

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

.subhead._0-50 {
  margin-bottom: 40px;
}

.paragraph {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #2a2929;
  font-size: 0.9em;
  line-height: 1.6em;
  font-weight: 500;
  text-align: center;
}

.paragraph.center {
  color: #727272;
  font-size: 0.7em;
}

.paragraph.center.terms {
  font-weight: 500;
}

.slide {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.54))), url('../images/EventTrailerHero.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.54)), url('../images/EventTrailerHero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.54))), url('../images/Intertior.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.54)), url('../images/Intertior.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.54))), url('../images/HOWWEWORK.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.54)), url('../images/HOWWEWORK.jpg');
  background-position: 0px 0px, 50% 100%;
}

.slide._4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.54))), url('../images/Horizons-SM.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.54)), url('../images/Horizons-SM.jpg');
}

.button-base-style {
  position: relative;
  overflow: hidden;
  padding: 18px 48px;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 60px;
  background-color: #fff;
  color: #fff;
  text-decoration: none;
}

.button-base-style.invert {
  background-color: #f0982e;
  font-size: 1em;
}

.button-label {
  position: relative;
  z-index: 1;
  font-family: Rockebycd, sans-serif;
  color: #f0982e;
  font-size: 1.5em;
  font-weight: 700;
}

.button-label.invert {
  color: #fff;
  font-size: 1.3em;
  text-transform: uppercase;
}

.background-fill-color {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0982e), to(#f0982e));
  background-image: linear-gradient(180deg, #f0982e, #f0982e);
}

.background-fill-color.invert {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2a2929), to(#2a2929));
  background-image: linear-gradient(180deg, #2a2929, #2a2929);
}

.mycontain {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1140px;
  margin-top: 100px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.mycontain._0-0 {
  margin-top: 0px;
  padding-top: 0px;
}

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.footer {
  height: 400px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #361e13;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.88)), to(rgba(0, 0, 0, 0.88))), url('../images/Footer.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.88)), url('../images/Footer.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.footer._0-0 {
  height: auto;
}

.section.invert {
  margin-bottom: 0px;
  padding-bottom: 100px;
  background-color: rgba(0, 0, 0, 0.05);
}

.section.grey {
  margin-bottom: 0px;
  padding-bottom: 100px;
  background-color: #ebebeb;
}

.section._0-100 {
  margin-bottom: 100px;
}

.h2 {
  font-family: Rockebycd, sans-serif;
  color: #f0982e;
  font-size: 4.5em;
  line-height: 0.8em;
  font-weight: 900;
  text-align: left;
  text-transform: uppercase;
}

.h2.center {
  text-align: center;
}

.h2.black {
  color: #2a2929;
}

.h2._0-50 {
  margin-top: 0px;
  margin-bottom: 80px;
}

.subnavgrid {
  margin-top: 60px;
  grid-column-gap: 33px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.menublock {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  background-color: #f0982e;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(65%, rgba(0, 0, 0, 0.23)), to(rgba(0, 0, 0, 0.7))), url('../images/4-4-Hero.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.23) 65%, rgba(0, 0, 0, 0.7)), url('../images/4-4-Hero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Rockebycd, sans-serif;
  color: #fff;
  font-size: 35px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.menublock:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(65%, rgba(240, 152, 46, 0.44)), to(rgba(0, 0, 0, 0.7))), url('../images/4-4-Hero.jpg');
  background-image: linear-gradient(180deg, rgba(240, 152, 46, 0.44) 65%, rgba(0, 0, 0, 0.7)), url('../images/4-4-Hero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.menublock._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(65%, rgba(0, 0, 0, 0.23)), to(rgba(0, 0, 0, 0.7))), url('../images/HOWWEWORK.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.23) 65%, rgba(0, 0, 0, 0.7)), url('../images/HOWWEWORK.jpg');
}

.menublock._2:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(65%, rgba(240, 152, 46, 0.46)), to(rgba(0, 0, 0, 0.7))), url('../images/HOWWEWORK.jpg');
  background-image: linear-gradient(180deg, rgba(240, 152, 46, 0.46) 65%, rgba(0, 0, 0, 0.7)), url('../images/HOWWEWORK.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.menublock._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(65%, rgba(0, 0, 0, 0.23)), to(rgba(0, 0, 0, 0.7))), url('../images/DemoDays.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.23) 65%, rgba(0, 0, 0, 0.7)), url('../images/DemoDays.jpg');
}

.menublock._3:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(65%, rgba(240, 152, 46, 0.46)), to(rgba(0, 0, 0, 0.7))), url('../images/DemoDays.jpg');
  background-image: linear-gradient(180deg, rgba(240, 152, 46, 0.46) 65%, rgba(0, 0, 0, 0.7)), url('../images/DemoDays.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.h3 {
  font-family: Rockebycd, sans-serif;
  font-size: 1em;
  line-height: 0.8em;
  font-weight: 900;
  text-transform: uppercase;
}

.h3.big {
  color: #2a2929;
  font-size: 3em;
  line-height: 0.8em;
}

.h3._0-10 {
  margin-top: 0px;
  font-size: 1.6em;
}

.h3.orange {
  margin-bottom: 20px;
  color: #f0982e;
}

.subcopy {
  font-family: Montserrat, sans-serif;
  color: #e9bd88;
  font-size: 18px;
  font-weight: 500;
  text-transform: none;
}

.modelgrid {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: visible;
  width: 95vw;
  height: auto;
  max-height: none;
  max-width: 1800px;
  min-height: 65vh;
  min-width: auto;
  margin-top: 80px;
  grid-auto-flow: row;
  grid-column-gap: 71px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.modelgrid.flip {
  display: none;
  overflow: visible;
  margin-top: 160px;
}

.modelbg {
  position: static;
  display: none;
  overflow: visible;
  width: 100%;
  height: auto;
  max-width: none;
  min-height: 100%;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 0px;
  opacity: 0.44;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider-2 {
  z-index: 80;
  overflow: visible;
  width: 100%;
  height: 600px;
  max-width: 1000px;
  min-width: auto;
  margin-right: 0px;
  margin-left: 0px;
  background-color: transparent;
}

.slide-2 {
  background-image: url('../images/ElementTrailer_8.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.datacopywrapper {
  width: 80%;
}

.mask {
  padding-right: 0px;
  padding-left: 0px;
}

.paragraph-2 {
  margin-top: 38px;
  margin-bottom: 63px;
  font-family: Montserrat, sans-serif;
  color: #727272;
  font-size: 0.8em;
  line-height: 1.7em;
}

.subtekst {
  margin-bottom: 48px;
  padding-top: 30px;
  color: #8d8d8d;
  font-size: 0.7em;
  line-height: 1.8em;
}

.grid-2 {
  max-width: 100%;
  margin-bottom: 59px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.datacopy {
  font-size: 1em;
  font-weight: 800;
}

.datalabel {
  margin-bottom: 8px;
  color: #686868;
  font-size: 0.8em;
  font-weight: 600;
}

.datalabel.big {
  display: block;
  padding: 14px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 4px;
  background-color: #eee;
  color: #2a2929;
  font-size: 1em;
}

.left-arrow {
  left: 0%;
  top: -25px;
  right: 60px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #000;
  font-size: 24px;
}

.right-arrow {
  left: 60px;
  top: -25px;
  right: 0%;
  bottom: auto;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background-color: #000;
}

.slide-3 {
  background-image: url('../images/ElementTrailer_1.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon {
  font-size: 24px;
}

.left-arrow-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: none;
  width: 50px;
  height: 50px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #f0982e;
}

.right-arrow-2 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 50px;
  height: 50px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #f0982e;
}

.icon-2 {
  font-size: 24px;
}

.icon-3 {
  font-size: 24px;
}

.leftblock {
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.righblok {
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.bold {
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
}

.form {
  margin-top: 27px;
}

.submit-button {
  padding: 20px 112px;
  border-radius: 50px;
  background-color: #f0982e;
  font-family: Rockebycd, sans-serif;
  color: #000;
  font-size: 23px;
  font-weight: 700;
  text-transform: uppercase;
}

.reason {
  margin-bottom: 17px;
  font-size: 0.8em;
}

.text-field {
  margin-bottom: 16px;
  padding-top: 26px;
  padding-bottom: 26px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #727272;
  border-radius: 0px;
  background-color: transparent;
  font-size: 0.8em;
}

.text-field:focus {
  background-color: rgba(255, 255, 255, 0.62);
  color: #000;
}

.image {
  width: 300px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.footergrid {
  margin-top: 54px;
  margin-bottom: 50px;
  -ms-grid-row-align: center;
  align-self: center;
  grid-row-gap: 46px;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.boldtext {
  opacity: 0.56;
  color: #fff;
  font-size: 19px;
  font-weight: 500;
  text-align: center;
}

.footeraddress {
  color: rgba(255, 255, 255, 0.77);
  font-size: 0.8em;
  line-height: 1.3em;
  text-align: center;
}

.footerline {
  display: none;
  color: rgba(255, 255, 255, 0.44);
  font-size: 0.8em;
  text-align: center;
}

.imagewrapper {
  position: relative;
  overflow: hidden;
  height: 26.9em;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide-nav {
  display: none;
}

._50-50grid {
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-2 {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-2 {
  height: auto;
  margin-top: 0px;
  font-size: 1em;
}

.section-2._0-0 {
  margin-top: 0px;
}

.rightcopywrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.rightcopywrap._70-0 {
  padding: 90px 70px 70px;
}

.centercontentcontain {
  max-width: 1440px;
  padding-left: 719px;
}

.centercontentcontain.left {
  width: auto;
  padding-right: 719px;
  padding-left: 0px;
}

.text-block-3 {
  padding: 90px 17px;
  border-radius: 4px;
  background-color: #e6e6e6;
}

.success-message {
  padding-left: 0px;
  background-color: transparent;
}

.error-message {
  padding-top: 22px;
  padding-bottom: 22px;
  border-radius: 4px;
  background-color: #b8b8b8;
}

.paragraph-3 {
  margin-bottom: 32px;
  color: #9c9c9c;
  font-size: 0.7em;
}

.link-2 {
  color: #727272;
  text-decoration: none;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 79px;
  padding-bottom: 79px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f0982e;
  font-size: 1em;
}

.section-3.videofull {
  padding: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.slidedemo {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.54))), url('../images/27012017-IMG_2460.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.54)), url('../images/27012017-IMG_2460.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slidedemo._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.54))), url('../images/Interior-Truck-3.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.54)), url('../images/Interior-Truck-3.jpeg');
}

.slidedemo._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.54))), url('../images/12042017-IMG_3558-1024x683.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.54)), url('../images/12042017-IMG_3558-1024x683.jpeg');
}

.slidedemo._4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.54))), url('../images/19042017-IMG_3653-1024x683.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.54)), url('../images/19042017-IMG_3653-1024x683.jpeg');
}

.slidedemo._5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.54))), url('../images/27012017-IMG_2407-683x1024.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.54)), url('../images/27012017-IMG_2407-683x1024.jpg');
  background-position: 0px 0px, 50% 50%;
}

.section-4 {
  position: static;
  margin-bottom: 0px;
}

.demoslider {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: auto;
  height: 70vh;
  max-width: 100%;
  margin-top: 0px;
}

.grid-3 {
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.imagecirckel {
  overflow: hidden;
  width: 300px;
  height: 300px;
  border-radius: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}

.imagecirckel._0-50 {
  margin-bottom: 50px;
}

.image-3 {
  max-height: 100%;
  max-width: none;
}

.text-span {
  font-family: Rockebycd, sans-serif;
  color: #000;
  font-size: 1.7em;
  line-height: 1em;
  font-weight: 700;
}

.text-span-3 {
  color: #000;
  font-weight: 700;
}

.grid-4 {
  margin-top: 0px;
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.slide-nav-3 {
  display: none;
}

.my50-50grid {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.copyblock {
  position: relative;
  overflow: hidden;
}

.heroparagaph {
  display: none;
  margin-bottom: 45px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 0.9em;
  line-height: 1.5em;
  font-weight: 500;
}

.introcopy {
  font-family: Rockebycd, sans-serif;
  color: #2a2929;
  font-size: 1.3em;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.datalabelbig {
  color: #686868;
  font-size: 16px;
  font-weight: 500;
}

.slide-nav-4 {
  z-index: 50;
  overflow: visible;
  font-size: 0.6em;
}

.addressblock {
  font-size: 0.8em;
}

.namebold {
  font-size: 1.1em;
  font-weight: 700;
}

.image-cropperright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-5 {
  overflow: hidden;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.formgrid {
  margin-bottom: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.imagecropper {
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}

.iconwrap {
  display: none;
}

.image-7 {
  display: none;
}

.contactslider {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: auto;
  height: 70vh;
  max-width: 100%;
  margin-top: 0px;
}

.image-8 {
  position: static;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.heading.center {
  text-align: center;
}

.heading.center._20-100 {
  margin-bottom: 60px;
}

.slide-4 {
  background-image: url('../images/ElementTrailer_5.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-5 {
  background-image: url('../images/ElementTrailer_6.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-6 {
  background-image: url('../images/ElementTrailer_2.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2a2929;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.88)), to(rgba(0, 0, 0, 0.88))), url('../images/HOWWEWORK.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.88)), url('../images/HOWWEWORK.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #2a2929;
}

.section-5:hover {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.headingtemp {
  margin-top: 20px;
  margin-bottom: 52px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 5.3em;
  line-height: 0.9em;
}

.text-block-4 {
  margin-bottom: 20px;
  color: #f0982e;
  font-size: 2vw;
  line-height: 40px;
}

.button {
  margin-right: 52px;
  margin-bottom: 0px;
  padding: 23px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 4px;
  background-color: #f0982e;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 1vw;
  font-weight: 600;
}

.button:hover {
  background-color: #fff;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  color: #f0982e;
}

.logo {
  width: 300px;
}

.logoline {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slide-7 {
  background-image: url('../images/ElementTrailer_3.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-8 {
  background-image: url('../images/ElementTrailer_7.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.html-embed {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}

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

.orangehigh {
  color: #f0982e;
}

.slide-9 {
  background-image: url('../images/FristFloor.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide10 {
  background-image: url('../images/SecondFloor.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.copybox {
  display: block;
  padding: 10px;
  border-radius: 9px;
  background-color: #f0982e;
  color: #2a2929;
  font-weight: 700;
}

.par {
  text-align: center;
}

.sliderlabel {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  border-radius: 6px;
  background-color: rgba(240, 152, 46, 0.3);
}

.footerlink {
  color: #727272;
  font-size: 0.7em;
  line-height: 1.6em;
  text-align: center;
}

.footerlink:hover {
  color: #f0982e;
}

@media screen and (max-width: 991px) {
  .hero {
    margin-top: 0px;
  }

  .navbar {
    height: 80px;
    padding-right: 28px;
    padding-left: 45px;
  }

  .btn {
    font-size: 2em;
    line-height: 2em;
    text-align: center;
  }

  .btn.w--current {
    color: #fff;
  }

  .btn.demo {
    margin-right: 31px;
    margin-left: 31px;
    border-color: rgba(43, 41, 41, 0.18);
    border-radius: 16px;
    background-color: #ca7b1b;
    box-shadow: 0 5px 0 0 #000;
  }

  .body {
    font-size: 2.6vw;
  }

  .herowrapper {
    padding-right: 40px;
    padding-left: 40px;
  }

  .herocopywrap {
    width: auto;
  }

  .herocopywrap._50split {
    width: auto;
    margin-left: 0px;
    padding-left: 40px;
  }

  .background-fill-color {
    display: none;
  }

  .mycontain {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .h2.center {
    margin-bottom: 46px;
    font-size: 4.2em;
  }

  .subnavgrid {
    grid-column-gap: 14px;
  }

  .subcopy {
    display: none;
  }

  .modelgrid {
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .modelgrid.flip {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .datacopywrapper {
    width: 100%;
  }

  .leftblock {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .righblok {
    margin-bottom: 40px;
    text-align: center;
  }

  .footerline {
    font-size: 1.7em;
  }

  .imagewrapper {
    height: 22em;
  }

  ._50-50grid {
    position: relative;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .image-2 {
    overflow: visible;
  }

  .section-2 {
    height: auto;
  }

  .rightcopywrap {
    padding: 41px;
  }

  .centercontentcontain {
    padding-left: 0px;
  }

  .centercontentcontain.left {
    padding-right: 0px;
  }

  .slidedemo._3 {
    background-position: 0px 0px, 62% 50%;
  }

  .slidedemo._5 {
    background-position: 0px 0px, 72% 50%;
  }

  .grid-4 {
    margin-top: 0px;
  }

  .my50-50grid {
    grid-column-gap: 21px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .copyblock {
    margin-bottom: 40px;
  }

  .introcopy {
    font-size: 1.1em;
  }

  .image-cropperright {
    height: auto;
    max-height: 400px;
    margin-bottom: 0px;
  }

  .image-5 {
    padding-right: 0px;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .menu-button {
    width: 70px;
    padding: 0px;
  }

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

  .nav-menu {
    width: 100%;
    height: 100vh;
    background-color: #f0982e;
  }

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

  .body-2 {
    font-size: 2vw;
  }

  .iconwrap {
    display: block;
  }

  .menu_icon {
    height: 100px;
    margin-top: 67px;
  }

  .closebtn {
    display: block;
  }

  .image-7 {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    width: 50px;
    margin: 14px;
    opacity: 0.25;
  }

  .form-block {
    width: 90vw;
  }

  .image-8 {
    height: 100%;
  }

  .section-5 {
    font-size: 3vw;
  }

  .text-block-4 {
    font-size: 5vw;
  }

  .button {
    margin-right: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 3vw;
  }

  .sliderlabel {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    font-size: 2vw;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    padding-top: 0px;
    padding-bottom: 40px;
  }

  .navbar {
    height: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .btn {
    text-align: center;
  }

  .body {
    font-size: 3vw;
  }

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

  .herocopywrap {
    width: auto;
  }

  .herocopywrap._50split {
    padding-top: 26px;
    padding-bottom: 50px;
    padding-left: 0px;
  }

  .heroheading {
    font-size: 4em;
  }

  .heroheading.black {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .subhead._20-20 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .paragraph {
    text-align: center;
  }

  .button-base-style.invert {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .mycontain {
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .h2._0-50 {
    text-align: center;
  }

  .h3._0-10 {
    font-size: 2em;
  }

  .h3.orange {
    font-size: 1.2em;
  }

  .modelgrid {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .paragraph-2 {
    font-size: 0.9em;
  }

  .subtekst {
    font-size: 0.9em;
  }

  .leftblock {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .righblok {
    margin-bottom: 70px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  ._50-50grid {
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .section-2 {
    height: auto;
  }

  .rightcopywrap._70-0 {
    padding: 20px;
  }

  .section-3 {
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-3.videofull {
    padding: 30px;
  }

  .grid-3 {
    justify-items: center;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .imagecirckel {
    width: 200px;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .image-3 {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 100% 50%;
    object-position: 100% 50%;
  }

  .grid-4 {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .addressblock {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .image-cropperright {
    margin-bottom: 0px;
  }

  .brand.w--current {
    padding-left: 0px;
  }

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

  .nav-menu {
    height: 100vh;
  }

  .body-2 {
    font-size: 2.6vw;
  }

  .menu_icon {
    height: 120px;
  }

  .image-7 {
    opacity: 0.25;
  }

  .form-block {
    width: 80vw;
  }

  .heading.center._20-100 {
    margin-bottom: 20px;
  }

  .headingtemp {
    text-align: center;
  }

  .text-block-4 {
    font-size: 5vw;
  }

  .slide-9 {
    background-size: contain;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .navbar {
    position: fixed;
    height: 60px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .btn.demo {
    border-width: 1px;
    border-color: #2a2929;
    background-color: transparent;
    box-shadow: none;
    color: #2a2929;
  }

  .body {
    font-size: 3.8vw;
  }

  .herowrapper {
    padding-right: 22px;
    padding-left: 22px;
  }

  .herocopywrap._50split {
    margin-left: 0px;
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .button-label.invert {
    font-size: 1.7em;
  }

  .mycontain {
    margin-top: -5px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .section.footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .h2.center {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .h2._0-50 {
    text-align: center;
  }

  .h2._0-50.center {
    margin-bottom: 50px;
  }

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

  .h3.orange {
    font-size: 2.6em;
  }

  .slider-2 {
    height: 375px;
  }

  .leftblock {
    display: none;
  }

  .righblok {
    text-align: center;
  }

  .submit-button {
    padding-right: 70px;
    padding-left: 70px;
  }

  .text-field {
    font-size: 1em;
  }

  .footerline {
    font-size: 2.5em;
  }

  ._50-50grid {
    overflow: hidden;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .image-2 {
    display: none;
    width: 100%;
    height: 30vh;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .section-2 {
    height: auto;
    margin-top: 0px;
    margin-bottom: 35px;
  }

  .rightcopywrap {
    padding: 20px 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .rightcopywrap._70-0 {
    padding-top: 60px;
  }

  .centercontentcontain {
    padding-top: 0px;
  }

  .section-3.videofull {
    padding: 10px 10px 30px;
  }

  .slidedemo {
    background-position: 0px 0px, 27% 50%;
  }

  .slidedemo._2 {
    background-position: 0px 0px, 50% 50%;
  }

  .demoslider {
    width: 100vw;
    height: 50vh;
  }

  .image-3 {
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .text-span {
    font-size: 2.6em;
  }

  .grid-4 {
    overflow: hidden;
  }

  .my50-50grid {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .introcopy {
    font-size: 1.7em;
  }

  .addressblock {
    text-align: left;
  }

  .brand {
    padding-left: 0px;
  }

  .menu-button {
    width: 60px;
  }

  .menu-button.w--open {
    padding-right: 0px;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 20vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    background-color: #f0982e;
  }

  .body-2 {
    font-size: 4vw;
  }

  .imagecropper {
    height: auto;
  }

  .image-6 {
    max-width: 80%;
  }

  .menu_icon {
    width: 100px;
    height: 70px;
    margin-top: 22px;
  }

  .closebtn {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 100;
    width: 50px;
    height: 50px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .image-7 {
    position: relative;
    display: block;
    margin: 0px;
    opacity: 0.25;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .contactslider {
    width: 100vw;
    height: 50vh;
  }

  .section-5 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url('../images/HOWWEWORK.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/HOWWEWORK.jpg');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .headingtemp {
    font-size: 6.8em;
  }

  .text-block-4 {
    font-size: 7vw;
  }

  .button {
    -webkit-transition: -webkit-transform 200ms ease;
    transition: -webkit-transform 200ms ease;
    transition: transform 200ms ease;
    transition: transform 200ms ease, -webkit-transform 200ms ease;
    font-size: 5vw;
  }

  .logo {
    width: 242px;
  }

  .html-embed {
    margin-bottom: 20px;
  }

  .sliderlabel {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 3vw;
  }
}

#w-node-_0ab63527-4166-2561-024a-c6bdffaae122-e7c8ac58 {
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_876cb09b-8443-3257-8354-723e112fe2c4-e7c8ac58 {
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-d9d25e41-7b27-211e-7c05-0b8e375fb58f-e7c8ac58 {
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_5c6d11b7-ff95-6082-120f-cd7cf59dce01-e7c8ac58 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f5d8c03c-3bf2-528e-5096-92329a06c5c7-e7c8ac58 {
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-ec7ecd2d-17fe-9e0c-7baf-9adaa8775f20-e7c8ac58 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 2;
  grid-column-end: 6;
}

#w-node-_7d4e6bc2-4cc9-26da-0584-f84524227eca-e7c8ac58 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_235e5c28-4916-8c83-53da-a9972ee567c3-e7c8ac58 {
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-a30ea82e-1ff2-9761-a5bd-713c140e8dac-e7c8ac58 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 2;
  grid-column-end: 6;
}

#w-node-_2a723155-308d-725f-679d-2e956d4be339-e7c8ac58 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-ff83dc90-7fe1-74ef-8961-4fcff388da6b-e7c8ac58 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_86ea7654-aa24-20e6-9488-3ee4868805f0-868805ec {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-c006154f-36bf-ec75-5401-614202f156ac-868805ec {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_86ea7654-aa24-20e6-9488-3ee486880601-868805ec {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_9f79acd2-f35f-0f45-bdd4-ffa620420fb5-20420f90 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_96c2a5f1-e40e-193c-6bf3-a2f6540a2e53-b333ad7b {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-adb7631f-c589-6280-f793-e92977c980f0-b333ad7b {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-ee3aa3c2-400e-5870-aea2-3f1f1b6215a2-b333ad7b {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bf84e97f-80a2-93d5-afa5-820684350263-b333ad7b {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_7f5726bc-682d-dc1e-f9da-27781fca3c90-b333ad7b {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_2cf97cb8-85ea-5320-3051-47dfd9c075c9-b333ad7b {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_2cf97cb8-85ea-5320-3051-47dfd9c075d3-b333ad7b {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_9a8c9a25-73f6-39dc-1ed4-9459cca5ca65-87257c22 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f052cbff-7740-f169-d8b3-6337db592c83-87257c22 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

@media screen and (max-width: 991px) {
  #w-node-_5c6d11b7-ff95-6082-120f-cd7cf59dce01-e7c8ac58 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 5;
    grid-column-end: 6;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-f5d8c03c-3bf2-528e-5096-92329a06c5c7-e7c8ac58 {
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-ec7ecd2d-17fe-9e0c-7baf-9adaa8775f20-e7c8ac58 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 5;
    grid-column-start: span 5;
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
  }

  #w-node-_235e5c28-4916-8c83-53da-a9972ee567c3-e7c8ac58 {
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-a30ea82e-1ff2-9761-a5bd-713c140e8dac-e7c8ac58 {
    -ms-grid-column: span 5;
    grid-column-start: span 5;
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-ff83dc90-7fe1-74ef-8961-4fcff388da6b-e7c8ac58 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 5;
    grid-column-end: 6;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_9f79acd2-f35f-0f45-bdd4-ffa620420f91-20420f90 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_9f79acd2-f35f-0f45-bdd4-ffa620420fb5-20420f90 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_96c2a5f1-e40e-193c-6bf3-a2f6540a2e53-b333ad7b {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-bf84e97f-80a2-93d5-afa5-820684350263-b333ad7b {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_7f5726bc-682d-dc1e-f9da-27781fca3c90-b333ad7b {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_2cf97cb8-85ea-5320-3051-47dfd9c075c9-b333ad7b {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_2cf97cb8-85ea-5320-3051-47dfd9c075d3-b333ad7b {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_9a8c9a25-73f6-39dc-1ed4-9459cca5ca65-87257c22 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-f052cbff-7740-f169-d8b3-6337db592c83-87257c22 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f5d8c03c-3bf2-528e-5096-92329a06c5c7-e7c8ac58 {
    -ms-grid-column-span: 5;
    grid-column-end: 6;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_235e5c28-4916-8c83-53da-a9972ee567c3-e7c8ac58 {
    -ms-grid-column-span: 5;
    grid-column-end: 6;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_978eff16-8137-e27f-245f-009e1ef5285e-b333ad7b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-ee3aa3c2-400e-5870-aea2-3f1f1b6215a2-b333ad7b {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }

  #w-node-bf84e97f-80a2-93d5-afa5-820684350263-b333ad7b {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 2;
    grid-row-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_7f5726bc-682d-dc1e-f9da-27781fca3c90-b333ad7b {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_82769d06-f14f-b66b-6364-115b91d677b2-87257c22 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_9a8c9a25-73f6-39dc-1ed4-9459cca5ca65-87257c22 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-f052cbff-7740-f169-d8b3-6337db592c83-87257c22 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }

  #w-node-_82769d06-f14f-b66b-6364-115b91d677b2-2949c05b {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_96c2a5f1-e40e-193c-6bf3-a2f6540a2e53-b333ad7b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-adb7631f-c589-6280-f793-e92977c980f0-b333ad7b {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_7f5726bc-682d-dc1e-f9da-27781fca3c90-b333ad7b {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_82769d06-f14f-b66b-6364-115b91d677b2-87257c22 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-f052cbff-7740-f169-d8b3-6337db592c83-87257c22 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_82769d06-f14f-b66b-6364-115b91d677b2-2949c05b {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@font-face {
  font-family: 'Rockebycd';
  src: url('../fonts/RockebyCd-Black.woff2') format('woff2'), url('../fonts/RockebyCd-Black.eot') format('embedded-opentype'), url('../fonts/RockebyCd-Black.woff') format('woff'), url('../fonts/RockebyCd-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rockebycd';
  src: url('../fonts/RockebyCd-Regular.woff2') format('woff2'), url('../fonts/RockebyCd-Regular.eot') format('embedded-opentype'), url('../fonts/RockebyCd-Regular.woff') format('woff'), url('../fonts/RockebyCd-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rockebycd';
  src: url('../fonts/RockebyCd-Bold.woff2') format('woff2'), url('../fonts/RockebyCd-Bold.eot') format('embedded-opentype'), url('../fonts/RockebyCd-Bold.woff') format('woff'), url('../fonts/RockebyCd-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}