@import url(https://fonts.googleapis.com/css?family=Nunito:200,400,600,700,900&display=swap);@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Roboto:300|PT+Mono);/*@import "./././fontawesome/fontawesome.scss";
@import "./././fontawesome/solid.scss";
@import "./././fontawesome/brands.scss";
@import "./././fontawesome/regular.scss";
@import "./././fontawesome/light.scss";*/

/*@font-face {
  font-family: 'Uni Neue';
  src: url('../../../fonts/UniNeueLight.woff2') format('woff2'),
  url('../../../fonts/UniNeueLight.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Uni Neue';
  src: url('../../../fonts/UniNeueRegular.woff2') format('woff2'),
  url('../../../fonts/UniNeueRegular.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Uni Neue';
  src: url('../../../fonts/UniNeueThin.woff2') format('woff2'),
  url('../../../fonts/UniNeueThin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Uni Neue';
  src: url('../../../fonts/UniNeueBlack.woff2') format('woff2'),
  url('../../../fonts/UniNeueBlack.woff') format('woff');
  font-weight: 900;
  font-style: normal;
} 

@font-face {
  font-family: 'Uni Neue';
  src: url('../../../fonts/UniNeueBold.woff2') format('woff2'),
  url('../../../fonts/UniNeueBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}*/

@-webkit-keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
}

@keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
}

html {
  -webkit-text-size-adjust: none;
}

a html a:focus,
html input:focus {
  outline: none;
}

@media (max-width: 523px) {
  html h1 {
    font-size: 1.7rem !important;
  }

  html h2 {
    font-weight: 500 !important;
  }
}

html body {
  background: #fff;
  font-family: "Open sans" !important;
  padding-top: 10px;
}

html body .btn {
  font-weight: 600 !important;
}

html body .btn-primary {
  background: none;
  border: 3px solid #55BB5A;
  border-radius: 30px;
  padding: 15px 25px;
  color: #55BB5A;
}

html body .btn-primary:hover {
  background: #fff;
  color: #55BB5A;
  border: 3px solid #55BB5A;
}

html body .btn-secondary {
  background: #ff9d00;
  border: 0px;
  border-radius: 25px;
  padding: 15px 25px;
}

@media (max-width: 523px) {
  html body .btn {
    width: 100% !important;
  }
}

html body #progressbar {
  width: 100%;
  height: 10px;
  background: rgba(219, 255, 220, 0.5);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99;
}

html body #progressbar .colorbar {
  padding-right: 10px;
  height: 10px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0%;
  background: #55BB5A;
}

html body footer#cookies {
  padding: 0px 0px;
  font-size: 15px;
  background: #55BB5A;
  color: #fff;
}

html body footer#cookies a {
  color: #fff;
  text-decoration: underline;
}

html body footer#cookies .block {
  background: #6ad16e;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}

html body header {
  padding: 0px 50px 100px 50px;
  background: #55BB5A;
}

html body header h1 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 400;
}

html body header h2 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
}

html body section#intro {
  /*    @include media-breakpoint-down(md){
          padding:50px 30px !important;
      }*/
  position: relative;
  background: #fff;
}

html body section#intro::before {
  z-index: 9 !important;
  position: absolute;
  content: "";
  right: 0px;
  top: -60px;
  width: 100%;
  border-style: solid;
  border-width: 60px 100vw 0px 0;
  border-color: transparent #fff transparent transparent;
}

html body section#intro ol.fa-ul {
  font-size: 20px;
}

html body section#review {
  /*    @include media-breakpoint-down(md){
          padding:50px 30px !important;
      }*/
  position: relative;
  background: #F8F9FA;
}

html body section#review::before {
  z-index: 9 !important;
  position: absolute;
  content: "";
  right: 0px;
  top: -60px;
  width: 100%;
  border-style: solid;
  border-width: 0px 100vw 60px 0;
  border-color: transparent transparent #F8F9FA transparent;
}

html body section#review ol.fa-ul {
  font-size: 20px;
}

html body section#review img.customer {
  -webkit-border-radius: 130px;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius: 130px;
  -moz-border-radius-topright: 0;
  border-radius: 130px;
  border-top-right-radius: 0;
}

html body section#interruption {
  background: #426060;
}

html body section#contents {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #f1f1f1;
  font-size: 1rem;
}

html body section#contents .heading {
  margin-bottom: 0px;
  font-size: 1.3rem;
  font-weight: 900;
}

html body section#product {
  padding-bottom: 60px !important;
  background: #fff;
  /*    @include media-breakpoint-down(md){
          padding:50px 30px !important;
      }*/
  position: relative;
  background: #fff;
}

html body section#product::before {
  z-index: 9 !important;
  position: absolute;
  content: "";
  right: 0px;
  top: -60px;
  width: 100%;
  border-style: solid;
  border-width: 60px 100vw 0px 0;
  border-color: transparent #fff transparent transparent;
}

html body footer {
  background: #f1f1f1;
  font-size: 18px;
  /*    @include media-breakpoint-down(md){
          padding:50px 30px !important;
      }*/
  position: relative;
  background: #f1f1f1;
}

html body footer::before {
  z-index: 9 !important;
  position: absolute;
  content: "";
  right: 0px;
  top: -60px;
  width: 100%;
  border-style: solid;
  border-width: 0px 100vw 60px 0;
  border-color: transparent transparent #f1f1f1 transparent;
}

html body .modal-backdrop {
  background-color: #fff;
}

html body .modal-backdrop.show {
  opacity: 0.8;
}

section#faq {
  background: #f1f1f1;
}

section#faq .card,
section#faq .card-header,
section#faq .card-body {
  border: none;
  background: transparent;
  color: #000;
}

section#faq .card-header {
  border-top: 1px solid grey;
}

section#faq .card a {
  color: #000;
  font-size: 14pt;
}

section#faq .card-body {
  font-size: 12pt;
}

.sticky {
  border-radius: 0px;
  background: #ff9d00;
  border: #ff9d00;
  color: #fff;
}

