@import "../css/bootstrap.min.css" layer(bootstrap);
@font-face {
  font-family: "Biennale";
  src: url("../fonts/Biennale-Regular.eot");
  src: url("../fonts/Biennale-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Biennale-Regular.woff2") format("woff2"), url("../fonts/Biennale-Regular.woff") format("woff"), url("../fonts/Biennale-Regular.ttf") format("truetype"), url("../fonts/Biennale-Regular.svg#../fonts/Biennale-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Biennale";
  src: url("../fonts/Biennale-Bold.eot");
  src: url("../fonts/Biennale-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Biennale-Bold.woff2") format("woff2"), url("../fonts/Biennale-Bold.woff") format("woff"), url("../fonts/Biennale-Bold.ttf") format("truetype"), url("../fonts/Biennale-Bold.svg#../fonts/Biennale-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@layer bootstrap, base, components, utilities;
@layer base {
  input,
  textarea,
  select,
  a,
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0;
    text-decoration: none;
    outline: none;
    word-break: break-word;
    overflow-wrap: break-word;
  }
  * {
    box-sizing: border-box;
  }
  a,
  a:hover,
  a:focus,
  *:focus-visible {
    cursor: pointer;
    transition: all 0.4s ease;
    text-decoration: none;
    outline: none;
  }
  button {
    cursor: pointer;
  }
  button:focus,
  input:focus {
    box-shadow: none !important;
  }
  html,
  body {
    margin: 0;
    padding: 0;
    background: #fff;
    scroll-behavior: smooth;
    font-family: "Biennale" !important;
    overflow-x: hidden;
    scroll-padding-top: 60px;
  }
}
@layer utilities {
  .ls li {
    list-style: none;
  }
  .rel {
    position: relative;
  }
  .fulw img {
    width: 100%;
  }
  .ofit img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
@layer components {}
.herobanner {
  padding-top: 150px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 991.98px) {
  .herobanner {
    padding: 60px 0;
  }
}
.herobanner .blogo {
  width: 220px;
  display: inline-block;
}
.herobanner h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 55px;
  color: #01394b;
  max-width: 510px;
  letter-spacing: -0.03em;
}
@media only screen and (max-width: 991.98px) {
  .herobanner h1 {
    font-size: 35px;
    line-height: 40px;
  }
}
.herobanner p {
  color: #445567;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  font-weight: 300;
  max-width: 500px;
}
@media only screen and (max-width: 991.98px) {
  .herobanner p {
    font-size: 15px;
    line-height: 25px;
  }
}

.logoimg {
  height: 2vw;
}
@media only screen and (max-width: 991.98px) {
  .logoimg {
    height: 3vw;
  }
}
@media only screen and (max-width: 767.98px) {
  .logoimg {
    height: 4vw;
  }
}
.logoimg img {
  height: 100%;
}

.neemblock {
  padding: 100px 0;
}
@media only screen and (max-width: 991.98px) {
  .neemblock {
    padding: 60px 0;
  }
}
.neemblock .neemtext h2 {
  font-size: 45px;
  font-weight: 500;
  color: #01394b;
  font-weight: 700;
  line-height: 50px;
}
@media only screen and (max-width: 991.98px) {
  .neemblock .neemtext h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
.neemblock .neemtext .checklist-neem h6 {
  color: #445567;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
}
.neemblock .neemtext .checklist-neem h6 span {
  color: #1186f5;
}
.neemblock .neemtext .checklist-neem p {
  color: #445567;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.linecenter {
  opacity: 0.5;
  border: 1px solid rgba(115, 147, 159, 0.2);
  max-width: 300px;
  margin-top: 0;
  padding-left: 0;
  display: block;
  height: 1px;
  width: 60%;
}

.dashblock {
  padding: 100px 0;
}
@media only screen and (max-width: 991.98px) {
  .dashblock {
    padding: 60px 0;
  }
}
.dashblock h2 {
  font-size: 45px;
  font-weight: 600;
  color: #01394b;
  line-height: 50px;
  letter-spacing: -0.03em;
}
@media only screen and (max-width: 991.98px) {
  .dashblock h2 {
    font-size: 35px;
    line-height: 40px;
  }
}

.dashbox {
  padding: 50px 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid rgba(5, 57, 77, 0.1019607843);
  box-shadow: 2px 2px 9px -7px rgba(5, 57, 77, 0.4);
}
.dashbox:hover {
  box-shadow: 0 6px 7px -2px rgba(5, 57, 77, 0.2);
}
.dashbox h3 {
  color: #01394b;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}
@media only screen and (max-width: 991.98px) {
  .dashbox h3 {
    font-size: 25px;
    line-height: 30px;
  }
}
.dashbox p {
  color: #445567;
  font-size: 14px;
  font-weight: 400;
}

.jownblock {
  padding: 100px 0;
}
@media only screen and (max-width: 991.98px) {
  .jownblock {
    padding: 60px 0;
  }
}
.jownblock .jowntext h2 {
  font-size: 45px;
  font-weight: 600;
  color: #01394b;
  letter-spacing: -0.03em;
}
@media only screen and (max-width: 991.98px) {
  .jownblock .jowntext h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
.jownblock .jowntext p {
  color: #445567;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.stextjown {
  padding: 40px 15px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid rgba(5, 57, 77, 0.1019607843);
  box-shadow: 2px 2px 9px -7px rgba(5, 57, 77, 0.4);
}
.stextjown:hover {
  box-shadow: 0 6px 7px -2px rgba(5, 57, 77, 0.2);
}
.stextjown p {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #445567;
}
.stextjown p span {
  font-weight: 600;
}

.ervarrblock {
  padding: 100px 0;
}
@media only screen and (max-width: 991.98px) {
  .ervarrblock {
    padding: 60px 0;
  }
}
.ervarrblock h2 {
  font-size: 45px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #01394b;
}
@media only screen and (max-width: 991.98px) {
  .ervarrblock h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
.ervarrblock iframe {
  max-width: 967px;
  aspect-ratio: 16/9;
  width: 100%;
  margin: 0 auto;
  display: table;
  object-fit: cover;
}

.vragenblock {
  padding: 100px 0;
}
@media only screen and (max-width: 991.98px) {
  .vragenblock {
    padding: 60px 0;
  }
}
.vragenblock .userimg {
  height: 285px;
}
.vragenblock .vragentext h2 {
  font-size: 45px;
  font-weight: 600;
  color: #01394b;
  letter-spacing: -0.03em;
}
@media only screen and (max-width: 991.98px) {
  .vragenblock .vragentext h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
.vragenblock .vragentext p {
  color: #445567;
  font-size: 15px;
}
.vragenblock .vragentext p span {
  font-weight: 700;
}
.vragenblock .vragentext p a {
  color: #35b8be;
  text-decoration: underline;
}

footer {
  padding: 64px 0px 20px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
footer .container-lg {
  max-width: 95% !important;
}
@media only screen and (max-width: 767.98px) {
  footer .container-lg {
    max-width: 100% !important;
  }
}
footer .ftlogo {
  height: 51px;
}
footer .ftlogo img {
  height: 100%;
}
footer .fttext {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #01394b;
}
@media only screen and (max-width: 991.98px) {
  footer .fttext {
    font-size: 14px;
    line-height: 18px;
  }
}
footer .ftcontact h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #01394b;
  text-transform: uppercase;
}
@media only screen and (max-width: 991.98px) {
  footer .ftcontact h5 {
    font-size: 14px;
    line-height: 18px;
  }
}
footer .ftcontact a {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #01394b;
}
@media only screen and (max-width: 991.98px) {
  footer .ftcontact a {
    font-size: 14px;
    line-height: 18px;
  }
}

.copytextblock {
  border-top: 1px solid rgba(126, 130, 143, 0.0901960784);
  padding-top: 10px;
}
.copytextblock a {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: #01394b;
  text-decoration: underline;
}
@media only screen and (max-width: 991.98px) {
  .copytextblock a {
    font-size: 14px;
    line-height: 18px;
  }
}/*# sourceMappingURL=main.css.map */
.prlist li { margin: 0; }
.paragraph-privacy, .prlist li {
    color: #445567;
    max-width: 850px;
    margin: 40px 0 0;
    font-family: Biennale,sans-serif;
    font-size: 17px;
    font-weight: 400;
}