:root {
  --50: #fafaf9;
  --800: #292524;
  --800\<deleted\|variable-d6ad5008-da0e-2e97-fed5-d48766f77d75\>: var(--50);
  --den-main: "Open Sans", sans-serif;
  --20: 20px;
  --28: 28px;
  --white: white;
  --black: black;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.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-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

.section {
  height: 100%;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(37deg, #f97373, #e33333);
  background-clip: border-box;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.lottie-animation {
  z-index: 10;
  width: 400px;
  height: 400px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: fixed;
  top: 20%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.body {
  height: 5000px;
  aspect-ratio: auto;
  object-fit: fill;
  background-image: none;
}

.work {
  height: 1140px;
  min-height: auto;
  color: #c9c927;
  background-color: #2094bd;
  padding: 0 24px;
}

.work.byggidn {
  background-color: #01b1ec;
  padding-top: 8px;
}

.thework {
  background-color: rgba(0, 0, 0, 0);
}

.byggidn_content {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.title_section {
  z-index: 10;
  float: none;
  grid-column-gap: 2px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
  position: relative;
}

.title_section.byggidn2 {
  grid-column-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.byggidn_title {
  aspect-ratio: auto;
  border-bottom: 1px solid var(--50);
  margin-top: 32px;
  padding-bottom: 24px;
  padding-right: 0;
}

.h1 {
  height: auto;
  min-height: auto;
  color: var(--50);
  object-fit: fill;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 64px;
  font-weight: 800;
  line-height: 88px;
  overflow: visible;
}

.h1.h2 {
  color: #fafaf9;
}

.h1.dark {
  color: var(--800);
}

.p1-bold {
  color: #fafaf9;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
}

.p1-bold.dark {
  color: var(--800);
}

.p2-bold {
  color: #fafaf9;
  margin-top: 32px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.p3-class {
  color: #292524;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.p3-class.light {
  color: var(--50);
}

.p1-regular {
  color: var(--50);
  margin-top: 8px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.p1-regular.dark-text {
  color: var(--800);
  -webkit-text-stroke-color: var(--800);
}

.byggidn_right_text_top {
  margin-top: 0;
}

.byggidn_description {
  background-color: var(--800);
  opacity: .92;
  border-radius: 3px;
  margin-top: 64px;
  padding: 24px;
}

.work_image {
  z-index: 0;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 1%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.single_image {
  color: var(--800\<deleted\|variable-d6ad5008-da0e-2e97-fed5-d48766f77d75\>);
  padding-top: 166px;
}

.single_image.byggidn2 {
  padding-top: 1241px;
  display: none;
  position: static;
}

.test {
  height: 600px;
  background-color: #a0c467;
  margin-top: -310px;
  padding-top: 0;
}

.test.test2 {
  background-color: #4d612e;
}

.p1-light {
  font-family: var(--den-main);
  color: #292524;
  font-size: var(--20);
  line-height: var(--28);
  margin-top: 8px;
  margin-bottom: 0;
  font-weight: 300;
}

.p1-light.light {
  color: var(--50);
}

.heading {
  font-family: var(--den-main);
  font-weight: 300;
}

.heading-2 {
  font-family: var(--den-main);
  color: var(--50);
  font-size: var(--20);
  line-height: var(--28);
  font-weight: 300;
}

.byggidn1_title {
  margin-top: 48px;
}

.byggind2_desciption {
  margin-top: 56px;
}

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

.quick-stack {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  padding: 0;
}

.section-2 {
  background-color: #af0505;
}

.byggidn_title_label {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.byggidn_header {
  text-align: left;
  padding: 0 0 32px;
}

.cell, .title_location, .byggidn_header_logo {
  align-items: flex-end;
}

.heading-3 {
  font-family: var(--den-main);
  color: var(--50);
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.p4-light {
  font-family: var(--den-main);
  color: #57534e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.p4-light.light {
  color: var(--50);
}

.byggidn_left_text_bottom {
  margin-top: 32px;
}

.p4-bold {
  font-family: var(--den-main);
  color: #292524;
  margin-top: 8px;
  font-size: 14px;
  line-height: 20px;
}

.p4-bold.light {
  color: var(--50);
}

.byggidn_left_contents {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  padding: 0;
}

.byggidn_contents {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-top: 40px;
  padding: 0;
}

.byggidn_right_contents {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  padding: 0;
}

.image-2 {
  aspect-ratio: auto;
  object-fit: fill;
}

.byggidn_right_image_vector {
  float: none;
  object-fit: fill;
  margin-top: 120px;
  display: flex;
}

.byggidn_right_image_image {
  z-index: 10;
  position: absolute;
}

.byggidn_right_image {
  display: flex;
}

.byggidn_right_image_content {
  position: relative;
}

.byggidn_left_image_vector {
  position: static;
  left: 230px;
}

.byggidn_left_vector {
  width: 80%;
  max-width: none;
  margin-top: 40px;
  margin-left: 0;
  padding-left: 47px;
  padding-right: 0;
}

.byggidn_left_image_content {
  width: 100%;
  position: relative;
}

.image-3 {
  display: inline-block;
}

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

.div-block {
  background-color: #dfbaba;
}

.volvo_section {
  background-color: #fff160;
  padding: 24px 24px 40px;
}

.volvo_content {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.volvo_title {
  aspect-ratio: auto;
  border-bottom: 1px solid #dfcb00;
  margin-top: 32px;
  padding-bottom: 24px;
  padding-right: 0;
}

.volvo_title_text {
  justify-content: center;
}

.volvo_header_logo {
  justify-content: center;
  align-items: flex-end;
}

.volvo_header {
  text-align: left;
  padding: 0 0 32px;
}

.volvo_title_label {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.h1_volvo {
  height: auto;
  min-height: auto;
  color: var(--800);
  object-fit: fill;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 64px;
  font-weight: 800;
  line-height: 88px;
  display: block;
  overflow: visible;
}

.h1_volvo.h2 {
  color: #fafaf9;
}

.image-4 {
  height: 40px;
  display: none;
}

.volvo_location {
  align-items: flex-end;
}

.volvo_title_product_text, .volvo_title_location_text {
  color: #44403c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
}

.grid-2 {
  max-width: 1280px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}

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

.volvo_image {
  max-width: 100%;
  margin-left: 0;
  overflow: hidden;
}

.body-2 {
  background-image: url('../images/delle_main.png');
  background-position: 50%;
  background-size: auto;
  padding-bottom: 40px;
}

.section-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.section-4 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.heading-4 {
  color: var(--50);
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 60px;
  line-height: 60px;
}

.heading-4.light {
  border-radius: 0;
  margin-bottom: 0;
  padding: 16px 16px 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

.calculate_btn {
  width: 100%;
}

.result_display {
  color: var(--50);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Open Sans, sans-serif;
  font-size: 48px;
  line-height: 56px;
}

.form-block {
  margin-top: 24px;
  margin-bottom: 0;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
}

.div-block-3 {
  padding-left: 24px;
  padding-right: 24px;
}

.text-block {
  color: var(--50);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

.success-message {
  background-color: var(--800);
}

.text-block-2 {
  color: rgba(51, 51, 51, 0);
}

.error-message {
  height: 0;
  background-color: rgba(255, 222, 222, 0);
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-4 {
  opacity: 1;
  background-color: rgba(41, 37, 36, .84);
  border-radius: 7px;
  padding-bottom: 16px;
}

.div-block-5 {
  background-color: rgba(41, 37, 36, .84);
  border-radius: 7px;
  margin-left: 24px;
  margin-right: 24px;
  padding-right: 0;
}

.div-block-6 {
  color: var(--50);
  margin-top: 24px;
  margin-left: 24px;
  margin-right: 24px;
}

.paragraph {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

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

.div-block-7 {
  background-color: rgba(247, 247, 247, .86);
  margin-top: 16px;
  margin-left: 24px;
  margin-right: 24px;
}

.paragraph-2 {
  text-align: center;
  padding: 12px 16px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.heading-5 {
  color: var(--50);
  text-align: center;
  margin-top: 16px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
}

.div-block-8 {
  background-color: var(--50);
  margin-left: 24px;
  margin-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
}

.volvo_right_image {
  overflow: hidden;
}

.it_section {
  background-color: #005550;
  margin-top: 0;
  padding-top: 24px;
}

.it_content {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.it_title {
  aspect-ratio: auto;
  border-bottom: 1px solid #048869;
  margin-top: 0;
  padding-bottom: 24px;
  padding-right: 0;
}

.it_header {
  text-align: left;
  padding: 0 0 32px;
}

.it_title_text {
  justify-content: center;
}

.it_title_label {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.it_header_logo {
  justify-content: center;
  align-items: flex-end;
}

.image-4-copy {
  height: 40px;
  display: none;
}

.h1_volvo-copy {
  height: auto;
  min-height: auto;
  color: var(--800);
  object-fit: fill;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 64px;
  font-weight: 800;
  line-height: 88px;
  display: block;
  overflow: visible;
}

.h1_volvo-copy.h2 {
  color: #fafaf9;
}

.it_title_product_text {
  color: var(--50);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
}

.it_location {
  align-items: flex-end;
}

.it_title_location_text {
  color: var(--50);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
}

.it_header_grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  padding: 24px 0 0;
}

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

.div-block-9 {
  width: 100%;
  margin-top: 24px;
}

.image-5 {
  padding-left: 24px;
  padding-right: 24px;
}

.it_disclaimer {
  margin-top: 32px;
}

.joyraft_section {
  background-color: #fff160;
}

.joyraft_content {
  max-width: 1280px;
  background-color: #fff160;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

.joyraft_title {
  aspect-ratio: auto;
  border-bottom: 1px solid #ecd361;
  margin-top: 0;
  padding-bottom: 24px;
  padding-right: 0;
}

.joyraft_header {
  text-align: left;
  margin-left: 24px;
  margin-right: 24px;
  padding: 0 0 32px;
}

.joyraft_title_label {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-left: 24px;
  margin-right: 24px;
  padding: 0;
}

.fit_header_logo {
  justify-content: center;
  align-items: flex-end;
}

.title_location-copy {
  align-items: flex-end;
}

.joyraft_top_content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  padding: 0;
}

.div-block-10, .div-block-11 {
  margin-top: 32px;
}

.quick-stack-2, .joyraft_stack {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.image-6 {
  padding-top: 40px;
}

.image-10 {
  height: 88px;
}

.fit_section {
  background-color: #ffcb05;
}

.fit_content {
  max-width: 1280px;
  background-color: #ffcb05;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

.fit_title {
  aspect-ratio: auto;
  border: 0 solid #000;
  border-bottom: 1px solid #deac1a;
  margin-top: 0;
  padding-bottom: 24px;
  padding-right: 0;
}

.joyraft_top_content-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  padding: 0;
}

.joyraft_stack-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.fit_header {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 32px;
}

.fit_title_label {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.fit_left_text_bottom {
  margin-top: 32px;
  display: block;
}

.fit_text_content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  padding: 24px 0;
}

.paragraph-3 {
  color: var(--50);
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.heading-6 {
  color: var(--50);
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.section-5 {
  z-index: 10;
  object-fit: fill;
  position: fixed;
}

.section-6 {
  z-index: 10;
  aspect-ratio: auto;
  margin-top: 246px;
  position: fixed;
}

.section-7 {
  position: fixed;
}

.thestack {
  width: 100%;
  position: fixed;
  top: 60%;
}

.cell-4 {
  align-items: flex-end;
}

.div-block-12 {
  width: 400px;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  top: 20%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image-11 {
  margin-top: 16px;
}

.image-12 {
  display: inline-block;
}

.ice_body {
  background-color: #e9f3ff;
}

.ice_header {
  background-color: #05203f;
}

.ice_title {
  color: #fafafa;
  text-align: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
}

.flex-block {
  align-items: center;
  padding: 120px 20px;
}

.ice_subtitle {
  color: #fdfdfd;
  text-align: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 56px;
  line-height: 64px;
}

.div-block-13 {
  object-fit: cover;
  background-color: #cde4ff;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  position: -webkit-sticky;
  position: sticky;
}

.image-13, .image-14 {
  height: 56px;
}

.flex-block-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-top: 48px;
}

.image-15 {
  border-radius: 9px;
}

.div-block-14 {
  padding-bottom: 24px;
}

.div-block-15 {
  height: 100%;
  min-height: 100%;
  object-fit: fill;
  background-color: #e9f3ff;
  padding: 0 120px 48px;
}

.heading-7 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 8px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.paragraph-4 {
  text-align: center;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.text-block-3 {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 24px;
}

.heading-8 {
  margin-top: 0;
  margin-bottom: 48px;
}

.section-8 {
  padding-top: 48px;
  padding-left: 48px;
  padding-right: 48px;
}

.body-3 {
  background-color: #e8f4ff;
}

.cell-5 {
  align-items: flex-end;
}

.quick-stack-5 {
  padding: 0;
}

@media screen and (max-width: 991px) {
  .section {
    margin-left: auto;
    margin-right: auto;
  }

  .work.byggidn {
    height: auto;
    padding-bottom: 160px;
  }

  .byggidn_content {
    max-width: none;
  }

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

  .p1-bold {
    line-height: 28px;
  }

  .p1-regular {
    font-weight: 400;
  }

  .byggidn_description {
    margin-top: 32px;
  }

  .single_image {
    padding-top: 527px;
  }

  .single_image.byggidn {
    padding-top: 600px;
  }

  .test {
    margin-top: -400px;
  }

  .p1-light {
    font-size: var(--20);
    line-height: var(--28);
    font-weight: 300;
  }

  .byggidn_left_image_image {
    background-image: none;
  }

  .byggidn_right_image_vector {
    top: 0;
  }

  .byggidn_right_image_image {
    z-index: 10;
  }

  .byggidn_right_image_content {
    width: 84%;
    align-self: center;
  }

  .byggidn_left_image {
    display: block;
  }

  .byggidn_left_image_vector {
    width: 100%;
    margin-left: 24px;
    left: 0;
  }

  .byggidn_left_vector {
    width: 80%;
    margin-left: 0;
    padding-top: 40px;
    padding-left: 23px;
  }

  .byggidn_left_image_content {
    padding-bottom: 80px;
    display: block;
    position: relative;
  }

  .volvo_section {
    overflow: hidden;
  }

  .volvo_title_product_text, .volvo_title_location_text {
    line-height: 28px;
  }

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

  .volvo_image {
    max-width: 120%;
    margin-left: 0;
    position: relative;
    overflow: visible;
  }

  .body-2 {
    padding-bottom: 40px;
  }

  .section-4 {
    width: 100%;
  }

  .heading-4 {
    width: 100%;
    object-fit: fill;
    font-size: 60px;
    line-height: 60px;
    display: block;
  }

  .calculate_btn {
    width: 100%;
  }

  .result_display {
    color: var(--50);
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    font-family: Open Sans, sans-serif;
    font-size: 48px;
    line-height: 80px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  }

  .form {
    text-align: center;
  }

  .form-block, .div-block-3 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .success-message {
    padding-top: 0;
    padding-bottom: 0;
  }

  .error-message {
    height: 0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .volvo_right_image {
    overflow: visible;
  }

  .it_section {
    padding-top: 24px;
  }

  .it_content {
    margin-left: 24px;
    margin-right: 24px;
  }

  .it_title_product_text, .it_title_location_text {
    line-height: 28px;
  }

  .joyraft_title_label, .joyraft_top_content {
    margin-left: 24px;
    margin-right: 24px;
  }

  .quick-stack-2 {
    padding: 8px;
  }

  .joyraft_stack {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 8px;
  }

  .quick-stack-3, .quick-stack-4 {
    padding: 8px;
  }

  .fit_content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .joyraft_top_content-copy {
    margin-left: 24px;
    margin-right: 24px;
  }

  .joyraft_stack-copy {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 8px;
  }

  .fit_title_label {
    margin-left: 24px;
    margin-right: 24px;
  }

  .ice_title {
    margin-bottom: 0;
  }

  .ice_subtitle {
    margin-bottom: 24px;
  }

  .div-block-15 {
    padding: 48px 24px;
  }

  .heading-7 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 24px;
    padding-bottom: 4px;
  }

  .paragraph-4 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .work.byggidn {
    padding-right: 24px;
  }

  .h1 {
    font-size: 56px;
    line-height: 76px;
  }

  .h1.h2, .p1-bold, .p2-bold, .p1-regular {
    color: var(--50);
  }

  .work_image {
    position: static;
  }

  .single_image {
    padding-top: 0;
  }

  .test {
    height: 400px;
  }

  .test.test2 {
    margin-top: -779px;
  }

  .byggidn_header_logo {
    width: 58%;
    height: auto;
    mix-blend-mode: normal;
  }

  .byggidn_right_image_vector {
    margin-top: 80px;
    top: -261px;
  }

  .byggidn_right_image_content {
    width: 100%;
  }

  .byggidn_left_vector {
    width: 80%;
    margin-left: 3px;
    padding: 8px 0 0;
  }

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

  .volvo_header_logo {
    width: 58%;
    height: auto;
    mix-blend-mode: normal;
    display: none;
  }

  .h1_volvo {
    font-size: 56px;
    line-height: 76px;
  }

  .h1_volvo.h2 {
    color: var(--50);
  }

  .volvo_image {
    overflow: hidden;
  }

  .section-4 {
    width: 100%;
    display: block;
  }

  .volvo_right_image {
    overflow: visible;
  }

  .it_section {
    overflow: hidden;
  }

  .it_header_logo {
    width: 58%;
    height: auto;
    mix-blend-mode: normal;
    display: none;
  }

  .h1_volvo-copy {
    font-size: 56px;
    line-height: 76px;
  }

  .h1_volvo-copy.h2 {
    color: var(--50);
  }

  .fit_header_logo {
    width: 58%;
    height: auto;
    mix-blend-mode: normal;
  }

  .flex-block {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .div-block-15 {
    padding-right: 24px;
  }
}

@media screen and (max-width: 479px) {
  .lottie-animation {
    width: 80%;
  }

  .work {
    padding-left: 16px;
    padding-right: 16px;
  }

  .work.byggidn {
    padding-bottom: 80px;
  }

  .byggidn_content, .byggidn_title, .h1, .p1-regular {
    display: block;
  }

  .byggidn_description {
    margin-right: 16px;
  }

  .single_image {
    padding-top: 0;
  }

  .h2 {
    font-family: Open Sans, sans-serif;
    font-size: 64px;
    line-height: 88px;
  }

  .test {
    height: 400px;
  }

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

  .byggidn_header_logo {
    width: 40%;
  }

  .byggidn_right_image_vector {
    margin-top: 60px;
  }

  .byggidn_right_image_content {
    width: 100%;
  }

  .byggidn_left_vector {
    margin-left: 0;
    padding-top: 8px;
  }

  .byggidn_left_image_content {
    padding-bottom: 8px;
  }

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

  .volvo_section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .volvo_title {
    display: block;
  }

  .volvo_header_logo {
    width: 40%;
    display: none;
  }

  .h1_volvo {
    display: none;
  }

  .volvo_image {
    max-width: 140%;
    overflow: hidden;
  }

  .heading-4.light {
    font-size: 16px;
    line-height: 25px;
  }

  .result_display {
    font-size: 24px;
    line-height: 40px;
  }

  .div-block-3 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .div-block-6 {
    margin-left: 12px;
    margin-right: 12px;
  }

  .heading-5 {
    color: var(--50);
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 8px;
    font-family: Open Sans, sans-serif;
  }

  .it_content {
    margin-left: 16px;
    margin-right: 16px;
  }

  .it_title {
    display: block;
  }

  .it_header_logo {
    width: 40%;
    display: none;
  }

  .h1_volvo-copy {
    display: none;
  }

  .it_header_grid {
    padding-top: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-5 {
    width: 500px;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    left: -87px;
  }

  .joyraft_title {
    display: block;
  }

  .joyraft_header, .joyraft_title_label {
    margin-left: 16px;
    margin-right: 16px;
  }

  .fit_header_logo {
    width: 40%;
    display: none;
  }

  .joyraft_top_content {
    margin-left: 16px;
    margin-right: 16px;
  }

  .quick-stack-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 8px;
  }

  .joyraft_stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 0;
  }

  .image-6 {
    padding-top: 0;
  }

  .cell-2 {
    flex-direction: row;
    display: block;
  }

  .quick-stack-3, .quick-stack-4 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .cell-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .image-7 {
    padding-top: 40px;
  }

  .image-8, .image-9 {
    margin-top: -40px;
  }

  .fit_content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .fit_title {
    display: block;
  }

  .joyraft_top_content-copy {
    margin-left: 16px;
    margin-right: 16px;
  }

  .joyraft_stack-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 0;
  }

  .fit_header, .fit_title_label {
    margin-left: 16px;
    margin-right: 16px;
  }

  .flex-block {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .ice_subtitle {
    font-size: 40px;
    line-height: 52px;
  }

  .flex-block-2 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-15 {
    padding-left: 16px;
    padding-right: 24px;
  }

  .section-8 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .quick-stack-5 {
    padding: 0;
  }
}

#w-node-d1e12e0d-dddc-a784-8ab9-22ffed5e2eb5-7fe5fa1c, #w-node-d1e12e0d-dddc-a784-8ab9-22ffed5e2eba-7fe5fa1c, #w-node-bb7b90cd-9e35-33eb-8251-bc47c329a888-7fe5fa1c, #w-node-_1eb30d14-044f-a220-8526-0b159c52a4f4-9c52a4f1, #w-node-_1eb30d14-044f-a220-8526-0b159c52a4f9-9c52a4f1, #w-node-_1eb30d14-044f-a220-8526-0b159c52a500-9c52a4f1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1eb30d14-044f-a220-8526-0b159c52a50e-9c52a4f1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_1eb30d14-044f-a220-8526-0b159c52a510-9c52a4f1, #w-node-_1eb30d14-044f-a220-8526-0b159c52a516-9c52a4f1, #w-node-_1eb30d14-044f-a220-8526-0b159c52a51c-9c52a4f1 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_7c2d0c78-8aaf-5e37-8bfe-7889f87207ab-f87207a9, #w-node-_7c2d0c78-8aaf-5e37-8bfe-7889f87207b1-f87207a9, #w-node-_7c2d0c78-8aaf-5e37-8bfe-7889f87207b7-f87207a9, #w-node-_73c35035-c6e2-4756-ebee-e0de4ea174fc-4ea174f9, #w-node-_73c35035-c6e2-4756-ebee-e0de4ea17502-4ea174f9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_73c35035-c6e2-4756-ebee-e0de4ea17517-4ea174f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a314d0a1-1f24-eb50-ed75-a7b59f9c70d9-9f9c70d5, #w-node-a314d0a1-1f24-eb50-ed75-a7b59f9c70df-9f9c70d5, #w-node-a314d0a1-1f24-eb50-ed75-a7b59f9c70e6-9f9c70d5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a314d0a1-1f24-eb50-ed75-a7b59f9c70e8-9f9c70d5, #w-node-a314d0a1-1f24-eb50-ed75-a7b59f9c70fb-9f9c70d5 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_0555d9ad-61a0-581e-3c5b-6bf98d1685e9-58a2c7d6, #w-node-_635f2559-d2d5-9c5b-9b5a-7c00d97a6672-58a2c7d6, #w-node-_30d21518-550e-6495-8816-e2f2998e4fd0-58a2c7d6, #w-node-_54f0bd88-530d-eae7-9756-88b871bda295-58a2c7d6, #w-node-aa64f7ae-b787-a557-26e7-5c22572ddb28-58a2c7d6, #w-node-_81351aae-259e-e579-d286-89435aec230b-58a2c7d6, #w-node-a806c0d2-a904-69c1-6547-f492d05fb63d-58a2c7d6, #w-node-_3bbef12f-61bf-cf0f-3367-f93caada9243-58a2c7d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-acfd906b-bdc8-20f9-c089-77529c0c5332-adf35595 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-bb7b90cd-9e35-33eb-8251-bc47c329a888-7fe5fa1c, #w-node-_1eb30d14-044f-a220-8526-0b159c52a500-9c52a4f1, #w-node-_7c2d0c78-8aaf-5e37-8bfe-7889f87207ab-f87207a9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7c2d0c78-8aaf-5e37-8bfe-7889f87207ac-f87207a9 {
    order: 9999;
  }

  #w-node-a314d0a1-1f24-eb50-ed75-a7b59f9c70e6-9f9c70d5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d1e12e0d-dddc-a784-8ab9-22ffed5e2eb5-7fe5fa1c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d1e12e0d-dddc-a784-8ab9-22ffed5e2eb6-7fe5fa1c {
    order: 9999;
  }

  #w-node-_1eb30d14-044f-a220-8526-0b159c52a4f4-9c52a4f1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1eb30d14-044f-a220-8526-0b159c52a4f5-9c52a4f1 {
    order: 9999;
  }

  #w-node-_1eb30d14-044f-a220-8526-0b159c52a50e-9c52a4f1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1eb30d14-044f-a220-8526-0b159c52a50f-9c52a4f1 {
    grid-row: span 1 / span 1;
  }

  #w-node-_1eb30d14-044f-a220-8526-0b159c52a510-9c52a4f1, #w-node-_1eb30d14-044f-a220-8526-0b159c52a516-9c52a4f1, #w-node-_1eb30d14-044f-a220-8526-0b159c52a51c-9c52a4f1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_7c2d0c78-8aaf-5e37-8bfe-7889f87207b0-f87207a9 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_7c2d0c78-8aaf-5e37-8bfe-7889f87207b1-f87207a9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7c2d0c78-8aaf-5e37-8bfe-7889f87207b2-f87207a9 {
    order: 9999;
  }

  #w-node-_73c35035-c6e2-4756-ebee-e0de4ea174fb-4ea174f9 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_73c35035-c6e2-4756-ebee-e0de4ea174fc-4ea174f9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_73c35035-c6e2-4756-ebee-e0de4ea174fd-4ea174f9 {
    order: 9999;
  }

  #w-node-a314d0a1-1f24-eb50-ed75-a7b59f9c70d9-9f9c70d5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a314d0a1-1f24-eb50-ed75-a7b59f9c70da-9f9c70d5 {
    order: 9999;
  }
}


