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

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

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

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

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

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

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

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

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

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

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

body {
  background-color: #fff;
  font-family: 'DM Sans', sans-serif;
  color: #000;
  font-size: 0.9rem;
  line-height: 1.5rem;
}

h1 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 700;
  letter-spacing: 4.17px;
}

h2 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  color: #3a3a3a;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 700;
}

h3 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 700;
}

h4 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  letter-spacing: 2px;
}

h5 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
}

h6 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 700;
}

p {
  margin-top: 15px;
  margin-bottom: 0rem;
  color: rgba(0, 0, 0, 0.6);
}

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

li {
  margin-bottom: 0.25rem;
}

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

label {
  margin-bottom: 0.25rem;
  font-weight: 500;
}

blockquote {
  margin-bottom: 0rem;
  padding: 0.75rem 1.25rem;
  border-left: 0.25rem solid #e2e2e2;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  margin-top: 0.25rem;
  text-align: center;
}

.form-message-success {
  padding: 1.25rem;
}

.z-2 {
  position: relative;
  z-index: 2;
}

.text-color-black {
  color: #000;
}

.fs-styleguide_row {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fs-styleguide_row.is-for-social-icons {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
}

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

.fs-styleguide_3-col {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-weight-semibold {
  font-weight: 600;
}

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

.max-width-full {
  width: 100%;
  max-width: none;
}

.layer {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.show {
  display: block;
}

.fs-styleguide_color-sample {
  margin-top: 0.5rem;
  padding: 5rem;
  background-color: #f5f5f5;
}

.fs-styleguide_color-sample.is-background2 {
  background-color: #fff;
}

.fs-styleguide_color-sample.is-text-color {
  background-color: #000;
}

.fs-styleguide_color-sample.is-secondary {
  background-color: #000;
}

.fs-styleguide_color-sample.is-background1 {
  background-color: #000;
}

.fs-styleguide_color-sample.is-others {
  background-color: #dfdfdf;
}

.fs-styleguide_color-sample.is-primary {
  background-color: #fff;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.button {
  padding: 0.75rem 2.75rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  -webkit-transition: color 300ms cubic-bezier(.455, .03, .515, .955), background-color 300ms cubic-bezier(.455, .03, .515, .955);
  transition: color 300ms cubic-bezier(.455, .03, .515, .955), background-color 300ms cubic-bezier(.455, .03, .515, .955);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #dfdfdf;
  color: #000;
}

.button.hide-mobile-landscape {
  background-color: #4d4d4d;
}

.button.is-white {
  background-color: #fff;
  color: #000;
}

.button.is-white:hover {
  background-color: #dfdfdf;
}

.button.is-pricing {
  display: block;
}

.heading-medium {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
}

.heading-large {
  width: auto;
  margin-top: 0rem;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 700;
  letter-spacing: 4.17px;
  text-transform: uppercase;
}

.text-weight-bold {
  font-weight: 700;
}

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

.icon-medium {
  height: 3rem;
}

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

.text-weight-normal {
  font-weight: 400;
}

.fs-styleguide_section {
  display: -ms-grid;
  display: grid;
  padding-top: 2rem;
  padding-bottom: 2rem;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.z-1 {
  position: relative;
  z-index: 1;
}

.icon-small {
  height: 2rem;
}

.show-mobile-portrait {
  display: none;
}

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

.background-color-grey {
  background-color: rgba(168, 193, 216, 0.2);
}

.hide {
  display: none;
}

.fs-styleguide_section-type {
  padding: 1.25rem;
  background-color: #000;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

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

.text-weight-xbold {
  font-weight: 800;
}

.text-style-link {
  text-decoration: underline;
}

.form-wrapper {
  margin-bottom: 0rem;
}

.text-style-muted {
  opacity: 0.6;
}

.text-size-small {
  font-size: 0.875rem;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: 0.75rem;
}

.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
}

.text-rich-text p {
  margin-bottom: 0.75rem;
}

.text-rich-text blockquote {
  margin-bottom: 0.75rem;
}

.text-rich-text ul {
  margin-bottom: 0.75rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.icon-large {
  height: 4rem;
}

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

.form-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
  padding-left: 0rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-xlarge {
  font-size: 4rem;
  line-height: 1.1;
  font-weight: 700;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.form-input {
  min-height: 3rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem 1rem;
  background-color: transparent;
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: 0.75rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.text-size-tiny {
  font-size: 0.75rem;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.form-checkbox-icon {
  width: 0.875rem;
  height: 0.875rem;
  margin: 0rem 0.5rem 0rem 0rem;
  border-radius: 0.125rem;
}

.form-checkbox-icon.w--redirected-checked {
  width: 0.875rem;
  height: 0.875rem;
  margin: 0rem 0.5rem 0rem 0rem;
  border-radius: 0.125rem;
  background-size: 90%;
}

.form-checkbox-icon.w--redirected-focus {
  width: 0.875rem;
  height: 0.875rem;
  margin: 0rem 0.5rem 0rem 0rem;
  border-radius: 0.125rem;
  box-shadow: 0 0 0.25rem 0rem #3898ec;
}

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

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.background-color-black {
  background-color: #000;
  color: #f5f5f5;
}

.text-style-quote {
  margin-bottom: 0rem;
  padding: 0.75rem 1.25rem;
  border-left: 0.25rem solid #e2e2e2;
  font-size: 1.25rem;
  line-height: 1.5;
}

.fs-styleguide_classes {
  display: none;
}

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

.fs-styleguide_1-col {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fs-styleguide_1-col.gap-medium {
  grid-row-gap: 2.5rem;
}

.spacing-clean {
  margin: 0rem;
  padding: 0rem;
}

.page-padding {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.fs-styleguide_2-col {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.show-tablet {
  display: none;
}

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

.text-color-grey {
  color: grey;
}

.form-radio-icon {
  width: 0.875rem;
  height: 0.875rem;
  margin-top: 0rem;
  margin-right: 0.5rem;
  margin-left: 0rem;
}

.form-radio-icon.w--redirected-checked {
  width: 0.875rem;
  height: 0.875rem;
  border-width: 0.25rem;
}

.form-radio-icon.w--redirected-focus {
  width: 0.875rem;
  height: 0.875rem;
  box-shadow: 0 0 0.25rem 0rem #3898ec;
}

.show-mobile-landscape {
  display: none;
}

.background-color-white {
  background-color: #fff;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.icon-1x1-large {
  width: 4rem;
  height: 4rem;
}

.form-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
  padding-left: 0rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-message-error {
  margin-top: 0.75rem;
  padding: 0.75rem;
}

.utility_component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility_form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 20rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

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

.utility_image {
  margin-right: auto;
  margin-bottom: 0.5rem;
  margin-left: auto;
}

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

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

.button-secondary {
  padding: 0.75rem 1.25rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0.125rem solid #386eec;
  background-color: transparent;
  color: #386eec;
  font-weight: 600;
  text-align: center;
}

.button-text {
  padding: 0.75rem 1.25rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #000;
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.margin-tiny {
  margin: 0.125rem;
}

.margin-xxsmall {
  margin: 0.25rem;
}

.margin-xsmall {
  margin: 0.5rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0rem;
}

.padding-0 {
  padding: 0rem;
}

.padding-tiny {
  padding: 0.125rem;
}

.padding-xxsmall {
  padding: 0.25rem;
}

.padding-xsmall {
  padding: 0.5rem;
}

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

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

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

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

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

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

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

.margin-horizontal {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.padding-top {
  padding-right: 0rem;
  padding-bottom: 0rem;
  padding-left: 0rem;
}

.padding-bottom {
  padding-top: 0rem;
  padding-right: 0rem;
  padding-left: 0rem;
}

.padding-left {
  padding-top: 0rem;
  padding-right: 0rem;
  padding-bottom: 0rem;
}

.padding-right {
  padding-top: 0rem;
  padding-bottom: 0rem;
  padding-left: 0rem;
}

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

.padding-horizontal {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.fs-styleguide_background-spacer {
  height: 5rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.heading-small {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
}

.heading-xsmall {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 2px;
}

.text-weight-medium {
  font-weight: 500;
}

.fs-styleguide_version-details {
  z-index: 5;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.fs-styleguide_page-header {
  margin-bottom: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #e6e6e6;
}

.button-secondary-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-secondary-wrapper:hover {
  text-decoration: underline;
}

.button-secondary-wrapper.is-white {
  color: #fff;
}

.button-secondary-wrapper.is-white.is-footer {
  margin-top: -0.75rem;
}

.button-arrow {
  margin-left: 1rem;
}

.nav_component {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: hsla(0, 0%, 100%, 0.9);
}

.nav_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav_menu-button {
  padding: 1.25rem;
}

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

.nav_brand {
  padding-left: 0rem;
}

.button-2 {
  position: relative;
  padding: 1rem 1.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.25rem;
  background-color: #0385ce;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0385ce), to(#039be5));
  background-image: linear-gradient(180deg, #0385ce, #039be5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
}

.button-2:hover {
  background-color: #006bbf;
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
  text-decoration: none;
}

.button-2:active {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}

.button-2.is-small {
  padding: 0.75rem 1.25rem;
  font-size: 0.875rem;
}

.nav_brand-image {
  margin: 0px;
  padding: 10px;
}

.nav_component-2 {
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #f5f5f5;
  box-shadow: 0 8px 2.5rem 0 rgba(0, 0, 0, 0.08);
}

.nav_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.75rem 1.25rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 300ms cubic-bezier(.455, .03, .515, .955);
  transition: color 300ms cubic-bezier(.455, .03, .515, .955);
  color: #000;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav_link:hover {
  color: #dfdfdf;
  text-decoration: none;
}

.nav_link.w--current {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 rgba(0, 0, 0, 0.25);
  background-color: rgba(220, 229, 236, 0);
  color: #000;
}

.nav_container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0rem;
  padding-left: 0rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-header {
  position: relative;
  background-color: #000;
}

.section-header.is-features {
  background-color: #000;
  background-image: linear-gradient(95deg, #000, #3d3d3d 42%, transparent), url('../images/Colors_MES_LR_23c18f2f-9caf-4998-ad71-a3327d04ad94_1024x10242x.jpeg');
  background-position: 0px 0px, 0% 100%;
  background-size: auto, auto;
}

.layout_content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding-right: 4rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.layout_content-wrapper._2 {
  margin-left: auto;
  padding-right: 0rem;
  padding-left: 4rem;
}

.layout_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.paragraph {
  color: rgba(0, 0, 0, 0.6);
}

.home-header_text {
  color: hsla(0, 0%, 100%, 0.6);
}

.html-embed {
  padding-left: 1rem;
}

.deco-strip {
  position: absolute;
  left: 0%;
  top: 25%;
  right: auto;
  bottom: 0%;
  width: 0.375rem;
  height: 19rem;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffc593), color-stop(54%, #bc7198), to(#5a77ff));
  background-image: linear-gradient(0deg, #ffc593, #bc7198 54%, #5a77ff);
}

.deco-strip.is-articles {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.deco-strip.cta {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  height: 280px;
}

.deco-strip.is-pricing {
  display: none;
}

.home-header_image-wrapper {
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.home-header_image {
  width: 200%;
}

.text-block {
  white-space: nowrap;
}

.section-stories {
  position: relative;
}

.stories_component {
  display: none;
  min-height: 600px;
  padding-right: 7rem;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.stories_component.is-second {
  padding-right: 0rem;
  -ms-grid-columns: 1.25fr 2fr;
  grid-template-columns: 1.25fr 2fr;
}

.stories_image-wrapper {
  background-image: url('../images/Bitmap-Copy.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.stories_image-wrapper.is-second {
  background-image: url('../images/Bitmap-Copy-1.jpg');
}

.stories_content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 387px;
  max-width: 387px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.stories_content-wrapper.is-second {
  margin-left: 7rem;
  padding-right: 0rem;
}

.articles_list {
  display: -ms-grid;
  display: grid;
  min-height: 500px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.articles_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 31.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-size: cover;
  background-repeat: no-repeat;
}

.articles_title {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
}

.articles_author {
  color: #fff;
  font-size: 0.8rem;
}

.articles_author-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 0.8rem;
}

.articles_by-text {
  margin-right: 0.1rem;
}

.divider-line {
  width: 100%;
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: hsla(0, 0%, 87.5%, 0.3);
}

.articles_read-more-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.articles_read-more-text {
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.html-embed-2 {
  color: #fff;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 2.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.articles_hover-bottom {
  width: 100%;
  height: 6px;
  background-image: linear-gradient(45deg, #ffc593, #bc7198 55%, #5a77ff);
}

.articles_hover-bottom.hide-mobile-landscape {
  height: 0.375rem;
}

.section-features {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.home-features_layout {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.875rem;
  grid-row-gap: 6.5rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.home-features_wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.home-features_title {
  font-size: 1.125rem;
}

.home-features_icon.is-gradient {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.home-features_text-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.footer_component {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000;
}

.footer_content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer_bottom-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: -1.5rem;
  margin-right: 7rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer_social-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer_social-icon {
  z-index: 1;
  display: block;
  padding-right: 0.75rem;
}

.footer_social-icon.is-gradient {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.footer_navigation {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -2.5rem;
  margin-left: 16rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

.list.footer_nav-list {
  height: 100%;
  padding-left: 0rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer_nav-list-item {
  margin-bottom: 0rem;
  -webkit-transition: color 300ms cubic-bezier(.455, .03, .515, .955);
  transition: color 300ms cubic-bezier(.455, .03, .515, .955);
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  list-style-type: none;
}

.footer_nav-list-item:hover {
  color: hsla(0, 0%, 100%, 0.3);
}

.footer_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.copyright {
  color: hsla(0, 0%, 87.5%, 0.5);
}

.footer_social-link-block {
  position: relative;
}

.footer_nav-link {
  display: block;
  padding: 0.25rem;
}

.footer_logo {
  margin-top: 0.25rem;
}

.heading-span {
  display: inline-block;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-block-2 {
  margin-top: -1rem;
  margin-left: -1rem;
  padding: 1rem;
}

.footer_top-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.deco-strip-horizontal {
  display: none;
  width: 128px;
  height: 6px;
}

.deco-strip-horizontal.is-pricing {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 100%;
  background-image: linear-gradient(45deg, #ffc593, #bc7198 50%, #5a77ff);
}

.deco-strip-horizontal.is-pricing.hide-tablet {
  height: 0.375rem;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-2 {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-3 {
  -o-object-fit: cover;
  object-fit: cover;
}

.layout_component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 37.5rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.layout_image-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 58%;
  height: 100%;
  background-image: url('../images/Colors_MES_LR_23c18f2f-9caf-4998-ad71-a3327d04ad94_1024x10242x.jpeg');
  background-size: cover;
  background-repeat: no-repeat;
}

.layout_image-wrapper.is-second {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  background-image: url('../images/Crestron-Home-Lighting-Controls-mobile.png');
  background-position: 0% 50%;
  background-size: cover;
}

.layout_image-wrapper.is-second.is-third {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/Philips-Hue-Wandschalter-3.jpg');
  background-position: 50% 50%;
}

.layout_image-wrapper.is-features {
  background-image: url('../images/Bitmap-2-1.jpg');
}

.layout_image-wrapper.is-pricing {
  background-image: url('../images/PXL_20210906_042941563.jpg');
  background-position: 50% 50%;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.stories-parent {
  position: relative;
}

.nav_link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mobile-divider {
  display: none;
  width: 100%;
  height: 1px;
  background-color: #000;
}

.mobile-divider.show-mobile-landscape {
  background-color: #dfdfdf;
}

.spacer {
  display: none;
}

.date-author-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.articles_date {
  color: #fff;
}

.section-cta {
  position: relative;
  padding-top: 4.25rem;
  padding-bottom: 4.25rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(314deg, #000 31%, hsla(0, 0%, 100%, 0)), url('../images/Kitchen-8.jpeg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.cta_layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta_content-wrapper {
  max-width: 25rem;
  color: #fff;
  text-transform: uppercase;
}

.bottom-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-pricing {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.pricing_switch-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing_monthly {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 700;
}

.pricing_switch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4rem;
  height: 2rem;
  margin-right: 2rem;
  margin-left: 2rem;
  padding: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #dfdfdf;
  cursor: pointer;
}

.pricing_dot {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100px;
  background-color: #000;
}

.text-block-2 {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.125rem;
  font-weight: 700;
}

.pricing_card-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing_card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 21.875rem;
  padding: 3.5rem 2.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #f5f5f5;
  text-align: center;
}

.pricing_card.is-black {
  position: relative;
  margin-right: 1.875rem;
  margin-left: 1.875rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000;
  color: #fff;
}

.pricing_card-text {
  color: rgba(0, 0, 0, 0.6);
}

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

.compare-feature-text {
  font-size: 1.125rem;
  font-weight: 600;
}

.compare-feature-text.is-bolded {
  font-weight: 700;
}

.pricing2_button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.pricing2_price-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.max-width-small-2 {
  width: 100%;
  max-width: 48rem;
}

.compare_component {
  position: relative;
}

.pricing-options_title {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.pricing-options_title.is-first {
  color: #1a1a1a;
  text-align: left;
}

.compare-yes-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0385ce;
}

.pricing2_price-row {
  display: -ms-grid;
  display: grid;
  padding: 1.5rem 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  -ms-grid-columns: minmax(16rem, 1fr) 1fr 1fr 1fr;
  grid-template-columns: minmax(16rem, 1fr) 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 0.125rem solid #e9e9e9;
}

.text-span-primary {
  color: #0385ce;
}

.pricing-billing-cycle {
  color: rgba(26, 26, 26, 0.5);
  font-size: 1.25rem;
  font-weight: 400;
}

.compare_feature-row {
  display: -ms-grid;
  display: grid;
  padding: 1.5rem 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  -ms-grid-columns: minmax(16rem, 1fr) 1fr 1fr 1fr;
  grid-template-columns: minmax(16rem, 1fr) 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 0.125rem solid #e9e9e9;
}

.button-bubble {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  border-radius: 0.25rem;
  background-color: transparent;
  box-shadow: inset 0 0 0 0.0625rem #0385ce;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  color: #0385ce;
  font-size: 1rem;
  font-weight: 600;
}

.button-bubble:hover {
  background-color: #e9f0f4;
  text-decoration: none;
}

.button-bubble.is-filled {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0385ce), to(#039be5));
  background-image: linear-gradient(180deg, #0385ce, #039be5);
  color: #fff;
}

.button-bubble.is-filled:hover {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}

.button-bubble.is-filled:active {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}

.pricing2_price {
  font-size: 3rem;
}

.section-title {
  display: inline-block;
  margin-bottom: 0.75rem;
  padding: 0.5rem 0.75rem;
  border-bottom: 0.125rem solid #0385ce;
  background-color: #f0f0f0;
  color: #1a1a1a;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.0625rem;
}

.compare_check-list {
  display: -ms-grid;
  display: grid;
  margin-top: 0.75rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pricing-no-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.4;
  color: #1a1a1a;
}

.compare_icon-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.compare_plans-name {
  display: -ms-grid;
  display: grid;
  padding: 2rem 3rem;
  justify-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  -ms-grid-columns: minmax(18.75rem, 1fr) 1fr 1fr 1fr;
  grid-template-columns: minmax(18.75rem, 1fr) 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid #000;
}

.layout-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.pricing-options_title-wrapper {
  text-align: center;
}

.pricing-feature-text {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.pricing-feature-text.is-bolded {
  font-weight: 700;
}

.pricing-options_component {
  position: relative;
}

.pricing-yes-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.pricing-options_feature-row {
  display: -ms-grid;
  display: grid;
  padding: 1.5rem 0rem 1.5rem 1.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  -ms-grid-columns: minmax(16rem, 0.75fr) 0.5fr 0.5fr 0.5fr;
  grid-template-columns: minmax(16rem, 0.75fr) 0.5fr 0.5fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 0.125rem solid #e9e9e9;
}

.pricing-options_check-list {
  display: -ms-grid;
  display: grid;
  margin-top: 0.75rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pricing-options_icon-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-options_plans-name {
  display: -ms-grid;
  display: grid;
  padding: 2rem 0rem 2rem 1.5rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: minmax(16rem, 0.75fr) 0.5fr 0.5fr 0.5fr;
  grid-template-columns: minmax(16rem, 0.75fr) 0.5fr 0.5fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid #000;
  background-color: #fff;
}

.hero {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.flowout-section-item-tag-2 {
  position: absolute;
  left: -16px;
  top: auto;
  right: auto;
  bottom: 30px;
  max-width: 70%;
}

.flowout-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flowout-author.flowout-section-item-author {
  color: grey;
}

.flowout-container {
  max-width: 1440px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flowout-tag-wrapper {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.flowout-section-item-tag-1 {
  position: absolute;
  left: auto;
  top: 16px;
  right: -16px;
  bottom: auto;
  max-width: 50%;
}

.flowout-author-name {
  margin-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.flowout-section-item-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flowout-divider {
  width: 100%;
  height: 1px;
  margin-top: 56px;
  margin-bottom: 24px;
  background-color: grey;
}

.flowout-section-item-quote {
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  color: grey;
  font-size: 18px;
  line-height: 24px;
}

.flowout-section-item-content {
  max-width: 576px;
  margin-top: 60px;
  margin-right: 0px;
  margin-bottom: 60px;
  padding-right: 0px;
}

.flowout-tag {
  display: inline-block;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border-radius: 22px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.flowout-tag.flowout-tag-how-it-works {
  display: inline-block;
  width: auto;
  border-radius: 0px;
  background-color: rgba(255, 184, 70, 0.2);
  color: #ffb846;
}

.flowout-section-item-heading {
  margin-top: 0px;
  font-size: 38px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
}

.flowout-section-item {
  margin-top: 112px;
  margin-bottom: 112px;
  grid-auto-flow: row;
  grid-column-gap: 40px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.flowout-section-item.flowout-section-item-last {
  margin-bottom: 0px;
}

.flowout-section-item.flowout-section-item-first {
  margin-top: 0px;
}

.flowout-author-role {
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 14px;
  line-height: 20px;
}

.flowout-section-item-image {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-image: url('../images/image1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.flowout-section-item-image.image-3 {
  background-image: url('../images/image3.jpg');
}

.flowout-section-item-image.image-2 {
  background-image: url('../images/image2.jpg');
}

.flowout-section-item-image.image-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.flowout-section-item-text {
  margin-top: 10px;
  margin-bottom: 24px;
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.flowout-section-item-left {
  padding-right: 0px;
}

.flowout-section-item-tag-3 {
  position: absolute;
  left: auto;
  top: 24px;
  right: -16px;
  bottom: auto;
  max-width: 80%;
}

.div-block-6 {
  padding: 43px;
}

.flowout-section-item-tag-3-copy {
  position: absolute;
  left: auto;
  top: 85px;
  right: -16px;
  bottom: auto;
  max-width: 80%;
}

.flowout-section-item-tag-3-copy {
  position: absolute;
  left: auto;
  top: 24px;
  right: -16px;
  bottom: auto;
  max-width: 80%;
}

.flowout-section-item-tag-3-copy-copy {
  position: absolute;
  left: auto;
  top: 24px;
  right: -16px;
  bottom: auto;
  max-width: 80%;
}

.flowout-section-item-tag-3-copy-copy-copy {
  position: absolute;
  left: auto;
  top: 162px;
  right: -16px;
  bottom: auto;
  max-width: 80%;
  margin-top: 15px;
}

.flowout-section-item-tag-3-copy-copy-copy-copy {
  position: absolute;
  left: auto;
  top: 93px;
  right: -16px;
  bottom: auto;
  max-width: 80%;
}

.image-5 {
  border-style: solid;
  border-width: 1px;
  border-color: #848585;
  border-radius: 13px;
}

.deco-strip-copy {
  position: absolute;
  left: 0%;
  top: 25%;
  right: auto;
  bottom: 0%;
  width: 0.375rem;
  height: 19rem;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffc593), color-stop(54%, #bc7198), to(#5a77ff));
  background-image: linear-gradient(0deg, #ffc593, #bc7198 54%, #5a77ff);
}

.deco-strip-copy.is-articles {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.deco-strip-copy.cta {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  height: 280px;
}

.deco-strip-copy.is-pricing {
  display: none;
}

.dropdown-link {
  text-transform: uppercase;
}

.dropdown-link-2 {
  text-transform: uppercase;
}

.dropdown-link-3 {
  text-transform: uppercase;
}

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

.dropdown-list.w--open {
  background-color: #fff;
}

.section {
  margin-bottom: auto;
}

.slider-right {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 4px;
  background-color: #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.slider-right:hover {
  background-color: #5233bb;
}

.slider-right.button-copy {
  border-radius: 0px;
}

.checkbox-title {
  display: none;
  margin-bottom: 0px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #5b3acc;
  font-size: 14px;
}

.button-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  min-width: 150px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #8c54ff;
  background-image: linear-gradient(159deg, #8c54ff, #7b41f1);
  box-shadow: inset -1px -1px 3px 0 rgba(32, 27, 61, 0.6), inset 1px 1px 3px 0 rgba(238, 230, 255, 0.44), 1px 1px 2px 0 #5b3acc;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-menu:hover {
  box-shadow: inset 1px 1px 3px 0 rgba(32, 27, 61, 0.22), inset -1px -1px 3px 0 rgba(238, 230, 255, 0), 1px 1px 2px 0 #5b3acc;
}

.form-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-wrap.extra-space {
  margin-bottom: 40px;
}

.field-label {
  margin-bottom: 8px;
  color: #617283;
  font-size: 15px;
  font-weight: 500;
}

.arrow-cta {
  position: absolute;
  left: -20%;
  top: auto;
  right: auto;
  bottom: -120%;
  width: 100px;
}

.form-wrapper-2 {
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
}

.checkbox-text-wrapper {
  position: relative;
  z-index: 9;
  cursor: pointer;
}

.help-block {
  position: absolute;
  left: auto;
  top: 15px;
  right: 15px;
  bottom: auto;
  padding: 20px;
}

.previous-placeholder {
  display: none;
  width: auto;
  height: 35px;
  max-width: 100px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.previous-placeholder:hover {
  opacity: 1;
}

.price-field {
  position: relative;
  min-height: 55px;
  margin-bottom: 0px;
  border: 1.3px solid #bec9d5;
  border-radius: 4px;
  font-size: 16px;
}

.price-field:focus {
  border-width: 1.3px;
  border-color: #007bfc;
}

.price-field::-webkit-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.price-field:-ms-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.price-field::-ms-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.price-field::placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.form-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 560px;
  min-width: 490px;
  margin-bottom: -20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slider-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 80px;
  margin-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: rgba(21, 28, 52, 0.06);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
}

.slider-left:hover {
  background-color: rgba(21, 28, 52, 0.15);
}

.banner-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  padding: 25% 40px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.slide-banner {
  width: 30%;
  min-width: 310px;
  background-color: #000;
}

.text-field {
  position: relative;
  min-height: 55px;
  margin-bottom: 0px;
  border: 1.3px solid #bec9d5;
  border-radius: 2px;
  font-size: 16px;
}

.text-field:focus {
  border-width: 1.3px;
  border-color: #007bfc;
}

.text-field::-webkit-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.text-field:-ms-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.text-field::-ms-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.text-field::placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.banner-logo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.08);
}

.author-name {
  margin-bottom: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.text-block-3 {
  color: #5b617c;
}

.button-wrapper-2 {
  position: relative;
}

.checkbox-base {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1.2px;
  border-color: rgba(62, 52, 200, 0.1);
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 1px 1px 35px 0 rgba(198, 211, 255, 0.28);
}

.checkbox-text {
  color: #5b617c;
  font-weight: 400;
}

.slide {
  position: static;
  width: 100%;
  height: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 20px;
}

.logo {
  margin-bottom: 40px;
}

.star-row {
  margin-bottom: 30px;
}

.checkbox-icon {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  margin-right: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: rgba(91, 58, 204, 0.05);
}

.form-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-item-wrapper.fixed-height {
  min-height: 160px;
}

.next-button {
  display: none;
  padding: 12px 32px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px;
  background-color: #5b3acc;
  -webkit-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;
  font-size: 15px;
}

.form-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.next-placeholder {
  display: none;
  overflow: visible;
  width: auto;
  height: 47px;
  max-width: 159px;
  margin: auto auto 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-h4 {
  margin-top: 0px;
  margin-bottom: 3px;
  font-size: 1rem;
  letter-spacing: 0px;
}

.icon {
  width: 25px;
}

.banner-h3 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.3px;
}

.text-block-4 {
  font-family: Oswald, sans-serif;
  color: #5b617c;
  font-size: 100px;
  line-height: 20px;
  font-weight: 700;
}

.form-section-title {
  margin-bottom: 12px;
  color: #000;
  font-size: 36px;
  line-height: 32px;
  font-weight: 400;
}

.author-image {
  width: 50px;
  margin-right: 14px;
  border-radius: 100px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.14);
}

.author-testimonial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.notice {
  margin-bottom: 20px;
  padding: 15px;
  background-color: #2e2a4d;
  color: hsla(0, 0%, 100%, 0.65);
  font-size: 15px;
  line-height: 23px;
}

.text-span {
  color: #fff;
}

.submit-button {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 4px;
  background-color: #5b3acc;
  color: #fff;
  font-size: 16px;
}

.previous-button {
  display: none;
  padding: 5px 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 1;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  color: #5b617c;
  font-size: 15px;
  text-indent: -2px;
}

.previous-button:hover {
  border-bottom-color: rgba(0, 0, 0, 0.55);
  opacity: 1;
}

.success-message {
  padding: 50px;
  letter-spacing: 1px;
}

.dot {
  width: 10px;
  height: 10px;
  margin-right: 8px;
  margin-left: 8px;
  border-radius: 100px;
  background-color: rgba(91, 97, 124, 0.1);
}

.dot.active-dot {
  background-color: #5b617c;
}

.slider {
  position: relative;
  height: 100vh;
  min-height: 850px;
  background-color: transparent;
}

.slide-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}

.paragraph-2 {
  max-width: 650px;
  margin-bottom: 30px;
  color: hsla(0, 0%, 100%, 0.78);
  font-size: 18px;
  line-height: 1.6;
}

.checkbox {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: transparent;
  border-radius: 10px;
  opacity: 0;
  cursor: pointer;
}

.checkbox:active {
  border: 1px solid #000;
}

.slide-counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 20px;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  padding: 100px 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 140px;
  min-width: 150px;
  margin-right: 6px;
  margin-left: 6px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-paragraph {
  max-width: 550px;
  color: #5b617c;
  font-size: 18px;
  line-height: 23px;
}

.error-message {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.button-copy {
  width: 100%;
  padding: 0.75rem 2.75rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  -webkit-transition: color 300ms cubic-bezier(.455, .03, .515, .955), background-color 300ms cubic-bezier(.455, .03, .515, .955);
  transition: color 300ms cubic-bezier(.455, .03, .515, .955), background-color 300ms cubic-bezier(.455, .03, .515, .955);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-copy:hover {
  background-color: #dfdfdf;
  color: #000;
}

.button-copy.hide-mobile-landscape {
  background-color: #4d4d4d;
}

.button-copy.is-white {
  background-color: #fff;
  color: #000;
}

.button-copy.is-white:hover {
  background-color: #dfdfdf;
}

.button-copy.is-pricing {
  display: block;
}

.slider-right-2 {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 4px;
  background-color: #5b3acc;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.slider-right-2:hover {
  background-color: #5233bb;
}

.slider-right-2.button-copy {
  border-radius: 0px;
  background-color: #000;
}

.main-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.gallery {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #8e7f26;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.gallery-grid-container {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.heading {
  font-size: 2.5rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-field-2 {
  position: relative;
  min-height: 55px;
  margin-bottom: 0px;
  border: 1.3px solid #bec9d5;
  border-radius: 0px;
  font-size: 16px;
}

.text-field-2:focus {
  border-width: 1.3px;
  border-color: #007bfc;
}

.text-field-2::-webkit-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.text-field-2:-ms-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.text-field-2::-ms-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.text-field-2::placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.form-section-title-2 {
  margin-bottom: 12px;
  color: #0a1f44;
  font-size: 36px;
  line-height: 32px;
  font-weight: 400;
}

.slide-banner-2 {
  width: 30%;
  min-width: 310px;
  background-color: #1f1b3a;
}

.checkbox-base-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1.2px;
  border-color: rgba(62, 52, 200, 0.1);
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 1px 1px 35px 0 rgba(198, 211, 255, 0.28);
}

.checkbox-h4-2 {
  margin-top: 0px;
  margin-bottom: 3px;
}

.banner-h3-2 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.3px;
}

.submit-button-2 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 4px;
  background-color: #5b3acc;
  color: #fff;
  font-size: 16px;
}

.checkbox-field-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  height: 140px;
  min-width: 150px;
  margin-right: 6px;
  margin-left: 6px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-45 {
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 700;
}

.section-23 {
  position: relative;
  z-index: 1;
  display: block;
  padding-top: 70px;
  padding-bottom: 70px;
  font-family: 'Open Sans', sans-serif;
}

.section-23.pre-footer-cta {
  margin-bottom: 58px;
  padding-bottom: 0px;
}

.lightbox-link-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-11 {
  margin-top: 0px;
}

.div-block-107 {
  padding: 11px 16px;
  background-color: #fff;
}

.title {
  margin-bottom: 0px;
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.heading-61 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 500;
}

.gradient-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6fec8e), color-stop(48%, #69e2c3), to(#6be8fa));
  background-image: linear-gradient(180deg, #6fec8e, #69e2c3 48%, #6be8fa);
  opacity: 0.9;
}

.gradient-bg.gs-bg {
  background-image: linear-gradient(45deg, #6fec8e, #69e2c3 48%, #6be8fa);
  opacity: 1;
}

.gradient-bg.gs-bg.bottom-cta-gradient {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 100%;
  margin-bottom: 0px;
  padding: 0px;
  background-color: #000;
  background-image: none;
  opacity: 1;
}

.pre-footer-cta-grid {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 60% 40%;
  grid-template-columns: 60% 40%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text {
  color: #566c83;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0px;
}

.text._20px {
  margin-top: 15px;
  margin-bottom: 20px;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 19px;
  font-weight: 400;
}

.play-button {
  position: absolute;
  width: 60px;
  max-width: 25%;
  opacity: 0.85;
}

.pre-footer-hero {
  margin-top: 33px;
}

.pre-footer-content {
  padding-right: 40px;
}

.pre-footer-main-content {
  height: 70%;
}

.bottom-cta-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.lightbox-link-2-copy-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-large-copy {
  width: auto;
  margin-top: 0rem;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 700;
  letter-spacing: 4.17px;
  text-transform: uppercase;
}

.cards-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.heading-62 {
  margin-top: 1.2rem;
  margin-bottom: 0.5rem;
}

.paragraph-3 {
  margin-bottom: 2.9rem;
}

.paragraph-4 {
  font-size: 1rem;
}

.paragraph-5 {
  font-size: 1rem;
}

.lightbox-link-2-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-63 {
  margin-bottom: 3.9rem;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}

.black {
  margin-top: 103px;
  background-color: #000;
}

.heading-63-copy {
  margin-bottom: 3.9rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}

.heading-62-copy {
  margin-top: 1.2rem;
  margin-bottom: 0.5rem;
  background-color: transparent;
  color: #fff;
}

.paragraph-4-copy {
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 1rem;
}

.paragraph-5-copy {
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 1rem;
}

.div-block-108 {
  margin-top: -121px;
}

.heading-64 {
  margin-bottom: 0.6rem;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
}

.heading-64-copy {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
}

.frfd {
  margin-top: 26px;
}

.heading-64-copy-copy {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 400;
}

.heading-64-copy-copy {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
}

.heading-64-copy-copy-copy {
  margin-top: 0.9rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
}

.heading-64-copy-copy-copy {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 400;
}

.layout_image-wrapper-copy {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 58%;
  height: 100%;
  background-image: url('../images/Colors_MES_LR_23c18f2f-9caf-4998-ad71-a3327d04ad94_1024x10242x.jpeg');
  background-size: cover;
  background-repeat: no-repeat;
}

.layout_image-wrapper-copy.is-second {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  background-image: url('../images/Crestron-Home-Lighting-Controls-mobile.png');
  background-position: 0% 50%;
  background-size: cover;
}

.layout_image-wrapper-copy.is-second.is-third {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/Philips-Hue-Wandschalter-3.jpg');
  background-position: 50% 50%;
}

.layout_image-wrapper-copy.is-features {
  background-image: url('../images/Bitmap-2-1.jpg');
}

.layout_image-wrapper-copy.is-pricing {
  background-image: url('../images/PXL_20210906_042941563.jpg');
  background-position: 50% 50%;
}

.layout_image-wrapper-copy-copy {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 58%;
  height: 100%;
  background-image: url('../images/Colors_MES_LR_23c18f2f-9caf-4998-ad71-a3327d04ad94_1024x10242x.jpeg');
  background-size: cover;
  background-repeat: no-repeat;
}

.layout_image-wrapper-copy-copy.is-second {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  background-image: url('../images/Crestron-Home-Lighting-Controls-mobile.png');
  background-position: 0% 50%;
  background-size: cover;
}

.layout_image-wrapper-copy-copy.is-second.is-third {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/Philips-Hue-Wandschalter-3.jpg');
  background-position: 50% 50%;
}

.layout_image-wrapper-copy-copy.is-features {
  background-image: url('../images/Bitmap-2-1.jpg');
}

.layout_image-wrapper-copy-copy.is-pricing {
  background-image: url('../images/PXL_20210906_042941563.jpg');
  background-position: 50% 50%;
}

.layout_image-wrapper-copy-copy.is-second-copy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  background-image: url('../images/Crestron-Home-Lighting-Controls-mobile.png');
  background-position: 0% 50%;
  background-size: cover;
}

.layout_image-wrapper-copy-copy.is-second-copy.is-third {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/Philips-Hue-Wandschalter-3.jpg');
  background-position: 50% 50%;
}

.layout_image-wrapper-copy-copy.is-second-copy-copy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  background-image: url('../images/Kitchen-8.jpeg');
  background-size: cover;
}

.layout_image-wrapper-copy-copy.is-second-copy-copy.is-third {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/Philips-Hue-Wandschalter-3.jpg');
  background-position: 50% 50%;
}

.layout_image-wrapper-copy {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 58%;
  height: 100%;
  background-image: url('../images/Colors_MES_LR_23c18f2f-9caf-4998-ad71-a3327d04ad94_1024x10242x.jpeg');
  background-size: cover;
  background-repeat: no-repeat;
}

.layout_image-wrapper-copy.is-second {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  background-image: url('../images/Crestron-Home-Lighting-Controls-mobile.png');
  background-position: 0% 50%;
  background-size: cover;
}

.layout_image-wrapper-copy.is-second.is-third {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/Philips-Hue-Wandschalter-3.jpg');
  background-position: 50% 50%;
}

.layout_image-wrapper-copy.is-features {
  background-image: url('../images/Bitmap-2-1.jpg');
}

.layout_image-wrapper-copy.is-pricing {
  background-image: url('../images/PXL_20210906_042941563.jpg');
  background-position: 50% 50%;
}

.layout_image-wrapper-copy.is-second-copy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  background-image: url('../images/Crestron-Home-Lighting-Controls-mobile.png');
  background-position: 0% 50%;
  background-size: cover;
}

.layout_image-wrapper-copy.is-second-copy.is-third {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/Philips-Hue-Wandschalter-3.jpg');
  background-position: 50% 50%;
}

.layout_image-wrapper-copy.is-second-copy.is-third-copy {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/Philips-Hue-Wandschalter-3.jpg');
  background-position: 50% 50%;
}

.layout_image-wrapper-copy.is-second-copy.is-third-copy-copy {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/Philips-Hue-Wandschalter-3.jpg');
  background-position: 50% 50%;
}

.layout_image-wrapper-copy.is-second-copy-copy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  background-image: url('../images/Crestron-Home-Lighting-Controls-mobile.png');
  background-position: 0% 50%;
  background-size: cover;
}

.layout_image-wrapper-copy.is-second-copy-copy.is-third {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/Philips-Hue-Wandschalter-3.jpg');
  background-position: 50% 50%;
}

.layout_image-wrapper-copy.is-second-copy-copy.is-third-copy {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/Philips-Hue-Wandschalter-3.jpg');
  background-position: 50% 50%;
}

.layout_image-wrapper-copy.is-second-copy-copy.is-third-copy-copy {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/220066-1696x1131-cute-family.jpeg');
  background-position: 50% 50%;
}

.text-block-46 {
  font-size: 1.1rem;
}

.card-slider {
  height: auto;
  background-color: transparent;
}

.p-card {
  margin-top: 16px;
  color: #3a3a3a;
  line-height: 25px;
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 10% 15% 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: box-shadow 150ms ease, -webkit-transform 150ms ease;
  transition: box-shadow 150ms ease, -webkit-transform 150ms ease;
  transition: transform 150ms ease, box-shadow 150ms ease;
  transition: transform 150ms ease, box-shadow 150ms ease, -webkit-transform 150ms ease;
  color: #777;
  cursor: pointer;
}

.card:hover {
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.09);
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.card-slider-mask {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-24 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.card-slide {
  width: 33.33333333%;
  margin-bottom: 3%;
  padding-right: 1.5%;
  padding-left: 1.5%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.button-arrow-2 {
  margin-left: 11px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.text-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #51a646;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-button:hover {
  color: #79be44;
}

.text-span-2 {
  font-size: 15px;
  line-height: 1px;
}

.button-secondary-2 {
  padding: 15px 48px;
  border-radius: 80px;
  background-color: #f3f1ff;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  color: #4a3aff;
  line-height: 20px;
  text-align: center;
}

.button-secondary-2:hover {
  background-color: #4a3aff;
  color: #fff;
}

.button-secondary-2.cloneable-header-button {
  padding-right: 22px;
  padding-left: 22px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
}

.image-wrapper---brix {
  overflow: hidden;
}

.image-wrapper---brix.testimonial-v1---brix {
  margin-right: 18px;
  border-radius: 50%;
  box-shadow: 0 4px 14px 0 rgba(36, 39, 41, 0.1);
}

.card---brix {
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #f7f7fb;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 5px 14px 0 rgba(8, 15, 52, 0.04);
}

.card---brix.testimonial-v1---brix {
  padding: 53px 54px 60px;
  border-radius: 0px;
}

.card---brix.testimonial-v1---brix.first---brix {
  border-radius: 0px;
}

.slide---brix.testimonial-v1---brix {
  max-width: 500px;
  margin-right: 30px;
}

.image---brix.avatar---brix.testimonial-v1---brix {
  width: 60px;
  max-height: 60px;
  min-height: 60px;
  min-width: 60px;
}

.display-none {
  display: none;
}

.mask---brix {
  border-radius: 20px;
}

.mask---brix.testimonial-v1---brix {
  overflow: visible;
  max-width: 500px;
}

.paragraph---brix.testimonial-v1---brix {
  margin-bottom: 28px;
}

.cloneable-container-default {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 624px;
  padding-top: 140px;
  padding-bottom: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f7f7fb;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.cloneable-header-grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 32px;
  -ms-grid-columns: 1.6fr 1fr;
  grid-template-columns: 1.6fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.slider---brix {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.subtitle---brix {
  margin-bottom: 11px;
  color: #8d8026;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.heading-size-3 {
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 28px;
}

.container-default---brix {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.cloneable-header {
  margin-bottom: 44px;
  padding: 24px 32px;
  border-radius: 18px;
  background-color: #fff;
  box-shadow: 0 3px 14px 0 rgba(74, 58, 255, 0.03), 0 -2px 4px 0 rgba(20, 20, 43, 0.02), 0 12px 24px 0 rgba(20, 20, 43, 0.01);
}

.split-content---brix.avatar-content---brix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.split-content---brix.testimonials-client-info---brix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-content---brix.testimonial-v1--brix {
  margin-bottom: 42px;
}

.section-25 {
  padding-top: 72px;
  padding-bottom: 72px;
}

.section-25.cloneables-listing {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-25.hero {
  position: relative;
  overflow: hidden;
  padding-bottom: 100px;
}

.title-2 {
  white-space: break-spaces;
}

.title-2.avatar-name-v1---brix {
  margin-bottom: 0px;
  font-size: 15px;
}

.title-2.testimonial---brix {
  margin-top: 0.7rem;
  margin-bottom: 0px;
  font-size: 40px;
  line-height: 2.6rem;
}

.title-2.testimonial-v1---brix {
  margin-bottom: 13px;
}

.slider-arrow---brix {
  width: 64px;
  max-height: 64px;
  min-height: 64px;
  min-width: 64px;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 50%;
  background-color: #4a3aff;
  box-shadow: 0 4px 4px 0 rgba(12, 4, 102, 0.2);
  -webkit-transition: box-shadow 350ms ease, background-color 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, background-color 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, background-color 350ms ease, color 350ms ease, transform 350ms ease;
  transition: box-shadow 350ms ease, background-color 350ms ease, color 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
  font-size: 22px;
}

.slider-arrow---brix:hover {
  background-color: #fff;
  box-shadow: 0 4px 20px -8px rgba(12, 4, 102, 0.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #170f49;
}

.slider-arrow---brix:active {
  -webkit-transform: scale(0.94);
  -ms-transform: scale(0.94);
  transform: scale(0.94);
}

.slider-arrow---brix.small---brix {
  width: 56px;
  max-height: 56px;
  min-height: 56px;
  min-width: 56px;
  margin-top: auto;
  margin-bottom: auto;
}

.slider-arrow---brix.small---brix.right---brix {
  left: auto;
  width: 40px;
  max-height: 40px;
  min-height: 40px;
  min-width: 40px;
  border-radius: 0%;
  background-color: #8d8026;
}

.slider-arrow---brix.small---brix.left---brix {
  right: auto;
  background-color: #306f27;
}

.text-block-48 {
  color: #2f6f27;
}

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

.blob-hero {
  position: absolute;
  left: -8%;
  top: auto;
  right: auto;
  bottom: -25%;
  z-index: -1;
  overflow: hidden;
  opacity: 0.29;
  -webkit-filter: blur(130px);
  filter: blur(130px);
}

.error-message-2.newsletter {
  margin-top: 22px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 11px;
  background-color: #ff7b7d;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.font-16px---22px {
  font-size: 16px;
  line-height: 20px;
}

.container-620px-center {
  max-width: 620px;
  margin-right: auto;
  margin-left: auto;
}

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

.flex.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-underline {
  text-decoration: underline;
}

.text-underline.primary-color {
  color: #4a3aff;
}

.container-740px-center {
  max-width: 740px;
  margin-right: auto;
  margin-left: auto;
}

.success-message-2 {
  padding-top: 48px;
  padding-bottom: 48px;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 18px;
  background-color: #fff;
  box-shadow: 0 6px 28px 0 rgba(23, 15, 73, 0.05);
  color: #170f49;
  font-weight: 700;
}

.container-default {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  background-color: #242424;
  color: #fff;
}

.text-uppercase {
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.text-uppercase.subtitle {
  margin-bottom: 12px;
  color: #4a3aff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

.form-newsletter-wrapper {
  position: relative;
}

.mg-right-12px {
  margin-right: 12px;
}

.container-510px-center {
  max-width: 510px;
  margin-right: auto;
  margin-left: auto;
}

.button-primary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 40px 21px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 80px;
  background-color: #4a3aff;
  box-shadow: 0 3px 12px 0 rgba(74, 58, 255, 0.12);
  -webkit-transition: box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.button-primary:hover {
  background-color: #3527d8;
  box-shadow: 0 4px 10px 0 rgba(74, 58, 255, 0.15);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.button-primary.newsletter {
  position: absolute;
  left: auto;
  top: 14px;
  right: 14px;
  bottom: 14px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.button-primary.newsletter:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.input-relative {
  min-height: 64px;
  margin-bottom: 24px;
  padding: 32px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 100px;
}

.input-relative:focus {
  border-color: #4a3aff;
  color: #0d0a2c;
}

.input-relative::-webkit-input-placeholder {
  color: #615e83;
  font-size: 18px;
  line-height: 20px;
}

.input-relative:-ms-input-placeholder {
  color: #615e83;
  font-size: 18px;
  line-height: 20px;
}

.input-relative::-ms-input-placeholder {
  color: #615e83;
  font-size: 18px;
  line-height: 20px;
}

.input-relative::placeholder {
  color: #615e83;
  font-size: 18px;
  line-height: 20px;
}

.input-relative.newsletter {
  min-height: 84px;
  margin-bottom: 0px;
  padding-top: 32px;
  padding-bottom: 32px;
  box-shadow: 0 4px 25px 0 rgba(13, 10, 44, 0.06);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-size: 18px;
}

.input-relative.newsletter:hover {
  border-color: #4a3aff;
  box-shadow: 0 8px 28px 0 rgba(23, 15, 73, 0.08);
}

.input-relative.newsletter:focus {
  border-color: #4a3aff;
  box-shadow: 0 7px 28px 0 rgba(23, 15, 73, 0.08);
}

.input-relative.newsletter::-webkit-input-placeholder {
  font-size: 18px;
}

.input-relative.newsletter:-ms-input-placeholder {
  font-size: 18px;
}

.input-relative.newsletter::-ms-input-placeholder {
  font-size: 18px;
}

.input-relative.newsletter::placeholder {
  font-size: 18px;
}

.success-message-image {
  margin-bottom: 23px;
}

.icon-left---brix {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.icon-left---brix.address {
  position: relative;
  bottom: -8px;
}

.grid-footer-v1---2-columns {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-footer-v1---2-columns.grid-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-icon-link---brix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-pagraph-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-link {
  color: #fff;
  text-decoration: none;
}

.footer-link:hover {
  color: #4a3aff;
}

.link-wrapper {
  display: inline-block;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  color: #211f54;
}

.link-wrapper:hover {
  color: #4a3aff;
}

.link-wrapper.color-grey {
  color: #6f6c90;
}

.link-wrapper.color-grey:hover {
  color: #4a3aff;
}

.footer-list-wrapper {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

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

.horizontal-flex.end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer-logo---brix {
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.footer-logo---brix:hover {
  -webkit-transform: scale3d(0.92, 0.92, 1.01);
  transform: scale3d(0.92, 0.92, 1.01);
}

.social-media-grid-top {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 22px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(auto-fit, 19px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-300 {
  font-size: 22px;
  line-height: 22px;
}

.text-300.bold {
  font-weight: 700;
}

.text-300.bold.footer-title {
  margin-bottom: 16px;
  font-size: 15px;
}

.footer-list-item {
  margin-bottom: 18px;
  padding-left: 0px;
}

.footer-logo-wrapper {
  margin-bottom: 24px;
}

.footer-bottom {
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid #eff0f6;
}

.mg-bottom-0 {
  margin-bottom: 0px;
  color: #fff;
  text-align: left;
}

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

.grid-footer-v1---5-column {
  grid-column-gap: 40px;
  -ms-grid-columns: 2fr 1fr 1.5fr 1.5fr;
  grid-template-columns: 2fr 1fr 1.5fr 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.social-icon---brix {
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.social-icon---brix:hover {
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.mg-bottom-40px {
  margin-bottom: 40px;
  color: #fff;
}

.link-text {
  display: inline-block;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #fff;
}

.mg-bottom-0-copy {
  margin-bottom: 0px;
  color: hsla(0, 0%, 64%, 0.6);
  text-align: right;
}

.header-content-wrapper---brix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-nav-link---brix {
  padding: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 15px;
  text-transform: uppercase;
}

.header-nav-link---brix:hover {
  color: #8d8026;
}

.header-nav-link---brix.w--current {
  color: #8d8026;
}

.header-nav-link---brix.w--current:visited {
  color: #8d8026;
}

.btn-primary {
  padding: 26px 38px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 48px;
  background-color: #4a3aff;
  -webkit-transition: background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.btn-primary:hover {
  background-color: #3324d5;
  -webkit-transform: translate3d(0px, -3px, 0.01px);
  transform: translate3d(0px, -3px, 0.01px);
  color: #fff;
}

.btn-primary.small {
  padding: 18px 24px;
  font-size: 16px;
  line-height: 18px;
}

.btn-primary.small.header-btn-hidde-on-mb {
  margin-left: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 0px;
  background-color: #8d8026;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn-primary.small.header-btn-hidde-on-mb:hover {
  background-color: #e9e9e9;
  color: #000;
}

.header-nav-list-item---brix {
  margin-bottom: 0px;
  padding-left: 32px;
}

.header-nav-list-item---brix.show-in-tablet {
  display: none;
}

.dropdown-arrow {
  margin-left: 8px;
}

.dropdown-toggle---brix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

.dropdown-toggle---brix:hover {
  color: #4a3aff;
}

.header-right-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.dropdown-link-4 {
  width: 100%;
  padding: 0px;
  color: #6e7191;
  line-height: 20px;
}

.dropdown-link-4:hover {
  color: #4a3aff;
}

.dropdown-column-wrapper {
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(20, 20, 43, 0.08);
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.header-nav-menu-list---brix {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}

.grid-1-column {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-1-column.dropdown-link-column {
  justify-items: start;
  grid-column-gap: 0px;
  grid-row-gap: 18px;
}

.header-logo---brix {
  max-width: 200px;
}

.header-logo-link---brix {
  padding-left: 0px;
  -webkit-transition: color 300ms ease, -webkit-transform 300ms ease;
  transition: color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, color 300ms ease;
  transition: transform 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.header-logo-link---brix:hover {
  -webkit-transform: scale3d(0.96, 0.96, 1.01);
  transform: scale3d(0.96, 0.96, 1.01);
}

.hamburger-menu-wrapper {
  padding: 0px;
}

.hamburger-menu-wrapper.w--open {
  background-color: transparent;
}

.hamburger-menu-bar {
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
  border-radius: 20px;
  background-color: #211f54;
}

.header-wrapper---brix {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
}

.dropdown-pd {
  padding: 40px;
}

.subhead-3 {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  color: rgba(255, 255, 255, 0.97);
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}

.subhead-3.home {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.subhead-3.home-copy {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.hero-section-2 {
  padding: 290px 10% 250px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(5, 12, 20, 0.68)), to(hsla(0, 0%, 100%, 0))), url('../images/partnerimg.jpg');
  background-image: linear-gradient(90deg, rgba(5, 12, 20, 0.68), hsla(0, 0%, 100%, 0)), url('../images/partnerimg.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.hero-section-2.spaced {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 229px;
  padding-bottom: 131px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(70%, rgba(0, 0, 0, 0.7)), to(hsla(0, 0%, 100%, 0))), url('../images/29BUltimoStCaringbahSouth_Twilight-2.jpeg');
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 70%, hsla(0, 0%, 100%, 0)), url('../images/29BUltimoStCaringbahSouth_Twilight-2.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.cta-2 {
  margin-top: 30px;
  padding: 18px 25px;
  border-radius: 4px;
  background-color: #0baa82;
  font-size: 18px;
  font-weight: 600;
}

.cta-2:hover {
  background-color: #03926e;
}

.cta-2.colour5 {
  border-radius: 200px;
  background-color: #03926e;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cta-2.colour5.bigger {
  padding: 7px 35px;
  border-style: none;
  border-width: 3px;
  border-color: #8d8026;
  border-radius: 5px;
  background-color: #8e7f26;
  color: #fff;
  font-size: 13px;
  text-align: center;
}

.cta-2.colour5.bigger:hover {
  background-color: #e9e9e9;
  color: #000;
}

.cta-2.colour5.bigger-copy {
  padding-right: 35px;
  padding-left: 35px;
  border-radius: 0px;
  background-color: #2f6f27;
  color: #fff;
  font-size: 13px;
  text-align: center;
}

.cta-2.colour5.bigger-copy:hover {
  background-color: #e9e9e9;
  color: #000;
}

.cta-2.colour5-copy {
  border-radius: 200px;
  background-color: #03926e;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cta-2.colour5-copy.bigger {
  padding-right: 35px;
  padding-left: 35px;
  border-radius: 0px;
  background-color: #2f6f27;
  color: #fff;
  font-size: 13px;
  text-align: center;
}

.cta-2.colour5-copy.bigger:hover {
  background-color: #e9e9e9;
  color: #000;
}

.cta-2.colour5-copy.bigger-copy {
  padding-right: 35px;
  padding-left: 35px;
  border-radius: 0px;
  background-color: #2f6f27;
  color: #fff;
  font-size: 13px;
  text-align: center;
}

.cta-2.colour5-copy.bigger-copy:hover {
  background-color: #e9e9e9;
  color: #000;
}

.cta-2.colour5-copy {
  border-radius: 200px;
  background-color: #03926e;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cta-2.colour5-copy.bigger {
  padding: 7px 35px;
  border-style: solid;
  border-width: 3px;
  border-color: #8d8026;
  border-radius: 0px;
  background-color: #8d8026;
  color: #fff;
  font-size: 13px;
  text-align: center;
}

.cta-2.colour5-copy.bigger:hover {
  background-color: #e9e9e9;
  color: #000;
}

.cta-2.colour5-copy.bigger-copy {
  padding-right: 35px;
  padding-left: 35px;
  border-radius: 0px;
  background-color: #2f6f27;
  color: #fff;
  font-size: 13px;
  text-align: center;
}

.cta-2.colour5-copy.bigger-copy:hover {
  background-color: #e9e9e9;
  color: #000;
}

.cta-2.colour5-copy.bigger-copy {
  padding: 7px 35px;
  border-style: solid;
  border-width: 3px;
  border-color: #8d8026;
  border-radius: 5px;
  background-color: #fff;
  color: #000;
  font-size: 13px;
  text-align: center;
}

.cta-2.colour5-copy.bigger-copy:hover {
  background-color: #e9e9e9;
  color: #000;
}

.cta-2.colour5-copy.bigger-copy-copy {
  padding: 7px 35px;
  border-style: none;
  border-width: 3px;
  border-color: #8d8026;
  border-radius: 5px;
  background-color: #fff;
  color: #000;
  font-size: 13px;
  text-align: center;
}

.cta-2.colour5-copy.bigger-copy-copy:hover {
  background-color: #e9e9e9;
  color: #000;
}

.cta-2.colour5-copy {
  border-radius: 200px;
  background-color: #03926e;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cta-2.colour5-copy.bigger {
  padding: 7px 35px;
  border-style: solid;
  border-width: 3px;
  border-color: #8d8026;
  border-radius: 0px;
  background-color: #8e7f26;
  color: #fff;
  font-size: 13px;
  text-align: center;
}

.cta-2.colour5-copy.bigger:hover {
  background-color: #e9e9e9;
  color: #000;
}

.cta-2.colour5-copy.bigger-copy {
  padding-right: 35px;
  padding-left: 35px;
  border-radius: 0px;
  background-color: #2f6f27;
  color: #fff;
  font-size: 13px;
  text-align: center;
}

.cta-2.colour5-copy.bigger-copy:hover {
  background-color: #e9e9e9;
  color: #000;
}

.cta-2.colour5-copy.bigger-copy {
  padding: 7px 35px;
  border-style: none;
  border-width: 3px;
  border-color: #8d8026;
  border-radius: 5px;
  background-color: #fff;
  color: #000;
  font-size: 13px;
  text-align: center;
}

.cta-2.colour5-copy.bigger-copy:hover {
  background-color: #e9e9e9;
  color: #000;
}

.headline-2 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 77px;
  line-height: 82px;
}

.headline-2.non-responsive {
  font-family: 'DM Sans', sans-serif;
  font-size: 35px;
  line-height: 55px;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: none;
}

.headline-2.responsive {
  display: none;
}

.div-content-hero {
  width: 65%;
}

.div-content-hero._60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-top: -200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.subheader {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.center-content-inner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h2-center {
  display: block;
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.card-img {
  height: 100%;
  max-width: 100%;
  margin-bottom: 0px;
}

.card-img._1 {
  background-image: url('../images/card-img-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.card-img._3 {
  background-image: url('../images/card-img-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.card-img._2 {
  background-image: url('../images/card-img-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.card-h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 1.5em;
  letter-spacing: 0px;
}

.c-1200 {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.card-img-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  background-image: url('../images/hero-stars.png'), linear-gradient(26deg, rgba(39, 58, 113, 0.5) 49%, rgba(150, 80, 111, 0.5));
  background-position: 50% 50%, 0px 0px;
  background-size: auto, auto;
  opacity: 1;
}

.card-grid {
  margin-top: -63px;
  padding: 20px;
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-p {
  margin-bottom: 0px;
  font-size: 15px;
}

.s-content-lightgray {
  margin-top: 0px;
  padding-top: 59px;
  padding-bottom: 150px;
  background-color: rgba(0, 0, 0, 0.83);
}

.s-hero-overlay-clouds {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-image: url('../images/hero-clouds.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.05;
}

.card-wrapper {
  border: 1px none #fff;
  background-color: #fff;
  box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.02);
  -webkit-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
  cursor: pointer;
}

.card-wrapper:hover {
  border-style: none;
  border-color: #d1d1d1;
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
}

.card-wrapper.last {
  box-shadow: 0 15px 50px 0 rgba(39, 58, 113, 0.02);
}

.card-wrapper.last:hover {
  box-shadow: 0 15px 50px 0 rgba(39, 58, 113, 0.15);
}

.illustration-fullwidth {
  position: relative;
  display: none;
  overflow: hidden;
  height: 100vh;
  background-image: linear-gradient(50deg, #96506f, #273a71 73%);
}

.card-img-wrapper {
  position: relative;
  overflow: hidden;
  height: 250px;
  margin-bottom: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.subheader-standard {
  margin-bottom: 25px;
}

.p-center {
  font-weight: 400;
  text-align: center;
}

.card-content-wrapper-2 {
  padding: 35px;
  background-color: #fff;
}

.card-link {
  display: block;
  margin-top: 50px;
  border-bottom-style: none;
  color: #545454;
  font-size: 1.1em;
  font-weight: 500;
  text-decoration: none;
}

.center-content-outer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.s-hero-overlay-stars {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  background-image: url('../images/hero-stars.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.1;
}

.paragraph-6 {
  color: #fff;
}

.title-2-copy {
  white-space: break-spaces;
}

.title-2-copy.avatar-name-v1---brix {
  margin-bottom: 0px;
}

.title-2-copy.testimonial---brix {
  margin-bottom: 0px;
  font-size: 40px;
}

.title-2-copy.testimonial-v1---brix {
  margin-bottom: 13px;
}

.title-2-copy.testimonial---brix-copy {
  margin-bottom: 0px;
  color: #fff;
  font-size: 40px;
}

.container-default-copy {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  background-color: rgba(36, 36, 36, 0);
  color: #fff;
}

.body {
  background-color: #242425;
}

.background-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: none;
  margin-top: 70px;
  padding: 0px 75px 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.69)), to(rgba(0, 0, 0, 0.69)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.69), rgba(0, 0, 0, 0.69));
}

.cta-2-copy {
  margin-top: 30px;
  padding: 18px 25px;
  border-radius: 4px;
  background-color: #0baa82;
  font-size: 18px;
  font-weight: 600;
}

.cta-2-copy:hover {
  background-color: #03926e;
}

.cta-2-copy.colour5 {
  border-radius: 200px;
  background-color: #03926e;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cta-2-copy.colour5.bigger {
  padding-right: 35px;
  padding-left: 35px;
  border-radius: 0px;
  background-color: #2f6f27;
  color: #fff;
  font-size: 13px;
  text-align: center;
}

.cta-2-copy.colour5.bigger:hover {
  background-color: #e9e9e9;
  color: #000;
}

.cta-2-copy.colour5.bigger-copy {
  padding-right: 35px;
  padding-left: 35px;
  border-radius: 0px;
  background-color: #2f6f27;
  color: #fff;
  font-size: 13px;
  text-align: center;
}

.cta-2-copy.colour5.bigger-copy:hover {
  background-color: #e9e9e9;
  color: #000;
}

.cta-2-copy.colour5-copy {
  border-radius: 200px;
  background-color: #03926e;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cta-2-copy.colour5-copy.bigger {
  padding-right: 35px;
  padding-left: 35px;
  border-radius: 0px;
  background-color: #2f6f27;
  color: #fff;
  font-size: 13px;
  text-align: center;
}

.cta-2-copy.colour5-copy.bigger:hover {
  background-color: #e9e9e9;
  color: #000;
}

.cta-2-copy.colour5-copy.bigger-copy {
  padding: 7px 35px;
  border: 2px none #000;
  border-radius: 0px;
  background-color: #fff;
  outline-color: #fff;
  outline-offset: 3px;
  outline-style: none;
  outline-width: 0.5px;
  color: #000;
  font-size: 13px;
  text-align: center;
}

.cta-2-copy.colour5-copy.bigger-copy:hover {
  background-color: #e9e9e9;
  color: #000;
}

.div-block-109 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.heading-2 {
  margin-top: 41px;
  color: #000;
  letter-spacing: 1px;
}

.div-block-20-copy {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -83%;
  width: 580px;
  height: 140px;
  padding-top: 27px;
  padding-right: 20px;
  text-align: right;
}

.paragraph-7 {
  width: 580px;
  padding-top: 18px;
  padding-left: 28px;
  font-family: Montserrat, sans-serif;
  color: rgba(20, 49, 68, 0.5);
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

._77 {
  width: 100%;
  height: 300px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/P18_P19_47-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/P18_P19_47-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  cursor: pointer;
}

.heading-3 {
  display: inline-block;
  margin-right: 11px;
  margin-left: 11px;
  color: rgba(141, 128, 38, 0.13);
  font-size: 60px;
}

.heading-3.asdf {
  margin-left: 0px;
}

.columns {
  overflow: hidden;
  margin-bottom: 0px;
  padding-bottom: 49px;
  background-color: #fff;
}

.paragraph-8 {
  margin-top: 37px;
  margin-bottom: 26px;
  color: rgba(20, 49, 68, 0.5);
  font-size: 35px;
  line-height: 55px;
  text-transform: none;
}

.div-block-19 {
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #8d8026;
}

.column {
  padding-left: 0px;
}

.slide-2 {
  width: 185%;
  height: 600px;
  margin-right: 0px;
  background-color: #000;
  background-image: url('../images/P10_P11_DSCF0469.jpg');
  background-position: 50% 50%;
  background-size: cover;
  cursor: pointer;
}

.left-arrow {
  display: none;
  width: 890px;
  margin-left: -241px;
  opacity: 0;
}

.fff {
  width: 185%;
  height: 600px;
  margin-right: 0px;
  margin-left: 10px;
  background-color: #000;
  background-image: url('../images/WhatsApp-Image-2022-02-09-at-9.28.11-AM.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  cursor: pointer;
}

.slide-nav {
  position: absolute;
  left: 0%;
  top: 1%;
  right: 0%;
  bottom: auto;
  z-index: 500;
  height: 32px;
  font-size: 10px;
  text-align: left;
}

.slide-3 {
  width: 185%;
  height: 600px;
  margin-right: 0px;
  margin-left: 10px;
  background-color: #000;
  background-image: url('../images/P25_3-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  cursor: pointer;
}

.div-block-20 {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -83%;
  width: 580px;
  height: 140px;
  padding-top: 27px;
  padding-right: 20px;
  text-align: right;
}

.div-block-20.sdg {
  max-width: 100%;
  margin-bottom: 45px;
  text-align: left;
}

.mask-2 {
  overflow: visible;
  width: 40%;
  height: 105%;
  padding-top: 45px;
}

.column-2 {
  padding-left: 0px;
}

.div-block-17 {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 140px;
  padding-bottom: 0px;
  background-color: #fff;
}

.columns-2 {
  height: auto;
  padding-bottom: 100px;
}

.div-block-18 {
  padding-left: 0px;
}

.heading-5 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -9%;
  margin-top: 297px;
  font-size: 15px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}

.slider-2 {
  height: 700px;
  padding-top: 0px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.div-block-29 {
  opacity: 1;
}

.sslide-2-copy-copy-copy-copylide-2-copy-copy-copy-copyslide-2-copy-copy-copy-copy-copy {
  width: 185%;
  height: 600px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.16)), to(rgba(0, 0, 0, 0.16))), url('../images/image2.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.16)), url('../images/image2.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  cursor: pointer;
}

.right-arrow {
  display: block;
  width: 220px;
  opacity: 0;
}

.div-block-22 {
  height: auto;
  margin-top: 48px;
}

.button-5 {
  margin-top: 21px;
  padding-top: 17px;
  padding-right: 93px;
  padding-bottom: 16px;
  border-style: solid;
  border-width: 2px;
  border-color: #8d8026;
  background-color: rgba(56, 152, 236, 0);
  background-image: url('../images/Arrow-pink.png');
  background-position: 90% 49%;
  background-size: 30px;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'DM Sans', sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.button-5:hover {
  background-color: #debeb6;
  background-image: url('../images/blue-arrow.png');
}

.button-5.jhj {
  border-color: #8d8026;
  color: #000;
}

.button-5.jhj:hover {
  background-color: rgba(141, 128, 38, 0.51);
}

.button-5.jhj._55 {
  margin-left: 26px;
}

.text-block-8 {
  position: relative;
  top: 4px;
  display: inline-block;
  margin-left: 14px;
  color: #8d8026;
  font-size: 16px;
  text-transform: capitalize;
}

.slide-2-copy-copy {
  width: 185%;
  height: 600px;
  margin-right: 0px;
  margin-left: 10px;
  background-color: #000;
  background-image: url('../images/P4_P5_06-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  cursor: pointer;
}

.div-block-21 {
  position: relative;
  top: -20px;
  display: inline-block;
  width: 120px;
  height: 1px;
  margin-right: 2px;
  background-color: #f0efe3;
}

.image-12 {
  position: relative;
  left: 155px;
  top: 5px;
  display: none;
  width: 300px;
  margin-right: 200px;
  padding-bottom: 0px;
  float: right;
}

.slide-2-copy-copy-copy {
  width: 185%;
  height: 600px;
  margin-right: 0px;
  margin-left: 10px;
  background-color: #000;
  background-image: url('../images/P18_P19_47-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  cursor: pointer;
}

.div-block-110 {
  margin-right: 15px;
  margin-left: 15px;
}

.div-block-111 {
  margin-right: 10px;
  margin-left: 10px;
}

.zindex-top {
  display: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-514 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 15px 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d10202;
}

.div-block-514-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 15px 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #292929;
}

.footer-middle {
  padding-top: 30px;
  padding-bottom: 30px;
  grid-column-gap: 49px;
  -ms-grid-columns: 1.4fr 1fr 1.2fr 1fr;
  grid-template-columns: 1.4fr 1fr 1.2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-list-item-2 {
  margin-bottom: 12px;
  color: #fff;
}

.newsletter-input-container {
  position: relative;
}

.success-message-3 {
  padding: 36px 24px;
  background-color: #14142a;
  color: #fff;
}

.brand-footer {
  width: 192px;
  margin-bottom: 20px;
  -webkit-transition: color 350ms ease, -webkit-transform 350ms ease;
  transition: color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, color 350ms ease;
  transition: transform 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
}

.brand-footer:hover {
  -webkit-transform: scale(0.94);
  -ms-transform: scale(0.94);
  transform: scale(0.94);
}

.brand-footer.w--current {
  margin-bottom: 20px;
}

.input {
  height: 72px;
  margin-bottom: 0px;
  padding-right: 24px;
  padding-left: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #f6f6f7;
  border-radius: 100px;
  background-color: #f6f6f7;
  -webkit-transition: border-color 350ms ease, background-color 350ms ease;
  transition: border-color 350ms ease, background-color 350ms ease;
  font-size: 18px;
}

.input:hover {
  border-color: #eba37a;
  background-color: #fff;
}

.input:focus {
  border-color: #eba37a;
  background-color: #fff;
  color: #14142a;
}

.input.newsletter {
  border-color: #f9fafc;
  border-radius: 6px;
  background-color: #000;
  -webkit-transition: background-color 350ms ease, border-color 350ms ease;
  transition: background-color 350ms ease, border-color 350ms ease;
  font-size: 18px;
  line-height: 20px;
  text-transform: capitalize;
}

.input.newsletter:hover {
  border-color: #8d8026;
  background-color: #000;
}

.input.newsletter:focus {
  background-color: #fff;
  color: #14142a;
}

.paragraph-9 {
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, 0.6);
}

.footer-bottom-2 {
  padding-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 40px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px solid #e4e5e9;
}

.footer-top-2 {
  padding-bottom: 40px;
  grid-column-gap: 100px;
  -ms-grid-columns: 1fr 1.4fr;
  grid-template-columns: 1fr 1.4fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid #e4e5e9;
}

.footer-title {
  margin-bottom: 32px;
  color: #fefeff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
}

.wrapper {
  width: 100%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.social-media-footer-item {
  margin-left: 28px;
  -webkit-transition: opacity 350ms ease, color 350ms ease;
  transition: opacity 350ms ease, color 350ms ease;
}

.social-media-footer-item:hover {
  opacity: 0.42;
}

.section-26 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f9fafc;
}

.section-26.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #000;
}

.error-message-3 {
  margin-top: 18px;
  padding: 18px 19px;
  background-color: #fff4f4;
  color: #ff484b;
  text-align: center;
}

.paragraph-10 {
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 15px;
  line-height: 18px;
}

.footer-list-columns-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

.footer-list {
  padding-left: 0px;
  list-style-type: none;
}

.footer-list.column-one {
  margin-right: 40px;
}

.footer-link-item {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.submit-btn {
  padding: 20px 60px;
  border-radius: 80px;
  background-color: #14142a;
  -webkit-transition: background-color 350ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 350ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 350ms ease, transform 300ms ease, box-shadow 300ms ease;
  transition: background-color 350ms ease, transform 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  text-transform: lowercase;
}

.submit-btn:hover {
  background-color: #eba37a;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #fff;
}

.submit-btn.newsletter {
  position: absolute;
  left: auto;
  top: 12px;
  right: 12px;
  bottom: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 0px;
  background-color: #fff;
  color: #000;
  font-weight: 700;
  text-transform: capitalize;
}

.submit-btn.newsletter:hover {
  background-color: #8d8026;
  color: #fff;
}

.field.newsletter {
  margin-bottom: 20px;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-weight: 700;
}

.text-block-49 {
  margin-top: 8px;
  color: #fff;
}

.paragraph-11 {
  color: hsla(0, 0%, 100%, 0.6);
}

.section-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 72px;
  padding-top: 39px;
  padding-bottom: 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Screenshot-2022-05-22-194532.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Screenshot-2022-05-22-194532.png');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.section-28 {
  height: 500px;
  background-color: #fff;
}

.paragraph-12 {
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, 0.6);
}

.text-block-50 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 19px;
  text-align: center;
}

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

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

.cards-grid-container-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.heading-65 {
  color: #fff;
  text-align: center;
}

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

.heading-67 {
  color: #fff;
  text-align: center;
}

.paragraph-13 {
  color: hsla(0, 0%, 100%, 0.6);
  text-align: center;
}

.paragraph-14 {
  color: hsla(0, 0%, 100%, 0.6);
  text-align: center;
}

.paragraph-15 {
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 15px;
  text-align: center;
}

.div-block-516 {
  color: #fff;
}

.section-27-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 72px;
  padding-top: 39px;
  padding-bottom: 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/P10_P11_DSCF0469.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/P10_P11_DSCF0469.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.heading-large-2 {
  font-size: 27px;
  line-height: 1.2;
  font-weight: 700;
}

.menu-item_name {
  display: inline;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
}

.detail-line {
  height: 2px;
  background-color: #000;
}

.text-size-regular-2 {
  font-size: 1rem;
  line-height: 1.5;
}

.menu-item_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1rem;
  padding-bottom: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-517 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.background-video---menu-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  margin-top: 97px;
  padding: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.69)), to(rgba(0, 0, 0, 0.69)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.69), rgba(0, 0, 0, 0.69));
}

._w-slide-btn {
  position: relative;
}

.second-slider-container {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.ci-slider-btn-loading {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  border-radius: 1000px;
  opacity: 0.5;
}

.sub-slide-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 10px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(19, 19, 19, 0.5)), color-stop(30%, transparent)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-image: linear-gradient(0deg, rgba(19, 19, 19, 0.5), transparent 30%), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  box-shadow: 1px 1px 10px 0 rgba(19, 19, 19, 0.5);
}

.sub-slide-wrapper._5 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(19, 19, 19, 0.5)), color-stop(30%, transparent)), url('../images/5.jpg');
  background-image: linear-gradient(0deg, rgba(19, 19, 19, 0.5), transparent 30%), url('../images/5.jpg');
}

.sub-slide-wrapper._3 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(19, 19, 19, 0.5)), color-stop(30%, transparent)), url('../images/3.jpg');
  background-image: linear-gradient(0deg, rgba(19, 19, 19, 0.5), transparent 30%), url('../images/3.jpg');
}

.sub-slide-wrapper._1 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(19, 19, 19, 0.5)), color-stop(30%, transparent)), url('../images/1.jpg');
  background-image: linear-gradient(0deg, rgba(19, 19, 19, 0.5), transparent 30%), url('../images/1.jpg');
}

.sub-slide-wrapper._2 {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(19, 19, 19, 0.5)), color-stop(30%, transparent)), url('../images/2.jpg');
  background-image: linear-gradient(0deg, rgba(19, 19, 19, 0.5), transparent 30%), url('../images/2.jpg');
}

.sub-slide-wrapper._4 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(19, 19, 19, 0.5)), color-stop(30%, transparent)), url('../images/4.jpg');
  background-image: linear-gradient(0deg, rgba(19, 19, 19, 0.5), transparent 30%), url('../images/4.jpg');
}

.sub-slide-container {
  width: 100%;
  height: 100%;
}

.b-slider-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sub-slider-mask {
  overflow: visible;
}

.ci-main-slide-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-main-slide-title {
  margin-bottom: 20px;
}

.c-slide-btn-frame {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.5);
  border-radius: 1000px;
}

.c-slide-btn-loading {
  position: absolute;
  z-index: 30;
  width: 100%;
  height: 100%;
  border-style: dashed;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0.5);
  border-radius: 1000px;
}

.slider-trigger-right {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 50;
}

._w-slider-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 500px;
}

.sub-slide-title {
  padding: 10px;
  color: #fff;
  font-size: 0.8em;
  line-height: 1em;
  font-weight: 700;
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.funtext {
  position: relative;
  opacity: 0.03;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 10vw;
  line-height: 1em;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.sub-slider-container {
  position: relative;
  overflow: hidden;
  padding-right: 20vw;
}

.c-main-slide-description {
  width: 50vw;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 1.1em;
  line-height: 1.4em;
  font-weight: 400;
}

.c-funtext {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 15;
  padding: 40px 10px 60px;
}

.c-play-btn {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-slide-title {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 5em;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 20px;
  text-transform: uppercase;
}

.sub-slider {
  width: 350px;
  height: 25vh;
  background-color: transparent;
}

.c-slider-btn {
  margin-right: 10px;
  margin-left: 10px;
  cursor: pointer;
}

.c-slider-btn-loading {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  border: 1px dashed #aaa;
  border-radius: 1000px;
}

.main-slider-nav-dots {
  display: none;
}

.main-slider-nav-arrow {
  display: none;
}

.main-slide-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.35)), to(rgba(51, 51, 51, 0.35))), url('../images/1.jpg');
  background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.35), rgba(51, 51, 51, 0.35)), url('../images/1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.main-slide-wrapper._5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.35)), to(rgba(51, 51, 51, 0.35))), url('../images/5.jpg');
  background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.35), rgba(51, 51, 51, 0.35)), url('../images/5.jpg');
}

.main-slide-wrapper._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.35)), to(rgba(51, 51, 51, 0.35))), url('../images/3.jpg');
  background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.35), rgba(51, 51, 51, 0.35)), url('../images/3.jpg');
}

.main-slide-wrapper._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.35)), to(rgba(51, 51, 51, 0.35))), url('../images/2.jpg');
  background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.35), rgba(51, 51, 51, 0.35)), url('../images/2.jpg');
}

.main-slide-wrapper._4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.35)), to(rgba(51, 51, 51, 0.35))), url('../images/4.jpg');
  background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.35), rgba(51, 51, 51, 0.35)), url('../images/4.jpg');
}

.sub-slider-slide {
  width: 350px;
  padding: 1vh 1vw;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform: perspective(1000px);
  transform: perspective(1000px);
}

.c-main-slide-content {
  text-align: center;
}

.slider-trigger-left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 50;
}

.c-slide-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-slider {
  height: 85vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #222;
}

.main-slider.mobile {
  display: none;
}

.c-slider-btn-icon {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-slide-btn-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  height: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.play-btn {
  z-index: 50;
  width: 25px;
  height: 25px;
  -webkit-transform: translate(3px, 0px);
  -ms-transform: translate(3px, 0px);
  transform: translate(3px, 0px);
}

.sub-slider-nav-arrow {
  display: none;
}

.first-slider-container {
  position: relative;
  z-index: 10;
}

.c-slider-btn-circle {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  border: 1px solid #aaa;
  border-radius: 1000px;
}

.sub-slider-nav-dots {
  display: none;
}

.main-slide-container {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

._w-slider-control {
  padding-right: 20px;
  padding-left: 20px;
}

._w-preloader-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-preloader-title {
  overflow: hidden;
  margin-bottom: 0.5em;
  padding-right: 0.5em;
  padding-left: 0.5em;
}

.c-preloader-bar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 15em;
  height: 0.25em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 1000px;
  background-color: #222;
}

.preloader-bar-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 1000px;
  background-color: #fff;
}

._w-preloader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(19, 19, 19, 0);
}

.preloader {
  display: block;
  min-height: 50vh;
}

.c-preloader-content {
  position: absolute;
  z-index: 5;
}

.c-preloader-curtain {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.preloader-bar-2 {
  width: 50%;
  height: 100%;
  background-color: #8e7f26;
}

.preloader-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.c-preloader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.preloader-curtain {
  position: relative;
  width: 50%;
  height: 100%;
  background-color: #131313;
}

.preloader-curtain.right._2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(19, 19, 19, 0.5);
}

.preloader-curtain.left._2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  background-color: rgba(19, 19, 19, 0.5);
}

.categories-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  justify-items: end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  align-self: stretch;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(134px, 1fr));
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._3-col-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.gallery-item {
  position: relative;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.content-section {
  padding-top: 100px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.collection-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.category-link {
  margin-left: 0px;
  padding: 5px 12px;
  border-bottom: 1px solid #aaa;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #aaa;
  font-size: 14px;
  line-height: 1.6em;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.category-link:hover {
  border-bottom-color: rgba(100, 189, 46, 0.36);
  color: rgba(100, 189, 46, 0.65);
}

.category-link.w--current {
  border-bottom-color: #64bd2e;
  color: #64bd2e;
}

.category-link.active {
  border-bottom-color: #64bd2e;
  color: #64bd2e;
}

.divider-2 {
  width: 50px;
  height: 2px;
  background-color: #64bd2e;
}

.heading-marginless {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #64bd2e;
}

.bold-text {
  color: #64bd2e;
}

.container {
  position: relative;
  z-index: 10;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.content-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.7;
  letter-spacing: 3px;
  text-indent: 10px;
  text-transform: uppercase;
}

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

._2-column-grid-1fr-2fr.gapless {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
}

.cateogires-list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section-text-content {
  padding-top: 40px;
}

.section-text-content.paddingless {
  padding-top: 0px;
}

.gallery-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(263px, 1fr));
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.gallery-2.feature-image {
  display: block;
}

._154-mouse-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._154-mouse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 100px;
}

._154-circle {
  width: 6px;
  height: 6px;
  margin-top: 8px;
  border-radius: 50%;
  background-color: #fff;
}

._154-scroll-text {
  margin-top: 20px;
  margin-right: -10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 0.8em;
  text-align: center;
  letter-spacing: 10px;
}

.section-30 {
  padding-bottom: 30px;
  background-color: #dadada;
  color: #000;
}

.div-block-518 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 999999;
  display: none;
  height: auto;
  background-color: #dfdfdf;
}

.div-block-109-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 0px;
  margin-bottom: 28px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-link-item-copy {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.subhead-3-copy {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  color: rgba(255, 255, 255, 0.97);
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}

.subhead-3-copy.home {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.subhead-3-copy.home-copy {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.subhead-3-copy.home-copy-copy {
  width: 100%;
  margin-top: -20px;
  margin-right: 0px;
  margin-left: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.section-31 {
  padding: 65px 27px;
  background-color: #fff;
}

.subhead-3-copy {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  color: rgba(255, 255, 255, 0.97);
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}

.subhead-3-copy.home {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.subhead-3-copy.home-copy {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  font-family: Montserrat, sans-serif;
  color: rgba(0, 0, 0, 0.97);
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.text-block-49-copy {
  margin-top: 8px;
  color: #000;
  text-align: center;
}

.text-block-49-copy {
  margin-top: 8px;
  color: #000;
}

.social-media-footer-copy-copy {
  margin-top: 17px;
  text-align: center;
}

.heading-68-copy {
  color: #fff;
}

.div-block-521 {
  max-height: none;
  margin-bottom: 19px;
}

.lightbox-link-3 {
  height: 150px;
}

.image-13 {
  height: 100%;
}

.heading-69 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-align: center;
}

.grid-2-columns {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.mg-bottom-24px {
  margin-bottom: 24px;
}

.inner-container._520px {
  max-width: 520px;
}

.line-accent {
  width: 100%;
  height: 3px;
  max-width: 80px;
  background-color: #0d0d0d;
}

.empty-state {
  padding: 26px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #0d0d0d;
  background-color: transparent;
  color: #0d0d0d;
  text-align: center;
}

.empty-state.small {
  padding: 10px 20px;
}

.text-no-wrap {
  white-space: nowrap;
}

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

.flex-horizontal.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-horizontal.justify-center.categories {
  border-bottom: 1px solid #dadada;
}

.mg-bottom-80px {
  margin-bottom: 80px;
}

.container-default-2 {
  max-width: 1270px;
  padding-right: 24px;
  padding-left: 24px;
}

.section-32 {
  padding-top: 220px;
  padding-bottom: 220px;
}

.section-32.small-v3 {
  padding-top: 180px;
  padding-bottom: 180px;
}

.mg-bottom-28px {
  margin-bottom: 28px;
}

._78 {
  width: 100%;
  height: 300px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/P4_P5_06-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/P4_P5_06-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  cursor: pointer;
}

._79 {
  width: 100%;
  height: 300px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/P10_P11_DSCF0469.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/P10_P11_DSCF0469.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  cursor: pointer;
}

.div-block-522 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-523 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.div-block-524 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #212121;
}

.gallery-3 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-block-52 {
  margin-top: 13px;
  text-align: center;
}

.div-block-525 {
  margin-bottom: 52px;
}

.html-embed-3 {
  text-align: center;
}

.live-chat-avatar-wrapper---brix {
  overflow: hidden;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 4px 14px 0 rgba(23, 15, 73, 0.1);
}

.live-chat-content---brix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.live-chat-content-right---brix {
  margin-right: 18px;
}

.live-chat-button---brix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 60px;
  background-color: #4a3aff;
  box-shadow: 0 6px 18px 0 rgba(14, 13, 106, 0.14);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  text-decoration: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.live-chat-button---brix:hover {
  background-color: #170f49;
  -webkit-transform: scale3d(0.94, 0.94, 1.01);
  transform: scale3d(0.94, 0.94, 1.01);
}

.live-chat-button---brix.messenger {
  border-radius: 6px;
  background-image: -webkit-gradient(linear, left top, right top, from(#08f), color-stop(50%, #a033ff), to(#ff5c87));
  background-image: linear-gradient(90deg, #08f, #a033ff 50%, #ff5c87);
}

.live-chat-bubbble---brix {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-top: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #4a3aff;
  box-shadow: 0 4px 8px 0 rgba(74, 58, 255, 0.08);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  cursor: pointer;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.live-chat-bubbble---brix:hover {
  -webkit-transform: scale3d(0.92, 0.92, 1.01);
  transform: scale3d(0.92, 0.92, 1.01);
}

.live-chat-bubbble---brix.messenger {
  background-color: #fff;
}

.live-chat-message-bubble---brix {
  margin-bottom: 14px;
  padding: 38px 38px 34px;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 4px 16px 0 rgba(23, 15, 73, 0.07);
}

.live-chat-bubble-title---brix {
  margin-bottom: 8px;
  color: #170f49;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
}

.live-chat-bubble-subtext---brix {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 22px;
}

.live-chat-wrapper---brix {
  position: fixed;
  right: 32px;
  bottom: 48px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 380px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.live-chat-wrapper---brix.preview-page {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 999999;
  margin-right: 30px;
  margin-bottom: 114px;
}

.live-chat-close-icon---brix {
  position: absolute;
  z-index: -1;
}

@media screen and (min-width: 1280px) {
  .section-header.is-stories {
    background-image: none;
  }

  .home-features_icon {
    margin-bottom: 0px;
  }

  .flowout-section-item-tag-2 {
    left: -64px;
  }

  .flowout-container {
    padding-right: 96px;
    padding-left: 96px;
  }

  .flowout-section-item {
    grid-column-gap: 96px;
  }

  .flowout-section-item-tag-3 {
    right: -48px;
    max-width: 85%;
  }

  .flowout-section-item-tag-3-copy {
    right: -48px;
    max-width: 85%;
  }

  .flowout-section-item-tag-3-copy {
    right: -48px;
    max-width: 85%;
  }

  .flowout-section-item-tag-3-copy-copy {
    right: -48px;
    max-width: 85%;
  }

  .flowout-section-item-tag-3-copy-copy-copy {
    right: -48px;
    max-width: 85%;
  }

  .flowout-section-item-tag-3-copy-copy-copy-copy {
    right: -48px;
    max-width: 85%;
  }

  .deco-strip-copy {
    left: auto;
    top: 23%;
    right: 0%;
    bottom: 0%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#917959), color-stop(54%, #3e6421), to(#493b36));
    background-image: linear-gradient(0deg, #917959, #3e6421 54%, #493b36);
  }

  .section {
    background-color: #000;
  }

  .slider-right {
    border-radius: 0px;
    background-color: #000;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
  }

  .slider-right:hover {
    background-color: #747475;
  }

  .slide-banner {
    background-color: #000;
  }

  .text-field {
    border-radius: 0px;
    font-family: Montserrat, sans-serif;
  }

  .checkbox-base {
    width: 100%;
  }

  .checkbox-h4 {
    text-transform: uppercase;
  }

  .banner-h3 {
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
  }

  .submit-button {
    border-radius: 0px;
    background-color: #000;
    font-weight: 700;
    letter-spacing: 5px;
    text-transform: uppercase;
  }

  .section-23 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section-23.pre-footer-cta {
    padding-bottom: 46px;
  }

  .div-block-107 {
    padding: 12px;
    background-color: #fff;
    font-family: Montserrat, sans-serif;
    color: #000;
    font-weight: 600;
  }

  .lightbox-link-2-copy-copy {
    margin-top: 31px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-content-hero._60 {
    margin-top: 2px;
  }

  .body {
    background-color: #242425;
  }

  .background-video {
    margin-top: -25px;
    padding-top: 0px;
  }
}

@media screen and (min-width: 1440px) {
  .layout_image-wrapper.is-pricing {
    background-position: 50% 50%;
  }

  .layout_image-wrapper-copy.is-pricing {
    background-position: 50% 50%;
  }

  .layout_image-wrapper-copy-copy.is-pricing {
    background-position: 50% 50%;
  }

  .layout_image-wrapper-copy.is-pricing {
    background-position: 50% 50%;
  }

  .grid-footer-v1---5-column {
    grid-column-gap: 40px;
    grid-row-gap: 16px;
    -ms-grid-columns: 2fr 1fr 1fr 1fr auto;
    grid-template-columns: 2fr 1fr 1fr 1fr auto;
  }

  .div-content-hero._60 {
    margin-top: 0px;
  }

  .footer-middle {
    grid-column-gap: 90px;
    -ms-grid-columns: 1.6fr 0.8fr 1.2fr 1fr;
    grid-template-columns: 1.6fr 0.8fr 1.2fr 1fr;
  }

  .footer-list.column-one {
    margin-right: 60px;
  }
}

@media screen and (min-width: 1920px) {
  .section-23.pre-footer-cta {
    margin-bottom: 197px;
  }

  .title {
    color: #fff;
  }

  .heading-61 {
    color: #fff;
  }

  .gradient-bg.gs-bg.bottom-cta-gradient {
    height: 120%;
    background-image: linear-gradient(45deg, #b0227b, #292c00);
  }

  .text._20px {
    color: #fff;
  }

  .pre-footer-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .lightbox-link-2-copy-copy {
    margin-left: 255px;
  }

  .cards-grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .subtitle---brix {
    font-weight: 400;
  }

  .slider-arrow---brix.small---brix.left---brix {
    border-radius: 0%;
    background-color: #8d8026;
  }

  .blob-hero {
    left: -4%;
  }

  .error-message-2 {
    margin-top: 27px;
    padding: 19px 28px;
    border-radius: 80px;
    background-color: #fff2f2;
    color: #ff2a2a;
  }

  .input-relative::-webkit-input-placeholder {
    color: #615e83;
    font-size: 16px;
  }

  .input-relative:-ms-input-placeholder {
    color: #615e83;
    font-size: 16px;
  }

  .input-relative::-ms-input-placeholder {
    color: #615e83;
    font-size: 16px;
  }

  .input-relative::placeholder {
    color: #615e83;
    font-size: 16px;
  }

  .div-content-hero._60 {
    margin-top: 0px;
  }

  .paragraph-8 {
    color: #0f2635;
  }
}

@media screen and (max-width: 991px) {
  .hide-tablet {
    display: none;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .show-tablet {
    display: block;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

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

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

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

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

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

  .margin-horizontal {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .padding-top {
    padding-right: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
  }

  .padding-bottom {
    padding-top: 0rem;
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .padding-left {
    padding-top: 0rem;
    padding-right: 0rem;
    padding-bottom: 0rem;
  }

  .padding-right {
    padding-top: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
  }

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

  .padding-horizontal {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .nav_container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav_menu-button {
    background-color: #e9f0f4;
    color: #0385ce;
  }

  .nav_menu-button.w--open {
    background-color: #e9f0f4;
    color: #0385ce;
  }

  .nav_button-wrapper {
    display: block;
  }

  .nav_button-wrapper.show-mobile-portrait {
    display: none;
  }

  .nav_menu {
    overflow: auto;
    max-height: 90vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-color: #fff;
  }

  .nav_component-2 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .nav_link {
    padding: 1.25rem 1rem;
  }

  .layout_content-wrapper {
    width: 60%;
    padding-right: 1rem;
    -ms-grid-columns: 1.5fr 1.25fr;
    grid-template-columns: 1.5fr 1.25fr;
  }

  .layout_content-wrapper._2 {
    padding-left: 1rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .layout_content {
    margin-left: 3rem;
  }

  .deco-strip.is-pricing {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    height: 100%;
  }

  .deco-strip.is-pricing.show-tablet {
    display: block;
  }

  .stories_component {
    padding-right: 4rem;
  }

  .stories_content-wrapper.is-second {
    margin-left: 4rem;
  }

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

  .articles_item {
    min-height: 500px;
  }

  .home-features_layout {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .home-features_wrapper {
    width: 457px;
    margin-right: auto;
    margin-left: auto;
  }

  .footer_bottom-wrapper {
    margin-top: 4.5rem;
  }

  .footer_navigation {
    margin-top: 2rem;
    margin-left: 0rem;
  }

  .list.footer_nav-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .footer_nav-link {
    margin-right: 1.625rem;
  }

  .deco-strip-horizontal.is-pricing.hide-tablet {
    display: none;
  }

  .layout_image-wrapper {
    width: 40%;
  }

  .layout_image-wrapper.is-second {
    background-position: 15% 50%;
  }

  .pricing_card-wrapper.is-monthly {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .pricing_card-wrapper.is-yearly {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .pricing_card {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .pricing_card.is-black {
    margin: 1.5rem 0rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .compare-feature-text {
    font-size: 1rem;
  }

  .pricing2_price-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .compare-yes-icon {
    height: 0.875rem;
  }

  .pricing2_price-row {
    padding: 1.25rem 1.5rem;
    justify-items: center;
    grid-row-gap: 0.75rem;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .pricing-billing-cycle {
    font-size: 1.125rem;
  }

  .compare_feature-row {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    justify-items: center;
    grid-row-gap: 1.25rem;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .pricing2_price {
    font-size: 2rem;
  }

  .compare_plans-name {
    padding: 1.5rem;
    justify-items: center;
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .pricing-yes-icon {
    height: 0.875rem;
  }

  .pricing-options_feature-row {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    grid-row-gap: 1.25rem;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .pricing-options_plans-name {
    padding: 1.5rem;
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .pricing_card-top-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .pricing_card-price-wrapper {
    text-align: right;
  }

  .pricing_card-text-wrapper {
    max-width: 16.875rem;
  }

  .button-wrapper {
    width: 16.875rem;
  }

  .flowout-section-item-tag-2 {
    bottom: 16px;
    max-width: 60%;
  }

  .flowout-section-item-right {
    width: 100%;
    height: 100%;
  }

  .flowout-divider {
    margin-top: 24px;
  }

  .flowout-section-item-content {
    max-width: none;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .flowout-section-item {
    margin-top: 40px;
    margin-bottom: 40px;
    justify-items: start;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: minmax(auto, 85vw) minmax(auto, 1fr);
    grid-template-rows: minmax(auto, 85vw) minmax(auto, 1fr);
  }

  .flowout-section-item-image {
    height: 100%;
  }

  .flowout-section-item-left {
    width: 100%;
    height: 100%;
  }

  .flowout-section-item-tag-3 {
    top: 16px;
    max-width: 60%;
  }

  .flowout-section-item-tag-3-copy {
    top: 16px;
    max-width: 60%;
  }

  .flowout-section-item-tag-3-copy {
    top: 16px;
    max-width: 60%;
  }

  .flowout-section-item-tag-3-copy-copy {
    top: 16px;
    max-width: 60%;
  }

  .flowout-section-item-tag-3-copy-copy-copy {
    top: 16px;
    max-width: 60%;
  }

  .flowout-section-item-tag-3-copy-copy-copy-copy {
    top: 16px;
    max-width: 60%;
  }

  .deco-strip-copy.is-pricing {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    height: 100%;
  }

  .deco-strip-copy.is-pricing.show-tablet {
    display: block;
  }

  .banner-content {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .slide-banner {
    display: none;
    width: 100%;
  }

  .banner-logo {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .checkbox-base {
    height: auto;
    min-height: 100px;
  }

  .banner-h3 {
    font-size: 30px;
  }

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

  .author-testimonial {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .slide-content {
    width: 100%;
    min-height: 100vh;
    padding-top: 140px;
    padding-bottom: 140px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .gallery-grid-container {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .slide-banner-2 {
    display: none;
    width: 100%;
  }

  .checkbox-base-2 {
    height: auto;
    min-height: 100px;
  }

  .banner-h3-2 {
    font-size: 30px;
  }

  .gradient-bg.gs-bg.bottom-cta-gradient {
    height: 83%;
    opacity: 1;
  }

  .pre-footer-cta-grid {
    -ms-grid-columns: 60% 40%;
    grid-template-columns: 60% 40%;
  }

  .pre-footer-content {
    padding-right: 10px;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .layout_image-wrapper-copy {
    width: 40%;
  }

  .layout_image-wrapper-copy.is-second {
    background-position: 15% 50%;
  }

  .layout_image-wrapper-copy-copy {
    width: 40%;
  }

  .layout_image-wrapper-copy-copy.is-second {
    background-position: 15% 50%;
  }

  .layout_image-wrapper-copy-copy.is-second-copy {
    background-position: 15% 50%;
  }

  .layout_image-wrapper-copy-copy.is-second-copy-copy {
    background-position: 15% 50%;
  }

  .layout_image-wrapper-copy {
    width: 40%;
  }

  .layout_image-wrapper-copy.is-second {
    background-position: 15% 50%;
  }

  .layout_image-wrapper-copy.is-second-copy {
    background-position: 15% 50%;
  }

  .layout_image-wrapper-copy.is-second-copy-copy {
    background-position: 15% 50%;
  }

  .card-slide {
    width: 50%;
  }

  .card---brix.testimonial-v1---brix {
    padding-right: 48px;
    padding-left: 48px;
  }

  .mask---brix {
    margin-left: 20px;
  }

  .mask---brix.testimonial-v1---brix {
    margin-left: 0px;
  }

  .cloneable-container-default {
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blob-hero {
    width: 40%;
  }

  .grid-footer-v1---2-columns.grid-center {
    -ms-grid-columns: 0.6fr;
    grid-template-columns: 0.6fr;
  }

  .horizontal-flex.end.tablet-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .text-300.bold.footer-title {
    margin-bottom: 24px;
  }

  .footer-bottom {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer-top {
    padding-top: 94px;
    padding-bottom: 94px;
  }

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

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .header-nav-list-item---brix {
    margin-bottom: 12px;
    padding-left: 0px;
  }

  .header-nav-list-item---brix.show-in-tablet {
    display: block;
  }

  .dropdown-column-wrapper {
    border-width: 0px;
    border-radius: 0px;
    box-shadow: none;
  }

  .dropdown-column-wrapper.w--open {
    position: static;
    -webkit-transform: translate(0%, 0px);
    -ms-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
  }

  .header-nav-menu-list---brix {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hamburger-menu-wrapper.w--open {
    background-color: transparent;
  }

  .hamburger-menu-bar {
    width: 44px;
    height: 3px;
  }

  .hamburger-menu-bar.bottom {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .header-wrapper---brix {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .header-nav-menu-wrapper---brix {
    padding: 24px;
    border-top: 1px solid #eff0f6;
    border-bottom: 1px solid #eff0f6;
    background-color: #fff;
  }

  .dropdown-pd {
    padding: 20px 0px 14px;
  }

  .subhead-3.home {
    width: 90%;
  }

  .subhead-3.home-copy {
    width: 90%;
  }

  .hero-section-2.spaced {
    margin-right: 0px;
    margin-left: 0px;
    padding: 200px 5% 150px;
  }

  .headline-2.responsive {
    display: none;
  }

  .div-content-hero {
    width: 100%;
  }

  .div-content-hero._60 {
    width: 100%;
  }

  .c-1200 {
    max-width: 100%;
  }

  .card-grid {
    display: -ms-grid;
    display: grid;
    margin-right: 0px;
    margin-left: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 75px;
    grid-row-gap: 75px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .s-content-lightgray {
    padding-right: 20px;
    padding-left: 20px;
  }

  .card-wrapper {
    margin-bottom: 0px;
  }

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

  .center-content-outer-wrapper {
    margin-bottom: 100px;
  }

  .zindex-top {
    display: none;
  }

  .footer-middle {
    padding-top: 20px;
    padding-bottom: 20px;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    -ms-grid-columns: 1.2fr 1fr;
    grid-template-columns: 1.2fr 1fr;
  }

  .footer-list-item-2 {
    margin-bottom: 8px;
  }

  .footer-bottom-2 {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-top-2 {
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-title {
    margin-bottom: 24px;
  }

  .social-media-footer-item {
    margin-right: 18px;
    margin-left: 18px;
  }

  .section-26.footer {
    padding-bottom: 20px;
  }

  .footer-top-left {
    max-width: 600px;
  }

  .footer-link-item {
    font-size: 16px;
  }

  .cards-grid-container-2 {
    grid-column-gap: 20px;
  }

  .heading-large-2 {
    font-size: 2.25rem;
  }

  .second-slider-container {
    display: none;
  }

  .c-slide-btn-loading {
    display: none;
  }

  .c-funtext {
    display: none;
  }

  .main-slide-title {
    font-size: 4.5em;
    letter-spacing: 15px;
  }

  .main-slider-nav-dots {
    display: block;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(19, 19, 19, 0.75)), to(transparent));
    background-image: linear-gradient(0deg, rgba(19, 19, 19, 0.75), transparent);
  }

  .c-main-slide-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-slider {
    height: 100vh;
  }

  .main-slider.mobile {
    display: block;
  }

  .main-slider.desktop {
    display: none;
  }

  .preloader {
    display: none;
  }

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

  .category-link {
    border-style: none none none solid;
    border-width: 1px;
    border-color: #000 #000 #000 #e9e9e9;
  }

  .category-link:hover {
    border-left-color: #0e4ca1;
  }

  .category-link.active {
    border-left-color: #64bd2e;
  }

  .container {
    padding-right: 40px;
    padding-left: 40px;
  }

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

  ._2-column-grid-1fr-2fr.gapless {
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
  }

  .cateogires-list-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-link-item-copy {
    font-size: 16px;
  }

  .subhead-3-copy.home {
    width: 90%;
  }

  .subhead-3-copy.home-copy {
    width: 90%;
  }

  .subhead-3-copy.home-copy-copy {
    width: 90%;
  }

  .subhead-3-copy.home {
    width: 90%;
  }

  .subhead-3-copy.home-copy {
    width: 90%;
  }

  .mg-bottom-80px {
    margin-bottom: 64px;
  }

  .section-32 {
    padding-top: 153px;
    padding-bottom: 153px;
  }

  .section-32.small-v3 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

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

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .fs-styleguide_row.is-for-social-icons {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .fs-styleguide_3-col {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .fs-styleguide_color-sample {
    padding: 2.5rem 2rem;
  }

  .button {
    display: block;
  }

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

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

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

  .fs-styleguide_section-type {
    font-size: 0.875rem;
  }

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

  .hide-mobile-landscape {
    display: none;
  }

  .page-wrapper {
    position: relative;
  }

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

  .show-mobile-landscape {
    display: block;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

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

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

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

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

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

  .margin-horizontal {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .padding-top {
    padding-right: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
  }

  .padding-bottom {
    padding-top: 0rem;
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .padding-left {
    padding-top: 0rem;
    padding-right: 0rem;
    padding-bottom: 0rem;
  }

  .padding-right {
    padding-top: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
  }

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

  .padding-horizontal {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

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

  .fs-styleguide_version-details {
    font-size: 0.875rem;
  }

  .fs-styleguide_page-header {
    margin-bottom: 0rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .nav_menu-button {
    padding: 1rem;
    background-color: rgba(233, 240, 244, 0);
  }

  .nav_menu-button.w--open {
    background-color: #fff;
  }

  .nav_button-wrapper.show-mobile-portrait {
    display: block;
  }

  .nav_menu {
    max-height: 80vh;
    padding: 2rem;
  }

  .button-2 {
    padding: 1.25rem 1.5rem;
  }

  .button-2.is-small {
    padding: 1rem 1.25rem;
  }

  .nav_brand-image {
    max-width: 8rem;
  }

  .nav_component-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .nav_link {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav_link.w--current {
    border-top-color: rgba(0, 0, 0, 0.6);
    border-right-color: rgba(0, 0, 0, 0.6);
  }

  .layout_content-wrapper {
    width: 100%;
    height: auto;
    padding-right: 0rem;
    justify-items: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .layout_content-wrapper._2 {
    padding-left: 0rem;
  }

  .layout_content {
    max-width: 34rem;
    margin-left: 0rem;
    padding: 0rem 0rem 2.5rem;
  }

  .layout_content.is-stories {
    padding-top: 2.5rem;
  }

  .deco-strip {
    display: none;
  }

  .home-header_image-wrapper {
    min-height: 295px;
  }

  .stories_component {
    padding-right: 0rem;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
  }

  .stories_image-wrapper {
    min-height: 300px;
  }

  .stories_content-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .home-features_wrapper {
    width: 100%;
  }

  .home-features_text {
    max-width: 35rem;
  }

  .footer_content-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer_social-wrapper {
    margin-top: 2rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer_social-icon {
    padding: 4px;
  }

  .footer_navigation {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer_nav-list-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .list.footer_nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer_button {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer_nav-link {
    margin-right: 0rem;
  }

  .deco-strip-horizontal {
    display: block;
    margin-bottom: 4rem;
    background-image: linear-gradient(313deg, #5a77ff, #bc7198 49%, #bc7198 50%, #ffc593);
  }

  .div-block-2 {
    max-width: 34rem;
  }

  .div-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .layout_component {
    display: -ms-grid;
    display: grid;
    min-height: auto;
    padding-top: 4rem;
    padding-bottom: 2rem;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .layout_component.first {
    padding-top: 0rem;
  }

  .layout_image-wrapper {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    height: 40vh;
  }

  .layout_image-wrapper.is-second {
    position: static;
  }

  .divider {
    height: 1px;
    background-color: #000;
  }

  .line {
    height: 1px;
  }

  .mobile-divider {
    height: 1px;
  }

  .mobile-divider.show-mobile-landscape {
    margin-bottom: 1.25rem;
  }

  .hamburger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bun {
    width: 1.25rem;
    height: 1px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #000;
  }

  .spacer {
    padding-top: 4.5rem;
  }

  .spacer.show-mobile-portrait {
    display: block;
    padding-top: 0rem;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .footer_mobile-bottom-wrapper {
    margin-top: 7.5rem;
  }

  .section-cta {
    padding-top: 0rem;
  }

  .cta_layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .pricing_card {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pricing-options_title {
    font-size: 1.25rem;
  }

  .pricing-options_title.text-style-muted.show-mobile-landscape {
    font-size: 0.625rem;
    letter-spacing: 1.67px;
  }

  .pricing-billing-cycle {
    font-size: 0.875rem;
  }

  .button-bubble {
    font-size: 0.875rem;
  }

  .pricing2_price {
    font-size: 1.5rem;
    font-weight: 600;
  }

  .section-title {
    font-size: 0.875rem;
  }

  .compare_icon-box {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .layout-centered {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .pricing-options_feature-row {
    justify-items: start;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .pricing-options_icon-box {
    padding-right: 1rem;
    padding-left: 1rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .pricing_card-top-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pricing_card-price-wrapper {
    text-align: center;
  }

  .pricing_card-text-wrapper {
    max-width: 100%;
    text-align: center;
  }

  .mobile-overlay {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .hero {
    padding: 40px 20px;
  }

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

  .hero-image-mask {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

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

  .flowout-section-item.flowout-section-item-first {
    grid-row-gap: 24px;
  }

  .deco-strip-copy {
    display: none;
  }

  .form-wrapper-2 {
    width: 100%;
  }

  .help-block {
    top: 0px;
    right: 0px;
  }

  .previous-placeholder {
    position: fixed;
    z-index: 6;
  }

  .form-content {
    width: 100%;
    min-width: auto;
  }

  .button-wrapper-2 {
    display: none;
  }

  .checkbox-base {
    min-height: 80px;
  }

  .form-item-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .next-placeholder {
    position: fixed;
    z-index: 6;
  }

  .button-copy {
    display: block;
  }

  .main-content {
    padding: 40px 20px;
  }

  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    max-width: none;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .checkbox-base-2 {
    min-height: 80px;
  }

  .section-23 {
    display: block;
  }

  .section-23.pre-footer-cta {
    padding-right: 20px;
    padding-left: 20px;
  }

  .lightbox-link-2 {
    max-width: 60%;
  }

  .image-11 {
    max-width: 90%;
  }

  .gradient-bg.gs-bg.bottom-cta-gradient {
    height: 62%;
  }

  .pre-footer-cta-grid {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: 40% 40%;
    grid-template-rows: 40% 40%;
  }

  .text {
    text-align: center;
  }

  .pre-footer-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .pre-footer-main-content {
    height: 60%;
  }

  .bottom-cta-container {
    max-height: 510px;
  }

  .lightbox-link-2-copy-copy {
    max-width: 60%;
  }

  .heading-large-copy {
    font-size: 2rem;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .lightbox-link-2-copy {
    max-width: 60%;
  }

  .layout_image-wrapper-copy {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    height: 40vh;
  }

  .layout_image-wrapper-copy.is-second {
    position: static;
  }

  .layout_image-wrapper-copy-copy {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    height: 40vh;
  }

  .layout_image-wrapper-copy-copy.is-second {
    position: static;
  }

  .layout_image-wrapper-copy-copy.is-second-copy {
    position: static;
  }

  .layout_image-wrapper-copy-copy.is-second-copy-copy {
    position: static;
  }

  .layout_image-wrapper-copy {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    height: 40vh;
  }

  .layout_image-wrapper-copy.is-second {
    position: static;
  }

  .layout_image-wrapper-copy.is-second-copy {
    position: static;
  }

  .layout_image-wrapper-copy.is-second-copy-copy {
    position: static;
  }

  .card-slider {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 50px;
  }

  .card-slider-mask {
    display: block;
  }

  .section-24 {
    padding-top: 6%;
    padding-bottom: 6%;
  }

  .card-slide {
    width: 100%;
    padding-right: 3%;
    padding-left: 3%;
  }

  .image-wrapper---brix.testimonial-v1---brix {
    margin-right: 16px;
    margin-bottom: 16px;
  }

  .card---brix {
    border-radius: 12px;
  }

  .card---brix.testimonial-v1---brix {
    max-width: 88%;
    margin-right: auto;
    margin-left: auto;
    padding: 40px 32px;
  }

  .card---brix.testimonial-v1---brix.first---brix {
    margin-left: 0px;
  }

  .slide---brix.testimonial-v1---brix {
    max-width: none;
  }

  .slide---brix.testimonial-v1---brix.first---brix {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
  }

  .mask---brix {
    margin-right: 20px;
    border-radius: 12px;
  }

  .mask---brix.testimonial-v1---brix {
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
  }

  .cloneable-container-default {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cloneable-header-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .split-content---brix.testimonials-client-info---brix {
    margin-bottom: -16px;
  }

  .slider-arrow---brix {
    width: 50px;
    max-height: 50px;
    min-height: 50px;
    min-width: 50px;
  }

  .blob-hero {
    left: -27%;
    bottom: -14%;
    width: 50%;
  }

  .form-newsletter {
    width: 100%;
    padding-left: 0px;
  }

  .flex.center.mg-top-24px {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .button-primary {
    padding: 16px 34px;
    font-size: 16px;
    line-height: 18px;
  }

  .grid-footer-v1---2-columns.grid-center {
    -ms-grid-columns: 0.8fr;
    grid-template-columns: 0.8fr;
  }

  .grid-footer-v1---2-columns.grid-center.bottom {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .text-300 {
    font-size: 18px;
    line-height: 20px;
  }

  .text-300.bold.footer-title {
    margin-bottom: 24px;
  }

  .footer-list-item {
    margin-bottom: 10px;
  }

  .footer-top {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .grid-footer-v1---5-column {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

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

  .btn-primary {
    padding: 20px 32px;
  }

  .btn-primary.small {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-primary.small.header-btn-hidde-on-mb {
    display: none;
  }

  .btn-primary.small._100-mb {
    width: 100%;
  }

  .header-nav-list-item---brix.show-in-tablet._100-tablet {
    width: 100%;
  }

  .header-logo---brix {
    max-width: 90%;
  }

  .subhead-3 {
    width: 85%;
  }

  .subhead-3.home {
    margin-right: auto;
    margin-left: auto;
  }

  .subhead-3.home-copy {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-section-2.spaced {
    padding: 180px 2% 120px;
  }

  .headline-2 {
    font-size: 52px;
    line-height: 64px;
    text-align: center;
  }

  .headline-2.non-responsive {
    display: block;
  }

  .headline-2.responsive {
    display: block;
    font-size: 58px;
  }

  .div-content-hero {
    text-align: center;
  }

  .div-content-hero._60 {
    height: 100%;
  }

  .h2-center {
    font-size: 2em;
  }

  .card-grid {
    display: block;
  }

  .s-content-lightgray {
    margin-top: 100px;
    padding-top: 100px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .card-wrapper {
    margin-bottom: 75px;
  }

  .card-wrapper.last {
    margin-bottom: 0px;
  }

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

  .div-block-109 {
    height: auto;
  }

  .zindex-top {
    display: none;
    width: 100%;
  }

  .div-block-514 {
    width: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .link-block-4 {
    text-decoration: none;
  }

  .text-block-17 {
    font-size: 30px;
    text-decoration: none;
    text-transform: none;
  }

  .div-block-514-copy {
    width: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .input {
    height: 58px;
  }

  .input.newsletter {
    font-size: 16px;
  }

  .footer-top-2 {
    padding-bottom: 10px;
  }

  .section-26.footer {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .submit-btn {
    padding: 18px 28px;
  }

  .submit-btn.newsletter {
    top: 5px;
    right: 5px;
    bottom: 5px;
  }

  .cards-grid-container-2 {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

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

  .menu-item_name {
    font-size: 1.25rem;
  }

  .ci-main-slide-content {
    width: 70%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .c-main-slide-description {
    width: auto;
    margin-bottom: 10px;
    font-size: 1em;
  }

  .main-slide-title {
    font-size: 3em;
    letter-spacing: 5px;
  }

  .c-main-slide-content {
    width: 100%;
    padding-right: 7vw;
    padding-left: 7vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .c-slide-btn {
    width: 30%;
    padding: 3vw;
  }

  .c-slide-btn-block {
    width: 12vw;
    height: 12vw;
  }

  .play-btn {
    width: 20px;
    height: 20px;
  }

  .preloader {
    display: none;
  }

  ._3-col-grid {
    -ms-grid-columns: minmax(200px, 1fr) 1fr;
    grid-template-columns: minmax(200px, 1fr) 1fr;
  }

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

  .collection-item {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .category-link {
    border-left: 1px solid #e9e9e9;
    border-bottom-style: none;
  }

  .category-link:hover {
    border-bottom-style: none;
    border-left-color: rgba(14, 77, 162, 0.64);
  }

  .category-link.active {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-left: 1px solid #64bd2e;
    border-bottom-style: none;
  }

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

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

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

  ._2-column-grid-1fr-2fr.gapless {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .cateogires-list-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-text-content {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .gallery-2 {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .subhead-3-copy {
    width: 85%;
  }

  .subhead-3-copy.home {
    margin-right: auto;
    margin-left: auto;
  }

  .subhead-3-copy.home-copy {
    margin-right: auto;
    margin-left: auto;
  }

  .subhead-3-copy.home-copy-copy {
    margin-right: auto;
    margin-left: auto;
  }

  .subhead-3-copy {
    width: 85%;
  }

  .subhead-3-copy.home {
    margin-right: auto;
    margin-left: auto;
  }

  .subhead-3-copy.home-copy {
    margin-right: auto;
    margin-left: auto;
  }

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

  .inner-container._600px-mbl {
    max-width: 600px;
  }

  .flex-horizontal.justify-center.categories {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .mg-bottom-80px {
    margin-bottom: 48px;
  }

  .section-32 {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .section-32.small-v3 {
    padding-top: 125px;
    padding-bottom: 125px;
  }

  .category-link-item-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mg-bottom-28px {
    margin-bottom: 16px;
  }

  .gallery-3 {
    padding: 40px 20px;
  }

  .live-chat-wrapper---brix {
    right: 24px;
    bottom: 24px;
  }
}

@media screen and (max-width: 479px) {
  .button.is-pricing {
    white-space: nowrap;
  }

  .show-mobile-portrait {
    display: block;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .fs-styleguide_2-col {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

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

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

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

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

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

  .margin-horizontal {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .padding-top {
    padding-right: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
  }

  .padding-bottom {
    padding-top: 0rem;
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .padding-left {
    padding-top: 0rem;
    padding-right: 0rem;
    padding-bottom: 0rem;
  }

  .padding-right {
    padding-top: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
  }

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

  .padding-horizontal {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .deco-strip.is-pricing.show-tablet {
    display: none;
  }

  .deco-strip-horizontal.is-pricing.hide-tablet {
    display: block;
  }

  .layout_component {
    padding-bottom: 4rem;
  }

  .pricing2_price-wrapper {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .pricing-options_title {
    font-size: 1rem;
    font-weight: 700;
  }

  .pricing2_price-row {
    padding-right: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 0.75rem;
    grid-column-gap: 0.25rem;
  }

  .pricing-billing-cycle {
    font-size: 0.75rem;
    font-weight: 700;
  }

  .compare_feature-row {
    padding: 1rem 0.5rem;
    grid-column-gap: 0.25rem;
    grid-row-gap: 1rem;
  }

  .button-bubble {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    font-size: 0.75rem;
    line-height: 1.4;
    font-weight: 700;
  }

  .pricing2_price {
    font-size: 1.25rem;
    font-weight: 700;
  }

  .compare_icon-box {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .compare_plans-name {
    padding: 1rem 0.5rem;
    grid-column-gap: 0.25rem;
  }

  .pricing-options_feature-row {
    padding: 1rem 0.5rem;
    grid-column-gap: 0.25rem;
    grid-row-gap: 1rem;
  }

  .pricing-options_icon-box {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .pricing-options_plans-name {
    padding: 1rem 0.5rem;
    grid-column-gap: 0.25rem;
  }

  .button-wrapper {
    width: 100%;
  }

  .flowout-container {
    padding-right: 16px;
    padding-left: 16px;
  }

  .deco-strip-copy.is-pricing.show-tablet {
    display: none;
  }

  .previous-placeholder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 75px;
  }

  .form-content {
    width: 100%;
  }

  .checkbox-base {
    margin-bottom: 15px;
  }

  .form-item-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form-section-title {
    font-size: 2em;
    line-height: 1.3em;
  }

  .slider {
    height: auto;
    min-height: 80vh;
  }

  .button-copy.is-pricing {
    white-space: nowrap;
  }

  .centered-container {
    text-align: left;
  }

  .gallery-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .form-section-title-2 {
    font-size: 2em;
    line-height: 1.3em;
  }

  .checkbox-base-2 {
    margin-bottom: 15px;
  }

  .section-23 {
    padding-bottom: 28px;
  }

  .section-23.pre-footer-cta {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .image-11 {
    max-width: 100%;
  }

  .heading-61 {
    text-align: left;
  }

  .gradient-bg.gs-bg.bottom-cta-gradient {
    height: 85%;
  }

  .pre-footer-cta-grid {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
  }

  .text {
    text-align: center;
  }

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

  .pre-footer-hero {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pre-footer-content {
    padding-right: 0px;
  }

  .bottom-cta-container {
    max-height: 570px;
  }

  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .text-block-47 {
    margin-top: 12px;
  }

  .card---brix.testimonial-v1---brix {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    min-height: 470px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .slide---brix.testimonial-v1---brix {
    margin-right: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .slide---brix.testimonial-v1---brix.first---brix {
    margin-right: 30px;
  }

  .mask---brix {
    margin-right: 0px;
    margin-left: 0px;
  }

  .slider---brix.testimonial-v1---brix {
    margin-bottom: 80px;
  }

  .container-default---brix {
    padding-right: 16px;
    padding-left: 16px;
  }

  .split-content---brix.avatar-content---brix {
    margin-bottom: 16px;
  }

  .split-content---brix.testimonials-client-info---brix {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .title-2.testimonial---brix {
    font-size: 30px;
  }

  .title-2.testimonial-v1---brix {
    white-space: break-spaces;
  }

  .slider-arrow---brix.small---brix.right---brix {
    right: 0px;
    margin-bottom: -70px;
  }

  .slider-arrow---brix.small---brix.left---brix {
    left: auto;
    right: 74px;
    margin-bottom: -70px;
  }

  .blob-hero {
    width: 70%;
  }

  .container-default {
    padding-right: 16px;
    padding-left: 16px;
  }

  .text-uppercase.subtitle {
    font-size: 14px;
  }

  .form-newsletter-wrapper {
    position: static;
  }

  .button-primary {
    padding: 15px 34px 16px;
  }

  .button-primary.newsletter {
    position: static;
    width: 100%;
    margin-top: 16px;
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .input-relative.newsletter {
    min-height: 64px;
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 16px;
  }

  .input-relative.newsletter::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 18px;
  }

  .input-relative.newsletter:-ms-input-placeholder {
    font-size: 16px;
    line-height: 18px;
  }

  .input-relative.newsletter::-ms-input-placeholder {
    font-size: 16px;
    line-height: 18px;
  }

  .input-relative.newsletter::placeholder {
    font-size: 16px;
    line-height: 18px;
  }

  .grid-footer-v1---2-columns.grid-center {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-footer-v1---2-columns.grid-center.bottom {
    justify-items: center;
  }

  .footer-logo---brix {
    width: 100%;
    max-width: 240px;
  }

  .social-media-grid-top {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .footer-top {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .grid-footer-v1---5-column {
    grid-row-gap: 48px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .header-content-wrapper---brix {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .btn-primary.small._100-mb {
    display: none;
    padding-top: 9px;
    padding-bottom: 9px;
    border-radius: 0px;
    background-color: #8d8026;
    font-size: 14px;
    letter-spacing: 1px;
  }

  .header-nav-list-item---brix {
    width: 100%;
    text-align: left;
  }

  .header-nav-list-item---brix.show-in-tablet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .header-right-side {
    width: 10%;
  }

  .header-logo---brix {
    max-width: 86%;
    margin-right: 0px;
  }

  .header-logo-link---brix {
    margin-left: 0px;
  }

  .hamburger-menu-wrapper {
    font-size: 0.5rem;
    line-height: 1rem;
  }

  .header-wrapper---brix {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .subhead-3 {
    width: 95%;
  }

  .subhead-3.home {
    font-size: 15px;
    line-height: 20px;
  }

  .subhead-3.home-copy {
    font-size: 15px;
    line-height: 20px;
  }

  .hero-section-2.spaced {
    padding: 207px 5% 100px;
    background-image: linear-gradient(229deg, rgba(5, 12, 20, 0.89) 55%, hsla(0, 0%, 100%, 0)), url('../images/29BUltimoStCaringbahSouth_Twilight-2.jpeg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .cta-2.colour5.bigger {
    display: none;
    width: 100.000248%;
    padding-right: 20px;
    padding-left: 20px;
    border-width: 3px;
  }

  .cta-2.colour5-copy.bigger {
    width: 100.000248%;
    padding-right: 20px;
    padding-left: 20px;
    border-width: 3px;
  }

  .cta-2.colour5-copy.bigger-copy {
    display: none;
    width: 100.000248%;
    padding-right: 20px;
    padding-left: 20px;
    border-width: 3px;
  }

  .cta-2.colour5-copy.bigger-copy-copy {
    display: none;
    width: 100.000248%;
    padding-right: 20px;
    padding-left: 20px;
    border-width: 3px;
  }

  .cta-2.colour5-copy.bigger {
    width: 100.000248%;
    padding-right: 20px;
    padding-left: 20px;
    border-width: 3px;
  }

  .cta-2.colour5-copy.bigger-copy {
    width: 100.000248%;
    padding-right: 20px;
    padding-left: 20px;
    border-width: 3px;
  }

  .headline-2 {
    font-size: 40px;
    line-height: 50px;
  }

  .headline-2.non-responsive {
    display: block;
    margin-top: 9px;
    font-size: 20px;
    line-height: 40px;
  }

  .headline-2.responsive {
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0px;
  }

  .div-content-hero._60 {
    margin-top: -84px;
  }

  .h2-center {
    font-size: 1.5em;
  }

  .card-h3 {
    font-size: 1.5em;
  }

  .card-grid {
    padding-right: 0px;
    padding-left: 0px;
  }

  .s-content-lightgray {
    padding: 50px 25px;
  }

  .card-content-wrapper-2 {
    padding: 35px;
  }

  .center-content-outer-wrapper {
    margin-bottom: 75px;
  }

  .title-2-copy.testimonial-v1---brix {
    white-space: break-spaces;
  }

  .title-2-copy.testimonial---brix-copy {
    font-size: 30px;
  }

  .container-default-copy {
    padding-right: 16px;
    padding-left: 5px;
  }

  .background-video {
    height: 350px;
    padding-top: 110px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .cta-2-copy.colour5-copy.bigger-copy {
    width: 100.000217%;
  }

  .div-block-109 {
    width: auto;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-2 {
    margin-top: 23px;
    padding-left: 0px;
    font-size: 27px;
    line-height: 35px;
  }

  .div-block-20-copy {
    max-width: none;
    margin-left: 30px;
    padding-top: 45px;
    padding-right: 0px;
    padding-left: 38px;
    text-align: left;
  }

  .paragraph-7 {
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    color: #143144;
    font-size: 14px;
  }

  ._77 {
    width: 300%;
    height: 320px;
  }

  .paragraph-8 {
    color: #143144;
    font-size: 25px;
    line-height: 35px;
  }

  .column-6 {
    display: none;
  }

  .column {
    padding-left: 29px;
  }

  .column-16 {
    padding-left: 29px;
  }

  .slide-2 {
    height: 320px;
  }

  .fff {
    height: 320px;
  }

  .slide-3 {
    height: 320px;
  }

  .div-block-20 {
    max-width: none;
    margin-left: 0px;
    padding-top: 45px;
    padding-right: 0px;
    padding-left: 38px;
    text-align: left;
  }

  .div-block-20.sdg {
    width: 1000px;
    max-width: none;
    margin-left: -53px;
    padding-top: 0px;
  }

  .mask-2 {
    height: 84%;
  }

  .column-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-17 {
    padding: 73px 10px 101px;
  }

  .heading-5 {
    bottom: -15%;
    margin-top: 309px;
    font-size: 5vw;
  }

  .slider-2 {
    height: 450px;
  }

  .sslide-2-copy-copy-copy-copylide-2-copy-copy-copy-copyslide-2-copy-copy-copy-copy-copy {
    height: 320px;
  }

  .div-block-22 {
    margin-top: 12px;
  }

  .button-5 {
    margin-top: 31px;
    margin-left: 0px;
  }

  .button-5.jhj {
    margin-left: 0px;
  }

  .button-5.jhj._55 {
    margin-top: 21px;
    margin-left: 0px;
  }

  .div-block-32 {
    padding-left: 28px;
  }

  .slide-2-copy-copy {
    height: 320px;
  }

  .column-15 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-12 {
    left: 141px;
    top: 104px;
    margin-right: 150px;
  }

  .slide-2-copy-copy-copy {
    height: 320px;
  }

  .div-block-110 {
    width: 100.000217%;
  }

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

  .zindex-top {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 99999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 5px;
    background-color: #fff;
  }

  .div-block-514 {
    width: auto;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #8d8026;
  }

  .text-block-17 {
    font-family: 'DM Sans', sans-serif;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .div-block-514-copy {
    width: 50%;
    margin-left: 15px;
    padding: 20px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #000;
  }

  .link-block-5 {
    text-decoration: none;
  }

  .footer-middle {
    grid-row-gap: 40px;
    -ms-grid-columns: 1.2fr;
    grid-template-columns: 1.2fr;
  }

  .newsletter-input-container {
    position: static;
  }

  .input.newsletter {
    border-radius: 0px;
  }

  .social-media-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .wrapper {
    width: 100%;
  }

  .social-media-footer-item {
    margin-right: 10px;
    margin-left: 10px;
  }

  .paragraph-10 {
    font-size: 13px;
  }

  .footer-top-left {
    max-width: 80%;
  }

  .footer-list.column-one {
    margin-right: 48px;
  }

  .footer-link-item {
    font-size: 14px;
  }

  .submit-btn {
    width: 100%;
  }

  .submit-btn.newsletter {
    position: static;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .field.newsletter {
    margin-bottom: 14px;
  }

  .section-27 {
    padding-top: 49px;
    padding-bottom: 44px;
  }

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

  .cards-grid-container-2 {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section-27-copy {
    padding-top: 58px;
  }

  .menu-items-section {
    margin-top: 38px;
  }

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

  .menu-item_name {
    font-size: 15px;
  }

  .text-size-regular-2 {
    font-size: 13px;
  }

  .menu-item_list {
    padding: 0.25rem 0rem;
  }

  .background-video---menu-page {
    padding-top: 80px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .ci-main-slide-content {
    width: 85%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .c-main-slide-description {
    text-align: center;
  }

  .main-slide-title {
    font-size: 10vw;
    text-align: center;
  }

  .c-main-slide-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .c-slide-btn-block {
    width: 20vw;
    height: 20vw;
  }

  .preloader {
    display: none;
  }

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

  ._2-column-grid-1fr-2fr.gapless {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-518 {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0%;
    display: block;
    padding: 12px;
    background-color: #212121;
  }

  .div-block-109-copy {
    width: auto;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-519 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-51 {
    color: #fff;
    text-decoration: none;
  }

  .link-block-6 {
    padding: 7px 14px;
    border-radius: 19px;
    color: #000;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
  }

  .div-block-520 {
    border-radius: 5px;
    background-color: #8e7f26;
  }

  .link-block-6-copy {
    padding: 7px 14px;
    border-radius: 5px;
    background-color: #fff;
    color: #000;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
  }

  .text-block-51-copy {
    color: #000;
    text-decoration: none;
  }

  .social-media-footer-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .subhead-3-copy {
    width: 95%;
  }

  .subhead-3-copy.home {
    font-size: 15px;
    line-height: 20px;
  }

  .subhead-3-copy.home-copy {
    margin-top: -18px;
    font-size: 15px;
    line-height: 20px;
  }

  .subhead-3-copy.home-copy-copy {
    margin-top: -18px;
    font-size: 14px;
    line-height: 20px;
  }

  .section-31 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .subhead-3-copy {
    width: 95%;
  }

  .subhead-3-copy.home {
    font-size: 15px;
    line-height: 20px;
  }

  .subhead-3-copy.home-copy {
    margin-top: 0px;
    font-size: 15px;
    line-height: 20px;
  }

  .social-media-footer-copy-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .heading-68 {
    margin-top: 1.4rem;
    font-size: 30px;
  }

  .heading-68-copy {
    margin-top: 1.4rem;
    font-size: 30px;
  }

  .heading-69 {
    margin-bottom: 1.4rem;
    font-size: 1.7rem;
  }

  .mg-bottom-24px {
    margin-bottom: 16px;
  }

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

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

  .section-32 {
    padding-top: 106px;
    padding-bottom: 106px;
  }

  .section-32.small-v3 {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  ._78 {
    width: 300%;
    height: 320px;
  }

  ._79 {
    width: 300%;
    height: 320px;
  }

  .link {
    color: hsla(0, 0%, 50%, 0.6);
    text-decoration: none;
  }

  .section-33 {
    background-color: #fff;
  }

  .div-block-522 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-52 {
    margin-top: 5px;
    text-align: center;
  }

  .div-block-525 {
    position: fixed;
    left: 275px;
    top: 28%;
    right: 0%;
    bottom: 0%;
    margin-bottom: 0px;
  }

  .html-embed-3 {
    display: none;
    max-width: 100%;
  }

  .live-chat-avatar-wrapper---brix {
    display: none;
  }

  .live-chat-content-right---brix {
    margin-right: 0px;
  }

  .live-chat-button---brix {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .live-chat-bubbble---brix {
    width: 56px;
    height: 56px;
  }

  .live-chat-message-bubble---brix {
    padding: 34px 24px 30px;
    border-radius: 6px;
  }

  .live-chat-wrapper---brix {
    left: 24px;
    max-width: 100%;
  }

  .live-chat-wrapper---brix.preview-page {
    margin-right: 20px;
    margin-bottom: 92px;
    margin-left: 87px;
  }
}

#w-node-bc639ca8-f162-c60f-82a9-e9ae9a4f021d-9a4f01e5 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_606b2371-a6e0-d63e-9a2c-047f82925620-3e2ac6b5 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-ed72db64-161e-acb6-016e-6019e67f6b54-bb2ac6ba {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-ed72db64-161e-acb6-016e-6019e67f6b66-bb2ac6ba {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_6ebe3acf-da2e-981c-9567-a4fc0345061b-bb2ac6ba {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_1a91788a-ba24-08a7-2a56-ee82334a9384-bb2ac6ba {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_62ef2bc2-81af-2faf-fab1-7dce215663f7-bb2ac6ba {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-ed72db64-161e-acb6-016e-6019e67f6b54-4a2ac6bb {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-ed72db64-161e-acb6-016e-6019e67f6b66-4a2ac6bb {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_6ebe3acf-da2e-981c-9567-a4fc0345061b-4a2ac6bb {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_1a91788a-ba24-08a7-2a56-ee82334a9384-4a2ac6bb {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_62ef2bc2-81af-2faf-fab1-7dce215663f7-4a2ac6bb {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_1b697dc0-7b21-16bd-2022-ea1460f684c3-7965083c {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_1b697dc0-7b21-16bd-2022-ea1460f684c3-789acba4 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_1b697dc0-7b21-16bd-2022-ea1460f684c3-8938c149 {
  -ms-grid-column-align: end;
  justify-self: end;
}

@media screen and (min-width: 1280px) {
  #w-node-ed72db64-161e-acb6-016e-6019e67f6b66-4a2ac6bb {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_1a91788a-ba24-08a7-2a56-ee82334a9384-4a2ac6bb {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_62ef2bc2-81af-2faf-fab1-7dce215663f7-4a2ac6bb {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-bc639ca8-f162-c60f-82a9-e9ae9a4f021d-9a4f01e5 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_9bc762ba-a67a-f9b0-57ba-8a880bcb43f9-bb2ac6ba {
    -webkit-box-ordinal-group: -998;
    -webkit-order: -999;
    -ms-flex-order: -999;
    order: -999;
  }

  #w-node-_9bc762ba-a67a-f9b0-57ba-8a880bcb43f9-4a2ac6bb {
    -webkit-box-ordinal-group: -998;
    -webkit-order: -999;
    -ms-flex-order: -999;
    order: -999;
  }

  #w-node-_1b697dc0-7b21-16bd-2022-ea1460f684c3-7965083c {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_1b697dc0-7b21-16bd-2022-ea1460f684c3-789acba4 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_1b697dc0-7b21-16bd-2022-ea1460f684c3-8938c149 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_80a6eead-c7b1-8bd5-7e91-f3e3b3a306aa-3e2ac6b5 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-f3789dd9-ffde-8a07-ac36-15c6d7d3de59-bb2ac6ba {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-f3789dd9-ffde-8a07-ac36-15c6d7d3de59-4a2ac6bb {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-_5f627df6-eb81-b075-a85d-1058a5212a32-9a2ac6bc {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-_10f1f3f5-9b8f-522d-0b79-0973db6640ca-789acba4 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_10f1f3f5-9b8f-522d-0b79-0973db6640cc-789acba4 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_10f1f3f5-9b8f-522d-0b79-0973db6640d1-789acba4 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_10f1f3f5-9b8f-522d-0b79-0973db6640d3-789acba4 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_10f1f3f5-9b8f-522d-0b79-0973db6640ca-8938c149 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_10f1f3f5-9b8f-522d-0b79-0973db6640cc-8938c149 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_10f1f3f5-9b8f-522d-0b79-0973db6640d1-8938c149 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_10f1f3f5-9b8f-522d-0b79-0973db6640d3-8938c149 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_40edb5c1-a9b9-5981-6cdb-d1048d6d4a9a-431dccf9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_40edb5c1-a9b9-5981-6cdb-d1048d6d4aa1-431dccf9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-d224f330-8cd1-e288-15a6-b865b8be35fe-431dccf9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_65c3ccf7-239a-a604-74f5-760f8f53ac94-431dccf9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_70d0b926-6e2a-5b4f-bae8-24c324c8233d-431dccf9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_37557b42-f34d-b19d-8b9e-d98691b6162e-431dccf9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-b30e7d46-5f0a-c4a0-840d-70eb978965ac-431dccf9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_5c0dcc3d-e430-44a3-8803-f7223a5a54ec-431dccf9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_9af466a8-3dd2-4494-c8c6-2c5d8d2d1f40-431dccf9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_98b75b29-89a7-88d6-1d66-ebe82845392e-431dccf9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_17ccbdde-0c32-37b5-64f2-1d4c0764b5bd-431dccf9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_962c83e6-ffc7-21a7-59c0-e27e26c9d5e5-431dccf9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-dc0c1b11-2842-b296-4c79-40ade8f4c120-431dccf9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_97d16971-6f36-c171-bd04-d580c00bb778-431dccf9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_6db1aaeb-e2bd-2c40-6b82-6782ae59d550-431dccf9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_6761f93f-cae6-d1c0-70b9-7c5299cba8ad-431dccf9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-de0dd78d-c7aa-696d-1c8b-4f6680af07b0-431dccf9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_8913bbbc-5a0b-2be4-a616-270eb1eb4624-431dccf9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_03fddee0-55fd-ccb0-156a-26cee9842952-431dccf9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_0069e747-f5b3-25f8-1dae-47e2951df7dc-431dccf9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-af29a037-9701-d7b2-2967-ae3616f97e5b-431dccf9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_1d4a57f0-8231-9b45-1651-9e8b8e9cb77a-431dccf9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-c5a96854-db5a-8d04-41e0-92f084537eb7-431dccf9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-b0e133b0-eb33-354f-1640-ab6c7b91cd6b-431dccf9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_0ebebbea-e2d7-99c3-9fcb-db8caa1bf47b-431dccf9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-e8088d57-b19c-9d82-7b55-b35e3ab5f95d-431dccf9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_95bc4c55-e1d8-8a7a-4f7e-a9124d4bb10e-431dccf9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-d3433aa1-6e3e-859c-3add-3eac2a5b7aaf-431dccf9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_2ef96b99-b0df-56a7-0643-eeab79084531-431dccf9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-e60ddad0-690c-37e8-f1dc-3e7c097e7838-431dccf9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_36f3dd40-8200-13e4-2740-94ce0b330319-431dccf9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-c24c2137-397b-be51-e31b-8c8146945d64-431dccf9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_8dd990d6-b397-786c-d0a2-5f18f027a199-431dccf9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-ba8df9e5-30dc-138e-caeb-45e3771eb8a8-431dccf9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-e2c19f7c-ad50-9f3f-b7a3-9784f9013ad2-431dccf9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_273816a7-b8a9-7e07-728d-3c884b9f5654-431dccf9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-c6fe0dce-08d8-e997-ee09-99bee9d13b66-431dccf9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_97081cb7-a8a2-6d1e-d2f7-deb86d911a50-431dccf9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-fe133318-9ea8-543c-b93c-0b01e6395a0a-431dccf9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-eb496706-503d-96ac-f4c7-a5e468dab89f-431dccf9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_601d6d20-6f27-76f3-2406-77aba71ea5c4-431dccf9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-de66cf5c-f682-9555-a6f4-af567258d921-431dccf9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_282dd5c2-3f50-37a4-3d0e-fc64a9aebf76-431dccf9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_9280a16d-e687-a71e-6b27-ae035ebbac2e-431dccf9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_27293091-6627-4b6a-6024-4d1f1210a7e1-431dccf9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_3e18c4ea-144a-4c2b-9f04-5fa97c0cd49d-431dccf9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_92610042-a991-128c-b280-9ae69e8bee8f-431dccf9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-b95e5328-a674-f8ea-b677-053674cf55df-431dccf9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-c2b39620-fbbe-ef4a-6b8c-ec4eb7756e78-431dccf9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-c0488527-6294-5025-1f98-2ed3da97afee-431dccf9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_0460b327-f110-7ac8-6e73-f566c7c538f7-431dccf9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-c3f5ddca-ce82-9921-a768-6d1ebfd48160-431dccf9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_4d7ce15f-ba00-33a1-3247-5b5b27474d2f-431dccf9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_50c3b00b-1a70-e861-bbd1-2210d6bf667b-431dccf9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_77a90cd2-4aea-7632-a86b-41a9bde27c12-431dccf9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_606b2371-a6e0-d63e-9a2c-047f82925620-3e2ac6b5 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_8eca7d7a-591a-49cb-db3f-60652f19cab5-4a2ac6bb {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_8eca7d7a-591a-49cb-db3f-60652f19cabd-4a2ac6bb {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_10f1f3f5-9b8f-522d-0b79-0973db6640c0-789acba4 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_10f1f3f5-9b8f-522d-0b79-0973db6640c7-789acba4 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_10f1f3f5-9b8f-522d-0b79-0973db6640ce-789acba4 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_10f1f3f5-9b8f-522d-0b79-0973db6640c0-8938c149 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_10f1f3f5-9b8f-522d-0b79-0973db6640c7-8938c149 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_10f1f3f5-9b8f-522d-0b79-0973db6640ce-8938c149 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_40edb5c1-a9b9-5981-6cdb-d1048d6d4a8e-431dccf9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_40edb5c1-a9b9-5981-6cdb-d1048d6d4a95-431dccf9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_40edb5c1-a9b9-5981-6cdb-d1048d6d4a9c-431dccf9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-d224f330-8cd1-e288-15a6-b865b8be35fb-431dccf9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_65c3ccf7-239a-a604-74f5-760f8f53ac91-431dccf9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_70d0b926-6e2a-5b4f-bae8-24c324c8233a-431dccf9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_37557b42-f34d-b19d-8b9e-d98691b6162b-431dccf9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-b30e7d46-5f0a-c4a0-840d-70eb978965a9-431dccf9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_5c0dcc3d-e430-44a3-8803-f7223a5a54e9-431dccf9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_9af466a8-3dd2-4494-c8c6-2c5d8d2d1f3d-431dccf9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_98b75b29-89a7-88d6-1d66-ebe82845392b-431dccf9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_17ccbdde-0c32-37b5-64f2-1d4c0764b5ba-431dccf9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_962c83e6-ffc7-21a7-59c0-e27e26c9d5e2-431dccf9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-dc0c1b11-2842-b296-4c79-40ade8f4c11d-431dccf9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_97d16971-6f36-c171-bd04-d580c00bb775-431dccf9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_6db1aaeb-e2bd-2c40-6b82-6782ae59d54d-431dccf9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_6761f93f-cae6-d1c0-70b9-7c5299cba8aa-431dccf9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-de0dd78d-c7aa-696d-1c8b-4f6680af07ad-431dccf9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_8913bbbc-5a0b-2be4-a616-270eb1eb4621-431dccf9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_03fddee0-55fd-ccb0-156a-26cee984294f-431dccf9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_0069e747-f5b3-25f8-1dae-47e2951df7d9-431dccf9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-af29a037-9701-d7b2-2967-ae3616f97e58-431dccf9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_1d4a57f0-8231-9b45-1651-9e8b8e9cb777-431dccf9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-c5a96854-db5a-8d04-41e0-92f084537eb4-431dccf9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-b0e133b0-eb33-354f-1640-ab6c7b91cd68-431dccf9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_0ebebbea-e2d7-99c3-9fcb-db8caa1bf478-431dccf9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-e8088d57-b19c-9d82-7b55-b35e3ab5f95a-431dccf9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_95bc4c55-e1d8-8a7a-4f7e-a9124d4bb10b-431dccf9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-d3433aa1-6e3e-859c-3add-3eac2a5b7aac-431dccf9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_2ef96b99-b0df-56a7-0643-eeab7908452e-431dccf9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-e60ddad0-690c-37e8-f1dc-3e7c097e7835-431dccf9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_36f3dd40-8200-13e4-2740-94ce0b330316-431dccf9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-c24c2137-397b-be51-e31b-8c8146945d61-431dccf9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_8dd990d6-b397-786c-d0a2-5f18f027a196-431dccf9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ba8df9e5-30dc-138e-caeb-45e3771eb8a5-431dccf9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-e2c19f7c-ad50-9f3f-b7a3-9784f9013acf-431dccf9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_273816a7-b8a9-7e07-728d-3c884b9f5651-431dccf9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-c6fe0dce-08d8-e997-ee09-99bee9d13b63-431dccf9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_97081cb7-a8a2-6d1e-d2f7-deb86d911a4d-431dccf9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-fe133318-9ea8-543c-b93c-0b01e6395a07-431dccf9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-eb496706-503d-96ac-f4c7-a5e468dab89c-431dccf9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_601d6d20-6f27-76f3-2406-77aba71ea5c1-431dccf9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-de66cf5c-f682-9555-a6f4-af567258d91e-431dccf9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_282dd5c2-3f50-37a4-3d0e-fc64a9aebf73-431dccf9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_9280a16d-e687-a71e-6b27-ae035ebbac2b-431dccf9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_27293091-6627-4b6a-6024-4d1f1210a7de-431dccf9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_3e18c4ea-144a-4c2b-9f04-5fa97c0cd49a-431dccf9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_92610042-a991-128c-b280-9ae69e8bee8c-431dccf9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-b95e5328-a674-f8ea-b677-053674cf55dc-431dccf9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-c2b39620-fbbe-ef4a-6b8c-ec4eb7756e75-431dccf9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-c0488527-6294-5025-1f98-2ed3da97afeb-431dccf9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_0460b327-f110-7ac8-6e73-f566c7c538f4-431dccf9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-c3f5ddca-ce82-9921-a768-6d1ebfd4815d-431dccf9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_4d7ce15f-ba00-33a1-3247-5b5b27474d2c-431dccf9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_50c3b00b-1a70-e861-bbd1-2210d6bf6678-431dccf9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_77a90cd2-4aea-7632-a86b-41a9bde27c0f-431dccf9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

