<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
.bx-ie .faq-items.flex-grow-1 {
  flex-basis: 0px;
}
*/
.padding-bottom-hundred .faq-container{
  padding-bottom: 100px;
}
.faq-container{
  position: relative;
  /*overflow: hidden;*/
  padding: 0 65px;
}

.faq-container .background-flower-image {
  width: 100%;
  height: 200%;
  position: absolute;
  top: 26%;
  z-index: -1;
  opacity: .4;
  left: 0;
  right: 0;
}

.faq-items .accordion .item-accordion-wrapper{
  border: none;
  border-bottom: 1px solid #e5e5e5;
}


/* in detail */
.detail-block .faq-list .accordion-head {
  padding: 24px 86px 16px 31px;
}

.detail-block .faq-list .accordion-head .svg-inline-right-arrow {
  right: 28px;
  top: 28px;
}
.detail-block .faq-list .accordion-preview {
  margin-top: 9px;
  margin-bottom: 19px;
}
.detail-block .faq-list .accordion-line {
  top: 31px;
  height: 11px;
}

.faq-items .accordion {
  background: none;
}

.faq-items{
  margin-bottom: 80px;
  padding: 0 30px;
}

.accordion-head .svg-inline-right-arrow{
  transform: rotate(90deg);
  right: -10px;
}

.faq-items .shadow-hovered:hover{
  background: none;
  box-shadow: unset;
}

.accordion-open .svg-inline-right-arrow {
  transform: rotate(270deg);
}

.accordion-head .switcher-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 10px;
  color: #434343;
  text-transform: uppercase;
}

.faq-title {
  text-align: center;
  margin-bottom: 30px;
  padding-top: 60px;
  font-size: 40px;
  font-weight: 200;
  line-height: 40px;
}

@media screen and (max-width: 767px) {

  .faq-container{
    padding: 0 35px 0 30px;
  }


  .svg-inline-right-arrow svg{
    width: 11px;
    height: 11px;
  }
  .accordion.accordion--column-left  .accordion-head .svg-inline-right-arrow{
    top: 50%;
    right: -10px;
  }
  .padding-bottom-hundred .faq-container{
    padding: 0 30px;
    overflow: unset;
  }

  .accordion-head .switcher-title {
    font-size: 12px;
    width: 85%;
    display: block;
    line-height: 17px;
    /*padding: 30px 0;*/
  }

  .faq-title{
    font-size: 25px;
    line-height: 30px;
  }

  .faq-container .background-flower-image {
    height: 130%;
    background-size: cover !important;
    top: 40px;
    left: -50%;
    width: 200%;
  }


  .faq-items {
    padding: 0;
    margin-bottom: 35px;
    font-size: 12px;
    line-height: 18px;
  }
  .accordion--column-left .item-accordion-wrapper:last-of-type {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .accordion--column-right .item-accordion-wrapper:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (max-width: 600px) {
  .detail-block .faq-list .accordion-head {
    padding: 22px 86px 16px 20px;
  }
  .detail-block .panel-collapse .accordion-body {
    padding: 0px 20px 0px 20px;
  }
  .detail-block .faq-list .accordion-preview,
  .detail-block .faq-list .accordion-preview &gt; p:last-of-type {
    margin-bottom: 0px;
  }
}
</pre></body></html>