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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

body {
  background-color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: 0.0045em;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
}

form {
  font-size: 14px;
  font-weight: 400;
}

.portfolio_slider-item_link {
  position: absolute;
  bottom: 40px;
  z-index: 3;
  padding: 6px 16px 3px;
  border-radius: 200px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.01em;
  text-decoration: none;
}

.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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-bottom: 1px solid #1c1c1c;
}

.logo-title {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 0.8;
  letter-spacing: -9.4px;
}

.logo-title.thin {
  display: block;
  margin-left: 8px;
  font-family: Roboto, sans-serif;
  font-size: 34px;
  line-height: 0.75;
  font-weight: 100;
  letter-spacing: 0px;
}

.logo-title.thin.nav-logo {
  display: none;
  margin-left: 6px;
  font-size: 24px;
}

.logo-title.thin.hide {
  display: none;
}

.logo_title-wrapper {
  position: relative;
  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-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;
  -webkit-transition: -webkit-transform 500ms cubic-bezier(.215, .61, .355, 1);
  transition: -webkit-transform 500ms cubic-bezier(.215, .61, .355, 1);
  transition: transform 500ms cubic-bezier(.215, .61, .355, 1);
  transition: transform 500ms cubic-bezier(.215, .61, .355, 1), -webkit-transform 500ms cubic-bezier(.215, .61, .355, 1);
}

.logo_title-wrapper:hover {
  -webkit-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
}

.logo_img.nav-logo {
  position: relative;
  z-index: 0;
}

.logo_img.nav-logo.dark {
  position: absolute;
  left: 0px;
  z-index: 1;
  opacity: 0;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 32px;
  padding-bottom: 32px;
  -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;
  border-top: 1px solid #1c1c1c;
}

.footer.no-socials {
  padding-top: 48px;
  padding-bottom: 48px;
}

.footer-social_icons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-social_icons-wrapper.hidden {
  display: none;
}

.footer-social_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 6px;
  padding-right: 5px;
  padding-left: 5px;
  -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;
}

.footer-social_icon.hide {
  display: none;
}

.footer-social_icon.separator {
  width: 55px;
  padding-right: 15px;
  border-right: 1px solid hsla(0, 0%, 100%, 0.1);
}

.section {
  position: relative;
  height: 100vh;
}

.section.auto_height {
  height: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.section.auto_height.team_portfolio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section.auto_height.team_portfolio.big_image_layout {
  margin-bottom: 144px;
  padding-right: 0px;
  padding-left: 0px;
}

.section.time {
  height: 350vh;
}

.section.satisfaction {
  height: 300vh;
}

.section.anti_discriminatory {
  height: 450vh;
}

.section.con {
  height: 350vh;
}

.section.hero {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.section.flexible {
  height: 360vh;
}

.outline_text {
  color: #000;
  text-shadow: 1px -1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff, -1px 0 0 #fff, 0 -1px 0 #fff, 0 1px 0 #fff, 1px 0 0 #fff;
}

.com-waveform {
  width: 960px;
  margin-top: -140px;
  margin-bottom: -115px;
  -webkit-transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.com-waveform-wrapper {
  position: absolute;
  top: 50%;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0.03;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.com-waveform-smooth_edges {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  box-shadow: inset -80px 0 80px 0 #000, inset 80px 0 80px 0 #000;
}

.com-waveform-middle_line {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  z-index: -1;
  height: 2px;
  margin-top: -1px;
  background-color: #fff;
}

.com-heading_wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.com-heading-pure {
  position: absolute;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 64px;
  line-height: 1.0625;
  text-align: center;
}

.com-heading-pure.com_is_key-heading {
  position: static;
}

.com-heading-pure.com_is_key-heading.equals {
  padding-right: 24px;
  padding-left: 24px;
}

.section-scroll_container {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -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;
}

.section-scroll_container.time {
  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-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-scroll_container.hero {
  width: 100vw;
}

.com-com_is_key-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.com-com_is_key-lottie {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  margin-left: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.com-com_is_key-lottie.key {
  width: 90px;
  height: auto;
  margin-top: 8px;
  margin-left: -12px;
  -webkit-transform: rotate(-70deg);
  -ms-transform: rotate(-70deg);
  transform: rotate(-70deg);
}

.com-com_is_key-symbols-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.com-com_is_key-symbols-fade {
  position: absolute;
  left: 27px;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 160px;
  background-color: #000;
  background-image: none;
  box-shadow: -20px 0 20px 0 #000;
}

.com_section._1 {
  display: none;
  height: 800vh;
}

.com_section._2 {
  height: 1000vh;
}

.com-key_animation {
  position: absolute;
  left: 0%;
  top: 8px;
  right: 0%;
  bottom: -8px;
  z-index: -1;
}

.com-paragraph_sides {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -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;
}

.com-paragraph_sides.right {
  padding-left: 136px;
}

.com-paragraph_sides.left {
  padding-right: 136px;
}

.com-paragraph.defused {
  color: #b7b7b7;
}

.com-paragraph_words-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.com-paragraph-arrow-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 58px;
  height: 22px;
  -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;
}

.lottie-animation-2 {
  width: 430px;
  margin-bottom: -2px;
  margin-left: -19px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.com-scroll_text-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
}

.com-paragraph-scroll_wrapper {
  position: absolute;
  width: 430px;
  opacity: 0;
}

.com-paragraph-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.com-center_scroll_text-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.com-heading {
  font-size: 34px;
}

.com-heading.ultra_defused {
  color: hsla(0, 0%, 71.8%, 0.5);
}

.com-heading.hide {
  opacity: 0;
}

.com-heading.translation {
  padding-right: 32px;
  padding-left: 44px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.com-heading.translation-dimensions_text {
  min-height: 100px;
  padding-right: 32px;
  padding-left: 32px;
}

.com-heading.translation-original_text {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Noto Sans SC', sans-serif;
  color: #ccc;
  font-weight: 500;
  letter-spacing: 0.4em;
}

.com-heading.translation-dimensions_text-for_original_text {
  min-height: 100px;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.com-heading.translation-dimensions_text-for_original_text.hide {
  opacity: 0;
}

.com-heading-language-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.com-heading-language_translation-text-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 0%;
  min-width: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 4px 0 10px 0 #000;
  font-weight: 600;
}

.com-heading-language_translation-text-wrapper.original_text {
  left: auto;
  right: 0px;
  width: 100%;
  height: 100%;
  min-width: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.com-heading-language_translation-type_line {
  position: absolute;
  right: 0px;
  width: 4px;
  height: 100px;
  border-radius: 20px;
  background-color: #dac392;
  box-shadow: -4px 0 10px 0 #000;
}

.com-heading-scroll_wrapper {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
}

.com-heading-scroll_wrapper.show {
  opacity: 1;
}

.com-heading-language_translation-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.com-heading-language_translation-wrapper.translated_text {
  z-index: 1;
}

.com-heading-language_translation-original_text-wrapper {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.com-key_animation-wrapper {
  position: absolute;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 80vh;
  max-width: 100vw;
  min-width: 30vw;
  -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;
}

.com-key_animation-black_fade {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 6%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
  background-image: linear-gradient(0deg, #000, transparent);
}

.com-key_animation-black_fade.top {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 4%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent));
  background-image: linear-gradient(180deg, #000, transparent);
}

.main {
  position: relative;
  width: 100%;
  background-color: #000;
}

.main.sidebar_spacing {
  padding-left: 90px;
}

.custom_code-hide {
  display: none;
}

.preloader-sub_title {
  margin-top: 5px;
  color: #999ea9;
  font-size: 12px;
  line-height: 1.1em;
  font-weight: 700;
  letter-spacing: 1px;
}

.preloader-logo {
  width: 120px;
}

.preloader-background_text-wrapper {
  position: absolute;
  margin-top: -19px;
  margin-right: auto;
  margin-left: auto;
}

.preloader-background_text {
  display: none;
  opacity: 0.04;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 12vw;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  letter-spacing: -15px;
  text-transform: lowercase;
}

.preloader-background_text._1 {
  display: block;
}

.preloader-logo-wrapper {
  position: relative;
  z-index: 2;
  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;
}

.preloader-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  height: 50vh;
  -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;
}

.preloader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2147483646;
  display: none;
  -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;
  background-color: #000;
  cursor: default;
}

.preloader.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.heading.big {
  color: #f5f5f7;
  font-size: 96px;
  line-height: 0.875;
}

.heading.big.time {
  margin-bottom: 20px;
  color: #000;
  text-transform: uppercase;
}

.heading.big.anti_discriminatory {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 6vw;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.heading.big.anti_discriminatory.black {
  color: #000;
}

.heading.big.anti_discriminatory.foreground {
  position: absolute;
  z-index: 3;
  color: transparent;
}

.heading.satisfaction-title {
  position: absolute;
  z-index: 5;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 9vw;
  line-height: 1.15;
  font-weight: 900;
}

.heading.satisfaction-title.outline_text {
  color: #fff;
  text-shadow: 1px -1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, -1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, 1px 0 0 #000;
}

.heading.satisfaction-title.outline_text._1 {
  z-index: 4;
}

.heading.satisfaction-title.outline_text._2 {
  z-index: 3;
}

.heading.satisfaction-title.outline_text._3 {
  z-index: 2;
}

.heading.satisfaction-title.outline_text._4 {
  z-index: 1;
}

.heading.satisfaction-title.dimension-setter {
  position: static;
  opacity: 0;
}

.time-text-wrapper {
  margin-top: 10vh;
  text-align: center;
}

.time-video {
  width: 100vw;
  max-height: 60vh;
}

.sub-heading {
  font-size: 21px;
  line-height: 1.19;
}

.time-scroll_text-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 39px;
  margin-top: 6vh;
  margin-bottom: 6vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.time-scroll_text {
  margin-right: 3px;
  margin-left: 3px;
  font-size: 26px;
}

.time-scroll_text.outline_text.hide {
  opacity: 0;
}

.time-scroll_text.filled-left {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
}

.time-scroll_text.filled-left.show {
  opacity: 1;
}

.time-scroll_text.filled-right {
  position: absolute;
  top: 0px;
  right: 0px;
  opacity: 0;
}

.time-scroll_text-defused {
  opacity: 0.3;
}

.satisfaction-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10vh;
  margin-bottom: 10vh;
  -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;
  color: #000;
  text-align: center;
  letter-spacing: 0.4vw;
  text-transform: uppercase;
}

.satisfaction-scroll_text {
  position: absolute;
  opacity: 0;
  color: #000;
  text-align: center;
}

.satisfaction-scroll_text-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 29px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.satisfaction-scroll_text-wrapper.top {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.anti_discriminatory-title-line {
  position: absolute;
  left: 0px;
  z-index: 1;
  width: 5.5vw;
  height: 1vw;
  margin-top: 1vw;
  background-color: #000;
}

.anti_discriminatory-title-line.red {
  right: 0px;
  display: block;
  width: auto;
  height: 1.3vw;
  margin-top: 0.15vw;
  background-color: #d00;
}

.anti_discriminatory-bg-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.anti_discriminatory-bg-side {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 48px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #d00;
  color: #000;
}

.anti_discriminatory-bg-side.left {
  padding-right: 0px;
  padding-left: 48px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: transparent;
  color: #f5f5f7;
}

.anti_discriminatory-title-letter_spacing_reset {
  letter-spacing: 0.0045em;
}

.anti_discriminatory-bg-title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: 0.2em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.anti_discriminatory-bg-title.right_side {
  margin-right: 0em;
  margin-left: 0.2em;
}

.anti_discriminatory-scroll_text-wrapper {
  position: absolute;
  bottom: 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 29px;
  padding-right: 0.2em;
  padding-left: 48px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.anti_discriminatory-scroll_text-wrapper.right {
  padding-right: 48px;
  padding-left: 0.2em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.anti_discriminatory-scroll_text-wrapper.mobile {
  display: none;
}

.anti_discriminatory-scroll_text {
  position: absolute;
}

.anti_discriminatory-scroll_text.align_right {
  text-align: right;
}

.anti_discriminatory-title-foreground_letter {
  position: relative;
  z-index: 2;
  color: #000;
}

.anti_discriminatory-scroll_text-shadow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 0.2em;
  background-image: -webkit-gradient(linear, left top, right top, from(#d00), to(rgba(221, 0, 0, 0)));
  background-image: linear-gradient(90deg, #d00, rgba(221, 0, 0, 0));
}

.anti_discriminatory-scroll_text-shadow.right_side {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#000));
  background-image: linear-gradient(90deg, transparent, #000);
}

.nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 99999;
  width: 90px;
  height: 100%;
  margin-top: 0px;
  background-color: transparent;
}

.nav-mobile_button {
  position: absolute;
  top: 50%;
  z-index: 9999999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  padding: 0px;
  -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;
  background-color: transparent;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.nav-mobile_button.w--open {
  z-index: 9999999999;
  background-color: transparent;
}

.nav-link-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: 999999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  padding-left: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 4px;
  margin-left: 4px;
  padding: 0px 32px;
  -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;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}

.button.w--current {
  color: #fff;
  text-decoration: underline;
}

.button.shine_button {
  position: relative;
  overflow: hidden;
  height: 45px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 3px;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  text-decoration: none;
}

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

.button.shine_button.no_background:hover {
  background-color: transparent;
}

.button.shine_button.no_background.floating-contact {
  position: fixed;
  top: 24px;
  right: 48px;
  z-index: 99998;
  -webkit-transition: all 200ms ease, background-color 300ms ease;
  transition: all 200ms ease, background-color 300ms ease;
  font-family: Poppins, sans-serif;
  font-size: 15px;
}

.nav-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #1c1c1c;
}

.nav-mobile_button-icon {
  display: none;
  width: 100%;
  height: 100%;
  -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;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.32);
}

.nav-logo-wrapper {
  z-index: 9999999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section_scroll_control-wrapper {
  position: fixed;
  left: 90px;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10px;
  box-shadow: inset 0 1px 0 0 #e0e0e0;
}

.section_scroll_control-item {
  position: relative;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-shadow: -1px 0 0 0 #666, 1px 0 0 0 #e0e0e0;
}

.section_scroll_control-item-progress {
  width: 50%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#e0e0e0));
  background-image: linear-gradient(180deg, #e0e0e0, #e0e0e0);
}

.section_scroll_control-item-title {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
  color: grey;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.shine_button-shine {
  position: absolute;
  z-index: 0;
  width: 100px;
  height: 100px;
  background-image: radial-gradient(circle farthest-side at 50% 50%, hsla(0, 0%, 100%, 0.6), transparent);
  opacity: 0;
}

.shine_button-shine.defused {
  background-image: radial-gradient(circle farthest-side at 50% 50%, hsla(0, 0%, 100%, 0.1), transparent);
}

.shine_button-text {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.shine_button-pattern {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  background-image: url('../images/shine_button_pattern.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}

.shine_button-pattern.hide {
  display: none;
}

.nav-link-wrapper-mobile {
  display: none;
}

.com-key_animation-image_dimensions {
  max-height: 100%;
  opacity: 0;
}

.footer-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 90vw;
  margin-top: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-link-wrapper.no-socials {
  margin-top: 24px;
}

.footer-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  margin-right: 4px;
  margin-left: 4px;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-link:hover {
  text-decoration: line-through;
}

.menu-burger_button {
  position: relative;
  top: 50%;
  width: 48px;
  height: 48px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  border-style: none;
  background-color: transparent;
  -webkit-transform: scale(0.95) translate(0px, -50%);
  -ms-transform: scale(0.95) translate(0px, -50%);
  transform: scale(0.95) translate(0px, -50%);
}

.contact-form-slide-form_item-checkbox_text-wrapper {
  position: relative;
  z-index: 9;
  cursor: pointer;
}

.contact-form-slide-form-title {
  margin-bottom: 12px;
  font-size: 36px;
  font-weight: 200;
}

.contact-form-slide-form_item-checkbox_label-hidden {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-form-slide_counter {
  display: none;
  width: 100%;
  min-height: 20px;
  margin-top: 40px;
  -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;
}

.contact-form-slider {
  position: relative;
  height: auto;
  min-height: 850px;
  background-color: transparent;
}

.contact-form-slide-logo {
  height: 24px;
  margin-bottom: 40px;
}

.contact-form-next_placeholder {
  display: none;
  overflow: visible;
  width: auto;
  height: 47px;
  max-width: 159px;
  margin: auto auto 25px;
  -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;
}

.contact-form-slide-form_item-checkbox_text-title {
  margin-top: 0px;
  margin-bottom: 3px;
  font-weight: 300;
}

.contact-form-slide-button-previous {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  min-width: 68px;
  margin-right: 10px;
  -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: 1px solid #1f1f1f;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #fff;
  text-decoration: none;
}

.contact-form-slide-button-previous:hover {
  border: 1px solid #2e2e2e;
}

.contact-form-slide-input_label {
  display: none;
  margin-bottom: 8px;
  color: #fff;
  font-size: 15px;
  font-weight: 200;
}

.contact-form-previous_button {
  display: none;
  padding: 5px 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 1;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  color: #5b617c;
  font-size: 15px;
  text-indent: -2px;
}

.contact-form-previous_button:hover {
  border-bottom-color: rgba(0, 0, 0, 0.55);
  opacity: 1;
}

.contact-form-mask {
  height: auto;
}

.contact-form-success {
  position: absolute;
  overflow: hidden;
  width: 0px;
  height: 0px;
  padding: 50px;
  letter-spacing: 1px;
}

.contact-form-success.portfolio-access {
  padding: 0px;
}

.contact-form-slide-form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -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;
}

.contact-form-slide-form-wrapper.extra_space {
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.contact-form-slide-form_item-checkbox {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  opacity: 0;
  cursor: pointer;
}

.contact-form-slide-form_item-checkbox:active {
  border: 1px solid #000;
}

.contact-form-slide-form_item-checkbox_icon {
  width: 25px;
}

.contact-form-slide-form_item-checkbox_icon-wrapper {
  position: relative;
  z-index: 9;
  display: none;
  width: 55px;
  height: 55px;
  margin-bottom: 10px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100%;
  background-color: #0f0f0f;
}

.contact-form-slide {
  position: static;
  width: 100%;
  height: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 20px;
}

.contact-form-slide_counter-dot {
  width: 10px;
  height: 10px;
  margin-right: 8px;
  margin-left: 8px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.12);
}

.contact-form-slide_counter-dot.active {
  border-style: solid;
  border-width: 1px;
  border-color: #adadad;
  background-color: transparent;
}

.contact-form-slide-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.contact-form-slide-submit_button {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.contact-form-slide-submit_button:hover {
  background-color: #ececec;
}

.contact-form-slide-form_item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-form-slide-form_item-wrapper.fixed_height {
  min-height: 100px;
}

.contact-form-previous-arrow {
  width: 18px;
  height: 18px;
}

.contact-form-slide-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}

.contact-form-slide-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 100px 40px;
  -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;
}

.contact-form-previous_placeholder {
  display: none;
  width: auto;
  height: 35px;
  max-width: 100px;
  margin-bottom: 30px;
  -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;
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.contact-form-previous_placeholder:hover {
  opacity: 1;
}

.contact-form-next_button {
  display: none;
  padding: 12px 32px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px;
  background-color: #5b3acc;
  -webkit-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;
  font-size: 15px;
}

.contact-form-form_item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding: 15px 20px;
  -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-style: solid;
  border-width: 1px;
  border-color: #131313;
}

.contact-form-slide-input {
  position: relative;
  min-height: 55px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #2c2c2c;
  border-radius: 0px;
  background-color: #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.contact-form-slide-input:focus {
  border-color: #acacac;
}

.contact-form-slide-input::-webkit-input-placeholder {
  color: #7a7a7a;
}

.contact-form-slide-input:-ms-input-placeholder {
  color: #7a7a7a;
}

.contact-form-slide-input::-ms-input-placeholder {
  color: #7a7a7a;
}

.contact-form-slide-input::placeholder {
  color: #7a7a7a;
}

.contact-form-slide-input.textarea {
  padding-top: 16px;
  padding-right: 16px;
  padding-left: 16px;
}

.contact-form-slide-input.budget-custom {
  opacity: 0;
  -webkit-transition-property: border-color;
  transition-property: border-color;
}

.contact-form-slide-button-next {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #919191;
  background-color: #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.contact-form-slide-button-next:hover {
  border-color: #c7c7c7;
}

.contact-form-content-wrapper {
  width: 100%;
  min-height: 100vh;
  margin-bottom: 0px;
}

.contact-form-slide-form_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 576px;
  min-width: 490px;
  margin-bottom: -20px;
  -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;
  text-align: center;
}

.contact-form-slide-form_title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  -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;
}

.contact-form-slide-form_paragraph {
  max-width: 433px;
  color: #7a7a7a;
  font-size: 17px;
  font-weight: 200;
}

.contact-form-slide-form_paragraph.intro {
  max-width: 438px;
}

.contact-form-slide-form_paragraph.services {
  max-width: 510px;
}

.contact-form-slide-form_paragraph.budget {
  max-width: 360px;
}

.contact-form-error {
  position: absolute;
  overflow: hidden;
  width: 0px;
  height: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.contact-form-slide-form_item-checkbox_text-paragraph {
  color: #7a7a7a;
  font-weight: 200;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: transparent;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
}

.nav-link.w--current {
  color: #3b3b3b;
}

.nav-link.mobile {
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
}

.nav-link.desktop {
  width: 100%;
  min-height: 30%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-shadow: 0 -1px 0 0 #181818;
  color: #fff;
  font-weight: 800;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  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;
  text-align: center;
}

._404-subtitle {
  padding-bottom: 10px;
  border-bottom: 1px solid #252525;
  color: #7a7a7a;
  font-size: 17px;
  font-weight: 200;
}

._404-title {
  margin-bottom: 12px;
  font-size: 30px;
  line-height: 32px;
  font-weight: 200;
  letter-spacing: 0.2em;
  text-decoration: line-through;
  text-transform: uppercase;
}

._404-link {
  color: #fff;
  font-size: 17px;
  font-weight: 200;
  text-decoration: none;
}

._404-link:hover {
  text-decoration: line-through;
}

.contact-form-link {
  position: absolute;
  z-index: 1;
  color: #7a7a7a;
  font-weight: 200;
  text-decoration: none;
}

.contact-form-link:hover {
  text-decoration: underline;
}

.contact-form-budget-custom-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  margin-top: 8px;
  -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;
}

.info_site-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  padding-right: 32px;
  padding-left: 32px;
  -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;
  text-align: center;
}

.info_site-title {
  margin-bottom: 12px;
  font-size: 30px;
  line-height: 32px;
  font-weight: 200;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.info_site-subtitle {
  padding-bottom: 10px;
  border-bottom: 1px solid #252525;
  color: #7a7a7a;
  font-size: 17px;
  font-weight: 200;
}

.info_site-link {
  margin-right: 6px;
  margin-left: 6px;
  color: #fff;
  font-size: 17px;
  font-weight: 200;
  text-decoration: none;
  cursor: pointer;
}

.info_site-link:hover {
  text-decoration: line-through;
}

.contact-form-slide-separator {
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(24%, #424242), color-stop(76%, #424242), to(transparent));
  background-image: linear-gradient(90deg, transparent, #424242 24%, #424242 76%, transparent);
}

.info_site-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section_scroll_control-top_line {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  height: 1px;
  background-color: #666;
}

.projects_carousel-project-cta_btn {
  position: absolute;
  left: auto;
  top: auto;
  right: 25%;
  bottom: 12%;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 6px;
  text-decoration: none;
  text-transform: uppercase;
}

.projects_carousel-project-image-wrapper {
  z-index: 2;
  width: 66%;
  height: 90vh;
  background-image: url('../images/osos_dark.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
  -webkit-transition: -webkit-filter 1100ms ease;
  transition: -webkit-filter 1100ms ease;
  transition: filter 1100ms ease;
  transition: filter 1100ms ease, -webkit-filter 1100ms ease;
}

.projects_carousel-project-image-wrapper:hover {
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

.body {
  padding-left: 90px;
}

.nav-scroll_notice-lottie {
  position: absolute;
  width: 36px;
  opacity: 0.5;
}

.nav-container-reset {
  width: 100%;
  height: 100%;
  max-width: none;
}

.nav-link-wrapper-desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #000;
}

.noise-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-image: url('../images/noise-grain-black.png');
  background-position: 0px 0px;
  background-size: 300px;
  opacity: 0.24;
}

.contact-email_us-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  -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;
}

.contact-email_us-separator {
  width: 100%;
  height: 1px;
  margin-bottom: 40px;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(24%, #424242), color-stop(76%, #424242), to(transparent));
  background-image: linear-gradient(90deg, transparent, #424242 24%, #424242 76%, transparent);
}

.contact-email_us-text {
  max-width: 433px;
  opacity: 0.8;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #7a7a7a;
  font-size: 17px;
  font-weight: 200;
  text-decoration: none;
}

.contact-email_us-text.email {
  color: #fff;
}

.contact-email_us-text.email:hover {
  opacity: 1;
}

.nav-contact-link-wrapper {
  position: relative;
}

.background_video-fullscreen {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.background_video-fullscreen.hero {
  width: auto;
  -webkit-filter: contrast(106%);
  filter: contrast(106%);
}

.background_video-fullscreen.hero.hidden {
  display: none;
}

.nav-contact-link-text_overlay {
  position: absolute;
  left: -59px;
  top: 28px;
  z-index: 5;
  width: 132px;
  height: 50px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: Montserrat, sans-serif;
  color: transparent;
  font-size: 13px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.nav-contact-link-image {
  position: relative;
  z-index: 1;
}

.nav-link-wrapper-desktop-side {
  position: relative;
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-link-wrapper-desktop-side.video {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #181818;
}

.nav-link-wrapper-desktop-side.left {
  width: 60%;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-link-wrapper-desktop-side-video {
  z-index: 1;
  width: 100%;
  max-height: 1080px;
  max-width: 446px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.con-desciption_text-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
  background-color: rgba(0, 0, 0, 0.94);
}

.con-scroll_text {
  position: absolute;
  max-width: 80vw;
  text-align: center;
}

.hero-scroll_indication-wrapper {
  position: absolute;
  bottom: 40px;
}

.hero-scroll_indication-wrapper.right-side {
  right: 60px;
}

.hero-scroll_indication-wrapper.right-side.hidden {
  display: none;
}

.hero-scroll_indication-wrapper.besides_services {
  position: static;
}

.scroll_indication-shine {
  position: relative;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.custom-cursor-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.custom-cursor-wrapper.hide {
  display: none;
}

.custom-cursor-text {
  position: absolute;
  z-index: 99;
  overflow: visible;
  margin-left: 1px;
  -webkit-filter: brightness(56%);
  filter: brightness(56%);
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 100;
  text-transform: uppercase;
}

.custom-cursor-dot {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-left: 1px;
  -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-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 50%;
  opacity: 0.3;
}

.hero-sidebar_background_blur {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1;
  width: 89px;
  opacity: 1;
}

.nav-bottom_content {
  position: relative;
  z-index: 9999999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hero-side_text-wrapper {
  position: absolute;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1px;
  height: 1px;
  -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;
}

.hero-side_text {
  margin-right: 32px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: VT323, sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero-side_text.hide {
  display: none;
}

.flexible-desciption_text-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
  background-color: rgba(0, 0, 0, 0.84);
}

.flexible-desciption_text-wrapper.hidden {
  display: none;
}

.flexible-scroll_text {
  position: absolute;
  max-width: 80vw;
  text-align: center;
}

.flexible-scroll_text.foreground {
  z-index: 1;
  background-color: #000;
}

.flexible-desciption_text-wrapper-bottom_fade {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 100px;
  max-height: 25vh;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
  background-image: linear-gradient(0deg, #000, transparent);
}

.footer-contact_email {
  max-width: 433px;
  margin: 16px 8px 0px;
  opacity: 0.88;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #7a7a7a;
  font-size: 17px;
  font-weight: 200;
  text-align: center;
  text-decoration: none;
}

.footer-contact_email.email {
  color: #fff;
}

.footer-contact_email.email:hover {
  opacity: 1;
}

.footer-link-side-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-link-side-wrapper.right {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.nav-link-text {
  -webkit-transition: all 320ms ease;
  transition: all 320ms ease;
  font-size: 3vw;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.nav-link-text.outline_text:hover {
  color: #fff;
  text-shadow: none;
}

.nav-link-text.outline_text.filled {
  color: #fff;
  text-shadow: none;
}

.nav-link-text.outline_text.filled:hover {
  color: #000;
  text-shadow: 1px -1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff, -1px 0 0 #fff, 0 -1px 0 #fff, 0 1px 0 #fff, 1px 0 0 #fff;
}

.flexible-scroll_text-link {
  opacity: 0.8;
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  text-transform: uppercase;
}

.flexible-scroll_text-link.hide {
  display: none;
}

.flexible-scroll_text-separator_break {
  display: inline-block;
  width: 180px;
  height: 1px;
  max-width: 80vw;
  background-color: hsla(0, 0%, 100%, 0.24);
  color: transparent;
  font-size: 16px;
  line-height: 0;
}

.flexible-scroll_text-separator_break.hide {
  display: none;
}

.hero-side_text-image-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 14px;
  background-color: rgba(0, 0, 0, 0.24);
  background-image: url('../images/vertical-creative_text-loop-v3.png');
  background-position: 100% 0%;
  background-size: 14px;
  background-repeat: repeat-y;
  background-attachment: scroll;
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
}

.hero-side_text-image-wrapper.hidden {
  display: none;
}

.projects_list-project-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.projects_list-project-info-wrapper {
  position: absolute;
  left: 64px;
  top: auto;
  right: auto;
  bottom: 40px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 504px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Poppins, sans-serif;
  line-height: 1.8;
}

.projects_list-project-info-description {
  font-size: 22px;
  font-weight: 400;
}

.projects_list-project-info-title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 800;
  letter-spacing: 7px;
  text-transform: uppercase;
}

.projects_list-project-info-link {
  letter-spacing: 3px;
  text-transform: uppercase;
}

.projects_list-project-info-link-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-right: 36px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: padding 800ms cubic-bezier(.386, .003, 0, 1.003);
  transition: padding 800ms cubic-bezier(.386, .003, 0, 1.003);
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}

.projects_list-project-info-link-wrapper:hover {
  padding-right: 46px;
}

.projects_list-project-info-link-caret {
  position: absolute;
  right: 6px;
  height: 18px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.projects_list-project-bg-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
}

.projects_list-project-bg-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.projects_list-project-bg-image.control_center-blue {
  background-image: url('../images/Thumbnail.jpg');
}

.projects_list-project-bg-image.payment-dashboard_components {
  background-image: url('../images/Dribbble-Thumbnail_1.jpg');
}

.projects_list-project-bg-image.help_center-purple {
  background-image: url('../images/thumb.png');
}

.projects_list-project-bg-image.dashboard-chat-blue {
  background-image: url('../images/Dribbble-Thumbnail.jpg');
}

.projects_list-project-bg-info_overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(29%, rgba(0, 0, 0, 0.64)), color-stop(58%, transparent));
  background-image: linear-gradient(0deg, #000, rgba(0, 0, 0, 0.64) 29%, transparent 58%);
}

.projects_list-project-bg-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  height: 100%;
}

.utility-page-form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.modal-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.modal-wrapper.hide {
  display: none;
}

.modal-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-content-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 640px;
  max-height: 70%;
  max-width: 70%;
  min-width: 44%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.16);
  background-color: #000;
}

.modal-content-top_bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.16);
}

.modal-content-main {
  overflow: auto;
  padding: 16px 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.modal-content-top_bar-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 56px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 24px;
  font-weight: 300;
}

.modal-content-main-paragraph {
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 300;
}

.modal-content-top_bar-close_icon {
  height: 12px;
  margin-left: 32px;
  cursor: pointer;
}

.projects_list-project-bg-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.2);
}

.nav-link-wrapper-desktop-side-social_media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 64px;
  -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-top: 1px solid #181818;
  font-size: 16px;
  font-weight: 400;
}

.nav-link-wrapper-desktop-side-social_media.hidden {
  display: none;
}

.nav-link-wrapper-desktop-side-social_media-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 40px;
  padding-left: 40px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-shadow: 1px 0 0 0 #181818;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #b3b3b3;
  text-decoration: none;
}

.nav-link-wrapper-desktop-side-social_media-link:hover {
  color: #fff;
}

.masonry_portfolio-bottom_bar-link-wrapper-clear_filter-icon {
  margin-right: 8px;
}

.team_portfolio-bottom_bar {
  position: -webkit-sticky;
  position: sticky;
  bottom: 24px;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 72px;
  max-width: 720px;
  margin-right: auto;
  margin-bottom: -136px;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
  -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: 1px solid #383838;
  border-radius: 13px;
  background-color: rgba(0, 0, 0, 0.72);
}

.team_portfolio-bottom_bar-link-wrapper-clear_filter-wrapper {
  position: absolute;
  top: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -22px;
  padding: 8px 12px;
  -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: 1px solid #383838;
  border-radius: 20px;
  background-color: #000;
  box-shadow: 0 1px 10px 1px #000;
  opacity: 1;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transition: all 320ms ease;
  transition: all 320ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.team_portfolio-bottom_bar-link-wrapper-clear_filter-wrapper:hover {
  border-color: #9b9b9b;
}

.team_portfolio-bottom_bar-link-wrapper-clear_filter-wrapper.with_pagination {
  margin-top: -16px;
}

.team_portfolio-bottom_bar-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-height: 72px;
  padding-right: 32px;
  padding-left: 32px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.team_portfolio-bottom_bar-link-wrapper.mobile-filter-toggle {
  display: none;
}

.team_portfolio-bottom_bar-link-separator {
  width: 1px;
  height: 50%;
  margin-right: 24px;
  margin-left: 24px;
  background-color: hsla(0, 0%, 100%, 0.28);
}

.team_portfolio-bottom_bar-link-separator.mobile-filter-toggle {
  display: none;
}

.team_portfolio-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  padding-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.team_portfolio-list.big_image_layout {
  margin-top: -3px;
  margin-bottom: -3px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.team_portfolio-thumbnail {
  overflow: hidden;
  width: 50%;
  padding: 3px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: stretch;
  cursor: default;
}

.team_portfolio-thumbnail.case_studies {
  max-height: 80vh;
  margin-bottom: 3px;
  padding-bottom: 0px;
}

.team_portfolio-thumbnail-image-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
}

.team_portfolio-thumbnail-image {
  width: 100%;
  height: 100%;
}

.team_portfolio-loader-wrapper {
  position: fixed;
  z-index: 10;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.92);
}

.team_portfolio-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.team_portfolio-loader.old {
  display: none;
}

.team_portfolio-bottom_bar-pagination-wrapper {
  position: absolute;
  left: 0px;
  top: -56px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team_portfolio-bottom_bar-pagination-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  min-width: 48px;
  padding-right: 15px;
  padding-left: 15px;
  -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: 1px solid #383838;
  border-radius: 13px;
  background-color: rgba(0, 0, 0, 0.72);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}

.team_portfolio-bottom_bar-pagination-button:hover {
  border-color: #696969;
}

.team_portfolio-bottom_bar-pagination-button.disabled {
  background-color: #000;
  -webkit-filter: contrast(80%) brightness(40%);
  filter: contrast(80%) brightness(40%);
  cursor: not-allowed;
}

.team_portfolio-bottom_bar-pagination-button.page_number_indicator {
  position: absolute;
  left: 50%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  cursor: default;
}

.team_portfolio-bottom_bar-pagination-button-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 16px;
  margin-left: -1px;
  -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;
}

.team_portfolio-bottom_bar-pagination-button-icon.mirrored {
  margin-right: -1px;
  margin-left: 0px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.team_portfolio-bottom_bar-pagination-button-separator {
  width: 1px;
  height: 100%;
  margin-right: 14px;
  margin-left: 14px;
  background-color: #383838;
}

.loading_text-shine {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.1em;
  text-decoration: none;
  white-space: nowrap;
}

.preloader-loading_text-wrapper {
  position: absolute;
  bottom: 56px;
}

.team_portfolio-loading_text-wrapper {
  position: absolute;
  left: 50%;
  bottom: 50%;
}

.team_portfolio-category_big_menu-wrapper {
  position: fixed;
  z-index: 11;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100vh;
  margin-right: 45px;
  -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;
  background-color: rgba(0, 0, 0, 0.95);
}

.team_portfolio-category_big_menu-wrapper.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.team_portfolio-category_big_menu-link {
  position: relative;
  margin-top: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid transparent;
  -webkit-transition: border 400ms ease;
  transition: border 400ms ease;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.team_portfolio-category_big_menu-link:hover {
  border-bottom-color: #616161;
}

.team_portfolio-category_big_menu-link.defused {
  color: #868686;
  font-size: 19px;
  text-transform: uppercase;
}

.team_portfolio-category_big_menu-link.hidden {
  display: none;
}

.team_portfolio-category_big_menu-close_button {
  position: absolute;
  left: auto;
  top: 24px;
  right: 32px;
  bottom: auto;
  padding: 4px 16px 8px;
  cursor: pointer;
}

.team_portfolio-category_big_menu-close_button-icon {
  height: 16px;
}

.team_portfolio-category_big_menu-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  max-height: 100%;
  padding: 48px 80px 48px 110px;
  -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;
}

.team_portfolio-bottom_bar-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.team_portfolio-bottom_bar-wrapper.hidden {
  display: none;
}

.portfolio-access-error {
  margin-top: 48px;
  border-style: solid;
  border-width: 1px;
  border-color: #5d1d1d;
  background-color: transparent;
  font-size: 15px;
  font-weight: 300;
}

.questionnaire-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 90px;
  -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;
}

.questionnaire-wrapper.left-aligned {
  padding-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.questionnaire-content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 576px;
  min-width: 490px;
  -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;
  text-align: center;
}

.questionnaire-content-container.left-aligned {
  position: relative;
  max-width: none;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.questionnaire-logo {
  height: 24px;
  margin-bottom: 40px;
}

.questionnaire-logo.hidden {
  display: none;
}

.questionnaire-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  -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;
}

.questionnaire-title-wrapper.left-aligned {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.questionnaire-title {
  margin-bottom: 12px;
  font-size: 36px;
  font-weight: 200;
}

.questionnaire-paragraph {
  max-width: 440px;
  margin-bottom: 0px;
  color: #7a7a7a;
  font-size: 17px;
  font-weight: 200;
}

.questionnaire-paragraph.highlight {
  color: #a7a7a7;
}

.questionnaire-paragraph.super-highlight {
  color: #bebebe;
}

.questionnaire-paragraph.mobile {
  display: none;
}

.questionnaire-separator {
  width: 100%;
  height: 1px;
  margin-bottom: 40px;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(24%, #424242), color-stop(76%, #424242), to(transparent));
  background-image: linear-gradient(90deg, transparent, #424242 24%, #424242 76%, transparent);
}

.questionnaire-separator.hidden {
  display: none;
}

.questionnaire-separator.left-aligned {
  width: 500px;
  max-width: 100%;
  margin-left: -8px;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(6%, #424242), color-stop(76%, #424242), to(transparent));
  background-image: linear-gradient(90deg, transparent, #424242 6%, #424242 76%, transparent);
}

.questionnaire-form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  text-align: left;
}

.questionnaire-form-wrapper.left-aligned {
  position: relative;
  max-height: 60vh;
  min-height: 320px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.questionnaire-form-embed {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.questionnaire-header_content-wrapper {
  padding-right: 24px;
  padding-left: 24px;
}

.questionnaire-form-bottom_bar-border {
  position: absolute;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 80px;
  z-index: 2;
  height: 1px;
  background-color: #1c1c1c;
  box-shadow: none;
}

.questionnaire-form-loading_text-wrapper {
  position: absolute;
  left: 44px;
}

.questionnaire-form-loading_text-shine {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.1em;
  text-decoration: none;
  white-space: nowrap;
}

.diffused-text-span {
  opacity: 0.4;
}

.hero-services-wrapper {
  position: static;
  left: 114px;
  top: auto;
  right: auto;
  bottom: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #1c1c1c;
  border-radius: 13px;
  background-color: rgba(0, 0, 0, 0.16);
}

.hero-services-service-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-services-service-separator {
  width: 1px;
  height: 32px;
  margin-right: 24px;
  margin-left: 24px;
  background-color: #1c1c1c;
}

.hero-services-service-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 400;
}

.hero-services_and_scroll-wrapper {
  position: absolute;
  left: 115px;
  bottom: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-services-scroll_indication-wrapper {
  position: relative;
  margin-left: 16px;
}

.scroll_indication-shine-just-text {
  position: relative;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.hero-services-service-title-separator {
  color: hsla(0, 0%, 100%, 0.4);
}

.hero-services-first_block-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.loading_text-shine-loading-preloader {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.1em;
  text-decoration: none;
  white-space: nowrap;
}

.flexible-content-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: rgba(0, 0, 0, 0.84);
  opacity: 1;
}

.flexible-content-wrapper.services-bar {
  background-color: transparent;
}

.flexible-content-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px;
  -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;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(16%, #000), color-stop(56%, rgba(0, 0, 0, 0.85)), color-stop(90%, rgba(0, 0, 0, 0.52)), to(transparent));
  background-image: linear-gradient(0deg, #000 16%, rgba(0, 0, 0, 0.85) 56%, rgba(0, 0, 0, 0.52) 90%, transparent);
}

.flexible-content-bottom-sections {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flexible-content-bottom-section-wrapper {
  width: 33%;
  max-width: 440px;
  padding-right: 24px;
  padding-left: 24px;
  opacity: 0.44;
}

.flexible-content-bottom-section-wrapper.first {
  opacity: 1;
}

.flexible-content-bottom-section-wrapper.last {
  opacity: 0.24;
}

.flexible-content-bottom-section-heading {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
}

.flexible-content-bottom-section-paragraph {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 300;
}

.flexible-content-bottom-spacer {
  width: 100%;
  height: 10vh;
}

.portfolio-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  padding-left: 90px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.portfolio-content {
  width: 100%;
}

.portfolio-site-embed {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1440px) {
  .team_portfolio-bottom_bar-pagination-button.page_number_indicator:hover {
    border-color: #383838;
  }

  .questionnaire-form-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .questionnaire-form-embed {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .com-waveform {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .com-waveform-wrapper {
    overflow: visible;
  }

  .com-waveform-smooth_edges {
    display: none;
  }

  .com-waveform-middle_line {
    display: none;
  }

  .com-paragraph_sides {
    width: 100%;
    height: 50%;
  }

  .com-paragraph_sides.right {
    padding-top: 136px;
    padding-left: 0px;
  }

  .com-paragraph_sides.left {
    padding-right: 0px;
    padding-bottom: 136px;
  }

  .com-paragraph_words-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .com-scroll_text-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .com-paragraph-scroll_wrapper {
    text-align: center;
  }

  .com-center_scroll_text-wrapper {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .com-heading.translation {
    margin-left: -28px;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  .com-heading.translation-original_text {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 33px;
  }

  .com-key_animation-wrapper {
    height: 62vh;
  }

  .preloader-background_text {
    font-size: 20vw;
  }

  .preloader {
    display: none;
  }

  .time-scroll_text {
    font-size: 26px;
  }

  .anti_discriminatory-bg-wrapper {
    font-size: 19px;
  }

  .anti_discriminatory-bg-side {
    padding-right: 8px;
  }

  .anti_discriminatory-bg-side.left {
    padding-left: 8px;
  }

  .anti_discriminatory-scroll_text-wrapper {
    bottom: 20vh;
  }

  .nav-mobile_button.w--open {
    background-color: transparent;
  }

  .button {
    box-shadow: none;
  }

  .button.shine_button {
    padding-right: 24px;
    padding-left: 24px;
  }

  .button.shine_button:hover {
    background-color: transparent;
  }

  .shine_button-shine {
    display: none;
  }

  .shine_button-pattern {
    display: none;
  }

  .contact-form-slide-content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-form-slide-content {
    width: 100%;
    min-height: 100vh;
    padding-top: 140px;
    padding-bottom: 140px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .projects_carousel-project-image-wrapper {
    width: 80%;
    height: 72vh;
  }

  .nav-link-wrapper-desktop-side.video {
    display: none;
  }

  .nav-link-wrapper-desktop-side.left {
    width: 100%;
  }

  .custom-cursor-wrapper {
    display: none;
  }

  .nav-link-text {
    font-size: 5.5vw;
    text-transform: uppercase;
  }

  .team_portfolio-bottom_bar {
    width: 90%;
  }

  .team_portfolio-bottom_bar-link-wrapper {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .team_portfolio-bottom_bar-link-separator {
    margin-right: 20px;
    margin-left: 20px;
  }

  .team_portfolio-thumbnail {
    width: 50%;
  }

  .flexible-content-bottom-sections {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flexible-content-bottom-section-wrapper {
    width: 100%;
    max-width: 464px;
    padding: 18px 0px;
  }

  .flexible-content-bottom-spacer {
    height: 20vh;
  }
}

@media screen and (max-width: 767px) {
  .logo-title.thin.nav-logo {
    display: block;
  }

  .logo_title-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .footer-social_icons-wrapper {
    margin-top: 40px;
  }

  .section.anti_discriminatory {
    height: 250vh;
  }

  .com-heading_wrapper {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }

  .com-heading.translation {
    margin-left: -125px;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }

  .com-heading.translation-original_text {
    font-size: 25px;
  }

  .main.sidebar_spacing {
    padding-left: 0px;
  }

  .main.sidebar_spacing.team_portfolio {
    padding-top: 64px;
  }

  .heading.big {
    font-size: 80px;
  }

  .satisfaction-scroll_text {
    font-size: 22px;
  }

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

  .anti_discriminatory-bg-side {
    width: 100%;
    padding-top: 8px;
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .anti_discriminatory-bg-side.left {
    padding-bottom: 8px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .anti_discriminatory-scroll_text-wrapper {
    left: 0px;
    z-index: 1;
    display: none;
    overflow: visible;
    width: 100vw;
    padding-right: 48px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .anti_discriminatory-scroll_text-wrapper.right {
    padding-left: 48px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .anti_discriminatory-scroll_text-wrapper.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .anti_discriminatory-scroll_text-wrapper.mobile.right {
    top: 20vh;
    bottom: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .anti_discriminatory-scroll_text {
    max-width: 70vw;
    text-align: center;
  }

  .anti_discriminatory-scroll_text.align_right {
    text-align: center;
  }

  .anti_discriminatory-scroll_text-shadow {
    display: block;
  }

  .nav {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: auto;
    height: 64px;
  }

  .nav-mobile_button {
    position: relative;
    top: 0%;
    width: auto;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .nav-link-wrapper {
    padding-left: 0px;
  }

  .button.shine_button.no_background.floating-contact {
    display: none;
  }

  .nav-container {
    z-index: 9999999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.16);
    border-right-style: none;
    background-color: rgba(0, 0, 0, 0.24);
  }

  .nav-logo-wrapper {
    height: 100%;
  }

  .section_scroll_control-wrapper {
    left: 0%;
  }

  .nav-link-wrapper-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #000;
    box-shadow: 0 1px 0 0 #3b3b3b;
  }

  .footer-link-wrapper {
    margin-top: 24px;
  }

  .contact-form-next_placeholder {
    position: fixed;
    z-index: 6;
  }

  .contact-form-slide-form_item-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contact-form-previous_placeholder {
    position: fixed;
    z-index: 6;
  }

  .contact-form-content-wrapper {
    width: 100%;
  }

  .contact-form-slide-form_content {
    width: 100%;
    min-width: auto;
  }

  .nav-link {
    color: #fff;
  }

  .nav-link.mobile {
    min-height: 30vh;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px 32px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    box-shadow: 0 -1px 0 0 #181818;
    font-size: 9vw;
    font-weight: 900;
    letter-spacing: 0.02em;
    text-decoration: none;
    text-transform: uppercase;
  }

  .nav-link.mobile.outline_text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .projects_carousel-project-image-wrapper {
    height: 90vh;
  }

  .body {
    padding-left: 0px;
  }

  .nav-scroll_notice-lottie {
    display: none;
  }

  .nav-link-wrapper-desktop {
    display: none;
  }

  .nav-contact-link-wrapper {
    display: none;
  }

  .hero-sidebar_background_blur {
    display: none;
  }

  .footer-contact_email {
    width: 100%;
    margin-bottom: 32px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .footer-link-side-wrapper {
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-link-side-wrapper.right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-side_text-image-wrapper {
    top: 64px;
  }

  .projects_list-project-info-wrapper {
    left: 30px;
    bottom: 30px;
    max-width: 80%;
    line-height: 1.7;
  }

  .projects_list-project-info-description {
    font-size: 18px;
  }

  .projects_list-project-info-title {
    margin-bottom: 18px;
    font-size: 13px;
    letter-spacing: 5px;
  }

  .projects_list-project-info-link-wrapper {
    margin-top: 32px;
    font-size: 12px;
  }

  .projects_list-project-bg-video {
    opacity: 0.8;
  }

  .team_portfolio-bottom_bar {
    width: 90%;
  }

  .team_portfolio-category_big_menu-wrapper {
    margin-top: -64px;
    margin-right: 0px;
  }

  .team_portfolio-category_big_menu-wrapper.show {
    padding-top: 64px;
  }

  .team_portfolio-category_big_menu-close_button {
    top: 88px;
  }

  .team_portfolio-category_big_menu-link-wrapper {
    padding-right: 48px;
    padding-left: 48px;
  }

  .questionnaire-wrapper {
    padding-left: 0px;
  }

  .questionnaire-content-container {
    width: 100%;
    min-width: auto;
  }

  .hero-services-wrapper {
    max-width: 100%;
    margin-bottom: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-services_and_scroll-wrapper {
    left: 0px;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-services_and_scroll-wrapper.full-width-mobile {
    padding-right: 32px;
    padding-left: 24px;
  }

  .hero-services-scroll_indication-wrapper {
    margin-left: 0px;
  }

  .portfolio-content-wrapper {
    padding-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .section.auto_height {
    padding-right: 0px;
    padding-left: 0px;
  }

  .com-heading_wrapper {
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
  }

  .com-heading-pure {
    font-size: 88px;
  }

  .com-heading-pure.com_is_key-heading {
    font-size: 64px;
  }

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

  .com-paragraph-scroll_wrapper {
    width: 80vw;
  }

  .com-heading.translation {
    margin-left: -70px;
  }

  .com-heading.translation-original_text {
    font-size: 34px;
  }

  .com-heading-language-wrapper {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .com-heading-scroll_wrapper {
    text-align: center;
  }

  .com-heading-scroll_wrapper.show {
    width: 690px;
  }

  .com-heading-language_translation-original_text-wrapper {
    margin-right: -56px;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }

  .preloader-background_text {
    font-size: 20vw;
    letter-spacing: -5px;
  }

  .heading.big {
    margin-top: 10px;
    font-size: 50px;
  }

  .heading.big.anti_discriminatory {
    font-size: 7.5vw;
  }

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

  .time-scroll_text {
    font-size: 23px;
  }

  .time-scroll_text.filled-left {
    left: auto;
  }

  .time-scroll_text.filled-right {
    top: auto;
    right: auto;
    bottom: 0px;
  }

  .satisfaction-scroll_text {
    max-width: 80vw;
    font-size: 20px;
  }

  .satisfaction-scroll_text-wrapper {
    width: 90%;
  }

  .anti_discriminatory-scroll_text-wrapper.mobile {
    padding-right: 0px;
    padding-left: 0px;
  }

  .anti_discriminatory-scroll_text {
    font-size: 18px;
  }

  .nav-mobile_button.w--open {
    z-index: 9999999999;
  }

  .button {
    display: none;
  }

  .nav-container {
    padding-right: 16px;
    padding-left: 24px;
  }

  .nav-logo-wrapper {
    z-index: 9999999999;
    height: 100%;
  }

  .section_scroll_control-item-title {
    color: transparent;
  }

  .nav-link-wrapper-mobile {
    overflow: auto;
    width: 100%;
    height: 100%;
  }

  .menu-burger_button {
    width: 42px;
    height: 100%;
  }

  .contact-form-slide-form-title {
    font-size: 2em;
    line-height: 1.3em;
  }

  .contact-form-slider {
    height: auto;
    min-height: 80vh;
  }

  .contact-form-slide-form_item-checkbox_icon-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .contact-form-slide-form_item-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contact-form-previous_placeholder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 75px;
  }

  .contact-form-slide-form_content {
    width: 100%;
  }

  .nav-link.mobile.outline_text {
    color: #000;
    letter-spacing: 0.12em;
  }

  .utility-page-wrap {
    padding-right: 40px;
    padding-left: 40px;
  }

  ._404-title {
    font-size: 2em;
    line-height: 1.3em;
  }

  .info_site-title {
    font-size: 28px;
    line-height: 1.3em;
  }

  .projects_carousel-project-cta_btn {
    font-size: 20px;
  }

  .projects_carousel-project-image-wrapper {
    width: 80%;
    height: 50vh;
  }

  .body {
    padding-left: 0px;
  }

  .projects_list-project-info-wrapper {
    right: 30px;
    max-width: none;
  }

  .team_portfolio-bottom_bar {
    width: 90%;
    height: auto;
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .team_portfolio-bottom_bar-link-wrapper-clear_filter-wrapper {
    margin-top: -25px;
  }

  .team_portfolio-bottom_bar-link-wrapper {
    display: none;
    width: 100%;
    min-width: auto;
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .team_portfolio-bottom_bar-link-wrapper.mobile-filter-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .team_portfolio-bottom_bar-link-wrapper.mobile-filter-toggle.w--current {
    position: relative;
  }

  .team_portfolio-bottom_bar-link-separator {
    display: none;
    width: 100%;
    height: 1px;
  }

  .team_portfolio-bottom_bar-link-arrow {
    position: absolute;
    right: 24px;
    margin-left: 6px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: -webkit-transform 140ms ease;
    transition: -webkit-transform 140ms ease;
    transition: transform 140ms ease;
    transition: transform 140ms ease, -webkit-transform 140ms ease;
  }

  .team_portfolio-thumbnail {
    width: 100%;
  }

  .team_portfolio-bottom_bar-pagination-button {
    font-size: 0px;
  }

  .team_portfolio-bottom_bar-pagination-button.page_number_indicator {
    font-size: 14px;
  }

  .team_portfolio-bottom_bar-pagination-button-separator {
    display: none;
  }

  .team_portfolio-category_big_menu-link {
    font-size: 26px;
  }

  .team_portfolio-category_big_menu-close_button {
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.72);
  }

  .questionnaire-content-container {
    width: 100%;
  }

  .questionnaire-title {
    font-size: 31px;
  }

  .questionnaire-paragraph {
    display: none;
  }

  .questionnaire-paragraph.highlight {
    display: inline;
  }

  .questionnaire-paragraph.super-highlight {
    display: inline;
  }

  .questionnaire-paragraph.mobile {
    display: block;
  }

  .hero-services-wrapper {
    width: 100%;
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .hero-services-wrapper.full-width-mobile {
    margin-top: 16px;
    margin-bottom: 0px;
    padding-bottom: 18px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .hero-services-service-wrapper {
    position: absolute;
    opacity: 0;
  }

  .hero-services-service-wrapper.first {
    position: relative;
    opacity: 1;
  }

  .hero-services-service-separator {
    display: none;
    width: 100%;
    height: 1px;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .hero-services-service-separator.last {
    display: block;
    width: 100%;
    height: 1px;
    margin-bottom: 8px;
  }

  .hero-services_and_scroll-wrapper {
    padding-right: 24px;
    padding-left: 24px;
  }

  .hero-services_and_scroll-wrapper.full-width-mobile {
    bottom: 0px;
    z-index: 1;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .hero-services-first_block-wrapper {
    margin-bottom: 8px;
  }

  /* START - Custom added - START */
  .team_portfolio-thumbnail.case_studies {
    margin-bottom: 0px;
  }
  /* END - Custom added - END */
}
/* START - Custom added - START */
.team_portfolio-thumbnail-image.w-background-video > video {
  position: relative;
}
.team_portfolio-bottom_bar-wrapper {
  display: none;
}
/* END - Custom added - END */
