.me-overview22 {
  /* =============== Media Queries ================ */
}
.me-overview22 body,
.me-overview22 html {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
}
.me-overview22 h1 {
  font-size: 60px;
}
.me-overview22 .maincontent {
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.me-overview22 .maincontent_wrapper {
  padding-top: 0;
}
.me-overview22 #main-wrapper {
  overflow: hidden;
}
.me-overview22 img {
  width: 100%;
}
.me-overview22 h2 {
  font-weight: 500;
}
.me-overview22 h3 {
  color: #aa8c60;
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
}
.me-overview22 .bold {
  font-weight: 500;
}
.me-overview22 .title {
  font-style: italic;
  font-weight: 300;
  display: inline-block;
}
.me-overview22 .highlight {
  font-weight: 600;
  display: inline-block;
  transform: skewX(-8deg);
}
.me-overview22 .my-hr {
  position: relative;
  border: 0;
  height: 1px;
  max-width: 70%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 50%, rgba(0, 0, 0, 0) 100%);
  margin: 100px auto;
}
.me-overview22 .myButton {
  margin-top: 30px;
  height: 60px;
  line-height: 56px;
  float: left;
  color: #fff;
  background: #aa8c60;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 10px;
  position: relative;
  border: 2px solid #856b46;
  padding: 0 40px;
  box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 0.3);
  transition: 0.25s ease-in-out;
}
.me-overview22 .myButton:hover {
  text-decoration: none;
  background: #9f8054;
  border-color: #9f8054;
  color: #fff;
  box-shadow: 2px 2px 7px 1px rgba(0, 0, 0, 0.3);
}
.me-overview22 .myButton:hover .btn-arrow {
  transform: translateX(2px) scale(1.1);
  transition: 0.3s;
}
.me-overview22 .myButton-dark {
  display: inline-block;
  margin: 30px auto;
  height: 60px;
  text-align: center;
  line-height: 56px;
  /* float: left; */
  color: #fff;
  background: #000;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 10px;
  z-index: 50;
  position: relative;
  border: 2px solid #aa8c60;
  padding: 0 40px;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
  transition: 0.25s ease-in-out;
}
.me-overview22 .myButton-dark:hover {
  text-decoration: none;
  background: #333;
  border-color: #9f8054;
  color: #fff;
  box-shadow: 2px 2px 7px 1px rgba(0, 0, 0, 0.3);
}
.me-overview22 .myButton-dark:hover .btn-arrow {
  transform: translateX(2px) scaleX(1.1);
  transition: 0.3s;
}
.me-overview22 .btn-arrow {
  max-width: 8px;
  margin: 0 0 2px 8px;
  transition: 0.3s;
}
.me-overview22 .hero {
  display: grid;
  justify-content: center;
  align-items: center;
  /* min-height: 85vh; */
  background-image: linear-gradient(to right, rgba(38, 40, 43, 0.5) 0%, rgba(38, 40, 43, 0.5) 49%, rgba(159, 128, 84, 0.5) 100%), url("/imageserver/Reusable/gaf2022/residential/house1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
.me-overview22 #gaf-logo {
  max-width: 350px;
  float: right;
}
.me-overview22 #warranty-logos {
  max-width: 500px;
  margin-top: 50px;
}
.me-overview22 .hero-container h1 {
  color: #aa8c60;
}
.me-overview22 .hero-container {
  z-index: 5;
  max-width: 1500px;
  margin: 0 auto;
}
.me-overview22 .pattern-bg {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.me-overview22 .pattern-bg::before {
  content: "";
  width: 93%;
  height: 85%;
  position: absolute;
  left: -4%;
  top: 8%;
  background: #aa8c60;
}
.me-overview22 .section1 {
  margin-top: 50px;
  position: relative;
  z-index: 5;
  background-color: #fff;
}
.me-overview22 .sec1-container {
  padding: 5% 5%;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}
.me-overview22 .content-box {
  padding: 0 0% 0 3%;
}
.me-overview22 .benefits {
  padding: 3% 8%;
}
.me-overview22 .benefits-bg {
  position: absolute;
  background-image: linear-gradient(rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%), url("/imageserver/Reusable/gaf2022/residential/house-drawing-bgr.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom, 0 -200px;
  height: 100vh;
  width: 100%;
}
.me-overview22 .icon {
  max-height: 100px;
  max-width: 100px;
  margin: 0 auto;
}
.me-overview22 .icon img {
  max-height: 100px;
  max-width: 90px;
}
.me-overview22 .benefits .flex-group {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
.me-overview22 .benefits .flex-item {
  max-width: 300px;
  text-align: center;
}
.me-overview22 .benefits .flex-item:nth-child(odd) {
  margin-top: 75px;
}
.me-overview22 .divider {
  width: 100%;
  text-align: center;
  margin: 20px 0 0;
  padding: 0 20px;
}
.me-overview22 .divider h2 {
  position: relative;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
}
.me-overview22 .divider h2::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  right: -110px;
  height: 2px;
  width: 100px;
  background-image: linear-gradient(to right, #aa8c60 50%, rgba(235, 207, 167, 0) 100%);
}
.me-overview22 .divider h2::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: -110px;
  height: 2px;
  width: 100px;
  background-image: linear-gradient(to left, #aa8c60 50%, rgba(235, 207, 167, 0) 100%);
}
.me-overview22 h2 {
  font-size: 2.3rem;
}
.me-overview22 .divider-title {
  color: #aa8c60;
  font-style: italic;
}
.me-overview22 .products {
  margin-top: 100px;
}
.me-overview22 .products-container {
  padding: 0 2% 2%;
  max-width: 1500px;
  margin: 2% auto 2%;
}
.me-overview22 .product-img {
  max-width: 500px;
  position: relative;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
  z-index: 5;
  margin: 0 auto;
}
.me-overview22 .product-bg {
  position: relative;
  height: 34vw;
  width: 30vw;
}
.me-overview22 .product-grid-img.designer {
  transform: translateY(450px);
}
.me-overview22 .designer .product-bg::after {
  top: -175px;
}
.me-overview22 .designer .product-bg::before {
  top: -100px;
}
.me-overview22 .product-grid-img.tab3 {
  transform: translateY(500px);
}
.me-overview22 .tab3 .product-bg::after {
  top: -200px;
}
.me-overview22 .tab3 .product-bg::before {
  top: -125px;
}
.me-overview22 .product-bg::before {
  content: "";
  width: 80%;
  height: 105%;
  position: absolute;
  left: 75px;
  top: 0;
  background-image: linear-gradient(to top right, rgb(235, 207, 167) 0%, rgba(235, 207, 167, 0) 50%);
}
.me-overview22 .product-bg::after {
  content: "";
  z-index: 1;
  width: 65%;
  height: 100%;
  position: absolute;
  right: 90px;
  top: -5%;
  border: 1px solid #aa8c60;
}
.me-overview22 .warranty-section {
  position: relative;
  width: 100%;
  min-height: 70vh;
  display: flex;
  flex-wrap: wrap;
  background-size: 100%;
  background-position: right;
  background-repeat: no-repeat;
  background-image: url("/imageserver/Reusable/gaf2022/residential/aerial-bg-min.png");
}
.me-overview22 .warranty-section .content-box-container {
  transform: translateY(36px) translateX(40%);
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
}
.me-overview22 #warranty-img {
  margin: 0 auto 30px;
  position: relative;
  z-index: 10;
  max-width: 500px;
  display: block;
}
.me-overview22 .warranty-section .content-box {
  width: 600px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 80px 80px;
  color: #fff;
  background: #9f8054;
  position: relative;
  overflow: hidden;
}
.me-overview22 .warranty-section .content-box:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 200px 100vh 0;
  border-color: transparent #ebcfa7 transparent transparent;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.15;
}
.me-overview22 #warranty-subtitle {
  margin: 10px 0;
  color: #ebcfa7;
}
.me-overview22 .warranty-title {
  margin: 10px 0;
  color: #ebcfa7;
}
.me-overview22 .help-section-container {
  padding: 1% 8%;
  max-width: 1600px;
  margin: 0 auto;
}
.me-overview22 .subtitle {
  position: relative;
  text-align: center;
  display: inline-block;
  margin: 0 auto 30px;
  color: #000;
}
.me-overview22 .subtitle::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  right: -55px;
  height: 2px;
  width: 50px;
  background-image: linear-gradient(to right, #aa8c60 50%, rgba(235, 207, 167, 0) 100%);
}
.me-overview22 .subtitle::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: -55px;
  height: 2px;
  width: 50px;
  background-image: linear-gradient(to right, #aa8c60 50%, rgba(235, 207, 167, 0) 100%);
}
.me-overview22 .post-box a {
  color: #aa8c60;
  position: relative;
  display: inline-block;
  margin: 15px 0 15px;
}
.me-overview22 .post-box a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ebcfa7;
  transition: 0.3s;
}
.me-overview22 .post-box a:hover {
  text-decoration: none;
}
.me-overview22 .post-box a:hover::after {
  width: 100%;
  transition: 0.3s;
}
.me-overview22 .post-box a:hover .btn-arrow {
  transform: translateX(2px) scaleX(1.1);
  transition: 0.3s;
}
.me-overview22 .help-header {
  text-align: center;
}
.me-overview22 .help-header h2 {
  z-index: 20;
  position: relative;
}
.me-overview22 .help-section .flex-group {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.me-overview22 .help-section .flex-item {
  margin: 20px 0;
  max-width: 300px;
}
.me-overview22 .help-section .flex-item p {
  padding-right: 10px;
}
.me-overview22 .video-bg iframe {
  min-height: 50vh;
}
.me-overview22 .algae-wrapper {
  padding: 4% 8% 0;
  text-align: right;
}
.me-overview22 .algae-grid {
  display: grid;
}
.me-overview22 #algae-closeup {
  max-width: 35vw;
}
.me-overview22 #algae-content {
  max-width: 700px;
}
.me-overview22 #algae-logo {
  grid-column: 1/4;
  grid-row: 1/4;
  max-width: 400px;
  margin: 0 auto;
}
.me-overview22 .videoWrapper {
  position: relative;
  padding-top: 25px;
  padding-bottom: 56.25%;
  max-width: 560px;
  max-height: 500px;
}
.me-overview22 .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 560px;
  max-height: 315px;
}
.me-overview22 .product-grid {
  display: grid;
  grid-template-columns: repeat(4, 20%) !important;
}
.me-overview22 .content-box {
  grid-column: 3/6;
  grid-row: 1/3;
}
.me-overview22 .product-bg {
  grid-column: 1/3;
  grid-row: 1/3;
}
.me-overview22 #algae-closeup {
  grid-column: 3/6;
  grid-row: 2/5;
  margin-top: 100px;
  justify-self: flex-end;
  align-self: flex-end;
}
.me-overview22 .product-grid-img {
  grid-row: 1/3;
  grid-column: 2/5;
  align-self: flex-end;
  justify-self: center;
  z-index: 20;
  padding: 8% 5% 5% 10%;
  border-radius: 40%;
  background-image: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.7) 100%);
}
.me-overview22 #algae-content {
  grid-column: 1/4;
  grid-row: 3/5;
  justify-self: flex-start;
  align-self: center;
  text-align: right;
  z-index: 30;
}
@media screen and (max-width: 1500px) {
  .me-overview22 .product-grid-img {
    grid-row: 2/5;
    grid-column: 1/5;
    align-self: center;
    justify-self: flex-start;
    z-index: 20;
    max-width: 800px;
  }
  .me-overview22 #algae-content {
    grid-column: 1/4;
    grid-row: 3/6;
    justify-self: center;
    align-self: flex-end;
    text-align: right;
    z-index: 30;
  }
}
@media screen and (max-width: 1250px) {
  .me-overview22 .product-grid-img {
    align-self: center;
    justify-self: flex-start;
  }
  .me-overview22 #algae-content {
    grid-column: 1/4;
    grid-row: 3/6;
    justify-self: center;
    align-self: flex-end;
    text-align: right;
    z-index: 30;
  }
}
@media screen and (max-width: 1150px) {
  .me-overview22 .product-grid-img {
    grid-row: 2/6;
    grid-column: 1/5;
    align-self: center;
    justify-self: flex-start;
    padding: 5% 12% 0 0;
    text-align: left;
  }
  .me-overview22 #algae-content {
    grid-column: 1/-1;
    grid-row: 5/7;
    justify-self: center;
    align-self: flex-end;
    text-align: center;
    z-index: 30;
    max-width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .me-overview22 #algae-content {
    grid-row: 5/6;
  }
  .me-overview22 .content-box {
    grid-column: 1/7;
    grid-row: 1/2;
    max-width: 100%;
    text-align: center;
  }
  .me-overview22 .product-bg {
    grid-column: 1/7;
    grid-row: 2/3;
    justify-self: center;
  }
  .me-overview22 .product-bg::after {
    width: 50%;
  }
  .me-overview22 .product-grid-img {
    grid-row: 4/5;
    grid-column: 1/7;
    align-self: center;
    justify-self: flex-start;
    padding: 2%;
    text-align: center;
    max-width: 100%;
  }
  .me-overview22 #algae-closeup {
    grid-column: 1/7;
    grid-row: 3/4;
    margin-top: 0px;
    justify-self: center;
    max-width: 400px;
    align-self: flex-end;
  }
}
@media screen and (max-width: 1200px) {
  .me-overview22 #sec1-content {
    text-align: center;
  }
  .me-overview22 .section1 {
    text-align: center;
  }
}
@media screen and (max-width: 992px) {
  .me-overview22 body,
.me-overview22 html {
    font-size: 16px;
  }
  .me-overview22 h1 {
    font-size: 48px;
  }
  .me-overview22 .pattern-bg::before {
    width: 80%;
    left: -5%;
    top: 0;
  }
  .me-overview22 .warranty-section .content-box-container {
    transform: translateY(50px) translateX(0);
    text-align: center;
    padding: 0;
  }
  .me-overview22 .warranty-section {
    background-size: 0;
    margin-top: 150px;
  }
  .me-overview22 #warranty-img {
    margin-top: 20px;
  }
  .me-overview22 .warranty-section .content-box {
    transform: translate3d(0, 0, 0) !important;
    width: 100%;
    text-align: center;
    display: block;
    padding: 0;
  }
  .me-overview22 #warranty-subtitle {
    margin-left: 10px;
  }
  .me-overview22 .product-bg {
    transform: translate3d(0, 0, 0) !important;
  }
  .me-overview22 .product-img {
    transform: translate3d(0, 0, 0) !important;
  }
  .me-overview22 .product-grid-img.designer {
    transform: translateY(0);
  }
  .me-overview22 .designer .product-bg::before {
    top: 0px;
  }
  .me-overview22 .product-grid-text {
    grid-row: 2/3;
  }
  .me-overview22 .designer .product-bg::after {
    top: 0px;
  }
  .me-overview22 .product-bg::after {
    content: "";
    z-index: 1;
    width: 80%;
    height: 80%;
    position: absolute;
    right: -8px;
    top: -5%;
    border: 1px solid #ab9679;
  }
  .me-overview22 .product-bg::before {
    content: "";
    width: 80%;
    height: 80%;
    position: absolute;
    left: -40px;
    top: 0;
    background-image: linear-gradient(to top right, rgb(235, 207, 167) 0%, rgba(235, 207, 167, 0) 50%);
  }
  .me-overview22 .product-bg {
    position: relative;
    height: 100%;
    width: 100%;
    margin-top: 10%;
  }
  .me-overview22 .content-box p {
    margin: 0 auto;
    max-width: 100%;
  }
  .me-overview22 .myButton {
    margin: 10px auto;
    text-align: center;
    display: inline-block;
    float: none;
  }
  .me-overview22 .algae-section {
    margin-top: 100px;
  }
  .me-overview22 .algae-grid {
    display: block;
    text-align: center;
  }
  .me-overview22 #algae-content {
    max-width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .me-overview22 .hero-container {
    text-align: center;
  }
  .me-overview22 #gaf-logo {
    float: none;
  }
  .me-overview22 .warranty-section {
    background-size: 0;
    margin-top: 200px;
  }
}
@media screen and (max-width: 600px) {
  .me-overview22 .warranty-section {
    margin-top: 275px;
  }
  .me-overview22 .hero-container h2 {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .me-overview22 .product-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 450px 250px;
    text-align: center;
  }
  .me-overview22 .warranty-section {
    margin-top: 350px;
  }
  .me-overview22 #algae-closeup {
    margin-top: 225px;
  }
}
@media screen and (max-width: 350px) {
  .me-overview22 .product-bg {
    margin-top: 30%;
  }
}
@media screen and (max-width: 300px) {
  .me-overview22 .product-bg {
    margin-top: 60%;
  }
}/*# sourceMappingURL=me-overview22.css.map */