/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.important-info {
  background: #FFCC00;
  margin: 0 auto;
  padding: 10px 30px 30px 30px;
  margin: 16px 0 30px; }

.important-info__label {
  color: white;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 3px; }

.important-info__content {
  color: black;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.accordion-item {
  border-top: 1px solid #292929;
  border-bottom: 1px solid #292929;
  margin: -1px auto;
  max-width: 790px;
  overflow: hidden;
  -webkit-transition: height 500ms;
  -o-transition: height 500ms;
  transition: height 500ms; }
  .accordion-item:first-of-type {
    margin-top: 20px; }
  .accordion-item:last-of-type {
    margin-bottom: 20px; }
  .accordion-item .accordion-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 150%;
    color: #292929;
    opacity: 0.8;
    padding: 16px 0;
    position: relative;
    padding-right: 66px;
    cursor: pointer;
    min-height: 66px; }
  @media (max-width: 1023px) {
    .accordion-item .accordion-title {
      font-size: 18px;
      min-height: 55px; } }
  @media (max-width: 767px) {
    .accordion-item .accordion-title {
      font-size: 16px;
      padding: 8px 0;
      min-height: 41px; } }
  .accordion-item .accordion-content {
    padding-top: 20px;
    padding-bottom: 30px; }
  .accordion-item .accordion-header {
    position: relative; }
  .accordion-item .accordion-header:after {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 15px;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    cursor: pointer;
    content: '';
    display: block;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='35' height='35' stroke='black'/%3E%3Cpath d='M9.5 18H26.5M18 9.5V26.5' stroke='black'/%3E%3C/svg%3E"); }
  .accordion-item .accordion-header:hover::after {
    background-color: #f39507;
    background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='36' height='36' /%3E%3Cpath d='M9.5 18H26.5M18 9.5V26.5' stroke='white'/%3E%3C/svg%3E"); }
  .accordion-item.is-expanded .accordion-header:after {
    background-color: #f39507;
    background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='36' height='36' /%3E%3Cpath d='M11.9897 24.0104L24.0105 11.9896M11.9897 11.9896L24.0105 24.0104' stroke='white'/%3E%3C/svg%3E"); }

.accordion-header.show:after {
  background-color: #f39507;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='36' height='36' /%3E%3Cpath d='M11.9897 24.0104L24.0105 11.9896M11.9897 11.9896L24.0105 24.0104' stroke='white'/%3E%3C/svg%3E"); }

.accordion-content {
  display: none; }

@media (max-width: 1023px) {
  .accordion-header:after {
    width: 32px;
    height: 32px; } }

@media (max-width: 767px) {
  .accordion-header:after {
    width: 25px;
    height: 25px; } }
