@charset "UTF-8";
.full-width-slider--slide-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

html, body, div, span, applet, object, iframe, h1, .product-single-header h1, h2, h3.termstitle, h3, h4, .product-sidebar h2, h5, .accordion button[is=ada-toggler] h2, .accordion button[is=ada-toggler] h3, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.bg-black {
  background: #002627;
}

.text-black {
  color: #002627;
}

.bg-white {
  background: #fff;
}

.text-white {
  color: #fff;
}

.bg-snow-white {
  background: #f8f8f8;
}

.text-snow-white {
  color: #f8f8f8;
}

.bg-light-gray {
  background: #D0D0D0;
}

.text-light-gray {
  color: #D0D0D0;
}

.bg-gray {
  background: #8c969b;
}

.text-gray {
  color: #8c969b;
}

.bg-dark-gray {
  background: #4E4E4E;
}

.text-dark-gray {
  color: #4E4E4E;
}

.bg-light-blue {
  background: #13cbe2;
}

.text-light-blue {
  color: #13cbe2;
}

.bg-light-green {
  background: #00D1B6;
}

.text-light-green {
  color: #00D1B6;
}

.bg-green {
  background: #007D7D;
}

.text-green {
  color: #007D7D;
}

.bg-dark-green {
  background: #005251;
}

.text-dark-green {
  color: #005251;
}

.bg-orange {
  background: #FF9F37;
}

.text-orange {
  color: #FF9F37;
}

/* Uncomment and set these variables to customize the grid. */
.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
  width: auto;
}

.row.reverse {
  flex-direction: row-reverse;
}

.col.reverse {
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.col-xs-2 {
  flex-basis: 16.667%;
  max-width: 16.667%;
}

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.col-xs-5 {
  flex-basis: 41.667%;
  max-width: 41.667%;
}

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  flex-basis: 58.333%;
  max-width: 58.333%;
}

.col-xs-8 {
  flex-basis: 66.667%;
  max-width: 66.667%;
}

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  flex-basis: 83.333%;
  max-width: 83.333%;
}

.col-xs-11 {
  flex-basis: 91.667%;
  max-width: 91.667%;
}

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-1 {
  margin-left: 8.333%;
}

.col-xs-offset-2 {
  margin-left: 16.667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.333%;
}

.col-xs-offset-5 {
  margin-left: 41.667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.333%;
}

.col-xs-offset-8 {
  margin-left: 66.667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.333%;
}

.col-xs-offset-11 {
  margin-left: 91.667%;
}

.start-xs {
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  justify-content: center;
  text-align: center;
}

.end-xs {
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  align-items: flex-start;
}

.middle-xs {
  align-items: center;
}

.bottom-xs {
  align-items: flex-end;
}

.around-xs {
  justify-content: space-around;
}

.between-xs {
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 769px) {
  .container {
    width: 46rem;
  }

  .col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-sm-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-sm-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-sm-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-sm-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-offset-1 {
    margin-left: 8.333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.667%;
  }

  .start-sm {
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    justify-content: flex-end;
    text-align: end;
  }

  .top-sm {
    align-items: flex-start;
  }

  .middle-sm {
    align-items: center;
  }

  .bottom-sm {
    align-items: flex-end;
  }

  .around-sm {
    justify-content: space-around;
  }

  .between-sm {
    justify-content: space-between;
  }

  .first-sm {
    order: -1;
  }

  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 993px) {
  .container {
    width: 61rem;
  }

  .col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-md-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-md-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-md-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-md-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-1 {
    margin-left: 8.333%;
  }

  .col-md-offset-2 {
    margin-left: 16.667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.333%;
  }

  .col-md-offset-5 {
    margin-left: 41.667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.333%;
  }

  .col-md-offset-8 {
    margin-left: 66.667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.333%;
  }

  .col-md-offset-11 {
    margin-left: 91.667%;
  }

  .start-md {
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    justify-content: center;
    text-align: center;
  }

  .end-md {
    justify-content: flex-end;
    text-align: end;
  }

  .top-md {
    align-items: flex-start;
  }

  .middle-md {
    align-items: center;
  }

  .bottom-md {
    align-items: flex-end;
  }

  .around-md {
    justify-content: space-around;
  }

  .between-md {
    justify-content: space-between;
  }

  .first-md {
    order: -1;
  }

  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 1201px) {
  .container {
    width: 71rem;
  }

  .col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-lg-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-lg-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-lg-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-lg-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-1 {
    margin-left: 8.333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.667%;
  }

  .start-lg {
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg {
    align-items: flex-start;
  }

  .middle-lg {
    align-items: center;
  }

  .bottom-lg {
    align-items: flex-end;
  }

  .around-lg {
    justify-content: space-around;
  }

  .between-lg {
    justify-content: space-between;
  }

  .first-lg {
    order: -1;
  }

  .last-lg {
    order: 1;
  }
}
#wpadminbar {
  position: fixed !important;
}

.table-header-first-column tbody tr th {
  border-right: 0;
}
@media (max-width: 48rem) {
  .table-header-first-column tbody tr th {
    border: 0;
    font-weight: 700;
  }
}

.termspopupcontainer {
  padding: 1.5rem !important;
}
@media (max-width: 48rem) {
  .termspopupcontainer {
    padding: 20px 0 !important;
  }
}

.tbrightcontent {
  border-radius: 16px !important;
  max-width: 1200px !important;
  width: 90% !important;
  left: max(5%, 50% - 600px) !important;
  top: 10% !important;
  height: 80vh !important;
}

h3.termstitle {
  font-weight: 500 !important;
  background: transparent !important;
  color: #005251 !important;
}

.tthebutton {
  margin: 41px 0 0 0 !important;
  text-align: left !important;
}
.tthebutton .termsagree {
  background: #FF9F37 !important;
  color: #fff !important;
  margin-right: 25px !important;
}
.tthebutton .termsagree:hover {
  background: #00D1B6 !important;
  color: #005251 !important;
}
.tthebutton .termsdecline,
.tthebutton .termsagree {
  margin-bottom: 20px !important;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -2rem;
}
.row > .col {
  padding-left: 10px;
  padding-right: 10px;
}
.row > .col {
  margin-top: 2rem;
}
.row.row-reverse {
  flex-direction: row-reverse;
}

.module {
  position: relative;
  padding-top: var(--desktop-padding-top);
  padding-bottom: var(--desktop-padding-bottom);
}
@media (max-width: 48rem) {
  .module {
    padding-top: var(--mobile-padding-top);
    padding-bottom: var(--mobile-padding-bottom);
  }
}
.module.has-background-image.light-background::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(255, 255, 255, 0.35);
}
.module.has-background-image.light-background.no-background-image-style::before {
  display: none;
}
.module.has-background-image.dark-background::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 38, 39, 0.35);
}
.module--background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.module--background.darken {
  filter: brightness(0.35);
}
.module--background.lighten {
  opacity: 0.25;
}
.module--video-background {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 1;
  pointer-events: none;
  user-select: none;
}
.module .wrapper {
  position: relative;
  z-index: 3;
}

.dark-background {
  color: #fff;
}

.light-background {
  color: #002627;
}

.wrapper,
.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce,
.woocommerce-account .woocommerce,
.woocommerce .content-area {
  width: 1232px;
  max-width: calc(100% - 20px);
  margin: 0 auto;
}
@media (max-width: 48rem) {
  .wrapper,
.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce,
.woocommerce-account .woocommerce,
.woocommerce .content-area {
    max-width: calc(100% - 30px);
  }
}
.wrapper--small {
  width: 768px;
}
.wrapper--none {
  width: 100vw;
  max-width: 100vw;
}
.wrapper--full-screen {
  width: calc(100% - 20px);
}
@media (max-width: 48rem) {
  .wrapper--full-screen {
    width: calc(100% - 30px);
  }
}
.wrapper--custom {
  width: var(--wrapper-width);
}

.break-wrapper {
  left: 50%;
  right: 50%;
  margin-left: -50%;
  margin-right: -50%;
  max-width: 100%;
  position: relative;
}

.contained-blocks .wrapper {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 48rem) {
  .desktop-only {
    display: none !important;
  }
}

@media (min-width: 48.0625rem) {
  .mobile-only {
    display: none !important;
  }
}

.hidden,
.sr-only,
.screen-reader-text,
.hidden_label label,
.gform_validation_container {
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (min-width: 75.0625rem) {
  .col-lg-20-percent {
    flex-basis: 20% !important;
    max-width: 20% !important;
  }
}

@media (min-width: 62.0625rem) {
  .col-md-20-percent {
    flex-basis: 20% !important;
    max-width: 20% !important;
  }
}

@media (min-width: 48.0625rem) {
  .col-sm-20-percent,
.col-xs-20-percent {
    flex-basis: 20% !important;
    max-width: 20% !important;
  }
}

@media (max-width: 31.25rem) {
  .col-xxs-12 {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.display-none {
  display: none;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.inline-flex-center {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.space-between {
  justify-content: space-between;
}

.space-around {
  justify-content: space-around;
}

.align-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.flex-column {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.align-start {
  align-items: flex-start;
}

.align-end {
  align-items: flex-end;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.no-underline {
  text-decoration: none;
}

.no-click {
  pointer-events: none;
}

.no-wrap {
  white-space: nowrap;
}

.arrow-link::after {
  content: "→";
  transition: 250ms ease-in-out;
  display: inline-block;
  margin-left: 1em;
}
.arrow-link:hover::after {
  transform: translateX(5px);
}

.height-100 {
  height: 100%;
}

.width-100 {
  width: 100%;
}

.height-auto {
  height: auto;
}

.width-auto {
  width: auto;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.pagination--input {
  border: 0;
  border-radius: 0;
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #002627;
  border-color: #002627;
  text-decoration: none;
  background: #fff !important;
  margin: 0 0.5rem;
}
.pagination--input:hover {
  background: #005251 !important;
  color: #fff;
}
.pagination--current,
.pagination .current {
  background: #005251 !important;
  color: #fff !important;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.fill-parent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.full-page-loader {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.35);
}
.full-page-loader:after {
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 2px solid #fff;
  border-color: #fff transparent #fff transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-animation: full-page-loader 1.2s linear infinite;
          animation: full-page-loader 1.2s linear infinite;
}

@-webkit-keyframes full-page-loader {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes full-page-loader {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.m-0 {
  margin: 0px;
}

.m-t-0 {
  margin-top: 0px;
}

.m-r-0 {
  margin-right: 0px;
}

.m-b-0 {
  margin-bottom: 0px;
}

.m-l-0 {
  margin-left: 0px;
}

.p-0 {
  padding: 0px;
}

.p-t-0 {
  padding-top: 0px;
}

.p-r-0 {
  padding-right: 0px;
}

.p-b-0 {
  padding-bottom: 0px;
}

.p-l-0 {
  padding-left: 0px;
}

.m-5 {
  margin: 5px;
}

.m-t-5 {
  margin-top: 5px;
}

.m-r-5 {
  margin-right: 5px;
}

.m-b-5 {
  margin-bottom: 5px;
}

.m-l-5 {
  margin-left: 5px;
}

.p-5 {
  padding: 5px;
}

.p-t-5 {
  padding-top: 5px;
}

.p-r-5 {
  padding-right: 5px;
}

.p-b-5 {
  padding-bottom: 5px;
}

.p-l-5 {
  padding-left: 5px;
}

.m-10 {
  margin: 10px;
}

.m-t-10 {
  margin-top: 10px;
}

.m-r-10 {
  margin-right: 10px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-l-10 {
  margin-left: 10px;
}

.p-10 {
  padding: 10px;
}

.p-t-10 {
  padding-top: 10px;
}

.p-r-10 {
  padding-right: 10px;
}

.p-b-10 {
  padding-bottom: 10px;
}

.p-l-10 {
  padding-left: 10px;
}

.m-15 {
  margin: 15px;
}

.m-t-15 {
  margin-top: 15px;
}

.m-r-15 {
  margin-right: 15px;
}

.m-b-15 {
  margin-bottom: 15px;
}

.m-l-15 {
  margin-left: 15px;
}

.p-15 {
  padding: 15px;
}

.p-t-15 {
  padding-top: 15px;
}

.p-r-15 {
  padding-right: 15px;
}

.p-b-15 {
  padding-bottom: 15px;
}

.p-l-15 {
  padding-left: 15px;
}

.m-20 {
  margin: 20px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-r-20 {
  margin-right: 20px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-l-20 {
  margin-left: 20px;
}

.p-20 {
  padding: 20px;
}

.p-t-20 {
  padding-top: 20px;
}

.p-r-20 {
  padding-right: 20px;
}

.p-b-20 {
  padding-bottom: 20px;
}

.p-l-20 {
  padding-left: 20px;
}

.m-25 {
  margin: 25px;
}

.m-t-25 {
  margin-top: 25px;
}

.m-r-25 {
  margin-right: 25px;
}

.m-b-25 {
  margin-bottom: 25px;
}

.m-l-25 {
  margin-left: 25px;
}

.p-25 {
  padding: 25px;
}

.p-t-25 {
  padding-top: 25px;
}

.p-r-25 {
  padding-right: 25px;
}

.p-b-25 {
  padding-bottom: 25px;
}

.p-l-25 {
  padding-left: 25px;
}

.m-30 {
  margin: 30px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-r-30 {
  margin-right: 30px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-l-30 {
  margin-left: 30px;
}

.p-30 {
  padding: 30px;
}

.p-t-30 {
  padding-top: 30px;
}

.p-r-30 {
  padding-right: 30px;
}

.p-b-30 {
  padding-bottom: 30px;
}

.p-l-30 {
  padding-left: 30px;
}

.m-35 {
  margin: 35px;
}

.m-t-35 {
  margin-top: 35px;
}

.m-r-35 {
  margin-right: 35px;
}

.m-b-35 {
  margin-bottom: 35px;
}

.m-l-35 {
  margin-left: 35px;
}

.p-35 {
  padding: 35px;
}

.p-t-35 {
  padding-top: 35px;
}

.p-r-35 {
  padding-right: 35px;
}

.p-b-35 {
  padding-bottom: 35px;
}

.p-l-35 {
  padding-left: 35px;
}

.m-40 {
  margin: 40px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-r-40 {
  margin-right: 40px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-l-40 {
  margin-left: 40px;
}

.p-40 {
  padding: 40px;
}

.p-t-40 {
  padding-top: 40px;
}

.p-r-40 {
  padding-right: 40px;
}

.p-b-40 {
  padding-bottom: 40px;
}

.p-l-40 {
  padding-left: 40px;
}

.m-45 {
  margin: 45px;
}

.m-t-45 {
  margin-top: 45px;
}

.m-r-45 {
  margin-right: 45px;
}

.m-b-45 {
  margin-bottom: 45px;
}

.m-l-45 {
  margin-left: 45px;
}

.p-45 {
  padding: 45px;
}

.p-t-45 {
  padding-top: 45px;
}

.p-r-45 {
  padding-right: 45px;
}

.p-b-45 {
  padding-bottom: 45px;
}

.p-l-45 {
  padding-left: 45px;
}

.m-50 {
  margin: 50px;
}

.m-t-50 {
  margin-top: 50px;
}

.m-r-50 {
  margin-right: 50px;
}

.m-b-50 {
  margin-bottom: 50px;
}

.m-l-50 {
  margin-left: 50px;
}

.p-50 {
  padding: 50px;
}

.p-t-50 {
  padding-top: 50px;
}

.p-r-50 {
  padding-right: 50px;
}

.p-b-50 {
  padding-bottom: 50px;
}

.p-l-50 {
  padding-left: 50px;
}

.m-55 {
  margin: 55px;
}

.m-t-55 {
  margin-top: 55px;
}

.m-r-55 {
  margin-right: 55px;
}

.m-b-55 {
  margin-bottom: 55px;
}

.m-l-55 {
  margin-left: 55px;
}

.p-55 {
  padding: 55px;
}

.p-t-55 {
  padding-top: 55px;
}

.p-r-55 {
  padding-right: 55px;
}

.p-b-55 {
  padding-bottom: 55px;
}

.p-l-55 {
  padding-left: 55px;
}

.m-60 {
  margin: 60px;
}

.m-t-60 {
  margin-top: 60px;
}

.m-r-60 {
  margin-right: 60px;
}

.m-b-60 {
  margin-bottom: 60px;
}

.m-l-60 {
  margin-left: 60px;
}

.p-60 {
  padding: 60px;
}

.p-t-60 {
  padding-top: 60px;
}

.p-r-60 {
  padding-right: 60px;
}

.p-b-60 {
  padding-bottom: 60px;
}

.p-l-60 {
  padding-left: 60px;
}

.m-65 {
  margin: 65px;
}

.m-t-65 {
  margin-top: 65px;
}

.m-r-65 {
  margin-right: 65px;
}

.m-b-65 {
  margin-bottom: 65px;
}

.m-l-65 {
  margin-left: 65px;
}

.p-65 {
  padding: 65px;
}

.p-t-65 {
  padding-top: 65px;
}

.p-r-65 {
  padding-right: 65px;
}

.p-b-65 {
  padding-bottom: 65px;
}

.p-l-65 {
  padding-left: 65px;
}

.m-70 {
  margin: 70px;
}

.m-t-70 {
  margin-top: 70px;
}

.m-r-70 {
  margin-right: 70px;
}

.m-b-70 {
  margin-bottom: 70px;
}

.m-l-70 {
  margin-left: 70px;
}

.p-70 {
  padding: 70px;
}

.p-t-70 {
  padding-top: 70px;
}

.p-r-70 {
  padding-right: 70px;
}

.p-b-70 {
  padding-bottom: 70px;
}

.p-l-70 {
  padding-left: 70px;
}

.m-75 {
  margin: 75px;
}

.m-t-75 {
  margin-top: 75px;
}

.m-r-75 {
  margin-right: 75px;
}

.m-b-75 {
  margin-bottom: 75px;
}

.m-l-75 {
  margin-left: 75px;
}

.p-75 {
  padding: 75px;
}

.p-t-75 {
  padding-top: 75px;
}

.p-r-75 {
  padding-right: 75px;
}

.p-b-75 {
  padding-bottom: 75px;
}

.p-l-75 {
  padding-left: 75px;
}

.m-80 {
  margin: 80px;
}

.m-t-80 {
  margin-top: 80px;
}

.m-r-80 {
  margin-right: 80px;
}

.m-b-80 {
  margin-bottom: 80px;
}

.m-l-80 {
  margin-left: 80px;
}

.p-80 {
  padding: 80px;
}

.p-t-80 {
  padding-top: 80px;
}

.p-r-80 {
  padding-right: 80px;
}

.p-b-80 {
  padding-bottom: 80px;
}

.p-l-80 {
  padding-left: 80px;
}

.m-85 {
  margin: 85px;
}

.m-t-85 {
  margin-top: 85px;
}

.m-r-85 {
  margin-right: 85px;
}

.m-b-85 {
  margin-bottom: 85px;
}

.m-l-85 {
  margin-left: 85px;
}

.p-85 {
  padding: 85px;
}

.p-t-85 {
  padding-top: 85px;
}

.p-r-85 {
  padding-right: 85px;
}

.p-b-85 {
  padding-bottom: 85px;
}

.p-l-85 {
  padding-left: 85px;
}

.m-90 {
  margin: 90px;
}

.m-t-90 {
  margin-top: 90px;
}

.m-r-90 {
  margin-right: 90px;
}

.m-b-90 {
  margin-bottom: 90px;
}

.m-l-90 {
  margin-left: 90px;
}

.p-90 {
  padding: 90px;
}

.p-t-90 {
  padding-top: 90px;
}

.p-r-90 {
  padding-right: 90px;
}

.p-b-90 {
  padding-bottom: 90px;
}

.p-l-90 {
  padding-left: 90px;
}

.m-95 {
  margin: 95px;
}

.m-t-95 {
  margin-top: 95px;
}

.m-r-95 {
  margin-right: 95px;
}

.m-b-95 {
  margin-bottom: 95px;
}

.m-l-95 {
  margin-left: 95px;
}

.p-95 {
  padding: 95px;
}

.p-t-95 {
  padding-top: 95px;
}

.p-r-95 {
  padding-right: 95px;
}

.p-b-95 {
  padding-bottom: 95px;
}

.p-l-95 {
  padding-left: 95px;
}

.m-100 {
  margin: 100px;
}

.m-t-100 {
  margin-top: 100px;
}

.m-r-100 {
  margin-right: 100px;
}

.m-b-100 {
  margin-bottom: 100px;
}

.m-l-100 {
  margin-left: 100px;
}

.p-100 {
  padding: 100px;
}

.p-t-100 {
  padding-top: 100px;
}

.p-r-100 {
  padding-right: 100px;
}

.p-b-100 {
  padding-bottom: 100px;
}

.p-l-100 {
  padding-left: 100px;
}

.m-105 {
  margin: 105px;
}

.m-t-105 {
  margin-top: 105px;
}

.m-r-105 {
  margin-right: 105px;
}

.m-b-105 {
  margin-bottom: 105px;
}

.m-l-105 {
  margin-left: 105px;
}

.p-105 {
  padding: 105px;
}

.p-t-105 {
  padding-top: 105px;
}

.p-r-105 {
  padding-right: 105px;
}

.p-b-105 {
  padding-bottom: 105px;
}

.p-l-105 {
  padding-left: 105px;
}

.m-110 {
  margin: 110px;
}

.m-t-110 {
  margin-top: 110px;
}

.m-r-110 {
  margin-right: 110px;
}

.m-b-110 {
  margin-bottom: 110px;
}

.m-l-110 {
  margin-left: 110px;
}

.p-110 {
  padding: 110px;
}

.p-t-110 {
  padding-top: 110px;
}

.p-r-110 {
  padding-right: 110px;
}

.p-b-110 {
  padding-bottom: 110px;
}

.p-l-110 {
  padding-left: 110px;
}

.m-115 {
  margin: 115px;
}

.m-t-115 {
  margin-top: 115px;
}

.m-r-115 {
  margin-right: 115px;
}

.m-b-115 {
  margin-bottom: 115px;
}

.m-l-115 {
  margin-left: 115px;
}

.p-115 {
  padding: 115px;
}

.p-t-115 {
  padding-top: 115px;
}

.p-r-115 {
  padding-right: 115px;
}

.p-b-115 {
  padding-bottom: 115px;
}

.p-l-115 {
  padding-left: 115px;
}

.m-120 {
  margin: 120px;
}

.m-t-120 {
  margin-top: 120px;
}

.m-r-120 {
  margin-right: 120px;
}

.m-b-120 {
  margin-bottom: 120px;
}

.m-l-120 {
  margin-left: 120px;
}

.p-120 {
  padding: 120px;
}

.p-t-120 {
  padding-top: 120px;
}

.p-r-120 {
  padding-right: 120px;
}

.p-b-120 {
  padding-bottom: 120px;
}

.p-l-120 {
  padding-left: 120px;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.z-4 {
  z-index: 4;
}

.z-5 {
  z-index: 5;
}

.m-l-auto {
  margin-left: auto;
}

.m-r-auto {
  margin-right: auto;
}

.font-accent {
  font-family: "Lora", "monospace";
}

.two-column-list {
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media (max-width: 48rem) {
  .two-column-list {
    -moz-columns: 1;
         columns: 1;
  }
}

.wp-core-ui.login {
  min-height: 100vh;
  display: flex;
  flex-flow: column;
}
.wp-core-ui.login main {
  padding-bottom: 250px;
}
.wp-core-ui.login h1,
.wp-core-ui.login .search-form {
  display: none;
}
.wp-core-ui.login label {
  font-weight: 400;
}
.wp-core-ui.login .main-footer {
  margin-top: auto;
}
.wp-core-ui.login #backtoblog,
.wp-core-ui.login #nav {
  padding: 0 !important;
}

.izi-users--loading {
  background: rgba(0, 38, 39, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: flex;
}
.izi-users--loading:after {
  content: "";
  margin: auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border-top: 2px solid #fff;
  border-right: 2px solid transparent;
  border-bottom: 2px solid #fff;
  border-left: 2px solid transparent;
  -webkit-animation: 1s izi-users-rotate infinite;
          animation: 1s izi-users-rotate infinite;
}

.izi-input {
  display: block;
}
.izi-input + .izi-input {
  margin-top: 1em;
}
.izi-input--label {
  display: block;
  margin-bottom: 0.5em;
}
.izi-input--error {
  color: #9a2121;
  display: block;
  padding-top: 0.5em;
}
.izi-input--description {
  opacity: 0.5;
  font-size: 0.75em;
}
@-webkit-keyframes izi-users-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes izi-users-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/**
 * *********************************************
 * !! NO CLASSES IN HERE - BASE STYLES ONLY !!
 * *********************************************
 * */
* {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  font-family: "effra", "Sans Serif";
  color: #002627;
  background: #fff;
  min-height: 100vh;
  display: flex;
  flex-flow: column;
}
body > footer {
  margin-top: auto;
}

h1, .product-single-header h1,
.h1 {
  font-size: 2.625rem;
  line-height: 1.4;
  font-weight: 700;
}
@media (min-width: 20rem) and (max-width: 75rem) {
  h1, .product-single-header h1,
.h1 {
    font-size: calc(2.625rem + (3 - 2.625) * (100vw - 20rem) / (75 - 20));
  }
}
@media (min-width: 75rem) {
  h1, .product-single-header h1,
.h1 {
    font-size: 3rem;
  }
}

h2, h3.termstitle,
.h2 {
  font-size: 2.25rem;
  line-height: 1.4;
  font-weight: 700;
}
@media (min-width: 20rem) and (max-width: 75rem) {
  h2, h3.termstitle,
.h2 {
    font-size: calc(2.25rem + (2.625 - 2.25) * (100vw - 20rem) / (75 - 20));
  }
}
@media (min-width: 75rem) {
  h2, h3.termstitle,
.h2 {
    font-size: 2.625rem;
  }
}

h3,
.h3 {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
}
@media (min-width: 20rem) and (max-width: 75rem) {
  h3,
.h3 {
    font-size: calc(1.5rem + (2.25 - 1.5) * (100vw - 20rem) / (75 - 20));
  }
}
@media (min-width: 75rem) {
  h3,
.h3 {
    font-size: 2.25rem;
  }
}

h4, .product-sidebar h2, .product-sidebar h3.termstitle,
.h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
}
@media (min-width: 20rem) and (max-width: 75rem) {
  h4, .product-sidebar h2, .product-sidebar h3.termstitle,
.h4 {
    font-size: calc(1.125rem + (1.5 - 1.125) * (100vw - 20rem) / (75 - 20));
  }
}
@media (min-width: 75rem) {
  h4, .product-sidebar h2, .product-sidebar h3.termstitle,
.h4 {
    font-size: 1.5rem;
  }
}

h5, .accordion button[is=ada-toggler] h2, .accordion button[is=ada-toggler] h3,
.h5 {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 700;
}
@media (min-width: 20rem) and (max-width: 75rem) {
  h5, .accordion button[is=ada-toggler] h2, .accordion button[is=ada-toggler] h3,
.h5 {
    font-size: calc(1rem + (1.25 - 1) * (100vw - 20rem) / (75 - 20));
  }
}
@media (min-width: 75rem) {
  h5, .accordion button[is=ada-toggler] h2, .accordion button[is=ada-toggler] h3,
.h5 {
    font-size: 1.25rem;
  }
}

h6,
.h6 {
  font-size: 0.75rem;
  line-height: 1.4;
  font-weight: 700;
}
@media (min-width: 20rem) and (max-width: 75rem) {
  h6,
.h6 {
    font-size: calc(0.75rem + (0.875 - 0.75) * (100vw - 20rem) / (75 - 20));
  }
}
@media (min-width: 75rem) {
  h6,
.h6 {
    font-size: 0.875rem;
  }
}

a,
svg,
path {
  transition: 250ms ease-in-out;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

i,
em {
  font-style: italic;
}

b,
strong {
  font-weight: bold;
}

code,
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

blockquote {
  font-size: 1.125rem;
}
blockquote p {
  font-size: 1.125rem;
  line-height: 1.6;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

label,
legend {
  font-weight: 500;
}

input[type=text],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=url],
input[type=date],
select,
textarea {
  font-size: 1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 8px 16px !important;
  background: rgba(255, 255, 255, 0.15);
  color: #002627;
  border: 1px solid;
  border-radius: 0;
  font-family: "effra", "Sans Serif";
  width: 100%;
  border-radius: 40px;
}
input[type=text] ::-moz-placeholder, input[type=email] ::-moz-placeholder, input[type=number] ::-moz-placeholder, input[type=password] ::-moz-placeholder, input[type=search] ::-moz-placeholder, input[type=tel] ::-moz-placeholder, input[type=url] ::-moz-placeholder, input[type=date] ::-moz-placeholder, select ::-moz-placeholder, textarea ::-moz-placeholder {
  color: rgba(0, 38, 39, 0.75);
}
input[type=text] ::placeholder,
input[type=email] ::placeholder,
input[type=number] ::placeholder,
input[type=password] ::placeholder,
input[type=search] ::placeholder,
input[type=tel] ::placeholder,
input[type=url] ::placeholder,
input[type=date] ::placeholder,
select ::placeholder,
textarea ::placeholder {
  color: rgba(0, 38, 39, 0.75);
}
input[type=text]:hover, input[type=text]:focus,
input[type=email]:hover,
input[type=email]:focus,
input[type=number]:hover,
input[type=number]:focus,
input[type=password]:hover,
input[type=password]:focus,
input[type=search]:hover,
input[type=search]:focus,
input[type=tel]:hover,
input[type=tel]:focus,
input[type=url]:hover,
input[type=url]:focus,
input[type=date]:hover,
input[type=date]:focus,
select:hover,
select:focus,
textarea:hover,
textarea:focus {
  outline: 1px dashed;
  outline-offset: 3px;
}

textarea {
  border-radius: 1rem;
}

.dark-background input[type=text],
.dark-background input[type=email],
.dark-background input[type=number],
.dark-background input[type=password],
.dark-background input[type=search],
.dark-background input[type=tel],
.dark-background input[type=url],
.dark-background input[type=date],
.dark-background select,
.dark-background textarea {
  color: #fff;
}
.dark-background ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.dark-background ::placeholder {
  color: rgba(255, 255, 255, 0.75);
}

select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 407.437 407.437' style='enable-background:new 0 0 407.437 407.437' xml:space='preserve'%3E%3Cpath d='m386.258 91.567-182.54 181.945L21.179 91.567 0 112.815 203.718 315.87l203.719-203.055z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px);
  background-size: 18px;
  padding-right: 30px !important;
}
select option {
  background: white !important;
  color: black !important;
}

.dark-background select {
  background-image: url("data:image/svg+xml,%3Csvg fill='white' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 407.437 407.437' style='enable-background:new 0 0 407.437 407.437' xml:space='preserve'%3E%3Cpath d='m386.258 91.567-182.54 181.945L21.179 91.567 0 112.815 203.718 315.87l203.719-203.055z'/%3E%3C/svg%3E");
}

zoom-image {
  display: inline-block;
}

.ada-modal-backdrop {
  background-color: rgba(0, 38, 39, 0.9) !important;
  text-align: center;
}

ada-modal {
  text-align: left;
  display: none;
  background: #fff;
  color: #002627;
  margin: 10vh auto;
  max-width: 95vw;
}

animate-on-scroll {
  opacity: 0;
  display: block;
}
animate-on-scroll[animation=none] {
  opacity: 1;
}

ada-video button {
  background: white;
}

ada-slider > * {
  display: none;
}
ada-slider > *[aria-hidden], ada-slider > *:first-of-type {
  display: block;
}

button[is=ada-toggler] {
  border: 1px solid;
  padding: 1rem 2rem;
}
button[is=ada-toggler] h2, button[is=ada-toggler] h3.termstitle {
  font-size: 1rem;
}
button[is=ada-toggler][aria-selected=true] {
  background: #002627;
  color: #fff;
}

button[is=ada-slider-prev],
button[is=ada-slider-next] {
  border-top: 2px solid #D0D0D0;
  border-right: 2px solid #D0D0D0;
  color: transparent !important;
  overflow: hidden;
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}
button[is=ada-slider-prev]:hover, button[is=ada-slider-prev]:focus,
button[is=ada-slider-next]:hover,
button[is=ada-slider-next]:focus {
  border-color: #8c969b;
  outline: 1px dashed #13cbe2;
  outline-offset: 3px;
}

button[is=ada-slider-page] {
  border: 1px solid #13cbe2;
  background: inherit;
  border-radius: 50%;
  color: #13cbe2;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  margin: 0 0.5rem;
}
button[is=ada-slider-page]:hover, button[is=ada-slider-page]:focus {
  background-color: #13cbe2;
  border-color: #13cbe2;
  outline: 1px dashed #13cbe2;
  outline-offset: 3px;
}
button[is=ada-slider-page][aria-current=true] {
  background: #13cbe2;
  border: 1px solid #13cbe2;
}

table {
  width: 100%;
  border-spacing: 0;
}
table tbody {
  background: #f8f8f8;
  border: 1px solid #7FA4AC;
}
table thead {
  background-color: #7FA4AC;
}
table th, table td {
  padding: 22px;
  vertical-align: middle;
  text-align: left;
  line-height: 21px;
  border-bottom: 1px solid #7FA4AC;
}
table th {
  border: 1px solid #7FA4AC;
  letter-spacing: 1px;
  padding: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  background: #7FA4AC;
  color: #f8f8f8;
}
@media (max-width: 48rem) {
  table.responsive thead {
    display: none;
  }
  table.responsive tr + tr {
    border-top: 3px solid #005251;
  }
  table.responsive tr {
    display: block;
  }
  table.responsive td {
    display: block;
  }
  table.responsive td::before {
    content: attr(th-name);
    font-weight: 700;
    display: block;
    margin-bottom: 8px;
    color: #007D7D;
  }
}

[data-elementor-type=wp-page] .elementor-widget-text-editor .elementor-widget-container a:not(.button) {
  color: #007D7D;
  transition: 250ms ease-in-out;
  text-decoration: underline;
}
[data-elementor-type=wp-page] .elementor-widget-text-editor .elementor-widget-container a:not(.button):hover {
  text-decoration: none;
}

.editor-content,
.content-editor,
#tinymce,
.elementor-widget-text-editor .elementor-widget-container,
.disclaimer-text {
  font-family: "effra", "Sans Serif";
  font-size: 1.1rem;
  line-height: 1.4;
}
.editor-content::after,
.content-editor::after,
#tinymce::after,
.elementor-widget-text-editor .elementor-widget-container::after,
.disclaimer-text::after {
  content: "";
  display: block;
  clear: both;
}
.editor-content a:not(.button),
.content-editor a:not(.button),
#tinymce a:not(.button),
.elementor-widget-text-editor .elementor-widget-container a:not(.button),
.disclaimer-text a:not(.button) {
  transition: 250ms ease-in-out;
  text-decoration: underline;
}
.editor-content a:not(.button):hover, .editor-content a:not(.button):focus,
.content-editor a:not(.button):hover,
.content-editor a:not(.button):focus,
#tinymce a:not(.button):hover,
#tinymce a:not(.button):focus,
.elementor-widget-text-editor .elementor-widget-container a:not(.button):hover,
.elementor-widget-text-editor .elementor-widget-container a:not(.button):focus,
.disclaimer-text a:not(.button):hover,
.disclaimer-text a:not(.button):focus {
  text-decoration: none;
  outline: 1px dashed;
}
.editor-content > * + *,
.content-editor > * + *,
#tinymce > * + *,
.elementor-widget-text-editor .elementor-widget-container > * + *,
.disclaimer-text > * + * {
  margin-top: 0.7em;
}
.editor-content ul,
.content-editor ul,
#tinymce ul,
.elementor-widget-text-editor .elementor-widget-container ul,
.disclaimer-text ul {
  list-style: disc;
  padding-left: 40px;
}
.editor-content ol,
.content-editor ol,
#tinymce ol,
.elementor-widget-text-editor .elementor-widget-container ol,
.disclaimer-text ol {
  list-style: decimal;
  padding-left: 40px;
}
.editor-content ul li + li,
.editor-content ol li + li,
.content-editor ul li + li,
.content-editor ol li + li,
#tinymce ul li + li,
#tinymce ol li + li,
.elementor-widget-text-editor .elementor-widget-container ul li + li,
.elementor-widget-text-editor .elementor-widget-container ol li + li,
.disclaimer-text ul li + li,
.disclaimer-text ol li + li {
  margin-top: 0.5em;
}
.editor-content iframe[src*="vimeo.com"],
.editor-content iframe[src*=".mp4"],
.editor-content iframe[src*="youtube.com"],
.content-editor iframe[src*="vimeo.com"],
.content-editor iframe[src*=".mp4"],
.content-editor iframe[src*="youtube.com"],
#tinymce iframe[src*="vimeo.com"],
#tinymce iframe[src*=".mp4"],
#tinymce iframe[src*="youtube.com"],
.elementor-widget-text-editor .elementor-widget-container iframe[src*="vimeo.com"],
.elementor-widget-text-editor .elementor-widget-container iframe[src*=".mp4"],
.elementor-widget-text-editor .elementor-widget-container iframe[src*="youtube.com"],
.disclaimer-text iframe[src*="vimeo.com"],
.disclaimer-text iframe[src*=".mp4"],
.disclaimer-text iframe[src*="youtube.com"] {
  width: 100%;
  height: min(40vw, 450px);
}
@media (max-width: 48rem) {
  .editor-content iframe[src*="vimeo.com"],
.editor-content iframe[src*=".mp4"],
.editor-content iframe[src*="youtube.com"],
.content-editor iframe[src*="vimeo.com"],
.content-editor iframe[src*=".mp4"],
.content-editor iframe[src*="youtube.com"],
#tinymce iframe[src*="vimeo.com"],
#tinymce iframe[src*=".mp4"],
#tinymce iframe[src*="youtube.com"],
.elementor-widget-text-editor .elementor-widget-container iframe[src*="vimeo.com"],
.elementor-widget-text-editor .elementor-widget-container iframe[src*=".mp4"],
.elementor-widget-text-editor .elementor-widget-container iframe[src*="youtube.com"],
.disclaimer-text iframe[src*="vimeo.com"],
.disclaimer-text iframe[src*=".mp4"],
.disclaimer-text iframe[src*="youtube.com"] {
    height: 53vw;
  }
}
.editor-content .aligncenter,
.content-editor .aligncenter,
#tinymce .aligncenter,
.elementor-widget-text-editor .elementor-widget-container .aligncenter,
.disclaimer-text .aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.editor-content .alignleft,
.content-editor .alignleft,
#tinymce .alignleft,
.elementor-widget-text-editor .elementor-widget-container .alignleft,
.disclaimer-text .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
@media (max-width: 48rem) {
  .editor-content .alignleft,
.content-editor .alignleft,
#tinymce .alignleft,
.elementor-widget-text-editor .elementor-widget-container .alignleft,
.disclaimer-text .alignleft {
    float: none;
  }
}
.editor-content .alignright,
.content-editor .alignright,
#tinymce .alignright,
.elementor-widget-text-editor .elementor-widget-container .alignright,
.disclaimer-text .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
@media (max-width: 48rem) {
  .editor-content .alignright,
.content-editor .alignright,
#tinymce .alignright,
.elementor-widget-text-editor .elementor-widget-container .alignright,
.disclaimer-text .alignright {
    float: none;
  }
}

.button, .tthebutton .termsdecline,
.tthebutton .termsagree, .izi-input button,
input[type=submit], button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: 250ms ease-in-out;
  font-family: "effra", "Sans Serif";
  text-transform: uppercase;
}
[disabled].button, .tthebutton [disabled].termsdecline,
.tthebutton [disabled].termsagree,
input[disabled][type=submit], button[disabled] {
  opacity: 0.65;
}

.button, .tthebutton .termsdecline,
.tthebutton .termsagree, .izi-input button,
input[type=submit] {
  padding: 12px 24px;
  border: 1px solid;
  transition: 250ms ease-in-out;
  border-radius: 100px;
}

.button *, .tthebutton .termsdecline *,
.tthebutton .termsagree *, .izi-input button * {
  transition: 250ms ease-in-out;
}

.button:hover, .tthebutton .termsdecline:hover,
.tthebutton .termsagree:hover, .izi-input button:hover, .button:focus, .tthebutton .termsdecline:focus,
.tthebutton .termsagree:focus, .izi-input button:focus,
.woocommerce-cart .woocommerce button.button:hover,
.woocommerce-cart .woocommerce .tthebutton button.termsdecline:hover,
.tthebutton .woocommerce-cart .woocommerce button.termsdecline:hover,
.woocommerce-cart .woocommerce .tthebutton button.termsagree:hover,
.tthebutton .woocommerce-cart .woocommerce button.termsagree:hover,
.woocommerce-cart .woocommerce .izi-input button:hover,
.izi-input .woocommerce-cart .woocommerce button:hover,
.woocommerce-cart .woocommerce a.button:hover,
.woocommerce-cart .woocommerce .tthebutton a.termsdecline:hover,
.tthebutton .woocommerce-cart .woocommerce a.termsdecline:hover,
.woocommerce-cart .woocommerce .tthebutton a.termsagree:hover,
.tthebutton .woocommerce-cart .woocommerce a.termsagree:hover,
.woocommerce-checkout .woocommerce button.button:hover,
.woocommerce-checkout .woocommerce .tthebutton button.termsdecline:hover,
.tthebutton .woocommerce-checkout .woocommerce button.termsdecline:hover,
.woocommerce-checkout .woocommerce .tthebutton button.termsagree:hover,
.tthebutton .woocommerce-checkout .woocommerce button.termsagree:hover,
.woocommerce-checkout .woocommerce .izi-input button:hover,
.izi-input .woocommerce-checkout .woocommerce button:hover,
.woocommerce-checkout .woocommerce a.button:hover,
.woocommerce-checkout .woocommerce .tthebutton a.termsdecline:hover,
.tthebutton .woocommerce-checkout .woocommerce a.termsdecline:hover,
.woocommerce-checkout .woocommerce .tthebutton a.termsagree:hover,
.tthebutton .woocommerce-checkout .woocommerce a.termsagree:hover,
.woocommerce-account .woocommerce button.button:hover,
.woocommerce-account .woocommerce .tthebutton button.termsdecline:hover,
.tthebutton .woocommerce-account .woocommerce button.termsdecline:hover,
.woocommerce-account .woocommerce .tthebutton button.termsagree:hover,
.tthebutton .woocommerce-account .woocommerce button.termsagree:hover,
.woocommerce-account .woocommerce .izi-input button:hover,
.izi-input .woocommerce-account .woocommerce button:hover,
.woocommerce-account .woocommerce a.button:hover,
.woocommerce-account .woocommerce .tthebutton a.termsdecline:hover,
.tthebutton .woocommerce-account .woocommerce a.termsdecline:hover,
.woocommerce-account .woocommerce .tthebutton a.termsagree:hover,
.tthebutton .woocommerce-account .woocommerce a.termsagree:hover,
.woocommerce .content-area button.button:hover,
.woocommerce .content-area .tthebutton button.termsdecline:hover,
.tthebutton .woocommerce .content-area button.termsdecline:hover,
.woocommerce .content-area .tthebutton button.termsagree:hover,
.tthebutton .woocommerce .content-area button.termsagree:hover,
.woocommerce .content-area .izi-input button:hover,
.izi-input .woocommerce .content-area button:hover,
.woocommerce .content-area a.button:hover,
.woocommerce .content-area .tthebutton a.termsdecline:hover,
.tthebutton .woocommerce .content-area a.termsdecline:hover,
.woocommerce .content-area .tthebutton a.termsagree:hover,
.tthebutton .woocommerce .content-area a.termsagree:hover,
.dark-background button.button:hover,
.dark-background .button.button--no-color:hover,
.light-background button.button:hover,
.light-background .button.button--no-color:hover,
.woocommerce-cart .woocommerce button.button:focus,
.woocommerce-cart .woocommerce .tthebutton button.termsdecline:focus,
.tthebutton .woocommerce-cart .woocommerce button.termsdecline:focus,
.woocommerce-cart .woocommerce .tthebutton button.termsagree:focus,
.tthebutton .woocommerce-cart .woocommerce button.termsagree:focus,
.woocommerce-cart .woocommerce .izi-input button:focus,
.izi-input .woocommerce-cart .woocommerce button:focus,
.woocommerce-cart .woocommerce a.button:focus,
.woocommerce-cart .woocommerce .tthebutton a.termsdecline:focus,
.tthebutton .woocommerce-cart .woocommerce a.termsdecline:focus,
.woocommerce-cart .woocommerce .tthebutton a.termsagree:focus,
.tthebutton .woocommerce-cart .woocommerce a.termsagree:focus,
.woocommerce-checkout .woocommerce button.button:focus,
.woocommerce-checkout .woocommerce .tthebutton button.termsdecline:focus,
.tthebutton .woocommerce-checkout .woocommerce button.termsdecline:focus,
.woocommerce-checkout .woocommerce .tthebutton button.termsagree:focus,
.tthebutton .woocommerce-checkout .woocommerce button.termsagree:focus,
.woocommerce-checkout .woocommerce .izi-input button:focus,
.izi-input .woocommerce-checkout .woocommerce button:focus,
.woocommerce-checkout .woocommerce a.button:focus,
.woocommerce-checkout .woocommerce .tthebutton a.termsdecline:focus,
.tthebutton .woocommerce-checkout .woocommerce a.termsdecline:focus,
.woocommerce-checkout .woocommerce .tthebutton a.termsagree:focus,
.tthebutton .woocommerce-checkout .woocommerce a.termsagree:focus,
.woocommerce-account .woocommerce button.button:focus,
.woocommerce-account .woocommerce .tthebutton button.termsdecline:focus,
.tthebutton .woocommerce-account .woocommerce button.termsdecline:focus,
.woocommerce-account .woocommerce .tthebutton button.termsagree:focus,
.tthebutton .woocommerce-account .woocommerce button.termsagree:focus,
.woocommerce-account .woocommerce .izi-input button:focus,
.izi-input .woocommerce-account .woocommerce button:focus,
.woocommerce-account .woocommerce a.button:focus,
.woocommerce-account .woocommerce .tthebutton a.termsdecline:focus,
.tthebutton .woocommerce-account .woocommerce a.termsdecline:focus,
.woocommerce-account .woocommerce .tthebutton a.termsagree:focus,
.tthebutton .woocommerce-account .woocommerce a.termsagree:focus,
.woocommerce .content-area button.button:focus,
.woocommerce .content-area .tthebutton button.termsdecline:focus,
.tthebutton .woocommerce .content-area button.termsdecline:focus,
.woocommerce .content-area .tthebutton button.termsagree:focus,
.tthebutton .woocommerce .content-area button.termsagree:focus,
.woocommerce .content-area .izi-input button:focus,
.izi-input .woocommerce .content-area button:focus,
.woocommerce .content-area a.button:focus,
.woocommerce .content-area .tthebutton a.termsdecline:focus,
.tthebutton .woocommerce .content-area a.termsdecline:focus,
.woocommerce .content-area .tthebutton a.termsagree:focus,
.tthebutton .woocommerce .content-area a.termsagree:focus,
.dark-background button.button:focus,
.dark-background .button.button--no-color:focus,
.light-background button.button:focus,
.light-background .button.button--no-color:focus {
  outline: 1px dashed;
}
.button--white,
.button,
.tthebutton .termsdecline,
.tthebutton .termsagree,
.izi-input button,
input[type=submit] {
  background: #fff;
  border-color: #fff;
  color: #002627;
}
.button--white:hover,
.button:hover,
.tthebutton .termsdecline:hover,
.tthebutton .termsagree:hover,
.izi-input button:hover,
input[type=submit]:hover {
  background: #002627;
  color: #fff;
}
.button--black, .izi-input button,
.woocommerce-cart .woocommerce button.button,
.woocommerce-cart .woocommerce .tthebutton button.termsdecline,
.tthebutton .woocommerce-cart .woocommerce button.termsdecline,
.woocommerce-cart .woocommerce .tthebutton button.termsagree,
.tthebutton .woocommerce-cart .woocommerce button.termsagree,
.woocommerce-cart .woocommerce .izi-input button,
.izi-input .woocommerce-cart .woocommerce button,
.woocommerce-cart .woocommerce a.button,
.woocommerce-cart .woocommerce .tthebutton a.termsdecline,
.tthebutton .woocommerce-cart .woocommerce a.termsdecline,
.woocommerce-cart .woocommerce .tthebutton a.termsagree,
.tthebutton .woocommerce-cart .woocommerce a.termsagree,
.woocommerce-cart .woocommerce button.button.alt,
.woocommerce-checkout .woocommerce button.button,
.woocommerce-checkout .woocommerce .tthebutton button.termsdecline,
.tthebutton .woocommerce-checkout .woocommerce button.termsdecline,
.woocommerce-checkout .woocommerce .tthebutton button.termsagree,
.tthebutton .woocommerce-checkout .woocommerce button.termsagree,
.woocommerce-checkout .woocommerce .izi-input button,
.izi-input .woocommerce-checkout .woocommerce button,
.woocommerce-checkout .woocommerce a.button,
.woocommerce-checkout .woocommerce .tthebutton a.termsdecline,
.tthebutton .woocommerce-checkout .woocommerce a.termsdecline,
.woocommerce-checkout .woocommerce .tthebutton a.termsagree,
.tthebutton .woocommerce-checkout .woocommerce a.termsagree,
.woocommerce-checkout .woocommerce button.button.alt,
.woocommerce-account .woocommerce button.button,
.woocommerce-account .woocommerce .tthebutton button.termsdecline,
.tthebutton .woocommerce-account .woocommerce button.termsdecline,
.woocommerce-account .woocommerce .tthebutton button.termsagree,
.tthebutton .woocommerce-account .woocommerce button.termsagree,
.woocommerce-account .woocommerce .izi-input button,
.izi-input .woocommerce-account .woocommerce button,
.woocommerce-account .woocommerce a.button,
.woocommerce-account .woocommerce .tthebutton a.termsdecline,
.tthebutton .woocommerce-account .woocommerce a.termsdecline,
.woocommerce-account .woocommerce .tthebutton a.termsagree,
.tthebutton .woocommerce-account .woocommerce a.termsagree,
.woocommerce-account .woocommerce button.button.alt,
.woocommerce .content-area button.button,
.woocommerce .content-area .tthebutton button.termsdecline,
.tthebutton .woocommerce .content-area button.termsdecline,
.woocommerce .content-area .tthebutton button.termsagree,
.tthebutton .woocommerce .content-area button.termsagree,
.woocommerce .content-area .izi-input button,
.izi-input .woocommerce .content-area button,
.woocommerce .content-area a.button,
.woocommerce .content-area .tthebutton a.termsdecline,
.tthebutton .woocommerce .content-area a.termsdecline,
.woocommerce .content-area .tthebutton a.termsagree,
.tthebutton .woocommerce .content-area a.termsagree,
.woocommerce .content-area button.button.alt {
  background: #002627;
  border-color: #002627;
  color: #fff;
}
.button--black:hover, .izi-input button:hover,
.woocommerce-cart .woocommerce button.button:hover,
.woocommerce-cart .woocommerce .tthebutton button.termsdecline:hover,
.tthebutton .woocommerce-cart .woocommerce button.termsdecline:hover,
.woocommerce-cart .woocommerce .tthebutton button.termsagree:hover,
.tthebutton .woocommerce-cart .woocommerce button.termsagree:hover,
.woocommerce-cart .woocommerce .izi-input button:hover,
.izi-input .woocommerce-cart .woocommerce button:hover,
.woocommerce-cart .woocommerce a.button:hover,
.woocommerce-cart .woocommerce .tthebutton a.termsdecline:hover,
.tthebutton .woocommerce-cart .woocommerce a.termsdecline:hover,
.woocommerce-cart .woocommerce .tthebutton a.termsagree:hover,
.tthebutton .woocommerce-cart .woocommerce a.termsagree:hover,
.woocommerce-checkout .woocommerce button.button:hover,
.woocommerce-checkout .woocommerce .tthebutton button.termsdecline:hover,
.tthebutton .woocommerce-checkout .woocommerce button.termsdecline:hover,
.woocommerce-checkout .woocommerce .tthebutton button.termsagree:hover,
.tthebutton .woocommerce-checkout .woocommerce button.termsagree:hover,
.woocommerce-checkout .woocommerce .izi-input button:hover,
.izi-input .woocommerce-checkout .woocommerce button:hover,
.woocommerce-checkout .woocommerce a.button:hover,
.woocommerce-checkout .woocommerce .tthebutton a.termsdecline:hover,
.tthebutton .woocommerce-checkout .woocommerce a.termsdecline:hover,
.woocommerce-checkout .woocommerce .tthebutton a.termsagree:hover,
.tthebutton .woocommerce-checkout .woocommerce a.termsagree:hover,
.woocommerce-account .woocommerce button.button:hover,
.woocommerce-account .woocommerce .tthebutton button.termsdecline:hover,
.tthebutton .woocommerce-account .woocommerce button.termsdecline:hover,
.woocommerce-account .woocommerce .tthebutton button.termsagree:hover,
.tthebutton .woocommerce-account .woocommerce button.termsagree:hover,
.woocommerce-account .woocommerce .izi-input button:hover,
.izi-input .woocommerce-account .woocommerce button:hover,
.woocommerce-account .woocommerce a.button:hover,
.woocommerce-account .woocommerce .tthebutton a.termsdecline:hover,
.tthebutton .woocommerce-account .woocommerce a.termsdecline:hover,
.woocommerce-account .woocommerce .tthebutton a.termsagree:hover,
.tthebutton .woocommerce-account .woocommerce a.termsagree:hover,
.woocommerce .content-area button.button:hover,
.woocommerce .content-area .tthebutton button.termsdecline:hover,
.tthebutton .woocommerce .content-area button.termsdecline:hover,
.woocommerce .content-area .tthebutton button.termsagree:hover,
.tthebutton .woocommerce .content-area button.termsagree:hover,
.woocommerce .content-area .izi-input button:hover,
.izi-input .woocommerce .content-area button:hover,
.woocommerce .content-area a.button:hover,
.woocommerce .content-area .tthebutton a.termsdecline:hover,
.tthebutton .woocommerce .content-area a.termsdecline:hover,
.woocommerce .content-area .tthebutton a.termsagree:hover,
.tthebutton .woocommerce .content-area a.termsagree:hover {
  background: #fff;
  color: #002627;
}
.button--light-green,
.dark-background button.button,
.dark-background .tthebutton button.termsdecline,
.tthebutton .dark-background button.termsdecline,
.dark-background .tthebutton button.termsagree,
.tthebutton .dark-background button.termsagree,
.dark-background .izi-input button,
.izi-input .dark-background button,
.dark-background .button.button--no-color,
.dark-background .tthebutton .button--no-color.termsdecline,
.tthebutton .dark-background .button--no-color.termsdecline,
.dark-background .tthebutton .button--no-color.termsagree,
.tthebutton .dark-background .button--no-color.termsagree,
.light-background button.button,
.light-background .tthebutton button.termsdecline,
.tthebutton .light-background button.termsdecline,
.light-background .tthebutton button.termsagree,
.tthebutton .light-background button.termsagree,
.light-background .izi-input button,
.izi-input .light-background button,
.light-background .button.button--no-color,
.light-background .tthebutton .button--no-color.termsdecline,
.tthebutton .light-background .button--no-color.termsdecline,
.light-background .tthebutton .button--no-color.termsagree,
.tthebutton .light-background .button--no-color.termsagree {
  background: #00D1B6;
  border-color: #00D1B6;
  color: #002627 !important;
}
.button--light-green:hover,
.dark-background button.button:hover,
.dark-background .tthebutton button.termsdecline:hover,
.tthebutton .dark-background button.termsdecline:hover,
.dark-background .tthebutton button.termsagree:hover,
.tthebutton .dark-background button.termsagree:hover,
.dark-background .izi-input button:hover,
.izi-input .dark-background button:hover,
.dark-background .button.button--no-color:hover,
.dark-background .tthebutton .button--no-color.termsdecline:hover,
.tthebutton .dark-background .button--no-color.termsdecline:hover,
.dark-background .tthebutton .button--no-color.termsagree:hover,
.tthebutton .dark-background .button--no-color.termsagree:hover,
.light-background button.button:hover,
.light-background .tthebutton button.termsdecline:hover,
.tthebutton .light-background button.termsdecline:hover,
.light-background .tthebutton button.termsagree:hover,
.tthebutton .light-background button.termsagree:hover,
.light-background .izi-input button:hover,
.izi-input .light-background button:hover,
.light-background .button.button--no-color:hover,
.light-background .tthebutton .button--no-color.termsdecline:hover,
.tthebutton .light-background .button--no-color.termsdecline:hover,
.light-background .tthebutton .button--no-color.termsagree:hover,
.tthebutton .light-background .button--no-color.termsagree:hover {
  background: #13cbe2;
  border-color: #13cbe2;
}
.button--blue {
  background: #13cbe2;
  border-color: #13cbe2;
  color: #002627 !important;
}
.button--blue:hover {
  background: #00D1B6;
  border-color: #00D1B6;
}

.button--small {
  font-size: 0.8em;
}
.button--block {
  display: block;
  width: 100%;
}
.button--large {
  font-size: 1.2em;
}
.button--link {
  color: #007D7D;
  padding: 0;
  background: unset;
  border: unset;
  text-decoration: underline !important;
}
.button--link:hover {
  text-decoration: none !important;
  background: unset;
  color: #007D7D;
}

.elementor-button:hover, .elementor-button:focus,
a.elementor-icon:hover,
a.elementor-icon:focus,
.elementor-widget-container a:hover,
.elementor-widget-container a:focus {
  outline: 1px dashed #007D7D;
  outline-offset: 3px;
}

a.elementor-icon:hover, a.elementor-icon:focus {
  outline-color: #fff;
}

.bigger-blockquote blockquote p {
  font-size: 1.875rem;
  line-height: 1.6;
}

/**
 * * Gravity form or other form library overrides can go here
 * * NOTE: BASE <input> styles and such should still go in base.sass
 * */
@-webkit-keyframes rotate-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.gfield--type-section {
  margin-top: 2rem;
}

.gfield_fileupload_filename,
.gfield_fileupload_filesize,
.gfield_fileupload_progress {
  margin-right: 1rem;
}

.gform_ajax_spinner {
  width: 2rem;
  height: 2rem;
  display: inline-block;
  border-top: 2px solid;
  border-right: 2px solid transparent;
  border-bottom: 2px solid;
  border-left: 2px solid transparent;
  border-radius: 50%;
  -webkit-animation: rotate-spinner 1.2s linear infinite;
          animation: rotate-spinner 1.2s linear infinite;
}

.gfield_visibility_hidden {
  display: none;
}

.validation_error,
.validation_message {
  color: #cc0000;
  margin: 0.8em 0;
  line-height: 1.6;
}

.gform_fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  list-style: none;
}

.gchoice label,
.ginput_container label {
  font-weight: 400;
}

.gfield textarea.small {
  height: 96px;
}
.gfield textarea.medium {
  height: 192px;
}
.gfield textarea.large {
  height: 288px;
}

.gform_heading .gform_title + .gform_description {
  margin: 1em 0;
  display: block;
}

.gform-field-label {
  font-size: 1rem !important;
}

.ginput_complex.has_country {
  display: block !important;
  margin-right: 8px !important;
}
@media (max-width: 48rem) {
  .ginput_complex.has_country {
    margin-right: 0;
  }
}

.gfield-100 .ginput_complex {
  display: block !important;
  margin-right: 8px !important;
}

.ginput_complex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ginput_complex > * {
  margin-bottom: 1em;
}
.ginput_complex > * label {
  display: block;
  font-size: 0.8rem;
  margin-top: 0.5rem;
}
.ginput_complex .ginput_right {
  margin-left: auto;
}

.gform_wrapper .gfield_description {
  padding: 10px !important;
  border: 0 !important;
  overflow-y: visible !important;
}

.gform_wrapper.gravity-theme .field_description_above .gfield_description {
  padding: 0 !important;
  margin-bottom: 5px;
  margin-top: 0;
}

.dark-background .gfield_required {
  color: #fff !important;
}

.gfield_required_text {
  font-size: 0.75rem;
  margin-left: 5px;
}

.gf_clear {
  display: none;
}

.gfield_label {
  display: block;
}

.gform_legacy_markup_wrapper {
  margin-top: 0 !important;
}

.dark-background .field_required {
  color: #fff;
}

.gform_footer .gform_button {
  margin-top: 0.5em;
}

.name_first, .name_last {
  margin-bottom: 0 !important;
}

.gfield_consent_description a:hover, .gfield_consent_description a:focus {
  outline: 1px dashed;
}

.ui-datepicker {
  background: white;
  padding: 1em;
  box-shadow: rgba(0, 0, 0, 0.25) 2px 2px 10px;
  display: block;
}
.ui-datepicker-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ui-datepicker-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 1em;
}
.ui-datepicker-title select {
  border: 1px solid;
}
.ui-datepicker-calendar {
  width: 100%;
  margin-top: 1em;
  text-align: center;
}
.ui-datepicker-calendar a {
  text-decoration: none;
  background: #efefef;
  width: 100%;
  height: 100%;
  min-height: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: inherit;
  transition: 250ms ease-in-out;
}
.ui-datepicker-calendar a:hover {
  background: #cecece;
}

.hbspt-form form .input {
  margin-top: 10px;
}
.hbspt-form form .input select, .hbspt-form form .input textarea {
  width: 100% !important;
}
.hbspt-form form .input .grecaptcha-badge {
  margin-bottom: 30px;
}
.hbspt-form form fieldset {
  margin-bottom: 15px;
  margin-top: 15px;
  max-width: 100%;
}
.hbspt-form form .hs-richtext {
  margin-top: 15px;
  line-height: 1.4;
  font-size: 1rem;
}
.hbspt-form form .actions input[type=submit] {
  border-color: #13cbe2;
}
.hbspt-form form .actions input[type=submit]:hover, .hbspt-form form .actions input[type=submit]:focus {
  border-color: #007D7D;
  outline: 1px dashed;
  outline-offset: 3px;
}

.hs-form-required {
  margin-left: 3px;
}

.inputs-list input,
.hs-form-booleancheckbox input {
  margin-right: 8px;
}
.inputs-list label,
.hs-form-booleancheckbox label {
  font-weight: 400;
}

.hs-richtext a {
  text-decoration: underline;
}
.hs-richtext a:hover {
  text-decoration: none;
  outline: 1px dashed;
}

.dark-background {
  color: #fff;
}
.dark-background .hs-error-msg.hs-main-font-element {
  color: #FF9F37;
}
.dark-background .hs-richtext a {
  color: #fff;
}

/**
 * * Add any woocommerce overrides here
 * */
.woocommerce .content-area {
  padding: 60px 0;
}
.woocommerce .content-area h1,
.woocommerce .content-area h2,
.woocommerce .content-area h3,
.woocommerce .content-area h4,
.woocommerce .content-area h5,
.woocommerce .content-area .accordion button[is=ada-toggler] h2,
.accordion button[is=ada-toggler] .woocommerce .content-area h2,
.woocommerce .content-area .accordion button[is=ada-toggler] h3,
.accordion button[is=ada-toggler] .woocommerce .content-area h3,
.woocommerce .content-area h6,
.woocommerce .content-area p {
  margin-bottom: 1rem;
}
.woocommerce .content-area p {
  line-height: 1.6;
}
.woocommerce .content-area a {
  color: inherit;
}
.woocommerce .content-area span.onsale {
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #159c27;
}
.woocommerce .content-area .price {
  color: #159c27 !important;
}
.woocommerce .content-area .star-rating span::before,
.woocommerce .content-area p.stars.selected a.active::before,
.woocommerce .content-area p.stars:hover a::before,
.woocommerce .content-area p.stars.selected a:not(.active)::before,
.woocommerce .content-area .woocommerce .star-rating::before {
  color: #dec719;
}
.woocommerce .content-area .woocommerce-tabs.wc-tabs-wrapper {
  padding-top: 60px;
}
@media (max-width: 48rem) {
  .woocommerce .content-area .tabs.wc-tabs {
    padding-left: 0 !important;
  }
  .woocommerce .content-area .tabs.wc-tabs li {
    display: block !important;
    border-radius: 0 !important;
    border: 1px solid !important;
  }
}

.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce,
.woocommerce-account .woocommerce {
  padding: 60px 0;
}
.woocommerce-cart .woocommerce h1,
.woocommerce-cart .woocommerce h2,
.woocommerce-cart .woocommerce h3,
.woocommerce-cart .woocommerce h4,
.woocommerce-cart .woocommerce h5,
.woocommerce-cart .woocommerce .accordion button[is=ada-toggler] h2,
.accordion button[is=ada-toggler] .woocommerce-cart .woocommerce h2,
.woocommerce-cart .woocommerce .accordion button[is=ada-toggler] h3,
.accordion button[is=ada-toggler] .woocommerce-cart .woocommerce h3,
.woocommerce-cart .woocommerce h6,
.woocommerce-cart .woocommerce p,
.woocommerce-checkout .woocommerce h1,
.woocommerce-checkout .woocommerce h2,
.woocommerce-checkout .woocommerce h3,
.woocommerce-checkout .woocommerce h4,
.woocommerce-checkout .woocommerce h5,
.woocommerce-checkout .woocommerce .accordion button[is=ada-toggler] h2,
.accordion button[is=ada-toggler] .woocommerce-checkout .woocommerce h2,
.woocommerce-checkout .woocommerce .accordion button[is=ada-toggler] h3,
.accordion button[is=ada-toggler] .woocommerce-checkout .woocommerce h3,
.woocommerce-checkout .woocommerce h6,
.woocommerce-checkout .woocommerce p,
.woocommerce-account .woocommerce h1,
.woocommerce-account .woocommerce h2,
.woocommerce-account .woocommerce h3,
.woocommerce-account .woocommerce h4,
.woocommerce-account .woocommerce h5,
.woocommerce-account .woocommerce .accordion button[is=ada-toggler] h2,
.accordion button[is=ada-toggler] .woocommerce-account .woocommerce h2,
.woocommerce-account .woocommerce .accordion button[is=ada-toggler] h3,
.accordion button[is=ada-toggler] .woocommerce-account .woocommerce h3,
.woocommerce-account .woocommerce h6,
.woocommerce-account .woocommerce p {
  margin-bottom: 1rem;
}
.woocommerce-cart .woocommerce p,
.woocommerce-checkout .woocommerce p,
.woocommerce-account .woocommerce p {
  line-height: 1.6;
}
.woocommerce-cart .woocommerce a,
.woocommerce-checkout .woocommerce a,
.woocommerce-account .woocommerce a {
  color: inherit;
}
/* All .sass files in the ../blocks directory will be automatically compiled here */
.accordion button[is=ada-toggler] {
  border-radius: 0;
  display: block;
  position: relative;
  text-align: left;
  width: 100%;
}
.accordion button[is=ada-toggler][aria-expanded=true] .accordion--indicator:after {
  transform: translate(-50%, -50%);
}
.accordion button[is=ada-toggler] h2, .accordion button[is=ada-toggler] h3 {
  color: #007D7D;
}
.accordion--indicator {
  width: 32px;
  aspect-ratio: 1;
  position: relative;
  flex-shrink: 0;
}
.accordion--indicator::before, .accordion--indicator::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  border-top: 3px solid;
}
.accordion--indicator::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: 250ms ease-in-out;
}

.audio-player--play.playing .audio-player--icon--pause {
  display: block;
}
.audio-player--play.paused .audio-player--icon--play {
  display: block;
}
.audio-player .audio-player--icon--play,
.audio-player .audio-player--icon--pause {
  display: none;
}

.breadcrumbs a {
  color: inherit;
}
.breadcrumbs a:hover {
  text-decoration: none;
}
.breadcrumbs .breadcrumbs--current {
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.newswire-news-feed--list {
  margin-bottom: -10px;
}
.newswire-news-feed--list .newswire-news-feed-thumbnail {
  margin-bottom: 10px;
  border-bottom: 1px solid #002627;
}
.newswire-news-feed--list .newswire-news-feed-thumbnail:last-of-type {
  border-bottom: none;
}

.notification {
  padding: 20px 0;
  background: #002627;
  color: #fff;
}
.notification--close {
  font-size: 1.5em;
  padding: 2px 7px;
  white-space: nowrap;
}
.notification--close:hover, .notification--close:focus {
  outline: 1px dotted;
}
.notification.cookie-notification {
  background: rgba(0, 38, 39, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  max-height: 100vh;
  overflow: scroll;
}
@media (max-width: 48rem) {
  .notification.cookie-notification .wrapper {
    flex-wrap: wrap;
  }
}
.notification.cookie-notification .notification--close {
  border: 1px solid;
  font-size: 1em;
  padding: 6px 7px;
}
.notification.cookie-notification .notification--close:hover, .notification.cookie-notification .notification--close:focus {
  background: #fff;
  border-color: transparent;
  color: #002627;
  outline: 2px dotted #fff;
}
@media (max-width: 48rem) {
  .notification.cookie-notification .notification--close {
    margin: 1rem 0 0 0;
  }
}

.share svg {
  width: 24px;
  height: 24px;
}

.slider-controls-in-middle .slider-pagination {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 15px;
}
.slider-controls-in-middle .slider-pagination--pagination {
  margin-left: -10px;
}
.slider-controls-in-middle button[is=ada-slider-prev],
.slider-controls-in-middle button[is=ada-slider-next] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-135deg);
  left: 25px;
  z-index: 2;
  margin-top: -10px;
}
.slider-controls-in-middle button[is=ada-slider-next] {
  left: unset;
  right: 25px;
  transform: translateY(-50%) rotate(45deg);
}
@media (max-width: 93.75rem) {
  .slider-controls-in-middle button[is=ada-slider-prev],
.slider-controls-in-middle button[is=ada-slider-next] {
    top: unset;
    bottom: 15px;
  }
}

button[is=ada-slider-prev]:hover, button[is=ada-slider-prev]:focus,
button[is=ada-slider-next]:hover,
button[is=ada-slider-next]:focus {
  border-color: #8c969b;
}

.slider-pagination {
  position: relative;
  z-index: 3;
}
.slider-pagination--pagination {
  margin-top: -10px;
  margin-left: 0;
}
.slider-pagination--pagination button[is=ada-slider-page] {
  margin-top: 10px;
  margin-left: 10px;
}
.slider-pagination .autoplay-controls--play svg, .slider-pagination .autoplay-controls--pause svg {
  width: 1rem;
  height: 1rem;
  margin: 0 0.5rem;
  fill: #002627;
}
.slider-pagination .autoplay-controls--play:hover svg, .slider-pagination .autoplay-controls--play:focus svg, .slider-pagination .autoplay-controls--pause:hover svg, .slider-pagination .autoplay-controls--pause:focus svg {
  fill: #8c969b;
}

.social-media-list svg {
  width: 32px;
  height: 32px;
}
.social-media-list .outbound-svg {
  display: none;
}

.video iframe {
  background: #002627;
}
.video button {
  background-color: #002627;
  border-radius: 50%;
  border: 2px solid #fff;
  color: transparent;
  height: 70px;
  width: 70px;
}
.video button:after {
  border-left: 20px solid #fff;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  transition: 250ms ease-in-out;
}
@media (max-width: 31.25rem) {
  .video button:after {
    border-left: 25px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }
}
.video button:hover, .video button:focus {
  background-color: #fff;
  transform: translate(-50%, -50%) scale(1.1) !important;
}
.video button:hover:after, .video button:focus:after {
  border-left-color: #002627;
}

.back-to-top {
  position: fixed;
  bottom: 0;
  right: 0;
  transition: 250ms ease-in-out;
  transform: translateY(100%);
  z-index: 999;
  padding: 1em;
  background: white;
  text-decoration: none;
  color: black;
}
.back-to-top.show {
  transform: translateY(0);
}

.skip-to-content {
  padding: 1em;
  position: absolute;
  top: -11px;
  transform: translateY(-100%);
  left: 1em;
  z-index: 1000;
  background: #fff;
}
.skip-to-content:focus {
  transform: translateY(0);
}

.main-header {
  position: relative;
  background: #fff;
}
.main-header--wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.main-header .site-logo {
  max-width: 100px;
  height: auto;
}

.main-header.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

.admin-bar .main-header.sticky,
.admin-bar .main-header--placeholder {
  top: 32px;
}
@media (max-width: 48.875rem) {
  .admin-bar .main-header.sticky,
.admin-bar .main-header--placeholder {
    top: 46px;
  }
}

.main-header--placeholder {
  position: absolute;
}

.main-header.reveal {
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 999;
  transition: 250ms ease-in-out;
}
.main-header.reveal.hide {
  transform: translateY(-100%);
}

.admin-bar .main-header.reveal,
.admin-bar .main-header--placeholder {
  top: 32px;
}
@media (max-width: 48.875rem) {
  .admin-bar .main-header.reveal,
.admin-bar .main-header--placeholder {
    top: 46px;
  }
}

@media (max-width: 48rem) {
  .single-product aside {
    margin-top: 0;
  }
}
.single-product table {
  border: 0 !important;
}
.single-product table thead {
  border: 0 !important;
}
.single-product table th {
  background: white !important;
  color: #7FA4AC !important;
  border: 0 !important;
  padding: 8px !important;
  border-bottom: 2px solid #005251 !important;
}
@media (max-width: 48rem) {
  .single-product table th {
    border-bottom: 0 !important;
  }
}
.single-product table tbody {
  margin-top: 10px !important;
  padding-top: 10px !important;
  background: white !important;
  border: 0 !important;
}
.single-product table tbody tr td:first-of-type {
  width: 30%;
}
@media (max-width: 48rem) {
  .single-product table tbody tr td:first-of-type {
    width: 100%;
  }
}
@media (max-width: 48rem) {
  .single-product table tbody tr td:nth-of-type(2) {
    width: 100%;
  }
}
.single-product table td {
  border: 0 !important;
  padding: 8px !important;
  vertical-align: top;
}
@media (max-width: 48rem) {
  .single-product table.responsive thead {
    border-bottom: 2px solid #005251 !important;
    display: block !important;
    background: white;
  }
}
@media (max-width: 48rem) {
  .single-product table.responsive td.text-right {
    text-align: left !important;
  }
}

#product-references--content ol li {
  padding-left: 14px;
  margin-bottom: 14px;
}

#product-application--content table tr {
  border-top: 2px solid #005251;
  padding: 10px;
}
@media (max-width: 48rem) {
  #product-application--content table tr {
    border-bottom: 0;
  }
}
#product-application--content table tr.tested_application_elisa {
  border-top: 0 !important;
}
#product-application--content table tr.images {
  border-top: 0 !important;
}
#product-application--content table td {
  padding: 20px !important;
}

.search-content--highlight {
  text-decoration: underline;
}

.accordions--slide button[aria-expanded=false] {
  border-bottom-width: 0px !important;
}
.accordions--slide:last-child button[aria-expanded=false] {
  border-bottom-width: 1px !important;
}
.accordions--slide .editor-content {
  padding: 1rem 2rem;
}
@media (max-width: 48rem) {
  .accordions--slide button[is=ada-toggler],
.accordions--slide .editor-content {
    padding: 1rem;
  }
}

@media (max-width: 48rem) {
  .columns .row.mobile-reverse {
    flex-flow: column-reverse;
  }
}

.content-carousel {
  overflow: visible;
}
.content-carousel--container {
  margin-left: -10px;
  margin-right: -10px;
}
.content-carousel--slide {
  padding: 10px;
}
.content-carousel--slide a {
  transform: 250ms ease-in-out;
}
.content-carousel--slide a:hover, .content-carousel--slide a:focus {
  transform: translateY(-10px);
}
.content-carousel--slide a:hover h3, .content-carousel--slide a:focus h3 {
  text-decoration: underline;
}
.content-carousel--slide .editor-content {
  border-radius: 15px;
  border: 1px solid #13cbe2;
}
.content-carousel--slide .editor-content h3 {
  font-size: 1.375rem;
  line-height: 1.2;
  color: #007D7D;
}
.content-carousel--slide .editor-content .button--link {
  margin-top: auto;
}
.content-carousel .slider-controls {
  margin-top: 20px;
}
.content-carousel .slider-controls button[is=ada-slider-prev],
.content-carousel .slider-controls button[is=ada-slider-next] {
  width: 39px;
  height: 39px;
  border-radius: 100%;
  border: 1px solid #13cbe2;
  position: relative;
  background: transparent;
}
.content-carousel .slider-controls button[is=ada-slider-prev]::before,
.content-carousel .slider-controls button[is=ada-slider-next]::before {
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 47%;
  left: 50%;
  width: 16px;
  height: 16px;
  transition: 250ms ease-in-out;
  transform: translate(-50%, -50%);
  color: #002627;
}
.content-carousel .slider-controls button[is=ada-slider-prev]:hover, .content-carousel .slider-controls button[is=ada-slider-prev]:focus,
.content-carousel .slider-controls button[is=ada-slider-next]:hover,
.content-carousel .slider-controls button[is=ada-slider-next]:focus {
  background: #13cbe2;
}
.content-carousel .slider-controls button[is=ada-slider-prev] {
  margin-right: 20px;
}
.content-carousel .slider-controls button[is=ada-slider-prev]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.2 288H416c17.7 0 32-14.3 32-32s-14.3-32-32-32H109.3l105.3-105.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z'/%3E%3C/svg%3E");
}
.content-carousel .slider-controls button[is=ada-slider-next] {
  margin-left: 20px;
}
.content-carousel .slider-controls button[is=ada-slider-next]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
}

.content-full-bleed-image {
  overflow: hidden;
  padding: 0 !important;
}
@media (max-width: 48rem) {
  .content-full-bleed-image .spacer-column {
    display: none;
  }
}
@media (max-width: 48rem) {
  .content-full-bleed-image .content-column {
    order: 2;
    margin: 0;
  }
}
@media (max-width: 48rem) {
  .content-full-bleed-image .image-column {
    order: 1;
    margin: 0;
  }
}
.content-full-bleed-image .wrapper.image-side--left .content-column {
  order: 3;
}
.content-full-bleed-image .wrapper.image-side--left .spacer-column {
  order: 2;
}
.content-full-bleed-image .wrapper.image-side--left .image-column {
  order: 1;
}
.content-full-bleed-image .wrapper.image-side--left .image-container {
  left: unset;
  right: 0;
}
.content-full-bleed-image .image-container {
  display: flex;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
}
@media (max-width: 48rem) {
  .content-full-bleed-image .image-container {
    width: 100% !important;
    position: static !important;
    background-image: none !important;
  }
  .content-full-bleed-image .image-container img {
    margin: 0 -35px;
    min-width: calc(100% + 70px);
  }
}

.content-video-section--content {
  padding-top: 10px;
}

.full-width-image {
  display: flex;
}
.full-width-image animate-on-scroll {
  margin: 0 auto;
  display: flex !important;
}

.full-width-slider {
  padding: 0 !important;
}
.full-width-slider--slide-background {
  z-index: 1;
  filter: brightness(0.7);
  pointer-events: none;
}
.full-width-slider--slide {
  min-height: 100%;
  align-items: center;
  position: relative;
  padding-top: var(--desktop-padding-top);
  padding-bottom: var(--desktop-padding-bottom);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 48rem) {
  .full-width-slider--slide {
    padding-top: var(--mobile-padding-top);
    padding-bottom: var(--mobile-padding-bottom);
  }
}
.full-width-slider--slide[aria-hidden] {
  display: flex;
}
.full-width-slider--slide .wrapper {
  position: relative;
  z-index: 2;
}

.image-gallery animate-on-scroll {
  height: 100%;
}
.image-gallery--image-button {
  width: 100%;
  height: 100%;
  border-radius: unset;
  border: unset;
  overflow: hidden;
}
.image-gallery--image-button img {
  transition: 250ms ease-in-out;
}
.image-gallery--image-button:hover img, .image-gallery--image-button:focus img {
  transform: scale(1.1);
}
.image-gallery--slide {
  width: 100% !important;
  height: 100% !important;
}
.image-gallery .mosaic-container {
  -moz-columns: 250px;
       columns: 250px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.image-gallery .mosaic-container .mosaic-iamge-container {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-bottom: 1rem;
}
.image-gallery .mosaic-container .mosaic-iamge-container img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 48rem) {
  .image-gallery .mosaic-container .mosaic-iamge-container {
    -moz-columns: 100%;
         columns: 100%;
  }
}

.logos--logo {
  padding: 1rem;
}
.logos--logo a {
  transition: 250ms ease-in-out;
  filter: grayscale(1);
}
.logos--logo a:hover {
  filter: none;
}

.popup {
  background: #fff;
  max-width: 90%;
  padding: 2rem 1rem 1rem;
  position: relative;
  width: 768px;
  margin: 10vh auto;
  display: none;
}
.popup:focus {
  outline: 0;
}
.popup--close {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.ada-modal-backdrop {
  background-color: rgba(0, 38, 39, 0.75) !important;
}

.popup-button-content--content {
  max-width: 1024px;
}
.popup-button-content--content .editor-content .button, .popup-button-content--content .editor-content .tthebutton .termsdecline, .tthebutton .popup-button-content--content .editor-content .termsdecline,
.popup-button-content--content .editor-content .tthebutton .termsagree,
.tthebutton .popup-button-content--content .editor-content .termsagree, .popup-button-content--content .editor-content .izi-input button, .izi-input .popup-button-content--content .editor-content button {
  margin-right: 15px;
}
@media (max-width: 48rem) {
  .popup-button-content--content .editor-content {
    padding: 50px 20px;
  }
}
.popup-button-content--content .button, .popup-button-content--content .tthebutton .termsdecline, .tthebutton .popup-button-content--content .termsdecline,
.popup-button-content--content .tthebutton .termsagree,
.tthebutton .popup-button-content--content .termsagree, .popup-button-content--content .izi-input button, .izi-input .popup-button-content--content button {
  margin-top: 10px;
}
.popup-button-content--content .close {
  background-color: transparent;
  font-size: 2.625rem;
  color: #005251;
}
.popup-button-content--content .close:hover, .popup-button-content--content .close:focus {
  background: transparent;
  color: #13cbe2;
  outline: 1px dashed #13cbe2;
}

.product-search-app #search {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z'/%3E%3C/svg%3E");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 50%;
}

.search-popup button[for=search-popup] {
  background: transparent;
  padding-top: 5px;
}
.search-popup button[for=search-popup] svg {
  width: 18px;
  height: 18px;
  color: #8c969b;
}
.search-popup button[for=search-popup]:hover, .search-popup button[for=search-popup]:focus {
  outline: 1px dashed;
}
.search-popup button[for=search-popup]:hover svg, .search-popup button[for=search-popup]:focus svg {
  color: #13cbe2;
}

.search-popup--actual button[is=ada-modal-closer] {
  background: transparent;
}
.search-popup--actual .close-search {
  font-size: 1.375rem;
}
.search-popup--actual .close-search:hover, .search-popup--actual .close-search:focus {
  color: #13cbe2;
  outline: 1px dashed #13cbe2;
}

.spacer {
  height: var(--height);
}
@media (max-width: 48rem) {
  .spacer {
    height: var(--mobile-height);
  }
}

.tabs--content {
  margin-top: 1rem;
}

.single-product-images {
  float: left;
  width: 48%;
}
@media (max-width: 48rem) {
  .single-product-images {
    width: 100%;
    float: none;
    margin-bottom: 2rem;
  }
}
.single-product-images--slide {
  height: 350px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.single-product-images--slide zoom-image {
  flex: 1;
  height: 350px;
  min-width: 100%;
}
.single-product-images button[is=ada-slider-page] {
  border-radius: 0;
  width: 50px;
  height: 50px;
  display: flex;
  border-width: 0;
  aspect-ratio: 1;
  transition: 250ms ease-in-out;
}
.single-product-images button[is=ada-slider-page]:hover img, .single-product-images button[is=ada-slider-page]:focus img {
  opacity: 0.7;
}
.single-product-images button[is=ada-slider-page] img {
  width: 100%;
  height: 100%;
}

.newswire-news-feed-thumbnail {
  display: flex;
  padding: 20px 0 20px;
  color: #4E4E4E;
}
@media (max-width: 48rem) {
  .newswire-news-feed-thumbnail {
    flex-direction: column;
  }
}
.newswire-news-feed-thumbnail--image {
  width: 200px;
  margin-right: 25px;
  flex-shrink: 0;
}
@media (max-width: 48rem) {
  .newswire-news-feed-thumbnail--image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.newswire-news-feed-thumbnail--contents {
  flex: 1;
}
.newswire-news-feed-thumbnail--company-name, .newswire-news-feed-thumbnail--title, .newswire-news-feed-thumbnail--pub-date {
  font-size: 19px !important;
  line-height: 1.4 !important;
  margin-bottom: 0 !important;
}
.newswire-news-feed-thumbnail--title a {
  text-decoration: underline;
  color: #007D7D;
}
.newswire-news-feed-thumbnail--title a:hover, .newswire-news-feed-thumbnail--title a:focus {
  color: #FF9F37;
  text-decoration: none;
}

.elementor-element:has(.ada-menu) {
  position: static;
}
.elementor-element:has(.ada-menu) .e-con-inner {
  position: relative;
}
.elementor-element:has(.ada-menu) .elementor-widget-ada-menu {
  position: static;
}
.elementor-element:has(.ada-menu) .elementor-widget-ada-menu .ada-menu {
  position: static;
}

.main-menu {
  margin-left: auto;
  font-size: 1.125rem;
  font-weight: 400;
}
.main-menu a {
  color: #4E4E4E;
}
.main-menu > ul.menu {
  background: white;
}
@media (max-width: 48rem) {
  .main-menu > ul.menu {
    left: -10px;
    width: 100vw;
  }
}
.main-menu > ul.menu a {
  display: block;
  text-decoration: none;
  padding: 0.5rem 0;
}
@media (max-width: 48rem) {
  .main-menu > ul.menu a {
    padding: 1.25rem 0;
  }
}
.main-menu > ul.menu > li.menu-item {
  position: relative;
  margin-left: 1rem;
}
.main-menu > ul.menu > li.menu-item a:hover, .main-menu > ul.menu > li.menu-item a:focus {
  outline: none;
}
.main-menu > ul.menu > li.menu-item a:hover:before, .main-menu > ul.menu > li.menu-item a:focus:before {
  width: 100%;
}
.main-menu > ul.menu > li.menu-item.wide-submenu {
  position: initial;
}
.main-menu > ul.menu > li.menu-item.wide-submenu:hover::before {
  display: block;
}
.main-menu > ul.menu > li.menu-item.wide-submenu::before {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  display: none;
  position: absolute;
}
.main-menu > ul.menu > li.menu-item.wide-submenu > .sub-menu {
  top: 100%;
  left: 0;
  width: 100%;
  padding: 20px;
  -moz-columns: 3;
       columns: 3;
}
@media (max-width: 48rem) {
  .main-menu > ul.menu > li.menu-item.wide-submenu > .sub-menu {
    -moz-columns: 1;
         columns: 1;
  }
}
.main-menu > ul.menu > li.menu-item.wide-submenu > .sub-menu a {
  padding: 5px 0;
  margin: 0;
}
.main-menu > ul.menu > li.menu-item.wide-submenu > .sub-menu a::after {
  display: none;
}
.main-menu > ul.menu > li.menu-item.wide-submenu > .sub-menu a:not([href="#"]):hover {
  color: #00D1B6 !important;
}
.main-menu > ul.menu > li.menu-item.wide-submenu > .sub-menu a[href="#"] {
  pointer-events: none;
}
.main-menu > ul.menu > li.menu-item.wide-submenu > .sub-menu > .menu-item {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-bottom: 1rem;
}
.main-menu > ul.menu > li.menu-item.wide-submenu > .sub-menu > .menu-item > a {
  font-size: 1.375rem;
  color: #007D7D;
  font-weight: 600;
}
.main-menu > ul.menu > li.menu-item.wide-submenu > .sub-menu .sub-menu {
  box-shadow: none;
  padding: 0;
  display: block !important;
  position: static;
  border-left: 0;
}
.main-menu > ul.menu > li.menu-item.wide-submenu > .sub-menu .sub-menu a {
  color: #002627;
}
.main-menu > ul.menu > li > a {
  position: relative;
  font-weight: 500;
}
.main-menu > ul.menu > li > a::before {
  content: "";
  width: 0;
  height: 5px;
  background: #00D1B6;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 250ms;
}
@media (max-width: 48rem) {
  .main-menu > ul.menu > li > a::before {
    display: none;
  }
}
.main-menu > ul.menu li.menu-item-has-children > a:after {
  content: "+"/"";
  display: inline-block;
  transition: 250ms ease-in-out;
  margin-left: 0.25rem;
}
.main-menu > ul.menu li.menu-item-has-children > a[aria-expanded=true]:after {
  transform: rotate(45deg);
}
.main-menu > ul.menu ul.sub-menu {
  box-shadow: 2px 7px 7px rgba(0, 0, 0, 0.175);
  list-style: none;
  margin: 0;
  padding: 20px 0;
  position: absolute;
  left: -20px;
  top: 100%;
  background: #fff;
  display: none;
  z-index: 999;
  flex-flow: column;
  min-width: 250px;
}
@media (max-width: 48rem) {
  .main-menu > ul.menu ul.sub-menu {
    padding-left: 1em;
    position: static;
    box-shadow: none;
    border-left: 5px solid #00D1B6;
    padding-left: 0;
  }
}
.main-menu > ul.menu ul.sub-menu a {
  display: block;
  padding: 5px 20px;
}
.main-menu > ul.menu ul.sub-menu a:hover, .main-menu > ul.menu ul.sub-menu a:focus {
  color: #00D1B6;
  text-decoration: underline;
  outline: 1px dashed #007D7D;
  outline-offset: 0;
}
.main-menu > ul.menu ul.sub-menu .sub-menu {
  left: 100%;
  top: 0;
}
@media (max-width: 48rem) {
  .main-menu > ul.menu ul.sub-menu .sub-menu {
    left: 0;
  }
}
.main-menu > ul.menu ul.sub-menu .sub-menu.push-left {
  left: unset;
  right: 100%;
}

.mobile-menu-button span {
  background: #8c969b;
  height: 2px;
  width: 17px;
}
.mobile-menu-button span:before, .mobile-menu-button span:after {
  background: #8c969b;
}
.mobile-menu-button.open span {
  background: transparent;
}
.mobile-menu-button.open span:before, .mobile-menu-button.open span:after {
  background: #8c969b;
}

@media (max-width: 48rem) {
  .main-menu {
    position: absolute;
    z-index: 999;
    left: 0;
    top: 100%;
    width: 100vw;
  }
}
@media (max-width: 48rem) {
  .main-menu .menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
  }
}
.main-menu .menu-item {
  display: inline-block;
  position: relative;
}
@media (max-width: 48rem) {
  .main-menu .menu-item {
    display: block;
  }
}
.main-menu .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  min-width: 100%;
  z-index: 99;
  left: 0;
}
.main-menu .sub-menu.push-left {
  left: unset;
  right: 0;
}
.main-menu .sub-menu .menu-item {
  display: block;
}
@media (max-width: 48rem) {
  .main-menu .sub-menu {
    position: relative;
  }
}
.main-menu .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}
@media (max-width: 48rem) {
  .main-menu .sub-menu .sub-menu {
    left: 0;
  }
}
.main-menu .sub-menu .sub-menu.push-left {
  left: unset;
  right: 100%;
}

.main-menu .menu-item {
  transition: 250ms ease-in-out;
}
@media (max-width: 48rem) {
  .main-menu .menu-item {
    opacity: 0;
    transform: translateX(80px);
  }
}
.main-menu .menu-item:nth-of-type(1) {
  transition-delay: 50ms;
}
.main-menu .menu-item:nth-of-type(2) {
  transition-delay: 100ms;
}
.main-menu .menu-item:nth-of-type(3) {
  transition-delay: 150ms;
}
.main-menu .menu-item:nth-of-type(4) {
  transition-delay: 200ms;
}
.main-menu .menu-item:nth-of-type(5) {
  transition-delay: 250ms;
}
.main-menu .menu-item:nth-of-type(6) {
  transition-delay: 300ms;
}
.main-menu .menu-item:nth-of-type(7) {
  transition-delay: 350ms;
}
.main-menu .menu-item:nth-of-type(8) {
  transition-delay: 400ms;
}
.main-menu .menu-item:nth-of-type(9) {
  transition-delay: 450ms;
}
.main-menu .menu-item:nth-of-type(10) {
  transition-delay: 500ms;
}
.main-menu .menu-item:nth-of-type(11) {
  transition-delay: 550ms;
}
.main-menu .menu-item:nth-of-type(12) {
  transition-delay: 600ms;
}
.main-menu .menu-item:nth-of-type(13) {
  transition-delay: 650ms;
}
.main-menu .menu-item:nth-of-type(14) {
  transition-delay: 700ms;
}
.main-menu .menu-item:nth-of-type(15) {
  transition-delay: 750ms;
}

.main-menu .menu.open .menu-item {
  opacity: 1;
  transform: none;
}

.mobile-menu-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent !important;
  border-radius: 0;
  padding: 1em 0 18px;
  transition: 250ms ease-in-out;
  display: inline-block;
  border: 0;
}
@media (min-width: 48.0625rem) {
  .mobile-menu-button {
    display: none;
  }
}
.mobile-menu-button.open span {
  background: transparent;
}
.mobile-menu-button span {
  display: block;
  position: relative;
  transition: inherit;
}
.mobile-menu-button span:before, .mobile-menu-button span:after {
  content: "";
  background: inherit;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  transition: inherit;
}
.mobile-menu-button span:before {
  top: -5px;
}
.mobile-menu-button span:after {
  top: 5px;
}
.mobile-menu-button.open span:before {
  transform: rotate(45deg);
  top: 0;
}
.mobile-menu-button.open span:after {
  transform: rotate(135deg);
  top: 0;
}

.product-single-header {
  border-bottom-right-radius: 4vw;
  border-bottom-left-radius: 4vw;
}
.product-single-header h1 {
  font-size: 1.75rem;
}
.product-single-header .cat-no {
  font-size: 1.125rem;
  font-weight: 400;
}
.product-single-header--request-price {
  width: 768px;
  max-width: 95vw;
}
.product-single-header--request-price button[is=ada-modal-closer] {
  font-size: 2rem;
  background: transparent !important;
}

.product-sidebar h2, .product-sidebar h3.termstitle {
  color: #fff;
  padding: 20px;
}

.product-single--tabs {
  margin-top: -1rem;
}
.product-single--tabs button {
  margin-top: 1rem;
  background: transparent !important;
  border-width: 2px;
  border-color: transparent;
  padding: 0;
  border-radius: 0;
  margin-right: 1rem;
}
.product-single--tabs button[aria-selected=true] {
  border-bottom-color: #13cbe2;
}

#product-references--content,
.editor-content p {
  margin-bottom: 0;
}

.single-product .border-top {
  border-top: 2px solid #005251;
}
.single-product .image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}