:root {
  --dark: #1e1e1e;
  --white: white;
  --loop-smart-dark-red: #8a2432;
  --loop-smart-red: #c32032;
  --light: #f0f0f0;
  --light-gray: #98999b;
  --dark-grey: #53565a;
  --almost-white: #e3e3e3;
  --black: black;
}

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #fff;
  letter-spacing: -.007em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 120px;
  font-weight: 500;
  line-height: 145%;
}

h2 {
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 160%;
}

p {
  color: var(--dark);
  letter-spacing: -.007em;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
}

.hero {
  background-image: linear-gradient(to bottom, var(--white), white 0%, #fff0 70%), url('../images/Loop-Smart-Home-Breakfast.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: -100px;
  display: none;
  position: static;
}

.wide-container {
  width: 100%;
  max-width: 1440px;
  padding-left: 30px;
  padding-right: 30px;
}

.wide-container.clone {
  padding-top: 300px;
  display: block;
}

.wide-container.for-blogs {
  position: absolute;
}

.wide-container.hero {
  background-image: none;
  padding-top: 300px;
  display: none;
}

.wide-container.testimonials {
  width: auto;
  max-width: 1440px;
  margin-top: 0;
}

.wide-container.homepage-tabs {
  padding-top: 0;
  display: block;
}

.navbar {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 84px;
  display: flex;
}

.button-primary {
  color: var(--loop-smart-dark-red);
  letter-spacing: .04em;
  background-color: #fff;
  border-radius: 0;
  padding: 15px 113px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.button-primary.dark {
  background-color: var(--dark);
  color: #fff;
  padding-left: 60px;
  padding-right: 60px;
}

.button-primary.dark.full-width {
  background-color: var(--loop-smart-red);
  border-radius: 0;
  width: 100%;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 110px;
  padding-bottom: 110px;
  display: block;
}

.section.light-background {
  background-color: var(--light);
  display: flex;
}

.section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.no-padding.full-height {
  background-image: url('../images/clone_image-min.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
  min-height: 100vh;
  display: none;
}

.section.dark {
  background-color: var(--dark);
}

.section.dark.extra-bot-padding-on-mobile {
  text-align: center;
  display: flex;
}

.section.full-height {
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.section.full-height.blog {
  display: none;
}

.section.image-background {
  background-image: url('../images/last_section_image-min.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 40vh;
}

.partners-container {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.partners-title {
  display: none;
}

.section-name {
  color: var(--light-gray);
  letter-spacing: .04em;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.section-name.top-padding {
  padding-top: 7px;
  font-size: 18px;
}

.section-name.white {
  color: #fff;
  text-transform: uppercase;
}

.section-name.for-other-blogs {
  color: var(--dark);
  letter-spacing: .1em;
  font-size: 14px;
  line-height: 130%;
}

.partners-content {
  max-width: 920px;
  padding-left: 0;
  padding-right: 0;
}

.paragraph {
  max-width: 650px;
  font-size: 20px;
}

.paragraph.lighter {
  color: var(--dark-grey);
}

.paragraph.lighter.margin-bottom {
  margin-bottom: 22px;
  font-size: 16px;
}

.paragraph.almost-white {
  max-width: 600px;
  color: var(--light);
  letter-spacing: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.paragraph.bold {
  z-index: 2;
  font-size: 18px;
  font-weight: 700;
}

.paragraph.for-other-blogs {
  color: #616161;
  max-width: 360px;
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 140%;
}

.paragraph.thiner {
  color: #fff;
  margin-bottom: 56px;
  font-weight: 400;
}

.paragraph.white-text {
  color: var(--dark-grey);
  letter-spacing: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.paragraph.nearly-white {
  max-width: 700px;
  color: var(--light);
  letter-spacing: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.paragraph.small {
  font-size: 12px;
}

.paragraph.intro {
  max-width: 800px;
  color: var(--light-gray);
  text-align: center;
}

.logo.small {
  margin-bottom: 0;
}

.projects-header {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.projects-heading {
  width: 100%;
  max-width: 424px;
}

.projects-heading.for-clone {
  z-index: 2;
  max-width: 800px;
  position: relative;
}

.projects-heading.for-blog {
  z-index: 2;
  max-width: 460px;
  position: relative;
}

.projects-heading.for-contact {
  min-width: 450px;
  max-width: 520px;
}

.projects-heading.for-last-section {
  max-width: 350px;
}

.projects-heading.hero-section {
  z-index: 2;
  max-width: 900px;
  position: relative;
}

.heading-2-wrapper {
  margin-top: 8px;
}

.heading-2-wrapper.for-customize {
  background-color: #0000;
  margin-bottom: 16px;
  margin-left: 0;
}

.heading-2-wrapper.home-automation {
  margin-bottom: 16px;
  margin-left: 0;
}

.heading-2.white {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.heading-2.white.hero-text {
  max-width: 700px;
  color: var(--dark-grey);
  font-size: 50px;
  line-height: 140%;
}

.heading-2.for-grow {
  max-width: 360px;
}

.heading-2.dark {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.heading-2.dark.hero-text {
  max-width: 600px;
  color: var(--light);
  font-size: 50px;
  line-height: 140%;
}

.heading-2.main {
  font-size: 40px;
  line-height: 140%;
}

.projects-button-wrapper {
  margin-bottom: 12px;
}

.projects-container {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.projects-scroller {
  width: 100%;
  display: none;
  overflow: auto;
}

.projects {
  align-items: flex-end;
  display: flex;
}

.project {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 224px;
  height: 100%;
  margin-right: 24px;
  display: flex;
}

.project-image-wrapper {
  margin-bottom: 12px;
}

.project-image-wrapper.type-1 {
  width: 100%;
  height: 296px;
}

.project-image-wrapper.type-2 {
  width: 100%;
  height: 224px;
}

.project-image-wrapper.type-3 {
  width: 100%;
  height: 176px;
}

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

.project-description {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.bold-text {
  color: var(--dark);
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 167%;
}

.project-date-text {
  color: var(--light-gray);
  letter-spacing: .04em;
  font-family: Manrope, sans-serif;
  font-weight: 700;
  line-height: 120%;
}

.slider-2 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1276px;
  height: 342px;
  margin-top: 56px;
  padding-left: 30px;
}

.mask {
  width: 496px;
  max-width: 1276px;
  height: 100%;
  overflow: visible;
}

.bold-text-2 {
  color: #1e1e1e;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 167%;
}

.project-date-text-2 {
  color: #797979;
  letter-spacing: .04em;
  font-family: Manrope, sans-serif;
  font-weight: 700;
  line-height: 120%;
}

.slide {
  width: 248px;
  height: 342px;
}

.arrow-container {
  background-color: #fff;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.slide-nav-2 {
  display: none;
}

.customize-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.customize-image {
  width: 60%;
  min-width: 60%;
  height: 100%;
}

.customize-content {
  padding-left: 60px;
}

.customize-content.two {
  margin-top: 0;
}

.tabs {
  width: 100%;
  height: 75vh;
  min-height: 75vh;
  padding-top: 110px;
}

.tabs-content {
  height: 75%;
}

.tabs-menu {
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 0;
}

.tab-link {
  border-style: none solid none none;
  border-width: 1px;
  border-color: var(--white);
  background-color: #53565a99;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 184px;
  padding: 12px;
  transition: all .4s;
  display: flex;
}

.tab-link:hover {
  background-color: var(--loop-smart-red);
}

.tab-link.w--current {
  background-color: var(--loop-smart-red);
  border-right-width: 1px;
  transition-duration: .6s;
}

.tab-text {
  color: var(--light);
  margin-top: 12px;
  font-family: Manrope, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 129%;
}

.tab-line {
  background-color: var(--light);
  width: 100%;
  height: 4px;
}

.tab-content {
  margin-top: 0;
}

.tab-content-text {
  color: #fff;
  background-color: #0000;
  max-width: 650px;
  padding: 20px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  line-height: 140%;
}

.tab-inner-content {
  margin-top: 24px;
}

.testimonials-container {
  text-align: left;
  flex-direction: column;
  align-items: stretch;
  margin-left: 0;
  display: flex;
}

.testimonial-heading-container {
  width: 35%;
}

.testimonial {
  width: auto;
  max-width: 80%;
}

.testimonial-slider {
  background-color: #0000;
  height: 100%;
}

.slide-nav-3 {
  display: none;
}

.testimonial-slide {
  width: 100%;
}

.testimonial-text {
  color: #f0f0f0;
  letter-spacing: -.007em;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  line-height: 150%;
}

.testimonial-text.smaller {
  margin-bottom: 4px;
  font-size: 20px;
  line-height: 120%;
}

.testimonial-bottom-part {
  align-items: center;
  margin-top: 56px;
  display: flex;
}

.testimonial-image {
  width: 48px;
  height: 48px;
}

.testimonial-name-and-profession {
  margin-left: 12px;
}

.left-arrow-testimonial {
  border: 1px solid #f0f0f0;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin: auto 0 0 100%;
  display: flex;
  transform: translate(-300%);
}

.right-arrow-testimonial {
  border: 1px solid #f0f0f0;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
}

.faq {
  border-top: 1px solid var(--dark);
  border-bottom: 1px none var(--dark);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.faq-header {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.faq-button {
  border: 1px solid var(--dark);
  cursor: pointer;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  position: relative;
}

.expand-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%);
}

.faq-content {
  font-family: Manrope, sans-serif;
  font-size: 12px;
  overflow: hidden;
}

.outer-faq {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.expand-less-arrow {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blogs-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.featured-blog-item {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
}

.main-blog-background {
  width: 70%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.main-blog-paragraph {
  margin-top: 32px;
  margin-bottom: 24px;
}

.main-blog-link {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.other-blogs-container {
  align-self: flex-start;
  width: 30%;
  min-height: 100vh;
  margin-left: 70%;
}

.other-blogs {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-height: 100vh;
  display: flex;
}

.other-blog {
  border-bottom: 1px solid var(--dark);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 33.3vh;
  padding-top: 34px;
  padding-bottom: 34px;
  padding-left: 48px;
  display: flex;
}

.blog-title {
  max-width: 360px;
  margin-top: 8px;
  margin-bottom: 16px;
}

.other-blog-title {
  color: var(--dark);
  font-family: Manrope, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 130%;
}

.other-blog-link {
  color: var(--dark);
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.inner-other-blog {
  width: 100%;
  padding-right: 30px;
}

.main-blog-background-for-mobile {
  display: none;
}

.contact-us-container {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.contact-us-form-container {
  width: 100%;
  max-width: 590px;
  padding-left: 30px;
}

.form-row {
  align-items: center;
  display: flex;
}

.form-input-wrapper {
  width: 100%;
  margin-bottom: 24px;
}

.form-input-wrapper.right-margin {
  margin-right: 8px;
}

.form-input-wrapper.left-margin {
  margin-left: 8px;
}

.field-label {
  color: var(--light-gray);
  letter-spacing: .02em;
  margin-bottom: 4px;
  font-family: Manrope, sans-serif;
  font-weight: 600;
  line-height: 143%;
}

.text-field {
  color: var(--dark);
  border: 1px solid #bdbdbd;
  border-radius: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 120%;
}

.text-field:focus {
  border-style: solid;
  border-color: var(--dark);
}

.form-block {
  width: 100%;
  max-width: 560px;
  margin-bottom: 0;
}

.textarea {
  min-height: 120px;
  color: var(--dark);
  border: 1px solid #bdbdbd;
  border-radius: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.textarea:focus {
  border-color: var(--dark);
}

.success-text {
  color: green;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  line-height: 120%;
}

.success-message {
  background-color: #fff;
  border-radius: 16px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.error-text {
  text-align: center;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.error-message {
  border-radius: 16px;
  margin-top: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.last-section-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.last-section-text-container {
  max-width: 416px;
}

.tabs-for-mobile {
  display: none;
}

.mac-container {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.main-footer {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.main-footer.blue {
  color: #096ad0;
  background-color: #096ad0;
}

.main-footer.pale-blue {
  background-color: #096ad00a;
}

.main-footer.wider-padding {
  padding-top: 160px;
  padding-bottom: 160px;
}

.main-footer.wider-padding.border {
  border-top: 1px solid #096ad00a;
  border-bottom: 1px solid #096ad00a;
}

.main-footer.black {
  background-color: #1f2c3d;
}

.main-footer.black.legos {
  padding-top: 138px;
  padding-bottom: 0;
  overflow: visible;
}

.main-footer.black._80vh {
  flex-direction: column;
  height: 80vh;
  min-height: 800px;
  display: flex;
}

.big-brick {
  width: 150px;
}

.big-brick._3 {
  margin-top: 20px;
  margin-left: -200px;
  position: relative;
}

.big-brick._1 {
  margin-left: -50px;
}

.big-brick._2 {
  margin-top: 20px;
  margin-right: -150px;
}

.big-brick._4 {
  z-index: 1;
  position: relative;
}

.intro-hero-headline {
  color: #fff;
  letter-spacing: -3px;
  font-size: 112px;
  font-weight: 300;
  line-height: 1em;
}

.short-paragraph {
  width: 75%;
}

.masonry-div {
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 3px;
  flex: 1;
  width: 100%;
  margin-bottom: 30px;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.masonry-div.vertical {
  flex: 1;
}

.feature-image {
  height: 60px;
}

.video-preview-container {
  z-index: 1;
  transition: transform .2s;
  position: relative;
}

.video-preview-container:hover {
  z-index: 1;
  position: relative;
  transform: translate(-5px, -5px);
}

.row {
  flex-flow: wrap;
  place-content: stretch center;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.row.centre-align {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-35 {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.page-wrapper {
  overflow: hidden;
}

.block {
  border-style: none;
  border-width: 1px;
  flex-wrap: nowrap;
  flex: 1;
  place-content: flex-start;
  align-items: flex-start;
  min-width: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.small-brick {
  width: 100px;
}

.small-brick._2 {
  margin-top: 20px;
  margin-left: -50px;
}

.text-block {
  color: #fff;
  font-size: 14px;
}

.wrapper {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.wrapper.navbar {
  background-color: var(--white);
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1440px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.wrapper.centre-align {
  align-items: center;
  display: flex;
  overflow: visible;
}

.wrapper.introduction {
  z-index: -1;
  transform-origin: 50% 100%;
  height: 100%;
  position: absolute;
}

.menu-icon {
  margin-right: 8px;
}

.row-3 {
  flex-wrap: wrap;
  align-content: stretch;
  align-items: stretch;
  margin-bottom: 40px;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.row-3.centre-align {
  justify-content: center;
  display: flex;
}

.side-image.lightbox-video {
  position: relative;
}

.starter-website-image {
  margin-bottom: -75px;
  margin-right: -208px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.nav-link-2 {
  color: var(--light-gray);
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 26px 16px;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.nav-link-2.cta {
  color: #fff;
  background-color: #d0090c;
  transition: background-color .1s ease-in-out;
}

.nav-link-2.cta:hover {
  background-color: #e63235bf;
}

.bricks-container {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -66px;
  margin-bottom: 238px;
  display: flex;
  transform: scale(2);
}

.white-bricks {
  z-index: 1;
  flex-flow: row;
  flex: 0 auto;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.navbar-links-container {
  flex: 0 auto;
  align-items: flex-start;
  display: flex;
}

.logo-navbar {
  max-width: 200px;
}

.logo-navbar.white {
  background-color: #0000;
  width: 200px;
}

.page-preview-link {
  width: 100%;
  box-shadow: none;
  background-color: #1f2c3d;
  justify-content: flex-start;
  align-items: center;
  padding: 36px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.page-preview-link:hover {
  background-image: radial-gradient(circle at 0 0, #2279d4, #096ad0);
  transform: translate(0, -4px);
  box-shadow: 0 8px 40px #0000001a;
}

.white {
  color: #fff;
  font-weight: 300;
}

.logo-3 {
  flex: 1;
  margin-left: 20px;
  position: absolute;
}

.logo-3.w--current {
  flex: 1;
}

.logo-3.rel {
  flex: 0 auto;
  align-items: center;
  margin-left: 0;
  display: flex;
  position: relative;
}

.logo-3.rel.w--current {
  flex: 0 auto;
  display: flex;
}

.features-mac {
  margin-bottom: -30px;
  margin-right: -30px;
}

.components-list-container {
  background-color: #1f2c3d;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  display: none;
}

.components-list-container._2 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: block;
}

.video-preview {
  z-index: 1;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.intro-feature-container {
  border-radius: 3px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.intro-feature-container.bottom-right {
  justify-content: space-between;
  align-items: stretch;
}

.button-2 {
  border: 2px solid var(--white);
  letter-spacing: 2px;
  background-color: #0000;
  border-radius: 0;
  padding: 12px 25px;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.button-2:hover {
  border: 2px solid var(--loop-smart-dark-red);
  background-color: var(--loop-smart-dark-red);
  color: #fff;
}

.button-2.ghost {
  box-shadow: none;
  color: #096ad0;
  background-color: #0000;
  border: 1px solid #096ad0;
}

.button-2.ghost:hover {
  color: #fff;
  background-color: #096ad0;
  background-image: none;
  transform: none;
}

.button-2.white {
  color: #096ad099;
  background-color: #fff;
  border-style: none;
  margin-bottom: 20px;
  margin-right: 20px;
  box-shadow: 0 4px 11px #013a751a;
}

.grid-2 {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  height: 100vh;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.grid-2.intro {
  height: 100%;
}

.col {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.col.lg-8 {
  width: 66.66%;
}

.col.lg-6 {
  flex: 0 auto;
  align-items: flex-start;
  width: 50%;
}

.col.lg-5 {
  width: 41.66%;
}

.col.lg-5.align-vertically {
  justify-content: center;
}

.col.lg-1 {
  flex: 0 auto;
  width: 8.33%;
}

.col.lg-3 {
  flex: none;
  width: 25%;
}

.col.lg-3.no-padding {
  float: left;
}

.col.lg-3.md-4 {
  align-items: center;
}

.col.lg-4 {
  flex-wrap: wrap;
  flex: 0 auto;
  width: 33.33%;
}

.col.lg-2 {
  width: 16.66%;
}

.transparent-overlay {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.masonry-div-header {
  color: #fff;
}

.shadow {
  z-index: 0;
  position: absolute;
  top: 20px;
  bottom: 0;
  left: 16px;
}

.shadow._1 {
  inset: auto 2px -10px auto;
}

.column-overlay {
  border-left: 1px solid #096ad00d;
  border-right: 1px solid #096ad00d;
  width: 100%;
  height: 100%;
}

.play-icon-1 {
  z-index: 2;
  position: relative;
}

.full-width {
  width: 100%;
}

.features-phone-image {
  margin-top: -30px;
  margin-left: -30px;
}

.centre-align {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.dropdown-container {
  background-color: #1f2c3d;
  width: 100%;
  margin-top: 36px;
  display: block;
  position: fixed;
}

.margin-bottom {
  margin-bottom: 40px;
}

.col-2 {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.col-2.lg-1 {
  flex: 0 auto;
  width: 8.33%;
}

.col-2.lg-6 {
  flex: 0 auto;
  align-items: flex-start;
  width: 50%;
}

.blue-bricks {
  align-items: flex-start;
  margin-left: -50px;
  display: flex;
}

.intro-paragraph {
  opacity: .5;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5em;
}

.intro-paragraph.dark {
  color: var(--dark);
}

.nav-link-with-icon-containr {
  align-items: center;
  display: flex;
}

.navbar-4 {
  z-index: 9999;
  background-color: var(--white);
  position: sticky;
  top: 0;
}

.form-2 {
  width: 100%;
}

.negative-margin {
  margin-left: -18px;
}

.footer-heading-2 {
  color: var(--dark-grey);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Manrope, sans-serif;
  text-decoration: none;
}

.footer-logo-2 {
  margin-bottom: 12px;
}

.form-with-button {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.form-with-button.horizontal {
  align-items: center;
}

.footer-link-2 {
  opacity: .5;
  color: var(--dark-grey);
  cursor: pointer;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s ease-in-out;
}

.footer-link-2:hover {
  opacity: 1;
}

.footer-link-2.w--current {
  opacity: 1;
  font-weight: 500;
}

.social-media-icon {
  color: var(--loop-smart-red);
  padding: 8px;
}

.footer-links-container {
  flex-direction: column;
  display: flex;
}

.form-field {
  color: #096ad0;
  background-color: #096ad00a;
  background-image: none;
  border-style: none;
  border-radius: 3px;
  min-width: 200px;
  margin-bottom: 20px;
  padding: 26px 16px;
}

.form-field::placeholder {
  color: #096ad0;
}

.form-field.no-bottom-margins {
  color: var(--dark);
  background-color: #98999b1a;
  background-image: none;
  border-radius: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding-right: 100px;
  font-family: Manrope, sans-serif;
}

.form-field.no-bottom-margins:focus {
  background-color: #1e1e1e29;
}

.form-field.no-bottom-margins::placeholder {
  color: var(--dark);
}

.div-block-36 {
  z-index: 999;
  opacity: .96;
  background-color: #0000;
  border-bottom: 1px solid #98999b73;
  justify-content: flex-end;
  align-items: flex-start;
  height: 36px;
  display: flex;
  position: sticky;
}

.top-menu {
  border-bottom: 2px none var(--dark-grey);
  opacity: 1;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 35px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-link-top {
  opacity: 1;
  color: var(--dark-grey);
  letter-spacing: 1px;
  text-transform: none;
  cursor: pointer;
  padding: 12px;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.nav-link-top:hover {
  opacity: .6;
}

.small-subhead-modal {
  color: var(--loop-smart-red);
  letter-spacing: 1px;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
}

.modal__text {
  color: #443e5b;
  letter-spacing: .7px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5em;
  display: none;
}

.modal__heading {
  color: var(--dark);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 43px;
  display: block;
}

.button-3 {
  background-color: var(--loop-smart-red);
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 12px 25px;
  font-family: Manrope, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.button-3:hover {
  background-color: var(--loop-smart-dark-red);
  color: #fff;
}

.modal__text-wrap {
  color: #443e5b;
  letter-spacing: .7px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5em;
}

.modal__highlight {
  color: #185bdc;
  font-weight: 700;
}

.modal__body {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 48px 10px;
  display: block;
  position: relative;
  overflow: hidden;
}

.modal__text-m {
  color: #443e5b;
  letter-spacing: .7px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5em;
  display: none;
}

.div-block-3 {
  text-align: center;
}

.modal__close {
  opacity: .8;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
}

.modal__close:hover {
  opacity: 1;
}

.get-loop-smart-modal {
  z-index: 999999;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 24px;
  font-weight: 700;
  display: none;
  position: fixed;
  inset: 0%;
}

.btn {
  background-color: var(--loop-smart-red);
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: none;
  cursor: pointer;
  border-radius: 0;
  height: 48px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 24px 16px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1em;
  transition: box-shadow .2s, background-color .2s;
  display: inline-block;
  position: relative;
  box-shadow: 0 4px 4px #0f053433;
}

.btn:hover {
  background-color: var(--loop-smart-dark-red);
  box-shadow: none;
}

.text-block-bill-pay {
  white-space: nowrap;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  display: block;
}

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

.modal-field-name {
  color: var(--dark);
  text-align: left;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.navbar-wrapper {
  z-index: 999;
  position: sticky;
  inset: 0% 0% auto;
}

.icons-container {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  margin-top: 80px;
  padding: 0;
  display: grid;
}

.service-icon {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.service-icon-text {
  color: var(--light-gray);
  text-align: center;
  white-space: nowrap;
  font-family: Manrope, sans-serif;
  font-weight: 500;
}

.menu-flex {
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.hamburger-line {
  background-color: #1167b1;
  width: 50%;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.menu-button {
  width: 50px;
  height: 50px;
}

.hamburger-line-2, .hamburger-line-3 {
  background-color: #1167b1;
  width: 50%;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.services {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 110px;
  padding-bottom: 110px;
  display: block;
}

.services.light-background {
  background-color: var(--white);
  background-image: url('../images/Control-4-Icon-Logo-4.svg');
  background-position: 115%;
  background-repeat: no-repeat;
  background-size: 500px 500px;
  padding-top: 60px;
  display: flex;
}

.home {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 110px;
  padding-bottom: 110px;
  display: none;
}

.resources {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 110px;
  padding-bottom: 110px;
  display: block;
}

.resources.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.resources.no-padding.full-height {
  background-image: url('../images/Loop-Smart-Control.jpeg');
  background-position: 50%;
  background-size: cover;
  height: 75vh;
  min-height: 75vh;
}

.resources.full-height {
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.business {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 110px;
  padding-bottom: 110px;
  display: none;
}

.faq-homepage {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.hero-duo {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: -72px;
  display: none;
  position: static;
}

.half-width-container {
  width: 100%;
  max-width: 1440px;
  padding-left: 30px;
  padding-right: 30px;
}

.half-width-container.hero {
  width: 50%;
  max-width: none;
  padding-top: 300px;
  display: block;
}

.half-width-container.hero.left {
  background-image: url('../images/Loop-Smart-Home-Breakfast.jpg');
  background-position: 450% 0;
}

.half-width-container.hero.right {
  background-image: url('../images/05main-entrance-view-gun-zhu-ru-kou.jpg');
  background-position: -440% 0;
  background-size: cover;
}

.button-4 {
  border: 2px solid var(--loop-smart-red);
  background-color: var(--loop-smart-red);
  letter-spacing: 2px;
  border-radius: 0;
  padding: 12px 25px;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.button-4:hover {
  border: 2px solid var(--loop-smart-dark-red);
  background-color: var(--loop-smart-dark-red);
  color: #fff;
}

.button-4.hero-section {
  margin-left: 0;
}

.button-4.capabilities-button {
  margin-top: 20px;
  margin-left: 0;
}

.hero-slider {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: -110px;
  display: none;
  position: static;
}

.hero__slide-image {
  background-image: linear-gradient(to bottom, var(--white), #fff0 50%), url('../images/Loop-Smart-Home-Breakfast.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100vh;
  min-width: 100vw;
  height: 100vh;
}

.hero__slide-image.two {
  background-image: linear-gradient(to bottom, var(--white), #ffffff80 50%), url('../images/Loop-Smart-Hero-Office.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-slider-2 {
  color: #fff;
  background-color: #0000;
  min-height: 100vh;
}

.slide__image-wrapper {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.hero-slider__arrows {
  display: none;
}

.slide__content {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 100px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero__container {
  width: 940px;
  max-width: 100%;
}

.hero__slide-nav {
  display: none;
}

.hero-slider-2 {
  margin-top: -115px;
  display: block;
}

.service-icons-container {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  margin-top: 80px;
  display: grid;
}

.footer-link-3 {
  color: #ffffffa6;
  white-space: nowrap;
  margin-right: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.footer-link-3:hover {
  color: #fff;
}

.row-footer {
  flex-flow: wrap;
  place-content: stretch center;
  align-items: flex-end;
  margin-top: 0;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.div-block-37 {
  display: none;
}

.tooltip-diamond {
  z-index: 2;
  background-color: #fafbfe;
  border: 1px solid #d8e3f0;
  border-radius: 2px;
  width: 16px;
  height: 16px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -7px 0% auto;
  transform: rotate(45deg);
  box-shadow: 0 -3px 8px #2d3e500f;
}

.tooltip-diamond.bottom {
  top: auto;
  bottom: -7px;
}

.tooltip-content {
  padding: 0;
  display: block;
}

.tooltip-anchor {
  z-index: 100;
  background-color: #0000;
  justify-content: center;
  width: 100%;
  height: 10px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  display: flex;
  position: absolute;
  inset: 100% 0% 0;
}

.tooltip-anchor.w--open {
  background-color: #0000;
  display: flex;
}

.tooltip-anchor.top {
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 12px;
  inset: auto 0% 100%;
}

.tooltip-anchor.top.w--open {
  display: flex;
}

.tooltip-dropdown {
  margin-left: 0;
  margin-right: 0;
  position: relative;
  inset: 0%;
}

.tooltip-wrapper-3 {
  color: #112953;
  text-align: left;
  background-color: #fafbfe;
  border: 1px solid #d8e3f0;
  border-radius: 10px;
  width: 300px;
  font-size: 11.5px;
  font-weight: 400;
  line-height: 1.5em;
  display: block;
  position: absolute;
  box-shadow: 1px 1px 8px 1px #98999b33;
}

.tooltip-container {
  z-index: 3;
  background-color: #fafbfe;
  border-radius: 9px;
  padding: 16px;
  font-size: 12.5px;
  position: relative;
}

.text-field-2, .text-field-3, .text-field-4 {
  color: var(--dark);
  margin-bottom: 5px;
  font-family: Manrope, sans-serif;
}

.select-field {
  background-color: var(--white);
  color: var(--light-gray);
  margin-bottom: 5px;
  font-family: Manrope, sans-serif;
  display: block;
}

.textarea-2 {
  color: var(--dark);
  font-family: Manrope, sans-serif;
}

.container {
  max-width: 1000px;
  margin-top: 300px;
  padding-left: 0;
}

.hero-video {
  background-image: linear-gradient(#000, #0000 51%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: -72px;
  display: block;
  position: static;
}

.background-video {
  height: 100vh;
}

.services-intro {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 110px;
  padding-bottom: 110px;
  display: block;
}

.services-intro.light-background {
  background-color: var(--light);
  padding-top: 110px;
  padding-bottom: 0;
  display: flex;
}

.wide-container-intro {
  width: 100%;
  max-width: 1440px;
  padding-left: 30px;
  padding-right: 30px;
}

.wide-container-intro.clone {
  padding-top: 300px;
  display: block;
}

.wide-container-intro.for-blogs {
  position: absolute;
}

.wide-container-intro.hero {
  background-image: none;
  padding-top: 300px;
  display: none;
}

.wide-container-intro.testimonials {
  width: auto;
  max-width: 1440px;
  margin-top: 0;
}

.wide-container-intro.homepage-tabs {
  padding-top: 0;
  display: block;
}

.intro-container {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.intro-content {
  flex: 1;
  max-width: 920px;
  padding-left: 0;
  padding-right: 100px;
}

.heading-3 {
  font-size: 40px;
}

.heading-4 {
  color: var(--dark);
  font-size: 40px;
}

.heading {
  color: var(--light-gray);
  letter-spacing: 0;
  font-family: Manrope, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.div-block-38 {
  height: 25px;
}

.home-services {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 110px;
  padding-bottom: 110px;
  display: block;
}

.home-services.light-background {
  background-color: var(--light);
  background-image: url('../images/Control-4-Icon-Logo-4.svg');
  background-position: -15% 10%;
  background-repeat: no-repeat;
  background-size: 500px 500px;
  padding-top: 60px;
  display: flex;
}

.services-intro-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 110px;
  padding-bottom: 0;
  display: flex;
}

.services-intro-2.light-background {
  background-color: var(--white);
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
}

.section-2 {
  margin-top: 140px;
  margin-bottom: 140px;
}

.container-bg {
  background-color: #c32032cc;
  max-width: 665px;
  margin-top: 300px;
  margin-left: 100px;
  margin-right: auto;
  padding: 20px 20px 20px 40px;
}

.home-services-intro, .business-services-intro {
  flex: 1;
  max-width: 920px;
  padding-left: 25px;
  padding-right: 100px;
}

.contact-form {
  color: #443e5b;
  letter-spacing: .7px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5em;
}

.heading-5 {
  display: none;
}

.intro-content-copy {
  flex: 1;
  max-width: 920px;
  padding-left: 0;
  padding-right: 0;
}

.utility-page-wrap {
  background-color: var(--light);
  background-image: url('../images/Control-4-Icon-Logo-4.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 320px;
  display: flex;
}

.div-block-39 {
  height: 20px;
}

.heading-6 {
  font-size: 70px;
  font-weight: 700;
}

.form-3 {
  display: block;
}

@media screen and (max-width: 991px) {
  .wide-container.clone, .wide-container.hero, .wide-container.homepage-tabs {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-primary {
    color: var(--loop-smart-dark-red);
  }

  .section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section.light-background {
    flex-direction: column;
  }

  .section.image-background {
    min-height: 50vh;
  }

  .partners-container {
    flex-direction: column;
    align-items: center;
  }

  .partners-content {
    padding-left: 0;
  }

  .paragraph {
    font-size: 22px;
  }

  .paragraph.thiner {
    margin-bottom: 28px;
  }

  .projects-heading.for-clone {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .projects-heading.for-blog {
    max-width: 400px;
  }

  .projects-heading.for-contact {
    min-width: 100%;
  }

  .projects-heading.for-last-section {
    max-width: 460px;
    margin-bottom: 4px;
  }

  .projects-heading.hero-section {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-2-wrapper.for-customize, .heading-2-wrapper.home-automation {
    margin-top: 4px;
    margin-bottom: 8px;
  }

  .heading-2 {
    line-height: 140%;
  }

  .slider-2 {
    padding-right: 30px;
  }

  .arrow-container.right {
    margin-right: 30px;
  }

  .arrow-container.left {
    margin-left: 30px;
  }

  .customize-image {
    width: 50%;
    min-width: 50%;
    min-height: 60vh;
  }

  .customize-content {
    padding-left: 24px;
  }

  .image-full-height {
    object-fit: cover;
    width: 100%;
    height: 100%;
    min-height: 60vh;
  }

  .tabs {
    width: 100%;
    padding-top: 90px;
  }

  .tab-text {
    font-size: 22px;
  }

  .left-arrow-testimonial {
    transform: translate(-250%);
  }

  .main-blog-background {
    width: 60%;
  }

  .other-blogs-container {
    width: 40%;
    margin-left: 60%;
  }

  .other-blog {
    padding-left: 20px;
  }

  .contact-us-container {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .contact-us-form-container {
    max-width: 560px;
    margin-top: 24px;
    padding-left: 0;
  }

  .form {
    text-align: left;
  }

  .last-section-container {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .main-footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .main-footer.wider-padding {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .main-footer.black._80vh {
    height: 700px;
    min-height: auto;
  }

  .intro-hero-headline {
    letter-spacing: -2px;
    font-size: 92px;
  }

  .feature-image {
    height: 90px;
  }

  .dropdown-list {
    background-color: #1f2c3d;
  }

  .dropdown-list.w--open {
    height: 50vh;
    overflow: auto;
  }

  .row {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .row.md-reverse-layout {
    flex-flow: column-reverse wrap;
  }

  .nav-menu-container {
    background-color: var(--light);
    width: 100%;
    min-height: 100vh;
    display: flex;
    position: absolute;
    top: 60px;
  }

  .block {
    flex: 0 0 100%;
    align-self: stretch;
    width: auto;
    min-height: auto;
  }

  .block.mobile {
    flex-basis: 25%;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .value-proposition-hero-image {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrapper.navbar {
    align-items: stretch;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .md-align-centre {
    text-align: center;
    flex-direction: column;
    flex: 0 auto;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .row-3 {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .side-image.lightbox-video {
    width: 80%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .starter-website-image {
    margin-bottom: 40px;
    margin-right: 0;
    position: absolute;
    inset: 0 0 auto 200px;
  }

  .starter-website-image.hidden {
    position: relative;
    left: 211px;
  }

  .logo-navbar.white {
    width: 140px;
  }

  .menu-button-3 {
    background-color: #0000;
    display: block;
  }

  .menu-button-3.w--open {
    background-color: #0000;
  }

  .white-burger {
    color: #fff;
  }

  .page-preview-link {
    height: 22px;
  }

  .text-block-2 {
    text-align: left;
  }

  .nav-dropdown-link {
    float: left;
    color: #fff;
    background-color: #096ad033;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 40px;
  }

  .grid-2 {
    flex-flow: wrap;
    place-content: stretch space-between;
    align-items: stretch;
    height: 100vh;
  }

  .col {
    width: 50%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col.lg-8.flex-stretch {
    align-items: stretch;
  }

  .col.lg-6.md-4 {
    width: 100%;
  }

  .col.lg-5 {
    width: 50%;
  }

  .col.lg-5.md-4 {
    width: 100%;
  }

  .col.lg-1 {
    display: none;
  }

  .col.lg-3 {
    flex-wrap: nowrap;
    width: 33.33%;
  }

  .col.lg-3.md-2 {
    width: 50%;
  }

  .col.lg-3.no-padding {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .col.lg-3.md-4 {
    width: 100%;
  }

  .col.lg-4, .col.lg-2.md-2 {
    width: 50%;
  }

  .transparent-overlay {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
  }

  .shadow._1 {
    bottom: 29px;
  }

  .nav-link-3 {
    background-color: var(--light);
    width: 100%;
    color: var(--dark);
    text-align: left;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    justify-content: center;
    align-items: stretch;
    padding-top: 31px;
    padding-bottom: 31px;
    font-family: Manrope, sans-serif;
    font-weight: 500;
    display: flex;
  }

  .nav-link-3:hover {
    background-color: var(--almost-white);
  }

  .features-phone-image {
    height: 70%;
    position: relative;
  }

  .margin-bottom {
    margin-bottom: 40px;
  }

  .col-2 {
    width: 50%;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-2.lg-1 {
    display: none;
  }

  .col-2.lg-6.md-4 {
    width: 100%;
    padding-top: 0%;
  }

  .intro-paragraph.short-paragraph {
    font-size: 20px;
  }

  .negative-margin {
    margin-left: -19px;
  }

  .footer-logo-2 {
    margin-bottom: 40px;
  }

  .footer-newsletter-form-container {
    width: 100%;
    margin-top: 40px;
  }

  .footer-links-container {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .modal__text {
    display: none;
  }

  .modal__heading, .modal__text-m {
    display: block;
  }

  .get-loop-smart-modal {
    padding-top: 40px;
    display: none;
  }

  .btn {
    justify-content: center;
    height: 62px;
    margin-left: 140px;
    margin-right: 140px;
    padding-top: 24px;
    display: flex;
  }

  .icons-container {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
    margin-top: 50px;
  }

  .menu-flex {
    margin-right: 20px;
  }

  .menu-flex.reverse {
    display: block;
  }

  .hamburger-line {
    background-color: var(--loop-smart-red);
    height: 2px;
    top: 45%;
    left: 30%;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .hamburger-line-2 {
    background-color: var(--loop-smart-red);
    height: 2px;
    top: 45%;
    left: 30%;
  }

  .hamburger-line-3 {
    background-color: var(--loop-smart-red);
    height: 2px;
    top: 45%;
    left: 50%;
  }

  .footer-social-icons {
    width: 100%;
    margin-top: 40px;
  }

  .services {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .services.light-background {
    flex-direction: column;
  }

  .home, .resources, .business {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .half-width-container.hero {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero__container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-icons-container {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    margin-top: 50px;
  }

  .row-footer {
    flex-flow: wrap;
    justify-content: center;
  }

  .hero-video {
    margin-top: -98px;
  }

  .services-intro {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .services-intro.light-background {
    flex-direction: column;
  }

  .wide-container-intro.clone, .wide-container-intro.hero, .wide-container-intro.homepage-tabs {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .intro-container {
    flex-direction: column;
  }

  .intro-content {
    padding-left: 0;
  }

  .home-services {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .home-services.light-background {
    flex-direction: column;
  }

  .services-intro-2 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .services-intro-2.light-background {
    flex-direction: column;
  }

  .home-services-intro, .business-services-intro {
    padding-left: 0;
  }

  .heading-5 {
    display: none;
  }

  .intro-content-copy {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .wide-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .wide-container.for-blogs {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 50vh;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .navbar {
    margin-top: 50px;
  }

  .button-primary {
    color: var(--loop-smart-dark-red);
  }

  .section {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .section.no-padding.full-height {
    height: auto;
    min-height: auto;
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .partners-container {
    flex-direction: column;
    justify-content: flex-start;
  }

  .partners-title {
    margin-bottom: 15px;
  }

  .section-name.top-padding {
    padding-top: 0;
  }

  .partners-content {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph.lighter.margin-bottom {
    margin-bottom: 18px;
  }

  .paragraph.almost-white {
    max-width: 500px;
  }

  .projects-header {
    flex-direction: column;
    align-items: center;
  }

  .projects-heading {
    text-align: center;
  }

  .projects-heading.for-blog {
    max-width: 510px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .projects-heading.for-last-section {
    margin-bottom: 8px;
  }

  .heading-2-wrapper {
    margin-top: 4px;
    margin-bottom: 8px;
  }

  .heading-2-wrapper.for-customize {
    max-width: 500px;
    margin-bottom: 8px;
  }

  .heading-2-wrapper.home-automation {
    margin-bottom: 8px;
  }

  .heading-2 {
    line-height: 130%;
  }

  .heading-2.for-grow {
    max-width: 100%;
  }

  .heading-2.dark.hero-text {
    white-space: normal;
    min-width: auto;
    max-width: none;
    font-size: 40px;
    display: none;
  }

  .slider-2 {
    margin-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .arrow-container.right {
    margin-right: 24px;
  }

  .arrow-container.left {
    margin-left: 24px;
  }

  .customize-container {
    flex-direction: column-reverse;
  }

  .customize-image {
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    margin-top: 20px;
  }

  .customize-content {
    padding-left: 0;
  }

  .customize-content.two {
    margin-top: 40px;
  }

  .image-full-height {
    min-height: 100%;
  }

  .tabs {
    padding-top: 75px;
    display: none;
  }

  .tab-text {
    margin-top: 0;
    font-size: 28px;
  }

  .tab-content-text {
    margin-top: 10px;
    font-size: 18px;
  }

  .testimonials-container {
    flex-direction: column;
  }

  .testimonial-heading-container {
    margin-bottom: 15px;
  }

  .testimonial {
    width: 100%;
  }

  .testimonial-text {
    font-size: 22px;
  }

  .testimonial-text.smaller {
    font-size: 18px;
  }

  .testimonial-bottom-part {
    margin-top: 30px;
  }

  .faq-header {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .main-blog-background {
    display: none;
  }

  .main-blog {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .main-blog-paragraph {
    margin-top: 24px;
    margin-bottom: 12px;
  }

  .other-blogs-container {
    width: 100%;
    min-height: 100%;
    margin-left: 0%;
  }

  .other-blogs {
    min-height: 100%;
  }

  .other-blog {
    height: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .inner-other-blog {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .main-blog-background-for-mobile {
    display: block;
    position: absolute;
    inset: 0;
  }

  .collection-item {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    min-height: 50vh;
  }

  .tabs-for-mobile {
    background-color: #c32032cc;
    border-radius: 0%;
    width: 100%;
    padding: 10px 20px 20px;
    display: block;
  }

  .grid {
    grid-column-gap: 30px;
    grid-row-gap: 60px;
    margin-top: 48px;
  }

  .mobile-tab-item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .tab-mobile-item-line {
    background-color: #fff;
    border-radius: 100px;
    width: 35px;
    height: 2.5px;
    margin-bottom: 8px;
    padding-bottom: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .main-footer.black._80vh {
    height: 560px;
  }

  .intro-hero-headline {
    margin-bottom: 20px;
    font-size: 82px;
  }

  .feature-image {
    height: 30%;
  }

  .row {
    flex-wrap: wrap;
  }

  .nav-menu-container {
    text-align: left;
  }

  .block {
    flex: 0 0 100%;
  }

  .block.mobile {
    flex-basis: 50%;
  }

  .row-3 {
    flex-wrap: wrap;
  }

  .side-image {
    margin-bottom: 20px;
  }

  .starter-website-image.hidden {
    left: 161px;
  }

  .bricks-container {
    margin-bottom: 100px;
    transform: none;
  }

  .logo-navbar.white {
    width: 140px;
  }

  .page-preview-link {
    height: 220px;
  }

  .intro-feature-container {
    padding: 20px;
  }

  .col.lg-6, .col.lg-5 {
    width: 100%;
  }

  .col.lg-3.no-padding.sm-2 {
    width: 50%;
  }

  .nav-link-3 {
    text-align: left;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    justify-content: center;
    font-weight: 500;
  }

  .features-phone-image {
    height: 62%;
  }

  .col-2.lg-6 {
    align-items: center;
    width: 100%;
  }

  .intro-paragraph.short-paragraph {
    font-size: 19px;
  }

  .footer-logo-2 {
    padding-left: 0;
  }

  .footer-newsletter-form-container {
    margin-top: 20px;
  }

  .footer-links-container {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
    display: flex;
  }

  .modal__heading {
    font-size: 28px;
    line-height: 34px;
    display: block;
  }

  .modal__text-m {
    font-family: Montserrat, sans-serif;
    display: none;
  }

  .get-loop-smart-modal {
    padding-top: 40px;
    display: none;
  }

  .btn {
    justify-content: center;
    height: 62px;
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 24px;
    display: flex;
  }

  .icons-container {
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
  }

  .hamburger-line, .hamburger-line-2 {
    background-color: var(--loop-smart-red);
    top: 45%;
  }

  .hamburger-line-3 {
    background-color: var(--loop-smart-red);
    top: 45%;
    left: 50%;
  }

  .footer-social-icons {
    margin-top: 20px;
  }

  .services, .home, .resources {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .resources.no-padding.full-height {
    height: auto;
    min-height: auto;
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .business {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .half-width-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .service-icons-container {
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
  }

  .footer-link-3 {
    white-space: normal;
  }

  .row-footer {
    flex-wrap: wrap;
  }

  .services-intro {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .wide-container-intro {
    padding-left: 24px;
    padding-right: 24px;
  }

  .wide-container-intro.for-blogs {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 50vh;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .intro-container {
    flex-direction: column;
    justify-content: flex-start;
  }

  .intro-content {
    padding-left: 0;
    padding-right: 0;
  }

  .home-services, .services-intro-2 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .container-bg {
    max-width: none;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
  }

  .home-services-intro, .business-services-intro {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-5 {
    letter-spacing: 0;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 125%;
    display: block;
  }

  .intro-content-copy {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    justify-content: flex-start;
    padding-top: 15vh;
  }

  .wide-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .wide-container.clone, .wide-container.hero {
    padding-top: 0;
  }

  .wide-container.testimonials {
    max-width: 320px;
  }

  .wide-container.homepage-tabs {
    padding-top: 0;
  }

  .navbar {
    margin-top: 40px;
  }

  .button-primary {
    color: var(--loop-smart-dark-red);
    padding: 15px 60px;
    font-size: 16px;
  }

  .section, .section.no-padding.full-height {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.dark.extra-bot-padding-on-mobile {
    padding-bottom: 132px;
  }

  .paragraph {
    font-size: 20px;
  }

  .paragraph.lighter.margin-bottom {
    margin-bottom: 12px;
  }

  .paragraph.for-other-blogs {
    margin-bottom: 16px;
    font-size: 18px;
  }

  .projects-heading.for-blog {
    padding-left: 16px;
    padding-right: 16px;
  }

  .projects-heading.for-last-section {
    margin-bottom: 10px;
  }

  .projects-heading.hero-section {
    max-width: 320px;
  }

  .heading-2-wrapper.for-customize {
    white-space: normal;
  }

  .heading-2 {
    font-size: 36px;
    line-height: 120%;
  }

  .heading-2.white.hero-text {
    font-size: 40px;
    line-height: 130%;
  }

  .heading-2.dark.hero-text {
    white-space: pre-wrap;
    direction: ltr;
    font-size: 40px;
    line-height: 130%;
    display: none;
  }

  .slider-2 {
    margin-top: 30px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .mask {
    width: 248px;
  }

  .arrow-container.right {
    width: 46px;
    height: 46px;
    margin-right: 16px;
  }

  .arrow-container.left {
    width: 46px;
    height: 46px;
    margin-left: 16px;
  }

  .customize-content.two {
    margin-top: 40px;
  }

  .tabs {
    padding-top: 60px;
  }

  .tab-content-text {
    margin-top: 5px;
  }

  .testimonial {
    max-width: 320%;
  }

  .testimonial-text {
    font-size: 20px;
  }

  .left-arrow-testimonial {
    margin-left: 0;
    margin-right: auto;
    transform: translate(0%, 150%);
  }

  .right-arrow-testimonial {
    margin-right: 100%;
    transform: translate(250%, 150%);
  }

  .faq-button {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    margin-left: 10px;
  }

  .other-blog {
    padding: 28px 16px;
  }

  .blog-title {
    margin-top: 4px;
    margin-bottom: 8px;
  }

  .other-blog-title {
    font-size: 24px;
  }

  .contact-us-form-container {
    margin-top: 16px;
  }

  .form-row {
    flex-direction: column;
  }

  .form-input-wrapper.right-margin {
    margin-right: 0;
  }

  .form-input-wrapper.left-margin {
    margin-left: 0;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .tab-mobile-item-line {
    margin-bottom: 5px;
  }

  .mac-container {
    align-items: flex-end;
  }

  .main-footer.black._80vh {
    height: 500px;
  }

  .intro-hero-headline {
    letter-spacing: 0;
    font-size: 60px;
    line-height: 1.1em;
  }

  .short-paragraph {
    width: 100%;
  }

  .masonry-div {
    padding-top: 50%;
  }

  .masonry-div.vertical, .masonry-div.big {
    padding-top: 100%;
  }

  .feature-image {
    height: 45%;
    margin-right: 30px;
  }

  .dropdown-list.w--open {
    overflow: auto;
  }

  .nav-menu-container {
    background-color: var(--light);
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    overflow: auto;
  }

  .block {
    flex: 0 0 100%;
  }

  .side-image {
    margin-bottom: 20px;
  }

  .side-image.lightbox-video {
    width: 100%;
  }

  .starter-website-image.hidden {
    left: 34px;
  }

  .logo-navbar.white {
    width: 140px;
  }

  .menu-button-3, .menu-button-3.w--open {
    background-color: #0000;
  }

  .page-preview-link {
    height: 160px;
  }

  .features-mac {
    max-width: 120%;
    margin-bottom: -20%;
    margin-right: -25%;
  }

  .components-list-container, .components-list-container._2 {
    display: none;
  }

  .icon-2 {
    position: absolute;
  }

  .intro-feature-container {
    flex-direction: row;
    justify-content: flex-start;
    padding: 20px;
  }

  .intro-feature-container.bottom-right {
    flex-direction: column;
  }

  .intro-feature-container.vertical {
    flex-direction: column;
    justify-content: space-between;
  }

  .grid-2 {
    flex-wrap: wrap;
  }

  .col {
    margin-bottom: 0;
  }

  .col.lg-6 {
    align-items: flex-start;
    width: 100%;
  }

  .col.lg-5, .col.lg-3, .col.lg-3.md-2.xs-2, .col.lg-4 {
    width: 100%;
  }

  .masonry-div-header {
    font-size: 25px;
    line-height: 31px;
  }

  .nav-link-3 {
    background-color: var(--light);
    color: var(--dark);
    text-align: left;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    justify-content: center;
    font-family: Manrope, sans-serif;
    font-weight: 500;
  }

  .nav-link-3:hover {
    background-color: var(--almost-white);
  }

  .features-phone-image {
    height: 90%;
    margin-top: -30%;
    margin-left: -20px;
  }

  .col-2 {
    margin-bottom: 10px;
  }

  .col-2.lg-6 {
    align-items: flex-start;
    width: 100%;
  }

  .intro-paragraph.short-paragraph {
    font-size: 16px;
  }

  .negative-margin {
    text-align: center;
    margin-left: 0;
  }

  .footer-heading-2 {
    text-align: center;
  }

  .form-with-button, .form-with-button.horizontal {
    flex-direction: column;
  }

  .social-media-icon {
    padding: 0;
  }

  .form-field.no-bottom-margins {
    min-width: auto;
  }

  .nav-link-top {
    text-align: center;
  }

  .modal__heading {
    font-size: 25px;
    line-height: 30px;
  }

  .button-3 {
    margin-top: 10px;
  }

  .modal__body {
    max-width: 310px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }

  .modal__text-m {
    display: none;
  }

  .get-loop-smart-modal {
    margin-top: 0;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .btn {
    text-align: right;
    flex: 0 auto;
    justify-content: center;
    height: 62px;
    margin-left: 60px;
    margin-right: 60px;
    padding-top: 24px;
    display: flex;
  }

  .text-block-bill-pay {
    text-align: center;
  }

  .icons-container {
    grid-template-columns: 1fr;
  }

  .menu-flex {
    order: 1;
    margin-left: 0;
    margin-right: 0;
  }

  .menu-flex.reverse {
    flex-direction: row-reverse;
  }

  .hamburger-line, .hamburger-line-2 {
    background-color: var(--loop-smart-red);
    top: 45%;
  }

  .hamburger-line-3 {
    background-color: var(--loop-smart-red);
    top: 45%;
    left: 50%;
  }

  .services {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .services.light-background {
    margin-top: 0;
  }

  .home, .resources, .resources.no-padding.full-height, .business {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-duo {
    justify-content: flex-start;
    padding-top: 15vh;
  }

  .half-width-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .half-width-container.hero {
    padding-top: 0;
  }

  .hero-slider {
    justify-content: flex-start;
    padding-top: 15vh;
  }

  .hero__slide-image {
    background-position: 0 0, 100% 0;
    background-repeat: repeat, no-repeat;
    width: 100%;
    min-width: auto;
    height: 600px;
  }

  .slide__content {
    justify-content: center;
    margin-top: -230px;
    margin-left: 0;
  }

  .hero__container {
    width: 100%;
  }

  .service-icons-container {
    grid-template-columns: 1fr 1fr;
  }

  .footer-link-3 {
    white-space: normal;
    margin-right: 0;
  }

  .row-footer {
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-video {
    justify-content: flex-start;
    margin-top: -98px;
    padding-top: 0;
  }

  .services-intro {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .services-intro.light-background {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .wide-container-intro {
    padding-left: 16px;
    padding-right: 16px;
  }

  .wide-container-intro.clone, .wide-container-intro.hero {
    padding-top: 0;
  }

  .wide-container-intro.testimonials {
    max-width: 320px;
  }

  .wide-container-intro.homepage-tabs {
    padding-top: 0;
  }

  .home-services {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .home-services.light-background {
    margin-top: 0;
  }

  .services-intro-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .services-intro-2.light-background {
    margin-top: -205px;
  }

  .container-bg {
    max-width: none;
    margin-top: 220px;
    margin-right: 20px;
  }

  .heading-5 {
    letter-spacing: 0;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 125%;
  }
}

#w-node-_652850cc-8f18-21bc-9523-458b8aba7cbb-a414d914, #w-node-b9d30c4d-8e43-17de-222f-1c7d52d9b743-a414d914 {
  place-self: start center;
}


