@charset "UTF-8";
body {
  --spacer: 80px;
  --wp--style--block-gap: 80px;
  --outer: 0.9;
  --width: 1500px;
  --widthWide: 1500px;
  --fontSize: 18px;
  --fontFamily: "Calibri", sans-serif;
  --fontWeight: 300;
  --lineHeight: 1.55;
  --headingFontFamily: "AvantGarGotItcTEEDem", sans-serif;
  --headingFontWeight: 700;
  --headingTextTransform: normal;
  --headingLetterSpacing: 0px;
  --headingLineHeight: 1.35;
  --h1: calc(65px * 0.9);
  --h2: calc(45px * 0.8);
  --h3: 30px;
  --h4: 25px;
  --h5: 20px;
  --h6: 18px;
  --wp--preset--font-size--small: calc(var(--fontSize) * 0.8);
  --wp--preset--font-size--normal: var(--fontSize);
  --wp--preset--font-size--medium: var(--fontSize);
  --wp--preset--font-size--large: calc(var(--fontSize) * 1.2);
  --wp--preset--font-size--huge: calc(var(--fontSize) * 1.5);
}

@supports not (-ms-high-contrast: none) {
  body {
    --spacer: calc(80px * 0.2);
    --wp--style--block-gap: calc(80px * 0.2);
    --fontSize: calc(18px * 0.9);
    --h1: calc(calc(65px * 0.9) * 0.5);
    --h2: calc(calc(45px * 0.8) * 0.6);
    --h3: calc(30px * 0.7);
    --h4: calc(25px * 0.8);
    --h5: calc(20px * 0.8);
    --h6: calc(18px * 0.8);
  }
}
@media (min-width: 600px) {
  body {
    --h1: calc(calc(65px * 0.9) * 0.6);
    --h2: calc(calc(45px * 0.8) * 0.7);
  }
}
@media (min-width: 960px) {
  body {
    --spacer: calc(80px * 0.4);
    --wp--style--block-gap: calc(80px * 0.4);
    --fontSize: 18px;
    --h1: calc(65px * 0.9);
    --h2: calc(45px * 0.8);
    --h3: 30px;
    --h4: 25px;
    --h5: 20px;
    --h6: 18px;
  }
}
@media (min-width: 1200px) {
  body {
    --spacer: calc(80px * 0.5);
    --wp--style--block-gap: calc(80px * 0.5);
  }
}
@media (min-width: 1800px) {
  body {
    --spacer: calc(80px * 0.8);
    --wp--style--block-gap: calc(80px * 0.8);
  }
}
@font-face {
  font-family: "AvantGarGotItcTEEDem";
  src: url("scss/webfonts/AvantGarGotItcTEE-Demi.woff2") format("woff2"), url("scss/webfonts/AvantGarGotItcTEE-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Calibri";
  src: url("scss/webfonts/Calibri-Bold.woff2") format("woff2"), url("scss/webfonts/Calibri-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Calibri";
  src: url("scss/webfonts/Calibri.woff2") format("woff2"), url("scss/webfonts/Calibri.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.editor-styles-wrapper {
  padding: 10px calc(var(--spacer) * var(--outer));
  font-family: var(--fontFamily);
  font-size: var(--fontSize);
  font-weight: var(--fontWeight);
  line-height: var(--lineHeight);
  /* Base
  ========================================================================== */
  /* Forms
  ========================================================================== */
  /* Typography
  ========================================================================== */
  /* Layout
  ========================================================================== */
  /* Blocks
  ========================================================================== */
  /* Buttons
   ========================================================================== */
  /* Columns
  ========================================================================== */
  /* Cover
  ========================================================================== */
  /* Group
  ========================================================================== */
  /* Media & Text
  ========================================================================== */
  /* Spacer
  ========================================================================== */
  /* Separator
  ========================================================================== */
  /* Image
  ========================================================================== */
  /* List
  ========================================================================== */
  /* Misc
  ========================================================================== */
  /* Parts
  ========================================================================== */
  /* Navigation
  ========================================================================== */
  /* State
  ========================================================================== */
  /* Swiper
  ========================================================================== */
  /* Featherlight
  ========================================================================== */
  /* AddThis
  ========================================================================== */
  /* Zoho CRM forms
  ========================================================================== */
  /* Micro Modal
   ========================================================================== */
}
.editor-styles-wrapper .wp-block {
  max-width: var(--width);
}
.editor-styles-wrapper .wp-block[data-align=full] {
  max-width: none;
}
.editor-styles-wrapper .wp-block[data-align=full] > .wp-block {
  max-width: none;
}
.editor-styles-wrapper .wp-block[data-align=wide] {
  max-width: var(--widthWide);
}
.editor-styles-wrapper .wp-block[data-align=wide] > .wp-block {
  max-width: var(--widthWide);
}
.editor-styles-wrapper [class*=__inner-container] > * {
  max-width: var(--width);
}
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > *[data-align=full] {
  margin-left: calc(-1 * calc(var(--spacer) * var(--outer))) !important;
  margin-right: calc(-1 * calc(var(--spacer) * var(--outer))) !important;
}
.editor-styles-wrapper .block-editor-block-list__block {
  margin-top: 0;
  margin-bottom: 0;
}
.editor-styles-wrapper p.block-editor-block-list__block {
  margin-top: 1em;
  margin-bottom: 1em;
}
.editor-styles-wrapper h1.block-editor-block-list__block {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.editor-styles-wrapper h2.block-editor-block-list__block {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}
.editor-styles-wrapper h3.block-editor-block-list__block {
  margin-top: 1em;
  margin-bottom: 1em;
}
.editor-styles-wrapper h4.block-editor-block-list__block {
  margin-top: 1.33em;
  margin-bottom: 1.33em;
}
.editor-styles-wrapper h5.block-editor-block-list__block {
  margin-top: 1.67em;
  margin-bottom: 1.67em;
}
.editor-styles-wrapper h6.block-editor-block-list__block {
  margin-top: 2.33em;
  margin-bottom: 2.33em;
}
.editor-styles-wrapper .block-library-spacer__resize-container {
  margin-bottom: 0;
  opacity: 0.4;
  background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 3px, #E5E5F7 3px, #E5E5F7 15px);
}
.editor-styles-wrapper .block-editor-block-list__block .block-list-appender {
  margin-top: 0;
}
.editor-styles-wrapper [data-type="core/group"] .block-list-appender {
  margin-left: auto;
  margin-right: auto;
}
.editor-styles-wrapper .acf-block-preview > * {
  pointer-events: none;
}
@media (min-width: calc(782px + 200px)) {
  .editor-styles-wrapper .acf-block-preview .wp-block-spacer.show-sm {
    display: none !important;
  }
}
.editor-styles-wrapper .acf-block-preview .wp-block-hydroflux-logos {
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
}
.editor-styles-wrapper .acf-block-preview .wp-block-hydroflux-logos:before {
  content: "No preview available - click to edit.";
}
.editor-styles-wrapper .acf-block-preview .wp-block-hydroflux-logos > * {
  visibility: hidden;
  opacity: 0;
  display: none;
}
.editor-styles-wrapper .swiper-arrow {
  display: none;
}
.editor-styles-wrapper form {
  font-size: var(--fontSize);
}
.editor-styles-wrapper form input,
.editor-styles-wrapper form select,
.editor-styles-wrapper form textarea {
  padding: 2px 10px 0 !important;
  height: 45px;
  font-family: var(--fontFamily);
  font-size: 16px;
  color: inherit;
  background: var(--secondary);
  border: 2px solid rgba(var(--primaryRGB), 0.25);
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}
@media (min-width: calc(1080px + 200px)) {
  .editor-styles-wrapper form input,
.editor-styles-wrapper form select,
.editor-styles-wrapper form textarea {
    font-size: inherit;
  }
}
.editor-styles-wrapper form input:focus,
.editor-styles-wrapper form select:focus,
.editor-styles-wrapper form textarea:focus {
  border: 2px solid var(--accent);
  outline: none;
}
.editor-styles-wrapper form input[type=radio],
.editor-styles-wrapper form input[type=checkbox] {
  height: auto;
}
.editor-styles-wrapper form .has-primary-background-color input,
.editor-styles-wrapper form .has-primary-background-color select,
.editor-styles-wrapper form .has-primary-background-color textarea,
.editor-styles-wrapper form .has-accent-background-color input,
.editor-styles-wrapper form .has-accent-background-color select,
.editor-styles-wrapper form .has-accent-background-color textarea {
  color: var(--secondary);
  border: 1px solid var(--secondary);
}
.editor-styles-wrapper form textarea {
  padding: 15px !important;
  height: 200px !important;
}
.editor-styles-wrapper form label {
  font-weight: 500 !important;
}
.editor-styles-wrapper form input[type=submit],
.editor-styles-wrapper form button[type=submit] {
  padding: 2px 30px 0 !important;
  height: 50px;
  font-family: var(--bodyFontFamily) !important;
  font-weight: 700 !important;
  color: var(--secondary);
  background: var(--accent) !important;
  border: none !important;
  cursor: pointer;
  outline: none;
  transition: all 0.2s ease-in-out;
}
.editor-styles-wrapper form input[type=submit]:disabled,
.editor-styles-wrapper form button[type=submit]:disabled {
  opacity: 0.5;
}
.editor-styles-wrapper form .has-primary-background-color input[type=submit] {
  color: var(--primary);
}
@media (min-width: calc(782px + 200px)) {
  .editor-styles-wrapper .show-sm:not(.wp-block-spacer) {
    display: none !important;
  }
}
@media (max-width: calc(782px + 200px)) {
  .editor-styles-wrapper .hide-sm:not(.wp-block-spacer) {
    display: none !important;
  }
}
@media (max-width: calc(1080px + 200px)) {
  .editor-styles-wrapper .hide-md:not(.wp-block-spacer) {
    display: none !important;
  }
}
@media (max-width: calc(1320px + 200px)) {
  .editor-styles-wrapper .hide-lg:not(.wp-block-spacer) {
    display: none !important;
  }
}
.editor-styles-wrapper [data-type="acf/hydroflux-product-tabs"] .acf-block-preview {
  padding: 30px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  text-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.05);
}
.editor-styles-wrapper [data-type="acf/hydroflux-product-tabs"] .acf-block-preview:before {
  content: "Product Tabs";
  font-weight: bold;
}
.editor-styles-wrapper [data-type="acf/hydroflux-product-tabs"] .acf-block-preview:after {
  content: "This content is dyanically generated.";
}
.editor-styles-wrapper [data-type="acf/hydroflux-product-tabs"] .acf-block-preview > * {
  display: none;
}
.editor-styles-wrapper [data-type="acf/hydroflux-gallery"] .acf-block-preview {
  padding: 30px;
  display: flex;
  min-height: 400px;
  flex-flow: column nowrap;
  justify-content: center;
  text-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.05);
}
.editor-styles-wrapper [data-type="acf/hydroflux-gallery"] .acf-block-preview:before {
  content: "Gallery Carousel";
  font-weight: bold;
}
.editor-styles-wrapper [data-type="acf/hydroflux-gallery"] .acf-block-preview > * {
  display: none;
}
.editor-styles-wrapper .size-auto,
.editor-styles-wrapper .size-full,
.editor-styles-wrapper .size-large,
.editor-styles-wrapper .size-medium,
.editor-styles-wrapper .size-thumbnail,
.editor-styles-wrapper .sticky {
  height: auto;
}
.editor-styles-wrapper .alignleft {
  float: left;
}
.editor-styles-wrapper .aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.editor-styles-wrapper .alignright {
  float: right;
}
.editor-styles-wrapper .clear {
  clear: both;
}
.editor-styles-wrapper .screen-reader-text {
  display: none;
}
.editor-styles-wrapper .wp-caption,
.editor-styles-wrapper .wp-caption-text,
.editor-styles-wrapper .gallery-caption,
.editor-styles-wrapper .bypostauthor {
  max-width: 100%;
  font-size: calc(var(--fontSize) * 0.8);
}
.editor-styles-wrapper p:empty {
  display: none;
}
.editor-styles-wrapper p.has-background {
  padding: calc(var(--spacer) * 0.5);
}
.editor-styles-wrapper ::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}
.editor-styles-wrapper :-ms-input-placeholder {
  color: inherit;
  opacity: 0.5;
}
.editor-styles-wrapper ::placeholder {
  color: inherit;
  opacity: 0.5;
}
.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6 {
  font-weight: var(--headingFontWeight);
  text-transform: var(--headingTextTransform);
  line-height: var(--headingLineHeight);
  letter-spacing: var(--headingLetterSpacing);
  color: inherit;
}
.editor-styles-wrapper h1.has-background,
.editor-styles-wrapper h2.has-background,
.editor-styles-wrapper h3.has-background,
.editor-styles-wrapper h4.has-background,
.editor-styles-wrapper h5.has-background,
.editor-styles-wrapper h6.has-background {
  padding: calc(var(--spacer) * 0.75);
  border-radius: 4px;
}
.editor-styles-wrapper h1 a,
.editor-styles-wrapper h2 a,
.editor-styles-wrapper h3 a,
.editor-styles-wrapper h4 a,
.editor-styles-wrapper h5 a,
.editor-styles-wrapper h6 a {
  text-decoration: none;
}
.editor-styles-wrapper h3 {
  color: var(--wp--preset--color--accent);
}
.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3 {
  font-family: var(--headingFontFamily);
  font-weight: normal;
}
.editor-styles-wrapper h1 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: var(--h1);
  line-height: 1.15;
}
.editor-styles-wrapper h2 {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
  font-size: var(--h2);
  line-height: 1.2;
}
.editor-styles-wrapper h3 {
  font-size: var(--h3);
  line-height: 1.25;
}
.editor-styles-wrapper h4 {
  font-size: var(--h4);
}
.editor-styles-wrapper h5 {
  font-size: var(--h5);
}
.editor-styles-wrapper h6 {
  margin: 0 0 3px 0;
  font-size: var(--h6);
  opacity: 0.75;
}
.editor-styles-wrapper .grid-items {
  position: relative;
  z-index: 2;
  display: grid;
  grid-gap: var(--spacer);
  grid-template-columns: 1fr;
}
@media (min-width: calc(1080px + 200px)) {
  .editor-styles-wrapper .grid-items {
    grid-template-columns: repeat(3, 1fr);
  }
  .editor-styles-wrapper .grid-items.small-gap {
    grid-gap: calc(var(--spacer) / 1.5);
  }
}
@media (min-width: calc(1080px + 200px)) {
  .editor-styles-wrapper .grid-items.grid-two-columns {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: calc(782px + 200px)) {
  .editor-styles-wrapper .grid-items.grid-four-columns {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: calc(1080px + 200px)) {
  .editor-styles-wrapper .grid-items.grid-four-columns {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: calc(1080px + 200px)) {
  .editor-styles-wrapper .grid-items.grid-five-columns {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: calc(782px + 200px)) {
  .editor-styles-wrapper .grid-items.is-carousel .grid-item {
    display: none;
  }
  .editor-styles-wrapper .grid-items.is-carousel .grid-item:first-child {
    display: block;
  }
}
.editor-styles-wrapper .grid-item {
  display: flex;
  flex-flow: column nowrap;
  background: var(--secondary);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
}
.editor-styles-wrapper .grid-item.is-style-no-shadow {
  background: transparent !important;
  box-shadow: none !important;
}
.editor-styles-wrapper .grid-item:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.14);
  transition: all 0.2s ease-in-out;
}
.editor-styles-wrapper .grid-item:hover .item-image img {
  transform: scale(1.1);
}
.editor-styles-wrapper .grid-item .item-image {
  aspect-ratio: 899/500;
  overflow: hidden;
}
.editor-styles-wrapper .grid-item .item-image img {
  transform-origin: center center;
  transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.editor-styles-wrapper .grid-item .item-content {
  display: flex;
  flex: 1 1;
  flex-flow: column nowrap;
}
.editor-styles-wrapper .grid-item .item-content .wp-block-button {
  margin-top: auto;
}
.editor-styles-wrapper .wp-block-buttons {
  margin-top: 0;
  margin-bottom: 0;
  clear: both;
  gap: 0 10px !important;
}
.editor-styles-wrapper .wp-block-buttons .wp-block-button {
  margin-top: calc(var(--spacer) * 0.2);
  margin-bottom: 0;
}
.editor-styles-wrapper .wp-block-button.is-style-outline .wp-block-button__link, .editor-styles-wrapper .wp-block-button.is-style-outline form input[type=submit], .editor-styles-wrapper form .wp-block-button.is-style-outline input[type=submit],
.editor-styles-wrapper .wp-block-button.is-style-outline form button[type=submit],
.editor-styles-wrapper form .wp-block-button.is-style-outline button[type=submit] {
  color: inherit;
  border: 1px solid;
  background: transparent;
}
.editor-styles-wrapper .wp-block-button__link, .editor-styles-wrapper form input[type=submit],
.editor-styles-wrapper form button[type=submit] {
  padding: 10px 18px;
  display: inline-block;
  font-family: var(--headingFontFamily);
  font-size: inherit;
  font-weight: var(--headingFontWeight);
  text-transform: var(--headingTextTransform);
  letter-spacing: var(--headingLetterSpacing);
  line-height: 1;
  color: var(--secondary);
  text-decoration: none;
  background: var(--accent);
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}
@media (min-width: calc(782px + 200px)) {
  .editor-styles-wrapper .wp-block-button__link, .editor-styles-wrapper form input[type=submit],
.editor-styles-wrapper form button[type=submit] {
    padding: 15px 30px;
  }
}
@media (max-width: calc(782px + 200px)) {
  .editor-styles-wrapper .wp-block-buttons:not(.is-content-justification-center) .wp-block-button:first-child {
    margin-left: 0;
  }
}
@media (max-width: calc(782px + 200px)) {
  .editor-styles-wrapper .wp-block-buttons .wp-block-button:last-child {
    margin-bottom: 0;
  }
}
.editor-styles-wrapper .wp-block-button.is-style-outline .wp-block-button__link, .editor-styles-wrapper .wp-block-button.is-style-outline form input[type=submit], .editor-styles-wrapper form .wp-block-button.is-style-outline input[type=submit],
.editor-styles-wrapper .wp-block-button.is-style-outline form button[type=submit],
.editor-styles-wrapper form .wp-block-button.is-style-outline button[type=submit] {
  padding: 0 20px;
  line-height: 38px;
  border: 2px solid;
}
@media (min-width: calc(782px + 200px)) {
  .editor-styles-wrapper .wp-block-button.is-style-outline .wp-block-button__link, .editor-styles-wrapper .wp-block-button.is-style-outline form input[type=submit], .editor-styles-wrapper form .wp-block-button.is-style-outline input[type=submit],
.editor-styles-wrapper .wp-block-button.is-style-outline form button[type=submit],
.editor-styles-wrapper form .wp-block-button.is-style-outline button[type=submit] {
    padding: 0 30px;
    line-height: 48px;
  }
}
.editor-styles-wrapper .wp-block-button.is-style-outline .wp-block-button__link:hover, .editor-styles-wrapper .wp-block-button.is-style-outline form input[type=submit]:hover, .editor-styles-wrapper form .wp-block-button.is-style-outline input[type=submit]:hover,
.editor-styles-wrapper .wp-block-button.is-style-outline form button[type=submit]:hover,
.editor-styles-wrapper form .wp-block-button.is-style-outline button[type=submit]:hover {
  opacity: 0.75;
}
.editor-styles-wrapper .wp-block-button.is-style-small .wp-block-button__link, .editor-styles-wrapper .wp-block-button.is-style-small form input[type=submit], .editor-styles-wrapper form .wp-block-button.is-style-small input[type=submit],
.editor-styles-wrapper .wp-block-button.is-style-small form button[type=submit],
.editor-styles-wrapper form .wp-block-button.is-style-small button[type=submit] {
  font-size: calc(var(--fontSize) * 0.8);
}
.editor-styles-wrapper .wp-block-button.is-style-solid .wp-block-button__link, .editor-styles-wrapper .wp-block-button.is-style-solid form input[type=submit], .editor-styles-wrapper form .wp-block-button.is-style-solid input[type=submit],
.editor-styles-wrapper .wp-block-button.is-style-solid form button[type=submit],
.editor-styles-wrapper form .wp-block-button.is-style-solid button[type=submit] {
  padding: 4px 10px 0 10px;
  min-height: 35px;
  height: auto;
  line-height: 1.15;
  display: flex;
  align-items: center;
  text-align: left;
  color: var(--accent);
  border: 1px solid rgba(0, 0, 0, 0.075);
  background: linear-gradient(var(--secondary), var(--tertiary)) !important;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.editor-styles-wrapper .wp-block-button.is-style-solid .wp-block-button__link:hover, .editor-styles-wrapper .wp-block-button.is-style-solid form input[type=submit]:hover, .editor-styles-wrapper form .wp-block-button.is-style-solid input[type=submit]:hover,
.editor-styles-wrapper .wp-block-button.is-style-solid form button[type=submit]:hover,
.editor-styles-wrapper form .wp-block-button.is-style-solid button[type=submit]:hover {
  color: var(--alt);
  background: linear-gradient(var(--secondary), var(--tertiary)) !important;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.editor-styles-wrapper .wp-block-button.is-style-solid .wp-block-button__link i, .editor-styles-wrapper .wp-block-button.is-style-solid form input[type=submit] i, .editor-styles-wrapper form .wp-block-button.is-style-solid input[type=submit] i,
.editor-styles-wrapper .wp-block-button.is-style-solid form button[type=submit] i,
.editor-styles-wrapper form .wp-block-button.is-style-solid button[type=submit] i {
  margin-left: auto;
  padding: 0 0 0 10px;
  font-size: calc(var(--fontSize) * 0.7);
  color: var(--alt);
}
.editor-styles-wrapper .wp-block-button.is-style-arrow {
  display: flex;
}
.editor-styles-wrapper .wp-block-button.is-style-arrow .wp-block-button__link, .editor-styles-wrapper .wp-block-button.is-style-arrow form input[type=submit], .editor-styles-wrapper form .wp-block-button.is-style-arrow input[type=submit],
.editor-styles-wrapper .wp-block-button.is-style-arrow form button[type=submit],
.editor-styles-wrapper form .wp-block-button.is-style-arrow button[type=submit] {
  padding: 0;
  height: auto;
  text-transform: none;
  line-height: var(--lineHeight);
  color: inherit;
  background: transparent;
}
.editor-styles-wrapper .wp-block-button.is-style-arrow:after {
  padding: 0 0 0 10px;
  content: "";
  position: relative;
  top: 3px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  text-decoration: none;
  color: inherit;
  pointer-events: none;
  user-select: none;
  transition: all 0.5s ease-in-out;
}
.editor-styles-wrapper .wp-block-button__link, .editor-styles-wrapper form input[type=submit],
.editor-styles-wrapper form button[type=submit] {
  padding: 0 20px;
  height: 40px;
  font-family: var(--fontFamily);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 40px;
  border-radius: 4px;
  white-space: nowrap;
}
@media (min-width: calc(782px + 200px)) {
  .editor-styles-wrapper .wp-block-button__link, .editor-styles-wrapper form input[type=submit],
.editor-styles-wrapper form button[type=submit] {
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
  }
}
.editor-styles-wrapper .wp-block-button__link.has-primary-color.has-text-color:hover, .editor-styles-wrapper form input.has-primary-color.has-text-color[type=submit]:hover,
.editor-styles-wrapper form button.has-primary-color.has-text-color[type=submit]:hover {
  color: var(--primaryLight) !important;
}
.editor-styles-wrapper .wp-block-button__link.has-secondary-color.has-text-color:hover, .editor-styles-wrapper form input.has-secondary-color.has-text-color[type=submit]:hover,
.editor-styles-wrapper form button.has-secondary-color.has-text-color[type=submit]:hover {
  color: var(--tertiary) !important;
}
.editor-styles-wrapper .wp-block-button__link.has-tertiary-color.has-text-color:hover, .editor-styles-wrapper form input.has-tertiary-color.has-text-color[type=submit]:hover,
.editor-styles-wrapper form button.has-tertiary-color.has-text-color[type=submit]:hover {
  color: var(--secondary) !important;
}
.editor-styles-wrapper .wp-block-button__link.has-accent-color.has-text-color:hover, .editor-styles-wrapper form input.has-accent-color.has-text-color[type=submit]:hover,
.editor-styles-wrapper form button.has-accent-color.has-text-color[type=submit]:hover {
  color: var(--accentLight) !important;
}
.editor-styles-wrapper .wp-block-button__link.has-alt-color.has-alt-color:hover, .editor-styles-wrapper form input.has-alt-color.has-alt-color[type=submit]:hover,
.editor-styles-wrapper form button.has-alt-color.has-alt-color[type=submit]:hover {
  color: var(--altDark) !important;
}
.editor-styles-wrapper .wp-block-button__link.has-primary-background-color:hover, .editor-styles-wrapper form input.has-primary-background-color[type=submit]:hover,
.editor-styles-wrapper form button.has-primary-background-color[type=submit]:hover {
  background: var(--primaryLight) !important;
}
.editor-styles-wrapper .wp-block-button__link.has-secondary-background-color:hover, .editor-styles-wrapper form input.has-secondary-background-color[type=submit]:hover,
.editor-styles-wrapper form button.has-secondary-background-color[type=submit]:hover, .editor-styles-wrapper form .has-primary-background-color input[type=submit]:hover {
  background: var(--tertiary) !important;
}
.editor-styles-wrapper .wp-block-button__link.has-tertiary-background-color:hover, .editor-styles-wrapper form input.has-tertiary-background-color[type=submit]:hover,
.editor-styles-wrapper form button.has-tertiary-background-color[type=submit]:hover {
  background: var(--secondary) !important;
}
.editor-styles-wrapper .wp-block-button__link.has-accent-background-color:hover, .editor-styles-wrapper form input.has-accent-background-color[type=submit]:hover,
.editor-styles-wrapper form button.has-accent-background-color[type=submit]:hover {
  background: var(--accentLight) !important;
}
.editor-styles-wrapper .wp-block-button__link.has-alt-background-color:hover, .editor-styles-wrapper form input.has-alt-background-color[type=submit]:hover,
.editor-styles-wrapper form button.has-alt-background-color[type=submit]:hover {
  background: var(--altDark) !important;
}
.editor-styles-wrapper .wp-block-columns {
  width: 100%;
  gap: 0;
}
.editor-styles-wrapper .wp-block-columns.is-style-collapse.has-background {
  padding: 0;
}
.editor-styles-wrapper .wp-block-columns.is-style-collapse .wp-block-column {
  margin: 0 !important;
}
.editor-styles-wrapper .wp-block-columns .wp-block-column.has-background {
  padding: calc(var(--spacer) * var(--outer));
}
@media (min-width: calc(1080px + 200px)) {
  .editor-styles-wrapper .wp-block-columns .wp-block-column.has-background {
    padding: calc(var(--spacer) * calc(var(--outer) * 0.5));
  }
}
.editor-styles-wrapper .wp-block-columns .wp-block-cover {
  padding: var(--spacer) calc(var(--spacer) * 0.75);
  min-height: 0;
}
.editor-styles-wrapper .wp-block-columns {
  margin-bottom: 0;
}
@media (min-width: calc(782px + 200px)) {
  .editor-styles-wrapper .wp-block-columns {
    flex-wrap: nowrap;
  }
}
.editor-styles-wrapper .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style*=flex-basis] {
  flex-grow: 1;
}
.editor-styles-wrapper .wp-block-columns.has-background {
  padding: var(--spacer);
}
@media (min-width: calc(1080px + 200px)) {
  .editor-styles-wrapper .wp-block-columns.has-background {
    padding: calc(var(--spacer) * 0.5);
  }
}
@media (max-width: calc(782px + 200px)) {
  .editor-styles-wrapper .wp-block-columns .wp-block-column {
    margin-bottom: var(--spacer);
    flex-basis: 100% !important;
  }
  .editor-styles-wrapper .wp-block-columns .wp-block-column:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 600px) and (max-width: 781px) {
  .editor-styles-wrapper .wp-block-columns .wp-block-column:not(:only-child) {
    flex-basis: inherit;
  }
  .editor-styles-wrapper .wp-block-columns .wp-block-column:nth-child(2n) {
    margin-left: auto;
  }
}
@media (min-width: calc(782px + 200px)) {
  .editor-styles-wrapper .wp-block-columns .wp-block-column:not(:first-child) {
    margin-left: var(--spacer);
  }
}
.editor-styles-wrapper .wp-block-columns.is-style-logos img {
  width: auto;
  max-height: 40px;
}
@media (min-width: calc(782px + 200px)) {
  .editor-styles-wrapper .wp-block-columns.is-style-logos img {
    width: auto;
    max-height: 100px;
  }
}
@media (min-width: calc(1080px + 200px)) {
  .editor-styles-wrapper .wp-block-columns.is-style-logos img {
    padding: 0 10px;
  }
}
@media (min-width: calc(1320px + 200px)) {
  .editor-styles-wrapper .wp-block-columns.is-style-logos img {
    padding: 0 20px;
  }
}
.editor-styles-wrapper .wp-block-columns .wp-block-column > .wp-block-group {
  height: 100%;
}
.editor-styles-wrapper .wp-block-cover {
  padding: calc(calc(var(--spacer) * var(--outer)));
  position: relative;
  min-height: 20vh;
  clear: both;
}
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container {
  padding: 0;
  max-width: 800px;
  color: var(--secondary);
}
.editor-styles-wrapper .wp-block-cover .wp-block-cover__image-background {
  width: 100%;
  height: 100%;
}
.editor-styles-wrapper body.is-cress-website .wp-block-cover .wp-block-cover__inner-container {
  max-width: 100% !important;
}
.editor-styles-wrapper body.is-cress-website .wp-block-cover .wp-block-cover__inner-container > *:not(.wp-block-hydroflux-icon-buttons) {
  max-width: 1000px !important;
}
.editor-styles-wrapper .wp-block-cover.is-style-small {
  min-height: 0;
}
.editor-styles-wrapper .wp-block-cover.is-style-large {
  min-height: 30vh;
}
.editor-styles-wrapper .wp-block-cover.is-style-stretch {
  height: 100%;
}
.editor-styles-wrapper .wp-block-cover.has-background-dim-70 .wp-block-cover__image-background, .editor-styles-wrapper .wp-block-cover.has-background-dim-80 .wp-block-cover__image-background, .editor-styles-wrapper .wp-block-cover.has-background-dim-90 .wp-block-cover__image-background {
  filter: grayscale(100%);
}
.editor-styles-wrapper .wp-block-cover.has-custom-content-position .wp-block-cover__inner-container {
  max-width: var(--widthWide);
}
.editor-styles-wrapper .wp-block-cover .wp-block-cover__image-background,
.editor-styles-wrapper .wp-block-cover > img {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.editor-styles-wrapper .wp-block-cover:not(.alignfull) {
  border-radius: 4px;
  overflow: hidden;
}
@media (min-width: calc(1080px + 200px)) {
  .editor-styles-wrapper .wp-block-cover .wp-block-group {
    padding: calc(var(--spacer) * 0.75);
  }
}
.editor-styles-wrapper .wp-block-group {
  padding: 0 calc(var(--spacer) * var(--outer));
  position: relative;
  clear: both;
}
.editor-styles-wrapper .wp-block-group.has-background {
  padding: var(--spacer) calc(var(--spacer) * var(--outer));
}
.editor-styles-wrapper .wp-block-group .wp-block-group__inner-container {
  z-index: 2;
}
.editor-styles-wrapper .wp-block-group:not(.alignfull) {
  border-radius: 4px;
}
@media (min-width: calc(600px + 200px)) {
  .editor-styles-wrapper .wp-block-group.is-style-small {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.editor-styles-wrapper .wp-block-group.is-style-collapse {
  padding-top: 0;
  padding-bottom: 0;
}
.editor-styles-wrapper .wp-block-group.is-style-shadow {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
}
.editor-styles-wrapper .wp-block-group.is-style-stretch {
  height: 100%;
}
@media (max-width: 782px) {
  .editor-styles-wrapper .wp-block-media-text.is-stacked-on-mobile {
    -ms-grid-columns: 100% !important;
    grid-template-columns: 100% !important;
  }
  .editor-styles-wrapper .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .editor-styles-wrapper .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
}
.editor-styles-wrapper .wp-block-media-text.has-background .wp-block-media-text__content,
.editor-styles-wrapper .wp-block-media-text.has-background > .block-editor-inner-blocks {
  padding: var(--spacer) calc(var(--spacer) * var(--outer));
}
@media (max-width: calc(782px + 200px)) {
  .editor-styles-wrapper .wp-block-media-text.is-stacked-on-mobile:not(.alignfull):not(.has-background) .wp-block-media-text__content,
.editor-styles-wrapper .wp-block-media-text.is-stacked-on-mobile:not(.alignfull):not(.has-background) > .block-editor-inner-blocks {
    padding: calc(var(--spacer) * var(--outer)) 0 0 0;
  }
}
@media (min-width: calc(600px + 200px)) {
  .editor-styles-wrapper .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content,
.editor-styles-wrapper .wp-block-media-text.has-media-on-the-right > .block-editor-inner-blocks {
    padding: 0 calc(var(--spacer) * var(--outer)) 0 0;
  }
}
.editor-styles-wrapper .wp-block-media-text .wp-block-media-text__content,
.editor-styles-wrapper .wp-block-media-text > .block-editor-inner-blocks {
  padding: var(--spacer) calc(var(--spacer) * var(--outer));
}
@media (min-width: calc(600px + 200px)) {
  .editor-styles-wrapper .wp-block-media-text .wp-block-media-text__content,
.editor-styles-wrapper .wp-block-media-text > .block-editor-inner-blocks {
    padding: 0 0 0 calc(var(--spacer) * var(--outer));
    width: 100%;
    max-width: var(--width);
  }
}
.editor-styles-wrapper .wp-block-media-text.is-image-fill .wp-block-media-text__media {
  min-height: 200px;
}
.editor-styles-wrapper .wp-block-media-text:not(.alignfull) .wp-block-media-text__media {
  z-index: 2;
  border-radius: 4px;
}
@media (min-width: calc(600px + 200px)) {
  .editor-styles-wrapper .wp-block-media-text.is-style-collapse.has-media-on-the-right .wp-block-media-text__content > * {
    transform: translateX(calc(var(--spacer) * 0.75));
  }
}
.editor-styles-wrapper .wp-block-media-text.is-style-collapse .wp-block-media-text__content {
  padding: 0;
  z-index: 2;
}
@media (min-width: calc(1080px + 200px)) {
  .editor-styles-wrapper .wp-block-media-text.is-style-collapse .wp-block-media-text__content .wp-block-group {
    padding: calc(var(--spacer) * 0.75);
  }
}
@media (min-width: calc(782px + 200px)) {
  .editor-styles-wrapper .wp-block-media-text.is-style-collapse .wp-block-media-text__content > * {
    transform: translateX(calc(-1 * calc(var(--spacer) * 0.75)));
  }
}
@media (max-width: calc(782px + 200px)) {
  .editor-styles-wrapper .wp-block-media-text .wp-block-media-text__media img {
    width: auto !important;
    max-width: 100%;
  }
}
.editor-styles-wrapper .wp-block-spacer {
  height: var(--spacer) !important;
  overflow: hidden;
}
@media (min-width: calc(782px + 200px)) {
  .editor-styles-wrapper .wp-block-spacer.is-style-small {
    height: calc(var(--spacer) * 0.5) !important;
  }
}
@media (min-width: calc(782px + 200px)) {
  .editor-styles-wrapper .wp-block-spacer.is-style-large {
    height: calc(var(--spacer) * 1.5) !important;
  }
}
.editor-styles-wrapper .wp-block-separator {
  margin-top: var(--spacer);
  margin-bottom: var(--spacer);
  height: 1px !important;
  border-width: 0px !important;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.editor-styles-wrapper .wp-block-separator.wp-block-separator.wp-block-separator {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 100% !important;
}
.editor-styles-wrapper .wp-block-separator.wp-block-separator.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  width: 100%;
}
.editor-styles-wrapper .wp-block-image {
  margin-top: var(--spacer);
  margin-bottom: var(--spacer);
}
@media (min-width: calc(782px + 200px)) {
  .editor-styles-wrapper .wp-block-image {
    margin-top: calc(var(--spacer) * 0.8);
    margin-bottom: calc(var(--spacer) * 0.8);
  }
}
.editor-styles-wrapper .wp-block-image.is-style-small-margin {
  margin-top: calc(var(--spacer) * 0.5);
  margin-bottom: calc(var(--spacer) * 0.5);
}
@media (min-width: calc(782px + 200px)) {
  .editor-styles-wrapper .wp-block-image.is-style-small-margin {
    margin-top: calc(var(--spacer) * 0.5);
    margin-bottom: calc(var(--spacer) * 0.5);
  }
}
.editor-styles-wrapper .wp-block-image figcaption {
  margin: 0;
  padding: 10px;
  font-size: 13px;
  font-style: italic;
  text-align: left;
  line-height: 20px;
  background: var(--tertiary);
}
.editor-styles-wrapper .wp-block-image .alignleft {
  margin: calc(var(--spacer) * 0.5) var(--spacer) calc(var(--spacer) * 0.5) 0;
  margin-top: 0;
}
.editor-styles-wrapper .wp-block-image .alignright {
  margin: calc(var(--spacer) * 0.5) 0 calc(var(--spacer) * 0.5) var(--spacer);
  margin-top: 0;
}
@media (max-width: calc(782px + 200px)) {
  .editor-styles-wrapper .wp-block-image .alignleft,
.editor-styles-wrapper .wp-block-image .alignright {
    margin: var(--spacer) 0;
    float: none;
    max-width: 100%;
  }
}
@media (max-width: calc(1080px + 200px)) {
  .editor-styles-wrapper .wp-block-image .alignleft,
.editor-styles-wrapper .wp-block-image .alignright {
    max-width: 400px;
  }
}
.editor-styles-wrapper .wp-block[data-align=left] > .wp-block-image {
  margin: calc(var(--spacer) * 0.5) var(--spacer) calc(var(--spacer) * 0.5) 0;
  margin-top: 0;
}
@media (max-width: calc(782px + 200px)) {
  .editor-styles-wrapper .wp-block[data-align=left] > .wp-block-image {
    margin: var(--spacer) 0;
    float: none;
    max-width: 100%;
  }
}
@media (max-width: calc(1080px + 200px)) {
  .editor-styles-wrapper .wp-block[data-align=left] > .wp-block-image {
    max-width: 400px;
  }
}
.editor-styles-wrapper .wp-block[data-align=right] > .wp-block-image {
  margin: calc(var(--spacer) * 0.5) 0 calc(var(--spacer) * 0.5) var(--spacer);
  margin-top: 0;
}
@media (max-width: calc(782px + 200px)) {
  .editor-styles-wrapper .wp-block[data-align=right] > .wp-block-image {
    margin: var(--spacer) 0;
    float: none;
    max-width: 100%;
  }
}
@media (max-width: calc(1080px + 200px)) {
  .editor-styles-wrapper .wp-block[data-align=right] > .wp-block-image {
    max-width: 400px;
  }
}
.editor-styles-wrapper ul.is-style-columns, .editor-styles-wrapper ul.is-style-columns-3 {
  margin: calc(var(--spacer) * 0.5);
  padding: 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: calc(var(--spacer) * 0.5) var(--spacer);
  list-style: none;
}
@media (min-width: calc(782px + 200px)) {
  .editor-styles-wrapper ul.is-style-columns, .editor-styles-wrapper ul.is-style-columns-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.editor-styles-wrapper ul.is-style-columns > *, .editor-styles-wrapper ul.is-style-columns-3 > * {
  display: flex;
}
.editor-styles-wrapper ul.is-style-columns > *:before, .editor-styles-wrapper ul.is-style-columns-3 > *:before {
  padding: 0 10px 0 0;
  content: "•";
}
@media (min-width: calc(782px + 200px)) {
  .editor-styles-wrapper ul.is-style-columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.editor-styles-wrapper .wp-block-hydroflux-tile-buttons {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
}
.editor-styles-wrapper .wp-block-hydroflux-tile-buttons.is-triggered {
  visibility: visible;
  opacity: 1;
}
.editor-styles-wrapper .wp-block-hydroflux-tile-buttons .tile-buttons {
  flex: 1 1;
}
.block-editor__container .editor-styles-wrapper .wp-block-hydroflux-tile-buttons {
  visibility: visible;
  opacity: 1;
}
.block-editor__container .editor-styles-wrapper .wp-block-hydroflux-tile-buttons.is-style-fullscreen {
  min-height: 100vh;
}
.editor-styles-wrapper .carousel-images .carbon-neutral {
  z-index: 8;
}
@media (max-width: calc(782px + 200px)) {
  .editor-styles-wrapper .carousel-images .carbon-neutral {
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    transform: translateY(0);
  }
}
@media (min-width: calc(782px + 200px)) {
  .editor-styles-wrapper .carousel-images .carbon-neutral {
    animation: leftToRightAlt 1.2s 1.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  }
}
@media (min-width: calc(782px + 200px)) {
  .editor-styles-wrapper body.is-corporate-website .carousel-images .carbon-neutral {
    animation: leftToRightAlt 1.2s 1.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  }
}
.editor-styles-wrapper .carbon-neutral {
  color: var(--accent);
  -webkit-backface-visibility: hidden;
}
@media (max-width: calc(782px + 200px)) {
  .editor-styles-wrapper .carbon-neutral {
    padding: 8px 10px;
    z-index: 9;
    position: absolute;
    top: 0;
    right: 0;
    width: 260px;
    background: var(--secondary);
    border-radius: 4px 0 0 0;
    transform: translateY(-100%);
  }
  .editor-styles-wrapper .carbon-neutral img {
    height: 40px;
  }
  .editor-styles-wrapper .carbon-neutral > div {
    display: flex;
    gap: 5px;
  }
  .editor-styles-wrapper .carbon-neutral > div .wp-block-buttons {
    flex: 1 1;
  }
  .editor-styles-wrapper .carbon-neutral h4 {
    font-size: 27.5px;
  }
}
@media (min-width: calc(782px + 200px)) {
  .editor-styles-wrapper .carbon-neutral {
    padding: 15px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    min-width: 255px;
    text-align: center;
    background: var(--secondary);
    border-radius: 4px;
    transform: scale(0) translate(-100%, -100%);
  }
  .editor-styles-wrapper .carbon-neutral.is-triggered {
    animation: leftToRight 1.2s 1.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  }
  .editor-styles-wrapper .carbon-neutral img {
    margin: 0 auto 10px;
    width: 100%;
  }
  .editor-styles-wrapper .carbon-neutral h4 {
    font-size: 27.5px;
  }
}
.editor-styles-wrapper .carbon-neutral .wp-block-button {
  margin: 0;
  width: 100%;
}
.editor-styles-wrapper .carbon-neutral .wp-block-button .wp-block-button__link, .editor-styles-wrapper .carbon-neutral .wp-block-button form input[type=submit], .editor-styles-wrapper form .carbon-neutral .wp-block-button input[type=submit],
.editor-styles-wrapper .carbon-neutral .wp-block-button form button[type=submit],
.editor-styles-wrapper form .carbon-neutral .wp-block-button button[type=submit] {
  width: 100%;
}
.editor-styles-wrapper .carbon-neutral h4 {
  margin: 0;
  white-space: nowrap;
}
@keyframes leftToRight {
  to {
    left: 100%;
    top: 100%;
    transform: scale(1) translate(-100%, -100%);
  }
}
@keyframes leftToRightAlt {
  to {
    left: calc(100% - var(--spacer));
    top: calc(100% - var(--spacer));
    transform: scale(1) translate(-100%, -100%);
  }
}
.editor-styles-wrapper .wp-block-hydroflux-newsletter h3 {
  margin-top: 0;
}
@media (min-width: calc(1080px + 200px)) {
  .editor-styles-wrapper .wp-block-hydroflux-newsletter h3 {
    text-align: center;
  }
}
.editor-styles-wrapper .wp-block-hydroflux-carousel {
  position: relative;
  overflow: hidden;
}
@media (min-width: calc(782px + 200px)) {
  .editor-styles-wrapper .wp-block-hydroflux-carousel {
    display: flex;
  }
}
@media (min-width: calc(782px + 200px)) {
  .editor-styles-wrapper .wp-block-hydroflux-carousel.is-style-solid img {
    border-radius: 0 0 4px 0;
  }
}
@media (min-width: calc(782px + 200px)) {
  .editor-styles-wrapper .wp-block-hydroflux-carousel.is-style-overlay.is-style-style1 .carousel-content__left {
    display: none;
  }
}
@media (min-width: calc(782px + 200px)) {
  .editor-styles-wrapper .wp-block-hydroflux-carousel.is-style-overlay.is-style-style1 .carousel-content__inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: calc(var(--spacer) * 1.5) !important;
    color: var(--wp--preset--color--secondary) !important;
    background: transparent !important;
  }
  .editor-styles-wrapper .wp-block-hydroflux-carousel.is-style-overlay.is-style-style1 .carousel-content__inner h1 {
    color: var(--wp--preset--color--secondary) !important;
  }
  .editor-styles-wrapper .wp-block-hydroflux-carousel.is-style-overlay.is-style-style1 .carousel-content__inner .wp-block-buttons {
    display: flex;
    gap: 10px !important;
  }
  .editor-styles-wrapper .wp-block-hydroflux-carousel.is-style-overlay.is-style-style1 .carousel-content__inner .wp-block-button:not(.is-style-outline) .wp-block-button__link, .editor-styles-wrapper .wp-block-hydroflux-carousel.is-style-overlay.is-style-style1 .carousel-content__inner .wp-block-button:not(.is-style-outline) form input[type=submit], .editor-styles-wrapper form .wp-block-hydroflux-carousel.is-style-overlay.is-style-style1 .carousel-content__inner .wp-block-button:not(.is-style-outline) input[type=submit],
.editor-styles-wrapper .wp-block-hydroflux-carousel.is-style-overlay.is-style-style1 .carousel-content__inner .wp-block-button:not(.is-style-outline) form button[type=submit],
.editor-styles-wrapper form .wp-block-hydroflux-carousel.is-style-overlay.is-style-style1 .carousel-content__inner .wp-block-button:not(.is-style-outline) button[type=submit] {
    color: var(--wp--preset--color--accent) !important;
    background: var(--wp--preset--color--secondary) !important;
  }
  .editor-styles-wrapper .wp-block-hydroflux-carousel.is-style-overlay.is-style-style1 .carousel-content__inner .wp-block-button.is-style-outline .wp-block-button__link, .editor-styles-wrapper .wp-block-hydroflux-carousel.is-style-overlay.is-style-style1 .carousel-content__inner .wp-block-button.is-style-outline form input[type=submit], .editor-styles-wrapper form .wp-block-hydroflux-carousel.is-style-overlay.is-style-style1 .carousel-content__inner .wp-block-button.is-style-outline input[type=submit],
.editor-styles-wrapper .wp-block-hydroflux-carousel.is-style-overlay.is-style-style1 .carousel-content__inner .wp-block-button.is-style-outline form button[type=submit],
.editor-styles-wrapper form .wp-block-hydroflux-carousel.is-style-overlay.is-style-style1 .carousel-content__inner .wp-block-button.is-style-outline button[type=submit] {
    color: var(--wp--preset--color--secondary) !important;
  }
}
@media (min-width: calc(782px + 200px)) {
  .editor-styles-wrapper .wp-block-hydroflux-carousel.is-style-overlay.is-style-style1 .carousel-items .carousel-item.has-overlay:after {
    background: linear-gradient(to right, rgba(0, 39, 63, 0.8), rgba(0, 52, 90, 0));
  }
}
@media (min-width: calc(782px + 200px)) {
  .editor-styles-wrapper .wp-block-hydroflux-carousel.is-style-overlay .carousel-images {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
  }
}
.editor-styles-wrapper .wp-block-hydroflux-carousel.is-style-overlay .carousel-images .carousel-pager {
  display: flex;
}
.editor-styles-wrapper .wp-block-hydroflux-carousel.is-style-overlay .carousel-content {
  position: relative;
  z-index: 2;
  width: 100%;
}
@media (min-width: calc(782px + 200px)) {
  .editor-styles-wrapper .wp-block-hydroflux-carousel.is-style-overlay .carousel-content {
    display: flex;
  }
}
@media (min-width: calc(782px + 200px)) {
  .editor-styles-wrapper .wp-block-hydroflux-carousel.is-style-overlay .carousel-content .carousel-content__left {
    margin-right: calc(var(--spacer) * 0.75);
    position: relative;
    flex: 1 1;
  }
}
@media (min-width: calc(782px + 200px)) {
  .editor-styles-wrapper .wp-block-hydroflux-carousel.is-style-overlay .carousel-content .carousel-content__inner {
    padding: calc(var(--spacer) * 0.75);
    flex: 1 1;
    max-width: 600px;
    background: var(--secondary);
    border-radius: 4px;
  }
}
.editor-styles-wrapper .wp-block-hydroflux-carousel .carousel-images {
  position: relative;
  min-height: 250px;
  overflow: hidden;
}
@media (min-width: calc(782px + 200px)) {
  .editor-styles-wrapper .wp-block-hydroflux-carousel .carousel-images {
    width: 55%;
  }
}
.editor-styles-wrapper .wp-block-hydroflux-carousel .carousel-images .carousel-images__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.editor-styles-wrapper .wp-block-hydroflux-carousel .carousel-pager {
  display: none;
  position: absolute;
  z-index: 9;
  bottom: var(--spacer);
  left: calc(var(--spacer) * var(--outer));
}
@media (max-width: calc(782px + 200px)) {
  .editor-styles-wrapper .wp-block-hydroflux-carousel .carousel-pager {
    display: flex;
  }
}
.editor-styles-wrapper .wp-block-hydroflux-carousel .carousel-content {
  padding: var(--spacer) calc(var(--spacer));
}
@media (min-width: calc(782px + 200px)) {
  .editor-styles-wrapper .wp-block-hydroflux-carousel .carousel-content {
    width: 45%;
  }
}
.editor-styles-wrapper .wp-block-hydroflux-carousel .carousel-content .carousel-pager {
  margin-top: calc(var(--spacer) * 2);
  display: none;
}
@media (min-width: calc(782px + 200px)) {
  .editor-styles-wrapper .wp-block-hydroflux-carousel .carousel-content .carousel-pager {
    display: flex;
  }
}
.editor-styles-wrapper .wp-block-hydroflux-carousel .carousel-pager {
  display: flex;
}
.editor-styles-wrapper .wp-block-hydroflux-carousel .carousel-pager span {
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--darkGrey);
  border: 1px solid var(--secondary);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07);
  outline: none;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
@media (min-width: calc(1080px + 200px)) {
  .editor-styles-wrapper .wp-block-hydroflux-carousel .carousel-pager span {
    width: 16px;
    height: 16px;
  }
}
.editor-styles-wrapper .wp-block-hydroflux-carousel .carousel-pager span:hover {
  background: var(--alt);
}
.editor-styles-wrapper .wp-block-hydroflux-carousel .carousel-pager span.swiper-pagination-bullet-active {
  background: var(--alt);
}
.editor-styles-wrapper .wp-block-hydroflux-carousel .carousel-items {
  height: 100%;
}
.editor-styles-wrapper .wp-block-hydroflux-carousel .carousel-items .carousel-item {
  height: 100%;
  background: var(--tertiary);
}
.editor-styles-wrapper .wp-block-hydroflux-carousel .carousel-items .carousel-item.has-overlay {
  position: relative;
}
.editor-styles-wrapper .wp-block-hydroflux-carousel .carousel-items .carousel-item.has-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(var(--accentRGB), 0.25);
}
.editor-styles-wrapper .wp-block-hydroflux-carousel .carousel-items .carousel-item img,
.editor-styles-wrapper .wp-block-hydroflux-carousel .carousel-items .carousel-item video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.editor-styles-wrapper .wp-block-hydroflux-icon-buttons {
  position: relative;
  z-index: 9;
}
.editor-styles-wrapper .wp-block-hydroflux-icon-buttons.is-style-shift-up {
  margin-top: -40px;
}
@media (min-width: calc(1080px + 200px)) {
  .editor-styles-wrapper .wp-block-hydroflux-icon-buttons.is-style-shift-up {
    margin-top: -180px;
  }
}
.editor-styles-wrapper .icon-buttons {
  display: grid;
  grid-gap: 20px;
}
@media (min-width: calc(782px + 200px)) {
  .editor-styles-wrapper .icon-buttons {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: calc(1080px + 200px)) {
  .editor-styles-wrapper .icon-buttons {
    grid-gap: var(--spacer);
  }
}
@media (min-width: calc(782px + 200px)) {
  .editor-styles-wrapper .icon-buttons.is-style-columns-three {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: calc(600px + 200px)) {
  .editor-styles-wrapper .icon-buttons.is-style-columns-four {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: calc(782px + 200px)) {
  .editor-styles-wrapper .icon-buttons.is-style-columns-four {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: calc(600px + 200px)) {
  .editor-styles-wrapper .icon-buttons.is-style-columns-six {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: calc(782px + 200px)) {
  .editor-styles-wrapper .icon-buttons.is-style-columns-six {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: calc(1320px + 200px)) {
  .editor-styles-wrapper .icon-buttons.is-style-columns-six {
    grid-gap: 10px;
    grid-template-columns: repeat(6, 1fr);
    font-size: calc(var(--fontSize) * 1.15);
  }
}
.editor-styles-wrapper .icon-buttons .icon-button {
  padding: 30px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-flow: column nowrap;
  font-weight: 700;
  font-size: calc(var(--fontSize) * 1.25);
  text-align: center;
  line-height: 1.25;
  background-color: var(--accent);
  background-position: center center;
  background-size: cover;
  border-radius: 4px;
  color: var(--secondary);
  overflow: hidden;
}
@media (min-width: calc(1080px + 200px)) {
  .editor-styles-wrapper .icon-buttons .icon-button {
    padding: 30px;
    font-size: calc(var(--fontSize) * 1.25);
  }
}
.editor-styles-wrapper .icon-buttons .icon-button:hover .image {
  transform: scale(1.1);
  filter: grayscale(0%);
}
.editor-styles-wrapper .icon-buttons .icon-button:hover:after {
  opacity: 0;
}
.editor-styles-wrapper .icon-buttons .icon-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  transition: all 0.2s ease-in-out;
}
.editor-styles-wrapper .icon-buttons .icon-button:before {
  content: "";
  position: absolute;
  top: 0;
}
@media (min-width: calc(1080px + 200px)) {
  .editor-styles-wrapper .icon-buttons .icon-button {
    height: 300px;
    background: var(--accent);
  }
}
.editor-styles-wrapper .icon-buttons .icon-button > * {
  position: relative;
  z-index: 2;
}
.editor-styles-wrapper .icon-buttons .icon-button .image {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform-origin: center center;
  transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  filter: grayscale(100%);
}
.editor-styles-wrapper .icon-buttons .icon-button .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.editor-styles-wrapper .icon-buttons .icon-button .icon {
  padding-bottom: 20px;
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: 1 10;
}
.editor-styles-wrapper .icon-buttons .icon-button .icon img {
  margin: 0 auto;
  width: auto;
  max-height: 80px;
}
.editor-styles-wrapper .block-heading {
  margin: 0 0 var(--spacer) 0;
  display: flex;
  align-items: flex-end;
}
@media (min-width: calc(1080px + 200px)) {
  .editor-styles-wrapper .block-heading.is-style-small {
    margin: 0 0 calc(var(--spacer) * 0.5) 0;
  }
}
.editor-styles-wrapper .block-heading h1,
.editor-styles-wrapper .block-heading h2,
.editor-styles-wrapper .block-heading h3,
.editor-styles-wrapper .block-heading h4,
.editor-styles-wrapper .block-heading h5 {
  margin: 0;
}
.editor-styles-wrapper .block-heading > *:last-child {
  margin-left: auto;
}
.editor-styles-wrapper .network-items .network-item {
  display: flex;
  flex-flow: column nowrap;
  border-radius: 4px;
  background: var(--secondary);
  overflow: hidden;
}
@media (min-width: calc(1080px + 200px)) {
  .editor-styles-wrapper .network-items .network-item {
    margin-bottom: 0;
  }
}
.editor-styles-wrapper .network-items .network-item .item-image {
  position: relative;
}
.editor-styles-wrapper .network-items .network-item .item-image:before {
  content: "";
  position: absolute;
  z-index: 7;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(rgba(0, 32, 55, 0.5), #002037);
}
.editor-styles-wrapper .network-items .network-item .item-image .item-image-title {
  padding: 20px 20%;
  position: absolute;
  z-index: 8;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.35;
  color: white;
}
.editor-styles-wrapper .network-items .network-item .item-logo {
  margin-top: auto;
  padding: 15px;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: calc(600px + 200px)) {
  .editor-styles-wrapper .network-items .network-item .item-logo {
    padding: 20px;
  }
}
@media (min-width: calc(1080px + 200px)) {
  .editor-styles-wrapper .network-items .network-item .item-logo {
    padding: 25px;
  }
}
.editor-styles-wrapper .network-items .network-item .item-logo img {
  max-width: 150px;
  width: 100%;
}
@media (max-width: calc(782px + 200px)) {
  .editor-styles-wrapper .network-items .network-item .item-logo img {
    width: auto;
    max-height: 30px;
  }
}
.editor-styles-wrapper .network-items .network-item .item-logo i {
  position: absolute;
  top: 50%;
  right: 20px;
  line-height: 1;
  color: var(--alt);
  transform: translateY(-50%);
}
@media (min-width: calc(782px + 200px)) {
  .editor-styles-wrapper .network-items .network-item .item-logo i {
    display: none;
  }
}
.editor-styles-wrapper .network-items .network-item .item-content {
  display: flex;
}
@media (min-width: calc(782px + 200px)) {
  .editor-styles-wrapper .network-items .network-item .item-content {
    flex: 1 1 0;
    flex-flow: column nowrap;
  }
}
.editor-styles-wrapper .network-items .network-item .item-content .item-content__inner {
  padding: 15px;
  flex: 1 1 0;
  font-size: calc(var(--fontSize) * 0.9);
}
@media (min-width: calc(600px + 200px)) {
  .editor-styles-wrapper .network-items .network-item .item-content .item-content__inner {
    padding: 20px;
  }
}
@media (min-width: calc(782px + 200px)) {
  .editor-styles-wrapper .network-items .network-item .item-content .item-content__inner {
    padding: 20px 25px 25px;
    display: flex;
    flex-flow: column nowrap;
  }
}
.editor-styles-wrapper .network-items .network-item .item-content .item-content__inner .content-inner__container {
  flex: 1 1;
  background: red;
}
.editor-styles-wrapper .network-items .network-item .item-content .item-content__inner .wp-block-buttons {
  padding: 10px 0 0 0;
}
.editor-styles-wrapper .network-items .network-item .item-content .item-content__inner .wp-block-buttons .wp-block-button {
  margin: 0 0 8px 0;
  display: block;
  width: 100%;
}
.editor-styles-wrapper .network-items .network-item .item-content .item-content__inner .wp-block-buttons .wp-block-button.is-hidden {
  display: none;
}
@media (min-width: calc(782px + 200px)) {
  .editor-styles-wrapper .network-items .network-item .item-content .item-content__inner .wp-block-buttons .wp-block-button.is-hidden {
    display: block;
    opacity: 0;
    visibility: hidden;
  }
}
.editor-styles-wrapper .network-items .network-item .item-content .item-content__inner .wp-block-buttons .wp-block-button:last-child {
  margin: 0;
}
.editor-styles-wrapper .news-items .news-item {
  border-radius: 4px;
  background: var(--secondary);
  overflow: hidden;
}
@media (min-width: calc(782px + 200px)) {
  .editor-styles-wrapper .news-items .news-item {
    margin-bottom: 0;
  }
}
.editor-styles-wrapper .news-items .news-item .item-image {
  overflow: hidden;
}
.editor-styles-wrapper .news-items .news-item .item-image.is-style-pdf iframe,
.editor-styles-wrapper .news-items .news-item .item-image.is-style-pdf embed {
  margin: 0;
  width: auto;
  height: 200px;
  border: none;
  pointer-events: none;
}
.editor-styles-wrapper .news-items .news-item .item-image.is-style-icon {
  padding: 30px;
  background: var(--tertiary);
}
.editor-styles-wrapper .news-items .news-item .item-image.is-style-icon img {
  margin: 0 auto;
  width: auto;
  max-height: 100px;
}
.editor-styles-wrapper .news-items .news-item .item-image img {
  width: 100%;
}
.editor-styles-wrapper .news-items .news-item .item-content {
  padding: 20px;
  font-size: calc(var(--fontSize) * 0.9);
}
@media (min-width: calc(1080px + 200px)) {
  .editor-styles-wrapper .news-items .news-item .item-content {
    padding: 20px 25px 25px;
  }
}
.editor-styles-wrapper .news-items .news-item .item-content .item-title {
  margin: 0;
  display: inline-block;
  font-weight: 700;
  color: var(--accent);
}
.editor-styles-wrapper .news-items .news-item .item-content .item-title a {
  display: inline-block;
  color: var(--accent);
}
.editor-styles-wrapper .news-items .news-item .item-content .item-title a:hover {
  color: var(--alt);
}
.editor-styles-wrapper .news-items .news-item .item-content a.item-title {
  display: inline-block;
}
.editor-styles-wrapper .news-items .news-item .item-content a.item-title:hover {
  color: var(--alt);
}
.editor-styles-wrapper .news-items .news-item .item-content h3 {
  margin-bottom: 15px !important;
}
.editor-styles-wrapper .news-items .news-item .item-content h3 + p {
  margin-top: 0;
}
.editor-styles-wrapper .news-items .news-item .item-content .item-date {
  margin: 5px 0 0 0;
  opacity: 0.75;
}
.editor-styles-wrapper .is-style-overlay .news-items .news-item {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  background: var(--tertiary);
}
@media (min-width: calc(1080px + 200px)) {
  .editor-styles-wrapper .is-style-overlay .news-items .news-item {
    min-height: 300px;
  }
}
.editor-styles-wrapper .is-style-overlay .news-items .news-item:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--accent);
  opacity: 0.5;
}
.editor-styles-wrapper .is-style-overlay .news-items .news-item .item-image {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(50%);
}
.editor-styles-wrapper .is-style-overlay .news-items .news-item .item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.editor-styles-wrapper .is-style-overlay .news-items .news-item .item-content {
  position: relative;
  z-index: 2;
  flex: none;
  text-align: center;
}
@media (min-width: calc(782px + 200px)) {
  .editor-styles-wrapper .is-style-overlay .news-items .news-item .item-content h3 {
    font-size: var(--h4);
  }
}
@media (min-width: calc(1320px + 200px)) {
  .editor-styles-wrapper .is-style-overlay .news-items .news-item .item-content h3 {
    font-size: var(--h3);
  }
}
.editor-styles-wrapper .is-style-basic .news-items .news-item {
  background: none;
  box-shadow: none;
}
.editor-styles-wrapper .is-style-basic .news-items .news-item h3 {
  margin: 0;
}
.editor-styles-wrapper .is-style-basic .news-items .news-item h3 + .wp-block-button {
  margin-top: calc(var(--spacer) * 0.5);
}
.editor-styles-wrapper .form-newsletter {
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: calc(1080px + 200px)) {
  .editor-styles-wrapper .form-newsletter.is-style-inline {
    flex-flow: row nowrap;
    justify-content: center;
  }
}
@media (min-width: calc(1080px + 200px)) {
  .editor-styles-wrapper .form-newsletter.is-style-inline input,
.editor-styles-wrapper .form-newsletter.is-style-inline button {
    margin: 0 5px;
  }
}
.editor-styles-wrapper .form-newsletter h3 {
  margin: 0;
}
.editor-styles-wrapper .form-newsletter input,
.editor-styles-wrapper .form-newsletter button {
  margin: 2px 0;
}
@media (max-width: calc(1080px + 200px)) {
  .editor-styles-wrapper .form-newsletter input:first-child,
.editor-styles-wrapper .form-newsletter button:first-child {
    margin-top: 0;
  }
  .editor-styles-wrapper .form-newsletter input:last-child,
.editor-styles-wrapper .form-newsletter button:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: calc(1080px + 200px)) {
  .editor-styles-wrapper .form-newsletter input,
.editor-styles-wrapper .form-newsletter button {
    margin: 5px 0;
  }
}
.editor-styles-wrapper .outer-container {
  height: 60px;
}
.editor-styles-wrapper .outer-container .swiper-container {
  overflow: hidden;
}
.editor-styles-wrapper .product-tabs__container,
.editor-styles-wrapper .inner-tabs__container,
.editor-styles-wrapper .page-nav__container {
  padding: 0 var(--spacer);
  position: relative;
  height: 60px;
  color: var(--secondary);
  background: var(--accent);
}
@media (min-width: calc(1080px + 200px)) {
  .editor-styles-wrapper .product-tabs__container,
.editor-styles-wrapper .inner-tabs__container,
.editor-styles-wrapper .page-nav__container {
    padding: 0 var(--spacer);
  }
}
.editor-styles-wrapper .product-tabs__container.is-style-fixed,
.editor-styles-wrapper .inner-tabs__container.is-style-fixed,
.editor-styles-wrapper .page-nav__container.is-style-fixed {
  position: fixed;
}
.editor-styles-wrapper .product-tabs__container .swiper-button-prev,
.editor-styles-wrapper .product-tabs__container .swiper-button-next,
.editor-styles-wrapper .inner-tabs__container .swiper-button-prev,
.editor-styles-wrapper .inner-tabs__container .swiper-button-next,
.editor-styles-wrapper .page-nav__container .swiper-button-prev,
.editor-styles-wrapper .page-nav__container .swiper-button-next {
  margin: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  width: calc(var(--spacer) * 2);
  height: 100%;
  color: var(--alt);
  background: transparent;
  outline: none;
  opacity: 0;
  visibility: visible;
  display: none;
}
@media (min-width: calc(1080px + 200px)) {
  .editor-styles-wrapper .product-tabs__container .swiper-button-prev,
.editor-styles-wrapper .product-tabs__container .swiper-button-next,
.editor-styles-wrapper .inner-tabs__container .swiper-button-prev,
.editor-styles-wrapper .inner-tabs__container .swiper-button-next,
.editor-styles-wrapper .page-nav__container .swiper-button-prev,
.editor-styles-wrapper .page-nav__container .swiper-button-next {
    display: flex;
    width: var(--spacer);
  }
}
.editor-styles-wrapper .product-tabs__container .swiper-button-prev.is-triggered,
.editor-styles-wrapper .product-tabs__container .swiper-button-next.is-triggered,
.editor-styles-wrapper .inner-tabs__container .swiper-button-prev.is-triggered,
.editor-styles-wrapper .inner-tabs__container .swiper-button-next.is-triggered,
.editor-styles-wrapper .page-nav__container .swiper-button-prev.is-triggered,
.editor-styles-wrapper .page-nav__container .swiper-button-next.is-triggered {
  opacity: 1;
}
.editor-styles-wrapper .product-tabs__container .swiper-button-prev.swiper-button-disabled,
.editor-styles-wrapper .product-tabs__container .swiper-button-next.swiper-button-disabled,
.editor-styles-wrapper .inner-tabs__container .swiper-button-prev.swiper-button-disabled,
.editor-styles-wrapper .inner-tabs__container .swiper-button-next.swiper-button-disabled,
.editor-styles-wrapper .page-nav__container .swiper-button-prev.swiper-button-disabled,
.editor-styles-wrapper .page-nav__container .swiper-button-next.swiper-button-disabled {
  opacity: 0.25;
}
@media (min-width: calc(1080px + 200px)) {
  .editor-styles-wrapper .product-tabs__container .swiper-button-prev.swiper-button-disabled,
.editor-styles-wrapper .product-tabs__container .swiper-button-next.swiper-button-disabled,
.editor-styles-wrapper .inner-tabs__container .swiper-button-prev.swiper-button-disabled,
.editor-styles-wrapper .inner-tabs__container .swiper-button-next.swiper-button-disabled,
.editor-styles-wrapper .page-nav__container .swiper-button-prev.swiper-button-disabled,
.editor-styles-wrapper .page-nav__container .swiper-button-next.swiper-button-disabled {
    opacity: 0;
  }
}
.editor-styles-wrapper .product-tabs__container .swiper-button-prev::after, .editor-styles-wrapper .product-tabs__container .swiper-button-prev::before,
.editor-styles-wrapper .product-tabs__container .swiper-button-next::after,
.editor-styles-wrapper .product-tabs__container .swiper-button-next::before,
.editor-styles-wrapper .inner-tabs__container .swiper-button-prev::after,
.editor-styles-wrapper .inner-tabs__container .swiper-button-prev::before,
.editor-styles-wrapper .inner-tabs__container .swiper-button-next::after,
.editor-styles-wrapper .inner-tabs__container .swiper-button-next::before,
.editor-styles-wrapper .page-nav__container .swiper-button-prev::after,
.editor-styles-wrapper .page-nav__container .swiper-button-prev::before,
.editor-styles-wrapper .page-nav__container .swiper-button-next::after,
.editor-styles-wrapper .page-nav__container .swiper-button-next::before {
  display: none;
}
.editor-styles-wrapper .product-tabs__container .swiper-button-prev,
.editor-styles-wrapper .inner-tabs__container .swiper-button-prev,
.editor-styles-wrapper .page-nav__container .swiper-button-prev {
  left: 0;
}
.editor-styles-wrapper .product-tabs__container .swiper-button-next,
.editor-styles-wrapper .inner-tabs__container .swiper-button-next,
.editor-styles-wrapper .page-nav__container .swiper-button-next {
  right: 0;
}
.editor-styles-wrapper .product-tabs__container .swiper-button-next,
.editor-styles-wrapper .product-tabs__container .swiper-button-prev {
  background: var(--accent);
}
.editor-styles-wrapper .product-tabs__container .swiper-button-prev {
  background: linear-gradient(to right, #00345A, rgba(0, 52, 90, 0));
}
.editor-styles-wrapper .product-tabs__container .swiper-button-next {
  background: linear-gradient(to right, rgba(0, 52, 90, 0), #00345A);
}
.editor-styles-wrapper .product-tabs__container.is-fixed {
  position: fixed;
  z-index: 9999;
  height: auto;
}
.editor-styles-wrapper .inner-tabs__container,
.editor-styles-wrapper .page-nav__container {
  color: var(--primary);
  background: var(--tertiary);
}
.editor-styles-wrapper .inner-tabs__container a,
.editor-styles-wrapper .page-nav__container a {
  color: var(--primary);
}
.editor-styles-wrapper .inner-tabs__container a:hover, .editor-styles-wrapper .inner-tabs__container a.is-active,
.editor-styles-wrapper .page-nav__container a:hover,
.editor-styles-wrapper .page-nav__container a.is-active {
  color: var(--alt);
}
.editor-styles-wrapper .inner-tabs__container .swiper-button-next,
.editor-styles-wrapper .inner-tabs__container .swiper-button-prev,
.editor-styles-wrapper .page-nav__container .swiper-button-next,
.editor-styles-wrapper .page-nav__container .swiper-button-prev {
  background: var(--tertiary);
}
.editor-styles-wrapper .inner-tabs__container .swiper-button-prev,
.editor-styles-wrapper .page-nav__container .swiper-button-prev {
  background: linear-gradient(to right, #efefef, rgba(239, 239, 239, 0));
}
.editor-styles-wrapper .inner-tabs__container .swiper-button-next,
.editor-styles-wrapper .page-nav__container .swiper-button-next {
  background: linear-gradient(to right, rgba(239, 239, 239, 0), #efefef);
}
.editor-styles-wrapper .page-nav__container {
  margin: 0 auto;
  max-width: calc(var(--widthWide) + calc(var(--spacer) * 2));
  overflow: hidden !important;
}
.editor-styles-wrapper .product-tabs__nav,
.editor-styles-wrapper .inner-tabs__nav,
.editor-styles-wrapper .page-nav {
  font-size: calc(var(--fontSize) * 0.9);
  font-weight: 700;
}
@media (min-width: calc(1080px + 200px)) {
  .editor-styles-wrapper .product-tabs__nav,
.editor-styles-wrapper .inner-tabs__nav,
.editor-styles-wrapper .page-nav {
    font-size: var(--fontSize);
  }
}
.editor-styles-wrapper .product-tabs__nav .swiper-slide,
.editor-styles-wrapper .inner-tabs__nav .swiper-slide,
.editor-styles-wrapper .page-nav .swiper-slide {
  width: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
}
@media (min-width: calc(1080px + 200px)) {
  .editor-styles-wrapper .product-tabs__nav .swiper-slide:hover,
.editor-styles-wrapper .inner-tabs__nav .swiper-slide:hover,
.editor-styles-wrapper .page-nav .swiper-slide:hover {
    color: var(--alt);
  }
}
.editor-styles-wrapper .product-tabs__nav .swiper-slide.is-active,
.editor-styles-wrapper .inner-tabs__nav .swiper-slide.is-active,
.editor-styles-wrapper .page-nav .swiper-slide.is-active {
  color: var(--alt);
}
.editor-styles-wrapper .product-tabs .product-tab,
.editor-styles-wrapper .product-tabs .inner-tab,
.editor-styles-wrapper .inner-tabs .product-tab,
.editor-styles-wrapper .inner-tabs .inner-tab {
  display: none;
}
.editor-styles-wrapper .product-tabs .inner-tab:first-child,
.editor-styles-wrapper .inner-tabs .inner-tab:first-child {
  display: block;
}
.editor-styles-wrapper .product-tabs .product-tab:first-child {
  display: block;
}
.editor-styles-wrapper .product-tabs .product-tab .grid-items img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.editor-styles-wrapper .inner-tab {
  padding: var(--spacer);
  min-height: 100px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  background: var(--secondary);
  overflow: hidden;
}
.editor-styles-wrapper .inner-tab img.alignleft {
  margin: 0 5% 0;
}
.editor-styles-wrapper .inner-tab img.alignright {
  margin: 0 0 0 5%;
}
@media (max-width: calc(782px + 200px)) {
  .editor-styles-wrapper .arrows-container {
    margin: 0 0 10px 0;
  }
}
@media (max-width: calc(1080px + 200px)) {
  .editor-styles-wrapper .arrows-container {
    margin: 20px 0;
  }
}
@media (max-width: calc(1320px + 200px)) {
  .editor-styles-wrapper .arrows-container {
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
}
@media (max-width: calc(1320px + 200px)) {
  .editor-styles-wrapper .swiper-arrow {
    padding-top: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    color: var(--accent);
    line-height: 1;
    background: transparent;
    border: 2px solid var(--accent);
    border-radius: 4px;
    transition: all 0.5s ease-in-out;
  }
}
@media (min-width: calc(1320px + 200px)) {
  .editor-styles-wrapper .swiper-arrow {
    padding-top: 1px;
    position: absolute;
    z-index: 8;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(var(--spacer) - 20px);
    height: calc(var(--spacer) - 20px);
    max-width: calc(60px - 20px);
    max-height: calc(60px - 20px);
    font-size: 16px;
    text-align: center;
    color: var(--accent);
    line-height: 1;
    background: transparent;
    border: 2px solid var(--accent);
    border-radius: 4px;
    transition: all 0.5s ease-in-out;
  }
  .editor-styles-wrapper .swiper-arrow.swiper-button-disabled {
    opacity: 0 !important;
    visibility: hidden !important;
  }
  .editor-styles-wrapper .swiper-arrow.arrow-prev {
    padding-right: 1px;
    left: -10px;
    transform: translateX(-100%) translateY(-50%);
  }
  .editor-styles-wrapper .swiper-arrow.arrow-next {
    padding-left: 1px;
    right: -10px;
    transform: translateX(100%) translateY(-50%);
  }
}
.editor-styles-wrapper .acf-block-preview .swiper-arrow {
  display: none !important;
}
.editor-styles-wrapper .contact-items {
  font-size: calc(var(--fontSize) * 0.85);
}
.editor-styles-wrapper .contact-items .contact-item {
  padding: calc(var(--spacer) * 0.75) 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.editor-styles-wrapper .contact-items .contact-item:first-child {
  padding-top: 0;
}
.editor-styles-wrapper .contact-items .contact-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.editor-styles-wrapper .contact-items .contact-item .contact-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: var(--spacer);
}
@media (min-width: calc(782px + 200px)) {
  .editor-styles-wrapper .contact-items .contact-item .contact-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: calc(782px + 200px)) {
  .editor-styles-wrapper .contact-items .contact-item .contact-container > div {
    display: grid;
    grid-gap: 8px 20px;
    grid-template-columns: repeat(2, 1fr);
  }
  .editor-styles-wrapper .contact-items .contact-item .contact-container > div > div {
    margin: 0 !important;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .editor-styles-wrapper .contact-items .contact-item .contact-container > div > div a {
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.editor-styles-wrapper .contact-items .contact-item .contact-container > div > div {
  margin: 15px 0;
}
.editor-styles-wrapper .contact-items .contact-item .contact-container > div > div:first-child {
  margin-top: 0;
}
.editor-styles-wrapper .contact-items .contact-item .contact-container > div > div:last-child {
  margin-bottom: 0;
}
.editor-styles-wrapper .contact-items a {
  display: inline-block;
  color: var(--accent);
}
.editor-styles-wrapper .contact-items a:hover {
  color: var(--alt);
}
.editor-styles-wrapper .accordion-items {
  border-top: 1px solid var(--tertiary);
  border-radius: 4px;
  overflow: hidden;
}
.editor-styles-wrapper .accordion-items .accordion-item {
  background: var(--secondary);
  border: 1px solid var(--tertiary);
  border-top: none;
  transition: all 0.2s ease-in-out;
}
.editor-styles-wrapper .accordion-items .accordion-item[aria-expanded=true] {
  background: rgba(0, 0, 0, 0.025);
}
.editor-styles-wrapper .accordion-items .accordion-item[aria-expanded=true] .accordion-header {
  color: var(--alt);
}
.editor-styles-wrapper .accordion-items .accordion-item[aria-expanded=true] .accordion-header i {
  color: var(--alt);
  transform: rotate(-180deg);
}
.editor-styles-wrapper .accordion-items .accordion-item[aria-expanded=true] .accordion-header:hover {
  color: var(--alt);
}
@media (min-width: calc(1080px + 200px)) {
  .editor-styles-wrapper .accordion-items .accordion-item.has-image .accordion-content {
    padding: calc(var(--spacer) * 0.5) var(--spacer) var(--spacer);
  }
}
.editor-styles-wrapper .accordion-items .accordion-item .accordion-header {
  padding: calc(var(--spacer) * 0.5) var(--spacer);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.editor-styles-wrapper .accordion-items .accordion-item .accordion-header .header-title {
  display: flex;
  align-items: center;
  line-height: 1.35;
}
.editor-styles-wrapper .accordion-items .accordion-item .accordion-header .header-title img {
  margin-right: calc(var(--spacer));
  width: auto;
  max-height: 60px;
}
@media (min-width: calc(782px + 200px)) {
  .editor-styles-wrapper .accordion-items .accordion-item .accordion-header .header-title img {
    margin-right: calc(var(--spacer) * 0.6);
    max-height: 120px;
  }
}
.editor-styles-wrapper .accordion-items .accordion-item .accordion-header .header-title .subheading {
  font-weight: 500;
  opacity: 0.75;
}
.editor-styles-wrapper .accordion-items .accordion-item .accordion-header:hover {
  color: var(--alt);
}
.editor-styles-wrapper .accordion-items .accordion-item .accordion-header:hover i {
  color: var(--alt);
  transition: all 0.2s ease-in-out;
}
.editor-styles-wrapper .accordion-items .accordion-item .accordion-header i {
  color: var(--accent);
}
.editor-styles-wrapper .accordion-items .accordion-item .accordion-content {
  padding: calc(var(--spacer) * 0.5) var(--spacer) var(--spacer);
  display: none;
}
.editor-styles-wrapper .is-style-basic .accordion-items {
  border-top: none;
}
.editor-styles-wrapper .is-style-basic .accordion-items .accordion-item {
  background: transparent;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.editor-styles-wrapper .is-style-basic .accordion-items .accordion-item:first-child .accordion-header {
  padding-top: 0 !important;
}
.editor-styles-wrapper .is-style-basic .accordion-items .accordion-item:last-child {
  border-bottom: none;
}
.editor-styles-wrapper .is-style-basic .accordion-items .accordion-item:last-child .accordion-content {
  padding-bottom: 0 !important;
}
.editor-styles-wrapper .is-style-basic .accordion-items .accordion-item[aria-expanded=true] {
  box-shadow: none;
}
.editor-styles-wrapper .is-style-basic .accordion-items .accordion-item .accordion-header {
  padding-left: 0;
  padding-right: 0;
}
.editor-styles-wrapper .is-style-basic .accordion-items .accordion-item .accordion-content {
  padding-left: 0;
  padding-right: 0;
}
.editor-styles-wrapper .tile-buttons {
  margin: -1px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-flow: row wrap;
}
@media (min-width: calc(782px + 200px)) {
  .editor-styles-wrapper .tile-buttons {
    margin: -2px;
  }
}
@media (min-width: calc(600px + 200px)) {
  .editor-styles-wrapper .tile-buttons.is-style-columns-four .tile-button {
    width: 50%;
  }
}
@media (min-width: calc(782px + 200px)) {
  .editor-styles-wrapper .tile-buttons.is-style-columns-four .tile-button {
    width: 25%;
  }
}
@media (min-width: calc(782px + 200px)) {
  .editor-styles-wrapper .tile-buttons.is-style-columns-five .tile-button {
    width: 20%;
  }
}
.editor-styles-wrapper .tile-buttons .tile-button {
  padding: var(--spacer);
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
  min-height: 250px;
  color: var(--secondary);
  background: rgba(var(--accentRGB), 0.35);
  border: 1px solid white;
}
@media (min-width: calc(782px + 200px)) {
  .editor-styles-wrapper .tile-buttons .tile-button {
    width: 33.333333%;
    border: 2px solid white;
  }
}
.editor-styles-wrapper .tile-buttons .tile-button:hover {
  background: rgba(var(--accentRGB), 0.7);
}
.editor-styles-wrapper .tile-buttons .tile-button:hover h3 {
  transform: scale(1.1);
}
.editor-styles-wrapper .tile-buttons .tile-button h3 {
  margin: 0;
  position: relative;
  z-index: 1;
  transform-origin: bottom right;
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.editor-styles-wrapper .tile-buttons .tile-button .tile-image {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.75;
}
@media (min-width: calc(782px + 200px)) {
  .editor-styles-wrapper .tile-buttons .tile-button .tile-image {
    display: none;
    opacity: 0.75;
  }
}
.editor-styles-wrapper .tile-buttons .tile-button .tile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: calc(1080px + 200px)) {
  .editor-styles-wrapper .wp-block-hydroflux-tile-buttons.is-style-fullscreen .tile-buttons .tile-button {
    background: var(--accent);
  }
}
.editor-styles-wrapper .tile-images {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.editor-styles-wrapper .tile-images .tile-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.editor-styles-wrapper .tile-images .tile-image.is-active {
  visibility: visible;
  opacity: 1;
}
.editor-styles-wrapper .gallery {
  display: grid;
  grid-gap: var(--spacer);
  grid-template-columns: repeat(1, 1fr);
}
.editor-styles-wrapper .gallery br {
  display: none !important;
}
@media (min-width: calc(782px + 200px)) {
  .editor-styles-wrapper .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: calc(782px + 200px)) {
  .editor-styles-wrapper .gallery.gallery-columns-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: calc(1080px + 200px)) {
  .editor-styles-wrapper .gallery.gallery-columns-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: calc(1080px + 200px)) {
  .editor-styles-wrapper .gallery.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: calc(1080px + 200px)) {
  .editor-styles-wrapper .gallery.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: calc(1080px + 200px)) {
  .editor-styles-wrapper .gallery.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: calc(1080px + 200px)) {
  .editor-styles-wrapper .gallery.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: calc(1080px + 200px)) {
  .editor-styles-wrapper .gallery.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
.editor-styles-wrapper .gallery .gallery-item {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}
.editor-styles-wrapper .gallery .gallery-item img {
  border: none !important;
}
.editor-styles-wrapper .is-style-no-margin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.editor-styles-wrapper .has-small-font-size {
  font-size: calc(var(--fontSize) * 0.8) !important;
}
.editor-styles-wrapper .has-large-font-size {
  font-size: calc(var(--fontSize) * 1.2) !important;
}
.editor-styles-wrapper .has-primary-color {
  color: var(--primary) !important;
}
.editor-styles-wrapper .has-secondary-color {
  color: var(--secondary) !important;
}
.editor-styles-wrapper .has-tertiary-color {
  color: var(--secondary) !important;
}
.editor-styles-wrapper .has-accent-color {
  color: var(--accent) !important;
}
.editor-styles-wrapper .has-alt-color {
  color: var(--alt) !important;
}
.editor-styles-wrapper .has-dark-grey-color.has-dark-grey-color {
  color: var(--darkGrey) !important;
}
.editor-styles-wrapper .has-primary-background-color.has-primary-background-color {
  background-color: var(--primary);
}
.editor-styles-wrapper .has-secondary-background-color.has-secondary-background-color, .editor-styles-wrapper form .has-primary-background-color input[type=submit] {
  background-color: var(--secondary);
}
.editor-styles-wrapper .has-secondary-background-color.has-secondary-background-color + .has-secondary-background-color.alignfull, .editor-styles-wrapper form .has-primary-background-color input[type=submit] + .has-secondary-background-color.alignfull, .editor-styles-wrapper form .has-primary-background-color .has-secondary-background-color.has-secondary-background-color + input.alignfull[type=submit], .editor-styles-wrapper form .has-primary-background-color input[type=submit] + input.alignfull[type=submit],
.editor-styles-wrapper .has-secondary-background-color.has-secondary-background-color + .has-secondary-to-tertiary-gradient-background.alignfull,
.editor-styles-wrapper form .has-primary-background-color input[type=submit] + .has-secondary-to-tertiary-gradient-background.alignfull {
  padding-top: 0 !important;
}
.editor-styles-wrapper .has-tertiary-background-color.has-tertiary-background-color {
  background-color: var(--tertiary);
}
.editor-styles-wrapper .has-tertiary-background-color.has-tertiary-background-color + .has-tertiary-background-color.alignfull,
.editor-styles-wrapper .has-tertiary-background-color.has-tertiary-background-color + .has-tertiary-to-secondary-gradient-background.alignfull {
  padding-top: 0 !important;
}
.editor-styles-wrapper .has-accent-background-color.has-accent-background-color {
  background-color: var(--accent);
}
.editor-styles-wrapper .has-alt-background-color.has-alt-background-color {
  background-color: var(--alt);
}
.editor-styles-wrapper .has-dark-grey-background-color.has-dark-grey-background-color {
  background-color: var(--darkGrey);
}
.editor-styles-wrapper .has-tertiary-to-secondary-gradient-background {
  background: linear-gradient(var(--tertiary), var(--secondary));
}
.editor-styles-wrapper .has-tertiary-to-secondary-gradient-background + .has-secondary-background-color.alignfull, .editor-styles-wrapper form .has-primary-background-color .has-tertiary-to-secondary-gradient-background + input.alignfull[type=submit],
.editor-styles-wrapper .has-tertiary-to-secondary-gradient-background + .has-secondary-to-tertiary-gradient-background.alignfull {
  padding-top: 0 !important;
}
.editor-styles-wrapper .has-secondary-to-tertiary-gradient-background {
  background: linear-gradient(var(--secondary), var(--tertiary));
}
.editor-styles-wrapper .has-secondary-to-tertiary-gradient-background + .has-tertiary-background-color.alignfull,
.editor-styles-wrapper .has-secondary-to-tertiary-gradient-background + .has-tertiary-to-secondary-gradient-background.alignfull {
  padding-top: 0 !important;
}
.editor-styles-wrapper .clip > *:first-child, .editor-styles-wrapper .modal-title > *:first-child,
.editor-styles-wrapper .modal-content > *:first-child,
.editor-styles-wrapper .modal-footer > *:first-child, .editor-styles-wrapper .modal .modal__container > *:first-child, .editor-styles-wrapper .wp-block-columns .wp-block-column > *:first-child, .editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container > *:first-child, .editor-styles-wrapper .wp-block-media-text .wp-block-media-text__content > *:first-child,
.editor-styles-wrapper .wp-block-media-text > .block-editor-inner-blocks > *:first-child, .editor-styles-wrapper [class*=__inner-container] > *:first-child, .editor-styles-wrapper .carbon-neutral > *:first-child, .editor-styles-wrapper .wp-block-hydroflux-carousel .carousel-content .carousel-content__inner > *:first-child, .editor-styles-wrapper .network-items .network-item .item-content .item-content__inner > *:first-child, .editor-styles-wrapper .news-items .news-item .item-content > *:first-child, .editor-styles-wrapper .is-style-basic .news-items .news-item > *:first-child, .editor-styles-wrapper .inner-tab > *:first-child, .editor-styles-wrapper .contact-items .contact-item > *:first-child, .editor-styles-wrapper .accordion-items .accordion-item .accordion-content > *:first-child {
  margin-top: 0 !important;
}
.editor-styles-wrapper .clip > *:last-child, .editor-styles-wrapper .modal-title > *:last-child,
.editor-styles-wrapper .modal-content > *:last-child,
.editor-styles-wrapper .modal-footer > *:last-child, .editor-styles-wrapper .modal .modal__container > *:last-child, .editor-styles-wrapper .wp-block-columns .wp-block-column > *:last-child, .editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container > *:last-child, .editor-styles-wrapper .wp-block-media-text .wp-block-media-text__content > *:last-child,
.editor-styles-wrapper .wp-block-media-text > .block-editor-inner-blocks > *:last-child, .editor-styles-wrapper [class*=__inner-container] > *:last-child, .editor-styles-wrapper .carbon-neutral > *:last-child, .editor-styles-wrapper .wp-block-hydroflux-carousel .carousel-content .carousel-content__inner > *:last-child, .editor-styles-wrapper .network-items .network-item .item-content .item-content__inner > *:last-child, .editor-styles-wrapper .news-items .news-item .item-content > *:last-child, .editor-styles-wrapper .is-style-basic .news-items .news-item > *:last-child, .editor-styles-wrapper .inner-tab > *:last-child, .editor-styles-wrapper .contact-items .contact-item > *:last-child, .editor-styles-wrapper .accordion-items .accordion-item .accordion-content > *:last-child {
  margin-bottom: 0 !important;
}
.editor-styles-wrapper .carousel-container {
  position: relative;
}
.editor-styles-wrapper .swiper-container {
  padding-bottom: 20px;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.editor-styles-wrapper .swiper-container.swiper-container-initialized > *, .editor-styles-wrapper .swiper-container.swiper-initialized > * {
  visibility: visible;
  opacity: 1;
}
.editor-styles-wrapper .swiper-container > * {
  visibility: hidden;
  opacity: 0;
}
.editor-styles-wrapper .product-tabs__container.swiper-container {
  padding-bottom: 0;
}
.editor-styles-wrapper .inner-tabs__container.swiper-container {
  padding-bottom: 0;
}
.editor-styles-wrapper .swiper-slide {
  height: auto;
}
.editor-styles-wrapper .swiper-slide > .grid-item {
  height: 100%;
}
.editor-styles-wrapper .wp-block-hydroflux-carousel .swiper-container {
  padding-bottom: 0 !important;
}
.editor-styles-wrapper body .featherlight-next:hover,
.editor-styles-wrapper body .featherlight-previous:hover {
  background: transparent;
}
.editor-styles-wrapper body .featherlight-previous {
  right: auto;
}
.editor-styles-wrapper body .featherlight-next {
  left: auto;
}
.editor-styles-wrapper body .featherlight-next span,
.editor-styles-wrapper body .featherlight-previous span {
  margin: 0 !important;
  display: block !important;
  width: 60px !important;
  font-size: 30px !important;
  line-height: 30px !important;
  height: 30px !important;
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.25) !important;
  background: transparent !important;
  transform: translateY(-50%) !important;
}
.editor-styles-wrapper body .featherlight-next span:before, .editor-styles-wrapper body .featherlight-next span:after,
.editor-styles-wrapper body .featherlight-previous span:before,
.editor-styles-wrapper body .featherlight-previous span:after {
  font-family: "Font Awesome 5 Pro";
}
.editor-styles-wrapper body .featherlight-next span img,
.editor-styles-wrapper body .featherlight-previous span img {
  display: none !important;
}
.editor-styles-wrapper body .featherlight-previous span:before {
  content: "";
}
.editor-styles-wrapper body .featherlight-next span:before {
  content: "";
}
.editor-styles-wrapper .at-share-dock.atss {
  z-index: 8 !important;
  box-shadow: none !important;
}
@media (min-width: calc(782px + 200px)) {
  .editor-styles-wrapper .wp-block-hydroflux-latest-newsletter .crmWebToEntityForm.is-style-newsletter form,
.editor-styles-wrapper .split-right .crmWebToEntityForm.is-style-newsletter form {
    display: block;
  }
  .editor-styles-wrapper .wp-block-hydroflux-latest-newsletter .crmWebToEntityForm.is-style-newsletter form .zcwf_row,
.editor-styles-wrapper .split-right .crmWebToEntityForm.is-style-newsletter form .zcwf_row {
    padding: 0 !important;
  }
}
.editor-styles-wrapper .crmWebToEntityForm {
  padding: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}
.editor-styles-wrapper .crmWebToEntityForm.is-style-newsletter {
  overflow: hidden;
}
.editor-styles-wrapper .crmWebToEntityForm.is-style-newsletter input[type=submit],
.editor-styles-wrapper .crmWebToEntityForm.is-style-newsletter button[type=submit] {
  max-width: 100% !important;
}
.editor-styles-wrapper .crmWebToEntityForm.is-style-newsletter .rc-anchor-normal,
.editor-styles-wrapper .crmWebToEntityForm.is-style-newsletter .rc-anchor-content {
  height: 50px !important;
}
.editor-styles-wrapper .crmWebToEntityForm.is-style-newsletter .rc-anchor-normal-footer {
  display: none !important;
}
@media (min-width: calc(1080px + 200px)) {
  .editor-styles-wrapper .crmWebToEntityForm.is-style-newsletter {
    margin: 0 auto;
  }
  .editor-styles-wrapper .crmWebToEntityForm.is-style-newsletter form {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
  }
  .editor-styles-wrapper .crmWebToEntityForm.is-style-newsletter form .zcwf_row {
    padding: 0 10px;
  }
}
.editor-styles-wrapper .crmWebToEntityForm .zcwf_row {
  margin: 10px 0;
  display: block;
  align-items: center;
}
@media (min-width: calc(782px + 200px)) {
  .editor-styles-wrapper .crmWebToEntityForm .zcwf_row {
    display: flex;
  }
}
.editor-styles-wrapper .crmWebToEntityForm .zcwf_row .zcwf_col_lab,
.editor-styles-wrapper .crmWebToEntityForm .zcwf_row .zcwf_col_fld {
  margin: 0;
  padding: 0;
}
.editor-styles-wrapper .crmWebToEntityForm .zcwf_row .zcwf_col_lab {
  flex: 1 1 0;
  font-family: var(--fontFamily) !important;
  font-size: var(--fontSize) !important;
  font-weight: var(--fontWeight) !important;
}
.editor-styles-wrapper .crmWebToEntityForm .zcwf_row .zcwf_col_fld {
  flex: 3 3 0;
}
.editor-styles-wrapper .crmWebToEntityForm .zcwf_row input, .editor-styles-wrapper .crmWebToEntityForm .zcwf_row textarea {
  width: 100% !important;
  background: var(--secondary) !important;
  border: 2px solid rgba(var(--primaryRGB), 0.25) !important;
  border-radius: 4px !important;
}
@media (min-width: calc(782px + 200px)) {
  .editor-styles-wrapper .crmWebToEntityForm .zcwf_row input, .editor-styles-wrapper .crmWebToEntityForm .zcwf_row textarea {
    font-size: var(--fontSize) !important;
  }
}
.editor-styles-wrapper .crmWebToEntityForm .zcwf_row input[type=submit],
.editor-styles-wrapper .crmWebToEntityForm .zcwf_row button[type=submit] {
  max-width: 200px;
  background: var(--accent) !important;
  color: white;
}
.editor-styles-wrapper .crmWebToEntityForm .zcwf_row input[type=reset] {
  display: none;
}
.editor-styles-wrapper body.modal-open .site-wrap {
  filter: grayscale(100%);
}
.editor-styles-wrapper .modal {
  position: relative;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0s ease-in-out;
}
.editor-styles-wrapper .modal.is-open {
  opacity: 1;
  visibility: visible;
  transition: all 1s ease-in-out;
}
.editor-styles-wrapper .modal.is-open .modal__container > * {
  animation-play-state: initial;
}
.editor-styles-wrapper .modal .modal__overlay {
  padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.editor-styles-wrapper .modal .modal__container {
  position: relative;
  padding: 20px;
  width: 100vw;
  max-width: 1000px;
  max-height: 100vh;
  border-radius: 0;
  color: var(--secondary);
  background: var(--accent);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}
@media (min-width: calc(782px + 200px)) {
  .editor-styles-wrapper .modal .modal__container {
    margin: 0 10px;
    padding: 50px;
  }
}
.editor-styles-wrapper .modal .modal__container > * {
  animation-name: staggeredDownUp;
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  animation-fill-mode: backwards;
  animation-duration: 2s;
  animation-play-state: paused;
}
.editor-styles-wrapper .modal .modal__container > *:nth-child(1) {
  animation-delay: 0.5s;
}
.editor-styles-wrapper .modal .modal__container > *:nth-child(2) {
  animation-delay: 1s;
}
.editor-styles-wrapper .modal .modal__container > *:nth-child(3) {
  animation-delay: 1.5s;
}
.editor-styles-wrapper .modal .modal__container > *:nth-child(4) {
  animation-delay: 2s;
}
.editor-styles-wrapper .modal .modal__container > *:nth-child(5) {
  animation-delay: 2.5s;
}
.editor-styles-wrapper .modal-title {
  margin: 0 0 10px 0;
}
.editor-styles-wrapper .modal-footer {
  margin: 15px 0 0 0;
}
.editor-styles-wrapper #modal-carbon-neutral .modal__overlay {
  background: rgba(255, 255, 255, 0.8);
}
.editor-styles-wrapper #modal-carbon-neutral .modal__container {
  position: relative;
  color: var(--secondary);
  background-color: #033323;
  background-image: url(img/carbon-neutral.jpg);
  background-size: cover;
}
.editor-styles-wrapper #modal-carbon-neutral .modal__container:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
  background-repeat: no-repeat;
  background-position: right 20px bottom 20px;
  background-size: auto 35px;
  background-image: url(img/ClimateActive_CNCertified_Org_Horizontal_White_neg.png);
}
@media (min-width: calc(782px + 200px)) {
  .editor-styles-wrapper #modal-carbon-neutral .modal__container:before {
    background-size: auto 85px;
    background-position: right 50px bottom 50px;
  }
}
.editor-styles-wrapper #modal-carbon-neutral .modal__container > * {
  position: relative;
  z-index: 2;
}
.editor-styles-wrapper #modal-carbon-neutral .close-modal {
  position: absolute;
  top: -25px;
  right: 0;
  color: black;
  line-height: 1;
  pointer-events: none;
}