.elementor-15356 .elementor-element.elementor-element-c539d48{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-15356 .elementor-element.elementor-element-d7d84e8{width:100%;max-width:100%;}.elementor-15356 .elementor-element.elementor-element-d7d84e8.elementor-element{--align-self:stretch;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-15356 .elementor-element.elementor-element-c539d48{--width:100%;}}/* Start custom CSS for container, class: .elementor-element-c539d48 *//* BOTI'S FORM - FORCE CATEGORY CARDS TO STAY INSIDE FORM */

.device {
  width: 100% !important;
  max-width: 760px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  overflow: hidden !important;
}

.device .cats {
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  width: 100% !important;
  max-width: 100% !important;
}

.device .cat {
  display: flex !important;
  flex-direction: row !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
}

.device .cat .txt {
  min-width: 0 !important;
  flex: 1 1 auto !important;
}

.device .cat .name,
.device .cat .hint {
  white-space: normal !important;
}

/* Desktop */
@media (min-width: 768px) {
  .device {
    max-width: 680px !important;
  }
}

/* Phone */
@media (max-width: 767px) {
  .device {
    max-width: 100% !important;
  }

  main {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .device .cat {
    padding: 14px !important;
  }

  .device .cat .name {
    font-size: 16px !important;
  }

  .device .cat .hint {
    font-size: 12px !important;
  }
}/* End custom CSS */