<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --ge-evergreen: #005E60;
  --ge-evergreen-highlight: #287f82;
  --ge-urgency: #C8FF08;
  --ge-urgency-highlight: #dafe5e;
  --ge-night: #212121;
  --darkgreen: #103F40;
}

@font-face {
  font-family: 'Inter';
  src:  url('fonts/Inter-Regular.woff2') format('woff2'),
        url('fonts/Inter-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Inter';
  src:  url('fonts/Inter-Bold.woff2') format('woff2'),
        url('fonts/Inter-Bold.woff') format('woff');
  font-weight: bold;
}
@font-face {
  font-family: 'Inter';
  src:  url('fonts/Inter-Italic.woff2') format('woff2'),
        url('fonts/Inter-Italic.woff') format('woff');
  font-style: italic;
}
@font-face {
  font-family: 'Inter';
  src:  url('fonts/Inter-BoldItalic.woff2') format('woff2'),
        url('fonts/Inter-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'SonsCondensed-ExtraBold';
  src:  url('fonts/SonsCondensed-Extrabold.woff2') format('woff2'),
        url('fonts/SonsCondensed-Extrabold.woff') format('woff');
}
@font-face {
  font-family: 'SonsCondensed-SemiBold';
  src:  url('fonts/SonsCondensed-Semibold.woff2') format('woff2'),
        url('fonts/SonsCondensed-Semibold.woff') format('woff');
}
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow-x: hidden;
  background-color: rgb(36, 36, 36);
}
body {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  min-width: 320px;
  min-height: 520px;
  font-family: "Inter", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 24px;
  color: white;
  background-color: white;
  z-index: -110;
  opacity: 1 !important;
}
body::after {
  content: "\00a0";
  position: absolute;
  width: 100%;
  min-height: 160px;
  height: 11%;
  background-color: #F1F3F5;
  bottom: 0;
  z-index: -100;
}
img {
  width: 100%;
}

button {
  position: relative;
  border-radius: 25px;
  border: none;
  font-size: 16px;
  font-weight: bold;
  height: 50px;
  padding: 0 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-family: "Inter", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s;
}
button label:hover {
  cursor: pointer;
  text-decoration: underline;
}
button.transparent-btn {
  background-color: transparent;
  color: white;
}
button.transparent-btn:hover {
  text-decoration: underline;
}
button.white-btn {
  background-color: white;
  color: var(--ge-evergreen);
}
button.white-btn:hover {
  color: var(--ge-evergreen-highlight);;
}
button.green-btn {
  background-color: var(--ge-urgency);
  color: var(--ge-evergreen);
}
button.green-btn:hover {
  background-color: var(--ge-urgency-highlight);
  color: var(--ge-evergreen-highlight);;
}
button.next-btn {
  padding-right: 70px;
}
button.next-btn::after {
  content:"\00a0";
  position: absolute;
  right: 4px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: url("../imgs/arrow-icon-evergreen.svg") no-repeat center center;
  background-color: var(--ge-urgency);
}
button.next-btn:hover::after {
  background-color: var(--ge-urgency-highlight);
}
button.prev-btn {
  background: url("../imgs/arrow-icon-white.svg") no-repeat left center;
  padding-left: 31px;
}
.urgency-color {
  color: var(--ge-urgency);
}
h1 {
  font-size: 70px;
  line-height: 64px;
  font-weight: normal;
  font-family: "SonsCondensed-ExtraBold";
  text-transform: uppercase;
  margin: 45px 0 30px;
  color: var(--ge-urgency);
}
h2 {
  font-size: 36px;
  line-height: 36px;
  font-weight: normal;
  font-family: "SonsCondensed-ExtraBold";
  text-transform: uppercase;
  color: var(--ge-urgency);
  margin: 45px 0 20px;
}
p {
  margin-bottom: 30px;
}
ul {
  background-color: rgba(16, 63, 64, 0.6);
  margin: 0;
  padding: 30px;
  border: 2px solid var(--ge-urgency);
  border-radius: 8px;
  list-style: none;
}
ul li {
  background: url("../imgs/tick-icon-green.svg") no-repeat left top;
}
li {
  margin-right: 20px;
  padding-left: 30px;
  margin-bottom: 10px;
}
li:last-child {
  margin-bottom: 0;
}
#backpanel {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
#backpanel h1 {
  width: 630px;
}
#backpanel p {
  margin-bottom: 40px;
}
#backpanel .contents {
  position: absolute;
  top: 0;
  left: 0;
  background: url("../imgs/ge-bg.png") no-repeat left top;
  background-size: cover;
  width: 100%;
  height: 89%;
  z-index: -10;
  display: flex;
  align-items: center;
  min-height: 600px;
  overflow: hidden;
}
#backpanel-line {
  position: absolute;
  width: 2px;
  background-color: var(--ge-urgency);
  left: 60px;
  bottom: 0;
  height: 75%;
}
#backpanel .btn-container {
  display: flex;
}
#backpanel .btn-container button {
  margin-right: 20px;
}
#backpanel .btn-container button:last-child {
  margin-right: 0;
}
#backpanel #outro-contents .btn-container {
  flex-direction: column;
}
#backpanel #outro-contents .btn-container .row{
  display: flex;
  margin-bottom: 20px;
}
#backpanel-contents a {
  font-weight: bold;
  color: white;
}
.start-btn {
  padding-right: 70px;
}
.start-btn::before {
  content:"\00a0";
  position: absolute;
  right: 4px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: white;
}
.start-btn::after {
  content:"\00a0";
  position: absolute;
  -webkit-mask: url('data:image/svg+xml;charset=utf8,&lt;svg xmlns="http://www.w3.org/2000/svg"  viewBox="0 0 12 15"&gt;&lt;path d="M0.946487 1.68033C0.946487 0.875148 1.84951 0.400128 2.51302 0.856285L11.3064 6.90174C11.8844 7.29909 11.8844 8.15248 11.3064 8.54983L2.51302 14.5953C1.84952 15.0514 0.946487 14.5764 0.946487 13.7712V1.68033Z"/&gt;&lt;/svg&gt;');
  mask: url('data:image/svg+xml;charset=utf8,&lt;svg xmlns="http://www.w3.org/2000/svg"  viewBox="0 0 12 15"&gt;&lt;path d="M0.946487 1.68033C0.946487 0.875148 1.84951 0.400128 2.51302 0.856285L11.3064 6.90174C11.8844 7.29909 11.8844 8.15248 11.3064 8.54983L2.51302 14.5953C1.84952 15.0514 0.946487 14.5764 0.946487 13.7712V1.68033Z"/&gt;&lt;/svg&gt;');
  width: 12px;
  height: 15px;
  top: 17px;
  right: 18px;
  background-color: var(--ge-evergreen);
  transition: background-color 0.2s;
}
.start-btn:hover::after {
  background-color: var(--ge-evergreen-highlight);;
}
.restart-btn {
  width: 50px;
  padding: 0;
  background: url("../imgs/icon-reset-evergreen.svg") no-repeat center center;
  background-color: white;
}
.share-btn {
  width: 50px;
  padding: 0;
  display: flex;
  align-items: center;
  background: url("../imgs/share-icon-evergreen.png") no-repeat center center;
}
.panel-contents {
  width: 600px;
  padding-right: 60px;
  margin-left: 140px;
  display: none;
}
#ge-logo {
  position: absolute;
  margin: 20px 0 0 30px;
  width: 272px;
}

/* NAV */
#nav-widget {
  position: absolute;
  bottom: 5%;
  left: -180px;
  opacity: 0;
  width: 180px;
  background-color: var(--darkgreen);
  z-index: 125;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: width 0.3s, opacity 0.3s;
  overflow: hidden;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
  pointer-events: auto;
  padding: 20px 0;
  border-radius: 0 8px 8px 0;
}
#nav-widget.active {
  opacity: 1;
}
#nav-widget.minimized {
  width: 110px;
}
#nav-widget:hover {
  width: 180px;
  z-index: 999;
  box-shadow: 0px 3px 6px #00000029;
}
#nav-widget.minimized label {
  opacity: 0;
  transition: opacity 0.3s;
  white-space: nowrap;
}
#nav-widget:hover label {
  opacity: 1;
}
.nav-btn {
  background: transparent;
  color: white;
  font-weight: bold;
  height: 50px;
  border: none;
  padding-left: 60px;
  margin: 5px 0 5px 30px;
  position: relative;
}
.nav-btn::before {
  content: "\00a0";
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all 0.2s;
}
.nav-features-btn::before {
  background: url("../imgs/icon-features-evergreen.svg") no-repeat center center;
  background-color: var(--ge-urgency);
}
.nav-features-btn:hover::before {
  background-color: var(--ge-urgency-highlight);
}
.nav-close-btn::before {
  background: url("../imgs/icon-close-evergreen.png") no-repeat center center;
  background-color: var(--ge-urgency);
}
.nav-close-btn:hover::before {
  background-color: var(--ge-urgency-highlight);
}
.nav-restart-btn::before {
  background: url("../imgs/icon-reset-evergreen.svg") no-repeat center center;
  background-color: #C8FF08
}
.nav-restart-btn:hover::before {
  background-color: var(--ge-urgency-highlight);
}
#nav-panel {
  position: absolute;
  background-color: var(--darkgreen);
  z-index: 10;
  padding: 40px 10px 20px 30px;
  box-sizing: border-box;
  bottom: 5%;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  z-index: 210;
  max-height: 100%;
  overflow: auto;
  border-radius: 0 8px 8px 0;
  box-shadow: 0px 3px 6px #00000029;
}
#nav-panel h2 {
  font-size: 28px;
  line-height: 36px;
  font-weight: normal;
  margin: 0 0 10px 0;
}
#nav-panel .timeline {
  position: relative;
  margin-left: 5px;
}
#nav-panel .nav-btn {
  margin-top: 10px;
  margin-left: 0;
}
#nav-panel-btns {
  margin-top: 30px;
}

/* ANIMATION */
#animation {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  z-index: 100;
  pointer-events: none;
}
#anim-photoslide {
  max-width: 1740px;
  max-height: 900px;
  min-width: 620px;
  max-width: 1020px;
  width: 45%;
  height: 95%;
  position: absolute;
  bottom: -95%;
  right: 5%;
  opacity: 0;
  background: var(--darkgreen);
  pointer-events: auto;
}
#anim-photoslide .contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}
#anim-photoslide .contents h2 {
  width: 80%;
  font-size: 44px;
  line-height: 54px;
  margin-bottom: 30px;
  font-weight: normal;
}
#anim-photoslide .photoslide {
  display: flex;
  flex-direction: column;
  height: 92%;
}
#intro-slide .contents h2 {
  text-align: center;
}
#anim-photoslide .contents p {
  width: 82%;
  font-size: 24px;
  line-height: 32px;
  margin-top: 0;
}
#anim-photoslide .contents .btn-container {
  width: 90%;
  position: absolute;
  height: 50px;
  bottom: 5%;
}
#anim-photoslide .contents .btn-container .prev-btn {
  position: absolute;
  left: 0;
  color: white;
}
#anim-photoslide .contents .btn-container .next-btn {
  position: absolute;
  right: 0;
  margin-right: 0;
  color: var(--ge-evergreen);
  background-color: white;
}

/* MONITOR */
#anim-monitor {
  position: absolute;
  width: 68%;
  height: 87%;
  left: 810px;
  top: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#anim-monitor map {
  pointer-events: auto;
}
#anim-monitor .img-container {
  width: 100%;
}
#monitor-bg {
  position: relative;
  flex-shrink: 0;
}
.monitor-img {
  width: 98%;
  height: auto;
  pointer-events: auto;
  position: absolute;
  display: block;
  left: 1%;
  transform: translate(0px, -50%);
  margin-top: -6%;
}
#highlight-div {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  border-radius: 8px;
  opacity: 0;
  background-size: cover;
}
#highlight-div.noborder {
  border-radius: 0;
  border: none;
  background-color: rgba(0,0,0,0.6);
}
#highlight-div::before {
  content:"\00a0";
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 4px solid var(--ge-urgency);
  border-radius: 8px;
}
#highlight-div.noborder::before {
  border: none;
}
#highlight-div::after {
  content:"\00a0";
  flex-shrink: 0;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border: 9999px solid rgba(0,0,0,0.6);
}
#img-wipe {
  opacity: 0;
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  z-index: 100;
  overflow: hidden;
  -webkit-mask-image: url("../imgs/full-mask.png");
  mask-image: url("../imgs/full-mask.png");
  -webkit-mask-size: 0% 100%;
  mask-size: 0% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat; 
  transition: -webkit-mask-size ease-in-out 2s, mask-size ease-in-out 2s;
}
#img-wipe.wiped {
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
#img-wipe::before {
  content: "\00a0";
  position: absolute;
  width: 0%;
  left: 0;
  height: 100%;
  border-right: 4px solid var(--ge-urgency);
  background-size: auto 100%;
  z-index: 10;
  box-sizing: border-box;
  transition: width ease-in-out 2s;
}
#img-wipe.wiped::before {
  width: 100%;
}
#img-wipe img {
  position: relative;
  left: 0;
  top: 0;
}
#monitor-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-set {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#monitor-panel {
  position: absolute;
  overflow: hidden;
  box-sizing: border-box;
  pointer-events: none;
}
#slidein-panel {
  position: relative;
  display: block;
  right: -100%;
}
#wipe-screen {
  pointer-events: none;
}
#warning-img {
  z-index: 10;
}

/* TOOLTIP */
.tooltip-anchor {
  position: absolute;
  z-index: 999;
}
#anim-tooltip {
  position: absolute;
  pointer-events: auto;
  background-color: var(--darkgreen);
  color: white;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  width: 384px;
  height: 370px;
  z-index: 150;
  border-radius: 8px;
  box-shadow: 0px 3px 6px #00000029;
}
#anim-tooltip .contents {
  height: 100%;
  overflow: hidden;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
#anim-tooltip .copy {
  margin: 50px 30px;
}
#anim-tooltip .contents h2 {
  font-size: 36px;
  line-height: 36px;
  margin: 0 0 20px;
}
#anim-tooltip .contents h2 .sup-header {
  color: white;
  font-size: 24px;
  display: block;
  line-height: 31px;
}
#anim-tooltip .contents p {
  margin: 0 0 20px;
}
#anim-tooltip .contents ol {
  margin: 0;
  padding: 28px;
  border: 2px solid var(--ge-urgency);
  border-radius: 8px;
  list-style: none;
}
#anim-tooltip .contents ol li {
  position: relative;
}
#anim-tooltip .contents ol li label {
  position: absolute;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 12px;
  left: 0;
  background-color: #439297;
  border-radius: 50%;
  line-height: 20px;
  font-weight: bold;
  margin-top: 3px;
}
#anim-tooltip .prev-btn {
  position: absolute;
  bottom: 30px;
  left: 30px
}
#anim-tooltip .next-btn {
  position: absolute;
  bottom: 30px;
  right: 30px
}
#anim-tooltip::after {
  content: "\00a0";
  position: absolute;
  width: 0; 
  height: 0; 
  -webkit-transform:rotate(360deg);
}
#anim-tooltip.bottom::after {
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -26px;
  border-left: 27px solid transparent;
  border-right: 27px solid transparent;
  border-top: 27px solid var(--darkgreen);
}
#anim-tooltip.top::after {
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -26px;
  border-left: 27px solid transparent;
  border-right: 27px solid transparent;
  border-bottom: 27px solid var(--darkgreen);
}
#anim-tooltip.left::after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -26px;
  border-bottom: 27px solid transparent;
  border-right: 27px solid var(--darkgreen);
  border-top: 27px solid transparent;
}
#anim-tooltip.right::after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -26px;
  border-bottom: 27px solid transparent;
  border-left: 27px solid var(--darkgreen);
  border-top: 27px solid transparent;
}
#anim-tooltip.left-bottom::after {
  top: 65%;
  left: -26px;
  border-bottom: 27px solid transparent;
  border-right: 27px solid var(--darkgreen);
  border-top: 27px solid transparent;
}
#anim-tooltip.left-top::after {
  top: 35%;
  left: -26px;
  border-bottom: 27px solid transparent;
  border-right: 27px solid var(--darkgreen);
  border-top: 27px solid transparent;
}
#anim-tooltip.right-top::after {
  top: 20%;
  right: -26px;
  border-bottom: 27px solid transparent;
  border-left: 27px solid var(--darkgreen);
  border-top: 27px solid transparent;
}
#anim-tooltip.right-bottom::after {
  top: 65%;
  right: -26px;
  border-bottom: 27px solid transparent;
  border-left: 27px solid var(--darkgreen);
  border-top: 27px solid transparent;
}

/* DISCLAIMER */
.disclaimer {
  width: 500px;
  text-align: left;
  position: absolute;
  right: 0;
  bottom: 80px;
  box-shadow: 0px 3px 6px #00000029;
  background-color: var(--ge-night);
  color: white;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 100;
}
.disclaimer h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px 0;
  color: var(--ge-urgency);
  font-family: "Inter";
  line-height: 24px;
  text-transform: none;
}
.disclaimer p {
  font-size: 12px;
  line-height: 15px;
  max-width: 460px;
  margin: 0 0 10px 0;
}
.disclaimer.hidden{
  padding: 0 !important;
  pointer-events: none;
}
.disclaimer.hidden &gt; * {
  display: none !important;
}
.disclaimer.left {
  left: 180px;
  right: auto;
}
#disclaimer-landing .close-btn {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: url("../imgs/icon-close-grey.svg") no-repeat center center;
  padding: 0;
  display: none;
}
#disclaimer-landing {
  width: 600px;
  left: 120px;
  box-shadow: 0px 3px 6px #00000029;
  padding: 15px;
  box-sizing: border-box;
  transition: opacity 0.2s;
  visibility: visible;
}
#disclaimer-landing.visible {
  opacity: 1;
  pointer-events: auto;
}
.disclaimer.hidden &gt; * {
  display: none !important;
}
.disclaimer.hidden &gt; section.footer {
  display: block !important;
  margin-top: 0;
}
#disclaimer-landing p {
  max-width: none;
}

/* TIMELINE */
#backpanel-timeline {
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: -160px;
  position: relative;
  opacity: 0;
  pointer-events: none;
}
.timeline {
  position: absolute;
  left: 0;
}
.timeline h2 {
  font-size: 36px;
  line-height: 36px;
  margin: 0 0 20px 0;
}
.timeline img {
  display: block;
  width: auto;
}
.timeline .step {
  height: 50px;
  width: 230px;
  position: relative;
  padding-left: 51px;
  box-sizing: border-box;
  padding-top: 5px;
}
.timeline.started .step.faded {
  opacity: 0.4;
}
.timeline .step::before {
  content:"\00a0";
  background: url("../imgs/timeline-mid.png") no-repeat left 6px center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  transition: opacity 0.6s;
  pointer-events: none;
}
.timeline .step::after {
  content:"\00a0";
  width: 100%;
  height: 100%;
  background: url("../imgs/timeline-selected.png") no-repeat left 6px center;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.6s;
  pointer-events: none;
}
.timeline .step.midfade::before {
  background-image: url("../imgs/timeline-mid.png");
}

.timeline .step.start::before {
  background-image: url("../imgs/timeline-start.png");
}
.timeline .step.end::before {
  background-image: url("../imgs/timeline-end.png");
}
.timeline .step.current::after {
  opacity: 1;
}
.timeline .step.taller {
  height: 84px;
}
.timeline .step.taller::before {
  background-image: url("../imgs/timeline-mid-taller.png");
}
.timeline.started .step.taller.midfade::before {
  background-image: url("../imgs/timeline-mid-taller-fade.png");
}
.prompt {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
  top: 0;
  left: 0;
}
.prompt.active {
  opacity: 1;
  pointer-events: auto;
}
#restart-prompt .panel {
  width: 500px;
  height: 228px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0px 3px 6px #00000029;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  text-align: center;
}
.prompt button.close-btn {
  width: 50px;
  height: 50px;
  background: url("../imgs/icon-close-evergreen.png") no-repeat center center;
  background-color: var(--ge-urgency);
  border: none;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: -70px;
  padding: 0;
}
.prompt button.close-btn:hover {
  background-color: var(--ge-urgency-highlight);
}
#restart-prompt p {
  width: 300px;
  margin: 0 0 30px 0;
  color: var(--ge-night);
}
#restart-prompt button.confirm-btn {
  color: var(--ge-evergreen);
  padding: 13px 60px;
  background-color: var(--ge-urgency);
}
#restart-prompt button.confirm-btn:hover {
  background-color: var(--ge-urgency-highlight);
  color: var(--ge-evergreen-highlight)
}
#mobile-warning {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: url("../imgs/warning-bg.png") no-repeat center center;
  background-size: cover;
  text-align: center;
  display: none;
  flex-direction: column;
  justify-content: center;
  min-height: 660px;
  min-width: 320px;
  overflow: auto;
}
#mobile-warning .ge-logo{
  position: absolute;
  top: 15px;
  left: 25px;
  width: auto;
}
#mobile-warning h2 {
  margin: 70px auto 20px;
  width: 87%;
}
#mobile-warning p {
  width: 87%;
  margin: 0 auto 28px;
  max-width: 640px;
}
#mobile-warning .warning {
  width: 230px;
  height: 230px;
  background-color: #FFFFFFE6;
  border-radius: 50%;
  margin: 0 auto 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#mobile-warning .warning .container{
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}
#mobile-warning .warning .container img{
  margin: 0 5px;
}
#mobile-warning .warning p {
  color: var(--ge-night);
  margin: 0;
  width: 180px;
}
#mobile-warning .share-btn {
  width: 314px;
  margin: 0 auto 20px;
  display: flex;
  justify-content: center;
  background-position: left 109px center;
  font-size: 12px;
}
#loading-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 900;
  background-color: white;
  top: 0;
  left: 0;
}
#loading-overlay .background {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--ge-evergreen);
  left: 100%;
}
#loading-overlay .container {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
}
#loading-overlay .container span {
  font-size: 18px;
  line-height: 24px;
}
#loading-overlay .container img {
  margin-bottom: 80px;
}
#share-prompt .panel {
  width: 530px;
  height: 228px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0px 3px 6px #00000029;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}
#share-prompt .header {
  text-align: left;
  margin-bottom: 30px;
}
#share-prompt h2 {
  color: var(--ge-evergreen);
  margin: 0 0 10px 0;
}
#share-prompt .container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
#share-prompt .container button:first-child{
  margin-right: 18px;
}
#share-prompt .green-btn {
  flex-grow: 1;
  font-size: 12px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  background-position: left 15px center;
  background-repeat: no-repeat;
}
.green-btn.linkedin-btn {
  background-image: url("../imgs/icon-linkedin-evergreen.png");
}
.green-btn.email-btn {
  background-image: url("../imgs/icon-email-evergreen.png");
}
#link-copy {
  background-color: var(--ge-evergreen);
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 10px 20px;
}
#link {
  flex-shrink: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  white-space: nowrap;
  margin-right: 30px;
}
#link-copy .white-btn {
  flex-shrink: 0;
  font-size: 12px;
}
#preloading-overlay {
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: rgba(0,0,0,0.5);
  border-radius: 5px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.6s;
  pointer-events: none;
}
#preloading-overlay.show {
  opacity: 1;
}
#preloading-overlay img {
  width: 60px;
  height: 60px;
}
#preloading-overlay.show img {
  animation: rotation 1s infinite steps(12);
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media only screen and (max-width: 1480px) {
  .disclaimer.left {
    width: 350px;
  }
}
@media only screen and (max-width: 1215px) {
  .disclaimer.left {
    width: 155px;
  }
}
@media only screen and (max-width: 1023px) {
  body, html {
    overflow: hidden;
  }
  #mobile-warning {
    display: flex;
  }
  .disclaimer {
    width: 300px;
  }
}
@media only screen and (max-height: 900px) {
  #disclaimer-landing {
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #212121eb;
    padding: 0;
    padding-top: 32px;
  }
  #disclaimer-landing &gt; *{
    padding: 0 30px;
  }
  section.footer{
    line-height: 16px;
    padding: 16px 30px !important;
    margin-top: 16px;
    position: static !important;
  }
  #disclaimer-landing .close-btn {
    display: block;
  }
}
@media only screen and (max-height: 720px) {
  #anim-photoslide .contents h2 {
    font-size: 40px;
    line-height: 50px;
  }
  #anim-photoslide .contents p {
    font-size: 20px;
    line-height: normal;
  }
  #nav-widget.faded {
    opacity: 0;
  }
  #nav-widget.faded:hover {
    opacity: 1;
  }
  #backpanel h1 {
    width: auto;
  }
  .panel-contents {
    width: 650px;
  }
  #backpanel #outro-contents .btn-container {
    flex-direction: row;
  }
  #backpanel #outro-contents .btn-container .row:first-child{
    margin-right: 20px;
  }
}
@media only screen and (max-height: 640px) {
  #anim-photoslide .contents h2 {
    font-size: 30px;
    line-height: 40px;
  }
  #anim-photoslide .contents p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1280px) and (max-height: 620px) {
  .disclaimer {
    width: 300px;
  }
}
@media only screen and (max-width: 1023px) and (max-height: 640px) {
  #mobile-warning {
    display: block;
    min-height: auto;
  }
}
section.footer{
  font-size: 12px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #212121F0;
  padding: 12px 16px !important;
}</pre></body></html>