/* == wp-img-auto-sizes-contain-inline-css == */
img:is([sizes=auto i], [sizes^="auto," i]) {
      contain-intrinsic-size: 3000px 1500px
    }

    /*# sourceURL=wp-img-auto-sizes-contain-inline-css */

/* == wp-block-heading-inline-css == */
h1:where(.wp-block-heading).has-background,
    h2:where(.wp-block-heading).has-background,
    h3:where(.wp-block-heading).has-background,
    h4:where(.wp-block-heading).has-background,
    h5:where(.wp-block-heading).has-background,
    h6:where(.wp-block-heading).has-background {
      padding: 1.25em 2.375em
    }

    h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
    h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
    h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
    h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
    h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
    h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
    h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
    h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
    h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
    h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
    h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
    h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]) {
      rotate: 180deg
    }

    /*# sourceURL=./wp-includes/blocks/heading/style.min.css */

/* == wp-block-image-inline-css == */
.wp-block-image>a,
    .wp-block-image>figure>a {
      display: inline-block
    }

    .wp-block-image img {
      box-sizing: border-box;
      height: auto;
      max-width: 100%;
      vertical-align: bottom
    }

    @media not (prefers-reduced-motion) {
      .wp-block-image img.hide {
        visibility: hidden
      }

      .wp-block-image img.show {
        animation: show-content-image .4s
      }
    }

    .wp-block-image[style*=border-radius] img,
    .wp-block-image[style*=border-radius]>a {
      border-radius: inherit
    }

    .wp-block-image.has-custom-border img {
      box-sizing: border-box
    }

    .wp-block-image.aligncenter {
      text-align: center
    }

    .wp-block-image.alignfull>a,
    .wp-block-image.alignwide>a {
      width: 100%
    }

    .wp-block-image.alignfull img,
    .wp-block-image.alignwide img {
      height: auto;
      width: 100%
    }

    .wp-block-image .aligncenter,
    .wp-block-image .alignleft,
    .wp-block-image .alignright,
    .wp-block-image.aligncenter,
    .wp-block-image.alignleft,
    .wp-block-image.alignright {
      display: table
    }

    .wp-block-image .aligncenter>figcaption,
    .wp-block-image .alignleft>figcaption,
    .wp-block-image .alignright>figcaption,
    .wp-block-image.aligncenter>figcaption,
    .wp-block-image.alignleft>figcaption,
    .wp-block-image.alignright>figcaption {
      caption-side: bottom;
      display: table-caption
    }

    .wp-block-image .alignleft {
      float: left;
      margin: .5em 1em .5em 0
    }

    .wp-block-image .alignright {
      float: right;
      margin: .5em 0 .5em 1em
    }

    .wp-block-image .aligncenter {
      margin-left: auto;
      margin-right: auto
    }

    .wp-block-image :where(figcaption) {
      margin-bottom: 1em;
      margin-top: .5em
    }

    .wp-block-image.is-style-circle-mask img {
      border-radius: 9999px
    }

    @supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
      .wp-block-image.is-style-circle-mask img {
        border-radius: 0;
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-mode: alpha;
        -webkit-mask-position: center;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain
      }
    }

    :root :where(.wp-block-image.is-style-rounded img, .wp-block-image .is-style-rounded img) {
      border-radius: 9999px
    }

    .wp-block-image figure {
      margin: 0
    }

    .wp-lightbox-container {
      display: flex;
      flex-direction: column;
      position: relative
    }

    .wp-lightbox-container img {
      cursor: zoom-in
    }

    .wp-lightbox-container img:hover+button {
      opacity: 1
    }

    .wp-lightbox-container button {
      align-items: center;
      backdrop-filter: blur(16px) saturate(180%);
      background-color: #5a5a5a40;
      border: none;
      border-radius: 4px;
      cursor: zoom-in;
      display: flex;
      height: 20px;
      justify-content: center;
      opacity: 0;
      padding: 0;
      position: absolute;
      right: 16px;
      text-align: center;
      top: 16px;
      width: 20px;
      z-index: 100
    }

    @media not (prefers-reduced-motion) {
      .wp-lightbox-container button {
        transition: opacity .2s ease
      }
    }

    .wp-lightbox-container button:focus-visible {
      outline: 3px auto #5a5a5a40;
      outline: 3px auto -webkit-focus-ring-color;
      outline-offset: 3px
    }

    .wp-lightbox-container button:hover {
      cursor: pointer;
      opacity: 1
    }

    .wp-lightbox-container button:focus {
      opacity: 1
    }

    .wp-lightbox-container button:focus,
    .wp-lightbox-container button:hover,
    .wp-lightbox-container button:not(:hover):not(:active):not(.has-background) {
      background-color: #5a5a5a40;
      border: none
    }

    .wp-lightbox-overlay {
      box-sizing: border-box;
      cursor: zoom-out;
      height: 100vh;
      left: 0;
      overflow: hidden;
      position: fixed;
      top: 0;
      visibility: hidden;
      width: 100%;
      z-index: 100000
    }

    .wp-lightbox-overlay .close-button {
      align-items: center;
      cursor: pointer;
      display: flex;
      justify-content: center;
      min-height: 40px;
      min-width: 40px;
      padding: 0;
      position: absolute;
      right: calc(env(safe-area-inset-right) + 16px);
      top: calc(env(safe-area-inset-top) + 16px);
      z-index: 5000000
    }

    .wp-lightbox-overlay .close-button:focus,
    .wp-lightbox-overlay .close-button:hover,
    .wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background) {
      background: none;
      border: none
    }

    .wp-lightbox-overlay .lightbox-image-container {
      height: var(--wp--lightbox-container-height);
      left: 50%;
      overflow: hidden;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      transform-origin: top left;
      width: var(--wp--lightbox-container-width);
      z-index: 9999999999
    }

    .wp-lightbox-overlay .wp-block-image {
      align-items: center;
      box-sizing: border-box;
      display: flex;
      height: 100%;
      justify-content: center;
      margin: 0;
      position: relative;
      transform-origin: 0 0;
      width: 100%;
      z-index: 3000000
    }

    .wp-lightbox-overlay .wp-block-image img {
      height: var(--wp--lightbox-image-height);
      min-height: var(--wp--lightbox-image-height);
      min-width: var(--wp--lightbox-image-width);
      width: var(--wp--lightbox-image-width)
    }

    .wp-lightbox-overlay .wp-block-image figcaption {
      display: none
    }

    .wp-lightbox-overlay button {
      background: none;
      border: none
    }

    .wp-lightbox-overlay .scrim {
      background-color: #fff;
      height: 100%;
      opacity: .9;
      position: absolute;
      width: 100%;
      z-index: 2000000
    }

    .wp-lightbox-overlay.active {
      visibility: visible
    }

    @media not (prefers-reduced-motion) {
      .wp-lightbox-overlay.active {
        animation: turn-on-visibility .25s both
      }

      .wp-lightbox-overlay.active img {
        animation: turn-on-visibility .35s both
      }

      .wp-lightbox-overlay.show-closing-animation:not(.active) {
        animation: turn-off-visibility .35s both
      }

      .wp-lightbox-overlay.show-closing-animation:not(.active) img {
        animation: turn-off-visibility .25s both
      }

      .wp-lightbox-overlay.zoom.active {
        animation: none;
        opacity: 1;
        visibility: visible
      }

      .wp-lightbox-overlay.zoom.active .lightbox-image-container {
        animation: lightbox-zoom-in .4s
      }

      .wp-lightbox-overlay.zoom.active .lightbox-image-container img {
        animation: none
      }

      .wp-lightbox-overlay.zoom.active .scrim {
        animation: turn-on-visibility .4s forwards
      }

      .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) {
        animation: none
      }

      .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container {
        animation: lightbox-zoom-out .4s
      }

      .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img {
        animation: none
      }

      .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim {
        animation: turn-off-visibility .4s forwards
      }
    }

    @keyframes show-content-image {
      0% {
        visibility: hidden
      }

      99% {
        visibility: hidden
      }

      to {
        visibility: visible
      }
    }

    @keyframes turn-on-visibility {
      0% {
        opacity: 0
      }

      to {
        opacity: 1
      }
    }

    @keyframes turn-off-visibility {
      0% {
        opacity: 1;
        visibility: visible
      }

      99% {
        opacity: 0;
        visibility: visible
      }

      to {
        opacity: 0;
        visibility: hidden
      }
    }

    @keyframes lightbox-zoom-in {
      0% {
        transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))
      }

      to {
        transform: translate(-50%, -50%) scale(1)
      }
    }

    @keyframes lightbox-zoom-out {
      0% {
        transform: translate(-50%, -50%) scale(1);
        visibility: visible
      }

      99% {
        visibility: visible
      }

      to {
        transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
        visibility: hidden
      }
    }

    /*# sourceURL=./wp-includes/blocks/image/style.min.css */

/* == wp-block-paragraph-inline-css == */
.is-small-text {
      font-size: .875em
    }

    .is-regular-text {
      font-size: 1em
    }

    .is-large-text {
      font-size: 2.25em
    }

    .is-larger-text {
      font-size: 3em
    }

    .has-drop-cap:not(:focus):first-letter {
      float: left;
      font-size: 8.4em;
      font-style: normal;
      font-weight: 100;
      line-height: .68;
      margin: .05em .1em 0 0;
      text-transform: uppercase
    }

    body.rtl .has-drop-cap:not(:focus):first-letter {
      float: none;
      margin-left: .1em
    }

    p.has-drop-cap.has-background {
      overflow: hidden
    }

    :root :where(p.has-background) {
      padding: 1.25em 2.375em
    }

    :where(p.has-text-color:not(.has-link-color)) a {
      color: inherit
    }

    p.has-text-align-left[style*="writing-mode:vertical-lr"],
    p.has-text-align-right[style*="writing-mode:vertical-rl"] {
      rotate: 180deg
    }

    /*# sourceURL=./wp-includes/blocks/paragraph/style.min.css */

/* == global-styles-inline-css == */
:root {
      --wp--preset--aspect-ratio--square: 1;
      --wp--preset--aspect-ratio--4-3: 4/3;
      --wp--preset--aspect-ratio--3-4: 3/4;
      --wp--preset--aspect-ratio--3-2: 3/2;
      --wp--preset--aspect-ratio--2-3: 2/3;
      --wp--preset--aspect-ratio--16-9: 16/9;
      --wp--preset--aspect-ratio--9-16: 9/16;
      --wp--preset--color--black: #000000;
      --wp--preset--color--cyan-bluish-gray: #abb8c3;
      --wp--preset--color--white: #ffffff;
      --wp--preset--color--pale-pink: #f78da7;
      --wp--preset--color--vivid-red: #cf2e2e;
      --wp--preset--color--luminous-vivid-orange: #ff6900;
      --wp--preset--color--luminous-vivid-amber: #fcb900;
      --wp--preset--color--light-green-cyan: #7bdcb5;
      --wp--preset--color--vivid-green-cyan: #00d084;
      --wp--preset--color--pale-cyan-blue: #8ed1fc;
      --wp--preset--color--vivid-cyan-blue: #0693e3;
      --wp--preset--color--vivid-purple: #9b51e0;
      --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgb(6, 147, 227) 0%, rgb(155, 81, 224) 100%);
      --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
      --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgb(252, 185, 0) 0%, rgb(255, 105, 0) 100%);
      --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgb(255, 105, 0) 0%, rgb(207, 46, 46) 100%);
      --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
      --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
      --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
      --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
      --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
      --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
      --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
      --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
      --wp--preset--font-size--small: 13px;
      --wp--preset--font-size--medium: 20px;
      --wp--preset--font-size--large: 36px;
      --wp--preset--font-size--x-large: 42px;
      --wp--preset--spacing--20: 0.44rem;
      --wp--preset--spacing--30: 0.67rem;
      --wp--preset--spacing--40: 1rem;
      --wp--preset--spacing--50: 1.5rem;
      --wp--preset--spacing--60: 2.25rem;
      --wp--preset--spacing--70: 3.38rem;
      --wp--preset--spacing--80: 5.06rem;
      --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
      --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
      --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
      --wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);
      --wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);
    }

    :root {
      --wp--style--global--content-size: 1300px;
      --wp--style--global--wide-size: 1300px;
    }

    :where(body) {
      margin: 0;
    }

    .wp-site-blocks>.alignleft {
      float: left;
      margin-right: 2em;
    }

    .wp-site-blocks>.alignright {
      float: right;
      margin-left: 2em;
    }

    .wp-site-blocks>.aligncenter {
      justify-content: center;
      margin-left: auto;
      margin-right: auto;
    }

    :where(.is-layout-flex) {
      gap: 0.5em;
    }

    :where(.is-layout-grid) {
      gap: 0.5em;
    }

    .is-layout-flow>.alignleft {
      float: left;
      margin-inline-start: 0;
      margin-inline-end: 2em;
    }

    .is-layout-flow>.alignright {
      float: right;
      margin-inline-start: 2em;
      margin-inline-end: 0;
    }

    .is-layout-flow>.aligncenter {
      margin-left: auto !important;
      margin-right: auto !important;
    }

    .is-layout-constrained>.alignleft {
      float: left;
      margin-inline-start: 0;
      margin-inline-end: 2em;
    }

    .is-layout-constrained>.alignright {
      float: right;
      margin-inline-start: 2em;
      margin-inline-end: 0;
    }

    .is-layout-constrained>.aligncenter {
      margin-left: auto !important;
      margin-right: auto !important;
    }

    .is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
      max-width: var(--wp--style--global--content-size);
      margin-left: auto !important;
      margin-right: auto !important;
    }

    .is-layout-constrained>.alignwide {
      max-width: var(--wp--style--global--wide-size);
    }

    body .is-layout-flex {
      display: flex;
    }

    .is-layout-flex {
      flex-wrap: wrap;
      align-items: center;
    }

    .is-layout-flex> :is(*, div) {
      margin: 0;
    }

    body .is-layout-grid {
      display: grid;
    }

    .is-layout-grid> :is(*, div) {
      margin: 0;
    }

    body {
      padding-top: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      padding-left: 0px;
    }

    :root :where(.wp-element-button, .wp-block-button__link) {
      background-color: #32373c;
      border-width: 0;
      color: #fff;
      font-family: inherit;
      font-size: inherit;
      font-style: inherit;
      font-weight: inherit;
      letter-spacing: inherit;
      line-height: inherit;
      padding-top: calc(0.667em + 2px);
      padding-right: calc(1.333em + 2px);
      padding-bottom: calc(0.667em + 2px);
      padding-left: calc(1.333em + 2px);
      text-decoration: none;
      text-transform: inherit;
    }

    .has-black-color {
      color: var(--wp--preset--color--black) !important;
    }

    .has-cyan-bluish-gray-color {
      color: var(--wp--preset--color--cyan-bluish-gray) !important;
    }

    .has-white-color {
      color: var(--wp--preset--color--white) !important;
    }

    .has-pale-pink-color {
      color: var(--wp--preset--color--pale-pink) !important;
    }

    .has-vivid-red-color {
      color: var(--wp--preset--color--vivid-red) !important;
    }

    .has-luminous-vivid-orange-color {
      color: var(--wp--preset--color--luminous-vivid-orange) !important;
    }

    .has-luminous-vivid-amber-color {
      color: var(--wp--preset--color--luminous-vivid-amber) !important;
    }

    .has-light-green-cyan-color {
      color: var(--wp--preset--color--light-green-cyan) !important;
    }

    .has-vivid-green-cyan-color {
      color: var(--wp--preset--color--vivid-green-cyan) !important;
    }

    .has-pale-cyan-blue-color {
      color: var(--wp--preset--color--pale-cyan-blue) !important;
    }

    .has-vivid-cyan-blue-color {
      color: var(--wp--preset--color--vivid-cyan-blue) !important;
    }

    .has-vivid-purple-color {
      color: var(--wp--preset--color--vivid-purple) !important;
    }

    .has-black-background-color {
      background-color: var(--wp--preset--color--black) !important;
    }

    .has-cyan-bluish-gray-background-color {
      background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
    }

    .has-white-background-color {
      background-color: var(--wp--preset--color--white) !important;
    }

    .has-pale-pink-background-color {
      background-color: var(--wp--preset--color--pale-pink) !important;
    }

    .has-vivid-red-background-color {
      background-color: var(--wp--preset--color--vivid-red) !important;
    }

    .has-luminous-vivid-orange-background-color {
      background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
    }

    .has-luminous-vivid-amber-background-color {
      background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
    }

    .has-light-green-cyan-background-color {
      background-color: var(--wp--preset--color--light-green-cyan) !important;
    }

    .has-vivid-green-cyan-background-color {
      background-color: var(--wp--preset--color--vivid-green-cyan) !important;
    }

    .has-pale-cyan-blue-background-color {
      background-color: var(--wp--preset--color--pale-cyan-blue) !important;
    }

    .has-vivid-cyan-blue-background-color {
      background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
    }

    .has-vivid-purple-background-color {
      background-color: var(--wp--preset--color--vivid-purple) !important;
    }

    .has-black-border-color {
      border-color: var(--wp--preset--color--black) !important;
    }

    .has-cyan-bluish-gray-border-color {
      border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
    }

    .has-white-border-color {
      border-color: var(--wp--preset--color--white) !important;
    }

    .has-pale-pink-border-color {
      border-color: var(--wp--preset--color--pale-pink) !important;
    }

    .has-vivid-red-border-color {
      border-color: var(--wp--preset--color--vivid-red) !important;
    }

    .has-luminous-vivid-orange-border-color {
      border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
    }

    .has-luminous-vivid-amber-border-color {
      border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
    }

    .has-light-green-cyan-border-color {
      border-color: var(--wp--preset--color--light-green-cyan) !important;
    }

    .has-vivid-green-cyan-border-color {
      border-color: var(--wp--preset--color--vivid-green-cyan) !important;
    }

    .has-pale-cyan-blue-border-color {
      border-color: var(--wp--preset--color--pale-cyan-blue) !important;
    }

    .has-vivid-cyan-blue-border-color {
      border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
    }

    .has-vivid-purple-border-color {
      border-color: var(--wp--preset--color--vivid-purple) !important;
    }

    .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
      background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
    }

    .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
      background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
    }

    .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
      background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
    }

    .has-luminous-vivid-orange-to-vivid-red-gradient-background {
      background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
    }

    .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
      background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
    }

    .has-cool-to-warm-spectrum-gradient-background {
      background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
    }

    .has-blush-light-purple-gradient-background {
      background: var(--wp--preset--gradient--blush-light-purple) !important;
    }

    .has-blush-bordeaux-gradient-background {
      background: var(--wp--preset--gradient--blush-bordeaux) !important;
    }

    .has-luminous-dusk-gradient-background {
      background: var(--wp--preset--gradient--luminous-dusk) !important;
    }

    .has-pale-ocean-gradient-background {
      background: var(--wp--preset--gradient--pale-ocean) !important;
    }

    .has-electric-grass-gradient-background {
      background: var(--wp--preset--gradient--electric-grass) !important;
    }

    .has-midnight-gradient-background {
      background: var(--wp--preset--gradient--midnight) !important;
    }

    .has-small-font-size {
      font-size: var(--wp--preset--font-size--small) !important;
    }

    .has-medium-font-size {
      font-size: var(--wp--preset--font-size--medium) !important;
    }

    .has-large-font-size {
      font-size: var(--wp--preset--font-size--large) !important;
    }

    .has-x-large-font-size {
      font-size: var(--wp--preset--font-size--x-large) !important;
    }

    /*# sourceURL=global-styles-inline-css */

/* == main-styles-inline-css == */
html body[data-header-resize="1"] .container-wrap,
    html body[data-header-format="left-header"][data-header-resize="0"] .container-wrap,
    html body[data-header-resize="0"] .container-wrap,
    body[data-header-format="left-header"][data-header-resize="0"] .container-wrap {
      padding-top: 0;
    }

    .main-content>.row>#breadcrumbs.yoast {
      padding: 20px 0;
    }

    /*# sourceURL=main-styles-inline-css */

/* == salient-wp-menu-dynamic-fallback-inline-css == */
#header-outer .nectar-ext-menu-item .image-layer-outer,
    #header-outer .nectar-ext-menu-item .image-layer,
    #header-outer .nectar-ext-menu-item .color-overlay,
    #slide-out-widget-area .nectar-ext-menu-item .image-layer-outer,
    #slide-out-widget-area .nectar-ext-menu-item .color-overlay,
    #slide-out-widget-area .nectar-ext-menu-item .image-layer {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
    }

    .nectar-ext-menu-item .inner-content {
      position: relative;
      z-index: 10;
      width: 100%;
    }

    .nectar-ext-menu-item .image-layer {
      background-size: cover;
      background-position: center;
      transition: opacity 0.25s ease 0.1s;
    }

    .nectar-ext-menu-item .image-layer video {
      object-fit: cover;
      width: 100%;
      height: 100%;
    }

    #header-outer nav .nectar-ext-menu-item .image-layer:not(.loaded) {
      background-image: none !important;
    }

    #header-outer nav .nectar-ext-menu-item .image-layer {
      opacity: 0;
    }

    #header-outer nav .nectar-ext-menu-item .image-layer.loaded {
      opacity: 1;
    }

    .nectar-ext-menu-item span[class*="inherit-h"]+.menu-item-desc {
      margin-top: 0.4rem;
    }

    #mobile-menu .nectar-ext-menu-item .title,
    #slide-out-widget-area .nectar-ext-menu-item .title,
    .nectar-ext-menu-item .menu-title-text,
    .nectar-ext-menu-item .menu-item-desc {
      position: relative;
    }

    .nectar-ext-menu-item .menu-item-desc {
      display: block;
      line-height: 1.4em;
    }

    body #slide-out-widget-area .nectar-ext-menu-item .menu-item-desc {
      line-height: 1.4em;
    }

    #mobile-menu .nectar-ext-menu-item .title,
    #slide-out-widget-area .nectar-ext-menu-item:not(.style-img-above-text) .title,
    .nectar-ext-menu-item:not(.style-img-above-text) .menu-title-text,
    .nectar-ext-menu-item:not(.style-img-above-text) .menu-item-desc,
    .nectar-ext-menu-item:not(.style-img-above-text) i:before,
    .nectar-ext-menu-item:not(.style-img-above-text) .svg-icon {
      color: #fff;
    }

    #mobile-menu .nectar-ext-menu-item.style-img-above-text .title {
      color: inherit;
    }

    .sf-menu li ul li a .nectar-ext-menu-item .menu-title-text:after {
      display: none;
    }

    .menu-item .widget-area-active[data-margin="default"]>div:not(:last-child) {
      margin-bottom: 20px;
    }

    .nectar-ext-menu-item__button {
      display: inline-block;
      padding-top: 2em;
    }

    #header-outer nav li:not([class*="current"])>a .nectar-ext-menu-item .inner-content.has-button .title .menu-title-text {
      background-image: none;
    }

    .nectar-ext-menu-item__button .nectar-cta:not([data-color="transparent"]) {
      margin-top: .8em;
      margin-bottom: .8em;
    }

    .nectar-ext-menu-item .color-overlay {
      transition: opacity 0.5s cubic-bezier(.15, .75, .5, 1);
    }

    .nectar-ext-menu-item:hover .hover-zoom-in-slow .image-layer {
      transform: scale(1.15);
      transition: transform 4s cubic-bezier(0.1, 0.2, .7, 1);
    }

    .nectar-ext-menu-item:hover .hover-zoom-in-slow .color-overlay {
      transition: opacity 1.5s cubic-bezier(.15, .75, .5, 1);
    }

    .nectar-ext-menu-item .hover-zoom-in-slow .image-layer {
      transition: transform 0.5s cubic-bezier(.15, .75, .5, 1);
    }

    .nectar-ext-menu-item .hover-zoom-in-slow .color-overlay {
      transition: opacity 0.5s cubic-bezier(.15, .75, .5, 1);
    }

    .nectar-ext-menu-item:hover .hover-zoom-in .image-layer {
      transform: scale(1.12);
    }

    .nectar-ext-menu-item .hover-zoom-in .image-layer {
      transition: transform 0.5s cubic-bezier(.15, .75, .5, 1);
    }

    .nectar-ext-menu-item {
      display: flex;
      text-align: left;
    }

    #slide-out-widget-area .nectar-ext-menu-item .title,
    #slide-out-widget-area .nectar-ext-menu-item .menu-item-desc,
    #slide-out-widget-area .nectar-ext-menu-item .menu-title-text,
    #mobile-menu .nectar-ext-menu-item .title,
    #mobile-menu .nectar-ext-menu-item .menu-item-desc,
    #mobile-menu .nectar-ext-menu-item .menu-title-text {
      color: inherit !important;
    }

    #slide-out-widget-area .nectar-ext-menu-item,
    #mobile-menu .nectar-ext-menu-item {
      display: block;
    }

    #slide-out-widget-area .nectar-ext-menu-item .inner-content,
    #mobile-menu .nectar-ext-menu-item .inner-content {
      width: 100%;
    }

    #slide-out-widget-area.fullscreen-alt .nectar-ext-menu-item,
    #slide-out-widget-area.fullscreen .nectar-ext-menu-item {
      text-align: center;
    }

    #header-outer .nectar-ext-menu-item.style-img-above-text .image-layer-outer,
    #slide-out-widget-area .nectar-ext-menu-item.style-img-above-text .image-layer-outer {
      position: relative;
    }

    #header-outer .nectar-ext-menu-item.style-img-above-text,
    #slide-out-widget-area .nectar-ext-menu-item.style-img-above-text {
      flex-direction: column;
    }

    #header-outer li.menu-item-9694>a .nectar-menu-label {
      color: #999999;
    }

    #header-outer li.menu-item-9694>a .nectar-menu-label:before {
      background-color: #999999;
    }

    #header-outer:not(.transparent) li.menu-item-9694>a>.menu-title-text {
      color: #4d4e57;
      transition: color 0.25s ease;
    }

    #header-outer:not(.transparent) .menu-item-9694[class*="menu-item-btn-style-button-border"]>a,
    #header-outer .menu-item-9694[class*="menu-item-btn-style"]:not([class*="menu-item-btn-style-button-border"])>a,
    #header-outer #top .sf-menu .menu-item-9694[class*="menu-item-btn-style"]:not([class*="menu-item-btn-style-button-border"])>a,
    #header-outer.transparent nav>ul.sf-menu .menu-item.menu-item-9694[class*="menu-item-btn-style"]:not([class*="menu-item-btn-style-button-border"])>a,
    #header-outer.transparent #top nav>ul.sf-menu .menu-item.menu-item-9694[class*="menu-item-btn-style"]:not([class*="menu-item-btn-style-button-border"])>a,
    #header-outer #top nav .sf-menu>.menu-item-9694[class*="menu-item-btn-style"]:not([class*="menu-item-btn-style-button-border"]).sfHover:not(#social-in-menu)>a {
      color: #4d4e57 !important;
    }

    #header-outer:not(.transparent) li.menu-item-9694>a:hover>.menu-title-text,
    #header-outer:not(.transparent) #top li.menu-item-9694>a:hover>.sf-sub-indicator i,
    #header-outer:not(.transparent) li.menu-item-9694.sfHover>a>.menu-title-text,
    #header-outer:not(.transparent) #top li.menu-item-9694.sfHover>a>.sf-sub-indicator i,
    body #header-outer[data-has-menu="true"]:not(.transparent) #top li.menu-item-9694[class*="current"]>a>i.nectar-menu-icon,
    #header-outer:not(.transparent) li.menu-item-9694[class*="current"]>a>.menu-title-text {
      color: #e28757 !important;
    }

    #header-outer .menu-item-9694[class*="menu-item-btn-style-button"]>a:hover,
    #header-outer #top nav .sf-menu li.menu-item.menu-item-9694[class*="menu-item-btn-style-button"]>a:hover,
    #header-outer #top nav .sf-menu li.menu-item.sfHover:not(#social-in-menu).menu-item-9694[class*="menu-item-btn-style-button"]>a:hover,
    #header-outer .menu-item-9694[class*="current"][class*="menu-item-btn-style-button"]>a,
    #header-outer #top nav .sf-menu li.menu-item.menu-item-9694[class*="current"][class*="menu-item-btn-style-button"]>a {
      color: #e28757 !important;
    }

    #header-outer li.menu-item-9693>a .nectar-menu-label {
      color: #999999;
    }

    #header-outer li.menu-item-9693>a .nectar-menu-label:before {
      background-color: #999999;
    }

    #header-outer:not(.transparent) li.menu-item-9693>a>.menu-title-text {
      color: #4d4e57;
      transition: color 0.25s ease;
    }

    #header-outer:not(.transparent) .menu-item-9693[class*="menu-item-btn-style-button-border"]>a,
    #header-outer .menu-item-9693[class*="menu-item-btn-style"]:not([class*="menu-item-btn-style-button-border"])>a,
    #header-outer #top .sf-menu .menu-item-9693[class*="menu-item-btn-style"]:not([class*="menu-item-btn-style-button-border"])>a,
    #header-outer.transparent nav>ul.sf-menu .menu-item.menu-item-9693[class*="menu-item-btn-style"]:not([class*="menu-item-btn-style-button-border"])>a,
    #header-outer.transparent #top nav>ul.sf-menu .menu-item.menu-item-9693[class*="menu-item-btn-style"]:not([class*="menu-item-btn-style-button-border"])>a,
    #header-outer #top nav .sf-menu>.menu-item-9693[class*="menu-item-btn-style"]:not([class*="menu-item-btn-style-button-border"]).sfHover:not(#social-in-menu)>a {
      color: #4d4e57 !important;
    }

    #header-outer:not(.transparent) li.menu-item-9693>a:hover>.menu-title-text,
    #header-outer:not(.transparent) #top li.menu-item-9693>a:hover>.sf-sub-indicator i,
    #header-outer:not(.transparent) li.menu-item-9693.sfHover>a>.menu-title-text,
    #header-outer:not(.transparent) #top li.menu-item-9693.sfHover>a>.sf-sub-indicator i,
    body #header-outer[data-has-menu="true"]:not(.transparent) #top li.menu-item-9693[class*="current"]>a>i.nectar-menu-icon,
    #header-outer:not(.transparent) li.menu-item-9693[class*="current"]>a>.menu-title-text {
      color: #e28757 !important;
    }

    #header-outer .menu-item-9693[class*="menu-item-btn-style-button"]>a:hover,
    #header-outer #top nav .sf-menu li.menu-item.menu-item-9693[class*="menu-item-btn-style-button"]>a:hover,
    #header-outer #top nav .sf-menu li.menu-item.sfHover:not(#social-in-menu).menu-item-9693[class*="menu-item-btn-style-button"]>a:hover,
    #header-outer .menu-item-9693[class*="current"][class*="menu-item-btn-style-button"]>a,
    #header-outer #top nav .sf-menu li.menu-item.menu-item-9693[class*="current"][class*="menu-item-btn-style-button"]>a {
      color: #e28757 !important;
    }

    #header-outer li.menu-item-9695>a .nectar-menu-label {
      color: #999999;
    }

    #header-outer li.menu-item-9695>a .nectar-menu-label:before {
      background-color: #999999;
    }

    #header-outer:not(.transparent) li.menu-item-9695>a>.menu-title-text {
      color: #4d4e57;
      transition: color 0.25s ease;
    }

    #header-outer:not(.transparent) .menu-item-9695[class*="menu-item-btn-style-button-border"]>a,
    #header-outer .menu-item-9695[class*="menu-item-btn-style"]:not([class*="menu-item-btn-style-button-border"])>a,
    #header-outer #top .sf-menu .menu-item-9695[class*="menu-item-btn-style"]:not([class*="menu-item-btn-style-button-border"])>a,
    #header-outer.transparent nav>ul.sf-menu .menu-item.menu-item-9695[class*="menu-item-btn-style"]:not([class*="menu-item-btn-style-button-border"])>a,
    #header-outer.transparent #top nav>ul.sf-menu .menu-item.menu-item-9695[class*="menu-item-btn-style"]:not([class*="menu-item-btn-style-button-border"])>a,
    #header-outer #top nav .sf-menu>.menu-item-9695[class*="menu-item-btn-style"]:not([class*="menu-item-btn-style-button-border"]).sfHover:not(#social-in-menu)>a {
      color: #4d4e57 !important;
    }

    #header-outer:not(.transparent) li.menu-item-9695>a:hover>.menu-title-text,
    #header-outer:not(.transparent) #top li.menu-item-9695>a:hover>.sf-sub-indicator i,
    #header-outer:not(.transparent) li.menu-item-9695.sfHover>a>.menu-title-text,
    #header-outer:not(.transparent) #top li.menu-item-9695.sfHover>a>.sf-sub-indicator i,
    body #header-outer[data-has-menu="true"]:not(.transparent) #top li.menu-item-9695[class*="current"]>a>i.nectar-menu-icon,
    #header-outer:not(.transparent) li.menu-item-9695[class*="current"]>a>.menu-title-text {
      color: #e28757 !important;
    }

    #header-outer .menu-item-9695[class*="menu-item-btn-style-button"]>a:hover,
    #header-outer #top nav .sf-menu li.menu-item.menu-item-9695[class*="menu-item-btn-style-button"]>a:hover,
    #header-outer #top nav .sf-menu li.menu-item.sfHover:not(#social-in-menu).menu-item-9695[class*="menu-item-btn-style-button"]>a:hover,
    #header-outer .menu-item-9695[class*="current"][class*="menu-item-btn-style-button"]>a,
    #header-outer #top nav .sf-menu li.menu-item.menu-item-9695[class*="current"][class*="menu-item-btn-style-button"]>a {
      color: #e28757 !important;
    }

    #header-outer li.menu-item-9696>a .nectar-menu-label {
      color: #999999;
    }

    #header-outer li.menu-item-9696>a .nectar-menu-label:before {
      background-color: #999999;
    }

    #header-outer:not(.transparent) li.menu-item-9696>a>.menu-title-text {
      color: #4d4e57;
      transition: color 0.25s ease;
    }

    #header-outer:not(.transparent) .menu-item-9696[class*="menu-item-btn-style-button-border"]>a,
    #header-outer .menu-item-9696[class*="menu-item-btn-style"]:not([class*="menu-item-btn-style-button-border"])>a,
    #header-outer #top .sf-menu .menu-item-9696[class*="menu-item-btn-style"]:not([class*="menu-item-btn-style-button-border"])>a,
    #header-outer.transparent nav>ul.sf-menu .menu-item.menu-item-9696[class*="menu-item-btn-style"]:not([class*="menu-item-btn-style-button-border"])>a,
    #header-outer.transparent #top nav>ul.sf-menu .menu-item.menu-item-9696[class*="menu-item-btn-style"]:not([class*="menu-item-btn-style-button-border"])>a,
    #header-outer #top nav .sf-menu>.menu-item-9696[class*="menu-item-btn-style"]:not([class*="menu-item-btn-style-button-border"]).sfHover:not(#social-in-menu)>a {
      color: #4d4e57 !important;
    }

    #header-outer:not(.transparent) li.menu-item-9696>a:hover>.menu-title-text,
    #header-outer:not(.transparent) #top li.menu-item-9696>a:hover>.sf-sub-indicator i,
    #header-outer:not(.transparent) li.menu-item-9696.sfHover>a>.menu-title-text,
    #header-outer:not(.transparent) #top li.menu-item-9696.sfHover>a>.sf-sub-indicator i,
    body #header-outer[data-has-menu="true"]:not(.transparent) #top li.menu-item-9696[class*="current"]>a>i.nectar-menu-icon,
    #header-outer:not(.transparent) li.menu-item-9696[class*="current"]>a>.menu-title-text {
      color: #e28757 !important;
    }

    #header-outer .menu-item-9696[class*="menu-item-btn-style-button"]>a:hover,
    #header-outer #top nav .sf-menu li.menu-item.menu-item-9696[class*="menu-item-btn-style-button"]>a:hover,
    #header-outer #top nav .sf-menu li.menu-item.sfHover:not(#social-in-menu).menu-item-9696[class*="menu-item-btn-style-button"]>a:hover,
    #header-outer .menu-item-9696[class*="current"][class*="menu-item-btn-style-button"]>a,
    #header-outer #top nav .sf-menu li.menu-item.menu-item-9696[class*="current"][class*="menu-item-btn-style-button"]>a {
      color: #e28757 !important;
    }

    /*# sourceURL=salient-wp-menu-dynamic-fallback-inline-css */

/* == dynamic-css-inline-css == */
#header-space {
      background-color: #ffffff
    }

    @media only screen and (min-width:1000px) {
      body #ajax-content-wrap.no-scroll {
        min-height: calc(100vh - 98px);
        height: calc(100vh - 98px) !important;
      }
    }

    @media only screen and (min-width:1000px) {

      #page-header-wrap.fullscreen-header,
      #page-header-wrap.fullscreen-header #page-header-bg,
      html:not(.nectar-box-roll-loaded) .nectar-box-roll>#page-header-bg.fullscreen-header,
      .nectar_fullscreen_zoom_recent_projects,
      #nectar_fullscreen_rows:not(.afterLoaded)>div {
        height: calc(100vh - 97px);
      }

      .wpb_row.vc_row-o-full-height.top-level,
      .wpb_row.vc_row-o-full-height.top-level>.col.span_12 {
        min-height: calc(100vh - 97px);
      }

      html:not(.nectar-box-roll-loaded) .nectar-box-roll>#page-header-bg.fullscreen-header {
        top: 98px;
      }

      .nectar-slider-wrap[data-fullscreen="true"]:not(.loaded),
      .nectar-slider-wrap[data-fullscreen="true"]:not(.loaded) .swiper-container {
        height: calc(100vh - 96px) !important;
      }

      .admin-bar .nectar-slider-wrap[data-fullscreen="true"]:not(.loaded),
      .admin-bar .nectar-slider-wrap[data-fullscreen="true"]:not(.loaded) .swiper-container {
        height: calc(100vh - 96px - 32px) !important;
      }
    }

    .admin-bar[class*="page-template-template-no-header"] .wpb_row.vc_row-o-full-height.top-level,
    .admin-bar[class*="page-template-template-no-header"] .wpb_row.vc_row-o-full-height.top-level>.col.span_12 {
      min-height: calc(100vh - 32px);
    }

    body[class*="page-template-template-no-header"] .wpb_row.vc_row-o-full-height.top-level,
    body[class*="page-template-template-no-header"] .wpb_row.vc_row-o-full-height.top-level>.col.span_12 {
      min-height: 100vh;
    }

    @media only screen and (max-width:999px) {
      .using-mobile-browser #nectar_fullscreen_rows:not(.afterLoaded):not([data-mobile-disable="on"])>div {
        height: calc(100vh - 126px);
      }

      .using-mobile-browser .wpb_row.vc_row-o-full-height.top-level,
      .using-mobile-browser .wpb_row.vc_row-o-full-height.top-level>.col.span_12,
      [data-permanent-transparent="1"].using-mobile-browser .wpb_row.vc_row-o-full-height.top-level,
      [data-permanent-transparent="1"].using-mobile-browser .wpb_row.vc_row-o-full-height.top-level>.col.span_12 {
        min-height: calc(100vh - 126px);
      }

      html:not(.nectar-box-roll-loaded) .nectar-box-roll>#page-header-bg.fullscreen-header,
      .nectar_fullscreen_zoom_recent_projects,
      .nectar-slider-wrap[data-fullscreen="true"]:not(.loaded),
      .nectar-slider-wrap[data-fullscreen="true"]:not(.loaded) .swiper-container,
      #nectar_fullscreen_rows:not(.afterLoaded):not([data-mobile-disable="on"])>div {
        height: calc(100vh - 73px);
      }

      .wpb_row.vc_row-o-full-height.top-level,
      .wpb_row.vc_row-o-full-height.top-level>.col.span_12 {
        min-height: calc(100vh - 73px);
      }

      body[data-transparent-header="false"] #ajax-content-wrap.no-scroll {
        min-height: calc(100vh - 73px);
        height: calc(100vh - 73px);
      }
    }

    #nectar_fullscreen_rows {
      background-color: transparent;
    }

    #ajax-content-wrap .vc_row.left_padding_7pct>.row_col_wrap_12,
    .nectar-global-section .vc_row.left_padding_7pct>.row_col_wrap_12 {
      padding-left: 7%;
    }

    #ajax-content-wrap .vc_row.right_padding_7pct>.row_col_wrap_12,
    .nectar-global-section .vc_row.right_padding_7pct>.row_col_wrap_12 {
      padding-right: 7%;
    }

    #ajax-content-wrap .vc_row.top_margin_0px,
    body .vc_row.top_margin_0px {
      margin-top: 0px;
    }

    body .container-wrap .wpb_row[data-column-margin="none"]:not(.full-width-section):not(.full-width-content),
    html body .wpb_row[data-column-margin="none"]:not(.full-width-section):not(.full-width-content) {
      margin-bottom: 0;
    }

    body .container-wrap .vc_row-fluid[data-column-margin="none"]>.span_12,
    html body .vc_row-fluid[data-column-margin="none"]>.span_12,
    body .container-wrap .vc_row-fluid[data-column-margin="none"] .full-page-inner>.container>.span_12,
    body .container-wrap .vc_row-fluid[data-column-margin="none"] .full-page-inner>.span_12 {
      margin-left: 0;
      margin-right: 0;
    }

    body .container-wrap .vc_row-fluid[data-column-margin="none"] .wpb_column:not(.child_column),
    body .container-wrap .inner_row[data-column-margin="none"] .child_column,
    html body .vc_row-fluid[data-column-margin="none"] .wpb_column:not(.child_column),
    html body .inner_row[data-column-margin="none"] .child_column {
      padding-left: 0;
      padding-right: 0;
    }

    #ajax-content-wrap .vc_row.inner_row.right_padding_5pct>.row_col_wrap_12_inner,
    .nectar-global-section .vc_row.inner_row.right_padding_5pct>.row_col_wrap_12_inner {
      padding-right: 5%;
    }

    #ajax-content-wrap .vc_row.inner_row.right_padding_10pct>.row_col_wrap_12_inner,
    .nectar-global-section .vc_row.inner_row.right_padding_10pct>.row_col_wrap_12_inner {
      padding-right: 10%;
    }

    .flex_gap_desktop_10px>.vc_column-inner>.wpb_wrapper {
      gap: 10px;
    }

    .wpb_column.el_spacing_0px>.vc_column-inner>.wpb_wrapper>div:not(:last-child),
    .wpb_column.el_spacing_0px>.n-sticky>.vc_column-inner>.wpb_wrapper>div:not(:last-child) {
      margin-bottom: 0px;
    }

    .wpb_column.column_position_relative,
    .wpb_column.column_position_relative>.vc_column-inner {
      position: relative;
    }

    @media only screen,
    print {
      .wpb_column.left_padding_desktop_7vw>.vc_column-inner {
        padding-left: 7vw;
      }
    }

    @media only screen,
    print {
      .wpb_column.left_padding_desktop_7vw>.n-sticky>.vc_column-inner {
        padding-left: 7vw;
      }
    }

    .wpb_column.el_spacing_30px>.vc_column-inner>.wpb_wrapper>div:not(:last-child),
    .wpb_column.el_spacing_30px>.n-sticky>.vc_column-inner>.wpb_wrapper>div:not(:last-child) {
      margin-bottom: 30px;
    }

    .wpb_column.column_position_static,
    .wpb_column.column_position_static>.vc_column-inner {
      position: static;
    }

    .col.padding-8-percent>.vc_column-inner,
    .col.padding-8-percent>.n-sticky>.vc_column-inner {
      padding: calc(600px * 0.08);
    }

    @media only screen and (max-width:690px) {

      .col.padding-8-percent>.vc_column-inner,
      .col.padding-8-percent>.n-sticky>.vc_column-inner {
        padding: calc(100vw * 0.08);
      }
    }

    @media only screen and (min-width:1000px) {

      .col.padding-8-percent>.vc_column-inner,
      .col.padding-8-percent>.n-sticky>.vc_column-inner {
        padding: calc((100vw - 180px) * 0.08);
      }

      .column_container:not(.vc_col-sm-12) .col.padding-8-percent>.vc_column-inner {
        padding: calc((100vw - 180px) * 0.04);
      }
    }

    @media only screen and (min-width:1425px) {
      .col.padding-8-percent>.vc_column-inner {
        padding: calc(1245px * 0.08);
      }

      .column_container:not(.vc_col-sm-12) .col.padding-8-percent>.vc_column-inner {
        padding: calc(1245px * 0.04);
      }
    }

    .full-width-content .col.padding-8-percent>.vc_column-inner {
      padding: calc(100vw * 0.08);
    }

    @media only screen and (max-width:999px) {
      .full-width-content .col.padding-8-percent>.vc_column-inner {
        padding: calc(100vw * 0.08);
      }
    }

    @media only screen and (min-width:1000px) {
      .full-width-content .column_container:not(.vc_col-sm-12) .col.padding-8-percent>.vc_column-inner {
        padding: calc(100vw * 0.04);
      }
    }

    .column-image-bg-wrap[data-bg-pos="center center"] .column-image-bg,
    .container-wrap .main-content .column-image-bg-wrap[data-bg-pos="center center"] .column-image-bg {
      background-position: center center;
    }

    .wpb_column.right_margin_0px {
      margin-right: 0px !important;
    }

    .wpb_column.left_margin_0px {
      margin-left: 0px !important;
    }

    @media only screen,
    print {
      .wpb_column.top_padding_desktop_0px>.vc_column-inner {
        padding-top: 0px;
      }

      .wpb_column.bottom_padding_desktop_0px>.vc_column-inner {
        padding-bottom: 0px;
      }
    }

    @media only screen,
    print {
      .wpb_column.top_padding_desktop_0px>.n-sticky>.vc_column-inner {
        padding-top: 0px;
      }

      .wpb_column.bottom_padding_desktop_0px>.n-sticky>.vc_column-inner {
        padding-bottom: 0px;
      }
    }

    @media only screen,
    print {
      .wpb_column.top_padding_desktop_60vh>.vc_column-inner {
        padding-top: 60vh;
      }
    }

    @media only screen and (max-width:999px) {
      body .wpb_column.top_padding_tablet_50vh>.vc_column-inner {
        padding-top: 50vh;
      }
    }

    @media only screen and (max-width:690px) {
      html body .wpb_column.top_padding_phone_40vh>.vc_column-inner {
        padding-top: 40vh;
      }
    }

    @media only screen,
    print {
      .wpb_column.top_padding_desktop_60vh>.n-sticky>.vc_column-inner {
        padding-top: 60vh;
      }
    }

    @media only screen and (max-width:999px) {
      body .wpb_column.top_padding_tablet_50vh>.n-sticky>.vc_column-inner {
        padding-top: 50vh;
      }
    }

    @media only screen and (max-width:690px) {
      html body .wpb_column.top_padding_phone_40vh>.n-sticky>.vc_column-inner {
        padding-top: 40vh;
      }
    }

    .bg_img_front>.vc_column-inner>.column-bg-overlay-wrap {
      z-index: -2;
    }

    .wpb_column[data-border-radius="20px"],
    .wpb_column[data-border-radius="20px"]>.vc_column-inner,
    .wpb_column[data-border-radius="20px"]>.vc_column-inner>.column-link,
    .wpb_column[data-border-radius="20px"]>.vc_column-inner>.column-bg-overlay-wrap,
    .wpb_column[data-border-radius="20px"]>.vc_column-inner>.column-image-bg-wrap[data-bg-animation="zoom-out-reveal"],
    .wpb_column[data-border-radius="20px"]>.vc_column-inner>.column-image-bg-wrap .column-image-bg,
    .wpb_column[data-border-radius="20px"]>.vc_column-inner>.column-image-bg-wrap[data-n-parallax-bg="true"],
    .wpb_column[data-border-radius="20px"]>.n-sticky>.vc_column-inner,
    .wpb_column[data-border-radius="20px"]>.n-sticky>.vc_column-inner>.column-bg-overlay-wrap {
      border-radius: 20px;
    }

    .wpb_column[data-border-radius="20px"] {
      --nectar-radius: 20px;
    }

    @media only screen,
    print {

      body #ajax-content-wrap .font_size_desktop_1vw.font_size_min_16px.nectar-fancy-ul,
      body .font_size_desktop_1vw.font_size_min_16px.nectar-fancy-ul {
        font-size: max(16px, 1.1vw);
      }
    }

    @media only screen,
    print {

      body #ajax-content-wrap .font_size_desktop_1vw.font_size_min_16px.nectar-fancy-ul,
      body .font_size_desktop_1vw.font_size_min_16px.nectar-fancy-ul,
      body #header-outer .font_size_desktop_1vw.font_size_min_16px.nectar-fancy-ul {
        font-size: max(16px, 1.1vw);
      }
    }

    #ajax-content-wrap .font_line_height_1-6.nectar-fancy-ul,
    body .font_line_height_1-6.nectar-fancy-ul {
      line-height: 1.6;
    }

    .nectar-fancy-ul {
      line-height: 1.3;
    }

    .nectar-fancy-ul ul li .icon-default-style[class^="icon-"] {
      font-size: 1.1em;
    }

    .nectar-split-heading .heading-line {
      display: block;
      overflow: hidden;
      position: relative
    }

    .nectar-split-heading .heading-line>div {
      display: block;
      transform: translateY(200%);
      -webkit-transform: translateY(200%)
    }

    .nectar-split-heading h1 {
      margin-bottom: 0
    }

    .nectar-split-heading>*>* {
      text-indent: 0;
    }

    @media only screen and (min-width:1000px) {

      .nectar-split-heading[data-custom-font-size="true"] h1,
      .nectar-split-heading[data-custom-font-size="true"] h2,
      .row .nectar-split-heading[data-custom-font-size="true"] h3,
      .row .nectar-split-heading[data-custom-font-size="true"] h4,
      .row .nectar-split-heading[data-custom-font-size="true"] h5,
      .row .nectar-split-heading[data-custom-font-size="true"] h6,
      .row .nectar-split-heading[data-custom-font-size="true"] i {
        font-size: inherit;
        line-height: inherit;
      }
    }

    .nectar-split-heading.font_line_height_1-3 {
      line-height: 1.3 !important;
    }

    .nectar-split-heading.font_line_height_1-3 * {
      line-height: 1.3 !important;
    }

    @media only screen,
    print {

      #ajax-content-wrap .font_size_3vw.nectar-split-heading,
      .font_size_3vw.nectar-split-heading {
        font-size: 3vw !important;
      }
    }

    @media only screen,
    print {

      #ajax-content-wrap .font_size_3vw.nectar-split-heading,
      .font_size_3vw.nectar-split-heading,
      #header-outer .font_size_3vw.nectar-split-heading {
        font-size: 3vw !important;
      }
    }

    #ajax-content-wrap .font_line_height_1-3.nectar-split-heading,
    body .font_line_height_1-3.nectar-split-heading {
      line-height: 1.3;
    }

    .centered-text .nectar-split-heading[data-animation-type="line-reveal-by-space"] h1,
    .centered-text .nectar-split-heading[data-animation-type="line-reveal-by-space"] h2,
    .centered-text .nectar-split-heading[data-animation-type="line-reveal-by-space"] h3,
    .centered-text .nectar-split-heading[data-animation-type="line-reveal-by-space"] h4 {
      margin: 0 auto;
    }

    .nectar-split-heading[data-animation-type="line-reveal-by-space"]:not(.markup-generated) {
      opacity: 0;
    }

    .nectar-split-heading[data-animation-type="line-reveal-by-space"]:not(.markup-generated).animated-in {
      opacity: 1;
    }

    .nectar-split-heading[data-animation-type="line-reveal-by-space"]>*>span {
      position: relative;
      display: inline-block;
      overflow: hidden;
    }

    .nectar-split-heading[data-animation-type="line-reveal-by-space"] span {
      vertical-align: bottom;
    }

    .nectar-split-heading[data-animation-type="line-reveal-by-space"] span {
      line-height: 1.2;
    }

    @media only screen and (min-width:1000px) {
      .nectar-split-heading[data-animation-type="line-reveal-by-space"]:not(.markup-generated):not([data-text-effect="none"])>* {
        line-height: 1.2;
      }
    }

    @media only screen and (max-width:999px) {
      .nectar-split-heading[data-animation-type="line-reveal-by-space"]:not([data-m-rm-animation="true"]):not(.markup-generated):not([data-text-effect="none"])>* {
        line-height: 1.2;
      }
    }

    .nectar-split-heading[data-animation-type="line-reveal-by-space"][data-stagger="true"]:not([data-text-effect*="letter-reveal"]) span .inner {
      transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1), filter 1.2s cubic-bezier(0.25, 1, 0.5, 1);
    }

    .nectar-split-heading[data-animation-type="line-reveal-by-space"] span .inner {
      position: relative;
      display: inline-block;
      -webkit-transform: translateY(1.3em);
      transform: translateY(1.3em);
    }

    .nectar-split-heading[data-animation-type="line-reveal-by-space"] span .inner.animated {
      -webkit-transform: none;
      transform: none;
      opacity: 1;
    }

    @media only screen and (max-width:999px) {
      .nectar-split-heading[data-animation-type="line-reveal-by-space"][data-m-rm-animation="true"] span .inner {
        -webkit-transform: none;
        transform: none !important;
        opacity: 1;
      }
    }

    .nectar-split-heading[data-animation-type="line-reveal-by-space"][data-align="left"] {
      display: flex;
      justify-content: flex-start;
    }

    .nectar-split-heading[data-animation-type="line-reveal-by-space"][data-align="center"] {
      display: flex;
      justify-content: center;
    }

    .nectar-split-heading[data-animation-type="line-reveal-by-space"][data-align="right"] {
      display: flex;
      justify-content: flex-end;
    }

    @media only screen and (max-width:999px) {
      .nectar-split-heading[data-animation-type="line-reveal-by-space"][data-m-align="left"] {
        display: flex;
        justify-content: flex-start;
      }

      .nectar-split-heading[data-animation-type="line-reveal-by-space"][data-m-align="center"] {
        display: flex;
        justify-content: center;
      }

      .nectar-split-heading[data-animation-type="line-reveal-by-space"][data-m-align="right"] {
        display: flex;
        justify-content: flex-end;
      }
    }

    @media only screen,
    print {
      .nectar-cta.top_position_desktop_0px {
        top: 0px;
      }
    }

    @media only screen,
    print {
      .nectar-cta.bottom_position_desktop_0px {
        bottom: 0px;
      }
    }

    #ajax-content-wrap .nectar-cta.border_radius_5px .link_wrap,
    #header-outer .nectar-cta.border_radius_5px .link_wrap {
      border-radius: 5px !important;
    }

    @media only screen,
    print {

      #ajax-content-wrap .font_size_desktop_1vw.nectar-cta,
      .font_size_desktop_1vw.nectar-cta {
        font-size: 1.5vw;
      }
    }

    @media only screen,
    print {

      #ajax-content-wrap .font_size_desktop_1vw.nectar-cta,
      .font_size_desktop_1vw.nectar-cta,
      #header-outer .font_size_desktop_1vw.nectar-cta {
        font-size: 1.5vw;
      }
    }

    @media only screen and (max-width:999px) {

      #ajax-content-wrap .font_size_tablet_16px.nectar-cta,
      .font_size_tablet_16px.nectar-cta {
        font-size: 16px;
      }
    }

    @media only screen and (max-width:999px) {

      #ajax-content-wrap .container-wrap .font_size_tablet_16px.nectar-cta,
      .container-wrap .font_size_tablet_16px.nectar-cta,
      #header-outer .font_size_tablet_16px.nectar-cta {
        font-size: 16px;
      }
    }

    @media only screen and (max-width:690px) {

      html #ajax-content-wrap .font_size_phone_3vw.nectar-cta,
      html .font_size_phone_3vw.nectar-cta {
        font-size: 3vw;
      }
    }

    @media only screen and (max-width:690px) {

      html #ajax-content-wrap .container-wrap .font_size_phone_3vw.nectar-cta,
      html .container-wrap .font_size_phone_3vw.nectar-cta,
      html #header-outer .font_size_phone_3vw.nectar-cta {
        font-size: 3vw;
      }
    }

    @media only screen,
    print {

      #ajax-content-wrap .font_size_desktop_1vw.nectar-cta *,
      .font_size_desktop_1vw.nectar-cta * {
        font-size: 1.5vw;
      }
    }

    @media only screen,
    print {

      #ajax-content-wrap .font_size_desktop_1vw.nectar-cta *,
      .font_size_desktop_1vw.nectar-cta *,
      #header-outer .font_size_desktop_1vw.nectar-cta * {
        font-size: 1.5vw;
      }
    }

    @media only screen and (max-width:999px) {

      #ajax-content-wrap .font_size_tablet_16px.nectar-cta *,
      .font_size_tablet_16px.nectar-cta * {
        font-size: 16px;
      }
    }

    @media only screen and (max-width:999px) {

      #ajax-content-wrap .container-wrap .font_size_tablet_16px.nectar-cta *,
      .container-wrap .font_size_tablet_16px.nectar-cta *,
      #header-outer .font_size_tablet_16px.nectar-cta * {
        font-size: 16px;
      }
    }

    @media only screen and (max-width:690px) {

      html #ajax-content-wrap .font_size_phone_3vw.nectar-cta *,
      html .font_size_phone_3vw.nectar-cta * {
        font-size: 3vw;
      }
    }

    @media only screen and (max-width:690px) {

      html #ajax-content-wrap .container-wrap .font_size_phone_3vw.nectar-cta *,
      html .container-wrap .font_size_phone_3vw.nectar-cta *,
      html #header-outer .font_size_phone_3vw.nectar-cta * {
        font-size: 3vw;
      }
    }

    .nectar-cta.font_size_desktop_1vw,
    .nectar-cta.font_size_desktop_1vw * {
      line-height: 1.1;
    }

    body:not(.compose-mode) .testimonial_slider .flickity-slider {
      position: relative;
      display: flex;
      flex-wrap: nowrap;
    }

    body:not(.compose-mode) .testimonial_slider .flickity-slider blockquote {
      flex: 0 0 auto;
    }

    .testimonial_slider.border-radius-20px .flickity-slider blockquote p {
      border-radius: 20px;
    }

    @media only screen and (min-width:1300px) {
      .testimonial_slider.desktop-width-40pct[data-style*="multiple_visible"] .flickity-slider blockquote {
        width: 40%;
      }
    }

    .testimonial_slider[data-shadow] blockquote:not(.is-selected) p {
      box-shadow: none !important;
    }

    .testimonial_slider[data-shadow] blockquote p {
      transition: box-shadow 0.2s ease, background-color 0.2s ease;
    }

    .testimonial_slider[data-controls="next_prev_arrows"] .slides {
      text-align: center;
    }

    .testimonial_slider .flickity-prev-next-button {
      display: inline-block;
      margin: 12px;
      width: 50px;
      height: 50px;
      padding: 0;
    }

    @media only screen and (max-width:690px) {
      .testimonial_slider .flickity-prev-next-button {
        transform: scale(0.8);
        margin: 6px;
      }
    }

    .testimonial_slider .flickity-prev-next-button svg {
      left: auto;
      top: 0;
      position: relative;
      width: 12px;
      height: 100%;
      transition: transform 0.45s cubic-bezier(.15, .75, .5, 1);
    }

    .testimonial_slider .flickity-prev-next-button:after {
      height: 2px;
      width: 18px;
      background-color: #000;
      content: "";
      position: absolute;
      left: 7px;
      top: 50%;
      margin-top: -1px;
      display: block;
      transform-origin: right;
      transition: transform 0.45s cubic-bezier(.15, .75, .5, 1);
    }

    .testimonial_slider .flickity-prev-next-button:before {
      position: absolute;
      display: block;
      content: "";
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: #fff;
      border-radius: 100px;
      transition: transform 0.45s cubic-bezier(.15, .75, .5, 1), opacity 0.45s cubic-bezier(.15, .75, .5, 1);
    }

    .testimonial_slider .flickity-prev-next-button.next svg {
      transform: translateX(5px);
    }

    .testimonial_slider .flickity-prev-next-button.next:after {
      transform: scaleX(0.9) translateX(8px);
    }

    .testimonial_slider .flickity-prev-next-button.previous:after {
      transform: scaleX(0.9) translateX(0px);
      left: 18px;
      transform-origin: left;
    }

    .testimonial_slider .flickity-prev-next-button.previous svg {
      transform: translateX(-4px);
    }

    .testimonial_slider .flickity-prev-next-button.next:hover svg {
      transform: translateX(7px);
    }

    .testimonial_slider .flickity-prev-next-button:hover:after {
      transform: scaleX(1.1) translateX(8px);
    }

    .testimonial_slider .flickity-prev-next-button:hover:before {
      transform: scale(1.15);
    }

    .testimonial_slider .flickity-prev-next-button.previous:hover:after {
      transform: scaleX(1.1) translateX(-1px);
    }

    .testimonial_slider .flickity-prev-next-button.previous:hover svg {
      transform: translateX(-6px);
    }

    .testimonial_slider .flickity-prev-next-button .arrow {
      fill: #000;
    }

    .testimonial_slider[data-controls="next_prev_arrows"] {
      padding-bottom: 0;
    }

    @media only screen and (min-width:1000px) {

      body .testimonial_slider.font_size_desktop_1vw blockquote,
      body .testimonial_slider.font_size_desktop_1vw span[class*="-quote"] {
        font-size: 1.3vw;
        line-height: 1.4;
      }
    }

    #ajax-content-wrap .testimonial_slider.font_line_height_1-7 blockquote {
      line-height: 1.7;
    }

    .nectar-flickity[data-controls="default"][data-control-color="accent-color"] .flickity-page-dots .dot:before {
      box-shadow: inset 0 0 0 5px #78aa6d;
    }

    .nectar-flickity[data-control-style="material_pagination"][data-control-color="accent-color"] .flickity-page-dots .dot.is-selected:before {
      box-shadow: inset 0 0 0 1px #78aa6d;
    }

    .nectar-flickity.nectar-carousel.vertical-alignment-middle .flickity-slider .cell .inner-wrap-outer>.inner-wrap {
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    @media only screen and (min-width:691px) and (max-width:999px) {
      .nectar-flickity[data-tablet-columns="5"]:not(.masonry) .flickity-slider .cell {
        width: calc(100% / 5);
      }
    }

    @media only screen and (max-width:690px) {
      .nectar-flickity[data-phone-columns="4"]:not(.masonry) .flickity-slider .cell {
        width: calc(100% / 4);
      }
    }

    .nectar-flickity.nectar-carousel[data-format="default"].custom-column-padding-4vw .flickity-slider .cell {
      padding: 4vw;
    }

    .nectar-simple-slider .cell.color-overlay-1-transparent>.bg-layer-wrap>.color-overlay {
      background-color: transparent;
    }

    @media only screen and (min-width:1000px) {
      .nectar-flickity .cell.custom-desktop-width-15px {
        width: calc(15px - var(--subtract-from-col-width, 0px)) !important;
      }
    }

    .nectar-flickity .cell .flickity-slider__link {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 100 !important;
    }

    .flex_gap_desktop_10px.cell .inner-wrap {
      gap: 10px;
    }

    @media only screen and (max-width:999px) {

      body .testimonial_slider.font_size_tablet_16px blockquote,
      body .testimonial_slider.font_size_tablet_16px span[class*="-quote"] {
        font-size: 16px;
        line-height: 1.3;
      }
    }

    @media only screen and (max-width:999px) {
      .nectar-split-heading[data-m-rm-animation="true"] {
        opacity: 1 !important;
      }
    }

    @media only screen and (max-width:999px) {

      body .nectar-cta.font_size_tablet_16px,
      body .nectar-cta.font_size_tablet_16px * {
        line-height: 1.1;
      }
    }

    @media only screen and (max-width:999px) {

      body .nectar-cta.alignment_tablet_left,
      body .nectar-next-section-wrap.alignment_tablet_left {
        text-align: left;
      }
    }

    @media only screen and (max-width:999px) {
      .vc_row.inner_row.top_padding_tablet_8pct {
        padding-top: 8% !important;
      }
    }

    @media only screen and (max-width:999px) {

      .wpb_column.child_column.mobile-disable-entrance-animation,
      .wpb_column.child_column.mobile-disable-entrance-animation:not([data-scroll-animation-mobile="true"])>.vc_column-inner {
        transform: none !important;
        opacity: 1 !important;
      }

      .nectar-mask-reveal.mobile-disable-entrance-animation,
      [data-animation="mask-reveal"].mobile-disable-entrance-animation>.vc_column-inner {
        clip-path: none !important;
      }
    }

    @media only screen and (max-width:690px) {
      .vc_row.inner_row.translate_x_phone_-60px.translate_y_phone_0px.scale_phone_0-62 {
        -webkit-transform: translateX(-60px) translateY(0px) scale(0.62);
        transform: translateX(-60px) translateY(0px) scale(0.62);
      }
    }

    @media only screen and (max-width:690px) {

      html body .nectar-cta.alignment_phone_left,
      html body .nectar-next-section-wrap.alignment_phone_left {
        text-align: left;
      }
    }

    @media only screen and (max-width:690px) {
      body #ajax-content-wrap .vc_row.bottom_margin_phone_0px {
        margin-bottom: 0px;
      }
    }

    @media only screen and (max-width:690px) {
      body #ajax-content-wrap .vc_row.top_margin_phone_0px {
        margin-top: 0px;
      }
    }

    @media only screen and (max-width:690px) {
      body .vc_row.bottom_padding_phone_0px {
        padding-bottom: 0px !important;
      }
    }

    @media only screen and (max-width:690px) {
      body .vc_row.top_padding_phone_90px {
        padding-top: 90px !important;
      }
    }

    @media only screen and (max-width:690px) {

      html body .nectar-cta.font_size_phone_3vw,
      html body .nectar-cta.font_size_phone_3vw * {
        line-height: 1.1;
      }
    }

    .screen-reader-text,
    .nectar-skip-to-content:not(:focus) {
      border: 0;
      clip: rect(1px, 1px, 1px, 1px);
      clip-path: inset(50%);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute !important;
      width: 1px;
      word-wrap: normal !important;
    }

    .row .col img:not([srcset]) {
      width: auto;
    }

    .row .col img.img-with-animation.nectar-lazy:not([srcset]) {
      width: 100%;
    }

    @media only screen and (max-width: 690px) {
      .home .nectar-split-heading .heading-line .cf0 {
        font-size: 21px !important;
      }
    }

    @media only screen and (min-width: 1001px) {

      #contacto #columna1,
      #contacto #columna1-2,
      #contacto #columna1-1 {
        display: block;
        float: left;
        margin-right: 2%;
      }

      #contacto #columna1-2 {
        width: 48%;
      }

      #contacto #columna1-1 {
        width: 98%;
      }

      #contacto #columna1 {
        width: 48%;
      }
    }

    .heateor_sss_vertical_sharing span.heateor_sss_svg,
    .heateor_sss_floating_follow_icons_container span.heateor_sss_svg {
      margin-bottom: 7px !important;
    }

    /* Tabbed */
    .tabbed[data-style="minimal_alt"]>ul li:not(.cta-button) {
      margin: 0 14px 15px !important;
    }

    .tabbed>ul li a span {
      font-size: 15px !important;
    }

    .tabbed .team-member h4 {
      font-family: huella-local !important;
      font-size: 20px !important;
    }

    /* Testimonios */
    .testimonial_slider[data-style="multiple_visible_minimal"] blockquote .inner {
      padding: 45px !important;
    }

    .testimonial_slider[data-style*="multiple_visible"] blockquote .title {
      font-size: 16px !important;
    }

    .testimonial_slider span.testimonial-name {
      font-family: huella-local !important;
      font-size: 20px !important;
      line-height: 22px !important;
    }

    .nectar-flickity.nectar-carousel.nectar-carousel:not(.masonry) .flickity-viewport {
      margin: 30px 0 50px 0 !important;
    }

    .nectar-flickity[data-control-style="material_pagination"] .flickity-page-dots,
    .nectar-flickity[data-controls="material_pagination"] .flickity-page-dots {
      bottom: -55px !important;
    }

    #carrusel-fondo .nectar-flickity[data-control-style="material_pagination"] .flickity-page-dots,
    #carrusel-fondo .nectar-flickity[data-controls="material_pagination"] .flickity-page-dots {
      bottom: -75px !important;
    }

    .nectar_cascading_images .cascading-image {
      padding: 0 !important;
    }

    .heateor_sss_vertical_sharing span.heateor_sss_svg {
      width: 44px !important;
      display: inline-block !important;
    }

    div.heateor_sss_bottom_sharing a {
      width: auto !important;
      margin-left: 10px !important;
    }

    body .container-wrap #mapa-02.inner_row[data-column-margin="20px"] .child_column {
      width: 32% !important;
    }

    ody .container-wrap #mapa-02.wpb_row[data-column-margin="20px"]:not(.full-width-section):not(.full-width-content) {
      margin-bottom: 0 !important;
    }

    #mapa-02 .wpb_column:not([class*="vc_col-xs"]) {
      margin-bottom: 0 !important;
    }

    /* Equipo */
    .team-member {
      text-align: center !important;
    }

    .row .team-member[data-style="bio_fullscreen_alt"] h5 {
      font-family: huella-local !important;
      min-height: 40px !important;
      font-size: 13px !important;
      line-height: 15px !important;
    }

    .row .team-member[data-style="bio_fullscreen_alt"] h3 {
      font-family: Montserrat !important;
      font-size: 21px !important;
      line-height: 24px !important;
    }

    .team-member[data-style="bio_fullscreen_alt"] .team-meta p {
      font-size: 13px !important;
      line-height: 14px !important;
    }

    body #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a {
      font-size: 18px !important;
    }

    body #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a {
      margin: 0 0 20px 0 !important;
    }

    body #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container ul ul {
      margin-bottom: 20px !important;
    }

    body #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li li a {
      font-weight: normal !important;
      line-height: 24px !important;
    }

    #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li {
      margin: 0 !important;
    }

    .clients.carousel.six-cols>div {
      padding: 0 20px !important;
    }

    /* Blog */
    .blog-recent[data-style="classic_enhanced_alt"] .inner-wrap .excerpt,
    .blog-recent[data-style="classic_enhanced_alt"] .inner-wrap .post-header .meta,
    .blog-recent[data-style="classic_enhanced_alt"] .inner-wrap .meta-category,
    .blog-recent[data-style="classic_enhanced_alt"] .inner-wrap .post-meta {
      display: none !important;
    }

    body .blog-recent[data-style*="classic_enhanced_alt"] .inner-wrap:not(.has-post-thumbnail) .article-content-wrap,
    body .blog-recent[data-style="classic_enhanced_alt"] .inner-wrap .article-content-wrap {
      padding: 14% 12% !important;
    }

    .blog-recent[data-style*="classic_enhanced"][data-color-scheme="light"] h3.title {
      font-size: 21px !important;
      line-height: 27px !important;
    }

    /* Comentarios*/
    .comments-section,
    #author-bio,
    .blogs,
    .meta-author,
    .meta-comment-count {
      display: none !important;
    }

    .blog-title #single-below-header>span {
      border-left: none !important;
    }

    /* Formularios */
    .wpcf7 .wpcf7-response-output {
      background-color: transparent !important;
    }

    .light .wpcf7 div.wpcf7-response-output,
    div.wpcf7-validation-errors {
      color: #46b450 !important;
    }

    /* Footer */
    #footer-outer p,
    #footer-outer a {
      font-size: 14px !important;
      line-height: 21px !important;
      margin-top: 0 !important;
    }

    #footer-outer #footer-widgets .widget h4,
    #footer-outer .col .widget_recent_entries span,
    #footer-outer .col .recent_posts_extra_widget .post-widget-text span {
      color: #727272 !important;
      font-family: Montserrat !important;
      font-weight: 600 !important;
      font-size: 16px !important;
    }

    .logo-footer {
      width: 210px !important;
    }

    #firma {
      width: auto !important;
      display: inline-block !important;
      font-size: 10px !important;
      ;
    }

    #h2o img {
      max-width: 70px !important;
    }

    .dark h1 {
      color: #4d4e56 !important;
    }

    /* */
    /*# sourceURL=dynamic-css-inline-css */

/* == inline-style == */
.vc_do_custom_heading {
      margin-bottom: 0.625rem;
      margin-top: 0;
    }

    .vc_do_custom_heading {
      margin-bottom: 0.625rem;
      margin-top: 0;
    }

    .vc_do_custom_heading {
      margin-bottom: 0.625rem;
      margin-top: 0;
    }

/* == inline-style == */
.vc_custom_1760019023200 {
      border-color: #ffffff !important;
    }

    .vc_custom_1746557996039 {
      margin-top: -8px !important;
      margin-bottom: -8px !important;
    }

    .vc_custom_1746559244010 {
      margin-top: -8px !important;
      margin-bottom: -8px !important;
    }

/* == inline-style == */
.wpb_animate_when_almost_visible {
        opacity: 1;
      }

/* == inline-style == */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap');

                              .counter-container {
                                display: flex;
                                justify-content: center;
                                align-items: stretch;
                                flex-wrap: nowrap;
                                gap: 4em;
                                text-align: center;
                                font-family: 'Montserrat', sans-serif;
                                color: white;
                              }

                              .counter-item {
                                flex: 0 1 auto;
                                min-width: 200px;
                              }

                              .counter {
                                font-size: 3.5em;
                                font-weight: 700;
                                display: block;
                                margin-bottom: 0.3em;
                              }

                              .counter-item p {
                                font-size: 1.1em;
                                font-weight: 500;
                                line-height: 1.3;
                                margin: 0;
                              }

                              .divider {
                                width: 1px;
                                background-color: rgba(255, 255, 255, 0.5);
                                height: auto;
                                align-self: stretch;
                              }

                              @media (max-width: 768px) {
                                .counter-container {
                                  flex-direction: column;
                                  align-items: center;
                                  gap: 2em;
                                }

                                .divider {
                                  display: none;
                                }

                                .counter {
                                  font-size: 2.5em;
                                }
                              }

/* == inline-style == */
/* 1. Contenedor principal: El Padding Hack (Desktop) */
                              .banner-concursable-contenedor-proporcional {
                                position: relative;
                                width: 100%;
                                padding-bottom: 31.25%;
                                height: 0;
                                min-height: 0;
                                border-radius: 12px;
                                margin: 30px auto;
                                box-sizing: border-box;
                              }

                              .banner-contenido-proporcional {
                                position: absolute;
                                top: 50%;
                                left: 50%;
                                transform: translate(-50%, -50%);
                                text-align: center;
                                width: 90%;
                                box-sizing: border-box;
                                padding: 10px;
                              }

                              .banner-concursable-contenedor-proporcional.alignfull {
                                margin-left: auto;
                                margin-right: auto;
                              }

                              /* --- ESTILOS DEL TÍTULO --- */
                              .banner-titulo-proporcional {
                                color: #ffffff;
                                font-size: 48px;
                                margin: 0 0 20px 0;
                                line-height: 1.2;
                              }

                              .titulo-regular {
                                font-weight: normal;
                              }

                              .titulo-bold {
                                font-weight: bold;
                              }

                              .banner-botones-incrustado {
                                display: flex;
                                justify-content: center;
                                /* Centra el botón único */
                              }

                              /* --- ESTILOS DEL BOTÓN --- */
                              .boton-descarga-incrustado {
                                display: inline-flex;
                                align-items: center;
                                padding: 12px 25px;
                                /* Un poco más de aire lateral para el botón único */
                                background-color: #ffffff;
                                color: #7A80A3;
                                text-decoration: none;
                                border-radius: 8px;
                                font-weight: 600;
                                font-size: 16px;
                                transition: background-color 0.3s, transform 0.3s;
                                border: none;
                              }

                              .boton-descarga-incrustado:hover {
                                background-color: #f0f0f0;
                                transform: translateY(-2px);
                              }

                              .icono-descarga-incrustado {
                                display: inline-block;
                                font-size: 24px;
                                margin-right: 10px;
                                line-height: 1;
                                color: #E28757;
                                font-family: 'Material Symbols Outlined';
                                font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
                              }

                              /* Media Query: AJUSTES PARA MÓVIL */
                              @media (max-width: 768px) {
                                .banner-concursable-contenedor-proporcional {
                                  background-image: none !important;
                                  background-color: #7A80A3;
                                  padding-bottom: 0;
                                  height: 180px;
                                  margin-left: 20px !important;
                                  margin-right: 20px !important;
                                  width: calc(100% - 40px);
                                }

                                .banner-titulo-proporcional {
                                  font-size: 32px;
                                }

                                .boton-descarga-incrustado {
                                  padding: 10px 20px;
                                  font-size: 15px;
                                  width: auto;
                                  /* El botón se ajusta a su contenido en móvil */
                                  min-width: 200px;
                                  /* Asegura una presencia adecuada */
                                }

                                .icono-descarga-incrustado {
                                  font-size: 22px;
                                }
                              }