.alias-cta_phone1 .cta__links-wrapper, .alias-cta_phone .cta__links-wrapper{
    flex-direction: row !important;
    gap: 20px;
    margin-bottom: 10px;
}

@media (max-width:991px) {
.header1 {
    display: none !important;
}
}

.editable__container iframe {
    max-width: 100%;
}


p.centerbtn a {
    display: block !important;
    margin: auto !important;
}

.flex_wrap {
display: flex
}

.flex_1 {
flex: 1;
padding: 10px 15px;
}

@media (max-width: 800px){
.flex_wrap {
flex-direction: column;
}
}

@media (min-width: 767px) {
.flex_1 ul {
    margin: auto;
    display: table;
}
}
.section--light .featuredblocks-grid-b .featuredblocks .featuredblock__bg-image span, .section--light .featuredblocks-grid-b .featuredblocks .featuredblock__bg-image::after {
    background-color: #000;
}

.section--dark .banner-a .banner__title {
    text-shadow: 2px 2px #000;
}
.section--dark .banner-a .banner__subtitle {
    text-shadow: 2px 2px #000;
}

@media (max-width: 800px){
    .ple-column-padding{
        overflow-x: hidden !important;
    }

    .alias-fb1_fairbans, .featuredblocks-grid-a .featuredblocks{
        padding: 20px 0px;
    }

    #id_fe26faf2-6659-5dbd-bf8f-e77e50269bf0 .row {
        margin-right: 0px;
        margin-left: 0px;
    }
}

body {
    overflow-x: hidden !important;
}


  .condition-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
  }

  .column {
    flex: 1;
    min-width: 300px;
  }

  @media (max-width: 768px) {
    .column {
      flex: 1 0 100%;
    }
  }
  .droprop{
        margin-bottom: 5px;

  }

      .droprop-title {
        display: flex;
        justify-content: space-between;
        font-size: 2rem !important;
        user-select: none;
        cursor: pointer;
        border-bottom: 1px solid black;
        margin-bottom: 10px;
    }

    .droprop-content {
        max-height: 0;
        overflow: hidden;
        transition: all 1s;
    }

    .droprop.active .droprop-content {
        max-height: 50vh;
    }

    .droprop .droprop-title>div {
        transition: all 0.5s;
        transform-origin: center !important;
    }

    .droprop.active .droprop-title>div {
        transform-origin: center !important;
        transform: rotate(225deg);
    }