/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  max-height: 1000000px;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote {
  border-left: 4px solid #ddd;
  padding-left: 10px;
  margin-left: 0;
}

table {
  border-collapse: collapse;
}

th,
td {
  border: 1px solid #ddd;
  padding: 3px;
  text-align: left;
  vertical-align: top;
}

th {
  text-align: center;
  vertical-align: middle;
}

ul,
ol {
  padding-left: 20px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 20px;
  margin: 0;
}

ul {
  list-style-type: disc;
}

dl dt {
  float: left;
  clear: left;
  padding-right: 0.3em;
  font-weight: bold;
}
dl dd {
  overflow: hidden;
}

pre {
  max-width: 100%;
  overflow: auto;
}

body {
  color: #111821;
  background: #fff;
  font: 14px/1.43 "Rheem Sans", "Inter", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 360px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}
@media (min-width: 768px) {
  body {
    font-size: 18px;
    line-height: 1.5;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  display: inline-block;
}

.gm-style img {
  max-width: none;
}

iframe {
  max-width: 100%;
}

.resize-active * {
  transition: none !important;
}

.clearfix:after, dl:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

h1,
.h1 {
  font-size: 37px;
}

h2,
.h2 {
  font-size: 18px;
}

h3,
.h3 {
  font-size: 15px;
}

h4,
.h4 {
  font-size: 14px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 14px;
}

@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 44px;
  }
  h2,
  .h2 {
    font-size: 20px;
  }
  h3,
  .h3 {
    font-size: 28px;
  }
  h4,
  .h4 {
    font-size: 20px;
  }
  h5,
  .h5 {
    font-size: 18px;
  }
  h6,
  .h6 {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 46px;
  }
  h2,
  .h2 {
    font-size: 25px;
  }
  h3,
  .h3 {
    font-size: 28px;
  }
  h4,
  .h4 {
    font-size: 20px;
  }
  h5,
  .h5 {
    font-size: 18px;
  }
  h6,
  .h6 {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 48px;
  }
  h2,
  .h2 {
    font-size: 30px;
  }
  h3,
  .h3 {
    font-size: 28px;
  }
  h4,
  .h4 {
    font-size: 20px;
  }
  h5,
  .h5 {
    font-size: 18px;
  }
  h6,
  .h6 {
    font-size: 16px;
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: "Rheem Sans", "Inter", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: inherit;
  font-weight: bold;
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6,
  .h {
    margin-bottom: 20px;
  }
}

h1,
.h1 {
  margin: 0 0 0.75em;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1.0540540541;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    margin-bottom: 25px;
    line-height: 1.1458333333;
  }
}
@media (min-width: 1024px) {
  h1,
  .h1 {
    margin-bottom: 38px;
  }
}

h2,
.h2 {
  margin: 0 0 1.4em;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2222222222;
}
@media (min-width: 768px) {
  h2,
  .h2 {
    margin-bottom: 25px;
    line-height: 1.2666666667;
  }
}
@media (min-width: 1024px) {
  h2,
  .h2 {
    margin-bottom: 37px;
  }
}
h2 b,
.h2 b {
  font-weight: 900;
}

b {
  font-weight: 700;
}

mark {
  background: none;
  color: #E31E2D;
}

p {
  margin: 0 0 20px;
}
@media (min-width: 1024px) {
  p {
    margin-bottom: 24px;
  }
}

a {
  color: #1B365D;
  text-decoration: none;
}
a:hover, a:focus {
  color: #111821;
  text-decoration: none;
}

a[href*="mailto:"] {
  word-wrap: break-word;
}

noscript {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0;
  font-size: 14px;
  color: #f8f9fa;
  background: #6BBBAE;
  display: block;
  padding: 5px 0;
  text-align: center;
  z-index: 99999;
}

.accessibility {
  position: absolute;
  left: -200vw;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.accessibility:focus {
  position: static;
  width: auto;
  height: auto;
}

.visually-hidden {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

[id=header] {
  position: relative;
  padding: 20px 0;
  z-index: 2;
}

[id=wrapper] {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}

[id=main] {
  flex-grow: 1;
}

.container {
  width: 100%;
  max-width: 1292px;
  padding: 0 20px;
  margin: 0 auto;
}

.btn {
  background-color: #E4002B;
  color: #ffffff;
  font-family: "Rheem Sans", "Inter", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 6px;
  vertical-align: middle;
}

.btn:hover {
  background-color: #b80023;
}

.section-content {
  position: relative;
  margin: 40px 0 64px;
}

@media (min-width: 768px) {
  .twocolumns {
    display: flex;
    column-gap: 32px;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .twocolumns-col {
    width: 48%;
  }
}
@media (min-width: 768px) {
  .twocolumns-col:last-child {
    width: 47%;
  }
}
@media (min-width: 1200px) {
  .twocolumns-col--twothirds {
    width: 58%;
  }
  .twocolumns-col:last-child {
    width: 41.3%;
  }
  .twocolumns-col--twothirds:last-child {
    width: 38%;
  }
}

:root {
  --grid-size: 16px; /* distance between lines */
  --grid-line: #d8d8d85e;
  --grid-thickness: 1px;
}

body {
  /* vertical lines */
  background-image:
    repeating-linear-gradient(
      to right,
      var(--grid-line) 0,
      var(--grid-line) var(--grid-thickness),
      transparent   var(--grid-thickness),
      transparent   var(--grid-size)
    ),

    /* horizontal lines */
    repeating-linear-gradient(
      to bottom,
      var(--grid-line) 0,
      var(--grid-line) var(--grid-thickness),
      transparent   var(--grid-thickness),
      transparent   var(--grid-size)
    );

  background-size: var(--grid-size) var(--grid-size);
}


.hero {
  position: relative;
  width: 100%;
  margin: 0;
  font-family: inherit;
}

.hero__bg {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 37%;
  min-height: 280px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 200px;
}

@media (min-width: 768px) {
  .hero__bg {
    min-height: 560px;
    margin-bottom: 64px;
  }

  .hero__bg--taller {
    min-height: 620px;
  }
}

@media (min-width: 1024px) {
  .hero__bg--taller {
    min-height: 560px;
  }
}

.hero__logo {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 110px;
}

@media (min-width: 768px) {
  .hero__logo {
    left: max(8%, calc((100vw - 1292px) / 2));
    transform: none;
    padding-left: 20px;
    box-sizing: content-box;
  }
}

.hero__tank {
  position: absolute;
  bottom: -55%;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(180px, 45vw, 260px);
  max-height: 100%;
  object-fit: contain;
}

@media (min-width: 768px) {
  .hero__tank {
    right: max(4%, calc((100vw - 1200px) / 2));
    left: auto;
    bottom: -50px;
    transform: none;
    width: clamp(260px, 30vw, 340px);
    max-height: calc(100% - 110px);
    position: absolute;
  }
}

.hero__content {
  margin: 0 auto;
  padding: 0 30px;
  text-align: left;
}

@media (min-width: 768px) {
  .hero__content {
    position: absolute;
    top: 50%;
    left: max(8%, calc((100vw - 1292px) / 2));
    transform: translateY(-50%);
    max-width: 60%;
    padding: 0;
    margin: 24px 0 0 0;
    color: #fff;
  }
}

.hero__brand {
  margin-bottom: 36px;
}

.hero__brand.hero__brand--desktop {
  display: none;
}

.hero__brand.hero__brand--mobile {
  display: block;
}

@media (min-width: 768px) {
  .hero__brand.hero__brand--desktop {
    display: block;
  }

  .hero__brand.hero__brand--mobile {
    display: none;
  }
}

.hero__headline {
  margin: 0 0 24px;
  text-transform: none;
  font-weight: bold;
  font-size: 24px;
}

@media (min-width: 768px) {
  .hero__headline {
    font-size: 32px;
  }
}

.hero__headline--accent {
  display: block;
  font-size: 57px;
  line-height: 42px;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .hero__headline--accent {
    font-size: 72px;
    line-height: 54px;
  }
}

.hero__dot {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 1;
  margin-left: 5px;
  border-radius: 50%;
  background: #E4002B;
  vertical-align: bottom;
}

.hero__body {
  max-width: 600px;
  font-size: 18px;
  line-height: 1.4;
  color: #515254;
}

@media (min-width: 768px) {
  .hero__body {
    color: #ffffff;
  }
}

.product-boxes__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}

.product-box {
  position: relative;
}

.product-box__wrapper {
  position: relative;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
  padding: 80px 32px 32px 32px;
  gap: 24px;
  z-index: 1;
}

@media (min-width: 1024px) {
  .product-box__wrapper {
    flex-direction: row;
  }
}

.product-box__ribbon-bg {
  position: absolute;
  top: 24px;
  left: -16px;
  width: 48px;
  height: 40px;
  background: #4F868E;
  transform-origin: bottom left;
  transform: rotate(45deg);
}

.product-box__ribbon-bg--blue {
  background: #000000;
}

.product-box__ribbon-bg--orange {
  background: #76232F;
}

.product-box__ribbon {
  position: absolute;
  height: 40px;
  line-height: 20px;
  background: #40C0C0;
  color: #fff;
  top: 24px;
  left: -16px;
  padding: 10px 50px 10px 30px;
  z-index: 2;
  overflow: hidden;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.product-box__ribbon--blue {
  background: #3F585A;
}

.product-box__ribbon--orange {
  background: #F26729;
}

.product-box__ribbon::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 20px  solid transparent;
  border-bottom: 20px  solid transparent;
  border-right: 20px solid #fff;
}

.product-box__ribbon::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1.5rem;
  height: 100%;
  background: #22c4c8;
  transform-origin: bottom left;
  transform: rotate(-45deg);
  z-index: 1;
}

.product-box__ribbon--blue::after {
  background: #3F585A;
}

.product-box__ribbon--orange::after {
  background: #F26729;
}

.product-box__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media (min-width: 1024px) {
  .product-box__content {
    flex: 0 1 70%;
  }

  .product-box__content--narrow {
    flex: 0 1 60%;
  }
}

.product-box__image--circle {
  transform: translateY(100px);
  margin-top: -90px;
}

@media (min-width: 1024px) {
  .product-box__image {
    order: -1;
    flex-grow: 1;
    display: flex;
    justify-content: center;
  }

  .product-box__image img {
    max-width: 160px;
  }

  .product-box__image--circle {
    order: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(30%, -40%);
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .product-box__image--circle {
    width: calc(280px * 1.1);
    transform: translate(20%, -35%);
  }
}

.product-box__title {
  width: 100%;
  text-align: left;
  color: #4F868E;
  text-transform: none;
  font-size: 27px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px;
  margin: 0;
}

.product-box__copy {
  line-height: 1.4;
  margin: 0;
}

.product-box__decor {
  display: none;
}

@media (min-width: 1024px) {
  .product-box__decor {
    display: block;
    position: absolute;
    bottom: 0;
    left: -120px;
    z-index: -1;
  }
}

.product-box__btn:hover {
  color: #ffffff;
}

.product-box__btn:focus {
  color: #ffffff;
}

@media (min-width: 1024px) {
  .product-box__btn {
    font-size: 14px;
    width: fit-content;
  }
}

.mobile-hide {
  display: none;
}

.desktop-hide {
  display: block;
}

.form {
  background-color: #ffffff;
  padding: 48px;
  border-radius: 8px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 32px;
}

@media (min-width: 768px) {
  .form {
    margin: 0;
  }
}

.form__title {
  color: #4F868E;
  text-transform: none;
  font-size: 27px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px;
  margin: 0;
}

.form__copy {
  line-height: 1.4;
  margin: 0;
}

.form__holder p {
  margin: 0;
}

.footer {
  background-color: #000000;
  color: #ffffff;
  font-size: .875rem;
}

.footer a {
  color: #ffffff;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.footer hr {
  border: 1px solid #656565;
}

.footer__wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem .75rem;
}

.footer__models {
  text-align: center;
}

.footer__models h4 {
  font-size: 1.5rem;
  margin-bottom: .5rem;
}

.footer__models .footer__model-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  -moz-column-gap: .25rem;
  column-gap: .25rem;
  list-style: disc;
  padding-left: 1rem;
  margin: 0;
}

.footer__info {
  padding: 0 .75rem;
  text-align: center;
}

.footer__info p {
  margin-bottom: 1rem;
}

.footer__info span {
  font-weight: bold;
}

.footer__info a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.footer__logo {
  text-align: center;
}

.section-disclaimer {
  margin-bottom: 30px;
}

.section-disclaimer .disclaimer-text {
  font-family: "Rheem Sans";
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

/* Contact Form 7 Styles */
label.floating {
  position: relative;
  display: block;
  margin-bottom: 24px;
}

label.floating:last-of-type {
  margin-bottom: 10px;
}

label.floating .wpcf7-form-control-wrap > input,
.wpcf7-form-control-wrap > select
{
  width: 100%;
  padding: 1.25rem 1rem .75rem;
  border: 1px solid #8A8C8E;
  border-radius: .25rem;
  font-size: 1rem;
  background: #fff;
}

label.floating .label-text {
  position: absolute;
  left: .75rem;
  top: 1rem;
  pointer-events: none;
  transition: all .2s ease;
  background:#ffffff;
  padding: 0 .25rem;
  color: #515254;
  font-family: "Rheem Sans", "Inter", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

label.floating select {
  color: #515254;
  font-family: "Rheem Sans", "Inter", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

label.floating.always-floating .label-text {
  top: 0;
  transform: translateY(-50%); 
  font-family: "Rheem Sans", "Inter", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #515254;
  background: #ffffff;
  padding: 0 .25rem;
}

label.floating .label-text .required-star {
  color: #E4002B;
}

label.floating:focus-within .label-text,
label.floating:has(input:not(:placeholder-shown)) .label-text {
  top: 0;
  transform: translateY(-50%);
}

label.floating select {
  appearance: none; 
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 3rem;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxOCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuMDc1NTQgOS40OTY2OUM5LjI2MDI1IDkuNDgwMzMgOS40MzUxMSA5LjQwNDA4IDkuNTc1IDkuMjc5MjJMMTcuNjc2NCAyLjA5NTA5QzE3Ljg2MDggMS45NDE1NyAxNy45NzY0IDEuNzE3ODQgMTcuOTk2NyAxLjQ3NTMxQzE4LjAxNzIgMS4yMzI3OCAxNy45NDA3IDAuOTkyMDkxIDE3Ljc4NDcgMC44MDg0MUMxNy42Mjg5IDAuNjI0ODI4IDE3LjQwNyAwLjUxMzg4OCAxNy4xNjk3IDAuNTAxMjM2QzE2LjkzMjYgMC40ODg0NzEgMTYuNzAwNiAwLjU3NTA0MSAxNi41MjY4IDAuNzQxMDk5TDguOTk5OTcgNy40MTMwN0wxLjQ3MzEgMC43NDEwOTlMMS40NzMyMSAwLjc0MTA5OUMxLjI5OTQ4IDAuNTc1MDQgMS4wNjc0NiAwLjQ4ODQ3IDAuODMwMjQ4IDAuNTAxMjM1QzAuNTkzMTM2IDAuNTEzODg0IDAuMzcxMTgzIDAuNjI0ODI0IDAuMjE1MzMyIDAuODA4NDFDMC4wNTkzNyAwLjk5MjEwOCAtMC4wMTcxMzk1IDEuMjMyNzggMC4wMDMyMzI5MSAxLjQ3NTMxQzAuMDIzNzE3OCAxLjcxNzg0IDAuMTM5Mjc1IDEuOTQxNTcgMC4zMjM2NTggMi4wOTUwOUw4LjQyNTA4IDkuMjc5MjJDOC42MDQxMyA5LjQzOTAxIDguODM4NjMgOS41MTc1OCA5LjA3NTIgOS40OTY2OUw5LjA3NTU0IDkuNDk2NjlaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K') no-repeat right 1.25rem center / 14px 14px;
}

input:focus,
select:focus-visible 
{
  outline: none;
  border-color: #4F868E !important; 
}

input[type="submit"] {
  color: #FFF;
  font-family: "Rheem Sans", "Inter", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 16px;
  border: none;
  border-radius: 6px;
  background: #E4002B;
  cursor: pointer;
}

input[type="submit"]:hover {
  background-color: #b80023;
}

.wpcf7-not-valid-tip {
  position: absolute;
  font-size: 13px !important;
}

.wpcf7 br {
  display: none;
}

.wpcf7-acceptance .wpcf7-list-item {
  font-size: 10px;
  line-height: 14px;
  margin: 0 0 24px 0;
}

.wpcf7-acceptance input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
}

.wpcf7-acceptance label {
  position: relative; 
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  cursor: pointer;
}

.wpcf7-acceptance .wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  padding-left: 28px;
}

.wpcf7-acceptance .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0; 
  border: 1px solid #8A8C8E;
  border-radius: 5px;
  margin-top: 2px;
  position: absolute;
  left: 0;
}

.wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
  background:
    #E4002B                                         /* brand red */
    url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNSAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzg0Ml80MjYpIj4KPHBhdGggZD0iTTE0LjExNDQgMC41NDc3OThDMTMuOTUyMiAwLjM4NTYxIDEzLjczMjggMC4yOTQ2NzggMTMuNTAzMiAwLjI5NDY3OEMxMy4yNzQ0IDAuMjk0Njc4IDEzLjA1NDEgMC4zODU2MTYgMTIuODkxOSAwLjU0Nzc5OEw1Ljg1OTcyIDcuNTgxSDUuODYwNjZDNS44MDM0NyA3LjYzNjMxIDUuNzEzNDcgNy42MzYzMSA1LjY1NjI4IDcuNTgxTDMuMTA0MjggNS4wMzFDMi45NDIwOSA0Ljg2ODgxIDIuNzIxNzggNC43Nzc4OCAyLjQ5MzA0IDQuNzc3ODhDMi4yNjMzNiA0Ljc3Nzg4IDIuMDQzOTggNC44Njg4MiAxLjg4MTggNS4wMzFDMS43MTk2MiA1LjE5MzE4IDEuNjI4NjggNS40MTI1NiAxLjYyODY4IDUuNjQyMjRDMS42Mjg2OCA1Ljg3MSAxLjcxOTYyIDYuMDkwMzYgMS44ODE4IDYuMjUyNTZMNS4wMzgyIDkuNDA4MTZDNS4yMjg1MSA5LjU5ODQ3IDUuNDg1MzggOS43MDUzNCA1Ljc1NDQ0IDkuNzA1MzRDNi4wMjI1NiA5LjcwNTM0IDYuMjgwMzggOS41OTg0NiA2LjQ3MDY4IDkuNDA4MTZMMTQuMTEwMyAxLjc2OTM2QzE0LjI3MjUgMS42MDgxMSAxNC4zNjQzIDEuMzg4NzQgMTQuMzY1MyAxLjE1OTA0QzE0LjM2NjIgMC45MzAyNzggMTQuMjc1MyAwLjcwOTk3OCAxNC4xMTQgMC41NDc3OThIMTQuMTE0NFoiIGZpbGw9IndoaXRlIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfODQyXzQyNiI+CjxyZWN0IHdpZHRoPSIxNCIgaGVpZ2h0PSIxMCIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuODk5MjYxKSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=")
    center / 12px 8px no-repeat;
  border-color: #E4002B;
}

.wpcf7-acceptance .wpcf7-list-item-label a {
  color: #E4002B;
  text-decoration: underline;
}

.wpcf7-acceptance + .wpcf7-not-valid-tip {
  position: unset !important;
}

/* Confirmation page */
.confirmation[id=wrapper] {
  min-height: 80vh;
}

.confirmation .hero__bg {
  margin-bottom: 100px;
}