/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type='search'] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

@font-face {
  font-family: 'webflow-icons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class^="w-icon-"],
[class*=" w-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'webflow-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.w-icon-slider-right:before {
  content: "\e600";
}
.w-icon-slider-left:before {
  content: "\e601";
}
.w-icon-nav-menu:before {
  content: "\e602";
}
.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}
.w-icon-file-upload-remove:before {
  content: "\e900";
}
.w-icon-file-upload-icon:before {
  content: "\e903";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
html.w-mod-touch * {
  background-attachment: scroll !important;
}
.w-block {
  display: block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-clearfix:after {
  clear: both;
}
.w-hidden {
  display: none;
}
.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
input.w-button {
  -webkit-appearance: button;
}
html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}
.w-webflow-badge,
.w-webflow-badge * {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  visibility: visible;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
  clear: none;
  border: 0 none transparent;
  border-radius: 0;
  background: none;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto auto;
  background-repeat: repeat;
  background-origin: padding-box;
  background-clip: border-box;
  background-attachment: scroll;
  background-color: transparent;
  box-shadow: none;
  opacity: 1.0;
  transform: none;
  transition: none;
  direction: ltr;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-indent: 0;
  text-transform: inherit;
  list-style-type: disc;
  text-shadow: none;
  font-smoothing: auto;
  vertical-align: baseline;
  cursor: inherit;
  white-space: inherit;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
}
.w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #AAADB0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px 8px 6px 6px !important;
  font-size: 12px !important;
  opacity: 1.0 !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.w-webflow-badge > img {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0;
  margin-bottom: 10px;
}
figcaption {
  margin-top: 5px;
  text-align: center;
}
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-embed:after {
  clear: both;
}
.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button,
html input[type='button'],
input[type='reset'] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.w-form {
  margin: 0 0 15px;
}
.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999;
}
.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
  color: #999;
}
.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999;
}
.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
  height: auto;
}
.w-select {
  background-color: #f3f3f3;
}
.w-select[multiple] {
  height: auto;
}
.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.w-radio:before,
.w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-radio:after {
  clear: both;
}
.w-radio-input {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.w-radio-input {
  margin-top: 3px;
}
.w-file-upload {
  display: block;
  margin-bottom: 10px;
}
.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}
.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  display: inline-block;
  color: #333333;
}
.w-file-upload-error {
  display: block;
  margin-top: 10px;
}
.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}
.w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}
.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}
.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}
.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}
.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}
.w-icon-file-upload-uploading {
  height: 20px;
}
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-container:after {
  clear: both;
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-row:after {
  clear: both;
}
.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.w-col-1 {
  width: 8.33333333%;
}
.w-col-2 {
  width: 16.66666667%;
}
.w-col-3 {
  width: 25%;
}
.w-col-4 {
  width: 33.33333333%;
}
.w-col-5 {
  width: 41.66666667%;
}
.w-col-6 {
  width: 50%;
}
.w-col-7 {
  width: 58.33333333%;
}
.w-col-8 {
  width: 66.66666667%;
}
.w-col-9 {
  width: 75%;
}
.w-col-10 {
  width: 83.33333333%;
}
.w-col-11 {
  width: 91.66666667%;
}
.w-col-12 {
  width: 100%;
}
.w-hidden-main {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
}
.w-widget {
  position: relative;
}
.w-widget-map {
  width: 100%;
  height: 400px;
}
.w-widget-map label {
  width: auto;
  display: inline;
}
.w-widget-map img {
  max-width: inherit;
}
.w-widget-map .gm-style-iw {
  text-align: center;
}
.w-widget-map .gm-style-iw > button {
  display: none !important;
}
.w-widget-twitter {
  overflow: hidden;
}
.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px;
}
.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}
.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}
.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}
.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}
.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}
.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}
.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}
.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}
.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}
.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.w-background-video--control {
  position: absolute;
  bottom: 1em;
  right: 1em;
  background-color: transparent;
  padding: 0;
}
.w-background-video--control > [hidden] {
  display: none !important;
}
.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-nav.w-round > div {
  border-radius: 100%;
}
.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}
.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.w-slider-nav-invert {
  color: #fff;
}
.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert > div.w-active {
  background-color: #222;
}
.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}
.w-slider-dot.w-active {
  background-color: #fff;
}
.w-slider-dot:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff;
}
.w-slider-dot:focus.w-active {
  box-shadow: none;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-slider-arrow-left [class^='w-icon-'],
.w-slider-arrow-right [class^='w-icon-'],
.w-slider-arrow-left [class*=' w-icon-'],
.w-slider-arrow-right [class*=' w-icon-'] {
  position: absolute;
}
.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}
.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.w-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.w-slider-force-show {
  display: block !important;
}
.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.w-dropdown-toggle:focus {
  outline: 0;
}
.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}
.w-dropdown-list.w--open {
  display: block;
}
.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}
.w-dropdown-link.w--current {
  color: #0082f3;
}
.w-dropdown-link:focus {
  outline: 0;
}
@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  color: #000;
  cursor: auto;
  font-family: serif;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  list-style: disc;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}
.w-lightbox-view:before {
  content: "";
  height: 100vh;
}
/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}
.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}
.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}
/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}
.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}
.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: .5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}
.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}
.w-lightbox-active {
  opacity: .3;
}
.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}
.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}
.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin .8s infinite linear;
  animation: spin .8s infinite linear;
}
.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}
/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none;
}
.w-lightbox-noscroll {
  overflow: hidden;
}
@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }
  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: .5;
  }
  .w-lightbox-close {
    opacity: .8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}
.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-richtext:after {
  clear: both;
}
.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial;
}
.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
  outline: 2px solid #2895f7;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}
.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.w-richtext figure {
  position: relative;
  max-width: 60%;
}
.w-richtext figure > div:before {
  cursor: default!important;
}
.w-richtext figure img {
  width: 100%;
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}
.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}
.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}
.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}
.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}
.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}
.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}
.w-richtext figure.w-richtext-align-normal {
  clear: both;
}
.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit;
}
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}
.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}
.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}
.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}
.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-nav:after {
  clear: both;
}
.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}
.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.w-nav-link.w--current {
  color: #0082f3;
}
.w-nav-menu {
  position: relative;
  float: right;
}
[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}
.w--nav-link-open {
  display: block;
  position: relative;
}
.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}
.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}
.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}
.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-nav-button:focus {
  outline: 0;
}
.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}
.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}
.w-nav[data-collapse="all"] .w-nav-button {
  display: block;
}
.w--nav-dropdown-open {
  display: block;
}
.w--nav-dropdown-toggle-open {
  display: block;
}
.w--nav-dropdown-list-open {
  position: static;
}
@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}
.w-tabs {
  position: relative;
}
.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-tabs:after {
  clear: both;
}
.w-tab-menu {
  position: relative;
}
.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}
.w-tab-link.w--current {
  background-color: #C8C8C8;
}
.w-tab-link:focus {
  outline: 0;
}
.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.w-tab-pane {
  position: relative;
  display: none;
}
.w--tab-active {
  display: block;
}
@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: "";
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}
.w-dyn-hide {
  display: none !important;
}
.w-dyn-bind-empty {
  display: none !important;
}
.w-condition-invisible {
  display: none !important;
}
.wf-layout-layout {
  display: grid !important;
}
.wf-layout-cell {
  display: flex !important;
}

@font-face {
  font-family: Gt super display;
  src: url('../fonts/GT-Super-Display-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gt super display;
  src: url('../fonts/GT-Super-Display-Light-Italic.woff2') format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

:root {
  --black: black;
  --dark-slate-grey: #00414d;
  --aquamarine: #73e4f1;
  --white: white;
  --charcoal: #141414;
  --conservation: #0092b8;
  --dark-slate-grey-tint: #2d3542;
  --light-aqua: #b7f8ec;
  --foundation: #6f0d37;
  --red: #ff3636;
  --white-tint: #ffffff80;
}

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

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

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

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

body {
  background-color: var(--black);
  color: var(--dark-slate-grey);
  font-family: halyard-text, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gt super display, Georgia, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 55px;
}

h2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gt super display, Georgia, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gt super display, Georgia, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 34px;
}

a {
  color: var(--aquamarine);
  text-decoration: none;
}

.h2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gt super display, Georgia, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

.h1 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gt super display, Georgia, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 65px;
}

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

.h1.text-centre {
  line-height: 60px;
}

.spacer-120 {
  width: 100%;
  height: 120px;
}

.spacer-60 {
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
}

.spacer-30 {
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
}

.spacer-20 {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
}

.spacer-10 {
  width: 10px;
  height: 10px;
}

.text-black {
  color: #000;
}

.bg-white {
  background-color: #0000;
}

.padding-30 {
  padding: 30px;
}

.padding-30.pl-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.text-white {
  color: #fff;
}

.flex-horizontal {
  z-index: 1;
  flex-flow: row;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.flex-horizontal.display-flex-vertical-mobile {
  position: relative;
}

.text-centre {
  text-align: center;
}

.text-centre.text-white {
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.flex-vertical-centre {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.width-50 {
  width: 50%;
  position: static;
}

.width-50.width-100-mobile.text-centre {
  flex: none;
  display: block;
}

.flex-child {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.width-100 {
  width: 100%;
  min-width: 100%;
  position: relative;
}

.padding-120 {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px;
  display: flex;
  position: relative;
}

.padding-120.teal {
  background-color: var(--dark-slate-grey);
  color: var(--white);
}

.padding-120.black {
  background-color: var(--black);
  color: var(--white);
}

.img-fit-cover {
  opacity: 1;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.img-fit-container {
  object-fit: none;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.flex-vertical-top {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.flex-vertical-top.text-black {
  color: var(--black);
}

.padding-60 {
  z-index: 2;
  opacity: 1;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.padding-60.bg10 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/gpce_se_hero_50.jpg');
}

.padding-60.bg12 {
  background-image: linear-gradient(#0009, #0009), url('../images/gpce_we_hero_50.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100%;
}

.padding-60.bg11 {
  background-image: url('../images/GPCE_Solar.jpg');
  background-position: 50%;
  background-size: cover;
}

.padding-60.biodiversity, .padding-60.safety_sustainability {
  background-image: url('../images/Biodiversity.jpg');
  background-position: 100%;
  background-size: cover;
}

.bg-dark {
  background-color: var(--charcoal);
  color: var(--white);
}

.bg-dark.bg7 {
  background-image: url('../images/bg7.png');
  background-position: 50%;
  background-size: cover;
}

.bg1 {
  background-image: url('../images/bg1.png');
  background-position: 50%;
  background-size: cover;
}

.text-left {
  text-align: left;
  font-size: 15px;
}

.hero {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  height: 100vh;
  min-height: 850px;
}

.hero.gibg {
  background-image: url('../images/gpce_gi_hero.jpg');
  background-position: 50% 100%;
  background-size: cover;
  height: 100vh;
  min-height: 750px;
  padding-bottom: 0;
}

.hero.homebg {
  mix-blend-mode: normal;
  background-image: linear-gradient(17deg, #000, #fff0), url('../images/AdobeStock_635174439.jpeg');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-bottom: 0;
  position: relative;
}

.hero.herobg2 {
  background-image: url('../images/gpce_vc_hero.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero.ftbg {
  background-color: var(--conservation);
  background-image: none;
  background-size: auto;
  height: 100vh;
  min-height: 750px;
  padding-bottom: 0;
}

.hero.heronews {
  background-image: url('../images/AdobeStock_141930763.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 70vh;
  min-height: 500px;
  padding-bottom: 0;
}

.hero.heronewsitem {
  background-image: url('../images/newsbg.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  min-height: 500px;
  padding-bottom: 0;
}

.hero.heronewsitem.bg-dark {
  background-image: url('../images/Golden-Peaks---Capital-–-bg2_1.svg');
  background-position: 0%;
  min-height: 750px;
}

.hero.herocontact {
  background-image: url('../images/contactbg.jpg');
  background-position: 50%;
  background-size: auto;
}

.hero.sebg {
  background-image: linear-gradient(316deg, #000, #fff0 96%), url('../images/AdobeStock_141930763.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-bottom: 0;
}

.hero.webg {
  background-image: url('../images/gpce_we_hero.jpg');
  background-position: 50% 100%;
  background-size: cover;
  padding-bottom: 0;
}

.hero.herocontact {
  background-image: linear-gradient(#061b2080, #061b2080), linear-gradient(#000, #fff0), url('../images/AdobeStock_816254201.jpeg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.hero.herobg {
  color: #1efad9;
  background-image: url('../images/GPCT_HomeHeader.jpg');
  background-position: 0%;
  background-size: cover;
}

.hero.sustainability {
  background-image: url('../images/Sustainability-Header_2.jpg');
  background-position: 0%;
  background-size: cover;
}

.hero.rewilding {
  background-image: linear-gradient(#00000017, #00000017), url('../images/Krotoszyny_Solar_Farm-_Poland_014.JPEG');
  background-position: 0 0, 100%;
  background-size: auto, cover;
}

.hero.hydrogen {
  background-image: url('../images/Hydrogen-Storage.jpg');
  background-position: 0 100%;
  background-size: cover;
}

.hero.battery {
  background-color: var(--conservation);
  background-image: url('../images/Battery-Energy.jpg');
  background-position: 0 0;
  background-size: cover;
}

.hero.foundbg {
  background-image: linear-gradient(#0003, #0003), url('../images/Sils_Sommer_089-Bearbeitet_Fotograf_Gian-Andri-Giovanoli_copyright_SilsTourismus.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.hero.careers {
  background-image: linear-gradient(#000000db, #000000db), url('../images/AdobeStock_562864226.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
}

.navbar {
  background-color: #0000;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.logo {
  margin-top: 20px;
  margin-bottom: 20px;
}

.navitem {
  color: #fff;
  border-right: .3px solid #ffffff80;
  margin-top: 0;
  padding: 30px 10px 0;
  font-family: halyard-text, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.navitem.w--current {
  color: var(--aquamarine);
}

.navitem.hide {
  display: none;
}

.navlast {
  border-right: 0 #000;
  padding-right: 0;
}

.navcontainer {
  z-index: 1;
  white-space: normal;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.hero-container {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 1440px;
  height: 100%;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.hero-intro {
  color: #fff;
  letter-spacing: .2px;
  font-family: Gt super display, Georgia, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 33px;
}

.hero-content {
  border-left: 1px solid #ffffff80;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  max-width: 780px;
  height: 70%;
  margin-top: 100px;
  padding-left: 40px;
  display: flex;
}

.hero-content.solar {
  max-width: 710px;
  height: 80%;
}

.body {
  background-color: var(--black);
  height: 100%;
}

.footer.bg-dark {
  background-color: var(--black);
}

.spacer-180 {
  width: 100%;
  height: 180px;
}

.v-line-div {
  border-right: 1px dotted var(--dark-slate-grey);
  width: 0;
  height: 60px;
}

.v-line-div.white-line {
  border-right-color: #fff;
}

.hero-heading {
  color: var(--white);
  font-family: Gt super display, Georgia, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 55px;
}

.heroheadingspan {
  color: var(--aquamarine);
  font-style: italic;
}

.text-aqua {
  color: var(--aquamarine);
}

.imgcenter {
  width: 45px;
  height: 45px;
}

.v-line-div-white {
  border-right: 1px dotted var(--white);
  width: 0;
  height: 60px;
}

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

._4colgridimg {
  width: 100%;
}

.container1400 {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.slider {
  background-color: #0000;
  height: auto;
}

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

.slide_quote_container {
  max-width: 50%;
}

.slide_quote_container.text-centre {
  max-width: 750px;
}

.leftslidercontrol {
  background-image: url('../images/arrow-left-green.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.rightslidercontrol {
  background-image: url('../images/arrow-right-green.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

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

._3colgridcontent {
  background-image: linear-gradient(#00000038, #00000038);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 260px;
  padding: 60px 29px;
  display: flex;
}

._3colgridcontent.vid1 {
  background-image: none;
  min-height: auto;
  padding: 0;
}

.featuredstat150 {
  font-family: Saintecolombeweb;
  font-size: 120px;
  font-weight: 300;
  line-height: 150px;
}

.featuredstat150.text-aqua {
  font-family: Gt super display, Georgia, sans-serif;
  font-size: 150px;
  font-weight: 300;
}

.featuredstat150.text-aqua.ovedr {
  font-size: 80px;
  line-height: 120px;
}

.bg10 {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/antonio-garcia-ndz_u1_tFZo-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg12 {
  background-image: url('../images/bg11.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-stats {
  color: var(--white);
  background-image: url('../images/bgstats.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.flex-horizontal-bottom {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.h6 {
  color: var(--dark-slate-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 14px;
}

.text-line-bottom {
  border-bottom: 1px solid #fff;
  flex: 1;
  width: 100%;
  height: 2px;
}

.text-line-bottom.ml-20 {
  margin-left: 15px;
}

.text-line-bottom.ml-20.black {
  border-bottom-color: var(--black);
}

.text-line-bottom.mr-20 {
  margin-right: 15px;
}

.text-line-bottom.mr-20.black {
  border-bottom-color: var(--black);
}

.text-line-bottom.ml-20 {
  border-bottom-color: #e0d3c2;
  margin-left: 15px;
}

.text-line-bottom.mr-20 {
  border-bottom-color: #e0d3c2;
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.bg-hybrid {
  background-image: url('../images/bghybrid.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-hybrid.bg-dark.text-white {
  background-image: none;
}

.text-2-col {
  column-count: 2;
  column-gap: 30px;
}

.bgstorage {
  background-image: linear-gradient(122deg, var(--light-aqua), var(--aquamarine));
}

.gridwrapper {
  margin-left: -10px;
  margin-right: -10px;
}

.grid {
  flex-wrap: wrap;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.griditem {
  flex: none;
  max-width: 33.3333%;
  margin-bottom: 40px;
}

.griditemcontent {
  border: 1px #00000014;
  flex-direction: column;
  flex: 1;
  align-self: auto;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.gridinfo {
  border-top: 1px #64003c;
  flex: none;
  padding: 0;
  position: relative;
}

.fluidimg-2 {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.button_light {
  text-transform: none;
  background-color: #0000;
  background-image: url('../images/newsarrow.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 35px 15px;
  padding-left: 0;
  padding-right: 45px;
  font-weight: 400;
}

.button_light.text-black {
  padding-right: 60px;
}

.newsitemfooter {
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.gridimage {
  flex: none;
  width: 100%;
  display: flex;
  position: relative;
}

.gridinfoheading {
  color: var(--black);
  text-decoration: none;
}

.griditemheading {
  letter-spacing: 0;
  text-transform: none;
  font-family: Gt super display, Georgia, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 27px;
  text-decoration: none;
}

.imagelink {
  text-decoration: none;
}

.hero-content-news {
  border-left: 1px solid #ffffff80;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 70%;
  margin-top: 160px;
  padding-left: 0;
  display: flex;
}

.stretch {
  flex: 1;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.hero-news-container {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  min-height: auto;
  padding-bottom: 0;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.flex-stretch-vertical-left {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.flex-stretch-vertical-left.pb-40.pl-40.pr-40 {
  width: 100%;
}

.pb-40 {
  padding-bottom: 40px;
}

.news-header-image {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  position: absolute;
  overflow: visible;
}

.text-16 {
  font-size: 16px;
  line-height: 21px;
}

.newsinfo {
  width: 100%;
  padding-left: 0;
}

.mr-60 {
  margin-right: 60px;
}

.text-line-bottom-dots-black {
  border-bottom: 1px solid #fff;
  flex: 1;
  width: 100%;
  height: 2px;
}

.text-line-bottom-dots-black.ml-20, .text-line-bottom-dots-black.mr-20 {
  border-bottom-style: dotted;
  border-bottom-color: var(--black);
}

.imagecontainer {
  min-width: 100%;
  min-height: 100%;
  position: relative;
  overflow: scroll;
}

.flex-child-66 {
  flex: none;
  width: 66%;
  min-width: 66%;
}

.pl-0 {
  padding-left: 0;
}

.pl-40 {
  padding-left: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.pt-0 {
  padding-top: 0;
}

.teamitem {
  margin-bottom: 30px;
}

.teamname {
  font-family: Saintecolombeweb;
  font-size: 21px;
}

.teamjob {
  font-family: Saintecolombeweb;
  font-size: 21px;
  font-style: italic;
}

.teamimage {
  width: 100%;
}

.flex-child-50 {
  flex: none;
  width: 50%;
  min-width: 50%;
}

.max-width-550 {
  flex-direction: column;
  justify-content: center;
  max-width: 600px;
  display: flex;
}

.hero-text {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-caption {
  font-size: 11px;
  font-style: italic;
  line-height: 15px;
}

.section {
  display: block;
  position: relative;
}

.section.esg {
  position: static;
}

.section.hide {
  display: none;
}

.blockquotesmall {
  text-align: center;
  border-left-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Gt super display, Georgia, sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 300;
  line-height: 26px;
}

.blockquotesmall.text-centre {
  font-family: Gt super display, Georgia, sans-serif;
  font-weight: 300;
}

.blockquotesmall.text-left {
  text-align: left;
}

.rollover_text_div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 350px;
  display: flex;
}

.rollover-img-container {
  opacity: 1;
  position: absolute;
  inset: 0;
}

.rollover-img-container.up {
  opacity: 1;
  border-radius: 0;
  overflow: hidden;
}

.rollover-img-container.over {
  opacity: 1;
  overflow: hidden;
}

.homepanel {
  color: var(--dark-slate-grey);
  background-color: #0000;
  flex: 1;
  justify-content: center;
  width: auto;
  height: auto;
  display: flex;
}

.button_white_panel {
  white-space: nowrap;
  display: flex;
}

.image-5 {
  filter: brightness(200%);
  width: auto;
  padding-left: 10px;
}

.animation-wrapper {
  z-index: 1;
  opacity: 1;
  background-color: #fff;
  position: relative;
}

.h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gt super display, Georgia, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
}

.h3.text-aqua {
  font-family: Gt super display, Georgia, sans-serif;
}

.text-span {
  font-size: 100px;
}

.max-width-650 {
  flex-direction: column;
  justify-content: center;
  max-width: 650px;
  display: flex;
}

.flex-child-33 {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.div-block {
  width: 100%;
}

.left-arrow {
  display: none;
}

.mask {
  overflow: visible;
}

.carouselslide {
  width: 33%;
}

.gridinfo-2 {
  border-top: 1px #64003c;
  flex: none;
  position: relative;
}

.carousel {
  background-color: #0000;
  height: auto;
  margin-left: -60px;
  margin-right: -60px;
  padding-left: 60px;
  padding-right: 60px;
}

.carouselright {
  display: none;
}

.slide-nav {
  color: #00ceff;
  padding-top: 0;
  position: static;
}

.carouselleft {
  display: none;
}

.carouselcounter {
  border-bottom: 1px dotted #000;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.bg-grad {
  background-color: #141414;
  background-image: linear-gradient(133deg, var(--light-aqua), var(--aquamarine));
}

.text-span-2, .text-span-3, .text-span-4, .text-span-5, .text-span-6, .text-span-7 {
  color: var(--aquamarine);
  font-style: italic;
}

.featuredstat100 {
  font-family: Gt super display, Georgia, sans-serif;
  font-size: 100px;
  font-weight: 300;
  line-height: 150px;
}

.featuredstat100.text-aqua {
  font-family: Gt super display, Georgia, sans-serif;
  font-size: 85px;
  font-weight: 300;
  line-height: 95px;
}

.text-centre-no-flex {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: block;
}

.text-centre-no-flex.text-white {
  margin-top: 0;
  margin-bottom: 0;
}

.section-2 {
  display: none;
}

.spacer-nav {
  width: 100%;
  height: 120px;
  display: none;
}

.parallax {
  z-index: 0;
  justify-content: flex-end;
  align-items: center;
  min-height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.parallax_img {
  opacity: .3;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: auto;
  display: inline-block;
  position: static;
  inset: 0% 0% auto;
  overflow: visible;
}

.parallax_img.strong {
  opacity: .39;
}

.parallax_img.full {
  opacity: 1;
}

.right-arrow {
  display: none;
}

.mask-2 {
  width: 100%;
  overflow: hidden;
}

.padding-120-slider {
  padding: 120px 0;
}

.text-span-8, .text-span-9 {
  color: var(--aquamarine);
}

.padding-60-overflow {
  z-index: 2;
  opacity: 1;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 0 60px 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-span-10 {
  color: var(--aquamarine);
  font-style: italic;
}

.text-span-11 {
  font-style: italic;
  font-weight: 400;
}

.text-span-12 {
  font-weight: 500;
}

.bold-text, .bold-text-2, .bold-text-3 {
  font-weight: 700;
}

.h2class {
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gt super display, Georgia, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

.h2class.text-aqua {
  letter-spacing: 0;
  text-transform: none;
}

.h3class {
  font-family: Gt super display, Georgia, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 34px;
}

.text-italic {
  font-style: italic;
}

.h1class {
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  font-family: Gt super display, Georgia, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 55px;
}

.image-7 {
  width: 260px;
}

.footerlink {
  color: #fff;
}

.footerlink:hover {
  color: var(--aquamarine);
}

.footercontent {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: none;
  display: flex;
}

.spacer-60-2 {
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
}

.footerlogolink {
  width: auto;
  padding-top: 20px;
  padding-right: 20px;
  display: block;
}

.footerwrapper {
  flex-direction: column;
  width: auto;
  display: flex;
}

.footerwrapper.contact {
  width: 240px;
  min-width: 240px;
}

.footerwrapper.nous {
  max-width: 210px;
}

.footerwrapper.logos {
  width: 100%;
  max-width: 960px;
}

.footerlogo {
  flex: 0 auto;
  width: 220px;
  margin-top: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.text-span-14 {
  color: var(--aquamarine);
}

.flex-child-footer-text-2 {
  border-top: 1px #fff;
  flex-flow: column wrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 15px;
  display: flex;
  position: relative;
}

.footerlogowrapper {
  flex-wrap: wrap;
  display: flex;
}

.h4class {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  line-height: 26px;
}

.bgsun {
  color: var(--white);
  background-image: url('../images/GPCE_SolarClients.jpg');
  background-position: 100%;
  background-size: cover;
}

.text-span-15, .text-span-16, .text-span-17 {
  color: var(--aquamarine);
}

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

.emaillink:hover {
  color: var(--aquamarine);
}

.scrolllink {
  color: #fff;
  border-top: 1px solid #ffffff80;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 11px;
  padding-top: 5px;
  display: flex;
}

.scrolllink:hover, .text-span-18 {
  color: var(--aquamarine);
}

.spacer-20-2 {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
}

.arrowimg {
  width: 9px;
}

.scrolltocontainer {
  flex-direction: column;
  min-width: 200px;
  display: flex;
}

.logofade {
  z-index: 0;
  width: 75px;
  height: 75px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.green-white-link {
  color: var(--aquamarine);
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.image-8 {
  width: auto;
  height: auto;
}

.text-span-20, .text-span-21, .text-span-22, .text-span-23, .text-span-24, .text-span-25, .text-span-26, .text-span-27, .text-span-28, .text-span-29 {
  color: var(--aquamarine);
}

.bold-text-4, .bold-text-5 {
  font-weight: 300;
}

.tooltext {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px;
  display: flex;
  position: relative;
}

.text-span-30 {
  color: #1efad9;
}

.max-width-500 {
  z-index: 2;
  justify-content: center;
  max-width: 500px;
  display: flex;
  position: relative;
}

.h2-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gt super display, Georgia, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 45px;
}

.padding-60-2 {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px;
  display: flex;
  position: relative;
}

.bg-grad-2 {
  background-color: #0000;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, black, var(--dark-slate-grey));
}

.spacer-30-full-width {
  width: 100%;
  height: 30px;
}

.flex-horizontal-2 {
  flex-flow: row;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.flex-horizontal-2.display-flex-vertical-mobile {
  flex-wrap: wrap;
}

.animation-container {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.spacer-60-3 {
  width: 100%;
  height: 60px;
}

.footerlink-3 {
  color: #fff;
}

.footerlink-3:hover {
  color: #1efad9;
}

.div-block-2 {
  background-color: #01111a;
}

.tooltxtcontainer {
  background-color: var(--dark-slate-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.tooltxtcontainer.bg-green {
  background-color: var(--aquamarine);
}

.spacer-20-3 {
  width: 100%;
  height: 20px;
}

.flex-child-51 {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-9 {
  width: auto;
  padding-left: 10px;
}

.h1-2 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gt super display, Georgia, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 75px;
}

.bg-dark-2 {
  background-color: #011b2a;
}

.bg-dark-2.bg-grad-linear {
  background-image: linear-gradient(335deg, #13141a, #011b2a);
}

.max-width-651 {
  z-index: 2;
  justify-content: center;
  max-width: 600px;
  display: flex;
  position: relative;
}

.toolpanel {
  z-index: 20;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 600px;
  position: relative;
}

.toolpanel._50pc {
  width: 50%;
}

.toolpanel.text-white {
  background-color: #01111a;
}

.toolpanel.text-white._33pc, .toolpanel._33pc {
  width: 33.33%;
}

.v-line-div-3 {
  border-right: 1px dotted #000;
  width: 0;
  height: 80px;
}

.v-line-div-3.white-line {
  border-right-color: #fff;
}

.text-accent {
  color: var(--aquamarine);
}

.toolheader {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px;
  display: flex;
  position: relative;
}

.max-width-700 {
  flex-direction: column;
  justify-content: center;
  max-width: 700px;
  display: flex;
}

.div-block-3 {
  width: 66.66%;
  display: flex;
}

.image-10 {
  width: 45px;
  height: 45px;
  overflow: visible;
}

.esg-diagram-wrapper {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.btn_more_esg {
  color: var(--dark-slate-grey);
  background-color: #0000;
  background-image: url('../images/Link-Arrow_Blue.svg');
  background-position: 98% 60%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  margin-top: 10px;
  padding: 0 50px 0 0;
}

.btn_more_esg:hover {
  color: #2d3542;
}

.esg-plus-line-h {
  border-top: 1px solid var(--aquamarine);
  width: 100%;
  height: 0;
  position: absolute;
}

.esg-container {
  width: 100%;
  max-width: 1600px;
  margin-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.esg-spacer-line {
  border-bottom: 1px dotted #fff;
  width: 60px;
  height: 0;
  margin-left: 20px;
  margin-right: 20px;
}

.esg-blob-wrapper {
  cursor: pointer;
  width: 33.33%;
  max-width: 390px;
}

.esg-blob-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.caption-header {
  color: var(--aquamarine);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 18px;
}

.caption-header.foundation {
  color: var(--foundation);
}

.caption-header.conservation {
  color: var(--conservation);
}

.esg-overlay-txt {
  z-index: 3;
  margin-top: 30px;
}

.esg-letter {
  z-index: -1;
  opacity: .1;
  padding: 69px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.esg-letter.overlay {
  z-index: -1;
  opacity: .08;
}

.esg-blob-content-wrapper {
  z-index: 1;
  border: 1px solid var(--aquamarine);
  border-radius: 50%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.esg-blob-content-wrapper.over {
  z-index: 2;
  background-color: var(--aquamarine);
  opacity: 1;
  color: var(--dark-slate-grey);
  text-align: center;
  justify-content: center;
  display: flex;
}

.esg-line-v {
  border-right: .5px solid #fff;
  height: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.esg-line-v.opacity {
  opacity: 0;
}

.esg-plus-btn {
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  display: flex;
  position: relative;
}

.esg-plus-line-v {
  border-right: 1px solid var(--aquamarine);
  width: 0;
  height: 100%;
  position: absolute;
}

.esg-letter-img {
  border-radius: 13px;
}

.sdg-icon-container {
  max-width: 60px;
  position: relative;
}

.sdg-icon-container._14 {
  max-width: 55px;
}

.sdg-icon-container._2 {
  max-width: 53px;
}

.sdg-icon-container._9, .sdg-icon-container._15 {
  max-width: 55px;
}

.sdg-icon-container._1 {
  max-width: 90px;
}

.sdg-icon-container._3 {
  max-width: 72px;
}

.sdg-icon-container._13 {
  max-width: 70px;
}

.sdg-icon-container._8 {
  max-width: 50px;
}

.sdg-icon-container._10 {
  max-width: 56px;
}

.sdg-icon-container._4 {
  max-width: 55px;
}

.sdg-icon-container._6 {
  max-width: 41px;
}

.sdg-graphic {
  border: 1px solid var(--aquamarine);
  background-color: #00edb633;
  width: 150px;
  height: 150px;
  padding-top: 100%;
  position: relative;
}

.sdg-graphic.foundation {
  border-color: var(--foundation);
  background-color: #6f0d3733;
}

.sdg-graphic.conservation {
  border-color: var(--conservation);
  background-color: #0092b833;
}

.sdg-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: auto;
}

.sub-header-wrapper {
  border-top: 1px solid var(--aquamarine);
  text-align: left;
  margin-top: 20px;
  padding-top: 10px;
}

.sub-header-wrapper.foundation {
  border-top-color: var(--foundation);
}

.sub-header-wrapper.conservation {
  border-top-color: var(--conservation);
}

.sdg-graphic-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 15px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.header-block-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 650px;
  display: flex;
}

.sdg-text {
  margin-top: -4px;
  margin-left: 10px;
  padding-top: 0;
  font-size: 13px;
  line-height: 16px;
}

.sdg-text-wrapper {
  align-items: flex-start;
  height: 100%;
  font-size: 12px;
  display: flex;
}

.sdg-diagram {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.sdg-diagram-element-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.sdg-diagram-wrapper {
  width: 100%;
  max-width: 700px;
}

.sdg-diagram-element {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0%;
}

.esg-overlay {
  z-index: 1000;
  background-color: #000000e6;
  justify-content: center;
  align-items: flex-start;
  padding-top: 140px;
  padding-bottom: 140px;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.esg-overlay.enable, .esg-overlay.act, .esg-overlay.comply, .esg-overlay.corporate, .esg-overlay.government, .esg-overlay.open {
  display: none;
}

.esg-overlay-container {
  width: 100%;
  max-width: 730px;
}

.esg-overlay-wrapper {
  color: var(--white);
  flex-direction: column;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.esg-line-v-overlay {
  border-right: .5px solid #fff;
  height: 100%;
  min-height: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.esg-close-btn {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin-top: 40px;
  display: flex;
  position: relative;
  transform: rotate(45deg);
}

.slide-nav-2 {
  justify-content: center;
  align-items: center;
  font-size: 8px;
  display: flex;
}

.max-width-technologies {
  flex-direction: column;
  justify-content: center;
  max-width: 750px;
  display: flex;
}

.sdg-body {
  width: 150px;
  margin-top: 20px;
  font-size: 13px;
}

.text-block {
  line-height: 18px;
}

.green-bond-section-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 120px 60px;
  display: flex;
  position: relative;
}

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

.green-bond-container {
  width: 100%;
  max-width: 1060px;
  margin-top: 20px;
}

.green-bond-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  width: 100%;
  margin-top: 40px;
}

.green-bond-sub-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr;
}

.green-bond-panel {
  background-color: var(--aquamarine);
  justify-content: center;
  align-items: center;
  padding: 15px 60px;
}

.green-bond-panel.top {
  flex-direction: column;
  min-height: 300px;
  display: flex;
}

.green-bond-panel._2 {
  background-color: #00edb64d;
}

.div-block-6 {
  margin-top: 10px;
}

.green-bond-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

._2-col-wrapper {
  text-align: left;
  width: 100%;
}

._2-col-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.pull-quote-outro {
  color: var(--aquamarine);
  margin-top: 40px;
}

.cover-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0%;
}

.cover-image.right {
  object-position: 100% 50%;
}

.cover-image.bottom {
  object-position: 50% 100%;
}

.cover-image.sepia {
  filter: none;
}

.panel-image {
  z-index: 2;
  opacity: 1;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.panel-image.bg10 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/gpce_se_hero_50.jpg');
}

.panel-image.bg12 {
  background-image: linear-gradient(#0009, #0009), url('../images/gpce_we_hero_50.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100%;
}

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

.panel-image.biodiversity, .panel-image.safety_sustainability {
  background-image: url('../images/Biodiversity.jpg');
  background-position: 100%;
  background-size: cover;
}

.stat-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.stat-container {
  width: 100%;
  margin-top: 40px;
}

.hydro-stat-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.panel-intro {
  text-align: center;
  border-left-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Gt super display, Georgia, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.panel-intro.text-centre {
  font-family: Gt super display, Georgia, sans-serif;
  font-weight: 300;
}

.panel-intro.text-left {
  text-align: left;
}

.content-block-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 750px;
  display: flex;
}

.page-container {
  width: 100%;
  max-width: 1400px;
}

.process-grid {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.tech-benefits-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.tech-benefit-item {
  text-align: center;
  display: block;
}

.panel-stat-wrapper {
  z-index: 3;
  text-align: center;
  position: relative;
}

.panel-stat-wrapper.text-white {
  margin-top: 0;
  margin-bottom: 0;
}

.navitem-drop {
  z-index: 10;
  color: #fff;
  border-right: .3px solid #ffffff80;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 0;
  padding: 30px 10px 0;
  font-family: halyard-text, sans-serif;
  font-size: 13px;
  font-weight: 300;
  display: flex;
}

.navitem-drop.w--current {
  color: var(--aquamarine);
}

.navitem-drop.hide {
  display: none;
}

.dropdown-arrow {
  width: 9px;
  margin-left: 5px;
}

.dropdown-link {
  background-color: var(--aquamarine);
  color: var(--dark-slate-grey);
  min-width: 160px;
  margin-bottom: 1px;
  padding: 8px 10px;
  font-size: 13px;
  line-height: 16px;
}

.dropdown-link:hover {
  color: var(--white);
}

.dropdown-link.w--current {
  color: var(--dark-slate-grey);
}

.dropdown-list {
  background-color: #0000;
}

.dropdown-list.w--open {
  padding-top: 10px;
}

.h4class-2 {
  font-family: Gt super display, Georgia, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 26px;
}

.bg-rewilding-02 {
  background-color: var(--charcoal);
  color: var(--white);
  background-image: linear-gradient(#000000b5, #000000b5), url('../images/shutterstock_2335866633.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.bg-rewilding-02.bg7 {
  background-image: url('../images/bg7.png');
  background-position: 50%;
  background-size: cover;
}

.stat-super {
  font-size: 60px;
  font-style: italic;
}

.bm_graphic_wrapper {
  z-index: 2;
  background-color: var(--dark-slate-grey);
  opacity: 1;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 25px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bm_graphic_wrapper.bg10 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/gpce_se_hero_50.jpg');
}

.bm_graphic_wrapper.bg12 {
  background-image: linear-gradient(#0009, #0009), url('../images/gpce_we_hero_50.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100%;
}

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

.bm_graphic_wrapper.biodiversity, .bm_graphic_wrapper.safety_sustainability {
  background-image: url('../images/Biodiversity.jpg');
  background-position: 100%;
  background-size: cover;
}

.bm-graphic-lines {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 25px;
  display: flex;
}

.bm-graphic-line-img {
  width: 100%;
  height: 100%;
}

.gm-graphic-inner-wrapper {
  border: .5px solid var(--aquamarine);
  background-image: url('../images/Dot.svg');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.bm-graphic-icon {
  background-color: var(--aquamarine);
  outline-offset: -1px;
  cursor: pointer;
  border-radius: 50%;
  outline: 2px solid #00edb6;
  width: 8%;
  padding-top: 8%;
  position: absolute;
}

.bm-graphic-icon.floral {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  top: 20%;
  left: 31%;
}

.bm-graphic-icon.shrub {
  display: block;
  top: 31%;
  left: 39%;
}

.bm-graphic-icon.shrub._02 {
  top: 71%;
  left: 5%;
}

.bm-graphic-icon.bats {
  top: 41%;
  left: 44%;
}

.bm-graphic-icon.floral {
  top: 20%;
  left: 31%;
}

.bm-graphic-icon.floral._02 {
  display: flex;
  top: 60.5%;
  left: 54%;
}

.bm-graphic-icon.frog {
  top: 42%;
  left: 59.5%;
}

.bm-graphic-icon.lizard {
  top: 33%;
  left: 53.5%;
}

.bm-graphic-icon.birds {
  top: 37%;
  left: 71.5%;
}

.bm-graphic-icon.birds._02 {
  top: 35%;
  left: 3.5%;
}

.bm-graphic-icon.bees {
  top: 56%;
  left: 6%;
}

.gm-graphic {
  position: relative;
}

.bm-icon-wrapper {
  justify-content: center;
  align-items: center;
  padding: 18%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.bm-icon-wrapper.over.small {
  display: flex;
}

.bm-icon-wrapper.up {
  flex: 0 auto;
  padding: 0%;
  display: flex;
}

.bm-icon-wrapper.up.small {
  display: flex;
}

.bm-icon-wrapper.small {
  padding: 10%;
}

.bm-icon {
  border-radius: 100%;
  width: 150px;
}

.bm-overlay {
  z-index: 1000;
  background-color: var(--dark-slate-grey-tint);
  justify-content: center;
  align-items: flex-start;
  padding: 10% 60px 60px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.bm-overlay.floral, .bm-overlay.bird, .bm-overlay.frog, .bm-overlay.shrub, .bm-overlay.lizard, .bm-overlay.bee {
  display: none;
}

.bm-overlay.nest {
  display: block;
}

.bm-overlay.bat {
  display: none;
}

.bm-overlay.bats {
  display: none;
  overflow: scroll;
}

.bm-overlay-container {
  flex-direction: column;
  width: 100%;
  max-width: 600px;
  display: flex;
  position: relative;
}

.bm-overlay-text {
  color: var(--white);
  text-align: center;
}

.bm-overlay-header {
  color: var(--aquamarine);
  margin-bottom: 20px;
}

.bm-overlay-image {
  outline-color: var(--aquamarine);
  outline-offset: 6px;
  border-radius: 50%;
  outline-width: 1px;
  outline-style: solid;
  width: 200px;
  height: 200px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.bm-overlay-image-icon {
  z-index: 10;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: auto 0% -27px;
}

.cover-image-circle {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 50%;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.cover-image-circle.right {
  object-position: 100% 50%;
}

.cover-image-circle.bottom {
  object-position: 50% 100%;
}

.bm-overlay-image-icon-img {
  width: 50px;
}

.close-btn {
  position: absolute;
  inset: 0% 0% auto auto;
}

.close-btn:hover {
  filter: brightness(500%);
}

.gm-nav {
  z-index: 2;
  background-color: var(--dark-slate-grey);
  padding: 10px;
  position: absolute;
  inset: auto 30px 30px auto;
}

.gm-nav-item {
  color: var(--aquamarine);
  cursor: pointer;
}

.gm-nav-item:hover {
  color: var(--white);
}

.heading {
  display: block;
}

.sqs {
  max-width: 1200px;
  margin-top: 40px;
}

.list {
  text-align: left;
  list-style-type: disc;
}

.externallink {
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  margin-top: auto;
  margin-bottom: 0;
  display: block;
  position: relative;
}

.icon-wrapper {
  border: 1px solid #73e4f1;
  border-radius: 50%;
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.ppa-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.hero-heading-2 {
  color: #fff;
  font-family: Gt super display, Georgia, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 50px;
}

.hero-container-2 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: none;
  height: 100%;
  min-height: auto;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.hero-2.herobg {
  background-image: linear-gradient(77deg, #000, #fff0), url('../images/AdobeStock_134837866.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  height: 100vh;
  min-height: 750px;
  padding-bottom: 0;
}

.hero-content-2 {
  border-left: 1px solid #ffffff80;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  max-width: 800px;
  height: 70%;
  margin-top: 160px;
  padding-left: 40px;
  display: flex;
}

.hero-intro-2 {
  color: #fff;
  margin-bottom: 0;
  font-family: Gt super display, Georgia, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 34px;
}

.spacer-30-2 {
  width: 100%;
  height: 30px;
}

.bg-dark-3 {
  background-color: #141414;
}

.bg-dark-3.bg2 {
  background-image: url('../images/verne-ho-7HSTizwGVPU-unsplash.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.text-centre-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-centre-2.text-white.maptxt {
  font-size: 50px;
  line-height: 60px;
}

.text-centre-2.text-white.maptxt.text-aqua {
  font-family: Gt super display, Georgia, sans-serif;
  font-style: italic;
}

.flex-child-52 {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-span-31 {
  color: #73e4f1;
  font-style: italic;
  font-weight: 400;
}

.max-width-701 {
  z-index: 2;
  justify-content: center;
  max-width: 600px;
  display: flex;
  position: relative;
}

.flex-vertical-centre-2 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.padding-60-3 {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px;
  display: flex;
  position: relative;
}

.spacer-60-4 {
  width: 100%;
  height: 60px;
}

.section-3 {
  position: relative;
}

.img-fit-cover-2 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
}

.italic-text {
  font-weight: 300;
}

.text-span-32 {
  color: #73e4f1;
  font-style: italic;
}

.h2class-2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gt super display, Georgia, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

.min-height-550 {
  flex-direction: column;
  justify-content: center;
  min-height: 550px;
  display: flex;
}

.spacer-10-2 {
  width: 100%;
  height: 10px;
}

.section-4 {
  position: relative;
}

.bg-light {
  background-color: #f7f6f5;
}

.padding-60-4 {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px;
  display: flex;
  position: relative;
}

.flex-vertical-centre-3 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.spacer-10-3 {
  width: 100%;
  height: 10px;
}

.btn_more_light {
  color: #73e4f1;
  background-color: #0000;
  background-image: url('../images/GPC_link_arrow.svg');
  background-position: 98% 60%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  padding: 0 50px 0 0;
}

.company-grid-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.max-width-702 {
  z-index: 2;
  justify-content: center;
  max-width: 600px;
  display: flex;
  position: relative;
}

.padding-120-2 {
  z-index: 2;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 120px;
  display: flex;
  position: relative;
}

.spacer-60-5 {
  width: 100%;
  height: 60px;
}

.spacer-20-4 {
  width: 100%;
  height: 20px;
}

.section-5 {
  position: relative;
}

.spacer-30-3 {
  width: 100%;
  height: 30px;
}

.map {
  background-image: url('../images/Map.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  display: flex;
}

.spacer-20-5 {
  width: 100%;
  height: 20px;
}

.section-6 {
  position: relative;
}

.officeitem {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 13px;
  display: flex;
}

.officegrid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.text-block-2 {
  font-size: 12px;
}

.bg-dark-slate {
  background-color: var(--dark-slate-grey-tint);
  color: var(--white);
}

.bg-dark-slate.bg7 {
  background-image: url('../images/bg7.png');
  background-position: 50%;
  background-size: cover;
}

.bg-blue {
  background-color: var(--aquamarine);
  color: var(--black);
}

.bg-blue.bg7 {
  background-image: url('../images/bg7.png');
  background-position: 50%;
  background-size: cover;
}

.h1-3 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gt super display, Georgia, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 65px;
}

.h1-3.text-centre {
  line-height: 60px;
}

.gridinfo-3 {
  border-top: 1px #64003c;
  flex: none;
  position: relative;
}

.spacer-60-6 {
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
}

.v-line-div-4 {
  border-right: 1px dotted #00414d;
  width: 0;
  height: 60px;
}

.text-aqua-2 {
  color: #00edb6;
}

.h1-4 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gt super display, Georgia, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 65px;
}

.text-centre-3 {
  text-align: center;
}

.spacer-30-4 {
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
}

.max-width-703 {
  flex-direction: column;
  justify-content: center;
  max-width: 600px;
  display: flex;
}

.v-line-div-5 {
  border-right: 1px dotted #00414d;
  width: 0;
  height: 60px;
}

.padding-120-3 {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px;
  display: flex;
  position: relative;
}

.text-aqua-3 {
  color: #00edb6;
}

.flex-horizontal-3 {
  z-index: 1;
  flex-flow: row;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.div-block-7 {
  width: 50%;
}

.bg-grad-3 {
  background-color: #141414;
  background-image: linear-gradient(315deg, #e0d3c2, #efefef);
}

.padding-60-table {
  z-index: 2;
  opacity: 1;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 60px 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h1-5 {
  margin-top: 0;
  font-family: Gt super display, Georgia, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
}

.gridcellnumber {
  color: #36283f;
  border-bottom: 1px solid #36283f;
  height: 30px;
  font-family: Gt super display, Georgia, sans-serif;
  font-size: 18px;
}

.max-width-704 {
  flex-direction: column;
  justify-content: center;
  max-width: 600px;
  display: flex;
}

.gridcellholder {
  height: auto;
}

.spacer-20-6 {
  width: 100%;
  height: 20px;
}

.gridcellheader {
  border-bottom: 1px solid #36283f;
  height: 30px;
  font-family: Gt super display, Georgia, sans-serif;
  font-size: 18px;
}

.gridcellbody {
  color: var(--conservation);
  border-bottom: 1px solid #9c8769;
  height: 30px;
}

.blockquotesmall-2 {
  border-left-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Gt super display, Georgia, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 23px;
}

.padding-60-5 {
  z-index: 2;
  opacity: 1;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid-2 {
  grid-template-rows: auto auto;
  grid-template-columns: .5fr .75fr 1.75fr 1fr 1fr;
}

.v-line-div-6 {
  border-right: 1px dotted #000;
  width: 0;
  height: 80px;
}

.cover-image-2 {
  object-fit: cover;
  align-self: center;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0%;
}

.contactwrapper {
  border: 1px solid #73e4f1;
  border-radius: 50%;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.header {
  color: #44d39f;
  text-align: center;
  letter-spacing: .2px;
  margin-bottom: 140px;
  font-family: Gt super display, Georgia, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 50px;
  position: absolute;
  inset: auto 0% 0%;
}

.cover-image-3 {
  object-fit: cover;
  align-self: center;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0%;
}

.bg-grad-4 {
  background-color: #141414;
  background-image: linear-gradient(315deg, #e0d3c2, #efefef);
}

.griditemheading-2 {
  letter-spacing: .5px;
  text-transform: none;
  font-family: Gt super display, Georgia, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 27px;
  text-decoration: none;
}

.h1-6 {
  margin-top: 0;
  font-family: Gt super display, Georgia, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
}

.max-width-705 {
  flex-direction: column;
  justify-content: center;
  max-width: 600px;
  display: flex;
}

.slide-nav-3 {
  color: #00ceff;
  padding-top: 0;
  position: static;
}

.spacer-60-7 {
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
}

.text-centre-4 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.spacer-20-7 {
  width: 100%;
  height: 20px;
}

.gridinfo-4 {
  border-top: 1px #64003c;
  flex: none;
  padding: 0 10px;
  position: relative;
}

.carousel-2 {
  background-color: #0000;
  width: 100%;
  max-width: 1400px;
  height: auto;
  margin-left: -60px;
  margin-right: -60px;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.mask-3 {
  overflow: visible;
}

.carouselslide-2 {
  max-width: 33%;
}

.v-line-div-7 {
  border-right: 1px dotted #000;
  width: 0;
  height: 80px;
}

.header-copy {
  color: #73e5f1;
  text-align: center;
  letter-spacing: .2px;
  margin-bottom: 0;
  font-family: Gt super display, Georgia, sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 300;
  line-height: 50px;
  position: absolute;
  inset: auto 0% 60px;
}

.padding-120-copy {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 120px 0;
  display: flex;
  position: relative;
}

.padding-120-copy.teal {
  background-color: var(--dark-slate-grey);
  color: var(--white);
}

.padding-120-copy.black {
  background-color: var(--black);
  color: var(--white);
}

.bg-white-2 {
  background-color: #0000;
  position: relative;
}

.max-width-706 {
  flex-direction: column;
  justify-content: center;
  max-width: 600px;
  display: flex;
}

.text-span-33 {
  color: #9c8769;
  font-weight: 400;
}

.text-centre-5 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.spacer-20-8 {
  width: 100%;
  height: 20px;
}

.flex-vertical-centre-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.padding-120-4 {
  z-index: 2;
  padding: 120px;
  position: relative;
}

.v-line-div-8 {
  border-right: 1px dotted #000;
  width: 0;
  height: 80px;
}

.flex-vertical-centre-5 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.text-centre-6 {
  text-align: center;
}

.max-width-707 {
  flex-direction: column;
  justify-content: center;
  max-width: 600px;
  display: flex;
}

.img-fit-container-adriano {
  object-fit: none;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.bg-white-3 {
  background-color: #0000;
  position: relative;
}

.h1-7 {
  margin-top: 0;
  font-family: Gt super display, Georgia, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
}

.flex-horizontal-bottom-2 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.max-width-708 {
  flex-direction: column;
  justify-content: center;
  max-width: 600px;
  display: flex;
}

.h6-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 14px;
}

.text-tan-dark {
  color: #9c8769;
}

.spacer-60-8 {
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
}

.text-centre-7 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.italic-text-2 {
  font-size: 13px;
  line-height: 18px;
}

.spacer-20-9 {
  width: 100%;
  height: 20px;
}

.featuredstat150-2 {
  font-size: 150px;
  font-weight: 300;
  line-height: 150px;
}

.featuredstat150-2.text-aqua {
  font-family: Gt super display, Georgia, sans-serif;
  font-size: 65px;
  font-weight: 300;
  line-height: 65px;
}

.flex-vertical-centre-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.blockquote {
  border-left-style: none;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  font-family: Gt super display, Georgia, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 35px;
}

.v-line-div-9 {
  border-right: 1px dotted #000;
  width: 0;
  height: 80px;
}

.ppaheader {
  border-radius: 13px;
}

.papheading {
  color: var(--black);
  font-family: Gt super display, Georgia, sans-serif;
  font-size: 30px;
  line-height: 31px;
}

.esg-blob-container-copy {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.esg-plus-line-v-2 {
  border-right: 1px solid #73e4f1;
  width: 0;
  height: 100%;
  position: absolute;
}

.esg-overlay-wrapper-2 {
  color: #fff;
  flex-direction: column;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.esg-plus-line-h-2 {
  border-top: 1px solid #73e4f1;
  width: 100%;
  height: 0;
  position: absolute;
}

.caption-header-2 {
  color: #73e4f1;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 18px;
}

.btn_more_esg-2 {
  color: #00414d;
  background-color: #0000;
  background-image: url('../images/Link-Arrow_Blue.svg');
  background-position: 98% 60%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  margin-top: 10px;
  padding: 0 50px 0 0;
}

.btn_more_esg-2:hover {
  color: #2d3542;
}

.btn_more_esg-3 {
  color: #00414d;
  background-color: #0000;
  background-image: url('../images/Link-Arrow_Blue.svg');
  background-position: 98% 60%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  margin-top: 10px;
  padding: 0 50px 0 0;
}

.btn_more_esg-3:hover {
  color: #2d3542;
}

.btn_more_esg-4 {
  color: #00414d;
  background-color: #0000;
  background-image: url('../images/Link-Arrow_Blue.svg');
  background-position: 98% 60%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  margin-top: 10px;
  padding: 0 50px 0 0;
}

.btn_more_esg-4:hover {
  color: #2d3542;
}

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

.bgcath {
  color: var(--white);
  background-image: url('../images/shutterstock_411071239.jpg');
  background-position: 100%;
  background-size: cover;
  min-height: 80vh;
}

.social-icons {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 15px;
  display: flex;
}

.icon {
  width: 48px;
  height: 48px;
}

.ikonik-yrypy, .ikonik-1nujq, .ikonik-6y3zn {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .h1 {
    text-align: center;
  }

  .h1.text-white.slider {
    padding-left: 60px;
    padding-right: 60px;
  }

  .padding-30.pl-0 {
    padding-right: 0;
  }

  .text-white.text-centre {
    max-width: 550px;
  }

  .flex-horizontal {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .flex-horizontal.display-flex-vertical-mobile {
    flex-flow: wrap;
    align-items: stretch;
  }

  .flex-horizontal.flip-mob {
    flex-direction: column-reverse;
  }

  .display-flex-vertical-mobile {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .text-centre {
    text-align: center;
  }

  .text-centre.text-white {
    max-width: 100%;
  }

  .flex-vertical-centre {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .width-50 {
    width: 100%;
  }

  .width-50.width-100-mobile.text-centre {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .flex-child {
    flex: none;
    width: 100%;
    display: block;
  }

  .padding-120 {
    padding: 60px;
  }

  .width-100-mobile {
    width: 100%;
  }

  .img-fit-cover {
    display: inline-block;
  }

  .img-fit-container {
    min-height: 500px;
  }

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

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

  .hero {
    height: auto;
    min-height: 100vh;
  }

  .hero.heronewsitem {
    height: auto;
    min-height: auto;
  }

  .hero.heronewsitem.bg-dark {
    min-height: auto;
  }

  .hero.sebg {
    background-image: linear-gradient(#00000040, #00000040), url('../images/GPCE_SolarHeader.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .hero.webg {
    background-image: linear-gradient(#00000059, #00000059), url('../images/gpce_we_hero.jpg');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
  }

  .hero.herobg {
    background-position: 29%;
  }

  .hero.battery {
    background-image: linear-gradient(#00000059, #00000059), url('../images/Battery-Energy.jpg');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
  }

  .navbar {
    position: fixed;
  }

  .logo {
    z-index: 100;
  }

  .logo.w--current {
    z-index: 200;
  }

  .navitem {
    border-bottom: 1px dotted #fff;
    border-right-style: none;
    padding: 15px 0;
    font-size: 15px;
  }

  .navcontainer {
    padding-right: 42px;
    position: static;
  }

  .hero-content {
    max-width: 80%;
  }

  .burgericon {
    color: #fff;
  }

  .burgermenu {
    z-index: 100;
    margin-top: 12px;
    position: static;
    inset: 0% 40px auto auto;
  }

  .burgermenu.w--open {
    background-color: #0000;
    position: relative;
    right: 0;
  }

  .nav-menu {
    z-index: 99;
    background-color: var(--dark-slate-grey-tint);
    width: 100%;
    height: 100vh;
    margin-top: 0;
    padding-left: 60px;
    padding-right: 60px;
    position: fixed;
    inset: 0%;
  }

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

  ._4colgridcontent {
    width: 100%;
    margin-bottom: 40px;
  }

  .container1400 {
    padding-left: 0;
    padding-right: 0;
  }

  .slide_quote_container.text-centre {
    max-width: 550px;
  }

  ._3colgrid {
    display: block;
  }

  ._3colgridcontent {
    margin-bottom: 40px;
  }

  ._3colgridcontent.vid1 {
    min-height: 350px;
  }

  .flex-horizontal-bottom {
    flex-flow: row;
    width: 100%;
    display: flex;
  }

  .gridwrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .griditem {
    max-width: 100%;
  }

  .griditemcontent {
    margin-left: 0;
    margin-right: 0;
  }

  .fluidimg-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .newsitemfooter {
    border-bottom: 1px #000;
  }

  .hero-content-news {
    border-left-style: none;
    max-width: 100%;
  }

  .stretch {
    flex-direction: column;
    flex: none;
  }

  .hero-news-container {
    height: auto;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
  }

  .flex-stretch-vertical-left.pb-40.pl-40.pr-40 {
    padding-left: 0;
    padding-right: 0;
  }

  .news-header-image {
    margin-bottom: 0;
    position: static;
  }

  .mr-60 {
    margin-right: 0;
  }

  .flex-child-66 {
    flex: none;
    width: 100%;
    min-width: 100%;
    display: block;
  }

  .teamitem {
    margin-bottom: 40px;
  }

  .flex-child-50 {
    flex: none;
    width: 100%;
    display: block;
  }

  .rollover-img-container.up {
    display: none;
  }

  .homepanel {
    width: 50%;
  }

  .flex-child-33 {
    flex: none;
    display: block;
  }

  .carouselslide {
    width: 50%;
  }

  .carousel {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-centre-no-flex {
    text-align: center;
  }

  .text-centre-no-flex.text-white {
    max-width: 100%;
  }

  .spacer-nav {
    height: 100px;
    display: block;
  }

  .parallax {
    object-fit: fill;
    justify-content: flex-end;
  }

  .parallax_img {
    opacity: .2;
    object-fit: cover;
    object-position: 100% 50%;
    flex: 0 auto;
    width: auto;
    max-width: none;
    height: auto;
    overflow: visible;
  }

  .padding-120-slider {
    padding: 60px 0;
  }

  .padding-60-overflow {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .link-block-2 {
    display: none;
  }

  .footercontent {
    flex-flow: column;
    flex: 0 auto;
    width: 100%;
  }

  .footerlogolink {
    width: 33.33%;
  }

  .footerwrapper {
    flex: 0 auto;
    width: 100%;
  }

  .footerlogo {
    margin-top: 0;
  }

  .flex-child-footer-text-2 {
    flex: none;
    display: block;
  }

  .bgsun {
    background-position: 45% 100%;
  }

  .tooltext, .padding-60-2 {
    flex-direction: column;
    flex: none;
    align-items: center;
    display: flex;
  }

  .flex-horizontal-2 {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .flex-horizontal-2.display-flex-vertical-mobile {
    flex-flow: wrap;
    align-items: stretch;
    display: flex;
  }

  .animation-container {
    min-height: 600px;
  }

  .flex-child-51 {
    flex: none;
    display: block;
  }

  .toolpanel {
    flex: none;
    width: 50%;
    display: flex;
  }

  .toolpanel.text-white._33pc, .toolpanel._33pc {
    width: 50%;
  }

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

  .div-block-3 {
    flex-direction: row-reverse;
    width: 100%;
  }

  .esg-diagram-wrapper {
    flex-direction: column;
  }

  .btn_more_esg {
    object-fit: fill;
    background-position: 100%;
    background-size: auto;
    flex: 0 auto;
    width: auto;
    display: inline-block;
  }

  .esg-spacer-line {
    border-bottom-style: none;
    border-right: 1px dotted #fff;
    width: 0;
    height: 40px;
    margin: 20px;
  }

  .esg-blob-wrapper {
    width: 100%;
    max-width: 300px;
  }

  .sdg-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .green-bond-section-wrapper {
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .green-bond-grid {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .panel-image {
    flex-direction: column;
    align-items: center;
    padding-top: 70%;
    display: flex;
  }

  .stat-grid {
    grid-template-columns: 1fr;
  }

  .tech-benefits-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .panel-stat-wrapper {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .panel-stat-wrapper.text-white {
    max-width: 100%;
  }

  .navitem-drop {
    border-bottom: 1px #fff;
    border-right-style: none;
    width: 100%;
    padding: 15px 0;
    font-size: 15px;
  }

  .navitem-drop.w--open {
    border-bottom-style: none;
  }

  .dropdown-link {
    color: var(--white);
    background-color: #0000;
    padding-top: 0;
    padding-bottom: 10px;
    padding-left: 40px;
    font-size: 15px;
  }

  .dropdown-link.w--current {
    color: var(--white);
  }

  .dropdown-list.w--open {
    margin-bottom: 10px;
    padding-top: 0;
    position: static;
  }

  .dropdown {
    border-bottom: 1px dotted var(--white);
    width: 100%;
  }

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

  .bm-overlay {
    padding-top: 20%;
  }

  .externallink {
    border-bottom: 1px #000;
  }

  .ppa-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .hero-content-2 {
    max-width: 80%;
  }

  .hero-intro-2 {
    font-size: 22px;
    line-height: 33px;
  }

  .text-centre-2 {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .text-centre-2.text-white {
    max-width: none;
  }

  .flex-child-52 {
    flex: none;
    display: block;
  }

  .flex-vertical-centre-2 {
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .padding-60-3 {
    flex-direction: column;
    flex: none;
    align-items: center;
    display: flex;
  }

  .img-fit-cover-2 {
    display: inline-block;
  }

  .padding-60-4 {
    flex-direction: column;
    flex: none;
    align-items: center;
    display: flex;
  }

  .flex-vertical-centre-3 {
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .btn_more_light {
    object-fit: fill;
    background-position: 100%;
    background-size: auto;
    flex: 0 auto;
    width: auto;
    display: inline-block;
  }

  .company-grid-2 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .padding-120-2 {
    padding: 60px;
    display: block;
  }

  .officegrid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .h1-3, .h1-4, .text-centre-3 {
    text-align: center;
  }

  .padding-120-3 {
    padding: 60px;
  }

  .flex-horizontal-3 {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .div-block-7 {
    width: 100%;
  }

  .padding-60-table {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .h1-5 {
    text-align: center;
  }

  .gridcellbody {
    white-space: nowrap;
  }

  .padding-60-5 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .h1-6, .text-centre-4 {
    text-align: center;
  }

  .carousel-2 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .mask-3 {
    overflow: visible;
  }

  .carouselslide-2 {
    width: 50%;
    max-width: 50%;
  }

  .header-copy {
    margin-bottom: 27px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .padding-120-copy {
    padding: 60px;
  }

  .text-centre-5 {
    text-align: center;
  }

  .flex-vertical-centre-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .padding-120-4 {
    padding: 60px;
  }

  .flex-vertical-centre-5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .text-centre-6 {
    text-align: center;
  }

  .img-fit-container-adriano {
    min-height: 500px;
  }

  .h1-7 {
    text-align: center;
  }

  .flex-horizontal-bottom-2 {
    flex-flow: row;
    width: 100%;
    display: flex;
  }

  .text-centre-7 {
    text-align: center;
  }

  .flex-vertical-centre-6 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .btn_more_esg-2, .btn_more_esg-3, .btn_more_esg-4 {
    object-fit: fill;
    background-position: 100%;
    background-size: auto;
    flex: 0 auto;
    width: auto;
    display: inline-block;
  }

  .bgcath {
    background-position: 45% 100%;
  }
}

@media screen and (max-width: 767px) {
  .h2 {
    margin-bottom: 10px;
    font-size: 32px;
  }

  .h1 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 60px;
  }

  .h1.text-white.slider {
    padding-left: 60px;
    padding-right: 60px;
  }

  .flex-horizontal {
    align-items: stretch;
  }

  .flex-horizontal.display-flex-vertical-mobile {
    flex-direction: column;
  }

  .padding-120 {
    padding: 60px;
  }

  .hero.sebg {
    background-position: 21%;
  }

  .hero.herobg {
    background-position: 40%;
  }

  .navcontainer {
    padding-right: 42px;
  }

  .hero-content {
    max-width: 100%;
    height: 80%;
    margin-top: 90px;
  }

  ._4colgrid {
    grid-template-columns: 1fr;
  }

  .slide_quote_container.text-centre {
    max-width: none;
    padding-left: 60px;
    padding-right: 60px;
  }

  ._3colgridcontent.vid1 {
    min-height: 300px;
  }

  .flex-horizontal-bottom {
    align-items: center;
  }

  .newsitemfooter {
    border-bottom-style: dotted;
  }

  .hero-content-news {
    max-width: 100%;
  }

  .news-header-image {
    margin-bottom: 0;
  }

  .homepanel {
    width: 100%;
  }

  .h3 {
    margin-bottom: 0;
    font-size: 28px;
  }

  .carouselslide {
    width: 100%;
  }

  .carousel {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .spacer-nav {
    height: 100px;
  }

  .parallax_img {
    width: auto;
    min-height: auto;
  }

  .mask-2 {
    overflow: hidden;
  }

  .padding-120-slider {
    padding: 60px 0;
  }

  .h2class {
    margin-bottom: 10px;
    font-size: 32px;
  }

  .text-italic {
    font-size: 22px;
  }

  .footercontent {
    width: auto;
  }

  .footerlogolink {
    width: 50%;
  }

  .tooltext {
    display: flex;
  }

  .h2-2 {
    margin-bottom: 10px;
  }

  .padding-60-2 {
    display: flex;
  }

  .flex-horizontal-2 {
    align-items: stretch;
  }

  .animation-container {
    min-height: 500px;
  }

  .h1-2 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 60px;
  }

  .toolpanel._50pc {
    width: 100%;
  }

  .toolpanel.text-white._33pc {
    width: 100%;
    min-height: 500px;
  }

  .toolpanel.text-white._50pc, .toolpanel._33pc {
    width: 100%;
  }

  .toolheader {
    display: flex;
  }

  .div-block-3 {
    flex-wrap: wrap;
  }

  .sdg-grid {
    grid-template-columns: 1fr 1fr;
  }

  .esg-overlay.act, .esg-overlay.corporate, .esg-overlay.government, .esg-overlay.open {
    padding-top: 100px;
  }

  .green-bond-section-wrapper {
    flex: none;
  }

  ._2-col-grid, .stat-grid {
    grid-template-columns: 1fr;
  }

  .process-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .bm-overlay.floral, .bm-overlay.bird, .bm-overlay.frog, .bm-overlay.shrub, .bm-overlay.lizard, .bm-overlay.bee, .bm-overlay.nest {
    padding-top: 15%;
  }

  .externallink {
    border-bottom-style: dotted;
  }

  .hero-content-2 {
    max-width: 100%;
  }

  .flex-vertical-centre-2 {
    flex: none;
  }

  .padding-60-3 {
    display: flex;
  }

  .h2class-2 {
    margin-bottom: 10px;
    font-size: 32px;
  }

  .min-height-550 {
    min-height: 500px;
  }

  .padding-60-4 {
    display: flex;
  }

  .flex-vertical-centre-3 {
    flex: none;
  }

  .padding-120-2 {
    flex: 1;
    padding: 60px;
  }

  .h1-3, .h1-4 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 60px;
  }

  .padding-120-3 {
    padding: 60px;
  }

  .flex-horizontal-3 {
    align-items: stretch;
  }

  .div-block-7 {
    width: auto;
    padding-right: 60px;
    overflow: scroll;
  }

  .padding-60-table {
    align-items: flex-start;
    overflow: scroll;
  }

  .h1-5 {
    text-align: center;
    font-size: 60px;
  }

  .padding-60-5 {
    align-items: center;
    overflow: scroll;
  }

  .h1-6 {
    text-align: center;
    font-size: 60px;
  }

  .slide-nav-3 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .carousel-2 {
    width: 100%;
    margin-left: -60px;
    margin-right: -60px;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .mask-3 {
    width: 100%;
    overflow: visible;
  }

  .carouselslide-2 {
    width: 100%;
    max-width: 100%;
  }

  .header-copy {
    font-size: 30px;
    line-height: 35px;
  }

  .padding-120-copy, .padding-120-4 {
    padding: 60px;
  }

  .h1-7 {
    text-align: center;
    font-size: 60px;
  }

  .flex-horizontal-bottom-2 {
    align-items: flex-end;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 45px;
    line-height: 50px;
  }

  .h2.text-centre {
    font-size: 28px;
    line-height: 33px;
  }

  .h1 {
    font-size: 45px;
    line-height: 50px;
  }

  .h1.text-white.slider {
    padding-left: 30px;
    padding-right: 30px;
  }

  .h1.text-centre {
    font-size: 45px;
    line-height: 50px;
  }

  .spacer-120 {
    height: 60px;
  }

  .text-white {
    width: 100%;
  }

  .flex-horizontal {
    display: flex;
  }

  .text-centre.padding-30 {
    padding-left: 0;
    padding-right: 0;
  }

  .flex-child {
    display: block;
  }

  .padding-120 {
    padding: 60px 30px;
  }

  .img-fit-container {
    min-height: 300px;
  }

  .padding-60 {
    padding: 60px 30px;
  }

  .hero.homebg {
    min-height: 800px;
  }

  .hero.sebg {
    background-position: 27% 0;
  }

  .hero.rewilding {
    background-image: linear-gradient(#0000, #0000), url('../images/Krotoszyny_Solar_Farm-_Poland_014.JPEG');
    background-position: 0 0, 50%;
  }

  .hero.battery {
    background-position: 80%;
  }

  .logo {
    width: 190px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .logo.w--current {
    width: 210px;
  }

  .navitem.w--current {
    border-bottom-style: dotted;
    border-bottom-width: 1px;
  }

  .navcontainer {
    padding-left: 30px;
    padding-right: 12px;
  }

  .hero-container {
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-intro {
    font-size: 20px;
    line-height: 25px;
  }

  .hero-content {
    border-left-style: none;
    padding-left: 0;
  }

  .burgermenu {
    margin-top: 6px;
  }

  .burgermenu.w--open {
    background-color: #0000;
    right: 0;
  }

  .nav-menu {
    padding-left: 30px;
    padding-right: 30px;
  }

  .spacer-180 {
    height: 90px;
  }

  .hero-heading {
    font-size: 45px;
    line-height: 50px;
  }

  .slide_quote_container.text-centre {
    padding-left: 30px;
    padding-right: 30px;
  }

  ._3colgridcontent.vid1 {
    min-height: 250px;
  }

  .featuredstat150.text-aqua {
    font-size: 100px;
    line-height: 100px;
  }

  .flex-horizontal-bottom {
    display: flex;
  }

  .text-2-col.text-left {
    column-count: auto;
  }

  .griditemcontent {
    border-style: none;
    margin-left: 0;
    margin-right: 0;
  }

  .gridinfo {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .newsitemfooter {
    flex-direction: row;
    flex: none;
    display: flex;
  }

  .hero-content-news {
    padding-left: 0;
  }

  .hero-news-container {
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .flex-child-66, .flex-child-50 {
    display: block;
  }

  .image-5 {
    filter: grayscale() brightness(200%);
  }

  .h3 {
    text-align: left;
    margin-bottom: 0;
    line-height: 33px;
  }

  .text-span {
    font-size: 70px;
  }

  .flex-child-33 {
    display: block;
  }

  .carouselslide {
    width: 100%;
  }

  .gridinfo-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .carousel {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .featuredstat100.text-aqua {
    font-size: 100px;
    line-height: 100px;
  }

  .spacer-nav {
    height: 100px;
  }

  .parallax_img {
    opacity: .2;
    object-fit: fill;
    object-position: 100% 50%;
    width: auto;
    min-height: auto;
  }

  .padding-120-slider {
    padding: 60px 0;
  }

  .padding-60-overflow {
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-italic {
    line-height: 26px;
  }

  .h1class {
    font-size: 45px;
    line-height: 50px;
  }

  .footerlogolink {
    width: auto;
  }

  .flex-child-footer-text-2 {
    display: block;
  }

  .bgsun {
    background-position: 66%;
  }

  .tooltext {
    flex: none;
    padding: 60px 30px;
  }

  .max-width-500 {
    z-index: 2;
    position: relative;
  }

  .padding-60-2 {
    flex: none;
    padding: 60px 30px;
  }

  .flex-horizontal-2 {
    display: flex;
  }

  .animation-container {
    min-height: 400px;
  }

  .flex-child-51 {
    display: block;
  }

  .h1-2 {
    margin-bottom: 0;
    font-size: 45px;
    line-height: 50px;
  }

  .max-width-651 {
    z-index: 2;
    position: relative;
  }

  .toolpanel {
    width: 100%;
    min-height: 450px;
    display: block;
  }

  .toolheader {
    flex: none;
    padding: 60px 30px;
  }

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

  .esg-line-v {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .sdg-graphic {
    width: 140px;
  }

  .sdg-grid {
    grid-column-gap: 30px;
  }

  .esg-overlay.act, .esg-overlay.corporate, .esg-overlay.government, .esg-overlay.open {
    padding-top: 100px;
  }

  .esg-overlay-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .esg-line-v-overlay {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .green-bond-section-wrapper {
    flex: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .panel-image {
    padding-top: 80%;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .tech-benefit-item {
    width: 100%;
  }

  .panel-stat-wrapper.padding-30 {
    padding-left: 0;
    padding-right: 0;
  }

  .navitem-drop.w--current {
    border-bottom-style: dotted;
    border-bottom-width: 1px;
  }

  .bm_graphic_wrapper {
    padding: 10px;
  }

  .gm-graphic-inner-wrapper {
    background-size: 6px 6px;
  }

  .bm-overlay {
    padding-top: 30%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .bm-overlay.floral, .bm-overlay.bird, .bm-overlay.frog, .bm-overlay.shrub, .bm-overlay.lizard, .bm-overlay.bee, .bm-overlay.nest {
    padding-top: 20%;
    display: none;
  }

  .close-btn {
    top: -40px;
  }

  .gm-nav {
    bottom: 12px;
    right: 12px;
  }

  .gm-nav-item {
    font-size: 11px;
    line-height: 14px;
  }

  .externallink {
    flex-direction: row;
    flex: none;
    display: flex;
  }

  .hero-heading-2 {
    font-size: 45px;
    line-height: 50px;
  }

  .hero-container-2 {
    padding-bottom: 160px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-2.herobg {
    background-image: linear-gradient(18deg, #000, #fff0 61%), url('../images/AdobeStock_134837866.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    min-height: 900px;
  }

  .hero-content-2 {
    border-left-style: none;
    height: 80%;
    margin-top: 0;
    padding-left: 0;
  }

  .hero-intro-2 {
    font-size: 20px;
    line-height: 25px;
  }

  .flex-child-52 {
    display: block;
  }

  .max-width-701 {
    z-index: 2;
    position: relative;
  }

  .flex-vertical-centre-2 {
    flex: none;
  }

  .padding-60-3 {
    flex: none;
    padding: 60px 30px;
  }

  .min-height-550 {
    min-height: 350px;
    display: flex;
  }

  .padding-60-4 {
    flex: none;
    padding: 60px 30px;
  }

  .flex-vertical-centre-3 {
    flex: none;
  }

  .company-grid-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    place-items: start center;
  }

  .max-width-702 {
    z-index: 2;
    position: relative;
  }

  .padding-120-2 {
    flex: none;
    padding: 60px 30px;
    display: block;
  }

  .h1-3, .h1-3.text-centre {
    font-size: 45px;
    line-height: 50px;
  }

  .gridinfo-3 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .h1-4 {
    font-size: 45px;
    line-height: 50px;
  }

  .padding-120-3 {
    padding: 60px 30px;
  }

  .flex-horizontal-3 {
    display: flex;
  }

  .div-block-7 {
    padding-right: 30px;
    overflow: hidden;
  }

  .padding-60-table {
    align-items: flex-start;
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
    overflow: scroll;
  }

  .h1-5, .h1-5.text-centre {
    font-size: 45px;
    line-height: 50px;
  }

  .padding-60-5 {
    align-items: center;
    padding: 60px 30px;
    overflow: scroll;
  }

  .contactwrapper {
    max-width: 100px;
  }

  .header {
    font-size: 20px;
    line-height: 25px;
  }

  .h1-6, .h1-6.text-centre {
    font-size: 45px;
    line-height: 50px;
  }

  .slide-nav-3 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
    overflow: auto;
  }

  .gridinfo-4 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .carousel-2 {
    flex: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .carouselslide-2 {
    width: 100%;
  }

  .header-copy {
    margin-bottom: 0;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 20px;
    line-height: 25px;
  }

  .padding-120-copy, .padding-120-4 {
    padding: 60px 30px;
  }

  .img-fit-container-adriano {
    min-height: 200px;
  }

  .h1-7 {
    font-size: 45px;
    line-height: 50px;
  }

  .flex-horizontal-bottom-2 {
    display: flex;
  }

  .featuredstat150-2.text-aqua {
    font-size: 80px;
    line-height: 80px;
  }

  .esg-overlay-wrapper-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .bgcath {
    background-position: 66%;
  }
}

#w-node-d41700b6-43c8-1889-57e6-059e3a16380d-943d6ab9, #w-node-_6dd9425c-356b-61c1-b4aa-549023013f1c-943d6ab9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b5b5380-8215-f47e-826c-7489cf192258-943d6aba {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_2487605e-332c-b1ec-3807-72aff1234da5-943d6aba, #w-node-_5b5b5380-8215-f47e-826c-7489cf19225d-943d6aba {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_58609539-3944-d442-1b50-2979ce3ce378-943d6aba, #w-node-_5b5b5380-8215-f47e-826c-7489cf192267-943d6aba {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-be98b93b-1e52-cc59-1a22-cd00ca106cfa-943d6aba, #w-node-_5b5b5380-8215-f47e-826c-7489cf19226f-943d6aba {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-f177ff77-4e22-b211-f632-0e208cec976e-943d6aba, #w-node-_5b5b5380-8215-f47e-826c-7489cf192277-943d6aba {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-ec06812a-3ca3-2696-d189-3fd8adac42ef-943d6aba, #w-node-_08d38ca7-a199-bd6e-833d-c87111590c25-943d6aba {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-_5b5b5380-8215-f47e-826c-7489cf19227f-943d6aba {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_29224bca-83b0-1da5-6e1c-a7aae6eb7e70-943d6aba, #w-node-_5b5b5380-8215-f47e-826c-7489cf1922b4-943d6aba {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_51542ac1-e31e-b565-54d1-3c17e6074609-943d6aba, #w-node-_5b5b5380-8215-f47e-826c-7489cf1922bc-943d6aba {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-da4b8b47-06db-b41d-cc24-3c8c8014aef2-943d6aba {
  grid-area: 3 / 3 / 4 / 6;
}

#w-node-_2762a6aa-c759-5068-d3de-dcd0771d95f6-943d6aba, #w-node-_5b5b5380-8215-f47e-826c-7489cf192284-943d6aba {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-_5d4c99ee-2206-0b62-916a-d30b08035a9e-943d6aba, #w-node-_5b5b5380-8215-f47e-826c-7489cf19228c-943d6aba {
  grid-area: 4 / 4 / 5 / 5;
}

#w-node-c267c5bd-faa0-535c-e92e-2afd57b389e9-943d6aba, #w-node-_5b5b5380-8215-f47e-826c-7489cf192294-943d6aba {
  grid-area: 4 / 5 / 5 / 6;
}

#w-node-_749a23fe-3fcc-509a-8e12-40f3ddceba57-943d6aba, #w-node-_5b5b5380-8215-f47e-826c-7489cf19229c-943d6aba {
  grid-area: 5 / 3 / 6 / 4;
}

#w-node-d64359d3-cdaa-708e-6ef9-bbd319537113-943d6aba, #w-node-_5b5b5380-8215-f47e-826c-7489cf1922a4-943d6aba {
  grid-area: 5 / 4 / 6 / 5;
}

#w-node-b8f542b5-dc8a-57a8-ad1d-a4294b0e456c-943d6aba, #w-node-_5b5b5380-8215-f47e-826c-7489cf1922ac-943d6aba {
  grid-area: 5 / 5 / 6 / 6;
}

#w-node-_7ae2c72f-73ed-3b9e-131a-08e2da86cdb4-943d6abc, #w-node-ba640f1b-c049-ff83-a123-b77c1c2c4bc0-943d6abc, #w-node-_3bb2464d-d792-c485-fc41-edb6a5f5b0a0-943d6abc, #w-node-_3bb2464d-d792-c485-fc41-edb6a5f5b0a2-943d6abc, #w-node-_0ed9c35b-f543-6380-4da8-4560645cc856-943d6abc, #w-node-_7ae2c72f-73ed-3b9e-131a-08e2da86cdb4-943d6abd, #w-node-ba640f1b-c049-ff83-a123-b77c1c2c4bc0-943d6abd, #w-node-_3bb2464d-d792-c485-fc41-edb6a5f5b0a0-943d6abd, #w-node-_3bb2464d-d792-c485-fc41-edb6a5f5b0a2-943d6abd, #w-node-_4b839d64-4d32-58ee-32fd-da68b913dda9-943d6abd, #w-node-b5d64a12-907c-6ae0-453d-caa775b19b3b-943d6abd, #w-node-_8d1ee3b8-1566-30fe-efcd-f0297379fceb-943d6abd, #w-node-a353bbd8-e511-5561-ceda-5db5cde4d434-943d6abd, #w-node-a353bbd8-e511-5561-ceda-5db5cde4d436-943d6abd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b5b5380-8215-f47e-826c-7489cf192258-943d6abf {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_2487605e-332c-b1ec-3807-72aff1234da5-943d6abf, #w-node-_5b5b5380-8215-f47e-826c-7489cf19225d-943d6abf {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_58609539-3944-d442-1b50-2979ce3ce378-943d6abf, #w-node-_5b5b5380-8215-f47e-826c-7489cf192267-943d6abf {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-be98b93b-1e52-cc59-1a22-cd00ca106cfa-943d6abf, #w-node-_5b5b5380-8215-f47e-826c-7489cf19226f-943d6abf {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-f177ff77-4e22-b211-f632-0e208cec976e-943d6abf, #w-node-_5b5b5380-8215-f47e-826c-7489cf192277-943d6abf {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-ec06812a-3ca3-2696-d189-3fd8adac42ef-943d6abf, #w-node-_08d38ca7-a199-bd6e-833d-c87111590c25-943d6abf {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-_5b5b5380-8215-f47e-826c-7489cf19227f-943d6abf {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_29224bca-83b0-1da5-6e1c-a7aae6eb7e70-943d6abf, #w-node-_5b5b5380-8215-f47e-826c-7489cf1922b4-943d6abf {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_51542ac1-e31e-b565-54d1-3c17e6074609-943d6abf, #w-node-_5b5b5380-8215-f47e-826c-7489cf1922bc-943d6abf {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-da4b8b47-06db-b41d-cc24-3c8c8014aef2-943d6abf {
  grid-area: 3 / 3 / 4 / 6;
}

#w-node-_2762a6aa-c759-5068-d3de-dcd0771d95f6-943d6abf, #w-node-_5b5b5380-8215-f47e-826c-7489cf192284-943d6abf {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-_5d4c99ee-2206-0b62-916a-d30b08035a9e-943d6abf, #w-node-_5b5b5380-8215-f47e-826c-7489cf19228c-943d6abf {
  grid-area: 4 / 4 / 5 / 5;
}

#w-node-c267c5bd-faa0-535c-e92e-2afd57b389e9-943d6abf, #w-node-_5b5b5380-8215-f47e-826c-7489cf192294-943d6abf {
  grid-area: 4 / 5 / 5 / 6;
}

#w-node-_749a23fe-3fcc-509a-8e12-40f3ddceba57-943d6abf, #w-node-_5b5b5380-8215-f47e-826c-7489cf19229c-943d6abf {
  grid-area: 5 / 3 / 6 / 4;
}

#w-node-d64359d3-cdaa-708e-6ef9-bbd319537113-943d6abf, #w-node-_5b5b5380-8215-f47e-826c-7489cf1922a4-943d6abf {
  grid-area: 5 / 4 / 6 / 5;
}

#w-node-b8f542b5-dc8a-57a8-ad1d-a4294b0e456c-943d6abf, #w-node-_5b5b5380-8215-f47e-826c-7489cf1922ac-943d6abf {
  grid-area: 5 / 5 / 6 / 6;
}

#w-node-_84d6e550-531f-4cc9-a0ae-6749fcecdc06-943d6abf, #w-node-ff07dc06-7057-bfa9-930c-86ae5a486968-943d6abf, #w-node-c25046d0-624e-4c79-264a-b15e13b70cef-943d6abf, #w-node-_1d4d9cec-c276-b410-1529-b3bd14801b47-943d6abf, #w-node-c8aebc86-6b9c-6374-aaeb-7a8798a72d39-943d6abf, #w-node-f1fa9976-1af9-ebcf-0095-313a59341224-943d6abf, #w-node-dd34e1eb-578f-f7a4-f16b-fa57fab0fab4-943d6abf, #w-node-e1a11b34-83d9-8f4b-f986-50f1c3d085d9-943d6abf, #w-node-e1a11b34-83d9-8f4b-f986-50f1c3d085da-943d6abf, #w-node-e1a11b34-83d9-8f4b-f986-50f1c3d085e2-943d6abf, #w-node-e1a11b34-83d9-8f4b-f986-50f1c3d085e5-943d6abf, #w-node-e1a11b34-83d9-8f4b-f986-50f1c3d085e8-943d6abf, #w-node-_12a06753-8f31-319c-42a0-1ee6abc4a994-c5a79406, #w-node-_91505eaf-05c4-45ec-dc71-e4bdb6a84fbe-c5a79406, #w-node-_18255db2-b095-b31a-aa7b-4215e9f515ce-c5a79406, #w-node-_19d8f0ac-5d98-2a56-d1e9-e78d6a8b8801-c5a79406, #w-node-e7fe0a48-0cd9-cc49-082c-365358e6db70-c5a79406, #w-node-e452c1a7-fa03-a519-d396-34aae06ae5db-c5a79406, #w-node-_40ae8066-9001-bbba-9ab2-8486130b35d1-c5a79406, #w-node-ac283fc6-26f7-633c-05c9-600cffc4ecdd-c5a79406, #w-node-e097184d-bb14-cfe9-ab51-4b100e5149ed-c5a79406, #w-node-_1c5d8b68-e83f-f327-f682-94f28aeeb52d-c5a79406, #w-node-d57ff511-91f6-931f-524e-224bd9d1de14-c5a79406, #w-node-_3673e68c-551c-7218-9ae3-4f9c64d21ea0-c5a79406, #w-node-_2d17129c-507c-fd7c-3512-19851525aca8-c5a79406, #w-node-_84e4dc44-7939-b88d-061a-e055c38250ac-c5a79406, #w-node-_05ea39d2-c192-0b10-8979-f2f873e2e41f-c5a79406, #w-node-aadd6982-4b29-9845-f3b3-5cea1231974a-c5a79406, #w-node-_1dfc732a-c2bd-0bfb-44e6-397c5ff50265-c5a79406, #w-node-_7ae2c72f-73ed-3b9e-131a-08e2da86cdb4-1bed268a, #w-node-ba640f1b-c049-ff83-a123-b77c1c2c4bc0-1bed268a, #w-node-_3bb2464d-d792-c485-fc41-edb6a5f5b0a0-1bed268a, #w-node-_3bb2464d-d792-c485-fc41-edb6a5f5b0a2-1bed268a, #w-node-_7ae2c72f-73ed-3b9e-131a-08e2da86cdb4-bd4b895d, #w-node-ba640f1b-c049-ff83-a123-b77c1c2c4bc0-bd4b895d, #w-node-_3bb2464d-d792-c485-fc41-edb6a5f5b0a0-bd4b895d, #w-node-_3bb2464d-d792-c485-fc41-edb6a5f5b0a2-bd4b895d, #w-node-_0ed9c35b-f543-6380-4da8-4560645cc856-bd4b895d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_5b5b5380-8215-f47e-826c-7489cf192258-943d6aba {
    grid-column: span 3 / span 3;
  }

  #w-node-_5b5b5380-8215-f47e-826c-7489cf19225d-943d6aba {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5b5b5380-8215-f47e-826c-7489cf192267-943d6aba {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_5b5b5380-8215-f47e-826c-7489cf19226f-943d6aba {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-f177ff77-4e22-b211-f632-0e208cec976e-943d6aba, #w-node-_5b5b5380-8215-f47e-826c-7489cf192277-943d6aba {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ec06812a-3ca3-2696-d189-3fd8adac42ef-943d6aba, #w-node-_08d38ca7-a199-bd6e-833d-c87111590c25-943d6aba {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_5b5b5380-8215-f47e-826c-7489cf19227f-943d6aba {
    grid-area: 4 / 1 / 5 / 4;
  }

  #w-node-_29224bca-83b0-1da5-6e1c-a7aae6eb7e70-943d6aba {
    grid-row: 5 / 6;
  }

  #w-node-_5b5b5380-8215-f47e-826c-7489cf1922b4-943d6aba {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_51542ac1-e31e-b565-54d1-3c17e6074609-943d6aba {
    grid-row: 5 / 6;
  }

  #w-node-_5b5b5380-8215-f47e-826c-7489cf1922bc-943d6aba {
    grid-area: 5 / 2 / 6 / 3;
  }

  #w-node-da4b8b47-06db-b41d-cc24-3c8c8014aef2-943d6aba {
    grid-area: 6 / 1 / 7 / 4;
  }

  #w-node-_2762a6aa-c759-5068-d3de-dcd0771d95f6-943d6aba, #w-node-_5b5b5380-8215-f47e-826c-7489cf192284-943d6aba {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-_5d4c99ee-2206-0b62-916a-d30b08035a9e-943d6aba, #w-node-_5b5b5380-8215-f47e-826c-7489cf19228c-943d6aba {
    grid-area: 7 / 2 / 8 / 3;
  }

  #w-node-c267c5bd-faa0-535c-e92e-2afd57b389e9-943d6aba, #w-node-_5b5b5380-8215-f47e-826c-7489cf192294-943d6aba {
    grid-area: 7 / 3 / 8 / 4;
  }

  #w-node-_749a23fe-3fcc-509a-8e12-40f3ddceba57-943d6aba, #w-node-_5b5b5380-8215-f47e-826c-7489cf19229c-943d6aba {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-d64359d3-cdaa-708e-6ef9-bbd319537113-943d6aba, #w-node-_5b5b5380-8215-f47e-826c-7489cf1922a4-943d6aba {
    grid-area: 8 / 2 / 9 / 3;
  }

  #w-node-b8f542b5-dc8a-57a8-ad1d-a4294b0e456c-943d6aba, #w-node-_5b5b5380-8215-f47e-826c-7489cf1922ac-943d6aba {
    grid-area: 8 / 3 / 9 / 4;
  }

  #w-node-_5b5b5380-8215-f47e-826c-7489cf192258-943d6abf {
    grid-column: span 3 / span 3;
  }

  #w-node-_5b5b5380-8215-f47e-826c-7489cf19225d-943d6abf {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5b5b5380-8215-f47e-826c-7489cf192267-943d6abf {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_5b5b5380-8215-f47e-826c-7489cf19226f-943d6abf {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-f177ff77-4e22-b211-f632-0e208cec976e-943d6abf, #w-node-_5b5b5380-8215-f47e-826c-7489cf192277-943d6abf {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ec06812a-3ca3-2696-d189-3fd8adac42ef-943d6abf, #w-node-_08d38ca7-a199-bd6e-833d-c87111590c25-943d6abf {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_5b5b5380-8215-f47e-826c-7489cf19227f-943d6abf {
    grid-area: 4 / 1 / 5 / 4;
  }

  #w-node-_29224bca-83b0-1da5-6e1c-a7aae6eb7e70-943d6abf {
    grid-row: 5 / 6;
  }

  #w-node-_5b5b5380-8215-f47e-826c-7489cf1922b4-943d6abf {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_51542ac1-e31e-b565-54d1-3c17e6074609-943d6abf {
    grid-row: 5 / 6;
  }

  #w-node-_5b5b5380-8215-f47e-826c-7489cf1922bc-943d6abf {
    grid-area: 5 / 2 / 6 / 3;
  }

  #w-node-da4b8b47-06db-b41d-cc24-3c8c8014aef2-943d6abf {
    grid-area: 6 / 1 / 7 / 4;
  }

  #w-node-_2762a6aa-c759-5068-d3de-dcd0771d95f6-943d6abf, #w-node-_5b5b5380-8215-f47e-826c-7489cf192284-943d6abf {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-_5d4c99ee-2206-0b62-916a-d30b08035a9e-943d6abf, #w-node-_5b5b5380-8215-f47e-826c-7489cf19228c-943d6abf {
    grid-area: 7 / 2 / 8 / 3;
  }

  #w-node-c267c5bd-faa0-535c-e92e-2afd57b389e9-943d6abf, #w-node-_5b5b5380-8215-f47e-826c-7489cf192294-943d6abf {
    grid-area: 7 / 3 / 8 / 4;
  }

  #w-node-_749a23fe-3fcc-509a-8e12-40f3ddceba57-943d6abf, #w-node-_5b5b5380-8215-f47e-826c-7489cf19229c-943d6abf {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-d64359d3-cdaa-708e-6ef9-bbd319537113-943d6abf, #w-node-_5b5b5380-8215-f47e-826c-7489cf1922a4-943d6abf {
    grid-area: 8 / 2 / 9 / 3;
  }

  #w-node-b8f542b5-dc8a-57a8-ad1d-a4294b0e456c-943d6abf, #w-node-_5b5b5380-8215-f47e-826c-7489cf1922ac-943d6abf {
    grid-area: 8 / 3 / 9 / 4;
  }

  #w-node-ff07dc06-7057-bfa9-930c-86ae5a486968-943d6abf {
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5b5b5380-8215-f47e-826c-7489cf192258-943d6aba {
    grid-column: span 2 / span 2;
  }

  #w-node-be98b93b-1e52-cc59-1a22-cd00ca106cfa-943d6aba, #w-node-_5b5b5380-8215-f47e-826c-7489cf19226f-943d6aba {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-f177ff77-4e22-b211-f632-0e208cec976e-943d6aba, #w-node-_5b5b5380-8215-f47e-826c-7489cf192277-943d6aba {
    grid-column: 2 / 3;
  }

  #w-node-ec06812a-3ca3-2696-d189-3fd8adac42ef-943d6aba, #w-node-_08d38ca7-a199-bd6e-833d-c87111590c25-943d6aba {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_5b5b5380-8215-f47e-826c-7489cf19227f-943d6aba {
    grid-row: 5 / 6;
    grid-column-end: 3;
  }

  #w-node-_29224bca-83b0-1da5-6e1c-a7aae6eb7e70-943d6aba, #w-node-_5b5b5380-8215-f47e-826c-7489cf1922b4-943d6aba, #w-node-_51542ac1-e31e-b565-54d1-3c17e6074609-943d6aba, #w-node-_5b5b5380-8215-f47e-826c-7489cf1922bc-943d6aba {
    grid-row: 6 / 7;
  }

  #w-node-da4b8b47-06db-b41d-cc24-3c8c8014aef2-943d6aba {
    grid-row: 7 / 8;
    grid-column-end: 3;
  }

  #w-node-_2762a6aa-c759-5068-d3de-dcd0771d95f6-943d6aba, #w-node-_5b5b5380-8215-f47e-826c-7489cf192284-943d6aba, #w-node-_5d4c99ee-2206-0b62-916a-d30b08035a9e-943d6aba, #w-node-_5b5b5380-8215-f47e-826c-7489cf19228c-943d6aba {
    grid-row: 8 / 9;
  }

  #w-node-c267c5bd-faa0-535c-e92e-2afd57b389e9-943d6aba, #w-node-_5b5b5380-8215-f47e-826c-7489cf192294-943d6aba {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-_749a23fe-3fcc-509a-8e12-40f3ddceba57-943d6aba, #w-node-_5b5b5380-8215-f47e-826c-7489cf19229c-943d6aba {
    grid-area: 9 / 2 / 10 / 3;
  }

  #w-node-d64359d3-cdaa-708e-6ef9-bbd319537113-943d6aba, #w-node-_5b5b5380-8215-f47e-826c-7489cf1922a4-943d6aba {
    grid-area: 10 / 1 / 11 / 2;
  }

  #w-node-b8f542b5-dc8a-57a8-ad1d-a4294b0e456c-943d6aba, #w-node-_5b5b5380-8215-f47e-826c-7489cf1922ac-943d6aba {
    grid-area: 10 / 2 / 11 / 3;
  }

  #w-node-_5b5b5380-8215-f47e-826c-7489cf192258-943d6abf {
    grid-column: span 2 / span 2;
  }

  #w-node-be98b93b-1e52-cc59-1a22-cd00ca106cfa-943d6abf, #w-node-_5b5b5380-8215-f47e-826c-7489cf19226f-943d6abf {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-f177ff77-4e22-b211-f632-0e208cec976e-943d6abf, #w-node-_5b5b5380-8215-f47e-826c-7489cf192277-943d6abf {
    grid-column: 2 / 3;
  }

  #w-node-ec06812a-3ca3-2696-d189-3fd8adac42ef-943d6abf, #w-node-_08d38ca7-a199-bd6e-833d-c87111590c25-943d6abf {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_5b5b5380-8215-f47e-826c-7489cf19227f-943d6abf {
    grid-row: 5 / 6;
    grid-column-end: 3;
  }

  #w-node-_29224bca-83b0-1da5-6e1c-a7aae6eb7e70-943d6abf, #w-node-_5b5b5380-8215-f47e-826c-7489cf1922b4-943d6abf, #w-node-_51542ac1-e31e-b565-54d1-3c17e6074609-943d6abf, #w-node-_5b5b5380-8215-f47e-826c-7489cf1922bc-943d6abf {
    grid-row: 6 / 7;
  }

  #w-node-da4b8b47-06db-b41d-cc24-3c8c8014aef2-943d6abf {
    grid-row: 7 / 8;
    grid-column-end: 3;
  }

  #w-node-_2762a6aa-c759-5068-d3de-dcd0771d95f6-943d6abf, #w-node-_5b5b5380-8215-f47e-826c-7489cf192284-943d6abf, #w-node-_5d4c99ee-2206-0b62-916a-d30b08035a9e-943d6abf, #w-node-_5b5b5380-8215-f47e-826c-7489cf19228c-943d6abf {
    grid-row: 8 / 9;
  }

  #w-node-c267c5bd-faa0-535c-e92e-2afd57b389e9-943d6abf, #w-node-_5b5b5380-8215-f47e-826c-7489cf192294-943d6abf {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-_749a23fe-3fcc-509a-8e12-40f3ddceba57-943d6abf, #w-node-_5b5b5380-8215-f47e-826c-7489cf19229c-943d6abf {
    grid-area: 9 / 2 / 10 / 3;
  }

  #w-node-d64359d3-cdaa-708e-6ef9-bbd319537113-943d6abf, #w-node-_5b5b5380-8215-f47e-826c-7489cf1922a4-943d6abf {
    grid-area: 10 / 1 / 11 / 2;
  }

  #w-node-b8f542b5-dc8a-57a8-ad1d-a4294b0e456c-943d6abf, #w-node-_5b5b5380-8215-f47e-826c-7489cf1922ac-943d6abf {
    grid-area: 10 / 2 / 11 / 3;
  }
}


@font-face {
  font-family: 'Gt super display';
  src: url('../fonts/GT-Super-Display-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt super display';
  src: url('../fonts/GT-Super-Display-Light-Italic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}