body {
  font-family: 'Open Sans', sans-serif;
  color: #9498a2;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #353b47;
  font-size: 3.5em;
  line-height: 1.1em;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

h2 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  color: #353b47;
  font-size: 30px;
  line-height: 34px;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #353b47;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #353b47;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

h5 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  color: #353b47;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Varela Round', sans-serif;
  color: #353b47;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #9498a2;
  font-size: 16px;
  line-height: 27px;
  font-weight: 300;
}

a {
  text-decoration: underline;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-bottom: 1px none #000;
  border-left: 5px none #e2e2e2;
  font-family: 'Open Sans', sans-serif;
  color: #363c47;
  font-size: 26px;
  line-height: 36px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  text-indent: 0px;
}

.feature {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  clear: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: transparent;
}

.feature-content {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0%;
  display: block;
  width: 90%;
  max-width: 700px;
  margin: 160px auto 0px;
  color: #fff;
  text-align: center;
}

.feature-content-image {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: block;
  overflow: hidden;
  width: 950px;
  max-height: 52%;
  max-width: 100%;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.btn {
  position: relative;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 29px;
  float: none;
  border: 2px solid #0096ff;
  border-radius: 50px;
  background-color: #0096ff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.btn:hover {
  border-style: solid;
  border-color: #0096ff;
  background-color: transparent;
  color: #0096ff;
}

.btn.btn-menu {
  margin-top: 2px;
  margin-bottom: 5px;
  margin-left: 31px;
  padding: 9px 19px;
  border: 2px solid #0096ff;
  background-color: #0096ff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 12px;
}

.btn.btn-menu:hover {
  border-color: #0096ff;
  background-color: transparent;
  color: #0096ff;
}

.btn.btn-menu.btn-menu-sticky {
  border-color: #636c75;
  background-color: #636c75;
}

.btn.btn-menu.btn-menu-sticky:hover {
  background-color: transparent;
  color: #636c75;
}

.btn.btn-color {
  margin-top: 16px;
  background-color: #0096ff;
  color: #fff;
}

.btn.btn-color:hover {
  background-color: transparent;
  color: #0096ff;
}

.btn.btn-block {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-color: #0096ff;
  background-color: #0096ff;
  font-size: 16px;
}

.btn.btn-block:hover {
  background-color: rgba(0, 150, 255, 0);
  color: #0096ff;
}

.btn.btn-border {
  border: 2px solid rgba(29, 40, 54, 0.8);
  background-color: transparent;
  opacity: 0.22;
  color: rgba(29, 40, 54, 0.8);
}

.btn.btn-border:hover {
  border-color: #55d96f;
  background-color: #55d96f;
  opacity: 1;
  color: #fff;
}

.header {
  position: relative;
  z-index: 10;
  display: block;
  overflow: visible;
  width: 100%;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: hsla(0, 0%, 100%, 0.2);
  line-height: 20px;
}

.header.header-color {
  background-color: transparent;
  color: #314464;
}

.header.header-project-detail {
  background-image: url('../images/Project-Image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header.header-home {
  height: 100vh;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.header.header-service {
  background-color: transparent;
  background-image: url('../images/Hero-7.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.header.header-bg {
  background-image: url('../images/Hero-4.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.muted {
  opacity: 0.5;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.page-load-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: none;
  width: 100%;
  height: 3px;
  border-top: 1px none #000;
  background-color: #0096ff;
}

.container {
  padding-left: 0px;
}

.container.blogpost-item-description {
  position: relative;
  z-index: 2;
}

.logo {
  position: relative;
  overflow: visible;
  width: auto;
  height: auto;
  float: left;
  background-color: transparent;
  background-image: none;
  color: transparent;
}

.logo.w--current {
  overflow: visible;
  width: auto;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  background-color: transparent;
  background-image: none;
}

.logo.logo-sticky {
  width: auto;
  height: auto;
}

.logo.logo-sticky.w--current {
  position: absolute;
  z-index: 10000;
  overflow: hidden;
  background-image: none;
}

.nav {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  overflow: visible;
  width: 100%;
  height: 90px;
  max-width: 100%;
  border-style: none none solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  background-color: transparent;
  color: transparent;
}

.nav.nav-container {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1050px;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-width: 0px;
  background-color: transparent;
  line-height: 20px;
}

.nav.nav-bright {
  border-bottom-color: rgba(29, 40, 54, 0.15);
  background-color: #fff;
}

.nav-link {
  padding: 15px 0px 16px 40px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #1d1d1d;
  font-size: 16px;
  line-height: 1.1em;
  font-weight: 400;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
}

.nav-link:hover {
  color: #0096ff;
}

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

.nav-link.nav-link-sticky {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #353b47;
}

.nav-link.nav-link-sticky:hover {
  color: #0096ff;
}

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

.nav-link.trans {
  color: #fff;
}

.nav-link.trans:hover {
  color: #0096ff;
}

.feature-h1 {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 4em;
  line-height: 1.7em;
  font-weight: 400;
}

.section {
  overflow: visible;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.b-b {
  margin-right: 5%;
  margin-left: 5%;
  border-bottom: 1px solid rgba(193, 206, 222, 0.57);
  font-size: 14px;
}

.section.bg-grey {
  background-color: rgba(193, 206, 222, 0.16);
}

.section.bg-grey.client-modul {
  position: relative;
  padding-top: 61px;
  padding-bottom: 61px;
  background-color: #f5f7fa;
}

.section.bg-grey.slider-prject-carousel-container {
  overflow: hidden;
}

.section.bg-grey.contact-map-container {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #353b47;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 50, 150, 0.5)), to(rgba(0, 50, 150, 0.5))), url('../images/Hero-3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 50, 150, 0.5), rgba(0, 50, 150, 0.5)), url('../images/Hero-3.jpg');
  background-position: 0px 0px, 0% 30%;
  background-size: auto, cover;
}

.section.bg-green {
  background-color: #0096ff;
}

.section.teaser-block {
  background-color: #383f49;
  text-align: center;
}

.nav-sticky {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  height: 90px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #fff;
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(0px, -90px);
  -ms-transform: translate(0px, -90px);
  transform: translate(0px, -90px);
}

.panel {
  padding: 39px 55px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 3px 10px 0 rgba(54, 60, 71, 0.14);
  color: #fff;
}

.panel.panel-contact-form {
  margin-top: 80px;
  margin-bottom: 80px;
}

.icon-list {
  padding: 40px 30px;
  text-align: center;
}

.icon-list.iconlist-bg-grey {
  margin-right: 0px;
  margin-left: 0px;
  padding: 40px 30px;
  background-color: rgba(193, 206, 222, 0.16);
}

.input-text {
  position: static;
  display: block;
  height: 52px;
  padding: 20px 16px;
  border: 3px solid rgba(145, 155, 167, 0.16);
  border-radius: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0px;
}

.input-text:hover {
  border-color: #8d939e;
}

.input-text:focus {
  border-color: #0096ff;
}

.input-text.textarea {
  height: auto;
  min-height: 130px;
  padding-top: 15px;
}

.newsletter-widget-h2 {
  padding-top: 123px;
  padding-right: 20px;
  color: #fff;
  line-height: 39px;
  font-weight: 400;
}

.feature-productdetail {
  padding-top: 190px;
  padding-bottom: 190px;
}

.offset_left_projects {
  position: relative;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 26%;
  padding-right: 0px;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.nav-menu {
  margin-right: 0px;
}

.hero-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  background-color: rgba(0, 50, 100, 0.85);
}

.offset_right_projects {
  margin-top: 30px;
  margin-right: 26%;
  margin-bottom: 30px;
  float: right;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.icon-list-icon {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0px;
  opacity: 0.11;
}

.icon-list-icon.icon-list-avatar {
  overflow: hidden;
  border-radius: 100%;
  opacity: 1;
}

.slider-testimonials {
  margin: 40px 0% 0px;
  padding: 60px 0px 0px;
  background-color: transparent;
}

.slider-testimonials-user {
  font-family: 'Open Sans', sans-serif;
  color: rgba(117, 126, 143, 0.5);
  font-size: 20px;
  text-align: center;
}

.slider-testimonials-arrow {
  position: absolute;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: rgba(53, 59, 71, 0.2);
}

.slider-testimonials-arrow:hover {
  color: #55d96f;
}

.slider-testimonials-mask {
  display: block;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.info-block-h1 {
  margin-top: 0px;
  color: #fff;
  font-size: 3.1em;
  text-align: center;
}

.info-block-p {
  max-width: 800px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 18px;
  text-align: center;
}

.newsletter-widget-p {
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 18px;
}

.feature-p {
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 18px;
  line-height: 21px;
}

.feature-projectdetail-h1 {
  margin-top: 0px;
  color: #fff;
}

.project-information {
  padding-top: 60px;
  padding-bottom: 80px;
}

.project-information-property {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(193, 206, 222, 0.16);
}

.project-information-property-h5 {
  margin-bottom: 0px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.project-information-property-text {
  margin-top: 5px;
}

.share-icon {
  position: relative;
  margin-top: 3px;
  margin-right: 15px;
  clear: left;
  opacity: 0.45;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.share-icon:hover {
  opacity: 0.78;
}

.project-detail-img {
  position: relative;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}

.project-detail-img-container {
  text-align: center;
}

.row {
  margin-bottom: 30px;
}

.row.text-center {
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

.slider-project-carousel {
  overflow: visible;
  height: 600px;
  margin-top: 50px;
  margin-bottom: 50px;
  clear: both;
  background-color: transparent;
}

.slider-project-carousel-mask {
  display: block;
  overflow: visible;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.slider-project-carousel-img {
  display: block;
  max-height: 600px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.14);
}

.slider-project-carousel-arrow {
  margin-right: 20px;
  margin-left: 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: rgba(29, 40, 54, 0.32);
}

.slider-project-carousel-arrow:hover {
  color: #55d96f;
}

.slider-project-carousel-nav {
  position: relative;
  margin-top: 30px;
  opacity: 0.28;
  -webkit-transform: scale(0.54);
  -ms-transform: scale(0.54);
  transform: scale(0.54);
}

.project-detail-navigation {
  background-color: #f5f7fa;
}

.page-title {
  position: relative;
  display: block;
  padding-top: 220px;
  padding-bottom: 140px;
  background-color: transparent;
  text-align: center;
}

.page-title-h1 {
  display: block;
  max-width: 1050px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  color: #fff;
}

.footer {
  padding-top: 80px;
  padding-bottom: 80px;
  color: #9498a2;
}

.footer-sitemap-link {
  display: inline-block;
  margin-bottom: 5px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #9498a2;
  text-decoration: none;
}

.footer-sitemap-link:hover {
  color: #0096ff;
}

.footer-sitemap-link.w--current:hover {
  color: #0096ff;
}

.footer-social-media {
  height: 25px;
  margin-top: 10px;
  margin-right: 25px;
  padding: 0px;
  float: left;
  opacity: 0.21;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.footer-social-media:hover {
  opacity: 0.55;
}

.footer-copyright {
  margin-right: 10px;
  float: left;
  font-family: Montserrat, sans-serif;
  color: #353b47;
  font-size: 14px;
  line-height: 44px;
  font-weight: 400;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
}

.footer-copyright-line {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(193, 206, 222, 0.31);
}

.footer-sitemap-list {
  -webkit-column-count: 2;
  column-count: 2;
}

.tabs-menu {
  display: block;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  text-align: center;
}

.tabs-menu-link {
  padding: 18px 32px;
  border-top: 2px solid #d4dae0;
  border-bottom: 2px solid #d4dae0;
  border-right-color: #55d96f;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: rgba(29, 40, 54, 0.8);
  font-size: 17px;
  text-transform: none;
}

.tabs-menu-link:hover {
  color: #55d96f;
}

.tabs-menu-link.w--current {
  border-top-color: #55d96f;
  border-bottom-color: #55d96f;
  border-left-color: #55d96f;
  background-color: #55d96f;
  color: #f5f7fa;
}

.tabs-menu-link.tabs-menu-link-first {
  border-left: 2px solid #c1cede;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.tabs-menu-link.tabs-menu-link-first.w--current {
  border-left-color: #55d96f;
}

.tabs-menu-link.tabs-menu-linklast {
  border-right: 2px solid #d4dae0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.tabs-menu-link.tabs-menu-linklast.w--current {
  border-right-color: #55d96f;
}

.page-title-p {
  color: hsla(0, 0%, 100%, 0.47);
  font-size: 20px;
}

.contact-map {
  position: absolute;
  left: -20%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 120%;
  height: 100%;
  opacity: 0.19;
}

.client-logo {
  display: inline;
  height: 50px;
  margin-right: 17px;
  margin-left: 17px;
  opacity: 0.3;
}

.clients {
  text-align: center;
}

.project-next-empty {
  display: none;
}

.blogpost-item {
  position: relative;
  border-bottom: 1px solid #e8eaee;
  background-image: url('../images/Hero-8.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.blogpost-item-overlay {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  padding-top: 70px;
  padding-bottom: 80px;
  background-color: #fff;
  opacity: 1;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  text-align: center;
}

.blogpost-item-overlay:hover {
  background-color: hsla(0, 0%, 100%, 0.94);
  opacity: 1;
}

.mail-succsess {
  background-color: transparent;
}

.mail-text {
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Montserrat, sans-serif;
  color: #55d96f;
  font-size: 26px;
  line-height: 34px;
}

.mail-text.error {
  padding-top: 0px;
  padding-bottom: 0px;
  color: rgba(33, 40, 45, 0.45);
  font-size: 20px;
  line-height: 30px;
}

.mail-error {
  background-color: transparent;
}

.intro-features {
  margin-top: 20px;
}

.intro-feature-3 {
  width: 28%;
  float: left;
  text-align: center;
}

.intro-section {
  padding-top: 5%;
  padding-bottom: 0%;
  border-bottom: 1px solid #e2e2e2;
}

.mini-title {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px;
  font-family: Montserrat, sans-serif;
  color: #c5c3c6;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.intro-feature-2 {
  width: 28%;
  float: left;
  border-right: 1px solid #f0f0f0;
  text-align: center;
}

.highlight-text {
  color: #0096ff;
  font-weight: 700;
  text-transform: uppercase;
}

.underlline {
  position: relative;
  z-index: 10;
  display: block;
  width: 95px;
  height: 4px;
  margin: 10px auto;
  background-color: #0096ff;
}

.underlline.intro {
  margin-right: 0px;
  margin-left: 0px;
  background-color: #0096ff;
}

.intro-heading {
  font-weight: 700;
}

.intro-text {
  margin-top: 12%;
}

.container-2 {
  position: relative;
}

.intro-row {
  max-width: 1000px;
}

.paragraph-box {
  margin-top: 25px;
}

.intro-feature-1 {
  position: relative;
  width: 28%;
  float: left;
  border-right: 1px solid #f0f0f0;
  text-align: center;
}

.profile-image {
  height: 600px;
  background-image: url('../images/aaron.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.profile-image.tablet {
  background-image: url('../images/andrewnobg.png');
  background-size: contain;
}

.success-message {
  background-color: transparent;
}

.wide-wrapper {
  margin-bottom: 30px;
  padding-right: 5px;
  padding-left: 5px;
}

.wide-wrapper.last-wrapper {
  display: none;
  margin-top: 100px;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu2-socialicons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-left: 15px;
}

.swatch-block-50 {
  height: 50px;
  background-color: #1991eb;
  opacity: 0.5;
}

.swatch-block-50._3rd-swatch-50 {
  background-color: #39b54a;
}

.swatch-block-50._7th-swatch-50 {
  background-color: #333;
}

.swatch-block-50._5th-swatch-50 {
  background-color: #f7981c;
}

.swatch-block-50._4th-swatch-50 {
  background-color: #c5d0de;
}

.swatch-block-50._2nd-swatch-50 {
  background-color: #3023ae;
}

.swatch-block-50._6th-swatch-50 {
  background-color: #f85359;
}

.swatch-block-50._8th-swatch-50 {
  background-color: #66493e;
}

.product-name-title-2 {
  margin-top: 6px;
  padding-right: 0px;
  color: #333;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.02em;
}

.article-cover {
  height: 230px;
  margin-bottom: 24px;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#f1f1f1));
  background-image: linear-gradient(180deg, #f1f1f1, #f1f1f1);
}

.article-cover.article-content-1 {
  background-image: none;
}

.article-cover.article-content-3 {
  background-image: none;
}

.article-cover.article-content-2 {
  background-image: none;
}

.product-card {
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, box-shadow 400ms ease;
  transition: transform 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
  cursor: pointer;
}

.product-card:hover {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(0px, -6px) scale(1.02);
  -ms-transform: translate(0px, -6px) scale(1.02);
  transform: translate(0px, -6px) scale(1.02);
}

.menu2-logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.alert-content {
  position: relative;
  padding-right: 30px;
  padding-left: 26px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.alert-message {
  display: inline-block;
  color: #fff;
  line-height: 21px;
}

.field-label-2 {
  letter-spacing: 0.02em;
}

.menu1 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  height: 0px;
  padding-right: 15px;
  -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;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
}

.profile-card-content-wrapper {
  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;
  text-align: center;
}

.social-icon-2 {
  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-2.icon-linkedin {
  background-color: #0077b5;
}

.social-icon-2.icon-linkedin:hover {
  background-color: #086596;
}

.social-icon-2.icon-instagram {
  background-color: #703906;
}

.social-icon-2.icon-instagram:hover {
  background-color: #5d2f04;
}

.social-icon-2.icon-googleplus {
  background-color: #dd4b39;
}

.social-icon-2.icon-googleplus:hover {
  background-color: #c33d2c;
}

.social-icon-2.icon-facebook {
  background-color: #3b5998;
}

.social-icon-2.icon-facebook:hover {
  background-color: #284685;
}

.social-icon-2.icon-facebook.menu2-lasticon {
  margin-left: 10px;
}

.social-icon-2.icon-pinterest {
  background-color: #bd081c;
}

.social-icon-2.icon-pinterest:hover {
  background-color: #a50416;
}

.social-icon-2.icon-twitter {
  background-color: #1da1f2;
}

.social-icon-2.icon-twitter:hover {
  background-color: #1092e2;
}

.col-2 {
  padding-right: 15px;
  padding-left: 5px;
}

.number-card-progress {
  color: #fff;
  text-align: right;
}

.col-2 {
  padding-right: 5px;
  padding-left: 15px;
}

.signup-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 60px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid transparent;
  border-radius: 8px;
  background-color: #fff;
}

.menu1-button-wrapper {
  margin-right: 15px;
  margin-left: 15px;
}

.tag-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  margin-bottom: 35px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.styleguideheadline {
  margin-top: 30px;
  padding-right: 10px;
  padding-left: 10px;
}

.section-2 {
  display: inline-block;
  padding: 0px 30px;
  background-color: #fbfcfb;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfcfb), to(#fff));
  background-image: linear-gradient(180deg, #fbfcfb, #fff);
  color: #32325c;
}

.price-wrapper {
  padding-left: 0px;
}

.signup-account-link {
  display: none;
  color: #999;
  font-size: 16px;
  letter-spacing: 0.25px;
}

.styleguide {
  display: block;
  width: 75%;
  margin: 38px auto 100px;
  box-shadow: none;
}

.success-message-text {
  margin-top: 20px;
  color: #1991eb;
  font-size: 16px;
  line-height: 24px;
}

.swatch-block-25 {
  height: 50px;
  background-color: #1991eb;
  opacity: 0.25;
}

.swatch-block-25._3rd-swatch-25 {
  background-color: #39b54a;
}

.swatch-block-25._5th-swatch-25 {
  background-color: #f7981c;
}

.swatch-block-25._4th-swatch-25 {
  background-color: #c5d0de;
}

.swatch-block-25._2nd-swatch-25 {
  background-color: #3023ae;
}

.swatch-block-25._8th-swatch-25 {
  background-color: #66493e;
}

.swatch-block-25._7th-swatch-25 {
  background-color: #333;
}

.swatch-block-25._6th-swatch-25 {
  background-color: #f85359;
}

.menu1-logo-wrapper {
  display: inline-block;
  width: auto;
  height: 100px;
  padding-right: 25px;
  padding-left: 25px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  background-color: transparent;
  text-align: center;
}

.moreheading {
  text-align: center;
}

.big-article {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 100px 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 6px 3px 28px 11px rgba(0, 0, 0, 0.05);
}

.divider {
  height: 1px;
  margin-top: 20px;
  margin-bottom: 15px;
  background-color: #eee;
}

.divider.headline-divider {
  margin-top: 40px;
  margin-bottom: 20px;
}

.row-4 {
  display: block;
  margin-bottom: 50px;
}

.style-label {
  color: #bebebe;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.profile-name {
  margin-top: 16px;
  margin-bottom: 4px;
}

.fullpic-profile-name {
  margin-bottom: 4px;
  color: #fff;
}

.form-submit-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.profiles-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.alert-close-wrapper {
  width: 8px;
  height: 100%;
  margin-top: -3px;
}

.profile-card-big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  text-align: center;
}

.number-card-dollars {
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 16px;
  line-height: 24px;
}

.big-article-image-wrapper {
  height: 400px;
  padding-left: 0px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-image: none;
}

.big-article-image-wrapper.extra {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -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-image: url('../images/line_chart.svg');
  background-position: 50% 50%;
  background-size: 60%;
  background-repeat: no-repeat;
}

.tagline {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tagline.number-card-currency {
  color: #fff;
}

.tagline.tagline-promo-40 {
  position: relative;
  color: rgba(51, 51, 51, 0.4);
  font-size: 1em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.tagline.tagline-promo-40._400 {
  top: 0px;
  font-size: 1em;
  line-height: 1.5em;
  letter-spacing: 0.02em;
}

.tagline.white-profile-tagline {
  color: #fff;
}

.profile-card-avatar {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-image: url('../images/Avatar-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.form-2 {
  width: 100%;
}

.big-article-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  padding: 30px;
  -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;
}

.big-article-content-wrapper.article-wrapper {
  padding-bottom: 0px;
}

.basic-column {
  position: static;
  display: block;
  padding-right: 5px;
  padding-left: 5px;
}

.swatch-block-big {
  width: 100%;
  height: 140px;
  background-color: #1991eb;
}

.swatch-block-big._3rd-swatch-100 {
  background-color: #39b54a;
}

.swatch-block-big._7th-swatch-100 {
  background-color: #333;
}

.swatch-block-big._5th-swatch-100 {
  background-color: #f7981c;
}

.swatch-block-big._2nd-swatch-100 {
  background-color: #3023ae;
}

.swatch-block-big._4th-swatch-100 {
  background-color: #c5d0de;
}

.swatch-block-big._8th-swatch-100 {
  background-color: #66493e;
}

.swatch-block-big._6th-swatch-100 {
  background-color: #f85359;
}

.nav-menu-3 {
  position: static;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  float: right;
  -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: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.signup-image-wrapper {
  display: none;
  height: 100%;
  padding-left: 0px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.82)), to(rgba(0, 0, 0, 0.82))), url('../images/8px_18px.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.82)), url('../images/8px_18px.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 4px;
  background-repeat: repeat, repeat;
}

.menu-button-3 {
  display: none;
  height: 70px;
  padding-right: 25px;
  padding-left: 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;
}

.menu-button-3.w--open {
  display: none;
}

.menu1-logo-text-2 {
  display: inline-block;
  margin-left: 7px;
  float: none;
  color: rgba(133, 133, 137, 0.59);
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.25px;
}

.text-field-2 {
  width: 100%;
  height: 50px;
  margin-bottom: 14px;
  padding-right: 16px;
  padding-left: 16px;
  border: 1px solid #ececec;
  border-radius: 4px;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  font-size: 1.2em;
  letter-spacing: 0.25px;
}

.text-field-2:hover {
  border-color: #d8d8d8;
}

.text-field-2:focus {
  border-color: #a3a3a3;
}

.text-field-2::-webkit-input-placeholder {
  color: grey;
}

.text-field-2:-ms-input-placeholder {
  color: grey;
}

.text-field-2::-ms-input-placeholder {
  color: grey;
}

.text-field-2::placeholder {
  color: grey;
}

.menu2 {
  padding-right: 15px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
}

.close-alert {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.close-alert:hover {
  opacity: 0.8;
}

.error-message {
  padding: 0px;
  border-radius: 4px;
  background-color: transparent;
}

.signup-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.05);
  text-align: left;
}

.heading-2 {
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 2em;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0em;
}

.alert-icon {
  position: absolute;
  left: 0px;
  top: 4px;
  bottom: 0px;
  display: inline-block;
  margin-top: -2px;
  margin-right: 12px;
}

.mark {
  display: inline-block;
  height: 0.85em;
  padding-right: 5px;
  padding-left: 3px;
  border-bottom: 15px solid rgba(253, 255, 104, 0.85);
  background-color: transparent;
  line-height: 1em;
  text-decoration: none;
  text-transform: uppercase;
}

.big-article-title-wrapper {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

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

.article-alt-cover {
  height: 270px;
  margin-top: 26px;
  padding-bottom: 0px;
  border-radius: 8px;
  background-image: url('../images/card-cover.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.article-alt-cover.article-2-content {
  margin-top: 0px;
  margin-bottom: 26px;
  background-image: url('../images/article-cover-1.jpg');
}

.article-alt-cover.article-5-content {
  background-image: url('../images/article-cover-3.jpg');
}

.article-alt-cover.article-1-content {
  background-image: url('../images/flatiron.jpg');
}

.article-alt-cover.article-4-content {
  margin-top: 0px;
  margin-bottom: 26px;
  background-image: url('../images/article-cover-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.fullpic-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 420px;
  padding: 30px 30px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 8px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(transparent)), url('../images/Group-22x.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent), url('../images/Group-22x.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.label-2 {
  display: inline-block;
  padding: 4px 10px 3px;
  border-radius: 4px;
  background-color: #1991eb;
}

.label-2.label-green {
  background-color: #39b54a;
}

.label-2.label-article-greenish {
  margin-bottom: 2px;
  background-color: #28998a;
}

.label-2.label-article-grey {
  margin-top: 2px;
  background-color: #858589;
}

.label-2.label-red {
  background-color: #f85359;
  background-image: none;
}

.label-2.label-article-brown {
  margin-bottom: 2px;
  background-color: #66493e;
}

.label-2.label-yellow {
  background-color: #f7981c;
}

.label-2.label-violet {
  background-color: #3023ae;
}

.label-2.label-article-pink {
  margin-top: 2px;
  background-color: #e556a4;
}

.label-2.label-grey {
  background-color: #c5d0de;
}

.label-2.label-article-brownish {
  margin-bottom: 2px;
  background-color: #aa955d;
}

.profile-card-big-avatar {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background-image: url('../images/Avatar-13.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.article {
  margin-bottom: 10px;
}

.menu2-logo-text {
  display: inline-block;
  margin-left: 30px;
  float: left;
  font-size: 16px;
  font-weight: 500;
}

.styleguide-content {
  margin-top: 0px;
  padding: 5px 5px 0px;
}

.content-wrapper-2 {
  margin-bottom: 50px;
}

.paragraph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 40%, 0.9);
  font-size: 1.2em;
  line-height: 1.3em;
  text-align: center;
  letter-spacing: 0.01em;
}

.paragraph.simple-is-better {
  font-family: Montserrat, sans-serif;
  text-align: left;
}

.button-2 {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 11px 35px;
  float: none;
  border-radius: 4px;
  background-color: rgba(25, 145, 235, 0.73);
  -webkit-transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
}

.button-2:hover {
  border-color: #0c6eb8;
  background-color: #1386dd;
  color: #fff;
}

.button-2.default-button {
  display: inline-block;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #fff;
  -webkit-transition: color 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
  transition: color 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
  color: #5b697a;
}

.button-2.default-button:hover {
  background-color: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  color: #213d63;
}

.button-2.default-button.default-button-with-line {
  padding: 8px 24px;
  border: 1px solid #f4f4f4;
  -webkit-transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease;
}

.button-2.default-button.default-button-with-line:hover {
  border-color: #c5d0de;
  box-shadow: none;
}

.button-2.green-button {
  background-color: #39b54a;
  -webkit-transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease;
}

.button-2.green-button:hover {
  background-color: #2faa40;
}

.button-2.violet-button {
  background-color: #805ce6;
}

.button-2.violet-button:hover {
  background-color: #6e49d4;
}

.button-2.profile-contact-big-button {
  margin-right: 10px;
}

.number-card-number {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-weight: 300;
}

.columns-2 {
  display: block;
  margin-top: 150px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.number-card-progress-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.label-text {
  color: #fff;
  font-size: 10px;
  line-height: 17px;
  font-weight: 500;
  text-transform: uppercase;
}

.larger-paragraph {
  font-size: 16px;
  line-height: 26px;
}

.number-card-divider {
  height: 1px;
  margin-top: 10px;
  margin-bottom: 14px;
  background-color: hsla(0, 0%, 100%, 0.15);
}

.div-block-31 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: rgba(51, 51, 51, 0.84);
}

.fullpic-profile-bio {
  margin-top: 10px;
  color: hsla(0, 0%, 100%, 0.8);
  font-weight: 400;
}

.product-card-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -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;
}

.alert {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 16px;
  -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;
  border-radius: 4px;
  background-color: #c5d0de;
}

.alert.error-alert {
  background-color: #f85359;
}

.alert.neutral-alert {
  background-color: #1991eb;
}

.alert.warning-alert {
  background-color: #f7981c;
}

.alert.positive-alert {
  background-color: #39b54a;
}

.big-profile-name {
  margin-bottom: 6px;
}

.swatch-block-75 {
  height: 50px;
  background-color: #1991eb;
  opacity: 0.75;
}

.swatch-block-75._6th-swatch-75 {
  background-color: #f85359;
}

.swatch-block-75._3rd-swatch-75 {
  background-color: #39b54a;
}

.swatch-block-75._7th-swatch-75 {
  background-color: #333;
}

.swatch-block-75._8th-swatch-75 {
  background-color: #66493e;
}

.swatch-block-75._2nd-swatch-75 {
  background-color: #3023ae;
}

.swatch-block-75._5th-swatch-75 {
  background-color: #f7981c;
}

.swatch-block-75._4th-swatch-75 {
  background-color: #c5d0de;
}

.signup-headline {
  position: relative;
  top: 0px;
  margin-bottom: 5px;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.nav-link-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 11px 35px;
  -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;
  opacity: 0.51;
  color: rgba(51, 51, 51, 0.45);
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 0.02em;
  cursor: pointer;
}

.nav-link-3:hover {
  opacity: 0.91;
  color: rgba(11, 11, 11, 0.45);
}

.text-deco-light-24 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 100;
}

.profile-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 30px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  text-align: center;
}

.error-message-text {
  display: inline-block;
  color: #f85359;
}

.number-card {
  padding: 22px 30px;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1991eb), to(#1991eb));
  background-image: linear-gradient(180deg, #1991eb, #1991eb);
}

.number-card.number-card-content3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ed629a), to(#c850c0));
  background-image: linear-gradient(180deg, #ed629a, #c850c0);
}

.number-card.number-card-content2 {
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#17cec4), color-stop(0%, #17cec4), to(#08aeea));
  background-image: linear-gradient(180deg, #17cec4, #17cec4 0%, #08aeea);
  color: #333;
}

.number-card.number-card-content4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8308), to(#fd4f00));
  background-image: linear-gradient(180deg, #ff8308, #fd4f00);
}

.number-card.number-card-content1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7042bf), to(#3023ae));
  background-image: linear-gradient(180deg, #7042bf, #3023ae);
}

.actions-wrapper {
  padding-top: 7px;
}

.product-card-image {
  height: 260px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 96.1%, 0.5)), to(hsla(0, 0%, 96.1%, 0.5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 96.1%, 0.5), hsla(0, 0%, 96.1%, 0.5));
}

.product-card-image.product-card-2 {
  background-color: rgba(117, 183, 254, 0.15);
  background-image: url('../images/Frame-1-copy.svg'), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 96.1%, 0.5)), to(hsla(0, 0%, 96.1%, 0.5)));
  background-image: url('../images/Frame-1-copy.svg'), linear-gradient(180deg, hsla(0, 0%, 96.1%, 0.5), hsla(0, 0%, 96.1%, 0.5));
  background-position: 50% 50%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
}

.product-card-image.product-card-1 {
  display: block;
  background-color: rgba(117, 183, 254, 0.15);
  background-image: url('../images/undraw_select_13cv.svg'), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 96.1%, 0.5)), to(hsla(0, 0%, 96.1%, 0.5)));
  background-image: url('../images/undraw_select_13cv.svg'), linear-gradient(180deg, hsla(0, 0%, 96.1%, 0.5), hsla(0, 0%, 96.1%, 0.5));
  background-position: 50% 50%, 0px 0px;
  background-size: 40%, auto;
  background-repeat: no-repeat, repeat;
}

.product-card-image.product-card-3 {
  background-color: rgba(117, 183, 254, 0.15);
  background-image: url('../images/landing.svg'), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 96.1%, 0.5)), to(hsla(0, 0%, 96.1%, 0.5)));
  background-image: url('../images/landing.svg'), linear-gradient(180deg, hsla(0, 0%, 96.1%, 0.5), hsla(0, 0%, 96.1%, 0.5));
  background-position: 50% 50%, 0px 0px;
  background-size: 40%, auto;
  background-repeat: no-repeat, repeat;
}

.menu1-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.logo-icon-image {
  margin-top: -1px;
}

.background-video {
  height: 100vh;
}

.bar-filled {
  position: relative;
  top: -20px;
  height: 20px;
  border-radius: 30px;
  background-color: #165aba;
}

.bar-filled.bar3 {
  position: static;
  width: 95%;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.bar-filled.bar4 {
  position: static;
  width: 93%;
}

.bar-filled.bar1 {
  position: static;
  left: 0px;
  top: -20px;
  right: 0px;
  bottom: -20px;
  display: block;
  width: 97%;
}

.bar-filled.bar2 {
  position: static;
  width: 91%;
}

.bar-container {
  width: 85%;
  margin-right: 10px;
  float: left;
}

.left-column-box-3 {
  padding-top: 15px;
  padding-bottom: 20px;
}

.left-column-box-3.mobile {
  margin-bottom: 30px;
}

.skills-section {
  padding-top: 5%;
  padding-bottom: 5%;
}

.skills-section.tablet {
  padding-top: 0%;
}

.bar {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 20px;
  margin-top: 15px;
  border-radius: 30px;
  background-color: #e4e4e4;
}

.percentage {
  margin-top: 15px;
  float: left;
  font-family: Montserrat, sans-serif;
  color: #7c8f9e;
  font-weight: 700;
}

.left-float-box {
  width: 80%;
  float: left;
}

.left-column-box-2 {
  padding-top: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ececec;
}

.text-container {
  display: block;
  margin-top: 2%;
  margin-bottom: 25px;
  text-align: center;
}

.icon-circle {
  width: 68px;
  height: 68px;
  margin-top: 10px;
  margin-right: 15px;
  float: left;
  border-radius: 50%;
  background-color: #165aba;
  background-image: url('../images/monitor.png');
  background-position: 50% 50%;
  background-size: 67px;
  background-repeat: no-repeat;
  font-weight: 700;
}

.highlight-text-2 {
  color: #0096ff;
  text-transform: uppercase;
}

.left-column-box-1 {
  padding-bottom: 20px;
  border-bottom: 1px solid #ececec;
  font-family: 'Droid Serif', serif;
  font-weight: 700;
}

.right-column-bar {
  margin-bottom: 15px;
  margin-left: 15px;
  padding-bottom: 0px;
}

.heading-3 {
  color: #0096ff;
}

.nav-07 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  height: 80px;
  padding: 10px 5%;
  border: 1px none #000;
}

.n06_span {
  border: 1px none #000;
  color: #6165ff;
  text-decoration: none;
}

.hero_heading {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 55px;
  line-height: 1.1;
}

.n06_container_02 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1140px;
  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;
}

.n06 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: transparent;
}

.link-block-n7 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.nav-link-n7 {
  margin-right: 20px;
  margin-left: 20px;
  color: #fff;
  text-decoration: none;
}

.block-right-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link_cover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
}

.button-b2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 190px;
  min-height: 50px;
  min-width: 140px;
  padding: 11px 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-style: solid;
  border-width: 1px;
  border-color: rgba(23, 48, 73, 0.18);
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #6165ff;
  font-size: 15px;
  text-decoration: none;
}

.n06_top_wrap {
  height: 45px;
  border-bottom: 1px solid #ebecf0;
  background-color: #fff;
}

.dropdown-toggle {
  color: #fff;
}

.header-08 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80vh;
  padding: 145px 5% 130px;
  -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: url('../images/wave.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.n06_btn {
  margin-left: 35px;
  padding: 11px 35px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #6165ff;
}

.n06_btn:hover {
  background-color: #5155d6;
  color: #fff;
}

.register-wrap-n8 {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  font-weight: 500;
}

.n06_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-width: 90px;
  -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-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.n06_link:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.n06_link_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-wrap-right-n7 {
  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;
}

.container-h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.n06_container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.container-flex-n8 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.para_white {
  max-width: 510px;
  margin-bottom: 25px;
  color: #f5f7fd;
  font-size: 18px;
  line-height: 28px;
}

.nav-wrap-n7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 25px;
  padding-left: 25px;
  -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;
  color: #173049;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.nav-wrap-left-n7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-icon-n8 {
  margin-right: 15px;
}

.logo-block-n7 {
  margin-right: 15px;
}

.n06_text {
  color: #b0b7c3;
  font-size: 15px;
}

.link {
  text-decoration: none;
}

.button-n7 {
  margin-left: 15px;
  padding: 11px 35px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(23, 48, 73, 0.18);
  border-radius: 4px;
  background-color: rgba(233, 233, 246, 0.17);
  color: #173049;
}

.button-n7:hover {
  background-color: rgba(210, 210, 235, 0.17);
}

.dropdown-n7.w--open {
  min-width: 140px;
  padding: 8px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(23, 48, 73, 0.13);
}

.text-block-22 {
  margin-right: 8px;
  color: #0096ff;
  font-style: normal;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}

.n06_navbar {
  height: 90px;
  padding-right: 5%;
  padding-left: 5%;
  background-color: transparent;
}

.column {
  height: 65vh;
}

.heading-4 {
  margin-top: 0px;
  color: #fff;
  font-size: 1.5em;
  line-height: 1.8em;
}

.link-block {
  width: 100%;
}

.link-block-2 {
  width: 100%;
}

.headingzz {
  text-align: center;
}

.section-copy {
  overflow: visible;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-copy.b-b {
  margin-right: 5%;
  margin-left: 5%;
  border-bottom: 1px solid rgba(193, 206, 222, 0.57);
  font-size: 14px;
}

.section-copy.bg-grey {
  background-color: rgba(193, 206, 222, 0.16);
}

.section-copy.bg-grey.client-modul {
  position: relative;
  padding-top: 61px;
  padding-bottom: 61px;
  background-color: #f5f7fa;
}

.section-copy.bg-grey.slider-prject-carousel-container {
  overflow: hidden;
}

.section-copy.bg-grey.contact-map-container {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #353b47;
}

.section-copy.bg-green {
  background-color: #0096ff;
}

.section-copy.teaser-block {
  background-color: #383f49;
  text-align: center;
}

.section-copy.b-b-copy {
  margin-right: 5%;
  margin-left: 5%;
  border-bottom: 1px solid rgba(193, 206, 222, 0.57);
  font-size: 14px;
}

.section-3 {
  display: block;
  margin: 10% 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columnleft {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.image {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -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;
}

.divabout {
  border-top: 0px solid #cacaca;
  border-bottom: 1px solid #cacaca;
}

.heading-5 {
  font-family: Montserrat, sans-serif;
  font-size: 3em;
  font-weight: 500;
}

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

.paragraphabout {
  margin-right: 20px;
  margin-left: 20px;
}

.aboutbtn {
  position: relative;
  display: inline-block;
  margin-top: 34px;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 29px;
  float: none;
  border: 2px solid #0096ff;
  border-radius: 50px;
  background-color: #0096ff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.aboutbtn:hover {
  border-style: solid;
  border-color: #0096ff;
  background-color: transparent;
  color: #0096ff;
}

.aboutbtn.w--current {
  margin-top: 70px;
}

.aboutbtn.btn-menu {
  margin-top: 2px;
  margin-bottom: 5px;
  margin-left: 31px;
  padding: 9px 19px;
  border: 2px solid #0096ff;
  background-color: #0096ff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 12px;
}

.aboutbtn.btn-menu:hover {
  border-color: #0096ff;
  background-color: transparent;
  color: #0096ff;
}

.aboutbtn.btn-menu.btn-menu-sticky {
  border-color: #636c75;
  background-color: #636c75;
}

.aboutbtn.btn-menu.btn-menu-sticky:hover {
  background-color: transparent;
  color: #636c75;
}

.aboutbtn.btn-color {
  margin-top: 16px;
  background-color: #0096ff;
  color: #fff;
}

.aboutbtn.btn-color:hover {
  background-color: transparent;
  color: #0096ff;
}

.aboutbtn.btn-block {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-color: #0096ff;
  background-color: #0096ff;
  font-size: 16px;
}

.aboutbtn.btn-block:hover {
  background-color: rgba(0, 150, 255, 0);
  color: #0096ff;
}

.aboutbtn.btn-border {
  border: 2px solid rgba(29, 40, 54, 0.8);
  background-color: transparent;
  opacity: 0.22;
  color: rgba(29, 40, 54, 0.8);
}

.aboutbtn.btn-border:hover {
  border-color: #55d96f;
  background-color: #55d96f;
  opacity: 1;
  color: #fff;
}

.block-quote {
  margin-bottom: 0px;
  font-size: 20px;
  font-style: italic;
}

.columns-3 {
  display: block;
}

.div-block-32 {
  overflow: hidden;
  background-color: #fafafa;
  color: #3061db;
}

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

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

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.link-block-4 {
  position: absolute;
  z-index: 99;
  display: block;
  width: 100%;
  height: 65vh;
  background-color: transparent;
}

.block-quote-2 {
  font-size: 20px;
  font-style: italic;
}

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

.btn-copy {
  position: relative;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 29px;
  float: none;
  border: 2px solid #0096ff;
  border-radius: 50px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #0096ff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.btn-copy:hover {
  border-style: solid;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.btn-copy.btn-menu {
  margin-top: 2px;
  margin-bottom: 5px;
  margin-left: 31px;
  padding: 9px 19px;
  border: 2px solid #0096ff;
  background-color: #0096ff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 12px;
}

.btn-copy.btn-menu:hover {
  border-color: #0096ff;
  background-color: transparent;
  color: #0096ff;
}

.btn-copy.btn-menu.btn-menu-sticky {
  border-color: #636c75;
  background-color: #636c75;
}

.btn-copy.btn-menu.btn-menu-sticky:hover {
  background-color: transparent;
  color: #636c75;
}

.btn-copy.btn-color {
  margin-top: 16px;
  background-color: #0096ff;
  color: #fff;
}

.btn-copy.btn-color:hover {
  background-color: transparent;
  color: #0096ff;
}

.btn-copy.btn-block {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-color: #0096ff;
  background-color: #0096ff;
  font-size: 16px;
}

.btn-copy.btn-block:hover {
  background-color: rgba(0, 150, 255, 0);
  color: #0096ff;
}

.btn-copy.btn-border {
  border: 2px solid rgba(29, 40, 54, 0.8);
  background-color: transparent;
  opacity: 0.22;
  color: rgba(29, 40, 54, 0.8);
}

.btn-copy.btn-border:hover {
  border-color: #55d96f;
  background-color: #55d96f;
  opacity: 1;
  color: #fff;
}

.paragraph-7 {
  padding: 5px;
  border: 1px solid #0096ff;
  border-radius: 30px;
  color: #0096ff;
  font-weight: 600;
  text-align: center;
}

.whatneeded {
  position: static;
  display: block;
  height: 52px;
  padding: 20px 16px 100px;
  border: 3px solid rgba(145, 155, 167, 0.16);
  border-radius: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0px;
}

.whatneeded:hover {
  border-color: #8d939e;
}

.whatneeded:focus {
  border-color: #0096ff;
}

.whatneeded.textarea {
  height: auto;
  min-height: 130px;
  padding-top: 15px;
}

.image-2 {
  width: 60px;
  height: 60px;
}

.image-3 {
  width: 60px;
  height: 60px;
}

.image-4 {
  width: 60px;
  height: 60px;
}

html.w-mod-js *[data-ix="animation"] {
  opacity: 0;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

html.w-mod-js *[data-ix="page-load-bar"] {
  display: block;
  opacity: 1;
  width: 0px;
}

html.w-mod-js *[data-ix="page-load"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-buttom"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="fadein-onscroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 35px) scale(1.2, 1.2);
  -ms-transform: translate(0px, 35px) scale(1.2, 1.2);
  transform: translate(0px, 35px) scale(1.2, 1.2);
}

html.w-mod-js *[data-ix="onload-fadein-navigation"] {
  display: block;
  opacity: 0;
  -webkit-transform: translate(0px, -92px);
  -ms-transform: translate(0px, -92px);
  transform: translate(0px, -92px);
}

html.w-mod-js *[data-ix="onload-fadein-feature-image"] {
  display: block;
  opacity: 0;
  -webkit-transform: translate(0px, 86px);
  -ms-transform: translate(0px, 86px);
  transform: translate(0px, 86px);
}

html.w-mod-js *[data-ix="onload-fadein-feature-text"] {
  display: block;
  opacity: 0;
  -webkit-transform: translate(0px, 86px);
  -ms-transform: translate(0px, 86px);
  transform: translate(0px, 86px);
}

html.w-mod-js *[data-ix="new-interaction"] {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 4em;
    line-height: 1.1em;
  }
  .feature-content {
    margin-top: 140px;
  }
  .feature-content-image {
    max-width: 90%;
    margin-top: 80px;
  }
  .btn.btn-menu {
    margin-top: 20px;
    margin-left: 0px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-color: #fff;
    background-color: #fff;
    color: #55d96f;
    font-size: 13px;
  }
  .btn.btn-menu:hover {
    border-color: #fff;
    color: #fff;
  }
  .btn.btn-menu.btn-menu-sticky {
    color: #fff;
  }
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .logo.w--current {
    width: auto;
    height: auto;
  }
  .nav {
    border-color: #000 #000 hsla(0, 0%, 100%, 0.3);
    border-top-style: none;
    border-top-width: 1px;
    border-right-style: none;
    border-right-width: 1px;
    border-left-style: none;
    border-left-width: 1px;
  }
  .nav.nav-container {
    max-width: 100%;
    padding-top: 20px;
    border-style: none;
  }
  .nav-link {
    padding-left: 0px;
    font-size: 30px;
    text-align: center;
  }
  .nav-link:hover {
    color: #f5f7fa;
  }
  .nav-link.w--current {
    color: #fff;
  }
  .nav-link.nav-link-sticky {
    color: #fff;
  }
  .nav-link.nav-link-sticky:hover {
    color: #fff;
  }
  .nav-link.nav-link-sticky.w--current {
    color: #fff;
  }
  .feature-h1 {
    font-size: 3.6em;
    line-height: 1.1em;
  }
  .section {
    overflow: hidden;
  }
  .section.b-b {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section.bg-grey.client-modul {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section.bg-green {
    overflow: visible;
  }
  .nav-sticky {
    display: none;
  }
  .menu-icon {
    margin-right: 0px;
    padding-top: 11px;
    padding-right: 0px;
    padding-bottom: 11px;
  }
  .menu-icon.w--open {
    position: relative;
    z-index: 10;
    background-color: transparent;
  }
  .feature-productdetail {
    padding-right: 40px;
    padding-left: 40px;
  }
  .navi-icon {
    display: none;
    color: #fff;
  }
  .nav-menu {
    position: fixed;
    z-index: 1000;
    width: 100%;
    padding-top: 35%;
    background-color: rgba(85, 217, 111, 0.94);
    text-align: center;
  }
  .project-information {
    padding-right: 20px;
    padding-left: 20px;
  }
  .slider-project-carousel {
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-right: 0px;
  }
  .slider-project-carousel-mask {
    max-width: 600px;
    margin-right: 100px;
    margin-left: 100px;
  }
  .client-logo {
    height: 40px;
  }
  .slider-project-carousel-slide {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .intro-section {
    width: 100%;
  }
  .profile-image.tablet {
    background-position: 86% 50%;
  }
  .wide-wrapper {
    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;
  }
  .menu2-socialicons-wrapper {
    height: 70px;
    margin-right: 0px;
    margin-left: 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-top: 1px solid #f8f8f8;
  }
  .product-name-title-2 {
    text-align: center;
  }
  .menu2-logo-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .menu1 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 999999;
    display: block;
    overflow: visible;
    width: 100%;
    height: 10%;
    padding-right: 0px;
  }
  .social-icon-2 {
    cursor: pointer;
  }
  .signup-content-wrapper {
    padding: 40px;
  }
  .menu1-button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    margin-right: 0px;
    margin-left: 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-top: 1px solid #f8f8f8;
  }
  .signup-account-link {
    direction: ltr;
    line-height: 29px;
    text-align: right;
  }
  .styleguide {
    display: block;
    width: auto;
    margin-top: 0px;
  }
  .menu1-logo-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .big-article {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding-top: 25px;
    padding-bottom: 50px;
    -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;
  }
  .form-submit-wrapper {
    -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;
  }
  .profiles-wrapper {
    display: block;
  }
  .big-article-image-wrapper {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0px;
  }
  .big-article-image-wrapper.extra {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-size: 40%;
  }
  .big-article-content-wrapper {
    height: auto;
    -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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .basic-column {
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
  }
  .nav-menu-3 {
    height: 100vh;
    float: none;
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  }
  .menu-button-3 {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 23px;
    -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;
  }
  .menu-button-3.w--open {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2;
    display: block;
    float: right;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }
  .menu2 {
    width: 100%;
    height: 70px;
    padding-right: 0px;
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  }
  .signup-form {
    height: 550px;
    -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;
  }
  .heading-2 {
    margin-bottom: 20px;
    font-size: 1.9em;
  }
  .big-article-title-wrapper {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  .fullpic-profile {
    padding: 40px 40px 30px;
  }
  .styleguide-content {
    padding-bottom: 10px;
  }
  .paragraph {
    padding-top: 10px;
    padding-right: 25px;
    padding-left: 25px;
    text-align: center;
  }
  .paragraph.simple-is-better {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .number-card-number {
    font-size: 30px;
  }
  .icon {
    background-image: url('../images/menu-2.svg');
    background-position: 0px 0px;
    background-size: contain;
    color: transparent;
    font-size: 1.5em;
  }
  .icon:hover {
    opacity: 0.43;
  }
  .icon:active {
    opacity: 0.86;
  }
  .icon:focus {
    background-image: url('../images/delete.svg');
    background-size: contain;
    background-repeat: no-repeat;
  }
  .nav-link-3 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -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;
  }
  .nav-link-3:hover {
    background-color: #fbfdff;
  }
  .profile-card {
    padding: 40px 40px 30px;
  }
  .number-card {
    padding-top: 12px;
    padding-bottom: 16px;
  }
  .product-card-image.product-card-2 {
    background-image: url('../images/Frame-1-copy-2.svg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/Frame-1-copy-2.svg'), linear-gradient(180deg, transparent, transparent);
    background-position: 50% 50%, 0px 0px;
    background-size: 50%, auto;
  }
  .product-card-image.product-card-1 {
    background-image: url('../images/undraw_select_13cv.svg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/undraw_select_13cv.svg'), linear-gradient(180deg, transparent, transparent);
    background-position: 50% 50%, 0px 0px;
    background-size: 25%, auto;
  }
  .product-card-image.product-card-3 {
    background-image: url('../images/landing.svg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/landing.svg'), linear-gradient(180deg, transparent, transparent);
    background-position: 50% 50%, 0px 0px;
    background-size: 25%, auto;
  }
  .left-column-box-3.mobile {
    display: block;
  }
  .skills-section.tablet {
    padding-right: 3%;
    padding-left: 3%;
  }
  .tophtmlembed {
    width: 100%;
  }
  .section-copy {
    overflow: hidden;
  }
  .section-copy.b-b {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-copy.bg-grey.client-modul {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-copy.bg-green {
    overflow: visible;
  }
  .section-copy.b-b-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .paragraphabout {
    margin-right: 0px;
    margin-left: 0px;
  }
  .aboutbtn.btn-menu {
    margin-top: 20px;
    margin-left: 0px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-color: #fff;
    background-color: #fff;
    color: #55d96f;
    font-size: 13px;
  }
  .aboutbtn.btn-menu:hover {
    border-color: #fff;
    color: #fff;
  }
  .aboutbtn.btn-menu.btn-menu-sticky {
    color: #fff;
  }
  .block-quote-2 {
    overflow: hidden;
    font-size: 20px;
  }
  .btn-copy.btn-menu {
    margin-top: 20px;
    margin-left: 0px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-color: #fff;
    background-color: #fff;
    color: #55d96f;
    font-size: 13px;
  }
  .btn-copy.btn-menu:hover {
    border-color: #fff;
    color: #fff;
  }
  .btn-copy.btn-menu.btn-menu-sticky {
    color: #fff;
  }
  .image-2 {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3em;
  }
  blockquote {
    font-size: 24px;
    line-height: 32px;
  }
  .btn.btn-menu {
    color: #0096ff;
  }
  .container {
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
  }
  .logo {
    width: 38px;
    height: 38px;
    padding-left: 0px;
  }
  .logo.w--current {
    width: auto;
    height: auto;
  }
  .logo.logo-sticky.w--current {
    height: auto;
  }
  .nav {
    height: 60px;
    border-top: 1px none #000;
    border-right: 1px none #000;
    border-left: 1px none #000;
  }
  .nav.nav-container {
    padding-top: 6px;
  }
  .feature-h1 {
    font-size: 3em;
  }
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section.b-b {
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section.bg-grey.slider-prject-carousel-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section.bg-green {
    max-width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section.teaser-block {
    padding-right: 40px;
    padding-left: 40px;
  }
  .nav-sticky {
    display: none;
    height: 60px;
  }
  .panel {
    margin: 30px 50px;
    padding-right: 50px;
    padding-left: 50px;
  }
  .newsletter-widget-h2 {
    padding-top: 0px;
    text-align: center;
  }
  .feature-productdetail {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .offset_left_projects {
    margin-left: 0%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .nav-menu {
    background-color: rgba(0, 150, 255, 0.9);
  }
  .offset_right_projects {
    margin-top: 0px;
    margin-right: 0%;
    float: right;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .slider-testimonials {
    overflow: visible;
  }
  .slider-testimonials-mask {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
  }
  .info-block-h1 {
    font-size: 2.6em;
  }
  .newsletter-widget-p {
    text-align: center;
  }
  .project-information {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .row.text-center {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer {
    max-width: 100%;
  }
  .tabs-menu-link {
    display: block;
    max-width: 200px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    padding: 10px 20px;
    border: 2px solid #d4dae0;
    border-radius: 30px;
    text-align: center;
  }
  .tabs-menu-link.tabs-menu-link-first.w--current {
    border-color: #55d96f;
  }
  .client-logo {
    height: 30px;
  }
  .slider-project-carousel-slide {
    padding-right: 10px;
    padding-left: 10px;
  }
  .intro-features {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 30px;
    clear: none;
    text-align: center;
  }
  .intro-section {
    max-width: 100%;
    background-color: transparent;
  }
  .intro-text {
    padding-right: 10px;
    padding-bottom: 30px;
    padding-left: 10px;
  }
  .profile-image {
    height: 640px;
    margin-top: 25px;
  }
  .profile-image.tablet {
    height: 500px;
  }
  .signup-content-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .section-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 50px;
    padding-bottom: 50px;
    -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;
  }
  .big-article {
    margin-top: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .big-article-image-wrapper.extra {
    background-size: 50%;
  }
  .tagline.tagline-promo-40._400 {
    font-size: 14px;
  }
  .signup-image-wrapper {
    height: 300px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0px;
  }
  .menu-button-3 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .signup-form {
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .heading-2 {
    font-size: 2.5em;
  }
  .article {
    display: block;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .paragraph {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 1em;
  }
  .icon {
    color: transparent;
  }
  .profile-card {
    padding: 30px 40px;
  }
  .product-card-image.product-card-2 {
    background-image: url('../images/Frame-1-copy.svg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/Frame-1-copy.svg'), linear-gradient(180deg, transparent, transparent);
    background-position: 50% 50%, 0px 0px;
    background-size: 90%, auto;
  }
  .product-card-image.product-card-1 {
    background-image: url('../images/undraw_select_13cv.svg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/undraw_select_13cv.svg'), linear-gradient(180deg, transparent, transparent);
    background-position: 50% 50%, 0px 0px;
    background-size: 40%, auto;
  }
  .product-card-image.product-card-3 {
    background-image: url('../images/landing.svg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/landing.svg'), linear-gradient(180deg, transparent, transparent);
    background-position: 50% 50%, 0px 0px;
    background-size: 40%, auto;
  }
  .left-column-box-3.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ececec;
  }
  .left-column-box-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .icon-circle {
    display: block;
    margin-right: 0px;
    float: none;
  }
  .left-column-box-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .right-column-text.mobile {
    padding-top: 12px;
  }
  .heading-3 {
    text-align: center;
  }
  .block-right-hero {
    width: 100%;
  }
  .header-08 {
    padding-top: 167px;
    padding-right: 3%;
    padding-left: 3%;
  }
  .hero_img {
    width: 100%;
  }
  .n06_link_wrap {
    display: none;
  }
  .container-h3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block-left-hero {
    width: 100%;
  }
  .n06_container {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .column-2 {
    padding-bottom: 32px;
  }
  .section-copy {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-copy.b-b {
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-copy.bg-grey.slider-prject-carousel-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section-copy.bg-green {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-copy.teaser-block {
    padding-right: 40px;
    padding-left: 40px;
  }
  .section-copy.b-b-copy {
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .column-3 {
    margin-bottom: 40px;
  }
  .column-4 {
    margin-bottom: 40px;
  }
  .heading-5 {
    font-size: 2.5em;
    line-height: 1.2em;
  }
  .aboutbtn.btn-menu {
    color: #0096ff;
  }
  .heading-7 {
    text-align: center;
  }
  .paragraph-2 {
    text-align: center;
  }
  .paragraph-3 {
    text-align: center;
  }
  .heading-8 {
    text-align: center;
  }
  .paragraph-4 {
    text-align: center;
  }
  .column-5 {
    margin-bottom: 31px;
  }
  .block-quote-2 {
    overflow: hidden;
    width: 100%;
    font-size: 18px;
    line-height: 25px;
  }
  .btn-copy.btn-menu {
    color: #0096ff;
  }
  .slide {
    width: 100%;
  }
  .image-2 {
    width: 50px;
    height: 50px;
  }
  .image-3 {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 28px;
    line-height: 30px;
  }
  h2 {
    font-size: 25px;
    line-height: 28px;
  }
  h3 {
    font-size: 22px;
    line-height: 25px;
  }
  blockquote {
    font-size: 16px;
    line-height: 26px;
  }
  .feature {
    overflow: visible;
    max-width: 100%;
  }
  .feature-content {
    overflow: hidden;
    margin-top: 208px;
  }
  .feature-content-image {
    margin-top: 70px;
  }
  .btn {
    padding: 10px 15px;
    font-size: 12px;
  }
  .btn.btn-menu {
    border-color: #55585f;
    background-color: #55585f;
    color: #fff;
  }
  .btn.btn-block {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }
  .muted {
    font-size: 18px;
  }
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .logo {
    width: auto;
    padding-left: 0px;
    background-image: none;
  }
  .logo.w--current {
    width: auto;
    height: auto;
  }
  .logo.logo-sticky {
    overflow: hidden;
  }
  .logo.logo-sticky.w--current {
    display: block;
    height: auto;
  }
  .nav {
    overflow: visible;
    height: 60px;
    border-top: 1px none #000;
    border-right: 1px none #000;
  }
  .nav.nav-container {
    overflow: visible;
    height: 100%;
    max-width: 100%;
    margin-bottom: 0px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-bottom: 1px none #000;
  }
  .nav.nav-bright {
    padding-bottom: 6px;
  }
  .nav-link {
    padding-right: 0px;
    padding-left: 0px;
    opacity: 1;
  }
  .nav-link.w--current {
    color: #fff;
  }
  .nav-link.trans:hover {
    color: #000;
  }
  .feature-h1 {
    font-size: 2.2em;
    line-height: 2.5em;
  }
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section.b-b {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section.bg-grey.client-modul {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section.bg-green {
    overflow: hidden;
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .nav-sticky {
    display: none;
    overflow: visible;
    max-width: 100%;
  }
  .panel {
    margin-right: 10px;
    margin-left: 10px;
    padding: 20px 30px;
  }
  .icon-list {
    margin-bottom: 20px;
    padding: 20px;
  }
  .newsletter-widget-h2 {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 24px;
    line-height: 29px;
  }
  .menu-icon {
    overflow: hidden;
    margin-right: 0px;
    padding-right: 0px;
  }
  .menu-icon.w--open {
    background-color: transparent;
  }
  .nav-menu {
    overflow: visible;
    width: 100%;
    background-color: rgba(0, 150, 250, 0.98);
  }
  .slider-testimonials {
    margin-top: 0px;
    margin-bottom: 62px;
    padding-top: 10px;
    font-size: 14px;
  }
  .slider-testimonials-user {
    color: rgba(117, 126, 143, 0.9);
  }
  .slider-testimonials-arrow {
    margin-right: 25px;
    margin-left: 25px;
    font-size: 30px;
  }
  .slider-testimonials-mask {
    height: auto;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
  }
  .info-block-h1 {
    font-size: 2.3em;
  }
  .info-block-p {
    font-size: 16px;
    line-height: 24px;
  }
  .newsletter-widget-p {
    font-size: 15px;
  }
  .slider-project-carousel-mask {
    margin-right: 40px;
    margin-left: 40px;
  }
  .slider-project-carousel-arrow {
    display: none;
  }
  .page-title {
    max-width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .footer {
    max-width: 100%;
    padding: 20px 10px;
  }
  .page-title-p {
    font-size: 15px;
    line-height: 18px;
  }
  .client-logo {
    padding-top: 0px;
  }
  .intro-features {
    display: block;
    padding-left: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .intro-feature-3 {
    width: 36%;
  }
  .intro-section {
    overflow: hidden;
  }
  .intro-feature-2 {
    width: 36%;
  }
  .intro-text {
    overflow: hidden;
  }
  .container-2 {
    overflow: hidden;
  }
  .intro-row {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
  }
  .intro-feature-1 {
    width: 25%;
  }
  .profile-image.tablet {
    background-image: url('../images/andrewnobgcompressed.png');
  }
  .article-cover.article-content-2 {
    background-image: none;
  }
  .product-card {
    display: block;
    width: 100%;
  }
  .alert-content {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 0px;
    -ms-flex-preferred-size: 0px;
    flex-basis: 0px;
  }
  .menu1 {
    height: 10%;
  }
  .signup-content-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }
  .section-2 {
    overflow: hidden;
    padding-right: 0px;
    padding-left: 0px;
  }
  .signup-account-link {
    margin-top: 20px;
    text-align: center;
  }
  .styleguide {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
  }
  .menu1-logo-wrapper {
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .moreheading {
    max-width: 100%;
  }
  .alert-close-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 16px;
    margin-top: 0px;
    padding-top: 3px;
    padding-bottom: 5px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .profile-card-big {
    padding: 30px;
  }
  .big-article-image-wrapper.extra {
    display: block;
    height: 200px;
    margin-bottom: 20px;
    padding-bottom: 0px;
    background-image: url('../images/line_chart.svg');
    background-position: 50% 50%;
    background-size: 50%;
    background-repeat: no-repeat;
  }
  .tagline.tagline-promo-40._400 {
    top: 46px;
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 0.25px;
  }
  .big-article-content-wrapper {
    padding: 0px 20px 25px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .basic-column {
    display: inline-block;
  }
  .signup-image-wrapper {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.8)), to(rgba(51, 51, 51, 0.8))), url('../images/8px_18px.png');
    background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.8), rgba(51, 51, 51, 0.8)), url('../images/8px_18px.png');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, 4px;
  }
  .menu-button-3 {
    display: block;
    height: 75px;
  }
  .text-field-2 {
    font-size: 16px;
    line-height: 24px;
  }
  .close-alert {
    margin-top: 0px;
  }
  .heading-2 {
    font-size: 1.5em;
  }
  .mark {
    height: 0.95em;
  }
  .fullpic-profile {
    padding: 30px 30px 20px;
  }
  .styleguide-content {
    overflow: hidden;
    max-width: 100%;
    margin-top: 0px;
  }
  .paragraph {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    font-size: 1em;
  }
  .paragraph.simple-is-better {
    padding-right: 0px;
    text-align: center;
  }
  .button-2.default-button.default-button-with-line {
    display: block;
    margin-top: 0px;
  }
  .button-2.profile-contact-big-button {
    display: block;
    margin-right: 0px;
  }
  .icon {
    margin-top: -10px;
    padding: 10px;
    background-image: url('../images/menu-2.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.8;
    color: transparent;
    font-size: 1em;
  }
  .icon:active {
    background-image: url('../images/menu-2.svg');
    background-size: contain;
    opacity: 0.98;
  }
  .icon:focus {
    opacity: 0.44;
    font-size: 0.5em;
  }
  .alert {
    height: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .signup-headline {
    top: -48px;
  }
  .profile-card {
    padding-right: 30px;
    padding-left: 30px;
  }
  .actions-wrapper {
    display: block;
    width: 100%;
    text-align: center;
  }
  .product-card-image.product-card-2 {
    height: 200px;
    background-image: url('../images/Frame-1-copy.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(197, 208, 222, 0.09)), to(rgba(197, 208, 222, 0.09)));
    background-image: url('../images/Frame-1-copy.svg'), linear-gradient(180deg, rgba(197, 208, 222, 0.09), rgba(197, 208, 222, 0.09));
    background-position: 50% 50%, 0px 0px;
    background-size: 100%, auto;
  }
  .product-card-image.product-card-1 {
    height: 200px;
    background-image: url('../images/undraw_select_13cv.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(197, 208, 222, 0.09)), to(rgba(197, 208, 222, 0.09)));
    background-image: url('../images/undraw_select_13cv.svg'), linear-gradient(180deg, rgba(197, 208, 222, 0.09), rgba(197, 208, 222, 0.09));
    background-position: 50% 50%, 0px 0px;
    background-size: 40%, auto;
  }
  .product-card-image.product-card-3 {
    height: 200px;
    background-image: url('../images/landing.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(197, 208, 222, 0.09)), to(rgba(197, 208, 222, 0.09)));
    background-image: url('../images/landing.svg'), linear-gradient(180deg, rgba(197, 208, 222, 0.09), rgba(197, 208, 222, 0.09));
    background-position: 50% 50%, 0px 0px;
    background-size: 40%, auto;
    background-repeat: no-repeat, repeat;
  }
  .skills-section.tablet {
    overflow: hidden;
  }
  .icon-circle {
    display: block;
  }
  .right-column-bar {
    margin-left: 0px;
  }
  .n06_top_wrap {
    display: none;
  }
  .header-08 {
    overflow: hidden;
    padding-bottom: 45px;
  }
  .section-copy {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-copy.b-b {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-copy.bg-grey.client-modul {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-copy.bg-green {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section-copy.b-b-copy {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-3 {
    overflow: hidden;
    width: 90%;
  }
  .columnsright {
    width: 100%;
  }
  .aboutbtn {
    padding: 10px 15px;
    font-size: 12px;
  }
  .aboutbtn.btn-menu {
    border-color: #55585f;
    background-color: #55585f;
    color: #fff;
  }
  .aboutbtn.btn-block {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }
  .block-quote {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
  }
  .div-block-32 {
    width: 100%;
    height: auto;
  }
  .block-quote-2 {
    font-size: 15px;
  }
  .container-3 {
    overflow: hidden;
  }
  .btn-copy {
    padding: 10px 15px;
    font-size: 12px;
  }
  .btn-copy.btn-menu {
    border-color: #55585f;
    background-color: #55585f;
    color: #fff;
  }
  .btn-copy.btn-block {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }
  .body {
    overflow: visible;
  }
  .body-2 {
    overflow: visible;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .column-7 {
    overflow: hidden;
  }
  .image-2 {
    width: 50px;
    height: 50px;
  }
  .image-3 {
    width: 50px;
    height: 50px;
  }
  .body-3 {
    -o-object-fit: fill;
    object-fit: fill;
  }
}

