/* compiled by scssphp v0.6.3 on Thu, 30 Mar 2023 15:39:21 +0200 (0.2692s) */

@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/solutions.scss */
/* line 6, sass/solutions.scss */
/* line 7, sass/solutions.scss */
html #root #wrap_all .section.solutions .container {
  padding: 0;
  width: 100%;
}
/* line 11, sass/solutions.scss */
html #root #wrap_all .section.solutions .grid-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* line 15, sass/solutions.scss */
html #root #wrap_all .section.solutions .entry {
  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;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 10px 10px;
  margin: 10px;
  background: white;
  min-width: calc(20% - (10px * 2));
  max-width: calc(20% - (10px * 2));
  border-radius: 5px;
}
/* line 28, sass/solutions.scss */
html #root #wrap_all .section.solutions .entry > div {
  min-width: 100%;
}
@media only screen and (max-width: 71.1875rem) {
  html #root #wrap_all .section.solutions .entry {
    min-width: calc(25% - (10px * 2));
  }
}
@media only screen and (max-width: 47.9375rem) {
  html #root #wrap_all .section.solutions .entry {
    min-width: calc(33.333% - (10px * 2));
  }
}
@media only screen and (max-width: 550px) {
  html #root #wrap_all .section.solutions .entry {
    min-width: calc(50% - (10px * 2));
  }
}
@media only screen and (max-width: 400px) {
  html #root #wrap_all .section.solutions .entry {
    min-width: calc(100% - (10px * 2));
  }
}
/* line 47, sass/solutions.scss */
html #root #wrap_all .section.solutions .entry-content {
  text-align: center;
  margin: 10px auto;
}
/* line 52, sass/solutions.scss */
html #root #wrap_all .section.solutions .entry-image {
  text-align: center;
}
/* line 54, sass/solutions.scss */
html #root #wrap_all .section.solutions .entry-image img {
  max-width: 100%;
}
/* line 59, sass/solutions.scss */
/* line 60, sass/solutions.scss */
html #root #wrap_all .section.solutions .entry-footer .button-wrap {
  width: 100%;
}
/* line 62, sass/solutions.scss */
html #root #wrap_all .section.solutions .entry-footer .button-wrap a {
  border: 1px solid #e4e4e4;
}
/* line 65, sass/solutions.scss */
html #root #wrap_all .section.solutions .entry-footer .button-wrap .button {
  width: 100%;
  padding: 12px 20px;
  background: #12a66c;
  border: 0;
  border-radius: 4px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
/* line 73, sass/solutions.scss */
html #root #wrap_all .section.solutions .entry-footer .button-wrap .button .button-title {
  font-weight: 400;
  color: #fff;
}
/* line 77, sass/solutions.scss */
html #root #wrap_all .section.solutions .entry-footer .button-wrap .button:after {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  content: '';
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  right: 20px;
  top: 50%;
  width: 10px;
  left: auto;
  height: 10px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='6px' height='9px' viewBox='0 0 6 9' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='homepage' transform='translate(-328.000000, -650.000000)' fill='%23fff' fill-rule='nonzero'%3E%3Cg id='Group-11' transform='translate(188.000000, 627.000000)'%3E%3Cg id='' transform='translate(140.536458, 22.992188)'%3E%3Cpath d='M5.02994792,4.58984375 L1.24088542,8.37890625 C1.14973958,8.47005208 1.0390625,8.515625 0.908854167,8.515625 C0.778645833,8.515625 0.66796875,8.47005208 0.576822917,8.37890625 L0.147135417,7.94921875 C0.0559895833,7.85807292 0.00716145833,7.74739583 0.000651041667,7.6171875 C-0.005859375,7.48697917 0.0364583333,7.37630208 0.127604167,7.28515625 L3.15494792,4.2578125 L0.127604167,1.23046875 C0.0364583333,1.13932292 -0.005859375,1.02864583 0.000651041667,0.8984375 C0.00716145833,0.768229167 0.0559895833,0.657552083 0.147135417,0.56640625 L0.576822917,0.13671875 C0.66796875,0.0455729167 0.778645833,0 0.908854167,0 C1.0390625,0 1.14973958,0.0455729167 1.24088542,0.13671875 L5.02994792,3.92578125 C5.13411458,4.01692708 5.18619792,4.12760417 5.18619792,4.2578125 C5.18619792,4.38802083 5.13411458,4.49869792 5.02994792,4.58984375 Z' id='Path'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
/* line 90, sass/solutions.scss */
html #root #wrap_all .section.solutions .entry-footer .button-wrap .button:hover {
  background: rgba(4, 143, 107, 1);
}
/* line 95, sass/solutions.scss */
html #root #wrap_all .section.solutions .entry-footer .label {
  text-align: center;
  display: block;
  margin: 10px auto;
  font-size: 13px;
  font-weight: bold;
}
/* line 104, sass/solutions.scss */
html #root #wrap_all .section.solutions .icon {
  width: 10px;
  height: 10px;
  margin: 0 10px 0 0;
  position: relative;
  bottom: 2px;
}
