html {
  cursor: url("img/Oval.svg");
  scroll-behavior: smooth;
}

body {
  font-size: 20px;
  color: #17172e;
  font-family: "TTCommons-regular", Arial, sans-serif;
  overflow-x: hidden;
}

.body-container-wrapper {
  overflow-x: hidden;
}

:focus {
  border-bottom: 0px;
  outline: none;
}

button:focus {
  outline: none;
  outline: none;
}

ul {
  padding-inline-start: 0px;
}

p {
  margin: 30px 0;
}

p a {
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}

h1 {
  font-family: "TTCommons-DemiBold", Arial, sans-serif;
  font-size: 90px;
  line-height: 96px;
  color: #ffffff;
}

h2 {
  font-family: "TTCommons-DemiBold", Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 82px;
  line-height: 82px;
  letter-spacing: -1px;
  color: #17172e;
}

h3 {
  font-family: "TTCommons-Regular", Arial, sans-serif;
  font-size: 52px;
  line-height: 52px;
  color: #17172e;
}

h4 {
  font-family: "TTCommons-Light", Arial, sans-serif;
  font-size: 52px;
  line-height: 52px;
}

h5 {
  font-size: 22px;
  line-height: 32px;
  font-family: "TTCommons-light";
  color: #17172e;
}

h6 {
  font-size: 32px;
  line-height: 32px;
  font-family: "TTCommons-ExtraLight", Arial, sans-serif;
}

a {
  color: #212529;
  transition: all 0.2s;
}

a:focus,
a:hover {
  color: #9f9f9f;
}

svg {
  overflow: hidden;
  vertical-align: inherit;
}

figure {
  margin: 0 0 0rem;
}

/* ////////////////////////////////////////////////////////////////////////// */
.card-columns .card {
  margin-bottom: 0rem;
}

.fs-28 {
  font-size: 28px;
}

/*************************** paddings *************************/
.padding-10px {
  padding: 10px;
}

.padding-20px {
  padding: 20px;
}

.padding-botom-10px {
  padding-bottom: 10px;
}

.padding-botom-20px {
  padding-bottom: 20px;
}

.padding-60px {
  padding: 60px 0px 0px 0px;
}

.padding-bottom-60 {
  padding: 0px 0px 60px 0px;
}

.padding-bottom-120 {
  padding: 0px 0px 120px 0px;
}

.padding-60px-160px {
  padding: 60px 0px 160px 0px;
}

.padding-30px-160px {
  padding: 30px 0px 160px 0px;
}

.padding-160px-60px {
  padding: 160px 0px 60px 0px;
}

.padding-bottom-160 {
  padding: 0px 0px 160px 0px;
}

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

.padding-bottom-80px {
  padding-bottom: 80px;
}

/********************* Buttons *********************/
.btn-light {
  margin: 0;
  padding: 15px 60px 15px;
  font-family: "TTCommons-Bold";
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  /* letter-spacing: 0.5px; */
  /* text-transform: uppercase; */
  border-radius: 25px;
  border: none;
  box-shadow: none;
  background-color: #ffffff;
}

.btn-light:hover,
.btn-light:focus {
  background-color: #fff;
  box-shadow: 0px 5px 15px rgba(15, 15, 15, 0.4);
  text-decoration: none;
}

.btn-green {
  max-width: 100%;
  max-height: 50px;
  padding: 15px 60px 15px;
  font-family: "TTCommons-Bold";
  color: #17172e;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  /* letter-spacing: 0.5px; */
  /* text-transform: uppercase; */
  border-radius: 25px;
  border: none;
  box-shadow: none;
  background-color: #00ebb0;
}

.btn-green:hover,
.btn-green:focus {
  background-color: #00ebb0;
  color: #17172e;
  box-shadow: 0px 5px 15px rgba(15, 15, 15, 0.4);
  text-decoration: none;
}

.btn-black {
  margin-top: 10px;
  padding: 15px 60px 15px;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  /* letter-spacing: 0.5px; */
  /* text-transform: uppercase; */
  border-radius: 25px;
  border: none;
  box-shadow: none;
  background-color: #0f0f0f;
}

.btn-black:hover,
.btn-black:focus {
  color: #ffffff;
  /* border-color: #9f9f9f; */
  box-shadow: 0px 5px 15px rgba(15, 15, 15, 0.4);
  text-decoration: none;
}

.btn-black-align {
  text-align: right;
  z-index: 1;
}

.btn-green-border {
  margin-top: 10px;
  padding: 13px 60px 13px;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  /* letter-spacing: 0.5px; */
  /* text-transform: uppercase; */
  border-radius: 25px;
  border: 2px solid #00ebb0;
  box-shadow: none;
  background-color: #00ebb0;
}

.btn-green-border:hover,
.btn-green-border:focus {
  color: #ffffff;
  background-color: transparent;
  box-shadow: 0px 15px 20px rgba(15, 15, 15, 0.15);
  text-decoration: none;
}

.btn-transparent {
  margin-top: 10px;
  padding: 13px 60px 13px;
  color: #17172e;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  /* letter-spacing: 0.5px; */
  /* text-transform: uppercase; */
  border-radius: 25px;
  border: 2px solid rgba(15, 15, 15, 0.4);
  box-shadow: none;
  background-color: transparent;
}

.btn-transparent:hover,
.btn-transparent:focus {
  border-color: #0f0f0f;
  box-shadow: 0px 15px 20px rgba(15, 15, 15, 0.15);
  text-decoration: none;
}

/********************* Nav ********************/
.main-header {
  display: flex;
}

#topheader .navbar-nav li.active > a {
  background-color: transparent;
  border-bottom: 1px solid rgba(15, 15, 15, 0.4);
}

.bg-dark {
  background: transparent !important;
  transition: 0.75s ease;
}

.bg-dark.scrolled {
  background: #000 !important;
}

a.nav-link {
  font-size: 18px;
  font-family: "TTCommons-DemiBold", Arial, sans-serif;
}

#logo {
  display: flex;
  align-items: center;
  background-image: url(img/logotipo.svg);
  width: 200px;
  float: left;
}

.projects-page-template #navbar:not(.scrolled) #logo svg path {
  fill: #ffffff !important;
}

/********************* Lines *********************/
/*Lines sec 2*/
.fix-linhas {
  height: 100%;
}

.black-line {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  margin: 0 auto;
  border-color: white !important;
}

.line-1-b,
.line-2-b,
.line-3-b,
.line-4-b {
  height: 100%;
  position: relative;
  top: 0px;
  left: 0px;
  border-left: 1px solid rgb(0, 0, 0);
  opacity: 0.1;
  z-index: 1;
}

.line-4-b {
  border-right: 1px solid rgb(0, 0, 0);
}

/*Lines sec 3-4*/
.black-line-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  margin: 0 auto;
  /* border-color: white !important; */
}

.line-1-c,
.line-2-c,
.line-3-c,
.line-4-c {
  height: 100%;
  position: relative;
  top: 0px;
  left: 0px;
  border-left: 1px solid rgb(0, 0, 0);
  opacity: 0.1;
}

.line-4-c {
  border-right: 1px solid rgb(0, 0, 0);
}

/*Lines 5*/
.white-line-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0;
  margin: 0 auto;
  /* border-color: white !important; */
}

.line-1-e,
.line-2-e,
.line-3-e,
.line-4-e {
  position: relative;
  top: 0px;
  left: 0px;
  border-left: 1px solid #fff;
  opacity: 0.3;
}

.line-4-e {
  border-right: 1px solid #fff;
}

/***************************** HOMEPAGE Section 1 **************************/
/*Fx*/
.custom-cursor {
  position: absolute;
  cursor: none;
  z-index: 1;
}

.hack {
  width: 6em;
  color: #ffffff;
  transition: all 1s;
}

.hack:hover span:not(.hidden-word) {
  opacity: 0.2;
  transition: all 0.8s;
  z-index: 0;
}

.hack .hidden-word {
  position: absolute;
  color: #ffffff;
  padding: 0px 80px;
  opacity: 0;
  z-index: -1;
  transition: all 1s;
}

.hack:hover .hidden-word {
  opacity: 1;
  z-index: 0;
}

/*End Fx*/
.safety-height {
  min-height: 700px;
}

#home {
  background: linear-gradient(rgba(15, 15, 15, 0.85), rgba(15, 15, 15, 0.85)),
    url(img/home-bg.png);
  min-height: 768px;
  height: 100vh;
}

.mainClaim {
  z-index: 1;
  margin-top: 314px;
  position: relative;
}

.sub-claim {
  font-family: "TTCommons-Regular", Arial, sans-serif;
  font-size: 28px;
  line-height: 42px;
  color: #ffffff;
}

.default-inner-text {
  font-family: "TTCommons-Regular", Arial, sans-serif;
  font-size: 28px;
  line-height: 42px;
}

.main-bg {
  background-size: cover !important;
  height: 100vh;
  background-position: center !important;
  position: relative;
}

.navbar-nav .nav-link {
  margin-right: 30px;
  padding-left: 0;
}

.navbar-nav .nav-item:last-of-type .nav-link {
  margin-right: 0;
}

#navLinks8 {
  margin-right: 0px;
}

#navLinks9 {
  margin-right: 0px;
}

.current {
  border-bottom: solid 1px;
}

.navbar-nav {
  display: -ms-flexbox;
  display: -webkit-inline-box;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  float: right;
}

#navbar {
  overflow: hidden;
  background-color: transparent;
  padding: 80px 0px;
  transition: 0.4s;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

#navbar a {
  vertical-align: -webkit-baseline-middle;
  line-height: 8px;
}

.linkDown {
  font-family: "TTCommons-regular";
  position: absolute;
  bottom: 50px;
  color: #ffffff;
  font-size: 14px;
  left: 0%;
  right: 0%;
}

.linkDown span:after {
  content: "";
  width: 1px;
  height: 30px;
  background: white;
  position: absolute;
  left: 50%;
  bottom: -40px;
}

.menuLinks {
  color: rgba(255, 255, 255, 0.4);
}

#navbar a:hover {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.4);
}

#navbar a.active {
  background-color: transparent;
  color: white;
}

#navbar-right {
  float: right;
}

.lang {
  font-family: "TTCommons-Regular", Arial, sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
}

#navbar .lang .nav-link {
  line-height: 14px;
}

a#navLinks8 {
  margin-right: 10px;
  font-size: 14px;
}

a#navLinks9 {
  margin-right: 0px;
  font-size: 14px;
}

a#navLinks9:hover {
  text-decoration: none;
}

img.lang {
  opacity: 0.4;
  margin: 0px 10px;
}

/*section 2*/

#section-2 {
  background-color: #00ebb0;
  position: relative;
}

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

.white-line2 {
  position: absolute;
  min-width: 100px;
  width: 100%;
  z-index: 0;
}

.white-line-3 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  margin: 0 auto;
  border-color: white !important;
}

.line-1-2 {
  min-width: 100px;
  position: relative;
  top: 0px;
  left: 0px;
  border-right: 1px solid rgba(15, 15, 15, 0.15);
  border-left: 1px solid rgba(15, 15, 15, 0.15);
  opacity: 0.3;
}

.line-3-2 {
  min-width: 100px;
  position: relative;
  top: 0px;
  left: 0px;
  border-left: 1px solid rgba(15, 15, 15, 0.15);
  opacity: 0.3;
}

.line-4-2 {
  min-width: 100px;
  position: relative;
  top: 0px;
  left: 0px;
  border-right: 1px solid rgba(15, 15, 15, 0.15);
  border-left: 1px solid rgba(15, 15, 15, 0.15);
  opacity: 0.3;
}

.headline-s2 {
  padding-top: 160px;
}

.sub-headline-s2 {
  margin-bottom: 0px;
  margin-top: 30px;
  font-family: "TTCommons-light", Arial, sans-serif;
}

.business-areas {
  list-style: none;
  padding-left: 30px;
  padding-right: 30px;
}

.first-col {
  margin-top: 146px;
  margin-bottom: 60px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.second-col {
  margin-top: 24px;
  margin-bottom: 60px;
}

.third-col {
  margin-top: 86px;
  margin-bottom: 60px;
}

.fourth-col {
  margin-bottom: 60px;
}

.card-height-fix-0-ba {
  width: 100%;
  height: 146px;
  display: block;
}

.card-height-fix-1-ba {
  width: 100%;
  height: 21px;
  display: block;
}

.card-height-fix-1-1-ba {
  width: 100%;
  height: 0px;
  display: block;
}

.card-height-fix-2-ba {
  width: 100%;
  height: 86px;
  display: block;
}

.card-height-fix-2-1-ba {
  width: 100%;
  height: 0px;
  display: block;
}

.card-height-fix-3-ba {
  width: 100%;
  height: 0;
  display: block;
}

.card-height-fix-3-1-ba {
  width: 100%;
  height: 30px;
  display: block;
}

.card-height-fix-4-ba {
  width: 100%;
  height: 65px;
  display: block;
}

.card-height-fix-4-1-ba {
  width: 100%;
  height: 0px;
  display: block;
}

a.link-business-area {
  color: #444444;
  text-decoration: none;
  height: 100%;
  width: 100%;
}

a.link-business-area:hover {
  color: #17172e;
  text-decoration: none;
}

a.link-business-area ul {
  padding-top: 10px;
}

a.link-business-area:hover * .bussines-area-col-title {
  border-bottom: 4px solid black;
  max-width: fit-content;
  transition: all 0.3s ease-in-out;
}

.bussines-area-col-title {
  display: inline;
  margin: auto;
  padding: 0;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  color: #17172e;
  font-family: "TTCommons-DemiBold";
}

.bussines-area-col-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.bussines-area-col-content,
li.bussines-area-col-content p {
  font-family: "TTCommons-regular", Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  list-style: none;
  margin: 0 !important;
  color: #646474;
}

.bussines-area-col-content .ai-component {
    position: absolute;
    left: calc(100% - 12px);
    bottom: -38px;
}

a.link-business-area:hover .bussines-area-col-content {
  color: #17172e;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.icon-business-area {
  max-width: 40px;
  margin: 0 auto 10px;
}

.logos-fix {
  margin: 0px 20px;
}

.partners {
  margin-top: 60px;
  margin-bottom: 60px;
}

.partners-headline {
  font-size: 52px;
  line-height: 52px;
  color: #17172e;
  font-family: "TTCommons-ExtraLight", Arial, sans-serif;
  font-weight: 100;
  margin-top: 80px;
}

.partners-logo-row {
  margin: 0 auto;
  text-align: center;
}

.partners-logotipo {
  max-width: 250px;
  width: 100%;
}

/*Section 3 galeria*/
.caption-title {
  font-family: "TTCommons-Medium";
  font-size: 16px;
  line-height: 24px;
}

.caption-content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  font-family: "TTCommons-Light", Arial, sans-serif;
  font-weight: light;
  font-size: 22px;
  line-height: 22px;
  min-height: 44px;
}

/*Secção 4*/

.section-4 {
  position: relative;
  background: rgba(244, 244, 244, 1);
}

.img-sectiuon-4 {
  max-width: 410px;
  margin: 60px 0px 0px 0px;
  width: 100%;
}

.img-sectiuon-4-1 {
  padding-top: 60px;
}

.img-sectiuon-4-2 {
  padding-top: 120px;
}

.arrow-up-right {
  max-width: 10px;
  margin-left: 10px;
  vertical-align: initial;
}

.text-group-thoughts {
  position: relative;
  bottom: 135px;
  padding: 30px;
}

.img-fx-thougths {
  width: 100%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  transition: all 0.5s;
}

.img-fx-thougths:hover {
  filter: brightness(50%);
  transition: all 0.5s;
}

.card-img {
  border-radius: 0px;
}

.card-1 {
  margin-top: 120px;
}

.card-2 {
  margin-top: 180px;
}

.card-3 {
  margin-top: 60px;
}

/*Section 5*/

.section-5 {
  background-color: rgba(15, 15, 15, 1);
  position: relative;
  padding: 60px 0px;
}

h2.headline-s5 {
  padding-bottom: 30px;
  font-size: 82px;
  line-height: 82px;
  letter-spacing: -1px;
  color: #444444 !important;
}

.sub-headline-s5 {
  font-size: 22px;
  line-height: 32px;
  color: #ffffff;
}

.align-bottom {
  align-self: flex-end;
}

/*Secção 6*/

.card-columns .card {
  width: 100%;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  padding: 0px 15px;
  word-wrap: break-word;
  background-color: transparent;
  background-clip: border-box;
  border: none;
  border-radius: none;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 0px;
  margin-bottom: 60px;
}

.fix-height-people-1 {
  padding-top: 220px;
}

.team-section-wrapper {
  /*background: #f4f4f4;*/
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
}

.team-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.team-list .team-item {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  padding: 0 15px;
}

.team-list .team-item:nth-of-type(4n + 1) {
  margin-top: 0;
}

.team-list .team-item:nth-of-type(4n + 2) {
  margin-top: -100px;
}

.team-list .team-item:nth-of-type(4n + 3) {
  margin-top: -60px;
}

.team-list .team-item:nth-of-type(4n + 4) {
  margin-top: -120px;
}

.team-list .team-item .business-areas {
  margin-bottom: 60px;
}

.team-list .team-item:first-of-type {
  margin-top: 120px;
}

.team-list .team-item:nth-of-type(2) {
  margin-top: 20px;
}

.team-list .team-item:nth-of-type(3) {
  margin-top: 60px;
}

.team-list .team-item:nth-of-type(4) {
  margin-top: 0;
}

.team-list .object-item-img {
  max-width: 220px;
  width: 100%;
  margin: auto;
}

.team-list .img-wrapper {
  position: relative;
  list-style: none;
  max-width: 220px;
  padding-top: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.team-list .img-wrapper .people-i9 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

@media (max-width: 991px) {
  .team-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .team-list .team-item:nth-of-type(3n + 1) {
    margin-top: 0;
  }

  .team-list .team-item:nth-of-type(3n + 2) {
    margin-top: -100px;
  }

  .team-list .team-item:nth-of-type(3n + 3) {
    margin-top: -60px;
  }

  .team-list .team-item:first-of-type {
    margin-top: 120px;
  }

  .team-list .team-item:nth-of-type(2) {
    margin-top: 20px;
  }

  .team-list .team-item:nth-of-type(3) {
    margin-top: 60px;
  }

  .team-list .img-wrapper .people-i9 {
    padding: 0;
  }
}

.team-section-wrapper .mobile-team-wrapper {
  margin-bottom: 20px;
}

.team-section-wrapper .mobile-team-wrapper .img-wrapper {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: auto;
  overflow: hidden;
}

.team-section-wrapper .mobile-team-wrapper .img-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.headline-s6 {
  margin-bottom: 0px;
  margin-top: 160px;
  margin-bottom: 60px;
}

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

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

.padding-top-180 {
  padding-top: 180px;
}

.padding-top-210 {
  padding-top: 210px;
}

.margin-top-minus-30 {
  margin-top: -30px;
}

.people-name {
  font-size: 22px;
  font-family: "TTCommons-Medium";
  line-height: 32px;
  color: #17172e;
  margin: 18px 0px 0px !important;
}

.people-title {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  font-family: "TTCommons-Regular";
  color: #646474;
  margin: 0;
}

.headline-carroussel {
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  font-family: "TTCommons-Light";
  color: #17172e;
  margin-top: 20px;
}

.subheadline-carroussel {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #9f9f9f;
}

.homepage .slick-slide {
  max-width: 180px;
}

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  text-align: center;
  opacity: 1;
  color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: solid #0f0f0f 1px;
  border-radius: 100%;
}

.slick-dots li.slick-active button:before {
  content: "";
  background-color: #0f0f0f;
  opacity: 1;
  color: #17172e;
}

/*Secção 7*/

.imagem-fx {
  width: 100%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  transition: all 0.2s;
}

.imagem-fx:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  filter: none;
}

.social-insta {
  width: 70px;
  position: absolute;
  right: -20px;
  margin-top: -25px;
}

.social-title {
  font-family: "TTCommons-regular", Arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
  margin-top: 20px;
  color: #17172e;
}

.social-text {
  font-size: 18px;
  line-height: 24px;
  font-family: "TTCommons-regular", Arial, sans-serif;
  color: #9f9f9f !important;
  margin-block-start: 10px;
  margin-block-end: 0px;
}

.social-card-height-fix-1 {
  height: 180px;
  display: inline-block;
}

.social-card-height-fix-2 {
  height: 65px;
  display: inline-block;
}

.social-card-height-fix-3 {
  height: 240px;
  display: inline-block;
}

.social-card-height-fix-4 {
  height: 120px;
  display: inline-block;
}

.card-height-fix-1 {
  height: 250px;
  display: inline-block;
}

.card-height-fix-2 {
  height: 130px;
  display: inline-block;
}

.card-height-fix-3 {
  height: 190px;
  display: inline-block;
}

.card-height-fix-4 {
  height: 60px;
  display: inline-block;
}

.card-img,
.card-img-top {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

/* Section 8 Scroll horizontal*/

#section-8 {
  background-color: rgba(244, 244, 244, 1);
}

.custom-cur {
  cursor: ew-resize;
  box-sizing: border-box;
  z-index: 9;
  position: relative;
}

#long {
  width: 200%;
}

#thumbs {
  overflow: hidden;
  padding: 20px 0px;
  white-space: nowrap;
}

#scrollbar {
  height: 6px;
  position: relative;
  background: #fff;
  max-width: 400px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 10px;
  margin-top: 10px;
  border-radius: 3px;
}

#scrollbar-handle {
  position: absolute;
  width: 12%;
  left: 0;
  height: 6px;
  background: black;
  border-radius: 3px;
}

.black-flag-title {
  font-style: normal;
  font-family: "TTCommons-Bold";
  font-weight: bold;
  font-size: 22px;
  line-height: 22px;
  color: #ffffff;
  margin: 0px;
}

.black-flag-text {
  font-size: 18px;
  line-height: 24px;
  font-family: "TTCommons-Regular";
  color: #ffffff;
  margin: 20px 0px 0px 0px;
}

.flag-black {
  margin: 20px 60px 20px 0px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  padding: 30px 120px 20px 30px;
  box-shadow: 0px 15px 20px rgba(15, 15, 15, 0.15);
  display: inline-block;
  background: #000;
}

.white-flag-title {
  font-style: normal;
  font-family: "TTCommons-Bold";
  font-weight: bold;
  font-size: 22px;
  line-height: 22px;
  color: rgba(15, 15, 15, 1);
  margin: 0px;
}

.white-flag-text {
  font-family: "TTCommons-Regular";
  font-size: 18px;
  line-height: 24px;
  color: #9f9f9f;
  margin: 20px 0px 0px 0px;
}

.white-flag {
  margin: 20px 60px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  padding: 30px 120px 20px 30px;
  box-shadow: 0px 15px 20px rgba(15, 15, 15, 0.15);
  display: inline-block;
  background: #fff;
}

.opportunities {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  padding-left: 5%;
  display: inline-block;
}

.opportunities-number {
  font-size: 52px;
  line-height: 52px;
  /* identical to box height, or 100% */
  /* Preto i9 */
  color: #17172e;
}

.opportunities-text {
  font-size: 18px;
  line-height: 24px;
  /* identical to box height, or 133% */
  /* Preto i9 */
  color: #17172e;
}

.opportunities-date {
  margin: 0px 10px 0px 0px;
}

.opportunities-location {
  margin: 0px 10px;
}

.opportunities-time {
  margin: 0px 10px;
}

/*Footer*/
@media (max-width: 767px) {
  .footer .white-line-2 {
    display: none;
  }
}

.footer-title {
  font-style: normal;
  font-weight: bold;
  font-size: 82px;
  line-height: 82px;
  /* identical to box height, or 100% */
  letter-spacing: -1px;
  /* Cinza Escuro i9 */
  color: #444444;
  margin: 80px 0px;
}

h6.footer-subTitle {
  font-family: "TTCommons-Bold";
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 10px;
}

.footer-content {
  margin: 0px;
  font-size: 18px;
  font-family: "TTCommons-Regular";
  line-height: 24px;
  color: #ffffff;
}

.footer-content a {
  color: inherit;
  text-decoration: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

.footer-content a[href^="tel"] {
  color: inherit;
  text-decoration: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

.footer-notes {
  font-family: "TTCommons-Regular";
  padding: 80px 0px;
}

.footer-note {
  display: flex;
  justify-content: end;
  gap: 10px;
  font-family: "TTCommons-Regular";
  font-size: 14px;
  line-height: 14px;
  color: #9f9f9f;
  margin-top: 20px;
}

.footer-note a[href^="tel"] {
  pointer-events: none;
  color: inherit;
  text-decoration: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

.footer-brand-content {
  margin: 30px 0px;
}

.footer-brand {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  font-family: "TTCommons-Regular";
}

.footer-laposte {
  max-width: 40px;
  margin: 0px 15px;
}

.flag-black a:hover {
  text-decoration: none;
}

.content-align {
  width: 100%;

  margin-left: auto;
  max-width: calc(100vw / 2 + 1400px / 2 - 15px);
}

.opportunities-intro {
  margin-top: 30px;
}

/*Footer*/

.Foter-note-link {
  color: #9f9f9f;
}

.Foter-note-link:hover {
  margin-bottom: solid 1px #fff;
  color: #9f9f9f;
  text-decoration: none;
  border-bottom: 1px solid #9f9f9f;
  display: inline-block;
}

#section-footer {
  background-color: #0f0f0f;
  position: relative;
}

.hide-desktop {
  display: none;
}

.social-icons-footer {
  max-width: 25px;
  margin: 13px;
  margin-top: 5px;
}

.social-icons-footer:first-child {
  margin-left: 0 !important;
}

.social-icons-footer:last-child {
  margin-right: 0 !important;
}

/*Contact-page*/

.contact h2 {
  font-size: 90px;
  line-height: 96px;
}

.contacts-1 {
  min-height: 1000px !important;
  position: relative;
}

.contacts-2 {
  background-color: #f4f4f4;
  position: relative;
}

.office-img {
  z-index: 1;
}

.contacts-headline-s1 {
  font-family: "TTCommons-bold", Arial, sans-serif;
  margin-top: 220px;
  margin-bottom: 30px;
  font-size: 90px;
  line-height: 96px;
}

.contacts-subheadline-s1 {
  font-size: 52px;
  font-family: "TTCommons-ExtraLight", Arial, sans-serif;
  line-height: 52px;
  margin-bottom: 160px;
}

.full-width-div {
  position: absolute;
  max-width: 80%;
  right: 0;
  z-index: 9;
}

.contacts-section-2 {
  padding: 200px 0px 160px;
}

.sub-headline-connecting {
  font-size: 22px;
  line-height: 32px;
  font-family: "TTCommons-light", Arial, sans-serif;
  margin-bottom: 30px;
}

.contact-form-title {
  font-size: 52px;
  line-height: 52px;
  font-family: "TTCommons", Arial, sans-serif;
  margin-bottom: 30px;
  font-weight: 700;
}

.contact-form-content {
  font-size: 22px;
  line-height: 32px;
  font-family: "TTCommons-Light", Arial, sans-serif;
}

.btn-white-align,
.btn-white {
  color: #17172e !important;
}

.headline-connecting {
  font-family: "TTCommons-bold", Arial, sans-serif;
  color: #17172e;
  font-size: 82px;
  line-height: 82px;
  margin-bottom: 30px;
}

.connecting-contacts-section {
  padding: 50px 0px 50px;
}

#section-3-contacts {
  background: #00ebb1;
  position: relative;
}

/*contact*/

.head-departement {
  max-width: 190px;
}

.contact-title {
  font-size: 52px;
  line-height: 52px;
  color: #17172e;
  margin-top: 160px;
  margin-bottom: 60px;
}

.contact-form {
  border-left: 1px solid black;
  border-bottom: 1px solid black;
  border-top: 0px solid black;
  border-right: 0px solid black;
  border-radius: 0px;
}

.talk-title {
  font-family: "TTCommons-bold";
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 34px;
  color: #17172e;
  margin-bottom: 30px;
}

.talk-content {
  font-family: "TTCommons-regular";
  font-size: 22px;
  line-height: 32px;
  color: #17172e;
}

.form-contact {
  margin-top: 60px;
}

.form-group {
  margin-bottom: 1rem;
  margin-top: 30px;
}

.form-items {
  font-size: 14px;
  line-height: 14px;
  /* identical to box height, or 100% */
  /* Preto i9 */
  color: #17172e;
  text-transform: uppercase;
}

textarea.form-control {
  height: auto;
  border-radius: 0px;
  border: 1px solid #0f0f0f;
  box-sizing: border-box;
}

.form-control:focus {
  color: #495057;
  background-color: #fff0;
  border-color: black;
  outline: 0;
  box-shadow: none;
}

.form-control {
  background-color: transparent;
}

button.btn.btn-green.form-btn {
  margin: 30px 0px;
}

/*End*/

.mobile-back-link {
  display: none;
}

@media (min-width: 992px) and (max-width: 1400px) {
  #logo {
    margin-left: 15px;
  }

  .mainClaim {
    font-size: 70px;
    line-height: 72px;
    letter-spacing: -1px;
  }

  .main-header {
    display: flex;
    padding: 0;
  }

  .sub-claim {
    font-size: 28px;
    line-height: 42px;
  }

  h2 {
    font-family: "TTCommons-DemiBold", Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    letter-spacing: -1px;
    color: #17172e;
    font-size: 56px;
    line-height: 60px;
  }

  .logos-fix {
    margin: 0px 0px;
  }

  .partners-logotipo {
    max-width: 200px;
  }

  h2.headline-s5 {
    padding-top: 60px;
    padding-bottom: 30px;
    font-size: 56px;
    line-height: 60px;
    letter-spacing: -1px;
    color: #444444 !important;
  }

  h4 {
    font-family: "TTCommons-ExtraLight", Arial, sans-serif;
    font-weight: 300;
    font-size: 46px;
    line-height: 52px;
  }

  .business-areas {
    list-style: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  h3 {
    font-family: "TTCommons-ExtraLight", Arial, sans-serif;
    color: #17172e;
    font-size: 46px;
    line-height: 52px;
  }

  .footer-title {
    font-style: normal;
    font-weight: bold;
    letter-spacing: -1px;
    color: #444444;
    margin: 80px 0px;
    font-size: 56px;
    line-height: 60px;
  }

  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .social-card-height-fix-1 {
    height: 180px;
  }

  .social-card-height-fix-1-1 {
    height: 0px;
  }

  .social-card-height-fix-2 {
    height: 60px;
  }

  .social-card-height-fix-2-1 {
    height: 0px;
  }

  .social-card-height-fix-3 {
    height: 120px;
  }

  .social-card-height-fix-3-1 {
    height: 0px;
  }

  .social-card-height-fix-4 {
    height: 0px;
  }

  .social-card-height-fix-4-1 {
    height: 0px;
  }

  .hide-mob-920 {
    display: none !important;
  }

  .card-columns.col-lg3.margin-top-mobile {
    column-count: 4;
  }

  /*Contact Page*/
  .contact h2 {
    font-size: 70px;
    line-height: 72px;
  }

  .contacts-1 {
    min-height: 800px !important;
    position: relative;
  }

  .contacts-section-2 {
    padding: 360px 0px 160px !important;
  }

  .contact-form-title {
    font-size: 46px !important;
    line-height: 52px;
  }

  .headline-connecting {
    font-size: 56px !important;
    line-height: 60px !important;
  }

  .sub-headline-connecting {
    font-size: 22px;
    line-height: 32px;
  }
}

/* TABLET STYLES */

@media (min-width: 768px) and (max-width: 991px) {
  .hide-mob {
    display: none;
  }

  .content-align {
    width: 100%;
    margin-left: auto;
    max-width: calc(100vw / 2 + 720px / 2 - 15px);
  }

  .sub-claim {
    font-family: "TTCommons-thin", Arial, sans-serif;
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
  }

  h2 {
    font-style: normal;
    letter-spacing: -1px;
    color: #17172e;
    font-size: 48px;
    line-height: 54px;
  }

  .card-height-fix-0-ba {
    height: 90px;
  }

  .card-height-fix-1-ba {
    height: 0;
  }

  .card-height-fix-1-1-ba {
    height: 0px;
  }

  .card-height-fix-2-ba {
    height: 0px;
    display: block;
  }

  .card-height-fix-2-1-ba {
    height: 0px;
  }

  .card-height-fix-3-ba {
    height: 0px;
    display: block;
  }

  .card-height-fix-3-1-ba {
    height: 30px;
  }

  .card-height-fix-4-ba {
    height: 0px;
  }

  .card-height-fix-4-1-ba {
    height: 0px;
  }

  .partners-headline {
    color: #17172e;
    font-family: "TTCommons-Thin", Arial, sans-serif;
    font-weight: 100;
    margin-top: 80px;
    font-size: 34px;
    line-height: 40px;
  }

  .logos-fix {
    margin: 0px 0px;
  }

  h4 {
    font-family: "TTCommons-ExtraLight", Arial, sans-serif;
    font-size: 34px;
    line-height: 40px;
  }

  .sub-headline-s2 {
    margin-bottom: 0px;
    margin-top: 30px;
    font-family: "TTCommons-thin", Arial, sans-serif;
    font-size: 24px;
    line-height: 36px;
  }

  .hide-md {
    display: none;
  }

  .card-1 {
    margin-top: 60px;
  }

  .card-2 {
    margin-top: 120px;
  }

  h2.headline-s5 {
    padding-top: 60px;
    padding-bottom: 30px;
    letter-spacing: -1px;
    color: #444444 !important;
    font-size: 48px;
    line-height: 54px;
  }

  .sub-headline-s5 {
    font-size: 22px;
    line-height: 32px;
    color: #ffffff;
    margin-bottom: 30px;
  }

  .btn-black-align {
    text-align: inherit;
    padding-bottom: 60px;
  }

  .business-areas {
    list-style: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .people-i9 {
    list-style: none;
    max-width: 220px;
    padding: 0px 20px;
  }

  .card-columns.col-lg3.margin-top-mobile {
    column-count: 3;
  }

  .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .social-card-height-fix-1 {
    height: 60px;
  }

  .social-card-height-fix-1-1 {
    height: 0px;
    display: none;
  }

  .social-card-height-fix-2 {
    height: 0px;
    display: none;
  }

  .social-card-height-fix-2-1 {
    height: 0px;
    display: none;
  }

  .social-card-height-fix-3 {
    height: 120px;
  }

  .social-card-height-fix-3-1 {
    height: 0px;
    display: none;
  }

  .social-card-height-fix-4 {
    height: 0px;
    display: none;
  }

  .social-card-height-fix-4-1 {
    height: 0px;
    display: none;
  }

  .opportunities-title-mob {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 40px;
  }

  .opportunities-intro {
    margin-bottom: 20px;
  }

  .footer-title {
    font-style: normal;
    font-weight: bold;
    letter-spacing: -1px;
    color: #444444;
    margin: 60px 0px;
    font-size: 48px;
    line-height: 54px;
    text-align: center;
  }

  .footer-md {
    text-align: center;
    margin-bottom: 40px;
  }

  .footer-btn-md {
    text-align: center;
  }

  .footer-notes {
    padding: 20px 0px 60px;
  }

  .footer-note {
    font-size: 14px;
    line-height: 14px;
    color: #9f9f9f;
    margin-top: 60px;
  }

  .footer-brand {
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
  }

  #logo {
    background-image: url(img/logotipo.svg);
    width: 200px;
    float: left;
  }

  /*Contact Page*/
  .contact h2 {
    font-size: 60px;
    line-height: 62px;
  }

  .contacts-subheadline-s1 {
    font-size: 34px;
    line-height: 40px;
  }

  .contacts-1 {
    min-height: 700px !important;
    position: relative;
  }

  .contacts-section-2 {
    padding: 360px 0px 160px !important;
  }

  .contact-form-title {
    font-size: 34px;
    line-height: 40px;
  }

  .headline-connecting {
    font-size: 48px;
    line-height: 54px;
  }

  .sub-headline-connecting {
    font-size: 22px;
    line-height: 32px;
  }

  button.btn.btn-green.form-btn {
    margin-bottom: 160px;
    margin-top: 30px;
  }

  .btn-white-align,
  .btn-white {
    color: #17172e !important;
    text-align: left !important;
  }
}

@media (min-width: 576px) {
  .card-columns {
    column-count: 2;
  }
}

@media (min-width: 768px) {
  .card-columns {
    column-count: 3;
  }
}

@media (min-width: 992px) {
  .card-columns {
    column-count: 4;
  }
}

@media (min-width: 1200px) {
  .card-columns {
    column-count: 4;
  }
  .big-caption-group {
    background-color: #00ebb0;
    padding: 15px 15px 30px;
  }

  .caption-title.big-caption-title {
    font-size: 22px;
    font-family: "TTCommons-regular";
    line-height: 32px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
  }

  .caption-content.big-caption-content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    font-family: "TTCommons-Bold", Arial, sans-serif;
    font-weight: bold;
    font-size: 28px;
    line-height: 34px;
    min-height: 68px;
    color: #0f0f0f;
  }
}

/*1400 container*/
@media (min-width: 1430px) {
  .container {
    max-width: 1400px;
  }

  .card-columns {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns1 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
}

.card-columns {
  column-gap: 30px;
  orphans: 1;
  widows: 1;
  margin: 0px 0px;
}

.link-thoughts:hover {
  text-decoration: none;
  opacity: 1;
}

.card-articles-module .effect-thoughts {
  width: 100%;
  padding-top: 80%;
}

.card-articles-module .effect-thoughts > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

figure.effect-thoughts {
  position: relative;
}

.content-thoughts {
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: flex-end;
  color: #ffffff;
  margin: 0px;
}

.social-medium-thoughts {
  width: 70px;
  z-index: 9;
  position: absolute;
  right: -40px;
  bottom: -85px;
}

.social-medium-thoughts.only-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  right: -20px;
  bottom: -20px;
  background-color: white;
  border-radius: 50%;
  box-shadow: 0px 15px 20px rgba(15, 15, 15, 0.15);
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}

figure.effect-thoughts img {
  max-width: none;
  opacity: 1;
  width: 100%;
  transition: all 0.5s ease-in-out;
  filter: grayscale(1) brightness(0.9);
}

figure.effect-thoughts:hover img {
  opacity: 1;
  filter: grayscale(0) brightness(0.6);
  background: linear-gradient(
    to bottom,
    rgba(255, 0, 0, 0) 0%,
    rgba(255, 0, 0, 0.65) 100%
  );
}

figure.effect-thoughts figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  width: 100%;
  text-align: left;
}

@media (max-width: 1199px) {
  figure.effect-thoughts figcaption {
    padding: 15px;
  }
}

figure.effect-thoughts .title-thoughts {
  font-family: "TTCommons-DemiBold", Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 34px;
  color: #ffffff;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

@media (max-width: 1199px) {
  figure.effect-thoughts .title-thoughts {
    font-size: 22px;
    line-height: 28px;
  }
}

figure.effect-thoughts p,
figure.effect-thoughts .social-medium-thoughts {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

figure.effect-thoughts p {
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}

figure.effect-thoughts:hover p,
figure.effect-thoughts:hover .social-medium-thoughts {
  opacity: 1;
  visibility: visible;
  max-height: 200px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.section-4 {
  position: relative;
  background: rgba(244, 244, 244, 1);
}

.img-sectiuon-4 {
  max-width: 410px;
  margin: 60px 0px 0px 0px;
  width: 100%;
}

.img-sectiuon-4-1 {
  padding-top: 60px;
}

.img-sectiuon-4-2 {
  padding-top: 120px;
}

.arrow-up-right {
  max-width: 10px;
  margin-left: 10px;
  vertical-align: initial;
}

/* MOBILE STYLES */
@media (max-width: 1199px) {
  h1 {
    font-size: 70px;
    line-height: 72px;
  }

  h6 {
    font-size: 46px;
    line-height: 52px;
  }
}

@media (max-width: 991px) {
  h1 {
    font-size: 60px;
    line-height: 62px;
  }

  h6 {
    font-size: 34px;
    line-height: 40px;
  }
}

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

  h2 {
    font-size: 38px;
    line-height: 38px;
    letter-spacing: -0.5px;
  }

  h4 {
    font-size: 32px;
    line-height: 32px;
  }

  h5 {
    font-size: 20px;
    line-height: 32px;
    color: #17172e;
  }

  h6 {
    font-size: 32px;
    line-height: 32px;
  }

  #navbar > div > div > div > ul > li:nth-child(1) {
    display: none !important;
  }

  .hide-mob-sm {
    display: none !important;
  }

  .hide-mob {
    display: none !important;
  }

  p {
    margin: 0px 0;
  }

  .custom-cursor {
    display: none !important;
  }

  .mainClaim {
    font-weight: bold;
    font-size: 52px;
    line-height: 52px;
    letter-spacing: -0.5px;
    margin-top: 130px;
    margin-bottom: 30px;
  }

  .sub-claim {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 60px;
  }

  .default-inner-text {
    font-size: 22px;
    line-height: 30px;
  }

  #navbar.mystyle {
    padding: 25px 10px !important;
  }

  #navbar {
    padding: 50px 10px !important;
  }

  #navbar.scrolled {
    padding: 20px 10px !important;
  }

  #navbar a {
    float: none;
    display: block;
    text-align: left;
  }

  #navbar-right {
    float: none;
  }

  #thumbs {
    overflow: scroll;
    padding: 20px 0px;
    white-space: nowrap;
  }

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

  .sub-headline-s2 {
    margin-bottom: 0px;
    margin-top: 20px;
    font-family: "TTCommons-light", Arial, sans-serif;
  }

  h2.headline-s5 {
    font-size: 38px;
    line-height: 38px;
    letter-spacing: -0.5px;
  }

  .card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-height-fix-0-ba,
  .card-height-fix-1-ba,
  .card-height-fix-1-1-ba,
  .card-height-fix-2-ba,
  .card-height-fix-2-1-ba,
  .card-height-fix-3-ba,
  .card-height-fix-3-1-ba,
  .card-height-fix-4-ba,
  .card-height-fix-4-1-ba {
    height: 0px;
  }

  .logos-fix {
    margin: 0px;
  }

  .partners-logo {
    padding: 35px 0px;
  }

  .first-col {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .second-col {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .third-col {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .fourth-col {
    margin-bottom: 60px;
  }

  .hide-mobile {
    display: none;
  }

  #logo {
    width: 138px;
  }

  .main-bg {
    height: auto;
    background-position: right !important;
  }

  .safety-height {
    min-height: auto;
  }

  #home {
    min-height: auto;
  }

  .caption-content {
    min-height: auto;
  }

  .fs-28 {
    font-size: 22px;
    line-height: 30px;
  }

  .partners-headline {
    font-size: 32px;
    line-height: 32px;
  }

  .headline-s6 {
    font-size: 32px;
    line-height: 32px;
  }

  .headline-s2 {
    padding-top: 100px;
  }

  .business-area-icon {
    max-width: 40px;
  }

  .bussines-area-col-title {
    font-size: 22px;
    line-height: 28px;
  }

  .bussines-area-col-title {
    padding: 22px 0px 0px;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    color: #17172e;
    font-family: "TTCommons-DemiBold";
  }

  .sub-headline-s2 {
    margin-bottom: 0px;
    font-family: "TTCommons-thin", Arial, sans-serif;
  }

  .fix-linhas {
    height: 100%;
    margin: 0;
  }

  .partners-logotipo {
    max-width: 250px;
    margin: 0 auto;
    text-align: center;
  }

  .social-card-height-fix-1,
  .social-card-height-fix-2,
  .social-card-height-fix-3,
  .social-card-height-fix-4 {
    display: none !important;
  }

  .card-height-fix-1,
  .card-height-fix-2,
  .card-height-fix-3,
  .card-height-fix-4 {
    display: none;
  }

  .partners-logotipo {
    max-width: 250px;
    width: 100%;
    width: 170px;
  }

  .partners-logo {
    padding: 35px 0px 0px;
  }

  .btn-black-align {
    text-align: center;
    margin: auto;
  }

  .btn-black {
    margin-bottom: 40px;
  }

  .headline-s6 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .homepage .slick-slider {
    padding-bottom: 60px;
    margin-bottom: 0px;
  }

  .homepage .slick-dots {
    position: relative;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    margin-bottom: 80px;
  }

  .people-i9 {
    max-width: 120px;
    margin: auto;
  }

  .row-full {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    height: 100%;
    left: 50%;
    z-index: 9;
  }

  .headline-s6 {
    text-align: center;
    margin: 0px 15px;
  }

  .know-more-btn {
    padding: 0px;
  }

  .last {
    -ms-flex: 1 1 auto;
    flex: 1;
    margin-bottom: 30px;
  }

  .partners {
    margin-top: 38px;
    margin-bottom: 0px;
  }

  .padding-bottom-160 {
    padding: 0px 0px 120px 0px;
  }

  .padding-160px-60px {
    padding: 100px 0px 40px 0px;
  }

  .padding-30px-160px {
    padding: 30px 0px 100px 0px;
  }

  .padding-60px-160px {
    padding: 80px 0px 100px 0px;
  }

  .gal-headline {
    font-size: 32px;
    line-height: 32px;
  }

  .card-1 {
    margin-top: 60px;
  }

  .card-2,
  .card-3 {
    margin-top: 30px;
  }

  .sub-headline-s5 {
    margin-bottom: 30px;
  }

  .card-social-fix {
    margin-top: 30px;
    display: inline-block;
  }

  .margin-mobile-bottom30 {
    margin-bottom: 30px;
  }

  .mob-padding-bottom-100 {
    padding: 0px 0px 100px 0px;
  }

  .margin-top-mobile {
    margin-top: 70px !important;
  }

  .opportunities-title-mob {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 20px;
    color: #17172e;
  }

  .footer-title {
    font-size: 38px;
    line-height: 38px;
    margin: 40px 0px;
    text-align: center;
    letter-spacing: -0.5px;
    color: #444444;
  }

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

  h6.footer-subTitle {
    margin-bottom: 10px;
    margin-top: 40px;
  }

  .footer-notes {
    padding: 60px 0px;
  }

  .footer-note {
    flex-direction: column;
    text-align: center;
  }

  footer-note-location,
  #footer-note-nif,
  #footer-note-capital,
  #footer-note-privacy,
  #footer-note-location {
    margin-right: 0px;
    display: block;
  }

  .footer-btn-md {
    margin-bottom: 30px;
  }

  .footer-brand {
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
  }

  .footer-laposte {
    float: left;
  }

  .footer-brand-content {
    margin: 30px 0px;
    text-align: left;
    line-height: 0.5;
  }

  .footer-laposte {
    margin-top: 0px;
  }

  div.slide-horizontal {
    overflow: auto;
    white-space: nowrap;
  }

  div.slide-horizontal::-webkit-scrollbar {
    display: none;
  }

  div.slide-horizontal input {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px;
    text-decoration: none;
  }

  div.slide-horizontal input:hover {
    background-color: #777;
  }

  .social-medium-thoughts {
    bottom: -55px;
  }

  .hide-desktop {
    display: block;
  }

  .subheadline-carroussel {
    font-size: 16px;
    font-family: "TTCommons-Regular";
    line-height: 24px;
    text-align: center;
    color: #9f9f9f;
    padding: 0px 15px;
  }

  .social-insta {
    width: 70px;
    position: relative;
    right: -30px;
    margin-top: -25px;
    float: right;
    display: inline-block;
    overflow: hidden;
  }

  .card {
    padding: 0px 0px;
  }

  .social-card-height-fix-1,
  .social-card-height-fix-1-1,
  .social-card-height-fix-2,
  .social-card-height-fix-2-1,
  .social-card-height-fix-3,
  .social-card-height-fix-3-1,
  .social-card-height-fix-4,
  .social-card-height-fix-4-1 {
    display: none;
  }

  .card-body {
    margin-bottom: 60px;
  }

  .mob-card-body {
    margin-bottom: 0px !important;
  }

  .mob-padding-60 {
    padding-top: 60px;
  }

  .opportunities-intro {
    margin-bottom: 30px;
  }

  .social-icons-footer {
    max-width: 18px;
    margin: 0px 23px;
    margin-top: 5px;
  }

  .footer-note {
    flex-direction: column;
    text-align: center !important;
  }

  /*Contact Page*/
  .contact h2 {
    font-size: 52px;
    line-height: 52px;
  }

  .contacts-subheadline-s1 {
    font-size: 32px;
    line-height: 32px;
  }

  .contacts-1 {
    min-height: 530px !important;
    position: relative;
  }

  .contacts-section-2 {
    padding: 200px 0px 100px !important;
  }

  .contact-form-title {
    font-size: 32px;
    line-height: 32px;
  }

  .contact-form-content {
    font-size: 20px;
    line-height: 28px;
  }

  .headline-connecting {
    font-size: 38px;
    line-height: 38px;
  }

  .sub-headline-connecting {
    font-size: 20px;
    line-height: 28px;
  }

  button.btn.btn-green.form-btn {
    margin-bottom: 100px;
    margin-top: 30px;
    width: 100%;
  }

  .btn-white-align,
  .btn-white {
    color: #17172e !important;
    text-align: center !important;
  }

  .full-width-div {
    position: absolute;
    max-width: 90%;
    right: 0;
    z-index: 9;
  }

  .contact-form {
    border-left: 0px solid black;
    border-bottom: 1px solid black;
    border-top: 0px solid black;
    border-right: 0px solid black;
    border-radius: 0px;
  }

  .mobile-back-link {
    display: block;
  }

  .contacts-headline-s1 {
    font-family: "TTCommons-DemiBold", Arial, sans-serif;
    margin-top: 80px;
    margin-bottom: 30px;
    font-size: 90px;
    line-height: 96px;
  }

  .nav-link {
    display: block;
    padding: 0rem 0rem;
  }

  .contacts-subheadline-s1 {
    margin-bottom: 100px;
  }

  .navbar-nav {
    display: -ms-flexbox;
    display: -webkit-inline-box;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    float: none;
    vertical-align: super;
  }
}

.custom-video {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0 !important;
}

/* .custom-video:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(rgba(15, 15, 15, 0.6), rgba(15, 15, 15, 0.6));
} */

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

/* COOKIES OVERRIDE */
body div#hs-eu-cookie-confirmation {
  position: fixed;
  top: auto;
  bottom: 0;
  font-family: TTCommons-regular, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  box-shadow: 0 1px 5px #d3d3d3;
}
body div#hs-eu-cookie-confirmation,
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
  background-color: rgba(244, 244, 244, 1);
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
  margin: 0 0 12px;
}

@media screen and (max-width: 480px) {
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
    font-size: 16px !important;
    margin-bottom: 12px !important;
    line-height: 20px !important;
  }
  body div#hs-eu-cookie-confirmation {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}

body
  div#hs-eu-cookie-confirmation
  div#hs-eu-cookie-confirmation-inner
  div#hs-en-cookie-confirmation-buttons-area {
  margin-right: 0;
}

body
  div#hs-eu-cookie-confirmation
  div#hs-eu-cookie-confirmation-inner
  a#hs-eu-confirmation-button,
body
  div#hs-eu-cookie-confirmation
  div#hs-eu-cookie-confirmation-inner
  a#hs-eu-decline-button {
  border-radius: 25px;
  box-shadow: 0 15px 20px hsla(0, 0%, 6%, 0.15) !important;
  font-family: TTCommons-Bold;
  font-size: 14px;
  font-weight: 700 !important;
  letter-spacing: 0.5px;
  line-height: 20px;
  max-height: 50px;
  max-width: 100%;
  text-transform: uppercase;
}

body
  div#hs-eu-cookie-confirmation
  div#hs-eu-cookie-confirmation-inner
  a#hs-eu-confirmation-button {
  background-color: #00ebb0 !important;
  border: none !important;
  color: #fff;
  padding: 15px 60px !important;
}

body
  div#hs-eu-cookie-confirmation
  div#hs-eu-cookie-confirmation-inner
  a#hs-eu-confirmation-button:focus,
body
  div#hs-eu-cookie-confirmation
  div#hs-eu-cookie-confirmation-inner
  a#hs-eu-confirmation-button:hover {
  box-shadow: 0 5px 15px hsla(0, 0%, 6%, 0.4) !important;
}

body
  div#hs-eu-cookie-confirmation
  div#hs-eu-cookie-confirmation-inner
  a#hs-eu-decline-button {
  background-color: transparent !important;
  border: 2px solid #444 !important;
  color: #000;
  padding: 13px 60px !important;
}

body
  div#hs-eu-cookie-confirmation
  div#hs-eu-cookie-confirmation-inner
  a#hs-eu-decline-button:focus,
body
  div#hs-eu-cookie-confirmation
  div#hs-eu-cookie-confirmation-inner
  a#hs-eu-decline-button:hover {
  box-shadow: 0 5px 15px hsla(0, 0%, 6%, 0.4) !important;
}

/* BREADCRUMBS */
.breadcrumb-container {
  padding: 16px 0;
}

.i9-breadcrumb {
  padding: 0;
}

.i9-breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}

.i9-breadcrumb-list .breadcrumb-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
}

.i9-breadcrumb-list .breadcrumb-item a {
  font-family: "TTCommons-Medium", "TT Commons", Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #646474;
  text-decoration: none;
  transition: color 0.2s;
}

.i9-breadcrumb-list .breadcrumb-item a:hover {
  color: #0f0f0f;
  text-decoration: none;
}

.i9-breadcrumb-list .breadcrumb-item.active {
  color: #8b8b96;
  font-family: "TTCommons-Medium", "TT Commons", Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

.i9-breadcrumb-list .breadcrumb-item:first-child .breadcrumb-separator {
  display: none;
}

.breadcrumb-separator {
  display: flex;
  align-items: center;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.breadcrumb-separator svg {
  width: 16px;
  height: 16px;
}

/* Override Bootstrap default breadcrumb styles */
.i9-breadcrumb-list .breadcrumb-item + .breadcrumb-item::before {
  display: none;