:root {
  --burlywood: #e7bf8b;
}

.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-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.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 {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.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 {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.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: #333;
  font-family: Epilogue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.4;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
  font-size: 1.2rem;
}

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

li {
  margin-bottom: .25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.show {
  display: block;
}

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

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

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

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: .1rem solid #000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 26px;
  padding: .75rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  transition: all .45s cubic-bezier(.215, .61, .355, 1);
}

.button:hover {
  color: #000;
  background-color: #fff;
  border: .1rem solid #000;
}

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

.heading-large {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

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

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

.icon-medium {
  height: 3rem;
}

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

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

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

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

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

.icon-small {
  height: 2rem;
}

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

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

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

.hide {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.text-rich-text p, .text-rich-text blockquote, .text-rich-text ul {
  margin-bottom: .75rem;
}

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

.icon-large {
  height: 4rem;
}

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

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

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

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

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

.form-input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

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

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

.page-wrapper {
  display: block;
}

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

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

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

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

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

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

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

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

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

.fs-styleguide_classes {
  display: none;
}

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

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

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

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

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

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

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

.show-tablet {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

.main-wrapper.overflow-hidden {
  font-size: 1rem;
}

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

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

.button-secondary {
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 400;
  transition: all .45s cubic-bezier(.215, .61, .355, 1);
}

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

.button-secondary.is-menu {
  color: #fff;
  border-color: #1a1f37;
  margin-left: 1rem;
}

.button-text {
  color: #000;
  text-align: center;
  background-color: #0000;
  border-bottom: .1rem solid #0000;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 400;
  transition: all .45s cubic-bezier(.215, .61, .355, 1);
}

.button-text:hover {
  border-bottom-color: #000;
}

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

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

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

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

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

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

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

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

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

.margin-bottom.margin-xsmall {
  margin-top: 1rem;
}

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

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

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

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

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

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

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

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

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

.heading-xsmall {
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

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

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

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

.fs-styleguide_message-outer {
  color: #fff;
  min-height: 100vh;
  padding: .75rem;
  display: flex;
}

.fs-styleguide_message-inner {
  background-color: #1a1a1a;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_messege-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: .85fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.fs-styleguide_messege-heading {
  line-height: .8;
}

.fs-styleguide_messege-heading-span {
  font-size: 2.25rem;
  font-weight: 400;
}

.home-hero_component {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.home-hero_content {
  width: 40vw;
  padding-left: 0;
}

.home-hero_image-wrapper {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.home-hero-main-image {
  z-index: 20;
  cursor: grab;
  border-radius: 20px;
  margin-top: 0;
  padding-top: 0;
  position: relative;
}

.home-hero-right-image {
  z-index: 10;
  position: absolute;
  inset: -15% -34% auto auto;
}

.home-hero-right-image.hide-mobile-landscape {
  border-radius: 20px;
  margin-top: 0;
  padding-top: 0;
  position: static;
}

.home-hero-image-left {
  z-index: 30;
  position: absolute;
  inset: -18% auto auto -25%;
}

.navbar1_dropdwn-toggle {
  padding: .5rem 2.5rem .5rem 1rem;
}

.navbar1_menu-buttons {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.dropdown-icon {
  margin-top: .75rem;
  margin-bottom: .75rem;
  margin-right: 1rem;
}

.button-secondary-2 {
  color: #0000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  padding: .75rem 1.5rem;
}

.button-secondary-2.button-small {
  padding: .5rem 1.25rem;
}

.navbar_link {
  color: #fff;
  border-bottom: 1px solid #0000;
  padding: .5rem 1rem;
  transition: all .45s cubic-bezier(.215, .61, .355, 1);
}

.navbar_link:hover {
  color: #000;
  border-bottom-color: #000;
}

.navbar_link.w--current {
  color: #fff;
}

.navbar1_dropdown-link {
  padding: .5rem 1rem;
}

.navbar1_dropdown-link.w--current {
  color: #0000;
}

.navbar1_dropdown-list.w--open {
  background-color: #0000;
  border: 1px solid #000;
  padding: .5rem;
}

.navbar_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar_component {
  z-index: 20;
  background-color: #ac8d62;
  border: 1px solid #0000;
  align-items: center;
  height: auto;
  padding: 1.25rem 5%;
  display: flex;
}

.button-2 {
  color: #0000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  padding: .75rem 1.5rem;
}

.button-2.button-small {
  padding: .5rem 1.25rem;
}

.navbar_menu {
  align-items: center;
  display: flex;
}

.navbar_menu.overflow-hidden {
  color: #f7f3f3;
  font-family: PT Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.navbar_logo-link {
  padding-left: 0;
}

.navbar_menu-button {
  padding: 0;
}

.navbar1_button-wrapper {
  margin-left: 1rem;
}

.home-tagline_component {
  z-index: 20;
  position: relative;
}

.home-tagline-pattern {
  z-index: 10;
  position: absolute;
  inset: -71% 0% auto auto;
}

.button-tertiary {
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.home-logo_grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.logo4_logo {
  max-height: 3.5rem;
}

.page-padding-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.button-row {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-tertiary_icon {
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
}

.logo4_wrapper {
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: .875rem;
  display: flex;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.button-wrapper {
  margin-top: 1rem;
  margin-right: 1rem;
}

.home-logo_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.line-divider {
  background-color: #0000;
  width: 100%;
  height: 1px;
}

.footer_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.social-icon {
  color: #333;
  width: 1.5rem;
  height: 1.5rem;
}

.footer3_logo-link {
  float: none;
  padding-left: 0;
}

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

.footer3_legal-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer_column-layout {
  grid-column-gap: 3vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.footer_top-wrapper {
  grid-column-gap: 4vw;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.footer_link {
  color: #333;
  border-bottom: 1px solid #0000;
  width: auto;
  min-width: 50%;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .45s cubic-bezier(.215, .61, .355, 1);
}

.footer_link:hover {
  border-bottom-color: #000;
}

.footer_link.boldadd {
  font-weight: 700;
}

.footer_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer3_bottom-link {
  font-size: .875rem;
}

.footer_column {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer_component {
  border-top: 1px solid #000;
  position: relative;
}

.footer_socials-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.home-projects_item {
  position: relative;
}

.home-projects_item:nth-child(2n), .home-projects_item.even-item:nth-child(2n) {
  margin-top: 20rem;
}

.home-projects_list {
  grid-column-gap: 7rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-projects_link-block {
  z-index: 20;
  color: #333;
  text-decoration: none;
  position: relative;
}

.home-projects_image-wrapper {
  z-index: 30;
  position: relative;
}

.tabs {
  justify-content: flex-start;
  display: flex;
}

.tabs-menu {
  flex-direction: column;
  align-items: stretch;
  width: 30%;
  margin-right: 3rem;
  display: flex;
}

.home-service-tab {
  width: auto;
}

.home-service-tabl-link.button-text.w--current {
  background-color: #0000;
}

.home-service-tabl-link.button-text.text-align-left {
  text-align: left;
  border-bottom-width: 1px;
  justify-content: flex-start;
  display: flex;
}

.home-service-tabl-link.button-text.text-align-left.w--current {
  border-bottom-width: 1px;
  border-bottom-color: #000;
  justify-content: flex-start;
  padding-left: 2rem;
  display: flex;
}

.home-service-tabl-link.button-text.text-align-left.w--current:hover {
  border-bottom-width: 1px;
}

.home-service_grid {
  grid-column-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  padding-left: 0;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
}

.home-service_tab-content {
  width: 66%;
  overflow: hidden;
}

.tabs-menu-icon {
  background-color: #3cd1c9;
  border-radius: 12px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  padding: 10px;
  display: flex;
}

.tabs-menu-2 {
  flex-direction: column;
  width: 45%;
  display: flex;
}

.tabs-heading-wrap {
  width: 40%;
  margin-bottom: 60px;
}

.tabs-heading {
  color: #1e1e1e;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
}

.tabs-container {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.tabs-paragraph {
  font-size: 18px;
  line-height: 27px;
}

.tabs-content {
  text-align: right;
  width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.tabs-img {
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  max-width: 390px;
  height: 100%;
}

.tab-link {
  opacity: .7;
  filter: grayscale();
  color: #5e5e5e;
  background-color: #fff;
  border-radius: 14px;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 20px;
  font-size: 16px;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.tab-link:hover {
  box-shadow: 0 10px 40px #8585850d;
}

.tab-link.w--current {
  z-index: 2;
  opacity: 1;
  filter: grayscale(0%);
  background-color: #fff;
  box-shadow: 0 10px 40px #8585850d;
}

.tabs-section {
  color: #999;
  background-color: #fff;
  padding: 140px 3%;
}

.tab-pane {
  height: 100%;
}

.tabs-2 {
  position: static;
}

.home-service_wrapper {
  margin-top: -106px;
  position: relative;
}

.navbar1_link-2 {
  padding: .5rem 1rem;
}

.navbar1_link-2.w--current {
  color: #0000;
}

.navbar1_component-2 {
  background-color: #0000;
  border-bottom: 1px solid #000;
  align-items: center;
  height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
}

.navbar1_menu-2 {
  align-items: center;
  display: flex;
}

.navbar1_button-wrapper-2 {
  margin-left: 1rem;
}

.navbar2_dropdown-list.w--open {
  background-color: #0000;
  border: 1px solid #000;
  padding: 8px;
  position: absolute;
}

.navbar2_dropdwn-toggle {
  padding: .5rem 2.5rem .5rem 1rem;
}

.navbar2_menu {
  align-items: center;
}

.navbar2_button-navbar {
  color: #0000;
  background-color: #000;
  border: 1px solid #000;
  margin-left: 1rem;
  padding: .5rem 1.5rem;
}

.navbar2_button-wrapper {
  display: flex;
}

.navbar2_dropdown-link {
  padding: .5rem 1.5rem;
}

.navbar2_dropdown-link.w--current {
  color: #0000;
}

.navbar2_menu-button {
  padding: 0;
}

.navbar2_component {
  background-color: #0000;
  border-bottom: 1px solid #000;
  align-items: center;
  height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
}

.navbar2_link {
  padding: .5rem 1rem;
}

.navbar2_link.w--current {
  color: #0000;
}

.navbar2_logo-link {
  padding-left: 0;
}

.navbar2_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar1_container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-service-tabs_icon-wrapper, .home-service-tab-image {
  margin-right: .5rem;
}

.about-hero_component {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 80vh;
  display: flex;
}

.about-hero_image-wrapper {
  width: 100%;
  position: relative;
}

.section-about-scrolling {
  width: 100%;
}

.section-about-scrolling.overflow-hidden {
  overflow: hidden;
}

.about-scrolling_component {
  flex-wrap: nowrap;
  align-items: center;
  width: 200%;
  display: flex;
}

.big-mover-dev-only {
  margin-top: 619px;
  margin-bottom: 619px;
}

.about-scrolling_card {
  white-space: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

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

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

.heading-xxlarge.heading-scrolling {
  white-space: nowrap;
  margin-right: 1rem;
  display: inline-block;
}

.contact-form_component {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

.contact-form {
  padding-top: 0;
  padding-bottom: 0;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.text-field {
  border-top: 1px solid #0000;
  border-bottom: 1px solid #424242;
  border-left: 1px solid #0000;
  border-right: 0 #0000;
  border-radius: 0;
  height: 11.25px;
}

.contact-form_content {
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 2px;
  flex-direction: column;
  align-items: stretch;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.home-cta_component {
  z-index: 20;
  position: relative;
}

.home-cta-pattern {
  z-index: 10;
  position: absolute;
  inset: auto 0% 0% auto;
}

.projects-explainer_component {
  justify-content: flex-end;
  display: flex;
}

.projects-explainer_content {
  width: 40%;
}

.section-load-screen {
  z-index: 999;
  background-color: #fff0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.load-screen-panel {
  background-color: #fff;
  width: 50%;
  height: 100vh;
  transform: rotate(0);
}

.load-screen-panel.load-screen-bottom {
  background-color: #000;
  width: 100%;
  height: 50vh;
  position: absolute;
  inset: auto 0% 0%;
  transform: none;
}

.load-screen-panel.load-screen-top {
  background-color: #000;
  width: 100%;
  height: 50vh;
  position: absolute;
  inset: 0% 0% auto;
  transform: none;
}

.load-screen-panel.load-screen-left {
  background-color: #000;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.load-screen-panel.load-screen-right {
  background-color: #000;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.loading-screen_logo-component {
  z-index: 9999999;
  align-items: center;
  display: flex;
  position: absolute;
}

.loading-screen-line {
  background-color: #000;
  width: 2px;
  height: 3.3rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  position: relative;
}

.loading-screen-line.line-white {
  color: #fff;
  background-color: #fff;
}

.loading-screen_logo-wrapper {
  position: absolute;
}

.loading-screen_logo-wrapper.overflow-hidden {
  position: relative;
}

.heading-display-text-span {
  color: #3f3f3f;
  font-size: 40px;
  display: inline-block;
}

.home-projects-shadow {
  z-index: 10;
  background-color: #000;
  width: 100px;
  height: 150px;
  position: absolute;
  inset: -12% auto auto -5%;
}

.home-projects-image {
  z-index: 30;
  position: relative;
}

.home-projects-item-hover {
  background-color: #000;
  width: 0;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-cta-sliding-block {
  background-color: #000;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.footer-block-sliding {
  background-color: #000;
  border: 1px solid #554631;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.h1-hero-load {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.about-wide-image-panel {
  background-color: #000;
  width: 0;
  position: absolute;
  inset: 0%;
}

.projects-multi_item:nth-child(2n) {
  margin-top: 8rem;
}

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

.pageloaderstatic {
  z-index: 9999;
  background-color: #fff;
  width: 100%;
  height: 100%;
  font-size: .9rem;
  display: block;
  position: fixed;
  inset: 0%;
}

.systemebar {
  background-color: #030303;
  justify-content: space-around;
  width: 100vw;
  height: 4vh;
  display: flex;
}

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

.systemebardiv2, .systemebardiv3, .systemebardiv4, .systemebardiv5 {
  align-items: center;
  height: 100%;
  display: flex;
}

.text-block {
  color: #f8f8f8;
  font-family: Exo, sans-serif;
}

.main-first-page {
  color: #0000;
  background-color: #282323;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  display: flex;
}

.slider {
  z-index: 1;
  background-color: #ddd;
  background-image: url('../images/photo5.jpeg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  width: 100vw;
  height: 100%;
  display: block;
  position: fixed;
}

.text-block-2, .paragraph, .paragraph-2 {
  font-size: 1.2rem;
}

.div-block-2 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100vw;
  height: 100vh;
  display: grid;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-4, .div-block-5, .div-block-6 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch space-around;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: 40px;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.image-1 {
  box-shadow: 6px 6px 4px 0 var(--burlywood);
  border-radius: 20px;
}

.image-1:hover {
  opacity: .93;
  background-color: #0000;
  margin-left: 0;
}

.image-1.stylecardimage {
  border-radius: 20px;
  box-shadow: 6px 6px 8px #e2d6c6;
}

.image2, .image3, .image4 {
  border-radius: 20px;
}

.slide {
  background-image: url('../images/photo3.jpeg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.image {
  z-index: 10;
  margin-top: 0;
  position: absolute;
  inset: 6% auto auto 4%;
}

.div-block-8 {
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-3 {
  color: #fff;
  font-family: MATERIAL ICONS, sans-serif;
}

.text-block-4 {
  color: #b18d5b;
  margin-left: 10px;
}

.text-block-5 {
  color: #fff;
}

.text-block-6 {
  color: #fff;
  font-family: MATERIAL ICONS, sans-serif;
}

.text-block-7 {
  color: #b08c5b;
  margin-left: 11px;
}

.text-block-8 {
  color: #af8b5b;
  margin-left: 10px;
}

.text-block-9 {
  color: #fff;
  font-family: MATERIAL ICONS, sans-serif;
}

.text-block-10 {
  color: #ae8a5b;
  margin-left: 10px;
}

.text-block-11 {
  color: #fff;
  font-family: MATERIAL ICONS, sans-serif;
}

.div-block-9 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.text-block-12 {
  color: #fffdfd;
  text-align: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 5rem;
  font-weight: 700;
}

.text-block-13 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-size: 1.3rem;
}

.div-block-10 {
  border: 2px solid var(--burlywood);
  color: var(--burlywood);
  border-radius: 115px;
  width: 65vw;
  height: 7px;
  font-size: .8rem;
  line-height: 3.8;
}

.div-block-11 {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-12 {
  z-index: 5;
  justify-content: center;
  align-items: center;
  margin-bottom: 111px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-14 {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: MATERIAL ICONS, sans-serif;
  font-size: 5.7rem;
  display: flex;
}

.div-block-13 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template: "."
                 "."
                 "."
                 "."
                 "Area"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.div-block-14 {
  background-color: #0009;
  border-radius: 20px;
  display: block;
  position: absolute;
  inset: 0%;
}

.div-block-14:hover {
  display: none;
}

.div-block-15 {
  z-index: auto;
  position: relative;
}

.div-block-15:hover {
  background-color: #0000;
}

.div-block-16 {
  z-index: 10;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-16:hover {
  background-color: #1d1212b0;
}

.text-block-15 {
  color: #fff;
  font-family: MATERIAL ICONS, sans-serif;
  font-size: 2.7rem;
}

.playbtn {
  opacity: 0;
  color: #fff;
  font-family: MATERIAL ICONS, sans-serif;
  font-size: 7.3rem;
  display: block;
}

.playbtn:hover {
  opacity: 1;
  color: #ffffffed;
  font-family: MATERIAL ICONS, sans-serif;
  font-size: 6.5rem;
  display: block;
  position: static;
  inset: 0%;
}

.div-block-17, .div-block-18, .div-block-19, .div-block-20, .div-block-21, .div-block-22, .div-block-23, .div-block-24, .div-block-25 {
  position: relative;
}

.div-block-26, .div-block-27, .div-block-28, .div-block-29 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-30 {
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 255px;
  margin-left: 44px;
  display: flex;
}

.div-block-31 {
  flex-direction: column;
  justify-content: space-between;
  margin-top: 112px;
  display: flex;
}

.text-block-16 {
  color: var(--burlywood);
  text-align: center;
  background-color: #0000;
  margin-top: 13px;
  font-family: Inconsolata, monospace;
  font-size: 1.9rem;
}

.text-block-17 {
  color: var(--burlywood);
  text-align: center;
  font-size: 1.9rem;
}

.bold-text {
  text-align: left;
  font-family: Great Vibes, cursive;
  font-size: 2.3rem;
}

.section {
  display: none;
}

.div-block-32 {
  justify-content: center;
  align-items: center;
  width: 50vw;
  display: flex;
}

.div-block-33 {
  width: 50vw;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 10vh;
  margin-bottom: 23px;
  display: flex;
}

.text-block-18 {
  font-size: 2rem;
  font-weight: 700;
}

.text-block-19 {
  color: var(--burlywood);
}

.bold-text-2 {
  font-family: Great Vibes, cursive;
}

.container-2 {
  margin-top: 33px;
}

.heading {
  color: #000;
  text-align: center;
}

.text-block-20 {
  color: #000;
  font-family: MATERIAL ICONS, sans-serif;
  font-size: 1.8rem;
}

.div-block-34 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bold-text-3 {
  color: #c9a676;
  margin-left: 24px;
  padding-left: 0;
  font-size: 1.4rem;
}

.text-block-21 {
  margin-left: 10px;
  font-size: 1.5rem;
}

.bold-text-4 {
  margin-left: 20px;
  font-size: 1.3rem;
}

.div-block-35 {
  align-items: center;
  display: flex;
}

.text-block-22 {
  color: #fc0000;
}

.div-block-36, .div-block-37 {
  align-items: center;
  display: flex;
}

.text-block-23, .link {
  font-size: 1rem;
}

.container-3 {
  position: absolute;
  inset: 0% 0% auto;
}

.text-block-24 {
  padding-left: 0;
  font-size: 2.4rem;
  font-weight: 400;
}

.section-2 {
  margin-bottom: 60px;
}

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

.button-wrapper-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.paragraph-large {
  text-align: justify;
  letter-spacing: -.02em;
  font-size: 18px;
  line-height: 32px;
}

.button-neutral {
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #000;
  border-radius: 48px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button-neutral:hover {
  background-color: #282556;
}

.section-large {
  padding: 20px 5% 120px;
  position: relative;
}

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

.grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.heading-detail-small {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
}

.placeholder-image-tall {
  border-radius: 12px;
  width: 100%;
  max-width: 500px;
  height: 640px;
  display: block;
  overflow: hidden;
}

.button-secondary-3 {
  color: #160042;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #0000;
  border: 1px solid #e4e6f1;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button-secondary-3:hover {
  background-color: #f3f5fb;
  border-color: #0000;
}

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

.c-slider {
  width: 34.72em;
  height: 100%;
  margin-left: 40em;
  font-size: 1vw;
  display: block;
}

.c-slide_img {
  width: 100%;
  height: 100%;
}

.c-arrow-blocker {
  z-index: 100;
  background-color: #25272880;
  width: 80px;
  height: 80px;
  position: absolute;
  inset: auto 0% 25% auto;
  transform: translate(-80px);
}

.c-arrow-blocker.cc-right {
  transform: none;
}

.c-left-arrow {
  z-index: 1;
  background-color: #25272866;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  inset: auto 0% 25% auto;
  transform: translate(-80px);
}

.c-right-arrow {
  background-color: #25272866;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  inset: auto 0% 25% auto;
}

.slide-nav {
  display: none;
}

.slider-2 {
  align-items: flex-start;
  height: 80%;
  display: block;
}

.div-block-38 {
  background-color: #0000;
  background-image: url('../images/profil2.jpeg');
  background-position: 50% 100%;
  background-size: auto;
  width: auto;
  height: 100%;
  position: relative;
}

.div-block-39 {
  background-image: url('../images/profil3.png');
  background-position: 0 0;
  background-size: auto;
  height: 100%;
  position: relative;
}

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

.icon {
  opacity: .4;
  margin-left: 10px;
}

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

.div-block-40 {
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 10%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-41 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  justify-content: center;
  align-items: center;
  height: 10%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.heading-2 {
  color: #fff;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 3.7rem;
  font-weight: 700;
}

.div-block-42 {
  background-image: url('../images/Frame-4.png');
  background-position: 50%;
  background-size: cover;
  width: auto;
  height: auto;
  display: block;
}

.flex-wrapper-centre {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.flex-wrapper-centre.margin-bottom-48 {
  margin-bottom: 48px;
}

.section-large-2 {
  padding: 120px 5%;
  position: relative;
}

.gallery-image-x-small-square {
  height: 255px;
}

.gallery-image-x-tall {
  height: 550px;
}

.heading-detail-small-3 {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
}

.heading-detail-small-3.margin-bottom-12 {
  margin-bottom: 12px;
}

.heading-detail-small-3.margin-bottom-12.text-color-gray-500 {
  color: #6b7094;
}

.gallery-lightbox {
  width: 100%;
  height: 100%;
}

.h3-heading {
  letter-spacing: -.02em;
  margin-top: 0;
  font-size: 48px;
  line-height: 1.2;
}

.gallery-image-square {
  height: 510px;
}

.image-11 {
  display: block;
}

.div-block-43 {
  background-image: url('../images/Frame-4.png');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

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

.form-checkbox-2 {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: none;
}

.form-checkbox-icon-2 {
  cursor: pointer;
  border: 2px solid #000;
  border-radius: 6px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form-checkbox-icon-2.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox-icon-2.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form-checkbox-label-2 {
  margin-bottom: 0;
}

@media screen and (min-width: 1920px) {
  .button {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .footer_socials-wrapper {
    display: none;
  }

  .container-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-two-column {
    grid-template-rows: auto auto auto auto;
  }

  .c-slider {
    width: 500px;
    margin-left: 50em;
  }

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

@media screen and (max-width: 991px) {
  .hide-tablet {
    display: none;
  }

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

  .show-tablet {
    display: block;
  }

  .button-secondary.is-menu {
    margin-left: 1rem;
  }

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

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .fs-styleguide_messege-heading {
    font-size: 3rem;
    line-height: .9;
  }

  .fs-styleguide_messege-heading-span {
    font-size: 1.75rem;
  }

  .home-hero_content {
    width: 90vw;
  }

  .home-hero_image-wrapper {
    flex-direction: column;
    width: 90vw;
  }

  .navbar1_dropdwn-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .menu-icon_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
  }

  .dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .menu-icon_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_link {
    white-space: nowrap;
    width: auto;
    padding: .75rem 1rem;
    font-size: 1.125rem;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .navbar_container {
    justify-content: space-between;
    align-items: center;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_menu {
    z-index: 40;
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px #000;
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0%;
    display: flex;
    overflow: auto;
  }

  .navbar_menu.overflow-hidden, .navbar_menu-button.w--open {
    background-color: #0000;
  }

  .navbar1_button-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    margin-bottom: 0;
    margin-left: 0;
    display: flex;
  }

  .home-tagline-pattern {
    top: -41%;
  }

  .home-logo_grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .home-logo_component {
    grid-column-gap: 3rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .home-projects_list {
    grid-column-gap: 7rem;
    grid-row-gap: 7rem;
  }

  .tabs-menu {
    margin-right: 5rem;
  }

  .home-service_grid {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .tabs-menu-2 {
    flex: none;
    width: 50%;
    margin-right: 10%;
  }

  .tabs-heading-wrap {
    width: 100%;
  }

  .tabs-content {
    width: 40%;
    position: relative;
  }

  .tabs-2 {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .navbar1_link-2 {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_menu-2 {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    overflow: auto;
  }

  .navbar1_button-wrapper-2 {
    flex-direction: column;
    margin-bottom: 1rem;
    margin-left: 0;
    display: flex;
  }

  .navbar2_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar2_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .navbar2_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 2rem 1rem 0;
    display: flex;
  }

  .navbar2_menu {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    overflow: auto;
  }

  .navbar2_button-navbar {
    width: 100%;
    margin-top: 0;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .navbar2_button-wrapper {
    align-items: center;
  }

  .menu-icon2_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar2_dropdown-link {
    text-align: center;
    width: auto;
    padding: .75rem 0;
    font-size: 16px;
  }

  .navbar2_menu-button {
    padding: 0;
  }

  .navbar2_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon2_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar2_link {
    text-align: center;
    padding: 1rem 0;
    font-size: 1.125rem;
  }

  .menu-icon2_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar2_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .menu-icon2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar2_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

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

  .home-projects-shadow {
    width: 90px;
    height: 120px;
  }

  .pageloaderstatic, .systemebar {
    display: none;
  }

  .image {
    top: 0%;
    left: 1%;
  }

  .text-block-12 {
    font-size: 4.4rem;
  }

  .div-block-30 {
    margin-bottom: 0;
    margin-left: 0;
  }

  .div-block-31 {
    margin-top: 55px;
    margin-bottom: 48px;
  }

  .section {
    flex-direction: column;
  }

  .div-block-32, .div-block-33 {
    width: 100vw;
  }

  .text-block-18 {
    font-size: 1.6rem;
  }

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

  .placeholder-image-tall {
    max-width: none;
    height: 360px;
  }

  .c-slider {
    width: 45em;
    margin-left: 35em;
  }

  .gallery-image-x-tall {
    height: 440px;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .fs-styleguide_row.is-for-social-icons {
    grid-template-rows: auto auto;
  }

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

  .fs-styleguide_color-sample {
    padding: 2.5rem 2rem;
  }

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

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

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

  .fs-styleguide_section-type {
    font-size: .875rem;
  }

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

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

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

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

  .button-secondary {
    width: 100%;
  }

  .button-secondary.is-menu {
    margin-left: 0;
  }

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

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .fs-styleguide_version-details {
    font-size: .875rem;
  }

  .fs-styleguide_page-header {
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_message-outer {
    padding: 0;
  }

  .fs-styleguide_message-inner {
    border-radius: 0;
  }

  .fs-styleguide_messege-content {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .fs-styleguide_messege-heading {
    font-size: 2.5rem;
    line-height: .9;
  }

  .fs-styleguide_messege-heading-span {
    font-size: 1.5rem;
    font-weight: 500;
  }

  .home-hero_component {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .navbar_component {
    height: 4rem;
  }

  .navbar_menu {
    padding: 1rem 5% 2rem;
  }

  .home-logo_grid {
    width: 100%;
  }

  .logo4_logo {
    max-height: 3rem;
  }

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

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

  .home-logo_component {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    display: flex;
  }

  .footer_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer_credit-text {
    margin-top: 1.5rem;
  }

  .footer3_legal-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .footer_top-wrapper {
    grid-row-gap: 3rem;
  }

  .home-projects_item:nth-child(2n) {
    margin-top: 5rem;
  }

  .home-projects_item.even-item:nth-child(2n) {
    margin-top: 0;
  }

  .home-projects_list {
    grid-column-gap: 7rem;
    grid-row-gap: 10rem;
    grid-template-columns: 1fr;
  }

  .tabs {
    flex-direction: column;
  }

  .tabs-menu {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 3rem;
    margin-right: auto;
  }

  .tabs-menu.margin-right.margin-xhuge {
    width: 100%;
  }

  .home-service-tabl-link {
    width: auto;
  }

  .home-service_grid {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .home-service_tab-content {
    width: 100%;
  }

  .tabs-menu-2 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0%;
  }

  .tabs-heading-wrap {
    margin-bottom: 40px;
  }

  .tabs-heading {
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 50px;
  }

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

  .tabs-img {
    height: auto;
  }

  .tab-link {
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .tab-pane {
    height: auto;
  }

  .tabs-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .navbar1_component-2 {
    height: 4rem;
  }

  .navbar2_button-navbar {
    margin-left: 1rem;
    margin-right: 1rem;
    padding: .25rem 1rem;
  }

  .navbar2_component {
    height: 4rem;
  }

  .contact-form_component {
    grid-template-columns: 1fr;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .home-projects-shadow {
    width: 80px;
    height: 90px;
  }

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

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

  .placeholder-image-tall {
    height: 400px;
  }

  .c-slider {
    margin-left: 0;
  }

  .c-arrow-blocker.cc-right {
    width: 60px;
    height: 60px;
    bottom: 10%;
  }

  .c-arrow-blocker.cc-left, .c-left-arrow {
    width: 60px;
    height: 60px;
    bottom: 10%;
    transform: translate(-60px);
  }

  .c-right-arrow {
    width: 60px;
    height: 60px;
    bottom: 10%;
  }

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

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

@media screen and (max-width: 479px) {
  .button {
    font-size: .8rem;
  }

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

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

  .fs-styleguide_2-col {
    grid-template-columns: auto;
  }

  .main-wrapper {
    flex-direction: column;
    align-items: center;
    width: auto;
    height: auto;
    display: flex;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .home-hero_content {
    width: 90vw;
  }

  .home-hero_image-wrapper {
    flex-direction: column;
    width: 90vw;
  }

  .home-hero-right-image.hide-mobile-landscape {
    display: block;
  }

  .navbar_container {
    width: 100vw;
  }

  .navbar_menu.overflow-hidden {
    background-color: var(--burlywood);
  }

  .home-tagline-pattern {
    top: -32%;
  }

  .home-logo_grid {
    grid-template-columns: 1fr 1fr;
  }

  .logo4_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .home-logo_component {
    grid-template-columns: 1fr;
  }

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

  .home-projects_list {
    grid-column-gap: 7rem;
    grid-row-gap: 9rem;
  }

  .tabs-menu {
    flex-direction: column;
  }

  .home-service_grid {
    grid-template-columns: 1fr;
  }

  .tabs-img {
    border-radius: 14px;
  }

  .home-projects-shadow {
    width: 70px;
    height: 80px;
  }

  .pageloaderstatic {
    display: none;
  }

  .div-block-7 {
    flex-direction: column;
    width: 90vw;
    height: auto;
    margin-bottom: 30px;
  }

  .image-1 {
    max-width: 80%;
  }

  .image {
    inset: 0% auto auto;
  }

  .text-block-12 {
    font-size: 1.9rem;
  }

  .div-block-13 {
    grid-template: "."
                   "."
                   "."
                   "."
                   "Area"
                   "Area-2"
                   "Area-3"
                   "Area-4"
                   "Area-5"
                   "Area-6"
                   / 1fr;
  }

  .div-block-26 {
    justify-content: center;
  }

  .div-block-30 {
    justify-content: center;
    align-items: center;
    margin-bottom: 18px;
    margin-left: 0;
  }

  .section {
    flex-direction: column;
  }

  .div-block-32, .div-block-33 {
    width: 100vw;
  }

  .container {
    margin-top: 16px;
  }

  .text-block-18 {
    text-align: center;
    font-size: 1rem;
  }

  .text-block-19 {
    text-align: center;
    margin-top: 8px;
    font-size: .9rem;
  }

  .container-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading {
    text-align: left;
  }

  .text-block-20 {
    font-size: 1.2rem;
  }

  .div-block-34 {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 12px;
  }

  .bold-text-3 {
    font-size: 1rem;
  }

  .bold-text-4 {
    font-size: .9rem;
  }

  .div-block-35, .div-block-36 {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 17px;
  }

  .div-block-37 {
    flex-direction: column;
    align-items: flex-start;
  }

  .container-3 {
    position: static;
  }

  .link-block, .link-block-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-2 {
    width: 90vw;
  }

  .c-slider {
    width: 75em;
  }
}

#w-node-_0152d7ec-fd5a-5f30-bc2a-d456cdc6d11f-aad036e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_734c42e9-a34b-b294-1b06-c9849803cd1f-aad036e7, #w-node-a9d240f8-0661-0b93-165a-936c7398d22b-aad036e7, #w-node-_324626d7-3477-92c4-30ff-c846d5acb74f-a5d036eb, #w-node-_324626d7-3477-92c4-30ff-c846d5acb75a-a5d036eb, #contact-form.w-node-e22874f8-4e92-afa1-1dc7-6c6838a3b3c1-3ad036ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e22874f8-4e92-afa1-1dc7-6c6838a3b3e3-3ad036ec {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9f858734-bef5-1a7e-919f-10344444dc7c-3ad036ec, #w-node-_1c1fed75-7cb2-71c5-7708-87e9cedbbe4b-9cd036ee, #w-node-_90d8f523-efa2-7e52-b288-41330392a0df-9cd036ee, #w-node-_5b103141-c972-c743-4c9a-d2b19bfb8c88-9cd036ee, #w-node-_91b7e509-af25-7721-e087-669cada0fb00-9cd036ee, #w-node-a2c334a3-3478-818f-1715-5441698fd406-9cd036ee, #w-node-_7924f271-6935-4dcd-ad30-c25712ed8ce7-c693367e, #w-node-_819a8edb-b116-3602-6291-4a65bf31b583-c693367e, #w-node-_14b3955d-d915-05ab-54ad-f23bed21eedb-c693367e, #w-node-f85ff0c1-3c66-68f2-2923-f6f6f84ec3ee-c693367e, #w-node-_8d50a407-fe6d-e2b1-1bf9-446da019de9e-c693367e, #w-node-b4662722-1ce4-a254-d894-8cfffa502171-c693367e, #w-node-_285c2359-d049-06a9-c9df-b0d60ea0e3f6-c693367e, #w-node-_742c04c9-4f41-f1e8-3c7e-64d5f5e38abd-c693367e, #w-node-_5f8b0394-c1ba-3d6b-7089-94f0d0aa3cd7-c693367e, #w-node-a79d41a6-7f12-e8a7-40d3-f60189209f26-c693367e, #w-node-_28c110a0-84b4-b642-c12d-fb872b49a01c-c693367e, #w-node-_36db92ef-30ea-f693-0e31-b7e606927afd-c693367e, #w-node-_029bded8-7b27-880a-3923-083a81678a72-c693367e, #w-node-_19838e9d-6d5d-7fa2-c5e8-e99c7ac70af3-c693367e, #w-node-_62b97f42-d068-c4c4-de39-e6ff1f0c5caf-c693367e, #w-node-_3ccabe7e-899f-5b64-59f8-0d66fe63adf9-c693367e, #w-node-_1c1fed75-7cb2-71c5-7708-87e9cedbbe4b-181ba429, #w-node-_90d8f523-efa2-7e52-b288-41330392a0df-181ba429, #w-node-_5b103141-c972-c743-4c9a-d2b19bfb8c88-181ba429, #w-node-_91b7e509-af25-7721-e087-669cada0fb00-181ba429, #w-node-a2c334a3-3478-818f-1715-5441698fd406-181ba429 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-d91a3c97-86fc-2e71-0336-979e12fefd02-aad036e7 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e22874f8-4e92-afa1-1dc7-6c6838a3b3d3-3ad036ec, #w-node-e22874f8-4e92-afa1-1dc7-6c6838a3b3d7-3ad036ec, #w-node-e22874f8-4e92-afa1-1dc7-6c6838a3b3db-3ad036ec, #w-node-e22874f8-4e92-afa1-1dc7-6c6838a3b3df-3ad036ec {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'MATERIAL ICONS';
  src: url('../fonts/MaterialIconsRound-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}