:root {
  --white: #fffbf0;
  --black: #1c1a1a;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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 {
  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;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--white);
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

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-family: Inter, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

h6 {
  letter-spacing: .2rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

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

a {
  color: var(--black);
}

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

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: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

.utility-page_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-page_form-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

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

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

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

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

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

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

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

.margin-xxlarge {
  margin: 5rem;
}

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

.margin-xhuge {
  margin: 8rem;
}

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

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

.padding-top.padding-header {
  padding-top: 9.5rem;
}

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

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

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

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

.padding-vertical.padding-xhuge {
  border-radius: 0;
  margin-left: 0;
  padding-bottom: 4.3rem;
  padding-left: 0;
}

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

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

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

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

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

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

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

.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;
}

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

.fs-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;
}

.fs-styleguide_heading-tags, .fs-styleguide_other-tags {
  background-color: #fff;
}

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

.overflow-auto {
  overflow: auto;
}

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

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

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

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

.text-weight-semibold {
  font-family: Inter, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

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

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  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;
}

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

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

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

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.background-color-black {
  background-color: var(--black);
  color: #f5f5f5;
}

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

.text-color-black {
  color: var(--black);
}

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

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

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

.form_message-success {
  padding: 1.25rem;
}

.fs-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;
}

.heading-style-h3 {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.2;
}

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

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

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

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

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

.icon-height-small {
  height: 1rem;
}

.fs-styleguide_heading-styles {
  background-color: #fff;
}

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

.heading-style-h1 {
  font-family: Inter, sans-serif;
  font-size: 6.75rem;
  font-weight: 400;
  line-height: 1.1;
}

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

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

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

.text-color-white {
  color: var(--white);
  padding-bottom: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}

.fs-styleguide_webflow-elements {
  background-color: #fff;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: rgba(0, 115, 230, .1);
  border: 1px dashed #0073e6;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

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

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

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

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

.text-size-regular.text-weight-bold {
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.text-weight-xbold {
  font-family: Helveticaneueltstd bd;
  font-weight: 400;
}

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

.text-weight-bold {
  font-family: Inter, sans-serif;
  font-weight: 700;
}

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

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

.max-width-large {
  flex: none;
  width: 100%;
  max-width: 47rem;
}

.fs-styleguide_text-classes {
  background-color: #fff;
}

.fs-styleguide_header-block {
  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;
}

.background-color-white {
  background-color: var(--white);
}

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

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

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

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

.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;
}

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

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

.background-color-grey {
  background-color: rgba(0, 0, 0, .05);
}

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

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

.heading-style-h6 {
  letter-spacing: .2rem;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.fs-styleguide_3-col {
  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;
  width: 100%;
  display: grid;
}

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

.text-style-link {
  color: #000;
  text-decoration: underline;
}

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

.text-size-large.text-color-white {
  display: inline-block;
}

.fs-styleguide_header {
  background-color: rgba(0, 0, 0, .05);
}

.heading-style-h2 {
  font-family: Inter, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.page-wrapper {
  z-index: 10;
  position: relative;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.icon-height-medium {
  height: 2rem;
}

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

.overflow-scroll {
  overflow: scroll;
}

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

.icon-height-large {
  height: 3rem;
}

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

.form_component {
  margin-bottom: 0;
}

.main-wrapper {
  z-index: 10;
}

.main-wrapper.z-index-1 {
  min-height: 100vh;
}

.fs-styleguide_icons, .fs-styleguide_colors {
  background-color: #fff;
}

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

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

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

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

.button {
  color: #fff;
  text-align: center;
  letter-spacing: .2rem;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 10px;
  flex: 0 auto;
  align-self: auto;
  margin-left: 50px;
  padding: .75rem 1.5rem;
  font-family: Inter, sans-serif;
  font-size: .5rem;
  font-weight: 400;
  transition: all .2s;
}

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

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

.button.is-large {
  padding: 1.2rem 2rem 1rem;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.fs-styleguide_buttons {
  background-color: #fff;
}

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

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

.text-size-medium.text-weight-bold {
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.fs-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;
}

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

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

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

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

.home-message_content-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: start;
  display: grid;
}

.home-message_component {
  color: #fff;
  min-height: 100vh;
  padding: 3rem;
  display: flex;
}

.home-message_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.home-message_content {
  color: #000;
  background-color: rgba(0, 0, 0, .05);
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.home-message_heading-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item-icon {
  color: #000;
  background-color: #fff;
  flex: none;
  width: 1.75rem;
  height: 1.75rem;
}

.home-message_logo {
  width: 4rem;
}

.fs-styleguide_spacing-all {
  display: none;
}

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

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

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar1_component {
  z-index: 999;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px #000;
  align-items: center;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
}

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

.button-secondary {
  color: #000;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  padding: .75rem 1.5rem;
}

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

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

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

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

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

.navbar1_menu-button {
  padding: 0;
}

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

.navbar1_link {
  letter-spacing: .2rem;
  text-transform: uppercase;
  padding: .9rem 0 .5rem;
  font-family: Inter, sans-serif;
  font-size: .75rem;
  font-weight: 700;
}

.navbar1_link.w--current {
  color: #000;
}

.heading {
  letter-spacing: .2rem;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.header-component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.button-down {
  border: .25rem solid #000;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 12rem;
  height: 12rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-down.w--current {
  width: 11rem;
  height: 11rem;
}

.text-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.paragraph {
  flex: none;
}

.logo-image {
  width: 100%;
}

.text-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.html-embed {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.work-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  border-radius: 0;
}

.work-component-1 {
  background-image: url('../images/bosgroep-limburg_1bosgroep-limburg.webp');
  background-position: 0 0;
  background-size: 624px;
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  min-height: 45rem;
  padding: 3.5rem;
  display: flex;
  position: relative;
}

.work-component-1:hover {
  background-image: url('../images/bosgroep-limburg_1bosgroep-limburg.webp');
  background-position: 0 0;
  background-size: 624px;
}

.tag-component {
  border: 1px solid var(--white);
  background-color: var(--black);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 50rem;
  padding: .5rem .75rem;
  font-size: 1rem;
  display: inline-block;
}

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

.image {
  z-index: -1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.text-grid.about {
  grid-column-gap: 3rem;
}

.section-aboutme.background-color-black {
  position: relative;
}

.trivia-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.footer {
  z-index: 1;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-2 {
  color: var(--black);
}

.mail-wrapper {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  display: flex;
}

.fs-copyclip_wrapper {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  justify-items: start;
  display: flex;
  position: relative;
}

.fs-copyclip_button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--white);
  text-align: center;
  cursor: pointer;
  align-items: center;
  font-size: 1.25rem;
  text-decoration: none;
  display: none;
  position: relative;
}

.fs-copyclip_text {
  color: var(--white);
  font-size: 1.5rem;
}

.copy-icon {
  align-items: center;
  display: flex;
}

.social-wrapper {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.instagram-icon {
  color: var(--white);
  align-items: center;
  display: flex;
}

.linkedin-icon {
  align-items: center;
  display: flex;
}

.social-icon-wrap {
  color: var(--white);
}

.twitter-icon {
  align-items: center;
  display: flex;
}

.social-wrap-left {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  display: flex;
}

.footer-logo {
  position: static;
  top: 0%;
  bottom: auto;
  left: 0;
  right: 0;
}

.footer-logo-wrapper {
  justify-content: flex-end;
  display: flex;
}

.footer-wrapper {
  background-color: var(--black);
}

.logo-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  height: 23.375rem;
  display: flex;
}

.logo-block {
  background-color: var(--black);
  align-self: stretch;
  width: 11.6875rem;
}

.logo-d {
  background-color: var(--black);
  border-top-right-radius: 100rem;
  border-bottom-right-radius: 100rem;
  border-bottom-left-radius: 0;
  align-self: stretch;
  width: 11.6875rem;
}

.logo-c {
  background-color: var(--black);
  border-top-left-radius: 50rem;
  border-bottom-left-radius: 50rem;
  align-self: stretch;
  width: 11.6876rem;
}

.logo-o {
  background-color: var(--black);
  border-radius: 200rem;
  align-self: flex-start;
  width: 11.6875rem;
  height: 11.6875rem;
}

.profile-pic {
  object-fit: cover;
  display: none;
}

.work-component-2 {
  background-image: url('../images/Group-1733.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  min-height: 45rem;
  padding: 3.5rem;
  display: flex;
  position: relative;
}

.work-component-3 {
  background-image: url('../images/Default_solar_sedan_ev_car_1.jpg');
  background-position: 25%;
  background-size: cover;
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  min-height: 45rem;
  padding: 3.5rem;
  display: flex;
  position: relative;
}

.work-component-4 {
  background-image: url('../images/tenten-group_1tenten-group.webp');
  background-position: 0 0;
  background-size: 624px;
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  min-height: 45rem;
  padding: 3.5rem;
  display: flex;
  position: relative;
}

.cursor-wrapper.hide-tablet {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cursor-wrapper.hide-tablet.blend-mode-difference {
  z-index: 9999;
  mix-blend-mode: difference;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.cursor-component.text-align-center {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cursor-dot {
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: .75rem;
  height: .75rem;
  display: flex;
  position: relative;
}

.eye-icon {
  z-index: 12;
  object-fit: cover;
  width: 2rem;
  height: auto;
  position: absolute;
}

.button-fill {
  background-color: #fff;
  border: .25rem #000;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 12rem;
  height: 12rem;
  display: none;
  position: absolute;
}

.footer-copy {
  z-index: 0;
  width: 100%;
  height: 75%;
}

.pascal-testimonial {
  width: 8rem;
}

.testimonial-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: flex;
}

.name-wrapper, .testimonial-flex {
  flex-direction: column;
  display: flex;
}

.testimonial-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: grid;
}

.image-2 {
  display: none;
}

.mail-link {
  color: var(--white);
  font-size: 1.5rem;
  text-decoration: none;
}

.branding-block {
  text-decoration: none;
}

.footer-spacer-element {
  z-index: 1;
  opacity: 0;
  display: block;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.testimonial-column-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.testimonial-card-two {
  border: 1px solid #e4ebf3;
  flex-direction: column;
  padding: 32px 16px 16px;
  display: flex;
}

.testimonial-text-two {
  margin-bottom: 52px;
}

.testimonial-info-three {
  background-color: #f5f7fa;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.image-3 {
  position: absolute;
}

.navbar {
  z-index: 999;
  background-color: var(--white);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.nav-right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: flex;
}

.nav-button-hamburger {
  overflow: hidden;
}

.hamburger-line-top {
  background-color: var(--black);
  width: 3rem;
  height: .75rem;
}

.hamburger-line-middle {
  background-color: var(--black);
  width: 3rem;
  height: .75rem;
  margin-top: .375rem;
  margin-bottom: .375rem;
}

.hamburger-line-bottom {
  background-color: var(--black);
  width: 3rem;
  height: .75rem;
}

.navmenu {
  z-index: 998;
  background-color: var(--black);
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.megamenu-innerwrapper {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
}

.nav-logo-link {
  align-items: stretch;
  display: flex;
}

.nav-logo {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.megamenu-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.megamenu-left {
  flex-direction: column;
  display: flex;
}

.navlink {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.instagram-icon-copy {
  color: var(--white);
  align-items: center;
  display: flex;
}

.heading-3 {
  margin-right: -174px;
  font-size: 5rem;
}

.heading-4 {
  padding-right: 0;
  font-size: 2rem;
}

.image-4 {
  border-radius: 15px;
}

.container-2 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-flow: column;
  flex: 0 auto;
  order: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-end;
  display: flex;
  position: static;
}

.heading-5, .heading-6, .heading-7, .heading-8 {
  font-size: 2.5rem;
}

.contact-rahulpramod-com {
  color: var(--white);
}

.heading-9 {
  position: static;
}

.section-container {
  width: 100%;
  max-width: 1000px;
}

.heading-10 {
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/DJI_0185-copy.jpg');
  background-position: 0 0;
  background-size: contain;
  -webkit-background-clip: text;
  background-clip: text;
  margin-right: -161px;
  padding-right: 0;
  font-size: 4rem;
  line-height: 1.2;
}

.image-5 {
  width: 10px;
  transform: rotate(90deg);
}

.scroll-down {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  filter: invert(0%);
  cursor: pointer;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 30px;
  transition: all .2s;
  display: block;
  position: absolute;
  top: auto;
  bottom: 25px;
  left: auto;
  right: auto;
}

.scroll-down:hover {
  filter: invert();
}

.inner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  perspective: 1922px;
  background-color: #000;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: auto auto auto auto auto;
  grid-auto-rows: auto;
  grid-auto-columns: auto;
  grid-auto-flow: row;
  align-items: center;
  justify-items: center;
  width: 280vw;
  height: 280vh;
  display: grid;
  transform: perspective(1667px)scale(1);
}

.img-scroll-left {
  opacity: 1;
  cursor: pointer;
  max-width: 400px;
  transition: all 1s;
  position: relative;
  overflow: hidden;
}

.img-scroll-left:hover {
  transform: scale(1.2);
}

.wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  perspective: 2000px;
  color: #fff;
  text-align: center;
  background-color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: perspective(2000px);
}

.headline {
  -webkit-text-stroke-width: 0px;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/d79980942fd56311d6ef82e3dfadafdb.jpg');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 0;
  font-size: 80px;
  font-style: normal;
  font-weight: 900;
  line-height: 80px;
  position: relative;
  transform: perspective(1059px);
}

.headline:hover {
  color: #fff;
}

.text-wrap {
  z-index: 999;
  perspective: 2000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 700px;
  max-width: 700px;
  min-height: 65vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8vw;
  display: flex;
  position: relative;
}

.img-wrap {
  z-index: 100;
  justify-content: flex-end;
  align-items: center;
  width: 400px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img-scroll-right {
  cursor: pointer;
  max-width: 400px;
  transition: all 1s;
  position: relative;
}

.img-scroll-right:hover {
  opacity: 1;
  transform: scale(1.2);
}

.image-6 {
  width: 150px;
}

.social-media-link__social-media-image {
  width: 1em;
  height: 1em;
  margin: auto;
}

.social-media-link__social-media-image.social-media-image--hover {
  opacity: 0;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: none;
}

.glare-container {
  z-index: 1;
  border-radius: 1em;
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.main_container__social-media-container {
  flex-flow: row;
  margin-right: 0;
  padding: 20px 0 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.glare-container__glare {
  opacity: 0;
  filter: blur(20px);
  background-color: #fff;
  border-radius: 50%;
  width: 40%;
  height: 40%;
  position: absolute;
}

.social-media-container__social-media-link {
  background-color: #fff;
  border-radius: 1em;
  width: 2em;
  height: 2em;
  margin: 1.5em;
  transition: background-color .25s;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 0 2px 35px rgba(0, 0, 0, .1);
}

.social-media-container__social-media-link:hover {
  background-color: #dd2a7b;
}

.social-media-container__social-media-link.social-link--youtube:hover {
  background-color: #e60000;
}

.social-media-container__social-media-link.social-link--facebook {
  width: 2em;
  height: 2em;
}

.social-media-container__social-media-link.social-link--facebook:hover {
  background-color: #4267b2;
}

.social-media-container__social-media-link.social-link--linkedin {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 2em;
  height: 2em;
}

.social-media-container__social-media-link.social-link--linkedin:hover {
  background-color: #0e76a8;
}

.container-3 {
  flex-flow: column;
  margin-left: 0;
  display: flex;
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .menu-icon1_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;
  }

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

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

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

  .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 {
    background-color: var(--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 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;
  }

  .navbar1_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

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

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

  .header-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .button-down {
    flex: none;
    display: none;
  }

  .text-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

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

  .work-component-1 {
    background-position: 50%;
    background-size: cover;
  }

  .text-grid.about {
    grid-template-columns: 1fr;
  }

  .footer {
    position: static;
  }

  .profile-pic {
    width: 12rem;
    margin-top: 3rem;
    display: block;
  }

  .work-component-2 {
    background-position: 50%;
    background-size: cover;
  }

  .work-component-3 {
    background-position: 20%;
    background-size: cover;
  }

  .work-component-4 {
    background-position: 50%;
    background-size: cover;
  }

  .button-fill {
    flex: none;
  }

  .image-2 {
    display: block;
  }

  .footer-spacer-element {
    display: none;
    position: static;
  }

  .container {
    max-width: 728px;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

  .navmenu {
    display: none;
  }

  .megamenu-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .heading-10 {
    background-position: 50% 100%;
    background-size: cover;
    margin-right: 0;
  }

  .inner {
    width: 400vw;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

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

  .heading-style-h1 {
    font-size: 2.5rem;
  }

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

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

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

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

  .heading-style-h4 {
    font-size: 1rem;
  }

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

  .heading-style-h6 {
    font-size: .75rem;
  }

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

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

  .heading-style-h2 {
    font-size: 2rem;
  }

  .fs-styleguide_version, .heading-style-h5 {
    font-size: .875rem;
  }

  .button {
    display: none;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .home-message_component {
    padding: 0;
  }

  .home-message_content {
    border-radius: 0;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

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

  .button-down {
    width: 8rem;
    height: 8rem;
  }

  .work-component-3 {
    background-position: 20%;
  }

  .testimonial-column-light {
    padding: 60px 15px;
  }

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

  .testimonial-info-three {
    flex-direction: row;
  }

  .megamenu-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .inner {
    width: 450vw;
  }

  .wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective-origin: 50%;
    transform-origin: 50%;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .padding-top.padding-xhuge {
    margin-left: auto;
    margin-right: auto;
    padding-top: 2.4rem;
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

  .padding-vertical.padding-xhuge {
    overflow: hidden;
  }

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

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

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

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

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

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

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

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

  .text-color-white {
    font-size: 1rem;
  }

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

  .page-wrapper.background-color-white {
    overflow: hidden;
  }

  .section-home-header {
    margin-top: 6vh;
  }

  .header-component {
    flex-direction: column-reverse;
  }

  .button-down {
    width: 5rem;
    height: 5rem;
  }

  .work-component-1 {
    min-height: 30rem;
    padding: 2rem 1rem;
  }

  .work-component-1:hover {
    background-position: 50%;
    background-size: cover;
  }

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

  .footer {
    position: static;
  }

  .fs-copyclip_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-copyclip_text {
    font-size: 1.4rem;
  }

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

  .footer-logo {
    padding-bottom: 0;
  }

  .profile-pic {
    width: 10rem;
    margin-left: auto;
    margin-right: auto;
  }

  .work-component-2 {
    background-position: 0 100%;
    background-size: cover;
    min-height: 30rem;
    padding: 2rem 1rem;
  }

  .work-component-3, .work-component-4 {
    min-height: 30rem;
    padding: 2rem 1rem;
  }

  .arrow-down-icon {
    height: 3rem;
  }

  .testimonial-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
  }

  .testimonial-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
  }

  .testimonial-component {
    grid-template-columns: 1fr;
  }

  .mail-link {
    font-size: 1.3rem;
  }

  .footer-spacer-element {
    position: static;
  }

  .container {
    max-width: none;
  }

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

  .nav-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
    align-items: center;
  }

  .nav-left {
    flex-wrap: nowrap;
  }

  .hamburger-line-top {
    width: 2.5rem;
    height: .5rem;
  }

  .hamburger-line-middle {
    width: 2.5rem;
    height: .5rem;
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .hamburger-line-bottom {
    width: 2.5rem;
    height: .5rem;
  }

  .nav-logo-link {
    display: block;
  }

  .nav-logo {
    width: 166px;
  }

  .heading-3 {
    padding-right: 178px;
    font-size: 2rem;
  }

  .heading-4 {
    text-align: center;
    padding-bottom: 0;
    font-size: 1rem;
    font-weight: 700;
  }

  .image-4 {
    width: 80vw;
    margin-left: 5vw;
    margin-right: 10vw;
    overflow: hidden;
  }

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

  .heading-10 {
    background-position: 50% 100%;
    background-size: cover;
    margin-right: 0;
    font-size: 2rem;
  }

  .inner {
    perspective-origin: 50%;
    transform-origin: 50%;
    grid-template-rows: auto auto auto;
    grid-template-columns: auto;
    grid-auto-rows: auto;
    grid-auto-columns: auto;
    width: 550vw;
    min-width: 2800px;
    height: 220vh;
    margin-left: auto;
    margin-right: auto;
    padding: 2vw;
    transform: none;
  }

  .img-scroll-left {
    max-width: 300px;
  }

  .wrapper {
    justify-content: center;
    align-items: center;
    height: 50vh;
    overflow: scroll;
  }

  .headline {
    font-size: 34px;
    line-height: 44px;
  }

  .text-wrap {
    justify-content: center;
    min-height: 50vh;
  }

  .img-wrap {
    justify-content: flex-end;
    align-items: center;
    width: 300px;
  }

  .img-scroll-right {
    max-width: 300px;
  }

  .paragraph-2 {
    font-size: .75rem;
  }
}

#w-node-_50d99412-d8c0-b5b1-e09c-a27c334b04af-68dbdbe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_85a1d85b-1207-bf03-2ef4-a666af95239d-68dbdbe9 {
  grid-area: 1 / 3 / 5 / 4;
  align-self: center;
  justify-self: center;
}

#w-node-_85a1d85b-1207-bf03-2ef4-a666af9523a0-68dbdbe9 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_85a1d85b-1207-bf03-2ef4-a666af9523a2-68dbdbe9 {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-_85a1d85b-1207-bf03-2ef4-a666af9523a4-68dbdbe9 {
  grid-area: 6 / 1 / 2 / 2;
}

#w-node-_85a1d85b-1207-bf03-2ef4-a666af9523a6-68dbdbe9 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_85a1d85b-1207-bf03-2ef4-a666af9523a8-68dbdbe9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_85a1d85b-1207-bf03-2ef4-a666af9523a9-68dbdbe9 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_85a1d85b-1207-bf03-2ef4-a666af9523ab-68dbdbe9 {
  grid-area: 1 / 3 / 3 / 4;
}

#w-node-_85a1d85b-1207-bf03-2ef4-a666af9523ad-68dbdbe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_85a1d85b-1207-bf03-2ef4-a666af9523af-68dbdbe9 {
  grid-area: 1 / 1 / 3 / 1;
  align-self: center;
}

#w-node-_85a1d85b-1207-bf03-2ef4-a666af9523b1-68dbdbe9 {
  grid-area: 3 / 4 / 4 / 6;
}

#w-node-_85a1d85b-1207-bf03-2ef4-a666af9523b3-68dbdbe9 {
  grid-area: 1 / 5 / 3 / 6;
}

#w-node-_85a1d85b-1207-bf03-2ef4-a666af9523b5-68dbdbe9 {
  grid-area: 4 / 3 / 5 / 6;
}

#w-node-_85a1d85b-1207-bf03-2ef4-a666af9523b7-68dbdbe9 {
  grid-area: 3 / 2 / 5 / 5;
}

#w-node-_85a1d85b-1207-bf03-2ef4-a666af9523b9-68dbdbe9 {
  grid-area: 4 / 5 / 6 / 6;
}

#w-node-_81f6d951-e7ce-1fc2-dd93-bfb866f2cdd2-68dbdbe9, #w-node-_81f6d951-e7ce-1fc2-dd93-bfb866f2cdd9-68dbdbe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-68dbdbec, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-68dbdbec, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-68dbdbec, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-68dbdbec, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-68dbdbec, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-68dbdbec, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-68dbdbec {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-68dbdbec, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-68dbdbec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-68dbdbec {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-68dbdbec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-68dbdbec {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-68dbdbec, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-68dbdbec, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-68dbdbec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-68dbdbec, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-68dbdbec, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-68dbdbec, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-68dbdbec, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-68dbdbec, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-68dbdbec, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-68dbdbec, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-68dbdbec, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-68dbdbec, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-68dbdbec, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-68dbdbec, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-68dbdbec, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-68dbdbec, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-68dbdbec, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-68dbdbec, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-68dbdbec, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-68dbdbec {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-68dbdbec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-68dbdbec {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8d-68dbdbec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-68dbdbec, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-68dbdbec, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-68dbdbec, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-68dbdbec, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-68dbdbec, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-68dbdbec, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-68dbdbec, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-68dbdbec, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-68dbdbec, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-68dbdbec, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-68dbdbec, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-68dbdbec, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-68dbdbec, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-68dbdbec, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-68dbdbec, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-68dbdbec, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-68dbdbec, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-68dbdbec, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-68dbdbec, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-68dbdbec {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-68dbdbec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-68dbdbec, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-68dbdbec, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-68dbdbec, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-68dbdbec {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-68dbdbec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-68dbdbec {
  justify-self: start;
}

@media screen and (max-width: 479px) {
  #w-node-_85a1d85b-1207-bf03-2ef4-a666af95239d-68dbdbe9 {
    grid-column: 3 / 4;
  }
}


