@font-face {
  font-display: swap;
  font-family: FontAwesome;
  src: local(FontAwesome), url("../draadcore/fonts/fontawesome-pro/fa-light-300.woff2") format("woff2"), url("../draadcore/fonts/fontawesome-pro/fa-light-300.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  unicode-range: U+000-5FF;
}
@font-face {
  font-display: swap;
  font-family: FontAwesome;
  src: local(FontAwesome), url("../draadcore/fonts/fontawesome-pro/fa-regular-400.woff2") format("woff2"), url("../draadcore/fonts/fontawesome-pro/fa-regular-400.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  unicode-range: U+000-5FF;
}
@font-face {
  font-display: swap;
  font-family: FontAwesomeBrands;
  src: local(FontAwesomeBrands), url("../draadcore/fonts/fontawesome-pro/fa-brands-400.woff2") format("woff2"), url("../draadcore/fonts/fontawesome-pro/fa-brands-400.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  unicode-range: U+000-5FF;
}
@font-face {
  font-display: swap;
  font-family: FontAwesome;
  src: local(FontAwesome), url("../draadcore/fonts/fontawesome-pro/fa-solid-900.woff2") format("woff2"), url("../draadcore/fonts/fontawesome-pro/fa-solid-900.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  unicode-range: U+000-5FF;
}
:root {
  /* Typography */
  --title-family: 'Bebas Neue', Arial, Helvetica , Verdana;
  --base-family: 'Epilogue', 'Trebuchet MS', 'Lucida Grande', 'Verdana', 'Arial', sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue";
  --cursive: 'Caveat', cursive;
  --base-font-size: 14px;
  /* Layout */
  --container-width: 1225px;
  --margin: 17.5px;
  /* Grey Accents */
  --grey1: #4B4B4B;
  --grey2: #636363;
  --grey3: #7A7A7A;
  --grey4: #909090;
  --grey5: #C4C4C4;
  --grey6: #D2D2D2;
  --grey7: rgba(228, 228, 228, 0.45);
  --grey8: #f1f1f1;
  /* Colors */
  --error-red: #ff9f00;
  --error-red-bg: rgba(255, 159, 0, 0.102);
  --main-color: #fbbb10;
  --secondary-color: #103550;
  --secondary-light-color: #2D5C7D;
  --gray-light-color: #676767;
  --accent-color: #38B549;
  --accent2-color: #070;
  --light-green: #DEF2EC;
  --header-background: #F0F8F5;
  --accent3-color: #49beaa;
  --text-color: #434343;
  --disabled-color: #ACC3D4;
  --checked-color: #f5fbf7;
  --input-border: #E6E6E6;
}

html #root #wrap_all .section.image_slider .slider-viewport {
  position: relative;
}
html #root #wrap_all .section.image_slider .container {
  min-width: 100%;
  padding: 0;
}
html #root #wrap_all .section.image_slider .container .slider-wrapper {
  margin: auto;
  width: 100%;
  position: relative;
}
html #root #wrap_all .section.image_slider .container .heading {
  /*    @include transform(translate(-50%, -50%));
      @include display-flex;
      @include flex-direction(column);
      position: absolute;
      top: 30%;
      left: 50%;
      width: 100%;
      max-width: var(--container-width);
      z-index: 3;
      display: inline-block;*/
  text-align: center;
}
@media (max-width: 1023px) {
  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: var(--grey8);
  }
}
html #root #wrap_all .section.image_slider .container .heading h2 {
  display: inline-block;
  background: white;
  padding: 20px 0;
  font-weight: bold;
}
@media (max-width: 1023px) {
  html #root #wrap_all .section.image_slider .container .heading h2 {
    background: none;
  }
}
@media (max-width: 1139px) {
  html #root #wrap_all .section.image_slider .container .heading h2 {
    font-size: 28px;
  }
}
html #root #wrap_all .section.image_slider .container .heading h2 {
  /*       @media only screen and (max-width: 500px){
           font-size: 24px;
           padding: 28px 10px  28px 55px;
         }
         @media only screen and (max-width: 400px){
           font-size: 20px;
           padding: 28px 10px  28px 55px;
         }*/
}
@media (max-width: 1139px) {
  html #root #wrap_all .section.image_slider .container .heading {
    padding-left: 20px;
  }
}
html #root #wrap_all .section.image_slider .container .column.full:last-child {
  margin: 0;
  min-width: 100vw;
  max-width: 100vw;
}
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;
}
html #root #wrap_all .section.image_slider .container [aria-hidden=true] {
  display: block;
}
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%;
}
html #root #wrap_all .section.image_slider .container li .image-container {
  padding-bottom: 112.5%;
  width: 100%;
  height: 0;
}
html #root #wrap_all .section.image_slider .container li .image-container img {
  width: auto;
  height: auto;
}
@media (max-width: 1139px) {
  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;
  }
}
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-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: 5;
}
@media (max-width: 1139px) {
  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;
  }
}
html #root #wrap_all .section.image_slider .slider-button {
  position: relative;
  cursor: pointer;
  z-index: 3;
  border: none;
  width: 155px;
  height: 100%;
  background: rgba(241, 241, 241, 0.4901960784);
}
@media (max-width: 1023px) {
  html #root #wrap_all .section.image_slider .slider-button {
    margin: 0 20px;
  }
}
html #root #wrap_all .section.image_slider .slider-button:hover {
  background: var(--grey7);
}
@media (max-width: 1139px) {
  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;
  }
}
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: 30px;
}
@media (max-width: 767px) {
  html #root #wrap_all .section.image_slider .slider-button:after {
    height: 20px;
  }
}
html #root #wrap_all .section.image_slider .next-button {
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
html #root #wrap_all .section.image_slider .next-button:hover {
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(217, 213, 213) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(217, 213, 213) 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(217, 213, 213) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#d9d5d5",GradientType=1);
}
html #root #wrap_all .section.image_slider .next-button .fa:before {
  display: none;
}
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");
}
html #root #wrap_all .section.image_slider .prev-button {
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
html #root #wrap_all .section.image_slider .prev-button:hover {
  background: rgb(217, 213, 213);
  background: -moz-linear-gradient(90deg, rgb(217, 213, 213) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(217, 213, 213) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, rgb(217, 213, 213) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d9d5d5",endColorstr="#ffffff",GradientType=1);
}
html #root #wrap_all .section.image_slider .prev-button .fa:before {
  display: none;
}
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");
}
html #root #wrap_all .section.image_slider .slider-pager {
  width: 100%;
  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;
  position: absolute;
  bottom: -30px;
}
html #root #wrap_all .section.image_slider .pager {
  text-indent: -9000px;
  text-transform: capitalize;
  margin: 5px;
  border: none;
  height: 5px;
  background: #eeeeee;
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
}
@media (max-width: 479px) {
  html #root #wrap_all .section.image_slider .pager {
    margin: 5px 11px;
    padding: 1px 10px;
  }
}
html #root #wrap_all .section.image_slider .active {
  background: var(--main-color);
  width: 40px;
}

@font-face {
  font-display: swap;
  font-family: FontAwesome;
  src: local(FontAwesome), url("../draadcore/fonts/fontawesome-pro/fa-light-300.woff2") format("woff2"), url("../draadcore/fonts/fontawesome-pro/fa-light-300.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  unicode-range: U+000-5FF;
}
@font-face {
  font-display: swap;
  font-family: FontAwesome;
  src: local(FontAwesome), url("../draadcore/fonts/fontawesome-pro/fa-regular-400.woff2") format("woff2"), url("../draadcore/fonts/fontawesome-pro/fa-regular-400.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  unicode-range: U+000-5FF;
}
@font-face {
  font-display: swap;
  font-family: FontAwesomeBrands;
  src: local(FontAwesomeBrands), url("../draadcore/fonts/fontawesome-pro/fa-brands-400.woff2") format("woff2"), url("../draadcore/fonts/fontawesome-pro/fa-brands-400.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  unicode-range: U+000-5FF;
}
@font-face {
  font-display: swap;
  font-family: FontAwesome;
  src: local(FontAwesome), url("../draadcore/fonts/fontawesome-pro/fa-solid-900.woff2") format("woff2"), url("../draadcore/fonts/fontawesome-pro/fa-solid-900.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  unicode-range: U+000-5FF;
}
:root {
  /* Typography */
  --title-family: 'Bebas Neue', Arial, Helvetica , Verdana;
  --base-family: 'Epilogue', 'Trebuchet MS', 'Lucida Grande', 'Verdana', 'Arial', sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue";
  --cursive: 'Caveat', cursive;
  --base-font-size: 14px;
  /* Layout */
  --container-width: 1225px;
  --margin: 17.5px;
  /* Grey Accents */
  --grey1: #4B4B4B;
  --grey2: #636363;
  --grey3: #7A7A7A;
  --grey4: #909090;
  --grey5: #C4C4C4;
  --grey6: #D2D2D2;
  --grey7: rgba(228, 228, 228, 0.45);
  --grey8: #f1f1f1;
  /* Colors */
  --error-red: #ff9f00;
  --error-red-bg: rgba(255, 159, 0, 0.102);
  --main-color: #fbbb10;
  --secondary-color: #103550;
  --secondary-light-color: #2D5C7D;
  --gray-light-color: #676767;
  --accent-color: #38B549;
  --accent2-color: #070;
  --light-green: #DEF2EC;
  --header-background: #F0F8F5;
  --accent3-color: #49beaa;
  --text-color: #434343;
  --disabled-color: #ACC3D4;
  --checked-color: #f5fbf7;
  --input-border: #E6E6E6;
}

:root {
  /* Typography */
  --title-family: Mundial, sans-serif, -apple-system;
  --base-family: Arboria, sans-serif, -apple-system;
  --cursive: Caveat, cursive;
  --base-font-size: 16px;
  /* Colors */
  --main-color: #12A66C;
  --blue-color: #58cbc6;
  --secondary-color: #082517;
  --header-background: #FAF9F3;
  --secondary-lighter-color: #0E4028;
  --accent-color: #ED5F18;
  --accent2-color: #070;
  --light-green: #FAF9F3;
  --accent3-color: #49beaa;
  --text-color: #434343;
  --green-color: #38B549;
  --grey8: #FAF9F3;
}

@media only screen and (max-width: 1139px) {
  html #root #wrap_all .section.image_slider .container .heading {
    padding-left: unset;
    padding-right: 20px;
  }
}