h1 {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  text-align: center;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  text-align: center;
}

h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 42px;
  font-weight: 600;
  text-align: center;
}

h4 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-align: center;
}

h5 {
  margin-top: 8px;
  margin-bottom: 8px;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  text-align: center;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #969696;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
}

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

li {
  color: #969696;
  font-size: 15px;
  line-height: 25px;
}

blockquote {
  margin-bottom: 10px;
  padding: 20px;
  border-left: 2px solid #ff8e64;
  background-color: hsla(0, 0%, 86.7%, 0.08);
  color: #000;
  font-size: 18px;
  line-height: 26px;
  font-style: normal;
  font-weight: 300;
}

.page-fade-in {
  overflow: hidden;
  padding-top: 0px;
  font-family: Montserrat, sans-serif;
}

.contact-us {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  -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: rgba(255, 142, 100, 0.81);
}

.contact-us-wrapper {
  position: relative;
  left: 0px;
  top: 50%;
  right: 0px;
  bottom: 0px;
  display: block;
  opacity: 1;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
}

.contact-us-popup {
  position: relative;
  z-index: 3000;
  display: block;
  height: auto;
  max-width: 570px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 64px 64px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 10px 30px 0 rgba(38, 56, 72, 0.2);
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  text-align: center;
}

.contact-us-icon {
  margin-top: 0px;
  margin-bottom: 8px;
  background-color: transparent;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: block;
  padding-right: 40px;
  padding-left: 40px;
  background-color: transparent;
}

.container-full {
  max-width: 1200px;
  background-color: transparent;
}

.container-full.slide-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  padding: 15px 15px 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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;
}

.brand.scroll {
  height: 60px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.brand.scroll.w--current {
  display: block;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding-right: 16px;
  padding-left: 16px;
  float: right;
  -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;
  text-align: center;
}

.nav-menu.scroll {
  height: 60px;
  padding-top: 18px;
}

.image-background-section {
  position: relative;
  padding-right: 40px;
  padding-left: 40px;
}

.image-background-section.hero-section {
  height: 100vh;
  padding-right: 0px;
  padding-left: 0px;
}

.image-background-section.footer-section {
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 2, 17, 0.88)), to(rgba(2, 2, 17, 0.88))), url('../images/image2.jpg');
  background-image: linear-gradient(180deg, rgba(2, 2, 17, 0.88), rgba(2, 2, 17, 0.88)), url('../images/image2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.hero-slider {
  height: 100%;
}

.slide {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 3, 17, 0.66)), to(rgba(2, 3, 17, 0.66))), url('../images/header.jpg');
  background-image: linear-gradient(180deg, rgba(2, 3, 17, 0.66), rgba(2, 3, 17, 0.66)), url('../images/header.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

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

.slider-content {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.hero-text {
  width: 100%;
  margin-top: 8px;
  margin-bottom: 40px;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.hero-text.thin {
  display: block;
  width: 80%;
  margin-top: -12px;
  margin-right: auto;
  margin-left: auto;
  font-weight: 200;
  text-align: center;
}

.button {
  display: block;
  width: 180px;
  height: auto;
  padding: 9px 20px;
  border-radius: 30px;
  background-color: #1c9de0;
  opacity: 1;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.button:hover {
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25);
  opacity: 1;
}

.button.hero-button {
  display: inline-block;
  height: auto;
  margin-right: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #1c9de0;
  border-radius: 30px;
  background-color: #1c9de0;
  font-size: 14px;
  line-height: 20px;
}

.button.hero-button.butcent2 {
  display: inline-block;
}

.button.outline-button {
  height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #1c9de0;
  border-radius: 30px;
  background-color: transparent;
  background-image: none;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.button.pop-up {
  margin-top: 24px;
}

.button.full-in-pass {
  width: 100%;
  margin-top: 0px;
}

.button.butcent {
  display: inline-block;
}

.button.butcent.w--current {
  display: inline-block;
}

.button.butcent.butcent2 {
  width: 220px;
  margin-top: -42px;
}

.hero-heading {
  margin-top: 16px;
  margin-bottom: 24px;
  color: #fff;
  font-size: 60px;
  line-height: 61px;
  font-weight: 500;
  text-transform: uppercase;
}

.slide-arrow {
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin: auto auto auto 10%;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #1c9de0;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: border 200ms ease, background-color 400ms ease;
  transition: border 200ms ease, background-color 400ms ease;
  color: #1c9de0;
  font-size: 16px;
}

.slide-arrow:hover {
  border-color: #fff;
  background-color: #fff;
  font-size: 17px;
}

.slide-arrow.thank-you {
  display: none;
}

.slide-nav {
  left: -50%;
  bottom: 8%;
  display: none;
  color: #ff8e64;
  font-size: 11px;
}

.hero-bottom {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  padding-right: 40px;
  padding-left: 40px;
}

.wrapper.hero-bottom-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
}

.social-link {
  display: inline-block;
  margin-right: 5px;
  padding: 8px 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.7;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

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

.social-link.orage {
  width: 28px;
  height: 28px;
  margin-right: 5px;
  padding: 3px;
  border-radius: 100px;
  background-color: #ff8e64;
  text-align: center;
}

.social-link.orage.gray {
  width: 32px;
  height: 32px;
  padding-top: 4px;
  padding-bottom: 4px;
  border: 1px solid #fff;
  background-color: transparent;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
}

.social-link.orage.gray:hover {
  border-color: #1c9de0;
  background-color: #1c9de0;
}

.scroll-down-link {
  position: relative;
  right: 15px;
  bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin-right: -41px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #fff;
  border-radius: 100px;
  background-color: transparent;
}

.scroll-down-link.w--current {
  bottom: 25px;
  border-radius: 100px;
}

.section {
  position: relative;
  top: 22px;
  overflow: visible;
  margin-top: -25px;
  padding: 89px 56px 52px;
  background-color: #f5f6f9;
  text-align: center;
}

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

.section.baudi {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.69)), to(hsla(0, 0%, 100%, 0.69))), url('../images/dots2_1dots2.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.69), hsla(0, 0%, 100%, 0.69)), url('../images/dots2_1dots2.png');
  background-position: 0px 0px, 50% 66%;
  background-size: auto, 5px;
}

.vertical-features-header {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 72px;
  padding-top: 213px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.vertical-features-header.side2 {
  padding-top: 218px;
}

.vertical-features-header.side3 {
  padding-top: 280px;
}

.vertical-header {
  position: relative;
  left: -124px;
  width: 320px;
  margin-top: 8px;
  margin-bottom: 8px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 11px;
  line-height: 16px;
  text-align: right;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.section-wrapper-content {
  position: relative;
  display: block;
  width: 50%;
  margin-right: auto;
  margin-bottom: 38px;
  margin-left: auto;
  padding-bottom: 0px;
  font-weight: 400;
  text-align: center;
}

.section-header {
  margin-top: 51px;
  margin-bottom: 16px;
  color: #333;
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.section-header.white {
  margin-top: 36px;
  color: #fff;
  font-size: 46px;
  line-height: 50px;
}

.section-header.left {
  font-size: 38px;
  text-align: left;
}

.section-header.head2 {
  font-size: 33px;
}

.section-header.testheading {
  width: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.services-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  padding-top: 8px;
  padding-bottom: 29px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.services-card {
  position: relative;
  height: 350px;
  margin-right: 25px;
  margin-left: 25px;
  padding: 48px 32px 32px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #e7e9ec;
  border-radius: 8px;
  text-align: left;
}

.services-card.tabletcards {
  height: 350px;
}

.services-tittle {
  margin-top: 8px;
  margin-bottom: -4px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  text-align: left;
  text-transform: none;
}

.services-tittle.serv2 {
  margin-bottom: -4px;
}

.paragraph-small {
  margin-top: 8px;
  margin-bottom: 24px;
  color: #969696;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
}

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

.features-wrapper._2 {
  display: none;
  padding-right: 0px;
  padding-left: 0px;
}

.half-side-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 60px;
  padding-left: 60px;
  -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;
}

.half-side-content.image-background {
  height: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 2, 17, 0.25)), to(rgba(2, 2, 17, 0.25))), url('../images/image4.jpg');
  background-image: linear-gradient(180deg, rgba(2, 2, 17, 0.25), rgba(2, 2, 17, 0.25)), url('../images/image4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.half-side-content.image-background._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 2, 17, 0.25)), to(rgba(2, 2, 17, 0.25))), url('../images/image5.jpg');
  background-image: linear-gradient(180deg, rgba(2, 2, 17, 0.25), rgba(2, 2, 17, 0.25)), url('../images/image5.jpg');
  background-position: 0px 0px, 50% 50%;
}

.half-side-content.contact-bacground {
  position: relative;
  width: 50%;
  height: auto;
  min-height: 700px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 2, 17, 0.18)), to(rgba(2, 2, 17, 0.18))), url('../images/image2.jpg');
  background-image: linear-gradient(180deg, rgba(2, 2, 17, 0.18), rgba(2, 2, 17, 0.18)), url('../images/image2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.half-side-content.contact-us-half-side {
  width: 50%;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f6f9), to(#f5f6f9));
  background-image: linear-gradient(180deg, #f5f6f9, #f5f6f9);
}

.half-side-content.gray {
  display: none;
  height: auto;
  min-height: 700px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5f6f9;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.half-side-content.icon {
  min-height: 700px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5f6f9;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.half-side-info {
  display: block;
  max-width: 500px;
  padding-right: 15px;
  padding-bottom: 16px;
  padding-left: 15px;
}

.instagram-section {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 120px;
  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;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/bram-naus-200967-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/bram-naus-200967-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.instagram-section.style-2 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
  background-image: none;
}

.follow-me-text {
  margin-top: 14px;
  color: #000;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
}

.follow-me-text.center {
  color: #969696;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  text-align: center;
}

.small-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  margin-right: 1px;
  margin-left: 0px;
  padding: 50px 0px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.small-feature {
  width: 50%;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 15px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.team-section {
  padding: 109px 40px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.team-section.top-border {
  border-top: 1px none hsla(0, 0%, 86.7%, 0.67);
}

.team-section.top-border.hide {
  display: none;
}

.team-content {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 0px 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  color: #fff;
}

.team-name {
  margin-top: 16px;
  margin-bottom: 0px;
  font-size: 17px;
  line-height: 24px;
}

.team-name.small {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-align: left;
}

.top-padding {
  width: 180px;
  margin-top: 12px;
  margin-right: auto;
  margin-left: auto;
}

.testimonial-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.teastimonial-card {
  position: relative;
  display: block;
  margin-right: 40px;
  margin-left: 40px;
  padding: 88px 32px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #e7e9ec;
  border-radius: 10px;
  background-color: #fff;
  text-align: left;
}

.testimonial-text {
  margin-bottom: 30px;
  color: #969696;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
}

.social-wrapper {
  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;
  text-align: center;
}

.social-wrapper.team {
  text-align: left;
}

.testimonial-name {
  margin-top: -33px;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}

.services-block-image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 68px;
  height: 68px;
  margin-top: -30px;
  margin-left: 29px;
  padding: 5px;
  border: 1px solid #e7e9ec;
  border-radius: 10px;
  background-color: #fff;
  background-image: url('../images/icon-serv1.svg');
  background-position: 50% 50%;
  background-size: 45px;
  background-repeat: no-repeat;
}

.services-block-image._2 {
  margin-left: 29px;
  border-radius: 10px;
  background-image: url('../images/icon-serv2.svg');
  background-size: 45px;
}

.services-block-image._2.serv2 {
  background-image: url('../images/icon-serv5.svg');
}

.services-block-image._3 {
  margin-left: 29px;
  border-style: solid;
  border-width: 1px;
  border-radius: 10px;
  background-image: url('../images/icon-serv3.svg');
  background-position: 50% 50%;
  background-size: 50px;
}

.services-block-image._3.serv3 {
  background-image: url('../images/icon-serv6v.svg');
}

.services-block-image.serv1 {
  background-image: url('../images/icon-serv4.svg');
  background-size: 45px;
  background-repeat: no-repeat;
}

.services-block-image.test1image {
  background-image: url('../images/icon-user.svg');
}

.contact-us-block-form {
  margin-top: 24px;
}

.text-field {
  display: inline-block;
  margin-bottom: 24px;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: border 400ms ease;
  transition: border 400ms ease;
  color: #969696;
  font-weight: 400;
}

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

.text-field-2 {
  width: 70%;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
}

.text-field-2.message {
  width: 100%;
  height: 80px;
  margin-bottom: 30px;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: border 400ms ease;
  transition: border 400ms ease;
  color: #969696;
  font-weight: 400;
}

.text-field-2.message:hover {
  border-color: #bdbdbd;
}

.sponsor-section {
  padding-top: 48px;
  padding-bottom: 48px;
  background-color: #f5f6f9;
}

.sponsor-link {
  max-height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 16px;
  opacity: 0.65;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

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

.sponsor-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 91%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  -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;
  color: #fff;
}

.scroll-up-button {
  position: absolute;
  right: -82px;
  bottom: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin-right: 8.33%;
  -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 #fff;
  border-radius: 100px;
  background-color: transparent;
}

.scroll-up-button:hover {
  border-color: #1c9de0;
  background-color: #1c9de0;
}

.footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8.33%;
  padding-right: 30px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-brand {
  text-decoration: none;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-header {
  margin-top: 34px;
  margin-bottom: 24px;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.footer-link {
  margin-top: 12px;
  margin-bottom: 12px;
  color: #fff;
  text-decoration: none;
}

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

.footer-link.w--current:hover {
  text-decoration: underline;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -42px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 450px;
  margin-left: 23px;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(203, 203, 209, 0.13)), to(rgba(203, 203, 209, 0.13))), url('../images/image3.jpg');
  background-image: linear-gradient(180deg, rgba(203, 203, 209, 0.13), rgba(203, 203, 209, 0.13)), url('../images/image3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.nav-button-block {
  display: inline-block;
  padding-top: 0px;
  padding-left: 32px;
  float: none;
}

.purchase-button {
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #ff8e64;
  border-radius: 30px;
  background-color: transparent;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
}

.purchase-button:hover {
  background-color: #ff8e64;
}

.purchase-button.outline {
  border-color: #fff;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.17);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.purchase-button.outline:hover {
  background-color: #fff;
  color: #ff8e64;
}

.purchase-button.outline.top-padding {
  border-color: #1c9de0;
}

.purchase-button.outline.top-padding:hover {
  color: #1c9de0;
}

.purchase-button.outline.top-padding.w--current:hover {
  color: #1c9de0;
}

.purchase-button.orange-text {
  border-color: #1c9de0;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}

.purchase-button.orange-text:hover {
  background-color: #1c9de0;
  color: #fff;
}

.purchase-button.nav {
  border-color: #1c9de0;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.purchase-button.nav:hover {
  background-color: #1c9de0;
}

.purchase-button.nav.w--current {
  border-color: #1c9de0;
}

.purchase-button.nav.w--current:hover {
  background-color: #1c9de0;
}

.nav-link {
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
}

.nav-link:hover {
  color: #1c9de0;
}

.nav-link.w--current {
  color: #ff8e64;
  font-weight: 400;
}

.nav-link.dark {
  display: block;
  color: #333;
  font-weight: 600;
}

.nav-link.dark:hover {
  color: #1c9de0;
}

.slide-arrow-right {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin: auto 10% auto auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #1c9de0;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #1c9de0;
  font-size: 16px;
}

.slide-arrow-right:hover {
  border-color: #fff;
  background-color: #fff;
}

.slide-arrow-right.thank-you {
  display: none;
}

.text-button {
  display: inline-block;
  margin-left: 5px;
  float: none;
  font-size: 14px;
}

.paragraph-footer {
  margin-top: 24px;
}

.paragraph-footer.white {
  margin-top: 0px;
  font-size: 15px;
  line-height: 25px;
}

.purchase-section {
  position: static;
  margin-bottom: -2px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 2, 17, 0.66)), to(rgba(2, 2, 17, 0.66))), url('../images/dots2_1dots2.png'), url('../images/image2.jpg');
  background-image: linear-gradient(180deg, rgba(2, 2, 17, 0.66), rgba(2, 2, 17, 0.66)), url('../images/dots2_1dots2.png'), url('../images/image2.jpg');
  background-position: 0px 0px, 0px 0px, 50% 0%;
  background-size: auto, 8px, cover;
  background-attachment: scroll, scroll, fixed;
}

.purchase-button-block {
  display: block;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.small-text-team {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #1c9de0;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
}

.instagram-card-style-2 {
  position: relative;
  display: block;
  width: 33.33%;
  margin-right: auto;
  margin-left: auto;
  padding: 45px 40px 40px;
  background-color: transparent;
  text-align: center;
}

.div-block-3 {
  display: inline-block;
  float: none;
}

.contact-us-card {
  position: absolute;
  margin-top: 0px;
  margin-right: 15px;
  margin-left: 15px;
  padding: 24px 32px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.contact-us-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fact-section {
  position: relative;
  padding: 72px 56px;
  background-color: #f5f6f9;
}

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

.fact-item {
  padding-top: 8px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.facts-image {
  width: 46px;
}

.facts-heading {
  margin-top: 16px;
  line-height: 26px;
  font-weight: 700;
}

.facts-text {
  color: #a5a5a5;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
}

.team-member-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 360px;
  margin-bottom: 0px;
  padding-bottom: 12px;
  padding-left: 10px;
  -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;
  border-radius: 10px;
  background-image: url('../images/31174529_10155366527131905_5278216517010325504_o.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

.team-member-image:hover {
  background-image: url('../images/31174529_10155366527131905_5278216517010325504_o.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: inset 0 0 0 500px rgba(46, 50, 60, 0.2);
}

.team-member-image._2 {
  border-radius: 10px;
  background-image: url('../images/18622424_10156213996496562_5741976912995067399_n.jpg');
  background-position: 100% 50%;
}

.team-member-image._2.row22 {
  background-image: url('../images/Screen-Shot-2019-06-11-at-1.55.33-PM.png');
  background-position: 100% 50%;
}

.team-member-image._3 {
  background-image: url('../images/Screen-Shot-2019-06-11-at-1.46.39-PM.png');
  background-position: 50% 50%;
}

.team-member-image._4 {
  background-image: url('../images/Screen-Shot-2019-06-11-at-1.47.05-PM.png');
  background-position: 50% 50%;
}

.team-member-image.row21 {
  background-image: url('../images/Screen-Shot-2019-06-11-at-1.54.31-PM.png');
}

.team-member-image._7 {
  background-image: url('../images/image.png');
  background-position: 50% 50%;
}

.team-member-image._7._7new {
  background-image: url('../images/Screen-Shot-2019-06-18-at-11.17.02-AM.png');
}

.team-member-image.row22._10 {
  background-image: url('../images/Screen-Shot-2019-06-11-at-1.47.05-PM.png');
  background-position: 50% 50%;
}

.white {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

.white.big {
  font-family: Montserrat, sans-serif;
  font-size: 55px;
  line-height: 65px;
  font-weight: 600;
}

.white.center {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.white._04 {
  margin-bottom: 40px;
}

.left {
  float: none;
}

.image-5 {
  height: 20px;
  margin-right: 10px;
  float: left;
}

.contact-us-wrapper-half-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 43px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 64px;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid hsla(0, 0%, 100%, 0.3);
}

.text-copyright {
  display: inline;
  margin-right: 5px;
  font-size: 12px;
  line-height: 24px;
}

.text-link-copyright {
  color: #ff8e64;
  font-size: 12px;
  text-decoration: none;
  text-transform: none;
}

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

.pop-up-text-field {
  height: 50px;
  margin-top: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.pop-up-text-field.center {
  text-align: center;
}

.footer-text {
  color: #1c9de0;
}

.footer-text:hover {
  color: #1c9de0;
}

.footer-text:active {
  color: #fff;
}

.separator {
  display: block;
  width: 1px;
  height: 70px;
  margin: 10px auto;
  background-color: #1c9de0;
}

.separator._404 {
  margin-bottom: 0px;
}

.separator.sep2 {
  display: inline-block;
  width: 70px;
  height: 2px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.pattern-dots {
  height: 30px;
  background-image: url('../images/dots2_1dots2.png');
  background-position: 50% 50%;
  background-size: auto;
}

.logo-type {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.logo-type.white-font {
  color: #fff;
}

.logo-type.white-font.footer {
  padding-bottom: 30px;
}

.color-font {
  color: #ff8e64;
  font-weight: 700;
  text-transform: uppercase;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 18, 70, 0.5)), to(rgba(16, 18, 70, 0.5))), url('../images/alexander-pemberton-95212-unsplash-p-2000.jpeg');
  background-image: linear-gradient(180deg, rgba(16, 18, 70, 0.5), rgba(16, 18, 70, 0.5)), url('../images/alexander-pemberton-95212-unsplash-p-2000.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.utility-page-wrap.pass {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 18, 70, 0.5)), to(rgba(16, 18, 70, 0.5))), url('../images/dots2_1dots2.png'), url('../images/vbDV-p-1080.jpeg');
  background-image: linear-gradient(180deg, rgba(16, 18, 70, 0.5), rgba(16, 18, 70, 0.5)), url('../images/dots2_1dots2.png'), url('../images/vbDV-p-1080.jpeg');
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, 5px, cover;
  background-attachment: scroll, scroll, fixed;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
  text-align: center;
}

.pass-window {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  margin-top: 24px;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 4px;
  background-color: #fff;
  color: #fff;
  font-size: 17px;
  line-height: 27px;
  text-align: center;
}

.pass-form {
  color: #333;
}

.input {
  height: 48px;
  margin-bottom: 24px;
  text-align: center;
}

.password-image {
  display: block;
  width: 65px;
  height: 65px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

.paragraph-center {
  padding-bottom: 26px;
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.paragraph-center.smaller {
  display: inline-block;
  width: 700px;
  margin-top: -4px;
}

.image-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.dropdown-link {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #fff;
  color: #a5a5a5;
  font-size: 13px;
  line-height: 23px;
  font-weight: 500;
}

.dropdown-link:hover {
  color: #ff8e64;
}

.dropdown-link.w--current {
  background-color: #ff8e64;
  color: #fff;
  font-size: 13px;
  line-height: 23px;
}

.dropdown-list {
  margin-top: 0px;
}

.dropdown-list.w--open {
  margin-top: 0px;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}

.title-contact {
  text-transform: uppercase;
}

.scroll-nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  width: 100%;
  height: 80px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.success-message {
  border-radius: 10px;
  background-color: #00ad31;
  color: #fff;
  font-weight: 500;
}

.error-message {
  border-radius: 10px;
  background-color: red;
  color: #fff;
  text-align: center;
}

.div-button {
  height: 80px;
  padding-top: 15px;
  float: right;
}

.close-link-block {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 28px;
  height: 28px;
  margin-top: 20px;
  margin-right: 20px;
  background-image: url('../images/close.png');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.field-label {
  font-size: 12px;
  font-weight: 600;
}

.image-7 {
  width: 200px;
  margin-top: -36px;
  margin-bottom: 19px;
}

.image-8 {
  display: block;
  padding-left: 0px;
}

.image-9 {
  display: block;
}

.image-10 {
  display: block;
}

.image-11 {
  display: block;
}

.text-span {
  font-size: 34px;
}

.text-span.tspan2 {
  color: #1c9de0;
  font-weight: 400;
}

.text-span-2 {
  font-size: 65px;
  font-weight: 500;
}

.link {
  color: #1c9de0;
}

.image-12 {
  padding-top: 13px;
}

.link-block-2 {
  width: 250px;
  padding-top: 6px;
}

.link-block-2.w--current {
  padding-top: 11px;
}

.link-2 {
  color: #1c9de0;
  text-decoration: none;
}

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

.columns {
  position: relative;
  width: auto;
  padding-bottom: 45px;
}

.mask-2 {
  height: 100%;
  margin-bottom: 9px;
  padding-bottom: 53px;
}

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

.slide-nav-2 {
  top: auto;
  bottom: -23px;
  padding-top: 8px;
  background-color: transparent;
  color: #000;
}

.icon-3 {
  margin-top: 30px;
  color: #333;
}

.select-field {
  margin-bottom: 21px;
  border: 1px solid #e7e7e7;
  background-color: #fff;
  color: #969696;
}

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

html.w-mod-js *[data-ix="hide-scroll-navigation-on-initial"] {
  display: none;
}

@media screen and (max-width: 991px) {
  .navbar {
    display: block;
    padding-right: 0px;
    padding-left: 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;
  }
  .container-full {
    display: block;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .brand {
    height: 70px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .nav-menu {
    left: 0px;
    top: 60px;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: scroll;
    height: auto;
    margin-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: none;
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    text-align: left;
  }
  .image-background-section.hero-section {
    height: 700px;
  }
  .image-background-section.footer-section {
    padding-right: 8px;
    padding-left: 8px;
  }
  .slider-content {
    width: 80%;
    margin-top: 40px;
    margin-bottom: 80px;
    padding-top: 40px;
  }
  .hero-heading {
    font-size: 40px;
    line-height: 57px;
  }
  .slide-arrow {
    margin-left: 5%;
  }
  .scroll-down-link.tabletarrow {
    top: -39px;
    margin-right: -33px;
  }
  .section {
    padding: 80px 8px;
  }
  .section.baudi {
    margin-right: 10px;
    margin-left: 10px;
  }
  .section-wrapper-content {
    width: 470px;
  }
  .section-header {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }
  .section-header.white {
    font-size: 30px;
    line-height: 40px;
  }
  .services-card {
    margin-right: 8px;
    margin-bottom: 0px;
    margin-left: 8px;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .services-card.tabletcards {
    height: 400px;
  }
  .paragraph-small {
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    font-size: 14px;
    text-align: center;
  }
  .half-side-content {
    padding-right: 4%;
    padding-left: 4%;
  }
  .half-side-content.image-background {
    width: 50%;
    height: auto;
  }
  .half-side-content.contact-bacground {
    width: 100%;
  }
  .half-side-content.contact-us-half-side {
    width: 100%;
    height: auto;
    min-height: 700px;
    padding-right: 10%;
    padding-left: 10%;
  }
  .half-side-content.gray {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .half-side-content.icon {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .half-side-info {
    padding-right: 24px;
    padding-left: 24px;
  }
  .follow-me-text.center {
    font-size: 17px;
    line-height: 24px;
  }
  .small-features {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .small-feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .testimonial-wrapper {
    margin-left: 45px;
    -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;
  }
  .teastimonial-card {
    display: block;
    width: 66.66%;
    margin-right: auto;
    margin-bottom: 48px;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
  }
  .social-wrapper.footer {
    padding-right: 0px;
    padding-left: 0px;
  }
  .sponsor-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .sponsor-link {
    padding: 8px;
  }
  .sponsor-wrapper {
    width: 88%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .scroll-up-button {
    right: -20px;
  }
  .footer-content {
    margin-right: 0%;
    padding-right: 20px;
    padding-left: 8px;
  }
  .footer-links {
    padding-right: 8px;
    padding-left: 8px;
  }
  .footer-header {
    letter-spacing: 2px;
  }
  .footer-link {
    margin-top: 12px;
    margin-bottom: 12px;
    color: #fff;
    text-decoration: none;
  }
  .div-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-link {
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .nav-button-block {
    display: none;
    margin-top: 30px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .purchase-button {
    color: #fff;
  }
  .purchase-button.outline {
    color: #fff;
  }
  .purchase-button.nav {
    color: #fff;
  }
  .purchase-button.nav:hover {
    color: #fff;
  }
  .nav-link {
    display: block;
    width: 100%;
    padding: 16px 20px;
    color: #a5a5a5;
  }
  .nav-link:hover {
    color: #ff8e64;
  }
  .nav-link.dark {
    color: #a5a5a5;
    font-weight: 500;
  }
  .slide-arrow-right {
    left: 24%;
    margin-right: 5%;
  }
  .menu-button {
    color: #fff;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .menu-button.black {
    color: #000;
  }
  .instagram-card-style-2 {
    width: 40%;
    padding: 27px 24px 24px;
  }
  .contact-us-card {
    margin-right: 8px;
    margin-left: 8px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .fact-section {
    padding-right: 8px;
    padding-left: 8px;
  }
  .white.center {
    width: 90%;
  }
  .contact-us-wrapper-half-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .logo-type.white-font.footer {
    padding-left: 0px;
  }
  .image-side.tabletimage {
    display: block;
    width: 100%;
    height: auto;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .div-button {
    padding-top: 15px;
    padding-right: 20px;
  }
  .text-span.tspan2.tablettop {
    font-size: 24px;
    line-height: 0px;
  }
  .text-span-2.tabletheader {
    font-size: 46px;
  }
  .tabletlogo {
    margin-top: -4px;
    padding-top: 0px;
    padding-left: 27px;
  }
}

@media screen and (max-width: 767px) {
  .contact-us-wrapper {
    padding: 16px;
  }
  .contact-us-popup {
    padding: 40px;
  }
  .navbar {
    padding-right: 0px;
    padding-left: 0px;
  }
  .image-background-section.hero-section {
    height: 700px;
  }
  .slider-content {
    margin-top: 0px;
  }
  .slider-content._1 {
    padding-top: 80px;
  }
  .hero-text {
    font-size: 15px;
  }
  .hero-heading {
    font-size: 30px;
    line-height: 40px;
  }
  .section {
    margin-top: -25px;
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .section-wrapper-content {
    width: auto;
  }
  .services-wrapper {
    -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;
  }
  .services-card {
    width: 66.66%;
    margin-right: 0px;
    margin-bottom: 58px;
    margin-left: 0px;
    padding: 56px 32px 48px;
  }
  .services-card.tabletcards {
    margin-bottom: 40px;
  }
  .paragraph-small {
    font-size: 12px;
  }
  .features-wrapper {
    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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .features-wrapper._2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .half-side-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .half-side-content.image-background {
    width: 100%;
    height: 600px;
  }
  .half-side-content.image-background._2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .half-side-content.contact-bacground {
    height: 560px;
  }
  .half-side-content.contact-us-half-side {
    width: 100%;
    height: auto;
  }
  .half-side-content.gray {
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .half-side-content.icon {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .half-side-info {
    margin-bottom: 24px;
    padding-top: 24px;
  }
  .small-features {
    max-width: 91%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .small-features.tabletfeatures {
    margin-right: 0px;
    padding-top: 25px;
  }
  .small-feature {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .team-content {
    display: block;
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: auto;
    text-align: left;
  }
  .testimonial-wrapper {
    display: block;
  }
  .teastimonial-card {
    display: block;
    width: 66.66%;
    margin-right: auto;
    margin-bottom: 58px;
    margin-left: auto;
  }
  .social-wrapper.footer {
    padding-left: 0px;
  }
  .footer {
    padding-right: 20px;
  }
  .footer-content {
    padding-right: 10px;
    padding-left: 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .footer-links {
    width: 50%;
  }
  .footer-link {
    font-size: 13px;
  }
  .div-block {
    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;
  }
  .image-link {
    display: block;
    width: 100%;
    height: 300px;
    margin-right: auto;
    margin-left: auto;
  }
  .purchase-section {
    padding-right: 8px;
    padding-left: 8px;
  }
  .small-text-team {
    text-align: left;
  }
  .instagram-card-style-2 {
    width: 66.66%;
  }
  .facts {
    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;
  }
  .fact-item {
    width: 50%;
    margin-bottom: 20px;
  }
  .team-member-image._4 {
    width: 100%;
  }
  .white.center {
    width: 90%;
  }
  .contact-us-wrapper-half-section {
    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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .paragraph-center.smaller {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .image-side {
    width: 100%;
  }
  .image-side.tabletimage {
    margin-top: 25px;
    padding-top: 0px;
  }
  .div-button {
    padding-top: 15px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-right: 0px;
    padding-left: 0px;
  }
  .container-full {
    display: block;
  }
  .brand {
    height: 60px;
    padding-top: 10px;
  }
  .image-background-section.hero-section {
    height: 650px;
  }
  .slider-content {
    width: 100%;
    margin-top: 32px;
    padding: 32px 10px;
  }
  .slider-content._1 {
    padding-top: 160px;
  }
  .hero-text.thin {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
  }
  .button {
    display: inline-block;
    margin-top: 20px;
    text-align: center;
  }
  .button.hero-button {
    margin-right: 16px;
    margin-bottom: 8px;
  }
  .button.outline-button {
    margin-left: -16px;
  }
  .hero-heading {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
    font-size: 24px;
    line-height: 30px;
  }
  .slide-arrow {
    display: none;
  }
  .hero-bottom {
    display: none;
  }
  .wrapper.hero-bottom-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .vertical-features-header {
    display: block;
    width: 100%;
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .vertical-features-header.side2 {
    display: block;
    padding-top: 0px;
  }
  .vertical-header {
    position: relative;
    left: 0px;
    top: 0%;
    right: 0px;
    display: block;
    width: auto;
    margin-top: 15px;
    padding-top: 0px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    text-align: center;
  }
  .vertical-header.vertical-header-2 {
    margin-top: -30px;
  }
  .vertical-header._1 {
    position: absolute;
    top: 30px;
  }
  .section-wrapper-content {
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
  }
  .section-header.white {
    font-size: 32px;
    line-height: 40px;
  }
  .section-header.left {
    font-size: 28px;
    line-height: 35px;
  }
  .section-header.head2 {
    font-size: 23px;
    line-height: 35px;
  }
  .services-wrapper {
    margin-left: 0px;
    padding-bottom: 0px;
  }
  .services-card {
    width: 100%;
  }
  .paragraph-small {
    margin-top: 2px;
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
  }
  .half-side-content.contact-us-half-side {
    min-height: 750px;
    padding-right: 10%;
    padding-left: 10%;
  }
  .half-side-content.gray {
    min-height: 492px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .half-side-content.icon {
    height: auto;
    min-height: 439px;
  }
  .half-side-info {
    max-width: 400px;
    margin-bottom: 0px;
    padding-top: 0px;
  }
  .small-feature {
    width: 1000%;
  }
  .team-section {
    padding-top: 72px;
    padding-bottom: 72px;
    padding-left: 20px;
  }
  .team-section.top-border {
    padding-right: 20px;
  }
  .testimonial-wrapper {
    margin-left: 0px;
  }
  .teastimonial-card {
    width: 100%;
  }
  .sponsor-link.hide {
    display: none;
  }
  .sponsor-wrapper {
    width: 83%;
  }
  .scroll-up-button {
    bottom: 125px;
    margin-bottom: 20px;
  }
  .footer-links {
    width: 100%;
  }
  .slide-arrow-right {
    display: none;
  }
  .purchase-section {
    margin-bottom: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .instagram-card-style-2 {
    width: 100%;
  }
  .contact-us-card {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .facts {
    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: 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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .fact-item {
    display: block;
    margin-bottom: 16px;
  }
  .white.center {
    width: 95%;
  }
  .footer-copyright {
    -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;
  }
  .div-block-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }
  .div-block-12 {
    text-align: left;
  }
  .div-button {
    padding-top: 15px;
    padding-right: 10px;
  }
  .text-span.tspan2.tablettop {
    font-size: 18px;
    line-height: 0px;
    font-weight: 300;
  }
  .text-span-2.tabletheader {
    font-size: 28px;
    line-height: 0px;
    font-weight: 400;
  }
  .mask-2._1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .slider-2 {
    display: block;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .icon-3 {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    margin-top: 0px;
    margin-right: 0px;
    padding-right: 0px;
    font-size: 20px;
    line-height: 20px;
  }
  .slide-1 {
    padding-top: 10px;
  }
  .image-13 {
    display: none;
  }
  .image-14 {
    display: none;
  }
  .image-15 {
    display: none;
  }
  .image-16 {
    display: none;
  }
  .image-17 {
    display: none;
  }
  .image-18 {
    display: none;
  }
  .image-19 {
    display: none;
  }
  .image-20 {
    display: none;
  }
  .left-arrow-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px;
    padding-left: 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;
  }
  .left-arrow-2._1 {
    padding-right: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .slide-3 {
    padding-top: 10px;
  }
  .slide-4 {
    padding-top: 5px;
  }
}

