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

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

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

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

h2 {
  margin-top: 20px;
  margin-bottom: 9vh;
  font-family: 'Fjalla - Web', Impact, sans-serif;
  font-size: 60px;
  line-height: 36px;
  font-weight: 700;
  text-transform: uppercase;
}

h4 {
  margin-top: 5vh;
  margin-bottom: 3vh;
  font-family: 'Fjalla - Web', Impact, sans-serif;
  font-size: 30px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  margin-bottom: 3vh;
  font-family: 'Lora - Web', Georgia, sans-serif;
  color: #646464;
  font-size: 20px;
  line-height: 1.6em;
}

.section---intro {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  font-family: 'Fjalla - Web', Impact, sans-serif;
}

.hero-heading {
  position: relative;
  width: auto;
  margin-top: -7vh;
  margin-bottom: 0px;
  margin-left: -11vw;
  padding-left: 1px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Fjalla One';
  color: #f5f8fa;
  font-size: 6vw;
  line-height: 1.2em;
  text-align: left;
}

.p---hero-subheading {
  position: relative;
  left: 0px;
  top: 0%;
  margin: 1% 7% -5% 15%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Lora;
  color: #ffe3e3;
  font-size: 1.8vw;
  line-height: 1.6em;
  font-weight: 400;
  text-align: left;
}

.section---about {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  font-family: 'Fjalla - Web', Impact, sans-serif;
  color: #333;
}

.section---work {
  font-family: 'Fjalla - Web', Impact, sans-serif;
}

.strip {
  position: relative;
  width: 100px;
  height: 10px;
  background-color: #f2fc8b;
}

.strip.yellow {
  display: none;
  width: 140px;
  margin-top: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #eaff12;
}

.background {
  font-family: 'Fjalla - Web', Impact, sans-serif;
}

.bg-intro {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  height: 101vh;
  background-color: #fff;
  background-image: url('../images/BG.jpg');
  background-position: 50% 45%;
  background-size: 96vw 95vh;
  background-repeat: no-repeat;
  opacity: 0;
}

.bg-about {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Nomads_Transparent.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}

.bg-work {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  background-color: #202020;
  opacity: 0;
}

.project-1 {
  width: 50%;
  height: auto;
  max-width: 1000px;
  padding-right: 2vw;
  float: left;
  clear: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.project-2 {
  width: 50%;
  max-width: 1000px;
  margin-top: 7.5%;
  padding-left: 2vw;
  float: right;
  clear: right;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.project-container-block {
  display: block;
  width: 100%;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 20% 5vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.project-3 {
  display: block;
  width: 50%;
  max-width: 1000px;
  margin-top: 7.5%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2vw;
  float: left;
}

.project-4 {
  width: 50%;
  max-width: 1000px;
  margin-top: 7.5%;
  padding-left: 2vw;
  float: right;
  clear: right;
}

.project-5 {
  display: inline-block;
  width: 50%;
  max-width: 1000px;
  margin-top: 7.5%;
  padding-right: 2vw;
  float: left;
  clear: left;
}

.project-6 {
  width: 50%;
  margin-top: 7.5%;
  padding-left: 3%;
  float: right;
  clear: right;
}

.section---footer {
  font-family: 'Fjalla - Web', Impact, sans-serif;
}

.bg--footer {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  display: block;
  margin-right: auto;
  margin-bottom: 0%;
  margin-left: auto;
  background-image: url('../images/Nomads-Blue-BG.png');
  background-position: 50% 45%;
  background-size: 96vw 95vh;
  background-repeat: no-repeat;
  opacity: 0;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 70px;
  padding-bottom: 50px;
  padding-left: 70px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: 'Fjalla - Web', Impact, sans-serif;
}

.column-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding: 100px 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-container.footer {
  height: 65vh;
  padding: 0px 7% 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Fjalla - Web', Impact, sans-serif;
}

.column-container.project-intro {
  position: relative;
  top: -40px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.column-container.about {
  margin-bottom: 20vh;
}

.p-description {
  max-width: 900px;
  margin-top: 10px;
  font-family: 'Lora - Web', Georgia, sans-serif;
  color: #333;
  font-size: 22px;
  line-height: 1.8em;
  font-weight: 500;
}

.p-description.white {
  max-width: 800px;
  margin-bottom: 5vh;
  color: #fff;
}

.p-description.header {
  font-family: 'Fjalla - Web', Impact, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
}

.footer---middle {
  display: block;
}

.social-links.linkedin {
  margin-right: 30px;
  cursor: pointer;
}

.footer-text {
  display: inline-block;
  font-family: 'Lato - Web', Arial, sans-serif;
  color: #fff;
}

.link-block {
  position: relative;
  overflow: visible;
  box-shadow: 3px 10px 22px -10px #000;
}

.hover-dark {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(51, 51, 51, 0.4);
}

.project-description-box {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;
  height: 180px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 55px 40px 30px;
  border-radius: 1px;
  background-color: hsla(0, 0%, 100%, 0.95);
  font-family: 'Fjalla - Web', Impact, sans-serif;
}

.p---tag {
  position: absolute;
  left: -48px;
  top: -70px;
  z-index: 5;
  display: block;
  font-family: 'Fjalla - Web', Impact, sans-serif;
  color: #ff7361;
  font-size: 100px;
  font-weight: 700;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
}

.p---headline {
  position: relative;
  display: block;
  font-family: 'Lora - Web', Georgia, sans-serif;
  color: #333;
  font-size: 25px;
  line-height: 25px;
  font-weight: 500;
  text-decoration: none;
}

.p---headline.box {
  margin-bottom: 1vh;
}

.p---project-description {
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding-left: 2px;
  font-family: 'Lora - Web', Georgia, sans-serif;
  color: #646464;
  line-height: 1.6em;
}

.p---project-description.box {
  font-size: 18px;
}

.button---read-more {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  height: 20px;
  margin-top: 5px;
  float: right;
  font-family: 'Fjalla One';
  color: #ff7361;
  font-size: 16px;
  font-weight: 700;
}

.button---read-more.hide {
  display: block;
  font-family: 'Fjalla - Web', Impact, sans-serif;
  font-size: 15px;
}

.project-image {
  display: block;
}

.bg---services {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  display: block;
  height: 101vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Nomads_1.png');
  background-position: 50% 45%;
  background-size: 96vw 95vh;
  background-repeat: no-repeat;
  opacity: 0;
}

.bg---project---header {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  width: 100%;
  height: 101vh;
  background-image: url('../images/Blueboard_Header.jpg');
  background-position: 0px 0px;
  background-size: 1620px;
  opacity: 1;
}

.bg---project---header.veryan {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgba(0, 0, 0, 0.95)), color-stop(99%, rgba(47, 47, 47, 0.21)), to(rgba(51, 51, 51, 0.2))), url('../images/Veryan_Header.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.95) 10%, rgba(47, 47, 47, 0.21) 99%, rgba(51, 51, 51, 0.2)), url('../images/Veryan_Header.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  opacity: 0;
}

.bg---project---header.blueboard-web {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(53%, hsla(0, 0%, 100%, 0.9)), to(hsla(0, 0%, 100%, 0.1))), url('../images/5bd2829442c547d6dd55f113_Blueboard_Header.jpg');
  background-image: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0.9) 53%, hsla(0, 0%, 100%, 0.1)), url('../images/5bd2829442c547d6dd55f113_Blueboard_Header.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 1620px;
  background-repeat: repeat, no-repeat;
  opacity: 0;
}

.bg---project---header.blueboardux {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 100%, 0.97)), to(hsla(0, 0%, 100%, 0.1))), url('../images/Blueboard_2.jpg');
  background-image: linear-gradient(0deg, hsla(0, 0%, 100%, 0.97), hsla(0, 0%, 100%, 0.1)), url('../images/Blueboard_2.jpg');
  background-position: 0px 0px, 50% 59%;
  background-size: auto, 1620px;
  background-repeat: repeat, no-repeat;
  opacity: 0;
}

.bg---project---header.cradle-ux {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(hsla(0, 0%, 100%, 0.1))), url('../images/Cradle-App-UX.jpg');
  background-image: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0.1)), url('../images/Cradle-App-UX.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  opacity: 0;
}

.bg---project---header.cradle-brand {
  background-image: url('../images/Brand-Identity.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}

.bg---project---header.hectre {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(5%, rgba(0, 0, 0, 0.9)), to(hsla(0, 0%, 100%, 0.2))), url('../images/Hectre-Main-Background.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 5%, hsla(0, 0%, 100%, 0.2)), url('../images/Hectre-Main-Background.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  opacity: 0;
}

.bg---project---header.parkside {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.82)), color-stop(70%, rgba(0, 0, 0, 0.1)), to(hsla(0, 0%, 71.3%, 0.2))), url('../images/Horizontal.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.1) 70%, hsla(0, 0%, 71.3%, 0.2)), url('../images/Horizontal.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  opacity: 0;
}

.bg---project---body {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  width: 100vw;
  background-color: rgba(245, 248, 250, 0.6);
  opacity: 0;
}

.bg---project---footer {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  background-image: url('../images/Nomads-Blue-BG.png');
  background-position: 50% 45%;
  background-size: 96vw 95vh;
  background-repeat: no-repeat;
  opacity: 0;
}

.section---project---header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.h---project-name {
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: -1px;
  padding-left: 0px;
  font-family: Lora;
  color: #fff;
  font-size: 50px;
  line-height: 1.6em;
  font-weight: 500;
  text-transform: none;
}

.h---project-name.dark {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Lora - Web', Georgia, sans-serif;
  color: #333;
  font-size: 45px;
}

.tag---name {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  font-family: 'Fjalla - Web', Impact, sans-serif;
  color: #646464;
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 400;
  text-transform: uppercase;
}

.tag---name.light {
  color: #f5f8fa;
}

.section---project---body {
  padding-top: 150px;
}

.scroll-progress {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.pagination-link {
  position: relative;
  width: 10px;
  height: 10px;
  border: 2px solid #ffe3e3;
  border-radius: 30px;
  color: transparent;
}

.pagination-link.w--current {
  background-color: #ff7361;
  -webkit-transition-property: none;
  transition-property: none;
  font-family: Lora;
  color: #646464;
}

.project-section {
  display: block;
  padding-top: 30%;
  padding-bottom: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination-line {
  width: 2px;
  height: 55px;
  background-color: rgba(255, 115, 97, 0.1);
}

.section-label {
  position: absolute;
  left: 12px;
  top: -7px;
  display: inline-block;
  width: auto;
  font-family: 'Lato - Web', Arial, sans-serif;
  color: hsla(0, 0%, 39.2%, 0.5);
  font-size: 10px;
  text-decoration: none;
  text-transform: uppercase;
}

.image-slider-container {
  position: relative;
  overflow: hidden;
  margin-top: 5%;
  margin-bottom: 5%;
}

.slider {
  width: 100%;
  max-height: 1000px;
  min-height: 500px;
  background-color: rgba(245, 248, 250, 0.6);
}

.slide-nav {
  display: none;
  margin-bottom: 15px;
}

.mask {
  display: block;
  overflow: visible;
  width: 33.33%;
  height: 50vh;
  max-height: 470px;
  min-height: 250px;
  margin-right: auto;
  margin-left: auto;
  background-color: #f5f8fa;
  box-shadow: 0 1px 18px -6px #939393;
}

.individual-slide {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.image {
  display: inline-block;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.body {
  background-color: rgba(245, 248, 250, 0.6);
  font-family: 'Fjalla - Web', Impact, sans-serif;
}

.image-block {
  overflow: hidden;
  max-height: 760px;
}

.h---hero-heading {
  position: relative;
  display: block;
  margin: 0px 42px 0px 23px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Fjalla - Web', Impact, sans-serif;
  color: #f5f8fa;
  font-size: 6vw;
  text-align: center;
  letter-spacing: -1px;
}

.h---hero-heading.orange {
  margin-left: 1.5vw;
  color: #ff7361;
  font-size: 6vw;
}

.h---hero-heading.no-padding {
  font-size: 6vw;
}

.h---hero-heading.transform {
  margin: 10vw 10vw 12vw;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 101vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro-launch {
  position: fixed;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  padding-top: 20%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.intro-launch.hide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Fjalla - Web', Impact, sans-serif;
}

.horizontal {
  position: absolute;
  display: block;
  width: 125px;
  height: 5px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 2px;
  background-color: #f5f8fa;
}

.vertical {
  position: absolute;
  display: block;
  width: 125px;
  height: 5px;
  border-radius: 2px;
  background-color: #fff;
}

.north {
  position: absolute;
  left: 0px;
  top: -30px;
  right: 0px;
  font-family: 'Fjalla - Web', Impact, sans-serif;
  color: #ff7361;
  font-size: 20px;
  text-align: center;
}

.compass-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 125px;
  height: 125px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.n-float {
  position: relative;
  display: block;
  margin: 0px auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Fjalla - Web', Impact, sans-serif;
  color: #ff7361;
  font-size: 6vw;
  text-align: center;
}

.hero-title {
  position: absolute;
  top: 45%;
}

.line-1 {
  position: relative;
  left: 0px;
  width: 36px;
  height: 2px;
  background-color: #fff;
  text-align: right;
}

.line-2 {
  position: relative;
  left: 10px;
  width: 26px;
  height: 2px;
  margin-top: 6px;
  margin-right: 11px;
  border-radius: 100px;
  background-color: #ff7361;
}

.line-3 {
  position: relative;
  left: 20px;
  width: 16px;
  height: 2px;
  margin-top: 8px;
  background-color: #fff;
}

.nav-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Fjalla - Web', Impact, sans-serif;
}

.nav-bar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-bar-hamburger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Fjalla - Web', Impact, sans-serif;
}

.nav-bar-open {
  position: relative;
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.navbar-open-link {
  overflow: hidden;
  width: 36px;
  height: 22px;
}

.nav-bar-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/NOMADS.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.nav-bar-logo.white {
  background-image: url('../images/nomads_white.png');
}

.menu {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: block;
  overflow: hidden;
  min-height: 100vh;
  background-color: #aee0e6;
}

.menu.hide {
  display: none;
}

.menu-background {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Fjalla - Web', Impact, sans-serif;
}

.menu-navbar-container {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  margin-right: 10vw;
  margin-left: 10vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.close-line-1 {
  position: relative;
  width: 28px;
  height: 28px;
  background-image: url('../images/Line2.svg');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.close-line-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 28px;
  height: 28px;
  background-image: url('../images/Line1.svg');
  background-position: 50% 50%;
  background-size: 23px;
  background-repeat: no-repeat;
}

.menu-close-link {
  position: relative;
  left: 0px;
  top: 0px;
  overflow: hidden;
  width: 28px;
  height: 28px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.menu-close {
  position: relative;
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.menu-page-links {
  position: relative;
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-left: 10vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.menu-link {
  margin-top: 2%;
  margin-bottom: 2%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Fjalla - Web', Impact, sans-serif;
  color: #333;
  font-size: 3vw;
  line-height: 4vw;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}

.menu-link:hover {
  color: #f5f8fa;
}

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

.cradle-logo {
  position: absolute;
  left: 32%;
  right: 32%;
  bottom: 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.cradle-logo.showcase {
  position: static;
  margin-top: 5%;
  margin-bottom: 5%;
}

.circle-1 {
  width: 20px;
  height: 20px;
  margin-right: 11px;
  border-radius: 100px;
  background-color: #40b9fc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#32e29c), to(#40b9fc));
  background-image: linear-gradient(180deg, #32e29c, #40b9fc);
}

.line-4 {
  width: 20px;
  height: 52px;
  margin-right: 11px;
  border-radius: 100px;
  background-color: #40b9fc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#32e29c), to(#40b9fc));
  background-image: linear-gradient(180deg, #32e29c, #40b9fc);
}

.line-5 {
  width: 20px;
  height: 92px;
  margin-right: 11px;
  border-radius: 100px;
  background-color: #40b9fc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#32e29c), to(#40b9fc));
  background-image: linear-gradient(180deg, #32e29c, #40b9fc);
}

.middle-line {
  width: 20px;
  height: 127px;
  margin-right: 11px;
  border-radius: 100px;
  background-color: #40b9fc;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(-2%, #32e29c), color-stop(0%, #32e29c), to(#40b9fc));
  background-image: linear-gradient(180deg, #32e29c -2%, #32e29c 0%, #40b9fc);
}

.line-6 {
  width: 20px;
  height: 92px;
  margin-right: 11px;
  border-radius: 100px;
  background-color: #40b9fc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#32e29c), to(#40b9fc));
  background-image: linear-gradient(180deg, #32e29c, #40b9fc);
}

.circle-2 {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background-color: #40b9fc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#32e29c), to(#40b9fc));
  background-image: linear-gradient(180deg, #32e29c, #40b9fc);
}

.phone-block-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 43vw;
  padding-top: 50px;
  padding-bottom: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f8fa;
}

.presence-description {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Fjalla - Web', Impact, sans-serif;
  color: #909090;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  text-align: left;
}

.presence-description.slider {
  margin-left: 0px;
  color: #a09999;
}

.presence-description.title {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #909090;
  text-align: center;
}

.call-id {
  display: block;
  padding-top: 50px;
}

.end-call {
  display: block;
  width: 70px;
  height: 70px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100px;
  background-color: #ff3b30;
  background-image: url('../images/End-Call_2End Call.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.end-call:hover {
  background-color: #d42e25;
}

.end-call.no-margin {
  margin-top: 0px;
  background-image: url('../images/End-Call_2End Call.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.dial {
  position: static;
  display: block;
  width: 70px;
  height: 70px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  border-radius: 100px;
  background-color: #f0f0f0;
  background-image: url('../images/Call-Icon_2Call Icon.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.dial:hover {
  background-color: #e7e7e7;
}

.empty {
  width: 70px;
  height: 70px;
}

.incoming-call-container {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2;
  display: none;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 39.2%, 0.5)), to(rgba(64, 185, 252, 0.9))), url('../images/Yosemite_1.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 39.2%, 0.5), rgba(64, 185, 252, 0.9)), url('../images/Yosemite_1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.incoming-call-container.crm {
  display: block;
  border-radius: 6px;
}

.enriched-call-container {
  display: block;
  overflow: hidden;
  width: 300px;
  height: auto;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, 0.4);
  box-shadow: none;
  font-family: 'Fjalla - Web', Impact, sans-serif;
}

.incoming-call-interaction {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 90px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.enriched-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.enriched-row._1 {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-family: 'Fjalla - Web', Impact, sans-serif;
}

.enriched-row._1.hide {
  display: none;
}

.enriched-row._3 {
  font-family: 'Fjalla - Web', Impact, sans-serif;
}

.enriched-row._3.post-smart-connect {
  background-color: #32e29c;
  box-shadow: 0 0 10px -2px #909090;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.enriched-row._4 {
  font-family: 'Fjalla - Web', Impact, sans-serif;
}

.enriched-row._2 {
  font-family: 'Fjalla - Web', Impact, sans-serif;
}

.enriched-row._5.button {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: none;
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0.97);
}

.enriched-description {
  overflow: visible;
  height: 35px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Fjalla - Web', Impact, sans-serif;
  line-height: 14px;
}

.enriched-icon {
  width: 30px;
  height: 35px;
  margin-right: 2px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/Inbound_2Inbound.png');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.enriched-icon.hubspot {
  background-image: url('../images/Hubspot_2Hubspot.png');
  background-position: 50% 50%;
  background-size: 20px;
  font-family: 'Fjalla - Web', Impact, sans-serif;
}

.enriched-icon.user {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/User_2User.png');
  background-size: 20px;
  font-family: 'Fjalla - Web', Impact, sans-serif;
}

.enriched-icon.role-dial {
  width: 30px;
  margin-left: 0px;
  background-image: url('../images/Role-Dial_1.png');
  background-position: 50% 50%;
  background-size: 16px;
  font-family: 'Fjalla - Web', Impact, sans-serif;
}

.enriched-icon.incoming {
  background-image: url('../images/Inbound_3Inbound.png');
  background-size: 18px;
  font-family: 'Fjalla - Web', Impact, sans-serif;
}

.enriched-icon.incoming {
  background-image: url('../images/Inbound_1Inbound.png');
  background-size: 18px;
}

.enriched-icon.user {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/User_1User.png');
  background-size: 20px;
}

.enriched-icon.role-dial {
  width: 30px;
  margin-left: 0px;
  background-image: url('../images/Role-Dial.png');
  background-position: 50% 50%;
  background-size: 16px;
}

.enriched-icon.hubspot {
  background-image: url('../images/Hubspot_1Hubspot.png');
  background-position: 50% 50%;
  background-size: 20px;
}

.name {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Lato - Web', Arial, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}

.name.small {
  font-family: 'Lato - Web', Arial, sans-serif;
  font-size: 16px;
}

.incoming {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Lato - Web', Arial, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.enriched-description-label {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Lato - Web', Arial, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 14px;
  font-weight: 400;
  text-transform: none;
}

.enriched-description-label.green {
  color: #32e29c;
}

.on-call-keypad {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 30px;
  display: block;
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
}

.presence {
  width: 14px;
  height: 14px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 8px;
  border-radius: 100px;
  background-color: #32e29c;
  font-family: Lato, sans-serif;
  color: #32e29c;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
}

.presence.orange {
  margin-right: 5px;
  border: 2px solid #fff;
  font-family: 'Lato - Web', Arial, sans-serif;
}

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

.phone-container {
  position: relative;
  left: 0px;
  top: 0vh;
  right: 0px;
  display: block;
  width: 350px;
  height: 630px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 1px 30px -3px hsla(0, 0%, 39.2%, 0.5);
}

.line-separator {
  width: 2px;
  background-color: #333;
  font-family: 'Fjalla - Web', Impact, sans-serif;
}

.line-separator.light {
  margin-right: 0%;
  margin-left: 0%;
  background-color: #fff;
}

.tags-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 5%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.grid-image-container {
  position: relative;
  display: -ms-grid;
  display: grid;
  margin-top: 5%;
  margin-bottom: 5%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.grid-image-container._2x3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.grid-image-container.large-iphone {
  max-width: 100vw;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.grid-image-container._3x1 {
  margin-right: 15%;
  margin-left: 15%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-image-container._3x3 {
  margin-right: 20%;
  margin-left: 20%;
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.grid-image-container._4-x-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.tile {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.tile.long {
  width: 20vw;
  height: 50vh;
  max-height: 550px;
  max-width: 400px;
}

.website-embed {
  overflow: hidden;
  width: 85%;
  height: 65vh;
  margin-top: 5%;
  margin-bottom: 5%;
  padding: 15px 20px 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  box-shadow: 0 3px 18px -6px #939393;
}

.website-embed.mobile {
  width: 35%;
  height: 70vh;
  max-width: 400px;
  margin-top: 5%;
  margin-bottom: 5%;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  box-shadow: 0 3px 18px -6px #939393;
}

.website-embed.webapp {
  width: 85%;
  height: 66vh;
  max-width: 1600px;
  padding: 0px -5px 0px 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.website-embed.webapp.large {
  width: 85%;
  height: 90vh;
  max-height: 960px;
}

.website-embed.webapp.cradle {
  overflow: hidden;
  height: 80vh;
  max-height: 850px;
  padding-right: 18px;
}

.html-embed {
  height: 110vh;
  margin-right: -36px;
  margin-left: -5px;
}

.html-embed.mobile {
  margin-right: -20px;
}

.image-frame {
  width: 85%;
  height: auto;
  margin-bottom: 5%;
  box-shadow: 0 2px 18px -5px #939393;
}

.image-frame.medium {
  position: relative;
  overflow: hidden;
  width: 50%;
  height: auto;
  max-width: 1000px;
  box-shadow: 0 6px 16px -8px #333;
}

.image-frame.wide {
  overflow: hidden;
  width: 70%;
  height: 70vh;
  margin-top: 5%;
}

.image-frame.wide.long {
  height: 72.5vh;
  max-height: 685px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-frame.ipad {
  width: 50%;
  margin-top: 5%;
  box-shadow: none;
}

.description {
  width: 60%;
  max-width: 1000px;
  margin-top: 3%;
  margin-bottom: 5%;
  padding: 1%;
}

.p---body-description {
  font-family: 'Open Sans - Web', Verdana, sans-serif;
  color: #646464;
  font-size: 18px;
  line-height: 1.8em;
  font-weight: 400;
}

.html-embed---webapp {
  overflow: auto;
  height: 110vh;
  margin: -20px -35px -20px -20px;
}

.html-embed---webapp.mobile {
  margin-top: 0px;
  margin-right: -15px;
  margin-left: 0px;
}

.html-embed---webapp.cradle-ux {
  height: 100vh;
  margin-left: -20px;
}

.html-embed---webapp.hectre {
  margin-right: -35px;
}

.html-embed---webapp.parkside {
  margin-top: 0px;
}

.image-split-container {
  position: relative;
  width: 50%;
  margin-top: 5%;
  margin-bottom: 10%;
  box-shadow: 0 3px 18px -6px #939393;
}

.bg---top {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: #fff;
}

.h---section-title {
  font-family: 'Lora - Web', Georgia, sans-serif;
  color: #333;
  font-size: 40px;
  line-height: 1.6em;
  font-weight: 400;
  text-transform: none;
}

.icon {
  margin-top: 265%;
  margin-bottom: 265%;
  color: rgba(51, 51, 51, 0.2);
}

.icon-2 {
  margin-top: 265%;
  margin-bottom: 265%;
  color: #fff;
}

.hover-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(140deg, #ecc8c8, rgba(255, 227, 227, 0.5));
}

.p---view-more {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 40%;
  font-family: 'Open Sans - Web', Verdana, sans-serif;
  color: #646464;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.p---view-more.white {
  color: #fff;
}

.text-span-2 {
  color: #fff;
}

.text-span-3 {
  color: #fff;
}

.text-span-4 {
  color: #fff;
}

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

.text-span-6 {
  color: #fff;
}

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

.button---tag-name {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  height: 20px;
  font-family: 'Fjalla One';
  font-size: 16px;
  text-decoration: none;
}

.bold-text {
  font-family: 'Fjalla - Web', Impact, sans-serif;
  color: #333;
  font-size: 15px;
}

.zoom {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 45%;
  display: block;
  width: 30px;
  height: 30px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  background-image: url('../images/Zoom.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.zoomed-image {
  position: relative;
  width: 100%;
}

.tile-image {
  width: 20vw;
  height: 60vh;
  background-image: url('../images/Welcome.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.tile-image.welcome---ios {
  width: 19vw;
  float: right;
  background-image: url('../images/Welcome_1.png');
}

.tile-image.transfer---ios {
  background-image: url('../images/Transfer_3.png');
}

.tile-image.oncall---ios {
  background-image: url('../images/On-Call.png');
}

.tile-image.detailed-call {
  background-image: url('../images/Detailed.png');
}

.tile-image.smart {
  background-image: url('../images/Smart.png');
}

.tile-image.detailed-android {
  background-image: url('../images/Detailed-Android.png');
}

.tile-image.map-android {
  background-image: url('../images/Map-Android.png');
}

.tile-image.recent-android {
  width: 19vw;
  float: right;
  background-image: url('../images/Recent-Android.png');
}

.tile-image.hamburger {
  background-image: url('../images/Hamburger-Android.png');
}

.tile-image.alerts-android {
  width: 19vw;
  background-image: url('../images/Alerts-Android.png');
}

.tile-image.smart-status {
  width: 19vw;
  background-image: url('../images/Status.png');
}

.tile-image.my-team-empty {
  background-image: url('../images/My-Team-Empty-State.png');
}

.tile-image.my-team-home {
  background-image: url('../images/My-Team-Home.png');
}

.tile-image.all-tasks {
  background-image: url('../images/All-Tasks.png');
}

.tile-image.map-view {
  background-image: url('../images/Map-Quick-View.png');
}

.tile-image.individual-timesheet {
  background-image: url('../images/TimesheetIndividual.png');
  background-size: contain;
}

.tile-image.drawer {
  background-image: url('../images/My-Team-Navigation.png');
}

.tile-image.filter {
  background-image: url('../images/Filter.png');
  background-size: contain;
}

.tile-image.employee-signin {
  background-image: url('../images/Employee-Sign-in.png');
}

.tile-image.clockout {
  background-image: url('../images/Clock-Out.png');
}

.tile-image.assign-task {
  background-image: url('../images/Assign-Task.png');
}

.tile-image.uncompleted {
  background-image: url('../images/Uncompleted.png');
  background-size: contain;
}

.alert-notification-container {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  display: none;
  height: 140px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#32e29c), to(#40b9fc));
  background-image: linear-gradient(180deg, #32e29c, #40b9fc);
  box-shadow: 0 1px 30px -3px hsla(0, 0%, 39.2%, 0.5);
}

.hide-slideout {
  margin-top: 5px;
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  color: #32e29c;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  cursor: default;
}

.headset-connection {
  position: absolute;
  top: 6px;
  right: 5px;
  bottom: 0px;
  display: none;
  width: 60px;
  height: 60px;
  background-image: url('../images/Headset_1Headset.png');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.headset-connection.error {
  display: block;
  background-image: url('../images/Red_Headset_1Red_Headset.png');
  background-size: 30px;
}

.country-code-abbreviation {
  padding-left: 8px;
}

.country-code-abbreviation.settings {
  position: absolute;
  top: 16px;
  right: 30px;
  bottom: 0px;
  padding-top: 6px;
}

.hash {
  display: block;
  width: 16px;
  margin: 0px auto;
  padding-top: 14px;
  font-family: Lato, sans-serif;
  color: #a09999;
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
}

.plus {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 16px;
  padding-bottom: 20px;
}

.subheading {
  margin-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  color: #646464;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  text-align: center;
}

.alert-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 52px;
  height: 52px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fff;
}

.profile-picture {
  position: relative;
  display: block;
  width: 86px;
  height: 86px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100px;
  background-color: rgba(50, 226, 156, 0.9);
}

.line {
  width: 95%;
  height: 1px;
  float: right;
  background-color: #eaeaea;
}

.large-button-heading {
  padding-bottom: 1px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.large-button-heading.orange {
  color: #ff7e67;
}

.large-button-heading.green {
  color: #32e29c;
}

.output {
  position: absolute;
  top: 13px;
  right: 13px;
  bottom: 0px;
}

.slider-2 {
  position: absolute;
  z-index: 2;
  display: none;
  overflow: visible;
  width: 315px;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.95);
  box-shadow: 0 0 20px -6px #646464;
}

.row-name {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 6px;
  font-family: Lato, sans-serif;
  color: #646464;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}

.dialpad {
  position: absolute;
  left: 0px;
  top: 6px;
  right: 0px;
  display: block;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/Keypad_Green_1Keypad_Green.png');
  background-position: 50% 50%;
  background-size: 29px;
  background-repeat: no-repeat;
}

.keypad-slideout {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 100%;
  height: 410px;
  padding-top: 30px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #fff;
  box-shadow: 0 -1px 30px -3px hsla(0, 0%, 39.2%, 0.5);
}

.logo {
  position: absolute;
  left: 0px;
  top: 20px;
  right: 0px;
  display: block;
  width: 45px;
  margin-right: auto;
  margin-left: auto;
}

.large-circle {
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 100px;
  background-color: hsla(0, 0%, 100%, 0.25);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.large-circle.hide {
  display: none;
  background-color: transparent;
}

.large-circle.back-to-call {
  background-image: url('../images/BacktoCall_1BacktoCall.png');
  background-position: 50% 50%;
  background-size: 32px;
  background-repeat: no-repeat;
}

.large-circle.transfer {
  background-image: url('../images/Transfer_1Transfer.png');
  background-position: 50% 50%;
  background-size: 32px;
  background-repeat: no-repeat;
}

.large-circle.transfer-now {
  display: block;
  margin-top: 63px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/Transfer-Now_1Transfer Now.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.large-circle.audio {
  background-image: url('../images/Speaker-Icon_2Speaker Icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.large-circle.mute {
  background-image: url('../images/Mute_White_1Mute_White.png');
  background-position: 50% 50%;
  background-size: 21px;
  background-repeat: no-repeat;
}

.large-circle.keypad1 {
  background-image: url('../images/Keypad_White_1Keypad_White.png');
  background-position: 50% 50%;
  background-size: 29px;
  background-repeat: no-repeat;
}

.log-out {
  position: absolute;
  left: 85%;
}

.check-mark {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-image: url('../images/Check_1Check.png');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.call-meter-1 {
  width: 4px;
  height: 8px;
  margin-right: 3px;
  border-radius: 10px;
  background-color: #b8e986;
}

.call-meter-1.red {
  background-color: #fc3127;
}

.search-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 45px;
  margin: 10px auto;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  background-color: #fff;
}

.search-container.main {
  margin-top: 0px;
  margin-bottom: 0px;
  border-style: none;
}

.top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 82px;
  padding: 15px 20px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
}

.heading-2 {
  margin-left: 18px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}

.slideout-heading {
  margin-top: 20px;
  font-family: Lato, sans-serif;
  color: #646464;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
}

.football-grey {
  position: relative;
  top: -28px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.call-quality-container {
  position: relative;
  width: 50px;
  height: 50px;
  margin-top: 20px;
  margin-right: 30px;
  margin-left: 10px;
  text-align: center;
}

.contact-name {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #646464;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
}

.contact-name.missed {
  color: #fc3127;
}

.to-do-notification {
  position: absolute;
  left: 6px;
  top: 27px;
  bottom: 0px;
  width: 6px;
  height: 6px;
  border-radius: 100px;
  background-color: #ff7e67;
}

.toggle-circle-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 4px;
  border-radius: 100px;
  background-color: #eaeaea;
}

.audio-source-row-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.expand-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.timer {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  text-align: center;
}

._3-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.audio-sound-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-container {
  display: none;
  margin-top: 3px;
  padding: 5px 0px 10px;
  border-style: none solid solid;
  border-width: 2px 1px 1px;
  border-color: #eaeaea;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #fff;
  box-shadow: 0 1px 30px -10px #646464;
}

.ring {
  position: absolute;
  top: 11px;
  right: 15px;
  bottom: 0px;
}

.date {
  margin-top: 10px;
  font-family: Lato, sans-serif;
  color: #a09999;
  font-size: 13px;
  font-weight: 400;
}

.audio-source {
  position: absolute;
  left: 84.5%;
  top: 17px;
}

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

.call-time-record {
  position: absolute;
  top: 0px;
  right: 55px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.country-flag {
  width: 30px;
  height: 30px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.country-flag.settings {
  position: absolute;
  top: 15px;
  right: 58px;
  bottom: 0px;
}

.keypad-container {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  height: 100%;
  background-color: #fff;
}

.sound-bite {
  width: 8px;
  height: 8px;
  margin-right: 3px;
  border-radius: 100px;
  background-color: #fff;
}

.sound-bite.green {
  background-color: #b8e986;
}

.large-circle-white {
  position: absolute;
  top: 0px;
  width: 70px;
  height: 70px;
  padding-right: 0px;
  padding-bottom: 0px;
  border-radius: 100px;
  background-color: #fff;
  background-image: url('../images/Keypad_Green_1Keypad_Green.png');
  background-position: 50% 50%;
  background-size: 29px;
  background-repeat: no-repeat;
}

.large-circle-white.back-to-transfer {
  background-image: url('../images/BacktoTransferGreen_1BacktoTransferGreen.png');
  background-size: 32px;
}

.large-circle-white.keypad {
  display: none;
}

.large-circle-white.audio {
  display: none;
  background-image: url('../images/Speaker-Icon_1Speaker Icon.png');
  background-size: 35px;
}

.large-circle-white.transfer {
  display: none;
  background-image: url('../images/Transfer_Green_1Transfer_Green.png');
  background-position: 50% 50%;
  background-size: 32px;
}

.large-circle-white.mute {
  background-color: #fff;
  background-image: url('../images/Mute_Green_1Mute_Green.png');
  background-size: 21px;
}

.expand {
  overflow: hidden;
  width: 100%;
  border-style: none;
  border-width: 2px 1px;
  border-color: rgba(50, 226, 156, 0.9) #000;
  box-shadow: inset 0 -4px 5px -4px #909090;
}

.expand.hide {
  display: none;
}

.idle-minute {
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background-color: #32e29c;
}

.idle-minute._5 {
  position: absolute;
  right: 50px;
}

.idle-minute._5.grey {
  background-color: #eaeaea;
}

.idle-minute._3 {
  position: absolute;
  left: 170px;
}

.idle-minute._2 {
  position: absolute;
  left: 110px;
}

.idle-minute._1 {
  position: absolute;
  left: 50px;
  width: 10px;
  height: 10px;
}

.idle-minute._4 {
  position: absolute;
  right: 110px;
}

.input {
  position: absolute;
  top: 11px;
  right: 16px;
  bottom: 0px;
}

.toggle-ticker {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  opacity: 0;
}

.status-container {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  padding-top: 20px;
  background-color: #fff;
  box-shadow: 0 1px 30px -3px hsla(0, 0%, 39.2%, 0.5);
}

.toggle-label {
  position: absolute;
  top: 0px;
  right: -60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
  color: #646464;
  font-size: 12px;
}

.audio-source-container {
  width: 30px;
  height: 30px;
  margin-right: 30px;
  margin-left: 30px;
  background-image: url('../images/Speaker-Icon_2Speaker Icon.png');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.text-block {
  color: #646464;
  font-size: 16px;
  line-height: 16px;
  text-align: left;
}

.audio-feedback {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-wrap {
  display: block;
  overflow: hidden;
  width: 350px;
  padding-bottom: 60vh;
}

.setting-row-container {
  height: 357px;
}

.red-alert-status {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  border-radius: 100px;
  background-color: #fc3127;
}

.sub-name-roles-container {
  height: 60px;
  padding-left: 15px;
}

.top-line {
  width: 12px;
  height: 2px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tabs-link {
  width: 33.33%;
  height: 100%;
  padding: 15px 0px;
  background-color: transparent;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  text-align: center;
}

.tabs-link:hover {
  background-color: rgba(192, 255, 230, 0.4);
}

.tabs-link.w--current {
  display: inline-block;
  width: 33.333%;
  padding: 15px 0px;
  background-color: transparent;
}

.tabs-link.w--current:hover {
  background-color: rgba(192, 255, 230, 0.4);
}

.voicemail {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background-image: url('../images/VM_1VM.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.idle-meter-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.role-name {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 8px;
  line-height: 8px;
  text-align: center;
}

.role-name.invisible {
  margin-top: 4px;
  color: #909090;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
}

.role-name.do-not-disturb {
  margin-top: 4px;
  color: #fc3127;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
}

.role-name.away {
  margin-top: 4px;
  color: #f5a623;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
}

.transfer-name-list-slide-out {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 100%;
  height: 480px;
  padding-top: 30px;
  background-color: #fff;
  box-shadow: 0 -1px 30px -3px hsla(0, 0%, 39.2%, 0.5);
}

.number-input {
  position: absolute;
  left: 0px;
  top: 60px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(50, 226, 156, 0.9);
}

.presence-container {
  display: block;
  width: 140px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid #b8e986;
  border-radius: 20px;
}

.button-text {
  font-family: Lato, sans-serif;
  color: #646464;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  text-align: center;
}

.circle-label {
  position: relative;
  top: 75px;
  display: block;
  margin: 0px auto;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
  text-align: center;
}

.white-headphone {
  width: 20px;
  height: 30px;
  margin-right: 10px;
  background-image: url('../images/White-Headphone.png');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.active-overlay-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background-color: #32e29c;
  opacity: 0;
}

.sub-key {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: Lato, sans-serif;
  color: #c1c0c1;
  font-size: 10px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

.white-mic {
  width: 20px;
  height: 30px;
  margin-right: 10px;
  background-image: url('../images/Mic.png');
  background-position: 50% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
}

.call-green {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.status {
  position: absolute;
  right: 0px;
  bottom: -2px;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-radius: 100px;
  background-color: #b8e986;
}

.status.red {
  right: 0px;
  bottom: -2px;
  background-color: #fc3127;
}

.status.orange {
  background-color: #f5a623;
}

.status.invisible {
  background-color: #909090;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row.on-call {
  margin-bottom: 40px;
}

.separator {
  display: none;
  width: 90%;
  height: 2px;
  margin: 10px auto;
  background-color: #40b9fc;
}

.customise-idle {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 100px;
  padding-top: 20px;
  border-top: 1px none #f6f5f5;
  border-bottom: 1px none #f6f5f5;
  background-color: rgba(50, 226, 156, 0);
}

.call-meter-2 {
  width: 4px;
  height: 12px;
  margin-right: 3px;
  border-radius: 10px;
  background-color: #b8e986;
}

.call-meter-2.red {
  background-color: #fc3127;
}

.dropdown {
  width: 100%;
  height: 50px;
  border: 1px solid #eaeaea;
  border-radius: 2px;
}

.contact-profile-picture {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background-image: url('../images/Ghost_1Ghost.png');
  background-position: 0px 0px;
  background-size: 40px;
}

.contact-profile-picture.james {
  position: relative;
  background-image: url('../images/Profile_1Profile.png');
  background-size: 40px;
}

.contact-profile-picture.zf {
  position: relative;
  background-image: url('../images/Zhenfang_1Zhenfang.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-profile-picture.gary {
  position: relative;
  background-image: url('../images/Gary_1Gary.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-profile-picture.neil {
  position: relative;
  background-image: url('../images/Neil_1Neil.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-profile-picture.orange-ghost {
  background-image: url('../images/Team_Ghost_1Team_Ghost.png');
  background-size: 40px;
}

.empty-state {
  display: none;
  width: 350px;
}

.stars-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.call-quality-level {
  position: relative;
  display: block;
  margin: 2px auto 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
}

.orange {
  color: #ff7361;
}

.white-star {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-image: url('../images/Star_1Star.png');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.call-meter-3 {
  width: 4px;
  height: 16px;
  margin-right: 3px;
  border-radius: 10px;
  background-color: #b8e986;
}

.call-meter-3.red {
  background-color: #fc3127;
}

.warm-or-blind {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 60px;
  display: none;
  height: 300px;
  padding-top: 30px;
  background-color: #fff;
  box-shadow: 0 -1px 30px -3px hsla(0, 0%, 39.2%, 0.5);
}

.transfer-name-heading {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #40b9fc;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.settings-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #eaeaea;
}

.bottom-line {
  width: 12px;
  height: 2px;
  margin-top: -2px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.contacts-overflow {
  position: relative;
  overflow: auto;
  width: 365px;
  max-height: 100vh;
  min-height: 70vh;
}

.contacts-overflow.team-page {
  padding-bottom: 0px;
}

.orange-star {
  width: 20px;
  height: 20px;
  background-image: url('../images/Orange-Star_1Orange Star.png');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.dial-2 {
  position: static;
  display: block;
  width: 70px;
  height: 70px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  border-radius: 100px;
  background-color: #f0f0f0;
  background-image: url('../images/Call-Icon_1Call Icon.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.dial-2:hover {
  background-color: #e7e7e7;
}

.status-circle {
  width: 22px;
  height: 22px;
  border-radius: 100px;
  background-color: #b8e986;
}

.status-circle.busy {
  background-color: #fc3127;
  box-shadow: 0 1px 8px -3px #646464;
}

.status-circle.available {
  box-shadow: 0 1px 8px -3px #646464;
}

.status-circle.offline {
  background-color: #909090;
  box-shadow: 0 1px 8px -3px #646464;
  color: #a09999;
}

.status-circle.away {
  background-color: #f5a623;
  box-shadow: 0 1px 8px -3px #646464;
}

.expand-card {
  position: relative;
  display: block;
  width: 90%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #eaeaea;
  border-radius: 4px;
}

.expand-card.last {
  margin-bottom: 15px;
}

.expand-card.first {
  margin-top: 10px;
}

.expand-card.bg {
  border-style: none;
  background-color: #8be3de;
}

.call-meter-4 {
  width: 4px;
  height: 20px;
  border-radius: 10px;
  background-color: #b8e986;
}

.call-meter-4.red {
  background-color: #fff;
}

.incoming-call-container-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2;
  display: none;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 39.2%, 0.5)), to(rgba(64, 185, 252, 0.9))), url('../images/Yosemite.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 39.2%, 0.5), rgba(64, 185, 252, 0.9)), url('../images/Yosemite.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.incoming-call-container-2.crm {
  display: block;
}

.dropdown-toggle {
  display: block;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Lato, sans-serif;
  text-align: center;
}

.minute-counter {
  font-family: Lato, sans-serif;
  color: #909090;
  font-size: 8px;
}

.minute-counter._4 {
  position: absolute;
  left: 225px;
}

.minute-counter._5 {
  position: absolute;
  left: 285px;
}

.minute-counter._3 {
  position: absolute;
  left: 165px;
}

.minute-counter._2 {
  position: absolute;
  left: 105px;
}

.minute-counter._1 {
  position: absolute;
  left: 45px;
}

.settings-green {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.transfer-call-keypad {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 30px;
  display: none;
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
}

.circle {
  width: 65px;
  height: 65px;
  border: 1px solid #eaeaea;
  border-radius: 100px;
  -webkit-transition: background-color 400ms ease, border-color 400ms ease;
  transition: background-color 400ms ease, border-color 400ms ease;
  cursor: default;
}

.circle:hover {
  border-color: rgba(192, 255, 230, 0.4);
  background-color: rgba(192, 255, 230, 0.4);
}

.circle:active {
  border-color: rgba(192, 255, 230, 0.4);
  background-color: rgba(50, 226, 156, 0.9);
}

.circle.hide {
  border-style: none;
}

.recents-container {
  display: block;
  height: 100%;
  padding-top: 55px;
  padding-right: 0px;
  background-color: #fff;
}

.status-large {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 22px;
  height: 22px;
  border: 2px solid #fff;
  border-radius: 100px;
  background-color: #b8e986;
}

.key-text {
  display: block;
  width: 30px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 5px 0px;
  font-family: Lato, sans-serif;
  color: #909090;
  font-size: 35px;
  font-weight: 400;
}

.on-call-container {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 3;
  display: block;
  height: 667px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#32e29c), to(#40b9fc));
  background-image: linear-gradient(180deg, #32e29c, #40b9fc);
}

.audio-slide-out {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  overflow: auto;
  width: 365px;
  height: 380px;
  padding: 30px 40px 25vh;
  background-color: #fff;
  box-shadow: 0 -1px 30px -3px hsla(0, 0%, 39.2%, 0.5);
}

.phone-number {
  margin-top: 5px;
  font-family: Lato, sans-serif;
  color: #8f8f8f;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
}

.contact-label {
  position: relative;
  height: 30px;
  padding-left: 20px;
  background-color: hsla(0, 0%, 91.8%, 0.47);
}

.blue-check {
  position: absolute;
  right: 15px;
  bottom: 10px;
  width: 20px;
  height: 20px;
  background-image: url('../images/Check_1Check.png');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.country-code-selector {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-top: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.toggle-switch {
  position: relative;
  width: 54px;
  height: 30px;
  margin-left: 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border: 1px solid #eaeaea;
  border-radius: 25px;
}

.expand-icon {
  width: 16px;
  height: 18px;
  margin-right: 8px;
  margin-left: 0px;
}

.expand-icon.time {
  background-image: url('../images/Time.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.expand-icon.transferred-in {
  background-image: url('../images/Transfer_2Transfer.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.expand-icon.office {
  background-image: url('../images/Inbound_1Inbound.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.expand-icon.smart-connected {
  background-image: url('../images/User_1User.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.expand-icon.history {
  background-image: url('../images/History.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.expand-icon.org {
  background-image: url('../images/Office_1Office.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.expand-icon.answered {
  background-image: url('../images/Incoming-Calls_1Incoming Calls.png');
  background-position: 50% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
}

.expand-icon.role {
  background-image: url('../images/Role-Dial.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.expand-icon.number {
  background-image: url('../images/Number.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.expand-icon.dialled {
  background-image: url('../images/Outgoing-Calls_1Outgoing Calls.png');
  background-position: 50% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
}

.expand-icon.crm {
  background-image: url('../images/CRM_1CRM.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding: 5px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.more-info-hover {
  width: 16px;
}

.role-type {
  display: inline-block;
  height: 16px;
  margin-left: 15px;
  padding: 4px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #de3bff;
  line-height: 14px;
}

.role-type.green {
  margin-left: 0px;
  background-color: #32e29c;
}

.role-type.blue {
  margin-right: 5px;
  margin-left: 0px;
  background-color: #40b9fc;
}

.role-type.purple {
  margin-right: 5px;
  margin-left: 0px;
}

.team {
  padding-top: 55px;
  background-color: #fff;
}

.x-close {
  position: absolute;
  top: 26px;
  right: 14px;
  width: 16px;
  height: 16px;
  background-image: url('../images/X_Close_1X_Close.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-3 {
  font-family: Lato, sans-serif;
  color: #909090;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}

.rating-feedback-slide-out {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  height: 220px;
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #fff;
  box-shadow: 0 -1px 30px -3px hsla(0, 0%, 39.2%, 0.5);
}

.alert-button {
  width: 170px;
  height: 32px;
  border-radius: 8px;
  background-color: #fff;
}

.alert-button.right {
  width: 165px;
}

.alert-button.left {
  width: 165px;
  margin-right: 15px;
}

.toggle-container {
  position: absolute;
  top: 12px;
  right: 15px;
  bottom: 0px;
  margin-bottom: 0px;
}

.notification-number {
  display: block;
  margin-top: 2px;
  margin-right: auto;
  margin-left: auto;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.settings-container {
  position: relative;
  height: 100%;
}

.country-code {
  position: absolute;
  top: 0px;
  right: 2%;
  bottom: 0px;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 16px 14px 15px 0px;
  font-family: Lato, sans-serif;
  color: #646464;
  font-size: 16px;
  font-weight: 400;
}

.incoming-call {
  margin-left: 8px;
}

.smart-presence-container {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  height: 218px;
  padding-top: 20px;
  background-color: #fff;
  box-shadow: 0 1px 30px -3px hsla(0, 0%, 39.2%, 0.5);
}

.single-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.large-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 45px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #eaeaea;
  border-radius: 8px;
  -webkit-transition: background-color 600ms ease;
  transition: background-color 600ms ease;
}

.large-button:hover {
  background-color: #fafafa;
}

.phone-container-2 {
  position: relative;
  left: 0px;
  top: 0vh;
  right: 0px;
  z-index: 3;
  display: block;
  width: 350px;
  height: 667px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  box-shadow: 0 1px 30px -3px hsla(0, 0%, 39.2%, 0.5);
}

.contact-title {
  margin-top: 0px;
  padding-top: 3px;
  font-family: Lato, sans-serif;
  color: #32e29c;
  font-size: 15px;
  font-weight: 400;
}

.call-grey {
  position: relative;
  top: -28px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.live-support {
  position: absolute;
  left: 84.5%;
  top: 17px;
}

.pin {
  position: absolute;
  left: 84.5%;
  top: 15px;
}

.country-code-slide-out {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  height: 460px;
  padding-top: 20px;
  background-color: #fff;
  box-shadow: 0 -1px 30px -3px hsla(0, 0%, 39.2%, 0.5);
}

.dialled {
  margin-left: 5px;
}

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

.presence-setting {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #b8e986;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
}

.heading-4 {
  margin-top: 15px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #646464;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

.contacts-container {
  height: 100%;
  border: 1px none #eaeaea;
  background-color: #fff;
}

.call-rating-meter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.call-rating-meter.warning {
  margin-top: -20px;
}

.number-input-key {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 44px;
  font-weight: 400;
  text-align: center;
}

.transfer-button {
  position: absolute;
  top: 19px;
  right: 0px;
  bottom: 0px;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.finder {
  position: absolute;
  left: 84.5%;
  top: 17px;
}

.user-name {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #646464;
  font-size: 26px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
}

.settings-grey {
  position: relative;
  top: -28px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.keypad {
  position: absolute;
  left: 0px;
  top: 160px;
  right: 0px;
  height: 448px;
  padding-top: 30px;
  padding-right: 40px;
  padding-left: 40px;
}

.notification {
  position: relative;
  left: 45px;
  width: 24px;
  height: 24px;
  border-radius: 100px;
  background-color: #f85065;
}

.search-container-background {
  margin-top: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #32e29c;
  box-shadow: 0 6px 20px -10px #646464;
}

.expand-text {
  display: block;
  margin-top: 0px;
  margin-right: 3px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Lato, sans-serif;
  color: #909090;
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
}

.expand-text.bold {
  font-weight: 900;
}

.expand-text.white {
  color: #fff;
}

.expand-text.centered {
  display: block;
  margin: 5px auto;
  text-align: center;
}

.country-role-container {
  padding-left: 15px;
}

.sync {
  position: absolute;
  left: 84.5%;
  top: 17px;
}

.star {
  position: relative;
  display: block;
  width: 20px;
  margin: 0px auto;
  padding-top: 20px;
  font-family: Lato, sans-serif;
  color: #a09999;
  font-size: 46px;
  line-height: 46px;
  font-weight: 300;
  text-align: center;
}

.dot {
  width: 4px;
  height: 4px;
  margin-bottom: 3px;
  border-radius: 100px;
  background-color: #32e29c;
}

.tabs {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 58px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dollar-symbol {
  width: 30px;
  height: 30px;
  padding: 2px;
}

.learn-more {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: Lato, sans-serif;
  color: #ff7e67;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.idle-meter {
  position: absolute;
  left: 15%;
  display: block;
  width: 240px;
  height: 4px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-color: #eaeaea;
}

.idle-meter.green {
  z-index: 2;
  width: 180px;
  background-color: #32e29c;
}

.team-ghost {
  display: block;
  width: 60px;
  height: 60px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/Blueghost_1Blueghost.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.end-call-2 {
  display: block;
  width: 70px;
  height: 70px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100px;
  background-color: #ff3b30;
  background-image: url('../images/End-Call_1End Call.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.end-call-2:hover {
  background-color: #d42e25;
}

.end-call-2.no-margin {
  margin-top: 0px;
  background-image: url('../images/End-Call_1End Call.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.tabs-menu {
  position: relative;
  display: block;
  height: 60px;
  border-top: 1px solid #eaeaea;
}

.text-span {
  color: #646464;
}

.tab-container {
  position: relative;
  height: 607px;
}

.toggle-active {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 100px;
  background-color: transparent;
}

.label {
  position: relative;
  left: 10%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: hsla(0, 0%, 39.2%, 0.8);
  font-size: 18px;
  font-weight: 400;
}

.label.green {
  color: rgba(50, 226, 156, 0.9);
}

.label.sync {
  left: 82%;
  top: 32px;
  padding-top: 3px;
  color: #909090;
  font-size: 9px;
}

.label.small {
  margin-left: 5px;
  padding-top: 2px;
  font-size: 14px;
}

.paste-icon {
  position: relative;
  margin-right: 15px;
}

.crm-shortcut-slideout {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  height: 160px;
  padding-top: 20px;
  background-color: #fff;
  box-shadow: 0 1px 30px -3px hsla(0, 0%, 39.2%, 0.5);
}

.contact-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;
}

.contact-row:hover {
  border-bottom: 1px none rgba(192, 255, 230, 0.4);
  background-color: rgba(192, 255, 230, 0.4);
}

.contact-row.narrow {
  height: 65px;
  padding-right: 34px;
  padding-left: 32px;
  border-style: solid solid none none;
  border-width: 1px;
  border-color: #f6f5f5;
}

.contact-row.narrow.bottom {
  border-bottom-style: solid;
}

.call-back-button {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 0px;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background-image: url('../images/Call-Button_1Call Button.png');
  background-position: 0px 0px;
  background-size: 30px;
  box-shadow: 0 1px 2px 0 #c1c0c1;
}

.audio-dropdown {
  display: block;
  width: 95%;
  margin: 3px auto 0px;
  padding: 10px 20px;
  border: 1px solid #eaeaea;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;
  font-family: Lato, sans-serif;
  color: #646464;
  text-align: left;
}

.audio-dropdown:hover {
  background-color: rgba(64, 185, 252, 0.2);
}

.user-profile-container {
  height: 250px;
  padding-top: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eaeaea;
}

.desktop-app-container {
  margin-top: 5%;
  margin-bottom: 5%;
}

.navigation-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 60vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.gallery-side {
  position: relative;
  width: 60%;
  height: 100vh;
}

.gallery-cradle {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#aee0e6), color-stop(75%, rgba(174, 224, 230, 0.17))), url('../images/Brand-Identity.jpg');
  background-image: linear-gradient(90deg, #aee0e6, rgba(174, 224, 230, 0.17) 75%), url('../images/Brand-Identity.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.gallery-cradle.footer {
  background-image: url('../images/Brand-Identity.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 9px 30px -15px #333;
}

.gallery-cradle-ux {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#aee0e6), color-stop(75%, rgba(174, 224, 230, 0.17))), url('../images/Cradle-App-UX.jpg');
  background-image: linear-gradient(90deg, #aee0e6, rgba(174, 224, 230, 0.17) 75%), url('../images/Cradle-App-UX.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.gallery-cradle-ux.footer {
  background-image: url('../images/Cradle-App-UX.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 6px 8px 22px -10px #000;
}

.gallery-default {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#aee0e6), color-stop(10%, rgba(174, 224, 230, 0.9)), color-stop(75%, rgba(174, 224, 230, 0.17)));
  background-image: linear-gradient(90deg, #aee0e6, rgba(174, 224, 230, 0.9) 10%, rgba(174, 224, 230, 0.17) 75%);
}

.gallery-veryan-faye {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#aee0e6), color-stop(20%, rgba(174, 224, 230, 0.85)), color-stop(75%, rgba(174, 224, 230, 0.17))), url('../images/Veryan_Header.jpg');
  background-image: linear-gradient(90deg, #aee0e6, rgba(174, 224, 230, 0.85) 20%, rgba(174, 224, 230, 0.17) 75%), url('../images/Veryan_Header.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.gallery-blueboard {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#aee0e6), color-stop(75%, rgba(174, 224, 230, 0.17))), url('../images/5bd2829442c547d6dd55f113_Blueboard_Header.jpg');
  background-image: linear-gradient(90deg, #aee0e6, rgba(174, 224, 230, 0.17) 75%), url('../images/5bd2829442c547d6dd55f113_Blueboard_Header.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.gallery-blueboard.footer {
  background-image: url('../images/5bd2829442c547d6dd55f113_Blueboard_Header.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 9px 30px -15px #333;
}

.gallery-blueboard-ux {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#aee0e6), color-stop(75%, rgba(174, 224, 230, 0.17))), url('../images/Blueboard_2.jpg');
  background-image: linear-gradient(90deg, #aee0e6, rgba(174, 224, 230, 0.17) 75%), url('../images/Blueboard_2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.gallery-blueboard-ux.footer {
  background-image: url('../images/Blueboard_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 9px 30px -15px #333;
}

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

.video-2 {
  height: 100vh;
}

.project-footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 65vh;
  padding-right: 7%;
  padding-bottom: 120px;
  padding-left: 7%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.footer-gallery {
  position: relative;
  width: 30vw;
  height: 50vh;
  max-width: 700px;
}

.footer-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 10%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.bg---page-white {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: #fff;
}

.bg---1 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: #fff;
}

.bg---2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: #fff;
}

.color-block {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #32e29c;
}

.color-block.blue {
  background-color: #40b9fc;
}

.color-block.orange {
  background-color: #ff7e67;
  font-family: 'Fjalla - Web', Impact, sans-serif;
}

.color-block-heading {
  margin-top: 15%;
  margin-bottom: 5%;
  margin-left: 10%;
  font-family: 'Lato - Web', Arial, sans-serif;
  color: rgba(51, 51, 51, 0.3);
  font-size: 3vw;
  line-height: 1.2em;
  text-align: left;
}

.color-block-heading.georgia {
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: rgba(51, 51, 51, 0.3);
  font-size: 3vw;
}

.color-block-heading.filson {
  font-family: 'Filsonsoft book', Georgia, sans-serif;
  color: rgba(51, 51, 51, 0.3);
  font-size: 3vw;
}

.color-block-subheading {
  margin-right: 10%;
  margin-left: 11%;
  font-family: 'Lato - Web', Arial, sans-serif;
  color: rgba(51, 51, 51, 0.2);
  font-size: 1.2vw;
  line-height: 1.6em;
  font-weight: 400;
}

.color-block-subheading.georgia {
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 1.2vw;
}

.color-block-subheading.filson {
  font-family: 'Filsonsoft book', Georgia, sans-serif;
  font-size: 1.2vw;
}

.hex-code {
  margin-left: 11%;
  font-family: 'Lato - Web', Arial, sans-serif;
  color: rgba(51, 51, 51, 0.25);
  font-size: 1.1vw;
  line-height: 1.8em;
}

.hex-code.font {
  font-size: 1.2vw;
}

.block-image {
  height: 100%;
}

.block-image.icons1 {
  background-image: url('../images/Color-1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.block-image.icons2 {
  background-image: url('../images/Color-2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.block-image.icons3 {
  background-image: url('../images/Color-3.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.cradle-logo-roll {
  position: absolute;
  width: 160px;
  height: 160px;
  background-image: url('../images/Cradle.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cradle-name {
  font-family: 'Filsonsoft book', Georgia, sans-serif;
  color: #32e29c;
  font-size: 100px;
}

.double-logo-container {
  position: relative;
  width: 160px;
  height: 160px;
  margin-top: 5%;
  margin-bottom: 5%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100px;
  box-shadow: 0 5px 13px -8px #333;
}

.sidexside-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75vw;
  height: 60vh;
  margin-top: 5%;
  margin-bottom: 5%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.side-image-2 {
  width: 50%;
  margin-left: 1%;
}

.side-image-2.skydiving {
  margin-left: 1%;
  box-shadow: 0 6px 30px -15px #000;
}

.side-image-2.surf {
  background-image: url('../images/Surf.gif');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 9px 30px -15px #333;
}

.side-image-2.phone-ringing {
  width: 30%;
  background-image: url('../images/ring_ring.gif');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat;
}

.side-image-2.newton {
  width: 20%;
  height: 40%;
  margin-left: 0%;
  background-image: url('../images/Newton.gif');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 9px 30px -15px #333;
}

.side-image-2.paper {
  width: 30%;
  height: 67%;
  background-image: url('../images/Paper.gif');
  background-position: 50% 50%;
  background-size: 250px;
  background-repeat: repeat-y;
}

.background-video {
  height: 100%;
}

.side-image-1 {
  width: 30%;
}

.side-image-1.employee {
  height: 50%;
  margin-right: 1%;
  background-image: url('../images/Reward.png');
  background-position: 50% 50%;
  background-size: contain;
  box-shadow: 0 6px 30px -15px #333;
  -webkit-filter: none;
  filter: none;
}

.side-image-1.goprocamera {
  width: 30%;
  height: 65%;
  background-image: url('../images/GoProCamera.png');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 9px 30px -15px #333;
}

.side-image-1.yelling {
  width: 30%;
  height: 65%;
  background-image: url('../images/Yelling.png');
  background-size: cover;
  box-shadow: 9px 0 30px -15px #333;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.side-image-1.banana {
  width: 50%;
  height: 80%;
  margin-right: 2%;
  margin-left: 2%;
  background-image: url('../images/Banana.png');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 9px 30px -15px #333;
  -webkit-filter: none;
  filter: none;
}

.side-image-1.her {
  width: 40%;
  height: 300px;
  margin-top: 2%;
  margin-bottom: 10%;
  background-image: url('../images/Her.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 9px 30px -15px #333;
}

.side-image-1.rotten {
  width: 30%;
  height: 65%;
  background-image: url('../images/Rotten.png');
  background-position: 50% 90%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 9px 30px -15px #333;
}

.side-image-3 {
  width: 40%;
}

.side-image-3.casestudy {
  width: 32%;
  height: 98%;
  background-image: url('../images/CaseStudy.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 9px 30px -15px #333;
}

.side-image-3.process {
  background-image: url('../images/Process.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 9px 30px -15px #333;
}

.side-image-3.office-space {
  width: 60%;
  background-image: url('../images/Office_2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 9px 30px -15px #333;
}

.side-image-3.all-in-one {
  width: 25%;
  height: 400px;
  background-image: url('../images/All-in-one.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 9px 30px -15px #333;
}

.side-image-3.ipad-farmer {
  width: 50%;
  height: 60%;
  background-image: url('../images/Farmer.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 9px 30px -15px #333;
}

.side-image-4 {
  width: 30%;
  height: 70%;
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.side-image-4.erica {
  width: 25%;
  height: 65%;
  margin-top: 10%;
  background-image: url('../images/Erica.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 6px 30px -15px #333;
}

.side-image-4.employerbrand {
  width: 24%;
  background-image: url('../images/result.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 9px 30px -15px #333;
}

.side-image-4.happy-woman {
  background-image: url('../images/Happywoman.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 9px 30px -15px #333;
}

.side-image-4.inspect {
  background-image: url('../images/Inspect.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 9px 30px -15px #333;
}

.side-image-5 {
  width: 25%;
  height: 50%;
  background-image: url('../images/GiftCard.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.side-image-5.team {
  width: 20%;
  height: 40%;
  margin-top: 20%;
  background-image: url('../images/Team.png');
  background-size: cover;
  box-shadow: 0 6px 30px -15px #333;
}

.bg---3 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: #fff;
}

.bg---4 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: #fff;
}

.bg---5 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: #fff;
}

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

.cradle-marketing {
  width: 40%;
  height: 40vh;
  margin-top: 2%;
  margin-bottom: 2%;
}

.marketing-image {
  box-shadow: 0 9px 30px -15px #333;
}

.marketing-image.shirt {
  padding-top: 0px;
  padding-bottom: 4px;
}

.gradient {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 600px;
  height: 600px;
  margin-bottom: 5vh;
  background-image: linear-gradient(147deg, #fff 10%, rgba(174, 224, 230, 0.8) 35%, rgba(255, 227, 227, 0.8) 70%, #fff 90%);
}

.section---services {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.flex-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30vh;
  margin-bottom: 30vh;
}

.sticky---left {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.left-inner {
  position: relative;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.sticky---right {
  padding-top: 35vh;
  padding-bottom: 20vh;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-wrapper {
  padding: 5vw;
}

.text-container {
  position: relative;
}

.text-top {
  position: relative;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #6fadd6;
  color: #fff;
}

.rich-text-block {
  margin-top: 5vh;
  margin-bottom: 5vh;
}

.divider {
  width: 20%;
  height: 6px;
  margin-bottom: 2vh;
  margin-left: 5vw;
  background-color: #ffe3e3;
}

.signal1 {
  position: absolute;
  top: 18px;
  right: 0px;
  width: 10px;
  height: 10px;
  float: right;
  background-image: url('../images/Signal1_1Signal1.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.signal2 {
  position: absolute;
  top: 13px;
  right: -5px;
  width: 15px;
  height: 15px;
  float: right;
  background-image: url('../images/Signal2_1Signal2.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-hectre {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#aee0e6), color-stop(75%, hsla(0, 0%, 100%, 0.17))), url('../images/Hectre.jpg');
  background-image: linear-gradient(90deg, #aee0e6, hsla(0, 0%, 100%, 0.17) 75%), url('../images/Hectre.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.gallery-hectre.footer {
  background-image: url('../images/Hectre.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 9px 30px -15px #333;
}

.bg---6 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.bg---7 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: auto;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
}

.penthouse-listing {
  width: 43vw;
}

.background-video-3 {
  width: 100%;
  height: 60vh;
}

.video-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.8);
}

.parkside-heading {
  position: absolute;
  z-index: 1;
  margin-top: 20%;
  margin-bottom: 0vh;
  margin-left: 20px;
  font-family: Graphik, sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 60px;
  letter-spacing: -0.2vw;
}

.image-4 {
  display: none;
}

.gallery-parkside {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#aee0e6), color-stop(75%, rgba(174, 224, 230, 0.23))), url('../images/Horizontal.jpg');
  background-image: linear-gradient(90deg, #aee0e6, rgba(174, 224, 230, 0.23) 75%), url('../images/Horizontal.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.t-shirt {
  width: 30%;
  margin-top: 2%;
  margin-bottom: 5%;
}

.hide {
  display: none;
}

.gallery {
  position: relative;
  width: 100%;
  height: 100vh;
  margin-top: 50px;
  margin-bottom: 50px;
  background-image: linear-gradient(45deg, #aee0e6, #ffe3e3);
}

.gallery-scroll-track {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
}

.gallery-container {
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
  width: 100%;
  height: 100vh;
}

.gallery-track {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300vw;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gallery-box {
  width: 80vh;
  height: 70vh;
  margin: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.gallery-box.profile-pic {
  height: 70vh;
  margin: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/Hair.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.gallery-box._2 {
  background-image: url('../images/Grid-2_1.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-box._3 {
  background-image: url('../images/Shirt.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.popup-container {
  position: fixed;
  left: 0%;
  top: 20%;
  right: 0%;
  bottom: 25%;
  z-index: 1000;
  display: none;
  width: 80%;
  max-height: 400px;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #aee0e6;
  box-shadow: 0 0 14px -8px rgba(0, 0, 0, 0.39);
}

.profile-image {
  overflow: hidden;
  width: 300px;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.bio-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fafafa;
}

.white {
  color: #fff;
}

.profile {
  font-size: 1.2em;
}

.x-x {
  position: absolute;
  left: auto;
  top: auto;
  right: 5%;
  bottom: 5%;
  width: 30px;
  height: 30px;
  background-image: url('../images/XX.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

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

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

html.w-mod-js *[data-ix="initial-background"] {
  -webkit-transform: translate(2000px, 2000px) scale(1.05, 1.05);
  -ms-transform: translate(2000px, 2000px) scale(1.05, 1.05);
  transform: translate(2000px, 2000px) scale(1.05, 1.05);
}

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

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

html.w-mod-js *[data-ix="hide-hover-dark"] {
  opacity: 0;
}

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

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

html.w-mod-js *[data-ix="slider-interaction"] {
  opacity: 0.3000000000000003;
}

html.w-mod-js *[data-ix="compass-launch"] {
  opacity: 0;
  -webkit-transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
  transform: scale(1.03, 1.03);
}

html.w-mod-js *[data-ix="hide-north"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="n-floating"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="hero-title-second"] {
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

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

html.w-mod-js *[data-ix="initial-close-line-1"] {
  -webkit-transform: translate(-28px, -28px);
  -ms-transform: translate(-28px, -28px);
  transform: translate(-28px, -28px);
}

html.w-mod-js *[data-ix="initial-close-line-2"] {
  -webkit-transform: translate(28px, -28px);
  -ms-transform: translate(28px, -28px);
  transform: translate(28px, -28px);
}

html.w-mod-js *[data-ix="minimize-cradle-logo"] {
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

html.w-mod-js *[data-ix="incoming-container-slide-down"] {
  opacity: 0;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

html.w-mod-js *[data-ix="incoming-container-slide-down-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

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

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

html.w-mod-js *[data-ix="minimize-phone"] {
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

html.w-mod-js *[data-ix="minimize-embed"] {
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="initial-hover-background"] {
  opacity: 0;
}

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

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

html.w-mod-js *[data-ix="hide-keypad-container"] {
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

html.w-mod-js *[data-ix="green-tab-icon"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="initial-dropdown"] {
  opacity: 0;
  height: 0px;
}

html.w-mod-js *[data-ix="hide-on-call-screen"] {
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

html.w-mod-js *[data-ix="initial-slide-out"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

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

html.w-mod-js *[data-ix="hide-orange-star"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="hide-blue-audio-check"] {
  opacity: 0;
}

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

html.w-mod-js *[data-ix="on-call-circle"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="initial-navigation-gallery"] {
  opacity: 0;
}

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

html.w-mod-js *[data-ix="minimize-desktop-app"] {
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="initial-gradient"] {
  opacity: 0;
  -webkit-transform: scale(0.97, 0.97);
  -ms-transform: scale(0.97, 0.97);
  transform: scale(0.97, 0.97);
}

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

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

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

html.w-mod-js *[data-ix="hero-sub-header-fade-up"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

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

html.w-mod-js *[data-ix="hero-discover-button-fade-up"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="fade-in-overlay"] {
  opacity: 0;
}

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

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

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

html.w-mod-js *[data-ix="animate-signal-1"] {
  opacity: 0;
}

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

html.w-mod-js *[data-ix="animate-signal-2"] {
  opacity: 0;
}

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

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

@media (max-width: 991px) {
  .project-1 {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-right: 0vw;
  }
  .project-2 {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 0vw;
  }
  .project-3 {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-right: 0vw;
  }
  .project-4 {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 0px;
  }
  .project-5 {
    width: 100%;
    margin-top: 50px;
    padding-right: 0px;
  }
  .project-6 {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 0px;
  }
  .column-container.footer {
    height: 75vh;
  }
  .mask {
    overflow: hidden;
    width: 90%;
  }
  .h---hero-heading {
    font-size: 10vw;
    line-height: 1em;
  }
  .h---hero-heading.orange {
    font-size: 10vw;
  }
  .h---hero-heading.no-padding {
    font-size: 10vw;
    line-height: 1em;
  }
  .h---hero-heading.transform {
    margin-right: -11vw;
    margin-left: -11vw;
  }
  .n-float {
    font-size: 10vw;
    line-height: 1em;
  }
  .line-1 {
    position: relative;
    left: 0px;
    top: 0px;
    width: 36px;
    height: 2px;
    color: #646464;
  }
  .line-2 {
    position: relative;
    left: 10px;
    top: 0px;
    width: 26px;
    height: 2px;
    background-color: #ff7361;
  }
  .line-3 {
    position: relative;
    left: 20px;
    top: 0px;
    width: 16px;
    height: 2px;
    background-color: #fff;
  }
  .line-5 {
    width: 20px;
    height: 92px;
    background-color: #32e29c;
  }
  .phone-block-container {
    width: 90vw;
  }
  .grid-image-container.large-iphone {
    width: 90vw;
    grid-auto-columns: minmax(0px, 0px);
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }
  .grid-image-container._3x1 {
    margin-right: 0%;
    margin-left: 0%;
  }
  .grid-image-container._3x3 {
    margin-right: 5%;
    margin-left: 5%;
    justify-items: center;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }
  .grid-image-container._4-x-2 {
    margin-right: 5%;
    margin-left: 5%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-areas: ".";
  }
  .tile.long {
    width: 25vw;
  }
  .tile.long.individual {
    width: 40vw;
  }
  .image-frame.medium {
    width: 90%;
    margin-top: 5%;
  }
  .image-frame.wide.long {
    width: 90%;
    height: 40vh;
  }
  .image-frame.ipad {
    width: 80%;
  }
  .description {
    width: 80%;
  }
  .p---view-more.white {
    margin-bottom: 0vh;
  }
  .tile-image.welcome---ios {
    width: 25vw;
    height: 40vh;
    float: none;
  }
  .tile-image.transfer---ios {
    width: 25vw;
    height: 40vh;
  }
  .tile-image.oncall---ios {
    width: 25vw;
    height: 40vh;
  }
  .tile-image.detailed-call {
    width: 25vw;
    height: 40vh;
  }
  .tile-image.smart {
    width: 25vw;
    height: 40vh;
  }
  .tile-image.detailed-android {
    width: 25vw;
    height: 40vh;
  }
  .tile-image.map-android {
    width: 25vw;
    height: 40vh;
  }
  .tile-image.recent-android {
    width: 25vw;
    height: 40vh;
    float: none;
  }
  .tile-image.hamburger {
    width: 25vw;
    height: 40vh;
  }
  .tile-image.alerts-android {
    width: 25vw;
    height: 40vh;
  }
  .tile-image.smart-status {
    width: 25vw;
    height: 40vh;
  }
  .tile-image.my-team-empty {
    width: 25vw;
    height: 40vh;
  }
  .tile-image.my-team-home {
    width: 25vw;
    height: 40vh;
  }
  .tile-image.all-tasks {
    width: 25vw;
    height: 40vh;
  }
  .tile-image.map-view {
    width: 25vw;
    height: 40vh;
  }
  .tile-image.individual-timesheet {
    width: 25vw;
    height: 40vh;
  }
  .tile-image.drawer {
    width: 25vw;
    height: 40vh;
  }
  .tile-image.filter {
    width: 25vw;
    height: 40vh;
  }
  .tile-image.employee-signin {
    width: 25vw;
    height: 40vh;
  }
  .tile-image.clockout {
    width: 25vw;
    height: 40vh;
  }
  .tile-image.assign-task {
    width: 25vw;
    height: 40vh;
  }
  .tile-image.uncompleted {
    width: 25vw;
    height: 40vh;
  }
  .footer-gallery {
    width: 50vw;
  }
  .footer-left {
    width: 35%;
  }
  .footer-right {
    padding-left: 0%;
  }
  .color-block-heading {
    font-size: 5vw;
  }
  .color-block-heading.georgia {
    font-size: 5vw;
  }
  .color-block-heading.filson {
    font-size: 5vw;
  }
  .color-block-subheading {
    font-size: 3vw;
  }
  .color-block-subheading.georgia {
    font-size: 3vw;
  }
  .color-block-subheading.filson {
    font-size: 3vw;
  }
  .hex-code {
    font-size: 2vw;
  }
  .hex-code.font {
    font-size: 2.5vw;
  }
  .sidexside-images {
    width: 90vw;
  }
  .side-image-2.phone-ringing {
    width: 40%;
  }
  .side-image-2.newton {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .side-image-2.paper {
    width: 45%;
  }
  .side-image-1.goprocamera {
    width: 40%;
  }
  .side-image-1.yelling {
    width: 35%;
  }
  .side-image-1.her {
    width: 90%;
  }
  .side-image-1.rotten {
    width: 45%;
  }
  .side-image-4.employerbrand {
    width: 40%;
  }
  .cradle-marketing {
    width: 90%;
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .flex-wrapper {
    margin-top: 10vh;
    margin-bottom: 10vh;
  }
  .mobile-nav-2 {
    padding-top: 25px;
    padding-right: 60px;
    padding-bottom: 25px;
    float: right;
    clear: right;
    font-family: Lato, sans-serif;
    color: #646464;
    font-size: 18px;
  }
  .mobile-nav-2.w--current {
    font-family: 'Lato - Web', Arial, sans-serif;
    color: #32e29c;
  }
  .mobile-nav-1 {
    padding-top: 25px;
    padding-right: 60px;
    padding-bottom: 25px;
    float: right;
    clear: right;
    color: #646464;
    font-size: 18px;
  }
  .mobile-nav-1.w--current {
    padding-top: 25px;
    padding-right: 60px;
    padding-bottom: 25px;
    float: right;
    clear: right;
    font-family: 'Lato - Web', Arial, sans-serif;
    color: #32e29c;
    font-size: 18px;
    text-align: right;
  }
  .mobile-nav-5 {
    padding-top: 25px;
    padding-right: 60px;
    padding-bottom: 25px;
    float: right;
    clear: right;
    font-family: 'Lato - Web', Arial, sans-serif;
    color: #646464;
    font-size: 18px;
  }
  .mobile-nav-5.w--current {
    color: #32e29c;
  }
  .mobile-nav-4 {
    padding-top: 25px;
    padding-right: 60px;
    padding-bottom: 25px;
    float: right;
    clear: right;
    font-family: Lato, sans-serif;
    color: #646464;
    font-size: 18px;
  }
  .mobile-nav-4.w--current {
    color: #32e29c;
  }
  .penthouse-listing {
    width: 100vw;
  }
  .t-shirt {
    width: 60%;
  }
  .popup-container {
    display: none;
    width: 90%;
  }
  .footer---right {
    display: none;
  }
}

@media (max-width: 479px) {
  h2 {
    margin-bottom: 0vh;
    font-size: 32px;
    line-height: 1.4em;
  }
  h4 {
    margin-top: 2vh;
    margin-bottom: 2vh;
    font-size: 22px;
    line-height: 1.4em;
  }
  p {
    font-size: 16px;
  }
  .bg-intro {
    background-position: 50% 50%;
    background-size: cover;
    opacity: 0;
  }
  .bg-about {
    background-position: -66px 50%;
    background-size: cover;
    background-repeat: repeat-y;
    opacity: 0;
  }
  .project-1 {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-right: 0%;
    clear: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .project-2 {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 0%;
    clear: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .project-container-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: auto;
    padding: 40vh 0% 10vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .project-3 {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-right: 0%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .project-4 {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 0%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .project-5 {
    width: 100%;
    height: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-right: 0%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .project-6 {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 0%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .section---footer {
    position: relative;
  }
  .bg--footer {
    background-size: 100% 100%;
  }
  .footer {
    padding: 10% 5% 10% 7%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .column-container {
    overflow: hidden;
    padding-right: 6%;
    padding-left: 6%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .column-container.footer {
    overflow: hidden;
    padding-top: 20vh;
    padding-bottom: 10vh;
    background-color: transparent;
  }
  .column-container.project-intro {
    padding-right: 7%;
    padding-left: 7%;
  }
  .column-container.about {
    padding-left: 7%;
  }
  .p-description {
    font-size: 20px;
  }
  .footer---left {
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .footer---middle {
    display: block;
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .project-description-box {
    left: 0px;
    right: 0px;
    bottom: -80px;
    padding-right: 5%;
    padding-left: 10%;
    box-shadow: 3px 8px 22px -10px #333;
  }
  .p---tag {
    left: -15px;
    font-size: 90px;
  }
  .p---headline {
    font-size: 20px;
  }
  .p---project-description.box {
    font-size: 15px;
  }
  .button---read-more.hide {
    font-size: 14px;
  }
  .project-image {
    height: 100%;
  }
  .bg---services {
    height: 100vh;
    background-position: 50% 50%;
    background-size: auto 100vh;
  }
  .bg---project---header.blueboard-web {
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    opacity: 0;
  }
  .bg---project---header.blueboardux {
    background-image: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 100%, 0.97)), to(hsla(0, 0%, 100%, 0.5))), url('../images/Blueboard_2.jpg');
    background-image: linear-gradient(0deg, hsla(0, 0%, 100%, 0.97), hsla(0, 0%, 100%, 0.5)), url('../images/Blueboard_2.jpg');
    background-position: 0px 0px, 50% 84%;
    background-size: auto, 1620px;
    background-repeat: repeat, no-repeat;
    opacity: 0;
  }
  .bg---project---header.cradle-ux {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(hsla(0, 0%, 100%, 0.5))), url('../images/Cradle-App-UX.jpg');
    background-image: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0.5)), url('../images/Cradle-App-UX.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 900px;
    background-repeat: repeat, no-repeat;
    opacity: 0;
  }
  .bg---project---header.cradle-brand {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(hsla(0, 0%, 100%, 0.5))), url('../images/Brand-Identity.jpg');
    background-image: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0.5)), url('../images/Brand-Identity.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    opacity: 0;
  }
  .bg---project---footer {
    background-size: 100% 100%;
  }
  .description-container {
    margin-top: 20%;
  }
  .h---project-name {
    font-size: 36px;
  }
  .h---project-name.dark {
    margin-bottom: 30px;
    font-size: 36px;
    text-align: left;
  }
  .tag---name {
    margin-bottom: 14px;
    font-size: 20px;
  }
  .scroll-progress {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    width: 20px;
    margin-bottom: 20px;
  }
  .project-section {
    padding-right: 7%;
    padding-left: 7%;
  }
  .image-slider-container {
    margin-top: 15%;
    margin-bottom: 15%;
  }
  .slider {
    min-height: 300px;
  }
  .mask {
    width: 100%;
    height: auto;
  }
  .h---hero-heading {
    margin-right: 21px;
    margin-left: 11px;
    font-size: 45px;
  }
  .h---hero-heading.orange {
    margin-left: 10px;
    font-size: 45px;
  }
  .h---hero-heading.no-padding {
    left: 12px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 45px;
    text-align: left;
  }
  .h---hero-heading.transform {
    margin: 5vw;
    padding-left: 0vw;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .hero {
    height: 101vh;
  }
  .intro-launch {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40%;
  }
  .n-float {
    bottom: 1px;
    display: block;
    width: 30px;
    margin-right: auto;
    margin-left: auto;
    font-size: 45px;
  }
  .hero-title {
    top: 35%;
    margin-left: 0px;
  }
  .line-1 {
    position: relative;
    left: 0px;
    top: 0px;
    width: 36px;
    height: 2px;
    background-color: #fff;
    color: #646464;
  }
  .line-2 {
    position: relative;
    left: 10px;
    top: 0px;
    width: 26px;
    height: 2px;
    background-color: #ff7361;
  }
  .line-3 {
    position: relative;
    left: 20px;
    top: 0px;
    width: 16px;
    height: 2px;
    background-color: #fff;
  }
  .nav-bar {
    height: 100px;
  }
  .nav-bar-container {
    width: 87vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .menu.hide {
    display: none;
  }
  .menu-navbar-container {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100px;
    margin-right: 0vw;
    margin-left: 0vw;
    padding-right: 7%;
    padding-left: 7%;
  }
  .menu-page-links {
    width: 100%;
    margin-left: 0vw;
    padding-left: 7%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .menu-link {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 40px;
  }
  .cradle-logo {
    right: 0%;
  }
  .cradle-logo.showcase {
    margin-top: 25%;
    margin-bottom: 25%;
  }
  .line-5 {
    position: relative;
    left: 0px;
    top: 0px;
    width: 20px;
    height: 92px;
    background-color: #32e29c;
  }
  .phone-block-container {
    display: none;
  }
  .tags-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .grid-image-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }
  .grid-image-container._2x3 {
    width: 90vw;
    margin-top: 25%;
    margin-bottom: 25%;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }
  .grid-image-container.large-iphone {
    width: 100%;
    grid-column-gap: 0px;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
  }
  .grid-image-container._3x1 {
    margin: 25% 0%;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-row-gap: 40px;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .grid-image-container._3x3 {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .grid-image-container._4-x-2 {
    grid-row-gap: 16px;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .tile {
    height: 30vh;
    max-height: 340px;
    min-height: 300px;
  }
  .tile.long {
    width: 85vw;
    height: 70vh;
    max-height: 550px;
    min-height: 520px;
  }
  .tile.long.individual {
    width: 80vw;
    max-height: 520px;
    margin-bottom: -80px;
  }
  .tile.large {
    height: 60vh;
    max-height: 400px;
  }
  .website-embed.mobile {
    width: 100%;
    height: 70vh;
    max-width: none;
  }
  .html-embed.mobile.view {
    margin-right: -20px;
  }
  .image-frame.medium {
    width: 100%;
    margin-top: 15%;
    margin-bottom: 15%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .image-frame.wide.long {
    width: 100%;
    height: auto;
    margin-top: 15%;
    margin-bottom: 15%;
  }
  .image-frame.ipad {
    width: 100%;
  }
  .description {
    width: 100%;
  }
  .image-split-container {
    width: 100%;
  }
  .h---section-title {
    font-size: 36px;
    line-height: 1.5em;
  }
  .icon {
    margin-top: 132%;
    margin-bottom: 132%;
  }
  .icon-2 {
    margin-top: 132%;
    margin-bottom: 132%;
  }
  .hover-bg {
    max-height: 500px;
  }
  .p---view-more.white {
    margin-bottom: 2vh;
  }
  .section {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bold-text {
    font-size: 14px;
  }
  .tile-image.welcome---ios {
    width: 100%;
    height: 100%;
  }
  .tile-image.transfer---ios {
    width: 100%;
    height: 100%;
  }
  .tile-image.oncall---ios {
    width: 100%;
    height: 100%;
  }
  .tile-image.detailed-call {
    width: 100%;
    height: 100%;
  }
  .tile-image.smart {
    width: 100%;
    height: 100%;
  }
  .tile-image.detailed-android {
    width: 100%;
    height: 100%;
  }
  .tile-image.map-android {
    width: 100%;
    height: 100%;
  }
  .tile-image.recent-android {
    width: 100%;
    height: 100%;
  }
  .tile-image.hamburger {
    width: 100%;
    height: 100%;
  }
  .tile-image.alerts-android {
    width: 100%;
    height: 100%;
  }
  .tile-image.smart-status {
    width: 100%;
    height: 100%;
    background-size: contain;
  }
  .tile-image.my-team-empty {
    width: 100%;
    height: 100%;
  }
  .tile-image.my-team-home {
    width: 100%;
    height: 100%;
  }
  .tile-image.all-tasks {
    width: 100%;
    height: 100%;
  }
  .tile-image.map-view {
    width: 100%;
    height: 100%;
  }
  .tile-image.individual-timesheet {
    width: 100%;
    height: 100%;
  }
  .tile-image.drawer {
    width: 100%;
    height: 100%;
  }
  .tile-image.filter {
    width: 100%;
    height: 100%;
    background-size: contain;
  }
  .tile-image.employee-signin {
    width: 100%;
    height: 100%;
  }
  .tile-image.clockout {
    width: 100%;
    height: 100%;
  }
  .tile-image.assign-task {
    width: 100%;
    height: 100%;
  }
  .tile-image.uncompleted {
    width: 100%;
    height: 100%;
  }
  .tabs-link {
    display: inline-block;
  }
  .on-call-container {
    display: block;
  }
  .phone-container-2 {
    overflow: hidden;
  }
  .tabs-menu {
    position: relative;
    width: 100%;
  }
  .desktop-app-container {
    display: block;
  }
  .navigation-container {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 60vh;
    margin-right: 5%;
    margin-left: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .gallery-side {
    position: absolute;
    z-index: 1;
    width: 100%;
  }
  .div-block {
    max-width: 325px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .project-footer-container {
    margin-top: 30%;
    padding-top: 10%;
    padding-bottom: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .footer-gallery {
    width: 100%;
    height: 40vh;
  }
  .footer-left {
    width: 100%;
    padding-right: 0%;
  }
  .footer-right {
    width: 100%;
    margin-top: 10%;
    padding-left: 0%;
  }
  .color-block.green {
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .color-block.orange {
    padding-top: 0%;
  }
  .color-block-heading {
    font-size: 55px;
  }
  .color-block-heading.georgia {
    font-size: 55px;
  }
  .color-block-heading.filson {
    font-size: 55px;
  }
  .color-block-subheading {
    font-size: 24px;
  }
  .color-block-subheading.georgia {
    font-size: 24px;
  }
  .color-block-subheading.filson {
    font-size: 24px;
  }
  .hex-code {
    font-size: 20px;
  }
  .hex-code.font {
    font-size: 22px;
  }
  .block-image.icons1 {
    background-position: 50% 50%;
  }
  .cradle-name {
    font-size: 60px;
  }
  .double-logo-container {
    margin-top: 25%;
    margin-bottom: 25%;
  }
  .sidexside-images {
    width: 100%;
    height: 100%;
    margin-top: 25%;
    margin-bottom: 25%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .side-image-2.skydiving {
    width: 100%;
    height: 600px;
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: 0%;
  }
  .side-image-2.surf {
    width: 100%;
    height: 500px;
    margin-top: 10%;
    margin-left: 0%;
  }
  .side-image-2.phone-ringing {
    width: 100%;
    height: 600px;
    margin-top: 15%;
    margin-left: 0%;
    box-shadow: 0 9px 30px -15px #333;
  }
  .side-image-2.newton {
    width: 100%;
    height: 200px;
    margin-top: 15%;
    margin-right: 0%;
    margin-left: 0%;
  }
  .side-image-2.paper {
    width: 100%;
    height: 400px;
    margin-top: 15%;
    margin-left: 0%;
  }
  .background-video {
    display: block;
    text-align: center;
  }
  .side-image-1.employee {
    width: 100%;
    height: 400px;
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .side-image-1.goprocamera {
    width: 100%;
    height: 300px;
  }
  .side-image-1.yelling {
    width: 100%;
    height: 400px;
    box-shadow: 0 9px 30px -15px #333;
  }
  .side-image-1.banana {
    width: 100%;
    height: 400px;
    margin: 15% 0%;
  }
  .side-image-1.her {
    width: 100%;
    height: 300px;
    background-position: 40% 50%;
    background-size: cover;
  }
  .side-image-1.rotten {
    width: 100%;
    height: 500px;
  }
  .side-image-3.casestudy {
    width: 100%;
    height: 600px;
    margin-top: 5%;
    margin-bottom: 5%;
    background-position: 0px 50%;
    background-size: cover;
  }
  .side-image-3.process {
    width: 100%;
    height: 600px;
    margin-top: 10%;
    background-size: cover;
  }
  .side-image-3.office-space {
    width: 100%;
    height: 500px;
    background-size: cover;
  }
  .side-image-3.all-in-one {
    width: 100%;
    height: 400px;
    margin-bottom: 15%;
  }
  .side-image-3.ipad-farmer {
    width: 100%;
    height: 500px;
  }
  .side-image-4.erica {
    width: 100%;
    height: 300px;
    margin-top: 5%;
    margin-bottom: 5%;
    background-color: #fff;
    background-size: contain;
  }
  .side-image-4.employerbrand {
    width: 100%;
    height: 450px;
    background-size: cover;
  }
  .side-image-4.happy-woman {
    width: 100%;
    height: 400px;
    margin-top: 10%;
  }
  .side-image-4.inspect {
    width: 100%;
    height: 400px;
    margin-top: 15%;
  }
  .side-image-5.team {
    width: 100%;
    height: 300px;
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .link-block-2 {
    text-decoration: none;
  }
  .cradle-marketing {
    width: 100%;
    height: auto;
    margin-top: 15%;
    margin-bottom: 15%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .gradient {
    width: 100vw;
  }
  .flex-wrapper {
    margin-top: 10vh;
    margin-bottom: 10vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sticky---left {
    width: 20vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .sticky---right {
    width: 80vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: transparent;
  }
  .text-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .rich-text-block {
    margin-top: 1vh;
    margin-bottom: 1vh;
  }
  .rich-text-block-2 {
    padding-right: 20px;
  }
  .divider {
    width: 40%;
    margin-bottom: 1vh;
    margin-left: 1vw;
  }
  .mobile-nav-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 25px 0px 25px 35px;
    float: none;
    clear: left;
    font-family: Lato, sans-serif;
    color: #646464;
    font-size: 18px;
    text-align: left;
  }
  .mobile-nav-2.w--current {
    font-family: 'Lato - Web', Arial, sans-serif;
    color: #32e29c;
  }
  .mobile-nav-1 {
    padding: 25px 0px 25px 35px;
    float: none;
    clear: left;
    font-family: 'Lato - Web', Arial, sans-serif;
    color: #646464;
    font-size: 18px;
    text-align: left;
  }
  .mobile-nav-1:active {
    color: #32e29c;
  }
  .mobile-nav-1.w--current {
    padding-right: 0px;
    padding-left: 35px;
    float: none;
    clear: left;
    font-family: 'Lato - Web', Arial, sans-serif;
    color: #32e29c;
    text-align: left;
  }
  .mobile-nav-5 {
    padding: 25px 0px 25px 35px;
    float: none;
    clear: left;
    font-family: 'Lato - Web', Arial, sans-serif;
    color: #646464;
    font-size: 18px;
    text-align: left;
  }
  .mobile-nav-5.w--current {
    color: #32e29c;
  }
  .mobile-nav-4 {
    padding: 25px 0px 25px 35px;
    float: none;
    clear: left;
    font-family: 'Lato - Web', Arial, sans-serif;
    color: #646464;
    font-size: 18px;
    text-align: left;
  }
  .mobile-nav-4.w--current {
    color: #32e29c;
  }
  .mobile-nav-6 {
    display: block;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 35px;
    float: none;
    clear: left;
    font-family: 'Lato - Web', Arial, sans-serif;
    color: #646464;
    font-size: 18px;
  }
  .mobile-nav-6.w--current {
    color: #32e29c;
  }
  .penthouse-listing {
    width: 100vw;
    max-height: 450px;
  }
  .parkside-heading {
    margin-left: 20px;
    font-size: 50px;
  }
  .image-4 {
    display: block;
  }
  .wide-image {
    width: auto;
  }
  .t-shirt {
    width: 100%;
    margin-top: 15%;
    margin-bottom: 15%;
  }
  .popup-container {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    height: 90%;
    margin-top: 3vh;
    margin-bottom: 0vh;
    padding-top: 0%;
    padding-bottom: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .profile-image {
    width: 100%;
    height: 50%;
  }
  .bio-container {
    padding-top: 8%;
    padding-bottom: 5%;
  }
  .profile {
    font-size: 1em;
  }
}

#w-node-2fccb8e7b6c1-921ca0db {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-ef8ff9f07935-921ca0db {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-cb750059adaf-921ca0db {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-3e02999a0a0e-921ca0db {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-3e02999a0a11-921ca0db {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-3e02999a0a13-921ca0db {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-d4a3f7f669d8-b21ca0e0 {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d4a3f7f669d9-b21ca0e0 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-542a27fb44fa-b21ca0e0 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-be4825d302b8-b21ca0e0 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-b199a76c6b25-b21ca0e0 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-8ae0be91aad7-b21ca0e0 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-cd092b65b305-b21ca0e0 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-68155f71d2d3-f21ca0e6 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-45f9b75e999d-f21ca0e6 {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-4a289360d124-f21ca0e6 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-f297f3cc7d44-f21ca0e6 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-e976cdfe37e7-f21ca0e6 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-570bc559b83a-f21ca0e6 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-29fa75772344-f21ca0e6 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-b43779ed48e1-f21ca0e6 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
}

#w-node-dde95a3503f9-f21ca0e6 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-baf25412cf5d-f21ca0e6 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
}

#w-node-bc26bbaa42ab-f21ca0e6 {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
}

#w-node-68155f71d2d3-ab1ca0e8 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-e976cdfe37e7-ab1ca0e8 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-4a289360d124-ab1ca0e8 {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-45f9b75e999d-ab1ca0e8 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-dde95a3503f9-ab1ca0e8 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-b43779ed48e1-ab1ca0e8 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
}

#w-node-f297f3cc7d44-ab1ca0e8 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
}

#w-node-29fa75772344-ab1ca0e8 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-bc26bbaa42ab-ab1ca0e8 {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
}

#w-node-570bc559b83a-ab1ca0e8 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-baf25412cf5d-ab1ca0e8 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-542a27fb44fa-801ca0e9 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d73f9bbfa2da-801ca0e9 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-1e73d3db7ff6-801ca0e9 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-a52954f1daeb-801ca0e9 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media (max-width: 991px) {
  #w-node-3e02999a0a0e-921ca0db {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-3e02999a0a11-921ca0db {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-3e02999a0a13-921ca0db {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-68155f71d2d3-f21ca0e6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-45f9b75e999d-f21ca0e6 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-4a289360d124-f21ca0e6 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-f297f3cc7d44-f21ca0e6 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-e976cdfe37e7-f21ca0e6 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-570bc559b83a-f21ca0e6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-29fa75772344-f21ca0e6 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-b43779ed48e1-f21ca0e6 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }
  #w-node-dde95a3503f9-f21ca0e6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-baf25412cf5d-f21ca0e6 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }
  #w-node-bc26bbaa42ab-f21ca0e6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }
  #w-node-68155f71d2d3-ab1ca0e8 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-e976cdfe37e7-ab1ca0e8 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-4a289360d124-ab1ca0e8 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 3;
    grid-column-end: 6;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-45f9b75e999d-ab1ca0e8 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-dde95a3503f9-ab1ca0e8 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-b43779ed48e1-ab1ca0e8 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-29fa75772344-ab1ca0e8 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }
  #w-node-bc26bbaa42ab-ab1ca0e8 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-570bc559b83a-ab1ca0e8 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-baf25412cf5d-ab1ca0e8 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }
  #w-node-542a27fb44fa-801ca0e9 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-d73f9bbfa2da-801ca0e9 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-1e73d3db7ff6-801ca0e9 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-a52954f1daeb-801ca0e9 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media (max-width: 480px) {
  #w-node-2fccb8e7b6c1-921ca0db {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-ef8ff9f07935-921ca0db {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-cb750059adaf-921ca0db {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-3e02999a0a0e-921ca0db {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-3e02999a0a11-921ca0db {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-3e02999a0a13-921ca0db {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-d4a3f7f669d8-b21ca0e0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 5;
    grid-column-end: 6;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-542a27fb44fa-b21ca0e0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-column-span: 5;
    grid-column-end: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }
  #w-node-be4825d302b8-b21ca0e0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 5;
    grid-column-end: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-b199a76c6b25-b21ca0e0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 5;
    grid-column-end: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-cd092b65b305-b21ca0e0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-span: 5;
    grid-column-end: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-68155f71d2d3-f21ca0e6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-45f9b75e999d-f21ca0e6 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 4;
    grid-column-end: 6;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-4a289360d124-f21ca0e6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 5;
    grid-column-end: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-f297f3cc7d44-f21ca0e6 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 4;
    grid-column-end: 6;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }
  #w-node-e976cdfe37e7-f21ca0e6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 5;
    grid-column-end: 6;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }
  #w-node-570bc559b83a-f21ca0e6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-29fa75772344-f21ca0e6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 11;
    grid-row-start: 11;
    -ms-grid-column-span: 6;
    grid-column-end: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 12;
  }
  #w-node-b43779ed48e1-f21ca0e6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
  }
  #w-node-dde95a3503f9-f21ca0e6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 8;
    grid-row-start: 8;
    -ms-grid-column-span: 5;
    grid-column-end: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 9;
  }
  #w-node-baf25412cf5d-f21ca0e6 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 10;
    grid-row-start: 10;
    -ms-grid-column-span: 4;
    grid-column-end: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 11;
  }
  #w-node-bc26bbaa42ab-f21ca0e6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 9;
    grid-row-start: 9;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 10;
  }
  #w-node-68155f71d2d3-ab1ca0e8 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-e976cdfe37e7-ab1ca0e8 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 4;
    grid-column-end: 6;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }
  #w-node-4a289360d124-ab1ca0e8 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 4;
    grid-column-end: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-45f9b75e999d-ab1ca0e8 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 4;
    grid-column-end: 6;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-dde95a3503f9-ab1ca0e8 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 8;
    grid-row-start: 8;
    -ms-grid-column-span: 4;
    grid-column-end: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 9;
  }
  #w-node-b43779ed48e1-ab1ca0e8 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
  }
  #w-node-f297f3cc7d44-ab1ca0e8 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 4;
    grid-column-end: 6;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }
  #w-node-29fa75772344-ab1ca0e8 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 11;
    grid-row-start: 11;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 12;
  }
  #w-node-bc26bbaa42ab-ab1ca0e8 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 9;
    grid-row-start: 9;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 10;
  }
  #w-node-570bc559b83a-ab1ca0e8 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-baf25412cf5d-ab1ca0e8 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 5;
    grid-column-end: 6;
    -ms-grid-row: 10;
    grid-row-start: 10;
    -ms-grid-row-span: 1;
    grid-row-end: 11;
  }
  #w-node-542a27fb44fa-801ca0e9 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-d73f9bbfa2da-801ca0e9 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-1e73d3db7ff6-801ca0e9 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-a52954f1daeb-801ca0e9 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@font-face {
  font-family: 'Open Sans - Web';
  src: url('../fonts/open-sans-v15-latin-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Lora - Web';
  src: url('../fonts/lora-v12-latin-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fjalla - Web';
  src: url('../fonts/fjalla-one-v5-latin-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Lato - Web';
  src: url('../fonts/Lato-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica - Web';
  src: url('../fonts/helvetica.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica - Web';
  src: url('../fonts/Helvetica-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Filsonsoft book';
  src: url('../fonts/FilsonSoft-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}