body {
  color: rgba(0, 0, 0, 0.74);
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
}

h2 {
  margin-top: 50px;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 26px;
  font-weight: 700;
}

h3 {
  margin-top: 50px;
  margin-bottom: 0px;
  color: #5d5d5d;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 1px;
}

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  margin-top: 30px;
  margin-bottom: 0px;
  direction: ltr;
  color: #5d5d5d;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
}

a {
  color: #2039f0;
  text-decoration: none;
}

a:hover {
  color: #2039f0;
  text-decoration: none;
}

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

img {
  display: inline-block;
  max-width: 100%;
  margin-top: 0px;
}

strong {
  font-size: 18px;
  line-height: 42px;
  font-weight: 700;
  text-align: left;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}

figcaption {
  margin-top: 10px;
  margin-bottom: 40px;
  color: #a3a3a3;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
}

.button {
  display: inline-block;
  padding: 11px 20px;
  border-radius: 3px;
  background-color: #3b99d9;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
}

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

.button.w--current {
  background-color: #2e80b6;
}

.button.white {
  background-color: #fff;
  color: #000;
}

.button.white:hover {
  background-color: hsla(0, 0%, 100%, 0.77);
}

.button.black {
  background-color: #404047;
}

.button.black:hover {
  background-color: #1db0fc;
}

.button.black.with-field {
  width: 22%;
  margin-left: 2%;
  float: left;
}

.button.full-width {
  display: block;
  width: 100%;
  background-color: #3b99d9;
}

.button.small {
  padding: 7px 12px;
  background-color: #3b99d9;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
}

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

.button.tab {
  margin-right: 8px;
  margin-left: 8px;
  background-color: #bfbfbf;
}

.button.tab:hover {
  background-color: #7e7e7e;
}

.button.tab.w--current {
  background-color: #3b99d9;
}

.navigation-link {
  padding: 7px 30px;
  font-family: Muli, sans-serif;
  color: silver;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 1px;
}

.navigation-link:hover {
  color: #333;
}

.navigation-link.w--current {
  padding-right: 30px;
  padding-left: 30px;
  font-family: Muli, sans-serif;
  color: #333;
  font-weight: 600;
}

.navigation-link.w--current:hover {
  text-decoration: none;
}

.navigation-link.white {
  color: #fff;
}

.navigation-link.current.w--current {
  opacity: 1;
  color: #333;
}

.navigation-link.tab {
  font-family: Muli, sans-serif;
  color: silver;
  font-weight: 600;
}

.navigation-link.tab:hover {
  color: #333;
}

.navigation-link.tab.w--current {
  font-family: Muli, sans-serif;
}

.navigation-link.tab.w--current:focus {
  color: #333;
}

.navigation-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.01);
  text-transform: uppercase;
}

.navigation-bar.dark {
  background-color: #5d5d5d;
}

.navigation-bar.top {
  margin-top: 58px;
  margin-bottom: 124px;
  border-radius: 5px;
  background-color: #fff;
}

.navigation-menu {
  margin-top: 8px;
  margin-right: auto;
}

.navigation-menu.left {
  float: left;
}

.navigation-menu.on-bottom {
  float: none;
  text-align: center;
}

.brand-text {
  height: 100%;
  margin-top: 4px;
  margin-bottom: 0px;
  margin-left: 60px;
  padding-top: 0px;
  opacity: 0;
  font-family: Oswald, sans-serif;
  font-size: 33px;
  line-height: 36px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 6px;
  text-decoration: none;
}

.brand-link {
  left: 0px;
  top: 0px;
  bottom: 0px;
}

.brand-link.w--current {
  display: block;
  margin-left: auto;
}

.brand-link.right {
  float: right;
}

.brand-link.on-top {
  display: block;
  float: none;
  text-align: center;
}

.brand-link.white {
  color: #fff;
}

.brand-link.left-spacing {
  margin-left: 15px;
  color: #fff;
}

.brand-link.left {
  margin-left: 16px;
}

.section-about {
  position: relative;
  left: 0px;
  top: 80px;
  right: 0px;
  display: inline-block;
  width: 100vw;
  height: auto;
  margin: 80px auto 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.section-about.centered {
  text-align: center;
}

.section-about.accent {
  background-color: #f3f3f3;
}

.section-about.dark {
  background-color: #5d5d5d;
  color: #fff;
}

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

.hero-slider {
  height: 400px;
  background-color: #5d5d5d;
  color: #fff;
}

.slide {
  padding-top: 126px;
  padding-right: 85px;
  padding-left: 85px;
}

.header-section {
  padding-top: 104px;
  padding-bottom: 104px;
  background-color: #5d5d5d;
  color: #fff;
  text-align: center;
}

.page-heading {
  margin-top: 0px;
  margin-bottom: 11px;
}

.call-to-action-section {
  padding-top: 44px;
  padding-bottom: 44px;
  background-color: #3b99d9;
  color: #fff;
}

.call-to-action-section.centered {
  text-align: center;
}

.call-to-action-heading {
  margin-top: 3px;
  margin-bottom: 0px;
  font-weight: 400;
}

.call-to-action-heading.inline-block {
  display: inline-block;
  margin-right: 13px;
}

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

.white-box {
  padding: 15px;
  border-radius: 5px;
  background-color: #fff;
}

.fixed-image-section {
  padding-top: 104px;
  padding-bottom: 104px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: 125px;
  background-attachment: fixed;
  color: #fff;
  text-align: center;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  text-align: center;
}

.slider-navigation {
  padding-top: 0px;
  font-size: 9px;
}

.slider-icon-circle {
  width: 50px;
  height: 50px;
  padding: 6px;
  font-size: 33px;
}

.hero-subheading {
  margin-bottom: 18px;
}

.hollow-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 9px 20px;
  border: 2px solid #3b99d9;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #3b99d9;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.hollow-button:hover {
  border-color: #000;
  color: #000;
}

.hollow-button.white {
  border-color: #fff;
  color: #fff;
}

.hollow-button.white:hover {
  border-color: hsla(0, 0%, 100%, 0.64);
  color: hsla(0, 0%, 100%, 0.72);
}

.section-heading {
  margin-top: 100px;
  margin-bottom: 60px;
  font-family: Oswald, sans-serif;
  color: #5d5d5d;
  font-size: 48px;
  line-height: 48px;
  font-weight: 400;
}

.section-heading.centered {
  text-align: center;
}

.main-container {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.form-label {
  margin-bottom: 6px;
  font-size: 13px;
  text-transform: uppercase;
}

.section-subheading.center {
  font-size: 20px;
  text-align: center;
}

.section-title-group {
  margin-bottom: 62px;
}

.section-title-group.centered {
  text-align: center;
}

.form-field {
  min-height: 45px;
  margin-right: 1px;
  margin-bottom: 17px;
  border: 0px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, 0.3);
}

.form-field.text-area {
  min-height: 110px;
}

.form-field.with-button {
  width: 75%;
  float: left;
}

.form-wrapper.squeezed {
  padding-right: 19%;
  padding-left: 19%;
}

.picture-border {
  border: 5px solid #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}

.round-image {
  border-radius: 100px;
}

.social-button {
  margin-right: 4px;
  margin-bottom: 8px;
  margin-left: 4px;
  padding: 8px;
  border-radius: 100px;
  background-color: #000;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-button:hover {
  opacity: 0.7;
}

.social-button.border {
  padding: 6px;
  border: 1px solid rgba(0, 0, 0, 0.36);
  background-color: transparent;
}

.social-button.facebook {
  background-color: #3c5791;
}

.social-button.twitter {
  background-color: #29a9e8;
}

.social-button.red {
  background-color: #d11529;
}

.social-button.pink {
  background-color: #fc488f;
}

.social-button.pink2 {
  background-color: #ed1081;
}

.social-button.orange {
  background-color: #db4e34;
}

.social-button.vimeo {
  background-color: #1ebae7;
}

.social-button.linkdin {
  background-color: #1485c3;
}

.social-button.instagram {
  background-color: #4b769b;
}

.social-button.tumblr {
  background-color: #2e5270;
}

.social-button.webflow {
  background-color: #3278bd;
}

.social-button.medium {
  background-color: #549f63;
}

.social-icon-link {
  margin-right: 20px;
  margin-left: 20px;
  padding: 3px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-icon-link:hover {
  opacity: 0.5;
}

.profile-image {
  margin-bottom: 15px;
  border-radius: 100px;
}

.hero-with-nav {
  background-color: #d4d4d4;
}

.footer {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-top: 40px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: center;
}

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

.float-right {
  float: right;
}

.footer-text {
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Muli, sans-serif;
  color: #bbb;
  font-size: 11px;
  line-height: 18px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: none;
}

.link {
  display: block;
  margin-bottom: 10px;
  color: #3b99d9;
  text-decoration: none;
}

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

.footer-brand-text {
  font-size: 26px;
  line-height: 33px;
}

.sidemenu-wrapper {
  margin-left: 10px;
  padding-left: 20px;
  border-left: 3px solid rgba(0, 0, 0, 0.2);
}

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

.sidemenu-link {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #8f8f8f;
  text-decoration: none;
}

.grid-image {
  margin-bottom: 19px;
}

.info-wrapper {
  margin-bottom: 14px;
}

.info-icon {
  float: left;
}

.info-text {
  margin-left: 34px;
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  color: rgba(0, 0, 0, 0.74);
  text-decoration: none;
}

.footer-link:hover {
  color: #3b99d9;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.hero-title-wrapper {
  margin-bottom: 155px;
}

.icon-left {
  padding: 6px;
  float: left;
  color: #919191;
}

.text-right {
  margin-left: 49px;
}

.left-navigation {
  width: 20%;
  height: 100vh;
  float: left;
  background-color: #d4d4d4;
}

.nav-link {
  display: block;
  padding: 7px 0px;
  text-align: center;
}

.logo-link {
  display: block;
  margin-top: 216px;
  margin-bottom: 50px;
  float: none;
  text-align: center;
}

.content {
  overflow: hidden;
  width: 80%;
  float: left;
}

.social-footer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 16px;
  text-align: center;
}

.grid-fours {
  width: 25%;
  padding: 10px;
  float: left;
}

.tab-menu {
  margin-bottom: 40px;
  text-align: center;
}

.flushed-grid {
  width: 25%;
  float: left;
}

.flushed-grid.thirds {
  width: 33.33%;
}

.flushed-grid.sixths {
  width: 16.66%;
}

.content-wrapper {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.photo-block {
  height: 272px;
  margin-bottom: 10px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.photo-link-block {
  width: 100%;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #333;
  font-size: 13px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.photo-link-block:hover {
  opacity: 0.8;
  color: #333;
  text-decoration: none;
}

.photo-title {
  margin-bottom: 25px;
  text-transform: uppercase;
}

.photo-content {
  font-size: 14px;
  line-height: 24px;
}

.blog-title {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
}

.byline {
  margin-bottom: 20px;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
}

.blog-content {
  margin-top: 40px;
}

.sidebar-title {
  margin-bottom: 29px;
}

.blog-link {
  display: block;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #333;
  text-decoration: none;
}

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

.sidebar-divider {
  height: 1px;
  margin-top: 25px;
  margin-bottom: 25px;
  border-top: 1px solid #ccc;
}

.blog-post-wrapper {
  padding-right: 40px;
}

.about-photo {
  display: block;
  width: auto;
  height: 60vh;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
}

.title {
  margin-top: 13px;
  margin-bottom: 33px;
  font-family: Muli, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.photo-page-title {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.photo-page-title.center {
  text-align: center;
}

.photo-info-text {
  margin-bottom: 18px;
  font-family: Montserrat, sans-serif;
  color: #969696;
  font-size: 11px;
  line-height: 17px;
  text-transform: uppercase;
}

.photo-text {
  margin-top: 40px;
}

.photo-info-wrapper {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 47px;
  margin-left: auto;
  padding-bottom: 81px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.26);
}

.gallery-wrapper {
  margin-top: 56px;
}

.blog-list-item {
  min-height: 100px;
}

.blog-info-text {
  color: silver;
  font-size: 12px;
  text-transform: uppercase;
}

.small-blog-title {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.small-blog-link {
  margin-bottom: 21px;
  color: #333;
}

.small-blog-link:hover {
  text-decoration: none;
}

.small-list {
  text-align: right;
}

.photo-row {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.17);
}

.description-text {
  margin-bottom: 23px;
}

.image {
  position: relative;
  top: 0px;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: 2px;
  float: left;
  clear: none;
}

.image:hover {
  opacity: 0.5;
}

.rich-text-block {
  position: static;
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  direction: ltr;
  font-family: Muli, sans-serif;
  color: #5d5d5d;
  font-size: 18px;
  font-weight: 300;
}

.paragraph {
  margin: 30px 0px 0px;
  font-family: Muli, sans-serif;
  color: #5d5d5d;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
  white-space: normal;
}

.paragraph.center-aligned {
  width: 80%;
}

.paragraph-2 {
  margin-top: 30px;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Muli, sans-serif;
  color: #5d5d5d;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

.image-2 {
  display: inline-block;
}

.image-3 {
  opacity: 0.3;
}

.image-4 {
  opacity: 0.3;
}

.image-5 {
  opacity: 0.3;
}

.image-6 {
  opacity: 0.3;
}

.text-span {
  color: silver;
}

.text-span:hover {
  color: #333;
}

.text-span:focus {
  color: #333;
}

.text-span-2 {
  color: silver;
}

.text-span-2:hover {
  color: #333;
}

.image-7 {
  min-width: 100%;
}

.heading {
  float: none;
}

.hero-image-dealerfox {
  position: static;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/dealer-fox-hero-image-50.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: fixed;
}

.heading-2 {
  display: block;
  height: 76vh;
  margin-top: 0px;
  padding-top: 310px;
  padding-bottom: 255px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 48px;
  font-weight: 500;
  text-align: center;
}

.div-block {
  display: block;
  width: 50%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.h-title-dark {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 1;
  font-family: Oswald, sans-serif;
  color: #404047;
  font-size: 64px;
  line-height: 80px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
}

.h-title-dark.h-title-light {
  display: block;
  color: #fff;
}

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

.h3-white {
  position: static;
  width: 100%;
  margin-top: 30px;
  padding-top: 0px;
  font-family: Muli, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.h3-white.h3-black {
  margin-top: 20px;
  color: #404047;
  font-weight: 400;
}

.paragraph-3 {
  font-family: Muli, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}

.column {
  text-align: left;
}

.rich-text-block-2 {
  display: inline;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  font-family: Muli, sans-serif;
  color: #5d5d5d;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  text-align: left;
}

.rich-text-block-2 h1 {
  margin-top: 100px;
  margin-bottom: 60px;
  font-family: Oswald, sans-serif;
  color: #5d5d5d;
  font-size: 48px;
  line-height: 48px;
  font-weight: 400;
  -o-object-fit: fill;
  object-fit: fill;
}

.container-2 {
  position: relative;
  padding-right: 0px;
  padding-left: 0px;
}

.section-content {
  position: static;
  margin-top: 0px;
  color: #a3a3a3;
  line-height: 18px;
}

.row {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.section-4 {
  margin-top: 40px;
}

.paragraph-5 {
  font-family: Muli, sans-serif;
  color: #afafaf;
  font-weight: 300;
}

.picture-roiw {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.image-8 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.title-row {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}

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

.list-item {
  font-family: Muli, sans-serif;
  color: #5d5d5d;
  font-size: 18px;
  line-height: 40px;
  font-weight: 300;
}

.ordered-list {
  margin-top: 40px;
  list-style-type: decimal;
}

.image-10 {
  display: block;
  width: 100%;
  border: 1px none #e0e0e0;
  box-shadow: 0 0 4px 0 #afafaf;
}

.wireframe-caption {
  margin-bottom: 20px;
  font-family: Muli, sans-serif;
  color: #5d5d5d;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

.h3-black-left {
  margin-top: 50px;
  margin-bottom: 0px;
  font-family: Muli, sans-serif;
  color: #5d5d5d;
  font-size: 18px;
  font-weight: 700;
}

.h3-black-middle {
  margin-top: 20px;
  margin-bottom: 0px;
  color: #5d5d5d;
  text-align: center;
}

.image-11 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 0 6px 0 #fff, 0 0 6px 0 #333;
}

.ordered-list-2 {
  margin-top: 30px;
  margin-bottom: 0px;
  padding-left: 30px;
}

.column-2 {
  padding-right: 0px;
  padding-left: 0px;
}

.slide-2 {
  border: 1px solid #5d5d5d;
}

.button-2 {
  display: block;
  width: 50%;
  height: 100%;
  margin: 20px auto;
  padding: 16px 20px;
  border: 2px solid #5d5d5d;
  border-radius: 6px;
  background-color: transparent;
  font-family: Muli, sans-serif;
  color: #5d5d5d;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.button-2:hover {
  border-style: solid;
  border-color: #bf3a30;
  background-color: #bf3a30;
  color: #fff;
}

.image-big {
  width: 100%;
  box-shadow: 0 0 4px 0 #afafaf;
}

.caption {
  margin-top: 15px;
  margin-bottom: 40px;
  font-family: Muli, sans-serif;
  color: #5d5d5d;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.div-block-2 {
  padding-bottom: 10px;
}

.row-2 {
  display: block;
  margin-top: 30px;
  margin-bottom: 60px;
}

.slide-3 {
  width: 100%;
  padding-right: 0px;
  padding-bottom: 0px;
  background-image: url('../images/Typography.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.icon {
  color: #5d5d5d;
}

.icon-2 {
  margin-left: 21px;
  color: #5d5d5d;
}

.slide-4 {
  background-image: url('../images/Color.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/desktop.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/Layout-elements.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/Grid-system.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slider {
  width: 100%;
  box-shadow: 0 0 4px 0 #afafaf;
}

.left-arrow {
  margin-left: -80px;
}

.slide-nav {
  margin-bottom: -60px;
}

.right-arrow {
  margin-right: -80px;
  margin-left: 0px;
}

.image-12 {
  width: 100%;
  box-shadow: 0 0 4px 0 #a3a3a3;
}

.row-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 70vh;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row-3.invisible {
  display: none;
}

.image-13:hover {
  opacity: 1;
}

.hppicr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  height: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.hppicr:hover {
  opacity: 0.88;
  -webkit-perspective: 0px;
  perspective: 0px;
}

.container-4 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  z-index: 0;
  display: block;
  overflow: visible;
  height: auto;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.row-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 80vw;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  -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;
}

.column-3 {
  padding-right: 30px;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.emphasized-text {
  line-height: 18px;
}

.image-14 {
  display: block;
  width: 100%;
  border: 1px solid #e0e0e0;
}

.section-5 {
  display: block;
}

.section-6 {
  display: block;
}

.section-7 {
  display: block;
  margin-top: 100px;
}

.subhead-home {
  width: 100%;
  margin-top: auto;
  font-family: Muli, sans-serif;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
}

.subhead-home.subhead-bottom {
  margin-top: 0px;
  color: #5d5d5d;
}

.home-header {
  margin-top: 26px;
  margin-bottom: 26px;
  font-family: Oswald, sans-serif;
  color: #5d5d5d;
  font-size: 70px;
  line-height: 70px;
  font-weight: 500;
  text-align: left;
}

.cover-image {
  position: static;
  right: -20px;
  width: 100%;
  height: auto;
  margin-top: 0px;
  float: none;
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.cover-image:hover {
  opacity: 1;
}

.cover-image.coming-soon:hover {
  opacity: 1;
}

.heading-3 {
  margin-top: 60px;
  font-family: Muli, sans-serif;
  font-weight: 400;
  text-align: center;
}

.image-15 {
  width: 100%;
}

.basic-info {
  font-weight: 400;
}

.heading-4 {
  font-family: Muli, sans-serif;
  font-weight: 400;
  text-align: right;
}

.heading-5 {
  font-family: Muli, sans-serif;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}

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

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

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.strong {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: Muli, sans-serif;
  color: #5d5d5d;
  font-size: 28px;
  line-height: 42px;
  font-weight: 700;
}

.quote-source {
  display: block;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  font-family: Muli, sans-serif;
  font-weight: 300;
  text-align: right;
}

.image-with-shadow {
  display: block;
  max-width: 100%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 0 4px 0 #afafaf;
}

.image-with-shadow.small-image {
  max-width: 96%;
}

.image-with-shadow.styletile {
  margin-top: 0px;
}

.text-span-3 {
  color: #5d5d5d;
}

.text-span-bold {
  display: inline;
  padding-top: 0px;
  color: #5d5d5d;
  font-weight: 700;
}

.text-span-5 {
  color: #5d5d5d;
  font-weight: 700;
}

.text-span-6 {
  color: #5d5d5d;
  font-weight: 700;
}

.text-span-7 {
  color: #5d5d5d;
  font-weight: 700;
}

.text-span-8 {
  color: #5d5d5d;
}

.hero-image-tripidee1 {
  position: relative;
  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;
  background-image: url('../images/tripidee-hero-image-30.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: fixed;
}

.image-16 {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.image-17 {
  margin-top: 0px;
}

.challenge {
  position: relative;
  z-index: 200;
  margin-top: 0px;
  background-color: #fff;
}

.image-18 {
  width: 100%;
}

.button-3 {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 20px;
  border-radius: 4px;
  font-family: Muli, sans-serif;
  font-size: 18px;
  text-align: center;
}

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

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -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;
}

.image-19 {
  box-shadow: 0 0 4px 0 #afafaf;
}

.button-tripidee {
  display: block;
  width: 25%;
  height: 100%;
  margin: 20px auto;
  padding: 16px 20px;
  border: 2px solid #5d5d5d;
  border-radius: 6px;
  background-color: transparent;
  font-family: Muli, sans-serif;
  color: #5d5d5d;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.button-tripidee:hover {
  border-style: solid;
  border-color: #bf3a30;
  background-color: #bf3a30;
  color: #fff;
}

.image-20 {
  box-shadow: 0 0 4px 0 #afafaf;
}

.image-21 {
  display: block;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 0 4px 0 #afafaf;
}

.div-block-4 {
  padding-top: 0px;
}

.div-block-4:hover {
  background-image: url('../images/dealer-fox-copy-2.jpg');
  background-position: 0px 0px;
  background-size: 600px;
}

.image-22 {
  margin-top: 0px;
}

.small-caption {
  margin-top: 0px;
  font-family: Muli, sans-serif;
  color: #a3a3a3;
  font-size: 14px;
  line-height: 30px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
}

.image-24 {
  box-shadow: 0 0 6px 0 #d4d4d4;
}

.image-25 {
  box-shadow: 0 0 6px 0 #d4d4d4;
}

.hero-image-noted {
  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;
  background-image: url('../images/noted-hero-image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.hero-image-noted.hero-image-wescan {
  position: relative;
  height: 85vh;
  background-image: url('../images/wescanheroimage30.jpg');
  background-size: cover;
}

.hero-image-noted.hero-image-wescan.hero-image-svb {
  position: relative;
  top: auto;
  background-image: url('../images/Hero-Image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: fixed;
}

.hero-image-noted.hero-image-habfit {
  background-image: url('../images/habfit-hero-image.jpg');
}

.image-26 {
  margin-top: 0px;
}

.image-27 {
  display: inline-block;
  margin-top: 20px;
  box-shadow: 0 0 6px 0 #e0e0e0;
}

.image-28 {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.column-4 {
  margin-top: 0px;
}

.row-6 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video {
  position: relative;
  width: 50%;
  clear: none;
}

.div-block-5 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 375px;
  height: 707px;
  margin-top: 30px;
  margin-right: 262px;
  margin-left: 262px;
  -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;
}

.video-2 {
  position: static;
  display: block;
  overflow: visible;
  margin-top: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.video-3 {
  position: static;
}

.progress-bar {
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 9999;
  width: 100%;
  height: 8px;
  background-color: #5d5d5d;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.progressbartripidee {
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 9999;
  width: 100%;
  height: 8px;
  background-color: #5d5d5d;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.progressbardealerfox {
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 999;
  width: 100%;
  height: 8px;
  background-color: #5d5d5d;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.brand-and-domain {
  position: relative;
  z-index: 200;
  background-color: #fff;
}

.style-exploration {
  position: relative;
  z-index: 200;
  display: block;
  background-color: #fff;
}

.improve-experience {
  position: relative;
  z-index: 200;
  background-color: #fff;
}

.final-product {
  position: relative;
  z-index: 200;
  background-color: #fff;
}

.future-consideration {
  position: relative;
  z-index: 200;
  background-color: #fff;
}

.what-i-learned {
  position: relative;
  z-index: 200;
  background-color: #fff;
}

.links {
  position: relative;
  z-index: 200;
  background-color: #fff;
}

.bottom-header {
  margin-top: 140px;
  font-family: Muli, sans-serif;
  color: #5d5d5d;
  font-size: 18px;
  line-height: 42px;
  font-weight: 400;
  text-align: left;
}

.image-29 {
  max-width: 100%;
  margin-top: 0px;
}

.image-29:hover {
  opacity: 0.8;
}

.heading-bottom {
  margin-top: 0px;
  font-family: Oswald, sans-serif;
  color: #5d5d5d;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
}

.heading-7 {
  font-family: Muli, sans-serif;
  color: #5d5d5d;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.header {
  margin-top: 100px;
  margin-bottom: 60px;
  font-family: Oswald, sans-serif;
  color: #5d5d5d;
  font-size: 32px;
  font-weight: 400;
}

.image-33 {
  position: static;
  display: block;
  max-width: 90%;
  text-align: left;
}

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

.div-block-6 {
  margin-top: 10px;
}

.section-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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;
}

.container-6 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  -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;
}

.heading-8 {
  font-family: 'Playfair Display', sans-serif;
  font-size: 75px;
  line-height: 75px;
  font-weight: 700;
}

.paragraph-6 {
  font-family: Muli, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.section-9 {
  height: 80vh;
}

.hero-image {
  height: 90vh;
  font-family: Muli, sans-serif;
}

.case-study-section {
  display: block;
  overflow: visible;
  height: 100vh;
  margin-top: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.case-study-label {
  margin-top: auto;
  font-family: Muli, sans-serif;
  font-weight: 300;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.section-10 {
  width: 80%;
}

.case-study-btn {
  overflow: visible;
  margin-top: 40px;
  padding-top: 10px;
  padding-right: 30px;
  padding-left: 30px;
  border: 2px solid #2039f0;
  border-radius: 6px;
  background-color: transparent;
  font-family: Muli, sans-serif;
  color: #2039f0;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.1em;
}

.case-study-btn:hover {
  border-color: rgba(187, 31, 20, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2039f0), to(#2039f0));
  background-image: linear-gradient(180deg, #2039f0, #2039f0);
  color: #fff;
}

.case-study-btn.btncentered {
  position: static;
  display: inline-block;
  width: 60%;
  margin: 20px auto;
  padding-top: 10px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.case-study-btn.btncentered1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-span-9 {
  text-decoration: line-through;
}

.text-span-10 {
  color: #bf3a30;
  text-decoration: line-through;
}

.column-5 {
  display: block;
  padding-left: 79px;
  -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;
}

.image-34 {
  width: 40%;
  box-shadow: 13px 13px 70px 0 rgba(0, 0, 0, 0.24);
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70%;
  -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;
}

.homepage-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.homepage-title.hometitlel {
  display: block;
  width: 70%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.coverpiclft {
  position: relative;
  width: 100%;
  margin-top: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.coverpiclft:hover {
  position: static;
  bottom: 10px;
  width: 100%;
  opacity: 1;
}

.image-36 {
  position: absolute;
  top: 77px;
  right: 177px;
  bottom: 77px;
}

.image-37 {
  position: absolute;
  left: 65px;
  top: 81px;
  right: 16px;
  bottom: 0px;
}

.image-38 {
  position: absolute;
  left: 76px;
  top: 179px;
  bottom: 57px;
  opacity: 0;
}

.image-39 {
  position: absolute;
  top: 91px;
  right: 183px;
  bottom: 0px;
  opacity: 1;
}

.image-40 {
  position: absolute;
  left: 65px;
  top: 125px;
  bottom: 0px;
}

.image-41 {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.image-42 {
  position: absolute;
}

.image-43 {
  position: absolute;
  top: 114px;
  right: 223px;
  bottom: 0px;
}

.image-44 {
  position: absolute;
  left: 100px;
  top: 134px;
  bottom: 0px;
  overflow: hidden;
  width: 80%;
}

.image-45 {
  position: absolute;
  top: 57px;
  right: 134px;
  bottom: 0px;
  overflow: hidden;
  width: 80%;
}

.image-46 {
  position: absolute;
  left: 64px;
  top: 115px;
  bottom: 0px;
  width: 80%;
}

.image-47 {
  position: absolute;
  top: 112px;
  right: 89px;
  bottom: 0px;
  width: 80%;
}

.image-48 {
  position: absolute;
  left: 46px;
  bottom: 27px;
  display: block;
  overflow: visible;
  width: 20%;
  margin-top: 0px;
}

.column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  -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;
}

.image-49 {
  width: 100%;
  margin-top: auto;
}

.column-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  -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-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: auto;
  padding-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columnlaptop:hover {
  opacity: 0.88;
}

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

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

.bold-text {
  font-size: 75px;
}

.text-span-12 {
  text-decoration: line-through;
}

.text-span-13 {
  text-decoration: line-through;
}

.container-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  -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;
}

.div-block-9 {
  width: 50%;
  height: 70vh;
}

.section-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 70vh;
  -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;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 70vh;
  -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;
}

.divtl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding-left: 80px;
  float: none;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.divpr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  float: right;
  -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;
}

.container-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-12 {
  display: block;
  height: 80vh;
  -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;
}

.div-block-12 {
  width: 70%;
}

.hptitle {
  width: 83%;
}

.divpl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  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-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.divtr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-13 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 80vh;
  -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;
}

.image-51 {
  width: 90%;
}

.link-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.hppicl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  height: auto;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.hppicl:hover {
  opacity: 0.88;
}

.hppicl.wpadding {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60%;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hppicl.wpadding:hover {
  opacity: 0.88;
}

.div-block-15 {
  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-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

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

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

.ordered-list-3 {
  margin-top: 40px;
}

.gif {
  position: relative;
  left: 35%;
  display: inline-block;
  overflow: visible;
  width: 30%;
  max-width: 100%;
  margin-top: 30px;
  box-shadow: 1px 1px 14px 0 rgba(0, 0, 0, 0.1);
}

.gif.image-with-margin {
  position: relative;
  left: 30%;
  top: 0%;
  right: 30%;
  bottom: auto;
  height: 0%;
  max-width: 60%;
  min-width: 20%;
}

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

.center-aligned {
  position: static;
  font-family: Muli, sans-serif;
  font-weight: 300;
  text-align: center;
}

.center-aligned.left-aligned {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.center-aligned.text-link {
  color: #5d5d5d;
  text-decoration: underline;
}

.paragraph-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.left-aligned {
  font-family: Muli, sans-serif;
  font-weight: 300;
}

.image-52 {
  margin-top: 0px;
}

.image-53 {
  position: static;
  display: block;
  width: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-16 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  display: block;
  width: 100%;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-54 {
  margin-top: 0px;
}

.image-55 {
  margin-top: 0px;
}

.image-56 {
  margin-top: 0px;
}

.list-2 {
  margin-bottom: 30px;
}

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

.columns {
  padding-right: 20px;
  padding-left: 20px;
}

.image-57 {
  margin-top: 0px;
}

.link-2 {
  font-family: Oswald, sans-serif;
  text-decoration: underline;
}

.case-study-title-link {
  font-family: Oswald, sans-serif;
  color: #9b9b9b;
  font-size: 40px;
  font-weight: 500;
  text-decoration: none;
}

.case-study-title-link:hover {
  display: inline;
  color: #b9b9b9;
  text-decoration: underline;
}

.text-link {
  font-family: Muli, sans-serif;
  color: #5d5d5d;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  text-decoration: underline;
}

.text-link:hover {
  color: #9b9b9b;
  text-decoration: underline;
}

.link-4 {
  background-color: transparent;
  color: rgba(32, 57, 240, 0.7);
}

.link-4:hover {
  color: #2039f0;
}

.food-pic {
  margin-top: 0px;
}

.no-margin-column {
  padding: 5px;
}

.playfair-heading {
  margin-bottom: 0px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 48px;
  line-height: 64px;
  font-weight: 600;
}

.container-9 {
  max-width: 80vw;
  margin-bottom: 60px;
}

.columns-2 {
  margin-bottom: 100px;
}

.columns-3 {
  margin-top: 10px;
}

.column-14 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.hero-image-bku {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 85vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Hero-Image2x.jpg');
  background-position: 70% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: fixed;
  box-shadow: 1px 1px 3px 0 #000;
}

.hero-image-bku.hero-image-noted {
  background-position: 50% 50%;
}

.image-58 {
  margin-top: 40px;
}

.image-with-margin {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: auto;
  min-width: auto;
  margin-top: 30px;
  margin-bottom: 0px;
}

.list-3 {
  margin-top: 10px;
  padding-left: 40px;
}

.image-59 {
  position: relative;
  left: 10%;
  width: 80%;
  margin-top: 20px;
}

.column-15 {
  padding-top: 60px;
  padding-right: 0px;
  padding-left: 0px;
}

.image-60 {
  width: 100%;
  margin-top: 30px;
}

.columns-4 {
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
}

.image-61 {
  position: relative;
  left: 10%;
  width: 80%;
  margin-top: 30px;
}

.coverpicrightm {
  height: 60vh;
}

.coverpicrightdt {
  position: relative;
  width: 100%;
  margin-top: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.coverpicrightdt:hover {
  position: static;
  bottom: 10px;
  width: 100%;
  opacity: 1;
}

.section-14 {
  height: 100vh;
}

.container-10 {
  height: 100vh;
}

.image-62 {
  position: relative;
  left: 0%;
  right: 0%;
  width: auto;
}

.form {
  width: 400px;
}

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

.columns-5 {
  height: 100vh;
}

.column-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-right: 0px;
  padding-left: 0px;
  -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/pwpage.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

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

.container-11 {
  position: static;
  background-color: transparent;
}

.navbar {
  position: fixed;
  background-color: transparent;
}

.brand {
  position: static;
}

.navbar-pw {
  position: fixed;
  width: 100vw;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
}

.brand-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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;
}

.image-63 {
  display: block;
  width: 40px;
  height: 40px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.container-12 {
  width: 80%;
  margin-right: 140px;
  margin-left: 140px;
}

.column-18 {
  padding-right: 0px;
  padding-left: 0px;
}

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

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

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

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

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

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000004, 0.6000000000000004);
  -ms-transform: scale(0.6000000000000004, 0.6000000000000004);
  transform: scale(0.6000000000000004, 0.6000000000000004);
}

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

@media screen and (max-width: 991px) {
  h2 {
    margin-top: 0px;
  }

  .navigation-link {
    padding: 9px 0px;
    color: #bec3c7;
    text-align: center;
  }

  .navigation-link:hover {
    color: #5d5d5d;
  }

  .navigation-link.w--current:focus {
    color: #2039f0;
  }

  .navigation-link.tab {
    color: silver;
  }

  .hamburger-button {
    margin-right: 40px;
    padding: 7px;
  }

  .hamburger-button.w--open {
    background-color: #2039f0;
  }

  .hamburger-button.left {
    float: left;
  }

  .hamburger-button.white {
    color: #fff;
  }

  .navigation-menu {
    margin-top: 0px;
    padding-top: 26px;
    padding-bottom: 26px;
    background-color: #fff;
    box-shadow: 0 20px 13px 0 rgba(0, 0, 0, 0.1);
  }

  .brand-text {
    margin-left: 50px;
  }

  .brand-link {
    margin-left: 40px;
  }

  .brand-link.w--current {
    margin-left: 20px;
  }

  .section-about {
    margin-top: 60px;
    padding-bottom: 0px;
  }

  .left-navigation {
    width: 100%;
    height: auto;
    float: none;
  }

  .logo-link {
    margin-top: 14px;
    margin-bottom: 0px;
    margin-left: 10px;
    float: left;
  }

  .content {
    width: 100%;
    height: auto;
  }

  .photo-block {
    height: 222px;
  }

  .about-photo {
    margin-top: 40px;
  }

  .rich-text-block {
    display: block;
    width: 82%;
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph.center-aligned {
    width: 60%;
  }

  .text-span {
    color: #ecf0f1;
  }

  .hero-image-dealerfox {
    height: 80vh;
    background-position: 50% 32%;
    background-size: 180%;
  }

  .heading-2 {
    height: 100%;
  }

  .div-block {
    height: 50vh;
  }

  .h-title-dark {
    margin-top: 0px;
    font-size: 56px;
  }

  .h3-white {
    margin-top: 10px;
    font-size: 18px;
  }

  .picture-roiw {
    width: 100%;
  }

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

  .button-2 {
    width: 70%;
  }

  .image-big {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .slide-3 {
    background-size: cover;
  }

  .slider {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .row-3 {
    width: 100%;
  }

  .hppicr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin-left: 0px;
  }

  .container-4 {
    margin-top: 0px;
  }

  .row-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .cover-image {
    height: auto;
  }

  .hero-image-tripidee1 {
    height: 80vh;
    background-position: 50% 32%;
    background-size: 180%;
  }

  .button-tripidee {
    width: 40%;
  }

  .hero-image-noted {
    top: 0px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat;
  }

  .hero-image-noted.hero-image-wescan.hero-image-svb {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50% 100%;
    background-size: cover;
  }

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

  .column-4 {
    margin-top: 0px;
  }

  .div-block-5 {
    left: 150px;
    right: -10px;
    margin-right: 0px;
    margin-left: 0px;
  }

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

  .homepage-title {
    padding-right: 0px;
    padding-left: 0px;
  }

  .homepage-title.hometitlel {
    padding-right: 0px;
    padding-left: 0px;
  }

  .coverpiclft {
    position: relative;
  }

  .image-48 {
    left: 26px;
    bottom: -16px;
  }

  .divtl {
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-12 {
    width: 100%;
  }

  .hptitle {
    width: 70%;
  }

  .hppicl {
    width: 90%;
  }

  .hppicl.wpadding {
    height: auto;
  }

  .gif {
    left: 35%;
  }

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

  .coverpicrightm {
    width: 60%;
    height: auto;
  }

  .coverpicrightdt {
    position: relative;
  }

  .column-16 {
    height: 60vh;
    background-position: 80% 76%;
  }

  .column-17 {
    height: 40vh;
  }

  .container-12 {
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    text-align: left;
  }

  strong {
    text-align: left;
  }

  .navigation-bar {
    z-index: 1000;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hamburger-button {
    padding: 10px;
  }

  .hamburger-button.w--open {
    background-color: #2039f0;
  }

  .navigation-menu {
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(180deg, #fff, #fff);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  }

  .brand-text {
    margin-top: 4px;
    margin-left: 50px;
  }

  .brand-link.on-top {
    float: left;
  }

  .brand-link.left-spacing {
    padding-left: 0px;
  }

  .section-about {
    margin-top: 40px;
  }

  .footer {
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .photo-block {
    display: block;
    width: 400px;
    height: 400px;
    margin-right: auto;
    margin-left: auto;
  }

  .about-photo {
    margin-top: 40px;
    margin-bottom: 32px;
    padding-right: 0px;
  }

  .blog-list-item {
    margin-bottom: 26px;
  }

  .blog-info-text {
    margin-bottom: 7px;
  }

  .small-list {
    margin-top: 56px;
    text-align: center;
  }

  .blog-title-wrapper {
    text-align: center;
  }

  .image {
    margin-top: 4px;
  }

  .rich-text-block {
    width: 100%;
    margin-top: 80px;
  }

  .paragraph {
    margin-right: 0px;
    margin-left: 0px;
  }

  .paragraph.center-aligned {
    width: 80%;
  }

  .hero-image-dealerfox {
    height: 80vh;
    background-position: 50% 38%;
    background-size: 200%;
    background-repeat: repeat;
    background-attachment: fixed;
  }

  .container {
    height: 100%;
  }

  .h3-white {
    margin-top: 10px;
    padding-top: 10px;
    font-size: 18px;
  }

  .h3-white.h3-black {
    margin-top: 10px;
  }

  .container-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .picture-roiw {
    width: 100%;
  }

  .image-9 {
    margin-top: 10px;
  }

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

  .row-3 {
    width: 100%;
  }

  .image-13 {
    position: static;
  }

  .hppicr {
    width: 90%;
    height: 100%;
    margin-left: 0px;
  }

  .container-4 {
    margin-top: 0px;
  }

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

  .cover-image {
    height: 100%;
  }

  .hero-image-tripidee1 {
    height: 80vh;
    background-position: 50% 50%;
    background-size: auto 100vh;
    background-repeat: repeat;
    background-attachment: fixed;
  }

  .image-23 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .hero-image-noted {
    top: 0px;
  }

  .image-28 {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin-top: 20px;
  }

  .column-4 {
    margin-top: 0px;
  }

  .div-block-5 {
    left: 80px;
  }

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

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

  .container-6 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .case-study-btn.btncentered1 {
    width: 60%;
  }

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

  .homepage-title {
    width: 90%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .homepage-title.hometitlel {
    padding-left: 30px;
  }

  .image-46 {
    width: 100%;
  }

  .image-47 {
    width: 100%;
  }

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

  .image-48 {
    left: 22px;
    bottom: -17px;
    width: 20%;
    height: auto;
  }

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

  .div-block-8 {
    width: 90%;
  }

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

  .divtl {
    width: 100%;
    height: 50%;
    margin-bottom: 30px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

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

  .hptitle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .divtr {
    width: 100%;
    height: 50%;
    margin-bottom: 30px;
  }

  .section-13 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hppicl {
    height: auto;
  }

  .gif.image-with-margin {
    left: auto;
    right: auto;
    width: auto;
    height: 80vh;
    max-width: none;
    min-width: auto;
  }

  .image-with-margin {
    left: 0%;
    width: 100vw;
  }

  .coverpicrightm {
    width: 30%;
  }

  .column-16 {
    background-position: 50% 100%;
  }

  .container-12 {
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 479px) {
  .navigation-bar {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .hamburger-button {
    margin-right: 0px;
  }

  .brand-link {
    margin-left: 10px;
  }

  .brand-link.w--current {
    margin-left: 0px;
    padding-left: 0px;
  }

  .section-about {
    margin-top: 40px;
  }

  .photo-block {
    width: 100%;
    height: 230px;
  }

  .photo-link-block {
    margin-bottom: 0px;
  }

  .about-photo {
    height: auto;
    margin-top: 40px;
  }

  .photo-row {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .rich-text-block {
    width: 90%;
    margin-top: 40px;
  }

  .paragraph {
    margin-right: 0px;
    margin-left: 0px;
  }

  .paragraph.center-aligned {
    width: 80%;
  }

  .hero-image-dealerfox {
    top: 75px;
    height: 60vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
  }

  .h-title-dark {
    font-size: 40px;
  }

  .h-title-dark.h-title-light {
    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;
  }

  .h3-white {
    margin-top: 0px;
    padding-top: 0px;
    font-size: 14px;
  }

  .h3-white.h3-black {
    margin-top: 0px;
  }

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

  .container-2 {
    position: relative;
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-content {
    margin-top: 50px;
  }

  .row {
    margin-top: 20px;
  }

  .picture-roiw {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .container-3 {
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .button-2 {
    width: 80%;
  }

  .row-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hppicr {
    margin-top: auto;
    margin-bottom: 0px;
    margin-left: 0px;
    float: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .container-4 {
    position: static;
    display: block;
    margin-top: 0px;
  }

  .row-4 {
    width: 100%;
  }

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

  .home-header {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 50px;
    line-height: 50px;
  }

  .cover-image {
    width: 100%;
  }

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

  .row-5 {
    margin-top: 40px;
  }

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

  .hero-image-tripidee1 {
    top: 0px;
    height: 60vh;
    background-position: 50% -38%;
    background-size: auto 100%;
    background-attachment: scroll;
  }

  .button-tripidee {
    width: 80%;
  }

  .hero-image-noted {
    position: static;
    top: 0px;
    height: 60vh;
    background-position: 50% 50%;
    background-size: auto 60vh;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .image-28 {
    position: static;
  }

  .div-block-5 {
    left: 0px;
    width: 300px;
    height: 534px;
  }

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

  .image-30 {
    margin-top: 0px;
  }

  .image-31 {
    margin-top: 0px;
  }

  .image-32 {
    margin-top: 0px;
  }

  .container-6 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-8 {
    font-size: 60px;
    line-height: 65px;
  }

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

  .case-study-label {
    margin-top: 0px;
  }

  .section-10 {
    width: 90%;
  }

  .case-study-btn {
    margin-top: 20px;
  }

  .column-5 {
    height: 50vh;
    clear: none;
  }

  .homepage-title {
    margin-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .homepage-title.hometitlel {
    position: relative;
    top: 0px;
    display: block;
    margin-top: 0px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-46 {
    left: 0px;
    top: 115px;
    bottom: 0px;
    overflow: hidden;
    width: 100%;
    max-width: 100vh;
    margin-top: 0px;
  }

  .image-47 {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 92px;
    overflow: hidden;
    width: 100%;
    max-width: 100vh;
    margin-top: 0px;
  }

  .titlecolumn {
    height: 50%;
  }

  .image-48 {
    bottom: -10px;
  }

  .column-6 {
    height: 50vh;
    -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-7 {
    height: 50vh;
  }

  .columnlaptop {
    height: 50%;
  }

  .div-block-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .container-7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .div-block-9 {
    position: static;
    bottom: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50vh;
    -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;
  }

  .div-block-10 {
    height: 50vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-11 {
    width: 100%;
  }

  .column-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50vh;
    -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;
  }

  .divtl {
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 70px;
    padding-left: 0px;
    clear: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .container-8 {
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-12 {
    width: 90%;
  }

  .hptitle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }

  .divpl {
    height: auto;
  }

  .divtr {
    height: auto;
    margin-top: 30px;
    margin-bottom: 70px;
  }

  .gif {
    left: 25%;
    width: 50%;
  }

  .gif.image-with-margin {
    left: auto;
    right: auto;
    height: 50vh;
    max-width: none;
  }

  .column-15 {
    padding-top: 0px;
  }

  .image-61 {
    position: static;
    left: auto;
    width: 100%;
  }

  .container-10 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .image-62 {
    left: 0%;
    right: 0%;
    width: auto;
  }

  .form {
    width: 290px;
  }

  .column-16 {
    background-position: 32% 100%;
  }

  .column-17 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

