:root {
  --dark: #222;
  --white: #f7f7f7;
  --light-blue: #00aeef;
  --flowui-component-library-gray-200\<deleted\|variable-7bab5fb1\>: #f3f5fb;
  --flowui-component-library-grey-600\<deleted\|variable-ffef878b\>: #393b6a;
  --flowui-component-library-gray-900\<deleted\|variable-7b64cafb\>: #160042;
  --flowui-component-library-primary-base\<deleted\|variable-2d1581e5\>: #642eff;
  --flowui-component-library-white\<deleted\|variable-f397231a\>: white;
  --flowui-component-library-gray-700\<deleted\|variable-87e3868e\>: #282556;
  --dark-green: #00574c;
  --light-green: #16e7c8;
  --medium-green: #169583;
  --dark-blue: #015883;
  --yellow: #efc918;
  --light-grey: #777;
  --darkgreen80: rgba(0, 87, 76, .88);
  --purewhite: #fff;
  --flowui-component-library-success-lighter: #ebfff6;
  --flowui-component-library-success-darker: #006638;
  --flowui-component-library-grey-300: #e4e6f1;
  --flowui-component-library-gray-400: #b6b9ce;
  --flowui-component-library-gray-100: #f7f9fd;
  --flowui-component-library-gray-500: #6b7094;
  --flowui-component-library-error-darker: #5b0b11;
  --flowui-component-library-error-lighter: #fceff0;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

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

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

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

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

.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  color: var(--dark);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: fatfrank, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 38px;
}

h2 {
  color: var(--dark);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: anchor-web, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: var(--dark);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  color: var(--white);
  margin: 10px 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

p {
  color: var(--dark);
  margin-bottom: 10px;
  padding-top: 4px;
  font-size: 14px;
  line-height: 20px;
}

a {
  color: var(--light-blue);
  font-weight: 300;
  text-decoration: underline;
}

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

.f-navigation-link {
  color: var(--flowui-component-library-gray-900\<deleted\|variable-7b64cafb\>);
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.f-navigation-link:hover {
  background-color: var(--flowui-component-library-gray-200\<deleted\|variable-7bab5fb1\>);
  color: var(--flowui-component-library-gray-900\<deleted\|variable-7b64cafb\>);
}

.f-navigation-link.w--current {
  color: var(--flowui-component-library-primary-base\<deleted\|variable-2d1581e5\>);
}

.f-navigation-logo-link-middle {
  margin-left: 24px;
  margin-right: 24px;
}

.f-navigation-menu {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
  position: static;
}

.f-navigation-logo-link-mobile {
  margin-left: 24px;
  margin-right: 24px;
  display: none;
}

.f-navigation-container-middle {
  width: 100%;
  max-width: 1280px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-navigation {
  width: 100%;
  min-height: 88px;
  background-color: #fff;
  align-items: center;
  padding: 24px 5%;
  display: flex;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-banner-flex-row {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.f-banner {
  min-height: 56px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--flowui-component-library-gray-900\<deleted\|variable-7b64cafb\>);
  color: var(--flowui-component-library-white\<deleted\|variable-f397231a\>);
  justify-content: center;
  align-items: center;
  padding: 16px 5%;
  display: flex;
}

.header {
  z-index: 2;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.udesly-button-navigation {
  min-height: 40px;
  color: #fff;
  background-color: #171717;
  border-radius: 6px;
  flex: none;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: background-color .25s ease-out;
}

.udesly-button-navigation:hover {
  background-color: rgba(23, 23, 23, .85);
}

.udesly-button-navigation-secondary {
  min-height: 40px;
  color: #171717;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  flex: none;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: background-color .25s ease-out;
}

.udesly-button-navigation-secondary:hover {
  background-color: #f5f5f5;
}

.menu-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: none;
}

.nav-link {
  height: 100%;
  min-height: 40px;
  color: var(--dark-green);
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 6px;
  align-items: center;
  margin-top: 0;
  margin-left: 4px;
  margin-right: 4px;
  padding: 5px 4px;
  font-family: anchor-web, sans-serif;
  font-size: .88rem;
  font-weight: 500;
  line-height: 1rem;
  transition: all .25s ease-out;
  display: flex;
  position: static;
  top: -1px;
}

.nav-link:hover {
  border-style: solid;
  border-width: 2px 1px 1px;
  border-color: var(--light-green) #e6e6e6 #e6e6e6;
  color: var(--light-green);
  border-radius: 0;
}

.nav-link:focus {
  border-top: 2px solid var(--medium-green);
  color: var(--medium-green);
  border-radius: 0;
}

.nav-link.w--current {
  color: #171717;
  transition-property: all;
}

.menu-links {
  height: 100%;
  align-items: center;
  display: flex;
}

.nav-menu {
  width: 100%;
  height: 5em;
  justify-content: space-around;
  display: flex;
}

.container-navigation {
  width: 100%;
  max-width: 1216px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation {
  width: 100%;
  height: 5em;
  background-color: rgba(255, 255, 255, .85);
  justify-content: space-around;
  align-items: center;
  margin-top: -2px;
  padding: 0 2%;
  display: flex;
}

.top-banner {
  width: 100%;
  height: 30px;
  border-bottom: 1px solid var(--white);
  background-color: var(--dark-green);
  flex-direction: row;
  justify-content: space-between;
  padding: 8px 18px;
  display: flex;
}

.container-styles {
  max-width: 90%;
}

.quickstack-colours {
  height: 13em;
}

.colour-box {
  width: 100%;
  height: 100%;
  border: 1px solid #e2e2e2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.colour-box.primary {
  background-color: var(--dark-green);
}

.colour-box.primary-2 {
  background-color: var(--medium-green);
}

.colour-box.primary-3 {
  background-color: var(--light-green);
}

.colour-box.secondary {
  background-color: var(--dark-blue);
}

.colour-box.secondary-2 {
  background-color: var(--light-blue);
}

.colour-box.seconday-3 {
  background-color: var(--yellow);
}

.text-label {
  color: #e6e6e6;
}

.quickstack-type {
  color: #333;
  background-color: #ebebeb;
}

.cell-pading10 {
  color: var(--dark-green);
  padding: 10px 0;
}

.body {
  font-family: acumin-pro, sans-serif;
}

.h1-green {
  color: var(--dark-green);
  font-family: fatfrank, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.4rem;
}

.h1-green.light {
  color: var(--light-green);
}

.h1-green.light.home {
  margin-top: 90px;
  font-size: 1rem;
  line-height: 1.2rem;
}

.h1-green.white {
  color: var(--white);
  font-size: 2rem;
}

.h1-green.white.center {
  text-align: center;
  margin-top: 42px;
}

.h1-green.large {
  margin-top: 0;
  font-size: 2rem;
}

.h2-green {
  color: var(--dark-green);
}

.h2-green.light {
  color: var(--light-green);
}

.h2-green.center {
  text-align: center;
  margin-top: 0;
  font-size: 2rem;
}

.paragraph-white {
  color: var(--white);
}

.paragraph-white.center {
  text-align: center;
}

.paragraph-white.center.largetopmargin {
  margin-top: 5%;
}

.paragraph-16pt {
  font-size: 16px;
  line-height: 22px;
}

.paragraph-16pt.white {
  color: var(--white);
}

.paragraph-16pt.white.rightpadding {
  padding-right: 60px;
}

.paragraph-16pt.white.bold {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4rem;
}

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

.paragraph-18pt.white {
  color: var(--white);
}

.paragraph-18pt.white.sidebar {
  border-left: 3px solid var(--light-green);
  margin-top: 30px;
  padding-top: 0;
  padding-left: 32px;
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.paragraph-18pt.bold {
  font-weight: 700;
}

.h3-green {
  color: var(--dark-green);
}

.h3-green.light {
  color: var(--light-green);
}

.h3-green.white {
  color: var(--white);
}

.herotext {
  margin-top: 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
}

.herotext.white {
  color: var(--white);
  margin-bottom: 16px;
  font-size: 1.5rem;
  line-height: 2rem;
}

.herotext.white.smallmargin {
  margin-bottom: 8px;
}

.link-green {
  color: var(--light-green);
  font-size: 1rem;
  line-height: 1.3rem;
}

.link-green.medium {
  color: var(--medium-green);
}

.link-green.medium.rightmargin-10 {
  width: 100%;
  max-width: 100%;
}

.block-quote {
  border-left-width: 5px;
  border-left-color: var(--medium-green);
  font-family: anchor-web, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.button-white {
  width: 40%;
  border: 1px solid var(--white);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10px 10px 10px 0;
  padding-left: 23px;
  padding-right: 23px;
  display: flex;
  position: static;
}

.button-white:hover {
  background-color: var(--medium-green);
}

.button-white.darkhover {
  margin-left: 0;
}

.button-white.darkhover:hover {
  background-color: var(--dark-green);
}

.udesly-link {
  color: #737373;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.flex {
  align-items: center;
  display: flex;
}

.flex.gap-32 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.udesly-social-link {
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social {
  width: 20%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.footer-bottom {
  width: 100%;
  height: 50px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--dark-green);
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
  padding-bottom: 0;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
  margin-top: 64px;
  margin-bottom: 32px;
}

.divider.blank {
  background-color: rgba(230, 230, 230, 0);
  margin-top: 10px;
}

.udesly-error-message {
  color: #dc2828;
  background-color: #fef1f1;
  border: 1px solid #fec8c8;
  border-radius: 6px;
  margin-top: 16px;
  padding: 12px 20px;
}

.udesly-success-message {
  color: #157f3c;
  background-color: #f2fdf5;
  border: 1px solid #bbf7d0;
  border-radius: 6px;
}

.udesly-submit-button {
  min-height: 40px;
  background-color: #171717;
  border-radius: 6px;
  flex: none;
  padding: 10px 16px;
  transition: all .25s ease-out;
}

.udesly-submit-button:hover {
  background-color: rgba(23, 23, 23, .85);
}

.udesly-udesly-text-field {
  min-height: 40px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition: all .25s ease-out;
}

.udesly-udesly-text-field:focus {
  border: 1px solid #141414;
  box-shadow: 0 0 4px #e1e1fe;
}

.udesly-udesly-text-field::-ms-input-placeholder {
  color: #a3a3a3;
}

.udesly-udesly-text-field::placeholder {
  color: #a3a3a3;
}

.udesly-form {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.udesly-form-block {
  margin-bottom: 0;
}

.udesly-paragraph-small {
  color: #525252;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-text-color-neutral-700 {
  color: #404040;
}

.udesly-footer-form {
  max-width: 440px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.udesly-footer-form.udesly-align-right {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  margin-top: 20px;
}

.link-block {
  color: #333;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .25s ease-out;
  display: flex;
}

.link-block:hover {
  color: #6f39f8;
  text-decoration: underline;
}

.link-block.align-right {
  color: #a0a0a0;
  justify-content: flex-start;
  font-weight: 300;
}

.link-block.align-right:hover {
  color: var(--medium-green);
  padding-left: 30px;
}

.link-block.align-right:focus {
  color: var(--medium-green);
  padding-left: 30px;
  font-weight: 700;
}

.footer-title {
  max-width: 560px;
  color: var(--dark);
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.footer-logo {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.footer-column {
  width: 100%;
  padding: 0;
  position: relative;
}

.footer-column.margin-bottom {
  width: 70%;
}

.footer-column.quicklinks {
  width: 50%;
  margin-right: 12px;
}

.footer---grid-4-columns {
  grid-column-gap: 50px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto auto;
  grid-template-columns: .25fr auto auto .75fr;
}

.udesly-container {
  width: 100%;
  max-width: 1216px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5%;
  padding-right: 5%;
}

.footer-4-columns {
  clear: none;
  border-top: 6px solid var(--dark-green);
  background-color: #fff;
  flex-direction: column;
  margin-top: 8px;
  padding: 50px 0% 0;
  display: flex;
}

.top-contactinfo {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.icon {
  align-items: center;
  margin-left: 0;
  margin-right: 4px;
  display: flex;
}

.icon.rightmargin-12px {
  margin-right: 12px;
}

.topbar-text {
  margin-right: 10px;
}

.heading {
  color: var(--white);
  font-size: 14px;
}

.heading-2 {
  margin: 4px 0;
  font-size: 12px;
  font-weight: 300;
}

.image {
  margin-left: 2px;
  margin-right: 2px;
}

.top-socials {
  width: 17em;
  height: 100%;
  justify-content: flex-end;
  padding-bottom: 0;
  display: flex;
}

.link-white {
  color: var(--white);
  text-decoration: none;
}

.text-block {
  color: var(--dark);
  font-weight: 300;
}

.text-block:hover {
  color: var(--medium-green);
  padding-left: 0;
  font-weight: 400;
}

.text-block:focus {
  color: var(--medium-green);
}

.footer-active-link {
  width: 30px;
  height: 3px;
  background-color: var(--medium-green);
  margin-right: 4px;
  display: block;
}

.footer-active-link:hover, .footer-active-link:focus {
  display: block;
}

.list {
  padding-left: 20px;
}

.contact-number {
  margin-bottom: 10px;
  display: flex;
}

.footer-icon {
  margin-left: 0;
  margin-right: 6px;
}

.link-grey {
  color: var(--light-grey);
  align-items: center;
  display: flex;
}

.footer-h6 {
  margin-top: 0;
  margin-bottom: 0;
}

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

.content-image {
  max-width: none;
  min-height: auto;
  min-width: auto;
  padding-top: 10px;
  padding-bottom: 0;
  position: static;
  top: 0;
  right: 0;
}

.hero-column {
  width: 100%;
  position: relative;
}

.udesly-reviews {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.udesly-button {
  min-height: 48px;
  color: #fff;
  background-color: #171717;
  border-radius: 6px;
  flex: none;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color .25s ease-out;
}

.udesly-button:hover {
  background-color: rgba(23, 23, 23, .85);
}

.udesly-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.udesly-paragraph-large {
  color: #404040;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.udesly-paragraph-large.udesly-max-width-480 {
  max-width: 480px;
  font-weight: 500;
}

.udesly-display-large {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 52px;
  font-weight: 500;
  line-height: 56px;
}

.udesly-display-large.udesly-text-extrabold {
  font-size: 52px;
}

.udesly-text-extrabold {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 800;
}

.udesly-overline-large {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.hero-grid-two-column {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

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

.section-hero {
  background-color: #fff;
  background-image: url('../images/bg_map.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0%;
  padding: 10% 5% 50px;
  position: relative;
}

.section-hero.howwedoit {
  background-image: linear-gradient(to bottom, var(--darkgreen80), var(--darkgreen80)), url('../images/metf-bg_map-4.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: 0;
}

.section-hero.support {
  background-image: linear-gradient(to bottom, var(--darkgreen80), var(--darkgreen80)), url('../images/metf-bg_map-3.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  font-family: acumin-pro, sans-serif;
}

.section-hero.bee {
  background-image: url('../images/metf-bg_map.png');
}

.section-hero.links {
  mix-blend-mode: normal;
  background-image: linear-gradient(rgba(0, 87, 76, .75), rgba(0, 87, 76, .75)), linear-gradient(rgba(0, 0, 0, .81), rgba(0, 0, 0, .81)), url('../images/metf-bg-image.jpeg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.body-2 {
  font-family: acumin-pro, sans-serif;
}

.whiteblock-holder {
  width: 115%;
  display: flex;
  position: relative;
  top: -35px;
  left: -20px;
}

.whiteblock-holder.achievementswblock {
  width: 100%;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10%;
  padding-right: 10%;
  position: static;
}

.whiteblock-holder.support {
  width: 100%;
  margin-top: 20%;
  position: static;
}

.whiteblock-holder.support._5-topmargin {
  margin-top: 5%;
}

.whiteblock {
  width: 42%;
  height: auto;
  background-color: var(--white);
  border-radius: 10px;
  margin-right: 24px;
  position: static;
  top: -35px;
  left: -20px;
  box-shadow: 3px 3px 5px 3px rgba(0, 0, 0, .2);
}

.whiteblock.full {
  width: 100%;
  height: 100%;
  flex-direction: column;
  margin-right: 0;
  padding: 30px;
  display: flex;
}

.whiteblock.full.purewhite {
  background-color: var(--purewhite);
  padding-top: 24px;
  padding-bottom: 24px;
}

.whiteblock.full._95 {
  opacity: .95;
}

.whiteblock.support {
  height: auto;
}

.whiteblock.docs {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.whiteblock.links, .whiteblock.auto {
  height: auto;
}

.herotext-holder {
  width: 100%;
  height: 100%;
  padding: 24px 10px 14px;
}

.herotext-holder.lesstopspcae {
  flex-direction: column;
  justify-content: space-between;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.herotext-holder.bigtopspace {
  flex-direction: column;
  justify-content: space-between;
  padding-top: 74px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.herotext-holder.links {
  flex-direction: column;
  display: flex;
}

.greenline-40 {
  z-index: 2;
  width: 40%;
  height: 3px;
  background-color: var(--medium-green);
  margin-bottom: 4px;
  position: relative;
}

.greenline-40.dark {
  background-color: var(--dark-green);
}

.paragraph-13pt {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3rem;
}

._3block-contentholder {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contentblock {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-2 {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.medgreenblock {
  width: 100%;
  height: 100%;
  max-height: 100%;
  background-color: var(--medium-green);
}

.darkgreenblock {
  width: 100%;
  height: 100%;
  max-height: 100%;
  background-color: var(--dark-green);
}

.whatwedo.dark {
  background-image: url('../images/metf-bg_map.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
}

.f-success-message {
  background-color: var(--flowui-component-library-success-lighter);
  color: var(--flowui-component-library-success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

.f-button-secondary {
  min-height: 48px;
  border: 1px solid var(--flowui-component-library-grey-300);
  color: var(--flowui-component-library-gray-900\<deleted\|variable-7b64cafb\>);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: var(--flowui-component-library-gray-200\<deleted\|variable-7bab5fb1\>);
  border-color: rgba(0, 0, 0, 0);
}

.f-input-outlined {
  min-height: 48px;
  border: 1px solid var(--flowui-component-library-grey-300);
  border-radius: 8px;
  margin-bottom: 0;
  padding: 12px 16px;
}

.f-input-outlined:focus {
  border-color: var(--flowui-component-library-gray-400);
}

.f-input-outlined::-ms-input-placeholder {
  color: var(--flowui-component-library-gray-400);
}

.f-input-outlined::placeholder {
  color: var(--flowui-component-library-gray-400);
}

.f-content-form {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.f-content-form-block {
  margin-top: 32px;
  margin-bottom: 0;
}

.f-paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

.f-h3-heading {
  color: var(--flowui-component-library-gray-900\<deleted\|variable-7b64cafb\>);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-content-icon-wrapper {
  width: 72px;
  height: 72px;
  min-height: 72px;
  min-width: 72px;
  background-color: var(--flowui-component-library-gray-100);
  border-radius: 8px;
  margin-bottom: 32px;
  padding: 16px;
}

.f-image-cover {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.f-content-image-wrapper {
  width: 100%;
  height: 430px;
  max-width: 450px;
  border-radius: 12px;
  overflow: hidden;
}

.f-grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large {
  padding: 92px 5%;
  position: relative;
}

.f-section-large.dark {
  margin-top: 0%;
  padding-top: 12%;
}

.headingholder {
  width: 65%;
}

.contentwithimage {
  display: flex;
}

.contentcolumn {
  width: 70%;
  height: 100px;
  flex-direction: column;
  display: flex;
}

.contentcolumn.image {
  width: 40%;
}

.iconwithtext {
  flex-direction: row;
  margin-top: 10px;
  display: flex;
}

.imageholder {
  width: 120%;
}

.image-3 {
  position: relative;
  top: -90px;
  right: 15px;
}

.greenline-20 {
  z-index: 2;
  width: 20%;
  height: 3px;
  background-color: var(--medium-green);
  margin-bottom: 4px;
  position: relative;
}

.greenline-20.dark {
  background-color: var(--dark-green);
}

._4image-quickstack {
  height: 20rem;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-left: 0;
  padding-right: 0;
}

._4image-quickstack.bee {
  height: auto;
  padding-top: 0;
}

.backgroundimage {
  height: auto;
  object-fit: cover;
  object-position: 50% 100%;
  background-image: url('../images/group-103.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.backgroundimage.mainpage {
  background-image: linear-gradient(to bottom, var(--darkgreen80), var(--darkgreen80)), url('../images/metf-bg_map-1.png');
  object-fit: cover;
  object-position: 50% 50%;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.participantsholder {
  width: 100%;
  max-width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0%;
  margin-right: 0;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
  top: -61px;
}

.paticipantscontent {
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.h4-light {
  color: var(--medium-green);
  text-align: center;
  margin-bottom: 4px;
  font-size: 1.1rem;
  font-weight: 300;
}

.greenline-5 {
  z-index: 2;
  width: 5%;
  height: 3px;
  background-color: var(--medium-green);
  margin-bottom: 8px;
  position: relative;
}

.greenline-5.dark {
  background-color: var(--dark-green);
}

.participatesscroll {
  width: 100%;
  height: 100%;
  border-top: 1px solid var(--light-grey);
  border-bottom: 1px solid #000;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.participatesscroll.mainpage {
  height: auto;
  margin-bottom: 12px;
}

.participantsinfo {
  height: 100%;
  flex-direction: column;
  margin-left: 4px;
  margin-right: 4px;
  padding: 4px;
  display: flex;
  overflow: auto;
}

.participantsinfo.stacked {
  width: 100%;
  max-width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.participantsinfo.stacked.mainpage {
  height: auto;
  max-height: 100%;
  max-width: none;
  border-bottom: 1px solid var(--dark-green);
  object-position: 50% 50%;
  align-items: center;
  margin-bottom: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.participantsinfo.mainpage {
  height: auto;
  flex-direction: column;
  align-items: stretch;
  overflow: auto;
}

.subheading {
  color: var(--medium-green);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 13px;
}

.subheading.white {
  color: var(--white);
}

.subheading.white.large {
  font-size: 1rem;
}

.subheading.linkheading {
  margin-bottom: 4px;
  font-size: .8rem;
  line-height: 1rem;
}

.subheading.typeoflink {
  color: var(--dark-green);
  font-size: .7rem;
}

.h4-darkgreen-center {
  color: var(--dark-green);
  text-align: center;
  margin-top: 0;
  font-size: 1rem;
  line-height: 1.3rem;
}

.h4-darkgreen-center.fixedw-70 {
  width: 70%;
}

.cms-item {
  margin-right: 12px;
}

.cms-item.mainpage {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cms-item.links {
  width: 100%;
  margin-right: 0;
  padding: 12px;
}

.cms-list {
  justify-content: center;
  display: flex;
  overflow: visible;
}

.cms-list.mainpage {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: center;
  display: grid;
  overflow: auto;
}

.logoholder {
  width: 100%;
  height: auto;
  max-width: 150px;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  padding: 4px;
  display: flex;
}

.logoholder.mainpage {
  width: auto;
  height: auto;
  max-height: 150px;
  max-width: 100%;
  object-fit: fill;
}

.image-4 {
  width: auto;
  height: 100%;
  max-height: 100px;
  max-width: 150px;
  object-fit: fill;
  object-position: 50% 50%;
}

.button-dark {
  width: 15%;
  border: 1px solid var(--white);
  background-color: var(--medium-green);
  color: var(--white);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 16px 10px 10px 0;
  padding-left: 23px;
  padding-right: 23px;
  display: flex;
  position: static;
}

.button-dark:hover {
  background-color: var(--medium-green);
}

.button-dark.darkhover {
  margin-left: 0;
}

.button-dark.darkhover:hover {
  background-color: var(--dark-green);
}

.button-dark.samespace {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding: 2% 1%;
}

.participants-next {
  width: 100%;
  height: 100%;
  background-color: var(--white);
  border-style: none;
  border-radius: 50px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
  display: flex;
}

.participants-next.leftalign {
  justify-content: flex-start;
}

.pagination {
  height: 10%;
  align-content: flex-end;
}

.achievementsholder {
  width: 100%;
  justify-content: space-around;
  align-items: stretch;
  padding: 20px 5%;
  display: flex;
}

.udesly-code-snippet {
  display: none;
}

.udesly-countup {
  text-align: center;
  font-size: 4rem;
  line-height: 1;
}

.achievementsinfo {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.countup-number {
  color: var(--medium-green);
  font-family: anchor-web, sans-serif;
  font-weight: 500;
}

.countup-number.small {
  margin-top: 0;
  font-size: 2.5rem;
}

.countup-number.small.topmargin {
  margin-top: 12px;
}

.ournewsholder {
  max-width: 90%;
}

.ournewsheadingblock {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.ournewscontent {
  padding: 0;
}

.newsstack {
  grid-column-gap: 12px;
}

.image-rounded {
  width: 100%;
  height: auto;
  border-radius: 10px;
  flex-direction: column;
  display: flex;
}

.ournews-contentblock {
  width: 94%;
  height: auto;
  background-color: var(--white);
  border-radius: 10px;
  padding: 8px;
  position: relative;
  top: -27px;
}

.ournews-topsection {
  display: flex;
}

.ournews-topsecdates {
  color: var(--medium-green);
  margin-right: 23px;
}

.ournews-icon {
  margin: 0 5px;
}

.ournews-text {
  padding: 0;
}

.ournews-headings {
  color: var(--dark-green);
}

.catagoryholder {
  width: 30%;
  height: auto;
  text-align: center;
  justify-content: center;
  padding-right: 0;
  display: flex;
  position: relative;
  top: auto;
  bottom: 80%;
  left: 60%;
  right: auto;
}

.cat-text {
  color: var(--white);
  text-align: center;
  font-weight: 300;
}

.ournew-holder {
  flex-direction: column;
  display: flex;
}

.ournews-collection-item {
  justify-content: center;
  display: flex;
}

.ournews-list {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.achievements {
  object-fit: cover;
  background-image: url('../images/group-103.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 5%;
}

.achievementstext {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.udesly-paragraph-small-2 {
  color: #525252;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-paragraph-small-2.udesly-text-color-neutral-900 {
  font-weight: 700;
}

.udesly-dot {
  color: #737373;
  margin-left: 4px;
  margin-right: 4px;
  font-size: 14px;
  line-height: 20px;
}

.udesly-flex {
  align-items: center;
  display: flex;
}

.udesly-flex.udesly-gap-12 {
  width: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.udesly-block {
  width: 100%;
}

.udesly-avatar {
  width: 40px;
  height: 40px;
  outline-offset: 0px;
  border-radius: 50%;
  outline: 1px solid #fff;
  overflow: hidden;
}

.udesly-paragraph-large-2 {
  color: #404040;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.udesly-text-extrabold-2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 800;
}

.udesly-text-extrabold-2.udesly-large {
  font-size: 28px;
  line-height: 1.2;
}

.overline-large-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.orgcontent-detail {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.orgcontent-detail.mt-24 {
  margin-bottom: 24px;
}

.property-content {
  z-index: 1;
  width: 100%;
  max-width: 800px;
  background-color: #fff;
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  position: relative;
  top: -64px;
  box-shadow: 0 20px 25px -5px rgba(16, 24, 40, .1);
}

.property-content.organogram {
  border: 2px solid var(--dark-green);
  top: -72px;
}

.udesly-hide {
  display: none;
}

.udesly-arrow {
  width: 44px;
  height: 44px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fafafa;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.udesly-arrow.udesly-right-property {
  transition: all .25s ease-out;
  right: 24px;
}

.udesly-arrow.udesly-right-property:hover {
  transform: translate(3px)scale(1.1);
}

.udesly-arrow.udesly-left-property {
  transition: all .25s ease-out;
  left: 24px;
}

.udesly-arrow.udesly-left-property:hover {
  transform: scale(1.1)translate(-3px);
}

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

.udesly-slide {
  height: auto;
  margin-right: 32px;
}

.udesly-slide.udesly-large {
  height: 100%;
}

.udesly-slider-large {
  min-height: 450px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  overflow: hidden;
}

.slider-wrapper {
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
}

.organisational {
  background-color: #fff;
  background-image: url('../images/bg_map.png');
  background-position: 50%;
  background-size: cover;
  padding: 50px 5%;
  position: relative;
}

.topimage {
  margin-top: 10%;
}

.orgdisciplinesholder {
  width: 100%;
  display: flex;
}

.orgdisciplinesholder.organogram {
  height: 7rem;
}

.orgstack {
  width: 100%;
  grid-column-gap: 8px;
  padding: 1%;
}

.orgcell {
  background-color: var(--dark-green);
  justify-content: center;
  align-items: center;
}

.orgcell.mining {
  background-image: linear-gradient(to bottom, var(--darkgreen80), var(--darkgreen80)), url('../images/metf-bg_map-4.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.orgcell.mining.orgnogram {
  background-image: url('../images/metf-bg_map-4.png');
  background-position: 50%;
  background-size: cover;
}

.orgcell.geosciences {
  background-image: linear-gradient(to bottom, var(--darkgreen80), var(--darkgreen80)), url('../images/metf-bg_map-3.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.orgcell.geosciences.organogram {
  background-image: url('../images/metf-bg_map-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.orgcell.metallurgical {
  background-image: linear-gradient(to bottom, var(--darkgreen80), var(--darkgreen80)), url('../images/metf-bg_map-5.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.orgcell.metallurgical.organogram {
  background-image: url('../images/metf-bg_map-5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.orgimage {
  width: 100%;
  height: 66.8337%;
  border: 1px none var(--dark-green);
  mix-blend-mode: multiply;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.orgtext-discipline {
  width: 100%;
  color: var(--white);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 4px;
  font-weight: 700;
  position: static;
  top: auto;
  bottom: 0%;
  left: auto;
}

.orgtext-discipline.metallurgical {
  background-image: linear-gradient(to bottom, var(--darkgreen80), var(--darkgreen80)), url('../images/metf-bg_map-5.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.light {
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
}

.udesly-udesly-text-semibold {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
}

.logo-block-100px {
  width: 100px;
  height: 100px;
  object-fit: scale-down;
  background-color: rgba(245, 245, 245, 0);
  border: 1px #e6e6e6;
  border-radius: 0%;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
  overflow: visible;
}

.institutionsholder {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  box-shadow: 0 1px 2px -1px var(--darkgreen80), 0 1px 3px 0 rgba(16, 24, 40, .25);
  background-color: #fff;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  padding: 24px;
  display: flex;
}

.institutionsholder:hover {
  height: 100%;
}

.institutionsholder.udesly-flex-top {
  align-items: flex-start;
}

.udesly-stats-grid {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.udesly-stats-grid.udesly-mt-32 {
  grid-template-rows: auto auto;
  margin-top: 32px;
  display: flex;
}

.udesly-stats-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.udesly-button-2 {
  min-height: 48px;
  color: #fff;
  background-color: #171717;
  border-radius: 6px;
  flex: none;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color .25s ease-out;
}

.udesly-button-2:hover {
  background-color: rgba(23, 23, 23, .85);
}

.udesly-button-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.udesly-column {
  width: 100%;
  position: relative;
}

.udesly-grid-two-column {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.udesly-container-2 {
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
}

.udesly-price-text {
  color: #333;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.udesly-pricing {
  align-items: center;
  display: flex;
}

.udesly-paragraph {
  color: #333;
  font-weight: 500;
}

.udesly-heading {
  color: #333;
}

.location-label {
  color: #171717;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.udesly-location-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.udesly-card-container {
  background-color: #fafafa;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 50px 24px 24px;
  display: flex;
}

.udesly-properties-image {
  z-index: 2;
  width: 100%;
  max-height: 224px;
  padding-left: 24px;
  padding-right: 24px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.udesly-card-v1-wrapper {
  width: 100%;
  height: 100%;
  max-width: 386px;
  flex-direction: column;
  padding-top: 40%;
  transition: all .25s ease-out;
  display: flex;
  position: relative;
}

.udesly-card-v1-wrapper:hover {
  transform: translate(0, -9px);
}

.udesly-cards-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.udesly-section {
  background-color: #fff;
  padding: 50px 5%;
  position: relative;
}

.institutions {
  background-image: url('../images/metf-bg_map.png');
  background-position: 0 0;
  background-size: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 8% 5% 12%;
  display: flex;
}

.institutionsname {
  width: 100%;
  max-width: 100%;
  font-size: 1.2rem;
}

.dropdown {
  width: auto;
  float: none;
  clear: none;
  color: var(--dark-green);
  text-align: left;
  word-break: normal;
  overflow-wrap: anywhere;
  border: 0 #000;
  border-radius: 0;
  font-size: .8rem;
  position: static;
  overflow: visible;
}

.dropdown:hover {
  border-radius: 0;
  font-weight: 700;
}

.dropdown-list.w--open {
  width: auto;
  float: left;
  clear: left;
  color: var(--dark-green);
  background-color: rgba(255, 255, 255, 0);
  font-weight: 700;
  position: static;
  overflow: scroll;
}

.image-5 {
  max-height: 100%;
  max-width: 100px;
}

.dropdown-toggle {
  width: 100%;
}

.dropdown-toggle:hover {
  text-align: left;
}

.documents-cms {
  width: 90%;
  flex-direction: row;
  display: flex;
}

.documents-cmsitem {
  display: flex;
}

.leftmagin-10 {
  margin-left: 10%;
}

.rightmargin-10 {
  margin-right: 10%;
}

.links-gallery-cms {
  width: 100%;
  border-top: 1px #000;
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.linksholder {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 8px;
  display: flex;
}

.udesly-error-message-2 {
  color: #dc2828;
  background-color: #fef1f1;
  border: 1px solid #fec8c8;
  border-radius: 6px;
  margin-top: 16px;
  padding: 12px 20px;
}

.udesly-success-message-2 {
  color: #157f3c;
  background-color: #f2fdf5;
  border: 1px solid #bbf7d0;
  border-radius: 6px;
}

.udesly-paragraph-xsmall {
  color: #333;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-submit-button-2 {
  min-height: 40px;
  background-color: #171717;
  border-radius: 6px;
  flex: none;
  padding: 10px 16px;
  transition: all .25s ease-out;
}

.udesly-submit-button-2:hover {
  background-color: rgba(23, 23, 23, .85);
}

.udesly-submit-button-2.udesly-mb-24 {
  margin-bottom: 24px;
}

.udesly-form-flex {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.udesly-text-area {
  color: #737373;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  position: absolute;
  top: 8px;
  bottom: auto;
  left: auto;
  right: 12px;
}

.udesly-textarea {
  min-height: 155px;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  margin-bottom: 32px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}

.udesly-textarea::-ms-input-placeholder {
  color: #a3a3a3;
}

.udesly-textarea::placeholder {
  color: #a3a3a3;
}

.udesly-relative-block {
  position: relative;
}

.udesly-field-label {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-input {
  width: 100%;
}

.udesly-checkbox-label {
  color: #737373;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.udesly-checkbox {
  width: 18px;
  height: 18px;
  border-width: 1.5px;
  border-color: #d4d4d4;
  border-radius: 50%;
  margin-top: 0;
  margin-right: 12px;
}

.udesly-checkbox.w--redirected-checked {
  background-color: #fff;
  background-image: url('../images/inner-circle.svg');
  background-size: 10px 10px;
  border-color: #000;
  border-radius: 50%;
}

.udesly-checkbox-field {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.udesly-checkbox-field.udesly-mb-12 {
  margin-bottom: 12px;
}

.udesly-checkbox-text {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-checkbox-wrapper {
  margin-bottom: 32px;
}

.udesly-select-field {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 32px;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.udesly-select-field:focus {
  border-bottom-color: #141414;
}

.udesly-company-info {
  color: #737373;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  position: absolute;
  top: auto;
  bottom: 10px;
  left: auto;
  right: 0%;
}

.udesly-text-fiel-contact {
  border: 1px #000;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 32px;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.udesly-text-fiel-contact:focus {
  border-bottom-color: #141414;
}

.udesly-text-fiel-contact::-ms-input-placeholder {
  color: #a3a3a3;
}

.udesly-text-fiel-contact::placeholder {
  color: #a3a3a3;
}

.udesly-column-2 {
  width: 100%;
  position: relative;
}

.udesly-paragraph-large-3 {
  color: #404040;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.udesly-display-large-2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 52px;
  font-weight: 500;
  line-height: 56px;
}

.udesly-display-large-2.udesly-text-extrabold {
  color: var(--dark-green);
  font-size: 52px;
}

.udesly-text-extrabold-3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 800;
}

.udesly-overline-large-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.udesly-title-wrapper-centered {
  max-width: 600px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.udesly-title-wrapper-centered.udesly-margin-bottom {
  max-width: none;
  border-bottom: 1px solid #e6e6e6;
  justify-content: space-around;
  margin-bottom: 0;
  padding: 40px;
}

.section-2 {
  background-color: #fff;
  padding: 50px 5%;
  display: flex;
  position: relative;
}

.bottommargin-5 {
  margin-bottom: 5%;
}

.greencircle {
  width: 2rem;
  height: 2rem;
  max-height: none;
  max-width: none;
  background-color: var(--dark-green);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 6px;
  display: flex;
}

._4image-section {
  float: none;
  clear: both;
  flex-direction: column;
  margin-bottom: 10px;
  display: flex;
}

.udesly-code-snippet-2, .udesly-style-snippet {
  display: none;
}

.udesly-paragraph-small-3 {
  color: #525252;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-paragraph-small-3.udesly-text-color-neutral-900 {
  font-weight: 700;
}

.udesly-dot-2 {
  color: #737373;
  margin-left: 4px;
  margin-right: 4px;
  font-size: 14px;
  line-height: 20px;
}

.udesly-flex-2 {
  align-items: center;
  display: flex;
}

.udesly-flex-2.udesly-gap-12 {
  width: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.udesly-avatar-2 {
  width: 40px;
  height: 40px;
  outline-offset: 0px;
  border-radius: 50%;
  outline: 1px solid #fff;
  overflow: hidden;
}

.udesly-paragraph-large-4 {
  color: #404040;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.udesly-text-extrabold-4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 800;
}

.udesly-text-extrabold-4.udesly-large {
  font-size: 28px;
  line-height: 1.2;
}

.udesly-overline-large-3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.udesly-content-detail {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.udesly-content-detail.mt-24 {
  margin-bottom: 24px;
}

.udesly-property-content {
  z-index: 1;
  width: 100%;
  max-width: 800px;
  background-color: #fff;
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  position: relative;
  top: -64px;
  box-shadow: 0 20px 25px -5px rgba(16, 24, 40, .1);
}

.udesly-hide-2 {
  display: none;
}

.udesly-arrow-2 {
  width: 44px;
  height: 44px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fafafa;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.udesly-arrow-2.udesly-right-property {
  transition: all .25s ease-out;
  right: 24px;
}

.udesly-arrow-2.udesly-right-property:hover {
  transform: translate(3px)scale(1.1);
}

.udesly-arrow-2.udesly-left-property {
  transition: all .25s ease-out;
  left: 24px;
}

.udesly-arrow-2.udesly-left-property:hover {
  transform: scale(1.1)translate(-3px);
}

.udesly-image-cover-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.udesly-slide-2 {
  height: auto;
  margin-right: 32px;
}

.udesly-slide-2.udesly-large {
  height: 100%;
}

.udesly-slider-large-2 {
  min-height: 450px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  overflow: hidden;
}

.udesly-slider-wrapper {
  position: relative;
}

.udesly-container-3 {
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
}

.udesly-section-2 {
  background-color: #fff;
  padding: 50px 5%;
  position: relative;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.closebutton {
  width: 42px;
  height: 42px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 5%;
}

.closebutton.w--current {
  background-image: none;
}

.close-icon {
  z-index: 1;
  width: 100%;
  height: 100%;
  color: var(--light-grey);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  text-decoration: none;
  display: flex;
  position: static;
  top: 10%;
  bottom: auto;
  left: 40%;
  right: 5%;
}

.pagenav-participants {
  width: auto;
  max-width: 110px;
  text-align: center;
  padding: 8px 12px;
  font-size: .8rem;
  line-height: .8rem;
}

.nexticon {
  width: auto;
  height: 20px;
  font-size: 1.4rem;
}

@media screen and (min-width: 1920px) {
  .nav-link {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }

  .menu-links {
    width: 95%;
    justify-content: space-between;
    position: relative;
    top: 0;
    bottom: 0;
  }

  .nav-menu {
    justify-content: space-around;
    align-items: center;
    display: flex;
    position: relative;
    top: 0;
    bottom: 0;
  }

  .container-navigation {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .navigation {
    height: 110%;
  }

  .whiteblock.full.purewhite {
    clear: none;
  }

  .paragraph-13pt {
    font-size: 1rem;
  }

  .headingholder {
    width: 65%;
  }

  .paticipantshome.mainpage {
    height: 100%;
    flex-direction: column;
    display: flex;
  }

  ._4image-quickstack.bee {
    height: auto;
    padding-bottom: 0;
  }

  .backgroundimage {
    height: 43rem;
  }

  .backgroundimage.mainpage {
    height: auto;
  }

  .participantsholder.mainpage {
    clear: none;
    position: relative;
    bottom: auto;
  }

  .participatesscroll.mainpage {
    align-items: stretch;
  }

  .participantsinfo.mainpage {
    flex-direction: column;
  }

  .cms-list.mainpage {
    justify-content: space-between;
  }

  .image-4.participants {
    height: 100%;
    max-height: 100px;
    max-width: 350px;
  }
}

@media screen and (max-width: 991px) {
  .f-navigation-menu-button {
    border: 1px solid var(--flowui-component-library-gray-200\<deleted\|variable-7bab5fb1\>);
    color: var(--flowui-component-library-grey-600\<deleted\|variable-ffef878b\>);
    border-radius: 8px;
    padding: 10px;
  }

  .f-navigation-menu-button.w--open {
    background-color: var(--flowui-component-library-gray-900\<deleted\|variable-7b64cafb\>);
    border-color: #fff;
  }

  .f-navigation-link {
    width: 100%;
  }

  .f-navigation-logo-link-middle {
    margin-left: 0;
    display: none;
  }

  .f-navigation-menu {
    background-color: var(--flowui-component-library-white\<deleted\|variable-f397231a\>);
    color: var(--flowui-component-library-grey-600\<deleted\|variable-ffef878b\>);
    padding: 12px;
    position: absolute;
  }

  .f-navigation-menu.w--open {
    background-color: var(--flowui-component-library-gray-700\<deleted\|variable-87e3868e\>);
    border-color: #fff;
  }

  .f-navigation-logo-link-mobile {
    margin-left: 0;
    display: flex;
  }

  .f-navigation-container-middle {
    justify-content: space-between;
  }

  .f-navigation {
    position: relative;
  }

  .udesly-lottie-animation {
    width: 32px;
    height: 32px;
  }

  .menu-button {
    width: 48px;
    height: 48px;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    padding: 7px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .udesly-button-navigation-secondary.udesly-full {
    border: 1px solid #d4d4d4;
  }

  .menu-buttons {
    justify-content: center;
    margin-top: 32px;
    display: flex;
  }

  .nav-menu {
    background-color: #fff;
    padding: 24px;
  }

  .container-navigation {
    justify-content: space-between;
  }

  .footer-title {
    font-size: 16px;
  }

  .content-image {
    max-width: none;
    min-height: auto;
    min-width: auto;
    position: static;
  }

  .udesly-display-large.udesly-text-extrabold {
    font-size: 32px;
    line-height: 1.2;
  }

  .hero-grid-two-column {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .f-content-image-wrapper {
    max-width: 100%;
  }

  .f-grid-two-column {
    grid-template-columns: 1fr;
  }

  .property-content {
    max-width: 600px;
  }

  .udesly-udesly-text-semibold {
    font-size: 14px;
  }

  .udesly-grid-two-column {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .udesly-card-v1-wrapper {
    max-width: none;
    padding-top: 124px;
  }

  .udesly-cards-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .udesly-display-large-2.udesly-text-extrabold {
    font-size: 32px;
    line-height: 1.2;
  }

  .udesly-title-wrapper-centered {
    margin-bottom: 0;
  }

  .section-2 {
    flex-direction: column;
  }

  .udesly-property-content {
    max-width: 600px;
  }

  .container {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }
}

@media screen and (max-width: 767px) {
  .f-banner-flex-row {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .f-banner {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .udesly-lottie-animation {
    width: 20px;
    height: 20px;
  }

  .menu-button {
    width: 36px;
    height: 36px;
  }

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

  .udesly-footer-form.udesly-align-right {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .footer-title {
    color: #333;
  }

  .footer-column.margin-bottom {
    margin-bottom: 40px;
  }

  .footer---grid-4-columns {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-4-columns {
    padding-bottom: 48px;
  }

  .udesly-display-large {
    font-size: 56px;
    line-height: 64px;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .property-content {
    margin-top: 32px;
    position: static;
  }

  .udesly-slide {
    margin-right: 0;
  }

  .udesly-slider-large {
    min-height: 240px;
  }

  .udesly-stats-wrapper {
    flex-direction: column;
  }

  .udesly-cards-grid {
    grid-template-columns: 1fr;
  }

  .udesly-form-flex {
    flex-direction: column;
  }

  .udesly-display-large-2 {
    font-size: 56px;
    line-height: 64px;
  }

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

  .udesly-property-content {
    margin-top: 32px;
    position: static;
  }

  .udesly-slide-2 {
    margin-right: 0;
  }

  .udesly-slider-large-2 {
    min-height: 240px;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }
}

@media screen and (max-width: 479px) {
  .f-banner-flex-row {
    text-align: left;
  }

  .udesly-button-navigation {
    width: 100%;
  }

  .udesly-button-navigation-secondary.udesly-full {
    width: 100%;
    border: 1px solid #d4d4d4;
  }

  .menu-buttons {
    flex-direction: column;
  }

  .udesly-link {
    text-align: center;
  }

  .flex.gap-32 {
    grid-row-gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-bottom {
    justify-content: center;
  }

  .udesly-form {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .link-block {
    justify-content: flex-start;
  }

  .footer-title {
    font-size: 14px;
  }

  .footer---grid-4-columns {
    grid-column-gap: 15px;
  }

  .udesly-container {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .udesly-display-large {
    font-size: 44px;
    line-height: 54px;
  }

  .udesly-display-large.udesly-text-extrabold {
    font-size: 28px;
  }

  .herocontainer-2 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .f-content-form {
    flex-direction: column;
  }

  .udesly-flex.udesly-gap-12 {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .container-2, .udesly-container-2 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .udesly-location-wrapper {
    margin-top: 0;
  }

  .udesly-card-v1-wrapper {
    max-width: 350px;
  }

  .udesly-form-flex {
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .udesly-display-large-2 {
    font-size: 44px;
    line-height: 54px;
  }

  .udesly-display-large-2.udesly-text-extrabold {
    font-size: 28px;
  }

  .udesly-title-wrapper-centered {
    margin-bottom: 40px;
  }

  .udesly-flex-2.udesly-gap-12 {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .udesly-container-3 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }
}

#w-node-_02d27436-7560-37a1-5516-35d2155ee4bf-25bd9726 {
  align-self: center;
  justify-self: center;
}

#w-node-_6746f186-1743-79c8-2614-5f2b2c56b7f2-25bd9726 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_7f295491-a517-d1d9-b1f7-99f693a8f3d2-93a8f3cf {
  grid-area: span 5 / span 1 / span 5 / span 1;
}

#w-node-_7f295491-a517-d1d9-b1f7-99f693a8f3d6-93a8f3cf {
  grid-area: 1 / 2 / 5 / 3;
}

#w-node-_7f295491-a517-d1d9-b1f7-99f693a8f3f7-93a8f3cf {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_451fa560-036f-3035-a1de-0351795de4ab-87c3acd9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_866577d9-4507-3837-9c46-71d9766f319d-87c3acd9 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_95f8ab87-bb54-186f-7a56-c2d3bbe792ac-ca4d06a8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_419fa05d-5759-9dc5-b57e-e332d3ee5593-ca4d06a8, #w-node-ec2f6888-9536-baa6-3c12-4e88a32c5ddb-d5b394dd {
  align-self: center;
  justify-self: center;
}

#w-node-d6f8c06c-733e-d674-6db3-b40f4a70c109-f99f3550, #w-node-_3480148a-1a66-0596-b217-1b3d79151b3d-08104041 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_6be8ec86-b59a-203f-6f31-50e9204807a3-3ff92cd0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_6be8ec86-b59a-203f-6f31-50e9204807b8-3ff92cd0 {
  align-self: center;
  justify-self: center;
}

#w-node-_6075692d-e4f4-4ffd-c3d4-99cb6ea0626b-66079d7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6075692d-e4f4-4ffd-c3d4-99cb6ea0626d-66079d7e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2842773f-0560-aeb0-683e-3d00c4a34f6d-e457c8df {
  align-self: center;
  justify-self: center;
}

#w-node-a205a8f6-67de-d4e5-8741-8398dfff2c89-e457c8df, #w-node-d255994f-229e-72fe-27c5-ad3904d398b5-94e751e7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-d255994f-229e-72fe-27c5-ad3904d398ca-94e751e7 {
  align-self: center;
  justify-self: center;
}

#w-node-ad3e930a-17d2-8a39-a9cb-377b75609750-94e751e7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-ad3e930a-17d2-8a39-a9cb-377b75609765-94e751e7, #w-node-_93a148aa-868c-da62-01f4-9dbfefeace24-28d1657b {
  align-self: center;
  justify-self: center;
}

#w-node-d255994f-229e-72fe-27c5-ad3904d398b5-bbe41daf {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_92c17ab1-f505-8efc-e2fe-76516669fff9-25bd9726, #w-node-dc2f42dc-5c83-0bc9-4d03-05b3d5acab3d-ca4d06a8 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7f295491-a517-d1d9-b1f7-99f693a8f3d2-93a8f3cf {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_7f295491-a517-d1d9-b1f7-99f693a8f3d6-93a8f3cf {
    grid-area: 3 / 3 / 4 / 4;
  }

  #w-node-_7f295491-a517-d1d9-b1f7-99f693a8f3f7-93a8f3cf {
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7f295491-a517-d1d9-b1f7-99f693a8f3d2-93a8f3cf {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}


