:root {
  --grey: #888886;
  --white: white;
  --black: black;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.4em;
  line-height: 2em;
}

li {
  margin-bottom: 20px;
}

.section1 {
  grid-column-gap: 150px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.wrapper {
  grid-row-gap: 18px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.freebirdlogo {
  object-fit: cover;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 127.714px;
  text-decoration: none;
  display: flex;
}

.h1 {
  background-color: var(--grey);
  color: #fff;
  text-transform: undefined;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 18px;
  font-size: 40px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.h1.trade {
  color: #fff;
  text-align: center;
  background-color: #888985;
  padding: 10px 40px;
}

.h2 {
  color: #000;
  text-align: center;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: none;
}

.h2.isbold {
  font-family: Poppins, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.section2 {
  grid-row-gap: 28px;
  background-color: #be1c2d;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 40px 100px;
  text-decoration: none;
  display: flex;
}

.testimonial {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: none;
}

.mark-upperdine---m-upperdine-joinery {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.section3 {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.body {
  margin-top: 80px;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 100px;
  font-family: Poppins, sans-serif;
}

.section4 {
  justify-content: space-between;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.section8 {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  text-decoration: none;
  display: flex;
}

.image-32 {
  object-fit: cover;
  height: 100%;
}

.section6 {
  grid-column-gap: 121px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.button {
  grid-column-gap: 10px;
  background-color: #be1c2d;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 396px;
  padding: 21px 29px;
  text-decoration: none;
  display: flex;
}

.text-2 {
  color: #fff;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}
/** vyshnavi.. hover for button **/
.config_btn:hover {
  background-color: #FCCB44;
}
/** ...... **/

.cell, .cell-2, .cell-3 {
  justify-content: center;
  align-items: center;
}

.logos {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.button-2 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.config {
  object-fit: cover;
  border: 1px solid #858585;
}

.cta {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 182.063px;
  height: 181.746px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 210px;
  left: -70.9236px;
}
/** vyshnavi 
Hover for image click**/
.cta-group .button-2:hover .config {
  border: 3px solid #FCCB44;
}
/**  **/
.title_block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 500px;
  display: flex;
}

.h4 {
  text-transform: capitalize;
  margin-bottom: 0;
}

.description {
  width: 50%;
  font-size: 1.2em;
  line-height: 1.4em;
}

.bottom_cta {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.cta-group {
  position: relative;
}

.quick-stack-3 {
  padding: 0;
}

.spec_group {
  padding-top: 20px;
  padding-bottom: 40px;
}

.isbold {
  font-weight: 400;
}

.cell-7, .cell-8 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.quick-stack-4 {
  padding-left: 0;
  padding-right: 0;
}

.imgdiv {
  height: 100%;
}

.quick-stack-5 {
  padding-left: 0;
  padding-right: 0;
}

.quick-stack-6 {
  grid-column-gap: 30px;
  grid-row-gap: 5px;
  padding-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
}

.caption {
  color: #fff;
  text-align: right;
  align-self: flex-end;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: auto;
  right: 4%;
}

.captioned_img {
  position: relative;
}

.quick-stack-7 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.quick-stack-8 {
  padding-left: 0;
  padding-right: 0;
}

.cell-10, .cell-11, .cell-12 {
  justify-content: center;
  align-items: center;
}

.text-block {
  font-size: 1.2em;
  line-height: 1.4em;
}

.heading-3 {
  font-size: 1.4em;
}

.heading-4 {
  font-weight: 400;
}

.cell-13 {
  justify-content: center;
  align-items: flex-start;
}

.div-block {
  align-items: center;
  display: flex;
}

.insta_div {
  width: 20px;
}

.link-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 4px;
  margin-right: 4px;
  text-decoration: underline;
  display: inline-flex;
}

.paragraph {
  margin-bottom: 0;
}

.paragraph-2 {
  font-size: 1.2em;
  line-height: 1.4em;
  display: inline;
}

.beta {
  color: var(--white);
  background-color: #888985;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1px 12px;
  font-size: 20px;
  display: inline-block;
  position: absolute;
  bottom: -30px;
  left: 76px;
}

.beta._2 {
  align-self: center;
  margin-top: 35px;
  margin-left: -50px;
  position: relative;
  bottom: auto;
  left: auto;
}

@media screen and (min-width: 1920px) {
  .wrapper, .section3 {
    justify-content: space-around;
  }

  .body {
    margin-left: 300px;
    margin-right: 300px;
  }

  .section4 {
    justify-content: space-around;
  }

  .section8 {
    justify-content: space-between;
  }

  .section6 {
    justify-content: space-around;
  }
}

@media screen and (max-width: 991px) {
  .h1 {
    padding-left: 10px;
  }

  .section2 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .body {
    margin-left: 20px;
    margin-right: 20px;
  }

  .section4 {
    flex-flow: column;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .section8 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .section6 {
    padding-left: 0;
  }

  .config {
    max-width: none;
    height: 180px;
  }

  .cta {
    top: 114px;
    left: -71.9236px;
  }

  .title_block {
    width: 40%;
  }

  .description {
    width: auto;
    margin-bottom: 20px;
  }

  .cta-group {
    width: 40%;
  }

  .section7 {
    padding-left: 0;
    padding-right: 0;
  }

  .cell-13 {
    justify-content: center;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .wrapper {
    flex-flow: column;
  }

  .section2 {
    margin-top: 100px;
  }

  .section6 {
    flex-flow: column;
  }

  .cta {
    top: 83px;
    left: -131.924px;
  }

  .title_block {
    width: auto;
  }

  .h4, .heading-5 {
    line-height: 1.4em;
  }

  .heading-6 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .cell-13 {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .h1 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    font-size: 30px;
  }

  .h1.trade {
    font-size: 26px;
  }

  .section2 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .testimonial {
    font-size: 14px;
  }

  .mark-upperdine---m-upperdine-joinery {
    font-size: 12px;
  }

  .section4, .section8 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .image-32 {
    text-align: center;
  }

  .section6 {
    padding-right: 0;
  }

  .text-2 {
    text-align: center;
    font-size: 16px;
    line-height: 1.2em;
  }

  .cta {
    max-width: none;
    position: relative;
    top: -28px;
    left: -59px;
  }

  .h4 {
    font-size: 13px;
    line-height: 14px;
  }

  .cta-group {
    width: auto;
  }

  .spec_group {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .quick-stack-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .quick-stack-6 {
    grid-column-gap: 5px;
    padding-bottom: 20px;
  }

  .caption {
    font-size: 10px;
    line-height: 12px;
  }

  .text_3 {
    font-size: 12px;
  }

  .heading-2 {
    font-size: 28px;
  }

  .heading-6 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
  }

  .cell-13 {
    justify-content: center;
    align-items: center;
  }

  .beta {
    bottom: 35px;
    left: 140px;
  }

  .beta._2 {
    margin-top: 47px;
    font-size: 16px;
  }
}

#w-node-b03929af-2274-f55d-65f4-c8493752b04f-41cd1815 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_7d055d56-3a64-6310-8e10-a067b45e6b3d-41cd1815 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .5fr 1fr;
}

#w-node-_000e1339-bf1d-b667-e3ad-40bd9d94ac44-41cd1815 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-ab24a729-a4bd-5a87-c853-472236719e6f-41cd1815 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_50cc6225-90d7-d4e0-705d-2e58047b57b2-41cd1815 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_3ee830ce-b497-f5bd-3f30-42e49c6abc93-41cd1815 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1ef773ec-daef-1819-87d3-025bd126a2ea-41cd1815 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .5fr 1fr;
}

#w-node-a0b10ba3-f6b3-bfd2-8f95-3aaa48c45d33-41cd1815 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_7d055d56-3a64-6310-8e10-a067b45e6b3d-41cd1815, #w-node-_1ef773ec-daef-1819-87d3-025bd126a2ea-41cd1815 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_000e1339-bf1d-b667-e3ad-40bd9d94ac44-41cd1815 {
    grid-template-rows: .25fr auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-ab24a729-a4bd-5a87-c853-472236719e6f-41cd1815 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3ee830ce-b497-f5bd-3f30-42e49c6abc93-41cd1815 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr 1fr;
  }
}


