@charset "UTF-8";
html {
  box-sizing: border-box;
  font-size: 10px;
  height: 100%;
}
body,
html {
  max-width: 100%;
  overflow-x: hidden;
}

*,
*:after,
*:before {
  box-sizing: inherit;
}

@font-face {
  font-family: "ChemoursSans-Bold";
  src: url("ChemoursSans-Bold.woff") format("woff"), url("ChemoursSans-Bold.svg") format("svg");
}
@font-face {
  font-family: "ChemoursSans-Book";
  src: url("ChemoursSans-Book.woff") format("woff"), url("ChemoursSans-Book.svg") format("svg");
}
@font-face {
  font-family: "ChemoursSans-Med";
  src: url("ChemoursSans-Medium.woff") format("woff"), url("ChemoursSans-Medium.svg") format("svg");
}
@font-face {
  font-family: "ChemoursSans-Light";
  src: url("ChemoursSans-Light.woff") format("woff"), url("ChemoursSans-Light.svg") format("svg");
}
@font-face {
  font-family: "ChemoursSans-Heavy";
  src: url("ChemoursSans-Heavy.woff") format("woff"), url("ChemoursSans-Heavy.svg") format("svg");
}
body {
  background: #fff;
  margin: 0;
  font-family: "ChemoursSans-Med", Helvetica, Arial, sans-serif;
  height: 100%;
  font-size: 1.6rem;
  line-height: 1;
  color: #303133;
  opacity: 0;
  transition: 0.4s ease-in-out;
}
@media (min-width: 992px) {
  body {
    font-size: 1.8rem;
  }
}
body.body-ready {
  opacity: 1;
}

.container {
  width: 100%;
  max-width: 1310px;
  margin: 0 auto;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #e53e30;
}
.opteon a {
  color: #005eb8;
}
.tipure a {
  color: #0092bc;
}
.nafion a {
  color: #ae2085;
}
.viton a {
  color: #af141a;
}
.krytox a {
  color: #005880;
}
.freon a {
  color: #009b9e;
}
.teflon a {
  color: #cf202e;
}
.glyclean a {
  color: #4C9C2E;
}

a:focus,
a:hover {
  text-decoration: none;
  color: #f28b00;
}
.opteon a:focus,
.opteon a:hover {
  color: #00acec;
}
.tipure a:focus,
.tipure a:hover {
  color: #8ccee1;
}
.nafion a:focus,
.nafion a:hover {
  color: #c462a8;
}
.viton a:focus,
.viton a:hover {
  color: #da291c;
}
.krytox a:focus,
.krytox a:hover {
  color: #6696b5;
}
.freon a:focus,
.freon a:hover {
  color: #84cfd2;
}
.teflon a:focus,
.teflon a:hover {
  color: #f41f3a;
}
.glyclean a:focus,
.glyclean a:hover {
  color: #76BC21;
}

strong,
b {
  font-family: "ChemoursSans-Bold", Helvetica, Arial, sans-serif;
}

p,
.paragraph {
  font-family: "ChemoursSans-Book", Helvetica, Arial, sans-serif;
  line-height: 1.7;
  margin-bottom: 2rem;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  image-rendering: optimizeQuality;
}

img[align=left] {
  margin: 0 2rem 1rem 0;
}

img[align=right] {
  margin: 0 0 1rem 2rem;
}

sup {
  font-size: 70%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5rem;
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "ChemoursSans-Book", Helvetica, Arial, sans-serif;
  text-align: left;
  color: #303133;
}
h1.top-headline,
h2.top-headline,
h3.top-headline,
h4.top-headline,
h5.top-headline,
h6.top-headline {
  margin-top: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "ChemoursSans-Book", Helvetica, Arial, sans-serif;
  text-align: left;
  color: #303133;
}

h1 {
  font-family: "ChemoursSans-Med", Helvetica, Arial, sans-serif;
  font-size: 2.4rem;
  line-height: 1;
}
@media (min-width: 768px) {
  h1 {
    font-size: 3.2rem;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 4.4rem;
  }
}

.content-title.bottom:after, .content-title.bottom:before, .content-title.top:after, .content-title.top:before {
  height: 4px;
  width: 67px;
}
@media (min-width: 992px) {
  .content-title.bottom:after, .content-title.bottom:before, .content-title.top:after, .content-title.top:before {
    height: 6px;
    width: 92px;
  }
}
.content-title.bottom:after {
  background-image: linear-gradient(to right, #c41d4a, #f28b00);
  content: "";
  display: block;
  margin: 1rem 0 2rem;
}
.content-title.top:before {
  background-image: linear-gradient(to right, #c41d4a, #f28b00);
  content: "";
  display: block;
  margin: 2rem 0 1.5rem;
}
.opteon .content-title.bottom:after {
  background-image: linear-gradient(to right, #005eb8, #00acec);
}
.opteon .content-title.top:before {
  background-image: linear-gradient(to right, #005eb8, #00acec);
}
.tipure .content-title.bottom:after {
  background-image: linear-gradient(to right, #0092bc, #8ccee1);
}
.tipure .content-title.top:before {
  background-image: linear-gradient(to right, #0092bc, #8ccee1);
}
.nafion .content-title.bottom:after {
  background-image: linear-gradient(to right, #ae2085, #c462a8);
}
.nafion .content-title.top:before {
  background-image: linear-gradient(to right, #ae2085, #c462a8);
}
.viton .content-title.bottom:after {
  background-image: linear-gradient(to right, #af141a, #da291c);
}
.viton .content-title.top:before {
  background-image: linear-gradient(to right, #af141a, #da291c);
}
.krytox .content-title.bottom:after {
  background-image: linear-gradient(to right, #005880, #6696b5);
}
.krytox .content-title.top:before {
  background-image: linear-gradient(to right, #005880, #6696b5);
}
.freon .content-title.bottom:after {
  background-image: linear-gradient(to right, #009b9e, #84cfd2);
}
.freon .content-title.top:before {
  background-image: linear-gradient(to right, #009b9e, #84cfd2);
}
.teflon .content-title.bottom:after {
  background-image: linear-gradient(to right, #cf202e, #f41f3a);
}
.teflon .content-title.top:before {
  background-image: linear-gradient(to right, #cf202e, #f41f3a);
}
.glyclean .content-title.bottom:after {
  background-image: linear-gradient(to right, #4C9C2E, #76BC21);
}
.glyclean .content-title.top:before {
  background-image: linear-gradient(to right, #4C9C2E, #76BC21);
}
.content-title.bottom.white:after {
  background-image: linear-gradient(to right, #fff, #fff);
}
.content-title.top.white:before {
  background-image: linear-gradient(to right, #fff, #fff);
}

.main-content {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .main-content {
    margin-bottom: 6rem;
  }
}

.test-color {
  position: fixed;
  top: 0;
  left: 0;
  padding: 3rem;
  z-index: 9999;
  background: #fff;
}

.highlights {
  background-image: url("bg-highlights-corp.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3rem 0;
  color: #fff;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .highlights {
    margin-top: 3rem;
    padding: 4rem 0;
  }
}
@media (min-width: 992px) {
  .highlights {
    margin-top: 4rem;
    padding: 7rem 0;
  }
}
@media (min-width: 1200px) {
  .highlights {
    margin-top: 6rem;
  }
}
.is-ie .highlights {
  background-image: url("bg-highlights-corp.jpg");
}
.opteon .highlights {
  background-image: url("bg-highlights-opteon.svg");
}
.opteon.is-ie .highlights {
  background-image: url("bg-highlights-opteon.jpg");
}
.tipure .highlights {
  background-image: url("bg-highlights-tipure.svg");
}
.tipure.is-ie .highlights {
  background-image: url("bg-highlights-tipure.jpg");
}
.nafion .highlights {
  background-image: url("bg-highlights-nafion.svg");
}
.nafion.is-ie .highlights {
  background-image: url("bg-highlights-nafion.jpg");
}
.viton .highlights {
  background-image: url("bg-highlights-viton.svg");
}
.viton.is-ie .highlights {
  background-image: url("bg-highlights-viton.jpg");
}
.krytox .highlights {
  background-image: url("bg-highlights-krytox.svg");
}
.krytox.is-ie .highlights {
  background-image: url("bg-highlights-krytox.jpg");
}
.freon .highlights {
  background-image: url("bg-highlights-freon.svg");
}
.freon.is-ie .highlights {
  background-image: url("bg-highlights-freon.jpg");
}
.teflon .highlights {
  background-image: url("bg-highlights-teflon.svg");
}
.teflon.is-ie .highlights {
  background-image: url("bg-highlights-teflon.jpg");
}
.glyclean .highlights {
  background-image: url("bg-highlights-glyclean.svg");
}
.glyclean.is-ie .highlights {
  background-image: url("bg-highlights-glyclean.jpg");
}
.highlights h2 {
  display: block;
  text-align: center;
  margin: 0 0 4rem;
  color: #fff;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .highlights .highlight {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.highlights .highlight .dyncol {
  font-family: "ChemoursSans-Book", Helvetica, Arial, sans-serif;
  line-height: 1.7;
}
.highlights .highlight .dyncol p {
  margin-bottom: 2rem;
}
.highlights .highlight .dyncol:before {
  height: 4px;
  width: 54px;
  background-image: linear-gradient(to right, #fff, #fff);
  content: "";
  display: block;
  margin: 1.5rem 0;
}
@media (min-width: 992px) {
  .highlights .highlight .dyncol:before {
    height: 6px;
    width: 54px;
  }
}
.highlights .highlight .dyncol.text-center:before {
  margin-left: auto;
  margin-right: auto;
}
.highlights .highlight[data-column-count="1"] .dyncol {
  flex-basis: 100%;
}
.highlights .highlight[data-column-count="2"] .dyncol {
  flex-basis: 45%;
}
.highlights .highlight[data-column-count="3"] .dyncol {
  flex-basis: 30%;
}
.highlights .highlight a {
  color: #fff !important;
}

.nextgen-ahr .highlights a {
  text-decoration: underline;
}

.sub-highlights {
  background-image: url("bg-sub-highlights.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3rem 0;
}
.is-ie .sub-highlights {
  background-image: url("bg-sub-highlights.png");
}
@media (min-width: 768px) {
  .sub-highlights {
    padding: 4rem 0;
  }
}
@media (min-width: 992px) {
  .sub-highlights {
    padding: 7rem 0;
  }
}
.sub-highlights h2 {
  display: block;
  margin: 0 0 4rem;
  text-transform: uppercase;
  max-width: 850px;
}
@media (min-width: 768px) {
  .sub-highlights .sub-highlight {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.sub-highlights .sub-highlight .subcont {
  font-family: "ChemoursSans-Book", Helvetica, Arial, sans-serif;
  line-height: 1.7;
}
.sub-highlights .sub-highlight .subcont p {
  margin-bottom: 2rem;
}
.sub-highlights .sub-highlight[data-column-count="1"] .dyncol {
  flex-basis: 100%;
}
.sub-highlights .sub-highlight[data-column-count="2"] .dyncol {
  flex-basis: 45%;
}

.call-out {
  background-color: #e53e30;
  background-image: url("bg-pullquote--corporate.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 4rem 0;
  color: #fff;
  padding: 4rem 2rem;
}
.call-out a {
  color: #fff;
  text-decoration: underline;
}
.call-out a:hover {
  color: #fff;
}
.call-out.is-ie .call-out {
  background-image: url("bg-pullquote--corporate.jpg");
}
@media (min-width: 768px) {
  .call-out {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .call-out {
    padding: 5rem 4rem;
  }
}
@media (min-width: 1200px) {
  .call-out {
    padding: 6rem 10rem;
  }
}
.opteon .call-out {
  background-color: #005eb8;
  background-image: url("bg-pullquote--opteon.svg");
}
.opteon.is-ie .call-out {
  background-image: url("bg-pullquote--opteon.jpg");
}
.tipure .call-out {
  background-color: #0092bc;
  background-image: url("bg-pullquote--tipure.svg");
}
.tipure.is-ie .call-out {
  background-image: url("bg-pullquote--tipure.jpg");
}
.nafion .call-out {
  background-color: #ae2085;
  background-image: url("bg-pullquote--nafion.svg");
}
.nafion.is-ie .call-out {
  background-image: url("bg-pullquote--nafion.jpg");
}
.viton .call-out {
  background-color: #af141a;
  background-image: url("bg-pullquote--viton.svg");
}
.viton.is-ie .call-out {
  background-image: url("bg-pullquote--viton.jpg");
}
.krytox .call-out {
  background-color: #005880;
  background-image: url("bg-pullquote--krytox.svg");
}
.krytox.is-ie .call-out {
  background-image: url("bg-pullquote--krytox.jpg");
}
.freon .call-out {
  background-color: #009b9e;
  background-image: url("bg-pullquote--freon.svg");
}
.freon.is-ie .call-out {
  background-image: url("bg-pullquote--freon.jpg");
}
.teflon .call-out {
  background-color: #cf202e;
  background-image: url("bg-pullquote--teflon.svg");
}
.teflon.is-ie .call-out {
  background-image: url("bg-pullquote--teflon.jpg");
}
.glyclean .call-out {
  background-color: #4C9C2E;
  background-image: url("bg-pullquote--glyclean.svg");
}
.glyclean.is-ie .call-out {
  background-image: url("bg-pullquote--glyclean.jpg");
}
.call-out .call-out-image-wrap {
  padding: 20px;
}
@media (min-width: 768px) {
  .call-out .call-out-image-wrap {
    flex: 1 0 300px;
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .call-out .call-out-image-wrap {
    flex: 1 0 350px;
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .call-out .call-out-image-wrap {
    flex: 1 0 400px;
    padding: 50px;
  }
}
.call-out .call-out-text-container {
  text-align: center;
  line-height: 1.5;
  font-family: "ChemoursSans-Book", Helvetica, Arial, sans-serif;
}
@media (min-width: 768px) {
  .call-out .call-out-text-container {
    text-align: left;
  }
}
.call-out .call-out-text-container strong {
  font-family: "ChemoursSans-Bold", Helvetica, Arial, sans-serif;
}
.call-out .call-out-text-container .call-out-text {
  font-family: "ChemoursSans-Book", Helvetica, Arial, sans-serif;
  font-size: 2.6rem;
  padding: 0 0 0 1rem;
}
@media (min-width: 768px) {
  .call-out .call-out-text-container .call-out-text {
    font-size: 2.8rem;
    padding: 2rem 0 0 1rem;
  }
}
@media (min-width: 992px) {
  .call-out .call-out-text-container .call-out-text {
    font-size: 3.2rem;
    padding: 3rem 0 0 2rem;
  }
}
@media (min-width: 1200px) {
  .call-out .call-out-text-container .call-out-text {
    font-size: 3.6rem;
    padding: 4rem 0 0 2rem;
  }
}

.nextgen-ahr .call-out {
  justify-content: normal;
}
@media (min-width: 768px) {
  .nextgen-ahr .call-out .call-out-image-wrap {
    flex: none;
  }
}
@media (min-width: 992px) {
  .nextgen-ahr .call-out .call-out-image-wrap {
    flex: none;
  }
}
@media (min-width: 1200px) {
  .nextgen-ahr .call-out .call-out-image-wrap {
    flex: none;
  }
}
.nextgen-ahr .call-out .call-out-image-wrap .call-out-image {
  text-align: center;
}

/***** Language Dropdown *****/
.langSelectWrapper {
  position: relative;
  width: 100%;
  max-width: 130px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .langSelectWrapper {
    position: absolute;
    z-index: 5000;
    top: 15%;
    right: 10%;
    font-size: 1.2rem;
  }
}
.langSelectWrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.langSelectWrapper ul li {
  line-height: 2.25;
  cursor: pointer;
}
.langSelectWrapper ul li .fa {
  color: #e53e30;
}
.langSelectWrapper ul li .fa:before {
  margin: 0 5px;
  transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .opteon .langSelectWrapper ul li .fa:before {
    color: #005eb8;
  }
  .tipure .langSelectWrapper ul li .fa:before {
    color: #0092bc;
  }
  .nafion .langSelectWrapper ul li .fa:before {
    color: #ae2085;
  }
  .viton .langSelectWrapper ul li .fa:before {
    color: #af141a;
  }
  .krytox .langSelectWrapper ul li .fa:before {
    color: #005880;
  }
  .freon .langSelectWrapper ul li .fa:before {
    color: #009b9e;
  }
  .teflon .langSelectWrapper ul li .fa:before {
    color: #cf202e;
  }
  .glyclean .langSelectWrapper ul li .fa:before {
    color: #4C9C2E;
  }
}
@media (min-width: 768px) {
  .langSelectWrapper ul li .fa {
    color: #fff;
  }
}
.langSelectWrapper ul li.active .fa {
  transform: rotate(180deg);
}
.langSelectWrapper ul li.active ul {
  max-height: 400px;
  margin-bottom: 2rem;
}
.langSelectWrapper > ul {
  position: relative;
}
.langSelectWrapper > ul > li {
  text-align: center;
  color: #303133;
  display: block;
}
@media (min-width: 768px) {
  .langSelectWrapper > ul > li {
    color: #fff;
  }
}
.langSelectWrapper > ul > li > ul {
  display: block;
  border-radius: 10px;
  box-shadow: 6px 6px 15px 0 rgba(0, 0, 0, 0.24);
  max-height: 0;
  overflow: hidden;
  background: #fff;
  transition: 0.4s ease-in-out;
}
.langSelectWrapper > ul > li > ul li {
  border-bottom: 1px solid #cfcfcf;
  color: #303133;
}
.langSelectWrapper > ul > li > ul li:last-child {
  border-bottom: none;
}
.langSelectWrapper > ul > li > ul li.active, .langSelectWrapper > ul > li > ul li:hover {
  color: #e53e30;
}
.opteon .langSelectWrapper > ul > li > ul li.active, .opteon .langSelectWrapper > ul > li > ul li:hover {
  color: #005eb8;
}
.tipure .langSelectWrapper > ul > li > ul li.active, .tipure .langSelectWrapper > ul > li > ul li:hover {
  color: #0092bc;
}
.nafion .langSelectWrapper > ul > li > ul li.active, .nafion .langSelectWrapper > ul > li > ul li:hover {
  color: #ae2085;
}
.viton .langSelectWrapper > ul > li > ul li.active, .viton .langSelectWrapper > ul > li > ul li:hover {
  color: #af141a;
}
.krytox .langSelectWrapper > ul > li > ul li.active, .krytox .langSelectWrapper > ul > li > ul li:hover {
  color: #005880;
}
.freon .langSelectWrapper > ul > li > ul li.active, .freon .langSelectWrapper > ul > li > ul li:hover {
  color: #009b9e;
}
.teflon .langSelectWrapper > ul > li > ul li.active, .teflon .langSelectWrapper > ul > li > ul li:hover {
  color: #cf202e;
}
.glyclean .langSelectWrapper > ul > li > ul li.active, .glyclean .langSelectWrapper > ul > li > ul li:hover {
  color: #4C9C2E;
}

.pre-footer {
  margin: 0;
  font-family: "ChemoursSans-Book", Helvetica, Arial, sans-serif;
}
.pre-footer h2 {
  color: #fff;
}
.pre-footer .icon-grid ul {
  padding: 30px 0;
  margin: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .pre-footer .icon-grid ul {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
  }
}
.pre-footer .icon-grid ul li {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  align-items: center;
  padding: 30px 0;
  line-height: 1.4;
}
.pre-footer .icon-grid ul li .icon-wrap {
  display: flex;
  flex: 0 0 90px;
  align-self: center;
}
.pre-footer .icon-grid ul li span {
  display: block;
}
.pre-footer .icon-grid ul li span.icon {
  margin: 0 auto;
}
.pre-footer .icon-grid ul li span.icon.leaf {
  width: 28px;
}
.pre-footer .icon-grid ul li span.icon.gear {
  width: 36px;
}
.pre-footer .icon-grid ul li span.icon.target {
  width: 36px;
}
.pre-footer .icon-grid ul li span.icon.money {
  width: 42px;
}
.pre-footer .icon-grid ul li span.icon.shield {
  width: 32px;
}
.pre-footer .icon-grid ul li span.icon.time {
  width: 35px;
}
@media (min-width: 768px) {
  .pre-footer .icon-grid ul li.sm {
    flex: 0 0 30%;
  }
  .pre-footer .icon-grid ul li.md {
    flex: 0 0 30%;
  }
  .pre-footer .icon-grid ul li.lg {
    flex: 0 0 40%;
  }
}

.sub-content {
  padding: 3rem 0;
}
@media (min-width: 768px) {
  .sub-content {
    padding: 4rem 0;
  }
}
@media (min-width: 992px) {
  .sub-content {
    padding: 7rem 0;
  }
}

.nextgen-form {
  background: #f5f5f5;
}
@media (max-width: 767px) {
  .nextgen-form {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 9999;
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .nextgen-form {
    padding: 3rem 2rem;
    margin-bottom: 30px;
  }
}
.nextgen-form .form-header {
  text-transform: uppercase;
  display: block;
  line-height: 1.3;
  position: relative;
}
@media (max-width: 767px) {
  .nextgen-form .form-header {
    font-family: "ChemoursSans-Bold", Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    color: #fff;
    /* fallback/image non-cover color */
    background-color: #c41d4a;
    /* Firefox 3.6+ */
    /* Safari 4+, Chrome 1+ */
    /* Safari 5.1+, Chrome 10+ */
    /* Opera 11.10+ */
    background-image: -o-linear-gradient(left, #c41d4a 0%, #f28b00 100%);
    /* IE10+ */
    /* Standard */
    background: linear-gradient(to right, #c41d4a 0%, #f28b00 100%);
    /* IE6-9 */
    text-align: center;
    padding: 1rem 0 0.7rem;
    margin: 0;
    cursor: pointer;
  }
  .opteon .nextgen-form .form-header {
    /* fallback/image non-cover color */
    background-color: #005eb8;
    /* Firefox 3.6+ */
    /* Safari 4+, Chrome 1+ */
    /* Safari 5.1+, Chrome 10+ */
    /* Opera 11.10+ */
    background-image: -o-linear-gradient(left, #005eb8 0%, #00acec 100%);
    /* IE10+ */
    /* Standard */
    background: linear-gradient(to right, #005eb8 0%, #00acec 100%);
    /* IE6-9 */
  }
  .tipure .nextgen-form .form-header {
    /* fallback/image non-cover color */
    background-color: #0092bc;
    /* Firefox 3.6+ */
    /* Safari 4+, Chrome 1+ */
    /* Safari 5.1+, Chrome 10+ */
    /* Opera 11.10+ */
    background-image: -o-linear-gradient(left, #0092bc 0%, #8ccee1 100%);
    /* IE10+ */
    /* Standard */
    background: linear-gradient(to right, #0092bc 0%, #8ccee1 100%);
    /* IE6-9 */
  }
  .nafion .nextgen-form .form-header {
    /* fallback/image non-cover color */
    background-color: #ae2085;
    /* Firefox 3.6+ */
    /* Safari 4+, Chrome 1+ */
    /* Safari 5.1+, Chrome 10+ */
    /* Opera 11.10+ */
    background-image: -o-linear-gradient(left, #ae2085 0%, #c462a8 100%);
    /* IE10+ */
    /* Standard */
    background: linear-gradient(to right, #ae2085 0%, #c462a8 100%);
    /* IE6-9 */
  }
  .viton .nextgen-form .form-header {
    /* fallback/image non-cover color */
    background-color: #af141a;
    /* Firefox 3.6+ */
    /* Safari 4+, Chrome 1+ */
    /* Safari 5.1+, Chrome 10+ */
    /* Opera 11.10+ */
    background-image: -o-linear-gradient(left, #af141a 0%, #da291c 100%);
    /* IE10+ */
    /* Standard */
    background: linear-gradient(to right, #af141a 0%, #da291c 100%);
    /* IE6-9 */
  }
  .krytox .nextgen-form .form-header {
    /* fallback/image non-cover color */
    background-color: #005880;
    /* Firefox 3.6+ */
    /* Safari 4+, Chrome 1+ */
    /* Safari 5.1+, Chrome 10+ */
    /* Opera 11.10+ */
    background-image: -o-linear-gradient(left, #005880 0%, #6696b5 100%);
    /* IE10+ */
    /* Standard */
    background: linear-gradient(to right, #005880 0%, #6696b5 100%);
    /* IE6-9 */
  }
  .freon .nextgen-form .form-header {
    /* fallback/image non-cover color */
    background-color: #009b9e;
    /* Firefox 3.6+ */
    /* Safari 4+, Chrome 1+ */
    /* Safari 5.1+, Chrome 10+ */
    /* Opera 11.10+ */
    background-image: -o-linear-gradient(left, #009b9e 0%, #84cfd2 100%);
    /* IE10+ */
    /* Standard */
    background: linear-gradient(to right, #009b9e 0%, #84cfd2 100%);
    /* IE6-9 */
  }
  .teflon .nextgen-form .form-header {
    /* fallback/image non-cover color */
    background-color: #cf202e;
    /* Firefox 3.6+ */
    /* Safari 4+, Chrome 1+ */
    /* Safari 5.1+, Chrome 10+ */
    /* Opera 11.10+ */
    background-image: -o-linear-gradient(left, #cf202e 0%, #f41f3a 100%);
    /* IE10+ */
    /* Standard */
    background: linear-gradient(to right, #cf202e 0%, #f41f3a 100%);
    /* IE6-9 */
  }
  .glyclean .nextgen-form .form-header {
    /* fallback/image non-cover color */
    background-color: #4C9C2E;
    /* Firefox 3.6+ */
    /* Safari 4+, Chrome 1+ */
    /* Safari 5.1+, Chrome 10+ */
    /* Opera 11.10+ */
    background-image: -o-linear-gradient(left, #4C9C2E 0%, #76BC21 100%);
    /* IE10+ */
    /* Standard */
    background: linear-gradient(to right, #4C9C2E 0%, #76BC21 100%);
    /* IE6-9 */
  }
  .nextgen-form .form-header #form-header {
    transition: 0.4s ease-in-out;
  }
  .nextgen-form .form-header #form-header:after {
    content: "\F078";
    font-family: "Font Awesome 5 Free";
    color: #fff;
    font-weight: 900;
    font-size: 1.4rem;
    margin: 3px 0 0 10px;
    z-index: 3;
  }
  .nextgen-form .form-header.active:after {
    position: absolute;
    top: 2px;
    right: 20px;
    content: "\F00D";
    font-family: "Font Awesome 5 Free";
    color: #fff;
    font-size: 2rem;
    margin: 3px 0 0 10px;
    z-index: 3;
  }
  .nextgen-form .form-header.active span {
    width: 90%;
  }
  .nextgen-form .form-header.active span:after {
    content: "";
  }
}
@media (min-width: 768px) {
  .nextgen-form .form-header {
    border-bottom: 1px solid #676767;
    margin: 0 0 2rem;
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .nextgen-form .form-collapse {
    display: none;
  }
}
.nextgen-form .form-collapse form {
  max-width: 100% !important;
  /* checkbox aspect */
  /* checked mark aspect changes */
}
@media (max-width: 767px) {
  .nextgen-form .form-collapse form {
    padding: 2rem 15px;
  }
}
.nextgen-form .form-collapse form .mktoFormCol {
  width: 100%;
}
.nextgen-form .form-collapse form .mktoFieldWrap {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}
.nextgen-form .form-collapse form .mktoFieldWrap label {
  display: flex;
  position: absolute;
  font-family: "ChemoursSans-Book", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  top: 1.3rem;
  left: 1.6rem;
  width: 100% !important;
}
.nextgen-form .form-collapse form .mktoFieldWrap label.isvalid {
  opacity: 0;
}
.nextgen-form .form-collapse form .mktoFieldWrap label .mktoAsterix {
  color: #e51b00;
  display: inline;
  order: 2;
}
.nextgen-form .form-collapse form .mktoFieldWrap div.mktoCheckboxList label {
  top: 0;
  left: 0;
}
.nextgen-form .form-collapse form .mktoFieldWrap input[type=text],
.nextgen-form .form-collapse form .mktoFieldWrap input[type=email],
.nextgen-form .form-collapse form .mktoFieldWrap input[type=tel],
.nextgen-form .form-collapse form .mktoFieldWrap textarea {
  font-family: "ChemoursSans-Book", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  width: 100%;
  border: 1px solid #303133;
  padding: 1rem 2rem;
  width: 100% !important;
}
.nextgen-form .form-collapse form .mktoFieldWrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  width: 100%;
  border: 1.3px solid #303133;
  padding: 1rem 1.7rem;
  background: #fff;
  z-index: 2;
  position: relative;
  border-radius: 0;
}
.nextgen-form .form-collapse form .mktoFieldWrap .mktoCheckboxList {
  margin-bottom: 3rem;
}
.nextgen-form .form-collapse form .mktoFieldWrap span.fas {
  position: absolute;
  right: 12px;
  bottom: 10px;
  color: #e53e30;
  font-weight: 900;
  font-size: 1.4rem;
  margin: 3px 0 0;
  z-index: 3;
  pointer-events: none;
}
.opteon .nextgen-form .form-collapse form .mktoFieldWrap span.fas {
  color: #005eb8;
}
.tipure .nextgen-form .form-collapse form .mktoFieldWrap span.fas {
  color: #0092bc;
}
.nafion .nextgen-form .form-collapse form .mktoFieldWrap span.fas {
  color: #ae2085;
}
.viton .nextgen-form .form-collapse form .mktoFieldWrap span.fas {
  color: #af141a;
}
.krytox .nextgen-form .form-collapse form .mktoFieldWrap span.fas {
  color: #005880;
}
.freon .nextgen-form .form-collapse form .mktoFieldWrap span.fas {
  color: #009b9e;
}
.teflon .nextgen-form .form-collapse form .mktoFieldWrap span.fas {
  color: #cf202e;
}
.glyclean .nextgen-form .form-collapse form .mktoFieldWrap span.fas {
  color: #4C9C2E;
}
.nextgen-form .form-collapse form [type=checkbox]:checked,
.nextgen-form .form-collapse form [type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.nextgen-form .form-collapse form [type=checkbox]:checked + label,
.nextgen-form .form-collapse form [type=checkbox]:not(:checked) + label {
  font-family: "ChemoursSans-Med", Helvetica, Arial, sans-serif;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  margin-bottom: 0;
  margin-bottom: 10px;
  line-height: 2rem;
}
.nextgen-form .form-collapse form [type=checkbox]:checked + label a,
.nextgen-form .form-collapse form [type=checkbox]:not(:checked) + label a {
  display: contents;
}
.nextgen-form .form-collapse form [type=checkbox]:checked + label:before,
.nextgen-form .form-collapse form [type=checkbox]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #303133;
  transition: 0.4s;
  transition-property: border, background;
}
.nextgen-form .form-collapse form [type=checkbox]:checked + label:before,
.nextgen-form .form-collapse form [type=checkbox]:not(:checked) + label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: #f28b00;
  border: 1px solid #f28b00;
}
.opteon .nextgen-form .form-collapse form [type=checkbox]:checked + label:before,
.opteon .nextgen-form .form-collapse form [type=checkbox]:not(:checked) + label:after {
  background: #00acec;
  border: 1px solid #00acec;
}
.tipure .nextgen-form .form-collapse form [type=checkbox]:checked + label:before,
.tipure .nextgen-form .form-collapse form [type=checkbox]:not(:checked) + label:after {
  background: #8ccee1;
  border: 1px solid #8ccee1;
}
.nafion .nextgen-form .form-collapse form [type=checkbox]:checked + label:before,
.nafion .nextgen-form .form-collapse form [type=checkbox]:not(:checked) + label:after {
  background: #c462a8;
  border: 1px solid #c462a8;
}
.viton .nextgen-form .form-collapse form [type=checkbox]:checked + label:before,
.viton .nextgen-form .form-collapse form [type=checkbox]:not(:checked) + label:after {
  background: #da291c;
  border: 1px solid #da291c;
}
.krytox .nextgen-form .form-collapse form [type=checkbox]:checked + label:before,
.krytox .nextgen-form .form-collapse form [type=checkbox]:not(:checked) + label:after {
  background: #6696b5;
  border: 1px solid #6696b5;
}
.freon .nextgen-form .form-collapse form [type=checkbox]:checked + label:before,
.freon .nextgen-form .form-collapse form [type=checkbox]:not(:checked) + label:after {
  background: #84cfd2;
  border: 1px solid #84cfd2;
}
.teflon .nextgen-form .form-collapse form [type=checkbox]:checked + label:before,
.teflon .nextgen-form .form-collapse form [type=checkbox]:not(:checked) + label:after {
  background: #f41f3a;
  border: 1px solid #f41f3a;
}
.glyclean .nextgen-form .form-collapse form [type=checkbox]:checked + label:before,
.glyclean .nextgen-form .form-collapse form [type=checkbox]:not(:checked) + label:after {
  background: #76BC21;
  border: 1px solid #76BC21;
}
.nextgen-form .form-collapse form [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
}
.nextgen-form .form-collapse form [type=checkbox]:checked + label:after {
  opacity: 1;
}
.nextgen-form .form-collapse form .select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
.nextgen-form .form-collapse form .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #303133;
  width: 100%;
  height: 40px;
}
.nextgen-form .form-collapse form .select::-ms-expand {
  display: none;
}
.nextgen-form .form-collapse form select::-ms-expand {
  display: none;
}
.nextgen-form .form-collapse form .select-styled {
  font-family: "ChemoursSans-Book", Helvetica, Arial, sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 12px 15px;
  border: 1px solid #303133;
  transition: all 0.2s ease-in;
}
.nextgen-form .form-collapse form .select-styled:after {
  content: "\F078";
  color: #e53e30;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.4rem;
  margin-left: 1rem;
  float: right;
  margin: 3px 0 0;
}
.nextgen-form .form-collapse form .select-styled.active, .nextgen-form .form-collapse form .select-styled:active {
  background-color: #f5f5f5;
}
.nextgen-form .form-collapse form .select-styled.active:after, .nextgen-form .form-collapse form .select-styled:active:after {
  content: "\F077";
}
.nextgen-form .form-collapse form .select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border: 1px solid #303133;
}
.nextgen-form .form-collapse form .select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-top: 1px solid #f5f5f5;
  transition: all 0.4s ease-in;
}
.nextgen-form .form-collapse form .select-options li:hover {
  color: #f5f5f5;
  background: #303133;
}
.nextgen-form .form-collapse form .select-options li[rel=hide] {
  display: none;
}
.nextgen-form .mktoError {
  left: 0 !important;
  position: absolute;
  right: auto !important;
  z-index: 100;
  bottom: -4.6rem !important;
}
.nextgen-form .mktoError .mktoErrorMsg {
  font-size: 1.4rem;
  line-height: 1;
  background: #e51b00;
  color: #fff;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 1.3rem 2rem 1rem;
  text-shadow: none;
}
.nextgen-form .mktoError .mktoErrorArrowWrap {
  width: 16px;
  height: 8px;
  overflow: hidden;
  position: absolute;
  top: -8px;
  left: 5px;
  z-index: 100;
}
.nextgen-form .mktoError .mktoErrorArrowWrap .mktoErrorArrow {
  background-color: #e51b00;
  border: 1px solid #9f1300;
  border-right: none;
  border-bottom: none;
  display: inline-block;
  height: 16px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  width: 16px;
  margin-top: 5px;
}
.nextgen-form .mktoInstruction {
  display: none;
}
.nextgen-form #mktoHp,
.nextgen-form .mktoHp {
  position: absolute;
  left: -9999px;
}
.nextgen-form ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 0;
  /* Firefox */
  font-size: 0;
}
.nextgen-form ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 0;
  /* Firefox */
  font-size: 0;
}
.nextgen-form :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 0;
  /* Firefox */
  font-size: 0;
}
.nextgen-form ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 0;
  /* Firefox */
  font-size: 0;
}
.nextgen-form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 0;
  /* Firefox */
  font-size: 0;
}
.nextgen-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  copacity: 0;
  font-size: 0;
}
.nextgen-form ::-ms-input-placeholder {
  /* Microsoft Edge */
  opacity: 0;
  font-size: 0;
}

.opteon .dyn-color {
  color: #005eb8;
}
.tipure .dyn-color {
  color: #0092bc;
}
.nafion .dyn-color {
  color: #ae2085;
}
.viton .dyn-color {
  color: #af141a;
}
.krytox .dyn-color {
  color: #005880;
}
.freon .dyn-color {
  color: #009b9e;
}
.teflon .dyn-color {
  color: #cf202e;
}
.glyclean .dyn-color {
  color: #4C9C2E;
}
.dyn-color.bottom.white:after {
  background-image: linear-gradient(to right, #fff, #fff);
}
.dyn-color.top.white:before {
  background-image: linear-gradient(to right, #fff, #fff);
}

.cta-button {
  font-family: "ChemoursSans-Bold", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.03em;
  align-items: center;
  border-radius: 10rem;
  color: #fff;
  display: inline-flex;
  padding: 1.8rem 2rem 1.4rem;
  text-transform: uppercase;
  transition-duration: 0.4s;
  transition-property: color, opacity, background, border;
  background-image: linear-gradient(to left, #c41d4a, #f28b00 50%, #c41d4a 100%);
  background-position: left center;
  background-size: 200%;
}
.cta-button:hover {
  background-position: right center;
  color: #fff;
}
.cta-button:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\F054";
  font-size: 0.7em;
  margin-left: 1rem;
}
.opteon .cta-button {
  font-family: "ChemoursSans-Bold", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.03em;
  align-items: center;
  border-radius: 10rem;
  color: #fff;
  display: inline-flex;
  padding: 1.8rem 2rem 1.4rem;
  text-transform: uppercase;
  transition-duration: 0.4s;
  transition-property: color, opacity, background, border;
  background-image: linear-gradient(to left, #005eb8, #00acec 50%, #005eb8 100%);
  background-position: left center;
  background-size: 200%;
}
.opteon .cta-button:hover {
  background-position: right center;
  color: #fff;
}
.opteon .cta-button:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\F054";
  font-size: 0.7em;
  margin-left: 1rem;
}
.tipure .cta-button {
  font-family: "ChemoursSans-Bold", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.03em;
  align-items: center;
  border-radius: 10rem;
  color: #fff;
  display: inline-flex;
  padding: 1.8rem 2rem 1.4rem;
  text-transform: uppercase;
  transition-duration: 0.4s;
  transition-property: color, opacity, background, border;
  background-image: linear-gradient(to left, #0092bc, #8ccee1 50%, #0092bc 100%);
  background-position: left center;
  background-size: 200%;
}
.tipure .cta-button:hover {
  background-position: right center;
  color: #fff;
}
.tipure .cta-button:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\F054";
  font-size: 0.7em;
  margin-left: 1rem;
}
.nafion .cta-button {
  font-family: "ChemoursSans-Bold", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.03em;
  align-items: center;
  border-radius: 10rem;
  color: #fff;
  display: inline-flex;
  padding: 1.8rem 2rem 1.4rem;
  text-transform: uppercase;
  transition-duration: 0.4s;
  transition-property: color, opacity, background, border;
  background-image: linear-gradient(to left, #ae2085, #c462a8 50%, #ae2085 100%);
  background-position: left center;
  background-size: 200%;
}
.nafion .cta-button:hover {
  background-position: right center;
  color: #fff;
}
.nafion .cta-button:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\F054";
  font-size: 0.7em;
  margin-left: 1rem;
}
.viton .cta-button {
  font-family: "ChemoursSans-Bold", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.03em;
  align-items: center;
  border-radius: 10rem;
  color: #fff;
  display: inline-flex;
  padding: 1.8rem 2rem 1.4rem;
  text-transform: uppercase;
  transition-duration: 0.4s;
  transition-property: color, opacity, background, border;
  background-image: linear-gradient(to left, #af141a, #da291c 50%, #af141a 100%);
  background-position: left center;
  background-size: 200%;
}
.viton .cta-button:hover {
  background-position: right center;
  color: #fff;
}
.viton .cta-button:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\F054";
  font-size: 0.7em;
  margin-left: 1rem;
}
.krytox .cta-button {
  font-family: "ChemoursSans-Bold", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.03em;
  align-items: center;
  border-radius: 10rem;
  color: #fff;
  display: inline-flex;
  padding: 1.8rem 2rem 1.4rem;
  text-transform: uppercase;
  transition-duration: 0.4s;
  transition-property: color, opacity, background, border;
  background-image: linear-gradient(to left, #005880, #6696b5 50%, #005880 100%);
  background-position: left center;
  background-size: 200%;
}
.krytox .cta-button:hover {
  background-position: right center;
  color: #fff;
}
.krytox .cta-button:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\F054";
  font-size: 0.7em;
  margin-left: 1rem;
}
.freon .cta-button {
  font-family: "ChemoursSans-Bold", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.03em;
  align-items: center;
  border-radius: 10rem;
  color: #fff;
  display: inline-flex;
  padding: 1.8rem 2rem 1.4rem;
  text-transform: uppercase;
  transition-duration: 0.4s;
  transition-property: color, opacity, background, border;
  background-image: linear-gradient(to left, #009b9e, #84cfd2 50%, #009b9e 100%);
  background-position: left center;
  background-size: 200%;
}
.freon .cta-button:hover {
  background-position: right center;
  color: #fff;
}
.freon .cta-button:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\F054";
  font-size: 0.7em;
  margin-left: 1rem;
}
.teflon .cta-button {
  font-family: "ChemoursSans-Bold", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.03em;
  align-items: center;
  border-radius: 10rem;
  color: #fff;
  display: inline-flex;
  padding: 1.8rem 2rem 1.4rem;
  text-transform: uppercase;
  transition-duration: 0.4s;
  transition-property: color, opacity, background, border;
  background-image: linear-gradient(to left, #cf202e, #f41f3a 50%, #cf202e 100%);
  background-position: left center;
  background-size: 200%;
}
.teflon .cta-button:hover {
  background-position: right center;
  color: #fff;
}
.teflon .cta-button:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\F054";
  font-size: 0.7em;
  margin-left: 1rem;
}
.glyclean .cta-button {
  font-family: "ChemoursSans-Bold", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.03em;
  align-items: center;
  border-radius: 10rem;
  color: #fff;
  display: inline-flex;
  padding: 1.8rem 2rem 1.4rem;
  text-transform: uppercase;
  transition-duration: 0.4s;
  transition-property: color, opacity, background, border;
  background-image: linear-gradient(to left, #4C9C2E, #76BC21 50%, #4C9C2E 100%);
  background-position: left center;
  background-size: 200%;
}
.glyclean .cta-button:hover {
  background-position: right center;
  color: #fff;
}
.glyclean .cta-button:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\F054";
  font-size: 0.7em;
  margin-left: 1rem;
}

a.cta-icon .fas {
  font-family: "Font Awesome 5 Free";
  border: 1px solid #e53e30;
  color: #e53e30;
  font-size: 2rem;
  line-height: 2rem;
  position: relative;
  background: 0 0;
  border-radius: 50%;
  display: flex;
  height: 5rem;
  width: 5rem;
  margin: 0;
  font-weight: 900;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -ms-flexbox;
  align-items: center;
  transition-duration: 0.4s;
  transition-property: background, color;
}
a.cta-icon:hover .fas {
  background: #e53e30;
  color: #fff;
}
.opteon a.cta-icon .fas {
  font-family: "Font Awesome 5 Free";
  border: 1px solid #005eb8;
  color: #005eb8;
  font-size: 2rem;
  line-height: 2rem;
  position: relative;
  background: 0 0;
  border-radius: 50%;
  display: flex;
  height: 5rem;
  width: 5rem;
  margin: 0;
  font-weight: 900;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -ms-flexbox;
  align-items: center;
  transition-duration: 0.4s;
  transition-property: background, color;
}
.opteon a.cta-icon:hover .fas {
  background: #005eb8;
  color: #fff;
}
.tipure a.cta-icon .fas {
  font-family: "Font Awesome 5 Free";
  border: 1px solid #0092bc;
  color: #0092bc;
  font-size: 2rem;
  line-height: 2rem;
  position: relative;
  background: 0 0;
  border-radius: 50%;
  display: flex;
  height: 5rem;
  width: 5rem;
  margin: 0;
  font-weight: 900;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -ms-flexbox;
  align-items: center;
  transition-duration: 0.4s;
  transition-property: background, color;
}
.tipure a.cta-icon:hover .fas {
  background: #0092bc;
  color: #fff;
}
.nafion a.cta-icon .fas {
  font-family: "Font Awesome 5 Free";
  border: 1px solid #ae2085;
  color: #ae2085;
  font-size: 2rem;
  line-height: 2rem;
  position: relative;
  background: 0 0;
  border-radius: 50%;
  display: flex;
  height: 5rem;
  width: 5rem;
  margin: 0;
  font-weight: 900;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -ms-flexbox;
  align-items: center;
  transition-duration: 0.4s;
  transition-property: background, color;
}
.nafion a.cta-icon:hover .fas {
  background: #ae2085;
  color: #fff;
}
.viton a.cta-icon .fas {
  font-family: "Font Awesome 5 Free";
  border: 1px solid #af141a;
  color: #af141a;
  font-size: 2rem;
  line-height: 2rem;
  position: relative;
  background: 0 0;
  border-radius: 50%;
  display: flex;
  height: 5rem;
  width: 5rem;
  margin: 0;
  font-weight: 900;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -ms-flexbox;
  align-items: center;
  transition-duration: 0.4s;
  transition-property: background, color;
}
.viton a.cta-icon:hover .fas {
  background: #af141a;
  color: #fff;
}
.krytox a.cta-icon .fas {
  font-family: "Font Awesome 5 Free";
  border: 1px solid #005880;
  color: #005880;
  font-size: 2rem;
  line-height: 2rem;
  position: relative;
  background: 0 0;
  border-radius: 50%;
  display: flex;
  height: 5rem;
  width: 5rem;
  margin: 0;
  font-weight: 900;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -ms-flexbox;
  align-items: center;
  transition-duration: 0.4s;
  transition-property: background, color;
}
.krytox a.cta-icon:hover .fas {
  background: #005880;
  color: #fff;
}
.freon a.cta-icon .fas {
  font-family: "Font Awesome 5 Free";
  border: 1px solid #009b9e;
  color: #009b9e;
  font-size: 2rem;
  line-height: 2rem;
  position: relative;
  background: 0 0;
  border-radius: 50%;
  display: flex;
  height: 5rem;
  width: 5rem;
  margin: 0;
  font-weight: 900;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -ms-flexbox;
  align-items: center;
  transition-duration: 0.4s;
  transition-property: background, color;
}
.freon a.cta-icon:hover .fas {
  background: #009b9e;
  color: #fff;
}
.teflon a.cta-icon .fas {
  font-family: "Font Awesome 5 Free";
  border: 1px solid #cf202e;
  color: #cf202e;
  font-size: 2rem;
  line-height: 2rem;
  position: relative;
  background: 0 0;
  border-radius: 50%;
  display: flex;
  height: 5rem;
  width: 5rem;
  margin: 0;
  font-weight: 900;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -ms-flexbox;
  align-items: center;
  transition-duration: 0.4s;
  transition-property: background, color;
}
.teflon a.cta-icon:hover .fas {
  background: #cf202e;
  color: #fff;
}
.glyclean a.cta-icon .fas {
  font-family: "Font Awesome 5 Free";
  border: 1px solid #4C9C2E;
  color: #4C9C2E;
  font-size: 2rem;
  line-height: 2rem;
  position: relative;
  background: 0 0;
  border-radius: 50%;
  display: flex;
  height: 5rem;
  width: 5rem;
  margin: 0;
  font-weight: 900;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -ms-flexbox;
  align-items: center;
  transition-duration: 0.4s;
  transition-property: background, color;
}
.glyclean a.cta-icon:hover .fas {
  background: #4C9C2E;
  color: #fff;
}

.mktoButtonRow .mktoButtonWrap [type=submit] {
  font-family: "ChemoursSans-Bold", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.03em;
  align-items: center;
  border-radius: 10rem;
  color: #fff;
  display: inline-flex;
  padding: 1.8rem 2rem 1.4rem;
  text-transform: uppercase;
  transition-duration: 0.4s;
  transition-property: color, opacity, background, border;
  background-image: linear-gradient(to left, #c41d4a, #f28b00 50%, #c41d4a 100%);
  background-position: left center;
  background-size: 200%;
  border: none;
}
.mktoButtonRow .mktoButtonWrap [type=submit]:hover {
  background-position: right center;
  color: #fff;
}
.mktoButtonRow .mktoButtonWrap [type=submit]:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\F054";
  font-size: 0.7em;
  margin-left: 1rem;
}
.opteon .mktoButtonRow .mktoButtonWrap [type=submit] {
  font-family: "ChemoursSans-Bold", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.03em;
  align-items: center;
  border-radius: 10rem;
  color: #fff;
  display: inline-flex;
  padding: 1.8rem 2rem 1.4rem;
  text-transform: uppercase;
  transition-duration: 0.4s;
  transition-property: color, opacity, background, border;
  background-image: linear-gradient(to left, #005eb8, #00acec 50%, #005eb8 100%);
  background-position: left center;
  background-size: 200%;
}
.opteon .mktoButtonRow .mktoButtonWrap [type=submit]:hover {
  background-position: right center;
  color: #fff;
}
.opteon .mktoButtonRow .mktoButtonWrap [type=submit]:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\F054";
  font-size: 0.7em;
  margin-left: 1rem;
}
.tipure .mktoButtonRow .mktoButtonWrap [type=submit] {
  font-family: "ChemoursSans-Bold", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.03em;
  align-items: center;
  border-radius: 10rem;
  color: #fff;
  display: inline-flex;
  padding: 1.8rem 2rem 1.4rem;
  text-transform: uppercase;
  transition-duration: 0.4s;
  transition-property: color, opacity, background, border;
  background-image: linear-gradient(to left, #0092bc, #8ccee1 50%, #0092bc 100%);
  background-position: left center;
  background-size: 200%;
}
.tipure .mktoButtonRow .mktoButtonWrap [type=submit]:hover {
  background-position: right center;
  color: #fff;
}
.tipure .mktoButtonRow .mktoButtonWrap [type=submit]:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\F054";
  font-size: 0.7em;
  margin-left: 1rem;
}
.nafion .mktoButtonRow .mktoButtonWrap [type=submit] {
  font-family: "ChemoursSans-Bold", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.03em;
  align-items: center;
  border-radius: 10rem;
  color: #fff;
  display: inline-flex;
  padding: 1.8rem 2rem 1.4rem;
  text-transform: uppercase;
  transition-duration: 0.4s;
  transition-property: color, opacity, background, border;
  background-image: linear-gradient(to left, #ae2085, #c462a8 50%, #ae2085 100%);
  background-position: left center;
  background-size: 200%;
}
.nafion .mktoButtonRow .mktoButtonWrap [type=submit]:hover {
  background-position: right center;
  color: #fff;
}
.nafion .mktoButtonRow .mktoButtonWrap [type=submit]:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\F054";
  font-size: 0.7em;
  margin-left: 1rem;
}
.viton .mktoButtonRow .mktoButtonWrap [type=submit] {
  font-family: "ChemoursSans-Bold", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.03em;
  align-items: center;
  border-radius: 10rem;
  color: #fff;
  display: inline-flex;
  padding: 1.8rem 2rem 1.4rem;
  text-transform: uppercase;
  transition-duration: 0.4s;
  transition-property: color, opacity, background, border;
  background-image: linear-gradient(to left, #af141a, #da291c 50%, #af141a 100%);
  background-position: left center;
  background-size: 200%;
}
.viton .mktoButtonRow .mktoButtonWrap [type=submit]:hover {
  background-position: right center;
  color: #fff;
}
.viton .mktoButtonRow .mktoButtonWrap [type=submit]:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\F054";
  font-size: 0.7em;
  margin-left: 1rem;
}
.krytox .mktoButtonRow .mktoButtonWrap [type=submit] {
  font-family: "ChemoursSans-Bold", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.03em;
  align-items: center;
  border-radius: 10rem;
  color: #fff;
  display: inline-flex;
  padding: 1.8rem 2rem 1.4rem;
  text-transform: uppercase;
  transition-duration: 0.4s;
  transition-property: color, opacity, background, border;
  background-image: linear-gradient(to left, #005880, #6696b5 50%, #005880 100%);
  background-position: left center;
  background-size: 200%;
}
.krytox .mktoButtonRow .mktoButtonWrap [type=submit]:hover {
  background-position: right center;
  color: #fff;
}
.krytox .mktoButtonRow .mktoButtonWrap [type=submit]:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\F054";
  font-size: 0.7em;
  margin-left: 1rem;
}
.freon .mktoButtonRow .mktoButtonWrap [type=submit] {
  font-family: "ChemoursSans-Bold", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.03em;
  align-items: center;
  border-radius: 10rem;
  color: #fff;
  display: inline-flex;
  padding: 1.8rem 2rem 1.4rem;
  text-transform: uppercase;
  transition-duration: 0.4s;
  transition-property: color, opacity, background, border;
  background-image: linear-gradient(to left, #009b9e, #84cfd2 50%, #009b9e 100%);
  background-position: left center;
  background-size: 200%;
}
.freon .mktoButtonRow .mktoButtonWrap [type=submit]:hover {
  background-position: right center;
  color: #fff;
}
.freon .mktoButtonRow .mktoButtonWrap [type=submit]:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\F054";
  font-size: 0.7em;
  margin-left: 1rem;
}
.teflon .mktoButtonRow .mktoButtonWrap [type=submit] {
  font-family: "ChemoursSans-Bold", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.03em;
  align-items: center;
  border-radius: 10rem;
  color: #fff;
  display: inline-flex;
  padding: 1.8rem 2rem 1.4rem;
  text-transform: uppercase;
  transition-duration: 0.4s;
  transition-property: color, opacity, background, border;
  background-image: linear-gradient(to left, #cf202e, #f41f3a 50%, #cf202e 100%);
  background-position: left center;
  background-size: 200%;
}
.teflon .mktoButtonRow .mktoButtonWrap [type=submit]:hover {
  background-position: right center;
  color: #fff;
}
.teflon .mktoButtonRow .mktoButtonWrap [type=submit]:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\F054";
  font-size: 0.7em;
  margin-left: 1rem;
}
.glyclean .mktoButtonRow .mktoButtonWrap [type=submit] {
  font-family: "ChemoursSans-Bold", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.03em;
  align-items: center;
  border-radius: 10rem;
  color: #fff;
  display: inline-flex;
  padding: 1.8rem 2rem 1.4rem;
  text-transform: uppercase;
  transition-duration: 0.4s;
  transition-property: color, opacity, background, border;
  background-image: linear-gradient(to left, #4C9C2E, #76BC21 50%, #4C9C2E 100%);
  background-position: left center;
  background-size: 200%;
}
.glyclean .mktoButtonRow .mktoButtonWrap [type=submit]:hover {
  background-position: right center;
  color: #fff;
}
.glyclean .mktoButtonRow .mktoButtonWrap [type=submit]:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\F054";
  font-size: 0.7em;
  margin-left: 1rem;
}

.header {
  margin-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .header {
    margin-bottom: 4rem;
  }
}
.header .container {
  position: relative;
  padding: 0;
}
@media (min-width: 992px) {
  .header .container {
    padding: 0 15px;
  }
}
.header .hero-home {
  background-size: cover;
  background-position: top center;
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .header .hero-home {
    padding-bottom: 20px;
  }
}
.header .hero-home.multiply {
  background-image: none !important;
}
.header .hero-home .hero-content {
  position: relative;
  color: #fff;
  padding: 1% 2%;
  z-index: 4000;
  text-align: center;
}
@media (min-width: 768px) {
  .header .hero-home .hero-content {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .header .hero-home .hero-content {
    min-height: 5%;
  }
}
.header .hero-home .hero-content .logo {
  background-image: url("logo-chemours.svg");
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 58px;
  z-index: -1;
  margin: 0 auto 2rem;
  position: relative;
}
.header .hero-home .hero-content .logo:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 30.303030303%;
}
.header .hero-home .hero-content .logo .aspect-ratio-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@media (min-width: 768px) {
  .header .hero-home .hero-content .logo {
    background-position: left bottom;
    margin: 0 0 3rem;
    height: 74px;
  }
}
.is-ie .header .hero-home .hero-content .logo {
  background-image: url("logo-chemours.png");
}
.header .hero-home .hero-content .logo a {
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.opteon .header .hero-home .hero-content .logo {
  background-image: url("logo-opteon.svg");
}
.opteon.is-ie .header .hero-home .hero-content .logo {
  background-image: url("logo-opteon.png");
}
.tipure .header .hero-home .hero-content .logo {
  background-image: url("logo-tipure.svg");
}
.tipure.is-ie .header .hero-home .hero-content .logo {
  background-image: url("logo-tipure.png");
}
.nafion .header .hero-home .hero-content .logo {
  background-image: url("logo-nafion.svg");
}
.nafion.is-ie .header .hero-home .hero-content .logo {
  background-image: url("logo-nafion.png");
}
.viton .header .hero-home .hero-content .logo {
  background-image: url("logo-viton.svg");
}
.viton.is-ie .header .hero-home .hero-content .logo {
  background-image: url("logo-viton.png");
}
.krytox .header .hero-home .hero-content .logo {
  background-image: url("logo-krytox.svg");
}
.krytox.is-ie .header .hero-home .hero-content .logo {
  background-image: url("logo-krytox.png");
}
.freon .header .hero-home .hero-content .logo {
  background-image: url("logo-freon.svg");
}
.freon.is-ie .header .hero-home .hero-content .logo {
  background-image: url("logo-freon.png");
}
.teflon .header .hero-home .hero-content .logo {
  background-image: url("logo-teflon.svg");
}
.teflon.is-ie .header .hero-home .hero-content .logo {
  background-image: url("logo-teflon.png");
}
.glyclean .header .hero-home .hero-content .logo {
  background-image: url("logo-glyclean.svg");
}
.glyclean.is-ie .header .hero-home .hero-content .logo {
  background-image: url("logo-glyclean.png");
}
.header .hero-home .hero-content h1 {
  font-family: "ChemoursSans-Med", Helvetica, Arial, sans-serif;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .header .hero-home .hero-content h1 {
    font-size: 3.4rem;
    max-width: 70%;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .header .hero-home .hero-content h1 {
    font-size: 4.4rem;
  }
}
.header .hero-home .hero-content .sub-brand {
  font-family: "ChemoursSans-Bold", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  margin-top: 20px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .header .hero-home .hero-content .sub-brand {
    font-size: 1.8rem;
    max-width: 70%;
  }
}
.header .hero-home .hero-content .sub-brand:empty {
  display: none;
}
.header .hero-home .hero-content .asset-category {
  font-family: "ChemoursSans-Book", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 2.8rem;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .header .hero-home .hero-content .asset-category {
    font-size: 3.4rem;
    max-width: 70%;
  }
}

.hero_bg-shapes {
  width: 200%;
  position: absolute;
  top: 0;
  left: -50%;
  z-index: 2000;
}
@media (min-width: 768px) {
  .hero_bg-shapes {
    top: inherit;
    bottom: 6%;
    left: -75%;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hero_bg-shapes {
    height: 100%;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hero_bg-shapes .hero_bg-shape {
    height: 100%;
  }
}
.hero_bg-shapes .hero_bg-shape.hero_bg-shape-front svg {
  fill: rgba(229, 62, 48, 0.7);
}
.opteon .hero_bg-shapes .hero_bg-shape.hero_bg-shape-front svg {
  fill: rgba(0, 94, 184, 0.7);
}
.tipure .hero_bg-shapes .hero_bg-shape.hero_bg-shape-front svg {
  fill: rgba(0, 146, 188, 0.7);
}
.nafion .hero_bg-shapes .hero_bg-shape.hero_bg-shape-front svg {
  fill: rgba(174, 32, 133, 0.7);
}
.viton .hero_bg-shapes .hero_bg-shape.hero_bg-shape-front svg {
  fill: rgba(175, 20, 26, 0.7);
}
.krytox .hero_bg-shapes .hero_bg-shape.hero_bg-shape-front svg {
  fill: rgba(0, 88, 128, 0.7);
}
.freon .hero_bg-shapes .hero_bg-shape.hero_bg-shape-front svg {
  fill: rgba(0, 155, 158, 0.7);
}
.teflon .hero_bg-shapes .hero_bg-shape.hero_bg-shape-front svg {
  fill: rgba(207, 32, 46, 0.7);
}
.glyclean .hero_bg-shapes .hero_bg-shape.hero_bg-shape-front svg {
  fill: rgba(76, 156, 46, 0.7);
}
.hero_bg-shapes .hero_bg-shape.hero_bg-shape-back {
  width: 85%;
  position: absolute;
  left: 3.5%;
  top: 0;
  z-index: 2;
}
.hero_bg-shapes .hero_bg-shape.hero_bg-shape-back svg {
  fill: rgba(229, 62, 48, 0.95);
}
.opteon .hero_bg-shapes .hero_bg-shape.hero_bg-shape-back svg {
  fill: rgba(0, 94, 184, 0.9);
}
.tipure .hero_bg-shapes .hero_bg-shape.hero_bg-shape-back svg {
  fill: rgba(0, 146, 188, 0.9);
}
.nafion .hero_bg-shapes .hero_bg-shape.hero_bg-shape-back svg {
  fill: rgba(174, 32, 133, 0.9);
}
.viton .hero_bg-shapes .hero_bg-shape.hero_bg-shape-back svg {
  fill: rgba(175, 20, 26, 0.9);
}
.krytox .hero_bg-shapes .hero_bg-shape.hero_bg-shape-back svg {
  fill: rgba(0, 88, 128, 0.9);
}
.freon .hero_bg-shapes .hero_bg-shape.hero_bg-shape-back svg {
  fill: rgba(0, 155, 158, 0.9);
}
.teflon .hero_bg-shapes .hero_bg-shape.hero_bg-shape-back svg {
  fill: rgba(207, 32, 46, 0.9);
}
.glyclean .hero_bg-shapes .hero_bg-shape.hero_bg-shape-back svg {
  fill: rgba(76, 156, 46, 0.9);
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(229, 62, 48, 0.8);
}
.opteon .hero-overlay {
  background: rgba(0, 94, 184, 0.8);
}
.tipure .hero-overlay {
  background: rgba(0, 146, 188, 0.8);
}
.nafion .hero-overlay {
  background: rgba(174, 32, 133, 0.8);
}
.viton .hero-overlay {
  background: rgba(175, 20, 26, 0.8);
}
.krytox .hero-overlay {
  background: rgba(0, 88, 128, 0.8);
}
.freon .hero-overlay {
  background: rgba(0, 155, 158, 0.8);
}
.teflon .hero-overlay {
  background: rgba(207, 32, 46, 0.8);
}
.glyclean .hero-overlay {
  background: rgba(76, 156, 46, 0.8);
}
@media (min-width: 768px) {
  .hero-overlay {
    background: transparent;
  }
}
.hero-overlay svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  display: none;
}
@media (min-width: 768px) {
  .hero-overlay svg {
    display: block;
  }
}
.hero-overlay svg rect {
  fill: rgba(229, 62, 48, 0.8);
}
.opteon .hero-overlay svg rect {
  fill: rgba(0, 94, 184, 0.8);
}
.tipure .hero-overlay svg rect {
  fill: rgba(0, 146, 188, 0.8);
}
.nafion .hero-overlay svg rect {
  fill: rgba(174, 32, 133, 0.8);
}
.viton .hero-overlay svg rect {
  fill: rgba(175, 20, 26, 0.8);
}
.krytox .hero-overlay svg rect {
  fill: rgba(0, 88, 128, 0.8);
}
.freon .hero-overlay svg rect {
  fill: rgba(0, 155, 158, 0.8);
}
.teflon .hero-overlay svg rect {
  fill: rgba(207, 32, 46, 0.8);
}
.glyclean .hero-overlay svg rect {
  fill: rgba(76, 156, 46, 0.8);
}
@media (min-width: 768px) {
  .hero-overlay.normal {
    background: transparent;
  }
}

.footer {
  background: #3c3c3b;
  color: #fff;
  overflow: hidden;
  font-size: 1.3rem;
}
.footer .footer-inner {
  padding: 5rem 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .footer .footer-inner {
    padding: 5rem 300px 5rem 0;
  }
}
.footer .footer-inner .footer-bg-container {
  height: 0;
  left: 35%;
  padding-top: 57.7%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.footer .footer-inner .footer-bg-container:before {
  background-image: linear-gradient(to bottom, #454544, #3a3a39 50%);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: calc(100% - 1px);
  top: 0;
  width: 75vw;
}
.footer .footer-inner .footer-bg-container svg {
  fill: url("#g-gray-footer-large");
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.footer .footer-inner .social-ctas {
  position: relative;
}
@media (min-width: 768px) {
  .footer .footer-inner .social-ctas {
    position: absolute;
    top: 5rem;
    right: 5rem;
  }
}
.footer .footer-inner .social-ctas .social-icons-links {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  margin-bottom: 6%;
}
@media (min-width: 768px) {
  .footer .footer-inner .social-ctas .social-icons-links {
    justify-content: flex-start;
  }
}
.footer .footer-inner .social-ctas .social-icons-links li {
  list-style: none;
  margin-left: 1rem;
}
.footer .footer-inner .social-ctas .social-icons-icon {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  color: #303133;
  display: inline-flex;
  font-size: 1.35rem;
  height: 3.1rem;
  justify-content: center;
  transition-duration: 0.4s;
  transition-property: color, background-color;
  width: 3.1rem;
}
.footer .footer-inner .footer-bottom .copyright {
  display: flex;
  align-items: baseline;
}

svg .color-footer-light-gray {
  stop-color: #454544;
}

svg .color-footer-dark-gray {
  stop-color: #3a3a39;
}

/* Utility Spacing */
/* Used to override the margin and padding utility */
/* Bootstrap Overrides */
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 10px !important;
}

.mt-1,
.my-1 {
  margin-top: 10px !important;
}

.mr-1,
.mx-1 {
  margin-right: 10px !important;
}

.mb-1,
.my-1 {
  margin-bottom: 10px !important;
}

.ml-1,
.mx-1 {
  margin-left: 10px !important;
}

.m-2 {
  margin: 20px !important;
}

.mt-2,
.my-2 {
  margin-top: 20px !important;
}

.mr-2,
.mx-2 {
  margin-right: 20px !important;
}

.mb-2,
.my-2 {
  margin-bottom: 20px !important;
}

.ml-2,
.mx-2 {
  margin-left: 20px !important;
}

.m-3 {
  margin: 30px !important;
}

.mt-3,
.my-3 {
  margin-top: 30px !important;
}

.mr-3,
.mx-3 {
  margin-right: 30px !important;
}

.mb-3,
.my-3 {
  margin-bottom: 30px !important;
}

.ml-3,
.mx-3 {
  margin-left: 30px !important;
}

.m-4 {
  margin: 40px !important;
}

.mt-4,
.my-4 {
  margin-top: 40px !important;
}

.mr-4,
.mx-4 {
  margin-right: 40px !important;
}

.mb-4,
.my-4 {
  margin-bottom: 40px !important;
}

.ml-4,
.mx-4 {
  margin-left: 40px !important;
}

.m-5 {
  margin: 50px !important;
}

.mt-5,
.my-5 {
  margin-top: 50px !important;
}

.mr-5,
.mx-5 {
  margin-right: 50px !important;
}

.mb-5,
.my-5 {
  margin-bottom: 50px !important;
}

.ml-5,
.mx-5 {
  margin-left: 50px !important;
}

.m-6 {
  margin: 60px !important;
}

.mt-6,
.my-6 {
  margin-top: 60px !important;
}

.mr-6,
.mx-6 {
  margin-right: 60px !important;
}

.mb-6,
.my-6 {
  margin-bottom: 60px !important;
}

.ml-6,
.mx-6 {
  margin-left: 60px !important;
}

.m-7 {
  margin: 70px !important;
}

.mt-7,
.my-7 {
  margin-top: 70px !important;
}

.mr-7,
.mx-7 {
  margin-right: 70px !important;
}

.mb-7,
.my-7 {
  margin-bottom: 70px !important;
}

.ml-7,
.mx-7 {
  margin-left: 70px !important;
}

.m-8 {
  margin: 80px !important;
}

.mt-8,
.my-8 {
  margin-top: 80px !important;
}

.mr-8,
.mx-8 {
  margin-right: 80px !important;
}

.mb-8,
.my-8 {
  margin-bottom: 80px !important;
}

.ml-8,
.mx-8 {
  margin-left: 80px !important;
}

.m-9 {
  margin: 90px !important;
}

.mt-9,
.my-9 {
  margin-top: 90px !important;
}

.mr-9,
.mx-9 {
  margin-right: 90px !important;
}

.mb-9,
.my-9 {
  margin-bottom: 90px !important;
}

.ml-9,
.mx-9 {
  margin-left: 90px !important;
}

.m-10 {
  margin: 100px !important;
}

.mt-10,
.my-10 {
  margin-top: 100px !important;
}

.mr-10,
.mx-10 {
  margin-right: 100px !important;
}

.mb-10,
.my-10 {
  margin-bottom: 100px !important;
}

.ml-10,
.mx-10 {
  margin-left: 100px !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 10px !important;
}

.pt-1,
.py-1 {
  padding-top: 10px !important;
}

.pr-1,
.px-1 {
  padding-right: 10px !important;
}

.pb-1,
.py-1 {
  padding-bottom: 10px !important;
}

.pl-1,
.px-1 {
  padding-left: 10px !important;
}

.p-2 {
  padding: 20px !important;
}

.pt-2,
.py-2 {
  padding-top: 20px !important;
}

.pr-2,
.px-2 {
  padding-right: 20px !important;
}

.pb-2,
.py-2 {
  padding-bottom: 20px !important;
}

.pl-2,
.px-2 {
  padding-left: 20px !important;
}

.p-3 {
  padding: 30px !important;
}

.pt-3,
.py-3 {
  padding-top: 30px !important;
}

.pr-3,
.px-3 {
  padding-right: 30px !important;
}

.pb-3,
.py-3 {
  padding-bottom: 30px !important;
}

.pl-3,
.px-3 {
  padding-left: 30px !important;
}

.p-4 {
  padding: 40px !important;
}

.pt-4,
.py-4 {
  padding-top: 40px !important;
}

.pr-4,
.px-4 {
  padding-right: 40px !important;
}

.pb-4,
.py-4 {
  padding-bottom: 40px !important;
}

.pl-4,
.px-4 {
  padding-left: 40px !important;
}

.p-5 {
  padding: 50px !important;
}

.pt-5,
.py-5 {
  padding-top: 50px !important;
}

.pr-5,
.px-5 {
  padding-right: 50px !important;
}

.pb-5,
.py-5 {
  padding-bottom: 50px !important;
}

.pl-5,
.px-5 {
  padding-left: 50px !important;
}

.p-6 {
  padding: 60px !important;
}

.pt-6,
.py-6 {
  padding-top: 60px !important;
}

.pr-6,
.px-6 {
  padding-right: 60px !important;
}

.pb-6,
.py-6 {
  padding-bottom: 60px !important;
}

.pl-6,
.px-6 {
  padding-left: 60px !important;
}

.p-7 {
  padding: 70px !important;
}

.pt-7,
.py-7 {
  padding-top: 70px !important;
}

.pr-7,
.px-7 {
  padding-right: 70px !important;
}

.pb-7,
.py-7 {
  padding-bottom: 70px !important;
}

.pl-7,
.px-7 {
  padding-left: 70px !important;
}

.p-8 {
  padding: 80px !important;
}

.pt-8,
.py-8 {
  padding-top: 80px !important;
}

.pr-8,
.px-8 {
  padding-right: 80px !important;
}

.pb-8,
.py-8 {
  padding-bottom: 80px !important;
}

.pl-8,
.px-8 {
  padding-left: 80px !important;
}

.p-9 {
  padding: 90px !important;
}

.pt-9,
.py-9 {
  padding-top: 90px !important;
}

.pr-9,
.px-9 {
  padding-right: 90px !important;
}

.pb-9,
.py-9 {
  padding-bottom: 90px !important;
}

.pl-9,
.px-9 {
  padding-left: 90px !important;
}

.p-10 {
  padding: 100px !important;
}

.pt-10,
.py-10 {
  padding-top: 100px !important;
}

.pr-10,
.px-10 {
  padding-right: 100px !important;
}

.pb-10,
.py-10 {
  padding-bottom: 100px !important;
}

.pl-10,
.px-10 {
  padding-left: 100px !important;
}

.m-n1 {
  margin: -10px !important;
}

.mt-n1,
.my-n1 {
  margin-top: -10px !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -10px !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -10px !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -10px !important;
}

.m-n2 {
  margin: -20px !important;
}

.mt-n2,
.my-n2 {
  margin-top: -20px !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -20px !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -20px !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -20px !important;
}

.m-n3 {
  margin: -30px !important;
}

.mt-n3,
.my-n3 {
  margin-top: -30px !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -30px !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -30px !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -30px !important;
}

.m-n4 {
  margin: -40px !important;
}

.mt-n4,
.my-n4 {
  margin-top: -40px !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -40px !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -40px !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -40px !important;
}

.m-n5 {
  margin: -50px !important;
}

.mt-n5,
.my-n5 {
  margin-top: -50px !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -50px !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -50px !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -50px !important;
}

.m-n6 {
  margin: -60px !important;
}

.mt-n6,
.my-n6 {
  margin-top: -60px !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -60px !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -60px !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -60px !important;
}

.m-n7 {
  margin: -70px !important;
}

.mt-n7,
.my-n7 {
  margin-top: -70px !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -70px !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -70px !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -70px !important;
}

.m-n8 {
  margin: -80px !important;
}

.mt-n8,
.my-n8 {
  margin-top: -80px !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -80px !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -80px !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -80px !important;
}

.m-n9 {
  margin: -90px !important;
}

.mt-n9,
.my-n9 {
  margin-top: -90px !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -90px !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -90px !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -90px !important;
}

.m-n10 {
  margin: -100px !important;
}

.mt-n10,
.my-n10 {
  margin-top: -100px !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -100px !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -100px !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -100px !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 10px !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 10px !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 10px !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 10px !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 10px !important;
  }

  .m-sm-2 {
    margin: 20px !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 20px !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 20px !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 20px !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 20px !important;
  }

  .m-sm-3 {
    margin: 30px !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 30px !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 30px !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 30px !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 30px !important;
  }

  .m-sm-4 {
    margin: 40px !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 40px !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 40px !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 40px !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 40px !important;
  }

  .m-sm-5 {
    margin: 50px !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 50px !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 50px !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 50px !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 50px !important;
  }

  .m-sm-6 {
    margin: 60px !important;
  }

  .mt-sm-6,
.my-sm-6 {
    margin-top: 60px !important;
  }

  .mr-sm-6,
.mx-sm-6 {
    margin-right: 60px !important;
  }

  .mb-sm-6,
.my-sm-6 {
    margin-bottom: 60px !important;
  }

  .ml-sm-6,
.mx-sm-6 {
    margin-left: 60px !important;
  }

  .m-sm-7 {
    margin: 70px !important;
  }

  .mt-sm-7,
.my-sm-7 {
    margin-top: 70px !important;
  }

  .mr-sm-7,
.mx-sm-7 {
    margin-right: 70px !important;
  }

  .mb-sm-7,
.my-sm-7 {
    margin-bottom: 70px !important;
  }

  .ml-sm-7,
.mx-sm-7 {
    margin-left: 70px !important;
  }

  .m-sm-8 {
    margin: 80px !important;
  }

  .mt-sm-8,
.my-sm-8 {
    margin-top: 80px !important;
  }

  .mr-sm-8,
.mx-sm-8 {
    margin-right: 80px !important;
  }

  .mb-sm-8,
.my-sm-8 {
    margin-bottom: 80px !important;
  }

  .ml-sm-8,
.mx-sm-8 {
    margin-left: 80px !important;
  }

  .m-sm-9 {
    margin: 90px !important;
  }

  .mt-sm-9,
.my-sm-9 {
    margin-top: 90px !important;
  }

  .mr-sm-9,
.mx-sm-9 {
    margin-right: 90px !important;
  }

  .mb-sm-9,
.my-sm-9 {
    margin-bottom: 90px !important;
  }

  .ml-sm-9,
.mx-sm-9 {
    margin-left: 90px !important;
  }

  .m-sm-10 {
    margin: 100px !important;
  }

  .mt-sm-10,
.my-sm-10 {
    margin-top: 100px !important;
  }

  .mr-sm-10,
.mx-sm-10 {
    margin-right: 100px !important;
  }

  .mb-sm-10,
.my-sm-10 {
    margin-bottom: 100px !important;
  }

  .ml-sm-10,
.mx-sm-10 {
    margin-left: 100px !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 10px !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 10px !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 10px !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 10px !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 10px !important;
  }

  .p-sm-2 {
    padding: 20px !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 20px !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 20px !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 20px !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 20px !important;
  }

  .p-sm-3 {
    padding: 30px !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 30px !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 30px !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 30px !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 30px !important;
  }

  .p-sm-4 {
    padding: 40px !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 40px !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 40px !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 40px !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 40px !important;
  }

  .p-sm-5 {
    padding: 50px !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 50px !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 50px !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 50px !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 50px !important;
  }

  .p-sm-6 {
    padding: 60px !important;
  }

  .pt-sm-6,
.py-sm-6 {
    padding-top: 60px !important;
  }

  .pr-sm-6,
.px-sm-6 {
    padding-right: 60px !important;
  }

  .pb-sm-6,
.py-sm-6 {
    padding-bottom: 60px !important;
  }

  .pl-sm-6,
.px-sm-6 {
    padding-left: 60px !important;
  }

  .p-sm-7 {
    padding: 70px !important;
  }

  .pt-sm-7,
.py-sm-7 {
    padding-top: 70px !important;
  }

  .pr-sm-7,
.px-sm-7 {
    padding-right: 70px !important;
  }

  .pb-sm-7,
.py-sm-7 {
    padding-bottom: 70px !important;
  }

  .pl-sm-7,
.px-sm-7 {
    padding-left: 70px !important;
  }

  .p-sm-8 {
    padding: 80px !important;
  }

  .pt-sm-8,
.py-sm-8 {
    padding-top: 80px !important;
  }

  .pr-sm-8,
.px-sm-8 {
    padding-right: 80px !important;
  }

  .pb-sm-8,
.py-sm-8 {
    padding-bottom: 80px !important;
  }

  .pl-sm-8,
.px-sm-8 {
    padding-left: 80px !important;
  }

  .p-sm-9 {
    padding: 90px !important;
  }

  .pt-sm-9,
.py-sm-9 {
    padding-top: 90px !important;
  }

  .pr-sm-9,
.px-sm-9 {
    padding-right: 90px !important;
  }

  .pb-sm-9,
.py-sm-9 {
    padding-bottom: 90px !important;
  }

  .pl-sm-9,
.px-sm-9 {
    padding-left: 90px !important;
  }

  .p-sm-10 {
    padding: 100px !important;
  }

  .pt-sm-10,
.py-sm-10 {
    padding-top: 100px !important;
  }

  .pr-sm-10,
.px-sm-10 {
    padding-right: 100px !important;
  }

  .pb-sm-10,
.py-sm-10 {
    padding-bottom: 100px !important;
  }

  .pl-sm-10,
.px-sm-10 {
    padding-left: 100px !important;
  }

  .m-sm-n1 {
    margin: -10px !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -10px !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -10px !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -10px !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -10px !important;
  }

  .m-sm-n2 {
    margin: -20px !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -20px !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -20px !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -20px !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -20px !important;
  }

  .m-sm-n3 {
    margin: -30px !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -30px !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -30px !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -30px !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -30px !important;
  }

  .m-sm-n4 {
    margin: -40px !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -40px !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -40px !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -40px !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -40px !important;
  }

  .m-sm-n5 {
    margin: -50px !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -50px !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -50px !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -50px !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -50px !important;
  }

  .m-sm-n6 {
    margin: -60px !important;
  }

  .mt-sm-n6,
.my-sm-n6 {
    margin-top: -60px !important;
  }

  .mr-sm-n6,
.mx-sm-n6 {
    margin-right: -60px !important;
  }

  .mb-sm-n6,
.my-sm-n6 {
    margin-bottom: -60px !important;
  }

  .ml-sm-n6,
.mx-sm-n6 {
    margin-left: -60px !important;
  }

  .m-sm-n7 {
    margin: -70px !important;
  }

  .mt-sm-n7,
.my-sm-n7 {
    margin-top: -70px !important;
  }

  .mr-sm-n7,
.mx-sm-n7 {
    margin-right: -70px !important;
  }

  .mb-sm-n7,
.my-sm-n7 {
    margin-bottom: -70px !important;
  }

  .ml-sm-n7,
.mx-sm-n7 {
    margin-left: -70px !important;
  }

  .m-sm-n8 {
    margin: -80px !important;
  }

  .mt-sm-n8,
.my-sm-n8 {
    margin-top: -80px !important;
  }

  .mr-sm-n8,
.mx-sm-n8 {
    margin-right: -80px !important;
  }

  .mb-sm-n8,
.my-sm-n8 {
    margin-bottom: -80px !important;
  }

  .ml-sm-n8,
.mx-sm-n8 {
    margin-left: -80px !important;
  }

  .m-sm-n9 {
    margin: -90px !important;
  }

  .mt-sm-n9,
.my-sm-n9 {
    margin-top: -90px !important;
  }

  .mr-sm-n9,
.mx-sm-n9 {
    margin-right: -90px !important;
  }

  .mb-sm-n9,
.my-sm-n9 {
    margin-bottom: -90px !important;
  }

  .ml-sm-n9,
.mx-sm-n9 {
    margin-left: -90px !important;
  }

  .m-sm-n10 {
    margin: -100px !important;
  }

  .mt-sm-n10,
.my-sm-n10 {
    margin-top: -100px !important;
  }

  .mr-sm-n10,
.mx-sm-n10 {
    margin-right: -100px !important;
  }

  .mb-sm-n10,
.my-sm-n10 {
    margin-bottom: -100px !important;
  }

  .ml-sm-n10,
.mx-sm-n10 {
    margin-left: -100px !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 10px !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 10px !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 10px !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 10px !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 10px !important;
  }

  .m-md-2 {
    margin: 20px !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 20px !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 20px !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 20px !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 20px !important;
  }

  .m-md-3 {
    margin: 30px !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 30px !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 30px !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 30px !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 30px !important;
  }

  .m-md-4 {
    margin: 40px !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 40px !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 40px !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 40px !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 40px !important;
  }

  .m-md-5 {
    margin: 50px !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 50px !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 50px !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 50px !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 50px !important;
  }

  .m-md-6 {
    margin: 60px !important;
  }

  .mt-md-6,
.my-md-6 {
    margin-top: 60px !important;
  }

  .mr-md-6,
.mx-md-6 {
    margin-right: 60px !important;
  }

  .mb-md-6,
.my-md-6 {
    margin-bottom: 60px !important;
  }

  .ml-md-6,
.mx-md-6 {
    margin-left: 60px !important;
  }

  .m-md-7 {
    margin: 70px !important;
  }

  .mt-md-7,
.my-md-7 {
    margin-top: 70px !important;
  }

  .mr-md-7,
.mx-md-7 {
    margin-right: 70px !important;
  }

  .mb-md-7,
.my-md-7 {
    margin-bottom: 70px !important;
  }

  .ml-md-7,
.mx-md-7 {
    margin-left: 70px !important;
  }

  .m-md-8 {
    margin: 80px !important;
  }

  .mt-md-8,
.my-md-8 {
    margin-top: 80px !important;
  }

  .mr-md-8,
.mx-md-8 {
    margin-right: 80px !important;
  }

  .mb-md-8,
.my-md-8 {
    margin-bottom: 80px !important;
  }

  .ml-md-8,
.mx-md-8 {
    margin-left: 80px !important;
  }

  .m-md-9 {
    margin: 90px !important;
  }

  .mt-md-9,
.my-md-9 {
    margin-top: 90px !important;
  }

  .mr-md-9,
.mx-md-9 {
    margin-right: 90px !important;
  }

  .mb-md-9,
.my-md-9 {
    margin-bottom: 90px !important;
  }

  .ml-md-9,
.mx-md-9 {
    margin-left: 90px !important;
  }

  .m-md-10 {
    margin: 100px !important;
  }

  .mt-md-10,
.my-md-10 {
    margin-top: 100px !important;
  }

  .mr-md-10,
.mx-md-10 {
    margin-right: 100px !important;
  }

  .mb-md-10,
.my-md-10 {
    margin-bottom: 100px !important;
  }

  .ml-md-10,
.mx-md-10 {
    margin-left: 100px !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 10px !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 10px !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 10px !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 10px !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 10px !important;
  }

  .p-md-2 {
    padding: 20px !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 20px !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 20px !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 20px !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 20px !important;
  }

  .p-md-3 {
    padding: 30px !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 30px !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 30px !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 30px !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 30px !important;
  }

  .p-md-4 {
    padding: 40px !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 40px !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 40px !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 40px !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 40px !important;
  }

  .p-md-5 {
    padding: 50px !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 50px !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 50px !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 50px !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 50px !important;
  }

  .p-md-6 {
    padding: 60px !important;
  }

  .pt-md-6,
.py-md-6 {
    padding-top: 60px !important;
  }

  .pr-md-6,
.px-md-6 {
    padding-right: 60px !important;
  }

  .pb-md-6,
.py-md-6 {
    padding-bottom: 60px !important;
  }

  .pl-md-6,
.px-md-6 {
    padding-left: 60px !important;
  }

  .p-md-7 {
    padding: 70px !important;
  }

  .pt-md-7,
.py-md-7 {
    padding-top: 70px !important;
  }

  .pr-md-7,
.px-md-7 {
    padding-right: 70px !important;
  }

  .pb-md-7,
.py-md-7 {
    padding-bottom: 70px !important;
  }

  .pl-md-7,
.px-md-7 {
    padding-left: 70px !important;
  }

  .p-md-8 {
    padding: 80px !important;
  }

  .pt-md-8,
.py-md-8 {
    padding-top: 80px !important;
  }

  .pr-md-8,
.px-md-8 {
    padding-right: 80px !important;
  }

  .pb-md-8,
.py-md-8 {
    padding-bottom: 80px !important;
  }

  .pl-md-8,
.px-md-8 {
    padding-left: 80px !important;
  }

  .p-md-9 {
    padding: 90px !important;
  }

  .pt-md-9,
.py-md-9 {
    padding-top: 90px !important;
  }

  .pr-md-9,
.px-md-9 {
    padding-right: 90px !important;
  }

  .pb-md-9,
.py-md-9 {
    padding-bottom: 90px !important;
  }

  .pl-md-9,
.px-md-9 {
    padding-left: 90px !important;
  }

  .p-md-10 {
    padding: 100px !important;
  }

  .pt-md-10,
.py-md-10 {
    padding-top: 100px !important;
  }

  .pr-md-10,
.px-md-10 {
    padding-right: 100px !important;
  }

  .pb-md-10,
.py-md-10 {
    padding-bottom: 100px !important;
  }

  .pl-md-10,
.px-md-10 {
    padding-left: 100px !important;
  }

  .m-md-n1 {
    margin: -10px !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -10px !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -10px !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -10px !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -10px !important;
  }

  .m-md-n2 {
    margin: -20px !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -20px !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -20px !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -20px !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -20px !important;
  }

  .m-md-n3 {
    margin: -30px !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -30px !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -30px !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -30px !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -30px !important;
  }

  .m-md-n4 {
    margin: -40px !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -40px !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -40px !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -40px !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -40px !important;
  }

  .m-md-n5 {
    margin: -50px !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -50px !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -50px !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -50px !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -50px !important;
  }

  .m-md-n6 {
    margin: -60px !important;
  }

  .mt-md-n6,
.my-md-n6 {
    margin-top: -60px !important;
  }

  .mr-md-n6,
.mx-md-n6 {
    margin-right: -60px !important;
  }

  .mb-md-n6,
.my-md-n6 {
    margin-bottom: -60px !important;
  }

  .ml-md-n6,
.mx-md-n6 {
    margin-left: -60px !important;
  }

  .m-md-n7 {
    margin: -70px !important;
  }

  .mt-md-n7,
.my-md-n7 {
    margin-top: -70px !important;
  }

  .mr-md-n7,
.mx-md-n7 {
    margin-right: -70px !important;
  }

  .mb-md-n7,
.my-md-n7 {
    margin-bottom: -70px !important;
  }

  .ml-md-n7,
.mx-md-n7 {
    margin-left: -70px !important;
  }

  .m-md-n8 {
    margin: -80px !important;
  }

  .mt-md-n8,
.my-md-n8 {
    margin-top: -80px !important;
  }

  .mr-md-n8,
.mx-md-n8 {
    margin-right: -80px !important;
  }

  .mb-md-n8,
.my-md-n8 {
    margin-bottom: -80px !important;
  }

  .ml-md-n8,
.mx-md-n8 {
    margin-left: -80px !important;
  }

  .m-md-n9 {
    margin: -90px !important;
  }

  .mt-md-n9,
.my-md-n9 {
    margin-top: -90px !important;
  }

  .mr-md-n9,
.mx-md-n9 {
    margin-right: -90px !important;
  }

  .mb-md-n9,
.my-md-n9 {
    margin-bottom: -90px !important;
  }

  .ml-md-n9,
.mx-md-n9 {
    margin-left: -90px !important;
  }

  .m-md-n10 {
    margin: -100px !important;
  }

  .mt-md-n10,
.my-md-n10 {
    margin-top: -100px !important;
  }

  .mr-md-n10,
.mx-md-n10 {
    margin-right: -100px !important;
  }

  .mb-md-n10,
.my-md-n10 {
    margin-bottom: -100px !important;
  }

  .ml-md-n10,
.mx-md-n10 {
    margin-left: -100px !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 10px !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 10px !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 10px !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 10px !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 10px !important;
  }

  .m-lg-2 {
    margin: 20px !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 20px !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 20px !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 20px !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 20px !important;
  }

  .m-lg-3 {
    margin: 30px !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 30px !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 30px !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 30px !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 30px !important;
  }

  .m-lg-4 {
    margin: 40px !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 40px !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 40px !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 40px !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 40px !important;
  }

  .m-lg-5 {
    margin: 50px !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 50px !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 50px !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 50px !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 50px !important;
  }

  .m-lg-6 {
    margin: 60px !important;
  }

  .mt-lg-6,
.my-lg-6 {
    margin-top: 60px !important;
  }

  .mr-lg-6,
.mx-lg-6 {
    margin-right: 60px !important;
  }

  .mb-lg-6,
.my-lg-6 {
    margin-bottom: 60px !important;
  }

  .ml-lg-6,
.mx-lg-6 {
    margin-left: 60px !important;
  }

  .m-lg-7 {
    margin: 70px !important;
  }

  .mt-lg-7,
.my-lg-7 {
    margin-top: 70px !important;
  }

  .mr-lg-7,
.mx-lg-7 {
    margin-right: 70px !important;
  }

  .mb-lg-7,
.my-lg-7 {
    margin-bottom: 70px !important;
  }

  .ml-lg-7,
.mx-lg-7 {
    margin-left: 70px !important;
  }

  .m-lg-8 {
    margin: 80px !important;
  }

  .mt-lg-8,
.my-lg-8 {
    margin-top: 80px !important;
  }

  .mr-lg-8,
.mx-lg-8 {
    margin-right: 80px !important;
  }

  .mb-lg-8,
.my-lg-8 {
    margin-bottom: 80px !important;
  }

  .ml-lg-8,
.mx-lg-8 {
    margin-left: 80px !important;
  }

  .m-lg-9 {
    margin: 90px !important;
  }

  .mt-lg-9,
.my-lg-9 {
    margin-top: 90px !important;
  }

  .mr-lg-9,
.mx-lg-9 {
    margin-right: 90px !important;
  }

  .mb-lg-9,
.my-lg-9 {
    margin-bottom: 90px !important;
  }

  .ml-lg-9,
.mx-lg-9 {
    margin-left: 90px !important;
  }

  .m-lg-10 {
    margin: 100px !important;
  }

  .mt-lg-10,
.my-lg-10 {
    margin-top: 100px !important;
  }

  .mr-lg-10,
.mx-lg-10 {
    margin-right: 100px !important;
  }

  .mb-lg-10,
.my-lg-10 {
    margin-bottom: 100px !important;
  }

  .ml-lg-10,
.mx-lg-10 {
    margin-left: 100px !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 10px !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 10px !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 10px !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 10px !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 10px !important;
  }

  .p-lg-2 {
    padding: 20px !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 20px !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 20px !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 20px !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 20px !important;
  }

  .p-lg-3 {
    padding: 30px !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 30px !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 30px !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 30px !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 30px !important;
  }

  .p-lg-4 {
    padding: 40px !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 40px !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 40px !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 40px !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 40px !important;
  }

  .p-lg-5 {
    padding: 50px !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 50px !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 50px !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 50px !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 50px !important;
  }

  .p-lg-6 {
    padding: 60px !important;
  }

  .pt-lg-6,
.py-lg-6 {
    padding-top: 60px !important;
  }

  .pr-lg-6,
.px-lg-6 {
    padding-right: 60px !important;
  }

  .pb-lg-6,
.py-lg-6 {
    padding-bottom: 60px !important;
  }

  .pl-lg-6,
.px-lg-6 {
    padding-left: 60px !important;
  }

  .p-lg-7 {
    padding: 70px !important;
  }

  .pt-lg-7,
.py-lg-7 {
    padding-top: 70px !important;
  }

  .pr-lg-7,
.px-lg-7 {
    padding-right: 70px !important;
  }

  .pb-lg-7,
.py-lg-7 {
    padding-bottom: 70px !important;
  }

  .pl-lg-7,
.px-lg-7 {
    padding-left: 70px !important;
  }

  .p-lg-8 {
    padding: 80px !important;
  }

  .pt-lg-8,
.py-lg-8 {
    padding-top: 80px !important;
  }

  .pr-lg-8,
.px-lg-8 {
    padding-right: 80px !important;
  }

  .pb-lg-8,
.py-lg-8 {
    padding-bottom: 80px !important;
  }

  .pl-lg-8,
.px-lg-8 {
    padding-left: 80px !important;
  }

  .p-lg-9 {
    padding: 90px !important;
  }

  .pt-lg-9,
.py-lg-9 {
    padding-top: 90px !important;
  }

  .pr-lg-9,
.px-lg-9 {
    padding-right: 90px !important;
  }

  .pb-lg-9,
.py-lg-9 {
    padding-bottom: 90px !important;
  }

  .pl-lg-9,
.px-lg-9 {
    padding-left: 90px !important;
  }

  .p-lg-10 {
    padding: 100px !important;
  }

  .pt-lg-10,
.py-lg-10 {
    padding-top: 100px !important;
  }

  .pr-lg-10,
.px-lg-10 {
    padding-right: 100px !important;
  }

  .pb-lg-10,
.py-lg-10 {
    padding-bottom: 100px !important;
  }

  .pl-lg-10,
.px-lg-10 {
    padding-left: 100px !important;
  }

  .m-lg-n1 {
    margin: -10px !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -10px !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -10px !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -10px !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -10px !important;
  }

  .m-lg-n2 {
    margin: -20px !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -20px !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -20px !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -20px !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -20px !important;
  }

  .m-lg-n3 {
    margin: -30px !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -30px !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -30px !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -30px !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -30px !important;
  }

  .m-lg-n4 {
    margin: -40px !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -40px !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -40px !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -40px !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -40px !important;
  }

  .m-lg-n5 {
    margin: -50px !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -50px !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -50px !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -50px !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -50px !important;
  }

  .m-lg-n6 {
    margin: -60px !important;
  }

  .mt-lg-n6,
.my-lg-n6 {
    margin-top: -60px !important;
  }

  .mr-lg-n6,
.mx-lg-n6 {
    margin-right: -60px !important;
  }

  .mb-lg-n6,
.my-lg-n6 {
    margin-bottom: -60px !important;
  }

  .ml-lg-n6,
.mx-lg-n6 {
    margin-left: -60px !important;
  }

  .m-lg-n7 {
    margin: -70px !important;
  }

  .mt-lg-n7,
.my-lg-n7 {
    margin-top: -70px !important;
  }

  .mr-lg-n7,
.mx-lg-n7 {
    margin-right: -70px !important;
  }

  .mb-lg-n7,
.my-lg-n7 {
    margin-bottom: -70px !important;
  }

  .ml-lg-n7,
.mx-lg-n7 {
    margin-left: -70px !important;
  }

  .m-lg-n8 {
    margin: -80px !important;
  }

  .mt-lg-n8,
.my-lg-n8 {
    margin-top: -80px !important;
  }

  .mr-lg-n8,
.mx-lg-n8 {
    margin-right: -80px !important;
  }

  .mb-lg-n8,
.my-lg-n8 {
    margin-bottom: -80px !important;
  }

  .ml-lg-n8,
.mx-lg-n8 {
    margin-left: -80px !important;
  }

  .m-lg-n9 {
    margin: -90px !important;
  }

  .mt-lg-n9,
.my-lg-n9 {
    margin-top: -90px !important;
  }

  .mr-lg-n9,
.mx-lg-n9 {
    margin-right: -90px !important;
  }

  .mb-lg-n9,
.my-lg-n9 {
    margin-bottom: -90px !important;
  }

  .ml-lg-n9,
.mx-lg-n9 {
    margin-left: -90px !important;
  }

  .m-lg-n10 {
    margin: -100px !important;
  }

  .mt-lg-n10,
.my-lg-n10 {
    margin-top: -100px !important;
  }

  .mr-lg-n10,
.mx-lg-n10 {
    margin-right: -100px !important;
  }

  .mb-lg-n10,
.my-lg-n10 {
    margin-bottom: -100px !important;
  }

  .ml-lg-n10,
.mx-lg-n10 {
    margin-left: -100px !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 10px !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 10px !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 10px !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 10px !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 10px !important;
  }

  .m-xl-2 {
    margin: 20px !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 20px !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 20px !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 20px !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 20px !important;
  }

  .m-xl-3 {
    margin: 30px !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 30px !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 30px !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 30px !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 30px !important;
  }

  .m-xl-4 {
    margin: 40px !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 40px !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 40px !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 40px !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 40px !important;
  }

  .m-xl-5 {
    margin: 50px !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 50px !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 50px !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 50px !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 50px !important;
  }

  .m-xl-6 {
    margin: 60px !important;
  }

  .mt-xl-6,
.my-xl-6 {
    margin-top: 60px !important;
  }

  .mr-xl-6,
.mx-xl-6 {
    margin-right: 60px !important;
  }

  .mb-xl-6,
.my-xl-6 {
    margin-bottom: 60px !important;
  }

  .ml-xl-6,
.mx-xl-6 {
    margin-left: 60px !important;
  }

  .m-xl-7 {
    margin: 70px !important;
  }

  .mt-xl-7,
.my-xl-7 {
    margin-top: 70px !important;
  }

  .mr-xl-7,
.mx-xl-7 {
    margin-right: 70px !important;
  }

  .mb-xl-7,
.my-xl-7 {
    margin-bottom: 70px !important;
  }

  .ml-xl-7,
.mx-xl-7 {
    margin-left: 70px !important;
  }

  .m-xl-8 {
    margin: 80px !important;
  }

  .mt-xl-8,
.my-xl-8 {
    margin-top: 80px !important;
  }

  .mr-xl-8,
.mx-xl-8 {
    margin-right: 80px !important;
  }

  .mb-xl-8,
.my-xl-8 {
    margin-bottom: 80px !important;
  }

  .ml-xl-8,
.mx-xl-8 {
    margin-left: 80px !important;
  }

  .m-xl-9 {
    margin: 90px !important;
  }

  .mt-xl-9,
.my-xl-9 {
    margin-top: 90px !important;
  }

  .mr-xl-9,
.mx-xl-9 {
    margin-right: 90px !important;
  }

  .mb-xl-9,
.my-xl-9 {
    margin-bottom: 90px !important;
  }

  .ml-xl-9,
.mx-xl-9 {
    margin-left: 90px !important;
  }

  .m-xl-10 {
    margin: 100px !important;
  }

  .mt-xl-10,
.my-xl-10 {
    margin-top: 100px !important;
  }

  .mr-xl-10,
.mx-xl-10 {
    margin-right: 100px !important;
  }

  .mb-xl-10,
.my-xl-10 {
    margin-bottom: 100px !important;
  }

  .ml-xl-10,
.mx-xl-10 {
    margin-left: 100px !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 10px !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 10px !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 10px !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 10px !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 10px !important;
  }

  .p-xl-2 {
    padding: 20px !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 20px !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 20px !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 20px !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 20px !important;
  }

  .p-xl-3 {
    padding: 30px !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 30px !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 30px !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 30px !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 30px !important;
  }

  .p-xl-4 {
    padding: 40px !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 40px !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 40px !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 40px !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 40px !important;
  }

  .p-xl-5 {
    padding: 50px !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 50px !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 50px !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 50px !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 50px !important;
  }

  .p-xl-6 {
    padding: 60px !important;
  }

  .pt-xl-6,
.py-xl-6 {
    padding-top: 60px !important;
  }

  .pr-xl-6,
.px-xl-6 {
    padding-right: 60px !important;
  }

  .pb-xl-6,
.py-xl-6 {
    padding-bottom: 60px !important;
  }

  .pl-xl-6,
.px-xl-6 {
    padding-left: 60px !important;
  }

  .p-xl-7 {
    padding: 70px !important;
  }

  .pt-xl-7,
.py-xl-7 {
    padding-top: 70px !important;
  }

  .pr-xl-7,
.px-xl-7 {
    padding-right: 70px !important;
  }

  .pb-xl-7,
.py-xl-7 {
    padding-bottom: 70px !important;
  }

  .pl-xl-7,
.px-xl-7 {
    padding-left: 70px !important;
  }

  .p-xl-8 {
    padding: 80px !important;
  }

  .pt-xl-8,
.py-xl-8 {
    padding-top: 80px !important;
  }

  .pr-xl-8,
.px-xl-8 {
    padding-right: 80px !important;
  }

  .pb-xl-8,
.py-xl-8 {
    padding-bottom: 80px !important;
  }

  .pl-xl-8,
.px-xl-8 {
    padding-left: 80px !important;
  }

  .p-xl-9 {
    padding: 90px !important;
  }

  .pt-xl-9,
.py-xl-9 {
    padding-top: 90px !important;
  }

  .pr-xl-9,
.px-xl-9 {
    padding-right: 90px !important;
  }

  .pb-xl-9,
.py-xl-9 {
    padding-bottom: 90px !important;
  }

  .pl-xl-9,
.px-xl-9 {
    padding-left: 90px !important;
  }

  .p-xl-10 {
    padding: 100px !important;
  }

  .pt-xl-10,
.py-xl-10 {
    padding-top: 100px !important;
  }

  .pr-xl-10,
.px-xl-10 {
    padding-right: 100px !important;
  }

  .pb-xl-10,
.py-xl-10 {
    padding-bottom: 100px !important;
  }

  .pl-xl-10,
.px-xl-10 {
    padding-left: 100px !important;
  }

  .m-xl-n1 {
    margin: -10px !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -10px !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -10px !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -10px !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -10px !important;
  }

  .m-xl-n2 {
    margin: -20px !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -20px !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -20px !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -20px !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -20px !important;
  }

  .m-xl-n3 {
    margin: -30px !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -30px !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -30px !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -30px !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -30px !important;
  }

  .m-xl-n4 {
    margin: -40px !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -40px !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -40px !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -40px !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -40px !important;
  }

  .m-xl-n5 {
    margin: -50px !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -50px !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -50px !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -50px !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -50px !important;
  }

  .m-xl-n6 {
    margin: -60px !important;
  }

  .mt-xl-n6,
.my-xl-n6 {
    margin-top: -60px !important;
  }

  .mr-xl-n6,
.mx-xl-n6 {
    margin-right: -60px !important;
  }

  .mb-xl-n6,
.my-xl-n6 {
    margin-bottom: -60px !important;
  }

  .ml-xl-n6,
.mx-xl-n6 {
    margin-left: -60px !important;
  }

  .m-xl-n7 {
    margin: -70px !important;
  }

  .mt-xl-n7,
.my-xl-n7 {
    margin-top: -70px !important;
  }

  .mr-xl-n7,
.mx-xl-n7 {
    margin-right: -70px !important;
  }

  .mb-xl-n7,
.my-xl-n7 {
    margin-bottom: -70px !important;
  }

  .ml-xl-n7,
.mx-xl-n7 {
    margin-left: -70px !important;
  }

  .m-xl-n8 {
    margin: -80px !important;
  }

  .mt-xl-n8,
.my-xl-n8 {
    margin-top: -80px !important;
  }

  .mr-xl-n8,
.mx-xl-n8 {
    margin-right: -80px !important;
  }

  .mb-xl-n8,
.my-xl-n8 {
    margin-bottom: -80px !important;
  }

  .ml-xl-n8,
.mx-xl-n8 {
    margin-left: -80px !important;
  }

  .m-xl-n9 {
    margin: -90px !important;
  }

  .mt-xl-n9,
.my-xl-n9 {
    margin-top: -90px !important;
  }

  .mr-xl-n9,
.mx-xl-n9 {
    margin-right: -90px !important;
  }

  .mb-xl-n9,
.my-xl-n9 {
    margin-bottom: -90px !important;
  }

  .ml-xl-n9,
.mx-xl-n9 {
    margin-left: -90px !important;
  }

  .m-xl-n10 {
    margin: -100px !important;
  }

  .mt-xl-n10,
.my-xl-n10 {
    margin-top: -100px !important;
  }

  .mr-xl-n10,
.mx-xl-n10 {
    margin-right: -100px !important;
  }

  .mb-xl-n10,
.my-xl-n10 {
    margin-bottom: -100px !important;
  }

  .ml-xl-n10,
.mx-xl-n10 {
    margin-left: -100px !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
/*# sourceMappingURL=nextgen-ahr.css.map*/