/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.header__button {
  padding: 12px 24px !important;
  background: #C30180 !important; 
  color: white !important;
  border: none !important;
  border-radius: 8px !important;
  font-size: 16px !important;
  line-height: 19px !important; 
  font-weight: bold !important;
  text-align: center !important;
  display: block !important;
  margin: 0 !important;
}

.kl-faq__header {
  padding: 16px 24px !important;
}

.kl-faq__header h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

@media screen and (min-width: 992px) {
  .image-grid-mobile {
    display: none;
  }
  
  .image-grid-desktop {
    flex: 0 0 40%; 
    display: flex; 
    align-items: stretch;
  }
}

@media screen and (max-width: 992px) {
  .image-grid-desktop {
    display: none;
  }
  
  .header__button {
    width: 100% !important;
  }
  
  .header__button__mobile__container {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    background-color: #FFFFFF !important;
    text-align: center !important;
    z-index: 2147483647 !important;
    padding: 10px 24px 24px 24px !important;
    margin: 0 !important;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2) !important;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    padding-bottom: calc(24px + env(safe-area-inset-bottom)) !important;
  }
  
  .header__button__mobile__container.hidden {
    transform: translateY(100%);
  }

  body {
    padding-bottom: 90px !important;
    overflow-x: hidden;
  }

  .header__button__desktop {
    display: none !important;
  }
  
  .image-grid-container {
    flex-direction: column;
  }
  
  .image-grid {
    width: 100% !important;
  }
  
  .results-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
  
  .results-inner-container {
    align-items: center;
    justify-content: center;
  }
  
  .dnd_area-row-1-padding {
    padding: 40px 24px !important;
    background: #F6F9FC !important;
  }
  
  #hs_cos_wrapper_widget_1761789933329 h2 {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  
  .grid-container {
    background: #FFFFFF !important;
    padding: 40px 24px !important;
  }
  
  .grid-container h2 {
    font-size: 24px !important;
    line-height: 32px !important;
    margin-bottom: 24px !important;
  }
  
  .grid {
    grid-template-columns: 1fr !important; 
    grid-template-rows: 1fr !important;
  }
  
  .card {
    background: #E1EFF5 !important;
  }
 
  .dnd_area-row-3-padding {
    padding: 40px 24px !important;
    background: #E1EFF5 !important;
  }
  
  .reviews-container {
    gap: 24px !important;
  }
  
  .reviews-container h3 {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  
  .reviews-cards-container {
    flex-direction: column;
  }
  
  .dnd_area-row-4-padding {
    padding: 40px 24px !important;
    background: #FAF9F9 !important;
  }
  
  .dnd_area-row-4-padding h2 {
    font-size: 24px !important;
    line-height: 32px !important;
    text-align: center;
  }
  
  .kl-faq__entry {
    margin: 0 0 24px 0 !important;
  }
  
  .kl-faq__entry:last-child {
    margin: 0 !important;
  }
  
  .dnd_area-row-5-padding {
    padding: 0 24px 40px 24px !important;
    background: #FAF9F9 !important;
  }
  
  #hs_cos_wrapper_module_17618022879553 #banner-module_17618022879553>.image-banner {
    height: 304px;
    object-position: unset;
  }
}

@media (min-width: 769px) {
  .header__button__mobile__container {
    display: none !important;
  }
}

    }