/*
Theme Name: WebNL
Description: Een WordPress thema door WebNL.
Author: WebNL
Author URI: https://www.webnl.nl/
Version: 1.0
*/
/**
 * Setup
 */
/* ---------------------------
   Font Setup
---------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
.skip-to {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 1em;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

:root {
  --hbar-offset: 0px;
  --hnav-offset: 0px;
}

#uid_image_contain img {
  -o-object-fit: contain;
     object-fit: contain;
}

/**
 * Includes
 */
footer {
  background-color: #009C2E;
  position: relative;
  z-index: 2;
}
footer .footer {
  padding: 136px 0 64px 0;
}
@media only screen and (max-width: 800px) {
  footer .footer {
    padding: 64px 0 32px 0;
  }
}
footer .footer--top, footer .footer--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footer--top {
  margin-bottom: 136px;
  -webkit-column-gap: 56px;
     -moz-column-gap: 56px;
          column-gap: 56px;
  row-gap: 40px;
}
footer .footer--top--title {
  color: white;
  font-family: "Inter", sans-serif !important;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin: 0;
  max-width: 400px;
}
footer .footer--top--form {
  max-width: 705px;
}
footer .footer--top--form .gform_heading {
  display: none;
}
footer .footer--top--form form {
  width: 100%;
  margin-bottom: 0;
}
footer .footer--top--form form .gfield_label {
  color: white;
  font-family: "Inter", sans-serif !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin: 0;
  position: absolute;
  -webkit-transform: translate(12px, 8px);
          transform: translate(12px, 8px);
  -webkit-transition: font-size 0.1s ease, line-height 0.1s ease, -webkit-transform 0.1s ease;
  transition: font-size 0.1s ease, line-height 0.1s ease, -webkit-transform 0.1s ease;
  transition: font-size 0.1s ease, line-height 0.1s ease, transform 0.1s ease;
  transition: font-size 0.1s ease, line-height 0.1s ease, transform 0.1s ease, -webkit-transform 0.1s ease;
}
footer .footer--top--form form .gfield_label.label-empty-not-focused {
  font-size: 16px;
  line-height: 130%;
  -webkit-transform: translate(12px, 18px);
          transform: translate(12px, 18px);
}
footer .footer--top--form form .gform_fields {
  gap: 16px;
}
footer .footer--top--form form .gform_footer {
  margin-top: 24px;
}
footer .footer--top--form form .gfield_required {
  display: none;
}
footer .footer--top--form form .gchoice label.gform-field-label {
  color: white;
  font-size: 13px;
  margin-left: 8px;
}
footer .footer--top--form form .gchoice label.gform-field-label a {
  font-size: 13px;
  color: white;
}
footer .footer--top--form form .gchoice input.gfield-choice-input {
  border: 1px solid rgba(0, 156, 46, 0.2509803922);
  border-radius: 4px;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
footer .footer--top--form form .gchoice input.gfield-choice-input:before {
  accent-color: #009C2E;
  color: #009C2E;
}
footer .footer--top--form form input[type=text], footer .footer--top--form form input[type=email], footer .footer--top--form form textarea {
  border: 1px solid white;
  border-radius: 4px;
  padding: 24px 20px 11px 12px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  color: white;
  font-family: "Inter", sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
footer .footer--top--form form input[type=submit] {
  text-decoration: none !important;
  padding: 19px 31px !important;
  border: 1px solid transparent !important;
  font-family: "Inter", sans-serif !important !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 100% !important;
  letter-spacing: 0.4px !important;
  color: #009C2E !important;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease !important;
  transition: background-color 0.2s ease, border-color 0.2s ease !important;
  position: relative !important;
  overflow: hidden !important;
  cursor: pointer !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  text-align: left !important;
  border-radius: 9999px !important;
  background-color: white !important;
  border-color: white !important;
}
footer .footer--top--form form input[type=submit]:hover {
  background-color: color-mix(in hsl, black 10%, white 90%) !important;
  border-color: color-mix(in hsl, black 10%, white 90%) !important;
  color: #009C2E !important;
}
footer .footer--top--form p.gform_not_found {
  color: #009C2E;
  margin: 0;
}
@media only screen and (max-width: 800px) {
  footer .footer--top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 48px;
  }
  footer .footer--top--title, footer .footer--top--form {
    max-width: 100%;
  }
}
footer .footer--dots {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: calc(100vw - var(--scrollbar-width));
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 800px) {
  footer .footer--dots {
    left: -32px;
  }
}
@media only screen and (max-width: 600px) {
  footer .footer--dots {
    left: -24px;
  }
}
footer .footer--dots img {
  width: calc(100vw - var(--scrollbar-width));
}
@media only screen and (max-width: 800px) {
  footer .footer--dots img {
    min-width: 1100px;
  }
}
footer .footer--bottom {
  margin-top: 40px;
  -webkit-column-gap: 56px;
     -moz-column-gap: 56px;
          column-gap: 56px;
  row-gap: 24px;
}
@media only screen and (max-width: 600px) {
  footer .footer--bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .footer--bottom--nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 56px;
     -moz-column-gap: 56px;
          column-gap: 56px;
  row-gap: 8px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .footer--bottom--nav a {
  padding-left: 17.5px;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: var(--white-75, rgba(255, 255, 255, 0.75));
  font-family: "Inter", sans-serif !important;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}
footer .footer--bottom--nav a:hover {
  text-decoration: underline;
}
footer .footer--bottom--nav a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #49C91D;
  width: 6.5px;
  height: 6.5px;
  border-radius: 9999px;
}
footer .footer--bottom .btn {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
footer .sub-footer {
  background-color: #009C2E;
}
footer .sub-footer--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  padding: 16px 0;
}
@media only screen and (max-width: 800px) {
  footer .sub-footer--items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
  }
}
footer .sub-footer--items a {
  font-family: "Inter", sans-serif !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  color: white;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
footer .sub-footer--items a.webnl {
  font-family: "Inter", sans-serif !important;
  margin-right: 12px;
}
@media only screen and (max-width: 800px) {
  footer .sub-footer--items a.webnl {
    margin-right: 0;
    width: 100%;
  }
}

header {
  position: fixed;
  z-index: 3;
  width: calc(100vw - var(--scrollbar-width));
  top: 24px;
}
header .hbar {
  position: relative;
  z-index: 11;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 0 7px 20px 0 rgba(0, 156, 46, 0.1);
          box-shadow: 0 7px 20px 0 rgba(0, 156, 46, 0.1);
  backdrop-filter: blur(14px);
  padding: 21px 36px;
  height: 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .hbar--nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
header .hbar--nav .hbar-item {
  color: #194646;
  font-family: "Inter", sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 430;
  line-height: 150%;
  letter-spacing: -0.32px;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
header .hbar--nav .hbar-item.active {
  -webkit-transition: color 0s ease;
  transition: color 0s ease;
  color: #009C2E;
}
header .hbar--nav .hbar-item:hover {
  color: #49C91D;
}
header .hbar--nav .hbar-item.has-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
header .hbar--nav .hbar-item.has-children div {
  width: 12px;
  height: 12px;
}
header .hbar--nav .hbar-item.has-children div svg {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}
header .hbar--nav .hbar-item.has-children div svg path {
  fill: #49C91D;
}
header .hbar--nav .btn {
  padding: 8px 16px;
  margin-left: 12px;
  margin-right: -16px;
}
body.admin-bar header .hbar {
  top: 32px;
}
body.admin-bar header .hnav {
  top: 132px;
}
@media only screen and (max-width: 1170px) {
  body.admin-bar header .hnav {
    top: 32px;
  }
}

#google-reviews {
  position: fixed;
  z-index: 9999;
  top: 50vh;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#whatsapp {
  position: fixed;
  z-index: 9999;
  top: calc(100vh - 56px - 16px);
  right: 16px;
  background-color: #49C91D;
  border-radius: 28px;
  width: 56px;
  height: 56px;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 7px 5px 0 rgba(25, 70, 70, 0.1);
          box-shadow: 0 7px 5px 0 rgba(25, 70, 70, 0.1);
}

#default-hero {
  margin-top: 126px;
  padding: 64px 0 0 0;
}
#default-hero .layout-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
#default-hero .layout-container .subtitle {
  color: #009C2E;
  font-family: "Inter", sans-serif !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: -0.72px;
}
@media only screen and (max-width: 800px) {
  #default-hero .layout-container .subtitle {
    text-align: center;
  }
}
#default-hero .layout-container .btn {
  margin-top: 24px;
}
#default-hero .layout-container .btn svg {
  width: 10px;
  height: 10px;
}

/**
 * Global
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: calc(100vw - var(--scrollbar-width));
  max-width: calc(100vw - var(--scrollbar-width));
  overflow-x: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
}
html.no-scroll {
  overflow-y: hidden;
}
@media only screen and (max-width: 1170px) {
  html.no-scroll-mobile {
    overflow-y: hidden;
  }
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  color: #009C2E;
  background-color: white;
  font-family: "Inter", sans-serif !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  scroll-behavior: smooth;
  position: relative;
}
body > .blur-orb {
  position: fixed;
  -webkit-filter: blur(300px);
          filter: blur(300px);
  border-radius: 50%;
  pointer-events: none;
  will-change: transform;
}
@media only screen and (max-width: 800px) {
  body > .blur-orb {
    -webkit-filter: blur(150px);
            filter: blur(150px);
  }
}
body > #blur-orb-green-big {
  background: rgba(0, 156, 46, 0.1);
  width: 800px;
  height: 800px;
}
@media only screen and (max-width: 800px) {
  body > #blur-orb-green-big {
    width: 400px;
    height: 400px;
  }
}
body > #blur-orb-green-small {
  background: rgba(0, 156, 46, 0.4);
  width: 200px;
  height: 200px;
}
@media only screen and (max-width: 800px) {
  body > #blur-orb-green-small {
    width: 100px;
    height: 100px;
  }
}
body > #blur-orb-yellow-big {
  background: rgba(198, 255, 0, 0.1);
  width: 600px;
  height: 600px;
}
@media only screen and (max-width: 800px) {
  body > #blur-orb-yellow-big {
    width: 300px;
    height: 300px;
  }
}
body > #blur-orb-yellow-small {
  background: rgba(198, 255, 0, 0.4);
  width: 200px;
  height: 200px;
}
@media only screen and (max-width: 800px) {
  body > #blur-orb-yellow-small {
    width: 100px;
    height: 100px;
  }
}

main {
  position: relative;
  z-index: 1;
}

p, ul, ol, a {
  color: #194646;
  font-family: "Inter", sans-serif !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  margin: 0;
}

p span, ul span, ol span {
  font-weight: 700;
}

a {
  text-decoration: underline;
}

h1, div.h1 {
  color: #194646;
  text-align: center;
  font-family: "Inter", sans-serif !important;
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: -1.92px;
  margin: 0;
}
h1 span.icon, div.h1 span.icon {
  width: 36px;
  height: 36px;
  display: inline-block;
  white-space: nowrap;
  vertical-align: top;
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
@media only screen and (max-width: 800px) {
  h1 span.icon, div.h1 span.icon {
    width: 27px;
    height: 27px;
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
h1 span.icon svg, div.h1 span.icon svg {
  width: 100%;
  height: 100%;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: spin 10s linear infinite;
          animation: spin 10s linear infinite;
}
@media only screen and (max-width: 800px) {
  h1, div.h1 {
    font-size: 48px;
  }
}

h2, div.h2 {
  color: #194646;
  font-family: "Inter", sans-serif !important;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: -1.44px;
  margin: 0;
}
h2 span.icon, div.h2 span.icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  vertical-align: top;
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
h2 span.icon svg, div.h2 span.icon svg {
  width: 100%;
  height: 100%;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: spin 10s linear infinite;
          animation: spin 10s linear infinite;
}
@media only screen and (max-width: 800px) {
  h2, div.h2 {
    font-size: 42px;
  }
}

h3, div.h3 {
  color: #009C2E;
  font-family: "Inter", sans-serif !important;
  font-size: 36px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: -1.08px;
  margin: 0;
}
h3 span.icon, div.h3 span.icon {
  display: none;
}
@media only screen and (max-width: 800px) {
  h3, div.h3 {
    font-size: 24px;
  }
}

blockquote {
  margin: 0;
  padding: 4px 0 4px 16px;
  border-left: 4px solid #009C2E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
blockquote > * {
  margin: 0;
}

img, svg, video {
  display: block;
  max-width: 100%;
}

img {
  -o-object-position: calc(var(--focal-point-left) * 100%) calc(var(--focal-point-top) * 100%);
     object-position: calc(var(--focal-point-left) * 100%) calc(var(--focal-point-top) * 100%);
}

section {
  position: relative;
  scroll-margin-top: 96px;
  padding: 96px 0;
  margin: 0;
}
section.bg-transparent + section.bg-transparent, section.bg-translucent + section.bg-translucent, section.bg-white + section.bg-white {
  padding-top: 0;
}
section.bg-transparent {
  background-color: transparent;
}
section.bg-translucent {
  background-color: rgba(25, 70, 70, 0.05);
}
section.bg-white {
  background-color: rgba(255, 255, 255, 0.6);
}

.section__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 54px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (max-width: 800px) {
  .section__header {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 800px) {
  .section__header .link {
    display: none;
  }
}
.section__footer {
  display: none;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (max-width: 800px) {
  .section__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 54px;
  }
}

.layout-container {
  width: 100%;
  max-width: 1498px;
  margin-inline: auto;
  position: relative;
  z-index: 1;
  padding: 0 64px;
}
.layout-container--inset {
  max-width: 878px;
}
@media only screen and (max-width: 800px) {
  .layout-container {
    padding: 0 32px;
  }
}
@media only screen and (max-width: 600px) {
  .layout-container {
    padding: 0 24px;
  }
}
.layout-container .inset-left {
  max-width: 750px;
}

.usp.bg-transparent:has(+ .usp.bg-transparent), .usp.bg-transparent:has(+ .big-image.bg-transparent), .usp.bg-transparent:has(+ .big-video.bg-transparent), .big-image.bg-transparent:has(+ .usp.bg-transparent), .big-image.bg-transparent:has(+ .big-image.bg-transparent), .big-image.bg-transparent:has(+ .big-video.bg-transparent), .big-video.bg-transparent:has(+ .usp.bg-transparent), .big-video.bg-transparent:has(+ .big-image.bg-transparent), .big-video.bg-transparent:has(+ .big-video.bg-transparent), .usp.bg-white:has(+ .usp.bg-white), .usp.bg-white:has(+ .big-image.bg-white), .usp.bg-white:has(+ .big-video.bg-white), .big-image.bg-white:has(+ .usp.bg-white), .big-image.bg-white:has(+ .big-image.bg-white), .big-image.bg-white:has(+ .big-video.bg-white), .big-video.bg-white:has(+ .usp.bg-white), .big-video.bg-white:has(+ .big-image.bg-white), .big-video.bg-white:has(+ .big-video.bg-white), .usp.bg-translucent:has(+ .usp.bg-translucent), .usp.bg-translucent:has(+ .big-image.bg-translucent), .usp.bg-translucent:has(+ .big-video.bg-translucent), .big-image.bg-translucent:has(+ .usp.bg-translucent), .big-image.bg-translucent:has(+ .big-image.bg-translucent), .big-image.bg-translucent:has(+ .big-video.bg-translucent), .big-video.bg-translucent:has(+ .usp.bg-translucent), .big-video.bg-translucent:has(+ .big-image.bg-translucent), .big-video.bg-translucent:has(+ .big-video.bg-translucent) {
  padding-bottom: 20px !important;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 16px 16px;
}

.alignleft {
  float: left;
  margin: 5px 16px 16px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 16px 16px;
}

a img.alignnone {
  margin: 0;
}

a img.alignleft {
  float: left;
  margin: 5px 16px 10px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 0;
}

.wp-caption.alignleft {
  margin: 5px 16px 16px 0;
}

.wp-caption.alignright {
  margin: 5px 0 16px 16px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/**
 * Elements
 */
.btn {
  text-decoration: none;
  padding: 12px 20px;
  border: 1px solid transparent;
  font-family: "Inter", sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.4px;
  color: white;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  border-radius: 9999px;
}

.btn-pri {
  background-color: #009C2E;
  border-color: #009C2E;
}
.btn-pri:hover {
  background-color: color-mix(in hsl, black 10%, #009C2E 90%);
  border-color: color-mix(in hsl, black 10%, #009C2E 90%);
  color: white;
}

.btn-sec {
  background-color: #49C91D;
  border-color: #49C91D;
}
.btn-sec:hover {
  background-color: color-mix(in hsl, black 10%, #49C91D 90%);
  border-color: color-mix(in hsl, black 10%, #49C91D 90%);
}

.btn-whi {
  background-color: white;
  border-color: white;
  color: #009C2E;
}
.btn-whi:hover {
  background-color: color-mix(in hsl, black 10%, white 90%);
  border-color: color-mix(in hsl, black 10%, white 90%);
}

.btn-gho {
  background-color: transparent;
}
.btn-gho.btn-pri {
  border-color: rgba(0, 156, 46, 0.2509803922);
  color: #009C2E;
}
.btn-gho.btn-pri:before {
  background-color: rgba(0, 156, 46, 0.1490196078);
}
.btn-gho.btn-sec {
  border-color: rgba(73, 201, 29, 0.2509803922);
  color: #49C91D;
}
.btn-gho.btn-sec:before {
  background-color: rgba(73, 201, 29, 0.1490196078);
}
.btn-gho.btn-whi {
  border-color: rgba(255, 255, 255, 0.25);
  color: white;
}
.btn-gho.btn-whi:before {
  background-color: rgba(255, 255, 255, 0.15);
}
.btn-gho:hover {
  background-color: transparent;
  border-color: inherit;
}
.btn-gho:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 0;
  opacity: 0;
}
.btn-gho:hover:before {
  opacity: 1;
}

.btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.btn-icon span svg {
  width: 18px;
  height: 18px;
}

.btn-whi.btn-icon span svg path {
  fill: #009C2E;
}

.btn-whi.btn-gho.btn-icon span svg path {
  fill: white;
}

.btn-pri.btn-icon span svg path {
  fill: white;
}

.btn-pri.btn-gho.btn-icon span svg path {
  fill: #009C2E;
}

.btn-sec.btn-icon span svg path {
  fill: white;
}

.btn-sec.btn-gho.btn-icon span svg path {
  fill: #49C91D;
}

.btn-no-title {
  padding: 13px;
}
.btn-no-title span svg {
  width: 28px;
  height: 28px;
}

.btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.disabled-btn {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}

/**
 * Templates
 */
.error-container {
  height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.error-container h1 {
  margin: 0;
  font-size: 64px;
  text-align: center;
  color: #009C2E;
}
@media only screen and (max-width: 800px) {
  .error-container h1 {
    font-size: 32px;
  }
}
.error-container p {
  margin: 0;
  font-size: 32px;
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  .error-container p {
    font-size: 24px;
  }
}
.error-container .btn-container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/**
 * Partials: Sections
 */
.usp .layout-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.usp--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.usp--item span {
  color: rgba(26, 71, 71, 0.9019607843);
  font-family: "Inter", sans-serif !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: -0.6px;
}

.horizontal-line hr {
  margin: 0;
  color: #194646;
}

.customers-slider {
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.customers-slider .title {
  color: rgba(25, 70, 70, 0.7490196078);
  font-family: "Inter", sans-serif !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: -0.72px;
}
.customers-slider--container--item {
  height: 60px;
  width: 165px;
  max-height: 60px;
  max-width: 165px;
}
.customers-slider--container--item img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.customers-slider .splide__track {
  margin: 0 auto;
  max-width: 1498px;
  overflow: visible;
}

.big-video--holder {
  width: 100%;
  aspect-ratio: 16/9;
}
.big-video--holder a.video {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.big-video--holder a.video .video-thumb {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  background-color: #194646;
}
.big-video--holder a.video .video-thumb .overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-blend-mode: multiply, normal;
}
@media only screen and (max-width: 800px) {
  .big-video--holder a.video .video-thumb .overlay {
    gap: 20px;
  }
}
.big-video--holder a.video .video-thumb .overlay .play {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.big-video--holder a.video .video-thumb .overlay .play span {
  color: white;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.35);
  font-family: "Inter", sans-serif !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 570;
  line-height: 100%;
  letter-spacing: -0.6px;
}
.big-video--holder a.video .video-thumb .overlay .play svg {
  width: 24px;
  height: 24px;
}
.big-video--holder a.video .video-thumb .overlay .play svg path {
  fill: #49C91D;
}
.big-video--holder a.video .video-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.big-video--holder--slot video {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

.alternating-content--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 128px;
}
@media only screen and (max-width: 1170px) {
  .alternating-content--container {
    gap: 64px;
  }
}
@media only screen and (max-width: 1000px) {
  .alternating-content--container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 800px) {
  .alternating-content--container {
    gap: 32px;
  }
}
.alternating-content--container > .image, .alternating-content--container > .content {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1000px) {
  .alternating-content--container > .image, .alternating-content--container > .content {
    width: 100%;
  }
}
.alternating-content--container > .content {
  gap: 32px;
}
.alternating-content--container > .image {
  position: relative;
}
.alternating-content--container > .image img {
  height: 100%;
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  height: 500px;
}
@media only screen and (max-width: 600px) {
  .alternating-content--container > .image img {
    height: 300px;
  }
}
.alternating-content.alternate-sides .alternating-content--container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 1000px) {
  .alternating-content.alternate-sides .alternating-content--container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.intro {
  overflow: hidden;
}
.intro .layout-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 78px;
}
@media only screen and (max-width: 800px) {
  .intro .layout-container {
    gap: 36px;
  }
}
.intro--content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 36px;
}
@media only screen and (max-width: 800px) {
  .intro--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.intro--content .title {
  color: #009C2E;
  font-family: "Inter", sans-serif !important;
  font-size: 51px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.55px;
  margin: 0;
  max-width: 50%;
}
@media only screen and (max-width: 800px) {
  .intro--content .title {
    max-width: unset;
    font-size: 38px;
  }
}
.intro--content .right {
  max-width: 50%;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media only screen and (max-width: 800px) {
  .intro--content .right {
    max-width: unset;
    width: 100%;
  }
}
.intro--content .right .text p, .intro--content .right .text ul, .intro--content .right .text ol, .intro--content .right .text a {
  color: #009C2E;
  font-family: "Inter", sans-serif !important;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media only screen and (max-width: 800px) {
  .intro--content .right .text p, .intro--content .right .text ul, .intro--content .right .text ol, .intro--content .right .text a {
    font-size: 18px;
  }
}
.intro--content .right .text :first-child {
  margin-top: 0;
}
.intro--content .right .text :last-child {
  margin-bottom: 0;
}
.intro--images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 454px;
  width: 760px;
  max-width: calc(100vw - var(--scrollbar-width) - 24px);
}
@media only screen and (max-width: 600px) {
  .intro--images {
    height: 300px;
  }
}
.intro--images--primary {
  width: 100%;
  height: 100%;
  position: relative;
}
.intro--images--primary .title {
  position: absolute;
  left: 50px;
  bottom: 36px;
  color: white;
  font-family: "Inter", sans-serif !important;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin: 0;
  z-index: 2;
  padding-right: 50px;
}
@media only screen and (max-width: 800px) {
  .intro--images--primary .title {
    left: 36px;
    padding-right: 36px;
  }
}
@media only screen and (max-width: 600px) {
  .intro--images--primary .title {
    left: 24px;
    bottom: 24px;
    padding-right: 24px;
  }
}
.intro--images--left, .intro--images--right {
  width: 760px;
  height: 370px;
  position: absolute;
}
.intro--images--left {
  -webkit-transform: translateX(calc(-100% - 12px));
          transform: translateX(calc(-100% - 12px));
}
.intro--images--right {
  -webkit-transform: translateX(calc(100% + 12px));
          transform: translateX(calc(100% + 12px));
}
.intro--images .overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(240deg, rgba(0, 0, 0, 0) 62.38%, rgba(0, 0, 0, 0.4) 93.65%);
  border-radius: 24px;
}
.intro--images img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 12px 76px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 12px 76px 0 rgba(0, 0, 0, 0.19);
  border-radius: 24px;
}
.intro--dots {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: calc(100vw - var(--scrollbar-width));
  overflow: hidden;
  margin-top: 52px;
}
.intro--dots img {
  width: calc(100vw - var(--scrollbar-width));
}
@media only screen and (max-width: 800px) {
  .intro--dots img {
    min-width: 1100px;
  }
}

.big-image .image {
  width: 100%;
  aspect-ratio: 16/9;
}
.big-image .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}

.tiles--container {
  display: -ms-grid;
  display: grid;
  gap: 24px;
}
.tiles--container--item {
  height: auto;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  overflow: hidden;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  padding: 13px 16px;
  gap: 16px;
  border-radius: 8px;
}
.tiles--container--item[href]:not([href=""]):hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.tiles--container--item.width_1 {
  -ms-grid-column-span: 1;
  grid-column: span 1;
}
.tiles--container--item.width_2 {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.tiles--container--item.width_3 {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}
.tiles--container--item.width_4 {
  -ms-grid-column-span: 4;
  grid-column: span 4;
}
.tiles--container--item.height_1 {
  -ms-grid-row-span: 1;
  grid-row: span 1;
}
.tiles--container--item.height_2 {
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.tiles--container--item.height_3 {
  -ms-grid-row-span: 3;
  grid-row: span 3;
}
.tiles--container--item.type_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: white;
  position: relative;
  height: 184px;
  padding: 13px 56px 13px 16px;
}
@media only screen and (max-width: 800px) {
  .tiles--container--item.type_text {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.tiles--container--item.type_text h3 {
  color: #009C2E;
  font-family: "Inter", sans-serif !important;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  margin: 0;
}
.tiles--container--item.type_text h3 span {
  font-weight: 570;
}
.tiles--container--item.type_text .button {
  margin-top: auto;
  aspect-ratio: 1;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 16px;
  right: 16px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.tiles--container--item.type_text .button svg path {
  fill: #009C2E;
}
.tiles--container--item.type_text:hover .button {
  -webkit-transform: translateX(4px) translateY(-4px);
          transform: translateX(4px) translateY(-4px);
}
.tiles--container--item.type_image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  min-height: 250px;
}
.tiles--container--item.type_image h2 {
  color: white;
  margin: 0;
  font-size: 32px;
}
@media only screen and (max-width: 800px) {
  .tiles--container--item.type_image h2 {
    font-size: 24px;
  }
}
.tiles--container--item.type_image img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}
.tiles--container--item.type_image .button {
  margin-top: auto;
  aspect-ratio: 1;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 16px;
  border-radius: 4px;
  background-color: white;
}
.tiles--container--item.type_image .button svg {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.tiles--container--item.type_image .button svg path {
  fill: #009C2E;
}
.tiles--container--item.type_image:hover .button svg {
  -webkit-transform: translateX(4px) translateY(-4px);
          transform: translateX(4px) translateY(-4px);
}
.tiles--container.grid_3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 1170px) {
  .tiles--container.grid_3 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .tiles--container.grid_3 .tiles--container--item.width_3 {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
@media only screen and (max-width: 800px) {
  .tiles--container.grid_3 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .tiles--container.grid_3 .tiles--container--item.width_2, .tiles--container.grid_3 .tiles--container--item.width_3 {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}
.tiles--container.grid_4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1346px) {
  .tiles--container.grid_4 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .tiles--container.grid_4 .tiles--container--item.width_3, .tiles--container.grid_4 .tiles--container--item.width_4 {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
@media only screen and (max-width: 800px) {
  .tiles--container.grid_4 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .tiles--container.grid_4 .tiles--container--item.width_2, .tiles--container.grid_4 .tiles--container--item.width_3, .tiles--container.grid_4 .tiles--container--item.width_4 {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}
/**
 * External
 */
.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}