body {
  font-family: Muli, sans-serif;
  font-family: Lato, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  
  color: #4b4b4a;
  font-size: 17.5px;
  line-height: 27px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Lato, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #000;
  font-size: 36px;
  line-height: 52px;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Lato, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 44px;
  font-weight: 400;
}

h3 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Lato, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 39px;
  font-weight: 400;
}

h4 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Lato, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 36px;
  font-weight: 400;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Muli, sans-serif;
  font-family:  Lato, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

  color: #000;
  font-size: 18px;
  line-height: 37px;
  font-weight: 700;
}

h6 {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 9.75px;
  line-height: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

p {
  margin-bottom: 0px;
  padding-bottom: 10px;
  font-family: Muli, sans-serif;
  font-family:  Lato, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

  color: #000;
  font-size: 17.5px;
  line-height: 28px;
  font-weight: 300;
}

a {
  padding-bottom: 3px;
  color: #3C4448;
  font-size: 17.5px;
  line-height: 28px;
  cursor: pointer;
}

ol {
  margin-top: 5px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 10px;
  color: #000;
}

img {
  display: inline-block;
  max-width: 100%;
}

blockquote {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 6px 20px 10px;
  border-left: 1px none #000;
  background-image: url('../images/Quote_1Quote.png');
  background-position: 0px 0px;
  background-size: 38px;
  background-repeat: no-repeat;
  font-family: Lato, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #000;
  font-size: 27px;
  line-height: 44px;
  font-style: italic;
}

figcaption {
  margin-top: 5px;
  font-size: 14px;
  text-align: center;
}


.g-recaptcha{
  margin-bottom: 30px;
}
.block-quote-smaller{
  font-size: small;
}

.add-flex-gap{
  gap: 10px;
}

.w-slider-nav {
  position: relative;
  bottom: auto;
}

.content-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
}

.content-section.gray {
  overflow: hidden;
  background-color: #eff5f7;
  
}

.content-section.intro-features {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #e3e9eb;
  /* background-color: #fff; */
}

.content-section.small-and-gray {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #eff5f7;
}

.content-section.small {
  padding-top: 90px;
  padding-bottom: 80px;
}

.content-section.contact-us {
  position: relative;
  background-color: #f6f7f6;
  background-image: url('../images/Cards-2.png');
  background-image: url('../images/collage-cards.jpg');

  

  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.content-section.medium {
  padding-top: 90px;
  padding-bottom: 90px;
}

.content-section.inner-pages {
  overflow: visible;
  padding-top: 90px;
  padding-bottom: 90px;
}

.content-section.works {
  padding-top: 90px;
  padding-bottom: 0px;
}

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

.content-section.less-top-padding {
  padding-top: 30px;
}

.content-wrapper {
  position: relative;
  display: block;
  max-width: 1270px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.content-wrapper.narrow {
  padding-right: 140px;
  padding-left: 140px;
}

.content-wrapper.full-height {
  height: 100%;
}

.content-wrapper.dd {
  height: 750px;
}

.utility-box {
  margin-bottom: 60px;
}

.mini-title {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #3C4448;
  font-size: 11px;
  line-height: 17px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.mini-title.bottom-border {
  margin-bottom: 15px;
}

.mini-title.dark {
  display: inline-block;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccd3d5;
  background-color: transparent;
  color: #4b4b4a;
}

.unordered-list {
  margin-top: 10px;
}

.rich-text-block {
  text-align: justify;
}

.rich-text-block img {
  margin-top: 20px;
  margin-bottom: 20px;
}

.rich-text-block figcaption {
  margin-top: -10px;
  margin-bottom: 20px;
}

.menu-button {
  z-index: 15;
  height: 70px;
  padding-top: 30px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.menu-button.w--open {
  background-color: #fff;
}

.line-1 {
  width: 24px;
  height: 2px;
  margin-bottom: 4px;
  background-color: #161616;
  color: #000;
}

.line-2 {
  width: 24px;
  height: 2px;
  margin-bottom: 4px;
  background-color: #161616;
  color: #000;
}

.line-3 {
  width: 24px;
  height: 2px;
  -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: #161616;
  color: #000;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 20;
  height: auto;
  background-color: hsla(0, 0%, 100%, 0.95);
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease, -webkit-transform 200ms ease;
  cursor: pointer;
}

.brand:hover {
  opacity: 0.85;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.nav-menu {
  position: fixed;
  z-index: 1000;
  overflow: auto;
  width: auto;
  height: 100vh;
  min-width: 350px;
  padding-top: 120px;
  padding-bottom: 70px;
  padding-left: 70px;
  background-color: #fff;
  text-align: left;
}

.hero-section {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 750px;
  min-height: 700px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; */
}

.hero-section.inner-pages {
  height: auto;
  min-height: 460px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.18)), to(rgba(0, 0, 0, 0.18))), url('../images/breather-187923.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18)), url('../images/breather-187923.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-section.work {
  background-image: url('../images/breather-187923_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.large {
  color: #fff;
  font-size: 45px;
  line-height: 63px;
  font-weight: 700;
}

.hero-subtitle {
  font-family: Montserrat, sans-serif;
  /* color: #fff; */
  color: #515657;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero-subtitle.large {
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
  font-weight: 500;
  font-weight: 600;
  /* background-color: black; */
  max-width: 800px;
  /* border-radius: 5px; */
  margin: 0 auto 5px;
}

.hero-text-box {
  position: relative;
  z-index: 100;
  /* padding-right: 25px; */
  /* padding-left: 25px; */
  text-align: center;
}

.hero-text-box.top-border {
  margin-top: 80px;
}

.hero-text-box.left {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-bottom: 80px;
  margin-left: 50px;
  text-align: left;
}

.hero-text-box.on-slider {
  margin-top: 290px;
}

.hero-text-box.less-top-border {
  margin-top: 70px;
}

.intro-text-box {
  display: block;
  max-width: 660px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.intro-text {
  color: #515657;
  font-size: 37px;
  line-height: 60px;
}

.intro-box {
  width: 30%;
  padding: 45px 45px 40px;
  background-color: #fff;
  /* background-color: #e3e9eb; */
}

.flex-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-wrapper.space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-wrapper.pricing {
  border-bottom: 1px solid #d7d7d9;
}

.flex-wrapper.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-wrapper.less-bottom-border {
  margin-bottom: 20px;
}

.intro-feature-icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #ccd3d5;
  border-radius: 50%;
}

.intro-feature-icon._1 {
  background-image: url('../images/Loop_1Loop.png');
  background-position: 50% 50%;
  background-size: 39px;
  background-repeat: no-repeat;
}

.intro-feature-icon._2 {
  background-image: url('../images/Cience_1Cience.png');
  background-position: 50% 50%;
  background-size: 29px;
  background-repeat: no-repeat;
}

.intro-feature-icon._3 {
  background-image: url('../images/Diamond_2Diamond.png');
  background-position: 50% 50%;
  background-size: 34px;
  background-repeat: no-repeat;
}

.text-link {
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #d1d2d3;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
}

.header-box {
  margin-right: 27%;
  margin-bottom: 20px;
  margin-left: 27%;
}

.header-box.center {
  text-align: center;
}

.wide-column {
  position: relative;
  overflow: hidden;
  width: 60%;
  background-image: url('../images/breather-187923.jpg');
  background-image: url('../images/entrepreneur-4784289_960_720.webp');
  background-position: 50% 50%;
  background-position: 25% 25%;
  background-size: cover;
  background-repeat: no-repeat;
}

.wide-text-column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -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;
}

.wide-column-text-box {
  position: relative;
  z-index: 10;
  width: 130%;
  max-width: 610px;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: -40%;
  padding: 20px 30px 30px;
  background-color: #fff;
}

.wide-column-text-box.left {
  margin-right: -40%;
  margin-left: 0px;
}

.mini-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mini-section-box {
  width: 30%;
  text-align: center;
}

.mini-section-icon {
  margin-bottom: 8px;
}

.mini-section-box-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  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;
}

.line-with-dots {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #d1d2d3;
}

.left-dot {
  position: absolute;
  top: -1px;
  width: 3px;
  height: 3px;
  background-color: #d1d2d3;
}

.right-dot {
  position: absolute;
  top: -1px;
  right: 0px;
  width: 3px;
  height: 3px;
  background-color: #d1d2d3;
}

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

.button {
  height: 50px;
  min-width: 170px;
  margin-top: 15px;
  padding-top: 18px;
  border-style: solid;
  border-width: 1px;
  border-color: #515657;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #515657;
  font-size: 10px;
  line-height: 11px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  /* margin:0 auto;
  align-items: center;
  text-align: center; */
}

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

.button.no-top-border {
  margin-top: 0px;
}

.text-box {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 75%;
  margin-top: -150px;
  padding: 10px 30px;
  background-color: #fff;
  text-align: left;
}

.text-box._2 {
  width: 80%;
  margin-top: -100px;
  text-align: center;
}

.text-box._3 {
  width: 80%;
  margin-top: -90px;
}

.text-box._6 {
  width: 100%;
  max-width: 580px;
  margin-top: 90px;
  padding: 85px 80px 80px;
}

.text-box.latest-posts {
  display: block;
  width: 85%;
  height: auto;
  min-height: 150px;
  margin-top: -120px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
}

.text-box._9 {
  width: 100%;
  margin-top: 0px;
  padding: 35px;
}

.text-box._7 {
  width: 100%;
  max-width: 580px;
  margin-top: 0px;
  padding: 85px 80px 80px;
}

.text-box._8 {
  width: 85%;
  margin-top: -70px;
  padding: 35px 40px;
}

.text-box._5 {
  width: 100%;
  margin-top: 0px;
  padding-left: 70px;
}

.text-box._10 {
  width: 85%;
  margin-top: -90px;
}

.text-box._11 {
  width: 85%;
  max-width: 590px;
  margin-top: 0px;
  padding: 85px 80px 80px;
}

.text-box._12 {
  width: 80%;
  margin-top: 0px;
  padding: 85px 80px 80px;
}

.text-box._13 {
  width: 65%;
  margin-top: -40px;
}

.text-box._4 {
  width: 80%;
  margin-top: -90px;
}

.text-box._14 {
  margin-top: 0px;
}

.feature-column {
  overflow: hidden;
  width: 33%;
  margin-right: 1px;
  margin-left: -1px;
  padding: 55px 65px 50px;
  padding: 55px 45px 50px;
  text-align: center;
}

.feature-column._2 {
  border-right: 1px solid #ccd3d5;
  border-bottom: 1px solid #ccd3d5;
}

.feature-column._3 {
  border-bottom: 1px solid #ccd3d5;
}

.feature-column._4 {
  border-right: 1px solid #ccd3d5;
}

.feature-column._5 {
  border-right: 1px solid #ccd3d5;
}

.feature-column._1 {
  border-right: 1px solid #ccd3d5;
  border-bottom: 1px solid #ccd3d5;
}

.feature-icon {
  margin-bottom: 20px;
}

.empty-state {
  display: none;
  margin-bottom: 20px;
  background-color: transparent;
}

.team-member {
  width: 47.5%;
  text-align: center;
}

.team-member.bottom-border {
  margin-bottom: 90px;
}

.team-member-image {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.heading-link {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-decoration: none;
  cursor: pointer;
}

.heading-link:hover {
  opacity: 0.85;
}

.bottom-section {
  padding-bottom: 30px;
  background-color: #eff5f7;
  background-image: url('../images/White-space.jpg');
  background-position: 50% 0px;
  background-size: 20px;
  background-repeat: repeat-x;
}

.double-color-section {
  padding-top: 40px;
}

.double-color-section.inner-pages {
  padding-top: 90px;
}

.see-all {
  margin-top: 45px;
  float: right;
  border-bottom: 1px solid #a3a5a7;
  font-family: Lato, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 12px;
  line-height: 17px;
  font-style: italic;
  text-decoration: none;
}

.see-all.left-border {
  margin-top: 0px;
  margin-right: 2.15%;
}

.see-all.no-top-border {
  margin-top: 0px;
}

.video-split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hide {
  display: none;
}

.video-lightbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  height: 85px;
  margin-right: 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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(76, 76, 75, 0.4)), to(rgba(76, 76, 75, 0.4))), url('../images/Pic-2.jpg');
  background-image: linear-gradient(180deg, rgba(76, 76, 75, 0.4), rgba(76, 76, 75, 0.4)), url('../images/Pic-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

._25-percent-column {
  width: 35%;
  margin-right: 5%;
  text-align: right;
}

.intro-sample {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 355px;

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

}

.work-text{
  width: 45%;
  background-color: white;
  border-radius: 5px;
  padding: 50px;
}

.split-text-color{
  background-color: #e3e9eb;
}

.work-sample {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  height: 355px;
  margin-right: 2%;
  margin-top: 52px;
  margin-bottom: 52px;
  margin-left: 2%;
  -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;

}

.work-hover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 100.3%;
  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-color: hsla(0, 0%, 100%, 0.99);
}

.work-hover-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #d1d2d3;
  text-align: center;
}

.mini-title-link {
  display: block;
  margin-bottom: 10px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Montserrat, sans-serif;
  font-size: 9.75px;
  line-height: 10px;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.mini-title-link:hover {
  opacity: 0.85;
}

.mini-title-link.bottom-border {
  margin-bottom: 15px;
}

.mini-title-link.less-bottom-border {
  margin-bottom: 5px;
}

.dot-1 {
  position: absolute;
  left: -2px;
  top: -2px;
  width: 3px;
  height: 3px;
  background-color: #d1d2d3;
}

.dot-2 {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 3px;
  height: 3px;
  background-color: #d1d2d3;
}

.dot-3 {
  position: absolute;
  left: -2px;
  bottom: -2px;
  width: 3px;
  height: 3px;
  background-color: #d1d2d3;
}

.dot-4 {
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 3px;
  height: 3px;
  background-color: #d1d2d3;
}

.slider {
  height: 100%;
  background-color: transparent;
}

.slide-arrow {
  opacity: 0.7;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #d3d4d5;
}

.slide-arrow:hover {
  opacity: 1;
}

.testimonial-text-box {
  display: block;
  margin-right: 12%;
  margin-left: 12%;
  padding-right: 40px;
  padding-left: 40px;
  text-align: center;
}

.title {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #3C4448;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.testimonial {
  color: #3C4448;
  font-size: 30px;
  line-height: 52px;
  font-style: italic;
}

.testimonial-author {
  display: inline-block;
  width: auto;
  margin: 25px auto 40px;
  padding-top: 12px;
  border-top: 1px solid #d1d2d3;
}

.pricing-icon-box {
  margin-bottom: 30px;
  text-align: center;
}

.pricing-icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #ccd3d5;
  border-radius: 50%;
}

.pricing-icon._1 {
  background-image: url('../images/Browser_1Browser.png');
  background-position: 50% 50%;
  background-size: 34px;
  background-repeat: no-repeat;
}

.pricing-icon._2 {
  background-image: url('../images/Paint_1Paint.png');
  background-position: 50% 50%;
  background-size: 31px;
  background-repeat: no-repeat;
}

.pricing-icon._3 {
  background-image: url('../images/Phone_1Phone.png');
  background-position: 50% 50%;
  background-size: 21px;
  background-repeat: no-repeat;
}

.price-text {
  color: #58595B;
  font-size: 20px;
}

.pricing-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 20px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-top: 1px solid #ccd3d5;
}

.checkmark-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  min-width: 45px;
  padding-top: 8px;
  -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;
}

.pricing-details {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pricing-column {
  width: 33.333%;
  padding: 55px 4% 50px;
}

.pricing-column._1 {
  border-right: 1px solid #ccd3d5;
}

.pricing-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 52px;
  -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-right: 2px solid #ccd3d5;
  background-color: #ccd3d5;
  -webkit-transition: background-color 200ms ease, border 200ms ease;
  transition: background-color 200ms ease, border 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #3C4448;
  font-size: 10px;
  line-height: 11px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.pricing-button:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #ccd3d5;
  background-color: transparent;
}

.faq-container.bottom-border {
  margin-bottom: 70px;
  padding-top: 20px;
}

.faq-item {
  position: relative;
  padding: 45px 30px 40px;
  border-top: 1px solid #ccd3d5;
  background-color: #fff;
}

.faq-item.last {
  border-bottom: 1px solid #ccd3d5;
}

.faq-item.top-margin {
  margin-top: 20px;
}

.question {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.plus-box {
  position: relative;
  width: 18px;
  height: 18px;
  margin-top: 15px;
  margin-left: 15px;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.vertical-line {
  position: absolute;
  left: 8px;
  top: -8px;
  display: block;
  width: 2px;
  height: 18px;
  margin-right: auto;
  margin-left: auto;
  background-color: #d1d2d3;
}

.horizontal-line {
  width: 18px;
  height: 2px;
  background-color: #d1d2d3;
}

.hidden-item-1 {
  overflow: hidden;
}

.post-preview {
  width: 47.5%;
  text-align: center;
}

.footer {
  padding-top: 5%;
  padding-bottom: 20px;
}

.hidden-item-2 {
  overflow: hidden;
}

.cta-section {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #161616;
}

.cta-header {
  color: #fff;
  font-size: 26px;
  line-height: 45px;
}

.white {
  color: #fff;
}

.cta-newsletter-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 610px;
  margin-top: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text-field {
  width: 32%;
  height: 50px;
}

.text-field:hover {
  border: 1px solid #168bf4;
}

.text-field:focus {
  border: 1px solid #168bf4;
}

.text-field.name {
  margin-right: 2%;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.text-field.email {
  margin-right: 2%;
}

.text-field.password {
  width: 100%;
}

.submit-button {
  width: 32%;
  height: 50px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #494949;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.submit-button:hover {
  background-color: #383737;
}

.submit-button.password {
  width: 100%;
  background-color: #161616;
}

.success-message {
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
}

.success-message.contact-form {
  color: #000;
}

.error-message {
  font-size: 14px;
  line-height: 25px;
}

.divider-line {
  width: 90px;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #d1d2d3;
}

.contact-details-big {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lato, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #58595B;
  font-size: 25px;
  line-height: 48px;
}

.footer-logo-column {
  width: 15%;
  padding-top: 50px;
}

.footer-column {
  width: 26%;
  padding-top: 35px;
  padding-bottom: 30px;
  border-right: 1px solid #ccd3d5;
}

.footer-column._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.footer-column._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
}

.footer-column._3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right-style: none;
}

.logo-link {
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease, -webkit-transform 200ms ease;
}

.logo-link:hover {
  opacity: 0.85;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.logo-link.w--current {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.logo-link.w--current:hover {
  opacity: 0.85;
}

.notice-text {
  display: inline;
  margin-bottom: 10px;
  color: #3C4448;
  font-size: 14px;
  line-height: 35px;
}

.notice-text.small {
  color: #000;
  font-size: 12.5px;
  line-height: 20px;
}

.footer-notice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 90px;
  -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;
}

.post-hero {
  position: relative;
  overflow: hidden;
  min-height: 740px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.intro-section {
  padding-bottom: 140px;
}

.poster-header {
  min-height: 200px;
  margin-top: -130px;
  background-color: #fff;
  text-align: center;
}

.post-header-text {
  margin-bottom: 45px;
  padding-top: 60px;
  padding-right: 9%;
  padding-left: 9%;
}

.by {
  display: inline-block;
  margin-right: 4px;
}

.post-summary {
  margin-top: 15px;
}

.author-of-post {
  margin-top: 10px;
}

.final-dots {
  text-align: center;
}

.medium {
  color: #fff;
  font-size: 50px;
}

._65-percent-column {
  width: 65%;
  padding-right: 6%;
  border-right: 1px solid #ccd3d5;
}

._35-percent-column {
  width: 35%;
  padding-left: 4%;
}

.side-menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.post-details-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.top-border {
  margin-top: 10px;
}

.side-menu-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid #ccd3d5;
}

.side-menu-block.first {
  padding-top: 0px;
  padding-bottom: 15px;
  border-top-style: none;
}

.side-menu-block.no-padding {
  padding-right: 0px;
  padding-left: 0px;
  border-bottom-style: none;
}

.side-menu-block.less-bottom-padding {
  padding-bottom: 0px;
}

.side-menu-link {
  display: block;
  margin-bottom: 15px;
  color: #3C4448;
  text-decoration: none;
  cursor: pointer;
}

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

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

.authors-pic {
  width: 55px;
  height: 55px;
  margin-right: 20px;
  margin-bottom: 5px;
  border: 3px solid #e2e2e2;
  border-radius: 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

.authors-pic.big {
  width: 70px;
  height: 70px;
}

.left-border {
  margin-left: 25px;
}

.small {
  color: #fff;
}

.first-post {
  margin-bottom: 80px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ccd3d5;
}

.heading-2.small {
  color: #000;
  font-size: 26px;
  line-height: 44px;
}

.heading-2.hero {
  color: #fff;
  font-size: 52px;
  line-height: 55px;
  font-style: italic;
}

.heading-2.cta {
  margin-bottom: 5px;
  color: #fff;
}

.heading-3.small {
  color: #000;
  font-size: 22px;
  line-height: 35px;
}

.heading-3.medium {
  margin-bottom: 5px;
  color: #000;
  font-size: 26px;
  line-height: 38px;
  font-style: italic;
}

.heading-4.small {
  color: #000;
  font-size: 18px;
  line-height: 30px;
}

.heading-4.less-bottom-border {
  margin-bottom: 5px;
}

.heading-4.footer-title {
  margin-bottom: 15px;
  font-size: 20px;
}

.latest-post {
  margin-bottom: 40px;
}

.image-link {
  position: relative;
  overflow: hidden;
}

.image-hover {
  -webkit-transition: -webkit-transform 600ms ease;
  transition: -webkit-transform 600ms ease;
  transition: transform 600ms ease;
  transition: transform 600ms ease, -webkit-transform 600ms ease;
}

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

.authors-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding: 35px 20px 30px;
  border-top: 1px solid #d6d6e2;
  border-bottom: 1px solid #d6d6e2;
}

.big-title-box {
  display: inline-block;
  border-bottom: 1px solid #4b4b4a;
}

._29-percent-column {
  width: 29.5%;
  margin-right: 1.8%;
  margin-bottom: 4.3%;
  margin-left: 1.8%;
  text-align: center;
}

._10-percent-column {
  width: 10%;
  min-width: 70px;
}

._90-percent-column {
  width: 90%;
  padding-left: 10px;
}

.authors-bio {
  margin-top: 10px;
}

.post-content {
  padding-right: 65px;
  padding-left: 65px;
  text-align: left;
}

.cta-text-box {
  width: 60%;
  text-align: center;
}

.heading-1.medium {
  font-size: 44px;
  font-style: italic;
}

.heading-1.hero {
  /* color: #fff; */
  color: #313435;
  font-size: 59px;
  line-height: 70px;
  /* font-style: italic; */
}

.about-me-box {
  margin-top: 15px;
  margin-bottom: 15px;
}

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

.faq-left-column {
  position: relative;
  width: 35%;
  padding-top: 15px;
  padding-bottom: 50px;
}

.faq-right-column {
  width: 65%;
  padding-top: 30px;
  padding-left: 50px;
  border-left: 1px solid #ccd3d5;
}

.faq-category-item {
  padding: 35px 20px 30px;
  border-bottom: 1px solid #ccd3d5;
}

.hidden-item-4 {
  overflow: hidden;
}

.client-box-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-top: 90px;
  padding-bottom: 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;
  border-right: 1px solid #d7d7d9;
  border-bottom: 1px solid #d7d7d9;
}

.client-box-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-top: 90px;
  padding-bottom: 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;
  border-right: 1px solid #d7d7d9;
  border-bottom: 1px solid #d7d7d9;
}

.client-box-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-top: 90px;
  padding-bottom: 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;
  border-right: 1px solid #d7d7d9;
  border-bottom: 1px solid #d7d7d9;
}

.client-box-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-top: 90px;
  padding-bottom: 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;
  border-bottom: 1px solid #d7d7d9;
}

.client-box-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-top: 90px;
  padding-bottom: 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;
  border-right: 1px solid #d7d7d9;
}

.client-box-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-top: 90px;
  padding-bottom: 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;
  border-right: 1px solid #d7d7d9;
}

.client-box-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-top: 90px;
  padding-bottom: 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;
  border-right: 1px solid #d7d7d9;
}

.client-box-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-top: 90px;
  padding-bottom: 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;
}

.key-number-box {
  position: relative;
  width: 30.5%;
  padding-top: 50px;
  padding-bottom: 40px;
  text-align: center;
}

.key-number-text {
  margin-bottom: 20px;
  font-family: Lato, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 32px;
  line-height: 32px;
}

.key-number-line {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 80%;
  height: 4px;
  margin-right: auto;
  margin-left: auto;
  background-color: #ccd3d5;
}

.key-number-line.bottom {
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0px;
}

.contact-text-box {
  position: relative;
  z-index: 10;
  padding-right: 80px;
  padding-left: 80px;
}

.contact-us-details {
  margin-top: 15px;
}

.key-data-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.key-data-section.top-border {
  margin-top: 120px;
  margin-bottom: 120px;
}

.tabs {
  z-index: 20;
  width: 95%;
  min-height: 804px;
  border-style: solid;
  border-width: 1px;
  border-color: #ccd3d5;
  border-radius: 3px 5px 5px;
  background-color: #fff;
}

.tab-pane {
  padding: 50px 40px 20px;
}

.field-label {
  margin-bottom: 15px;
  padding-left: 15px;
  font-family: Montserrat, sans-serif;
  color: #3C4448;
  font-size: 9.75px;
  line-height: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.contact-form-item {
  margin-bottom: 40px;
}

.contact-form-item.message {
  margin-bottom: 35px;
}

.textarea {
  border: 1px solid #d7d7d9;
  border-radius: 3px;
  background-color: #f7f7f7;
}

.textarea.message {
  height: 150px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.textarea.message:hover {
  border-color: #168bf4;
}

.textarea.message:focus {
  border-color: #168bf4;
}

.ipad {
  position: absolute;
  top: 15%;
  right: -376px;
  bottom: 0px;
  z-index: 0;
  width: 590px;
  height: 691px;
  background-image: url('../images/iPad.png');
  background-position: 50% 50%;
  background-size: 611px;
  background-repeat: no-repeat;
}

.contact-form-field {
  height: 50px;
  padding-left: 80px;
  border-style: solid;
  border-width: 1px;
  border-color: #ccd3d5;
  border-radius: 3px;
  background-color: #fff;
  background-image: url('../images/Line-1_1Line (1).jpg');
  background-position: 50px 50%;
  background-size: 1px;
  background-repeat: no-repeat;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
}

.contact-form-field:hover {
  border-color: #168bf4;
}

.contact-form-field:focus {
  border-color: #168bf4;
}

.contact-form-field.name {
  border-color: #ccd3d5;
  background-image: url('../images/User_1User.png'), url('../images/Line-1_1Line (1).jpg');
  background-position: 18px 50%, 50px 50%;
  background-size: 14px, 1px;
  background-repeat: no-repeat, no-repeat;
}

.contact-form-field.name:hover {
  border-color: #168bf4;
}

.contact-form-field.name:focus {
  border-color: #168bf4;
}

.contact-form-field.email {
  background-image: url('../images/Email_1Email.png'), url('../images/Line-1_1Line (1).jpg');
  background-position: 17px 50%, 50px 50%;
  background-size: 15px, 1px;
  background-repeat: no-repeat, no-repeat;
}

.contact-form-field.phone {
  background-image: url('../images/Mobile_1Mobile.png'), url('../images/Line-1_1Line (1).jpg');
  background-position: 19px 50%, 50px 50%;
  background-size: 11px, 1px;
  background-repeat: no-repeat, no-repeat;
}

.contact-form-button {
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
  border-radius: 3px;
  background-color: #ccd3d5;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.contact-form-button:hover {
  background-color: #c0cacc;
}

.small-text {
  color: #3C4448;
  font-size: 12px;
  line-height: 22px;
}

.tab-2 {
  width: 49%;
  padding-top: 30px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ccd3d5;
  border-top-right-radius: 5px;
  background-color: #eff5f7;
  font-family: Lato, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.tab-2.w--current {
  width: 49%;
  padding-bottom: 25px;
  border-bottom-style: none;
  background-color: #fff;
}

.tab-1 {
  width: 51%;
  padding-top: 30px;
  padding-bottom: 24px;
  border-right: 1px solid #ccd3d5;
  border-bottom: 1px solid #ccd3d5;
  border-top-left-radius: 3px;
  background-color: #eff5f7;
  font-family: Lato, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.tab-1.w--current {
  width: 51%;
  padding-top: 30px;
  padding-bottom: 25px;
  border-right: 1px solid #d7d7d9;
  border-bottom-style: none;
  border-bottom-color: #d7d7d9;
  border-top-left-radius: 5px;
  background-color: #fff;
  font-family: Lato, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.heading-box {
  margin-bottom: 20px;
}

.heading-box.small {
  width: 55%;
}

.content-box {
  overflow: hidden;
  padding-right: 30px;
  padding-left: 30px;
}

.content-box.medium {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -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;
  font-size: 17.5px;
}

.content-box.flex-right {
  position: relative;
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.content-box.flex-center {
  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;
}

.intro-box-2 {
  width: 30%;
  padding: 45px 45px 40px;
  background-color: #fff;
  /* background-color: #e3e9eb; */
}

.intro-box-3 {
  width: 30%;
  padding: 45px 45px 40px;
  background-color: #fff;
  /* background-color: #e3e9eb; */
}

.mini-title-box {
  margin-bottom: 10px;
}

.mini-title-box.side-menu {
  margin-bottom: 0px;
  margin-left: 25px;
}

.white-gray-section {
  overflow: hidden;
  background-color: #eff5f7;
  background-image: url('../images/White-space-2.jpg');
  background-position: 50% 0px;
  background-size: 35px;
  background-repeat: repeat-x;
}

.white-gray-section.less-bottom-section {
  padding-bottom: 30px;
}

.white-gray-section.bottom-padding {
  padding-bottom: 90px;
}

.white-gray-section.items {
  padding-bottom: 90px;
  background-size: 75px;
}

.content-section-gray {
  position: relative;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #eff5f7;

}

.content-section-gray.inner-pages {
  padding-top: 90px;
  padding-bottom: 90px;
}

.content-section-gray.less-top-padding {
  padding-top: 90px;
}

.intro-feature-1 {
  width: 33.333%;
  padding: 45px 5%;
  border-right: 1px solid #d6d6e2;
}

.intro-feature-icon-gray {
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
  border-radius: 50%;
  background-color: #d3d4d5;
}

.intro-feature-icon-gray._1 {
  background-image: url('../images/Loppe_1Loppe.png');
  background-position: 50% 50%;
  background-size: 39px;
  background-repeat: no-repeat;
}

.intro-feature-icon-gray._25-percent-column {
  background-image: url('../images/Cience_2Cience.png');
  background-position: 50% 50%;
  background-size: 29px;
  background-repeat: no-repeat;
}

.intro-feature-icon-gray._3 {
  background-image: url('../images/Diamond_1Diamond.png');
  background-position: 50% 50%;
  background-size: 34px;
  background-repeat: no-repeat;
}

.intro-feature-2 {
  width: 33.333%;
  padding: 45px 5%;
  border-right: 1px solid #d6d6e2;
}

.intro-feature-3 {
  width: 33.333%;
  padding: 45px 5%;
}

.mini-section-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -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-right: 1px solid #d6d6e2;
}

.mini-section-text {
  font-family: Montserrat, sans-serif;
  color: #3C4448;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.5px;
}

.mini-section-text.title {
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 10px;
  letter-spacing: 2px;
}

.mini-section-right {
  width: 75%;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 20px;
}

._50-percent-column-1 {
  width: 50%;
  text-align: center;
}

._50-percent-column-2 {
  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;
}

.left-column-newsletter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 27%;
  min-width: 325px;
  padding-right: 50px;
  -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;
  text-align: right;
}

.right-column-newsletter {
  width: 60%;
}

._50-percent-column-3 {
  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;
}

._50-percent-column-4 {
  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;
}

._50-percent-column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._50-percent-column-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
}

._50-percent-column-8 {
  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;
}

._50-percent-column-12 {
  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;
}

.map {
  width: 100%;
  margin-bottom: 25px;
}

.service-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.service-item.last {
  margin-bottom: 0px;
}

._50-percent-column-9 {
  width: 50%;
}

.side-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

._50-percent-column-10 {
  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: 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;
}

._50-percent-column-11 {
  width: 50%;
}

.overview-left {
  width: 25%;
}

.overview-right {
  width: 75%;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.row-licensing {
  margin-top: 40px;
  padding-bottom: 10px;
}

.row-licensing.bottom-line {
  border-bottom: 1px solid #d6d6e2;
}

.menu-item-1 {
  overflow: auto;
  padding-bottom: 25px;
}

.div-block {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.menu-item-2 {
  padding-bottom: 25px;
}

.menu-item-3 {
  padding-bottom: 25px;
}

.menu-item-4 {
  padding-bottom: 25px;
}

.menu-item-5 {
  padding-bottom: 25px;
}

.menu-item-6 {
  padding-bottom: 25px;
}

.body {
  color: #000;
}

.wide-text-column-2 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -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;
}

.wide-column-2 {
  position: relative;
  width: 60%;
  background-image: url('../images/breather-168751.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._50-percent-column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-column-2 {
  width: 33.333%;
  padding: 55px 4% 50px;
  border-right: 1px solid #ccd3d5;
}

.pricing-column-3 {
  width: 33.333%;
  padding: 55px 4% 50px;
}

.faq-image {
  margin-bottom: 20px;
}

._50-percent-column-13 {
  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;
}

.key-number-box-2 {
  position: relative;
  width: 30.5%;
  padding-top: 50px;
  padding-bottom: 40px;
  text-align: center;
}

.key-number-box-3 {
  position: relative;
  width: 30.5%;
  padding-top: 50px;
  padding-bottom: 40px;
  text-align: center;
}

._50-percent-column-14 {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._50-percent-column-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link {
  cursor: pointer;
}

.link-2 {
  cursor: pointer;
}

.button-2 {
  height: 50px;
  min-width: 170px;
  padding-top: 19px;
  padding-bottom: 17px;
  border: 2px solid #fff;
  border-radius: 35px;
  background-color: #fff;
  -webkit-transition: border 200ms ease, background-color 200ms ease;
  transition: border 200ms ease, background-color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #3C4448;
  font-size: 10px;
  line-height: 11px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 15px;
}

.button-2:hover {
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
}

.button-2.top-border {
  margin-top: 20px;
}

.dark {
  background-color: #161616;
}

.add-bottom-border {
  margin-bottom: 20px;
}

.add-bottom-border.bg {
  padding-top: 21px;
  padding-bottom: 21px;
  background-image: url('../images/luca-bravo-205341-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.menu-item-7 {
  padding-bottom: 25px;
}

.background-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 700px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-slider {
  height: 700px;
}

.slide._1 {
  background-image: url('../images/skyscrapers-looking-up.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/breather-187923.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/breather-187923.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/luca-bravo-205341-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/luca-bravo-205341-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slider-arrow {
  opacity: 0.7;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.slider-arrow:hover {
  opacity: 1;
}

.go-up-text {
  display: inline;
  margin-right: 5px;
  font-size: 14px;
  line-height: 14px;
}

.go-up-link {
  width: auto;
  min-width: 60px;
  margin-top: -3px;
  margin-left: 30px;
  text-decoration: none;
}

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

.hide-slide-dots {
  display: none;
}

.link-block {
  position: relative;
  overflow: hidden;
  padding-bottom: 0px;
  background-color: transparent;
  font-family: Muli, sans-serif;
  font-family: Lato, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

  color: #3C4448;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

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

.link-block.w--current {
  color: #5e5e5e;
  font-weight: 400;
}

.less-height {
  line-height: 30px;
}

.underline-hover {
  position: absolute;
  left: 0px;
  top: 73px;
  right: 0px;
  bottom: 0px;
  height: 1px;
  margin-top: -18px;
  background-color: #a4aebe;
}

.underline-hover.gray {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 1px;
  margin-top: 0px;
  background-color: #515657;
}

.underline-hover.side-menu-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 1px;
  margin-top: 0px;
  background-color: #515657;
}

.underline-fix {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 1px;
  background-color: #e6e6e6;
}

.relative {
  position: relative;
  overflow: hidden;
}

.footer-link-box {
  padding-top: 5px;
  padding-bottom: 5px;
}

.notice-link {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-size: 12.5px;
  line-height: 20px;
}

.notice-link:hover {
  opacity: 0.85;
}

.side-link {
  position: relative;
  overflow: hidden;
  padding-bottom: 0px;
  font-family: Lato, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #515657;
  font-size: 34px;
  line-height: 50px;
  font-weight: 400;
  text-decoration: none;
}

.side-link:hover {
  text-decoration: none;
}

.side-link.w--current {
  color: #5e5e5e;
  font-weight: 400;
}

.absolute {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  /* height: 120%; */
  margin-top: auto;
  margin-bottom: 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;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 85%;
  background-size: cover;
  background-repeat: no-repeat;
}

.absolute.office {
  background-image: url('../images/breather-187923.jpg');
}

.absolute.home {
  /* background-image: url('../images/skyscrapers-looking-up-2.jpg');
  background-image: url('../images/turn-on-2923047_960_720.jpg'); */
  background-image: url('../images/banner_1.png');
  background-size: contain !important;
}

.overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(0, 0, 0, 0.07);
}

.absolute-hover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: 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;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.absolute-hover.mac {
  background-image: url('../images/Mac.jpg');
}

.absolute-hover.iphone {
  background-image: url('../images/iPhone.jpg');
}

.absolute-hover.a4 {
  background-image: url('../images/A4.jpg');
}

.absolute-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: 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;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.flex-no-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.open-close-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 28px;
  margin-top: 4px;
  margin-right: 15px;
  -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: 3px;
}

.full-width {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.accordion-item-content {
  overflow: hidden;
  margin-top: -1px;
  padding-top: 0px;
  padding-right: 25px;
  padding-left: 30px;
}

.accordion-item-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 5px 5px 30px;
  -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;
  text-decoration: none;
}

.accordion-item-trigger:hover {
  text-decoration: none;
}

.inner-hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 750px;
  -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;
}

.inner-hero-section.text-on-left {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.button-3 {
  height: 50px;
  min-width: 170px;
  padding-top: 19px;
  padding-bottom: 17px;
  border: 2px solid #fff;
  border-radius: 35px;
  background-color: transparent;
  -webkit-transition: border 200ms ease, background-color 200ms ease;
  transition: border 200ms ease, background-color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 11px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-3:hover {
  border: 2px solid #fff;
  background-color: #fff;
  color: #3C4448;
}

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

.position-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.update {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 10000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 70px;
  height: 70px;
  margin-top: 100px;
  margin-left: 30px;
  padding-top: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fdff39;
  text-align: center;
  text-decoration: none;
}

.update-text {
  margin-top: 10px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.right-margin {
  margin-right: 5px;
}

@media screen and (max-width: 991px) {
  .content-section.contact-us {
    background-position: 100% 50%;
    background-size: cover;
  }

  .content-wrapper.narrow {
    padding-right: 25px;
    padding-left: 25px;
  }

  .nav-menu {
    position: absolute;
  }

  .header-box.center {
    margin-right: 13%;
    margin-left: 13%;
  }

  .wide-column-text-box {
    width: 150%;
  }

  .text-box._6 {
    margin-top: 0px;
    margin-bottom: 90px;
  }

  .text-box.latest-posts {
    margin-top: -90px;
  }

  .text-box._9 {
    padding-top: 0px;
  }

  .text-box._13 {
    width: 85%;
    padding-right: 35px;
  }

  .text-box._4 {
    padding-right: 35px;
    padding-left: 40px;
  }

  .text-box._14 {
    width: 100%;
    padding-top: 0px;
  }

  .feature-column {
    width: 49%;
  }

  .feature-column._2 {
    border-right-style: none;
  }

  .feature-column._3 {
    border-right: 1px solid #ccd3d5;
  }

  .feature-column._4 {
    border-bottom: 1px solid #ccd3d5;
    border-right-style: none;
  }

  .feature-column._5 {
    border-right: 1px solid #ccd3d5;
  }

  .work-sample {
    width: 46%;
  }

  .footer-column._3 {
    padding-left: 30px;
  }

  ._29-percent-column {
    width: 46%;
  }

  .cta-text-box {
    width: 100%;
  }

  .client-box-1 {
    width: 33.33%;
  }

  .client-box-2 {
    width: 33.33%;
  }

  .client-box-3 {
    width: 33.33%;
    border-right-style: none;
  }

  .client-box-4 {
    width: 33.33%;
    border-right: 1px solid #d6d6e2;
  }

  .client-box-5 {
    width: 33.33%;
    border-bottom: 1px solid #d6d6e2;
  }

  .client-box-6 {
    width: 33.33%;
    border-bottom: 1px solid #d6d6e2;
    border-right-style: none;
  }

  .client-box-7 {
    width: 33.33%;
  }

  .client-box-8 {
    width: 33.33%;
    border-right: 1px solid #d6d6e2;
  }

  .tabs {
    width: 100%;
  }

  .mini-section-left {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid #d6d6e2;
    border-right-style: none;
  }

  .mini-section-right {
    width: 100%;
    padding-left: 10px;
  }

  .left-column-newsletter {
    min-width: 280px;
    margin-bottom: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .right-column-newsletter {
    width: 60%;
  }

  ._50-percent-column-3 {
    width: 100%;
  }

  ._50-percent-column-4 {
    width: 100%;
  }

  ._50-percent-column-7 {
    width: 100%;
  }

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

  .underline-hover.gray {
    display: none;
  }

  .underline-hover.side-menu-2 {
    display: none;
  }

  .side-link {
    width: 100%;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .content-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .nav-menu {
    padding-left: 50px;
  }

  .hero-section {
    min-height: 500px;
  }

  .hero-section.inner-pages {
    min-height: 350px;
  }

  .hero-text-box.left {
    margin-bottom: 60px;
    padding-left: 0px;
  }

  .intro-text-box {
    margin-right: 13%;
    margin-left: 13%;
  }

  .intro-text {
    font-size: 32px;
    line-height: 52px;
  }

  .intro-box {
    width: 70%;
    max-width: 400px;
    margin-bottom: 40px;
  }

  .flex-wrapper.space-between.mobile-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .flex-wrapper.pricing {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom-style: none;
  }

  .flex-wrapper.mobile-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .wide-column-text-box {
    padding-right: 40px;
    padding-left: 40px;
  }

  .text-box {
    padding-right: 35px;
    padding-left: 35px;
  }

  .text-box._3 {
    padding: 30px 40px;
  }

  .text-box._6 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .text-box._9 {
    width: 100%;
    padding-left: 0px;
  }

  .text-box._5 {
    padding-top: 0px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .text-box._10 {
    margin-top: -70px;
  }

  .text-box._11 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .text-box._12 {
    margin-bottom: 60px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .feature-column {
    padding: 40px 30px;
  }

  .feature-column._2 {
    padding-top: 0px;
  }

  .feature-column._1 {
    padding-top: 0px;
  }

  .team-member {
    width: 70%;
    margin-bottom: 60px;
  }

  .see-all.mobile-less-top-border {
    margin-top: 0px;
  }

  .work-sample {
    width: 80%;
    max-width: 510px;
  }

  .testimonial {
    font-size: 25px;
    line-height: 47px;
  }

  .pricing-column {
    width: 70%;
    border-bottom: 1px solid #d6d6e2;
  }

  .pricing-column._1 {
    padding-top: 0px;
    border-bottom: 1px solid #d6d6e2;
    border-right-style: none;
  }

  .faq-item {
    padding: 25px 20px 20px;
  }

  .post-preview {
    width: 70%;
    margin-bottom: 60px;
  }

  .footer-logo-column {
    width: 100%;
    margin-top: 50px;
    padding-top: 0px;
  }

  .footer-column {
    padding-bottom: 20px;
  }

  .footer-column._2 {
    width: 50%;
  }

  .footer-column._1 {
    width: 50%;
  }

  .footer-column._3 {
    width: 50%;
    margin-left: 0%;
    padding-bottom: 0px;
  }

  ._65-percent-column {
    border-right-style: none;
  }

  .side-menu-block {
    padding-right: 0px;
    padding-left: 0px;
  }

  .side-menu-authors {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .authors-pic {
    margin-right: 0px;
  }

  ._29-percent-column {
    margin-bottom: 60px;
  }

  .heading-1.hero {
    font-size: 54px;
    line-height: 68px;
  }

  .heading-1.large {
    font-size: 40px;
    line-height: 58px;
  }

  .faq-left-column {
    width: 100%;
    padding-top: 0px;
  }

  .faq-right-column {
    width: 100%;
    padding-left: 0px;
    border-left-style: none;
  }

  .client-box-1 {
    width: 50%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .client-box-2 {
    width: 50%;
    padding-top: 60px;
    padding-bottom: 60px;
    border-right-style: none;
  }

  .client-box-3 {
    width: 50%;
    padding-top: 60px;
    padding-bottom: 60px;
    border-right-style: solid;
  }

  .client-box-4 {
    width: 50%;
    padding-top: 60px;
    padding-bottom: 60px;
    border-right-style: none;
  }

  .client-box-5 {
    width: 50%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .client-box-6 {
    width: 50%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .client-box-7 {
    width: 50%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .client-box-8 {
    width: 50%;
    padding-top: 60px;
    padding-bottom: 60px;
    border-right-style: none;
  }

  .key-number-box {
    width: 80%;
    max-width: 400px;
  }

  .key-number-line.bottom {
    display: none;
  }

  .key-number-line.bottom.last {
    display: block;
  }

  .contact-text-box {
    padding-right: 20px;
    padding-left: 20px;
  }

  .key-data-section {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tabs {
    margin-bottom: 45px;
  }

  .heading-box.small {
    width: 85%;
  }

  .content-box.medium {
    margin-bottom: 60px;
  }

  .intro-box-2 {
    width: 70%;
    max-width: 400px;
    margin-bottom: 40px;
  }

  .intro-box-3 {
    width: 70%;
    max-width: 400px;
  }

  .intro-feature-1 {
    width: 70%;
    max-width: 400px;
    padding-top: 0px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d6d6e2;
    border-right-style: none;
  }

  .intro-feature-2 {
    width: 70%;
    max-width: 400px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d6d6e2;
    border-right-style: none;
  }

  .intro-feature-3 {
    width: 70%;
    max-width: 400px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  ._50-percent-column-1 {
    width: 70%;
  }

  ._50-percent-column-2 {
    width: 80%;
  }

  .left-column-newsletter {
    width: 100%;
    margin-bottom: 25px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }

  .right-column-newsletter {
    width: 100%;
  }

  ._50-percent-column-3 {
    width: 70%;
  }

  ._50-percent-column-4 {
    width: 70%;
  }

  ._50-percent-column-5 {
    width: 100%;
    margin-bottom: 60px;
  }

  ._50-percent-column-7 {
    width: 80%;
  }

  ._50-percent-column-8 {
    width: 100%;
  }

  ._50-percent-column-12 {
    width: 80%;
  }

  .service-item {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  ._50-percent-column-9 {
    width: 80%;
  }

  ._50-percent-column-9.mobile-bottom-border {
    margin-bottom: 35px;
  }

  .overview-left {
    width: 100%;
    margin-bottom: 20px;
  }

  .overview-right {
    width: 100%;
  }

  .menu-item-1 {
    padding-bottom: 20px;
  }

  .menu-item-2 {
    padding-bottom: 20px;
  }

  .menu-item-3 {
    padding-bottom: 20px;
  }

  .menu-item-4 {
    padding-bottom: 20px;
  }

  .menu-item-5 {
    padding-bottom: 20px;
  }

  .menu-item-6 {
    padding-bottom: 20px;
  }

  ._50-percent-column-6 {
    width: 100%;
  }

  .pricing-column-2 {
    width: 70%;
    border-bottom: 1px solid #d6d6e2;
    border-right-style: none;
  }

  .pricing-column-3 {
    width: 70%;
    border-bottom: 1px solid #d6d6e2;
  }

  ._50-percent-column-13 {
    width: 100%;
  }

  .key-number-box-2 {
    width: 800%;
    max-width: 400px;
  }

  .key-number-box-3 {
    width: 80%;
    max-width: 400px;
  }

  ._50-percent-column-14 {
    width: 100%;
  }

  ._50-percent-column-15 {
    width: 100%;
  }

  .menu-item-7 {
    padding-bottom: 10px;
  }

  .go-up-link {
    margin-left: 0px;
  }

  .link-block {
    height: 45px;
    padding-top: 12px;
  }

  .footer-link-box {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .side-link {
    font-size: 29px;
    line-height: 45px;
  }

  .accordion-item-content {
    padding-right: 3%;
    padding-left: 3.5%;
  }

  .accordion-item-trigger {
    padding-top: 2%;
    padding-right: 3%;
    padding-left: 3.5%;
  }

  .inner-hero-section {
    min-height: 500px;
  }

  .update {
    margin-top: 90px;
    margin-left: 10px;
  }

  .work-text{
    width: 100%;
  }
  .work-text-1{
    order: 1;
  }
  .work-sample-1{
    order: 2;
  }
  .work-text-2{
    order: 3;
  }
  .work-sample-2{
    order: 4;
  }  
  .work-text-3{
    order: 5;
  }
  .work-sample-3{
    order: 6;
  }
  .work-text-4{
    order: 7;
  }
  .work-sample-4{
    order: 8;
  }  
}
@media screen and (max-width: 700px) {
  .mini-section {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .mini-section-box {
    width: 100%;
    text-align: center;
  }

  .mini-section-box-middle {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 20px;
  }

  .line-with-dots {
    margin-top: 22px;
    margin-bottom: 22px;
    width: 1px;
    height: 100%;
  }
  .left-dot{
    left: -1px;
  }
  .right-dot{
    bottom: -1px;
    top: auto;
    right: -1px;
  } 
}
@media screen and (max-width: 479px) {
  .rich-text-block {
    text-align: left;
  }

  .nav-menu {
    width: 100%;
    min-width: auto;
  }

  .large {
    font-size: 2.8em;
  }

  .hero-text-box.left {
    margin-left: 25px;
  }

  .intro-text-box {
    margin-right: 0%;
    margin-left: 0%;
  }

  .intro-box {
    width: 100%;
  }

  .header-box.center {
    margin-right: 0%;
    margin-left: 0%;
  }

  .wide-column {
    width: 100%;
    height: 350px;
  }

  .wide-text-column {
    width: 100%;
  }

  .wide-column-text-box {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0%;
    padding: 60px 35px 35px;
  }

  .wide-column-text-box.left {
    margin-right: 0%;
    padding-top: 0px;
  }

  .mini-section {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .mini-section-box {
    width: 100%;
    text-align: center;
  }

  .mini-section-box-middle {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 20px;
  }

  .line-with-dots {
    margin-top: 22px;
    margin-bottom: 22px;
    width: 1px;
    height: 100%;
  }
  .left-dot{
    left: -1px;
  }
  .right-dot{
    bottom: -1px;
    top: auto;
    right: -1px;
  }
  .text-box._3 {
    padding-right: 30px;
    padding-left: 35px;
  }

  .text-box._6 {
    padding-right: 25px;
    padding-left: 40px;
  }

  .text-box._7 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .text-box._10 {
    padding-right: 30px;
    padding-left: 35px;
  }

  .text-box._11 {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }

  .text-box._12 {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }

  .text-box._13 {
    padding-right: 25px;
  }

  .text-box._14 {
    padding-left: 0px;
  }

  .feature-column {
    width: 100%;
  }

  .feature-column._2 {
    padding-top: 40px;
  }

  .feature-column._3 {
    border-right-style: none;
  }

  .feature-column._5 {
    border-bottom: 1px solid #d6d6e2;
    border-right-style: none;
  }

  .feature-column._1 {
    border-right-style: none;
  }

  .team-member {
    width: 100%;
  }

  .video-lightbox {
    margin-bottom: 10px;
  }

  .work-sample {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 8%;
    margin-left: 0px;
  }

  .slide-arrow {
    display: none;
  }

  .testimonial-text-box {
    margin-right: 0%;
    margin-left: 0%;
  }

  .pricing-column {
    width: 100%;
  }

  .post-preview {
    width: 100%;
  }

  .text-field.name {
    width: 100%;
    margin-right: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .text-field.email {
    width: 100%;
    margin-right: 0%;
  }

  .submit-button {
    width: 100%;
    border-radius: 3px;
  }

  .contact-details-big {
    font-size: 19px;
    line-height: 42px;
  }

  .footer-logo-column {
    width: 100%;
  }

  .footer-column._2 {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid #d6d6e2;
    border-right-style: none;
  }

  .footer-column._1 {
    width: 100%;
    padding-left: 0px;
    border-bottom: 1px solid #d6d6e2;
    border-right-style: none;
  }

  .footer-column._3 {
    width: 100%;
    margin-left: 0%;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .notice-text.small {
    width: 100%;
  }

  .footer-notice {
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._65-percent-column {
    width: 100%;
    padding-right: 0%;
  }

  ._35-percent-column {
    width: 100%;
  }

  .authors-details {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._29-percent-column {
    width: 100%;
  }

  .post-content {
    padding-right: 9%;
    padding-left: 9%;
  }

  .heading-1.hero {
    font-size: 40px;
    line-height: 64px;
  }

  .client-box-1 {
    width: 80%;
    border-right-style: none;
  }

  .client-box-2 {
    width: 80%;
  }

  .client-box-3 {
    width: 80%;
    border-right-style: none;
  }

  .client-box-4 {
    width: 80%;
  }

  .client-box-5 {
    width: 80%;
    border-right-style: none;
  }

  .client-box-6 {
    width: 80%;
  }

  .client-box-7 {
    width: 80%;
    border-bottom: 1px solid #d6d6e2;
    border-right-style: none;
  }

  .client-box-8 {
    width: 80%;
  }

  .contact-text-box {
    padding-right: 30px;
    padding-left: 30px;
  }

  .tabs {
    border-right-style: solid;
  }

  .ipad {
    display: none;
  }

  .contact-form-field.name {
    padding-left: 15px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .contact-form-field.email {
    padding-left: 15px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .contact-form-field.phone {
    padding-left: 15px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .tab-2 {
    width: 100%;
    border-top: 1px solid #ccd3d5;
    border-top-right-radius: 0px;
  }

  .tab-2.w--current {
    width: 100%;
  }

  .tab-1 {
    width: 100%;
    border-right-style: none;
    border-bottom-style: none;
    border-top-right-radius: 3px;
  }

  .tab-1.w--current {
    width: 100%;
    border-right-style: none;
    border-right-color: #ccd3d5;
    border-top-right-radius: 3px;
  }

  .heading-box.small {
    width: 100%;
  }

  .content-box {
    padding-right: 0px;
    padding-left: 0px;
  }

  .intro-box-2 {
    width: 100%;
  }

  .intro-box-3 {
    width: 100%;
  }

  .intro-feature-1 {
    width: 100%;
  }

  .intro-feature-2 {
    width: 100%;
  }

  .intro-feature-3 {
    width: 100%;
  }

  ._50-percent-column-1 {
    width: 100%;
    margin-bottom: 45px;
  }

  ._50-percent-column-2 {
    width: 100%;
  }

  ._50-percent-column-3 {
    width: 100%;
  }

  ._50-percent-column-4 {
    width: 100%;
  }

  ._50-percent-column-5 {
    padding-right: 0px;
    padding-left: 0px;
  }

  ._50-percent-column-7 {
    width: 100%;
  }

  ._50-percent-column-8 {
    width: 100%;
  }

  ._50-percent-column-12 {
    width: 100%;
  }

  ._50-percent-column-9 {
    width: 100%;
  }

  ._50-percent-column-10 {
    width: 100%;
    margin-bottom: 45px;
  }

  ._50-percent-column-11 {
    width: 100%;
  }

  .wide-text-column-2 {
    width: 100%;
  }

  .wide-column-2 {
    width: 100%;
    height: 350px;
    margin-top: 25px;
  }

  ._50-percent-column-6 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .pricing-column-2 {
    width: 100%;
  }

  .pricing-column-3 {
    width: 100%;
  }

  .slider-arrow {
    display: none;
  }

  .hide-slide-dots {
    display: block;
  }

  .accordion-item-content {
    margin-top: -4px;
    padding-bottom: 2%;
  }

  .accordion-item-trigger {
    padding-bottom: 0px;
  }
}

