.image {
  object-fit: cover;
  width: 110px;
  height: 36px;
}

.container {
  width: 80%;
  max-width: 1280px;
  height: auto;
  margin-left: 0;
  margin-right: 0;
}

.brand {
  height: 100%;
  margin-top: 15px;
}

.nav-link {
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 25px;
  padding-bottom: 10px;
  font-family: Mulish, sans-serif;
  font-size: 11px;
}

.nav-link.w--current {
  color: #000;
  text-underline-offset: 7px;
  text-decoration: underline;
}

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

.animate-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .6s cubic-bezier(.21,.61,.35,1), transform .6s cubic-bezier(.21,.61,.35,1);
  transition-delay: var(--reveal-delay, 0s);
}

.animate-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.animate-reveal.from-left {
  transform: translateX(-24px);
}

.animate-reveal.from-left.is-visible {
  transform: translateX(0);
}

@media (prefers-reduced-motion: reduce) {
  .animate-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.icon {
  color: #fff;
  background-image: url('../images/Vector-10-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  font-weight: 300;
}

.navbar {
  background-color: #ffffffe3;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
  display: flex;
  position: fixed;
}

.dropdown-toggle {
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
  display: flex;
}

.image-2 {
  width: 16px;
  margin-top: 25px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.dropdown-list {
  background-color: #d4c9c9;
}

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

.link {
  color: #6d5757;
}

.link.w--current {
  text-underline-offset: 7px;
}

.section_hero {
  z-index: 2;
  background-image: linear-gradient(7deg, #000000a3, #0000), url('../images/Hero-Image-min.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.outer_wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 80%;
  max-width: 1280px;
  height: 100%;
  display: flex;
}

.outer_wrapper.gap10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.outer_wrapper.no_gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 90%;
}

.heading {
  color: #fff;
  margin-top: 0;
}

.small_heading {
  color: #fff;
}

.small_heading.black {
  color: #000;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 300;
}

.section {
  z-index: 2;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 75px;
  padding-bottom: 75px;
  display: flex;
  position: relative;
}

.section.side_navigation {
  z-index: 1;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 170px;
  position: relative;
}

.section.side_navigation.grey {
  z-index: 0;
  background-color: #f1f2f2;
  overflow: hidden;
}

.section.side_navigation.jm {
  z-index: 0;
}

.section.img {
  background-image: url('../images/Frame-2-22.png');
  background-position: 50%;
  background-size: cover;
}

.paragraph {
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.paragraph.small {
  width: auto;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 23px;
}

.paragraph.small._2 {
  width: 100%;
}

.paragraph.small.no_width {
  width: 90%;
  margin-top: 20px;
}

.paragraph.small.no_width.bold {
  margin-top: 0;
  font-weight: 700;
}

.paragraph.small.width75 {
  width: 75%;
}

.paragraph.small.fsd {
  font-size: 12px;
}

.div_space_between_horizontal {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.button {
  color: #000;
  background-color: #fff0;
  background-image: url('../images/Vector-7.png');
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: auto 22%;
  border-bottom: 1px solid #000;
  flex: none;
  padding-left: 5px;
  padding-right: 26px;
  font-size: 10px;
}

.button.bold25noline {
  color: #4f4e4e;
  border-bottom-style: none;
  font-size: 16px;
  font-weight: 700;
}

.side_left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 170px;
  display: flex;
  position: fixed;
  top: 100px;
  left: 0;
}

.side_content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.link-2 {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.div-block {
  background-color: #000;
  width: 30px;
  height: 1px;
}

.side_link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: .35;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.side_link.w--current {
  opacity: 100;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 300;
}

.stats_wrapper {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 61px;
  margin-bottom: 61px;
  display: flex;
}

.stats_wrapper.mj {
  margin-bottom: 0;
}

.stat_image {
  width: 30%;
}

.stat_text_wrapper {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 67%;
  display: flex;
}

.stat_text {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 190px;
  padding: 37px;
  display: flex;
  position: relative;
}

.stat_inner_wapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.stat_inner_wapper.tab {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.line {
  background-color: #000;
  width: 80%;
  height: 1px;
  position: absolute;
  inset: auto auto 0%;
}

.line.ns {
  opacity: 0;
}

.image-3 {
  object-fit: cover;
  height: 100%;
}

.tabs {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  display: flex;
}

.tabs-menu {
  flex-flow: column;
  width: 49%;
  margin-right: 10px;
  display: flex;
}

.tabs-content {
  width: 50%;
}

.tab_planet {
  color: #000;
  background-color: #d9d9d9;
  margin-bottom: 5px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.tab_planet.w--current {
  color: #fff;
  background-color: #000;
}

.tab_planet.last {
  margin-bottom: 0;
}

.tab-pane-tab-1 {
  background-image: url('../images/Mask-group-49-min.png');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.tab-pane-tab-1.b {
  background-image: url('../images/planet_4-min.png');
}

.tab-pane-tab-1.nj {
  background-image: url('../images/planet_2-min.png');
}

.tab-pane-tab-1.n {
  background-image: url('../images/planet_3-min.png');
}

.slider {
  background-color: #ddd0;
  width: 100%;
  height: auto;
  margin-top: 33px;
}

.slider.d {
  margin-top: 60px;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  margin-left: -79px;
  display: flex;
}

.left-arrow.top {
  width: 30px;
  margin-left: 0;
  inset: -15% 30px auto auto;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  margin-right: -68px;
  display: flex;
}

.right-arrow.top {
  width: 30px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  inset: -15% 0% auto auto;
}

.slide {
  width: 15%;
  height: auto;
  margin-right: 2%;
}

.slide.report {
  width: 30%;
  margin-right: 5%;
}

.mask {
  height: auto;
}

.slide-nav {
  display: none;
}

.w-slider-arrow-left.w-hidden,
.w-slider-arrow-right.w-hidden {
  display: flex !important;
  opacity: .5 !important;
  pointer-events: none;
}
.w-slider-arrow-left[style*="display: none"],
.w-slider-arrow-right[style*="display: none"] {
  display: flex !important;
  opacity: .5 !important;
  pointer-events: none;
}

.link-block {
  color: #000;
  background-color: #f1f2f2;
  background-image: url('../images/Layer_1.png');
  background-position: 94% 85%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding: 20px 20px 40px;
  font-weight: 700;
  text-decoration: none;
}

.div-block-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.image-4 {
  object-fit: cover;
  height: 305.703px;
}

.image-5 {
  width: 15px;
  max-width: 80%;
  transform: rotate(180deg);
}

.image-6 {
  width: 15px;
}

.div-block-3 {
  z-index: 20;
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.div-block-3.top {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
  left: 20px;
  right: auto;
}

.image-7 {
  background-color: #ffffffd1;
  width: 230px;
  box-shadow: 0 2px 5px #0003;
}

.image-7.fs {
  box-shadow: none;
  object-fit: contain;
  background-color: #fff0;
  width: 30px;
  transform: rotate(180deg);
}

.image-8 {
  width: 50px;
  height: 40px;
  position: relative;
}

.image-9 {
  transform: rotate(180deg);
}

.footer_wrapper_down {
  justify-content: space-between;
  width: 80%;
  max-width: 1280px;
  display: flex;
}

.footer_div {
  background-image: url('../images/Group-1133.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 0;
  display: flex;
}

.div-block-26 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 36px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.image-10 {
  width: 200px;
  margin-bottom: 31px;
}

.ft {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_wrapper {
  width: 80%;
  max-width: 1280px;
  margin-bottom: 19px;
}

.div-block-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 80%;
  max-width: 1280px;
  margin-bottom: 20px;
  display: flex;
}

.image-16, .image-16.sdc {
  width: 30px;
}

.link-3 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 15px;
  text-decoration: none;
}

.link-3.fix {
  width: 90%;
  max-width: 1280px;
}

.link-3.fix.dc {
  color: #000;
  width: 100%;
}

.link-3.fix.dc.xas {
  width: auto;
  max-width: none;
  margin-bottom: 0;
}

.div-block-27 {
  flex-flow: row;
  justify-content: space-between;
  width: 80%;
  max-width: 1280px;
  display: flex;
}

.field-label {
  color: #fff;
  text-align: right;
}

@media screen and (max-width: 991px) {
  .dropdown-toggle {
    margin-left: 0;
  }

  .nav-menu {
    background-color: #fff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .dropdown {
    align-self: auto;
    width: 100%;
    margin-left: 0;
  }

  .section.side_navigation.grey, .section.side_navigation.jm {
    padding-left: 0;
  }

  .section.side_navigation.entry {
    z-index: 10;
    padding-left: 0;
  }

  .side_left {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background-color: #f5f5f5;
    flex-flow: row;
    width: 100%;
    padding-bottom: 16px;
    padding-left: 31px;
    top: 0;
  }

  .div-block {
    width: 1px;
    height: 20px;
  }

  .side_link {
    flex-flow: column;
  }

  .stats_wrapper.mj {
    flex-flow: row;
  }

  .stat_image {
    width: 100%;
  }

  .stat_text_wrapper {
    flex-flow: column;
    width: 100%;
  }

  .stat_text {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .line.ns {
    opacity: 100;
  }

  .image-3 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .footer_wrapper_down {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer_div {
    padding-top: 43px;
    padding-bottom: 43px;
  }
}

@media screen and (max-width: 479px) {
  .outer_wrapper.no_gap {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .heading {
    font-size: 32px;
    line-height: 37px;
  }

  .small_heading.black {
    width: 80%;
    line-height: 20px;
  }

  .section.side_navigation.grey {
    padding-bottom: 60px;
  }

  .section.side_navigation.grey.m {
    padding-bottom: 0;
  }

  .section.side_navigation.jm {
    padding-bottom: 60px;
  }

  .section.side_navigation.entry {
    padding-bottom: 0;
  }

  .paragraph {
    font-size: 18px;
    line-height: 27px;
  }

  .paragraph.small.no_width {
    width: 80%;
  }

  .paragraph.small.width75 {
    width: 100%;
  }

  .div_space_between_horizontal {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 80%;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-2 {
    width: 80%;
    font-size: 32px;
  }

  .heading-2.njn {
    width: 50%;
  }

  .stats_wrapper {
    flex-flow: column;
    margin-bottom: 0;
  }

  .stats_wrapper.mj {
    flex-flow: column;
  }

  .stat_image {
    order: 9999;
  }

  .stat_text {
    height: auto;
    min-height: 130px;
  }

  .stat_inner_wapper.tab {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .tabs {
    flex-flow: column;
  }

  .tabs-menu {
    width: 100%;
    margin-right: 0;
    padding-bottom: 40px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .tabs-content {
    width: 100%;
    height: 300px;
  }

  .slider {
    width: 90%;
  }

  .left-arrow {
    width: 10px;
    margin-left: -13px;
  }

  .left-arrow.top {
    top: -10%;
  }

  .right-arrow {
    width: 10px;
    margin-right: -10px;
  }

  .right-arrow.top {
    top: -10%;
  }

  .slide {
    width: 23%;
  }

  .slide.report {
    width: 80%;
    margin-right: 7%;
  }

  .div-block-3.top {
    display: none;
  }

  .link-3.fix.dc.xas {
    font-size: 14px;
  }
}

