/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./src/components/template-parts/blocks/full-width/accordion/_accordion-styles.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Bootstrap Variables
 */
/*
 * Color system
 */
/**
 * Grid
 */
/**
 * Border Radius
 */
/**
 * Fonts
 */
/**
 * Crunch Utilities
 */
*[class^=clamp] {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

/**
 * Variables
 */
/* ~~~~~~~~~~ WP Admin Bar heights ~~~~~~~~~~ */
/* ~~~~~~~~~~ Settings ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fonts ~~~~~~~~~~ */
/* ~~~~~~~~~~ Plugins ~~~~~~~~~~ */
/* stylelint-disable */
/**
 * Mixins
 */
/* ~~~~~~~~~~ Helper Functions ~~~~~~~~~~ */
/* ~~~~~ Strip Unit ~~~~~ */
/* ~~~~~ Convert to REM ~~~~~ */
/* ~~~~~ Get Crunch Spacer ~~~~~ */
/* ~~~~~~~~~~~~ Fluid  ~~~~~~~~~~~~ */
/* stylelint-disable order/order */
/**
 * Fluid
 */
/* ~~~~~~~~ String split ~~~~~~~~ */
/* ~~~~~~~~ String replace ~~~~~~~~ */
/* ~~~~~~~~ Join sign with number  ~~~~~~~~ */
/* ~~~~~~~~~~ String to number conversion by Hugo Giraudel ~~~~~~~~~~ */
/* ~~~~~ Helper for fluid function ~~~~~ */
/* ~~~~~ Letter-spacing functions ~~~~~ */
/* ~~~~~~~~ Return index of array diff ~~~~~~~~ */
/* ~~~~~~~~~ Fluid margin/padding helpers ~~~~~~~~~ */
/**
 * Spacings
 */
/* ~~~~~~~~~~ Sizing Class Generator ~~~~~~~~~~ */
/* stylelint-disable order/order */
/**
 * Classes
 */
/* ~~~~~~~~~~ Respond to specific brekpoint ~~~~~~~~~~ */
/* ~~~~~~~~~~ Bootsrap Container Max Width ~~~~~~~~~~ */
/* ~~~~~~~~~~ Transition ~~~~~~~~~~ */
/**
 * Placeholders Template Part Styles
 */
/* ~~~~~~~~~~ Background cover ~~~~~~~~~~ */
/* ~~~~~~~~~~ Object Fit ~~~~~~~~~~ */
/* ~~~~~~~~~~ Hide ~~~~~~~~~~ */
/* ~~~~~~~~~~ Adjustable Element ~~~~~~~~~~ */
/* ~~~~~~~~~~ Fill the whole space ~~~~~~~~~~ */
/* ~~~~~~~~~~ Optimize image contrast ~~~~~~~~~~ */
/* ~~~~~~~~~~ Font Size Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Letter Spacing Classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Animated Border Bottom ~~~~~~~~~~ */
/* ~~~~~~~~~~ Lock Position ~~~~~~~~~~ */
/* ~~~~~~~~~~ Hover opacity classes ~~~~~~~~~~ */
/* ~~~~~~~~~~ Flex 0 0 auto ~~~~~~~~~~ */
/**
 * Placeholders Buttons Template Part Styles
 */
/**
 * ACF Block Accordion Template Part Styles
 */
.wx-bl14__inner {
  border-bottom: var(--bw) solid var(--cl3);
}
.wx-bl14__item.is-active .wx-bl14__header {
  border-right: var(--bw) solid var(--cl3);
  border-left: var(--bw) solid var(--cl3);
  background: var(--cl1);
}
.wx-bl14__item.is-active .wx-more-icon__line:nth-of-type(1) {
  transform: scaleY(0);
}
.wx-bl14__header {
  position: relative;
  padding: 0.9rem 5rem 0.9rem 1.6rem;
  border: var(--bw) solid var(--cl3);
  border-bottom: 0;
  cursor: pointer;
  transition: background 0.5s, border-left 0.5s, border-right 0.5s;
}
.wx-bl14__header:focus, .wx-bl14__header:hover {
  border-right: var(--bw) solid var(--cl3);
  border-left: var(--bw) solid var(--cl3);
  background: var(--cl1);
}
.wx-bl14__icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
}
.wx-bl14__title > * {
  margin: 0;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1;
  text-transform: uppercase;
}
.wx-bl14__location > * {
  margin: 0;
}
.wx-bl14__content {
  overflow: hidden;
  height: 0;
  will-change: height;
}
.wx-bl14__content .wx-bl14__col:nth-of-type(1) .wx-bl14__btn {
  display: none;
}
.wx-bl14__wrap {
  padding: 1.5rem 2rem 0.5rem;
  border: var(--bw) solid var(--cl3);
  border-bottom: 0;
}
.wx-bl14__skills > * {
  margin: 0;
}
.wx-bl14__description {
  margin: 1.5rem 0;
}
.wx-bl14__description > * {
  margin: 0;
}
.wx-bl14__description ul {
  margin: 1em 0;
  padding-left: 2.5rem;
}
.wx-bl14__description ul li {
  margin: 0.5em 0;
  padding-left: 0;
  list-style-type: disc;
}

@media only screen and (min-width: 1023px) {
  .wx-bl14__header {
    display: flex;
    padding: 0;
    border-right: var(--bw) solid transparent;
    border-left: var(--bw) solid transparent;
  }
  .wx-bl14__icon {
    width: 10rem;
  }
  .wx-bl14__col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3.5rem 4rem;
  }
  .wx-bl14__col:nth-of-type(1) {
    flex: 0 0 50%;
  }
  .wx-bl14__col:nth-of-type(2) {
    flex: 0 0 50%;
  }
  .wx-bl14__title > * {
    font-size: 5.8rem;
    line-height: 1;
  }
  .wx-bl14__location > * {
    font-size: 3.8rem;
    line-height: 1.25;
  }
  .wx-bl14__content .wx-bl14__col {
    justify-content: flex-start;
    padding: 5rem 4rem 3.5rem;
  }
  .wx-bl14__content .wx-bl14__col:nth-of-type(1) .wx-bl14__btn {
    display: initial;
    margin-top: auto;
  }
  .wx-bl14__content .wx-bl14__col:nth-of-type(2) .wx-bl14__btn {
    display: none;
  }
  .wx-bl14__wrap {
    display: flex;
    padding: 0;
    border-right: var(--bw) solid transparent;
    border-left: var(--bw) solid transparent;
  }
  .wx-bl14__skills {
    margin-bottom: 3rem;
  }
  .wx-bl14__skills > * {
    font-size: 2.5rem;
  }
  .wx-bl14__description {
    margin: 0;
    padding-right: 5rem;
  }
  .wx-bl14__description > * {
    font-size: 2.5rem;
  }
}
