.hero {
  padding: 80px 0 50px 0;
  background-color: #f7f6ff;
}
.hero .text {
  text-align: center;
}
.hero .text h1 {
  width: 100%;
  max-width: 750px;
  margin: 0 auto 30px auto;
  font-size: 50px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .hero .text h1 {
    font-size: 32px;
  }
}
.hero .text h1 b, .hero .text h1 strong {
  color: #00A9FF;
  font-weight: 600;
}
.hero .text p {
  width: 100%;
  max-width: 750px;
  margin: 0 auto 16px auto;
}
.hero .text p:last-of-type {
  margin-bottom: 30px;
}
.hero .btns .btn {
  min-width: 275px;
  margin-bottom: 15px;
}

.text-section {
  padding: 50px 0;
}
.text-section .text {
  font-size: 20px;
}
.text-section .text p {
  margin-bottom: 30px;
  font-size: 20px;
}
.text-section .text ul, .text-section .text ol {
  margin-bottom: 30px;
}
.text-section .text h1, .text-section .text h2, .text-section .text h3, .text-section .text h4, .text-section .text h5, .text-section .text h6 {
  margin: 30px 0;
  font-weight: 700;
}
.text-section .text h2 {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .text-section .text h2 {
    font-size: 27px;
  }
}
.text-section .text a {
  color: #00A9FF;
  text-decoration: underline;
}
.text-section .text blockquote p {
  font-size: 22px;
  font-weight: 400;
}

.faq {
  padding: 50px 0;
}
.faq .text h2 {
  margin-bottom: 30px;
  font-size: 45px;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .faq .text h2 {
    font-size: 32px;
  }
}
.faq .text p {
  margin-bottom: 30px;
}
.faq .text h3 {
  color: #00A9FF;
}
.faq .btns .btn {
  min-width: 275px;
  margin-bottom: 15px;
}

.services {
  padding: 50px 0;
}
.services .row {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .services .row {
    flex-wrap: wrap;
  }
}
.services .row:nth-of-type(even) .col:first-child {
  order: 2;
}
@media only screen and (max-width: 768px) {
  .services .row:nth-of-type(even) .col:first-child {
    order: 1;
  }
}
.services .row:nth-of-type(even) .col:nth-of-type(2) {
  order: 1;
}
@media only screen and (max-width: 768px) {
  .services .row:nth-of-type(even) .col:nth-of-type(2) {
    order: 2;
  }
}
.services .row.top .col, .services .row.bottom .col {
  max-width: 100%;
}
.services .row.top .col .text, .services .row.bottom .col .text {
  text-align: center;
}
.services .row.top .col .text h2, .services .row.bottom .col .text h2 {
  max-width: 100%;
  margin-bottom: 30px;
  font-size: 45px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .services .row.top .col .text h2, .services .row.bottom .col .text h2 {
    font-size: 32px;
  }
}
.services .row.top .col .text p, .services .row.bottom .col .text p {
  max-width: 100%;
}
.services .row .col {
  width: 100%;
  max-width: 50%;
}
@media only screen and (max-width: 768px) {
  .services .row .col {
    max-width: 100%;
  }
}
.services .row .col .image {
  text-align: center;
}
.services .row .col .image img {
  max-width: 360px;
}
.services .row .col .text h2 {
  width: 100%;
  max-width: 450px;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .services .row .col .text h2 {
    font-size: 28px;
  }
}
.services .row .col .text h2 b, .services .row .col .text h2 strong {
  color: #00A9FF;
  font-weight: 600;
}
.services .row .col .text p {
  width: 100%;
  max-width: 450px;
}

.about {
  padding: 50px 0;
  background-color: #f7f6ff;
}
.about .text {
  text-align: center;
}
.about .text h2 {
  margin-bottom: 30px;
  font-size: 45px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .about .text h2 {
    font-size: 32px;
  }
}
.about .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .about .flex {
    flex-direction: column;
  }
}
.about .flex .col {
  width: 33.3%;
}
@media only screen and (max-width: 768px) {
  .about .flex .col {
    width: 100%;
  }
}
.about .flex .col .item {
  text-align: center;
  margin-bottom: 50px;
}
.about .flex .col .item .icon {
  margin-bottom: 16px;
  height: 110px;
}
.about .flex .col .item .icon img {
  height: inherit;
}
.about .flex .col .item h3 {
  margin-bottom: 30px;
  color: #00A9FF;
  font-size: 32px;
  font-weight: 600;
}
.about .flex .col .item p {
  width: 100%;
  max-width: 245px;
  margin: 0 auto 16px auto;
}
@media only screen and (max-width: 768px) {
  .about .flex .col .item p {
    max-width: 100%;
  }
}
.about .btns .btn {
  min-width: 275px;
  margin-bottom: 15px;
}

.customers-carousel {
  padding: 50px 0;
  background-color: #f7f6ff;
}
.customers-carousel .text {
  text-align: center;
}
.customers-carousel .text h2 {
  margin-bottom: 30px;
  font-size: 45px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .customers-carousel .text h2 {
    font-size: 32px;
  }
}
.customers-carousel .text h3 {
  margin-bottom: 30px;
  font-size: 27px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .customers-carousel .text h3 {
    font-size: 24px;
  }
}
.customers-carousel .reviews {
  margin-bottom: 50px;
}
.customers-carousel .reviews .flex {
  display: flex;
  background-color: white;
  width: 100%;
  max-width: 870px;
  box-shadow: rgba(245, 245, 245, 0.6) 0px 1px 12px 7px;
  margin: 0 auto 20px auto;
  border-radius: 10px;
  padding: 15px 30px;
}
@media only screen and (max-width: 768px) {
  .customers-carousel .reviews .flex {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .customers-carousel .reviews .flex .item {
    width: 100%;
  }
}
.customers-carousel .reviews .flex .item:first-child {
  margin-right: 30px;
  min-width: 220px;
}
@media only screen and (max-width: 768px) {
  .customers-carousel .reviews .flex .item:first-child {
    margin: 0 0 15px 0;
    min-width: auto;
  }
}
.customers-carousel .reviews .flex .item .info .avatar {
  margin-bottom: 5px;
}
.customers-carousel .reviews .flex .item .info .avatar img {
  height: 63px;
  width: auto;
  border-radius: 50%;
}
.customers-carousel .reviews .flex .item .info h4 {
  margin: 0 0 5px 0;
  font-size: 14px;
  font-weight: 700;
}
.customers-carousel .reviews .flex .item .info h5 {
  margin: 0 0 5px 0;
  font-size: 13px;
  font-weight: 300;
}
.customers-carousel .reviews .flex .item .info .rating {
  color: rgb(229, 165, 11);
  font-size: 20px;
  letter-spacing: 2px;
}
.customers-carousel .reviews .flex .item .text p {
  text-align: left;
  font-size: 14px;
}
.customers-carousel .reviews .flex .item .text i, .customers-carousel .reviews .flex .item .text em {
  font-size: 18px;
}
.customers-carousel .reviews .flex .item .text .btn-wrap {
  text-align: right;
}
.customers-carousel .reviews .flex .item .text .btn-wrap a {
  color: rgb(40, 38, 38);
  font-size: 17px;
}
.customers-carousel .reviews .flex .item .text .btn-wrap a:hover {
  text-decoration: underline;
}
.customers-carousel .more {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .customers-carousel .more {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .customers-carousel .more .item {
    margin-bottom: 15px;
    text-align: center;
  }
}
.customers-carousel .more .item img, .customers-carousel .more .item svg {
  height: 60px;
}
.customers-carousel .btns .btn {
  min-width: 275px;
  margin-bottom: 15px;
}

/*# sourceMappingURL=flexible-content.css.map */
