:root {
  --main-bg: #e2e1df;
  --black: black;
  --orange: #ff8b00;
  --font: #5e5e5e;
  --bten-yellow: #ffc202;
  --lines: #b9b9b9;
  --bten-anthracite: #080913;
  --white: white;
  --bg: #dad9d7;
  --slide-arrows: #c4c4c4;
  --menu-hover: #cecece;
  --close-button: #9d9d9d;
  --orange-hover: #f58500;
  --updates-bg: #edecea;
  --mega-dropdown: #edecea;
  --bten-grey: #777;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  background-color: var(--main-bg);
  color: var(--black);
  letter-spacing: -.5px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 22px;
  line-height: 32px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

h5 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

h6 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 22px;
  line-height: 32px;
}

a {
  color: var(--orange);
  cursor: pointer;
  text-decoration: none;
}

blockquote {
  width: 80%;
  text-align: center;
  margin: 40px auto;
  padding: 10px 20px;
  font-size: 35px;
  font-style: italic;
  line-height: 40px;
}

figcaption {
  color: var(--font);
  text-align: right;
  margin-top: 5px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
}

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

.content-wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 1010px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--bten-yellow);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 41px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 900;
  position: relative;
  overflow: visible;
}

.content-wrapper.wide {
  max-width: 100%;
  top: 20px;
}

.bottom-line {
  z-index: 1;
  border-bottom: 1px solid var(--lines);
  margin-bottom: 50px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.bottom-line.less-margin {
  margin-bottom: 40px;
}

.inner-wrapper {
  padding-left: 3%;
  padding-right: 3%;
}

.content-section {
  background-color: var(--black);
  padding-top: 120px;
  font-family: Montserrat, sans-serif;
  display: block;
  position: relative;
}

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

.content-section.double {
  padding-bottom: 120px;
  display: none;
}

.content-section.no-padding {
  padding-top: 0;
  overflow: hidden;
}

.content-section.blog {
  padding-top: 70px;
}

.content-section.overflow {
  padding-bottom: 120px;
}

.content-section.words {
  overflow: hidden;
}

.content-section.social-media-section, .content-section.testem {
  display: none;
}

.button {
  min-height: 42px;
  min-width: 200px;
  border: 1px solid var(--bten-yellow);
  color: var(--bten-yellow);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 25px;
  padding: 13px 28px 11px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
  transition: color .2s, background-color .2s;
}

.button:hover {
  background-color: var(--bten-yellow);
  color: #fff;
}

.button.medium {
  min-width: 140px;
  font-size: 13px;
}

.button.yellow-bg {
  border-color: var(--bten-anthracite);
  color: var(--bten-anthracite);
}

.button.yellow-bg.right-al {
  text-align: right;
  display: none;
}

.button.digi-button {
  display: none;
}

.top-margin {
  position: relative;
}

.top-margin._10-pixels {
  margin-top: 10px;
}

.top-margin._40-pixels {
  margin-top: 40px;
}

.top-margin._20-pixels {
  letter-spacing: 0;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 700;
}

.top-margin._20-pixels.r-a {
  text-align: right;
  margin-top: 40px;
}

.top-margin._20-pixels.button-cta {
  text-align: left;
}

.top-margin._20-pixels.about-top-margin {
  top: 136px;
}

.top-margin._25-pixels {
  margin-top: 25px;
}

.top-margin._75-pixels {
  margin-top: 75px;
}

.top-margin._30-pixels {
  margin-top: 30px;
}

.top-margin._15-pixels {
  margin-top: 15px;
  top: 63px;
}

.top-margin._5-pixels {
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 300;
}

.top-margin._5-pixels.hide {
  display: none;
}

.top-margin._70-pixels {
  margin-top: 70px;
}

.top-margin._60-pixels {
  margin-top: 60px;
}

.top-margin._50-pixels {
  margin-top: 50px;
}

.top-line {
  border-top: 1px solid var(--lines);
  margin-top: 5px;
  padding-top: 7px;
}

.set {
  margin-top: 40px;
}

.title {
  height: auto;
  color: var(--bten-yellow);
  letter-spacing: 7px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 900;
  line-height: 20px;
  display: none;
  position: static;
  top: -70px;
}

.title.white {
  color: #fff;
}

.title.dark {
  color: var(--black);
}

.h2-big {
  color: var(--white);
  letter-spacing: 0;
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 45px;
  font-style: italic;
  font-weight: 900;
  line-height: 55px;
}

.social-icon {
  width: 40px;
  height: 40px;
  background-color: #000;
  border-radius: 50px;
  margin-right: 10px;
  transition: border .2s, background-color .2s;
}

.social-icon:hover {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
}

.social-icon.twittter {
  background-image: url('../images/gorjeo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
}

.social-icon.twittter:hover {
  background-image: url('../images/gorjeo_2.svg');
}

.social-icon.linkedin {
  background-image: url('../images/logo-linkedin.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
}

.social-icon.linkedin:hover {
  background-image: url('../images/logo-linkedin_1.svg');
}

.social-icon.pinterest {
  background-image: url('../images/pinterest_2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
}

.social-icon.pinterest:hover {
  background-image: url('../images/pinterest_1.svg');
}

.social-icon.instagram {
  background-image: url('../images/instagram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
}

.social-icon.instagram:hover {
  background-image: url('../images/instagram_1.svg');
}

.social-icon.facebook {
  background-image: url('../images/facebook-logo-de-letra_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
}

.social-icon.facebook:hover {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/facebook-logo-de-letra.svg');
}

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

.navlink {
  height: 60px;
  color: #000;
  margin-right: 15px;
  padding-top: 16px;
  padding-left: 7px;
  padding-right: 7px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.navlink:hover {
  text-decoration: none;
}

.navlink.w--current {
  color: var(--font);
  font-weight: 400;
  display: block;
}

.navlink.contact-form {
  width: 50px;
  text-align: center;
  transition: background-color .2s;
  display: none;
}

.navlink.contact-form:hover {
  background-color: var(--bten-yellow);
  opacity: .8;
  border-radius: 0;
}

.navlink.faq {
  display: none;
}

.navbar-bg {
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.element-2 {
  background-color: #e8e9ee;
}

.brand {
  height: 60px;
  justify-content: center;
  align-items: center;
  margin-left: 5%;
  padding-left: 15px;
  padding-right: 15px;
  transition: transform .2s, opacity .2s;
  display: flex;
}

.brand:hover {
  opacity: .85;
  transform: scale(.9);
}

.brand.w--current {
  overflow: hidden;
}

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

.inline-block.right-border {
  color: var(--bten-yellow);
  letter-spacing: 3px;
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.inline-block.right-border.text-button {
  font-size: 14px;
  font-weight: 700;
}

.underline-hover {
  height: 1px;
  background-color: #a4aebe;
  margin-top: -18px;
  position: absolute;
  top: 73px;
  bottom: 0;
  left: 0;
  right: 0;
}

.underline-hover.orange {
  height: 1px;
  background-color: var(--bten-yellow);
  margin-top: 0;
  position: relative;
  top: 0;
}

.underline-hover.menu {
  width: 100%;
  height: 1px;
  background-color: var(--black);
  margin-top: 0;
  position: relative;
  top: 0;
}

.nav-menu {
  height: 60px;
  margin-right: 10%;
  display: flex;
}

.dropdown-arrow {
  font-size: 12px;
}

.navbar {
  background-color: var(--bten-anthracite);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.dropdown-nav {
  height: 60px;
}

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

.dropdown {
  height: 60px;
  color: #000;
  margin-right: 15px;
  padding-top: 16px;
  padding-left: 7px;
  padding-right: 7px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: none;
  overflow: hidden;
}

.dropdown:hover {
  text-decoration: none;
}

.dropdown.w--current {
  color: #28c16a;
}

.hero-section {
  min-height: 785px;
  background-color: var(--bten-anthracite);
  padding-top: 220px;
  padding-bottom: 220px;
  position: relative;
}

.hero-section.contact-us {
  min-height: 625px;
}

.hero-section.blog {
  min-height: 700px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.bottom-waves {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.top-waves {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.center-content {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.center-content.padding {
  color: var(--white);
  padding-left: 15px;
  padding-right: 15px;
}

.center-content.left {
  width: 50%;
  text-align: left;
}

.center-content.blog {
  width: 50%;
  min-height: 700px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 220px;
  padding-bottom: 100px;
  display: flex;
}

.hero-h1 {
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-style: italic;
  font-weight: 700;
  line-height: 70px;
}

.hero-h1.white {
  color: var(--bten-yellow);
  text-align: left;
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 50px;
}

.hero-h1.white.pt-hero {
  font-size: 30px;
}

.hero-h1.rotational-word-member {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  margin-top: 0;
  margin-bottom: 0;
  display: inline;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: translate3d(0, 0, 70px)rotate(0);
}

.hero-h1.rotational-word-member._1 {
  transform-style: preserve-3d;
  font-family: Lato, sans-serif;
  top: auto;
  transform: rotateX(120deg)rotateY(0)rotateZ(0);
}

.hero-h1.rotational-word-member._1.biggest-member {
  font-family: Montserrat, sans-serif;
}

.hero-h1.rotational-word-member._1.hm1 {
  font-family: Montserrat, sans-serif;
  top: auto;
}

.hero-h1.rotational-word-member._2 {
  z-index: 5;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  display: block;
  top: auto;
  transform: rotateX(240deg)rotateY(0)rotateZ(0);
}

.hero-h1.rotational-word-member._2.alt {
  text-transform: none;
  top: auto;
}

.hero-h1.rotational-word-member._2.hm1 {
  top: auto;
}

.hero-h1.rotational-word-member._3 {
  font-family: Montserrat, sans-serif;
  top: auto;
  transform: none;
}

.hero-h1.rotational-word-member._3.as {
  display: none;
}

.hero-h1.rotational-h1-surround {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 26px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  display: inline-block;
}

.hero-h1.rotational-h1-surround.space {
  margin-right: 12px;
}

.all-caps {
  text-transform: uppercase;
  font-size: 60px;
  font-style: italic;
  position: relative;
  top: auto;
}

.all-caps.rotational-member {
  color: var(--bten-yellow);
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  top: auto;
}

.all-caps.rotational-member.reality {
  display: none;
}

.all-caps.rotational-member.downcase {
  text-transform: none;
  top: auto;
}

.all-caps.rotational-member.downcase.bt {
  top: -53px;
}

.all-caps.rotational-member.alt2 {
  text-transform: none;
}

.all-caps.rotational-member.hm2 {
  top: auto;
}

.all-caps.hm1 {
  font-size: 50px;
  top: auto;
}

.hero-bottom {
  height: auto;
  min-height: 105px;
  background-color: rgba(218, 217, 215, .85);
  padding-top: 20px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-bottom.none {
  background-color: rgba(218, 217, 215, 0);
}

.hero-clients-box {
  width: 100%;
  height: 100%;
  max-width: 765px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.hero-client {
  width: 25%;
  text-align: center;
}

.scroll-line {
  width: 70px;
  height: 87px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: -44px;
}

.scroll-line.inner-pages {
  bottom: -130px;
}

.vertical-line {
  width: 1px;
  height: 100%;
  background-color: var(--orange);
}

.center-box {
  z-index: 1;
  width: 76%;
  max-width: 925px;
  text-align: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.intro-box {
  width: 48%;
  position: relative;
}

.flex-space {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.flex-space.mobile-center.flex-b {
  display: none;
}

.h3-big {
  color: var(--bten-yellow);
  text-align: left;
  letter-spacing: 5px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
  line-height: 40px;
}

.h3-big.subtitle.sustainable-mindset {
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 500;
}

.h3-big.solutions-fw-title {
  text-align: center;
  letter-spacing: 7px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 300;
}

.h3-big.what-clients-say {
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
}

.subtitle {
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  text-shadow: 1px 1px 20px #000;
  border: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.subtitle.blog {
  color: var(--white);
  font-style: italic;
}

.subtitle.right-align {
  text-align: left;
  letter-spacing: .5px;
}

.subtitle.sustainable {
  letter-spacing: 0;
  margin-bottom: 100px;
  font-size: 18px;
  font-weight: 500;
}

.subtitle.sustainable.b {
  color: var(--white);
  text-shadow: 0 0 20px #000;
}

.subtitle.about-us {
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
}

.subtitle.innovation-culture {
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.subtitle.mvp {
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 500;
}

.subtitle.digitalisation {
  height: auto;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 500;
}

.go-up-button {
  z-index: 20;
  width: 45px;
  height: 45px;
  background-color: var(--bten-yellow);
  color: #fff;
  background-image: url('../images/flecha-hacia-arriba.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px 100%;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 13px;
  margin-right: 15px;
  font-size: 25px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.go-up-button.w--current {
  z-index: 100;
  background-color: var(--bten-yellow);
}

.link-block {
  color: var(--font);
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  line-height: 25px;
  text-decoration: none;
}

.link-block.white {
  color: #fff;
}

.link-block.white.left {
  float: left;
  clear: left;
  margin-top: 20px;
}

.link-block.sustain-button {
  display: none;
}

.link-block.cta-contact {
  width: 500px;
  height: 75px;
  border: 3px solid var(--bten-yellow);
  text-align: center;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  transition: border-color .2s;
  display: flex;
}

.link-block.cta-contact:hover {
  background-color: var(--black);
  border-color: rgba(255, 194, 2, .36);
}

.link-block-arrow {
  border: 1px solid rgba(0, 0, 0, 0);
  margin-top: -3px;
  display: none;
}

.content-section-2 {
  position: relative;
}

.content-section-2.mobile-overflow, .content-section-2.ab-us {
  display: none;
}

.absolute {
  width: 100%;
  height: 120%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.absolute.office {
  background-image: linear-gradient(110deg, rgba(0, 0, 0, .73), rgba(8, 9, 19, .16)), url('../images/Bten---IMG-Digitalization.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.absolute.lounge {
  background-image: url('../images/Bten---IMG-Mountain.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.absolute.lounge._2 {
  width: 100%;
  background-image: radial-gradient(circle, rgba(0, 0, 0, .5), rgba(8, 9, 19, .75)), url('../images/Bten-Sustainability-Consultants.jpeg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  display: block;
  position: absolute;
}

.absolute.lounge._2.strategy-challenge {
  height: 100%;
  text-align: right;
  background-image: linear-gradient(rgba(0, 0, 0, .45), rgba(8, 9, 19, .43)), url('../images/Bten---IMG-Mountain.png');
  background-position: 0 0, 37% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 370%;
}

.absolute.lounge._2.int {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Bten---IMG-Digitalization.png');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.absolute.photo {
  background-image: url('../images/5.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.absolute.meeting {
  background-image: url('../images/charles-Lks7vei-eAg-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.absolute.post-preview {
  filter: grayscale();
  background-image: url('../images/charles-Lks7vei-eAg-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.absolute.about-us {
  height: 123%;
  filter: none;
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/Bten-Technology-experts.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.absolute.art {
  background-image: url('../images/3pic_13pic.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.absolute.bridge {
  filter: grayscale();
  background-image: url('../images/david-watkis-ttMBIEnFeKA-unsplash.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.absolute.subway {
  background-image: url('../images/3g.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.absolute.picture {
  background-image: url('../images/1g_11g.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.absolute.services {
  height: 123%;
  filter: none;
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/Bten---Sustainable.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.absolute.team {
  filter: grayscale();
  background-image: url('../images/stephanie-liverani-DiA1DpZyOmM-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.absolute.work {
  background-image: url('../images/linkedin-sales-navigator-zmwpbOQkEig-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.absolute.blog, .absolute.next-post {
  background-image: url('../images/3.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.absolute.work-preview {
  height: 100%;
  background-image: url('../images/4.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.absolute.girl {
  height: 80%;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Bten---IMG-IDEAS.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.absolute.girl.fin {
  height: 100%;
  background-image: url('../images/Bten---Fin.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.absolute.girl.fin.international-pic {
  background-image: url('../images/Bten---International.jpg');
}

.absolute.guy {
  background-image: url('../images/2g_12g.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.absolute.senior {
  height: 100%;
  background-image: url('../images/linkedin-sales-navigator-rkmQRHZqHyU-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.absolute.consulting {
  height: 100%;
  background-image: url('../images/2a.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.absolute.guy {
  height: 100%;
  background-image: url('../images/linkedin-sales-navigator-sbtfAbhbp3w-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.absolute.team-1 {
  height: 100%;
  background-image: url('../images/1t_21t.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.absolute.filming {
  height: 100%;
  background-image: url('../images/tyler-casey-nLQvYUE9dqc-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.absolute.laptop {
  height: 100%;
  background-image: url('../images/claudiu-hegedus-aLw45Y-le_c-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.absolute.friends {
  height: 100%;
  background-image: url('../images/brooke-cagle-g1Kr4Ozfoac-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.absolute.skull {
  height: 100%;
  background-image: url('../images/2L.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.absolute.book {
  height: 100%;
  background-image: url('../images/1L.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.absolute.mobile {
  height: 100%;
  background-image: url('../images/3L.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.absolute.photo {
  background-image: url('../images/2g_12g.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.absolute.team-2 {
  height: 100%;
  background-image: url('../images/2t_22t.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.absolute.team-3 {
  height: 100%;
  background-image: url('../images/3t_13t.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.absolute.team-4 {
  height: 100%;
  background-image: url('../images/4t_2.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.absolute.team-5 {
  height: 100%;
  background-image: url('../images/5t_1.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.absolute.team-6 {
  height: 100%;
  background-image: url('../images/6t_2.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.absolute.polaroid {
  background-image: url('../images/Bten---Sustainable.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.absolute.polaroid.barrier {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, .5), var(--bten-anthracite) 80%), url('../images/trekking-hiking-group-alpine-53214.jpeg');
  text-shadow: 1px 1px 20px #000;
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.image-1 {
  z-index: 10;
  width: 56%;
  height: auto;
  min-height: 550px;
  background-color: var(--bten-yellow);
  position: relative;
  overflow: hidden;
}

.image-1.img-sec {
  width: 50%;
}

.absolute-bg-2 {
  background-color: var(--bten-yellow);
  padding: 0;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.flex {
  z-index: 1;
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.flex.margin {
  margin-bottom: 20px;
}

.text-container-1 {
  flex: 1;
  align-items: center;
  padding: 20px 20px 20px 4%;
  display: flex;
  position: relative;
}

.text-container-1.bg {
  background-color: var(--bten-yellow);
  padding-top: 40px;
  padding-bottom: 60px;
}

.h4-big {
  color: var(--white);
  letter-spacing: 0;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 46px;
}

.h4-big.right-align-2 {
  color: var(--white);
  text-align: left;
}

.text-box {
  z-index: 1;
  width: 68%;
  max-width: 358px;
  margin-top: auto;
  position: relative;
}

.text-box.mobile-padding {
  width: 100%;
  max-width: 90vh;
  margin-top: 60px;
  margin-bottom: 100px;
  font-family: Montserrat, sans-serif;
}

.text-box.challenge-txt-box {
  z-index: 100;
}

.text-box.sustainable-home-text-box {
  width: 68%;
  max-width: 358px;
  left: -113px;
}

.text-box.t-digi {
  width: 68%;
  max-width: 700px;
}

.box-right {
  width: 132px;
  height: 490px;
  background-image: url('../images/Box-dotted.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 138px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.text-container-2 {
  z-index: 100;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding: 20px 4% 100px 20px;
  display: flex;
  position: relative;
}

.text-container-2.int {
  background-color: var(--bten-anthracite);
  padding-top: 60px;
  padding-right: 10%;
}

.circle-left {
  width: 138px;
  height: 490px;
  background-image: url('../images/Bten---Upper-Waves.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.triangle-right {
  width: 155px;
  height: 490px;
  background-image: url('../images/Triangle-dotted.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 176px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.work-item {
  width: 50%;
  margin-bottom: 70px;
}

.work-item.no-margin, .work-item.last {
  margin-bottom: 0;
}

.title-link {
  color: var(--bten-yellow);
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  text-decoration: none;
  transition: opacity .2s;
}

.title-link:hover {
  opacity: .8;
}

.title-link.w--current {
  font-family: Montserrat, sans-serif;
}

.title-link.white {
  color: var(--white);
}

.title-link.small {
  font-size: 11px;
}

.work-title {
  color: var(--black);
  font-family: Lato, sans-serif;
  font-size: 30px;
  text-decoration: none;
  transition: opacity .2s;
}

.work-title:hover {
  opacity: .8;
  color: var(--black);
  font-family: Cormorant Garamond, sans-serif;
  font-size: 30px;
  text-decoration: none;
  transition: opacity .2s;
}

.orange-line {
  width: 88px;
  height: 1px;
  background-color: var(--bten-yellow);
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.orange-line.left {
  float: left;
}

.orange-line.about-yellow-line {
  position: relative;
  top: 142px;
}

.full-section {
  height: 400px;
  display: none;
  position: relative;
  overflow: hidden;
}

.feature {
  width: 33.33%;
  text-align: center;
  margin-bottom: 50px;
  padding-left: 12px;
  padding-right: 12px;
}

.feature.no-margin, .feature.last {
  margin-bottom: 0;
}

.less-line-height {
  color: var(--white);
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 32px;
}

.less-line-height._28-pixels {
  line-height: 26px;
}

.less-line-height.solutions-fw {
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.less-line-height.text-descr {
  text-transform: none;
}

.content-section-3 {
  background-color: var(--bten-yellow);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.content-section-3.finance {
  background-color: var(--black);
}

.content-section-3.inter {
  padding-bottom: 0;
}

.text-container-3 {
  width: 50%;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-container-3.mobile-margin {
  font-family: Montserrat, sans-serif;
}

.image-2 {
  width: 50%;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.image-2.mobile-margin {
  font-family: Montserrat, sans-serif;
}

.text-box-2 {
  width: 75%;
  max-width: 360px;
}

.box-left {
  width: 89px;
  height: 100%;
  background-image: url('../images/Box-dotted-L.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 138px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.pricing-box {
  width: 31%;
  border: 1px solid var(--lines);
  text-align: center;
  border-radius: 8px;
}

.pricing-top {
  border-bottom: 1px solid var(--lines);
  padding: 0 20px 60px;
  font-family: Montserrat, sans-serif;
}

.pricing-details {
  border-bottom: 1px solid var(--lines);
  color: var(--white);
  text-align: center;
  letter-spacing: 0;
  padding: 30px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.pricing-title {
  color: var(--bten-yellow);
  letter-spacing: 0;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
}

.pricing-button-box {
  padding: 25px 40px;
  font-family: Montserrat, sans-serif;
}

.pricing-button {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--bten-yellow);
  color: var(--bten-yellow);
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  padding: 13px 28px 11px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
  transition: color .2s, background-color .2s;
}

.pricing-button:hover {
  border-color: var(--bten-yellow);
  background-color: var(--bten-yellow);
  color: var(--white);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.not-included {
  color: var(--white);
  cursor: not-allowed;
}

.overflow-hidden {
  width: 100%;
  margin-top: 3px;
  overflow: hidden;
}

.open-close-box {
  height: 28px;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-right: 15px;
  display: flex;
  position: relative;
}

.accordion-wrapper {
  border-bottom: 1px solid var(--lines);
  margin-bottom: 10px;
}

.accordion-item-trigger {
  width: 100%;
  color: var(--black);
  flex-wrap: wrap;
  align-items: flex-start;
  padding-bottom: 10px;
  padding-left: 22px;
  padding-right: 5px;
  text-decoration: none;
  display: flex;
}

.accordion-item-trigger:hover {
  text-decoration: none;
}

.accordion-item-trigger.blog {
  padding-left: 0;
}

.flex-no-wrap {
  flex-wrap: nowrap;
  display: flex;
}

.full-width {
  flex: 1;
}

.accordion-item-content {
  margin-top: -1px;
  padding-bottom: 5px;
  padding-left: 22px;
  padding-right: 25px;
  overflow: hidden;
}

.accordion-item-content.blog {
  padding-left: 0;
}

.slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.slide-nav {
  display: none;
}

.collection-list-wrapper {
  height: 100%;
}

.empty-state {
  color: var(--font);
  background-color: rgba(0, 0, 0, 0);
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.slide-text-container {
  width: 50%;
  background-color: var(--bg);
  justify-content: flex-end;
  padding-top: 130px;
  padding-bottom: 130px;
  display: flex;
}

.slide-arrow {
  color: var(--slide-arrows);
  font-size: 28px;
  transition: opacity .2s;
}

.slide-arrow:hover {
  opacity: .8;
}

.slide-arrow.home {
  z-index: 10;
}

.slide-text-box {
  width: 72%;
  height: 100%;
  max-width: 505px;
  padding-right: 100px;
}

.post-preview-link {
  color: var(--black);
  font-size: 35px;
  line-height: 45px;
}

.slide-image {
  min-height: 420px;
  flex: 1;
  position: relative;
  overflow: hidden;
}

.absolute-bg-4 {
  background-color: var(--bg);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover-overlay {
  background-color: rgba(218, 217, 215, .8);
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.insta-pic {
  width: 23.8%;
  position: relative;
  overflow: hidden;
}

.instagram-container {
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 79px;
  padding-right: 79px;
  position: relative;
}

.insta-text {
  color: var(--font);
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  display: inline-block;
  position: absolute;
  top: 45%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: rotate(-90deg);
}

.footer {
  background-color: var(--bten-yellow);
  margin-top: 120px;
  padding-bottom: 23px;
  position: relative;
  overflow: hidden;
}

.notice-text {
  padding-top: 18px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
}

.footer-title {
  color: #69707b;
}

.menu-link {
  text-decoration: none;
}

.menu-link.black {
  height: 30px;
  color: #000;
  letter-spacing: 0;
  font-family: Lato, sans-serif;
  font-size: 15px;
}

.menu-link.black.w--current {
  color: #69707b;
}

.footer-container {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 60px;
  display: flex;
}

.footer-title {
  color: var(--white);
  letter-spacing: .5px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 900;
  line-height: 28px;
  position: relative;
  top: -27px;
}

.footer-expand {
  flex-wrap: wrap;
  flex: 1;
  justify-content: space-between;
  padding-top: 55px;
  padding-right: 20px;
  display: flex;
}

.menu {
  width: 30%;
  font-size: 18px;
}

.footer-column {
  width: 35%;
  max-width: 340px;
  background-color: var(--black);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-right: 10%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.notice {
  border-top: 1px solid var(--lines);
}

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

.footer-menu {
  color: var(--black);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 8px;
  font-style: normal;
}

.footer-text {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 25px;
}

.footer-text-link {
  color: var(--black);
  letter-spacing: 0;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 25px;
  transition: opacity .2s;
}

.footer-text-link:hover {
  opacity: .8;
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 25px;
  transition: opacity .2s;
}

.dropdown-lik {
  font-family: Roboto, sans-serif;
  font-size: 15px;
  transition: background-color .2s;
}

.dropdown-lik:hover {
  background-color: var(--menu-hover);
  font-family: Roboto, sans-serif;
  font-size: 15px;
  transition: background-color .2s;
}

.dropdown-lik.w--current {
  color: var(--font);
}

.large-text {
  letter-spacing: 0;
  font-size: 40px;
  font-style: italic;
  display: inline-block;
}

.large-text-box-2 {
  width: 1400px;
  margin-top: 54px;
  margin-bottom: 25px;
  position: relative;
  left: 33px;
}

.large-text-box {
  width: 1500px;
  margin-top: 50px;
  position: relative;
}

.underline-reverse {
  height: 2px;
  background-color: #008dff;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.underline-reverse.orange {
  height: 1px;
  background-color: var(--orange);
  margin-top: 0;
  position: relative;
  top: 0;
}

.intro-feature {
  width: 33.33%;
  text-align: center;
  padding-left: 12px;
  padding-right: 12px;
}

.content-section-4 {
  padding-top: 70px;
  position: relative;
}

.content-section-4.double {
  background-color: var(--black);
  padding-bottom: 120px;
  font-style: normal;
}

._50-percent-column {
  width: 50%;
  position: relative;
}

.text-container-4 {
  width: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

._85-percent-column {
  width: 85%;
}

.text-box-3 {
  width: 45%;
  align-items: center;
  margin-right: 5%;
  display: flex;
}

.box-right-2 {
  width: 138px;
  height: 490px;
  background-image: url('../images/Box-dotted.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 138px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.feature-outline {
  width: 23%;
  border: 1px solid var(--lines);
  text-align: left;
  border-radius: 5px;
  margin-bottom: 50px;
  margin-right: 15px;
  padding: 40px 20px 10px;
}

.feature-outline._4 {
  margin-right: 0;
}

.feature-outline._5, .feature-outline._6, .feature-outline._7 {
  margin-bottom: 0;
}

.feature-outline._8 {
  margin-bottom: 0;
  margin-right: 0;
}

.lightbox-link {
  width: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

._80-percent-column {
  width: 80%;
}

.iphones {
  width: 50%;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-section-5 {
  background-color: var(--black);
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
}

.content-section-5.less-top-padding {
  padding-top: 300px;
}

.content-section-6 {
  background-color: var(--bg);
  position: relative;
}

.bottom-bg {
  height: 40px;
  background-color: var(--main-bg);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bottom-bg.ab-us-b-bg {
  display: none;
}

.top-bg {
  height: 40px;
  background-color: var(--main-bg);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.hover-bg {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--bg);
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.team-member {
  width: 31%;
  margin-bottom: 70px;
}

.team-member.no-margin, .team-member.last {
  margin-bottom: 0;
}

.absolute-bg {
  background-color: var(--bg);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.team-picture-box {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

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

.hover-content.padding {
  padding-left: 20px;
  padding-right: 20px;
}

.tabs-menu {
  height: 70px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.testimonial-text {
  background-color: var(--bg);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-style: italic;
  line-height: 50px;
}

.testimonial-container {
  width: 80%;
  text-align: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  margin-left: auto;
  margin-right: auto;
}

.profile-pic {
  width: 50px;
  height: 50px;
  background-color: var(--slide-arrows);
  background-image: url('../images/Foto_AnaPaula.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #868686;
  border-radius: 50%;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  transition: border .2s;
}

.profile-pic:hover {
  width: 50px;
  height: 50px;
  border: 2px solid var(--orange);
  background-color: var(--slide-arrows);
  background-image: url('../images/t_1t.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  transition: border .2s;
}

.profile-pic.w--current {
  width: 65px;
  height: 65px;
  border-width: 2px;
  border-color: var(--orange);
}

.profile-pic._2 {
  color: var(--bten-yellow);
  background-image: url('../images/Foto-67.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.profile-pic._2.w--current {
  background-image: url('../images/Foto_jrs.png');
  background-position: 50% 10%;
}

.profile-pic._3 {
  color: var(--bten-yellow);
  background-image: url('../images/Foto_jrs.png');
  background-position: 50% 0;
}

.item-2 {
  width: 31%;
  position: relative;
  overflow: hidden;
}

.item-3 {
  width: 30%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.item-1 {
  width: 14%;
  position: relative;
  overflow: hidden;
}

.text-box-6 {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}

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

.content-section-7 {
  border-bottom: 1px solid var(--lines);
  background-color: var(--black);
  padding-top: 120px;
  padding-bottom: 90px;
  position: relative;
}

.image-3 {
  width: 57%;
  font-family: Montserrat, sans-serif;
  position: relative;
  overflow: hidden;
}

.client-item {
  width: 20%;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  display: flex;
}

.clients-flex {
  border-bottom: 1px solid var(--lines);
  flex-wrap: wrap;
  padding-bottom: 30px;
  display: flex;
}

.circles {
  width: 57%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.circle-big {
  width: 267.5px;
  height: 267.5px;
  border-radius: 50%;
  font-family: Roboto, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 60px;
  position: relative;
  overflow: hidden;
}

.circle-bg {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.circle-bg.large {
  background-color: var(--font);
  padding-top: 24px;
}

.circle-bg.padding {
  background-color: var(--font);
  padding-top: 20px;
}

.circle-medium {
  width: 225px;
  height: 225px;
  border-radius: 50%;
  margin-top: 28px;
  margin-right: 6%;
  font-family: Roboto, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 45px;
  position: relative;
  overflow: hidden;
}

.small-letter {
  font-size: 40px;
  line-height: 50px;
}

.circle-small {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  position: relative;
  overflow: hidden;
}

.testimonial-column {
  width: 33.33%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.testimonial-column.padding {
  padding-top: 80px;
}

.testimonial-item {
  width: 94%;
  text-align: center;
  background-color: rgba(94, 94, 94, .53);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 60px 40px;
  display: flex;
}

.testimonial-pic {
  width: 60px;
  height: 60px;
  border: 2px none var(--orange);
  background-color: var(--slide-arrows);
  background-image: url('../images/1t_11t.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}

.testimonial-pic.w--current {
  width: 65px;
  height: 65px;
  border-width: 2px;
  border-color: var(--orange);
}

.testimonial-pic._2 {
  background-image: url('../images/4t_14t.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-pic._3 {
  background-image: url('../images/2t_12t.jpeg');
  border-style: none;
}

.testimonial-pic._4 {
  background-image: url('../images/5t_25t.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-pic._5 {
  background-image: url('../images/3t_23t.jpeg');
  border-style: none;
}

.testimonial-pic._6 {
  background-image: url('../images/6t_16t.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-paragraph {
  color: var(--white);
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: 40px;
}

.image-4 {
  width: 57%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-container-5 {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.text-box-4 {
  width: 62%;
  max-width: 370px;
  min-width: 390px;
  align-items: center;
  display: flex;
}

.cta-text-box {
  width: 45%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.buttons-box {
  width: 95%;
  max-width: 410px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tabs-container {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.tabs-content {
  width: 50%;
  flex: 1;
}

.tabs {
  flex-wrap: wrap;
  display: flex;
}

.tab {
  width: 100%;
  opacity: .7;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 20px;
}

.tab:hover {
  width: 100%;
  border-left: 2px solid var(--close-button);
  opacity: .7;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 18px;
}

.tab.w--current, .tab.w--current:hover {
  border-left: 2px solid var(--orange);
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 18px;
}

.h3-medium {
  font-size: 30px;
  font-style: italic;
}

.tab-pane {
  height: 100%;
  overflow: hidden;
}

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

.text-container {
  width: 50%;
  background-color: var(--bg);
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 4%;
  display: flex;
}

.video-thumbnail {
  width: 150px;
  height: 90px;
  background-color: #e1e7f3;
  background-image: url('../images/linkedin-sales-navigator-UK1N66KUkMk-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.play-button {
  z-index: 100;
  width: 65px;
  height: 65px;
  background-color: #f96329;
  background-image: url('../images/Play-big_1Play-big.png');
  background-position: 55% 53%;
  background-repeat: no-repeat;
  background-size: 18px;
  border-radius: 50%;
  position: relative;
}

.play-button.small {
  width: 38px;
  height: 38px;
  background-color: rgba(255, 139, 0, .9);
  background-size: 11px;
}

.text-box-5 {
  width: 62%;
  max-width: 370px;
  min-width: 390px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

._42-percent-column {
  width: 42%;
}

._52-percent-column {
  width: 52%;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.contact-left {
  width: 39%;
  justify-content: center;
  align-items: center;
}

.expand {
  flex: 1;
}

.contact-item {
  border-bottom: 1px solid var(--lines);
  padding-bottom: 40px;
}

.contact-item.top-margin {
  margin-top: 40px;
}

.text-field {
  width: 48%;
  height: 45px;
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--lines);
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
}

.text-field:hover {
  border-bottom-color: var(--orange);
}

.text-field:focus {
  border-style: solid;
  border-color: var(--bten-yellow);
}

.text-field::-ms-input-placeholder {
  color: var(--font);
}

.text-field::placeholder {
  color: var(--font);
}

.text-field.full {
  width: 100%;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.form {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.textarea {
  border: 1px solid var(--lines);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 20px;
  padding-top: 17px;
  padding-bottom: 80px;
}

.textarea:hover, .textarea:focus {
  border-color: var(--bten-yellow);
}

.textarea::-ms-input-placeholder {
  color: var(--font);
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 11px;
}

.textarea::placeholder {
  color: var(--font);
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 11px;
}

.submit-button {
  min-width: 200px;
  border: 1px solid var(--bten-yellow);
  color: var(--bten-yellow);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  font-family: Lato, sans-serif;
  font-size: 11px;
  transition: color .2s, background-color .2s;
}

.submit-button:hover {
  background-color: var(--bten-yellow);
  color: var(--white);
  letter-spacing: 3px;
  font-weight: 300;
}

.submit-button.full {
  min-height: 42px;
  min-width: 100%;
  padding-top: 9px;
}

.map {
  width: 100%;
  height: 330px;
}

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

.blog-right {
  width: 30%;
}

.blog-left {
  width: 67.5%;
}

.tags {
  margin-right: 5px;
  display: inline-block;
}

.submit-button-2 {
  width: 100%;
  height: 75px;
  min-height: 45px;
  min-width: 130px;
  background-color: var(--bten-yellow);
  color: var(--white);
  text-align: center;
  border-radius: 3px;
  margin-top: 5px;
  padding: 14px 20px 11px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
  transition: background-color .2s;
}

.submit-button-2:hover {
  background-color: var(--orange-hover);
}

.success-message {
  color: var(--font);
  background-color: rgba(0, 0, 0, 0);
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 21px;
}

.position-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.subtitle-form {
  width: 86%;
  color: var(--font);
  margin-left: auto;
  margin-right: auto;
}

.newsletter-blog {
  background-color: var(--updates-bg);
  text-align: center;
  border-radius: 5px;
  padding: 15px 20px 10px;
}

.text-field-3 {
  width: 100%;
  height: 40px;
  border: 1px solid var(--lines);
  padding-left: 19px;
}

.text-field-3::-ms-input-placeholder {
  font-family: Roboto, sans-serif;
}

.text-field-3::placeholder {
  font-family: Roboto, sans-serif;
}

.error-message {
  color: #69707b;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 21px;
}

.medium-text {
  font-size: 20px;
  line-height: 27px;
}

.italiced {
  font-style: italic;
}

.preview-item {
  width: 46%;
  margin-bottom: 70px;
  margin-left: 2%;
  margin-right: 2%;
}

.preview-link {
  color: var(--black);
  font-size: 30px;
  line-height: 42px;
  transition: opacity .2s;
}

.preview-link:hover {
  opacity: .8;
}

.preview-link.medium {
  font-size: 24px;
  line-height: 32px;
}

.preview-link.small {
  font-size: 20px;
  line-height: 27px;
  display: inline-block;
}

.preview-link.blog {
  color: #fff;
  font-size: 50px;
  line-height: 60px;
}

.preview-link.blog-dark {
  color: var(--black);
  font-size: 35px;
  line-height: 46px;
}

.breadcrumb-box {
  margin-bottom: 20px;
  padding-left: 2%;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.mini-link {
  color: #69707b;
  font-size: 14px;
}

.mini-link:hover {
  text-decoration: underline;
}

.breadcrump {
  color: #69707b;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 14px;
  display: inline-block;
}

.mini-text {
  color: #69707b;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
}

.tag {
  color: var(--orange);
  margin-right: 3px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.mini-preview {
  width: 60px;
  height: 60px;
  margin-right: 15px;
  transition: opacity .2s;
  position: relative;
  overflow: hidden;
}

.mini-preview:hover {
  opacity: .85;
}

.blog-hero {
  height: auto;
  min-height: 700px;
}

.hero-blog-column {
  width: 60%;
  min-height: 700px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 220px;
  padding-bottom: 100px;
  display: flex;
}

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

.button-2 {
  min-height: 42px;
  min-width: 200px;
  border: 1px solid var(--orange);
  color: var(--orange);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding: 13px 28px 11px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  transition: color .2s, background-color .2s;
}

.button-2:hover {
  background-color: var(--orange);
  color: #fff;
}

.pagination {
  justify-content: flex-end;
}

.pagination-button {
  background-color: var(--orange);
  color: var(--white);
  border-style: none;
  margin-right: 0;
  padding-left: 35px;
  padding-right: 35px;
  font-family: Roboto, sans-serif;
  transition: background-color .2s;
}

.pagination-button:hover {
  background-color: var(--orange-hover);
}

.side-preview-post {
  z-index: 10;
  margin-bottom: 30px;
  margin-right: 20px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.preview-left {
  width: 125px;
  height: auto;
  min-height: 110px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  transition: opacity .2s;
  position: relative;
  overflow: hidden;
}

.preview-left:hover {
  opacity: .85;
}

.preview-right {
  width: 55%;
  max-width: 280px;
  background-color: var(--updates-bg);
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  flex: 1;
  padding: 10px 40px 15px 15px;
  line-height: 24px;
  position: relative;
}

.next-post-arrow {
  width: 40px;
  background-color: #dfdfdf;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  justify-content: center;
  align-items: center;
  transition: background-color .2s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.next-post-arrow:hover {
  background-color: var(--bg);
}

.rotation-text {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  line-height: 39px;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -123px;
  right: auto;
  transform: rotate(-90deg);
}

.rotation-text.previous {
  left: -140px;
}

.heading-box-line {
  border-bottom: 1px solid var(--lines);
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.side-padding {
  padding-left: 20px;
  padding-right: 20px;
}

.preview-item-post {
  width: 48%;
}

.big-title {
  color: var(--white);
  font-family: Lato, sans-serif;
  font-size: 56px;
  line-height: 66px;
}

.work-preview {
  height: 320px;
  display: flex;
  position: relative;
  overflow: hidden;
}

._22-percent-column {
  width: 22%;
  margin-bottom: 20px;
}

.bold-title {
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
}

.work-preview-item {
  width: 50%;
}

.faq-column {
  width: 22%;
  padding-left: 20px;
  padding-right: 20px;
  position: -webkit-sticky;
  position: sticky;
}

.side-menu {
  z-index: 1000;
  width: 29%;
  max-width: 400px;
  background-color: var(--mega-dropdown);
  padding: 60px 40px 40px;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: auto;
}

.close-button {
  z-index: 100;
  width: 22px;
  height: 22px;
  background-color: var(--close-button);
  background-image: url('../images/cruzar.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 8px;
  border-radius: 50%;
  margin-top: 25px;
  margin-right: 50px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.side-menu-container {
  z-index: 1000;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.side-menu-overlay {
  background-color: rgba(0, 0, 0, .4);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.social-link {
  width: 33px;
  height: 33px;
  border: 1px solid var(--orange);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border-radius: 50%;
  margin-right: 10px;
  transition: background-color .2s;
}

.social-link:hover {
  background-color: var(--orange);
  margin-right: 10px;
}

.social-link.fb {
  background-image: url('../images/logo-de-facebook.svg');
}

.social-link.fb:hover {
  background-image: url('../images/facebook-logo-de-letra_1.svg');
}

.social-link.twitter {
  background-image: url('../images/gorjeo_1.svg');
}

.social-link.twitter:hover {
  background-image: url('../images/gorjeo.svg');
}

.social-link.linkedin {
  background-image: url('../images/linkedin.svg');
}

.social-link.linkedin:hover {
  background-image: url('../images/linkedin-1.svg');
}

.social-link.pinterest {
  background-image: url('../images/pinterest.svg');
}

.social-link.pinterest:hover {
  background-image: url('../images/pinterest-1.svg');
}

.social-link.instagram {
  background-image: url('../images/logo-de-instagram.svg');
}

.social-link.instagram:hover {
  background-image: url('../images/logo-de-instagram-1.svg');
}

.dark-link {
  color: var(--black);
  transition: opacity .2s;
}

.dark-link:hover {
  opacity: .8;
}

.mega-dropdown {
  z-index: 10;
  height: auto;
  min-height: 300px;
  background-color: var(--mega-dropdown);
  padding-top: 90px;
  padding-bottom: 20px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.mega-left {
  width: 29%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.dropdown-item {
  width: 30.5%;
  margin-right: 4%;
  position: relative;
}

.dropdown-item.last {
  margin-right: 0%;
  position: relative;
}

.sort-number {
  width: 25px;
  height: 25px;
  background-color: #f5d700;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 132px;
  display: flex;
  position: absolute;
  top: -5px;
  bottom: auto;
  left: -5px;
  right: auto;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  background-color: var(--bten-anthracite);
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text-block-2 {
  font-family: Roboto, sans-serif;
  font-size: 100px;
  line-height: 100px;
}

.preloader {
  z-index: 100000000;
  background-color: var(--bg);
  color: #69707b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.margin {
  width: 100%;
  margin-bottom: 20px;
}

.row {
  margin-bottom: 3%;
}

.relative {
  position: relative;
  overflow: hidden;
}

.absolute-bg-3 {
  background-color: var(--bg);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-5 {
  width: 50%;
  position: relative;
  overflow: hidden;
}

.item-4 {
  width: 14%;
  position: relative;
  overflow: hidden;
}

.image-6 {
  position: relative;
  overflow: hidden;
}

.heading-box {
  width: 56%;
  max-width: 510px;
  text-align: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.heading-box.medium {
  width: 40%;
}

.question {
  margin-right: 5px;
  display: inline;
  position: relative;
  top: 9px;
}

.hero-absolute {
  height: auto;
  min-height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .84), rgba(94, 94, 94, .4)), url('../images/Bten---IMG-Mountain.png');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.hero-absolute.ab-us {
  background-image: url('../images/Bten---IMG-Meditation.png'), linear-gradient(rgba(0, 0, 0, .84), rgba(94, 94, 94, .4));
  background-position: 0 0, 0 0;
  background-size: 125px, auto;
}

.image-7 {
  width: 47%;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.feature-intro {
  width: 20%;
  text-align: center;
  border: 2px solid rgba(255, 194, 2, .4);
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  padding: 40px 10px 10px;
  display: flex;
}

.feature-intro.no-margin {
  justify-content: flex-start;
}

.feature-intro.last {
  width: 20%;
}

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

.text-flex {
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.contact-link {
  color: var(--black);
  font-size: 22px;
  transition: opacity .2s;
}

.contact-link:hover {
  opacity: .85;
}

._48-percent-column {
  width: 48%;
}

.map-container {
  flex: 1;
}

.less-height {
  color: var(--bten-yellow);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 30px;
}

.relative-box {
  position: relative;
  overflow: hidden;
}

.less-top-margin {
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
}

.absolute-hover {
  width: 100%;
  height: 120%;
  background-image: url('../images/5ae15e71134889.5bbb64792f5a3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.absolute-hover._2 {
  background-image: url('../images/14cf3b71134889.5bbb64793191f.png');
}

.absolute-hover._3 {
  background-image: url('../images/42c2f071134889.5bbb64792ebb9.png');
}

.absolute-hover._4 {
  background-image: url('../images/fe72d871134889.5bbb64792fb4e.png');
}

.absolute-hover.intro {
  height: 100%;
  background-image: url('../images/1.jpeg');
}

.absolute-hover.intro-2 {
  height: 100%;
  background-image: url('../images/2.jpeg');
}

.large-text-2 {
  max-width: 100%;
  font-size: 55px;
  font-style: italic;
  position: relative;
  top: -37px;
}

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

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

.hero-client-2, .hero-client-3, .hero-client-4, .hero-client-5 {
  width: 25%;
  text-align: center;
}

.rotation-wrapper {
  width: 306px;
  height: 70px;
  perspective: 10000px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: block;
  position: relative;
  transform: rotate(0);
}

.rotation-wrapper.full-line {
  width: 100%;
  color: var(--bten-yellow);
  text-align: center;
  top: auto;
  transform: rotate(0);
}

.rotation-wrapper.home-wrapper {
  color: var(--bten-yellow);
  font-family: Montserrat, sans-serif;
  top: auto;
}

.rotational-word-line {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.rotational-word-line.home-line {
  color: var(--white);
}

.video {
  width: 100%;
  margin-bottom: 20px;
}

.play-video {
  width: 100px;
  height: 30px;
  background-color: var(--orange);
  color: var(--white);
  background-image: url('../images/Play-big_1Play-big.png');
  background-position: 11%;
  background-repeat: no-repeat;
  background-size: 9px;
  border-radius: 3px;
  margin-bottom: 20px;
  padding-left: 26px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  transition: opacity .2s;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.play-video:hover {
  opacity: .85;
}

.display-none, .static-header {
  display: none;
}

.about-us-rotational {
  color: #fff;
  margin-top: 15px;
}

.body {
  background-color: var(--bten-anthracite);
}

.body-2 {
  background-color: var(--close-button);
}

.bold-text {
  color: var(--black);
  font-size: 12px;
  line-height: 16px;
}

.bold-text.wbg {
  z-index: 100;
  width: 700px;
  color: var(--bten-yellow);
  letter-spacing: 7px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: italic;
  line-height: 36px;
  display: block;
  position: relative;
}

.image-8, .image-9 {
  display: none;
}

.bold-text-2 {
  text-transform: none;
  font-size: 50px;
  font-weight: 900;
  line-height: 46px;
}

.bold-text-3 {
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 900;
  display: inline;
}

.bold-text-3.y {
  color: var(--bten-yellow);
}

.image-10 {
  position: relative;
  left: 9px;
}

.image-11 {
  position: relative;
  top: 3px;
  left: -38px;
}

.div-block {
  width: 70%;
  height: 70%;
  background-color: rgba(255, 255, 255, .23);
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
  position: absolute;
  top: 16%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block.challenge-div-2 {
  display: none;
}

.div-block.challenge-div-2.sustainable-inno {
  height: auto;
}

.image-12 {
  display: none;
}

.text-block-3 {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 16px;
  position: relative;
  top: 267px;
}

.text-span {
  color: var(--bten-yellow);
  font-size: 12px;
  font-weight: 900;
}

.contact-date-section {
  padding-top: 120px;
  display: block;
  position: relative;
}

.contact-date-section.top-padding {
  padding-top: 120px;
}

.contact-date-section.double {
  padding-bottom: 120px;
  display: none;
}

.contact-date-section.no-padding {
  padding-top: 0;
  overflow: hidden;
}

.contact-date-section.blog {
  padding-top: 70px;
}

.contact-date-section.overflow {
  padding-bottom: 120px;
}

.contact-date-section.words {
  overflow: hidden;
}

.text-span-2 {
  font-size: 16px;
  font-style: italic;
}

.morada-text {
  letter-spacing: 0;
}

.body-3 {
  background-color: var(--bten-grey);
}

.text-block-4 {
  letter-spacing: 0;
  font-style: italic;
}

.text-span-3 {
  text-transform: none;
}

.div-block-2 {
  position: relative;
}

.div-block-2.ch {
  z-index: 1000;
}

.bten-numbers {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.numbers {
  width: 90%;
  text-align: left;
  letter-spacing: 7px;
  text-transform: uppercase;
  font-size: 1em;
  font-style: italic;
  line-height: 40px;
  position: relative;
  top: 99px;
}

.bold-text-4 {
  text-align: left;
  letter-spacing: .5px;
}

.bold-text-4.go-inter, .bold-text-4.fin-that-lasts {
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 500;
}

.div-block-3 {
  font-family: Montserrat, sans-serif;
}

.text-block-5 {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 300;
}

.text-block-6 {
  letter-spacing: 3px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  display: none;
}

.text-block-7 {
  letter-spacing: 3px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  position: relative;
}

.text-block-8, .text-block-9, .text-block-10, .text-block-11 {
  letter-spacing: 3px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.text-block-12 {
  letter-spacing: 3px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  display: none;
}

.text-block-13 {
  letter-spacing: 3px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.text-span-4 {
  color: var(--bten-yellow);
  border: 1px solid rgba(0, 0, 0, 0);
  font-style: italic;
}

.paragraph {
  font-family: Montserrat, sans-serif;
}

.image-13 {
  font-size: 9px;
  line-height: 16px;
}

.heading {
  font-family: Montserrat, sans-serif;
}

.section {
  background-color: var(--bten-yellow);
  color: var(--bten-yellow);
}

.img-inn-culture {
  height: 100%;
}

.b-what {
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 900;
}

.text-span-5 {
  text-transform: none;
}

.div-block-4 {
  font-size: 12px;
}

.bold-text-5 {
  letter-spacing: 0;
  font-size: 20px;
  line-height: 30px;
}

.bold-text-5.y-bg {
  text-shadow: 1px 1px 20px rgba(0, 0, 0, .25);
}

.bold-text-6, .bold-text-7 {
  letter-spacing: 0;
  font-size: 20px;
  line-height: 30px;
}

.bten-partner-profile {
  width: 80%;
  height: 200px;
  clear: none;
  text-align: left;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 100px;
  display: block;
  position: relative;
}

.bten-partner-profile.marco {
  order: 0;
}

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

.partner-pic {
  width: 150px;
  height: 150px;
  float: left;
  border-radius: 1000%;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
  display: flex;
  overflow: hidden;
}

.image-14 {
  border-radius: 100%;
}

.image-14.jose-rui {
  background-image: url('../images/JRSoares-pic.png');
  background-position: 50%;
  background-size: 125px;
  margin-top: 20px;
}

.image-14.jose-cardoso-de-matos {
  max-width: none;
}

.image-14.mafalda-correia {
  margin-top: 3px;
}

.partner-description {
  clear: none;
  color: var(--white);
  text-align: left;
  letter-spacing: 0;
  flex: 0 auto;
  padding-left: 25%;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: none;
  position: relative;
}

.partner-text {
  width: 80%;
}

.partner-name {
  float: none;
  color: var(--white);
  text-align: left;
  letter-spacing: 0;
  flex: none;
  margin-top: 33px;
  padding-left: 25%;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 700;
  position: static;
}

.partner-name.role-partner {
  color: var(--bten-yellow);
  font-size: 18px;
  font-style: italic;
  font-weight: 800;
}

.financial-lean-tgat-lasts {
  background-color: var(--bten-yellow);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.financial-lean-tgat-lasts.finance {
  background-color: var(--black);
  display: none;
}

.financial-lean-tgat-lasts.inter {
  padding-bottom: 0;
}

.go-international {
  background-color: var(--bten-yellow);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.go-international.finance {
  background-color: var(--black);
  display: none;
}

.go-international.inter {
  padding-bottom: 0;
}

.mvp-section {
  background-color: var(--black);
  padding-top: 120px;
  font-family: Montserrat, sans-serif;
  display: none;
  position: relative;
}

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

.mvp-section.double {
  padding-bottom: 120px;
  display: none;
}

.mvp-section.no-padding {
  padding-top: 0;
  overflow: hidden;
}

.mvp-section.blog {
  padding-top: 70px;
}

.mvp-section.overflow {
  padding-bottom: 120px;
}

.mvp-section.words {
  overflow: hidden;
}

.mvp-section.social-media-section {
  display: none;
}

.testemonials-section {
  background-color: var(--black);
  padding-top: 120px;
  font-family: Montserrat, sans-serif;
  display: none;
  position: relative;
}

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

.testemonials-section.double {
  padding-bottom: 120px;
  display: none;
}

.testemonials-section.no-padding {
  padding-top: 0;
  overflow: hidden;
}

.testemonials-section.blog {
  padding-top: 70px;
}

.testemonials-section.overflow {
  padding-bottom: 120px;
}

.testemonials-section.words {
  overflow: hidden;
}

.testemonials-section.social-media-section {
  display: none;
}

.solutions-section {
  background-color: var(--black);
  padding-top: 120px;
  font-family: Montserrat, sans-serif;
  display: none;
  position: relative;
}

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

.solutions-section.double {
  padding-bottom: 120px;
  display: none;
}

.solutions-section.no-padding {
  padding-top: 0;
  overflow: hidden;
}

.solutions-section.blog {
  padding-top: 70px;
}

.solutions-section.overflow {
  padding-bottom: 120px;
}

.solutions-section.words {
  overflow: hidden;
}

.solutions-section.social-media-section {
  display: none;
}

.contact {
  background-color: var(--black);
  padding-top: 120px;
  font-family: Montserrat, sans-serif;
  display: block;
  position: relative;
}

.contact.top-padding {
  padding-top: 120px;
}

.contact.double {
  padding-bottom: 120px;
  display: none;
}

.contact.no-padding {
  padding-top: 0;
  overflow: hidden;
}

.contact.blog {
  padding-top: 70px;
}

.contact.overflow {
  padding-bottom: 120px;
}

.contact.words {
  overflow: hidden;
}

.contact.social-media-section {
  display: none;
}

.learn-more-section {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: relative;
}

.learn-more-section.top-padding {
  padding-top: 120px;
}

.learn-more-section.double {
  padding-bottom: 120px;
  display: none;
}

.learn-more-section.no-padding {
  padding-top: 0;
  overflow: hidden;
}

.learn-more-section.blog {
  padding-top: 70px;
}

.learn-more-section.overflow {
  padding-bottom: 120px;
}

.learn-more-section.words {
  overflow: hidden;
}

.learn-more-section.social-media-section {
  display: none;
}

.flex-unknown {
  z-index: 1;
  flex-wrap: wrap;
  display: none;
  position: relative;
}

.flex-unknown.margin {
  margin-bottom: 20px;
}

.flex-space-sust {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 220px;
  display: flex;
}

.flex-space-sust.mobile-center.flex-b {
  display: none;
}

.project-image-wrapper {
  height: 550px;
  background-color: var(--black);
  position: relative;
  overflow: hidden;
}

.project-image {
  z-index: 0;
  width: 100%;
  background-image: radial-gradient(circle, #000, #fff);
  display: block;
  position: relative;
}

.project-image.lisboat {
  display: none;
}

.project-image-gradient {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.description-wrapper {
  min-height: 500px;
  border: 1px solid var(--bten-anthracite);
  margin-bottom: 100px;
  padding: 15%;
  position: relative;
  top: -213px;
}

.project-title {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 700;
  line-height: 40px;
  position: static;
}

.project-title._2 {
  margin-top: 100px;
}

.project-title.top-clients-title {
  margin-top: 220px;
}

.project-description {
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.project-name-wrapper {
  z-index: 10;
  max-width: 500px;
  position: relative;
  top: -400px;
  bottom: auto;
  left: 15%;
  right: 0%;
}

.project-name-wrapper._2 {
  text-align: right;
}

.project-name-wrapper.do-it-lean-w, .project-name-wrapper.lisboat-name {
  top: -470px;
}

.project-name {
  width: auto;
  color: var(--white);
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 1px 1px 20px rgba(0, 0, 0, .5);
  font-family: Montserrat, sans-serif;
  font-size: 100px;
  font-style: italic;
  font-weight: 900;
  line-height: 80px;
}

.project-name._2 {
  width: auto;
  float: right;
  text-align: right;
  position: relative;
}

.project-name.uipath-p-name {
  margin-top: 122px;
}

.project-name.yellow-project-name {
  color: var(--bten-yellow);
}

.testemonial-wrapper {
  z-index: 20;
  width: 700px;
  height: auto;
  float: right;
  background-color: var(--bten-yellow);
  padding: 60px;
  position: relative;
  top: -365px;
  box-shadow: 1px 1px 17px 5px rgba(0, 0, 0, .25);
}

.projects-section {
  width: 100vw;
}

.paragraph-2 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 800;
}

.company-position {
  color: var(--white);
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.testemonial-name {
  font-weight: 700;
}

.company-name {
  color: var(--white);
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-style: italic;
  line-height: 28px;
  display: none;
}

.project-button {
  width: 200px;
  border-top: 3px solid var(--bten-yellow);
  color: var(--bten-yellow);
  letter-spacing: 7px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding-left: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 50px;
  transition: all .2s;
  display: flex;
}

.project-button:hover {
  background-color: var(--bten-yellow);
  color: var(--bten-anthracite);
  padding-left: 15px;
}

.bold-text-8 {
  text-shadow: 1px 1px 20px #000;
}

.bten-partners-title {
  clear: none;
  color: var(--bten-yellow);
  text-align: left;
  letter-spacing: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 800;
  position: relative;
  top: -151px;
  left: auto;
}

.text-span-6 {
  text-shadow: 1px 1px 20px rgba(0, 0, 0, .5);
}

.text-span-7 {
  color: var(--bten-yellow);
  letter-spacing: 7px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.text-span-8, .text-span-9 {
  text-transform: none;
}

.text-span-10 {
  font-style: italic;
  font-weight: 800;
}

.video-2 {
  width: 100%;
}

.text-span-11, .text-span-12 {
  text-transform: none;
}

.background-video {
  z-index: 3;
  width: 100%;
  height: 100%;
}

.nav-link {
  display: none;
}

.link-block-2, .linkedin-ana-paula-pereira, .linkedin-isabel-marinho, .linkedin-jos-cardoso-de-matos, .linkedin-jose-rui-soares, .linkedin-jose-vasconcelos, .linkedin-mafalda-marques-correia, .linkedin-marco-braga-pinheiro, .linkedin-simeon-ries {
  width: 35px;
  height: 35px;
  color: rgba(0, 0, 0, 0);
  background-image: url('../images/Bten-Linkedin-Logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  left: -9px;
}

.div-block-6 {
  height: auto;
  padding: 100px 10%;
}

.text-field-4, .text-field-5 {
  height: 50px;
}

.div-block-7 {
  padding: 10%;
}

.text-field-6 {
  height: 75px;
  color: var(--bten-yellow);
  background-color: rgba(255, 255, 255, .05);
  border: 1px #000;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.blanck-field {
  height: 75px;
  color: var(--white);
  background-color: rgba(255, 255, 255, .05);
  border: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.blanck-field.paragraph-form {
  height: 100px;
  margin-top: 20px;
  font-size: 16px;
}

.blanck-field.paragraph-form.project-summary {
  height: 200px;
}

.blanck-field.paragraph-form.value-proposition, .blanck-field.paragraph-form.problem-solution {
  height: 150px;
}

.project-essentials {
  margin-bottom: 10%;
}

.submit-button-3 {
  width: auto;
  float: none;
  clear: none;
  color: var(--bten-yellow);
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 50px;
  padding-left: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.body-4 {
  background-color: var(--bten-anthracite);
}

.heading-2 {
  color: var(--bten-yellow);
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.field-label {
  color: var(--bten-grey);
}

.image-15 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.heading-3 {
  color: var(--white);
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.html-embed {
  display: none;
  position: relative;
  overflow: visible;
}

.paragraph-3 {
  color: var(--bten-yellow);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.text-span-13 {
  font-weight: 700;
}

.text-block-14 {
  color: var(--close-button);
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
}

.icon-2 {
  color: var(--close-button);
  margin-left: 10px;
}

.dropdown-toggle {
  font-size: 24px;
  font-weight: 500;
}

.dropdown-list {
  background-color: var(--close-button);
}

.dropdown-list.w--open {
  background-color: var(--bten-yellow);
  color: var(--white);
  padding-left: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.body-5 {
  background-color: var(--bten-anthracite);
}

.select-field {
  opacity: 1;
  color: var(--close-button);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.select-field.sector-field {
  width: 50%;
  border-radius: 0;
  margin-bottom: 100px;
  margin-left: 10px;
  font-size: 16px;
}

.select-field.company-field.niceselect {
  width: 10%;
  border-style: none;
  border-color: var(--bten-anthracite);
  margin-left: 10px;
  font-size: 16px;
  display: block;
}

.project-numbers, .main-info {
  margin-bottom: 10%;
}

.field-label-2 {
  color: var(--close-button);
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  position: static;
}

.existing-company-label, .sector-select {
  color: var(--close-button);
  padding-left: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  position: static;
}

.covid-19-message {
  z-index: 1000;
  background-color: rgba(8, 9, 19, .9);
  justify-content: center;
  align-items: center;
  margin: auto;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.covid-19-message-wrapper {
  width: 70%;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.paragraph-4 {
  width: auto;
  color: var(--white);
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
}

.heading-4 {
  color: var(--bten-yellow);
  text-align: left;
  order: 0;
  align-self: auto;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.button-3 {
  width: 70%;
  height: 75px;
  color: rgba(255, 194, 2, .34);
  letter-spacing: 5px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.button-3:hover {
  color: #ffc202;
}

.text-span-14, .text-span-15, .text-span-16, .text-span-17, .text-span-18, .text-span-19 {
  text-transform: uppercase;
}

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

.text-span-20, .text-span-21, .text-span-22, .text-span-23 {
  text-transform: uppercase;
}

.covid-19-message-pt {
  z-index: 1000;
  background-color: rgba(8, 9, 19, .9);
  justify-content: center;
  align-items: center;
  margin: auto;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lang-div {
  width: 100px;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  top: 3%;
  bottom: 0%;
  left: auto;
  right: 20px;
}

.button-4 {
  width: 50%;
  color: rgba(255, 255, 255, .7);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-weight: 400;
  display: flex;
}

.button-4:hover {
  color: #fff;
}

.image-16 {
  display: none;
}

.slider-div {
  height: 50%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
  overflow: hidden;
}

.div-block-8 {
  width: 200vw;
  height: 100%;
  align-items: center;
  display: flex;
  position: relative;
  left: auto;
}

.image-17 {
  max-height: 150px;
  max-width: 300px;
  filter: grayscale();
  border-radius: 30px;
  box-shadow: 0 2px 30px 10px rgba(255, 225, 0, .59);
}

.div-block-9 {
  justify-content: center;
  align-items: center;
  margin-left: 5%;
  display: flex;
}

.project-title-network {
  color: var(--white);
  text-transform: capitalize;
  margin-top: 100px;
  margin-bottom: 20px;
  margin-left: 10%;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-style: italic;
  font-weight: 900;
  line-height: 65px;
  position: static;
}

.project-title-network._2 {
  margin-top: 100px;
}

.project-title-network.top-clients-title {
  margin-top: 220px;
}

.project-description-netwwork {
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  top: -92px;
}

.description-wrapper-network {
  min-height: 500px;
  border: 1px solid var(--bten-anthracite);
  margin-bottom: 100px;
  padding: 15% 15% 15% 10%;
  position: relative;
  top: -213px;
}

@media screen and (max-width: 991px) {
  .content-section {
    padding-bottom: 0;
  }

  .navlink {
    width: 100%;
    text-align: left;
  }

  .navlink:hover {
    background-color: var(--black);
  }

  .navlink.contact-form {
    width: 100%;
    text-align: left;
  }

  .inline-block.right-border {
    display: none;
  }

  .inline-block.right-border.text-button {
    display: block;
  }

  .underline-hover.orange {
    display: none;
  }

  .nav-menu {
    z-index: 999;
    width: 100%;
    height: 100vh;
    background-color: var(--bten-anthracite);
    text-align: left;
    margin-right: 0%;
    padding: 56px 15px 140px;
    display: flex;
    overflow: auto;
  }

  .icon {
    color: var(--bten-yellow);
  }

  .dropdown-arrow {
    display: none;
    transform: rotate(-90deg);
  }

  .dropdown-nav {
    display: none;
    top: 0;
  }

  .menu-button {
    height: 60px;
    color: var(--orange);
  }

  .menu-button.w--open {
    background-color: var(--bten-anthracite);
    color: var(--bten-yellow);
    display: block;
  }

  .dropdown {
    width: 100%;
    text-align: left;
    display: none;
  }

  .dropdown:active {
    background-color: #e1e7f3;
  }

  .hero-section {
    padding-bottom: 0;
  }

  .hero-section.inner-pages {
    padding-bottom: 100px;
  }

  .bottom-waves {
    bottom: -16%;
  }

  .top-waves {
    top: -3%;
  }

  .hero-h1.rotational-word-member._3, .hero-h1.rotational-h1-surround, .hero-h1.rotational-h1-surround.space, .all-caps, .all-caps.rotational-member {
    font-size: 40px;
  }

  .center-box {
    width: 78%;
  }

  .absolute.office, .absolute.lounge, .absolute.photo, .absolute.meeting, .absolute.post-preview, .absolute.about-us, .absolute.art, .absolute.bridge, .absolute.subway, .absolute.picture, .absolute.services, .absolute.team, .absolute.work, .absolute.blog, .absolute.next-post, .absolute.work-preview, .absolute.girl, .absolute.guy, .absolute.team-1, .absolute.photo, .absolute.team-2, .absolute.team-3, .absolute.team-4, .absolute.team-5, .absolute.team-6, .absolute.polaroid {
    background-position: 66%;
  }

  .text-box {
    width: 90%;
  }

  .text-box.challenge-txt-box {
    left: -286px;
  }

  .text-box.sustainable-home-text-box {
    left: -268px;
  }

  .box-right {
    width: 51px;
  }

  .circle-left {
    width: 47px;
  }

  .triangle-right {
    width: 45px;
  }

  .full-section {
    height: 370px;
    padding-bottom: 0;
  }

  .box-left {
    width: 67px;
  }

  .pricing-box {
    margin-right: 10px;
  }

  .pricing-box.last {
    margin-right: 0;
  }

  .slide-text-box {
    padding-right: 50px;
  }

  .content-section-4 {
    padding-bottom: 0;
  }

  .feature-outline._6, .feature-outline._7, .feature-outline._8 {
    margin-bottom: 0;
  }

  .content-section-5.less-top-padding {
    padding-bottom: 75px;
  }

  .content-section-6 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .bottom-bg, .top-bg {
    display: none;
  }

  .circle-big {
    width: 210px;
    height: 210px;
  }

  .circle-medium {
    width: 186px;
    height: 186px;
    margin-right: 3%;
  }

  .circle-small {
    width: 175px;
    height: 175px;
    font-size: 35px;
    line-height: 35px;
  }

  .testimonial-item {
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-4 {
    flex: 1;
  }

  .text-box-4 {
    padding-left: 6%;
  }

  .buttons-box {
    width: 98%;
  }

  .text-container {
    padding-right: 2%;
  }

  .text-box-5 {
    width: 95%;
    min-width: auto;
  }

  .work-preview {
    height: auto;
  }

  .side-menu {
    width: 50%;
  }

  .side-menu-container {
    display: none;
  }

  .heading-box {
    width: 74%;
  }

  .heading-box.medium {
    width: 49%;
  }

  .feature-intro.no-margin, .feature-intro.last {
    margin-bottom: 0;
  }

  .less-height {
    text-align: left;
    letter-spacing: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 91px;
    font-family: Montserrat, sans-serif;
    font-size: 50px;
    font-weight: 800;
  }

  .rotation-wrapper.home-wrapper {
    width: 290px;
  }

  .rotational-word-line.home-line {
    justify-content: center;
  }

  .bold-text.wbg {
    font-size: 12px;
  }

  .bold-text-2 {
    z-index: 1;
    position: relative;
  }

  .contact-date-section {
    padding-bottom: 0;
  }

  .numbers {
    text-align: right;
    font-size: .5em;
    line-height: 3em;
    top: 217px;
  }

  .partner-name {
    margin-top: 25px;
  }

  .mvp-section, .testemonials-section, .solutions-section, .contact, .learn-more-section {
    padding-bottom: 0;
  }

  .bten-partners-title {
    left: auto;
  }

  .nav-link, .covid-19-message {
    display: none;
  }

  .paragraph-4 {
    letter-spacing: 0;
    font-size: 14px;
  }

  .lang-div {
    top: 2%;
    right: 87px;
  }

  .dropdown-list-2 {
    z-index: 5;
    display: none;
  }

  .dropdown-list-3 {
    display: flex;
  }

  .dropdown-list-3.w--open {
    display: block;
  }
}

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

  h2 {
    font-size: 28px;
    line-height: 32px;
  }

  h3 {
    font-size: 24px;
    line-height: 26px;
  }

  h4 {
    font-size: 22px;
    line-height: 24px;
  }

  p {
    font-size: 20px;
    line-height: 33px;
  }

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

  .content-section, .content-section.top-padding {
    padding-top: 80px;
  }

  .content-section.double, .content-section.overflow {
    padding-bottom: 80px;
  }

  .top-margin._75-pixels {
    margin-top: 50px;
  }

  .title {
    font-size: 12px;
  }

  .h2-big {
    font-size: 40px;
    line-height: 50px;
  }

  .social-icon {
    width: 30px;
    height: 30px;
  }

  .social-icon.twittter, .social-icon.linkedin, .social-icon.pinterest, .social-icon.instagram, .social-icon.facebook {
    background-size: 12px;
  }

  .navlink, .dropdown {
    height: 45px;
    padding-top: 12px;
  }

  .dropdown:active {
    background-color: var(--bg);
  }

  .hero-section {
    min-height: 620px;
    padding-top: 160px;
  }

  .hero-section.blog {
    min-height: 600px;
  }

  .bottom-waves {
    bottom: -16%;
  }

  .top-waves {
    top: -7%;
  }

  .center-content.left, .center-content.blog {
    width: 90%;
  }

  .hero-h1, .hero-h1.rotational-word-member {
    font-size: 55px;
    line-height: 65px;
  }

  .hero-h1.rotational-h1-surround {
    flex: none;
  }

  .hero-bottom {
    height: auto;
  }

  .hero-clients-box {
    flex-wrap: wrap;
  }

  .hero-client {
    width: 30%;
    margin-bottom: 10px;
  }

  .center-box {
    width: 85%;
    margin-bottom: 25px;
  }

  .flex-space.mobile-center {
    justify-content: center;
  }

  .h3-big {
    font-size: 30px;
    line-height: 36px;
  }

  .subtitle {
    font-size: 23px;
    line-height: 33px;
  }

  .absolute.senior {
    background-position: 50%;
  }

  .text-box {
    width: 100%;
  }

  .box-right {
    width: 24px;
  }

  .circle-left {
    width: 21px;
  }

  .full-section {
    height: 270px;
    padding-top: 80px;
  }

  .less-line-height {
    line-height: 30px;
  }

  .content-section-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .text-box-2 {
    width: 85%;
  }

  .box-left {
    width: 52px;
  }

  .pricing-details, .pricing-button-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .accordion-wrapper.last {
    margin-bottom: 0;
  }

  .accordion-item-trigger, .accordion-item-content {
    padding-left: 3.5%;
    padding-right: 3%;
  }

  .slide-text-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .slide-arrow.mobile-hide {
    width: 50px;
  }

  .slide-text-box {
    padding-right: 30px;
  }

  .slide-image {
    min-height: 320px;
  }

  .insta-pic {
    width: 48%;
    margin-bottom: 15px;
  }

  .footer {
    margin-top: 100px;
  }

  .footer-expand {
    flex-direction: row;
  }

  .menu {
    width: 50%;
    margin-bottom: 30px;
  }

  .menu.no-margin {
    margin-bottom: 0;
  }

  .footer-column {
    width: 51%;
  }

  .large-text {
    font-size: 40px;
  }

  .large-text-box-2 {
    margin-top: 30px;
  }

  .large-text-box {
    margin-top: 20px;
  }

  .content-section-4 {
    padding-top: 80px;
  }

  .content-section-4.double {
    padding-bottom: 80px;
  }

  .feature-outline {
    width: 30%;
  }

  .feature-outline._4 {
    margin-right: 15px;
  }

  .feature-outline._3 {
    margin-right: 0;
  }

  .feature-outline._5 {
    margin-bottom: 50px;
  }

  .feature-outline._6 {
    margin-bottom: 50px;
    margin-right: 0;
  }

  ._80-percent-column {
    width: 93%;
  }

  .content-section-5 {
    padding-top: 80px;
  }

  .content-section-6 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .team-member {
    margin-bottom: 50px;
  }

  .testimonial-text {
    font-size: 30px;
    line-height: 45px;
  }

  .content-section-7 {
    padding-top: 80px;
  }

  .circle-big {
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 50px;
  }

  .circle-medium {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 40px;
  }

  .small-letter {
    line-height: 30px;
  }

  .testimonial-paragraph {
    font-size: 26px;
    line-height: 36px;
  }

  .cta-text-box {
    width: 80%;
  }

  .h3-medium {
    line-height: 30px;
  }

  .text-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .submit-button-2 {
    min-width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .preview-link.blog {
    font-size: 45px;
    line-height: 55px;
  }

  .blog-hero {
    min-height: 600px;
  }

  .hero-blog-column {
    width: 90%;
    min-height: 600px;
    padding-top: 160px;
    padding-bottom: 60px;
    padding-left: 40px;
  }

  .side-preview-post {
    display: none;
  }

  .side-menu {
    width: 70%;
  }

  .dropdown-item {
    width: 48%;
  }

  .dropdown-item.last {
    display: none;
  }

  .dropdown-item._2 {
    margin-right: 0%;
  }

  .heading-box {
    width: 90%;
    margin-bottom: 40px;
  }

  .heading-box.medium {
    width: 57%;
  }

  .feature-intro {
    width: 46%;
    max-width: 250px;
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .less-height {
    padding-left: 79px;
    font-size: 30px;
  }

  .large-text-2 {
    font-size: 40px;
  }

  .hero-client-2, .hero-client-3, .hero-client-4, .hero-client-5 {
    width: 30%;
    margin-bottom: 10px;
  }

  .rotation-wrapper {
    width: 260px;
    height: 60px;
  }

  .rotation-wrapper.home-wrapper {
    width: 260px;
  }

  .contact-date-section, .contact-date-section.top-padding {
    padding-top: 80px;
  }

  .contact-date-section.double, .contact-date-section.overflow {
    padding-bottom: 80px;
  }

  .partner-name {
    margin-top: 15px;
  }

  .financial-lean-tgat-lasts, .go-international {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .mvp-section, .mvp-section.top-padding {
    padding-top: 80px;
  }

  .mvp-section.double, .mvp-section.overflow {
    padding-bottom: 80px;
  }

  .testemonials-section, .testemonials-section.top-padding {
    padding-top: 80px;
  }

  .testemonials-section.double, .testemonials-section.overflow {
    padding-bottom: 80px;
  }

  .solutions-section, .solutions-section.top-padding {
    padding-top: 80px;
  }

  .solutions-section.double, .solutions-section.overflow {
    padding-bottom: 80px;
  }

  .contact, .contact.top-padding {
    padding-top: 80px;
  }

  .contact.double, .contact.overflow {
    padding-bottom: 80px;
  }

  .learn-more-section, .learn-more-section.top-padding {
    padding-top: 80px;
  }

  .learn-more-section.double, .learn-more-section.overflow {
    padding-bottom: 80px;
  }

  .flex-space-sust.mobile-center {
    justify-content: center;
  }

  .project-name-wrapper {
    margin-left: auto;
    margin-right: auto;
    top: -437px;
    left: auto;
  }

  .project-name.uipath-p-name {
    font-size: 80px;
  }

  .testemonial-wrapper {
    width: 500px;
  }

  .paragraph-4 {
    font-size: 14px;
    line-height: 34px;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 22px;
  }

  blockquote {
    width: 100%;
  }

  .content-wrapper.wide {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 20px;
    display: flex;
    top: auto;
  }

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

  .content-section.double {
    padding-bottom: 60px;
    display: none;
  }

  .content-section.overflow {
    padding-bottom: 60px;
    overflow: hidden;
  }

  .content-section.words {
    display: none;
  }

  .top-margin {
    margin-left: auto;
    margin-right: auto;
  }

  .h2-big {
    font-size: 35px;
    line-height: 45px;
  }

  .navlink {
    height: 60px;
  }

  .navlink.contact-form, .navlink.faq {
    display: none;
  }

  .element-2 {
    height: 100px;
  }

  .brand {
    top: -60px;
    left: -73px;
  }

  .brand.w--current {
    z-index: 999;
    float: left;
    display: block;
    top: -59px;
    left: -15px;
    overflow: visible;
  }

  .brand.solfor-logo {
    display: flex;
    top: auto;
    left: -50px;
  }

  .inline-block {
    width: 100%;
  }

  .inline-block.right-border {
    display: none;
  }

  .inline-block.right-border.text-button {
    font-size: 8px;
  }

  .underline-hover.orange {
    display: none;
  }

  .nav-menu {
    top: 79px;
  }

  .icon {
    color: var(--bten-yellow);
  }

  .dropdown-arrow {
    display: none;
  }

  .navbar {
    height: 100px;
  }

  .dropdown-nav, .dropdown, .dropdown.w--open {
    display: none;
  }

  .hero-section {
    min-height: 520px;
  }

  .bottom-waves {
    bottom: -6%;
  }

  .top-waves {
    top: 3%;
  }

  .center-content.left, .center-content.blog {
    width: 90%;
  }

  .hero-h1 {
    font-size: 50px;
    line-height: 60px;
  }

  .hero-h1.white {
    font-size: 30px;
  }

  .hero-h1.rotational-word-member {
    font-size: 32px;
    line-height: 140%;
    transform: none;
  }

  .hero-h1.rotational-word-member._1 {
    font-family: Montserrat, sans-serif;
  }

  .hero-h1.rotational-word-member._1.hm, .hero-h1.rotational-word-member._1.hm1 {
    font-size: 16px;
  }

  .hero-h1.rotational-word-member._2 {
    font-size: 32px;
  }

  .hero-h1.rotational-word-member._2.hm, .hero-h1.rotational-word-member._2.hm1, .hero-h1.rotational-word-member._3 {
    font-size: 16px;
  }

  .hero-h1.rotational-h1-surround {
    letter-spacing: 0;
    font-size: 16px;
    line-height: 140%;
  }

  .hero-h1.rotational-h1-surround.space {
    font-size: 16px;
  }

  .all-caps {
    font-size: 30px;
  }

  .all-caps.rotational-member {
    font-size: 16px;
  }

  .all-caps.rotational-member.downcase.bt {
    font-size: 32px;
    top: 107px;
  }

  .all-caps.rotational-member.downcase.bt.hm {
    font-size: 16px;
  }

  .all-caps.rotational-member.hm2 {
    top: 9px;
  }

  .all-caps.mob-contact {
    font-size: 50px;
  }

  .all-caps.hm1 {
    font-size: 16px;
  }

  .hero-bottom {
    min-height: 75px;
    display: none;
  }

  .hero-clients-box {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-client {
    width: 30%;
    margin-bottom: 0;
    margin-right: 12px;
  }

  .scroll-line.inner-pages {
    bottom: -100px;
  }

  .center-box {
    width: 100%;
  }

  .intro-box {
    width: 100%;
    margin-bottom: 40px;
  }

  .intro-box._2 {
    margin-bottom: 0;
  }

  .flex-space.mobile-center {
    justify-content: center;
  }

  .h3-big.subtitle.sustainable-mindset {
    font-size: 16px;
  }

  .h3-big.h4-big {
    font-size: 30px;
  }

  .subtitle {
    padding-right: 30px;
    font-size: 16px;
  }

  .subtitle.sustainable.b {
    font-size: 16px;
  }

  .subtitle.about-us {
    font-size: 16px;
    line-height: 32px;
  }

  .subtitle.digitalisation {
    font-size: 16px;
  }

  .link-block.cta-contact {
    width: 90%;
    height: 65px;
  }

  .content-section-2.mobile-overflow {
    overflow: hidden;
  }

  .image-1 {
    width: 100%;
    height: 250px;
    min-height: auto;
  }

  .flex {
    width: 100%;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .flex.mobile-center {
    justify-content: center;
  }

  .flex.mobile-reverse {
    flex-wrap: wrap-reverse;
  }

  .text-container-1 {
    padding-left: 0%;
    padding-right: 0;
  }

  .text-container-1.bg {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-container-1.mobile-padding {
    padding-top: 0;
  }

  .h4-big {
    width: 80%;
    font-size: 30px;
  }

  .text-box {
    max-width: 100%;
  }

  .text-box.mobile-padding {
    padding-left: 20px;
  }

  .text-box.challenge-txt-box {
    width: 280px;
    object-fit: fill;
    margin-left: auto;
    margin-right: auto;
    left: auto;
  }

  .text-box.t-digi {
    width: 100%;
  }

  .box-right {
    width: 15px;
  }

  .text-container-2 {
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    position: relative;
  }

  .text-container-2.int {
    margin-left: auto;
    margin-right: auto;
  }

  .triangle-right {
    width: 20px;
  }

  .work-item {
    width: 100%;
    margin-bottom: 50px;
  }

  .work-item.no-margin {
    margin-bottom: 70px;
  }

  .work-item.last {
    margin-bottom: 0;
  }

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

  .feature {
    width: 100%;
    max-width: 350px;
    margin-bottom: 25px;
  }

  .feature.no-margin {
    margin-bottom: 25px;
  }

  .feature.last {
    margin-bottom: 0;
  }

  .content-section-3 {
    padding-top: 60px;
  }

  .text-container-3 {
    width: 100%;
  }

  .text-container-3.mobile-margin {
    margin-bottom: 20px;
  }

  .image-2 {
    width: 100%;
  }

  .image-2.mobile-margin {
    margin-top: 40px;
  }

  .text-box-2 {
    width: 90%;
  }

  .pricing-box {
    width: 100%;
    max-width: 350px;
    margin-bottom: 25px;
  }

  .pricing-box.last {
    margin-bottom: 0;
  }

  .accordion-wrapper {
    padding-bottom: 10px;
  }

  .accordion-item-trigger {
    padding-bottom: 0%;
  }

  .slide-nav.display {
    font-size: 14px;
    display: block;
  }

  .slide-text-container {
    width: 100%;
  }

  .slide-arrow.mobile-hide {
    display: none;
  }

  .slide-arrow.home {
    width: 40px;
  }

  .slide-text-box {
    width: 100%;
    padding-left: 40px;
    padding-right: 20px;
  }

  .slide-image {
    width: 100%;
    min-height: 220px;
    flex: 0 auto;
  }

  .insta-pic {
    width: 100%;
    max-width: 300px;
  }

  .instagram-container {
    padding-left: 0;
    padding-right: 0;
  }

  .insta-text {
    display: none;
  }

  .footer-expand {
    justify-content: center;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .menu.no-margin {
    margin-bottom: 0;
  }

  .footer-column {
    width: 100%;
    max-width: 100%;
    border-bottom: 1px solid #a4aebe;
    border-right-style: none;
    margin-right: 0%;
    padding-bottom: 40px;
  }

  .footer-menu {
    margin-left: auto;
    margin-right: auto;
  }

  .dropdown-lik.w--current {
    color: var(--font);
  }

  .large-text {
    font-size: 25px;
  }

  .large-text-box-2 {
    width: 460px;
    margin-top: 20px;
  }

  .large-text-box {
    width: 400px;
    margin-top: 20px;
  }

  .intro-feature {
    width: 100%;
    max-width: 300px;
    margin-bottom: 40px;
  }

  .content-section-4 {
    padding-top: 60px;
  }

  ._50-percent-column, .text-container-4, ._85-percent-column {
    width: 100%;
  }

  .text-box-3 {
    width: 100%;
    margin-right: 0%;
  }

  .text-box-3.mobile-margin {
    margin-bottom: 20px;
  }

  .feature-outline {
    width: 100%;
    max-width: 300px;
    margin-bottom: 20px;
  }

  .feature-outline._4, .feature-outline._1, .feature-outline._2 {
    margin-right: 0;
  }

  .feature-outline._5 {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .feature-outline._6 {
    margin-bottom: 20px;
  }

  .feature-outline._7 {
    margin-bottom: 20px;
    margin-right: 0;
  }

  ._80-percent-column, .iphones {
    width: 100%;
  }

  .content-section-5, .content-section-6 {
    padding-top: 60px;
  }

  .team-member {
    width: 100%;
    max-width: 300px;
    margin-bottom: 40px;
  }

  .team-member.no-margin {
    margin-bottom: 40px;
  }

  .team-picture-box {
    width: auto;
  }

  .item-2 {
    width: 100%;
    height: 250px;
  }

  .item-3 {
    width: 100%;
  }

  .item-1 {
    width: 100%;
    height: 250px;
    margin-bottom: 40px;
  }

  .text-box-6 {
    margin-top: 40px;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-section-7 {
    padding-top: 60px;
    padding-right: 22px;
  }

  .image-3 {
    width: 100%;
  }

  .client-item {
    width: 50%;
    flex: 0 auto;
    margin-bottom: 40px;
  }

  .clients-flex {
    justify-content: center;
  }

  .circles {
    width: 100%;
  }

  .circle-bg.padding {
    padding-top: 10px;
  }

  .testimonial-column {
    width: 100%;
  }

  .testimonial-column.padding {
    padding-top: 0;
  }

  .testimonial-item {
    max-width: 300px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-4 {
    width: 100%;
    flex: 0 auto;
    margin-top: 40px;
  }

  .text-box-4 {
    width: 100%;
    min-width: auto;
    padding-right: 40px;
  }

  .buttons-box {
    justify-content: center;
  }

  .tabs-container {
    width: 100%;
  }

  .tabs-content {
    width: 100%;
    flex: 0 auto;
  }

  .text-container {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  ._42-percent-column, ._52-percent-column {
    width: 100%;
  }

  .contact-left {
    width: 100%;
    margin-bottom: 20px;
  }

  .submit-button {
    width: 100%;
  }

  .blog-right {
    width: 100%;
    margin-top: 20px;
  }

  .blog-left {
    width: 100%;
  }

  .newsletter-blog {
    max-width: 300px;
  }

  .preview-item {
    width: 100%;
    margin-bottom: 50px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .hero-blog-column {
    width: 100%;
    padding-top: 100px;
    padding-left: 0;
  }

  .preview-item-post {
    width: 100%;
    margin-bottom: 40px;
  }

  .preview-item-post.no-margin {
    margin-bottom: 0;
  }

  ._22-percent-column {
    width: 100%;
  }

  .work-preview-item {
    width: 100%;
    margin-bottom: 50px;
  }

  .work-preview-item.no-margin {
    margin-bottom: 0;
  }

  .faq-column {
    width: 100%;
  }

  .side-menu {
    width: 90%;
  }

  .side-menu-container, .mega-dropdown {
    display: none;
  }

  .mega-left {
    width: 45%;
  }

  .dropdown-item {
    width: 100%;
  }

  .dropdown-item._2 {
    display: none;
  }

  .image-5 {
    width: 100%;
    margin-bottom: 20px;
  }

  .item-4 {
    width: 100%;
    height: 250px;
  }

  .heading-box {
    width: 100%;
  }

  .heading-box.medium {
    width: 90%;
  }

  .image-7 {
    width: 100%;
  }

  .feature-intro {
    width: 100%;
    margin-right: 0;
  }

  .feature-intro.no-margin {
    margin-bottom: 20px;
  }

  .feature-intro.last {
    margin-bottom: 0;
  }

  ._48-percent-column {
    width: 100%;
    margin-bottom: 20px;
  }

  ._48-percent-column.no-margin {
    margin-bottom: 0;
  }

  .map-container {
    width: 100%;
    flex: 0 auto;
  }

  .less-height {
    padding-left: 10px;
    font-size: 25px;
    line-height: 50px;
  }

  .large-text-2 {
    font-size: 30px;
  }

  .hero-client-2 {
    width: 30%;
    margin-bottom: 0;
  }

  .hero-client-3, .hero-client-4, .hero-client-5 {
    width: 30%;
    margin-bottom: 0;
    display: none;
  }

  .rotation-wrapper {
    height: 120px;
  }

  .rotation-wrapper.full-line {
    height: 44px;
  }

  .rotation-wrapper.home-wrapper {
    width: 160px;
    height: 44px;
  }

  .rotational-word-line.home-line {
    width: 100%;
  }

  .bold-text.wbg {
    width: auto;
    margin-bottom: 40px;
  }

  .bold-text-2 {
    font-size: 30px;
    line-height: 34px;
  }

  .bold-text-3.y {
    font-size: 30px;
  }

  .image-11 {
    z-index: 1000;
    text-align: center;
    display: inline-block;
    top: -58px;
    left: -71px;
  }

  .image-11.bten-logo-head {
    object-fit: fill;
    flex: none;
    display: block;
    top: -59px;
    left: -54px;
  }

  .image-11.bten-logo-head-sol-for {
    object-fit: fill;
    flex: none;
    display: block;
    top: auto;
    left: -8px;
  }

  .image-11.bten-logo-head-home {
    object-fit: fill;
    flex: none;
    display: block;
    top: -59px;
    left: -58px;
  }

  .image-11.bten-logo-head-home.solfor {
    top: auto;
    left: -10px;
  }

  .image-11.bten-logo-head-home.solfor-copy {
    display: block;
    top: auto;
    left: -10px;
  }

  .image-11.bten-logo-head-home.solfor-copy.logo-test-head {
    left: -21px;
  }

  .contact-date-section {
    padding-top: 60px;
  }

  .contact-date-section.double {
    padding-bottom: 60px;
  }

  .contact-date-section.overflow {
    padding-bottom: 60px;
    overflow: hidden;
  }

  .contact-date-section.words {
    display: none;
  }

  .bold-text-6 {
    font-size: 16px;
  }

  .bten-partner-profile {
    height: 600px;
    text-align: center;
    flex: 1;
    align-self: auto;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .partners {
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
  }

  .partner-pic {
    clear: none;
    text-align: center;
    justify-content: center;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: 49px;
  }

  .image-14.jose-rui {
    margin-left: auto;
    margin-right: auto;
  }

  .partner-description {
    text-align: center;
    padding-left: 0%;
  }

  .partner-name {
    clear: left;
    text-align: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    line-height: 26px;
  }

  .partner-name.role-partner {
    margin-top: 20px;
  }

  .financial-lean-tgat-lasts, .go-international, .mvp-section {
    padding-top: 60px;
  }

  .mvp-section.double {
    padding-bottom: 60px;
  }

  .mvp-section.overflow {
    padding-bottom: 60px;
    overflow: hidden;
  }

  .mvp-section.words {
    display: none;
  }

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

  .testemonials-section.double {
    padding-bottom: 60px;
  }

  .testemonials-section.overflow {
    padding-bottom: 60px;
    overflow: hidden;
  }

  .testemonials-section.words {
    display: none;
  }

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

  .solutions-section.double {
    padding-bottom: 60px;
  }

  .solutions-section.overflow {
    padding-bottom: 60px;
    overflow: hidden;
  }

  .solutions-section.words {
    display: none;
  }

  .contact {
    padding-top: 60px;
  }

  .contact.double {
    padding-bottom: 60px;
  }

  .contact.overflow {
    padding-bottom: 60px;
    overflow: hidden;
  }

  .contact.words {
    display: none;
  }

  .learn-more-section {
    padding-top: 60px;
  }

  .learn-more-section.double {
    padding-bottom: 60px;
  }

  .learn-more-section.overflow {
    padding-bottom: 60px;
    overflow: hidden;
  }

  .learn-more-section.words {
    display: none;
  }

  .flex-unknown.mobile-center {
    justify-content: center;
  }

  .flex-unknown.mobile-reverse {
    flex-wrap: wrap-reverse;
  }

  .flex-space-sust.mobile-center {
    justify-content: center;
  }

  .project-image {
    height: auto;
  }

  .project-title {
    line-height: 40px;
  }

  .project-description {
    font-size: 14px;
    line-height: 30px;
  }

  .project-name-wrapper {
    margin-left: auto;
    margin-right: auto;
    font-size: 1px;
  }

  .project-name {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 50px;
    line-height: 50px;
  }

  .project-name.uipath-p-name {
    font-size: 40px;
  }

  .testemonial-wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
  }

  .projects-section {
    margin-top: 140px;
    position: static;
  }

  .paragraph-2 {
    font-size: 16px;
    line-height: 26px;
  }

  .company-name {
    line-height: 20px;
  }

  .project-button {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .bten-partners-title {
    font-size: 30px;
  }

  .bold-text-9 {
    width: auto;
    font-size: 16px;
  }

  .text-span-7 {
    letter-spacing: 5px;
    text-indent: 0;
    font-size: 10px;
    line-height: 40px;
  }

  .bold-text-10 {
    font-size: 16px;
  }

  .div-block-5 {
    padding-right: 22px;
  }

  .covid-19-message {
    overflow: scroll;
  }

  .covid-19-message-wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 10%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .paragraph-4 {
    letter-spacing: 0;
    font-size: 12px;
    line-height: 30px;
  }

  .heading-4 {
    font-size: 30px;
  }

  .button-3 {
    width: auto;
    text-align: center;
    padding-right: 0;
    font-size: 8px;
  }

  .covid-19-message-pt {
    overflow: scroll;
  }

  .lang-div, .dropdown-list-2 {
    display: none;
  }

  .project-title-network {
    line-height: 40px;
  }

  .project-description-netwwork {
    font-size: 14px;
    line-height: 30px;
  }
}


