.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  background-color: #eceff1;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: -0.3px;
}

h1 {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
  letter-spacing: -2.5px;
}

h2 {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: -1.2px;
}

h3 {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: -1px;
}

h4 {
  position: relative;
  z-index: 1;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

h5 {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: -0.1px;
}

h6 {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 9.8px;
  line-height: 14px;
  font-weight: 700;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

p {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  margin-bottom: 10px;
}

a {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  -webkit-transition: border-color 300ms ease, color 300ms ease;
  transition: border-color 300ms ease, color 300ms ease;
  color: #000;
  text-decoration: none;
}

a:hover {
  border-bottom-color: rgba(0, 112, 201, 0);
  color: #ef5350;
}

li {
  position: relative;
  z-index: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
}

strong {
  font-weight: 600;
}

blockquote {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  padding: 0px 0px 10px 30px;
  border-left: 5px none #e2e2e2;
  background-image: url('//images.amazing.com/homepage/images/quote-sign-03.svg');
  background-position: 0px 0px;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #000;
  font-size: 23px;
  line-height: 27px;
  font-weight: 400;
  letter-spacing: -0.5px;
}

.all-content {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100vw;
  padding: 25px;
}

.all-content.bgcolor-black {
  position: relative;
  background-color: #e0e0e0;
}

.all-content.no-padding {
  padding: 0px;
}

.all-content.bgcolor-green {
  position: relative;
}

.all-content.bgcolor-yellow {
  position: relative;
}

.all-content.bgcolor-white {
  position: relative;
  background-color: #eceff1;
}

.content-section {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-top: 4px;
  padding: 100px 90px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.content-section.bgcolor-white {
  position: relative;
  height: 100%;
  background-color: #fff;
}

.content-section.bgcolor-white.with-graphic {
  background-image: url('//images.amazing.com/homepage/images/fouroom-webflow-template-27.svg');
  background-position: 50% 50%;
  background-size: 1800px;
  background-repeat: no-repeat;
}

.content-section.bgcolor-black {
  position: relative;
  background-color: #000;
  color: #fff;
}

.content-section.bgcolor-red {
  position: relative;
  height: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #ef5350;
}

.content-section.bgcolor-yellow {
  position: relative;
  height: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #ffb600;
}

.content-section.bgcolor-yellow.blue {
  background-color: #42a5f5;
}

.content-section.bgcolor-yellow.orange {
  background-color: #ff4d00;
}

.content-section.bgcolor-blue {
  position: relative;
  height: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #42a5f5;
}

.content-section.with-background-image {
  min-height: 80vh;
  background-color: #fff;
}

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

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

.content-section.bgcolor-thistle {
  position: relative;
  background-color: #a89eb7;
}

.content-section.bgcolor-cyan {
  position: relative;
  height: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.content-section.bgcolor-green {
  position: relative;
  height: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #ff4d00;
}

.content-section.bg-orange {
  background-color: #ff4d00;
}

.content-section.smaller {
  padding-bottom: 100px;
}

.content-section.bg-color-orange {
  position: relative;
  height: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #ff4d00;
}

.content-section.bg-color-orange.blue {
  background-color: #42a5f5;
}

.content-section.bg-color-orange.orange {
  background-color: #ff4d00;
}

.content-section.bg-color-blue {
  position: relative;
  height: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #42a5f5;
}

.content-section.bg-color-blue.blue {
  background-color: #42a5f5;
}

.content-section.bg-color-blue.orange {
  background-color: #ff4d00;
}

.content-section.bgcolor-white {
  position: relative;
  height: 100%;
  background-color: #fff;
}

.content-wrapper {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.display-1 {
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 5vw;
  line-height: 1.1em;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

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

.display-1.white {
  color: #fff;
}

.display-1.block {
  margin-top: 300px;
}

.display-3 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0px;
}

.display-3.fontcolor-yellow {
  color: #ffb600;
}

.display-3.margin-bottom-small {
  font-size: 24px;
  line-height: 30px;
}

.display-3.block {
  margin-top: 300px;
}

.display-3.left {
  text-align: left;
}

.display-2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 46px;
  line-height: 1.1em;
  font-weight: 400;
  letter-spacing: -1.5px;
  text-transform: none;
}

.display-2.margin-bottom-small {
  font-size: 46px;
  line-height: 1.1em;
}

.display-2.left {
  text-align: left;
}

.display-2.block {
  margin-top: 220px;
  color: #fff;
}

.font-34 {
  font-size: 3.2em;
  font-weight: 600;
  line-height: 1.1em;
  letter-spacing: -1.5px;
}

.font-24 {
  font-size: 2.4em;
  font-weight: 600;
  line-height: .9em;
  letter-spacing: -1.5px;
}

.font-20 {
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: -1.0px;
  margin: .5em 11em 1em auto;
}

.font-14 {
  font-size: 1.4em;
  font-weight: 600;
  line-height: .9em;
  letter-spacing: -1.25px;
}

.font-11 {
  font-size: 1.3em;
  line-height: 1.7em;
  margin-right: 10em;
}

.section-header {
  position: relative;
  z-index: 1;
  max-width: 600px;
  margin-bottom: 75px;
  padding-right: 30px;
  padding-left: 30px;
}

.section-header.align-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.section-header.align-center.less-padding {
  margin-bottom: 0px;
}

.section-header.no-bottom {
  margin-bottom: 0px;
}

.numbers {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: Oswald, sans-serif;
  font-size: 80px;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: -0.06em;
}

.numbers.small {
  width: auto;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 15px;
  border-bottom-style: none;
  font-family: Poppins, sans-serif;
  font-size: 45px;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.numbers.underline-none {
  position: relative;
  top: -3px;
  width: auto;
  margin-right: 15px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-style: none;
}

.numbers.in-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 100px;
  font-size: 28px;
  letter-spacing: -2.5px;
}

.numbers.margin-right {
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.subscript {
  padding-right: 5px;
  padding-left: 5px;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 13px;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: 0px;
}

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

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

.fullsize-image {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 300px;
  padding: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('//images.amazing.com/homepage/images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-gallery-with-ligthbox {
  width: 100%;
  min-height: 100vh;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.lightbox-image {
  width: 100%;
  height: 100%;
  cursor: none;
}

.lightbox-image._02 {
  background-image: url('//images.amazing.com/homepage/images/beautiful-dreamer.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox-image._03 {
  background-image: url('//images.amazing.com/homepage/images/shes-the-future-of-business.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox-image._04 {
  background-image: url('//images.amazing.com/homepage/images/positive-attitude-to-work.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox-image._05 {
  background-image: url('//images.amazing.com/homepage/images/spices.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.navigation {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  width: 100%;
  height: 100px;
  max-width: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  font-size: 11.8px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.icon-visibility {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
  display: none;
  width: 72px;
  height: 72px;
  padding: 18px;
  -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: 1000px;
  background-color: hsla(0, 0%, 7%, .3);
}

.icon-medium {
  position: relative;
  z-index: 1;
  width: 64px;
}

.icon-medium.mini {
  width: 16px;
  margin-right: 7px;
  margin-bottom: 0px;
}

.icon-medium.margin-bottom {
  margin-top: 10px;
  margin-bottom: 15px;
}

.margin-bottom {
  position: relative;
  z-index: 1;
  margin-bottom: 75px;
}

.margin-bottom.align-center {
  margin-bottom: 30px;
}

.slider {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.slide-nav {
  height: 20px;
  font-size: 4px;
  line-height: 1em;
}

.slider-arrow {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  margin-left: 20px;
  border-radius: 2px;
  background-color: hsla(0, 0%, 79%, .9);
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  color: #000;
  font-size: 16px;
}

.slider-arrow:hover {
  background-color: #000;
  box-shadow: none;
  color: #fff;
}

.slider-arrow.right {
  margin-right: -80px;
}

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

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

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

.button {
  position: relative;
  bottom: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 10px;
  padding: 15px 30px 15px 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;
  border-style: none;
  border-width: 1px;
  border-color: hsla(0, 0%, 7%, .1);
  border-radius: 2.5px;
  background-color: rgba(37, 37, 50, .1);
  -webkit-transition: background-color 300ms ease, color 300ms ease, border 150ms ease;
  transition: background-color 300ms ease, color 300ms ease, border 150ms ease;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.8px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-bottom-color: rgba(31, 32, 32, .1);
  background-color: #000;
  color: #fff;
}

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

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

.button.red {
  padding-right: 40px;
  padding-left: 40px;
  background-color: #ff4d00;
  color: #fff;
}

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

.button.red.percentage {
  width: 40%;
}

.button.play {
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  background-image: url('//images.amazing.com/homepage/images/play-button.svg');
  background-position: 55% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
}

.button.play:hover {
  background-color: #ffb600;
}

.button.outline {
  border-style: solid;
  background-color: transparent;
}

.button.outline:hover {
  background-color: rgba(37, 37, 50, .1);
  color: #000;
}

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

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

.button.smaller {
  width: 40%;
  margin-top: 40px;
}

.button.button2 {
  width: 50%;
}

.button.button2.black.centered {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.content-section-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 4px;
  padding: 20px 90px;
  -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;
}

.content-section-small.bgcolor-white {
  position: static;
  background-color: #fff;
}

.caption {
  position: relative;
  bottom: 2px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 9px;
  line-height: 9px;
  font-weight: 500;
  text-transform: uppercase;
}

.caption.brown {
  background-color: #aa9593;
  color: #fff;
  font-weight: 700;
}

.lightbox-link {
  position: relative;
  padding-bottom: 0px;
  border-bottom-style: none;
}

.lightbox-link:hover {
  color: #232121;
}

.grid-2-col-2-row {
  overflow: hidden;
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: minmax(200px, 50%) minmax(200px, 50%);
  grid-template-columns: minmax(200px, 50%) minmax(200px, 50%);
}

.cover-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  min-height: 100vh;
  padding: 100px 25px 25px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.cover-wrapper.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.horizontal {
  position: relative;
  z-index: 1;
  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;
  text-align: center;
}

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

.horizontal.align-center {
  -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;
}

.horizontal.reverse {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.horizontal.middle {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

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

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

.cover-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.cover-image.image-1 {
  background-image: url('//images.amazing.com/homepage/images/HERO-IMAGE2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cover-image.image-2 {
  background-image: url('//images.amazing.com/homepage/images/fouroom-webflow-template-16.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cover-image.image-3 {
  background-image: url('//images.amazing.com/homepage/images/fouroom-webflow-template-24.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cover-image.image-4 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .7)), to(transparent)), url('//images.amazing.com/homepage/images/cleo-fouroom-webflow-template-03.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .7), transparent), url('//images.amazing.com/homepage/images/cleo-fouroom-webflow-template-03.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.cover-image.image-6 {
  background-image: url('//images.amazing.com/homepage/images/fouroom-webflow-template-052x.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.cover-image.image-7 {
  background-image: url('//images.amazing.com/homepage/images/todd-diemer-284465-unsplash.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cover-image.image-8 {
  background-image: url('//images.amazing.com/homepage/images/open-laptop.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lead-text {
  position: relative;
  z-index: 1;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
  letter-spacing: -0.5px;
}

.lead-text.margin-bottom.centered {
  text-align: center;
}

.lead-text.margin-bottom-small {
  font-size: 21px;
  line-height: 28px;
  text-align: left;
}

.lead-text.margin-bottom-small.center {
  text-align: center;
}

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

.features-image-v1 {
  margin-bottom: 25px;
}

.mask {
  overflow: visible;
}

.mask.absolute {
  position: absolute;
}

.padding {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 10px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.padding.bgcolor-white {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  font-family: Poppins, sans-serif;
  color: #000;
}

.padding.bgcolor-white.bigger {
  padding-top: 40px;
  padding-bottom: 40px;
}

.padding.client-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .1);
  border-radius: 4px;
}

.padding.with-big-padding {
  position: relative;
  display: block;
  padding: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.padding.bgcolor-blue {
  position: relative;
  height: 100%;
  background-color: #42a5f5;
}

.padding.bgcolor-yellow {
  position: relative;
  height: 100%;
  background-color: #ffb600;
}

.padding.bgcolor-yellow.larger {
  padding-top: 20px;
  padding-bottom: 20px;
}

.padding.bgcolor-yellow.fixed {
  height: 500px;
}

.padding.bgcolor-green {
  position: relative;
  height: 100%;
}

.padding.bgcolor-brown {
  position: relative;
  height: 100%;
  background-color: #42a5f5;
}

.padding.bgcolor-brown.larger {
  padding-top: 20px;
  padding-bottom: 20px;
}

.padding.bgcolor-red {
  position: relative;
  height: 100%;
  background-color: #ff4d00;
}

.padding.bgcolor-red.larger {
  padding-top: 20px;
  padding-bottom: 20px;
}

.padding.bgcolor-red.fixed {
  height: 500px;
}

.padding.bgcolor-light-grey {
  position: relative;
  height: 100%;
  padding: 40px;
  background-color: #eceff1;
  font-family: Poppins, sans-serif;
}

.padding.bgcolor-light-grey.larger {
  padding-top: 60px;
  padding-bottom: 60px;
}

.padding.bgcolor-light-grey.larger.fixed-height {
  height: 500px;
  padding-bottom: 80px;
}

.padding.bgcolor-light-green {
  position: relative;
  background-color: #b0b2a1;
}

.padding.bgcolor-light-brown {
  position: relative;
  background-color: #aa9593;
}

.padding.align-top {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.padding.align-center {
  -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;
}

.padding.outline {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .1);
}

.padding.outline.none {
  border-style: none;
}

.padding.bgcolor-grey {
  position: relative;
  height: 100%;
}

.padding.bgcolor-indigo {
  position: relative;
  height: 100%;
}

.padding.bgcolor-pink {
  position: relative;
  height: 100%;
}

.padding.bgcolor-purple {
  position: relative;
  height: 100%;
}

.padding.bgcolor-cyan {
  position: relative;
  height: 100%;
}

.padding.bgcolor-teal {
  position: relative;
  height: 100%;
}

.padding.bgcolor-black {
  position: relative;
  height: 100%;
  color: #fff;
}

.padding.expand {
  overflow: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.padding.more {
  padding-top: 80px;
}

.padding.allign {
  -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: left;
}

.padding.bg-color-blue {
  background-color: #42a5f5;
}

.padding.bg-color-blue.fixed {
  height: 500px;
}

.small-text {
  position: relative;
  z-index: 1;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0px;
}

.small-text.bold {
  font-weight: 600;
}

.line {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: rgba(0, 0, 0, .1);
}

.line.white {
  background-color: hsla(0, 0%, 100%, .3);
}

.clients-logos {
  width: 70px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.text-field-v1 {
  height: 50px;
  background-color: #fff;
  font-family: Poppins, sans-serif;
  letter-spacing: -0.4px;
}

.text-field-v1:focus {
  border: 1px solid #000;
}

.text-field-v1::-webkit-input-placeholder {
  color: #000;
}

.text-field-v1:-ms-input-placeholder {
  color: #000;
}

.text-field-v1::-ms-input-placeholder {
  color: #000;
}

.text-field-v1::placeholder {
  color: #000;
}

.submit-button {
  height: 50px;
  margin-bottom: 10px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 2.5px;
  background-color: #000;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

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

.submit-button.fullwidth {
  width: 100%;
}

.submit-button.in-text-field {
  position: absolute;
  top: 2px;
  right: 2px;
  height: 46px;
}

.submit-button.yellow {
  background-color: #ffd54f;
  color: #000;
}

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

.submit-button.bigger {
  padding-right: 35px;
  padding-left: 35px;
}

.fontcolor-white {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

.fontcolor-white.intro {
  font-size: 26px;
  line-height: 32px;
}

.bgcolor-black {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: auto;
  background-color: #000;
}

.share-info {
  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;
  color: #333;
}

.share-info:hover {
  color: #ef5350;
}

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

.pricing-image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 160px;
  margin-bottom: 15px;
}

.pricing-image.image-1 {
  background-image: url('//images.amazing.com/homepage/images/fouroom-webflow-template-20.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.pricing-image.image-3 {
  background-image: url('//images.amazing.com/homepage/images/fouroom-webflow-template-18.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.pricing-image.image-2 {
  background-image: url('//images.amazing.com/homepage/images/fouroom-webflow-template-19.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.pricing-card-fullwidth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: hsla(0, 0%, 100%, 0);
  -webkit-transition: background-color 1000ms ease;
  transition: background-color 1000ms ease;
  text-align: center;
}

.pricing-card-fullwidth:hover {
  background-color: #fff;
}

.pricing-card-fullwidth.active-3 {
  border: 1px solid #000;
  background-color: #fff;
}

.pricing-card-fullwidth.active-3:hover {
  background-color: #fff;
}

.testimonial-image-v1 {
  width: 180px;
  height: 180px;
}

.testimonial-image-v1.image-1 {
  background-image: url('//images.amazing.com/homepage/images/looking-straight-in-problems-eyes.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.link-white {
  border-bottom-color: hsla(0, 0%, 100%, .2);
  color: #fff;
}

.link-white:hover {
  border-bottom-color: hsla(0, 0%, 100%, 0);
  color: #ef5350;
}

.uppercase {
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.text-field-v4 {
  height: 70px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #eceff1;
  background-color: transparent;
  font-size: 24px;
  line-height: 1em;
  font-weight: 300;
  letter-spacing: -1px;
}

.text-field-v4:active {
  border-bottom-color: #000;
}

.text-field-v4:focus {
  border-bottom-color: #000;
}

.text-field-v4::-webkit-input-placeholder {
  color: #000;
}

.text-field-v4:-ms-input-placeholder {
  color: #000;
}

.text-field-v4::-ms-input-placeholder {
  color: #000;
}

.text-field-v4::placeholder {
  color: #000;
}

.block-quote-v1 {
  padding-top: 10px;
  padding-right: 0px;
  padding-left: 0px;
  border-top: 2px solid #333;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  letter-spacing: -0.3px;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.align-middle {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.testimonial-image-v4 {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 300px;
}

.testimonial-image-v4.image-4 {
  background-image: url('//images.amazing.com/homepage/images/emerald-is-a-colour-of-harmony-balance-and-well-being-2.jpg');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.block-quote-v2 {
  position: relative;
  z-index: 1;
  padding-top: 20px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  border-top: 2px solid #000;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.bgcolor-blue {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: auto;
  background-color: #42a5f5;
}

.testimonials-grid {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  min-height: 65vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.bgcolor-red {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: auto;
  background-color: #ffb600;
}

.fontcolor-yellow {
  color: #ffd54f;
}

.bgcolor-grey {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: auto;
  background-color: #e0e0e0;
}

.bgcolor-brown {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: auto;
  background-color: #a1887f;
}

.bgcolor-yellow {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: auto;
  background-color: #ffb600;
}

.bgcolor-green {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: auto;
  background-color: #81c784;
}

.social-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  padding: 3px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-style: none;
  opacity: 0.5;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-icon:hover {
  opacity: 1;
}

.social-icon.big {
  width: 48px;
  height: 48px;
}

.social-icon.small {
  width: 16px;
  height: 16px;
}

.horizontal-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.horizontal-list.margin-bottom {
  margin-bottom: 25px;
}

.horizontal-list.align-center {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-family: Poppins, sans-serif;
}

.horizontal-list.margin-bottom-copy {
  margin-bottom: 10px;
}

.list-item-horizontal {
  padding-right: 10px;
  border-bottom-style: none;
}

.text-field-v5 {
  height: 50px;
  margin-bottom: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: hsla(0, 0%, 7%, .1);
  background-color: transparent;
  font-size: 12px;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.text-field-v5:active {
  border-bottom-color: #000;
}

.text-field-v5:focus {
  border-bottom-color: #000;
}

.submit-button-v5 {
  height: 50px;
  border-bottom: 1px solid hsla(0, 0%, 7%, .1);
  background-color: transparent;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  font-family: Poppins, sans-serif;
  color: #e4ded9;
  font-size: 12px;
  font-weight: 400;
}

.submit-button-v5:hover {
  background-color: #ef5350;
  color: #fff;
}

.content-wrapper-half {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 500px;
  margin-right: auto;
  margin-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;
}

.content-wrapper-half.align-left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-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;
  background-color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  letter-spacing: 0px;
}

.footer.bgcolor-light-grey {
  position: relative;
  background-color: #eceff1;
}

.footer.horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.underline-none {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom-style: none;
}

.underline-none.no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.image-gallery {
  width: 100%;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 15vh 15vh 15vh 15vh 15vh 15vh;
  grid-template-rows: 15vh 15vh 15vh 15vh 15vh 15vh;
}

.slider-image-small {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50vh;
  -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;
}

.slider-image-small.image-01 {
  background-image: url('//images.amazing.com/homepage/images/cleo-fouroom-webflow-template-02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-image-small.image-02 {
  background-image: url('//images.amazing.com/homepage/images/cleo-fouroom-webflow-template-04.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-image-small.image-03 {
  background-image: url('//images.amazing.com/homepage/images/cleo-fouroom-webflow-template-05.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-image-big {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 85vh;
  max-height: 700px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-image-big.image-01 {
  background-image: url('//images.amazing.com/homepage/images/fouroom-webflow-template-17.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-image-big.image-02 {
  background-image: url('//images.amazing.com/homepage/images/cleo-fouroom-webflow-template-02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-image-big.image-03 {
  background-image: url('//images.amazing.com/homepage/images/cleo-fouroom-webflow-template-04.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-image {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  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;
}

.gallery-image.image-01 {
  background-image: url('//images.amazing.com/homepage/images/breakfast-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.box-with-shadow {
  margin-top: 0px;
  padding: 20px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 9px 38px 0 rgba(0, 0, 0, .2);
}

.features-image-right {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  width: 50%;
  padding-right: 100px;
}

.features-image-right.image-1 {
  background-image: url('//images.amazing.com/homepage/images/rucksack-full-of-all-needed-items-for-a-little-trip.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.icon-small {
  width: 32px;
  height: 32px;
}

.icon-small.margin-bottom {
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
}

.icon-mini {
  width: 16px;
  height: 16px;
}

.icon-mini.margin-bottom {
  width: 32px;
  height: 32px;
  margin-bottom: 15px;
}

.column {
  display: block;
  overflow: hidden;
  padding: 2px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.column.align-middle {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.column.align-right {
  -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.shift-top {
  margin-top: 50px;
}

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

.tabs {
  z-index: 1;
  display: block;
  max-width: 1060px;
  margin-right: auto;
  margin-left: auto;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  padding-right: 30px;
  padding-left: 30px;
  -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;
}

.tabs-menu.align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2px;
  margin-left: 2px;
  padding: 15px 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;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 7%, .1);
  border-radius: 2px;
  background-color: transparent;
  opacity: 0.5;
  -webkit-transition: border-color 300ms ease, color 300ms ease;
  transition: border-color 300ms ease, color 300ms ease;
  text-align: center;
}

.tab-link:hover {
  border-color: #000;
  color: #000;
}

.tab-link.w--current {
  overflow: hidden;
  border-color: #000;
  background-color: transparent;
  opacity: 1;
  color: #000;
}

.logo-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 480px;
  height: 100%;
  padding: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-style: none;
}

.logo-wrapper.w--current {
  padding-top: 23px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.logo-image-black {
  position: relative;
  z-index: 1;
  width: 300px;
}

.navigation-item {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom-style: none;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  text-align: center;
  cursor: pointer;
}

.navigation-item:hover {
  color: #ef5350;
}

.navigation-item.w--current {
  color: #ef5350;
}

.subnavigation {
  position: absolute;
  left: 0px;
  top: 95px;
  z-index: 0;
  display: none;
  width: 100%;
  height: auto;
  max-width: 940px;
  margin-right: auto;
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
  box-shadow: 0 37px 39px 0 rgba(0, 0, 0, .1);
  opacity: 0;
  text-align: center;
}

.background-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
}

.background-image.image-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .9))), url('//images.amazing.com/homepage/images/Amazing-Member2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .9)), url('//images.amazing.com/homepage/images/Amazing-Member2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.background-image.image-2 {
  background-image: url('//images.amazing.com/homepage/images/emerald-is-a-colour-of-harmony-balance-and-well-being-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.background-image.image-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .29)), to(rgba(0, 0, 0, .95))), url('//images.amazing.com/homepage/images/fouroom-webflow-template-17.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .29), rgba(0, 0, 0, .95)), url('//images.amazing.com/homepage/images/fouroom-webflow-template-17.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.background-image.image-5 {
  background-image: url('//images.amazing.com/homepage/images/fouroom-webflow-template-17.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.background-image.image-7 {
  background-image: url('//images.amazing.com/homepage/images/Sign-Now.jpg');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.background-image.image-9 {
  background-image: url('//images.amazing.com/homepage/images/cleo-fouroom-webflow-template-05.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.background-image.image-10 {
  background-image: url('//images.amazing.com/homepage/images/map.png');
  background-position: 0px 100%;
  background-size: 400px;
  background-repeat: no-repeat;
}

.background-image.image-11 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .85))), url('//images.amazing.com/homepage/images/ASM-Member.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .85)), url('//images.amazing.com/homepage/images/ASM-Member.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.background-image.image-4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000)), url('//images.amazing.com/homepage/images/SellerPro-Member3.jpg');
  background-image: linear-gradient(180deg, transparent, #000), url('//images.amazing.com/homepage/images/SellerPro-Member3.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.background-image.image-12 {
  background-image: url('//images.amazing.com/homepage/images/fouroom-webflow-template-27.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.background-image.image-13 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  background-image: url('//images.amazing.com/homepage/images/SellerPro-Background-50Off.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.background-image.image-14 {
  background-image: url('//images.amazing.com/homepage/images/accelerators-carousel.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.background-image.hero-boxes {
  background-image: url('//images.amazing.com/homepage/images/carousel-hero-boxes.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.background-image.woman-with-box {
  background-image: url('//images.amazing.com/homepage/images/carousel-woman-with-box.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.background-image.man-with-phone {
  background-image: url('//images.amazing.com/homepage/images/carousel-man-with-phone.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}


.separator-line-text {
  width: 1px;
  height: 14px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #000;
}

.grid-logos {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -ms-grid-rows: minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr);
  grid-template-rows: minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr);
}

.margin-bottom-small {
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.margin-bottom-small.bold {
  font-weight: 600;
}

.margin-bottom-small.left {
  margin-top: 0px;
  text-align: left;
}

.margin-bottom-small.left.white {
  color: #fff;
}

.image-caption {
  position: relative;
  z-index: 1;
  padding: 30px 15px 20px;
  background-color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0px;
}

.image-caption.absolute {
  position: absolute;
  left: 10px;
  bottom: 10px;
}

.graph {
  height: 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-gradient(linear, left top, right top, from(#918787), to(#e4ded9));
  background-image: linear-gradient(90deg, #918787, #e4ded9);
}

.graph.active {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: -webkit-gradient(linear, left top, right top, from(#ef5350), to(#eeb935));
  background-image: linear-gradient(90deg, #ef5350, #eeb935);
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  overflow: hidden;
  -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;
}

.preloader-icon {
  position: relative;
  z-index: 1;
  display: none;
  width: 50px;
}

.link-with-image {
  position: relative;
  width: 100%;
  height: 100%;
  border-bottom-style: none;
  text-align: left;
}

.link-with-image:hover {
  color: #000;
}

.image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 300px;
  -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.amazing.com/homepage/images/rocket-light.svg');
  background-position: 50% 50%;
  background-size: 125px;
  background-repeat: no-repeat;
}

.image-wrapper.big {
  min-height: 600px;
  background-image: none;
}

.image-wrapper.big.jason {
  background-image: url('//images.amazing.com/homepage/images/JasonKatzenback.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-wrapper.big.matt {
  background-image: url('//images.amazing.com/homepage/images/matt.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-wrapper.big.mike {
  background-image: url('//images.amazing.com/homepage/images/McClary-Mike.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-wrapper.big.ray {
  background-image: url('//images.amazing.com/homepage/images/ray-luckadoo.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-wrapper.big.rich {
  background-image: url('//images.amazing.com/homepage/images/Rich-Henderson.jpg');
  background-position: 30% 50%;
  background-size: cover;
}

.image-wrapper._3 {
  background-image: url('//images.amazing.com/homepage/images/line-stats-white.svg');
}

.image-wrapper._2 {
  background-image: url('//images.amazing.com/homepage/images/data-presentation-white.svg');
}

.image-wrapper._1 {
  background-image: url('//images.amazing.com/homepage/images/rocket-light-white.svg');
}

.image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 20px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image.image-1 {
  background-image: url('//images.amazing.com/homepage/images/Amazon-Seller.jpg');
  background-position: 80% 52%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image.image-2 {
  background-image: url('//images.amazing.com/homepage/images/Amazon-Seller3.jpg');
  background-position: 85% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image.image-3 {
  background-image: url('//images.amazing.com/homepage/images/Amazon-Seller2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image.image-4 {
  background-image: url('//images.amazing.com/homepage/images/SELLERPRO.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.image.image-5 {
  background-image: url('//images.amazing.com/homepage/images/ASM-MOBILE.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.image.image-5._6 {
  background-image: url('//images.amazing.com/homepage/images/3.svg');
}

.image.image-6 {
  background-image: url('//images.amazing.com/homepage/images/fouroom-webflow-template-16.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image.image-7 {
  background-image: url('//images.amazing.com/homepage/images/Amazon-Seller3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image.image-8 {
  background-image: url('//images.amazing.com/homepage/images/Amazon-Seller2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image.image-9 {
  background-image: url('//images.amazing.com/homepage/images/fouroom-webflow-template-17.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.image.image-10 {
  background-image: url('//images.amazing.com/homepage/images/cleo-fouroom-webflow-template-02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image.image-10.b {
  background-image: url('//images.amazing.com/homepage/images/SellerCon.jpg');
  background-position: 79% 50%;
}

.image.image-10.b.no-border {
  padding: 0px;
}

.image.image-11 {
  background-image: url('//images.amazing.com/homepage/images/cleo-fouroom-webflow-template-04.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image.image-12 {
  background-image: url('//images.amazing.com/homepage/images/Amazon-Seller2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image.image-13 {
  background-image: url('//images.amazing.com/homepage/images/emerald-is-a-colour-of-harmony-balance-and-well-being-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image.image-14 {
  background-image: url('//images.amazing.com/homepage/images/thoughtful-handsome-young-man.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image.image-15 {
  background-image: url('//images.amazing.com/homepage/images/Orion_24h-support.svg'), -webkit-gradient(linear, left top, left bottom, from(#eceff1), to(#eceff1));
  background-image: url('//images.amazing.com/homepage/images/Orion_24h-support.svg'), linear-gradient(180deg, #eceff1, #eceff1);
  background-position: 50% 50%, 0px 0px;
  background-size: 75px, auto;
  background-repeat: no-repeat, repeat;
}

.image.image-16 {
  background-image: url('//images.amazing.com/homepage/images/AW-S4-44mm-SpaceGrayAluminum-BlackBand-2x.png');
  background-position: 50% 50%;
  background-size: 125px;
  background-repeat: no-repeat;
}

.image.image-17 {
  background-image: url('//images.amazing.com/homepage/images/device-bg-1.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.image.image-new {
  background-image: url('//images.amazing.com/homepage/images/SellerCon-laptop.png');
  background-position: 50% 50%;
  background-size: contain;
}

.image.sellerpro1 {
  background-image: url('//images.amazing.com/homepage/images/Sellerpro-Business4.jpg');
  background-position: -258px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.image.sellerpro2 {
  background-image: url('//images.amazing.com/homepage/images/Sellerpro-Business3.jpg');
  background-position: 75% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.collection-list-wrapper {
  width: 100%;
  height: 100%;
}

.image-description {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 100px 30px 30px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .79)), to(transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .79), transparent);
  color: #fff;
}

.button-download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  height: 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;
  border-bottom-style: none;
}

.collection-item {
  position: relative;
  height: 100%;
  padding: 2px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom-style: none;
}

.preloader-second-background {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: none;
  background-color: #e4ded9;
}

.button-icon {
  position: absolute;
  left: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 20px;
  margin-right: 7px;
  -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-label {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  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;
}

.numbers-label {
  padding-top: 9px;
  padding-bottom: 9px;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  font-family: Oswald, sans-serif;
  font-size: 27px;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: -0.4px;
  text-transform: uppercase;
}

.margin-list-item {
  margin-right: 12px;
  margin-left: 12px;
}

.content-image-fullwidth {
  width: 100%;
  height: 50vh;
  margin-bottom: 75px;
}

.content-image-fullwidth.image-1 {
  background-image: url('//images.amazing.com/homepage/images/cleo-fouroom-webflow-template-03.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonials-logos {
  width: 70px;
  margin-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.link-red {
  border-bottom-color: rgba(240, 98, 85, .2);
  color: #ef5350;
}

.link-red:hover {
  border-bottom-color: rgba(240, 98, 85, 0);
  color: #ef5350;
}

.image-small-circle {
  width: 100px;
  height: 100px;
  margin-top: 10px;
  margin-bottom: 5px;
  border-radius: 100px;
  background-image: url('//images.amazing.com/homepage/images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.block-quote {
  font-family: Poppins, sans-serif;
  color: #000;
}

.bgcolor-light-brown {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: auto;
  background-color: #aa9593;
}

.bgcolor-light-green {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: auto;
  background-color: #9ba399;
}

.bgcolor-light-grey {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: auto;
  background-color: #eceff1;
}

.image-mini-circle {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background-image: url('//images.amazing.com/homepage/images/image-placeholder_1image-placeholder.gif');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.form {
  width: 100%;
  margin-bottom: 0px;
}

.map {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
  min-height: 300px;
}

.map._60vh {
  height: 60vh;
}

.form-block {
  width: 100%;
  margin-bottom: 0px;
}

.text-field-v2 {
  height: 50px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, .3);
  background-color: transparent;
}

.text-field-v2:focus {
  border-bottom-color: #000;
}

.text-field-v2::-webkit-input-placeholder {
  color: #000;
}

.text-field-v2:-ms-input-placeholder {
  color: #000;
}

.text-field-v2::-ms-input-placeholder {
  color: #000;
}

.text-field-v2::placeholder {
  color: #000;
}

.textarea-v2 {
  min-height: 200px;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, .3);
  background-color: transparent;
}

.textarea-v2:focus {
  border-bottom-color: #000;
  color: #000;
}

.textarea-v2::-webkit-input-placeholder {
  color: #000;
}

.textarea-v2:-ms-input-placeholder {
  color: #000;
}

.textarea-v2::-ms-input-placeholder {
  color: #000;
}

.textarea-v2::placeholder {
  color: #000;
}

.textarea-v4 {
  min-height: 200px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #eceff1;
  background-color: transparent;
}

.textarea-v4:active {
  border-bottom-color: #e4ded9;
}

.textarea-v4:focus {
  border-bottom-color: #000;
}

.textarea-v4::-webkit-input-placeholder {
  color: #000;
}

.textarea-v4:-ms-input-placeholder {
  color: #000;
}

.textarea-v4::-ms-input-placeholder {
  color: #000;
}

.textarea-v4::placeholder {
  color: #000;
}

.underline-none-stretch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom-style: none;
}

.margin-left {
  margin-left: 15px;
}

.fontcolor-brown {
  color: #a1887f;
}

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

.line-left {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 1px;
  height: 100%;
  background-color: hsla(0, 0%, 7%, .1);
}

.fontcolor-red {
  color: #ef5350;
}

.utility-page-wrap {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  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;
  max-width: 400px;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  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-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;
}

.navigation-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: none;
  background-color: #fff;
  box-shadow: 0 9px 34px 0 rgba(0, 0, 0, .15);
}

.logo-hover {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  background-color: #ff4d00;
}

.subnavigation-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 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;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 25%;
  -ms-flex: 1 0 25%;
  flex: 1 0 25%;
  border-top: 1px solid rgba(0, 0, 0, .1);
  border-left: 1px solid rgba(0, 0, 0, .1);
  border-bottom-style: none;
  -webkit-transition: background-color 300ms ease, color 300ms ease, padding 300ms ease;
  transition: background-color 300ms ease, color 300ms ease, padding 300ms ease;
}

.subnavigation-link:hover {
  background-color: #ef5350;
  color: #000;
}

.subnavigation-link.w--current {
  background-color: #ef5350;
  color: #000;
}

.accordion-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 7%, .1);
  letter-spacing: -0.6px;
}

.collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.fullscreen {
  min-height: 100vh;
}

.fullscreen.valign-bottom {
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.preloader-logo {
  position: relative;
  width: 16vw;
}

.text-field-v6 {
  height: 50px;
  border: 1px solid #000;
  border-radius: 2.5px;
  background-color: #fff;
  color: #000;
  letter-spacing: -0.4px;
}

.text-field-v6:focus {
  border: 1px solid #000;
}

.button-scroll-down {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 50px;
  z-index: 1;
  display: block;
  overflow: hidden;
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-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;
  border-bottom-style: none;
  border-radius: 1000px;
  background-color: #fff;
  background-image: url('//images.amazing.com/homepage/images/baseline-keyboard_arrow_down-24px.svg');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 10px;
  line-height: 1.4em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.8px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-scroll-down:hover {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-bottom-color: rgba(31, 32, 32, .1);
  background-color: #ff4d00;
  color: #fff;
}

.grid {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.text-marked {
  z-index: 1;
  padding-right: 13px;
  padding-left: 13px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .2);
  border-radius: 100px;
  text-transform: none;
}

.text-marked.bgcolor-red {
  position: relative;
  border-style: none;
  background-color: #ef5350;
  color: #fff;
}

.text-marked.bgcolor-blue {
  position: relative;
  border-style: none;
  background-color: #2196f3;
  color: #fff;
}

.text-marked.bgcolor-brown {
  position: relative;
  border-style: none;
  background-color: #a1887f;
  color: #fff;
}

.text-marked.bgcolor-green {
  position: relative;
  border-style: none;
  color: #fff;
}

.text-marked.bgcolor-pink {
  position: relative;
  border-style: none;
  color: #fff;
}

.text-marked.bgcolor-purple {
  position: relative;
  border-style: none;
  color: #fff;
}

.text-marked.bgcolor-indigo {
  position: relative;
  border-style: none;
  color: #fff;
}

.text-marked.bgcolor-cyan {
  position: relative;
  border-style: none;
  color: #fff;
}

.text-marked.bgcolor-teal {
  position: relative;
  border-style: none;
  color: #fff;
}

.text-marked.bgcolor-yellow {
  position: relative;
  border-style: none;
  color: #fff;
}

.text-marked.bgcolor-grey {
  position: relative;
  border-style: none;
}

.text-marked.bgcolor-light-grey {
  position: relative;
  border-style: none;
}

.container {
  position: relative;
  z-index: 1;
  display: block;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-menu {
  position: static;
  display: none;
  height: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.fontcolor-blue {
  color: #42a5f5;
}

.display-none {
  display: none;
}

.bgcolor-thistle {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  width: 100%;
  height: auto;
  background-color: #a89eb7;
}

.shift-top {
  margin-top: 50px;
}

.shift-top-negative {
  margin-top: -100px;
}

.navi-dropdown {
  position: static;
}

.accordion-item-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-style: none;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  cursor: pointer;
}

.accordion-item-trigger:hover {
  background-color: #eceff1;
}

.accordion-item-content {
  overflow: hidden;
}

.accordion-item {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.bgcolor-pink {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: auto;
  background-color: #ec407a;
}

.bgcolor-purple {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: auto;
  background-color: #7e57c2;
}

.bgcolor-indigo {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: auto;
  background-color: #42a5f5;
}

.bgcolor-cyan {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: auto;
  background-color: #4dd0e1;
}

.bgcolor-teal {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: auto;
  background-color: #4db6ac;
}

.fontcolor-pink {
  color: #ec407a;
}

.fontcolor-purple {
  color: #7e57c2;
}

.fontcolor-indigo {
  color: #5c6bc0;
}

.fontcolor-cyan {
  color: #4dd0e1;
}

.fontcolor-teal {
  color: #4db6ac;
}

.fontcolor-green {
  color: #81c784;
}

.fontcolor-grey {
  color: #e0e0e0;
}

.section-header-cover {
  position: relative;
  z-index: 1;
  max-width: 600px;
}

.section-header-cover.align-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
}

.section-header-cover.align-center.with-more-space {
  margin-top: 60px;
}

.unordered-list {
  display: block;
}

.bgcolor-white {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  width: 100%;
  height: auto;
  background-color: #fff;
}

.bgcolor-white.grey {
  background-color: #eceff1;
}

.textarea-v1 {
  min-height: 200px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, .3);
  background-color: #fff;
}

.textarea-v1:focus {
  border: 1px solid #000;
  color: #000;
}

.textarea-v1::-webkit-input-placeholder {
  color: #000;
}

.textarea-v1:-ms-input-placeholder {
  color: #000;
}

.textarea-v1::-ms-input-placeholder {
  color: #000;
}

.textarea-v1::placeholder {
  color: #000;
}

.slide {
  width: 100%;
  height: 100%;
}

.navigation-layer {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
}

.navigation-layer-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  background-color: #000;
}

.navigation-layer-content {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  overflow: hidden;
  padding: 25px;
  font-family: Poppins, sans-serif;
}

.navigation-layer-padding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.navigation-layer-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding: 30px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('//images.amazing.com/homepage/images/fouroom-webflow-template-13.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hamburger-menu {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 100px;
  padding: 30px;
  -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;
  cursor: pointer;
}

.close-menu {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 9999;
  width: 100px;
  height: 100px;
  padding: 30px;
  cursor: pointer;
}

.icon {
  position: relative;
  z-index: 1;
}

.navigation-accordion-wrapper {
  overflow: scroll;
  height: 60%;
}

.footer-logo-image {
  position: relative;
  z-index: 1;
  width: 60px;
}

.paragraph {
  font-family: Poppins, sans-serif;
}

.bold-text {
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.paragraph-2 {
  font-family: Poppins, sans-serif;
}

.paragraph-3 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-4 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.text-block {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.text-block-2 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-5 {
  font-family: Poppins, sans-serif;
}

.paragraph-6 {
  font-family: Poppins, sans-serif;
}

.paragraph-7 {
  font-family: Poppins, sans-serif;
}

.lead-text-copy {
  position: relative;
  z-index: 1;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.5px;
}

.lead-text-copy.margin-bottom-small {
  font-size: 21px;
  line-height: 28px;
  text-align: left;
}

.heading {
  font-family: Poppins, sans-serif;
}

.product-head {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 46px;
  line-height: 1.1em;
  font-weight: 600;
  text-align: left;
  letter-spacing: -1.5px;
}

.product-head.margin-bottom-small {
  font-size: 46px;
  line-height: 1.1em;
}

.product-head.tighter {
  margin-top: 1px;
}

.product-head.less-space {
  margin-top: -26px;
}

.product-head.white {
  color: #fff;
}

.paragraph-8 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-9 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.link {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  cursor: pointer;
}

.link:hover {
  color: #ff4d00;
}

.product-link {
  width: auto;
  border-bottom-style: none;
}

.bolded-bold {
  font-weight: 700;
}

.text-field {
  height: 55px;
  margin-bottom: 10px;
  padding-left: 45px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #dce7e9;
  border-radius: 0px;
  background-image: url('//images.amazing.com/homepage/images/user.svg');
  background-position: 15px 50%;
  background-size: 17px;
  background-repeat: no-repeat;
  box-shadow: 14px 14px 50px -20px rgba(0, 0, 0, .1);
}

.text-field:hover {
  border-bottom-color: #fc493e;
}

.text-field:focus {
  border-bottom-color: #fc493e;
}

.text-field.area {
  height: auto;
  padding-top: 15px;
  padding-bottom: 50px;
  background-image: url('//images.amazing.com/homepage/images/paper-plane-1.svg');
  background-position: 15px 17px;
  background-size: 18px;
}

.text-field._2 {
  background-image: url('//images.amazing.com/homepage/images/email.svg');
  background-size: 18px;
}

.text-field._2:hover {
  border-bottom-color: #fc493e;
}

.line-social {
  width: 20px;
  height: 1px;
  margin-right: 5px;
  margin-left: 10px;
  background-color: #ff4d00;
}

.footer-column {
  width: 20%;
  padding-right: 30px;
  float: left;
}

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

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

.link-block {
  width: 30px;
  height: 30px;
  background-image: url('//images.amazing.com/homepage/images/font-awesome_4-7-0_facebook_300_0_919197_none.png');
  background-position: 50% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  opacity: 0.8;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.link-block:hover {
  opacity: 1;
}

.link-block.insta {
  background-image: url('//images.amazing.com/homepage/images/font-awesome_4-7-0_instagram_300_0_919197_none.png');
  background-size: 16px;
}

.link-block.twitter {
  background-image: url('//images.amazing.com/homepage/images/font-awesome_4-7-0_twitter_300_0_919197_none.png');
  background-size: 15px;
}

.contact-wrapper-footer {
  padding-right: 0px;
}

.heading-12 {
  font-weight: 600;
}

.link-navigation {
  width: 100%;
  color: #919197;
  text-decoration: none;
}

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

.link-navigation.w--current {
  color: #515157;
}

.link-navigation._2 {
  border-bottom-style: none;
}

.footer-second {
  padding: 80px 20px;
  background-color: #f5f5f7;
  font-family: Poppins, sans-serif;
}

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

.top-margin.more {
  margin-top: 40px;
}

.top-margin.less {
  margin-top: 15px;
}

.success-message {
  background-color: #ffb600;
  color: #fff;
  font-weight: 500;
}

.paragraph-bottom-margin {
  margin-bottom: 5px;
  font-weight: 600;
}

.container-2 {
  display: block;
  max-width: 1200px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.error-message {
  color: #fc493e;
  font-weight: 500;
  text-align: center;
}

.social-text {
  margin-bottom: 0px;
  line-height: 15px;
}

.link-3 {
  color: #919197;
}

.button-2 {
  display: inline-block;
  min-width: 160px;
  padding: 20px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0px;
  background-color: #ff4d00;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

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

.button-2.full {
  display: block;
  width: 100%;
}

.heading-13 {
  font-weight: 600;
}

.heading-14 {
  font-weight: 600;
}

.heading-15 {
  font-weight: 600;
}

.column-2 {
  padding-right: 30px;
}

.div-block {
  margin-left: 0px;
}

.nav-text {
  margin-bottom: 0px;
  color: #000;
}

.dropdown-toggle {
  padding: 15px 20px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

.dropdown-toggle:hover {
  color: #ff4d00;
}

.dropdown-toggle.white-version {
  font-family: Poppins, sans-serif;
  color: #fff;
}

.dropdown-list.w--open {
  padding: 10px 5px 20px;
  background-color: #fff;
  box-shadow: 5px 6px 20px 5px rgba(0, 0, 0, .02);
}

.nav-line {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 0%;
  height: 1px;
  background-color: #ff4d00;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.dropdown-link {
  padding-top: 7px;
  padding-bottom: 7px;
  border-bottom-style: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Poppins, sans-serif;
  color: #818187;
  font-size: 14px;
  font-weight: 500;
}

.dropdown-link:hover {
  color: #272b3a;
}

.dropdown-link.w--current {
  color: #272b3a;
}

.icon-2 {
  margin-top: 18.5px;
  margin-right: 5px;
  font-size: 12px;
}

.nav-link {
  position: relative;
  padding: 15px 10px 15px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 30px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #272b3a;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.nav-link:hover {
  color: #ff4d00;
}

.nav-link.no-padding {
  overflow: visible;
  margin-top: 35px;
  padding: 0px;
  float: right;
}

.nav-link.no-padding:hover {
  color: #fc493e;
}

.in-nav {
  position: relative;
  bottom: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 15px 30px 15px 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;
  border-style: none;
  border-width: 1px;
  border-color: hsla(0, 0%, 7%, .1);
  border-radius: 2.5px;
  background-color: rgba(37, 37, 50, .1);
  -webkit-transition: background-color 300ms ease, color 300ms ease, border 150ms ease;
  transition: background-color 300ms ease, color 300ms ease, border 150ms ease;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.8px;
  text-decoration: none;
  text-transform: uppercase;
}

.in-nav:hover {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-bottom-color: rgba(31, 32, 32, .1);
  background-color: #000;
  color: #fff;
}

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

.in-nav.white:hover {
  background-color: #000;
  color: #fff;
}

.in-nav.red {
  width: 150px;
  margin-top: 35px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #ff4d00;
  color: #fff;
}

.in-nav.red:hover {
  background-color: #000;
}

.in-nav.play {
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  background-image: url('//images.amazing.com/homepage/images/play-button.svg');
  background-position: 55% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
}

.in-nav.play:hover {
  background-color: #ffb600;
}

.in-nav.outline {
  border-style: solid;
  background-color: transparent;
}

.in-nav.outline:hover {
  background-color: rgba(37, 37, 50, .1);
  color: #000;
}

.in-nav.black {
  background-color: #000;
  color: #fff;
}

.in-nav.black:hover {
  background-color: #fff;
  color: #000;
}

.no-line-link {
  border-bottom-style: none;
}

.heading-16 {
  font-size: 12px;
}

.heading-16.block {
  margin-bottom: 200px;
}

.image-18 {
  display: none;
}

.paragraph-11 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.heading-17 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.heading-18 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.heading-19 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.heading-20 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.text-block-3 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-12 {
  font-family: Poppins, sans-serif;
}

.heading-21 {
  font-family: Poppins, sans-serif;
}

.rich-text-block {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.rich-text-block-2 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.text-block-4 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.body {
  font-family: Poppins, sans-serif;
}

.heading-22 {
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.heading-3-less-apce {
  margin-top: 0px;
  margin-bottom: 0px;
}

.big {
  font-size: 64px;
}

.paragraph-13 {
  font-family: Poppins, sans-serif;
}

.price {
  margin-left: 0px;
}

.price.white {
  color: #fff;
}

.left-no-padding {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 10px 30px 10px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.left-no-padding.bgcolor-white {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  color: #000;
}

.left-no-padding.bgcolor-white.bigger {
  padding-top: 40px;
  padding-bottom: 40px;
}

.left-no-padding.client-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .1);
  border-radius: 4px;
}

.left-no-padding.with-big-padding {
  position: relative;
  display: block;
  padding: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.left-no-padding.bgcolor-blue {
  position: relative;
  height: 100%;
  background-color: #42a5f5;
}

.left-no-padding.bgcolor-yellow {
  position: relative;
  height: 100%;
  background-color: #ffb600;
}

.left-no-padding.bgcolor-green {
  position: relative;
  height: 100%;
}

.left-no-padding.bgcolor-brown {
  position: relative;
  height: 100%;
  background-color: #42a5f5;
}

.left-no-padding.bgcolor-red {
  position: relative;
  height: 100%;
  background-color: #ff4d00;
}

.left-no-padding.bgcolor-light-grey {
  position: relative;
  height: 100%;
  background-color: #eceff1;
}

.left-no-padding.bgcolor-light-green {
  position: relative;
  background-color: #b0b2a1;
}

.left-no-padding.bgcolor-light-brown {
  position: relative;
  background-color: #aa9593;
}

.left-no-padding.align-top {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.left-no-padding.align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-no-padding.outline {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .1);
}

.left-no-padding.outline.none {
  border-style: none;
}

.left-no-padding.bgcolor-grey {
  position: relative;
  height: 100%;
}

.left-no-padding.bgcolor-indigo {
  position: relative;
  height: 100%;
}

.left-no-padding.bgcolor-pink {
  position: relative;
  height: 100%;
}

.left-no-padding.bgcolor-purple {
  position: relative;
  height: 100%;
}

.left-no-padding.bgcolor-cyan {
  position: relative;
  height: 100%;
}

.left-no-padding.bgcolor-teal {
  position: relative;
  height: 100%;
}

.left-no-padding.bgcolor-black {
  position: relative;
  height: 100%;
  color: #fff;
}

.left-no-padding.expand {
  overflow: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.left-no-padding.more {
  padding-top: 80px;
}

.tighter {
  margin-bottom: 5px;
  line-height: 18px;
}

.lead-text-2 {
  position: relative;
  z-index: 1;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: -0.5px;
}

.bottom-link {
  margin-top: 5px;
  margin-bottom: 20px;
  border-bottom-style: none;
  -webkit-transition: border-color 300ms ease, color 300ms ease;
  transition: border-color 300ms ease, color 300ms ease;
  cursor: pointer;
}

.bottom-link:hover {
  color: #fff;
}

.divider-line {
  height: 1px;
  margin-top: 5px;
  margin-bottom: 10px;
  background-color: #000;
}

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

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

.heading-23 {
  font-size: 12px;
}

.slide-2 {
  background-image: url('//images.amazing.com/homepage/images/JasonKatzenback.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.image-caption-2 {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 1;
  padding: 15px;
  background-color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0px;
}

.padding-2 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.padding-2.bgcolor-yellow {
  position: relative;
  height: 100%;
}

.padding-2.bgcolor-red {
  position: relative;
  height: 100%;
  background-color: #ff4d00;
}

.padding-2.bgcolor-brown {
  position: relative;
  height: 100%;
  background-color: #42a5f5;
}
.padding-2.bicolour-orange {
    background-color: #ff4d00;
}

.image-19 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 20px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('//images.amazing.com/homepage/images/image-placeholder_1image-placeholder.gif');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-19.image-3 {
  background-image: url('//images.amazing.com/homepage/images/Go-Beyond3.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-19.image-1 {
  background-image: url('//images.amazing.com/homepage/images/Training2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-19.image-2 {
  background-image: url('//images.amazing.com/homepage/images/Build2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lead-text-3 {
  position: relative;
  z-index: 1;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: -0.5px;
}

.display-4 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  letter-spacing: 0px;
}

.display-5 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 46px;
  line-height: 1.1em;
  font-weight: 400;
  letter-spacing: -1.5px;
}

.image-wrapper-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 300px;
  -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-wrapper-2.big {
  min-height: 600px;
}

.text-marked-2 {
  z-index: 1;
  padding-right: 10px;
  padding-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .2);
  border-radius: 100px;
  text-transform: none;
}

.paragraph-14 {
  font-family: Poppins, sans-serif;
}

.paragraph-15 {
  font-family: Poppins, sans-serif;
}

.paragraph-16 {
  font-family: Poppins, sans-serif;
}

.nav-text-2 {
  margin-bottom: 5px;
}

.top-text {
  margin-top: 3px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 300;
}

.dropdown-toggle-2 {
  padding: 15px 20px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

.dropdown-toggle-2:hover {
  color: #000;
}

.dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  box-shadow: 5px 6px 20px 5px rgba(0, 0, 0, .12);
}

.nav-menu-2 {
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: right;
}

.logo-image {
  width: 140px;
  margin-right: 15px;
}

.dropdown-link-2 {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom-style: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #818187;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  cursor: pointer;
}

.dropdown-link-2:hover {
  color: #272b3a;
}

.dropdown-link-2.w--current {
  color: #272b3a;
}

.navigation-2 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.nav-link-2 {
  position: relative;
  padding: 15px 10px 15px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom-style: none;
  border-radius: 30px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: Poppins, sans-serif;
  color: #272b3a;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
}

.nav-link-2:hover {
  opacity: 1;
  color: #ff4d00;
}

.nav-link-2.no-padding {
  overflow: visible;
  padding: 0px;
}

.nav-link-2.no-padding:hover {
  color: #fc493e;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom-style: none;
}

.brand.w--current {
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.brand.w--current:hover {
  opacity: 0.8;
}

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

.disclaimer {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

@media (max-width: 991px) {
  p {
    width: 100%;
  }
  .all-content {
    padding: 10px;
  }
  .content-section {
    overflow: hidden;
    padding: 40px 20px;
  }
  .content-section.with-background-image {
    min-height: 60vh;
  }
  .display-1 {
    font-size: 48px;
  }
  .display-2 {
    font-size: 30px;
    line-height: 1.2em;
    letter-spacing: -1px;
  }

  .section-header {
    margin-bottom: 30px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }
  .numbers {
    font-size: 60px;
  }
  .navigation {
    width: auto;
    height: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .margin-bottom {
    margin-bottom: 40px;
  }
  .slider-arrow {
    width: 50px;
    height: 50px;
  }
  .slider-arrow.right {
    margin-right: -20px;
  }
  .slider-arrow.left {
    margin-left: -20px;
  }
  .content-section-small {
    padding: 20px;
  }
  .grid-2-col-2-row {
    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;
  }
  .cover-wrapper {
    padding: 60px 10px 10px;
  }
  .lead-text {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 19px;
    line-height: 26px;
  }
  .padding {
    padding: 20px;
  }
  .padding.client-logos {
    text-align: center;
  }
  .padding.with-big-padding {
    padding: 50px 20px;
  }
  .padding.bgcolor-yellow.fixed {
    height: 400px;
  }
  .padding.bgcolor-red.fixed {
    height: 400px;
  }
  .padding.bgcolor-light-grey.larger.fixed-height {
    height: 550px;
  }
  .padding.bg-color-blue.fixed {
    height: 400px;
  }
  .testimonial-image-v1 {
    width: 120px;
    height: 120px;
  }
  .columns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .testimonials-grid {
    min-height: auto;
  }
  .horizontal-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .slider-image-small {
    height: 40vh;
  }
  .features-image-right {
    top: auto;
    right: 0px;
    bottom: 0px;
    padding-right: 30px;
  }
  .tabs-menu {
    padding-right: 20px;
    padding-left: 20px;
  }
  .logo-wrapper {
    width: 380px;
  }
  .logo-image-black {
    width: 300px;
  }
  .navigation-item {
    width: 100%;
    font-weight: 700;
    text-align: center;
  }
  .subnavigation {
    position: static;
    overflow: auto;
    width: auto;
    box-shadow: none;
    opacity: 1;
  }
  .background-image.image-7 {
    background-position: 50% 50%;
    background-size: auto;
  }
  .image-wrapper.big {
    min-height: 300px;
  }
  .image-wrapper.big.jason {
    background-position: 50% 0px;
  }
  .image-wrapper.big.mike {
    background-position: 50% 0px;
  }
  .numbers-label {
    font-size: 23px;
  }
  .map {
    height: 300px;
  }
  .map._60vh {
    height: 60vh;
  }
  .subnavigation-link {
    padding: 20px;
    font-weight: 700;
  }
  .preloader-logo {
    width: 30vw;
  }
  .container {
    -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;
  }
  .nav-menu {
    overflow: auto;
    width: 100%;
  }
  .shift-top-negative {
    margin-top: 0px;
  }
  .navi-dropdown {
    position: static;
    overflow: auto;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section-header-cover {
    padding-right: 20px;
    padding-left: 20px;
  }
  .lead-text-copy {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 19px;
    line-height: 26px;
  }
  .product-head {
    font-size: 30px;
    line-height: 1.2em;
    letter-spacing: -1px;
  }
  .footer-column {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
  }
  .footer-column._50-percent {
    width: 100%;
    float: none;
  }
  .contact-wrapper-footer {
    padding-right: 0px;
  }
  .heading-12 {
    text-align: left;
  }
  .paragraph-10 {
    text-align: left;
  }
  .footer-second {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .top-margin.more {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .dropdown-toggle.white-version {
    background-color: #ffb600;
  }
  .icon-2 {
    margin-right: 30px;
  }
  .nav-link {
    display: block;
    padding-right: 20px;
    float: none;
    text-align: left;
  }
  .left-no-padding {
    padding: 20px;
  }
  .left-no-padding.client-logos {
    text-align: center;
  }
  .left-no-padding.with-big-padding {
    padding: 50px 20px;
  }
  .lead-text-2 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 19px;
    line-height: 26px;
  }
  .padding-2 {
    padding: 20px;
  }
  .lead-text-3 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 19px;
    line-height: 26px;
  }
  .display-5 {
    font-size: 30px;
    line-height: 1.2em;
    letter-spacing: -1px;
  }
  .image-wrapper-2.big {
    min-height: 300px;
  }
  .icon-3 {
    display: none;
  }
  .nav-menu-2 {
    background-color: #fff;
  }
  .navigation-2 {
    position: relative;
    height: 100px;
  }
  .nav-link-2 {
    display: block;
    padding-right: 20px;
    float: none;
    text-align: left;
  }
  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .menu-button.w--open {
    background-color: transparent;
    opacity: 0.5;
  }
  .brand {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .content-section {
    overflow: hidden;
  }
  .content-wrapper.align-center {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .display-2 {
    font-size: 26px;
    line-height: 1.2em;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.4px;
  }
  .section-header {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-header.align-center {
    text-align: left;
  }
  .numbers {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-top: 2px none #333;
    border-bottom-style: none;
    font-size: 40px;
  }
  .numbers.small {
    border-top-style: none;
  }
  .numbers.underline-none {
    margin-top: 0px;
    border-top-style: none;
  }
  .numbers.in-circle {
    padding-top: 0px;
  }
  .numbers.margin-right {
    margin-right: 10px;
  }
  .left-content {
    padding-right: 0px;
  }
  .stretch-content {
    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;
  }
  .fullsize-image {
    height: 300px;
    margin-bottom: 25px;
  }
  .navigation {
    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;
  }
  .slider-arrow {
    width: 50px;
    height: 50px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .grid-2-col-2-row {
    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;
  }
  .horizontal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .horizontal.align-center {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }
  .horizontal.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .horizontal.middle {
    text-align: center;
  }
  .padding {
    padding-right: 0px;
    padding-left: 0px;
  }
  .padding.bgcolor-white {
    padding-right: 20px;
    padding-left: 20px;
  }
  .padding.client-logos {
    padding-right: 20px;
    padding-left: 20px;
  }
  .padding.bgcolor-blue {
    padding-right: 20px;
    padding-left: 20px;
  }
  .padding.bgcolor-yellow {
    padding-right: 20px;
    padding-left: 20px;
  }
  .padding.bgcolor-yellow.fixed {
    height: 400px;
  }
  .padding.bgcolor-green {
    padding-right: 20px;
    padding-left: 20px;
  }
  .padding.bgcolor-brown {
    padding-right: 20px;
    padding-left: 20px;
  }
  .padding.bgcolor-red {
    padding-right: 20px;
    padding-left: 20px;
  }
  .padding.bgcolor-red.fixed {
    height: 400px;
  }
  .padding.bgcolor-light-grey {
    padding-right: 20px;
    padding-left: 20px;
  }
  .padding.bgcolor-light-grey.larger.fixed-height {
    height: 400px;
  }
  .padding.align-center {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .padding.outline {
    padding-right: 20px;
    padding-left: 20px;
  }
  .padding.bgcolor-grey {
    padding-right: 20px;
    padding-left: 20px;
  }
  .padding.align-middle {
    height: auto;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .padding.bgcolor-indigo {
    padding-right: 20px;
    padding-left: 20px;
  }
  .padding.bgcolor-pink {
    padding-right: 20px;
    padding-left: 20px;
  }
  .padding.bgcolor-purple {
    padding-right: 20px;
    padding-left: 20px;
  }
  .padding.bgcolor-cyan {
    padding-right: 20px;
    padding-left: 20px;
  }
  .padding.bgcolor-teal {
    padding-right: 20px;
    padding-left: 20px;
  }
  .padding.bgcolor-black {
    padding-right: 20px;
    padding-left: 20px;
  }
  .padding.expand {
    padding-right: 20px;
    padding-left: 20px;
  }
  .padding.more {
    padding-top: 30px;
  }
  .padding.allign {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .padding.bg-color-blue.fixed {
    height: 400px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .line {
    display: none;
  }
  .share-info {
    border-bottom-style: none;
    line-height: 24px;
  }
  .pricing-wrapper {
    display: block;
    overflow: scroll;
  }
  .testimonial-image-v1 {
    display: block;
    margin-right: auto;
    margin-bottom: 75px;
    margin-left: auto;
  }
  .columns {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .columns.reverse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .testimonial-image-v4 {
    display: block;
    margin-right: auto;
    margin-bottom: 75px;
    margin-left: auto;
  }
  .block-quote-v2 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    font-size: 20px;
  }
  .horizontal-list {
    width: 100%;
  }
  .horizontal-list.margin-bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .horizontal-list.align-center {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }
  .horizontal-list.margin-bottom-copy {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .content-wrapper-half {
    max-width: 100%;
  }
  .footer {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer.horizontal {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 16px;
  }
  .slider-image-big {
    height: 40vh;
    max-height: auto;
  }
  .box-with-shadow {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, .1);
    box-shadow: none;
  }
  .features-image-right {
    position: static;
    width: 100%;
    padding-right: 0px;
  }
  .icon-mini.margin-right {
    margin-right: 5px;
  }
  .icon-mini.margin-left {
    margin-right: 5px;
    margin-left: 0px;
  }
  .column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column.align-center {
    text-align: left;
  }
  .column.align-right {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .column.shift-top {
    margin-top: 0px;
  }
  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .tabs-menu.align-center {
    -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;
  }
  .tab-link {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .logo-wrapper {
    width: 400px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .navigation-item {
    padding-right: 0px;
    padding-left: 0px;
  }
  .subnavigation {
    position: fixed;
    max-height: 400px;
  }
  .background-image.image-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .4)), to(rgba(0, 0, 0, .4))), url('//images.amazing.com/homepage/images/emerald-is-a-colour-of-harmony-balance-and-well-being-2.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('//images.amazing.com/homepage/images/emerald-is-a-colour-of-harmony-balance-and-well-being-2.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .background-image.image-11 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .85))), url('//images.amazing.com/homepage/images/Training2.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .85)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .85)), url('//images.amazing.com/homepage/images/Training2.jpg'), linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .85));
    background-position: 0px 0px, 50% 50%, 0px 0px;
    background-size: auto, cover, auto;
    background-repeat: repeat, no-repeat, repeat;
  }
  .separator-line-text {
    display: none;
  }
  .image.image-9 {
    background-position: 50% 50%;
  }
  .collection-item {
    padding-right: 0px;
    padding-left: 0px;
  }
  .numbers-label {
    font-size: 18px;
  }
  .image-small-circle {
    width: 80px;
    height: 80px;
  }
  .map {
    height: 300px;
  }
  .underline-none-stretch.margin-right {
    margin-right: 0px;
  }
  .line-left {
    position: relative;
    display: none;
  }
  .collection-list {
    display: block;
  }
  .grid {
    grid-column-gap: 3px;
  }
  .accordion-item-trigger {
    padding-right: 0px;
    padding-left: 0px;
  }
  .unordered-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  .navigation-layer-content {
    padding: 0px;
  }
  .navigation-layer-padding {
    padding-top: 30px;
  }
  .navigation-layer-image {
    display: none;
  }
  .hamburger-menu {
    width: 60px;
    padding: 15px;
  }
  .close-menu {
    top: 0px;
    right: 0px;
    width: 60px;
    height: 60px;
    padding: 15px;
  }
  .navigation-accordion-wrapper {
    height: 80%;
  }
  .product-head {
    font-size: 20px;
    line-height: 1.2em;
    letter-spacing: -0.4px;
  }
  .social-wrapper {
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .social-wrapper.in-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .heading-16 {
    text-align: center;
  }
  .left-no-padding {
    padding-right: 0px;
    padding-left: 0px;
  }
  .left-no-padding.bgcolor-white {
    padding-right: 20px;
    padding-left: 20px;
  }
  .left-no-padding.client-logos {
    padding-right: 20px;
    padding-left: 20px;
  }
  .left-no-padding.bgcolor-blue {
    padding-right: 20px;
    padding-left: 20px;
  }
  .left-no-padding.bgcolor-yellow {
    padding-right: 20px;
    padding-left: 20px;
  }
  .left-no-padding.bgcolor-green {
    padding-right: 20px;
    padding-left: 20px;
  }
  .left-no-padding.bgcolor-brown {
    padding-right: 20px;
    padding-left: 20px;
  }
  .left-no-padding.bgcolor-red {
    padding-right: 20px;
    padding-left: 20px;
  }
  .left-no-padding.bgcolor-light-grey {
    padding-right: 20px;
    padding-left: 20px;
  }
  .left-no-padding.align-center {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .left-no-padding.outline {
    padding-right: 20px;
    padding-left: 20px;
  }
  .left-no-padding.bgcolor-grey {
    padding-right: 20px;
    padding-left: 20px;
  }
  .left-no-padding.align-middle {
    height: auto;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .left-no-padding.bgcolor-indigo {
    padding-right: 20px;
    padding-left: 20px;
  }
  .left-no-padding.bgcolor-pink {
    padding-right: 20px;
    padding-left: 20px;
  }
  .left-no-padding.bgcolor-purple {
    padding-right: 20px;
    padding-left: 20px;
  }
  .left-no-padding.bgcolor-cyan {
    padding-right: 20px;
    padding-left: 20px;
  }
  .left-no-padding.bgcolor-teal {
    padding-right: 20px;
    padding-left: 20px;
  }
  .left-no-padding.bgcolor-black {
    padding-right: 20px;
    padding-left: 20px;
  }
  .left-no-padding.expand {
    padding-right: 20px;
    padding-left: 20px;
  }
  .left-no-padding.more {
    padding-top: 30px;
  }
  .heading-23 {
    text-align: center;
  }
  .padding-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .padding-2.bgcolor-yellow {
    padding-right: 20px;
    padding-left: 20px;
  }
  .padding-2.bgcolor-red {
    padding-right: 20px;
    padding-left: 20px;
  }
  .padding-2.bgcolor-brown {
    padding-right: 20px;
    padding-left: 20px;
  }
	.padding-2.bicolour-orange {
	    background-color: #ff4d00;
  }
  
  .orange {
    color: #ff4d00;
  }
	
  .display-5 {
    font-size: 20px;
    line-height: 1.2em;
    letter-spacing: -0.4px;
  }
  .top-text {
    display: none;
  }
}

@media (max-width: 479px) {
  .display-1 {
    font-size: 36px;
  }
  .padding.bgcolor-light-grey.larger.fixed-height {
    height: 550px;
  }
  .fontcolor-white.intro {
    font-size: 22px;
    line-height: 28px;
  }
  .footer.horizontal {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .logo-wrapper {
    width: 320px;
  }
  .logo-image-black {
    width: 220px;
  }
  .image-small-circle {
    width: 60px;
    height: 60px;
  }
  .grid {
    display: block;
  }
  .text-block {
    text-align: center;
  }
  .logo-image {
    width: 140px;
    margin-right: 10px;
  }
  .navigation-2 {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}

#w-node-da855088a352-588bee2f {
  -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: 2;
  grid-row-end: 3;
}

@media screen and (max-width: 991px) {
  #w-node-da855088a352-588bee2f {
    -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 screen and (max-width: 767px) {
  #w-node-da855088a352-588bee2f {
    -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-da855088a35d-588bee2f {
  -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: 2;
  grid-row-end: 3;
}

@media screen and (max-width: 991px) {
  #w-node-da855088a35d-588bee2f {
    -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;
  }
}

@media screen and (max-width: 767px) {
  #w-node-da855088a35d-588bee2f {
    -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-fb1867e3e47e-cf8bee41 {
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-column-span: 4;
  grid-column-end: 11;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-fb1867e3e47e-cf8bee41 {
    -ms-grid-column: 7;
    grid-column-start: 7;
    -ms-grid-column-span: 6;
    grid-column-end: 13;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fb1867e3e47e-cf8bee41 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fb1867e3e47e-cf8bee41 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

#w-node-fb1867e3e481-cf8bee41 {
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-column-span: 4;
  grid-column-end: 11;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-fb1867e3e481-cf8bee41 {
    -ms-grid-column: 7;
    grid-column-start: 7;
    -ms-grid-column-span: 6;
    grid-column-end: 13;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 2;
    grid-row-end: 4;
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fb1867e3e481-cf8bee41 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 2;
    grid-row-end: 4;
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fb1867e3e481-cf8bee41 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 6;
    grid-column-end: 7;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 2;
    grid-row-end: 4;
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

#w-node-fb1867e3e484-cf8bee41 {
  -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: 2;
  grid-row-end: 4;
}

@media screen and (max-width: 767px) {
  #w-node-fb1867e3e484-cf8bee41 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 6;
    grid-column-end: 7;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
}

#w-node-fb1867e3e486-cf8bee41 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 3;
  grid-column-end: 6;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

@media screen and (max-width: 767px) {
  #w-node-fb1867e3e486-cf8bee41 {
    -ms-grid-column: 7;
    grid-column-start: 7;
    -ms-grid-column-span: 6;
    grid-column-end: 13;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
}

#w-node-fb1867e3e493-cf8bee41 {
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-column-span: 5;
  grid-column-end: 12;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 2;
  grid-row-end: 6;
}

@media screen and (max-width: 767px) {
  #w-node-fb1867e3e493-cf8bee41 {
    -ms-grid-column: 7;
    grid-column-start: 7;
    -ms-grid-column-span: 6;
    grid-column-end: 13;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }
}

#w-node-fb1867e3e495-cf8bee41 {
  -ms-grid-column: 10;
  grid-column-start: 10;
  -ms-grid-column-span: 3;
  grid-column-end: 13;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

@media screen and (max-width: 767px) {
  #w-node-fb1867e3e495-cf8bee41 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 6;
    grid-column-end: 7;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }
}

#w-node-fb1867e3e4a2-cf8bee41 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 6;
  grid-column-end: 7;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 3;
  grid-row-end: 7;
}

@media screen and (max-width: 767px) {
  #w-node-fb1867e3e4a2-cf8bee41 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 6;
    grid-column-end: 7;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }
}

#w-node-fb1867e3e4a4-cf8bee41 {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 3;
  grid-column-end: 8;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
}

@media screen and (max-width: 767px) {
  #w-node-fb1867e3e4a4-cf8bee41 {
    -ms-grid-column: 7;
    grid-column-start: 7;
    -ms-grid-column-span: 6;
    grid-column-end: 13;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fb1867e3e4a4-cf8bee41 {
    -ms-grid-row-span: 7;
    grid-row-end: 7;
  }
}

#w-node-c7bb7b3005f4-cf8bee41 {
  -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: 2;
  grid-row-end: 3;
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-c7bb7b3005f4-cf8bee41 {
    -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-c7bb7b3005fc-cf8bee41 {
  -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: 2;
  grid-row-end: 3;
}

#w-node-bcc02fcc0437-3f8beea8 {
  -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: 5;
  grid-row-end: 6;
}

@media screen and (max-width: 991px) {
  #w-node-bcc02fcc0437-3f8beea8 {
    -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: 3;
    grid-row-end: 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bcc02fcc0437-3f8beea8 {
    -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: 2;
    grid-row-end: 3;
  }
}

#w-node-bcc02fcc0438-3f8beea8 {
  -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;
}

@media screen and (max-width: 991px) {
  #w-node-bcc02fcc0438-3f8beea8 {
    -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 screen and (max-width: 767px) {
  #w-node-bcc02fcc0438-3f8beea8 {
    -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: 2;
    grid-row-end: 5;
  }
}

#w-node-bcc02fcc044b-3f8beea8 {
  -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: 5;
  grid-row-end: 6;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-bcc02fcc044b-3f8beea8 {
    -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: 2;
    grid-row-end: 6;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bcc02fcc044b-3f8beea8 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }
}

#w-node-bcc02fcc0456-3f8beea8 {
  -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: 5;
  grid-row-end: 6;
}

@media screen and (max-width: 991px) {
  #w-node-bcc02fcc0456-3f8beea8 {
    -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: 3;
    grid-row-end: 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bcc02fcc0456-3f8beea8 {
    -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: 2;
    grid-row-end: 3;
  }
}

#w-node-bcc02fcc0457-3f8beea8 {
  -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;
}

@media screen and (max-width: 991px) {
  #w-node-bcc02fcc0457-3f8beea8 {
    -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 screen and (max-width: 767px) {
  #w-node-bcc02fcc0457-3f8beea8 {
    -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: 2;
    grid-row-end: 5;
  }
}

#w-node-bcc02fcc046a-3f8beea8 {
  -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: 5;
  grid-row-end: 6;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-bcc02fcc046a-3f8beea8 {
    -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: 2;
    grid-row-end: 6;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bcc02fcc046a-3f8beea8 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }
}

#w-node-bcc02fcc0475-3f8beea8 {
  -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: 5;
  grid-row-end: 6;
}

@media screen and (max-width: 991px) {
  #w-node-bcc02fcc0475-3f8beea8 {
    -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: 3;
    grid-row-end: 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bcc02fcc0475-3f8beea8 {
    -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: 2;
    grid-row-end: 3;
  }
}

#w-node-bcc02fcc0476-3f8beea8 {
  -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;
}

@media screen and (max-width: 991px) {
  #w-node-bcc02fcc0476-3f8beea8 {
    -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 screen and (max-width: 767px) {
  #w-node-bcc02fcc0476-3f8beea8 {
    -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: 2;
    grid-row-end: 5;
  }
}

#w-node-bcc02fcc0489-3f8beea8 {
  -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: 5;
  grid-row-end: 6;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-bcc02fcc0489-3f8beea8 {
    -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: 2;
    grid-row-end: 6;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bcc02fcc0489-3f8beea8 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }
}

#w-node-93c4a8b9486a-af8beec8 {
  -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: 2;
  grid-row-end: 3;
}

@media screen and (max-width: 991px) {
  #w-node-93c4a8b9486a-af8beec8 {
    -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 screen and (max-width: 767px) {
  #w-node-93c4a8b9486a-af8beec8 {
    -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-93c4a8b94875-af8beec8 {
  -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: 2;
  grid-row-end: 3;
}

@media screen and (max-width: 991px) {
  #w-node-93c4a8b94875-af8beec8 {
    -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;
  }
}

@media screen and (max-width: 767px) {
  #w-node-93c4a8b94875-af8beec8 {
    -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-e45d3aec1eb4-248beeca {
  -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: 2;
  grid-row-end: 3;
}

@media screen and (max-width: 767px) {
  #w-node-e45d3aec1eb4-248beeca {
    -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-e45d3aec1ebf-248beeca {
  -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: 2;
  grid-row-end: 3;
}

@media screen and (max-width: 767px) {
  #w-node-e45d3aec1ebf-248beeca {
    -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-dec0b0585350-bad8ccca {
  -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: 2;
  grid-row-end: 3;
}

@media screen and (max-width: 991px) {
  #w-node-dec0b0585350-bad8ccca {
    -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 screen and (max-width: 767px) {
  #w-node-dec0b0585350-bad8ccca {
    -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-dec0b0585358-bad8ccca {
  -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: 2;
  grid-row-end: 3;
}

@media screen and (max-width: 991px) {
  #w-node-dec0b0585358-bad8ccca {
    -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;
  }
}

@media screen and (max-width: 767px) {
  #w-node-dec0b0585358-bad8ccca {
    -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-12490db4d852-7579530c {
  -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: 2;
  grid-row-end: 3;
}

@media screen and (max-width: 767px) {
  #w-node-12490db4d852-7579530c {
    -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: 0;
    grid-row-end: 2;
  }
}

#w-node-12490db4d86a-7579530c {
  -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: 2;
  grid-row-end: 3;
}

@media screen and (max-width: 767px) {
  #w-node-12490db4d86a-7579530c {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }
}

