:root {
  --green-supremo: var(--white);
  --green-2: #2c5234;
  --green-sup: #2c5234;
  --white: #fff;
  --white-2: white;
  --green-3: #ffd001;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

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

.nav-bar {
  font-family: Neuekabel, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.tittle-header {
  color: var(--green-supremo);
  letter-spacing: 7px;
  text-transform: uppercase;
  font-family: Neuekabel, sans-serif;
  font-size: 78px;
  font-weight: 700;
  line-height: 78px;
}

.tittle-header.l.fandom.headingsplit-header {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  min-width: 800px;
  max-width: 800px;
  display: flex;
}

.navbar-logo-left {
  background-image: linear-gradient(rgba(0, 0, 0, .68) 14%, rgba(0, 0, 0, .17) 80%, rgba(255, 255, 255, 0));
  min-width: 100vw;
  display: block;
  position: absolute;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1220px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  display: flex;
}

.nav-menu-two {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-color: rgba(255, 255, 255, 0);
  background-clip: border-box;
  border: 0 solid #fff;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px;
  font-family: Neuekabel, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.nav-link:hover {
  color: var(--green-2);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

.button-primary:active {
  background-color: #43464d;
}

.list-item {
  color: #fff;
}

.section {
  min-width: 600px;
}

.section-2 {
  background-image: url('../images/53BD5AFD-3CE5-4E69-9593-BC736BA98388_1_105_c-1-4_2.webp');
  background-position: 50% 29%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  min-height: 561px;
  display: flex;
}

.section-2.home {
  background-image: url('../images/IMG_1480-1.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  min-height: 820px;
}

.section-2.about {
  background-image: url('../images/12.webp');
}

.section-2.squad {
  background-image: url('../images/IMG_1480-1_1.webp');
}

.section-2.services {
  background-image: url('../images/IMG_1480-1gf.webp');
}

.section-2.services.properities {
  background-image: url('../images/2018-Soulfrito-NY-18.jpg');
}

.section-2.work {
  background-image: url('../images/IMG_1480-1.png');
}

.section-2.priva {
  background-image: linear-gradient(rgba(0, 0, 0, .12), rgba(0, 0, 0, .12)), url('../images/53BD5AFD-3CE5-4E69-9593-BC736BA98388_1_105_c-1-4_2.webp');
  background-position: 0 0, 50% 29%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  min-height: 400px;
}

.tittle-home {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  font-family: Neuekabel, sans-serif;
  font-size: 76px;
  line-height: 78px;
  display: flex;
}

.tittle-home.movil {
  display: none;
}

.container-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 1220px;
  padding-top: 40px;
  display: flex;
}

.container-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--green-2);
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 1220px;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

.container-3.about.cont2 {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 0;
}

.container-3.home {
  padding-top: 150px;
  padding-bottom: 150px;
}

.container-3.home._1 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 120px;
}

.container-3.home._3 {
  max-width: 1220px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.container-3.home._3.sec3 {
  margin-bottom: 0;
  padding-bottom: 150px;
}

.container-3.huddleup {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 150px;
  padding-right: 0;
}

.container-3.bold-text {
  padding-bottom: 0;
}

.container-3.pr {
  padding-top: 60px;
  padding-bottom: 30px;
}

.heading {
  color: var(--green-2);
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  mix-blend-mode: normal;
  flex: 0 auto;
  order: -1;
  min-width: 500px;
  margin-top: 0;
  font-family: FilsonPro, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 60px;
  transform: rotate(0);
}

.heading.aboutus {
  color: var(--white);
  margin-top: 0;
}

.heading._1 {
  margin-top: 0;
}

.heading._1._2 {
  color: var(--green-2);
}

.heading._2 {
  max-width: 825px;
  font-family: FilsonPro, sans-serif;
  font-size: 50px;
  line-height: 60px;
}

.heading._3 {
  font-size: 50px;
}

.heading._40._30 {
  text-align: center;
  order: -1;
}

.heading._40._30.x {
  order: 1;
  margin-bottom: 40px;
}

.heading._40._30.work {
  color: var(--white);
  margin-bottom: 70px;
}

.heading.pr {
  font-size: 30px;
  line-height: 30px;
}

.heading.pr._1 {
  min-width: 0;
  max-width: 600px;
  font-size: 50px;
  line-height: 60px;
}

.heading.pro {
  min-width: 200px;
  max-width: 533px;
}

.paragraph {
  color: var(--green-sup);
  text-align: left;
  order: 1;
  max-width: 555px;
  font-family: Ppneuemontreal, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 32px;
  display: block;
}

.paragraph.cont1 {
  color: var(--green-2);
  text-align: left;
  max-width: 550px;
  font-family: Ppneuemontreal, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 32px;
}

.paragraph.cont1.about {
  color: var(--white);
  max-width: 590px;
  font-size: 22px;
}

.paragraph.cont1.squad {
  max-width: 590px;
  font-size: 19px;
  font-weight: 500;
}

.paragraph.cont1.work {
  max-width: 407px;
}

.paragraph.cont1.work1 {
  max-width: 555px;
}

.paragraph.cont1.p {
  max-width: 700px;
}

.paragraph.cont2 {
  color: var(--green-2);
  text-align: left;
  max-width: 558px;
  font-family: Ppneuemontreal, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 32px;
}

.paragraph.cont2._1 {
  max-width: 460px;
  font-size: 19px;
}

.paragraph.cont2._1.sec4 {
  max-width: 579px;
  font-family: Ppneuemontreal, sans-serif;
}

.video {
  max-width: 1220px;
}

.section-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 1%;
  border-radius: 40px;
  min-width: 1000px;
  max-width: 1220px;
  max-height: 800px;
  margin-bottom: -320px;
}

.image._2 {
  margin-bottom: 80px;
}

.section-4 {
  background-color: var(--green-2);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 400px;
  padding-bottom: 0;
  display: flex;
}

.section-4.about {
  padding-top: 150px;
}

.section-4.about._1 {
  margin-bottom: -170px;
  padding-top: 120px;
}

.section-4.work {
  margin-bottom: -157px;
  padding-top: 80px;
}

.section-4._2 {
  margin-bottom: -205px;
  padding-top: 80px;
  padding-bottom: 0;
}

.container-4 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-width: 1220px;
  max-width: 1280px;
  display: flex;
}

.heading-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  max-width: 814px;
  margin-bottom: 150px;
  font-family: FilsonPro, sans-serif;
  font-size: 60px;
  line-height: 65px;
}

.l {
  font-weight: 700;
}

.container-5 {
  justify-content: flex-start;
  align-items: center;
  max-width: 100vw;
  margin-bottom: 0;
  display: flex;
}

.container-6 {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/53BD5AFD-3CE5-4E69-9593-BC736BA98388_1_105_c-1-3.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  width: 317px;
  min-height: 375px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.container-6.squad1 {
  z-index: 1;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/53BD5AFD-3CE5-4E69-9593-BC736BA98388_1_105_c-1_3.webp');
  min-width: 100%;
  min-height: 400px;
  position: relative;
}

.container-6.squad1._1 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/53BD5AFD-3CE5-4E69-9593-BC736BA98388_1_105_c-1-5.webp');
  min-height: 460px;
  margin-top: 0;
  position: relative;
}

.container-6.squad1._1.back {
  opacity: 0;
  background-image: linear-gradient(rgba(0, 0, 0, .51), rgba(0, 0, 0, .51));
  min-height: 460px;
  max-height: 460px;
  margin-top: -460px;
  transition: opacity .5s;
  overflow: hidden;
}

.container-6.squad1._1.back:hover {
  opacity: 1;
}

.container-6.squad1._1.back.a {
  z-index: 2;
  background-color: rgba(0, 0, 0, .79);
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}

.container-6.squad1._1.back.a.serv {
  min-height: 400px;
  margin-top: -400px;
}

.container-6.squad1._1.back.a.jc, .container-6.squad1._1.back.jes {
  min-height: 460px;
  margin-top: -460px;
}

.container-6.squad1._1.back.phil {
  background-image: linear-gradient(rgba(0, 0, 0, .51), rgba(0, 0, 0, .51)), url('../images/IMG_8151.JPEG');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  margin-top: -460px;
}

.container-6.squad1._1.b {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/53BD5AFD-3CE5-4E69-9593-BC736BA98388_1_105_c-1-4.webp');
  min-height: 440px;
}

.container-6.squad1._1.b.jess {
  min-height: 460px;
}

.container-6.squad1._1.c {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/53BD5AFD-3CE5-4E69-9593-BC736BA98388_1_105_c-1-3_1.webp');
}

.container-6.squad1._1.d {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/53BD5AFD-3CE5-4E69-9593-BC736BA98388_1_105_c-2.webp');
}

.container-6.squad1._1.f {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/53BD5AFD-3CE5-4E69-9593-BC736BA98388_1_105_c-1-2.webp');
}

.container-6.squad1._1.g {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/53BD5AFD-3CE5-4E69-9593-BC736BA98388_1_105_c-1-1.webp');
}

.container-6.squad1._1.h {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/53BD5AFD-3CE5-4E69-9593-BC736BA98388_1_105_c-1_1.webp');
}

.container-6.squad1._1._7 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/Alexandra-More.jpeg');
}

.container-6.squad1._1.phil {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/IMG_8151.JPEG');
  min-height: 460px;
}

.container-6.squad1.back {
  margin-top: -400px;
}

.container-6.squad1.b {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/20180618---Nike-Soccer-City-Clash-Week-1---Game-Photos--7.jpg');
}

.container-6.squad1.c {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/rachel-barkdoll.jpg');
}

.container-6.squad1.d {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/53BD5AFD-3CE5-4E69-9593-BC736BA98388_1_105_c-1-2_2.webp');
}

.container-6.squad1.e {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/53BD5AFD-3CE5-4E69-9593-BC736BA98388_1_105_c-1-4_2.webp');
}

.container-6.squad1.g {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/53BD5AFD-3CE5-4E69-9593-BC736BA98388_1_105_c-1-5_1.webp');
}

.container-6.work {
  min-width: 395px;
}

.container-6.work._1 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/53BD5AFD-3CE5-4E69-9593-BC736BA98388_1_105_c-1.webp');
  background-size: auto, cover;
  margin-left: 0;
  margin-right: 0;
  transition: background-position .4s;
}

.container-6.work._3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/53BD5AFD-3CE5-4E69-9593-BC736BA98388_1_105_c-1-10.webp');
}

.container-6.work._5 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/53BD5AFD-3CE5-4E69-9593-BC736BA98388_1_105_c-1-2_1.webp');
}

.container-6.work._6 {
  background-image: linear-gradient(rgba(0, 0, 0, .31), rgba(0, 0, 0, .31)), url('../images/53BD5AFD-3CE5-4E69-9593-BC736BA98388_1_105_c-1-4_1.webp');
}

.container-6.work._8 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/53BD5AFD-3CE5-4E69-9593-BC736BA98388_1_105_c-1-3_2.webp');
}

.container-6.work._9 {
  background-image: linear-gradient(rgba(0, 0, 0, .22), rgba(0, 0, 0, .22)), url('../images/53BD5AFD-3CE5-4E69-9593-BC736BA98388_1_105_c-1-5_1.webp');
}

.container-6.work._4 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/53BD5AFD-3CE5-4E69-9593-BC736BA98388_1_105_c-1_2.webp');
}

.container-6.work.cell-7 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/53BD5AFD-3CE5-4E69-9593-BC736BA98388_1_105_c-1-1_1.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  margin-left: 0;
  padding-left: 20px;
}

.container-6.work._10 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/53BD5AFD-3CE5-4E69-9593-BC736BA98388_1_105_c-1-6.webp');
  margin-left: 0;
}

.container-6.work._10.a {
  margin-left: 0;
}

.container-6.work._11 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/53BD5AFD-3CE5-4E69-9593-BC736BA98388_1_105_c-1-7.webp');
}

.container-6.work._12 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/53BD5AFD-3CE5-4E69-9593-BC736BA98388_1_105_c-1-8.webp');
}

.textoslider {
  border-bottom: 1px solid var(--white);
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-family: FilsonPro, sans-serif;
  font-size: 15px;
}

.textoslider.big {
  z-index: 2;
  padding-bottom: 18px;
  font-size: 20px;
  position: relative;
}

.container-7 {
  width: 317px;
  min-height: 375px;
}

.section-5 {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  display: flex;
}

.section-5._1 {
  padding-top: 120px;
}

.container-8 {
  max-width: 1220px;
}

.container-9 {
  min-width: 1220px;
  max-width: 1220px;
}

.container-9._12 {
  margin-top: 40px;
}

.cell, .cell-2 {
  justify-content: center;
  align-items: center;
}

.quick-stack {
  grid-column-gap: 100px;
  grid-row-gap: 80px;
  min-width: 1220px;
  max-width: 1220px;
  padding-left: 0;
  padding-right: 0;
}

.cell-3, .cell-4, .cell-5, .cell-6, .cell-7, .cell-8, .cell-9, .cell-10, .cell-11, .cell-12, .cell-13, .cell-14, .cell-15, .cell-16 {
  justify-content: center;
  align-items: center;
}

.section-6 {
  background-color: var(--green-2);
  margin-bottom: -150px;
  padding-top: 506px;
}

.section-6.home {
  background-color: var(--white-2);
  margin-bottom: 0;
  padding-top: 0;
}

.container-10 {
  min-width: 1310px;
  max-width: 1310px;
  margin-left: auto;
}

.quick-stack-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: -340px;
  padding-top: 120px;
  padding-left: 0;
  padding-right: 0;
}

.image-2 {
  object-fit: cover;
  min-height: 673px;
}

.image-3, .image-4 {
  width: 100%;
  height: 673px;
}

.container-11 {
  min-width: 1220px;
  max-width: 1220px;
}

.heading-3 {
  color: #fff;
  text-transform: uppercase;
  font-family: FilsonPro, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 66px;
}

.text-span {
  color: #ccd100;
}

.text-span-2 {
  color: var(--green-3);
}

.container-12 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  min-width: 1220px;
  max-width: 1280px;
  margin-top: 50px;
  padding-top: 0;
  display: flex;
}

.container-13 {
  background-image: url('../images/53BD5AFD-3CE5-4E69-9593-BC736BA98388_1_105_c-1-4_2.webp');
  background-position: 50%;
  background-size: cover;
  width: 592px;
  min-height: 400px;
  padding-top: 20px;
  padding-left: 30px;
}

.container-13._2 {
  background-image: url('../images/53BD5AFD-3CE5-4E69-9593-BC736BA98388_1_105_c-1-1_2.webp');
}

.container-13._3 {
  background-image: url('../images/53BD5AFD-3CE5-4E69-9593-BC736BA98388_1_105_c-1-3_3.webp');
}

.container-13._6 {
  background-image: url('../images/53BD5AFD-3CE5-4E69-9593-BC736BA98388_1_105_c-1-5_2.webp');
}

.container-13._4 {
  background-image: url('../images/53BD5AFD-3CE5-4E69-9593-BC736BA98388_1_105_c-1-2_2.webp');
}

.section-7 {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

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

.container-14 {
  z-index: 2;
  min-width: 1220px;
  max-width: 1220px;
  position: relative;
}

.quick-stack-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 0;
}

.section-8 {
  max-height: 1345px;
  margin-top: 0;
}

.container-15 {
  z-index: 0;
  background-color: var(--green-2);
  width: 100px;
  min-width: 100vw;
  max-width: 100vw;
  min-height: 850px;
  position: relative;
  top: -1047px;
}

.quick-stack-4 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  min-width: 1220px;
  max-width: 1220px;
  margin-left: 0;
  padding: 0;
}

.quick-stack-4.work {
  min-width: 395px;
  max-width: 395px;
  margin-left: 15px;
}

.quick-stack-4.slide2 {
  margin-left: 15px;
}

.slider {
  background-color: rgba(221, 221, 221, 0);
  min-width: 1220px;
  max-width: 1220px;
  min-height: 410px;
  margin-top: 40px;
}

.slider.work {
  min-height: 1180px;
}

.slider.projects {
  display: none;
}

.slide-2 {
  padding-left: 0;
}

.slide-2.work {
  min-height: 1180px;
}

.mask {
  background-color: rgba(58, 17, 17, 0);
  overflow: visible;
}

.slide-nav {
  display: none;
}

.container-16 {
  -webkit-text-stroke-color: #fff;
  background-color: #fff;
  width: 100vw;
  max-width: 100vw;
  height: 1000px;
  margin-top: -990px;
  padding-top: 0;
}

.container-16.work {
  background-color: var(--green-2);
}

.paragraph-2 {
  color: var(--white);
  min-width: 387px;
  max-width: 387px;
  margin-top: 120px;
  font-family: Neuekabel, sans-serif;
  font-size: 26px;
  font-weight: 200;
  line-height: 26px;
}

.paragraph-2.textflip {
  z-index: 2;
  opacity: 0;
  margin-top: 105px;
  position: relative;
}

.container-17 {
  z-index: 1;
  background-color: rgba(0, 0, 0, .63);
  width: 592px;
  min-width: 630px;
  max-width: 592px;
  min-height: 400px;
  margin-left: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container-17.blackbg {
  opacity: 0;
  margin-bottom: -400px;
  display: block;
  position: relative;
  top: -20px;
  bottom: -400px;
  left: -20px;
}

.video-2 {
  min-width: 100%;
  min-height: 673px;
}

.image-5 {
  min-width: 0;
  max-width: 800px;
}

.section-9 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-18 {
  background-color: var(--green-sup);
  width: 100vw;
  max-width: 100vw;
  min-height: 370px;
  display: flex;
}

.container-19 {
  min-height: 500px;
  margin-top: -5px;
}

.section-10 {
  background-color: var(--white-2);
  min-height: 152px;
}

.section-11 {
  background-color: var(--white);
  min-height: 200px;
}

.text-block {
  border: 0 solid #fff;
}

.text-block.squad.mail {
  color: var(--green-2);
  margin-top: 20px;
  font-family: FilsonPro, sans-serif;
  font-size: 22px;
}

.text-block.squad.texto {
  color: var(--white);
  text-align: left;
  margin-top: 20px;
  font-family: Ppneuemontreal, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.text-block.squad.texto.serv {
  text-align: left;
  max-width: 430px;
  margin-top: 20px;
  font-family: Ppneuemontreal, sans-serif;
  font-size: 26px;
  line-height: 28px;
}

.container-20 {
  min-width: 100%;
}

.italic-text {
  font-size: 20px;
}

.container-21 {
  min-width: 100%;
  max-width: 100%;
}

.video-3 {
  max-width: 1220px;
  height: 673px;
  max-height: 673px;
  margin-bottom: 0;
  overflow: hidden;
}

.video-3._1 {
  margin-bottom: -320px;
}

.video-3._3 {
  margin-bottom: 150px;
}

.background-video {
  min-height: 100vh;
  display: flex;
}

.heading-4 {
  color: var(--white);
  -webkit-text-stroke-width: 0px;
  text-transform: lowercase;
  white-space: normal;
  font-family: Neuekabel Book, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.container-22 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 60%;
  display: flex;
}

.container-22._2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  align-items: center;
  min-width: 100%;
  margin-top: 80px;
}

.container-23 {
  justify-content: flex-end;
  align-items: center;
  min-width: 40%;
  display: flex;
}

.container-24 {
  flex-flow: wrap;
  justify-content: space-between;
  min-width: 1220px;
  max-width: 1280px;
  display: flex;
}

.quick-stack-5 {
  min-width: 100%;
  padding: 0;
}

.text-block-2 {
  opacity: 1;
  color: var(--green-supremo);
  font-family: Neuekabel Book, sans-serif;
  font-size: 21px;
}

.text-block-2.op0 {
  opacity: 0;
}

.text-block-2.as {
  margin-top: -70px;
  margin-bottom: 0;
}

.text-block-2.w {
  margin-top: 40px;
}

.cell-17 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
}

.cell-17._2 {
  justify-content: center;
  align-items: flex-end;
}

.text-span-3, .text-span-4, .text-span-5 {
  color: var(--green-3);
}

.container-25 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  background-color: var(--white);
  opacity: 0;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 101px;
  min-width: 101px;
  height: 0;
  margin-top: 10px;
  padding: 15px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.text-block-3 {
  font-family: FilsonPro, sans-serif;
  font-weight: 500;
}

.list-item-2 {
  overflow: visible;
}

.text-span-6, .text-span-7, .text-span-8, .text-span-9, .text-span-10, .text-span-11 {
  color: var(--green-3);
}

.image-7 {
  min-height: 80px;
  max-height: 120px;
}

.bold-text {
  color: var(--green-sup);
  text-transform: capitalize;
  font-family: FilsonPro, sans-serif;
  font-size: 50px;
  font-weight: 900;
}

.paragraph-3 {
  color: var(--green-2);
  margin-top: 20px;
  font-family: Ppneuemontreal, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
}

.text-span-12, .text-span-13, .text-span-14 {
  color: var(--green-3);
}

.bold-text-2 {
  color: var(--green-2);
}

.bold-text-2.sd {
  color: var(--green-3);
}

.section-12 {
  background-color: var(--green-2);
  min-height: 450px;
}

.text-span-15, .text-span-16 {
  color: var(--green-3);
}

.button {
  background-color: var(--green-2);
  text-transform: capitalize;
  border-radius: 8px;
  margin-top: 40px;
  padding: 25px 30px;
  font-family: Neuekabel Book, sans-serif;
  font-size: 28px;
}

.container-26 {
  margin-right: 0;
}

.text-span-17, .text-span-18 {
  color: var(--green-3);
}

.section-13 {
  margin-top: -40px;
}

.text-span-19 {
  color: var(--green-3);
}

.link {
  color: var(--green-2);
  margin-top: 60px;
  font-family: FilsonPro, sans-serif;
  font-size: 24px;
  font-weight: 500;
  display: flex;
}

.link._2 {
  margin-top: 20px;
}

.container-27 {
  justify-content: center;
  align-items: center;
  min-width: 1220px;
  max-width: 1220px;
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
}

.container-28 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  min-width: auto;
  max-width: 40%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container-28._2 {
  margin-left: 20px;
}

.counter {
  font-size: 250px;
  line-height: 195px;
}

.counter.sufix {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  font-size: 60px;
  line-height: 60px;
  display: flex;
}

.counter.sufix.down {
  font-size: 15px;
  line-height: 27px;
}

.image-8 {
  min-width: 100px;
  max-width: 200px;
}

.container-29 {
  display: flex;
}

.section-14 {
  background-color: var(--white);
  margin-top: 100px;
  margin-bottom: 0;
  padding-top: 0;
}

.section-14.work {
  background-color: var(--green-2);
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-14.testimonial {
  margin-top: 0;
  margin-bottom: -70px;
}

.container-30 {
  justify-content: space-between;
  min-width: 1220px;
  max-width: 1220px;
  min-height: 300px;
  margin-top: 0;
  display: flex;
}

.container-30.fullw {
  background-color: var(--green-2);
  min-width: 100%;
  max-width: 100%;
  margin-top: 70px;
  padding-top: 70px;
  padding-bottom: 70px;
}

.container-30.fullw.v {
  margin-top: 0;
  margin-bottom: 70px;
}

.container-30.fullw.v.white {
  background-color: var(--white);
  color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
}

.container-30.under, .container-30.top70 {
  margin-top: 70px;
}

.container-31 {
  justify-content: flex-end;
  align-items: center;
  min-width: 33%;
  max-width: 45%;
  min-height: 100px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container-31.c {
  min-width: 7%;
  max-width: 20%;
}

.container-31.text-block-3 {
  min-width: 45%;
}

.container-31.last {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 58%;
  display: flex;
}

.name {
  color: var(--green-2);
  text-transform: uppercase;
  min-width: 0;
  margin-top: 0;
  font-family: FilsonPro, sans-serif;
  font-size: 59px;
  font-weight: 900;
  line-height: 59px;
}

.name.desc {
  text-transform: uppercase;
  font-size: 25px;
  line-height: 31px;
}

.name.desc.gree {
  color: var(--white);
  font-size: 25px;
}

.name.desc.work {
  margin-bottom: 30px;
}

.name.green {
  color: var(--white);
  text-transform: uppercase;
  font-size: 59px;
  line-height: 59px;
}

.name.green.hello {
  font-size: 80px;
}

.name.green.white {
  color: var(--green-2);
}

.paragraph-4 {
  color: var(--green-2);
  text-align: justify;
  font-family: Ppneuemontreal, sans-serif;
  font-size: 19px;
  line-height: 32px;
}

.paragraph-4.white {
  color: var(--white);
  text-align: left;
  min-width: 0;
  font-size: 18px;
  line-height: 29px;
}

.paragraph-4.white.work {
  margin-top: 20px;
}

.paragraph-4.white.green {
  color: var(--green-2);
  text-align: left;
}

.image-9 {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 10px;
  min-width: 100%;
  min-height: 500px;
  max-height: 500px;
  margin-top: 20px;
}

.image-9.work {
  box-sizing: border-box;
  object-fit: cover;
  object-position: 50% 14%;
  max-height: 280px;
  margin-bottom: 20px;
  padding-bottom: 0;
  display: block;
}

.container-32 {
  min-width: 1220px;
  max-width: 1220px;
  min-height: 0;
  display: flex;
}

.link-2 {
  color: var(--green-3);
  font-family: FilsonPro, sans-serif;
  font-size: 15px;
  font-style: italic;
}

.bold-text-4, .text-span-20, .text-span-21, .text-span-22, .text-span-23, .text-span-24, .text-span-24.a, .text-span-25, .text-span-26 {
  color: var(--green-3);
}

.link-3 {
  color: var(--white);
  word-break: normal;
  font-family: Neuekabel Book, sans-serif;
  font-size: 25px;
  line-height: 44px;
}

.text-span-27 {
  color: var(--green-3);
}

.text-span-28 {
  color: var(--green-3);
  font-family: Ppneuemontreal, sans-serif;
  font-size: 19px;
}

.text-span-29, .text-span-30, .text-span-31 {
  color: var(--green-3);
}

.bold-text-5 {
  font-weight: 500;
}

.text-span-32, .text-span-33 {
  color: var(--green-3);
}

.swiper.is-team {
  width: 100%;
  margin-top: 3rem;
  overflow: hidden;
}

.swiper.work {
  width: 100%;
  max-width: none;
}

.swiper-wrapper.is-team {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.swiper-wrapper.work {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  max-width: none;
  padding-left: 6vw;
  display: flex;
}

.swiper-slide {
  width: 395px;
  max-width: 395px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.swiper-slide.is-team {
  grid-row-gap: 1rem;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20rem;
  display: flex;
}

.container-33 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.swiper-button__arrow {
  width: 1rem;
}

.swiper-button__arrow.is-2 {
  position: absolute;
}

.global {
  position: fixed;
}

.swiper-button {
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: relative;
}

.swiper-button.swiper-btn-prev {
  transform: rotate(180deg);
}

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

.swiper-button__border {
  border: 1px dashed #ff5e00;
  border-radius: 100rem;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.swiper-button__wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.swiper-top {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-10 {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 100%;
  width: 400px;
  height: 400px;
}

.image-10.testimonial {
  border: 2px solid var(--green-3);
}

.text-span-34 {
  color: var(--green-3);
}

.container-34 {
  background-color: var(--green-3);
  min-width: 100%;
  min-height: 1px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.white {
  color: var(--green-2);
  -webkit-text-stroke-color: var(--green-2);
}

.bold-text-7, .italic-text-2, .bold-text-8, .italic-text-3, .italic-text-4, .italic-text-5, .italic-text-6, .italic-text-7, .italic-text-8 {
  font-size: 16px;
}

.section-16 {
  background-color: var(--green-2);
  min-height: 80px;
}

.text-span-36, .text-span-37, .text-span-38 {
  color: var(--green-3);
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .container-25 {
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 479px) {
  .tittle-header.l {
    letter-spacing: 4px;
    margin-top: 90px;
    font-size: 52px;
    line-height: 56px;
  }

  .tittle-header.l.fandom {
    margin-top: -20px;
  }

  .container {
    max-width: none;
  }

  .nav-menu-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .nav-menu-two {
    flex-direction: column;
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .nav-link {
    color: var(--green-sup);
  }

  .menu-button.w--open {
    background-color: rgba(166, 177, 191, 0);
    border-radius: 8px;
  }

  .section-2 {
    min-height: 400px;
  }

  .section-2.home {
    justify-content: flex-start;
    align-items: flex-end;
    min-height: 500px;
    padding-bottom: 30px;
  }

  .section-2.about, .section-2.squad {
    min-height: 400px;
  }

  .tittle-home {
    font-size: 44px;
    line-height: 50px;
    display: none;
  }

  .tittle-home.movil {
    flex-flow: column;
    display: flex;
  }

  .container-2 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    max-width: 94vw;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .container-3 {
    clear: none;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    min-width: 0;
    max-width: 100vw;
    padding: 80px 10px;
    overflow: hidden;
  }

  .container-3.home {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-3.home._1 {
    padding-top: 70px;
  }

  .container-3.home._1.container-24 {
    padding-bottom: 60px;
  }

  .container-3.home._3 {
    padding-top: 60px;
  }

  .container-3.home._3.sec3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-3.huddleup {
    flex-flow: column;
    padding-right: 10px;
  }

  .container-3.work {
    padding-bottom: 0;
  }

  .heading {
    text-align: left;
    min-width: 0;
    max-width: 100vw;
    font-size: 45px;
    line-height: 50px;
  }

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

  .heading._2 {
    font-size: 45px;
    line-height: 50px;
  }

  .heading._40._30 {
    text-align: left;
    max-width: 100vw;
    margin-top: 0;
    padding-left: 10px;
  }

  .paragraph, .paragraph.cont1 {
    text-align: left;
    font-size: 19px;
  }

  .paragraph.cont1.about {
    text-align: left;
    font-size: 19px;
    line-height: 26px;
  }

  .paragraph.cont1.squad {
    font-size: 19px;
  }

  .paragraph.cont1.p {
    margin-top: -50px;
    font-size: 17px;
    line-height: 25px;
  }

  .paragraph.cont2 {
    text-align: left;
    font-size: 19px;
  }

  .paragraph.cont2._1 {
    max-width: 100%;
  }

  .image {
    min-width: 95vw;
    max-width: 95vw;
    margin-bottom: -50px;
  }

  .section-4 {
    margin-bottom: 0;
    padding-top: 80px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-4.about {
    padding-top: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-4.work {
    display: none;
  }

  .section-4._2 {
    margin-bottom: 0;
    padding-top: 0;
  }

  .container-4 {
    min-width: 0;
    max-width: 100%;
  }

  .heading-2 {
    text-align: left;
    margin-bottom: 80px;
    font-size: 36px;
    line-height: 40px;
  }

  .l {
    font-size: 46px;
  }

  .l.testimonials {
    font-size: 36px;
  }

  .container-6.squad1._1 {
    min-width: 100vw;
  }

  .container-6.squad1._1.back {
    min-height: 440px;
    margin-top: -440px;
  }

  .container-6.squad1._1.back.a.serv {
    min-height: 400px;
    margin-top: -400px;
  }

  .container-6.squad1._1.back.jes {
    min-height: 500px;
    margin-top: -500px;
  }

  .container-6.squad1._1.back.phil {
    background-image: linear-gradient(rgba(0, 0, 0, .51), rgba(0, 0, 0, .51)), url('../images/IMG_8151.JPEG');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    min-height: 540px;
    margin-top: -540px;
  }

  .container-6.squad1._1.back.tony {
    min-height: 500px;
    margin-top: -500px;
  }

  .container-6.squad1._1.back.jordi {
    min-height: 520px;
    margin-top: -520px;
  }

  .container-6.squad1._1.b {
    min-height: 500px;
    margin-top: 0;
  }

  .container-6.squad1._1.c.jordi {
    min-height: 520px;
  }

  .container-6.squad1._1.h.tony {
    min-height: 500px;
  }

  .container-6.squad1._1.phil {
    min-height: 540px;
  }

  .container-6.work._1 {
    width: 100vw;
    min-width: 100vw;
  }

  .container-6.work._2, .container-6.work._3 {
    min-width: 100vw;
  }

  .container-6.work.container-14._4 {
    min-height: 375px;
  }

  .container-6.work._5, .container-6.work._6 {
    width: 100vw;
    min-width: 100vw;
  }

  .container-6.work._7 {
    min-width: 100vw;
    max-width: 100vw;
  }

  .container-6.work._8, .container-6.work._9 {
    width: 100vw;
    min-width: 100vw;
  }

  .container-6.work._4 {
    width: 100vw;
    min-width: 100vw;
    max-width: 100vh;
  }

  .container-6.work.cell-7 {
    min-width: 100vw;
  }

  .container-6.work._10 {
    width: 100vw;
    min-width: 100vw;
  }

  .section-5 {
    max-width: 100vw;
    padding-top: 0;
    overflow: visible;
  }

  .section-5._1 {
    box-sizing: border-box;
    max-width: 100vw;
    padding-top: 0;
    overflow: visible;
  }

  .quick-stack {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: center;
    min-width: 100vw;
    max-width: 100vw;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-6 {
    margin-right: 0;
    padding-top: 400px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-6.home {
    max-width: 100vw;
    overflow: hidden;
  }

  .container-10 {
    min-width: 0;
    max-width: 100vw;
    margin-top: 20px;
    padding-bottom: 300px;
    overflow: hidden;
  }

  .quick-stack-2 {
    max-width: 100vw;
    padding-top: 0;
    overflow: hidden;
  }

  .image-2 {
    max-width: 100vw;
  }

  .heading-3 {
    max-width: 100vw;
    padding-left: 10px;
    font-size: 45px;
    line-height: 50px;
  }

  .container-13._2, .container-13._3, .container-13._1, .container-13._5, .container-13._6, .container-13._4 {
    max-width: 100vw;
  }

  .section-7 {
    max-width: 100vw;
    overflow: visible;
  }

  .container-14 {
    min-width: 100vw;
    min-height: auto;
  }

  .quick-stack-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    min-height: 0;
  }

  .section-8 {
    min-height: 0;
    max-height: none;
    padding-bottom: 0;
  }

  .container-15 {
    background-color: var(--white);
    min-height: 0;
  }

  .quick-stack-4 {
    min-width: 100vw;
    max-width: 100vw;
    padding-left: 10px;
    padding-right: 10px;
  }

  .quick-stack-4.slide2 {
    margin-left: 0;
  }

  .slider {
    min-width: 100vw;
    max-width: 100vw;
    min-height: 814px;
    padding-left: 0;
    padding-right: 0;
  }

  .slider.work {
    min-height: 3500px;
  }

  .slider.projects {
    min-width: 95vw;
    min-height: 1155px;
    margin-top: 0;
    display: flex;
  }

  .slide-2 {
    max-width: 100vw;
    min-height: 800px;
    margin-left: 0;
    overflow: visible;
  }

  .mask {
    max-width: 100vw;
    overflow: hidden;
  }

  .video-2 {
    min-width: 100vw;
    max-width: 100vw;
    min-height: 600px;
    display: block;
  }

  .video-2._1, .video-2._3 {
    display: none;
  }

  .image-5 {
    max-width: 100vw;
  }

  .section-11 {
    display: none;
  }

  .text-block.squad.mail {
    font-size: 17px;
    line-height: 16px;
  }

  .text-block.squad.texto {
    font-size: 14px;
    line-height: 18px;
  }

  .text-block.squad.texto.serv {
    font-size: 23px;
  }

  .icon, .icon-2 {
    margin-top: 500px;
  }

  .image-6 {
    vertical-align: baseline;
  }

  .icon-3 {
    color: var(--white);
  }

  .video-3 {
    max-width: 95vw;
    height: 500px;
  }

  .video-3._3 {
    margin-bottom: 60px;
  }

  .background-video {
    min-height: 40vh;
  }

  .container-22 {
    justify-content: center;
    align-items: center;
    min-width: 100vw;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-23 {
    margin-top: -40px;
    padding-bottom: 40px;
  }

  .container-24 {
    min-width: 100vw;
  }

  .quick-stack-5 {
    margin-top: -40px;
  }

  .text-block-2 {
    font-size: 18px;
  }

  .text-block-2.as, .text-block-2.w {
    margin-top: 0;
  }

  .cell-17 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cell-17._2 {
    justify-content: center;
    align-items: center;
  }

  .cell-17.cell-12 {
    display: none;
  }

  .image-7 {
    object-fit: cover;
  }

  .bold-text {
    font-size: 45px;
  }

  .section-12 {
    min-height: 450px;
  }

  .section-12.home {
    min-height: 299px;
    display: none;
  }

  .container-26 {
    margin-top: 60px;
  }

  .section-13 {
    margin-top: 0;
    display: flex;
  }

  .link {
    margin-top: 30px;
  }

  .bold-text-3 {
    font-size: 45px;
    line-height: 45px;
  }

  .container-27 {
    justify-content: flex-start;
    align-items: center;
    min-width: 90vw;
    max-width: 100vw;
    overflow: hidden;
  }

  .container-28 {
    margin-bottom: 0;
  }

  .container-28._2 {
    margin-left: 0;
  }

  .counter {
    font-size: 78px;
    line-height: 71px;
  }

  .counter.sufix {
    font-size: 30px;
  }

  .counter.sufix.down {
    line-height: 27px;
  }

  .image-8 {
    min-width: 0;
    margin-top: 20px;
    padding-top: 0;
    position: relative;
    left: 0;
  }

  .section-14 {
    margin-top: -100px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-30 {
    flex-flow: column;
    align-items: flex-start;
    min-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-30.fullw {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-31 {
    flex: 0 auto;
    order: -1;
    justify-content: center;
    align-self: auto;
    align-items: center;
    min-width: 100%;
  }

  .container-31.c {
    display: none;
  }

  .container-31.text-block-3 {
    min-width: 100%;
    max-width: 100%;
  }

  .container-31.last {
    order: 1;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    margin-top: 10px;
  }

  .name.desc.gree {
    text-align: center;
  }

  .name.green {
    float: none;
    clear: none;
    text-align: center;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 55px;
    line-height: 55px;
  }

  .name.green.greg {
    line-height: 46px;
  }

  .name.as {
    font-size: 41px;
    line-height: 45px;
  }

  .paragraph-4 {
    margin-top: 30px;
    font-size: 16px;
    line-height: 25px;
  }

  .paragraph-4.white, .paragraph-4.white.green {
    text-align: center;
  }

  .image-9 {
    box-sizing: border-box;
    float: none;
    vertical-align: baseline;
    position: static;
  }

  .container-32 {
    flex-flow: column;
    min-width: 100%;
    max-width: 100%;
  }

  .link-3.footer {
    margin-bottom: 50px;
  }

  .swiper.work {
    display: none;
  }

  .container-33 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image-10 {
    width: 250px;
    height: 250px;
  }

  .container-34 {
    margin-bottom: 0;
  }

  .white {
    text-align: center;
  }

  .text-span-35 {
    font-size: 40px;
    line-height: 55px;
  }

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

  .body {
    max-width: 100vw;
    overflow: hidden;
  }
}

#w-node-_07a04b94-5c4f-d4ec-b6ae-24bd0cbf3a20-768fdc9c, #w-node-accd1ac6-776b-4d57-35af-4164e146008c-768fdc9c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_60cf2699-5143-0be5-23e9-1966d9c135bc-d9c135bc {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-d9bcf148-a91f-00d5-b3d9-c553a2911866-a2911866 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-defbc35e-ad64-2f27-1f96-2dd810baddee-10baddeb, #w-node-defbc35e-ad64-2f27-1f96-2dd810baddfc-10baddeb, #w-node-defbc35e-ad64-2f27-1f96-2dd810bade0a-10baddeb, #w-node-afd349de-42de-c26d-d014-8bfdb3938ffe-10baddeb, #w-node-_12f1f4d7-85dd-3f15-7673-83b9c4abcad8-bdb19102 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_1a7377f6-e9b0-e5b3-a74f-3de39fef478f-72a0f139 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-accd1ac6-776b-4d57-35af-4164e146008c-768fdc9c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-accd1ac6-776b-4d57-35af-4164e146008d-768fdc9c {
    order: 0;
  }

  #w-node-_60cf2699-5143-0be5-23e9-1966d9c135bc-d9c135bc {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-d9bcf148-a91f-00d5-b3d9-c553a2911866-a2911866, #w-node-defbc35e-ad64-2f27-1f96-2dd810baddee-10baddeb, #w-node-defbc35e-ad64-2f27-1f96-2dd810baddfc-10baddeb, #w-node-defbc35e-ad64-2f27-1f96-2dd810bade0a-10baddeb, #w-node-_12f1f4d7-85dd-3f15-7673-83b9c4abcad8-bdb19102, #w-node-_1a7377f6-e9b0-e5b3-a74f-3de39fef478f-72a0f139 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Neuekabel';
  src: url('../fonts/NeueKabel-ExtraLightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neuekabel';
  src: url('../fonts/NeueKabel-ExtraBold.otf') format('opentype'), url('../fonts/NeueKabel-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuekabel';
  src: url('../fonts/NeueKabel-Italic.otf') format('opentype'), url('../fonts/NeueKabel-BookItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neuekabel Book';
  src: url('../fonts/NeueKabel-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuekabel';
  src: url('../fonts/NeueKabel.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuekabel';
  src: url('../fonts/NeueKabel-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neuekabel';
  src: url('../fonts/NeueKabel-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FilsonPro';
  src: url('../fonts/FilsonProHeavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FilsonPro';
  src: url('../fonts/FilsonProMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuekabel';
  src: url('../fonts/NeueKabel-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuekabel';
  src: url('../fonts/NeueKabel-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/ppneuemontreal-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal Book';
  src: url('../fonts/ppneuemontreal-book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}