html {
  box-sizing: border-box;
  font-size: 16px;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  padding: 0;
}
body {
  color: rgb(51, 51, 51);
}
ol,
ul {
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
}
body {
  font-family: Inter !important;
}
[data-gjs-type="heading"] {
  font-family: Poppins;
  font-weight: 900;
}
[data-gjs-type="text"] {
  font-family: Inter;
  font-weight: 300;
}
/* TEXT RESET DELTE AFTER UPLOAD */
body {
  font-family: Inter !important;
  color: #141415;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Poppins;
  font-weight: 900;
}
p,
a,
span {
  font-family: Inter;
  font-weight: 300;
}
/* General Styles */
h1 {
  font-size: 72px;
  line-height: 1.3;
}
h2 {
  font-size: 56px;
  line-height: 1.3;
}
h3 {
  font-size: 46px;
}
h4 {
  font-size: 36px;
}
h5 {
  font-size: 26px;
}
h6 {
  font-size: 20px;
}
p {
  font-size: 19px;
  color: #7486A8;
  line-height: 1.3;
}
@media (max-width: 992px) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 47px;
  }
  h3 {
    font-size: 37px;
  }
  h4 {
    font-size: 30px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
  p {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 33px;
  }
  h4 {
    font-size: 28px;
  }
  h5 {
    font-size: 28px;
  }
  h6 {
    font-size: 17px;
  }
  p {
    font-size: 17px;
  }
}
[data-gjs-type="text"] b {
  font-weight: bold;
}
[data-gjs-type="icon"] {
  height: 20px;
  width: auto;
}
[data-gjs-type="icon"] svg {
  height: 100% !important;
  width: auto !important;
}
.ll-tested__text--bold {
  font-weight: 600 !important;
  color: #000000;
}
.ll-tested__grid {
  padding-block: 0;
  padding-inline: 0;
  gap: 80px;
  text-align: start;
}
.ll-tested .ll-tested__grid-cell[data-gjs-type="grid-cell"] {
  padding-inline: 30px;
}
.ll-tested__grid-cell[data-gjs-type="grid-cell"] {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 22px;
}
.ll-tested__info__block {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 992px) {
  .ll-tested .ll-tested__grid {
    gap: 20px;
  }
  .ll-tested .ll-tested__grid-cell[data-gjs-type="grid-cell"] {
    padding-inline: 0;
  }
}
@media screen and (max-width: 576px) {
  .ll-tested .ll-btn {
    width: 100% !important;
  }
}
/* 1 */
.ll-tested {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #DAEAF1;
}
.ll-tested__container {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
.ll-tested__container .ll-tested__grid {
  margin-top: 20px;
}
.ll-tested__container .ll-btn {
  margin-top: 30px;
}
.ll-tested__container>h2 {
  width: 900px;
}
/* 2 */
.ll-tested-2 {
  padding-block: 80px;
  background-color: #FFFDF3;
}
.ll-tested-2__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ll-tested-2 h1 {
  text-align: center;
  width: 1000px;
}
.ll-tested-2 .ll-tested__grid {
  margin-top: 60px;
}
.ll-tested-2 .ll-btn {
  margin-top: 60px;
}
@media screen and (max-width: 992px) {
  .ll-tested-2 .ll-tested__grid {
    gap: 20px;
  }
  .ll-tested .ll-tested__grid-cell[data-gjs-type="grid-cell"] {
    padding-inline: 0;
  }
}
@media screen and (max-width: 576px) {
  .ll-tested-2 .ll-btn {
    width: 100% !important;
  }
}
/* 3 */
.ll-tested-3 {
  padding-block: 80px;
  background-color: #DAEAF1;
}
.ll-tested-3__container {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.ll-tested-3__container img {
  width: 100%;
}
.ll-tested-3__info {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}
.ll-tested-3__info .ll-btn {
  margin-top: 15px;
}
.ll-tested__grid-2 {
  padding: 0;
  gap: 30px;
}
.ll-tested__grid-cell-2[data-gjs-type="grid-cell"] {
  padding: 0;
}
@media screen and (max-width: 576px) {
  .ll-tested-3 .ll-btn {
    width: 100% !important;
  }
}
/* 4 */
.ll-tested-2 h2 {
  width: 800px;
  text-align: center;
  margin-bottom: 15px;
}
.ll-tested-2--nobg {
  background-color: white;
}
.ll-collapse .ll-collapse-header {
  background-color: #DAEAF1;
  padding: 18px;
}
.ll-collapse .ll-collapse-heading {
  font-size: 20px;
  font-weight: 600;
}
.ll-collapse .ll-collapse-body {
  border: 1px solid #ECF0FF;
  padding: 18px;
}
.ll-tested-2__collapse-wrapper {
  width: 900px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}
/* STYLES FOR OTHER COMPONENTS */
[data-gjs-type="button"].ll-btn,
.ll-btn {
  font-size: 18px;
  font-family: Poppins;
  color: white;
  background-color: #EA7213;
  border-radius: 0px;
  padding-inline: 40px;
  padding-block: 13px;
  width: max-content;
  font-weight: 500;
}
[data-gjs-type="button"].ll-btn.ll-tested__btn--big,
.ll-btn.ll-tested__btn--big {
  font-size: 22px;
}
[data-gjs-type="button"].ll-btn.ll-tested__btn--blue,
.ll-btn.ll-tested__btn--blue {
  background-color: #0088CD;
}
.ll-form .ll-form__input-l {
  color: #0D5C36;
}
.landerlab-newsletter input {
  border-radius: 0;
}
/* slider */
.llw-slider {
  height: 280px;
  margin-inline: auto;
  overflow: hidden;
  position: relative;
  margin-top: 50px;
}
.llw-slider-track {
  animation: scrollRight 70s linear infinite;
  display: flex;
  gap: 24px;
  width: calc(282px * 16);
}
.llw-slider-toright .llw-slider-track {
  animation: scrollRight 90s linear infinite;
}
.llw-slider-slide {
  height: 280px;
  width: 356px;
  position: relative;
}
.llw-slider-img {
  margin-top: 0 !important;
  width: 100%;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-282px * 8))
  }
}
@keyframes scrollRight {
  0% {
    transform: translateX(calc(-282px * 8));
  }
  100% {
    transform: translateX(0);
  }
}
.llw-slider::before {
  content: '';
  height: 280px;
  width: 100px;
  background: linear-gradient(to right, #F1F1FF, #f1f1ff00);
  width: 40%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.llw-slider::after {
  content: '';
  height: 280px;
  width: 100px;
  background: linear-gradient(to left, #F1F1FF, #f1f1ff00);
  width: 40%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .llw-slider::before {
    width: 20%;
  }
  .llw-slider::after {
    width: 20%;
  }
}
@media screen and (max-width: 576px) {
  .llw-slider::before {
    width: 15%;
  }
  .llw-slider::after {
    width: 15%;
  }
}
.ll-tested__sticky-bar {
  background-color: #F6DB2E;
}
.ll-tested__sticky-bar p {
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: move;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
  letter-spacing: 1.9px;
  color: #2C3648FF;
  white-space: nowrap !important;
}
@keyframes move {
  100% {
    transform: translateX(-100%);
  }
}