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

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

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

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

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

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

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

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

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

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

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

body {
  color: #f3f3f3;
  background-color: #272727;
  font-family: Noigrotesktrial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

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

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

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

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

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

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

p {
  margin-bottom: 0;
  line-height: 1.2;
}

a:hover {
  color: #7ffff4;
}

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

li {
  margin-bottom: .25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.show {
  display: block;
}

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.button {
  color: #fff;
  text-align: center;
  background-color: #386eec;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

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

.heading-large {
  font-size: 9.375rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

.icon-medium {
  height: 3rem;
}

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

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

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

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

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

.icon-small {
  height: 2rem;
}

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

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

.background-color-grey {
  background-color: rgba(168, 193, 216, .2);
}

.hide {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-large {
  height: 4rem;
}

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

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

.heading-xlarge {
  font-size: 18rem;
  font-weight: 700;
  line-height: 1.1;
}

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

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

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

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

.dark-mode {
  width: 100vw;
  overflow: hidden;
}

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

.icon-1x1-medium {
  height: 100%;
  max-width: 50%;
  object-fit: contain;
}

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

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

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

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

.container-large.header {
  height: 100%;
  max-width: 90vw;
}

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

.background-color-black-main {
  color: #f5f5f5;
  background-color: #272727;
}

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

.fs-styleguide_classes {
  display: none;
}

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

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

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

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

.page-padding {
  padding-left: 6%;
  padding-right: 2.5%;
  position: relative;
}

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

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

.show-tablet {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.main-wrapper {
  z-index: -1;
  width: 100%;
}

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

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

.button-secondary {
  color: #386eec;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: .125rem solid #386eec;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.button-text {
  color: #386eec;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

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

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

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

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

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

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

.text-style-allcaps.experience {
  letter-spacing: .3125rem;
}

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

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

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

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

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

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

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

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

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

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

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

.padding-vertical.padding-xhuge {
  padding-bottom: .2rem;
}

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

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

.heading-small {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.4;
}

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

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

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

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

.section-home-header {
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

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

.nav_menu {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.nav_component {
  z-index: 99999;
  width: 5rem;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.nav_link-list {
  width: 100%;
  height: 100%;
  letter-spacing: .1875rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-size: .6rem;
  font-weight: 400;
  display: flex;
}

.nav_logo {
  max-height: 1.3rem;
}

.nav_logo.mbm-ex {
  max-height: 100%;
}

.nav_link {
  width: 5rem;
  height: 4.7rem;
  perspective-origin: 50%;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  transition: font-size .4s ease-in-out, color .4s ease-out;
  display: flex;
  transform: perspective(2000px);
}

.nav_link:hover {
  font-size: .7rem;
}

.nav_link.rotate--90.mbm-ex {
  margin-top: 29px;
}

.nav_link.rotate--90.mbm-ex.w--current {
  color: #7ffff4;
}

.nav_link.team {
  width: 3.8rem;
  height: 4.9rem;
}

.nav_link.about {
  width: 3.2rem;
  height: 1.8rem;
}

.nav_link.about.rotate--90.mbm-ex {
  margin-bottom: 6px;
}

.rotate--90 {
  transform: perspective(352px)rotate(-90deg);
}

.border-style {
  border: .0625rem solid #c2c2c2;
}

.nav_social-link-list {
  width: 100%;
  letter-spacing: .1875rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: .6rem;
  font-weight: 400;
  display: flex;
}

.nav_social-link {
  height: 100%;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 1rem;
  transition: color .2s ease-out;
  display: flex;
}

.nav_social-link.w--current {
  color: #fff;
  border-top: .25rem solid #ffa155;
  padding-top: 1.25rem;
}

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

.top-bar {
  z-index: 888;
  width: 100%;
  height: 4rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.top-bar_lang-switcher-wrap {
  width: 2.5rem;
  justify-content: space-between;
  margin-bottom: .9rem;
  margin-right: 2%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.lang-switch-text {
  text-transform: capitalize;
}

.home-header_content {
  width: 100%;
  height: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.section-home-bureau {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.home-bureau_content {
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.bureau_content-right {
  height: 100%;
  max-width: 40rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: .375rem;
  margin-left: 3.5rem;
  display: flex;
}

.bureau_image {
  width: 95%;
  object-fit: cover;
  padding-top: 61px;
}

.bureau_content-left {
  padding-top: 15px;
}

.bureau_component-grid {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: stretch;
  margin-bottom: .375rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.section-background-text {
  color: rgba(89, 89, 89, .14);
  text-transform: uppercase;
  align-items: center;
  font-size: 12.9rem;
  font-weight: 400;
  line-height: .8;
  position: absolute;
  left: -14.367px;
  transform: translate(0, -4.8rem);
}

.section-background-text.mbm-ex.animation-slide-in-bottom-400ms {
  font-size: 8.3rem;
}

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

.p-wrap.align-right {
  margin-left: auto;
  margin-right: 2.4375rem;
}

.medium_p {
  font-size: 1.9rem;
  line-height: 1.1;
}

.section_link-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_link-wrap.absolute {
  margin-bottom: 2.5rem;
  margin-right: 11%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.section-link-text {
  text-transform: uppercase;
  margin-top: -62px;
  margin-bottom: .5rem;
  padding-left: 106px;
  font-size: 1.2rem;
  font-weight: 400;
}

.section-link-btn {
  border-bottom: 1px solid #595959;
}

.big-numbers {
  font-size: 9rem;
  line-height: .7;
}

.bureau-content-right_bottom {
  flex-direction: column;
  align-items: flex-start;
  margin-right: 4.5rem;
  display: flex;
}

.section-team {
  width: 100%;
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.team_content {
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 1.5375rem;
  padding-top: 18px;
  display: flex;
  position: relative;
}

.tabs-menu {
  width: 50%;
  flex-direction: column;
  margin-top: .3875rem;
  display: flex;
}

.tab-link {
  background-color: rgba(0, 0, 0, 0);
  padding: .1rem 0 .1rem 1.25rem;
}

.tab-link.w--current {
  color: #7ffff4;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: .0625rem solid #7ffff4;
}

.section_heading {
  font-size: 3rem;
  font-weight: 400;
}

.section_heading.absolute {
  margin-top: 1.4rem;
  margin-right: 3.1rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.section_heading.absolute.animation-slide-in-bottom-200ms {
  order: -1;
  align-self: flex-start;
  margin-top: -2.7rem;
  margin-right: 1.3rem;
  padding-left: 0;
  left: 5px;
}

.section_heading.is-footer {
  font-size: 3.3rem;
}

.team-tab_content {
  padding-top: 3.9875rem;
}

.tab-panel_content {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-card {
  background-color: #1f1e1e;
  position: relative;
}

.team-card_detail {
  background-color: #272727;
  border-top: .0625rem solid #c2c2c2;
  justify-content: space-between;
  padding: .3125rem 1rem .4rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.team-card_detail-right {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.team-name {
  font-size: 1.4rem;
}

.team-positon {
  color: #595959;
  text-transform: capitalize;
  font-size: 1rem;
}

.team-img {
  object-fit: none;
  background-color: #1b1b1b;
}

.blocky_content {
  width: 100%;
}

.section-blocky-text {
  width: 100%;
  background-color: #f3f3f3;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blocky_bottom {
  width: 100%;
  height: 31.7rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.blocky_p-wrap {
  width: 100%;
  height: 100%;
  color: #595959;
  border: .0625rem solid #595959;
  justify-content: center;
  align-items: flex-start;
  padding-top: 8.025rem;
  padding-left: 7.725rem;
  padding-right: 7.725rem;
  display: flex;
  position: relative;
}

.blocky_p-wrap._2nd {
  width: 56%;
  padding-top: 7.725rem;
  padding-left: 2.625rem;
  padding-right: 18.625rem;
}

.blocky_p-wrap._3th {
  width: 25%;
  padding: 0;
}

.blocky_p-wrap._4th {
  padding: 11.125rem 28.2rem 14.7rem 2.825rem;
}

.small_p {
  line-height: 1;
}

.blocky_top {
  width: 100%;
  height: 33.6rem;
  grid-template-rows: auto;
  grid-template-columns: 1.45fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.blocky_number {
  margin-bottom: 2.2rem;
  margin-right: 2.4rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.blocky_number.left {
  margin-left: 2.4rem;
  margin-right: 0;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.blocky-number_text {
  font-size: .8rem;
}

.section-service {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.service_slider {
  height: 11.8rem;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 4rem;
  margin-bottom: 4rem;
  position: static;
}

.service_content {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.p-wrap-service {
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: .35rem;
}

.left-arrow {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  top: -20%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.slider-btn-bg {
  width: 12.5rem;
  height: 12.5rem;
  background-color: #f3f3f3;
  border-radius: 100%;
}

.right-arrow {
  z-index: 2;
  width: 3rem;
  height: 3rem;
  justify-content: center;
  align-items: center;
  display: flex;
  top: -3.5%;
  bottom: auto;
  left: auto;
  right: 2%;
}

.icon.mbm-ex {
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 50%;
}

.mask {
  overflow: visible;
}

.service-slide_content {
  height: 100%;
  flex-direction: column;
  display: flex;
}

.service_slide {
  width: 35%;
  height: 100%;
  margin-left: 1rem;
  margin-right: 1rem;
}

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

.service-wrap {
  border-top: .0625rem solid #c2c2c2;
  flex: 1;
  align-items: stretch;
  padding-bottom: 1.125rem;
  display: flex;
}

.service-number_text {
  font-size: .8rem;
}

.service-content_title {
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.service-content_title-text {
  font-size: 1.3rem;
}

.clients_component {
  grid-column-gap: 2vw;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: stretch;
  display: grid;
}

.client_item {
  width: 100%;
  height: 6vw;
  transform-origin: 0%;
  background-color: #2d2d2d;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.client_item.resize {
  padding: 1.1125rem;
}

.clients-right_content {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.clients-left_content {
  flex-direction: column;
  align-items: center;
  margin-top: 1.25rem;
}

.client_content {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.section-news {
  width: 100%;
  height: 100vh;
  background-color: #f3f3f3;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.section-link-btn-2 {
  border-bottom: 1px solid #2d2d2d;
}

.section-titel-wrap {
  width: 100%;
  color: #272727;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4.0625rem;
  display: flex;
}

.news-slide_content {
  width: 24rem;
  height: 32rem;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.new-card_link {
  width: 100%;
  height: 12.5rem;
  justify-content: center;
  align-items: center;
  margin-top: 7.3rem;
  display: flex;
  position: absolute;
}

.link-text {
  text-transform: uppercase;
}

.line {
  width: 100%;
  height: .0625rem;
  background-color: #c2c2c2;
  position: absolute;
}

.line.text {
  height: .125rem;
  background-color: #fff;
  position: static;
}

.news-card-link_text {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(27, 27, 27, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-detail-bar_title {
  margin: .75rem 4.375rem .75rem .75rem;
  font-size: 1.1rem;
  font-weight: 600;
}

.new-card_link-wrap {
  width: 10rem;
  height: 10rem;
  border: .0625rem solid #c2c2c2;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.news-card_text-wrap {
  width: 100%;
  height: 7rem;
  background-color: #272727;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

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

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

.footer_right-content-left {
  grid-column-gap: 0vw;
  grid-template-rows: .25fr;
  grid-template-columns: 1fr;
  align-items: start;
}

.footer_link {
  border-bottom: .0625rem solid #c2c2c2;
  font-size: .875rem;
  font-weight: 600;
}

.footer {
  width: 100%;
  height: 50vh;
  background-image: url('../images/313354336_559944646136662_3195762346517177179_n-1.png');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

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

.div-block-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.footer_right-content-right {
  grid-column-gap: 0vw;
  grid-template-rows: .25fr;
  grid-template-columns: 1fr;
  align-items: start;
  margin-left: 3.75rem;
}

.section-clients {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.bureau_experience-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 3.75rem;
  grid-template-columns: 1fr;
  margin-bottom: 7.85rem;
}

.footer_content {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.header-slide_content {
  width: 100%;
  height: 100%;
  max-height: 80vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.slider-detail-bar {
  max-width: 31.875rem;
  color: #272727;
  background-color: #f3f3f3;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  margin-right: 2rem;
  padding: 8px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.header-card_link {
  width: 100%;
  height: 12.5rem;
  justify-content: space-between;
  align-items: center;
  padding-right: 25%;
  display: flex;
  position: absolute;
}

.read-more_link-wrap {
  width: 10rem;
  height: 10rem;
  border: .0625rem solid #c2c2c2;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.html-embed {
  width: 100%;
  height: 100%;
  text-transform: uppercase;
}

.toggletheme {
  z-index: 999;
  width: 4.375rem;
  height: 4.375rem;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.5rem;
  margin-right: 2.5%;
  font-size: .8rem;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.slider_title-wrap {
  margin-left: 15%;
}

.slider_title-wrap.maxch {
  max-width: 40ch;
}

.header-slider_arrow {
  width: 2rem;
  height: 2rem;
  color: #2d2d2d;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.5rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.header-slider_arrow.next {
  margin-right: 3rem;
}

.header-slider_arrow.prev {
  margin-right: 5.6rem;
}

.arrow-icon {
  transform: scale(.6);
}

.header_slider-heading {
  white-space: nowrap;
}

.slide-nav {
  display: none;
}

.header_slider {
  height: 80vh;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  overflow: hidden;
}

.news_content {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.news-detail-bar_date {
  color: #595959;
  margin: .75rem 4.375rem .75rem .75rem;
  font-size: .8rem;
}

.splide {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.splide__track {
  width: 100%;
}

.splide__list {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.splide__slide {
  width: 33.3%;
  flex: none;
  justify-content: center;
  display: flex;
}

.splide__arrows {
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  display: flex;
}

.slider-css {
  height: 0;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.nav_component-mobile {
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0);
}

.nav_menu-mobile {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.nav_link-list-mobile {
  width: 100%;
  height: 100%;
  letter-spacing: .1875rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-size: .6rem;
  font-weight: 400;
  display: flex;
}

.nav_social-link-list-mobile {
  width: 100%;
  letter-spacing: .1875rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: .6rem;
  font-weight: 400;
  display: flex;
}

.nav_social-link-mobile {
  height: 100%;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 1rem;
  transition: color .2s ease-out;
  display: flex;
}

.nav_social-link-mobile.w--current {
  color: #fff;
  border-top: .25rem solid #ffa155;
  padding-top: 1.25rem;
}

.nav_container-mobile {
  width: 30vw;
  height: 100%;
  max-width: 80rem;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.splide__pagination {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
}

.pagination_item {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-block;
}

.splide__arrow {
  width: 6em;
  height: 2em;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/62123fbe5f8186de53cf0893_arrow-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30%;
  border: 1px solid #242022;
  margin-right: 1em;
  transition: all .2s;
}

.splide__arrow:hover {
  background-color: rgba(55, 50, 53, .06);
}

.splide__arrow.splide__arrow--prev {
  transform: rotate(-180deg);
}

.splide__arrow.splide__arrow--prev:active {
  transform: scale(.95)rotate(-180deg);
}

.splide__arrow.splide__arrow--next:active {
  transform: scale(.95);
}

.splide__pagination__page {
  width: 1.5em;
  height: .25rem;
  opacity: .2;
  background-color: #242022;
  margin-left: .3rem;
  margin-right: 0;
  transition: all .3s;
}

.splide__pagination__page.is-active {
  opacity: 1;
  background-color: #1b1b1b;
}

.section-link {
  width: 10.2rem;
  color: #fbd784;
  letter-spacing: .125rem;
  font-size: 1.1875rem;
  font-weight: 700;
  display: flex;
}

.cursor-wrap {
  z-index: 1000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cursor-wrap.mbm-ex {
  opacity: 0;
  transition: opacity .2s;
}

.cursor-dot {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}

.mode-switch {
  z-index: 960;
  width: 2.8125rem;
  height: 1.5625rem;
  cursor: pointer;
  border: .0625rem solid #fff;
  border-radius: 3.06748rem;
  align-items: center;
  margin-bottom: 2.375rem;
  margin-left: 1.75rem;
  padding: .3125rem .25rem;
  transition: border-color .3s;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.switch-dot {
  width: .9375rem;
  height: .9375rem;
  border-radius: 50%;
}

.button-primary {
  z-index: 2;
  color: #000;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: -.1875rem;
  margin-right: -.1875rem;
  padding: 1.25rem 2.8125rem;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1em;
  transition: color .25s, background-color .25s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-primary:hover {
  color: #fff;
  background-color: #1f1f1f;
}

.image-2 {
  margin-right: -2px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

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

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

  .page-padding {
    padding-left: 10%;
  }

  .show-tablet {
    display: block;
  }

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

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .nav_menu-icon {
    width: 1.5rem;
    height: 1.5rem;
    align-items: center;
    display: flex;
  }

  .nav_menu-button {
    width: 3rem;
    height: 3rem;
    justify-content: center;
    align-items: center;
    padding: .75rem;
  }

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

  .nav_social-link-list {
    color: #232536;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .nav_social-link:hover {
    color: #232536;
    background-color: #ffd3af;
  }

  .nav_social-link.w--current {
    color: #232536;
    background-color: #ffd3af;
    border-top-style: none;
    padding-top: 1.5rem;
  }

  .bureau_content-right {
    margin-left: 5%;
    margin-right: 5%;
  }

  .bureau_image {
    height: auto;
    max-height: none;
  }

  .bureau_component-grid {
    min-height: auto;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    padding-top: 6rem;
  }

  .section-background-text.mbm-ex {
    font-size: 24vw;
  }

  .medium_p {
    font-size: 1.4rem;
  }

  .blocky_p-wrap {
    padding-left: 5.125rem;
    padding-right: 5.725rem;
  }

  .blocky_p-wrap._2nd {
    padding-right: 2rem;
  }

  .blocky_p-wrap._4th {
    padding-right: 2.8rem;
  }

  .left-arrow.slider-btn-bg {
    width: 6rem;
    height: 6rem;
  }

  .right-arrow.mbm-ex {
    top: -14%;
    right: 0%;
  }

  .clients_component {
    grid-column-gap: 3rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .clients-right_content {
    width: 100%;
    height: 100%;
  }

  .clients-left_content {
    width: 100%;
  }

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

  .footer {
    height: auto;
  }

  .header-card_link {
    padding-right: 8%;
  }

  .slider_title-wrap {
    margin-left: 9%;
  }

  .splide__slide {
    width: 50%;
  }

  .nav_link-list-mobile, .nav_social-link-list-mobile {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .nav_social-link-mobile.w--current {
    color: #232536;
    background-color: #ffd3af;
    border-top-style: none;
    padding-top: 1.5rem;
  }

  .splide__pagination {
    padding-top: 1.9em;
    position: relative;
  }

  .splide__pagination__page {
    width: 2em;
    height: 3px;
    margin-left: 0;
    margin-right: .3em;
  }

  .button-primary {
    padding: 18px 42px;
    font-size: 17px;
  }

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

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

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

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

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

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

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

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

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

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

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

  .icon-1x1-medium {
    max-width: 100%;
  }

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

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

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

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .nav_logo-link {
    justify-content: center;
    align-items: center;
  }

  .nav_menu-icon {
    height: 100%;
    justify-content: center;
  }

  .nav_menu-button {
    display: flex;
  }

  .nav_menu-button.w--open {
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: #1b1b1b;
    background-color: rgba(255, 255, 255, .5);
  }

  .nav_link {
    padding: 1rem 1.25rem;
  }

  .nav_link.w--current {
    padding-top: 1rem;
  }

  .nav_social-link {
    background-color: rgba(0, 0, 0, 0);
    padding: 1rem 1.25rem;
  }

  .nav_social-link.w--current {
    padding-top: 1rem;
  }

  .top-bar_lang-switcher-wrap {
    margin-top: auto;
    margin-left: auto;
    position: relative;
  }

  .bureau_content-right {
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0%;
  }

  .p-wrap.align-right {
    margin-left: 0;
    margin-right: auto;
  }

  .p-wrap.align-right.max-width-medium {
    max-width: none;
  }

  .tabs-menu {
    width: 100%;
  }

  .tab-link.w--current {
    padding-left: 1rem;
  }

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

  .section_heading.absolute {
    margin-bottom: 3rem;
    position: relative;
  }

  .tab-panel_content {
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .team-card, .team-img {
    width: 100%;
  }

  .blocky_bottom {
    height: auto;
    flex-direction: column;
  }

  .blocky_p-wrap {
    padding: 6.025rem 4rem;
  }

  .blocky_p-wrap._2nd {
    width: 100%;
    padding: 4.025rem 4rem;
  }

  .blocky_p-wrap._3th {
    width: 100%;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .blocky_p-wrap._4th {
    padding: 6.325rem 4rem;
  }

  .blocky_top {
    height: auto;
    flex-direction: column;
  }

  .service_content {
    margin-top: 12.5rem;
  }

  .service_slide {
    width: 100%;
  }

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

  .client_item {
    height: 8rem;
  }

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

  .link-text {
    font-size: 2.5vw;
  }

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

  .footer_top-wrapper {
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
  }

  .footer {
    height: auto;
  }

  .footter_legal-grid {
    margin-top: 15px;
  }

  .right-reseved {
    margin-top: 1.875rem;
  }

  .footer_right-content-right {
    margin-left: 0;
  }

  .read-more_link-wrap {
    width: 20vw;
    height: 20vw;
  }

  .splide__slide {
    width: 100%;
  }

  .nav_component-mobile {
    height: 100%;
  }

  .nav_component-mobile.mbm-ex.hide {
    display: flex;
  }

  .nav_menu-mobile {
    height: 100vh;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: #1b1b1b;
    background-color: rgba(255, 255, 255, .5);
  }

  .nav_link-list-mobile {
    height: auto;
  }

  .nav_social-link-mobile {
    background-color: rgba(0, 0, 0, 0);
    padding: 1rem 1.25rem;
  }

  .nav_social-link-mobile.w--current {
    padding-top: 1rem;
  }

  .nav_container-mobile {
    width: 36vw;
    justify-content: flex-start;
  }

  .cursor-dot {
    display: none;
  }

  .button-primary {
    padding: 16px 38px;
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .show-mobile-portrait {
    display: block;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .section_link-wrap.absolute {
    margin-top: 1.8rem;
    position: relative;
  }

  .tabs-menu {
    width: 100%;
  }

  .blocky_p-wrap, .blocky_p-wrap._2nd {
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .blocky_p-wrap._4th {
    flex-direction: column;
    justify-content: space-around;
    padding: 3.525rem 7vw;
  }

  .left-arrow.slider-btn-bg {
    top: auto;
    bottom: -10%;
    left: auto;
    right: 0%;
  }

  .right-arrow.mbm-ex {
    top: auto;
    bottom: -5%;
    left: auto;
    right: 0%;
  }

  .clients_component, .clients-right_content {
    grid-template-columns: 1fr;
  }

  .line {
    bottom: 10vw;
  }

  .slider-detail-bar_title {
    font-size: 3vw;
  }

  .footer_right-content-left {
    width: 100%;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .div-block-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .footer_right-content-right {
    width: 100%;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .header-slide_content {
    align-items: flex-start;
  }

  .header-card_link {
    height: 17rem;
    flex-direction: column;
    margin-top: 6rem;
  }

  .nav_container-mobile {
    width: 42vw;
  }

  .button-primary {
    padding: 15px 35px;
    font-size: 15px;
  }
}

#w-node-ad1a2198-6c32-b051-a420-901be2ed9773-925f7e12, #w-node-_512960ba-0149-9f37-d5df-5f014a22fce7-925f7e12, #w-node-cd7bd19b-69a5-7fb7-64a0-eb81654a69f7-925f7e12, #w-node-cd7bd19b-69a5-7fb7-64a0-eb81654a6a04-925f7e12, #w-node-cd7bd19b-69a5-7fb7-64a0-eb81654a6a11-925f7e12, #w-node-cd7bd19b-69a5-7fb7-64a0-eb81654a6a1e-925f7e12, #w-node-b98619ad-3934-527d-bda4-b8a07d9de634-925f7e12, #w-node-_55639523-2aa3-29ce-df3a-e13842a86fdb-925f7e12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d7340cb-12a4-da17-4612-c597d2bfcddc-925f7e12, #w-node-f60f2c14-3eff-c022-43c2-6bbba88676d4-925f7e12 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_8c4e875e-61ac-317d-d713-58abacd3bee9-925f7e12 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noigrotesktrial';
  src: url('../fonts/noigrotesktrial-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noigrotesktrial';
  src: url('../fonts/noigrotesktrial-semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noigrotesktrial';
  src: url('../fonts/noigrotesktrial-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}