:root {
  --dark-background: #181818;
  --barba-container-outline: rgba(124, 207, 139, 0);
  --westinghouse-blue-dark: #20386c;
  --westinghouse-blue: #0074bc;
  --sky-blue\<deleted\|variable-8f719012\>: #00deff;
  --westinghouse-blue-light: #00c2f3;
  --westinghouse-green-mid: var(--westinghouse-blue-mid);
  --westinghouse-blue-mid: #0c7da7;
  --emerson-green-light: #7ccf8b;
  --emerson-green: #00573d;
  --emerson-green-dark: #003325;
  --emerson-orange-light: #ffc2b2;
  --emerson-orange-mid: #fc9e86;
  --emerson-orange: #fa7857;
  --emerson-orange-dark: #e35b39;
}

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

body {
  background-color: var(--dark-background);
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  font-family: Gotham Book, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
  overflow: hidden;
}

h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4em;
  font-weight: 900;
  line-height: 1.3;
}

h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: .5vw;
  font-size: 3em;
  font-weight: 200;
  line-height: 1.1em;
}

h3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  text-align: center;
  letter-spacing: .4em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: .2em;
  font-family: Yantramanav, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4;
  overflow: visible;
}

h5 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2;
}

h6 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: .4em;
  font-size: .7em;
  font-weight: 400;
  line-height: 1;
}

p {
  margin-bottom: .5em;
  font-size: 1.2em;
  font-weight: 200;
}

a {
  color: #fff;
  text-align: center;
  text-transform: none;
  font-family: Gotham Book, sans-serif;
  font-size: 1.17em;
  line-height: 1.3;
  text-decoration: none;
  display: block;
}

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

li {
  border-left: 1px solid #00deff;
  margin-bottom: 1.5vh;
  padding-left: 1em;
  line-height: 1.1;
  list-style-type: none;
}

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

.barba-container {
  outline-color: var(--barba-container-outline);
  outline-offset: 1px;
  outline-width: 3px;
  outline-style: solid;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.barba-wrapper {
  background-color: var(--westinghouse-blue-dark);
  perspective: 1000px;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  height: 100svh;
  /* min-height: 52vw; */
  max-height: 66vw;
  display: flex;
  overflow: hidden;
}

.mobile-portrait-warning {
  z-index: 2;
  text-align: center;
  background-color: #0025a0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.logo {
  z-index: 4;
  width: 9em;
  height: 2.4em;
  position: absolute;
  top: 1em;
  bottom: auto;
  left: auto;
  right: 2em;
}

.logo.loading {
  width: 17em;
  position: absolute;
  top: 40%;
  left: 43%;
  right: 50%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.mobile-protrait-flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mobile-image {
  width: 19vw;
}

.content-container {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  display: flex;
}

.content-container.cover {
  justify-content: flex-start;
  align-items: flex-start;
  width: 87vw;
  height: 100%;
  padding-top: 5vw;
}

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

.content-container.case-study {
  /* justify-content: center; */
  /* padding-bottom: 10vh; */
}

.global-symbol-container {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  max-height: 70vw;
  display: flex;
  position: absolute;
}

.page-background {
  z-index: -1;
  background-color: var(--westinghouse-blue-dark);
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.page-background.fade-in-2.blue {
  z-index: -1;
  background-color: var(--westinghouse-blue-dark);
}

.menu-container {
  z-index: 4;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 0%;
  height: 100%;
  display: flex;
  position: absolute;
}

.menu-icon {
  cursor: pointer;
  margin-top: .2em;
  padding: .3em .5em;
  font-family: Materialiconsround;
  font-size: 2.8em;
  line-height: 1;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.menu-icon.close {
  font-family: Materialiconsoutlined, sans-serif;
  display: none;
}

.menu-icon.open {
  font-family: Materialiconsoutlined, sans-serif;
}

.menu-link-section {
  text-align: left;
  letter-spacing: .1em;
  text-shadow: none;
  align-items: center;
  width: 100%;
  margin-bottom: 1vw;
  padding-left: 1em;
  font-family: Yantramanav, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2;
  transition: color .3s;
  display: flex;
}

.menu-link-section:hover {
  color: #00ff08;
}

.menu-link-section.exit {
  cursor: pointer;
  margin-top: 2vw;
}

.menu-link-bullet {
  background-color: #00ff08;
  width: 2px;
  height: 1em;
}

.menu-link-bullet.blue {
  background-color: #00eaff;
}

.menu-links {
  background-color: var(--westinghouse-blue);
  cursor: default;
  border-radius: 1vw;
  flex-direction: column;
  align-items: flex-start;
  width: 24vw;
  margin-top: 20vh;
  margin-left: 2em;
  margin-right: 0;
  padding: 2vh 1em;
  display: none;
  box-shadow: 1px 1px 2vw #000;
}

.menu-links.blue {
  background-color: var(--westinghouse-blue);
  display: none;
}

.page-button {
  z-index: -1;
  cursor: default;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-graphics {
  z-index: -1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 4vh;
  display: flex;
  position: absolute;
}

.back-button {
  z-index: 2;
  cursor: pointer;
  position: absolute;
  top: 4.9em;
  bottom: auto;
  left: 0%;
  right: auto;
}

.light {
  font-family: Univers Extra Light, sans-serif;
  font-size: .95em;
  font-weight: 200;
}

.gallery-menu {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-width: 50vw;
  margin-top: 1.5em;
  margin-bottom: 0;
  font-size: .6em;
  display: flex;
}

.gallery-link {
  text-transform: uppercase;
  font-family: Yantramanav, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
}

.div-block {
  position: absolute;
}

.gallery-tabs-button {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  margin-left: 1em;
  margin-right: 1em;
  padding: .3em .5em;
  font-size: 1.2em;
  line-height: 1.5;
  transition: color .3s;
  position: relative;
}

.gallery-tabs-button:hover {
  color: var(--sky-blue\<deleted\|variable-8f719012\>);
}

.html-embed-3 {
  display: none;
}

.link-block {
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block.w--current {
  color: var(--sky-blue\<deleted\|variable-8f719012\>);
}

.background-image {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.background-image.cover {
  background-image: linear-gradient(128deg, #004b8d, rgba(0, 51, 37, 0) 33%), linear-gradient(to right, #1b2552 12%, rgba(0, 0, 0, 0) 55%), linear-gradient(rgba(0, 0, 0, .4) 7%, rgba(0, 0, 0, 0) 24%);
}

.background-image.cover.fade-in-6-full {
  background-image: linear-gradient(128deg, #004773, rgba(0, 51, 37, 0) 33%), linear-gradient(90deg, #20386c 12%, rgba(0, 0, 0, 0) 55%), linear-gradient(rgba(0, 0, 0, .4) 7%, rgba(0, 0, 0, 0) 24%);
}

.background-image.lottie-cover {
  z-index: 3;
  background-image: none;
  display: none;
}

.background-image.lottie-cover-bg {
  z-index: 4;
  background-image: url('../images/map-background.jpg');
  background-position: 50%;
  background-size: cover;
  display: none;
}

.background-image.map-esd {
  z-index: 0;
  background-image: url('../images/map-continents.png');
  background-position: 50%;
  background-size: cover;
}

.map-pin-bg-wrap {
  z-index: -2;
  justify-content: center;
  align-items: center;
  width: 139%;
  display: flex;
  position: absolute;
}

.map-pin-shadow {
  z-index: 6;
  opacity: .6;
  filter: blur(.3vw);
  background-color: #000;
  border-radius: 50%;
  width: 3vw;
  height: 3vw;
  position: absolute;
}

.map-pin-shadow._2 {
  z-index: -1;
  opacity: .4;
  width: 4vw;
  height: 4vw;
}

.h2-black {
  font-size: 3em;
  font-weight: 900;
}

.menu-link {
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  width: 100%;
  padding-left: 1vw;
  font-family: Notosans, sans-serif;
  font-size: 1.1vw;
  transition: color .2s;
}

.menu-link:hover {
  color: #00ff08;
}

.case-study-title {
  max-width: 80vw;
  margin-bottom: .5svh;
  font-family: Gotham Ultra, sans-serif;
  font-weight: 900;
}

.case-study-title._3vw {
  font-size: 3.2em;
}

.case-study-title.x-large {
  font-size: 7em;
  line-height: .9em;
}

.case-study-title._5vw {
  font-size: 5em;
}

.case-study-title._4vw {
  font-size: 4em;
  line-height: 1em;
}

.background-image {
  z-index: -1;
  background-image: linear-gradient(rgba(7, 10, 46, .7), rgba(255, 255, 255, 0) 32%, rgba(255, 255, 255, 0) 74%, rgba(0, 0, 0, .6) 102%), url('../images/Vogtle-Georgia.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.background-image.scale-in-bg.default-egs {
  background-image: url('../images/background-egs.jpg'), linear-gradient(rgba(7, 10, 46, .7), rgba(255, 255, 255, 0) 32%);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.background-image.scale-in-bg.default-egs.section-eem {
  background-image: linear-gradient(rgba(7, 10, 46, .7), rgba(255, 255, 255, 0) 32%), url('../images/background-eem.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.background-image.scale-in-bg.section-egs {
  background-image: linear-gradient(rgba(7, 10, 46, .7), rgba(255, 255, 255, 0) 32%), url('../images/background-egs.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.background-image.scale-in-bg.section-esd {
  background-image: linear-gradient(rgba(7, 10, 46, .7), rgba(255, 255, 255, 0) 32%), url('../images/esd-bg-10.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.background-image.scale-in-bg.section-eem {
  background-image: linear-gradient(rgba(7, 10, 46, .7), rgba(255, 255, 255, 0) 32%), url('../images/background-eem.jpg');
}

.background-image.scale-in-bg.section-cwm {
  background-image: linear-gradient(rgba(7, 10, 46, .7), rgba(255, 255, 255, 0) 32%), url('../images/iStock-1003535758.jpg');
}

.background-image.loading {
  background-color: #000;
  background-image: none;
}

.background-image.samen {
  background-image: linear-gradient(rgba(7, 10, 46, .7), rgba(255, 255, 255, 0) 32%, rgba(255, 255, 255, 0) 74%, rgba(0, 0, 0, .6) 102%), url('../images/Sanmen-3.jpg');
}

.background-image.haiyan {
  background-image: linear-gradient(rgba(7, 10, 46, .7), rgba(255, 255, 255, 0) 32%, rgba(255, 255, 255, 0) 74%, rgba(0, 0, 0, .6) 102%), url('../images/WEC-HaiyangAP1000_3.jpg');
}

.background-image.shanghai {
  background-image: linear-gradient(rgba(7, 10, 46, .7), rgba(255, 255, 255, 0) 32%, rgba(255, 255, 255, 0) 74%, rgba(0, 0, 0, .6) 102%), url('../images/shanghai.jpg');
}

.background-image.bulgaria {
  background-image: linear-gradient(rgba(7, 10, 46, .7), rgba(255, 255, 255, 0) 32%, rgba(255, 255, 255, 0) 74%, rgba(0, 0, 0, .6) 102%), url('../images/D8HpPA9qi3CPqkYWb92yQw26.jpg');
}

.background-image.india {
  background-image: linear-gradient(rgba(7, 10, 46, .7), rgba(255, 255, 255, 0) 32%, rgba(255, 255, 255, 0) 74%, rgba(0, 0, 0, .6) 102%), url('../images/india-bg.jpg');
}

.background-image.ukraine {
  background-image: linear-gradient(rgba(7, 10, 46, .7), rgba(255, 255, 255, 0) 32%, rgba(255, 255, 255, 0) 74%, rgba(0, 0, 0, .6) 102%), url('../images/iStock-1370456898.jpg');
}

.background-image.poland {
  background-image: linear-gradient(rgba(7, 10, 46, .7), rgba(255, 255, 255, 0) 32%, rgba(255, 255, 255, 0) 74%, rgba(0, 0, 0, .6) 102%), url('../images/shutterstock_1883392063.jpg');
}

.case-study-panel {
  -webkit-backdrop-filter: blur(.5vw);
  backdrop-filter: blur(.5vw);
  background-color: rgba(0, 0, 0, .3);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: .5vw;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 1vw;
  display: flex;
  box-shadow: 0 0 .3vw 0 rgba(0, 0, 0, .4);
}

.case-study-panel.blur {
  -webkit-backdrop-filter: blur(2vw);
  backdrop-filter: blur(2vw);
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(44, 73, 99, .7), rgba(0, 0, 0, .7) 79%);
  border-color: rgba(255, 255, 255, .4);
}

.case-study-panel.blur.scale-in-bottom {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
}

.panel-title {
  text-align: left;
  margin-bottom: 1vw;
  /* padding-top: .3vw; */
  line-height: 1;
}

.panel-title._2 {
  margin-bottom: .5vw;
}

.panel-title._3 {
  margin-bottom: 0;
  padding-top: 0;
}

.case-study-text {
  line-height: 1.4;
}

.case-study-text.large {
  font-size: 1.2vw;
  line-height: 1.5;
}

.case-study-text.large.centered._2 {
  line-height: 1.3;
}

.case-study-text.large.centered._3 {
  max-width: 17vw;
  margin-top: 4vw;
}

.case-study-text.large.centered._4 {
  margin-bottom: 1vw;
  line-height: 1.3;
}

.case-study-text.centered {
  text-align: center;
}

.case-study-lower {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  text-shadow: 0 1px 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.case-study-title-wrapper {
  grid-column-gap: .5vw;
  grid-row-gap: .3svh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
}

.case-study-title-wrapper.scale-in-center._2 {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  margin-bottom: 1vw;
}

.case-study-panels {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  justify-content: center;
  align-items: flex-start;
  min-height: 32vw;
  display: flex;
}

.case-study-pre-title {
  text-align: left;
  font-size: 1.2em;
}

.case-study-pre-title.all-caps {
  text-transform: uppercase;
}

.case-study-pre-title.all-caps._2 {
  margin-bottom: .3vw;
}

.case-study-pre-title-wrapper {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.back-icon {
  text-transform: none;
  margin-top: 0;
  padding: .1em .3em .3em .45em;
  font-family: Materialiconsoutlined, sans-serif;
  font-size: 2.5em;
  line-height: 1;
  position: static;
  top: 1.5em;
  bottom: auto;
  left: 0%;
  right: auto;
}

.flag-circle {
  color: #fff;
  filter: brightness(200%);
  width: 4vw;
  height: 4vw;
  position: absolute;
}

.mining-menu-pretitle {
  letter-spacing: 4px;
}

.stat-number {
  text-align: left;
  text-shadow: none;
  font-family: Gotham Ultra, sans-serif;
  font-size: 6em;
  line-height: 1;
}

.stat-number.medium {
  font-size: 4.6em;
}

.stat-wrapper-cs {
  background-color: var(--westinghouse-blue);
  border-radius: .5vw;
  justify-content: center;
  align-items: flex-end;
  min-width: 33vw;
  margin-bottom: .5vw;
  padding: .2vw 2vw .7vw;
  display: flex;
}

.stat-wrapper-cs.ap1000-overview {
  min-width: 40vw;
  margin-top: 1vw;
}

.stat-prefix-2 {
  text-transform: uppercase;
  text-shadow: none;
  font-size: .7vw;
  font-weight: 700;
  position: relative;
  top: .5vw;
}

.stat-text-cs {
  text-align: left;
  text-shadow: none;
  white-space: normal;
  margin-left: .7vw;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
  bottom: .3vw;
}

.stat-text-cs._1-7vw {
  font-size: 1.7em;
}

.stat-text-cs._tbdvw {
  font-size: 2.5em;
}

.stat-text-cs._3vw {
  font-size: 2.1em;
}
.stat-text-cs.ap1000 {
  font-size: 1.5em;
  margin-top: 1vw;
  font-weight: 700;
}
.cover-title {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.cover-button {
  letter-spacing: .2em;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  padding-top: .5vw;
  padding-bottom: .5vw;
  font-size: 1.17em;
  transition: transform .4s cubic-bezier(.165, .84, .44, 1);
  position: relative;
}

.cover-button:hover {
  color: #6de2ff;
  transform: translate(.5vw);
}

.button-text {
  border-left: .3vw solid #7ccf8b;
  padding-left: .8vw;
}

.button-text.cover {
  border-left-color: var(--westinghouse-blue-light);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 1.2vw;
}

.version-text {
  color: #959595;
  font-size: .7vw;
  position: absolute;
  bottom: 1.5vw;
  right: 1vw;
}

.background-video {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.horizontal-line {
  border-bottom: .2vw solid var(--westinghouse-blue-light);
  width: 100%;
  height: 0;
}

.lottie-full-page {
  width: 100%;
  height: 100%;
}

.title {
  padding-bottom: 1vw;
  font-size: 4em;
  line-height: 1;
}

.title.cover {
  text-align: left;
  margin-top: 1vw;
  padding-bottom: 0;
  font-family: Gotham Ultra, sans-serif;
  font-size: 6.5em;
  font-weight: 400;
  line-height: 1;
}

.title.large {
  font-family: Gotham Ultra, sans-serif;
  font-size: 4.5em;
}

.title.large.no-padding {
  padding-bottom: 0vw;
}

.cs-cover-pre-title {
  color: var(--westinghouse-blue-light);
  text-transform: uppercase;
  margin-bottom: .3vw;
  font-size: 2em;
}

.footer {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 5vw;
  margin-bottom: 0;
  padding-bottom: .5vw;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-vertical {
  grid-row-gap: 1.2vw;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 6vw;
  display: flex;
}

.pre-title-container {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pre-title-line {
  border-bottom: 1px solid #7ccf8b;
  width: 3vw;
}

.pre-title-line.pre-title {
  border-bottom-color: var(--westinghouse-blue-light);
}

.map-link-text {
  text-align: left;
  letter-spacing: .05em;
  text-transform: uppercase;
  text-shadow: 0 1px 1px #000, 0 1px .2em #000;
  white-space: nowrap;
  padding-top: .2vw;
  padding-left: .6vw;
  font-size: 1em;
  line-height: 1.1;
  position: absolute;
  left: 3vw;
}

.map-link-text.left {
  text-align: right;
  padding-right: .6vw;
  left: auto;
  right: 3vw;
}

.map-dot {
  background-color: #fff;
  border-radius: 50%;
  width: .4vw;
  height: .4vw;
  margin-left: 1px;
  position: absolute;
  bottom: 0;
}

.map-dot.left {
  bottom: auto;
  left: -.2vw;
  right: auto;
}

.subtitle {
  text-align: center;
  font-size: 1.8em;
  line-height: 1.3;
}

.pre-title {
  color: var(--westinghouse-blue-light);
  text-transform: uppercase;
  font-size: 1.1em;
}

.map-container {
  z-index: 1;
  aspect-ratio: 16 / 9;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: absolute;
}

.overflow-hidden {
  flex-direction: column;
  align-items: center;
  display: block;
  overflow: hidden;
}

.flag-image {
  width: 2.6vw;
  max-width: none;
  position: absolute;
}

.title-line {
  background-color: var(--westinghouse-blue-light);
  transform-style: preserve-3d;
  height: 2px;
  transform: scale3d(0, 1, 1);
}

.map-pin {
  z-index: 1;
  background-color: var(--westinghouse-green-mid);
  cursor: pointer;
  border: .2vw solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.3vw;
  height: 3.3vw;
  font-size: 1vw;
  display: flex;
  position: absolute;
  top: 41%;
  left: 76%;
  box-shadow: 0 3px .4vw .1vw rgba(0, 0, 0, .6);
}

.map-pin:hover {
  color: #97ffaa;
  border-color: #97ffaa;
}

.map-pin._27 {
  top: 34%;
  left: 50%;
}

.map-pin._04 {
  top: 49%;
  left: 64.3%;
}

.map-pin._19 {
  top: 43%;
  left: 69%;
}

.map-pin._17 {
  top: 44%;
  left: 78%;
}

.map-pin._09 {
  top: 35%;
  left: 54%;
}

.map-pin._16 {
  top: 38%;
  left: 74%;
}

.map-pin._11 {
  top: 41%;
  left: 53%;
}

.map-pin._24 {
  top: 41%;
  left: 26%;
}

.map-pin-line {
  z-index: -5;
  background-color: #fff;
  border-right: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 1vw;
  display: flex;
  position: absolute;
  top: 3vw;
}

.map-pin-line.map-pin-line-down._2-5vw {
  height: 2.5vw;
  top: 3vw;
}

.map-pin-line.map-pin-line-left {
  border-bottom: 1px solid #fff;
  border-right-style: none;
  width: 2vw;
  height: 0;
  top: auto;
  left: auto;
  right: 3vw;
}

.all-pins {
  width: 2.1vw;
  height: 2.1vw;
}

.map-pin-hover {
  color: #97ffaa;
  border: .2vw solid #97ffaa;
}

.section-eem {
  background-image: url('../images/background-eem.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-egs {
  background-image: url('../images/background-egs.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-cwm {
  background-image: url('../images/iStock-1003535758.jpg');
  background-position: 50%;
  background-size: cover;
}

.flex-horizontal {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.flex-horizontal._2 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
}

.panel-video {
  border: .2vw solid #fff;
  border-radius: .5vw;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 40vw;
  height: 30vw;
  margin-top: .5vw;
  /* max-height: 31vw; */
  display: flex;
}

.div-block-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 40vw;
  display: flex;
}

.div-block-2._2 {
  width: 42vw;
}

.blue-line {
  background-color: var(--westinghouse-blue-light);
  width: 5vw;
  height: 2px;
  margin-top: .3vw;
  margin-bottom: .5vw;
}

.panel-subtitle {
  font-size: 1.6em;
}

.icons-grid {
  background-color: rgba(72, 124, 9, .5);
  border-radius: 1vw;
  grid-template-rows: auto;
  grid-auto-flow: column;
  width: 100%;
  margin-top: 1vw;
  padding: 1vw;
}

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

.panel-icon {
  width: 4vw;
  max-width: 4vw;
  max-height: 3.5vw;
}

.panel-icon._2 {
  width: 5vw;
  padding-left: .5vw;
  padding-right: .5vw;
}

.icon-title {
  margin-top: .4vw;
  margin-bottom: .2vw;
  font-size: 1.2vw;
  line-height: 1.5;
}

.icon-text {
  text-align: center;
  font-size: .9vw;
  line-height: 1.2;
}

.vertical-spacer {
  height: .5vw;
}

.footer-title {
  color: #959595;
  text-align: center;
  margin-bottom: .2vw;
  font-size: .75vw;
}

.footer-text {
  color: #959595;
  text-align: center;
  font-size: .55vw;
  line-height: 1;
}

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

.tab-menu-button {
  color: #fff;
  background-color: rgba(221, 221, 221, 0);
  border-bottom: .4vw solid rgba(0, 194, 243, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 12vw;
  padding: 0;
  display: flex;
  position: relative;
}

.tab-menu-button.w--current {
  border-bottom: .2vw solid var(--westinghouse-blue-light);
  color: var(--westinghouse-blue-light);
  background-color: rgba(255, 255, 255, 0);
}

.tab-menu-button._1 {
  border-bottom-width: .3vw;
  right: 18vw;
}

.tab-menu-button._2 {
  right: 6vw;
}

.tab-menu-button._3 {
  left: 6vw;
}

.tab-menu-button._4 {
  left: 18vw;
}

.tab-icon {
  max-width: 4vw;
  max-height: 4vw;
}

.tabs {
  justify-content: center;
  align-items: flex-start;
  width: 50vw;
  height: 49svh;
  min-height: 25vw;
  max-height: 32vw;
  display: flex;
  position: relative;
}

.overview-image {
  object-fit: contain;
  border-radius: 1vw;
  height: 21vw;
  max-height: 35svh;
}

.tab-pane {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1vw;
  padding-bottom: 1vw;
  display: none;
}

.tab-pane.default {
  width: 100%;
  display: flex;
}

.tab-pane.show {
  display: flex;
}

.tab-button-title {
  font-size: 1.2vw;
  line-height: 1.5;
}

.background-overlay {
  z-index: -1;
  background-image: linear-gradient(rgba(27, 48, 82, .6) 25%, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 0) 57%, rgba(0, 0, 0, .6));
  width: 100%;
  height: 100%;
  position: absolute;
}

.stat-number-small {
  margin-left: .3vw;
  font-size: .5em;
}

.image {
  width: 39vw;
}

.div-block-3 {
  background-color: rgba(72, 124, 9, .5);
  border-radius: 1vw;
  flex-direction: column;
  align-items: center;
  margin-top: 1vw;
  padding: 2vw 3vw;
  display: flex;
}

.image-2 {
  max-width: 30vw;
}

.heading {
  color: #3d571d;
  background-color: #fff;
  border-radius: .5vw;
  margin-bottom: 2vw;
  padding: .3vw 2vw;
  font-family: Gotham Ultra, sans-serif;
}

.transitionless-cover-button {
  letter-spacing: .2em;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  padding-top: .5vw;
  padding-bottom: .5vw;
  font-size: 1.17em;
  transition: transform .4s cubic-bezier(.165, .84, .44, 1);
  position: relative;
}

.transitionless-cover-button:hover {
  color: #6de2ff;
  transform: translate(.5vw);
}

.tab {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 0;
  display: flex;
  position: absolute;
}

.hover {
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: color .2s;
  display: flex;
}

.hover:hover {
  color: var(--westinghouse-blue-light);
}

.tab-underline {
  border-bottom: .2vw solid #00c2f3;
  width: 100%;
  height: 0;
  position: relative;
  top: .4vw;
}

.large-text {
  margin-top: .4vw;
  margin-bottom: .2vw;
  font-size: 1.2vw;
}

.bullet-container {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  justify-content: center;
  align-items: center;
  margin-bottom: .5vw;
  display: flex;
}

.bullet-container.top {
  align-items: flex-start;
}

.bullet {
  border-left: .1vw solid #fff;
  margin-top: .7vw;
  margin-bottom: .7vw;
  padding-left: 1vw;
  line-height: 1.4;
}

.bullet.no-break {
  white-space: nowrap;
}

.image-3 {
  width: 37vw;
  margin-top: 1vw;
}

.medium-text {
  font-size: 1.1vw;
}

.heading-2 {
  text-align: left;
  font-size: 1.5em;
}

.india-map {
  object-fit: contain;
  width: 39vw;
  max-height: 30vw;
}

.left-title {
  text-align: left;
  font-size: 1.5em;
}

.map-margin-top {
  margin-top: 2svh;
}

.image-player-left-arrow, .image-player-right-arrow, .image-player-slide-nav {
  display: none;
}

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

.image-player {
  border: .2vw solid #fff;
  border-radius: 1vw;
  width: 40vw;
  height: 30vw;
  overflow: hidden;
}

.map-filter-button {
  z-index: 2;
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  border-top: 3px solid rgba(255, 255, 255, 0);
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  justify-items: center;
  width: 100%;
  min-width: 12.5vw;
  height: 100%;
  margin-bottom: 0;
  padding: .5vw 1vw 1vw;
  font-family: Yantramanav, sans-serif;
  font-size: 1.3em;
  transition: border .2s, transform .4s cubic-bezier(.165, .84, .44, 1);
  display: block;
  position: relative;
}

.map-filter-button:hover {
  color: #91d5ff;
  border-bottom-color: #91d5ff;
  transform: translate(0);
}

.map-filter-button.all {
  letter-spacing: 0;
  padding-left: 0;
  padding-right: 0;
}

.map-filter-button.all:hover {
  color: #75d3ec;
  border-bottom-color: #75d3ec;
}

.map-filter-button.all.active {
  color: #75d3ec;
}

.map-filter-wrapper {
  z-index: 2;
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  justify-items: center;
  margin-bottom: 2svh;
  font-family: Yantramanav, sans-serif;
  display: grid;
  position: relative;
}

.map-filter-wrapper.scale-in-center-2-5.flex {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  justify-content: center;
  display: flex;
}

.map-filter-link {
  letter-spacing: 0;
  background-color: #004b8d;
  border: 1px solid #75d3ec;
  border-radius: 2vw;
  padding: .2vw 1vw;
  font-size: 1.1vw;
  font-weight: 500;
  transition: background-color .2s;
  display: block;
  position: absolute;
  top: -5vw;
  left: 26.8vw;
}

.map-filter-link:hover {
  background-color: #1db1de;
  outline-width: 2px;
}

.map-filter-line {
  background-color: #7ccf8b;
  width: 80vw;
  height: 1px;
  position: absolute;
  top: 0%;
  bottom: auto;
}

.map-filter-line.all {
  background-color: #75d3ec;
  width: 90vw;
  max-width: 160vh;
}

.courtesy {
  color: rgba(255, 255, 255, .6);
  text-align: center;
  width: 100%;
  margin-top: .5vw;
  font-size: .8vw;
}

.div-block-4 {
  height: 100%;
}

.bg-video-embed {
  z-index: -1;
  background-color: #000;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  right: 0;
}

.iframe-loader {
  background-color: var(--dark-background);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100svh;
  display: flex;
}

.body {
  background-color: #000;
}

.body-2 {
  background-color: #fff8f5;
}

.body-3 {
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

@media screen and (max-width: 767px) {
  .mobile-image {
    width: 31vw;
    margin-bottom: 3vh;
  }
}

@media screen and (max-width: 479px) {
  .mobile-protrait-flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .mobile-image {
    width: 40vw;
  }
}

#w-node-fd97cdfa-9a2b-6240-6a93-306dd524f2a2-dc87b90a, #w-node-aef0270a-b8df-cb1c-749e-0e89dce4e16a-dc87b90a, #w-node-f87bd7f5-d210-da5f-7cc4-0727462938e8-dc87b90a, #w-node-e3b1b3bd-fe6b-766a-a1b1-232be536934f-dc87b91e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'UniversCnRegular';
  src: url('../fonts/UniversCnRg.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'UniversBold';
  src: url('../fonts/UniversBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'UniversLight';
  src: url('../fonts/UniversLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'UniversRegular';
  src: url('../fonts/UniversRegular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'UniversCnBold';
  src: url('../fonts/UniversCnBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Univers Extra Light';
  src: url('../fonts/Univers-Next-W04-UltraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/NotoSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-Bold.ttf') format('truetype'), url('../fonts/NotoSans-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'UniversLight3';
  src: url('../fonts/UniversLTStd.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'UniversBlack';
  src: url('../fonts/univers-black2.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Materialiconsoutlined';
  src: url('../fonts/MaterialIconsOutlined-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Gotham Book';
  src: url('../fonts/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Light.otf') format('opentype'), url('../fonts/Gotham-XLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Gotham Ultra';
  src: url('../fonts/Gotham-Ultra.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}