body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 50px;
  line-height: 65px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: futura-pt, sans-serif;
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  letter-spacing: 0px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 23px;
}

a {
  color: #3a9b49;
  text-decoration: underline;
}

.container {
  height: 80px;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 30px;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.9);
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  bottom: auto;
  z-index: 999;
  padding-right: 15px;
  padding-left: 15px;
  background-color: hsla(0, 0%, 100%, 0);
}

.section-hero {
  position: relative;
  top: -80px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-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: grey;
}

.hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 90px;
  -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: 20px;
  background-color: hsla(0, 0%, 100%, 0.9);
}

.body {
  font-family: Futurastd, sans-serif;
  color: #707070;
}

.heading {
  font-family: Futurastd, sans-serif;
  font-size: 50px;
  letter-spacing: 3px;
}

.heading.hero-heading {
  max-width: 900px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #707070;
  line-height: 65px;
  font-weight: 500;
  text-align: center;
}

.image {
  height: 60px;
}

.navlink {
  font-family: futura-pt, sans-serif;
  color: #707070;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.navlink.w--current {
  color: #3a9b49;
  text-decoration: none;
}

.section-info {
  position: relative;
  z-index: 100;
}

.info-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 120px;
  padding-right: 59px;
  padding-left: 59px;
  -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;
}

.logo-whiteinner-image {
  max-width: 300px;
  margin-bottom: 60px;
}

.info-maintext {
  max-width: 900px;
  margin-top: 15px;
  color: #707070;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
}

.info-subtext {
  max-width: 900px;
  padding-top: 30px;
  color: #707070;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
}

.activities-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 113px;
  padding: 60px 30px 90px;
  -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;
}

.home-header {
  padding: 10px 60px;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.9);
  color: #707070;
  text-align: center;
  letter-spacing: 2px;
}

.activities-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 50px 15px 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-template-areas: "Area Area-2 Area-3";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.activities-box.about {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.activity {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0px 0px 45px;
  padding: 40px 20px 20px;
  -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;
  border-radius: 20px;
  background-color: grey;
  opacity: 0.9;
}

.activity.a {
  background-color: #61c3e5;
}

.activity.b {
  background-color: #8cc63f;
}

.activity.about {
  padding-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  border-radius: 0px;
  background-color: transparent;
}

.section-c2a-text {
  position: relative;
  margin-top: 30px;
  font-family: futura-pt, sans-serif;
  color: #3a9b49;
  font-size: 24px;
}

.act-top-deco {
  position: absolute;
  left: 0%;
  top: -20px;
  right: 0%;
  bottom: auto;
  height: 40px;
  border-radius: 20px;
  background-color: #707070;
  opacity: 1;
}

.act-top-deco.a {
  background-color: #8cc63f;
}

.act-top-deco.b {
  background-color: #61c3e5;
}

.section-news {
  position: relative;
  z-index: 120;
  margin-top: 0px;
  background-color: hsla(0, 0%, 100%, 0.9);
}

.news-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 15px 90px;
  -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;
}

.collection-list-wrapper {
  width: 100%;
  margin-top: 30px;
}

.collection-item {
  padding: 15px;
  -webkit-transition: all 200ms cubic-bezier(.165, .84, .44, 1);
  transition: all 200ms cubic-bezier(.165, .84, .44, 1);
}

.collection-item:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.item-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 460px;
  padding-bottom: 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;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transition: all 200ms cubic-bezier(.165, .84, .44, 1);
  transition: all 200ms cubic-bezier(.165, .84, .44, 1);
  color: #707070;
  text-decoration: none;
}

.item-container:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.item-image {
  position: relative;
  height: 210px;
  border-radius: 20px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.card-head {
  margin-top: 10px;
  text-decoration: none;
}

.card-head.events {
  height: 100px;
}

.item-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 210px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 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;
}

.section-events {
  position: relative;
  z-index: 140;
  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;
  background-color: #c6f0ff;
}

.item-c2a.news {
  color: #61c3e5;
}

.item-c2a.events {
  color: #8cc63f;
}

.section-partners {
  position: relative;
  z-index: 160;
  background-color: #d3f2a9;
}

.partners-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 30px 90px;
  -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;
}

.footer {
  position: relative;
  z-index: 200;
  margin-top: 0px;
  padding-top: 60px;
  padding-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 120px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #707070;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}

.container-2 {
  max-width: 1300px;
  margin-top: 45px;
  padding: 30px;
}

.border-deco {
  width: 100%;
  height: 21px;
}

.border {
  height: 7px;
  background-color: grey;
}

.border.a {
  background-color: #8cc63f;
}

.border.b {
  background-color: #3a9b49;
}

.border.c {
  background-color: #61c3e5;
}

.background-container {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  width: 100vw;
  height: 200vw;
}

.logo-boxed-container {
  position: absolute;
  left: -100vw;
  top: -100vw;
  right: auto;
  bottom: auto;
  z-index: 20;
  width: 200vw;
  height: 200vw;
}

.logo-boxed-image {
  width: 200vw;
  height: 200vw;
}

.section-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-background.opacity {
  opacity: 0.9;
}

.topdeco {
  width: 100vw;
  height: auto;
}

.maincolor {
  height: 100%;
  margin-top: -1px;
}

.maincolor.info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.maincolor.news {
  background-color: #c6f0ff;
}

.maincolor.events {
  background-color: #d3f2a9;
}

.info-head {
  margin-bottom: 20px;
  font-family: futura-pt, sans-serif;
  color: #fff;
  text-align: center;
}

.info-head.about {
  margin-top: 0px;
  color: #707070;
  text-align: left;
}

.info-content {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

.info-content.about {
  color: #707070;
  text-align: left;
}

.info-content.ourpartners {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #707070;
  text-align: center;
}

.hero-button {
  display: none;
  margin-top: 30px;
  padding: 15px 60px;
  border-radius: 50px;
  background-color: #61c3e5;
  font-family: Futurastd, sans-serif;
  color: #fff;
  font-size: 24px;
}

.image-topleft {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 10;
  width: 50vw;
  height: 50vw;
  background-image: url('../images/resampled_adobestock_84471708.jpg');
  background-position: 7% 37%;
  background-size: auto;
}

.image-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/unnamed-1.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

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

.icon-box.about {
  width: 60px;
  height: 60px;
  margin-right: 45px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100px;
}

.info-icon {
  -o-object-fit: contain;
  object-fit: contain;
}

.info-icon.im {
  max-width: 80%;
}

.info-icon.fc {
  max-width: 65%;
}

.activity-col {
  width: 33%;
  padding-right: 15px;
  padding-left: 15px;
}

.activity-col.shiftposition {
  margin-top: 120px;
}

.activity-col.about {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.topdeco-image {
  width: 100%;
}

.footer-center-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  margin-left: 30px;
  -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;
}

.footer-right-col {
  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;
}

.icon-europe {
  height: 60px;
  margin-right: 20px;
}

.section-pageheader {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.pageheader-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  padding: 120px 60px 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  background-color: grey;
  background-image: url('../images/logo_dimbackground.svg');
  background-position: -50vw -50vw;
  background-size: 100vw;
  background-repeat: no-repeat;
}

.pageheader-container.about {
  background-image: url('../images/unnamed-1.jpg');
  background-position: 50% 29%;
  background-size: cover;
}

.pageheader-container.partners {
  background-color: #3a9b49;
}

.pageheader-container.news {
  background-color: #61c3e5;
}

.pageheader-container.events {
  background-color: #8cc63f;
}

.pageheader-container.contact {
  background-color: #b8b8b8;
}

.pageheader-container.tnp {
  position: relative;
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0);
  background-image: none;
}

.about-logo {
  position: absolute;
  left: 0%;
  top: 350px;
  right: 0%;
  bottom: auto;
  width: 300px;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
}

.pageheader-text-container {
  position: relative;
  z-index: 20;
  max-width: 900px;
}

.pageheader_header {
  font-family: futura-pt, sans-serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.pageheader-body {
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
}

.section-list {
  margin-top: 420px;
}

.collection-list-wrapper-3 {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.collection-item-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 320px;
  margin: 15px 15px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 20px;
  background-color: #e2e2e2;
}

.collection-item-2.events {
  background-color: #e8f4d8;
}

.collection-item-2.news {
  background-color: #dff3fa;
}

.collection-list {
  padding: 45px 15px 15px;
}

.list-col-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 450px;
  border-radius: 20px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.list-col-text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 90px 30px 60px;
  -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;
}

.list-heading-text {
  margin-top: 0px;
  color: #707070;
}

.list-sub-text {
  color: #707070;
  font-size: 16px;
  line-height: 22px;
}

.section-cms_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 240px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-cms-content {
  padding-right: 30px;
  padding-left: 30px;
}

.cms-mainimage-container {
  position: relative;
  overflow: hidden;
  height: 500px;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-image: url('../images/wbo.png');
  background-position: 50% 50%;
  background-size: cover;
}

.cms-mainimage-container.tnp {
  height: 350px;
  max-width: 900px;
}

.cms-content-container {
  max-width: 1300px;
  margin-top: 45px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px;
  border-radius: 20px;
  background-color: #dfdfdf;
}

.cms-content-container.events {
  background-color: #e8f4d8;
}

.cms-content-container.news {
  background-color: #dff3fa;
}

.cms-content-container.tnp {
  background-color: #f1f1f1;
}

.rich-text-block {
  margin-bottom: 20px;
}

.cms-content-title.date {
  opacity: 0.66;
}

.cms-content-title.title {
  margin-bottom: 60px;
}

.cms-menu-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 110px;
}

.menu-background-a {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 95%;
  height: 80px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  background-color: #8cc63f;
}

.menu-background-b {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 95%;
  height: 80px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  background-color: #61c3e5;
}

.cms-list-link-box {
  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;
  color: #707070;
  text-decoration: none;
}

.section-newsletter {
  margin-top: 420px;
  padding: 30px;
}

.newsletter-container {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  border-radius: 20px;
  background-color: #8cc63f;
  background-image: url('../images/logo_whitebg.svg');
  background-position: 100% 50%;
  background-size: 50%;
  background-repeat: no-repeat;
}

.newsletter-body {
  max-width: 900px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.8;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
}

.newsletter_header {
  max-width: 900px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  font-family: futura-pt, sans-serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.section-partnerlist {
  margin-top: 420px;
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 30px;
}

.partnerlist-container {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}

.partnerlist-row {
  margin-bottom: 90px;
}

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

.partnerlist-logo-image {
  max-height: 100px;
}

.partnerlist-division {
  width: 100%;
  height: 6px;
  margin: 20px 20px 10px;
  border-radius: 6px;
  background-color: grey;
}

.partnerlist-division.affiliated {
  background-color: #8cc63f;
}

.partnerlist-division.associated {
  background-color: #61c3e5;
}

.collection-item-3 {
  padding: 30px;
}

.collection-list-2 {
  padding: 15px;
}

.partnerlist-text {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #707070;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
}

.partnerlist-text.description {
  color: grey;
  font-size: 16px;
}

.partnerlist-heading {
  width: 100%;
  padding: 15px;
  border-radius: 60px;
  background-color: #969696;
  color: #fff;
  line-height: 30px;
  text-align: center;
  letter-spacing: 2px;
}

.partnerlist-heading.affiliated {
  background-color: #8cc63f;
}

.partnerlist-heading.associated {
  background-color: #61c3e5;
}

.collection-list-wrapper-4 {
  width: 100%;
}

.collection-list-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.collection-item-4 {
  margin: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-2 {
  width: 100%;
  height: 120px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.breadcrumb-container {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}

.bc-text {
  display: inline;
  padding-right: 10px;
  color: grey;
  font-size: 20px;
  text-decoration: none;
  text-transform: uppercase;
}

.cms-partner-logo-mainimage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 240px;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.partner-logo-mainimage {
  max-height: 240px;
  max-width: 500px;
}

.collection-item-5 {
  padding: 15px;
  -webkit-transition: all 200ms cubic-bezier(.165, .84, .44, 1);
  transition: all 200ms cubic-bezier(.165, .84, .44, 1);
}

.collection-item-5:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.section-form {
  padding: 60px;
}

.form-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.subscribe-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

.subscribe-form-flex {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.subscribe-form-input-wrapper {
  margin-right: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.subscribe-form-input {
  margin-bottom: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0);
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.subscribe-form-input::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.8);
}

.subscribe-form-input:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.8);
}

.subscribe-form-input::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.8);
}

.subscribe-form-input::placeholder {
  color: hsla(0, 0%, 100%, 0.8);
}

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 0px;
  padding: 10px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.address-container {
  width: 30%;
  padding: 10px 60px 10px 10px;
}

.form-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-field {
  border: 0px none #000;
  border-radius: 10px;
  background-color: #dff3fa;
}

.text-field.message {
  min-height: 240px;
}

.address-logo {
  height: 60px;
}

.link {
  color: #707070;
  text-decoration: none;
}

.div-block-3 {
  padding-left: 73px;
}

.form-block-2 {
  max-width: 600px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

.button-medium {
  padding-right: 45px;
  padding-left: 45px;
  border-radius: 30px;
  background-color: #707070;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-medium.white {
  background-color: #fff;
  font-family: futura-pt, sans-serif;
  color: #8cc63f;
  font-size: 16px;
  text-transform: uppercase;
}

.button-medium.submit {
  margin: 0px 0px 0px 20px;
  background-color: #3a9b49;
}

.form-label {
  color: grey;
}

.address-text {
  margin-top: 16px;
  color: grey;
  font-size: 20px;
  line-height: 24px;
}

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

.form-item {
  margin: 10px;
  padding-right: 0px;
  padding-left: 0px;
}

.tnp-topbg {
  position: absolute;
  width: 80%;
}

.tnp-topbg.a {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 10;
  height: 450px;
  border-bottom-right-radius: 60px;
  background-color: #8cc63f;
}

.tnp-topbg.b {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  height: 500px;
  border-bottom-left-radius: 60px;
  background-color: #61c3e5;
}

.section-tnp {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 420px;
  padding-top: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tnp-col {
  min-height: 600px;
}

.tnp-col.selector {
  width: 44%;
  padding-top: 90px;
  padding-right: 30px;
  padding-left: 30px;
}

.tnp-col.content {
  width: 56%;
  padding-top: 15px;
  border-top-left-radius: 60px;
  background-color: #f1f1f1;
}

.div-block-6 {
  height: auto;
  max-width: 400px;
  margin-right: 0px;
  margin-left: auto;
  border-radius: 30px;
  background-color: #f1f1f1;
}

.div-block-7 {
  height: 100%;
  max-width: 700px;
  margin-right: auto;
  margin-left: 0px;
}

.collection-list-wrapper-tnp {
  max-width: 700px;
  margin-right: auto;
  margin-left: 0px;
  padding: 15px;
}

.collection-item-tnp {
  margin: 15px;
  padding: 0px;
  border-radius: 20px;
  background-color: #fff;
}

.tnp-item-filter {
  display: inline;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}

.tnp-item-filter.topic {
  color: #8cc63f;
}

.tnp-item-filter.country {
  margin-left: 30px;
  color: #61c3e5;
}

.tnp-item-filter-container.item-page {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.tnp-filter-container {
  position: absolute;
  left: 0%;
  top: 30px;
  right: 0%;
  bottom: auto;
  display: none;
  height: 80px;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 45px;
  -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;
  border-radius: 60px;
  background-color: #707070;
}

.filters-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.filters-wrapper.fltr-topic {
  padding-bottom: 30px;
  padding-left: 30px;
}

.filters-wrapper.fltr-country {
  padding-bottom: 30px;
}

.sort-button {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 15px 45px 15px 30px;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  background-color: #707070;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  text-decoration: none;
}

.sort-button:hover {
  padding-right: 60px;
}

.sort-button.topic {
  background-color: #8cc63f;
}

.sort-button.topic.fltr-active {
  padding-right: 60px;
  background-color: #3a9b49;
}

.sort-button.country {
  background-color: #61c3e5;
}

.sort-button.country.fltr-active {
  padding-right: 60px;
  background-color: #3a9b49;
}

.sort-text {
  display: inline;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.text-block-3 {
  margin-bottom: 10px;
  padding-right: 30px;
  padding-left: 30px;
}

.section-about {
  margin-top: 420px;
  padding-top: 220px;
  padding-bottom: 60px;
  font-size: 16px;
  line-height: 22px;
}

.about-container {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 120px;
  padding-left: 120px;
}

.text-block-4 {
  max-width: 900px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  font-size: 28px;
  line-height: 34px;
}

.text-block-5 {
  max-width: 900px;
  margin-top: 19px;
  margin-right: auto;
  margin-left: auto;
}

.section-activities {
  max-width: 1300px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.section-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  margin-right: 45px;
  margin-left: 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;
}

.section-header-text {
  position: relative;
  z-index: 20;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  letter-spacing: 1px;
}

.section-header-bar {
  width: 80%;
  height: 60px;
  border-radius: 60px;
  background-color: #707070;
}

.section-header-bar.a {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  background-color: #8cc63f;
}

.section-header-bar.b {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  background-color: #61c3e5;
}

.activity-textbox-about {
  max-width: 510px;
}

.section-partners-about {
  max-width: 1300px;
  margin: 60px auto 40px;
}

.collection-item-link {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 20px 80px 30px 45px;
  border-radius: 20px;
  background-color: #fff;
  color: #707070;
  text-decoration: none;
}

.pump-01 {
  width: 100%;
}

.pump-02 {
  width: 100%;
}

.pump-03 {
  width: 100%;
}

.pump-04 {
  width: 100%;
}

.partner-logo-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66%;
  height: 100px;
  padding: 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;
}

.rich-text-block-2 {
  font-size: 16px;
  line-height: 24px;
}

.link-2 {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  color: #3a9b49;
  font-size: 20px;
  letter-spacing: 2px;
}

.cms-content-box {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.tnp-text-container {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.filter-reset-master {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 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;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.mix-container {
  display: none;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tnp-filter-topbar-country {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mix {
  display: none;
  font-family: futura-pt, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
}

.mix._01 {
  display: block;
}

.mix._02 {
  display: block;
}

.mix._03 {
  display: block;
}

.mix._04 {
  display: block;
}

.mix._05 {
  display: none;
}

.mix._06 {
  display: none;
}

.mix._07 {
  display: none;
}

.mix.a {
  display: none;
}

.mix.b {
  display: none;
}

.mix.c {
  display: none;
}

.mix.d {
  display: none;
}

.mix.e {
  display: none;
}

.mix.f {
  display: none;
}

.mix.g {
  display: none;
}

.tnp-filter-text-legmat {
  display: none;
  font-family: futura-pt, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.icon-arrow {
  width: 20px;
}

.icon-arrow.cms-list {
  position: absolute;
  left: auto;
  top: 30px;
  right: 30px;
  bottom: auto;
}

.icon-arrow.tkp {
  position: absolute;
  left: auto;
  top: 20px;
  right: 20px;
  bottom: auto;
}

.mms-lin {
  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;
  color: #707070;
  text-decoration: none;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.heading-5 {
  margin-bottom: 0px;
  color: grey;
}

.text-block-7 {
  font-size: 16px;
  line-height: 22px;
}

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

.filter {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.filter.events {
  background-color: #d3f2a9;
  opacity: 0.2;
}

.filter.news {
  background-color: #c6f0ff;
  opacity: 0.2;
}

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

.footer-link-text {
  display: inline;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0px;
  color: #707070;
}

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

.cms-file-download {
  font-size: 16px;
}

.cms-download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -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;
  border-bottom: 1px solid #000;
}

.cms-download.tkp {
  border-bottom-color: grey;
}

.cms-download.event {
  border-bottom-color: #8cc63f;
}

.cms-download.news {
  border-bottom-color: #61c3e5;
}

.cms-download-description-box {
  width: 66%;
}

.cms-download-link-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 34%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading.hero-heading {
    font-size: 40px;
    line-height: 55px;
  }

  .navlink {
    text-align: center;
  }

  .logo-whiteinner-image {
    max-width: 250px;
  }

  .info-maintext {
    font-size: 26px;
    line-height: 32px;
  }

  .info-subtext {
    font-size: 18px;
    line-height: 22px;
  }

  .activities-container {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .activity {
    margin: 15px;
  }

  .collection-item {
    width: 100%;
    max-width: 420px;
  }

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

  .logo-boxed-container {
    left: -150vw;
    top: -150vw;
    width: 300vw;
    height: 300vw;
  }

  .logo-boxed-image {
    width: 100%;
    height: 100%;
  }

  .activity-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .activity-col.shiftposition {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .activity-col.about {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-menu {
    overflow: hidden;
    margin-top: 15px;
    margin-right: 15px;
    margin-left: 15px;
    padding: 30px;
    border-radius: 20px;
    background-color: hsla(0, 0%, 100%, 0.9);
  }

  .about-logo {
    width: 250px;
    height: 250px;
    -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;
  }

  .list-col-image {
    max-width: 320px;
  }

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

  .collection-item-4 {
    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;
  }

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

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

  .address-container {
    width: 100%;
  }

  .text-block-4 {
    font-size: 26px;
    line-height: 32px;
  }

  .section-partners-about {
    padding-right: 30px;
    padding-left: 30px;
  }

  .partner-logo-box {
    width: 100%;
  }

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

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

  .menu-button {
    margin-right: 0px;
    margin-left: auto;
    border-radius: 20px;
  }

  .brand {
    margin-right: auto;
    margin-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .section-hero {
    padding-right: 15px;
    padding-left: 15px;
  }

  .hero-container {
    padding: 40px;
  }

  .heading.hero-heading {
    font-size: 30px;
    line-height: 36px;
  }

  .image {
    max-width: 100px;
  }

  .logo-whiteinner-image {
    max-width: 150px;
  }

  .info-maintext {
    font-size: 24px;
    line-height: 28px;
  }

  .info-subtext {
    font-size: 18px;
    line-height: 23px;
  }

  .home-header {
    line-height: 28px;
  }

  .activity.b {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .footer {
    padding: 0px 0px 40px;
  }

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

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .background-container {
    height: 100vh;
  }

  .info-head {
    font-size: 24px;
    line-height: 28px;
  }

  .activity-col {
    margin-bottom: -15px;
    -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;
  }

  .activity-col.shiftposition {
    -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;
  }

  .activity-col.about {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-center-col {
    margin: 45px auto;
  }

  .section-pageheader {
    position: static;
    margin-top: -80px;
  }

  .pageheader-container.tnp {
    height: auto;
  }

  .about-logo {
    display: none;
    width: 120px;
    height: 120px;
  }

  .pageheader-body {
    font-size: 18px;
    line-height: 22px;
  }

  .list-col-image {
    width: 50%;
  }

  .list-col-text {
    padding-right: 20px;
    padding-left: 30px;
  }

  .section-cms-content {
    padding-right: 0px;
    padding-left: 0px;
  }

  .cms-mainimage-container {
    height: 300px;
    margin-right: 30px;
    margin-left: 30px;
  }

  .cms-mainimage-container.news {
    margin-right: 20px;
    margin-left: 20px;
  }

  .cms-content-container {
    width: 100%;
    border-radius: 0px;
  }

  .section-newsletter {
    margin-top: 0px;
  }

  .section-partnerlist {
    margin-top: 0px;
  }

  .section-form {
    padding-right: 30px;
    padding-left: 30px;
  }

  .subscribe-form {
    padding: 40px 20px;
  }

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

  .subscribe-form-input-wrapper {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .subscribe-form-input::-webkit-input-placeholder {
    text-align: center;
  }

  .subscribe-form-input:-ms-input-placeholder {
    text-align: center;
  }

  .subscribe-form-input::-ms-input-placeholder {
    text-align: center;
  }

  .subscribe-form-input::placeholder {
    text-align: center;
  }

  .contact-form-grid {
    width: 100%;
    margin-top: 45px;
  }

  .form-label {
    opacity: 1;
    color: grey;
  }

  .address-text {
    font-size: 18px;
    line-height: 22px;
  }

  .tnp-topbg.a {
    height: 95%;
  }

  .tnp-topbg.b.multiply {
    height: 100%;
  }

  .section-tnp {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tnp-col.selector {
    width: 100%;
    min-height: auto;
    margin-bottom: 40px;
    padding-top: 0px;
  }

  .tnp-col.content {
    width: 100%;
    border-radius: 0px;
  }

  .div-block-6 {
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }

  .collection-list-wrapper-tnp {
    padding: 0px;
  }

  .filters-wrapper.fltr-topic.filter-controls {
    padding-right: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .filters-wrapper.fltr-country {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sort-button {
    margin: 5px;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
    text-align: center;
  }

  .section-about {
    margin-top: 0px;
  }

  .about-container {
    padding-right: 60px;
    padding-left: 60px;
  }

  .text-block-4 {
    font-size: 24px;
    line-height: 28px;
  }

  .icon-arrow.cms-list {
    top: auto;
    bottom: 30px;
  }

  .div-block-9 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

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

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

  .cms-download-link-box {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .info-container {
    padding-right: 30px;
    padding-left: 30px;
  }

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

  .footer {
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }

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

  .footer-logo-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    max-height: none;
    min-width: auto;
    -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;
  }

  .footer-image {
    width: auto;
    max-width: none;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .icon-box.about {
    margin-right: 0px;
    margin-bottom: 20px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .activity-col {
    padding-right: 0px;
    padding-left: 0px;
  }

  .activity-col.about {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-center-col {
    margin-right: 0px;
    margin-left: 0px;
  }

  .footer-right-col {
    -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;
  }

  .icon-europe {
    height: 45px;
    margin-right: 0px;
  }

  .section-pageheader {
    position: static;
    margin-top: -80px;
  }

  .pageheader-container {
    height: auto;
    padding-right: 30px;
    padding-left: 30px;
  }

  .pageheader-container.about {
    min-height: 400px;
  }

  .about-logo {
    top: 150px;
  }

  .section-list {
    margin-top: 0px;
  }

  .list-col-image {
    width: 100%;
    height: 50%;
    max-width: none;
  }

  .cms-content-container {
    padding-right: 30px;
    padding-left: 30px;
  }

  .cms-list-link-box {
    min-height: 420px;
    -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;
  }

  .section-newsletter {
    padding-right: 0px;
    padding-left: 0px;
  }

  .newsletter-container {
    border-radius: 0px;
  }

  .section-partnerlist {
    margin-top: 0px;
  }

  .collection-item-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-form {
    padding: 30px 15px;
  }

  .subscribe-form-input-wrapper {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .subscribe-form-input {
    width: 100%;
  }

  .contact-form-grid {
    margin-top: 40px;
    padding: 0px;
  }

  .button-medium.white.subscribe {
    width: 100%;
  }

  .tnp-item-filter.country {
    margin-left: 0px;
  }

  .tnp-item-filter-container {
    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;
  }

  .sort-button:active {
    padding-right: 30px;
  }

  .section-about {
    margin-top: 0px;
    padding-top: 120px;
  }

  .about-container {
    padding-right: 30px;
    padding-left: 30px;
  }

  .section-header {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .section-header-text {
    font-size: 24px;
  }

  .collection-item-link {
    padding-right: 60px;
    padding-left: 30px;
  }

  .text-block-8 {
    margin-top: 10px;
    text-align: center;
  }

  .div-block-10 {
    text-align: center;
  }
}

#w-node-d63707ad-8256-d869-4c2c-eed78a56ccb9-7ff29594 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 479px) {
  #w-node-d63707ad-8256-d869-4c2c-eed78a56cca9-7ff29594 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-d63707ad-8256-d869-4c2c-eed78a56ccad-7ff29594 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@font-face {
  font-family: 'Futurastd';
  src: url('../fonts/futurastd-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}