.elementor-kit-12{--e-global-color-primary:#E51D27;--e-global-color-secondary:#000000;--e-global-color-text:#FFFFFF;--e-global-color-accent:#FFFFFF;--e-global-color-642613f:#272727;--e-global-color-aab4b52:#FFFFFF;--e-global-typography-primary-font-family:"Anton";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Rajdhani";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Barlow";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Barlow";--e-global-typography-accent-font-weight:500;}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.elementor-kit-12 a{color:var( --e-global-color-text );}.elementor-kit-12 a:hover{color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.acf-spec {
  width: 100%;
}

.acf-spec__table {
  width: 100%;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  position: relative;
  max-height: var(--closed-height, 320px);
  transition: max-height 0.35s ease;
}

.acf-spec.is-open .acf-spec__table {
  max-height: var(--open-height, 1200px);
}

.acf-spec:not(.is-open) .acf-spec__table::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 110px;
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
  pointer-events: none;
}

.acf-spec__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #e5e5e5;
}

.acf-spec__row:last-child {
  border-bottom: none;
}

.acf-spec__cell {
  padding: 24px;
  font-size: 18px;
  line-height: 1.4;
  color: #555;
}

.acf-spec__label {
  border-right: 1px solid #e5e5e5;
  font-weight: 400;
}

.acf-spec__value {
  font-weight: 700;
  color: #333;
}

.acf-spec__toggle {
  margin: 28px auto 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  color: #009fe3;
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
}

.acf-spec__arrow {
  display: inline-block;
  transition: transform 0.3s ease;
}

.acf-spec.is-open .acf-spec__arrow {
  transform: rotate(180deg);
}

@media (max-width: 767px) {
  .acf-spec__row {
    grid-template-columns: 1fr;
  }

  .acf-spec__label {
    border-right: none;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
  }

  .acf-spec__value {
    padding-top: 10px;
  }

  .acf-spec__cell {
    padding: 18px;
    font-size: 16px;
  }
}/* End custom CSS */