@media (max-width: 767px) {
  .so-widget-faq-section-style-d75171398898-98708 .pl-big {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .so-widget-faq-section-style-d75171398898-98708 .pl-big {
    padding-right: 64px;
  }
}
@media (min-width: 1440px) {
  .so-widget-faq-section-style-d75171398898-98708 .pl-big {
    padding-right: 0;
  }
}
.so-widget-faq-section-style-d75171398898-98708 .section__title {
  scroll-margin-top: 100px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .so-widget-faq-section-style-d75171398898-98708 .section__title {
    margin-bottom: 32px;
  }
}
@media (min-width: 1920px) {
  .so-widget-faq-section-style-d75171398898-98708 .section__title {
    margin-bottom: 48px;
  }
}
@media (min-width: 2560px) {
  .so-widget-faq-section-style-d75171398898-98708 .section__title {
    margin-bottom: 56px;
  }
}
.so-widget-faq-section-style-d75171398898-98708 .faq__item {
  background-color: #F8F8F9;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  outline: none;
  padding: 16px;
}
@media (min-width: 768px) {
  .so-widget-faq-section-style-d75171398898-98708 .faq__item {
    padding-bottom: 24px;
  }
}
@media (min-width: 1280px) {
  .so-widget-faq-section-style-d75171398898-98708 .faq__item {
    min-height: 80px;
  }
}
@media (min-width: 1440px) {
  .so-widget-faq-section-style-d75171398898-98708 .faq__item {
    min-height: 88px;
    padding-bottom: 32px;
  }
}
@media (min-width: 2560px) {
  .so-widget-faq-section-style-d75171398898-98708 .faq__item {
    min-height: 96px;
    padding-bottom: 40px;
  }
}
.so-widget-faq-section-style-d75171398898-98708 .faq__item:not(.active):hover,
.so-widget-faq-section-style-d75171398898-98708 .faq__item:not(.active):focus-visible {
  cursor: pointer;
}
.so-widget-faq-section-style-d75171398898-98708 .faq__item:not(.active):hover .faq__icon-stroke,
.so-widget-faq-section-style-d75171398898-98708 .faq__item:not(.active):focus-visible .faq__icon-stroke {
  stroke: #fff;
}
.so-widget-faq-section-style-d75171398898-98708 .faq__item:not(.active):hover .faq__icon-circle,
.so-widget-faq-section-style-d75171398898-98708 .faq__item:not(.active):focus-visible .faq__icon-circle {
  fill: #1E1D28;
}
.so-widget-faq-section-style-d75171398898-98708 .faq__item:not(.active):focus-visible .faq__icon {
  border-radius: 50%;
  outline-offset: 1px;
  outline: 2px solid #0045E6;
}
.so-widget-faq-section-style-d75171398898-98708 .faq__item.active .faq__icon-stroke--vertical {
  transform: rotate(90deg);
}
.so-widget-faq-section-style-d75171398898-98708 .faq__item + .faq__item {
  margin-top: 8px;
}
@media (min-width: 768px) {
  .so-widget-faq-section-style-d75171398898-98708 .faq__item + .faq__item {
    margin-top: 16px;
  }
}
.so-widget-faq-section-style-d75171398898-98708 .faq__title {
  max-width: calc(100% - 64px);
}
@media (min-width: 768px) {
  .so-widget-faq-section-style-d75171398898-98708 .faq__title {
    flex: 1;
    max-width: calc(50% - 24px);
    padding-right: 24px;
  }
}
.so-widget-faq-section-style-d75171398898-98708 .faq__content {
  color: #373737;
  order: 1;
  flex: 0 0 100%;
  padding-top: 12px;
}
@media (min-width: 768px) {
  .so-widget-faq-section-style-d75171398898-98708 .faq__content {
    flex: 1;
    order: initial;
    padding-right: 24px;
    padding-top: 0;
  }
}
.so-widget-faq-section-style-d75171398898-98708 .faq__content p {
  margin: 0;
}
.so-widget-faq-section-style-d75171398898-98708 .faq__content p + p,
.so-widget-faq-section-style-d75171398898-98708 .faq__content p + ol,
.so-widget-faq-section-style-d75171398898-98708 .faq__content p + ul {
  margin-top: 1rem;
}
.so-widget-faq-section-style-d75171398898-98708 .faq__content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.so-widget-faq-section-style-d75171398898-98708 .faq__content ul li {
  padding-left: 24px;
  position: relative;
}
@media (min-width: 1280px) {
  .so-widget-faq-section-style-d75171398898-98708 .faq__content ul li {
    padding-left: 28px;
  }
}
.so-widget-faq-section-style-d75171398898-98708 .faq__content ul li:after {
  background-color: #0045E6;
  border-radius: 50%;
  content: '';
  height: 8px;
  left: 6px;
  position: absolute;
  top: 6px;
  width: 8px;
}
@media (min-width: 1280px) {
  .so-widget-faq-section-style-d75171398898-98708 .faq__content ul li:after {
    left: 8px;
    top: 8px;
  }
}
@media (min-width: 2560px) {
  .so-widget-faq-section-style-d75171398898-98708 .faq__content ul li:after {
    top: 14px;
  }
}
.so-widget-faq-section-style-d75171398898-98708 .faq__content ul li + li {
  margin-top: 12px;
}
@media (min-width: 1920px) {
  .so-widget-faq-section-style-d75171398898-98708 .faq__content ul li + li {
    margin-top: 16px;
  }
}
.so-widget-faq-section-style-d75171398898-98708 .faq__content ul + p,
.so-widget-faq-section-style-d75171398898-98708 .faq__content ul + ol,
.so-widget-faq-section-style-d75171398898-98708 .faq__content ul + ul {
  margin-top: 1rem;
}
.so-widget-faq-section-style-d75171398898-98708 .faq__content ol {
  margin: 0 0 0 18px;
  padding: 0;
}
.so-widget-faq-section-style-d75171398898-98708 .faq__content ol li + li {
  margin-top: 12px;
}
@media (min-width: 1920px) {
  .so-widget-faq-section-style-d75171398898-98708 .faq__content ol li + li {
    margin-top: 16px;
  }
}
.so-widget-faq-section-style-d75171398898-98708 .faq__content ol + p,
.so-widget-faq-section-style-d75171398898-98708 .faq__content ol + ol,
.so-widget-faq-section-style-d75171398898-98708 .faq__content ol + ul {
  margin-top: 1rem;
}
.so-widget-faq-section-style-d75171398898-98708 .faq__icon {
  margin-left: 24px;
  height: 40px;
  vertical-align: top;
  width: auto;
}
@media (min-width: 2560px) {
  .so-widget-faq-section-style-d75171398898-98708 .faq__icon {
    height: 56px;
  }
}
.so-widget-faq-section-style-d75171398898-98708 .faq__icon-stroke {
  transition: stroke 300ms;
}
.so-widget-faq-section-style-d75171398898-98708 .faq__icon-stroke--vertical {
  transform-origin: center;
  transition-property: stroke, transform;
}
.so-widget-faq-section-style-d75171398898-98708 .faq__icon-circle {
  transition: fill 300ms;
}