/*!****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/styles/index.scss ***!
  \****************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@400;500;700&display=swap);
/*!********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/styles/index.scss (1) ***!
  \********************************************************************************************************************/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 17px;
  font-family: "Kumbh Sans", sans-serif;
  color: #000000;
}

h1.left, h2.left, h3.left, h4.left, h5.left, h6.left, p.left, a.left, span.left {
  text-align: left;
}
h1.center, h2.center, h3.center, h4.center, h5.center, h6.center, p.center, a.center, span.center {
  text-align: center;
}
h1.right, h2.right, h3.right, h4.right, h5.right, h6.right, p.right, a.right, span.right {
  text-align: right;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

h1 {
  font-size: 1.882rem;
}

h2 {
  font-size: 1.882rem;
  line-height: 3.823rem;
}

h3 {
  font-size: 1.882rem;
}
@media (max-width: 768px) {
  h3 {
    font-size: 1.682rem !important;
  }
}

h4 {
  font-size: 1rem;
  font-weight: 700;
}

b {
  font-weight: 700;
}

p {
  font-weight: 400;
  line-height: 1.588rem;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
@keyframes moveInUp {
  0% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes moveInDown {
  0% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes moveInLeft {
  0% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes moveInRight {
  0% {
    transform: translateX(-30px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes scaleUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
@keyframes scaleDown {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  width: 100%;
}

.admin-bar .navbar-fixed-top {
  top: 32px;
}

.noscroll {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hidden {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.none {
  display: none;
}

.container {
  display: block;
  width: 100%;
  padding: 0 2.5rem;
}

.row {
  max-width: 1240px;
  display: flex;
  margin: 0 auto;
}
.row.full-width {
  max-width: 100%;
}
.row--small {
  max-width: 1040px;
}
.row--extra-small {
  max-width: 825px;
}

.col {
  width: 100%;
}

.col-100 {
  width: 100%;
}

.col-75 {
  width: 75%;
}

.col-50 {
  width: 50%;
}

.col-25 {
  width: 25%;
}

footer {
  background-color: #143E2A;
}

nav ul, footer ul {
  list-style-type: none;
  padding-left: 0;
}

.label {
  background: #008b3b;
  background: linear-gradient(90deg, #008b3b 0%, #015825 100%);
  padding: 3px 10px;
  display: inline-block;
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
}

.grey {
  background-color: #F4F4F4;
}

.gradient {
  background: #008b3b;
  background: linear-gradient(90deg, #008b3b 0%, #015825 100%);
}

.dark {
  background-color: #143E2A;
  color: #fff;
}

#page {
  overflow-x: hidden;
}

.socialmedia-container {
  display: flex;
}
.socialmedia-container .linkedin {
  margin-right: 5px;
}

.btn {
  color: #ffffff;
  background-color: black;
  padding: 1rem 1.25rem;
  margin: 0.375rem 0;
  display: inline-block;
  text-decoration: none;
  transition: 0.125s ease-in-out;
  border-radius: 7px;
  font-weight: bold;
  cursor: pointer;
  background: #008b3b;
  background: linear-gradient(90deg, #008b3b 0%, #015825 100%);
}
.btn img {
  filter: brightness(0) invert(1);
}
.btn:hover {
  background: #008b3b;
  background: linear-gradient(270deg, #143e2a 100%, #143e2a 0%);
}
.btn--square {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: unset;
}
.btn--icon {
  position: relative;
  padding: 1rem 3.75rem 1rem 1.25rem;
}
.btn--icon img {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
.btn--icon:hover img {
  transform: translateY(-50%) translateX(5px);
}
.btn--dark {
  background: #143E2A !important;
}
.btn--dark:hover {
  background: #143E2A;
}
.btn.prev {
  background: #008b3b;
  background: linear-gradient(-90deg, #008b3b 0%, #015825 100%);
}
.btn.prev img {
  transform: rotate(180deg);
}
.btn.prev:hover {
  background: #008b3b;
  background: linear-gradient(270deg, #143e2a 100%, #143e2a 0%);
}

header {
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  height: 85px;
  z-index: 999;
}
header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  transition: 0.1s ease;
  opacity: 0;
}
header.mobile-toggled .white-logo {
  display: block !important;
}
header.mobile-toggled .green-logo {
  display: none !important;
}
header .white-logo {
  display: block;
  position: relative;
  z-index: 10;
}
header .green-logo {
  display: none;
  position: relative;
  z-index: 10;
}
header.scrolling:after {
  opacity: 1;
}
header.scrolling .row .menu li a {
  color: #000;
}
header.scrolling .row .menu li.menu-item-has-children:after {
  filter: brightness(0%);
}
header.scrolling .row .menu li.menu-item-has-children .sub-menu a {
  color: #fff;
}
header.scrolling .row .menu li:before {
  background-color: #000;
}
header.scrolling .white-logo {
  display: none;
}
header.scrolling .green-logo {
  display: block;
}
header.scrolling .menu-toggle {
  filter: brightness(0%);
}
header.scrolling .header-logo img {
  transform-origin: center center;
  transform: scale(2) !important;
}
header .row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
header .row .menu {
  display: flex;
  align-items: center;
}
header .row .menu li {
  position: relative;
  margin-left: 30px;
  font-weight: 500;
}
header .row .menu li.current_page_item, header .row .menu li.current-menu-item {
  font-weight: 700;
}
header .row .menu li.current_page_item:before, header .row .menu li.current-menu-item:before {
  width: 100%;
}
header .row .menu li:first-of-type {
  margin-left: 0;
}
header .row .menu li a {
  color: #fff;
  text-decoration: none;
}
header .row .menu li.menu-item-has-children a {
  padding-bottom: 17px;
  padding-right: 22px;
}
header .row .menu li.menu-item-has-children:after {
  position: absolute;
  right: 0;
  top: 1px;
  width: 10px;
  height: 6px;
  content: url(fd5f157424cc10ba49e5.svg);
  transform: translateY(-50%);
}
header .row .menu li:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  background-color: #fff;
  width: 0%;
  height: 2px;
  transition: 0.4s ease;
}
header .row .menu li:hover .sub-menu {
  display: block;
}
header .row .menu li:hover:not(.sub-menu > li, li.menu-item-has-children):before {
  width: 100%;
}
header .row .menu li .sub-menu {
  display: none;
  position: absolute;
  right: -32px;
  bottom: 0;
  transform: translateY(calc(100% + 16px));
  padding: 3px 27px 15px;
  border-radius: 8px;
  background-color: #008B3B;
  text-align: left;
}
header .row .menu li .sub-menu:after {
  position: absolute;
  right: 30px;
  top: 0;
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #008B3B;
  transform: translateY(-100%);
}
header .row .menu li .sub-menu li {
  padding: 17px 0 17px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 0 !important;
}
header .row .menu li .sub-menu li:last-of-type {
  padding-bottom: unset !important;
  border-bottom: unset !important;
}
header .menu-toggle {
  display: none;
}
header .menu-main-menu-container.open {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #008B3B;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .menu-main-menu-container.open ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
header .menu-main-menu-container.open ul li {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 15px;
  font-size: 18px;
  color: #fff !important;
}
header .menu-main-menu-container.open ul li a {
  color: #fff !important;
}
header .menu-main-menu-container.open ul li.menu-item-has-children {
  margin-bottom: 0;
}
header .menu-main-menu-container.open ul li.menu-item-has-children a {
  margin-bottom: 15px;
  padding-right: 0;
  padding-left: 0;
  color: #fff !important;
}
header .menu-main-menu-container.open ul li.menu-item-has-children:after {
  filter: none !important;
}
header .menu-main-menu-container.open ul li .sub-menu {
  display: block;
  position: relative;
  right: unset;
  bottom: unset;
  transform: none;
  padding: 0px;
  border-radius: 0;
  background-color: transparent;
  margin-top: 15px;
  padding-left: 13px;
}
header .menu-main-menu-container.open ul li .sub-menu:after {
  display: none;
}
header .menu-main-menu-container.open ul li .sub-menu li {
  padding: inherit;
  border-bottom: none;
  margin-left: 0 !important;
}
header .menu-main-menu-container.open ul li .sub-menu li:last-of-type {
  padding-bottom: unset !important;
  border-bottom: unset !important;
}
header nav {
  display: flex;
  align-items: center;
}
header .menu-toggle {
  position: relative;
  z-index: 10;
  border: none;
  background: transparent;
  height: 25px;
  width: 20px;
  cursor: pointer;
}
header .menu-toggle .line {
  position: relative;
  width: 20px;
  height: 2px;
  background-color: #fff;
  transition: 0.2s ease;
}
header .menu-toggle .line:after, header .menu-toggle .line:before {
  content: "";
  width: inherit;
  height: inherit;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.2s ease;
}
header .menu-toggle .line::after {
  top: -7px;
  transform-origin: right center;
}
header .menu-toggle .line::before {
  top: 7px;
  transform-origin: right center;
}
header .menu-toggle.toggled {
  filter: unset;
}
header .menu-toggle.toggled .line {
  background-color: transparent;
  transform: translateX(-100%);
}
header .menu-toggle.toggled .line:after {
  transform: translateX(100%) rotate(-45deg);
}
header .menu-toggle.toggled .line:before {
  transform: translateX(100%) rotate(45deg);
}
@media (max-width: 1380px) {
  header {
    padding: 0 1.765rem;
  }
}
@media (max-width: 1000px) {
  header .menu-toggle {
    display: block;
  }
  header .menu-main-menu-container {
    display: none;
  }
}
@media (max-width: 768px) {
  header .menu li:hover:before {
    display: none;
    width: 100%;
  }
  header .menu li.current-menu-item:hover:before {
    display: block !important;
  }
}

.page-template-front-page .header-logo img {
  transform-origin: center center;
  transform: scale(2);
  transition: 0.6s ease;
  height: 100% !important;
}
@media (max-width: 1000px) {
  .page-template-front-page .header-logo img {
    transform: scale(2) !important;
  }
}

footer {
  background-color: #143E2A;
  color: #fff !important;
}
footer .row ul {
  display: flex;
}
footer .row ul li {
  color: #fff;
}
footer .row ul li a {
  color: #fff;
  text-decoration: none;
}
footer .row--extra-small {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
footer .site-footer__top {
  position: relative;
  flex-wrap: wrap;
  padding: 85px 0 85px;
}
footer .site-footer__top h3 {
  width: 100%;
  margin-bottom: 35px;
}
footer .site-footer__top .contact-info {
  width: 100%;
}
footer .site-footer__top .contact-info .left {
  width: 100%;
}
footer .site-footer__top .contact-info .left ul {
  display: inline-block;
  padding-left: 0;
}
footer .site-footer__top .contact-info .left ul li {
  margin-bottom: 5px;
}
footer .site-footer__top .contact-info .left h4 {
  margin-bottom: 3px;
}
footer .site-footer__top .contact-info .left__bottom .linkedin {
  background-color: #008B3B;
  margin-top: 10px;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .site-footer__top .contact-info .left__bottom .linkedin img {
  width: 17px;
}
footer .site-footer__top .contact-info .left__bottom .facebook img {
  width: 11px;
}
footer .site-footer__top .contact-info .left__bottom .instagram img {
  width: 20px;
}
footer .site-footer__top .contact-info .left__info {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  width: 100%;
  row-gap: 30px;
}
footer .site-footer__top .contact-info .left .part-of img {
  margin-top: 20px;
}
footer .site-footer__top .pattern {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 1100px) {
  footer .site-footer__top .pattern {
    right: 30px;
    width: 80px;
  }
  footer .site-footer__top .pattern img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  footer .site-footer__top .pattern {
    width: 46px;
  }
}
@media (max-width: 1380px) {
  footer .site-footer__top {
    padding: 130px 4.117rem 123px;
  }
}
@media (max-width: 1000px) {
  footer .site-footer__top {
    padding: 130px 1.765rem 123px;
  }
}
@media (max-width: 850px) {
  footer .site-footer__top .contact-info .left__info {
    grid-template-columns: 1fr;
    text-align: center;
    row-gap: 40px;
  }
  footer .site-footer__top .contact-info .left .part-of img {
    margin-top: 0px;
  }
  footer .site-footer__top .contact-info .left__bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
footer .site-footer__bottom {
  position: relative;
  height: 57px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1380px) {
  footer .site-footer__bottom {
    padding: 0 4.117rem;
  }
}
@media (max-width: 1100px) {
  footer .site-footer__bottom {
    height: unset;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    padding: 58px 0 30px;
  }
  footer .site-footer__bottom ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  footer .site-footer__bottom ul li {
    margin-left: 0 !important;
    margin-bottom: 20px;
  }
  footer .site-footer__bottom ul li:last-of-type {
    margin-bottom: 0;
  }
  footer .site-footer__bottom:before {
    left: 0 !important;
  }
  footer .site-footer__bottom .footer-logo {
    margin-top: 54px;
  }
}
@media (max-width: 768px) {
  footer .site-footer__bottom {
    padding: 58px 1.765rem 30px;
  }
}
footer .site-footer__bottom:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(0px - (100vw - 1240px) / 2);
  width: 100vw;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.06);
}
footer .site-footer__bottom ul li {
  margin-left: 30px;
}
footer .site-footer__bottom ul li:first-of-type {
  margin-left: 0;
}

.contact-form-container {
  position: relative;
  background-position: center;
  background-size: cover;
  padding: 100px 145px;
}
.contact-form-container .row {
  position: relative;
  z-index: 2;
}
.contact-form-container h3 {
  margin-bottom: 35px;
}
.contact-form-container .ginput_container_textarea {
  padding-bottom: unset;
  height: 100%;
}
.contact-form-container .ginput_container_textarea textarea {
  min-height: 288px;
  height: 100% !important;
}
.contact-form-container textarea {
  max-height: 288px;
}
.contact-form-container .gform_footer {
  padding: unset !important;
  margin: unset !important;
}
.contact-form-container .gfmc-field div:not(.gchoice) {
  padding-bottom: unset !important;
}
.contact-form-container .ginput_container_text {
  margin-bottom: 54px !important;
}
.contact-form-container .gform_button {
  position: absolute !important;
  right: 0 !important;
  bottom: 4px !important;
  background-color: #143E2A !important;
  width: 52px !important;
  height: 52px !important;
  border: unset !important;
  margin-bottom: 0 !important;
  border-radius: 8px !important;
  padding: 11px !important;
}
.contact-form-container .gform_fields {
  grid-column-gap: 32px !important;
}
@media (max-width: 1380px) {
  .contact-form-container {
    padding: 134px 4.117rem;
  }
}
@media (max-width: 1000px) {
  .contact-form-container {
    padding: 134px 1.765rem;
  }
}

.contact-form {
  width: 100%;
}
.contact-form .gform_fields {
  grid-template-columns: repeat(2, 1fr) !important;
  width: 100%;
}
.contact-form .gform_fields .gfmc-container {
  width: 100%;
  grid-column: unset;
}
@media (max-width: 833px) {
  .contact-form .gform_fields {
    grid-template-columns: repeat(1, 1fr) !important;
    width: 100%;
  }
  .contact-form .gform_fields .textarea {
    margin-top: 54px;
  }
}
.contact-form textarea {
  color: #fff;
}
.contact-form_wrapper {
  width: 100%;
}

.full-page-template #contact, .full-page-template .site-footer__top, .full-page-template .hero, .full-page-template .hero__text-block {
  display: none;
}

.hero {
  height: 274px;
  background-position: center;
  background-size: cover;
}
.hero__text-block {
  padding: 147px 0 158px;
}
.hero__text-block h1 {
  margin-bottom: 34px;
  font-size: 1.882rem;
  line-height: 2.247rem;
}
.hero__text-block .grey {
  background-color: #F4F4F4;
}
.hero__text-block ~ main > section > div > div > div > section:first-of-type {
  padding-top: 0 !important;
}
@media (max-width: 768px) {
  .hero__text-block h1 {
    font-size: 2.5rem !important;
    line-height: 2.5rem;
  }
}
.hero.darker {
  position: relative;
}
.hero.darker:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}

.hero-home {
  height: 823px;
}
.hero-home .video-container {
  position: absolute;
  z-index: -1;
  height: 823px;
  width: 100%;
  overflow: hidden;
}
.hero-home .video-container iframe {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 823px;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-home .row {
  position: relative;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
}
.hero-home__inner {
  margin-bottom: 71px;
  max-width: 575px;
}
.hero-home__inner h1 {
  font-size: 4.588rem;
  line-height: 4.953rem;
  color: #fff;
  margin-bottom: 40px;
}
.hero-home__inner p {
  font-size: 1.882rem;
  color: #fff;
}
.hero-home__inner p.subtext {
  font-size: 1rem;
  font-weight: 700;
  color: #008B3B;
  margin-bottom: 45px;
}
.hero-home .scroller {
  position: absolute;
  right: 0;
  bottom: 71px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 1380px) {
  .hero-home__inner {
    padding: 0 1.765rem;
  }
  .hero-home .scroller {
    right: 70px;
  }
}
@media (max-width: 1024px) {
  .hero-home h1 {
    font-size: 3.835rem;
    line-height: 3.935rem;
  }
  .hero-home .scroller {
    right: 1.765rem;
  }
}
@media (max-width: 768px) {
  .hero-home h1 {
    font-size: 3rem;
    line-height: 3rem;
  }
  .hero-home__inner p {
    font-size: 1.48rem;
  }
}

.page-home .text-block {
  padding-bottom: 55px !important;
}

.facts-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.facts-container .pattern {
  position: absolute;
  right: 0;
  top: -30px;
  transform: translateX(50%);
}
.facts-container .pattern img {
  width: 100%;
}
.facts-container__wrapper {
  padding: 85px 0 3px 0;
}
.facts-container__right {
  position: relative;
  padding: 0 16px 0;
  margin-top: 90px;
}
.facts-container__right .product-image {
  max-width: 810px;
  width: 100%;
}
.facts-container__right:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(calc(-50% - 66px));
  background: #008b3b;
  background: linear-gradient(90deg, #008b3b 0%, #015825 100%);
  height: 500px;
  width: calc(100% + 204px);
  border-radius: 8px;
  z-index: -1;
}
.facts-container__left {
  margin-top: -45px;
}
@media (max-width: 1380px) {
  .facts-container {
    padding: 0 1.765rem;
  }
  .facts-container .pattern {
    right: 1.765rem;
  }
}
@media (max-width: 1024px) {
  .facts-container .fact-card {
    padding: 23px 46px 23px 19px;
  }
}
@media (max-width: 890px) {
  .facts-container {
    background: #008b3b;
    background: linear-gradient(90deg, #008b3b 0%, #015825 100%);
    flex-direction: column;
  }
  .facts-container__left {
    z-index: 3;
  }
  .facts-container__right {
    padding: unset;
    margin-top: 25px;
  }
  .facts-container__right:after {
    display: none;
  }
  .facts-container__right .product-image {
    transform: translateY(50px);
  }
}

.fact-card {
  background-color: #143E2A;
  padding: 23px 72px 23px 19px;
  border-radius: 8px;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 1rem;
  margin-bottom: 16px;
}
.fact-card:last-of-type {
  margin-bottom: 0px;
}
.fact-card .icon {
  width: 55px;
}
.fact-card .icon__wrapper {
  border: 2px solid #008B3B;
  width: 82px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin-right: 42px;
}
.fact-card p {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}
.fact-card p span {
  font-size: 1.47rem;
  font-weight: 700;
  padding: 3px 0;
}
@media (max-width: 768px) {
  .fact-card p {
    white-space: unset;
  }
  .fact-card p span {
    font-size: 1.17rem;
  }
}

.two-pages-section {
  position: relative;
  flex-direction: column;
  align-items: center;
  background-color: #F4F4F4;
  border-radius: 8px;
  padding-bottom: 85px;
  padding-top: 85px;
}
.two-pages-section__wrapper {
  padding: 85px 0;
}
.two-pages-section .row--small {
  justify-content: space-between;
}
.two-pages-section .pattern {
  position: absolute;
  left: 0;
  top: -70px;
  width: 100px;
  height: 280px;
  transform: translateX(-50%);
}
.two-pages-section .pattern img {
  width: 100%;
}
.two-pages-section .title {
  margin-bottom: 22px;
}
.two-pages-section h4 {
  font-size: 1.235rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.two-pages-section__card {
  position: relative;
  width: calc(33.3333333333% - 16px);
  height: 400px;
  background-size: cover;
  border-radius: 8px;
  transition: box-shadow 0.2s ease;
  padding: 30px;
  color: #fff;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  z-index: 3;
}
.two-pages-section__card .string {
  transform: translateY(6px);
}
.two-pages-section__card h2, .two-pages-section__card h3 {
  position: relative;
  color: #fff;
  margin-bottom: 5px;
}
.two-pages-section__card p {
  margin-bottom: 19px;
  min-height: 76px;
}
.two-pages-section__card:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.7);
}
.two-pages-section__card:hover .card-bottom {
  max-height: 400px;
  overflow: hidden;
  opacity: 1;
}
.two-pages-section__card:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0.96) 36%, rgba(255, 255, 255, 0));
  z-index: -1;
  opacity: 0.7;
}
.two-pages-section__card .card-bottom {
  max-height: 0;
  overflow: hidden;
  transition: 0.8s ease;
  opacity: 0;
}
@media (max-width: 1380px) {
  .two-pages-section {
    padding: 77px 1.765rem;
  }
}
@media (max-width: 1024px) {
  .two-pages-section .row--small {
    flex-wrap: wrap;
  }
  .two-pages-section__card {
    width: calc(50% - 16px);
    margin-bottom: 32px;
  }
  .two-pages-section__card:hover {
    box-shadow: none;
  }
}
@media (max-width: 768px) {
  .two-pages-section__wrapper {
    padding: 152px 0 0 0;
  }
  .two-pages-section .row--small {
    flex-wrap: wrap;
  }
  .two-pages-section__card {
    width: 100%;
    margin-bottom: 32px;
  }
  .two-pages-section__card:hover {
    box-shadow: none;
  }
  .two-pages-section__card .card-bottom {
    max-height: 400px !important;
    opacity: 1 !important;
  }
  .two-pages-section__card:last-of-type {
    margin-bottom: 0;
  }
}

.text-cta {
  flex-wrap: wrap;
  align-items: center;
}
.text-cta__wrapper {
  padding: 100px 0;
}
.text-cta__wrapper .cta-image {
  max-width: 518px;
  width: 100%;
  border-radius: 8px;
}
.text-cta__content {
  width: calc(100% - 518px);
  padding-left: 32px;
}
.text-cta__content h2 {
  margin-bottom: 15px;
  max-width: 50%;
  line-height: 3.823rem;
}
.text-cta__content p {
  margin-bottom: 30px;
}

.cases-slider__wrapper {
  background-color: #008B3B;
  color: #fff;
}
.cases-slider__wrapper .slider-dots .slick-dots li.slick-active button {
  background-color: #143E2A;
}
.cases-slider__wrapper .slider-dots .slick-dots li.slick-active button:after {
  border-color: #143E2A;
}

.post-slider h2 {
  line-height: 2.323rem;
}

.team-slider__slider .slick-list.overflow {
  overflow: visible !important;
}

input {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #fff;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  padding-left: 0;
}

textarea {
  border: 2px solid #fff;
  border-radius: 8px;
  background-color: transparent;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 17px;
}

input::placeholder, textarea::placeholder {
  color: #fff;
}

.gform_body label {
  visibility: hidden !important;
  display: none !important;
}

form h1, form h2, form h3, form h4, form h5 {
  color: #fff;
}
form textarea:focus, form input:focus {
  outline: none;
}

.gfield.gfield_error .ginput_container_text {
  margin-bottom: 0 !important;
}
.gfield.gfield_error .ginput_container_text input {
  border: none;
  border-bottom: 1px solid #c02b0a;
}
.gfield.gfield_error .ginput_container_email input {
  border: none;
  border-bottom: 1px solid #c02b0a;
}
.gfield.gfield_error .validation_message {
  margin-top: 3px;
  padding: 0 !important;
  margin-bottom: 54px;
  box-sizing: border-box;
  border: none;
  background-color: transparent;
}
.gfield.gfield_error:last-of-type .validation_message {
  margin-bottom: 0px;
}

.gform_validation_errors {
  display: none !important;
  background-color: #008B3B !important;
}

.gform_confirmation_wrapper .gform_confirmation_message {
  color: #fff !important;
  font-size: 1.882rem;
  line-height: 2.6rem;
}

.gdpr_lightbox-content .menu-item-selected button {
  background: #008b3b;
  background: linear-gradient(90deg, #008b3b 0%, #015825 100%);
  color: #fff !important;
  border-radius: 8px !important;
}
.gdpr_lightbox-content .tab-title {
  color: #008B3B !important;
}
.gdpr_lightbox-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button {
  border-radius: 8px !important;
}
.gdpr_lightbox-content .moove-gdpr-modal-footer-content .moove-gdpr-modal-allow-all {
  background: #143E2A !important;
}
.gdpr_lightbox-content .moovegdpr-arrow-close {
  border-radius: 8px !important;
  border: none !important;
  background: #008b3b;
  background: linear-gradient(-90deg, #008b3b 0%, #015825 100%);
}
.gdpr_lightbox-content .gdpr-nav-tab-title {
  font-weight: 700 !important;
}

.post-slider {
  position: relative;
  padding: 85px 0;
  align-items: flex-end;
  flex-wrap: wrap;
}
.post-slider__wrapper.green {
  background: #008B3B;
  color: #fff;
}
.post-slider__wrapper.green h3 {
  color: #fff;
}
.post-slider__wrapper.green .slider-dots .slick-dots li.slick-active button {
  background-color: #143E2A;
}
.post-slider__wrapper.green .slider-dots .slick-dots li.slick-active button:after {
  border-color: #143E2A;
}
.post-slider__wrapper.darkgreen {
  background: #143E2A;
  color: #fff;
}
.post-slider__wrapper.darkgreen h3 {
  color: #fff;
}
.post-slider__wrapper.darkgreen .slider-dots .slick-dots li.slick-active button {
  background-color: #008B3B;
}
.post-slider__wrapper.darkgreen .slider-dots .slick-dots li.slick-active button:after {
  border-color: #008B3B;
}
.post-slider.colored-background .post-card {
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
}
.post-slider.colored-background .slick-list {
  padding: 30px 0;
}
.post-slider.colored-background .slick-track {
  margin: -30px 0;
}
.post-slider.colored-background .slider-dots .slick-dots li button {
  background-color: #e0e0e0;
}
.post-slider.colored-background .slider-dots .slick-dots li.slick-active button {
  background-color: #008B3B;
}
.post-slider.colored-background .slider-dots .slick-dots li.slick-active button:after {
  border-color: #008B3B;
}
.post-slider__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 350px;
  height: 100%;
  padding-right: 45px;
}
.post-slider__left p {
  margin: 24px 0 40px 0;
}
.post-slider__left h3 {
  font-size: 1.882rem;
  line-height: 2.323rem;
}
.post-slider__right {
  width: calc(100% - 350px);
  /* the parent */
}
.post-slider__right__inner {
  display: block;
  width: 100%;
}
.post-slider__right .slick-slide {
  margin: 16px 16px;
}
.post-slider__right .slick-list {
  margin: -16px -16px;
}
.post-slider .slick-track {
  margin-left: unset;
  margin-right: unset;
}
@media (max-width: 1380px) {
  .post-slider {
    padding: 158px 1.765rem;
  }
  .post-slider .slider-dots {
    left: 1.765rem;
  }
}
@media (max-width: 1200px) {
  .post-slider .post-slider__left {
    width: 280px;
  }
  .post-slider .post-slider__right {
    width: calc(100% - 280px);
  }
}
@media (max-width: 768px) {
  .post-slider {
    flex-direction: column;
    padding: 90px 1.765rem;
  }
  .post-slider .post-slider__left {
    z-index: 2;
    width: 100%;
  }
  .post-slider .post-slider__left__content {
    position: relative;
  }
  .post-slider .post-slider__right {
    width: 100%;
  }
  .post-slider .slider-buttons {
    position: absolute;
    right: -25px;
    bottom: -25px;
  }
  .post-slider .slider-dots {
    left: 50% !important;
    top: unset !important;
    bottom: 40px !important;
    transform: translateX(-50%);
  }
}

.custom-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1000;
  padding: 100px 50px;
}
.custom-lightbox__center {
  position: relative;
  height: 100%;
}
.custom-lightbox__center img {
  display: block;
  padding: 0;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.custom-lightbox__center .cross {
  position: absolute;
  right: 0px;
  top: -40px;
  width: 30px;
  height: 30px;
  color: #fff;
  cursor: pointer;
}
.custom-lightbox__center .cross:after {
  content: "";
  position: absolute;
  display: block;
  left: -1px;
  top: 50%;
  transform-origin: center center;
  transform: rotate(45deg) translateY(-50%);
  width: 30px;
  height: 3px;
  background-color: #fff;
}
.custom-lightbox__center .cross:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  transform-origin: center center;
  transform: rotate(-45deg) translateY(-50%);
  width: 30px;
  height: 3px;
  background-color: #fff;
}

.post-card {
  background-color: #F4F4F4;
  border-radius: 8px;
  color: #000;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s ease;
}
.post-card__image {
  position: relative;
  width: 100%;
  height: 251px;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.post-card__image:hover .magnifying-glass {
  opacity: 1;
}
.post-card__image .magnifying-glass {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rebeccapurple;
  color: #fff;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 17px;
  font-weight: bold;
  opacity: 0;
  transition: 0.4s ease;
  cursor: pointer;
}
.post-card__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.post-card__content {
  padding: 26px;
}
.post-card__content .label {
  margin-bottom: 8px;
  min-height: 27px;
}
.post-card p {
  font-size: 1.294rem;
  min-height: 77px;
  max-height: 77px;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-card p span {
  font-size: 13px;
}
.post-card .read-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  border-top: 1px solid #dbdbdb;
  margin-top: 32px;
  padding-top: 23px;
  text-decoration: none;
  color: #000;
}
.post-card .read-more img {
  width: 10px;
  filter: brightness(0) saturate(100%) invert(22%) sepia(99%) saturate(3123%) hue-rotate(145deg) brightness(95%) contrast(102%);
}
.post-card .read-more a {
  text-decoration: none;
  color: #000;
}
@media (max-width: 768px) {
  .post-card {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.23) !important;
  }
}
.post-card:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.23) !important;
}
@media (max-width: 768px) {
  .post-card.member-card .post-card__image {
    height: 390px;
  }
}

.slider-buttons {
  display: flex;
}
.slider-buttons .btn {
  margin: 0;
}
.slider-buttons .next {
  margin-left: 10px;
}

.slider-dots {
  position: absolute;
  top: 158px;
  left: 0;
}
.slider-dots .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}
.slider-dots .slick-dots li {
  margin-right: 15px;
}
.slider-dots .slick-dots button {
  position: relative;
  display: block;
  width: 11px;
  height: 11px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #F4F4F4;
  text-indent: -9999px;
}
.slider-dots .slick-dots button:after {
  content: "";
  position: absolute;
  left: -4px;
  top: -4px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border-radius: 100%;
  border: 1px solid #008B3B;
  transform: scale(0);
  transition: 0.4s ease;
}
.slider-dots .slick-dots li.slick-active button {
  background-color: #008B3B;
}
.slider-dots .slick-dots li.slick-active button:after {
  transform: scale(1);
}

.quote-block {
  padding: 85px;
}
.quote-block blockquote {
  position: relative;
  font-size: 1.882rem;
  line-height: 2.647rem;
  font-weight: 700;
  margin-right: 150px;
}
.quote-block blockquote img {
  position: absolute;
  top: -37px;
  left: -34px;
}
.quote-block.darkgreen {
  background-color: #143E2A;
}
.quote-block.darkgreen blockquote {
  color: #fff;
}
@media (max-width: 1380px) {
  .quote-block .row {
    padding: 129px 4.117rem 140px 4.117rem;
  }
  .quote-block blockquote {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .quote-block {
    padding: 90px 0 !important;
  }
  .quote-block .row {
    padding: 90px 4.117rem 90px 4.117rem;
  }
  .quote-block blockquote {
    font-size: 2.647rem;
    line-height: 2.947rem;
  }
}

.list-block {
  background-color: #143E2A;
  overflow: hidden;
}
.list-block.green {
  background-color: #008B3B;
}
.list-block.green h3 {
  color: #fff;
}
.list-block.green ul li::marker {
  color: #fff !important;
}
.list-block.grey {
  background-color: #F4F4F4;
}
.list-block.grey ul li {
  color: #000;
}
.list-block.white {
  background-color: #fff;
}
.list-block.white ul li {
  color: #000;
}
.list-block.bullets ul {
  padding-left: 20px;
  list-style-type: disc !important;
  color: #fff;
}
.list-block.bullets ul li {
  display: list-item;
}
.list-block.bullets ul li::marker {
  color: #008B3B;
}
.list-block.bullets ul li img {
  display: none;
}
.list-block h3 {
  color: #008B3B;
  margin-bottom: 45px;
}
.list-block ul {
  list-style-type: none;
}
.list-block ul li {
  color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.list-block ul li img {
  width: 32px;
  margin-right: 19px;
}
.list-block ul.two-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  z-index: 2;
}
.list-block .row {
  flex-direction: column;
  position: relative;
  padding: 85px 0 85px 20px;
  width: 100%;
}
.list-block .row .pattern {
  position: absolute;
  right: 0;
  top: -72px;
  height: 100%;
  width: 191px;
}
.list-block .row .pattern img {
  width: 100%;
}
@media (max-width: 1380px) {
  .list-block .row {
    padding: 142px 4.117rem 154px 4.117rem;
  }
}
@media (max-width: 768px) {
  .list-block .row {
    padding: 90px 1.765rem 90px 1.765rem;
  }
  .list-block .row .pattern {
    right: -78px;
    width: 140px;
  }
  .list-block ul.two-columns {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}

.call-to-action {
  padding: 85px 0;
}
.call-to-action.lightgrey {
  background-color: #F4F4F4;
}
.call-to-action__card {
  background-color: #008B3B;
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  max-height: 260px;
}
.call-to-action__card-image {
  width: 50%;
  overflow: hidden;
}
.call-to-action__card-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.call-to-action__card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 35px 32px 35px 50px;
  background: #008b3b;
  background: linear-gradient(90deg, #008b3b 0%, #015825 100%);
}
.call-to-action__card-content p {
  color: #fff;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 76px;
  min-height: 76px;
  margin-bottom: 10px;
}
.call-to-action__card-content h3 {
  color: #fff;
}
.call-to-action__card-content .btn {
  align-self: flex-start;
}
@media (max-width: 1380px) {
  .call-to-action {
    padding: 154px 4.117rem;
  }
}
@media (max-width: 980px) {
  .call-to-action .call-to-action__card {
    flex-direction: column;
    max-height: unset;
  }
  .call-to-action .call-to-action__card-image {
    height: 340px;
    width: 100%;
  }
  .call-to-action .call-to-action__card-image, .call-to-action .call-to-action__card-content {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .call-to-action {
    padding: 90px 1.765rem;
  }
}

.image-slider {
  padding: 85px 0;
}
.image-slider__container {
  position: relative;
  background-color: #F4F4F4;
  border-radius: 8px;
  padding: 85px 110px;
}
.image-slider__container.gradient {
  color: #fff;
}
.image-slider__container.gradient .slider-dots .slick-dots li.slick-active button {
  background-color: #143E2A;
}
.image-slider__container.gradient .slider-dots .slick-dots li.slick-active button:after {
  border-color: #143E2A;
}
.image-slider__container.gradient .slider-buttons .btn {
  background: #143E2A;
}
.image-slider__container.gradient .row--small .slider-dots {
  left: 110px;
  right: unset;
}
.image-slider__container.lightgrey .slider-dots .slick-dots li button {
  background-color: #fff;
}
.image-slider__container.lightgrey .slider-dots .slick-dots li.slick-active button {
  background-color: #008B3B;
}
.image-slider__container .pattern {
  position: absolute;
  left: 0;
  top: -70px;
  width: 100px;
  height: 280px;
  transform: translateX(-50%);
}
.image-slider__container .pattern img {
  width: 100%;
}
.image-slider__container .row--small {
  flex-wrap: wrap;
}
.image-slider__container .row--small.switch {
  flex-direction: row-reverse;
}
.image-slider__container .row--small.switch .image-slider__content {
  padding-left: 46px;
  padding-right: 0;
}
.image-slider__container .row--small .slider-dots {
  right: 110px;
  left: unset;
}
.image-slider__container .slider-dots {
  left: 110px;
}
.image-slider.switch .pattern {
  position: absolute;
  left: unset;
  right: 0;
  top: -70px;
  transform: translateX(50%);
}
.image-slider__content {
  width: 330px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding-right: 46px;
}
.image-slider__content p {
  padding: 15px 0 0;
}
.image-slider__content .slider-buttons {
  margin-top: 40px;
}
.image-slider__images-container {
  height: 503px;
  width: 100%;
}
@media (max-width: 768px) {
  .image-slider__images-container {
    height: 360px;
  }
}
.image-slider__images {
  width: calc(100% - 330px);
  border-radius: 8px;
  display: block;
  overflow: hidden;
}
.image-slider__single-image {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.image-slider__single-image img {
  object-fit: cover;
  width: 100%;
  height: 503px;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .image-slider__single-image img {
    height: 360px;
  }
}
@media (max-width: 1380px) {
  .image-slider {
    padding: 85px 4.117rem;
  }
}
@media (max-width: 1240px) {
  .image-slider .image-slider__container {
    padding: 85px 45px 85px;
  }
  .image-slider .image-slider__container .slider-dots {
    top: 33px;
    right: 45px;
  }
  .image-slider .image-slider__container .row {
    flex-direction: column-reverse;
    width: 100%;
  }
  .image-slider .image-slider__container.gradient .row--small .slider-dots {
    left: 4.117rem !important;
    right: unset;
  }
  .image-slider .image-slider__images {
    width: 100%;
    margin-bottom: 30px;
  }
  .image-slider .image-slider__content {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .image-slider {
    padding: 85px 0;
  }
  .image-slider .image-slider__container {
    padding: 100px 1.765rem 100px;
    border-radius: unset;
  }
  .image-slider .image-slider__container.gradient .row--small .slider-dots {
    left: 1.765rem !important;
    right: unset;
  }
  .image-slider .image-slider__container .row--small.switch .image-slider__content {
    padding-left: 0;
  }
}

.text-block {
  padding: 85px 0 0;
}
@media (max-width: 1380px) {
  .text-block {
    padding: 85px 4.117rem;
  }
}
@media (max-width: 768px) {
  .text-block {
    padding: 85px 1.765rem;
  }
  .text-block .image-right-container, .text-block .image-left-container {
    flex-direction: column;
  }
  .text-block .image-right-container img, .text-block .image-left-container img {
    width: 100% !important;
    margin-bottom: 50px;
  }
}
.text-block strong {
  color: #008B3B;
}
.text-block.lightgrey {
  background: #F4F4F4;
}
.text-block.green {
  background: #008B3B;
}
.text-block.green strong {
  color: #fff;
}
.text-block.darkgreen {
  background: #143E2A;
}
.text-block.gradient {
  background: #008b3b;
  background: linear-gradient(90deg, #008b3b 0%, #015825 100%);
}
.text-block.gradient strong {
  color: #143E2A;
}
.text-block.gradient, .text-block.darkgreen, .text-block.green {
  color: #fff;
}
.text-block.gradient h1, .text-block.gradient h2, .text-block.gradient h3, .text-block.gradient h4, .text-block.gradient h5, .text-block.gradient h6, .text-block.darkgreen h1, .text-block.darkgreen h2, .text-block.darkgreen h3, .text-block.darkgreen h4, .text-block.darkgreen h5, .text-block.darkgreen h6, .text-block.green h1, .text-block.green h2, .text-block.green h3, .text-block.green h4, .text-block.green h5, .text-block.green h6 {
  color: #fff;
}
.text-block .introduction-text {
  font-size: 1.235rem;
  line-height: 2.176rem;
}
.text-block p.image-left-container {
  display: block;
  margin-bottom: 71px;
}
.text-block p.image-left-container img {
  margin-right: 32px;
  float: left;
}
.text-block p.image-right-container {
  display: block;
  margin-bottom: 71px;
}
.text-block p.image-right-container img {
  margin-left: 32px;
  float: right;
}
.text-block p:last-of-type {
  margin-bottom: 0;
}
.text-block .row {
  justify-content: center;
}
.text-block img {
  border-radius: 8px;
  width: 50%;
}

.value-block {
  position: relative;
  padding: 85px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.value-block:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #143E2A;
  border-radius: 8px;
  z-index: -1;
}
.value-block h2 {
  color: #fff;
  margin-bottom: 20px;
}
.value-block .pattern {
  position: absolute;
  left: 0;
  top: -70px;
  width: 100px;
  height: 280px;
  transform: translateX(-50%);
}
.value-block .pattern img {
  width: 100%;
}
.value-block__wrapper {
  padding: 85px 0;
}
.value-block .row--small {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 29px;
}
.value-block__card {
  position: relative;
  color: #fff;
  background-image: linear-gradient(to top, #008b3b, #005825);
  padding: 132px 32px 54px;
  border-radius: 8px;
}
.value-block__card .icon {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #008B3B;
  border-radius: 8px;
  width: 82px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.value-block__card .icon img {
  height: 45px;
  filter: brightness(0) invert(1);
}
.value-block__card h3 {
  margin-bottom: 5px;
}
.value-block__card p {
  min-height: 127px;
}
@media (max-width: 1380px) {
  .value-block__wrapper {
    padding: 152px 1.765rem;
  }
}
@media (max-width: 920px) {
  .value-block .row--small {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: 1fr;
    gap: 29px;
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .value-block__wrapper {
    padding: 90px 0;
  }
}

.text-block-with-image {
  position: relative;
  z-index: 1;
  padding: 85px 0 164px;
}
.text-block-with-image.lightgrey {
  background-color: #F4F4F4;
}
.text-block-with-image__image {
  width: calc(50% + 188px);
  border-radius: 8px;
  overflow: hidden;
  min-height: 410px;
  max-height: 410px;
  position: relative;
  z-index: 2;
}
.text-block-with-image__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.text-block-with-image__content {
  position: relative;
  width: 50%;
  align-self: flex-end;
  padding-left: 32px;
  padding-right: 78px;
  color: #fff;
  transform: translateY(-20px);
}
.text-block-with-image__content p {
  position: relative;
  z-index: 3;
}
.text-block-with-image__content:after {
  content: "";
  position: absolute;
  top: -125px;
  right: 0;
  width: calc(100% + 132px);
  height: calc(100% + 200px);
  background-color: #008B3B;
  border-radius: 8px;
  z-index: -1;
}
.text-block-with-image__content .pattern {
  position: absolute;
  right: -54px;
  top: -172px;
  width: 109px;
  height: 94px;
}
.text-block-with-image__content .pattern img {
  width: 100%;
}
.text-block-with-image__content.darkgreen:after {
  background-color: #143E2A;
}
.text-block-with-image.switch {
  padding: 200px 0 85px;
}
.text-block-with-image.switch .row {
  flex-direction: row-reverse;
}
.text-block-with-image.switch .text-block-with-image__content {
  align-self: flex-start;
  padding-left: 78px;
  padding-right: 40px;
}
.text-block-with-image.switch .text-block-with-image__content:after {
  top: -70px;
  left: 0;
  width: calc(100% + 132px);
  height: calc(100% + 140px);
}
.text-block-with-image.switch .text-block-with-image__content .pattern {
  position: absolute;
  right: unset;
  left: -54px;
  top: -124px;
  width: 109px;
  height: 94px;
}
.text-block-with-image.switch .text-block-with-image__content .pattern img {
  width: 100%;
}
@media (max-width: 1380px) {
  .text-block-with-image .row--small {
    padding: 0px 1.765rem;
  }
}
@media (max-width: 1050px) {
  .text-block-with-image {
    padding: 90px 0 !important;
  }
  .text-block-with-image .row {
    flex-direction: column !important;
  }
  .text-block-with-image__image, .text-block-with-image__content {
    width: 100%;
    min-height: unset;
  }
  .text-block-with-image__image:after, .text-block-with-image__content:after {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
  }
  .text-block-with-image__content {
    padding: 32px !important;
  }
}

.contact-page {
  background: #008b3b;
  background: linear-gradient(90deg, #008b3b 0%, #015825 100%);
  padding-top: 168px;
  padding-bottom: 122px;
  min-height: calc(100vh - 57px);
}
.contact-page .row {
  justify-content: space-between;
}
.contact-page .contact-form-container {
  width: calc(50% - 126px);
  padding: unset;
}
.contact-page .contact-form-container:after {
  display: none;
}
.contact-page .contact-form-container .gform_fields {
  grid-template-columns: 1fr !important;
}
.contact-page .contact-form-container .gfmc-container:last-of-type {
  margin-top: 53px;
}
.contact-page .part-of img {
  width: 100%;
}
.contact-page .contact-information {
  width: calc(50% - 126px);
  align-self: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.contact-page .contact-information h3 {
  color: #fff;
  margin-bottom: 38px;
}
.contact-page .contact-information h4 {
  width: 100%;
  color: #fff;
  margin-bottom: 10px;
}
.contact-page .contact-information div {
  margin-bottom: 37px;
}
.contact-page .contact-information div:first-of-type {
  width: 100%;
  color: #fff;
}
.contact-page .contact-information .linkedin-container, .contact-page .contact-information .part-of {
  width: 50%;
  margin-top: 59px;
}
.contact-page .contact-information .linkedin {
  background-color: #008B3B;
  margin-top: 10px;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-page .contact-information .linkedin img {
  width: 17px;
}
.contact-page .contact-information .kvk {
  width: 100%;
}
.contact-page .contact-information ul {
  width: 50%;
  list-style-type: none;
  padding-left: 0;
  color: #fff;
}
.contact-page .contact-information ul li {
  margin-bottom: 5px;
}
.contact-page .contact-information span {
  width: 100%;
  color: #fff;
}
.contact-page .contact-information span:last-of-type {
  margin-bottom: 64px;
}

@media (max-width: 1380px) {
  .contact-page {
    padding-left: 1.765rem;
    padding-right: 1.765rem;
  }
}
@media (max-width: 1250px) {
  .contact-page .contact-information, .contact-page .contact-form-container {
    width: calc(50% - 40px);
  }
}
@media (max-width: 1100px) {
  .contact-page .contact-information, .contact-page .contact-form-container {
    width: calc(50% - 20px);
  }
}
@media (max-width: 900px) {
  .contact-page {
    height: auto;
  }
  .contact-page .contact-information, .contact-page .contact-form-container {
    width: 100%;
  }
  .contact-page .row {
    flex-direction: column-reverse;
  }
  .contact-page .contact-information {
    margin-bottom: 90px;
  }
}
@media (max-width: 768px) {
  .contact-page .contact-form-container .gfmc-container:last-of-type {
    margin-top: 0px;
  }
}
@media (max-width: 600px) {
  .contact-page .contact-information {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .contact-page .contact-information ul {
    margin-bottom: 37px;
  }
  .contact-page .contact-information .linkedin-container {
    margin-top: 0px;
  }
  .contact-page .contact-information .part-of {
    margin-top: 0px;
  }
}
.page-404 {
  background: #008b3b;
  background: linear-gradient(90deg, #008b3b 0%, #015825 100%);
  min-height: calc(100vh - 57px);
  padding: 165px 0;
}
.page-404 .row {
  position: relative;
}
.page-404 .row .pattern {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.page-404 span {
  font-size: 11.765rem;
  font-weight: 700;
  color: #008b3b;
}
.page-404 h1 {
  color: #fff;
  font-size: 1.882rem;
  margin: 35px 0 38px;
  font-weight: 500;
}
.page-404 p {
  color: #fff;
}
.page-404 .btn {
  margin-top: 34px;
}

@media (max-width: 768px) {
  .page-404 span {
    font-size: 7.7rem;
  }
  .page-404 h1 {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
  .page-404 .row .pattern {
    width: 81px;
  }
  .page-404 .row .pattern img {
    width: 100%;
  }
  .page-404 .col-100 {
    position: relative;
    z-index: 2;
  }
}
/*!***************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/slick-carousel/slick/slick.scss ***!
  \***************************************************************************************************************************************/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
