body {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}

h2 {
  display: inline-block;
  margin-top: 0px;
  color: #191970;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #191970;
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  letter-spacing: 1.14px;
  text-transform: uppercase;
}

p {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

a {
  text-decoration: underline;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  color: #fafafa;
  font-size: 20px;
  line-height: 50px;
  font-weight: 700;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3;
  background-color: rgba(113, 43, 155, 0.8);
}

.header {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 75vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3a3939;
}

.header-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 75vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.navbar-brand {
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-link {
  width: 108px;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  text-align: center;
}

.navbar-link:hover {
  padding-bottom: 10px;
  background-image: url('../images/underline_white.svg');
  background-position: 50% 100%;
  background-size: auto;
  background-repeat: no-repeat;
  font-weight: 700;
}

.navbar-link.w--current {
  color: #fafafa;
  font-weight: 500;
}

.container {
  max-width: 1400px;
}

.container.header-container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.services-container {
  overflow: visible;
  text-align: center;
}

.container.container-small {
  max-width: 689px;
  padding-right: 50px;
  padding-left: 50px;
  float: right;
}

.container.container-secondary {
  max-width: 1300px;
}

.container.container-secondary.container-tabs {
  position: relative;
  max-width: 1400px;
}

.header-gradient {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  height: 75vh;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}

.header-columns {
  margin-top: 150px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.paragraph {
  color: #fff;
}

.header-title {
  text-transform: uppercase;
}

.section {
  position: relative;
  padding-top: 75px;
  padding-bottom: 75px;
}

.section.section--grey {
  height: 787px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.section--grey.section--fixedheight {
  height: 690px;
}

.section.section-tabs {
  padding-bottom: 0px;
}

.section.section-quote {
  min-height: 700px;
  -o-object-fit: cover;
  object-fit: cover;
}

.section.section-how-we-work {
  padding-top: 182px;
  padding-bottom: 125px;
}

.section.section-tabs-expertise {
  margin-top: 50px;
  margin-bottom: -50px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e8e8e8;
}

.section.contact {
  padding-top: 125px;
  background-color: #fff;
}

.heading {
  background-image: none;
}

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

.heading-container.heading--about {
  width: 222px;
  margin-top: -2px;
}

.heading-container.left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-underline {
  margin-top: -10px;
}

.heading-underline.about {
  padding-right: 5px;
  padding-left: 10px;
}

.heading-underline.services {
  width: 100%;
  max-width: 327px;
}

.services-tabs {
  padding-top: 75px;
}

.icon {
  font-family: 'Fa solid 900', sans-serif;
}

.icon.icon--block {
  display: block;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 63px;
  text-align: center;
}

.icon.icon--block.icon--purple {
  padding-right: 0px;
  color: #712b9b;
  font-size: 19px;
  line-height: 30px;
  font-weight: 400;
}

.icon.icon--purple {
  padding-right: 20px;
  color: #712b9b;
  font-size: 19px;
}

.services-tab-text {
  font-size: 16px;
}

.service-tabs-tab {
  padding-right: 0px;
  padding-left: 0px;
  background-color: #fff;
  color: #7474a7;
}

.service-tabs-tab.w--current {
  background-color: #fff;
  color: #712b9b;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tabs-columns {
  position: relative;
  height: 100%;
}

.tabs-column1 {
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: left;
}

.tabs-column2 {
  overflow: hidden;
  height: 838px;
}

.personenschade-image {
  width: 50vw;
  max-width: 50vw;
}

.tabs-content {
  overflow: visible;
  width: 100%;
  background-color: #191970;
}

.paragraph-white {
  color: #fff;
  font-size: 20px;
}

.heading3-white {
  color: #fff;
}

.background-blue {
  position: absolute;
  left: -50%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 50vw;
  height: 100%;
  max-width: 50vw;
}

.tab-image {
  width: 50vw;
  height: 100%;
  max-width: 50vw;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider {
  height: auto;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.navbar-menu {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-logo {
  height: 50px;
}

.slider-left-arrow {
  margin-left: -80px;
  color: #712b9b;
}

.slider-right-arrow {
  margin-right: -80px;
  color: #712b9b;
}

.slider-nav {
  display: none;
}

.slider-column {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.slider-column.slider-column--purple {
  background-color: #712b9b;
}

.slider-column.column-2.first-slider {
  min-height: 893px;
}

.slider-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.slider-mask {
  border-radius: 20px;
  background-color: #712b9b;
  box-shadow: 1px 0 20px 1px rgba(0, 0, 0, 0.33);
  color: #fff;
}

.slider-mask.slider-mask--fixedheight {
  max-height: 600px;
}

.slider-rich-text {
  padding: 50px;
  color: #fafafa;
}

.slider-rich-text.dark {
  color: #484848;
}

.slider-rich-text a {
  color: #fafafa;
}

.slider-rich-text h3 {
  color: #fafafa;
}

.about-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 719px;
  margin-top: 75px;
  background-color: #e8e8e8;
}

.about-background.about-background--fixedheight {
  height: 450px;
}

.content-container {
  padding-top: 75px;
}

.heading3--blue {
  color: #191970;
}

.footer {
  padding-top: 75px;
  padding-bottom: 25px;
  background-color: #191970;
  color: #fafafa;
}

.footer-bottom {
  padding-right: 50px;
  padding-left: 50px;
}

.underline-footer {
  width: 100%;
  margin-top: 50px;
}

.footer-link {
  display: block;
  color: #fafafa;
  font-size: 17px;
  line-height: 30px;
  font-weight: 300;
  text-decoration: none;
}

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

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

.right {
  float: right;
}

.contact-info {
  margin-top: 50px;
}

.contact-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 30px;
  font-weight: 300;
}

.contact-column-textblock {
  padding-left: 20px;
  font-size: 17px;
}

.contact-link {
  display: block;
  margin-bottom: -10px;
  color: #484848;
  font-size: 17px;
  text-decoration: none;
}

.background-office {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 35vw;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.background-greyed-out {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(9, 9, 9, 0.16);
}

.background-greyed-out.darker {
  background-color: rgba(8, 8, 8, 0.35);
}

.button {
  background-color: #712b9b;
  color: #fff;
  font-weight: 500;
}

.button.button-ztop {
  position: relative;
  z-index: 1;
  text-decoration: none;
}

.button-text {
  padding-right: 25px;
  padding-left: 25px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-size: 16px;
  line-height: 50px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

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

.block-quote {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left-style: none;
  font-size: 35px;
  font-weight: 500;
  text-align: center;
}

.quote-open {
  display: block;
  font-size: 100px;
  font-weight: 700;
}

.quote-open.rotated {
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.tabs-menu-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tabs-info {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: -50px;
  border-radius: 25px;
  box-shadow: 1px 0 20px 1px rgba(0, 0, 0, 0.17);
}

.tabs-info-tab {
  width: 197px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px solid #fafafa;
  background-color: #191970;
  color: #fafafa;
  font-size: 16px;
  line-height: 82px;
  font-weight: 300;
  text-align: center;
}

.tabs-info-tab.w--current {
  background-color: #191970;
  font-weight: 700;
}

.tabs-info-tab.arbeid {
  line-height: 75px;
}

.tab-pane-info {
  width: 100%;
  height: 100%;
  background-color: #fafafa;
}

.slider-rich-text-panes {
  padding: 50px;
  background-color: #fafafa;
  color: #484848;
}

.financieel-link {
  font-weight: 700;
  cursor: pointer;
}

.financieel-link.no-select {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

.financieel-link.no-select:hover {
  color: #712b9b;
}

.gesprek-link {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  cursor: pointer;
}

.gesprek-link.no-select {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

.gesprek-link.no-select:hover {
  color: #712b9b;
}

.branche-link {
  font-weight: 700;
  cursor: pointer;
}

.branche-link.no-select {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

.branche-link.no-select:hover {
  color: #712b9b;
}

.arbeid-link {
  font-weight: 700;
  cursor: pointer;
}

.arbeid-link.no-select {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

.arbeid-link.no-select:hover {
  color: #712b9b;
}

.slide {
  height: 100%;
}

@media screen and (max-width: 991px) {
  p {
    font-size: 16px;
    line-height: 28px;
  }

  .header {
    height: 500px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .header-image {
    height: 500px;
  }

  .navbar-link {
    width: 100%;
  }

  .navbar-link:hover {
    margin-bottom: 20px;
  }

  .container.header-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 150px;
  }

  .header-gradient {
    height: 500px;
  }

  .section {
    padding-right: 50px;
    padding-left: 50px;
  }

  .section.section--grey {
    height: 900px;
  }

  .section.section-how-we-work {
    padding-top: 182px;
  }

  .heading-container.heading--about {
    margin-bottom: 25px;
  }

  .service-tabs-tab {
    width: 150px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }

  .tabs-menu {
    padding-right: 15px;
    padding-left: 15px;
  }

  .tabs-column2 {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .tab-image {
    width: 100%;
    height: 100%;
    max-height: 400px;
    max-width: 100%;
  }

  .slider-left-arrow {
    margin-left: -50px;
  }

  .navbar-menubutton {
    color: #fff;
    font-size: 44px;
  }

  .slider-right-arrow {
    margin-right: -50px;
  }

  .slider-column.column-2 {
    display: none;
  }

  .slider-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slider-mask {
    max-height: 1010px;
  }

  .slider-mask.slider-mask--fixedheight {
    max-height: 100%;
  }

  .about-background {
    height: auto;
  }

  .about-background.about-background--fixedheight {
    height: 575px;
  }

  .footer {
    padding-right: 50px;
    padding-left: 50px;
  }

  .right {
    float: none;
  }

  .background-office {
    position: relative;
    right: auto;
    width: 100%;
  }

  .tabs-menu-vertical {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .tabs-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tabs-info-tab.financieel {
    border-right: 1px solid #fafafa;
    border-top-style: none;
  }

  .tabs-info-tab.gesprek {
    border-right: 1px solid #fafafa;
    border-top-style: none;
  }

  .tabs-info-tab.branche {
    border-right: 1px solid #fafafa;
    border-top-style: none;
  }

  .tabs-info-tab.branche.w--current {
    border-right: 1px solid #fafafa;
    border-top-style: none;
  }

  .tabs-info-tab.arbeid {
    border-top-style: none;
  }

  .tab-pane-info {
    height: 527px;
  }

  .column-route {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 30px;
    line-height: 40px;
  }

  h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .container.container-small {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .header-title {
    font-size: 26px;
    line-height: 34px;
  }

  .section.section--grey {
    height: auto;
  }

  .section.section-tabs-expertise {
    padding-right: 25px;
    padding-left: 25px;
  }

  .section.contact {
    padding-top: 300px;
  }

  .service-tabs-tab {
    width: 146px;
  }

  .tabs-menu {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .slider-mask {
    max-height: 100%;
  }

  .about-background {
    margin-bottom: 75px;
  }

  .footer-bottom {
    padding-right: 0px;
    padding-left: 0px;
  }

  .right {
    display: block;
  }

  .block-quote {
    font-size: 24px;
    line-height: 34px;
  }

  .tabs-info-tab.arbeid {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .tab-pane-info {
    height: 583px;
  }

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

@media screen and (max-width: 479px) {
  h2 {
    font-size: 24px;
    line-height: 34px;
  }

  .header {
    height: 800px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .header-image {
    height: 800px;
  }

  .container.header-container {
    display: block;
  }

  .header-gradient {
    height: 800px;
  }

  .header-title {
    margin-top: 250px;
  }

  .section {
    padding-right: 15px;
    padding-left: 15px;
  }

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

  .section.section-how-we-work {
    padding-top: 50px;
  }

  .section.section-tabs-expertise {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.contact {
    margin-top: 450px;
    padding-top: 0px;
  }

  .heading-container.left {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-container.padding {
    padding-right: 15px;
    padding-left: 15px;
  }

  .service-tabs-tab {
    width: 100%;
  }

  .navbar-logo {
    height: 36px;
  }

  .slider-left-arrow {
    z-index: 1;
    display: none;
    margin-left: 0px;
    color: #fff;
  }

  .slider-right-arrow {
    z-index: 1;
    display: none;
    margin-right: 0px;
    color: #fff;
  }

  .slider-rich-text {
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer {
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer-right-column {
    margin-top: 15px;
    text-align: left;
  }

  .footer-paragraph {
    font-size: 12px;
  }

  .contact-column-textblock {
    margin-bottom: 15px;
  }

  .contact-link {
    margin-bottom: 15px;
  }

  .tabs-menu-vertical {
    display: block;
  }

  .tabs-info-tab.financieel {
    width: 100vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-top-style: solid;
    border-right-style: none;
  }

  .tabs-info-tab.gesprek {
    width: 100vw;
    border-top-style: solid;
    border-right-style: none;
  }

  .tabs-info-tab.gesprek.w--current {
    border-right-style: none;
  }

  .tabs-info-tab.branche {
    width: 100vw;
    border-top-style: solid;
    border-right-style: none;
  }

  .tabs-info-tab.branche.w--current {
    width: 100vw;
    border-top-style: solid;
    border-right-style: none;
  }

  .tabs-info-tab.arbeid {
    width: 100vw;
    border-top-style: solid;
  }

  .tab-pane-info {
    height: 100%;
  }

  .slider-rich-text-panes {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}