:root {
  --ghost-white: #f5f6fa;
  --midnight-blue: #1e2355;
  --black: black;
  --white: white;
  --orange-red: #f45728;
  --khaki: #ffe282;
  --medium-aquamarine: #00c8aa;
  --light-grey: #caccd9;
  --pale-goldenrod: #ffeba3;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--ghost-white);
  color: var(--midnight-blue);
  font-family: navigo;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2em;
}

h2 {
  margin-top: 0;
  margin-bottom: 26px;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.4em;
}

h4 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
}

p {
  letter-spacing: -.01em;
  margin-bottom: 0;
}

a {
  text-decoration: underline;
  transition: all .2s;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  list-style-type: none;
}

.main {
  overflow: hidden;
}

.content {
  z-index: 2;
  width: 100%;
  max-width: 1230px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content.mod--header {
  max-width: 1310px;
}

.header__columns {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section {
  padding: 48px 20px;
  position: relative;
}

.section.mod--header {
  z-index: 90;
  margin-top: -55px;
  padding: 0 60px;
  position: absolute;
  inset: 60px 0% auto;
}

.section.mod--hero {
  padding-top: 215px;
  padding-left: 60px;
  padding-right: 60px;
  overflow: hidden;
}

.section.mod--footer {
  padding-bottom: 0;
}

.section.mod--graph {
  overflow: hidden;
}

.hero__columns {
  justify-content: space-between;
  display: flex;
}

.header__nav {
  margin-right: 34px;
}

.header__nav-link {
  color: var(--black);
  letter-spacing: -.01em;
  margin-right: 48px;
  font-family: Varela, sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.header__col.mod--2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hero__col.mod--1 {
  flex-flow: column;
  flex: 1;
  max-width: 460px;
  display: flex;
}

.p {
  font-family: Varela, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
}

.p.mod--advant {
  color: #000;
  font-family: Varela, sans-serif;
}

.p.mod--app-desc {
  margin-bottom: 40px;
  font-family: Varela, sans-serif;
}

.p.mod--plan-desc {
  color: #1e235599;
}

.p.mod--graph-desc {
  color: #1e235599;
  margin-bottom: 40px;
}

.p.mod--footer-desc {
  color: #000;
}

.hero__desc {
  width: 100%;
  max-width: 430px;
  color: var(--black);
  margin-bottom: 50px;
  font-family: Varela, sans-serif;
  font-size: 17px;
  font-weight: 200;
  line-height: 1.4em;
}

.input {
  min-height: 60px;
  color: var(--midnight-blue);
  letter-spacing: -.01em;
  font-size: 16px;
  font-weight: 300;
  transition: all .2s;
}

.input::placeholder {
  color: #1e235599;
}

.input.mod--local {
  background-color: var(--white);
  background-image: url('../images/ico_local.svg');
  background-position: 21px 45%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 0 solid #000;
  border-radius: 10px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 60px;
  box-shadow: 0 20px 50px -25px #0000001a;
}

.input.mod--local:hover, .input.mod--local:focus {
  box-shadow: 0 20px 50px -25px #0006;
}

.input.mod--offer {
  border: 0 solid #000;
  border-bottom: 1px solid #dbdce4;
  border-radius: 0;
  min-height: 50px;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: Varela, sans-serif;
}

.input.mod--modal {
  min-height: 70px;
  color: var(--midnight-blue);
  background-color: #fff0;
  border: 0 solid #000;
  border-bottom: 1px solid #0003;
  border-radius: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 1rem;
}

.input.mod--modal::placeholder {
  color: #1e212680;
}

.form-block {
  margin-bottom: 0;
}

.form-block.mod--offer {
  z-index: 2;
  background-color: var(--white);
  border-radius: 10px 50px;
  margin-top: 30px;
  padding: 48px 150px 48px 72px;
  position: relative;
  box-shadow: 0 100px 80px #0000000f;
}

.hero__offer-wrap {
  position: relative;
  left: -76px;
}

.green {
  color: #2198c6;
}

.orange {
  color: var(--orange-red);
}

.offer-form__heading {
  color: var(--midnight-blue);
  margin-bottom: 26px;
  font-family: Varela, sans-serif;
}

.heading__ico {
  display: inline-block;
  position: relative;
}

.heading__ico.mod--lightning {
  background-image: url('../images/ico_lightning.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 30px;
  top: -3px;
}

.heading__ico.mod--lightning.mod--app {
  background-image: url('../images/ico_lightning-yellow.svg');
  width: 55px;
  height: 49px;
  margin-top: -15px;
  top: 12px;
}

.heading__ico.mod--lightning.mod--graph {
  background-image: url('../images/ico_lightning.svg');
  background-size: auto 100%;
  width: 50px;
  height: 49px;
  margin-top: -15px;
  top: 12px;
}

.heading__ico.mod--leaf {
  background-image: url('../images/ico_leaf.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 35px;
  top: -2px;
}

.heading__ico.mod--leaf.mod--plan {
  background-size: auto 44px;
  width: 44px;
}

.hero__offer-bg {
  z-index: 0;
  background-image: linear-gradient(#1b9acd, #ee5c18);
  border-radius: 10px 50px;
  margin: -40px 40px 40px -40px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.btn {
  z-index: 1;
  min-width: 150px;
  color: var(--white);
  text-align: center;
  background-image: linear-gradient(#f7753c 50%, #f55829);
  border-radius: 10px;
  padding: 22px 24px 21px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.btn.mod--form-offer {
  margin-top: 20px;
}

.btn.mod--header {
  color: var(--midnight-blue);
  background-color: #f5f6fa;
  background-image: linear-gradient(#109dd4, #fe5709);
  padding-top: 14px;
  padding-bottom: 14px;
  display: block;
}

.btn.mod--white {
  background-color: var(--white);
  color: var(--midnight-blue);
  background-image: none;
  padding-top: 14px;
  padding-bottom: 14px;
}

.btn.mod--yellow {
  background-color: var(--khaki);
  min-width: 170px;
  color: var(--midnight-blue);
  background-image: none;
  justify-content: center;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
}

.btn.mod--yellow:hover {
  background-color: #ffdb57;
}

.btn.mod--green {
  background-color: var(--medium-aquamarine);
  min-width: 170px;
  color: var(--white);
  background-image: none;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 13px;
  display: flex;
}

.btn.mod--green:hover {
  background-color: #00b99d;
}

.btn.mod--orange {
  background-color: var(--orange-red);
  min-width: 170px;
  color: var(--white);
  background-image: none;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 13px;
  display: flex;
}

.btn.mod--orange:hover {
  background-color: #eb4210;
}

.btn.mod--black {
  color: var(--white);
  background-color: #1e2355;
  background-image: none;
  padding-top: 15px;
  padding-bottom: 13px;
}

.overflow-hidden {
  color: var(--white);
  font-family: Varela, sans-serif;
  position: relative;
  overflow: hidden;
}

.overflow-hidden.mod--submit {
  transition: all .2s;
}

.overflow-hidden.mod--submit.active {
  opacity: 0;
}

.btn__txt-anim {
  transition: all .4s;
  position: relative;
  bottom: 0;
}

.btn__txt {
  position: relative;
}

.btn__txt.mod--2 {
  font-family: Varela, sans-serif;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
}

.btn__bg {
  z-index: -1;
  background-image: linear-gradient(to bottom, #07c9a9 5%, var(--khaki) 45%, #f7753c 70%, #f45829);
  opacity: 1;
  border-radius: 10px;
  height: 250px;
  position: absolute;
  inset: auto 0% 0%;
}

.hero__offer-bg2 {
  z-index: 0;
  opacity: 0;
  background-image: linear-gradient(#2396c2, #f05b15);
  position: absolute;
  inset: 0%;
}

.hero__socet {
  z-index: 2;
  background-image: url('../images/socket.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50px;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 75px;
  right: -122px;
  box-shadow: -70px 0 76px -40px #dde2e7;
}

.hero__socet-cord {
  z-index: 0;
  max-width: none;
  display: block;
  position: absolute;
  bottom: -80px;
  left: 92px;
}

.hero__socet-cord.mod--1 {
  z-index: 0;
}

.hero__socet-cord.mod--2 {
  z-index: 1;
  opacity: 0;
}

.hero__socet-item {
  z-index: 6;
  background-color: #4d5662;
  width: 9px;
  height: 31px;
  position: absolute;
  box-shadow: inset 0 4px 4px #00000040;
}

.hero__socet-item.mod--eye1 {
  top: 65px;
  left: 74px;
}

.hero__socet-item.mod--eye2 {
  top: 65px;
  right: 74px;
}

.hero__socet-item.mod--mouth {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 20px;
  height: 23px;
  bottom: 60px;
  left: 93px;
}

.hero__offer-bg3 {
  z-index: 1;
  opacity: 0;
  background-image: linear-gradient(#2dbcf0, #fb7d17);
  position: absolute;
  inset: 0%;
}

.advant__columns {
  align-items: stretch;
  margin-left: -25px;
  margin-right: -25px;
  display: flex;
}

.advant__col {
  flex: 1;
  padding-left: 25px;
  padding-right: 25px;
}

.advant__block {
  height: 100%;
  box-shadow: none;
  background-color: #edeff5;
  border-radius: 8px;
  padding: 40px;
  transition: all .3s;
}

.advant__block:hover {
  background-color: var(--white);
  transform: translate(0, -20px);
  box-shadow: 0 100px 80px -60px #090d1c0f;
}

.advant__img-wrap {
  z-index: 1;
  background-color: var(--white);
  border-radius: 6px 14px 6px 24px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px #005a8d0d;
}

.advant__img {
  z-index: 1;
  transition: all .3s;
  position: relative;
}

.hero__line {
  z-index: 2;
  background-color: #d0d7dbcc;
  width: 100%;
  max-width: 1230px;
  height: 1px;
  margin-top: 96px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.app__columns {
  min-height: 574px;
  color: var(--white);
  background-image: linear-gradient(160deg, #fe640c, #0395dd);
  border-radius: 8px 30px;
  justify-content: space-between;
  padding-left: 72px;
  padding-right: 72px;
  display: flex;
  overflow: hidden;
}

.app__col.mod--1 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 300px;
  display: flex;
}

.app__col.mod--2 {
  flex: none;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.app__col.mod--3 {
  justify-content: flex-end;
  align-items: center;
  max-width: 300px;
  display: flex;
}

.app__list-item {
  align-items: flex-start;
  display: flex;
}

.app__list-item.mod--2 {
  align-items: center;
  margin-top: 40px;
  margin-bottom: 58px;
}

.app__list-ico-wrap {
  background-color: var(--white);
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: -11px;
  margin-right: 24px;
  padding: 8px 10px;
  display: flex;
}

.app__list-ico {
  object-fit: contain;
  max-height: 100%;
}

.app__list-arrow {
  margin-right: 4px;
}

.app__list-arrow.mod--1 {
  opacity: .6;
}

.app__list-arrow.mod--2 {
  opacity: .8;
}

.app__list-line {
  background-color: #fff6;
  flex: 1;
  height: 1px;
  margin-left: 24px;
}

.heading--marg-16 {
  margin-bottom: 16px;
  font-family: Varela, sans-serif;
  font-weight: 400;
}

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

.plan__switch-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 64px;
  display: flex;
}

.plan__switch-txt {
  color: #1e235599;
  font-size: 16px;
  font-weight: 700;
}

.plan__switch-txt.mod--1 {
  color: #1e2355;
}

.plan__switch-btn {
  z-index: 1;
  cursor: pointer;
  background-color: #c9cbde;
  border-radius: 100px;
  flex: none;
  width: 52px;
  height: 28px;
  margin-left: 16px;
  margin-right: 16px;
  padding: 4px;
  position: relative;
  overflow: hidden;
}

.plan__switch-btn-dot {
  z-index: 1;
  background-color: var(--white);
  border-radius: 100px;
  width: 20px;
  height: 100%;
  padding: 0;
  position: relative;
}

.plan__switch-btn-bg {
  z-index: -1;
  opacity: 0;
  background-image: linear-gradient(150deg, #f77844, #fbd390);
  border-radius: 100px;
  position: absolute;
  inset: 0%;
}

.plan__columns {
  align-items: flex-end;
  margin-left: -25px;
  margin-right: -25px;
  display: flex;
}

.plan__col {
  flex: 1;
  padding-left: 25px;
  padding-right: 25px;
}

.plan__block {
  border-top: 12px solid var(--white);
  background-color: var(--white);
  border-radius: 8px;
  padding: 40px;
  box-shadow: 0 100px 80px -60px #0000000f;
}

.plan__block.mod--1 {
  border-top-color: #ffe483;
}

.plan__block.mod--2 {
  border-top-color: var(--medium-aquamarine);
}

.plan__block.mod--3 {
  border-top-color: var(--orange-red);
}

.plan__price-wrap {
  margin-top: 45px;
  margin-bottom: 40px;
}

.plan__price {
  display: flex;
}

.plan__price.mod--2 {
  display: none;
}

.plan__list {
  border-top: 1px solid #d0d7dbcc;
  margin-top: 32px;
  margin-bottom: 0;
  padding-top: 0;
}

.plan__list-item {
  align-items: center;
  margin-top: 32px;
  font-size: 16px;
  display: flex;
}

.plan__list-ico {
  flex: none;
  margin-top: -2px;
  margin-right: 16px;
}

.plan__list-txt-grey {
  color: #1e235599;
}

.plan__price-currency {
  margin-right: 5px;
  font-size: 22px;
}

.plan__price-numb {
  margin-bottom: -15px;
  font-size: 62px;
  font-weight: 300;
  line-height: 1em;
}

.plan__price-date {
  color: #1e235599;
  align-items: flex-end;
  font-size: 22px;
  display: flex;
}

.plan__btn-wrap {
  align-items: center;
  display: flex;
}

.btn__arrow {
  margin-left: 2px;
}

.btn__arrow.mod--1 {
  opacity: .4;
}

.btn__arrow.mod--2 {
  opacity: .7;
}

.btn__arrows {
  align-items: center;
  margin-left: 6px;
  display: flex;
}

.btn__arrows.mod--invert {
  filter: brightness(1000%);
}

.graph__lines {
  z-index: 2;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 32px;
  margin-left: -6px;
  display: flex;
  position: relative;
}

.graph__total-over {
  color: #0a033c99;
  margin-bottom: 10px;
  font-weight: 300;
}

.graph__block {
  z-index: 1;
  background-color: #fff;
  border-radius: 10px 35px;
  flex-direction: column;
  width: 100%;
  min-height: 300px;
  padding: 24px 45px 24px 370px;
  display: flex;
  position: relative;
}

.graph__columns {
  background-color: #edeff5;
  border-radius: 15px 45px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: -40px;
  margin-right: -40px;
  padding: 125px 92px 120px;
  display: flex;
}

.graph__col {
  flex: 1;
}

.graph__col.mod--2 {
  max-width: 390px;
}

.graph__col.mod--1 {
  flex: 0 auto;
  align-items: flex-end;
  width: 100%;
  max-width: 570px;
  display: flex;
  position: relative;
}

.stat__person {
  z-index: 1;
  transform-style: preserve-3d;
  position: absolute;
  inset: auto auto 0 20px;
}

.stat__txt-wrap {
  z-index: 2;
  position: relative;
}

.graph__total {
  font-size: 22px;
  line-height: 1em;
}

.graph__line-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.graph__line {
  background-color: #edeff5;
  border-radius: 100px;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  width: 10px;
  display: flex;
  overflow: hidden;
}

.graph__line-txt {
  color: #1e235599;
  text-align: center;
  letter-spacing: -.01em;
  text-transform: uppercase;
  margin-top: 16px;
  font-size: 12px;
  font-weight: 300;
}

.graph__line-fill {
  border-radius: 100px;
  width: 100%;
  height: 100%;
}

.graph__line-fill.mod--1 {
  background-color: var(--medium-aquamarine);
  height: 60%;
}

.graph__line-fill.mod--2 {
  background-color: var(--medium-aquamarine);
  height: 30%;
}

.graph__line-fill.mod--3 {
  background-color: var(--medium-aquamarine);
  height: 60%;
}

.graph__line-fill.mod--4 {
  background-color: var(--orange-red);
  height: 30%;
}

.graph__bg-grad {
  z-index: 0;
  background-image: linear-gradient(150deg, #f66b39, #ffe39c);
  border-radius: 10px 35px;
  margin: 42px 36px -24px -22px;
  position: absolute;
  inset: 0%;
}

.graph__bg-arrows-wrap {
  z-index: 0;
  opacity: .2;
  position: absolute;
  top: 60px;
  left: 578px;
}

.droplang__list-link {
  color: #1e235599;
  background-image: url('../images/dot-lang.svg');
  background-position: 4px;
  background-repeat: no-repeat;
  background-size: 0;
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 5px 16px;
}

.droplang__list-link:hover {
  color: var(--midnight-blue);
}

.droplang__list-link.w--current {
  color: var(--midnight-blue);
  background-position: 0 40%;
  background-size: 6px;
}

.droplang__arrow {
  opacity: 1;
  filter: invert(80%);
  background-image: url('../images/ico_arrow-drop.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  margin-right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.droplang {
  font-size: 16px;
}

.droplang__btn {
  opacity: .6;
  height: 20px;
  color: var(--midnight-blue);
  padding: 0 20px 0 0;
  display: block;
}

.footer__drop {
  z-index: 0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.droplang__list {
  background-color: #0000;
  bottom: 30px;
}

.droplang__list.w--open {
  background-color: #fff;
  border-radius: 10px;
  min-width: 140px;
  padding: 16px 24px;
  right: 0;
  box-shadow: 0 60px 50px -30px #0000000f;
}

.footer__columns {
  justify-content: space-between;
  display: flex;
  position: relative;
}

.footer__columns.mod--bottom {
  align-items: center;
  margin-top: 52px;
}

.footer__copyright-logo {
  flex: none;
  margin-right: 14px;
}

.footer__list {
  column-count: 2;
  column-rule-width: 0px;
  flex-flow: column;
  column-gap: 64px;
  margin-bottom: 0;
  display: flex;
}

.footer__drop-list {
  background-color: #0000;
  display: block;
  position: relative;
  overflow: hidden;
}

.footer__list-txt {
  color: #1e235599;
  margin-bottom: 16px;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.footer__list-txt.mod--link {
  color: #000;
  font-family: Varela, sans-serif;
}

.footer__list-txt.mod--link:hover {
  color: var(--midnight-blue);
}

.footer__col.mod--1 {
  flex: 1;
  max-width: 320px;
  margin-right: 60px;
}

.footer__col.mod--2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer__drop-btn {
  cursor: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.footer__drop-arrow {
  margin-right: 0;
  display: none;
}

.footer__copyright {
  color: #1e235599;
  align-items: center;
  text-decoration: none;
  display: inline-block;
}

.footer__title {
  color: var(--midnight-blue);
  margin-bottom: 26px;
  font-family: Varela, sans-serif;
  font-size: 18px;
}

.footer__copyright-txt {
  color: #000;
  font-family: Varela, sans-serif;
  display: inline-block;
}

.advant__img-grad {
  z-index: 0;
  background-image: linear-gradient(150deg, #005faa, #fe6a0b);
  border-radius: 6px 14px 6px 24px;
  height: 0%;
  transition: all .3s;
  position: absolute;
  inset: auto 0% 0%;
}

.advant__img-grad:hover {
  background-image: linear-gradient(150deg, #0164ac, #fc6811);
}

.header__btn-wrap {
  border-radius: 10px;
  padding: 1px;
  position: relative;
  overflow: hidden;
}

.btn__border {
  z-index: 0;
  background-image: linear-gradient(150deg, var(--orange-red), var(--khaki) 50%, var(--medium-aquamarine));
  border-radius: 10px;
  width: 200%;
  height: 200%;
  transition: all .8s cubic-bezier(.39, .575, .565, 1);
  position: absolute;
  inset: 0% auto auto 0%;
}

.btn__border-wrap {
  opacity: 0;
  border-radius: 10px;
  transition: all .2s;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.btn__border-grey {
  border: 1px solid var(--light-grey);
  border-radius: 10px;
  transition: all .2s;
  position: absolute;
  inset: 0%;
}

.btn__border-grey:hover {
  border-color: #caccd900;
}

.graph__bg-arrows {
  background-image: url('../images/ico_arrow-pattern.svg');
  background-position: 100%;
  background-size: auto;
  width: 85px;
  height: 120px;
}

.hero__socet-smile {
  z-index: 5;
  position: absolute;
  inset: 0%;
}

.utility-page-wrap {
  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: 260px;
  display: flex;
}

.plan__heading {
  color: var(--midnight-blue);
}

.advant__heading {
  color: var(--black);
  text-transform: capitalize;
  font-family: Varela, sans-serif;
}

.footer__follow-wrap {
  background-color: var(--midnight-blue);
  border-top: 1px solid #0000001a;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  margin-top: 32px;
  margin-left: -20px;
  margin-right: -20px;
  font-size: 16px;
  display: flex;
}

.footer__follow {
  z-index: 1;
  color: #ffffff80;
  line-height: 1.5em;
  position: relative;
}

.footer__follow-heart {
  z-index: -1;
  background-image: url('../images/follow-heart.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-bottom: -20px;
  display: inline-block;
  position: relative;
  top: -10px;
  right: -5px;
}

.footer__follow-link, .footer__follow-and {
  color: #fff;
}

.form__submit {
  z-index: 3;
  opacity: 0;
  background-color: #f66934;
  display: block;
  position: absolute;
  inset: 0%;
}

.form__submit-result-wrap {
  justify-content: flex-start;
  align-items: center;
  width: 3rem;
  padding-left: .7rem;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 7rem;
}

.form__submit-result {
  align-items: center;
  width: 0;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.form__submit-result.mod--hero.active {
  width: 1.5rem;
  transition-duration: 1s;
}

.form__submit-result.active {
  width: 1rem;
  transition-duration: 1s;
}

.form__submit-result-ico {
  flex: none;
  width: 1rem;
  max-width: none;
  display: block;
}

.form__submit-result-ico.mod--hero {
  width: 1.5rem;
}

.remodal__close {
  z-index: 5;
  opacity: 1;
  filter: none;
  cursor: pointer;
  background-image: url('../images/ico-close-modal.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  transition: all .2s;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}

.remodal__close:hover {
  opacity: .9;
}

.remodal__text-wrap {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
}

.remodal__heading {
  max-width: 11.25rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6rem;
}

.remodal__content {
  z-index: 2;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 2.5rem 3rem 3rem;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.remodal__img {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  display: block;
  position: relative;
}

.remodal__text {
  max-width: 15rem;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.remodal.remodal--global {
  width: 100%;
  max-width: 37.25rem;
  color: var(--midnight-blue);
  text-align: left;
  background-color: #f5f6fa;
  border-radius: .9375rem 2.8125rem 1.5625rem .9375rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.submit {
  z-index: 3;
  background-color: #3898ec00;
  display: block;
  position: absolute;
  inset: 0%;
}

.overflow__anim {
  transition: all .4s;
  position: relative;
  top: 0;
  right: 0;
}

.form__submit-result-wrap2 {
  justify-content: flex-start;
  align-items: center;
  padding-left: .75rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.form__submit-wrap {
  background-color: var(--midnight-blue);
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  position: absolute;
  bottom: .9rem;
  left: auto;
  right: 0%;
}

.input-wrap {
  position: relative;
}

.form__submit-arrow {
  display: block;
}

.form__submit-arrow.mod--2 {
  position: absolute;
  top: 0;
  left: -1.5rem;
}

.heading {
  color: var(--black);
  text-transform: capitalize;
  font-family: Varela, sans-serif;
  font-size: 41px;
}

.heading-2 {
  font-family: Varela, sans-serif;
  font-size: 38px;
}

.footer-legal-wrap-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #666;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.column-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.row-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-2 {
  background-color: #f5f6fa;
  background-image: linear-gradient(#000000cf 100%, #fff), url('../images/residential-aerial-view.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-top: 7px solid #268fc1;
  padding: 80px 3% 10px;
}

.logo {
  margin-top: -40px;
  margin-bottom: 10px;
  margin-right: -20px;
}

.icon-regular {
  color: #3a8aaf;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.footer-grid-01 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr .5fr .5fr;
}

.footer-link {
  color: #fff;
  letter-spacing: -.12px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  line-height: 28px;
  text-decoration: none;
  transition: all .45s;
}

.footer-link:hover {
  color: #0f93d5;
  transform: translate(6px, -4px);
}

.italic-text-2 {
  color: #fff;
  max-width: 300px;
  font-family: Varela, sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
}

.footer-icon {
  padding-top: 2px;
  padding-bottom: 2px;
}

.paragraph-small-15 {
  color: #fff;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.7;
}

.footer-column-2 {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

.footer-column-2.newcol {
  display: none;
}

.social-inner {
  background-color: #d5a64500;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 8px;
  display: flex;
  box-shadow: 0 2px 1.5px .5px #95a0b229;
}

.paragraph-regular-2 {
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular-2.text-color-tertiary {
  color: #59595f;
  max-width: 350px;
  margin-bottom: 20px;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
}

.bold-text-11 {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.column-small-3 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.footer-contact {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 320px;
  display: flex;
}

.footer-contact.newcol1 {
  display: none;
}

.footer-legal-links-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #fff;
  align-items: center;
  display: flex;
}

.subheading-regular {
  color: #fff;
  letter-spacing: -.12px;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 28px;
}

.subheading-regular.newtxt1 {
  font-family: Varela, sans-serif;
  font-size: 18px;
}

.subheading-regular.text-color-secondary {
  color: #fff;
  font-family: Varela, sans-serif;
  text-decoration: none;
}

.subheading-regular.newtxt1 {
  font-size: 18px;
}

.subheading-regular.text-color-secondary {
  color: #fff;
  text-decoration: none;
}

.link-3 {
  text-decoration: none;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
}

.divider-gray-800 {
  background-color: #ec681b;
  width: 100%;
  height: 1px;
  margin-top: 30px;
}

.row-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.row-small.row-top {
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
}

.social-link {
  color: #252527;
  background-color: #f5c114;
  border: .5px #e6e6e7;
  border-radius: 6px;
  padding: 4px;
}

.footer-legal-link-2 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

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

.container-2 {
  width: 100%;
  max-width: 1250px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.navbar-top-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.navbar-top-item-dot-2 {
  background-color: #f5c114;
  border-radius: 100%;
  width: 7px;
  height: 7px;
}

.icon-regular-2 {
  color: #f5c114;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.navbar_left {
  grid-column-gap: 3.5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar_component {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-top-wrapper-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #ffffff26;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 15px;
  padding-top: 20px;
  padding-bottom: 15px;
  display: flex;
}

.navbar-top-item-text {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1;
}

.navbar_link-underline {
  background-color: #d8ac51;
  width: 2rem;
  height: 2px;
  transform: translate(-100%);
}

.navbar_link-wrapper-2 {
  grid-column-gap: 1.875rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar_link-wrap {
  overflow: hidden;
}

.navbar_link-drop-lang {
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 1.7rem;
  height: 1.7rem;
  display: flex;
}

.navbar_link-drop-lang:hover {
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar_hamburger-liner-3 {
  background-color: #fff;
  width: 1.7rem;
  height: 2px;
}

.navbar_link-lang {
  color: #fff;
  width: 1.5rem;
  line-height: 1.8;
}

.navbar_link-drop-content-2 {
  grid-row-gap: 1rem;
  background-color: #434449;
  border-radius: .5rem;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem 2rem;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 5px 20px #4344494d;
}

.button-outline {
  color: #dd0424;
  text-align: center;
  background-color: #0000;
  border: 1px solid #dd0424;
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.625rem;
  font-weight: 600;
  line-height: 1.1;
  transition: background-color .2s;
}

.button-outline:hover {
  color: #fff;
  background-color: #dd0424;
}

.button-outline.is-light {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
}

.button-outline.is-light:hover {
  color: #434449;
  background-color: #fff;
}

.button-outline.is-light.is-small {
  display: none;
}

.navbar-top-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  text-decoration: none;
  display: flex;
}

.primary-button {
  color: #fff;
  background-color: #2059af;
  background-image: url('../images/home1-banner-shpae-07.png');
  background-position: 50% 350%;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 6px;
  margin-left: 0;
  margin-right: 0;
  padding: 14px 20px;
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-position .35s ease-in-out;
}

.primary-button:hover {
  background-position: 50%;
}

.primary-button.navbar-button {
  background-color: #f5c114;
  background-image: url('../images/home1-banner-shpae-07.png');
  border-radius: 6px;
  font-family: Merriweather, serif;
  font-style: italic;
}

.navbar_link {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: italic;
  line-height: 1.8;
  text-decoration: none;
}

.navbar {
  z-index: 99;
  width: 100%;
  padding-top: 0;
  padding-bottom: 1.5rem;
  display: none;
  position: absolute;
  top: 0;
}

.padding-global-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.navbar_lang-image {
  width: 1.5rem;
  height: 1.5rem;
}

.navbar_right {
  grid-column-gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar_hamburger-liner-2 {
  background-color: #fff;
  width: 1.7rem;
  height: 2px;
}

.navbar_link-dropdown-arrow {
  width: .9rem;
}

.navbar_right-wrap {
  grid-column-gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar_link-dropdown-2 {
  grid-column-gap: .375rem;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  padding-top: .3rem;
  padding-bottom: .3rem;
  display: none;
  position: relative;
}

.navbar_hamburger-liner-1 {
  background-color: #fff;
  width: 1.7rem;
  height: 2px;
}

.container-large-5 {
  width: 100%;
  max-width: 76rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.navbar_hamburger {
  grid-row-gap: .4375rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.navbar_hamburger.z-index-2 {
  display: none;
}

.code-embed {
  width: auto;
  max-width: 350px;
}

.code-embed-2 {
  display: none;
}

.padding-vertical-large {
  padding-top: 96px;
  padding-bottom: 96px;
}

.main-button {
  color: #fff;
  text-align: center;
  background-color: #f2994a;
  border: 0 #000;
  border-radius: .21em;
  flex-direction: column;
  align-items: center;
  width: 30%;
  margin-right: 1.39em;
  padding: .9em;
  font-weight: 600;
  display: flex;
}

.main-button.is--shadow {
  background-color: #24367f;
  padding-top: 1em;
  padding-bottom: 1em;
  text-decoration: none;
  transition: all .2s;
  box-shadow: 0 1px 60px -16px #f2994aa6;
}

.main-button.is--shadow:hover {
  box-shadow: 0 1px 60px -1px #f2994aa6;
}

.main-button.is--shadow.newbtn {
  width: 240px;
  height: 48px;
  box-shadow: none;
  color: #fff;
  background-color: #eb6c0f;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 600;
  transition-duration: .45s;
}

.main-button.is--shadow.newbtn:hover {
  box-shadow: none;
  transform: translate(4px, -4px);
}

.home-testimonial_content-wrapper {
  max-width: 500px;
  position: relative;
}

.testimonial-slider_headshot {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.grid-2-col {
  grid-column-gap: 64px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.testimonial-slider_icon {
  color: #fff;
  width: 50px;
  height: 50px;
  transform-style: preserve-3d;
  background-color: #eb6c0f;
  border: 1px #f9dbcf;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  transition: all .2s;
  display: flex;
  box-shadow: 0 4px #00000054;
}

.testimonial-slider_icon:hover {
  transform: translate3d(0, 0, 20px);
}

.testimonial-slider_icon:active {
  transform: translate(0);
}

.is--white-text-bold {
  color: #fff;
  letter-spacing: .5px;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.button-grid {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.button-grid.newbtn1 {
  margin-top: 30px;
}

.testmonial-slider_left-arrow {
  perspective: 1000px;
  inset: 0% auto 0% -40px;
}

.testimonial-slider_client-name-wrapper {
  margin-left: 20px;
}

.text-grey {
  color: #000000d1;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.page-padding {
  background-color: #ffebe100;
  padding-left: 40px;
  padding-right: 40px;
}

.container-18 {
  width: 100%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider_client-wrapper {
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.home-testimonial_deco-layer {
  opacity: .05;
  position: absolute;
  inset: 0% 0% auto auto;
}

.testimonal-review-stars-s {
  grid-column-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.text-bold {
  font-family: Varela Round, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.testimonial-slider_hidden-nav {
  display: none;
}

.heading-4 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 700;
}

.testimonial-star {
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
}

.testimonial-slider {
  perspective: 1000px;
  background-color: #fff;
  border-radius: 20px;
  height: auto;
  padding: 64px;
  box-shadow: 0 2px 5px #0003;
}

.people-image {
  margin-left: 0;
}

.testimonial-slider_text {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.section-title {
  text-transform: none;
  border-bottom: 2px solid #eb6c0f;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}

.testmonial-slider_right-arrow {
  perspective: 1000px;
  inset: 0% -40px 0% auto;
}

.section-summary-block.max-w-420 {
  max-width: 420px;
  margin-right: 40px;
}

.text-size-large {
  color: #000;
  font-size: 14px;
  line-height: 1.4;
}

.text-size-large.text-weight-normal {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}

.heading-style-h2 {
  color: #000;
  font-size: 4.8em;
}

.faq-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.section-gap {
  background-color: #fff;
  padding: 80px 40px;
}

.faq-heading-block {
  position: sticky;
  top: 10%;
}

.section-heading-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 48px;
  display: flex;
}

.section-heading-block.v-flex {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.faq-dropdown-icon-block {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.container-main {
  max-width: 1200px;
}

.faq-dropdown-ans-block {
  overflow: hidden;
}

.faq-dropdown-question-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.faq-content-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  max-width: 50%;
  display: flex;
}

.faq-dropdown-block {
  cursor: pointer;
  background-color: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 2px 5px #0003;
}

.section-title-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.section-title-block.max-w-471 {
  max-width: 420px;
}

.faq-icon-line {
  background-color: #141414;
  border-radius: 32px;
  width: 16px;
  height: 2px;
}

.faq-icon-line.is-2 {
  position: absolute;
  transform: rotate(90deg);
}

.faq-dropdown-ans-inner {
  max-width: 600px;
  padding-top: 12px;
}

.heading-style-h2-2 {
  color: #000;
  font-family: Varela, sans-serif;
  font-size: 3.5em;
}

.bold-text-49 {
  font-family: Varela Round, sans-serif;
}

.text-size-large-2 {
  color: #000;
  font-family: Varela, sans-serif;
  font-size: 14px;
  line-height: 1.4;
}

.text-size-large-2.text-weight-normal {
  font-family: Varela Round, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}

.bold-text-48, .bold-text-50 {
  font-family: Varela Round, sans-serif;
}

.layout-col2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr;
  grid-auto-columns: 1fr;
  margin-top: -20px;
  margin-bottom: 40px;
  padding-top: 0;
  display: flex;
}

.about-feature {
  align-items: center;
  width: 255px;
  display: flex;
}

.checkbox-2 {
  background-color: #ff5b2e;
  width: 24px;
  height: 24px;
}

.checkbox-2.margin-left {
  background-color: #ea6c0f;
  background-image: linear-gradient(#f5590f, #159bd0);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  padding-right: 0;
  display: flex;
}

.text-weight-medium-3 {
  color: #000;
  flex: 0 auto;
  font-family: Varela Round, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text-size-xlarge {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 2rem;
}

.text-size-xlarge.text-color-secondary {
  color: #404040;
}

.container-medium {
  width: 100%;
  max-width: 76rem;
  margin-left: auto;
  margin-right: auto;
}

.button {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #fff;
  text-align: center;
  letter-spacing: -.25px;
  white-space: nowrap;
  background-color: #0a0a0a;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.button:hover {
  background-color: #734573;
}

.button.w--current {
  background-color: #4b264b;
}

.logo_carousel-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  display: flex;
}

.section-medium {
  padding: 0 5% 5rem;
  position: relative;
  overflow: hidden;
}

.logo_icon {
  flex: none;
  padding: 1rem 3.5rem;
}

.overline {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1rem;
}

.title-center-small {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  margin-bottom: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo_carousel-overlay-white {
  z-index: 2;
  pointer-events: none;
  background-image: linear-gradient(90deg, #f5f6fa, #faf9f900 20%, #f9f7f700 80%, #f5f6fa);
  position: absolute;
  inset: 0%;
}

.heading-style-h3 {
  color: var(--black);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.carousel-script {
  display: none;
}

.logo_footnote {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 37rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.logo_carousel {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.image {
  width: 150px;
}

@media screen and (min-width: 1280px) {
  .navbar-top-left, .navbar-top-wrapper-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .section-title-block.max-w-471 {
    max-width: 450px;
  }
}

@media screen and (min-width: 1440px) {
  .container-2 {
    max-width: 1600px;
  }

  .navbar-top-left {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .testimonal-review-stars-s {
    margin-bottom: 0;
  }

  .section-summary-block.max-w-420 {
    margin-right: 64px;
  }

  .faq-content-block {
    max-width: 700px;
  }

  .section-title-block.max-w-471 {
    max-width: 471px;
  }
}

@media screen and (min-width: 1920px) {
  .container-2 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .graph__columns {
    flex-direction: column-reverse;
    margin-top: 0;
  }

  .graph__col.mod--2 {
    margin-bottom: 80px;
    margin-left: 0;
  }

  .graph__col.mod--1 {
    margin-left: 24px;
    margin-right: auto;
  }

  .footer__list {
    column-count: 1;
  }

  .footer__col.mod--1 {
    max-width: 280px;
  }

  .footer__copyright {
    font-size: 14px;
  }

  .footer-legal-wrap-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: center;
  }

  .logo {
    object-fit: cover;
  }

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

  .footer-column-2 {
    padding-right: 20px;
  }

  .footer-contact {
    max-width: none;
  }

  .navbar-top-left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .navbar_left {
    grid-column-gap: 1.5rem;
  }

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

  .navbar-top-wrapper-2 {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar_link-wrapper-2 {
    grid-column-gap: 1.5rem;
    background-color: #2f3033;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    padding-top: 77px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .navbar_link-lang {
    font-size: .9rem;
  }

  .button-outline.is-light.is-small {
    display: none;
  }

  .primary-button.navbar-button {
    background-color: #2059af;
    background-image: url('../images/home1-banner-shpae-07.png');
    border-radius: 6px;
  }

  .navbar_link {
    font-size: 2rem;
  }

  .navba-top-area-2 {
    display: none;
  }

  .navbar_right-wrap {
    grid-column-gap: 1rem;
  }

  .navbar_hamburger, .navbar_hamburger.z-index-2 {
    display: flex;
  }

  .padding-vertical-large {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .home-testimonial_content-wrapper {
    max-width: 450px;
  }

  .grid-2-col {
    grid-column-gap: 0px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .testmonial-slider_left-arrow {
    width: 60px;
    left: -20px;
  }

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

  .testimonial-slider {
    padding: 60px;
  }

  .testmonial-slider_right-arrow {
    width: 60px;
    right: -20px;
  }

  .section-summary-block.max-w-420 {
    max-width: 300px;
    margin-right: 0;
  }

  .container-main {
    max-width: 100%;
  }

  .section-title-block.max-w-471 {
    max-width: 360px;
  }
}

@media screen and (max-width: 767px) {
  .graph__block {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    flex: 1;
    align-items: flex-start;
    width: auto;
    min-height: 236px;
    margin-right: -24px;
    padding: 24px;
    box-shadow: 0 20px 50px -10px #0003;
  }

  .graph__col.mod--1 {
    width: 100%;
    margin-left: auto;
    margin-right: 0;
  }

  .stat__person {
    max-width: 250px;
    left: auto;
    right: 0;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .stat__txt-wrap {
    margin-bottom: 20px;
  }

  .footer__columns.mod--bottom {
    align-items: flex-end;
    margin-top: 48px;
    padding-top: 24px;
  }

  .footer__copyright-logo {
    width: 30px;
  }

  .footer__list {
    column-count: 2;
    margin-top: 16px;
  }

  .footer__col.mod--1 {
    max-width: 100%;
    margin-bottom: 16px;
  }

  .footer__col.mod--1.mod--bottom {
    margin-bottom: 0;
  }

  .footer__col.mod--2 {
    margin-bottom: 16px;
  }

  .footer__col.mod--3 {
    padding-right: 0;
  }

  .footer__drop-btn {
    margin-bottom: 0;
    padding-right: 35px;
  }

  .footer__drop-arrow {
    background-image: url('../images/ico_arrow-drop.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    width: 16px;
    height: 16px;
    padding: 0;
    display: block;
    position: absolute;
    top: 9px;
    right: 0;
  }

  .footer__list-item {
    margin-bottom: 12px;
  }

  .footer__follow {
    text-align: center;
    margin-top: 22px;
  }

  .remodal__close {
    top: 1rem;
  }

  .remodal__content {
    padding: 6rem 1.5rem 3.5rem;
  }

  .remodal.remodal--global {
    max-width: 30rem;
    height: 100%;
  }

  .footer-grid-01 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-column-2 {
    padding-right: 0;
  }

  .navbar_link-wrapper-2 {
    display: none;
  }

  .button-outline {
    font-size: .9rem;
  }

  .button-outline.is-light.is-small {
    display: none;
  }

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .home-testimonial_content-wrapper {
    max-width: none;
  }

  .testimonial-slider_headshot {
    width: 65px;
    height: 65px;
  }

  .grid-2-col {
    grid-row-gap: 45px;
  }

  .testimonial-slider_icon {
    background-color: #fff;
  }

  .testmonial-slider_left-arrow {
    height: 60px;
    inset: auto auto -80px 0%;
  }

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

  .testimonial-slider {
    margin-bottom: 80px;
    padding: 36px;
  }

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

  .testmonial-slider_right-arrow {
    height: 60px;
    inset: auto auto -80px 70px;
  }

  .section-summary-block.max-w-420 {
    max-width: 100%;
  }

  .faq-wrapper {
    flex-flow: column;
  }

  .faq-heading-block {
    margin-bottom: 48px;
    position: static;
  }

  .section-heading-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .faq-content-block, .section-title-block.max-w-471 {
    max-width: 100%;
  }

  .logo_carousel-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .section-medium {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .logo_icon {
    margin-left: .75rem;
    margin-right: .75rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 479px) {
  .header {
    flex-flow: column;
    display: flex;
  }

  .content {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .content.mod--header {
    display: none;
  }

  .section {
    padding: 5%;
  }

  .section.mod--hero {
    flex-flow: column;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .hero__columns {
    flex-flow: column;
  }

  .hero__col.mod--2 {
    display: none;
  }

  .hero__desc {
    margin-bottom: 25px;
  }

  .hero__offer-bg {
    position: static;
  }

  .btn.mod--white {
    margin-bottom: 30px;
  }

  .hero__offer-bg3 {
    position: static;
  }

  .advant__columns {
    flex-flow: column;
  }

  .app__columns {
    flex-flow: column;
    width: 100%;
    padding: 5%;
  }

  .app__list-item {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .heading--marg-16 {
    margin-top: 15px;
  }

  .graph__lines {
    overflow: hidden;
  }

  .stat__person {
    max-width: 200px;
    margin-right: -15px;
  }

  .footer__drop {
    width: 100%;
    display: block;
  }

  .footer__drop-btn {
    width: 100%;
  }

  .footer__copyright {
    max-width: 160px;
  }

  .footer__follow {
    align-items: flex-start;
    max-width: 230px;
  }

  .footer__follow-heart {
    top: -7px;
    right: -3px;
  }

  .remodal__content {
    justify-content: flex-start;
    align-items: center;
    height: 100%;
  }

  .remodal.remodal--global {
    max-width: 100%;
  }

  .heading {
    font-size: 32px;
  }

  .footer-legal-wrap-2 {
    align-items: center;
  }

  .column-regular {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    display: flex;
  }

  .footer-2 {
    padding-top: 0;
  }

  .logo {
    flex: none;
  }

  .icon-regular {
    width: 100%;
    height: 100%;
  }

  .footer-grid-01 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 2fr;
  }

  .footer-link {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    text-decoration: none;
  }

  .footer-link:hover {
    color: #dd6509;
  }

  .paragraph-small-15 {
    text-align: center;
    width: 205px;
  }

  .footer-column-2 {
    margin-bottom: 30px;
  }

  .footer-column-2.newcol {
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

  .social-inner {
    background-color: #fff0;
    padding: 4px;
  }

  .paragraph-regular-2.text-color-tertiary {
    color: #fff;
    font-family: Merriweather, serif;
    font-weight: 300;
  }

  .column-small-3.newcol1 {
    text-align: right;
  }

  .footer-contact.newcol1 {
    text-align: right;
    display: flex;
  }

  .footer-legal-links-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    display: none;
  }

  .subheading-regular {
    color: #fff;
    font-family: Merriweather, serif;
    font-style: italic;
  }

  .subheading-regular.newtxt1.newt {
    text-align: right;
  }

  .subheading-regular.text-color-secondary {
    color: #fff;
  }

  .container {
    padding-top: 55px;
  }

  .row-small.row-top {
    text-decoration: none;
  }

  .row-small.row-top.r1 {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .social-link {
    background-color: #f5c114;
    border-style: none;
    border-radius: 6px;
  }

  .icon-regular-2 {
    color: #17a5cc;
    width: 100%;
    height: 100%;
  }

  .navbar_link-wrapper-2 {
    background-color: #111;
    background-image: linear-gradient(#121313f2 100%, #fff), url('../images/Houston_electric-companies_feature.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-top: 0;
    display: none;
  }

  .navbar_link-wrap {
    display: none;
  }

  .navbar_hamburger-liner-3 {
    background-color: #fa6807;
  }

  .primary-button {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 1rem;
  }

  .primary-button.navbar-button {
    display: none;
  }

  .navbar, .navbar_right {
    display: block;
  }

  .navba-top-area-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .navbar_hamburger-liner-2, .navbar_hamburger-liner-1 {
    background-color: #fa6807;
  }

  .code-embed-2 {
    width: 100%;
    height: 100%;
    margin-top: 30px;
    display: block;
  }

  .padding-vertical-large {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .main-button.is--shadow {
    width: 60%;
    padding-top: 1.2em;
    padding-bottom: 0;
  }

  .main-button.is--shadow.newbtn {
    width: 100%;
    height: 48px;
    margin-right: 0;
    transition-duration: .45s;
  }

  .main-button.is--shadow.newbtn:hover {
    transform: translate(4px, -4px);
  }

  .testimonial-slider_icon {
    background-color: #eb6c0f;
  }

  .is--white-text-bold {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 16px;
    display: flex;
  }

  .button-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .testimonial-slider_client-name-wrapper {
    margin-left: 16px;
  }

  .page-padding {
    z-index: 4;
    margin-top: -68px;
    position: relative;
  }

  .page-padding.newpa {
    margin-top: 0;
  }

  .testimonial-slider {
    max-width: 90vw;
    margin-bottom: 80px;
    padding: 28px;
  }

  .people-image {
    max-width: 30%;
    margin-left: 0;
  }

  .people-image.newgoogleicon {
    margin-right: 5px;
  }

  .testimonial-slider_text {
    font-size: 18px;
  }

  .section-title {
    color: #000;
  }

  .testimonial-slider_slide {
    max-width: 100%;
  }

  .text-size-large {
    font-size: 16px;
  }

  .heading-style-h2 {
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: 12.9em;
  }

  .section-gap {
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-heading-block.v-flex.bottom-gap-none {
    margin-bottom: 0;
  }

  .heading-style-h2-2 {
    margin-bottom: 0;
    font-family: Varela, sans-serif;
    font-size: 2.5em;
  }

  .text-size-large-2 {
    font-size: 16px;
  }

  .layout-col2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .logo_carousel-content {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .section-medium {
    padding-top: 1.5rem;
  }

  .logo_icon {
    padding: .5rem 1rem;
  }
}

#w-node-a9a53f74-05b5-f131-c24a-6b887f0c36ce-19d46e52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a9a53f74-05b5-f131-c24a-6b887f0c36fa-19d46e52 {
  justify-self: end;
}

@media screen and (max-width: 767px) {
  #w-node-a9a53f74-05b5-f131-c24a-6b887f0c36ce-19d46e52 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a9a53f74-05b5-f131-c24a-6b887f0c36ce-19d46e52 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


