/*!**************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./css/main.scss ***!
  \**************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
}

.main-layout {
  min-height: 100vh;
  min-height: 100dvh;
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
}

body {
  overflow-x: hidden;
  background: #f2f7fb;
  font-family: system-ui, sans-serif;
}

img,
svg,
video {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

p {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 1rem;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
}

.center-both {
  display: flex;
  justify-content: center;
  align-items: center;
}

.center-x {
  display: flex;
  justify-content: center;
}

.center-y {
  display: flex;
  align-items: center;
}

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

.t-center {
  text-align: center;
}

.heading {
  font-size: 2.074rem;
  font-family: Avenir, Montserrat, Corbel, "URW Gothic", source-sans-pro, sans-serif;
  font-weight: 500;
  margin-top: 2rem;
}

.headline {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
.headline--large {
  font-size: 3.6rem;
  /*@include atSmall {
    font-size: 6.25rem;
  }*/
}
.headline--large-medium {
  font-size: 5rem;
  margin: 0 0 1rem 0;
}
.headline--medium {
  font-size: 1.9rem;
  margin-bottom: 0.75rem;
  /*@include atSmall {
    font-size: 3.125rem;
  }*/
}
.headline--small-plus {
  font-family: "Poppins", sans-serif;
  font-size: 1.6875rem;
  font-weight: 400;
  margin-bottom: 1.9rem;
}
.headline--small {
  font-size: 1.2rem;
  margin-bottom: 1.9rem;
  /*@include atSmall {
    font-size: 1.6875rem;
  }*/
}
.headline--smaller {
  font-size: 1.5rem;
}
.headline--tiny {
  font-family: "Poppins", sans-serif;
  font-size: 1.3875rem;
  margin-bottom: 0.25rem;
}
.headline--post-title a {
  text-decoration: none;
}
.headline--post-title a:hover {
  text-decoration: underline;
}

@keyframes fromLeft {
  from {
    translatex: -100%;
    opacity: 0;
  }
  to {
    translatex: 0;
    opacity: 1;
  }
}
@keyframes fromRight {
  from {
    translatex: 100%;
    opacity: 0;
  }
  to {
    translatex: 0;
    opacity: 1;
  }
}
.btn {
  color: #fefefe;
  background-color: #d46600;
  border: 0;
  border-radius: 1.5rem;
  font-size: 1rem;
  padding: 0.5rem 1.5rem;
}
.btn:hover {
  cursor: pointer;
  background-color: orangered;
}
.btn:active {
  transform: translateY(0.4rem);
}

.btn-whatsapp {
  background-color: #25d366;
  font-weight: 700;
  border: 0.3rem solid #fefefe;
}
.btn-whatsapp:active {
  background-color: #075e54;
}

.btn-service {
  background-color: #d46600;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 5rem;
  border-radius: 5px;
}
.btn-service:active {
  transform: translateX(0.4rem);
}

.btn-contact {
  padding: 0.3rem 2rem 0.4rem;
}

.carousel {
  position: relative;
}
.carousel .prev {
  left: -40px;
}
.carousel .next {
  right: -40px;
}
.carousel-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
}
.carousel-track {
  list-style: none;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  gap: 0.5rem;
  overflow: hidden;
}
.carousel-track__slide {
  display: grid;
  grid-auto-flow: column;
  gap: 0.5rem;
  grid-auto-columns: 1fr;
}
.carousel-track__slide img {
  width: 85%;
}
.carousel-nav {
  display: flex;
  justify-content: center;
}
.carousel-nav__indicator {
  color: #fefefe;
  margin-right: 1rem;
  border-radius: 100%;
  padding: 0.5rem;
  border: 0;
}
.carousel-nav__indicator:active {
  border: none;
}
.carousel-nav__indicator:last-child {
  margin-right: 0;
}

.front-blogs {
  display: flex;
}
.footer {
  background-color: #3a3a3a;
  display: flex;
  flex-direction: column;
  color: #fefefe;
}
@media (width <= 640px) {
  .footer {
    font-size: 0.694rem;
  }
}
.footer-links {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.footer-links__col {
  width: 50%;
  display: flex;
  justify-content: center;
}
.footer-links a {
  color: #fefefe;
}
.footer-bottom {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  padding: 0.5rem 0;
}
.footer-bottom__trademark a {
  color: #fefefe;
}
.footer-bottom__trademark a:hover {
  text-decoration: underline;
}

.section-form {
  background-color: #fefefe;
  padding: 7rem;
}
@media (width <= 640px) {
  .section-form {
    padding: 4rem 1rem;
  }
}
@media (width > 640px) and (width <= 768px) {
  .section-form {
    margin: 4rem 1rem;
  }
}
@media (width > 768px) and (width <= 1024px) {
  .section-form {
    margin: 4rem 1rem;
  }
}
.section-form .form {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-form .form-heading {
  margin: 2rem;
}
.section-form .form-form {
  display: flex;
  justify-content: center;
  align-items: center;
}

.generic-content {
  /*@include atSmall {
    h1 {
      font-size: 6.25rem;
    }
    h2 {
      font-size: 5rem;
    }
    h3 {
      font-size: 3.125rem;
    }
    h4 {
      font-size: 2.4rem;
    }
    h5 {
      font-size: 1.9rem;
    }
    h6 {
      font-size: 1.15rem;
    }
  }*/
}
.generic-content p,
.generic-content li {
  font-size: 1.15rem;
}
.generic-content blockquote,
.generic-content blockquote p {
  font-size: 1.5rem;
  font-style: italic;
}
.generic-content h1,
.generic-content h2,
.generic-content h3,
.generic-content h4,
.generic-content h5,
.generic-content h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 1rem;
}
.generic-content h1 {
  font-size: 3.6rem;
}
.generic-content h2 {
  font-size: 3.1rem;
}
.generic-content h3 {
  font-size: 2.6rem;
}
.generic-content h4 {
  font-size: 2.1rem;
}
.generic-content h5 {
  font-size: 1.6rem;
}
.generic-content h6 {
  font-size: 1.15rem;
}

.header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  padding: 2rem;
  z-index: 100;
}
.header-logo__box {
  color: #fefefe;
  font-size: 2.986rem;
}
@media (width <= 640px) {
  .header-logo__box {
    font-size: 1.728rem;
  }
}
@media (width > 640px) and (width <= 768px) {
  .header-logo__box {
    font-size: 2.074rem;
  }
}
@media (width > 768px) and (width <= 1024px) {
  .header-logo__box {
    font-size: 2.488rem;
  }
}
.header-nav {
  display: flex;
  align-items: flex-end;
}
@media (width <= 640px) {
  .header-nav {
    justify-content: flex-end;
    align-items: center;
  }
}
@media (width > 640px) and (width <= 768px) {
  .header-nav {
    justify-content: flex-end;
    align-items: center;
  }
}
@media (width > 768px) and (width <= 1024px) {
  .header-nav {
    justify-content: flex-end;
    align-items: center;
  }
}
.header-nav .header-mobilenav {
  display: none;
}
@media (width <= 640px) {
  .header-nav .header-mobilenav {
    display: flex;
  }
}
@media (width > 640px) and (width <= 768px) {
  .header-nav .header-mobilenav {
    display: flex;
  }
}
@media (width > 768px) and (width <= 1024px) {
  .header-nav .header-mobilenav {
    display: flex;
  }
}
.header-nav .header-mobilenav__toggle {
  padding: 2em 1em;
  border: 0;
  border-radius: 0.25em 0 0 0.25em;
  background-color: inherit;
  z-index: 9999;
}
.header-nav .header-mobilenav__toggle:hover {
  cursor: pointer;
}
.header-nav .header-mobilenav__toggle .hamburger {
  display: block;
  position: relative;
  transition: all 0.4s ease;
}
.header-nav .header-mobilenav__toggle .hamburger, .header-nav .header-mobilenav__toggle .hamburger::before, .header-nav .header-mobilenav__toggle .hamburger::after {
  width: 2em;
  height: 3px;
  background: #fefefe;
}
.header-nav .header-mobilenav__toggle .hamburger::before, .header-nav .header-mobilenav__toggle .hamburger::after {
  content: "";
  position: absolute;
  right: 0;
}
.header-nav .header-mobilenav__toggle .hamburger::before {
  bottom: 9px;
}
.header-nav .header-mobilenav__toggle .hamburger::after {
  top: 9px;
}
.header-nav .header-mobilenav--active .hamburger {
  transform: rotate(135deg);
  background-color: #3a3a3a;
}
.header-nav .header-mobilenav--active .hamburger::before, .header-nav .header-mobilenav--active .hamburger::after {
  top: 0;
  background-color: #3a3a3a;
  transform: rotate(90deg);
}
.header-nav__menu {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  list-style: none;
}
@media (width <= 640px) {
  .header-nav__menu {
    display: none;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
  }
}
@media (width > 640px) and (width <= 768px) {
  .header-nav__menu {
    display: none;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
  }
}
@media (width > 768px) and (width <= 1024px) {
  .header-nav__menu {
    display: none;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
  }
}
.header-nav__menu .nav-menu__item a {
  text-decoration: none;
  font-size: 1.44rem;
  color: #fefefe;
}
@media (width > 1024px) and (width < 1280px) {
  .header-nav__menu .nav-menu__item a {
    font-size: 1.2rem;
  }
}
@media (width > 1280px) and (width < 1536px) {
  .header-nav__menu .nav-menu__item a {
    font-size: 1.2rem;
  }
}
@media (width <= 640px) {
  .header-nav__menu .nav-menu__item:last-child {
    margin-right: 0;
  }
}
@media (width > 640px) and (width <= 768px) {
  .header-nav__menu .nav-menu__item:last-child {
    margin-right: 0;
  }
}
@media (width > 768px) and (width <= 1024px) {
  .header-nav__menu .nav-menu__item:last-child {
    margin-right: 0;
  }
}
.header-nav__menu .nav-menu__item:not(:last-child) {
  margin-right: 12rem;
}
@media (width <= 640px) {
  .header-nav__menu .nav-menu__item:not(:last-child) {
    margin-right: 0;
  }
}
@media (width > 640px) and (width <= 768px) {
  .header-nav__menu .nav-menu__item:not(:last-child) {
    margin-right: 0;
  }
}
@media (width > 768px) and (width <= 1024px) {
  .header-nav__menu .nav-menu__item:not(:last-child) {
    margin-right: 0;
  }
}
@media (width > 1280px) and (width < 1536px) {
  .header-nav__menu .nav-menu__item:not(:last-child) {
    margin-right: 9rem;
  }
}
@media (width > 1024px) and (width < 1280px) {
  .header-nav__menu .nav-menu__item:not(:last-child) {
    margin-right: 6rem;
  }
}
@media (width <= 640px) {
  .header-nav__menu .nav-menu__item:not(:last-child) a {
    color: #4656e9;
  }
}
@media (width > 640px) and (width <= 768px) {
  .header-nav__menu .nav-menu__item:not(:last-child) a {
    color: #4656e9;
  }
}
@media (width > 768px) and (width <= 1024px) {
  .header-nav__menu .nav-menu__item:not(:last-child) a {
    color: #4656e9;
  }
}

.mobilenav {
  position: absolute;
  display: flex;
  background-color: #fefefe;
  left: 0;
  top: 0;
  min-width: 100vw;
  min-width: 100svw;
  min-height: 100vh;
  min-height: 100svh;
}

.section-banner {
  display: flex;
  background-color: #4656e9;
  padding: 8rem 2rem;
  justify-content: center;
  /*.banner-img {
    width: 30%;
    display: flex;
    justify-content: center;
    clip-path: polygon(1% 0, 100% 0, 100% 100%, 10% 100%);
  }*/
}
.section-banner .banner-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section-banner .banner-heading__text {
  color: #fefefe;
  text-align: center;
  font-size: 1.44rem;
  margin-bottom: 1.5rem;
}

.section-page {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  background: #f2f7fb;
}
.section-page .page-headingbox__title {
  margin-top: 0;
  font-weight: 500;
  font-size: 1.2rem;
  color: #3a3a3a;
}
@media (width <= 640px) {
  .section-page .page-headingbox__title {
    font-size: 1rem;
  }
}
.section-page .page-textbox {
  max-width: 100ch;
  text-align: justify;
}
.section-page .page-textbox__text {
  color: #3a3a3a;
  font-size: 0.694rem;
  line-height: 2.1;
}
@media (width <= 640px) {
  .section-page .page-textbox__text {
    font-size: 1rem;
  }
}

.section-price {
  background-color: #f2f7fb;
}
.section-price .price-group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 10rem;
  gap: 15rem;
}
@media (width <= 640px) {
  .section-price .price-group {
    grid-template-columns: repeat(1, 1fr);
    margin: 1rem;
    gap: 15rem;
  }
}
@media (width > 640px) and (width <= 768px) {
  .section-price .price-group {
    grid-template-columns: repeat(1, 1fr);
    margin: 1rem;
    gap: 15rem;
  }
}
.section-price .price-group .price-card {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 2rem;
  border-radius: 6rem;
  background-color: #fefefe;
}
.section-price .price-group .price-card:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 15px;
}
.section-price .price-group .price-card__title {
  align-self: center;
  font-size: 1rem;
  line-height: 2.5;
}
.section-price .price-group .price-card__body {
  display: flex;
  flex-direction: column;
  line-height: 2.2;
  height: 100%;
}
.section-price .price-group .price-card__amount {
  align-self: center;
  font-size: 1.728rem;
  font-weight: 500;
}
.section-price .price-group .price-card__list {
  margin: 2rem;
  height: 100%;
}
.section-price .price-group .price-card__list ul {
  list-style: none;
}
.section-price .price-group .price-card__list ul li {
  border-bottom: 2px solid #3a3a3a;
  padding: 2rem 0;
}
.section-price .price-group .price-card__list ul li:last-child {
  border: none;
}
.section-price .price-group .price-card__list ul li::before {
  content: "✓";
  padding-right: 5px;
}
.section-price .price-group .price-card__btn {
  align-self: center;
  background-color: #002db3;
  padding: 2rem 8rem;
}

.section-about {
  display: flex;
  background: #fefefe;
}
@media (width <= 640px) {
  .section-about {
    flex-direction: column;
  }
}
@media (width > 640px) and (width <= 768px) {
  .section-about {
    flex-direction: column;
  }
}
@media (width > 768px) and (width <= 1024px) {
  .section-about {
    flex-direction: column;
  }
}
.section-about .about-textbox {
  padding: 2rem;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (width > 1024px) and (width < 1280px) {
  .section-about .about-textbox {
    padding: 0 0 0 2.5rem;
  }
}
@media (width <= 640px) {
  .section-about .about-textbox {
    width: 100%;
    margin-bottom: 2rem;
  }
}
@media (width > 640px) and (width <= 768px) {
  .section-about .about-textbox {
    width: 100%;
    margin-bottom: 2rem;
  }
}
@media (width > 768px) and (width <= 1024px) {
  .section-about .about-textbox {
    width: 100%;
    margin-bottom: 2rem;
  }
}
@media (width > 1024px) and (width < 1280px) {
  .section-about .about-textbox__heading {
    margin-bottom: 1.5rem;
  }
}
.section-about .about-textbox__text {
  font-size: 1.2rem;
  line-height: 1.65;
}
.section-about .about-textbox__btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 4rem;
  margin-bottom: 1rem;
}
@media (width > 1024px) and (width < 1280px) {
  .section-about .about-textbox__btn {
    margin-top: 1rem;
  }
}
.section-about .about-imgbox {
  width: 50%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 12% 100%);
}
@media (width <= 640px) {
  .section-about .about-imgbox {
    width: 100%;
    clip-path: none;
  }
}
@media (width > 640px) and (width <= 768px) {
  .section-about .about-imgbox {
    width: 100%;
    clip-path: none;
  }
}
@media (width > 768px) and (width <= 1024px) {
  .section-about .about-imgbox {
    width: 100%;
    clip-path: none;
  }
}

.section-hero {
  display: flex;
  background-color: #4656e9;
}
@media (width <= 640px) {
  .section-hero {
    flex-direction: column;
    padding-bottom: 2rem;
  }
}
@media (width > 640px) and (width <= 768px) {
  .section-hero {
    flex-direction: column;
    padding-bottom: 2rem;
  }
}
@media (width > 768px) and (width <= 1024px) {
  .section-hero {
    flex-direction: column;
    padding-bottom: 2rem;
  }
}
.section-hero .hero-title {
  width: 35%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (width <= 640px) {
  .section-hero .hero-title {
    width: 100%;
  }
}
@media (width > 640px) and (width <= 768px) {
  .section-hero .hero-title {
    width: 100%;
  }
}
@media (width > 768px) and (width <= 1024px) {
  .section-hero .hero-title {
    width: 100%;
  }
}
.section-hero .hero-title__text {
  color: #fefefe;
  text-align: center;
}
@media (width <= 640px) {
  .section-hero .hero-title__text {
    display: flex;
    justify-content: center;
  }
}
@media (width > 640px) and (width <= 768px) {
  .section-hero .hero-title__text {
    display: flex;
    justify-content: center;
  }
}
@media (width > 768px) and (width <= 1024px) {
  .section-hero .hero-title__text {
    display: flex;
    justify-content: center;
  }
}
.section-hero .hero-title__text .hero-heading {
  font-size: 2.074rem;
  max-inline-size: 32ch;
  font-weight: 300;
  margin-top: 0;
}
@media (width > 1024px) and (width < 1280px) {
  .section-hero .hero-title__text .hero-heading {
    margin-top: 2rem;
    font-size: 1.728rem;
  }
}
@media (width <= 640px) {
  .section-hero .hero-title__text .hero-heading {
    font-size: 1.44rem;
    width: 100%;
  }
}
@media (width > 640px) and (width <= 768px) {
  .section-hero .hero-title__text .hero-heading {
    font-size: 1.44rem;
    width: 100%;
  }
}
@media (width > 768px) and (width <= 1024px) {
  .section-hero .hero-title__text .hero-heading {
    font-size: 1.44rem;
    width: 100%;
  }
}
@media (width > 1024px) and (width < 1280px) {
  .section-hero .hero-title__text .hero-heading {
    font-size: 1.44rem;
    width: 100%;
  }
}
.section-hero .hero-title__btn {
  width: 100%;
  display: flex;
  justify-content: center;
}
.section-hero .hero-imgbox {
  height: 100%;
  width: 65%;
  display: flex;
  clip-path: polygon(1% 0, 100% 0, 100% 100%, 10% 100%);
}
@media (width <= 640px) {
  .section-hero .hero-imgbox {
    order: -1;
    width: 100%;
    clip-path: none;
    padding: 0 0 1rem;
  }
  .section-hero .hero-imgbox img {
    border-radius: 0 0 2rem 2rem;
  }
}
@media (width > 640px) and (width <= 768px) {
  .section-hero .hero-imgbox {
    order: -1;
    width: 100%;
    clip-path: none;
    padding: 0 0 1rem;
  }
  .section-hero .hero-imgbox img {
    border-radius: 0 0 2rem 2rem;
  }
}
@media (width > 768px) and (width <= 1024px) {
  .section-hero .hero-imgbox {
    order: -1;
    width: 100%;
    clip-path: none;
    padding: 0 0 1rem;
  }
  .section-hero .hero-imgbox img {
    border-radius: 0 0 2rem 2rem;
  }
}

.section-portfolio {
  padding: 11em;
  background: url(images/fpportfolio.a69a1c85.jpg) center no-repeat;
  background-size: cover;
  background-color: #fefefe;
}

.section-services {
  background-color: rgba(70, 86, 233, 0.005);
}
.section-services .services-group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
  margin: 7rem 2rem;
  gap: 2rem;
}
@media (width <= 640px) {
  .section-services .services-group {
    margin: 4rem 1rem;
  }
}
@media (width > 640px) and (width <= 768px) {
  .section-services .services-group {
    margin: 4rem 1rem;
  }
}
@media (width > 768px) and (width <= 1024px) {
  .section-services .services-group {
    margin: 4rem 1rem;
  }
}
.section-services .services-group__card {
  background-color: #fafbff;
  display: flex;
  align-content: center;
  justify-content: center;
  padding: 3rem 1.5rem;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 2px 0px;
}
.section-services .services-group .service-link {
  color: #3a3a3a;
}
.section-services .services-group .service {
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #3a3a3a;
}
.section-services .services-group .service-imgbox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-services .services-group .service-title {
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-services .services-group .service-title__heading {
  font-weight: 400;
  font-size: 1.728rem;
  color: #3a3a3a;
}
.section-services .services-group .service-body {
  height: 100%;
  font-size: 1.2rem;
  line-height: 1.65;
  color: #3a3a3a;
  padding: 2rem 0;
}
.section-services .services-group .service-btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.section-testimonials {
  margin: 10rem 0;
  background-color: rgba(70, 86, 233, 0.005);
}
.section-testimonials .testimonials-group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem;
  margin: 15rem 5rem 0;
}
@media (width <= 640px) {
  .section-testimonials .testimonials-group {
    grid-template-columns: repeat(1, 1fr);
    margin: 3rem 2rem 0;
    gap: 6rem;
  }
}
.section-testimonials .testimonials-group__card {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fafbff;
  border-radius: 10rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px;
}
.section-testimonials .testimonials-group__card .test {
  display: flex;
  flex-direction: column;
  color: #3a3a3a;
}
.section-testimonials .testimonials-group__card .test-title {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.section-testimonials .testimonials-group__card .test-title__name {
  font-size: 2.5rem;
  padding: 1rem;
}
.section-testimonials .testimonials-group__card .test-title__org {
  font-size: 2.3rem;
  font-style: italic;
}
.section-testimonials .testimonials-group__card .test-review {
  padding: 2rem;
}
.section-testimonials .testimonials-group__card .test-stars {
  text-align: center;
  padding: 2rem;
}

@media (width <= 640px) {
  .section {
    flex-direction: column;
    justify-content: center;
  }
}
@media (width > 640px) and (width <= 768px) {
  .section {
    flex-direction: column;
    justify-content: center;
  }
}
.section-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
}
@media (width <= 640px) {
  .section-title {
    flex-direction: column;
    justify-content: center;
  }
}
@media (width > 640px) and (width <= 768px) {
  .section-title {
    flex-direction: column;
    justify-content: center;
  }
}
.section-headingbox {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (width <= 640px) {
  .section-headingbox {
    width: 100%;
    padding: 2rem;
  }
}
@media (width > 640px) and (width <= 768px) {
  .section-headingbox {
    width: 100%;
    padding: 2rem;
  }
}
@media (width <= 640px) {
  .section-headingbox__title {
    text-align: center;
    width: 100%;
  }
}
@media (width > 640px) and (width <= 768px) {
  .section-headingbox__title {
    text-align: center;
    width: 100%;
  }
}

.our-placeholder-block {
  padding: 20px;
  text-align: center;
  font-size: 1.65rem;
  background: linear-gradient(180deg, #dedede, #adadad);
}

.bckclr-white {
  background-color: #ededed;
}

.c-b {
  color: black !important;
}

.pageblock-editor {
  height: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2rem 4rem;
  background-color: #dedede;
  font-size: 1.5rem;
  margin: 2rem 0;
}

.overflow-hide {
  overflow: hidden;
}

.hiddenleft {
  opacity: 0;
  transform: translateX(-100%);
  transition: opacity 5s, transform 3s;
}

@media (prefers-reduced-motion) {
  .hiddenleft {
    transition: none;
  }
}
.showleft {
  opacity: 1;
  transform: translateX(0);
}

.nav-call {
  margin-bottom: 2rem;
}

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