/* compiled by scssphp v0.6.3 on Wed, 05 Apr 2023 04:20:58 +0200 (0.1182s) */

@font-face {
  font-display: swap;
  font-family: GoodDogNew;
  src: local(GoodDogNew), url("../draadcore-child/fonts/GoodDog/GoodDogNew.woff2") format('woff2'), url("../draadcore-child/fonts/GoodDog/GoodDogNew.woff") format('woff');
  font-weight: 400;
  font-style: normal;
  unicode-range: U0-5FF;
}
@font-face {
  font-display: swap;
  font-family: Arboria;
  src: local(Arboria), url("../draadcore-child/fonts/Arboria/Arboria-Black.woff2") format('woff2'), url("../draadcore-child/fonts/Arboria/Arboria-Black.woff") format('woff');
  font-weight: 900;
  font-style: normal;
  unicode-range: U0-5FF;
}
@font-face {
  font-display: swap;
  font-family: Arboria;
  src: local(Arboria), url("../draadcore-child/fonts/Arboria/Arboria-Bold.woff2") format('woff2'), url("../draadcore-child/fonts/Arboria/Arboria-Bold.woff") format('woff');
  font-weight: 700;
  font-style: normal;
  unicode-range: U0-5FF;
}
@font-face {
  font-display: swap;
  font-family: Arboria;
  src: local(Arboria), url("../draadcore-child/fonts/Arboria/Arboria-Medium.woff2") format('woff2'), url("../draadcore-child/fonts/Arboria/Arboria-Medium.woff") format('woff');
  font-weight: 500;
  font-style: normal;
  unicode-range: U0-5FF;
}
@font-face {
  font-display: swap;
  font-family: Arboria;
  src: local(Arboria), url("../draadcore-child/fonts/Arboria/Arboria-Book.woff2") format('woff2'), url("../draadcore-child/fonts/Arboria/Arboria-Book.woff") format('woff');
  font-weight: 400;
  font-style: normal;
  unicode-range: U0-5FF;
}
@font-face {
  font-display: swap;
  font-family: Mundial;
  src: local(Mundial), url("../draadcore-child/fonts/Mundial/MundialDemibold.woff2") format('woff2'), url("../draadcore-child/fonts/Mundial/MundialDemibold.woff") format('woff');
  font-weight: 700;
  font-style: bold;
  unicode-range: U0-5FF;
}
@font-face {
  font-display: swap;
  font-family: Mundial;
  src: local(Mundial), url("../draadcore-child/fonts/Mundial/Mundial-Regular.woff2") format('woff2'), url("../draadcore-child/fonts/Mundial/Mundial-Regular.woff") format('woff');
  font-weight: 400;
  font-style: normal;
  unicode-range: U0-5FF;
}
/* line 5, sass/image_slider.scss */
/* line 6, sass/image_slider.scss */
/* line 7, sass/image_slider.scss */
html #root #wrap_all .section.image_slider .container {
  min-width: 100%;
  padding: 0;
}
/* line 10, sass/image_slider.scss */
html #root #wrap_all .section.image_slider .container .slider-wrapper {
  margin: auto;
  width: 100%;
}
/* line 15, sass/image_slider.scss */
html #root #wrap_all .section.image_slider .container .heading {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 30%;
  left: 50%;
  width: 100%;
  max-width: 1140px;
  z-index: 3;
  display: inline-block;
}
@media only screen and (max-width: 63.9375rem) {
  html #root #wrap_all .section.image_slider .container .heading {
    -webkit-transform: translate(0);
    transform: translate(0);
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background: #f1f1f1;
  }
}
/* line 34, sass/image_slider.scss */
html #root #wrap_all .section.image_slider .container .heading h2 {
  display: inline-block;
  background: white;
  padding: 28px 30px 28px 90px;
  font-weight: bold;
}
@media only screen and (max-width: 63.9375rem) {
  html #root #wrap_all .section.image_slider .container .heading h2 {
    background: none;
  }
}
@media only screen and (max-width: 71.1875rem) {
  html #root #wrap_all .section.image_slider .container .heading h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 500px) {
  html #root #wrap_all .section.image_slider .container .heading h2 {
    font-size: 24px;
    padding: 28px 10px 28px 55px;
  }
}
@media only screen and (max-width: 400px) {
  html #root #wrap_all .section.image_slider .container .heading h2 {
    font-size: 20px;
    padding: 28px 10px 28px 55px;
  }
}
@media only screen and (max-width: 71.1875rem) {
  html #root #wrap_all .section.image_slider .container .heading {
    padding-left: 20px;
  }
}
/* line 61, sass/image_slider.scss */
html #root #wrap_all .section.image_slider .container .column.full:last-child {
  margin: 0;
  min-width: 100vw;
  max-width: 100vw;
}
/* line 67, sass/image_slider.scss */
html #root #wrap_all .section.image_slider .container .slider {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0;
  position: relative;
}
/* line 72, sass/image_slider.scss */
html #root #wrap_all .section.image_slider .container [aria-hidden="true"] {
  display: block;
}
/* line 75, sass/image_slider.scss */
html #root #wrap_all .section.image_slider .container li {
  padding: 0 7px;
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  position: relative;
  max-width: 470px;
  width: 100%;
}
/* line 82, sass/image_slider.scss */
html #root #wrap_all .section.image_slider .container li .image-container {
  padding-bottom: calc(100% / 480 * 540);
  width: 100%;
  height: 0;
}
/* line 87, sass/image_slider.scss */
html #root #wrap_all .section.image_slider .container li .image-container img {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media only screen and (max-width: 71.1875rem) {
  html #root #wrap_all .section.image_slider .container li {
    min-width: 33.333% !important;
    max-width: 33.333% !important;
  }
}
@media only screen and (max-width: 850px) {
  html #root #wrap_all .section.image_slider .container li {
    min-width: 50% !important;
    max-width: 50% !important;
  }
}
@media only screen and (max-width: 600px) {
  html #root #wrap_all .section.image_slider .container li {
    min-width: 100% !important;
    max-width: 100% !important;
  }
}
/* line 114, sass/image_slider.scss */
html #root #wrap_all .section.image_slider .slider-controls {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 30%;
  left: 50%;
  width: 100%;
  max-width: 1140px;
  z-index: 5;
}
@media only screen and (max-width: 63.9375rem) {
  html #root #wrap_all .section.image_slider .slider-controls {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    margin-top: 40px;
    padding: 0;
  }
}
/* line 136, sass/image_slider.scss */
html #root #wrap_all .section.image_slider .slider-button {
  position: relative;
  width: 55px;
  height: 55px;
  cursor: pointer;
  z-index: 3;
  border: none;
  background: #f1f1f1;
}
@media only screen and (max-width: 63.9375rem) {
  html #root #wrap_all .section.image_slider .slider-button {
    margin: 0 20px;
  }
}
/* line 148, sass/image_slider.scss */
html #root #wrap_all .section.image_slider .slider-button:hover {
  background: #e4e4e4;
}
@media only screen and (max-width: 71.1875rem) {
  html #root #wrap_all .section.image_slider .slider-button {
    width: 49px;
    height: 49px;
  }
}
@media only screen and (max-width: 500px) {
  html #root #wrap_all .section.image_slider .slider-button {
    width: 46px;
    height: 46px;
  }
}
@media only screen and (max-width: 400px) {
  html #root #wrap_all .section.image_slider .slider-button {
    width: 43px;
    height: 43px;
  }
}
/* line 165, sass/image_slider.scss */
html #root #wrap_all .section.image_slider .slider-button:after {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background-repeat: no-repeat !important;
  content: "";
  position: absolute;
  right: 0;
  width: 30%;
  height: 30%;
}
/* line 176, sass/image_slider.scss */
/* line 177, sass/image_slider.scss */
html #root #wrap_all .section.image_slider .next-button:after {
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='arrow-right' class='svg-inline--fa fa-arrow-right fa-w-14' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='black' d='M218.101 38.101L198.302 57.9c-4.686 4.686-4.686 12.284 0 16.971L353.432 230H12c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h341.432l-155.13 155.13c-4.686 4.686-4.686 12.284 0 16.971l19.799 19.799c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L235.071 38.101c-4.686-4.687-12.284-4.687-16.97 0z'%3E%3C/path%3E%3C/svg%3E");
}
/* line 181, sass/image_slider.scss */
html #root #wrap_all .section.image_slider .prev-button {
  background-color: #b7b5b6;
}
/* line 183, sass/image_slider.scss */
html #root #wrap_all .section.image_slider .prev-button:after {
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='arrow-left' class='svg-inline--fa fa-arrow-left fa-w-14' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='black' d='M229.9 473.899l19.799-19.799c4.686-4.686 4.686-12.284 0-16.971L94.569 282H436c6.627 0 12-5.373 12-12v-28c0-6.627-5.373-12-12-12H94.569l155.13-155.13c4.686-4.686 4.686-12.284 0-16.971L229.9 38.101c-4.686-4.686-12.284-4.686-16.971 0L3.515 247.515c-4.686 4.686-4.686 12.284 0 16.971L212.929 473.9c4.686 4.686 12.284 4.686 16.971-.001z'%3E%3C/path%3E%3C/svg%3E");
}
/* line 188, sass/image_slider.scss */
html #root #wrap_all .section.image_slider .slider-pager {
  width: 90%;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* line 194, sass/image_slider.scss */
html #root #wrap_all .section.image_slider .pager {
  text-indent: -9000px;
  text-transform: capitalize;
  margin: 5px;
  border: none;
  height: 3px;
  background: #eee;
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
}
@media only screen and (max-width: 29.9375rem) {
  html #root #wrap_all .section.image_slider .pager {
    margin: 5px 11px;
    padding: 1px 10px;
  }
}
/* line 208, sass/image_slider.scss */
html #root #wrap_all .section.image_slider .active {
  background: #12a66c;
  width: 60px;
}
