.elementor-5943 .elementor-element.elementor-element-d0713d6{--display:flex;--min-height:50vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5943 .elementor-element.elementor-element-5e5510e{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overflow:hidden;}.elementor-5943 .elementor-element.elementor-element-d822d6c{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family );font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-5943 .elementor-element.elementor-element-9f761ca .elementor-heading-title{font-family:"Manrope";font-size:48px;font-weight:400;line-height:64px;color:var( --e-global-color-b7a30d1 );}.elementor-5943 .elementor-element.elementor-element-6537bd8 .elementor-heading-title{font-family:"Manrope";font-size:20px;font-weight:400;line-height:30px;color:var( --e-global-color-text );}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-5943 .elementor-element.elementor-element-9f761ca .elementor-heading-title{font-size:30px;line-height:37px;}.elementor-5943 .elementor-element.elementor-element-6537bd8 .elementor-heading-title{font-size:16px;line-height:1.5em;}}/* Start custom CSS for html, class: .elementor-element-7dcb174 */.cards-section {
  height: 100vh;
  /*overflow: hidden;*/
  display: flex;
  align-items: center;
  background: #f5f5f5;
  /*overflow: visible;*/
}

.cards-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 60px;
  transition: gap 0.3s ease;
}

/* CARD */
.card {
  width: 320px;
  height: 320px;
  border-radius: 20px;
  background: #111;
  color: #fff;
  flex-shrink: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  will-change: width, transform;
}

/* Inner wrapper prevents content squish */
.card-inner {
  width: 320px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}/* End custom CSS */