:root {
  --border-radius-small: 0.25rem;  
  --border-radius-medium: 0.5rem; 
  --border-radius-large: 1rem;    
}

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

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

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

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

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

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

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

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

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

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

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

body {
  color: #4d4d4e;
  background-color: #FCFCFC;
  font-family: Circular, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

h1 {
  color: #4d4d4e;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  color: #4d4d4e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
}

h3 {
  color: #4d4d4e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
}

h4 {
  color: #4d4d4e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.1;
}

h5 {
  color: #4d4d4e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
}

h6 {
  color: #4d4d4e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
}

p {
  margin-bottom: 1.5rem;
}

a {
  color: #D94F00;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: underline;
  transition: all .3s;
}

a:hover {
  color: #B84401;
}

ul, ol {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}

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

blockquote {
  color: #669abc;
  border-left: .25rem solid #D94F00;
  margin-bottom: 1.5rem;
  padding: 1rem 2rem;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.4;
}

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

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

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

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

.text-size-medium.is-medium.is-default {
  opacity: 0.8;
}

.text-size-medium.is-default {
  opacity: 0.8;
}

.padding-global {
  flex: 1;
  padding-left: 2rem;
  padding-right: 2rem;
}

.padding-global.is-relative {
  position: relative;
}

.margin-xhuge {
  margin: 8rem;
}

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

.heading-h4 {
  margin-bottom: .75rem;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.1;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

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

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

.text-size-small.is-medium {
  font-weight: 500;
}

.text-size-small.is-default {
  opacity: 0.8;
}

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

.padding-vertical.padding-header {
  padding-top: 16rem;
  padding-bottom: 5rem;
}

.padding-vertical.padding-header.right-overlap, .padding-vertical.padding-header.left-overlap {
  padding-bottom: 0;
}

.padding-vertical.padding-header.with-overlay {
  padding-bottom: 7rem;
}

.padding-vertical.padding-overlay-header {
  padding-top: 18rem;
  padding-bottom: 10rem;
}

.margin-0 {
  margin: 0;
}

.styleguide_header-block {
  max-width: 50rem;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
  position: relative;
}

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

.padding-0 {
  padding: 0;
}

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

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

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

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

.text-size-large.is-medium {
  font-weight: 500;
}

.styleguide_item-header {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 2rem;
}

.overflow-visible {
  overflow: visible;
}

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

.styleguide_background {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.form_checkbox-icon {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  background-size: 90%;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.styleguide_2-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.styleguide_2-col.is-align-start {
  align-items: start;
}

.styleguide_classes {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.padding-xxlarge {
  padding: 5rem;
}

.styleguide_4-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.styleguide_section-header {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #b3ccdd;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 3rem;
  display: grid;
}

.margin-small {
  margin: 1rem;
}

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

.text-size-regular.is-default {
  opacity: 80%;
}

.text-size-regular.is-medium {
  font-weight: 500;
}

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

.text-size-regular.is-regular.mb-0 {
  margin-bottom: 0;
}

.text-size-regular.is-bold {
  font-weight: 700;
}

.is-default p {
  color: #717171;
}

p.is-default {
  color: #717171;
}

.is-dark p {
  color: #4d4d4e;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  border-width: .25rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.padding-custom3 {
  padding: 3.5rem;
}

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

.margin-xxhuge {
  margin: 12rem;
}

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

.margin-huge {
  margin: 6rem;
}

.styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

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

.styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #f5f5f5;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.styleguide_item.is-stretch {
  justify-items: stretch;
}

.margin-medium {
  margin: 2rem;
}

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

.styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(0, 115, 230, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.padding-small {
  padding: 1rem;
}

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

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

.heading-h2 {
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
}

.heading-h2.mb-0 {
  margin-bottom: 0;
}

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

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

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

.margin-xsmall {
  margin: .5rem;
}

.heading-h3 {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
}

.heading-h3.is-white {
  color: #fff;
}

.styleguide_label {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #D94F00;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .5rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.4;
  display: flex;
}

.styleguide_label.is-tag {
  color: #D94F00;
  background-color: #ffe163;
}

.styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

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

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

.styleguide_3-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.styleguide_3-col.is-align-start {
  align-items: start;
}

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

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

.margin-custom2 {
  margin: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.overflow-auto {
  overflow: auto;
}

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

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.styleguide_item-wrapper {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.form_component {
  margin-bottom: 0;
}

.styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.form_input {
  min-height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.margin-tiny {
  margin: .125rem;
}

.padding-large {
  padding: 3rem;
}

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

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

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

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

.padding-horizontal.padding-sides {
  padding-left: .75rem;
  padding-right: .75rem;
}

.padding-horizontal.padding-404 {
  flex: 1;
  align-self: stretch;
  padding-left: .75rem;
  padding-right: .75rem;
}

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

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.padding-xxsmall {
  padding: .25rem;
}

.styleguide_heading-medium {
  font-size: 4rem;
}

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

.padding-xxhuge {
  padding: 12rem;
}

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

.background-color-grey {
  background-color: #f5f5f5;
}

.heading-h6 {
  margin-bottom: .5rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
}

.padding-medium {
  padding: 2rem;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.styleguide_header {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  position: relative;
  overflow: hidden;
}

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

.margin-bottom.margin-xmedium {
  margin-bottom: 1.5rem;
}

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

.styleguide_1-col {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-h5 {
  margin-bottom: .5rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
  color: #4d4d4e;
}

.form_message-success {
  padding: 1.25rem;
}

.styleguide_empty-box {
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  background-color: #f5f5f5;
  border: 1px dashed #D94F00;
  position: relative;
}

.padding-huge {
  padding: 6rem;
}

.styleguide_color.is-3 {
  background-color: #fff;
}

.styleguide_color.is-1 {
  background-color: #000;
}

.styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #D94F00;
  border: 1.5px solid #D94F00;
  border-radius: 1.25rem;
  padding: 1rem 1.5rem;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.button:hover {
  color: #fff;
  background-color: #B84401;
  border-color: #B84401;
}

.button.is-secondary {
  color: #D94F00;
  background-color: rgba(0, 0, 0, 0);
  border: 1.5px solid #000;
}

.button.is-secondary.is-press-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-color: #4d4d4e;
  padding: .5rem 1rem;
  display: flex;
  border-radius: 1rem;
}

.button.is-blue.is-blog-button {
  color: #4d4d4e;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.button.is-text {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
}

.button.is-small {
  padding: .75rem 1.25rem;
  font-size: .875rem;
}

.button.is-orange.is-secondary {
  color: #D94F00;
  background-color: gba(0, 0, 0, 0);
  border: 1.5px solid #D94F00;
}

.button.is-orange.is-secondary:hover {
  color: #B84401;
  background-color: gba(0, 0, 0, 0);
  border: 1.5px solid #B84401;
}

.button.is-gray {
  color: #fff;
  background-color: #4D4D4E;
  border: 1.5px solid #4D4D4E;
}

.button.is-gray:hover {
  color: #fff;
  background-color: #717171;
  border-color: #717171;
}

.button.is-white {
  color: #4D4D4E;
  background-color: #fff;
  border: 1.5px solid #fff;
}

.button.is-white:hover {
  opacity: 0.8;
}

.button.is-gray.is-secondary {
  color: #4D4D4E;
  background-color: rgba(0, 0, 0, 0);
}

.button.is-gray.is-secondary:hover {
  color: #fff;
  background-color: #4D4D4E;
  border-color: #4D4D4E;
}

.button.is-white.is-secondary {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
}

.button.is-white.is-secondary:hover {
  color: #4D4D4E;
  background-color: #fff;
  border-color: #fff;
}

.button.is-orange.is-text {
  color: #D94F00;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
}

.button.is-orange.is-text:hover {
  color: #B84401;
}

.button.is-gray.is-text {
  color: #4D4D4E;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
}

.button.is-gray.is-text:hover {
  color: #717171;
}

.button.is-gray.is-text.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.button.is-gray.is-blog-button {
  color: #4D4D4E;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.button.is-gray.is-blog-button:hover {
  color: #717171;
}

.button.is-gray.is-blog-button.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.button.is-submit-footer {
  color: #fff;
  background-color: #D94F00;
  border: 1.5px solid #D94F00;
  transition: all .3s;
}

.button.is-submit-footer:hover {
  color: #fff;
  background-color: #669abc;
  border-color: #669abc;
}

.button.mt-auto {
  margin-top: auto;
}

.margin-custom1 {
  margin: 1.5rem;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.margin-large {
  margin: 3rem;
}

.padding-tiny {
  padding: .125rem;
}

.styleguide_spacing-all {
  display: none;
}

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

.heading-h1 {
  margin-bottom: 1.5rem;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.1;
}

.hide {
  display: none;
}

.container {
  z-index: 1;
  width: 100%;
  max-width: 70rem;
}

.container.is-relative {
  position: relative;
}

.container.is-relative.z-2 {
  z-index: 12;
}

.grid_two-column {
  grid-column-gap: 5rem;
  grid-template-rows: auto;
}

.element_roof {
  height: 100%;
  z-index: -1;
  position: absolute;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: translate(40%);
  top: 0;
}

.element_roof.in-footer {
  opacity: 1;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(0);
  z-index: 0;
}

.element_roof.is-orange {
  opacity: .15;
}

.element_roof.modal-roof {
  z-index: 11;
  width: 80rem;
  opacity: .8;
  top: -5rem;
}

.element_roof.modal-video-roof {
  z-index: -1;
  width: 80rem;
  opacity: .2;
  top: -5rem;
}

.element_roof.is-green {
  opacity: .3;
}

.element_roof.image-side {
  opacity: .2;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(-60%, 5%);
}

.background-wrapper {
  z-index: -1;
  background-image: linear-gradient(45deg, #f5f5f5, #d9e6ee);
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

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

.navigation-wrapper {
  max-width: 90rem;
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  margin: 1rem auto -11rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  transition: all .35s, margin-bottom;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.navigation_brand-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  flex: 0 0 14rem;
}

.navigation_brand-image {
  width: 100%;
  max-height: 5rem;
}

.navigation_full_wrapper {
  width: 100%;
  height: 100%;
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
  border-radius: var(--border-radius-medium);
}

.navigation_full_top {
  border-bottom: 1.5px solid #f6f6f6;
  align-items: flex-start;
  padding-left: 5rem;
  padding-right: 1.5rem;
  display: flex;
}

.navigation_top-left {
  width: 40%;
}

.navigation_top-right {
  width: 60%;
  grid-column-gap: 2.5rem;
  text-align: right;
  justify-content: flex-end;
  display: flex;
}

.navigation_top-link {
  color: #D94F00;
  padding: 1rem 0;
  font-size: .875rem;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.navigation_top-link:hover {
  color: #D94F00;
}

.navigation_top-link-toggle {
  color: #669abc;
  padding: 1rem;
  font-size: .875rem;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.navigation_top-link-toggle:hover {
  color: #D94F00;
}

.navigation_top-link-toggle.active {
  color: #D94F00;
  background-color: #d9e6ee;
}

.navigation_top-link-icon {
  width: 100%;
  max-width: .875rem;
  margin-right: .25rem;
  display: inline;
}

.d-inline {
  display: inline;
}

.navigation_full_bottom {
  width: 100%;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-self: flex-end;
  align-items: center;
  padding: .75rem 1.5rem .75rem 1.5rem;
  display: flex;
}

.navigation_link {
  color: #D94F00;
  padding: .5rem 0;
  font-weight: 400;
}

.navigation_link.first-item {
  margin-left: 0;
}

.footer {
  color: #4d4d4e;
  background-color: #fff;
  font-size: .875rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 2.5rem rgba(0, 0, 0, .03);
}

.footer_brand-image {
  width: 100%;
  max-width: 8rem;
}

.footer_contact-column {
  width: 30%;
  margin-top: -5rem;
}

.footer_social-wrapper {
  grid-column-gap: .75rem;
  display: flex;
}

.footer_social-link {
  border-radius: var(--border-radius-medium);
  width: 2.5rem;
  height: 2.5rem;
  border: 1.5px solid #f6f6f6;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer_social-link:hover {
  border-color: #D94F00;
}

.text-indent {
  text-indent: -1000000000px;
  font-size: 0;
}

.footer_main-wrapper {
  border-bottom: 1.5px solid #f6f6f6;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.footer_menu-column {
  width: 25%;
  padding-top: 2rem;
}

.footer_menu {
  margin-top: 1.5rem;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.footer_menu-link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  color: #8D8D8D;
}

.footer_menu-link:hover {
  color: #4d4d4e;
}


.footer_menu-link.is-smaller {
  font-size: .75rem;
}

.footer_menu-list-item {
  margin-bottom: .5rem;
}

.footer_outage-wrapper {
  color: #669abc;
  border: 1.5px solid #f5f5f5;
  border-radius: .5rem;
  padding: 2rem;
}

.footer_last-column {
  width: 25%;
}

.footer_newsletter-wrapper {
  grid-column-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer_newsletter-left {
  width: 40%;
  color: #717171;
}

.footer_newsletter-signup {
  max-width: 35rem;
  margin-bottom: 0;
  margin-left: auto;
}

.footer_newsletter-form {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  align-items: stretch;
  display: flex;
}

.input-field {
  height: 100%;
  color: #D94F00;
  background-color: #f5f5f5;
  border: 0 solid #000;
  margin-bottom: 0;
  padding: 1rem;
}

.input-field::-ms-input-placeholder {
  color: #717171;
  font-size: .8125rem;
}

.input-field::placeholder {
  color: #717171;
  font-size: .8125rem;
}

.input-field.bg-white {
  height: auto;
  background-color: #fff;
  align-self: stretch;
}

.footer_newsletter-right {
  width: 60%;
}

.is-relative {
  position: relative;
}

.is-relative.height-100 {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.projects_heading-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .9fr;
  align-items: end;
}

.element_roof-wrapper {
  z-index: -2;
  background-color: #F6F6F6;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
  border-bottom-right-radius: var(--border-radius-medium);
  border-bottom-left-radius: var(--border-radius-medium);
}

.element_roof-wrapper.is-orange-gradient {
  background-color: #D94F00;
}

.element_roof-wrapper.is-dark-gray-gradient {
  background-color: #4d4d4e;
}

.section_header.is-orange-gradient *, .section_header.is-dark-gray-gradient * {
  color: #fff;
}

.element_roof-wrapper.is-section {
  background-color: #f5f5f5;
  background-image: none;
  border-radius: .5rem;
}

.element_roof-wrapper.is-green-gradient {
  background-image: linear-gradient(45deg, #ebf5f1, #add9c6);
}

.element_roof-wrapper.is-blue-gradient, .element_roof-wrapper.image-side {
  z-index: -2;
}

.element_roof-wrapper.is-white-bg {
  background-color: #fff;
  background-image: none;
  box-shadow: 0 0 1rem rgba(0, 0, 0, .02);
}

.projects_heading-filter {
  color: #D94F00;
  text-align: right;
}

.projects_filter-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
}

.filter-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.filter-dropdown-toggle {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #D94F00;
  background-color: #fff;
  border: 1.5px solid #D94F00;
  border-radius: .125rem;
  padding: .75rem;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.1;
  display: flex;
}

.projects_cards-wrapper {
  z-index: 1;
  flex-wrap: wrap;
  margin-top: -6rem;
  margin-left: -1rem;
  margin-right: -1rem;
  display: flex;
  position: relative;
}

.projects_card {
  width: 50%;
  padding: 1rem;
}

.projects_card-link {
  border-radius: var(--border-radius-medium);
}

.projects_card.full-width-project {
  width: 100%;
}

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

.projects_card-link {
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 1rem rgba(0, 0, 0, .03);
}

.projects_card-link:hover {
  color: #D94F00;
  box-shadow: 0 0 1rem rgba(0, 0, 0, .07);
}

.projects_card-link.full-width-project {
  flex-direction: row;
}

.projects_card-image-wrapper {
  width: 100%;
  height: 25vw;
  max-height: 20rem;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.projects_card-image-wrapper.full-width-project {
  width: 50%;
  height: 100%;
  max-height: none;
  align-self: stretch;
}

.projects_card-content-wrapper {
  width: 100%;
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.projects_card-content-wrapper.full-width-project {
  align-self: stretch;
  padding: 3.5rem;
}

.projects_card-feature-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  display: flex;
}

.projects_card-feature {
  color: #9A9A9A;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  font-size: .875rem;
  font-weight: 400;
  display: flex;
}

.projects_card-feature-icon {
  width: 1.25rem;
}

.projects_card-paragraph {
  color: #717171;
  margin-bottom: 2rem;
  font-weight: 400;
  line-height: 1.8;
}

.heading-h0 {
  margin-bottom: 2rem;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.1;
}

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

.project_header-image {
  width: 100%;
  margin-top: -6rem;
  overflow: hidden;
  border-radius: var(--border-radius-medium);
}

.breadcrums-wrapper {
  grid-column-gap: 1rem;
  color: #D94F00;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1.1;
  display: flex;
}

.breadcrumbs-home:hover {
  opacity: .75;
}

.breadcrumbs-link {
  text-decoration: none;
}

.beadcrumbs-current {
  color: #717171;
}

.footer_bottom {
  background-color: #4d4d4e;
  color: #fff;
}

.footer_bottom-flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer_bottom-menu {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.footer_bottom-menu a {
  color: #fff;
}

.footer_bottom-menu a:hover {
  opacity: 0.8;
  color: #fff;
}

.text-size-xsmall {
  font-size: .7575rem;
}

.nav-links {
  grid-column-gap: .5rem;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.page-numbers {
  width: 2.5rem;
  height: 2.5rem;
  border: 1.5px solid rgba(0, 0, 0, .1);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.page-numbers:hover {
  color: #D94F00;
  border-color: #D94F00;
}

.page-numbers.current {
  color: #fff;
  background-color: #D94F00;
  border-color: #D94F00;
}

.projects_content-grid {
  grid-column-gap: 6.5rem;
  grid-row-gap: 6.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr;
}

.projects-sidewrapper {
  border-left: 1.5px solid #f5f5f5;
  padding-left: 2.5rem;
}

.projects-label {
  color: #669abc;
  text-transform: uppercase;
  font-size: .75rem;
}

.projects-label-info {
  color: #D94F00;
  font-size: 1.125rem;
  line-height: 1.4;
}

.projects-label-wrapper {
  margin-bottom: 1.25rem;
}

.projects-sidebar-cta {
  color: #669abc;
  background-color: #fff;
  border: 1.5px solid #f5f5f5;
  border-radius: .5rem;
  margin-top: 3rem;
  padding: 2rem;
}

.video-wrapper {
  z-index: 1;
  cursor: pointer;
  margin-top: 2rem;
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius-medium);
}

.video_play-button {
  width: 5rem;
  height: 5rem;
  background-color: #fff;
  background-image: url('../images/play-icon.svg');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: 28px;
  border-radius: 50rem;
  margin: auto;
  transition: all .3s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video-overlay {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 86, 143, 0) 50%, rgba(0, 86, 143, .3));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.projects-share {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #D94F00;
  border-top: 1.5px solid #d9e6ee;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 3rem;
  padding-top: 1.5rem;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.share-social-link {
  width: 2rem;
  height: 2rem;
  border: 1.5px solid #d9e6ee;
  justify-content: center;
  align-items: center;
  display: flex;
}

.share-social-link:hover {
  border-color: #b3ccdd;
}

.share-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.heading-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .66fr;
  align-items: center;
}

.related-projects-wrapper {
  z-index: 1;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
  display: flex;
  position: relative;
}

.projects-label-flex {
  flex-direction: column;
  display: flex;
}

.featured-posts_card {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.featured-post_card-link {
  width: 100%;
  height: 100%;
  flex-direction: row;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 2rem rgba(0, 0, 0, .03);
  border-radius: var(--border-radius-medium);
}

.featured-post_card-link:hover {
  color: #D94F00;
  box-shadow: 0 0 2rem rgba(0, 0, 0, .07);
}

.featured-post_card-image-wrapper {
  width: 50%;
  align-self: stretch;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.featured-post_card-content-wrapper {
  width: 50%;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 2.5rem;
  display: flex;
}

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

.post-category {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #D94F00;
  padding: .25rem .5rem;
  font-size: .75rem;
  font-weight: 700;
  border-radius: var(--border-radius-small);
}

.post-date {
  font-size: .75rem;
  font-weight: 400;
  color: #717171;
}

.featured-post-bottom {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.featured-post-time {
  color: #717171;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  font-size: .875rem;
  font-weight: 400;
  display: flex;
}

.featured-post_card-paragraph {
  color: #333;
  margin-bottom: 2rem;
  font-weight: 400;
  line-height: 1.8;
}

.section_roof-wrapper.is-gray-bg.is-products-wrapper {
  max-height: 50%;
}

.posts_heading-filter {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #4d4d4e;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.posts-archive-wrapper {
  z-index: 1;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
  display: flex;
  position: relative;
}

.post_card {
  width: 33.3333%;
  padding: 1rem;
}

.post_card-content-wrapper {
  width: 100%;
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.post_card-image-wrapper {
  width: 100%;
  height: 20vw;
  max-height: 15rem;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

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

.post_card-paragraph {
  color: #717171;
  margin-bottom: 1.5rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.8;
}

.newsletter-wrapper {
  grid-column-gap: 2rem;
  background-color: #f6f6f6;
  border: 1.5px solid #f6f6f6;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  display: flex;
  border-radius: var(--border-radius-medium);
}

.newsletter-left {
  width: 40%;
}

.newsletter-right {
  width: 60%;
  color: #669abc;
}

.newsletter-signup {
  max-width: 35rem;
  margin-bottom: 0;
  margin-left: auto;
}

.newsletter-form {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  align-items: stretch;
  display: flex;
}

.post_meta-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.posts_single-meta {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.posts-meta-label {
  color: #717171;
  text-transform: uppercase;
  font-size: .625rem;
}

.posts-meta-info {
  color: #D94F00;
  font-size: .875rem;
  line-height: 1.4;
}

.posts_author-image {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

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

.image-fill.large-image-header {
  z-index: -1;
}

.post-meta-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.post-category-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.section_post-header-image {
  z-index: 1;
  position: relative;
}

.post-content-wrapper {
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
}

.image-wrapper {
  flex-wrap: nowrap;
  margin: 2rem -1rem;
  display: flex;
}

.image-flex {
  object-fit: cover;
  border-radius: .5rem;
}

.double-image-wrapper {
  width: 50%;
  align-self: stretch;
  padding: 1rem;
  display: flex;
}

.related-posts-wrapper {
  z-index: 1;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
  display: flex;
  position: relative;
}

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

.faq-category-outer-wrapper {
  border-radius: .5rem;
  flex-wrap: wrap;
  margin-top: -6rem;
  margin-left: -.75rem;
  margin-right: -.75rem;
  display: flex;
  overflow: hidden;
}

.faq-category {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1.5px solid #f6f6f6;
  padding: 2rem;
  line-height: 1.8;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.faq-category:hover {
  border-color: rgba(0, 0, 0, .1);
  box-shadow: 0 0 2rem rgba(0, 0, 0, .02);
}

.faq-category-wrapper {
  width: 33.3333%;
  padding: .75rem;
}

.faq-category-paragraph {
  color: #717171;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 400;
}

.faq-category_arrow-wrapper {
  width: 3.5rem;
  height: 3.5rem;
  justify-content: flex-end;
  align-items: flex-end;
  padding: .75rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.faq-category_inner, .faq-category_arrow {
  z-index: 1;
  position: relative;
}

.faq-category-background {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.faq-answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  overflow: hidden;
}

.faq-question {
  cursor: pointer;
  border-bottom: 1px solid rgba(77, 77, 78, 0.10);
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 1.5rem 1.5rem 4rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.1;
  display: flex;
}
      
.faq-single-wrapper {
  cursor: pointer;
  transition: all .3s;
  position: relative;
}

.faq-rich-text-wrapper {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.faq-icon {
  width: .875rem;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 2rem;
  bottom: 0%;
  left: 1.5rem;
  right: auto;
  transform: rotate(0);
}

.faq-bottom-line {
  width: 100%;
  height: 1px;
  background-color: #d9e6ee;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.customer-service-accordion-header {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 1.5rem 1.5rem 4rem;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.1;
  display: flex;
}

.customer-service-option-wrapper {
  cursor: pointer;
  background-color: #fff;
  border: 1.5px solid #f6f6f6;
  margin-bottom: .25rem;
  transition: all .3s;
  position: relative;
}

.customer-service-information {
  flex: 1;
}

.customer-service-subinfo {
  opacity: .7;
  color: #333;
  margin-top: .75rem;
  font-size: .875rem;
  font-weight: 400;
}

.customer-service-label {
  color: #6bbb81;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #e0f1ea;
  border-radius: .125rem;
  padding: .25rem .5rem;
  font-size: .625rem;
  font-weight: 500;
  display: inline-block;
  position: absolute;
  top: 1.5rem;
  bottom: auto;
  left: auto;
  right: 1.5rem;
}

.customer-service-label.lesser-option {
  color: #D94F00;
  background-color: #FBEDE6;
}

.customer-service-title {
  padding-right: 8rem;
}

.customer-service-accordion-answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  overflow: hidden;
}

.accordion-icon {
  width: .875rem;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 2rem;
  bottom: 0%;
  left: 1.5rem;
  right: auto;
  transform: rotate(0);
}

.columns-wrapper.is-white-bg, .columns-wrapper.is-gray-bg {
  border-radius: var(--border-radius-medium);
}

.grid_faq-category {
  grid-column-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.section_other-faq-categories {
  z-index: 1;
  position: relative;
}

.faq-other-categories-wrapper {
  border-radius: .5rem;
  flex-wrap: wrap;
  margin-left: -.75rem;
  margin-right: -.75rem;
  display: flex;
  overflow: hidden;
}

.images-flex-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.checkmarks-list-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #4d4d4e;
  align-items: flex-start;
  margin-bottom: .5rem;
  display: flex;
}

.checkmark-icon {
  margin-top: .5rem;
}

.modal-wrapper {
  z-index: 2147483647;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-wrapper.video-modal {
  display: none;
}

.modal-wrapper.active-modal {
  display: flex;
}

.modal-form-wrapper {
  z-index: 100;
  width: 100%;
  max-width: 35rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.modal-form-wrapper.modal-video-wrapper {
  max-width: none;
  text-align: center;
}

.project-form_wrapper {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 3rem 2rem 2rem;
  display: flex;
  position: relative;
}

.close_modal {
  z-index: 9;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.close_modal:hover {
  transform: scale(1.25);
}

.close_modal.video-close {
  z-index: 12;
  width: auto;
  height: auto;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #D94F00;
  padding: 1rem;
  top: 2rem;
  right: 2rem;
}

.close_modal.video-close:hover {
  transform: scale(1.05);
}

.close_overlay {
  z-index: 10;
  background-color: rgba(217, 230, 238, .95);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.close_overlay.video_close-overlay {
  cursor: pointer;
  background-color: rgba(255, 255, 255, .9);
}

.heading-wrapper {
  max-width: 50rem;
}

.heading-wrapper.image-side {
  width: 50%;
  max-width: 35rem;
}

.header_background-image-wrapper {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
  border-bottom-right-radius: var(--border-radius-large);
  border-bottom-left-radius: var(--border-radius-large);
}

.header_background-image-wrapper.image-side {
  width: 45%;
  border-bottom-left-radius: 0;
  left: auto;
}

.header_wrapper {
  z-index: 1;
  background-color: #fff;
  padding: 2.5rem;
  position: relative;
  border-radius: var(--border-radius-medium);
}

.header_wrapper.right-normal {
  margin-left: auto;
}

.header_wrapper.left-overlap {
  transform: translate(0, 3rem);
}

.header_wrapper.right-overlap {
  margin-left: auto;
  transform: translate(0, 3rem);
}

.header_wrapper.transparent-background {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  padding: 0;
}

.banner_background {
  color: #fff;
  background-color: #D94F00;
}

.banner_flex-wrapper {
  grid-column-gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.banner_close {
  width: 2rem;
  height: 2rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.is-yellow {
  color: #ffe163;
}

.is-relative-header {
  padding-top: 1.5rem;
  position: relative;
}

.is-relative-header.height-is-100 {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mobile-menu-toggle, .navigation_background {
  display: none;
}

.navigation-header-wrapper {
  border-radius: .5rem 0 0 .5rem;
  display: flex;
  overflow: hidden;
}

.header_background-overlay {
  background-image: linear-gradient(45deg, rgba(51, 51, 51, .5), rgba(51, 51, 51, 0) 50%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_roof-wrapper {
  z-index: -2;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  border-radius: var(--border-radius-medium);
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.section_roof-wrapper.is-yellow-gradient {
  background-image: linear-gradient(45deg, #fff3c1, #ffe163);
}

.section_roof-wrapper.is-section {
  background-color: #f5f5f5;
  background-image: none;
  border-radius: .5rem;
}

.section_roof-wrapper.is-green-gradient {
  background-image: linear-gradient(45deg, #ebf5f1, #add9c6);
}

.section_roof-wrapper.is-white-bg {
  background-color: #fff;
  overflow: hidden;
}

.section_roof-wrapper.is-gray-bg {
  background-color: #f5f5f5;
}

.section_roof-wrapper.is-gray-bg.is-products-wrapper {
  max-height: 50%;
}

.section_roof-wrapper.is-gray-bg.featured-projects, .section_roof-wrapper.featured-projects {
  top: 5rem;
}

.columns {
  grid-column-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 2rem;
}

.columns.two-columns {
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.columns.two-columns.no-gap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.columns.two-columns.small-gap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.columns.two-columns.one-third {
  grid-template-columns: .66fr 1fr;
}

.columns.two-columns.two-third {
  grid-template-columns: 1fr .6fr;
}

.columns.three-columns {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-columns: 1fr 1fr 1fr;
}

.columns.three-columns.small-gap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.columns.three-columns.no-gap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.image-w-100 {
  width: 100%;
}

.section_heading-wrapper {
  max-width: 35rem;
}

.section_heading-wrapper.centered-align {
  margin-left: auto;
  margin-right: auto;
}

.products-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.product-wrapper {
  min-width: 25%;
  flex: 1;
  padding: .5rem;
}

.products-link-wrapper {
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius-medium);
}

.products-link-wrapper:hover {
  color: #fff;
}

.div-block {
  overflow: hidden;
}

.products-content-wrapper {
  z-index: 1;
  height: 100%;
  padding: 18rem 2rem 2rem;
  position: relative;
}

.products-overlay {
  z-index: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 22.14%, rgba(0, 0, 0, 0.44) 69.59%, rgba(0, 0, 0, 0.52) 100%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.product_arrow-wrapper {
  width: 5rem;
  height: 5rem;
  justify-content: flex-end;
  align-items: flex-end;
  padding: .75rem 1rem 1rem .75rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

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

.arrow_background {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.products-heading-wrapper {
  max-width: 20rem;
}

.feedback-company-image {
  width: 16rem;
}

.testimonial-wrapper {
  width: 33.3333%;
  padding: 1rem;
}

.testimonial-bottom {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-top: .25rem;
  padding: 1rem 2rem;
  display: flex;
}

.testimonial-stars {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  display: flex;
}

.testimonial-top {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
}

.is-white-bg .testimonial-top,
.is-white-bg .testimonial-bottom,
.is-neutral-bg .testimonial-top,
.is-neutral-bg .testimonial-bottom {
    box-shadow: 0 0 1rem rgba(0, 0, 0, .02);
}


.slider-bottom {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.slider-dots {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  justify-content: center;
  margin-left: auto;
  display: flex;
  position: absolute;
}

.slider-dot {
  width: .5rem;
  height: .5rem;
  background-color: #d9e6ee;
  border-radius: 50%;
}

.slider-dot.active-item {
  background-color: #669abc;
}

.slider-arrow-wrapper {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  margin-left: auto;
  display: flex;
}

.slider-arrow {
  width: 2rem;
  height: 2rem;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-arrow:hover {
  background-color: rgba(0, 0, 0, .10);
}

.usps-wrapper {
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
  display: flex;
}

.usp-wrapper {
  width: 50%;
  padding: 1rem;
}

.usp-inner {
  height: 100%;
  background-color: #fff;
  padding: 1.5rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, .02);
  border-radius:  var(--border-radius-medium);
}

.is-gray-bg .usp-inner {
  box-shadow: none;
}

.is-gray-bg .usp-header-wrapper {
  border-color: rgba(0, 0, 0, .10);
}

.usp-header-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1.5px solid #f6f6f6;
  align-items: flex-start;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

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

.usp-icon {
  margin-top: .5rem;
}

.featured-projects_heading-wrapper {
  max-width: 45rem;
}

.partners_wall {
  grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    display: flex;
}

.partners_wall img {
  max-height: 6rem;
  object-fit: contain;
  width: unset;
  max-width: 16rem;
}

.steps-wrapper {
  position: relative;
}

.single-step-wrapper {
  background-color: #fff;
  border-radius: var(--border-radius-medium);
  margin-bottom: 1rem;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 1rem rgba(0, 0, 0, .02);
}

.is-gray-bg .single-step-wrapper {
  box-shadow: none;
}

.single-step-wrapper_image {
  width: 10rem;
  position: relative;
}

.single-step-wrapper_content {
  flex: 1;
  padding: 1.5rem;
}

.step_number-wrapper {
  width: 5rem;
  height: 5rem;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.step-number {
  z-index: 1;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.steps-line {
  z-index: -1;
  width: .25rem;
  height: 100%;
  background-color: #d9e6ee;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 1rem;
  right: auto;
}

.checkmark-usp {
  height: 100%;
}

.checkmark-usps-wrapper {
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
  padding-left: 6rem;
  display: flex;
}

.hide_desktop {
  display: none;
}

.testimonial-side-content {
  width: 50%;
  max-width: 35rem;
  padding-right: 4rem;
}

.testimonial-grid {
  grid-column-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-items: end;
}

.testimonial-slider-side {
  grid-column-gap: 2rem;
  display: flex;
  overflow: hidden;
}

.testimonial-quote-wrapper {
  width: 80%;
  min-width: 80%;
  opacity: .4;
  display: inline-block;
}

.testimonial-quote-wrapper.active {
  opacity: 1;
}

.slider-arrows {
  padding-top: 1rem;
}

.testimonial-quote-bottom {
  grid-column-gap: 1rem;
  margin-top: auto;
  display: flex;
}

.testimonial-bottom-image {
  width: 3rem;
  height: 3rem;
  min-height: 3rem;
  min-width: 3rem;
  position: relative;
  overflow: hidden;
}

.testimonial-bottom-content {
  align-self: center;
  font-size: .875rem;
  line-height: 1.4;
}

.is-bold {
  font-weight: 500;
}

.testimonial-quote {
  opacity: .4;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.testimonial-quote.active {
  opacity: 1;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.testimonial-grid-wrapper {
  width: 50%;
}

.usp_wrapper {
  height: 100%;
  padding-bottom: 2rem;
  padding-right: 4rem;
}

.usp_wrapper.with-icons {
  grid-column-gap: 1.5rem;
  align-items: flex-start;
  padding-bottom: 1rem;
  display: flex;
}

.testimonial-quotation-slider {
  z-index: 1;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
  display: flex;
  position: relative;
}

.testimonial-quotation-card {
  width: 50%;
  flex-direction: column;
  padding: 1rem;
  display: flex;
}

.testimonial-quotation-card img {
    aspect-ratio: 5 / 3;
    object-fit: cover;
}

.testimonial-quotation-card.full-width-project {
  width: 100%;
}

.testimonial-quotation-text {
  grid-column-gap: 1rem;
  align-items: flex-start;
  display: flex;
}

.testimonial-quotation-icon {
  margin-top: .5rem;
}

.testimonial-slider-normal {
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
  display: flex;
}

.jobs-content-wrapper {
  width: 45rem;
  margin-left: auto;
  margin-right: auto;
}

.related-jobs-wrapper {
  margin-left: -.75rem;
  margin-right: -.75rem;
  display: flex;
}

.related-job {
  width: 50%;
  padding: .75rem;
}

.related-job-link {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1.5px solid #d9e6ee;
  border-radius: .5rem;
  padding: 2rem;
  line-height: 1.8;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.related-job-link:hover {
  border-color: #b3ccdd;
  box-shadow: 0 0 2rem rgba(0, 0, 0, .02);
}

.jobs_card-feature-icon {
  width: 1.25rem;
}

.jobs_card-feature-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  margin-top: auto;
  display: flex;
}

.related-job-inner {
  z-index: 1;
  height: 100%;
  flex-direction: column;
  display: flex;
  position: relative;
}

.header-grid-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.page-wrapper_404 {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.page-content_404 {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.manual-type_category-wrapper {
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
  display: flex;
}

.manual-type_category {
  width: 33.3333%;
  padding: 1rem;
}

.manual-type_category-link {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1.5px solid #f6f6f6;
  flex-direction: column;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.manual-type_category-link:hover {
  border-color: rgba(0, 0, 0, .1);
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, .02);
}

.manual-type_category-bottom {
  border-top: 1.5px solid #f6f6f6;
  padding: 1.5rem;
}

.manual-type_title {
  color: #333;
  margin-bottom: .5rem;
  font-size: 1.125rem;
  font-weight: 500;
}

.manual-type_button {
  font-size: .875rem;
  font-weight: 500;
}

.manual-type_image-wrapper {
  width: 100%;
  max-height: 15rem;
  min-height: 12.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.manual_categories {
  border-radius: .5rem;
  margin-top: -6rem;
  margin-left: -.75rem;
  margin-right: -.75rem;
  display: flex;
  overflow: hidden;
}

.manual_category {
  flex: 1;
  padding: .75rem;
}

.manual-category_link {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1.5px solid #d9e6ee;
  border-radius: .5rem;
  align-items: center;
  padding: 2rem;
  line-height: 1.8;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.manual-category_link:hover {
  border-color: #b3ccdd;
  box-shadow: 0 0 2rem rgba(0, 0, 0, .02);
}

.manual-category_inner {
  z-index: 1;
  grid-column-gap: 1.5rem;
  align-items: center;
  display: flex;
  position: relative;
}

.manual-category_icon-wrapper {
  width: 5rem;
  min-width: 5rem;
}

.manual-category_icon {
  width: 100%;
}

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

.manual-category_arrow {
  z-index: 1;
  position: relative;
  transform: rotate(90deg);
}

.mega-menu {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1.9fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
}

.button-icon {
  width: 1.5rem;
  margin-left: .5rem;
}

.single-button-wrapper {
  display: flex;
}

.empty-state {
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.navigation-desktop-transition {
  width: 100%;
}

.footer-list {
  margin-top: 2rem;
  margin-bottom: 0;
  padding-left: 0;
}

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

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

.two-col-mega-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-top: 5rem;
  display: grid;
}

.p-small {
  letter-spacing: .375px;
  font-size: 19px;
}

.p-small.color-hyacinth-80 {
  color: #b7c3d0;
}

.footer-found {
  background-color: #193655;
  padding: 2rem;
}

.navigation-link-mega-menu {
  color: #e0e8f1;
  margin-top: .75rem;
  margin-bottom: .75rem;
  font-size: 3.125rem;
  font-weight: 400;
  line-height: 1.4;
  display: block;
}

.navigation-link-mega-menu:hover {
  color: #fff;
}

.navigation-link-mega-menu.w--current {
  color: #fff;
  font-weight: 500;
}

.heading-playfair {
  color: #fff;
  font-weight: 400;
  line-height: 1.2;
}

.heading-playfair.heading-small {
  font-size: 2.125rem;
}

.heading-playfair.heading-small.color-hyacinth, .heading-playfair.heading-small.heading-footer {
  color: #e0e8f1;
}

.heading-playfair.heading-xsmall {
  font-size: 1.75rem;
}

.heading-playfair.heading-xsmall.color-hyacinth {
  color: #e0e8f1;
}

.mega-menu-sidebar {
  max-width: 26rem;
  margin-left: auto;
}

.mega-menu-image-wrapper {
  margin-top: 2.75rem;
}

.footer-list-item {
  margin-bottom: 1.5rem;
  padding-left: 0;
}

.button-outlined {
  color: #fff;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #64788f;
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem .875rem;
  font-size: 1.125rem;
  line-height: 1.4;
}

.button-outlined:hover {
  border-color: #fff;
}

.button-outlined.with-icon {
  text-align: left;
  display: flex;
}

.navigation-background {
  z-index: 999;
  background-color: #fff;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-button-mobile {
  z-index: 9999;
  width: 3rem;
  height: 3rem;
  justify-content: center;
  align-items: center;
  margin-left: 1.5rem;
  margin-right: 0;
  display: flex;
  position: relative;
}

.menu-icon-2 {
  width: 1.75rem;
  height: 1.75rem;
}

.text-indent-2 {
  text-indent: -99999px;
  display: none;
}

.navigation-outer {
  padding-left: 1rem;
  padding-right: 1rem;
}

.placeholder {
  height: 800vh;
}

.navigation-outer-wrapper {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.icon-list {
  max-width: 10rem;
}

.testimonial-flex {
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
}

.mt-auto {
  margin-top: auto;
}

.press-cards-wrapper {
  z-index: 1;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
  display: flex;
  position: relative;
}

.press_card {
  width: 33.3333%;
  padding: 1rem;
}

.press_card-link {
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.press_card-link:hover {
  color: #D94F00;
}

.press_card-link.full-width-project {
  flex-direction: row;
}

.press_card-image-wrapper {
  width: 100%;
  height: 20vw;
  max-height: 15rem;
  border-radius: .5rem;
  margin-bottom: .5rem;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.press_card-content-wrapper {
  width: 100%;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.press_card-bottom {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-top: 1.5px solid rgba(0, 0, 0, .1);
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding-top: 1rem;
  display: flex;
}

.button-inline {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

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

.display-only-desktop {
  display: none;
}

@media screen and (max-width: 991px) {
  .display-only-desktop {
    display: flex;
  }

  .margin-xhuge {
    margin: 6rem;
  }

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

  .padding-vertical.padding-header {
    padding-top: 5rem;
    padding-bottom: 3rem;
  }

  .padding-vertical.padding-overlay-header {
    padding-top: 5rem;
    padding-bottom: 9rem;
  }

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

  .styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .hide-tablet {
    display: none;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

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

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

  .styleguide_3-col {
    grid-template-columns: 1fr;
  }

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

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

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

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

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

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

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

  .padding-horizontal.padding-sides, .padding-horizontal.padding-404 {
    padding-left: 0;
    padding-right: 0;
  }

  .styleguide_heading-medium {
    font-size: 3rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

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

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .grid_two-column {
    grid-column-gap: 3rem;
  }

  .element_roof.image-side {
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
    transform: translate(45%, 5%);
  }

  .navigation-wrapper {
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    top: 0;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .navigation_brand-wrapper {
    z-index: 999999;
    padding: 1rem;
  }

  .navigation_brand-image {
    max-height: 3rem;
  }

  .navigation_full_wrapper {
    justify-content: flex-start;
    padding-top: 5.5rem;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: auto;
  }

  .navigation_full_top {
    z-index: 1;
    border-bottom-width: 0;
    flex-direction: column-reverse;
    order: 1;
    padding: 3rem 2rem;
    position: relative;
  }

  .navigation_top-left {
    width: 100%;
    display: flex;
  }

  .navigation_top-right {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 3rem;
  }

  .navigation_top-link {
    font-size: 1.125rem;
  }

  .navigation_top-link-toggle {
    text-align: center;
    border: 1.5px solid #f5f5f5;
    flex: 1;
    padding: 1.5rem;
    font-size: 1.375rem;
  }

  .navigation_top-link-toggle.active {
    border-color: #d9e6ee;
  }

  .navigation_full_bottom {
    z-index: 1;
    border-bottom: 2px solid #f6f6f6;
    flex-direction: column;
    align-items: flex-start;
    padding: 3rem 2rem;
    position: relative;
  }

  .navigation_link {
    width: 100%;
    font-size: 1.375rem;
  }

  .footer_brand-image {
    max-width: 6rem;
  }

  .footer_contact-column {
    width: 40%;
    margin-top: -4rem;
  }

  .footer_main-wrapper {
    grid-row-gap: 3rem;
    flex-wrap: wrap;
  }

  .footer_menu-column {
    width: 27.5%;
    padding-top: 0;
  }

  .footer_outage-wrapper {
    max-width: 30rem;
  }

  .footer_last-column {
    width: 100%;
  }

  .footer_newsletter-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
  }

  .footer_newsletter-left {
    width: 100%;
  }

  .footer_newsletter-signup {
    max-width: none;
  }

  .footer_newsletter-right {
    width: 100%;
  }

  .projects_heading-grid {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

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

  .projects_filter-wrapper {
    justify-content: flex-start;
  }

  .projects_cards-wrapper {
    margin-left: -.75rem;
    margin-right: -.75rem;
  }

  .projects_card {
    padding: .75rem;
  }

  .projects_card-content-wrapper.full-width-project {
    padding: 2.5rem;
  }

  .projects_card-feature-wrapper {
    grid-row-gap: .75rem;
  }

  .heading-h0 {
    font-size: 4rem;
  }

  .project_header-image {
    margin-top: -4rem;
  }

  .projects_content-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .projects-sidewrapper {
    padding-left: 1.75rem;
  }

  .projects-sidebar-cta {
    max-width: 30rem;
  }

  .related-projects-wrapper {
    margin-left: -.75rem;
    margin-right: -.75rem;
  }

  .featured-posts_card {
    padding: .75rem;
  }

  .featured-post_card-content-wrapper {
    padding: 2rem;
  }

  .featured-post-bottom {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .posts-archive-wrapper {
    margin-left: -.75rem;
    margin-right: -.75rem;
  }

  .post_card {
    width: 50%;
    padding: .75rem;
  }

  .post_card-image-wrapper {
    height: 25vw;
  }

  .newsletter-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
  }

  .newsletter-left, .newsletter-right {
    width: 100%;
  }

  .newsletter-signup {
    max-width: none;
  }

  .post_meta-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .image-fill.large-image-header.image-side {
    border-radius: 1rem;
    position: static;
  }

  .image-fill.image-side {
    position: static;
  }

  .related-posts-wrapper {
    margin-left: -.75rem;
    margin-right: -.75rem;
  }

  .faq-category-outer-wrapper {
    margin-top: -4rem;
  }

  .faq-category-wrapper {
    width: 50%;
  }

  .faq-question {
    padding: 1rem 1rem 1rem 3rem;
    line-height: 1.5;
  }

  .faq-icon {
    width: .75rem;
    top: 1.75rem;
    left: 1rem;
  }

  .customer-service-accordion-header {
    padding: 1rem 1rem 1rem 3rem;
    line-height: 1.5;
  }

  .customer-service-label {
    top: 1rem;
    right: 1rem;
  }

  .customer-service-title {
    font-size: 1.25rem;
  }

  .accordion-icon {
    width: .75rem;
    top: 1.75rem;
    left: 1rem;
  }

  .grid_faq-category {
    grid-column-gap: 3rem;
  }

  .faq-other-categories-wrapper {
    margin-top: -4rem;
  }

  .modal-form-wrapper {
    max-width: none;
  }

  .project-form_wrapper {
    width: 100%;
  }

  .heading-wrapper.image-side {
    width: 100%;
    max-width: none;
  }

  .header_background-image-wrapper.image-side {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
  }

  .header_wrapper {
    padding: 2rem;
  }

  .section_banner {
    z-index: 99999999;
    position: relative;
    overflow: hidden;
  }

  .is-relative-header {
    padding-top: 0;
  }

  .menu-icon {
    height: 2rem;
  }

  .mobile-menu-toggle {
    z-index: 999999999;
    width: 5rem;
    color: #333;
    border-left: 1.5px solid #f6f6f6;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    margin-left: auto;
    padding: .5rem;
    font-size: .75rem;
    font-weight: 400;
    text-decoration: none;
    display: flex;
    position: relative;
  }

  .mobile-menu-toggle:hover {
    color: #4D4D4E;
    background-color: #f6f6f6;
  }

  .navigation_background {
    z-index: 0;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .navigation-header-wrapper {
    width: 100%;
    background-color: #fff;
    border-radius: 0;
    display: flex;
  }

  .section_roof-wrapper {
    border-radius: 0;
  }

  .columns.two-columns {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .columns.two-columns.small-gap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .columns.two-columns.one-third, .columns.two-columns.two-third, .columns.three-columns {
    grid-template-columns: 1fr;
  }

  .product-wrapper {
    width: 50%;
    flex: 0 auto;
  }

  .products-content-wrapper {
    padding-top: 12rem;
  }

  .products-heading-wrapper {
    max-width: 80%;
  }

  .testimonial-wrapper {
    width: 50%;
  }

  .usps-wrapper {
    margin-left: -.5rem;
    margin-right: -.5rem;
  }

  .usp-wrapper {
    padding: .5rem;
  }

  .partner_wrapper {
    width: 33.3333%;
  }

  .checkmark-usps-wrapper {
    margin-left: -.5rem;
    margin-right: -.5rem;
    padding-left: 0;
  }

  .hide_desktop {
    display: block;
  }

  .hide_tablet {
    display: none;
  }

  .testimonial-side-content {
    width: 100%;
    max-width: none;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .testimonial-slider-side {
    grid-column-gap: 1rem;
  }

  .testimonial-grid-wrapper {
    width: 100%;
    padding-left: 2rem;
  }

  .usp_wrapper {
    padding-right: 2rem;
  }

  .testimonial-quotation-slider {
    margin-left: -.75rem;
    margin-right: -.75rem;
  }

  .testimonial-quotation-card {
    padding: .75rem;
  }

  .related-job {
    width: 50%;
  }

  .jobs_card-feature-wrapper {
    grid-row-gap: .75rem;
  }

  .header-grid-wrapper {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .manual-type_category {
    width: 50%;
  }

  .manual_categories {
    margin-top: -4rem;
  }

  .manual_category {
    width: 50%;
  }

  .mega-menu {
    max-width: none;
    margin-bottom: 3rem;
    margin-left: 0;
    margin-right: 0;
    padding-top: 3rem;
    display: block;
  }

  .navigation-desktop-transition {
    z-index: 99;
    width: 100vw;
    height: 105vh;
    background-color: #fff;
    padding: 6rem 2rem 10rem;
    display: none;
    position: absolute;
    top: 0;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: auto;
  }

  .page-padding {
    flex: 1;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .two-col-mega-menu {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .p-small.color-hyacinth-80 {
    color: #b7c3d0;
  }

  .p-small.color-hyacinth-80.menu-text-paragraph {
    font-size: 1.125rem;
  }

  .footer-found {
    transform: translate(0, 1.5rem);
  }

  .navigation-link-mega-menu {
    text-align: left;
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .mega-menu-sidebar {
    max-width: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .mega-menu-image-wrapper {
    height: 100%;
    position: relative;
  }

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

  .navigation-background {
    display: none;
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, .05);
  }

  .menu-button-mobile {
    z-index: 999999;
    height: 3rem;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .menu-button-mobile:active {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button-mobile.w--open {
    color: #23384f;
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-icon-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .text-indent-2 {
    letter-spacing: 0;
    text-indent: -1000000000px;
    font-size: 0;
    display: none;
  }

  .navigation-outer {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .press-cards-wrapper {
    margin-left: -.75rem;
    margin-right: -.75rem;
  }

  .press_card {
    width: 50%;
    padding: .75rem;
  }

  .press_card-image-wrapper {
    height: 25vw;
  }

  .press_card-bottom {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}

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

  h2 {
    font-size: 2rem;
  }

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

  .margin-xhuge {
    margin: 4rem;
  }

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

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

  .padding-vertical.padding-header {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }

  .padding-vertical.padding-header.right-overlap, .padding-vertical.padding-header.left-overlap {
    padding-bottom: 2rem;
  }

  .padding-vertical.padding-header.with-overlay {
    padding-bottom: 5rem;
  }

  .padding-vertical.padding-overlay-header {
    padding-top: 3rem;
    padding-bottom: 8rem;
  }

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

  .padding-xxlarge {
    padding: 3rem;
  }

  .styleguide_section-header {
    font-size: .875rem;
  }

  .hide-tablet {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

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

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

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

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

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

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

  .heading-h3 {
    font-size: 1.5rem;
  }

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

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

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

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

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

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

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

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

  .styleguide_heading-medium {
    font-size: 2rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

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

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

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

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

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

  .grid_two-column {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .navigation_brand-wrapper {
    min-width: auto;
  }

  .navigation_full_top {
    padding: 2rem 1.25rem;
  }

  .navigation_top-link-toggle {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-size: 1.25rem;
  }

  .navigation_full_bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 2rem 1.25rem;
  }

  .navigation_link {
    font-size: 1.25rem;
  }

  .footer_brand-image {
    max-width: 5rem;
  }

  .footer_contact-column {
    width: 100%;
    margin-top: -3rem;
    padding-bottom: 2rem;
  }

  .footer_main-wrapper {
    grid-row-gap: 2rem;
  }

  .footer_menu-column {
    width: 50%;
  }

  .footer_menu {
    margin-top: 1rem;
  }

  .projects_card {
    width: 100%;
  }

  .projects_single-image {
    position: static;
  }

  .projects_card-link.full-width-project {
    flex-direction: column;
  }

  .projects_card-image-wrapper {
    height: 50vw;
    max-height: none;
  }

  .projects_card-image-wrapper.full-width-project {
    width: 100%;
  }

  .projects_card-content-wrapper {
    padding: 1.5rem;
  }

  .projects_card-content-wrapper.full-width-project {
    padding: 2rem;
  }

  .projects_card-paragraph {
    margin-bottom: 1.5rem;
  }

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

  .project_header-image {
    margin-top: -3rem;
  }

  .footer_bottom-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .footer_bottom-menu {
    grid-column-gap: 1rem;
  }

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

  .projects-sidewrapper {
    border-bottom: 1.5px solid #f5f5f5;
    border-left-width: 0;
    padding-bottom: 1.75rem;
    padding-left: 0;
  }

  .projects-label-wrapper {
    width: 50%;
  }

  .projects-sidebar-cta {
    margin-top: 1rem;
    display: none;
  }

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

  .projects-label-flex {
    flex-flow: wrap;
  }

  .featured-posts_card {
    width: 100%;
  }

  .featured-post_card-link {
    flex-direction: column;
  }

  .featured-post_card-image-wrapper {
    width: 100%;
    height: 50vw;
    max-height: none;
    order: -1;
  }

  .featured-post_card-content-wrapper {
    width: 100%;
    padding: 1.5rem;
  }

  .featured-post_card-paragraph {
    margin-bottom: 1.5rem;
  }

  .post_card {
    width: 100%;
  }

  .post_card-content-wrapper {
    padding: 1.5rem;
  }

  .post_card-image-wrapper {
    height: 50vw;
    max-height: none;
  }

  .posts_single-image {
    position: static;
  }

  .post_card-paragraph {
    margin-bottom: 1.5rem;
  }

  .image-fill.large-image-header {
    border-radius: .5rem;
    position: relative;
  }

  .post-meta-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .faq-category-outer-wrapper {
    margin-top: -3rem;
  }

  .faq-category {
    padding: 1.5rem;
  }

  .faq-category_arrow-wrapper {
    width: 3rem;
    height: 3rem;
    padding: .625rem;
  }

  .faq-category_arrow {
    width: .625rem;
  }

  .customer-service-title {
    padding-right: 4rem;
  }

  .grid_faq-category {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .faq-other-categories-wrapper {
    margin-top: -3rem;
  }

  .project-form_wrapper {
    max-width: none;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .close_modal.video-close {
    top: 1rem;
    right: 1rem;
  }

  .heading-wrapper {
    max-width: none;
  }

  .header_background-image-wrapper {
    z-index: 0;
    border: 1px #000;
    border-radius: .5px;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
  }

  .header_background-image-wrapper.image-side {
    padding-bottom: 2rem;
  }

  .header_wrapper {
    max-width: none;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
  }

  .header_wrapper.left-overlap, .header_wrapper.right-overlap {
    transform: translate(0);
  }

  .header_mobile-background-gradient {
    background-color: #f5f5f5;
    background-image: linear-gradient(45deg, #f5f5f5, #f5f5f5);
    margin-bottom: -3rem;
    padding-bottom: 3rem;
    position: relative;
  }

  .mobile-menu-toggle {
    align-self: stretch;
  }

  .header_background-overlay {
    display: none;
  }

  .section_roof-wrapper {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .products-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .products-content-wrapper {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .product_arrow-wrapper {
    width: 4rem;
    height: 4rem;
    padding-bottom: .75rem;
    padding-right: .7rem;
  }

  .product_arrow {
    width: .875rem;
  }

  .testimonial-wrapper, .usp-wrapper {
    width: 100%;
  }

  .step_number-wrapper {
    width: 4rem;
    height: 4rem;
    padding: .75rem .7rem .75rem .75rem;
  }

  .step-number {
    width: .875rem;
  }

  .hide-mobile {
    display: none;
  }

  .hide_tablet {
    display: block;
  }

  .hide_mobile {
    display: none;
  }

  .testimonial-side-content {
    max-width: none;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .testimonial-grid {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .testimonial-grid-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .usp_wrapper {
    padding-bottom: 1rem;
  }

  .usp_wrapper.with-icons {
    padding-right: 0;
  }

  .testimonial-quotation-card {
    width: 100%;
  }

  .related-job-link {
    padding: 1.5rem;
  }

  .manual-type_category-wrapper {
    margin-left: -.5rem;
    margin-right: -.5rem;
  }

  .manual-type_category {
    padding: .5rem;
  }

  .manual_categories {
    flex-wrap: wrap;
    margin-top: -3rem;
  }

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

  .manual-category_link {
    padding: 1.5rem;
  }

  .manual-category_arrow {
    width: .625rem;
  }

  .left-mega-menu {
    margin-top: 0;
  }

  .two-col-mega-menu-block {
    width: 50%;
    min-width: 20rem;
    margin-bottom: 2rem;
  }

  .button-icon {
    width: 2rem;
  }

  .two-col-mega-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 4rem;
    margin-bottom: 2rem;
    display: flex;
  }

  .footer-found {
    width: 100%;
    transform: translate(0);
  }

  .navigation-link-mega-menu {
    font-size: 2.5rem;
  }

  .mega-menu-sidebar {
    grid-template-columns: 1fr;
  }

  .footer-list-item.footer-last-item {
    margin-bottom: 0;
  }

  .mega-menu-image-fill {
    position: static;
  }

  .button-outlined {
    padding: 1rem 1.375rem 1.125rem;
    font-size: 1.25rem;
  }

  .press_card {
    width: 100%;
  }

  .press_card-link.full-width-project {
    flex-direction: column;
  }

  .press_card-image-wrapper {
    height: 50vw;
    max-height: none;
  }

  .press_card-content-wrapper {
    padding-bottom: 1.5rem;
  }

  .press_single-image {
    position: static;
  }
}

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

  h2 {
    font-size: 1.75rem;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .padding-vertical.padding-header.with-overlay {
    padding-bottom: 3rem;
  }

  .padding-vertical.padding-overlay-header {
    padding-top: 2rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .grid_two-column {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .element_roof {
    transform: translate(45%);
  }

  .navigation_brand-wrapper {
    padding: .75rem;
  }

  .navigation_full_top {
    padding-top: 1rem;
  }

  .navigation_top-left {
    flex-wrap: wrap;
  }

  .navigation_top-link-toggle {
    width: auto;
  }

  .navigation_full_bottom {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer_contact-column {
    padding-bottom: 0;
  }

  .footer_menu-column {
    width: 100%;
  }

  .projects_card-paragraph {
    margin-bottom: 1rem;
  }

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

  .project_header-image {
    margin-top: -2rem;
  }

  .footer_bottom-flex {
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
  }

  .footer_bottom-menu {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .heading-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .featured-post_card-paragraph, .post_card-paragraph {
    margin-bottom: 1rem;
  }

  .post_meta-wrapper {
    grid-row-gap: 1rem;
  }

  .posts_author-image {
    display: none;
  }

  .image-fill {
    position: static;
  }

  .posts_time-con {
    display: none;
  }

  .faq-category-outer-wrapper {
    margin-top: -2rem;
    margin-left: -.5rem;
    margin-right: -.5rem;
  }

  .faq-category-wrapper {
    width: 100%;
    padding: .5rem;
  }

  .faq-question {
    padding-right: 4.5rem;
  }

  .faq-icon {
    width: .875rem;
  }

  .customer-service-accordion-header {
    padding-right: 4.5rem;
  }

  .customer-service-title {
    padding-right: 2rem;
    font-size: 1.125rem;
  }

  .accordion-icon {
    width: .875rem;
  }

  .grid_faq-category {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .faq-other-categories-wrapper {
    margin-top: -2rem;
    margin-left: -.5rem;
    margin-right: -.5rem;
  }

  .project-form_wrapper {
    padding: 2rem;
  }

  .close_modal.video-close {
    top: .5rem;
    right: .5rem;
  }

  .header_wrapper {
    background-image: linear-gradient(45deg, #f5f5f5, #f5f5f5);
    border-radius: 0;
  }

  .mobile-menu-toggle {
    width: 4rem;
  }

  .product-wrapper {
    width: 100%;
  }

  .partner_wrapper {
    width: 50%;
  }

  .single-step-wrapper {
    flex-direction: column;
  }

  .single-step-wrapper_image {
    width: 100%;
  }

  .testimonial-quote.active {
    width: 100%;
    min-width: auto;
  }

  .usp_wrapper.with-icons {
    grid-column-gap: 1rem;
  }

  .related-job {
    width: 100%;
    padding: .5rem;
  }

  .manual-type_category {
    width: 100%;
  }

  .manual-type_image-wrapper {
    min-height: auto;
  }

  .manual_categories {
    margin-top: -2rem;
    margin-left: -.5rem;
    margin-right: -.5rem;
  }

  .manual_category {
    width: 100%;
    padding: .5rem;
  }

  .manual-category_inner {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .manual-category_icon-wrapper {
    width: 3rem;
    min-width: 3rem;
  }

  .menu-text-block {
    display: inline-block;
  }

  .two-col-mega-menu-block {
    width: 100%;
    min-width: auto;
  }

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

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

  .footer-found {
    padding: 1.5rem;
  }

  .navigation-link-mega-menu {
    font-size: 1.875rem;
  }

  .mega-menu-sidebar {
    max-width: none;
  }
}

#w-node-_989af39a-0acc-25d9-e149-31a0d4e039c9-0151e9d2, #w-node-c27be0d4-831e-d457-c4f7-daa0087fb584-0151e9d2, #w-node-d8c63862-8cfd-47a4-02da-ad905b02b5ea-0151e9d2, #w-node-bd7bc120-20f3-2374-2b9f-65d5c32e6cd8-0151e9d2, #w-node-_6a4b7270-6c99-9ccc-7a74-25484104313d-0151e9d2, #w-node-_6a4b7270-6c99-9ccc-7a74-25484104313e-0151e9d2, #w-node-_6669f316-d943-e023-7241-bd4ca913271e-0151e9d2, #w-node-_6669f316-d943-e023-7241-bd4ca913271f-0151e9d2, #w-node-c56eb52c-9802-4dfc-ddb2-c67e4c57e1a6-0151e9d2, #w-node-bb8c06fe-140e-50ba-bb2b-fbea022374f5-e6ddcb91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6e32c157-01e1-7caa-f64e-1126226f1f39-e6ddcb91 {
  justify-self: start;
}

#w-node-f15c95e4-30df-d317-4731-8447db65dca9-e6ddcb91, #w-node-eacbc827-aa15-c686-ae97-0f8c444cce91-e6ddcb91, #w-node-e2e67601-85c9-0231-1d38-98118159e4bc-e6ddcb91, #w-node-ef82825c-c651-36af-1149-2223c576adca-e6ddcb91, #w-node-_0f6d636c-3ed1-06ab-b30d-00e6ffbb9c7e-e6ddcb91, #w-node-_9fa5ede9-ee32-0c3f-655d-635464de7cb1-e6ddcb91, #w-node-_19f328c6-0971-c1e4-e107-0f8dc44c2c05-e6ddcb91, #w-node-_563bc07f-a81b-f505-0f08-a1d60ad3aa3f-e6ddcb91, #w-node-_6e32c157-01e1-7caa-f64e-1126226f2071-e6ddcb91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6e32c157-01e1-7caa-f64e-1126226f2074-e6ddcb91 {
  justify-self: start;
}

#w-node-_6e32c157-01e1-7caa-f64e-1126226f2076-e6ddcb91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6e32c157-01e1-7caa-f64e-1126226f2079-e6ddcb91 {
  justify-self: start;
}

#w-node-aa30e413-4c8b-67bf-2280-e346a832944f-e6ddcb91, #w-node-a7511c26-e926-4cf7-7a2c-96ce6d31e2d2-e6ddcb91, #w-node-_6e32c157-01e1-7caa-f64e-1126226f20e2-e6ddcb91, #w-node-_6e32c157-01e1-7caa-f64e-1126226f20ec-e6ddcb91, #w-node-_6e32c157-01e1-7caa-f64e-1126226f20ed-e6ddcb91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6e32c157-01e1-7caa-f64e-1126226f215b-e6ddcb91, #w-node-_6e32c157-01e1-7caa-f64e-1126226f2160-e6ddcb91, #w-node-_6e32c157-01e1-7caa-f64e-1126226f2165-e6ddcb91, #w-node-_6e32c157-01e1-7caa-f64e-1126226f216a-e6ddcb91, #w-node-_6e32c157-01e1-7caa-f64e-1126226f216f-e6ddcb91, #w-node-_6e32c157-01e1-7caa-f64e-1126226f2174-e6ddcb91, #w-node-_6e32c157-01e1-7caa-f64e-1126226f217e-e6ddcb91, #w-node-_6e32c157-01e1-7caa-f64e-1126226f2183-e6ddcb91, #w-node-_6e32c157-01e1-7caa-f64e-1126226f2188-e6ddcb91, #w-node-_6e32c157-01e1-7caa-f64e-1126226f218d-e6ddcb91, #w-node-_6e32c157-01e1-7caa-f64e-1126226f2192-e6ddcb91, #w-node-_6e32c157-01e1-7caa-f64e-1126226f2197-e6ddcb91, #w-node-_6e32c157-01e1-7caa-f64e-1126226f219c-e6ddcb91, #w-node-_6e32c157-01e1-7caa-f64e-1126226f21a1-e6ddcb91, #w-node-_6e32c157-01e1-7caa-f64e-1126226f21a6-e6ddcb91, #w-node-_6e32c157-01e1-7caa-f64e-1126226f21ab-e6ddcb91, #w-node-_6e32c157-01e1-7caa-f64e-1126226f21b0-e6ddcb91 {
  justify-self: start;
}

#w-node-_6e32c157-01e1-7caa-f64e-1126226f21b4-e6ddcb91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6e32c157-01e1-7caa-f64e-1126226f21b5-e6ddcb91 {
  justify-self: start;
}

#w-node-_6e32c157-01e1-7caa-f64e-1126226f21b7-e6ddcb91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6e32c157-01e1-7caa-f64e-1126226f21ba-e6ddcb91, #w-node-_6e32c157-01e1-7caa-f64e-1126226f21bf-e6ddcb91, #w-node-_6e32c157-01e1-7caa-f64e-1126226f21c4-e6ddcb91, #w-node-_6e32c157-01e1-7caa-f64e-1126226f21d9-e6ddcb91, #w-node-_6e32c157-01e1-7caa-f64e-1126226f21de-e6ddcb91, #w-node-_6e32c157-01e1-7caa-f64e-1126226f21e3-e6ddcb91, #w-node-_6e32c157-01e1-7caa-f64e-1126226f21e8-e6ddcb91, #w-node-_6e32c157-01e1-7caa-f64e-1126226f21ed-e6ddcb91, #w-node-_6e32c157-01e1-7caa-f64e-1126226f21f2-e6ddcb91, #w-node-_6e32c157-01e1-7caa-f64e-1126226f21fc-e6ddcb91, #w-node-_6e32c157-01e1-7caa-f64e-1126226f2201-e6ddcb91, #w-node-_6e32c157-01e1-7caa-f64e-1126226f2206-e6ddcb91, #w-node-_6e32c157-01e1-7caa-f64e-1126226f220b-e6ddcb91, #w-node-_6e32c157-01e1-7caa-f64e-1126226f2210-e6ddcb91, #w-node-_6e32c157-01e1-7caa-f64e-1126226f2215-e6ddcb91, #w-node-_6e32c157-01e1-7caa-f64e-1126226f221a-e6ddcb91, #w-node-_6e32c157-01e1-7caa-f64e-1126226f221f-e6ddcb91, #w-node-_6e32c157-01e1-7caa-f64e-1126226f2224-e6ddcb91, #w-node-_6e32c157-01e1-7caa-f64e-1126226f2229-e6ddcb91, #w-node-_6e32c157-01e1-7caa-f64e-1126226f222e-e6ddcb91 {
  justify-self: start;
}

#w-node-_6e32c157-01e1-7caa-f64e-1126226f2232-e6ddcb91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6e32c157-01e1-7caa-f64e-1126226f2233-e6ddcb91, #w-node-_6e32c157-01e1-7caa-f64e-1126226f2238-e6ddcb91, #w-node-_6e32c157-01e1-7caa-f64e-1126226f223d-e6ddcb91, #w-node-_6e32c157-01e1-7caa-f64e-1126226f2242-e6ddcb91 {
  justify-self: start;
}

#w-node-_6e32c157-01e1-7caa-f64e-1126226f22c8-e6ddcb91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6e32c157-01e1-7caa-f64e-1126226f2324-e6ddcb91 {
  justify-self: start;
}

#w-node-f4e55856-fbd9-ff19-9d91-5e5202ff4e46-e09a12b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5f20f387-76dd-2eae-096e-9055466b7e5e-e09a12b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_349593c6-7481-1168-9950-ec62cfd8c371-7f4bd973, #w-node-b059e2ca-16fc-e0c9-6aef-7e00ee975056-7f4bd973 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a7ed095-0f29-c4a9-2316-13d003bae9f7-7f4bd973 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_25f050e6-a3db-63f3-b5c7-95affee0556b-7f4bd973, #w-node-_6be741a3-f1d6-ed02-0913-26d2a7d42beb-386e321a, #w-node-cb46477e-25a5-398c-a136-17f4df3b97ca-386e321a, #w-node-_0c686524-7e6e-6162-d596-4eee9afad628-4ba2a8fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0c686524-7e6e-6162-d596-4eee9afad677-4ba2a8fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0c686524-7e6e-6162-d596-4eee9afad678-4ba2a8fa, #w-node-c616ec00-8b2e-5421-e4df-29011bfb676a-d8bdbba0, #w-node-bfe98725-873a-e128-54fc-7a289265b517-d8bdbba0, #w-node-_3faf02c8-de0a-2eda-0bb7-f0e88fc7d004-d8bdbba0, #w-node-_14f7828e-193b-dfa5-1d65-423b6d85669c-d8bdbba0, #w-node-_14f7828e-193b-dfa5-1d65-423b6d8566a6-d8bdbba0, #w-node-e01b964d-2330-2750-088f-883f1a36a7c2-c3e14918, #w-node-e01b964d-2330-2750-088f-883f1a36a820-c3e14918, #w-node-e01b964d-2330-2750-088f-883f1a36a82a-c3e14918, #w-node-_4400fe9b-5f53-501a-25fe-a1df3d04f179-c3e14918, #w-node-_4400fe9b-5f53-501a-25fe-a1df3d04f17c-c3e14918, #w-node-e01b964d-2330-2750-088f-883f1a36a85e-c3e14918, #w-node-e01b964d-2330-2750-088f-883f1a36a868-c3e14918, #w-node-_8e89e274-c29f-3a2c-d8e0-d2d08a9372ed-6dc2fff9, #w-node-_329eb551-5448-8fe0-3b16-b45ed8e41575-6dc2fff9, #w-node-_07ae9bdf-2ed5-ad3e-b297-7aac6d4d9658-6dc2fff9, #w-node-_07ae9bdf-2ed5-ad3e-b297-7aac6d4d9659-6dc2fff9, #w-node-a1311170-726d-b5e0-272d-d53dae6dcd64-6dc2fff9, #w-node-a1311170-726d-b5e0-272d-d53dae6dcd65-6dc2fff9, #w-node-_8c4c91bb-9078-3837-e915-f199bf576d22-6dc2fff9, #w-node-_8c4c91bb-9078-3837-e915-f199bf576d23-6dc2fff9, #w-node-_4c968027-f940-fb27-bc90-70db23b42a1c-6dc2fff9, #w-node-_4c968027-f940-fb27-bc90-70db23b42a1d-6dc2fff9, #w-node-eba8fdb2-db01-40ab-1bd0-ab82852fddf3-6dc2fff9, #w-node-eba8fdb2-db01-40ab-1bd0-ab82852fddf4-6dc2fff9, #w-node-eba8fdb2-db01-40ab-1bd0-ab82852fddf5-6dc2fff9, #w-node-b3883399-7761-bcd2-193e-74e37ddd8835-6dc2fff9, #w-node-b3883399-7761-bcd2-193e-74e37ddd8836-6dc2fff9, #w-node-b3883399-7761-bcd2-193e-74e37ddd8837-6dc2fff9, #w-node-_0f4f3585-4818-2764-96b7-397012aa97bd-6dc2fff9, #w-node-_0f4f3585-4818-2764-96b7-397012aa97be-6dc2fff9, #w-node-_0f4f3585-4818-2764-96b7-397012aa97bf-6dc2fff9, #w-node-_34bb5d05-2cc2-f57a-d5a8-f9951a80bdab-6dc2fff9, #w-node-_34bb5d05-2cc2-f57a-d5a8-f9951a80bdbc-6dc2fff9, #w-node-_34bb5d05-2cc2-f57a-d5a8-f9951a80bdbd-6dc2fff9, #w-node-_34bb5d05-2cc2-f57a-d5a8-f9951a80bdbf-6dc2fff9, #w-node-_34bb5d05-2cc2-f57a-d5a8-f9951a80bdc0-6dc2fff9, #w-node-_34bb5d05-2cc2-f57a-d5a8-f9951a80bdc1-6dc2fff9, #w-node-_13ad7f18-41be-ffa2-7c50-332534a52a44-6dc2fff9, #w-node-_13ad7f18-41be-ffa2-7c50-332534a52a55-6dc2fff9, #w-node-_13ad7f18-41be-ffa2-7c50-332534a52a56-6dc2fff9, #w-node-_13ad7f18-41be-ffa2-7c50-332534a52a58-6dc2fff9, #w-node-_13ad7f18-41be-ffa2-7c50-332534a52a59-6dc2fff9, #w-node-_13ad7f18-41be-ffa2-7c50-332534a52a5a-6dc2fff9, #w-node-f955f68b-ddd3-06bd-9c36-b8a00ee7d36d-6dc2fff9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b6fd195-5f73-bf79-8b56-406b36198a3f-6dc2fff9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a123b212-3962-5ea6-fc0a-91a88a31e66a-6dc2fff9, #w-node-bd1123be-f9f0-7dbd-6c56-42298077e66d-6dc2fff9, #w-node-c694749c-9c8a-f95e-8043-221b05faee5e-6dc2fff9, #w-node-_5287d7cb-d2c9-b8a4-89d5-7165567f25d3-6dc2fff9, #w-node-_5287d7cb-d2c9-b8a4-89d5-7165567f25dd-6dc2fff9, #w-node-_99a7b1d2-c2fd-97b9-f060-09efef86b2d7-6dc2fff9, #w-node-_6d817854-2f4c-39de-c492-3e5bf04407f0-6dc2fff9, #w-node-_413fb37d-6d31-1700-0fc2-f2084194735a-6dc2fff9, #w-node-_9b4b52ea-61ea-7335-3a41-6600304d303f-6dc2fff9, #w-node-b1b1c437-158b-042f-a8e1-8931740f8965-6dc2fff9, #w-node-_8c9b9167-2601-db2e-7c6d-7a9430c9cb34-60edd6b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8c9b9167-2601-db2e-7c6d-7a9430c9cb98-60edd6b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_8c9b9167-2601-db2e-7c6d-7a9430c9cb99-60edd6b2, #w-node-bd4a8cf7-c606-4c87-c7cd-263164b84b54-9ea8e0a3, #w-node-c616ec00-8b2e-5421-e4df-29011bfb676a-7e80e11e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_5f20f387-76dd-2eae-096e-9055466b7e5e-e09a12b5, #w-node-_357a672a-bbc3-bd11-29cc-64b6b3b76067-386e321a {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b059e2ca-16fc-e0c9-6aef-7e00ee975056-7f4bd973 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6a7ed095-0f29-c4a9-2316-13d003bae9f7-7f4bd973, #w-node-_0c686524-7e6e-6162-d596-4eee9afad677-4ba2a8fa, #w-node-_8c9b9167-2601-db2e-7c6d-7a9430c9cb98-60edd6b2 {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Circular';
  src: url('../fonts/CircularXXWeb-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circular';
  src: url('../fonts/CircularXXWeb-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circular';
  src: url('../fonts/CircularXXWeb-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Circular';
  src: url('../fonts/CircularXXWeb-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Circular';
  src: url('../fonts/CircularXXWeb-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Circular';
  src: url('../fonts/CircularXXWeb-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}