.nunito, .nunito-900, .nunito-800, .nunito-700, .nunito-600, .nunito-500, .nunito-400, .nunito-300, .nunito-200, .nunito-100 {
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
}

.nunito-100 {
  font-weight: 100;
}

.nunito-200 {
  font-weight: 200;
}

.nunito-300 {
  font-weight: 300;
}

.nunito-400 {
  font-weight: 400;
}

.nunito-500 {
  font-weight: 500;
}

.nunito-600 {
  font-weight: 600;
}

.nunito-700 {
  font-weight: 700;
}

.nunito-800 {
  font-weight: 800;
}

.nunito-900 {
  font-weight: 900;
}

.roboto, .roboto-900, .roboto-800, .roboto-700, .roboto-600, .roboto-500, .roboto-400, .roboto-300, .roboto-200, .roboto-100 {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
}

.roboto-100 {
  font-weight: 100;
}

.roboto-200 {
  font-weight: 200;
}

.roboto-300 {
  font-weight: 300;
}

.roboto-400 {
  font-weight: 400;
}

.roboto-500 {
  font-weight: 500;
}

.roboto-600 {
  font-weight: 600;
}

.roboto-700 {
  font-weight: 700;
}

.roboto-800 {
  font-weight: 800;
}

.roboto-900 {
  font-weight: 900;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #111111;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  margin-bottom: 1rem;
  line-height: 1.3;
}

h1 {
  font-size: 3.125rem;
}

h2 {
  font-size: 2.375rem;
}

label {
  font-weight: bold;
  font-size: 1rem;
  font-family: "Nunito", sans-serif;
}

input, select, textarea {
  border: 1px solid white !important;
  background-color: white;
  border-radius: 99px !important;
  box-shadow: 0 0 !important;
  height: 3.125rem !important;
  padding: 0 1.375rem !important;
  font-size: 1rem !important;
  font-family: "Roboto", sans-serif !important;
}

textarea {
  height: auto !important;
  resize: vertical;
  padding: 1.375rem !important;
  border-radius: 1rem !important;
}

.grid-container {
  max-width: 1160px;
}

.btn, .app-header__mobile {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.5rem;
  font-family: "Nunito", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  background-color: #111111;
  border: none;
  border-radius: 99px;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  box-sizing: border-box;
  transition: all 0.3s ease;
  position: relative;
}
.btn.btn-secondary, .btn-secondary.app-header__mobile {
  background-color: #C4C9CC;
  color: #111111;
}
.btn.btn-green, .btn-green.app-header__mobile {
  background-color: #073D44;
  color: #ECEFF1;
}
.btn.btn-green:hover, .btn-green.app-header__mobile:hover {
  background-color: hsl(186.8852459016, 81.3333333333%, -25.2941176471%);
  color: #ECEFF1;
}
.btn.btn-yellow, .btn-yellow.app-header__mobile {
  background-color: #F1C40F;
  color: #111111;
}
.btn.btn-yellow:hover, .btn-yellow.app-header__mobile:hover {
  background-color: rgb(49.1338582677, 39.9212598425, 2.8661417323);
  color: #ECEFF1;
}
.btn.btn-outline, .btn-outline.app-header__mobile {
  background-color: transparent;
  border: 1px solid #111111;
  color: #111111;
}
.btn.btn-outline:hover, .btn-outline.app-header__mobile:hover {
  background-color: #111111;
}
.btn > svg:last-child, .app-header__mobile > svg:last-child {
  margin-left: 1.5rem;
}
.btn:hover, .app-header__mobile:hover, .btn:focus, .app-header__mobile:focus, .btn:active, .app-header__mobile:active {
  background-color: #444444;
  color: #ECEFF1;
  transform: translateY(-10%);
}

.ul-reset, .app-footer__content .bottom-links > ul, .app-footer__content .social, .app-header__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.owl-carousel-nav, .main-services .services-carousel.owl-carousel .owl-nav, .main-banner__images.owl-carousel .owl-nav {
  pointer-events: none;
}
.owl-carousel-nav.disabled, .main-services .services-carousel.owl-carousel .disabled.owl-nav, .main-banner__images.owl-carousel .disabled.owl-nav {
  display: none;
}
.owl-carousel-nav > button, .main-services .services-carousel.owl-carousel .owl-nav > button, .main-banner__images.owl-carousel .owl-nav > button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.625rem;
  height: 3.625rem;
  font-size: 1.2083333333rem;
  line-height: 1;
  border-radius: 50%;
  background-color: white;
  color: #111111;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
  transition: all 0.3s ease;
  pointer-events: auto;
  cursor: pointer;
}
.owl-carousel-nav > button:hover, .main-services .services-carousel.owl-carousel .owl-nav > button:hover, .main-banner__images.owl-carousel .owl-nav > button:hover {
  transform: scale(1.2);
}
.owl-carousel-nav > button.disabled, .main-services .services-carousel.owl-carousel .owl-nav > button.disabled, .main-banner__images.owl-carousel .owl-nav > button.disabled {
  opacity: 0;
  pointer-events: none;
}
.owl-carousel-nav > button.owl-next, .main-services .services-carousel.owl-carousel .owl-nav > button.owl-next, .main-banner__images.owl-carousel .owl-nav > button.owl-next {
  margin-right: -2.5892857143rem;
}
.owl-carousel-nav > button.owl-prev, .main-services .services-carousel.owl-carousel .owl-nav > button.owl-prev, .main-banner__images.owl-carousel .owl-nav > button.owl-prev {
  margin-left: -2.5892857143rem;
}
@media (max-width: 1160px) {
  .owl-carousel-nav > button, .main-services .services-carousel.owl-carousel .owl-nav > button, .main-banner__images.owl-carousel .owl-nav > button {
    transform: scale(0.7);
  }
  .owl-carousel-nav > button.owl-next, .main-services .services-carousel.owl-carousel .owl-nav > button.owl-next, .main-banner__images.owl-carousel .owl-nav > button.owl-next {
    margin-right: -15px;
  }
  .owl-carousel-nav > button.owl-prev, .main-services .services-carousel.owl-carousel .owl-nav > button.owl-prev, .main-banner__images.owl-carousel .owl-nav > button.owl-prev {
    margin-left: -15px;
  }
}

.owl-carousel-dots, .main-services .services-carousel.owl-carousel .owl-dots, .main-clients .clients-carousel.owl-carousel .owl-dots {
  display: flex;
  gap: 8px;
  pointer-events: none;
}
.owl-carousel-dots.disabled, .main-services .services-carousel.owl-carousel .disabled.owl-dots, .main-clients .clients-carousel.owl-carousel .disabled.owl-dots {
  display: none;
}
.owl-carousel-dots .owl-dot, .main-services .services-carousel.owl-carousel .owl-dots .owl-dot, .main-clients .clients-carousel.owl-carousel .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  background-color: #C4C9CC;
  border-radius: 99px;
  transition: all 0.3s ease;
  pointer-events: auto;
  cursor: pointer;
}
.owl-carousel-dots .owl-dot:hover, .main-services .services-carousel.owl-carousel .owl-dots .owl-dot:hover, .main-clients .clients-carousel.owl-carousel .owl-dots .owl-dot:hover {
  background-color: rgb(168.6454545455, 175.9636363636, 180.3545454545);
}
.owl-carousel-dots .owl-dot.active, .main-services .services-carousel.owl-carousel .owl-dots .owl-dot.active, .main-clients .clients-carousel.owl-carousel .owl-dots .owl-dot.active {
  width: 36px;
  background-color: #111111;
}

.app-header {
  padding: 1.875rem 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  width: 100%;
  background-color: transparent;
  transition: all 0.3s ease;
}
.app-header__logo {
  display: block;
  max-width: 14.875rem;
  transition: max-width 0.3s ease;
}
@media (max-width: 1024px) {
  .app-header__logo {
    max-width: 11.25rem;
  }
}
.app-header.active {
  padding: 0.5rem 0;
  background-color: rgba(236, 239, 241, 0.9);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.app-header.active .app-header__logo {
  max-width: 11.25rem;
}
.app-header__nav ul {
  display: flex;
  align-items: start;
  justify-content: end;
  gap: 0.625rem;
}
.app-header__nav ul > li > a {
  font-family: "Nunito", sans-serif;
  font-weight: bold;
  color: rgb(168.6454545455, 175.9636363636, 180.3545454545);
}
.app-header__nav ul > li.active > a {
  color: #111111;
}
.app-header__nav ul > li:after {
  content: "";
  display: inline-block;
  width: 0.25rem;
  height: 0.25rem;
  background-color: #C4C9CC;
  border-radius: 50%;
  margin-left: 0.625rem;
  transform: translateY(-50%);
}
.app-header__nav ul > li:last-child:after {
  display: none;
}
@media (max-width: 1024px) {
  .app-header__nav {
    display: none;
  }
}
.app-header__mobile {
  display: none;
  float: right;
  gap: 0.5rem;
}
@media (max-width: 1024px) {
  .app-header__mobile {
    display: flex;
  }
}

.app-main {
  position: relative;
}

.main-bg {
  position: relative;
  background: #ECEFF1;
  background: linear-gradient(135deg, #eceff1 0%, white 100%);
  padding-top: 7rem;
}

.main-banner {
  padding: 1.875rem 0;
}
.main-banner__content {
  padding: 1.875rem 0 5.625rem;
  position: relative;
  z-index: 2;
  box-sizing: content-box;
}
.main-banner__content .subtitle {
  font-family: "Nunito", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.main-banner__content h1 {
  margin-bottom: 1rem;
}
.main-banner__content p {
  font-size: 1.125rem;
  margin-bottom: 1.875rem;
}
.main-banner__content .actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 1024px) {
  .main-banner__content .subtitle {
    font-size: 1.25rem;
  }
  .main-banner__content h1 {
    font-size: 2rem;
  }
}
@media (max-width: 640px) {
  .main-banner__content {
    padding-top: 0;
  }
}
.main-banner__images {
  height: 100%;
}
.main-banner__images .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 1rem;
}
.main-banner__images.owl-carousel .owl-stage-outer {
  height: 100%;
  overflow: visible;
}
@media (max-width: 1160px) {
  .main-banner__images.owl-carousel .owl-stage-outer {
    overflow: hidden;
  }
}
.main-banner__images.owl-carousel .owl-stage-outer .owl-stage {
  height: 100%;
}
.main-banner__images.owl-carousel .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.main-banner__images.owl-carousel .owl-stage-outer .owl-stage .owl-item.is-right {
  opacity: 0.2;
}
.main-banner__images.owl-carousel .owl-stage-outer .owl-stage .owl-item.active {
  opacity: 1;
}
.main-banner__images.owl-carousel .owl-nav {
  position: absolute;
  width: 100%;
  bottom: 1.875rem;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: end;
}
.main-banner__images.owl-carousel .owl-nav .owl-prev {
  display: none;
}
@media (max-width: 640px) {
  .main-banner__images {
    height: 60vw;
    margin-top: 1.875rem;
  }
}

#main-banner-dots {
  position: absolute;
  margin-top: -2rem;
  z-index: 20;
}

.main-clients {
  margin: 3.75rem 0;
}
.main-clients .clients-carousel.owl-carousel .owl-stage-outer .owl-stage {
  align-items: center;
  display: flex;
}
.main-clients .clients-carousel.owl-carousel .owl-dots {
  justify-content: start;
  margin-top: 1.875rem;
}

.main-services {
  margin: 3.75rem 0;
}
.main-services .services-carousel.owl-carousel {
  position: relative;
}
.main-services .services-carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}
@media (max-width: 1160px) {
  .main-services .services-carousel.owl-carousel .owl-stage-outer {
    overflow: hidden;
  }
}
.main-services .services-carousel.owl-carousel .owl-stage-outer .owl-stage .owl-item {
  opacity: 0.2;
  transition: opacity 0.3s ease;
}
.main-services .services-carousel.owl-carousel .owl-stage-outer .owl-stage .owl-item.active {
  opacity: 1;
}
.main-services .services-carousel.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-services .services-carousel.owl-carousel .owl-dots {
  justify-content: start;
  margin-top: 1.875rem;
}

.service-card {
  background-color: #ECEFF1;
  padding: 1.875rem;
  border-radius: 1rem;
}
.service-card .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  width: 3.75rem;
  height: 3.75rem;
  margin-bottom: 1rem;
  color: #ECEFF1;
  background-color: #111111;
  border-radius: 1rem;
}
.service-card h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.service-card p {
  margin: 0;
}

.main-features {
  margin: 3.75rem 0 0;
  padding: 0 0 3.75rem;
}
.main-features__header p {
  text-align: right;
}
@media (max-width: 640px) {
  .main-features__header p {
    text-align: left;
  }
}

.feature-card {
  background-color: #ECEFF1;
  border-radius: 1rem;
}
.feature-card__header {
  background-color: #C4C9CC;
  border-radius: 1rem;
  display: flex;
  min-height: 16rem;
}
.feature-card__header > div {
  padding: 1.875rem;
}
.feature-card__header > div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.875rem;
}
.feature-card__header > div:first-child .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  width: 3.75rem;
  height: 3.75rem;
  color: #ECEFF1;
  background-color: #111111;
  border-radius: 1rem;
}
.feature-card__header > div:first-child h3 {
  margin: 0;
  font-size: 1.5rem;
}
.feature-card__header > div:last-child {
  background-color: rgb(182.3227272727, 188.4818181818, 192.1772727273);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 40%;
}
.feature-card__header > div:last-child .image {
  border-radius: 1rem;
  overflow: hidden;
}
.feature-card__content {
  padding: 1.875rem;
}
.feature-card__content p {
  margin: 0;
}
@media (max-width: 1024px) {
  .feature-card__header > div:last-child {
    padding: 1rem;
  }
}
@media (max-width: 640px) {
  .feature-card__header {
    flex-direction: column;
  }
  .feature-card__header > div:first-child {
    order: 2;
  }
  .feature-card__header > div:last-child {
    order: 1;
    flex: 0 0 auto;
    width: 100%;
  }
}

.main-techs {
  padding: 3.75rem 0;
  background-color: #111111;
  color: #ECEFF1;
}
@media (max-width: 640px) {
  .main-techs__image {
    margin-top: 1.875rem;
  }
}
.main-techs__numbers {
  display: flex;
  gap: 1.875rem;
  margin: 1.875rem 0;
}
.main-techs__numbers h4 {
  font-size: 3.125rem;
  margin: 0;
}
.main-techs__numbers h4 span {
  color: #F1C40F;
}
.main-techs__numbers p {
  margin: 0;
}

.main-numbers {
  background-color: #ECEFF1;
  padding: 3.75rem 0 0;
}
.main-numbers__header {
  margin-bottom: 1.875rem;
}
.main-numbers__header h2 {
  margin: 0;
}
.main-numbers__item h4 {
  font-size: 4rem;
  margin: 0;
}
.main-numbers__item p {
  line-height: 1.2;
  margin: 0;
}
@media (max-width: 1024px) {
  .main-numbers__item h4 {
    font-size: 2rem;
  }
  .main-numbers__item p {
    font-size: 0.875rem;
  }
}

.testimonials-carousel {
  background-color: white;
  border-radius: 1rem 1rem 0 0;
}
.testimonials-carousel.owl-carousel {
  position: relative;
}
.testimonials-carousel.owl-carousel .owl-nav {
  position: absolute;
  bottom: 1.875rem;
  left: 0;
  margin-left: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  min-width: 60px;
}
.testimonials-carousel.owl-carousel .owl-nav > button {
  font-size: 1.25rem;
  color: #C4C9CC;
}
.testimonials-carousel.owl-carousel .owl-nav > button:hover {
  color: #111111;
}

.testimonial-card {
  padding: 1.875rem;
}
.testimonial-card__author {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 1rem;
}
.testimonial-card__author img {
  border-radius: 50%;
  max-width: 3.75rem;
}
.testimonial-card__author h4 {
  margin: 0;
  font-size: 1.25rem;
}
.testimonial-card__author h5 {
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
}
.testimonial-card p {
  font-size: 1.125rem;
  margin: 0;
}

.main-contact {
  margin: 3.75rem 0;
}
.main-contact__header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  background-color: #ECEFF1;
  padding: 1.875rem;
  border-radius: 1rem;
  height: 100%;
}
.main-contact__header h2 {
  margin: 0;
}
.main-contact__header p {
  margin: 0;
}
.main-contact__form {
  background-color: #ECEFF1;
  padding: 1.875rem;
  border-radius: 1rem;
}

.app-footer {
  background-color: #111111;
  color: #ECEFF1;
}
.app-footer__cta {
  padding: 1.875rem 0;
  border-bottom: 1px solid rgb(42.5, 42.5, 42.5);
}
.app-footer__cta .actions {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 1rem;
}
@media (max-width: 640px) {
  .app-footer__cta {
    text-align: center;
  }
  .app-footer__cta .actions {
    justify-content: center;
  }
}
.app-footer__content {
  padding: 1.875rem 0 0;
  text-align: center;
}
.app-footer__content .logo {
  display: inline-block;
  margin-bottom: 1rem;
  max-width: 11.875rem;
}
.app-footer__content .social {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 0.5rem;
}
.app-footer__content .social > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  background-color: #C4C9CC;
  color: #111111;
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
}
.app-footer__content .copyright {
  opacity: 0.5;
  font-size: 0.875rem;
  text-align: left;
}
.app-footer__content .bottom-links > ul {
  text-align: right;
}
.app-footer__content .bottom-links > ul > li {
  display: inline-block;
  margin-right: 1rem;
}
.app-footer__content .bottom-links > ul > li:last-child {
  margin-right: 0;
}
.app-footer__content .bottom-links > ul > li > a {
  font-size: 0.875rem;
  color: #ECEFF1;
  opacity: 0.5;
}
.app-footer__content .bottom-links > ul > li > a:hover {
  opacity: 1;
}
@media (max-width: 640px) {
  .app-footer__content {
    text-align: center;
  }
  .app-footer__content .social {
    justify-content: center;
  }
  .app-footer__content .copyright {
    text-align: center;
  }
  .app-footer__content .bottom-links > ul {
    text-align: center;
  }
}

@media (max-width: 1024px) {
  body.menu-open {
    overflow: hidden;
  }
  .app-header__nav {
    display: none;
    position: fixed;
    inset: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(17, 17, 17, 0.96);
    z-index: 9100;
    padding: 3.75rem 1.875rem 1.875rem;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1.875rem;
  }
  .app-header__nav ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
  }
  .app-header__nav ul > li:after {
    display: none;
  }
  .app-header__nav ul > li > a {
    color: #ECEFF1;
    font-size: 1.375rem;
  }
  .app-header__nav ul > li.active > a {
    color: #F1C40F;
  }
  body.menu-open .app-header__nav {
    display: flex;
  }
  body.menu-open .app-header.active {
    background-color: transparent;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
}/*# sourceMappingURL=main.css.map */