:root {
  --green: #009845;
  --blue: #18426C;
  --main: #54565A;
}

body {
  font-size: 18px;
  line-height: 30px;
  color: var(--main);
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 20px;
  }
}

a {
  text-decoration: none;
  color: #000;
}

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

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}


.d-flex {
  display: flex;
}

@media screen and (max-width: 768px) {
  .sol__section .d-flex {
    flex-direction: column;
  }
}

h1.title,
h2.title {
  font-size: 45px;
  line-height: 50px;
  color: var(--blue);
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  h1.title,
  h2.title {
    font-size: 30px;
    line-height: 35px;
  }
}

.main__content .title {

  max-width: 360px;

}

h1 .green__color {
  color: var(--green);
}

h2.subtitle {
  font-size: 35px;
  line-height: 45px;
  color: var(--blue);
  margin-bottom: 50px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  h2.subtitle {
    font-size: 25px;
    line-height: 30px;
  }
}

.center {
  text-align: center;
}

.btn {
  color: #FFF;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
  background-color: var(--green);
  border-radius: 40px;
  padding:10px 2rem;
}

/*@media screen and (max-width: 768px) {*/
/*  .btn {*/
/*    font-size: 20px;*/
/*  }*/
/*}*/

.section {
  padding: 40px var(--spacer);
}
@media screen and (max-width: 768px) {
  .section {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

/*.section__bg {*/
/*  padding: px var(--spacer);*/
/*}*/
/*@media screen and (max-width: 768px) {*/
/*  .section__bg {*/
/*    padding-top: 25px;*/
/*    padding-bottom: 25px;*/
/*  }*/
/*}*/

.video-link {
  position: relative;
  display: block;
}
.video-link .play {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

@media screen and (max-width: 768px) {
  iframe {
    height: auto;
  }
}

.top-border{
  padding: 10px var(--spacer) 40px;
}

.top-border .container:nth-child(1) {
  padding-top: 75px;
  border-top: 1px solid #727272;
}
@media screen and (max-width: 768px) {
  .top-border .container:nth-child(1) {
    padding-top: 25px;
  }
}

.header {
  padding-top: 30px;
  padding-bottom: 15px;
}
.header .container {
  justify-content: space-between;
  align-items: center;
}
.header .header__logo {
  max-width: 300px;
}
.header .header__links {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
}
.header .header__links a {
  color: var(--main);
  font-size: 25px;
}
.header .header__links a:hover {
  color: var(--green);
  text-decoration: underline;
}
@media screen and (max-width: 992px) {
  .header .container {
    flex-direction: column;
    gap: 30px;
  }
  .header .header__links,
  .header .btn {
    display: none;
  }
}

.main__section .main__content {
  max-width: 500px;
}
.main__section .main__content h1 .green__color {
  color: var(--green);
}
.main__section .main__content h1 .blue__color {
  color: var(--blue);
}
.main__section .main__content p {
  color: #54565A;
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .main__section .main__content br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .main__section .container {
    flex-direction: column;
    gap: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .main__section .container {
    padding: 110px 0;
  }
  .main__section .main__image {
    position: absolute;
    top: 35px;
    left: 0;
    transform: translateX(-25%);
    max-width: 850px;
  }
}
@media screen and (min-width: 1400px) {
  .main__section .container {
    padding: 150px 0 0;
  }
}



.solutions__section {
  background: #F6F7F8;
}

.solutions__list{
  gap:30px;
}

@media screen and (max-width: 768px) {
  .solutions__list{
    flex-direction: column;
  }
}
.solution__item{
  display: flex;
  max-width: 440px;
  padding: 24px 30px;
  flex-direction: column;
  border-radius: 15px;
  border: 0.5px solid rgba(0, 152, 74, 0.98);
  background: #F6F7F8;
}

.solution__item .solution__item-title{
  color: var(--blue);
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 120% */
  margin-bottom: 10px;
}

.content__section .container {
  max-width: 1000px;
}

.form__section {
  background: #2a637d url(images/lwp2024/form.png) left center no-repeat;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form__section .success {
  text-align: center;
}
.form__section .fields {
  flex-wrap: wrap;
  gap: 50px 20px;
  padding: 0;
  border: none;
}
@media screen and (max-width: 768px) {
  .form__section .fields {
    gap: 20px;
  }
}
.form__section .fields .form-input {
  width: calc(33.33% - 20px);
}
@media screen and (max-width: 768px) {
  .form__section .fields .form-input {
    width: 100%;
    padding: 0 15px;
  }
}
.form__section .fields input {
  padding: 5px 15px;
  font-size: 20px;
  border-radius: 25px;
  background-color: #fff;
  width: 100%;
}
.form__section .send__wrapper {
  margin-top: 30px;
  justify-content: center;
  gap: 30px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .form__section .send__wrapper {
    gap: 20px;
    flex-direction: column;
    padding: 0 15px;
    align-items: stretch;
  }
}
.form__section .send__wrapper .input_checkbox {
  font-size: 20px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .form__section .send__wrapper .input_checkbox {
    font-size: 16px;
  }
}
.form__section .send__wrapper .form-body__button {
  border: none;
  cursor: pointer;
}
.form__section .form-body {
  color: #fff;
}
.form__section .form-body > p {
  font-size: 30px;
  text-align: center;
  margin-bottom: 25px;
}

.integrations__section {
  background: transparent url(images/lwp2024/integrations.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 650px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .integrations__section {
    background: transparent url(images/lwp2024/integrations.jpg) top center no-repeat;
    background-size: auto 50%;
    padding-top: 170px;
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 1600px) {
  .integrations__section {
    padding-top: 700px;
  }
}
@media screen and (max-width: 768px) {
  .integrations__section {
    background-position: center top;
  }
}
.solutions__section .solution__items {
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 40px;
  max-width: 1000px;
}
.solutions__section .solution__items .solution__item {
  width: 240px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-radius: 25px;
  box-shadow: 0px 0px 15px rgba(0, 165, 160, 0.4);
  background: #fff;
}
.solutions__section .solution__items .solution__item:nth-child(2) h3 {
  padding: 0 10%;
}
.solutions__section .solution__items .image {
  height: 60px;
  margin-bottom: 20px;
}
.solutions__section .solution__items .image img {
  height: 50px;
  width: auto;
}
.solutions__section .solution__items h3 {
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: var(--green);
  height: 50px;
  margin-bottom: 10px;
  padding: 0 10px;
}
.solutions__section .solution__items p {
  font-size: 16px;
  line-height: 150%;
}

.video__first__section .container .title {
  margin-bottom: 0;
}
.video__first__section .container .video {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .video__first__section .container {
    margin-top: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .video__first__section .container {
    display: flex;
    align-items: center;
    gap: 40px;
  }
  .video__first__section .container .video {
    width: 700px;
  }
  .video__first__section .container .video img.thumb {
    width: 100%;
    display: block;
  }
}
.video__first__section .slick-dots {
  bottom: -35px;
}
.video__first__section .slick-dots li {
  height: 15.2px;
  opacity: 0.4;
  width: 15.2px;
}
.video__first__section .slick-dots li.slick-active {
  opacity: 1;
}
.video__first__section .slick-dots li button {
  background-color: var(--green);
  border-radius: 50%;
  height: 100%;
  width: 100%;
}

.services__section .service__items {
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .services__section .service__items {
    flex-direction: column;
  }
}
.services__section .service__item {
  border-radius: 25px;
  background: #fff;
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.4));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.services__section .service__item .title {
  margin-bottom: 40px;
}
.services__section .service__item p {
  margin: 0;
  padding: 20px 0;
  color: var(--blue);
}

.video__second__section .container {
  flex-direction: column;
  align-items: center;
}
.video__second__section .video img {
  overflow: hidden;
  border-radius: 25px;
  margin-bottom: 50px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .video__second__section .video img {
    margin-bottom: 25px;
  }
}

.carousel__section {
  padding-top:30px;
  background: #f1f1f1 url(images/lwp2024/carousel.png) right center no-repeat;
}
.carousel__section .container {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 992px) {
  .carousel__section .container {
    flex-wrap: wrap;
  }
}
.carousel__section .container img {
  max-width: 90%;
}

.suggestion__section {
  padding-bottom: 0;
}
.suggestion__section .container {
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .suggestion__section .container {
    flex-direction: column;
  }
}
@media screen and (min-width: 1200px) {
  .suggestion__section {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.suggestion__section .title {
  max-width: 350px;
}
.suggestion__section .image {
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 500px;
}

.footer {
  background: #fff url(images/lwp2024/footer.png) center bottom no-repeat;
  padding: 60px 0 280px;
}


.logos_section{
  background: #F6F7F8;
}

.logos_section .logo__item{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: #FFF;
  width: 190px;
  height: 200px;
  margin:15px;
  flex-shrink: 0;
  box-shadow: -1px 3px 19.8px 0px rgba(0, 0, 0, 0.12);
}

@media screen and (min-width: 768px) {
  .logos_section .logo__item{
    margin:15px 30px;
  }

}

.brand__section{
  background: #014B80;
}

.brand__section .slick-track{
  height: 100%;
}

.brand__section .subtitle{
  color: #fff;
}

.brand__section .brand__item{
    margin:15px;
  height: 100%;
  display: flex
;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {

  .brand__section .brand__item {
    margin: 20px;
  }
}

@media screen and (min-width: 1200px) {

  .brand__section .brand__item {
    margin: 26px;
  }
}


.form-body__loader{
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: rgba(225, 225, 225);
}


.form-loader {
  width: 60px;
  padding: 4px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--green);
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  --_m:
          conic-gradient(#0000 10%,#000),
          linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
}

@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}

/*# sourceMappingURL=whare.css.map */
