/*!*******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./sass/editor.scss ***!
  \*******************************************************************************************************************************************************************/
.editor-styles-wrapper {
  /*--------------------------------------------------------------
  # Typography
  --------------------------------------------------------------*/
  /* ==== BUTTONS ============================================= */
  /* ==== HEADINGS ============================================= */
}
.editor-styles-wrapper .wp-block-button .wp-block-button__link,
.editor-styles-wrapper .btn {
  background: var(--wp--preset--color--orange);
  border: 2px solid var(--wp--preset--color--orange);
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  min-width: 150px;
  padding: 6px 24px;
  text-align: center;
  transition: 0.2s ease all;
  position: relative;
  z-index: 1;
}
.editor-styles-wrapper .wp-block-button .wp-block-button__link:hover, .editor-styles-wrapper .wp-block-button .wp-block-button__link:focus,
.editor-styles-wrapper .btn:hover,
.editor-styles-wrapper .btn:focus {
  color: var(--wp--preset--color--dark-blue);
  background: var(--wp--preset--color--white);
  border-color: var(--wp--preset--color--white);
}
.editor-styles-wrapper .wp-block-button .wp-block-button__link:active,
.editor-styles-wrapper .btn:active {
  transform: scale(0.98);
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1607843137);
}
.editor-styles-wrapper .wp-block-button .wp-block-button__link.has-dark-blue-background-color,
.editor-styles-wrapper .btn.has-dark-blue-background-color {
  background: var(--wp--preset--color--dark-blue);
  border: none;
  color: #fff;
  overflow: hidden;
  padding: 8px 24px;
}
.editor-styles-wrapper .wp-block-button .wp-block-button__link.has-dark-blue-background-color:before,
.editor-styles-wrapper .btn.has-dark-blue-background-color:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #222D5E 20%, #6D98CC 100%);
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: -1;
  border-radius: 28px;
}
.editor-styles-wrapper .wp-block-button .wp-block-button__link.has-dark-blue-background-color:hover:before,
.editor-styles-wrapper .btn.has-dark-blue-background-color:hover:before {
  opacity: 1;
}
.editor-styles-wrapper .wp-block-button.is-style-outline > .wp-block-button__link,
.editor-styles-wrapper .wp-block-button__link.is-style-outline,
.editor-styles-wrapper .btn.is-style-outline {
  background: none;
  border-color: currentColor;
  padding: 6px 24px;
}
.editor-styles-wrapper .wp-block-button.is-style-outline > .wp-block-button__link:hover, .editor-styles-wrapper .wp-block-button.is-style-outline > .wp-block-button__link:focus,
.editor-styles-wrapper .wp-block-button__link.is-style-outline:hover,
.editor-styles-wrapper .wp-block-button__link.is-style-outline:focus,
.editor-styles-wrapper .btn.is-style-outline:hover,
.editor-styles-wrapper .btn.is-style-outline:focus {
  color: var(--wp--preset--color--orange);
  border-color: var(--wp--preset--color--orange);
}
.editor-styles-wrapper .wp-block-button.is-style-outline > .wp-block-button__link.has-dark-blue-color:hover,
.editor-styles-wrapper .wp-block-button__link.is-style-outline.has-dark-blue-color:hover,
.editor-styles-wrapper .btn.is-style-outline.has-dark-blue-color:hover {
  border-color: var(--wp--preset--color--blue);
  color: var(--wp--preset--color--blue) !important;
}
.editor-styles-wrapper div[data-type="acf/button-group"],
.editor-styles-wrapper div.button-group {
  background: none !important;
}
.editor-styles-wrapper .button-group {
  gap: 10px;
  display: flex;
}
.editor-styles-wrapper .button-group.align-center {
  display: flex;
  justify-content: center;
}
.editor-styles-wrapper .button-group.align-right {
  display: flex;
  flex-direction: row-reverse;
}
.editor-styles-wrapper body {
  --global-content-edge-padding: var(--wp--preset--spacing--site-gutter);
  --scrollbar: 0px;
}
.editor-styles-wrapper .edit-post-visual-editor__post-title-wrapper,
.editor-styles-wrapper .is-root-container {
  padding-left: var(--wp--preset--spacing--site-gutter);
  padding-right: var(--wp--preset--spacing--site-gutter);
}
.editor-styles-wrapper .edit-post-visual-editor__post-title-wrapper > .alignfull,
.editor-styles-wrapper .is-root-container > .alignfull {
  margin-right: calc(var(--wp--preset--spacing--site-gutter) * -1);
  margin-left: calc(var(--wp--preset--spacing--site-gutter) * -1);
}
.editor-styles-wrapper .is-root-container :where(.has-global-padding):not(.alignfull),
.editor-styles-wrapper .has-global-padding :where(.has-global-padding):not(.alignfull) {
  padding-right: 0;
  padding-left: 0;
}
.editor-styles-wrapper .has-global-padding-left {
  padding-left: var(--wp--style--root--padding-left);
}
.editor-styles-wrapper .has-global-padding-left.wp-block-kadence-column {
  padding-left: 0;
}
.editor-styles-wrapper .has-global-padding-left.wp-block-kadence-column > .kt-inside-inner-col {
  padding-left: var(--wp--style--root--padding-left);
}
.editor-styles-wrapper .negate-global-padding-right {
  margin-right: min(-0.5 * (100vw - var(--scrollbar) - var(--wp--style--global--content-size)), -1 * var(--wp--style--root--padding-left)) !important;
}
body.wp-admin .editor-styles-wrapper .negate-global-padding-right {
  margin-right: calc(-1 * var(--wp--style--root--padding-right)) !important;
}
.editor-styles-wrapper .negate-global-padding-left {
  margin-left: min(-0.5 * (100vw - var(--scrollbar) - var(--wp--style--global--content-size)), -1 * var(--wp--style--root--padding-left)) !important;
}
body.wp-admin .editor-styles-wrapper .negate-global-padding-left {
  margin-right: calc(-1 * var(--wp--style--root--padding-left)) !important;
}
.editor-styles-wrapper .has-global-padding-right {
  padding-right: var(--wp--style--root--padding-right);
}
.editor-styles-wrapper .has-global-padding-right.wp-block-kadence-column {
  padding-right: 0;
}
.editor-styles-wrapper .has-global-padding-right.wp-block-kadence-column > .kt-inside-inner-col {
  padding-right: var(--wp--style--root--padding-right);
}
.editor-styles-wrapper .container {
  max-width: calc(var(--wp--style--global--content-size) + var(--wp--preset--spacing--site-gutter) * 2);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--wp--preset--spacing--site-gutter);
  padding-right: var(--wp--preset--spacing--site-gutter);
  box-sizing: border-box;
}
.editor-styles-wrapper .wp-block-kadence-rowlayout.alignfull > .innerblocks-wrap {
  padding-left: var(--wp--preset--spacing--site-gutter);
  padding-right: var(--wp--preset--spacing--site-gutter);
}
.editor-styles-wrapper .wp-block-kadence-rowlayout .wp-block-kadence-rowlayout > .innerblocks-wrap {
  padding-left: 0;
  padding-right: 0;
}
.editor-styles-wrapper .wp-block-kadence-rowlayout > .kt-row-column-wrap.kb-theme-content-width,
.editor-styles-wrapper .wp-block-kadence-rowlayout > .innerblocks-wrap.kb-theme-content-width {
  max-width: calc(var(--wp--style--global--content-size) + var(--wp--preset--spacing--site-gutter) * 2) !important;
}
.editor-styles-wrapper .wp-block-kadence-rowlayout.alignfull > .innerblocks-wrap[style*="padding-left: var(--global-kb-spacing-sm, 1.5rem)"] {
  padding-left: var(--wp--preset--spacing--site-gutter) !important;
  padding-right: var(--wp--preset--spacing--site-gutter) !important;
}
.editor-styles-wrapper div.kt-row-has-bg > .kt-row-column-wrap {
  padding-left: var(--global-kb-spacing-sm, 1.5rem);
  padding-right: var(--global-kb-spacing-sm, 1.5rem);
}
.editor-styles-wrapper div.kt-row-has-bg.alignfull > .kt-row-column-wrap {
  padding-left: var(--wp--preset--spacing--site-gutter) !important;
  padding-right: var(--wp--preset--spacing--site-gutter) !important;
}
.editor-styles-wrapper hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
.editor-styles-wrapper p {
  margin-bottom: 1.5em;
}
.editor-styles-wrapper p a {
  text-decoration: underline;
}
.editor-styles-wrapper p a:not([class]) {
  overflow-wrap: break-word;
}
.editor-styles-wrapper li:not([class]) a:not([class]) {
  text-decoration: underline;
  overflow-wrap: break-word;
  font-weight: 600;
}
.editor-styles-wrapper dfn, .editor-styles-wrapper cite, .editor-styles-wrapper em, .editor-styles-wrapper i {
  font-style: italic;
}
.editor-styles-wrapper address {
  margin: 0 0 1.5em;
}
.editor-styles-wrapper pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
.editor-styles-wrapper code, .editor-styles-wrapper kbd, .editor-styles-wrapper tt, .editor-styles-wrapper var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
.editor-styles-wrapper abbr, .editor-styles-wrapper acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
.editor-styles-wrapper mark, .editor-styles-wrapper ins {
  background: #fff9c0;
  text-decoration: none;
}
.editor-styles-wrapper *::selection {
  background: #000;
  color: #fff;
}
.editor-styles-wrapper a {
  color: var(--wp--preset--color--dark-blue);
  text-decoration: none;
  font-weight: 700;
}
.editor-styles-wrapper a:hover, .editor-styles-wrapper a:focus, .editor-styles-wrapper a:active {
  color: var(--wp--preset--color--orange);
}
.editor-styles-wrapper a:focus {
  outline: thin dotted;
}
.editor-styles-wrapper a:hover, .editor-styles-wrapper a:active {
  outline: 0;
}
.editor-styles-wrapper ul, .editor-styles-wrapper ol {
  margin: 0;
}
.editor-styles-wrapper ul {
  list-style: disc;
}
.editor-styles-wrapper ol {
  list-style: decimal;
}
.editor-styles-wrapper b, .editor-styles-wrapper strong {
  font-weight: 600;
}
.editor-styles-wrapper li > ul,
.editor-styles-wrapper li > ol {
  margin-bottom: 0;
}
.editor-styles-wrapper dt {
  font-weight: bold;
}
.editor-styles-wrapper dd {
  margin: 0 1.5em 1.5em;
}
.editor-styles-wrapper table {
  margin: 0 0 1.5em;
  width: 100%;
}
.editor-styles-wrapper .wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.editor-styles-wrapper .wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.editor-styles-wrapper .wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.editor-styles-wrapper .wp-block-image.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.editor-styles-wrapper .wp-caption-text {
  text-align: center;
}
.editor-styles-wrapper blockquote.is-style-default {
  margin: 1.5em 0;
  font-style: italic;
  padding-left: 0;
  border-left: 0;
}
.editor-styles-wrapper blockquote.is-style-default p {
  margin: 0;
}
.editor-styles-wrapper blockquote.is-style-default cite {
  font-weight: bold;
  font-size: 1em;
  margin-top: 0.125em;
  display: block;
}
.editor-styles-wrapper blockquote.is-style-default cite:before {
  content: "- ";
}
.editor-styles-wrapper .price-formatted {
  font-size: 2em;
  display: inline-block;
  line-height: 1em;
  white-space: nowrap;
}
.editor-styles-wrapper .price-formatted .dot {
  position: absolute;
  left: -1000em;
}
.editor-styles-wrapper .price-formatted .dollars {
  padding: 0 0.05em;
  display: inline-block;
}
.editor-styles-wrapper .price-formatted .dollar-sign,
.editor-styles-wrapper .price-formatted .cents,
.editor-styles-wrapper .price-formatted .slash,
.editor-styles-wrapper .price-formatted .per {
  position: relative;
  top: -0.35em;
  vertical-align: top;
  font-size: 0.5em;
}
.editor-styles-wrapper .price-formatted .cents + .slash {
  margin-left: 5px;
}
.editor-styles-wrapper h1, .editor-styles-wrapper h2, .editor-styles-wrapper h3, .editor-styles-wrapper h4, .editor-styles-wrapper h5, .editor-styles-wrapper h6,
.editor-styles-wrapper .like-h1, .editor-styles-wrapper .like-h2, .editor-styles-wrapper .like-h3, .editor-styles-wrapper .like-h4, .editor-styles-wrapper .display-text {
  font-family: "droid-sans", sans-serif;
}
.editor-styles-wrapper h1, .editor-styles-wrapper .like-h1 {
  line-height: 60px;
  font-size: 54px;
  font-weight: 700;
}
.editor-styles-wrapper h2, .editor-styles-wrapper .like-h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 58px;
  font-family: "open-sans", sans-serif;
}
.editor-styles-wrapper h3, .editor-styles-wrapper .like-h3 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
}
.editor-styles-wrapper h4, .editor-styles-wrapper .like-h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  font-family: "open-sans", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.editor-styles-wrapper h5, .editor-styles-wrapper .like-h5 {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 1.8px;
}
.editor-styles-wrapper .has-small-font-size,
.editor-styles-wrapper .fine-print,
.editor-styles-wrapper .is-fine-print {
  font-size: var(--wp--preset--font-size--small) !important;
  line-height: 1.5384615385em;
}
.editor-styles-wrapper .has-normal-font-size {
  font-size: var(--wp--preset--font-size--normal) !important;
  line-height: 1.5em;
}
.editor-styles-wrapper .has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
  line-height: 1.5em;
}
@media (max-width: 991px) {
  .editor-styles-wrapper h1, .editor-styles-wrapper .like-h1 {
    font-size: 40px;
  }
  .editor-styles-wrapper h2, .editor-styles-wrapper .like-h2 {
    font-size: 32px;
  }
  .editor-styles-wrapper h3, .editor-styles-wrapper .like-h3 {
    font-size: 26px;
  }
  .editor-styles-wrapper h4, .editor-styles-wrapper .like-h4 {
    font-size: 22px;
  }
  .editor-styles-wrapper h5, .editor-styles-wrapper .like-h5 {
    font-size: 18px;
  }
}
.editor-styles-wrapper .has-no-margin,
.editor-styles-wrapper .no-margin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.editor-styles-wrapper .has-no-margin-bottom,
.editor-styles-wrapper .no-margin-bottom {
  margin-bottom: 0 !important;
}
.editor-styles-wrapper .has-no-margin-top,
.editor-styles-wrapper .no-margin-top {
  margin-top: 0 !important;
}
.editor-styles-wrapper ul.has-two-columns,
.editor-styles-wrapper ol.has-two-columns {
  margin: 0;
  columns: 2;
  column-gap: 30px;
  list-style-position: outside;
  padding-left: 0;
}
.editor-styles-wrapper ul.has-two-columns > li,
.editor-styles-wrapper ol.has-two-columns > li {
  padding: 10px 0;
  width: 100%;
  align-items: center;
  min-height: 35px;
  break-inside: avoid;
  page-break-inside: avoid;
}
.editor-styles-wrapper ul.has-square-bullets-orange {
  list-style: none;
  padding-left: 0;
  padding-bottom: 50px;
}
.editor-styles-wrapper ul.has-square-bullets-orange li {
  padding-left: 1.5em;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
}
.editor-styles-wrapper ul.has-square-bullets-orange li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 10px;
  height: 10px;
  background-color: var(--wp--preset--color--orange);
}
.editor-styles-wrapper p.has-square-bullet-orange,
.editor-styles-wrapper h3.has-square-bullet-orange {
  position: relative;
  margin-bottom: 0;
}
.editor-styles-wrapper p.has-square-bullet-orange::before,
.editor-styles-wrapper h3.has-square-bullet-orange::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 0.5em;
  width: 10px;
  height: 10px;
  background-color: var(--wp--preset--color--orange);
}
.editor-styles-wrapper h3.has-square-bullet-orange:before {
  left: 0px;
  top: 0.3em;
}
.editor-styles-wrapper .heading-has-triangle-orange,
.editor-styles-wrapper .heading-has-triangle-red,
.editor-styles-wrapper .heading-has-triangle-blue,
.editor-styles-wrapper .heading-has-triangle-light-blue {
  position: relative;
  display: flex;
  align-items: center;
}
.editor-styles-wrapper .heading-has-triangle-orange:before,
.editor-styles-wrapper .heading-has-triangle-red:before,
.editor-styles-wrapper .heading-has-triangle-blue:before,
.editor-styles-wrapper .heading-has-triangle-light-blue:before {
  content: "";
  position: absolute;
  left: 0;
  width: 57px;
  height: 50px;
  margin-left: -80px;
  margin-top: -30px;
  background-image: url("/wp-content/uploads/2025/02/AccentTriangle_Orange.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.editor-styles-wrapper .heading-has-triangle-red:before {
  background-image: url("/wp-content/uploads/2025/02/shape.svg");
}
.editor-styles-wrapper .heading-has-triangle-blue:before {
  background-image: url("/wp-content/uploads/2025/02/AccentTriangle_Blue.svg");
}
.editor-styles-wrapper .light-blue-badge {
  background: #eaf7fd;
  width: fit-content;
  border-radius: 5px;
  padding: 5px 25px;
}
.editor-styles-wrapper .has-line {
  position: relative;
}
.editor-styles-wrapper .has-line::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0%;
  width: 80px;
  height: 6px;
  margin: 0 auto;
  margin-top: 15px;
  border-radius: 3px;
}
.editor-styles-wrapper .orange::after {
  background: var(--wp--preset--color--orange);
}
.editor-styles-wrapper .light-blue::after {
  background: var(--wp--preset--color--light-blue);
}
.editor-styles-wrapper .blue::after {
  background: var(--wp--preset--color--blue);
}
.editor-styles-wrapper .wp-block-table th {
  background: var(--wp--preset--color--dark-gray);
  color: #fff;
  font-family: "droid-sans", sans-serif;
  text-align: left;
  font-size: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.editor-styles-wrapper .wp-block-table td {
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
}
.editor-styles-wrapper .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background: var(--wp--preset--color--light-gray);
}
.editor-styles-wrapper .wp-block-table.is-scrollable {
  overflow-x: scroll;
  padding-bottom: 20px;
}

.mce-content-body,
.wp-block-freeform.block-library-rich-text__tinymce {
  /* ==== HEADINGS ============================================= */
}
.mce-content-body h1, .mce-content-body h2, .mce-content-body h3, .mce-content-body h4, .mce-content-body h5, .mce-content-body h6,
.mce-content-body .like-h1, .mce-content-body .like-h2, .mce-content-body .like-h3, .mce-content-body .like-h4, .mce-content-body .display-text,
.wp-block-freeform.block-library-rich-text__tinymce h1,
.wp-block-freeform.block-library-rich-text__tinymce h2,
.wp-block-freeform.block-library-rich-text__tinymce h3,
.wp-block-freeform.block-library-rich-text__tinymce h4,
.wp-block-freeform.block-library-rich-text__tinymce h5,
.wp-block-freeform.block-library-rich-text__tinymce h6,
.wp-block-freeform.block-library-rich-text__tinymce .like-h1,
.wp-block-freeform.block-library-rich-text__tinymce .like-h2,
.wp-block-freeform.block-library-rich-text__tinymce .like-h3,
.wp-block-freeform.block-library-rich-text__tinymce .like-h4,
.wp-block-freeform.block-library-rich-text__tinymce .display-text {
  font-family: "droid-sans", sans-serif;
}
.mce-content-body h1, .mce-content-body .like-h1,
.wp-block-freeform.block-library-rich-text__tinymce h1,
.wp-block-freeform.block-library-rich-text__tinymce .like-h1 {
  line-height: 60px;
  font-size: 54px;
  font-weight: 700;
}
.mce-content-body h2, .mce-content-body .like-h2,
.wp-block-freeform.block-library-rich-text__tinymce h2,
.wp-block-freeform.block-library-rich-text__tinymce .like-h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 58px;
  font-family: "open-sans", sans-serif;
}
.mce-content-body h3, .mce-content-body .like-h3,
.wp-block-freeform.block-library-rich-text__tinymce h3,
.wp-block-freeform.block-library-rich-text__tinymce .like-h3 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
}
.mce-content-body h4, .mce-content-body .like-h4,
.wp-block-freeform.block-library-rich-text__tinymce h4,
.wp-block-freeform.block-library-rich-text__tinymce .like-h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  font-family: "open-sans", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.mce-content-body h5, .mce-content-body .like-h5,
.wp-block-freeform.block-library-rich-text__tinymce h5,
.wp-block-freeform.block-library-rich-text__tinymce .like-h5 {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 1.8px;
}
.mce-content-body .has-small-font-size,
.mce-content-body .fine-print,
.mce-content-body .is-fine-print,
.wp-block-freeform.block-library-rich-text__tinymce .has-small-font-size,
.wp-block-freeform.block-library-rich-text__tinymce .fine-print,
.wp-block-freeform.block-library-rich-text__tinymce .is-fine-print {
  font-size: var(--wp--preset--font-size--small) !important;
  line-height: 1.5384615385em;
}
.mce-content-body .has-normal-font-size,
.wp-block-freeform.block-library-rich-text__tinymce .has-normal-font-size {
  font-size: var(--wp--preset--font-size--normal) !important;
  line-height: 1.5em;
}
.mce-content-body .has-large-font-size,
.wp-block-freeform.block-library-rich-text__tinymce .has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
  line-height: 1.5em;
}
@media (max-width: 991px) {
  .mce-content-body h1, .mce-content-body .like-h1,
  .wp-block-freeform.block-library-rich-text__tinymce h1,
  .wp-block-freeform.block-library-rich-text__tinymce .like-h1 {
    font-size: 40px;
  }
  .mce-content-body h2, .mce-content-body .like-h2,
  .wp-block-freeform.block-library-rich-text__tinymce h2,
  .wp-block-freeform.block-library-rich-text__tinymce .like-h2 {
    font-size: 32px;
  }
  .mce-content-body h3, .mce-content-body .like-h3,
  .wp-block-freeform.block-library-rich-text__tinymce h3,
  .wp-block-freeform.block-library-rich-text__tinymce .like-h3 {
    font-size: 26px;
  }
  .mce-content-body h4, .mce-content-body .like-h4,
  .wp-block-freeform.block-library-rich-text__tinymce h4,
  .wp-block-freeform.block-library-rich-text__tinymce .like-h4 {
    font-size: 22px;
  }
  .mce-content-body h5, .mce-content-body .like-h5,
  .wp-block-freeform.block-library-rich-text__tinymce h5,
  .wp-block-freeform.block-library-rich-text__tinymce .like-h5 {
    font-size: 18px;
  }
}
.mce-content-body .has-no-margin,
.mce-content-body .no-margin,
.wp-block-freeform.block-library-rich-text__tinymce .has-no-margin,
.wp-block-freeform.block-library-rich-text__tinymce .no-margin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.mce-content-body .has-no-margin-bottom,
.mce-content-body .no-margin-bottom,
.wp-block-freeform.block-library-rich-text__tinymce .has-no-margin-bottom,
.wp-block-freeform.block-library-rich-text__tinymce .no-margin-bottom {
  margin-bottom: 0 !important;
}
.mce-content-body .has-no-margin-top,
.mce-content-body .no-margin-top,
.wp-block-freeform.block-library-rich-text__tinymce .has-no-margin-top,
.wp-block-freeform.block-library-rich-text__tinymce .no-margin-top {
  margin-top: 0 !important;
}
.mce-content-body ul.has-two-columns,
.mce-content-body ol.has-two-columns,
.wp-block-freeform.block-library-rich-text__tinymce ul.has-two-columns,
.wp-block-freeform.block-library-rich-text__tinymce ol.has-two-columns {
  margin: 0;
  columns: 2;
  column-gap: 30px;
  list-style-position: outside;
  padding-left: 0;
}
.mce-content-body ul.has-two-columns > li,
.mce-content-body ol.has-two-columns > li,
.wp-block-freeform.block-library-rich-text__tinymce ul.has-two-columns > li,
.wp-block-freeform.block-library-rich-text__tinymce ol.has-two-columns > li {
  padding: 10px 0;
  width: 100%;
  align-items: center;
  min-height: 35px;
  break-inside: avoid;
  page-break-inside: avoid;
}
.mce-content-body ul.has-square-bullets-orange,
.wp-block-freeform.block-library-rich-text__tinymce ul.has-square-bullets-orange {
  list-style: none;
  padding-left: 0;
  padding-bottom: 50px;
}
.mce-content-body ul.has-square-bullets-orange li,
.wp-block-freeform.block-library-rich-text__tinymce ul.has-square-bullets-orange li {
  padding-left: 1.5em;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
}
.mce-content-body ul.has-square-bullets-orange li::before,
.wp-block-freeform.block-library-rich-text__tinymce ul.has-square-bullets-orange li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 10px;
  height: 10px;
  background-color: var(--wp--preset--color--orange);
}
.mce-content-body p.has-square-bullet-orange,
.mce-content-body h3.has-square-bullet-orange,
.wp-block-freeform.block-library-rich-text__tinymce p.has-square-bullet-orange,
.wp-block-freeform.block-library-rich-text__tinymce h3.has-square-bullet-orange {
  position: relative;
  margin-bottom: 0;
}
.mce-content-body p.has-square-bullet-orange::before,
.mce-content-body h3.has-square-bullet-orange::before,
.wp-block-freeform.block-library-rich-text__tinymce p.has-square-bullet-orange::before,
.wp-block-freeform.block-library-rich-text__tinymce h3.has-square-bullet-orange::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 0.5em;
  width: 10px;
  height: 10px;
  background-color: var(--wp--preset--color--orange);
}
.mce-content-body h3.has-square-bullet-orange:before,
.wp-block-freeform.block-library-rich-text__tinymce h3.has-square-bullet-orange:before {
  left: 0px;
  top: 0.3em;
}
.mce-content-body .heading-has-triangle-orange,
.mce-content-body .heading-has-triangle-red,
.mce-content-body .heading-has-triangle-blue,
.mce-content-body .heading-has-triangle-light-blue,
.wp-block-freeform.block-library-rich-text__tinymce .heading-has-triangle-orange,
.wp-block-freeform.block-library-rich-text__tinymce .heading-has-triangle-red,
.wp-block-freeform.block-library-rich-text__tinymce .heading-has-triangle-blue,
.wp-block-freeform.block-library-rich-text__tinymce .heading-has-triangle-light-blue {
  position: relative;
  display: flex;
  align-items: center;
}
.mce-content-body .heading-has-triangle-orange:before,
.mce-content-body .heading-has-triangle-red:before,
.mce-content-body .heading-has-triangle-blue:before,
.mce-content-body .heading-has-triangle-light-blue:before,
.wp-block-freeform.block-library-rich-text__tinymce .heading-has-triangle-orange:before,
.wp-block-freeform.block-library-rich-text__tinymce .heading-has-triangle-red:before,
.wp-block-freeform.block-library-rich-text__tinymce .heading-has-triangle-blue:before,
.wp-block-freeform.block-library-rich-text__tinymce .heading-has-triangle-light-blue:before {
  content: "";
  position: absolute;
  left: 0;
  width: 57px;
  height: 50px;
  margin-left: -80px;
  margin-top: -30px;
  background-image: url("/wp-content/uploads/2025/02/AccentTriangle_Orange.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.mce-content-body .heading-has-triangle-red:before,
.wp-block-freeform.block-library-rich-text__tinymce .heading-has-triangle-red:before {
  background-image: url("/wp-content/uploads/2025/02/shape.svg");
}
.mce-content-body .heading-has-triangle-blue:before,
.wp-block-freeform.block-library-rich-text__tinymce .heading-has-triangle-blue:before {
  background-image: url("/wp-content/uploads/2025/02/AccentTriangle_Blue.svg");
}
.mce-content-body .light-blue-badge,
.wp-block-freeform.block-library-rich-text__tinymce .light-blue-badge {
  background: #eaf7fd;
  width: fit-content;
  border-radius: 5px;
  padding: 5px 25px;
}
.mce-content-body .has-line,
.wp-block-freeform.block-library-rich-text__tinymce .has-line {
  position: relative;
}
.mce-content-body .has-line::after,
.wp-block-freeform.block-library-rich-text__tinymce .has-line::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0%;
  width: 80px;
  height: 6px;
  margin: 0 auto;
  margin-top: 15px;
  border-radius: 3px;
}
.mce-content-body .orange::after,
.wp-block-freeform.block-library-rich-text__tinymce .orange::after {
  background: var(--wp--preset--color--orange);
}
.mce-content-body .light-blue::after,
.wp-block-freeform.block-library-rich-text__tinymce .light-blue::after {
  background: var(--wp--preset--color--light-blue);
}
.mce-content-body .blue::after,
.wp-block-freeform.block-library-rich-text__tinymce .blue::after {
  background: var(--wp--preset--color--blue);
}
.mce-content-body hr,
.wp-block-freeform.block-library-rich-text__tinymce hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
.mce-content-body p,
.wp-block-freeform.block-library-rich-text__tinymce p {
  margin-bottom: 1.5em;
}
.mce-content-body p a,
.wp-block-freeform.block-library-rich-text__tinymce p a {
  text-decoration: underline;
}
.mce-content-body p a:not([class]),
.wp-block-freeform.block-library-rich-text__tinymce p a:not([class]) {
  overflow-wrap: break-word;
}
.mce-content-body li:not([class]) a:not([class]),
.wp-block-freeform.block-library-rich-text__tinymce li:not([class]) a:not([class]) {
  text-decoration: underline;
  overflow-wrap: break-word;
  font-weight: 600;
}
.mce-content-body dfn, .mce-content-body cite, .mce-content-body em, .mce-content-body i,
.wp-block-freeform.block-library-rich-text__tinymce dfn,
.wp-block-freeform.block-library-rich-text__tinymce cite,
.wp-block-freeform.block-library-rich-text__tinymce em,
.wp-block-freeform.block-library-rich-text__tinymce i {
  font-style: italic;
}
.mce-content-body address,
.wp-block-freeform.block-library-rich-text__tinymce address {
  margin: 0 0 1.5em;
}
.mce-content-body pre,
.wp-block-freeform.block-library-rich-text__tinymce pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
.mce-content-body code, .mce-content-body kbd, .mce-content-body tt, .mce-content-body var,
.wp-block-freeform.block-library-rich-text__tinymce code,
.wp-block-freeform.block-library-rich-text__tinymce kbd,
.wp-block-freeform.block-library-rich-text__tinymce tt,
.wp-block-freeform.block-library-rich-text__tinymce var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
.mce-content-body abbr, .mce-content-body acronym,
.wp-block-freeform.block-library-rich-text__tinymce abbr,
.wp-block-freeform.block-library-rich-text__tinymce acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
.mce-content-body mark, .mce-content-body ins,
.wp-block-freeform.block-library-rich-text__tinymce mark,
.wp-block-freeform.block-library-rich-text__tinymce ins {
  background: #fff9c0;
  text-decoration: none;
}
.mce-content-body *::selection,
.wp-block-freeform.block-library-rich-text__tinymce *::selection {
  background: #000;
  color: #fff;
}
.mce-content-body a,
.wp-block-freeform.block-library-rich-text__tinymce a {
  color: var(--wp--preset--color--dark-blue);
  text-decoration: none;
  font-weight: 700;
}
.mce-content-body a:hover, .mce-content-body a:focus, .mce-content-body a:active,
.wp-block-freeform.block-library-rich-text__tinymce a:hover,
.wp-block-freeform.block-library-rich-text__tinymce a:focus,
.wp-block-freeform.block-library-rich-text__tinymce a:active {
  color: var(--wp--preset--color--orange);
}
.mce-content-body a:focus,
.wp-block-freeform.block-library-rich-text__tinymce a:focus {
  outline: thin dotted;
}
.mce-content-body a:hover, .mce-content-body a:active,
.wp-block-freeform.block-library-rich-text__tinymce a:hover,
.wp-block-freeform.block-library-rich-text__tinymce a:active {
  outline: 0;
}
.mce-content-body ul, .mce-content-body ol,
.wp-block-freeform.block-library-rich-text__tinymce ul,
.wp-block-freeform.block-library-rich-text__tinymce ol {
  margin: 0;
}
.mce-content-body ul,
.wp-block-freeform.block-library-rich-text__tinymce ul {
  list-style: disc;
}
.mce-content-body ol,
.wp-block-freeform.block-library-rich-text__tinymce ol {
  list-style: decimal;
}
.mce-content-body b, .mce-content-body strong,
.wp-block-freeform.block-library-rich-text__tinymce b,
.wp-block-freeform.block-library-rich-text__tinymce strong {
  font-weight: 600;
}
.mce-content-body li > ul,
.mce-content-body li > ol,
.wp-block-freeform.block-library-rich-text__tinymce li > ul,
.wp-block-freeform.block-library-rich-text__tinymce li > ol {
  margin-bottom: 0;
}
.mce-content-body dt,
.wp-block-freeform.block-library-rich-text__tinymce dt {
  font-weight: bold;
}
.mce-content-body dd,
.wp-block-freeform.block-library-rich-text__tinymce dd {
  margin: 0 1.5em 1.5em;
}
.mce-content-body table,
.wp-block-freeform.block-library-rich-text__tinymce table {
  margin: 0 0 1.5em;
  width: 100%;
}
.mce-content-body .wp-caption,
.wp-block-freeform.block-library-rich-text__tinymce .wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.mce-content-body .wp-caption img[class*=wp-image-],
.wp-block-freeform.block-library-rich-text__tinymce .wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.mce-content-body .wp-caption .wp-caption-text,
.wp-block-freeform.block-library-rich-text__tinymce .wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.mce-content-body .wp-block-image.aligncenter,
.wp-block-freeform.block-library-rich-text__tinymce .wp-block-image.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.mce-content-body .wp-caption-text,
.wp-block-freeform.block-library-rich-text__tinymce .wp-caption-text {
  text-align: center;
}
.mce-content-body blockquote.is-style-default,
.wp-block-freeform.block-library-rich-text__tinymce blockquote.is-style-default {
  margin: 1.5em 0;
  font-style: italic;
  padding-left: 0;
  border-left: 0;
}
.mce-content-body blockquote.is-style-default p,
.wp-block-freeform.block-library-rich-text__tinymce blockquote.is-style-default p {
  margin: 0;
}
.mce-content-body blockquote.is-style-default cite,
.wp-block-freeform.block-library-rich-text__tinymce blockquote.is-style-default cite {
  font-weight: bold;
  font-size: 1em;
  margin-top: 0.125em;
  display: block;
}
.mce-content-body blockquote.is-style-default cite:before,
.wp-block-freeform.block-library-rich-text__tinymce blockquote.is-style-default cite:before {
  content: "- ";
}
.mce-content-body .price-formatted,
.wp-block-freeform.block-library-rich-text__tinymce .price-formatted {
  font-size: 2em;
  display: inline-block;
  line-height: 1em;
  white-space: nowrap;
}
.mce-content-body .price-formatted .dot,
.wp-block-freeform.block-library-rich-text__tinymce .price-formatted .dot {
  position: absolute;
  left: -1000em;
}
.mce-content-body .price-formatted .dollars,
.wp-block-freeform.block-library-rich-text__tinymce .price-formatted .dollars {
  padding: 0 0.05em;
  display: inline-block;
}
.mce-content-body .price-formatted .dollar-sign,
.mce-content-body .price-formatted .cents,
.mce-content-body .price-formatted .slash,
.mce-content-body .price-formatted .per,
.wp-block-freeform.block-library-rich-text__tinymce .price-formatted .dollar-sign,
.wp-block-freeform.block-library-rich-text__tinymce .price-formatted .cents,
.wp-block-freeform.block-library-rich-text__tinymce .price-formatted .slash,
.wp-block-freeform.block-library-rich-text__tinymce .price-formatted .per {
  position: relative;
  top: -0.35em;
  vertical-align: top;
  font-size: 0.5em;
}
.mce-content-body .price-formatted .cents + .slash,
.wp-block-freeform.block-library-rich-text__tinymce .price-formatted .cents + .slash {
  margin-left: 5px;
}

body.block-editor-page.kt-editor-width-default .wp-block.is-reusable {
  max-width: none;
}

.editor-rich-text__tinymce.mce-content-body {
  line-height: 1.5;
}

h1.editor-rich-text__tinymce.mce-content-body, h2.editor-rich-text__tinymce.mce-content-body, h3.editor-rich-text__tinymce.mce-content-body, h4.editor-rich-text__tinymce.mce-content-body, h5.editor-rich-text__tinymce.mce-content-body, h6.editor-rich-text__tinymce.mce-content-body {
  line-height: 1.2;
}

.mce-content-body .editor-styles-wrapper,
.edit-post-visual-editor,
.editor-post-title .editor-post-title__input {
  font-family: "open-sans", sans-serif;
}

body .mce-menu-item.mce-menu-item-preview.mce-active .mce-text,
body .mce-menu-item.mce-menu-item-preview.mce-active .mce-ico {
  color: #fff;
}

body .mce-menu .mce-menu-item.mce-active.mce-menu-item-normal,
body .mce-menu .mce-menu-item.mce-active.mce-menu-item-preview,
body .mce-menu .mce-menu-item.mce-selected,
body .mce-menu .mce-menu-item:focus,
body .mce-menu .mce-menu-item:hover {
  background-color: #0073aa !important;
}

.editor-styles-wrapper {
  font-family: "open-sans", sans-serif;
  font-family: var(--wp--preset--color--black);
}
.editor-styles-wrapper p, .editor-styles-wrapper ol, .editor-styles-wrapper ul {
  font-size: 18px;
  line-height: 24px;
}

.editor-styles-wrapper ul.acf-radio-list,
.editor-styles-wrapper ul.acf-checkbox-list {
  margin-bottom: 0;
}

.acf-block-preview {
  font-family: "open-sans", sans-serif;
}
.acf-block-preview .block-editor-inner-blocks:before {
  content: "\f464";
  font-family: "Dashicons";
  color: yellow;
  background: #1d2327;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 5px;
  position: absolute;
  margin-top: -25px;
}
.acf-block-preview .block-editor-inner-blocks:hover {
  background: rgba(255, 255, 255, 0.1);
}
.acf-block-preview .block-editor-inner-blocks:hover:before {
  content: "Editable";
  width: auto;
  background: yellow;
  color: #000;
  padding: 5px 10px;
  z-index: 1;
  box-shadow: 0px 0px 5px rgba(55, 55, 55, 0.16);
}

.is-on-top {
  z-index: 20;
  position: relative;
}

body .wp-block-kadence-accordion {
  border: 1px solid var(--wp--preset--color--light-gray);
  border-radius: 10px;
  margin-bottom: 1px;
}
body .wp-block-kadence-accordion.features-accordion {
  border: 1px solid var(--wp--preset--color--blue);
}
body .kt-accordion-block .kt-blocks-accordion-header {
  background: transparent;
  border-radius: 10px;
  color: var(--wp--preset--color--dark-blue);
  font-family: "droid-sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding: 30px 40px;
  cursor: pointer;
}
html.wp-toolbar body .kt-accordion-block .kt-blocks-accordion-header {
  background: var(--wp--preset--color--gray) !important;
}
body .kt-accordion-block .kt-blocks-accordion-header:hover {
  background: linear-gradient(90deg, var(--wp--preset--color--light-gray), var(--wp--preset--color--white));
  color: var(--wp--preset--color--blue);
}
body .kt-accordion-block .kt-blocks-accordion-header:hover .kt-blocks-accordion-icon-trigger:after,
body .kt-accordion-block .kt-blocks-accordion-header:hover .kt-blocks-accordion-icon-trigger:before {
  background-color: var(--wp--preset--color--blue);
}
body .kt-accordion-block .kt-blocks-accordion-header:focus {
  outline: 0;
}
body .kt-accordion-block .kt-blocks-accordion-header .kt-blocks-accordion-icon-trigger:after,
body .kt-accordion-block .kt-blocks-accordion-header .kt-blocks-accordion-icon-trigger:before {
  background-color: var(--wp--preset--color--orange);
}
body .kt-accordion-block .kt-blocks-accordion-header.kt-accordion-panel-active {
  color: var(--wp--preset--color--dark-blue);
}
body .kt-accordion-block .kt-blocks-accordion-header.kt-accordion-panel-active:hover {
  background: transparent;
}
body .kt-accordion-block .kt-blocks-accordion-header.kt-accordion-panel-active:after {
  transform: rotate(90deg);
}
body .kt-accordion-panel-inner {
  border: none;
  color: var(--wp--preset--color--dark-blue);
  border-bottom-color: none;
  background: transparent;
  padding: 15px 30px;
}
@media (min-width: 992px) {
  body .kt-accordion-panel-inner {
    padding: 35px 50px;
  }
}
body .features-accordion .kt-accordion-block .kt-blocks-accordion-header {
  color: #fff;
}
body .features-accordion .kt-accordion-block .kt-blocks-accordion-header:hover {
  background: linear-gradient(90deg, var(--wp--preset--color--black), var(--wp--preset--color--dark-blue));
  color: var(--wp--preset--color--blue);
}
body .features-accordion .kt-accordion-block .kt-blocks-accordion-header:hover .kt-blocks-accordion-icon-trigger:after,
body .features-accordion .kt-accordion-block .kt-blocks-accordion-header:hover .kt-blocks-accordion-icon-trigger:before {
  background-color: var(--wp--preset--color--blue);
}
body .features-accordion .kt-accordion-block .kt-blocks-accordion-header .kt-blocks-accordion-icon-trigger:after,
body .features-accordion .kt-accordion-block .kt-blocks-accordion-header .kt-blocks-accordion-icon-trigger:before {
  background-color: var(--wp--preset--color--white);
}
body .features-accordion .kt-accordion-block .kt-blocks-accordion-header.kt-accordion-panel-active {
  color: #fff;
}
body .features-accordion .kt-accordion-block .kt-blocks-accordion-header.kt-accordion-panel-active:hover {
  background: transparent;
}
body .features-accordion .kt-accordion-panel-inner {
  color: var(--wp--preset--color--white);
}

body .wp-block-kadence-tabs > .kt-tabs-wrap {
  margin-bottom: 8px;
}
body .wp-block-kadence-tabs > .kt-tabs-wrap .kt-tabs-title-list {
  z-index: 1;
}
body .wp-block-kadence-tabs > .kt-tabs-wrap .kt-tabs-title-list > li {
  margin-bottom: 0;
}
body .wp-block-kadence-tabs > .kt-tabs-wrap .kt-tabs-title-list > li > .kt-tab-title {
  background: var(--wp--preset--color--dark-blue);
  color: #fff;
  border-radius: 0;
  border: none;
  font-family: "open-sans", sans-serif;
  font-size: 16px;
  padding: 20px 40px;
}
body .wp-block-kadence-tabs > .kt-tabs-wrap .kt-tabs-title-list > li.kt-tab-title-active > .kt-tab-title {
  background: var(--wp--preset--color--blue);
  color: #fff;
}
html.wp-toolbar body .wp-block-kadence-tabs > .kt-tabs-wrap .kt-tabs-title-list > li.kt-tab-title-active > .kt-tab-title {
  background: var(--wp--preset--color--blue) !important;
}
body .wp-block-kadence-tabs > .kt-tabs-wrap > .kt-tabs-content-wrap > .wp-block-kadence-tab {
  border: none;
  padding: 30px;
}
@media (min-width: 992px) {
  body .wp-block-kadence-tabs > .kt-tabs-wrap > .kt-tabs-content-wrap > .wp-block-kadence-tab {
    padding: 50px;
  }
}
body .wp-block-kadence-tabs > .kt-tabs-wrap > .kt-tabs-content-wrap > .wp-block-kadence-tab .kt-tab-inner-content-inner > *:first-child {
  margin-top: 0;
}
body .wp-block-kadence-tabs > .kt-tabs-wrap > .kt-tabs-content-wrap {
  background: var(--wp--preset--color--light-gray);
}
body .wp-block-kadence-tabs > .kt-tabs-wrap > .kt-tabs-content-wrap > .kt-tabs-accordion-title {
  margin-bottom: 3px;
}
body .wp-block-kadence-tabs > .kt-tabs-wrap > .kt-tabs-content-wrap > .kt-tabs-accordion-title > .kt-tab-title {
  background: var(--wp--preset--color--dark-blue);
  color: #fff;
  border-radius: 0;
  border: 1px solid var(--wp--preset--color--dark-blue);
  font-family: "open-sans", sans-serif;
  font-size: 16px;
  padding-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}
body .wp-block-kadence-tabs > .kt-tabs-wrap > .kt-tabs-content-wrap > .kt-tabs-accordion-title > .kt-tab-title:after {
  content: "\f054";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  font-size: 12px;
  margin-right: 15px;
  transform: 0.3s ease all;
}
body .wp-block-kadence-tabs > .kt-tabs-wrap > .kt-tabs-content-wrap > .kt-tabs-accordion-title > .kt-tab-title:hover, body .wp-block-kadence-tabs > .kt-tabs-wrap > .kt-tabs-content-wrap > .kt-tabs-accordion-title > .kt-tab-title:focus {
  background: var(--wp--preset--color--black);
}
body .wp-block-kadence-tabs > .kt-tabs-wrap > .kt-tabs-content-wrap > .kt-tabs-accordion-title.kt-tab-title-active > .kt-tab-title {
  background: var(--wp--preset--color--blue);
  border-color: var(--wp--preset--color--blue);
}
body .wp-block-kadence-tabs > .kt-tabs-wrap > .kt-tabs-content-wrap > .kt-tabs-accordion-title.kt-tab-title-active > .kt-tab-title:after {
  transform: rotate(90deg);
}
body .wp-block-kadence-tabs > .kt-tabs-wrap > .kt-tabs-content-wrap > .kt-tabs-accordion-title.kt-tab-title-active > .kt-tab-title:hover, body .wp-block-kadence-tabs > .kt-tabs-wrap > .kt-tabs-content-wrap > .kt-tabs-accordion-title.kt-tab-title-active > .kt-tab-title:focus {
  background: #20a088;
}
body .wp-block-kadence-tabs > .kt-tabs-wrap > .kt-tabs-content-wrap > .wp-block-kadence-tab {
  margin-bottom: 3px;
  margin-top: -1px;
}
