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

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: " ";
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: " ";
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-checkbox-input--inputType-custom {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg");
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  line-height: 58px;
  font-weight: 500;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #3f3f3f;
  font-size: 35px;
  line-height: 45px;
  font-weight: 500;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  font-family: Nunito, sans-serif;
  color: #667399;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
}

a {
  font-family: Nunito, sans-serif;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  text-decoration: underline;
}

li {
  padding-top: 0px;
  padding-bottom: 0px;
  color: #3f3f3f;
}

strong {
  font-weight: bold;
}

blockquote {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  border-left: 5px solid #fc6f00;
  background-color: #fff;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.nav-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #e4e4e4;
  background-color: transparent;
}

.nav-bar.white {
  height: 80px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: #1a1a1a;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.nav-bar.white.not-fixed {
  position: absolute;
  background-color: transparent;
}

.nav-bar.white.not-fixed.transparant {
  background-color: transparent;
}

.nav-bar.white.not-fixed.transparant.blog-nav {
  background-color: transparent;
}

.nav-bar.stripe {
  background-color: #fff;
}

.wrapper-full {
  position: relative;
  top: 0%;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.wrapper-full.intro {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand.footer {
  margin-bottom: 20px;
}

.brand.middle.w--current {
  margin-bottom: 30px;
}

.navigation-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.banner-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100vh;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("../images/square-3.png"), url("../images/Square-5.png"),
    url("../images/square-3.png");
  background-position: 0px 86px, 50% 50%, 100% 0px;
  background-size: 14%, 6%, 8%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-attachment: scroll, scroll, scroll;
}

.banner-section.intro {
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-image: linear-gradient(
      312deg,
      rgba(252, 111, 0, 0.96),
      rgba(140, 15, 255, 0.94)
    ),
    url("../images/bady-qb-751620-unsplash-1.jpg");
  background-position: 0px 0px, 0px 76%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.wrapper-pages {
  position: static;
  overflow: hidden;
}

.top-padding {
  margin-top: 30px;
  padding: 0px;
}

.top-padding.services {
  position: static;
  top: 20%;
  overflow: visible;
  height: auto;
  margin-top: 0px;
  margin-right: 30px;
  margin-bottom: 80px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.top-padding.services.left {
  height: auto;
}

.top-padding.services.left.info {
  width: 100%;
  height: 240px;
  margin-bottom: 20px;
}

.top-padding.services.left.movie {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 30px;
  padding-bottom: 0px;
}

.top-padding.color {
  margin-top: 0px;
  padding: 20px;
  background-color: transparent;
  background-image: linear-gradient(135deg, #fc6f00, red);
  text-align: center;
}

.top-padding.style {
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.hero-header {
  display: block;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  background-color: transparent;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 60px;
  line-height: 68px;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: none;
}

.hero-header.center {
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 45px;
  line-height: 55px;
  font-weight: 500;
  text-align: left;
  text-transform: none;
}

.hero-header.center.white {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 58px;
  font-weight: 500;
  text-transform: none;
}

.hero-header.center.white.percentual {
  width: 100%;
  font-size: 45px;
  line-height: 55px;
}

.hero-header.center.white.percentual.homee {
  width: auto;
  margin-top: 0px;
  padding-top: 0px;
  font-size: 35px;
  text-transform: uppercase;
}

.button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 185px;
  padding: 12px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #0675ec;
  border-radius: 0px;
  background-color: #da0000;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-family: Poppins, sans-serif;
  color: #fff;
  text-decoration: none;
}

.button:hover {
  border-width: 0px;
  border-color: #000;
  background-color: #da0000;
  color: #fff;
}

.button.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
  border-width: 0px;
  border-color: transparent;
  border-radius: 5px;
  background-color: #2d96ff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  text-align: center;
}

.button.center:hover {
  background-color: #8c0fff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}

.button.center.left {
  width: 300px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 19px;
  padding-bottom: 16px;
  padding-left: 19px;
  color: #fff;
  text-align: center;
}

.button.center.left:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.button.center.left.mirror {
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0.4);
  background-color: transparent;
}

.button.center.left.mirror:hover {
  border-color: #8c0fff;
  background-color: #8c0fff;
}

.button.center.left.mirror.middle {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.button.center.hero {
  margin-right: 10px;
  margin-left: 10px;
  float: left;
}

.button.center.hero:hover {
  background-color: #fc6f00;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.button.center.pink {
  background-color: #8c0fff;
}

.button.center.pink:hover {
  background-color: #8c0fff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.button.center.login {
  width: 100%;
}

.button.center.orange:hover {
  background-color: #ff069c;
}

.button.center.free-trial {
  position: static;
  width: auto;
  margin-bottom: 20px;
  background-color: #0bf;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ab0fff),
    color-stop(71%, #ff00f6)
  );
  background-image: linear-gradient(90deg, #ab0fff, #ff00f6 71%);
}

.button.center.free-trial.start {
  position: relative;
  bottom: -55px;
  display: block;
  width: 354px;
  margin-top: -84px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#21e9ff),
    to(#f600ff)
  );
  background-image: linear-gradient(90deg, #21e9ff, #f600ff);
  box-shadow: 1px 1px 3px 0 #000;
  font-size: 30px;
  line-height: 40px;
}

.button.center.free-trial.start.review {
  margin-top: 14px;
  margin-bottom: 57px;
  padding-right: 10px;
  padding-left: 10px;
}

.button.center.free-trial.start.review.seperate {
  display: none;
}

.button.center.free-trial.header {
  width: 400px;
  height: 60px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px;
  border-radius: 5px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffc106),
    to(#ffc106)
  );
  background-image: linear-gradient(180deg, #ffc106, #ffc106);
  box-shadow: 1px 1px 3px 0 #000;
  opacity: 1;
  -webkit-transition: opacity 200ms ease, all 400ms ease;
  transition: opacity 200ms ease, all 400ms ease;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
}

.button.center.free-trial.header.start-free {
  width: 100%;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 10px;
  padding-left: 10px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00e8f8),
    to(#ff29db)
  );
  background-image: linear-gradient(90deg, #00e8f8, #ff29db);
  font-size: 30px;
  line-height: 40px;
}

.section {
  position: relative;
  z-index: 1;
  margin-top: -24px;
  padding: 109px 20px 0px;
  border-top: 1px none #e4e4e4;
  border-bottom: 1px none #e4e4e4;
  background-color: #f4f5f9;
  color: #000;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.section.footer-white {
  display: block;
  padding-top: 90px;
  padding-bottom: 0px;
  border-top-style: none;
  background-color: #fff;
}

.section.white {
  padding-top: 0px;
  padding-bottom: 1px;
  border-top-style: none;
  border-bottom-style: none;
  background-color: #fff;
  background-image: none;
}

.section.white.no-padding {
  padding-bottom: 0px;
}

.section.white.no-padding.they-say {
  padding-top: 100px;
  padding-bottom: 0px;
  background-image: url("../images/Square-5.png");
  background-position: 87% 25%;
  background-size: 4%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.section.white.no-padding.they-say.v2 {
  position: static;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 80px;
}

.section.white.no-padding.top {
  padding-top: 0px;
}

.section.white.line {
  position: relative;
  right: -194px;
  display: block;
  margin: -3px auto 0px;
  padding-right: 20px;
  padding-left: 20px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-top-style: solid;
  border-top-color: rgba(228, 236, 246, 0.8);
  background-image: url("../images/square-2.png");
  background-position: 75% 92%;
  background-size: 80px;
  background-repeat: no-repeat;
  text-align: center;
}

.section.white.line.faq {
  position: static;
}

.section.white.message {
  background-image: url("../images/Square-5.png");
  background-position: 100% -9px;
  background-size: 150px;
  background-repeat: no-repeat;
}

.section.white.pricing-table {
  background-image: url("../images/Square-5.png"), url("../images/square-9.png");
  background-position: 86% 8%, 0px 0px;
  background-size: 5%, 250px;
  background-repeat: no-repeat, no-repeat;
}

.section.white.pattern {
  padding-right: 20px;
  padding-left: 20px;
  background-image: url("../images/Square-5.png");
  background-position: 94% 92px;
  background-size: 100px;
  background-repeat: no-repeat;
}

.section.white.clients {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.white.no-padding-top.categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.white.image {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(hsla(0, 0%, 100%, 0.95)),
      to(hsla(0, 0%, 100%, 0.95))
    ),
    url("../images/image5.jpg");
  background-image: linear-gradient(
      180deg,
      hsla(0, 0%, 100%, 0.95),
      hsla(0, 0%, 100%, 0.95)
    ),
    url("../images/image5.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.white.phones {
  padding-bottom: 180px;
}

.section.orange {
  position: static;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: transparent;
  background-image: linear-gradient(
      135deg,
      rgba(252, 111, 0, 0.93) 19%,
      rgba(255, 6, 156, 0.88)
    ),
    url("../images/square-3.png"), url("../images/square-3.png"),
    linear-gradient(180deg, rgba(252, 111, 0, 0.94), rgba(252, 111, 0, 0.94));
  background-position: 0px 0px, 100% 100%, 43px 0px, 0px 0px;
  background-size: auto, 150px, 250px, auto;
  background-repeat: repeat, no-repeat, no-repeat, repeat;
  background-attachment: scroll, scroll, scroll, scroll;
}

.section.orange.services {
  padding: 120px 20px;
  background-image: linear-gradient(
      135deg,
      rgba(252, 111, 0, 0.93) 29%,
      rgba(255, 6, 156, 0.9)
    ),
    url("../images/square-3.png"), url("../images/square-3.png"),
    linear-gradient(180deg, #fc6f00, #fc6f00);
  background-position: 0px 0px, 100% 100%, 43px 0px, 0px 0px;
  background-size: auto, 150px, 250px, auto;
  background-repeat: repeat, no-repeat, no-repeat, repeat;
  background-attachment: scroll, scroll, scroll, scroll;
}

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

.section.both-side-padding.single {
  background-image: url("../images/43243.png");
  background-position: 61px 0px;
  background-size: 10%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section.both-side-padding.single.faq {
  margin-top: -27px;
  padding-top: 46px;
  padding-bottom: 2px;
}

.section.no-padding-top {
  padding-top: 0px;
  padding-bottom: 120px;
  background-image: none;
}

.section.no-padding-top.fullwidth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.portfolio {
  background-position: 100% 106%;
}

.section.clients {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: none;
}

.section.blog.second {
  padding-right: 20px;
  padding-left: 20px;
  border-style: none;
}

.section.with-gradient {
  background-image: url("../images/square-9.png");
  background-position: 100px 36px;
  background-size: 7%;
  background-repeat: no-repeat;
}

.section.no-padding-bottom {
  padding-bottom: 0px;
  background-image: radial-gradient(
      circle farthest-corner at 50% 50%,
      #f4f5f9,
      hsla(0, 0%, 100%, 0)
    ),
    url("../images/square-9.png");
  background-position: 0px 0px, 199px 0px;
  background-size: auto, 10%;
  background-repeat: repeat, no-repeat;
}

.section.no-padding-bottom.white {
  background-image: radial-gradient(
      circle farthest-corner at 50% 50%,
      #f4f5f9,
      hsla(0, 0%, 100%, 0)
    ),
    url("../images/square-9.png");
  background-position: 0px 0px, 199px 0px;
  background-size: auto, 10%;
  background-repeat: repeat, no-repeat;
}

.section.white-gradient {
  background-image: url("../images/squre-8.png"), url("../images/43243.png"),
    url("../images/Square-5.png"), url("../images/square-3.png"),
    -webkit-gradient(linear, left top, left bottom, color-stop(40%, #fff), to(transparent));
  background-image: url("../images/squre-8.png"), url("../images/43243.png"),
    url("../images/Square-5.png"), url("../images/square-3.png"),
    linear-gradient(180deg, #fff 40%, transparent);
  background-position: 77px 9%, 82% 100%, 92% 90px, 51px 102%, 0px 0px;
  background-size: 8%, 140px, 4%, 8%, auto;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat;
  background-attachment: fixed, scroll, scroll, fixed, scroll;
}

.section.logos {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.orange-copy {
  position: static;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 212px;
  padding-bottom: 51px;
  background-color: transparent;
  background-image: linear-gradient(
      135deg,
      rgba(252, 111, 0, 0.93) 19%,
      rgba(255, 6, 156, 0.88)
    ),
    url("../images/square-3.png"), url("../images/square-3.png"),
    linear-gradient(180deg, rgba(252, 111, 0, 0.94), rgba(252, 111, 0, 0.94));
  background-position: 0px 0px, 100% 100%, 43px 0px, 0px 0px;
  background-size: auto, 150px, 250px, auto;
  background-repeat: repeat, no-repeat, no-repeat, repeat;
  background-attachment: scroll, scroll, scroll, scroll;
}

.section.orange-copy.services {
  padding: 120px 20px;
  background-image: linear-gradient(
      135deg,
      rgba(252, 111, 0, 0.93) 29%,
      rgba(255, 6, 156, 0.9)
    ),
    url("../images/square-3.png"), url("../images/square-3.png"),
    linear-gradient(180deg, #fc6f00, #fc6f00);
  background-position: 0px 0px, 100% 100%, 43px 0px, 0px 0px;
  background-size: auto, 150px, 250px, auto;
  background-repeat: repeat, no-repeat, no-repeat, repeat;
  background-attachment: scroll, scroll, scroll, scroll;
}

.section.video-sec {
  position: static;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: transparent;
  background-image: linear-gradient(
      135deg,
      rgba(252, 111, 0, 0.93) 19%,
      rgba(255, 6, 156, 0.88)
    ),
    url("../images/square-3.png"), url("../images/square-3.png"),
    linear-gradient(180deg, rgba(252, 111, 0, 0.94), rgba(252, 111, 0, 0.94));
  background-position: 0px 0px, 100% 100%, 43px 0px, 0px 0px;
  background-size: auto, 150px, 250px, auto;
  background-repeat: repeat, no-repeat, no-repeat, repeat;
  background-attachment: scroll, scroll, scroll, scroll;
}

.section.video-sec.services {
  padding: 120px 20px;
  background-image: linear-gradient(
      135deg,
      rgba(252, 111, 0, 0.93) 29%,
      rgba(255, 6, 156, 0.9)
    ),
    url("../images/square-3.png"), url("../images/square-3.png"),
    linear-gradient(180deg, #fc6f00, #fc6f00);
  background-position: 0px 0px, 100% 100%, 43px 0px, 0px 0px;
  background-size: auto, 150px, 250px, auto;
  background-repeat: repeat, no-repeat, no-repeat, repeat;
  background-attachment: scroll, scroll, scroll, scroll;
}

.body {
  font-family: Poppins, sans-serif;
}

.white-paragraph {
  max-width: 500px;
  color: hsla(0, 0%, 100%, 0.8);
}

.container {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 52px;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top-right-radius: 3px;
}

.container.rich-text {
  padding-right: 10%;
  padding-left: 10%;
}

.container.headings {
  padding-right: 10%;
  padding-left: 10%;
}

.tab-pane-tab-1 {
  margin-top: 0px;
}

.text-block {
  margin-left: 0px;
  font-family: Nunito, sans-serif;
  color: #2c3449;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
}

.text-block:hover {
  background-color: transparent;
}

.text-block.tab {
  border-style: none;
  color: #667399;
  font-weight: 400;
}

.portfolio-header {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-decoration: none;
}

.portfolio-header:hover {
  color: #fc6f00;
}

.potfolio-text {
  font-family: Nunito, sans-serif;
  color: #667399;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tab {
  margin-right: 5px;
  padding-right: 15px;
  padding-left: 15px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(228, 236, 246, 0.57);
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: Poppins, sans-serif;
  color: #919197;
  font-size: 12px;
  text-transform: uppercase;
}

.tab:hover {
  border-style: none;
  border-bottom-color: #fc6f00;
  color: #fc6f00;
}

.tab.w--current {
  padding-right: 15px;
  padding-left: 15px;
  border-style: none;
  border-width: 0px;
  border-bottom-color: #fc6f00;
  background-color: #fff;
  box-shadow: 0 5px 10px 0 #e1e1e1;
  font-family: Bitter, serif;
  color: #919197;
  text-transform: uppercase;
}

.tab.w--current:hover {
  border-style: none;
  border-width: 0px;
}

.portfolio-card {
  position: relative;
  width: 100%;
  height: auto;
  margin-right: 15px;
  margin-bottom: 60px;
}

.portfolio-image {
  position: relative;
  width: 100%;
  height: 500px;
  margin-top: 15px;
  margin-right: 10px;
  border-radius: 10px;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50% 50%;
  background-size: cover;
}

.portfolio-image.new {
  height: 380px;
  border-radius: 10px;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.tabs {
  width: 100%;
  text-align: center;
}

.section-content {
  display: block;
  text-align: left;
}

.section-content.center.facts {
  width: 90%;
}

.section-header {
  width: 100%;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
}

.section-header.exper {
  margin-bottom: 50px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
}

.banner-small-tex {
  position: relative;
  z-index: 10;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #fc6f00;
  font-size: 14px;
  line-height: 26px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.algin-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-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;
}

.algin-center.bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.algin-center.padding {
  margin-top: -42px;
  margin-bottom: 80px;
  padding-top: 0px;
}

.algin-center.margin-bottom-100 {
  margin-bottom: 100px;
}

.algin-center.contact-us-block {
  margin-top: -42px;
  margin-bottom: 21px;
  padding-top: 0px;
  color: #000;
}

.section-tittle {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 45px;
  font-weight: 500;
  text-align: center;
}

.section-tittle.white {
  padding-right: 0px;
  padding-left: 0px;
  color: #fff;
}

.section-tittle.white.left {
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.section-tittle.white.center {
  font-family: Poppins, sans-serif;
  font-weight: 500;
  text-align: center;
}

.section-tittle.half-side {
  padding-right: 0px;
  padding-left: 0px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 35px;
  line-height: 45px;
  font-weight: 500;
  text-align: left;
}

.section-tittle.half-side.square {
  font-size: 35px;
  line-height: 45px;
}

.section-tittle.half-side.title {
  margin-top: 0px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-align: center;
}

.section-tittle.center-algiment {
  position: relative;
  top: -56px;
  margin-top: 40px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
}

.section-tittle.center-algiment.gramlily {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 27px;
  padding-bottom: 17px;
  font-size: 25px;
}

.section-tittle.percentual {
  width: 70%;
  color: #000;
  font-size: 35px;
  line-height: 45px;
}

.section-tittle.centered-align {
  margin-top: 80px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}

.section-tittle.centered-align.gramlily {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 27px;
  padding-bottom: 17px;
  font-size: 25px;
}

.section-tittle.centered-align.mt-20 {
  margin-top: 20px;
}

.client-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49.9%;
  height: 108px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  float: left;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none solid solid none;
  border-width: 1px;
  border-color: rgba(228, 236, 246, 0.8);
  background-color: #fff;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.client-image:hover {
  border-bottom: 1px solid #fc6f00;
  opacity: 1;
}

.client-image.top-border {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-top: 1px none #e4ecf6;
  border-right-style: none;
}

.client-image.horizontal {
  width: 16.5%;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-style: none;
  border-width: 1px;
  border-color: rgba(124, 132, 153, 0.24);
  background-color: transparent;
  background-image: none;
  opacity: 0.35;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.client-image.horizontal:hover {
  opacity: 0.75;
}

.client-image.right {
  border-right-style: none;
}

.client-flex {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  text-align: left;
}

.client-flex.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  box-shadow: none;
}

.client-flex.center.logos {
  background-color: transparent;
}

.paragraph {
  color: #919197;
}

.features-section {
  margin-top: 0px;
  padding: 90px 5px;
  background-color: transparent;
}

.features-section.gray {
  padding: 120px 0px;
  background-color: #f4f5f9;
}

.features-section.gray.no-padding {
  padding-top: 0px;
  background-color: #f4f5f9;
}

.experience-block {
  position: relative;
  margin-top: 34px;
  padding: 0px 40px 40px;
  border-left: 3px solid rgba(228, 236, 246, 0.57);
}

.experience-block.no-border {
  padding-right: 40px;
  padding-left: 40px;
  border-left-style: solid;
  border-left-color: transparent;
}

.experience-block.white {
  padding-right: 40px;
  padding-left: 40px;
  border-left-color: #fff;
}

.sub-tittle {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fc6f00;
  font-size: 16px;
}

.exp-tittle {
  margin-top: 0px;
  font-family: Poppins, sans-serif;
  color: #545569;
  font-weight: 500;
}

.circle-on-left {
  position: absolute;
  left: -14px;
  top: 0px;
  right: 548px;
  width: 25px;
  height: 25px;
  border-style: solid;
  border-width: 9px;
  border-color: #ff830f;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.circle-on-left.second {
  border-color: #89dd1f;
}

.circle-on-left.third {
  border-color: #da0000;
  text-align: center;
}

.circle-on-left.fourth {
  border-color: #ff069c;
}

.circle-on-left.fifth {
  border-color: #8c0fff;
}

.circle-on-left.third {
  border-color: #da0000;
  text-align: center;
}

.circle-on-left.fifth {
  border-color: #8c0fff;
}

.testimonial-content {
  position: relative;
  top: auto;
  z-index: 10;
  display: block;
  width: 400px;
  height: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.testimonial-content.padding {
  width: 400px;
}

.contact-content {
  position: relative;
  right: -45px;
  z-index: 1000;
  height: auto;
  padding: 45px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(228, 236, 246, 0.57);
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 7px 7px 25px 0 rgba(82, 91, 115, 0.12);
}

.contact-content.new {
  position: static;
  display: block;
  width: 60%;
  margin-top: -118px;
  margin-right: auto;
  margin-left: auto;
  padding: 37px 30px 45px;
  border-color: #e4ecf6;
  background-color: #d6ecff;
  box-shadow: 0 10px 25px 0 rgba(70, 82, 116, 0.12);
}

.contact-content.new.request {
  padding-top: 20px;
  padding-bottom: 30px;
}

.copyright-writter {
  padding-top: 0px;
  padding-bottom: 0px;
}

.footer-link {
  display: block;
  margin-top: 0px;
  margin-bottom: 13px;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: Nunito, sans-serif;
  color: #7c8499;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

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

.container-2 {
  position: relative;
  z-index: 10;
  display: block;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.copyright {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #7c8499;
  font-size: 13px;
  line-height: 23px;
  text-align: right;
}

.copyright.jumpgram {
  top: 0px;
  color: #7c8499;
  line-height: 23px;
  text-align: center;
}

.column-about {
  text-align: left;
}

.bottom-border {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 998;
  width: 100%;
  height: auto;
  margin-top: 90px;
  padding: 0px;
  border-top: 1px solid rgba(124, 132, 153, 0.3);
  background-color: transparent;
  color: #212127;
}

.about-us-text {
  width: 90%;
  color: #7c8499;
  font-weight: 400;
}

.about-us-text.add {
  display: inline;
  margin-right: 5px;
}

.useful-pages {
  text-align: left;
}

.div-useful-links {
  text-align: left;
}

.important-link {
  font-family: Nunito, sans-serif;
  color: #3f3f3f;
  font-size: 13px;
  line-height: 23px;
  font-weight: 600;
  text-decoration: none;
}

.important-link:hover {
  color: #fc6f00;
  text-decoration: underline;
}

.important-link.white {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #c8d2ec;
}

.important-link.white:hover {
  color: #fc6f00;
}

.footer-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-fact {
  padding: 20px;
  border-right: 1px solid #e4ecf6;
  border-bottom: 1px solid #e4ecf6;
  text-align: center;
}

.div-fact.no-line {
  border-right-style: none;
}

.div-fact.no-line.down {
  padding-top: 30px;
  border-bottom-style: none;
}

.div-fact.no-line-down {
  padding-top: 30px;
  border-bottom-style: none;
}

.div-fact.no-line-right {
  border-right-style: none;
  background-color: transparent;
}

.section-facts {
  position: relative;
  margin-top: 0px;
  padding: 0px 20px 80px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.section-facts.no-padding-top {
  padding-top: 0px;
}

.sub-text {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #767676;
  font-size: 23px;
  line-height: 36px;
  font-style: normal;
  font-weight: 400;
}

.sub-text.smaller {
  margin-top: 20px;
  font-size: 20px;
  line-height: 31px;
}

.sub-text.smaller.fun {
  margin-top: 0px;
  font-family: Nunito, sans-serif;
  color: #667399;
  font-size: 16px;
  font-weight: 400;
}

.fun-icon {
  display: block;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  border-radius: 10px;
  background-image: url("../images/cup.png");
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
  opacity: 1;
}

.fun-icon._3 {
  display: block;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  background-image: url("../images/333.png");
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.fun-icon._2 {
  display: block;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  background-image: url("../images/111.png");
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.fun-icon._4 {
  display: block;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  background-image: url("../images/222.png");
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.full-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0);
  background-color: rgba(26, 26, 26, 0);
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
}

.full-container.fullwidth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fun-content {
  position: relative;
  overflow: hidden;
  margin-left: 0px;
}

.fun-tittle {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
}

.column {
  padding-right: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
}

.column.contact {
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.testimonial-photo {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  margin-left: 2px;
  float: left;
  border-radius: 100px;
  background-image: url("../images/team-3.jpg");
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonial-photo.small {
  position: relative;
  top: -25px;
  width: 50px;
  height: 50px;
  float: none;
  border-radius: 10px;
  background-image: url("../images/5b71ed1021c8aa33954afd93_matheus-ferrero-216385-1.jpg");
  background-position: 50% 50%;
}

.testimonial-photo.small.second {
  background-image: url("../images/team3.jpg");
  background-position: 50% 50%;
}

.testimonial-photo.small.third {
  background-image: url("../images/team-5.jpg");
}

.testimonial-photo.small.sixth {
  background-image: url("../images/team-6.jpg");
  background-position: 50% 50%;
}

.testimonial-photo.small.fifth {
  background-image: url("../images/team1.jpg");
}

.testimonial-photo.small.fourth {
  background-image: url("../images/team-2.jpg");
}

.testimonial-photo.in-tab {
  margin-bottom: 30px;
  margin-left: 20px;
  border-radius: 10px;
}

.testimonial-photo.in-tab.fifth {
  background-image: url("../images/team-6.jpg");
}

.testimonial-photo.in-tab.first {
  background-image: url("../images/team1.jpg");
}

.testimonial-photo.in-tab.second {
  background-image: url("../images/team-2.jpg");
}

.testimonial-photo.in-tab.third {
  width: 200px;
  height: 200px;
  background-image: url("../images/83275499_2523198607949556_1002816782773256192_n.jpg");
}

.testimonial-photo.in-tab.third._3 {
  background-image: url("../images/Screen-Shot-2020-03-25-at-9.58.36-PM-p-500.png");
}

.testimonial-photo.in-tab.third._2 {
  background-image: url("../images/Screen-Shot-2020-03-25-at-10.04.24-PM-p-500-1.png");
  opacity: 1;
}

.testimonial-photo.in-tab.fourth {
  background-image: url("../images/team-5.jpg");
}

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.sponsor-image {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.hero-paragraph {
  margin-top: 10px;
  color: #667399;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
}

.hero-paragraph.second {
  text-align: center;
}

.hero-paragraph.center {
  text-align: center;
}

.hero-paragraph.white {
  color: hsla(0, 0%, 100%, 0.9);
}

.hero-paragraph.white.percentual {
  width: 70%;
}

.link-block-twitter {
  margin-right: 0px;
  margin-left: 0px;
}

.link-block-social {
  position: relative;
  display: inline-block;
  margin-right: 0px;
  margin-left: 0px;
}

.social-icon-div {
  position: relative;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.social-icon-div.footer {
  padding-top: 20px;
  padding-bottom: 20px;
}

.social-icon-div.footer.go-up {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.social-icon-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #e9e9e9;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.social-icon-4.icon-instagram {
  position: relative;
  overflow: hidden;
  width: 32px;
  height: 32px;
  margin-top: 0px;
  margin-right: -1px;
  margin-bottom: -1px;
  padding-top: 0px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  background-color: transparent;
  background-image: url("../images/instagram-1.png");
  background-position: 50% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
  opacity: 0.75;
  -webkit-transition: background-color 200ms ease, opacity 400ms ease;
  transition: background-color 200ms ease, opacity 400ms ease;
}

.social-icon-4.icon-instagram:hover {
  border-bottom-color: #ff069c;
  background-color: transparent;
  opacity: 1;
}

.social-icon-4.icon-instagram.white {
  border-color: #7c8499;
  background-image: url("../images/instagram-logo_1instagram-logo.png");
  background-size: 13px;
}

.social-icon-4.icon-instagram.white:hover {
  border-bottom-color: #fff;
}

.social-icon-4.icon-instagram.light {
  margin-right: 1px;
  margin-left: 0px;
  border-style: none;
  border-radius: 0px;
  background-color: #fff;
  opacity: 0.85;
}

.social-icon-4.icon-instagram.light:hover {
  opacity: 1;
}

.social-icon-4.icon-twitter {
  position: relative;
  overflow: hidden;
  width: 32px;
  height: 32px;
  margin-right: -1px;
  margin-bottom: -1px;
  border: 1px solid #e4e4e4;
  border-radius: 0px 5px 5px 0px;
  background-color: transparent;
  background-image: url("../images/twitter-logo-silhouette-2.png");
  background-position: 50% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
  opacity: 0.75;
  -webkit-transition: background-color 200ms ease, opacity 400ms ease;
  transition: background-color 200ms ease, opacity 400ms ease;
}

.social-icon-4.icon-twitter:hover {
  border-bottom-color: #0fa6ff;
  background-color: transparent;
  opacity: 1;
}

.social-icon-4.icon-twitter.go-top {
  border-radius: 5px;
  background-image: url("../images/icons8-up-96_1icons8-up-96.png");
  background-size: 16px;
}

.social-icon-4.icon-twitter.go-top:hover {
  border-color: #fc6f00;
}

.social-icon-4.icon-twitter.go-top.white {
  border-color: #7c8499;
  border-radius: 5px;
  background-image: url("../images/icons8-up-96-1_1icons8-up-96 (1).png");
  background-size: 13px;
}

.social-icon-4.icon-twitter.go-top.white:hover {
  border-color: #fc6f00;
}

.social-icon-4.icon-twitter.white {
  border-color: #7c8499;
  border-bottom-style: solid;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-image: url("../images/twitter_1twitter.png");
  background-size: 13px;
}

.social-icon-4.icon-twitter.white:hover {
  border-bottom-color: #fff;
}

.social-icon-4.icon-twitter.light {
  margin-right: 0px;
  margin-left: 0px;
  border-style: none;
  border-radius: 0px 5px 5px 0px;
  background-color: #fff;
  opacity: 0.85;
}

.social-icon-4.icon-twitter.light:hover {
  opacity: 1;
}

.social-icon-4.icon-googleplus {
  position: relative;
  overflow: hidden;
  width: 32px;
  height: 32px;
  margin-right: -1px;
  margin-bottom: -1px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  background-color: transparent;
  background-image: url("../images/icon-5.png");
  background-position: 50% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
  opacity: 0.75;
  -webkit-transition: background-color 200ms ease, opacity 400ms ease;
  transition: background-color 200ms ease, opacity 400ms ease;
}

.social-icon-4.icon-googleplus:hover {
  border-bottom-color: #fc6f00;
  background-color: transparent;
  opacity: 1;
}

.social-icon-4.icon-googleplus.white {
  border-color: #7c8499;
  background-image: url("../images/google-plus_1google-plus.png");
  background-size: 13px;
}

.social-icon-4.icon-googleplus.white:hover {
  border-bottom-color: #fff;
}

.social-icon-4.icon-googleplus.light {
  margin-right: 1px;
  margin-left: 0px;
  border-style: none;
  border-radius: 0px;
  background-color: #fff;
  opacity: 0.85;
}

.social-icon-4.icon-googleplus.light:hover {
  opacity: 1;
}

.social-icon-4.icon-facebook {
  position: relative;
  overflow: hidden;
  width: 32px;
  height: 32px;
  margin-right: -1px;
  margin-bottom: -1px;
  border: 1px solid #e4e4e4;
  border-radius: 5px 0px 0px 5px;
  background-color: transparent;
  background-image: url("../images/facebook-logo-Black.svg");
  background-position: 50% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
  opacity: 0.75;
  -webkit-transition: background-color 200ms ease, opacity 400ms ease;
  transition: background-color 200ms ease, opacity 400ms ease;
}

.social-icon-4.icon-facebook:hover {
  border-bottom-color: #0675ec;
  background-color: transparent;
  opacity: 1;
}

.social-icon-4.icon-facebook.white {
  border-color: #7c8499;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-image: url("../images/icons8-facebook-f-96_1icons8-facebook-f-96.png");
  background-size: 13px;
}

.social-icon-4.icon-facebook.white:hover {
  border-bottom-color: #fff;
}

.social-icon-4.icon-facebook.light {
  margin-right: 1px;
  margin-left: 0px;
  border-style: none;
  border-radius: 5px 0px 0px 5px;
  background-color: #fff;
  opacity: 0.85;
}

.social-icon-4.icon-facebook.light:hover {
  opacity: 1;
}

.social-icon-4.white-facebook {
  position: relative;
  overflow: hidden;
  width: 32px;
  height: 32px;
  margin-right: -1px;
  margin-bottom: -1px;
  border: 1px solid #e4e4e4;
  border-radius: 5px 0px 0px 5px;
  background-color: #fff;
  background-image: url("../images/facebook-logo-Black.svg");
  background-position: 50% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
  opacity: 0.75;
  -webkit-transition: background-color 200ms ease, opacity 400ms ease;
  transition: background-color 200ms ease, opacity 400ms ease;
}

.social-icon-4.white-facebook:hover {
  border-bottom-color: #0675ec;
  background-color: #fff;
  opacity: 1;
}

.social-icon-4.white-instagram {
  position: relative;
  overflow: hidden;
  width: 32px;
  height: 32px;
  margin-top: 0px;
  margin-right: -1px;
  margin-bottom: -1px;
  padding-top: 0px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  background-color: #fff;
  background-image: url("../images/instagram-1.png");
  background-position: 50% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
  opacity: 0.75;
  -webkit-transition: background-color 200ms ease, opacity 400ms ease;
  transition: background-color 200ms ease, opacity 400ms ease;
}

.social-icon-4.white-instagram:hover {
  border-bottom-color: #ff069c;
  background-color: #fff;
  opacity: 1;
}

.social-icon-4.white-google {
  position: relative;
  overflow: hidden;
  width: 32px;
  height: 32px;
  margin-right: -1px;
  margin-bottom: -1px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  background-color: #fff;
  background-image: url("../images/icon-5.png");
  background-position: 50% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
  opacity: 0.75;
  -webkit-transition: background-color 200ms ease, opacity 400ms ease;
  transition: background-color 200ms ease, opacity 400ms ease;
}

.social-icon-4.white-google:hover {
  border-bottom-color: #fc6f00;
  background-color: #fff;
  opacity: 1;
}

.social-icon-4.white-twitter {
  position: relative;
  overflow: hidden;
  width: 32px;
  height: 32px;
  margin-right: -1px;
  margin-bottom: -1px;
  border: 1px solid #e4e4e4;
  border-radius: 0px 5px 5px 0px;
  background-color: #fff;
  background-image: url("../images/twitter-logo-silhouette-2.png");
  background-position: 50% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
  opacity: 0.75;
  -webkit-transition: background-color 200ms ease, opacity 400ms ease;
  transition: background-color 200ms ease, opacity 400ms ease;
}

.social-icon-4.white-twitter:hover {
  border-bottom-color: #0fa6ff;
  background-color: #fff;
  opacity: 1;
}

.icon-tittle {
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: Poppins, sans-serif;
  color: #1f2532;
  font-weight: 600;
  text-align: center;
}

.icon-tittle.position {
  display: block;
  width: 120px;
  margin: 0px auto 20px;
  border: 1px solid #000;
  border-radius: 5px;
  background-color: #3f74ff;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.icon-tittle.color {
  margin-bottom: 5px;
  color: #1f2532;
  text-align: left;
}

.icon-tittle.color.white {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.icon-tittle.color {
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  color: #3f3f3f;
  font-weight: 500;
}

.icon-tittle.position {
  display: block;
  width: 120px;
  margin: 0px auto 20px;
  border-radius: 5px;
  background-color: #3f74ff;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.icon-tittle.position {
  display: block;
  width: 120px;
  margin: 0px auto 20px;
  border-style: none;
  border-radius: 4px;
  background-color: #fc6f00;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.icon-tittle.position.padding {
  margin-top: 80px;
}

.project-tittle {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.portfolio-content {
  position: absolute;
  left: 40px;
  bottom: 40px;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.27);
  border-radius: 6px;
}

.portfolio-content.zoom-icon {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 5%;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-radius: 0px;
}

.portfolio-paragraph {
  margin-bottom: 10px;
  font-family: Nunito, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
  text-transform: capitalize;
}

.portfolio-wrapper-2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.portfolio-wrapper-2.top {
  width: auto;
  height: 350px;
  margin-top: 20px;
  border-radius: 10px;
}

.portfolio-lightbox {
  width: 100%;
  height: auto;
  color: #fff;
}

.portfolio-image-div {
  display: inline-block;
  width: 100%;
  height: 350px;
  background-image: url("../images/johan-mouchet-196729-unsplash.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.portfolio-image-div._3 {
  background-image: url("../images/kevin-bhagat-343433-unsplash.jpg");
}

.overlay-portfolio {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  background-image: linear-gradient(
    135deg,
    rgba(0, 77, 240, 0.92),
    rgba(0, 233, 94, 0.9)
  );
}

.overlay-portfolio.other-color {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin: 0px;
  -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;
  background-color: transparent;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.35)),
    to(rgba(0, 0, 0, 0.35))
  );
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.35),
    rgba(0, 0, 0, 0.35)
  );
  text-align: center;
}

.bold-text {
  display: block;
  margin-bottom: 5px;
  padding: 10px 16px;
  border-radius: 5px;
  background-color: #f4f5f9;
  font-family: Nunito, sans-serif;
  color: #3f3f3f;
  font-size: 13px;
  line-height: 23px;
  font-weight: 700;
  text-transform: none;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  float: right;
  -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;
}

.minus-line {
  width: 20px;
  height: 2px;
  background-color: #3f3f3f;
}

.minus-line._2 {
  position: absolute;
  background-color: #3f3f3f;
}

.cta-section {
  margin-top: 32px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fc6f00;
  background-image: linear-gradient(
      135deg,
      rgba(252, 111, 0, 0.9) 28%,
      rgba(255, 6, 156, 0.9)
    ),
    url("../images/square-9.png"), url("../images/square-2.png");
  background-position: 0px 0px, 0px 0px, 100% 100%;
  background-size: auto, 250px, 100px;
  background-repeat: repeat, no-repeat, no-repeat;
}

.section-tittle-block {
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-weight: 100;
  text-align: center;
}

.services-content {
  position: relative;
  overflow: hidden;
  margin-top: 0px;
  padding: 0px;
  float: none;
  border-style: none;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.24);
  text-align: left;
}

.read-more {
  display: inline-block;
  font-family: Nunito, sans-serif;
  color: #3f3f3f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0px;
  text-decoration: none;
}

.read-more:hover {
  color: #fc6f00;
  text-decoration: underline;
}

.read-more.view-all {
  display: block;
  margin-top: 40px;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: Nunito, sans-serif;
  color: #667399;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.read-more.view-all:hover {
  color: #fc6f00;
  text-decoration: underline;
}

.read-more.blog {
  display: inline-block;
  margin-top: 20px;
}

.read-more.blog:hover {
  color: #3f3f3f;
  text-decoration: underline;
}

.category-text {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  width: auto;
  margin: 0px auto 20px;
  padding: 5px 20px;
  float: none;
  border: 1px none #e4ecf6;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-family: Nunito, sans-serif;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.category-text:hover {
  background-color: #fff;
}

.category-text.price-category-text {
  position: relative;
  left: 0px;
  top: 60px;
  bottom: 0px;
  display: inline-block;
  overflow: visible;
  height: auto;
  margin-bottom: 0px;
  border-style: solid;
  border-color: #f1f1f7 #f1f1f7 #e4ecf6;
  background-color: #fff;
  color: #3f3f3f;
  line-height: 20px;
  text-align: center;
}

.category-text.center {
  position: static;
  display: inline-block;
  overflow: visible;
  border: 0px none #fff;
}

.tittle-blog {
  display: block;
  width: 90%;
  margin: 0px 0px 20px;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
}

.tittle-blog:hover {
  color: #fc6f00;
}

.tittle-blog.side {
  width: 70%;
}

.div-blog-image {
  position: static;
  display: block;
  height: 250px;
  border-style: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.container-fluid {
  position: relative;
  top: 50%;
  z-index: 10;
  display: block;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.tabs-icon-menu {
  display: block;
  width: 75%;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 10px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.07);
}

.tabs-icon-menu.light {
  margin-bottom: 60px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 1px none #e4ecf6;
  border-radius: 20px;
  background-color: transparent;
  box-shadow: none;
  text-align: center;
}

.tabs-wrapper {
  padding-top: 0px;
}

.div-center-headline {
  display: block;
  text-align: center;
}

.div-center-headline.intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner {
  height: 800px;
  background-image: url("../images/1234.png"), none;
  background-position: 100% 50%, 50% 50%;
  background-size: cover, cover;
}

.banner.fourth {
  height: 100vh;
  border-bottom: 1px none #fc6f00;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(hsla(0, 0%, 100%, 0.78)),
      to(#f4f5f9)
    ),
    url("../images/nesa-by-makers-736784-unsplash.jpg");
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.78), #f4f5f9),
    url("../images/nesa-by-makers-736784-unsplash.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.baner-big-text {
  font-family: Poppins, sans-serif;
  color: #212127;
  font-size: 60px;
  line-height: 70px;
  font-weight: 600;
  letter-spacing: 1px;
}

.tab-icon-link {
  width: auto;
  margin-right: 10px;
  margin-left: 10px;
  padding: 0px;
  border-bottom: 1px none #000;
  background-color: transparent;
  color: #75757c;
  text-align: center;
}

.tab-icon-link.w--current {
  width: auto;
  margin-right: 10px;
  margin-left: 10px;
  padding: 0px;
  border-bottom: 1px none #fc6f00;
  border-radius: 5px;
  background-color: transparent;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  color: #7567f8;
  text-align: center;
}

.tab-icon-link.border {
  width: auto;
  margin-right: 10px;
  margin-left: 10px;
  padding: 0px;
  border-right: 1px none #e4ecf6;
  border-left: 1px none #e4ecf6;
}

.tab-icon-link.border.w--current {
  margin-right: 10px;
  margin-left: 10px;
  padding: 0px;
  border-bottom: 1px none #fc6f00;
  border-radius: 5px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}

.tab-icon-link.right {
  width: auto;
  margin-right: 10px;
  margin-left: 10px;
  padding: 0px;
}

.tab-icon-link.right.w--current {
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 5px;
}

.top-padding-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.subtittle {
  margin-top: 0px;
  color: #7567f8;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

.subtittle.orange {
  color: #fc6f00;
}

.subtittle.orange.center {
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #fc6f00;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}

.preview-container {
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
  border-radius: 8px;
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
}

.preview-container:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.08);
}

.preview-container.blog {
  position: relative;
  overflow: hidden;
  width: 90%;
  height: 450px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 80px;
  border-radius: 10px;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50% 50%;
  background-size: cover;
}

.no-padding {
  padding-right: 0px;
  padding-left: 0px;
}

.blog-date {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Nunito, sans-serif;
  color: #667399;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  text-transform: none;
}

.preview-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 350px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-image: url("../images/nordwood-themes-483520-1.jpg");
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.preview-image:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.preview-image.list {
  overflow: hidden;
  height: 100%;
  border-radius: 0px;
  background-image: none;
  text-decoration: none;
}

.blog-content {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  border-style: solid none none;
  border-width: 1px;
  border-color: #e4ecf6;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 0 10px 24px 0 rgba(82, 91, 115, 0.12);
  text-align: center;
}

.blog-content.third {
  padding-top: 30px;
  border: 0px none transparent;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: left;
}

.blog-content.third:hover {
  border-width: 0px;
}

.gallery-image {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 450px;
  background-color: #1f2532;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50% 50%;
  background-size: cover;
  color: #1f2532;
}

.form-block {
  padding-right: 30px;
  padding-left: 30px;
}

.center-button-block {
  text-align: left;
}

.tab-link-3 {
  width: 20%;
  height: 140px;
  margin-right: 0%;
  margin-left: 0%;
  padding: 50px 20px;
  border-style: none solid none none;
  border-width: 1px;
  border-right-color: #e4ecf6;
  background-color: transparent;
  opacity: 0.6;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  text-align: center;
}

.tab-link-3:hover {
  background-color: hsla(0, 0%, 100%, 0.55);
  opacity: 1;
}

.tab-link-3.w--current {
  width: 19.8%;
  height: 140px;
  margin-right: 0.1%;
  margin-left: 0.1%;
  padding-top: 50px;
  padding-bottom: 50px;
  border-style: none solid none none;
  border-width: 1px;
  border-color: rgba(234, 240, 253, 0.27) #e7e7e7 rgba(234, 240, 253, 0.27)
    rgba(234, 240, 253, 0.27);
  background-color: hsla(0, 0%, 100%, 0.55);
  opacity: 1;
  text-align: center;
}

.name-of {
  padding-bottom: 0px;
  font-family: Nunito, sans-serif;
  color: #3f3f3f;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.error-message-2 {
  padding: 20px;
  border-radius: 10px;
  background-color: red;
  font-family: Nunito, sans-serif;
  color: #fff;
  text-align: center;
}

.separator {
  position: relative;
  bottom: 20px;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 0px;
  float: none;
  border-radius: 3px 3px 0px;
  background-color: #d7d8dd;
  color: transparent;
}

.separator.middle {
  position: static;
  left: 0px;
  top: 20px;
  right: 0px;
  bottom: 0px;
  width: 22px;
  height: 22px;
  margin-right: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 3px;
  background-color: #d7d8dd;
}

.separator.middle.white {
  background-color: hsla(0, 0%, 100%, 0.7);
}

.separator.third {
  position: relative;
  left: 0px;
  top: -21px;
  right: 0px;
  bottom: 20px;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 3px;
  background-color: #d7d8dd;
}

.separator.third.white {
  background-color: hsla(0, 0%, 100%, 0.7);
}

.separator.white {
  background-color: hsla(0, 0%, 100%, 0.7);
}

.tabs-memu {
  position: static;
  border-style: solid none none;
  border-width: 1px;
  border-color: #e4ecf6 #000 #000;
  text-align: center;
}

.left {
  color: #3f3f3f;
  text-align: left;
}

.button-2 {
  height: auto;
  margin-right: 12px;
  padding-right: 24px;
  padding-left: 24px;
  border: 1px solid #3f74ff;
  border-radius: 100px;
  background-color: #3f74ff;
  background-image: linear-gradient(135deg, #6f06f5, #3f74ff);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-2:hover {
  box-shadow: 3px 3px 12px 0 rgba(63, 116, 255, 0.4);
  opacity: 1;
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

.button-2.blue {
  margin-top: 20px;
  margin-right: 0px;
  border-color: #3f74ff;
  background-color: #3f74ff;
  background-image: linear-gradient(135deg, #6f06f5, #3f74ff);
  -webkit-transition: opacity 300ms ease, -webkit-transform 200ms ease;
  transition: opacity 300ms ease, -webkit-transform 200ms ease;
  transition: opacity 300ms ease, transform 200ms ease;
  transition: opacity 300ms ease, transform 200ms ease,
    -webkit-transform 200ms ease;
  font-size: 12px;
}

.button-2.blue:hover {
  box-shadow: 4px 4px 12px 0 rgba(63, 116, 255, 0.4);
  opacity: 1;
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

.button-2.blue.single-form-button {
  display: inline-block;
  width: 32.99%;
  height: 42px;
  margin-top: 0px;
  margin-right: 0px;
  padding-right: 12px;
  padding-left: 12px;
  float: left;
  border-color: #fff;
  border-radius: 5px;
  background-color: transparent;
  background-image: none;
  -webkit-transition: background-color 400ms ease, border-color 400ms ease;
  transition: background-color 400ms ease, border-color 400ms ease;
  font-family: Nunito, sans-serif;
  font-weight: 700;
  text-align: center;
}

.button-2.blue.single-form-button:hover {
  border-style: none;
  border-color: #8c0fff;
  background-color: #8c0fff;
  background-image: none;
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #f4f5f9;
}

.paragraph-large {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-right: 0px;
  color: #8e929c;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
}

.paragraph-large.white {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-style: normal;
  font-weight: 300;
}

.paragraph-large.white.newsletter {
  margin-bottom: 60px;
}

.paragraph-large.testimonials {
  width: 700px;
  color: #667399;
}

.success-message {
  border-radius: 10px;
  background-color: #34cf2c;
  font-family: Nunito, sans-serif;
  color: #fff;
  text-align: center;
}

.seprator-div-wrapper {
  display: block;
  margin: 0px auto;
  text-align: center;
}

.seprator-div-wrapper.page {
  margin-top: 0px;
}

.text-field-3 {
  display: inline-block;
  height: 42px;
  margin-bottom: 12px;
  float: none;
  border-radius: 3px;
}

.text-field-3.single {
  width: 32%;
  margin-right: 1%;
  margin-bottom: 0px;
  float: left;
  border-style: none;
  border-radius: 5px;
  font-family: Nunito, sans-serif;
  font-size: 14px;
  text-align: center;
}

.text-field-3.contact-form {
  font-size: 13px;
  line-height: 18px;
}

.text-field-3.contact-form.gray {
  margin-bottom: 24px;
  padding-left: 40px;
  border: 1px solid #e4ecf6;
  border-radius: 5px;
  background-color: rgba(244, 245, 249, 0.5);
  background-image: url("../images/icons8-contacts-64_1icons8-contacts-64.png");
  background-position: 7px 48%;
  background-size: 20px;
  background-repeat: no-repeat;
  font-family: Nunito, sans-serif;
  color: #667399;
}

.text-field-3.contact-form.gray.email {
  padding-left: 40px;
  background-image: url("../images/icons8-secured-letter-64_1icons8-secured-letter-64.png");
  background-size: 20px;
}

.text-field-3.contact-form.gray.email.dark {
  border-style: none;
  border-color: rgba(124, 132, 153, 0.3);
  border-radius: 5px;
  background-color: rgba(124, 132, 153, 0.32);
  color: #fff;
}

.text-field-3.contact-form.gray.email.single {
  background-position: 16px 50%;
  text-align: center;
}

.text-field-3.contact-form.gray.budget {
  background-image: url("../images/icons8-coins-80_1icons8-coins-80.png");
  background-size: 20px;
}

.text-field-3.contact-form.gray.subject {
  background-image: url("../images/icons8-box-64_1icons8-box-64.png");
  background-size: 20px;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-field-3.contact-form.gray.timeline {
  background-image: url("../images/icons8-time-80_1icons8-time-80.png");
  background-size: 20px;
}

.text-field-3.contact-form.gray.protected {
  padding-left: 0px;
  background-image: none;
  text-align: center;
}

.text-field-3.contact-form.gray.footer {
  border-style: none;
  border-radius: 5px;
  background-color: rgba(124, 132, 153, 0.32);
  color: #cbd0df;
}

.text-field-3.contact-form.gray.single {
  border-style: none;
  border-radius: 5px;
  background-color: #fff;
  background-position: 14px 50%;
  text-align: center;
}

.field-label {
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  text-align: left;
}

.field-label.contact-us-field {
  margin-bottom: 8px;
  color: #3f3f3f;
  font-size: 12px;
  font-weight: 400;
}

.field-label.contact-us-field.gray {
  padding-top: 0px;
  font-family: Nunito, sans-serif;
  color: #545569;
  font-size: 15px;
  font-weight: 700;
}

.color {
  color: #fc6f00;
}

.tab-pane {
  padding-right: 0px;
  padding-bottom: 90px;
  padding-left: 0px;
  text-align: center;
}

.tab-pane.testimonials {
  padding-bottom: 80px;
}

.left-form {
  padding-top: 0px;
  text-align: left;
}

.banner-home {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding: 90px 40px 40px 56px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.banner-home.half {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 0px;
  padding: 0px 56px 136px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(
      135deg,
      rgba(252, 111, 0, 0.95),
      rgba(255, 6, 156, 0.92)
    ),
    url("../images/bady-qb-751620-unsplash-1.jpg"),
    linear-gradient(135deg, #fc6f00, #ff069c);
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, cover, auto;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.banner-home.half.second {
  height: 100vh;
  background-color: #f4f5f9;
  background-image: url("../images/43243.png");
  background-position: 90% 27%;
  background-size: 140px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.banner-home.homepage-responsive {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 0px;
  padding: 4em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg"),
    linear-gradient(135deg, rgba(252, 111, 0, 0.95), rgba(255, 6, 156, 0.92)),
    url("../images/bady-qb-751620-unsplash-1.jpg"),
    linear-gradient(135deg, #fc6f00, #ff069c);
  background-position: 0px 0px, 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, auto, cover, auto;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  font-size: 1vw;
  line-height: 1.5;
}

.banner-home.homepage-responsive.second {
  height: 100vh;
  background-color: #f4f5f9;
  background-image: url("../images/43243.png");
  background-position: 90% 27%;
  background-size: 140px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.banner-home.homepage-responsive.overflow-hidden {
  overflow: hidden;
}

.banner-home.homepage-responsive {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 0px;
  padding: 4em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(
      135deg,
      rgba(252, 111, 0, 0.95),
      rgba(255, 6, 156, 0.92)
    ),
    url("../images/bady-qb-751620-unsplash-1.jpg"),
    linear-gradient(135deg, #fc6f00, #ff069c);
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, cover, auto;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  font-size: 1vw;
  line-height: 1.5;
}

.button-header {
  position: relative;
  z-index: 999;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Nunito, sans-serif;
  font-size: 11px;
  line-height: 21px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.button-header.lighter {
  font-size: 17px;
}

.map {
  height: 400px;
  margin-bottom: 0px;
  border-radius: 10px;
}

.center {
  display: block;
  text-align: left;
}

.row-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.pricing-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pricing-wrapper {
  width: 350px;
  padding: 30px 50px 50px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(124, 132, 153, 0.24);
  border-radius: 10px;
  box-shadow: 0 10px 24px 0 rgba(82, 91, 115, 0.12);
}

.pricing-wrapper.right {
  position: relative;
  width: 335px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 20px;
  padding-top: 30px;
  float: right;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(124, 132, 153, 0.24);
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 0 10px 24px 0 rgba(82, 91, 115, 0.12);
  text-align: left;
}

.pricing-wrapper.left {
  position: relative;
  width: 335px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-bottom: 50px;
  float: none;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(124, 132, 153, 0.24);
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 0 10px 24px 0 rgba(82, 91, 115, 0.12);
}

.pricing-wrapper.right {
  width: 350px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 20px;
  float: right;
  border-style: none;
  border-color: #e4ecf6;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 5px 15px 0 rgba(40, 43, 49, 0.12);
  text-align: left;
}

.pricing-wrapper.left {
  position: relative;
  width: 350px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 50px;
  float: none;
  border-style: none;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 5px 15px 0 rgba(40, 43, 49, 0.12);
}

.pricing-wrapper.middle {
  margin-right: 30px;
  margin-left: 30px;
  padding-top: 0px;
  padding-bottom: 20px;
  border-style: none;
  background-color: #fff;
  box-shadow: 0 5px 15px 0 rgba(82, 91, 115, 0.12);
}

.pricing-plan-features {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none #e4ecf6;
  border-bottom: 1px solid #e4ecf6;
  font-family: Nunito, sans-serif;
  color: #75757c;
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.pricing-plan-features.line {
  border-top-color: #f1f1f7;
  border-bottom-color: #f1f1f7;
  text-decoration: none;
}

.big-pricing-text {
  margin-top: 30px;
  margin-bottom: 20px;
  color: #7567f8;
  font-size: 60px;
  line-height: 80px;
  font-weight: 300;
  text-align: center;
}

.big-pricing-text.free {
  margin-top: 30px;
  margin-bottom: 8px;
  color: #0675ec;
  font-size: 40px;
}

.big-pricing-text.free {
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  color: #3f3f3f;
  font-size: 40px;
  font-weight: 600;
}

.pricing-plan-2 {
  height: 60px;
  margin-right: -50px;
  margin-left: -50px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #e7e8ea #000 #f1f1f7;
  background-color: transparent;
  color: #717177;
  font-size: 11px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
}

.pricing-plan-2.first {
  position: relative;
  height: 80px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-image: linear-gradient(135deg, #fc6f00, #da0000);
}

.pricing-plan-2.second {
  height: 80px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-image: linear-gradient(135deg, #924af7, #5f18c2);
}

.footer-tittle {
  margin-bottom: 30px;
  font-family: Nunito, sans-serif;
  color: #3f3f3f;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}

.footer-tittle.second {
  font-weight: 400;
}

.footer-tittle.second.white {
  font-weight: 700;
}

.about-section {
  padding-top: 180px;
  padding-bottom: 90px;
  background-image: url("../images/43243.png"), url("../images/3535415.png"),
    -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.81)), to(hsla(0, 0%, 100%, 0.81))),
    url("../images/silvio-kundt-65518-unsplash.jpg");
  background-image: url("../images/43243.png"), url("../images/3535415.png"),
    linear-gradient(180deg, hsla(0, 0%, 100%, 0.81), hsla(0, 0%, 100%, 0.81)),
    url("../images/silvio-kundt-65518-unsplash.jpg");
  background-position: 100% 102%, 0px 101%, 0px 0px, 50% 50%;
  background-size: 200px, 200px, auto, cover;
  background-repeat: no-repeat, no-repeat, repeat, repeat;
  background-attachment: scroll, scroll, scroll, scroll;
}

.about-section.first {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(hsla(0, 0%, 100%, 0.81)),
      to(hsla(0, 0%, 100%, 0.81))
    ),
    url("../images/silvio-kundt-65518-unsplash.jpg");
  background-image: linear-gradient(
      180deg,
      hsla(0, 0%, 100%, 0.81),
      hsla(0, 0%, 100%, 0.81)
    ),
    url("../images/silvio-kundt-65518-unsplash.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
}

.about-section.first.white-overlay {
  padding-top: 181px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(hsla(0, 0%, 94.5%, 0.81)),
      to(#fff)
    ),
    url("../images/silvio-kundt-65518-unsplash.jpg");
  background-image: linear-gradient(180deg, hsla(0, 0%, 94.5%, 0.81), #fff),
    url("../images/silvio-kundt-65518-unsplash.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
}

.about-section.service {
  padding-top: 198px;
  padding-bottom: 20px;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(hsla(0, 0%, 100%, 0.25)),
      to(#f4f5f9)
    ),
    -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.81)), to(hsla(0, 0%, 100%, 0.81))),
    url("../images/silvio-kundt-65518-unsplash.jpg");
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.25), #f4f5f9),
    linear-gradient(180deg, hsla(0, 0%, 100%, 0.81), hsla(0, 0%, 100%, 0.81)),
    url("../images/silvio-kundt-65518-unsplash.jpg");
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, repeat;
  background-attachment: scroll, scroll, scroll;
}

.about-section.blog {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(11%, hsla(0, 0%, 100%, 0)),
      color-stop(88%, #f4f5f9)
    ),
    -webkit-gradient(linear, left top, left bottom, from(rgba(244, 245, 249, 0.77)), to(rgba(244, 245, 249, 0.77))),
    url("../images/bady-qb-751620-unsplash-1.jpg");
  background-image: linear-gradient(
      180deg,
      hsla(0, 0%, 100%, 0) 11%,
      #f4f5f9 88%
    ),
    linear-gradient(
      180deg,
      rgba(244, 245, 249, 0.77),
      rgba(244, 245, 249, 0.77)
    ),
    url("../images/bady-qb-751620-unsplash-1.jpg");
  background-position: 0px 0px, 0px 0px, 50% 0px;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, scroll;
}

.about-section.blog.white-overlay {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(hsla(0, 0%, 100%, 0)),
      to(#fff)
    ),
    -webkit-gradient(linear, left top, left bottom, from(rgba(244, 245, 249, 0.77)), to(rgba(244, 245, 249, 0.77))),
    url("../images/bady-qb-751620-unsplash-1.jpg");
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff),
    linear-gradient(
      180deg,
      rgba(244, 245, 249, 0.77),
      rgba(244, 245, 249, 0.77)
    ),
    url("../images/bady-qb-751620-unsplash-1.jpg");
  background-position: 0px 0px, 0px 0px, 50% 0px;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, scroll;
}

.about-section.blog.white-overlay.contact {
  padding-top: 234px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(hsla(0, 0%, 100%, 0)),
      color-stop(71%, #fff)
    ),
    -webkit-gradient(linear, left top, left bottom, from(rgba(244, 245, 249, 0.77)), to(rgba(244, 245, 249, 0.77)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff 71%),
    linear-gradient(
      180deg,
      rgba(244, 245, 249, 0.77),
      rgba(244, 245, 249, 0.77)
    );
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
}

.hero-tittle {
  margin-top: -36px;
  margin-bottom: 41px;
  padding-top: 0px;
  font-family: Poppins, sans-serif;
  font-size: 44px;
  line-height: 58px;
  font-weight: 500;
}

.targeting-inquiries .hero-tittle{
  margin-top: 0;
  margin-bottom: 0;
}

.hero-tittle.blog {
  width: 60%;
}

.hero-tittle.categorie {
  width: 180px;
  padding: 5px 20px;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  text-transform: uppercase;
}

.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.portfolio-hover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 10px;
  -webkit-transition: opacity 400ms ease, background-color 400ms ease,
    all 400ms ease;
  transition: opacity 400ms ease, background-color 400ms ease, all 400ms ease;
}

.portfolio-hover:hover {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.5);
}

.portfolio-hover.square-angel {
  border-radius: 0px;
}

.portfolio-hover.square-angel:hover {
  border-radius: 0px;
}

.content-portfolio-in-link {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -50px;
  z-index: 20;
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 30px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 5px 10px 0 rgba(82, 91, 115, 0.12);
  text-align: left;
}

.cta-tittle {
  position: relative;
  top: 5px;
  display: block;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
  text-transform: none;
}

.cta-block {
  position: relative;
  margin-top: 10px;
}

.white {
  color: #fff;
}

.portfolio-content-full-section {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 4%;
  display: block;
  width: 92%;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 30px;
  border-radius: 5px;
  background-color: #fff;
}

.banner-hero {
  height: 100vh;
  padding-top: 140px;
  padding-bottom: 120px;
}

.banner-hero.fifth {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(235, 236, 241, 0.75)),
      to(#f4f5f9)
    ),
    url("../images/3535415.png"), url("../images/43243.png");
  background-image: linear-gradient(180deg, rgba(235, 236, 241, 0.75), #f4f5f9),
    url("../images/3535415.png"), url("../images/43243.png");
  background-position: 0px 0px, 100% 101%, 0px 101%;
  background-size: auto, 200px, 200px;
  background-repeat: repeat, no-repeat, no-repeat;
}

.banner-hero.sixth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fc6f00;
  background-image: url("../images/Subscribeww.png"),
    linear-gradient(135deg, #fc6f00 41%, #ff069c);
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.logo-black {
  margin-top: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: none;
}

.logo-sign {
  width: 24px;
  height: 24px;
  margin-right: 6px;
  border-radius: 0px 5px 5px;
  background-color: #fc6f00;
  background-image: linear-gradient(135deg, #fc6f00, #ff069c);
}

.logo-sign._2 {
  position: relative;
  left: 7px;
  top: -15px;
  width: 8px;
  height: 8px;
  border-radius: 2px 2px 0px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ff069c),
    to(#fc6f00)
  );
  background-image: linear-gradient(180deg, #ff069c, #fc6f00);
}

.logo-sign._2.more {
  top: -31px;
  width: 16px;
  height: 16px;
}

.logo-sign.big {
  width: 48px;
  height: 48px;
}

.logo-sign.white {
  background-color: #fff;
  background-image: none;
}

.hero-div-info {
  position: relative;
  right: -132px;
  padding-top: 0px;
}

.hero-div-info.left {
  right: 0px;
}

.hero-div-info.half {
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-div-info.half.mockup {
  position: static;
  left: -100px;
  max-width: 600px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.hero-div-info.half.mockup.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.hero-div-info.half.right {
  padding-right: 7%;
  padding-left: 7%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-div-info.new-hero-div {
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -92px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-div-info.new-hero-div.mockup {
  position: static;
  left: -100px;
  max-width: 600px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.hero-div-info.new-hero-div.mockup.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.hero-div-info.new-hero-div.right {
  padding-right: 7%;
  padding-left: 7%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-div-info.homepage-new-hero-block {
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 51%;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 1;
}

.hero-div-info.homepage-new-hero-block.mockup {
  position: static;
  left: -100px;
  max-width: 600px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.hero-div-info.homepage-new-hero-block.mockup.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.hero-div-info.homepage-new-hero-block.right {
  padding-right: 7%;
  padding-left: 7%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(hsla(0, 0%, 93.3%, 0.85)),
      to(hsla(0, 0%, 100%, 0.99))
    ),
    url("../images/bady-qb-751620-unsplash-1.jpg");
  background-image: linear-gradient(
      180deg,
      hsla(0, 0%, 93.3%, 0.85),
      hsla(0, 0%, 100%, 0.99)
    ),
    url("../images/bady-qb-751620-unsplash-1.jpg");
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.utility-page-wrap._404 {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(hsla(0, 0%, 100%, 0.9)),
      to(hsla(0, 0%, 100%, 0.9))
    ),
    url("../images/rawpixel-594849-unsplash.jpg");
  background-image: linear-gradient(
      180deg,
      hsla(0, 0%, 100%, 0.9),
      hsla(0, 0%, 100%, 0.9)
    ),
    url("../images/rawpixel-594849-unsplash.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.utility-page-content {
  display: block;
  width: 350px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #e4ecf6;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 10px 25px 0 hsla(0, 0%, 51.4%, 0.21);
  text-align: center;
}

.utility-page-content.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px none transparent;
  background-color: transparent;
  box-shadow: none;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.bold-text-7 {
  text-decoration: underline;
}

.image-div-quote {
  position: relative;
  display: block;
  height: 250px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  border-radius: 5px;
  background-image: url("../images/43243.png"),
    linear-gradient(135deg, rgba(252, 111, 0, 0.91) 34%, rgba(255, 6, 156, 0.9)),
    url("../images/21232144.jpg");
  background-position: 100% 102%, 0px 0px, 50% 50%;
  background-size: 70px, auto, cover;
  background-repeat: no-repeat, repeat, repeat;
  text-align: left;
}

.title-section {
  display: inline;
  padding-right: 10px;
  padding-left: 10px;
  float: none;
  background-color: #fff;
  color: #3b3b3b;
  text-align: left;
}

.title-section.quote {
  position: relative;
  top: 35%;
  display: block;
  width: 80%;
  margin: 10px auto 40px;
  background-color: transparent;
  font-family: Nunito, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.testimonials-text {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Nunito, sans-serif;
  color: #545569;
}

.small-text {
  font-size: 13px;
}

.newsletter {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.features-block {
  position: static;
  display: block;
  width: 100%;
  padding: 0px 30px 50px;
  -webkit-flex-basis: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
  border-radius: 10px;
  background-color: #fff;
  background-image: none;
  box-shadow: 1px 1px 3px 0 rgba(40, 43, 49, 0.12);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  text-align: center;
}

.features-block:hover {
  background-color: #fff;
}

.features-block.build {
  width: 100%;
  height: 240px;
  max-height: 300px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  border-radius: 10px;
  background-image: none;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.1);
}

.features-block.build.top {
  height: auto;
  padding-top: 30px;
  padding-right: 35%;
  padding-bottom: 30px;
  background-image: url("../images/111.png");
  background-position: 98% 108%;
  background-size: 140px;
  background-repeat: no-repeat;
}

.features-block.build.top.second {
  padding-left: 30px;
  background-image: url("../images/222.png");
  background-size: 140px;
}

.features-block.build.top.third {
  padding-left: 30px;
  background-image: url("../images/333.png");
  background-position: 100% 100%;
  background-size: 140px;
}

.features-block.build.top.fourth {
  padding-left: 30px;
  background-image: url("../images/444.png");
  background-position: 99% -187%;
  background-size: 140px;
}

.features-block.second {
  margin-bottom: 122px;
  padding-right: 0px;
  padding-bottom: 40px;
  padding-left: 0px;
  background-image: none;
}

.features-block.third {
  margin-bottom: 121px;
  padding: 0px 0px 40px;
  background-image: none;
}

.features-block.fourth {
  position: static;
  margin-bottom: 121px;
  padding-right: 0px;
  padding-bottom: 40px;
  padding-left: 0px;
  background-image: none;
}

.features-icon-4 {
  display: block;
  width: 64px;
  height: 64px;
  margin-right: auto;
  margin-bottom: 22px;
  margin-left: auto;
  border-radius: 4px;
  background-color: transparent;
  background-image: url("../images/icons8-idea-240.png"),
    linear-gradient(135deg, #fc6f00 27%, #da0000);
  background-position: 50% 50%, 0px 0px;
  background-size: 38px, auto;
  background-repeat: no-repeat, repeat;
}

.features-icon-4.second {
  background-image: url("../images/icons8-code-80_1icons8-code-80.png"),
    linear-gradient(135deg, #fc6f00 27%, #da0000);
  background-size: 40px, auto;
}

.features-icon-4.second.left {
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  border-radius: 10px;
  background-color: #fff;
  background-image: url("../images/icons8-code-80_1icons8-code-80.png"),
    linear-gradient(135deg, #0675ec, #8c0fff);
  background-position: 50% 50%, 0px 0px;
  background-size: 40px, auto;
  background-repeat: no-repeat, repeat;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.features-icon-4.second.left.tab {
  margin-bottom: 0px;
  background-image: url("../images/icons8-support-512-1.png");
  background-position: 50% 50%;
  background-size: 32px;
  background-repeat: no-repeat;
}

.features-icon-4.second.center {
  position: relative;
  top: -30px;
  display: block;
  margin-bottom: 0px;
  border-radius: 10px;
  background-color: #ff0fd9;
  background-image: url("../images/icons8-technical-support-64_1icons8-technical-support-64.png");
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 3px 0 #000;
}

.features-icon-4.third {
  position: relative;
  top: -30px;
  margin-bottom: 0px;
  border-radius: 10px;
  background-image: url("../images/instamiawhitelogo.png"),
    -webkit-gradient(linear, left top, left bottom, from(#2fd36e), to(#2fd36e));
  background-image: url("../images/instamiawhitelogo.png"),
    linear-gradient(180deg, #2fd36e, #2fd36e);
  background-position: 50% 50%, 0px 0px;
  background-size: 32px, auto;
  background-repeat: no-repeat, repeat;
  box-shadow: 1px 1px 3px 0 #000;
}

.features-icon-4.third.left {
  position: static;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  border-radius: 10px;
  background-image: url("../images/icons8-idea-240.png"),
    linear-gradient(135deg, #ffaf06 27%, #fc6f00);
  background-position: 50% 50%, 0px 0px;
  background-size: 38px, auto;
  background-repeat: no-repeat, repeat;
}

.features-icon-4.third.email {
  background-image: url("../images/icons8-design-80-1_1icons8-design-80 (1).png"),
    linear-gradient(135deg, #ffaf06 27%, #fc6f00);
  background-size: 40px, auto;
}

.features-icon-4.left {
  margin-right: 0px;
  margin-left: 0px;
  background-image: url("../images/icons8-idea-240.png"),
    linear-gradient(135deg, #0f9fff 27%, #063dec);
  background-position: 50% 50%, 0px 0px;
  background-size: 38px, auto;
  background-repeat: no-repeat, repeat;
}

.features-icon-4.fourth {
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  border-radius: 10px;
  background-image: url("../images/icons8-technical-support-64_1icons8-technical-support-64.png"),
    linear-gradient(135deg, #08daf6 20%, #0a8dc0);
  background-size: 32px, auto;
}

.features-icon-4.fourth.gray {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  border-radius: 10px;
  background-color: #fff;
  background-image: url("../images/icons8-design-64_1icons8-design-64.png");
  background-position: 50% 50%;
  background-size: 32px;
  background-repeat: no-repeat;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.features-icon-4.first {
  position: relative;
  top: -30px;
  margin-bottom: 0px;
  border-radius: 10px;
  background-image: url("../images/icons8-up-96-1_1icons8-up-96 (1).png"),
    -webkit-gradient(linear, left top, left bottom, from(#ffaf06), to(#ffaf06));
  background-image: url("../images/icons8-up-96-1_1icons8-up-96 (1).png"),
    linear-gradient(180deg, #ffaf06, #ffaf06);
  background-position: 50% 50%, 0px 0px;
  background-size: 40px, auto;
  background-repeat: no-repeat, repeat;
  box-shadow: 1px 1px 3px 0 #000;
}

.features-icon-4.first.left {
  position: static;
  left: 30px;
  top: 49px;
  display: block;
  margin-bottom: 20px;
  border-radius: 10px;
  background-image: url("../images/icons8-mobile-80-1_1icons8-mobile-80 (1).png"),
    linear-gradient(135deg, #fc6f00 27%, #ac0707);
  background-position: 50% 50%, 0px 0px;
  background-size: 40px, auto;
  background-repeat: no-repeat, repeat;
}

.features-icon-4.first.left.tab {
  margin-bottom: 0px;
  background-color: #fff;
  background-image: url("../images/icons8-touchscreen-80-1_1icons8-touchscreen-80 (1).png");
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.features-icon-4.quote {
  position: relative;
  top: -30px;
  margin-bottom: 0px;
  background-image: url("../images/icons8-idea-240.png"),
    linear-gradient(135deg, #fc6f00 27%, #da0000);
  background-size: 32px, auto;
}

.features-icon-4.support {
  position: relative;
  top: -30px;
  margin-bottom: 10px;
  background-image: url("../images/icons8-technical-support-64_1icons8-technical-support-64.png"),
    linear-gradient(135deg, #2985fa 27%, #0167d4);
  background-size: 32px, auto;
}

.features-icon-4.fifth {
  position: relative;
  top: -30px;
  margin-bottom: 0px;
  border-radius: 10px;
  background-image: url("../images/icons8-coins-80_1icons8-coins-80.png"),
    -webkit-gradient(linear, left top, left bottom, from(#8c0fff), to(#8c0fff));
  background-image: url("../images/icons8-coins-80_1icons8-coins-80.png"),
    linear-gradient(180deg, #8c0fff, #8c0fff);
  background-position: 50% 50%, 0px 0px;
  background-size: 38px, auto;
  background-repeat: no-repeat, repeat;
  box-shadow: 1px 1px 3px 0 #000;
}

.features-icon-4.fifth.left {
  position: static;
  margin-bottom: 20px;
  border-radius: 10px;
  background-image: url("../images/icons8-design-80-1_1icons8-design-80 (1).png"),
    linear-gradient(135deg, #8050fc 27%, #1f00ff);
  background-position: 50% 50%, 0px 0px;
  background-size: 38px, auto;
  background-repeat: no-repeat, repeat;
}

.features-icon-4.fifth.support {
  background-image: url("../images/icons8-technical-support-64_1icons8-technical-support-64.png"),
    linear-gradient(135deg, #8050fc 27%, #1f00ff);
  background-size: 32px, auto;
}

.service-tittle {
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-decoration: none;
}

.service-tittle.square {
  position: relative;
  display: inline-block;
  margin-top: -26px;
  margin-bottom: 18px;
}

.top-padding-4 {
  margin-top: 30px;
}

.contact-form.message.gray {
  min-height: 160px;
  margin-bottom: 24px;
  padding-left: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(228, 236, 246, 0.57);
  border-radius: 5px;
  background-color: #fff;
  background-image: url("../images/icons8-edit-80_1icons8-edit-80.png");
  background-position: 8px 8px;
  background-size: 23px;
  background-repeat: no-repeat;
  font-family: Nunito, sans-serif;
  font-size: 13px;
  line-height: 23px;
}

.div-info-clients {
  width: 80%;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-label {
  margin-top: 4px;
  font-family: Nunito, sans-serif;
  color: #fff;
}

.checkbox {
  margin-top: 0px;
  margin-right: 8px;
  font-size: 20px;
}

.blog-content-info {
  position: relative;
  left: -80px;
  z-index: 20;
  width: 64%;
  padding: 60px 70px 70px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.1);
  text-align: left;
  text-decoration: none;
}

.blog-content-info.gray {
  padding-bottom: 70px;
  background-color: #f4f5f9;
}

.info-block {
  position: relative;
}

.blog-div {
  margin-bottom: 90px;
}

.small-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.horizontal-divider {
  width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 10px;
  background-color: #e4ecf6;
}

.horizontal-divider.single {
  display: block;
  width: 80%;
  margin: 50px auto;
  background-color: #d0d7e0;
}

.projects {
  padding-right: 0px;
  padding-left: 0px;
}

.contact-us-content {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  border: 1px solid #dfdfe9;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #f1f1f7;
  text-align: center;
}

.contact-us-content.light {
  background-color: #fff;
}

.contact-us-content.light.contact {
  width: 60%;
  margin-top: 60px;
  border-style: none;
  border-color: transparent;
  background-color: transparent;
}

.contact-small-content {
  height: 120px;
  padding-top: 35px;
  font-weight: 400;
}

.contact-small-content.middle {
  height: 120px;
  padding-top: 35px;
  border-right: 1px solid #e4ecf6;
  border-left: 1px solid #e4ecf6;
}

.contact-us-small-tittle {
  color: #fff;
  font-weight: 600;
}

.contact-us-small-tittle.black {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #3f3f3f;
  line-height: 28px;
}

.paragraph-13 {
  position: relative;
  display: block;
  color: #75757c;
  font-size: 15px;
  line-height: 26px;
  text-decoration: none;
}

.vertical-column-row {
  display: block;
  -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;
}

.image-left {
  position: relative;
  left: -18px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: inline-block;
  max-height: 700px;
  max-width: none;
  margin-top: 60px;
  float: left;
  -webkit-filter: brightness(95%);
  filter: brightness(95%);
}

.heading {
  font-size: 26px;
}

.heading.protected-page {
  margin-bottom: 20px;
}

.heading.free {
  margin-top: 3px;
  margin-bottom: 8px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 18px;
  text-align: left;
}

.heading.free._19 {
  margin-top: -34px;
  margin-bottom: 20px;
  padding-top: 0px;
  font-size: 26px;
  text-decoration: line-through;
}

.heading.free.only {
  margin-top: -24px;
  margin-bottom: -46px;
  padding-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #3cb8ff;
  font-size: 25px;
  line-height: 1.2;
}

.div-block-8 {
  display: block;
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-image: url("../images/icons8-lock-96_1icons8-lock-96.png"),
    linear-gradient(135deg, #fc6f00, #ff069c);
  background-position: 50% 50%, 0px 0px;
  background-size: 30px, auto;
  background-repeat: no-repeat, repeat;
}

.dropdown-list-2 {
  width: 500px;
}

.dropdown-list-2.w--open {
  display: block;
  width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: transparent;
  box-shadow: 4px 4px 18px 0 rgba(46, 50, 60, 0.09);
}

.arrow {
  display: block;
  color: #919197;
}

.arrow.white {
  color: #fff;
}

.nav-menu-2 {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-content-lef {
  position: relative;
  display: block;
  padding-top: 5px;
  float: right;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.dropdown-link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  padding: 12px 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none none solid;
  border-width: 1px;
  border-color: #eee #eee #e4ecf6;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 0 3px 5px -3px rgba(114, 111, 111, 0.2);
  -webkit-transition: background-color 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, color 400ms ease;
  font-family: Nunito, sans-serif;
  color: #7c8499;
  font-size: 13px;
  line-height: 23px;
  text-align: left;
}

.dropdown-link-2:hover {
  background-color: #f4f5f9;
  color: #7c8499;
}

.dropdown-link-2.w--current {
  margin-bottom: 0px;
  font-family: Nunito, sans-serif;
  color: #fc6f00;
  font-size: 13px;
  line-height: 23px;
  font-weight: 600;
}

.dropdown-link-2.w--current:hover {
  background-color: #f4f5f9;
  color: #fc6f00;
}

.nav-link {
  padding: 10px 40px 10px 20px;
  border-left: 1px none hsla(0, 0%, 89.4%, 0.48);
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: Nunito, sans-serif;
  color: #2c3449;
  font-size: 15px;
  line-height: 25px;
}

.nav-link:hover {
  padding-right: 40px;
  background-color: transparent;
  color: #fc6f00;
}

.nav-link.w--current {
  color: #5231ff;
}

.nav-link.w--open {
  padding-right: 40px;
}

.nav-link.white {
  font-family: Nunito, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 25px;
}

.dropdown {
  margin-top: 0px;
}

.dropdown:hover {
  color: #919197;
}

.div-info-rich-text {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.ordered-list {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Bitter, serif;
}

.row {
  margin-bottom: 90px;
}

.image-padding {
  margin-top: 20px;
  margin-bottom: 20px;
}

.licence-item-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66.66%;
  margin-bottom: 24px;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(46, 50, 60, 0.09);
}

.image-div {
  width: 100px;
  height: 100px;
  background-image: url("../images/shutterstock_178724276.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.image-div.two {
  background-image: url("../images/123134.jpg");
}

.image-div.third {
  background-image: url("../images/12313ee4.jpg");
}

.image-div.mock-ups {
  background-image: url("../images/Video-white.png"),
    linear-gradient(135deg, #fc6f00, #ff069c);
  background-position: 50% 50%, 0px 0px;
  background-size: 80px, auto;
  background-repeat: no-repeat, repeat;
}

.image-div.logo {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  background-image: url("../images/Dalai-1.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.licence-link {
  font-family: Nunito, sans-serif;
  color: #7c8499;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  text-decoration: none;
}

.licence-link:hover {
  color: #fc6f00;
  text-decoration: underline;
}

.licence-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 64px;
  padding-left: 64px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #717177;
}

.licence-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -24px;
  padding-right: 15px;
  padding-left: 15px;
  -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;
}

.date-text {
  font-size: 16px;
  line-height: 26px;
}

.date-text.bottom {
  margin-top: 0px;
  padding-right: 10%;
  padding-left: 10%;
  color: #333;
  font-weight: 600;
}

.rich-text {
  padding-right: 10%;
  padding-left: 10%;
}

.rich-text.portfolio {
  padding-top: 70px;
}

.unordered-list {
  margin-top: 10px;
  color: #3f3f3f;
  font-size: 16px;
}

.main-image {
  height: 400px;
  margin-bottom: 0px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50% 50%;
  background-size: cover;
}

.blog-content-div {
  padding-top: 70px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(hsla(0, 0%, 100%, 0))
  );
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0));
}

.blog-content-div.portfolio {
  padding-top: 0px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.list-paragraph {
  color: #000;
}

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

.info-post {
  padding: 0px;
  border-radius: 30px 30px 0px 0px;
  background-color: #fff;
  text-align: center;
}

.view-link {
  color: #75757c;
}

.view-link:hover {
  color: #fc6f00;
}

.div-wrapper-categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -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;
}

.paragraph-center {
  color: #363d52;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}

.paragraph-center.tittle {
  margin-top: 10px;
  margin-bottom: 30px;
  padding-top: 0px;
  color: #000;
  font-size: 20px;
}

.paragraph-center.tittle.white {
  color: #fff;
}

.footer-div-line {
  height: 230px;
  padding-right: 30px;
  padding-left: 30px;
  border-left: 1px solid #e2eff8;
  text-align: left;
}

.footer-div-line.sec {
  height: 240px;
  padding-right: 20px;
  padding-left: 20px;
  border-left-color: rgba(124, 132, 153, 0.3);
}

.footer-div-line.first {
  padding-right: 20px;
  padding-left: 0px;
  border-left-style: none;
}

.footer-div-line.third {
  height: 240px;
  padding-right: 20px;
  padding-left: 20px;
  border-left-color: rgba(124, 132, 153, 0.3);
}

.footer-div-line.fourth {
  height: 240px;
  padding-right: 20px;
  padding-left: 20px;
  border-left-color: rgba(124, 132, 153, 0.3);
}

.section-new {
  position: relative;
  padding: 100px 10px;
  border-bottom: 1px none rgba(71, 114, 217, 0.15);
  background-color: #f3f8ff;
}

.section-new.footer {
  display: none;
  margin-top: 0px;
  padding-top: 90px;
  padding-bottom: 0px;
  border-top: 6px none #fc6f00;
  border-bottom-style: none;
  border-bottom-width: 0px;
  background-color: #151f25;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  text-align: left;
}

.message {
  border: 1px solid #06d88c;
  border-radius: 4px;
  background-color: transparent;
  font-family: Merriweather, serif;
  color: #9ba4af;
  font-weight: 300;
}

.section-tittle-4 {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  font-family: Poppins, sans-serif;
  color: #3f3f3f;
  font-size: 38px;
  line-height: 48px;
  font-weight: 400;
  text-align: center;
}

.collection-item {
  display: inline-block;
  border: 0px none #000;
}

.collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
}

.tab-2 {
  margin-right: 5px;
  padding-right: 15px;
  padding-left: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(228, 236, 246, 0.57);
  background-color: #fff;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: Poppins, sans-serif;
  color: #919197;
  font-size: 12px;
  text-transform: uppercase;
}

.tab-2:hover {
  border-bottom-color: #fc6f00;
  color: #fc6f00;
}

.tab-2.w--current {
  padding-right: 15px;
  padding-left: 15px;
  border-bottom-color: #fc6f00;
  background-color: #fff;
  box-shadow: 0 5px 10px 0 #e7dbdb;
  font-family: Bitter, serif;
  color: #919197;
  text-transform: uppercase;
}

.tab-2.portfolio {
  display: inline-block;
  padding: 9px 30px;
  -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;
  border-style: none;
  border-width: 0px;
  border-bottom-color: transparent;
  border-radius: 5px;
  font-family: Poppins, sans-serif;
  color: #667399;
  font-weight: 400;
  text-decoration: none;
}

.separator-2 {
  position: relative;
  bottom: 20px;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 0px;
  float: none;
  border-radius: 0px;
  background-color: #cbd0df;
  color: transparent;
}

.separator-2.middle {
  position: static;
  left: 0px;
  top: 20px;
  right: 0px;
  bottom: 0px;
  width: 22px;
  height: 22px;
  margin-right: 0px;
}

.separator-2.third {
  position: relative;
  left: 0px;
  top: -21px;
  right: 0px;
  bottom: 20px;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 0px;
  background-color: #fc6f00;
}

.section-4 {
  position: relative;
  z-index: 1;
  padding-top: 120px;
  padding-bottom: 120px;
  border-top: 1px none #e4e4e4;
  border-bottom: 1px none #e4e4e4;
  background-color: #f4f5f9;
  background-image: url("../images/square-9.png");
  background-position: 199px 0px;
  background-size: 10%;
  background-repeat: no-repeat;
}

.section-4.categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 200px;
  -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;
}

.seprator-div-wrapper-2 {
  display: block;
  margin: 0px auto;
  text-align: center;
}

.image-4 {
  width: 100%;
  text-align: center;
}

.homepage-link {
  position: relative;
  overflow: scroll;
  width: 96%;
  height: 600px;
  margin-bottom: 20px;
}

.homepage-link.first {
  display: block;
  overflow: scroll;
  width: 90%;
  height: 600px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(63, 116, 255, 0.15);
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
}

.homepage-link.first:hover {
  box-shadow: 0 10px 20px 0 #dce7eb;
}

.intro {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #2c3449;
}

.intro:hover {
  color: #fc6f00;
}

.intro.w--current {
  color: #fc6f00;
}

.intro.white {
  color: #fff;
}

.square {
  margin-bottom: 20px;
}

.preload {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9998;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  opacity: 1;
}

.div-line-horizontal {
  width: 200px;
  height: 1px;
  margin-bottom: 20px;
  background-color: rgba(124, 132, 153, 0.3);
}

.div-block-10 {
  margin-bottom: 10px;
}

.image-block {
  margin-right: 10px;
  float: left;
}

.image-link {
  position: relative;
  top: -5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-image: url("../images/lilly-rum-314276-unsplash.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.blog-block-footer {
  position: relative;
  overflow: hidden;
}

.link-text-block {
  font-size: 24px;
  line-height: 30px;
  text-decoration: none;
}

.blog-text-footer {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  text-decoration: none;
}

.blog-text-footer:hover {
  color: #fc6f00;
  text-decoration: underline;
}

.blog-text-footer.black {
  color: #919197;
}

.blog-text-footer.black:hover {
  color: #fc6f00;
  text-decoration: underline;
}

.blog-post-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.overlay-hover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.overlay-hover:hover {
  border-radius: 5px;
  background-color: rgba(252, 111, 0, 0.71);
}

.paragraph-15 {
  color: #7c8499;
}

.link {
  text-decoration: none;
}

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

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

.quote-name {
  margin-top: 10px;
  font-family: Nunito, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
}

.underline-headline {
  color: #3f3f3f;
  font-weight: 600;
  text-decoration: underline;
}

.underline-headline.white {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  text-transform: none;
}

.team-new-card {
  position: relative;
  display: block;
  width: 25%;
  margin-right: 10px;
  margin-bottom: 60px;
  margin-left: 10px;
  border-bottom: 1px solid #fc6f00;
  border-radius: 10px;
  background-color: #fc6f00;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

.team-new-card.one {
  margin-bottom: 80px;
  border-style: none;
  background-color: transparent;
  background-image: linear-gradient(135deg, #fc6f00, #da0000);
  text-align: center;
}

.team-new-card.twoo {
  margin-bottom: 80px;
  border-style: none;
  background-color: transparent;
  background-image: linear-gradient(135deg, #ffaf06, #fc6f00);
  text-align: center;
}

.team-new-card.three {
  margin-bottom: 80px;
  border-style: none;
  background-color: transparent;
  background-image: linear-gradient(135deg, #924af7 23%, #5f18c2),
    linear-gradient(180deg, #000, #fff);
  text-align: center;
}

.team-new-card.fourth {
  margin-bottom: 80px;
  border-style: none;
  background-color: transparent;
  background-image: linear-gradient(135deg, #ff0fd9 20%, #c103e3);
  text-align: center;
}

.team-new-image {
  position: relative;
  z-index: 5;
  height: 380px;
  border-radius: 10px;
  background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(0, 0, 0, 0.63)),
      to(transparent)
    ),
    url("../images/5b71ed1021c8aa33954afd93_matheus-ferrero-216385-1.jpg");
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.63), transparent),
    url("../images/5b71ed1021c8aa33954afd93_matheus-ferrero-216385-1.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-transform: translate(0px, -65px);
  -ms-transform: translate(0px, -65px);
  transform: translate(0px, -65px);
}

.team-new-image:hover {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}

.team-new-image.second {
  background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(0, 0, 0, 0.63)),
      to(transparent)
    ),
    url("../images/lucas-sankey-378674.jpg");
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.63), transparent),
    url("../images/lucas-sankey-378674.jpg");
}

.team-new-image.third {
  background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(0, 0, 0, 0.63)),
      to(transparent)
    ),
    url("../images/erik-lucatero-310633.jpg");
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.63), transparent),
    url("../images/erik-lucatero-310633.jpg");
}

.team-new-image.fourth {
  background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(0, 0, 0, 0.63)),
      to(transparent)
    ),
    url("../images/team-6.jpg");
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.63), transparent),
    url("../images/team-6.jpg");
}

.team-new-wrapper {
  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;
}

.info-team {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
  background-color: transparent;
  text-align: center;
}

.position-team {
  font-family: Nunito, sans-serif;
  color: hsla(0, 0%, 100%, 0.7);
  font-weight: 500;
}

.team-social-block {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-bottom: 13px;
  padding-left: 13px;
  border-style: none;
}

.div-line-color {
  display: block;
  width: 25%;
  height: 7px;
  float: left;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fc6f00),
    to(#da0000)
  );
  background-image: linear-gradient(90deg, #fc6f00, #da0000);
}

.div-line-color.second {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(27%, #ff0fd9),
    to(#b31bcf)
  );
  background-image: linear-gradient(90deg, #ff0fd9 27%, #b31bcf);
}

.div-line-color.third {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#2d92fd),
    to(#003dff)
  );
  background-image: linear-gradient(90deg, #2d92fd, #003dff);
}

.div-line-color.fourth {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#49ff0f),
    to(#39c21f)
  );
  background-image: linear-gradient(90deg, #49ff0f, #39c21f);
}

.div-line-wrapper {
  height: auto;
}

.blog-new-card {
  position: relative;
  display: block;
  margin-right: 10px;
  margin-bottom: 40px;
  margin-left: 10px;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #fc6f00;
  border-radius: 10px;
  background-color: #fc6f00;
}

.blog-new-card:hover {
  border-style: none;
}

.blog-categorie-link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  padding: 20px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.blog-content-wrapper {
  position: relative;
  z-index: 20;
  border: 0px none #000;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.blog-content-wrapper:hover {
  border-width: 0px;
  border-color: #000;
}

.check-item {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  background-image: url("../images/icons8-tick-box-416.png");
  background-position: 0px 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.check-item.third {
  background-image: url("../images/icons8-tick-box-416-6.png");
  background-size: 24px;
}

.check-item.second {
  background-image: url("../images/icons8-tick-box-416-3.png");
  background-size: 24px;
}

.check-item.fourth {
  background-image: url("../images/icons8-tick-box-416-1.png");
  background-size: 24px;
}

.check-item.fifth {
  background-image: url("../images/icons8-tick-box-416-5.png");
  background-size: 24px;
}

.check-item.sixth {
  background-image: url("../images/icons8-tick-box-416-4.png");
  background-size: 24px;
}

.text-block-2 {
  font-family: Nunito, sans-serif;
  color: #545569;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.fact-wrapper {
  border: 1px solid #e4ecf6;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 5px;
}

.review-card {
  position: relative;
  margin-bottom: 55px;
  padding: 0px 0px 20px;
  border-radius: 10px;
  background-color: #fff;
  background-image: url("../images/icons8-quote-left-100_1icons8-quote-left-100.png");
  background-position: 96% 97%;
  background-size: 50px;
  background-repeat: no-repeat;
  box-shadow: 0 8px 28px 0 rgba(46, 50, 60, 0.12);
}

.testimonials-content {
  color: #667399;
}

.text-span-3 {
  font-weight: 700;
}

.separator-4 {
  position: relative;
  bottom: 20px;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 0px;
  float: none;
  border-radius: 3px 3px 0px;
  background-color: #bebec3;
  color: transparent;
}

.separator-4.middle {
  position: static;
  left: 0px;
  top: 20px;
  right: 0px;
  bottom: 0px;
  width: 22px;
  height: 22px;
  margin-right: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 3px;
  background-color: #bebec3;
}

.separator-4.third {
  position: relative;
  left: 0px;
  top: -21px;
  right: 0px;
  bottom: 20px;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 3px;
  background-color: #bebec3;
}

.position {
  margin-top: 5px;
  font-family: Nunito, sans-serif;
  color: #fc6f00;
}

.position.first {
  color: #0675ec;
}

.position.second {
  color: #ff0fd9;
}

.position.third {
  color: #000;
  font-size: 18px;
}

.position.fourth {
  color: #b206ff;
}

.fullwidth {
  position: relative;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.collection-list-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-iteam {
  position: static;
  width: 33.3%;
  padding-right: 10px;
  padding-left: 10px;
}

.gray-block {
  position: relative;
  height: 130px;
  margin-bottom: 20px;
  padding-left: 32px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #f4f5f9;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(transparent)
  );
  background-image: linear-gradient(180deg, #fff, transparent);
}

.gray-block.fourth {
  height: 90px;
  border-bottom: 2px solid #da0000;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#f4f5f9)
  );
  background-image: linear-gradient(180deg, #fff, #f4f5f9);
}

.gray-block.fourth.services {
  height: 130px;
  margin-bottom: 30px;
  padding-right: 32px;
  border-bottom-color: #ffaf06;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#f4f5f9)
  );
  background-image: linear-gradient(180deg, #fff, #f4f5f9);
}

.gray-block.first {
  height: 90px;
  border-bottom: 2px solid #ffaf06;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#f4f5f9)
  );
  background-image: linear-gradient(180deg, #fff, #f4f5f9);
}

.gray-block.first.services {
  position: static;
  height: 130px;
  margin-bottom: 30px;
  padding-right: 32px;
  padding-bottom: 0px;
  border-bottom-color: #1bc700;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#f4f5f9)
  );
  background-image: linear-gradient(180deg, #fff, #f4f5f9);
}

.gray-block.second {
  height: 90px;
  border-bottom: 2px solid #ff0fd9;
  background-image: repeating-linear-gradient(180deg, #fff, #f4f5f9);
}

.gray-block.second.services {
  height: 130px;
  margin-bottom: 30px;
  padding-right: 32px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#f4f5f9)
  );
  background-image: linear-gradient(180deg, #fff, #f4f5f9);
}

.gray-block.third {
  height: 90px;
  border-bottom: 2px solid #0675ec;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#f4f5f9)
  );
  background-image: linear-gradient(180deg, #fff, #f4f5f9);
}

.gray-block.sixth {
  height: 90px;
  border-bottom: 2px solid #16d3d3;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#f4f5f9)
  );
  background-image: linear-gradient(180deg, #fff, #f4f5f9);
}

.gray-block.fifth {
  height: 130px;
  margin-bottom: 30px;
  padding-right: 32px;
  border-bottom: 2px solid #5c1dff;
  background-color: #f4f5f9;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#f4f5f9)
  );
  background-image: linear-gradient(180deg, #fff, #f4f5f9);
}

.gray-block.first {
  height: 90px;
  border-bottom: 2px solid #ffaf06;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#f4f5f9)
  );
  background-image: linear-gradient(180deg, #fff, #f4f5f9);
}

.gray-block.first.services {
  position: static;
  height: 130px;
  margin-bottom: 30px;
  padding-right: 32px;
  padding-bottom: 0px;
  border-bottom-color: #1bc700;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#f4f5f9)
  );
  background-image: linear-gradient(180deg, #fff, #f4f5f9);
}

.gray-block.fourth {
  height: 90px;
  border-bottom: 2px solid #da0000;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#f4f5f9)
  );
  background-image: linear-gradient(180deg, #fff, #f4f5f9);
}

.gray-block.fourth.services {
  height: 130px;
  margin-bottom: 30px;
  padding-right: 32px;
  border-bottom-color: #ffaf06;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#f4f5f9)
  );
  background-image: linear-gradient(180deg, #fff, #f4f5f9);
}

.testimonials-wrapper {
  padding-right: 32px;
  padding-left: 32px;
}

.bold-text-8 {
  display: inline-block;
}

.image-tab.second {
  height: auto;
}

.image-tab.third {
  height: 600px;
  border-radius: 0px;
  background-color: #fff;
  background-image: url("../images/Free-Mockup-Scene.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: brightness(96%);
  filter: brightness(96%);
}

.image-tab.first {
  height: 460px;
  background-image: url("../images/Freesbee.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-tab.first.in-section {
  height: 500px;
  background-image: url("../images/Collazh.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.bigger {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 1000px;
  height: 1000px;
  margin: auto;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.22);
  border-radius: 100%;
}

.hero-div {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 90vh;
  max-width: 1200px;
  margin-bottom: 45px;
  padding-top: 100px;
  -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;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
  border-radius: 9px;
}

.hero-div.bigger {
  margin: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border: 0px none transparent;
  border-radius: 0%;
  background-image: none;
  box-shadow: none;
}

.image-mock-ups {
  position: relative;
  top: 37px;
  right: 100px;
  max-height: 550px;
  max-width: none;
}

.background-video {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}

.play-button {
  position: relative;
  left: 0px;
  top: 50%;
  right: 0px;
  bottom: 50%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.play-button.left.purple {
  width: 70px;
  height: 70px;
  border: 0px none #fff;
  border-radius: 100%;
  background-color: transparent;
  background-image: url("../images/icons8-circled-play-filled-100_2icons8-circled-play-filled-100.png");
  background-position: 50% 50%;
  background-size: 70px;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.play-button.left.purple:hover {
  border-style: solid;
  border-color: #7567f8;
  background-color: transparent;
}

.play-button.left.purple.white {
  width: 82px;
  height: 82px;
  border-radius: 10140%;
  background-color: #fff;
  background-image: url("../images/icons8-circled-play-filled-100_1icons8-circled-play-filled-100.png");
  background-size: 80px;
}

.play-icon-style-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 4px solid #7567f8;
  border-radius: 100px;
  background-color: transparent;
}

.play-icon-style-2:hover {
  border-style: solid;
}

.play-icon-style-2.white {
  border-style: none;
  border-color: #fff;
}

.lightbox-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  -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;
}

.lightbox-link.padding {
  margin-bottom: 40px;
}

.iphone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.scroll-block {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.scroll-block.fifth {
  bottom: 40px;
}

.scroll-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 38px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 2px none transparent;
  border-radius: 25px;
  background-color: #fff;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.15)),
    to(transparent)
  );
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.15), transparent);
}

.scroll-link.light.w--current {
  border-color: #fff;
}

.scroll-line {
  width: 2px;
  height: 6px;
  margin-top: 10px;
  border-radius: 1px;
  background-color: #8c0fff;
}

.hero-text {
  position: absolute;
  left: 0px;
  bottom: 0px;
  margin-top: 15px;
  margin-bottom: 35px;
  color: #ffaf06;
}

.hero-text.right {
  left: auto;
  right: 0px;
  bottom: 0px;
}

.hero-text.homepage-title-new {
  position: static;
  left: auto;
  right: 0px;
  bottom: 0px;
}

.address {
  position: relative;
  left: 30px;
  top: 179px;
  font-family: Nunito, sans-serif;
  color: #f4f5f9;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.small-iphone {
  position: relative;
  right: 90px;
  width: 50%;
  height: 600px;
}

.small-iphone.second {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 10;
  width: 100%;
  background-image: url("../images/Iphone-short.png");
  background-position: 50% 50%;
  background-size: auto 600px;
  background-repeat: no-repeat;
}

.block-wrapper-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.block-wrapper-button.blog {
  margin-top: 20px;
}

.block-wrapper-button.padding {
  margin-top: 40px;
}

.licence-items-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-right: auto;
  margin-bottom: -24px;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  -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;
}

.licence-item-firs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #dde1e7;
  border-radius: 0px;
  background-color: #fff;
}

.licence-link-2 {
  font-family: Poppins, sans-serif;
  color: #343e52;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  text-decoration: none;
}

.licence-link-2:hover {
  color: #fa7000;
  text-decoration: underline;
}

.licensing-text {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.hero-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px 0px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 20px none #f4f5f9;
  border-radius: 20px;
}

.hero-video.width {
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  background-color: #f0f3fc;
}

.hero-video.width.white {
  background-color: #fff;
}

.hero-image-phones {
  width: 60%;
  height: 600px;
  margin-bottom: 20px;
  background-image: url("../images/Scene-1-2.png");
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.video-bottom-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.hero-video-image {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-image: url("../images/Video.png"), url("../images/Subscribeww.png");
  background-position: 0px 0px, 0px 0px;
  background-size: cover, cover;
  background-repeat: no-repeat, repeat;
}

.video-button {
  width: 60px;
  height: 60px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(124, 132, 153, 0.24);
  border-radius: 100%;
  background-color: #f4f5f9;
  background-image: url("../images/icons8-play-filled-500-1.png");
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.video-button:hover {
  background-color: rgba(203, 208, 223, 0.2);
  background-image: url("../images/icons8-play-filled-500-1.png"),
    radial-gradient(
      circle farthest-corner at 50% 50%,
      #fff 39%,
      rgba(0, 0, 0, 0.1) 90%
    );
  background-position: 50% 50%, 0px 0px;
  background-size: 25px, auto;
  background-repeat: no-repeat, repeat;
}

.video-button.smaller {
  width: 45px;
  height: 45px;
  margin-right: 10px;
  margin-left: 10px;
  background-image: url("../images/icons8-play-100_1icons8-play-100.png");
}

.video-button.smaller.revers {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.promo-content {
  width: 50%;
  padding-right: 5%;
  padding-left: 5%;
}

.promo-content.left-side {
  padding-right: 5%;
  padding-left: 5%;
}

.link-4 {
  color: #667399;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.link-4:hover {
  color: #8c0fff;
  text-decoration: underline;
}

.promo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 120px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.promo-wrapper.bottom {
  margin-bottom: 0px;
}

.promo-image-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.promo-image-block.second {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.color-block {
  position: relative;
  width: 320px;
  height: 400px;
  border-radius: 10px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ff0fd9),
    to(#8c0fff)
  );
  background-image: linear-gradient(180deg, #ff0fd9, #8c0fff);
}

.color-block.second {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fc6f00),
    to(#ff069c)
  );
  background-image: linear-gradient(180deg, #fc6f00, #ff069c);
}

.block-image {
  position: absolute;
  bottom: 50%;
  width: 400px;
  height: 70%;
  margin-left: 100px;
  border-radius: 10px;
  background-color: #f4f5f9;
  background-image: url("../images/page-under-construction-5.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 9px 18px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, 50%);
  -ms-transform: translate(0px, 50%);
  transform: translate(0px, 50%);
}

.block-image.second {
  right: 0px;
  margin-right: 100px;
  margin-left: 0px;
  background-image: url("../images/Scene-1-2.png"),
    url("../images/Subscribeww.png");
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
  box-shadow: 0 9px 18px 0 rgba(0, 0, 0, 0.1);
}

.button-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 185px;
  padding: 12px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #0675ec;
  border-radius: 0px;
  background-color: #da0000;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-family: Poppins, sans-serif;
  color: #fff;
  text-decoration: none;
}

.button-3:hover {
  border-width: 0px;
  border-color: #000;
  background-color: #da0000;
  color: #fff;
}

.button-3.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
  border-width: 0px;
  border-color: transparent;
  border-radius: 5px;
  background-color: #fc6f00;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  text-align: center;
}

.button-3.center:hover {
  background-color: #8c0fff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}

.button-3.center.left {
  margin-right: 0px;
  margin-left: 0px;
  color: #fff;
  text-align: center;
}

.button-3.center.left:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.button-3.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
  border-width: 0px;
  border-color: transparent;
  border-radius: 5px;
  background-color: #2d96ff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  text-align: center;
}

.button-3.center:hover {
  background-color: #8c0fff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}

.button-3.center.free-trial {
  position: static;
  width: auto;
  margin-bottom: 20px;
  background-color: #0bf;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ab0fff),
    color-stop(71%, #ff00f6)
  );
  background-image: linear-gradient(90deg, #ab0fff, #ff00f6 71%);
}

.button-3.center.free-trial.start {
  width: 354px;
  margin-top: -27px;
  padding-top: 12px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#21e9ff),
    to(#f600ff)
  );
  background-image: linear-gradient(90deg, #21e9ff, #f600ff);
  box-shadow: 1px 1px 3px 0 #000;
  font-size: 30px;
  line-height: 40px;
}

.button-3.center.free-trial.start.review {
  margin-top: 14px;
  padding-right: 10px;
  padding-left: 10px;
}

.button-3.center.free-trial.start.review.seperate {
  display: none;
}

.color-block-2 {
  position: relative;
  width: 320px;
  height: 400px;
  border-radius: 10px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ff0fd9),
    to(#8c0fff)
  );
  background-image: linear-gradient(180deg, #ff0fd9, #8c0fff);
}

.white-menu {
  width: 60px;
  height: 60px;
}

.grid-button {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.bold-text-9 {
  font-size: 30px;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -8px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 82px 110px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #fff;
  box-shadow: 1px 1px 8px 2px rgba(0, 0, 0, 0.3);
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 41px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bold-text-10 {
  font-family: Nunito, sans-serif;
  color: #49b0ff;
  font-size: 45px;
}

.image-8 {
  width: 200px;
}

.div-block-13 {
  height: 100px;
}

.heading-2 {
  margin-top: 16px;
  margin-bottom: 23px;
  font-family: Lato, sans-serif;
  font-size: 32px;
  line-height: 40px;
}

.div-block-14 {
  position: relative;
  left: -43px;
  width: 320px;
  border-radius: 5px;
}

.div-block-15 {
  position: fixed;
  left: 0px;
  top: 29px;
  right: 42px;
  bottom: auto;
  width: 190px;
  height: 380px;
  background-image: url("../images/animation1.gif");
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.bold-text-11 {
  padding-right: 0px;
  border-radius: 0px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-shadow: 1px 1px 2px #000;
}

.bold-text-12 {
  font-family: Nunito, sans-serif;
}

.bold-text-13 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 44px;
  text-align: center;
}

.paragraph-18 {
  text-align: center;
}

.hand {
  width: 310px;
  max-width: 100%;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.hand.hand-banner-new {
  width: 21.52em;
}

.hand.hand-banner-makeup {
  width: 24.5em;
}

.bold-text-14 {
  font-family: Exo, sans-serif;
}

.image-10 {
  width: 220px;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  color: hsla(0, 0%, 100%, 0);
}

.text-span-5 {
  color: #ff0080;
}

.button-4 {
  margin-top: 15px;
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 21px;
  padding-left: 21px;
  border-radius: 5px;
  background-color: #0bf;
  font-family: Poppins, sans-serif;
  text-align: center;
}

.button-4.align-left {
  margin-left: 0px;
}

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

.gif {
  position: absolute;
  left: 55px;
  top: 28px;
  right: auto;
  width: 173px;
  margin-right: -74px;
  padding-right: 0px;
}

.gif.banner-new {
  left: 3.819em;
  top: 1.744em;
  width: 12em;
  max-height: 61%;
  min-height: auto;
  margin-right: -5.538em;
  border-radius: 5px;
}

.gif.makeup-banner {
  left: 4.319em;
  top: 2.044em;
  width: 13.9em;
  margin-right: -5.538em;
}

.image-12 {
  padding-bottom: 15px;
  border-radius: 20px;
}

.image-13 {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 5px;
}

.image-14 {
  padding-bottom: 18px;
  border-radius: 20px;
}

.image-15 {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 18px;
  border-radius: 100%;
}

.column-10 {
  display: block;
  margin-top: -51px;
  padding-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.icon {
  display: block;
}

.grid-2 {
  padding-top: 77px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-16 {
  display: -ms-grid;
  display: grid;
  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;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-3 {
  margin-bottom: -55px;
  padding-bottom: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.columns {
  display: none;
}

.section-5 {
  margin-top: 80px;
}

.heading-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-6 {
  margin-top: 80px;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-4 {
  margin-right: 10px;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-16 {
  margin-top: 0px;
  margin-bottom: 193px;
  padding-bottom: 0px;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-11 {
  padding-top: 60px;
  padding-right: 30px;
  padding-left: 30px;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-5 {
  margin-right: 7px;
  font-weight: 600;
}

.heading-6 {
  font-weight: 600;
}

.user-name {
  margin-top: 0px;
  margin-bottom: 0px;
}

.user-name.mr-7 {
  margin-right: 7px;
}

.welcome-user {
  margin-top: 15px;
  margin-bottom: 25px;
  color: #798795;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
}

.dashboard-logo {
  margin-bottom: 25px;
}

.divider {
  width: 50px;
  height: 1px;
  margin-bottom: 60px;
  background-color: #f2f3f4;
}

.custom-section {
  padding-right: 60px;
  padding-left: 60px;
}

.custom-section._80px-margin-top {
  margin-top: 80px;
  padding-bottom: 77px;
}

.custom-section.contact-sec {
  min-height: 90vh;
  padding-top: 100px;
  padding-bottom: 60px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ff790f),
    to(#fff)
  );
  background-image: linear-gradient(180deg, #ff790f, #fff);
}

.custom-section.support-sec {
  padding-top: 60px;
  padding-bottom: 60px;
}

.custom-section.hide {
  display: none;
}

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

.custom-container._60vh {
  height: 60vh;
}

.custom-container._60vh.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30vh;
  margin-top: 0px;
  margin-bottom: -61px;
  padding-top: 214px;
  -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;
}

.custom-container.conatct-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.custom-container.support-con {
  font-family: Poppins, sans-serif;
}

.custom-container.video-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.custom-container.for-terms-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 76.38em;
  padding: 3.5em 2.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2em;
  background-color: #fff;
  box-shadow: 0 0 0.9em 1px hsla(0, 0%, 100%, 0.39);
  font-family: Poppins, sans-serif;
  color: #000;
}

.user-detail {
  display: none;
}

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

.heading-8 {
  font-size: 25px;
  text-align: center;
}

.bold-text-15 {
  position: relative;
  bottom: -62px;
  font-family: Nunito, sans-serif;
  font-size: 20px;
}

.bold-text-16 {
  font-family: Nunito, sans-serif;
  font-size: 20px;
}

.text-block-3 {
  font-size: 18px;
}

.text-block-4 {
  margin-right: 18px;
  margin-left: 18px;
  padding: 8px 0px 19px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.columns-2.faq {
  text-align: left;
}

.paragraph-19 {
  text-align: center;
}

.paragraph-19.align-left {
  color: #000;
  text-align: left;
}

.button-5 {
  margin-top: 15px;
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 21px;
  padding-left: 21px;
  border-radius: 5px;
  background-color: #0bf;
  font-family: Poppins, sans-serif;
}

.grid-faq {
  display: -ms-grid;
  display: grid;
  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;
  grid-template-rows: auto;
  text-align: left;
}

.image-17 {
  max-width: 100%;
  margin-right: -31px;
  margin-left: 25px;
}

.image-18 {
  text-align: left;
}

.image-19 {
  margin-bottom: -214px;
  padding-right: 14px;
}

.image-20 {
  margin-top: -35px;
}

.text-block-5 {
  margin-top: 23px;
  padding-top: 0px;
  font-family: Poppins, sans-serif;
  color: #1c1c1c;
  font-size: 23px;
  text-align: center;
}

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

.button-6 {
  width: 111px;
  border-radius: 5px;
  background-color: #09b5ff;
}

.link-block-2 {
  text-align: center;
}

.text-block-6 {
  display: block;
}

.heading-9 {
  margin-top: -102px;
  margin-bottom: 38px;
  color: #3b3b3b;
  font-size: 35px;
  text-align: center;
}

.instagram-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.9);
  opacity: 1;
}

.instagram-modal.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.instagram-users-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 70%;
  padding: 1em;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 0.5em;
  background-color: #fff;
  box-shadow: 0 1px 1em 1em rgba(0, 0, 0, 0.1);
}

.modal-title {
  margin-top: 0px;
  font-size: 3em;
  line-height: 1.6;
  text-align: center;
}

.custom-input {
  width: 100%;
  height: 3em;
  margin-bottom: 0px;
  padding: 0.8em 1em;
  background-color: #ebe0e0;
  font-size: 1em;
}

.custom-input.margin-r {
  margin-right: 1em;
}

.custom-button {
  padding: 0.7em 2em;
  border-radius: 0.4em;
  background-color: #0675ec;
  cursor: pointer;
}

.custom-button.for-card {
  padding: 0.5em 1.5em;
  background-color: #0675ec;
  font-size: 1em;
  line-height: 1.6;
}

.form-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50em;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.modal-info {
  display: none;
  margin-top: 0px;
  font-size: 2em;
  line-height: 1.6;
  text-align: center;
}

.profiles-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  max-height: 65vh;
  -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;
}

.margin-bottom {
  margin-bottom: 2em;
}

.insta-profile-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 14em;
  height: 15em;
  margin: 0.5em 1em;
  padding: 1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.5em;
  box-shadow: 0 1px 1em 0.1em rgba(0, 0, 0, 0.1);
}

.insta-profile-card.hide {
  display: none;
}

.insta-profile-pic-holder {
  overflow: hidden;
  width: 5em;
  height: 5em;
  border-radius: 50%;
}

.instagram-profile-pic {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.instagram-card-username {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1.2em;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
}

.custom-input-holder {
  position: relative;
  width: 50%;
  margin-right: 1em;
}

.form-error-text {
  position: absolute;
  margin-top: 0.2em;
  color: #f08383;
}

.close-btn {
  position: absolute;
  left: auto;
  top: -7%;
  right: -9%;
  bottom: auto;
  width: 3em;
  cursor: pointer;
}

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

.user-name-title {
  display: block;
  margin-top: 0em;
  margin-bottom: 0.571em;
  -webkit-transition: -webkit-box-flex 200ms ease, -webkit-flex 200ms ease;
  transition: -webkit-box-flex 200ms ease, -webkit-flex 200ms ease;
  transition: flex 200ms ease;
  transition: flex 200ms ease, -webkit-box-flex 200ms ease,
    -webkit-flex 200ms ease, -ms-flex 200ms ease;
  font-family: Nunito, sans-serif;
  color: #fff;
  font-size: 2.43em;
  line-height: 1.28;
}

.video {
  margin-top: 36px;
  margin-left: 0px;
  border-radius: 0px;
  -o-object-fit: none;
  object-fit: none;
}

.div-block-23 {
  width: 800px;
}

.youtube {
  margin-top: 68px;
  margin-bottom: -38px;
  margin-left: 68px;
  padding-bottom: 0px;
  padding-left: 0px;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.video-2 {
  margin-right: 0px;
  margin-left: 68px;
  padding-right: 0px;
  -o-object-fit: contain;
  object-fit: contain;
}

.youtube-2 {
  position: relative;
  left: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  margin: 52px auto 10px;
  padding-right: 0px;
  padding-bottom: 55px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-24 {
  position: static;
  right: 0px;
  bottom: -22px;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  margin: 0px auto;
  padding-top: 0px;
  padding-right: 172px;
  padding-left: 172px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -o-object-fit: fill;
  object-fit: fill;
}

.youtube-3 {
  position: relative;
  left: 0px;
  right: 0px;
  width: 800px;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-25 {
  position: relative;
  left: 0px;
  right: 0px;
  width: 800px;
  margin-right: auto;
  margin-bottom: 12px;
  margin-left: auto;
  padding-right: 0px;
}

.youtube-4 {
  display: none;
}

.div-block-26 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: none;
  object-fit: none;
}

.video-3 {
  position: static;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
}

.video-4 {
  margin-top: 29px;
  margin-bottom: -70px;
}

.div-block-27 {
  margin-top: 48px;
  margin-bottom: -50px;
}

.container-3 {
  max-width: 700px;
}

.container-4 {
  height: 75px;
  margin-top: -35px;
  padding-top: 0px;
}

.button-7 {
  margin-top: 15px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 5px;
  background-color: #0bf;
  font-family: Poppins, sans-serif;
}

.button-8 {
  margin-top: 15px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 5px;
  background-color: #0bf;
  font-family: Poppins, sans-serif;
}

.button-9 {
  position: relative;
  top: 0px;
  right: 0px;
  width: 350px;
  height: 60px;
  padding-top: 19px;
  border-radius: 9px;
  background-color: #0bf;
  font-family: Poppins, sans-serif;
  font-size: 25px;
}

.collection-list-wrapper-2 {
  display: block;
}

.image-21 {
  display: block;
}

.div-block-28 {
  width: 350px;
}

.image-22 {
  margin-top: -79px;
  padding-top: 0px;
}

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

.collection-list-wrapper-3 {
  display: -ms-grid;
  display: grid;
  -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-10 {
  margin-top: 78px;
  color: #000;
}

.html-embed {
  display: none;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 27px;
  -o-object-fit: fill;
  object-fit: fill;
}

.button-11 {
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 5px;
  background-color: #0bf;
  font-family: Poppins, sans-serif;
}

.container-5 {
  background-color: transparent;
}

.heading-11 {
  margin-top: -51px;
  text-align: center;
}

.heading-12 {
  font-size: 22px;
}

.heading-13 {
  font-size: 22px;
}

.heading-14 {
  font-size: 22px;
}

.text-block-7 {
  font-size: 22px;
}

.text-block-8 {
  padding-top: 5px;
  padding-bottom: 9px;
  font-size: 20px;
}

.col-1-50 {
  width: 100%;
  max-width: 50%;
}

.col-2-50 {
  width: 100%;
  max-width: 50%;
}

.col-2-50.calendar-sales {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 100%;
  min-height: 925px;
  margin-top: 10px;
  margin-right: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.col-2-50.calendar-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 100%;
  min-height: 925px;
  margin-top: 10px;
}

.col-2-50.calendar-sales-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 100%;
  min-height: 925px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.col-2-50.calendar-block-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 100%;
  min-height: 925px;
  margin-top: 10px;
}

.col-1-30 {
  width: 100%;
  max-width: 35%;
}

.col-1-30.mr-20 {
  margin-right: 20px;
}

.col-1-30.calendar-col-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.col-1-30.calendar-col-1-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.col-1-30.calendar-col-1-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.col-1-30.calendar-col-1-content-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-title {
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -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;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.hero-title.sm {
  font-size: 42px;
}

.hero-para {
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}

.hero-para.mx-95 {
  max-width: 100%;
  color: #1a1a1a;
}

.conatct-support-rt p {
  font-size: 18px;
}

.image-23 {
  width: 700px;
}

.heading-15 {
  display: none;
}

.text-block-9 {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}

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

.heading-17 {
  margin-top: 0px;
  font-size: 32px;
  line-height: 50px;
  text-align: center;
}

.bold-text-18 {
  text-shadow: 1px 1px 6px #000;
}

.bold-text-19 {
  text-shadow: 1px 1px 6px #000;
}

.heading-19 {
  margin-top: 40px;
  color: #000;
  text-align: center;
}

.service-tittle-copy {
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-decoration: none;
}

.service-tittle-copy.square {
  position: relative;
  bottom: -10px;
  display: inline-block;
  margin-top: -26px;
  margin-bottom: 18px;
}

.service-tittle-copy {
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-decoration: none;
}

.service-tittle-copy.square {
  position: relative;
  margin-top: -26px;
  margin-bottom: 18px;
}

.service-tittle-copy.square {
  position: relative;
  bottom: -10px;
  display: inline-block;
  margin-top: -26px;
  margin-bottom: 18px;
}

.service-tittle-copy.square {
  position: relative;
  display: inline-block;
  margin-top: -26px;
  margin-bottom: 18px;
}

.service-tittle-copy {
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-decoration: none;
}

.service-tittle-copy.square {
  position: relative;
  margin-top: -26px;
  margin-bottom: 18px;
}

.service-tittle-copy {
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-decoration: none;
}

.service-tittle-copy.square {
  position: relative;
  display: inline-block;
  margin-top: -26px;
  margin-bottom: 18px;
}

.heading-21 {
  margin-top: 40px;
  font-size: 30px;
  text-align: center;
}

.section-tittle-copy {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 45px;
  font-weight: 500;
  text-align: center;
}

.section-tittle-copy.white {
  padding-right: 0px;
  padding-left: 0px;
  color: #fff;
}

.section-tittle-copy.white.left {
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.section-tittle-copy.white.center {
  font-family: Poppins, sans-serif;
  font-weight: 500;
  text-align: center;
}

.section-tittle-copy.half-side {
  padding-right: 0px;
  padding-left: 0px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 35px;
  line-height: 45px;
  font-weight: 500;
  text-align: left;
}

.section-tittle-copy.half-side.square {
  font-size: 35px;
  line-height: 45px;
}

.section-tittle-copy.half-side.title {
  margin-top: 0px;
  text-align: center;
}

.section-tittle-copy.center-algiment {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 33px;
  font-weight: 500;
  text-align: center;
}

.section-tittle-copy.center-algiment.gramlily {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 27px;
  padding-bottom: 17px;
  color: #000;
  font-size: 25px;
}

.section-tittle-copy.percentual {
  width: 70%;
  color: #000;
  font-size: 35px;
  line-height: 45px;
}

.section-tittle-copy {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 45px;
  font-weight: 500;
  text-align: center;
}

.section-tittle-copy.white {
  padding-right: 0px;
  padding-left: 0px;
  color: #fff;
}

.section-tittle-copy.white.left {
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.section-tittle-copy.white.center {
  font-family: Poppins, sans-serif;
  font-weight: 500;
  text-align: center;
}

.section-tittle-copy.half-side {
  padding-right: 0px;
  padding-left: 0px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 35px;
  line-height: 45px;
  font-weight: 500;
  text-align: left;
}

.section-tittle-copy.half-side.square {
  font-size: 35px;
  line-height: 45px;
}

.section-tittle-copy.half-side.title {
  margin-top: 0px;
  text-align: center;
}

.section-tittle-copy.center-algiment {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 33px;
  font-weight: 500;
  text-align: center;
}

.section-tittle-copy.center-algiment.gramlily {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 27px;
  padding-bottom: 17px;
  font-size: 25px;
}

.section-tittle-copy.percentual {
  width: 70%;
  color: #000;
  font-size: 35px;
  line-height: 45px;
}

.container-6 {
  max-width: 1100px;
  margin-top: 20px;
}

.col-1-div.calendar-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.button-12 {
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 5px;
  background-color: #0bf;
  font-family: Poppins, sans-serif;
}

.hero-title-copy {
  display: block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.hero-title-copy.sm {
  font-size: 42px;
}

.bold-text-20 {
  display: inline;
  text-decoration: none;
}

.col-1-30-copy {
  width: 100%;
  max-width: 35%;
}

.col-1-30-copy.mr-20 {
  margin-right: 20px;
}

.col-1-30-copy.calendar-col-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.col-1-30-copy.calendar-col-1-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.two-col-block {
  width: 100%;
  max-width: 50%;
}

.two-col-block.ml-2 {
  margin-left: 2em;
}

.two-col-block.mr-2 {
  margin-right: 2em;
}

.button-11-copy {
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 5px;
  background-color: #0bf;
  font-family: Poppins, sans-serif;
}

.homepage-main-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  min-height: 41.66em;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 9px;
}

.homepage-main-col.bigger {
  margin: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border: 0px none transparent;
  border-radius: 0%;
  background-image: none;
  box-shadow: none;
}

.homepage-hero-img-col {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  max-width: 40%;
}

.homepage-hero-img-col.hide-on-desktop {
  display: none;
}

.homepage-hero-img-col.move-makeup-hand {
  bottom: -7.3em;
  height: 100%;
}

.homepage-img-holder {
  position: relative;
  left: 0px;
  border-radius: 5px;
}

.homepage-new-address {
  position: absolute;
  left: auto;
  top: auto;
  right: 2.4em;
  bottom: 3em;
  font-family: Nunito, sans-serif;
  color: #f4f5f9;
  font-size: 1.1111em;
  line-height: 1.62;
  font-weight: 400;
}

.homepage-start-btn {
  padding: 0.3em 1.75em;
  border-radius: 0.166em;
  background-color: #ffc106;
  box-shadow: 1px 1px 3px 0 #000;
  -webkit-transition: opacity 200ms ease, all 400ms ease;
  transition: opacity 200ms ease, all 400ms ease;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 2.0833333333333335em;
  line-height: 1.333;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.0666em;
  text-shadow: 1px 1px 2px #000;
}

.homepage-start-btn.mb-20 {
  margin-bottom: 0.66em;
}

.homepage-banner-main-title {
  margin-top: 0px;
  margin-bottom: 0.571em;
  font-family: Varela, sans-serif;
  color: #fff;
  font-size: 3em;
  line-height: 1.571;
  font-weight: 400;
  text-transform: none;
}

.setup-title-banner {
  opacity: 0.87;
  color: #fff;
  font-size: 1.3em;
  font-weight: 500;
}

.global-css {
  display: none;
}

.homepage-start-btn-copy {
  padding: 0.3em 1.75em;
  border-radius: 0.166em;
  background-color: #ffc106;
  box-shadow: 1px 1px 3px 0 #000;
  -webkit-transition: opacity 200ms ease, all 400ms ease;
  transition: opacity 200ms ease, all 400ms ease;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 2.0833333333333335em;
  line-height: 1.333;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.0666em;
  text-shadow: 1px 1px 2px #000;
}

.homepage-start-btn-copy.mb-20 {
  margin-bottom: 0.66em;
}

.image-24 {
  width: 22%;
  max-width: 85%;
}

.text-field-3-copy {
  display: inline-block;
  height: 42px;
  margin-bottom: 12px;
  float: none;
  border-radius: 3px;
}

.text-field-3-copy.single {
  width: 32%;
  margin-right: 1%;
  margin-bottom: 0px;
  float: left;
  border-style: none;
  border-radius: 5px;
  font-family: Nunito, sans-serif;
  font-size: 14px;
  text-align: center;
}

.text-field-3-copy.contact-form {
  font-size: 13px;
  line-height: 18px;
}

.text-field-3-copy.contact-form.gray {
  margin-bottom: 24px;
  padding-left: 40px;
  border: 1px solid #e4ecf6;
  border-radius: 5px;
  background-color: rgba(244, 245, 249, 0.5);
  background-image: url("../images/icons8-contacts-64_1icons8-contacts-64.png");
  background-position: 7px 48%;
  background-size: 20px;
  background-repeat: no-repeat;
  font-family: Nunito, sans-serif;
  color: #667399;
}

.text-field-3-copy.contact-form.gray.email {
  padding-left: 40px;
  background-image: url("../images/icons8-secured-letter-64_1icons8-secured-letter-64.png");
  background-size: 20px;
}

.text-field-3-copy.contact-form.gray.email.dark {
  border-style: none;
  border-color: rgba(124, 132, 153, 0.3);
  border-radius: 5px;
  background-color: rgba(124, 132, 153, 0.32);
  color: #fff;
}

.text-field-3-copy.contact-form.gray.email.single {
  background-position: 16px 50%;
  text-align: center;
}

.text-field-3-copy.contact-form.gray.budget {
  background-image: url("../images/icons8-coins-80_1icons8-coins-80.png");
  background-size: 20px;
}

.text-field-3-copy.contact-form.gray.subject {
  background-image: url("../images/icons8-box-64_1icons8-box-64.png");
  background-size: 20px;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-field-3-copy.contact-form.gray.timeline {
  background-image: url("../images/icons8-time-80_1icons8-time-80.png");
  background-size: 20px;
}

.text-field-3-copy.contact-form.gray.protected {
  padding-left: 0px;
  background-image: none;
  text-align: center;
}

.text-field-3-copy.contact-form.gray.footer {
  border-style: none;
  border-radius: 5px;
  background-color: rgba(124, 132, 153, 0.32);
  color: #cbd0df;
}

.text-field-3-copy.contact-form.gray.single {
  border-style: none;
  border-radius: 5px;
  background-color: #fff;
  background-position: 14px 50%;
  text-align: center;
}

.field-label-copy {
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  text-align: left;
}

.field-label-copy.contact-us-field {
  margin-bottom: 8px;
  color: #3f3f3f;
  font-size: 12px;
  font-weight: 400;
}

.field-label-copy.contact-us-field.gray {
  padding-top: 0px;
  font-family: Nunito, sans-serif;
  color: #545569;
  font-weight: 700;
}

.image-25 {
  display: block;
  width: 394px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-31 {
  width: 1653.3333740234375px;
  margin-right: auto;
  margin-left: auto;
}

.image-26 {
  display: block;
  width: 409px;
}

.image-27 {
  display: block;
  width: 400px;
  margin-right: auto;
  margin-left: auto;
}

.image-28 {
  display: block;
  width: 419px;
  margin-right: auto;
  margin-left: auto;
}

.image-29 {
  display: block;
  width: 392px;
  margin-right: auto;
  margin-left: auto;
}

.image-30 {
  display: block;
  width: 419px;
  margin-right: auto;
  margin-left: auto;
}

.column-12 {
  top: -153px;
}

.column-13 {
  top: -153px;
  padding-right: 30px;
  padding-left: 30px;
}

.video-6 {
  left: auto;
  bottom: -20px;
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  box-shadow: 2px 1px 2px 0 #000;
  -webkit-transition: -webkit-box-flex 200ms ease, -webkit-flex 200ms ease;
  transition: -webkit-box-flex 200ms ease, -webkit-flex 200ms ease;
  transition: flex 200ms ease;
  transition: flex 200ms ease, -webkit-box-flex 200ms ease,
    -webkit-flex 200ms ease, -ms-flex 200ms ease;
}

.bold-text-21 {
  position: relative;
  bottom: -117px;
}

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

.text-block-11 {
  color: #fff;
  font-size: 20px;
  line-height: 27px;
}

.text-block-12 {
  position: relative;
  bottom: -49px;
  color: #fff;
  font-size: 18px;
}

.image-31 {
  margin-top: -24px;
  margin-bottom: -40px;
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: -webkit-box-flex 200ms ease, -webkit-flex 200ms ease;
  transition: -webkit-box-flex 200ms ease, -webkit-flex 200ms ease;
  transition: flex 200ms ease;
  transition: flex 200ms ease, -webkit-box-flex 200ms ease,
    -webkit-flex 200ms ease, -ms-flex 200ms ease;
}

.text-block-13 {
  margin-top: -5px;
  margin-right: 35px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 13px;
  background-color: hsla(0, 0%, 100%, 0.2);
  -webkit-transition: -webkit-box-flex 200ms ease, -webkit-flex 200ms ease;
  transition: -webkit-box-flex 200ms ease, -webkit-flex 200ms ease;
  transition: flex 200ms ease;
  transition: flex 200ms ease, -webkit-box-flex 200ms ease,
    -webkit-flex 200ms ease, -ms-flex 200ms ease;
  font-size: 20px;
  line-height: 25px;
}

.columns-3 {
  padding-left: 30px;
}

.heading-22 {
  position: relative;
  bottom: -21px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #fff;
  font-size: 32px;
}

.heading-23 {
  font-size: 22px;
  line-height: 5px;
}

.heading-24 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #fff;
  font-size: 20px;
}

.div-block-33 {
  border-radius: 5px;
}

.div-block-34 {
  display: none;
  width: 0px;
}

.video-7 {
  display: none;
}

.video-8 {
  display: none;
}

.video-9 {
  display: none;
}

.video-10 {
  display: none;
}

.div-block-37 {
  width: 600px;
  margin: 50px auto;
}

.video-11 {
  display: none;
}

.image-32 {
  position: relative;
  top: -22px;
  width: 60%;
}

.html-embed-2 {
  display: block;
  width: 750px;
  margin-right: auto;
  margin-left: auto;
  -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-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.div-block-40 {
  display: block;
  width: 992px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.div-block-41 {
  width: 750px;
  margin-right: auto;
  margin-left: auto;
}

.html-embed-3 {
  width: 750px;
  margin-right: auto;
  margin-left: auto;
}

.position-2 {
  margin-top: 5px;
  font-family: Nunito, sans-serif;
  color: #fc6f00;
}

.position-2.third {
  color: #000;
  font-size: 18px;
}

.exp-tittle-2 {
  margin-top: 0px;
  font-family: Poppins, sans-serif;
  color: #545569;
  font-weight: 500;
}

.section-7 {
  position: relative;
  z-index: 1;
  margin-top: -24px;
  padding: 109px 20px 0px;
  border-top: 1px none #e4e4e4;
  border-bottom: 1px none #e4e4e4;
  background-color: #f4f5f9;
  color: #000;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

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

.section-7.both-side-padding.single {
  background-image: url("../images/43243.png");
  background-position: 61px 0px;
  background-size: 10%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section-7.both-side-padding.single.faq {
  margin-top: -27px;
  padding-top: 46px;
  padding-bottom: 2px;
}

.section-7.orange {
  position: static;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: transparent;
  background-image: linear-gradient(
      135deg,
      rgba(252, 111, 0, 0.93) 19%,
      rgba(255, 6, 156, 0.88)
    ),
    url("../images/square-3.png"), none,
    linear-gradient(180deg, rgba(252, 111, 0, 0.94), rgba(252, 111, 0, 0.94));
  background-position: 0px 0px, 100% 100%, 43px 0px, 0px 0px;
  background-size: auto, 150px, 250px, auto;
  background-repeat: repeat, no-repeat, no-repeat, repeat;
  background-attachment: scroll, scroll, scroll, scroll;
}

.section-7.white {
  padding-top: 0px;
  padding-bottom: 63px;
  border-top-style: none;
  border-bottom-style: none;
  background-color: #fff;
  background-image: none;
}

.section-7.white.no-padding {
  padding-bottom: 0px;
}

.section-7.white.no-padding.they-say {
  padding-top: 100px;
  padding-bottom: 0px;
  background-image: url("../images/Square-5.png");
  background-position: 87% 25%;
  background-size: 4%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.section-7.white.no-padding.they-say.v2 {
  position: static;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 80px;
}

.section-7.orange-copy {
  position: static;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 212px;
  padding-bottom: 51px;
  background-color: transparent;
  background-image: linear-gradient(
      135deg,
      rgba(252, 111, 0, 0.93) 19%,
      rgba(255, 6, 156, 0.88)
    ),
    url("../images/square-3.png"), none,
    linear-gradient(180deg, rgba(252, 111, 0, 0.94), rgba(252, 111, 0, 0.94));
  background-position: 0px 0px, 100% 100%, 43px 0px, 0px 0px;
  background-size: auto, 150px, 250px, auto;
  background-repeat: repeat, no-repeat, no-repeat, repeat;
  background-attachment: scroll, scroll, scroll, scroll;
}

.section-7.footer-white {
  display: block;
  padding-top: 90px;
  padding-bottom: 0px;
  border-top-style: none;
  background-color: #fff;
}

.footer-link-2 {
  display: block;
  margin-top: 0px;
  margin-bottom: 13px;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: Nunito, sans-serif;
  color: #7c8499;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.footer-link-2:hover {
  color: #fc6f00;
  text-decoration: underline;
}

.homepage-banner-main-title-2 {
  margin-top: 0px;
  margin-bottom: 0.571em;
  color: #fff;
  font-size: 2.43em;
  line-height: 1.571;
  text-transform: uppercase;
}

.setup-title-banner-2 {
  opacity: 0.87;
  color: #fff;
  font-size: 1.3em;
  font-weight: 500;
}

.homepage-start-btn-copy-2 {
  padding: 0.3em 1.75em;
  border-radius: 0.166em;
  background-color: #ffc106;
  box-shadow: 1px 1px 3px 0 #000;
  -webkit-transition: opacity 200ms ease, all 400ms ease;
  transition: opacity 200ms ease, all 400ms ease;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 2.0833333333333335em;
  line-height: 1.333;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.0666em;
  text-shadow: 1px 1px 2px #000;
}

.homepage-start-btn-copy-2.mb-20 {
  margin-bottom: 0.66em;
}

.instagram-users-block-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 70%;
  padding: 1em;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 0.5em;
  background-color: #fff;
  box-shadow: 0 1px 1em 1em rgba(0, 0, 0, 0.1);
}

.user-name-title-2 {
  display: block;
  margin-top: 0em;
  margin-bottom: 0.571em;
  -webkit-transition: -webkit-box-flex 200ms ease, -webkit-flex 200ms ease;
  transition: -webkit-box-flex 200ms ease, -webkit-flex 200ms ease;
  transition: flex 200ms ease;
  transition: flex 200ms ease, -webkit-box-flex 200ms ease,
    -webkit-flex 200ms ease, -ms-flex 200ms ease;
  font-family: Nunito, sans-serif;
  color: #fff;
  font-size: 2.43em;
  line-height: 1.28;
}

.features-icon-5 {
  display: block;
  width: 64px;
  height: 64px;
  margin-right: auto;
  margin-bottom: 22px;
  margin-left: auto;
  border-radius: 4px;
  background-color: transparent;
  background-image: url("../images/icons8-idea-240.png"),
    linear-gradient(135deg, #fc6f00 27%, #da0000);
  background-position: 50% 50%, 0px 0px;
  background-size: 38px, auto;
  background-repeat: no-repeat, repeat;
}

.features-icon-5.first {
  position: relative;
  top: -30px;
  margin-bottom: 0px;
  border-radius: 10px;
  background-image: url("../images/icons8-up-96-1_1icons8-up-96 (1).png"),
    -webkit-gradient(linear, left top, left bottom, from(#ffaf06), to(#ffaf06));
  background-image: url("../images/icons8-up-96-1_1icons8-up-96 (1).png"),
    linear-gradient(180deg, #ffaf06, #ffaf06);
  background-position: 50% 50%, 0px 0px;
  background-size: 40px, auto;
  background-repeat: no-repeat, repeat;
  box-shadow: 1px 1px 3px 0 #000;
}

.features-icon-5.third {
  position: relative;
  top: -30px;
  margin-bottom: 0px;
  border-radius: 10px;
  background-image: url("../images/instamiawhitelogo.png"),
    -webkit-gradient(linear, left top, left bottom, from(#2fd36e), to(#2fd36e));
  background-image: url("../images/instamiawhitelogo.png"),
    linear-gradient(180deg, #2fd36e, #2fd36e);
  background-position: 50% 50%, 0px 0px;
  background-size: 32px, auto;
  background-repeat: no-repeat, repeat;
  box-shadow: 1px 1px 3px 0 #000;
}

.features-icon-5.fifth {
  position: relative;
  top: -30px;
  margin-bottom: 0px;
  border-radius: 10px;
  background-image: url("../images/icons8-coins-80_1icons8-coins-80.png"),
    -webkit-gradient(linear, left top, left bottom, from(#8c0fff), to(#8c0fff));
  background-image: url("../images/icons8-coins-80_1icons8-coins-80.png"),
    linear-gradient(180deg, #8c0fff, #8c0fff);
  background-position: 50% 50%, 0px 0px;
  background-size: 38px, auto;
  background-repeat: no-repeat, repeat;
  box-shadow: 1px 1px 3px 0 #000;
}

.features-icon-5.second {
  background-image: url("../images/icons8-code-80_1icons8-code-80.png"),
    linear-gradient(135deg, #fc6f00 27%, #da0000);
  background-size: 40px, auto;
}

.features-icon-5.second.center {
  position: relative;
  top: -30px;
  display: block;
  margin-bottom: 0px;
  border-radius: 10px;
  background-color: #ff0fd9;
  background-image: url("../images/icons8-technical-support-64_1icons8-technical-support-64.png");
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 3px 0 #000;
}

.div-block-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -8px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 82px 61px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #fff;
  box-shadow: 1px 1px 8px 2px rgba(0, 0, 0, 0.3);
}

.custom-button-2 {
  padding: 0.7em 2em;
  border-radius: 0.4em;
  background-color: #0675ec;
  cursor: pointer;
}

.custom-button-2.for-card {
  padding: 0.5em 1.5em;
  background-color: #0675ec;
  font-size: 1em;
  line-height: 1.6;
}

.hero-text-2 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  margin-top: 15px;
  margin-bottom: 35px;
  color: #ffaf06;
}

.hero-text-2.homepage-title-new {
  position: static;
  left: auto;
  right: 0px;
  bottom: 0px;
}

.form-target-block {
  width: 750px;
  margin-bottom: 0px;
  padding-bottom: 50px;
  text-align: left;
}

.text-field {
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.submit-btn {
  padding-right: 20px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #ff7a59;
  border-radius: 3px;
  background-color: #ff7a59;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.submit-btn.contact-input {
  border-radius: 15px;
}

.input-field {
  margin-bottom: 0px;
  background-color: #f5f8fa;
}

.input-field.contact-input {
  border-radius: 15px;
}

.required {
  color: red;
}

.form-input-label-block {
  margin-bottom: 20px;
}

.form-input-label-block._45--col {
  width: 100%;
  max-width: 45%;
}

.form-input-label-block.on-error-msg {
  position: relative;
  margin-bottom: 30px;
}

.contact-name-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-43 {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.video-col-1 {
  width: 100%;
  max-width: 45%;
  margin-top: -26px;
}

.video-col-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 50%;
  -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;
  -o-object-fit: contain;
  object-fit: contain;
}

.inner-vid-block {
  display: block;
  width: 100%;
  border-radius: 5px;
  box-shadow: 2px 1px 2px 0 #000;
  -webkit-transition: -webkit-box-flex 200ms ease, -webkit-flex 200ms ease;
  transition: -webkit-box-flex 200ms ease, -webkit-flex 200ms ease;
  transition: flex 200ms ease;
  transition: flex 200ms ease, -webkit-box-flex 200ms ease,
    -webkit-flex 200ms ease, -ms-flex 200ms ease;
}

.video-text-blck {
  position: static;
  margin-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 13px;
  background-color: hsla(0, 0%, 100%, 0.2);
  -webkit-transition: -webkit-box-flex 200ms ease, -webkit-flex 200ms ease;
  transition: -webkit-box-flex 200ms ease, -webkit-flex 200ms ease;
  transition: flex 200ms ease;
  transition: flex 200ms ease, -webkit-box-flex 200ms ease,
    -webkit-flex 200ms ease, -ms-flex 200ms ease;
  font-size: 22px;
  line-height: 28px;
}

.video-test-img {
  display: block;
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: -webkit-box-flex 200ms ease, -webkit-flex 200ms ease;
  transition: -webkit-box-flex 200ms ease, -webkit-flex 200ms ease;
  transition: flex 200ms ease;
  transition: flex 200ms ease, -webkit-box-flex 200ms ease,
    -webkit-flex 200ms ease, -ms-flex 200ms ease;
}

.video-test-name {
  margin-top: 10px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #fff;
  font-size: 27px;
  line-height: 27px;
}

.video-test-profession {
  margin-top: 0px;
  margin-bottom: 0.5em;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 400;
}

.div-block-45 {
  display: inline-block;
  width: 952px;
  margin-right: auto;
  margin-left: auto;
}

.button-13 {
  position: relative;
}

.button-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 185px;
  padding: 12px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #0675ec;
  border-radius: 0px;
  background-color: #da0000;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-family: Poppins, sans-serif;
  color: #fff;
  text-decoration: none;
}

.button-copy:hover {
  border-width: 0px;
  border-color: #000;
  background-color: #da0000;
  color: #fff;
}

.button-copy.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
  border-width: 0px;
  border-color: transparent;
  border-radius: 5px;
  background-color: #2d96ff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  text-align: center;
}

.button-copy.center:hover {
  background-color: #8c0fff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}

.button-copy.center.left {
  width: 300px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 19px;
  padding-bottom: 16px;
  padding-left: 19px;
  color: #fff;
  text-align: center;
}

.button-copy.center.left:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.button-copy.center.left.mirror {
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0.4);
  background-color: transparent;
}

.button-copy.center.left.mirror:hover {
  border-color: #8c0fff;
  background-color: #8c0fff;
}

.button-copy.center.left.mirror.middle {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.button-copy.center.hero {
  margin-right: 10px;
  margin-left: 10px;
  float: left;
}

.button-copy.center.hero:hover {
  background-color: #fc6f00;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.button-copy.center.pink {
  background-color: #8c0fff;
}

.button-copy.center.pink:hover {
  background-color: #8c0fff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.button-copy.center.login {
  width: 100%;
}

.button-copy.center.orange:hover {
  background-color: #ff069c;
}

.button-copy.center.free-trial {
  position: static;
  width: auto;
  margin-bottom: 20px;
  background-color: #0bf;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ab0fff),
    color-stop(71%, #ff00f6)
  );
  background-image: linear-gradient(90deg, #ab0fff, #ff00f6 71%);
}

.button-copy.center.free-trial.start {
  position: relative;
  bottom: -55px;
  display: block;
  width: 354px;
  margin-top: -28px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#21e9ff),
    to(#f600ff)
  );
  background-image: linear-gradient(90deg, #21e9ff, #f600ff);
  box-shadow: 1px 1px 3px 0 #000;
  font-size: 30px;
  line-height: 40px;
}

.button-copy.center.free-trial.start.review {
  margin-top: 14px;
  padding-right: 10px;
  padding-left: 10px;
}

.button-copy.center.free-trial.start.review.seperate {
  display: none;
}

.button-copy.center.free-trial.header {
  width: 400px;
  height: 60px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px;
  border-radius: 5px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffc106),
    to(#ffc106)
  );
  background-image: linear-gradient(180deg, #ffc106, #ffc106);
  box-shadow: 1px 1px 3px 0 #000;
  opacity: 1;
  -webkit-transition: opacity 200ms ease, all 400ms ease;
  transition: opacity 200ms ease, all 400ms ease;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
}

.button-copy.center.free-trial.header.start-free {
  width: 100%;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 10px;
  padding-left: 10px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00e8f8),
    to(#ff29db)
  );
  background-image: linear-gradient(90deg, #00e8f8, #ff29db);
  font-size: 30px;
  line-height: 40px;
}

.button-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 185px;
  padding: 12px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #0675ec;
  border-radius: 0px;
  background-color: #da0000;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-family: Poppins, sans-serif;
  color: #fff;
  text-decoration: none;
}

.button-copy:hover {
  border-width: 0px;
  border-color: #000;
  background-color: #da0000;
  color: #fff;
}

.button-copy.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
  border-width: 0px;
  border-color: transparent;
  border-radius: 5px;
  background-color: #2d96ff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  text-align: center;
}

.button-copy.center:hover {
  background-color: #8c0fff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}

.button-copy.center.left {
  width: 300px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 19px;
  padding-bottom: 16px;
  padding-left: 19px;
  color: #fff;
  text-align: center;
}

.button-copy.center.left:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.button-copy.center.left.mirror {
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0.4);
  background-color: transparent;
}

.button-copy.center.left.mirror:hover {
  border-color: #8c0fff;
  background-color: #8c0fff;
}

.button-copy.center.left.mirror.middle {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.button-copy.center.hero {
  margin-right: 10px;
  margin-left: 10px;
  float: left;
}

.button-copy.center.hero:hover {
  background-color: #fc6f00;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.button-copy.center.pink {
  background-color: #8c0fff;
}

.button-copy.center.pink:hover {
  background-color: #8c0fff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.button-copy.center.login {
  width: 100%;
}

.button-copy.center.orange:hover {
  background-color: #ff069c;
}

.button-copy.center.free-trial {
  position: static;
  width: auto;
  margin-bottom: 20px;
  background-color: #0bf;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ab0fff),
    color-stop(71%, #ff00f6)
  );
  background-image: linear-gradient(90deg, #ab0fff, #ff00f6 71%);
}

.button-copy.center.free-trial.start {
  position: relative;
  bottom: -55px;
  display: block;
  width: 354px;
  margin-top: -84px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#21e9ff),
    to(#f600ff)
  );
  background-image: linear-gradient(90deg, #21e9ff, #f600ff);
  box-shadow: 1px 1px 3px 0 #000;
  font-size: 30px;
  line-height: 40px;
}

.button-copy.center.free-trial.start.review {
  margin-top: 14px;
  padding-right: 10px;
  padding-left: 10px;
}

.button-copy.center.free-trial.start.review.seperate {
  display: none;
}

.button-copy.center.free-trial.header {
  width: 400px;
  height: 60px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px;
  border-radius: 5px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffc106),
    to(#ffc106)
  );
  background-image: linear-gradient(180deg, #ffc106, #ffc106);
  box-shadow: 1px 1px 3px 0 #000;
  opacity: 1;
  -webkit-transition: opacity 200ms ease, all 400ms ease;
  transition: opacity 200ms ease, all 400ms ease;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
}

.button-copy.center.free-trial.header.start-free {
  width: 100%;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 10px;
  padding-left: 10px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00e8f8),
    to(#ff29db)
  );
  background-image: linear-gradient(90deg, #00e8f8, #ff29db);
  font-size: 30px;
  line-height: 40px;
}

.button-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 185px;
  padding: 12px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #0675ec;
  border-radius: 0px;
  background-color: #da0000;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-family: Poppins, sans-serif;
  color: #fff;
  text-decoration: none;
}

.button-copy:hover {
  border-width: 0px;
  border-color: #000;
  background-color: #da0000;
  color: #fff;
}

.button-copy.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
  border-width: 0px;
  border-color: transparent;
  border-radius: 5px;
  background-color: #2d96ff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  text-align: center;
}

.button-copy.center:hover {
  background-color: #8c0fff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}

.button-copy.center.left {
  width: 300px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 19px;
  padding-bottom: 16px;
  padding-left: 19px;
  color: #fff;
  text-align: center;
}

.button-copy.center.left:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.button-copy.center.left.mirror {
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0.4);
  background-color: transparent;
}

.button-copy.center.left.mirror:hover {
  border-color: #8c0fff;
  background-color: #8c0fff;
}

.button-copy.center.left.mirror.middle {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.button-copy.center.hero {
  margin-right: 10px;
  margin-left: 10px;
  float: left;
}

.button-copy.center.hero:hover {
  background-color: #fc6f00;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.button-copy.center.pink {
  background-color: #8c0fff;
}

.button-copy.center.pink:hover {
  background-color: #8c0fff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.button-copy.center.login {
  width: 100%;
}

.button-copy.center.orange:hover {
  background-color: #ff069c;
}

.button-copy.center.free-trial {
  position: static;
  width: auto;
  margin-bottom: 20px;
  background-color: #0bf;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ab0fff),
    color-stop(71%, #ff00f6)
  );
  background-image: linear-gradient(90deg, #ab0fff, #ff00f6 71%);
}

.button-copy.center.free-trial.start {
  position: relative;
  bottom: -55px;
  display: block;
  width: 354px;
  margin-top: -84px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#21e9ff),
    to(#f600ff)
  );
  background-image: linear-gradient(90deg, #21e9ff, #f600ff);
  box-shadow: 1px 1px 3px 0 #000;
  font-size: 30px;
  line-height: 40px;
}

.button-copy.center.free-trial.start.review {
  margin-top: 14px;
  padding-right: 10px;
  padding-left: 10px;
}

.button-copy.center.free-trial.start.review.seperate {
  display: none;
}

.button-copy.center.free-trial.header {
  width: 400px;
  height: 60px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px;
  border-radius: 5px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffc106),
    to(#ffc106)
  );
  background-image: linear-gradient(180deg, #ffc106, #ffc106);
  box-shadow: 1px 1px 3px 0 #000;
  opacity: 1;
  -webkit-transition: opacity 200ms ease, all 400ms ease;
  transition: opacity 200ms ease, all 400ms ease;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
}

.button-copy.center.free-trial.header.start-free {
  width: 100%;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 10px;
  padding-left: 10px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00e8f8),
    to(#ff29db)
  );
  background-image: linear-gradient(90deg, #00e8f8, #ff29db);
  font-size: 30px;
  line-height: 40px;
}

.button-copy-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 185px;
  padding: 12px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #0675ec;
  border-radius: 0px;
  background-color: #da0000;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-family: Poppins, sans-serif;
  color: #fff;
  text-decoration: none;
}

.button-copy-copy:hover {
  border-width: 0px;
  border-color: #000;
  background-color: #da0000;
  color: #fff;
}

.button-copy-copy.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
  border-width: 0px;
  border-color: transparent;
  border-radius: 5px;
  background-color: #2d96ff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  text-align: center;
}

.button-copy-copy.center:hover {
  background-color: #8c0fff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}

.button-copy-copy.center.left {
  width: 300px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 19px;
  padding-bottom: 16px;
  padding-left: 19px;
  color: #fff;
  text-align: center;
}

.button-copy-copy.center.left:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.button-copy-copy.center.left.mirror {
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0.4);
  background-color: transparent;
}

.button-copy-copy.center.left.mirror:hover {
  border-color: #8c0fff;
  background-color: #8c0fff;
}

.button-copy-copy.center.left.mirror.middle {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.button-copy-copy.center.hero {
  margin-right: 10px;
  margin-left: 10px;
  float: left;
}

.button-copy-copy.center.hero:hover {
  background-color: #fc6f00;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.button-copy-copy.center.pink {
  background-color: #8c0fff;
}

.button-copy-copy.center.pink:hover {
  background-color: #8c0fff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.button-copy-copy.center.login {
  width: 100%;
}

.button-copy-copy.center.orange:hover {
  background-color: #ff069c;
}

.button-copy-copy.center.free-trial {
  position: static;
  width: auto;
  margin-bottom: 20px;
  background-color: #0bf;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ab0fff),
    color-stop(71%, #ff00f6)
  );
  background-image: linear-gradient(90deg, #ab0fff, #ff00f6 71%);
}

.button-copy-copy.center.free-trial.start {
  position: relative;
  bottom: -55px;
  display: block;
  width: 354px;
  margin-top: -40px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#21e9ff),
    to(#f600ff)
  );
  background-image: linear-gradient(90deg, #21e9ff, #f600ff);
  box-shadow: 1px 1px 3px 0 #000;
  font-size: 30px;
  line-height: 40px;
}

.button-copy-copy.center.free-trial.start.review {
  margin-top: 14px;
  padding-right: 10px;
  padding-left: 10px;
}

.button-copy-copy.center.free-trial.start.review.seperate {
  display: none;
}

.button-copy-copy.center.free-trial.header {
  width: 400px;
  height: 60px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px;
  border-radius: 5px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffc106),
    to(#ffc106)
  );
  background-image: linear-gradient(180deg, #ffc106, #ffc106);
  box-shadow: 1px 1px 3px 0 #000;
  opacity: 1;
  -webkit-transition: opacity 200ms ease, all 400ms ease;
  transition: opacity 200ms ease, all 400ms ease;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
}

.button-copy-copy.center.free-trial.header.start-free {
  width: 100%;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 10px;
  padding-left: 10px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00e8f8),
    to(#ff29db)
  );
  background-image: linear-gradient(90deg, #00e8f8, #ff29db);
  font-size: 30px;
  line-height: 40px;
}

.div-block-46 {
  padding-top: 57px;
}

.image-33 {
  margin-bottom: -92px;
  padding-bottom: 0px;
}

.success-message-new {
  background-color: #0bf;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 16px;
}

.bann {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding: 3em;
  -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;
  background-color: transparent;
  background-image: linear-gradient(135deg, rgba(252, 111, 0, 0.95), #ff069c);
  background-position: 0px 0px;
  background-size: auto;
  opacity: 1;
  font-size: 1vw;
}

.terms-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 64em;
  min-height: 23ch;
  -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;
}

.term-para {
  margin-top: 0px;
  margin-bottom: 1.5em;
  padding-top: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.6em;
  line-height: 1.4;
  text-align: center;
}

.term-para.hidethis {
  display: none;
}

.terms-title {
  margin-top: 0px;
  margin-bottom: 0.9em;
  font-size: 2.6em;
  line-height: 1.2;
  text-align: center;
}

.term-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.9em 1.9em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  border-radius: 0.5em;
  background-color: #064bec;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 1.2em;
  line-height: 1.2;
  cursor: pointer;
}

.term-btn:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #064bec;
  background-color: #fff;
  color: #064bec;
}

.terms-highlight {
  color: #ff069c;
  font-weight: 600;
}

.global-res-css {
  display: none;
}

.bold-text-22 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.video-13 {
  display: block;
}

.circle-on-left-copy {
  position: absolute;
  left: -14px;
  top: 0px;
  right: 548px;
  width: 25px;
  height: 25px;
  border-style: solid;
  border-width: 9px;
  border-color: #ff830f;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.circle-on-left-copy.second {
  border-color: #89dd1f;
}

.circle-on-left-copy.third {
  border-color: #95ff0f;
  text-align: center;
}

.circle-on-left-copy.fourth {
  border-color: #ff069c;
}

.circle-on-left-copy.fifth {
  border-color: #8c0fff;
}

.circle-on-left-copy.third {
  border-color: #da0000;
  text-align: center;
}

.circle-on-left-copy.fifth {
  border-color: #8c0fff;
}

.circle-on-left-copy.third-copy {
  border-color: #95ff0f;
  text-align: center;
}

.div-block-47 {
  margin-bottom: 50px;
}

.button-14 {
  margin-top: 38px;
  border-radius: 7px;
  background-color: #0bf;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 33px;
  font-weight: 600;
  letter-spacing: normal;
}

.button-15 {
  margin-top: -16px;
  padding-top: 9px;
  border-radius: 7px;
  background-color: #0bf;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 33px;
  font-weight: 600;
  letter-spacing: normal;
}

.html-embed-4 {
  width: 750px;
  max-width: 100.0000186712232%;
}

.container-8 {
  max-width: 75%;
}

.html-embed-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-height: 925px;
  margin-top: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.container-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.column-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.columns-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 15%;
  max-width: 100%;
  min-height: 900px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.html-embed-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-height: 925px;
  margin-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.html-embed-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bold-text-23 {
  color: #fff;
}

.bold-text-24 {
  color: #fff;
}

.html-embed-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.html-embed-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.col-2-50-copy {
  width: 100%;
  max-width: 50%;
}

.col-2-50-copy.calendar-sales {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 100%;
  min-height: 925px;
  margin-top: 10px;
  margin-right: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.col-2-50-copy.calendar-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 100%;
  min-height: 925px;
  margin-top: 10px;
}

.col-2-50-copy.calendar-sales-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 100%;
  min-height: 925px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.col-2-50-copy.calendar-block-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 100%;
  min-height: 925px;
  margin-top: 10px;
}

.html-embed-10 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.html-embed-11 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.html-embed-11-copy {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.custom-section-res {
  padding-right: 4.16em;
  padding-left: 4.16em;
}

.custom-section-res._80px-margin-top {
  margin-top: 80px;
  padding-bottom: 77px;
}

.custom-section-res.contact-sec {
  min-height: 90vh;
  padding-top: 100px;
  padding-bottom: 60px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ff790f),
    to(#fff)
  );
  background-image: linear-gradient(180deg, #ff790f, #fff);
}

.custom-section-res.support-sec {
  padding-top: 60px;
  padding-bottom: 60px;
}

.custom-section-res.hide {
  display: none;
}

.custom-section-res.signup-sec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 94vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(36%, rgba(252, 111, 0, 0.95)),
    to(#ff069c)
  );
  background-image: linear-gradient(
    180deg,
    rgba(252, 111, 0, 0.95) 36%,
    #ff069c
  );
}

.custom-section-res.dashboard-sec {
  min-height: 100vh;
  padding-right: 0em;
  padding-left: 0em;
  color: #fff;
}

.custom-container-res {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.custom-container-res._60vh {
  height: 60vh;
}

.custom-container-res._60vh.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30vh;
  margin-top: 0px;
  margin-bottom: -61px;
  padding-top: 214px;
  -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;
}

.custom-container-res.conatct-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.custom-container-res.support-con {
  font-family: Poppins, sans-serif;
}

.custom-container-res.video-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.custom-container-res.for-terms-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 76.38em;
  padding: 3.5em 2.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2em;
  background-color: #fff;
  box-shadow: 0 0 0.9em 1px hsla(0, 0%, 100%, 0.39);
  font-family: Poppins, sans-serif;
  color: #000;
}

.custom-container-res.signup-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.custom-container-res.nav-bar-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.res-body {
  font-family: Nunito, sans-serif;
  font-size: 1vw;
  line-height: 1.4;
}

.signup-col-one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.signup-col-one.hide-for-now {
  display: none;
}

.signup-col-one.forgot-pw-block {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.signup-sec-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  -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;
}

.sign-up-g-btn {
  padding: 0.6em 4em 0.6em 5.5em;
  border-radius: 0.4em;
  background-color: #fff;
  background-image: url("../images/google.png");
  background-position: 18% 50%;
  background-size: 1.2em;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 1.2em;
  line-height: 1.4;
  font-weight: 400;
  cursor: pointer;
}

.sign-up-g-btn:hover {
  background-color: #36f;
  color: #fff;
}

.new-title {
  margin-top: 0px;
  margin-bottom: 0.3em;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 3.2em;
  line-height: 1.2;
  font-weight: 500;
}

.new-title.color-black {
  color: #000;
}

.new-sub-title {
  color: #f0f0f0;
  font-size: 1.2em;
}

.new-sub-title.mb-2 {
  margin-bottom: 2em;
}

.sign-link {
  display: inline-block;
  color: #172cce;
  font-size: 1em;
  cursor: pointer;
}

.signup-side-img {
  width: 80%;
  height: 90%;
  max-width: 25em;
}

.signup-side-img.login {
  position: relative;
  top: -15px;
  width: 40%;
  height: 70%;
  max-width: 100%;
  margin-top: 0px;
  border-radius: 0px;
}

.or-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 2em;
  margin-bottom: 2em;
  -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;
}

.divider-line {
  width: 100100%;
  height: 0.15em;
  background-color: #2f2e41;
}

.or-text {
  margin-right: 1em;
  margin-left: 1em;
  font-size: 1.2em;
  font-weight: 700;
  text-transform: capitalize;
}

.signup-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 30em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.styled-input {
  height: 100%;
  margin-bottom: 0px;
  padding: 0.7em 1.5em;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 0.5em;
  background-color: transparent;
  color: #fff;
  font-size: 1.2em;
}

.styled-input.mb-1-4 {
  margin-bottom: 1.4em;
}

.styled-input.mb-1-4::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.9);
}

.styled-input.mb-1-4:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.9);
}

.styled-input.mb-1-4::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.9);
}

.styled-input.mb-1-4::placeholder {
  color: hsla(0, 0%, 100%, 0.9);
}

.styled-input.black-border {
  width: 100%;
  max-width: 30em;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  border-color: #000;
  color: #000;
}

.styled-input.black-border.mb-1 {
  margin-bottom: 1em;
}

.styled-input.black-border {
  width: 100%;
  max-width: 30em;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  border-color: #000;
  color: #000;
}

.secondary-btn {
  padding: 0.7em 2.5em;
  border-radius: 0.4em;
  background-color: #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.2;
  cursor: pointer;
}

.secondary-btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}

.secondary-btn.ml-1 {
  margin-left: 1em;
}

.secondary-btn.hidden {
  display: block;
}

.brand-logo {
  width: 12em;
  margin-top: -0.5em;
  -o-object-fit: contain;
  object-fit: contain;
}

.company-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 4em;
  max-width: 12em;
  -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;
  cursor: pointer;
}

.company-link.in-dashborad {
  max-width: 100%;
}

.dashboard-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
}

.side-dashboard-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-height: 100vh;
  max-width: 6em;
  min-width: 16em;
  padding-top: 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 1px solid #fff;
  background-color: #fff;
  background-image: linear-gradient(153deg, #ff5e00 36%, #ff0059 86%);
}

.profile-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 4em;
  margin-bottom: 0.5em;
  padding: 0.8em 1em 0.8em 2em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 0.5em solid transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Nunito, sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-weight: 600;
  cursor: pointer;
}

.profile-col:hover {
  border-left: 0.5em solid #000;
  color: hsla(0, 0%, 100%, 0.9);
  font-weight: 700;
}

.profile-col.active {
  border-style: none none none solid;
  border-left-width: 0.5em;
  border-left-color: #000;
  color: #fff;
  font-weight: 700;
}

.profile-col.logout {
  position: absolute;
  bottom: 1.5em;
  color: rgba(185, 20, 20, 0.8);
}

.profile-col.logout:hover {
  border-left-color: rgba(185, 20, 20, 0.9);
  color: rgba(185, 20, 20, 0.9);
}

.profile-col.disabled {
  -webkit-filter: blur(1px);
  filter: blur(1px);
  cursor: not-allowed;
}

.profile-title {
  font-family: Poppins, sans-serif;
  font-size: 1.5em;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

.second-dashboard-block {
  overflow: auto;
  width: 100%;
  max-height: 100vh;
  max-width: 100%;
  background-color: #f0f1f2;
  font-family: Nunito, sans-serif;
  color: #000;
  font-weight: 400;
}

.user-details-col {
  display: none;
  min-height: 100vh;
  padding: 2em 3em;
  background-color: #e7e7e7;
}

.user-details-col.hide-for-now {
  display: none;
}

.user-details-col.active {
  display: block;
  overflow: visible;
  background-color: rgba(255, 255, 255, 0.48);
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.profile-image-col {
  display: inline-block;
  overflow: hidden;
  border-radius: 0.5em;
}

.profile-image-col.mb-0-5 {
  margin-bottom: 0.5em;
}

.profile-image-col.main-user {
  display: block;
  width: 15em;
  margin-right: 0px;
  padding-right: 0px;
  padding-bottom: 11px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 0em;
}

.profile-img {
  display: inline-block;
  width: 40%;
  height: 40%;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  -o-object-fit: cover;
  object-fit: cover;
}

.profile-img.insta-img {
  max-width: 5em;
}

.profile-content {
  margin-left: 0.2em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.content-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.profile-sub-title {
  margin-bottom: 0.5em;
  font-family: Nunito, sans-serif;
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: 600;
}

.text-span-7 {
  font-weight: 700;
}

.target-dashboard-col {
  display: none;
  min-height: 50vh;
}

.target-search-title {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  font-size: 2.5em;
  line-height: 1.2;
  font-weight: 700;
}

.target-search-title.mb-1 {
  margin-bottom: 1em;
}

.search-form {
  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;
}

.search-input {
  width: 100%;
  max-width: 30em;
  margin-bottom: 0px;
  padding: 1.3em 1em;
}

.search-btn {
  margin-left: 1em;
  background-color: #0675ec;
}

.search-block {
  margin-top: 1.5em;
}

.search-block.styled-form {
  display: none;
}

.connected-traget-col {
  min-height: 50vh;
}

.cards-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.insta-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 15%;
  margin-right: 1.5em;
  padding: 2em 1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 0.4em;
}

.username-text {
  margin-bottom: 1em;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.remove-title {
  padding: 0.1em 0.5em;
  border-radius: 5px;
  background-color: #da0000;
  color: #fff;
  text-decoration: none;
}

.msg-box {
  position: absolute;
  left: 50%;
  top: 6.23333333em;
  padding: 0.7em 1.5em;
  border-radius: 0.5em;
  background-color: #fff;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  font-size: 1.2em;
}

.msg-box.success {
  background-color: #04991a;
  color: #fff;
}

.msg-box.error {
  background-color: #e41010;
  color: #fff;
}

.signout-btn {
  padding: 0.5em 1em;
  border: 1px solid #000;
  border-radius: 0.5em;
  background-color: #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.signout-btn:hover {
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
}

.dashboard-sidebar-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2.5em;
  -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;
  color: rgba(255, 255, 255, 0.8);
}

.db-tab-text {
  margin-left: 0.8em;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 1.2em;
  line-height: 1.4;
}

.tab-divider {
  width: 80%;
  height: 0.1em;
  margin: 2em auto;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 100%;
  background-color: #fff;
}

.user-content-holder {
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.targets-block {
  margin-top: 2em;
  margin-bottom: 2em;
}

.dashboard-title {
  margin-top: 32px;
  margin-bottom: 0.5em;
  padding-top: 0px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 2em;
  font-weight: 700;
}

.db-insta-cards-block-search-user-block {
  display: -ms-grid;
  display: grid;
  margin-top: 25px;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.db-insta-card {
  overflow: hidden;
  width: 100%;
  border-radius: 1em;
  background-color: #fff;
}

.db-card-bg {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 9em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("../images/cool-background-2.png");
  background-position: 0px 0px;
  background-size: cover;
}

.db-sub-text {
  font-size: 1.2em;
  line-height: 1.4;
  font-weight: 600;
}

.db-sub-text.answer {
  margin-left: 0.5em;
  font-weight: 800;
}

.db-sub-text.answer.highlight {
  color: #ff069c;
}

.item-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5em;
}

.edit-icon {
  display: none;
  width: 1em;
  margin-left: 0.6em;
  -o-object-fit: contain;
  object-fit: contain;
}

.dd-insta-name {
  margin-bottom: 0.7em;
  font-size: 1.3em;
  line-height: 1.4;
  font-weight: 800;
  text-align: center;
}

.dd-insta-name.new-ds {
  margin-bottom: 0em;
  font-size: 1.1em;
}

.dd-insta-name.username {
  margin-bottom: 0em;
  color: #3f3f3f;
  font-size: 1em;
  text-align: left;
}

.dd-insta-name.new-ds-result {
  margin-bottom: 0em;
  font-size: 1.1em;
}

.dd-insta-name.username-result {
  margin-bottom: 0em;
  color: #3f3f3f;
  font-size: 0.8em;
  text-align: left;
}

.dd-insta-add {
  display: inline-block;
  padding: 0.2em 1em;
  border-radius: 1em;
  background-color: rgba(255, 0, 0, 0.6);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.dd-insta-add:hover {
  background-color: rgba(255, 0, 0, 0.8);
}

.dd-insta-add.add {
  background-color: #000;
}

.dd-insta-add.new-ds {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: rgba(13, 0, 255, 0.6);
}

.dd-insta-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2.5em 1em 1em;
  -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;
}

.dd-insta-img-block {
  position: absolute;
  bottom: -1.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 5.2em;
  height: 5.2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 50%;
  background-color: #fff;
}

.dd-insta-img-block.new-design {
  position: static;
  width: 4em;
  height: 4em;
}

.dd-insta-img-block.new-design-result {
  position: static;
  width: 3em;
  height: 3em;
}

.dd-insta-img {
  width: 100%;
  height: 100%;
  font-size: 1.3vw;
  line-height: 1.2;
  -o-object-fit: cover;
  object-fit: cover;
}

.hashtag-ele {
  display: inline-block;
  margin-right: 1em;
  padding: 0.5em 2em 0.5em 1em;
  border-radius: 0.3em;
  background-color: #fff;
  background-image: url("../images/close.png");
  background-position: 90% 50%;
  background-size: 0.8em;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 1em;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.hashtag-ele.add {
  background-image: url("../images/plus-2.png");
}

.loading-sec {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999999999999;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}

.loading-lottie {
  width: 100%;
  max-width: 45em;
}

.jumpgram-logo {
  width: 100%;
  max-width: 25em;
  margin-bottom: -2em;
}

.insta-btn {
  padding: 0.5em 1em 0.5em 2.5em;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  border-radius: 0.4em;
  background-color: #28a4f7;
  background-image: url("../images/instagram.png");
  background-position: 6% 50%;
  background-size: 1em;
  background-repeat: no-repeat;
  font-size: 1.2em;
  cursor: pointer;
}

.button-16 {
  display: none;
  margin-top: 15px;
  margin-left: 5px;
  border-radius: 5px;
  background-color: #ecd738;
  font-family: Poppins, sans-serif;
  color: #fff;
}

.insta-modal-ps {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.loading_screen_text {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 2.2em;
  line-height: 1.4;
}

.sm-btn {
  margin-left: 1.7em;
  padding: 0.5em;
  border-radius: 0.5em;
  color: #fff;
  font-size: 0.8em;
  line-height: 1.2;
}

.subtitle-text {
  font-size: 1.2em;
}

.subtitle-text.m-tb-1 {
  margin-top: 1em;
  margin-bottom: 1em;
}

.targets-out-block {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  padding: 0.35em;
  border-radius: 0.5em;
  background-color: #fff;
}

.db-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5em 1em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #ffe9dd;
  color: #3f3f3f;
  font-weight: 700;
}

.db-header_col-text {
  display: block;
  color: #000;
  font-size: 1.2em;
  text-transform: uppercase;
}

.db-user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5em 1em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.db-user_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  margin-left: 1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.user-info-add {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.user-info-add.for-result {
  padding: 0.5em;
  background-color: #e7e7e7;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  cursor: pointer;
}

.user-info-add.for-result:hover {
  background-color: #f1f1f1;
}

.db-user-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-pri {
  padding: 0.5em 1.5em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0.4em;
  background-image: linear-gradient(45deg, #0675ec, #064bec);
  text-align: center;
  cursor: pointer;
}

.btn-pri.outline {
  margin-left: 1em;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  border-style: solid;
  border-width: 0.15em;
  border-color: #064bec;
  background-color: #fff;
  background-image: none;
  color: #064bec;
}

.btn-pri.outline.mr-1 {
  margin-right: 1em;
  margin-left: 0em;
}

.db-search-by-text {
  padding: 0.5em 1em;
  color: rgba(0, 0, 0, 0.6);
  font-size: 1em;
  font-weight: 600;
  text-align: center;
}

.db-search-by-text.active {
  border-bottom: 0.1em solid #064bec;
  color: #000;
  cursor: pointer;
}

.search-by-holder {
  position: relative;
  display: none;
}

.db-result-block {
  position: absolute;
  left: 0%;
  top: 3em;
  right: 0%;
  display: none;
  padding: 0.5em;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.db-user-search-input {
  height: 4%;
  border-style: solid;
  border-width: 1px 1px 0.2em;
  border-color: transparent transparent #064bec;
  font-size: 1.1em;
  font-weight: 600;
}

.search-users-dd {
  position: absolute;
  left: 0%;
  top: 6em;
  right: 0%;
  width: 113%;
  padding: 1em;
  background-color: #fff;
}

.search-results-form {
  position: relative;
}

.db-search-users.w--current {
  display: inline-block;
  border-radius: 5px;
  background-color: rgba(13, 0, 255, 0.6);
  text-align: center;
}

.db-search-hashtag {
  border-radius: 5px;
  background-color: rgba(13, 0, 255, 0.6);
}

.db-search-locations {
  border-radius: 5px;
  background-color: rgba(13, 0, 255, 0.6);
}

.tabs-menu-2 {
  margin-top: 25px;
  text-align: center;
}

.grid-4 {
  grid-template-areas:
    "Area Area"
    "Area Area";
}

.div-block-48 {
  display: block;
  overflow: visible;
  width: 50%;
  font-style: normal;
  text-align: right;
  text-decoration: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.searched-users {
  min-height: 57px;
}

.form-block-3 {
  width: 100%;
}

.div-block-49 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.tabs-content {
  max-height: 100px;
}

.tabs-content.target-tab-content {
  overflow: hidden;
}

.tab-pane-users {
  overflow: hidden;
  text-align: center;
}

.tab-pane-users.tab-user-target-serach {
  margin-top: 0px;
}

.traget-user-loader {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

.tab-pane-hashtags {
  text-align: center;
}

.tab-pane-locations {
  text-align: center;
}

.modal-holder {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-holder.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.modal-box {
  position: relative;
  z-index: 2;
  margin-right: auto;
  margin-left: auto;
  padding: 3em;
  border-radius: 0.5em;
  background-color: #fff;
  box-shadow: 0 1px 0.5em 0em rgba(0, 0, 0, 0.2);
}

.modal-outer-overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.flex-sb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modal-form {
  display: none;
}

.modal-form.show {
  display: block;
}

.close-img {
  position: absolute;
  left: auto;
  top: 5%;
  right: 5%;
  bottom: auto;
  width: 2.5em;
  cursor: pointer;
}

.div-block-50 {
  position: relative;
}

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

.text-block-15 {
  color: #fff;
  font-size: 17px;
  text-transform: none;
}

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

.column-16 {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}

.column-17 {
  display: block;
}

.div-block-51 {
  display: inline-block;
  width: 464px;
  margin-right: auto;
  margin-left: auto;
}

.image-34 {
  display: block;
  width: 419px;
  margin-right: auto;
  margin-left: auto;
}

.columns-5 {
  margin-bottom: 31px;
}

.targeting-block-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.targeting-block-col {
  width: 100%;
  max-width: 50%;
  padding: 1.66em;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}

.targeting-col-tab {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0.5em;
  background-color: rgba(36, 36, 36, 0.1);
  font-size: 1.5em;
}

.targeting-col-tab.active {
  background-color: #ff5e00;
  color: #fff;
}

.targeting-tab-holder {
  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;
}

.targeting-header-row {
  display: -ms-grid;
  display: grid;
  padding-top: 1.2em;
  padding-bottom: 0.6944444444444444em;
  grid-auto-columns: 1fr;
  grid-column-gap: 1em;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.5fr 1fr 1fr 1fr;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid #ff5e00;
}

.table-head-text {
  color: #858585;
  font-size: 1.2em;
  font-weight: 700;
}

.each-target-row {
  display: -ms-grid;
  display: grid;
  margin-top: 1em;
  padding: 1.25em 1.66em;
  grid-auto-columns: 1fr;
  grid-column-gap: 1em;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.25fr 0.75fr 0.75fr 0.75fr;
  grid-template-columns: 0.25fr 0.75fr 0.75fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 0.5555555555555556em;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.25);
}

.img-wh-100 {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.target-profile-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 4.44em;
  height: 4.44em;
  padding: 0.27em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #c7c7cc;
  border-radius: 50%;
}

.target-info-block {
  margin-left: 1em;
}

.target-info-name {
  font-size: 1.111em;
}

.target-info-name.op {
  color: rgba(0, 0, 0, 0.4);
}

.target-status {
  display: inline-block;
  padding: 0.78em 1.07em;
  border-radius: 1.6666666666666665em;
  background-color: #28a745;
  font-size: 1em;
  text-align: center;
}

.secondary-btn-2 {
  padding: 0.7em 2.5em;
  border-radius: 0.4em;
  background-color: #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.2;
  cursor: pointer;
}

.secondary-btn-2:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}

.secondary-btn-2.ml-1 {
  margin-left: 1em;
}

.target-dashboard-col-2 {
  display: none;
  min-height: 50vh;
}

.dashboard-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.625em 0.93em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.25em;
  background-color: #725fd5;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 1.111em;
  line-height: 1.2;
}

.dashboard-btn.pink-bg {
  background-color: #fe335d;
}

.flex-sb-cen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dustbin-img {
  width: 1.8em;
}

@media screen and (max-width: 991px) {
  li {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .nav-bar {
    position: absolute;
    display: block;
    padding: 0px;
  }

  .nav-bar.white {
    position: fixed;
    padding-right: 20px;
    padding-left: 20px;
  }

  .wrapper-full {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
    background-color: transparent;
    color: #000;
  }

  .wrapper-full.intro {
    top: 0%;
    height: 836.796875px;
    border-bottom-style: none;
  }

  .brand {
    padding: 10px 0px;
  }

  .brand.footer {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .navigation-wrapper {
    padding-right: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .banner-section.intro {
    height: 100vh;
    background-position: 0px 0px, 50% 361%;
  }

  .top-padding {
    text-align: center;
  }

  .top-padding.services {
    display: block;
    width: 90%;
    height: auto;
    margin-right: auto;
    margin-bottom: 80px;
    margin-left: auto;
  }

  .top-padding.services.left {
    width: 100%;
    max-height: auto;
  }

  .top-padding.services.left.info {
    height: 340px;
  }

  .top-padding.services.left.movie {
    margin-left: 0px;
  }

  .hero-header {
    font-size: 45px;
    line-height: 55px;
    text-align: left;
  }

  .hero-header.center {
    font-size: 40px;
    line-height: 50px;
    text-align: left;
  }

  .hero-header.center.white {
    font-size: 40px;
    line-height: 50px;
    text-align: left;
  }

  .hero-header.center.white.percentual {
    width: auto;
  }

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

  .button.center.left {
    margin-bottom: 10px;
  }

  .button.center.left.mirror.middle {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .button.center.free-trial {
    width: auto;
    margin-bottom: 20px;
  }

  .button.center.free-trial.start {
    width: 354px;
    font-size: 20px;
  }

  .button.center.free-trial.header {
    width: 260px;
    padding: 10px;
  }

  .button.center.free-trial.header.start-free {
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

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

  .section.footer-white {
    padding-right: 60px;
    padding-left: 60px;
  }

  .section.white {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section.white.line {
    background-position: 12% 93%;
  }

  .section.white.message {
    background-size: 100px;
  }

  .section.white.pattern {
    background-position: 92% 34px;
    background-size: 80px;
  }

  .section.both-side-padding.single {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section.both-side-padding.single.faq {
    padding-right: 60px;
    padding-left: 60px;
  }

  .section.with-gradient {
    background-image: url("../images/square-9.png");
    background-position: 100px 0px;
    background-size: 10%;
    background-repeat: no-repeat;
  }

  .section.white-gradient {
    padding-top: 60px;
  }

  .text-block {
    display: block;
    float: none;
    color: #000;
  }

  .portfolio-image {
    height: 400px;
  }

  .portfolio-image.new {
    height: 320px;
  }

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

  .section-content.center.facts {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-bottom: 42px;
    margin-left: auto;
    text-align: center;
  }

  .section-header.exper {
    font-size: 30px;
  }

  .banner-small-tex {
    text-align: center;
  }

  .section-tittle {
    font-size: 35px;
    line-height: 45px;
    text-align: left;
  }

  .section-tittle.white.left {
    text-align: left;
  }

  .section-tittle.half-side {
    font-size: 30px;
    line-height: 40px;
    text-align: left;
  }

  .section-tittle.percentual {
    width: 100%;
    font-size: 35px;
  }

  .client-flex {
    padding-top: 0px;
  }

  .client-flex.center {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .features-section.gray.no-padding {
    padding-right: 20px;
    padding-left: 20px;
  }

  .testimonial-content {
    width: auto;
    margin-top: 0px;
    margin-right: 60px;
    margin-left: 60px;
  }

  .testimonial-content.padding {
    width: auto;
    margin-top: 60px;
  }

  .contact-content {
    right: 0px;
    width: 110%;
  }

  .contact-content.new {
    width: 80%;
  }

  .copyright-writter {
    display: block;
  }

  .container-2 {
    position: relative;
  }

  .bottom-border {
    display: block;
    opacity: 1;
  }

  .useful-pages.bottom {
    margin-top: 40px;
  }

  .div-fact {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    border-bottom: 1px solid #e4ecf6;
  }

  .div-fact.no-line.down {
    border-bottom-style: none;
  }

  .div-fact.no-line-down {
    border-bottom-style: none;
  }

  .div-fact.no-line-right {
    border-right-style: none;
  }

  .section-facts {
    padding-bottom: 100px;
  }

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

  .fun-content {
    width: auto;
    margin-bottom: 0px;
  }

  .fun-content.no-space {
    margin-bottom: 0px;
  }

  .testimonial-photo.in-tab.third {
    width: 200px;
    height: 200px;
  }

  .testimonial-photo.in-tab.third._3 {
    background-image: url("../images/Screen-Shot-2020-03-25-at-9.58.36-PM-p-500.png");
  }

  .flex-row {
    display: block;
    text-align: left;
  }

  .hero-paragraph {
    text-align: left;
  }

  .hero-paragraph.second.white {
    text-align: center;
  }

  .hero-paragraph.white {
    text-align: left;
  }

  .hero-paragraph.white.percentual {
    width: 100%;
  }

  .social-icon-4 {
    cursor: pointer;
  }

  .portfolio-paragraph {
    text-align: center;
  }

  .services-content {
    padding-right: 20px;
  }

  .read-more.view-all {
    margin-top: 40px;
  }

  .tittle-blog {
    width: 100%;
  }

  .tittle-blog.side {
    width: 100%;
  }

  .container-fluid {
    top: 50%;
    width: 80%;
  }

  .tabs-icon-menu.light {
    width: 90%;
  }

  .div-center-headline.intro {
    border-bottom-style: none;
  }

  .banner {
    height: 600px;
  }

  .banner.fourth {
    height: 600px;
  }

  .baner-big-text {
    font-size: 40px;
    line-height: 50px;
  }

  .baner-big-text.white {
    font-size: 60px;
    line-height: 70px;
  }

  .subtittle {
    font-size: 20px;
  }

  .preview-container.blog {
    width: 100%;
    height: 500px;
    margin-left: 0px;
  }

  .blog-date {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 24px;
  }

  .preview-image {
    height: 300px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .preview-image.list {
    margin-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0px;
  }

  .blog-content {
    padding-right: 10px;
    padding-left: 10px;
  }

  .blog-content.third {
    padding-left: 20px;
  }

  .gallery-image {
    width: auto;
    height: 400px;
    max-width: 100%;
  }

  .paragraph-large.white {
    width: 80%;
  }

  .tab-pane {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .banner-home {
    padding-top: 90px;
  }

  .banner-home.half {
    display: block;
    height: auto;
    padding: 100px 20px 106px;
    background-image: linear-gradient(
        135deg,
        rgba(252, 111, 0, 0.95),
        rgba(255, 6, 156, 0.92)
      ),
      url("../images/bady-qb-751620-unsplash-1.jpg"),
      linear-gradient(135deg, #fc6f00, #ff069c);
    background-position: 0px 0px, 0px 0px, 0px 0px;
    background-size: auto, cover, auto;
  }

  .banner-home.half.second {
    height: auto;
    padding-top: 0px;
    background-position: 82% 0px;
    background-size: 110px;
  }

  .banner-home.half.invert {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .banner-home.homepage-responsive {
    display: block;
    height: auto;
    padding: 100px 20px 106px;
    background-image: linear-gradient(
        135deg,
        rgba(252, 111, 0, 0.95),
        rgba(255, 6, 156, 0.92)
      ),
      url("../images/bady-qb-751620-unsplash-1.jpg"),
      linear-gradient(135deg, #fc6f00, #ff069c);
    background-position: 0px 0px, 0px 0px, 0px 0px;
    background-size: auto, cover, auto;
    font-size: 1.3vw;
  }

  .banner-home.homepage-responsive.second {
    height: auto;
    padding-top: 0px;
    background-position: 82% 0px;
    background-size: 110px;
  }

  .banner-home.homepage-responsive.invert {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .banner-home.homepage-responsive {
    display: block;
    height: auto;
    padding: 100px 20px 106px;
    background-image: linear-gradient(
        135deg,
        rgba(252, 111, 0, 0.95),
        rgba(255, 6, 156, 0.92)
      ),
      url("../images/bady-qb-751620-unsplash-1.jpg"),
      linear-gradient(135deg, #fc6f00, #ff069c);
    background-position: 0px 0px, 0px 0px, 0px 0px;
    background-size: auto, cover, auto;
    font-size: 1.3vw;
  }

  .pricing-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pricing-wrapper.right {
    width: 47%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .pricing-wrapper.left {
    width: 47%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .pricing-wrapper.right {
    width: 50%;
    margin-bottom: 40px;
    padding-right: 30px;
    padding-bottom: 50px;
    padding-left: 30px;
  }

  .pricing-wrapper.left {
    width: 50%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .pricing-wrapper.middle {
    width: 50%;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
    padding-bottom: 50px;
  }

  .pricing-plan-2 {
    margin-right: -30px;
    margin-left: -30px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .pricing-plan-2.second {
    margin-right: -50px;
    margin-left: -50px;
  }

  .footer-tittle {
    margin-top: 30px;
  }

  .footer-tittle.second {
    margin-top: 0px;
  }

  .footer-tittle.second.white {
    margin-top: 40px;
  }

  .hero-tittle {
    margin-top: -35px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-tittle.blog {
    width: 80%;
  }

  .cta {
    display: block;
    text-align: center;
  }

  .cta-tittle {
    text-align: center;
  }

  .cta-block {
    position: relative;
  }

  .banner-hero.sixth {
    height: 900px;
    padding-right: 20px;
    padding-left: 20px;
    background-position: 0px 0px, 100% 102%, 0px 0px;
  }

  .hero-div-info {
    margin-top: 80px;
  }

  .hero-div-info.half {
    width: 80%;
    height: auto;
    margin-top: 0px;
    padding-right: 10px;
    padding-bottom: 40px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-div-info.half.mockup {
    width: 50%;
    padding-right: 2%;
    padding-left: 1%;
  }

  .hero-div-info.half.mockup.left {
    width: 100%;
    max-width: none;
    margin-top: 100px;
    padding-right: 2%;
    padding-bottom: 0px;
    padding-left: 2%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-div-info.half.mockup.sixth {
    width: 100%;
    padding-left: 2%;
  }

  .hero-div-info.half.right {
    z-index: 1;
    margin-top: 40px;
    padding: 30px 2%;
  }

  .hero-div-info.half.sixth {
    padding-right: 2%;
    padding-left: 2%;
  }

  .hero-div-info.new-hero-div {
    width: 80%;
    height: auto;
    margin-top: 0px;
    padding-right: 10px;
    padding-bottom: 40px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-div-info.new-hero-div.mockup {
    width: 50%;
    padding-right: 2%;
    padding-left: 1%;
  }

  .hero-div-info.new-hero-div.mockup.left {
    width: 100%;
    max-width: none;
    margin-top: 100px;
    padding-right: 2%;
    padding-bottom: 0px;
    padding-left: 2%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-div-info.new-hero-div.mockup.sixth {
    width: 100%;
    padding-left: 2%;
  }

  .hero-div-info.new-hero-div.right {
    z-index: 1;
    margin-top: 40px;
    padding: 30px 2%;
  }

  .hero-div-info.new-hero-div.sixth {
    padding-right: 2%;
    padding-left: 2%;
  }

  .hero-div-info.homepage-new-hero-block {
    width: 80%;
    height: auto;
    margin-top: 0px;
    padding-right: 10px;
    padding-bottom: 40px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-div-info.homepage-new-hero-block.mockup {
    width: 50%;
    padding-right: 2%;
    padding-left: 1%;
  }

  .hero-div-info.homepage-new-hero-block.mockup.left {
    width: 100%;
    max-width: none;
    margin-top: 100px;
    padding-right: 2%;
    padding-bottom: 0px;
    padding-left: 2%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-div-info.homepage-new-hero-block.mockup.sixth {
    width: 100%;
    padding-left: 2%;
  }

  .hero-div-info.homepage-new-hero-block.right {
    z-index: 1;
    margin-top: 40px;
    padding: 30px 2%;
  }

  .hero-div-info.homepage-new-hero-block.sixth {
    padding-right: 2%;
    padding-left: 2%;
  }

  .image-div-quote {
    background-size: 80px, 200px, auto, cover;
  }

  .title-section.quote {
    top: 25%;
  }

  .features-block {
    margin-bottom: 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    background-image: none;
  }

  .features-block.build {
    height: 340px;
    max-height: 340px;
  }

  .features-block.build.top {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .features-block.build.top.fourth {
    background-position: 100% 273%;
  }

  .features-icon-4.second.left {
    margin-bottom: 20px;
  }

  .div-info-clients {
    width: 100%;
    margin-bottom: 40px;
  }

  .blog-content-info {
    left: -40px;
    width: 80%;
    margin-left: 0px;
  }

  .blog-div {
    margin-bottom: 60px;
  }

  .column-8 {
    text-align: center;
  }

  .contact-us-content.light.contact {
    width: 100%;
  }

  .vertical-column-row {
    display: block;
  }

  .image-left {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 10;
    display: inline-block;
    max-height: none;
    margin-top: 0px;
    float: none;
  }

  .heading.free {
    margin-top: 7px;
    margin-bottom: 7px;
    font-size: 16px;
    text-align: center;
  }

  .heading.free._19 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 26px;
    text-decoration: line-through;
  }

  .heading.free.only {
    color: #00b0fc;
    font-size: 45px;
  }

  .dropdown-list-2.w--open {
    background-color: #fff;
  }

  .arrow.white {
    color: #000;
  }

  .nav-menu-2 {
    position: absolute;
    display: inline-block;
    height: auto;
    padding-bottom: 15px;
    border: 1px solid #e7ecf8;
    background-color: #fff;
    color: #000;
  }

  .nav-content-lef {
    position: relative;
    display: none;
    float: none;
  }

  .dropdown-link-2 {
    background-color: rgba(228, 236, 246, 0.4);
    box-shadow: none;
  }

  .dropdown-link-2.w--current {
    box-shadow: none;
  }

  .nav-link {
    border-bottom: 1px solid #e4ecf6;
    background-color: #fff;
  }

  .dropdown {
    color: #000;
  }

  .image-7 {
    display: block;
  }

  .collection-item-2 {
    display: block;
  }

  .footer-div-line.first {
    padding-left: 20px;
  }

  .footer-div-line.third {
    margin-top: 80px;
    border-left-style: none;
  }

  .footer-div-line.fourth {
    margin-top: 80px;
  }

  .section-new.footer {
    padding-top: 60px;
  }

  .section-tittle-4 {
    text-align: center;
  }

  .section-4 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .homepage-link.first {
    width: 100%;
  }

  .intro {
    border-bottom: 1px solid #e4ecf6;
    color: #2c3449;
  }

  .intro.w--current {
    border-bottom: 1px solid #e4ecf6;
    background-color: transparent;
  }

  .intro.white {
    color: #000;
  }

  .menu-button {
    padding: 20px;
  }

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

  .div-line-horizontal {
    width: 100%;
  }

  .team-new-card.one {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-bottom: 120px;
    margin-left: auto;
  }

  .team-new-card.twoo {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-bottom: 120px;
    margin-left: auto;
  }

  .team-new-card.three {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-bottom: 120px;
    margin-left: auto;
  }

  .team-new-card.fourth {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-bottom: 80px;
    margin-left: auto;
  }

  .team-new-wrapper {
    display: block;
  }

  .blog-new-card {
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
  }

  .check-item {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: left;
  }

  .fact-wrapper {
    margin-top: 50px;
  }

  .fullwidth {
    width: 100%;
  }

  .post-iteam {
    width: 50%;
  }

  .gray-block.fourth {
    height: auto;
    padding-right: 32px;
  }

  .gray-block.first {
    height: auto;
    padding-right: 32px;
  }

  .gray-block.second {
    height: auto;
    padding-right: 32px;
  }

  .gray-block.third {
    height: auto;
    padding-right: 32px;
  }

  .gray-block.sixth {
    height: auto;
    padding-right: 32px;
  }

  .gray-block.fifth {
    padding-right: 32px;
  }

  .gray-block.first {
    height: auto;
    padding-right: 32px;
  }

  .gray-block.fourth {
    height: auto;
    padding-right: 32px;
  }

  .image-tab.second {
    margin-bottom: 40px;
  }

  .image-tab.third {
    background-position: 50% 50%;
    text-align: center;
  }

  .image-tab.first.in-section {
    height: 530px;
    margin-bottom: 40px;
    background-position: 50% 50%;
  }

  .image-tab.first.bottom-padding {
    margin-bottom: 60px;
  }

  .bigger {
    width: 720px;
    height: 720px;
  }

  .hero-div {
    height: 100%;
    padding: 40px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .hero-div.bigger {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .hero-div.bigger.first {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .hero-div.sixth {
    width: 100%;
    padding-top: 100px;
  }

  .hero-div.invert {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .image-mock-ups {
    position: relative;
    left: 0px;
    top: 20px;
    right: 0px;
    bottom: 0px;
    max-height: 400px;
  }

  .play-button.left.purple {
    float: left;
  }

  .iphone {
    margin-bottom: 60px;
  }

  .scroll-block {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 40px;
  }

  .scroll-block.right {
    bottom: 60px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .hero-text {
    left: 10px;
    display: none;
    margin-top: 60px;
  }

  .hero-text.right {
    display: none;
  }

  .hero-text.homepage-title-new {
    display: block;
  }

  .address {
    display: none;
  }

  .address.second {
    display: block;
  }

  .unordered-list-2 {
    margin-bottom: 0px;
  }

  .footer-bottom {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .small-iphone {
    left: -100px;
    right: 0px;
  }

  .small-iphone.second {
    left: 0px;
    right: 0px;
  }

  .licence-items-2 {
    width: 80%;
  }

  .licensing-text {
    width: 80%;
  }

  .hero-video {
    width: 80%;
    height: 390px;
  }

  .hero-image-phones {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-position: 50% 0%;
  }

  .padding {
    margin-top: 60px;
  }

  .promo-content {
    width: 50%;
    margin-top: 60px;
    padding-right: 3%;
    padding-left: 3%;
  }

  .promo-content.left-side {
    margin-bottom: 60px;
    padding-right: 3%;
    padding-left: 3%;
  }

  .promo-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .promo-image-block {
    width: 44%;
  }

  .color-block {
    width: 200px;
    height: 300px;
  }

  .block-image {
    width: 300px;
    margin-left: 60px;
  }

  .block-image.second {
    margin-right: 60px;
  }

  .button-3:hover {
    background-color: #fc6f00;
  }

  .button-3.center.left {
    margin-bottom: 10px;
  }

  .button-3.center.free-trial {
    width: auto;
    margin-bottom: 20px;
  }

  .button-3.center.free-trial.start {
    width: 354px;
    font-size: 20px;
  }

  .color-block-2 {
    width: 200px;
    height: 300px;
  }

  .white-menu {
    color: #fff;
  }

  .white-menu.hamburger {
    position: static;
    display: block;
    margin-top: 15px;
    clear: none;
  }

  .grid-button {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto;
  }

  .div-block-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 40px;
    background-color: #fff;
    box-shadow: 1px 1px 13px 0 rgba(0, 0, 0, 0.58);
  }

  .text-span-4 {
    font-size: 16px;
    line-height: 80px;
  }

  .div-block-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .star {
    margin-top: 20px;
  }

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

  .div-block-14 {
    bottom: -126px;
  }

  .div-block-15 {
    left: 58px;
    width: 180px;
  }

  .bold-text-11 {
    font-size: 20px;
    line-height: 20px;
  }

  .gif {
    right: 188.556px;
  }

  .grid-3 {
    grid-column-gap: 40px;
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .custom-container.conatct-con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .custom-container.video-con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bold-text-15 {
    bottom: -40px;
  }

  .image-20 {
    display: block;
    margin-top: -30px;
  }

  .instagram-users-block {
    width: 90%;
    height: 80%;
  }

  .modal-title {
    font-size: 2em;
  }

  .custom-button {
    font-size: 1em;
  }

  .custom-button.for-card {
    font-size: 0.8em;
  }

  .insta-profile-card {
    width: 13em;
    height: 13em;
  }

  .insta-profile-pic-holder {
    width: 4em;
    height: 4em;
  }

  .instagram-card-username {
    margin-bottom: 1.8em;
    font-size: 1em;
  }

  .close-btn {
    top: 5%;
    right: 5%;
  }

  .video-2 {
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .youtube-2 {
    left: 149px;
    margin-left: -140px;
    padding-left: 0px;
  }

  .youtube-3 {
    right: -105px;
  }

  .button-9 {
    width: 320px;
  }

  .col-2-50.calendar-sales {
    max-width: 100%;
    min-height: 700px;
  }

  .col-2-50.calendar-block {
    max-width: 100%;
  }

  .col-2-50.calendar-sales-copy {
    max-width: 100%;
    min-height: 700px;
  }

  .col-2-50.calendar-block-copy {
    max-width: 100%;
  }

  .col-1-30.calendar-col-1 {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .col-1-30.calendar-col-1-copy {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .col-1-30.calendar-col-1-content {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .col-1-30.calendar-col-1-content-copy {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .heading-15 {
    display: block;
    text-align: center;
  }

  .section-tittle-copy {
    font-size: 35px;
    line-height: 45px;
    text-align: left;
  }

  .section-tittle-copy.white.left {
    text-align: left;
  }

  .section-tittle-copy.half-side {
    font-size: 30px;
    line-height: 40px;
    text-align: left;
  }

  .section-tittle-copy.percentual {
    width: 100%;
    font-size: 35px;
  }

  .section-tittle-copy {
    font-size: 35px;
    line-height: 45px;
    text-align: left;
  }

  .section-tittle-copy.white.left {
    text-align: left;
  }

  .section-tittle-copy.half-side {
    font-size: 30px;
    line-height: 40px;
    text-align: left;
  }

  .section-tittle-copy.percentual {
    width: 100%;
    font-size: 35px;
  }

  .col-1-30-copy.calendar-col-1 {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .col-1-30-copy.calendar-col-1-copy {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .two-col-block {
    max-width: 100%;
  }

  .two-col-block.ml-2 {
    margin-top: 3em;
    margin-left: 0em;
  }

  .two-col-block.mr-2 {
    margin-right: 0em;
  }

  .homepage-main-col {
    height: 100%;
    min-height: 33em;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .homepage-main-col.bigger {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .homepage-main-col.bigger.first {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .homepage-main-col.sixth {
    width: 100%;
    padding-top: 100px;
  }

  .homepage-main-col.invert {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .homepage-hero-img-col {
    right: -5.2em;
  }

  .homepage-new-address {
    right: 13.4em;
    bottom: 2em;
  }

  .homepage-new-address.second {
    display: block;
  }

  .column-13 {
    top: auto;
  }

  .section-7 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-7.both-side-padding.single {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-7.both-side-padding.single.faq {
    padding-right: 60px;
    padding-left: 60px;
  }

  .section-7.white {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-7.footer-white {
    padding-right: 60px;
    padding-left: 60px;
  }

  .instagram-users-block-2 {
    width: 90%;
    height: 80%;
  }

  .div-block-42 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 40px;
    background-color: #fff;
    box-shadow: 1px 1px 13px 0 rgba(0, 0, 0, 0.58);
  }

  .custom-button-2 {
    font-size: 1em;
  }

  .custom-button-2.for-card {
    font-size: 0.8em;
  }

  .hero-text-2 {
    left: 10px;
    display: none;
    margin-top: 60px;
  }

  .hero-text-2.homepage-title-new {
    display: block;
  }

  .form-target-block {
    width: 600px;
  }

  .video-col-1 {
    max-width: 100%;
    margin-bottom: 45px;
  }

  .video-col-2 {
    max-width: 100%;
  }

  .button-copy:hover {
    background-color: #fc6f00;
  }

  .button-copy.center.left {
    margin-bottom: 10px;
  }

  .button-copy.center.left.mirror.middle {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .button-copy.center.free-trial {
    width: auto;
    margin-bottom: 20px;
  }

  .button-copy.center.free-trial.start {
    width: 354px;
    font-size: 20px;
  }

  .button-copy.center.free-trial.header {
    width: 260px;
    padding: 10px;
  }

  .button-copy.center.free-trial.header.start-free {
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  .button-copy:hover {
    background-color: #fc6f00;
  }

  .button-copy.center.left {
    margin-bottom: 10px;
  }

  .button-copy.center.left.mirror.middle {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .button-copy.center.free-trial {
    width: auto;
    margin-bottom: 20px;
  }

  .button-copy.center.free-trial.start {
    width: 354px;
    font-size: 20px;
  }

  .button-copy.center.free-trial.header {
    width: 260px;
    padding: 10px;
  }

  .button-copy.center.free-trial.header.start-free {
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  .button-copy:hover {
    background-color: #fc6f00;
  }

  .button-copy.center.left {
    margin-bottom: 10px;
  }

  .button-copy.center.left.mirror.middle {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .button-copy.center.free-trial {
    width: auto;
    margin-bottom: 20px;
  }

  .button-copy.center.free-trial.start {
    width: 354px;
    font-size: 20px;
  }

  .button-copy.center.free-trial.header {
    width: 260px;
    padding: 10px;
  }

  .button-copy.center.free-trial.header.start-free {
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  .button-copy-copy:hover {
    background-color: #fc6f00;
  }

  .button-copy-copy.center.left {
    margin-bottom: 10px;
  }

  .button-copy-copy.center.left.mirror.middle {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .button-copy-copy.center.free-trial {
    width: auto;
    margin-bottom: 20px;
  }

  .button-copy-copy.center.free-trial.start {
    width: 354px;
    font-size: 20px;
  }

  .button-copy-copy.center.free-trial.header {
    width: 260px;
    padding: 10px;
  }

  .button-copy-copy.center.free-trial.header.start-free {
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  .bann {
    font-size: 1.4vw;
  }

  .col-2-50-copy.calendar-sales {
    max-width: 100%;
    min-height: 700px;
  }

  .col-2-50-copy.calendar-block {
    max-width: 100%;
  }

  .col-2-50-copy.calendar-sales-copy {
    max-width: 100%;
    min-height: 700px;
  }

  .col-2-50-copy.calendar-block-copy {
    max-width: 100%;
  }

  .custom-section-res.signup-sec {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .custom-container-res.conatct-con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .custom-container-res.video-con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .res-body {
    font-size: 1.4vw;
  }

  .new-title {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .nav-bar.white {
    padding-right: 10px;
    padding-left: 10px;
  }

  .wrapper-full {
    padding-right: 0px;
    padding-left: 0px;
  }

  .banner-section.intro {
    height: 100vh;
    background-image: linear-gradient(
        315deg,
        rgba(242, 102, 24, 0.89),
        rgba(140, 15, 255, 0.94)
      ),
      url("../images/bady-qb-751620-unsplash-1.jpg");
    background-position: 0px 0px, 50% 361%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .top-padding.services.left.info {
    height: auto;
    margin-bottom: 40px;
  }

  .hero-header {
    font-size: 35px;
    line-height: 45px;
  }

  .hero-header.center {
    font-size: 35px;
    line-height: 45px;
  }

  .hero-header.center.white {
    font-size: 30px;
    line-height: 40px;
  }

  .hero-header.center.white.percentual {
    margin-bottom: 0px;
  }

  .hero-header.center.white.percentual.homee {
    display: none;
  }

  .button.center.free-trial.start {
    font-size: 30px;
  }

  .button.center.free-trial.header {
    position: relative;
    top: 34px;
    margin-left: 0px;
    border-radius: 5px;
  }

  .section {
    height: auto;
  }

  .section.footer-white {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section.white.no-padding.they-say {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section.white.line {
    margin-left: 0px;
  }

  .section.orange {
    padding-right: 40px;
    padding-left: 40px;
  }

  .section.both-side-padding.single.faq {
    padding-right: 40px;
    padding-left: 40px;
  }

  .section.with-gradient {
    padding-top: 120px;
  }

  .section.white-gradient {
    padding-top: 60px;
  }

  .section.orange-copy {
    padding-right: 40px;
    padding-left: 40px;
  }

  .section.video-sec {
    padding: 50px 40px;
  }

  .section-content.center.facts {
    width: 100%;
  }

  .section-header.exper {
    font-size: 25px;
    line-height: 35px;
  }

  .section-tittle {
    font-size: 30px;
    line-height: 40px;
  }

  .section-tittle.half-side {
    font-size: 30px;
    line-height: 40px;
  }

  .section-tittle.percentual {
    font-size: 30px;
    line-height: 40px;
  }

  .client-image {
    width: 49.9%;
  }

  .client-image.horizontal {
    width: 100%;
  }

  .client-flex.center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .testimonial-content {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
  }

  .testimonial-content.padding {
    width: 100%;
  }

  .contact-content {
    right: 0px;
    width: 100%;
    margin-bottom: 0px;
  }

  .contact-content.new {
    padding-right: 10px;
    padding-left: 10px;
  }

  .contact-content.new.request {
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .copyright {
    padding-top: 10px;
    line-height: 22px;
    text-align: center;
  }

  .copyright.jumpgram {
    padding-top: 10px;
    padding-bottom: 0px;
    text-align: center;
  }

  .div-useful-links.padding {
    margin-top: 40px;
  }

  .footer-flex {
    margin-bottom: 60px;
  }

  .div-fact {
    padding-top: 20px;
    border-right-style: solid;
  }

  .div-fact.no-line-down {
    border-bottom-style: solid;
  }

  .section-facts {
    padding-right: 60px;
    padding-left: 60px;
  }

  .fun-content.no-space.add {
    margin-bottom: 0px;
  }

  .column.contact {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-paragraph.white.percentual {
    width: 100%;
  }

  .social-icon-div.footer {
    padding-right: 20px;
    padding-left: 20px;
    -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;
  }

  .social-icon-div.footer.go-up {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .services-content {
    margin-bottom: 0px;
  }

  .container-fluid {
    width: 90%;
  }

  .tabs-icon-menu.light {
    width: 100%;
  }

  .banner.fourth {
    height: 600px;
  }

  .baner-big-text {
    font-size: 40px;
    line-height: 50px;
  }

  .baner-big-text.white {
    font-size: 50px;
    line-height: 60px;
  }

  .tab-icon-link {
    width: auto;
  }

  .tab-icon-link.w--current {
    width: auto;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .tab-icon-link.border {
    width: auto;
    border-style: none none solid;
    border-top-width: 1px;
    border-top-color: #e4ecf6;
    border-bottom-color: #e4ecf6;
  }

  .tab-icon-link.border.w--current {
    width: auto;
    border-bottom-style: solid;
    border-bottom-color: #e4ecf6;
  }

  .tab-icon-link.right.w--current {
    width: auto;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 20px;
  }

  .preview-image.list {
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0px;
  }

  .blog-content {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .tab-link-3 {
    width: 99%;
    margin: 0% auto;
    border-right-style: none;
    border-bottom-style: solid;
    border-bottom-color: #e7e7e7;
  }

  .tab-link-3.w--current {
    width: 99%;
    border-right-style: none;
    border-bottom-style: solid;
    border-bottom-color: #e7e7e7;
  }

  .button-2 {
    text-align: center;
  }

  .button-2.blue.single-form-button {
    width: 100%;
    margin-bottom: 80px;
  }

  .paragraph-large {
    width: 100%;
    font-size: 18px;
    line-height: 26px;
  }

  .paragraph-large.white {
    width: 100%;
  }

  .paragraph-large.testimonials {
    width: auto;
  }

  .text-field-3.single {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }

  .text-field-3.contact-form.gray.email.single {
    margin-bottom: 20px;
  }

  .text-field-3.contact-form.gray.single {
    margin-bottom: 20px;
  }

  .tab-pane {
    padding-right: 50px;
    padding-left: 50px;
  }

  .banner-home {
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .banner-home.half {
    padding-top: 100px;
    padding-bottom: 14px;
    background-image: linear-gradient(
        135deg,
        rgba(252, 111, 0, 0.95),
        rgba(255, 6, 156, 0.9)
      ),
      url("../images/bady-qb-751620-unsplash-1.jpg"),
      linear-gradient(135deg, #fc6f00, #ff069c);
    background-position: 0px 0px, 0px 0px, 0px 0px;
    background-size: auto, 1000px, auto;
  }

  .banner-home.homepage-responsive {
    padding-top: 10em;
    padding-bottom: 4em;
    background-image: linear-gradient(
        135deg,
        rgba(252, 111, 0, 0.95),
        rgba(255, 6, 156, 0.9)
      ),
      url("../images/bady-qb-751620-unsplash-1.jpg"),
      linear-gradient(135deg, #fc6f00, #ff069c);
    background-position: 0px 0px, 0px 0px, 0px 0px;
    background-size: auto, 1000px, auto;
    font-size: 1.5vw;
  }

  .banner-home.homepage-responsive {
    padding-top: 10em;
    padding-bottom: 4em;
    background-image: linear-gradient(
        135deg,
        rgba(252, 111, 0, 0.95),
        rgba(255, 6, 156, 0.9)
      ),
      url("../images/bady-qb-751620-unsplash-1.jpg"),
      linear-gradient(135deg, #fc6f00, #ff069c);
    background-position: 0px 0px, 0px 0px, 0px 0px;
    background-size: auto, 1000px, auto;
    font-size: 1.5vw;
  }

  .map {
    margin-top: -20px;
  }

  .row-flex {
    display: block;
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .pricing-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pricing-wrapper.right {
    width: 66%;
    margin-right: 0px;
  }

  .pricing-wrapper.left {
    width: 66%;
    margin-left: 0px;
  }

  .pricing-wrapper.right {
    width: 70%;
    margin-right: 0px;
  }

  .pricing-wrapper.left {
    width: 70%;
    margin-left: 0px;
  }

  .pricing-wrapper.middle {
    width: 70%;
  }

  .hero-tittle {
    font-size: 37px;
    line-height: 50px;
  }

  .hero-tittle.blog {
    width: 100%;
  }

  .hero-tittle.categorie {
    width: 180px;
  }

  .banner-hero.sixth {
    height: auto;
    padding-bottom: 40px;
    background-position: 0px 0px, 100% 102%, 0px 0px;
  }

  .hero-div-info {
    margin-top: 40px;
  }

  .hero-div-info.half {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-div-info.half.mockup {
    width: 50%;
    margin-top: 20px;
  }

  .hero-div-info.half.mockup.left {
    width: 100%;
    margin-top: 20px;
    padding-right: 2%;
  }

  .hero-div-info.half.mockup.sixth {
    margin-top: 0px;
  }

  .hero-div-info.half.right {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-left: 2%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-div-info.half.sixth {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-div-info.new-hero-div {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-div-info.new-hero-div.mockup {
    width: 50%;
    margin-top: 20px;
  }

  .hero-div-info.new-hero-div.mockup.left {
    width: 100%;
    margin-top: 20px;
    padding-right: 2%;
  }

  .hero-div-info.new-hero-div.mockup.sixth {
    margin-top: 0px;
  }

  .hero-div-info.new-hero-div.right {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-left: 2%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-div-info.new-hero-div.sixth {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-div-info.homepage-new-hero-block {
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    padding-top: 1.388em;
    padding-bottom: 2.77em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .hero-div-info.homepage-new-hero-block.mockup {
    width: 50%;
    margin-top: 20px;
  }

  .hero-div-info.homepage-new-hero-block.mockup.left {
    width: 100%;
    margin-top: 20px;
    padding-right: 2%;
  }

  .hero-div-info.homepage-new-hero-block.mockup.sixth {
    margin-top: 0px;
  }

  .hero-div-info.homepage-new-hero-block.right {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-left: 2%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-div-info.homepage-new-hero-block.sixth {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-div-quote {
    background-size: 50px, 200px, auto, cover;
  }

  .title-section.quote {
    top: 20%;
  }

  .features-block {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
    -webkit-flex-basis: 70%;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    border-top: 1px none #000;
  }

  .features-block.build {
    height: auto;
  }

  .features-block.build.top {
    width: 100%;
  }

  .features-block.build.top.fourth {
    background-position: 100% 350%;
  }

  .features-icon-4.second.left.tab {
    border-width: 0px;
  }

  .div-info-clients {
    margin-bottom: 40px;
  }

  .checkbox-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
  }

  .blog-content-info {
    position: relative;
    left: 0px;
    z-index: 0;
    display: block;
    width: 100%;
    margin-top: -40px;
  }

  .contact-column-adress {
    padding-top: 20px;
  }

  .contact-small-content {
    padding-bottom: 20px;
  }

  .contact-small-content.middle {
    padding-top: 20px;
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: #e4e4e4;
    border-bottom-width: 1px;
    border-bottom-color: #e4e4e4;
  }

  .contact-us-small-tittle.black {
    margin-bottom: 0px;
  }

  .image-left {
    position: relative;
    left: 0px;
    right: 0px;
    max-height: none;
    max-width: 100%;
    margin-top: 40px;
  }

  .licence-item-1 {
    width: 100%;
  }

  .column-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .footer-div-line.sec {
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
    border-left-style: none;
  }

  .footer-div-line.first {
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-div-line.third {
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-div-line.fourth {
    border-left: 0px none transparent;
  }

  .section-new.footer {
    height: auto;
  }

  .section-tittle-4 {
    font-size: 35px;
    line-height: 45px;
  }

  .homepage-link.first {
    width: 100%;
  }

  .team-new-card.one {
    width: 96%;
    margin-bottom: 120px;
  }

  .team-new-card.twoo {
    width: 96%;
    margin-bottom: 120px;
  }

  .team-new-card.three {
    width: 96%;
    margin-bottom: 120px;
  }

  .team-new-card.fourth {
    width: 96%;
    margin-bottom: 80px;
  }

  .team-new-wrapper {
    display: block;
  }

  .blog-new-card {
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
  }

  .check-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .fact-wrapper {
    margin-top: 50px;
  }

  .post-iteam {
    width: 100%;
  }

  .image-tab.second {
    height: 400px;
  }

  .image-tab.third {
    height: 400px;
    background-size: contain;
  }

  .image-tab.first.in-section {
    height: 440px;
    margin-bottom: 40px;
    background-position: 50% 50%;
    background-size: contain;
  }

  .image-tab.first.bottom-padding {
    margin-bottom: 0px;
  }

  .bigger {
    display: none;
    width: 550px;
    height: 550px;
    margin-right: auto;
    margin-left: auto;
  }

  .hero-div {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hero-div.bigger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-div.bigger.first {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-mock-ups {
    left: 0px;
    top: 20px;
    right: 0px;
    width: auto;
    max-height: 350px;
  }

  .scroll-block.right {
    bottom: 50px;
    display: none;
  }

  .hero-text {
    left: 10px;
    bottom: -38px;
  }

  .hero-text.homepage-title-new {
    display: none;
  }

  .unordered-list-2 {
    margin-bottom: 0px;
  }

  .small-iphone {
    left: -50px;
    right: 0px;
  }

  .small-iphone.second {
    left: 0px;
    right: 0px;
  }

  .licence-items-2 {
    width: 100%;
  }

  .licence-item-firs {
    width: 100%;
  }

  .hero-video {
    width: 100%;
    height: 360px;
  }

  .hero-image-phones {
    height: 560px;
    margin-bottom: 0px;
    background-position: 50% 0%;
  }

  .promo-content {
    width: 100%;
    padding-left: 0%;
  }

  .promo-content.left-side {
    margin-bottom: 0px;
    padding-left: 0%;
  }

  .promo-wrapper {
    -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;
  }

  .promo-wrapper.bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .promo-image-block {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button-3.center.free-trial.start {
    font-size: 30px;
  }

  .grid-button {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  }

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

  .div-block-14 {
    bottom: 63px;
    margin-top: 100px;
  }

  .div-block-15 {
    left: 59px;
    width: 180px;
  }

  .hand {
    margin-bottom: -122.3px;
  }

  .hand.hand-banner-new {
    width: 25.5em;
    margin-bottom: 0px;
  }

  .hand.hand-banner-makeup {
    width: 25.5em;
    margin-bottom: 0px;
  }

  .image-10 {
    width: 150px;
  }

  .gif {
    right: 158.556px;
  }

  .gif.banner-new {
    top: 2.244em;
    width: 15em;
  }

  .gif.makeup-banner {
    top: 2.244em;
    width: 15em;
  }

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

  .grid-3 {
    grid-row-gap: 70px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .image-20 {
    margin-top: -28px;
  }

  .instagram-users-block {
    height: 90%;
  }

  .modal-title {
    font-size: 1.5em;
  }

  .profiles-holder {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .margin-bottom {
    margin-bottom: 1.5em;
  }

  .insta-profile-card {
    width: 12em;
    height: 13em;
    margin-right: 0.5em;
    margin-left: 0.5em;
    padding: 0.5em;
  }

  .custom-input-holder {
    width: 80%;
  }

  .close-btn {
    top: 1%;
  }

  .user-name-title {
    position: static;
    top: 47px;
    margin-top: 1em;
    margin-bottom: 0em;
    color: #000;
  }

  .youtube-2 {
    left: 72px;
    top: -36px;
    margin-left: -5px;
    padding-left: 0px;
  }

  .div-block-24 {
    position: relative;
    left: -75px;
    width: 90%;
  }

  .youtube-3 {
    right: -77px;
  }

  .video-5 {
    margin-top: -55px;
  }

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

  .col-2-50.calendar-sales {
    height: 700px;
    min-height: 100%;
  }

  .col-2-50.calendar-block {
    height: 700px;
    min-height: 100%;
  }

  .col-2-50.calendar-sales-copy {
    height: 700px;
    min-height: 100%;
  }

  .col-2-50.calendar-block-copy {
    height: 700px;
    min-height: 100%;
  }

  .heading-17 {
    font-size: 25px;
    line-height: 45px;
  }

  .section-tittle-copy {
    font-size: 30px;
    line-height: 40px;
  }

  .section-tittle-copy.half-side {
    font-size: 30px;
    line-height: 40px;
  }

  .section-tittle-copy.center-algiment.gramlily {
    padding-top: 2px;
  }

  .section-tittle-copy.percentual {
    font-size: 30px;
    line-height: 40px;
  }

  .section-tittle-copy {
    font-size: 30px;
    line-height: 40px;
  }

  .section-tittle-copy.half-side {
    font-size: 30px;
    line-height: 40px;
  }

  .section-tittle-copy.percentual {
    font-size: 30px;
    line-height: 40px;
  }

  .homepage-main-col {
    min-height: 12em;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -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;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .homepage-main-col.bigger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .homepage-main-col.bigger.first {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .homepage-hero-img-col {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .homepage-hero-img-col.hide-on-mobile {
    display: none;
  }

  .homepage-hero-img-col.hide-on-desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .homepage-hero-img-col.move-makeup-hand {
    display: none;
  }

  .homepage-img-holder {
    bottom: auto;
    margin-top: 0px;
  }

  .homepage-start-btn.mb-20 {
    margin-top: 1.071em;
  }

  .homepage-banner-main-title {
    font-size: 3.3em;
    text-align: center;
  }

  .homepage-start-btn-copy {
    padding-right: 0.85em;
    padding-left: 0.85em;
    font-size: 3em;
  }

  .homepage-start-btn-copy.mb-20 {
    margin-top: 1.071em;
  }

  .text-field-3-copy.single {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }

  .text-field-3-copy.contact-form.gray.email.single {
    margin-bottom: 20px;
  }

  .text-field-3-copy.contact-form.gray.single {
    margin-bottom: 20px;
  }

  .column-13 {
    top: -143px;
  }

  .video-6 {
    bottom: -78px;
  }

  .section-7 {
    height: auto;
  }

  .section-7.both-side-padding.single.faq {
    padding-right: 40px;
    padding-left: 40px;
  }

  .section-7.orange {
    padding-right: 40px;
    padding-left: 40px;
  }

  .section-7.white.no-padding.they-say {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-7.orange-copy {
    padding-right: 40px;
    padding-left: 40px;
  }

  .section-7.footer-white {
    padding-right: 20px;
    padding-left: 20px;
  }

  .homepage-banner-main-title-2 {
    font-size: 3.3em;
    text-align: center;
  }

  .homepage-start-btn-copy-2 {
    padding-right: 0.85em;
    padding-left: 0.85em;
    font-size: 3em;
  }

  .homepage-start-btn-copy-2.mb-20 {
    margin-top: 1.071em;
  }

  .instagram-users-block-2 {
    height: 90%;
  }

  .user-name-title-2 {
    position: static;
    top: 47px;
    margin-top: 1em;
    margin-bottom: 0em;
    color: #000;
  }

  .hero-text-2 {
    left: 10px;
    bottom: -38px;
  }

  .hero-text-2.homepage-title-new {
    display: none;
  }

  .form-target-block {
    width: 475px;
  }

  .inner-vid-block {
    position: relative;
  }

  .button-copy.center.free-trial.start {
    font-size: 30px;
  }

  .button-copy.center.free-trial.header {
    position: relative;
    top: 34px;
    margin-left: 0px;
    border-radius: 5px;
  }

  .button-copy.center.free-trial.start {
    font-size: 30px;
  }

  .button-copy.center.free-trial.header {
    position: relative;
    top: 34px;
    margin-left: 0px;
    border-radius: 5px;
  }

  .button-copy.center.free-trial.start {
    font-size: 30px;
  }

  .button-copy.center.free-trial.header {
    position: relative;
    top: 34px;
    margin-left: 0px;
    border-radius: 5px;
  }

  .button-copy-copy.center.free-trial.start {
    font-size: 30px;
  }

  .button-copy-copy.center.free-trial.header {
    position: relative;
    top: 34px;
    margin-left: 0px;
    border-radius: 5px;
  }

  .bann {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .col-2-50-copy.calendar-sales {
    height: 700px;
    min-height: 100%;
  }

  .col-2-50-copy.calendar-block {
    height: 700px;
    min-height: 100%;
  }

  .col-2-50-copy.calendar-sales-copy {
    height: 700px;
    min-height: 100%;
  }

  .col-2-50-copy.calendar-block-copy {
    height: 700px;
    min-height: 100%;
  }

  .custom-container-res.signup-con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .res-body {
    font-size: 2.2vw;
  }

  .signup-col-one {
    max-width: 100%;
  }

  .signup-sec-col {
    display: none;
  }

  .msg-box {
    width: 70%;
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .nav-bar.white.not-fixed {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .nav-bar.white.not-fixed.transparant {
    margin-bottom: 19px;
    padding-right: 18px;
    padding-bottom: 0px;
  }

  .wrapper-full {
    padding: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wrapper-full.intro {
    padding-right: 10px;
    padding-left: 10px;
  }

  .brand {
    height: auto;
    padding: 0px;
  }

  .navigation-wrapper {
    padding-top: 13px;
  }

  .banner-section.intro {
    height: 100vh;
    background-image: linear-gradient(
        307deg,
        rgba(252, 111, 0, 0.9),
        rgba(140, 15, 255, 0.9)
      ),
      url("../images/bady-qb-751620-unsplash-1.jpg");
    background-position: 0px 0px, 50% 361%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .top-padding.services.left.info {
    height: auto;
    max-height: 400px;
  }

  .top-padding.services.left.movie {
    margin-left: 0px;
  }

  .hero-header {
    font-size: 38px;
    line-height: 48px;
  }

  .hero-header.center {
    margin-bottom: 0px;
    font-size: 30px;
    line-height: 40px;
  }

  .hero-header.center.white.percentual {
    font-size: 35px;
    line-height: 45px;
  }

  .button {
    width: 100%;
  }

  .button.center.left.mirror {
    width: 185px;
  }

  .button.center.hero {
    display: block;
    width: 185px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    float: none;
  }

  .button.center.pink {
    width: 185px;
  }

  .button.center.free-trial.start {
    position: relative;
    top: -15px;
    display: inline-block;
    width: 100%;
    margin: 0px auto 13px;
    padding-top: 12px;
    padding-right: 15px;
    padding-left: 15px;
    background-image: linear-gradient(74deg, #21e9ff, #f600ff);
    font-size: 21px;
  }

  .button.center.free-trial.start.review {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .button.center.free-trial.header {
    position: relative;
    top: 18px;
    width: 280px;
    height: 50px;
    margin-top: 15px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #ffd106;
    background-image: none;
    box-shadow: 1px 1px 1px 0 #000;
    opacity: 1;
    font-size: 22px;
    line-height: 22px;
  }

  .button.center.free-trial.header.start-free {
    height: 50px;
    margin-right: -2px;
    margin-left: 2px;
    font-size: 25px;
    line-height: 30px;
  }

  .section {
    margin-top: -46px;
    padding-top: 85px;
    padding-bottom: 0px;
  }

  .section.footer-white {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section.white {
    height: auto;
    margin-top: 0px;
    padding-bottom: 119px;
  }

  .targeting-inquiries .section.white{
    margin-top: 40px;
  }

  .section.white.line {
    position: static;
    margin-right: 9px;
    margin-left: 0px;
  }

  .section.white.message {
    background-size: 80px;
  }

  .section.orange {
    margin-top: 0px;
    padding: 50px 40px;
    background-image: linear-gradient(
        135deg,
        rgba(255, 6, 156, 0.88),
        rgba(252, 111, 0, 0.93) 81%
      ),
      url("../images/square-3.png"), url("../images/square-3.png"),
      linear-gradient(180deg, rgba(252, 111, 0, 0.94), rgba(252, 111, 0, 0.94));
    background-position: 0px 0px, 100% 100%, 43px 0px, 0px 0px;
    background-size: auto, 150px, 250px, auto;
    background-repeat: repeat, no-repeat, no-repeat, repeat;
    background-attachment: scroll, scroll, scroll, scroll;
  }

  .section.both-side-padding.single.faq {
    margin-top: -43px;
    padding-top: 87px;
    padding-bottom: 0px;
  }

  .section.orange-copy {
    margin-top: 0px;
    padding: 50px 40px 40px;
    background-image: linear-gradient(
        135deg,
        rgba(252, 111, 0, 0.93) 15%,
        rgba(168, 6, 255, 0.88) 69%
      ),
      url("../images/square-3.png"), url("../images/square-3.png"),
      linear-gradient(180deg, rgba(252, 111, 0, 0.94), rgba(252, 111, 0, 0.94));
    background-position: 0px 0px, 100% 100%, 43px 0px, 0px 0px;
    background-size: auto, 150px, 250px, auto;
    background-repeat: repeat, no-repeat, no-repeat, repeat;
    background-attachment: scroll, scroll, scroll, scroll;
  }

  .section.video-sec {
    margin-top: 0px;
    padding: 50px 20px 40px;
    background-image: linear-gradient(
        135deg,
        rgba(252, 111, 0, 0.93) 15%,
        rgba(168, 6, 255, 0.88) 69%
      ),
      url("../images/square-3.png"), url("../images/square-3.png"),
      linear-gradient(180deg, rgba(252, 111, 0, 0.94), rgba(252, 111, 0, 0.94));
    background-position: 0px 0px, 100% 100%, 43px 0px, 0px 0px;
    background-size: auto, 150px, 250px, auto;
    background-repeat: repeat, no-repeat, no-repeat, repeat;
    background-attachment: scroll, scroll, scroll, scroll;
  }

  .container {
    margin-top: -20px;
    margin-bottom: 7px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .tab {
    position: relative;
    bottom: 0px;
    margin-bottom: 5px;
    margin-left: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .tabs-menu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .section-content.center.facts {
    width: 100%;
  }

  .section-header.exper {
    font-size: 25px;
    line-height: 35px;
  }

  .algin-center.bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: -22px auto 40px;
    padding-top: 0px;
    padding-right: 13px;
    padding-left: 13px;
  }

  .algin-center.bottom {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .algin-center.padding {
    margin-top: -81px;
    margin-bottom: -50px;
    padding-top: 0px;
  }

  .algin-center.margin-bottom-100 {
    margin-bottom: 130px;
  }

  .algin-center.contact-us-block {
    margin-top: -81px;
    margin-bottom: -86px;
    padding-top: 0px;
  }

  .section-tittle {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-top: 0px;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
  }

  .section-tittle.half-side {
    font-size: 24px;
    line-height: 34px;
    text-align: center;
  }

  .section-tittle.half-side.square {
    font-size: 25px;
    line-height: 35px;
  }

  .section-tittle.half-side.title {
    padding-top: 2px;
  }

  .section-tittle.center-algiment {
    bottom: -8px;
    margin-top: 20px;
    margin-bottom: 28px;
    padding-top: 0px;
    padding-bottom: 13px;
    line-height: 45px;
    text-shadow: 1px 1px 3px #000;
  }

  .section-tittle.center-algiment.gramlily {
    margin: 26px 15px 1px;
    padding: 0px 5px;
    font-size: 22px;
    line-height: 40px;
  }

  .section-tittle.percentual {
    font-size: 30px;
    line-height: 40px;
  }

  .section-tittle.center {
    text-align: center;
  }

  .section-tittle.centered-align {
    bottom: -8px;
    margin-top: 20px;
    padding-top: 0px;
    padding-bottom: 13px;
    font-size: 28px;
    text-shadow: 1px 1px 3px #000;
  }

  .section-tittle.centered-align.gramlily {
    margin: 26px 15px 1px;
    padding: 0px 5px;
    font-size: 22px;
    line-height: 40px;
  }

  .section-tittle.centered-align.mt-20 {
    padding-bottom: 24px;
  }

  .client-image {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .client-image.horizontal {
    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;
  }

  .client-flex.center {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .exp-tittle {
    color: #000;
  }

  .testimonial-content {
    width: auto;
    padding: 0px;
  }

  .testimonial-content.padding {
    width: auto;
  }

  .contact-content {
    position: static;
    right: 0px;
    width: 100%;
  }

  .contact-content.new {
    width: 100%;
    margin-top: 0px;
    padding: 30px 0px;
    background-color: #c2e0fa;
    background-image: none;
    background-size: auto;
  }

  .contact-content.new.request {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-fact {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .section-facts {
    margin-top: 5px;
    padding: 23px 40px 50px;
  }

  .sub-text {
    font-size: 21px;
    text-align: left;
  }

  .sub-text.smaller.fun {
    line-height: 26px;
    text-align: center;
  }

  .full-container {
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    text-align: left;
  }

  .fun-content.no-space {
    margin-bottom: 0px;
  }

  .fun-tittle {
    font-size: 35px;
    line-height: 45px;
  }

  .hero-paragraph {
    line-height: 22px;
  }

  .hero-paragraph.second {
    display: block;
  }

  .hero-paragraph.second.white {
    text-align: center;
  }

  .cta-section {
    margin-top: 1px;
  }

  .services-content {
    width: 100%;
  }

  .tittle-blog {
    width: 100%;
  }

  .div-center-headline {
    overflow: visible;
  }

  .banner {
    height: 500px;
  }

  .banner.fourth {
    height: 700px;
    padding-top: 40px;
  }

  .baner-big-text {
    font-size: 35px;
    line-height: 40px;
  }

  .baner-big-text.white {
    font-size: 35px;
    line-height: 45px;
  }

  .tab-icon-link {
    display: inline-block;
    width: auto;
  }

  .tab-icon-link.w--current {
    display: inline-block;
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
  }

  .tab-icon-link.border {
    width: auto;
    border-style: none;
    border-top-width: 1px;
    border-top-color: #e4e4e4;
    border-bottom-width: 1px;
    border-bottom-color: #e4e4e4;
  }

  .tab-icon-link.border.w--current {
    display: inline-block;
    width: auto;
  }

  .tab-icon-link.right {
    width: auto;
  }

  .tab-icon-link.right.w--current {
    display: inline-block;
    width: auto;
  }

  .top-padding-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .subtittle {
    font-size: 18px;
    line-height: 28px;
  }

  .preview-container {
    margin-right: 0px;
    margin-left: 0px;
  }

  .blog-date {
    text-align: left;
  }

  .preview-image {
    height: 270px;
  }

  .gallery-image {
    width: 100%;
    max-width: 100%;
  }

  .form-block {
    padding-right: 20px;
    padding-left: 20px;
  }

  .tab-link-3 {
    margin: 0% auto;
  }

  .tab-link-3.w--current {
    margin-top: 0.1%;
  }

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

  .button-2.blue.single-form-button {
    width: 100%;
  }

  .paragraph-large {
    width: 90%;
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-large.white {
    width: 100%;
    font-size: 16px;
  }

  .paragraph-large.testimonials {
    padding-top: 16px;
  }

  .seprator-div-wrapper {
    display: block;
  }

  .seprator-div-wrapper.page {
    display: block;
  }

  .tab-pane {
    padding-right: 10px;
    padding-left: 10px;
  }

  .banner-home.half {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    background-image: linear-gradient(
        135deg,
        rgba(252, 111, 0, 0.95),
        rgba(255, 6, 156, 0.9)
      ),
      url("../images/bady-qb-751620-unsplash-1.jpg"),
      linear-gradient(135deg, #fc6f00, #ff069c);
    background-position: 0px 0px, 0px 0px, 0px 0px;
    background-size: auto, cover, auto;
  }

  .banner-home.half.second {
    height: 100%;
    padding-bottom: 40px;
  }

  .banner-home.homepage-responsive {
    display: block;
    padding-bottom: 5em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    background-image: linear-gradient(
        135deg,
        rgba(252, 111, 0, 0.95),
        rgba(255, 6, 156, 0.9)
      ),
      url("../images/bady-qb-751620-unsplash-1.jpg"),
      linear-gradient(135deg, #fc6f00, #ff069c);
    background-position: 0px 0px, 0px 0px, 0px 0px;
    background-size: auto, cover, auto;
    font-size: 2.2vw;
  }

  .banner-home.homepage-responsive.second {
    height: 100%;
    padding-bottom: 40px;
  }

  .banner-home.homepage-responsive {
    display: block;
    padding-bottom: 5em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    background-image: linear-gradient(
        135deg,
        rgba(252, 111, 0, 0.95),
        rgba(255, 6, 156, 0.9)
      ),
      url("../images/bady-qb-751620-unsplash-1.jpg"),
      linear-gradient(135deg, #fc6f00, #ff069c);
    background-position: 0px 0px, 0px 0px, 0px 0px;
    background-size: auto, cover, auto;
    font-size: 2.2vw;
  }

  .pricing-wrapper.right {
    width: 90%;
  }

  .pricing-wrapper.left {
    width: 90%;
  }

  .pricing-wrapper.right {
    width: 100%;
  }

  .pricing-wrapper.left {
    width: 100%;
  }

  .pricing-wrapper.middle {
    width: 100%;
  }

  .pricing-plan-2 {
    display: block;
    width: auto;
    margin-right: -30px;
    margin-left: -30px;
  }

  .about-section {
    background-image: url("../images/43243.png"), url("../images/3535415.png"),
      -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.77)), to(hsla(0, 0%, 100%, 0.77))),
      url("../images/christian-perner-91905-unsplash.jpg");
    background-image: url("../images/43243.png"), url("../images/3535415.png"),
      linear-gradient(180deg, hsla(0, 0%, 100%, 0.77), hsla(0, 0%, 100%, 0.77)),
      url("../images/christian-perner-91905-unsplash.jpg");
    background-size: 100px, 100px, auto, cover;
  }

  .about-section.service {
    margin-top: 79px;
    padding-top: 65px;
  }

  .about-section.blog.white-overlay.contact {
    padding-top: 144px;
  }

  .about-section.blog.white-overlay.contact.on-mobile {
    padding-bottom: 40px;
  }

  .hero-tittle {
    margin: 31px 13px 19px;
    padding: 0px 5px;
    font-size: 30px;
    text-align: center;
  }

  .hero-tittle.blog {
    margin-top: 0px;
    margin-left: 0px;
  }

  .hero-tittle.categorie {
    display: block;
    width: 180px;
    margin-right: auto;
    margin-left: auto;
    -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;
  }

  .banner-hero.sixth {
    height: 700px;
  }

  .hero-div-info {
    margin-top: 80px;
  }

  .hero-div-info.half {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .hero-div-info.half.mockup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .hero-div-info.half.mockup.left {
    margin-top: 40px;
    padding-left: 1%;
  }

  .hero-div-info.half.right {
    width: 100%;
    margin-top: 0px;
    padding: 0px 0%;
  }

  .hero-div-info.new-hero-div {
    margin-top: -1px;
    margin-bottom: -20px;
    padding-top: 40px;
    padding-bottom: 26px;
  }

  .hero-div-info.new-hero-div.mockup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .hero-div-info.new-hero-div.mockup.left {
    margin-top: 40px;
    padding-left: 1%;
  }

  .hero-div-info.new-hero-div.right {
    width: 100%;
    margin-top: 0px;
    padding: 0px 0%;
  }

  .hero-div-info.homepage-new-hero-block {
    padding: 3em 0px 0em;
  }

  .hero-div-info.homepage-new-hero-block.mockup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .hero-div-info.homepage-new-hero-block.mockup.left {
    margin-top: 40px;
    padding-left: 1%;
  }

  .hero-div-info.homepage-new-hero-block.right {
    width: 100%;
    margin-top: 0px;
    padding: 0px 0%;
  }

  .utility-page-content {
    width: 90%;
  }

  .image-div-quote {
    background-size: 50px, 200px, auto, cover;
  }

  .title-section.quote {
    top: 30%;
    width: 90%;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 24px;
  }

  .features-block {
    border-top-style: none;
    border-top-color: #e4ecf6;
  }

  .features-block.build {
    height: auto;
    max-height: 400px;
    padding-right: 20px;
  }

  .features-block.build.top {
    padding-right: 30px;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(hsla(0, 0%, 100%, 0.79)),
        to(hsla(0, 0%, 100%, 0.79))
      ),
      url("../images/111.png");
    background-image: linear-gradient(
        180deg,
        hsla(0, 0%, 100%, 0.79),
        hsla(0, 0%, 100%, 0.79)
      ),
      url("../images/111.png");
    background-position: 0px 0px, 98% 108%;
    background-size: auto, 140px;
    background-repeat: repeat, no-repeat;
  }

  .features-block.build.top.second {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(hsla(0, 0%, 100%, 0.8)),
        to(hsla(0, 0%, 100%, 0.8))
      ),
      url("../images/222.png");
    background-image: linear-gradient(
        180deg,
        hsla(0, 0%, 100%, 0.8),
        hsla(0, 0%, 100%, 0.8)
      ),
      url("../images/222.png");
    background-position: 0px 0px, 100% 100%;
    background-size: auto, 140px;
    background-repeat: repeat, no-repeat;
  }

  .features-block.build.top.third {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(hsla(0, 0%, 100%, 0.8)),
        to(hsla(0, 0%, 100%, 0.8))
      ),
      url("../images/333.png");
    background-image: linear-gradient(
        180deg,
        hsla(0, 0%, 100%, 0.8),
        hsla(0, 0%, 100%, 0.8)
      ),
      url("../images/333.png");
    background-position: 0px 0px, 100% 100%;
    background-size: auto, 140px;
    background-repeat: repeat, no-repeat;
  }

  .features-block.build.top.fourth {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(hsla(0, 0%, 100%, 0.8)),
        to(hsla(0, 0%, 100%, 0.8))
      ),
      url("../images/444.png");
    background-image: linear-gradient(
        180deg,
        hsla(0, 0%, 100%, 0.8),
        hsla(0, 0%, 100%, 0.8)
      ),
      url("../images/444.png");
    background-position: 0px 0px, 100% 245%;
    background-size: auto, 140px;
    background-repeat: repeat, no-repeat;
  }

  .features-block.second {
    position: relative;
    width: 100%;
    border-radius: 11px;
    -webkit-transition: background-color 400ms ease;
    transition: background-color 400ms ease;
  }

  .features-block.third {
    width: 100%;
  }

  .features-block.fourth {
    width: 100%;
  }

  .features-icon-4.second.center {
    background-color: #da0000;
    box-shadow: 1px 1px 3px 0 #000;
  }

  .features-icon-4.third {
    background-image: url("../images/instamiawhitelogo.png"),
      -webkit-gradient(linear, left top, left bottom, from(#0cf), to(#0cf));
    background-image: url("../images/instamiawhitelogo.png"),
      linear-gradient(180deg, #0cf, #0cf);
    background-position: 50% 50%, 0px 0px;
    background-size: 32px, auto;
    background-repeat: no-repeat, repeat;
    box-shadow: 1px 1px 3px 0 #000;
  }

  .features-icon-4.first {
    background-image: url("../images/icons8-up-96-1_1icons8-up-96 (1).png"),
      -webkit-gradient(linear, left top, left bottom, from(#ffe100), to(#ffe100));
    background-image: url("../images/icons8-up-96-1_1icons8-up-96 (1).png"),
      linear-gradient(180deg, #ffe100, #ffe100);
    background-position: 50% 50%, 0px 0px;
    background-size: 40px, auto;
    background-repeat: no-repeat, repeat;
    box-shadow: 1px 1px 3px 0 #000;
  }

  .features-icon-4.fifth {
    background-image: url("../images/icons8-coins-80_1icons8-coins-80.png"),
      -webkit-gradient(linear, left top, left bottom, from(#0675ec), to(#0675ec));
    background-image: url("../images/icons8-coins-80_1icons8-coins-80.png"),
      linear-gradient(180deg, #0675ec, #0675ec);
    background-position: 50% 50%, 0px 0px;
    background-size: 38px, auto;
    background-repeat: no-repeat, repeat;
    box-shadow: 1px 1px 3px 0 #000;
  }

  .service-tittle.square {
    margin-top: -8px;
    margin-bottom: -10px;
  }

  .blog-content-info {
    padding: 40px;
  }

  .contact-small-content.middle {
    border-right-style: none;
    border-left-style: none;
  }

  .paragraph-13 {
    line-height: 25px;
  }

  .image-left {
    position: static;
    width: auto;
    max-width: 100%;
    margin-top: 40px;
    margin-bottom: 0px;
  }

  .heading.free {
    margin-top: 5px;
    margin-bottom: 0px;
    padding-top: 2px;
    font-size: 16px;
  }

  .heading.free.only {
    margin-top: -28px;
    padding-top: 12px;
    color: #34aeff;
    font-size: 15px;
  }

  .nav-menu-2 {
    z-index: 99;
  }

  .licence-item-1 {
    padding: 15px 15px 14px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .image-div {
    width: 100px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .image-div.logo {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .licence-link {
    margin-right: 10px;
  }

  .licence-links-wrapper {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

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

  .date-text.bottom {
    text-align: left;
  }

  .paragraph-center {
    line-height: 28px;
  }

  .section-new {
    height: auto;
  }

  .section-new.footer {
    padding-top: 60px;
  }

  .collection-item {
    display: block;
  }

  .collection-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tab-2 {
    position: relative;
    bottom: 0px;
    margin-bottom: 5px;
    margin-left: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .tab-2.portfolio {
    position: static;
    width: 150px;
    text-align: center;
  }

  .seprator-div-wrapper-2 {
    display: none;
  }

  .collection-list-wrapper {
    width: 100%;
  }

  .homepage-link.first {
    width: 100%;
    height: 500px;
  }

  .blog-new-card {
    margin-right: 0px;
    margin-left: 0px;
  }

  .text-block-2 {
    font-size: 15px;
    line-height: 25px;
  }

  .fact-wrapper {
    margin-top: 0px;
  }

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

  .post-iteam {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .gray-block.fourth.services {
    bottom: -12px;
    margin-top: -129px;
    margin-bottom: 30px;
    padding-bottom: 0px;
    border-bottom-color: #ffe100;
  }

  .gray-block.first.services {
    margin-top: -102px;
    border-bottom-color: #00d4ff;
  }

  .gray-block.second.services {
    margin-top: -102px;
    margin-bottom: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom-color: #bf0fff;
  }

  .gray-block.fifth {
    margin-top: -102px;
    padding-top: 0px;
    border-bottom-color: #1d9dff;
  }

  .gray-block.first.services {
    margin-top: -102px;
    border-bottom-color: #00d4ff;
  }

  .gray-block.fourth.services {
    bottom: -12px;
    margin-top: -129px;
    margin-bottom: 30px;
    padding-bottom: 0px;
    border-bottom-color: #ffe100;
  }

  .testimonials-wrapper {
    padding-right: 18px;
    padding-left: 18px;
  }

  .image-tab.second {
    height: 220px;
  }

  .image-tab.third {
    height: 300px;
  }

  .image-tab.first.in-section {
    height: 260px;
    background-position: 125% 50%;
    background-size: contain;
  }

  .image-tab.first.bottom-padding {
    height: 240px;
  }

  .bigger {
    width: 320px;
    height: 320px;
  }

  .hero-div {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .hero-div.bigger {
    height: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .hero-div.sixth {
    padding-top: 140px;
  }

  .image-mock-ups {
    position: static;
    right: 0px;
    width: auto;
    max-width: 100%;
  }

  .iphone {
    width: 100%;
    margin-bottom: 0px;
  }

  .scroll-link {
    display: none;
  }

  .address.second {
    display: none;
  }

  .unordered-list-2 {
    margin-bottom: 0px;
  }

  .paragraph-16 {
    width: 100%;
  }

  .paragraph-17 {
    width: 100%;
  }

  .small-iphone {
    left: -20px;
    right: 0px;
    height: 360px;
    background-size: contain;
  }

  .small-iphone.second {
    left: 0px;
    background-size: contain;
  }

  .licence-item-firs {
    width: auto;
    padding: 15px 15px 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .licence-link-2 {
    margin-right: 10px;
  }

  .licence-link-2.changelog {
    margin-right: 0px;
    text-align: center;
  }

  .hero-video {
    height: 190px;
    border-radius: 10px;
  }

  .hero-image-phones {
    height: 300px;
  }

  .color-block {
    width: 140px;
    height: 200px;
  }

  .block-image {
    width: 200px;
  }

  .button-3 {
    width: 100%;
  }

  .button-3.center.free-trial.start {
    position: relative;
    top: -15px;
    width: 100%;
    margin: -2px -12px -29px;
    padding-top: 12px;
    padding-right: 15px;
    padding-left: 15px;
    background-image: linear-gradient(74deg, #21e9ff, #f600ff);
    font-size: 21px;
  }

  .button-3.center.free-trial.start.review {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .color-block-2 {
    width: 140px;
    height: 200px;
  }

  .grid-button {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto
      auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  }

  .div-block-11 {
    width: 120%;
    height: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 40px 10px 70px;
  }

  .testimonial-wrap {
    margin-top: -47px;
    margin-bottom: 51px;
    padding-top: 29px;
    padding-bottom: 0px;
  }

  .bold-text-10 {
    font-size: 40px;
  }

  .heading-2 {
    margin-bottom: 15px;
    padding-top: 12px;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
  }

  .bold-text-11 {
    height: 21.66666603088379px;
    font-family: Verdana, Geneva, sans-serif;
    color: #fff;
    font-size: 21px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 2px;
    text-shadow: 1px 1px 2px #272727;
  }

  .bold-text-13 {
    font-size: 27px;
  }

  .hand {
    margin-bottom: -122.3px;
    opacity: 1;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
  }

  .hand.hand-banner-new {
    width: 35em;
  }

  .hand.hand-banner-makeup {
    width: 35em;
  }

  .image-10 {
    width: 145px;
    max-width: none;
    padding-top: 0px;
  }

  .text-span-5 {
    color: #444;
  }

  .button-4 {
    margin-right: 10px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #0bf;
  }

  .button-4.margin-left-0 {
    margin-left: 41px;
  }

  .gif {
    left: 56px;
    margin-right: 0px;
  }

  .gif.banner-new {
    left: 6.019em;
    top: 3.244em;
    bottom: auto;
    width: 19.9em;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    margin-bottom: 0px;
    border-radius: 0px;
  }

  .gif.makeup-banner {
    left: 5.719em;
    top: 3.044em;
    width: 20.1em;
  }

  .image-12 {
    padding-bottom: 1px;
  }

  .image-14 {
    padding-bottom: 1px;
  }

  .image-15 {
    margin-top: 19px;
    padding-top: 0px;
    padding-bottom: 1px;
  }

  .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    color: #000;
    line-height: 25px;
  }

  .grid-2 {
    padding-top: 19px;
  }

  .grid-3 {
    margin-bottom: -87px;
  }

  .image-16 {
    margin-bottom: -10px;
    padding-top: 198px;
    padding-bottom: 85px;
  }

  .custom-section._80px-margin-top {
    margin-top: 122px;
  }

  .custom-section.contact-sec {
    padding-right: 20px;
    padding-bottom: 60px;
    padding-left: 20px;
  }

  .custom-section.support-sec {
    padding-right: 20px;
    padding-left: 20px;
  }

  .custom-container._60vh.flex-center {
    margin-bottom: -181px;
    padding-top: 0px;
    padding-bottom: 165px;
  }

  .custom-container.for-terms-con {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }

  .bold-text-15 {
    position: relative;
    top: 9px;
    bottom: -76px;
    font-size: 17px;
  }

  .bold-text-16 {
    color: #34aeff;
    font-size: 20px;
  }

  .text-block-4 {
    margin-top: 0px;
    margin-bottom: -2px;
    padding-top: 6px;
    padding-bottom: 8px;
    white-space: normal;
  }

  .button-5 {
    padding-right: 8px;
    padding-left: 8px;
    background-color: #0bf;
  }

  .image-17 {
    margin-right: -16px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 7px;
    padding-bottom: 10px;
    padding-left: 7px;
  }

  .bold-text-17 {
    color: #000;
    text-align: center;
  }

  .image-19 {
    margin-bottom: -135px;
  }

  .image-20 {
    display: inline-block;
    max-width: 110%;
    margin-top: -35px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
  }

  .heading-9 {
    margin-top: 18px;
    margin-bottom: 61px;
    font-size: 26px;
  }

  .text-span-6 {
    margin-right: 0px;
    padding-right: 11px;
    padding-left: 3px;
  }

  .instagram-users-block {
    width: 100%;
  }

  .modal-title {
    font-size: 1.2em;
    line-height: 1.4;
  }

  .custom-input {
    font-size: 0.8em;
  }

  .custom-button {
    font-size: 0.8em;
    white-space: nowrap;
  }

  .insta-profile-card {
    width: 10em;
    height: 12em;
    margin: 0.4em;
  }

  .insta-profile-card.hide {
    display: none;
    width: 10em;
    margin-right: 0.5em;
    margin-left: 0.5em;
    padding: 0.5em;
  }

  .insta-profile-pic-holder {
    width: 3em;
    height: 3em;
  }

  .instagram-card-username {
    margin-top: 0.5em;
    margin-bottom: 1em;
    font-size: 0.9em;
  }

  .custom-input-holder {
    width: 60%;
    margin-right: 0.5em;
  }

  .user-name-title {
    position: absolute;
    top: auto;
    bottom: 5.2em;
    min-height: 0px;
    margin-top: -0.243em;
    padding-top: 5px;
    color: #000;
    font-size: 3.5em;
    line-height: 1.2;
    font-weight: 700;
  }

  .youtube-2 {
    left: 0px;
    width: 100%;
    max-height: 100%;
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .div-block-24 {
    position: relative;
    left: -14px;
    right: 14px;
    width: 110%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .youtube-3 {
    left: 0px;
    right: 0px;
    width: 280px;
    margin: -27px auto 40px;
    padding-bottom: 0px;
  }

  .div-block-25 {
    position: relative;
    left: 0px;
    right: 0px;
    width: 280px;
    margin: 0px auto;
    padding-top: 0px;
    padding-right: 0px;
  }

  .youtube-4 {
    display: block;
  }

  .container-3 {
    margin-top: -66px;
  }

  .video-5 {
    max-width: 100%;
    margin-top: -5px;
  }

  .link-block-3 {
    margin-top: 15px;
  }

  .link-block-3.w--current {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .list-2 {
    padding-left: 0px;
  }

  .button-9 {
    left: 0px;
    top: -111px;
    display: none;
    width: 225px;
    height: 100px;
    margin-top: -72px;
    padding-top: 18px;
    letter-spacing: normal;
    text-transform: none;
    white-space: normal;
  }

  .image-22 {
    display: block;
    margin-top: -61px;
  }

  .div-block-29 {
    display: block;
    margin-top: 10px;
  }

  .button-10 {
    border-radius: 9px;
    background-color: #0bf;
    font-family: Poppins, sans-serif;
    font-size: 22px;
    line-height: 30px;
  }

  .html-embed {
    display: none;
  }

  .heading-11 {
    margin: 0px 5px 46px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 40px;
  }

  .text-block-8 {
    text-align: center;
  }

  .col-2-50 {
    max-width: 100%;
  }

  .col-2-50.calendar-sales {
    height: 750px;
    min-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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .col-2-50.calendar-block {
    height: 800px;
  }

  .col-2-50.calendar-sales-copy {
    height: 800px;
    min-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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .col-2-50.calendar-block-copy {
    height: 800px;
  }

  .hero-title {
    margin-top: 0px;
    color: #fff;
    font-size: 30px;
  }

  .hero-para {
    font-size: 16px;
  }

  .hero-para.mx-95 {
    max-width: 100%;
  }

  .conatct-support-rt p {
    font-size: 16px;
  }

  .conatct-support-rt h2 {
    font-size: 29px;
    line-height: 39px;
  }

  .image-23 {
    margin-right: 10px;
    margin-bottom: 12px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-15 {
    display: block;
    margin-top: 27px;
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
  }

  .text-block-9 {
    position: relative;
    top: 13px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-transition: -webkit-box-flex 200ms ease, -webkit-flex 200ms ease;
    transition: -webkit-box-flex 200ms ease, -webkit-flex 200ms ease;
    transition: flex 200ms ease;
    transition: flex 200ms ease, -webkit-box-flex 200ms ease,
      -webkit-flex 200ms ease, -ms-flex 200ms ease;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0px;
    text-decoration: none;
    text-indent: 0px;
    text-shadow: 1px 1px 3px #000;
  }

  .heading-17 {
    height: 0%;
    margin: 32px 10px 2px;
    padding-top: 0px;
    font-size: 25px;
  }

  .bold-text-18 {
    font-size: 27px;
  }

  .bold-text-19 {
    font-size: 27px;
  }

  .heading-18 {
    color: #000;
  }

  .heading-19 {
    margin-bottom: 44px;
    color: #000;
    font-size: 30px;
    text-align: center;
  }

  .service-tittle-copy.square {
    margin-top: -8px;
    margin-bottom: -10px;
  }

  .service-tittle-copy.square {
    margin-top: -8px;
    margin-bottom: -10px;
  }

  .service-tittle-copy.square {
    margin-top: -8px;
    margin-bottom: -10px;
  }

  .service-tittle-copy.square {
    bottom: 0px;
    margin-top: -8px;
    margin-bottom: -6px;
  }

  .service-tittle-copy.square {
    margin-top: -8px;
    margin-bottom: -10px;
  }

  .service-tittle-copy.square {
    bottom: 0px;
    margin-top: -8px;
    margin-bottom: -6px;
  }

  .heading-20 {
    font-size: 40px;
    text-align: center;
  }

  .heading-21 {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 35px;
    text-align: center;
  }

  .section-tittle-copy {
    margin-top: 20px;
    padding-top: 0px;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
  }

  .section-tittle-copy.half-side {
    font-size: 24px;
    line-height: 34px;
    text-align: center;
  }

  .section-tittle-copy.half-side.square {
    font-size: 25px;
    line-height: 35px;
  }

  .section-tittle-copy.half-side.title {
    padding-top: 2px;
  }

  .section-tittle-copy.center-algiment {
    bottom: -8px;
    margin-top: 17px;
    margin-bottom: 28px;
    padding-top: 0px;
    padding-bottom: 13px;
    text-shadow: 1px 1px 3px #000;
  }

  .section-tittle-copy.center-algiment.gramlily {
    bottom: 15px;
    margin: 25px 15px 1px;
    padding: 0px 5px;
    color: #000;
    font-size: 22px;
    line-height: 40px;
    text-shadow: none;
  }

  .section-tittle-copy.percentual {
    font-size: 30px;
    line-height: 40px;
  }

  .section-tittle-copy.center {
    text-align: center;
  }

  .section-tittle-copy {
    margin-top: 20px;
    padding-top: 0px;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
  }

  .section-tittle-copy.half-side {
    font-size: 24px;
    line-height: 34px;
    text-align: center;
  }

  .section-tittle-copy.half-side.square {
    font-size: 25px;
    line-height: 35px;
  }

  .section-tittle-copy.half-side.title {
    padding-top: 2px;
  }

  .section-tittle-copy.center-algiment {
    bottom: -8px;
    margin-top: 17px;
    margin-bottom: 28px;
    padding-top: 0px;
    padding-bottom: 13px;
    text-shadow: 1px 1px 3px #000;
  }

  .section-tittle-copy.center-algiment.gramlily {
    margin: 26px 15px 1px;
    padding: 0px 5px;
    font-size: 22px;
    line-height: 40px;
  }

  .section-tittle-copy.percentual {
    font-size: 30px;
    line-height: 40px;
  }

  .section-tittle-copy.center {
    text-align: center;
  }

  .hero-title-copy {
    font-size: 30px;
  }

  .two-col-block.ml-2 {
    margin-top: 0em;
  }

  .div-block-30 {
    position: relative;
    left: 47px;
  }

  .homepage-main-col {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .homepage-main-col.bigger {
    height: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .homepage-main-col.sixth {
    padding-top: 140px;
  }

  .homepage-new-address.second {
    display: none;
  }

  .homepage-start-btn.mb-20 {
    position: relative;
    top: -125px;
    margin-top: 0.671em;
    padding-right: 3.7em;
    padding-left: 3.7em;
    font-size: 2em;
    line-height: 2.5;
  }

  .homepage-banner-main-title {
    margin-top: 8px;
    margin-bottom: 0.871em;
    font-size: 3.2em;
  }

  .setup-title-banner {
    margin-top: 1em;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-transition: -webkit-box-flex 200ms ease, -webkit-flex 200ms ease;
    transition: -webkit-box-flex 200ms ease, -webkit-flex 200ms ease;
    transition: flex 200ms ease;
    transition: flex 200ms ease, -webkit-box-flex 200ms ease,
      -webkit-flex 200ms ease, -ms-flex 200ms ease;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0px;
    text-decoration: none;
    text-indent: 0px;
    text-shadow: 1px 1px 3px #000;
  }

  .homepage-start-btn-copy {
    font-size: 3.3em;
  }

  .homepage-start-btn-copy.mb-20 {
    position: absolute;
    bottom: 2.2em;
    margin-top: 0.671em;
  }

  .text-field-3-copy.contact-form.gray.budget {
    height: 55px;
    font-size: 10px;
    line-height: 22px;
  }

  .image-25 {
    position: static;
    display: block;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  .div-block-31 {
    position: static;
    left: 20px;
    display: block;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  .image-26 {
    display: block;
  }

  .image-27 {
    display: block;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  .div-block-32 {
    display: block;
  }

  .image-28 {
    display: block;
    width: auto;
  }

  .image-29 {
    display: block;
    width: 95%;
    margin-right: auto;
    margin-bottom: 22px;
    margin-left: auto;
  }

  .image-30 {
    display: block;
  }

  .column-12 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .column-13 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .video-6 {
    position: relative;
    top: 85px;
    bottom: 0px;
    display: none;
    overflow: auto;
    width: 100%;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 5px;
    text-align: left;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image-31 {
    position: relative;
    left: -26px;
    display: block;
    margin-top: 130px;
  }

  .text-block-13 {
    position: relative;
    display: block;
    width: 99.99%;
    margin-top: -28px;
    margin-right: auto;
    margin-left: 0px;
    font-size: 18px;
    font-weight: 500;
  }

  .columns-3 {
    width: 398.888916015625px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }

  .heading-22 {
    left: -20px;
    bottom: auto;
    display: block;
    margin-top: 33px;
    font-size: 25px;
  }

  .heading-24 {
    position: relative;
    left: -20px;
    display: block;
    margin-top: -34px;
  }

  .div-block-33 {
    position: relative;
    bottom: -67px;
    display: inline-block;
    width: 130%;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-34 {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: auto;
    display: none;
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-35 {
    position: static;
    bottom: -79px;
    display: block;
    width: 300px;
    margin: auto;
    padding-bottom: 0px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .video-7 {
    position: static;
    display: block;
    width: auto;
  }

  .container-7 {
    max-width: 100%;
    margin-top: -70px;
    margin-bottom: 99px;
    padding-right: 0px;
    padding-left: 0px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .video-8 {
    display: block;
    width: 120%;
    height: auto;
    padding-bottom: 9px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .video-9 {
    position: static;
    display: block;
    width: 290px;
    height: auto;
    margin: -47px auto -40px;
    -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: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .div-block-36 {
    position: static;
    top: -15px;
    display: block;
    width: auto;
    margin-right: -30px;
    margin-bottom: 168px;
    margin-left: -30px;
    -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;
  }

  .video-10 {
    display: block;
    margin-top: -70px;
    margin-bottom: -66px;
  }

  .div-block-37 {
    width: 95%;
    margin-right: auto;
    margin-bottom: 89px;
    margin-left: auto;
  }

  .div-block-38 {
    margin-top: -68px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .text-field-4 {
    height: 50px;
  }

  .text-field-5 {
    height: 44px;
  }

  .div-block-39 {
    position: relative;
    top: -112px;
    margin-top: -28px;
  }

  .image-32 {
    top: 131px;
    width: 25%;
    padding-top: 16px;
    padding-bottom: 26px;
  }

  .html-embed-2 {
    display: block;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-block-40 {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .video-12 {
    bottom: -15px;
    box-shadow: 1px 1px 3px 0 #000;
  }

  .exp-tittle-2 {
    color: #000;
  }

  .section-7 {
    margin-top: -46px;
    padding-top: 85px;
    padding-bottom: 0px;
  }

  .section-7.both-side-padding.single.faq {
    margin-top: -43px;
    padding-top: 87px;
    padding-bottom: 0px;
  }

  .section-7.orange {
    margin-top: 0px;
    padding: 50px 40px;
    background-image: linear-gradient(
        135deg,
        rgba(255, 6, 156, 0.88),
        rgba(252, 111, 0, 0.93) 81%
      ),
      url("../images/square-3.png"), none,
      linear-gradient(180deg, rgba(252, 111, 0, 0.94), rgba(252, 111, 0, 0.94));
    background-position: 0px 0px, 100% 100%, 43px 0px, 0px 0px;
    background-size: auto, 150px, 250px, auto;
    background-repeat: repeat, no-repeat, no-repeat, repeat;
    background-attachment: scroll, scroll, scroll, scroll;
  }

  .section-7.white {
    height: auto;
    margin-top: 0px;
    padding-bottom: 119px;
  }

  .section-7.orange-copy {
    margin-top: 0px;
    padding: 50px 40px 40px;
    background-image: linear-gradient(
        135deg,
        rgba(252, 111, 0, 0.93) 15%,
        rgba(168, 6, 255, 0.88) 69%
      ),
      url("../images/square-3.png"), none,
      linear-gradient(180deg, rgba(252, 111, 0, 0.94), rgba(252, 111, 0, 0.94));
    background-position: 0px 0px, 100% 100%, 43px 0px, 0px 0px;
    background-size: auto, 150px, 250px, auto;
    background-repeat: repeat, no-repeat, no-repeat, repeat;
    background-attachment: scroll, scroll, scroll, scroll;
  }

  .section-7.footer-white {
    padding-right: 20px;
    padding-left: 20px;
  }

  .homepage-banner-main-title-2 {
    margin-top: 8px;
    margin-bottom: 0.871em;
    font-size: 3.2em;
  }

  .setup-title-banner-2 {
    margin-top: 1em;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-transition: -webkit-box-flex 200ms ease, -webkit-flex 200ms ease;
    transition: -webkit-box-flex 200ms ease, -webkit-flex 200ms ease;
    transition: flex 200ms ease;
    transition: flex 200ms ease, -webkit-box-flex 200ms ease,
      -webkit-flex 200ms ease, -ms-flex 200ms ease;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0px;
    text-decoration: none;
    text-indent: 0px;
    text-shadow: 1px 1px 3px #000;
  }

  .homepage-start-btn-copy-2 {
    font-size: 3.3em;
  }

  .homepage-start-btn-copy-2.mb-20 {
    position: absolute;
    bottom: 2.2em;
    margin-top: 0.671em;
  }

  .instagram-users-block-2 {
    width: 100%;
  }

  .user-name-title-2 {
    position: absolute;
    top: auto;
    bottom: 5.2em;
    min-height: 0px;
    margin-top: -0.243em;
    padding-top: 5px;
    color: #000;
    font-size: 3.5em;
    line-height: 1.2;
    font-weight: 700;
  }

  .features-icon-5.first {
    background-image: url("../images/icons8-up-96-1_1icons8-up-96 (1).png"),
      -webkit-gradient(linear, left top, left bottom, from(#ffe100), to(#ffe100));
    background-image: url("../images/icons8-up-96-1_1icons8-up-96 (1).png"),
      linear-gradient(180deg, #ffe100, #ffe100);
    background-position: 50% 50%, 0px 0px;
    background-size: 40px, auto;
    background-repeat: no-repeat, repeat;
    box-shadow: 1px 1px 3px 0 #000;
  }

  .features-icon-5.third {
    background-image: url("../images/instamiawhitelogo.png"),
      -webkit-gradient(linear, left top, left bottom, from(#0cf), to(#0cf));
    background-image: url("../images/instamiawhitelogo.png"),
      linear-gradient(180deg, #0cf, #0cf);
    background-position: 50% 50%, 0px 0px;
    background-size: 32px, auto;
    background-repeat: no-repeat, repeat;
    box-shadow: 1px 1px 3px 0 #000;
  }

  .features-icon-5.fifth {
    background-image: url("../images/icons8-coins-80_1icons8-coins-80.png"),
      -webkit-gradient(linear, left top, left bottom, from(#0f8fff), to(#0f8fff));
    background-image: url("../images/icons8-coins-80_1icons8-coins-80.png"),
      linear-gradient(180deg, #0f8fff, #0f8fff);
    background-position: 50% 50%, 0px 0px;
    background-size: 38px, auto;
    background-repeat: no-repeat, repeat;
    box-shadow: 1px 1px 3px 0 #000;
  }

  .features-icon-5.second.center {
    background-color: #b0f;
    box-shadow: 1px 1px 3px 0 #000;
  }

  .div-block-42 {
    width: 120%;
    height: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 40px 10px 104px;
  }

  .custom-button-2 {
    font-size: 0.8em;
    white-space: nowrap;
  }

  .form-target-block {
    width: 100%;
    padding-bottom: 0px;
  }

  .form-input-label-block._45--col {
    max-width: 100%;
  }

  .contact-name-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-44 {
    width: 340px;
    margin-right: auto;
    margin-left: auto;
  }

  .video-col-1 {
    margin-top: -15px;
    margin-bottom: 40px;
  }

  .video-col-2 {
    width: auto;
    max-width: none;
    margin-right: -20px;
    margin-left: -20px;
  }

  .inner-vid-block {
    margin-top: 9px;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 5px;
    text-align: left;
  }

  .video-text-blck {
    display: block;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
  }

  .video-test-img {
    display: block;
  }

  .video-test-name {
    left: -20px;
    bottom: auto;
    font-size: 25px;
    line-height: 1.2;
  }

  .button-copy {
    width: 100%;
  }

  .button-copy.center.left.mirror {
    width: 185px;
  }

  .button-copy.center.hero {
    display: block;
    width: 185px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    float: none;
  }

  .button-copy.center.pink {
    width: 185px;
  }

  .button-copy.center.free-trial.start {
    position: relative;
    top: -15px;
    display: inline-block;
    width: 100%;
    margin: 38px auto 1px;
    padding-top: 12px;
    padding-right: 15px;
    padding-left: 15px;
    background-image: linear-gradient(74deg, #21e9ff, #f600ff);
    font-size: 21px;
  }

  .button-copy.center.free-trial.start.review {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .button-copy.center.free-trial.header {
    position: relative;
    top: 18px;
    width: 280px;
    height: 50px;
    margin-top: 15px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #ffd106;
    background-image: none;
    box-shadow: 1px 1px 1px 0 #000;
    opacity: 1;
    font-size: 22px;
    line-height: 22px;
  }

  .button-copy.center.free-trial.header.start-free {
    height: 50px;
    margin-right: -2px;
    margin-left: 2px;
    font-size: 25px;
    line-height: 30px;
  }

  .button-copy {
    width: 100%;
  }

  .button-copy.center.left.mirror {
    width: 185px;
  }

  .button-copy.center.hero {
    display: block;
    width: 185px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    float: none;
  }

  .button-copy.center.pink {
    width: 185px;
  }

  .button-copy.center.free-trial.start {
    position: relative;
    top: -22px;
    display: inline-block;
    width: 100%;
    margin: 34px auto 1px;
    padding-top: 12px;
    padding-right: 15px;
    padding-left: 15px;
    background-image: linear-gradient(74deg, #21e9ff, #f600ff);
    font-size: 21px;
  }

  .button-copy.center.free-trial.start.review {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .button-copy.center.free-trial.header {
    position: relative;
    top: 18px;
    width: 280px;
    height: 50px;
    margin-top: 15px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #ffd106;
    background-image: none;
    box-shadow: 1px 1px 1px 0 #000;
    opacity: 1;
    font-size: 22px;
    line-height: 22px;
  }

  .button-copy.center.free-trial.header.start-free {
    height: 50px;
    margin-right: -2px;
    margin-left: 2px;
    font-size: 25px;
    line-height: 30px;
  }

  .button-copy {
    width: 100%;
  }

  .button-copy.center.left.mirror {
    width: 185px;
  }

  .button-copy.center.hero {
    display: block;
    width: 185px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    float: none;
  }

  .button-copy.center.pink {
    width: 185px;
  }

  .button-copy.center.free-trial.start {
    position: relative;
    top: -15px;
    display: inline-block;
    width: 100%;
    margin: 0px auto 1px;
    padding-top: 12px;
    padding-right: 15px;
    padding-left: 15px;
    background-image: linear-gradient(74deg, #21e9ff, #f600ff);
    font-size: 21px;
  }

  .button-copy.center.free-trial.start.review {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .button-copy.center.free-trial.start.button {
    padding-right: 0px;
    padding-left: 0px;
  }

  .button-copy.center.free-trial.header {
    position: relative;
    top: 18px;
    width: 280px;
    height: 50px;
    margin-top: 15px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #ffd106;
    background-image: none;
    box-shadow: 1px 1px 1px 0 #000;
    opacity: 1;
    font-size: 22px;
    line-height: 22px;
  }

  .button-copy.center.free-trial.header.start-free {
    height: 50px;
    margin-right: -2px;
    margin-left: 2px;
    font-size: 25px;
    line-height: 30px;
  }

  .button-copy-copy {
    width: 100%;
  }

  .button-copy-copy.center.left.mirror {
    width: 185px;
  }

  .button-copy-copy.center.hero {
    display: block;
    width: 185px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    float: none;
  }

  .button-copy-copy.center.pink {
    width: 185px;
  }

  .button-copy-copy.center.free-trial.start {
    position: relative;
    top: -22px;
    display: inline-block;
    width: 100%;
    margin: 34px auto 1px;
    padding-top: 12px;
    padding-right: 15px;
    padding-left: 15px;
    background-image: linear-gradient(74deg, #21e9ff, #f600ff);
    font-size: 21px;
  }

  .button-copy-copy.center.free-trial.start.review {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .button-copy-copy.center.free-trial.header {
    position: relative;
    top: 18px;
    width: 280px;
    height: 50px;
    margin-top: 15px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #ffd106;
    background-image: none;
    box-shadow: 1px 1px 1px 0 #000;
    opacity: 1;
    font-size: 22px;
    line-height: 22px;
  }

  .button-copy-copy.center.free-trial.header.start-free {
    height: 50px;
    margin-right: -2px;
    margin-left: 2px;
    font-size: 25px;
    line-height: 30px;
  }

  .div-block-46 {
    padding-top: 35px;
  }

  .image-33 {
    margin-bottom: 25px;
  }

  .success-message-new {
    font-size: 14px;
  }

  .bann {
    padding: 6em 1em;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 2.6vw;
  }

  .terms-box {
    min-height: 27ch;
  }

  .term-btn {
    font-size: 1.6em;
  }

  .button-15 {
    font-size: 20px;
  }

  .html-embed-4 {
    width: 100%;
  }

  .form {
    margin-bottom: 29px;
  }

  .heading-25 {
    font-size: 30px;
    text-align: center;
  }

  .heading-26 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 30px;
    text-align: center;
  }

  .col-2-50-copy {
    max-width: 100%;
  }

  .col-2-50-copy.calendar-sales {
    height: 800px;
    min-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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .col-2-50-copy.calendar-block {
    height: 800px;
  }

  .col-2-50-copy.calendar-sales-copy {
    height: 800px;
    min-height: 100%;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .col-2-50-copy.calendar-block-copy {
    height: 800px;
  }

  .html-embed-10 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .custom-section-res._80px-margin-top {
    margin-top: 122px;
  }

  .custom-section-res.contact-sec {
    padding-right: 20px;
    padding-bottom: 60px;
    padding-left: 20px;
  }

  .custom-section-res.support-sec {
    padding-right: 20px;
    padding-left: 20px;
  }

  .custom-section-res.signup-sec {
    padding-right: 2em;
    padding-left: 2em;
  }

  .custom-container-res._60vh.flex-center {
    margin-bottom: -181px;
    padding-top: 0px;
    padding-bottom: 165px;
  }

  .custom-container-res.for-terms-con {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }

  .res-body {
    font-size: 3.5vw;
  }

  .sign-up-g-btn {
    padding-right: 2.5em;
    padding-left: 5em;
    text-align: center;
  }

  .msg-box {
    width: 90%;
  }

  .div-block-51 {
    width: 320px;
  }

  .image-34 {
    display: block;
    width: auto;
  }

  .columns-5 {
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }
}

#w-node-fb49a350-e032-82d4-e7f0-f50d1089fd32-e750c57b {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-fee34ba4-101c-13f5-ea8e-1511016fa278-e750c57b {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-e24e86a1-307b-0aff-b941-a70b212df079-e750c57b {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: -9998;
  -webkit-order: -9999;
  -ms-flex-order: -9999;
  order: -9999;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4e29a107-9ec4-0e9c-4f3c-f34597b8d574-e750c57b {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_4e29a107-9ec4-0e9c-4f3c-f34597b8d585-e750c57b {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_4e29a107-9ec4-0e9c-4f3c-f34597b8d590-e750c57b {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_4e29a107-9ec4-0e9c-4f3c-f34597b8d59b-e750c57b {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-bf4ac44f-45ba-65ca-ee44-30febb2f983f-5850c5cc {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-bf4ac44f-45ba-65ca-ee44-30febb2f9846-5850c5cc {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-bf4ac44f-45ba-65ca-ee44-30febb2f984d-5850c5cc {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-bf4ac44f-45ba-65ca-ee44-30febb2f9854-5850c5cc {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-cfe1fe1d-20e6-defa-8766-02250ad8f925-eb50c62e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0c3fc817-5e4b-b55d-1bea-3ae9fb4a277c-eb50c62e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_9e94bfc2-adda-323e-ae44-28dac32ab14a-eb50c62e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-bb734264-c274-16c4-c90a-16ff5d3f68af-eb50c62e {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_5bf4181e-2f3b-a770-9d0b-ebd25d25c776-eb50c62e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d31bad25-acf6-e32b-1df5-4910f5334e25-eb50c62e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-fb49a350-e032-82d4-e7f0-f50d1089fd32-9050c637 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-fee34ba4-101c-13f5-ea8e-1511016fa278-9050c637 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-e24e86a1-307b-0aff-b941-a70b212df079-9050c637 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: -9998;
  -webkit-order: -9999;
  -ms-flex-order: -9999;
  order: -9999;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4e29a107-9ec4-0e9c-4f3c-f34597b8d574-9050c637 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_4e29a107-9ec4-0e9c-4f3c-f34597b8d585-9050c637 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_4e29a107-9ec4-0e9c-4f3c-f34597b8d590-9050c637 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_4e29a107-9ec4-0e9c-4f3c-f34597b8d59b-9050c637 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-fb49a350-e032-82d4-e7f0-f50d1089fd32-5950c638 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-fee34ba4-101c-13f5-ea8e-1511016fa278-5950c638 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-e24e86a1-307b-0aff-b941-a70b212df079-5950c638 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: -9998;
  -webkit-order: -9999;
  -ms-flex-order: -9999;
  order: -9999;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4e29a107-9ec4-0e9c-4f3c-f34597b8d574-5950c638 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_4e29a107-9ec4-0e9c-4f3c-f34597b8d585-5950c638 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_4e29a107-9ec4-0e9c-4f3c-f34597b8d590-5950c638 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_4e29a107-9ec4-0e9c-4f3c-f34597b8d59b-5950c638 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_2c0045d1-0da0-7d7d-196b-7ed93b645645-3b645631 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_2c0045d1-0da0-7d7d-196b-7ed93b645656-3b645631 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_2c0045d1-0da0-7d7d-196b-7ed93b64565e-3b645631 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_2c0045d1-0da0-7d7d-196b-7ed93b64564d-3b645631 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-fb49a350-e032-82d4-e7f0-f50d1089fd32-2750c648 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-fee34ba4-101c-13f5-ea8e-1511016fa278-2750c648 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-e24e86a1-307b-0aff-b941-a70b212df079-2750c648 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: -9998;
  -webkit-order: -9999;
  -ms-flex-order: -9999;
  order: -9999;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4e29a107-9ec4-0e9c-4f3c-f34597b8d574-2750c648 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_4e29a107-9ec4-0e9c-4f3c-f34597b8d585-2750c648 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_4e29a107-9ec4-0e9c-4f3c-f34597b8d590-2750c648 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_4e29a107-9ec4-0e9c-4f3c-f34597b8d59b-2750c648 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-fb49a350-e032-82d4-e7f0-f50d1089fd32-ef50c64c {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-fee34ba4-101c-13f5-ea8e-1511016fa278-ef50c64c {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-e24e86a1-307b-0aff-b941-a70b212df079-ef50c64c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: -9998;
  -webkit-order: -9999;
  -ms-flex-order: -9999;
  order: -9999;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4e29a107-9ec4-0e9c-4f3c-f34597b8d574-ef50c64c {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_4e29a107-9ec4-0e9c-4f3c-f34597b8d585-ef50c64c {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_4e29a107-9ec4-0e9c-4f3c-f34597b8d590-ef50c64c {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_4e29a107-9ec4-0e9c-4f3c-f34597b8d59b-ef50c64c {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c69159bb-7823-1c3d-3c09-83b6ed7e29fe-c850c64d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c69159bb-7823-1c3d-3c09-83b6ed7e2a05-c850c64d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-c69159bb-7823-1c3d-3c09-83b6ed7e2a0c-c850c64d {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-c69159bb-7823-1c3d-3c09-83b6ed7e2a13-c850c64d {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_4f65dba3-a88f-fde9-f61b-a02e5ae3db30-b450c664 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_4f65dba3-a88f-fde9-f61b-a02e5ae3db46-b450c664 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_4f65dba3-a88f-fde9-f61b-a02e5ae3dc4f-b450c664 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: -9998;
  -webkit-order: -9999;
  -ms-flex-order: -9999;
  order: -9999;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4f65dba3-a88f-fde9-f61b-a02e5ae3dc69-b450c664 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_4f65dba3-a88f-fde9-f61b-a02e5ae3dc7a-b450c664 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_4f65dba3-a88f-fde9-f61b-a02e5ae3dc85-b450c664 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_4f65dba3-a88f-fde9-f61b-a02e5ae3dc90-b450c664 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c545a207-678d-a6b9-c6e8-081fa0189d6f-ab50c6c3 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c545a207-678d-a6b9-c6e8-081fa0189d76-ab50c6c3 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-c545a207-678d-a6b9-c6e8-081fa0189d7d-ab50c6c3 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-c545a207-678d-a6b9-c6e8-081fa0189d84-ab50c6c3 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 767px) {
  #w-node-fee34ba4-101c-13f5-ea8e-1511016fa278-e750c57b {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-fee34ba4-101c-13f5-ea8e-1511016fa278-9050c637 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-fee34ba4-101c-13f5-ea8e-1511016fa278-5950c638 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-fee34ba4-101c-13f5-ea8e-1511016fa278-2750c648 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-fee34ba4-101c-13f5-ea8e-1511016fa278-ef50c64c {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_4f65dba3-a88f-fde9-f61b-a02e5ae3db46-b450c664 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4e29a107-9ec4-0e9c-4f3c-f34597b8d590-e750c57b {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-_4e29a107-9ec4-0e9c-4f3c-f34597b8d59b-e750c57b {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_4e29a107-9ec4-0e9c-4f3c-f34597b8d590-9050c637 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-_4e29a107-9ec4-0e9c-4f3c-f34597b8d59b-9050c637 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_4e29a107-9ec4-0e9c-4f3c-f34597b8d590-5950c638 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-_4e29a107-9ec4-0e9c-4f3c-f34597b8d59b-5950c638 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_4e29a107-9ec4-0e9c-4f3c-f34597b8d590-2750c648 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-_4e29a107-9ec4-0e9c-4f3c-f34597b8d59b-2750c648 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_4e29a107-9ec4-0e9c-4f3c-f34597b8d590-ef50c64c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-_4e29a107-9ec4-0e9c-4f3c-f34597b8d59b-ef50c64c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_4f65dba3-a88f-fde9-f61b-a02e5ae3dc85-b450c664 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-_4f65dba3-a88f-fde9-f61b-a02e5ae3dc90-b450c664 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

