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

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: #545569;
  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;
}

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 {
  display: block;
  background-color: #fff;
}

.nav-bar.white.mine {
  display: block;
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: hsla(0, 0%, 100%, 0);
}

.nav-bar.white.mine-mobile {
  display: none;
}

.nav-bar.my-mod {
  display: none;
}

.wrapper-full {
  position: relative;
  top: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -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;
}

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

.brand.w--current {
  width: 176px;
}

.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: -webkit-gradient(linear, left top, left bottom, from(rgba(244, 245, 249, 0.85)), to(rgba(244, 245, 249, 0.85))), url('../images/004.png');
  background-image: linear-gradient(180deg, rgba(244, 245, 249, 0.85), rgba(244, 245, 249, 0.85)), url('../images/004.png');
  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.services.left.new {
  margin-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: 48px;
  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%;
}

.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: #83d901;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  text-align: center;
}

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

.button.center.left {
  margin-right: 0px;
  margin-left: 0px;
  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.left.mirror.right-mirror {
  position: absolute;
  right: 0px;
  bottom: 41px;
  width: 255px;
  border-width: 1px;
}

.button.center.left.mirror.right-mirror:hover {
  z-index: 9;
  border-color: #83d901;
  background-color: #83d901;
}

.button.center.left.mirror.right-mirror.hide-button {
  display: none;
}

.button.center.left.right {
  position: absolute;
  right: 0px;
  bottom: 32px;
  float: right;
  background-color: #83d901;
}

.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.stroke {
  border: 1px solid #fff;
  background-color: rgba(131, 217, 1, 0);
}

.button.center.stroke:hover {
  border-color: #000;
  background-color: #000;
}

.section {
  position: relative;
  z-index: 1;
  padding: 120px 20px;
  border-top: 1px none #e4e4e4;
  border-bottom: 1px none #e4e4e4;
  background-color: #f4f5f9;
}

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

.section.white {
  padding-top: 80px;
  padding-bottom: 120px;
  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 {
  background-image: url('../images/Square-5.png');
  background-position: 87% 25%;
  background-size: 4%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.section.white.line {
  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;
}

.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/Artboard75.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.95), hsla(0, 0%, 100%, 0.95)), url('../images/Artboard75.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.white.mockup {
  height: 800px;
  border-top-style: solid;
  background-image: url('../images/Artboard75.png');
  background-position: 50% 107%;
  background-size: 1300px;
  background-repeat: no-repeat;
}

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

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

.section.orange {
  padding-top: 120px;
  padding-bottom: 120px;
  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.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.gray.phones {
  padding-bottom: 180px;
}

.section.middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 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;
}

.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-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;
  float: right;
  font-family: Nunito, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
}

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

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

.text-block.lighter-text {
  color: hsla(0, 0%, 100%, 0.51);
}

.text-block.dropdown-text {
  color: #333;
}

.text-block.dropdown-text:hover {
  color: #83d901;
}

.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: #828890;
  font-size: 12px;
  font-weight: 400;
  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('../images/rawpixel-594848-unsplash.jpg');
  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-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;
  -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-bottom: 80px;
}

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

.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;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.section-tittle.white.center.footer-contact {
  margin-bottom: 39px;
}

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

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

.section-tittle.center-algiment {
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-weight: 500;
  text-align: center;
}

.section-tittle.percentual {
  width: 70%;
  color: #000;
}

.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: 0px;
  padding-right: 65px;
  padding-bottom: 40px;
  padding-left: 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;
  text-transform: capitalize;
}

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

.circle-on-left.second {
  border-color: #83d901;
}

.circle-on-left.third {
  border-color: #83d901;
}

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

.circle-on-left.fifth {
  border-color: #83d901;
}

.testimonial-content {
  position: relative;
  top: 0%;
  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-right: auto;
  margin-left: auto;
  padding: 45px 30px;
  border-color: #e4ecf6;
  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.dorian-hoxha {
  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-top: 20px;
  padding-bottom: 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;
  padding: 120px 20px;
  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: #828890;
  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: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  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-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/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 {
  background-image: url('../images/team3.jpg');
}

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

.flex-row.top-padding._240 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.hero-paragraph {
  margin-top: 10px;
  color: #545569;
  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;
}

.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 {
  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: #3f3f3f;
  font-weight: 700;
  text-align: center;
  text-decoration: underline;
  text-transform: uppercase;
}

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

.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: 300px;
  border-style: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-image: url('../images/aidan-hancock-455440-unsplash.jpg');
  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;
}

.banner.second {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px none #fc6f00;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.46)), to(rgba(0, 0, 0, 0.46))), url('../images/GettyImages-938480502_super.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.46)), url('../images/GettyImages-938480502_super.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

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

.baner-big-text.intro {
  font-weight: 500;
}

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

.tab-icon-link.w--current {
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
  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;
  padding: 0px;
}

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

.image-right {
  height: 500px;
  padding: 21px;
  float: none;
  border-radius: 10px;
  background-image: url('../images/21232144.jpg');
  background-position: 50% 50%;
  background-size: 900px;
  text-align: center;
}

.image-right.vertical-image {
  position: relative;
  padding: 0px;
  background-image: none;
  text-align: left;
}

.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('../images/example-bg.png');
  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: #9098a1;
  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: 5px;
  border-bottom-right-radius: 5px;
  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('../images/rawpixel-594848-unsplash.jpg');
  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: #000;
  background-color: #000;
  background-image: none;
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #f4f5f9;
}

.button-2.blue.single-form-button.center-button {
  margin-right: auto;
  margin-left: auto;
}

.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 {
  width: 80%;
  margin-bottom: 60px;
}

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

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

.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.email.single.left-pad {
  width: 49%;
  margin-right: 0%;
  margin-left: 1%;
  padding-left: 50px;
  text-align: left;
}

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

.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 {
  width: 49%;
  border-style: none;
  border-radius: 5px;
  background-color: #fff;
  background-position: 14px 50%;
  text-align: center;
}

.text-field-3.contact-form.gray.single.left-interioer {
  padding-left: 50px;
  text-align: left;
}

.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 {
  font-family: Nunito, sans-serif;
  color: #545569;
  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 {
  text-align: left;
}

.banner-home-4 {
  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-4.half {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 0px 56px;
  -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;
}

.banner-home-4.half.first {
  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;
}

.square-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #da0000;
}

.square-arrow.right {
  z-index: 10;
  margin-right: -40px;
  margin-left: 0px;
  border-radius: 10px;
  background-color: #8c0fff;
}

.arrow-icon {
  position: relative;
  z-index: 999;
}

.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.bigger-text {
  font-size: 13px;
  letter-spacing: 1px;
}

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

.overlay-arrow {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 0px;
  background-color: #fc6f00;
}

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

.slide-over-vertical-image {
  position: absolute;
  left: 0px;
  bottom: 75px;
  width: 500px;
  height: 70%;
  margin-left: 100px;
  border-radius: 10px;
  box-shadow: 0 16px 35px 0 rgba(22, 26, 37, 0.3);
}

.vertical-image {
  position: relative;
  width: 400px;
  height: 499px;
  background-image: url('../images/florian-klauer-14840-unsplash.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.vertical-image.orange-block {
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fc6f00), to(#ffae03));
  background-image: linear-gradient(180deg, #fc6f00, #ffae03);
}

.vertical-image.orange-block.pink {
  background-image: linear-gradient(135deg, #ff0fd9, #0675ec);
}

.vertical-image.second {
  border-radius: 10px;
  background-image: linear-gradient(135deg, #fc6f00, #ff069c), url('../images/florian-klauer-14840-unsplash.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

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

.image-slide {
  border-radius: 10px;
  background-image: url('../images/bench-accounting-49909-unsplash.jpg');
  background-position: 50% 97%;
  background-size: 700px;
}

.image-slide.second {
  border-radius: 10px;
  background-image: url('../images/23234324.jpg');
  background-size: cover;
}

.left-padding {
  margin-right: 60px;
  margin-left: 0px;
}

.image-over-image {
  position: absolute;
  left: 0px;
  bottom: 80px;
  width: 500px;
  height: 70%;
  margin-left: 100px;
  background-image: url('../images/breather-196133.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.image-over-image.new {
  border-radius: 10px;
  background-image: url('../images/luca-bravo-415109-unsplash.jpg');
  box-shadow: 0 16px 35px 0 rgba(22, 26, 37, 0.3);
}

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

.pricing-plan-2.third {
  height: 80px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-image: linear-gradient(135deg, #ff0fd9, #c103e3);
}

.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 {
  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 {
  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-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))), url('../images/bady-qb-751620-unsplash-1.jpg');
  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)), 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;
}

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

.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: linear-gradient(135deg, rgba(252, 111, 0, 0.92) 34%, rgba(255, 6, 156, 0.94)), url('../images/bady-qb-751620-unsplash-1.jpg'), linear-gradient(135deg, #fc6f00 41%, #ff069c);
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, 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;
}

.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;
  width: 50%;
  -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;
}

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

.mask {
  right: -1px;
}

.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: relative;
  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;
  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 {
  padding-right: 0px;
  padding-bottom: 40px;
  padding-left: 0px;
  background-image: none;
}

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

.features-block.fourth {
  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: 5px;
  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;
  background-image: url('../images/icons8-code-80_1icons8-code-80.png'), linear-gradient(135deg, #ff0fd9 27%, #6000da);
  background-position: 50% 50%, 0px 0px;
  background-size: 40px, auto;
  background-repeat: no-repeat, repeat;
}

.features-icon-4.third {
  position: relative;
  top: -30px;
  margin-bottom: 0px;
  background-image: url('../images/icons8-technical-support-64_1icons8-technical-support-64.png'), linear-gradient(135deg, #ffaf06 27%, #fc6f00);
  background-size: 32px, auto;
}

.features-icon-4.third.left {
  position: static;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  border-radius: 5px;
  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-bottom: 0px;
  border-radius: 5px;
  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;
  background-image: url('../images/icons8-mobile-80-1_1icons8-mobile-80 (1).png'), linear-gradient(135deg, #fc6500 27%, #ac0707);
  background-size: 40px, auto;
}

.features-icon-4.first.left {
  position: static;
  left: 30px;
  top: 49px;
  display: block;
  margin-bottom: 20px;
  border-radius: 5px;
  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;
  background-image: url('../images/icons8-idea-240.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.left {
  position: static;
  margin-bottom: 20px;
  border-radius: 5px;
  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 {
  margin-top: -10px;
}

.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: rgba(244, 245, 249, 0.5);
  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;
}

.contact-form.message.gray.new-white {
  min-height: 110px;
  background-color: #f4f5f9;
}

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

.heading {
  font-size: 26px;
}

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

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

.nav-menu-2 {
  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;
}

.nav-content-lef {
  position: relative;
  display: none;
  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: #575e71;
}

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

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

.nav-link-4 {
  display: block;
  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: #333;
  font-size: 15px;
  font-weight: 600;
}

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

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

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

.nav-link-4.my-mod-3 {
  color: #e7e7e7;
}

.dropdown {
  margin-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.dropdown:hover {
  color: #919197;
}

.dropdown.my-mod4 {
  color: #fff;
}

.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/012.png'), linear-gradient(135deg, #fc6f00, #ff069c);
  background-position: 50% 50%, 0px 0px;
  background-size: 80px, auto;
  background-repeat: no-repeat, 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: 600px;
  margin-bottom: 0px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background-image: url('../images/example-bg.png');
  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 {
  text-align: center;
}

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

.row-links {
  margin-top: 30px;
  margin-bottom: 0px;
}

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

.nav-link-5 {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #333;
}

.nav-link-5:hover {
  color: #83d901;
}

.nav-link-5.w--current {
  color: #83d901;
}

.nav-link-5.my-mod1 {
  color: #fff;
}

.div-element {
  height: 300px;
  background-image: url('../images/ads-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}

.div-element.fourth {
  background-image: url('../images/Screen-Shot-2018-11-28-at-4.37.45-PM.png');
  background-position: 50% 50%;
  background-size: cover;
}

.div-element.fifth {
  background-image: url('../images/Screen-Shot-2018-11-28-at-5.01.21-PM.png');
  background-position: 50% 50%;
  background-size: cover;
}

.div-element.sixth {
  height: 300px;
  background-image: url('../images/ads-8.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.div-element.seventh {
  height: 300px;
  background-image: url('../images/ads-9.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.div-element.eighth {
  height: 300px;
  background-image: url('../images/ads-1.jpg');
  background-size: cover;
}

.div-element.ninth {
  height: 300px;
  background-image: url('../images/ads-3.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.div-element._6 {
  background-image: url('../images/ads-2.jpg');
  background-size: cover;
}

.element-row {
  width: 110%;
  margin-bottom: 20px;
}

.element-row-copy {
  width: 110%;
  margin-bottom: 20px;
}

.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/matheus-ferrero-216385-1.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.63), transparent), url('../images/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;
}

.link-video {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 360px;
  -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: 10px;
  background-image: linear-gradient(135deg, rgba(0, 98, 252, 0.76), rgba(218, 0, 137, 0.9)), url('../images/rawpixel-com-323215.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  box-shadow: 0 8px 12px 0 rgba(40, 43, 49, 0.08);
}

.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: #545569;
}

.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: #344aff;
}

.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: 80px;
  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: auto;
  margin-bottom: 30px;
  padding-right: 32px;
  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: auto;
  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.second {
  height: 90px;
  border-bottom: 2px solid #ff0fd9;
  background-image: repeating-linear-gradient(180deg, #fff, #f4f5f9);
}

.gray-block.second.services {
  height: auto;
  margin-bottom: 30px;
  padding-right: 32px;
  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: auto;
  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);
}

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

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

.image-tab.second {
  height: 550px;
  background-image: url('../images/0011.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-tab.third {
  height: 600px;
  background-image: url('../images/003.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-tab.first {
  height: 460px;
  background-image: url('../images/007.png');
  background-position: 553% 50%;
  background-size: 700px;
  background-repeat: no-repeat;
}

.image-tab.first.in-section {
  height: 500px;
  background-image: url('../images/007.png');
  background-position: 100% 50%;
  background-size: 750px;
  background-repeat: no-repeat;
}

.hero-circle {
  position: absolute;
  left: 45px;
  top: 0%;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 800px;
  height: 800px;
  margin: auto;
  padding-left: 0%;
  -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: 2px;
  border-color: hsla(0, 0%, 100%, 0.02);
  border-radius: 100%;
  background-color: hsla(0, 0%, 100%, 0.11);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.small-hero-circle {
  position: absolute;
  left: 45px;
  top: 0%;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 600px;
  height: 600px;
  margin: auto;
  border-style: none;
  border-width: 3px;
  border-color: hsla(0, 0%, 100%, 0.29);
  border-radius: 100%;
  background-color: hsla(0, 0%, 100%, 0.08);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

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

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

.hero-div.bigger.first.fifth {
  height: 600px;
}

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

.image-mock-ups.devices {
  max-height: 800px;
}

.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_1icons8-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_2icons8-circled-play-filled-100.png');
  background-size: 80px;
}

.play-button.left.purple.white.orange {
  position: static;
  top: 0%;
  bottom: 0%;
  float: left;
  background-image: url('../images/icons8-circled-play-filled-100-1_1icons8-circled-play-filled-100 (1).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;
}

.iphone-one {
  position: relative;
  right: 90px;
  width: 50%;
  height: 600px;
  background-image: url('../images/013.png');
  background-position: 50% 50%;
  background-size: auto 600px;
  background-repeat: no-repeat;
}

.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 solid #fff;
  border-radius: 25px;
}

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

.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.right.hidden {
  display: none;
}

.hero-text.big {
  margin-bottom: 105px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 52px;
  line-height: 52px;
  font-weight: 600;
  letter-spacing: -1px;
  text-transform: none;
}

.hero-text.new-hero {
  font-size: 14px;
}

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

.address.lh {
  font-size: 19px;
  line-height: 25px;
  font-weight: 300;
}

.big-text {
  color: #fff;
  font-size: 48px;
  line-height: 58px;
}

.big-text.big {
  display: block;
  margin-bottom: 65px;
  font-size: 46px;
  line-height: 51px;
  font-weight: 700;
}

.hand-image {
  position: absolute;
  left: 41px;
  top: 13%;
  right: -3px;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  background-image: url('../images/hand-white-brightgreen-min.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.hero-content-animation {
  position: relative;
  display: block;
  width: 100%;
  height: 90%;
  max-width: 1200px;
  margin: auto;
}

.small-iphone {
  position: relative;
  right: 90px;
  width: 50%;
  height: 600px;
  background-image: url('../images/013.png');
  background-position: 50% 50%;
  background-size: auto 600px;
  background-repeat: no-repeat;
}

.small-iphone.second {
  position: relative;
  top: 66px;
  right: -90px;
  bottom: -91px;
  z-index: 10;
  background-image: url('../images/014.png');
  background-size: auto 600px;
}

.animation-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 30px 10px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out;
  color: #292929;
  font-size: 22px;
  line-height: 25px;
  font-weight: 600;
  text-decoration: none;
}

.animation-button:hover {
  color: #fff;
}

.button-text {
  position: relative;
  z-index: 1;
  margin-right: 10px;
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
}

.arrow-line {
  position: absolute;
  right: 0px;
  bottom: 46%;
  width: 22px;
  height: 2px;
  border-radius: 4px;
  background-color: #fc6f00;
}

.arrow-topline {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 13px;
  height: 2px;
  border-radius: 3px;
  background-color: #fc6f00;
}

.arrow-bottomline {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 13px;
  height: 2px;
  border-radius: 3px;
  background-color: #fc6f00;
}

.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.portfolio {
  margin-top: 60px;
}

.logo-dark {
  display: block;
}

.image-8 {
  position: absolute;
  left: 0px;
  clear: left;
}

.image-9 {
  position: absolute;
  left: 0px;
}

.text-span-4 {
  color: #83d901;
}

.side-media {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 240px;
  padding-right: 15px;
  padding-left: 15px;
  -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;
}

.side-media.bg-circles {
  background-image: url('../images/bg-circles-01.svg');
  background-position: 50% 50%;
  background-size: 82%;
  background-repeat: no-repeat;
}

.side-media.flex-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.side-media.flex-left {
  width: 50%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.side-features-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}

.section-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  margin-bottom: 32px;
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.section-intro.no-margin-bottom {
  max-width: 100%;
  margin-bottom: 0px;
}

.section-intro.wide {
  max-width: 800px;
}

.section-intro.no-margin-bottom {
  margin-bottom: 0px;
}

.section-intro.left {
  width: 100%;
  max-width: none;
  padding-right: 50%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  margin-bottom: 24px;
  -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: 10px;
}

.side-feature-v1-info {
  margin-left: 16px;
  padding-top: 2px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-grey {
  color: #7a8292;
  font-weight: 400;
}

.text-grey.centered {
  text-align: center;
}

.title {
  margin-bottom: 16px;
  color: #a9b0be;
  font-size: 11px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.title.green {
  color: #83d901;
  font-size: 14px;
  font-weight: 700;
}

.side-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 7%;
  padding-left: 8%;
  -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;
}

.wrapper {
  position: relative;
  z-index: 1;
  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;
  background-color: transparent;
}

.wrapper.side-paddings {
  padding-right: 15px;
  padding-left: 15px;
}

.side-iphone {
  width: 64%;
}

.link-arrow-icon {
  margin-top: 1px;
  margin-left: 4px;
}

.link-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2583fd;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
}

.section-5 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 40px;
  -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: #fff;
}

.section-5.no-padding.no-padding-2 {
  padding: 0px;
}

.section-5.grade-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(143, 239, 0, 0.62)), color-stop(69%, rgba(143, 239, 0, 0.84))), radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.42) 39%, rgba(0, 0, 0, 0.91)), url('../images/GettyImages-937312860_super.jpg');
  background-image: linear-gradient(180deg, rgba(143, 239, 0, 0.62), rgba(143, 239, 0, 0.84) 69%), radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.42) 39%, rgba(0, 0, 0, 0.91)), url('../images/GettyImages-937312860_super.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  color: #fff;
}

.section-5.borders {
  border-top: 1px solid #e1e6ee;
  border-bottom: 1px solid #e1e6ee;
}

.section-5.no-padding-top {
  padding-top: 14px;
  padding-bottom: 96px;
}

.section-5.hero-v3-section {
  overflow: hidden;
  padding-top: 47px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-image: linear-gradient(180deg, rgba(134, 244, 0, 0.93) 20%, rgba(96, 184, 3, 0.48)), linear-gradient(180deg, rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.46)), url('../images/GettyImages-938480502_super.jpg'), linear-gradient(151deg, #0b6fda, #07e3a1);
  background-position: 0px 0px, 0px 0px, 50% 0px, 0px 0px;
  background-size: auto, auto, cover, auto;
  background-repeat: repeat, repeat, no-repeat, repeat;
  color: #fff;
}

.section-5.dark {
  background-color: #253f6f;
  color: #fff;
}

.section-5.dark.no-padding-vertical {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #171717;
}

.section-5.top-section {
  padding-top: 192px;
}

.section-5.top-section.grade-1.labs {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(143, 239, 0, 0.62)), color-stop(69%, rgba(143, 239, 0, 0.84))), radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.42) 39%, rgba(0, 0, 0, 0.91)), url('../images/GettyImages-811227380_super.jpg');
  background-image: linear-gradient(180deg, rgba(143, 239, 0, 0.62), rgba(143, 239, 0, 0.84) 69%), radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.42) 39%, rgba(0, 0, 0, 0.91)), url('../images/GettyImages-811227380_super.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, auto;
}

.section-5.top-section.grade-1.labs.contact {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(143, 239, 0, 0.62)), color-stop(69%, rgba(143, 239, 0, 0.84))), radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.42) 39%, rgba(0, 0, 0, 0.91)), url('../images/GettyImages-831899586_super.jpg');
  background-image: linear-gradient(180deg, rgba(143, 239, 0, 0.62), rgba(143, 239, 0, 0.84) 69%), radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.42) 39%, rgba(0, 0, 0, 0.91)), url('../images/GettyImages-831899586_super.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
}

.section-5.border-bottom {
  border-bottom: 1px solid #e1e6ee;
}

.section-5.border-bottom.no-padding-vertical {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-5.haze {
  padding-top: 50px;
  padding-bottom: 25px;
  background-color: #f5f6f8;
}

.section-5.haze.middle {
  padding-bottom: 0px;
}

.section-5.haze.bottom {
  padding-top: 0px;
}

.section-5.less-top {
  padding-top: 80px;
}

.section-5.less-even {
  padding-top: 80px;
  padding-bottom: 80px;
}

.side-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.side-feature-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 8px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-2 {
  font-weight: 600;
}

.heading-3 {
  font-weight: 600;
}

.feature-block-image-2 {
  width: 128%;
  max-width: none;
  margin-top: 3%;
  margin-bottom: -23%;
}

.feature-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.feature-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 64px;
  padding-right: 3%;
  padding-left: 3%;
  -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: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  box-shadow: 0 0 0 1px #e1e6ee;
  color: #333;
  text-align: center;
  text-decoration: none;
}

.feature-block:hover {
  border: 4px none #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(242, 247, 249, 0.7)), color-stop(56%, #fff));
  background-image: linear-gradient(180deg, rgba(242, 247, 249, 0.7), #fff 56%);
  box-shadow: 0 0 0 1px #e1e6ee, inset 0 5px 0 0 #83d901;
}

.feature-block-image-3 {
  width: 100%;
  margin-bottom: -21%;
}

.feature-block-image-3.adjustments {
  width: 140%;
  max-width: 140%;
  margin-left: 52px;
  padding-top: 9px;
}

.feature-block-image-3.move-down {
  width: 125%;
  max-width: 140%;
  margin-top: 15px;
}

.feature-block-image-3.move-down.fill-bg {
  width: 145%;
  max-width: 150%;
  margin-top: 4px;
  margin-bottom: -7%;
  margin-left: -28px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.heading-4 {
  margin-top: 10px;
  font-size: 31px;
  line-height: 34px;
  font-weight: 600;
}

.heading-5 {
  font-weight: 600;
}

.heading-6 {
  font-weight: 600;
}

.div-block-11 {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #83d901;
}

.columns {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bubble-6 {
  position: absolute;
  left: -2%;
  top: -67px;
  right: 49%;
  bottom: 18vh;
  z-index: 5;
  display: block;
  width: 45vh;
  height: 45vh;
  margin: auto;
  border: 2px dashed #fff;
  border-radius: 50%;
  background-color: transparent;
  opacity: 0.21;
  -webkit-filter: none;
  filter: none;
}

.bubble-2 {
  position: absolute;
  left: -211px;
  top: 0px;
  right: 72%;
  bottom: -49vh;
  z-index: 9;
  display: block;
  width: 70vh;
  height: 70vh;
  margin: auto;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: transparent;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  opacity: 0.17;
  -webkit-filter: none;
  filter: none;
}

.bubble-10 {
  position: absolute;
  left: 33%;
  top: 0px;
  right: -20%;
  bottom: 38vh;
  z-index: 1;
  display: block;
  width: 70vh;
  height: 70vh;
  margin: auto;
  border: 2px dashed #fff;
  border-radius: 50%;
  background-color: transparent;
  opacity: 0.14;
  -webkit-filter: none;
  filter: none;
}

.bubble-3 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 26%;
  bottom: 59vh;
  z-index: 8;
  display: block;
  width: 15vh;
  height: 15vh;
  margin: auto;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.78;
  -webkit-filter: blur(11px);
  filter: blur(11px);
}

.bubble-8 {
  position: absolute;
  left: 97%;
  top: 0px;
  right: 0%;
  bottom: -11vh;
  z-index: 3;
  display: block;
  width: 24vh;
  height: 24vh;
  margin: auto;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: transparent;
  opacity: 0.16;
  -webkit-filter: none;
  filter: none;
}

.bubble-8.smol {
  left: 97%;
  top: 321px;
  bottom: 27vh;
  width: 30vh;
  height: 30vh;
  border-style: dashed;
  opacity: 0.47;
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.bubble-5 {
  position: absolute;
  left: 71%;
  top: 0px;
  right: 0%;
  bottom: -43vh;
  z-index: 6;
  display: block;
  width: 28vh;
  height: 28vh;
  margin: auto;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: transparent;
  opacity: 0.13;
  -webkit-filter: none;
  filter: none;
}

.bubble-9 {
  position: absolute;
  left: -35%;
  top: 0px;
  right: 66%;
  bottom: -40vh;
  z-index: 2;
  display: block;
  width: 24vh;
  height: 24vh;
  margin: auto;
  border: 1px dashed #fff;
  border-radius: 50%;
  background-color: transparent;
  opacity: 0.18;
  -webkit-filter: none;
  filter: none;
}

.input-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-wrapper.no-margin {
  margin: 0px;
}

.input-icon-base {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  padding: 11px;
  -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 none solid solid;
  border-width: 1px;
  border-color: #e1e6ee;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f6f8));
  background-image: linear-gradient(180deg, #fff, #f5f6f8);
}

.input-icon-base.dark-bg {
  border-color: hsla(0, 0%, 100%, 0.6);
  background-color: hsla(0, 0%, 100%, 0.24);
  background-image: none;
}

.bubble-4 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 7%;
  bottom: -56vh;
  z-index: 7;
  display: block;
  width: 12vh;
  height: 12vh;
  margin: auto;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.72;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.title-2 {
  margin-bottom: 16px;
  font-family: Nunito, sans-serif;
  color: #83d901;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.title-2.dark-bg {
  color: hsla(0, 0%, 100%, 0.6);
}

.title-2.dark-bg.green {
  font-family: Nunito, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
}

.bubble-1 {
  position: absolute;
  left: 50%;
  top: 0px;
  right: 0px;
  bottom: 38vh;
  z-index: 10;
  display: block;
  width: 76vh;
  height: 76vh;
  margin: auto;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: transparent;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  opacity: 0.17;
  -webkit-filter: none;
  filter: none;
}

.input {
  height: 48px;
  min-width: 228px;
  margin-bottom: 24px;
  padding: 7px 24px 8px;
  border: 1px solid #d3d8e1;
  border-radius: 5px;
  background-color: #f5f6f8;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.input:focus {
  border-color: #a9b0be;
}

.input::-webkit-input-placeholder {
  color: #a9b0be;
}

.input:-ms-input-placeholder {
  color: #a9b0be;
}

.input::-ms-input-placeholder {
  color: #a9b0be;
}

.input::placeholder {
  color: #a9b0be;
}

.input.icon-input-bg {
  position: relative;
  z-index: 1;
  margin: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.6);
  border-radius: 0px 5px 5px 0px;
  background-color: hsla(0, 0%, 100%, 0.1);
  -webkit-transition: border-color 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, background-color 200ms ease;
}

.input.icon-input-bg:focus {
  border-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.05);
}

.input.icon-input-bg::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.7);
}

.input.icon-input-bg:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.7);
}

.input.icon-input-bg::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.7);
}

.input.icon-input-bg::placeholder {
  color: hsla(0, 0%, 100%, 0.7);
}

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

.bg-bubbles {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 92%;
  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;
  opacity: 1;
}

.button-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding: 12px 24px;
  -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-color: #2583fd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#39abff), to(#397ef3));
  background-image: linear-gradient(180deg, #39abff, #397ef3);
  box-shadow: inset 0 0 0 1px #2583fd;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.button-3:hover {
  box-shadow: inset 0 0 0 1px #2583fd, 0 4px 16px 0 rgba(37, 131, 253, 0.5);
}

.button-3.white {
  background-color: #fff;
  background-image: none;
  box-shadow: none;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #2c3340;
}

.button-3.white:hover {
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16);
}

.bubble-7 {
  position: absolute;
  left: 84%;
  top: 0px;
  right: 0%;
  bottom: 59vh;
  z-index: 4;
  display: block;
  width: 5vh;
  height: 5vh;
  margin: auto;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.49;
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.divider {
  width: 1px;
  height: 12px;
  margin-right: 8px;
  margin-left: 8px;
  background-color: #d3d8e1;
}

.side-review-avatar {
  width: 64px;
  height: 64px;
  margin-right: 16px;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 4px 12px 0 rgba(89, 98, 115, 0.16);
}

.side-review {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 8px;
  -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;
  text-align: left;
}

.side-review-corner {
  position: absolute;
  left: 27px;
  bottom: -6px;
  display: block;
  width: 10px;
  height: 10px;
  margin-right: auto;
  margin-left: auto;
  border-right: 1px solid #e1e6ee;
  border-bottom: 1px solid #e1e6ee;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.side-review-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.side-review-author-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #7a8292;
  font-size: 12px;
  line-height: 16px;
}

.side-review-card {
  position: relative;
  width: 100%;
  padding: 32px;
  border: 1px solid #e1e6ee;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 4px 10px 0 rgba(89, 98, 115, 0.08);
  color: #2c3340;
  font-size: 17px;
  line-height: 24px;
}

.text-grey-2 {
  color: #7a8292;
}

.text-grey-2.no-margin {
  color: #bebec3;
  font-size: 13px;
  line-height: 19px;
}

.text-grey-2.no-margin.ceo {
  margin-bottom: 0px;
  color: #9d9dab;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-grey-2._24 {
  margin-bottom: 24px;
}

.text-grey-2._24-top {
  margin-top: 24px;
}

.side-review-name {
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
}

.text-link {
  color: #80d304;
  text-decoration: none;
}

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

.circle-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  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;
  border-radius: 50%;
  background-color: #253f6f;
}

.circle-icon.color-6-ghost {
  background-color: #000;
}

.text-highlighted {
  padding-right: 0px;
  padding-bottom: 4px;
  padding-left: 0px;
  border-radius: 5px;
  background-color: transparent;
  color: #82cc13;
  font-style: italic;
}

.text-highlighted.color-3 {
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  color: #83d901;
}

.text-highlighted.color-3 {
  background-color: rgba(255, 147, 32, 0.12);
  color: #ff9320;
}

.review-v4-text {
  margin-top: 4px;
  margin-bottom: 32px;
  font-family: Lato, sans-serif;
  color: #2c3340;
  font-size: 24px;
  line-height: 36px;
  font-style: italic;
  font-weight: 400;
}

.iphone-floating-right {
  position: absolute;
  right: 0px;
  z-index: 1;
  width: 64%;
  margin-right: -10%;
}

.laptop-left {
  position: relative;
  top: 119px;
  right: 0px;
  display: block;
  width: 890px;
  height: 890px;
  margin-right: 20%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-image: url('../images/GettyImages-527210376_super.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.review-v4-text-2 {
  margin-top: 4px;
  margin-bottom: 32px;
  color: #2c3340;
  font-size: 24px;
  line-height: 36px;
  font-style: italic;
  font-weight: 400;
}

.browser {
  position: relative;
  top: -90px;
  width: 890px;
  height: 890px;
  max-width: none;
  margin-top: 12px;
  margin-bottom: 12px;
  margin-left: 20%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-image: url('../images/GettyImages-861911300_high.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.iphone-floating-left {
  position: absolute;
  left: 0px;
  z-index: 1;
  width: 65%;
  margin-top: 3%;
  margin-left: -10%;
}

.heading-7 {
  font-weight: 500;
}

.heading-8 {
  font-weight: 500;
}

.heading-9 {
  margin-top: 0px;
}

.bold-text-9 {
  letter-spacing: 1.7px;
}

.iphone-hand {
  max-width: 380px;
  margin-top: 13%;
  margin-bottom: -3%;
}

.h1-big {
  color: #231f20;
  font-size: 68px;
  line-height: 65px;
  letter-spacing: -1px;
}

.side-block {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 600px;
  padding-right: 15px;
  padding-left: 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;
}

.side-block.right {
  width: 40%;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.side-block.flex-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  min-height: 240px;
  -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;
}

.hero-v3-circle-big {
  position: absolute;
  width: 112vh;
  height: 112vh;
  margin-top: 22%;
  margin-left: 27%;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.12;
}

.hero-v3-circle-big.inside {
  width: 108vh;
  height: 108vh;
  border-style: dashed;
  opacity: 0.19;
}

.paragraph-18 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
}

.dot-test {
  display: none;
  width: 15px;
  height: 15px;
  margin-top: 97%;
  margin-left: 65%;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0.49);
}

.text-span {
  color: #fff;
}

.big-side-block-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 470px;
  margin-top: 120px;
  margin-bottom: 120px;
  -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;
  font-size: 14px;
}

.waves-bottom {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: none;
  height: 8vw;
  background-image: url('../images/waves-bottom.svg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.title-3 {
  margin-bottom: 16px;
  color: #a9b0be;
  font-size: 11px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.title-3.dark-bg {
  color: hsla(0, 0%, 100%, 0.6);
}

.title-3.dark-bg.new {
  font-size: 14px;
}

.hero-v3-circle {
  position: absolute;
  width: 64vh;
  height: 64vh;
  margin-top: -4%;
  margin-left: -35%;
  padding-left: 1px;
  border-style: dashed;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0.17);
  border-radius: 50%;
  opacity: 1;
}

.hero-v3-circle.lower {
  width: 74vh;
  height: 74vh;
  margin-top: 25%;
  margin-left: -53%;
  border-style: solid;
  border-color: hsla(0, 0%, 100%, 0.11);
}

.brand-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 14px;
  padding-left: 14px;
  -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;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}

.brand-2.footer-v4-brand {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-v4-link {
  padding: 6px 12px;
  border-radius: 5px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #596273;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  text-decoration: none;
}

.footer-v4-link:hover {
  background-color: #f5f6f8;
  color: #2c3340;
}

.footer-v4-link.dark-bg {
  color: #fff;
}

.footer-v4-link.dark-bg:hover {
  background-color: hsla(0, 0%, 100%, 0.05);
}

.social-link-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 3px;
  padding: 6px;
  -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 #e1e6ee;
  border-radius: 5px;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.social-link-small:hover {
  border-color: #d3d8e1;
}

.social-link-small.dark-bg {
  border-color: hsla(0, 0%, 100%, 0.25);
}

.social-link-small.dark-bg:hover {
  border-color: hsla(0, 0%, 100%, 0.5);
}

.footer-v4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.social-icons-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -3px;
  margin-left: -3px;
  -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-icons-small.footer-v4-icons {
  display: none;
  margin-left: 13px;
}

.link-white {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}

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

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

.footer-v4-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 32px;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #e1e6ee;
  color: #a9b0be;
  font-size: 11px;
  line-height: 16px;
}

.footer-v4-bottom.dark-bg {
  border-top-color: hsla(0, 0%, 100%, 0.2);
}

.social-icon-small {
  width: 12px;
}

.logo-icon {
  height: 50px;
  margin-right: 6px;
  margin-left: -2px;
}

.bubble-11 {
  position: absolute;
  left: 0%;
  top: 0px;
  right: 38%;
  bottom: 38vh;
  z-index: 5;
  display: block;
  width: 58vh;
  height: 58vh;
  margin: auto;
  border: 2px dashed #fff;
  border-radius: 50%;
  background-color: transparent;
  opacity: 0.21;
  -webkit-filter: none;
  filter: none;
}

.bubble-12 {
  position: absolute;
  left: -409px;
  top: 0px;
  right: 72%;
  bottom: -43vh;
  z-index: 9;
  display: block;
  width: 40vh;
  height: 40vh;
  margin: auto;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: transparent;
  opacity: 0.23;
  -webkit-filter: none;
  filter: none;
}

.bubble-13 {
  position: absolute;
  left: 0%;
  top: 0px;
  right: -19%;
  bottom: 69vh;
  z-index: 1;
  display: block;
  width: 4vh;
  height: 4vh;
  margin: auto;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.bubble-14 {
  position: absolute;
  left: 78%;
  top: 0px;
  right: 0%;
  bottom: -40vh;
  z-index: 3;
  display: block;
  width: 54vh;
  height: 54vh;
  margin: auto;
  border: 2px dashed #fff;
  border-radius: 50%;
  background-color: transparent;
  opacity: 0.19;
  -webkit-filter: none;
  filter: none;
}

.no-margin {
  margin: 0px;
}

.bubble-15 {
  position: absolute;
  left: 71%;
  top: 0px;
  right: 0%;
  bottom: -43vh;
  z-index: 6;
  display: block;
  width: 8vh;
  height: 8vh;
  margin: auto;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.52;
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.bubble-16 {
  position: absolute;
  left: 0%;
  top: 0px;
  right: 66%;
  bottom: -40vh;
  z-index: 2;
  display: block;
  width: 4vh;
  height: 4vh;
  margin: auto;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.5;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.bubble-17 {
  position: absolute;
  left: 50%;
  top: 0px;
  right: 0px;
  bottom: 15vh;
  z-index: 10;
  display: block;
  width: 36vh;
  height: 36vh;
  margin: auto;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: transparent;
  opacity: 0.14;
  -webkit-filter: none;
  filter: none;
}

.bg-bubbles-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 92%;
  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;
  opacity: 1;
}

.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 15px;
  -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;
  color: #a9b0be;
  font-size: 12px;
  line-height: 16px;
}

.link-grey-light {
  color: #7a8292;
  font-size: 12px;
  text-decoration: none;
}

.link-grey-light:hover {
  text-decoration: underline;
}

.breadcrumbs-arrow {
  margin-right: 8px;
  margin-left: 8px;
}

.text-light-grey {
  color: #a9b0be;
}

.text-columns {
  margin-top: 24px;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 4em;
  column-gap: 4em;
  -webkit-column-rule-width: 1px;
  column-rule-width: 1px;
}

.text-highlighted-2 {
  padding-right: 6px;
  padding-bottom: 4px;
  padding-left: 6px;
  border-radius: 5px;
  background-color: rgba(212, 240, 169, 0.51);
  color: #000;
  font-style: italic;
}

.about-photo {
  width: 100%;
  height: 600px;
  margin-bottom: 72px;
  border-radius: 10px;
  background-image: url('../images/GettyImages-852459910_super.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 12px 40px 0 rgba(89, 98, 115, 0.25);
}

.heading-10 {
  color: #000;
}

.button-icon {
  width: 20px;
  margin-right: 8px;
  float: left;
}

.team-member-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.team-member-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  margin-top: 2px;
  padding: 5px;
  -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 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 4px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.team-member-link:hover {
  position: relative;
  z-index: 1;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.text-dark-grey {
  color: #596273;
}

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

.team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: -15px;
  margin-bottom: 64px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.full-width {
  width: 100%;
}

.team-member-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 16px;
  -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-bottom: 1px solid #e1e6ee;
}

.team-member-position {
  margin-top: 0px;
  padding-top: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Poppins, sans-serif;
  color: #83d901;
  font-size: 15px;
  line-height: 16px;
  font-weight: 500;
  text-align: right;
  text-transform: uppercase;
}

.text-block-3 {
  margin-top: 16px;
  color: #596273;
  font-size: 14px;
  line-height: 24px;
}

.team-member-avatar {
  width: 130px;
  height: 160px;
  border-radius: 6px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-member-avatar._4 {
  margin-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/Avatar-31.jpg');
}

.team-member-avatar._4._4a {
  background-image: url('../images/richard-galanti.jpg');
  background-size: 300px;
}

.team-member-avatar._3 {
  margin-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/Lew.jpg');
  background-size: cover;
}

.team-member-avatar._3._3a {
  background-image: url('../images/GL-Shareholder-Forum.png');
  background-position: 33% 50%;
  background-size: auto 191px;
}

.team-member-avatar._3._3b {
  background-image: url('../images/mike-murphy.jpg');
  background-position: 50% 38%;
  background-size: cover;
}

.team-member-avatar._1 {
  margin-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/Steve.jpg');
  background-size: cover;
}

.team-member-avatar._1._1a {
  background-image: url('../images/clayton.jpg');
  background-size: cover;
}

.team-member-avatar._2 {
  margin-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/Drew.jpg');
  background-size: cover;
}

.team-member-avatar._2._2a {
  background-image: url('../images/kevinmitnick.jpg');
  background-position: 43% 50%;
  background-size: cover;
}

.team-member-heading {
  margin-top: 0px;
  margin-right: 6px;
  margin-bottom: 0px;
  font-size: 20px;
}

.team-member {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(89, 98, 115, 0.12);
}

.team-member-wrapper {
  width: 50%;
  padding: 15px;
}

.heading-11 {
  margin-top: 0px;
  color: #000;
}

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

.link-4:hover {
  color: #83d901;
  text-decoration: underline;
}

@media (max-width: 991px) {
  li {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .nav-bar {
    position: absolute;
    padding: 0px;
  }
  .wrapper-full {
    top: 25%;
    padding-right: 20px;
    padding-left: 20px;
    color: #000;
  }
  .wrapper-full.intro {
    top: 0%;
  }
  .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: 600px;
    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;
  }
  .section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section.footer-white {
    padding-right: 20px;
    padding-left: 20px;
  }
  .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.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;
  }
  .section.gray.phones {
    padding-bottom: 120px;
  }
  .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-left: auto;
    text-align: center;
  }
  .banner-small-tex {
    text-align: center;
  }
  .section-tittle {
    text-align: left;
  }
  .section-tittle.white.left {
    text-align: left;
  }
  .section-tittle.half-side {
    text-align: left;
  }
  .section-tittle.percentual {
    width: 100%;
  }
  .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: 120px;
  }
  .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;
    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;
  }
  .flex-row {
    display: block;
    text-align: left;
  }
  .flex-row.top-padding._240 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .hero-paragraph {
    text-align: left;
  }
  .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%;
    max-width: auto;
  }
  .tabs-icon-menu.light {
    width: 90%;
  }
  .banner {
    height: 600px;
  }
  .banner.fourth {
    height: 600px;
  }
  .banner.second {
    width: 100%;
    height: 79vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.48)), to(rgba(0, 0, 0, 0.48))), url('../images/GettyImages-938480502_super.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.48)), url('../images/GettyImages-938480502_super.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .baner-big-text {
    font-size: 40px;
    line-height: 50px;
  }
  .baner-big-text.intro {
    font-size: 48px;
    line-height: 58px;
  }
  .image-right.vertical-image {
    padding-right: 60px;
    padding-left: 60px;
  }
  .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-left: 0px;
  }
  .banner-home-4 {
    padding-top: 90px;
  }
  .banner-home-4.half {
    display: block;
    height: auto;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    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-4.half.first {
    height: auto;
    background-position: 82% 0px;
    background-size: 110px;
  }
  .square-arrow {
    margin-left: -20px;
  }
  .left-padding {
    margin-top: 0px;
    margin-right: 60px;
    margin-left: 60px;
  }
  .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.blog {
    width: 80%;
  }
  .cta {
    display: block;
    text-align: center;
  }
  .cta-tittle {
    text-align: center;
  }
  .cta-block {
    position: relative;
  }
  .banner-hero.sixth {
    padding-right: 20px;
    padding-left: 20px;
    background-position: 0px 101%, 100% 102%, 0px 0px;
  }
  .hero-div-info {
    margin-top: 80px;
  }
  .hero-div-info.half {
    margin-top: 0px;
    padding-right: 10px;
    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: 50%;
    max-width: 600px;
    padding-right: 1%;
    padding-left: 2%;
  }
  .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%;
  }
  .image-div-quote {
    background-size: 80px, 200px, auto, cover;
  }
  .title-section.quote {
    top: 25%;
  }
  .features-block {
    margin-bottom: 50px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .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-6 {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 10;
    display: inline-block;
    max-height: 500px;
    margin-top: 20px;
    float: none;
  }
  .dropdown-list-2.w--open {
    background-color: #fff;
  }
  .nav-menu-2 {
    position: absolute;
    display: block;
    height: auto;
    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-4 {
    border-bottom: 1px solid #e4ecf6;
    background-color: #fff;
  }
  .dropdown {
    color: #000;
  }
  .image-7 {
    display: block;
  }
  .collection-item-2 {
    display: block;
  }
  .div-block-9 {
    text-align: left;
  }
  .div-info {
    margin-bottom: 90px;
  }
  .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;
  }
  .row-links {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .section-tittle-4 {
    text-align: center;
  }
  .section-4 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .homepage-link.first {
    width: 100%;
  }
  .nav-link-5 {
    border-bottom: 1px solid #e4ecf6;
    color: #000;
  }
  .nav-link-5.w--current {
    border-bottom: 1px solid #e4ecf6;
    background-color: transparent;
  }
  .menu-button {
    padding: 20px;
  }
  .menu-button.w--open {
    background-color: transparent;
    color: #333;
  }
  .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;
  }
  .link-video {
    margin-bottom: 60px;
  }
  .link-video.fifth {
    margin-top: 60px;
    margin-bottom: 0px;
  }
  .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 {
    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;
    background-position: 226% 0px;
  }
  .hero-circle {
    left: 15px;
    width: 560px;
    height: 560px;
  }
  .small-hero-circle {
    left: 15px;
    width: 360px;
    height: 360px;
  }
  .bigger {
    width: 720px;
    height: 720px;
  }
  .hero-div {
    height: 100%;
    padding: 40px 0px;
    -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.sixth {
    width: 100%;
  }
  .image-mock-ups {
    position: relative;
    left: -62px;
    top: 20px;
    right: 0px;
    bottom: 0px;
    max-height: 400px;
  }
  .image-mock-ups.devices {
    top: 0px;
    max-height: 600px;
  }
  .play-button.left.purple {
    float: left;
  }
  .iphone {
    margin-bottom: 60px;
  }
  .iphone-one {
    left: -100px;
    right: 0px;
  }
  .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;
  }
  .hero-text.right {
    display: none;
  }
  .hero-text.big {
    display: none;
  }
  .address {
    display: none;
  }
  .address.second {
    display: block;
  }
  .hand-image {
    position: relative;
    left: 0px;
    top: 9%;
    right: 0px;
    display: block;
    width: 80%;
    height: 72vh;
    margin-right: auto;
    margin-left: auto;
  }
  .unordered-list-2 {
    margin-bottom: 0px;
  }
  .footer-bottom {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .hero-content-animation {
    height: 79vh;
  }
  .small-iphone {
    left: -100px;
    right: 0px;
  }
  .small-iphone.second {
    left: 100px;
    right: 0px;
  }
  .side-media {
    width: 100%;
    margin-bottom: 64px;
    padding-right: 8px;
    padding-left: 8px;
  }
  .side-media.bg-circles {
    background-size: 60%;
  }
  .side-media.flex-right {
    margin-bottom: 194px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .side-media.flex-left {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .side-media.flex-left.remove-pad {
    margin-bottom: 0px;
  }
  .side-features-v1 {
    width: 83.33%;
  }
  .section-intro {
    max-width: 500px;
    margin-bottom: 56px;
    padding-right: 8px;
    padding-left: 8px;
  }
  .section-intro.no-margin-bottom {
    margin-bottom: 0px;
  }
  .section-intro.wide {
    max-width: 83.33%;
  }
  .section-intro.no-margin-bottom {
    margin-bottom: 0px;
  }
  .section-intro.left {
    padding-right: 33.33%;
  }
  .side-info {
    width: 66.66%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .wrapper.side-paddings {
    padding-right: 8px;
    padding-left: 8px;
  }
  .side-iphone {
    width: 46%;
  }
  .link-arrow {
    font-size: 13px;
  }
  .section-5 {
    padding: 80px 8px;
  }
  .section-5.no-padding-top.add {
    margin-top: 30px;
  }
  .section-5.hero-v3-section {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section-5.top-section {
    padding-top: 144px;
  }
  .section-5.remove {
    padding-top: 0px;
  }
  .side-feature {
    padding-right: 8px;
    padding-left: 8px;
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .side-feature.mobile-reversed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .feature-blocks {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .feature-block {
    overflow: visible;
    clear: none;
    -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: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .input-wrapper.no-margin {
    margin: 0px;
  }
  .input {
    box-shadow: inset 0 0 0 0 transparent;
  }
  .side-review {
    width: 83.33%;
  }
  .side-review-corner {
    left: 67px;
  }
  .side-review-author {
    margin-left: 40px;
  }
  .iphone-floating-right {
    top: 140px;
    right: 53px;
    width: 52%;
    margin-right: -4%;
  }
  .laptop-left {
    right: 120px;
    width: 620px;
    height: 630px;
    margin-top: 0px;
    margin-right: 7%;
    margin-bottom: 0px;
  }
  .browser {
    right: -71px;
    width: 620px;
    height: 620px;
    margin-left: 42%;
  }
  .iphone-floating-left {
    left: -154px;
    top: -26px;
    width: 92%;
    margin-left: -3%;
  }
  .iphone-hand {
    margin-top: 20%;
    margin-right: -5%;
    margin-bottom: -5%;
  }
  .side-block {
    width: 100%;
    max-width: none;
    padding-right: 8px;
    padding-left: 8px;
  }
  .side-block.flex-left {
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hero-v3-circle-big {
    margin-top: 72%;
  }
  .big-side-block-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 83.33%;
    margin-top: 72px;
    margin-bottom: 0px;
    padding-right: 8px;
    padding-left: 8px;
    -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;
    text-align: center;
  }
  .hero-v3-circle {
    margin-top: -18%;
    margin-left: -32%;
  }
  .brand-2.footer-v4-brand {
    padding-left: 8px;
  }
  .footer-v4-bottom {
    margin-right: 8px;
    margin-left: 8px;
  }
  .no-margin {
    margin: 0px;
  }
  .breadcrumbs {
    padding: 15px 8px;
  }
  .text-columns {
    margin-right: 8px;
    margin-left: 8px;
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 2em;
    column-gap: 2em;
  }
  .about-photo {
    height: 480px;
    margin-bottom: 64px;
  }
  .team {
    width: 83.33%;
    margin-top: -12px;
    margin-bottom: 48px;
  }
  .team-member-wrapper {
    width: 100%;
    padding: 12px 8px;
  }
}

@media (max-width: 767px) {
  .nav-bar.white.mine {
    display: none;
  }
  .nav-bar.white.mine-mobile {
    display: block;
  }
  .wrapper-full {
    padding-right: 10px;
    padding-left: 10px;
  }
  .banner-section.intro {
    height: 700px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(35%, rgba(244, 245, 249, 0.75)), to(#fff)), url('../images/004.png');
    background-image: linear-gradient(180deg, rgba(244, 245, 249, 0.75) 35%, #fff), url('../images/004.png');
    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: 30px;
    line-height: 40px;
  }
  .hero-header.center.white {
    font-size: 30px;
    line-height: 40px;
  }
  .section.with-gradient {
    padding-top: 120px;
  }
  .section.white-gradient {
    padding-top: 60px;
  }
  .section-content.center.facts {
    width: 100%;
  }
  .section-tittle {
    font-size: 35px;
    line-height: 45px;
  }
  .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: auto;
  }
  .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.dorian-hoxha {
    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;
  }
  .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;
  }
  .banner.second {
    width: 100%;
    height: 742px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/GettyImages-938480502_super.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/GettyImages-938480502_super.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }
  .baner-big-text {
    font-size: 40px;
    line-height: 50px;
  }
  .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;
  }
  .image-right.vertical-image {
    width: 82%;
    height: 500px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .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-4 {
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .banner-home-4.half {
    padding-top: 40px;
    padding-bottom: 40px;
    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;
  }
  .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;
  }
  .slide-over-vertical-image {
    width: 100%;
    margin-left: 60px;
  }
  .vertical-image.orange-block {
    width: 100%;
  }
  .left-padding {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .left-padding.about-us {
    margin-top: 60px;
  }
  .image-over-image.new {
    width: 400px;
    margin-left: 60px;
  }
  .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: 40px;
    line-height: 50px;
  }
  .hero-tittle.blog {
    width: 100%;
  }
  .hero-tittle.categorie {
    width: 180px;
  }
  .banner-hero.sixth {
    height: 800px;
    background-position: 0px 101%, 100% 102%, 0px 0px;
  }
  .hero-div-info {
    margin-top: 40px;
  }
  .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.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;
  }
  .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-6 {
    position: relative;
    left: 0px;
    right: 0px;
    max-height: 450px;
    max-width: 100%;
    margin-top: 0px;
  }
  .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;
  }
  .row-links {
    margin-top: 10px;
  }
  .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;
  }
  .image-tab.second {
    height: 400px;
  }
  .image-tab.third {
    height: 400px;
    background-size: contain;
  }
  .image-tab.first.in-section {
    height: 440px;
    background-position: 115% 50%;
    background-size: 550px;
  }
  .hero-circle {
    left: 0%;
    width: 440px;
    height: 440px;
  }
  .small-hero-circle {
    left: 0%;
    width: 300px;
    height: 300px;
  }
  .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-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .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;
  }
  .hero-div.bigger.first.fifth {
    height: auto;
  }
  .image-mock-ups {
    left: 0px;
    top: 50px;
    right: 0px;
    width: auto;
    max-height: 350px;
  }
  .image-mock-ups.devices {
    width: auto;
    max-height: 450px;
  }
  .iphone-one {
    left: -50px;
    right: 0px;
  }
  .scroll-block.right {
    bottom: 50px;
  }
  .hero-text {
    left: 10px;
    bottom: -38px;
  }
  .hand-image {
    height: 58vh;
  }
  .unordered-list-2 {
    margin-bottom: 0px;
  }
  .hero-content-animation {
    height: 90%;
  }
  .small-iphone {
    left: -50px;
    right: 0px;
  }
  .small-iphone.second {
    left: 50px;
    right: 0px;
  }
  .side-media.bg-circles {
    background-size: 74%;
  }
  .side-features-v1 {
    width: 100%;
  }
  .section-intro.no-margin-bottom {
    margin-bottom: 0px;
  }
  .section-intro.no-margin-bottom {
    margin-bottom: 0px;
  }
  .section-intro.left {
    padding-right: 8px;
  }
  .side-info {
    width: 83.33%;
  }
  .side-iphone {
    width: 60%;
  }
  .section-5 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .section-5.top-section {
    padding-top: 128px;
  }
  .feature-block-image-2 {
    width: 116%;
    margin-bottom: -15%;
  }
  .feature-blocks {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .feature-block {
    width: 100%;
    padding-right: 12%;
    padding-left: 12%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .input-wrapper.no-margin {
    margin: 0px;
  }
  .side-review-card {
    padding: 24px 28px;
  }
  .iphone-hand {
    margin-right: -7%;
  }
  .hero-v3-circle-big {
    margin-top: 88%;
  }
  .hero-v3-circle {
    margin-top: -38%;
  }
  .footer-v4-link {
    margin-right: 4px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .social-icons-small.footer-v4-icons {
    width: 100%;
    margin-top: 20px;
    margin-left: 5px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .footer-v4-menu {
    width: 100%;
    padding-top: 24px;
    padding-left: 0px;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .logo-icon {
    height: 22px;
  }
  .no-margin {
    margin: 0px;
  }
  .about-photo {
    height: 320px;
    margin-bottom: 48px;
  }
  .team {
    width: 100%;
    margin-bottom: 32px;
  }
}

@media (max-width: 479px) {
  .nav-bar.white.mine {
    display: none;
  }
  .wrapper-full {
    top: 30%;
    padding-right: 0px;
    padding-left: 15px;
  }
  .brand {
    padding-right: 10px;
    padding-left: 10px;
  }
  .banner-section.intro {
    height: 750px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(244, 245, 249, 0.8)), to(#fff)), url('../images/004.png');
    background-image: linear-gradient(180deg, rgba(244, 245, 249, 0.8), #fff), url('../images/004.png');
    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;
  }
  .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;
  }
  .section.white.message {
    background-size: 80px;
  }
  .section.middle {
    height: auto;
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .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%;
  }
  .algin-center.bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
  }
  .algin-center.bottom {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .section-tittle {
    text-align: center;
  }
  .section-tittle.half-side {
    font-size: 24px;
    line-height: 34px;
  }
  .section-tittle.half-side.square {
    font-size: 25px;
    line-height: 35px;
  }
  .section-tittle.center {
    text-align: center;
  }
  .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;
  }
  .testimonial-content {
    width: auto;
    padding: 0px;
  }
  .testimonial-content.padding {
    width: auto;
  }
  .contact-content {
    position: static;
    right: 0px;
    width: 100%;
  }
  .contact-content.new {
    width: 100%;
    padding: 30px 0px;
  }
  .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;
  }
  .sub-text {
    font-size: 21px;
    text-align: left;
  }
  .sub-text.smaller.fun {
    line-height: 26px;
    text-align: center;
  }
  .full-container {
    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;
  }
  .services-content {
    width: 100%;
  }
  .tittle-blog {
    width: 100%;
  }
  .banner {
    height: 500px;
  }
  .banner.fourth {
    height: 700px;
    padding-top: 40px;
  }
  .banner.second {
    height: 500px;
    padding-top: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/GettyImages-938480502_super.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/GettyImages-938480502_super.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .baner-big-text {
    font-size: 35px;
    line-height: 40px;
  }
  .baner-big-text.intro {
    font-size: 32px;
    line-height: 42px;
  }
  .tab-icon-link {
    display: inline-block;
    width: auto;
  }
  .tab-icon-link.w--current {
    display: inline-block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .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;
  }
  .image-right.vertical-image {
    position: static;
    width: 90%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .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;
  }
  .seprator-div-wrapper {
    display: block;
  }
  .seprator-div-wrapper.page {
    display: block;
  }
  .tab-pane {
    padding-right: 10px;
    padding-left: 10px;
  }
  .banner-home-4.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-4.half.first {
    height: 100%;
    padding-bottom: 40px;
  }
  .square-arrow {
    width: 60px;
    height: 60px;
    margin-left: -70px;
  }
  .square-arrow.right {
    margin-right: -10px;
  }
  .slide-over-vertical-image {
    width: 100%;
    margin-left: 40px;
  }
  .vertical-image.orange-block {
    width: 100%;
    height: 90%;
  }
  .vertical-image.second {
    width: 90%;
    height: 90%;
  }
  .left-padding {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .left-padding.about-us {
    margin-top: 40px;
  }
  .image-over-image.new {
    bottom: 65px;
    width: 100%;
    margin-left: 40px;
  }
  .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;
  }
  .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 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .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%;
  }
  .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 {
    width: 100%;
  }
  .features-block.third {
    width: 100%;
  }
  .features-block.fourth {
    width: 100%;
  }
  .blog-content-info {
    padding: 40px;
  }
  .contact-small-content.middle {
    border-right-style: none;
    border-left-style: none;
  }
  .paragraph-13 {
    line-height: 25px;
  }
  .image-6 {
    position: static;
    width: auto;
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .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;
  }
  .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;
  }
  .section-new {
    height: auto;
  }
  .section-new.footer {
    padding-top: 60px;
  }
  .row-links {
    margin-top: 0px;
    padding-top: 1px;
  }
  .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;
  }
  .link-video {
    height: 260px;
  }
  .post-iteam {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .image-tab.second {
    height: 220px;
  }
  .image-tab.third {
    height: 300px;
  }
  .image-tab.first.in-section {
    height: 260px;
    background-position: 125% 50%;
    background-size: 280px;
  }
  .hero-circle {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 260px;
    height: 260px;
    padding-left: 0%;
  }
  .small-hero-circle {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 190px;
    height: 190px;
  }
  .bigger {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 330px;
    height: 330px;
    margin-right: auto;
    margin-left: auto;
  }
  .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-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .hero-div.bigger {
    height: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hero-div.bigger.first.fifth {
    height: 100vh;
  }
  .image-mock-ups {
    position: static;
    right: 0px;
    width: auto;
    max-width: 100%;
  }
  .image-mock-ups.devices {
    width: auto;
  }
  .iphone {
    width: 100%;
  }
  .iphone-one {
    left: -20px;
    right: 0px;
    height: 360px;
    background-size: contain;
  }
  .scroll-link {
    display: none;
  }
  .address.second {
    display: none;
  }
  .hand-image {
    top: 12%;
    width: 100%;
    height: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .unordered-list-2 {
    margin-bottom: 0px;
  }
  .hero-content-animation {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .paragraph-16 {
    width: 100%;
  }
  .paragraph-17 {
    width: 100%;
  }
  .small-iphone {
    left: -20px;
    right: 0px;
    height: 360px;
    background-size: contain;
  }
  .small-iphone.second {
    left: 20px;
    background-size: contain;
  }
  .side-media {
    min-height: 200px;
    margin-bottom: 48px;
  }
  .side-media.bg-circles {
    background-size: 92%;
  }
  .section-intro.no-margin-bottom {
    width: 100%;
    margin-bottom: 0px;
  }
  .section-intro.wide {
    max-width: 100%;
  }
  .section-intro.no-margin-bottom {
    width: 100%;
    margin-bottom: 0px;
  }
  .side-info {
    width: 100%;
  }
  .side-iphone {
    width: 76%;
  }
  .section-5 {
    padding-right: 8px;
    padding-left: 8px;
  }
  .side-feature {
    padding-right: 0%;
    padding-left: 0%;
  }
  .feature-block-image-2 {
    margin-top: -12px;
  }
  .input-wrapper.no-margin {
    margin: 0px;
  }
  .input {
    min-width: 0px;
  }
  .subscribe-form {
    width: 100%;
    min-width: 200px;
    -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;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .side-review {
    width: 100%;
  }
  .side-review-corner {
    left: 47px;
  }
  .side-review-author {
    margin-left: 20px;
  }
  .iphone-floating-right {
    margin-right: -5%;
  }
  .browser {
    margin-left: 39%;
  }
  .iphone-floating-left {
    margin-left: -7%;
  }
  .iphone-hand {
    max-width: 100%;
    margin-top: 32%;
    margin-right: -7%;
  }
  .hero-v3-circle-big {
    width: 80vh;
    height: 80vh;
    margin-top: 108%;
    margin-left: 23%;
  }
  .big-side-block-info {
    width: 100%;
    max-width: none;
    margin-right: 0%;
    margin-left: 0%;
  }
  .hero-v3-circle {
    margin-top: -68%;
    margin-left: -38%;
  }
  .footer-v4-menu {
    -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;
  }
  .footer-v4-bottom {
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .no-margin {
    margin: 0px;
  }
  .about-photo {
    height: 240px;
  }
  .team-member-header {
    padding-top: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .team-member-position {
    width: 100%;
    margin-top: 4px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }
  .team-member-avatar {
    width: 100%;
    height: 280px;
  }
  .team-member {
    padding: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#w-node-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-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-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-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-83b6ed7e29fe-fbb6e614 {
  -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-83b6ed7e2a05-fbb6e614 {
  -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-83b6ed7e2a0c-fbb6e614 {
  -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-83b6ed7e2a13-fbb6e614 {
  -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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-30febb2f983f-3cb6e695 {
  -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-30febb2f9846-3cb6e695 {
  -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-30febb2f984d-3cb6e695 {
  -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-30febb2f9854-3cb6e695 {
  -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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-081fa0189d6f-e4b6e69b {
  -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-081fa0189d76-e4b6e69b {
  -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-081fa0189d7d-e4b6e69b {
  -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-081fa0189d84-e4b6e69b {
  -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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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;
}

