:root {
  --black-2: #3c2636;
  --dark-orange: #f47d20;
  --white: white;
  --orange: #ff9f1f;
  --dim-grey: #6b6a6a;
  --black: black;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.nav {
  background-color: #fff;
  height: 60px;
  box-shadow: 0 1px 20px -10px #000;
}

.nav.new {
  box-shadow: none;
}

.container {
  flex: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.container.full {
  max-width: 100%;
}

.container.extra-mar {
  margin-bottom: 40px;
  position: relative;
}

.container.hide {
  display: none;
}

.logo {
  background-image: url('../images/E-tech_logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 60px;
}

.logo:hover {
  opacity: .5;
}

.navlink {
  color: var(--black-2);
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
}

.navlink:hover, .navlink.w--current {
  color: var(--dark-orange);
}

.navlink.contactbox {
  background-color: var(--black-2);
  color: #fff;
  font-weight: 400;
}

.navlink.contactbox:hover {
  color: var(--dark-orange);
}

.navlink.contactbox.new {
  background-color: var(--dark-orange);
}

.navlink.contactbox.new:hover {
  color: var(--white);
  text-decoration: underline;
}

.body {
  font-family: Rubik, sans-serif;
}

.hero {
  background-image: url('../images/AdobeStock_217414837_web.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
}

.hero.half {
  height: 60vh;
}

.hero.half.bmw {
  background-image: url('../images/w2-e1548763200582.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero.half.tesla {
  background-image: url('../images/96.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero.half.montr {
  background-image: linear-gradient(#3c2636d6, #3c2636d6), url('../images/5d232c46be88271bedad0a2d_s4.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero.half.montr.full {
  height: 100vh;
}

.hero.blogg {
  background-image: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero.blogg.pic {
  background-image: linear-gradient(#00000038, #00000038), url('../images/50x70_Poster_01-1024x682.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.banner {
  background-color: var(--dark-orange);
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.banner.hide {
  display: none;
}

.bannerh2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 300;
}

.flexcol {
  align-items: center;
  display: flex;
}

.flexcol.hide {
  display: none;
}

.bannerbtn {
  float: right;
  background-color: var(--orange);
  text-transform: uppercase;
  padding-left: 25px;
  padding-right: 25px;
  font-size: .8rem;
  font-weight: 400;
  line-height: 2.5rem;
  transition: all .2s;
}

.bannerbtn:hover {
  background-color: var(--black-2);
}

.heading {
  color: var(--black-2);
  margin-bottom: 15px;
  font-size: 1.3rem;
  font-weight: 500;
}

.heading.new {
  margin-bottom: 0;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 3rem;
}

.text {
  text-align: center;
  max-width: 790px;
  margin: 40px auto 60px;
}

.break {
  background-color: var(--dark-orange);
  width: 50px;
  height: 5px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.break.left {
  margin-left: 0;
  margin-right: 0;
}

.break.new {
  height: 2px;
}

.paragraf {
  color: var(--dim-grey);
  font-size: 1rem;
  line-height: 1.75rem;
}

.paragraf.new {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 2.5rem;
}

.paragraf.new._960 {
  max-width: 960px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.div-block {
  margin-top: 0;
  padding: 30px;
}

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

.tjenesterbox {
  text-align: center;
  border: 1px solid #f2eff1;
  padding: 30px 20px;
  box-shadow: 2px 2px 4px #4a2a3e1a;
}

.tjenesterbox.new {
  cursor: pointer;
  text-decoration: none;
  transition: all .2s;
  display: block;
  box-shadow: 0 1px 20px #c2c2c21a;
}

.tjenesterbox.new:hover {
  border-color: var(--dark-orange);
  background-color: #f47d2033;
}

.tjenesterbox.new.tjen {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-bottom: 20px;
  display: flex;
}

.tjenesterbox.new.holiday {
  cursor: not-allowed;
}

.boxtext {
  color: var(--dim-grey);
  font-size: 1rem;
  font-weight: 300;
}

.boxtext.big {
  text-align: center;
  font-size: 1.3rem;
  line-height: 2.5rem;
}

.boxtext.big.hide {
  display: none;
}

.boxicon {
  width: 105px;
}

.boxicon.small {
  width: 80px;
  height: 80px;
}

.boxheading {
  color: var(--dark-orange);
  font-size: 30px;
  font-weight: 500;
}

.boxheading.small {
  margin-top: 10px;
  font-size: 1.7rem;
  line-height: 2.5rem;
}

.readmore {
  color: var(--orange);
  font-size: 1rem;
  text-decoration: none;
}

.readmore:hover {
  color: var(--black-2);
}

.ringbanner {
  max-width: 850px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.ringbanner.hide {
  display: none;
}

.ringtxt {
  color: var(--black-2);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
}

.link {
  color: var(--dark-orange);
}

.link.profilebigger {
  margin-bottom: 10px;
  font-size: 1rem;
  display: block;
}

.link.blau {
  color: var(--black-2);
}

.link.big {
  border-bottom: 2px solid #0000;
  font-size: 1.3rem;
  line-height: 2.5rem;
  text-decoration: none;
}

.link.big:hover {
  border-bottom-color: var(--dark-orange);
}

.link.biggest {
  border-bottom: 2px solid #0000;
  font-size: 1.5rem;
  line-height: 2.5rem;
  text-decoration: none;
}

.link.biggest:hover {
  border-bottom-color: var(--dark-orange);
}

.link.biggest.margin {
  margin-right: 30px;
}

.blocktext {
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.5rem;
}

.bigblock {
  margin-top: 70px;
}

.bigblock.marg {
  margin-bottom: 80px;
}

.footer {
  background-color: var(--black-2);
  align-items: center;
  min-height: auto;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.footer.new {
  background-color: #333;
  padding-bottom: 30px;
}

.footerimg {
  width: 210px;
  margin-bottom: 19px;
}

.footerimg.vik {
  width: 150px;
  padding-left: 20px;
  padding-right: 20px;
}

.footerheader {
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 1.5rem;
  font-weight: 400;
}

.footerheader.differ {
  margin-top: 20px;
  margin-bottom: 0;
}

.footertxt {
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
}

.footerlistitem {
  margin-top: 10px;
}

.footerlink {
  color: var(--orange);
  font-size: 1rem;
  line-height: 2rem;
  text-decoration: none;
}

.footerlink:hover {
  color: var(--dark-orange);
}

.footerlink.contact {
  font-size: 1.5rem;
}

.slider {
  height: 90vh;
}

.slider.hide {
  display: none;
}

.privs1 {
  background-image: url('../images/s1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.privs2 {
  background-image: url('../images/s2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.introtext {
  color: var(--dim-grey);
  padding: 10px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75rem;
}

.whatwedotext {
  color: var(--black-2);
  font-size: 1.3rem;
  line-height: 1.7rem;
}

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

.contentblock {
  padding: 15px;
}

.contentblock.more-marg {
  margin-bottom: 30px;
}

.column {
  overflow: visible;
}

.naerings1 {
  background-image: url('../images/dronebildet.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bannersub {
  background-image: url('../images/slide-background.jpg');
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  height: 300px;
  display: flex;
}

.bannersub.hide {
  display: none;
}

.bannersub.dif {
  background-image: url('../images/background-top.jpg');
  background-position: 20%;
  background-size: cover;
  background-attachment: fixed;
}

.bannersub.purplerain {
  background-image: linear-gradient(to bottom, var(--black-2), var(--black-2));
}

.heading-2 {
  color: var(--orange);
  text-align: center;
  font-size: 26px;
  font-weight: 500;
}

.heading-3 {
  font-size: 26px;
  font-weight: 500;
}

.div-block-2 {
  background-color: var(--orange);
  flex: 1;
  padding-top: 30px;
  padding-bottom: 30px;
}

.tagline {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
}

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

.heading-4 {
  color: #fff;
  font-size: 4rem;
  font-weight: 500;
  line-height: 4rem;
}

.heading-4.orange {
  color: var(--dark-orange);
  text-align: center;
  margin-top: 80px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 4.5rem;
}

.heading-5 {
  margin-top: 0;
  font-size: 25px;
  font-weight: 500;
  line-height: 40px;
}

.productlistitem {
  padding: 10px;
}

.text-block {
  color: var(--dim-grey);
  font-size: 1rem;
  font-weight: 300;
}

.text-block.tag {
  margin-bottom: 20px;
}

.text-block-2 {
  margin-top: 10px;
  font-size: 1.5rem;
  line-height: 2.5rem;
}

.text-block-2.hide {
  display: none;
}

.product {
  padding: 40px;
}

.product.hide {
  display: none;
}

.image-2 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.contactc2a {
  background-color: var(--black-2);
  padding-top: 30px;
  padding-bottom: 30px;
}

.heading-6 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
}

.div-block-3 {
  padding: 30px 30px 40px;
}

.div-block-3.marg {
  margin-bottom: 80px;
}

.paragraph {
  color: var(--dim-grey);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75rem;
}

.column-2 {
  text-align: center;
}

.facebook.hide {
  display: none;
}

.link-block {
  margin-top: 20px;
}

.dropdown-link {
  color: var(--dim-grey);
  text-transform: uppercase;
  font-weight: 500;
}

.dropdown-link:hover, .dropdown-link.w--current {
  color: #fff;
}

.dropdown-list {
  background-color: #1d1818;
}

.dropdown-list.w--open {
  background-color: #000;
}

.section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.tjenestehero {
  padding-top: 81px;
  padding-bottom: 80px;
}

.paragraph-2 {
  font-size: 1.3rem;
  line-height: 2rem;
}

.contacthead {
  font-size: 2rem;
  font-weight: 400;
  line-height: 3rem;
}

.contactseg {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ansatt {
  text-align: center;
  margin-bottom: 30px;
}

.profilepic {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.ansattheader {
  margin-bottom: 20px;
}

.ansatttitle {
  color: var(--black-2);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
}

.jobtitle {
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 300;
}

.sepansatt {
  background-color: var(--dark-orange);
  width: 22px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.sepansatt.left {
  margin-bottom: 26px;
  margin-left: 0;
  margin-right: 0;
}

.seghed {
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 400;
}

.content {
  padding-top: 30px;
  padding-bottom: 30px;
}

.content.maxit {
  padding-top: 0;
  padding-bottom: 60px;
}

.heading-7 {
  color: #fff;
  text-shadow: 1px 1px 7px #6d6d6d;
  font-size: 3rem;
  line-height: 4rem;
}

.richtext {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.richtext h2 {
  color: var(--black-2);
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}

.richtext h4 {
  color: var(--black-2);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
}

.richtext p {
  color: var(--dim-grey);
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 2.5rem;
}

.richtext h3 {
  font-size: 1.5rem;
  font-weight: 300;
}

.richtext a {
  color: var(--dark-orange);
}

.richtext blockquote {
  color: var(--dim-grey);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75rem;
}

.richtext li {
  color: var(--dim-grey);
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 2rem;
}

.richtext.left {
  text-align: left;
}

.blogpost {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: flex;
}

.linktoarticle {
  justify-content: center;
  align-items: stretch;
  height: 250px;
  display: flex;
}

.link-2 {
  color: #000;
  margin-top: 10px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2rem;
  text-decoration: none;
  display: block;
}

.link-2:hover {
  color: var(--dark-orange);
}

.image-5 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.heading-8 {
  text-transform: uppercase;
  margin-top: 30px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.text-block-3 {
  color: var(--orange);
  font-size: 1rem;
  line-height: 1.7rem;
}

.text-block-4 {
  margin-bottom: 20px;
}

.hidelist {
  display: none;
}

.arrow {
  width: 30px;
  margin-top: auto;
}

.hero-link-wrap {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.block {
  height: 650px;
  position: relative;
}

.block.hide {
  display: none;
}

.block-content {
  border-style: none none none solid;
  border-width: 1px 1px 1px 5px;
  border-color: var(--dark-orange);
  background-color: #fff;
  max-width: 680px;
  padding: 40px;
  position: absolute;
  top: 190px;
  right: 0;
  box-shadow: 0 1px 20px #0003;
}

.block-content.minheight {
  min-height: 350px;
}

.block-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 3.9rem;
  font-weight: 400;
  line-height: 5rem;
}

.block-text {
  margin-bottom: 15px;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 2.5rem;
}

.image-6 {
  border-radius: 5px;
  width: 810px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 63px;
  box-shadow: 0 1px 20px #e2e2e2;
}

.service-overview {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.service-overview.career {
  margin-top: 50px;
  margin-bottom: 60px;
}

.service-overview.marg {
  padding-top: 30px;
  display: block;
}

.header {
  text-align: center;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.header.hide {
  display: none;
}

.header.small {
  max-width: 960px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.tjeneste-heading {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 4rem;
}

.nav-helper {
  background-color: var(--black-2);
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 1px 1px 20px #afafaf;
}

.nav-help-link {
  color: var(--dark-orange);
  border-bottom: 2px solid #0000;
  font-size: 1.3rem;
  line-height: 2rem;
  text-decoration: none;
}

.nav-help-link:hover {
  border-bottom-color: var(--dark-orange);
}

.nav-help-text {
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  line-height: 2.5rem;
}

.social-proof-wrap.space {
  margin-top: 30px;
  margin-bottom: 30px;
}

.social-proof-wrap.space.hide {
  display: none;
}

.morereviews-wrap {
  max-width: 950px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}

.flex-cols {
  align-items: center;
  display: flex;
}

.review-logos {
  text-align: center;
  padding: 30px;
}

.morereviews-click {
  filter: grayscale();
  transition: all .2s;
  display: block;
}

.morereviews-click:hover {
  filter: grayscale(0%);
}

.review-logo {
  width: 210px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.review-logo.anbud {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
}

.star {
  width: 30px;
}

.video.hide {
  display: none;
}

.sert {
  padding: 20px;
}

.hero-header {
  text-align: center;
  margin-top: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.career-image {
  box-shadow: 1px 1px 20px #d4d4d4;
}

.why-wrap {
  margin-top: 40px;
  padding-bottom: 60px;
}

.empty-state {
  border: 1px solid var(--dark-orange);
  text-align: center;
  background-color: #f47d2033;
  padding: 30px;
  font-size: 1.3rem;
  line-height: 2.5rem;
}

.marg-content {
  padding: 0 50px 0 0;
}

.bullets {
  background-color: #f47d2033;
  margin-bottom: 50px;
  padding: 40px;
  box-shadow: 0 1px 20px #e9e9e9;
}

.bullets.service {
  border-radius: 5px;
  display: none;
}

.bullets.alt {
  border: 2px solid var(--dark-orange);
  background-color: #fff3;
  border-radius: 5px;
  max-width: 960px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
}

.bullets.alt.hide {
  display: none;
}

.number-wrap {
  text-align: center;
}

.heading-9 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.text-block-5 {
  font-size: 1.3rem;
  line-height: 2.5rem;
}

.text-block-6 {
  font-size: 1rem;
  line-height: 2rem;
}

.text-block-7 {
  color: var(--dim-grey);
  text-align: center;
  font-size: 1.3rem;
  line-height: 2rem;
}

.gallery {
  margin-top: 40px;
}

.product-wrap {
  border: 1px solid #ebebeb;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 30px 40px;
  display: block;
  box-shadow: 0 1px 20px #f1f1f1;
}

.product-wrap.hover {
  border-width: 5px;
}

.product-wrap.hover:hover {
  border-width: 5px;
  border-color: var(--dark-orange);
  background-color: #f47d2033;
  box-shadow: 0 1px 20px #f1f1f1;
}

.product-wrap.hover:focus {
  border-color: var(--dark-orange);
}

.product-title {
  margin-top: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 3rem;
}

.product-title.small {
  color: #303030;
  font-size: 1.7rem;
  line-height: 1.5;
}

.product-title.small:hover {
  background-color: #0000;
}

.image-7 {
  width: 290px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-7.small {
  width: 160px;
}

.product-header {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 21px;
  padding-top: 20px;
  padding-bottom: 0;
}

.product-wrap-header {
  text-align: center;
  max-width: 960px;
  margin: 70px auto 20px;
}

.heading-10 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 300;
  line-height: 5rem;
}

.heading-10.marg {
  margin-bottom: 30px;
}

.lightbox-link {
  margin-bottom: 30px;
  display: block;
}

.tjeneste-hero-content {
  padding: 20px;
}

.hero-title {
  margin-top: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 4rem;
}

.image-8 {
  border-radius: 5px;
  box-shadow: 1px 1px 20px #d1d1d1;
}

.hero-text {
  font-size: 1.3rem;
  line-height: 2.5rem;
}

.bullet-rich-text li {
  background-color: #fff;
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 10px;
  padding: 10px 25px;
  font-size: 1.3rem;
  line-height: 2.5rem;
  list-style-type: none;
}

.bullet-rich-text ul {
  text-align: center;
  padding-left: 0;
  list-style-type: none;
}

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

.bullet-head.alt {
  margin-bottom: 30px;
}

.bullet-text {
  margin-bottom: 20px;
  font-size: 1.3rem;
  line-height: 2.5rem;
}

.button {
  background-color: var(--orange);
  border-radius: 5px;
  font-size: 1.3rem;
  line-height: 2rem;
}

.button:hover {
  background-color: #ff9200;
}

.button.marg {
  margin-right: 20px;
}

.button.round {
  z-index: 9999;
  color: #fff;
  background-image: url('../images/coin-stack.svg');
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: 25px;
  border-radius: 50px;
  padding: 7px 30px 7px 68px;
  transition: all .15s;
  position: fixed;
  inset: auto -1% 21% auto;
  box-shadow: 1px 1px 20px #00000030;
}

.button.round:active {
  transform: scale(.96);
}

.button._100 {
  width: 100%;
  display: block;
}

.button.to-form {
  align-self: flex-start;
  margin-bottom: 16px;
  padding: 5px 20px;
}

.button.to-form.cool-button {
  color: #fff;
}

.button.to-form.other {
  margin-top: 40px;
}

.bullet-text-wlink {
  margin-top: 10px;
  font-size: 1.3rem;
  display: block;
}

.bullet-info-wrap {
  text-align: center;
}

.ruler {
  background-color: #e0e0e0;
  height: 1px;
}

.ruler._960 {
  max-width: 960px;
  margin: 0 auto 40px;
}

.price {
  padding: 20px 20px 20px 0;
}

.text-block-8 {
  margin-right: 10px;
  font-size: 1.3rem;
  line-height: 2.5rem;
  display: inline-block;
}

.text-block-9 {
  color: var(--dark-orange);
  font-size: 1.5rem;
  line-height: 2.5rem;
  display: inline-block;
}

.list-item {
  border-bottom: 1px solid #e2e2e2;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.3rem;
  line-height: 2.5rem;
}

.list-item.hide {
  display: none;
}

.list-item.last {
  border-bottom-style: none;
}

.signatur {
  margin-top: 40px;
}

.signatur-text {
  color: var(--white);
  text-align: center;
  margin-top: 40px;
  font-size: 1rem;
  line-height: 2rem;
}

.soknadfrist {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5rem;
}

.soknadfrist.big {
  margin-bottom: 30px;
  font-size: 2.5rem;
  line-height: 3rem;
}

.additional-product {
  text-align: left;
  margin-bottom: 50px;
}

.additional-product.ekstra-easee-home {
  display: none;
}

.additional-product-light-box {
  text-align: center;
  display: block;
}

.additional-product-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 3rem;
}

.paragraph-3 {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 2.5rem;
}

.price-table {
  margin-bottom: 10px;
}

.price-list {
  max-width: 550px;
}

.table-text {
  flex: 0 30%;
  font-size: 1.3rem;
  line-height: 1.5;
}

.table-text.price-color {
  color: var(--dark-orange);
}

.price-list-item {
  margin-bottom: 5px;
}

.price-list-item.hide {
  display: none;
}

.ribbon {
  text-align: left;
  margin-top: 50px;
  margin-bottom: 0;
  padding: 40px;
}

.heading-11 {
  margin-bottom: 19px;
  font-weight: 400;
}

.text-block-10 {
  font-size: 1.5rem;
  font-weight: 300;
}

.text-span {
  color: var(--dark-orange);
  font-weight: 700;
}

.video-ad {
  margin-top: 20px;
  margin-bottom: 30px;
}

.paragraph-4 {
  font-size: 1.2rem;
  line-height: 1.4;
}

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

.grid.hide {
  display: none;
}

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

.grid2.hide {
  display: none;
}

.div-block-4 {
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px;
}

.heading-12 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.3;
}

.header-2 {
  text-align: center;
  margin-bottom: 19px;
  padding: 20px;
}

.textfield {
  margin-bottom: 20px;
}

.textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 80px;
  margin-bottom: 30px;
}

.checkbox-field {
  border: 1px solid var(--orange);
  background-color: #ff9f1f29;
  margin-bottom: 30px;
  padding: 20px 40px;
}

.link-3 {
  color: #000;
}

.link-3:hover {
  text-decoration: none;
}

.checkbox {
  background-color: #fff;
  width: 17px;
  height: 17px;
  margin-right: 10px;
}

.checkbox.w--redirected-checked {
  border-color: var(--dark-orange);
  background-color: var(--dark-orange);
  background-size: contain;
}

.checkbox.w--redirected-focus {
  box-shadow: 0 0 3px 1px var(--orange);
}

.checkbox-label {
  color: #000;
  margin-top: -18px;
  margin-left: 15px;
}

.div-block-5 {
  padding-top: 50px;
  position: relative;
}

.link-4 {
  color: var(--dark-orange);
  border: 5px solid #0000;
  padding: 20px;
  font-size: 1.4rem;
  line-height: 1;
  display: inline-block;
}

.link-4:hover, .link-4:focus {
  border-color: var(--dark-orange);
}

.div-block-6 {
  text-align: center;
  padding: 30px;
}

.div-block-6.hide {
  display: none;
}

.choose {
  max-width: 960px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.product-link {
  color: #000;
  text-align: center;
  background-color: #fff3;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 50px;
  text-decoration: none;
  transition: all .15s;
  display: flex;
  box-shadow: 1px 1px 20px #f1f1f1;
}

.product-link:active {
  transform: scale(.98);
}

.text-block-11 {
  font-size: 5rem;
  line-height: 1.2;
  display: inline-block;
}

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

.tick {
  opacity: 0;
  width: 30px;
  height: 30px;
  margin-top: 10px;
}

.div-block-7 {
  display: none;
}

.form {
  margin-left: auto;
  margin-right: auto;
}

.div-block-8, .form-info {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.success-message {
  background-color: #fff;
  padding: 44px;
}

.text-block-12 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.3;
}

.slider-4 {
  background-color: #0000;
  height: auto;
  position: relative;
}

.slider-4._1 {
  height: auto;
  min-height: 680px;
}

.link-5 {
  color: #0015ff;
}

.field2 {
  border-radius: 4px;
  max-width: 400px;
  height: 50px;
  padding-left: 15px;
  font-size: 1.3rem;
}

.field2:focus {
  border: 3px solid #ef027f;
}

.field2.hidden {
  display: none;
}

.slider-right {
  background-color: var(--orange);
  color: #fff;
  text-align: center;
  border-radius: 4px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  transition: all .2s;
}

.slider-right:hover {
  background-color: var(--dark-orange);
}

.radio-button {
  background-color: #fff;
  flex: none;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.radio-button.w--redirected-checked {
  border-width: 5px;
  border-color: var(--dark-orange);
  background-color: #fff;
}

.radio-button.w--redirected-focus {
  box-shadow: 0 0 3px 1px #7c0041;
}

.button-wrap {
  width: 100%;
  display: flex;
}

.radio-button-field {
  margin-right: 3px;
  padding-left: 20px;
  display: flex;
}

.radio-button-field.morespace {
  margin-top: 10px;
}

.next-placeholder {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 159px;
  height: 47px;
  margin: auto auto 25px;
  display: none;
  overflow: visible;
}

.form-paragraph {
  color: #5b617c;
  font-size: 18px;
  line-height: 23px;
}

.form-paragraph.info {
  padding: 20px;
}

.slide-4 {
  border-radius: 20px;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  position: static;
}

.slide-4._2 {
  min-height: 1210px;
}

.budget-header {
  margin-bottom: 0;
}

.budget {
  padding: 10px 30px 10px 0;
}

.slider-left {
  color: #fff;
  background-color: #151c340f;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-width: 80px;
  margin-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.slider-left:hover {
  background-color: #151c3426;
}

.mask-2 {
  height: auto;
}

.form-full-2 {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-left: 10px;
  display: flex;
}

.form-title-wrap {
  margin-bottom: 10px;
  display: flex;
}

.form-title-wrap.hide {
  display: block;
}

.slide-content-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  padding: 10px 3% 100px;
  display: flex;
  position: relative;
}

.error-message {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.form-calc-title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.form-calc-wrap {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
}

.form-calc-wrap.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 400px;
  display: grid;
}

.form-calc-wrap.grid._2 {
  grid-template-columns: 1fr 1fr;
  max-width: 600px;
  margin-top: 20px;
}

.form-calc-wrap.flex {
  justify-content: flex-start;
  margin-top: 7px;
  margin-bottom: 0;
  padding-right: 5vw;
  display: flex;
}

.form-calc-wrap.grid4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 400px;
  display: grid;
}

.form-calc-wrap.grid4._2 {
  grid-template-columns: 1fr 1fr;
  max-width: 600px;
  margin-top: 20px;
}

.paragraph-6 {
  color: #000;
  margin-top: 30px;
  font-size: 1.3rem;
  line-height: 1.3;
}

.form-item-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
}

.form-item-wrapper.fixed-height {
  order: 0;
  align-self: auto;
  min-height: 160px;
  margin-left: -156px;
  position: relative;
  right: -200px;
}

.checkbox-field-3 {
  margin-bottom: 15px;
  padding: 19px 0 19px 19px;
  position: relative;
  right: -35px;
}

.text-block-13 {
  color: #000;
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.4;
}

.text-block-13.bigger {
  font-size: 1.3rem;
  line-height: 1.3;
}

.slide-counter {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 20px;
  margin-top: 40px;
  display: none;
}

.checkbox-label-3 {
  margin-top: 0;
  margin-left: 10px;
  font-size: 16px;
  line-height: 1.4;
  position: relative;
}

.form-section-title {
  color: #0a1f44;
  margin-bottom: 80px;
  font-size: 36px;
  font-weight: 400;
  line-height: 32px;
}

.submit-button {
  background-color: var(--dark-orange);
  color: #fff;
  border-radius: 6px;
  flex: 0 auto;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
}

.budgettitle {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
}

.div-block-14 {
  margin-top: 20px;
  display: none;
}

.success-message-2 {
  letter-spacing: 1px;
  background-color: #ecf5ff;
  height: 100vh;
  padding: 50px;
}

.previous-placeholder {
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100px;
  height: 35px;
  margin-bottom: 30px;
  transition: opacity .2s;
  display: none;
}

.previous-placeholder:hover {
  opacity: 1;
}

.previous-button {
  opacity: 1;
  color: #5b617c;
  text-indent: -2px;
  flex: none;
  align-self: center;
  padding: 5px 0;
  font-size: 15px;
  transition: opacity .2s ease-in;
  display: none;
}

.previous-button:hover {
  opacity: 1;
  border-bottom-color: #0000008c;
}

.form-content {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-bottom: -20px;
  display: flex;
}

.slide-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-title-2 {
  color: #000433;
  letter-spacing: -1px;
  font-size: 3rem;
  line-height: 1.3;
}

.div-block-12 {
  margin-left: 0;
  margin-right: auto;
}

.div-block-12.kontaktinfo {
  min-width: 650px;
}

.text-field {
  border: 1.3px solid #bec9d5;
  border-radius: 0;
  width: 300px;
  min-height: 55px;
  margin-bottom: 0;
  font-size: 16px;
  position: relative;
}

.text-field:focus {
  border-width: 1.3px;
  border-color: #007bfc;
}

.text-field::placeholder {
  color: #61728375;
}

.form-wrapper {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.form-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.form-wrap.extra-space {
  margin-bottom: 40px;
}

.text-block-19 {
  color: #0015ff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.icon {
  text-align: center;
  width: 40px;
  height: 50px;
  margin-right: 10px;
  padding: 0;
  font-size: 2rem;
  line-height: 3rem;
  display: inline-block;
}

.icon.small {
  width: 30px;
  height: 30px;
  font-size: 1.3rem;
  display: none;
}

.next-button {
  background-color: #5b3acc;
  border-radius: 5px;
  flex: 1;
  align-self: center;
  padding: 12px 32px;
  font-size: 15px;
  transition: background-color .2s ease-in;
  display: none;
}

.dot {
  background-color: #5b617c1a;
  border-radius: 100px;
  width: 10px;
  height: 10px;
  margin-left: 8px;
  margin-right: 8px;
}

.dot.active-dot {
  background-color: #5b617c;
}

.checkbox-3 {
  background-color: #fff;
  width: 15px;
  height: 15px;
}

.checkbox-3.w--redirected-checked {
  border-color: var(--dark-orange);
  background-color: var(--dark-orange);
  background-size: contain;
}

.checkbox-3.w--redirected-focus {
  box-shadow: 0 0 3px 1px #92004d;
}

.hero-content {
  max-width: 580px;
}

.hero-content.small {
  text-align: left;
  max-width: 100vw;
}

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 30px;
}

.radio-button-label {
  min-width: 100px;
  font-size: 1rem;
  line-height: 1.7;
}

.radio-button-label.short {
  min-width: 50px;
}

.grid-9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr 1fr .5fr 1fr;
  grid-auto-flow: column;
  margin-bottom: 40px;
}

.easy {
  font-family: Changa One, Impact, sans-serif;
  font-size: 90px;
  line-height: 90px;
}

.easy.line {
  width: 40px;
}

.easy.active {
  color: var(--dark-orange);
}

.checkbox-title {
  color: #5b3acc;
  justify-content: center;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 14px;
  display: none;
}

.checkbox-text-wrapper {
  z-index: 9;
  cursor: pointer;
  flex: 1;
  position: relative;
  overflow: visible;
}

.checkbox-base {
  background-color: #fff;
  border: 1.2px solid #3e34c81a;
  border-radius: 8px;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 15px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 35px #c6d3ff47;
}

.checkbox-text {
  color: #5b617c;
  font-weight: 400;
  display: block;
}

.checkbox-text.narrow {
  width: 95%;
}

.checkbox-icon {
  z-index: 9;
  background-color: #5b3acc0d;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 120px;
  margin-right: 25px;
  display: flex;
  position: relative;
}

.checkbox-icon.dark {
  background-color: #0000;
}

.checkbox-icon.easee, .checkbox-icon.top {
  background-color: #fdfdfd;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.form-item-wrapper-2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.checkbox-h4 {
  margin-top: 0;
  margin-bottom: 3px;
  display: block;
}

.icon-2 {
  width: 70px;
}

.icon-2.dark {
  width: 50px;
}

.icon-2.dark.tilbehor {
  width: 120px;
}

.icon-2.easee {
  width: 120px;
  position: static;
  inset: 0% auto auto 0%;
}

.icon-2.easee.antracyt {
  object-fit: scale-down;
  object-position: 50% 50%;
}

.icon-2.easee.blue, .icon-2.easee.white, .icon-2.easee.red, .icon-2.easee.black {
  display: none;
}

.icon-2.zaptec {
  width: 135px;
  position: static;
  inset: 0% auto auto 0%;
}

.icon-2.zaptec.antracyt {
  object-fit: scale-down;
  object-position: 50% 50%;
}

.icon-2.zaptec.blue, .icon-2.zaptec.white, .icon-2.zaptec.red, .icon-2.zaptec.black, .icon-2.zaptec.white, .icon-2.zaptec.hvit, .icon-2.zaptec.morkebla, .icon-2.zaptec.gronn, .icon-2.zaptec.gra, .icon-2.zaptec.brun {
  display: none;
}

.icon-2.amina {
  width: 150px;
}

.icon-2.montering {
  width: 150px;
  position: relative;
}

.checkbox-4 {
  opacity: 0;
  cursor: pointer;
  border: 2px solid #0000;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.checkbox-4:active {
  border: 1px solid #000;
}

.checkbox-field-4 {
  z-index: 4;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 170px;
  margin-left: 6px;
  margin-right: 6px;
  display: flex;
}

.checkbox-field-4.noncheck {
  background-color: #fff;
  border: 1px solid #bdbdbd82;
  border-radius: 10px;
  height: auto;
  min-height: 320px;
  margin-bottom: 20px;
  padding: 15px;
  position: relative;
}

.checkbox-field-4.noncheck.checkbox {
  min-height: auto;
  padding-top: 30px;
  padding-bottom: 20px;
}

.checkbox-field-4.noncheck.checkbox._3 {
  z-index: 2;
}

.checkbox-field-4.noncheck.checkbox._2 {
  z-index: 3;
}

.checkbox-field-4.noncheck.checkbox._1 {
  z-index: 4;
}

.checkbox-field-4.noncheck.checkbox._0 {
  z-index: 2;
}

.checkbox-field-4.noncheck.test {
  z-index: 5;
  min-height: auto;
}

.checkbox-field-4.noncheck.test.z4 {
  z-index: 4;
}

.checkbox-field-4.noncheck.test.z3 {
  z-index: 3;
}

.checkbox-field-4.noncheck.test.z2 {
  z-index: 2;
}

.checkbox-field-4.noncheck.test.z1 {
  z-index: 1;
}

.checkbox-field-4.noncheck.test.z1.easee-lite, .checkbox-field-4.hide {
  display: none;
}

.checkbox-field-4._2 {
  z-index: 3;
}

.checkbox-field-4._3 {
  z-index: 2;
  display: flex;
}

.pris {
  color: var(--dark-orange);
  text-align: right;
  font-weight: 400;
}

.c-faq-icon {
  background-color: var(--white);
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
  overflow: visible;
}

.c-faq-q {
  align-items: center;
  display: flex;
}

.faq-a-text {
  font-size: 1em;
  line-height: 1.6em;
}

.c-faq-q-text {
  background-color: #fff;
  flex: 1;
  padding: 20px;
}

.c-faq-q-text.pointer-default {
  cursor: default;
}

.c-faq-divider {
  padding-left: 20px;
  padding-right: 20px;
}

.faq-stripe-1 {
  background-color: var(--black);
  width: 2px;
  height: 100%;
}

.cloneable-area {
  background-color: #fff;
  min-height: 50vh;
}

._w-faq-icon {
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.c-faq-a-text {
  background-color: #fff;
  padding: 20px 20px 20px 60px;
}

.faq-divider {
  border-top: 1px dashed #ffffff40;
  height: 0;
}

.c-faq-a {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.c-faq {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.c-faq-item {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #fff;
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.6em;
}

.faq-stripe-2 {
  background-color: var(--black);
  width: 100%;
  height: 2px;
  position: absolute;
}

.alle-pakker {
  margin-top: 27px;
  padding: 38px 10px 10px;
  display: none;
}

.image-9 {
  width: 180px;
  height: 178.422px;
}

.columns-2 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.slide-5 {
  background-image: url('../images/5e4fe2a1b0071a97785dd9c1_Black-front_MOD2_new-comp.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slider-5 {
  background-color: #ddd0;
}

.div-block-15 {
  background-image: url('../images/easee_fc_antracit_front-1_1.webp');
  background-position: 50%;
  background-size: 200% 200%;
  width: 100%;
  height: 130px;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.custom-code-embeds {
  display: none;
}

.tooltip-trigger {
  z-index: 1000;
  border: 1px solid var(--orange);
  cursor: pointer;
  background-color: #0000;
  border-radius: 500px;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px 8px;
  display: block;
  position: absolute;
  inset: 10px 10px auto auto;
  overflow: visible;
}

.tooltip-text {
  color: var(--dark-orange);
  margin-right: 10px;
  font-weight: 400;
  display: none;
}

.tooltip-trigger-content {
  z-index: 1000;
  align-self: center;
  align-items: center;
  display: inline-block;
  position: relative;
  bottom: -4px;
  overflow: visible;
}

.tooltip {
  color: #fff;
  text-align: left;
  background-color: #ff9f1ff2;
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 300px;
  max-width: 500px;
  margin-bottom: 8px;
  padding: 10px;
  font-size: .875rem;
  line-height: 1.5;
  display: none;
  position: absolute;
  top: 41px;
  right: -802%;
  transform: translate(-50%);
  box-shadow: 0 2px 8px #00000026;
}

.tooltip.slim {
  display: none;
}

.text-block-20 {
  align-self: center;
  font-weight: 300;
  display: inline-block;
}

.tooltip-arrow {
  background-color: #ff9f1ff2;
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  top: -6px;
  right: 15px;
  transform: rotate(45deg);
}

.material-icons {
  color: var(--orange);
  overflow: visible;
}

.div-block-16 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.tjenster-collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tjenster-collection-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
}

.tjenster-list-wrapper {
  max-width: 960px;
  margin-bottom: 50px;
  display: block;
}

.link-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 30px 20px;
  text-decoration: none;
  display: flex;
}

.collection-list-wrapper-2 {
  display: none;
}

.collection-list-3 {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.image-10 {
  align-self: center;
  width: 200px;
  display: none;
}

.div-block-17 {
  display: none;
}

.heading-13 {
  align-self: center;
  display: none;
}

.column-5 {
  display: none;
}

.result {
  z-index: 100;
  text-align: right;
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  display: inline-block;
}

.calculation {
  z-index: 1000;
  border-radius: 10px;
  flex-direction: row;
  justify-content: space-between;
  max-width: 960px;
  margin: 35px auto;
  padding: 0;
  font-size: 1.2rem;
  line-height: 2rem;
  display: flex;
  position: relative;
  top: 0;
  overflow: hidden;
}

.calculation.hide {
  color: var(--black-2);
  display: none;
}

.calculation.sticky {
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: -97px;
  position: sticky;
}

.total {
  z-index: 100;
  background-color: var(--orange);
  color: var(--white);
  text-align: center;
  border: 1px #000;
  border-radius: 0;
  flex-direction: column;
  flex: 0 20%;
  justify-content: center;
  align-items: flex-end;
  padding: 15px;
  font-size: 1.8rem;
  font-weight: 500;
  display: flex;
  position: sticky;
  top: 0;
}

.total.hide {
  display: none;
}

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

.results-names {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.name {
  z-index: 100;
  margin-right: auto;
  display: inline-block;
}

.form-calc-wrap-3 {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
}

.form-calc-wrap-3.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 400px;
  display: grid;
}

.form-calc-wrap-3.grid._2 {
  grid-template-columns: 1fr 1fr;
  max-width: 600px;
  margin-top: 20px;
}

.form-calc-wrap-3.flex {
  justify-content: flex-start;
  margin-top: 7px;
  margin-bottom: 0;
  padding-right: 5vw;
  display: flex;
}

.element-list-row {
  justify-content: flex-start;
  align-items: stretch;
  padding-right: 20px;
  display: flex;
}

.element-list-row.hide {
  display: none;
}

.element-list {
  background-color: var(--orange);
  color: var(--white);
  border-right: 2px solid #fff;
  flex-direction: column;
  flex: auto;
  padding: 15px;
  display: flex;
}

.element-list.sticky {
  color: #0000;
  background-color: #0000;
}

.form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.form-grid.hide {
  display: none;
}

.text-field-grid {
  border: 1.3px solid #bec9d5;
  border-radius: 6px;
  min-width: 460px;
  min-height: 55px;
  margin-bottom: 0;
  font-size: 16px;
  position: relative;
}

.text-field-grid:focus {
  border-width: 1.3px;
  border-color: #007bfc;
}

.text-field-grid::placeholder {
  color: #61728347;
  font-size: 14px;
}

.text-field-grid.text-area, .textarea-2 {
  min-height: 200px;
}

.form-scroll-top {
  width: 0;
  height: 0;
  display: inline-block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.calculation-sticky {
  z-index: 1000;
  border-radius: 10px;
  flex-direction: row;
  justify-content: flex-end;
  max-width: 960px;
  margin: 0 auto -65px;
  padding: 0;
  font-size: 1.2rem;
  line-height: 2rem;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.calculation-sticky.hide {
  color: var(--black-2);
  display: none;
}

.rick-text-easee {
  color: #6b6a6a;
  margin-top: -20px;
  font-size: 22px;
  font-weight: 300;
  line-height: 35px;
}

.div-block-easee {
  background-color: #fff;
  border: 1px solid #ebebeb;
  flex-direction: column;
  align-items: center;
  height: auto;
  margin-bottom: 60px;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
  box-shadow: 0 1px 20px #f1f1f1;
}

.div-block-19 {
  background-color: #fff;
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 400px;
  display: flex;
}

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

.heading-16 {
  color: #f47d20;
  font-size: 1.5rem;
  font-weight: 400;
}

.easee-i_mage {
  background-color: #0000;
  background-image: url('../images/5e4fe2a1b0071a97785dd9c1_Black-front_MOD2_new-comp.png');
  background-position: 50%;
  background-size: cover;
  width: 290px;
  height: 325px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-20 {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 950px;
  margin-top: 40px;
  display: flex;
  overflow: visible;
}

.heading-14 {
  text-align: left;
  font-size: 2rem;
  font-weight: 400;
}

.heading-14.hidden {
  display: none;
}

.zaptec-header {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 450px;
  display: flex;
}

.div-block-price-easee {
  align-self: flex-start;
  width: auto;
  height: 75px;
  margin-top: 20px;
  display: flex;
}

.heading-15 {
  width: 80px;
  font-size: 1.3rem;
  font-weight: 400;
}

.div-block-23 {
  flex-direction: column;
  align-items: center;
  height: 450px;
  display: flex;
}

.image-amina-charging {
  background-color: #0000;
  background-image: url('../images/0038-1-1.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 500px;
  height: 325px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-24 {
  background-color: #fff;
  border: 1px solid #ebebeb;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
  box-shadow: 0 1px 20px #f1f1f1;
}

.div-block-21 {
  align-self: flex-start;
  max-width: 1125px;
  height: 75px;
  display: flex;
}

.div-block-21.ease {
  margin-top: 60px;
}

.rich-text-block {
  color: #6b6a6a;
  margin-top: 20px;
  font-size: 22px;
  font-weight: 300;
  line-height: 35px;
  overflow: visible;
}

.image-11 {
  background-color: #0000;
  background-image: url('../images/zaptec_svart-1.png');
  background-size: cover;
  width: 290px;
  height: 325px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-17 {
  margin-top: 40px;
  display: none;
}

.text-block-22 {
  color: #6d6d6d;
  text-align: center;
  margin-top: 40px;
  font-size: 24px;
}

.div-block-25 {
  background-color: #fff;
  border: 2px solid #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 750px;
  height: 500px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.image-12 {
  margin-top: 40px;
}

.button-2 {
  color: var(--dark-orange);
  background-color: #0000;
  border: 1px solid #f2eff1;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  margin-top: 40px;
  font-size: 18px;
  display: flex;
}

.div-block-26 {
  background-color: #a8a8a8;
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: 160px;
  right: 645px;
}

.image-13 {
  background-color: var(--white);
}

.bold-text {
  color: var(--dark-orange);
  text-align: center;
  font-weight: 500;
}

.hero-copy {
  background-image: url('../images/AdobeStock_217414837_web.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
}

.hero-copy.half {
  height: 60vh;
}

.hero-copy.half.bmw {
  background-image: url('../images/w2-e1548763200582.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-copy.half.tesla {
  background-image: url('../images/96.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-copy.half.montr {
  background-image: linear-gradient(#3c2636d6, #3c2636d6), url('../images/5d232c46be88271bedad0a2d_s4.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-copy.half.montr.full {
  background-image: none;
  height: 100vh;
}

.hero-copy.blogg {
  background-image: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-copy.blogg.pic {
  background-image: linear-gradient(#00000038, #00000038), url('../images/50x70_Poster_01-1024x682.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-27 {
  margin-top: 12px;
  margin-left: 33px;
  margin-right: 39px;
}

.italic-text {
  margin-left: 0;
}

.c-faq-item-copy {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #fff;
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.6em;
}

.div-block-28 {
  margin: 0 39px 30px 33px;
}

.div-block-button {
  align-self: flex-start;
  width: auto;
  height: 75px;
  margin-top: 20px;
  display: flex;
}

.div-block-button.last {
  justify-content: center;
  margin-top: 50px;
}

.div-block-29 {
  flex-wrap: wrap;
  margin-bottom: 30px;
  display: flex;
}

.rich-text-block-2 {
  text-align: left;
}

.rich-text-block-2 li {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.5;
}

.rich-text-block-2 h4 {
  margin-top: 25px;
  font-size: 1.5rem;
}

.embedded-map {
  height: 400px;
}

.html-embed {
  width: 100%;
  height: 100%;
}

.image-14 {
  margin-bottom: 20px;
}

.checkbox-field-2 {
  margin-top: 20px;
}

.checkbox-field-5 {
  margin-top: 40px;
  font-size: 1rem;
  line-height: 1.5rem;
}

.section-1_text {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.image-15 {
  margin-left: 40px;
}

.text-block-24 {
  color: #f78f1e;
  font-size: 1.5rem;
  line-height: 2rem;
}

.textarea-3 {
  border-radius: 10px;
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-block-25 {
  color: #dcdcdc;
  font-size: 1rem;
  line-height: 1.5rem;
}

.checkbox-label-5 {
  color: #000;
  margin-left: 20px;
}

.image-16 {
  margin-top: 40px;
  margin-left: 40px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.button-4 {
  background-color: #0000;
  border: 1px solid #f78f1e;
  border-radius: 5px;
  margin-top: 40px;
  padding: 15px 30px;
  font-size: 1rem;
  line-height: 1.5rem;
  display: block;
}

.button-4:hover {
  background-color: #0000;
}

.button-5 {
  background-color: #f78f1e;
  border: 0 solid #f78f1e;
  border-radius: 5px;
  margin-top: 40px;
  padding: 15px 30px;
  font-size: 1rem;
  line-height: 1.5rem;
  display: block;
}

.button-5:hover {
  background-color: #f78f1e;
  border-width: 0;
}

.link-6 {
  color: #f78f1e;
}

.section-2_image-copy {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
}

.hero_section {
  height: 950px;
  position: static;
}

.hero-text_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  display: grid;
}

.section_1 {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.section-4_form_box {
  width: 500px;
}

.section-3_text {
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
}

.text-field-3 {
  border-radius: 10px;
  padding-bottom: 8px;
  font-size: 1rem;
  line-height: 1.5rem;
}

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

.section_2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.footer_nummer {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.section-1_text_holder {
  padding-left: 120px;
  padding-right: 120px;
}

.button-3 {
  color: #000;
  background-color: #f78f1e;
  border: 0 solid #f78f1e;
  border-radius: 5px;
  margin-top: 40px;
  padding: 15px 30px;
  font-size: 1rem;
  line-height: 1.5rem;
  display: block;
}

.button-3:hover {
  color: #000;
  background-color: #f78f1e;
  border-width: 0;
}

.section-3_image {
  background-image: url('../images/Rectangle-27.png');
  background-position: 50%;
  background-size: cover;
  height: 520px;
}

.logo_box {
  align-items: center;
  display: flex;
}

.text-block-26 {
  color: #fcfcfc;
  margin-top: 20px;
  font-size: 1.5rem;
  line-height: 2rem;
}

.section-5_image {
  background-image: url('../images/632dae6aa1f5bf0e2a556e3e_5d232c46be88271bedad0a2d_s4-2-1.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 1440px;
  height: 500px;
}

.section-3_container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1440px;
  display: grid;
}

.html-embed-2 {
  height: 350px;
}

.hero-text_box {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.heading-18 {
  color: #f78f1e;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 2rem;
  line-height: 2.5rem;
}

.section-5_information_grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1.25fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1440px;
  margin-top: 60px;
  display: grid;
}

.field-label {
  text-align: center;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 1rem;
  line-height: 1.5rem;
}

.section-1_picture {
  background-color: #0000;
  background-image: url('../images/Rectangle-26.png');
  background-position: 50%;
  background-size: cover;
  width: auto;
  height: 520px;
}

.section-5_information_container {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-19 {
  color: #f78f1e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 2.5rem;
}

.heading-21 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.5rem;
}

.heading-22 {
  color: #dcdcdc;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
}

.text-field-2 {
  border-radius: 10px;
  font-size: 1rem;
  line-height: 1.5rem;
}

.footer_logos {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.section-4_container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  width: 100%;
  max-width: 1440px;
  display: grid;
}

.under_footer {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-23 {
  color: #dcdcdc;
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
}

.text-block-23 {
  color: #dcdcdc;
  margin-top: 60px;
  font-size: 1rem;
  line-height: 1.5rem;
}

.rich-text-block-3 {
  color: #dcdcdc;
  margin-top: 20px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.div-block-31 {
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.checkbox-5 {
  background-color: #fff;
  width: auto;
}

.section-2_text_holder {
  flex-direction: column;
  align-items: flex-start;
  width: 700px;
  display: flex;
}

.image_02 {
  background-image: url('../images/Frame-7-copby.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 950px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
}

.link-7 {
  color: #f78f1e;
  text-decoration: none;
}

.heading-24 {
  color: #dcdcdc;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.section-5_information_text {
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  display: flex;
}

.section-2_container {
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  max-width: 1440px;
  height: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.section-1_content_grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1440px;
  display: grid;
}

.section_5 {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.rich-text-block-4 {
  color: #dcdcdc;
  font-size: 1rem;
  line-height: 2rem;
}

.image_01 {
  background-color: #0000;
  background-image: url('../images/Frame-7.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.footer_content_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1440px;
  display: grid;
}

.section_4 {
  background-image: url('../images/44-1.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section_3 {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.section-2_image {
  background-image: url('../images/Group-5-4.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section_footer {
  background-color: #333;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
}

.heading-25 {
  color: #f78f1e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5rem;
  line-height: 5.5rem;
}

.submit-button-2 {
  color: #f78f1e;
  background-color: #000;
  border-radius: 10px;
  padding: 15px 30px;
}

.heading-20 {
  color: #dcdcdc;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
}

.checkbox-label-4 {
  color: #000;
  margin-left: 20px;
  font-size: 1rem;
  line-height: 1.5rem;
}

.form_box {
  background-color: #f8f8f8;
  justify-content: center;
  margin-bottom: 60px;
  display: flex;
}

.form-block {
  width: 500px;
}

.form-2 {
  background-color: #0000;
  padding: 60px 20px;
}

.hero-copy-copy {
  background-image: url('../images/AdobeStock_217414837_web.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
}

.hero-copy-copy.half {
  height: 60vh;
}

.hero-copy-copy.half.bmw {
  background-image: url('../images/w2-e1548763200582.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-copy-copy.half.tesla {
  background-image: url('../images/96.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-copy-copy.half.montr {
  background-image: linear-gradient(#3c2636d6, #3c2636d6), url('../images/5d232c46be88271bedad0a2d_s4.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-copy-copy.half.montr.full {
  background-image: linear-gradient(#000, #000), linear-gradient(#3c2636d6, #3c2636d6), url('../images/5d232c46be88271bedad0a2d_s4.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  height: 100vh;
}

.hero-copy-copy.blogg {
  background-image: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-copy-copy.blogg.pic {
  background-image: linear-gradient(#00000038, #00000038), url('../images/50x70_Poster_01-1024x682.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-25-copy {
  background-color: #fff;
  border: 2px solid #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 750px;
  height: 500px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.heading-4-copy {
  color: #fff;
  font-size: 4rem;
  font-weight: 500;
  line-height: 4rem;
}

.heading-4-copy.orange {
  color: var(--dark-orange);
  text-align: center;
  margin-top: 80px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 4.5rem;
}

.button-2-copy {
  color: var(--dark-orange);
  background-color: #0000;
  border: 1px solid #f2eff1;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  margin-top: 40px;
  font-size: 18px;
  display: flex;
}

.bold-text-copy {
  color: var(--dark-orange);
  text-align: center;
  font-weight: 500;
}

.text-block-22-copy {
  color: #919191;
  text-align: center;
  margin-top: 40px;
  font-size: 24px;
}

.select-field {
  color: var(--dim-grey);
  border-radius: 10px;
  margin-top: 60px;
  font-size: 1rem;
  line-height: 1.5rem;
}

.checkbox-field-6 {
  flex-direction: row;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.checkbox-6 {
  width: 20px;
  height: 20px;
  margin-top: 0;
  padding-top: 0;
}

.checkbox-label-6 {
  color: #333;
  margin-left: 40px;
  font-size: 1rem;
  line-height: 1.5rem;
}

.checkbox-7 {
  width: 20px;
  height: 20px;
  margin-top: 0;
}

.checkbox-label-7 {
  padding-left: 40px;
  font-size: 1rem;
  line-height: 1.5rem;
}

.checkbox-8 {
  width: 20px;
  height: 20px;
  margin-top: 0;
}

.checkbox-label-8 {
  margin-left: 40px;
  font-size: 1rem;
  line-height: 1.5rem;
}

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

.button-6 {
  border: 1px solid var(--dark-orange);
  color: var(--white);
  text-shadow: 0 2px 4px #000;
  background-color: #f47d2000;
  margin-top: 20px;
  margin-left: 0;
  padding: 20px;
  font-size: 1rem;
}

.div-block-34 {
  align-items: center;
  display: none;
}

.button-8 {
  background-color: #f47d20;
  margin-top: 20px;
  margin-left: 20px;
  padding: 20px;
  font-size: 1rem;
}

.video-ad-fremside {
  margin-top: 20px;
  margin-bottom: 30px;
  display: none;
}

.div-block-35 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 400px;
  margin-top: 20px;
  margin-bottom: 10px;
  display: grid;
}

.radio-button-2 {
  width: 20px;
  height: 20px;
}

.radio-button-field-2 {
  align-items: center;
  display: flex;
}

.radio-button-label-2 {
  margin-left: 10px;
  font-size: 1rem;
  line-height: 1.7;
}

.image-17 {
  width: 120px;
}

.div-block-19-copy {
  background-color: #fff;
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: auto;
  display: flex;
}

.header-set-2 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.top-div-block {
  background-color: #fff;
  border: 1px solid #ebebeb;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 60px 35px 0;
  display: flex;
  box-shadow: 0 1px 20px #f1f1f1;
}

.montering-banner {
  background-image: url('../images/Group-2-37.png');
  background-position: 50%;
  background-size: 200px;
  position: absolute;
  inset: 0%;
}

.div-block-36 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  max-width: 300px;
  padding-bottom: 150%;
}

.column-6 {
  display: none;
}

.columns-3 {
  justify-content: center;
  display: flex;
}

.link-8 {
  color: var(--dark-orange);
}

.image-11-copy {
  background-color: #0000;
  background-image: url('../images/Screenshot-2024-05-14-at-12.49.17.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 290px;
  height: 325px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-11-copy._2 {
  background-image: url('../images/Group-21.jpg');
}

.link-9, .link-10 {
  color: var(--dark-orange);
}

.icn-3 {
  border-radius: 10px;
  width: 100px;
}

.icn-3.dark {
  width: 50px;
}

.icn-3.dark.tilbehor {
  width: 120px;
}

.icn-3.easee {
  width: 120px;
  position: static;
  inset: 0% auto auto 0%;
}

.icn-3.easee.antracyt {
  object-fit: scale-down;
  object-position: 50% 50%;
}

.icn-3.easee.blue, .icn-3.easee.white, .icn-3.easee.red, .icn-3.easee.black {
  display: none;
}

.icn-3.zaptec {
  width: 135px;
  position: static;
  inset: 0% auto auto 0%;
}

.icn-3.zaptec.antracyt {
  object-fit: scale-down;
  object-position: 50% 50%;
}

.icn-3.zaptec.blue, .icn-3.zaptec.white, .icn-3.zaptec.red, .icn-3.zaptec.black, .icn-3.zaptec.white, .icn-3.zaptec.hvit, .icn-3.zaptec.morkebla, .icn-3.zaptec.gronn, .icn-3.zaptec.gra, .icn-3.zaptec.brun {
  display: none;
}

.icn-3.amina {
  width: 150px;
}

.icn-3.montering {
  width: 150px;
  position: relative;
}

.other {
  margin-bottom: 60px;
}

.n-main-body {
  background-color: #f9f9f9;
}

.n-section {
  padding-top: 120px;
  padding-left: 40px;
  padding-right: 40px;
}

.n-section.three {
  padding-bottom: 120px;
}

.n-container {
  max-width: 1200px;
}

.n-tabs {
  flex-flow: column;
  display: block;
}

.n-tabs-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.n-tabs-content {
  margin-top: 120px;
}

.n-tabs-link {
  background-color: #fff;
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
  font-size: 1rem;
  line-height: 1.25;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.n-tabs-link.w--current {
  background-color: var(--dark-orange);
}

.text-block-27 {
  white-space: nowrap;
}

.n-tabs-container {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.heading-26 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 120px;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.25;
}

.n-cl {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.n-link-card {
  width: 100%;
  text-decoration: none;
}

.n-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.n-card-img-container {
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.n-img {
  max-width: 200px;
}

.n-header {
  color: #333;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.25;
}

.text-block-28 {
  color: #616161;
  text-align: center;
  font-size: 1rem;
  line-height: 1.25;
}

.n-grid {
  aspect-ratio: 2.5;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.n-grid.three {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  aspect-ratio: auto;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.n-img-bottom {
  aspect-ratio: 16 / 9;
  background-image: url('../images/632dae6aa1f5bfc155556e2e_electrical-diagrams-multimeter-for-measurement-3P3JWQX-websize-1.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.floating-container {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.bestil-time-her {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-left: 2px solid var(--dark-orange);
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 60px 40px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.heading-27 {
  text-align: left;
  max-width: 600px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.25;
}

.link-block-3 {
  color: var(--dark-orange);
  font-size: 1rem;
  line-height: 1.25;
  text-decoration: none;
}

.text-block-29 {
  font-size: 1rem;
  line-height: 1.25;
}

.div-block-37 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.logo-cont {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.logo-img {
  max-width: 150px;
}

.div-block-38 {
  padding-top: 60px;
  padding-bottom: 0;
}

.slider-6 {
  aspect-ratio: auto;
  width: 100%;
  height: 100%;
}

.mask-3 {
  aspect-ratio: 2.5;
}

.left-arrow, .right-arrow {
  display: none;
}

.div-block-39 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Frame-7.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 60px;
  display: flex;
}

.heading-28 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.25;
}

.text-block-30 {
  color: #fff;
  max-width: 700px;
  font-size: 1rem;
  line-height: 1.25;
}

.link-11 {
  color: var(--dark-orange);
  font-size: 1rem;
  line-height: 1.25;
}

.div-block-40 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Rectangle-26.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 60px;
  display: flex;
}

.div-block-41 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/632dae6aa1f5bf0e2a556e3e_5d232c46be88271bedad0a2d_s4-2-1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 60px;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .radio-button.w--redirected-checked {
    border-color: var(--dark-orange);
    transition: opacity .2s;
  }

  .paragraph-6, .text-block-13.bigger {
    font-size: 1.2rem;
  }

  .hero-title-2 {
    font-size: 2.5rem;
  }

  .checkbox-3.w--redirected-checked {
    border-color: var(--dark-orange);
    background-color: var(--dark-orange);
  }

  .hero-content {
    max-width: 720px;
  }

  .bold-text {
    color: var(--orange);
  }

  .section_4 {
    background-position: 50%;
  }

  .hero-copy-copy.half.montr.full {
    line-height: 28px;
  }

  .select-field {
    margin-top: 60px;
  }
}

@media screen and (max-width: 991px) {
  .logo {
    margin-left: -75px;
    left: 50%;
  }

  .navlink, .banner {
    text-align: center;
  }

  .flexcol {
    display: block;
  }

  .bannerbtn {
    float: none;
    margin-top: 10px;
  }

  .tjenesterbox.new {
    max-width: 520px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .tjenesterbox.new.tjen {
    max-width: none;
  }

  .footerimg {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .contentblock {
    padding-top: 0;
  }

  .heading-5 {
    text-align: center;
    margin-top: 15px;
  }

  .text-block-2 {
    text-align: center;
    margin-bottom: 10px;
  }

  .image-3 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .columns {
    text-align: center;
  }

  .facebook {
    width: 90px;
    margin-left: auto;
    margin-right: auto;
  }

  .link-block {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .nav-menu {
    text-align: center;
    background-color: #fff;
  }

  .menu.w--open {
    color: var(--dark-orange);
    background-color: #000;
  }

  .content, .richtext.new {
    padding-left: 20px;
    padding-right: 20px;
  }

  .richtext.service, .header.small {
    padding-left: 30px;
    padding-right: 30px;
  }

  .flex-cols {
    display: block;
  }

  .review-logos {
    padding: 0;
  }

  .bullets.service {
    text-align: center;
  }

  .bullets.alt {
    margin-left: 10px;
    margin-right: 10px;
  }

  .tjeneste-hero-content {
    margin-bottom: 30px;
  }

  .button.round {
    bottom: 2%;
    right: 34%;
  }

  .bullet-info-wrap {
    margin-top: 20px;
  }

  .ruler._960 {
    max-width: 570px;
  }

  .slide-4 {
    position: relative;
  }

  .budget {
    text-align: center;
    max-width: 440px;
    padding-top: 0;
    padding-right: 0;
  }

  .slide-content-2 {
    align-items: center;
    width: 100%;
    min-height: 100vh;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .form-calc-wrap.grid {
    max-width: none;
  }

  .form-calc-wrap.grid4 {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    max-width: none;
  }

  .slide-wrapper {
    flex-direction: column;
  }

  .icon {
    float: right;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .hero-content {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-8 {
    grid-template-columns: 1fr;
    justify-items: center;
    margin-top: 60px;
  }

  .checkbox-base {
    height: auto;
    min-height: 100px;
  }

  .collection-list, .tjenster-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .tjenster-list-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .collection-list-3 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .section-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-17 {
    height: 170px;
    display: none;
  }

  .text-field-grid {
    min-width: 350px;
  }

  .rick-text-easee, .div-block-20 {
    width: auto;
  }

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

  .div-block-24 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .rich-text-block {
    width: auto;
  }

  .section-2_image-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .section-3_text {
    padding-left: 0;
    padding-right: 0;
  }

  .footer_nummer {
    align-items: flex-start;
  }

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

  .section-5_image {
    height: 400px;
  }

  .section-3_container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .heading-18 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .section-5_information_grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 40px;
  }

  .section-1_picture {
    background-position: 75%;
  }

  .heading-19 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .heading-21 {
    padding-right: 20px;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .footer_logos {
    align-items: flex-start;
  }

  .section-4_container {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .section-2_text_holder {
    width: 500px;
  }

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

  .section-1_content_grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

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

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

  .footer_content_grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .section_4 {
    background-position: 50%;
  }

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

  .section-2_image {
    background-position: 30%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .div-block-32 {
    display: none;
  }

  .heading-25 {
    font-size: 4rem;
    line-height: 4.5rem;
  }

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

  .n-tabs-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-26 {
    font-size: 48px;
  }

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

  .n-grid {
    aspect-ratio: 3 / 2;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
  }

  .n-img-bottom {
    aspect-ratio: 16 / 9;
    width: 100%;
  }

  .floating-container {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    display: block;
    position: static;
  }

  .heading-27 {
    font-size: 48px;
  }

  .mask-3 {
    aspect-ratio: 2;
  }

  .heading-28 {
    font-size: 48px;
  }
}

@media screen and (max-width: 767px) {
  .text {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footerheader.vik {
    margin-top: 30px;
  }

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

  .product {
    margin-top: 19px;
  }

  .image-2 {
    margin-top: 20px;
  }

  .profilepic {
    max-width: 250px;
  }

  .seghed, .column-3, .column-4 {
    text-align: center;
  }

  .richtext.new {
    padding-left: 30px;
    padding-right: 30px;
  }

  .blogpost {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .block {
    height: auto;
    position: static;
  }

  .block-content {
    z-index: 9999;
    text-align: center;
    border-left-style: none;
    max-width: 510px;
    margin: -40px auto 50px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    top: 0;
  }

  .image-6 {
    position: static;
  }

  .review-logos {
    margin-bottom: 30px;
  }

  .number-wrap {
    margin-bottom: 25px;
  }

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

  .product-wrap {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-title.small {
    font-size: 1.3rem;
  }

  .image-7.small {
    width: 120px;
  }

  .button.round {
    right: 25%;
  }

  .product-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .tick {
    width: 20px;
    height: 20px;
  }

  .text-block-12 {
    font-size: 1.2rem;
  }

  .next-placeholder {
    z-index: 6;
    position: fixed;
  }

  .slide-content-2 {
    z-index: 4;
    padding-top: 90px;
  }

  .form-calc-wrap.grid4 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .form-item-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .checkbox-field-3 {
    width: 100%;
    margin-left: -35px;
  }

  .previous-placeholder {
    z-index: 6;
    position: fixed;
  }

  .form-content {
    width: 100%;
    min-width: auto;
  }

  .form-wrapper {
    width: 100%;
  }

  .icon {
    height: 40px;
    margin-bottom: 15px;
    font-size: 2rem;
    line-height: 3rem;
  }

  .checkbox-base {
    min-height: 80px;
  }

  .checkbox-icon {
    margin-bottom: 20px;
  }

  .form-item-wrapper-2 {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-left: 6px;
    margin-right: 6px;
    padding: 15px;
  }

  .icon-2.easee.antracyt, .icon-2.zaptec.antracyt {
    margin-bottom: 30px;
  }

  .checkbox-field-4.noncheck {
    flex-direction: column;
  }

  .tooltip-trigger.a {
    top: 10px;
  }

  .tjenster-collection-list {
    grid-template-columns: 1fr;
  }

  .tjenster-list-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .collection-list-3 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .div-block-17 {
    height: 250px;
    display: none;
  }

  .result {
    margin-left: 5px;
  }

  .element-list-row {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 5px;
  }

  .element-list-row.hide {
    margin-top: 0;
  }

  .element-list {
    font-size: 1rem;
    line-height: 1.1;
  }

  .form-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .text-field-grid {
    min-width: 410px;
  }

  .rick-text-easee {
    width: auto;
  }

  .div-block-easee {
    height: auto;
  }

  .div-block-price-easee {
    margin-top: 40px;
  }

  .rich-text-block {
    width: auto;
  }

  .div-block-25 {
    width: 550px;
  }

  .div-block-27 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .italic-text {
    width: 100%;
  }

  .div-block-28 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-button {
    margin-top: 40px;
  }

  .div-block-29 {
    grid-row-gap: 10px;
  }

  .section-1_text {
    padding-right: 200px;
  }

  .image-16 {
    margin-top: 0;
    margin-left: 0;
    position: static;
  }

  .section-2_image-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero_section {
    height: 500px;
  }

  .hero-text_container {
    grid-template-rows: auto;
  }

  .section_1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-1_text_holder {
    padding-left: 0;
    padding-right: 0;
  }

  .section-3_image {
    height: 400px;
  }

  .section-5_image {
    height: 350px;
  }

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

  .html-embed-2 {
    height: 300px;
  }

  .hero-text_box {
    margin-top: 60px;
  }

  .heading-18 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .section-5_information_grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .section-1_picture {
    background-position: 50%;
    height: 400px;
  }

  .heading-21 {
    padding-right: 20px;
  }

  .image_02 {
    background-position: 40%;
    height: 500px;
  }

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

  .section_5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image_01 {
    background-position: 40%;
  }

  .footer_content_grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .section_4 {
    background-position: 100%;
  }

  .section_3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-2_image {
    background-position: 45%;
    padding: 0 20px;
  }

  .heading-25 {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .logo-holder {
    width: 150px;
    margin-top: 20px;
    margin-left: 40px;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .div-block-25-copy {
    width: 550px;
  }

  .icn-3.easee.antracyt, .icn-3.zaptec.antracyt {
    margin-bottom: 30px;
  }

  .n-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .n-section.two {
    padding-bottom: 0;
  }

  .n-section.three {
    padding-bottom: 60px;
  }

  .n-tabs-menu {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .n-tabs-content {
    margin-top: 60px;
  }

  .n-tabs-container {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .heading-26 {
    margin-bottom: 60px;
    font-size: 36px;
  }

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

  .heading-27 {
    font-size: 36px;
  }

  .div-block-37 {
    grid-template-columns: 1fr 1fr;
  }

  .mask-3 {
    aspect-ratio: 3 / 2;
  }

  .div-block-39 {
    justify-content: center;
    align-items: center;
  }

  .heading-28 {
    font-size: 36px;
  }

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

  .div-block-40, .div-block-41 {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .hero.blogg {
    text-align: center;
    height: 40vh;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .ringbanner.hide {
    display: none;
  }

  .link.big {
    font-size: 1.3rem;
  }

  .footer.new.hide {
    display: none;
  }

  .footerheader {
    text-align: center;
  }

  .heading-4 {
    font-size: 2rem;
  }

  .heading-4.orange {
    text-align: center;
    font-size: 2.6rem;
    line-height: 3.5rem;
  }

  .product {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-6 {
    line-height: 35px;
  }

  .list {
    text-align: center;
  }

  .image-4 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .column-2 {
    text-align: center;
  }

  .facebook {
    width: auto;
  }

  .section.tjenestehero {
    padding-top: 10px;
    padding-bottom: 15px;
  }

  .content.maxit {
    padding-left: 10px;
    padding-right: 10px;
  }

  .blogpost {
    margin-bottom: 0;
  }

  .block {
    position: static;
  }

  .block-content {
    text-align: center;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .block-title {
    font-size: 2rem;
    line-height: 2.9rem;
  }

  .image-6 {
    position: static;
  }

  .tjeneste-heading {
    margin-bottom: 0;
    font-size: 2.5rem;
    line-height: 3.7rem;
  }

  .tjeneste-heading.sml {
    font-size: 2rem;
  }

  .social-proof-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .review-logos {
    margin-bottom: 50px;
  }

  .review-logo {
    width: 180px;
  }

  .review-logo.anbud {
    width: 110px;
  }

  .hero-header {
    padding-left: 10px;
    padding-right: 10px;
  }

  .empty-state {
    font-size: 1.3rem;
  }

  .bullets.alt {
    padding: 0 20px 20px;
  }

  .product-title {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }

  .product-wrap-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-10 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 2.5rem;
    line-height: 3.5rem;
  }

  .tjeneste-hero-content {
    text-align: center;
  }

  .hero-title {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }

  .hero-text {
    font-size: 1.1rem;
    line-height: 2.2rem;
  }

  .bullet-head {
    margin-bottom: 15px;
  }

  .button {
    font-size: 1rem;
  }

  .button.marg {
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 1.3rem;
    display: block;
  }

  .button.round {
    right: 10%;
  }

  .bullet-text-wlink {
    font-size: 1rem;
  }

  .price {
    text-align: center;
  }

  .text-block-8 {
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .table-text {
    letter-spacing: -.5px;
    flex-grow: 1;
    margin-right: 7px;
    font-size: 1.2rem;
  }

  .table-text.price-color {
    white-space: nowrap;
    flex-grow: 0;
    flex-basis: 17%;
  }

  .paragraph-4 {
    font-size: 1rem;
  }

  .div-block-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-link {
    padding-bottom: 25px;
  }

  .text-block-11 {
    margin-top: 20px;
    font-size: 3rem;
  }

  .tick {
    margin-top: 0;
  }

  .div-block-7 {
    display: none;
  }

  .text-block-12 {
    line-height: 1.3;
  }

  .slider-4 {
    height: auto;
    min-height: 80vh;
  }

  .slide-4 {
    float: none;
    clear: none;
    text-align: left;
    padding-left: 15px;
    padding-right: 0;
    position: relative;
  }

  .budget {
    max-width: 280px;
    padding-bottom: 0;
  }

  .slider-left {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .mask-2 {
    bottom: auto;
  }

  .form-full-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-left: 0;
  }

  .form-title-wrap {
    justify-content: flex-end;
  }

  .slide-content-2 {
    z-index: auto;
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: flex-end;
    align-self: auto;
    align-items: stretch;
    margin-bottom: 20px;
    margin-left: 6px;
    margin-right: 6px;
    padding: 15px 5% 15px 5px;
    display: flex;
    position: static;
    overflow: visible;
  }

  .form-calc-wrap.grid, .form-calc-wrap.grid._2, .form-calc-wrap.grid4, .form-calc-wrap.grid4._2 {
    grid-template-columns: 1fr;
  }

  .paragraph-6 {
    font-size: 1rem;
  }

  .form-item-wrapper {
    flex-wrap: wrap;
  }

  .form-item-wrapper.fixed-height {
    flex: 1;
    place-content: flex-start;
    margin-left: auto;
    position: static;
  }

  .checkbox-field-3 {
    margin-left: -15px;
    padding-left: 0;
  }

  .text-block-13, .text-block-13.bigger {
    font-size: 1rem;
  }

  .checkbox-label-3 {
    width: 90%;
    margin-left: 0;
    position: static;
  }

  .form-section-title {
    margin-bottom: 40px;
    margin-left: 0;
    padding-left: 0;
    font-size: 2em;
    line-height: 1.3em;
  }

  .submit-button {
    display: block;
  }

  .budgettitle {
    font-size: 1.2rem;
  }

  .previous-placeholder {
    max-width: 75px;
    display: flex;
  }

  .form-content {
    flex: 1;
    justify-content: flex-end;
    align-self: center;
    width: 100%;
  }

  .hero-title-2 {
    font-size: 1.8rem;
  }

  .div-block-12 {
    margin-right: 0;
  }

  .div-block-12.kontaktinfo {
    min-width: 100%;
  }

  .text-field {
    width: 100%;
  }

  .icon {
    height: 50px;
    font-size: 2.2rem;
  }

  .checkbox-base {
    flex-direction: column;
    margin-bottom: 15px;
  }

  .form-item-wrapper-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .pris {
    margin-top: 20px;
  }

  .tooltip-trigger {
    border-radius: 500px;
    padding-top: 4px;
  }

  .tooltip-text {
    display: none;
  }

  .tjenster-collection-list {
    grid-template-columns: 1fr;
  }

  .section-3 {
    margin-top: 0;
  }

  .image-10 {
    padding: 51px;
  }

  .div-block-17 {
    flex: none;
    height: 250px;
  }

  .calculation {
    position: relative;
    top: 0;
  }

  .calculation.sticky {
    z-index: 900;
  }

  .total {
    font-size: 1.5rem;
  }

  .name {
    flex: 1;
  }

  .form-calc-wrap-3.grid, .form-calc-wrap-3.grid._2 {
    grid-template-columns: 1fr;
  }

  .element-list-row.hide {
    margin-top: 0;
  }

  .element-list {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
  }

  .form-grid {
    width: 100%;
  }

  .text-field-grid {
    width: 100%;
    min-width: 260px;
  }

  .rick-text-easee {
    width: 325px;
    font-size: 16px;
  }

  .heading-16 {
    font-size: 1.3rem;
  }

  .heading-14 {
    font-size: 1.5rem;
  }

  .div-block-price-easee {
    margin-top: 80px;
  }

  .heading-15 {
    width: 60px;
    font-size: 1rem;
  }

  .image-amina-charging {
    width: 300px;
  }

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

  .rich-text-block {
    width: 300px;
    font-size: 16px;
  }

  .text-block-22 {
    line-height: 25px;
  }

  .div-block-25 {
    align-items: center;
    width: 280px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-copy.blogg {
    text-align: center;
    height: 40vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-button {
    margin-top: 0;
  }

  .div-block-button.last {
    justify-content: center;
  }

  .div-block-29 {
    margin-bottom: 10px;
  }

  .rich-text-block-2 li {
    margin-bottom: 2px;
  }

  .rich-text-block-2 h4 {
    margin-top: 35px;
  }

  .section-1_text {
    padding-right: 0;
  }

  .image-16 {
    margin-top: 0;
    margin-left: 0;
  }

  .section-2_image-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero_section {
    height: 70vh;
  }

  .section-4_form_box {
    width: auto;
  }

  .section-3_image, .section-5_image {
    height: 280px;
  }

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

  .html-embed-2 {
    height: 280px;
  }

  .hero-text_box {
    margin-top: 40px;
  }

  .section-5_information_grid {
    grid-template-rows: auto auto;
    grid-template-columns: 2.25fr;
    justify-items: start;
  }

  .field-label {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .section-1_picture {
    height: 280px;
  }

  .heading-21 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-2_text_holder {
    width: auto;
  }

  .image_02 {
    background-position: 52%;
    height: 70vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-2_container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image_01 {
    background-position: 52%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer_content_grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

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

  .section-2_image {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-25 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .logo-holder {
    margin-top: 20px;
    margin-left: 20px;
  }

  .hero-copy-copy.blogg {
    text-align: center;
    height: 40vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-25-copy {
    align-items: center;
    width: 280px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-4-copy {
    font-size: 2rem;
  }

  .heading-4-copy.orange {
    text-align: center;
    font-size: 2.6rem;
    line-height: 3.5rem;
  }

  .text-block-22-copy {
    line-height: 25px;
  }

  .columns-3 {
    flex-direction: column;
  }

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

  .n-tabs-menu {
    grid-template-columns: 1fr 1fr;
  }

  .bestil-time-her {
    padding: 40px 20px;
  }

  .div-block-37 {
    grid-template-columns: 1fr;
  }

  .mask-3 {
    aspect-ratio: 2 / 3;
  }

  .div-block-39 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-40, .div-block-41 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-f1023536-4485-276f-dd37-54b7e289af69-10f892b8, #w-node-_4a63dfc1-caa4-f6b0-8bc3-f365f5a09027-10f892b8, #w-node-_5bcd636a-cdad-ea9c-da6c-e06e75ca8f8d-10f892b8, #w-node-_7892aaf7-ef7a-55cd-e593-a13483470bf5-10f892b8, #w-node-_30931635-69b7-c7e5-ae71-18cc87492ce2-10f892b8, #w-node-_15ddba33-0a97-e073-5de8-5295a4719066-10f892b8, #w-node-_15ddba33-0a97-e073-5de8-5295a4719068-10f892b8, #w-node-_15ddba33-0a97-e073-5de8-5295a471906a-10f892b8, #w-node-_15ddba33-0a97-e073-5de8-5295a471906c-10f892b8, #w-node-_15ddba33-0a97-e073-5de8-5295a471906e-10f892b8, #w-node-cc3d893d-0475-93d6-a9ae-d7a81d2ee256-10f892b8, #w-node-cc3d893d-0475-93d6-a9ae-d7a81d2ee258-10f892b8, #w-node-cc3d893d-0475-93d6-a9ae-d7a81d2ee25a-10f892b8, #w-node-cc3d893d-0475-93d6-a9ae-d7a81d2ee25c-10f892b8, #w-node-cc3d893d-0475-93d6-a9ae-d7a81d2ee25e-10f892b8, #w-node-d6d85c71-4968-8962-5a7e-2a62ccf3cb25-10f892b8, #w-node-_0c784bec-d6eb-a68b-b476-521313420b38-10f892b8, #w-node-e76fc43e-80cf-f5cd-1b14-43a99a797ad3-10f892b8, #w-node-_84c95aa7-663e-6e8f-85e3-c8f1be74a212-10f892b8, #w-node-_695292e1-51b6-1177-2495-00d4ae07a341-10f892b8, #w-node-_40b34230-006b-a76c-eaca-e024035bf725-10f892b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ef79efc-0756-493c-b359-2e01982dfe7c-10f892b8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f1023536-4485-276f-dd37-54b7e289af69-10f892ee, #w-node-_4a63dfc1-caa4-f6b0-8bc3-f365f5a09027-10f892ee, #w-node-_5bcd636a-cdad-ea9c-da6c-e06e75ca8f8d-10f892ee, #w-node-_7892aaf7-ef7a-55cd-e593-a13483470bf5-10f892ee, #w-node-_30931635-69b7-c7e5-ae71-18cc87492ce2-10f892ee, #w-node-_15ddba33-0a97-e073-5de8-5295a4719066-10f892ee, #w-node-_15ddba33-0a97-e073-5de8-5295a4719068-10f892ee, #w-node-_15ddba33-0a97-e073-5de8-5295a471906a-10f892ee, #w-node-_15ddba33-0a97-e073-5de8-5295a471906c-10f892ee, #w-node-_15ddba33-0a97-e073-5de8-5295a471906e-10f892ee, #w-node-cc3d893d-0475-93d6-a9ae-d7a81d2ee256-10f892ee, #w-node-cc3d893d-0475-93d6-a9ae-d7a81d2ee258-10f892ee, #w-node-cc3d893d-0475-93d6-a9ae-d7a81d2ee25a-10f892ee, #w-node-cc3d893d-0475-93d6-a9ae-d7a81d2ee25c-10f892ee, #w-node-cc3d893d-0475-93d6-a9ae-d7a81d2ee25e-10f892ee, #w-node-d6d85c71-4968-8962-5a7e-2a62ccf3cb25-10f892ee, #w-node-_0c784bec-d6eb-a68b-b476-521313420b38-10f892ee, #w-node-e76fc43e-80cf-f5cd-1b14-43a99a797ad3-10f892ee, #w-node-_84c95aa7-663e-6e8f-85e3-c8f1be74a212-10f892ee, #w-node-_695292e1-51b6-1177-2495-00d4ae07a341-10f892ee, #w-node-_40b34230-006b-a76c-eaca-e024035bf725-10f892ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ef79efc-0756-493c-b359-2e01982dfe7c-10f892ee {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_15680d3d-08c1-7fad-76c2-13488570e601-10f892ef, #w-node-_15680d3d-08c1-7fad-76c2-13488570e60d-10f892ef, #w-node-_15680d3d-08c1-7fad-76c2-13488570e61a-10f892ef, #w-node-_15680d3d-08c1-7fad-76c2-13488570e61b-10f892ef, #w-node-_15680d3d-08c1-7fad-76c2-13488570e63c-10f892ef, #w-node-_15680d3d-08c1-7fad-76c2-13488570e656-10f892ef, #w-node-_15680d3d-08c1-7fad-76c2-13488570e659-10f892ef, #w-node-_15680d3d-08c1-7fad-76c2-13488570e679-10f892ef, #w-node-_15680d3d-08c1-7fad-76c2-13488570e67a-10f892ef, #w-node-_15680d3d-08c1-7fad-76c2-13488570e68b-10f892ef, #w-node-_15680d3d-08c1-7fad-76c2-13488570e68e-10f892ef, #w-node-_15680d3d-08c1-7fad-76c2-13488570e69e-10f892ef, #w-node-_15680d3d-08c1-7fad-76c2-13488570e6a6-10f892ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_3d38410d-872b-9aa2-2b84-7ec896cb8caf-10f892b8, #w-node-_268bb3e8-ad07-6839-39a3-fd132f942c06-10f892b8, #w-node-_3d38410d-872b-9aa2-2b84-7ec896cb8caf-10f892ee, #w-node-_268bb3e8-ad07-6839-39a3-fd132f942c06-10f892ee {
    grid-area: 2 / 3 / 3 / 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1ef79efc-0756-493c-b359-2e01982dfe7c-10f892b8, #w-node-_1ef79efc-0756-493c-b359-2e01982dfe7c-10f892ee {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


