:root {
  --donkergrijs: #222;
  --paars: #7380ef;
  --donkerpaars: #150097;
  --lichtpaars: #e3e5f9;
  --lichtoranje: #ffe3ba;
  --donkeroranje: #e19320;
  --lichtgrijs: #e8e8e8;
  --white: white;
  --black: black;
}

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

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

@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 {
  color: var(--donkergrijs);
  font-family: League Spartan, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  color: var(--donkergrijs);
  margin-top: 1.25rem;
  margin-bottom: .625rem;
  font-size: 310%;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 250%;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 200%;
  font-weight: 600;
  line-height: 1.2;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: .875px;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

a {
  text-decoration: none;
}

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

.margin-large {
  margin: 3rem;
}

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

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

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

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

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

.margin-medium {
  margin: 2rem;
}

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

.rv-styleguide-logo {
  max-width: 45%;
}

.rv-styleguide-message-fixed {
  z-index: 99;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2.5rem;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.rv-styleguide-message {
  text-align: center;
  background-color: #0a0a0a;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.rv-styleguide-message-wrapper {
  color: #fff;
  text-align: left;
  background-color: #161616;
  border-radius: 16px;
  padding: 2.5rem;
}

.button-nav {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .5rem 1.25rem;
}

.link {
  color: var(--paars);
  text-decoration: underline;
}

.link:hover {
  color: var(--donkerpaars);
}

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

.rv-styleguide_page-header {
  background-color: #0a0a0a;
  border-bottom: .0625rem solid #2b2b2b;
  justify-content: center;
  align-items: center;
  height: 75vh;
  display: flex;
}

.rv-styleguide-header_content {
  color: #fff;
  text-align: center;
  background-color: #161616;
  border-radius: 1rem;
  flex-direction: column;
  align-items: center;
  padding: 2.5rem;
  display: flex;
  position: relative;
}

.rv-styleguide-header_subheader {
  color: #ec4067;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
}

.rv-styleguide-header_heading {
  letter-spacing: -.125rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.875rem;
  line-height: 1em;
}

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

.rv-styleguide-header_paragraph {
  color: rgba(255, 255, 255, .9);
  letter-spacing: -.03125rem;
  max-width: 33ch;
  margin-bottom: 0;
  font-size: 1.75rem;
  line-height: 1.4em;
}

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

.padding-section-large {
  border-bottom: 1px solid #000;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

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

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

.fs-styleguide_section-n {
  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-n.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.fs-styleguide_section-header-n {
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fs-styleguide_2-col-n {
  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-n.is-align-start {
  align-items: start;
}

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

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

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

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

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

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

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

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

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

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

.text-weight-semibold.margin-0.text-size-small {
  font-size: 14px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button {
  z-index: 0;
  background-color: var(--lichtpaars);
  color: var(--donkerpaars);
  text-align: center;
  padding: .5rem 10px .6rem;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}

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

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

.button.is-secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

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

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

.button.cv-download {
  background-color: var(--lichtoranje);
  color: var(--donkeroranje);
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: .5rem;
  display: inline-block;
}

.button.cv-download:hover {
  opacity: .9;
}

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

.rv-styleguide_colors {
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 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;
}

.padding-custom1 {
  padding: 1.5rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

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

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

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

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

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

.margin-0.text-size-small {
  font-size: 14px;
}

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

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

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

.margin-small {
  margin: 1rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-custom1 {
  margin-bottom: 5rem;
}

.margin-custom1.paragraph-hero {
  max-width: 370px;
  margin-top: .5rem;
  font-size: 16px;
}

.margin-custom2 {
  margin: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

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

.rv-styleguide_icons {
  background-color: #fff;
}

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

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

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

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

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

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

.hide {
  display: none;
}

.overflow-visible {
  overflow: visible;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

.overflow-scroll {
  overflow: scroll;
}

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

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

.align-center {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.form_component {
  margin-bottom: 0;
}

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

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

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

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

.form_message-success {
  padding: 1.25rem;
}

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

.rv-styleguide_section {
  z-index: 1;
  color: #000;
  background-color: #fcfcfc;
  border-bottom: .0625rem solid #2b2b2b;
  flex-direction: column;
  align-items: center;
  padding-top: 10rem;
  padding-bottom: 10rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rv-styleguide_section.black {
  color: #fff;
  background-color: #0a0a0a;
}

.rv-styleguide_section-header-long {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #fff;
  background-color: #161616;
  border: .0625rem solid #333;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 80%;
  display: grid;
  position: relative;
}

.rv-styleguide_header-container {
  padding: 3rem;
}

.rv-styleguide_header-wrap {
  color: #dfbf6c;
  align-items: center;
  width: 100%;
  display: flex;
}

.rv-styleguide-heading-white {
  color: #fff;
  margin-top: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rv-styleguide-description {
  color: #c5c5c5;
  margin-top: 1rem;
  line-height: 1.5rem;
}

.rv-styleguide_2-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  width: 80%;
  margin-top: 6rem;
}

.styleguide-container {
  background-color: #161616;
  border: .0625rem solid #333;
  padding: 3rem;
  transition: border-color .2s;
  position: relative;
}

.rv-styleguide-heading {
  color: #fff;
  font-size: 1.5rem;
  line-height: 125%;
}

.rv-styleguide_section-header {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #fff;
  background-color: #161616;
  border: .0625rem solid #333;
  grid-template-rows: auto;
  grid-template-columns: 4fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 80%;
  display: grid;
  position: relative;
}

.rv-styleguide-icon {
  height: 2.5rem;
  margin-right: 1rem;
}

.rv-styleguide-link {
  color: #ec4067;
  transition: color .2s;
}

.rv-styleguide-link:hover {
  color: rgba(236, 64, 103, .85);
}

.rv-styleguide-header_dot-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.rv-styleguide-header_do {
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1.25rem;
  transition: all .2s;
}

.rv-styleguide-header_do:hover {
  transform: translate(0, -.3125rem);
}

.rv-styleguide-header_do.is-red {
  background-color: #ec4067;
}

.rv-styleguide-header_do.is-gold {
  background-color: #facb00;
}

.rv-styleguide-header_do.is-blue {
  background-color: #0265d8;
  margin-right: 0;
}

.riseverse-badge {
  z-index: 10000;
  color: #fff;
  background-color: #4353ff;
  border-radius: .25rem;
  padding: .5rem .75rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
  position: fixed;
  top: auto;
  bottom: 1.25%;
  left: auto;
  right: 1.25rem;
}

.riseverse-badge:hover {
  color: #fff;
  background-color: rgba(236, 64, 103, .9);
  text-decoration: none;
  transform: scale(1.05);
}

.type-column-1 {
  padding-right: 20px;
}

.tag-label {
  color: #aaa;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 11px;
  line-height: 11px;
}

.type-column-2 {
  padding-top: 30px;
  padding-left: 20px;
}

.tags-subhead {
  color: #ec3872;
  background-color: rgba(236, 56, 114, .1);
  border-radius: 4px;
  margin-bottom: 40px;
  padding: 20px;
}

.tag-holder {
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px 10px 20px;
  transition: box-shadow .4s;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0);
}

.tag-holder:hover {
  box-shadow: 0 0 75px rgba(0, 0, 0, .07);
}

.tag-title {
  color: #222;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 5px;
  padding-left: 18px;
  font-size: 22px;
  font-weight: 500;
  line-height: 44px;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.tags-section {
  background-color: #fff;
  border-radius: 4px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: block;
  position: relative;
  box-shadow: 0 1px 75px rgba(0, 0, 0, .05);
}

.example-image {
  color: rgba(34, 34, 34, 0);
  background-image: url('../images/All-H1-headings-example.png');
  background-position: 0 0;
  background-size: 250px;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 434px;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
  overflow: hidden;
  box-shadow: 5px 5px 50px rgba(0, 0, 0, .3);
}

.example-image:hover {
  color: #fff;
  text-shadow: 1px 1px 10px #000;
  background-image: linear-gradient(rgba(0, 0, 0, .63), rgba(0, 0, 0, .63)), url('../images/All-H1-headings-example.png');
  background-position: 0 0, 0 0;
  background-size: auto, 250px;
}

.tag-divider {
  background-color: #f3f3f5;
  width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 10px;
}

.heading {
  font-size: 3.5rem;
  font-weight: 600;
}

.div-block {
  background-color: #fff;
  border: 1px solid #000;
  min-width: 72px;
  min-height: 72px;
}

.div-block.donkerpaars {
  background-color: var(--donkerpaars);
  overflow: visible;
}

.div-block.paars {
  background-color: var(--paars);
}

.div-block.lichtpaars {
  background-color: var(--lichtpaars);
}

.div-block.donkergrijs {
  background-color: var(--donkergrijs);
}

.div-block.lichtgrijs {
  background-color: var(--lichtgrijs);
}

.div-block.donkeroranje {
  background-color: var(--donkeroranje);
}

.div-block.lichtoranje {
  background-color: var(--lichtoranje);
}

.flex-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  margin-left: 65.2px;
  margin-right: 65.2px;
}

.brand {
  float: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin: .5% auto auto;
  display: inline-block;
}

.brand:hover {
  opacity: .9;
}

.image {
  display: inline-block;
}

.navbar {
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-link {
  text-transform: none;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
}

.nav-link:hover {
  color: var(--donkerpaars);
}

.nav-link.w--current {
  color: var(--donkergrijs);
}

.image-2 {
  position: relative;
}

.brand-2 {
  display: inline-block;
}

.icon {
  width: 50px;
}

.icon:hover {
  opacity: .9;
}

.flex-block2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.subtitle {
  color: var(--donkerpaars);
  margin-top: -12px;
  padding-top: 0;
  font-size: 1.1rem;
}

.subtitle.text-weight-semibold {
  text-align: left;
  font-size: 18px;
}

.subtitle.text-weight-semibold.text-align-center {
  text-align: center;
}

.subtitle.text-weight-regular {
  font-size: 18px;
  font-weight: 400;
}

.subtitle.text-weight-regular.subtitle-cards {
  font-size: 16px;
}

.subtitle.subtitle-cards {
  font-size: 17px;
}

.subtitle.subtitle-cards.text-weight-semibold {
  font-size: 16px;
}

.flex-block-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.hero-foto {
  float: right;
  align-self: flex-end;
  width: 250px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  top: 10px;
}

.hero-heading-left {
  z-index: 3;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 65.2px;
  position: relative;
}

.hero-heading-left.container {
  z-index: 2;
  border-bottom-style: none;
  border-bottom-width: 0;
  padding-top: 20px;
  padding-bottom: 120px;
}

.container {
  z-index: 0;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 160px;
  padding-right: 160px;
}

.container.position-h1 {
  z-index: 4;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  padding-top: 300px;
  display: flex;
  position: relative;
}

.container.position-h1.background-color-purple {
  background-color: var(--donkerpaars);
}

.container.background-color-purple {
  background-color: var(--lichtpaars);
  overflow: visible;
}

.container.background-color-purple.margin-bottom {
  z-index: 4;
  margin-top: auto;
  margin-bottom: 100px;
}

.container.background-color-purple.margin-top {
  margin-top: 100px;
}

.container.background-color-purple.negative-margin-bottom {
  height: 580px;
}

.container.background-color-purple.low-height {
  margin-top: -110px;
  margin-bottom: 90px;
}

.container.background-color-purple.margin-horizontal {
  padding-left: 60px;
  padding-right: 60px;
}

.container.background-color-purple.margin-horizontal.position-relative {
  z-index: 2;
  position: relative;
  top: -1340px;
}

.container.background-color-purple.padding-global {
  margin-top: 100px;
  padding-top: 60px;
  padding-bottom: 10px;
}

.container.margin-bottom {
  margin-bottom: 30px;
}

.container.footer {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 30px;
  position: relative;
}

.container.footer-text {
  z-index: 3;
  position: relative;
}

.container.z-index-0 {
  z-index: 0;
  position: relative;
}

.container.z-index-1 {
  z-index: 1;
  overflow: visible;
}

.container.background-color-grey {
  background-color: var(--lichtgrijs);
}

.container.background-color-grey.low-height {
  background-color: var(--donkerpaars);
  height: 280px;
  margin-bottom: 80px;
}

.container.background-color-grey.margin-top {
  margin-top: 100px;
}

.container.position-relative {
  z-index: 1;
  position: relative;
  top: -1290px;
}

.container.z-index-4 {
  z-index: 4;
}

.container.z-index-4.margin-bottom {
  margin-bottom: 100px;
}

.container.z-index-4.margin-bottom.background-color-dark-purple {
  background-color: var(--donkerpaars);
}

.container.padding-top {
  padding-top: 100px;
}

.container.background-color-darkpurple {
  background-color: var(--donkerpaars);
}

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  display: flex;
}

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

.button-primary {
  background-color: var(--lichtpaars);
  color: var(--donkerpaars);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 12px 25px;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.container-2 {
  flex-flow: column;
  display: flex;
}

.hero-heading-left-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.image-3 {
  z-index: 1;
  position: absolute;
}

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

.background-image.image2 {
  width: 300px;
  position: absolute;
  top: auto;
  bottom: 88%;
  left: auto;
  right: 28%;
}

.background-image.image1 {
  width: 150px;
  bottom: 93%;
}

.background-image.image3 {
  top: auto;
  bottom: 85%;
  left: auto;
  right: 7%;
}

.background-image.image4 {
  top: .5%;
  bottom: auto;
  left: 34%;
  right: auto;
}

.background-image.image5 {
  top: 480px;
  bottom: auto;
  left: 29%;
  right: auto;
}

.background-image.image-blocks {
  z-index: -1;
  margin-top: 0;
  margin-left: 115px;
  position: absolute;
  top: 40px;
  bottom: 0;
}

.h1 {
  font-size: 56px;
}

.paragraph {
  font-size: 16px;
  font-weight: 300;
}

.paragraph.strategy-sticky {
  margin-bottom: 1430px;
}

.paragraph.onder-service-blueprint {
  margin-bottom: -786px;
}

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

.paragraph.research-question {
  color: var(--donkerpaars);
  font-weight: 600;
}

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

.heading1 {
  font-size: 280%;
}

.heading1.position-h1 {
  z-index: 4;
  position: relative;
  top: 220px;
}

.heading1.h-mijn-werk {
  color: var(--white);
}

.heading1.heading-blocks {
  color: var(--donkerpaars);
}

.quick-stack {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.quick-stack.strategy {
  margin-bottom: -180px;
}

.quick-stack.margin-bottom-24px.margin-top {
  margin-top: 40px;
}

.cell {
  justify-content: flex-start;
  align-items: flex-end;
}

.cell-left {
  padding-top: 80px;
}

.mijn-werk {
  margin-top: -90px;
  padding-bottom: 0%;
  position: relative;
  overflow: hidden;
}

.image5 {
  position: absolute;
}

.image6 {
  width: 90%;
  position: relative;
  top: -83px;
  left: 85px;
}

.hero-line-animation {
  width: 415px;
  position: relative;
  top: auto;
  bottom: 22%;
  left: auto;
  right: -69px;
}

.container-hero-right {
  align-self: flex-end;
  margin-left: -100px;
  margin-right: 0;
}

.berg-achter {
  z-index: 1;
  width: 100%;
  position: absolute;
  top: 7%;
}

.berg-midden {
  z-index: 2;
  width: 100%;
  position: absolute;
  top: 10%;
}

.berg-voor {
  z-index: 3;
  width: 100%;
  position: absolute;
  top: 13%;
}

.image-5 {
  z-index: 3;
  position: relative;
}

.over-mij {
  padding-bottom: 50px;
  overflow: hidden;
}

.footer {
  padding-top: 50px;
  position: relative;
  overflow: visible;
}

.no-overflow {
  width: 100%;
  position: relative;
  overflow: hidden;
}

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

.berg-achtergrond {
  z-index: 1;
  height: 100%;
  position: relative;
}

.heading2 {
  font-size: 200%;
  font-weight: 700;
}

.lottie-animation {
  width: 188px;
  margin-top: -13px;
}

.project-cards {
  z-index: 4;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 2px;
  height: 250px;
  margin-top: 100px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.project-left {
  background-color: var(--lichtpaars);
  justify-content: center;
  align-items: center;
}

.project-right {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--white);
  padding: 25px 36px;
}

.paragraph-card {
  margin-top: 4px;
  font-size: 14px;
}

.h-mijn-werk {
  color: var(--white);
  padding-top: 10px;
}

.heading-3 {
  font-size: 230%;
}

.heading-4 {
  font-size: 200%;
}

.image-blocks {
  max-width: 110%;
  margin-top: -12px;
  margin-left: -169px;
  position: static;
  bottom: -7px;
  right: 96px;
}

.image-dyl {
  max-width: 130%;
  margin-top: -45px;
  margin-left: 24px;
}

.image-boardin {
  max-width: 140%;
  margin-top: 10px;
  margin-left: 160px;
}

.heading-5 {
  font-size: 190%;
}

.image-6 {
  z-index: 4;
  position: relative;
}

.stippen {
  z-index: 4;
  position: relative;
  top: 254px;
}

.witte-stippen {
  z-index: 4;
  width: 100%;
  padding-bottom: 3px;
  position: relative;
}

.image-7 {
  width: 100%;
}

.paarse-stippen {
  width: 100%;
  padding-top: 3px;
}

.text-align-justified, .paragraph-3 {
  text-align: justify;
}

.footer-light {
  z-index: 1;
  width: 100%;
  position: absolute;
  top: 0;
}

.footer-dark {
  z-index: 2;
  width: 100%;
  position: absolute;
  top: 0;
}

.text-footer {
  color: var(--white);
  flex: 0 auto;
}

.footer-quick-stack {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  padding: 0;
}

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

.section-2 {
  height: 0;
}

.footer-text {
  color: var(--white);
  text-align: center;
  padding-bottom: 2px;
  font-size: 12px;
  font-weight: 200;
}

.nav-shadow {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 1px 10px rgba(0, 0, 0, .2);
}

.arrow {
  z-index: 1;
  width: 150px;
  position: relative;
  bottom: 24px;
  left: 13px;
}

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

.link-block {
  height: 8.5%;
  text-decoration: none;
}

.button-border {
  border: 1px dashed var(--donkerpaars);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.project-links {
  color: var(--donkergrijs);
  flex-flow: row;
  display: block;
}

.project {
  color: var(--donkergrijs);
}

.section-3 {
  padding-bottom: 500px;
  position: relative;
}

.hero-blocks-image {
  z-index: 1;
  max-width: 150%;
  display: block;
  position: relative;
  top: 30px;
  left: 140px;
}

.hero-right-blocks {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-blocks {
  position: relative;
}

.quick-stack-hero-blocks {
  margin-bottom: -10px;
  padding: 150px 0 0;
}

.cell-hero-bottom {
  justify-content: flex-start;
  align-items: center;
}

.background-color-purple {
  background-color: var(--lichtpaars);
}

.background-color-purple.z-index-0 {
  z-index: 0;
  margin-top: -50px;
  position: relative;
}

.paragraph-hero {
  max-width: 370px;
  margin-top: 0;
  margin-bottom: 3rem;
}

.paragraph-hero-blocks {
  text-align: left;
  max-width: 450px;
  margin-top: 0;
}

.align-right {
  align-self: flex-end;
  padding-right: 20px;
}

.div-block-3 {
  align-self: center;
}

.heading-7 {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.section-4 {
  margin-bottom: 680px;
}

.sticky-heading {
  position: static;
  top: 25px;
  bottom: 20px;
}

.section-5 {
  margin-bottom: 659px;
}

.caption {
  color: var(--donkerpaars);
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
}

.caption.text-align-left {
  text-align: left;
  padding-bottom: 0;
}

.caption.caption-menu {
  width: 166px;
  padding-bottom: 0;
}

.caption.caption-skeleton {
  width: 200px;
  padding-bottom: 0;
}

.caption.caption-resultaat {
  text-align: right;
  justify-content: center;
  align-items: flex-end;
  width: 90%;
  padding-top: 0;
  padding-bottom: 0;
}

.caption.text-color-light-purple {
  color: var(--lichtpaars);
}

.caption.padding-0 {
  padding-top: 0;
}

.image-context {
  width: 100%;
  margin-top: -50px;
}

.section-blocks {
  padding-top: 100px;
}

.section-blocks.scope {
  margin-top: -1000px;
}

.section-blocks.padding-bottom {
  padding-bottom: 130px;
}

.section-blocks.resultaat {
  padding-top: 0;
}

.section-blocks.margin-bottom {
  padding-bottom: 100px;
}

.section-blocks.evaluatie {
  margin-top: -200px;
  padding-bottom: 100px;
}

.section-blocks.skeleton {
  padding-bottom: 200px;
}

.section-blocks.resultaat-dyl {
  padding-bottom: 100px;
}

.image-proces {
  margin-top: -60px;
  margin-bottom: -150px;
}

.service-blueprint {
  max-width: 100%;
  margin-top: 40px;
}

.onder-service-blueprint {
  margin-bottom: -200px;
}

.usability-problems {
  width: 400px;
}

.quick-stack-scope {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.post-it {
  background-color: var(--lichtpaars);
}

.post-it-text {
  color: var(--donkerpaars);
  text-align: center;
  align-self: center;
  height: 140px;
  margin-top: 50px;
  margin-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 400;
  line-height: 1.7;
}

.menu {
  justify-content: center;
  align-items: flex-start;
  height: 600px;
  display: block;
}

.menu-container {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.container-skeleton {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.essential-aanmaken {
  width: 200px;
}

.container-flex {
  flex-flow: column;
  display: flex;
}

.cell-resultaat {
  justify-content: flex-end;
  align-items: flex-start;
}

.lightbox-link {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.circle {
  border: 1px solid var(--donkeroranje);
  border-radius: 50%;
  width: 9px;
  height: 9px;
}

.circle.current {
  background-color: var(--donkeroranje);
  border-width: 0;
}

.link-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: 1;
  color: var(--donkergrijs);
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.link-block-2.w--current {
  opacity: 0;
}

.link-block-2.current {
  opacity: 0;
  font-weight: 500;
}

.link-block-2.current.w--current, .link-block-2.inactive {
  opacity: 1;
}

.link-block-2.inactive.w--current {
  opacity: 0;
}

.text-vert-nav {
  width: 80px;
  font-size: 14px;
  font-weight: 300;
}

.text-vert-nav.current {
  font-weight: 600;
}

.vert-nav {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 2%;
}

.vert-nav.current {
  z-index: 1;
}

.hero-dyl-image {
  z-index: 1;
  width: 330px;
  display: block;
  position: relative;
  top: 30px;
  left: 30px;
}

.proces-dyl {
  padding-top: 40px;
  padding-bottom: 40px;
}

.profile-tim {
  justify-content: center;
  align-items: center;
  width: 500px;
  margin-top: 40px;
}

.lightbox-link-4 {
  display: flex;
}

.prototype-diy {
  width: 100%;
  margin-top: 40px;
}

.image-9 {
  align-self: flex-end;
}

.requirements {
  width: 320px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.hero-boardin-image {
  z-index: 1;
  width: 590px;
  max-width: 140%;
  display: block;
  position: relative;
  top: 40px;
  left: 100px;
}

.prototype-boardin {
  width: 100%;
}

@media screen and (min-width: 1280px) {
  h2 {
    font-size: 280%;
  }

  p {
    font-size: 18px;
  }

  .text-weight-semibold.margin-0.text-size-small {
    font-size: 16px;
  }

  .button {
    font-size: 20px;
  }

  .margin-0.text-size-small {
    font-size: 16px;
  }

  .margin-custom1.paragraph-hero {
    max-width: 440px;
    font-size: 18px;
  }

  .nav-link, .subtitle.text-weight-semibold, .subtitle.text-weight-regular, .subtitle.text-weight-regular.subtitle-cards, .subtitle.subtitle-cards.text-weight-semibold {
    font-size: 20px;
  }

  .hero-foto {
    width: 290px;
  }

  .container {
    padding-left: 220px;
    padding-right: 220px;
  }

  .container.position-h1 {
    padding-top: 32%;
  }

  .container.background-color-purple.low-height {
    height: 490px;
    padding-top: 10px;
  }

  .container.background-color-purple.margin-horizontal.position-relative {
    top: -1400px;
  }

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

  .container.position-relative {
    top: -1350px;
  }

  .background-image.image2 {
    width: 310px;
    right: 34%;
  }

  .background-image.image1 {
    bottom: 94%;
  }

  .background-image.image3 {
    bottom: 85%;
    right: 11%;
  }

  .background-image.image4 {
    top: .5%;
    left: 37%;
  }

  .background-image.image5 {
    top: 490px;
    left: 32%;
  }

  .background-image.image-blocks {
    margin-left: 174px;
    top: 15px;
  }

  .paragraph.strategy-sticky {
    margin-bottom: 1510px;
  }

  .heading1 {
    font-size: 310%;
  }

  .cell-left {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 60px;
  }

  .mijn-werk {
    margin-top: -180px;
  }

  .hero-line-animation {
    width: 485px;
    right: -82px;
  }

  .container-hero-right {
    align-self: flex-end;
  }

  .berg-midden {
    padding-top: 70px;
    top: 7%;
  }

  .berg-voor {
    padding-top: 140px;
    top: 8%;
  }

  .over-mij {
    padding-bottom: 60px;
  }

  .footer {
    padding-top: 60px;
  }

  .project-cards {
    height: 300px;
  }

  .project-right {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .paragraph-card {
    font-size: 16px;
  }

  .footer-text {
    font-size: 13px;
  }

  .arrow {
    width: 160px;
  }

  .hero-blocks-image {
    max-width: 170%;
    top: 20px;
    left: 160px;
  }

  .quick-stack-hero-blocks {
    margin-bottom: -20px;
    padding-top: 140px;
  }

  .background-color-purple.z-index-0 {
    margin-top: -80px;
  }

  .paragraph-hero {
    max-width: 440px;
  }

  .paragraph-hero-blocks {
    margin-bottom: 60px;
  }

  .paragraph-hero-blocks.boardin {
    margin-bottom: 100px;
  }

  .caption {
    font-size: 18px;
  }

  .section-blocks.scope {
    margin-top: -1220px;
  }

  .image-proces {
    margin-bottom: -154px;
  }

  .onder-service-blueprint {
    margin-bottom: -30px;
  }

  .quick-stack-scope {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .post-it-text {
    margin-bottom: 90px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-skeleton {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin-top: 10px;
  }

  .text-vert-nav {
    width: 80px;
    font-size: 16px;
  }

  .hero-dyl-image {
    width: 350px;
    top: 10px;
  }

  .hero-boardin-image {
    width: 570px;
    left: 110px;
  }
}

@media screen and (min-width: 1440px) {
  h1 {
    font-size: 340%;
  }

  .margin-custom1.paragraph-hero {
    max-width: 450px;
    margin-bottom: 8rem;
  }

  .hero-foto {
    padding-top: 20px;
  }

  .container {
    padding-left: 280px;
    padding-right: 280px;
  }

  .container.background-color-purple.margin-bottom {
    margin-bottom: 120px;
  }

  .container.background-color-purple.low-height {
    height: 510px;
    margin-bottom: 110px;
    padding-top: 20px;
  }

  .container.background-color-purple.margin-horizontal.position-relative {
    top: -1420px;
  }

  .container.position-relative {
    top: -1380px;
  }

  .background-image.image2 {
    bottom: 88%;
    right: 495px;
  }

  .background-image.image3 {
    right: 14%;
  }

  .background-image.image4 {
    width: 70px;
    left: 38%;
  }

  .background-image.image5 {
    top: 605px;
    left: 33%;
  }

  .background-image.image-blocks {
    margin-left: 231px;
    top: 50px;
  }

  .h1-1440px {
    font-size: 4rem;
  }

  .h1 {
    font-size: 56px;
  }

  .paragraph {
    font-size: 18px;
  }

  .paragraph.strategy-sticky {
    margin-bottom: 1520px;
  }

  .image-4 {
    position: relative;
  }

  .cell {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .cell-left {
    padding-top: 90px;
  }

  .hero-line-animation {
    width: 483px;
    right: -81px;
  }

  .berg-achter {
    width: 100%;
  }

  .berg-midden {
    padding-top: 84px;
    top: 7%;
  }

  .berg-voor {
    padding-top: 198px;
    top: 6%;
  }

  .over-mij {
    padding-bottom: 60px;
  }

  .footer {
    padding-top: 70px;
  }

  .lottie-animation {
    width: 220px;
  }

  .project-cards {
    height: 320px;
  }

  .project-right {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .h-mijn-werk {
    color: var(--white);
    padding-top: 20px;
  }

  .image-blocks {
    margin-left: -200px;
  }

  .witte-stippen {
    padding-bottom: 4px;
  }

  .paarse-stippen {
    padding-top: 4px;
  }

  .footer-text {
    padding-bottom: 4px;
  }

  .arrow {
    width: 160px;
  }

  .hero-blocks-image {
    max-width: 180%;
    top: 0;
    left: 180px;
  }

  .quick-stack-hero-blocks {
    margin-top: 0;
    padding-top: 150px;
  }

  .background-color-purple.z-index-0 {
    margin-top: -100px;
  }

  .paragraph-hero {
    max-width: 450px;
    margin-bottom: 5rem;
  }

  .paragraph-hero-blocks {
    max-width: 420px;
    margin-bottom: 70px;
  }

  .paragraph-hero-blocks.dyl {
    max-width: 440px;
  }

  .paragraph-hero-blocks.boardin {
    margin-bottom: 140px;
  }

  .caption.caption-menu {
    width: 212px;
  }

  .caption.caption-skeleton {
    width: 220px;
  }

  .section-blocks {
    padding-top: 120px;
  }

  .section-blocks.scope {
    margin-top: -1200px;
  }

  .image-proces {
    margin-bottom: -171px;
  }

  .onder-service-blueprint {
    margin-bottom: -100px;
  }

  .post-it-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu {
    height: 700px;
  }

  .container-skeleton {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 20px;
  }

  .essential-aanmaken {
    width: 220px;
  }

  .text-vert-nav {
    width: 200px;
  }

  .hero-dyl-image {
    width: 380px;
    top: 10px;
    left: 40px;
  }

  .profile-tim {
    width: 570px;
  }

  .hero-boardin-image {
    width: 640px;
    max-width: 150%;
    top: 50px;
    left: 150px;
  }
}

@media screen and (min-width: 1920px) {
  h2 {
    font-size: 340%;
  }

  h3 {
    font-size: 240%;
  }

  p {
    font-size: 22px;
  }

  .text-weight-semibold.margin-0.text-size-small {
    font-size: 20px;
  }

  .button {
    font-size: 24px;
  }

  .margin-0.text-size-small {
    font-size: 20px;
  }

  .margin-custom1.paragraph-hero {
    max-width: 550px;
    font-size: 22px;
  }

  .navbar.background-color-purple {
    background-color: rgba(255, 255, 255, 0);
  }

  .nav-link, .subtitle.text-weight-semibold, .subtitle.text-weight-regular {
    font-size: 24px;
  }

  .subtitle.text-weight-regular.subtitle-cards, .subtitle.subtitle-cards.text-weight-semibold {
    font-size: 22px;
  }

  .hero-foto {
    width: 330px;
  }

  .hero-heading-left.container {
    padding-bottom: 220px;
  }

  .container {
    padding-left: 20%;
    padding-right: 20%;
  }

  .container.background-color-purple.margin-bottom {
    margin-bottom: 160px;
  }

  .container.background-color-purple.low-height {
    height: 690px;
    margin-bottom: 130px;
    padding-top: 40px;
  }

  .container.background-color-purple.margin-horizontal.position-relative {
    top: -1810px;
  }

  .container.background-color-purple.padding-global {
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .container.background-color-grey.low-height {
    height: 430px;
    padding-top: 40px;
  }

  .container.position-relative {
    top: -1710px;
  }

  .background-image.image2 {
    width: 410px;
    bottom: 90%;
    right: 30%;
  }

  .background-image.image1 {
    width: 210px;
    bottom: 93%;
  }

  .background-image.image3 {
    width: 140px;
    bottom: 86%;
    right: 17%;
  }

  .background-image.image4 {
    width: 80px;
    top: 0%;
    left: 40%;
  }

  .background-image.image5 {
    top: 650px;
  }

  .background-image.image-blocks {
    margin-left: 374px;
  }

  .paragraph {
    font-size: 22px;
  }

  .paragraph.strategy-sticky {
    margin-bottom: 1960px;
  }

  .heading1 {
    font-size: 400%;
  }

  .quick-stack.margin-bottom-24px {
    margin-bottom: 60px;
  }

  .hero-line-animation {
    width: 549px;
    right: -91px;
  }

  .over-mij {
    padding-bottom: 60px;
  }

  .footer {
    padding-top: 90px;
  }

  .lottie-animation {
    width: 240px;
  }

  .project-cards {
    height: 400px;
  }

  .project-right {
    padding: 60px 44px;
  }

  .paragraph-card {
    font-size: 20px;
  }

  .h-mijn-werk {
    padding-top: 40px;
  }

  .image-blocks {
    margin-left: -280px;
    right: 135px;
  }

  .witte-stippen {
    padding-bottom: 5px;
  }

  .paarse-stippen {
    padding-top: 5px;
  }

  .footer-text {
    padding-bottom: 5px;
    font-size: 18px;
  }

  .arrow {
    width: 190px;
  }

  .link-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .hero-blocks-image {
    top: 0;
    left: 260px;
  }

  .quick-stack-hero-blocks {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: -30px;
    padding-top: 190px;
  }

  .background-color-purple {
    background-color: var(--lichtpaars);
  }

  .background-color-purple.z-index-0 {
    margin-top: -130px;
  }

  .paragraph-hero {
    max-width: 550px;
    margin-bottom: 6rem;
  }

  .paragraph-hero-blocks {
    max-width: 550px;
    margin-top: 10px;
  }

  .paragraph-hero-blocks.dyl {
    width: 580px;
    max-width: 580px;
  }

  .paragraph-hero-blocks.boardin {
    max-width: 520px;
    margin-bottom: 200px;
  }

  .sticky-heading {
    top: 40px;
  }

  .caption {
    font-size: 22px;
  }

  .caption.caption-menu {
    width: 258px;
  }

  .caption.caption-skeleton {
    width: 260px;
  }

  .section-blocks {
    padding-top: 200px;
  }

  .section-blocks.scope {
    margin-top: -1300px;
  }

  .section-blocks.margin-top {
    margin-top: 240px;
  }

  .image-proces {
    width: 790px;
    max-width: 112%;
    margin-bottom: -239px;
  }

  .onder-service-blueprint {
    margin-bottom: -250px;
  }

  .usability-problems {
    width: 500px;
  }

  .quick-stack-scope {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .post-it-text {
    margin-bottom: 150px;
  }

  .menu {
    height: 850px;
  }

  .container-skeleton {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .essential-aanmaken {
    width: 260px;
  }

  .link-block-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .text-vert-nav {
    font-size: 20px;
  }

  .hero-dyl-image {
    width: 460px;
    left: 60px;
  }

  .profile-tim {
    width: 700px;
  }

  .hero-boardin-image {
    width: 820px;
    max-width: 170%;
    top: 60px;
    left: 250px;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 220%;
  }

  h3 {
    font-size: 170%;
  }

  .margin-large {
    margin: 2.5rem;
  }

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

  .margin-medium {
    margin: 1.5rem;
  }

  .rv-styleguide-wrapper {
    margin-left: 0;
  }

  .rv-styleguide-header_subheader {
    justify-content: center;
    display: flex;
  }

  .rv-styleguide-header_heading {
    line-height: 1em;
  }

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

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

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

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

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

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

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

  .text-weight-semibold.margin-0.text-size-small {
    font-size: 13px;
  }

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

  .button {
    font-size: 18px;
  }

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

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

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

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

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

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

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

  .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-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

  .margin-0.text-size-small {
    font-size: 13px;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-custom1.paragraph-hero {
    margin-top: 0;
    margin-bottom: 70px;
  }

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

  .hide-tablet {
    display: none;
  }

  .rv-styleguide_section-header-long {
    grid-template-columns: 1fr;
    width: 90%;
    padding-left: 0;
  }

  .rv-styleguide_header-container {
    padding: 2rem;
  }

  .rv-styleguide_2-col {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    align-items: start;
    width: 90%;
  }

  .rv-styleguide_section-header {
    grid-template-columns: 1fr;
    width: 90%;
    padding-left: 0;
  }

  .nav-link, .subtitle.text-weight-semibold, .subtitle.text-weight-regular {
    font-size: 18px;
  }

  .subtitle.text-weight-regular.subtitle-cards, .subtitle.subtitle-cards.text-weight-semibold {
    font-size: 16px;
  }

  .hero-foto {
    width: 210px;
  }

  .hero-heading-left.container {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .container {
    padding-left: 84px;
    padding-right: 84px;
  }

  .container.position-h1 {
    padding-top: 40%;
  }

  .container.background-color-purple.margin-bottom {
    margin-bottom: 70px;
  }

  .container.background-color-purple.low-height {
    height: 390px;
    margin-bottom: 50px;
  }

  .container.background-color-purple.margin-horizontal.margin-top {
    margin-top: 60px;
  }

  .container.footer {
    margin-top: 0;
    margin-bottom: -10px;
  }

  .container.background-color-grey.margin-top {
    margin-top: 50px;
  }

  .container.background-color-grey.low-height {
    height: 240px;
  }

  .container.padding-top {
    padding-top: 40px;
  }

  .hero-wrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .background-image.image2 {
    width: 220px;
    bottom: 90.5%;
  }

  .background-image.image1 {
    width: 110px;
    bottom: 95%;
  }

  .background-image.image3 {
    width: 100px;
    bottom: 87%;
    right: 2%;
  }

  .background-image.image4 {
    width: 45px;
    left: 40%;
  }

  .background-image.image5 {
    width: 10px;
    top: 390px;
    left: 35%;
  }

  .background-image.image-blocks {
    margin-left: 40px;
    top: 10px;
  }

  .heading1 {
    font-size: 260%;
  }

  .cell-left {
    padding-top: 40px;
  }

  .mijn-werk {
    margin-top: -160px;
  }

  .hero-line-animation {
    width: 350px;
    bottom: 23%;
    right: 4px;
  }

  .container-hero-right {
    justify-content: flex-end;
    align-items: stretch;
    max-width: 288px;
  }

  .berg-midden {
    padding-top: 50px;
    top: 7%;
  }

  .berg-voor {
    padding-top: 101px;
    top: 7%;
  }

  .over-mij {
    padding-bottom: 60px;
  }

  .footer {
    padding-top: 40px;
  }

  .lottie-animation {
    width: 180px;
  }

  .project-cards {
    height: 220px;
  }

  .project-right {
    padding: 14px 20px;
  }

  .paragraph-card {
    font-size: 13px;
  }

  .image-blocks {
    right: 75px;
  }

  .image-dyl {
    margin-top: -12px;
  }

  .paarse-stippen {
    padding-top: 2px;
  }

  .footer-light {
    bottom: -450px;
  }

  .footer-dark {
    top: 5px;
  }

  .text-footer {
    font-size: 14px;
  }

  .footer-text {
    font-size: 11px;
  }

  .hero-blocks-image {
    max-width: 220%;
    top: 60px;
    left: 130px;
  }

  .quick-stack-hero-blocks {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 120px;
  }

  .background-color-purple.z-index-0 {
    margin-top: 0;
  }

  .paragraph-hero {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .paragraph-hero-blocks {
    max-width: 330px;
  }

  .paragraph-hero-blocks.boardin {
    margin-bottom: 120px;
  }

  .align-right {
    padding-right: 0;
  }

  .caption.caption-menu {
    width: 167px;
  }

  .caption.caption-skeleton {
    width: 180px;
  }

  .image-context {
    margin-top: -40px;
  }

  .section-blocks.margin-top {
    margin-top: 120px;
  }

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

  .image-proces {
    margin-bottom: -96px;
  }

  .quick-stack-scope {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .post-it-text {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.5;
  }

  .menu {
    height: 550px;
  }

  .container-skeleton {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .essential-aanmaken {
    width: 180px;
  }

  .lightbox-link {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .circle {
    width: 7px;
    height: 7px;
  }

  .link-block-2 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .link-block-2.w--current {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .text-vert-nav {
    width: 70px;
    font-size: 12px;
  }

  .hero-dyl-image {
    left: 0;
  }

  .profile-tim {
    width: 470px;
  }

  .requirements {
    padding-bottom: 10px;
  }

  .hero-boardin-image {
    max-width: 170%;
    top: 80px;
    left: 90px;
  }

  .prototype-boardin {
    position: relative;
    bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 170%;
  }

  h3 {
    margin-top: 0;
  }

  p {
    font-size: 14px;
  }

  .margin-large {
    margin: 1.5rem;
  }

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

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

  .margin-medium {
    margin: 1.25rem;
  }

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

  .rv-styleguide-header_heading {
    letter-spacing: -.0625rem;
    font-size: 2.75rem;
  }

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

  .rv-styleguide-header_paragraph {
    font-size: 1.375rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .text-weight-semibold.margin-0.text-size-small {
    font-size: 12px;
  }

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

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

  .button {
    font-size: 16px;
  }

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

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

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

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

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

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

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

  .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-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

  .margin-0.text-size-small {
    text-align: left;
    font-size: 12px;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-custom1.paragraph-hero {
    max-width: 280px;
    margin-top: -4px;
    margin-bottom: 30px;
    font-size: 14px;
  }

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

  .rv-styleguide_section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .rv-styleguide-heading-white {
    font-size: 2rem;
  }

  .rv-styleguide_2-col {
    margin-top: 5rem;
  }

  .styleguide-container {
    padding: 1rem;
  }

  .rv-styleguide-icon {
    height: 1.5rem;
  }

  .rv-styleguide-header_do {
    width: .9375rem;
    height: .9375rem;
  }

  .riseverse-badge {
    font-size: .75rem;
  }

  .brand {
    max-width: 80%;
    margin-bottom: -27px;
  }

  .nav-link {
    display: block;
  }

  .icon {
    color: var(--donkergrijs);
    width: 30px;
    font-size: 32px;
  }

  .menu-button {
    padding: 15px 0;
  }

  .menu-button.w--open {
    background-color: var(--white);
  }

  .nav-menu {
    background-color: var(--white);
    margin-right: auto;
    padding-left: 40px;
    display: block;
  }

  .flex-block2 {
    width: 100%;
  }

  .subtitle.text-weight-semibold, .subtitle.text-weight-regular {
    font-size: 14px;
  }

  .hero-foto {
    width: 140px;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .hero-heading-left.container {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .container {
    padding-left: 60px;
    padding-right: 60px;
  }

  .container.position-h1 {
    padding-top: 44%;
  }

  .container.background-color-purple {
    background-color: var(--lichtpaars);
    padding-bottom: 60px;
  }

  .container.background-color-purple.margin-bottom {
    margin-bottom: -40px;
    padding-bottom: 110px;
  }

  .container.background-color-purple.margin-top {
    padding-bottom: 0;
  }

  .container.background-color-purple.low-height {
    height: 320px;
  }

  .container.background-color-purple.margin-horizontal.position-relative {
    padding-bottom: 0;
    top: -1110px;
  }

  .container.background-color-purple.margin-horizontal.margin-top {
    margin-top: 40px;
    padding-bottom: 10px;
  }

  .container.footer {
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .container.background-color-grey.margin-top {
    margin-top: 20px;
  }

  .container.background-color-grey.low-height {
    height: 200px;
  }

  .container.position-relative {
    top: -1110px;
  }

  .container.z-index-4.margin-bottom.background-color-dark-purple {
    margin-bottom: -35px;
    padding-bottom: 100px;
  }

  .hero-split.hero-left {
    max-width: 120%;
  }

  .hero-heading-left-2 {
    padding: 60px 15px;
  }

  .background-image.image2 {
    width: 150px;
    bottom: 94%;
    right: 27%;
  }

  .background-image.image1 {
    width: 80px;
    bottom: 96%;
    left: -3%;
  }

  .background-image.image3 {
    width: 60px;
    bottom: 91.5%;
    right: 5%;
  }

  .background-image.image4 {
    width: 30px;
    top: 0%;
    left: 45%;
  }

  .background-image.image5 {
    width: 8px;
    top: 260px;
    left: 41%;
  }

  .background-image.image-blocks {
    width: 60px;
    top: 0;
  }

  .paragraph.strategy-sticky {
    margin-bottom: 1130px;
  }

  .heading1 {
    font-size: 200%;
  }

  .quick-stack {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .cell-left {
    padding-top: 0;
  }

  .mijn-werk {
    margin-top: -110px;
    padding-bottom: 0%;
  }

  .hero-line-animation {
    width: 216px;
    bottom: 21%;
    right: 50px;
  }

  .container-hero-right {
    max-width: 130px;
    max-height: 270px;
  }

  .berg-midden {
    padding-top: 37px;
  }

  .berg-voor {
    padding-top: 78px;
  }

  .over-mij {
    padding-bottom: 50px;
  }

  .footer {
    padding-top: 20px;
  }

  .lottie-animation {
    width: 125px;
  }

  .project-cards {
    height: 360px;
    margin-top: 50px;
  }

  .project-left {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .project-right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 4px;
    padding-bottom: 0;
  }

  .image-blocks {
    width: 420px;
    margin-top: 4px;
    margin-left: -109px;
  }

  .image-dyl {
    align-self: stretch;
    width: 430px;
    margin-left: 0;
    position: static;
    top: 42px;
  }

  .image-boardin {
    width: 450px;
    margin-left: 111px;
  }

  .witte-stippen {
    bottom: 0;
  }

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

  .text-footer {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .footer-quick-stack {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .cell-footer {
    justify-content: center;
    align-items: center;
  }

  .cell-footer.icon-left {
    justify-content: center;
    align-items: flex-end;
  }

  .cell-footer.icon-right {
    justify-content: center;
    align-items: flex-start;
  }

  .section-2 {
    height: 40px;
  }

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

  .arrow {
    width: 135px;
  }

  .hero-blocks-image {
    top: 20px;
    left: 130px;
  }

  .quick-stack-hero-blocks {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 40px;
  }

  .paragraph-hero {
    max-width: 280px;
    margin-top: -4px;
  }

  .paragraph-hero-blocks {
    max-width: 270px;
  }

  .paragraph-hero-blocks.boardin {
    max-width: 260px;
  }

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

  .caption {
    font-size: 14px;
  }

  .caption.caption-menu, .caption.caption-skeleton {
    width: 130px;
  }

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

  .section-blocks {
    padding-top: 60px;
  }

  .section-blocks.scope {
    margin-top: -890px;
  }

  .section-blocks.resultaat-dyl {
    padding-bottom: 40px;
  }

  .image-proces {
    margin-bottom: -70px;
  }

  .onder-service-blueprint {
    margin-bottom: -180px;
  }

  .quick-stack-scope {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .post-it-text {
    margin-top: 10px;
    margin-bottom: 30px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 1.4;
  }

  .menu {
    height: 450px;
  }

  .container-skeleton {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .essential-aanmaken {
    width: 130px;
  }

  .vert-nav {
    z-index: 0;
    opacity: 0;
  }

  .vert-nav.current {
    z-index: 0;
  }

  .proces-dyl {
    padding-bottom: 0;
  }

  .hero-boardin-image {
    width: 260px;
    left: 70px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 150%;
  }

  h3 {
    margin-top: 8px;
    margin-bottom: 12px;
    font-size: 130%;
  }

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

  .rv-styleguide-header_content {
    margin-left: 1rem;
    margin-right: 1rem;
  }

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

  .button {
    font-size: 14px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .margin-custom1.paragraph-hero {
    margin-bottom: 40px;
  }

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

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

  .rv-styleguide_header-container {
    padding-left: 1rem;
  }

  .rv-styleguide_header-wrap {
    flex-wrap: wrap;
  }

  .rv-styleguide-icon {
    margin-bottom: 1rem;
  }

  .icon {
    font-size: 28px;
  }

  .nav-menu {
    padding-left: 20px;
  }

  .subtitle.text-weight-semibold {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .subtitle.text-weight-regular {
    font-size: 12px;
  }

  .subtitle.text-weight-regular.subtitle-cards, .subtitle.subtitle-cards.text-weight-semibold {
    font-size: 13px;
  }

  .hero-foto {
    align-self: center;
    width: 160px;
  }

  .container {
    max-width: none;
    padding-left: 32px;
    padding-right: 32px;
  }

  .container.position-h1 {
    padding-top: 52%;
  }

  .container.background-color-purple {
    background-color: var(--lichtpaars);
    padding-bottom: 49px;
  }

  .container.background-color-purple.margin-bottom {
    padding-bottom: 80px;
  }

  .container.background-color-purple.margin-top {
    margin-top: 20px;
  }

  .container.background-color-purple.low-height {
    height: 370px;
    margin-bottom: 120px;
  }

  .container.background-color-purple.margin-horizontal.position-relative {
    padding-left: 32px;
    padding-right: 32px;
    position: relative;
    top: auto;
  }

  .container.background-color-purple.margin-horizontal.margin-top {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.background-color-purple.padding-global {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .container.footer {
    padding-bottom: 20px;
  }

  .container.footer-text {
    padding-left: 32px;
    padding-right: 32px;
  }

  .container.background-color-grey.margin-top {
    margin-top: 0;
  }

  .container.background-color-grey.low-height {
    width: 60%;
    height: 670px;
    margin-bottom: 20px;
    margin-left: 0;
    padding-right: 10px;
  }

  .container.position-relative {
    position: relative;
    top: auto;
  }

  .hero-wrapper {
    flex-flow: column;
  }

  .container-3 {
    max-width: none;
  }

  .background-image.image2 {
    z-index: 1;
    bottom: 85%;
    right: -15%;
  }

  .background-image.image1 {
    bottom: 94%;
    left: -4%;
  }

  .background-image.image3 {
    bottom: 91%;
    right: 16%;
  }

  .background-image.image4 {
    top: 1%;
    left: 18%;
  }

  .background-image.image5 {
    top: 540px;
    left: 69%;
  }

  .background-image.image-blocks {
    width: 50px;
    margin-left: 20px;
    top: 4px;
  }

  .paragraph {
    margin-top: 0;
  }

  .paragraph.strategy-sticky {
    margin-bottom: 20px;
  }

  .heading1 {
    font-size: 180%;
  }

  .cell-left {
    padding-top: 20px;
  }

  .cell-left.boardin, .cell-left.dyl {
    padding-top: 60px;
  }

  .mijn-werk {
    margin-top: 0;
  }

  .hero-line-animation {
    width: 266px;
    bottom: 25%;
    right: 62px;
  }

  .container-hero-right {
    align-self: center;
    max-width: 160px;
    margin-left: 0;
  }

  .berg-midden {
    padding-top: 20px;
  }

  .berg-voor {
    padding-top: 43px;
  }

  .over-mij {
    padding-bottom: 30px;
  }

  .lottie-animation {
    width: 112px;
  }

  .project-cards {
    height: 280px;
  }

  .project-right {
    padding-top: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  .paragraph-card {
    margin-top: -7px;
    font-size: 12px;
    line-height: 1.4;
  }

  .image-blocks {
    width: 280px;
    max-width: 100%;
    margin-top: 11px;
    margin-left: -74px;
  }

  .image-dyl {
    margin-top: -53px;
  }

  .image-boardin {
    width: 340px;
    margin-top: 5px;
    margin-left: 30px;
  }

  .witte-stippen {
    padding-bottom: 1px;
  }

  .paarse-stippen {
    padding-top: 1px;
  }

  .footer-text {
    font-size: 9.5px;
  }

  .arrow {
    width: 122px;
  }

  .hero-blocks-image {
    max-width: 130%;
    left: 90px;
  }

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

  .quick-stack-hero-blocks {
    margin-bottom: 0;
    padding-top: 30px;
  }

  .background-color-purple.z-index-0 {
    margin-top: 70px;
  }

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

  .paragraph-hero-blocks {
    max-width: 100%;
    margin-top: -10px;
    margin-bottom: 30px;
  }

  .align-right {
    align-self: auto;
  }

  .sticky-heading {
    position: static;
  }

  .caption {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .caption.text-align-left {
    text-align: center;
    padding-bottom: 10px;
  }

  .caption.caption-resultaat {
    text-align: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-context {
    margin-top: -10px;
  }

  .section-blocks {
    padding-top: 30px;
  }

  .section-blocks.scope {
    margin-top: 0;
  }

  .section-blocks.margin-top {
    margin-top: 40px;
  }

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

  .service-blueprint {
    max-width: 100%;
    margin-top: 20px;
  }

  .onder-service-blueprint {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .quick-stack-scope {
    padding-left: 50px;
  }

  .post-it-text {
    align-self: flex-start;
    width: 200px;
    padding-top: 25px;
  }

  .essential-overzicht {
    width: 100%;
  }

  .hero-dyl-image {
    margin-bottom: -60px;
  }

  .proces-dyl {
    padding-top: 20px;
  }

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

  .hero-boardin-image {
    width: 300px;
    left: 30px;
  }
}

#w-node-d7c15c02-bbe4-377b-a58f-d3a79b61de55-81463cf7 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

#w-node-f0a2693c-224d-b1f1-0d2a-6b14d9b91a00-81463cf7, #w-node-c8706471-24b8-f573-3334-9ac8dacf9a83-81463cf7, #w-node-e38551b7-325e-08c0-ab91-d7ed9aaf5277-81463cf7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7f18334c-998b-927d-7cec-a9ea517fcf21-517fcf1d {
  grid-template-rows: auto;
  grid-template-columns: 6fr .5fr .5fr;
}

#w-node-_9570d2f4-22f6-d232-4061-e2f56fab312f-81463d73 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b8ba2057-3430-e59e-abe5-ab11ab0c1e14-81463d73 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_5088bbdf-d6c3-db3b-9bcd-c5bcef891db1-81463d73, #w-node-a3fdf392-7fae-636a-ec98-5d6ff04e03a5-81463d73, #w-node-a83a4c5d-674a-2af4-d0e3-7e88eb4e31bc-81463d73, #w-node-_746e09ed-aa7f-1223-d676-b022f27cd5ea-81463d73, #w-node-_4e6e10ac-01f9-0dd8-980f-e95a94ec7790-81463d73, #w-node-edf20920-861c-473c-9bfc-ec5bfe7841eb-81463d73 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_8bec0333-f3b9-4ce1-71ca-92aec8d118c1-81463d73 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_917a0fc1-2271-6dbd-dff9-49d33256eeb6-81463d73, #w-node-fc20053b-157b-ee59-3fc9-b923e58e219a-81463d73, #w-node-b777f465-e586-ce90-c22c-50fea194a870-81463d73, #w-node-f4daa33d-88a4-be16-ac38-7bbb5aec0623-81463d73, #w-node-_656cd5b2-c2fa-20fd-28a9-3ec47169348f-81463d73, #w-node-_3188b0c9-a8b5-a006-f8c0-b46c02139828-81463d73 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_80904033-c154-fd80-3b70-1ea9959b1474-81463d74 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_80904033-c154-fd80-3b70-1ea9959b147f-81463d74 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_65eaa3f4-14da-5546-eb0f-abdb50cebeeb-81463d74, #w-node-_778ddf16-2302-df0b-3434-56144916e4f4-81463d74, #w-node-_26ca6d79-c9d8-6be9-f575-2b359bb5123a-81463d74, #w-node-_3d28def2-6aab-31a2-c6c6-337a27b81475-81463d74, #w-node-_28df10cb-e332-eac7-0ef2-68f3491a295e-81463d74, #w-node-b1ff4b98-0bad-3736-7e33-39f5b67320a5-81463d74, #w-node-_2fbc126f-48c1-fb7f-6507-0f60ab9424fa-81463d74, #w-node-_2fbc126f-48c1-fb7f-6507-0f60ab94250a-81463d74, #w-node-_5ac370e7-d7e9-c217-08e6-d5224462e395-81463d74, #w-node-ef6806ee-4001-f6bb-ca2f-224812f72dd0-81463d74, #w-node-aecb4de0-45be-9211-a118-2ae070b6cefa-81463d74, #w-node-_5a53e420-1072-4b01-dd20-243a3d18babf-81463d74 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_7f1adfb7-1b88-0bfd-c2fa-14ecc5471cdd-81463d75 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7f1adfb7-1b88-0bfd-c2fa-14ecc5471ce8-81463d75 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-eec7acd5-2fac-120e-66ee-ed110fd7e327-81463d75, #w-node-_62df456e-7866-c8ce-cce9-157fa5ee0b99-81463d75, #w-node-a57b2cc4-5b74-4bb5-7361-9bbf6b347e92-81463d75, #w-node-ab3e3150-9523-0c62-fa32-da91887c2d3c-81463d75, #w-node-ab3e3150-9523-0c62-fa32-da91887c2d4d-81463d75, #w-node-c2db0f7f-6fe5-a480-ac04-03d679824acb-81463d75, #w-node-c64986bd-5949-9dc3-362e-7e1270a94edb-81463d75, #w-node-_47186be3-7b30-ae99-c874-6e7d5c9af8c9-81463d75, #w-node-_47186be3-7b30-ae99-c874-6e7d5c9af8e3-81463d75, #w-node-_0d0ad1ae-ee9f-7e63-b05f-2c77a71eb395-81463d75, #w-node-d0ee70d7-54b7-7a99-929e-72639ac764dd-81463d75 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-f0c55638-651e-7b8e-26e7-edf3770e810b-81463d77, #w-node-f0c55638-651e-7b8e-26e7-edf3770e8110-81463d77, #w-node-f0c55638-651e-7b8e-26e7-edf3770e8115-81463d77, #w-node-f0c55638-651e-7b8e-26e7-edf3770e811a-81463d77, #w-node-f0c55638-651e-7b8e-26e7-edf3770e8120-81463d77, #w-node-f0c55638-651e-7b8e-26e7-edf3770e8126-81463d77, #w-node-f0c55638-651e-7b8e-26e7-edf3770e812c-81463d77 {
  justify-self: start;
}

#w-node-f0c55638-651e-7b8e-26e7-edf3770e8241-81463d77, #w-node-f0c55638-651e-7b8e-26e7-edf3770e825a-81463d77 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0c55638-651e-7b8e-26e7-edf3770e825d-81463d77 {
  justify-self: start;
}

#w-node-f0c55638-651e-7b8e-26e7-edf3770e825f-81463d77 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0c55638-651e-7b8e-26e7-edf3770e8262-81463d77 {
  justify-self: start;
}

#w-node-f0c55638-651e-7b8e-26e7-edf3770e82b8-81463d77, #w-node-f0c55638-651e-7b8e-26e7-edf3770e82c2-81463d77, #w-node-f0c55638-651e-7b8e-26e7-edf3770e82c3-81463d77 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0c55638-651e-7b8e-26e7-edf3770e8335-81463d77, #w-node-f0c55638-651e-7b8e-26e7-edf3770e833a-81463d77, #w-node-f0c55638-651e-7b8e-26e7-edf3770e833f-81463d77, #w-node-f0c55638-651e-7b8e-26e7-edf3770e8344-81463d77, #w-node-f0c55638-651e-7b8e-26e7-edf3770e8349-81463d77, #w-node-f0c55638-651e-7b8e-26e7-edf3770e834e-81463d77, #w-node-f0c55638-651e-7b8e-26e7-edf3770e8358-81463d77, #w-node-f0c55638-651e-7b8e-26e7-edf3770e835d-81463d77, #w-node-f0c55638-651e-7b8e-26e7-edf3770e8362-81463d77, #w-node-f0c55638-651e-7b8e-26e7-edf3770e8367-81463d77, #w-node-f0c55638-651e-7b8e-26e7-edf3770e836c-81463d77, #w-node-f0c55638-651e-7b8e-26e7-edf3770e8371-81463d77, #w-node-f0c55638-651e-7b8e-26e7-edf3770e8376-81463d77, #w-node-f0c55638-651e-7b8e-26e7-edf3770e837b-81463d77, #w-node-f0c55638-651e-7b8e-26e7-edf3770e8380-81463d77, #w-node-f0c55638-651e-7b8e-26e7-edf3770e8385-81463d77, #w-node-f0c55638-651e-7b8e-26e7-edf3770e838a-81463d77 {
  justify-self: start;
}

#w-node-f0c55638-651e-7b8e-26e7-edf3770e838e-81463d77 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0c55638-651e-7b8e-26e7-edf3770e838f-81463d77 {
  justify-self: start;
}

#w-node-f0c55638-651e-7b8e-26e7-edf3770e8391-81463d77 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0c55638-651e-7b8e-26e7-edf3770e8394-81463d77, #w-node-f0c55638-651e-7b8e-26e7-edf3770e8399-81463d77, #w-node-f0c55638-651e-7b8e-26e7-edf3770e839e-81463d77, #w-node-f0c55638-651e-7b8e-26e7-edf3770e83b5-81463d77, #w-node-f0c55638-651e-7b8e-26e7-edf3770e83ba-81463d77, #w-node-f0c55638-651e-7b8e-26e7-edf3770e83bf-81463d77, #w-node-f0c55638-651e-7b8e-26e7-edf3770e83c4-81463d77, #w-node-f0c55638-651e-7b8e-26e7-edf3770e83c9-81463d77, #w-node-f0c55638-651e-7b8e-26e7-edf3770e83ce-81463d77, #w-node-f0c55638-651e-7b8e-26e7-edf3770e83d8-81463d77, #w-node-f0c55638-651e-7b8e-26e7-edf3770e83dd-81463d77, #w-node-f0c55638-651e-7b8e-26e7-edf3770e83e2-81463d77, #w-node-f0c55638-651e-7b8e-26e7-edf3770e83e7-81463d77, #w-node-f0c55638-651e-7b8e-26e7-edf3770e83ec-81463d77, #w-node-f0c55638-651e-7b8e-26e7-edf3770e83f1-81463d77, #w-node-f0c55638-651e-7b8e-26e7-edf3770e83f6-81463d77, #w-node-f0c55638-651e-7b8e-26e7-edf3770e83fb-81463d77, #w-node-f0c55638-651e-7b8e-26e7-edf3770e8400-81463d77, #w-node-f0c55638-651e-7b8e-26e7-edf3770e8405-81463d77, #w-node-f0c55638-651e-7b8e-26e7-edf3770e840a-81463d77 {
  justify-self: start;
}

#w-node-f0c55638-651e-7b8e-26e7-edf3770e840e-81463d77 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0c55638-651e-7b8e-26e7-edf3770e840f-81463d77, #w-node-f0c55638-651e-7b8e-26e7-edf3770e8414-81463d77, #w-node-f0c55638-651e-7b8e-26e7-edf3770e8419-81463d77, #w-node-f0c55638-651e-7b8e-26e7-edf3770e841e-81463d77 {
  justify-self: start;
}

#w-node-f0c55638-651e-7b8e-26e7-edf3770e84a8-81463d77 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0c55638-651e-7b8e-26e7-edf3770e8506-81463d77 {
  justify-self: start;
}

#w-node-f0c55638-651e-7b8e-26e7-edf3770e8562-81463d77, #w-node-f0c55638-651e-7b8e-26e7-edf3770e856c-81463d77, #w-node-f0c55638-651e-7b8e-26e7-edf3770e8576-81463d77, #w-node-f0c55638-651e-7b8e-26e7-edf3770e8580-81463d77 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-d7c15c02-bbe4-377b-a58f-d3a79b61de55-81463cf7 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr 1fr;
  }

  #w-node-_9570d2f4-22f6-d232-4061-e2f56fab312f-81463d73, #w-node-_80904033-c154-fd80-3b70-1ea9959b1474-81463d74, #w-node-_7f1adfb7-1b88-0bfd-c2fa-14ecc5471cdd-81463d75 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-d7c15c02-bbe4-377b-a58f-d3a79b61de55-81463cf7 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr;
  }

  #w-node-_9570d2f4-22f6-d232-4061-e2f56fab312f-81463d73, #w-node-_80904033-c154-fd80-3b70-1ea9959b1474-81463d74, #w-node-_7f1adfb7-1b88-0bfd-c2fa-14ecc5471cdd-81463d75 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  #w-node-d7c15c02-bbe4-377b-a58f-d3a79b61de55-81463cf7 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr 1fr;
  }

  #w-node-_7f18334c-998b-927d-7cec-a9ea517fcf21-517fcf1d {
    grid-template-rows: auto;
    grid-template-columns: 6fr .5fr .5fr;
  }

  #w-node-_9570d2f4-22f6-d232-4061-e2f56fab312f-81463d73, #w-node-_80904033-c154-fd80-3b70-1ea9959b1474-81463d74, #w-node-_7f1adfb7-1b88-0bfd-c2fa-14ecc5471cdd-81463d75 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f0a2693c-224d-b1f1-0d2a-6b14d9b91a00-81463cf7, #w-node-c8706471-24b8-f573-3334-9ac8dacf9a83-81463cf7, #w-node-e38551b7-325e-08c0-ab91-d7ed9aaf5277-81463cf7 {
    grid-template-rows: 220px;
    grid-template-columns: 1fr;
  }

  #w-node-_7f18334c-998b-927d-7cec-a9ea517fcf21-517fcf1d {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_7f18334c-998b-927d-7cec-a9ea517fcf22-517fcf1d {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d7c15c02-bbe4-377b-a58f-d3a79b61de55-81463cf7 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-d7c15c02-bbe4-377b-a58f-d3a79b61de56-81463cf7 {
    order: 9999;
  }

  #w-node-f0a2693c-224d-b1f1-0d2a-6b14d9b91a00-81463cf7 {
    grid-template-rows: 160px;
    grid-template-columns: 1fr;
  }

  #w-node-c8706471-24b8-f573-3334-9ac8dacf9a83-81463cf7, #w-node-e38551b7-325e-08c0-ab91-d7ed9aaf5277-81463cf7 {
    grid-template-rows: 170px;
    grid-template-columns: 1fr;
  }

  #w-node-_9570d2f4-22f6-d232-4061-e2f56fab312f-81463d73 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_9570d2f4-22f6-d232-4061-e2f56fab3130-81463d73 {
    order: 9999;
  }

  #w-node-b8ba2057-3430-e59e-abe5-ab11ab0c1e14-81463d73, #w-node-_5088bbdf-d6c3-db3b-9bcd-c5bcef891db1-81463d73, #w-node-a3fdf392-7fae-636a-ec98-5d6ff04e03a5-81463d73, #w-node-a83a4c5d-674a-2af4-d0e3-7e88eb4e31bc-81463d73, #w-node-_746e09ed-aa7f-1223-d676-b022f27cd5ea-81463d73, #w-node-_4e6e10ac-01f9-0dd8-980f-e95a94ec7790-81463d73 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4e6e10ac-01f9-0dd8-980f-e95a94ec7791-81463d73 {
    order: 9999;
  }

  #w-node-edf20920-861c-473c-9bfc-ec5bfe7841eb-81463d73 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8bec0333-f3b9-4ce1-71ca-92aec8d118c1-81463d73 {
    grid-template-rows: auto;
    grid-template-columns: .5fr;
  }

  #w-node-_917a0fc1-2271-6dbd-dff9-49d33256eeb6-81463d73, #w-node-fc20053b-157b-ee59-3fc9-b923e58e219a-81463d73, #w-node-b777f465-e586-ce90-c22c-50fea194a870-81463d73 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b777f465-e586-ce90-c22c-50fea194a871-81463d73 {
    order: 9999;
  }

  #w-node-f4daa33d-88a4-be16-ac38-7bbb5aec0623-81463d73 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f4daa33d-88a4-be16-ac38-7bbb5aec0624-81463d73 {
    order: 9999;
  }

  #w-node-_656cd5b2-c2fa-20fd-28a9-3ec47169348f-81463d73, #w-node-_3188b0c9-a8b5-a006-f8c0-b46c02139828-81463d73 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_80904033-c154-fd80-3b70-1ea9959b1474-81463d74 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_80904033-c154-fd80-3b70-1ea9959b1475-81463d74 {
    order: 9999;
  }

  #w-node-_80904033-c154-fd80-3b70-1ea9959b147f-81463d74, #w-node-_65eaa3f4-14da-5546-eb0f-abdb50cebeeb-81463d74, #w-node-_778ddf16-2302-df0b-3434-56144916e4f4-81463d74, #w-node-_26ca6d79-c9d8-6be9-f575-2b359bb5123a-81463d74, #w-node-_3d28def2-6aab-31a2-c6c6-337a27b81475-81463d74, #w-node-_28df10cb-e332-eac7-0ef2-68f3491a295e-81463d74, #w-node-b1ff4b98-0bad-3736-7e33-39f5b67320a5-81463d74, #w-node-_2fbc126f-48c1-fb7f-6507-0f60ab9424fa-81463d74, #w-node-_2fbc126f-48c1-fb7f-6507-0f60ab94250a-81463d74 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2fbc126f-48c1-fb7f-6507-0f60ab94250b-81463d74 {
    order: 9999;
  }

  #w-node-_5ac370e7-d7e9-c217-08e6-d5224462e395-81463d74 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5ac370e7-d7e9-c217-08e6-d5224462e396-81463d74 {
    order: 9999;
  }

  #w-node-ef6806ee-4001-f6bb-ca2f-224812f72dd0-81463d74 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ef6806ee-4001-f6bb-ca2f-224812f72dd1-81463d74 {
    order: 9999;
  }

  #w-node-aecb4de0-45be-9211-a118-2ae070b6cefa-81463d74, #w-node-_5a53e420-1072-4b01-dd20-243a3d18babf-81463d74 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7f1adfb7-1b88-0bfd-c2fa-14ecc5471cdd-81463d75 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_7f1adfb7-1b88-0bfd-c2fa-14ecc5471cde-81463d75 {
    order: 9999;
  }

  #w-node-_7f1adfb7-1b88-0bfd-c2fa-14ecc5471ce8-81463d75, #w-node-eec7acd5-2fac-120e-66ee-ed110fd7e327-81463d75, #w-node-_62df456e-7866-c8ce-cce9-157fa5ee0b99-81463d75, #w-node-a57b2cc4-5b74-4bb5-7361-9bbf6b347e92-81463d75, #w-node-ab3e3150-9523-0c62-fa32-da91887c2d3c-81463d75, #w-node-ab3e3150-9523-0c62-fa32-da91887c2d4d-81463d75 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ab3e3150-9523-0c62-fa32-da91887c2d4e-81463d75 {
    order: 9999;
  }

  #w-node-c2db0f7f-6fe5-a480-ac04-03d679824acb-81463d75, #w-node-c64986bd-5949-9dc3-362e-7e1270a94edb-81463d75, #w-node-_47186be3-7b30-ae99-c874-6e7d5c9af8c9-81463d75, #w-node-_47186be3-7b30-ae99-c874-6e7d5c9af8e3-81463d75 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_47186be3-7b30-ae99-c874-6e7d5c9af8e4-81463d75 {
    order: 9999;
  }

  #w-node-_0d0ad1ae-ee9f-7e63-b05f-2c77a71eb395-81463d75, #w-node-d0ee70d7-54b7-7a99-929e-72639ac764dd-81463d75 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


