.w-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}

.hero_background {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    /* width: 100vw; */
    height: 102vh;
    margin: 0px auto auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-image: url('../images/Hero-bG.png');
    background-position: 0% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.text-block {
    margin: 20px auto;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 100;
    text-align: left;
    letter-spacing: 1px;
}

.image {
    position: static;
    z-index: 9999;
    display: block;
    max-width: 80%;
    margin-right: auto;
    margin-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.bold-text {
    font-weight: 600;
}

.bold-text-2 {
    font-weight: 600;
}

.bold-text-3 {
    font-weight: 600;
}

.bold-text-4 {
    font-weight: 600;
}

.regislog-block {
    margin-top: 26px;
    margin-bottom: 26px;
}

.buttonclass {
    max-height: 75px;
    margin-right: 10px;
    margin-left: auto;
    padding: 17px 41px;
    border-radius: 15px;
    background-color: #fff;
    font-family: Montserrat, sans-serif;
    color: #f57f20;
    font-weight: 500;
}

.buttonclass._2 {
    margin-right: 20px;
    margin-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    background-color: hsla(0, 0%, 100%, 0);
    color: #fff;
    white-space: nowrap;
}

.body {
    overflow: auto;
    font-family: Montserrat, sans-serif;
}

.div-block {
    overflow: visible;
}

.div-block-2 {
    margin-top: -14px;
}

.navbar {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    background-color: hsla(0, 0%, 100%, 0);
}

.container {
    position: relative;
    left: -60px;
    top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50vw;
    height: 45px;
    margin-right: 0px;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 1px 2px 20px -9px rgba(98, 98, 98, 0.96);
}

.nav-link {
    border-bottom: 4px none #f57f20;
    color: #626262;
    font-weight: 600;
}

.nav-link-2 {
    position: static;
    color: #626262;
}

.nav-link-3 {
    color: #626262;
}

.nav-link-4 {
    color: #626262;
}

.category-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin: 0px auto 60px;
    padding: 100px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.catdiv {
    position: relative;
    top: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 80vw;
    height: auto;
    margin: 40px auto;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.grid {
    display: -ms-grid;
    display: grid;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    align-self: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 14px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
}

.categorydiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40vh;
    height: 12vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    background-color: #f9963b;
    background-image: url('../images/AR-Man-Background.png');
    background-position: 100% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: 0 4px 20px -11px #626262;
    color: #fff;
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

.cursor-pointer {
    cursor: pointer;
    transform: scale(1);
    transition: transform 0.1s ease-in;
}

.cursor-pointer:hover {
    transform: scale(1.01);
    transition: transform 0.1s ease-out;
}

.about-us-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/Orange-Block.png');
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
}

.paragraph {
    display: block;
    padding: 0px 0px 48px;
    color: #626262;
    line-height: 23px;
    font-weight: 400;
    text-align: justify;
}

.paragraph.ar {
    padding-right: 0px;
    color: #fff;
}

.paragraph.about-us {
    margin-bottom: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: #fff;
}

.paragraph._2 {
    padding-right: 0px;
    padding-bottom: 0px;
}

.div-block-6 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.heading {
    color: #fff;
    font-weight: 500;
    text-align: left;
}

.heading.white {
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 25px;
}

.heading.white.ar {
    padding-left: 0px;
    font-size: 33px;
}

.heading.orange {
    margin-top: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0px;
    color: #f57f20;
    text-align: left;
}

.heading.orange.about {
    display: block;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: #fff;
    text-align: left;
}

.heading.orange.about.mobile {
    display: none;
}

.heading.orange.categories {
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.property-inspector {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 80vh;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url('../images/Orange-Block.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.paragraph-2 {
    margin-bottom: auto;
    color: #fff;
    line-height: 23px;
    font-weight: 400;
    text-align: justify;
}

.image-2 {
    position: static;
    top: auto;
    display: inline-block;
    max-width: 50vw;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.div-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80vw;
    height: auto;
    margin: 140px auto;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.smart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80vh;
    margin-top: 0px;
    padding-top: 100px;
    padding-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.smart-ent-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80vw;
    margin: auto;
    padding: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.image-3 {
    position: static;
    left: auto;
    top: 0px;
    display: block;
    margin: 20px auto auto;
    padding-top: 0px;
    padding-right: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.image-3._2 {
    margin-top: 0px;
    padding: 29px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.image-3._2.mobile {
    display: none;
}

.fixit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(180deg, #fff, #fff);
}

.fixit-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80vw;
    margin-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.arman {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80vh;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/AR-Man-Background.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.div-block-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.arman-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80vw;
    margin: 140px auto;
    padding: 27px 0px 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.div-block-12 {
    width: 50vw;
    padding-right: 130px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 60px;
    padding-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f0f0f0;
    text-align: center;
}

.footer-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80vw;
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
    padding: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: left;
}

.footer-logo-link {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.footer-image {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
}

.footer-heading {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #626262;
    font-size: 14px;
    line-height: 1.5;
    text-decoration: underline;
}

.footer-link {
    display: block;
    margin-bottom: 10px;
    color: #626262;
    text-decoration: none;
}

.footer-link:hover {
    text-decoration: underline;
}

.footer-link.tacs {
    color: #84a5fd;
}

.div-block-13 {
    width: auto;
    padding: 40px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
}

.image-5 {
    position: relative;
    left: 0px;
}

.div-block-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50vw;
    padding-left: 140px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.about-us-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80vw;
    margin-top: 140px;
    margin-bottom: 140px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.div-block-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.div-block-18 {
    width: 50vw;
    padding: 0px;
}

.div-block-19 {
    width: 50vw;
    margin: 47px auto;
    padding: 52px 52px 52px 60px;
}

.div-block-20 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.footer-blocks {
    padding: 40px;
}

.div-block-21 {
    padding: 40px;
}

.div-block-22 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 50vh;
    padding-right: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 20px;
    background-image: url('../images/shane-mclendon-EN1tF2EG-50-unsplash2x.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.image-8 {
    position: relative;
    left: 40px;
    top: 40px;
    right: auto;
    display: block;
}

.list {
    padding-left: 0px;
}

.container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.div-block-24 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.div-block-25 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.preloader {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 999999999;
    display: none;
    /* width: 100vw; */
    height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2993e), to(#f2993e));
    background-image: linear-gradient(180deg, #f2993e, #f2993e);
    opacity: 1;
}

@media screen and (min-width: 1280px) {
    .body {
        overflow: auto;
        margin-top: -10px;
    }
    .navbar {
        margin-top: 30px;
    }
    .container {
        width: 40vw;
        height: 40px;
        padding-right: 0px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 20px;
        background-color: #fff;
    }
    .nav-link {
        padding-top: 0px;
        padding-bottom: 0px;
        border-bottom-style: none;
    }
    .nav-link-2 {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .nav-link-3 {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .nav-link-4 {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .category-section {
        height: 100vh;
        margin-top: auto;
        margin-bottom: auto;
        padding: 60px 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .catdiv {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 80vw;
        height: auto;
        margin: auto;
        padding: 0px 21px;
    }
    .grid {
        width: auto;
        height: auto;
        margin-right: 60px;
        margin-left: 60px;
        padding-right: 0px;
        padding-left: 0px;
        -webkit-box-pack: stretch;
        -webkit-justify-content: stretch;
        -ms-flex-pack: stretch;
        justify-content: stretch;
        justify-items: center;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        grid-row-gap: 20px;
        -ms-grid-columns: 0.25fr 0.25fr;
        grid-template-columns: 0.25fr 0.25fr;
    }
    .categorydiv {
        width: 37vw;
        height: 18vh;
        max-height: none;
    }
    .about-us-section {
        margin-top: 0px;
        padding: 0px 71px;
    }
    .paragraph {
        padding-right: 0px;
        padding-left: 0px;
    }
    .paragraph.ar {
        padding: 0px;
    }
    .paragraph._2 {
        padding-bottom: 0px;
    }
    .heading.white.ar {
        margin-top: 0px;
        padding-top: 0px;
        padding-bottom: 17px;
        padding-left: 0px;
    }
    .heading.orange {
        padding-left: 0px;
        color: #f57f20;
        text-align: left;
    }
    .heading.orange.about {
        margin-top: auto;
    }
    .heading.orange.categories {
        padding-left: 0px;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        text-align: left;
    }
    .property-inspector {
        background-image: url('../images/Orange-Block.png');
        background-position: 0px 0px;
        background-size: cover;
    }
    .image-2 {
        display: block;
    }
    .div-block-7 {
        height: auto;
        margin-top: 140px;
        margin-bottom: 140px;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .smart {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 140px;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .smart-ent-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: auto;
        padding-top: 0px;
        padding-right: 0px;
        padding-left: 0px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
    .image-3 {
        position: static;
        left: auto;
        top: auto;
        padding-top: 0px;
        padding-right: 0px;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
        border-radius: 0px;
    }
    .fixit {
        margin-bottom: 0px;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .fixit-block {
        margin-bottom: 0px;
        padding-top: 40px;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .div-block-10 {
        width: 25vw;
        padding: 0px;
    }
    .arman-block {
        position: relative;
        top: -20px;
        width: 80vw;
        padding-right: 0px;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .div-block-12 {
        width: 25vw;
        padding: 0px;
    }
    .footer {
        display: block;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer-flex-container {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .div-block-13 {
        width: auto;
        padding: 40px 165px 40px 0px;
    }
    .image-5 {
        display: block;
        margin-right: auto;
        margin-left: auto;
        padding-left: 0px;
    }
    .about-us-block {
        margin-top: 140px;
        margin-bottom: 140px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .div-block-17 {
        width: auto;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .div-block-18 {
        width: 25vw;
    }
    .div-block-19 {
        width: 25vw;
        padding-right: 0px;
        padding-left: 0px;
    }
    .div-block-22 {
        width: 40vw;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .container-2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .preloader {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-right: auto;
        margin-left: auto;
    }
    .div-block-26 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

@media screen and (max-width: 991px) {
    .hero-section {
        background-image: url('../images/AR-Man-Background.png');
        background-position: 0px 0px;
        background-size: cover;
    }
    .hero_background {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: auto;
        width: auto;
        height: auto;
        margin-right: auto;
        margin-left: auto;
        padding-right: 0px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-image: none;
        background-position: 0px 0px;
        background-size: auto;
        background-repeat: repeat;
    }
    .text-block {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
        font-size: 20px;
        text-align: center;
    }
    .image {
        z-index: 60;
        display: block;
        margin-right: auto;
        margin-left: auto;
        padding-top: 0px;
    }
    .bold-text-3 {
        text-align: center;
    }
    .regislog-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-right: 100px;
        padding-left: 100px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .buttonclass {
        width: 150px;
        margin: 20px auto;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        text-align: center;
    }
    .buttonclass._2 {
        width: 150px;
        margin-right: 0px;
        margin-left: 35px;
    }
    .body {
        overflow: auto;
        margin-right: auto;
        margin-left: auto;
        -o-object-fit: fill;
        object-fit: fill;
    }
    .container {
        z-index: 9999999;
        width: 10%;
    }
    .category-section {
        margin-bottom: 0px;
        padding: 60px 0px;
    }
    .catdiv {
        position: static;
        width: 100vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
    .grid {
        width: 100vw;
        margin-top: 35px;
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 0px;
        padding-left: 0px;
        -webkit-box-pack: stretch;
        -webkit-justify-content: stretch;
        -ms-flex-pack: stretch;
        justify-content: stretch;
        justify-items: center;
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        grid-row-gap: 10px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto auto auto auto;
        grid-template-rows: auto auto auto auto;
    }
    .categorydiv {
        width: 40vw;
        height: 150px;
    }
    .about-us-section {
        margin-top: 75px;
        margin-bottom: auto;
        padding: 40px;
    }
    .paragraph {
        margin-bottom: auto;
        padding: 0px;
    }
    .paragraph.ar {
        padding-right: 0px;
        padding-left: 0px;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .paragraph.about-us {
        margin-right: auto;
        margin-left: auto;
        padding-right: 86px;
        padding-left: 86px;
        text-align: justify;
    }
    .div-block-6 {
        width: auto;
    }
    .heading.white {
        font-weight: 600;
    }
    .heading.white.ar {
        margin-top: auto;
        padding-left: 0px;
        font-size: 23px;
        font-weight: 700;
        text-align: left;
    }
    .heading.orange {
        padding-left: 0px;
        font-weight: 600;
        text-align: center;
    }
    .heading.orange.about {
        display: none;
        margin-top: auto;
        margin-right: auto;
        margin-left: auto;
        padding-left: 0px;
        text-align: left;
    }
    .heading.orange.about.mobile {
        display: block;
        padding-left: 0px;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: center;
    }
    .heading.orange.categories {
        margin-top: auto;
        margin-bottom: auto;
        padding-left: 0px;
        text-align: left;
    }
    .property-inspector {
        margin-right: auto;
        margin-left: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .image-2 {
        position: static;
        margin-bottom: 22px;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .div-block-7 {
        margin: 0px auto;
        padding-right: 20px;
        padding-left: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .smart {
        overflow: auto;
        padding-top: 0px;
        padding-bottom: 0px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .smart-ent-block {
        margin-top: auto;
        margin-right: 60px;
        margin-left: 60px;
        padding-top: 0px;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
    .image-3 {
        top: auto;
        display: block;
        margin-right: 0px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .image-3._2 {
        display: none;
        padding: 0px;
    }
    .image-3._2.mobile {
        display: block;
        margin-top: auto;
        margin-right: auto;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .fixit {
        margin-right: auto;
        margin-bottom: 40px;
        margin-left: auto;
        padding-right: 10vw;
        padding-left: 10vw;
    }
    .fixit-block {
        margin-right: auto;
        margin-left: auto;
        padding-right: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .arman {
        margin-right: auto;
        margin-left: auto;
        padding-top: 0px;
        padding-bottom: 0px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        background-attachment: fixed;
    }
    .div-block-10 {
        width: auto;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .arman-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 80vh;
        margin: auto;
        padding-top: 80px;
        padding-bottom: 80px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }
    .div-block-12 {
        padding-right: 60px;
    }
    .footer {
        padding-right: 20px;
        padding-left: 20px;
    }
    .div-block-13 {
        margin-right: auto;
        margin-left: auto;
        padding: 0px;
        -o-object-fit: fill;
        object-fit: fill;
    }
    .image-5 {
        margin-left: 0px;
        padding-left: 0px;
    }
    .div-block-14 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100vw;
        height: 100vh;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .div-block-15 {
        width: auto;
        padding-left: 0px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
    .about-us-block {
        margin-top: 0px;
        margin-bottom: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .div-block-17 {
        width: auto;
        clear: none;
    }
    .div-block-18 {
        width: auto;
    }
    .div-block-19 {
        width: auto;
        margin: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }
    .div-block-20 {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
    .div-block-22 {
        display: none;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }
    .div-block-24 {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
    .div-block-25 {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .menu-button {
        opacity: 1;
    }
    .menu-button.w--open {
        opacity: 0;
    }
    .nav-menu {
        border-radius: 20px;
        background-color: #fff;
    }
    .icon {
        color: #626262;
    }
}

@media screen and (max-width: 767px) {
    .hero_background {
        overflow: auto;
        background-image: url('../images/AR-Man-Background.png');
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: scroll;
    }
    .body {
        overflow: auto;
    }
    .grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto auto auto auto;
        grid-template-rows: auto auto auto auto auto;
    }
    .categorydiv {
        width: 80vw;
        height: 100px;
    }
    .about-us-section {
        margin-top: 0px;
        padding: 100px 0px;
    }
    .paragraph.about-us {
        padding-right: 0px;
        padding-left: 0px;
    }
    .heading.white {
        text-align: center;
    }
    .heading.white.ar {
        text-align: center;
    }
    .heading.orange.categories {
        font-size: 33px;
        text-align: center;
    }
    .property-inspector {
        height: auto;
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .image-2 {
        display: none;
    }
    .div-block-7 {
        padding-right: 0px;
        padding-left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .smart {
        height: auto;
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .smart-ent-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .image-3 {
        display: none;
    }
    .image-3._2.mobile {
        display: none;
    }
    .fixit {
        height: auto;
        margin-bottom: 0px;
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .fixit-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .arman {
        height: auto;
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .arman-block {
        height: auto;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .div-block-12 {
        width: auto;
        padding-right: 0px;
    }
    .footer {
        padding: 40px 20px;
    }
    .footer-image {
        -o-object-fit: contain;
        object-fit: contain;
    }
    .div-block-13 {
        padding-right: 0px;
        padding-left: 0px;
    }
    .image-5 {
        display: none;
    }
    .div-block-19 {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 479px) {
    .text-block {
        width: auto;
        margin-right: auto;
        font-size: 14px;
    }
    .regislog-block {
        padding-right: 0px;
        padding-left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .buttonclass {
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }
    .buttonclass._2 {
        margin-left: auto;
    }
    .div-block-2 {
        margin-top: auto;
    }
    .about-us-section {
        margin-top: 0px;
    }
    .paragraph.about-us {
        padding-right: 0px;
        padding-left: 0px;
    }
    .heading.white {
        text-align: center;
    }
    .property-inspector {
        height: auto;
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .smart {
        height: auto;
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .smart-ent-block {
        margin-right: 0px;
        margin-left: 0px;
    }
    .fixit {
        height: auto;
        margin-bottom: 0px;
    }
    .arman {
        height: auto;
    }
    .arman-block {
        height: auto;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .div-block-12 {
        padding-right: 0px;
    }
    .footer {
        padding-right: 20px;
        padding-left: 20px;
        text-align: left;
    }
    .footer-flex-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer-logo-link {
        height: 60px;
    }
    .footer-heading {
        margin-top: 20px;
    }
    .div-block-25 {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }
}

#w-node-a5d6c942-dc19-062f-cb83-d519b9e94514-1e388008 {
    -ms-grid-column-align: auto;
    justify-self: auto;
}

#w-node-a5d6c942-dc19-062f-cb83-d519b9e94515-1e388008 {
    -ms-grid-column-align: auto;
    justify-self: auto;
}

#w-node-a5d6c942-dc19-062f-cb83-d519b9e94516-1e388008 {
    -ms-grid-column-align: auto;
    justify-self: auto;
}

#w-node-a5d6c942-dc19-062f-cb83-d519b9e94517-1e388008 {
    -ms-grid-column-align: auto;
    justify-self: auto;
}

#w-node-a5d6c942-dc19-062f-cb83-d519b9e94519-1e388008 {
    -ms-grid-column-align: auto;
    justify-self: auto;
}

#w-node-a5d6c942-dc19-062f-cb83-d519b9e9451a-1e388008 {
    -ms-grid-column-align: auto;
    justify-self: auto;
}

@media screen and (min-width: 1280px) {
    #w-node-a5d6c942-dc19-062f-cb83-d519b9e94514-1e388008 {
        -ms-grid-column-align: auto;
        justify-self: auto;
    }
    #w-node-a5d6c942-dc19-062f-cb83-d519b9e94515-1e388008 {
        -ms-grid-column-align: auto;
        justify-self: auto;
    }
    #w-node-a5d6c942-dc19-062f-cb83-d519b9e94516-1e388008 {
        -ms-grid-column-align: auto;
        justify-self: auto;
    }
    #w-node-a5d6c942-dc19-062f-cb83-d519b9e94517-1e388008 {
        -ms-grid-column-align: auto;
        justify-self: auto;
    }
    #w-node-a5d6c942-dc19-062f-cb83-d519b9e94518-1e388008 {
        -ms-grid-column-align: auto;
        justify-self: auto;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
    }
    #w-node-a5d6c942-dc19-062f-cb83-d519b9e94519-1e388008 {
        -ms-grid-column-align: auto;
        justify-self: auto;
    }
    #w-node-a5d6c942-dc19-062f-cb83-d519b9e9451a-1e388008 {
        -ms-grid-column-align: auto;
        justify-self: auto;
    }
}

@media screen and (max-width: 991px) {
    #w-node-a5d6c942-dc19-062f-cb83-d519b9e94513-1e388008 {
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
    }
    #w-node-a5d6c942-dc19-062f-cb83-d519b9e94516-1e388008 {
        -ms-grid-column-align: auto;
        justify-self: auto;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
    }
}