.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 94px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.menutop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
}

.icontop {
  margin-right: 20px;
}

.linktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e6e6df;
  font-size: 22px;
  text-decoration: none;
}

.linktop:hover {
  text-decoration: underline;
}

.linktop.last {
  margin-right: 0px;
}

.bottomgrid {
  display: -ms-grid;
  display: grid;
  min-height: 40vh;
  margin-top: 60px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.griditem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #00242b;
  -webkit-transition: background-color 350ms cubic-bezier(.23, 1, .32, 1);
  transition: background-color 350ms cubic-bezier(.23, 1, .32, 1);
  color: #fff;
}

.griditem:hover {
  background-color: #5695ae;
  color: #000;
}

.griditem.scroll {
  position: relative;
  display: none;
  background-color: #c9d55c;
  color: #000;
}

.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 18px;
  line-height: 30px;
}

.listitem {
  text-decoration: none;
}

.listitem:hover {
  text-decoration: underline;
}

.grid {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 40% 60%;
  grid-template-rows: 40% 60%;
}

.headinggrid {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 300;
}

.heading {
  margin-right: 20px;
  color: #e6e6df;
  font-size: 48px;
  font-weight: 500;
  text-align: right;
  margin-bottom: 0px;
}
.heading-dev {
  margin-right: 20px;
  margin-top: -60px;
  color: #fd1f1f;
  font-size: 36px;
  font-weight: 300;
  text-align: right;
}

.b80 {
  margin-bottom: 80px;
}

.b80.arrowback {
  padding-left: 40px;
  background-image: url('../images/arrowBack.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-weight: 600;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .header {
    height: auto;
    margin-bottom: 100px;
    -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;
  }

  .menutop {
    margin-top: 40px;
    margin-right: 0px;
  }

  .linktop {
    margin-right: 40px;
    font-size: 20px;
  }

  .bottomgrid {
    min-height: 600px;
    justify-items: stretch;
    -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;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

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

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

  .grid {
    -ms-grid-rows: 40% -webkit-min-content;
    -ms-grid-rows: 40% min-content;
    grid-template-rows: 40% -webkit-min-content;
    grid-template-rows: 40% min-content;
  }

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

@media screen and (max-width: 767px) {
  .header {
    height: auto;
    margin-bottom: 60px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .bottomgrid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading {
    display: block;
    margin-bottom: 0px;
    font-size: 42px;
  }
  .heading-dev {
    display: block;
    margin-bottom: 0px;
    font-size: 28px;
  }
}

@media screen and (max-width: 479px) {
  .menutop {
    display: none;
  }

  .heading {
    display: block;
    margin-bottom: 0px;
    font-size: 36px;
  }
  .heading-dev {
    display: block;
    margin-bottom: 0px;
    font-size: 22px;
  }
}

#w-node-_90884bc9-f06a-70a1-fcf7-d3a03d45fb24-5069c2f5 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}