/*
Theme Name: Redge Landing Page
Theme URI: https://www.lennox.com/
Author: Dan Curtis - Valiant
Author URI: https://wearevaliant.com/
Description: A custom WordPress website for Redge
Text Domain: redge
version: 1.0
*/
:root {
  --size-xs: 40px;
  --size-sm: 80px;
  --size-md: 100px;
  --size-lg: 140px;
}

@media (max-width: 1200px) {
  :root {
    --size-xs: 32px;
    --size-sm: 48px;
    --size-md: 64px;
    --size-lg: 96px;
  }
}
@media (max-width: 768px) {
  :root {
    --size-xs: 24px;
    --size-sm: 36px;
    --size-md: 48px;
    --size-lg: 72px;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  background-color: #ffffff;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 400;
  font-style: normal;
}

a {
  transition: 0.3s ease-in-out;
  text-decoration: none;
}

.redge-bg-white {
  background-color: #ffffff;
}

.redge-bg-grey {
  background-color: #EBE9E4;
}

.redge-bg-red {
  background-color: #DE073A;
}
.redge-bg-red h1,
.redge-bg-red h2,
.redge-bg-red h3,
.redge-bg-red h4,
.redge-bg-red h5,
.redge-bg-red h6,
.redge-bg-red p,
.redge-bg-red ul li,
.redge-bg-red ol li {
  color: #ffffff;
}

.redge-bg-black {
  background-color: #1A1818;
}
.redge-bg-black h1,
.redge-bg-black h2,
.redge-bg-black h3,
.redge-bg-black h4,
.redge-bg-black h5,
.redge-bg-black h6,
.redge-bg-black p,
.redge-bg-black ul li,
.redge-bg-black ol li {
  color: #ffffff;
}

.redge-bg-white {
  background-color: #ffffff;
}

.redge-red {
  color: #DE073A;
}

.vertical-align {
  display: flex;
  align-items: center;
}

.pad-top-none {
  padding-top: 0;
}

.pad-top-sm {
  padding-top: var(--size-sm);
}

.pad-top-md {
  padding-top: var(--size-md);
}

.pad-top-lg {
  padding-top: var(--size-lg);
}

.pad-bottom-none {
  padding-bottom: 0;
}

.pad-bottom-sm {
  padding-bottom: var(--size-sm);
}

.pad-bottom-md {
  padding-bottom: var(--size-md);
}

.pad-bottom-lg {
  padding-bottom: var(--size-lg);
}

h1 {
  font-size: 68px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 8px;
}
@media only screen and (max-width: 992px) {
  h1 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 5px;
}
@media only screen and (max-width: 992px) {
  h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 4px;
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 768px) {
  h3 {
    font-size: 28px;
  }
}

.lp-header {
  padding: 0 28px;
}
@media only screen and (max-width: 992px) {
  .lp-header {
    padding: 20px 5px;
  }
}
.lp-header .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lp-header .content .left {
  display: flex;
  align-items: center;
  gap: 54px;
}
@media only screen and (max-width: 1300px) {
  .lp-header .content .left nav {
    display: none;
  }
}
.lp-header .content .left nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 29px;
}
.lp-header .content .left nav ul li {
  margin: 0;
}
.lp-header .content .left nav ul li a {
  color: #000000;
}
.lp-header .content .left nav ul li a:hover {
  color: #DE073A;
}
.lp-header .content .right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.lp-header .content .right .burger {
  width: 30px;
  height: 24px;
  position: relative;
  cursor: pointer;
  display: none;
  overflow: hidden;
}
@media only screen and (max-width: 1300px) {
  .lp-header .content .right .burger {
    display: block;
  }
}
.lp-header .content .right .burger span {
  width: 30px;
  height: 1.5px;
  background-color: #1A1818;
  position: absolute;
  left: 0;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.lp-header .content .right .burger span:nth-child(2) {
  top: 10px;
}
.lp-header .content .right .burger span:nth-child(3) {
  top: 20px;
}
.lp-header .content .right .burger.active span:nth-child(1) {
  top: 10px;
  left: 0;
  transform: rotate(45deg);
}
.lp-header .content .right .burger.active span:nth-child(2) {
  left: 40px;
  opacity: 0;
}
.lp-header .content .right .burger.active span:nth-child(3) {
  top: 10px;
  left: 0;
  transform: rotate(-45deg);
}
.lp-header .content .right .lg-switcher button {
  background-color: #ffffff;
  border: none;
}
.lp-header .content .right .lg-switcher button::after {
  background-image: url("/application/launch/assets/images/lang-arrow.svg");
  border: none;
  width: 11px;
  height: 6px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 2px;
  position: relative;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.lp-header .content .right .lg-switcher button.show::after {
  transform: rotate(180deg);
}
.lp-header .content .right .lg-switcher button .current-short {
  display: none;
  color: #000000;
}
@media only screen and (max-width: 992px) {
  .lp-header .content .right .lg-switcher button .current-short {
    display: inline-block;
  }
}
.lp-header .content .right .lg-switcher button .current-full {
  color: #000000;
}
@media only screen and (max-width: 992px) {
  .lp-header .content .right .lg-switcher button .current-full {
    display: none;
  }
}
.lp-header .content .right .lg-switcher .dropdown-menu {
  min-width: 10px;
  padding: 0;
  z-index: 170;
}
.lp-header .content .right .lg-switcher .dropdown-item .dd-code {
  display: none;
}
@media only screen and (max-width: 992px) {
  .lp-header .content .right .lg-switcher .dropdown-item .dd-code {
    display: block;
  }
}
@media only screen and (max-width: 992px) {
  .lp-header .content .right .lg-switcher .dropdown-item .dd-full {
    display: none;
  }
}
.lp-header .content .right .refrigeration {
  border-left: 1px solid #E8E8E8;
  padding: 34px 0;
}
@media only screen and (max-width: 992px) {
  .lp-header .content .right .refrigeration {
    display: none;
  }
}
.lp-header .content .right .refrigeration a {
  display: flex;
  align-items: center;
  gap: 16px;
}
.lp-header .content .right .refrigeration a p {
  margin: 0;
  max-width: 80px;
  font-size: 10px;
  color: #A4A4A4;
  text-align: right;
  line-height: 1.2;
}

#collapseMenu {
  position: absolute;
  width: 100%;
  z-index: 99;
}
#collapseMenu .mobile-menu {
  background-color: #ffffff;
  padding: 60px 40px;
}
@media only screen and (max-width: 992px) {
  #collapseMenu .mobile-menu {
    padding: 60px 15px;
  }
}
#collapseMenu .mobile-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#collapseMenu .mobile-menu ul li {
  margin: 0 0 20px 0;
}
#collapseMenu .mobile-menu ul li:last-child {
  margin: 0;
}
#collapseMenu .mobile-menu ul li a {
  color: #000000;
}
#collapseMenu .mobile-menu ul li a:hover {
  color: #DE073A;
}

.home-hero {
  background-color: #DE073A;
  position: relative;
  padding: 120px 0 170px 0;
}
@media only screen and (max-width: 992px) {
  .home-hero {
    padding: 70px 0 120px 0;
  }
}
.home-hero .bg {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 80%;
  height: calc(100% - 80px);
  background-image: url("/application/launch/assets/images/hero-bg.svg");
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
@media only screen and (max-width: 992px) {
  .home-hero .bg {
    width: 100%;
    height: calc(100% - 40px);
    top: 20px;
    background-size: cover;
    background-position: left center;
    right: 0;
  }
}
.home-hero .content-outter {
  position: relative;
  z-index: 10;
}
.home-hero .content-outter .hero-img {
  width: calc(100% - 40px);
  margin: 0 0 0 40px;
}
@media only screen and (max-width: 992px) {
  .home-hero .content-outter .hero-img {
    margin: 60px 0 0 0;
    width: 100%;
  }
}
.home-hero .content-outter .content {
  color: #ffffff;
}
.home-hero .content-outter .content p {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 40px 0 0 0;
}
@media only screen and (max-width: 992px) {
  .home-hero .content-outter .content p {
    font-size: 24px;
    margin: 20px 0 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .home-hero .content-outter .content p {
    font-size: 18px;
  }
}
.home-hero .website-link {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
  background-color: #1A1818;
  padding: 20px 84px 20px 20px;
  background-image: url("/application/launch/assets/images/btn-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 32px center;
  z-index: 90;
}
.home-hero .website-link:hover {
  background-position: right 42px center;
  color: #ffffff;
}

.video-block {
  position: relative;
  width: 100%;
  height: auto;
  position: relative;
  background-color: #000000;
}
.video-block .video-btn {
  position: absolute;
  z-index: 99;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
  cursor: pointer;
}
@media only screen and (max-width: 992px) {
  .video-block .video-btn {
    width: 60px;
    height: 60px;
  }
}
.video-block .video-btn:hover {
  transform: translate(-50%, -50%) scale(1.2);
}
.video-block .video-container {
  z-index: 1 !important;
  width: 100%;
  height: auto;
  overflow: hidden !important;
}
.video-block .video-container video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 992px) {
  .text-with-img {
    padding: 0;
  }
}
.text-with-img .content {
  padding: var(--size-lg) 0;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .text-with-img .content {
    padding: 0;
  }
}
@media only screen and (max-width: 992px) {
  .text-with-img .content .content-inner {
    padding: var(--size-md) 0;
  }
}
.text-with-img .content .section-img {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 992px) {
  .text-with-img .content .section-img {
    position: relative;
    width: 100%;
  }
}
.text-with-img .content .section-img.img-left {
  left: 0;
}
.text-with-img .content .section-img.img-right {
  right: 0;
}
.text-with-img .content .vid-is-left {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.text-with-img .content .vid-is-left video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.text-with-img .content .vid-is-right {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .text-with-img .content .vid-is-right {
    position: relative;
    width: 100%;
  }
}
.text-with-img .content .vid-is-right video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-accordion .accordion .accordion-item {
  background-color: transparent;
  border-bottom: 1px solid #DE073A;
}
.content-accordion .accordion .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  padding: 26px 30% 26px 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  box-shadow: none;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
@media only screen and (max-width: 992px) {
  .content-accordion .accordion .accordion-item .accordion-header .accordion-button {
    padding: 26px 10% 26px 0;
  }
}
@media only screen and (max-width: 768px) {
  .content-accordion .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 18px;
    line-height: 1.6;
  }
}
.content-accordion .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #DE073A;
}
.content-accordion .accordion .accordion-item .accordion-header .accordion-button:hover {
  color: #DE073A;
}
.content-accordion .accordion .accordion-item .accordion-header .accordion-button::after {
  position: absolute;
  right: 0;
  background-image: url("/application/launch/assets/images/accordion-arrow.svg");
  width: 18px;
  height: 10px;
  background-size: contain;
}
.content-accordion .accordion .accordion-item .accordion-body {
  padding: 0 0 20px 0;
}

.text-with-img-contained .text-content h3 {
  font-size: 60px;
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 992px) {
  .text-with-img-contained .text-content h3 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 768px) {
  .text-with-img-contained .text-content h3 {
    font-size: 36px;
  }
}
.text-with-img-contained .text-content.text-is-left {
  padding: 0 23% 0 0;
}
@media only screen and (max-width: 992px) {
  .text-with-img-contained .text-content.text-is-left {
    padding: 0 0 30px 0;
  }
}
.text-with-img-contained .text-content.text-is-right {
  padding: 0 0 0 23%;
}
@media only screen and (max-width: 992px) {
  .text-with-img-contained .text-content.text-is-right {
    padding: 0 0 30px 0;
  }
}

.cta-block {
  text-align: center;
}
.cta-block h3 {
  font-size: 40px;
}
@media only screen and (max-width: 992px) {
  .cta-block h3 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .cta-block h3 {
    font-size: 32px;
  }
}
.cta-block h4 {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 40px 0;
}
.cta-block p {
  line-height: 1.7;
  padding: 0 30px;
}
.cta-block .btn-primary {
  margin: 20px 0 0 0;
}

footer {
  background-color: #DE073A;
  padding: var(--size-sm) 0 0 0;
}
footer .footer-mark {
  display: table;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 992px) {
  footer .footer-mark {
    margin: 0 0 30px auto;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer-mark {
    width: 70px;
  }
}
footer .content {
  color: #ffffff;
}
footer .content h3 {
  text-transform: none;
  letter-spacing: 0;
  font-size: 38px;
  font-weight: 300;
}
@media only screen and (max-width: 992px) {
  footer .content h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  footer .content h3 {
    font-size: 28px;
  }
}
footer .content .btn-primary {
  margin: 30px 0 0 0;
  cursor: pointer;
}
footer .content .btn-primary:hover {
  background-image: url("/application/launch/assets/images/btn-arrow.svg");
}
footer .content .social {
  margin: var(--size-sm) 0 50px 0;
}
footer .content .social p a {
  color: #ffffff;
  text-decoration: underline;
}
footer .content .social p a:hover {
  text-decoration: none;
}
footer .copyright {
  border-top: 1px solid #ffffff;
  margin-left: -40px;
  width: calc(100% + 80px);
  padding: 22px 0;
}
@media only screen and (max-width: 1200px) {
  footer .copyright {
    width: 100%;
    margin-left: 0;
  }
}
footer .copyright .content {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  footer .copyright .content {
    flex-direction: column;
  }
}
footer .copyright .content p {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  footer .copyright .content p {
    margin: 10px 0 0 0;
  }
}
footer .copyright .legal {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 60px;
}
@media only screen and (max-width: 768px) {
  footer .copyright .legal {
    flex-direction: column;
    gap: 10px;
  }
}
footer .copyright .legal li a {
  color: #ffffff;
}
footer .copyright .legal li a:hover {
  opacity: 0.7;
}

.signup-modal {
  position: relative;
}
.signup-modal .modal-body {
  padding: 0 30px 4px 30px;
}
.signup-modal .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.signup-modal #mc_embed_signup form {
  margin: 0;
}
.signup-modal #mc_embed_signup .indicates-required {
  text-align: left;
}
.signup-modal #mc_embed_signup h2 {
  margin: 0;
  font-weight: 400;
}
.signup-modal #mc_embed_signup .mc-field-group {
  width: 100%;
}
.signup-modal #mc_embed_signup .mc-address-fields-group {
  width: 100%;
}

.btn-primary {
  color: #1A1818;
  background-color: #ffffff;
  padding: 10px 70px 10px 18px;
  display: inline-block;
  background-image: url("/application/launch/assets/images/btn-arrow-red.svg");
  background-repeat: no-repeat;
  background-position: right 18px center;
  border: 1px solid #ffffff;
}
.btn-primary:hover {
  background-color: transparent;
  border: 1px solid #ffffff;
}/*# sourceMappingURL=style.css.map */