.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-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

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

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

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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

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

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

body {
  color: #2a2f31;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5em;
}

h1 {
  max-width: 43rem;
  margin: 0 0 25px;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.1;
}

h2 {
  max-width: 43rem;
  margin: 10px auto 20px;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  max-width: 43rem;
  margin: 10px auto;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
}

h4 {
  max-width: 43rem;
  margin: 10px auto 20px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
}

h5 {
  max-width: 43rem;
  text-transform: none;
  margin: 10px auto 20px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
}

h6 {
  max-width: 43rem;
  letter-spacing: .4px;
  text-transform: none;
  margin: 10px auto 20px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
}

p {
  max-width: 43rem;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  line-height: 1.7em;
}

a {
  color: #2a2f31;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  max-width: 43rem;
  margin: 20px auto;
  padding-left: 17px;
  list-style-type: square;
}

ol {
  max-width: 43rem;
  margin: 0 auto 10px;
  padding-left: 25px;
  list-style-type: decimal;
}

li {
  margin-bottom: 6px;
  padding-left: 10px;
}

img {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: fill;
  margin-top: 15px;
  margin-bottom: 15px;
  display: inline-block;
}

label {
  color: #4c5458;
  margin-bottom: 5px;
  font-size: .9rem;
  font-weight: 500;
  display: block;
}

blockquote {
  width: 100%;
  color: #808c91;
  text-align: left;
  border-left: 5px solid #afb7bb;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px 20px;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.4em;
}

figcaption {
  color: #4c5458;
  text-align: center;
  margin-top: 6px;
  margin-bottom: 40px;
  font-size: .8rem;
  font-style: italic;
  line-height: 1.4;
}

.sg-nav {
  width: 240px;
  height: 0;
  border-right: 1px solid #ced5db;
  position: fixed;
  top: 0%;
  bottom: 0;
  right: auto;
}

.sg-menu-brand {
  margin-top: 40px;
  margin-bottom: 50px;
  margin-left: 30px;
  padding-left: 0;
}

.sg-menu-brand.w--current {
  margin-bottom: 32px;
}

.sg-menu {
  width: 100%;
}

.sg-menu-link {
  width: 100%;
  color: #4c5458;
  border-left: 4px solid rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 27px;
  line-height: 1.4em;
  transition: background-color .2s, color .2s;
}

.sg-menu-link:hover {
  color: #111314;
}

.sg-menu-link.w--current {
  color: #0f42c3;
  background-color: #e1e5e7;
  padding-right: 0;
  font-weight: 600;
}

.sg-menu-link.unique {
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px dotted #e1e5e7;
  border-bottom: 1px dotted #e1e5e7;
  font-weight: 700;
}

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

.sg-description {
  max-width: 400px;
  color: #929aa1;
  margin-left: 0;
}

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

.small-button {
  color: #fff;
  text-align: center;
  background-color: #4c5458;
  border-radius: 4px;
  flex: none;
  margin-bottom: 16px;
  padding: 6px 16px;
  font-size: .7rem;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .03);
}

.small-button:hover {
  color: #fff;
  background-color: #808c91;
  box-shadow: 0 7px 20px -10px rgba(0, 0, 0, .2);
}

.small-button:active {
  background-color: #111314;
}

.small-button.light {
  color: #356af0;
  background-color: #d0e8ff;
  margin-right: 0;
}

.small-button.light:hover {
  color: #0f42c3;
  background-color: #9ec5fa;
}

.small-button.light:active {
  color: #fff;
  background-color: #356af0;
}

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

._1-2-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: grid;
  position: relative;
}

.form {
  margin-bottom: 8px;
}

._12-columns {
  flex-flow: wrap;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
}

._12-columns.align-left {
  justify-content: flex-start;
}

.tab-link {
  width: 140px;
  opacity: .5;
  color: #4c5458;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid #afb7bb;
  flex: 0 auto;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 20px;
  font-size: 1rem;
  transition: border-color .2s, color .2s;
}

.tab-link:hover {
  color: #2a2f31;
  border-bottom-color: #4c5458;
}

.tab-link.w--current {
  opacity: 1;
  color: #4c5458;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #808c91;
  font-weight: 700;
}

._2-1-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: grid;
  position: relative;
}

.column {
  min-height: 32px;
  flex-flow: column;
  flex: 0 auto;
  align-items: stretch;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.column.desk-3 {
  width: 25%;
  flex: none;
}

.column.desk-6 {
  width: 50%;
}

.column.desk-1 {
  width: 8.33%;
  flex: 0 auto;
}

.column.desk-8 {
  width: 66.6667%;
}

.column.desk-10 {
  width: 83.33%;
}

.column.desk-5 {
  width: 41.66%;
}

.column.desk-2 {
  width: 16.66%;
}

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

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

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

.column.desk-7 {
  width: 58.3333%;
}

.column.desk-11 {
  width: 91.66%;
}

.spacer-16 {
  width: 16px;
  height: 16px;
  background-color: rgba(0, 0, 0, 0);
}

.spacer-16._48 {
  width: 48px;
  height: 16px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  margin-left: auto;
  margin-right: auto;
}

.spacer-16._32 {
  width: 32px;
  height: 32px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
}

.spacer-16._24 {
  width: 24px;
  height: 24px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
}

.spacer-16._16 {
  width: 16px;
  height: 16px;
  background-color: rgba(0, 0, 0, 0);
}

.form-input {
  height: 43px;
  background-color: #f0f2f3;
  border: 1px solid #e1e5e7;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 18px 16px;
  font-size: 15px;
  line-height: 1.4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .01);
}

.form-input:focus {
  border-color: #529dff;
}

.form-input::-ms-input-placeholder {
  color: #afb7bb;
}

.form-input::placeholder {
  color: #afb7bb;
}

.form-input.form-comments {
  min-height: 120px;
  background-color: #f0f2f3;
  margin-bottom: 10px;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 1.4em;
}

.form-input.pick-date {
  color: #2a2f31;
  background-color: #fff;
}

.form-input.pick-date::-ms-input-placeholder {
  color: #2a2f31;
}

.form-input.pick-date::placeholder {
  color: #2a2f31;
}

.form-input.pick-date-time {
  color: #2a2f31;
  background-color: #fff;
}

.form-input.pick-date-time::-ms-input-placeholder {
  color: #2a2f31;
}

.form-input.pick-date-time::placeholder {
  color: #2a2f31;
}

.form-input.pick-date-human {
  color: #2a2f31;
  background-color: #fff;
}

.form-input.pick-date-human::-ms-input-placeholder {
  color: #2a2f31;
}

.form-input.pick-date-human::placeholder {
  color: #2a2f31;
}

.form-input.pick-date-multiple {
  color: #2a2f31;
  background-color: #fff;
}

.form-input.pick-date-multiple::-ms-input-placeholder {
  color: #2a2f31;
}

.form-input.pick-date-multiple::placeholder {
  color: #2a2f31;
}

.form-input.pick-date-multiple-human {
  color: #2a2f31;
  background-color: #fff;
}

.form-input.pick-date-multiple-human::-ms-input-placeholder {
  color: #2a2f31;
}

.form-input.pick-date-multiple-human::placeholder {
  color: #2a2f31;
}

.form-input.pick-date-time-human {
  color: #2a2f31;
  background-color: #fff;
}

.form-input.pick-date-time-human::-ms-input-placeholder {
  color: #2a2f31;
}

.form-input.pick-date-time-human::placeholder {
  color: #2a2f31;
}

.form-input.pick-date-range {
  color: #2a2f31;
  background-color: #fff;
}

.form-input.pick-date-range::-ms-input-placeholder {
  color: #2a2f31;
}

.form-input.pick-date-range::placeholder {
  color: #2a2f31;
}

.form-input.pick-date-range-human {
  color: #2a2f31;
  background-color: #fff;
}

.form-input.pick-date-range-human::-ms-input-placeholder {
  color: #2a2f31;
}

.form-input.pick-date-range-human::placeholder {
  color: #2a2f31;
}

.form-input.search {
  height: 60px;
  border-radius: 6px 0 0 6px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.form-input.search-field {
  height: 60px;
  border-radius: 3px 0 0 3px;
}

.paragraph {
  margin-bottom: 20px;
  line-height: 1.5em;
}

.paragraph.small {
  opacity: .75;
  font-size: .9rem;
}

.paragraph.small.sub-heading {
  margin-bottom: 0;
}

.paragraph.large {
  font-size: 1.3rem;
}

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

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

.visible-spacer {
  background-color: #d0e8ff;
  border-radius: 5px;
  display: inline-block;
}

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

.form-select:hover, .form-select:focus {
  color: #37474e;
}

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

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

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

.rich-text img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 6px;
}

.ds-module {
  min-height: 100px;
  min-width: 100px;
  background-color: #d0e8ff;
  border-radius: 5px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.vertical-tab {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
}

.tabs-menu {
  width: 100%;
  justify-content: center;
  margin-bottom: 48px;
  display: flex;
}

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

.check-box {
  width: 100%;
  height: 20px;
  margin: 0 0 10px;
}

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

.column-styleguide {
  width: 100%;
  height: 40px;
  background-color: #fff;
  border-radius: 6px;
}

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

.color-block.back-blue {
  background-color: #e9f3fd;
  border: 1px solid #e1e5e7;
}

.color-block.soft-grey {
  background-color: #afb7bb;
}

.color-block.back-grey {
  background-color: #f0f2f3;
  border: 1px solid #e1e5e7;
}

.color-block.light-grey {
  background-color: #808c91;
}

.color-block.grey {
  background-color: #4c5458;
}

.color-block.blue {
  background-color: #356af0;
}

.color-block.silver {
  background-color: #e1e5e7;
}

.color-block.dark-grey {
  background-color: #2a2f31;
}

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

.color-block.light-blue {
  background-color: #529dff;
  border-style: none;
}

.color-block.soft-blue {
  background-color: #9ec5fa;
}

.color-block.dark-blue {
  background-color: #0f42c3;
}

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

.color-block.white-blue {
  background-color: #fff;
  border: 1px solid #e9f3fd;
}

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

.sg-content {
  max-width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 240px;
  display: flex;
}

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

.sg-section.header {
  color: #fff;
  background-color: #4c5458;
  padding-top: 10px;
  padding-bottom: 40px;
}

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

.field-block {
  z-index: 1;
  min-height: 20px;
  min-width: 50px;
  border: 1px solid rgba(0, 0, 0, 0);
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  margin-bottom: 8px;
  display: flex;
}

.heading.xxl {
  margin-bottom: 18px;
  font-size: 45px;
  line-height: 1.25em;
}

.heading.xl {
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 1.3em;
}

.heading.nav-link {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.heading.l {
  font-size: 30px;
  line-height: 1.3;
}

.button {
  height: 43px;
  color: #fff;
  text-align: center;
  background-color: #4c5458;
  border-radius: 6px;
  flex-direction: column;
  flex: none;
  margin-bottom: 8px;
  padding: 11px 32px;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  display: inline-block;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .03);
}

.button:hover {
  background-color: #2a2f31;
  box-shadow: 0 7px 20px -10px rgba(0, 0, 0, .2);
}

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

.sg-title {
  color: #3f3b35;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1.4em;
}

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

.text-box-small {
  max-width: 400px;
  display: block;
}

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

.text-box-small._800px {
  max-width: 800px;
  min-height: 64px;
}

.text-box-small.visible {
  background-color: #d0e8ff;
  border-radius: 3px;
}

.sg-body {
  background-color: #fff;
  margin-left: 0;
}

.sg-label {
  color: #808c91;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
}

.sg-nav-container {
  width: 240px;
  height: 100vh;
  background-color: #e1e5e7;
}

.text-block {
  color: #111314;
  text-transform: uppercase;
  border-left: 3px solid #808c91;
  padding-left: 6px;
  font-size: 23px;
  font-weight: 700;
}

._2-grid {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin: 20px auto;
  display: grid;
  position: relative;
}

._2-grid.no-padding-margin {
  grid-row-gap: 0px;
}

._2-grid.newsletter {
  grid-column-gap: 0px;
  grid-template-columns: 3fr .25fr;
}

._3-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin: 20px auto;
  padding: 0;
  display: grid;
  position: relative;
}

._4-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: grid;
  position: relative;
}

.opacity-80 {
  opacity: .8;
}

.opacity-60 {
  opacity: .6;
}

.opacity-40 {
  opacity: .2;
}

.opacity-20 {
  opacity: .4;
}

.hidden {
  display: none;
}

.text-align-center {
  text-align: center;
  margin-bottom: 0;
  font-style: normal;
}

.r-align {
  text-align: right;
}

.num-list {
  max-width: 43rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  list-style-type: decimal;
}

.intxt {
  color: #111314;
  text-decoration: underline;
}

.intxt:hover {
  color: #808c91;
  text-decoration: underline;
}

.colour-only {
  background-color: #fff;
  border-radius: 5px;
  padding: 25px;
  display: block;
}

.note-text {
  color: #808c91;
  letter-spacing: .5px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0;
  font-size: .7rem;
  font-style: italic;
}

.class-name {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  margin-left: 5px;
  margin-right: 10px;
  padding: 5px 9px;
  font-size: 14px;
  display: inline-block;
}

.class-name.dark-sm {
  width: auto;
  color: #808c91;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border-color: #afb7bb;
  border-radius: 3px;
  flex: 0 auto;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 9px;
  padding-right: 9px;
  display: inline-block;
}

.class-name.dark-sm.mute {
  opacity: .5;
}

.selector-wrapper {
  background-color: #e1e5e7;
  border-radius: 3px;
  margin-top: 32px;
  margin-bottom: 10px;
  padding: 4px;
}

.selector-wrapper.light {
  background-color: #2a2f31;
}

.centre-screen {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.html-embed {
  background-color: #d0e8ff;
  margin-bottom: 10px;
  padding: 15px;
}

.text-color-blue {
  color: #529dff;
  font-weight: 400;
}

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

.text-muted {
  color: #afb7bb;
}

.text-allcaps {
  text-transform: uppercase;
}

.divider-small {
  height: 1px;
  background-color: #f0f2f3;
  margin-top: 20px;
  margin-bottom: 20px;
}

.fontawesome-icon-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.fa-icon-normal {
  color: #111314;
  margin-left: 0;
  margin-right: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 1.2rem;
  line-height: 1;
}

.fa-icon-normal.ico-small {
  font-size: .8rem;
}

.fa-icon-normal.margin-right-5 {
  margin-right: 5px;
}

.div-block-2 {
  width: 100%;
  height: 80px;
  color: #529dff;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  display: flex;
}

.social-icon {
  width: 24px;
  color: #111314;
  font-family: "Fa brands 400", sans-serif;
  font-size: 1.2rem;
  line-height: 1em;
}

.horizontal-tab {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.tabs-content {
  flex: 1;
}

.tabs-menu-left {
  width: auto;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 48px;
  margin-right: 30px;
  padding-top: 15px;
  display: flex;
}

.left-tab-link {
  width: 140px;
  opacity: .5;
  color: #4c5458;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px dotted #afb7bb;
  flex: 0 auto;
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 20px 15px 0;
  font-size: 18px;
  transition: border-color .2s, color .2s;
}

.left-tab-link:hover {
  color: #2a2f31;
  border-bottom-color: #4c5458;
}

.left-tab-link.w--current {
  opacity: 1;
  color: #2a2f31;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-style: solid;
  border-bottom-color: #808c91;
  font-weight: 700;
}

.navbar {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding: 10px 20px;
}

.brand, .image {
  height: 60px;
}

.nav-wrapper {
  color: #0f42c3;
  padding: 20px;
}

.nav-wrapper:hover {
  color: #4c5458;
}

.nav-wrapper.dropdown {
  color: #0f42c3;
  padding-right: 35px;
}

.nav-wrapper.dropdown:hover {
  color: #4c5458;
}

.dropdown-arrow {
  opacity: .4;
  margin-right: 15px;
}

.nav-menu {
  text-align: right;
  justify-content: flex-end;
  display: flex;
}

.dropdown-list.w--open {
  color: #0f42c3;
  background-color: #f0f2f3;
  border-radius: 3px;
  overflow: hidden;
}

.dropdown-link {
  color: #356af0;
}

.wrapper-social {
  width: auto;
  height: 60px;
  justify-content: flex-end;
  align-items: center;
  padding-top: 0;
  padding-left: 10px;
  display: flex;
}

.nav-social-wrapper {
  color: #2a2f31;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 17px;
}

.nav-social-wrapper:hover {
  color: #0f42c3;
  text-decoration: none;
}

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

.wrapper-social-v2 {
  width: auto;
  height: 30px;
  justify-content: flex-end;
  align-items: center;
  padding-top: 0;
  padding-left: 10px;
  display: flex;
}

.image-v2 {
  height: 80px;
}

.nav-wrapper-v2 {
  color: #0f42c3;
  padding: 10px 20px;
}

.nav-wrapper-v2:hover {
  color: #4c5458;
}

.nav-wrapper-v2.dropdown {
  color: #0f42c3;
  padding-right: 35px;
}

.nav-wrapper-v2.dropdown:hover {
  color: #4c5458;
}

.nav-wrapper-v2.last-nav {
  padding-right: 8px;
}

.navbar-v2 {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding: 15px 20px;
}

.header-1 {
  height: 80vh;
  margin-bottom: 0;
  position: relative;
}

.img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-3 {
  position: absolute;
  top: auto;
  bottom: 40px;
  left: 40px;
  right: auto;
}

.sub-heading {
  margin-bottom: 6px;
  font-size: 1.1rem;
  font-weight: 600;
}

.header-2 {
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.hv3-image-wrapper {
  height: 500px;
}

.div-block-4 {
  padding-top: 40px;
  padding-left: 30px;
}

.hv3-paragraph-wrapper {
  padding-top: 40px;
  padding-right: 30px;
}

.div-block-5 {
  padding-left: 30px;
}

.text-size-xsmall {
  font-size: .75rem;
  line-height: 1.5;
}

.margin-bottom {
  margin: 0 0 0;
}

.margin-bottom.margin-small {
  margin-bottom: 40px;
}

.margin-bottom.margin-xsmall {
  margin-bottom: 10px;
}

.text-size-small {
  margin-bottom: 9px;
  font-size: .875rem;
  line-height: 1.5;
}

.text-size-small.date {
  display: inline-block;
}

.text-size-small.date.dash-divider {
  opacity: .25;
  margin-left: 5px;
  margin-right: 5px;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large.white-bg {
  height: 200px;
  background-color: #fff;
  padding-top: 0;
}

.container-large.white-bg.centre-screen {
  z-index: 2;
  background-color: #fff;
  position: relative;
}

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

.text-size-medium {
  font-size: 1.125rem;
  line-height: 1.3;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.text-color-red {
  color: #ee3737;
}

.image-wrapper {
  width: 100%;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
  min-height: 0;
}

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

.heading-small {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}

.checkbox-wrapper {
  align-items: center;
  margin-bottom: 0;
  padding-left: 25px;
  display: flex;
}

.form-radio-wrapper {
  align-items: center;
  margin-bottom: 0;
  padding-left: 25px;
  font-size: .9rem;
  display: flex;
}

.heading-medium {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3em;
}

.heading-xsmall {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
}

.heading-xxlarge {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-size-large {
  font-size: 1.25rem;
  line-height: 1.5em;
}

.text-size-large.margin-bottom-40 {
  margin-left: 0;
}

.text-size-regular {
  font-size: 1rem;
  font-weight: 400;
}

.heading-xlarge {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.class-icon {
  color: #fff;
  background-color: #9f9f9f;
  border: 1px solid #fff;
  border-radius: 3px;
  margin-left: 0;
  margin-right: 5px;
  padding: 5px 9px;
  font-size: 14px;
  display: inline-block;
}

.image-2 {
  width: 18px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: inline-block;
}

.heading.xxl {
  margin-top: 0;
}

.site-wrapper {
  background-color: rgba(240, 242, 243, .1);
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
}

.max-width-small {
  max-width: 24rem;
  line-height: 1.4;
}

.sg-footer-section {
  z-index: 0;
  height: 600px;
  text-align: left;
  background-color: #fff;
  align-items: center;
  padding: 60px 80px 60px 60px;
  display: flex;
  position: relative;
}

.tagline {
  max-width: 43rem;
  text-transform: uppercase;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5;
}

.heading-large {
  font-size: 2rem;
  line-height: 1.2;
}

.nav-link-heading {
  font-size: 1rem;
  line-height: 1.2;
}

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

._404-component {
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

._404-pic {
  width: 280px;
}

.gs-header {
  background-color: #fff;
  padding: 20px 60px;
}

.svg-icons {
  width: 40px;
  height: 40px;
  color: #111314;
  font-size: 20px;
}

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

.colortheory-red {
  color: #fff;
  background-color: #e91c2b;
  padding: 20px;
}

.div-block-7 {
  margin-top: 20px;
}

.colortheory-orange {
  color: #fff;
  background-color: orange;
  padding: 20px;
}

.colortheory-yellow {
  color: #111314;
  background-color: #ff0;
  padding: 20px;
}

.colortheory-green {
  color: #fff;
  background-color: green;
  padding: 20px;
}

.colortheory-blue {
  color: #fff;
  background-color: #00f;
  padding: 20px;
}

.colortheory-pink {
  color: #fff;
  background-color: #d90a91;
  padding: 20px;
}

.colortheory-purple {
  color: #fff;
  background-color: purple;
  padding: 20px;
}

.colortheory-brown {
  color: #fff;
  background-color: #6d330d;
  padding: 20px;
}

.colortheory-black {
  color: #fff;
  background-color: #2a2f31;
  padding: 20px;
}

.colortheory-white {
  outline-offset: 0px;
  color: #2a2f31;
  background-color: #fff;
  border: 1px #000;
  outline: 3px #2a2f31;
  padding: 20px;
  box-shadow: inset 0 0 1px #000;
}

.html-embed-3 {
  color: #111314;
}

.para-large {
  margin-bottom: 20px;
  font-size: 1.3rem;
  line-height: 1.5;
}

.para-small {
  opacity: .75;
  margin-bottom: 20px;
  font-size: .9rem;
  line-height: 1.5;
}

.margin-bottom-140 {
  margin-bottom: 140px;
}

.button-light {
  height: 43px;
  color: #2a2f31;
  text-align: center;
  background-color: #afb7bb;
  border-radius: 6px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  padding: 8px 32px;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  display: flex;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .03);
}

.button-light:hover {
  color: #fff;
  background-color: #4c5458;
  box-shadow: 0 7px 20px -10px rgba(0, 0, 0, .2);
}

.button-light:active {
  color: #fff;
  background-color: #111314;
}

.button-outline {
  height: 43px;
  color: #2a2f31;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  flex: none;
  margin-bottom: 8px;
  padding: 11px 32px;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  box-shadow: inset 0 0 0 2px #2a2f31;
}

.button-outline:hover {
  color: #fff;
  background-color: #4c5458;
  box-shadow: inset 0 0 0 2px #4c5458;
}

.button-outline:active {
  background-color: #2a2f31;
  box-shadow: inset 0 0 0 2px #2a2f31;
}

.button-clear-left {
  height: 43px;
  box-shadow: none;
  color: #2a2f31;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  flex: none;
  margin-bottom: 8px;
  margin-left: 0;
  margin-right: 8px;
  padding: 8px 16px 8px 0;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  display: inline-block;
}

.button-clear-left:hover {
  box-shadow: none;
  color: #111314;
}

.button-clear-left:active {
  color: #0a3092;
  background-color: #0a3092;
}

.button-clear {
  height: 43px;
  box-shadow: none;
  color: #2a2f31;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 8px 16px;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  display: flex;
}

.button-clear:hover {
  box-shadow: none;
  color: #0f42c3;
}

.button-clear:active {
  color: #0a3092;
  background-color: #0a3092;
}

.button-grey {
  height: 43px;
  box-shadow: none;
  color: #4c5458;
  text-align: center;
  background-color: #e1e5e7;
  border-radius: 6px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  padding: 8px 32px;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  display: flex;
}

.button-grey:hover {
  color: #2a2f31;
  background-color: #afb7bb;
  box-shadow: 0 7px 20px -10px rgba(0, 0, 0, .2);
}

.button-grey:active {
  color: #111314;
  background-color: #808c91;
}

.button-disabled {
  height: 43px;
  box-shadow: none;
  color: #fff;
  text-align: center;
  background-color: #e1e5e7;
  border-radius: 6px;
  flex: none;
  margin-bottom: 8px;
  padding: 8px 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
}

.button-disabled:hover {
  color: #fff;
  background-color: #afb7bb;
  box-shadow: 0 7px 20px -10px rgba(0, 0, 0, .2);
}

.button-disabled:active {
  background-color: #808c91;
}

.bullet-list {
  max-width: 43rem;
  margin-left: auto;
  margin-right: auto;
}

.margin-bottom-100 {
  margin-bottom: 100px;
}

.margin-bottom-medium {
  margin-bottom: 60px;
}

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

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

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

.divider-medium {
  height: 1px;
  background-color: #f0f2f3;
  margin-top: 50px;
  margin-bottom: 50px;
}

.divider-large {
  height: 1px;
  background-color: #f0f2f3;
  margin-top: 100px;
  margin-bottom: 100px;
}

.text-box-medium {
  max-width: 500px;
  display: block;
}

.text-box-medium.visible {
  max-width: 500px;
  background-color: #d0e8ff;
  border-radius: 3px;
}

.text-box-large {
  width: 100%;
  max-width: 600px;
  display: block;
}

.text-box-large.visible {
  max-width: 740px;
  background-color: #d0e8ff;
}

.visible {
  height: 80px;
  background-color: #d0e8ff;
}

.fa-icon-medium {
  color: #111314;
  margin-left: 0;
  margin-right: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.fa-icon-medium.margin-bottom-20 {
  opacity: 1;
}

.fa-icon-large {
  color: #111314;
  margin-left: 0;
  margin-right: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 3rem;
  line-height: 1;
}

.fa-icon-small {
  color: #111314;
  margin-left: 0;
  margin-right: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: .8rem;
  line-height: 1;
}

.tab-icon-small {
  color: #111314;
  margin-left: 0;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: .8rem;
  line-height: 1;
}

.image-3 {
  margin-left: auto;
  margin-right: auto;
}

.text-strikethrough {
  text-decoration: line-through;
}

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

.title-divider {
  width: 40px;
  height: 3px;
  background-color: #2a2f31;
  margin-top: 30px;
  margin-bottom: 30px;
}

.title-divider.text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.breadcrumb-wrapper {
  color: #808c91;
  background-color: #fff;
  align-items: center;
  padding: 10px;
  display: flex;
}

.breadcrumb-divider {
  opacity: .3;
  margin-left: 6px;
  margin-right: 6px;
}

.breadcrumb-link {
  line-height: 1em;
}

.breadcrumb-link.bc-home {
  font-weight: 700;
}

.pagination-wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
}

.pagination-link {
  width: 30px;
  height: 30px;
  color: #fff;
  background-color: #4c5458;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin-left: 6px;
  margin-right: 6px;
  font-size: .8rem;
  transition: background-color .3s;
  display: flex;
}

.pagination-link:hover {
  background-color: #111314;
}

.pagination-link.w--current {
  background-color: #808c91;
  font-size: .8rem;
}

.text-primary {
  color: #0f42c3;
}

.text-sucess {
  color: green;
}

.text-info {
  color: #529dff;
}

.text-warning {
  color: orange;
}

.text-danger {
  color: red;
}

.text-primary-wrapper {
  color: #fff;
  background-color: #529dff;
  border-radius: 3px;
  padding: 6px 15px;
  font-size: .8rem;
}

.text-success-wrapper {
  color: #2a2f31;
  background-color: #cbf3dd;
  border-radius: 3px;
  padding: 6px 15px;
  font-size: .8rem;
}

.text-info-wrapper {
  color: #2a2f31;
  background-color: #9ec5fa;
  border-radius: 3px;
  padding: 6px 15px;
  font-size: .8rem;
}

.text-warning-wrapper {
  color: #2a2f31;
  background-color: #fee7c4;
  border-radius: 3px;
  padding: 6px 15px;
  font-size: .8rem;
}

.text-danger-wrapper {
  color: #2a2f31;
  background-color: #f9d5cf;
  border-radius: 3px;
  padding: 6px 15px;
  font-size: .8rem;
}

.pager-link-pre {
  width: auto;
  height: 30px;
  color: #fff;
  background-color: #4c5458;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin-left: 6px;
  margin-right: 6px;
  padding-left: 10px;
  padding-right: 15px;
  font-size: .8rem;
  transition: background-color .3s;
  display: flex;
}

.pager-link-pre:hover {
  background-color: #111314;
}

.pager-link-pre.w--current {
  background-color: #356af0;
}

.breadcrumb-active {
  line-height: 1em;
}

.faq-accordion {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq-question {
  width: 100%;
  white-space: normal;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.faq-question-title {
  color: #2a2f31;
  white-space: normal;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 22px;
  line-height: 27px;
}

.faq-icon {
  width: 1.8rem;
  opacity: .5;
  color: #0f42c3;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  align-self: flex-start;
  margin-left: 1.5rem;
  padding: 4px;
}

.faq-answer {
  border-bottom: 1px dashed rgba(2, 85, 173, .1);
  overflow: hidden;
}

.pager-link-nex {
  width: auto;
  height: 30px;
  color: #fff;
  background-color: #4c5458;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin-left: 6px;
  margin-right: 6px;
  padding-left: 15px;
  padding-right: 10px;
  font-size: .8rem;
  transition: background-color .3s;
  display: flex;
}

.pager-link-nex:hover {
  background-color: #111314;
}

.pager-link-nex.w--current {
  background-color: #356af0;
}

.small-button-light {
  color: #2a2f31;
  text-align: center;
  background-color: #afb7bb;
  border-radius: 4px;
  flex: none;
  margin-bottom: 16px;
  padding: 6px 16px;
  font-size: .7rem;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .03);
}

.small-button-light:hover {
  color: #fff;
  background-color: #4c5458;
  box-shadow: 0 7px 20px -10px rgba(0, 0, 0, .2);
}

.small-button-light:active {
  background-color: #111314;
}

.small-button-outline {
  color: #2a2f31;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  flex: none;
  margin-bottom: 16px;
  padding: 6px 16px;
  font-size: .7rem;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, background-color .2s;
  box-shadow: inset 0 0 0 2px #4c5458;
}

.small-button-outline:hover {
  color: #fff;
  background-color: #4c5458;
  box-shadow: 0 7px 20px -10px rgba(42, 47, 49, .2);
}

.small-button-outline:active {
  background-color: #111314;
  box-shadow: 0 7px 20px -10px rgba(17, 19, 20, .2);
}

.pop-container {
  z-index: 1;
  max-width: 750px;
  flex: 1;
  position: relative;
}

.nav {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.nav.hp1 {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.main-links {
  color: #4c5458;
  text-transform: capitalize;
  margin-left: 20px;
  margin-right: 20px;
  padding: 6px 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.main-links:hover {
  color: #111314;
  text-decoration: none;
}

.main-links.w--current {
  color: #111314;
  border-bottom: 1px solid #111314;
}

.main-links.search {
  margin-right: 0;
  padding-left: 10px;
  padding-right: 0;
  font-family: "Fa solid 900", sans-serif;
}

.main-links.search-icon {
  width: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Fa solid 900", sans-serif;
  display: inline-block;
  position: static;
}

.main-links.so {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: -10px;
  padding-left: 20px;
  padding-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  display: flex;
}

.search-popup {
  z-index: 1000;
  background-color: rgba(51, 51, 51, .8);
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.dd-link {
  color: #2a2f31;
  background-color: #fff;
  border: 1px #e3f1fd;
  border-bottom: 1px solid #e1e5e7;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Open Sans, sans-serif;
}

.dd-link:hover {
  color: #111314;
  background-color: #e1e5e7;
}

.dd-link.w--current {
  color: #e3f1fd;
  background-color: #3fa2f7;
}

.dd-link.last-link {
  border-style: none;
  border-color: #000;
}

.cancel {
  height: 40px;
  text-align: center;
  text-transform: uppercase;
  background-color: #e3f1fd;
  background-image: linear-gradient(rgba(51, 51, 51, .5), rgba(51, 51, 51, .5));
  padding: 7px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  display: inline-block;
}

.cancel:hover {
  background-image: linear-gradient(rgba(51, 51, 51, .8), rgba(51, 51, 51, .8));
}

.form-2 {
  margin-bottom: 77px;
}

.form-2.popup {
  margin-bottom: 0;
}

.brand-2 {
  flex: 1;
  padding-top: 27px;
  padding-bottom: 27px;
}

.brand-2.w--current {
  flex: 1;
}

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

.form-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.logo-text {
  color: #2a2f31;
  font-family: Montserrat, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
}

.button-wrap {
  text-align: center;
}

.form-button {
  width: 100%;
  height: 50px;
  text-align: center;
  text-transform: uppercase;
  background-color: #3fa2f7;
  padding: 13px 30px 15px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  display: block;
}

.form-item.search {
  margin-bottom: 0;
}

.form-item.search::-ms-input-placeholder {
  color: rgba(51, 51, 51, .5);
  font-size: 14px;
  font-style: italic;
}

.form-item.search::placeholder {
  color: rgba(51, 51, 51, .5);
  font-size: 14px;
  font-style: italic;
}

.header-section {
  z-index: 2;
  width: auto;
  height: auto;
  background-color: #f0f2f3;
  background-image: linear-gradient(rgba(240, 242, 243, .6), rgba(240, 242, 243, .6)), url('../images/bw-mac.png');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 340px;
  justify-content: center;
  align-items: center;
  padding: 90px 40px;
  display: flex;
  position: relative;
}

.slider {
  height: 100%;
  background-color: #f0f2f3;
}

.header-title {
  width: 100%;
  float: none;
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5em;
  display: block;
}

.header-title.text-align-center {
  text-align: center;
}

.arrow {
  color: #4c5458;
  font-size: 1.5rem;
}

.block {
  height: 100%;
  color: #808c91;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e1e5e7;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
  transition: border .2s, color .2s;
  display: block;
  position: relative;
  overflow: hidden;
}

.block:hover {
  color: #111314;
  border-color: #111314;
  text-decoration: none;
}

.main-section {
  z-index: 2;
  background-color: #fff;
  padding: 90px 20px;
  position: relative;
  overflow: hidden;
}

.container-medium {
  width: 100%;
  max-width: 68rem;
  flex: 0 auto;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.section {
  z-index: 999;
  height: 80px;
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.slide-2 {
  width: 350px;
  margin-right: 40px;
}

.mask {
  width: 372px;
  height: auto;
  overflow: visible;
}

.left-arrow {
  width: 50px;
  height: 60px;
  color: #2a2f31;
  border: 1px solid #dde0e7;
  margin-top: -70px;
  padding-left: 0;
  font-size: 20px;
  line-height: 20px;
  transition: color .5s, background-color .5s;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.left-arrow:hover {
  color: #fff;
  background-color: #222;
}

.sider-card {
  min-height: 280px;
  color: rgba(51, 51, 51, .85);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #dde0e7;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  text-decoration: none;
  transition: background-color .6s;
  display: flex;
}

.sider-card:hover {
  color: #333;
  background-color: #e1e5e7;
  text-decoration: none;
}

.right-arrow {
  width: 50px;
  height: 60px;
  color: #2a2f31;
  border: 1px solid #dde0e7;
  margin-top: -70px;
  margin-left: 60px;
  font-size: 20px;
  line-height: 20px;
  transition: color .5s, background-color .5s;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.right-arrow:hover {
  color: #fff;
  background-color: #222;
}

.div-block-11 {
  margin-top: 100px;
}

.slide-nav-2 {
  display: none;
  overflow: visible;
}

.slide-nav-2:hover {
  color: #fff;
  background-color: #222;
}

.slider-2 {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

.tagline-lowercase {
  text-transform: none;
  margin-bottom: 0;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5;
}

.zero-block {
  height: 100%;
  color: #808c91;
  text-align: center;
  background-color: #fff;
  border: 1px #e1e5e7;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
  transition: border .2s, color .2s;
  display: block;
  position: relative;
}

.zero-block:hover {
  color: #111314;
  border-color: #3fa2f7;
  text-decoration: none;
}

.div-block-12 {
  height: auto;
  min-height: 270px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: static;
}

.text-box-wrapper-2 {
  text-align: left;
}

.selector-wrapper-2 {
  background-color: #e1e5e7;
  border-radius: 3px;
  margin-top: 32px;
  margin-bottom: 10px;
  padding: 4px;
}

.container-medium-2 {
  max-width: 67rem;
  margin-left: auto;
  margin-right: auto;
}

.class-icon-2 {
  color: #fff;
  background-color: #9f9f9f;
  border: 1px solid #fff;
  border-radius: 3px;
  margin-left: 0;
  margin-right: 5px;
  padding: 5px 9px;
  font-size: 14px;
  display: inline-block;
}

.class-name-2 {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  margin-left: 5px;
  margin-right: 10px;
  padding: 5px 9px;
  font-size: 14px;
  display: inline-block;
}

.class-name-2.dark-sm {
  width: auto;
  color: #808c91;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border-color: #afb7bb;
  border-radius: 3px;
  flex: 0 auto;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 9px;
  padding-right: 9px;
  display: inline-block;
}

.container-small {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}

.header-section-slider {
  z-index: 2;
  height: 650px;
  background-color: #f0f2f3;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: relative;
}

.overlay {
  color: #f0f2f3;
  background-color: rgba(240, 242, 243, .5);
  justify-content: center;
  align-items: center;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay:hover {
  opacity: .2;
}

.overlay.align-bottom-left {
  color: #2a2f31;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
}

.slider-nav {
  font-size: .8rem;
}

.div-block-16 {
  color: #2a2f31;
}

.lightbox-link {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.gallery-title {
  text-align: left;
  align-items: flex-end;
  font-size: 1.3rem;
  font-weight: 600;
  display: flex;
}

.staff-data-wrapper {
  height: auto;
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: static;
}

.project-img-wrapper {
  height: 230px;
  margin-bottom: 20px;
}

.project-list-wrapper {
  height: 100%;
  color: #808c91;
  text-align: left;
  background-color: #fff;
  border: 1px solid #e1e5e7;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
  transition: border .2s, color .2s;
  display: block;
  position: relative;
}

.project-list-wrapper:hover {
  color: #111314;
  border-color: #111314;
  text-decoration: none;
}

.project-pcontent-wrapper {
  height: auto;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: static;
}

.history-item-bullet {
  z-index: 0;
  width: 30px;
  height: 30px;
  color: #f0f2f3;
  -webkit-text-fill-color: inherit;
  background-color: #f0f2f3;
  background-clip: border-box;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translate(0, -50%);
}

.history-item-bullet.history-item-bullet-right {
  left: -15px;
  right: auto;
}

.history-item {
  color: #000;
  background-color: #fff;
  padding: 30px;
}

.history-item-wrapper {
  width: 50%;
  padding-right: 100px;
  position: relative;
}

.history-item-wrapper.history-item-wrapper-right {
  align-self: flex-end;
  padding-left: 100px;
  padding-right: 0;
}

.history {
  width: 100%;
  flex-direction: column;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.history.container-medium {
  z-index: 1;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.seperator {
  width: 3px;
  height: 100%;
  background-color: #f0f2f3;
  background-image: linear-gradient(#fff, #f0f2f3 10%, #f0f2f3 90%, #fff 101%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}

.history-item-line {
  z-index: 0;
  width: 100px;
  height: 3px;
  background-color: #f0f2f3;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.history-item-line.history-item-line-right {
  left: 0;
  right: auto;
}

.event-list-wrapper {
  border-bottom: 1px dotted #e1e5e7;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.events-section {
  z-index: 1;
  background-color: #fff;
  padding: 90px 20px;
  display: none;
  position: static;
  overflow: visible;
}

.padded {
  margin-left: 6px;
  margin-right: 6px;
}

.downloads-list-wrapper {
  height: 100%;
  color: #808c91;
  text-align: left;
  background-color: #fff;
  border: 1px solid #e1e5e7;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
  transition: border .2s, color .2s;
  display: block;
  position: relative;
}

.downloads-list-wrapper:hover {
  color: #111314;
  border-color: #111314;
  text-decoration: none;
}

.div-block-20 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.full {
  max-width: 100%;
}

.newsletter-wrapper {
  text-align: center;
  background-color: #afb7bb;
  border: 1px solid #e1e5e7;
  padding: 40px;
}

.no-padding-margin {
  margin: 0;
  padding: 0;
}

.field-label {
  text-align: left;
}

.paragraph-6 {
  font-size: 12px;
  line-height: 20px;
}

.footer-grid {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.ft-icon-wrapper {
  text-align: right;
  justify-content: flex-start;
  margin-top: 20px;
  display: flex;
}

.ft-line {
  width: 1px;
  background-color: #f5f5f5;
  padding-top: 20px;
}

.ft-up-wrapper {
  width: 50px;
  height: 50px;
  color: #333;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #f5f5f5;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  text-decoration: none;
  transition: margin .3s, color .3s, background-color .3s;
  display: flex;
}

.ft-up-wrapper:hover {
  color: #fff;
  background-color: #333;
  margin-top: 30px;
}

.link-block {
  width: 30px;
  height: 30px;
  color: #333;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: center;
  margin-left: -5px;
  margin-right: 15px;
  padding-left: 5px;
  text-decoration: none;
  display: flex;
}

.img-footer {
  width: 150px;
  height: auto;
  max-width: none;
  perspective-origin: 50%;
  transform-origin: 0 100%;
  margin-top: 10px;
  display: block;
}

.ft-link {
  color: #333;
  margin-bottom: 10px;
  font-size: 1rem;
  text-decoration: none;
  transition: padding .3s;
  display: block;
}

.ft-link:hover {
  padding-left: 6px;
  font-weight: 500;
}

.ft-link.sm {
  font-size: 12px;
}

.ft-divider {
  width: 150px;
  height: 1px;
  background-color: #f5f5f5;
  margin-top: 30px;
  margin-bottom: 30px;
}

.up {
  font-family: "Fa solid 900", sans-serif;
}

.copyright {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 16px;
}

.fb {
  font-family: "Fa brands 400", sans-serif;
}

.internal-header-section {
  z-index: 2;
  height: auto;
  background-color: #f0f2f3;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.footer-section {
  z-index: 1;
  background-color: #f7f8f8;
  padding: 90px 20px;
  position: relative;
  overflow: hidden;
}

.nav-menu-2 {
  height: 80px;
  padding-top: 21px;
  padding-bottom: 21px;
}

.dropdown-links {
  z-index: 1;
  color: #4c5458;
  text-transform: capitalize;
  margin-left: 20px;
  margin-right: 20px;
  padding: 6px 20px 6px 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.dropdown-links:hover {
  color: #111314;
  text-decoration: none;
}

.dropdown-links.w--current {
  color: #111314;
  border-bottom: 1px solid #111314;
}

.icon {
  opacity: .4;
  margin-right: -2px;
}

.dd-list {
  padding-top: 2px;
}

.dd-list.w--open {
  background-color: #fff;
  border: 1px solid #e1e5e7;
  margin-top: 10px;
  padding: 3px;
}

.block-quote {
  margin-top: 50px;
  margin-bottom: 50px;
}

.div-block-23 {
  z-index: 1;
  position: relative;
}

.fa-icon {
  font-family: "Fa solid 900", sans-serif;
}

.faq2-accordion {
  opacity: .7;
  border: 1px solid #e1e5e7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq2-accordion:hover {
  opacity: 1;
}

.faq2-component {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.faq11_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.faq2-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: start;
  justify-items: stretch;
  display: grid;
}

.faq2-question {
  min-height: 130px;
  text-align: left;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.faq2-icon {
  width: 2rem;
  align-self: flex-start;
  margin-top: 27px;
  margin-bottom: 27px;
  margin-left: 1.5rem;
  padding-top: 5px;
}

.margin-top {
  margin: 40px 0 0;
}

.align-centre {
  margin-left: auto;
  margin-right: auto;
}

.testimonial-wrapper {
  text-align: center;
}

.testimonial-wrapper.center {
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  display: flex;
}

.date {
  opacity: .7;
  text-align: left;
  margin-bottom: 17px;
  font-size: .8rem;
}

.testimonial-name {
  opacity: .7;
  text-align: left;
  font-size: .9rem;
  font-weight: 600;
  line-height: 15px;
}

.social-link-wrapper {
  padding: 13px;
  display: inline-block;
}

.social-link-wrapper:hover {
  text-decoration: none;
}

.member-profile-wrapper {
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
}

.project-subtitle {
  font-size: 1.4rem;
}

.blogpost-content-top {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blogpost1_text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.blogpost-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.breadcrumb-divider-2 {
  width: 1rem;
  height: 1rem;
  justify-content: center;
  align-items: center;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.blogpost1_author-wrapper {
  align-items: center;
  display: flex;
}

.breadcrumb-link-2 {
  color: #2a2f31;
  text-decoration: none;
}

.breadcrumb-link-2.w--current {
  border-bottom: 2px solid #000;
}

.text-size-small-2 {
  font-size: .875rem;
}

.blogpost-tag-list {
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
}

.blogpost-content-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.blogpost1_date-wrapper {
  margin-top: .25rem;
  display: flex;
}

.blogpost-image-wrapper {
  width: 100%;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}

.blogpost1_tag-list-wrapper {
  width: 50%;
}

.blogpost1_category-link {
  color: #2a2f31;
  margin-right: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.blogpost1_category-link.w--current {
  border-bottom: 2px solid #000;
}

.blogpost-tag-item {
  background-color: rgba(0, 0, 0, 0);
  margin-top: .5rem;
  margin-right: .5rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.blogpost-tag-item.w--current {
  border-bottom: 2px solid #000;
}

.align-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.breadcrumb {
  width: 100%;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.register-block {
  border-top: 1px solid #f0f2f3;
  align-items: center;
  margin-top: 40px;
  padding-top: 40px;
  display: flex;
}

.message-text {
  margin-bottom: 15px;
}

.social-icon-2 {
  width: 24px;
  height: 24px;
  margin-bottom: 0;
}

.text-block-29 {
  color: #616161;
  margin-left: 30px;
  font-size: 16px;
}

.buttontoggle {
  z-index: 2;
  width: 26px;
  height: 26px;
  background-color: #4c5458;
  border-radius: 100%;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}

.togglebutton {
  width: 55px;
  height: 20px;
  background-color: #e9e9e9;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.social-accounts {
  width: 100%;
  background-color: #f0f2f3;
  border: 1px solid #edf2f7;
  border-radius: 5px;
  align-items: center;
  margin-bottom: 24px;
  padding: 16px;
  display: flex;
  position: relative;
}

.form-2 {
  width: 100%;
  flex-direction: column;
  display: flex;
}

.linked-account-button {
  color: #4c5458;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-size: .8rem;
  font-weight: 500;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.linked-account-button:hover {
  color: #111314;
}

.linked-account-button:active {
  opacity: .8;
}

.linked-account-button.unlink {
  color: #afb7bb;
  font-size: .8rem;
}

.linked-account-title {
  width: 80px;
  color: rgba(33, 33, 33, .87);
  margin-left: 20px;
  font-weight: 600;
}

.div-block-64 {
  display: flex;
}

.div-block-65 {
  justify-content: space-between;
  display: flex;
}

.margin-bottom-medium-2 {
  margin-bottom: 32px;
}

.overlay-fade-top {
  height: 80px;
  background-image: linear-gradient(#fff, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container {
  z-index: 0;
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.timeline_item {
  z-index: 4;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.main-wrapper.overflow-hidden {
  z-index: 1;
  position: relative;
  overflow: visible;
}

.timeline_right {
  z-index: 6;
  position: static;
}

.margin-bottom-xlarge {
  margin-bottom: 56px;
}

.timeline_component {
  max-width: 1120px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.section-timeline {
  z-index: 0;
  background-color: #fff;
  position: relative;
}

.timeline_progress {
  z-index: -2;
  width: 3px;
  height: 100%;
  background-color: #e1e5e7;
  position: absolute;
  left: 35.9%;
  overflow: hidden;
}

.timeline_circle {
  width: 15px;
  height: 15px;
  max-height: 15px;
  max-width: 15px;
  min-height: 15px;
  min-width: 15px;
  color: #808c91;
  background-color: #2a2f31;
  border-radius: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #fff;
}

.timeline_date-text {
  color: #2a2f31;
  letter-spacing: -.03em;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
  position: -webkit-sticky;
  position: sticky;
  top: 48.2vh;
}

.timeline_progress-bar {
  z-index: -1;
  width: 3px;
  height: 50vh;
  background-color: #fff;
  background-image: linear-gradient(#4c5458, #111314);
  position: fixed;
  top: 0;
  bottom: 50vh;
  left: auto;
  right: auto;
}

.timeline_centre {
  justify-content: center;
  display: flex;
}

.overlay-fade-bottom {
  height: 80px;
  background-image: linear-gradient(to top, #fff, rgba(240, 242, 243, 0));
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.event-img-wrapper {
  height: 300px;
  margin-bottom: 20px;
}

.search-main-wrapper {
  z-index: 10;
  height: auto;
  opacity: 0;
  background-color: rgba(225, 229, 231, .98);
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.search-input {
  height: 60px;
  background-color: #e1e5e7;
  border: 1px #000;
  border-bottom: 1px dotted #808c91;
  border-radius: 3px 0 0 3px;
  margin-bottom: 0;
  padding: 18px 16px;
  font-size: 15px;
  line-height: 1.4px;
  transition: background-color .3s;
}

.search-input:hover {
  background-color: rgba(175, 183, 187, .5);
}

.search-input:focus {
  background-color: #f0f2f3;
  border-color: #808c91;
}

.search-input::-ms-input-placeholder {
  color: #808c91;
  font-size: .75rem;
  font-style: italic;
}

.search-input::placeholder {
  color: #808c91;
  font-size: .75rem;
  font-style: italic;
}

.search-wrapper {
  z-index: 1200;
  height: 0;
  background-color: #fff;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.search-button {
  height: 60px;
  color: #2a2f31;
  background-color: #afb7bb;
  border-radius: 0 3px 3px 0;
  margin-bottom: 8px;
  font-size: .8rem;
  transition: background-color .3s;
}

.search-button:hover {
  color: #f0f2f3;
  background-color: #2a2f31;
}

.dropdown-2, .dropdown-3 {
  z-index: 1;
}

.div-block-70 {
  text-align: center;
}

.scrollable-wrapper {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  margin-bottom: 0;
  overflow: scroll;
}

.data-table-container {
  width: 100%;
  background-color: #f3f3f3;
  padding-top: .125rem;
  overflow: hidden;
}

.scroll-segment-2 {
  width: 140px;
  padding-left: 5px;
  padding-right: 5px;
  position: static;
}

.div-block-76 {
  text-align: left;
  border: 1px rgba(0, 0, 0, .1);
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: inline-block;
  overflow: hidden;
}

.scroll-subsect-wrapper {
  width: 100%;
  border-bottom: 1px dotted rgba(0, 0, 0, .1);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.scroll-titlesect-wrapper {
  width: 100%;
  margin-bottom: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.scroll-segment-1 {
  width: 250px;
  padding-left: 0;
  padding-right: 5px;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}

.scroll-title {
  border-bottom: 1px dotted rgba(0, 0, 0, .3);
  padding-bottom: 5px;
}

.italic-text-2 {
  margin-bottom: 0;
}

.l-align {
  text-align: left;
  margin-left: 0;
}

.pricing-tab-menu {
  align-self: center;
  margin-bottom: 3rem;
}

.pricing-component {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.pricing-tab-link {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e1e5e7;
  border-radius: 3px;
  margin-left: 1px;
  margin-right: 1px;
  padding-top: .5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.pricing-tab-link:hover {
  background-color: #f0f2f3;
  text-decoration: none;
}

.pricing-tab-link.w--current {
  color: #fff;
  background-color: #2a2f31;
}

.pricing-feature {
  flex: none;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.pricing-inner-content {
  flex-direction: column;
}

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

.pricing-plan {
  border: 1px solid #9ec5fa;
  border-radius: 5px;
  padding: 2rem;
}

.pricing-plan.margin-top-20 {
  border-color: #e1e5e7;
}

.pricing-plan.bold-border {
  border-width: 3px;
  border-color: #e1e5e7;
}

.pricing19_content {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.no-bullets {
  padding-left: 0;
  list-style-type: none;
}

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

.logo-component {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.logo-component-left {
  max-width: 20rem;
}

.logo-list {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: grid;
}

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

.logo-img {
  max-height: 3.5rem;
}

.grid-10 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 34px;
}

.tab-menu {
  margin-bottom: 30px;
}

.type-text {
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: 20px;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.download-icon {
  margin-top: 10px;
  margin-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  line-height: 16px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.tag-item {
  background-color: rgba(0, 0, 0, 0);
  margin-top: .5rem;
  margin-right: .5rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.tag-item.w--current {
  border-bottom: 2px solid #000;
}

.list-data-wrapper {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.tag-wrapper {
  width: 100%;
}

.list-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin: 60px auto;
  display: grid;
  position: relative;
}

.price-wrapper {
  display: flex;
}

.product-tag {
  background-color: #fff;
  padding: 10px;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: auto;
  right: 10px;
  box-shadow: inset 0 0 0 1px #e1e5e7;
}

.subscript {
  margin-top: 0;
  margin-right: 5px;
  font-size: 1.3rem;
  line-height: 1;
  display: inline-block;
}

.tag-line {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.5;
}

.search-tab-link {
  width: auto;
  opacity: .5;
  color: #4c5458;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid #afb7bb;
  flex: 0 auto;
  margin-left: 0;
  margin-right: 4px;
  padding: 15px 20px 15px 0;
  font-size: 1rem;
  transition: border-color .2s, color .2s;
}

.search-tab-link:hover {
  color: #2a2f31;
  border-bottom-color: #4c5458;
}

.search-tab-link.w--current {
  opacity: 1;
  color: #4c5458;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #808c91;
  padding-right: 30px;
  font-weight: 700;
}

.margin-top-30 {
  margin-top: 30px;
}

.search-results-wrapper {
  width: 100%;
  border-bottom: 1px dotted #e1e5e7;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.search-results-note {
  width: 100%;
  max-width: none;
  font-size: .9rem;
  font-style: italic;
}

.email-bg-wrapper {
  height: auto;
  min-height: 100vh;
  background-color: #f0f2f3;
  justify-content: center;
  align-items: center;
  padding: 40px 30px 60px;
  display: block;
}

.email-content-wrapper {
  width: 600px;
  height: auto;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.image-30 {
  width: 150px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.email-wrapper {
  box-shadow: none;
  text-align: left;
  background-color: #fff;
  border: 1px solid rgba(51, 51, 51, .15);
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 20px;
}

.spacer-24 {
  width: 24px;
  height: 24px;
  background-color: rgba(0, 0, 0, 0);
}

.spacer-32 {
  width: 32px;
  height: 32px;
  background-color: rgba(0, 0, 0, 0);
}

.spacer-48 {
  width: 48px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0);
}

.spacer-64 {
  width: 64px;
  height: 64px;
  background-color: rgba(0, 0, 0, 0);
}

.spacer-80 {
  width: 80px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0);
}

.spacer-96 {
  width: 96px;
  height: 96px;
  background-color: rgba(0, 0, 0, 0);
}

.spacer-128 {
  width: 128px;
  height: 128px;
  background-color: rgba(0, 0, 0, 0);
}

.tag {
  height: 43px;
  background-color: #f0f2f3;
  border: 1px solid #808c91;
  border-radius: 3px;
  margin-bottom: 6px;
  padding: 11px 32px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1em;
  display: inline-block;
}

.cost {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1em;
}

.cost-wrapper {
  margin-right: 20px;
  display: flex;
}

.cost-strickthrough {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1em;
  text-decoration: line-through;
}

.border-left-0 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.border-right-0 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.top-section {
  z-index: 2;
  background-color: #f0f2f3;
  border: 1px #000;
  padding: 6px 20px;
  font-size: .8rem;
  position: relative;
  overflow: hidden;
}

.div-block-127 {
  justify-content: space-between;
  display: flex;
}

.link-block-2 {
  width: auto;
  height: 50px;
  opacity: .4;
  align-items: center;
  margin-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: auto;
  right: 10px;
}

.link-block-2:hover {
  opacity: 1;
}

.search-tag-text {
  max-width: 700px;
  color: #8a8a8a;
  margin-right: 15px;
  font-size: .8rem;
  font-style: italic;
  display: inline-block;
}

.search {
  border-bottom: 3px #ff9d00;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-9 {
  width: 100%;
  max-width: none;
  background-color: #e1e5e7;
  border-bottom: 3px solid #afb7bb;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 70px 60px;
  position: relative;
}

.text-block-5 {
  color: #4c5458;
  font-size: 14px;
}

.sea-wrapper {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  font-size: .9rem;
}

.slide-menu {
  z-index: 1020;
  width: 300px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  transform: translate(-303px);
}

.slide-menu-inside-wrapper {
  width: 100%;
  height: 100%;
  background-color: #afb7bb;
  flex: 0 auto;
  padding: 30px;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.slide-menu-inside-wrapper.smiw-1 {
  padding-left: 40px;
}

.slide-menu-inside-wrapper.smiw-2 {
  padding-left: 50px;
}

.div-block-15 {
  width: auto;
}

.side-link-wrapper {
  width: 100%;
  flex-direction: column;
  flex: 1;
  margin-top: 0;
  display: flex;
}

.pri-link {
  color: #4c5458;
  font-size: 20px;
  line-height: 45px;
  text-decoration: none;
  transition: color .3s, padding .3s;
  display: inline-block;
}

.pri-link:hover {
  color: #2a2f31;
  padding-left: 6px;
  text-decoration: none;
}

.pri-link.search {
  border-bottom-style: none;
  display: inline-block;
}

.pri-link.social {
  color: rgba(26, 27, 31, .6);
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  display: inline-block;
}

.pri-link.social:hover {
  color: #1a1b1f;
}

.search-txt {
  width: 70px;
  border-bottom: 4px solid #4c5458;
  line-height: 40px;
  display: inline;
}

.search-txt:hover {
  color: #111314;
}

.divider-copy {
  width: 30px;
  height: 3px;
  background-color: #eee;
  margin-top: 30px;
  margin-bottom: 30px;
}

.div-block-128 {
  max-width: 300px;
  min-width: 0;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.main-so-link {
  float: right;
  flex: none;
  align-items: center;
  padding-top: 27px;
  padding-bottom: 27px;
  padding-right: 0;
  font-family: "Fa solid 900", sans-serif;
  display: block;
}

.slide-menu-l2 {
  z-index: 1021;
  width: 300px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  transform: translate(-303px);
}

.slide-menu-l3 {
  z-index: 1022;
  width: 300px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  transform: translate(-303px);
}

.sec-link {
  color: #4c5458;
  font-size: 16px;
  font-weight: 600;
  line-height: 36px;
  text-decoration: none;
  transition: padding .3s, color .3s;
  display: inline-block;
}

.sec-link:hover {
  color: #2a2f31;
  padding-left: 6px;
  text-decoration: none;
}

.sec-link.search {
  border-bottom-style: none;
  display: inline-block;
}

.sec-link.social {
  color: rgba(26, 27, 31, .6);
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  display: inline-block;
}

.sec-link.social:hover {
  color: #1a1b1f;
}

.ex-layer-ico {
  opacity: .25;
  margin-left: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 1rem;
  display: inline-block;
}

.heading-3 {
  max-width: 43rem;
  margin-left: auto;
  margin-right: 0;
}

.div-block-129, .div-block-130 {
  text-align: left;
}

.hero-content-wrapper {
  max-width: 43rem;
}

.heading-4 {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.top-wrapper {
  height: auto;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  h3 {
    font-size: 1.6rem;
  }

  .sg-nav {
    z-index: 10;
    width: 100%;
    height: 80px;
    background-color: #f0f2f3;
    border-right-style: none;
    padding-top: 0;
    position: -webkit-sticky;
    position: sticky;
    bottom: auto;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .sg-menu-brand {
    margin-top: 4px;
    margin-bottom: 16px;
  }

  .sg-menu-brand.w--current {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sg-menu {
    z-index: 500;
    background-color: #f0f2f3;
    border-bottom: 1px solid #e1e5e7;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    position: absolute;
    top: 80px;
    bottom: auto;
    left: 0%;
    right: auto;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .05);
  }

  .sg-menu-button {
    margin-right: 12px;
    padding: 15px;
  }

  .sg-menu-button.w--open {
    color: #356af0;
    background-color: #d0e8ff;
    border-radius: 40px;
  }

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

  .small-button {
    position: relative;
  }

  ._1-2-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-left: 0;
  }

  ._12-columns {
    flex-flow: wrap;
  }

  ._2-1-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-left: 0;
  }

  .column {
    width: 50%;
  }

  .column.desk-3 {
    width: 33.33%;
    flex-wrap: nowrap;
  }

  .column.desk-5 {
    width: 50%;
  }

  .column.desk-7.tab-8 {
    width: 66.6667%;
  }

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

  .button {
    position: relative;
  }

  .sg-menu-icon {
    font-size: 32px;
  }

  .sg-nav-container {
    width: auto;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  ._2-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 60px;
    margin-bottom: 60px;
    margin-left: 0;
  }

  ._3-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-left: 0;
  }

  ._3-grid.no-padding-margin.stacked {
    grid-template-columns: 1fr;
  }

  ._4-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-left: 0;
  }

  .note-text {
    color: #808c91;
  }

  .tabs-menu-left {
    justify-content: flex-start;
    align-items: center;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .heading-medium {
    font-size: 1.75rem;
  }

  .heading-xxlarge {
    font-size: 3rem;
  }

  .heading-xlarge {
    font-size: 2.5rem;
  }

  .margin-bottom-140 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button-light {
    font-size: 18px;
    line-height: 1.4;
    position: relative;
  }

  .button-outline, .button-clear-left, .button-clear, .button-grey, .button-disabled {
    position: relative;
  }

  .margin-bottom-100 {
    margin: 0 0 60px;
  }

  .fa-icon-large {
    color: #2a2f31;
  }

  .small-button-light, .small-button-outline {
    position: relative;
  }

  .main-links.so {
    padding-left: 40px;
  }

  .menu-button {
    opacity: 1;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
  }

  .header-section {
    height: auto;
    background-image: linear-gradient(rgba(240, 242, 243, .85), rgba(240, 242, 243, .85)), url('../images/bw-mac.png');
    background-position: 0 0, 0%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 500px;
    padding: 90px 20px;
  }

  .block {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .container-medium {
    max-width: 728px;
  }

  .slide-2 {
    width: 300px;
  }

  .mask {
    width: 320px;
  }

  .zero-block {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .header-section-slider {
    height: auto;
    padding: 90px 20px;
  }

  .gallery-title {
    font-size: 1.1rem;
    line-height: 1.3em;
  }

  .project-list-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .history-item-bullet {
    top: -115px;
    left: 50%;
    right: auto;
    transform: translate(-50%);
  }

  .history-item-bullet.history-item-bullet-right {
    left: 50%;
  }

  .history-item-wrapper {
    width: auto;
    min-width: 300px;
    margin-left: 17px;
    margin-right: 17px;
    padding-right: 0;
  }

  .history-item-wrapper.history-item-wrapper-right {
    padding-left: 0;
  }

  .history {
    width: 100%;
    flex-direction: row;
    padding-top: 150px;
    overflow: scroll;
  }

  .history.container-medium {
    max-width: 960px;
  }

  .seperator {
    width: 100%;
    height: 3px;
    top: 50px;
    left: 0%;
    transform: none;
  }

  .history-item-line {
    width: 3px;
    height: 100px;
    top: -100px;
    left: 50%;
    right: auto;
    transform: translate(-50%);
  }

  .history-item-line.history-item-line-right {
    left: 50%;
  }

  .downloads-list-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .footer-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .internal-header-section {
    height: auto;
    padding: 90px 20px;
  }

  .nav-menu-2 {
    height: auto;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial-wrapper.center {
    text-align: center;
  }

  .blogpost-image-wrapper {
    margin-bottom: 3rem;
    padding-top: 56.25%;
  }

  .message-text {
    width: 100%;
    text-align: left;
  }

  .timeline_progress {
    left: 39.5%;
  }

  .search-main-wrapper {
    height: auto;
    padding: 90px 20px;
  }

  .dropdown-2, .dropdown-3 {
    width: 100%;
  }

  .scroll-segment-1 {
    overflow: visible;
  }

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

  .pricing-plan.margin-top-20 {
    margin-top: 0;
  }

  .logo-component {
    grid-column-gap: 3rem;
  }

  .logo-component-left {
    max-width: 16rem;
  }

  .logo-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .list-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 1.5rem;
    line-height: 1.2;
  }

  h2 {
    font-size: 1.4rem;
  }

  h3, h4, h5, h6 {
    font-size: 1.3rem;
  }

  p {
    font-size: 1.2rem;
    line-height: 1.5em;
  }

  .sg-menu {
    background-color: #fff;
  }

  ._1-2-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 2fr;
    margin-left: 0;
  }

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

  .tab-link {
    width: auto;
    border-bottom-width: 0;
    border-radius: 10px;
  }

  .tab-link.w--current {
    background-color: #d4e9ff;
  }

  ._2-1-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 2fr;
    margin-left: 0;
  }

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

  .column.desk-7.tab-8.mob-6 {
    width: 50%;
  }

  .paragraph {
    font-size: 15px;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

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

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

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

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

  .heading.xxl {
    font-size: 35px;
  }

  .heading.xl {
    font-size: 28px;
  }

  ._2-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
  }

  ._3-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    margin-left: 0;
  }

  ._4-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
  }

  .note-text {
    font-size: .8rem;
    line-height: 1.4em;
  }

  .tabs-menu-left {
    flex-wrap: wrap;
    align-items: flex-start;
    margin-right: 20px;
  }

  .left-tab-link {
    width: auto;
    border-bottom-width: 0;
    border-radius: 10px;
  }

  .header-1 {
    height: 400px;
  }

  .div-block-4 {
    padding: 30px 20px 0;
  }

  .hv3-paragraph-wrapper {
    padding: 20px 21px;
  }

  .div-block-5 {
    padding: 30px 20px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .container-large.white-bg.centre-screen {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .text-size-medium {
    font-size: 1rem;
  }

  .heading-small {
    font-size: 1.25rem;
  }

  .heading-medium {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-xsmall {
    font-size: 1.125rem;
  }

  .heading-xxlarge {
    font-size: 2.5rem;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .text-size-large.margin-bottom-40 {
    text-align: left;
  }

  .heading-xlarge {
    font-size: 2.25rem;
  }

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

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

  .para-large {
    font-size: 1.4rem;
  }

  .para-small {
    font-size: 15px;
  }

  .margin-bottom-140 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button-clear-left, .button-clear {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom-100 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .fa-icon-large {
    color: #2a2f31;
  }

  .tab-title {
    display: none;
  }

  .pagination-link {
    width: 50px;
    height: 50px;
  }

  .faq-question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faq-icon {
    width: 28px;
  }

  .nav.hp1 {
    padding-left: 0;
    padding-right: 0;
  }

  .brand-2 {
    padding-left: 0;
  }

  .header-section {
    padding: 60px 15px;
  }

  .block {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .slide-2 {
    width: 47%;
  }

  .mask {
    width: auto;
  }

  .zero-block {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .header-section-slider {
    padding: 60px 15px;
  }

  .project-list-wrapper, .downloads-list-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }

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

  .ft-icon-wrapper {
    justify-content: center;
    align-items: center;
  }

  .ft-line {
    display: none;
  }

  .ft-up-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .img-footer {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    transform: none;
  }

  .internal-header-section {
    padding: 60px 15px;
  }

  .faq2-component {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .faq11_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .faq2-question {
    padding: 1rem 1.25rem;
  }

  .faq2-icon {
    width: 28px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial-wrapper.center {
    padding: 20px;
  }

  .togglebutton {
    flex: none;
  }

  .social-accounts {
    width: 100%;
  }

  .div-block-67, .div-block-69 {
    text-align: center;
  }

  .timeline_left {
    text-align: left;
  }

  .timeline_item {
    width: 100%;
    grid-template-columns: 64px 1fr;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .timeline_progress {
    left: 6px;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .search-main-wrapper {
    padding: 60px 15px;
  }

  .footer-link-wrapper {
    text-align: center;
  }

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

  .pricing-plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .logo-component {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .logo-component-left {
    max-width: none;
  }

  .logo-list {
    grid-column-gap: 1rem;
    padding-top: 1rem;
  }

  .logo-wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .logo-img {
    max-height: 3rem;
  }

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

  .tab-menu {
    flex-wrap: wrap;
    display: flex;
  }

  .tag-wrapper {
    flex-direction: column;
    margin-top: 20px;
    display: flex;
  }

  .list-grid {
    grid-column-gap: 30px;
    grid-template-columns: 1fr;
    margin-left: 0;
  }

  .search-tab-link {
    width: auto;
    border-bottom-width: 0;
    border-radius: 10px;
  }

  .search-tab-link.w--current {
    background-color: #e1e5e7;
  }

  .email-content-wrapper {
    width: 100%;
  }

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

  .div-block-15, .side-link-wrapper {
    width: 100%;
  }

  .pri-link {
    line-height: 40px;
  }

  .pri-link.social {
    font-size: 16px;
  }

  .divider-copy {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .sec-link {
    line-height: 34px;
  }

  .sec-link.social {
    font-size: 16px;
  }
}

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

  h2 {
    font-size: 1.3rem;
  }

  h3 {
    font-size: 1.2rem;
    line-height: 1.2;
  }

  h4, h5, h6 {
    font-size: 1.2rem;
  }

  blockquote {
    font-size: 1.5rem;
  }

  .sg-menu-brand {
    margin-left: 16px;
  }

  .sg-menu-button {
    margin-right: 4px;
  }

  ._1-2-grid, ._2-1-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .column {
    margin-bottom: 0;
  }

  .column.desk-3, .column.desk-6, .column.desk-1, .column.desk-8, .column.desk-10, .column.desk-5, .column.desk-2, .column.desk-9, .column.desk-7.tab-8.mob-6, .column.desk-11, .form-input {
    width: 100%;
  }

  .form-input.search {
    border-radius: 6px;
  }

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

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

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

  ._2-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 40px;
    margin-right: 0;
  }

  ._3-grid, ._4-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .text-align-center.margin-bottom-40 {
    font-size: 1.125rem;
  }

  .fontawesome-icon-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .heading-small {
    font-size: 1.5rem;
  }

  .heading-medium {
    font-size: 1.6rem;
  }

  .heading-xsmall {
    font-size: 1.3rem;
  }

  .heading-xxlarge {
    font-size: 2.2rem;
  }

  .text-size-large.margin-bottom-40 {
    text-align: left;
  }

  .heading-xlarge {
    font-size: 2rem;
  }

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

  .heading-large {
    font-size: 1.8rem;
  }

  .gs-header {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .margin-bottom-140 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button-light, .button-outline, .button-clear-left, .button-clear, .button-grey, .button-disabled {
    width: 100%;
    font-size: 16px;
  }

  .margin-bottom-100 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .fa-icon-large {
    color: #2a2f31;
  }

  .tab-title {
    display: none;
  }

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

  .nav.hp1 {
    padding-left: 0;
    padding-right: 0;
  }

  .main-links.so {
    padding-left: 25px;
  }

  .cancel {
    display: block;
  }

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

  .block {
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

  .section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slide-2 {
    width: 100%;
  }

  .zero-block, .project-list-wrapper, .downloads-list-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .newsletter-wrapper {
    padding: 20px;
  }

  .footer-grid {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .ft-icon-wrapper {
    text-align: center;
    justify-content: center;
  }

  .ft-up-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .img-footer {
    width: 200px;
    text-align: center;
    margin-bottom: 30px;
  }

  .footer-section {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .faq2-component {
    grid-template-columns: 1fr;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial-wrapper.center {
    width: 100%;
    padding: 0;
  }

  .heading-2 {
    font-size: 1.7rem;
    line-height: 1.2;
  }

  .blogpost-content-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .blogpost1_author-wrapper {
    margin-bottom: 1rem;
  }

  .blogpost-tag-list {
    justify-content: flex-start;
  }

  .blogpost-content-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .blogpost1_tag-list-wrapper {
    width: 100%;
  }

  .register-block {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    padding-top: 20px;
  }

  .margin-bottom-medium-2 {
    margin-bottom: 24px;
  }

  .timeline_item {
    grid-template-columns: 48px 1fr;
  }

  .search-input {
    width: 100%;
  }

  .search-button {
    border-radius: 6px;
  }

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

  .logo-list {
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .logo-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .tab-menu {
    flex-direction: column;
    justify-content: space-between;
  }

  .tag-wrapper {
    flex-direction: column;
    display: flex;
  }

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

  .subscript {
    font-size: 1rem;
  }

  .email-bg-wrapper {
    padding: 5px;
  }

  .email-content-wrapper {
    width: 100%;
  }

  .cost, .cost-strickthrough {
    font-size: 1.2rem;
  }

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

#w-node-fc146986-16b2-3eb0-8e2f-ee4ecf3e5872-fafd70d9, #w-node-_4b4214b3-e1bd-b5af-18aa-0bef1b53d70b-fafd70d9 {
  align-self: stretch;
}

#w-node-_12efe894-3e64-4105-935e-1b0c4235e03b-fafd70d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: auto;
}

#w-node-_272c6ef3-b863-69ca-0ddc-4f9c1219cb8a-fafd70d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_672501af-74eb-c3ed-0c9b-5a7769267baa-fafd70d9 {
  order: 9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: auto;
}

#w-node-_672501af-74eb-c3ed-0c9b-5a7769267bb1-fafd70d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_24b41210-dbb0-a451-441c-ffdebc0fb890-fafd70d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: auto;
}

#w-node-_24b41210-dbb0-a451-441c-ffdebc0fb897-fafd70d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9ed8d6b7-5d11-fc1d-7835-d6a262e87559-fafd70d9, #w-node-dd51adfd-2fd6-aeab-f6a3-cb2e299e8908-fafd70d9, #w-node-a00e38af-6716-aa31-98b8-79b6a60716dd-fafd70d9, #w-node-_241903b3-ca05-2723-8a47-3064f95efe21-fafd70d9, #w-node-_252f0a7e-549a-a9d8-5768-2b998db6d9e1-fafd70d9 {
  align-self: stretch;
}

#w-node-f8aa926c-930f-2d8d-37ee-79ae429600bf-fafd70d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_20d1e801-d8b5-afa2-9363-d815ab81f7e3-fafd70d9, #w-node-_20d1e801-d8b5-afa2-9363-d815ab81f7eb-fafd70d9 {
  justify-self: center;
}

#w-node-d1a5f35b-3fde-8cef-2215-902a9bd00ff3-fafd70d9, #w-node-_27d97169-df0a-395c-d4b6-f036a3775dc6-fafd70d9, #w-node-_27d97169-df0a-395c-d4b6-f036a3775dca-fafd70d9, #w-node-_751bf1bd-826b-7daf-9b11-75ba5092a064-70fd70dd, #w-node-_7023bd33-519b-f701-ff19-75c07f54279d-70fd70dd, #w-node-_905ed4f3-50c9-70fd-eea9-f865e3443327-70fd70dd, #w-node-_2e35f545-2a3e-072f-8dfa-3ca7b975e190-70fd70dd, #w-node-a3cc4f60-99f8-3ab0-cad5-139be2c79ed8-70fd70dd, #w-node-_3f6e0a2d-1110-004c-8471-457726038ae9-70fd70dd, #w-node-_93195760-7229-7d08-7416-6db9935122ec-70fd70dd, #w-node-e34f7649-d3ff-3651-cb77-4672611b9690-70fd70dd, #w-node-e0e17596-b9c7-9b2a-6695-e70c195809ff-70fd70dd, #w-node-_23cd224c-3df0-8a1b-7e66-73191a551c4f-70fd70dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a438f17-3758-e389-51b1-cc723bf02e9f-70fd70dd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_5a438f17-3758-e389-51b1-cc723bf02ea0-70fd70dd, #w-node-_5a438f17-3758-e389-51b1-cc723bf02ea1-70fd70dd, #w-node-_98efce64-56c3-11d2-3ad1-3f4711f68057-70fd70dd, #w-node-_1316897b-30ae-74d0-7d37-9dafed2194f0-70fd70dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_051227f5-f8a7-b57a-fcf0-61e0d554df99-70fd70dd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_051227f5-f8a7-b57a-fcf0-61e0d554df9a-70fd70dd, #w-node-_79849745-fc6c-3f01-070a-e1291165f0d2-70fd70dd, #w-node-_051227f5-f8a7-b57a-fcf0-61e0d554df9b-70fd70dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78f67fe0-4c5f-b3a6-c13d-0a6accd242b6-70fd70dd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_78f67fe0-4c5f-b3a6-c13d-0a6accd242b7-70fd70dd, #w-node-_78f67fe0-4c5f-b3a6-c13d-0a6accd242b8-70fd70dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_220da0b5-a7b3-d128-32a4-5f704e1ef420-70fd70dd {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

#w-node-_220da0b5-a7b3-d128-32a4-5f704e1ef421-70fd70dd, #w-node-_220da0b5-a7b3-d128-32a4-5f704e1ef422-70fd70dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d91be0e9-3c28-da24-b47f-13de7d597299-70fd70dd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

#w-node-d91be0e9-3c28-da24-b47f-13de7d59729a-70fd70dd, #w-node-d91be0e9-3c28-da24-b47f-13de7d59729b-70fd70dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_91aaf8bf-8896-505e-1c03-1ecff668b816-70fd70dd, #w-node-_83ad0f40-bb39-469c-7c67-f797c351fb48-70fd70dd, #w-node-_5a29fa32-5dfd-59fe-1e0e-eb158feecf23-70fd70dd, #w-node-dfbf2192-8b59-ec83-0ec5-a13399893921-70fd70dd, #w-node-ebc82286-406f-fce9-c2ef-dd51880b7cfa-70fd70dd, #w-node-_62812fd6-c606-d4fd-b501-5f8ee127cf39-70fd70dd, #w-node-_2c232ae7-2c86-9654-df00-25a5c79730c4-70fd70dd, #w-node-_2c232ae7-2c86-9654-df00-25a5c79730c7-70fd70dd, #w-node-_2c232ae7-2c86-9654-df00-25a5c79730ca-70fd70dd, #w-node-_2c232ae7-2c86-9654-df00-25a5c79730cd-70fd70dd, #w-node-_2c232ae7-2c86-9654-df00-25a5c79730d0-70fd70dd, #w-node-_2c232ae7-2c86-9654-df00-25a5c79730d3-70fd70dd, #w-node-_2c232ae7-2c86-9654-df00-25a5c79730d6-70fd70dd, #w-node-_2c232ae7-2c86-9654-df00-25a5c79730d9-70fd70dd, #w-node-_2c232ae7-2c86-9654-df00-25a5c79730dc-70fd70dd, #w-node-_2c232ae7-2c86-9654-df00-25a5c79730df-70fd70dd, #w-node-_2c232ae7-2c86-9654-df00-25a5c79730e2-70fd70dd, #w-node-_2c232ae7-2c86-9654-df00-25a5c79730e5-70fd70dd, #w-node-_2c232ae7-2c86-9654-df00-25a5c79730e8-70fd70dd, #w-node-_2c232ae7-2c86-9654-df00-25a5c79730eb-70fd70dd, #w-node-_2c232ae7-2c86-9654-df00-25a5c79730ee-70fd70dd, #w-node-_2c232ae7-2c86-9654-df00-25a5c79730f1-70fd70dd, #w-node-_2c232ae7-2c86-9654-df00-25a5c79730f4-70fd70dd, #w-node-_2c232ae7-2c86-9654-df00-25a5c79730f7-70fd70dd, #w-node-_2c232ae7-2c86-9654-df00-25a5c79730fa-70fd70dd, #w-node-_2c232ae7-2c86-9654-df00-25a5c79730fd-70fd70dd, #w-node-_2c232ae7-2c86-9654-df00-25a5c7973100-70fd70dd, #w-node-_2c232ae7-2c86-9654-df00-25a5c7973103-70fd70dd, #w-node-_2c232ae7-2c86-9654-df00-25a5c7973106-70fd70dd, #w-node-_2c232ae7-2c86-9654-df00-25a5c7973109-70fd70dd, #w-node-_2c232ae7-2c86-9654-df00-25a5c797310c-70fd70dd, #w-node-_2c232ae7-2c86-9654-df00-25a5c797310f-70fd70dd, #w-node-_2c232ae7-2c86-9654-df00-25a5c7973112-70fd70dd, #w-node-_2c232ae7-2c86-9654-df00-25a5c7973115-70fd70dd, #w-node-_2c232ae7-2c86-9654-df00-25a5c7973118-70fd70dd, #w-node-_2c232ae7-2c86-9654-df00-25a5c797311b-70fd70dd, #w-node-_2c232ae7-2c86-9654-df00-25a5c797311e-70fd70dd, #w-node-_2c232ae7-2c86-9654-df00-25a5c7973121-70fd70dd, #w-node-_2c232ae7-2c86-9654-df00-25a5c7973124-70fd70dd, #w-node-_2c232ae7-2c86-9654-df00-25a5c7973127-70fd70dd, #w-node-_2c232ae7-2c86-9654-df00-25a5c797312a-70fd70dd, #w-node-_2c232ae7-2c86-9654-df00-25a5c797312d-70fd70dd, #w-node-_2c232ae7-2c86-9654-df00-25a5c7973130-70fd70dd, #w-node-_2c232ae7-2c86-9654-df00-25a5c7973133-70fd70dd, #w-node-_2c232ae7-2c86-9654-df00-25a5c7973136-70fd70dd, #w-node-_2c232ae7-2c86-9654-df00-25a5c7973139-70fd70dd, #w-node-_2c232ae7-2c86-9654-df00-25a5c797313c-70fd70dd, #w-node-_2c232ae7-2c86-9654-df00-25a5c797313f-70fd70dd, #w-node-_2c232ae7-2c86-9654-df00-25a5c7973142-70fd70dd, #w-node-_2c232ae7-2c86-9654-df00-25a5c7973145-70fd70dd, #w-node-_2c232ae7-2c86-9654-df00-25a5c7973148-70fd70dd, #w-node-_2c232ae7-2c86-9654-df00-25a5c797314b-70fd70dd, #w-node-_2c232ae7-2c86-9654-df00-25a5c797314e-70fd70dd, #w-node-c1633b24-5d0a-7b68-aa71-9af31a35e5e1-70fd70dd, #w-node-f8922f86-8a32-a6ae-bd77-d87a19a20be6-70fd70dd, #w-node-e08085f7-5b85-6483-b85c-fc164a93d89f-70fd70dd, #w-node-_644c4412-8654-e382-35d2-e9777442e566-70fd70dd, #w-node-_30be29e8-8abe-68b0-b7dc-e5211916b2a3-70fd70dd, #w-node-_9722804d-6fdb-3167-0827-682b5a037855-70fd70dd, #w-node-_877f3a2f-39e7-6397-6c46-ea929befe7b1-70fd70dd, #w-node-_473b28ef-8c53-17c8-529a-aa899c828900-70fd70dd, #w-node-_140eefc0-d1ae-cc84-4f86-497a7a84ef35-70fd70dd, #w-node-c5233b73-3be7-1428-0e82-dc11a66d368f-70fd70dd, #w-node-_272c226a-883d-1608-d8b4-7bfb634a1392-70fd70dd, #w-node-db39f696-bdf1-a8e8-6cbe-d67679afea7a-70fd70dd, #w-node-d5f51b6e-d4b6-acc6-82fd-5b41e9f95cc1-70fd70dd, #w-node-c8b2b380-f185-247b-2326-60edb9d5f890-70fd70dd, #w-node-_8358a03d-b62f-b73a-4ab9-6e006279666d-70fd70dd, #w-node-_641d958e-9ea7-ce1a-19b6-85c6c9aa8116-70fd70dd, #w-node-_641d958e-9ea7-ce1a-19b6-85c6c9aa8119-70fd70dd, #w-node-_641d958e-9ea7-ce1a-19b6-85c6c9aa811c-70fd70dd, #w-node-_641d958e-9ea7-ce1a-19b6-85c6c9aa811f-70fd70dd, #w-node-_641d958e-9ea7-ce1a-19b6-85c6c9aa8122-70fd70dd, #w-node-_641d958e-9ea7-ce1a-19b6-85c6c9aa8125-70fd70dd, #w-node-_641d958e-9ea7-ce1a-19b6-85c6c9aa8128-70fd70dd, #w-node-_641d958e-9ea7-ce1a-19b6-85c6c9aa812b-70fd70dd, #w-node-_641d958e-9ea7-ce1a-19b6-85c6c9aa812e-70fd70dd, #w-node-_641d958e-9ea7-ce1a-19b6-85c6c9aa8131-70fd70dd, #w-node-_641d958e-9ea7-ce1a-19b6-85c6c9aa8134-70fd70dd, #w-node-_641d958e-9ea7-ce1a-19b6-85c6c9aa8137-70fd70dd, #w-node-_641d958e-9ea7-ce1a-19b6-85c6c9aa813a-70fd70dd, #w-node-_641d958e-9ea7-ce1a-19b6-85c6c9aa813d-70fd70dd, #w-node-_641d958e-9ea7-ce1a-19b6-85c6c9aa8140-70fd70dd {
  justify-self: auto;
}

#w-node-ef158f0e-a3a3-b7a8-7f58-5e07034c44c3-054dd991, #w-node-fe2b34d6-9197-2541-9efe-b5732340a4d6-054dd991, #w-node-_16628195-23f1-6849-0007-1468f07eaa2b-054dd991, #w-node-_1ab7a535-e190-8355-8cee-786a1e7bba27-054dd991, #w-node-a4dd3acd-b044-9eeb-5d26-14f2b7e4a559-054dd991, #w-node-_8ab109db-d65d-26ff-9f19-924a998fa6b6-054dd991 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3dfd15f9-28a0-2de1-e12c-65c01bfcbad2-0006d4c8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_60383e31-b55f-7afe-305c-aead309780cf-6c289b9a {
  align-self: stretch;
}

#w-node-_25287268-532e-eb67-2269-88c2cb766267-fc8102d6, #w-node-da96a1a5-dad2-db86-5d92-ee8d2ebbe352-fc8102d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31e3563d-a78c-be10-0cb5-c31e77796888-0ef059b0, #w-node-_31e3563d-a78c-be10-0cb5-c31e7779689d-0ef059b0 {
  align-self: stretch;
}

#w-node-_31e3563d-a78c-be10-0cb5-c31e777968b2-0ef059b0, #w-node-dc8a3038-d5a5-0b6b-4a63-97ed11376d77-0ef059b0, #w-node-dbfb048e-8da7-386b-3bf6-390d2b89b09f-0ef059b0, #w-node-e7640906-9cc6-810f-09f8-590cab905b61-0ef059b0, #w-node-deebb1bb-04ca-c4a2-95cf-2f1404f62dff-0ef059b0, #w-node-ce0ad0f6-b34f-0edb-51e1-a81dde83db3f-0ef059b0, #w-node-_27a2c5fc-98fd-3857-3fed-f394f32c8ebd-0ef059b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_25287268-532e-eb67-2269-88c2cb766267-ec8def0c, #w-node-da96a1a5-dad2-db86-5d92-ee8d2ebbe352-ec8def0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69890d51-d19a-9a7c-11cf-978ffd233a2f-1147130b, #w-node-_715f67e9-f68f-4bed-b6dd-eba87a998b54-21ca4533, #w-node-_715f67e9-f68f-4bed-b6dd-eba87a998b66-21ca4533, #w-node-_715f67e9-f68f-4bed-b6dd-eba87a998b78-21ca4533, #w-node-_2def8d01-d310-16d4-d05a-20e2f6093ac9-21ca4533, #w-node-_4297cfaf-36ea-4c53-541e-033e810be2ea-21ca4533, #w-node-c14890df-1570-979a-8d29-f99962e15d64-21ca4533 {
  align-self: stretch;
}

#w-node-_1d6a96d2-5ac5-e21b-ad62-d772dce1ed50-6a5da50a {
  justify-self: end;
}

#w-node-_9a4c0ba2-1f0a-a07c-29c6-b90fa586fcd8-dc36b3c4, #w-node-_1bb0de15-5a3e-bf7e-8db2-1c476e598e41-dc36b3c4, #w-node-_044c8b41-a01c-bfc5-5d02-1b961a3d1b65-dc36b3c4, #w-node-_5a948928-779d-afa6-b7ba-e87491784151-dc36b3c4, #w-node-_32640584-819d-3f08-c658-d778de4a5a1d-dc36b3c4, #w-node-_84ac4b1e-413f-acb5-f364-7cfa4134cce1-dc36b3c4, #w-node-d2affae6-b39e-0e4d-39dc-e8d2f74fcc52-2c1d57f0, #w-node-e231eb72-510e-99cc-1c75-203994631ed9-2c1d57f0, #w-node-f76e2191-a249-a461-0f5e-6d3422c3ff10-2c1d57f0, #w-node-f76e2191-a249-a461-0f5e-6d3422c3ff14-2c1d57f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bfae1ca8-3e04-f6c0-589a-880e78ce4291-2c1d57f0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f20826ce-f38b-6a5d-2763-04318f3c4699-2c1d57f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f20826ce-f38b-6a5d-2763-04318f3c46b2-2c1d57f0 {
  align-self: auto;
}

#w-node-_25287268-532e-eb67-2269-88c2cb766267-c5732e6a, #w-node-da96a1a5-dad2-db86-5d92-ee8d2ebbe352-c5732e6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22925424-9c23-1c48-c396-288ec4e8268a-588f69a3 {
  align-self: stretch;
}

#w-node-fcd253de-4714-e13e-c461-599b41d05b3d-27b4aef4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fcd253de-4714-e13e-c461-599b41d05b5f-27b4aef4 {
  align-self: stretch;
}

#w-node-fcd253de-4714-e13e-c461-599b41d05b62-27b4aef4, #w-node-fcd253de-4714-e13e-c461-599b41d05b8a-27b4aef4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_69890d51-d19a-9a7c-11cf-978ffd233a2f-e51bc897, #w-node-c11da81e-8d08-d5ee-dcfc-f410f217c97c-e51bc897, #w-node-d1df9a1e-3179-3b2f-05a1-7a0263c1e49c-e51bc897, #w-node-_727e5a1e-4c76-520e-ae1f-26c442b0f302-e51bc897, #w-node-_5d2c908e-0767-ff8c-8e54-83ebb1234318-e51bc897, #w-node-_0cccbb82-1eaa-32fd-3567-de9558aa5123-e51bc897, #w-node-_99e00823-09fa-66b1-a0a0-b7c2de8364e8-e51bc897, #w-node-_2080e7e9-a570-22b8-1f28-19b4874b73a5-e51bc897 {
  align-self: stretch;
}

#w-node-_25287268-532e-eb67-2269-88c2cb766267-aa81e161, #w-node-da96a1a5-dad2-db86-5d92-ee8d2ebbe352-aa81e161 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_9b843616-0451-bcb4-3e04-1c8e18a230d8-18a230d5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_672501af-74eb-c3ed-0c9b-5a7769267bb1-fafd70d9 {
    order: 9999;
  }

  #w-node-_45ae2bab-aa7a-fa16-9a51-9c45b5558ce0-fafd70d9 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_45ae2bab-aa7a-fa16-9a51-9c45b5558ce3-fafd70d9 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_45ae2bab-aa7a-fa16-9a51-9c45b5558ce5-fafd70d9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_45ae2bab-aa7a-fa16-9a51-9c45b5558cf6-fafd70d9 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_45ae2bab-aa7a-fa16-9a51-9c45b5558cf9-fafd70d9 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_45ae2bab-aa7a-fa16-9a51-9c45b5558d0c-fafd70d9 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_45ae2bab-aa7a-fa16-9a51-9c45b5558d0f-fafd70d9 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_45ae2bab-aa7a-fa16-9a51-9c45b5558d19-fafd70d9 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_45ae2bab-aa7a-fa16-9a51-9c45b5558d1c-fafd70d9 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_45ae2bab-aa7a-fa16-9a51-9c45b5558d26-fafd70d9 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_45ae2bab-aa7a-fa16-9a51-9c45b5558d29-fafd70d9 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_45ae2bab-aa7a-fa16-9a51-9c45b5558d33-fafd70d9 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_45ae2bab-aa7a-fa16-9a51-9c45b5558d36-fafd70d9 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_8a0434ea-c722-64a6-982c-f85728611cdd-fafd70d9 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_8a0434ea-c722-64a6-982c-f85728611ce0-fafd70d9 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_2487f356-73c4-101f-e9fc-123c9b63cec4-fafd70d9 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2487f356-73c4-101f-e9fc-123c9b63cec7-fafd70d9 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-b9945fef-4bc9-b634-1323-d35e6c72f993-fafd70d9 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-b9945fef-4bc9-b634-1323-d35e6c72f996-fafd70d9 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_48be096e-332c-448e-7bf5-0920410c667d-fafd70d9 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_48be096e-332c-448e-7bf5-0920410c6680-fafd70d9 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-df7a5dd2-0814-070c-a5ec-d4f5d0ecdf09-fafd70d9 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-df7a5dd2-0814-070c-a5ec-d4f5d0ecdf0c-fafd70d9 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_26ec9909-37fe-7a58-c94f-0fafd9e192b6-fafd70d9 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_26ec9909-37fe-7a58-c94f-0fafd9e192b9-fafd70d9 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_3dfd15f9-28a0-2de1-e12c-65c01bfcbad2-0006d4c8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_57c02d46-7256-647b-5652-3eb5ffe22776-33fb56fc {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_57c02d46-7256-647b-5652-3eb5ffe22779-33fb56fc {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_57c02d46-7256-647b-5652-3eb5ffe2277b-33fb56fc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_57c02d46-7256-647b-5652-3eb5ffe227a6-33fb56fc {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_57c02d46-7256-647b-5652-3eb5ffe227a9-33fb56fc {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_57c02d46-7256-647b-5652-3eb5ffe227ef-33fb56fc {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_57c02d46-7256-647b-5652-3eb5ffe227f2-33fb56fc {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_57c02d46-7256-647b-5652-3eb5ffe22818-33fb56fc {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_57c02d46-7256-647b-5652-3eb5ffe2281b-33fb56fc {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_57c02d46-7256-647b-5652-3eb5ffe22855-33fb56fc {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_57c02d46-7256-647b-5652-3eb5ffe22858-33fb56fc {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_57c02d46-7256-647b-5652-3eb5ffe2287e-33fb56fc {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_57c02d46-7256-647b-5652-3eb5ffe22881-33fb56fc {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_57c02d46-7256-647b-5652-3eb5ffe22897-33fb56fc {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_57c02d46-7256-647b-5652-3eb5ffe2289a-33fb56fc {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_57c02d46-7256-647b-5652-3eb5ffe228b0-33fb56fc {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_57c02d46-7256-647b-5652-3eb5ffe228b3-33fb56fc {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_57c02d46-7256-647b-5652-3eb5ffe228c9-33fb56fc {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_57c02d46-7256-647b-5652-3eb5ffe228cc-33fb56fc {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_57c02d46-7256-647b-5652-3eb5ffe228e2-33fb56fc {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_57c02d46-7256-647b-5652-3eb5ffe228e5-33fb56fc {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_57c02d46-7256-647b-5652-3eb5ffe2290b-33fb56fc {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_57c02d46-7256-647b-5652-3eb5ffe2290e-33fb56fc {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_57c02d46-7256-647b-5652-3eb5ffe22922-33fb56fc {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_57c02d46-7256-647b-5652-3eb5ffe22925-33fb56fc {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-fcd253de-4714-e13e-c461-599b41d05b8a-27b4aef4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9b843616-0451-bcb4-3e04-1c8e18a230d8-18a230d5 {
    align-self: center;
    justify-self: center;
  }

  #w-node-fcd253de-4714-e13e-c461-599b41d05b3d-27b4aef4, #w-node-fcd253de-4714-e13e-c461-599b41d05b62-27b4aef4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa v4compatibility';
  src: url('../fonts/fa-v4compatibility.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}