/* Intro Section - Home Page */

.home-intro-section .content {
  max-width: 640px;
  padding-top: 195px;
  padding-bottom: 90px;
  position: relative;
  z-index: 1;
}

@media (max-width: 900px) {
  .home-intro-section .content {
    padding-top: 120px;
    position: relative;
    z-index: 1;
  }
}

@media (max-width: 600px) {
  .home-intro-section .content {
    padding-bottom: 25px;
  }
}

.home-intro-section p {
  margin-bottom: 60px;
  margin-top: 30px;
  max-width: 490px;
}

@media (max-width: 900px) {
  .home-intro-section p {
    margin-bottom: 25px;
    margin-top: 15px;
  }
}

.home-intro-section img {
  position: absolute;
  bottom: -20px;
  right: 0;
}

@media (max-width: 900px) {
  .home-intro-section img {
    width: 100%;
    max-width: 460px;
  }
}

@media (max-width: 600px) {
  .home-intro-section img {
    position: initial;
    display: block;
    margin: 0 auto -20px;
  }
}

.home-intro-section .container {
  position: relative;
  overflow: hidden;
}

/* Featured Banner - Home Page */

.home-featured-banner-section {
  padding: 25px 0;
  overflow: hidden;
}

.home-featured-banner-section .heading4 {
  margin-right: 125px;
  max-width: 135px;
  min-width: 135px;
}

@media (max-width: 1200px) {
  .home-featured-banner-section .heading4 {
    margin-right: 40px;
  }
}

@media (max-width: 900px) {
  .home-featured-banner-section .heading4 {
    margin-right: 60px;
    max-width: 88px;
    min-width: 88px;
  }
}

@media (max-width: 600px) {
  .home-featured-banner-section .heading4 {
    margin-right: 30px;
  }
}

.home-featured-banner-section a {
  display: inline-block;
}

@media (max-width: 900px) {
  .home-featured-banner-section a {
    margin-right: 30px;
  }
}

.home-featured-banner-section .container {
  display: flex;
  align-items: center;
}

.home-featured-banner-section img {
  max-height: 70px;
  max-width: 218px;
  width: auto;
}

@media (max-width: 1200px) {
  .home-featured-banner-section img {
    max-height: 50px;
    max-width: 170px;
  }
}

.home-featured-banner-section .featured-slider-container {
  width: 100%;
}

.home-featured-banner-section .featured-slider {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 900px) {
  .home-featured-banner-section .featured-slider .slick-track {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 900px) {
  .slick-list {
    overflow: hidden;
  }
}

/* CTA Section - Home Page */

.home-cta-banner-section {
  margin: 55px auto;
}

.home-cta-banner-section .heading3 {
  padding-right: 5px;
}

@media (max-width: 700px) {
  .home-cta-banner-section .heading3 {
    text-align: center;
  }
}

.home-cta-banner-section .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 700px) {
  .home-cta-banner-section .container {
    flex-direction: column;
  }
}

@media (max-width: 700px) {
  .home-cta-banner-section a {
    margin-top: 25px;
    width: 210px;
  }
}

/* How it works Section - Home Page */

.home-how-it-works-section {
  margin-bottom: 65px;
}

@media (max-width: 700px) {
  .home-how-it-works-section {
    margin-bottom: 0px;
  }
}

.home-how-it-works-section .container {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 700px) {
  .home-how-it-works-section .container {
    flex-direction: column;
    margin-bottom: 10px;
  }
}

@media (max-width: 500px) {
  .home-how-it-works-section .container {
    max-width: 220px;
  }
}

.home-how-it-works-section .step {
  display: flex;
  align-items: center;
}

@media (max-width: 700px) {
  .home-how-it-works-section .step {
    margin-bottom: 40px;
  }
}

.home-how-it-works-section .badge {
  margin-right: 30px;
}

@media (max-width: 700px) {
  .home-how-it-works-section .badge {
    margin-right: 15px;
  }
}

/* Image Cta Section - Home Page */

.home-image-cta-section {
  overflow: hidden;
}

.home-image-cta-section .image-container {
  position: relative;
}

.home-image-cta-section .banner {
  position: relative;
  z-index: 1;
  width: 100%;
}

@media (max-width: 700px) {
  .home-image-cta-section .banner {
    width: calc(100% + 60px);
    margin-left: -30px;
  }
}

.home-image-cta-section .graphic {
  position: absolute;
  right: 0;
  bottom: -275px;
}

@media (max-width: 1200px) {
  .home-image-cta-section .graphic {
    bottom: -240px;
    width: 380px;
  }
}

@media (max-width: 950px) {
  .home-image-cta-section .graphic {
    display: none;
  }
}

.home-image-cta-section .content {
  margin: 75px 0 100px;
  max-width: 500px;
  position: relative;
}

@media (max-width: 900px) {
  .home-image-cta-section .content {
    margin: 30px 0;
  }
}

@media (max-width: 1200px) {
  .home-image-cta-section .content {
    max-width: 400px;
  }
}

/* Product Gallery */

.product-gallery {
  margin-bottom: 35px;
}

.product-gallery-grid {
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
}

@media (max-width: 1200px) {
  .product-gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 600px) {
  .product-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.product-gallery header {
  margin-bottom: 45px;
  display: flex;
  align-items: center;
}

@media (max-width: 500px) {
  .product-gallery header {
    justify-content: space-between;
  }
}

.product-gallery header h2 {
  margin: 0 40px 0 0;
}

@media (max-width: 500px) {
  .product-gallery header h2 {
    margin: 0;
  }
}

@media (max-width: 600px) {
  .product-gallery header h2,
  .product-gallery header button {
    max-width: 125px;
  }
}

.module-atl-0 > .container,
.module-atl-1 > .container {
  max-width: initial;
  padding: 0;
}

.module-atl-0 .container > h2,
.module-atl-1 .container > h2 {
  display: none;
}
