/* = = = = = = = PAGE V2 = = = = = = = */
/*GLOBAL*/
br.dynamic-break {
  display: none;
}

@media(max-width:48em){
  br.dynamic-break {
    display: block;
  }
}

/*HOME*/
.pd-square-pattern-bg .elementor-motion-effects-layer {
  --grid-size: 85px;
  background-image: linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px) !important;
  background-size: var(--grid-size) var(--grid-size) !important;
  background-repeat: repeat;
}
/* = = = = = = = END PAGES V2 = = = = = = = */

/* global */
.hero-subtitle {
  display: block;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 35px;
}

/* home page */
.hero-shape-img::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 545px;
  height: 545px;
  background: radial-gradient(#fff8d6 -65%, transparent 55%);
  border-radius: 100%;
  transform: translate(-50%, -50%) scale(.4);
  animation: grow 6s infinite linear;
}

.hero-shape-img img {
  position: relative;
  z-index: 10;
}

@keyframes grow {
  0% {
    transform: translate(-50%, -50%) scale(.75);
  }

  50% {
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    transform: translate(-50%, -50%) scale(.75);
  }
}

.differential-cards-wrap {
  column-gap: 25px !important;
}

.differential-cards-wrap>.elementor-element.e-con {
  width: calc(25% - 18.75px);
}

/* mobile */
@media(max-width:48em) {
  .differential-cards-wrap {
    row-gap: 25px !important;
  }

  .differential-cards-wrap>.elementor-element.e-con {
    width: 100%;
    height: unset;
  }

  .custom-member-title .elementor-image-box-wrapper {
    display: flex !important;
    align-items: center;
    gap: 5px;
  }
}