@font-face {
  font-family: Librebaskerville;
  src: url('../fonts/librebaskerville-bold-webfont.eot') format("embedded-opentype"), url('../fonts/librebaskerville-bold-webfont.woff') format("woff"), url('../fonts/LibreBaskerville-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Librebaskerville;
  src: url('../fonts/librebaskerville-regular-webfont.eot') format("embedded-opentype"), url('../fonts/librebaskerville-regular-webfont.woff') format("woff"), url('../fonts/LibreBaskerville-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Librebaskerville;
  src: url('../fonts/librebaskerville-italic-webfont.eot') format("embedded-opentype"), url('../fonts/librebaskerville-italic-webfont.woff') format("woff"), url('../fonts/LibreBaskerville-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Muli webfont;
  src: url('../fonts/muli-bold-webfont.eot') format("embedded-opentype"), url('../fonts/muli-bold-webfont.woff') format("woff"), url('../fonts/muli-bold-webfont.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Muli webfont;
  src: url('../fonts/muli-light-webfont.eot') format("embedded-opentype"), url('../fonts/muli-light-webfont.woff') format("woff"), url('../fonts/muli-light-webfont.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Muli webfont;
  src: url('../fonts/muli-webfont.eot') format("embedded-opentype"), url('../fonts/muli-webfont.woff') format("woff"), url('../fonts/muli-webfont.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --headings: black;
  --paragraphs: black;
  --links: #b0afb2;
  --gray-bg: #f6f7f6;
  --titles: #b0afb2;
  --lines: #e8e8e9;
  --gray-button: #e8e8e9;
  --black-bg: #161616;
  --icon-background: #d3d4d5;
  --royal-blue: #0000004d;
  --white: white;
  --black: black;
  --light-gray: #f8f8f9;
  --gold1: #ae864f;
  --0055b8: #0000009c;
}

body {
  color: #4b4b4a;
  font-family: Muli webfont, sans-serif;
  font-size: 17.5px;
  line-height: 27px;
}

h1 {
  color: var(--headings);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Librebaskerville, Georgia, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 52px;
}

h2 {
  color: var(--headings);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Librebaskerville, Georgia, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h3 {
  color: var(--headings);
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Librebaskerville, Georgia, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 39px;
}

h4 {
  color: var(--headings);
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Librebaskerville, Georgia, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  color: var(--headings);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Muli webfont, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 37px;
}

h6 {
  color: var(--headings);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Muli webfont, sans-serif;
  font-size: 9.75px;
  font-weight: 700;
  line-height: 10px;
}

p {
  color: var(--paragraphs);
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Muli webfont, sans-serif;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 28px;
}

a {
  color: var(--links);
  padding-bottom: 3px;
  font-family: Muli webfont, sans-serif;
  font-size: 17.5px;
  line-height: 28px;
}

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

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

li {
  color: var(--paragraphs);
  margin-bottom: 10px;
}

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

blockquote {
  color: var(--paragraphs);
  background-image: url('../images/Quote_1Quote.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 38px;
  border-left: 1px #000;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 6px 20px 10px;
  font-family: Libre Baskerville;
  font-size: 30px;
  font-style: italic;
  line-height: 48px;
}

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

.content-section {
  z-index: 1;
  width: 100%;
  color: var(--paragraphs);
  background-color: #f6f7f6;
  background-image: linear-gradient(#000, #000);
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-style: normal;
  display: block;
  position: static;
  overflow: hidden;
}

.content-section.gray {
  background-color: var(--gray-bg);
  overflow: hidden;
}

.content-section.intro-features {
  background-color: #f6f7f6;
  padding-top: 90px;
  padding-bottom: 90px;
}

.content-section.small-and-gray {
  background-color: var(--gray-bg);
  padding-top: 90px;
  padding-bottom: 90px;
}

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

.content-section.contact-us {
  background-image: url('../images/cambridge-cloud-pms-slider.jpg');
  background-position: 50%;
  background-size: cover;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

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

.content-section.inner-pages.sp-offers {
  padding-top: 20px;
}

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

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

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

.content-section.applescreens {
  background-image: url('../images/pms-laptop-full.jpg'), linear-gradient(to bottom, var(--gray-bg), var(--gray-bg));
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
}

.content-section.careers {
  background-image: url('../images/PMS_Header---Hetras.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.content-section.topheading {
  background-color: #fff;
  background-image: linear-gradient(#00000080, #00000080);
}

.content-section._2-1 {
  background-color: #fff;
  background-image: none;
}

.content-wrapper {
  background-color: #f6f7f6;
  flex: 1;
  max-width: 1270px;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

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

.content-wrapper.full-height {
  background-color: #0000;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: static;
}

.content-wrapper.feature {
  background-color: #fff;
}

.content-wrapper.feature._2 {
  padding-bottom: 50px;
}

.content-wrapper.footer {
  background-image: linear-gradient(#000, #000);
  padding-bottom: 70px;
}

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

.mini-title {
  color: var(--titles);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Muli webfont, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 17px;
}

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

.mini-title.dark {
  color: #4b4b4a;
  text-transform: none;
  background-color: #0000;
  border-bottom: 1px solid #d1d2d3;
  margin-bottom: 10px;
  display: inline-block;
}

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

.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;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 70px;
  padding-top: 30px;
  padding-bottom: 0;
  padding-right: 20px;
}

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

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

.line-3 {
  color: #000;
  background-color: #161616;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 2px;
}

.navbar {
  z-index: 20;
  background-color: #fff;
  width: 100%;
  height: 135px;
  font-family: Muli webfont, sans-serif;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  box-shadow: 0 1px 3px #00000026;
}

.brand {
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 70px;
  margin-top: 55px;
  transition: opacity .2s;
  display: flex;
}

.brand:hover {
  opacity: .85;
}

.brand.w--current {
  margin-top: 53px;
}

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

.nav-link {
  color: #808284;
  text-align: left;
  height: 52px;
  margin-bottom: 40px;
  font-family: Libre Baskerville;
  font-size: 34px;
  font-weight: 300;
  line-height: 50px;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
}

.hero-section {
  background-image: linear-gradient(#0000, #0000), url('../images/hero-mobile-app.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 565px;
  margin-top: 135px;
  display: flex;
  position: relative;
}

.hero-section.inner-pages {
  background-image: linear-gradient(#0000002e, #0000002e), url('../images/hero-kiosk.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: auto;
  min-height: 325px;
}

.hero-section.inner-pages.contact {
  background-image: url('../images/hero-kiosk.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
}

.hero-section.inner-pages.customers {
  background-image: url('../images/hero-contact.jpg'), linear-gradient(#0000002e, #0000002e);
  background-position: 50% 100%, 0 0;
  background-size: cover, auto;
}

.hero-section.inner-pages.about {
  background-image: url('../images/hero-contact.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.hero-section.inner-pages.demo {
  background-image: url('../images/hero-pms2.jpg'), linear-gradient(#0000002e, #0000002e);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  background-attachment: scroll, scroll;
}

.hero-section.inner-pages.career-header {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Career-page-Header---Hetras.jpg');
  background-position: 0 0, 50% 39%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

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

.hero-section.about {
  background-image: linear-gradient(#0000, #0000), url('../images/office.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.hero-section.mobile-app {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Rotterdam_CommunalArea_28.jpg');
  background-position: 0 0, 50% 76%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.hero-section.pms {
  background-image: linear-gradient(#0003, #0003), url('../images/PMS_Header---Hetras.jpg');
  background-position: 0 0, 50% 67%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.hero-section.ibe {
  background-image: url('../images/hero-ibe.jpg'), linear-gradient(#0000, #0000);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.hero-section.kiosk {
  background-image: url('../images/hero-kiosk.jpg');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
}

.hero-section.api {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/goran-ivos-307271.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.hero-section.home {
  clear: none;
  background-color: #0055b8;
  background-image: none;
  align-items: center;
  width: 100%;
  height: 700px;
  margin-top: 105px;
  display: flex;
  position: static;
  overflow: visible;
}

.hero-section.mobile-guest {
  background-image: linear-gradient(#0006, #0006), url('../images/mobile-app-new.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

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

.hero-subtitle {
  color: #fff;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-family: Muli webfont, sans-serif;
  font-size: 13px;
}

.hero-subtitle.large {
  margin-bottom: 25px;
  font-family: Muli webfont, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  display: none;
}

.hero-text-box {
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Muli webfont, sans-serif;
}

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

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

.hero-text-box.less-top-border {
  margin-top: 0;
  overflow: visible;
}

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

.intro-text {
  color: #666;
  padding-top: 40px;
  font-size: 37px;
  line-height: 53px;
}

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

.flex-wrapper {
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.flex-wrapper.space-between {
  justify-content: space-between;
}

.flex-wrapper.pricing {
  border-bottom: 1px solid var(--lines);
}

.flex-wrapper.center {
  justify-content: center;
}

.flex-wrapper.vertical {
  flex-direction: column;
}

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

.flex-wrapper.mobile-center._2 {
  background-image: url('../images/cambridge-cloud-pms-slider.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
}

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

.intro-feature-icon._1 {
  background-image: url('../images/5bbccf57093ab62d7a94c893_Loop_15bbccf57093ab62d7a94c893_Loop.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 39px;
  margin-top: 50px;
  margin-bottom: 30px;
}

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

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

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

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

.header-box.center {
  text-align: center;
  margin: 50px 20% 25px;
}

.header-box.center.edit {
  margin-left: 31%;
}

.wide-column {
  background-color: #f6f7f6;
  background-image: url('../images/Cambridge1Perspective.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 60%;
  position: relative;
  overflow: hidden;
}

.wide-column.pms1 {
  background-image: none;
}

.wide-column.cl-2 {
  padding-left: 40px;
}

.wide-text-column {
  background-color: #f6f7f6;
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
  position: relative;
}

.wide-column-text-box {
  z-index: 10;
  background-color: #fff;
  width: 130%;
  max-width: 610px;
  margin-top: 110px;
  margin-bottom: 110px;
  margin-left: 0%;
  padding: 110px 39px 70px 40px;
  display: block;
  position: relative;
}

.wide-column-text-box.fully-functional {
  width: 140%;
  margin-left: 0%;
}

.wide-column-text-box.fully-functional._2 {
  margin-left: -238%;
}

.wide-column-text-box.fully-functional._2cl {
  width: 140%;
  margin-top: 110px;
  margin-bottom: 112px;
  margin-left: 14%;
  padding-top: 90px;
  padding-bottom: 90px;
}

.wide-column-text-box.fully-functional._2cl.box {
  width: 100%;
  margin-bottom: 83px;
  margin-left: 8%;
}

.wide-column-text-box.fully-functional.box {
  width: 100%;
  margin-left: -8%;
  padding-top: 79px;
}

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

.mini-section {
  flex-wrap: wrap;
  margin-top: 20px;
  display: flex;
}

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

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

.mini-section-box-middle {
  justify-content: center;
  align-items: center;
  width: 40%;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

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

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

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

.button {
  color: #a2a3a5;
  text-align: center;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  background-color: #0000;
  border: 2px solid #e8e8e9;
  border-radius: 3px;
  min-width: 200px;
  height: 50px;
  margin-top: 15px;
  padding-top: 18px;
  font-family: Muli webfont, sans-serif;
  font-size: 9.75px;
  font-weight: 700;
  line-height: 11px;
  transition: background-color .2s;
}

.button:hover {
  background-color: #e8e8e9;
}

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

.text-box {
  text-align: left;
  background-color: #fff;
  width: 75%;
  margin-top: -150px;
  padding: 45px 50px;
  font-family: Muli webfont, sans-serif;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

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

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

.text-box._6.text {
  margin-top: 40px;
}

.text-box._6.box {
  margin-left: 50px;
}

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

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

.text-box._7 {
  width: 90%;
  margin-top: 188px;
  padding: 85px 80px 80px;
  position: static;
}

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

.text-box._5 {
  width: 100%;
  margin-top: 29%;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 70px;
  position: static;
}

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

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

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

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

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

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

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

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

.text-box.design-1.text {
  margin-top: 40px;
}

.text-box.design-1.box {
  margin-left: 50px;
}

.feature-column {
  text-align: center;
  width: 33.333%;
  padding: 55px 65px 50px;
  overflow: hidden;
}

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

.feature-column._2._3 {
  border-top: 1px solid #b0afb24d;
  border-left: 0 #000;
  border-right-style: solid;
  border-right-width: 1px;
}

.feature-column._2.cl2 {
  border-top: 1px solid #0000001a;
}

.feature-column._2.cl2.five {
  border-style: none solid;
  border-left-color: #0000001a;
  border-right-color: #0000001a;
  width: 100%;
}

.feature-column._2.cl-3 {
  border-style: none solid;
  border-left-color: #0000001a;
  border-right-color: #0000001a;
  width: 100%;
  padding-left: 65px;
  padding-right: 65px;
}

.feature-column._2.two {
  background-image: none;
  border-style: none solid;
  border-left-color: #0000001a;
  border-right-color: #0000001a;
  width: 100%;
  overflow: visible;
}

.feature-column._3 {
  border-bottom: 1px #e4e5e6;
  border-left: 1px #000;
  width: 100%;
  padding-left: 65px;
  padding-right: 65px;
}

.feature-column._3._2 {
  border-top: 1px solid #b0afb24d;
  border-left: 1px #b0afb24d;
  border-right-style: none;
}

.feature-column._3.cl3 {
  border-top: 1px solid #0000001a;
}

.feature-column._3.cl3.six, .feature-column._3.three {
  border-style: none;
  width: 100%;
  padding-left: 65px;
  padding-right: 65px;
}

.feature-column._4 {
  border-right: 1px solid #e4e5e6;
  width: 50%;
}

.feature-column._6 {
  float: none;
  width: 100%;
  display: block;
}

.feature-column._6._7 {
  float: none;
}

.feature-column._5 {
  border-right: 1px solid #e8e8e9;
  width: 50%;
}

.feature-column._1 {
  border-right: 1px solid var(--lines);
  border-bottom: 1px none var(--lines);
}

.feature-column._1._2 {
  border-style: solid solid none none;
  border-top-width: 1px;
  border-top-color: #b0afb24d;
}

.feature-column._1.cl1 {
  border-top: 1px solid #0000001a;
}

.feature-column._1.cl1.four {
  border-style: none;
  width: 100%;
}

.feature-column._1.cl-3 {
  border-style: none;
  width: 100%;
  padding-left: 65px;
  padding-right: 30px;
}

.feature-column._1.one {
  border-style: none;
  width: 100%;
}

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

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

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

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

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

.heading-link {
  cursor: pointer;
  text-decoration: none;
}

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

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

.see-all {
  float: right;
  border-bottom: 1px solid #a3a5a7;
  margin-top: 45px;
  font-family: Libre Baskerville;
  font-size: 12px;
  font-style: italic;
  line-height: 17px;
  text-decoration: none;
}

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

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

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

.hide {
  display: none;
}

.video-lightbox {
  background-image: url('../images/Play_1Play.png'), linear-gradient(#4c4c4bb3, #4c4c4bb3), url('../images/Pic-2.jpg');
  background-position: 50%, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: 43px, auto, cover;
  width: 130px;
  height: 85px;
  margin-right: 25px;
  transition: opacity .35s;
}

.video-lightbox:hover {
  opacity: .9;
}

.work-sample {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 28.2%;
  margin-bottom: 4.3%;
  margin-left: 2.165%;
  margin-right: 2.165%;
  position: relative;
  overflow: hidden;
}

.work-hover {
  z-index: 1;
  background-color: #fffffffc;
  justify-content: center;
  align-items: center;
  width: 101%;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: 0;
}

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

.mini-title-link {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 10px;
  font-family: Muli webfont, sans-serif;
  font-size: 9.75px;
  font-weight: 700;
  line-height: 10px;
  text-decoration: none;
  display: block;
}

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

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

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

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

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

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

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

.slider {
  color: #666;
  background-color: #0000;
  height: auto;
}

.slide-arrow {
  color: #d3d4d5;
  transition: transform .35s;
}

.slide-arrow:hover {
  transform: scale(1.15);
}

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

.title {
  color: var(--titles);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Muli webfont, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.testimonial {
  color: #b0afb2;
  font-family: Librebaskerville, Georgia, sans-serif;
  font-size: 30px;
  font-style: italic;
  line-height: 52px;
}

.slide-nav {
  position: relative;
}

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

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

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

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

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

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

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

.pricing-item {
  border-top: 1px solid var(--lines);
  flex-wrap: nowrap;
  padding-top: 30px;
  padding-bottom: 20px;
  display: flex;
}

.checkmark-box {
  justify-content: center;
  align-items: flex-start;
  width: 15%;
  min-width: 45px;
  padding-top: 8px;
  display: flex;
}

.pricing-details {
  flex: 1;
}

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

.pricing-column._1 {
  border-right: 1px solid var(--lines);
}

.pricing-button {
  background-color: var(--gray-button);
  width: 100%;
  height: 52px;
  color: var(--titles);
  text-align: center;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  font-family: Muli;
  font-size: 11px;
  font-weight: 700;
  line-height: 11px;
  transition: background-color .2s;
  display: flex;
}

.pricing-button:hover {
  background-color: #dbdbdb;
}

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

.faq-item {
  border-top: 1px solid var(--lines);
  background-color: #fff;
  padding: 45px 30px;
  position: relative;
}

.faq-item.last {
  border-bottom: 1px solid var(--lines);
}

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

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

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

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

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

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

.footer {
  background-color: #f6f7f6;
  width: 100%;
  padding: 80px 5vw 24px;
  overflow: hidden;
}

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

.cta-section {
  background-color: var(--black-bg);
  padding-top: 90px;
  padding-bottom: 90px;
}

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

.white {
  color: #fff;
}

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

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

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

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

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

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

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

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

.submit-button.password {
  background-color: #161616;
  width: 100%;
  font-family: Muli webfont, sans-serif;
  font-weight: 700;
}

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

.success-message.contact-form {
  color: var(--headings);
}

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

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

.contact-details-big {
  color: #a2a3a5;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Librebaskerville, Georgia, sans-serif;
  font-size: 25px;
  line-height: 48px;
}

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

.footer-column {
  border-right: 1px solid var(--lines);
  width: 26%;
  padding-top: 55px;
  padding-bottom: 50px;
}

.footer-column._2 {
  text-align: left;
  border-left: 1px solid #e8e8e9;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-column._1 {
  border-right-style: none;
  border-right-color: #e8e8e9;
  width: 100%;
  padding-left: 30px;
  display: flex;
}

.footer-column._3 {
  border-right-style: none;
  justify-content: center;
  width: 100%;
  display: flex;
}

.logo-link.w--current {
  margin-top: 54px;
  transition: opacity .2s;
}

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

.footer-link {
  cursor: pointer;
  margin-bottom: 20px;
  font-size: 17px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: var(--paragraphs);
  border: 1px #000;
  border-bottom: 2px #555;
  text-decoration: none;
}

.notice-text {
  color: var(--titles);
  margin-bottom: 10px;
  font-family: Muli webfont, sans-serif;
  font-size: 14px;
  line-height: 35px;
  display: inline;
}

.notice-text.small {
  color: var(--paragraphs);
  margin-left: 20px;
  font-size: 12.5px;
  line-height: 20px;
}

.footer-notice {
  justify-content: space-between;
  margin-top: 90px;
  display: flex;
}

.post-hero {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 60vh;
  min-height: 340px;
  margin-top: 135px;
}

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

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

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

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

.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 {
  border-right: 1px solid var(--lines);
  width: 65%;
  padding-right: 6%;
}

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

.side-menu-item {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 25px;
  display: flex;
}

.post-details-box {
  flex-direction: column;
  margin-top: 25px;
  display: flex;
}

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

.side-menu-block {
  border-bottom: 1px solid #e8e8e9;
  flex-direction: column;
  padding: 30px 25px;
  display: flex;
}

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

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

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

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

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

.authors-pic.big {
  width: 90px;
  height: 90px;
  margin-right: 40px;
}

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

.small {
  color: #fff;
}

.first-post {
  border-bottom: 1px solid var(--lines);
  margin-bottom: 80px;
  padding-bottom: 40px;
}

.heading-2.small {
  color: var(--headings);
  font-size: 26px;
  line-height: 44px;
}

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

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

.heading-3.small {
  color: var(--headings);
  font-size: 22px;
  line-height: 35px;
}

.heading-3.medium {
  color: var(--headings);
  margin-bottom: 5px;
  font-size: 26px;
  font-style: italic;
  line-height: 38px;
}

.heading-4 {
  font-family: Librebaskerville, Georgia, sans-serif;
}

.heading-4.small {
  color: var(--headings);
  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 {
  transition: transform .6s;
}

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

.authors-details {
  border-top: 1px solid var(--lines);
  border-bottom: 1px solid var(--lines);
  margin-top: 30px;
  padding: 35px 20px 30px;
  display: flex;
}

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

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

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

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

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

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

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

.footer-notice-link {
  font-size: 14px;
  text-decoration: none;
}

.footer-notice-link:hover {
  color: var(--headings);
}

.heading-1 {
  font-family: Librebaskerville, Georgia, sans-serif;
  font-weight: 400;
}

.heading-1.medium {
  color: var(--paragraphs);
  font-family: Librebaskerville, Georgia, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
}

.heading-1.medium.legal {
  color: var(--paragraphs);
  font-size: 36px;
}

.heading-1.hero {
  color: #fff;
  font-family: Librebaskerville, Georgia, sans-serif;
  font-size: 59px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px;
  display: none;
  position: static;
  overflow: visible;
}

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

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

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

.faq-right-column {
  border-left: 1px solid var(--lines);
  width: 65%;
  padding-top: 30px;
  padding-bottom: 50px;
  padding-left: 50px;
}

.faq-category-item {
  border-bottom: 1px solid var(--lines);
  padding: 35px 20px 30px;
}

.hidden-item-4, .hidden-item-5, .hidden-item-6, .hidden-item-7, .hidden-item-8, .hidden-item-9 {
  overflow: hidden;
}

.client-box-1, .client-box-2, .client-box-3 {
  border-right: 1px solid var(--lines);
  border-bottom: 1px solid var(--lines);
  justify-content: center;
  align-items: center;
  width: 25%;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.client-box-4 {
  border-bottom: 1px solid var(--lines);
  justify-content: center;
  align-items: center;
  width: 25%;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.client-box-5, .client-box-6, .client-box-7 {
  border-right: 1px solid var(--lines);
  justify-content: center;
  align-items: center;
  width: 25%;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.client-box-8 {
  justify-content: center;
  align-items: center;
  width: 25%;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

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

.key-number-text {
  margin-bottom: 20px;
  font-family: Librebaskerville, Georgia, sans-serif;
  font-size: 32px;
  line-height: 32px;
}

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

.key-number-line.bottom {
  inset: auto 0 0;
}

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

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

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

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

.tabs {
  z-index: 10;
  background-color: #fff;
  border: 1px #e8e8e8;
  width: 80%;
  height: 580px;
  margin-top: 129px;
  margin-bottom: 101px;
  padding: 40px 80px;
}

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

.field-label {
  color: var(--titles);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-left: 15px;
  font-family: Muli webfont, sans-serif;
  font-size: 9.75px;
  line-height: 10px;
}

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

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

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

.textarea.message {
  height: 100px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-left: 20px;
}

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

.ipad {
  z-index: 0;
  background-image: url('../images/qbic_mobile-2.png');
  background-position: 22% 0;
  background-repeat: no-repeat;
  background-size: 300px;
  width: 590px;
  height: 691px;
  position: absolute;
  top: 35%;
  bottom: 0;
  right: -316px;
}

.contact-form-field {
  background-color: #f7f7f7;
  background-image: url('../images/Divider_1Divider.jpg');
  background-position: 50px;
  background-repeat: no-repeat;
  background-size: 1px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  height: 50px;
  padding-left: 80px;
  transition: border .2s;
}

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

.contact-form-field.name {
  background-image: url('../images/User_1User.png'), url('../images/Divider_1Divider.jpg');
  background-position: 20px, 50px;
  background-repeat: no-repeat, no-repeat;
  background-size: 14px, 1px;
}

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

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

.contact-form-field.company {
  background-image: url('../images/company.png'), url('../images/Divider_1Divider.jpg');
  background-position: 20px, 50px;
  background-repeat: no-repeat, no-repeat;
  background-size: 14px, 1px;
}

.contact-form-submit-button {
  color: #fff;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  background-color: #d0d0d1;
  border-radius: 3px;
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
  font-family: Muli;
  font-size: 11px;
  font-weight: 700;
  line-height: 11px;
  transition: background-color .2s;
}

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

.small-text {
  color: var(--titles);
  font-size: 12px;
  line-height: 22px;
}

.tab-2 {
  background-color: #f7f7f7;
  border-bottom: 1px solid #e8e8e8;
  border-top-right-radius: 3px;
  width: 49%;
  padding-top: 30px;
  padding-bottom: 24px;
  font-family: Libre Baskerville;
  font-size: 20px;
  line-height: 20px;
}

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

.tab-1 {
  background-color: #f7f7f7;
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  border-top-left-radius: 3px;
  width: 51%;
  padding-top: 30px;
  padding-bottom: 24px;
  font-family: Libre Baskerville;
  font-size: 20px;
  line-height: 20px;
}

.tab-1.w--current {
  background-color: #fff;
  border-style: none;
  border-right-width: 1px;
  border-right-color: #e8e8e8;
  border-top-left-radius: 3px;
  width: 51%;
  padding-top: 30px;
  padding-bottom: 25px;
  font-family: Libre Baskerville;
  font-size: 20px;
  line-height: 20px;
}

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

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

.content-box.medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  display: flex;
}

.content-box.flex-right {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.content-box.flex-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.intro-box-2, .intro-box-3 {
  background-color: #fff;
  width: 30%;
  padding: 45px;
}

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

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

.white-gray-section {
  background-color: #f6f7f6;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
  padding-bottom: 50px;
  position: relative;
  top: 0;
  overflow: hidden;
}

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

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

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

.content-section-gray {
  background-color: var(--gray-bg);
  background-image: linear-gradient(#000, #000);
  width: 100%;
  position: relative;
  overflow: hidden;
}

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

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

.intro-feature-1, .intro-feature-2 {
  border-right: 1px solid var(--lines);
  width: 33.333%;
  padding: 45px 5%;
}

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

.mini-section-left {
  border-right: 1px solid var(--lines);
  justify-content: center;
  align-items: center;
  width: 25%;
  display: flex;
}

.mini-section-text {
  color: var(--titles);
  letter-spacing: .5px;
  font-family: Muli;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}

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

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

.iphone.one {
  margin-left: 30px;
}

.item-3 {
  transition: opacity .2s;
}

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

._50-percent-column-2 {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.left-column-newsletter {
  text-align: right;
  justify-content: center;
  align-items: flex-start;
  width: 27%;
  min-width: 325px;
  padding-right: 50px;
  display: flex;
}

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

._50-percent-column-3, ._50-percent-column-4 {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

._50-percent-column-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

._50-percent-column-7 {
  justify-content: flex-start;
  align-items: center;
  width: 49%;
  display: flex;
}

._50-percent-column-8 {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

._50-percent-column-12 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 49%;
  display: flex;
}

._50-percent-column-12.webinar {
  padding-top: 0;
  display: block;
}

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

.service-item {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--gray-button) black;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 45px;
  padding-top: 45px;
  padding-bottom: 0;
  display: flex;
}

._50-percent-column-9, ._50-percent-column-9.mobile-bottom-border {
  width: 50%;
}

.side-menu {
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 40px;
  display: flex;
}

._50-percent-column-10 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

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

.overview-left {
  width: 25%;
}

.overview-right {
  width: 75%;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.underline {
  background-color: var(--icon-background);
  width: 100%;
  height: 1px;
}

.menu-item-1 {
  overflow: auto;
}

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

.body {
  color: var(--paragraphs);
  font-family: Muli webfont, sans-serif;
  position: static;
  overflow: visible;
}

.wide-text-column-2 {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.wide-column-2 {
  background-image: url('../images/CambridgeHOTEL.jpg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 900px;
  background-attachment: scroll;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  position: relative;
}

._50-percent-column-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.pricing-column-2 {
  border-right: 1px solid var(--lines);
  width: 33.333%;
  padding: 55px 4% 50px;
}

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

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

._50-percent-column-13 {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

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

._50-percent-column-14 {
  flex-direction: column;
  align-items: center;
  width: 50%;
  display: flex;
}

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

.button-2 {
  min-width: 190px;
  height: 50px;
  color: var(--headings);
  text-align: center;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 35px;
  padding-top: 20px;
  padding-bottom: 17px;
  font-family: Muli webfont, sans-serif;
  font-size: 9.75px;
  font-weight: 700;
  line-height: 11px;
  transition: background-color .2s;
  display: none;
}

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

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

.dark {
  background-color: #161616;
}

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

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

.background-video {
  justify-content: center;
  align-items: center;
  height: 700px;
  display: flex;
}

.hero-slider {
  height: 700px;
}

.slide {
  margin-top: 0;
}

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

.slide._3 {
  background-image: linear-gradient(#0003, #0003), url('../images/breather-187923.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide._2 {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/luca-bravo-205341-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: 135px;
}

.slider-arrow {
  transition: opacity .3s;
}

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

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

.hero-line-box {
  background-image: linear-gradient(#000, #000);
  width: 5%;
  margin-left: 47.5%;
  margin-right: auto;
  display: block;
  position: relative;
  inset: -56px 0 0;
}

.hero-line {
  color: #fff;
  text-align: center;
  background-color: #cac9c3;
  width: 1px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

.heading-5 {
  color: #000;
  line-height: 1.4;
}

.tool-menu {
  z-index: 0;
  background-color: #f2f2f2;
  width: 100%;
  height: 40px;
  margin-top: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.image {
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.tool-nav-container {
  background-color: #0000;
  height: 40px;
}

.tool-nav-item {
  color: #b0afb2;
  border-right: 1px #ebebeb;
  margin-bottom: 0;
  font-size: 11px;
  font-style: normal;
  list-style-type: none;
  display: inline-block;
}

.tool-nav-item.tool-end {
  border-right-width: 0;
}

.tool-nav-link {
  color: #999;
  padding-bottom: 0;
  font-family: Muli webfont, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
  position: relative;
}

.tool-nav-link:hover {
  color: #555;
}

.tool-nav-list {
  float: right;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  padding-left: 0;
  display: flex;
  position: relative;
}

.main-nav-container {
  margin-top: 26px;
  margin-left: 400px;
}

.main-nav-item {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  list-style-type: none;
  display: inline-block;
  position: relative;
}

.main-nav-item.end {
  padding-right: 0;
}

.main-nav-link {
  color: #0055b8;
  font-family: Muli webfont, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 39px;
  text-decoration: none;
}

.main-nav-link:hover {
  border-width: 2px;
  border-color: #bf9b30;
  border-bottom-style: solid;
  text-decoration: none;
}

.main-nav-link.btn {
  color: #fff;
  background-color: #0055b8;
  background-image: linear-gradient(to right, #009bde, #0055b8);
  border-radius: 2px;
  height: 44px;
  padding-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 700;
  display: inline-block;
  position: relative;
}

.main-nav-link.btn:hover {
  background-color: #0055b8;
  background-image: none;
}

.slider-3 {
  max-width: 1024px;
  height: auto;
  margin-bottom: 75px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.icon, .icon-2 {
  text-shadow: 1px 1px 6px #0000004d;
}

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

.ordered-list {
  padding-left: 21px;
}

.slider-caption {
  color: #fff;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 30px;
  left: 0;
}

.image-3 {
  opacity: .5;
}

.image-4 {
  opacity: .54;
}

.image-5 {
  opacity: .59;
}

.image-6 {
  opacity: .6;
}

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

.block-link:hover {
  opacity: 1;
  color: var(--links);
}

.job_widget {
  width: 100%;
}

.tabs-menu {
  display: none;
}

.top-anchor {
  z-index: 9999;
  background-color: #2c85c2;
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

.heading-6 {
  font-family: Muli webfont, sans-serif;
  line-height: 26px;
}

._70percent-column {
  width: 70%;
  padding-left: 40px;
}

._30-percent-column {
  width: 50%;
}

._30-percent-column.mobile-bottom-border {
  width: 30%;
}

.more-item {
  border-style: none;
  border-width: 1px;
  border-color: var(--gray-button) black;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 45px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.image-7 {
  margin-right: 3px;
}

.heading-7, .emphasized-text {
  font-family: Librebaskerville, Georgia, sans-serif;
}

.heading-9 {
  font-family: Muli webfont, sans-serif;
}

.text-block {
  font-family: Librebaskerville, Georgia, sans-serif;
}

.paragraph {
  margin-bottom: 40px;
  font-family: Muli webfont, sans-serif;
}

.paragraph-4 {
  line-height: 27px;
}

.paragraph-5 {
  padding-left: 25px;
  padding-right: 25px;
}

.paragraph-6 {
  font-weight: 400;
}

.paragraph-7 {
  overflow: visible;
}

.video {
  display: block;
}

.video-2 {
  height: 565px;
  position: absolute;
  overflow: visible;
}

.video-3 {
  flex-flow: row;
  flex: 0 auto;
  place-content: space-between flex-start;
  align-items: baseline;
  display: flex;
  position: static;
  overflow: hidden;
}

.video-4 {
  display: block;
  position: static;
  overflow: visible;
}

.background-video-2 {
  clear: none;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: block;
  position: static;
  overflow: hidden;
}

.heading-10 {
  color: #fff;
  text-align: center;
  text-transform: none;
  padding-top: 50px;
  font-size: 75px;
  font-style: normal;
  font-weight: 300;
  line-height: 90px;
}

.heading-11 {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
}

.div-block-2, .html-embed {
  width: 100%;
  height: 100%;
}

.body-2 {
  height: 100%;
}

.html-embed-2 {
  width: 100%;
  height: 100%;
}

.div-block-3 {
  color: #fff;
  margin-top: 0;
  padding-top: 200px;
  font-weight: 700;
  position: relative;
  bottom: 120px;
}

.text-span {
  color: #fff;
  font-size: 70px;
  font-weight: 300;
}

.bold-text {
  font-size: 70px;
  line-height: 90px;
}

.bold-text-2 {
  text-transform: none;
  font-size: 20px;
  font-weight: 300;
  line-height: 60px;
  position: relative;
  top: 30px;
  bottom: 0;
}

.heading-12 {
  color: #555;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 80px;
  font-size: 40px;
  line-height: 55px;
  position: static;
  top: 0;
}

.slider-4 {
  flex: 1;
}

.link-block {
  text-align: center;
  width: 10%;
  margin-top: 0;
  margin-left: 45%;
  padding-top: 3px;
  padding-bottom: 0;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  inset: -69px 0 1px 0%;
}

.text-block-2 {
  color: #ccc;
  text-align: center;
  text-transform: none;
  text-decoration: none;
}

.slide-2 {
  margin-top: 10px;
}

.hero-slide-header {
  color: #fff;
  flex: 0 auto;
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 66px;
  font-weight: 300;
  line-height: 80px;
}

.scroll-down-link {
  opacity: .4;
  color: #5d6371;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  width: 18%;
  max-width: 160px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 24px 32px;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  transition: opacity .3s;
  display: block;
  position: absolute;
  bottom: 0;
}

.scroll-down-link:hover {
  opacity: 1;
}

.paragraph-big {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.hero-slider-section {
  background-color: #333;
  width: 100%;
  height: 100vh;
  position: static;
  overflow: hidden;
}

.text-block-3 {
  color: #f2f2f2;
}

.hero-slider-nav {
  display: none;
}

.hero-slider-arrow {
  width: 128px;
  margin-top: 88px;
}

.hero-slide {
  justify-content: center;
  align-items: center;
  display: inline-block;
}

.hero-slide.hero-slide-2 {
  background-image: linear-gradient(#0006, #0006), url('../images/cambridge-slide-2880.jpg');
  background-position: 0 0, 50% -46%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  width: 100%;
}

.hero-arrow-down-icon {
  color: #9094a0;
  margin-top: 6px;
}

.hero-slide-info {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: flex;
}

.container {
  margin-top: 50px;
}

.image-8 {
  position: relative;
}

.link-block-2 {
  border-color: #b0afb238;
  border-right-style: solid;
  border-right-width: 1px;
  width: 5%;
  margin-left: 30%;
  display: none;
  position: relative;
  top: 6px;
  right: -35px;
}

.block-quote {
  background-image: none;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11, .paragraph-12, .paragraph-13 {
  text-align: justify;
}

.block-quote-2 {
  background-image: none;
}

.column {
  border-left: 1px solid #e8e8e9;
}

.columns {
  display: none;
}

.italic-text {
  font-style: italic;
}

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

.columns-2 {
  background-color: #f6f7f6;
  margin-top: 59px;
}

.section {
  background-image: linear-gradient(#000, #000);
  width: 100%;
  margin-top: -60px;
}

.div-block-4 {
  text-align: center;
}

.image-9 {
  margin-top: 6px;
  position: relative;
  left: 20px;
}

.link {
  background-image: linear-gradient(to bottom, var(--black-bg), var(--black-bg));
  display: block;
}

.content-section-first {
  overflow: hidden;
}

.columns-3 {
  background-image: linear-gradient(#f6f7f6, #f6f7f6);
}

.content-section-second {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}

.content-section-three {
  text-align: center;
  background-image: linear-gradient(#f6f7f6, #f6f7f6);
}

.column-4 {
  background-image: url('../images/Cambridge1Perspective.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 1000px;
  height: 600px;
}

.section-content-three {
  text-align: center;
  background-image: linear-gradient(#f6f7f6, #f6f7f6);
  overflow: hidden;
}

.column-5 {
  background-image: url('../images/Cambridge1Perspective.png');
  background-position: 0 0;
  background-size: cover;
  height: 600px;
}

.content-section-four {
  text-align: center;
  overflow: hidden;
}

.section-2 {
  background-color: #f6f7f6;
  overflow: hidden;
}

.image-10 {
  max-width: 95%;
  margin-left: 5%;
}

.columns-4 {
  background-color: #0000;
}

.columns-5 {
  background-image: linear-gradient(#f6f7f6, #f6f7f6);
}

.columns-6 {
  background-color: #f6f7f6;
}

.column-6 {
  text-align: right;
}

.column-7 {
  position: static;
}

.columns-7 {
  border-top: 1px solid #0000001a;
}

.div-block-5 {
  padding-bottom: 9px;
}

.nav-menu-2 {
  float: right;
  margin-top: 36px;
}

.two {
  background-image: linear-gradient(#00000080, #00000080);
  width: 100%;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}

.nav-menu-3 {
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.navbar-2 {
  height: 120px;
}

.nav-menu-4 {
  position: absolute;
  top: 45px;
  left: auto;
  right: 0;
}

.div-block-6 {
  position: absolute;
  top: -6px;
  right: 0;
}

.div-block-7 {
  position: relative;
  top: 16px;
  left: 118px;
}

.image-11 {
  margin-top: 23px;
}

.top-navbar {
  float: right;
}

.sub-navbar {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
}

.sub-menulink {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 12px;
}

.nav-menu-7 {
  margin-top: 13px;
}

.nav-link-2 {
  display: block;
}

.main-link {
  margin-left: 24px;
  font-size: 14px;
}

.image-12 {
  margin-top: 17px;
  margin-left: 23px;
}

.nav-link-3 {
  margin-left: 24px;
}

.div-block-8 {
  background-image: linear-gradient(#a73c3c80, #a73c3c80);
  position: relative;
  top: 0;
  right: 0;
}

.navbar-3 {
  height: 100px;
}

.navbar_mobile-view {
  display: none;
}

.features {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.features__col.is-center {
  border-left: 1px solid #0000001a;
  border-right: 1px solid #0000001a;
}

.features-itm {
  padding: 40px 15%;
}

.features__icn {
  aspect-ratio: 1;
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.features__m-wrap {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.contact-us-form-wrap {
  z-index: 10;
  background-color: #fff;
  border: 1px #e8e8e8;
  width: 100%;
  max-width: 580px;
  padding: 56px;
}

.contact-us-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 5vw;
  display: grid;
}

.div-block-10 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-us-text-b {
  background-color: var(--white);
  padding: 56px;
}

.footer-grid {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-logo.w--current {
  transition: opacity .2s;
}

.footer-logo.w--current:hover {
  opacity: .85;
}

.footer-list {
  padding-left: 0;
}

.footer-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 64px;
  display: flex;
}

.copy-text {
  color: var(--titles);
  font-family: Muli webfont, sans-serif;
  font-size: 14px;
}

.copy-text.small {
  color: var(--paragraphs);
  margin-left: 20px;
  font-size: 12.5px;
  line-height: 20px;
}

.nav__top__link {
  color: #969696;
  border-bottom: 2px solid #0000;
  border-right: 1px #ddd;
  justify-content: center;
  align-items: center;
  padding: 12px 18px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.5;
  transition: background-color .3s;
  display: flex;
}

.nav__top__link:hover {
  background-color: #e9e9e9;
}

.nav__top__link.w--current {
  color: #3f7bab;
  border-bottom: 2px solid #3f7bab;
}

.nav__top__link.link-in-dropdown {
  border-bottom-style: none;
  padding-right: 12px;
}

.nav-dropdown-icon {
  color: #969696;
  margin: 0 0 0 4px;
  display: block;
  position: relative;
}

.drop-down__extra.w--open {
  background-color: #fff;
  border-radius: 2px;
  top: 100%;
  box-shadow: 0 4px 10px #00000029;
}

.dropdown-link__extra {
  color: #333;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 18px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: color .3s, background-color .3s;
}

.dropdown-link__extra:hover {
  color: #3f7bab;
  background-color: #ebf5ff;
}

.dropdown-link__extra.w--current {
  color: #3f7bab;
}

.div-block-11 {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.nav-s-r2 {
  background-color: var(--white);
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
}

.nav-m-w {
  width: 100%;
}

.tool-nav-list-copy {
  float: right;
  height: 40px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 200px;
  position: relative;
  overflow: hidden;
}

.nav-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-list-item {
  margin-bottom: 0;
  font-size: 16px;
  position: relative;
}

.nav-list-item.end {
  padding-right: 0;
}

.nav-logo {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 0;
  display: flex;
}

.nav-logo.is-mobile {
  display: none;
}

.nav-logo-icn {
  aspect-ratio: 2.936;
  object-fit: contain;
  width: auto;
  max-width: none;
  max-height: 48px;
  display: block;
  position: relative;
}

.nav-s-r1 {
  z-index: 10;
  background-color: #f2f2f2;
  flex-flow: column;
  display: flex;
  position: relative;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.nav-p-link {
  color: #0055b8;
  border-bottom: 2px solid #fff;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  font-family: Muli webfont, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.nav-p-link:hover {
  border-bottom: 2px solid #bf9b30;
  text-decoration: none;
}

.nav-p-link.btn {
  color: #fff;
  background-color: #0055b8;
  background-image: linear-gradient(90deg, #009bde, #0055b8);
  border-bottom-style: none;
  border-radius: 2px;
  min-height: 44px;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 700;
  line-height: 1;
  position: relative;
}

.nav-p-link.btn:hover {
  background-color: #0055b8;
  background-image: none;
}

.nav-btn-wrap {
  margin-left: 32px;
}

.div-block-12 {
  z-index: 999;
  width: 100%;
  position: fixed;
}

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

.section-m.is-gray {
  background-color: #f7f7f7;
}

.container-m {
  flex-flow: column;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.section-heading-wrap {
  text-align: center;
  margin-bottom: 64px;
}

.section-m__v-p {
  padding-top: 80px;
  padding-bottom: 80px;
}

.client-logos {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.c-logo-w {
  width: 14.2857%;
}

.c-logo {
  object-fit: contain;
  max-height: 90px;
}

.section-icon {
  border: 1px solid #d1d2d3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: flex;
}

.section-icon._1 {
  background-image: url('../images/5bbccf57093ab62d7a94c893_Loop_15bbccf57093ab62d7a94c893_Loop.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 39px;
  margin-top: 50px;
  margin-bottom: 30px;
}

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

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

.form-submit {
  color: #fff;
  text-transform: uppercase;
  background-color: #0455b4;
  border-radius: 3px;
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
  font-family: Librebaskerville, Georgia, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 11px;
  transition: background-color .2s;
}

.form-submit:hover {
  background-color: #0d9ada;
}

.section-feature {
  background-color: #f6f7f6;
}

.section-feature__grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-feature__grid.inverted {
  grid-template-columns: .75fr 1fr;
}

.section-feature__col-1 {
  flex-flow: column;
  display: flex;
}

.section-feature__col-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 32px 16px;
  display: flex;
}

.section-feature__img-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.section-feature__img {
  object-fit: contain;
  width: 100%;
  max-height: 100%;
}

.section-features-w {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.drop-down__extra-w {
  flex-flow: column;
  display: flex;
}

html.w-mod-js [data-ix="full-opacity-on-load"] {
  opacity: 0;
}

html.w-mod-js [data-ix="-navbar-"] {
  display: none;
}

html.w-mod-js [data-ix="move-down-on-load"] {
  opacity: 0;
  transform: translate(0, -100%);
}

html.w-mod-js [data-ix="move-up-on-load"], html.w-mod-js [data-ix="move-up-on-load-3"], html.w-mod-js [data-ix="move-up-on-load-4"], html.w-mod-js [data-ix="move-up-on-slider"], html.w-mod-js [data-ix="move-up-on-slide-2"], html.w-mod-js [data-ix="move-up-on-slide-3"] {
  opacity: 0;
  transform: translate(0, 40px);
}

html.w-mod-js [data-ix="move-right-on-load"] {
  opacity: 0;
  transform: translate(30px);
}

html.w-mod-js [data-ix="move-left-on-load"] {
  transform: translate(-105%);
}

html.w-mod-js [data-ix="display-block-on-load"] {
  height: auto;
  display: block;
}

html.w-mod-js [data-ix="move-left-on-load-2"] {
  opacity: 0;
  transform: translate(-50px);
}

html.w-mod-js [data-ix="move-right-on-load-2"] {
  opacity: 0;
  transform: translate(50px);
}

html.w-mod-js [data-ix="move-down-box-on-load"], html.w-mod-js [data-ix="move-down-box-on-load-2"], html.w-mod-js [data-ix="move-down-box-on-load-3"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="content-section-14"], html.w-mod-js [data-ix="content-section-15"] {
  opacity: 0;
  transform: translate(0, 30px);
}

html.w-mod-js [data-ix="move-down-load-3"] {
  opacity: 0;
  transform: translate(0, 30%);
}

html.w-mod-js [data-ix="0-opacity-on-load"], html.w-mod-js [data-ix="show-description-on-hover-2"] {
  opacity: 0;
}

html.w-mod-js [data-ix="move-right-on-load-3"] {
  opacity: 0;
  transform: translate(30%);
}

html.w-mod-js [data-ix="move-up-on-load-2"], html.w-mod-js [data-ix="show-on-load-4"] {
  opacity: 0;
  transform: translate(0, 40px);
}

html.w-mod-js [data-ix="fade-up-1"], html.w-mod-js [data-ix="fade-up-2"] {
  opacity: 0;
  transform: translate(0, 60px);
}

html.w-mod-js [data-ix="fade-left"] {
  opacity: 0;
  transform: translate(60px);
}

html.w-mod-js [data-ix="fade-right"] {
  opacity: 0;
  transform: translate(-60px);
}

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

  .content-wrapper {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 9px;
  }

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

  .content-wrapper.full-height {
    background-color: #0000;
    width: 100%;
    height: 100%;
  }

  .navbar {
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .brand {
    margin-top: 0;
  }

  .brand.w--current {
    margin-top: 5px;
  }

  .nav-menu {
    z-index: 1000;
    background-color: #0000;
    height: auto;
    padding-top: 60px;
    padding-bottom: 120px;
    position: relative;
    top: auto;
    overflow: visible;
  }

  .nav-link {
    margin-bottom: 0;
    font-family: Muli;
    font-size: 22px;
    text-decoration: none;
  }

  .nav-link.w--current {
    margin-bottom: 0;
    padding-bottom: 0;
    font-family: Open Sans, sans-serif;
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
  }

  .hero-section, .hero-section.inner-pages {
    margin-top: 70px;
  }

  .hero-section.home {
    margin-top: 40px;
  }

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

  .wide-column {
    background-image: url('../images/Planos_1024x768_V2.png');
    flex: 0 auto;
    left: 0;
    right: 0;
  }

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

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

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

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

  .text-box._7 {
    margin-top: 50px;
  }

  .text-box._13 {
    width: 85%;
  }

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

  .text-box.more-text {
    padding-top: 0;
  }

  .feature-column {
    width: 50%;
  }

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

  .feature-column._2.two {
    background-image: none;
    overflow: visible;
  }

  .feature-column._3 {
    border-right: 1px solid var(--lines);
  }

  .feature-column._4 {
    border-bottom: 1px solid var(--lines);
    border-right-style: none;
  }

  .feature-column._5 {
    border-right: 1px solid var(--lines);
  }

  .work-sample {
    width: 45.65%;
  }

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

  .post-hero {
    margin-top: 69px;
  }

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

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

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

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

  .client-box-4 {
    border-right: 1px solid var(--lines);
    width: 33.33%;
  }

  .client-box-5 {
    border-bottom: 1px solid var(--lines);
    width: 33.33%;
  }

  .client-box-6 {
    border-bottom: 1px solid var(--lines);
    border-right-style: none;
    width: 33.33%;
  }

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

  .client-box-8 {
    border-right: 1px solid var(--lines);
    width: 33.33%;
  }

  .tabs {
    width: 500%;
    margin-top: 0;
    padding: 0;
  }

  .tab-pane {
    margin-top: 50px;
  }

  .content-section-gray {
    background-image: none;
    padding-top: 10px;
  }

  .mini-section-left {
    border-bottom: 1px solid var(--lines);
    border-right-style: none;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
  }

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

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

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

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

  .image {
    margin-top: 6px;
  }

  .tool-nav-list {
    margin-right: auto;
  }

  .m-tools {
    border-style: solid none none;
    border-width: 1px;
    border-color: var(--lines) black black;
    margin-top: -30px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .m-tool-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Muli;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
  }

  .m-tool-link-wrap {
    display: flex;
    position: relative;
    overflow: visible;
  }

  .heading-12 {
    padding-left: 75px;
    padding-right: 75px;
    font-size: 36px;
  }

  .hero-slide-header {
    font-size: 66px;
    line-height: 74px;
  }

  .scroll-down-link {
    display: block;
  }

  .paragraph-big {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
    line-height: 32px;
  }

  .hero-slider-section {
    height: 560px;
    display: block;
  }

  .hero-slider-arrow {
    width: 80px;
  }

  .hero-slide.hero-slide-2 {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/cambridge-slide-2880.jpg');
    background-position: 0 0, 50% -46%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 1440px;
    background-attachment: scroll, scroll;
  }

  .hero-slide-info {
    max-width: 66.66%;
  }

  .columns-2 {
    margin-top: 62px;
  }

  .section {
    background-image: none;
  }

  .two {
    margin-top: 0;
    position: absolute;
  }

  .nav-menu-3 {
    margin-top: 343px;
    position: absolute;
    top: -17px;
    bottom: auto;
    right: -201px;
  }

  .maain-navbar {
    position: absolute;
  }

  .menu-button-2 {
    margin-top: 75px;
    display: none;
  }

  .icon-3, .nav-menu-7, .nav-link-2, .image-12 {
    display: block;
  }

  .div-block-8 {
    display: none;
  }

  .icon-4 {
    position: absolute;
    top: 0;
    left: 0;
  }

  .menu-button-3 {
    display: block;
  }

  .navbar_mobile-view {
    background-image: linear-gradient(#fff, #fff);
    height: 100px;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  .image-13 {
    margin-top: 18px;
  }

  .menu-button-4 {
    margin-top: 23px;
  }

  .nav-menu-8 {
    background-image: linear-gradient(#fff, #fff);
    display: block;
  }

  .nav-link-4, .nav-link-5, .main-nav, .second-nav {
    width: 95%;
  }

  .div-block-9 {
    border-top: 1px solid #000;
    width: 95%;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 5%;
  }

  .features {
    flex-flow: column;
    display: flex;
  }

  .features__col.is-center {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: #0000001a;
    border-bottom-width: 1px;
    border-bottom-color: #0000001a;
  }

  .contact-us-form-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .contact-us-grid {
    flex-flow: column;
    display: flex;
  }

  .div-block-10 {
    align-items: stretch;
  }

  .footer-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .nav__top__dropdown-link {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .nav__top__link {
    border-bottom: 1px solid #ddd;
    align-items: center;
    width: 100%;
    font-size: 12px;
  }

  .drop-down__extra {
    position: absolute;
    top: 100%;
    left: 0;
  }

  .drop-down__extra.w--open {
    background-color: #fff;
    border-radius: 0;
  }

  .dropdown-link__extra {
    color: #636363;
  }

  .div-block-11 {
    justify-content: space-between;
    padding: 16px;
  }

  .nav-m-w {
    background-color: var(--white);
    padding-bottom: 40px;
  }

  .nav-list {
    flex-flow: column;
  }

  .nav-logo {
    padding-left: 0;
    display: none;
  }

  .nav-logo.is-mobile {
    display: block;
  }

  .nav-s-grid {
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: stretch;
    display: flex;
  }

  .nav-s-r1 {
    background-color: #fff;
  }

  .nav-container {
    justify-content: center;
    width: auto;
  }

  .nav-p-link {
    font-size: 16px;
  }

  .nav-p-link.btn {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-btn-wrap {
    margin-left: 0;
  }

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

  .menu-button-5 {
    aspect-ratio: 1;
    width: 40px;
    height: 40px;
    padding: 8px;
  }

  .menu-button-5.w--open {
    color: #0456b4;
    background-color: #e5f4fc;
  }

  .icon-5 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-13 {
    aspect-ratio: 1;
    margin-top: auto;
  }

  .client-logos {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
  }

  .c-logo-w {
    justify-content: center;
    align-items: center;
    min-width: 100px;
    display: flex;
  }

  .section-feature__grid {
    flex-flow: column-reverse;
    display: flex;
  }

  .section-feature__grid.inverted {
    flex-flow: column;
  }

  .section-feature__col-2 {
    justify-content: flex-start;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .mini-title {
    display: none;
  }

  .nav-menu {
    display: block;
    position: absolute;
    inset: 66px 0 -476px;
  }

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

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

  .flex-wrapper.space-between.mobile-center {
    justify-content: center;
  }

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

  .flex-wrapper.mobile-center {
    justify-content: center;
  }

  .wide-text-column {
    width: 100%;
    margin-top: -90px;
    padding-top: 0;
  }

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

  .wide-column-text-box.left {
    margin-left: 4%;
  }

  .wide-column-text-box.fully-functional {
    margin-left: 10%;
  }

  .wide-column-text-box.fully-functional._2cl {
    margin-left: 5%;
    padding-right: 101px;
  }

  .mini-section-icon {
    display: none;
  }

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

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

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

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

  .text-box._12 {
    margin-bottom: 60px;
  }

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

  .text-box.design-1 {
    padding: 64px;
  }

  .feature-column {
    padding-left: 30px;
    padding-right: 30px;
  }

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

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

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

  .pricing-column {
    border-bottom: 1px solid var(--lines);
    width: 70%;
  }

  .pricing-column._1 {
    border-bottom: 1px solid var(--lines);
    border-right-style: none;
    padding-top: 0;
  }

  .faq-item {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .footer-column {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

  .client-box-2 {
    border-right-style: none;
    width: 50%;
  }

  .client-box-3 {
    border-right-style: solid;
    width: 50%;
  }

  .client-box-4 {
    border-right-style: none;
    width: 50%;
  }

  .client-box-5, .client-box-6, .client-box-7 {
    width: 50%;
  }

  .client-box-8 {
    border-right-style: none;
    width: 50%;
  }

  .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-left: 20px;
    padding-right: 20px;
  }

  .key-data-section {
    justify-content: center;
  }

  .tabs {
    margin-bottom: 45px;
  }

  .tab-pane {
    padding-right: 40px;
  }

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

  .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 {
    border-bottom: 1px solid var(--lines);
    border-right-style: none;
    width: 70%;
    max-width: 400px;
    padding-top: 0;
  }

  .intro-feature-2 {
    border-bottom: 1px solid var(--lines);
    border-right-style: none;
    width: 70%;
    max-width: 400px;
  }

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

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

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

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

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

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

  .wide-column-2 {
    background-image: url('../images/Planos-trans.png');
    background-repeat: no-repeat;
    background-size: 720px;
    background-attachment: scroll;
  }

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

  .pricing-column-2 {
    border-bottom: 1px solid var(--lines);
    border-right-style: none;
    width: 70%;
  }

  .pricing-column-3 {
    border-bottom: 1px solid var(--lines);
    width: 70%;
  }

  ._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, ._50-percent-column-15 {
    width: 100%;
  }

  .heading-5 {
    font-size: 28px;
  }

  ._30-percent-column {
    width: 80%;
  }

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

  .more-item {
    justify-content: center;
  }

  .heading-12 {
    font-size: 32px;
    line-height: 50px;
  }

  .hero-slide-header {
    font-size: 50px;
    line-height: 60px;
  }

  .paragraph-big {
    text-shadow: 1px 1px 6px #555;
    font-size: 16px;
    line-height: 28px;
  }

  .hero-slider-section {
    height: 400px;
  }

  .hero-slider-arrow {
    margin-top: 56px;
  }

  .hero-slide.hero-slide-2 {
    background-image: linear-gradient(to bottom, var(--royal-blue), var(--royal-blue)), url('../images/cambridge-slide-2880.jpg');
    background-size: auto, cover;
  }

  .columns {
    display: flex;
  }

  .column-2 {
    padding-left: 160px;
    display: none;
  }

  .nav-menu-5, .nav-menu-6 {
    position: absolute;
  }

  .nav-menu {
    background-image: linear-gradient(to bottom, var(--links), var(--links));
    position: absolute;
  }

  .navbar-menu {
    position: absolute;
    top: 66px;
    bottom: -476px;
  }

  .nav-menu-7 {
    position: absolute;
    bottom: -476px;
    left: 0;
    right: 0;
  }

  .container-2 {
    position: absolute;
  }

  .features-itm {
    padding-left: 10%;
    padding-right: 10%;
  }

  .footer-grid {
    flex-flow: column;
    grid-auto-columns: 1fr;
  }

  .footer-copy {
    margin-top: 32px;
  }

  .nav__top__link {
    padding-top: 12px;
    padding-bottom: 14px;
  }

  .nav-dropdown-icon {
    font-size: 16px;
  }

  .nav-logo-icn {
    max-height: 40px;
  }

  .section-heading-wrap {
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 479px) {
  .content-section {
    background-image: none;
    margin-left: 2px;
  }

  .content-section.contact-us {
    margin-left: 0;
  }

  .content-section.applescreens {
    background-image: url('../images/pms-laptop-full.jpg'), linear-gradient(to bottom, null, null);
    background-position: 50%, 0 0;
  }

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

  .brand {
    margin-top: 0;
  }

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

  .hero-section.work {
    height: 30vh;
    min-height: 250px;
  }

  .hero-section.home {
    margin-top: 20px;
  }

  .large {
    font-size: 2.8em;
  }

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

  .intro-text {
    margin-bottom: 20px;
    padding-top: 10px;
  }

  .intro-box {
    width: 100%;
  }

  .flex-wrapper.mobile-center._2 {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .text-link.on-mobile {
    display: none;
  }

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

  .header-box.center.edit {
    margin-left: 27%;
  }

  .wide-column {
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 600px;
  }

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

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

  .wide-column-text-box.left {
    margin-left: 7%;
    margin-right: 1%;
    padding-top: 0;
    font-size: 14px;
  }

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

  .wide-column-text-box.fully-functional._2cl {
    width: 100%;
  }

  .wide-column-text-box.fully-functional._2cl.box {
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 0%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .wide-column-text-box.right {
    margin-right: -17%;
    padding-right: 16px;
  }

  .mini-section {
    padding-left: 68px;
  }

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

  .mini-section-box-middle {
    margin-left: 25px;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .line-with-dots {
    margin-top: 22px;
    margin-bottom: 22px;
  }

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

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

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

  .text-box._6.box {
    margin-bottom: 40px;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .text-box._5 {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

  .text-box.design-1.text {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-box.design-1.box {
    margin-bottom: 40px;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-column {
    width: 100%;
  }

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

  .feature-column._2.cl-3 {
    border-left-style: none;
    border-right-style: none;
    margin-top: -14px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-column._2.two {
    border-left-style: none;
    border-right-style: none;
    margin-top: -21px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-column._3 {
    border-right-style: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-column._3.cl3.six {
    margin-top: -103px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-column._3.three {
    margin-top: -52px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-column._4, .feature-column._6 {
    width: 100%;
  }

  .feature-column._5 {
    border-bottom: 1px solid var(--lines);
    border-right-style: none;
    width: 100%;
  }

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

  .feature-column._1.cl1.four {
    margin-top: -52px;
  }

  .feature-column._1.cl-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-column._1.one {
    margin-top: -38px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-member {
    width: 100%;
  }

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

  .work-sample {
    width: 100%;
    margin-bottom: 8%;
  }

  .slide-arrow {
    display: none;
  }

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

  .pricing-column, .post-preview {
    width: 100%;
  }

  .footer {
    padding-left: 15px;
  }

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

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

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

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

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

  .footer-column._2 {
    border-bottom: 1px solid var(--lines);
    border-left-style: none;
    border-right-style: none;
    justify-content: flex-start;
    width: 100%;
    margin-left: -12px;
  }

  .footer-column._1 {
    border-bottom: 1px solid var(--lines);
    border-right-style: none;
    width: 100%;
    padding-left: 0;
  }

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

  .post-hero {
    height: 60vh;
    min-height: 300px;
    margin-top: 70px;
  }

  .poster-header {
    margin-top: -90px;
  }

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

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

  .heading-4 {
    font-size: 17.5px;
  }

  .authors-details {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

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

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

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

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

  .client-box-7 {
    border-bottom: 1px solid var(--lines);
    border-right-style: none;
    width: 80%;
  }

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

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

  .tabs {
    width: 100%;
  }

  .tab-pane {
    padding-left: 42px;
    padding-right: 9px;
  }

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

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

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

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

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

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

  .content-box.medium, .intro-box-2, .intro-box-3 {
    width: 100%;
  }

  .content-section-gray {
    padding-top: 0;
  }

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

  .iphone.one {
    margin-top: 1px;
    margin-left: 0;
  }

  .item-2 {
    margin-top: -40px;
  }

  .item-3 {
    margin-top: -52px;
  }

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

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

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

  ._50-percent-column-7, ._50-percent-column-8, ._50-percent-column-12, ._50-percent-column-9, ._50-percent-column-9.mobile-bottom-border {
    width: 100%;
  }

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

  ._50-percent-column-11, .wide-text-column-2 {
    width: 100%;
  }

  .wide-column-2 {
    background-position: 50%;
    width: 100%;
    height: 600px;
    margin-top: 25px;
  }

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

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

  .slider-arrow {
    display: none;
  }

  .hero-line-box {
    margin-top: -38px;
  }

  .hero-line-box.w--current {
    overflow: visible;
  }

  .hero-line {
    height: 60px;
    margin-top: 30px;
    overflow: visible;
  }

  .heading-5 {
    font-size: 24px;
  }

  ._70percent-column {
    width: 100%;
    padding-left: 0;
  }

  ._30-percent-column, ._30-percent-column.mobile-bottom-border {
    width: 100%;
  }

  .paragraph {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-11 {
    font-size: 18px;
    line-height: 28px;
  }

  .heading-12 {
    margin-top: 0;
    margin-bottom: 52px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 26px;
    line-height: 40px;
  }

  .hero-slide-header {
    font-size: 36px;
    line-height: 46px;
  }

  .scroll-down-link {
    width: 25%;
    padding-top: 0;
  }

  .paragraph-big {
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
  }

  .hero-slider-section {
    height: 50vh;
  }

  .hero-slider-nav {
    font-size: 9px;
    display: none;
  }

  .hero-slider-arrow {
    display: none;
  }

  .hero-slide.hero-slide-2 {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/cambridge-slide-2880.jpg');
    background-size: auto, cover;
  }

  .hero-slide-info {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .block-quote {
    margin-right: 1px;
    padding-right: 7px;
    font-size: 20px;
    line-height: 30px;
  }

  .bold-text-3 {
    font-size: 17px;
    line-height: 20px;
  }

  .paragraph-8 {
    font-size: 16px;
  }

  .paragraph-9 {
    font-size: 16px;
    font-style: normal;
  }

  .paragraph-10, .paragraph-11, .paragraph-12, .paragraph-13, .paragraph-14 {
    font-size: 16px;
  }

  .block-quote-2 {
    text-align: center;
    margin-left: -36px;
    font-size: 20px;
    line-height: 30px;
  }

  .heading-13 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .columns {
    float: none;
    justify-content: center;
    margin-left: 15px;
    padding-left: 18px;
    display: flex;
  }

  .paragraph-15 {
    font-size: 14px;
  }

  .paragraph-16 {
    margin-right: 9px;
    font-size: 14px;
  }

  .column-2 {
    padding-left: 42px;
  }

  .columns-2 {
    margin-top: 40px;
  }

  .div-block-4 {
    text-align: center;
  }

  .section-content-three {
    margin-top: -89px;
  }

  .column-5 {
    background-position: 50%;
  }

  .image-10 {
    margin-left: 2%;
  }

  .column-6 {
    margin-bottom: 44px;
  }

  .column-8 {
    margin-top: 30px;
  }

  .form-block {
    margin-left: -34px;
  }

  .nav-menu-8 {
    width: 100%;
    color: var(--links);
  }

  .div-block-9 {
    margin-left: 10%;
  }

  .contact-us-form-wrap, .contact-us-text-b {
    padding: 40px;
  }
}

@media screen and (max-width: 991px) {
  #w-node-bf05a8f3-41bb-ecdd-164e-1b49d56dcbd9-a77cdc3b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_69ac8e75-1028-d1ae-1e4a-b04cd91b339e-a77cdc3b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_58c04b9f-b4f9-ba26-64b7-34ab78004a2a-a77cdc3b {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_3224613d-3605-a4b1-4c4c-b2e53b455d7d-a77cdc3b {
    grid-area: 3 / 1 / 4 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bf05a8f3-41bb-ecdd-164e-1b49d56dcbd9-a77cdc3b, #w-node-_3224613d-3605-a4b1-4c4c-b2e53b455d7d-a77cdc3b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Librebaskerville';
  src: url('../fonts/librebaskerville-bold-webfont.eot') format('embedded-opentype'), url('../fonts/librebaskerville-bold-webfont.woff') format('woff'), url('../fonts/LibreBaskerville-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Librebaskerville';
  src: url('../fonts/librebaskerville-regular-webfont.eot') format('embedded-opentype'), url('../fonts/librebaskerville-regular-webfont.woff') format('woff'), url('../fonts/LibreBaskerville-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Librebaskerville';
  src: url('../fonts/librebaskerville-italic-webfont.eot') format('embedded-opentype'), url('../fonts/librebaskerville-italic-webfont.woff') format('woff'), url('../fonts/LibreBaskerville-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Muli webfont';
  src: url('../fonts/muli-bold-webfont.eot') format('embedded-opentype'), url('../fonts/muli-bold-webfont.woff') format('woff'), url('../fonts/muli-bold-webfont.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Muli webfont';
  src: url('../fonts/muli-light-webfont.eot') format('embedded-opentype'), url('../fonts/muli-light-webfont.woff') format('woff'), url('../fonts/muli-light-webfont.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Muli webfont';
  src: url('../fonts/muli-webfont.eot') format('embedded-opentype'), url('../fonts/muli-webfont.woff') format('woff'), url('../fonts/muli-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}