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

body {
  font-family: 'Ul moderat', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 18px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Ul moderat', sans-serif;
  font-size: 72px;
  line-height: 68px;
  font-weight: 500;
}

h2 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Ul moderat', sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
  font-family: 'Ul moderat', sans-serif;
}

a {
  font-family: 'PT Sans Caption', sans-serif;
  color: #00a451;
  text-decoration: none;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-family: 'Ul moderat', sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.body {
  overflow: visible;
  background-image: url('../images/bg-mesh-1.jpg');
  background-position: 0% 300px;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: 'Ul moderat', sans-serif;
  color: #1d2436;
  font-size: 14px;
  line-height: 18px;
}

.header {
  position: relative;
  z-index: 100;
  display: block;
  overflow: hidden;
  height: auto;
  max-width: none;
  min-height: 100px;
  min-width: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.logo-container {
  position: relative;
  z-index: 10;
  max-width: 160px;
  margin-left: 5%;
}

.mainnav-container {
  position: absolute;
  left: auto;
  top: 20px;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: flex;
  min-height: 30px;
  margin-right: 5%;
  padding-top: 0px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: center;
  flex: 0 0 auto;
}

.mainnav {
  position: relative;
  right: 0px;
  display: flex;
  margin-bottom: 0px;
  padding-right: 0px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  list-style-type: none;
}

.mainnav-item {
  margin-right: 20px;
  margin-left: 20px;
}

.link.mainnav-a {
  display: flex;
  align-items: flex-start;
  transition: all 200ms ease-in-out;
  font-family: 'Ul moderat', sans-serif;
  color: #123a28;
  font-weight: 500;
}

.link.mainnav-a:hover {
  display: block;
  padding-bottom: 5px;
  border-bottom: 3px solid #00a451;
  color: #123a28;
}

.container-80vh {
  position: relative;
  display: block;
  width: 100%;
  height: 80vh;
  max-width: 1100px;
  flex-direction: row;
  align-items: flex-start;
}

.container-80vh.benefits {
  display: flex;
  height: auto;
  padding-left: 0px;
  flex-direction: row;
  align-items: flex-start;
}

.container-80vh.container-cta {
  display: block;
  width: 100%;
  height: 70vh;
  max-width: 1280px;
  flex-direction: column;
  align-items: flex-start;
  background-color: transparent;
}

.container-80vh.container-footer {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 70vh;
  max-width: none;
  flex-direction: column;
  align-items: flex-start;
  background-color: transparent;
  background-image: linear-gradient(180deg, transparent, #e5ddca);
}

.container-80vh.secondaryhero-container {
  display: flex;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 450px;
  align-items: center;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/usgs-CGxdRJknf4I-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -o-object-fit: fill;
  object-fit: fill;
}

.container-80vh.container-callout {
  display: block;
  width: 100%;
  height: 70vh;
  max-width: 1280px;
  flex-direction: column;
  align-items: flex-start;
  background-color: #ebeeef;
  background-image: url('../images/bg-windfarm.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container-80vh.maxh600 {
  max-height: 600px;
  max-width: none;
}

.hero {
  position: relative;
  overflow: hidden;
}

.benefit-viewparameters {
  display: flex;
  overflow: hidden;
  height: 80vh;
  margin-top: 0px;
  margin-bottom: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
  align-items: center;
}

.benefit-explorevariation {
  display: flex;
  height: 80vh;
  margin-top: 101px;
  margin-bottom: 101px;
  padding-top: 40px;
  padding-bottom: 40px;
  align-items: center;
  background-image: url('../images/bg-mesh-2.jpg');
  background-position: 100% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.benefit-buildstandards {
  overflow: hidden;
  height: 90vh;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url('../images/bg-mesh-3.jpg');
  background-position: 0% 0%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.cta-resilience {
  display: flex;
  overflow: hidden;
  margin-top: 100px;
  margin-bottom: 100px;
  justify-content: flex-start;
}

.hero-header-block {
  position: absolute;
  top: 20%;
  z-index: 100;
  display: flex;
  width: 85%;
  height: 60%;
  min-height: 300px;
  padding-left: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.hero-heading {
  position: relative;
  left: 0px;
  top: 0px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: 'Ul moderat', sans-serif;
  color: #fff;
  font-size: 72px;
  line-height: 68px;
  font-weight: 500;
  letter-spacing: -0.025em;
}

.hero-paragraph {
  position: relative;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 3%;
  z-index: 100;
  width: 75%;
  font-family: 'Ul moderat', sans-serif;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 28px;
}

.icon {
  left: -15px;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.icon.icon-inline-link {
  width: 24px;
  margin-right: 14px;
}

.section-footer {
  position: relative;
  margin-top: 0px;
}

.app-intro-wrapper {
  position: absolute;
  left: auto;
  top: 25%;
  right: 0%;
  bottom: auto;
  z-index: 120;
  display: flex;
  width: 50%;
  height: auto;
  max-width: 550px;
  padding: 40px 90px 40px 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 7px 7px 20px 0 rgba(141, 158, 178, 0.26);
}

.heading {
  font-family: 'Ul moderat', sans-serif;
  color: #121313;
  font-size: 40px;
  line-height: 38px;
  font-weight: 500;
  text-align: left;
  letter-spacing: -0.05rem;
  text-decoration: none;
}

.button {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  height: auto;
  max-width: 320px;
  min-height: auto;
  min-width: 200px;
  margin-right: auto;
  padding: 20px 30px;
  border-radius: 30px;
  background-color: #00a451;
  transition: all 500ms cubic-bezier(.215, .61, .355, 1);
  font-family: 'Ul moderat', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0rem;
  text-transform: none;
}

.button:hover {
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 30px;
  background-color: #123a28;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 18px;
}

.button.w--current {
  position: static;
  left: 0px;
  margin-left: 0px;
  border-style: none;
  border-width: 2px;
  border-color: #00a451;
  background-color: #00a451;
}

.container-header {
  position: relative;
  display: flex;
  max-width: 1100px;
  padding-bottom: 15px;
  flex-direction: row;
  align-items: center;
}

.viewparameters-text {
  position: relative;
  display: block;
  width: 50%;
  height: auto;
  margin-top: 49px;
  margin-bottom: 49px;
  padding-right: 65px;
  float: left;
  clear: left;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.benefit-viewparameters-image {
  position: relative;
  display: block;
  overflow: hidden;
  width: 50%;
  height: 400px;
  max-height: 600px;
  max-width: 500px;
  margin-top: 60px;
  float: left;
  clear: right;
  justify-content: center;
  align-items: flex-start;
  background-color: transparent;
}

.paragraph {
  margin-bottom: 0px;
  padding-right: 40px;
  line-height: 20px;
  text-align: left;
}

.boundaries-links {
  margin-top: 9px;
  margin-right: 20px;
  margin-bottom: 9px;
  padding-left: 20px;
  float: left;
  clear: both;
  background-image: url('../images/plus.svg');
  background-position: 0% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  transition: all 400ms cubic-bezier(.215, .61, .355, 1);
  color: #123a28;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}

.boundaries-links:hover {
  margin-left: 16px;
  color: #840025;
}

.explorevariation-text {
  position: relative;
  display: block;
  width: 50%;
  height: auto;
  margin-top: 10%;
  margin-bottom: 50px;
  padding-right: 0px;
  padding-left: 64px;
  float: right;
  clear: right;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.buildstandards-text {
  position: relative;
  display: block;
  width: 50%;
  height: auto;
  margin-top: 15%;
  margin-bottom: 50px;
  padding-right: 65px;
  float: left;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.cta-header-block {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: flex;
  width: 75%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.sub_footer-paragraph {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 60%;
  margin-bottom: 40px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  line-height: 27px;
}

.signin-heading {
  color: #840025;
}

.form-block {
  width: 100%;
}

.signin-submit {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #6c68f5;
  transition: all 500ms cubic-bezier(.165, .84, .44, 1);
  font-family: DeltaHeading;
}

.signin-submit:hover {
  background-color: #74f5d2;
  background-image: url('../images/03.-Snowy-Mint.jpg');
  background-position: 0% 0%;
  background-size: 100%;
  background-repeat: no-repeat;
  font-family: DeltaHeading;
  color: #1d2436;
  font-size: 15px;
}

.signin-email {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(108, 104, 245, 0.5);
}

.signin-password {
  margin-top: 15px;
  margin-bottom: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(108, 104, 245, 0.5);
}

.link-orange {
  transition: all 500ms cubic-bezier(.215, .61, .355, 1);
  color: #123a28;
}

.link-orange:hover {
  border-bottom: 2px solid #6c68f5;
  color: #123a28;
  letter-spacing: 0.025em;
  text-decoration: none;
}

.signin-paragraph {
  position: relative;
  margin-top: 20px;
  clear: left;
  font-size: 12px;
}

.container-footer {
  position: relative;
  top: 0px;
  z-index: 100;
  display: flex;
  max-width: none;
  padding-top: 0px;
  flex-direction: row;
  align-items: flex-start;
}

.footer-block {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: flex;
  width: 65%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.footer-paragraph {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 60%;
  margin-bottom: 40px;
  margin-left: 0px;
  color: #1d2436;
  font-size: 17px;
  line-height: 27px;
}

.footer-copyright {
  z-index: 100;
  margin-left: 30px;
  color: #1d2436;
  font-size: 9px;
  line-height: 27px;
}

.newsletter-form {
  position: relative;
  display: none;
  width: 60%;
  margin-left: 30px;
  flex-direction: row;
  align-items: center;
}

.form {
  position: relative;
  display: flex;
  width: 100%;
  height: 100px;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.text-field {
  position: absolute;
  overflow: visible;
  width: 70%;
  height: 50px;
  margin-right: 10px;
  padding: 24px 26px;
  flex: 0 auto;
  border: 1px none #000;
  border-radius: 25px;
  background-color: #123a28;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
}

.text-field::-moz-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.text-field::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.text-field::placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.subscribesubmit {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 25%;
  height: 50px;
  min-width: auto;
  padding: 14px 30px;
  flex: 0 auto;
  border-left: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 25px;
  background-color: #00a451;
  font-family: 'Ul moderat', sans-serif;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  font-weight: 500;
}

.secondaryhero {
  position: relative;
}

.abouthero-header-block {
  position: relative;
  top: 0%;
  z-index: 100;
  display: flex;
  width: 75%;
  height: auto;
  min-height: 300px;
  margin-top: 0px;
  padding-left: 140px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.abouthero-heading {
  position: relative;
  left: 0px;
  top: 0px;
  margin: 30px 30px 20px 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: 'Ul moderat', sans-serif;
  color: #fff;
  font-size: 72px;
  line-height: 68px;
  font-weight: 400;
  letter-spacing: -0.025em;
}

.abouthero-paragraph {
  position: relative;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 3%;
  z-index: 100;
  width: 75%;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-bottom: 0px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  line-height: 27px;
}

.aboutdeltaone {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.aboutdeltatwo {
  margin-top: 101px;
  margin-bottom: 101px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.aboutdeltafour {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.callout-about {
  display: none;
  margin-top: 0px;
  margin-bottom: 100px;
  justify-content: flex-start;
}

.callout-header-block {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: flex;
  width: 65%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.callout-heading {
  position: relative;
  left: 0px;
  top: 0px;
  margin: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: 'PT Sans Caption', sans-serif;
  color: rgba(255, 255, 255, 0.9);
  font-size: 72px;
  line-height: 80px;
  font-weight: 400;
  letter-spacing: -0.025em;
}

.callout-paragraph {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 60%;
  margin-bottom: 40px;
  margin-left: 30px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  line-height: 27px;
}

.about-text1 {
  position: relative;
  display: block;
  width: 50%;
  height: auto;
  margin-top: 5%;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  clear: left;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.about-image1 {
  position: relative;
  overflow: hidden;
  width: 50%;
  height: auto;
  max-height: none;
  max-width: 600px;
  padding-right: 20px;
  float: left;
  clear: right;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.about-text2 {
  position: relative;
  display: block;
  width: 50%;
  height: auto;
  margin-top: 0%;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 20px;
  float: right;
  clear: right;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.about-text3 {
  position: relative;
  display: block;
  width: 50%;
  height: auto;
  margin-top: 0%;
  margin-bottom: 0px;
  margin-left: 64px;
  padding-right: 65px;
  padding-left: 20px;
  float: left;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.contactdeltaone {
  display: block;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 0px;
  padding-bottom: 40px;
  align-items: flex-start;
}

.select-field {
  width: 50%;
  border-style: solid;
  border-width: 1px;
  border-color: #00a451;
  border-radius: 10px;
  background-color: rgba(87, 126, 158, 0.15);
  color: #1d2436;
}

.submit {
  width: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px 20px;
  border-style: none;
  border-width: 2px;
  border-color: #00a451;
  border-radius: 20px;
  background-color: #00a451;
  transition: all 500ms cubic-bezier(.165, .84, .44, 1);
  font-family: 'Ul moderat', sans-serif;
  color: rgba(255, 255, 255, 0.9);
  line-height: 14px;
  font-weight: 500;
}

.submit:hover {
  border-color: #123a28;
  background-color: #123a28;
  font-family: 'Ul moderat', sans-serif;
  color: #fff;
  font-size: 14px;
}

.contact-form {
  position: relative;
  width: 50%;
  height: auto;
  max-width: 600px;
  padding-top: 60px;
  float: left;
  clear: right;
  background-color: transparent;
}

.helpdeltaone {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.helpfaq {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  flex: 1;
  text-align: left;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.heading-3 {
  font-family: 'PT Sans', sans-serif;
  color: #121313;
  font-weight: 400;
}

.callout-help {
  display: flex;
  margin-top: 100px;
  margin-bottom: 100px;
  justify-content: flex-start;
}

.helpdeltatwo {
  margin-top: 101px;
  margin-bottom: 101px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.help-text2 {
  position: relative;
  display: block;
  width: 50%;
  height: auto;
  margin-top: 10%;
  margin-bottom: 50px;
  padding-right: 0px;
  padding-left: 64px;
  float: right;
  clear: right;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.help-image2 {
  width: 50%;
  height: auto;
  background-color: transparent;
}

.help-text1 {
  position: relative;
  display: block;
  width: 50%;
  height: auto;
  margin-top: 49px;
  margin-bottom: 49px;
  padding-right: 65px;
  float: left;
  clear: left;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.help-image1 {
  position: relative;
  width: 50%;
  height: auto;
  max-width: 600px;
  float: left;
  clear: right;
  background-color: transparent;
}

.app-hero {
  display: block;
  margin-top: -130px;
  margin-bottom: 100px;
  justify-content: flex-start;
}

.app-data {
  display: block;
  flex-direction: column;
  align-items: center;
}

.link-blue {
  transition: all 500ms cubic-bezier(.215, .61, .355, 1);
  font-family: 'PT Sans Caption', sans-serif;
  color: #6c68f5;
}

.link-blue:hover {
  border-bottom: 2px solid #6c68f5;
  font-family: 'PT Sans Caption', sans-serif;
  color: #6c68f5;
  font-weight: 400;
  letter-spacing: 0.025em;
  text-decoration: none;
}

.link-blue.w--current {
  font-family: 'PT Sans Caption', sans-serif;
  color: #c10037;
}

.logo-project {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 0px;
  font-family: 'Ul moderat', sans-serif;
  -o-object-fit: contain;
  object-fit: contain;
}

.logo-left-container {
  margin-right: 0px;
  align-self: flex-end;
}

.logo-epic {
  position: relative;
  width: 100%;
  background-image: url('../images/logo-mesh.jpg');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.link-block {
  display: flex;
}

.link-block.w--current {
  max-width: 160px;
  flex-direction: row;
  align-items: flex-end;
  -o-object-fit: contain;
  object-fit: contain;
}

.link-block.footer-logo {
  margin-top: 15px;
  margin-bottom: 15px;
}

.hero-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -ms-grid-row-align: center;
  align-self: center;
  flex: 1;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('../images/shutterstock_702408349.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.image-6 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  overflow: visible;
  width: 200%;
  height: auto;
  background-color: transparent;
  opacity: 1;
  filter: brightness(71%);
  transform: scale(1.2);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.sub_footer-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -ms-grid-row-align: center;
  align-self: center;
  flex: 1;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/GettyImages-904583014.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.sub_footer-button {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  max-width: 320px;
  min-width: 200px;
  margin-left: 0px;
  padding: 15px 30px;
  border-style: solid;
  border-width: 2px;
  border-color: #00a451;
  border-radius: 40px;
  background-color: rgba(255, 255, 255, 0.9);
  font-family: 'Ul moderat', sans-serif;
  color: #121313;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0rem;
  text-transform: none;
}

.sub_footer-button:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #123a28;
  border-radius: 40px;
  background-color: #123a28;
  color: #fff;
  font-size: 14px;
}

.sub_footer-heading {
  position: relative;
  left: 0px;
  top: 0px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: 'Ul moderat', sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 64px;
  font-weight: 400;
  letter-spacing: -0.025em;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.image-7 {
  align-self: flex-end;
  transform: scale(1.6);
}

.benefit-explorevariation-image {
  position: relative;
  display: block;
  overflow: hidden;
  width: 50%;
  height: 400px;
  max-height: 600px;
  max-width: 500px;
  float: left;
  clear: left;
  justify-content: center;
  align-items: flex-start;
  background-color: transparent;
}

.copyright-container {
  position: relative;
  display: flex;
  margin-top: 100px;
  align-items: center;
  align-self: flex-start;
}

.logo-ul {
  display: flex;
  align-items: flex-end;
}

.ulse-logo {
  display: block;
  width: auto;
  height: 30px;
  min-height: 30px;
  margin-right: 12px;
  margin-left: 12px;
}

.collection-list-wrapper {
  display: block;
}

.fs-globe-container {
  position: static;
  left: 0%;
  top: 0vh;
  right: 0%;
  bottom: 0%;
  width: 1024px;
  height: 1024px;
  max-height: 1024px;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  background-color: transparent;
}

.fs-globe-container:hover {
  border: 0px solid #000;
}

.fs-globe-container:active {
  border: 0px solid #000;
}

.fs-globe-container:focus {
  border: 0px solid #000;
}

.fs-globe-pin {
  display: flex;
  width: 25px;
  height: 25px;
  margin-top: 25px;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #eb7500;
  border-radius: 50px;
  background-color: transparent;
  filter: brightness(160%) saturate(78%) hue-rotate(-48deg);
  color: #00a451;
}

.lottie-pin-1 {
  position: absolute;
  width: 90%;
  height: 140%;
  opacity: 0.82;
  color: #00a451;
}

.fs-globe-tooltip {
  position: relative;
  display: flex;
  width: 170px;
  height: auto;
  margin-top: 10px;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-radius: 4px;
  background-color: #fff;
  font-size: 16px;
  text-align: left;
}

.fs-globe-tooltip._1 {
  z-index: 120;
  width: 260px;
  padding: 16px;
  align-items: center;
  text-align: center;
}

.tooltip-arrow-top {
  position: absolute;
  left: 0%;
  top: -6px;
  right: 0%;
  bottom: auto;
  width: 16px;
  height: 16px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 2px;
  background-color: #fff;
  transform: rotate(45deg);
}

.tooltip-title {
  margin-bottom: 4px;
  font-family: 'Ul moderat', sans-serif;
  color: #123a28;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.125em;
  text-transform: uppercase;
}

.tooltip-description {
  font-family: 'Ul moderat', sans-serif;
  color: #121313;
  font-size: 12px;
  line-height: 16px;
}

.hidden-content {
  display: none;
}

.globe-wrapper {
  position: relative;
  display: flex;
  overflow: visible;
  width: 100vw;
  height: auto;
  max-width: 1024px;
  margin-top: 0px;
  margin-left: 0px;
  flex-direction: column;
  align-items: center;
  flex: 0 0 auto;
}

.globe-outer-graphic-large {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 120%;
  height: 120%;
  margin-top: -10%;
  margin-right: auto;
  margin-left: -10%;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(77, 92, 212, 0.2);
  border-radius: 3000px;
  background-color: hsla(0, 0%, 100%, 0);
  line-height: 1.5;
}

.globe-outer-graphic-small {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 94%;
  height: 94%;
  margin-top: 3%;
  margin-right: auto;
  margin-left: 3%;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(77, 92, 212, 0.3);
  border-radius: 3000px;
  background-color: hsla(0, 0%, 100%, 0.01);
}

.graphic-circle-3 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  width: 80px;
  height: 80px;
  margin-top: 0%;
  margin-right: auto;
  margin-left: 0%;
  border-style: solid;
  border-width: 1px;
  border-color: #4d5cd4;
  border-radius: 3000px;
  background-color: hsla(0, 0%, 100%, 0);
  opacity: 0.2;
  filter: none;
}

.graphic-circle-4 {
  position: absolute;
  left: auto;
  top: auto;
  right: -17%;
  bottom: 25%;
  z-index: -1;
  display: block;
  width: 60px;
  height: 60px;
  margin-top: 0%;
  margin-right: auto;
  margin-left: 0%;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(77, 92, 212, 0.1);
  border-radius: 3000px;
  background-color: hsla(0, 0%, 100%, 0);
  opacity: 0.8;
  filter: none;
}

.graphic-circle-5 {
  position: absolute;
  left: auto;
  right: 40%;
  bottom: 5%;
  z-index: 1;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: 0%;
  margin-right: auto;
  margin-left: 0%;
  border-style: solid;
  border-width: 1px;
  border-color: #4d5cd4;
  border-radius: 3000px;
  background-color: hsla(0, 0%, 100%, 0);
  opacity: 0.8;
  filter: none;
}

.graphic-circle-6 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0px;
  z-index: 1;
  display: block;
  width: 60px;
  height: 60px;
  margin-top: 0%;
  margin-right: auto;
  margin-left: 0%;
  border-style: solid;
  border-width: 1px;
  border-color: #4d5cd4;
  border-radius: 3000px;
  background-color: hsla(0, 0%, 100%, 0);
  opacity: 0.55;
  filter: none;
}

.app-intro {
  margin-bottom: 39px;
  padding-right: 40px;
  font-family: 'Ul moderat', sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.globe-holder {
  width: 100%;
}


.app-intro-heading {
  margin-bottom: 45px;
  padding-right: 40px;
  font-family: 'Ul moderat', sans-serif;
  font-size: 40px;
  line-height: 42px;
  font-weight: 400;
  text-align: left;
}

.epic-mask {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: 20px;
  z-index: 20;
  display: none;
  background-image: url('../images/bg-home-trees.jpg');
  background-position: 50% 0%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: Icomoon, sans-serif;
  font-size: 200px;
  line-height: 100%;
  text-align: center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.epic-mask-footer {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  background-image: url('../images/epic-mesh_20.jpg');
  background-position: 100% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: Icomoon, sans-serif;
  font-size: 200px;
  line-height: 75vh;
  text-align: center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.country-grid {
  position: relative;
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.bg1 {
  background-image: url('../images/bg-mesh-5.jpg');
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.country-map-full {
  width: auto;
  max-height: 550px;
}

.country-map-full.country-shadow {
  margin-right: auto;
  margin-left: auto;
}

.country-map-regions {
  width: auto;
  max-height: 550px;
}

.map-block {
  position: relative;
}

.country-tabs-menu {
  margin-right: 10px;
  text-align: center;
}

.tab {
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid transparent;
  border-radius: 20px;
  background-color: #123a28;
  font-family: Arimo, sans-serif;
  color: #fff !important;
  font-size: 13px;
  font-weight: 400;
}

.tab.w--current {
  margin-right: 5px;
  border-color: #123a28;
  background-color: #FFFFFF !important;
  color: #123a28 !important;
}

.tab.tab-topography {
  border-color: #123a28;
  border-radius: 20px;
  color: rgba(255, 255, 255, 0.9);
}

.tab.tab-regions {
  border-color: #123a28;
  border-radius: 20px;
  background-color: #123a28;
  color: rgba(255, 255, 255, 0.9);
}

.country-tab-content {
  display: flex;
  max-height: 600px;
  min-height: 550px;
  padding-right: 20px;
  padding-left: 20px;
  align-items: center;
}

.grid {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-subnav {
  margin-top: 75px;
  margin-bottom: 30px;
}

.section-country-map {
  position: relative;
  padding-top: 30px;
  padding-bottom: 75px;
  background-image: url('../images/bg-mesh-4.jpg');
  background-position: 100% 100%;
  background-size: 700px;
  background-repeat: no-repeat;
}

.link-backtomap {
  display: inline-block;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-family: 'Ul moderat', sans-serif;
  color: #121313;
}

.link-viewdata {
  display: inline-block;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #121313;
}

.link-downloadcsv {
  display: inline-block;
  margin-left: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #121313;
}

.container-subnav {
  max-width: 1100px;
  color: #121313;
  font-size: 12px;
}

.country-name-floats {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 17%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Playfair Display', sans-serif;
  color: rgba(255, 255, 255, 0.9);
  font-style: italic;
  font-weight: 600;
  text-shadow: 0 3px 3px rgba(34, 77, 65, 0.54);
}

.cloud1 {
  position: absolute;
  top: 22px;
  right: -90px;
  z-index: 5;
}

.cloud2 {
  position: absolute;
  left: -75px;
  top: auto;
  bottom: 40px;
  z-index: 5;
}

.dropdown-toggle-2 {
  min-width: 200px;
  padding: 10px 20% 10px 15%;
  border-style: solid;
  border-width: 1px;
  border-color: #00a451;
  background-color: rgba(255, 255, 255, 0.9);
  font-family: 'Playfair Display', sans-serif;
  font-style: italic;
}

.caption {
  font-family: 'PT Mono', sans-serif;
  color: #a4becb;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.country-h1 {
  margin-top: 0px;
  font-family: 'Ul moderat', sans-serif;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}

.region {
  text-align: center;
}

.text-inline {
  display: inline-block;
  font-family: 'Ul moderat', sans-serif;
}

.grid-2 {
  align-items: center;
  -ms-grid-columns: 1fr 2.25fr 1fr;
  grid-template-columns: 1fr 2.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.country-varbiable-block {
  position: relative;
  margin-top: -1px;
  margin-left: 0px;
  padding: 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #00a451;
  transition: all 450ms ease;
}

.country-varbiable-block:hover {
  z-index: 10;
  border-color: transparent;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 5px 30px 5px rgba(0, 0, 0, 0.2);
}

.var-num {
  font-family: 'PT Mono', sans-serif;
  color: #577e9e;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.var-data {
  font-family: 'Space Mono', sans-serif;
  color: #00a451;
  font-size: 24px;
  line-height: 31px;
  text-align: center;
}

.var-name {
  color: #1d2436;
  font-size: 20px;
  font-weight: 400;
}

.data {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.country-subfooter-wrapper {
  z-index: 120;
  display: flex;
  width: 70%;
  height: auto;
  margin-top: 180px;
  margin-right: 40px;
  margin-left: 40px;
  padding: 80px 50px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 7px 7px 20px 0 rgba(141, 158, 178, 0.26);
}

.subfooter-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 45px;
  -ms-grid-columns: 1fr 1.25fr;
  grid-template-columns: 1fr 1.25fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.subfooter-intro {
  margin-bottom: 0px;
  font-family: 'Ul moderat', sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.app-intro-heading-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Ul moderat', sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
}

.link-block-2 {
  position: relative;
  z-index: 101;
  display: inline-block;
}

.tab-pane-tab-1 {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.tab-pane-tab-2 {
  margin-right: auto;
  margin-left: auto;
}

.app-strapline {
  margin-bottom: 20px;
  padding-right: 140px;
  font-family: 'Ul moderat', sans-serif;
  color: rgba(18, 19, 19, 0.6);
  font-size: 12px;
  line-height: 16px;
  font-style: italic;
}

.link-4 {
  padding-left: 10px;
  font-family: 'Ul moderat', sans-serif;
}

.text-block {
  font-family: 'Ul moderat', sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  text-transform: none;
}

.contact-text-field {
  border-style: solid;
  border-width: 1px;
  border-color: #00a451;
  border-radius: 9px;
}

.textarea {
  border-style: solid;
  border-width: 1px;
  border-color: #00a451;
  border-radius: 9px;
}

.text-block-2 {
  position: static;
  font-family: 'Ul moderat', sans-serif;
  letter-spacing: 0.5px;
}

.text-block-3 {
  font-family: 'Ul moderat', sans-serif;
  color: #123a28;
  font-weight: 500;
}

.text-block-4 {
  border-style: none;
  border-width: 1px;
  border-color: #577e9e;
}

.text-block-5 {
  text-transform: none;
}

.link-6 {
  padding-left: 10px;
  font-family: 'Ul moderat', sans-serif;
  color: #00a451;
}

.footer-link {
  padding-left: 5px;
  font-family: 'Ul moderat', sans-serif;
}

.image-8 {
  overflow: hidden;
  max-height: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-9 {
  padding-right: 0px;
}

.aboutdeltaone-copy {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (min-width: 1440px) {
  .body {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .logo-container {
    position: relative;
    left: 0px;
    margin-left: 5%;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: left;
  }

  .mainnav-container {
    display: block;
    margin-right: 5%;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .mainnav {
    height: auto;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .container-80vh {
    display: flex;
    max-width: 1280px;
    flex-direction: row;
    align-items: flex-start;
  }

  .container-80vh.container-cta {
    max-width: 1400px;
  }

  .container-80vh.container-footer {
    max-width: none;
    background-color: #e5ddca;
    background-image: linear-gradient(0deg, #e5ddca, #fff);
    background-position: 0px 0px;
  }

  .container-80vh.container-callout {
    max-width: 1400px;
  }

  .benefit-explorevariation {
    background-image: url('../images/bg-mesh-2.jpg');
    background-size: auto 100%;
    background-repeat: no-repeat;
  }

  .benefit-buildstandards {
    background-image: url('../images/bg-mesh-3.jpg');
    background-position: 0% 0%;
  }

  .cta-resilience {
    overflow: hidden;
  }

  .hero-header-block {
    position: relative;
    top: 0%;
    width: 75%;
    height: 100%;
  }

  .hero-paragraph {
    left: auto;
    top: auto;
    right: auto;
    bottom: 5%;
  }

  .container-header {
    display: flex;
    max-width: 1280px;
    flex-direction: row;
    align-items: flex-start;
  }

  .benefit-viewparameters-image {
    max-width: 600px;
  }

  .cta-header-block {
    position: absolute;
    top: 15%;
  }

  .sub_footer-paragraph {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    margin-left: 34px;
  }

  .container-footer {
    display: flex;
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
    flex-direction: row;
    align-items: flex-start;
  }

  .footer-block {
    position: absolute;
    top: 15%;
  }

  .footer-paragraph {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    margin-left: 0px;
  }

  .footer-copyright {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    margin-left: 34px;
  }

  .form {
    display: none;
  }

  .abouthero-header-block {
    position: relative;
    top: 0%;
    width: 70%;
    height: 100%;
    margin-top: 0px;
    padding-top: 0%;
  }

  .abouthero-paragraph {
    left: auto;
    top: auto;
    right: auto;
    bottom: 5%;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .callout-about {
    overflow: hidden;
  }

  .callout-header-block {
    position: absolute;
    top: 15%;
  }

  .callout-paragraph {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    margin-left: 34px;
  }

  .about-image1 {
    max-width: 600px;
  }

  .contact-form {
    max-width: 600px;
  }

  .callout-help {
    overflow: hidden;
  }

  .help-image2 {
    max-width: 600px;
  }

  .help-image1 {
    max-width: 600px;
  }

  .app-hero {
    overflow: hidden;
  }

  .app-data {
    display: none;
  }

  .logo-epic {
    background-image: none;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .benefit-explorevariation-image {
    max-width: 600px;
  }

  .country-subfooter-wrapper {
    width: 55%;
  }
}

@media screen and (min-width: 1920px) {
  .mainnav-container {
    margin-top: 20px;
  }

  .container-80vh {
    max-width: 1500px;
  }

  .container-80vh.container-cta {
    max-width: 1600px;
  }

  .container-80vh.container-footer {
    width: 100%;
    max-width: none;
  }

  .container-80vh.container-callout {
    max-width: 1600px;
  }

  .hero {
    right: auto;
  }

  .hero-paragraph {
    left: 0px;
    right: auto;
    bottom: 0%;
    margin-bottom: 30px;
  }

  .container-header {
    max-width: 1500px;
    align-items: center;
  }

  .container-footer {
    max-width: none;
  }

  .secondaryhero {
    right: auto;
  }

  .abouthero-header-block {
    padding-top: 0%;
  }

  .abouthero-paragraph {
    left: 0px;
    right: auto;
    bottom: 0%;
    margin-bottom: 30px;
  }

  .globe-wrapper {
    margin-left: 15%;
  }

  .country-subfooter-wrapper {
    width: 50%;
  }
}

@media screen and (max-width: 991px) {
  a {
    color: #00a451;
  }

  a:hover {
    color: #123a28;
  }

  .body {
    background-image: url('../images/bg-mesh-1.jpg');
    background-size: auto;
    background-repeat: no-repeat;
  }

  .logo-container {
    max-width: 200px;
  }

  .link.mainnav-a {
    font-size: 12px;
  }

  .container-80vh {
    max-height: 80%;
  }

  .container-80vh.benefits {
    display: flex;
    height: auto;
    max-height: none;
    max-width: 100vw;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .container-80vh.container-cta {
    background-color: transparent;
    background-image: none;
  }

  .container-80vh.container-footer {
    position: relative;
    height: auto;
    max-height: none;
    padding-top: 0px;
    background-image: none;
  }

  .container-80vh.secondaryhero-container {
    display: block;
    height: auto;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/usgs-CGxdRJknf4I-unsplash.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .container-80vh.container-callout {
    height: auto;
    min-height: 300px;
    background-position: 0% 100%;
  }

  .container-80vh.maxh600 {
    height: 60vh;
  }

  .benefit-viewparameters {
    display: flex;
    height: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    flex-direction: row;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .benefit-explorevariation {
    height: auto;
    margin-top: 0px;
    margin-bottom: 40px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .benefit-buildstandards {
    height: auto;
    margin-top: 0px;
    margin-bottom: 40px;
  }

  .cta-resilience {
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .hero-header-block {
    top: 25%;
    width: 100%;
    height: auto;
    padding-top: 0px;
    padding-left: 60px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-heading {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-right: 40px;
    font-size: 52px;
    line-height: 62px;
  }

  .hero-paragraph {
    left: 0px;
    right: auto;
    bottom: 5%;
    width: 75%;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .section-footer {
    width: 100%;
    height: 100%;
  }

  .app-intro-wrapper {
    position: relative;
    left: 60px;
    top: 0%;
    display: flex;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

  .heading {
    font-size: 34px;
  }

  .button {
    bottom: 0%;
    margin-left: 0px;
    padding-top: 20px;
    font-size: 14px;
    line-height: 14px;
  }

  .button:hover {
    font-size: 14px;
    line-height: 14px;
  }

  .container-header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .viewparameters-text {
    position: relative;
    width: 50vw;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 31px;
    padding-right: 20px;
    clear: both;
  }

  .benefit-viewparameters-image {
    position: relative;
    width: 50vw;
    height: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 20px;
    float: left;
    clear: none;
  }

  .paragraph {
    padding-right: 20px;
  }

  .explorevariation-text {
    width: 50vw;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 30px;
    padding-right: 65px;
    padding-left: 0px;
    float: left;
  }

  .buildstandards-text {
    width: 50vw;
    margin-bottom: 60px;
    margin-left: 30px;
  }

  .cta-header-block {
    left: 100px;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: 100%;
  }

  .sub_footer-paragraph {
    width: 80%;
  }

  .signin-heading {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 18px;
  }

  .delta-signin-form {
    display: flex;
  }

  .form-block {
    display: block;
    margin-bottom: 0px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .signin-submit {
    display: block;
    width: 33%;
  }

  .signin-email {
    width: 40%;
    margin-right: 19px;
  }

  .signin-password {
    width: 40%;
    margin-right: 20px;
  }

  .container-footer {
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-block {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
    padding-top: 60px;
  }

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

  .footer-copyright {
    line-height: 12px;
  }

  .text-field {
    width: 75%;
  }

  .subscribesubmit {
    min-width: 120px;
    text-align: center;
  }

  .abouthero-header-block {
    width: 100%;
    margin-top: 40px;
    padding-left: 60px;
  }

  .abouthero-heading {
    font-size: 80px;
    line-height: 72px;
  }

  .abouthero-paragraph {
    position: static;
    left: 30px;
    right: auto;
    bottom: 5%;
    width: 75%;
    margin-left: 0px;
  }

  .callout-about {
    overflow: hidden;
  }

  .callout-header-block {
    height: 100%;
  }

  .callout-heading {
    font-size: 70px;
    line-height: 62px;
  }

  .about-text1 {
    position: relative;
    width: 80%;
    margin-bottom: 60px;
    margin-left: 40px;
    padding-right: 40px;
    clear: both;
  }

  .about-image1 {
    position: relative;
    width: 75%;
    margin-top: 50px;
    margin-right: 0px;
    margin-left: 30px;
    float: left;
    clear: none;
  }

  .about-text2 {
    width: 80%;
    margin-bottom: 60px;
    margin-left: 30px;
    padding-right: 65px;
    padding-left: 0px;
    float: left;
  }

  .about-text3 {
    width: 80%;
    margin-bottom: 60px;
    margin-left: 30px;
  }

  .delta-contact-form {
    display: block;
    align-items: stretch;
  }

  .submit {
    display: block;
    width: 33%;
  }

  .contact-form {
    position: relative;
    display: block;
    width: 75%;
    margin-top: 50px;
    margin-right: 40px;
    margin-left: 30px;
    float: left;
    clear: none;
    flex-direction: row;
    align-items: center;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .callout-help {
    overflow: hidden;
  }

  .help-text2 {
    width: 80%;
    margin-bottom: 60px;
    margin-left: 30px;
    padding-right: 65px;
    padding-left: 0px;
    float: left;
  }

  .help-image2 {
    width: 75%;
    margin-top: 50px;
    margin-left: 30px;
    float: left;
    clear: right;
  }

  .help-text1 {
    position: relative;
    width: 80%;
    margin-bottom: 60px;
    margin-left: 31px;
    clear: both;
  }

  .help-image1 {
    position: relative;
    width: 75%;
    margin-top: 50px;
    margin-right: 0px;
    margin-left: 30px;
    float: left;
    clear: none;
  }

  .app-hero {
    overflow: hidden;
    margin-top: 0px;
  }

  .image-6 {
    width: 100%;
    -o-object-fit: none;
    object-fit: none;
  }

  .sub_footer-button {
    bottom: 0%;
  }

  .sub_footer-heading {
    margin-top: 0px;
    font-size: 48px;
    line-height: 48px;
  }

  .image-7 {
    margin-top: 40px;
    transform: scale(1.6);
    -o-object-fit: fill;
    object-fit: fill;
  }

  .benefit-explorevariation-image {
    position: relative;
    width: 50vw;
    height: auto;
    margin-top: 50px;
    margin-right: 0px;
    margin-left: 30px;
    float: left;
    clear: none;
  }

  .copyright-container {
    width: 100%;
    margin-top: 60px;
    justify-content: center;
  }

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

  .map-block {
    margin-left: 40px;
  }

  .country-tabs-menu {
    display: flex;
    margin-bottom: 0px;
    flex-direction: column;
    align-items: center;
  }

  .tab {
    margin-bottom: 10px;
  }

  .section-subnav {
    margin-right: 40px;
    margin-left: 40px;
  }

  .data {
    margin-right: 40px;
  }

  .country-subfooter-wrapper {
    position: relative;
    top: 0%;
    width: auto;
    margin-top: 287px;
    padding-top: 40px;
    padding-bottom: 40px;
    flex-direction: column;
    align-items: center;
  }

  .subfooter-grid {
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .subfooter-intro {
    padding-right: 100px;
    font-size: 18px;
    line-height: 24px;
  }

  .app-intro-heading-copy {
    font-size: 36px;
    line-height: 38px;
  }

  .link-5 {
    color: #00a451;
  }

  .footer-link {
    font-size: 10px;
    line-height: 12px;
  }

  .text-block-6 {
    padding-left: 30px;
    font-size: 10px;
    line-height: 12px;
  }

  .column {
    padding-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .container-80vh {
    height: auto;
    max-width: none;
  }

  .container-80vh.benefits {
    display: -ms-grid;
    display: grid;
    flex-direction: column;
    justify-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr auto;
    grid-template-rows: 1fr auto;
  }

  .container-80vh.container-cta {
    display: block;
    height: auto;
  }

  .container-80vh.container-callout {
    display: block;
    height: auto;
  }

  .benefit-viewparameters {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .benefit-explorevariation {
    margin-bottom: 0px;
  }

  .benefit-buildstandards {
    margin-bottom: 0px;
  }

  .hero-header-block {
    height: auto;
    min-height: auto;
  }

  .hero-heading {
    font-size: 42px;
    line-height: 48px;
  }

  .hero-paragraph {
    font-size: 14px;
    line-height: 20px;
  }

  .app-intro-wrapper {
    left: 0px;
    width: auto;
    max-width: none;
  }

  .button {
    left: 0px;
    max-width: 300px;
    min-width: auto;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .button.w--current {
    margin-left: 0px;
    border-style: none;
    background-color: #00a451;
    transition: all 500ms cubic-bezier(.215, .61, .355, 1);
    color: #fff;
  }

  .viewparameters-text {
    width: auto;
    margin-right: 40px;
    margin-left: 40px;
  }

  .benefit-viewparameters-image {
    width: auto;
    max-height: 400px;
    margin-right: 40px;
    margin-left: 40px;
  }

  .paragraph {
    margin-bottom: 20px;
  }

  .explorevariation-text {
    width: auto;
    margin-right: 40px;
    margin-left: 40px;
    padding-right: 20px;
  }

  .buildstandards-text {
    width: auto;
    margin-top: 0%;
    margin-right: 40px;
    margin-left: 40px;
    padding-right: 20px;
  }

  .cta-header-block {
    position: relative;
    left: 0px;
    display: block;
    overflow: hidden;
    width: 80%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    float: right;
  }

  .sub_footer-paragraph {
    font-size: 14px;
  }

  .signin-email {
    border-radius: 0px;
  }

  .signin-password {
    border-radius: 0px;
  }

  .text-field {
    border-radius: 0px;
  }

  .secondaryhero {
    margin-bottom: 0px;
  }

  .abouthero-header-block {
    height: auto;
    min-height: auto;
  }

  .abouthero-heading {
    font-size: 60px;
    line-height: 60px;
  }

  .aboutdeltaone {
    display: block;
    overflow: hidden;
    margin-top: 60px;
    margin-bottom: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .aboutdeltatwo {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .aboutdeltafour {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .callout-header-block {
    position: relative;
    display: block;
    overflow: hidden;
    width: 80%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    float: right;
  }

  .callout-heading {
    font-size: 60px;
  }

  .callout-paragraph {
    font-size: 14px;
  }

  .about-text1 {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .about-image1 {
    overflow: hidden;
    height: auto;
    max-height: 300px;
    margin-left: 0px;
  }

  .about-text2 {
    margin-bottom: 40px;
  }

  .about-text3 {
    margin-top: 5%;
    margin-bottom: 40px;
  }

  .helpfaq {
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .image-6 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    overflow: visible;
    width: auto;
    max-width: none;
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .sub_footer-bg {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/GettyImages-904583014.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
  }

  .sub_footer-button {
    margin-bottom: 20px;
  }

  .sub_footer-heading {
    font-size: 60px;
    line-height: 60px;
  }

  .benefit-explorevariation-image {
    width: auto;
    margin-top: 0px;
    margin-right: 40px;
    margin-left: 40px;
  }

  .copyright-container {
    display: block;
    padding-left: 30px;
    flex-direction: column;
  }

  .logo-ul {
    justify-content: flex-start;
  }

  .ulse-logo {
    margin-left: 0px;
  }

  .country-grid {
    -ms-grid-columns: 0.75fr 0.75fr;
    grid-template-columns: 0.75fr 0.75fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .map-block {
    margin-bottom: 40px;
  }

  .country-tabs-menu {
    margin-top: 20px;
    flex-direction: row;
    justify-content: center;
  }

  .country-tab-content {
    min-height: auto;
  }

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

  .data {
    width: auto;
    margin-right: 40px;
    margin-left: 40px;
    justify-content: stretch;
  }

  .country-subfooter-wrapper {
    margin-top: 100px;
  }

  .app-intro-heading-copy {
    padding-right: 40px;
  }

  .footer-link {
    display: flex;
    padding-bottom: 10px;
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-6 {
    display: flex;
    margin-bottom: 10px;
    padding-left: 0px;
    justify-content: flex-start;
  }

  .image-8 {
    -o-object-fit: fill;
    object-fit: fill;
  }

  .aboutdeltaone-copy {
    display: block;
    overflow: hidden;
    margin-top: 60px;
    margin-bottom: 0px;
  }

  .columns {
    display: flex;
  }

  .columns-2 {
    display: flex;
    align-items: stretch;
  }

  .column {
    padding: 0px;
  }

  .column-2 {
    padding: 0px;
  }
}

@media screen and (max-width: 479px) {
  .header {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  }

  .logo-container {
    position: relative;
    left: auto;
    top: 0%;
    right: auto;
    bottom: 0%;
    display: flex;
    margin-left: 0%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .mainnav-container {
    position: static;
    left: -66px;
    display: block;
    margin-right: auto;
    margin-left: 0px;
    padding-top: 0px;
    clear: left;
    flex-direction: row;
    flex: 0 auto;
  }

  .mainnav {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
  }

  .link.mainnav-a {
    color: #123a28;
  }

  .container-80vh {
    display: block;
    height: auto;
  }

  .container-80vh.benefits {
    padding-left: 0px;
    flex-direction: column;
    align-items: flex-start;
  }

  .container-80vh.container-footer {
    padding-left: 0px;
  }

  .container-80vh.maxh600 {
    height: 80vh;
  }

  .cta-resilience {
    overflow: hidden;
  }

  .hero-header-block {
    position: absolute;
    top: 5%;
    margin-top: 0px;
    padding-top: 60px;
    padding-left: 40px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-heading {
    font-size: 38px;
    line-height: 42px;
  }

  .hero-paragraph {
    width: 80%;
    font-size: 12px;
    line-height: 19px;
  }

  .section-footer {
    overflow: hidden;
  }

  .app-intro-wrapper {
    display: block;
    padding-right: 40px;
  }

  .heading {
    font-size: 30px;
  }

  .button {
    margin-left: 0px;
  }

  .container-header {
    display: block;
  }

  .viewparameters-text {
    display: block;
    width: auto;
    margin-top: 50px;
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .benefit-viewparameters-image {
    width: auto;
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
  }

  .paragraph {
    padding-right: 0px;
    font-size: 12px;
    line-height: 18px;
  }

  .boundaries-links {
    display: inline-block;
    width: auto;
    margin-right: 15px;
    float: none;
    clear: both;
    font-size: 12px;
  }

  .explorevariation-text {
    width: auto;
    margin-left: 0px;
    padding-left: 20px;
  }

  .buildstandards-text {
    width: auto;
    margin-left: 0px;
    padding-left: 20px;
  }

  .cta-header-block {
    width: 100%;
    padding-left: 40px;
  }

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

  .delta-signin-form {
    display: block;
  }

  .signin-submit {
    width: 80%;
    margin-top: 10px;
    margin-bottom: 10px;
    clear: both;
  }

  .signin-email {
    width: 80%;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 0px;
    font-size: 10px;
  }

  .signin-password {
    width: 80%;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 0px;
    font-size: 10px;
  }

  .signin-paragraph {
    font-size: 10px;
  }

  .container-footer {
    align-items: flex-start;
  }

  .footer-block {
    padding-top: 40px;
  }

  .footer-paragraph {
    width: 80%;
    margin-left: 0px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .footer-copyright {
    width: 80%;
    line-height: 16px;
  }

  .newsletter-form {
    display: none;
    width: 80%;
  }

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

  .text-field {
    position: relative;
    border-radius: 0px;
  }

  .subscribesubmit {
    position: relative;
    float: right;
    border-left-style: none;
    border-left-width: 0px;
  }

  .abouthero-header-block {
    position: absolute;
    top: 5%;
    margin-top: 20px;
    padding-left: 40px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .abouthero-heading {
    padding-right: 40px;
    font-size: 38px;
    line-height: 42px;
  }

  .abouthero-paragraph {
    width: 80%;
    font-size: 12px;
    line-height: 19px;
  }

  .aboutdeltaone {
    padding-top: 0px;
  }

  .callout-about {
    overflow: hidden;
  }

  .callout-header-block {
    width: 100%;
  }

  .callout-heading {
    font-size: 45px;
    line-height: 40px;
  }

  .callout-paragraph {
    font-size: 12px;
    line-height: 22px;
  }

  .about-text1 {
    display: block;
    width: auto;
    margin-top: 50px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
  }

  .about-image1 {
    width: auto;
    max-width: none;
    margin-left: 0px;
    padding-right: 0px;
  }

  .about-text2 {
    width: auto;
    margin-left: 0px;
    padding-left: 20px;
  }

  .about-text3 {
    width: auto;
    margin-left: 0px;
    padding-left: 20px;
  }

  .delta-contact-form {
    display: block;
  }

  .submit {
    width: 80%;
    margin-top: 10px;
    margin-bottom: 10px;
    clear: both;
  }

  .contact-form {
    width: auto;
    max-width: none;
    margin-left: 0px;
  }

  .centered-container {
    text-align: left;
  }

  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .callout-help {
    overflow: hidden;
  }

  .help-text2 {
    width: auto;
    margin-left: 0px;
    padding-left: 20px;
  }

  .help-image2 {
    width: auto;
    margin-left: 0px;
  }

  .help-text1 {
    display: block;
    width: auto;
    margin-top: 50px;
    margin-left: 0px;
    padding-bottom: 70px;
    padding-left: 20px;
  }

  .help-image1 {
    width: auto;
    max-width: none;
    margin-left: 0px;
  }

  .app-hero {
    overflow: hidden;
  }

  .logo-project {
    margin-bottom: 40px;
  }

  .image-6 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .sub_footer-heading {
    width: 80%;
    margin-right: 0px;
    font-size: 28px;
    line-height: 34px;
  }

  .benefit-explorevariation-image {
    width: auto;
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
  }

  .copyright-container {
    padding-left: 20px;
  }

  .fs-globe-container {
    width: 100%;
    height: 400px;
    max-height: none;
    max-width: none;
  }

  .globe-wrapper {
    width: 100%;
    height: auto;
    margin-top: 20px;
    flex: 1;
  }

  .globe-outer-graphic-large {
    display: none;
  }

  .globe-outer-graphic-small {
    display: none;
    width: 100%;
    height: 100%;
  }

  .graphic-circle-3 {
    display: none;
  }

  .graphic-circle-4 {
    display: none;
  }

  .graphic-circle-5 {
    display: none;
  }

  .graphic-circle-6 {
    display: none;
  }

  .country-grid {
    -ms-grid-columns: minmax(100vw, 1fr);
    grid-template-columns: minmax(100vw, 1fr);
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .map-block {
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    margin-left: 0px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .country-tabs-menu {
    flex-direction: column;
  }

  .grid {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .section-subnav {
    display: block;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .section-country-map {
    position: static;
    overflow: hidden;
    width: 100vw;
  }

  .link-downloadcsv {
    margin-left: 0px;
  }

  .container-subnav {
    display: block;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .country-name-floats {
    width: 80vw;
    max-width: 80vw;
    margin-right: auto;
    margin-left: auto;
    font-size: 48px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .region {
    display: block;
  }

  .text-inline {
    font-size: 10px;
    line-height: 14px;
  }

  .country-varbiable-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .data {
    margin-right: 0px;
    margin-left: 0px;
    justify-items: stretch;
  }

  .country-subfooter-wrapper {
    display: none;
  }

  .app-strapline {
    margin-bottom: 40px;
    padding-right: 0px;
  }

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

  .columns {
    display: block;
    align-items: stretch;
  }

  .column-3 {
    display: block;
    padding-left: 0px;
    flex: 0 auto;
  }

  .column-4 {
    padding-left: 0px;
  }

  .div-block-4 {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .country {
    width: 100vw;
  }
}

#w-node-_133ea835-f8f0-f533-7fc0-a62d3b4eb5d6-49bce75a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_59b5ce66-0156-5899-f22b-69d935572cf3-49bce75a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-f048f359-d69d-bd06-88a8-289ca17ebc65-49bce75a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d84aae0d-ee93-b2be-a712-11c88ec2f239-49bce75a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_92f2ffbd-b9d8-b362-881c-d1f67bc589d5-49bce75a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d4c8e2cc-fb10-7749-9def-a3defb256866-49bce75a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f91659be-0733-6d84-51fe-449c86ccb3b9-49bce75a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f98079cd-32a1-9bac-e093-ffaac1ce4dc2-49bce75a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_75b4f056-709e-4a9b-2de3-e9f9c217682b-49bce75a {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_75b4f056-709e-4a9b-2de3-e9f9c217682d-49bce75a {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_75b4f056-709e-4a9b-2de3-e9f9c2176831-49bce75a {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

@media screen and (max-width: 991px) {
  #w-node-_75b4f056-709e-4a9b-2de3-e9f9c217682d-49bce75a {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_75b4f056-709e-4a9b-2de3-e9f9c2176831-49bce75a {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e8caa141-d413-674b-4ce8-48213702d09a-caa9add7 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_0e9ec995-e034-9097-d54f-e69a72292425-caa9add7 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-d3c7fc1a-1139-fe79-023f-c6fbff982cd2-caa9add7 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-d3c7fc1a-1139-fe79-023f-c6fbff982cc7-caa9add7 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-bc6070dc-48cf-6cc8-44bd-dca15f1518a0-dca9adda {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-bc6070dc-48cf-6cc8-44bd-dca15f1518a2-dca9adda {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-bc6070dc-48cf-6cc8-44bd-dca15f1518a7-dca9adda {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-bc6070dc-48cf-6cc8-44bd-dca15f1518a9-dca9adda {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_92f2ffbd-b9d8-b362-881c-d1f67bc589d5-49bce75a {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-f98079cd-32a1-9bac-e093-ffaac1ce4dc2-49bce75a {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-_75b4f056-709e-4a9b-2de3-e9f9c217682b-49bce75a {
    -ms-grid-row-align: start;
    align-self: start;
    -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;
  }

  #w-node-_75b4f056-709e-4a9b-2de3-e9f9c2176831-49bce75a {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bc6070dc-48cf-6cc8-44bd-dca15f151896-dca9adda {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-bc6070dc-48cf-6cc8-44bd-dca15f15189d-dca9adda {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-bc6070dc-48cf-6cc8-44bd-dca15f1518a4-dca9adda {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-f048f359-d69d-bd06-88a8-289ca17ebc65-49bce75a {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-d84aae0d-ee93-b2be-a712-11c88ec2f239-49bce75a {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_92f2ffbd-b9d8-b362-881c-d1f67bc589d5-49bce75a {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-f98079cd-32a1-9bac-e093-ffaac1ce4dc2-49bce75a {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
}

@font-face {
  font-family: 'Ul moderat';
  src: url('../fonts/UL-Moderat-Bold-Italic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ul moderat';
  src: url('../fonts/UL-Moderat-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ul moderat';
  src: url('../fonts/UL-Moderat-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ul moderat';
  src: url('../fonts/UL-Moderat-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ul moderat';
  src: url('../fonts/UL-Moderat-Medium-Italic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ul moderat';
  src: url('../fonts/UL-Moderat-Regular-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Icomoon';
  src: url('../fonts/icomoon.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}