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

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  font-family: Inter;
  color: #000;
  font-size: 16px;
  line-height: 1.4em;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.4em;
}

a {
  color: #000;
  text-decoration: underline;
}

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

li {
  margin-bottom: 4px;
}

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

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

blockquote {
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 10px 20px;
  border-left: 5px solid #9ec5fa;
  font-size: 18px;
  line-height: 1.4em;
}

figcaption {
  margin-top: 6px;
  color: #242424;
  font-size: 16px;
  text-align: center;
}

.horizontal-line {
  width: 100%;
  height: 1px;
  margin-bottom: 36px;
  background-color: #1d1916;
  opacity: 0.2;
}

.horizontal-line.design-system {
  position: relative;
  bottom: -80px;
}

.sg-block {
  margin-bottom: 32px;
}

.sg-description {
  max-width: 400px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #929aa1;
}

.form-error {
  padding: 16px;
  border-radius: 6px;
  background-color: #ece7e0;
  color: #444;
}

.grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

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

.grid.desk-2.tab-2 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.wrapper {
  width: 100%;
  min-height: 100vh;
}

._1-2-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  max-width: 1000px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form {
  margin-bottom: 8px;
}

._12-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -16px;
  margin-left: -16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

._12-columns.align-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.form-radio-button {
  margin-bottom: 16px;
  padding-left: 24px;
}

.form-checkbox {
  margin-bottom: 16px;
  padding-left: 24px;
}

._2-1-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  max-width: 1000px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 32px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column.desk-9 {
  width: 75%;
}

.column.desk-4 {
  width: 33.33%;
}

.spacer {
  height: 48px;
  background-color: #ece7e0;
}

.spacer._24 {
  width: 24px;
  height: 24px;
  background-color: transparent;
  text-transform: uppercase;
}

.text-input {
  margin-bottom: 16px;
  padding: 24px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e5e7;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.01);
  font-size: 15px;
  line-height: 1.4px;
}

.text-input:focus {
  border-color: #ff678c;
}

.text-input::-webkit-input-placeholder {
  color: #e1e5e7;
}

.text-input:-ms-input-placeholder {
  color: #e1e5e7;
}

.text-input::-ms-input-placeholder {
  color: #e1e5e7;
}

.text-input::placeholder {
  color: #e1e5e7;
}

.text-input.form {
  min-height: 120px;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 1.4em;
}

.paragraph {
  margin-bottom: 16px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
}

.paragraph.small {
  opacity: 0.75;
  font-size: 14px;
}

.paragraph.opacity-70 {
  opacity: 0.7;
}

.radio-button {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: -24px;
}

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: #2b95ff;
}

.form-dropdown {
  position: relative;
  width: 100%;
  height: 48px;
  margin-bottom: 16px;
  padding: 8px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e5e7;
  border-radius: 5px;
  background-color: #fff;
  color: #4c5458;
  font-size: 15px;
}

.form-dropdown:hover {
  color: #37474e;
}

.form-dropdown:focus {
  color: #37474e;
}

.form-dropdown::-webkit-input-placeholder {
  color: #999;
  font-size: 15px;
}

.form-dropdown:-ms-input-placeholder {
  color: #999;
  font-size: 15px;
}

.form-dropdown::-ms-input-placeholder {
  color: #999;
  font-size: 15px;
}

.form-dropdown::placeholder {
  color: #999;
  font-size: 15px;
}

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

.rich-text img {
  border-radius: 6px;
}

.ds-module {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  min-width: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 5px;
  background-color: #d0e8ff;
}

.ds-colour-block {
  display: inline-block;
  width: 12.5%;
  padding-right: 16px;
}

.check-box {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: -24px;
}

.check-box.w--redirected-checked {
  border-color: #2b95ff;
  background-color: #2b95ff;
  background-position: 50% 50%;
  background-size: 16px;
}

.color-block {
  width: 100%;
  height: 60px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  border-radius: 5px;
  background-color: #000;
}

.color-block.white {
  background-color: #fefefe;
}

.color-block.green {
  background-color: #7efe92;
}

.color-block.hard-grey {
  background-color: #242424;
}

.color-block.white {
  border-style: solid;
  border-width: 1px;
  border-color: #f0f2f3;
  background-color: #fefefe;
}

.color-block.blue {
  border-style: none;
  background-color: #5444ff;
}

.color-block.pink {
  background-color: #ff678c;
}

.color-block.yellow {
  background-color: #fffb7c;
}

.color-block.pale-blue {
  background-color: #000;
}

.form-success {
  padding: 32px;
  border-radius: 6px;
  background-color: #d4e9ff;
  color: #444;
  font-size: 16px;
  line-height: 1.4em;
}

.sg-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sg-section {
  position: relative;
  z-index: 0;
  padding: 60px 80px 60px 60px;
  color: #fff;
  text-align: left;
}

.ds-colour-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.field-block {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 20px;
  min-width: 50px;
  margin-bottom: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid transparent;
}

.heading {
  font-family: Manrope, sans-serif;
  font-weight: 700;
}

.heading.h3 {
  margin-bottom: 20px;
  font-family: Manrope, sans-serif;
  font-size: 1.4em;
  line-height: 1.4em;
  font-weight: 700;
}

.heading.h3.green {
  background-color: transparent;
  color: #7efe92;
}

.heading.h3.margin-left {
  margin-bottom: 20px;
  margin-left: 20px;
}

.heading.h3.pink {
  color: #ff678c;
}

.heading.h3.yellow {
  color: #fffb7c;
}

.heading.h1 {
  margin-bottom: 18px;
  font-size: 6.875em;
  line-height: 1.1em;
}

.heading.h2 {
  margin-bottom: 20px;
  font-family: Manrope, sans-serif;
  font-size: 4.25em;
  line-height: 1.3em;
}

.heading.testimonial {
  font-size: 1.4em;
  line-height: 1.4em;
}

.button {
  margin-top: 0px;
  margin-bottom: 8px;
  margin-left: 0px;
  padding: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0px;
  background-color: #fefefe;
  box-shadow: 11px 11px 0 0 #242424;
  font-family: Manrope, sans-serif;
  color: #000;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.button:hover {
  margin-top: 8px;
  margin-left: 8px;
  background-color: #fff;
  box-shadow: 3px 3px 0 0 #242424;
}

.button:active {
  background-color: #fffb7c;
}

.sg-title {
  margin-bottom: 8px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fefefe;
  font-size: 24px;
  line-height: 1.4em;
}

.ds-section-header {
  margin-bottom: 50px;
}

.text-box {
  max-width: 750px;
}

.text-box._600px {
  max-width: 600px;
  min-height: 64px;
}

.text-box._90 {
  max-width: 90%;
}

.text-box._50 {
  max-width: 50%;
}

.sg-label {
  margin-top: 32px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #808c91;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.field-label {
  color: #4c5458;
  font-size: 14px;
  font-weight: 500;
}

.block-quote {
  border-left-color: #9ec5fa;
  color: #fefefe;
  font-size: 18px;
  line-height: 1.4em;
}

.container {
  padding-right: 7.75em;
  padding-left: 7.75em;
}

.container-2 {
  max-width: 1600px;
}

.body {
  background-color: #000;
}

.list {
  padding-left: 24px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
}

.section {
  color: #fefefe;
}

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

.section.padding-100.green {
  background-color: #7efe92;
  color: #000;
}

.section.padding-100.green.no-bottom-margin {
  padding-bottom: 40px;
}

.section.padding-100.green.no-bottom-margin.no-bottom-padding {
  padding-bottom: 0px;
}

.section.padding-100.blue {
  background-color: #5444ff;
}

.section.padding-100.yellow {
  background-color: #fffb7c;
  color: #000;
}

.section.padding-40 {
  overflow: hidden;
  padding-bottom: 100px;
}

.section.padding-40.green {
  color: #000;
}

.section.padding-10050 {
  padding-top: 100px;
  padding-bottom: 50px;
}

.left-column {
  width: 50%;
}

.left-column.offset {
  width: 70%;
}

.right-column {
  width: 50%;
}

.right-column.first.offset {
  width: 40%;
}

.right-column.align-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

._2-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-right {
  padding-left: 24%;
}

.shape-wrapper {
  margin-top: -78px;
  margin-bottom: -176px;
}

.shape-wrapper.beta-sticker {
  position: absolute;
  left: auto;
  top: -11%;
  right: -3%;
  bottom: auto;
  width: 60%;
  margin-top: 0px;
}

.text-left {
  padding-right: 24%;
}

.underline-blue {
  background-image: url('../images/Underline.svg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.button-wrapper {
  height: 67px;
  float: none;
}

.button-wrapper.hide-mobile {
  width: 167px;
}

.left-shape-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Shape24-min.svg');
  background-position: 50% 50%;
  background-size: 70%;
  background-repeat: no-repeat;
}

.left-shape-header.climate {
  background-image: url('../images/Shape23-Pink-min.svg');
}

.left-shape-header.products {
  background-image: url('../images/Shape10-green-min.svg');
}

.grid-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  min-height: 36em;
  padding: 0.2em 2em 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #000;
}

.grid-card.dark {
  border-color: #fefefe;
}

.grid-card-image {
  width: 50%;
}

.shape {
  width: 100%;
}

.shape.pink {
  color: #ff678c;
}

.shape.yellow {
  color: #fffb7c;
}

.shape.blue {
  color: #5444ff;
}

.shape.black {
  color: #000;
}

.shape.green {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: transparent;
  color: #7efe92;
}

.about-images {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.profile-left {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 50%;
  padding-left: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #fefefe;
}

.profile {
  width: 100%;
  border-top: 1px solid #fefefe;
}

.profile-right {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 50%;
  padding-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #fefefe;
}

.div-block {
  width: 60%;
}

.div-block-2 {
  width: 40%;
}

.html-embed {
  color: #fefefe;
}

.hero-shape {
  width: 80%;
  margin-left: 0px;
}

.hero-title {
  width: 70%;
}

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

.footer-text {
  margin-bottom: 4px;
  opacity: 0.7;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
}

.footer-text.small {
  padding-right: 0px;
  opacity: 0.5;
  font-size: 14px;
}

.newsletter-cta {
  width: 100%;
  float: right;
  cursor: pointer;
}

.newsletter-cta:hover {
  opacity: 0.89;
  outline-color: #000;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  -webkit-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  transform: rotate(6deg);
  mix-blend-mode: normal;
}

.link-block {
  width: 50%;
  float: right;
}

.link {
  color: #fefefe;
  cursor: pointer;
}

.link:hover {
  color: #5444ff;
}

.link.yellow {
  color: #fffb7c;
}

.link.yellow:hover {
  color: #7efe92;
}

.link.pink {
  color: #ff678c;
}

.link.pink:hover {
  color: #7efe92;
}

.block-quote-2 {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 86em;
  margin-right: auto;
  margin-left: auto;
  padding: 1.09375em 2.1875em 2.1875em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav.black {
  color: #fefefe;
}

.nav-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pmnz {
  margin-left: 1em;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Manrope, sans-serif;
  font-size: 1.125em;
  line-height: 1.3em;
  font-weight: 700;
  letter-spacing: 2px;
}

.pmnz.footer-logo {
  color: #fefefe;
}

.image {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 1em;
}

.green {
  background-color: #7efe92;
}

.nav-wrapper-green {
  position: static;
  top: 0px;
  background-color: #7efe92;
  color: #000;
}

.nav-wrapper-light {
  position: static;
  top: 0px;
  background-color: #000;
  color: #fefefe;
}

.nav-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  padding-right: 2em;
  padding-left: 2em;
  font-family: Manrope, sans-serif;
  color: #242424;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.nav-link.w--current {
  padding-right: 2em;
  padding-left: 2em;
}

.nav-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-decoration: none;
}

.nav-logo.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 230px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.menu-item {
  font-size: 1.2em;
}

.grid-2 {
  -ms-grid-columns: 1.75fr 1fr;
  grid-template-columns: 1.75fr 1fr;
  -ms-grid-rows: auto 7.1875rem;
  grid-template-rows: auto 7.1875rem;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Manrope, sans-serif;
  color: #fefefe;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

.names {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-left: 0px;
  font-family: Manrope, sans-serif;
  font-size: 1.5em;
  line-height: 1.5em;
}

.small-footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-left: 3.375em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.footer-end {
  max-width: 86em;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2.1875em;
  padding-left: 2.1875em;
}

.pmnz-icon {
  width: 2.5em;
  height: 2.5em;
}

.grid-program {
  -ms-grid-columns: 1.75fr 1fr;
  grid-template-columns: 1.75fr 1fr;
  -ms-grid-rows: auto 7.1875rem;
  grid-template-rows: auto 7.1875rem;
}

.nav-links {
  padding-right: 30px;
}

.link-pink {
  color: #ff678c;
}

.link-pink:hover {
  color: #fffb7c;
}

.link-yellow {
  color: #fffb7c;
}

.link-yellow:hover {
  color: #7efe92;
}

.link-white {
  color: #fefefe;
}

.link-white:hover {
  color: #fffb7c;
}

.testimonial-wrapper {
  width: 44em;
  height: 44em;
  margin-top: -100px;
  margin-bottom: -220px;
  float: right;
  background-image: url('../images/Shape22-yellow-min.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #000;
}

.testimonial-inner-wrapper {
  padding: 15.8em 9.225em 13.925em;
}

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

.image-2 {
  display: none;
}

.testimonial-wrapper-2 {
  width: 44em;
  height: 44em;
  margin-top: -110px;
  margin-bottom: -65px;
  float: right;
  background-image: url('../images/Shape22-pink-min.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #000;
}

.strike-red {
  background-image: url('../images/Underline.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.beta-sticker {
  width: 50%;
  float: right;
}

.section-2 {
  color: #fefefe;
}

.link-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fefefe;
}

.link-profile:hover {
  color: #7efe92;
}

.image-3 {
  cursor: pointer;
}

.image-4 {
  cursor: pointer;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 6.875rem;
  }

  .sg-content {
    margin-left: 0px;
  }

  .sg-section {
    position: relative;
  }

  .list {
    line-height: 1.5em;
  }

  .left-column {
    width: 50%;
    margin-right: 10px;
  }

  .right-column {
    width: 50%;
    margin-left: 10px;
  }

  ._2-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .underline-blue {
    -o-object-fit: fill;
    object-fit: fill;
  }

  .button-wrapper.hide-mobile {
    width: 166px;
  }

  .left-shape-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav {
    margin-right: auto;
    margin-left: auto;
  }

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

  .strike-red {
    -o-object-fit: fill;
    object-fit: fill;
  }
}

@media screen and (max-width: 991px) {
  .sg-block {
    margin-bottom: 40px;
  }

  .grid {
    margin-left: 0px;
  }

  ._1-2-grid {
    margin-left: 0px;
  }

  ._12-columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  ._2-1-grid {
    margin-left: 0px;
  }

  .column {
    width: 50%;
  }

  .sg-content {
    position: static;
    width: 100%;
    margin-left: 0px;
    border-left-style: none;
  }

  .heading.h3 {
    font-size: 18px;
  }

  .heading.h1 {
    width: 80%;
  }

  .button {
    position: relative;
  }

  .container {
    padding-right: 2.6125em;
    padding-left: 2.6125em;
  }

  .text-right {
    padding-left: 10%;
  }

  .text-left {
    padding-right: 10%;
  }

  .hero-shape {
    width: 170%;
    margin-left: -50%;
  }

  .nav {
    padding-right: 2.6125em;
    padding-left: 2.6125em;
  }

  .pmnz {
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .nav-link {
    padding-right: 1em;
    padding-left: 1em;
  }

  .nav-link.w--current {
    padding-left: 0em;
  }

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

  .names {
    margin-top: 10px;
  }

  .small-footer-wrapper {
    padding-left: 5.775em;
  }

  .pmnz-icon {
    font-size: 1.2rem;
  }

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

  .nav-links {
    padding-right: 0px;
  }

  .testimonial-wrapper {
    width: 47em;
    height: 47em;
    margin-bottom: -157px;
  }

  .testimonial-wrapper-2 {
    width: 46em;
    height: 46em;
    margin-top: -123px;
    margin-bottom: -87px;
  }
}

@media screen and (max-width: 767px) {
  .grid {
    margin-left: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid.desk-3.tab-3 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid.desk-4.tab-4 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid.desk-4.mobile-1.padding-40 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid.desk-2.tab-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  ._1-2-grid {
    margin-left: 0px;
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
  }

  ._12-columns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  ._2-1-grid {
    margin-left: 0px;
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
  }

  .column.desk-4 {
    width: 100%;
  }

  .spacer {
    height: 32px;
  }

  .ds-colour-block {
    width: 25%;
  }

  .sg-content {
    margin-left: 0px;
  }

  .sg-section {
    padding-right: 30px;
    padding-left: 30px;
  }

  .field-block {
    min-height: auto;
  }

  .heading.h1 {
    width: 100%;
    font-size: 3.4rem;
  }

  .heading.h2 {
    font-size: 3em;
  }

  .text-right {
    padding-left: 10%;
  }

  .text-left {
    padding-right: 10%;
  }

  .button-wrapper.hide-mobile {
    display: none;
  }

  .left-shape-header {
    background-size: contain;
  }

  .hero-shape {
    width: 100%;
    height: 130%;
    margin-left: 0%;
  }

  .footer-text {
    font-size: 15px;
  }

  .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-left {
    margin-top: 10px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .nav-right {
    width: 100%;
    margin-top: 10%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .nav-link {
    padding-right: 1.2em;
    padding-left: 0em;
  }

  .menu-item {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .names {
    margin-left: 13px;
    font-size: 1.3em;
  }

  .small-footer-wrapper {
    padding-left: 5.975em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .testimonial-wrapper {
    display: block;
    width: 38em;
    height: 38em;
    margin-bottom: -144px;
    margin-left: 25px;
  }

  .testimonial-inner-wrapper {
    padding: 11.325em 7.225em 6.125em;
  }

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

  .testimonial-wrapper-2 {
    display: block;
    width: 38em;
    height: 38em;
    margin-bottom: -64px;
    margin-left: 25px;
  }
}

@media screen and (max-width: 479px) {
  .grid.desk-3.tab-3.mobile-1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid.desk-4.mobile-1 {
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .grid.desk-4.mobile-1.padding-40 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .column {
    margin-bottom: 0px;
  }

  .text-input {
    width: 100%;
  }

  .color-block {
    margin-bottom: 20px;
  }

  .sg-section {
    padding-right: 16px;
    padding-left: 16px;
  }

  .heading.h3 {
    display: block;
  }

  .heading.h3.margin-left {
    margin-left: 10px;
  }

  .heading.h1 {
    font-size: 3.1rem;
  }

  .heading.testimonial {
    font-size: 16px;
    line-height: 1.5em;
  }

  .button {
    width: 100%;
    font-size: 16px;
  }

  .text-box._90 {
    max-width: 100%;
  }

  .container.testimonials {
    padding-right: 0em;
    padding-left: 0em;
  }

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

  .section.padding-40 {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .section.padding-40.green {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .section.padding-40.green.header {
    background-image: url('../images/Shape28-White.svg');
    background-position: 200% 0%;
    background-size: 80%;
    background-repeat: no-repeat;
  }

  .left-column {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .left-column.first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .left-column.last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .left-column.offset {
    width: 100%;
  }

  .right-column {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .right-column.first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .right-column.first.offset.align-bottom {
    width: 100%;
  }

  ._2-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-right {
    padding-left: 0%;
  }

  .shape-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .shape-wrapper.beta-sticker {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .shape-wrapper.hide {
    display: none;
  }

  .text-left {
    padding-right: 0%;
  }

  .button-wrapper {
    float: none;
  }

  .left-shape-header {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .shape {
    width: 70%;
  }

  .hero-shape {
    width: 250%;
    margin-left: -1%;
  }

  .hero-shape.hide-mobile {
    display: none;
  }

  .footer-text.small {
    padding-right: 0px;
  }

  .newsletter-cta.hide {
    display: none;
  }

  .nav-link {
    padding-right: 0em;
    font-size: 16px;
  }

  .nav-link.w--current {
    padding-right: 0em;
  }

  .nav-link.hide-mobile {
    padding-right: 0em;
  }

  .menu-item {
    margin-top: 10px;
    font-size: 1rem;
  }

  .grid-2 {
    -ms-grid-columns: 1.75fr;
    grid-template-columns: 1.75fr;
    -ms-grid-rows: auto 12.9375rem;
    grid-template-rows: auto 12.9375rem;
  }

  .names {
    font-size: 1.2em;
  }

  .small-footer-wrapper {
    padding-left: 5.8em;
  }

  .grid-program {
    -ms-grid-columns: 1.75fr;
    grid-template-columns: 1.75fr;
    -ms-grid-rows: auto 12.9375rem;
    grid-template-rows: auto 12.9375rem;
  }

  .testimonial-wrapper {
    position: relative;
    overflow: hidden;
    width: 37em;
    height: 37em;
    margin: -37px auto -57px -21px;
    float: none;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .testimonial-inner-wrapper {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 5;
    padding-right: 8.025em;
    padding-bottom: 9.325em;
  }

  .grid-3 {
    overflow: visible;
  }

  .image-2 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 0;
    display: block;
    min-height: 100%;
    min-width: 100%;
  }

  .testimonial-wrapper-2 {
    position: relative;
    overflow: hidden;
    width: 37em;
    height: 37em;
    margin: -62px auto -57px -21px;
    float: none;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }
}

#w-node-_9b8f54b4-8766-4cba-722a-9c318a6f15b2-d946e655 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
}

#w-node-_4d265b0f-172c-f9ed-d034-629eeb10f8cd-d946e655 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_3e47ee3f-d028-d87a-ed70-5ebdc04513df-d946e655 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a77d1783-1c02-586b-81ca-cd59c94c1937-d946e655 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_65279fd6-7f9d-5332-9035-fe7b8baa5317-d946e655 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_44dd9441-d0c4-9794-66d3-3589e9a4286b-d946e655 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5e356ab4-5c10-2f26-8a5d-f9d61dc4aa9d-d946e655 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_33037387-4973-ce22-9193-474ad511d765-d946e655 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-eded75f0-9997-3d58-9367-daf981b8889d-d946e655 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_37435d13-2d8e-9262-6928-bbcf36ab6533-d946e655 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_37435d13-2d8e-9262-6928-bbcf36ab6535-d946e655 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_37435d13-2d8e-9262-6928-bbcf36ab6539-d946e655 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b720c82f-b118-4a0a-9ea9-8d8c21685030-2168501b {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_99bc2527-a13c-ca4c-ff64-9a01669cef06-9e2c0804 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_99bc2527-a13c-ca4c-ff64-9a01669cef0e-9e2c0804 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_65279fd6-7f9d-5332-9035-fe7b8baa5317-5046e65e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_44dd9441-d0c4-9794-66d3-3589e9a4286b-5046e65e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5e356ab4-5c10-2f26-8a5d-f9d61dc4aa9d-5046e65e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_9b8f54b4-8766-4cba-722a-9c318a6f15b2-d946e655 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_8943decf-88db-f08d-983a-ab842e1c4e84-d946e655 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9b8f54b4-8766-4cba-722a-9c318a6f15b2-d946e655 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-dea3a387-80cf-5bf7-b1b3-29db0bcb3046-d946e655 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b720c82f-b118-4a0a-9ea9-8d8c21685030-2168501b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

