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

.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.section {
  background-color: transparent;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-top: 82px;
  padding-top: 10px;
  padding-bottom: 0px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  font-size: 13px;
}

.section-2 {
  background-color: transparent;
}

.div-block {
  margin-top: 24px;
  margin-bottom: 24px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 0 4px 4px -3px rgba(0, 0, 0, 0.4);
  color: #fff;
}

.heading {
  overflow: hidden;
  height: 32px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 1px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
}

.heading.light {
  margin-top: 20px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
}

.heading.light.footer {
  height: auto;
  margin-top: 6px;
  font-family: amplitude;
  color: #dadada;
  font-size: 18px;
  font-weight: 400;
}

.paragraph {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 100px;
  padding-left: 100px;
  float: none;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
}

.paragraph.light {
  position: static;
  display: inline-block;
  overflow: visible;
  margin-right: auto;
  margin-bottom: 6px;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 0px;
  float: left;
  clear: none;
  font-family: amplitude;
  color: #a4a4a4;
  font-size: 14px;
  line-height: 30px;
  text-align: left;
}

.paragraph.light.footer {
  margin-top: 4px;
  margin-right: 10px;
  color: #616161;
  font-size: 10px;
  text-align: right;
}

.paragraph.minipost {
  width: 80%;
  max-height: 34px;
  margin-top: 0px;
  float: left;
  clear: left;
  color: #616161;
  line-height: 16px;
}

.paragraph.white {
  font-family: amplitude;
  font-size: 16px;
}

.paragraph.white.left {
  display: inline-block;
  float: left;
}

.paragraph.fixed {
  height: 100px;
}

.paragraph.footer {
  margin-top: 10px;
  padding-right: 16px;
  padding-left: 0px;
  float: right;
  clear: right;
  color: #fff;
  font-size: 11px;
}

.paragraph.aside {
  margin-bottom: 10px;
}

.paragraph.nav-block {
  padding-right: 50px;
}

.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-color: #2a2a2a;
}

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

.column {
  height: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.column-2 {
  height: 100%;
}

.div-block-2 {
  height: 100px;
}

.div-block-3 {
  height: 100px;
  background-image: url('../images/iStock-811478226-1024x683.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.footerlink {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  overflow: hidden;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.footerlink.light {
  display: block;
  color: #979696;
  font-size: 10px;
  line-height: 16px;
}

.grid {
  grid-column-gap: 16px;
  grid-template-areas: ". . ."
    ". . ."
    ". . .";
  -ms-grid-columns: 1fr 16px 1fr 16px 220px;
  grid-template-columns: 1fr 1fr 220px;
  -ms-grid-rows: 180px 360px 360px minmax(1px, 1fr);
  grid-template-rows: 180px 360px 360px minmax(1px, 1fr);
}

.body {
  background-color: #e2e2e2;
}

.div-block-4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  box-shadow: 0 8px 14px -11px #000;
}

.post-item {
  margin-right: 16px;
  margin-bottom: 16px;
  padding-bottom: 1px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 0 7px 10px -10px #000;
}

.div-block-6 {
  overflow: hidden;
  height: 160px;
  border-bottom: 0.5px solid #dadada;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), -webkit-gradient(linear, left top, left bottom, from(#292929), to(#292929));
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(180deg, #292929, #292929);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
}

.paragraph-2 {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  float: none;
  font-size: 12px;
  line-height: 18px;
}

.paragraph-2.light {
  overflow: hidden;
  margin-top: 10px;
  margin-right: 70px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: amplitude;
  color: #000;
  font-size: 19px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
}

.post-div {
  padding: 10px 20px;
}

.quicklinks {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 0 8px 14px -11px #000;
}

.quicklinks.aside {
  padding-top: 20px;
  padding-bottom: 20px;
}

.quicklinks.featured {
  height: 540px;
  margin-right: 10px;
}

.quicklinks.news {
  height: 540px;
  margin-right: 5px;
}

.quicklinks.insights {
  height: 540px;
  margin-left: 5px;
}

.quicklinks.reports {
  overflow: hidden;
  height: 540px;
  margin-left: 10px;
}

.brand {
  margin-top: 16px;
}

.slide {
  background-image: url('../images/iStock-811478226-1024x683.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.grid-2 {
  margin-bottom: 10px;
  grid-column-gap: 16px;
  grid-template-areas: ". .";
  -ms-grid-columns: 0.5fr 16px 0.5fr;
  grid-template-columns: 0.5fr 0.5fr;
  -ms-grid-rows: 180px;
  grid-template-rows: 180px;
}

.div-block-9 {
  padding-top: 32px;
  padding-bottom: 64px;
  background-image: linear-gradient(129deg, #555151, #474040), linear-gradient(180deg, #585757, #585757);
}

.line {
  height: 1px;
  margin: 0px 0px 10px;
  float: none;
  clear: left;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#ddd));
  background-image: linear-gradient(180deg, #ddd, #ddd);
}

.container {
  padding-top: 0px;
}

.div-block-11 {
  margin: 10px;
}

.aside-front {
  margin-right: 16px;
  margin-left: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.section-3 {
  font-size: 18px;
}

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

.slider-2 {
  display: block;
  height: 380px;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.slide-2 {
  background-image: url('../images/iStock-811478226-1024x683.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container-2 {
  height: 100%;
}

.div-block-13 {
  display: block;
  width: 60%;
  height: 180px;
  margin-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.64)), to(rgba(0, 0, 0, 0.64)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.64));
}

.hero-copy-container {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 30px;
}

.button {
  margin: 10px;
}

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

.nav-container {
  height: 30px;
}

.nav-link {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-menu-right {
  float: right;
}

.div-block-14 {
  height: 86px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

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

.link-block {
  margin-top: 0px;
  float: left;
}

.search {
  position: static;
  top: 0px;
  right: 0px;
  display: block;
  width: 240px;
  height: 50px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  float: right;
}

.search-button {
  display: inline-block;
  height: 30px;
  margin-left: 8px;
  padding: 0px 11px;
  float: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#223e70), to(#223e70));
  background-image: linear-gradient(180deg, #223e70, #223e70);
  font-family: amplitude;
  font-size: 13px;
}

.search-input {
  display: inline-block;
  width: 160px;
  height: 30px;
  margin-bottom: 0px;
  float: none;
  font-family: amplitude;
  font-size: 13px;
}

.search-2 {
  position: relative;
  display: inline-block;
  height: 50px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: right;
}

.image {
  position: static;
  display: block;
  margin-top: 11px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
}

.image.footer {
  float: right;
  opacity: 1;
}

.container-4 {
  height: 50px;
}

.password {
  margin-top: 10px;
  margin-bottom: 16px;
  font-family: amplitude;
  color: #aaa;
  font-size: 20px;
  font-weight: 400;
}

.image-2 {
  display: block;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
}

.text-field {
  margin-bottom: 16px;
  border: 1px solid #666464;
  border-radius: 4px;
  font-family: amplitude;
  color: #8b8b8b;
}

.submit-button {
  border-radius: 0px;
  background-color: #223e70;
  font-family: amplitude;
  color: #c9c9c9;
}

.nav-menu {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.navdorpdown {
  position: relative;
  display: inline-block;
  height: 50px;
  padding: 0px 20px 0px 8px;
  font-size: 13px;
  font-weight: 400;
}

.navdorpdown.w--open {
  display: inline-block;
}

.dwopdownarrow {
  position: absolute;
  display: inline-block;
  margin-right: 4px;
  float: left;
}

.navbar-2 {
  background-color: #fff;
}

.nav-link-2 {
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 13px;
  text-align: left;
}

.text-block {
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: amplitude;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}

.dropdown {
  font-size: 14px;
}

.dropdown-list {
  background-color: transparent;
  opacity: 1;
}

.dropdown-list.w--open {
  background-color: #fff;
}

.dropdown-list.aboutus {
  position: static;
  left: 0px;
  top: 0px;
  display: inline-block;
  overflow: visible;
  float: none;
  clear: none;
}

.nav-container-below {
  display: block;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

.dropdownsub {
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
}

.icon {
  float: right;
}

.dropdown-link {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  background-color: transparent;
  font-family: amplitude;
  color: #000;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
}

.dropdown-link:hover {
  background-color: #a7a7a7;
}

.dropdown-link:active {
  border-bottom: 1px solid #7a7a7a;
  background-color: #dadada;
  opacity: 1;
}

.dropdown-link:focus {
  background-color: #616161;
  color: #fff;
}

.dropdown-link-sub {
  background-color: #fff;
}

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

._3-posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-bottom: 90px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-7 {
  width: 100%;
  max-width: 1200px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.posts-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-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;
}

.posts-collection-list-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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.posts-collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -25px -10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

._3-collection-item {
  width: 33.33333333%;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.navbar-3 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 49px;
  background-color: #fff;
}

.hero-section {
  margin-top: 70px;
  margin-bottom: 0px;
  padding: 100px 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.67)), to(hsla(0, 0%, 100%, 0.67))), url('../images/shutterstock_260344292-copy-2108x1400.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.67), hsla(0, 0%, 100%, 0.67)), url('../images/shutterstock_260344292-copy-2108x1400.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  color: #000;
  font-size: 16px;
  line-height: 24px;
}

.hero-section.frontpage {
  display: block;
  height: 800px;
  margin-bottom: 0px;
  padding-top: 304px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.59)), to(rgba(0, 0, 0, 0.59))), url('../images/17802.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.59), rgba(0, 0, 0, 0.59)), url('../images/17802.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
}

.hero-section.frontpage.ui {
  height: auto;
  padding-top: 0px;
  background-image: none;
  background-position: 0px 0px;
}

.hero-section.news {
  background-image: url('../images/working-men.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.hero-section.about {
  height: 50vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-section.parent {
  display: block;
  height: 70vh;
  margin-top: 70px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  background-color: #2a2a2a;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.hero-section.parent.privacy {
  height: 30vh;
}

.hero-slider {
  display: block;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  box-shadow: none;
}

.body-3 {
  display: block;
  -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: #dadada;
  -o-object-fit: none;
  object-fit: none;
}

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

.column-4 {
  padding-right: 0px;
}

.image-3 {
  position: static;
  overflow: hidden;
}

.paragraph-file {
  overflow: hidden;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 8px;
  float: none;
  color: #616161;
  font-size: 12px;
  line-height: 16px;
}

.heading-post {
  display: inline-block;
  overflow: hidden;
  max-height: 78px;
  margin: 0px 10px 8px 0px;
  font-family: amplitude;
  color: #2a2a2a;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}

.heading-post.light {
  margin-top: 20px;
  color: #fff;
}

.heading-post.frontpage {
  overflow: hidden;
  height: 27px;
  max-height: 27px;
  margin-bottom: 4px;
}

.div-block-15 {
  height: 180px;
  background-color: #fff;
  box-shadow: 0 8px 14px -11px #000;
}

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

.columns-2 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.new-report {
  margin-top: 16px;
  margin-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 0 4px 4px -3px rgba(0, 0, 0, 0.4);
  color: #fff;
}

.link {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  overflow: hidden;
  width: 80%;
  max-height: 40px;
  float: left;
  font-family: amplitude;
  color: #223e70;
  font-size: 13px;
  line-height: 18px;
}

.link.person {
  display: block;
  width: 100%;
  height: 20px;
  max-height: 20px;
  margin-bottom: 4px;
}

.grid-3 {
  height: 100px;
  grid-template-areas: ". .";
  -ms-grid-columns: minmax(100px, 100px) 1fr;
  grid-template-columns: minmax(100px, 100px) 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-16 {
  overflow: hidden;
  padding: 8px 16px;
}

.heading-new-report {
  overflow: hidden;
  height: 40px;
  max-height: 40px;
  margin: 0px 0px 4px;
  direction: ltr;
  font-family: amplitude;
  color: #000;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}

.heading-new-report.light {
  margin-top: 20px;
  color: #fff;
}

.div-block-17 {
  display: block;
  overflow: hidden;
  width: 80px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: 125px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.image-4 {
  position: relative;
  right: 20%;
  display: inline-block;
  overflow: auto;
  background-color: #000;
}

.div-block-18 {
  position: static;
  display: block;
  overflow: hidden;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.columns-3 {
  overflow: hidden;
  height: 100px;
  max-height: 100px;
}

.div-block-19 {
  display: block;
  overflow: hidden;
  width: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
}

.image-5 {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-right: 4px;
  padding-left: 0px;
  float: left;
}

.container-8 {
  margin-top: 0px;
  margin-bottom: 10px;
}

.empty-state {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
  border: 1px none #9b9b9b;
  border-radius: 16px;
  background-color: transparent;
}

.text-block-3 {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  font-weight: 700;
  text-align: center;
}

.image-6 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.paragraph-3 {
  display: block;
  width: 80%;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  color: rgba(51, 51, 51, 0.51);
  font-size: 12px;
  text-align: center;
}

.heading-2 {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.heading-nothingfound {
  display: block;
  width: 80%;
  margin-top: 6px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  font-family: amplitude;
  color: rgba(51, 51, 51, 0.41);
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}

.learnmore {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  overflow: hidden;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.learnmore.light {
  display: block;
  color: #fff;
}

.div-block-20 {
  margin-top: 32px;
  float: none;
}

.footer-div {
  padding-top: 32px;
  padding-bottom: 128px;
  background-color: #0e3850;
  background-image: none;
}

.columns-4 {
  margin-top: 20px;
  margin-bottom: 0px;
}

.collection-item {
  margin-bottom: 0px;
}

.postlink {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  overflow: hidden;
  height: 20px;
  max-height: 20px;
  float: left;
  font-family: amplitude;
  color: #223e70;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.postlink:visited {
  color: #616161;
}

.postlink.light {
  display: block;
  color: #b6b6b6;
  font-size: 12px;
  line-height: 24px;
}

.minipost-aside {
  margin-top: 1px;
  margin-bottom: 4px;
  padding-top: 0px;
  padding-bottom: 8px;
  border-style: none none solid;
  border-width: 1px 1px 0.5px;
  border-color: #000 #000 #d8d8d8;
}

.heading-3 {
  overflow: hidden;
  max-height: 24px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 24px;
}

.heading-3.minipost {
  width: 85%;
  height: 20px;
  max-height: 20px;
  float: left;
  font-family: amplitude;
  color: #223e70;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
}

.heading-3.minipost:hover {
  color: #4d70ad;
}

.image-8 {
  height: 20px;
  margin-left: 4px;
  float: right;
  color: #0009da;
}

.image-8.minipost-aside {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: right;
  border-bottom-style: none;
}

.image-8.arrow {
  float: right;
}

.section-5 {
  padding-top: 36px;
  padding-bottom: 166px;
  border-style: none;
  border-width: 1px 1px 0.5px;
  border-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 55, 80, 0.84)), to(rgba(14, 55, 80, 0.84))), url('../images/1108.jpg');
  background-image: linear-gradient(180deg, rgba(14, 55, 80, 0.84), rgba(14, 55, 80, 0.84)), url('../images/1108.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-5._66 {
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.86)), to(hsla(0, 0%, 100%, 0.86))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/8865.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.86), hsla(0, 0%, 100%, 0.86)), linear-gradient(180deg, transparent, transparent), url('../images/8865.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.section-5.ss {
  padding-top: 42px;
  padding-bottom: 77px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.94)), to(hsla(0, 0%, 100%, 0.94))), url('../images/17809.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.94), hsla(0, 0%, 100%, 0.94)), url('../images/17809.jpg');
}

.section-5.cfg.ssss {
  padding-top: 32px;
  padding-bottom: 121px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.88)), to(hsla(0, 0%, 100%, 0.88))), url('../images/17802.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.88), hsla(0, 0%, 100%, 0.88)), url('../images/17802.jpg');
}

.homepage-master-slide {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.78)), to(rgba(0, 0, 0, 0.78)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.78));
}

.div-block-21 {
  height: 345px;
  background-image: url('../images/iStock-811478226-1024x683.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.div-block-22 {
  display: block;
  width: 300px;
  height: 200px;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  float: left;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.73)), to(rgba(0, 0, 0, 0.73)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.73), rgba(0, 0, 0, 0.73));
}

.grid-4 {
  -ms-grid-rows: auto 14vw;
  grid-template-rows: auto 14vw;
}

.hero-image {
  height: 100%;
  background-image: url('../images/euroone-artificialintelligence.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

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

.hero-image.slide-2 {
  height: auto;
  padding-right: 0px;
  padding-bottom: 69px;
  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/8865.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/8865.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.hero-image.slide-3 {
  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/17802.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/17802.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  text-align: left;
}

.slide-1 {
  padding-bottom: 29px;
}

.slider-div {
  position: absolute;
  bottom: 40px;
  display: block;
  width: 500px;
  max-width: 600px;
  margin-top: auto;
  margin-bottom: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.container-9 {
  padding-bottom: 0px;
}

.paragraph-4 {
  margin-bottom: 0px;
  padding: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
}

.main-button {
  display: block;
  width: 160px;
  margin-top: 20px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  float: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border: 1px solid #223e70;
  background-color: #2a2a2a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2a2a2a), to(#2a2a2a));
  background-image: linear-gradient(180deg, #2a2a2a, #2a2a2a);
  font-family: amplitude;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.main-button:hover {
  border-style: solid;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#223e70), to(#223e70));
  background-image: linear-gradient(180deg, #fff, #fff), linear-gradient(180deg, #223e70, #223e70);
  color: #223e70;
}

.main-button:active {
  color: #4d70ad;
}

.main-button.quicknav {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 16px;
  float: left;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#223e70), to(#223e70));
  background-image: linear-gradient(180deg, #223e70, #223e70);
}

.main-button.quicknav:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#223e70), to(#223e70));
  background-image: linear-gradient(180deg, #fff, #fff), linear-gradient(180deg, #223e70, #223e70);
  color: #223e70;
}

.main-button.quicknav:active {
  border-color: #4d70ad;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#223e70), to(#223e70));
  background-image: linear-gradient(180deg, #fff, #fff), linear-gradient(180deg, #223e70, #223e70);
}

.main-button.search {
  display: block;
  width: 18%;
  height: 40px;
  margin-top: 0px;
  padding-bottom: 9px;
  float: right;
}

.main-button.center {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.main-button.stick-to-bottom {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 1px;
  overflow: visible;
  margin-left: 0px;
}

.main-button.aside {
  display: inline-block;
  width: auto;
  margin-top: 10px;
  margin-right: 10px;
}

.main-button.aside.w--current {
  margin-top: 10px;
  border-style: solid;
  border-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dadada), to(#dadada));
  background-image: linear-gradient(180deg, #dadada, #dadada);
  color: #616161;
}

.container-10 {
  position: relative;
  display: inline;
}

.div-block-24 {
  height: 100px;
  padding-top: 0px;
}

.icon-3 {
  font-size: 24px;
}

.icon-4 {
  font-size: 24px;
}

.image-9 {
  display: block;
  margin: 12px auto;
}

.brand-2 {
  float: left;
}

.nav-link-3 {
  height: 49px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.menu-button-4 {
  margin-top: 83px;
}

.container-11 {
  width: 100%;
  height: 50px;
}

.navbar-master {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  height: 70px;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, right top, left top, color-stop(7%, #dadada), color-stop(18%, #fff), color-stop(85%, #fff), color-stop(93%, #dadada));
  background-image: linear-gradient(180deg, #fff, #fff), linear-gradient(270deg, #dadada 7%, #fff 18%, #fff 85%, #dadada 93%);
  box-shadow: 0 3px 50px -25px rgba(0, 0, 0, 0.5);
}

.brand-3 {
  position: static;
  display: block;
  height: 50px;
  float: left;
}

.brand-3.w--current {
  height: auto;
}

.text-block-4 {
  margin-top: 2px;
}

.nav-menu-2 {
  display: block;
  width: 80%;
  margin-right: 0px;
  float: right;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 17px;
  padding-left: 7px;
  -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;
}

.text-block-5 {
  position: static;
  display: inline-block;
  float: none;
  direction: ltr;
  font-size: 13px;
  text-align: left;
}

.section-7 {
  margin-top: 66px;
}

.dropdown-link-2 {
  font-size: 12px;
}

.dropdown-link-3 {
  font-size: 14px;
}

.blog-post-header {
  display: block;
  height: 100%;
  max-width: 1100px;
  margin-top: 70px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0vh;
  padding-bottom: 0vh;
  border-bottom: 0px none #ddd;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
  text-align: center;
}

.post-info-wrapper {
  margin-top: 4vh;
  margin-bottom: 2vh;
  font-size: 10px;
}

.post-info {
  display: inline-block;
  margin-right: 8px;
  color: #616161;
  font-size: 12px;
  line-height: 125%;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.post-info.when-link {
  color: #dadada;
  text-decoration: none;
}

.post-info.when-link:hover {
  color: #333;
}

.blog-page-title {
  margin-right: 7%;
  margin-bottom: 19px;
  margin-left: 7%;
  color: #fff;
}

.content-wrapper {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.blog-body-wrapper {
  padding: 40px 40px 0px;
}

.button-wrapper {
  margin-top: 80px;
  margin-bottom: 80px;
  color: green;
  text-align: center;
}

.button-3 {
  display: inline-block;
  padding: 11px 20px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 0 1px #ddd;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #333;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
}

.button-3:hover {
  box-shadow: 0 0 0 1px #333;
}

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

.div-block-26 {
  display: block;
  overflow: hidden;
  margin: 15vh auto;
  background-color: rgba(0, 0, 0, 0.69);
}

.image-10 {
  position: relative;
  bottom: 100%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.body-4 {
  background-color: #dadada;
}

.container-12 {
  margin-top: 20px;
  margin-bottom: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

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

.div-block-27 {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  background-color: #dadada;
}

.column-7 {
  padding-right: 5px;
}

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

.section-9 {
  background-color: #2a2a2a;
}

.collection-item-2 {
  margin-top: 0px;
  padding-top: 4px;
  padding-right: 16px;
  padding-left: 16px;
}

.blog-post-header-2 {
  display: inline;
  max-width: 1100px;
  margin-top: 70px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #ddd;
  background-color: transparent;
  text-align: center;
}

.post-info-wrapper-2 {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 10px;
}

.post-info-2 {
  display: inline-block;
  margin-right: 8px;
  color: #969696;
  font-size: 12px;
  line-height: 125%;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.post-info-2.when-link {
  text-decoration: none;
}

.post-info-2.when-link:hover {
  color: #333;
}

.blog-page-title-2 {
  position: absolute;
  display: inline;
  margin-right: 7%;
  margin-bottom: 19px;
  margin-left: 7%;
  color: #fff;
}

.container-13 {
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.full-container {
  position: relative;
  display: block;
  height: 70vh;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 0px;
  background-color: transparent;
}

.full-container.header {
  width: 100%;
  height: 100%;
  max-width: 100%;
  background-color: transparent;
}

.full-container.privacy {
  height: 30vh;
}

.section-tittle-block {
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-weight: 100;
  text-align: center;
}

.section-tittle-block.page-header {
  display: block;
}

.section-tittle-block.page-header.page {
  width: 500px;
  margin-top: 0px;
  background-color: rgba(0, 0, 0, 0.4);
}

.section-tittle-block.page-header {
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: none;
}

.section-tittle-block.page-header.blog {
  display: block;
  width: 70%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 120px;
}

.section-tittle-block.parent {
  position: absolute;
  left: 0px;
  bottom: 20px;
  display: block;
  margin-left: 10px;
  padding: 20px 40px;
  float: left;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.section-tittle {
  position: static;
  left: 10px;
  bottom: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: amplitude;
  color: #fff;
  font-size: 38px;
  line-height: 50px;
  font-weight: 500;
  text-align: left;
}

.section-tittle.big-transparent {
  position: relative;
  display: none;
  color: rgba(26, 26, 26, 0.03);
  font-size: 100px;
  font-weight: 700;
}

.section-tittle.white {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  font-family: amplitude;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
  text-shadow: 0 10px 6px #000;
}

.section-tittle.white {
  margin-bottom: 0px;
  color: #fff;
  font-size: 32px;
  line-height: 42px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.4);
}

.section-tittle.light {
  display: block;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  font-family: amplitude;
  color: #fff;
  text-shadow: 0 5px 10px #000;
}

.section-tittle.light.left {
  float: none;
  font-size: 42px;
  line-height: 52px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
}

.news-grid {
  margin-top: 20px;
  border-style: none;
  border-width: 1px 1px 0.5px;
  border-color: #000;
}

.article-preview-div {
  position: relative;
  display: block;
  overflow: hidden;
  height: 470px;
  max-height: 470px;
  margin-bottom: 20px;
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 0 7px 10px -10px #000;
}

.article-preview-div.frontpage {
  height: 370px;
  max-height: 370px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.article-preview-div.collection {
  height: 420px;
  max-height: 420px;
}

.news-thumbnail {
  overflow: hidden;
  height: 20vh;
}

.collection-item-3 {
  margin-bottom: 20px;
}

.post-details {
  display: inline-block;
  overflow: hidden;
  height: 24px;
  max-height: 24px;
  max-width: 59%;
  margin-top: 4px;
  margin-right: 8px;
  margin-bottom: 0px;
  float: right;
  font-family: amplitude;
  color: #aaa;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  text-transform: none;
}

.post-details.quicklinks {
  height: 20px;
  max-height: 20px;
  margin-top: 0px;
  float: left;
  background-image: none;
  box-shadow: none;
  color: #aaa;
  line-height: 20px;
}

.post-details.frontpage {
  float: right;
  color: #aaa;
}

.post-details-link {
  display: inline-block;
  overflow: hidden;
  height: 20px;
  max-height: 20px;
  max-width: 39%;
  margin-right: 8px;
  float: left;
  color: #616161;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.post-details-link.w--current {
  padding-top: 1px;
  padding-bottom: 2px;
  float: left;
  color: #a3a3a3;
  font-size: 10px;
  text-decoration: none;
}

.post-details-link.w--current:hover {
  color: #4d70ad;
}

.post-details-link.w--current:visited {
  color: #616161;
}

.quicklink-footer {
  border-style: none;
  border-width: 1px 1px 0.5px;
  border-color: #000;
}

.quicklink-footer:hover {
  border-width: 0.5px;
  border-color: #223e70;
}

.column-9 {
  padding-right: 0px;
}

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

.column-12 {
  position: relative;
  display: block;
}

.columns-5 {
  margin-bottom: 20px;
}

.paragraph-quicklink {
  overflow: hidden;
  height: 50px;
  max-height: 50px;
  margin-right: 0px;
  margin-bottom: 10px;
  float: none;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #616161;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}

.paragraph-quicklink.light {
  float: right;
  clear: right;
  color: #a8a8a8;
  text-align: right;
}

.paragraph-quicklink.light.footer {
  margin-top: 4px;
  margin-right: 10px;
}

.paragraph-quicklink.minipost {
  width: 80%;
  max-height: 34px;
  margin-top: 4px;
  float: left;
  clear: left;
  color: #616161;
  line-height: 16px;
}

.heading-quicklink {
  margin: 0px 0px 8px;
  font-family: amplitude;
  color: #2a2a2a;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}

.heading-quicklink.light {
  margin-top: 20px;
  color: #fff;
}

.slider-div-wrapper {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  margin: auto -716px 369px 411px;
  padding: 32px;
  border: 1px solid #fff;
  border-radius: 11px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 121, 31, 0.5)), to(rgba(21, 121, 31, 0.5)));
  background-image: linear-gradient(180deg, rgba(21, 121, 31, 0.5), rgba(21, 121, 31, 0.5));
}

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

.link-block-2:hover {
  opacity: 0.6;
}

.link-block-quicklinks {
  width: 100%;
  float: left;
}

.link-block-quicklinks:hover {
  opacity: 0.6;
}

.link-block-3 {
  float: right;
}

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

.link-block-4 {
  width: 100%;
  float: left;
}

.author-hero-image {
  display: block;
  max-width: 1100px;
  margin-top: 70px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0vh;
  padding-bottom: 0vh;
  border-bottom: 1px none #ddd;
  background-color: transparent;
  background-image: none;
  text-align: center;
}

.image-11 {
  display: block;
  margin: auto;
}

.div-block-28 {
  display: block;
  width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding: 64px 32px 32px;
}

.profile-image {
  position: static;
  display: none;
  overflow: hidden;
  width: 120px;
  height: 120px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dadada), to(#dadada));
  background-image: linear-gradient(180deg, #dadada, #dadada);
}

.heading-4 {
  margin-top: 10px;
  font-family: amplitude;
  color: #fff;
  font-size: 32px;
  font-weight: 400;
}

.paragraph-5 {
  padding-right: 0px;
  padding-left: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

.collection-list-wrapper {
  margin-top: 16px;
  margin-bottom: 16px;
}

.body-5 {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dadada), to(#dadada));
  background-image: linear-gradient(180deg, #dadada, #dadada);
}

.collection-item-4 {
  position: static;
  display: block;
  overflow: visible;
  float: left;
  clear: none;
}

.paragraph-6 {
  display: inline-block;
  float: right;
}

.link-block-5 {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  height: 20px;
  max-height: 20px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  float: right;
  font-family: amplitude;
  color: #223e70;
  font-size: 14px;
}

.link-block-5:hover {
  color: #4d70ad;
}

.link-block-5.frontpage {
  height: 30px;
  max-height: 30px;
  padding: 4px 5px 4px 15px;
  float: right;
  border: 1px solid #dadada;
  border-radius: 4px;
}

.category-button {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  overflow: hidden;
  width: auto;
  height: 24px;
  margin: 4px 8px 4px auto;
  padding: 2px 10px;
  float: left;
  clear: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 4px;
  background-color: #efefef;
  font-family: amplitude;
  color: #aaa;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
}

.category-button:hover {
  background-color: #616161;
  color: #dadada;
}

.category-button:active {
  background-color: #fff;
  color: #223e70;
}

.category-button:focus {
  background-color: #4d70ad;
  color: #dadada;
}

.category-button:visited {
  background-color: #4d70ad;
  color: #dadada;
}

.category-buttons {
  padding: 10px 20px 0px;
}

.bottom-div {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 10px 20px 0px;
}

.mini-profile-image {
  display: none;
  overflow: hidden;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  float: left;
  border-radius: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dadada), to(#dadada));
  background-image: linear-gradient(180deg, #dadada, #dadada);
}

.div-block-29 {
  display: none;
  width: 50%;
  float: left;
}

.container-14 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#223e70), to(#223e70));
  background-image: linear-gradient(180deg, #223e70, #223e70);
}

.heading-5 {
  margin-top: 10px;
  padding-right: 32px;
  padding-left: 32px;
  font-family: amplitude;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
}

.container-15 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2a2a2a), to(#2a2a2a));
  background-image: linear-gradient(180deg, #2a2a2a, #2a2a2a);
}

.heading-6 {
  font-family: amplitude;
  font-size: 32px;
}

.link-2 {
  font-family: amplitude;
}

.paragraph-7 {
  overflow: hidden;
  height: 43px;
  max-height: 43px;
  margin-bottom: 4px;
  font-size: 14px;
}

.text-block-6 {
  color: #909090;
}

.search-input-2 {
  display: inline-block;
  width: 80%;
  height: 40px;
  float: left;
  font-family: amplitude;
}

.container-16 {
  margin-top: 70px;
  margin-bottom: 40px;
  padding-right: 0px;
  padding-left: 0px;
}

.search-result-item {
  padding: 10px 20px;
  border-bottom: 0.5px solid #dadada;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

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

.div-block-30 {
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: transparent;
}

.missing-content {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.empty-state-2 {
  display: block;
  float: none;
  background-color: transparent;
}

.collection-list-wrapper-2 {
  display: block;
  float: left;
}

.empty-state-3 {
  float: none;
  background-color: transparent;
}

.text-block-7 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
  text-align: center;
}

.container-17 {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #fff;
}

.body-7 {
  background-color: #dadada;
}

.column-16 {
  display: block;
}

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

.empty-state-4 {
  background-color: transparent;
}

.empty-state-5 {
  display: none;
  background-color: transparent;
}

.empty-state-6 {
  display: none;
  background-color: transparent;
}

.text-block-8 {
  padding-right: 20px;
  padding-left: 20px;
  font-size: 12px;
  text-align: center;
}

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

.div-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 87px;
  -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;
}

.heading-7 {
  font-family: amplitude;
  color: #616161;
  font-size: 23px;
  text-transform: uppercase;
}

.text-block-9 {
  margin-bottom: 16px;
  color: #616161;
}

.div-block-32 {
  overflow: hidden;
}

.image-13 {
  display: block;
}

.section-10 {
  margin-top: 70px;
}

.div-block-33 {
  position: relative;
  z-index: 12;
  overflow: hidden;
  height: 200px;
  padding-top: 0px;
}

.div-block-34 {
  position: static;
  display: block;
}

.image-14 {
  position: static;
  display: block;
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.div-block-35 {
  position: static;
  display: block;
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
}

.heading-8 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: amplitude;
  color: #fff;
  text-align: center;
}

.div-block-36 {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.text-block-10 {
  position: static;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-align: left;
}

.div-block-37 {
  position: relative;
  left: 50%;
  top: 0px;
  bottom: 0px;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}

.div-block-38 {
  position: static;
  display: block;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.blog-post-header-3 {
  margin-top: 70px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px solid #ddd;
  background-color: transparent;
  text-align: center;
}

.post-info-wrapper-3 {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 10px;
}

.blog-page-title-3 {
  position: relative;
  margin-right: 7%;
  margin-bottom: 19px;
  margin-left: 7%;
}

.div-block-39 {
  position: relative;
  bottom: 100%;
  z-index: 1;
  display: block;
}

.div-block-40 {
  position: relative;
}

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

.info-wrapper {
  display: inline-block;
  width: 100%;
  float: none;
  text-align: left;
}

.info-wrapper.div {
  position: absolute;
  left: 10px;
  bottom: 20px;
  display: block;
  width: auto;
  margin-top: 20px;
  padding: 20px 40px;
  background-color: rgba(0, 0, 0, 0.7);
}

.percentage {
  position: absolute;
  display: block;
  width: 70px;
  height: 30px;
  margin: 10px;
  padding: 4px 8px;
  border-radius: 100px;
  background-color: rgba(174, 6, 216, 0.89);
  box-shadow: 4px 4px 17px 0 rgba(46, 50, 60, 0.18);
  color: #fff;
  text-align: center;
}

.percentage.blog {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 30px;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 0px;
  padding: 6px 10px;
  float: none;
  border-radius: 5px;
  background-color: #2a2a2a;
  font-size: 10px;
  text-transform: uppercase;
}

.percentage.blog.center {
  position: relative;
  display: block;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-right: 20px;
  padding-bottom: 7px;
  padding-left: 20px;
  float: left;
  background-color: #dadada;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #616161;
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
}

.page-header {
  padding-top: 100px;
  padding-bottom: 100px;
  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/2343244545.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/2343244545.jpg');
  background-position: 0px 0px, 50% 80%;
  background-size: auto, cover;
}

.page-header.blog-single {
  height: 70vh;
  margin-top: 70px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.white {
  height: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  float: none;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.white.right {
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
  float: left;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.div-block-41 {
  display: none;
  overflow: hidden;
  width: 40px;
  height: 40px;
  margin-right: 8px;
  float: left;
  border-radius: 50%;
}

.image-15 {
  float: left;
}

.link-block-7 {
  position: static;
  display: inline-block;
  overflow: visible;
  margin-right: 0px;
  margin-left: auto;
  float: none;
}

.column-19 {
  position: static;
  display: block;
  overflow: visible;
}

.section-11 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.body-8 {
  background-color: #dadada;
}

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

.container-19 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-block-11 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: amplitude;
  font-size: 16px;
  text-align: center;
}

.empty-state-7 {
  display: none;
  margin-bottom: 20px;
  background-color: transparent;
}

.wrapper-story {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 71px;
  padding: 34px 20px 61px 18px;
  border-radius: 16px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.86)), to(hsla(0, 0%, 100%, 0.86)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.86), hsla(0, 0%, 100%, 0.86));
  box-shadow: 0 8px 11px -10px rgba(0, 0, 0, 0.3);
}

.wrapper-story.overlap {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 40px;
}

.wrapper-story.about-card {
  display: block;
  padding: 0px;
}

.wrapper-story.about {
  min-height: 360px;
  box-shadow: none;
}

.wrapper-story.about._3 {
  min-height: 270px;
}

.wrapper-story.about._1 {
  min-height: 240px;
}

.wrapper-story.nav-block {
  margin-bottom: 20px;
  padding-bottom: 40px;
}

.container-story {
  margin-top: 23px;
}

.heading-story {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #4c4c4c;
  font-size: 27px;
  line-height: 32px;
  text-align: center;
}

.heading-story:hover {
  color: #686868;
}

.wrapper-item {
  display: block;
  overflow: hidden;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-44 {
  display: block;
  overflow: hidden;
  height: 25vh;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0.5px solid #dadada;
  border-radius: 0%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-44.card {
  display: block;
  height: 80px;
  border-style: none;
}

.div-block-44.card.vertical {
  height: 350px;
}

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

.column-20.col-left {
  position: static;
  overflow: visible;
}

.column-20.col-left.card {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

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

.column-21 {
  padding-right: 40px;
  padding-left: 40px;
}

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

.column-21.col-left {
  position: relative;
  overflow: visible;
  padding-right: 0px;
  padding-left: 0px;
}

.columns-7 {
  margin-right: 0px;
  margin-left: 0px;
}

.columns-7.card {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-16 {
  width: 60px;
  margin-bottom: 0px;
}

.profile-image-60px {
  display: block;
  overflow: hidden;
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  border-radius: 4%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.member-header {
  display: block;
  margin: 0px auto 8px;
  font-family: amplitude;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
}

.member-paragraph {
  overflow: hidden;
  margin-right: 0px;
  margin-bottom: 0px;
  float: none;
  font-size: 12px;
  line-height: 16px;
}

.member-paragraph.light {
  float: none;
  clear: right;
  font-family: amplitude;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
}

.member-paragraph.light.footer {
  margin-top: 4px;
  margin-right: 10px;
  color: #616161;
  font-size: 10px;
}

.member-paragraph.minipost {
  width: 80%;
  max-height: 34px;
  margin-top: 0px;
  float: left;
  clear: left;
  color: #616161;
  line-height: 16px;
}

.member-paragraph.white {
  font-family: amplitude;
  font-size: 16px;
}

.member-paragraph.white.left {
  display: inline-block;
  float: left;
}

.member-paragraph.fixed {
  max-height: 180px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
}

.member-role {
  margin-top: 0px;
  margin-bottom: 4px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #616161;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  text-align: left;
}

.div-block-45 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px;
}

.collection-item-6 {
  margin-bottom: 20px;
}

.no-items {
  padding: 10px;
}

.empty-state-8 {
  display: none;
  background-color: transparent;
}

.column-24.fixed {
  height: 140px;
}

._3-collums {
  margin-top: -26px;
  padding-right: 60px;
}

.div-block-48 {
  padding: 0px 20px;
}

.div-block-49 {
  padding-right: 0px;
}

.lightbox-div {
  display: block;
  overflow: hidden;
  height: 240px;
}

.image-17 {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  min-height: 240px;
  margin-right: auto;
  margin-left: auto;
}

.collum-header {
  overflow: visible;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: amplitude;
  font-size: 24px;
  line-height: 30px;
}

.three-collums.fixed {
  height: 140px;
}

.collection-item-7 {
  position: static;
  display: inline;
  float: left;
  clear: none;
}

.collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto 40px;
  float: none;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.collection-item-8 {
  display: block;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.collection-list-2 {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about-card {
  display: inline-block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-50 {
  background-color: transparent;
}

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

.tag-buttons {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  float: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border: 0.5px none #223e70;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dadada)), -webkit-gradient(linear, left top, left bottom, from(#dadada), to(#dadada));
  background-image: linear-gradient(180deg, #fff, #dadada), linear-gradient(180deg, #dadada, #dadada);
  font-family: amplitude;
  color: #616161;
  text-align: center;
  text-decoration: none;
}

.tag-buttons:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#223e70), to(#223e70));
  background-image: linear-gradient(180deg, #fff, #fff), linear-gradient(180deg, #223e70, #223e70);
  color: #223e70;
}

.tag-buttons:active {
  color: #4d70ad;
}

.tag-buttons.quicknav {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 16px;
  float: left;
}

.tag-buttons.quicknav:active {
  border-color: #4d70ad;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#223e70), to(#223e70));
  background-image: linear-gradient(180deg, #fff, #fff), linear-gradient(180deg, #223e70, #223e70);
}

.tag-buttons.search {
  display: block;
  width: 18%;
  height: 40px;
  padding-bottom: 9px;
  float: right;
}

.tag-buttons.center {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.tag-buttons.stick-to-bottom {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: visible;
  margin-left: 10px;
}

.collection-item-9 {
  margin-right: 10px;
}

.category-button-holder {
  padding: 20px;
}

.columns-8 {
  background-color: #2a2a2a;
}

.mini-category-collums {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#616161), to(#616161));
  background-image: linear-gradient(180deg, #616161, #616161);
}

.story-block-div {
  padding: 0px 20px;
}

.empty-state-9 {
  display: none;
}

.empty-state-10 {
  display: none;
}

.empty-state-11 {
  display: none;
}

.optional-article-field {
  margin-top: -20px;
  margin-bottom: 20px;
}

.article-video {
  margin-right: 10%;
  margin-left: 10%;
  padding: 20px 20px 40px;
}

.article-file-attached {
  margin-right: 10%;
  margin-left: 10%;
  padding: 20px;
}

.main-button-download-file {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  float: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border: 0.5px solid #223e70;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#223e70), to(#223e70));
  background-image: linear-gradient(180deg, #223e70, #223e70);
  font-family: amplitude;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.main-button-download-file:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#223e70), to(#223e70));
  background-image: linear-gradient(180deg, #fff, #fff), linear-gradient(180deg, #223e70, #223e70);
  color: #223e70;
}

.main-button-download-file:active {
  color: #4d70ad;
}

.main-button-download-file.quicknav {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 16px;
  float: left;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#223e70), to(#223e70));
  background-image: linear-gradient(180deg, #223e70, #223e70);
}

.main-button-download-file.quicknav:active {
  border-color: #4d70ad;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#223e70), to(#223e70));
  background-image: linear-gradient(180deg, #fff, #fff), linear-gradient(180deg, #223e70, #223e70);
}

.main-button-download-file.search {
  display: block;
  width: 18%;
  height: 40px;
  padding-bottom: 9px;
  float: right;
}

.main-button-download-file.center {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.main-button-download-file._50 {
  width: 50%;
}

.main-button-download-file.stick-to-bottom {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 1px;
  overflow: visible;
  margin-left: 0px;
}

.article-external-link {
  margin-right: 10%;
  margin-left: 10%;
  padding: 20px;
}

.link-3 {
  max-width: 100%;
}

.article-file-type {
  display: inline-block;
  overflow: hidden;
  max-height: 78px;
  margin: 0px 10px 8px 0px;
  font-family: amplitude;
  color: #4d70ad;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}

.article-file-type.light {
  margin-top: 20px;
  color: #fff;
}

.article-file-type.frontpage {
  overflow: hidden;
  height: 27px;
  max-height: 27px;
}

.empty-state-12 {
  display: none;
}

.empty-state-13 {
  display: block;
}

.paragraph-file-type {
  display: inline-block;
  overflow: hidden;
  margin: 8px 0px 8px 10px;
  float: none;
  color: #616161;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
}

.section-categories {
  padding: 20px 20px 40px;
}

.body-9 {
  background-color: #dadada;
}

.collection-item-10 {
  margin-bottom: 20px;
}

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

.empty-state-14 {
  display: block;
  background-color: transparent;
}

.collection-list-3 {
  margin-bottom: 20px;
}

.tag-header {
  display: inline-block;
  font-family: amplitude;
  text-transform: uppercase;
}

.header-tag {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  font-family: amplitude;
  text-align: center;
  text-transform: uppercase;
}

.header-tag-center {
  display: block;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  font-family: amplitude;
  text-align: center;
}

.header-tag-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.4);
  font-family: amplitude;
  color: #fff;
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
  text-align: center;
}

.header-tag-2.big-transparent {
  position: relative;
  display: none;
  color: rgba(26, 26, 26, 0.03);
  font-size: 100px;
  font-weight: 700;
}

.header-tag-2.white {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  font-family: amplitude;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
  text-shadow: 0 10px 6px #000;
}

.header-tag-2.white {
  margin-bottom: 0px;
  color: #fff;
  font-size: 32px;
  line-height: 42px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.4);
}

.header-tag-2.light {
  display: block;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  font-family: amplitude;
  color: #fff;
  text-shadow: 0 5px 10px #000;
}

.paragraph-post {
  overflow: hidden;
  height: 50px;
  max-height: 50px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 8px;
  float: none;
  color: #616161;
  font-size: 12px;
  line-height: 16px;
}

.section-13 {
  display: block;
}

.link-4 {
  display: block;
}

.collection-item-11 {
  height: 470px;
  max-height: 470px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 0.2px none #dadada;
}

.empty-state-15 {
  display: none;
}

.nav-link-4 {
  height: 50px;
  margin-right: 0.9375px;
  margin-left: 0.7813px;
  padding-top: 15px;
  padding-right: 8px;
  padding-left: 8px;
  font-family: Lato, sans-serif;
  font-size: 14px;
}

.nav-link-4:hover {
  color: #0fb731;
}

.nav-link-4.w--current {
  position: static;
  float: none;
  clear: left;
}

.nav-link-4.tre {
  height: 34px;
  margin-left: 1.7813px;
  padding-top: 8px;
  padding-bottom: 29px;
  border-style: none;
  border-width: 2px;
  border-color: #0fb731;
  border-radius: 6px;
  background-color: #0e3850;
  opacity: 1;
  color: #fff;
  font-size: 15px;
}

.nav-link-4.tre:hover {
  border-width: 1px;
  border-color: #092151;
  background-color: #0fb731;
}

.nav-link-4.tre.w--current {
  border-radius: 6px;
}

.div-block-52 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5));
}

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

.div-block-53 {
  width: 240px;
  float: right;
}

.nav-menu-desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: 0px;
  float: right;
  -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;
}

.div-block-54 {
  display: block;
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.navbar-4 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  height: auto;
  margin-top: 20px;
  padding-top: 9px;
  padding-bottom: 10px;
  background-color: #fff;
}

.collection-list-wrapper-3 {
  margin-top: 70px;
}

.collection-list-wrapper-4 {
  margin-top: 70px;
}

.collection-list-wrapper-5 {
  margin-top: 70px;
}

.collection-list-wrapper-6 {
  margin-top: 70px;
}

.collection-list-wrapper-7 {
  margin-top: 70px;
}

.collection-list-wrapper-8 {
  margin-top: 70px;
}

.collection-list-wrapper-9 {
  margin-top: 70px;
}

.collection-list-wrapper-10 {
  margin-top: 70px;
}

.collection-list-wrapper-11 {
  margin-top: 70px;
}

.collection-list-wrapper-12 {
  margin-top: 70px;
}

.collection-list-wrapper-13 {
  margin-top: 70px;
}

.collection-list-wrapper-14 {
  margin-top: 70px;
}

.collection-list-wrapper-15 {
  margin-top: 70px;
}

.collection-list-wrapper-16 {
  margin-top: 70px;
}

.collection-list-wrapper-17 {
  margin-top: 70px;
}

.collection-list-wrapper-18 {
  margin-top: 70px;
}

.collection-list-wrapper-19 {
  margin-top: 70px;
}

.collection-list-wrapper-20 {
  margin-top: 70px;
}

.collection-list-wrapper-21 {
  margin-top: 70px;
}

.collection-list-wrapper-22 {
  margin-top: 70px;
}

.collection-list-wrapper-23 {
  margin-top: 70px;
}

.collection-list-wrapper-24 {
  margin-top: 70px;
}

.collection-list-wrapper-25 {
  margin-top: 70px;
}

.collection-list-wrapper-26 {
  margin-top: 70px;
}

.collection-list-wrapper-27 {
  margin-top: 70px;
}

.collection-list-wrapper-28 {
  margin-top: 70px;
}

.collection-list-wrapper-29 {
  margin-top: 70px;
}

.collection-list-wrapper-30 {
  margin-top: 70px;
}

.collection-list-wrapper-31 {
  margin-top: 70px;
}

.collection-list-wrapper-32 {
  margin-top: 70px;
}

.collection-list-wrapper-33 {
  margin-top: 70px;
}

.collection-list-wrapper-34 {
  margin-top: 70px;
}

.link-block-8 {
  float: left;
  clear: left;
}

.hero-privacy {
  height: 30vh;
  margin-top: 70px;
  margin-bottom: 0px;
  padding: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#616161), to(#616161));
  background-image: linear-gradient(180deg, #616161, #616161);
  color: #000;
  font-size: 16px;
  line-height: 24px;
}

.hero-privacy.frontpage {
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: none;
}

.hero-privacy.news {
  background-image: url('../images/working-men.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.hero-privacy.about {
  height: 50vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-privacy.parent {
  display: block;
  height: 70vh;
  margin-top: 70px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  background-color: #2a2a2a;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.hero-privacy.parent.privacy {
  height: 30vh;
}

.nav-icon {
  position: static;
  display: block;
  width: 24px;
  height: 24px;
  margin-top: 13px;
  margin-left: -6px;
  float: right;
  clear: none;
  background-image: url('../images/noun_Lock_2309901.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-55 {
  position: relative;
  display: inline-block;
  float: none;
  clear: none;
}

.nav-menu-locked {
  position: relative;
  display: inline-block;
  float: none;
  clear: none;
}

.nav-link-4-locked {
  height: 50px;
  padding-top: 15px;
  padding-right: 8px;
  padding-left: 8px;
  font-family: amplitude;
}

.nav-link-4-locked.w--current {
  position: static;
  float: none;
  clear: left;
}

.nav-icon-locked {
  position: static;
  display: block;
  width: 24px;
  height: 24px;
  margin-top: 13px;
  margin-left: -6px;
  float: right;
  clear: none;
  background-image: url('../images/noun_Lock_2309901.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-18 {
  margin-top: 0px;
  margin-left: 5px;
}

.slide-4 {
  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/5290.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/5290.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.slide-5 {
  background-image: url('../images/flo-home-charging-station.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/X5-desk2copyll.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-right: 9px;
  padding-bottom: 2px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-56 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-top: 0px;
  padding-bottom: 62px;
  padding-left: 1px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.div-block-56.err {
  padding-top: 50px;
  border-radius: 20px;
  background-color: #209439;
}

.div-block-56.ll.pl {
  padding-bottom: 0px;
}

.div-block-56.ww {
  padding-bottom: 63px;
}

.div-block-56.ww.b {
  height: auto;
}

.div-block-56.iutf {
  padding-bottom: 0px;
}

.div-block-56.uij {
  padding-bottom: 0px;
}

.div-block-56.tgg {
  margin-top: 10px;
  margin-bottom: 178px;
}

.heading-9 {
  margin-top: 4px;
  margin-bottom: 23px;
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.heading-9:hover {
  color: #0fb731;
}

.heading-9.yy {
  font-size: 23px;
}

.heading-9.yy:hover {
  color: #3f3f3f;
}

.div-block-57 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 21px 30px 52px 27px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #fff;
}

.div-block-57._8uu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.div-block-57.iu {
  height: 900px;
}

.button-4 {
  margin-top: 44px;
  border-radius: 5px;
  background-color: #0db731;
}

.button-4.aa {
  background-color: #fffefe;
  color: #17922d;
}

.button-4.errew {
  margin-top: 7px;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 4px;
  background-color: #f07f1c;
}

.button-4.errew:hover {
  background-color: #747474;
}

.button-4.tgdf {
  margin-top: 16px;
  border-radius: 4px;
}

.button-4.tgdf:hover {
  background-color: #6d6d6d;
}

.button-4.tr {
  background-color: #223e70;
}

.column-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.column-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 900px;
  -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;
}

.heading-10 {
  padding-top: 39px;
  color: #fff;
  text-align: center;
}

.heading-10.collection-list-wrapper-12 {
  margin-top: 41px;
  margin-bottom: 41px;
  padding-top: 0px;
  color: #343534;
}

.heading-10.collection-list-wrapper-12:hover {
  color: #000;
}

.heading-10.collection-list-wrapper-12.uuiio {
  margin-top: 32px;
  margin-bottom: 47px;
  color: #fff;
}

.heading-10.collection-list-wrapper-12.uuiio:hover {
  color: #1ad33e;
}

.heading-10.collection-list-wrapper-12.tt {
  margin-top: 98px;
  margin-bottom: 48px;
}

.heading-10.w {
  margin-bottom: 2px;
  padding-top: 5px;
  color: #575656;
}

.heading-10.w:hover {
  color: #303030;
}

.section-14 {
  padding-top: 29px;
  padding-bottom: 99px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.93)), to(hsla(0, 0%, 100%, 0.93))), url('../images/407.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.93), hsla(0, 0%, 100%, 0.93)), url('../images/407.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-15 {
  padding-top: 367px;
  padding-bottom: 229px;
  background-image: url('../images/X5-desk2copyll.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section-15.de {
  padding-top: 177px;
  padding-bottom: 178px;
  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/1108.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/1108.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-15.de:hover {
  background-image: url('../images/1108.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section-15.de.hu {
  padding-top: 94px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.63)), to(rgba(0, 0, 0, 0.63))), url('../images/flo-home-charging-station.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0.63)), url('../images/flo-home-charging-station.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-15.de.hu.qq {
  padding-top: 90px;
  padding-bottom: 144px;
  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/8865.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/8865.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-15.de.hu.qq:hover {
  background-image: url('../images/8865.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section-15.dd {
  padding-top: 185px;
  padding-bottom: 159px;
  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/3548.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/3548.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-15.dd:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.27)), to(rgba(0, 0, 0, 0.27))), url('../images/3548.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.27), rgba(0, 0, 0, 0.27)), url('../images/3548.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.image-19 {
  margin-left: 0px;
}

.section-16 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}

.section-17 {
  display: none;
  padding-top: 22px;
  padding-bottom: 11px;
  background-color: #0e3850;
}

.column-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -32px;
  padding-right: 124px;
  padding-left: 67px;
  -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;
}

.tt {
  color: #fff;
}

.tt.ol {
  padding-right: 76px;
  padding-left: 0px;
  color: #000;
  text-align: left;
}

.image-20 {
  margin-top: 27px;
  margin-bottom: 23px;
}

.div-block-58 {
  height: 225px;
  padding-right: 200px;
  padding-left: 200px;
  background-color: #fff;
}

.div-block-59 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-21 {
  margin-top: 1px;
}

.image-21.q {
  margin-top: -44px;
}

.slide-7 {
  background-color: #fff;
}

.columns-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  padding-top: 50px;
  -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;
}

.slide-8 {
  background-color: #fff;
}

.slide-9 {
  background-color: #fff;
}

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

.image-23 {
  margin-top: 15px;
}

.nav__details {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: -1px;
  margin-bottom: -1px;
  padding: 0px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #0e3750;
  background-image: none;
  background-position: 0px 0px;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}

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

.nav__details__flexrow.uuuu {
  margin-right: 0px;
  margin-left: 0px;
}

.nav__details__icon {
  width: 17px;
  margin-right: 7px;
}

.nav__contact__link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  text-decoration: none;
}

.nav__contact__link:hover {
  color: #b8b8b8;
}

.nav__detail__link {
  margin-right: 20px;
}

.nav__detail__link:hover {
  color: #0fb731;
}

.nav__detail__link.lo {
  display: none;
}

.image-24 {
  margin-right: 20px;
}

.container-21 {
  background-color: #fff;
}

.html-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 84px;
  -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;
}

.html-embed.mobile {
  display: none;
}

.div-block-60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 23px;
  -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;
}

.og {
  margin-top: 27px;
}

.slider-3 {
  height: 225px;
}

.button-5 {
  display: inline-block;
  padding: 13px 24px;
  border-radius: 2px;
  background-color: #0e3750;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.11), inset 0 -34px 50px -25px rgba(0, 0, 0, 0.16), inset 0 1px 0 0 hsla(0, 0%, 100%, 0.3);
  -webkit-transition: background-color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.button-5:hover {
  background-color: #0fb731;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.11), inset 0 -34px 50px -25px transparent, inset 0 1px 0 0 hsla(0, 0%, 100%, 0.3);
}

.button-5:active {
  background-color: #0fb731;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.26), inset 0 2px 5px 0 transparent, inset 0 2px 2px 1px rgba(0, 0, 0, 0.16);
}

.res {
  margin-top: 68px;
  padding-left: 24px;
}

.res.des {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 55px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.outline-button {
  display: inline-block;
  margin-left: 15px;
  padding: 11px 24px;
  border: 2px solid hsla(0, 0%, 100%, 0.54);
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: border-color 200ms ease, color 500ms ease;
  transition: border-color 200ms ease, color 500ms ease;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: hsla(0, 0%, 100%, 0.65);
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.outline-button:hover {
  border-color: #fff;
  color: #fff;
}

.outline-button:active {
  border-color: hsla(0, 0%, 100%, 0.78);
  background-color: rgba(0, 0, 0, 0.2);
  color: hsla(0, 0%, 100%, 0.78);
}

.small-heading {
  margin-top: -19px;
  margin-bottom: 9px;
  font-size: 32px;
  line-height: 35px;
  font-weight: 600;
}

.image-crop {
  overflow: hidden;
  height: 431px;
  margin-bottom: -80px;
}

.image-crop.hero {
  position: relative;
  display: block;
  width: 492px;
  height: 130px;
  margin: 78px auto -135px;
  -webkit-transition: height 500ms ease;
  transition: height 500ms ease;
}

.image-crop.hero:hover {
  height: 200px;
}

.subtitle {
  margin-bottom: 20px;
  color: rgba(242, 246, 252, 0.63);
  font-size: 20px;
  font-weight: 300;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}

.huge-heading {
  display: block;
  margin-top: 0px;
  margin-bottom: 28px;
  padding-right: 100px;
  padding-bottom: 4px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 52px;
  font-weight: 800;
  text-align: left;
  letter-spacing: 0px;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
}

.image-25 {
  display: none;
  margin-top: -34px;
}

.bold-text-5 {
  font-size: 87px;
}

.bold-text-6 {
  color: #0fb731;
  font-size: 22px;
}

.link-block-9 {
  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;
  text-decoration: none;
}

.text-block-12 {
  margin-left: 0px;
  padding-top: 0px;
  color: #000;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}

.link-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.column-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 465px;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #18d33e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 211, 62, 0.85)), to(rgba(26, 211, 62, 0.85))), url('../images/brown-and-gray-painted-house-in-front-of-road-1396122.jpg');
  background-image: linear-gradient(180deg, rgba(26, 211, 62, 0.85), rgba(26, 211, 62, 0.85)), url('../images/brown-and-gray-painted-house-in-front-of-road-1396122.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.column-35:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 211, 62, 0.61)), to(rgba(24, 211, 62, 0.61))), url('../images/brown-and-gray-painted-house-in-front-of-road-1396122.jpg');
  background-image: linear-gradient(180deg, rgba(24, 211, 62, 0.61), rgba(24, 211, 62, 0.61)), url('../images/brown-and-gray-painted-house-in-front-of-road-1396122.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.column-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 465px;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #dadada;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(219, 217, 217, 0.88)), to(rgba(219, 217, 217, 0.88))), url('../images/low-angle-photography-of-glass-buildings-2529179.jpg');
  background-image: linear-gradient(180deg, rgba(219, 217, 217, 0.88), rgba(219, 217, 217, 0.88)), url('../images/low-angle-photography-of-glass-buildings-2529179.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.column-36:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(219, 217, 217, 0.88)), to(rgba(219, 217, 217, 0.88))), url('../images/low-angle-photography-of-glass-buildings-2529179.jpg');
  background-image: linear-gradient(180deg, rgba(219, 217, 217, 0.88), rgba(219, 217, 217, 0.88)), url('../images/low-angle-photography-of-glass-buildings-2529179.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.column-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 465px;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #18d33e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(66, 206, 81, 0.88)), to(rgba(66, 206, 81, 0.88))), url('../images/houses-building-blue-sky-appartments-87223.jpg');
  background-image: linear-gradient(180deg, rgba(66, 206, 81, 0.88), rgba(66, 206, 81, 0.88)), url('../images/houses-building-blue-sky-appartments-87223.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.column-37:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 211, 62, 0.71)), to(rgba(24, 211, 62, 0.71))), url('../images/houses-building-blue-sky-appartments-87223.jpg');
  background-image: linear-gradient(180deg, rgba(24, 211, 62, 0.71), rgba(24, 211, 62, 0.71)), url('../images/houses-building-blue-sky-appartments-87223.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.heading-11 {
  font-size: 25px;
  line-height: 32px;
  text-align: left;
}

.heading-11:hover {
  color: #000;
}

.heading-11._112 {
  margin-top: 11px;
  margin-bottom: 7px;
  font-size: 34px;
  text-align: left;
}

.heading-11._112.rr {
  margin-bottom: 41px;
}

.heading-11._112.rr:hover {
  color: #fff;
}

.heading-11._112.rt {
  margin-top: 23px;
}

.heading-11._112.rt:hover {
  color: #fff;
}

.button-6 {
  border-radius: 5px;
  background-color: #0e3750;
}

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

.heading-12 {
  margin-top: 59px;
  margin-bottom: 10px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
}

.heading-12:hover {
  color: #000;
}

.text-block-13 {
  margin-bottom: 21px;
}

.bold-text-7 {
  font-family: Inconsolata, monospace;
  color: #cecece;
}

.bold-text-8 {
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #0ee93a;
  line-height: 41px;
}

.bold-text-9 {
  font-size: 49px;
  line-height: 32px;
  text-align: left;
}

.bold-text-9.fgjf {
  font-size: 30px;
}

.bold-text-9.fgjf.iuj {
  color: #0ee93a;
  font-size: 40px;
}

.column-38 {
  background-color: #0e3750;
}

.div-block-61 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 81px;
  padding-bottom: 77px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(12, 12, 12, 0)), to(rgba(12, 12, 12, 0))), url('../images/900X425_FLO.jpg');
  background-image: linear-gradient(180deg, rgba(12, 12, 12, 0), rgba(12, 12, 12, 0)), url('../images/900X425_FLO.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.image-26 {
  margin-right: 28px;
}

.text-block-14 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 19px;
  font-weight: 700;
}

.text-block-14.pp {
  color: #242424;
}

.pl {
  line-height: 20px;
}

.ok {
  color: #1ad33e;
}

.ok:hover {
  color: #000;
}

.ppp {
  margin-bottom: 59px;
}

.ppo {
  margin-bottom: 58px;
}

.div-block-62 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 21px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.columns-11 {
  margin-bottom: 31px;
}

.image-27 {
  margin-top: 37px;
  margin-bottom: 27px;
}

.text-block-15 {
  margin-bottom: -17px;
}

.text-block-16 {
  margin-top: 46px;
  margin-bottom: 58px;
}

.container-22 {
  margin-top: 9px;
  margin-bottom: 47px;
}

.container-23 {
  margin-top: 0px;
  padding-top: 161px;
}

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

.div-block-63 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-64 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 38px;
  -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-block-17 {
  margin-bottom: 31px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 17px;
  text-align: center;
}

.map {
  margin-top: 47px;
}

.bold-text-10 {
  margin-right: 38px;
  font-family: Montserrat, sans-serif;
  color: #3a3a3a;
  font-size: 20px;
}

.bold-text-11 {
  font-family: Montserrat, sans-serif;
  color: #3a3a3a;
  font-size: 20px;
}

.image-28 {
  margin-left: 71px;
}

.columns-12 {
  margin-top: 16px;
}

.columns-13 {
  margin-top: 21px;
}

.columns-14 {
  margin-top: 24px;
}

.slider-4 {
  height: 850px;
  margin-top: 8px;
}

.slide-10 {
  background-image: url('../images/houses-building-blue-sky-appartments-87223.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-11 {
  background-image: url('../images/brown-and-gray-painted-house-in-front-of-road-1396122.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-12 {
  background-image: url('../images/low-angle-photography-of-glass-buildings-2529179.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-13 {
  background-image: url('../images/79875155_2805890809637729_3132831737923502080_o.png');
  background-position: 50% 50%;
  background-size: cover;
}

.container-24 {
  margin-top: 33px;
}

.container-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 53px;
  margin-bottom: -49px;
  padding-top: 8px;
  padding-bottom: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 11px 11px 0px 0px;
  background-color: #0e3750;
}

.container-25:hover {
  background-color: #0f603a;
}

.div-block-65 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-7 {
  background-color: #0fb731;
}

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

.link-block-11 {
  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;
  text-decoration: none;
}

.link-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.image-29 {
  margin-right: -33px;
  margin-left: 8px;
}

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

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

.section-18 {
  background-color: #fff;
}

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

.column-44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 31px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-45 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 31px;
  padding-bottom: 35px;
  -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-block-18 {
  margin-top: 9px;
  font-size: 18px;
}

.text-block-18.fds {
  margin-top: -8px;
}

.heading-13 {
  background-color: #0db731;
  color: #fff;
  text-align: center;
}

.heading-13.pp {
  background-color: #0db731;
}

.mask {
  overflow: visible;
}

.slide-14 {
  padding-bottom: 30px;
}

.columns-15 {
  margin-bottom: 23px;
}

.column-50 {
  height: 500px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column-50._55 {
  background-image: url('../images/3-3.jpg');
  background-size: cover;
}

.column-51 {
  height: 500px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/1-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column-51._44 {
  background-image: url('../images/ayaye-2.jpg');
  background-size: cover;
  background-attachment: scroll;
}

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

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

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

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

.columns-17 {
  margin-bottom: 0px;
  border: 1px none #000;
}

.columns-17.tty {
  margin-bottom: 31px;
}

.image-33 {
  display: block;
  width: 239.5px;
  height: 319.328125px;
}

.image-34 {
  display: block;
  width: 239.5px;
  height: 319.328125px;
}

.image-35 {
  display: block;
}

.image-36 {
  display: block;
}

.container-26 {
  margin-top: 25px;
  margin-bottom: -37px;
}

.slide-18 {
  height: 600px;
  padding-top: 69px;
  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/17802.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/17802.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.huge-heading-2 {
  display: block;
  margin-top: 0px;
  margin-bottom: 28px;
  padding-right: 0px;
  padding-bottom: 4px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 52px;
  font-weight: 800;
  text-align: left;
  letter-spacing: 0px;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
}

.outline-button-2 {
  display: inline-block;
  margin-left: 15px;
  padding: 11px 24px;
  border: 2px solid hsla(0, 0%, 100%, 0.54);
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: border-color 200ms ease, color 500ms ease;
  transition: border-color 200ms ease, color 500ms ease;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: hsla(0, 0%, 100%, 0.65);
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.outline-button-2:hover {
  border-color: #fff;
  color: #fff;
}

.outline-button-2:active {
  border-color: hsla(0, 0%, 100%, 0.78);
  background-color: rgba(0, 0, 0, 0.2);
  color: hsla(0, 0%, 100%, 0.78);
}

.slide-17 {
  height: 600px;
  padding-top: 69px;
  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/8865.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/8865.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-19 {
  height: 600px;
  padding-top: 69px;
  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/5290.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/5290.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-19.rty {
  padding-top: 23px;
}

.slider-5 {
  height: 600px;
}

.slide-16 {
  padding-top: 69px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.45))), url('../images/47.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url('../images/47.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.slide-20 {
  padding-top: 67px;
  padding-right: 79px;
  padding-left: 78px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 55, 80, 0.9)), to(rgba(14, 55, 80, 0.9))), url('../images/shutterstock_260344292-copy-2108x1400.jpg');
  background-image: linear-gradient(180deg, rgba(14, 55, 80, 0.9), rgba(14, 55, 80, 0.9)), url('../images/shutterstock_260344292-copy-2108x1400.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
}

.image-43 {
  margin-top: 0px;
  margin-bottom: 29px;
}

.column-56 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 33px;
  -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;
}

.heading-14 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #5cbb52;
  font-size: 40px;
}

.heading-15 {
  margin-top: 0px;
  margin-bottom: 4px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
}

.heading-15.mkk {
  margin-top: 48px;
  margin-left: 52px;
  color: #0e3850;
  font-size: 31px;
  line-height: 33px;
  text-align: left;
}

.column-57 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 44px;
  -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;
}

.green {
  color: #5cbb52;
}

.container-27 {
  overflow: auto;
  height: 800px;
  margin-top: 43px;
  margin-bottom: 162px;
  background-image: url('../images/Carte-de-Noel-NOVOTEK.png');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.column-58 {
  display: block;
  -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;
}

.columns-18 {
  padding-top: 33px;
}

.image-45 {
  margin-top: 40px;
  margin-left: 36px;
}

.column-59 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 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;
}

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

.image-46 {
  margin-bottom: 23px;
}

.heading-16 {
  color: #fff;
  text-align: center;
}

.text-block-19 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 19px;
  text-align: center;
}

.heading-17 {
  font-size: 11px;
}

.heading-18 {
  font-size: 19px;
}

.slider-6 {
  position: relative;
  top: 50%;
  overflow: hidden;
  width: 100%;
  height: 600px;
  margin-top: 106px;
  background-color: #fff;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.mask-2 {
  display: block;
  overflow: visible;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.slide-21 {
  width: 100%;
  background-image: url('../images/Sans-titre2.png');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
  cursor: -webkit-grab;
  cursor: grab;
}

.slide-21._1 {
  background-image: url('../images/installation-borne-de-recharge-novotek-‚lectrique.png');
}

.slide-21._2 {
  background-image: url('../images/novotek.1.jpg');
}

.slide-21._3 {
  background-image: url('../images/Vidéo-logements.1.png');
}

.slide-21._4 {
  background-image: url('../images/Laval-sûr-le-Lac.1.jpg');
}

.slide-21._5 {
  background-image: url('../images/Laval-sûr-le-Lac.7.jpg');
}

.slide-21._6 {
  background-image: url('../images/Tesla-Gen3-à-Montréal2.jpg');
}

.slide-21._7 {
  background-image: url('../images/installation-borne-de-recharge-novotek-‚lectrique-2.png');
}

.slide-21._8 {
  background-image: url('../images/2000-x-3000.png');
  background-position: 50% 0%;
}

.slide-21._9 {
  background-image: url('../images/TEASER-Grosse-installation-à-Lachute2.jpg');
  background-position: 50% 0%;
  background-attachment: scroll;
}

.slide-21._10 {
  background-image: url('../images/entr‚e-‚lectrique-novotek-‚lectrique.png');
  background-position: 50% 0%;
}

.slide-21._11 {
  background-image: url('../images/Laval-sûr-le-Lac.9.jpg');
}

.slide-21._12 {
  background-image: url('../images/X15-à-Mirabel2.jpg');
}

.slide-21._13 {
  background-image: url('../images/5.png');
}

.slide-21._14 {
  background-image: url('../images/Laval-sûr-le-Lac.8.jpg');
}

.img {
  display: inline-block;
}

.left-arrow-2 {
  width: 25%;
  background-image: -webkit-gradient(linear, left top, right top, from(#000), to(transparent));
  background-image: linear-gradient(90deg, #000, transparent);
}

.right-arrow-2 {
  width: 25%;
  background-image: -webkit-gradient(linear, right top, left top, from(#000), to(transparent));
  background-image: linear-gradient(270deg, #000, transparent);
}

.slide-nav-3 {
  font-size: 9px;
  line-height: 20px;
}

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

.slide-22 {
  position: static;
  overflow: visible;
}

.slide-23 {
  height: auto;
  background-image: url('../images/Carte-de-Noel-NOVOTEK.png');
  background-position: 50% 50%;
  background-size: cover;
}

.video-2 {
  margin-bottom: 23px;
}

.heading-19 {
  margin-top: 174px;
  margin-bottom: 52px;
  text-align: center;
}

.heading-19.hhh {
  color: #fff;
}

.heading-19.uui {
  margin-top: 83px;
  color: #fff;
}

.div-block-66 {
  padding-right: 16px;
  padding-left: 16px;
}

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

.video {
  margin-bottom: 0px;
}

.section-19 {
  max-width: 100%;
  min-width: 100%;
  padding-top: 200px;
  padding-bottom: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.38)), to(rgba(0, 0, 0, 0.38))), url('../images/electric-4198293_1920.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)), url('../images/electric-4198293_1920.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-19:hover {
  background-image: url('../images/electric-4198293_1920.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section-19.vg {
  height: auto;
  max-width: none;
  min-width: 0%;
  padding-top: 48px;
  padding-bottom: 215px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.31)), to(rgba(0, 0, 0, 0.31))), url('../images/17802.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.31), rgba(0, 0, 0, 0.31)), url('../images/17802.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section-19.vg:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.31)), to(rgba(0, 0, 0, 0.31))), url('../images/17802.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.31), rgba(0, 0, 0, 0.31)), url('../images/17802.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section-19.vg {
  height: auto;
  max-width: none;
  min-width: 0%;
  padding-top: 26px;
  padding-bottom: 144px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.31)), to(rgba(0, 0, 0, 0.31))), url('../images/17802.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.31), rgba(0, 0, 0, 0.31)), url('../images/17802.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section-19.vg:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.31)), to(rgba(0, 0, 0, 0.31))), url('../images/17802.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.31), rgba(0, 0, 0, 0.31)), url('../images/17802.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.columns-21 {
  margin-bottom: 45px;
}

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 991px) {
  .paragraph {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 15px;
    line-height: 18px;
  }

  .paragraph.white {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .paragraph.white.left {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .paragraph.footer {
    padding-right: 10px;
  }

  .footerlink.light {
    padding-right: 10px;
    padding-bottom: 4px;
    font-size: 12px;
    line-height: 16px;
  }

  .grid {
    grid-row-gap: 16px;
    grid-template-areas: ". . ."
      ". . ."
      ". . ."
      ". . .";
  }

  .div-block-4 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph-2.light {
    margin-right: 32px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 16px;
    line-height: 22px;
  }

  .quicklinks.featured {
    margin-right: 10px;
    margin-left: 10px;
  }

  .quicklinks.news {
    margin-right: 10px;
    margin-left: 10px;
  }

  .quicklinks.insights {
    margin-right: 10px;
    margin-left: 10px;
  }

  .quicklinks.reports {
    margin-right: 10px;
  }

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

  .nav-menu-left {
    display: block;
  }

  .nav-menu-right {
    position: relative;
    display: block;
    height: 40px;
    float: right;
  }

  .search {
    position: static;
    display: block;
    width: 100%;
    height: 50px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .search-input {
    width: 70%;
  }

  .search-2 {
    display: block;
    width: 80%;
    height: 50px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .image {
    margin-top: 1px;
    margin-left: 20px;
  }

  .menu-button {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .body-2 {
    color: #000;
  }

  .password {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
  }

  .image-2 {
    display: block;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }

  .text-field {
    margin-bottom: 16px;
    border: 1px solid #646161;
    border-radius: 4px;
  }

  .submit-button {
    border-radius: 4px;
  }

  .navdorpdown {
    height: auto;
    padding-right: 0px;
    padding-left: 40px;
    border-bottom: 0.25px none #b9b7b7;
  }

  .dwopdownarrow {
    margin-right: 28px;
  }

  .text-block {
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-weight: 400;
  }

  .dropdown {
    position: static;
    overflow: visible;
    border-bottom: 1px solid #fff;
    font-family: Montserrat, sans-serif;
  }

  .dropdown-list {
    border-bottom: 1px solid #fff;
  }

  .dropdown-list.w--open {
    float: none;
    background-color: transparent;
  }

  .nav-container-below {
    margin-top: 47px;
  }

  .dropdown-link {
    position: static;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 60px;
    float: none;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    border-bottom: 0.5px solid #aaa;
    text-align: left;
  }

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

  .menu-button-2 {
    margin-top: 30px;
    background-color: #b42f2f;
  }

  .menu-button-2.w--open {
    position: static;
    display: block;
    float: right;
    clear: none;
  }

  .icon-2 {
    color: #000;
    font-size: 32px;
  }

  .hero-section {
    margin-top: 70px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .hero-section.frontpage {
    margin-top: 39px;
    padding-top: 261px;
  }

  .hero-section.news {
    padding-top: 10vh;
    padding-bottom: 50px;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(180deg, #000, #000);
    background-position: 50% 50%, 0px 0px;
    background-size: cover, auto;
    background-repeat: no-repeat, repeat;
  }

  .hero-section.parent {
    height: 60vh;
    padding-top: 0px;
  }

  .hero-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 75vh;
    -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;
  }

  .paragraph-file {
    margin-top: 0px;
  }

  .heading-post {
    overflow: hidden;
  }

  .heading-post.frontpage {
    height: 80px;
    max-height: 80px;
  }

  .link {
    width: 80%;
    max-height: 37px;
    float: left;
  }

  .div-block-16 {
    max-height: 100px;
  }

  .heading-new-report {
    max-height: 37px;
  }

  .image-4 {
    right: 25%;
  }

  .div-block-19 {
    width: 100px;
  }

  .image-5 {
    width: 20px;
  }

  .column-6 {
    overflow: hidden;
  }

  .image-6 {
    margin-top: 33px;
  }

  .paragraph-3 {
    width: 60%;
  }

  .heading-nothingfound {
    width: 60%;
    margin-top: 0px;
    padding-top: 0px;
  }

  .footer-div {
    padding-right: 16px;
    padding-left: 16px;
  }

  .postlink {
    margin-top: 8px;
  }

  .minipost-aside {
    margin-bottom: 8px;
    padding-bottom: 4px;
  }

  .heading-3.minipost {
    width: 80%;
  }

  .image-8 {
    display: inline-block;
    float: none;
  }

  .image-8.minipost-aside {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    float: right;
    border-style: none;
  }

  .section-5._66 {
    padding-bottom: 77px;
  }

  .hero-image {
    background-size: auto;
  }

  .hero-image.slide-1 {
    height: auto;
    padding-top: 28px;
    padding-bottom: 0px;
  }

  .hero-image.slide-2 {
    padding-bottom: 0px;
  }

  .slide-1 {
    width: 100%;
    padding-top: 14px;
  }

  .slider-div {
    left: 20px;
    bottom: 40px;
    width: 60%;
  }

  .container-9 {
    display: none;
    height: 60vh;
  }

  .paragraph-4 {
    padding-left: 0px;
    line-height: 30px;
  }

  .main-button {
    display: block;
    margin-left: 0px;
    float: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#223e70), to(#223e70));
    background-image: linear-gradient(180deg, #223e70, #223e70);
  }

  .main-button.quicknav {
    display: block;
    margin-left: 0px;
    float: none;
  }

  .main-button.search {
    margin-top: 0px;
    margin-left: 0px;
  }

  .main-button.member {
    width: 100%;
    margin-left: 0px;
  }

  .main-button.stick-to-bottom {
    display: inline-block;
  }

  .icon-3 {
    display: none;
  }

  .icon-4 {
    display: none;
  }

  .menu-button-3 {
    height: 49px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .container-11 {
    display: block;
  }

  .navbar-master {
    display: block;
    margin-top: 27px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, right top, left top, color-stop(7%, #dadada), color-stop(18%, #fff), color-stop(85%, #fff), color-stop(93%, #dadada));
    background-image: linear-gradient(180deg, #fff, #fff), linear-gradient(270deg, #dadada 7%, #fff 18%, #fff 85%, #dadada 93%);
  }

  .nav-menu-2 {
    position: relative;
    left: 0px;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 10px;
    padding-bottom: 54px;
    float: right;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 134, 59, 0.89)), to(rgba(19, 134, 59, 0.89))), url('../images/1108.jpg');
    background-image: linear-gradient(180deg, rgba(19, 134, 59, 0.89), rgba(19, 134, 59, 0.89)), url('../images/1108.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .div-block-25 {
    display: inline-block;
    width: 100%;
    padding-right: 7px;
  }

  .menu-button-5 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-button-5.w--open {
    padding-bottom: 8px;
    background-color: transparent;
  }

  .icon-6 {
    color: #5cbc53;
    font-size: 32px;
  }

  .dropdown-2 {
    position: static;
    border-bottom: 1px solid #fff;
  }

  .blog-post-header {
    height: 100%;
  }

  .content-wrapper {
    padding: 60px 20px;
  }

  .blog-body-wrapper {
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
  }

  .body-copy {
    padding: 40px 20px;
  }

  .button-wrapper {
    margin-top: 60px;
  }

  .div-block-26 {
    margin-top: 10vh;
    margin-bottom: 10vh;
  }

  .column-7 {
    padding-right: 5px;
  }

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

  .full-container {
    height: 60vh;
    max-width: 770px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-tittle-block.page-header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-tittle-block.page-header.blog {
    width: 70%;
  }

  .section-tittle-block.parent {
    position: absolute;
    left: 0px;
    bottom: 20px;
    margin-bottom: 0px;
    margin-left: 20px;
  }

  .section-tittle {
    font-size: 32px;
  }

  .section-tittle.white {
    font-size: 32px;
    line-height: 46px;
  }

  .section-tittle.white {
    font-size: 32px;
    line-height: 46px;
  }

  .article-preview-div {
    height: 560px;
    max-height: 560px;
  }

  .article-preview-div.frontpage {
    height: 440px;
    max-height: 440px;
  }

  .post-details {
    height: 75px;
    font-size: 10px;
  }

  .post-details-link.w--current {
    color: #bebebe;
  }

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

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

  .slider-div-wrapper {
    position: static;
    top: 20vh;
    background-image: none;
  }

  .author-hero-image {
    margin-right: 0px;
    margin-left: 0px;
  }

  .paragraph-6 {
    display: inline-block;
    float: left;
  }

  .link-block-5 {
    width: 50%;
  }

  .link-block-5.frontpage {
    width: auto;
  }

  .category-button {
    font-size: 10px;
  }

  .mini-profile-image {
    overflow: hidden;
    width: 20px;
    height: 20px;
    max-height: 20px;
    margin-right: 4px;
    float: left;
    border-radius: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dadada), to(#dadada));
    background-image: linear-gradient(180deg, #dadada, #dadada);
  }

  .paragraph-7 {
    overflow: hidden;
    height: 64px;
    max-height: 64px;
  }

  .search-input-2 {
    width: 79%;
  }

  .container-17 {
    display: block;
  }

  .info-wrapper {
    width: 100%;
    text-align: center;
  }

  .info-wrapper.div {
    margin-right: 10px;
    margin-left: 10px;
  }

  .percentage.blog {
    float: left;
    clear: left;
  }

  .page-header {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .white {
    font-family: Montserrat, sans-serif;
    color: #fff;
  }

  .link-block-7 {
    position: static;
    display: inline-block;
    overflow: visible;
    margin-right: auto;
    margin-left: auto;
    float: left;
  }

  .column-19 {
    position: static;
    display: inline-block;
  }

  .section-11 {
    display: block;
    width: 100%;
  }

  .wrapper-story {
    margin-bottom: 0px;
  }

  .wrapper-story.about._3 {
    min-height: 300px;
  }

  .wrapper-story.about._2 {
    min-height: 470px;
  }

  .heading-story {
    line-height: 28px;
  }

  .div-block-44 {
    height: 25vh;
  }

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

  .column-21.col-right {
    padding-right: 10px;
  }

  .image-16 {
    width: 100%;
  }

  .profile-image-60px {
    box-shadow: 0 8px 13px -10px #000;
  }

  .member-paragraph.white {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .member-paragraph.white.left {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .member-paragraph.fixed {
    overflow: visible;
    max-height: 220px;
  }

  ._3-collums {
    padding-right: 20px;
  }

  .collum-header {
    overflow: hidden;
    max-height: 56px;
  }

  .tag-buttons {
    display: block;
    margin-left: 0px;
    float: none;
  }

  .tag-buttons.quicknav {
    display: block;
    margin-left: 0px;
    float: none;
  }

  .tag-buttons.search {
    margin-top: 0px;
    margin-left: 0px;
  }

  .tag-buttons.member {
    width: 100%;
    margin-left: 0px;
  }

  .optional-article-field {
    display: block;
    width: 100%;
  }

  .article-video {
    margin-right: auto;
    margin-left: auto;
  }

  .article-file-attached {
    margin-right: auto;
    margin-left: auto;
  }

  .main-button-download-file {
    display: inline-block;
    margin-top: 10px;
    margin-left: 0px;
    float: none;
  }

  .main-button-download-file.quicknav {
    display: block;
    margin-left: 0px;
    float: none;
  }

  .main-button-download-file.search {
    margin-top: 0px;
    margin-left: 0px;
  }

  .main-button-download-file.member {
    width: 100%;
    margin-left: 0px;
  }

  .main-button-download-file.stick-to-bottom {
    display: inline-block;
  }

  .article-external-link {
    margin-right: auto;
    margin-left: auto;
  }

  .article-file-type {
    overflow: hidden;
  }

  .article-file-type.frontpage {
    height: 80px;
    max-height: 80px;
  }

  .paragraph-file-type {
    margin-top: 0px;
  }

  .header-tag-2 {
    font-size: 32px;
  }

  .header-tag-2.white {
    font-size: 32px;
    line-height: 46px;
  }

  .header-tag-2.white {
    font-size: 32px;
    line-height: 46px;
  }

  .paragraph-post {
    margin-top: 0px;
  }

  .collection-item-11 {
    height: 480px;
    max-height: 480px;
  }

  .nav-link-4 {
    padding-left: 8px;
    border-style: none none solid;
    border-width: 1px 1px 0.5px;
    border-color: #000 #000 #fff;
    color: #fff;
    text-align: center;
  }

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

  .nav-link-4._33 {
    margin-top: 16px;
    margin-right: 0px;
    border-radius: 9px;
    background-color: #094b7d;
    text-align: center;
  }

  .nav-menu-desktop {
    position: relative;
    left: 0px;
    top: 0px;
    display: none;
    width: 100vw;
    float: right;
    background-color: #dadada;
  }

  .navbar-4 {
    display: none;
  }

  .collection-list-wrapper-3 {
    margin-top: 70px;
  }

  .slide-nav {
    display: none;
  }

  .hero-privacy {
    margin-top: 70px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .hero-privacy.frontpage {
    padding-top: 0px;
  }

  .hero-privacy.news {
    padding-top: 10vh;
    padding-bottom: 50px;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(180deg, #000, #000);
    background-position: 50% 50%, 0px 0px;
    background-size: cover, auto;
    background-repeat: no-repeat, repeat;
  }

  .hero-privacy.parent {
    height: 60vh;
    padding-top: 0px;
  }

  .nav-menu-locked {
    position: static;
    width: 100%;
    height: 50px;
    clear: left;
  }

  .nav-link-4-locked {
    padding-left: 40px;
    border-style: none none solid;
    border-width: 1px 1px 0.5px;
    border-color: #000 #000 #fff;
  }

  .nav-link-4-locked.w--current {
    width: 100%;
    float: none;
    clear: none;
  }

  .nav-icon-locked {
    margin-left: 6px;
    float: left;
    clear: left;
  }

  .slide-4 {
    height: 681px;
  }

  .div-block-57.eer {
    padding-top: 44px;
    background-color: #e0e0e0;
  }

  .div-block-57._8uu {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-57.iu {
    height: 800px;
  }

  .button-4 {
    text-align: center;
  }

  .heading-10.collection-list-wrapper-12 {
    font-size: 32px;
  }

  .heading-10.w {
    margin-top: 85px;
    font-size: 31px;
  }

  .section-15.de.hu.qq {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/8865.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/8865.jpg');
    background-position: 0px 0px, 0% 50%;
  }

  .tt.ol {
    padding-right: 0px;
    text-align: center;
  }

  .nav__details {
    z-index: 3000;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav__details__icon {
    width: 14px;
    margin-right: 4px;
  }

  .nav__detail__link {
    margin-top: 2px;
    margin-right: 10px;
    font-size: 9px;
    line-height: 18px;
  }

  .button-5 {
    background-color: #0bd685;
  }

  .res {
    height: auto;
    margin-top: 0px;
  }

  .small-heading {
    font-size: 26px;
    line-height: 23px;
  }

  .image-crop {
    height: 451px;
    margin-bottom: -80px;
  }

  .image-crop.hero {
    height: 250px;
    -webkit-transition: none 0ms ease;
    transition: none 0ms ease;
  }

  .image-crop.hero:hover {
    height: 250px;
  }

  .subtitle {
    margin-bottom: 33px;
    font-size: 19px;
    line-height: 25px;
  }

  .huge-heading {
    margin-top: 78px;
    margin-bottom: 49px;
    font-size: 71px;
    line-height: 53px;
  }

  .text-block-12 {
    font-size: 14px;
    text-align: center;
  }

  .column-35 {
    height: 500px;
  }

  .column-36 {
    height: 500px;
  }

  .column-37 {
    height: 500px;
  }

  .heading-11 {
    margin-top: 5px;
    font-size: 23px;
    line-height: 28px;
  }

  .heading-11._112.rt {
    font-size: 28px;
    line-height: 38px;
  }

  .bold-text-8 {
    line-height: 33px;
  }

  .bold-text-9 {
    font-size: 43px;
    line-height: 28px;
  }

  .container-23 {
    margin-top: 29px;
  }

  .column-42 {
    display: none;
  }

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

  .bold-text-10 {
    width: 104px;
    margin-right: 0px;
    font-size: 14px;
  }

  .bold-text-11 {
    font-size: 14px;
  }

  .dropdown-3 {
    border-bottom: 1px solid #000;
  }

  .column-43 {
    display: none;
    padding-top: 20px;
  }

  .link-block-11 {
    margin-bottom: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .image-29.yyy {
    width: 70px;
    height: 70px;
    margin-top: 21px;
  }

  .mask {
    width: 100%;
  }

  .slide-14 {
    padding-bottom: 0px;
  }

  .columns-16 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 26px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-46 {
    display: none;
  }

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

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

  .column-48 {
    display: none;
  }

  .slide-15 {
    padding-bottom: 0px;
  }

  .slide-18 {
    padding-top: 36px;
  }

  .huge-heading-2 {
    margin-top: 78px;
    margin-bottom: 49px;
    font-size: 71px;
    line-height: 53px;
  }

  .slide-19.rty {
    padding-top: 0px;
  }

  .slider-5 {
    height: 600px;
  }

  .slide-16 {
    padding-top: 19px;
  }

  .icon-7 {
    display: none;
  }

  .icon-8 {
    display: none;
  }

  .slide-20 {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .heading-15 {
    font-size: 32px;
    line-height: 35px;
  }

  .heading-15.mkk {
    font-size: 24px;
  }

  .columns-18 {
    padding-top: 0px;
  }

  .image-45 {
    margin-top: 77px;
  }

  .column-60 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

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

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

  .mask-2 {
    width: 65%;
  }

  .slide-21._2 {
    background-position: 50% 50%;
  }

  .section-19 {
    padding-top: 148px;
  }

  .section-19.vg {
    padding-bottom: 169px;
  }

  .section-19.vg {
    padding-bottom: 169px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-bottom: 10px;
  }

  .div-block {
    margin-top: 0px;
    margin-bottom: 16px;
  }

  .paragraph {
    padding-right: 30px;
    padding-left: 30px;
  }

  .paragraph.light {
    display: inline-block;
    float: left;
  }

  .paragraph.minipost {
    width: 90%;
    margin-right: 0px;
  }

  .paragraph.white {
    margin-bottom: 0px;
  }

  .paragraph.white.left {
    margin-bottom: 0px;
  }

  .paragraph.fixed {
    height: 160px;
  }

  .paragraph.footer {
    padding-right: 10px;
  }

  .footerlink.light {
    color: #8b8989;
    font-size: 12px;
    line-height: 16px;
  }

  .grid {
    grid-column-gap: 16px;
    grid-template-areas: ". . ."
      ". . ."
      ". . ."
      ". . .";
    -ms-grid-columns: minmax(45%, 1fr) 16px minmax(45%, 1fr) 16px 0px;
    grid-template-columns: minmax(45%, 1fr) minmax(45%, 1fr) 0px;
    -ms-grid-rows: 180px 360px 360px minmax(300px, 1fr);
    grid-template-rows: 180px 360px 360px minmax(300px, 1fr);
  }

  .div-block-4 {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
  }

  .div-block-6 {
    height: 140px;
  }

  .paragraph-2.light {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
  }

  .quicklinks.featured {
    margin-right: 5px;
    margin-left: 10px;
  }

  .quicklinks.news {
    margin-right: 10px;
    margin-left: 5px;
  }

  .quicklinks.insights {
    margin-right: 5px;
    margin-left: 10px;
  }

  .quicklinks.reports {
    margin-right: 10px;
    margin-left: 5px;
  }

  .grid-2 {
    display: -ms-grid;
    display: grid;
    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: 180px;
    grid-template-rows: 180px;
  }

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

  .slide-2 {
    position: static;
    width: 100%;
  }

  .search-2 {
    width: 100%;
    margin-right: 10px;
  }

  .image {
    margin-left: 10px;
  }

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

  .columns {
    margin-top: 16px;
  }

  .nav-container-below {
    position: static;
    display: inline-block;
    height: 40px;
    margin-top: 0px;
    float: left;
    clear: left;
  }

  ._3-collection-item {
    width: 100%;
  }

  .hero-section {
    margin-top: 70px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-section.frontpage {
    padding-top: 209px;
  }

  .hero-section.news {
    height: 40vh;
    padding-top: 10vh;
    padding-bottom: 50px;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(180deg, transparent, transparent);
    background-size: cover, auto;
  }

  .hero-section.parent {
    height: 60vh;
  }

  .hero-slider {
    height: 65vh;
  }

  .column-3 {
    padding-left: 10px;
  }

  .paragraph-file {
    margin-bottom: 0px;
  }

  .new-report {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .div-block-16 {
    overflow: hidden;
  }

  .div-block-18 {
    width: 150px;
    float: left;
  }

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

  .div-block-19 {
    width: 180px;
    background-image: none;
  }

  .image-5 {
    width: 20px;
  }

  .empty-state {
    margin-right: 10px;
  }

  .image-6 {
    display: inline-block;
    margin-top: 11px;
    float: left;
  }

  .paragraph-3 {
    width: 60%;
    float: left;
  }

  .heading-nothingfound {
    margin-top: 0px;
    float: left;
  }

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

  .collection-item {
    width: 50%;
    float: left;
  }

  .image-8 {
    margin-top: 8px;
    float: right;
  }

  .image-8.arrow {
    display: block;
    margin-top: 0px;
    float: right;
  }

  .section-5._66 {
    padding-bottom: 0px;
  }

  .hero-image {
    background-size: auto;
  }

  .hero-image.slide-1 {
    background-position: 50% 0px;
    background-size: cover;
    background-attachment: scroll;
  }

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

  .slider-div {
    left: 0px;
    top: auto;
    bottom: 20px;
    display: block;
    margin-left: 10px;
    background-image: none;
  }

  .container-9 {
    overflow: visible;
    height: 65vh;
  }

  .paragraph-4 {
    padding-left: 0px;
    font-size: 18px;
    line-height: 24px;
  }

  .main-button {
    margin-left: 0px;
  }

  .main-button._50 {
    width: 50%;
  }

  .main-button.aside {
    display: inline-block;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .main-button.aside.w--current {
    margin-top: 0px;
  }

  .right-arrow {
    display: none;
  }

  .left-arrow {
    display: none;
  }

  .section-6 {
    display: block;
  }

  .div-block-25 {
    padding-right: 0%;
    padding-left: 0px;
  }

  .menu-button-5 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .icon-6 {
    font-size: 32px;
  }

  .blog-post-header {
    height: 100%;
    padding: 30px 20px;
  }

  .blog-page-title {
    margin-right: 0%;
    margin-left: 0%;
    font-size: 30px;
    line-height: 36px;
  }

  .content-wrapper {
    width: 100%;
    margin-left: 0px;
    padding: 30px 20px;
  }

  .blog-body-wrapper {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
  }

  .body-copy {
    display: block;
    padding: 20px;
    text-align: left;
  }

  .button-wrapper {
    margin-top: 30px;
    text-align: center;
  }

  .div-block-26 {
    margin-top: 10vh;
    margin-bottom: 10vh;
  }

  .div-block-27 {
    max-width: 1100px;
  }

  .column-7 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .column-8 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .blog-post-header-2 {
    padding: 30px 20px;
  }

  .blog-page-title-2 {
    margin-right: 0%;
    margin-left: 0%;
    font-size: 30px;
    line-height: 36px;
  }

  .full-container {
    display: block;
    width: auto;
    max-width: 730px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .full-container.privacy {
    height: 50vh;
  }

  .section-tittle-block.page-header.blog {
    width: 70%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-tittle-block.parent {
    bottom: 20px;
    margin-bottom: 0px;
    margin-left: 10px;
  }

  .section-tittle {
    font-size: 28px;
  }

  .section-tittle.white {
    font-size: 28px;
  }

  .section-tittle.white {
    font-size: 28px;
  }

  .news-grid {
    margin-top: 10px;
  }

  .article-preview-div {
    height: 460px;
    max-height: 460px;
    float: none;
  }

  .article-preview-div.frontpage {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .news-thumbnail {
    height: 140px;
  }

  .collection-item-3 {
    width: 50%;
  }

  .column-9 {
    margin-bottom: 0px;
    padding-left: 0px;
  }

  .column-10 {
    padding-right: 0px;
  }

  .columns-5 {
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .paragraph-quicklink {
    font-size: 12px;
    line-height: 16px;
  }

  .paragraph-quicklink.minipost {
    width: 90%;
    margin-right: 0px;
  }

  .slider-div-wrapper {
    left: 0px;
    top: 15vh;
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  }

  .author-hero-image {
    padding: 30px 20px;
  }

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

  .heading-4 {
    width: 100%;
  }

  .collection-item-4 {
    width: 50%;
  }

  .paragraph-6 {
    display: inline-block;
    float: right;
  }

  .link-block-5.frontpage {
    width: auto;
    float: none;
  }

  .category-button {
    margin-right: 8px;
  }

  .heading-6 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .paragraph-7 {
    overflow: hidden;
    height: 64px;
    max-height: 64px;
  }

  .search-result-list {
    margin-right: 10px;
    margin-left: 10px;
  }

  .search-3 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .columns-6 {
    margin-bottom: 20px;
  }

  .column-14 {
    position: static;
  }

  .container-17 {
    margin-bottom: 10px;
  }

  .column-15 {
    position: static;
  }

  .column-16 {
    position: static;
  }

  .column-17 {
    position: static;
  }

  .blog-post-header-3 {
    padding: 30px 20px;
  }

  .blog-page-title-3 {
    margin-right: 0%;
    margin-left: 0%;
    font-size: 30px;
    line-height: 36px;
  }

  .info-wrapper.div {
    left: 10px;
    bottom: 20px;
    margin-left: 0px;
  }

  .percentage.blog {
    float: left;
    clear: left;
  }

  .page-header {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .link-block-7 {
    float: left;
  }

  .section-11 {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
  }

  .container-19 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .collection-item-5 {
    width: 50%;
  }

  .wrapper-story {
    margin-right: 10px;
    margin-left: 10px;
    padding: 30px;
  }

  .wrapper-story.two-images {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .wrapper-story.overlap {
    padding-bottom: 30px;
  }

  .wrapper-story.about {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 30px;
  }

  .wrapper-story.about._3 {
    min-height: auto;
  }

  .wrapper-story.about._1 {
    min-height: auto;
  }

  .wrapper-story.about._2 {
    min-height: auto;
  }

  .container-story {
    margin-top: 10px;
  }

  .heading-story {
    display: block;
    margin-bottom: 10px;
  }

  .div-block-44 {
    height: 45vh;
  }

  .column-20.col-left {
    padding-right: 20px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .column-20.col-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .column-21.col-right {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .column-21.col-left {
    padding-left: 20px;
  }

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

  .profile-image-60px {
    display: inline-block;
    margin-right: 10px;
    float: left;
  }

  .member-header {
    display: block;
    float: none;
  }

  .member-paragraph.minipost {
    width: 90%;
    margin-right: 0px;
  }

  .member-paragraph.white {
    margin-bottom: 0px;
  }

  .member-paragraph.white.left {
    margin-bottom: 0px;
  }

  .member-paragraph.fixed {
    display: inline-block;
  }

  .member-role {
    display: block;
    float: none;
  }

  .div-block-45 {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }

  .collection-item-6 {
    width: 50%;
    margin-bottom: 10px;
  }

  .member-column {
    margin-bottom: 20px;
  }

  .column-23 {
    position: relative;
    display: block;
  }

  .column-24 {
    margin-bottom: 20px;
    padding-left: 0px;
  }

  .column-25 {
    padding-right: 0px;
  }

  .div-block-47 {
    padding-right: 0px;
  }

  .div-block-47.navblock {
    margin-top: 20px;
  }

  .div-block-48 {
    margin-top: 0px;
  }

  .div-block-49 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .three-collums {
    margin-bottom: 10px;
    padding-left: 0px;
  }

  .collection-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    margin-left: 20px;
    -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-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }

  .tag-buttons {
    width: 100%;
    margin-left: 0px;
  }

  .tag-buttons._50 {
    width: 50%;
  }

  .category-button-holder {
    margin-top: 0px;
  }

  .story-block-div {
    margin-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
  }

  .optional-article-field {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
  }

  .article-video {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .article-file-attached {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .main-button-download-file {
    margin-top: 10px;
    margin-left: 0px;
  }

  .main-button-download-file._50 {
    width: 50%;
  }

  .article-external-link {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph-file-type {
    margin-bottom: 0px;
  }

  .collection-item-10 {
    width: 50%;
  }

  .header-tag-2 {
    font-size: 28px;
  }

  .header-tag-2.white {
    font-size: 28px;
  }

  .header-tag-2.white {
    font-size: 28px;
  }

  .paragraph-post {
    margin-bottom: 0px;
  }

  .collection-item-11 {
    height: auto;
    border-bottom-style: solid;
  }

  .nav-link-4 {
    display: block;
  }

  .columns-9 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .container-about {
    margin-top: 10px;
  }

  .column-28 {
    margin-bottom: 10px;
  }

  .column-29 {
    margin-bottom: 10px;
  }

  .column-30 {
    margin-bottom: 10px;
  }

  .div-block-53 {
    height: 50px;
    margin-top: 0px;
  }

  .navbar-4 {
    display: none;
  }

  .slide-nav {
    display: none;
  }

  .hero-privacy {
    height: 50vh;
    margin-top: 70px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-privacy.news {
    height: 40vh;
    padding-top: 10vh;
    padding-bottom: 50px;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(180deg, transparent, transparent);
    background-size: cover, auto;
  }

  .hero-privacy.parent {
    height: 60vh;
  }

  .nav-link-4-locked {
    display: block;
  }

  .section-14 {
    margin-top: 0px;
  }

  .section-15.de.hu {
    padding-right: 13px;
    padding-left: 13px;
  }

  .section-15.de.hu.qq {
    padding-bottom: 120px;
  }

  .column-34 {
    padding-right: 25px;
    padding-left: 25px;
  }

  .tt.ol {
    padding-right: 12px;
    padding-left: 12px;
  }

  .div-block-58 {
    display: block;
    height: auto;
    padding: 4px 87px 14px 84px;
  }

  .nav__details {
    z-index: 3000;
    margin-top: 0px;
    margin-bottom: 3px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .nav__contact__link {
    font-size: 13px;
  }

  .nav__detail__link {
    font-size: 14px;
  }

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

  .res {
    margin-top: -27px;
    padding-bottom: 0px;
  }

  .small-heading {
    margin-top: 0px;
    margin-bottom: 8px;
    font-size: 32px;
    line-height: 34px;
    font-weight: 400;
  }

  .image-crop {
    margin-bottom: 36px;
    border-bottom: 3px solid #5f6266;
    text-align: center;
  }

  .image-crop.hero {
    overflow: hidden;
    width: auto;
    margin-top: 21px;
    border-bottom-style: none;
  }

  .huge-heading {
    font-size: 50px;
    line-height: 48px;
  }

  .column-35 {
    height: 400px;
    border-bottom: 1px solid #000;
  }

  .column-36 {
    height: 450px;
    border-bottom: 1px solid #000;
  }

  .column-37 {
    height: 430px;
  }

  .bold-text-9 {
    font-size: 38px;
  }

  .div-block-61 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), -webkit-gradient(linear, left top, left bottom, from(rgba(12, 12, 12, 0)), to(rgba(12, 12, 12, 0))), url('../images/900X425_FLO.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(180deg, rgba(12, 12, 12, 0), rgba(12, 12, 12, 0)), url('../images/900X425_FLO.jpg');
    background-position: 0px 0px, 0px 0px, 50% 50%;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, scroll;
  }

  .div-block-63 {
    margin-bottom: 54px;
  }

  .text-block-17 {
    padding-right: 17px;
    padding-left: 17px;
  }

  .bold-text-10 {
    font-size: 18px;
  }

  .bold-text-11 {
    font-size: 18px;
  }

  .link-block-12 {
    margin-top: 45px;
  }

  .image-29.yyy {
    width: 70px;
    height: 70px;
  }

  .heading-13 {
    font-size: 28px;
  }

  .mask {
    width: 100%;
  }

  .column-49 {
    display: none;
  }

  .column-50 {
    margin-bottom: 12px;
  }

  .column-51 {
    margin-bottom: 14px;
  }

  .image-35 {
    margin-bottom: 12px;
  }

  .image-37 {
    margin-bottom: 12px;
  }

  .image-38 {
    margin-bottom: 12px;
  }

  .image-39 {
    margin-bottom: 12px;
  }

  .image-40 {
    margin-bottom: 12px;
  }

  .image-41 {
    margin-bottom: 12px;
  }

  .image-42 {
    margin-bottom: 12px;
  }

  .slide-18 {
    padding-top: 46px;
  }

  .huge-heading-2 {
    font-size: 50px;
    line-height: 48px;
  }

  .slide-17 {
    padding-top: 31px;
  }

  .slide-16 {
    padding-top: 45px;
  }

  .icon-7 {
    display: none;
  }

  .icon-8 {
    display: none;
  }

  .slide-20 {
    padding-right: 23px;
    padding-left: 26px;
  }

  .image-43 {
    margin-top: 44px;
    margin-bottom: 67px;
  }

  .heading-15 {
    font-size: 23px;
    line-height: 27px;
  }

  .heading-15.mkk {
    margin-top: 0px;
    padding-right: 182px;
    line-height: 28px;
  }

  .container-27 {
    height: 550px;
    background-size: contain;
  }

  .image-45 {
    margin-top: 0px;
    margin-bottom: -1px;
  }

  .heading-16 {
    width: 100%;
    font-size: 33px;
  }

  .text-block-19 {
    font-size: 19px;
  }

  .slider-6 {
    top: 51%;
    margin-top: 0px;
  }

  .mask-2 {
    width: 80%;
  }

  .slide-21 {
    width: 100%;
  }

  .slide-21._2 {
    width: 100%;
    background-image: url('../images/novotek.2.jpg');
    background-position: 32% 50%;
    background-size: cover;
    background-attachment: scroll;
  }

  .slide-21._6 {
    background-position: 0% 50%;
  }

  .slide-21._7 {
    background-position: 100% 50%;
  }

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

  .div-block-66 {
    padding-bottom: 0px;
    padding-left: 16px;
  }

  .column-62 {
    margin-bottom: 33px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-19 {
    padding-bottom: 105px;
  }

  .column-63 {
    margin-bottom: 27px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .video-3 {
    margin-bottom: 47px;
  }
}

@media screen and (max-width: 479px) {
  .heading.light.footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 16px;
    -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;
  }

  .paragraph {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 18px;
    font-style: normal;
  }

  .paragraph.light {
    float: left;
    font-size: 12px;
    line-height: 20px;
  }

  .paragraph.light.footer {
    margin-right: 16px;
    font-size: 8px;
  }

  .paragraph.minipost {
    width: 80%;
    margin-right: 0px;
  }

  .paragraph.white {
    margin-bottom: 0px;
  }

  .paragraph.white.left {
    float: none;
  }

  .paragraph.footer {
    display: inline-block;
    margin-top: 6px;
    margin-right: 0px;
    padding-right: 0px;
    float: right;
    clear: right;
    color: #aaa;
    font-size: 11px;
  }

  .paragraph.nav-block {
    padding-right: 0px;
  }

  .footerlink.light {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 16px;
    padding-bottom: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 16px;
  }

  .div-block-4 {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
  }

  .div-block-6 {
    height: 140px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#535353), to(#535353));
    background-image: linear-gradient(180deg, #535353, #535353);
  }

  .paragraph-2.light {
    margin-right: 16px;
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
  }

  .post-div {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .quicklinks.featured {
    margin-right: 10px;
  }

  .quicklinks.news {
    margin-top: 20px;
    margin-left: 10px;
  }

  .quicklinks.insights {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .quicklinks.reports {
    margin-top: 10px;
    margin-left: 10px;
  }

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

  .search {
    position: static;
    display: block;
    width: 100%;
    float: none;
  }

  .search-2 {
    display: block;
    width: 100%;
    height: 50px;
  }

  .image.footer {
    margin-right: 16px;
  }

  .navdorpdown {
    padding-right: 50px;
    padding-left: 20px;
    border-bottom: 0.5px solid #a3a3a3;
  }

  .dwopdownarrow {
    margin-right: 30px;
  }

  .dropdown-list.w--open {
    background-color: transparent;
  }

  .dropdown-link {
    padding-left: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 0.5px solid #aaa;
  }

  ._3-posts {
    padding-bottom: 60px;
  }

  .hero-section {
    margin-top: 70px;
  }

  .hero-section.frontpage {
    height: 800px;
    padding-top: 162px;
  }

  .hero-section.news {
    height: 60vh;
    padding-top: 20vh;
    padding-bottom: 0px;
  }

  .hero-slider {
    height: 60vh;
  }

  .column-3 {
    margin-bottom: 20px;
    padding-left: 10px;
  }

  .paragraph-file {
    margin-bottom: 50px;
    line-height: 16px;
  }

  .heading-post {
    margin-bottom: 10px;
  }

  .heading-post.frontpage {
    height: 54px;
    max-height: 54px;
  }

  .link {
    width: 75%;
  }

  .image-5 {
    position: static;
    float: left;
  }

  .empty-state {
    margin-right: 10px;
    margin-bottom: 16px;
  }

  .image-6 {
    display: block;
    margin-top: 26px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .paragraph-3 {
    float: none;
    font-size: 11px;
    line-height: 15px;
  }

  .heading-nothingfound {
    float: none;
    font-size: 19px;
  }

  .footer-div {
    padding-bottom: 24px;
  }

  .collection-item {
    width: 100%;
  }

  .image-7 {
    padding-right: 0px;
    padding-left: 16px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .image-8 {
    margin-top: 0px;
    float: right;
  }

  .section-5._66 {
    padding-bottom: 0px;
  }

  .section-5.ss {
    padding-top: 22px;
  }

  .hero-image {
    background-size: auto;
  }

  .hero-image.slide-1 {
    background-position: 50% 50%;
  }

  .hero-image.slide-3 {
    background-position: 50% 50%;
    background-size: cover;
  }

  .slider-div {
    bottom: 20px;
    display: block;
    width: 82%;
    padding-bottom: 0px;
  }

  .container-9 {
    height: 60vh;
  }

  .paragraph-4 {
    margin-bottom: 0px;
    padding: 0px;
    font-size: 16px;
    line-height: 23px;
  }

  .main-button {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .main-button.search {
    width: 100%;
    margin-bottom: 10px;
  }

  .main-button.aside.w--current {
    margin-top: 0px;
  }

  .icon-3 {
    display: none;
  }

  .icon-4 {
    display: none;
  }

  .right-arrow {
    display: none;
  }

  .left-arrow {
    display: none;
  }

  .menu-button-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .icon-5 {
    font-size: 30px;
  }

  .section-6 {
    display: block;
  }

  .navbar-master {
    margin-top: 23px;
  }

  .brand-3.w--current {
    padding-bottom: 9px;
  }

  .nav-menu-2 {
    width: 100%;
    height: 100%;
    margin-top: 0px;
  }

  .menu-button-5 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-button-5.w--open {
    background-color: transparent;
  }

  .icon-6 {
    color: #000;
    font-size: 32px;
  }

  .blog-post-header {
    height: 100%;
  }

  .blog-body-wrapper {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
  }

  .body-copy {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    padding: 20px;
    background-color: #fff;
  }

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

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

  .full-container {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }

  .full-container.header {
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-color: transparent;
  }

  .section-tittle-block.page-header {
    margin-bottom: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-tittle-block.page-header.page {
    width: 100%;
  }

  .section-tittle-block.page-header {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-tittle-block.page-header.blog {
    display: inline-block;
    width: 100%;
    background-color: transparent;
  }

  .section-tittle-block.parent {
    margin-right: 10px;
    margin-left: 10px;
  }

  .section-tittle {
    position: static;
    left: 0px;
    bottom: 20px;
    display: block;
    margin-right: 10px;
    margin-left: 0px;
    padding: 0px;
    font-size: 28px;
    line-height: 32px;
  }

  .section-tittle.white {
    font-size: 28px;
    line-height: 40px;
    text-align: center;
  }

  .section-tittle.white {
    font-size: 28px;
    line-height: 40px;
    text-align: center;
  }

  .section-tittle.article {
    margin-bottom: 10px;
  }

  .news-grid {
    margin-top: 10px;
  }

  .article-preview-div {
    height: auto;
  }

  .article-preview-div.frontpage {
    height: 380px;
    max-height: 380px;
    margin-right: 10px;
  }

  .article-preview-div.collection {
    height: 390px;
    max-height: 390px;
  }

  .news-thumbnail {
    height: 140px;
  }

  .collection-item-3 {
    width: 100%;
  }

  .post-details {
    height: 24px;
    max-width: 40%;
    margin-top: 4px;
    line-height: 24px;
  }

  .post-details.frontpage {
    color: #aaa;
  }

  .post-details-link {
    color: #616161;
    font-size: 9px;
  }

  .column-12 {
    position: static;
  }

  .columns-5 {
    margin-top: auto;
    margin-bottom: 0px;
  }

  .paragraph-quicklink {
    height: 54px;
    max-height: 54px;
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph-quicklink.light.footer {
    margin-right: 16px;
  }

  .paragraph-quicklink.minipost {
    width: 80%;
    margin-right: 0px;
  }

  .slider-div-wrapper {
    left: 0px;
    top: 47vh;
    bottom: 10vh;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
  }

  .author-hero-image {
    padding: 0px;
  }

  .div-block-28 {
    max-width: 600px;
  }

  .collection-item-4 {
    width: 100%;
  }

  .paragraph-6 {
    display: inline-block;
    height: 20px;
    padding-right: 5px;
    padding-left: 10px;
    float: right;
  }

  .link-block-5 {
    width: 50%;
  }

  .link-block-5.frontpage {
    padding-left: 0px;
    float: none;
  }

  .category-button {
    overflow: hidden;
    color: #aaa;
    text-align: center;
  }

  .category-buttons {
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
  }

  .heading-5 {
    font-size: 20px;
  }

  .heading-6 {
    font-size: 24px;
    line-height: 30px;
  }

  .paragraph-7 {
    overflow: hidden;
    height: 62px;
    max-height: 62px;
  }

  .text-block-6 {
    padding-bottom: 4px;
  }

  .search-input-2 {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .search-result-item {
    margin-bottom: 0px;
  }

  .column-13 {
    margin-bottom: 20px;
  }

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

  .container-17 {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: transparent;
  }

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

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

  .info-wrapper.div {
    left: 0px;
    width: auto;
    margin-left: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .percentage.blog {
    margin-top: 10px;
    margin-bottom: 0px;
    float: left;
  }

  .percentage.blog.center {
    float: none;
    background-color: #dadada;
    color: #616161;
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
  }

  .page-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .page-header.blog-single {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .div-block-41 {
    display: block;
    overflow: hidden;
    width: 40px;
    height: 40px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    border-radius: 200px;
  }

  .link-block-7 {
    float: left;
  }

  .section-11 {
    display: block;
    margin: 10px 10px 0px;
  }

  .collection-item-5 {
    width: 100%;
  }

  .wrapper-story {
    padding: 55px 13px 54px;
    font-size: 16px;
  }

  .container-story {
    margin-top: 10px;
  }

  .heading-story {
    margin-bottom: 15px;
    font-size: 21px;
    line-height: 32px;
  }

  .div-block-44 {
    height: 30vh;
  }

  .column-20.col-left {
    overflow: hidden;
    height: 160px;
    padding-right: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .column-20.col-right {
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .column-21.col-right {
    margin-top: 20px;
  }

  .column-21.col-left {
    overflow: hidden;
    height: 160px;
    padding-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

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

  .profile-image-60px {
    display: inline-block;
    width: 90px;
    height: 80px;
    margin-right: 10px;
    float: none;
  }

  .member-header {
    display: inline-block;
    width: 100%;
    float: none;
    font-size: 20px;
  }

  .member-paragraph {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
  }

  .member-paragraph.light.footer {
    margin-right: 16px;
    font-size: 8px;
  }

  .member-paragraph.minipost {
    width: 80%;
    margin-right: 0px;
  }

  .member-paragraph.white {
    margin-bottom: 0px;
  }

  .member-paragraph.white.left {
    float: none;
  }

  .member-paragraph.fixed {
    margin-top: 0px;
    padding-top: 0px;
  }

  .member-role {
    display: block;
    margin-bottom: 4px;
    float: none;
    font-size: 12px;
  }

  .div-block-45 {
    border-bottom: 0.5px none #dadada;
  }

  .collection-item-6 {
    width: 100%;
    margin-bottom: 10px;
  }

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

  .column-24 {
    padding-right: 0px;
  }

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

  ._3-collums {
    margin-bottom: 20px;
    padding-right: 0px;
  }

  .div-block-47 {
    padding-right: 0px;
  }

  .div-block-49 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .collum-header {
    display: inline-block;
    float: none;
    font-size: 20px;
  }

  .three-collums {
    padding-right: 0px;
  }

  .collection-list {
    margin-right: 15px;
    margin-left: 15px;
  }

  .tag-buttons {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .tag-buttons.search {
    width: 100%;
    margin-bottom: 10px;
  }

  .story-block-div {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .optional-article-field {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .article-video {
    display: block;
    margin-right: 10px;
    margin-left: 10px;
    padding: 20px;
    background-color: #fff;
  }

  .article-file-attached {
    display: block;
    margin-right: 10px;
    margin-left: 10px;
    padding: 0px;
    background-color: #fff;
  }

  .main-button-download-file {
    display: inline-block;
    width: auto;
    margin: 10px auto 0px;
    float: none;
  }

  .main-button-download-file.search {
    width: 100%;
    margin-bottom: 10px;
  }

  .div-block-51 {
    padding: 20px;
    background-color: #fff;
  }

  .article-external-link {
    display: block;
    overflow: hidden;
    margin-right: 10px;
    margin-left: 10px;
    padding: 20px;
    background-color: #fff;
  }

  .link-3 {
    overflow: hidden;
  }

  .article-file-type {
    margin-bottom: 10px;
  }

  .article-file-type.frontpage {
    height: 54px;
    max-height: 54px;
  }

  .paragraph-file-type {
    margin-bottom: 10px;
    line-height: 16px;
  }

  .collection-item-10 {
    width: 100%;
  }

  .header-tag-2 {
    font-size: 28px;
    line-height: 32px;
  }

  .header-tag-2.white {
    font-size: 28px;
    line-height: 40px;
    text-align: center;
  }

  .header-tag-2.white {
    font-size: 28px;
    line-height: 40px;
    text-align: center;
  }

  .paragraph-post {
    margin-bottom: 10px;
    line-height: 16px;
  }

  .nav-link-4 {
    padding-left: 8px;
    font-size: 17px;
  }

  .nav-link-4.w--current {
    color: #cecece;
    font-size: 17px;
  }

  .nav-menu-desktop {
    width: 100%;
    height: 100vh;
    background-color: #dadada;
  }

  .hero-privacy {
    margin-top: 70px;
  }

  .hero-privacy.news {
    height: 60vh;
    padding-top: 20vh;
    padding-bottom: 0px;
  }

  .nav-link-4-locked {
    padding-left: 20px;
  }

  .nav-icon-locked {
    margin-left: -6px;
  }

  .heading-9.yy {
    text-align: center;
  }

  .div-block-57 {
    padding-right: 18px;
    padding-left: 19px;
  }

  .div-block-57._8uu {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-57.iu {
    height: 900px;
  }

  .heading-10.collection-list-wrapper-12 {
    margin-top: 24px;
    margin-bottom: 4px;
  }

  .heading-10.collection-list-wrapper-12.tt {
    margin-top: 62px;
  }

  .section-14 {
    margin-top: 0px;
    padding-top: 7px;
    padding-bottom: 95px;
  }

  .section-15.de {
    padding-top: 155px;
    padding-bottom: 159px;
  }

  .section-15.de.hu {
    height: auto;
    padding: 12px 10px 9px 8px;
  }

  .section-15.de.hu.qq {
    height: 1700px;
    padding-bottom: 0px;
  }

  .section-15.dd {
    display: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/3548.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/3548.jpg');
    background-position: 0px 0px, 81% 50%;
  }

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

  .div-block-58 {
    padding-right: 18px;
    padding-left: 18px;
  }

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

  .nav__details {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 3000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -5px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 2px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .nav__detail__link {
    font-size: 11px;
  }

  .image-24 {
    margin-right: 0px;
  }

  .html-embed {
    display: block;
  }

  .html-embed.mobile {
    display: none;
    height: auto;
  }

  .button-5 {
    display: block;
    margin-bottom: 14px;
  }

  .res {
    margin-top: -20px;
    padding-top: 0px;
    padding-right: 12px;
    padding-left: 14px;
    font-style: italic;
  }

  .outline-button {
    display: block;
    width: 100%;
    margin-left: 0px;
  }

  .small-heading {
    font-size: 20px;
    line-height: 22px;
  }

  .image-crop {
    height: 270px;
  }

  .image-crop.hero {
    margin-bottom: -186px;
  }

  .subtitle {
    margin-bottom: 29px;
    color: #fff;
  }

  .huge-heading {
    margin-bottom: 10px;
    padding-right: 0px;
    font-size: 33px;
    line-height: 34px;
  }

  .column-35 {
    border: 1px solid #000;
  }

  .column-36 {
    border: 1px solid #000;
  }

  .column-37 {
    border-bottom: 1px solid #000;
  }

  .heading-12 {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 28px;
  }

  .bold-text-7 {
    color: #fff;
  }

  .bold-text-8 {
    font-size: 17px;
    line-height: 25px;
  }

  .bold-text-9 {
    width: 200px;
    font-size: 22px;
    line-height: 12px;
  }

  .div-block-61 {
    padding-left: 18px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), -webkit-gradient(linear, left top, left bottom, from(rgba(12, 12, 12, 0)), to(rgba(12, 12, 12, 0))), url('../images/900X425_FLO.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), linear-gradient(180deg, rgba(12, 12, 12, 0), rgba(12, 12, 12, 0)), url('../images/900X425_FLO.jpg');
    background-position: 0px 0px, 0px 0px, 50% 50%;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, scroll;
  }

  .container-22 {
    margin-bottom: 0px;
  }

  .div-block-63 {
    padding-bottom: 54px;
  }

  .image-29.yyy {
    width: 70px;
    height: 70px;
  }

  .section-18 {
    margin-top: 0px;
    padding-top: 29px;
  }

  .heading-13 {
    font-size: 18px;
  }

  .slide-18 {
    height: 700px;
    padding-top: 37px;
  }

  .huge-heading-2 {
    margin-bottom: 10px;
    padding-right: 0px;
    font-size: 33px;
    line-height: 34px;
  }

  .outline-button-2 {
    display: block;
    width: 100%;
    margin-left: 0px;
    text-align: center;
  }

  .slide-17 {
    height: 700px;
  }

  .slide-19.rty {
    height: 700px;
    padding-top: 19px;
  }

  .slider-5 {
    height: 750px;
    background-color: #effbfd;
  }

  .slide-16 {
    height: 700px;
  }

  .icon-7 {
    display: none;
  }

  .icon-8 {
    display: none;
  }

  .slide-20 {
    height: 700px;
    margin-top: 12px;
    padding-top: 37px;
  }

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

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

  .heading-14 {
    font-size: 35px;
  }

  .heading-15 {
    font-size: 20px;
  }

  .heading-15.mkk {
    margin-left: 11px;
    padding-right: 0px;
  }

  .green {
    font-size: 23px;
  }

  .image-44 {
    margin-top: -51px;
  }

  .slide-nav-2 {
    display: none;
  }

  .container-27 {
    height: 300px;
    margin-bottom: 76px;
  }

  .image-45 {
    margin-bottom: -1px;
  }

  .heading-16 {
    font-size: 23px;
    line-height: 30px;
  }

  .bold-text-12 {
    text-align: center;
  }

  .slider-6 {
    height: 500px;
    margin-top: 304px;
  }

  .mask-2 {
    width: 100%;
  }

  .left-arrow-2 {
    background-image: none;
  }

  .right-arrow-2 {
    background-image: none;
  }

  .heading-19 {
    margin-bottom: 23px;
    font-size: 23px;
    line-height: 32px;
    text-align: center;
  }

  .section-19.vg {
    overflow: auto;
  }

  .section-19.vg {
    overflow: auto;
  }

  .video-3 {
    margin-bottom: 36px;
  }
}

#w-node-_21a5b3a6-6a2d-b376-4f00-baf130b244aa-30b244a6 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_21a5b3a6-6a2d-b376-4f00-baf130b244ab-30b244a6 {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_43c39d8d-6059-2373-f060-13e164a3a027-2dca97a8 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_43c39d8d-6059-2373-f060-13e164a3a028-2dca97a8 {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_43c39d8d-6059-2373-f060-13e164a3a027-85ca97a9 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_43c39d8d-6059-2373-f060-13e164a3a028-85ca97a9 {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-_21a5b3a6-6a2d-b376-4f00-baf130b244aa-30b244a6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_43c39d8d-6059-2373-f060-13e164a3a027-2dca97a8 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_43c39d8d-6059-2373-f060-13e164a3a027-85ca97a9 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

