.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.guarantie-banner {
    position: fixed; 
    top: 120px; 
    left: 10px;
}
.guarantie-banner img {
    width: 100px; 
}

.w-checkbox::before {
  content: " ";
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}
.w-checkbox::after {
  content: " ";
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}
.w-checkbox-input {
  float: left;
  margin-bottom: 0;
  margin-left: -20px;
  margin-right: 0;
  margin-top: 4px;
  line-height: normal;
}
.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url(https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}
body {
  padding-top: 60px;
  font-family: "Roboto Condensed", sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin: 0 0 10px;
  color: #c7aa8b;
  font-size: 47px;
  line-height: 55px;
  font-weight: 500;
}
h2 {
  margin: 0 0 10px;
  color: #4d4d4d;
  font-size: 30px;
  line-height: 27px;
  font-weight: 700;
  text-transform: uppercase;
}
h3 {
  margin: 10px 0;
  font-size: 31px;
  line-height: 30px;
  font-weight: 500;
}
h4 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
}
h5 {
  margin: 10px 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin: 10px 0;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
}
.button {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  padding: 8px 15px;
  border: 2px solid #fecc01;
  border-radius: 20px;
  background-color: #fecc01;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: #000000;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.button:hover {
  background-color: #fecc01;
  color: #000;
  font-weight: 700;
}
.navbar {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 0;
  right: 0;
  bottom: auto;
  background-color: rgba(50, 50, 50, 0.85);
  box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, 0.13);
}
.nav-link {
  padding: 20px 30px;
  border-right: 1px solid #4d4d4d;
  -webkit-transition: background-color 0.1s ease, margin 0.5s ease;
  transition: background-color 0.1s ease, margin 0.5s ease;
  font-family: "Roboto Condensed", sans-serif;
  color: #ededed;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}
.nav-link:hover {
  background-color: #000;
  color: #fff;
}
.nav-link.w--current {
  background-color: #000;
  box-shadow: none;
  color: #c7aa8b;
}
.nav-link.w--current:hover {
  color: #c7aa8b;
}
.nav-link.social-icons {
  padding: 18px 22px 22px;
  float: right;
  border-left: 1px solid #4d4d4d;
  opacity: 0.8;
}
.nav-link.social-icons:hover {
  opacity: 1;
}
.nav-link.social-icons.last {
  border-left-style: none;
}
.nav-menu {
  float: left;
  border-left: 1px solid #4d4d4d;
}
.stone-logo {
  position: fixed;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  margin-top: 20px;
  margin-right: 8px;
  float: left;
  opacity: 0.9;
}
.brand {
  padding-top: 17px;
}
.brand.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.section {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fecc01;
  color: #4d4d4d;
}
.section.grey {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #333;
  color: #fff;
}
.section.beige {
  background-color: #9b8451;
}
.section.image {
  padding-top: 127px;
  padding-bottom: 127px;
  background-image: url(../images/ocean.jpg);
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
.main-heading {
  margin-top: 0;
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  font-size: 65px;
  line-height: 1;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
}
.main-heading.bold {
  position: relative;
  padding: 8px;
  border: 4px solid #000;
  background-color: #fecc01;
  color: #000;
  font-weight: 300;
}

.main-heading.subtitle{
  color: #000;
  font-size: 30px;
  font-weight: 200;
}

.slider-nav {
  font-sirgb(26, 24, 24)9px;
  line-height: 10px;
}
.main-subheading {
  margin-top: 18px;
  margin-bottom: 44px;
  font-family: Vollkorn, serif;
  color: hsla(0, 0%, 100%, 0.81);
  font-size: 21px;
  font-style: italic;
  font-weight: 400;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 12px;
}
.main-subheading-transparent {
  margin-top: 35px;
  margin-bottom: 44px;
  font-family: Vollkorn, serif;
  color: hsla(0, 0%, 100%, 0.81);
  font-size: 21px;
  font-style: italic;
  font-weight: 400;
  background-color: #ff000000;
  padding: 12px;
}
.horizontal-bar {
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #fff;
}
.horizontal-bar.beige {
  display: inline-block;
  width: 120px;
  background-color: #fecc01;
}
.slider {
  height: 490px;
  background-color: transparent;
}
.slide {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url(../images/moebeltaxi-berlin1.jpg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  background-clip: border-box;
  position: relative;
}
.slide._2 {
  background-image: url(../images/sperrmuller.jpg);
}
.slide._3 {
  background-image: url(../images/moebel-taxi-berlin-4.jpeg);
}
.slide._4 {
  background-image: url(../images/moebeltaxi-4.jpeg);
}
.process-titles {
  margin-bottom: 23px;
  padding-top: 23px;
  border-top: 2px solid #000;
  color: #000;
  font-size: 26px;
  line-height: 44px;
  text-align: center;
  text-transform: uppercase;
}
.icon-wrapper {
  height: auto;
  margin-bottom: 24px;
  text-align: center;
}
.project-description {
  margin-bottom: 11px;
  color: #000;
}
.project-title {
  margin-bottom: 20px;
  color: #000;
}
.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 90vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.div-block {
  width: 25%;
}
.image-2 {
  width: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.paragraph {
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
.column {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.div-block-2 {
  width: 50%;
}
.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.forminputheader {
  color: #fecc01;
  font-size: 16px;
}
.forminputdescription {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}
.forminput {
  width: 100%;
}
.form-block {
  width: 70%;
  padding-right: 5px;
  padding-left: 5px;
}
.horizontaldiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.div-block-4 {
  width: 50%;
  padding-right: 5px;
  padding-left: 5px;
}
.submit-button {
  width: 30%;
  height: 60px;
  border: 1px solid #fecc01;
  border-radius: 100px;
  background-color: transparent;
  font-size: 18px;
}
.submit-button:hover {
  background-color: #fecc01;
  color: #000;
  font-weight: 700;
}
.horizontaldiv2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 5px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.fullwidthdiv {
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
}
.column-2 {
  position: static;
  padding: 40px 20px;
  background-color: transparent;
}
.cardsectiondiv {
  width: 100%;
  height: auto;
  padding: 20px 14px;
  border-right: 4px solid #fecc01;
  border-bottom: 6px solid #000;
  border-left: 4px solid #fecc01;
  background-color: #fff;
}
.cardsectiondivbig {
  width: 100%;
  height: auto;
  padding: 20px 14px 60px;
  border-right: 4px solid #fecc01;
  border-bottom: 6px solid #000;
  border-left: 4px solid #fecc01;
  background-color: #fff;
}
.centered-container-2 {
  max-width: 90vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
.gallery-grid-container {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 10px auto;
  grid-template-rows: auto auto;
}
.gallery-lightbox {
  position: relative;
  overflow: hidden;
}
.gallery-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.body {
  padding-top: 0;
  background-color: #4d4d4d;
}
.footer {
  padding-top: 60px;
  padding-bottom: 120px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 4px solid #fecc01;
  background-color: #000;
  text-align: center;
}
.footer-logo-link {
  max-height: none;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}
.footer-image {
  width: auto;
  height: auto;
  margin-right: 10px;
  margin-bottom: 4px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0 50%;
  object-position: 0 50%;
}
.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  color: #fff;
  font-size: 36px;
  line-height: 1.5;
  text-align: left;
}
.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #fecc01;
  font-size: 14px;
  text-align: left;
  text-decoration: none;
}
.footer-link:hover {
  text-decoration: underline;
}
.div-block-5 {
  width: 100%;
  height: 100%;
  margin-left: 14px;
}
.div-block-6 {
  color: #fff;
  font-size: 12px;
}
.link {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}
.heading {
  color: #fecc01;
  text-align: center;
}
.checkbox-label {
  color: #fff;
}
.bold-text {
  color: #fff;
  text-decoration: none;
}
.heading-2 {
  color: #000;
  font-size: 36px;
  font-weight: 400;
}
.image-3 {
  -o-object-fit: contain;
  object-fit: contain;
}
.paragraph-2 {
  font-size: 18px;
  line-height: 28px;
}
.button2 {
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #000;
  border-radius: 20px;
  background-color: transparent;
  color: #000;
  text-decoration: none;
}
.button2:hover {
  background-color: #000;
  color: #fff;
}
.aboutus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-2 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.project-description-white {
  margin-bottom: 11px;
  color: #fecc01;
}
.button3 {
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #fecc01;
  border-radius: 20px;
  background-color: transparent;
  color: #fecc01;
  text-decoration: none;
}
.button3:hover {
  background-color: #fecc01;
  color: #fff;
}
.project-title-2 {
  margin-bottom: 20px;
  color: #fecc01;
}
.section-3 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}
.verticaldiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.paragraph-3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
.link-2 {
  color: #000;
  text-decoration: none;
}
.link-3 {
  color: #000;
  text-decoration: none;
}
.link-4 {
  color: #000;
  text-decoration: none;
}
.image-6 {
  -o-object-fit: cover;
  object-fit: cover;
}
.div-block-9 {
  position: fixed;
  left: 0;
  top: auto;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 1% 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(50, 50, 50, 0.85);
}
.text-block {
  color: #fecc01;
  font-size: 24px;
}
.project-title-small {
  margin-bottom: 20px;
  color: #000;
  font-size: 20px;
  font-weight: 400;
}
.whiteparagraph {
  margin-top: 6px;
  margin-bottom: 6px;
  color: #fff;
  font-size: 16px;
}
.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px none #fff;
}
.cardimage {
  width: 20%;
}
.tabs-menu {
  text-align: center;
}
.tab-link-tab-1 {
  border: 1px solid #000;
  background-color: #fecc01;
  font-size: 18px;
}
.quicklinks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.quicklinktextdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding: 6px 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "Roboto Condensed", sans-serif;
  color: rgba(51, 51, 51, 0.2);
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
}
.quicklinksection {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #9b8451;
}
.quicktextlink {
  color: #333;
  font-size: 12px;
  text-decoration: none;
}
.quicklinksheader {
  width: 100%;
  margin-bottom: 0;
  color: #000;
  font-size: 24px;
  line-height: 32px;
}
@media screen and (max-width: 991px) {
  body {
    padding-top: 57px;
  }
  .quicklinksheader {
    width: 100%;
    margin-bottom: 0;
    color: #000;
    font-size: 16px;
    line-height: 32px;
  }
  .nav-link {
    max-width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    border-top: 1px solid #4d4d4d;
    border-right-style: none;
  }
  .nav-link.social-icons {
    padding-right: 21px;
    padding-left: 21px;
    border-right-color: #4d4d4d;
  }
  .nav-menu {
    background-color: #323232;
    box-shadow: inset 0 -1px 0 0 hsla(0, 0%, 100%, 0.13),
      0 7px 13px -4px rgba(0, 0, 0, 0.45);
  }
  .menu-icon {
    color: #fff;
    line-height: 21px;
  }
  .section.beige {
    padding-bottom: 80px;
  }
  .menu-button {
    opacity: 0.8;
  }
  .menu-button.w--open {
    background-color: #000;
    opacity: 1;
  }
  .main-heading {
    margin-bottom: 1px;
    font-size: 68px;
  }

  .main-heading.bold {
    padding: 5px;
  }

  .main-heading.subtitle {
    color: #000;
    font-size: 15px !important;
  }

  .guarantie-banner img {
    width: 75px; 
}
  
  .slider {
    height: 469px;
  }
  .container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .column {
    height: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .form-block {
    width: 100%;
  }
  .gallery-grid-container {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .cardimage {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 0;
  }
  .navbar {
    position: -webkit-sticky;
    position: sticky;
  }
  .section {
    padding: 34px 10px;
  }
  .section.grey {
    padding: 35px 10px;
  }
  .section.image {
    padding: 61px 10px;
    background-attachment: scroll;
  }
  .main-heading {
    font-size: 50px;
    line-height: 44px;
  }
  .slider {
    height: 392px;
  }
  .slide {
    padding: 50px 10px;
  }
  .icon-wrapper {
    height: 102px;
  }
  .project-column {
    padding-top: 23px;
  }
  .image-2 {
    width: 80%;
  }
  .column {
    margin-top: 20px;
  }
  .gallery-grid-container {
    max-width: none;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .footer {
    padding: 40px 20px 80px;
  }
  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .footer-heading {
    font-size: 24px;
    text-align: center;
  }
  .footer-link {
    font-size: 14px;
    text-align: center;
  }
  .footer-link.w--current {
    text-align: center;
  }
  .image-5 {
    width: 240px;
  }
  .image-6 {
    width: 120px;
  }
  .cardimage {
    width: 20%;
  }
}
@media screen and (max-width: 479px) {
  .main-heading {
    width: 100%;
    font-size: 30px;
  }
  .slider {
    height: 476px;
  }
  .slide {
    padding-top: 58px;
    padding-bottom: 58px;
  }
  .container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .forminputdescription {
    display: none;
  }
  .forminput {
    font-size: 12px;
  }
  .centered-container-2 {
    text-align: left;
  }
  .gallery-grid-container {
    margin-right: 0;
    margin-left: 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }
  .footer-logo-link {
    height: auto;
  }
  .footer-image {
    width: 100%;
  }
  .footer-heading {
    margin-top: 20px;
    font-size: 18px;
  }
  .footer-link {
    font-size: 12px;
  }
  .div-block-5 {
    margin-left: 6px;
  }
  .div-block-6 {
    margin-top: 20px;
  }
  .heading {
    font-size: 28px;
    line-height: 44px;
  }
  .paragraph-3 {
    font-size: 12px;
  }
  .image-6 {
    width: 100px;
  }
  .cardimage {
    width: 50%;
  }
  .quicklinks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .quicklinktextdiv {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#w-node-_0be42f1d-93c7-51db-1c34-93a580ee6e31-7c98e55d {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}
#w-node-_0be42f1d-93c7-51db-1c34-93a580ee6e33-7c98e55d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}
#w-node-_0be42f1d-93c7-51db-1c34-93a580ee6e37-7c98e55d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}
#w-node-fc7032aa-a431-027a-de43-53c0ca028806-7c98e55d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}
#w-node-_59f7fc58-ec19-b49c-5f9d-125968ef421b-7c98e55d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}
@media screen and (max-width: 479px) {
  #w-node-_0be42f1d-93c7-51db-1c34-93a580ee6e31-7c98e55d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}
