/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
.wp-block-custom-accordion {
  z-index: 9;
}
.wp-block-custom-accordion .accordion-item {
  position: relative;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--wp--preset--color--light-gray);
}
.wp-block-custom-accordion .accordion-item:last-of-type {
  border-bottom: 1px solid var(--wp--preset--color--light-gray);
}
.wp-block-custom-accordion .accordion-item .accordion-header {
  margin: 0 !important;
  position: relative;
  padding: 1.5rem 3rem 1.5rem 0;
  font-weight: 500;
  font-size: var(--wp--preset--font-size--normal);
  line-height: 1.4;
  letter-spacing: 0;
  color: var(--wp--preset--color--black);
  text-transform: none;
}
.wp-block-custom-accordion .accordion-item .accordion-inner {
  margin: 0 !important;
  padding: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
}
.wp-block-custom-accordion .accordion-item .accordion-inner > *:last-child {
  margin-bottom: 2rem;
}
.wp-block-custom-accordion .accordion-item .accordion-inner > *:first-child {
  margin-block-start: 0;
}
.wp-block-custom-accordion .accordion-item:not(.inactive) .accordion-header {
  cursor: pointer;
}
.wp-block-custom-accordion .accordion-item:not(.inactive) .accordion-header:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  content: "";
  background-image: url("data:image/svg+xml,%0A%3Csvg width=%2719%27 height=%2720%27 viewBox=%270 0 19 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M9.33325 1.75V18.4167%27 stroke=%27%230B2C49%27 stroke-width=%271.66667%27 stroke-linecap=%27round%27/%3E%3Cpath d=%27M17.6665 10.0833H0.999838%27 stroke=%27%230B2C49%27 stroke-width=%271.66667%27 stroke-linecap=%27round%27/%3E%3C/svg%3E%0A");
  background-size: 19px 20px;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.25s ease-in-out;
  transform-origin: center;
}
.wp-block-custom-accordion .accordion-item:not(.inactive) .accordion-header + * {
  margin-block-start: 0;
}
.wp-block-custom-accordion .accordion-item.is-selected .accordion-header, .wp-block-custom-accordion .accordion-item.is-open .accordion-header, .wp-block-custom-accordion .accordion-item.has-child-selected .accordion-header {
  color: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--primary);
}
.wp-block-custom-accordion .accordion-item.is-selected .accordion-header:after, .wp-block-custom-accordion .accordion-item.is-open .accordion-header:after, .wp-block-custom-accordion .accordion-item.has-child-selected .accordion-header:after {
  transform: translateY(-50%) rotate(45deg);
  background-image: url("data:image/svg+xml,%0A%3Csvg width=%2719%27 height=%2720%27 viewBox=%270 0 19 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M9.33325 1.75V18.4167%27 stroke=%27%23FFA03E%27 stroke-width=%271.66667%27 stroke-linecap=%27round%27/%3E%3Cpath d=%27M17.6665 10.0833H0.999838%27 stroke=%27%23FFA03E%27 stroke-width=%271.66667%27 stroke-linecap=%27round%27/%3E%3C/svg%3E%0A");
}
.wp-block-custom-accordion .accordion-item.is-selected .accordion-inner, .wp-block-custom-accordion .accordion-item.is-open .accordion-inner, .wp-block-custom-accordion .accordion-item.has-child-selected .accordion-inner {
  max-height: 1800px;
  opacity: 1;
}
.wp-block-custom-accordion.two-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) {
  --accordion-header-height: 55px;
  --accordion-wave-size: 15px;
  --accordion-height: 650px;
  display: flex;
  max-width: 100%;
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item {
  position: relative;
  border: none;
  background: var(--wp--preset--color--accent-2);
  width: 100%;
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item .accordion-header {
  display: grid;
  grid-template-columns: 35% auto;
  align-items: center;
  z-index: 2;
  font-size: var(--wp--preset--font-size--normal);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--wp--preset--color--white);
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item .accordion-header sub, .wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item .accordion-header sup {
  vertical-align: baseline;
  z-index: 2;
  font-weight: 600;
  font-size: var(--wp--preset--font-size--x-small);
  letter-spacing: 0;
  line-height: 1.2;
  color: var(--wp--preset--color--white);
  text-transform: none;
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item .accordion-inner {
  position: relative;
  padding: 3rem 1.5rem;
  background-color: var(--wp--preset--color--accent-2);
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item .accordion-inner:before {
  visibility: visible !important;
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%0A%3Csvg id=%27Layer_1%27 data-name=%27Layer 1%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 18.57 701.96%27%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2304A6DC;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath class=%27cls-1%27 d=%27M16.29,420.93c-2.45-34.54-10.1-82.42-10.6-120.36C5,250.37,16.17,203,15.44,153c-.45-30.52-5.82-22.61-9-66.73C4.55,60.33,9.56,51.05,9.56,23,9.56,12.61,2.66.88.25,0L0,2V702c.08-.08.17-.14.25-.21,20.23-17.43,5.44-52.3,5.55-93.08.07-25.22,6.86-37.35,8.87-56.33C19.54,506.35,19.57,467.22,16.29,420.93Z%27/%3E%3C/svg%3E");
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(1n+1) > *:first-child {
  background: #04A6DC !important;
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(1n+1) > *:not(:first-child):before {
  background-image: url("data:image/svg+xml,%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 702 18.6%27 style=%27enable-background:new 0 0 702 18.6;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%2304A6DC;%7D%0A%3C/style%3E%3Cpath class=%27st0%27 d=%27M281.1,16.3c34.5-2.5,82.4-10.1,120.4-10.6C451.6,5,499,16.2,549,15.4c30.5-0.5,22.6-5.8,66.7-9 C641.7,4.6,651,9.6,679,9.6c10.4,0,22.1-6.9,23-9.3L700,0L0,0c0.1,0.1,0.1,0.2,0.2,0.2c17.4,20.2,52.3,5.4,93.1,5.5 c25.2,0.1,37.4,6.9,56.3,8.9C195.7,19.5,234.8,19.6,281.1,16.3z%27/%3E%3C/svg%3E%0A");
}
@media only screen and (min-width: 1201px) {
  .wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(1n+1) > *:not(:first-child):before {
    background-image: url("data:image/svg+xml,%0A%3Csvg id=%27Layer_1%27 data-name=%27Layer 1%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 18.57 701.96%27%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2304A6DC;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath class=%27cls-1%27 d=%27M16.29,420.93c-2.45-34.54-10.1-82.42-10.6-120.36C5,250.37,16.17,203,15.44,153c-.45-30.52-5.82-22.61-9-66.73C4.55,60.33,9.56,51.05,9.56,23,9.56,12.61,2.66.88.25,0L0,2V702c.08-.08.17-.14.25-.21,20.23-17.43,5.44-52.3,5.55-93.08.07-25.22,6.86-37.35,8.87-56.33C19.54,506.35,19.57,467.22,16.29,420.93Z%27/%3E%3C/svg%3E");
  }
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(2n+2) > *:first-child {
  background: #0B2C49 !important;
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(2n+2) > *:not(:first-child):before {
  background-image: url("data:image/svg+xml,%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 702 18.6%27 style=%27enable-background:new 0 0 702 18.6;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%230B2C49;%7D%0A%3C/style%3E%3Cpath class=%27st0%27 d=%27M281.1,16.3c34.5-2.5,82.4-10.1,120.4-10.6C451.6,5,499,16.2,549,15.4c30.5-0.5,22.6-5.8,66.7-9 C641.7,4.6,651,9.6,679,9.6c10.4,0,22.1-6.9,23-9.3L700,0L0,0c0.1,0.1,0.1,0.2,0.2,0.2c17.4,20.2,52.3,5.4,93.1,5.5 c25.2,0.1,37.4,6.9,56.3,8.9C195.7,19.5,234.8,19.6,281.1,16.3z%27/%3E%3C/svg%3E%0A");
}
@media only screen and (min-width: 1201px) {
  .wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(2n+2) > *:not(:first-child):before {
    background-image: url("data:image/svg+xml,%0A%3Csvg id=%27Layer_1%27 data-name=%27Layer 1%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 18.57 701.96%27%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%230B2C49;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath class=%27cls-1%27 d=%27M16.29,420.93c-2.45-34.54-10.1-82.42-10.6-120.36C5,250.37,16.17,203,15.44,153c-.45-30.52-5.82-22.61-9-66.73C4.55,60.33,9.56,51.05,9.56,23,9.56,12.61,2.66.88.25,0L0,2V702c.08-.08.17-.14.25-.21,20.23-17.43,5.44-52.3,5.55-93.08.07-25.22,6.86-37.35,8.87-56.33C19.54,506.35,19.57,467.22,16.29,420.93Z%27/%3E%3C/svg%3E");
  }
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(3n+3) > *:first-child {
  background: #24A66F !important;
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(3n+3) > *:not(:first-child):before {
  background-image: url("data:image/svg+xml,%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 702 18.6%27 style=%27enable-background:new 0 0 702 18.6;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%2324A66F;%7D%0A%3C/style%3E%3Cpath class=%27st0%27 d=%27M281.1,16.3c34.5-2.5,82.4-10.1,120.4-10.6C451.6,5,499,16.2,549,15.4c30.5-0.5,22.6-5.8,66.7-9 C641.7,4.6,651,9.6,679,9.6c10.4,0,22.1-6.9,23-9.3L700,0L0,0c0.1,0.1,0.1,0.2,0.2,0.2c17.4,20.2,52.3,5.4,93.1,5.5 c25.2,0.1,37.4,6.9,56.3,8.9C195.7,19.5,234.8,19.6,281.1,16.3z%27/%3E%3C/svg%3E%0A");
}
@media only screen and (min-width: 1201px) {
  .wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(3n+3) > *:not(:first-child):before {
    background-image: url("data:image/svg+xml,%0A%3Csvg id=%27Layer_1%27 data-name=%27Layer 1%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 18.57 701.96%27%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2324A66F;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath class=%27cls-1%27 d=%27M16.29,420.93c-2.45-34.54-10.1-82.42-10.6-120.36C5,250.37,16.17,203,15.44,153c-.45-30.52-5.82-22.61-9-66.73C4.55,60.33,9.56,51.05,9.56,23,9.56,12.61,2.66.88.25,0L0,2V702c.08-.08.17-.14.25-.21,20.23-17.43,5.44-52.3,5.55-93.08.07-25.22,6.86-37.35,8.87-56.33C19.54,506.35,19.57,467.22,16.29,420.93Z%27/%3E%3C/svg%3E");
  }
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(4n+4) > *:first-child {
  background: #06C7AB !important;
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(4n+4) > *:not(:first-child):before {
  background-image: url("data:image/svg+xml,%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 702 18.6%27 style=%27enable-background:new 0 0 702 18.6;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%2306C7AB;%7D%0A%3C/style%3E%3Cpath class=%27st0%27 d=%27M281.1,16.3c34.5-2.5,82.4-10.1,120.4-10.6C451.6,5,499,16.2,549,15.4c30.5-0.5,22.6-5.8,66.7-9 C641.7,4.6,651,9.6,679,9.6c10.4,0,22.1-6.9,23-9.3L700,0L0,0c0.1,0.1,0.1,0.2,0.2,0.2c17.4,20.2,52.3,5.4,93.1,5.5 c25.2,0.1,37.4,6.9,56.3,8.9C195.7,19.5,234.8,19.6,281.1,16.3z%27/%3E%3C/svg%3E%0A");
}
@media only screen and (min-width: 1201px) {
  .wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(4n+4) > *:not(:first-child):before {
    background-image: url("data:image/svg+xml,%0A%3Csvg id=%27Layer_1%27 data-name=%27Layer 1%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 18.57 701.96%27%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2306C7AB;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath class=%27cls-1%27 d=%27M16.29,420.93c-2.45-34.54-10.1-82.42-10.6-120.36C5,250.37,16.17,203,15.44,153c-.45-30.52-5.82-22.61-9-66.73C4.55,60.33,9.56,51.05,9.56,23,9.56,12.61,2.66.88.25,0L0,2V702c.08-.08.17-.14.25-.21,20.23-17.43,5.44-52.3,5.55-93.08.07-25.22,6.86-37.35,8.87-56.33C19.54,506.35,19.57,467.22,16.29,420.93Z%27/%3E%3C/svg%3E");
  }
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(5n+5) > *:first-child {
  background: #876BD4 !important;
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(5n+5) > *:not(:first-child):before {
  background-image: url("data:image/svg+xml,%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 702 18.6%27 style=%27enable-background:new 0 0 702 18.6;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23876BD4;%7D%0A%3C/style%3E%3Cpath class=%27st0%27 d=%27M281.1,16.3c34.5-2.5,82.4-10.1,120.4-10.6C451.6,5,499,16.2,549,15.4c30.5-0.5,22.6-5.8,66.7-9 C641.7,4.6,651,9.6,679,9.6c10.4,0,22.1-6.9,23-9.3L700,0L0,0c0.1,0.1,0.1,0.2,0.2,0.2c17.4,20.2,52.3,5.4,93.1,5.5 c25.2,0.1,37.4,6.9,56.3,8.9C195.7,19.5,234.8,19.6,281.1,16.3z%27/%3E%3C/svg%3E%0A");
}
@media only screen and (min-width: 1201px) {
  .wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(5n+5) > *:not(:first-child):before {
    background-image: url("data:image/svg+xml,%0A%3Csvg id=%27Layer_1%27 data-name=%27Layer 1%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 18.57 701.96%27%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23876BD4;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath class=%27cls-1%27 d=%27M16.29,420.93c-2.45-34.54-10.1-82.42-10.6-120.36C5,250.37,16.17,203,15.44,153c-.45-30.52-5.82-22.61-9-66.73C4.55,60.33,9.56,51.05,9.56,23,9.56,12.61,2.66.88.25,0L0,2V702c.08-.08.17-.14.25-.21,20.23-17.43,5.44-52.3,5.55-93.08.07-25.22,6.86-37.35,8.87-56.33C19.54,506.35,19.57,467.22,16.29,420.93Z%27/%3E%3C/svg%3E");
  }
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(6n+6) > *:first-child {
  background: #FFA03E !important;
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(6n+6) > *:not(:first-child):before {
  background-image: url("data:image/svg+xml,%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 702 18.6%27 style=%27enable-background:new 0 0 702 18.6;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFA03E;%7D%0A%3C/style%3E%3Cpath class=%27st0%27 d=%27M281.1,16.3c34.5-2.5,82.4-10.1,120.4-10.6C451.6,5,499,16.2,549,15.4c30.5-0.5,22.6-5.8,66.7-9 C641.7,4.6,651,9.6,679,9.6c10.4,0,22.1-6.9,23-9.3L700,0L0,0c0.1,0.1,0.1,0.2,0.2,0.2c17.4,20.2,52.3,5.4,93.1,5.5 c25.2,0.1,37.4,6.9,56.3,8.9C195.7,19.5,234.8,19.6,281.1,16.3z%27/%3E%3C/svg%3E%0A");
}
@media only screen and (min-width: 1201px) {
  .wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(6n+6) > *:not(:first-child):before {
    background-image: url("data:image/svg+xml,%0A%3Csvg id=%27Layer_1%27 data-name=%27Layer 1%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 18.57 701.96%27%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23FFA03E;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath class=%27cls-1%27 d=%27M16.29,420.93c-2.45-34.54-10.1-82.42-10.6-120.36C5,250.37,16.17,203,15.44,153c-.45-30.52-5.82-22.61-9-66.73C4.55,60.33,9.56,51.05,9.56,23,9.56,12.61,2.66.88.25,0L0,2V702c.08-.08.17-.14.25-.21,20.23-17.43,5.44-52.3,5.55-93.08.07-25.22,6.86-37.35,8.87-56.33C19.54,506.35,19.57,467.22,16.29,420.93Z%27/%3E%3C/svg%3E");
  }
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(7n+7) > *:first-child {
  background: #04A6DC !important;
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(7n+7) > *:not(:first-child):before {
  background-image: url("data:image/svg+xml,%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 702 18.6%27 style=%27enable-background:new 0 0 702 18.6;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%2304A6DC;%7D%0A%3C/style%3E%3Cpath class=%27st0%27 d=%27M281.1,16.3c34.5-2.5,82.4-10.1,120.4-10.6C451.6,5,499,16.2,549,15.4c30.5-0.5,22.6-5.8,66.7-9 C641.7,4.6,651,9.6,679,9.6c10.4,0,22.1-6.9,23-9.3L700,0L0,0c0.1,0.1,0.1,0.2,0.2,0.2c17.4,20.2,52.3,5.4,93.1,5.5 c25.2,0.1,37.4,6.9,56.3,8.9C195.7,19.5,234.8,19.6,281.1,16.3z%27/%3E%3C/svg%3E%0A");
}
@media only screen and (min-width: 1201px) {
  .wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(7n+7) > *:not(:first-child):before {
    background-image: url("data:image/svg+xml,%0A%3Csvg id=%27Layer_1%27 data-name=%27Layer 1%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 18.57 701.96%27%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2304A6DC;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath class=%27cls-1%27 d=%27M16.29,420.93c-2.45-34.54-10.1-82.42-10.6-120.36C5,250.37,16.17,203,15.44,153c-.45-30.52-5.82-22.61-9-66.73C4.55,60.33,9.56,51.05,9.56,23,9.56,12.61,2.66.88.25,0L0,2V702c.08-.08.17-.14.25-.21,20.23-17.43,5.44-52.3,5.55-93.08.07-25.22,6.86-37.35,8.87-56.33C19.54,506.35,19.57,467.22,16.29,420.93Z%27/%3E%3C/svg%3E");
  }
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(8n+8) > *:first-child {
  background: #0B2C49 !important;
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(8n+8) > *:not(:first-child):before {
  background-image: url("data:image/svg+xml,%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 702 18.6%27 style=%27enable-background:new 0 0 702 18.6;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%230B2C49;%7D%0A%3C/style%3E%3Cpath class=%27st0%27 d=%27M281.1,16.3c34.5-2.5,82.4-10.1,120.4-10.6C451.6,5,499,16.2,549,15.4c30.5-0.5,22.6-5.8,66.7-9 C641.7,4.6,651,9.6,679,9.6c10.4,0,22.1-6.9,23-9.3L700,0L0,0c0.1,0.1,0.1,0.2,0.2,0.2c17.4,20.2,52.3,5.4,93.1,5.5 c25.2,0.1,37.4,6.9,56.3,8.9C195.7,19.5,234.8,19.6,281.1,16.3z%27/%3E%3C/svg%3E%0A");
}
@media only screen and (min-width: 1201px) {
  .wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(8n+8) > *:not(:first-child):before {
    background-image: url("data:image/svg+xml,%0A%3Csvg id=%27Layer_1%27 data-name=%27Layer 1%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 18.57 701.96%27%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%230B2C49;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath class=%27cls-1%27 d=%27M16.29,420.93c-2.45-34.54-10.1-82.42-10.6-120.36C5,250.37,16.17,203,15.44,153c-.45-30.52-5.82-22.61-9-66.73C4.55,60.33,9.56,51.05,9.56,23,9.56,12.61,2.66.88.25,0L0,2V702c.08-.08.17-.14.25-.21,20.23-17.43,5.44-52.3,5.55-93.08.07-25.22,6.86-37.35,8.87-56.33C19.54,506.35,19.57,467.22,16.29,420.93Z%27/%3E%3C/svg%3E");
  }
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(9n+9) > *:first-child {
  background: #24A66F !important;
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(9n+9) > *:not(:first-child):before {
  background-image: url("data:image/svg+xml,%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 702 18.6%27 style=%27enable-background:new 0 0 702 18.6;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%2324A66F;%7D%0A%3C/style%3E%3Cpath class=%27st0%27 d=%27M281.1,16.3c34.5-2.5,82.4-10.1,120.4-10.6C451.6,5,499,16.2,549,15.4c30.5-0.5,22.6-5.8,66.7-9 C641.7,4.6,651,9.6,679,9.6c10.4,0,22.1-6.9,23-9.3L700,0L0,0c0.1,0.1,0.1,0.2,0.2,0.2c17.4,20.2,52.3,5.4,93.1,5.5 c25.2,0.1,37.4,6.9,56.3,8.9C195.7,19.5,234.8,19.6,281.1,16.3z%27/%3E%3C/svg%3E%0A");
}
@media only screen and (min-width: 1201px) {
  .wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(9n+9) > *:not(:first-child):before {
    background-image: url("data:image/svg+xml,%0A%3Csvg id=%27Layer_1%27 data-name=%27Layer 1%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 18.57 701.96%27%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2324A66F;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath class=%27cls-1%27 d=%27M16.29,420.93c-2.45-34.54-10.1-82.42-10.6-120.36C5,250.37,16.17,203,15.44,153c-.45-30.52-5.82-22.61-9-66.73C4.55,60.33,9.56,51.05,9.56,23,9.56,12.61,2.66.88.25,0L0,2V702c.08-.08.17-.14.25-.21,20.23-17.43,5.44-52.3,5.55-93.08.07-25.22,6.86-37.35,8.87-56.33C19.54,506.35,19.57,467.22,16.29,420.93Z%27/%3E%3C/svg%3E");
  }
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(10n+10) > *:first-child {
  background: #06C7AB !important;
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(10n+10) > *:not(:first-child):before {
  background-image: url("data:image/svg+xml,%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 702 18.6%27 style=%27enable-background:new 0 0 702 18.6;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%2306C7AB;%7D%0A%3C/style%3E%3Cpath class=%27st0%27 d=%27M281.1,16.3c34.5-2.5,82.4-10.1,120.4-10.6C451.6,5,499,16.2,549,15.4c30.5-0.5,22.6-5.8,66.7-9 C641.7,4.6,651,9.6,679,9.6c10.4,0,22.1-6.9,23-9.3L700,0L0,0c0.1,0.1,0.1,0.2,0.2,0.2c17.4,20.2,52.3,5.4,93.1,5.5 c25.2,0.1,37.4,6.9,56.3,8.9C195.7,19.5,234.8,19.6,281.1,16.3z%27/%3E%3C/svg%3E%0A");
}
@media only screen and (min-width: 1201px) {
  .wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(10n+10) > *:not(:first-child):before {
    background-image: url("data:image/svg+xml,%0A%3Csvg id=%27Layer_1%27 data-name=%27Layer 1%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 18.57 701.96%27%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2306C7AB;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath class=%27cls-1%27 d=%27M16.29,420.93c-2.45-34.54-10.1-82.42-10.6-120.36C5,250.37,16.17,203,15.44,153c-.45-30.52-5.82-22.61-9-66.73C4.55,60.33,9.56,51.05,9.56,23,9.56,12.61,2.66.88.25,0L0,2V702c.08-.08.17-.14.25-.21,20.23-17.43,5.44-52.3,5.55-93.08.07-25.22,6.86-37.35,8.87-56.33C19.54,506.35,19.57,467.22,16.29,420.93Z%27/%3E%3C/svg%3E");
  }
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(11n+11) > *:first-child {
  background: #876BD4 !important;
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(11n+11) > *:not(:first-child):before {
  background-image: url("data:image/svg+xml,%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 702 18.6%27 style=%27enable-background:new 0 0 702 18.6;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23876BD4;%7D%0A%3C/style%3E%3Cpath class=%27st0%27 d=%27M281.1,16.3c34.5-2.5,82.4-10.1,120.4-10.6C451.6,5,499,16.2,549,15.4c30.5-0.5,22.6-5.8,66.7-9 C641.7,4.6,651,9.6,679,9.6c10.4,0,22.1-6.9,23-9.3L700,0L0,0c0.1,0.1,0.1,0.2,0.2,0.2c17.4,20.2,52.3,5.4,93.1,5.5 c25.2,0.1,37.4,6.9,56.3,8.9C195.7,19.5,234.8,19.6,281.1,16.3z%27/%3E%3C/svg%3E%0A");
}
@media only screen and (min-width: 1201px) {
  .wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(11n+11) > *:not(:first-child):before {
    background-image: url("data:image/svg+xml,%0A%3Csvg id=%27Layer_1%27 data-name=%27Layer 1%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 18.57 701.96%27%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23876BD4;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath class=%27cls-1%27 d=%27M16.29,420.93c-2.45-34.54-10.1-82.42-10.6-120.36C5,250.37,16.17,203,15.44,153c-.45-30.52-5.82-22.61-9-66.73C4.55,60.33,9.56,51.05,9.56,23,9.56,12.61,2.66.88.25,0L0,2V702c.08-.08.17-.14.25-.21,20.23-17.43,5.44-52.3,5.55-93.08.07-25.22,6.86-37.35,8.87-56.33C19.54,506.35,19.57,467.22,16.29,420.93Z%27/%3E%3C/svg%3E");
  }
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(12n+12) > *:first-child {
  background: #FFA03E !important;
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(12n+12) > *:not(:first-child):before {
  background-image: url("data:image/svg+xml,%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 702 18.6%27 style=%27enable-background:new 0 0 702 18.6;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFA03E;%7D%0A%3C/style%3E%3Cpath class=%27st0%27 d=%27M281.1,16.3c34.5-2.5,82.4-10.1,120.4-10.6C451.6,5,499,16.2,549,15.4c30.5-0.5,22.6-5.8,66.7-9 C641.7,4.6,651,9.6,679,9.6c10.4,0,22.1-6.9,23-9.3L700,0L0,0c0.1,0.1,0.1,0.2,0.2,0.2c17.4,20.2,52.3,5.4,93.1,5.5 c25.2,0.1,37.4,6.9,56.3,8.9C195.7,19.5,234.8,19.6,281.1,16.3z%27/%3E%3C/svg%3E%0A");
}
@media only screen and (min-width: 1201px) {
  .wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(12n+12) > *:not(:first-child):before {
    background-image: url("data:image/svg+xml,%0A%3Csvg id=%27Layer_1%27 data-name=%27Layer 1%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 18.57 701.96%27%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23FFA03E;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath class=%27cls-1%27 d=%27M16.29,420.93c-2.45-34.54-10.1-82.42-10.6-120.36C5,250.37,16.17,203,15.44,153c-.45-30.52-5.82-22.61-9-66.73C4.55,60.33,9.56,51.05,9.56,23,9.56,12.61,2.66.88.25,0L0,2V702c.08-.08.17-.14.25-.21,20.23-17.43,5.44-52.3,5.55-93.08.07-25.22,6.86-37.35,8.87-56.33C19.54,506.35,19.57,467.22,16.29,420.93Z%27/%3E%3C/svg%3E");
  }
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(13n+13) > *:first-child {
  background: #04A6DC !important;
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(13n+13) > *:not(:first-child):before {
  background-image: url("data:image/svg+xml,%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 702 18.6%27 style=%27enable-background:new 0 0 702 18.6;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%2304A6DC;%7D%0A%3C/style%3E%3Cpath class=%27st0%27 d=%27M281.1,16.3c34.5-2.5,82.4-10.1,120.4-10.6C451.6,5,499,16.2,549,15.4c30.5-0.5,22.6-5.8,66.7-9 C641.7,4.6,651,9.6,679,9.6c10.4,0,22.1-6.9,23-9.3L700,0L0,0c0.1,0.1,0.1,0.2,0.2,0.2c17.4,20.2,52.3,5.4,93.1,5.5 c25.2,0.1,37.4,6.9,56.3,8.9C195.7,19.5,234.8,19.6,281.1,16.3z%27/%3E%3C/svg%3E%0A");
}
@media only screen and (min-width: 1201px) {
  .wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(13n+13) > *:not(:first-child):before {
    background-image: url("data:image/svg+xml,%0A%3Csvg id=%27Layer_1%27 data-name=%27Layer 1%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 18.57 701.96%27%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2304A6DC;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath class=%27cls-1%27 d=%27M16.29,420.93c-2.45-34.54-10.1-82.42-10.6-120.36C5,250.37,16.17,203,15.44,153c-.45-30.52-5.82-22.61-9-66.73C4.55,60.33,9.56,51.05,9.56,23,9.56,12.61,2.66.88.25,0L0,2V702c.08-.08.17-.14.25-.21,20.23-17.43,5.44-52.3,5.55-93.08.07-25.22,6.86-37.35,8.87-56.33C19.54,506.35,19.57,467.22,16.29,420.93Z%27/%3E%3C/svg%3E");
  }
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(14n+14) > *:first-child {
  background: #0B2C49 !important;
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(14n+14) > *:not(:first-child):before {
  background-image: url("data:image/svg+xml,%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 702 18.6%27 style=%27enable-background:new 0 0 702 18.6;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%230B2C49;%7D%0A%3C/style%3E%3Cpath class=%27st0%27 d=%27M281.1,16.3c34.5-2.5,82.4-10.1,120.4-10.6C451.6,5,499,16.2,549,15.4c30.5-0.5,22.6-5.8,66.7-9 C641.7,4.6,651,9.6,679,9.6c10.4,0,22.1-6.9,23-9.3L700,0L0,0c0.1,0.1,0.1,0.2,0.2,0.2c17.4,20.2,52.3,5.4,93.1,5.5 c25.2,0.1,37.4,6.9,56.3,8.9C195.7,19.5,234.8,19.6,281.1,16.3z%27/%3E%3C/svg%3E%0A");
}
@media only screen and (min-width: 1201px) {
  .wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(14n+14) > *:not(:first-child):before {
    background-image: url("data:image/svg+xml,%0A%3Csvg id=%27Layer_1%27 data-name=%27Layer 1%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 18.57 701.96%27%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%230B2C49;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath class=%27cls-1%27 d=%27M16.29,420.93c-2.45-34.54-10.1-82.42-10.6-120.36C5,250.37,16.17,203,15.44,153c-.45-30.52-5.82-22.61-9-66.73C4.55,60.33,9.56,51.05,9.56,23,9.56,12.61,2.66.88.25,0L0,2V702c.08-.08.17-.14.25-.21,20.23-17.43,5.44-52.3,5.55-93.08.07-25.22,6.86-37.35,8.87-56.33C19.54,506.35,19.57,467.22,16.29,420.93Z%27/%3E%3C/svg%3E");
  }
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(15n+15) > *:first-child {
  background: #24A66F !important;
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(15n+15) > *:not(:first-child):before {
  background-image: url("data:image/svg+xml,%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 702 18.6%27 style=%27enable-background:new 0 0 702 18.6;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%2324A66F;%7D%0A%3C/style%3E%3Cpath class=%27st0%27 d=%27M281.1,16.3c34.5-2.5,82.4-10.1,120.4-10.6C451.6,5,499,16.2,549,15.4c30.5-0.5,22.6-5.8,66.7-9 C641.7,4.6,651,9.6,679,9.6c10.4,0,22.1-6.9,23-9.3L700,0L0,0c0.1,0.1,0.1,0.2,0.2,0.2c17.4,20.2,52.3,5.4,93.1,5.5 c25.2,0.1,37.4,6.9,56.3,8.9C195.7,19.5,234.8,19.6,281.1,16.3z%27/%3E%3C/svg%3E%0A");
}
@media only screen and (min-width: 1201px) {
  .wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(15n+15) > *:not(:first-child):before {
    background-image: url("data:image/svg+xml,%0A%3Csvg id=%27Layer_1%27 data-name=%27Layer 1%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 18.57 701.96%27%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2324A66F;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath class=%27cls-1%27 d=%27M16.29,420.93c-2.45-34.54-10.1-82.42-10.6-120.36C5,250.37,16.17,203,15.44,153c-.45-30.52-5.82-22.61-9-66.73C4.55,60.33,9.56,51.05,9.56,23,9.56,12.61,2.66.88.25,0L0,2V702c.08-.08.17-.14.25-.21,20.23-17.43,5.44-52.3,5.55-93.08.07-25.22,6.86-37.35,8.87-56.33C19.54,506.35,19.57,467.22,16.29,420.93Z%27/%3E%3C/svg%3E");
  }
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(16n+16) > *:first-child {
  background: #06C7AB !important;
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(16n+16) > *:not(:first-child):before {
  background-image: url("data:image/svg+xml,%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 702 18.6%27 style=%27enable-background:new 0 0 702 18.6;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%2306C7AB;%7D%0A%3C/style%3E%3Cpath class=%27st0%27 d=%27M281.1,16.3c34.5-2.5,82.4-10.1,120.4-10.6C451.6,5,499,16.2,549,15.4c30.5-0.5,22.6-5.8,66.7-9 C641.7,4.6,651,9.6,679,9.6c10.4,0,22.1-6.9,23-9.3L700,0L0,0c0.1,0.1,0.1,0.2,0.2,0.2c17.4,20.2,52.3,5.4,93.1,5.5 c25.2,0.1,37.4,6.9,56.3,8.9C195.7,19.5,234.8,19.6,281.1,16.3z%27/%3E%3C/svg%3E%0A");
}
@media only screen and (min-width: 1201px) {
  .wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(16n+16) > *:not(:first-child):before {
    background-image: url("data:image/svg+xml,%0A%3Csvg id=%27Layer_1%27 data-name=%27Layer 1%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 18.57 701.96%27%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2306C7AB;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath class=%27cls-1%27 d=%27M16.29,420.93c-2.45-34.54-10.1-82.42-10.6-120.36C5,250.37,16.17,203,15.44,153c-.45-30.52-5.82-22.61-9-66.73C4.55,60.33,9.56,51.05,9.56,23,9.56,12.61,2.66.88.25,0L0,2V702c.08-.08.17-.14.25-.21,20.23-17.43,5.44-52.3,5.55-93.08.07-25.22,6.86-37.35,8.87-56.33C19.54,506.35,19.57,467.22,16.29,420.93Z%27/%3E%3C/svg%3E");
  }
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(17n+17) > *:first-child {
  background: #876BD4 !important;
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(17n+17) > *:not(:first-child):before {
  background-image: url("data:image/svg+xml,%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 702 18.6%27 style=%27enable-background:new 0 0 702 18.6;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23876BD4;%7D%0A%3C/style%3E%3Cpath class=%27st0%27 d=%27M281.1,16.3c34.5-2.5,82.4-10.1,120.4-10.6C451.6,5,499,16.2,549,15.4c30.5-0.5,22.6-5.8,66.7-9 C641.7,4.6,651,9.6,679,9.6c10.4,0,22.1-6.9,23-9.3L700,0L0,0c0.1,0.1,0.1,0.2,0.2,0.2c17.4,20.2,52.3,5.4,93.1,5.5 c25.2,0.1,37.4,6.9,56.3,8.9C195.7,19.5,234.8,19.6,281.1,16.3z%27/%3E%3C/svg%3E%0A");
}
@media only screen and (min-width: 1201px) {
  .wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(17n+17) > *:not(:first-child):before {
    background-image: url("data:image/svg+xml,%0A%3Csvg id=%27Layer_1%27 data-name=%27Layer 1%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 18.57 701.96%27%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23876BD4;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath class=%27cls-1%27 d=%27M16.29,420.93c-2.45-34.54-10.1-82.42-10.6-120.36C5,250.37,16.17,203,15.44,153c-.45-30.52-5.82-22.61-9-66.73C4.55,60.33,9.56,51.05,9.56,23,9.56,12.61,2.66.88.25,0L0,2V702c.08-.08.17-.14.25-.21,20.23-17.43,5.44-52.3,5.55-93.08.07-25.22,6.86-37.35,8.87-56.33C19.54,506.35,19.57,467.22,16.29,420.93Z%27/%3E%3C/svg%3E");
  }
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(18n+18) > *:first-child {
  background: #FFA03E !important;
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(18n+18) > *:not(:first-child):before {
  background-image: url("data:image/svg+xml,%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 702 18.6%27 style=%27enable-background:new 0 0 702 18.6;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFA03E;%7D%0A%3C/style%3E%3Cpath class=%27st0%27 d=%27M281.1,16.3c34.5-2.5,82.4-10.1,120.4-10.6C451.6,5,499,16.2,549,15.4c30.5-0.5,22.6-5.8,66.7-9 C641.7,4.6,651,9.6,679,9.6c10.4,0,22.1-6.9,23-9.3L700,0L0,0c0.1,0.1,0.1,0.2,0.2,0.2c17.4,20.2,52.3,5.4,93.1,5.5 c25.2,0.1,37.4,6.9,56.3,8.9C195.7,19.5,234.8,19.6,281.1,16.3z%27/%3E%3C/svg%3E%0A");
}
@media only screen and (min-width: 1201px) {
  .wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(18n+18) > *:not(:first-child):before {
    background-image: url("data:image/svg+xml,%0A%3Csvg id=%27Layer_1%27 data-name=%27Layer 1%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 18.57 701.96%27%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23FFA03E;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath class=%27cls-1%27 d=%27M16.29,420.93c-2.45-34.54-10.1-82.42-10.6-120.36C5,250.37,16.17,203,15.44,153c-.45-30.52-5.82-22.61-9-66.73C4.55,60.33,9.56,51.05,9.56,23,9.56,12.61,2.66.88.25,0L0,2V702c.08-.08.17-.14.25-.21,20.23-17.43,5.44-52.3,5.55-93.08.07-25.22,6.86-37.35,8.87-56.33C19.54,506.35,19.57,467.22,16.29,420.93Z%27/%3E%3C/svg%3E");
  }
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(19n+19) > *:first-child {
  background: #04A6DC !important;
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(19n+19) > *:not(:first-child):before {
  background-image: url("data:image/svg+xml,%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 702 18.6%27 style=%27enable-background:new 0 0 702 18.6;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%2304A6DC;%7D%0A%3C/style%3E%3Cpath class=%27st0%27 d=%27M281.1,16.3c34.5-2.5,82.4-10.1,120.4-10.6C451.6,5,499,16.2,549,15.4c30.5-0.5,22.6-5.8,66.7-9 C641.7,4.6,651,9.6,679,9.6c10.4,0,22.1-6.9,23-9.3L700,0L0,0c0.1,0.1,0.1,0.2,0.2,0.2c17.4,20.2,52.3,5.4,93.1,5.5 c25.2,0.1,37.4,6.9,56.3,8.9C195.7,19.5,234.8,19.6,281.1,16.3z%27/%3E%3C/svg%3E%0A");
}
@media only screen and (min-width: 1201px) {
  .wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(19n+19) > *:not(:first-child):before {
    background-image: url("data:image/svg+xml,%0A%3Csvg id=%27Layer_1%27 data-name=%27Layer 1%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 18.57 701.96%27%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2304A6DC;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath class=%27cls-1%27 d=%27M16.29,420.93c-2.45-34.54-10.1-82.42-10.6-120.36C5,250.37,16.17,203,15.44,153c-.45-30.52-5.82-22.61-9-66.73C4.55,60.33,9.56,51.05,9.56,23,9.56,12.61,2.66.88.25,0L0,2V702c.08-.08.17-.14.25-.21,20.23-17.43,5.44-52.3,5.55-93.08.07-25.22,6.86-37.35,8.87-56.33C19.54,506.35,19.57,467.22,16.29,420.93Z%27/%3E%3C/svg%3E");
  }
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(20n+20) > *:first-child {
  background: #0B2C49 !important;
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(20n+20) > *:not(:first-child):before {
  background-image: url("data:image/svg+xml,%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 702 18.6%27 style=%27enable-background:new 0 0 702 18.6;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%230B2C49;%7D%0A%3C/style%3E%3Cpath class=%27st0%27 d=%27M281.1,16.3c34.5-2.5,82.4-10.1,120.4-10.6C451.6,5,499,16.2,549,15.4c30.5-0.5,22.6-5.8,66.7-9 C641.7,4.6,651,9.6,679,9.6c10.4,0,22.1-6.9,23-9.3L700,0L0,0c0.1,0.1,0.1,0.2,0.2,0.2c17.4,20.2,52.3,5.4,93.1,5.5 c25.2,0.1,37.4,6.9,56.3,8.9C195.7,19.5,234.8,19.6,281.1,16.3z%27/%3E%3C/svg%3E%0A");
}
@media only screen and (min-width: 1201px) {
  .wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(20n+20) > *:not(:first-child):before {
    background-image: url("data:image/svg+xml,%0A%3Csvg id=%27Layer_1%27 data-name=%27Layer 1%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 18.57 701.96%27%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%230B2C49;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath class=%27cls-1%27 d=%27M16.29,420.93c-2.45-34.54-10.1-82.42-10.6-120.36C5,250.37,16.17,203,15.44,153c-.45-30.52-5.82-22.61-9-66.73C4.55,60.33,9.56,51.05,9.56,23,9.56,12.61,2.66.88.25,0L0,2V702c.08-.08.17-.14.25-.21,20.23-17.43,5.44-52.3,5.55-93.08.07-25.22,6.86-37.35,8.87-56.33C19.54,506.35,19.57,467.22,16.29,420.93Z%27/%3E%3C/svg%3E");
  }
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(21n+21) > *:first-child {
  background: #24A66F !important;
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(21n+21) > *:not(:first-child):before {
  background-image: url("data:image/svg+xml,%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 702 18.6%27 style=%27enable-background:new 0 0 702 18.6;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%2324A66F;%7D%0A%3C/style%3E%3Cpath class=%27st0%27 d=%27M281.1,16.3c34.5-2.5,82.4-10.1,120.4-10.6C451.6,5,499,16.2,549,15.4c30.5-0.5,22.6-5.8,66.7-9 C641.7,4.6,651,9.6,679,9.6c10.4,0,22.1-6.9,23-9.3L700,0L0,0c0.1,0.1,0.1,0.2,0.2,0.2c17.4,20.2,52.3,5.4,93.1,5.5 c25.2,0.1,37.4,6.9,56.3,8.9C195.7,19.5,234.8,19.6,281.1,16.3z%27/%3E%3C/svg%3E%0A");
}
@media only screen and (min-width: 1201px) {
  .wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(21n+21) > *:not(:first-child):before {
    background-image: url("data:image/svg+xml,%0A%3Csvg id=%27Layer_1%27 data-name=%27Layer 1%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 18.57 701.96%27%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2324A66F;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath class=%27cls-1%27 d=%27M16.29,420.93c-2.45-34.54-10.1-82.42-10.6-120.36C5,250.37,16.17,203,15.44,153c-.45-30.52-5.82-22.61-9-66.73C4.55,60.33,9.56,51.05,9.56,23,9.56,12.61,2.66.88.25,0L0,2V702c.08-.08.17-.14.25-.21,20.23-17.43,5.44-52.3,5.55-93.08.07-25.22,6.86-37.35,8.87-56.33C19.54,506.35,19.57,467.22,16.29,420.93Z%27/%3E%3C/svg%3E");
  }
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(22n+22) > *:first-child {
  background: #06C7AB !important;
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(22n+22) > *:not(:first-child):before {
  background-image: url("data:image/svg+xml,%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 702 18.6%27 style=%27enable-background:new 0 0 702 18.6;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%2306C7AB;%7D%0A%3C/style%3E%3Cpath class=%27st0%27 d=%27M281.1,16.3c34.5-2.5,82.4-10.1,120.4-10.6C451.6,5,499,16.2,549,15.4c30.5-0.5,22.6-5.8,66.7-9 C641.7,4.6,651,9.6,679,9.6c10.4,0,22.1-6.9,23-9.3L700,0L0,0c0.1,0.1,0.1,0.2,0.2,0.2c17.4,20.2,52.3,5.4,93.1,5.5 c25.2,0.1,37.4,6.9,56.3,8.9C195.7,19.5,234.8,19.6,281.1,16.3z%27/%3E%3C/svg%3E%0A");
}
@media only screen and (min-width: 1201px) {
  .wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(22n+22) > *:not(:first-child):before {
    background-image: url("data:image/svg+xml,%0A%3Csvg id=%27Layer_1%27 data-name=%27Layer 1%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 18.57 701.96%27%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2306C7AB;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath class=%27cls-1%27 d=%27M16.29,420.93c-2.45-34.54-10.1-82.42-10.6-120.36C5,250.37,16.17,203,15.44,153c-.45-30.52-5.82-22.61-9-66.73C4.55,60.33,9.56,51.05,9.56,23,9.56,12.61,2.66.88.25,0L0,2V702c.08-.08.17-.14.25-.21,20.23-17.43,5.44-52.3,5.55-93.08.07-25.22,6.86-37.35,8.87-56.33C19.54,506.35,19.57,467.22,16.29,420.93Z%27/%3E%3C/svg%3E");
  }
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(23n+23) > *:first-child {
  background: #876BD4 !important;
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(23n+23) > *:not(:first-child):before {
  background-image: url("data:image/svg+xml,%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 702 18.6%27 style=%27enable-background:new 0 0 702 18.6;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23876BD4;%7D%0A%3C/style%3E%3Cpath class=%27st0%27 d=%27M281.1,16.3c34.5-2.5,82.4-10.1,120.4-10.6C451.6,5,499,16.2,549,15.4c30.5-0.5,22.6-5.8,66.7-9 C641.7,4.6,651,9.6,679,9.6c10.4,0,22.1-6.9,23-9.3L700,0L0,0c0.1,0.1,0.1,0.2,0.2,0.2c17.4,20.2,52.3,5.4,93.1,5.5 c25.2,0.1,37.4,6.9,56.3,8.9C195.7,19.5,234.8,19.6,281.1,16.3z%27/%3E%3C/svg%3E%0A");
}
@media only screen and (min-width: 1201px) {
  .wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(23n+23) > *:not(:first-child):before {
    background-image: url("data:image/svg+xml,%0A%3Csvg id=%27Layer_1%27 data-name=%27Layer 1%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 18.57 701.96%27%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23876BD4;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath class=%27cls-1%27 d=%27M16.29,420.93c-2.45-34.54-10.1-82.42-10.6-120.36C5,250.37,16.17,203,15.44,153c-.45-30.52-5.82-22.61-9-66.73C4.55,60.33,9.56,51.05,9.56,23,9.56,12.61,2.66.88.25,0L0,2V702c.08-.08.17-.14.25-.21,20.23-17.43,5.44-52.3,5.55-93.08.07-25.22,6.86-37.35,8.87-56.33C19.54,506.35,19.57,467.22,16.29,420.93Z%27/%3E%3C/svg%3E");
  }
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(24n+24) > *:first-child {
  background: #FFA03E !important;
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(24n+24) > *:not(:first-child):before {
  background-image: url("data:image/svg+xml,%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 702 18.6%27 style=%27enable-background:new 0 0 702 18.6;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFA03E;%7D%0A%3C/style%3E%3Cpath class=%27st0%27 d=%27M281.1,16.3c34.5-2.5,82.4-10.1,120.4-10.6C451.6,5,499,16.2,549,15.4c30.5-0.5,22.6-5.8,66.7-9 C641.7,4.6,651,9.6,679,9.6c10.4,0,22.1-6.9,23-9.3L700,0L0,0c0.1,0.1,0.1,0.2,0.2,0.2c17.4,20.2,52.3,5.4,93.1,5.5 c25.2,0.1,37.4,6.9,56.3,8.9C195.7,19.5,234.8,19.6,281.1,16.3z%27/%3E%3C/svg%3E%0A");
}
@media only screen and (min-width: 1201px) {
  .wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(24n+24) > *:not(:first-child):before {
    background-image: url("data:image/svg+xml,%0A%3Csvg id=%27Layer_1%27 data-name=%27Layer 1%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 18.57 701.96%27%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23FFA03E;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath class=%27cls-1%27 d=%27M16.29,420.93c-2.45-34.54-10.1-82.42-10.6-120.36C5,250.37,16.17,203,15.44,153c-.45-30.52-5.82-22.61-9-66.73C4.55,60.33,9.56,51.05,9.56,23,9.56,12.61,2.66.88.25,0L0,2V702c.08-.08.17-.14.25-.21,20.23-17.43,5.44-52.3,5.55-93.08.07-25.22,6.86-37.35,8.87-56.33C19.54,506.35,19.57,467.22,16.29,420.93Z%27/%3E%3C/svg%3E");
  }
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(25n+25) > *:first-child {
  background: #04A6DC !important;
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(25n+25) > *:not(:first-child):before {
  background-image: url("data:image/svg+xml,%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 702 18.6%27 style=%27enable-background:new 0 0 702 18.6;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%2304A6DC;%7D%0A%3C/style%3E%3Cpath class=%27st0%27 d=%27M281.1,16.3c34.5-2.5,82.4-10.1,120.4-10.6C451.6,5,499,16.2,549,15.4c30.5-0.5,22.6-5.8,66.7-9 C641.7,4.6,651,9.6,679,9.6c10.4,0,22.1-6.9,23-9.3L700,0L0,0c0.1,0.1,0.1,0.2,0.2,0.2c17.4,20.2,52.3,5.4,93.1,5.5 c25.2,0.1,37.4,6.9,56.3,8.9C195.7,19.5,234.8,19.6,281.1,16.3z%27/%3E%3C/svg%3E%0A");
}
@media only screen and (min-width: 1201px) {
  .wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(25n+25) > *:not(:first-child):before {
    background-image: url("data:image/svg+xml,%0A%3Csvg id=%27Layer_1%27 data-name=%27Layer 1%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 18.57 701.96%27%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2304A6DC;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath class=%27cls-1%27 d=%27M16.29,420.93c-2.45-34.54-10.1-82.42-10.6-120.36C5,250.37,16.17,203,15.44,153c-.45-30.52-5.82-22.61-9-66.73C4.55,60.33,9.56,51.05,9.56,23,9.56,12.61,2.66.88.25,0L0,2V702c.08-.08.17-.14.25-.21,20.23-17.43,5.44-52.3,5.55-93.08.07-25.22,6.86-37.35,8.87-56.33C19.54,506.35,19.57,467.22,16.29,420.93Z%27/%3E%3C/svg%3E");
  }
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(26n+26) > *:first-child {
  background: #0B2C49 !important;
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(26n+26) > *:not(:first-child):before {
  background-image: url("data:image/svg+xml,%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 702 18.6%27 style=%27enable-background:new 0 0 702 18.6;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%230B2C49;%7D%0A%3C/style%3E%3Cpath class=%27st0%27 d=%27M281.1,16.3c34.5-2.5,82.4-10.1,120.4-10.6C451.6,5,499,16.2,549,15.4c30.5-0.5,22.6-5.8,66.7-9 C641.7,4.6,651,9.6,679,9.6c10.4,0,22.1-6.9,23-9.3L700,0L0,0c0.1,0.1,0.1,0.2,0.2,0.2c17.4,20.2,52.3,5.4,93.1,5.5 c25.2,0.1,37.4,6.9,56.3,8.9C195.7,19.5,234.8,19.6,281.1,16.3z%27/%3E%3C/svg%3E%0A");
}
@media only screen and (min-width: 1201px) {
  .wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(26n+26) > *:not(:first-child):before {
    background-image: url("data:image/svg+xml,%0A%3Csvg id=%27Layer_1%27 data-name=%27Layer 1%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 18.57 701.96%27%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%230B2C49;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath class=%27cls-1%27 d=%27M16.29,420.93c-2.45-34.54-10.1-82.42-10.6-120.36C5,250.37,16.17,203,15.44,153c-.45-30.52-5.82-22.61-9-66.73C4.55,60.33,9.56,51.05,9.56,23,9.56,12.61,2.66.88.25,0L0,2V702c.08-.08.17-.14.25-.21,20.23-17.43,5.44-52.3,5.55-93.08.07-25.22,6.86-37.35,8.87-56.33C19.54,506.35,19.57,467.22,16.29,420.93Z%27/%3E%3C/svg%3E");
  }
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(27n+27) > *:first-child {
  background: #24A66F !important;
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(27n+27) > *:not(:first-child):before {
  background-image: url("data:image/svg+xml,%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 702 18.6%27 style=%27enable-background:new 0 0 702 18.6;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%2324A66F;%7D%0A%3C/style%3E%3Cpath class=%27st0%27 d=%27M281.1,16.3c34.5-2.5,82.4-10.1,120.4-10.6C451.6,5,499,16.2,549,15.4c30.5-0.5,22.6-5.8,66.7-9 C641.7,4.6,651,9.6,679,9.6c10.4,0,22.1-6.9,23-9.3L700,0L0,0c0.1,0.1,0.1,0.2,0.2,0.2c17.4,20.2,52.3,5.4,93.1,5.5 c25.2,0.1,37.4,6.9,56.3,8.9C195.7,19.5,234.8,19.6,281.1,16.3z%27/%3E%3C/svg%3E%0A");
}
@media only screen and (min-width: 1201px) {
  .wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(27n+27) > *:not(:first-child):before {
    background-image: url("data:image/svg+xml,%0A%3Csvg id=%27Layer_1%27 data-name=%27Layer 1%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 18.57 701.96%27%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2324A66F;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath class=%27cls-1%27 d=%27M16.29,420.93c-2.45-34.54-10.1-82.42-10.6-120.36C5,250.37,16.17,203,15.44,153c-.45-30.52-5.82-22.61-9-66.73C4.55,60.33,9.56,51.05,9.56,23,9.56,12.61,2.66.88.25,0L0,2V702c.08-.08.17-.14.25-.21,20.23-17.43,5.44-52.3,5.55-93.08.07-25.22,6.86-37.35,8.87-56.33C19.54,506.35,19.57,467.22,16.29,420.93Z%27/%3E%3C/svg%3E");
  }
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(28n+28) > *:first-child {
  background: #06C7AB !important;
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(28n+28) > *:not(:first-child):before {
  background-image: url("data:image/svg+xml,%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 702 18.6%27 style=%27enable-background:new 0 0 702 18.6;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%2306C7AB;%7D%0A%3C/style%3E%3Cpath class=%27st0%27 d=%27M281.1,16.3c34.5-2.5,82.4-10.1,120.4-10.6C451.6,5,499,16.2,549,15.4c30.5-0.5,22.6-5.8,66.7-9 C641.7,4.6,651,9.6,679,9.6c10.4,0,22.1-6.9,23-9.3L700,0L0,0c0.1,0.1,0.1,0.2,0.2,0.2c17.4,20.2,52.3,5.4,93.1,5.5 c25.2,0.1,37.4,6.9,56.3,8.9C195.7,19.5,234.8,19.6,281.1,16.3z%27/%3E%3C/svg%3E%0A");
}
@media only screen and (min-width: 1201px) {
  .wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(28n+28) > *:not(:first-child):before {
    background-image: url("data:image/svg+xml,%0A%3Csvg id=%27Layer_1%27 data-name=%27Layer 1%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 18.57 701.96%27%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2306C7AB;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath class=%27cls-1%27 d=%27M16.29,420.93c-2.45-34.54-10.1-82.42-10.6-120.36C5,250.37,16.17,203,15.44,153c-.45-30.52-5.82-22.61-9-66.73C4.55,60.33,9.56,51.05,9.56,23,9.56,12.61,2.66.88.25,0L0,2V702c.08-.08.17-.14.25-.21,20.23-17.43,5.44-52.3,5.55-93.08.07-25.22,6.86-37.35,8.87-56.33C19.54,506.35,19.57,467.22,16.29,420.93Z%27/%3E%3C/svg%3E");
  }
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(29n+29) > *:first-child {
  background: #876BD4 !important;
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(29n+29) > *:not(:first-child):before {
  background-image: url("data:image/svg+xml,%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 702 18.6%27 style=%27enable-background:new 0 0 702 18.6;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23876BD4;%7D%0A%3C/style%3E%3Cpath class=%27st0%27 d=%27M281.1,16.3c34.5-2.5,82.4-10.1,120.4-10.6C451.6,5,499,16.2,549,15.4c30.5-0.5,22.6-5.8,66.7-9 C641.7,4.6,651,9.6,679,9.6c10.4,0,22.1-6.9,23-9.3L700,0L0,0c0.1,0.1,0.1,0.2,0.2,0.2c17.4,20.2,52.3,5.4,93.1,5.5 c25.2,0.1,37.4,6.9,56.3,8.9C195.7,19.5,234.8,19.6,281.1,16.3z%27/%3E%3C/svg%3E%0A");
}
@media only screen and (min-width: 1201px) {
  .wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(29n+29) > *:not(:first-child):before {
    background-image: url("data:image/svg+xml,%0A%3Csvg id=%27Layer_1%27 data-name=%27Layer 1%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 18.57 701.96%27%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23876BD4;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath class=%27cls-1%27 d=%27M16.29,420.93c-2.45-34.54-10.1-82.42-10.6-120.36C5,250.37,16.17,203,15.44,153c-.45-30.52-5.82-22.61-9-66.73C4.55,60.33,9.56,51.05,9.56,23,9.56,12.61,2.66.88.25,0L0,2V702c.08-.08.17-.14.25-.21,20.23-17.43,5.44-52.3,5.55-93.08.07-25.22,6.86-37.35,8.87-56.33C19.54,506.35,19.57,467.22,16.29,420.93Z%27/%3E%3C/svg%3E");
  }
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(30n+30) > *:first-child {
  background: #FFA03E !important;
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(30n+30) > *:not(:first-child):before {
  background-image: url("data:image/svg+xml,%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 702 18.6%27 style=%27enable-background:new 0 0 702 18.6;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFA03E;%7D%0A%3C/style%3E%3Cpath class=%27st0%27 d=%27M281.1,16.3c34.5-2.5,82.4-10.1,120.4-10.6C451.6,5,499,16.2,549,15.4c30.5-0.5,22.6-5.8,66.7-9 C641.7,4.6,651,9.6,679,9.6c10.4,0,22.1-6.9,23-9.3L700,0L0,0c0.1,0.1,0.1,0.2,0.2,0.2c17.4,20.2,52.3,5.4,93.1,5.5 c25.2,0.1,37.4,6.9,56.3,8.9C195.7,19.5,234.8,19.6,281.1,16.3z%27/%3E%3C/svg%3E%0A");
}
@media only screen and (min-width: 1201px) {
  .wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(30n+30) > *:not(:first-child):before {
    background-image: url("data:image/svg+xml,%0A%3Csvg id=%27Layer_1%27 data-name=%27Layer 1%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 18.57 701.96%27%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23FFA03E;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath class=%27cls-1%27 d=%27M16.29,420.93c-2.45-34.54-10.1-82.42-10.6-120.36C5,250.37,16.17,203,15.44,153c-.45-30.52-5.82-22.61-9-66.73C4.55,60.33,9.56,51.05,9.56,23,9.56,12.61,2.66.88.25,0L0,2V702c.08-.08.17-.14.25-.21,20.23-17.43,5.44-52.3,5.55-93.08.07-25.22,6.86-37.35,8.87-56.33C19.54,506.35,19.57,467.22,16.29,420.93Z%27/%3E%3C/svg%3E");
  }
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(31n+31) > *:first-child {
  background: #04A6DC !important;
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(31n+31) > *:not(:first-child):before {
  background-image: url("data:image/svg+xml,%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 702 18.6%27 style=%27enable-background:new 0 0 702 18.6;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%2304A6DC;%7D%0A%3C/style%3E%3Cpath class=%27st0%27 d=%27M281.1,16.3c34.5-2.5,82.4-10.1,120.4-10.6C451.6,5,499,16.2,549,15.4c30.5-0.5,22.6-5.8,66.7-9 C641.7,4.6,651,9.6,679,9.6c10.4,0,22.1-6.9,23-9.3L700,0L0,0c0.1,0.1,0.1,0.2,0.2,0.2c17.4,20.2,52.3,5.4,93.1,5.5 c25.2,0.1,37.4,6.9,56.3,8.9C195.7,19.5,234.8,19.6,281.1,16.3z%27/%3E%3C/svg%3E%0A");
}
@media only screen and (min-width: 1201px) {
  .wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(31n+31) > *:not(:first-child):before {
    background-image: url("data:image/svg+xml,%0A%3Csvg id=%27Layer_1%27 data-name=%27Layer 1%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 18.57 701.96%27%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2304A6DC;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath class=%27cls-1%27 d=%27M16.29,420.93c-2.45-34.54-10.1-82.42-10.6-120.36C5,250.37,16.17,203,15.44,153c-.45-30.52-5.82-22.61-9-66.73C4.55,60.33,9.56,51.05,9.56,23,9.56,12.61,2.66.88.25,0L0,2V702c.08-.08.17-.14.25-.21,20.23-17.43,5.44-52.3,5.55-93.08.07-25.22,6.86-37.35,8.87-56.33C19.54,506.35,19.57,467.22,16.29,420.93Z%27/%3E%3C/svg%3E");
  }
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(32n+32) > *:first-child {
  background: #0B2C49 !important;
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(32n+32) > *:not(:first-child):before {
  background-image: url("data:image/svg+xml,%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 702 18.6%27 style=%27enable-background:new 0 0 702 18.6;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%230B2C49;%7D%0A%3C/style%3E%3Cpath class=%27st0%27 d=%27M281.1,16.3c34.5-2.5,82.4-10.1,120.4-10.6C451.6,5,499,16.2,549,15.4c30.5-0.5,22.6-5.8,66.7-9 C641.7,4.6,651,9.6,679,9.6c10.4,0,22.1-6.9,23-9.3L700,0L0,0c0.1,0.1,0.1,0.2,0.2,0.2c17.4,20.2,52.3,5.4,93.1,5.5 c25.2,0.1,37.4,6.9,56.3,8.9C195.7,19.5,234.8,19.6,281.1,16.3z%27/%3E%3C/svg%3E%0A");
}
@media only screen and (min-width: 1201px) {
  .wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(32n+32) > *:not(:first-child):before {
    background-image: url("data:image/svg+xml,%0A%3Csvg id=%27Layer_1%27 data-name=%27Layer 1%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 18.57 701.96%27%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%230B2C49;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath class=%27cls-1%27 d=%27M16.29,420.93c-2.45-34.54-10.1-82.42-10.6-120.36C5,250.37,16.17,203,15.44,153c-.45-30.52-5.82-22.61-9-66.73C4.55,60.33,9.56,51.05,9.56,23,9.56,12.61,2.66.88.25,0L0,2V702c.08-.08.17-.14.25-.21,20.23-17.43,5.44-52.3,5.55-93.08.07-25.22,6.86-37.35,8.87-56.33C19.54,506.35,19.57,467.22,16.29,420.93Z%27/%3E%3C/svg%3E");
  }
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(33n+33) > *:first-child {
  background: #24A66F !important;
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(33n+33) > *:not(:first-child):before {
  background-image: url("data:image/svg+xml,%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 702 18.6%27 style=%27enable-background:new 0 0 702 18.6;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%2324A66F;%7D%0A%3C/style%3E%3Cpath class=%27st0%27 d=%27M281.1,16.3c34.5-2.5,82.4-10.1,120.4-10.6C451.6,5,499,16.2,549,15.4c30.5-0.5,22.6-5.8,66.7-9 C641.7,4.6,651,9.6,679,9.6c10.4,0,22.1-6.9,23-9.3L700,0L0,0c0.1,0.1,0.1,0.2,0.2,0.2c17.4,20.2,52.3,5.4,93.1,5.5 c25.2,0.1,37.4,6.9,56.3,8.9C195.7,19.5,234.8,19.6,281.1,16.3z%27/%3E%3C/svg%3E%0A");
}
@media only screen and (min-width: 1201px) {
  .wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(33n+33) > *:not(:first-child):before {
    background-image: url("data:image/svg+xml,%0A%3Csvg id=%27Layer_1%27 data-name=%27Layer 1%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 18.57 701.96%27%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2324A66F;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath class=%27cls-1%27 d=%27M16.29,420.93c-2.45-34.54-10.1-82.42-10.6-120.36C5,250.37,16.17,203,15.44,153c-.45-30.52-5.82-22.61-9-66.73C4.55,60.33,9.56,51.05,9.56,23,9.56,12.61,2.66.88.25,0L0,2V702c.08-.08.17-.14.25-.21,20.23-17.43,5.44-52.3,5.55-93.08.07-25.22,6.86-37.35,8.87-56.33C19.54,506.35,19.57,467.22,16.29,420.93Z%27/%3E%3C/svg%3E");
  }
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(34n+34) > *:first-child {
  background: #06C7AB !important;
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(34n+34) > *:not(:first-child):before {
  background-image: url("data:image/svg+xml,%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 702 18.6%27 style=%27enable-background:new 0 0 702 18.6;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%2306C7AB;%7D%0A%3C/style%3E%3Cpath class=%27st0%27 d=%27M281.1,16.3c34.5-2.5,82.4-10.1,120.4-10.6C451.6,5,499,16.2,549,15.4c30.5-0.5,22.6-5.8,66.7-9 C641.7,4.6,651,9.6,679,9.6c10.4,0,22.1-6.9,23-9.3L700,0L0,0c0.1,0.1,0.1,0.2,0.2,0.2c17.4,20.2,52.3,5.4,93.1,5.5 c25.2,0.1,37.4,6.9,56.3,8.9C195.7,19.5,234.8,19.6,281.1,16.3z%27/%3E%3C/svg%3E%0A");
}
@media only screen and (min-width: 1201px) {
  .wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(34n+34) > *:not(:first-child):before {
    background-image: url("data:image/svg+xml,%0A%3Csvg id=%27Layer_1%27 data-name=%27Layer 1%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 18.57 701.96%27%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2306C7AB;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath class=%27cls-1%27 d=%27M16.29,420.93c-2.45-34.54-10.1-82.42-10.6-120.36C5,250.37,16.17,203,15.44,153c-.45-30.52-5.82-22.61-9-66.73C4.55,60.33,9.56,51.05,9.56,23,9.56,12.61,2.66.88.25,0L0,2V702c.08-.08.17-.14.25-.21,20.23-17.43,5.44-52.3,5.55-93.08.07-25.22,6.86-37.35,8.87-56.33C19.54,506.35,19.57,467.22,16.29,420.93Z%27/%3E%3C/svg%3E");
  }
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(35n+35) > *:first-child {
  background: #876BD4 !important;
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(35n+35) > *:not(:first-child):before {
  background-image: url("data:image/svg+xml,%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 702 18.6%27 style=%27enable-background:new 0 0 702 18.6;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23876BD4;%7D%0A%3C/style%3E%3Cpath class=%27st0%27 d=%27M281.1,16.3c34.5-2.5,82.4-10.1,120.4-10.6C451.6,5,499,16.2,549,15.4c30.5-0.5,22.6-5.8,66.7-9 C641.7,4.6,651,9.6,679,9.6c10.4,0,22.1-6.9,23-9.3L700,0L0,0c0.1,0.1,0.1,0.2,0.2,0.2c17.4,20.2,52.3,5.4,93.1,5.5 c25.2,0.1,37.4,6.9,56.3,8.9C195.7,19.5,234.8,19.6,281.1,16.3z%27/%3E%3C/svg%3E%0A");
}
@media only screen and (min-width: 1201px) {
  .wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(35n+35) > *:not(:first-child):before {
    background-image: url("data:image/svg+xml,%0A%3Csvg id=%27Layer_1%27 data-name=%27Layer 1%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 18.57 701.96%27%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23876BD4;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath class=%27cls-1%27 d=%27M16.29,420.93c-2.45-34.54-10.1-82.42-10.6-120.36C5,250.37,16.17,203,15.44,153c-.45-30.52-5.82-22.61-9-66.73C4.55,60.33,9.56,51.05,9.56,23,9.56,12.61,2.66.88.25,0L0,2V702c.08-.08.17-.14.25-.21,20.23-17.43,5.44-52.3,5.55-93.08.07-25.22,6.86-37.35,8.87-56.33C19.54,506.35,19.57,467.22,16.29,420.93Z%27/%3E%3C/svg%3E");
  }
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(36n+36) > *:first-child {
  background: #FFA03E !important;
}
.wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(36n+36) > *:not(:first-child):before {
  background-image: url("data:image/svg+xml,%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 702 18.6%27 style=%27enable-background:new 0 0 702 18.6;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFA03E;%7D%0A%3C/style%3E%3Cpath class=%27st0%27 d=%27M281.1,16.3c34.5-2.5,82.4-10.1,120.4-10.6C451.6,5,499,16.2,549,15.4c30.5-0.5,22.6-5.8,66.7-9 C641.7,4.6,651,9.6,679,9.6c10.4,0,22.1-6.9,23-9.3L700,0L0,0c0.1,0.1,0.1,0.2,0.2,0.2c17.4,20.2,52.3,5.4,93.1,5.5 c25.2,0.1,37.4,6.9,56.3,8.9C195.7,19.5,234.8,19.6,281.1,16.3z%27/%3E%3C/svg%3E%0A");
}
@media only screen and (min-width: 1201px) {
  .wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:nth-child(36n+36) > *:not(:first-child):before {
    background-image: url("data:image/svg+xml,%0A%3Csvg id=%27Layer_1%27 data-name=%27Layer 1%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 18.57 701.96%27%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23FFA03E;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath class=%27cls-1%27 d=%27M16.29,420.93c-2.45-34.54-10.1-82.42-10.6-120.36C5,250.37,16.17,203,15.44,153c-.45-30.52-5.82-22.61-9-66.73C4.55,60.33,9.56,51.05,9.56,23,9.56,12.61,2.66.88.25,0L0,2V702c.08-.08.17-.14.25-.21,20.23-17.43,5.44-52.3,5.55-93.08.07-25.22,6.86-37.35,8.87-56.33C19.54,506.35,19.57,467.22,16.29,420.93Z%27/%3E%3C/svg%3E");
  }
}
@media only screen and (max-width: 1200px) {
  .wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) {
    flex-wrap: wrap;
  }
  .wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item .accordion-header {
    padding: 0 1.5rem;
    height: var(--accordion-header-height);
  }
  .wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item .accordion-header:after {
    content: none;
  }
  .wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item .accordion-inner:before {
    width: 100%;
    height: calc(var(--accordion-wave-size) + 10px);
  }
  .wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item.is-selected, .wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item.is-open, .wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item.has-child-selected {
    height: auto;
  }
  .wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:not(.is-selected):not(.is-open):not(.has-child-selected) {
    height: var(--accordion-header-height);
  }
}
@media only screen and (min-width: 1201px) {
  .wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) {
    margin: 0;
    padding: 0;
    width: 100%;
    height: var(--accordion-height);
  }
  .wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item {
    width: var(--accordion-header-height);
    display: flex;
    position: relative;
    flex-grow: 0;
    transition: flex-grow 0.25s ease;
    margin: 0 !important;
  }
  .wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item .accordion-header {
    max-width: var(--accordion-header-height);
    height: 100%;
    writing-mode: vertical-lr;
    margin: 0;
    padding: 1.5rem 1rem 1.5rem 1rem;
  }
  .wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item .accordion-header:after {
    content: none;
  }
  .wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item .accordion-inner {
    position: relative;
    padding: 3rem 3rem 3rem 4rem;
    max-height: 100% !important;
    min-width: 40vw;
    overflow: hidden;
  }
  .wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item .accordion-inner:before {
    bottom: 0;
    width: var(--accordion-wave-size);
    height: 100%;
    background-size: cover;
    background-image: url("data:image/svg+xml,%0A%3Csvg id=%27Layer_1%27 data-name=%27Layer 1%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 18.57 701.96%27%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2304A6DC;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath class=%27cls-1%27 d=%27M16.29,420.93c-2.45-34.54-10.1-82.42-10.6-120.36C5,250.37,16.17,203,15.44,153c-.45-30.52-5.82-22.61-9-66.73C4.55,60.33,9.56,51.05,9.56,23,9.56,12.61,2.66.88.25,0L0,2V702c.08-.08.17-.14.25-.21,20.23-17.43,5.44-52.3,5.55-93.08.07-25.22,6.86-37.35,8.87-56.33C19.54,506.35,19.57,467.22,16.29,420.93Z%27/%3E%3C/svg%3E");
  }
  .wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item .accordion-inner > * {
    transition: opacity 0.25s ease;
    opacity: 0;
  }
  .wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item.is-selected, .wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item.is-open, .wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item.has-child-selected {
    flex-grow: 1;
  }
  .wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item.is-selected .accordion-inner > *, .wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item.is-open .accordion-inner > *, .wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item.has-child-selected .accordion-inner > * {
    transition-delay: 0.25s;
    opacity: 1;
  }
  .wp-block-custom-accordion.accordion-horizontal:not(.block-editor-block-list__block) .accordion-item:not(.is-selected):not(.is-open):not(.has-child-selected) .accordion-inner > * {
    transition: none;
    opacity: 0;
  }
}
.wp-block-custom-accordion.jumbo .accordion-item {
  margin-block-start: 1.5rem !important;
  background-color: var(--wp--preset--color--accent-2);
  border-color: var(--wp--preset--color--accent-2);
}
.wp-block-custom-accordion.jumbo .accordion-item .accordion-header {
  padding: 1rem 4rem 1rem 1rem;
  font-weight: 900;
  font-size: var(--wp--preset--font-size--large);
  color: var(--wp--preset--color--accent-1);
}
@media only screen and (min-width: 768px) {
  .wp-block-custom-accordion.jumbo .accordion-item .accordion-header {
    padding: 3rem 6rem 3rem 3rem;
  }
}
.wp-block-custom-accordion.jumbo .accordion-item .accordion-header:after {
  right: 1rem;
  padding: 0.5rem;
  border-radius: 50%;
  border: 1px solid var(--wp--preset--color--black);
}
@media only screen and (min-width: 1201px) {
  .wp-block-custom-accordion.jumbo .accordion-item .accordion-header:after {
    right: 3rem;
    padding: 0.75rem;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
}
.wp-block-custom-accordion.jumbo .accordion-item > .accordion-inner {
  padding-left: 1rem;
  padding-right: 1rem;
}
.wp-block-custom-accordion.jumbo .accordion-item > .accordion-inner > *:last-child {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .wp-block-custom-accordion.jumbo .accordion-item > .accordion-inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .wp-block-custom-accordion.jumbo .accordion-item > .accordion-inner > *:last-child {
    margin-bottom: 3rem;
  }
}
.wp-block-custom-accordion.jumbo .accordion-item.is-selected .accordion-header:after, .wp-block-custom-accordion.jumbo .accordion-item.is-open .accordion-header:after, .wp-block-custom-accordion.jumbo .accordion-item.has-child-selected .accordion-header:after {
  border-color: var(--wp--preset--color--accent-1);
  background-image: url("data:image/svg+xml,%0A%3Csvg width=%2719%27 height=%2720%27 viewBox=%270 0 19 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M9.33325 1.75V18.4167%27 stroke=%27%2306C7AB%27 stroke-width=%271.66667%27 stroke-linecap=%27round%27/%3E%3Cpath d=%27M17.6665 10.0833H0.999838%27 stroke=%27%2306C7AB%27 stroke-width=%271.66667%27 stroke-linecap=%27round%27/%3E%3C/svg%3E%0A");
}

@media only screen and (max-width: 767.98px) {
  .is-style-continued-accordion > .wp-block-columns {
    gap: 0;
  }
  .is-style-continued-accordion .is-style-accordion > *:last-of-type {
    border-bottom: none;
  }
}

/*# sourceMappingURL=style-index.css.map*/