
@media screen and(min-width: 1100px) {
  .hero-section {
    width: 100%;
    height: 90vh;
    background-image: url(../images/bg-hero.png);
    background-size: auto;
    background-position: 0% 0%;
    background-repeat: no-repeat;
}
}

@media only screen and (max-height: 400px) {
  #blip-chat-container {
    display: none;
  }
}

@media only screen and (max-width: 600px){
.hero-left{
  margin-top: 40px;
}
}


.hero-area {
  min-height: 100vh;
  min-width: auto;
  background-image: url('../images/img-right.svg'), url('../images/img-left_1.svg');
  background-position: 100% 100%, 0px 0%;
  background-size: auto 70%, auto 90%;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, fixed;
}

._100vh {
  min-height: 100vh;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

._100vh.bg-left {
  background-image: url('../images/img-left.svg');
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

._100vh.center-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-right {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  min-height: 200px;
  min-width: 200px;
  text-align: right;
}

.image {
  width: 80%;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.cta-area {
  display: block;
  width: 100%;
  min-height: 80px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.heading {
  display: block;
  width: 100%;
  padding-top: 8px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Roboto, sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 500;
  text-align: center;
}

.text-span {
  padding-right: 8px;
  padding-left: 8px;
  background-color: #bf71f8;
  color: #fff;
  line-height: 52px;
  font-weight: 700;
  text-shadow: -2px 2px 0 rgba(0, 0, 0, 0.24);
}

.cta-btn {
  display: inline-block;
  overflow: visible;
  width: 120px;
  height: 120px;
  margin-top: 24px;
  padding-top: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #0a8ccc, #df6cff);
  box-shadow: 0 13px 14px 0 rgba(168, 116, 242, 0.4);
  -webkit-transition: background-color 200ms ease, box-shadow 500ms ease;
  transition: background-color 200ms ease, box-shadow 500ms ease;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
}

.cta-btn:hover {
  width: 120px;
  height: 120px;
  margin-top: 24px;
  padding-top: 50px;
  box-shadow: 0 20px 18px 1px rgba(168, 116, 242, 0.4);
  -webkit-filter: saturate(120%);
  filter: saturate(120%);
}

.powered {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: auto;
  color: rgba(0, 0, 0, 0.48);
  font-size: 10px;
  text-align: center;
}

.link {
  color: rgba(10, 140, 204, 0.64);
}

.free-tag {
  position: absolute;
  left: -60px;
  top: -60px;
  right: auto;
  bottom: auto;
  width: 120px;
  height: 120px;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.free-text {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.btn-login {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 24px;
  margin-right: 16px;
  border: 1px solid #0a8ccc;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Roboto, sans-serif;
  color: #0a8ccc;
  font-weight: 300;
}

.btn-login:hover {
  background-color: rgba(10, 140, 204, 0.12);
}

.brand-area {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  min-height: 60px;
  text-align: center;
}

.procpro-brand {
  width: 160px;
  margin-top: 24px;
}

.procpro-brand.vert {
  display: none;
}

.text-span-2 {
  font-size: 32px;
}

.hero-section {
  width: 100%;
  height: 70vh;
  background-image: url('../images/bg-hero.png');
  background-position: 0% 100%;
  background-size: auto;
  background-repeat: no-repeat;
}

.header {
  padding-right: 24px;
  padding-left: 5%;
}

.logo {
  width: 300px;
  margin-top: 24px;
}

.hero-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
}

.columns {
  height: 71vh;
  border-radius: 6px;
}

.body {
  font-family: 'Source Sans Pro', sans-serif;
}

.h3 {
  margin-top: -50px;
  font-size: 32px;
  line-height: 34px;
  font-weight: 400;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 48px;
  line-height: 56px;
  text-shadow: -2px 1px 2px rgba(0, 0, 0, 0.5);
}

.input {
  display: inline-block;
  width: 76%;
  height: 48px;
  margin-top: 4px;
  border: 1px none #000;
  border-radius: 6px;
  background-color: hsla(0, 0%, 100%, 0.9);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.24);
  font-size: 16px;
}

.btn-form {
  display: inline-block!important;
  height: 48px!important;
  margin-top: -1px!important;
  margin-left: 16px!important;
  border-radius: 6px!important;
  background-color: #ff761a!important;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.24)!important;
  font-size: 16px!important;
}

.hero-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-img {
  width: 90%;
}

.about-more {
  display: block;
  padding-top: 12px;
  padding-bottom: 48px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.link-show-more {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  color: #000;
  font-size: 24px;
  font-weight: 300;
}

.link-show-more.w--current {
  margin-bottom: 40px;
}

.text-span-3 {
  padding-right: 8px;
  padding-left: 8px;
  background-color: rgba(0, 0, 0, 0.2);
  text-shadow: none;
}

.steps {
  min-height: 45vh;
  margin-bottom: 48px;
}

.img-step {
  height: 100%;
}

.img-step.right {
  text-align: center;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-align-items-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.flex-align-items-center.flex-align-right {
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-align-items-center.flex-align-right.height-40vh {
  height: 40vh;
}

.text-left {
  margin-top: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.text-left.title {
  color: #0a8ccc;
}

.d-inline-block {
  display: block;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.columns-2 {
  height: 45vh;
}

.text-right {
  text-align: right;
}

.text-span-4 {
  font-size: 56px;
}

.step-number {
  font-size: 56px;
}

.footer {
  padding-top: 24px;
  padding-bottom: 40px;
  background-color: #133e53;
  color: hsla(0, 0%, 100%, 0.64);
  text-align: center;
}

.link-footer {
  color: #fff;
  cursor: pointer;
}

@media (max-width: 991px) {
  .hero-area {
    background-size: auto 50%, auto 80%;
  }
}

@media (max-width: 767px) {
  .hero-area {
    background-position: 100% 100%, 0px 0%;
    background-size: auto 40%, auto 80%;
  }
  ._100vh {
    min-height: 100vh;
  }
  ._100vh.center-area {
    display: block;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  ._100vh.right-area {
    display: block;
    min-height: 100vh;
  }
  .img-right {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50vh;
    min-height: 100%;
    min-width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .image {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: auto;
  }
  .cta-area {
    position: static;
    display: inline-block;
    margin-bottom: 16px;
    clear: left;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .heading {
    display: block;
    margin-top: 0px;
  }
  .text-span {
    font-size: 30px;
    line-height: 40px;
  }
  .cta-btn {
    margin-top: 8px;
  }
  .cta-btn:hover {
    margin-top: 8px;
  }
  .powered {
    position: static;
    display: inline-block;
    margin-top: 0px;
    padding-top: 0px;
  }
  .btn-login {
    background-color: hsla(0, 0%, 100%, 0.2);
  }
  .brand-area {
    position: static;
    display: inline-block;
    width: 100%;
    clear: none;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .procpro-brand {
    display: none;
    width: 80px;
    margin-top: 16px;
    text-align: center;
  }
  .procpro-brand.vert {
    display: inline-block;
    width: 153px;
    margin-top: 28px;
  }
  .text-span-2 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 400;
  }
}

@media (max-width: 479px) {
  .hero-area {
    background-image: url('../images/img-right.svg'), url('../images/img-left_1.svg');
    background-position: 110% 100%, 12% 12%;
    background-size: auto 30%, auto 48%;
    background-repeat: no-repeat, no-repeat;
    background-attachment: scroll, fixed;
  }
  ._100vh {
    display: block;
    min-height: auto;
  }
  ._100vh.center-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  ._100vh.right-area {
    display: block;
    min-height: auto;
  }
  .img-right {
    display: block;
  }
  .image {
    display: none;
  }
  .cta-area {
    margin-top: 20%;
  }
  .heading {
    text-shadow: -1px 1px 0 #fff;
  }
  .cta-btn {
    margin-top: 0px;
    opacity: 0.9;
    -webkit-transition: opacity 500ms ease, background-color 200ms ease, box-shadow 500ms ease;
    transition: opacity 500ms ease, background-color 200ms ease, box-shadow 500ms ease;
  }
  .cta-btn:hover {
    margin-top: 0px;
    opacity: 1;
  }
  .powered {
    position: fixed;
    padding-top: 12px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(90%, hsla(0, 0%, 100%, 0.9)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0.9) 90%);
    font-size: 12px;
  }
  .free-tag {
    left: -55px;
    top: -55px;
    width: 100px;
    height: 100px;
    font-size: 14px;
  }
  .free-text {
    font-size: 12px;
  }
  .btn-login {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 16px;
    padding-right: 12px;
    padding-left: 12px;
  }
  .brand-area {
    position: relative;
    display: block;
  }
  .procpro-brand {
    display: inline-block;
    width: 104px;
    margin-top: 16px;
  }
  .procpro-brand.vert {
    display: none;
  }
}

