/* Base */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: Helvetica, Arial, sans-serif;
}

/* Advertorial banner */
.advertorial-banner {
  background: #f3f4f6;
  color: #111;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 10px 14px;
  border-bottom: 1px solid #d1d5db;
}

/* Header */
.App__HeaderContainer-sc-vsb4d4-0 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 15px 20px;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}

.App__HeaderContent-sc-vsb4d4-1 {
  width: 100%;
  max-width: 800px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.App__Logo-sc-vsb4d4-2 {
  min-width: 0;
}

.App__Logo-sc-vsb4d4-2 img {
  display: block;
  height: 21px;
}

.App__HeaderContent-sc-vsb4d4-1 .App__Logo-sc-vsb4d4-2 img {
  width: 44px !important;
  height: 44px !important;
  max-width: none !important;
  object-fit: contain !important;
}

@media (max-width: 480px) {
  .App__HeaderContent-sc-vsb4d4-1 .App__Logo-sc-vsb4d4-2 img {
    width: 36px !important;
    height: 36px !important;
  }
}

.brand-logo-link {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 4px 0;
  color: inherit;
}

.brand-logo-link img {
  width: 44px;
  height: 44px;
  display: block;
  flex-shrink: 0;
}

.brand-logo-text {
  font-size: 18px;
  font-weight: 700;
  color: #111;
  line-height: 1.15;
  white-space: nowrap;
}

@media (max-width: 480px) {
  .brand-logo-text {
    font-size: 15px;
  }

  .brand-logo-link img {
    width: 36px;
    height: 36px;
  }
}

.App__Preheadline-sc-vsb4d4-3 > p {
  margin: 0;
  padding: 0;
}

.App__Preheadline-sc-vsb4d4-3 a {
  padding: 15px 20px;
  border: none;
  border-radius: 5px;
  background-color: #f13a3a;
  color: #fff;
  display: none;
  font-size: 0.8em;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
}

@media (min-width: 600px) {
  .App__Preheadline-sc-vsb4d4-3 a {
    display: block;
  }
}

/* Layout */
.App__Container-sc-vsb4d4-4 {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.App__Headline-sc-vsb4d4-5 {
  text-align: center;
}

.App__Headline-sc-vsb4d4-5 h1 {
  font-size: 28px;
  font-weight: 700;
  color: rgb(0, 0, 0);
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 0 10px 0;
  text-align: left;
}

.App__Headline-sc-vsb4d4-5 h2 {
  font-size: 20px;
  color: rgb(0, 0, 0);
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 20px;
  text-align: left;
}

.App__Author-sc-vsb4d4-7 {
  color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  gap: 0;
  margin: 20px 0 10px;
  line-height: 1.4;
}

.App__AuthorCredit {
  display: inline-flex;
  align-items: center;
}

.App__AuthorCredit strong {
  margin-left: 0.25em;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.7);
}

.App__TimeToRead-sc-vsb4d4-8 {
  display: inline-flex;
  align-items: center;
  color: #0098af;
}

.App__TimeToRead-sc-vsb4d4-8 img {
  width: 18px;
  height: 18px;
  margin-left: 10px;
  margin-right: 5px;
  display: block;
}

/* Article */
.App__Article-sc-vsb4d4-9 {
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  line-height: 32px;
}

.App__Article-sc-vsb4d4-9 .img-main {
  margin: 0;
  width: 100%;
}

.App__Article-sc-vsb4d4-9 ul {
  padding-left: 40px;
  margin: 20px 0;
}

.App__Article-sc-vsb4d4-9 h3 {
  font-size: 28px;
  line-height: 1.2;
  margin: 40px 0;
}

@media (min-width: 600px) {
  .App__Article-sc-vsb4d4-9 h3 {
    font-size: 32px;
  }
}

.App__Article-sc-vsb4d4-9 h4 {
  font-size: 20px;
  line-height: 1.2;
  margin: 40px 0;
}

@media (min-width: 600px) {
  .App__Article-sc-vsb4d4-9 h4 {
    font-size: 24px;
  }
}

.App__Article-sc-vsb4d4-9 p {
  margin: 0 0 20px 0;
}

.App__Article-sc-vsb4d4-9 a {
  color: rgb(0, 152, 175);
  text-decoration: underline;
}

.App__Article-sc-vsb4d4-9 strong,
.App__Article-sc-vsb4d4-9 b {
  color: rgb(0, 0, 0);
}

.App__Article-sc-vsb4d4-9 blockquote {
  margin: 40px 0;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 30px;
  color: #000000cc;
  padding: 20px 30px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-left: 0;
  border-right: 0;
}

.App__Article-sc-vsb4d4-9 blockquote p {
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .App__Article-sc-vsb4d4-9 blockquote {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    padding: 35px 70px;
  }
}

.App__Article-sc-vsb4d4-9 .fbtn {
  text-align: center;
  text-decoration: none;
  display: block;
  border: 0;
  border-radius: 10px;
  color: #fff;
  background-color: #f13a3a;
  background-image: none;
  margin: 40px auto;
  max-width: 450px;
  height: 62px;
  line-height: 62px;
  padding: 0;
  font-size: 20px;
  white-space: nowrap;
}

@media (min-width: 500px) {
  .App__Article-sc-vsb4d4-9 .fbtn {
    font-size: 22px;
  }
}

.App__Article-sc-vsb4d4-9 .img-responsive {
  width: 100%;
}

/* Zip box */
#zip-box {
  box-sizing: border-box;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 40px;
}

#zip-box h1 {
  text-align: center;
  font-family: helvetica, arial, sans-serif;
  margin: 0 !important;
  padding: 0;
  font-size: 22px !important;
  line-height: 28px !important;
}

@media screen and (min-width: 600px) {
  #zip-box h1 {
    font-size: 32px !important;
    line-height: 38px !important;
  }
}

#zip-box form {
  position: relative;
  margin-top: 45px;
}

@media screen and (min-width: 600px) {
  #zip-box form {
    width: 475px;
    margin: 45px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

#zip-box .input-box {
  margin: 0 0 15px;
  position: relative;
}

@media screen and (min-width: 600px) {
  #zip-box .input-box {
    margin: 0 15px 0 0;
  }
}

#zip-box .input-box label {
  line-height: 1em;
  position: absolute;
  top: -5px;
  left: 25px;
  font-size: 12px;
  z-index: 1;
  background-color: #fff;
  padding: 0 5px;
}

#zip-box .input-box input {
  flex: 1;
  width: 100%;
  min-width: 220px;
  padding: 20px;
  border: 1px solid #000000;
  border-radius: 5px;
  font-size: 16px;
}

#zip-box form button {
  color: #fff;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  background-color: #f13a3a;
  min-height: 60px;
  width: 100%;
  font-size: 18px;
}

/* Footer */
.Footer__FooterWrap-sc-36qip6-0 {
  flex-shrink: 0;
  background: white;
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}

.Footer__FooterWrap-sc-36qip6-0 a {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  text-decoration: none;
}

.Footer__Wrapper-sc-36qip6-2 {
  padding: 20px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
}

@media (min-width: 600px) {
  .Footer__Wrapper-sc-36qip6-2 {
    flex-direction: row;
  }
}

.Footer__Links-sc-36qip6-3 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}

@media (min-width: 390px) {
  .Footer__Links-sc-36qip6-3 {
    flex-direction: row;
    gap: 10px;
  }
}

/* Square footage selector */
.frame-514,
.frame-514 * {
  box-sizing: border-box;
}

.frame-514 {
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.frame-506 {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.frame-502 {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  margin-top: 20px;
}

.frame-502 a {
  text-decoration: none;
}

.select-your-home-s-square-footage {
  color: #000000;
  text-align: center;
  font-family: "Roboto-Bold", sans-serif;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
}

.frame-511 {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center !important;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  flex-wrap: wrap;
}

.frame-511 > a {
  min-width: 180px;
}

.frame-497,
.frame-498 {
  background: #ffffff;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 180px;
  position: relative;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
}

.icon-1,
.icon-2,
.icon-3,
.icon-4 {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  position: relative;
  overflow: visible;
  aspect-ratio: 1;
}

.under-1500-sq-ft,
._1500-2500-sq-ft,
._2500-3500-sq-ft,
._3500-sq-ft {
  color: #000000;
  text-align: center;
  font-family: "Roboto-Bold", sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 900px) {
  .frame-511 > a {
    display: block;
    flex: 0 0 calc(50% - 10px);
  }
}

@media screen and (max-width: 409px) {
  .frame-511 > a {
    flex: 0 0 100%;
  }

  .frame-511 > a > div {
    height: 80px;
    flex-direction: row;
    justify-content: flex-start;
    padding: 10px;
    gap: 10px;
  }

  .frame-511 img {
    height: 60px;
    width: 60px;
  }
}
