h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 10vh;
  line-height: 10vh;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 38px;
  line-height: 48px;
  font-weight: 700;
}

h3 {
  margin-top: 10px;
  margin-bottom: 25px;
  color: #6b6b6b;
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  margin: 20px;
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
}

a {
  color: #000;
  text-decoration: underline;
}

.so-2-col {
  float: left;
  width: 50% !important;
}

/* Clear floats after the columns */
.so-row:after {
  content: "";
  display: table;
  clear: both;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

.text-center {
  text-align: center !important;
}

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

.section.center {
  position: relative;
  padding: 50px 0px;
  background: url('../images/map-opacity.png') #223153;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.section.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 15vh 10vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section.column.devices {
  height: auto;
  -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;
}

.section.column.faq {
  height: auto;
  -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: #000;
}

.section.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  padding-right: 10vw;
  padding-left: 10vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #40089c;
}

.section.full-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 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;
  background-color: transparent;
}

.section.wide {
  display: block;
  height: 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;
  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;
  background-color: #fff;
  background-image: url('../images/map.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section.wide.img {
  display: none;
  padding-bottom: 0vh;
}

.section.wide.purple {
  padding-top: 15vh;
  padding-bottom: 15vh;
  background-image: url('../images/wavy-bg.svg'), linear-gradient(135deg, #fc0a7e, #602bb6);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
}

.w3 .for-center{
  padding: 10px;
  text-align: right;
}

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

.app-section {
  padding: 30px 0 70px;
}

.app-section ul {
  list-style-type: none;
  padding-left: 0;
  text-align: center;
  margin-bottom: 70px;
}

.app-section ul li {
  display: inline-block;
  font-size: 19px;
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
  transition: border .3s ease;
}

.app-section ul li.active {
  color: #253a6a;
  border-color: #253a6a;
}

.app-section ul li:hover,
.app-section ul li:active,
.app-section ul li:focus {
  color: #253a6a;
  border-color: #253a6a;
  cursor: pointer;
}

.app-section ul li + li {
  margin-left: 15px;
}

.app-section .tab-content .single-tab img {
  max-height: 400px;
  margin: 0 auto;
}

.app-section .feature-title {
  margin-top: 70px;
}

.app-section .feature-title .black-text {
  line-height: 1.4;
}

.app-section .tab-content .single-tab:not(.active) {
  display: none;
}

.col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none #000;
}

.col.sideimg {
  width: 25vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.padding {
  max-width: 50%;
  padding-right: 9vw;
  padding-left: 9vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
}

.col.bg {
  overflow: hidden;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
}

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

.col.team {
  -webkit-flex-basis: 33%;
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
}

.col.img {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.min_nav {
  height: 100px;
  width: 100%;
  z-index: 999999;
  /*padding: 0px 10vw;*/
  border: 1px none #000;
  background-color: #0d1c29;
}

.hero {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 0px 10vw;
  border: 1px none #000;
  background-color: transparent;
}

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

.nav-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  padding-top: 0px;
  padding-bottom: 0px;
  -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 none hsla(0, 0%, 100%, .1);
}

.body {
  background-color: transparent;
  font-family: 'Gothic A1';
}

.heading {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 10vh;
  line-height: 9vh;
  font-weight: 500;
}

.div-block-2 {
  position: relative;
  z-index: 80;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  -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;
}

.image {
  height: 40px;
  margin-bottom: 20px;
}

.feature-content {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-right: 4vw;
  padding-left: 4vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px none #000;
}

.feature-content.mid {
  width: 40vw;
  max-width: 500px;
}

.feature-content.icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  max-width: none;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.feature-content.icons.numbers {
  width: 25%;
}

.heading-2 {
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Verdana, Geneva, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.button {
  display: inline-block;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 20px;
  padding: 20px 40px;
  border-radius: 3px;
  background-color: #253a6a;
  -webkit-transition: background-color 500ms cubic-bezier(.789, .159, .25, 1), color 200ms cubic-bezier(.789, .159, .25, 1);
  transition: background-color 500ms cubic-bezier(.789, .159, .25, 1), color 200ms cubic-bezier(.789, .159, .25, 1);
  font-family: Verdana, Geneva, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
}

.button.cta-button {
  color: #253a6a;
  background-color: #ffffff;
}

.button:hover,
.button:active,
.button:focus {
  background-color: #fff;
  color: #041742;
  cursor: pointer;
}

.button.outline {
  margin-left: 10px;
  border: 1px solid #6e6e6e;
  background-color: transparent;
  color: #5a5a5a;
}

.button.contact {
  margin-left: 10px;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px hsla(0, 0%, 100%, .2);
}

.button.contact:hover {
  box-shadow: inset 0 0 0 2px #fff;
  color: #fff;
}

.button.top {
  margin-left: 30px;
  padding: 20px 35px;
  font-size: 16px;
}

.button.form-button {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: #253a6a;
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

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

.h2 {
  margin-bottom: 30px;
  font-family: Verdana, Geneva, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 2em;
  font-weight: 300;
}

.p {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
}

.p.list {
  margin-bottom: 0px;
}

.div-block-3 {
  height: 8600px;
  background-image: url('../images/richard-01.jpg');
  background-position: 50% 0px;
  background-size: 100vw;
  background-repeat: no-repeat;
}

.div-block-3._02 {
  background-image: url('../images/richard-02.jpg');
  background-size: 100vw;
}

.div-block-3._03 {
  height: 6000px;
  background-image: url('../images/richard-03.jpg');
  background-size: 100vw;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  max-width: 440px;
  -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-4.left {
  margin-bottom: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.img-device {
  height: auto;
  max-height: 450px;
}

.h3 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.paragraph {
  margin-bottom: 20px;
  font-family: Verdana, Geneva, sans-serif;
  color: #6b6b6b;
  font-size: 14px;
  line-height: 20px;
}

.div-block-5 {
  padding-top: 30px;
  padding-bottom: 60px;
  text-align: center;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1200px;
  -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;
}

.wrapper.welcome {
  position: relative;
  z-index: 90;
  width: 100vw;
  max-width: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.img_rotation {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.wrap {
  max-width: 100%;
  padding-bottom: 40px;
  text-align: center;
}

.title {
  display: block;
  padding-bottom: 5px;
  border-bottom: 1px none #2e2e2e;
  font-family: Verdana, Geneva, sans-serif;
  color: #a8a8a8;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.title.white {
  border-bottom-color: hsla(0, 0%, 100%, .4);
  color: hsla(0, 0%, 100%, .6);
}

.image-truck {
  display: block;
  max-width: 100%;
  height: auto;
  opacity: 0.3;
}
.second-holder {
  position: relative;
  padding: 50px 0;
}

.second-holder .feature-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  text-align: center;
  margin-top: 0;
}

.second-holder .feature-content .black-text {
  text-align: center;
  font-size: 30px;
  margin: 0;
  text-shadow: 1px 1px rgba(0, 0, 0, .1);
}

.second-holder .feature-content .title {
  color: #000;
  font-size: 16px;
  text-shadow: 1px 1px rgba(0, 0, 0, .1);
  margin-bottom: 30px;
  font-weight: 600;
}

.second-holder .feature-content .paragraph-2 {
  color: #000;
  font-size: 18px;
  text-shadow: 1px 1px rgba(0, 0, 0, .1);
}

.second-holder .feature-content .paragraph-2 strong {
  color: #253A6B;
}

.div-block-6 {
  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;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-7.team {
  -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;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 150px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 5vh;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-3 {
  padding: 10px 30px 30px 0px;
}

.thumb-food {
  width: 100%;
  height: 300px;
  border-radius: 20px;
  background-color: #c6ced3;
}

.thumb-food._01 {
  border-radius: 12px;
  background-image: url('../images/bg-001_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.thumb-food._02 {
  background-image: url('../images/bg-001.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.thumb-food._03 {
  background-image: url('../images/bg-003.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.text-block {
  color: #fff;
}

.h4 {
  margin-bottom: 10px;
  color: #fff;
}

.h4.faq {
  margin-top: 20px;
  margin-bottom: 10px;
}

.nav-link {
  margin-right: 15px;
  margin-bottom: 20px;
  margin-left: 15px;
  padding-top: 40px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Verdana, Geneva, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.nav-link:hover {
  box-shadow: inset 0 -5px 0 0 #253a6a;
  color: #fff;
}

.nav-link.w--current {
  color: #fff;
}

.nav-menu {
  height: auto;
}

.div-block-11 {
  width: 100%;
  height: 300px;
  border-radius: 20px;
  background-color: #acb1b4;
}

.ico {
  height: 35px;
  margin-right: 20px;
}

.div-block-12 {
  margin-top: 50px;
}

._w-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 80px;
  margin-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;
}

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

.field-newsletter {
  width: 340px;
  height: 80px;
  margin-right: 20px;
  margin-bottom: 0px;
  padding-left: 20px;
  border: 1px solid #300479;
  border-radius: 10px;
  background-color: #300479;
  color: #fff;
  font-size: 16px;
}

._w-img {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-4 {
  display: block;
  width: 100%;
}

.icon {
  height: 25px;
}

.nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero-image {
  position: absolute;
  right: 0vw;
  bottom: 0px;
  height: 85vh;
  margin-right: 27px;
  padding-left: 0px;
}

.light-blue {
  color: #9b68f0;
}

.black-text {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: Verdana, Geneva, sans-serif;
  color: #253a6a;
  font-size: 24px;
  text-align: left;
  text-transform: uppercase;
}

.black-text.feature-txt {
  display: inline-block;
  font-size: 21px;
}

.hero-content {
  position: relative;
  z-index: 90;
  width: 100%;
  padding-top: 80px;
}

.hero-content h2 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.feature-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10vh 30px;
  padding-right: 10vw;
  padding-left: 10vw;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
}

.feature-wrap.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.feature-wrap.logos {
  height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
  border-style: none;
}

.feature-wrap.icons {
  padding-right: 0vw;
  padding-left: 0vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.feature-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  -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 none #000;
}

.black {
  color: #000;
}

.hero-subhead {
  display: block;
  font-family: Verdana, Geneva, sans-serif;
  color: #fff;
  font-size: 1.2em;
  line-height: 2em;
}

.bottom-image-wrap {
  position: relative;
  overflow: hidden;
  height: auto;
  max-width: 100%;
}

.black-bar {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100px;
  background-color: #2a2326;
}

.feature-icon {
  height: 40px;
  margin-bottom: 10px;
  padding-left: 10px;
  float: none;
}

.purple {
  color: #b32e6e;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #223153;
  background-image: url('../images/footer.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-link {
  display: block;
  margin: 10px auto;
  font-family: Verdana, Geneva, sans-serif;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}

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

.footer-list {
  padding-top: 29px;
  padding-bottom: 29px;
}

.text-block-2 {
  color: hsla(0, 0%, 100%, .3);
  font-size: 12px;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.input {
  width: 100%;
  height: 50px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 10px;
  clear: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #253a6a;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #fff;
  box-shadow: inset 0 0 0 0 #253a6a;
  -webkit-transition: box-shadow 300ms cubic-bezier(.215, .61, .355, 1);
  transition: box-shadow 300ms cubic-bezier(.215, .61, .355, 1);
  font-family: Verdana, Geneva, sans-serif;
  color: #000;
  font-style: italic;
}

.input:hover {
  box-shadow: inset 0 0 0 2px #253a6a;
}

.input:focus {
  box-shadow: inset 0 0 0 2px #253a6a;
}

.input::-webkit-input-placeholder {
  color: #ccc;
}

.input:-ms-input-placeholder {
  color: #ccc;
}

.input::-ms-input-placeholder {
  color: #ccc;
}

.input::placeholder {
  color: #ccc;
}

.arrow {
  display: block;
  margin: auto;
}

.quote-slider {
  width: 90vw;
  height: 60vh;
  margin-top: 10vh;
  background-color: transparent;
}

.slider-arrow {
  color: #d6d6d6;
}

.quote-wrap {
  display: block;
  width: 50vw;
  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;
  text-align: center;
}

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

.quote-dash {
  width: 30px;
  height: 1px;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #d3d3d3;
}

.quote-icon {
  margin-bottom: 45px;
}

.left-arrow {
  width: 5%;
}

.right-arrow {
  width: 5%;
}

.slide-nav {
  font-size: 7px;
}

.number {
  font-size: 60px;
  line-height: 90px;
}

.float {
  position: relative;
  left: 567px;
  top: 200px;
  width: 40vw;
  height: 50vh;
  border: 4px solid #09a4ec;
}

.nav-logo-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 8px 0 0 0;
}

.img {
  max-inline-size:80%;
}

.image-licensing {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .1);
  background-color: rgba(0, 0, 0, .05);
  line-height: 24px;
}

.image-licensing-wrap {
  max-width: 600px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-3 {
  display: inline-block;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 7vh;
}

.slide-1 {
  background-image: url('../images/hero-slide-a.jpg'), -webkit-gradient(linear, left top, left bottom, from(#223153), to(#223153));
  background-image: url('../images/hero-slide-a.jpg'), linear-gradient(180deg, #223153, #223153);
  background-position: 50% 50%, 0px 0px;
  background-size: cover;
  background-attachment: scroll, scroll;
}

.slider {
  height: 650px;
}

.slide-2 {
  background-image: url('../images/hero-slide-2a.jpg'), -webkit-gradient(linear, left top, left bottom, from(#223153), to(#223153));
  background-image: url('../images/hero-slide-2a.jpg'), linear-gradient(180deg, #223153, #223153);
  background-position: 50% 50%, 0px 0px;
  background-size: cover;
  background-attachment: scroll, scroll;
}

.h1 {
  font-family: Verdana, Geneva, sans-serif;
  color: #fff;
  font-size: 37px;
  line-height: 1.5em;
  text-align: left;
  text-transform: uppercase;
}

.h1.blue-center {
  color: #253a6a;
  text-align: center;
}

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

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

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

.news_image {
  height: 300px;
  background-image: url('../images/Slide3.png');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.push-down-column {
  margin-top: 200px;
  padding-bottom: 30px;
  padding-left: 30px;
}

.line {
  width: 50px;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #e1e4e8;
}

.phone {
  display: block;
  height: 500px;
  margin-right: auto;
  margin-left: auto;
}

.space80 {
  height: 80px;
}

.gray_bg {
  background-color: #fafafa;
}

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

.paragraph-1 {
  padding-right: 20px;
  padding-left: 20px;
  font-family: Verdana, Geneva, sans-serif;
}

.form_txt {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 0px;
  font-family: Verdana, Geneva, sans-serif;
  color: #253a6a;
  text-align: left;
}

.form_description {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 0px;
  font-family: Verdana, Geneva, sans-serif;
  text-align: left;
}

.input-description {
  width: 100%;
  height: 200px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 10px;
  clear: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #253a6a;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #fff;
  box-shadow: inset 0 0 0 0 #253a6a;
  -webkit-transition: box-shadow 300ms cubic-bezier(.215, .61, .355, 1);
  transition: box-shadow 300ms cubic-bezier(.215, .61, .355, 1);
  font-family: Verdana, Geneva, sans-serif;
  color: #000;
  font-style: italic;
}

.input-description:hover {
  box-shadow: inset 0 0 0 2px #253a6a;
}

.input-description:focus {
  box-shadow: inset 0 0 0 2px #253a6a;
}

.input-description::-webkit-input-placeholder {
  color: #ccc;
}

.input-description:-ms-input-placeholder {
  color: #ccc;
}

.input-description::-ms-input-placeholder {
  color: #ccc;
}

.input-description::placeholder {
  color: #ccc;
}

.slide-3 {
  padding-top: 200px;
  padding-left: 100px;
  background-image: url('../images/Slide3.png'), -webkit-gradient(linear, left top, left bottom, from(#223153), to(#223153));
  background-image: url('../images/Slide3.png'), linear-gradient(180deg, #223153, #223153);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
}

.slide-4 {
  padding-top: 200px;
  padding-left: 100px;
  background-image: url('../images/Slide4.png'), -webkit-gradient(linear, left top, left bottom, from(#223153), to(#223153));
  background-image: url('../images/Slide4.png'), linear-gradient(180deg, #223153, #223153);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-attachment: scroll, scroll;
}

.mockup {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  max-height: 400px;
}

.card {
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .19);
}

.card-section {
  padding-top: 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#ebebeb));
  background-image: linear-gradient(180deg, #ebebeb, #ebebeb);
}

.card-section .grid {
  max-width: 100% !important;
}

.card-section .grid-sizer {
  width: 33.333%;
}

.card-section .community-title {
  margin-bottom: 50px;
}

.avatar {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  border-radius: 50%;

  object-fit: cover;
  height: 65px;
  width: 65px;

}

.pin-avatar {
  width: 50px;
  height: 50px;
}

@media screen and (min-width: 992px) {
  .pin-avatar {
    margin-top: 15px !important;
    width: 35px;
    height: 35px;
  }
}

.more {
  display: block;
  margin-top: 20px;
  margin-right: 15px;
  margin-left: auto;
}

.txt-time {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #bdbdbd;
  font-size: 11px;
  font-weight: 400;
  text-align: right;
}

.separator {
  height: 1px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bdbdbd), to(#bdbdbd));
  background-image: linear-gradient(180deg, #bdbdbd, #bdbdbd);
}

.image-5 {
    width: 100%;
    height: auto;
    border-radius: 0 0 10px 10px;
}

.name-surname {
  display: block;
  margin-top: 13px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  font-family: Verdana, Geneva, sans-serif;
  color: #000;
  font-weight: 700;
}

.delete {
  display: inline-block;
  margin-top: 7px;
  margin-bottom: 5px;
  margin-left: 5px;
}

.txt-post {
  display: block;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 10px;
  padding-left: 10px;
  font-family: Verdana, Geneva, sans-serif;
  color: #000;
  font-weight: 400;
}

.icons_bg {
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f2f2f2));
  background-image: linear-gradient(180deg, #f2f2f2, #f2f2f2);
}

.icons-placeholder {
  margin-top: 7px;
  margin-bottom: 5px;
  margin-left: 5px;
}

.icons-placeholder.share {
  display: block;
  max-width: 35%;
  margin-top: 13px;
  margin-right: auto;
  margin-left: auto;
}

.txt-location {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #253a6a;
  font-weight: 700;
}

.image-6 {
  display: block;
}

.logo-footer {
  display: block;
  margin: 20px auto;
}

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

.footer-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#223153), to(#223153));
  background-image: linear-gradient(180deg, #223153, #223153);
}

.txt-body-gray {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Verdana, Geneva, sans-serif;
  color: #ccc;
  font-weight: 300;
  text-align: center;
}

.txt-body-gray.text-left {
  text-align: left;
}

.txt-body-gray.text-right {
  text-align: right;
}

.txt-body-gray a {
  font-family: Verdana, Geneva, sans-serif;
  color: #ccc;
  font-weight: 300;
}

.txt-body-gray a + a {
  margin-left: 15px;
}

.footer-columns {
  width: 80%;
}

.about-hero {
  height: 300px;
  background-image: url('../images/slide2_1.png');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section-2 {
  background-image: url('../images/slide2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.news-hero {
  height: 300px;
  background-image: url('../images/Slide4.png');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.form-description {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.txt-slider {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  max-width: 50%;
  padding-left: 100px;
}

.heading-5 {
  font-family: Verdana, Geneva, sans-serif;
}

.paragraph-3 {
  font-family: Verdana, Geneva, sans-serif;
}

.features {
  display: block;
  margin: 50px 0px;
  text-align: center;
}

.features .black-text {
  text-align: center;
}

.features-section .text-right {
  text-align: right;
}
.features-section .text-right .line {
  margin-left: auto;
}

.features-section .hide-big {
  display: none;
}

@media (max-width: 991px) {
  h2 {
    font-size: 34px;
    line-height: 44px;
  }
  h3 {
    font-size: 20px;
    line-height: 32px;
  }
  .section.center {
    height: auto;
    padding-top: 15vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero {
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .nav {
    width: 100vw;
  }
  .nav-inner {
    width: 100vw;
  }
  .h2 {
    font-size: 14px;
  }
  .nav-link {
    padding-top: 20px;
  }
  .nav-link:hover {
    box-shadow: none;
  }
  .nav-menu {
    position: absolute;
  }
  .hero-image {
    position: relative;
    left: 0vw;
    top: auto;
    right: 0vw;
    bottom: 0px;
    display: block;
    width: 70%;
    height: auto;
    margin-right: auto;
    margin-bottom: 7vw;
    margin-left: auto;
  }
  .black-text {
    margin-bottom: 0px;
    font-size: 18px;
  }
  .hero-content {
    padding-top: 0px;
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .feature-wrap {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .feature-wrap.logos {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }
  .hero-subhead {
    font-size: 24px;
    line-height: 31px;
  }
  .bottom-image-wrap {
    height: auto;
    background-image: none;
  }
  .feature-icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .quote-slider {
    width: 100vw;
    height: auto;
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .quote-wrap {
    width: 70vw;
  }
  .menu-icon {
    color: #fff;
    font-size: 40px;
  }
  .menu-button.w--open {
    background-color: #000;
  }
  .nav-menu-2 {
    min-width: 240px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #000;
  }
  .brand {
    padding-left: 18px;
  }
  .heading-3 {
    font-size: 30px;
    line-height: 30px;
  }
  .h1 {
    font-size: 28px;
  }
  .push-down-column {
    margin-top: 100px;
  }
  .mockup {
    margin-top: 90px;
  }
  .txt-time {
    text-align: center;
  }
  .pin-avatar {
    max-width: 50px;
    margin: 15px auto 0px !important;
    display: block;
  }
  .name-surname,
  .txt-location {
    text-align: center;
    padding-left: 0px;
  }
  .grid .more {
    display: none;
  }

  .txt-body-gray {
    font-size: 12px;
  }
  .txt-body-gray a {
    display: block;
    text-align: center;
  }
  .txt-body-gray a + a {
    margin-left: 0px;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .feature-content {
    margin-top: 0px;
  }

  .card-section .grid-box {
    position: static !important;
    width: 100% !important;
    margin-bottom: 30px;
  }
  .feature-content.icons {
    width: auto;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .feature-content.icons.numbers {
    width: 50%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .button.form-button {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 3px;
  }
  .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    padding-right: 15vw;
    padding-left: 15vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero-image {
    margin-bottom: 10vw;
  }
  .hero-content {
    margin-bottom: 5vh;
    padding-top: 0px;
    text-align: center;
  }
  .feature-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .feature-wrap.icons {
    display: block;
    -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;
  }
  .feature-wrap.icons.numbers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .footer {
    height: 350px;
  }
  .footer-link {
    display: block;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }
  .form-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .input {
    padding-right: 22px;
    padding-left: 22px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0px;
    text-align: center;
  }
  .quote-attribution {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .left-arrow {
    width: 6%;
  }
  .right-arrow {
    width: 6%;
  }
  .menu-icon {
    font-size: 30px;
  }
  .form-block {
    width: 100%;
  }
  .h1 {
    font-size: 19px;
  }
  .line {
    display: block;
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .space80 {
    height: 10px;
  }
  .input-description {
    padding-right: 22px;
    padding-left: 22px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0px;
    text-align: center;
  }
  .mockup {
    max-width: 60%;
    padding-top: 0px;
    margin-top: 30px;
  }
  .avatar {
    width: 50%;
  }
  .name-surname {
    padding-left: 0px;
  }
  .icons-placeholder.share {
    margin-top: 25px;
  }
  .txt-location {
    padding-left: 0px;
  }
  .form-description {
    display: block;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }
  .features-section .text-right,
  .features-section .text-left {
    text-align: center;
  }
  .features-section .line {
    margin: 30px auto;
  }

  .features-section .hide-small {
    display: none;
  }

  .features-section .hide-big {
    display: block;
  }

  .app-section ul {
    margin-bottom: 0px;
  }

  .app-section .feature-title {
    text-align: center;
    margin-top: 30px;
  }

  .app-section .feature-title .black-text {
    text-align: center;
  }

  .txt-body-gray.text-left,
  .txt-body-gray.text-right {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .txt-slider {
    max-width: 100%;
    padding: 0 50px;
  }
  .txt-slider h1 {
    text-align: center;
  }
  .slider {
    height: 400px;;
  }
}

@media (max-width: 479px) {
  .img_rotation {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  h1 {
    font-size: 60px;
    line-height: 70px;
  }
  h3 {
    font-size: 16px;
  }
  .section.center {
    padding-top: 0vh;
    padding-bottom: 10vh;
  }
  .hero {
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .nav-inner {
    width: 100vw;
  }
  .feature-content {
    width: auto;
    margin-top: 0px;
  }
  .feature-content.icons.numbers {
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }
  .heading-2 {
    font-size: 14px;
  }
  .button.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
  }
  .h2 {
    text-align: left;
  }
  .wrap {
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .image-truck {
    display: none;
  }
  .second-holder {
    padding-top: 30px 0px;
  }
  .second-holder .feature-content {
    position: static;
    transform: none;
    margin: 0;
  }
  .button-wrap {
    width: 90vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-image {
    width: 80%;
  }
  .hero-content {
    padding-top: 30px;
  }
  .feature-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature-wrap.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature-image {
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .hero-subhead {
    font-size: 14px;
  }
  .feature-icon {
    margin-bottom: 20px;
  }
  .footer {
    height: 350px;
  }
  .footer-link {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .form-2 {
    width: 90vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .arrow {
    margin-top: 130px;
  }
  .quote-slider {
    width: 100vw;
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .slider-arrow {
    font-size: 24px;
  }
  .left-arrow {
    width: 11%;
  }
  .right-arrow {
    width: 11%;
  }
  .number {
    font-size: 40px;
  }
  .heading-3 {
    font-size: 20px;
    line-height: 25px;
  }
  .push-down-column {
    margin-top: 50px;
  }
  .space80 {
    height: 10px;
  }
  .slide-3 {
    background-image: url('../images/Slide3.png'), -webkit-gradient(linear, left top, left bottom, from(#223153), to(#223153));
    background-image: url('../images/Slide3.png'), linear-gradient(180deg, #223153, #223153);
    background-position: 50% 0px, 0px 0px;
    background-size: 500px, auto;
    background-repeat: no-repeat, repeat;
  }
  .slide-4 {
    background-image: url('../images/Slide4.png'), -webkit-gradient(linear, left top, left bottom, from(#223153), to(#223153));
    background-image: url('../images/Slide4.png'), linear-gradient(180deg, #223153, #223153);
    background-position: 50% 0px, 0px 0px;
    background-size: 500px, auto;
    background-repeat: no-repeat, repeat;
  }
  .mockup {
    max-width: 40%;
    margin-top: 20px;
  }
  .avatar {
    width: 70%;
  }
  .icons-placeholder.share {
    margin-top: 20px;
  }
  .form-description {
    display: block;
    width: 93%;
    margin-right: auto;
    margin-left: auto;
  }
}

#w-node-6824edf0335f-edf0333c {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-6824edf0335f-edf0333c {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-6824edf0335f-edf0333c {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-6824edf0335f-edf0333c {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-6824edf0335f-edf0333c {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-6824edf0335f-edf0333c {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#post_container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 10px;
  height: 100vw;
}
#post_card {
  display: flex;
  flex: 1 1 auto;
  width: 33.3%;
  margin-bottom: 10px;
  border-radius: 10px;
}

.w3-col.s12 {
  width: 50%;
}

/*@media (max-width: 991px){

  #post_container {
    -moz-column-count: 3;
    -moz-column-gap: 0px;
    -webkit-column-count: 3;
    -webkit-column-gap: 0px;
    column-count: 3;
    column-gap:0px;
  }
}

@media (max-width: 766px){

  #post_container{
    -moz-column-count: 2;
    -moz-column-gap: 0px;
    -webkit-column-count: 2;
    -webkit-column-gap: 0px;
    column-count: 2;
    column-gap:0px;
  }
}
@media (max-width: 480px){

  #post_container {
    -moz-column-count: 1;
    -moz-column-gap: 0px;
    -webkit-column-count: 1;
    -webkit-column-gap: 0px;
    column-count: 1;
    column-gap:0px;
  }
}*/

.rotate-90	{
    /*transform: rotate(90deg);*/
    /*overflow: hidden;*/
}
