body {
  font-family: Satoshi, sans-serif;
  color: #2f2a33;
  font-size: 14px;
  line-height: 23px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 4em;
  line-height: 1.2em;
  font-weight: 900;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3em;
  line-height: 1em;
  font-weight: 900;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 900;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5em;
  line-height: 1.3em;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1em;
  line-height: 1.4em;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0.8em;
  line-height: 1em;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

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

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

img {
  display: inline-block;
  max-width: 100%;
}

strong {
  font-weight: 900;
}

figure {
  margin-top: 30px;
  margin-bottom: 50px;
}

.container {
  position: relative;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

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

.container.flex.topc {
  z-index: 90;
}

.logo {
  width: 240px;
  max-width: 240px;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  width: 100%;
  background-color: transparent;
  box-shadow: none;
}

.brand {
  display: inline-block;
  padding: 20px 10px 13px 0px;
  float: none;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.brand:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.nav-link {
  margin: 19px 1px 18px;
  padding: 12px 10px 11px;
  border-radius: 5px;
  color: #2f2a33;
  font-weight: 700;
}

.nav-link:hover {
  background-color: #ff7a01;
  color: #fff;
}

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

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

.nav-link.buttonnl {
  margin: 19px 0px 18px 2px;
  padding: 12px 15px 11px;
  border-radius: 5px;
  background-color: #5996ff;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  color: #fff;
}

.nav-link.buttonnl:hover {
  box-shadow: 0 4px 10px -9px #000;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.nav-link.buttonnl-fa {
  width: 46px;
  max-width: 46px;
  margin: 19px 1px 18px;
  padding: 12px 15px 11px;
  border-radius: 5px;
  font-family: 'Fa solid 900', sans-serif;
  font-weight: 400;
  text-align: center;
}

.nav-link.buttonnl-fa:hover {
  color: #fff;
}

.slice {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  max-width: 65vw;
  -o-object-fit: contain;
  object-fit: contain;
}

.slice.left {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  max-width: 100vw;
}

.slice.tops {
  margin-top: 43px;
}

.mainheader {
  position: relative;
  padding-top: 60px;
  padding-bottom: 0px;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

._2col {
  position: relative;
  z-index: 1;
  width: 48%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: 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;
  text-align: left;
}

.button {
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 20px 40px;
  border-radius: 10px;
  background-color: #5996ff;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  color: #fff;
  font-weight: 900;
}

.button:hover {
  box-shadow: 0 6px 11px -5px rgba(0, 0, 0, 0.25);
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.button.bcentre {
  margin-right: auto;
  margin-left: auto;
  background-color: #ff7a01;
}

.button.bcentre.blueb {
  background-color: #5996ff;
}

.button.bcentre.whiteb {
  background-color: #fff;
  color: #2f2a33;
}

.button.whiteb {
  background-color: #f8f1ea;
  color: #2f2a33;
}

.button.orangeb {
  background-color: #ff7a01;
}

.button.headbutton {
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
  padding: 15px 20px;
  float: right;
  background-color: #2f2a33;
}

.button.imageobutton {
  margin-top: -20px;
  background-color: #ff7a01;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  min-width: 31.3%;
  margin-right: 1%;
  margin-bottom: 30px;
  margin-left: 1%;
  padding-bottom: 25px;
  -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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
  background-color: #f8f1ea;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  color: #2f2a33;
  text-align: left;
  text-decoration: none;
}

.card:hover {
  box-shadow: 0 12px 30px -10px rgba(0, 0, 0, 0.15);
  -webkit-transform: perspective(627px) scale(1.02);
  transform: perspective(627px) scale(1.02);
}

.card.cwide {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 98%;
  padding: 110px 10px 110px 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #eaeff8;
}

.card.cwide.blueb {
  background-color: #5996ff;
  color: #fff;
}

.card.cwide.orangeb {
  background-color: #ff7a01;
  color: #fff;
}

.card.cwide.darkbg {
  background-color: #2f2a33;
  color: #fff;
}

.card.c2 {
  background-color: #d2d9e7;
}

.card.c3 {
  background-color: #d5e6d6;
}

.card.c4 {
  background-color: #e6c9c9;
}

.card.c5 {
  background-color: #d6cdda;
}

.card.c6 {
  background-color: #dbcfc5;
}

.card.minicard {
  max-width: 31%;
  min-height: 150px;
  margin-bottom: 20px;
  padding: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  background-color: #f8f1ea;
}

.card.minicard.n1 {
  top: -16px;
}

.card.minicard.n1.qw {
  background-color: #c7d4e0;
}

.card.minicard.n1.fr {
  background-color: #cae0c6;
}

.card.minicard.n1.we {
  background-color: #d3c8b1;
}

.card.minicard.n1.lk {
  background-color: #a0a2a3;
}

.card.minicard.n1.ye {
  background-color: #e4ddad;
}

.card.minicard.vw {
  background-color: #f0c7c7;
}

.card.minicard.hj {
  background-color: #b3acbd;
}

.card.minicard.hy {
  background-color: #bbcab6;
}

.card.heroc {
  overflow: visible;
  max-width: 400px;
  margin-right: 0%;
  margin-left: auto;
  padding-top: 250px;
  background-color: #f8f1ea;
  color: #fff;
}

.card.nwide {
  min-width: 64.6%;
}

.card.nwide.c2 {
  background-color: #d2d9e7;
}

.card.c7 {
  background-color: #e4ddad;
}

.cardimage {
  position: relative;
  width: 100%;
  height: 230px;
  margin-bottom: 15px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.cardimage.ciwide {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  height: 100%;
  max-width: 50%;
  margin-right: 3%;
  margin-bottom: 0px;
  border-radius: 10px 0px 0px 10px;
}

.cardimage.topf {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  height: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.cardtitle {
  margin-bottom: 15px;
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 900;
}

.progcontainer {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.progbar {
  height: 20px;
  margin-top: 0px;
  border-radius: 3px;
  background-color: #fff;
}

.progress {
  width: 45%;
  height: 20px;
  border-radius: 3px;
  background-color: #ff7a01;
}

.progress._25 {
  width: 25%;
}

.progress._75 {
  width: 75%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #ff7a01), to(#ff5e00));
  background-image: linear-gradient(90deg, #ff7a01 50%, #ff5e00);
}

.progress._80 {
  width: 80%;
}

.progress._98 {
  width: 98%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #ff7a01), to(#ff5e00));
  background-image: linear-gradient(90deg, #ff7a01 50%, #ff5e00);
}

.progtext {
  display: inline-block;
  float: none;
  font-size: 1em;
  line-height: 1em;
  font-weight: 400;
}

.progtext.ptright {
  float: right;
  text-align: right;
}

.tag {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  margin-top: 20px;
  margin-left: 20px;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #fff;
  color: #2f2a33;
  font-weight: 700;
  text-align: center;
}

.statcard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  min-height: 20px;
  min-width: 31%;
  margin-right: 1%;
  margin-left: 0%;
  padding: 15px 15px 15px 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 5px none #f8f1ea;
}

.statcard.centrest {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.staticon {
  max-width: 30%;
  border-style: solid;
  border-width: 4px;
  border-color: #f8f1ea;
  border-radius: 400px;
  background-color: #fff;
}

.staticon.textsi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  max-width: none;
  margin-bottom: 10px;
  -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;
  color: #ff7a01;
  font-size: 3em;
  font-weight: 900;
  text-align: center;
}

.stattitle {
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 900;
}

.stattext {
  padding-left: 15px;
  line-height: 23px;
}

.statcontainer {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin: 50px auto;
  padding: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1), 0 30px 20px -30px rgba(0, 0, 0, 0.28);
  color: #2f2a33;
}

.statcontainer.longreadcs {
  margin-top: -50px;
  margin-bottom: -20px;
}

.appeal {
  position: relative;
  z-index: 10;
  display: none;
  width: 100%;
  padding: 10px 20px;
  background-color: #fff;
  box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.28);
  color: #ff7a01;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.appeal:hover {
  color: #fff;
}

.navback {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 20px -8px rgba(0, 0, 0, 0.2);
  opacity: 0;
}

.tabsblock {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  font-weight: 900;
  text-align: center;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1150px;
  margin-top: -20px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: center;
}

.cardcontent {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-bottom: 65px;
  padding-left: 20px;
  -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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 500;
}

.cardcontent.ccnobar {
  padding-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.cardcontent.newscc {
  padding-bottom: 5px;
}

.cardcontent.newscc.noimage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tabs-content {
  overflow: visible;
}

.flag {
  position: absolute;
  left: auto;
  top: -5px;
  right: -5px;
  bottom: auto;
  z-index: 1;
  width: 75px;
}

.tablink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 9px 15px 9px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 400px;
  background-color: #f8f1ea;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
}

.tablink:hover {
  box-shadow: 0 6px 15px -8px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.tablink.w--current {
  margin-top: -10px;
  padding-top: 20px;
  border-radius: 0px 0px 35px 35px;
  background-color: #eaeff8;
  font-weight: 900;
}

.tabimage {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  float: left;
  border-radius: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

.tabtitle {
  float: right;
  line-height: 20px;
}

.buttonrow {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.cardblock {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  font-weight: 900;
  text-align: center;
}

.cardblock.latest {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f1ea), color-stop(50%, #fff));
  background-image: linear-gradient(180deg, #f8f1ea, #fff 50%);
  color: #2f2a33;
}

.cardblock.startp {
  padding-top: 190px;
  padding-bottom: 20px;
  background-color: #2f2a33;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 42, 51, 0.5)), to(#2f2a33)), url('../images/6286592a9c08fe143e9b3f57_plastics-5b.jpg');
  background-image: linear-gradient(180deg, rgba(47, 42, 51, 0.5), #2f2a33), url('../images/6286592a9c08fe143e9b3f57_plastics-5b.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.cardblock.bcb {
  background-color: #f8f1ea;
}

.cardrow {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 20px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
}

.tabs {
  z-index: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 400;
}

.catrow {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 20px 10px;
  -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;
}

.catbutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  padding: 9px 15px 9px 9px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  color: #2f2a33;
}

.catbutton:hover {
  box-shadow: 0 6px 15px -8px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.catbutton.w--current {
  margin-top: -10px;
  padding-top: 20px;
  border-radius: 0px 0px 35px 35px;
  background-color: #f8f1ea;
}

.catimage {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 5px;
  float: left;
  border-radius: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

.cattitle {
  float: right;
  line-height: 18px;
}

.catblock {
  padding-top: 20px;
  padding-bottom: 80px;
  background-color: #f8f1ea;
  color: #2f2a33;
  font-weight: 900;
  text-align: center;
}

.minibutton {
  position: relative;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 5px;
  background-color: #fff;
  font-weight: 700;
  text-align: center;
}

.miniimage {
  height: 100%;
  max-width: 34%;
  margin-bottom: 0px;
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.minititle {
  padding: 10px 20px;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 900;
}

.slide-nav {
  display: none;
}

.mask {
  overflow: visible;
  height: auto;
  max-width: 1200px;
  padding-left: 0px;
}

.latest-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
  background-color: transparent;
}

.latestarrow {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 60px;
  color: #2f2a33;
}

.latestarrow.laleft {
  right: 60px;
}

.latestarrow.laright {
  left: 60px;
}

.footer {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2f2a33;
  color: #fff;
  font-size: 0.8em;
}

.footmenucol {
  position: relative;
  display: inline-block;
  width: 48%;
  margin-right: 2%;
}

.footerlink {
  display: block;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  color: #fff;
  line-height: 1em;
  text-decoration: none;
}

.footerlink:hover {
  color: #ff7a01;
}

.text-field {
  display: inline-block;
  width: 73%;
  height: 50px;
  margin-top: 0px;
  margin-right: 2%;
  margin-bottom: 0px;
  border: 0px none transparent;
  border-radius: 10px;
}

.submit-button {
  position: relative;
  display: inline-block;
  width: 25%;
  height: 50px;
  border: 0px none #000;
  border-radius: 10px;
  background-color: #ff7a01;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #fff;
  font-weight: 700;
}

.submit-button:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

._4col {
  width: 23%;
}

.form-block {
  padding-right: 20px;
  padding-left: 20px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.socialrow {
  margin-bottom: 20px;
  padding-right: 22px;
  padding-left: 22px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.socialrow.nopad {
  margin-top: 40px;
  padding-left: 0px;
}

.socialfa {
  margin-right: 20px;
  font-family: 'Fa brands 400', sans-serif;
  color: #fff;
  font-size: 2em;
  text-decoration: none;
}

.socialfa:hover {
  color: #ff7a01;
}

.latestrow {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 3px 20px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footlogo {
  width: 100%;
  max-width: 240px;
}

.fa {
  font-family: 'Fa solid 900', sans-serif;
  line-height: 1em;
}

.featgrad {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  border-radius: 9px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#2f2a33));
  background-image: linear-gradient(180deg, transparent, #2f2a33);
}

.spacer {
  height: 30px;
}

.uappeal {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1001;
  width: 120px;
  height: 120px;
  margin-right: 2px;
  margin-bottom: 2px;
  padding: 13px;
  -webkit-transition: -webkit-transform 400ms ease-in-out;
  transition: -webkit-transform 400ms ease-in-out;
  transition: transform 400ms ease-in-out;
  transition: transform 400ms ease-in-out, -webkit-transform 400ms ease-in-out;
  color: #fff;
  font-size: 13px;
  line-height: 14px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.uappeal:hover {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.uabadge {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.uablock {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  -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: 400px;
  background-color: #ff7a01;
}

.bshadow {
  position: absolute;
  left: 0%;
  top: 20px;
  right: 0%;
  bottom: -20px;
  z-index: 0;
  width: 92%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 8px;
  background-color: #f8f1ea;
}

.oranget {
  color: #ff7a01;
}

.video {
  right: 0px;
  overflow: hidden;
  height: 509px;
  max-width: 509px;
  border-radius: 10px;
  box-shadow: 0 0 20px -16px #000;
}

.video.normalv {
  height: auto;
}

.dropdown-toggle {
  margin-left: 10px;
  padding-top: 10px;
  padding-right: 30px;
  padding-bottom: 10px;
  border-radius: 10px;
  background-color: #f8f1ea;
  color: #2f2a33;
}

.dropdown-toggle:hover {
  background-color: #ff7a01;
  color: #fff;
}

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

.icon {
  margin-right: 10px;
}

.listfilters {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-right: 10px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: right;
}

.dropdown-list.w--open {
  right: 0px;
  z-index: 10;
  overflow: auto;
  width: 200px;
  max-height: 80vh;
  margin-top: 10px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 20px -10px rgba(47, 42, 51, 0.51);
}

.dropdown {
  z-index: 10;
}

.filtersearchbutton {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 43px;
  margin-left: 0px;
  padding: 10px;
  float: none;
  border-radius: 10px;
  background-color: #f8f1ea;
  font-family: 'Fa solid 900', sans-serif;
  color: #2f2a33;
  text-align: center;
  text-decoration: none;
}

.filtersearchbutton:hover {
  background-color: #ff7a01;
  color: #fff;
}

.searchicon {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-list-2 {
  z-index: 10;
}

.filtersearch {
  position: relative;
  display: inline-block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.filtersearchentry {
  overflow: hidden;
  width: 100%;
  margin-right: -10px;
  padding: 10px 0px 10px 10px;
  float: left;
  border-radius: 10px;
  background-color: #f8f1ea;
  color: #818181;
  text-align: left;
}

.ddlink {
  z-index: 10;
}

.ddlink:hover {
  background-color: #f8f1ea;
}

.catbuttondd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 15px 5px 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #2f2a33;
}

.catbuttondd:hover {
  background-color: #f8f1ea;
}

.catbuttondd.w--current {
  margin-top: -10px;
  padding-top: 20px;
  border-radius: 0px 0px 35px 35px;
  background-color: #f8f1ea;
}

.catimagesmall {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  float: left;
  border-radius: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

.catbutton-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  padding: 9px 15px 9px 9px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  color: #2f2a33;
}

.catbutton-copy:hover {
  box-shadow: 0 6px 15px -8px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.catbutton-copy.w--current {
  margin-top: -10px;
  padding-top: 20px;
  border-radius: 0px 0px 35px 35px;
  background-color: #f8f1ea;
}

.newsletterbar {
  position: relative;
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: #2f2a33;
  color: #fff;
}

.hidden-text {
  display: block;
  width: 100%;
  height: 50px;
  margin-top: 0px;
  margin-right: 2%;
  margin-bottom: 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: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  border: 0px none transparent;
  border-radius: 10px;
}

.articleimage {
  position: relative;
  left: 0px;
  z-index: 1;
  max-width: 99%;
  margin: -20px auto 40px 0px;
  float: left;
  border-radius: 10px;
  box-shadow: 0 20px 20px -20px rgba(47, 42, 51, 0.6);
}

.articleleft {
  position: relative;
  width: 66%;
  padding-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: 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;
  text-align: left;
}

.articleside {
  position: relative;
  width: 33%;
  padding-top: 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-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;
  text-align: left;
}

.articlecontainer {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

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

.article-body {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  font-weight: 500;
    overflow: hidden;
}

.article-body.latest {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f1ea), color-stop(50%, #fff));
  background-image: linear-gradient(180deg, #f8f1ea, #fff 50%);
  color: #2f2a33;
}

.article-body.startp {
  padding-top: 190px;
  padding-bottom: 20px;
  background-color: #2f2a33;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 42, 51, 0.5)), to(#2f2a33)), url('../images/6286592a9c08fe143e9b3f57_plastics-5b.jpg');
  background-image: linear-gradient(180deg, rgba(47, 42, 51, 0.5), #2f2a33), url('../images/6286592a9c08fe143e9b3f57_plastics-5b.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.article-body.blackab {
  background-color: #2f2a33;
  color: #fff;
}

.article-body.centreab {
  overflow: hidden;
  text-align: center;
}

.article-body.orangeab {
  background-color: #ff7a01;
  color: #fff;
}

.article-body.linenab {
  background-color: #f8f1ea;
}

.rtb {
  margin-top: 20px;
  margin-bottom: 20px;
}

.rtb p {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 32px;
}

.rtb img {
  border-radius: 10px;
  box-shadow: 0 20px 20px -17px rgba(0, 0, 0, 0.3);
}

.rtb a {
  color: #ff7a01;
}

.rtb.achide {
  overflow: hidden;
  height: 0px;
  margin-top: 10px;
}

.rtb h2 {
  margin-bottom: 20px;
}

.rtb ul {
  font-size: 18px;
  line-height: 32px;
}

.rtb h3 {
  margin-bottom: 20px;
}

.rtb ol {
  font-size: 18px;
  line-height: 32px;
}

.rtb li {
  margin-bottom: 20px;
}

.articlecentre {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: 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;
}

.articlecentre.centreac {
  padding-left: 20px;
  text-align: center;
}

.articleheader {
  position: relative;
  z-index: 0;
  width: 100%;
  min-height: 60vh;
  margin-top: -90px;
  padding-top: 230px;
  padding-bottom: 90px;
  background-color: #2f2a33;
  color: #fff;
  text-align: center;
}

.articleheadimage {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  -o-object-fit: cover;
  object-fit: cover;
}

.subhead {
  margin-top: 40px;
}

.fullpageimage {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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;
}

.fullimage {
  width: 100%;
}

.fullimage.underfi {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mask-2 {
  height: 100%;
}

.slider {
  height: 100%;
  padding-top: 0px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #f8f1ea;
  color: #2f2a33;
}

.left-arrow {
  color: #2f2a33;
}

.right-arrow {
  color: #2f2a33;
}

.slide-nav-2 {
  opacity: 0.78;
}

.imagetext {
  max-width: 400px;
  margin-top: 220px;
  margin-bottom: 220px;
  padding: 1px 20px 20px;
  border-radius: 10px;
  background-color: #fff;
}

.imagetext.centreit {
  background-color: transparent;
  color: #fff;
  text-align: center;
}

.pagenav {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  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;
}

.onpagelink {
  display: block;
  color: #2f2a33;
  font-weight: 500;
  text-decoration: none;
}

.onpagelink:hover {
  color: #ff7a01;
}

.pagenavmenu {
  position: relative;
  padding: 40px 0px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #fff;
}

.pagenavnumber {
  display: inline-block;
  width: 40px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  font-weight: 900;
  text-align: right;
}

.pagenavtitle {
  display: inline-block;
  padding-right: 12px;
  padding-left: 10px;
  opacity: 1;
  white-space: nowrap;
}

.chapterst {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  opacity: 0.32;
  color: #2f2a33;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.accordion {
  position: relative;
  margin-bottom: 20px;
  padding: 10px 20px 1px;
  border-radius: 10px;
  background-color: #f8f1ea;
  color: #2f2a33;
  cursor: pointer;
}

.accordiontitle {
  padding-right: 60px;
  font-size: 1.5em;
}

.plus {
  position: absolute;
  left: auto;
  top: 27px;
  right: 20px;
  bottom: auto;
  width: 32px;
  height: 32px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.articlebackground {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sharebar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.sharemenu {
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.sharemenu:hover {
  opacity: 1;
}

.sociallink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  font-family: 'Fa brands 400', sans-serif;
  color: #2f2a33;
  text-align: center;
  text-decoration: none;
}

.sociallink:hover {
  color: #ff7a01;
}

.sociallink.fas {
  font-family: 'Fa solid 900', sans-serif;
}

.sharetext {
  width: 100%;
  margin-left: 5px;
  font-size: 0.8em;
}

.searchfield {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 80px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 4px;
  border-color: #f8f1ea;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  font-size: 2em;
  line-height: 1.5em;
}

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

.searchbutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 4px;
  border-color: #2f2a33;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #2f2a33;
  color: #fff;
  font-size: 1.5em;
  font-weight: 900;
  text-align: center;
}

.searchbutton:hover {
  border-color: #5996ff;
  background-color: #5996ff;
}

.searchformblock {
  width: 100%;
}

@media screen and (min-width: 1440px) {
  body {
    font-size: 16px;
    line-height: 25px;
  }

  .container {
    max-width: 1250px;
  }

  .nav-link.buttonnl-fa {
    width: 48px;
    max-width: 48px;
  }

  .slice {
    max-width: 63vw;
  }

  .slice.tops {
    margin-top: 45px;
  }

  .card.heroc {
    max-width: 400px;
  }

  .cardimage {
    height: 250px;
  }

  .staticon.textsi {
    width: 120px;
    height: 120px;
  }

  .statcontainer {
    max-width: 1250px;
    background-color: #fff;
  }

  .buttonrow {
    max-width: 1250px;
  }

  .cardrow {
    max-width: 1250px;
  }

  .catrow {
    max-width: 1250px;
  }

  .video {
    float: right;
  }

  .articleimage {
    width: 100%;
    max-height: 80vh;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .articlecontainer {
    max-width: 1250px;
  }

  .rtb p {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 35px;
  }

  .rtb ul {
    font-size: 20px;
    line-height: 35px;
  }

  .rtb ol {
    font-size: 20px;
    line-height: 35px;
  }

  .accordiontitle {
    font-size: 1.5em;
  }

  .plus {
    top: 29px;
  }

  .searchbutton {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    line-height: 1.1em;
  }

  .nav-link {
    margin: 10px 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 2em;
    text-align: center;
  }

  .nav-link.buttonnl {
    margin: 10px 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link.buttonnl-fa {
    display: inline-block;
    width: 60px;
    height: 60px;
    max-width: 60px;
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .slice.tops {
    margin-top: 35px;
  }

  .mainheader {
    padding-top: 40px;
  }

  .card {
    min-width: 48%;
    margin-bottom: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .card.cwide {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .card.minicard {
    min-width: 18%;
    -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;
  }

  .card.nwide {
    min-width: 48%;
  }

  .statcard {
    margin-left: 1%;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    text-align: center;
  }

  .stattext {
    padding-left: 0px;
  }

  .statcontainer {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .statcontainer.longreadcs {
    margin-bottom: 0px;
  }

  .tabsblock {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .tabs-menu {
    margin-top: -15px;
  }

  .cardcontent.newscc.noimage {
    padding-bottom: 5px;
  }

  .tablink {
    max-width: 20%;
  }

  .tabtitle {
    line-height: 18px;
  }

  .buttonrow {
    padding-top: 0px;
  }

  .cardblock {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cardblock.latest {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cardblock.startp {
    padding-top: 140px;
    background-size: auto, contain;
  }

  .cardrow {
    padding-bottom: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .catbutton {
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
  }

  .catblock {
    padding-bottom: 60px;
  }

  .miniimage {
    max-width: 100%;
  }

  .minititle {
    padding-right: 0px;
    padding-left: 0px;
  }

  .mask {
    overflow: visible;
  }

  .footer {
    padding-bottom: 120px;
  }

  .footmenucol {
    width: 100%;
    margin-right: 0%;
    padding-top: 20px;
  }

  .footerlink {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .latestrow {
    max-width: 750px;
  }

  .menu-button {
    padding-top: 22px;
    padding-bottom: 21px;
    color: #2f2a33;
    font-size: 40px;
    line-height: 40px;
  }

  .menu-button.w--open {
    z-index: 11;
    background-color: transparent;
    color: #2f2a33;
  }

  .nav-menu {
    z-index: 10;
    overflow: auto;
    height: 100vh;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #ff7a01;
    text-align: center;
  }

  .uappeal {
    width: 100px;
    height: 100px;
    padding: 11px;
    line-height: 13px;
  }

  .bshadow {
    width: 90%;
  }

  .listfilters {
    display: block;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .dropdown {
    margin-bottom: 10px;
  }

  .filtersearch {
    display: block;
    margin-bottom: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .catbutton-copy {
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
  }

  .newsletterbar {
    padding-top: 40px;
  }

  .articleimage {
    left: auto;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .articleleft {
    width: 100%;
    padding-right: 0px;
  }

  .articleside {
    width: 100%;
  }

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

  .articlecontainer.flex {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .article-body {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .article-body.latest {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .article-body.startp {
    padding-top: 140px;
    background-size: auto, contain;
  }

  .rtb p {
    margin-bottom: 20px;
  }

  .rtb figure {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .articlecentre {
    width: 100%;
  }

  .articleheader {
    padding-top: 130px;
  }

  .left-arrow {
    width: 40px;
  }

  .right-arrow {
    width: 40px;
  }

  .pagenavmenu {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pagenavnumber {
    width: 30px;
  }

  .pagenavtitle {
    width: 0px;
    padding-right: 5px;
    padding-left: 5px;
    opacity: 0;
  }

  .chapterst {
    font-size: 7px;
  }

  .sociallink {
    width: 20px;
    height: 20px;
  }

  .sharetext {
    position: relative;
    left: -7px;
    margin-left: 4px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

@media screen and (max-width: 767px) {
  .container.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container.flex.revmob {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .slice {
    max-width: 55vw;
  }

  .slice.tops {
    margin-top: 20px;
  }

  .mainheader {
    text-align: center;
  }

  ._2col {
    width: 100%;
  }

  ._2col.firstcolmob {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .button {
    margin-right: 10px;
    margin-left: 0px;
    padding: 15px 30px;
  }

  .button.headbutton {
    margin-left: 0px;
    float: none;
  }

  .card.heroc {
    max-width: none;
    min-width: 100%;
    margin-left: 0px;
    padding-top: 200px;
  }

  .cardtitle {
    margin-bottom: 10px;
    font-size: 1.5em;
  }

  .stattitle {
    font-size: 1.5em;
  }

  .stattext {
    line-height: 18px;
  }

  .appeal {
    line-height: 18px;
  }

  .tabs-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tablink {
    max-width: 40%;
    margin-right: 5px;
    margin-bottom: 6px;
    margin-left: 5px;
    padding: 7px;
  }

  .tablink.w--current {
    margin-top: 0px;
    padding-top: 7px;
    border-radius: 400px;
  }

  .tabimage {
    margin-right: 0px;
  }

  .tabtitle {
    display: none;
  }

  .cardblock.latest {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cardrow {
    padding-top: 20px;
  }

  .catrow {
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .catbutton {
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: 5px;
  }

  .catimage {
    width: 30px;
    height: 30px;
  }

  .catblock {
    padding-bottom: 40px;
  }

  .footer {
    padding-top: 40px;
    line-height: 1em;
    text-align: center;
  }

  .footmenucol {
    width: 48%;
    border-top: 1px solid #fff;
  }

  .text-field {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 10px;
    text-align: center;
  }

  .submit-button {
    width: auto;
    min-width: 100px;
  }

  ._4col {
    width: 100%;
  }

  .form-block {
    padding: 20px 0px;
    text-align: center;
  }

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

  .socialrow {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .socialfa {
    margin-right: 15px;
    margin-left: 15px;
  }

  .menu-button {
    margin-right: -20px;
  }

  .uappeal {
    font-size: 12px;
    line-height: 11px;
  }

  .bshadow {
    width: 85%;
  }

  .video {
    height: auto;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .dropdown-toggle {
    margin-right: 10px;
    margin-left: 0px;
  }

  .listfilters {
    text-align: left;
  }

  .dropdown-list.w--open {
    left: 0px;
    right: auto;
    z-index: 11;
  }

  .filtersearch {
    max-width: 400px;
  }

  .catimagesmall {
    width: 30px;
    height: 30px;
  }

  .catbutton-copy {
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: 5px;
  }

  .newsletterbar {
    text-align: center;
  }

  .hidden-text {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 10px;
    text-align: center;
  }

  .articleleft {
    width: 100%;
  }

  .articleleft.firstcolmob {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .articleside {
    width: 100%;
  }

  .articleside.firstcolmob {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

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

  .articlecontainer.flex.revmob {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .article-body.latest {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .rtb p {
    font-size: 16px;
    line-height: 28px;
  }

  .rtb figure {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .rtb.achide {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .rtb ul {
    font-size: 16px;
    line-height: 28px;
  }

  .rtb ol {
    font-size: 16px;
    line-height: 28px;
  }

  .rtb li {
    margin-bottom: 10px;
  }

  .articlecentre {
    width: 100%;
  }

  .articlecentre.firstcolmob {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .fullpageimage {
    display: block;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .fullimage.underfi {
    position: relative;
  }

  .slider {
    padding-right: 0px;
    padding-bottom: 40px;
    padding-left: 0px;
  }

  .left-arrow {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    height: 60px;
    margin-left: 20px;
  }

  .right-arrow {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    height: 60px;
    margin-right: 20px;
  }

  .slide-nav-2 {
    bottom: 9px;
  }

  .imagetext {
    max-width: none;
    margin-top: -30px;
    margin-bottom: 20px;
    border-style: solid;
    border-width: 4px;
    border-color: #f8f1ea;
  }

  .pagenavmenu {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .pagenavnumber {
    width: 20px;
  }

  .pagenavtitle {
    padding-right: 2px;
    padding-left: 2px;
  }

  .chapterst {
    display: none;
  }

  .accordion {
    margin-bottom: 15px;
    padding-top: 1px;
  }

  .accordiontitle {
    font-size: 1em;
    line-height: 1em;
  }

  .plus {
    top: 14px;
    width: 26px;
    height: 26px;
  }

  .sharebar {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .sharemenu {
    padding-bottom: 10px;
  }

  .sociallink {
    margin-left: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .sharetext {
    margin-left: 1px;
  }

  .searchfield {
    font-size: 1em;
  }

  .searchbutton {
    font-size: 1em;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 3em;
  }

  h2 {
    font-size: 2.5em;
  }

  h3 {
    font-size: 1.8em;
  }

  h4 {
    font-size: 1.4em;
  }

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

  .logo {
    width: 160px;
    max-width: 160px;
  }

  .navbar {
    height: 67px;
  }

  .navbar.open {
    background-color: #ff7a01;
  }

  .nav-link {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .slice {
    max-width: 50vw;
  }

  .mainheader {
    padding-top: 9px;
    padding-bottom: 10px;
  }

  ._2col {
    padding-right: 5px;
    padding-left: 5px;
  }

  .button {
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .button.headbutton {
    margin-right: 10px;
    margin-left: 0px;
  }

  .card {
    min-width: 98%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 10px;
  }

  .card.cwide {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.minicard {
    min-height: auto;
    min-width: 100%;
    margin-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }

  .card.minicard.n1 {
    top: 0px;
  }

  .card.heroc {
    padding-top: 170px;
  }

  .card.nwide {
    min-width: 98%;
  }

  .cardimage {
    height: 170px;
    margin-bottom: 10px;
  }

  .cardimage.ciwide {
    position: relative;
    max-width: 100%;
    margin-right: 0%;
    margin-bottom: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
  }

  .cardtitle {
    margin-top: -5px;
    margin-bottom: 5px;
  }

  .progcontainer {
    padding-right: 10px;
    padding-left: 10px;
  }

  .tag {
    margin-top: 10px;
    margin-left: 10px;
  }

  .statcard {
    max-width: 98%;
    min-width: 48%;
    margin-bottom: 5px;
    padding: 5px 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }

  .staticon {
    max-width: 60px;
  }

  .staticon.textsi {
    width: 70px;
    height: 70px;
    font-size: 2em;
  }

  .stattext {
    text-align: center;
  }

  .statcontainer {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }

  .cardcontent {
    padding-right: 10px;
    padding-left: 10px;
  }

  .cardcontent.newscc.noimage {
    padding-top: 70px;
    padding-bottom: 10px;
  }

  .tablink {
    padding: 4px;
  }

  .tablink.w--current {
    padding-top: 4px;
  }

  .tabimage {
    width: 40px;
    height: 40px;
    margin-right: 0px;
  }

  .tabtitle {
    display: none;
  }

  .cardblock {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .cardblock.startp {
    padding-top: 90px;
  }

  .catrow {
    padding-right: 2px;
    padding-left: 2px;
  }

  .catbutton {
    margin-right: 4px;
    margin-bottom: 8px;
    margin-left: 4px;
    padding-right: 10px;
  }

  .miniimage {
    height: 100%;
    max-width: 40%;
  }

  .minititle {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
  }

  .footer {
    padding-bottom: 100px;
  }

  .latestrow {
    padding: 10px 20px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu-button {
    margin-right: -15px;
    padding-top: 15px;
    padding-bottom: 11px;
  }

  .nav-menu {
    padding-top: 20px;
  }

  .footlogo {
    width: 160px;
    max-width: 160px;
  }

  .spacer {
    height: 20px;
  }

  .uappeal {
    width: 80px;
    height: 80px;
    padding: 9px;
    font-size: 10px;
    line-height: 10px;
  }

  .bshadow {
    width: 80%;
  }

  .dropdown-toggle {
    width: 100%;
  }

  .listfilters {
    padding-right: 0px;
  }

  .dropdown-list.w--open {
    z-index: 11;
  }

  .dropdown {
    width: 100%;
  }

  .filtersearchentry {
    padding-left: 20px;
  }

  .catbuttondd {
    margin-right: 4px;
    margin-bottom: 8px;
    margin-left: 4px;
    padding-right: 10px;
  }

  .catbutton-copy {
    margin-right: 4px;
    margin-bottom: 8px;
    margin-left: 4px;
    padding-right: 10px;
  }

  .newsletterbar {
    padding-top: 9px;
    padding-bottom: 10px;
  }

  .articleleft {
    padding-right: 5px;
    padding-left: 5px;
  }

  .articleside {
    padding-right: 5px;
    padding-left: 5px;
  }

  .articlecontainer {
    padding-right: 15px;
    padding-left: 15px;
  }

  .article-body {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .article-body.startp {
    padding-top: 90px;
  }

  .articlecentre {
    padding-right: 5px;
    padding-left: 5px;
  }

  .articlecentre.centreac {
    padding-left: 5px;
  }

  .imagetext {
    padding-right: 10px;
    padding-left: 10px;
  }

  .pagenavmenu {
    font-size: 12px;
    line-height: 14px;
  }

  .pagenavnumber {
    width: 15px;
    padding-right: 2px;
  }

  .accordion {
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .accordiontitle {
    padding-right: 40px;
  }

  .plus {
    top: 12px;
    right: 10px;
  }

  .sociallink {
    width: 18px;
    height: 18px;
    margin-left: 2px;
  }

  .sharetext {
    margin-left: 1px;
  }

  .searchfield {
    width: 100%;
    border-radius: 10px;
  }

  .searchform {
    padding-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .searchbutton {
    width: 100%;
    height: 60px;
    border-radius: 10px;
  }
}

@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}