:root {
  --ad3f3f: #c33f40;
  --antique-white: #fff;
  --dim-grey: #685551;
  --white: #fff;
  --background-black: #0d0d0e;
  --text-color: rgba(0, 0, 0, .7);
  --pboblue: black;
  --outline-dark: #d2d2cf;
  --gainsboro: #dfddda;
  --bisque: #e5ceb1;
  --beige: rgba(243, 240, 220, .5);
  --light-outline: #2e313a;
  --antique-white-3: #ebd8c1;
  --indian-red: #d14b4c;
  --transparent: rgba(0, 0, 0, 0);
  --pbored: #fc0025;
  --antique-white-2: #ebd5bb;
  --white-dark: #f0f0f0;
  --outline-dark-2: #aeaec2;
  --logo_gris: #cecece;
  --overlay-dark: rgba(11, 14, 16, .35);
  --overlay-regular: rgba(13, 13, 14, .2);
  --text-color-grey: rgba(11, 14, 16, .65);
  --outline-light: rgba(255, 255, 255, .15);
  --overlay-light: rgba(13, 13, 14, .12);
  --silver: #c9c8c4;
  --indian-red-2: #d66061;
}

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

@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 {
  background-color: var(--ad3f3f);
  color: var(--antique-white);
  font-family: Generalsans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  font-variation-settings: "wght"400;
  letter-spacing: .1rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Humane vf, sans-serif;
  font-size: 6rem;
  font-weight: 200;
  line-height: 1.1;
}

h2 {
  font-variation-settings: "wght"400;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Humane vf, sans-serif;
  font-size: 3rem;
  font-weight: 200;
  line-height: 1.1;
}

h3 {
  font-variation-settings: "wght"514;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Humane vf, sans-serif;
  font-size: 2rem;
  font-weight: 200;
  line-height: 1.05;
  overflow: visible;
}

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

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

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

p {
  color: var(--dim-grey);
  margin-bottom: 0;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  color: var(--white);
  margin-bottom: .25rem;
}

img {
  max-width: none;
  margin-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: inline-block;
}

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

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

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

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

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

.utility-page-wrapper {
  max-width: 20rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page-image {
  margin-left: auto;
  margin-right: auto;
}

.padding-xlarge {
  padding: 8rem;
}

.margin-xlarge {
  margin: 7rem;
}

.margin-xsmall {
  margin: 1.3rem;
}

.padding-xhuge {
  padding: 14rem;
}

.padding-none {
  padding: 0;
}

.padding-xxhuge {
  padding: 16rem;
}

.padding-huge {
  padding: 13.5rem;
}

.margin-large {
  margin: 5rem;
}

.padding-xxlarge {
  padding: 10rem;
}

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

.padding-large {
  padding: 5.3rem;
}

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

.padding-small {
  padding: 2.4rem;
}

.margin-huge {
  margin: 11rem;
}

.padding-medium {
  padding: 4.8rem;
}

.padding-xsmall {
  padding: 1.3rem;
}

.margin-xxlarge {
  margin: 9rem;
}

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

.margin-xhuge {
  margin: 13rem;
}

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

.margin-small {
  margin: 1.9rem;
}

.margin-medium {
  margin: 3.8rem;
}

.margin-xxhuge {
  margin: 15rem;
}

.margin-none {
  margin: 0;
}

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

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

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

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

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

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

.padding-horizontal {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.padding-horizontal.padding-medium {
  margin-top: 0;
  padding-left: 4.4rem;
  padding-right: 4.4rem;
}

.padding-horizontal.padding-small {
  background-color: rgba(255, 255, 255, 0);
}

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

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

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

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

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

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

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

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

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

.styleguide-background {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.styleguide-spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(0, 115, 230, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  width: .8rem;
  height: .8rem;
  flex: none;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

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

.form {
  z-index: 20;
  margin-bottom: 0;
  position: relative;
}

.styleguide-background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

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

.styleguide-item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.styleguide-item.is-stretch {
  justify-items: stretch;
}

.styleguide-item-header {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 2rem;
}

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

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

.text-color-grey {
  color: var(--text-color);
}

.styleguide-2-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.styleguide-2-col.is-align-start {
  align-items: start;
}

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

.styleguide-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  color: var(--background-black);
  text-align: center;
  letter-spacing: -2px;
  text-transform: uppercase;
  align-self: flex-start;
  font-family: Fjallaone, sans-serif;
  font-size: 40px;
  font-weight: 200;
  line-height: 1;
}

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

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
  font-size: 1.35rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

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

.icon-height-small {
  height: 1rem;
}

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

.heading-style-h1 {
  color: var(--background-black);
  letter-spacing: -4px;
  text-transform: uppercase;
  font-family: Fjallaone, sans-serif;
  font-size: 80px;
  font-weight: 200;
  line-height: .95;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.text-color-white {
  color: var(--antique-white);
}

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

.styleguide-section-header {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

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

.text-size-tiny.text-style-allcaps {
  font-weight: 500;
}

.styleguide-1-col {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.styleguide-empty-box {
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  background-color: rgba(0, 115, 230, .1);
  border: 1px dashed #0073e6;
  position: relative;
}

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

.styleguide-4-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-regular {
  font-size: 1.35rem;
  line-height: 1.55;
}

.text-size-regular.dual-paragraph {
  column-count: 2;
  column-gap: 3rem;
}

.text-size-regular.text-color-white {
  color: var(--pboblue);
  font-weight: 500;
}

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

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

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

.styleguide-item-wrapper {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.styleguide-header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

.formv-field-wrapper {
  margin-bottom: 1.5rem;
}

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

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

.text-size-small {
  font-size: 1.2rem;
  line-height: 1.55;
}

.text-size-small.text-color-white.text-align-center {
  color: var(--pboblue);
  letter-spacing: .1rem;
  font-size: 1.6rem;
  font-weight: 500;
}

.text-size-small.text-color-white.text-align-center.text-factory {
  color: var(--pboblue);
}

.text-size-small.text-style-allcaps {
  letter-spacing: .025rem;
}

.heading-style-h4 {
  font-variation-settings: "wght"400;
  text-transform: uppercase;
  font-size: 3rem;
  line-height: 1.4;
}

.form-label {
  margin-bottom: .4rem;
  font-size: .925rem;
  font-weight: 400;
}

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

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

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

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

.background-grey {
  background-color: var(--ad3f3f);
}

.form-input {
  z-index: 100;
  min-height: 3.5rem;
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--outline-dark);
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding: .5rem 1.4rem;
  font-size: .95rem;
  position: relative;
}

.form-input::-ms-input-placeholder {
  color: rgba(11, 14, 16, .6);
}

.form-input::placeholder {
  color: rgba(11, 14, 16, .6);
}

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

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.styleguide-3-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.styleguide-3-col.is-align-start {
  align-items: start;
}

.text-size-large {
  color: var(--antique-white);
  font-variation-settings: "wght"475;
  letter-spacing: .1rem;
  text-transform: uppercase;
  font-size: 6.5rem;
  font-weight: 200;
  line-height: 1;
}

.styleguide-header {
  background-color: rgba(0, 0, 0, .05);
}

.heading-style-h2 {
  font-variation-settings: "wght"400;
  letter-spacing: .05rem;
  text-transform: uppercase;
  font-family: Humane vf, sans-serif;
  font-size: 7rem;
  line-height: 1;
}

.page-wrapper {
  background-color: rgba(255, 255, 255, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.styleguide-label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.styleguide-label.is-tag {
  background-color: #be4aa5;
}

.styleguide-label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  letter-spacing: .05rem;
  text-transform: uppercase;
}

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

.icon-height-large {
  height: 3rem;
}

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

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

.main-wrapper {
  z-index: 10;
  width: 100%;
  position: static;
  overflow: visible;
}

.button {
  min-height: 2.1rem;
  border: 1px solid var(--antique-white);
  color: var(--antique-white);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem;
  font-weight: 200;
  text-decoration: none;
  display: flex;
}

.button.is-text {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-form-submit {
  width: 100%;
  color: #fff;
  letter-spacing: .05rem;
  text-transform: uppercase;
  background-color: #181817;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  background-color: var(--gainsboro);
  color: #000;
  border: 1px #000;
  border-radius: .5rem;
  padding: .4rem .4rem .4rem 1.3rem;
}

.button.is-icon {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: .625rem;
  padding-bottom: .625rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button.is-icon.logos {
  display: none;
}

.button.is-circle {
  width: 3.8rem;
  min-height: 2.1rem;
  border-color: var(--pboblue);
  align-self: center;
  margin-right: -1px;
  padding: 0;
}

.button.dark-outline {
  border-width: 1px;
  border-color: var(--ad3f3f);
  color: var(--ad3f3f);
}

.styleguide-classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.styleguide-section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.styleguide-section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

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

.styleguide-spacing-all {
  display: none;
}

.styleguide-color.is-1 {
  background-color: #000;
}

.styleguide-color.is-2 {
  background-color: #f5f5f5;
}

.styleguide-color.is-3 {
  background-color: #fff;
}

.text-color-light {
  color: rgba(255, 255, 255, .85);
}

.home-service-grid {
  width: 100%;
  height: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.navbar-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--bisque);
  color: var(--ad3f3f);
  letter-spacing: .02rem;
  text-transform: uppercase;
  border-right: 1px #e9dbcf;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.home-hero-block {
  z-index: 10;
  height: 100.1vh;
  max-height: 100rem;
  min-height: 49rem;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/pbo_im_general2-modified-1.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
  position: relative;
}

.home-hero-block.hero-talent {
  background-image: url('../images/A740072-_1_-modified-_2_.webp');
  background-position: 50%;
  background-size: cover;
}

.home-hero-bottom {
  background-color: var(--ad3f3f);
  border-radius: 0;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.heading-style-xl {
  perspective: 200vw;
  color: var(--ad3f3f);
  letter-spacing: .1vw;
  font-family: Humane vf, sans-serif;
  font-size: 16vw;
  line-height: .9;
  display: none;
  overflow: hidden;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
}

.navbar {
  z-index: 100;
  height: 0;
  color: #000;
  background-color: rgba(221, 221, 221, 0);
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-block {
  width: 100%;
  height: 0;
  justify-content: space-between;
  display: flex;
  position: static;
}

.navbar-menu {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  display: flex;
}

.navbar-brand {
  z-index: 100;
  color: var(--antique-white);
  font-variation-settings: "wght"400;
  letter-spacing: .05rem;
  text-transform: uppercase;
  align-items: center;
  font-family: Humane vf, sans-serif;
  font-size: 2.25rem;
  line-height: 1;
  display: flex;
  position: relative;
}

.image-fill {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: .625rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.image-fill.low-opacity {
  opacity: .35;
}

.image-overlay {
  z-index: 10;
  -webkit-backdrop-filter: sepia(70%) brightness(95%) grayscale(90%);
  backdrop-filter: sepia(70%) brightness(95%) grayscale(90%);
  background-color: rgba(121, 26, 27, .2);
  border-radius: .625rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.clip {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 1px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.page-hero-red {
  background-color: var(--white);
  color: var(--background-black);
  padding-bottom: 4.8rem;
  position: static;
  overflow: visible;
}

.projects-block {
  min-height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .375fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.projects-hero-image {
  z-index: 20;
  height: 100vh;
  background-color: var(--antique-white);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.projects-list {
  border-top: 1px none var(--outline-dark);
  padding-bottom: 5rem;
}

.projects-item {
  z-index: 20;
  color: var(--antique-white);
  justify-content: space-between;
  align-items: center;
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.projects-item-content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: auto 2fr auto;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  display: grid;
}

.projects-item-title {
  margin-bottom: -1rem;
  overflow: hidden;
}

.navbar-base {
  z-index: 10;
  height: 6rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar-base.left-navbar {
  z-index: 100;
  position: relative;
}

.projects-description {
  z-index: 20;
  max-width: 20rem;
  padding-top: 9rem;
  padding-bottom: 1.5rem;
  position: relative;
}

.work-body-list {
  grid-column-gap: 0rem;
  grid-row-gap: .95rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
}

.text-size-xsmall {
  font-size: .9rem;
}

.text-size-xsmall.text-style-allcaps {
  letter-spacing: .07rem;
}

.projects-left {
  width: 100%;
  overflow: hidden;
}

.work-hero-block {
  height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: -1rem;
  padding-top: 1rem;
  padding-left: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.inside-line {
  z-index: 10;
  height: 1px;
  background-color: var(--beige);
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.collection-item {
  border-bottom: 1px none var(--outline-dark);
  flex-direction: column;
  display: flex;
  position: relative;
}

.button-text.button-text-bottom {
  position: absolute;
  bottom: -100%;
}

.button-icon {
  justify-content: center;
  align-items: center;
  padding: 2px;
  display: flex;
}

.button-icon.button-icon-bottom {
  position: absolute;
  bottom: -100%;
  left: -100%;
}

.button-icon.button-icon-top {
  position: absolute;
  top: -100%;
}

.form-field {
  z-index: 100;
  min-height: 3.75rem;
  border: 1px none var(--bisque);
  background-color: var(--bisque);
  color: var(--light-outline);
  border-radius: .625rem;
  margin-bottom: 0;
  padding: .5rem 1.4rem;
  font-size: .95rem;
  position: relative;
}

.form-field::-ms-input-placeholder {
  color: rgba(46, 49, 58, .82);
}

.form-field::placeholder {
  color: rgba(46, 49, 58, .82);
}

.form-field.is-text-area {
  min-height: 9.5rem;
  padding-top: 1.25rem;
}

.tag-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  display: flex;
}

.tag-item {
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid var(--antique-white);
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding-left: 3px;
  display: flex;
}

.tag-item.tag-button {
  width: auto;
  height: 2.3rem;
  min-width: 3.75rem;
  justify-content: center;
  align-items: center;
  margin-left: -1px;
  margin-right: 2.25rem;
  padding-left: 0;
  padding-right: 0;
}

.projects-shade {
  z-index: 15;
  background-color: var(--gainsboro);
  border-radius: .625rem;
  margin: -2px -.7rem;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navbar-toggle {
  z-index: 100;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px none var(--ad3f3f);
  background-color: var(--antique-white-3);
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.navbar-toggle.red-toggle {
  background-color: var(--antique-white);
}

.navbar-button {
  z-index: 100;
  height: 2.5rem;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--ad3f3f);
  background-color: var(--antique-white-3);
  color: var(--ad3f3f);
  border-radius: 100rem;
  justify-content: space-between;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 300;
  text-decoration: none;
  display: flex;
  position: relative;
}

.navbar-button.red-button {
  background-color: var(--antique-white);
  color: var(--ad3f3f);
}

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

.navbar-menu-2 {
  width: 35%;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-right: 0;
  padding-left: 0;
  display: flex;
}

.navbar-menu-line {
  width: 100%;
  height: 2px;
  background-color: var(--ad3f3f);
}

.navbar-menu-line.tan-line {
  background-color: var(--ad3f3f);
}

.toggle-spacer {
  height: .325rem;
}

.navbar-menu-base {
  z-index: 5;
  background-color: var(--antique-white);
  border-radius: .625rem;
  flex-direction: column;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar-menu-grid {
  width: 100%;
  min-width: 25rem;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.menu-overlay {
  z-index: 5;
  cursor: pointer;
  background-color: rgba(31, 19, 19, .7);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.line-wrapper {
  height: 1px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.projects-line {
  position: relative;
}

.contact-hero-block {
  min-height: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.contact-hero {
  position: relative;
}

.social-link {
  height: 100%;
  color: var(--ad3f3f);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.service-hero-block {
  width: 100%;
  min-height: 0;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: minmax(24rem, .35fr) 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  padding-top: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-hero-item {
  z-index: 20;
  width: 100%;
  height: 100%;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-right: 1px none var(--outline-dark);
  color: var(--antique-white);
  background-color: rgba(100, 113, 255, 0);
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  justify-content: center;
  align-items: center;
  justify-items: center;
  padding: 3rem 0;
  text-decoration: none;
  display: grid;
  overflow: visible;
}

.service-hero-item.pbo-fact-col {
  background-color: rgba(228, 228, 231, 0);
}

.service-hero-list {
  z-index: 10;
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: minmax(5rem, 1fr) minmax(5rem, 1fr) minmax(5rem, 1fr);
  grid-auto-columns: minmax(5rem, 1fr);
  grid-auto-flow: column;
  padding: 2.4rem 0 3.4rem;
  display: grid;
}

.service-item-title {
  z-index: 1;
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  display: grid;
  position: relative;
  transform: none;
}

.service-item-title.service-item-bottom {
  position: absolute;
  bottom: -100%;
}

.service-item-base {
  z-index: 20;
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-column-shade {
  background-color: var(--indian-red);
  border-radius: .625rem;
  margin: -2rem -1px;
  padding: 0;
  display: none;
}

.menu-dropdown {
  flex-direction: column;
  align-items: flex-end;
  margin-left: .625rem;
  display: flex;
  position: relative;
}

.menu-dropdown-list.w--open {
  background-color: rgba(221, 221, 221, 0);
  margin-top: -1rem;
  margin-right: -1rem;
  position: absolute;
  bottom: auto;
}

.load-1 {
  position: relative;
}

.line-load-1 {
  height: 100%;
  position: relative;
}

.home-hero-top {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--ad3f3f);
  border-radius: 0;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
  position: relative;
  overflow: hidden;
}

.type-description {
  z-index: 20;
  max-width: 30rem;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.menu-logo.menue-logo-bottom {
  position: absolute;
  bottom: -100%;
}

.portfolio-nav {
  position: relative;
}

.body {
  background-color: var(--ad3f3f);
  color: var(--antique-white);
}

.looping-text {
  color: var(--ad3f3f);
  font-variation-settings: "wght"500;
  letter-spacing: .1vw;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Humane vf, sans-serif;
  font-size: 18.25vw;
  line-height: .9;
}

.looping-text.text-color-white {
  color: var(--antique-white);
}

.looping-text-wrap {
  z-index: 20;
  width: 0;
  height: 0;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-top: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  transform: rotate(90deg);
}

.noise {
  opacity: .06;
  background-image: url('../images/Light-noise.webp');
  background-position: 0 0;
  background-size: 15rem 15rem;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.looping-text-strip {
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
  border-top: 1px #000;
  border-left: 1px #000;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  padding: 1.5vw 0 0 6vw;
  display: grid;
}

.portfolio-meta {
  z-index: 20;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.bold-star {
  width: 4vw;
  height: 4vw;
  min-height: 4vw;
  min-width: 4vw;
}

.verticles-bottom {
  z-index: 20;
  max-width: 30rem;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.home-hero {
  width: 100%;
  background-color: var(--white);
  background-image: url('../images/A740072-_1_-modified-_2_.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  display: flex;
  position: static;
  overflow: hidden;
}

.home-hero.hh {
  background-image: none;
}

.home-hero-description {
  z-index: 20;
  max-width: 80rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.home-logos {
  max-width: 1200px;
  position: relative;
}

.home-logos-block {
  min-height: 35rem;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--white);
  border-radius: .6rem .6rem .625rem .625rem;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.home-hero-content {
  width: 100%;
  background-color: var(--transparent);
  border: 1px #000;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}

.text-color-red {
  color: var(--ad3f3f);
}

.home-logos-left {
  z-index: 10;
  height: 100%;
  grid-column-gap: 3.8rem;
  grid-row-gap: 3.8rem;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  padding-right: 1rem;
  display: grid;
  position: relative;
}

.home-logos-content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: grid;
}

.home-logos-grid {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  display: grid;
}

.home-logo-item {
  background-color: #cecece;
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  margin: 5px;
  padding-top: 0;
  padding-left: 0;
  transition: transform .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.home-logo-item:hover {
  transform: scale(1.1);
}

.home-logo-item.logo-arnold {
  display: none;
}

.home-logo-image {
  z-index: 20;
  margin-right: 0;
}

.home-logos-description {
  max-width: 19rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.home-logo-holder {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 90%;
  display: flex;
  position: relative;
}

.home-logo-base {
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-size-xl {
  font-variation-settings: "wght"425;
  font-size: 12rem;
  line-height: .95;
}

.text-size-xl.text-align-center {
  color: var(--pboblue);
  font-size: 8rem;
}

.home-quote-item {
  z-index: 20;
  max-width: 80rem;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--ad3f3f);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.content-block {
  position: relative;
}

.home-quote {
  background-color: var(--antique-white);
  display: none;
  position: static;
}

.home-beneifits-top {
  justify-content: center;
  display: flex;
}

.home-benefits-item {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--ad3f3f);
  color: var(--ad3f3f);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 5rem;
  padding-bottom: 0;
}

.home-benefits-title {
  z-index: 10;
  max-width: 25rem;
  position: relative;
}

.home-benefits-grid {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
  position: relative;
}

.home-benefits-description {
  width: 100%;
  max-width: 45rem;
  padding-bottom: 1.25rem;
}

.home-skill-block {
  width: 100%;
  background-color: var(--ad3f3f);
  border-radius: .625rem;
  justify-content: flex-start;
  padding: 2.4rem 0;
  display: flex;
  overflow: hidden;
}

.home-skills-list {
  z-index: 20;
  width: 100%;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.home-skill-strip {
  width: 100%;
  justify-content: flex-start;
  display: flex;
  overflow: visible;
}

.home-skill-item {
  width: 100%;
  min-height: 100%;
  border-right: 1px solid var(--beige);
  flex: none;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  display: flex;
}

.home-skill-content {
  height: 100%;
  grid-column-gap: 0rem;
  grid-row-gap: 18rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-skill-base {
  width: 100%;
  flex-direction: column;
  display: flex;
}

.home-skill-sticky {
  width: 100%;
  justify-content: center;
  align-items: stretch;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.home-skill-copy {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.skill-bottom {
  max-width: 16rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.quote-credit {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  display: flex;
}

.quote-star {
  width: 2.5rem;
  color: var(--pbored);
}

.home-portfolio-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 8rem;
  display: grid;
}

.home-portfolio-left {
  max-height: 100vh;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.home-portfolio-right {
  min-height: 100vh;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  color: var(--ad3f3f);
  flex-direction: column;
  align-items: center;
  padding-top: 8rem;
  padding-bottom: 6rem;
  padding-left: 2.4rem;
  display: flex;
}

.home-portfolio-title {
  z-index: 20;
  max-width: 30rem;
  color: var(--ad3f3f);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.home-portfolio-grid {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 2rem;
  display: grid;
}

.home-portfolio-height {
  padding-top: 90%;
  position: relative;
}

.home-portfolio-item {
  background-color: var(--antique-white-2);
  border-radius: .625rem;
}

.home-portfolio-content {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--ad3f3f);
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 1.9rem;
  text-decoration: none;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-portfolio-image {
  width: 100%;
  height: 100%;
  border-radius: .625rem;
  position: relative;
  overflow: hidden;
}

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

.home-team-intro {
  background-color: var(--antique-white);
  color: var(--ad3f3f);
  border-bottom-right-radius: .625rem;
  border-bottom-left-radius: .625rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: -1rem;
  padding: 6rem 1rem 7rem;
  display: flex;
}

.home-intro-text {
  z-index: 20;
  max-width: 65rem;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.content-grid {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--antique-white);
  grid-template-rows: auto;
  grid-template-columns: 2.4rem 1fr 2.4rem;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.content-grid.condensed-grid {
  grid-template-columns: minmax(2.4rem, 1fr) 1fr minmax(2.4rem, 1fr);
}

.content-grid-side {
  width: 100%;
  height: 100%;
  background-color: var(--ad3f3f);
  border-top-left-radius: .625rem;
  border-top-right-radius: .625rem;
}

.content-grid-side.right-side {
  border-top-right-radius: 0;
}

.content-grid-side.left-side {
  border-top-left-radius: 0;
}

.content-grid-side.bottom-left {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: .625rem;
}

.content-grid-side.bottom-right {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: .625rem;
}

.home-team-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 4rem;
  display: grid;
}

.home-team-list {
  z-index: 20;
  border-bottom: 1px solid var(--beige);
  flex-direction: column;
  display: flex;
  position: relative;
}

.home-team-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px solid var(--beige);
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  display: grid;
}

.home-team-name {
  z-index: 20;
  align-items: flex-end;
  margin-bottom: -.9rem;
  display: flex;
  position: relative;
}

.home-team-image {
  border-radius: .625rem;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-team-height {
  padding-top: 125%;
}

.home-team-credit {
  padding-bottom: .8rem;
  padding-left: .875rem;
}

.home-team-left {
  max-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.work-hero-bottom {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--antique-white);
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.work-hero-top {
  z-index: 20;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 8rem;
  padding-bottom: 3.5rem;
  display: flex;
  position: relative;
}

.home-hero-middle {
  background-color: var(--ad3f3f);
  flex: 1;
  justify-content: center;
  align-items: stretch;
  display: flex;
  overflow: visible;
}

.page-hero {
  background-color: var(--antique-white);
  position: relative;
}

.work-hero-bar {
  background-color: var(--antique-white);
  color: var(--ad3f3f);
  border-top-left-radius: .625rem;
  border-top-right-radius: .625rem;
  margin-top: -1rem;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.work-hero-image {
  width: 0;
  height: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: auto;
  right: auto;
}

.work-hero-item {
  z-index: 5;
  width: 35vw;
  height: 27vw;
  border-radius: .625rem;
  flex-direction: column;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
  overflow: hidden;
}

.work-image-layer {
  z-index: 1;
  width: 35vw;
  height: 27vw;
  filter: saturate(200%) brightness(65%);
  background-color: #dd7b7c;
  border-radius: .625rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
  overflow: hidden;
  transform: rotate(-6deg);
}

.work-image-layer.reversed-layer {
  transform: rotate(6deg);
}

.work-overview-block {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--ad3f3f);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.work-overview-left {
  max-width: 20rem;
}

.work-overview-right {
  max-width: 35rem;
}

.company-image {
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  margin-top: -5rem;
  margin-bottom: 1rem;
  padding-top: 3rem;
  display: flex;
  overflow: hidden;
}

.more-work-title {
  z-index: 20;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.more-work-right {
  max-width: 20rem;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 1.5rem;
  display: flex;
}

.more-work-list {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.more-work-card {
  z-index: 20;
  grid-column-gap: 14rem;
  grid-row-gap: 14rem;
  color: var(--antique-white);
  border-radius: .625rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 2.4rem;
  text-decoration: none;
  display: grid;
  position: relative;
}

.more-work-logo {
  z-index: 20;
  width: 7rem;
  height: 3rem;
  object-fit: scale-down;
  object-position: 0% 50%;
  position: relative;
}

.more-work-logo.small-work-logo {
  width: 6rem;
  height: 2.25rem;
}

.page-title-loop {
  grid-column-gap: 7vw;
  grid-row-gap: 7vw;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  padding-right: 7vw;
  display: grid;
}

.hero-bar-small {
  min-height: 3rem;
}

.about-hero-top {
  z-index: 20;
  align-items: center;
  padding-top: 10.5rem;
  padding-bottom: 6rem;
  display: flex;
  position: relative;
}

.looping-base {
  display: flex;
}

.about-hero-block {
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.about-star {
  width: 3.75vw;
  max-width: none;
  min-width: 3.75vw;
}

.about-hero-middle {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  background-color: var(--ad3f3f);
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.about-hero-image {
  border-radius: .625rem;
  margin-top: -3.5rem;
  position: relative;
  overflow: hidden;
}

.about-hero-left {
  z-index: 20;
  padding-top: 5rem;
  position: relative;
}

.about-image-height {
  padding-top: 73%;
}

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

.about-hero-description {
  max-width: 20rem;
}

.about-intro-title {
  z-index: 20;
  max-width: 35rem;
  color: var(--ad3f3f);
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5rem;
  position: relative;
}

.about-slider {
  z-index: 20;
  height: auto;
  background-color: rgba(221, 221, 221, 0);
  justify-content: center;
  display: flex;
}

.about-slider-image {
  width: 100%;
  border-radius: .625rem;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-slider-height {
  padding-top: 70%;
}

.about-slider-mask {
  width: 55%;
  overflow: visible;
}

.about-image-slide {
  padding-left: 1px;
  padding-right: 1px;
}

.about-gallery {
  background-color: var(--antique-white);
  overflow: hidden;
}

.about-story-grid {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 55% 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-story-text {
  z-index: 20;
  max-width: 34rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-story-subtitle {
  z-index: 20;
  position: relative;
}

.about-team-top {
  z-index: 20;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3rem;
  display: flex;
  position: relative;
}

.about-team-text {
  max-width: 20rem;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 1.5rem;
  display: flex;
}

.about-team-list {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 2rem;
  display: grid;
}

.about-team-card {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  background-color: var(--indian-red);
  border-radius: .625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
  grid-auto-columns: 1fr;
  padding: 2.4rem;
  display: grid;
}

.about-team-image {
  border-radius: .625rem;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-team-height {
  padding-top: 125%;
}

.solid-company-card {
  background-color: var(--indian-red);
  border-radius: .625rem;
}

.type-hero-top {
  z-index: 20;
  align-items: center;
  padding-top: 10rem;
  padding-bottom: 6rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-hero-grid {
  z-index: 10;
  width: auto;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
  overflow: visible;
}

.contact-hero-form {
  z-index: 20;
  height: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  padding: 40px 0 0;
  display: flex;
  position: relative;
}

.submit-button {
  width: 100%;
  background-color: var(--ad3f3f);
  color: var(--antique-white);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 100rem;
  margin-top: .5rem;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  font-size: .875rem;
  font-weight: 500;
}

.horizontal-fields {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-hero-strip {
  z-index: 20;
  padding-top: 9rem;
  padding-bottom: 3.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.arrow-horizontal {
  justify-content: center;
  align-items: center;
  padding-left: 2px;
  padding-right: 2px;
  display: flex;
}

.arrow-horizontal.arrow-left {
  position: absolute;
  left: -100%;
}

.arrow-horizontal.arrow-right {
  position: absolute;
  right: -100%;
}

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

.type-grid-content {
  z-index: 20;
  height: 100%;
  max-height: 100vh;
  padding: 3rem .5rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.type-grid-left {
  display: flex;
}

.collection-list {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -1rem;
  padding-bottom: 0;
  padding-right: 2.4rem;
  display: grid;
}

.type-right {
  padding-bottom: 2.4rem;
}

.home-hero-intro {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 4.5rem;
  display: flex;
}

.home-hero-strip {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: -1rem;
  margin-right: -1rem;
  display: grid;
}

.home-hero-image {
  z-index: 20;
  width: 37%;
  border-radius: .625rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 1.25rem;
  display: flex;
  position: relative;
  overflow: visible;
  transform: rotate(-10deg);
}

.home-hero-image.large-image {
  width: 40%;
  margin-top: -6rem;
  margin-bottom: 0;
  margin-left: 3rem;
  top: -50%;
  transform: rotate(8.5deg);
}

.home-hero-image.medium-image {
  width: 32%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 1.5rem;
  bottom: -20%;
  transform: rotate(10deg);
}

.home-image-height {
  padding-top: 80%;
}

.home-image-height.tall-height {
  padding-top: 130%;
}

.quote-image {
  z-index: 2;
  width: 15%;
  opacity: .7;
  filter: brightness(75%) saturate(145%);
  border-radius: .625rem;
  position: absolute;
  top: -11rem;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: hidden;
  transform: rotate(-7deg);
}

.quote-image-height {
  padding-top: 130%;
}

.quote-text {
  z-index: 10;
  position: relative;
}

.verticles-wrapper {
  flex: 1;
  display: flex;
}

.verticles-item {
  width: 100%;
  border-right: 1px solid var(--beige);
  display: flex;
}

.verticles-item:last-child {
  border-right-style: none;
}

.load-word-2, .load-word-1 {
  margin-bottom: -1vw;
}

.small-image-fill {
  z-index: 5;
  border-radius: .625rem;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.medium-image-fill {
  z-index: 5;
  border-radius: .625rem;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.large-image-fill {
  z-index: 5;
  border-radius: .625rem;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.verticals-title {
  color: var(--pboblue);
  letter-spacing: -4px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Fjallaone, sans-serif;
  font-size: 100px;
  line-height: .95;
}

.footer-block {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: var(--antique-white);
  color: var(--ad3f3f);
  border-radius: .625rem;
  grid-template-rows: auto;
  grid-template-columns: .4fr auto .4fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 2.4rem;
  padding: 2.4rem;
  display: grid;
}

.footer-left {
  z-index: 20;
  position: relative;
}

.footer-brand {
  color: var(--ad3f3f);
  font-variation-settings: "wght"400;
  letter-spacing: .025rem;
  text-transform: uppercase;
  margin-bottom: -.5rem;
  font-family: Humane vf, sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  text-decoration: none;
}

.footer-right {
  z-index: 20;
  grid-column-gap: 1.625rem;
  grid-row-gap: 1.625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  justify-items: start;
  display: flex;
  position: relative;
}

.footer-menu {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-left: 1px none var(--bisque);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.footer-menu-link {
  color: var(--ad3f3f);
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
}

.footer {
  position: relative;
}

.medium-logo {
  width: 6rem;
  height: 2rem;
  object-fit: scale-down;
  object-position: 0% 50%;
}

.about-story-strip {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-story-image {
  width: 50%;
  border-radius: .625rem;
  position: relative;
  overflow: hidden;
}

.about-story-height {
  padding-top: 130%;
}

.about-story {
  background-color: var(--antique-white);
  position: relative;
  overflow: hidden;
}

.slider-arrow {
  width: 4rem;
  height: 4rem;
  background-color: var(--antique-white-3);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.type-hero-block {
  flex-direction: column;
  display: flex;
}

.hero-bar-content {
  z-index: 20;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.3rem;
  padding-bottom: .5rem;
  display: flex;
  position: relative;
}

.type-thesis {
  height: 100%;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.more-verticals-title {
  z-index: 20;
  color: var(--ad3f3f);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.more-verticals-grid {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.more-verticles-wrapper {
  width: 100%;
}

.more-verticals-item {
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  color: var(--antique-white);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  padding-top: 3.4rem;
  padding-bottom: 0;
  text-decoration: none;
  display: grid;
}

.more-verticles-item {
  border-right: 1px solid var(--beige);
}

.more-verticles-item:last-child {
  border-right-style: none;
}

.vericles-detail-block {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  display: grid;
}

.verticles-projects {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 6rem;
  padding-left: 2.4rem;
  display: flex;
}

.verticles-projects-image {
  height: 100%;
  max-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.faq-item {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: var(--antique-white-3);
  border-radius: .625rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.hover-text.bottom-hover-text {
  position: absolute;
  bottom: -100%;
}

.service-tab-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.services-tab-content {
  max-width: 40rem;
  padding-bottom: 3rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}

.services-tab-bottom {
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

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

.services-tab-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 2.5rem 1fr auto;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  display: grid;
}

.services-tab-grid.bottom-tab {
  max-width: 30rem;
}

.services-tab-block {
  padding-left: 0;
  padding-right: 0;
}

.tab-item {
  position: relative;
  overflow: visible;
}

.services-tab-top {
  cursor: pointer;
  border-top: 1px #cfcfcc;
  flex-direction: column;
  padding: 2.25rem 2.4rem;
  display: flex;
}

.faq-column {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  display: flex;
}

.faq-grid {
  width: 100%;
  max-width: 75rem;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.25rem;
  padding-bottom: 3rem;
  display: grid;
}

.faq-title {
  z-index: 20;
  color: var(--ad3f3f);
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.preloader {
  z-index: 1000;
  background-color: var(--ad3f3f);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about-story-intro {
  background-color: var(--antique-white);
  position: relative;
}

.home-logo-intro {
  background-color: var(--white-dark);
  color: var(--white-dark);
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: static;
}

.home-benefit-intro {
  background-color: var(--antique-white);
  position: static;
}

.home-benefits, .home-portfolio, .home-team-quote {
  background-color: var(--antique-white);
  position: relative;
}

.home-about {
  position: relative;
}

.contact-faq {
  background-color: var(--antique-white);
  position: relative;
}

.contact-quote {
  position: relative;
}

.verticals-portfolio {
  background-color: var(--antique-white);
  position: relative;
}

.verticals-quote {
  position: relative;
}

.works-body {
  background-color: var(--antique-white);
  position: relative;
}

.works-quote {
  position: relative;
}

.vertical-more-intro, .vertical-more {
  background-color: var(--antique-white);
  position: relative;
}

.background-video {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  overflow: visible;
}

.play-pause-button {
  display: none;
}

.videolayer {
  width: 120%;
  height: 120%;
  filter: blur(5px);
  background-color: rgba(0, 0, 0, .7);
  display: block;
  position: absolute;
}

.home-hero-bottom-copy {
  background-color: var(--transparent);
  outline-offset: 0px;
  border-radius: 0;
  outline: 3px #fff;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.body-2 {
  background-color: rgba(195, 63, 64, 0);
}

.padding-horizontal-bottom {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.padding-horizontal-bottom.padding-small {
  background-color: var(--ad3f3f);
}

.padding-horizontal-bottom.padding-small.hero {
  z-index: 99;
  background-color: var(--transparent);
  opacity: 1;
  outline-offset: 0px;
  mix-blend-mode: normal;
  outline: 0 #fff;
  position: relative;
}

.padding-horizontal-copy {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.padding-horizontal-copy.padding-small {
  background-color: var(--transparent);
}

.grid {
  grid-template-rows: auto;
}

.empty-state {
  display: none;
}

.column {
  height: 80vh;
  border-left: 0 solid #fff;
  padding-right: 10rem;
}

.column-2 {
  height: 80vh;
  border: 0 solid #000;
  border-width: 0 2px;
  padding-left: 10rem;
}

.column-2.pbo-talents {
  border-left-style: none;
}

.columns {
  height: 100%;
}

.image {
  margin-top: 1rem;
  margin-left: 2.4rem;
}

.text-size-small-copy {
  font-size: 1.2rem;
  line-height: 1.55;
}

.text-size-small-copy.text-color-white.text-align-center {
  letter-spacing: .1rem;
  font-size: 1.6rem;
  font-weight: 500;
}

.text-size-small-copy.text-style-allcaps {
  letter-spacing: .025rem;
}

.text-span, .text-span-2 {
  color: var(--pbored);
}

.blog {
  background-color: #fff;
}

.style-label {
  color: #bebebe;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.article-alt-cover {
  height: 270px;
  background-image: url('../images/card-cover.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  margin-top: 26px;
  padding-bottom: 0;
}

.article-alt-cover.article-1-content {
  background-image: url('../images/flatiron.jpg');
}

.article-alt-cover.article-2-content {
  background-image: url('../images/article-cover-1.jpg');
  margin-top: 0;
  margin-bottom: 26px;
}

.article-alt-cover.article-5-content {
  background-image: url('../images/article-cover-3.jpg');
}

.article-alt-cover.article-4-content {
  background-image: url('../images/article-cover-2.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 0;
  margin-bottom: 26px;
}

.content-wrapper {
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.basic-column {
  padding-left: 5px;
  padding-right: 5px;
}

.tag-wrapper {
  margin-top: 35px;
  margin-bottom: 35px;
  padding-left: 5px;
  padding-right: 5px;
}

.tagline {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.tagline.tagline-promo-40 {
  color: rgba(51, 51, 51, .4);
}

.tagline.white-profile-tagline, .tagline.number-card-currency {
  color: #fff;
}

.tagline.white-hero-tagline {
  color: #fff;
  margin-bottom: 10px;
}

.article {
  margin-bottom: 10px;
}

.label-text {
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  line-height: 17px;
}

.divider {
  height: 1px;
  background-color: #eee;
  margin-top: 20px;
  margin-bottom: 15px;
}

.divider.big-article-divider {
  margin-bottom: 24px;
}

.divider.headline-divider {
  margin-top: 40px;
  margin-bottom: 20px;
}

.label {
  background-color: #1991eb;
  border-radius: 4px;
  padding: 4px 10px 3px;
  display: inline-block;
}

.label.label-article-brownish {
  background-color: #aa955d;
  margin-bottom: 2px;
}

.label.label-article-brown {
  background-color: #66493e;
  margin-bottom: 2px;
}

.label.label-article-greenish {
  background-color: #28998a;
  margin-bottom: 2px;
}

.label.label-article-grey {
  background-color: #858589;
  margin-top: 2px;
}

.label.label-article-pink {
  background-color: #e556a4;
  margin-top: 2px;
}

.label.label-red {
  background-color: #f85359;
  background-image: none;
}

.label.label-yellow {
  background-color: #f7981c;
}

.label.label-green {
  background-color: #39b54a;
}

.label.label-grey {
  background-color: #c5d0de;
}

.label.label-violet {
  background-color: #3023ae;
}

.menu2-socialicons-wrapper {
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
}

.number-card-progress-wrapper {
  justify-content: space-between;
  display: flex;
}

.signup-headline {
  margin-bottom: 15px;
}

.alert-close-wrapper {
  width: 8px;
  height: 100%;
  margin-top: -3px;
}

.alert-icon {
  margin-top: -2px;
  margin-right: 12px;
  display: inline-block;
  position: absolute;
  top: 4px;
  bottom: 0;
  left: 0;
}

.signup-form {
  height: 510px;
  border-radius: 8px;
  align-items: center;
  display: flex;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .05);
}

.hero-content-wrapper {
  width: 910px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  display: block;
}

.number-card-number {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
}

.error-message-text {
  color: #f85359;
  display: inline-block;
}

.fullpic-profile {
  height: 420px;
  background-color: #fff;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0)), url('../images/Group-22x.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px 30px 20px;
  display: flex;
}

.button-2 {
  float: none;
  color: #fff;
  background-color: #1991eb;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 9px 25px;
  line-height: 22px;
  transition: color .2s, box-shadow .2s, background-color .2s;
  display: inline-block;
}

.button-2:hover {
  color: #fff;
  background-color: #1386dd;
  border-color: #0c6eb8;
}

.button-2.violet-button {
  background-color: #805ce6;
}

.button-2.violet-button:hover {
  background-color: #6e49d4;
}

.button-2.green-button {
  background-color: #39b54a;
  transition: color .2s, background-color .2s, border-color .2s;
}

.button-2.green-button:hover {
  background-color: #2faa40;
}

.button-2.profile-contact-big-button {
  margin-right: 10px;
}

.button-2.default-button {
  color: #5b697a;
  background-color: #fff;
  align-items: flex-end;
  transition: color .2s, background-color .2s, box-shadow .2s;
  display: inline-block;
}

.button-2.default-button:hover {
  color: #213d63;
  background-color: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
}

.button-2.default-button.default-button-with-line {
  border: 1px solid #f4f4f4;
  padding: 8px 24px;
  transition: color .2s, background-color .2s, border-color .2s;
}

.button-2.default-button.default-button-with-line:hover {
  box-shadow: none;
  border-color: #c5d0de;
}

.button-2.default-button.card-cta {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 30px;
}

.button-2.default-button.big-default {
  margin-top: 0;
  padding: 17px 35px;
  font-size: 16px;
}

.signup-image-wrapper {
  height: 100%;
  background-image: url('../images/signup-cover.jpg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  padding-left: 0;
  display: block;
}

.col {
  padding-left: 5px;
  padding-right: 15px;
}

.product-card-description {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px 10px;
  display: flex;
}

.row {
  margin-bottom: 50px;
}

.number-card-progress {
  color: #fff;
  text-align: right;
}

.text-field {
  width: 100%;
  height: 40px;
  border: 1px solid #ececec;
  border-radius: 4px;
  margin-bottom: 14px;
  padding-left: 16px;
  padding-right: 16px;
  transition: border-color .2s;
}

.text-field:hover {
  border-color: #d8d8d8;
}

.text-field:focus {
  border-color: #a3a3a3;
}

.text-field::-ms-input-placeholder {
  color: #ccc;
}

.text-field::placeholder {
  color: #ccc;
}

.product-price {
  margin-top: 0;
  margin-bottom: 0;
}

.swatch-block-50 {
  height: 50px;
  opacity: .5;
  background-color: #1991eb;
}

.swatch-block-50._7th-swatch-50 {
  background-color: #333;
}

.swatch-block-50._8th-swatch-50 {
  background-color: #66493e;
}

.swatch-block-50._4th-swatch-50 {
  background-color: #c5d0de;
}

.swatch-block-50._5th-swatch-50 {
  background-color: #f7981c;
}

.swatch-block-50._3rd-swatch-50 {
  background-color: #39b54a;
}

.swatch-block-50._2nd-swatch-50 {
  background-color: #3023ae;
}

.swatch-block-50._6th-swatch-50 {
  background-color: #f85359;
}

.signup-account-link {
  color: #999;
  display: inline-block;
}

.big-article-content-wrapper {
  height: 400px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 30px 40px;
  display: flex;
}

.swatch-block-25 {
  height: 50px;
  opacity: .25;
  background-color: #1991eb;
}

.swatch-block-25._3rd-swatch-25 {
  background-color: #39b54a;
}

.swatch-block-25._5th-swatch-25 {
  background-color: #f7981c;
}

.swatch-block-25._7th-swatch-25 {
  background-color: #333;
}

.swatch-block-25._4th-swatch-25 {
  background-color: #c5d0de;
}

.swatch-block-25._8th-swatch-25 {
  background-color: #66493e;
}

.swatch-block-25._6th-swatch-25 {
  background-color: #f85359;
}

.swatch-block-25._2nd-swatch-25 {
  background-color: #3023ae;
}

.number-card-divider {
  height: 1px;
  background-color: rgba(255, 255, 255, .15);
  margin-top: 10px;
  margin-bottom: 14px;
}

.logo-icon-image {
  margin-top: -1px;
}

.menu1-logo-text {
  float: none;
  color: #fff;
  margin-left: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: inline-block;
}

.profile-card-big {
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 50px;
  display: flex;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .05);
}

.nav-link {
  height: 70px;
  color: #333;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.product-card {
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px;
  transition: transform .4s, box-shadow .4s;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .05);
}

.product-card:hover {
  transform: translate(0, -6px)scale(1.02);
  box-shadow: 0 1px 6px rgba(0, 0, 0, .15);
}

.swatch-block-75 {
  height: 50px;
  opacity: .75;
  background-color: #1991eb;
}

.swatch-block-75._6th-swatch-75 {
  background-color: #f85359;
}

.swatch-block-75._3rd-swatch-75 {
  background-color: #39b54a;
}

.swatch-block-75._7th-swatch-75 {
  background-color: #333;
}

.swatch-block-75._2nd-swatch-75 {
  background-color: #3023ae;
}

.swatch-block-75._5th-swatch-75 {
  background-color: #f7981c;
}

.swatch-block-75._8th-swatch-75 {
  background-color: #66493e;
}

.swatch-block-75._4th-swatch-75 {
  background-color: #c5d0de;
}

.styleguide-content {
  padding: 5px 10px 60px;
}

.number-card-dollars {
  color: rgba(255, 255, 255, .8);
  font-size: 16px;
  line-height: 24px;
}

.hero2 {
  width: 100%;
  height: 480px;
  background-image: linear-gradient(rgba(68, 73, 80, .2), rgba(68, 73, 80, .2)), url('../images/hero2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.card-headline {
  color: #fff;
  margin-top: 10px;
  font-family: Generalsans, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.card-headline.dark-card-headline {
  color: #fff;
}

.card-headline.dark-card-headline._6col-card {
  width: 40%;
  color: #fff;
}

.social-icon {
  width: 40px;
  height: 40px;
  background-color: #e9e9e9;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  transition: background-color .2s;
  display: flex;
}

.social-icon.icon-googleplus {
  background-color: #dd4b39;
}

.social-icon.icon-googleplus:hover {
  background-color: #c33d2c;
}

.social-icon.icon-linkedin {
  background-color: #0077b5;
}

.social-icon.icon-linkedin:hover {
  background-color: #086596;
}

.social-icon.icon-facebook {
  background-color: #3b5998;
}

.social-icon.icon-facebook:hover {
  background-color: #284685;
}

.social-icon.icon-facebook.menu2-lasticon {
  margin-left: 10px;
}

.social-icon.icon-pinterest {
  background-color: #bd081c;
}

.social-icon.icon-pinterest:hover {
  background-color: #a50416;
}

.social-icon.icon-twitter {
  background-color: #1da1f2;
}

.social-icon.icon-twitter:hover {
  background-color: #1092e2;
}

.social-icon.icon-instagram {
  background-color: #703906;
}

.social-icon.icon-instagram:hover {
  background-color: #5d2f04;
}

.fullpic-profile-name {
  color: #fff;
  margin-bottom: 4px;
}

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

.swatch-block-big {
  width: 100%;
  height: 140px;
  background-color: #1991eb;
}

.swatch-block-big._7th-swatch-100 {
  background-color: #333;
}

.swatch-block-big._2nd-swatch-100 {
  background-color: #3023ae;
}

.swatch-block-big._6th-swatch-100 {
  background-color: #f85359;
}

.swatch-block-big._8th-swatch-100 {
  background-color: #66493e;
}

.swatch-block-big._3rd-swatch-100 {
  background-color: #39b54a;
}

.swatch-block-big._5th-swatch-100 {
  background-color: #f7981c;
}

.swatch-block-big._4th-swatch-100 {
  background-color: #c5d0de;
}

.menu-button {
  height: 70px;
  justify-content: center;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  display: none;
}

.menu-button.w--open {
  display: none;
}

.product-name-title {
  margin-top: 6px;
  padding-right: 20px;
}

.menu2-logo-text {
  float: left;
  margin-left: 30px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}

.profiles-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0;
  display: flex;
}

.number-card {
  background-image: linear-gradient(#1991eb, #1991eb);
  border-radius: 8px;
  padding: 22px 30px;
}

.number-card.number-card-content2 {
  color: #333;
  background-image: linear-gradient(#17cec4, #17cec4 0%, #08aeea);
  display: block;
}

.number-card.number-card-content1 {
  background-image: linear-gradient(#7042bf, #3023ae);
}

.number-card.number-card-content3 {
  background-image: linear-gradient(#ed629a, #c850c0);
}

.number-card.number-card-content4 {
  background-image: linear-gradient(#ff8308, #fd4f00);
}

.big-article {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .05);
}

.profile-card-content-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.styleguideheadline {
  margin-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

.text-deco-light-24 {
  font-size: 24px;
  font-weight: 100;
  line-height: 36px;
}

.close-alert {
  transition: opacity .2s;
}

.close-alert:hover {
  opacity: .8;
}

.profile-card {
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 30px 30px 20px;
  display: flex;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .05);
}

.menu1 {
  height: 70px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 15px;
  position: static;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .05);
}

.menu1-button-wrapper {
  margin-left: 15px;
  margin-right: 15px;
}

.big-article-title-wrapper {
  width: 100%;
}

.profile-card-avatar {
  width: 80px;
  height: 80px;
  background-image: url('../images/Avatar-4.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
}

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

.hero-title {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 0;
}

.wide-wrapper {
  margin-bottom: 30px;
  padding-left: 5px;
  padding-right: 5px;
}

.wide-wrapper.last-wrapper {
  margin-bottom: 80px;
}

.price-wrapper {
  padding-left: 0;
}

.menu2 {
  background-color: #fff;
  padding-right: 15px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .05);
}

.product-card-image {
  height: 260px;
  background-image: linear-gradient(rgba(245, 245, 245, .5), rgba(245, 245, 245, .5));
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.product-card-image.product-card-2 {
  background-image: url('../images/card22x.jpg'), linear-gradient(rgba(245, 245, 245, .5), rgba(245, 245, 245, .5));
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.product-card-image.product-card-3 {
  background-image: url('../images/card32x.jpg');
  background-position: 50%;
  background-size: cover;
}

.product-card-image.product-card-1 {
  background-image: url('../images/card12x.jpg');
  background-position: 50%;
  background-size: cover;
}

.nav-menu {
  height: 70px;
  float: right;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: static;
  top: 0;
  right: 0;
}

.larger-paragraph {
  font-size: 16px;
  line-height: 26px;
}

.larger-paragraph.white-hero-paragraph {
  color: rgba(255, 255, 255, .8);
  margin-top: 12px;
  margin-bottom: 30px;
}

.larger-paragraph.white-hero-paragraph.hero2-paragraph {
  width: 40%;
}

.alert-message {
  color: #fff;
  line-height: 21px;
  display: inline-block;
}

.article-cover {
  height: 230px;
  background-image: linear-gradient(#f1f1f1, #f1f1f1);
  border-radius: 8px;
  margin-bottom: 24px;
}

.article-cover.article-content-1, .article-cover.article-content-2, .article-cover.article-content-3 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
}

.error-message {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  padding: 0;
}

.register-link {
  cursor: pointer;
  display: inline-block;
}

.card {
  height: 340px;
  background-image: linear-gradient(#000, #000);
  border-radius: 8px;
  padding: 30px;
  transition: box-shadow .4s;
  position: relative;
}

.card.card5-content {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/blog5.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.card.card4-content {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/blog4.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.card.card6-content {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/blog5.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.card.card1-content {
  background-image: url('../images/blog1.webp');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.card.card2-content {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/blog2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.card.card3-content {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/blog3.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.signup-content-wrapper {
  height: 100%;
  background-color: #fff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  align-items: center;
  padding: 45px 50px 40px;
  display: flex;
}

.menu2-logo-wrapper {
  height: 70px;
  float: left;
  align-items: center;
  display: flex;
}

.success-message-text {
  color: #1991eb;
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
}

.profile-name {
  margin-top: 16px;
  margin-bottom: 4px;
}

.menu1-logo {
  height: 100%;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.menu1-logo-wrapper {
  width: auto;
  height: 70px;
  text-align: center;
  background-color: #1991eb;
  flex-wrap: nowrap;
  flex-grow: 0;
  justify-content: flex-start;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
}

.alert-content {
  flex-grow: 1;
  padding-left: 26px;
  padding-right: 30px;
  position: relative;
}

.alert {
  background-color: #c5d0de;
  border-radius: 4px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 16px;
  display: flex;
  position: relative;
}

.alert.positive-alert {
  background-color: #39b54a;
}

.alert.error-alert {
  background-color: #f85359;
}

.alert.neutral-alert {
  background-color: #1991eb;
}

.alert.warning-alert {
  background-color: #f7981c;
}

.fullpic-profile-bio {
  color: rgba(255, 255, 255, .8);
  margin-top: 10px;
  font-weight: 400;
}

.actions-wrapper {
  padding-top: 7px;
}

.big-article-image-wrapper {
  height: 400px;
  background-image: url('../images/article-image2x.jpg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  padding-left: 0;
}

.hero {
  width: 100%;
  height: 480px;
  text-align: center;
  background-image: linear-gradient(135deg, rgba(48, 35, 174, .6), rgba(200, 109, 215, .6)), url('../images/hero1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20%;
  padding-right: 20%;
  display: flex;
}

.profile-card-big-avatar {
  width: 120px;
  height: 120px;
  background-image: url('../images/Avatar-13.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
}

.big-profile-name {
  margin-bottom: 6px;
}

.col-2 {
  padding-left: 15px;
  padding-right: 5px;
}

.styleguide {
  max-width: 1200px;
  box-shadow: none;
  margin: 0 auto;
  display: block;
}

.container {
  width: 90vw;
  max-width: 1360px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-timeline-cta {
  background-color: var(--background-black);
  display: none;
}

.margin-bottom-medium {
  margin-bottom: 32px;
}

.padding-vertical-xlarge {
  padding-top: 120px;
  padding-bottom: 120px;
}

.paragraph-large {
  color: var(--outline-dark-2);
  letter-spacing: -.02em;
  font-size: 20px;
}

.timeline-main_heading-wrapper {
  max-width: 700px;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.margin-bottom-small {
  margin-bottom: 24px;
}

.timeline_text {
  color: var(--background-black);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

.timeline_text.tt_golden {
  margin-top: 50px;
}

.timeline_text.today-text {
  color: var(--outline-dark);
}

.timeline_date-text {
  color: var(--background-black);
  letter-spacing: -.03em;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
}

.timeline_date-text.today-title {
  color: var(--pbored);
  font-weight: 600;
}

.margin-bottom-large {
  margin-bottom: 40px;
}

.button-inverted {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 8px;
  padding: 14px 32px;
  font-weight: 700;
  line-height: 20px;
  transition: all .4s;
}

.button-inverted:hover {
  transform: translate(0, -4px);
}

.section-timeline {
  z-index: -3;
  color: var(--background-black);
  background-color: #fff;
  display: none;
  position: relative;
}

.text-colour-white {
  color: #fff;
}

.timeline_circle {
  width: 15px;
  height: 15px;
  max-height: 15px;
  max-width: 15px;
  min-height: 15px;
  min-width: 15px;
  box-shadow: 0 0 0 8px var(--background-black);
  background-color: #fff;
  border-radius: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
}

.timeline_quote-text-wrapper {
  flex: 1;
}

.timeline_quote-title {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.timeline_progress-bar {
  z-index: -1;
  width: 3px;
  height: 50vh;
  background-color: #fff;
  background-image: linear-gradient(to bottom, var(--background-black), #ff4848 51%, var(--pbored));
  position: fixed;
  top: 0;
  bottom: 50vh;
  left: auto;
  right: auto;
}

.text-colour-lightgrey {
  color: rgba(0, 0, 0, .65);
}

.timeline_quote-image {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  margin-right: 24px;
}

.timeline_definition-wrapper {
  background-color: rgba(255, 255, 255, .05);
  border-radius: 16px;
  padding: 16px;
}

.timeline_centre {
  justify-content: center;
  display: flex;
}

.margin-bottom-xlarge {
  color: var(--background-black);
  margin-bottom: 56px;
}

.timeline_progress {
  z-index: -2;
  width: 3px;
  height: 100%;
  background-color: #414141;
  margin-left: -480px;
  position: absolute;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(255, 255, 255, 0);
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr 1.5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.timeline_quote-wrapper {
  border: 2px solid #000;
  border-radius: 16px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

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

.overlay-fade-top {
  height: 80px;
  background-image: linear-gradient(#fff, rgba(10, 10, 10, 0));
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.timeline_component {
  max-width: 1200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.overlay-fade-bottom {
  width: 100%;
  height: 250px;
  background-image: linear-gradient(to top, #fff, #fff 54%, rgba(10, 10, 10, 0));
  margin-top: -50px;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.timeline_image-wrapper {
  background-color: var(--pboblue);
  background-image: linear-gradient(128deg, var(--pboblue), white);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.timeline_image-wrapper.margin-bottom-medium {
  background-image: url('../images/logo-transparent-white-2.png'), linear-gradient(128deg, var(--pboblue), white);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.timeline_image-wrapper.margin-bottom-medium.timw_gen_cero {
  height: 340px;
  background-image: url('../images/DSC06437.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.timeline_link {
  opacity: .6;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.timeline_link:hover {
  opacity: 1;
}

.timeline_milestone-badge {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.timeline_badge {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, .15);
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.timeline_quote {
  color: #000;
  margin-bottom: 16px;
  font-size: 14px;
}

.section {
  position: relative;
}

.grid_nav {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav_title {
  color: #888fa0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
}

.nav_title:hover {
  color: #ededed;
}

.nav_title.hide-dasktop {
  display: none;
}

.menu {
  width: 32px;
  height: 32px;
  grid-row-gap: 4px;
  cursor: pointer;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  padding: 8px;
  transition: background-color .2s;
  display: flex;
}

.menu:hover {
  background-color: #1a1d22;
  align-items: center;
}

.nav_link {
  grid-column-gap: 8px;
  color: #ededed;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 12px;
  align-items: center;
  padding: 12px 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.nav_link:hover {
  color: #fff;
  background-color: rgba(26, 29, 34, .9);
  border-color: #1a1d22;
  box-shadow: 0 0 4px rgba(255, 22, 134, .2);
}

.nav_link.w--current {
  color: #fff;
}

.button_primary {
  grid-column-gap: 8px;
  background-color: var(--pbored);
  color: #fff;
  border-radius: 12px;
  justify-content: space-between;
  padding: 12px 20px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  transition: background-color .2s;
  display: flex;
  box-shadow: 0 -2px 4px rgba(0, 0, 0, .1);
}

.button_primary:hover {
  background-color: var(--pbored);
}

.social {
  grid-column-gap: 16px;
  justify-content: center;
  display: flex;
}

.nav_row-link {
  color: #cacaca;
  font-size: 16px;
  text-decoration: none;
  transition: color .2s;
}

.nav_row-link:hover {
  color: #fff;
}

.nav_row-links {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.nav_row {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.nav_row.redes {
  justify-content: center;
}

.nav_inner {
  z-index: 10;
  grid-column-gap: 10px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, .84);
  border: 1px solid #555b62;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 10px 10px 10px 16px;
  display: flex;
  position: relative;
}

.nav_logo {
  width: 50px;
  flex: none;
  margin-right: 40px;
}

.menu_line {
  width: 16px;
  height: 2px;
  background-color: #ededed;
}

.flex_h-10 {
  grid-column-gap: 10px;
  display: flex;
}

.flex_h-10.center-left {
  align-items: center;
}

.nav {
  z-index: 1000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 20px;
  left: auto;
  right: auto;
}

.nav_big {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(26, 29, 34, .9);
  border-radius: 20px;
  padding: 20px 16px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 70px;
  left: 0%;
  right: 0%;
}

.social_link {
  width: 20px;
  opacity: .8;
  transition: opacity .2s;
}

.social_link:hover {
  opacity: 1;
}

.image-2 {
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.heading {
  color: var(--pboblue);
}

.heading-2 {
  color: var(--pboblue);
  margin-top: 10px;
  font-family: Generalsans, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.image-3 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-3.im3-mobile {
  display: none;
}

.image-4 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.image-4.im4-mobile {
  display: none;
}

.image-5 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.image-5.mobile {
  display: none;
}

.text-span-3, .text-span-4, .text-span-5, .text-span-6, .text-span-7 {
  color: var(--pbored);
  font-weight: 600;
}

.text-span-8 {
  color: #b68800;
  font-weight: 600;
}

.heading-3 {
  color: var(--background-black);
  text-align: center;
  letter-spacing: -4px;
  padding-top: 0;
  font-family: Fjallaone, sans-serif;
  font-size: 70px;
}

.heading-4 {
  color: var(--pboblue);
  text-align: center;
  letter-spacing: -4px;
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 80px;
  font-family: Fjallaone, sans-serif;
  font-size: 70px;
  font-weight: 400;
}

.text-span-9 {
  color: var(--pbored);
}

.icon-1x1-small-2 {
  width: .8rem;
  height: .8rem;
  flex: none;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.icon-1x1-small-3 {
  width: .8rem;
  height: .8rem;
  flex: none;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-5 {
  color: var(--white);
  text-align: center;
  letter-spacing: -4px;
  font-family: Fjallaone, sans-serif;
  font-size: 6rem;
}

.heading-5.h5 {
  color: var(--white);
}

.heading-6 {
  color: var(--pbored);
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 20px;
  font-family: Generalsans, sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.heading-6.h6 {
  color: var(--white);
  font-size: 32px;
}

.div-block {
  z-index: 100;
  max-width: 1100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-span-10 {
  color: var(--pbored);
  font-weight: 600;
}

.section-2 {
  background-image: none;
}

.container-2 {
  max-width: 1100px;
}

.heading-7 {
  color: var(--background-black);
  text-align: center;
  letter-spacing: -4px;
  background-color: #fff;
  padding-top: 0;
  font-family: Fjallaone, sans-serif;
  font-size: 70px;
}

.text-block {
  color: var(--background-black);
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 18px;
}

.heading-8 {
  color: var(--pboblue);
}

.text-block-2 {
  color: var(--background-black);
  text-align: center;
  margin-top: 50px;
  font-size: 24px;
  font-weight: 600;
}

.columns-2 {
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.button-3 {
  background-color: var(--pbored);
  border-radius: 12px;
  margin-top: 50px;
  padding: 15px 25px;
  font-size: 18px;
  font-weight: 600;
}

.button-3.button-blog {
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.slide_item {
  z-index: 3;
  width: 48%;
  flex: none;
  padding-right: 1.3em;
  transition: transform .35s;
  position: relative;
}

.slide_arrows {
  align-items: center;
  padding-top: 2.4em;
  display: flex;
}

.slide_contain {
  width: 100%;
}

.slide_svg {
  width: 2em;
  height: 2em;
}

.slide_svg.is--flip {
  transform: rotate(-180deg);
}

.slide_arrow {
  width: 5em;
  height: 5em;
  color: #1c1d21;
  cursor: pointer;
  background-color: #d2e9ec;
  border-radius: 200vw;
  justify-content: center;
  align-items: center;
  margin-right: .8em;
  display: flex;
}

.slide_wrap {
  width: 100%;
}

.slide_list {
  width: 100%;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.phone-mock {
  width: 70%;
  max-width: 280px;
  background-color: #1d1c1a;
  border-radius: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .06);
}

.phone-mock_border {
  z-index: 1;
  border: 12px solid #1d1c1a;
  border-radius: 28px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.u-position-relative {
  position: relative;
}

.swiper-wrapper {
  height: 100%;
  display: flex;
}

.swiper-wrapper.cc-how-slider-thumbs {
  flex-direction: column;
}

.phone-screen {
  position: relative;
}

.slider-arrow-2 {
  width: 4rem;
  height: 4rem;
  color: #dfddd6;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #888680;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  transition: all .2s;
  display: flex;
}

.slider-arrow-2:hover {
  color: #fff;
  background-color: #888680;
}

.slider-arrow-2.cc-how-slide-left {
  z-index: 2;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 40px;
  right: auto;
  transform: translate(0, -50%);
}

.slider-arrow-2.cc-how-slide-right {
  z-index: 2;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 40px;
  transform: translate(0, -50%);
}

.swiper-slide {
  width: 100%;
  height: 100%;
  flex: none;
}

.swiper-slide.cc-how-slider {
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: flex;
}

.swiper-slide.cc-how-slider-thumbs {
  color: #888680;
  border-radius: 8px;
  padding: 24px;
}

.swiper-slide.cc-how-slider-thumbs:focus-visible {
  outline-offset: -4px;
}

.swiper-slide.cc-how-slider-thumbs[data-wf-focus-visible] {
  outline-offset: -4px;
}

.swiper-slide.cc-how-slider-thumbs.swiper-slide-thumb-active {
  color: #fff;
  background-color: #302f2c;
}

.phone-mock_tab {
  width: 50%;
  height: 32px;
  background-color: #1d1c1a;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.phone-screen_wrapper {
  width: 100%;
  height: 100%;
  border-radius: 28px;
  position: relative;
  overflow: hidden;
}

.phone-screen_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
}

.swiper.cc-how-slider {
  height: 100%;
  background-color: #302f2c;
  border-radius: 8px;
  overflow: hidden;
}

.swiper.cc-how-slider-thumbs {
  max-width: 380px;
}

.h4 {
  margin-top: 0;
  margin-bottom: .8em;
  font-size: 1.2rem;
  font-weight: 500;
}

.swiper-slider_details-collapse {
  display: none;
}

.col-2 {
  flex: 1;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.col-2.col-lg-7 {
  max-width: 58.3333%;
  flex-basis: 58.33%;
}

.col-2.col-lg-5 {
  max-width: 41.6667%;
  flex-basis: 41.67%;
}

.container-3 {
  width: 90%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.row-2 {
  flex-wrap: wrap;
  align-content: stretch;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.row-2.row-align-center {
  align-items: center;
}

.section-3 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}

.u-mb-0 {
  margin-bottom: 0;
}

.stacked-tabs-holder {
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.stacked-tab-holder {
  width: 100%;
}

.stacked-tab-holder._03 {
  z-index: 2;
  opacity: .3;
  position: absolute;
  transform: scale(.8)translate(167px);
}

.stacked-tab-holder._01 {
  z-index: 4;
  background-color: rgba(255, 186, 186, 0);
  position: relative;
}

.stacked-tab-holder._02 {
  z-index: 3;
  opacity: .7;
  position: absolute;
  transform: scale(.9)translate(76px);
}

.stacked-tabs-content-holder {
  width: 100%;
  background-color: rgba(130, 35, 255, 0);
  align-items: center;
  display: flex;
  position: relative;
}

.tab-circle {
  width: 70px;
  height: 70px;
  min-height: 70px;
  min-width: 70px;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 6px 6px 26px rgba(101, 101, 101, .26), inset -6px -6px 15px rgba(121, 120, 120, .1);
}

.tab-icon {
  width: 24px;
  height: 24px;
}

.tab-icon._01, .tab-icon._02, .tab-icon._03 {
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.stacked-tabs-pane-holder {
  width: 100%;
  background-color: rgba(163, 231, 136, 0);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.tab-link {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(75, 148, 255, 0);
  border-radius: 12px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 24px 50px 24px 24px;
}

.tab-link:hover {
  color: #000;
  border-color: #e4e4e4;
}

.tab-link.w--current {
  background-color: #fff;
  border-color: #4b94ff;
  box-shadow: inset 1px 1px 10px rgba(0, 0, 0, .05), 0 2px 5px rgba(61, 92, 255, .1);
}

.tab-link._02 {
  margin-top: 0;
  margin-bottom: 0;
}

.stacked-gradient {
  z-index: 9;
  width: 70vw;
  height: 120%;
  position: absolute;
  left: -50vw;
  right: auto;
}

.stacked-tab-image {
  width: 250px;
  background-color: rgba(255, 187, 187, 0);
  border: .7px rgba(0, 71, 177, 0);
  border-radius: 30px;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 6px 6px 41px rgba(86, 86, 86, .15);
}

.tab-title {
  color: var(--background-black);
  font-size: 24px;
  font-weight: 500;
}

.tab-paragraph {
  color: var(--background-black);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.tab-wrapper {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.mobile-link {
  display: none;
}

.stacked-tabs-container {
  z-index: 10;
  width: 520px;
  min-width: 520px;
  background-color: rgba(255, 255, 255, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 100px;
  display: flex;
  position: relative;
}

.tab-content-holder {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.div-block-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.im2-pbo-mobile {
  display: none;
}

.div-block-4 {
  z-index: 1000;
  position: relative;
  top: 0;
}

.div-block-5, .div-block-6 {
  background-color: #fff;
  padding-top: 100px;
}

.div-block-7 {
  padding-top: 100px;
}

.body-3 {
  background-color: #fff;
}

.marcas {
  margin-top: 200px;
  margin-bottom: 120px;
}

.influencer {
  margin-bottom: 100px;
}

.talents {
  display: none;
}

.nosotros {
  height: auto;
  margin-bottom: 150px;
}

.container-4 {
  max-width: 1100px;
  background-color: rgba(255, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.container-5 {
  height: auto;
  max-width: 1100px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.container-6, .container-7 {
  max-width: 1100px;
}

.section-logo {
  display: none;
  overflow: hidden;
}

.page-padding {
  padding: 5em 5%;
}

.page-padding.s0 {
  z-index: 5;
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  position: relative;
}

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

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

.padding-vertical-2.padding-xxlarge {
  padding: 0;
}

.logo_component-slider {
  width: 2200px;
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-slider-img {
  width: 200px;
}

.left-brand-fade {
  z-index: 10;
  width: 500px;
  background-color: rgba(255, 117, 117, 0);
  background-image: linear-gradient(to right, #fff 8%, rgba(255, 255, 255, 0));
  margin-right: -330px;
  position: relative;
}

.right-brand-fade {
  z-index: 10;
  width: 500px;
  background-color: rgba(90, 255, 134, 0);
  background-image: linear-gradient(270deg, #fff 10%, rgba(255, 255, 255, 0));
  margin-left: -334px;
  margin-right: 0;
  position: relative;
}

.div-block-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-9 {
  color: var(--pboblue);
  text-align: center;
  letter-spacing: -4px;
  margin-top: -50px;
  margin-bottom: 50px;
  font-family: Fjallaone, sans-serif;
  font-size: 70px;
}

.div-block-9 {
  max-width: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.div-block-10 {
  max-width: 1100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 150px;
  display: flex;
}

.text-block-3 {
  color: var(--pboblue);
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
}

.lottie-animation {
  width: 130px;
}

.div-block-11 {
  align-self: center;
  display: none;
}

.div-block-12 {
  width: 100px;
  align-self: center;
  display: none;
}

.lottie-animation-2 {
  width: 100px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.tab {
  width: 280px;
  opacity: .7;
  color: rgba(255, 255, 255, .8);
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 16px;
  font-size: 15px;
  display: flex;
}

.tab.w--current {
  opacity: 1;
  color: var(--pbored);
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 10px;
  font-size: 30px;
  font-weight: 500;
  position: relative;
}

.tabs-menu {
  max-width: 1140px;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 0%;
  right: 0%;
}

.load-bar {
  width: 0%;
  height: 4px;
  background-color: #fff;
}

.content-section {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.tab-image {
  width: 34px;
  margin-right: 12px;
}

.text-span-13 {
  color: rgba(255, 255, 255, .6);
}

.slider-background {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .9)), url('../images/image.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-background.background-02 {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .87) 100%, rgba(0, 0, 0, .9)), url('../images/image-2.webp');
}

.slider-background.background-03 {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .9)), url('../images/FOTO-MUY-IMPORTANTE-modified.jpg');
}

.slider-background.background-04 {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .9)), url('../images/maxresdefault-modified.jpg');
  background-size: auto, cover;
}

.slider-background.background-05 {
  background-image: linear-gradient(rgba(0, 0, 0, .29), rgba(0, 0, 0, .9)), url('../images/image-4.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.tabs {
  width: 100%;
}

.tabs-content {
  overflow: visible;
}

.load-bar-base {
  height: 4px;
  max-width: 220px;
  background-color: rgba(255, 255, 255, .2);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-base {
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-heading {
  z-index: 9;
  max-width: 900px;
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  text-transform: none;
  font-family: Fjallaone, sans-serif;
  font-size: 40px;
  line-height: 68px;
  position: relative;
}

.text-span-14, .text-span-15, .text-span-16 {
  color: var(--pbored);
}

.work-hero-bar-2 {
  background-color: var(--white-dark);
  color: #c33f40;
  border-top-left-radius: .625rem;
  border-top-right-radius: .625rem;
  margin-top: -1rem;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.content-grid-2 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5e2ca;
  grid-template-rows: auto;
  grid-template-columns: 2.4rem 1fr 2.4rem;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.content-grid-2.condensed-grid {
  background-color: var(--white-dark);
  grid-template-columns: minmax(2.4rem, 1fr) 1fr minmax(2.4rem, 1fr);
}

.form-field-2 {
  z-index: 100;
  min-height: 3.75rem;
  color: #2e313a;
  background-color: #fff;
  border: 1px #e5ceb1;
  border-radius: .625rem;
  margin-bottom: 0;
  padding: .5rem 1.4rem;
  font-size: .95rem;
  position: relative;
}

.form-field-2::-ms-input-placeholder {
  color: rgba(46, 49, 58, .82);
}

.form-field-2::placeholder {
  color: rgba(46, 49, 58, .82);
}

.form-field-2.is-text-area {
  min-height: 9.5rem;
  padding-top: 1.25rem;
}

.looping-text-2 {
  color: #c33f40;
  font-variation-settings: "wght"500;
  letter-spacing: .1vw;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Humane vf, sans-serif;
  font-size: 18.25vw;
  line-height: .9;
}

.submit-button-2 {
  width: 100%;
  color: #f5e2ca;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #c33f40;
  border-radius: 100rem;
  margin-top: .5rem;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  font-size: .875rem;
  font-weight: 500;
}

.content-grid-side-2 {
  width: 100%;
  height: 100%;
  background-color: #c33f40;
  border-top-left-radius: .625rem;
  border-top-right-radius: .625rem;
}

.content-grid-side-2.bottom-left {
  background-color: #fff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: .625rem;
}

.content-grid-side-2.bottom-right {
  background-color: #fff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: .625rem;
}

.noise-2 {
  opacity: .06;
  background-image: url('../images/Light-noise.webp');
  background-position: 0 0;
  background-size: 15rem 15rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-3 {
  z-index: 20;
  margin-bottom: 0;
  position: relative;
}

.text-field-2 {
  border-radius: 10px;
  font-size: 16px;
}

.text-field-2:focus {
  border: 1px solid var(--pbored);
  background-color: var(--white);
  color: #000;
}

.text-field-3 {
  border-radius: 10px;
  font-size: 16px;
}

.text-field-3:focus {
  border: 1px solid var(--pbored);
  color: #000;
}

.text-field-3.mensaje {
  height: 100px;
}

.field-label, .field-label-2 {
  color: var(--background-black);
  font-size: 18px;
}

.div-block-13 {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.div-block-14 {
  width: 50%;
  padding-right: 10px;
}

.div-block-15 {
  width: 50%;
  padding-left: 10px;
}

.submit-button-3 {
  background-color: var(--pbored);
  border-radius: 12px;
  margin-top: 30px;
  padding: 10px 25px;
  font-size: 18px;
  font-weight: 600;
}

.div-block-16 {
  justify-content: flex-start;
  display: flex;
}

.div-block-17 {
  width: 60%;
  height: auto;
  background-color: var(--white-dark);
  flex-direction: column;
  display: flex;
}

.div-block-18 {
  background-color: var(--white-dark);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: none;
}

.div-block-18.dv18 {
  width: 100%;
  flex-direction: column;
  margin-bottom: 0;
  padding-bottom: 120px;
  display: flex;
}

.div-block-19 {
  width: 100%;
  height: auto;
  border-right: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-20 {
  width: 30%;
  height: 200px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-block-21 {
  width: 100%;
  height: 120px;
  max-width: 1100px;
  background-color: var(--white-dark);
}

.div-block-21.dv21 {
  width: 50%;
}

.text-block-5 {
  color: var(--background-black);
  text-align: center;
  margin-top: 30px;
  font-size: 20px;
  font-weight: 600;
}

.text-block-6 {
  color: var(--background-black);
  text-align: right;
}

.text-block-6.term_cond {
  border-right: 1px #000;
  align-self: flex-end;
  margin-right: 0;
  padding-bottom: 10px;
  padding-right: 0;
  text-decoration: none;
}

.text-block-7 {
  color: var(--background-black);
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
}

.div-block-22 {
  align-items: center;
  display: flex;
}

.image-7 {
  margin-right: 0;
}

.div-block-23 {
  width: 100%;
  justify-content: flex-end;
  align-self: flex-end;
  margin-bottom: 15px;
  display: flex;
}

.image-8 {
  margin-left: 10px;
  margin-right: 0;
}

.image-9 {
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-24 {
  width: 40%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 20px;
  display: flex;
}

.columns-3 {
  border-bottom: 1px solid #9b9b9b;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  display: flex;
}

.div-block-25 {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.column-3 {
  align-items: center;
  display: flex;
}

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

.image-10 {
  margin-left: 40px;
}

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

.textarea {
  border-radius: 10px;
  font-size: 16px;
}

.textarea:focus {
  border: 1px solid var(--pbored);
}

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
  margin-top: 80px;
}

.div-block-26 {
  width: auto;
  height: auto;
  background-color: rgba(255, 255, 255, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: block;
}

.div-block-27 {
  z-index: 10;
  width: 200px;
  height: 300px;
  background-color: #f7f7f7;
  border-radius: 10px;
  position: absolute;
}

.div-block-27.div2 {
  z-index: 8;
  background-color: #ff5b5b;
  margin-top: -20px;
  margin-right: -20px;
  position: relative;
}

.text-block-8 {
  color: var(--background-black);
  margin-top: 30px;
  position: static;
}

.div-block-28 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.info-container {
  color: var(--pboblue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-10 {
  color: #fbf9fc;
  text-align: center;
  margin-bottom: 8px;
  font-size: 130px;
}

.heading-10.eventos, .heading-10.youtube {
  color: var(--pboblue);
  margin-bottom: 0;
  font-family: Fjallaone, sans-serif;
  font-size: 80px;
}

.heading-10.youtube1 {
  color: var(--pboblue);
  margin-bottom: 0;
  font-family: Fjallaone, sans-serif;
  font-size: 100px;
}

.heading-10.tiktok2 {
  font-family: PT Sans, sans-serif;
}

.heading-10.talentos {
  color: var(--pboblue);
  margin-bottom: 0;
  font-family: Fjallaone, sans-serif;
  font-size: 80px;
}

._3-columns-2 {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  grid-column-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-4 {
  height: auto;
  max-width: none;
  background-color: #fff;
  border: 1px #080808;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.text-block-9 {
  color: var(--pboblue);
  text-align: center;
  letter-spacing: -.2px;
  margin-top: 25px;
  font-family: PT Sans, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
}

.column-8 {
  width: auto;
  background-color: #866b84;
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  margin-right: 0;
  display: flex;
}

.column-8.last {
  background-color: rgba(224, 224, 224, 0);
  border: 1px #000;
  align-items: center;
}

.heading-11 {
  color: var(--background-black);
  text-align: center;
  letter-spacing: -4px;
  margin-top: 80px;
  font-family: Fjallaone, sans-serif;
  font-size: 70px;
}

.div-block-29 {
  width: 250px;
  height: 250px;
  border: 15px solid var(--pbored);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-size: 100px;
  display: flex;
}

.heading-12 {
  color: var(--pbored);
  margin-right: 5px;
  font-family: Fjallaone, sans-serif;
  font-size: 110px;
}

.div-block-30, .div-block-31 {
  width: 250px;
  height: 250px;
  border: 15px solid var(--pbored);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-13 {
  color: var(--pboblue);
  font-family: Fjallaone, sans-serif;
  font-size: 70px;
}

.text-block-10 {
  color: var(--pboblue);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 600;
}

.text-span-17 {
  color: var(--pbored);
}

.div-block-32 {
  max-width: 1100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.list-item {
  color: var(--pboblue);
}

.list-item-2, .list-item-3, .list-item-4 {
  color: var(--pboblue);
  margin-bottom: 10px;
}

.columns-5 {
  font-size: 20px;
  font-weight: 500;
}

.div-block-33 {
  width: 50%;
  padding-left: 90px;
}

.list {
  font-size: 20px;
  font-weight: 500;
}

.button-4 {
  background-color: var(--pbored);
  border-radius: 12px;
  margin-top: 40px;
  padding: 15px 25px;
  font-size: 18px;
  font-weight: 600;
  display: block;
}

.section_placeholder {
  height: 100px;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  padding-top: 30px;
  display: flex;
}

.heading-28 {
  color: #727272;
  text-align: center;
  font-size: 28px;
}

.heading-28.anim {
  font-family: Generalsans, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.entrenad {
  color: #1bac9f;
}

.equipo {
  background-color: #f1f1f1;
}

.stack_card-image-wrapper {
  width: 100%;
  height: 320px;
  background-image: url('../images/image00001.jpeg');
  background-position: 50% 30%;
  background-size: cover;
}

.stack_card-image-wrapper.card2 {
  background-image: url('../images/MARCO-AESTH.jpg');
  background-position: 50% 20%;
  background-size: cover;
}

.stack_card-image-wrapper.card1 {
  background-image: url('../images/OLAYA-BAKER.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.stack_card-image-wrapper.card5 {
  background-image: url('../images/AARON-CABELLO.jpg');
  background-position: 50% 40%;
  background-size: cover;
}

.stack_card-image-wrapper.card9 {
  background-image: url('../images/AARON-CABELLO.jpg');
  background-position: 0 0;
  background-size: auto;
}

.stack_card-image-wrapper.card3 {
  background-image: url('../images/NURIA-MARTIN.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.stack_card-image-wrapper.card4 {
  background-image: url('../images/IZAN-SIMON.jpg');
  background-position: 50% 20%;
}

.stack_card-image-wrapper.card6 {
  background-image: url('../images/ALVARO-COQUE-2-1.jpg');
}

.stack_card-image-wrapper.card7 {
  background-image: url('../images/GAPS.jpg');
}

.padding-section-medium-2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-global-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.heading-29 {
  color: var(--pboblue);
  text-align: center;
  letter-spacing: 0;
  text-transform: capitalize;
  font-family: Generalsans, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

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

.ceo {
  color: #6b62a6;
}

.stack_card {
  height: 320px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(0, 1fr);
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 18rem;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 9rem;
  overflow: hidden;
  box-shadow: 0 -12px 16px -4px rgba(0, 0, 0, .05);
}

.stack_card.is-2 {
  background-color: #fff;
  margin-bottom: 15rem;
  top: 12rem;
}

.stack_card.is-3 {
  background-color: #fff;
  margin-bottom: 12rem;
  top: 15rem;
}

.stack_card.is-6 {
  margin-bottom: 3rem;
  top: 24rem;
}

.stack_card.is-4 {
  margin-bottom: 9rem;
  top: 18rem;
}

.stack_card.is-5 {
  margin-bottom: 6rem;
  top: 21rem;
}

.paragraph {
  padding-left: 30px;
  padding-right: 30px;
  line-height: 25px;
}

.stack_component {
  grid-row-gap: 14rem;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

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

.heading-27.anim {
  color: var(--pboblue);
  letter-spacing: -4px;
  font-family: Fjallaone, sans-serif;
  font-size: 70px;
}

.stack_card-content {
  height: 320px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.div-block-34 {
  width: 50%;
}

.div-block-34.mobile {
  display: none;
}

.div-block-35 {
  width: 100%;
  display: flex;
}

.list-2 {
  font-size: 20px;
  font-weight: 500;
}

.right-arrow, .left-arrow, .slide-nav {
  display: none;
}

.slider {
  width: 150px;
  height: 150px;
  border-radius: 100%;
}

.slider.s1 {
  margin-top: -36px;
}

.slider.s3 {
  margin-top: -90px;
}

.slider.s5 {
  margin-top: -40px;
}

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

.column-10 {
  justify-content: center;
  display: flex;
}

.slide {
  background-color: var(--logo_gris);
  background-image: url('../images/quamtrax_logo_2.png');
  background-position: 0 0;
  background-size: contain;
  border-radius: 100%;
}

.slide-2 {
  background-color: var(--logo_gris);
  background-image: url('../images/arndold_logo_2.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: contain;
  background-attachment: scroll;
  border-radius: 100%;
}

.container-8 {
  overflow: visible;
}

.columns-6 {
  margin-left: 0;
  margin-right: 0;
}

.image-12 {
  margin-right: 10px;
}

.div-block-36 {
  width: 100%;
  max-width: 1100px;
  display: flex;
}

.text-block-11 {
  color: var(--background-black);
  text-align: center;
  margin-bottom: 70px;
  font-size: 18px;
}

.image-13 {
  z-index: 10;
  margin-right: 0;
  position: absolute;
}

.image-14 {
  position: relative;
}

.video {
  width: 220px;
  height: 463px;
  padding-bottom: 0;
}

.mask {
  background-color: #cecece;
  border-radius: 100%;
}

.slide-3 {
  background-color: var(--logo_gris);
  background-image: url('../images/myprotein_logo_2.png');
  background-position: 0 0;
  background-size: contain;
}

.mask-2, .mask-3, .mask-4, .mask-5 {
  background-color: var(--logo_gris);
  border-radius: 100%;
}

.slide-4 {
  background-image: url('../images/role_logo_2.png');
  background-position: 0 0;
  background-size: contain;
}

.slide-5 {
  background-image: url('../images/monster_logo_2.png');
  background-position: 0 0;
  background-size: contain;
}

.slide-6 {
  background-image: url('../images/fitgeneration_logo_2.png');
  background-position: 0 0;
  background-size: contain;
}

.slide-7 {
  background-image: url('../images/decathlon_logo_2.png');
  background-position: 0 0;
  background-size: contain;
}

.slide-8 {
  background-image: url('../images/mcfit_logo_2.png');
  background-position: 0 0;
  background-size: contain;
}

.slide-9 {
  background-image: url('../images/fitnesspark_logo_2.png');
  background-position: 0 0;
  background-size: contain;
}

.slide-10 {
  background-image: url('../images/logo_pump_2.png');
  background-position: 0 0;
  background-size: contain;
}

.text-block-12 {
  color: var(--background-black);
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
}

.div-block-37 {
  width: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-37.mobile {
  display: none;
}

.div-block-38 {
  width: 50%;
}

.button-5 {
  background-color: var(--pbored);
  border-radius: 12px;
  margin-top: 30px;
  padding: 15px 25px;
  font-size: 18px;
  font-weight: 600;
}

.heading-30 {
  color: var(--background-black);
  text-align: center;
  letter-spacing: -4px;
  margin-bottom: 50px;
  font-family: Fjallaone, sans-serif;
  font-size: 70px;
}

.div-block-39 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.background-video-2 {
  width: 174px;
  height: 366px;
  margin-bottom: 1px;
}

.play-pause-button-2 {
  z-index: 20;
  left: 60px;
}

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

.tab-pane-tab-1 {
  height: 500px;
}

.content-h1 {
  z-index: 2;
  color: #231d4f;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 55px;
  font-weight: 600;
  line-height: 1.1;
  position: relative;
}

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

.price-card-dark {
  width: 100%;
  height: 500px;
  background-color: var(--white-dark);
  color: var(--pboblue);
  border-radius: 15px;
  padding: 72px 80px;
  position: relative;
}

.container-9 {
  width: 100%;
  max-width: 1170px;
  justify-content: center;
  position: relative;
}

.price-illustration {
  position: absolute;
  top: auto;
  bottom: -8%;
  left: auto;
  right: -8%;
}

.tabs-menu-2 {
  width: 35%;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 42px 30px 30px;
  display: flex;
}

.title-wrap {
  width: 100%;
  color: #7b88a8;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 92px;
  display: flex;
  position: relative;
}

.check-grid-large {
  min-height: 150px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: column;
  align-content: start;
  margin-top: 32px;
  margin-bottom: 20px;
}

.subtitle {
  color: #848199;
  font-size: 20px;
  font-weight: 400;
}

.check {
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.paragraph-2 {
  max-width: 30ch;
  color: #3b3b3b;
  font-size: 18px;
}

.feature-wrap {
  align-items: center;
  display: flex;
}

.price-top-wrap {
  min-height: 52px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.feature-label {
  font-size: 18px;
}

.tabs-content-2 {
  width: 65%;
  overflow: visible;
}

.tab-link-2 {
  min-width: 100px;
  color: #361c6c;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 3px solid rgba(255, 255, 255, 0);
  padding: 22px 0 10px;
  font-size: 30px;
}

.tab-link-2.w--current {
  border-bottom: 3px solid var(--pbored);
  background-color: rgba(0, 0, 0, 0);
  font-weight: 400;
}

.per-month {
  color: var(--pboblue);
  text-transform: lowercase;
  margin-left: 0;
  font-size: 30px;
}

.contact-box-fixed {
  max-width: 30%;
  border-top: 1px solid rgba(0, 0, 0, .2);
  padding-top: 20px;
  position: absolute;
  top: auto;
  bottom: 30px;
  left: 30px;
  right: auto;
}

.button-price {
  width: 100%;
  color: #4e2d92;
  text-align: center;
  background-color: #f9f2ff;
  border-radius: 100px;
  margin-top: 16px;
  padding: 16px 24px;
  font-size: 15px;
  font-weight: 500;
}

.button-price.max-width {
  width: auto;
  max-width: 250px;
  background-color: var(--pbored);
  color: var(--white);
  border-radius: 15px;
  padding: 15px 25px;
  font-size: 18px;
  font-weight: 600;
}

.tarifas {
  margin-bottom: 80px;
}

.container-10 {
  max-width: 1100px;
}

.text-block-13 {
  color: var(--pboblue);
  font-size: 26px;
}

.text-block-14 {
  color: var(--background-black);
  font-size: 26px;
  font-weight: 400;
}

.text-block-14:focus {
  font-weight: 400;
}

.text-block-14.current {
  font-weight: 500;
}

.text-block-15 {
  color: var(--background-black);
  font-size: 26px;
}

.heading-31 {
  text-transform: lowercase;
  font-family: Generalsans, sans-serif;
  font-size: 60px;
  font-weight: 500;
}

.text-span-18 {
  color: var(--pbored);
  font-weight: 600;
}

.button-6 {
  background-color: var(--pbored);
  border-radius: 15px;
  margin-top: 20px;
  padding: 15px 25px;
  font-size: 18px;
  font-weight: 600;
}

.text-block-16 {
  color: var(--background-black);
  text-align: center;
  letter-spacing: -4px;
  text-transform: uppercase;
  margin-bottom: 50px;
  font-family: Fjallaone, sans-serif;
  font-size: 70px;
}

.heading-32, .heading-33 {
  letter-spacing: 0;
  font-family: Generalsans, sans-serif;
  font-size: 60px;
  font-weight: 500;
}

.tab-pane-tab-3 {
  height: 500px;
}

.container-11 {
  max-width: 1100px;
}

.text-block-17 {
  color: var(--background-black);
  text-align: center;
  letter-spacing: -4px;
  text-transform: uppercase;
  margin-top: 60px;
  margin-bottom: 50px;
  font-family: Fjallaone, sans-serif;
  font-size: 70px;
}

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

.text-span-20 {
  color: var(--pbored);
  font-family: Fjallaone, sans-serif;
  font-weight: 400;
}

.text-block-18 {
  color: var(--pboblue);
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}

.text-block-19 {
  color: var(--pboblue);
  text-align: center;
  font-size: 18px;
}

.lottie-animation-3 {
  width: 120px;
  margin-bottom: 15px;
}

.column-14 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.lottie-animation-4 {
  width: 90px;
}

.column-15 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.lottie-animation-5 {
  width: 230px;
  margin-bottom: -60px;
  padding-bottom: 0;
}

.column-16 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.image-15 {
  margin-bottom: -158px;
  margin-left: 681px;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.image-15.im1-mobile {
  display: none;
}

.image-16 {
  margin-top: -70px;
  margin-left: 247px;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.image-16.im2-mobile {
  display: none;
}

.div-block-40 {
  margin-bottom: 50px;
}

.app {
  height: auto;
  margin-bottom: 90px;
}

.container-12 {
  max-width: 1100px;
}

.heading-34 {
  color: var(--pboblue);
  text-align: center;
  letter-spacing: -4px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Fjallaone, sans-serif;
  font-size: 70px;
}

.text-block-20 {
  color: var(--pboblue);
  text-align: center;
  margin-bottom: 50px;
  font-size: 20px;
}

.div-block-41 {
  height: 200px;
  background-color: rgba(255, 215, 215, 0);
  border-radius: 15px;
  margin-bottom: 25px;
}

.div-block-41.im-dashboard {
  background-image: url('../images/DASHBOARD-PBO.png');
  background-position: 0 0;
  background-size: cover;
}

.div-block-41.im_app {
  background-image: url('../images/APP-PROPIA-PBO.png');
  background-position: 0 0;
  background-size: cover;
}

.div-block-41.im_web {
  background-image: url('../images/WEB-PROPIA-PBO.png');
  background-position: 0 0;
  background-size: cover;
}

.text-block-21 {
  color: var(--background-black);
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
}

.text-block-22 {
  color: var(--pboblue);
  text-align: center;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
}

.bold-text, .bold-text-2, .text-span-21 {
  color: var(--pbored);
}

.div-block-42 {
  width: 60%;
}

.section-6 {
  width: 100%;
  height: 50px;
  display: none;
}

.button-7 {
  background-color: var(--pbored);
  border-radius: 12px;
  padding: 15px 25px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

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

.container-13 {
  max-width: 1100px;
}

.arrow-button {
  width: 50px;
  height: 50px;
  grid-column-gap: 8px;
  background-color: #0f1420;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  display: flex;
}

.cont-bot_card_blue {
  width: 156px;
  max-width: 100%;
  color: #0f1420;
  background-image: linear-gradient(213deg, #95cfd9, #e6eade 79%);
  border-radius: 24px;
  padding: 25px 22px;
  text-decoration: none;
  box-shadow: 0 0 17px -4px rgba(0, 0, 0, .2);
}

.scroll-wrap {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-bottom_wrap {
  width: 100%;
  background-color: var(--white-dark);
  border-radius: 23px;
  flex-direction: row;
  order: 0;
  align-items: flex-start;
  padding: 0 0 0 45px;
  display: flex;
}

.arrow-icon {
  padding-top: 10px;
  padding-bottom: 10px;
}

.scroll {
  width: 53vw;
  min-height: 0;
  align-items: flex-end;
  margin-bottom: 15px;
  padding-bottom: 0;
  display: flex;
  overflow: auto;
}

.cont-card-emoji {
  z-index: 100;
  width: 48px;
  height: 48px;
  background-color: var(--pbored);
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
  position: absolute;
  top: -24px;
  bottom: auto;
  left: 22px;
  right: auto;
}

.scroll-measure {
  width: 100%;
  height: 0;
  padding-bottom: 0;
}

.card-label {
  font-size: 18px;
  font-weight: 500;
}

.card-number {
  font-size: 28px;
  font-weight: 600;
}

.cont-bot_card_num {
  grid-column-gap: 8px;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.card-emoji_img {
  margin-right: 0;
}

.cont-bot-_text_wrap {
  width: 100%;
  height: 100%;
  max-width: 155px;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 75px;
  padding-top: 24px;
  padding-bottom: 19px;
  display: flex;
}

.semi-bold {
  font-weight: 600;
}

.p {
  line-height: 1.5;
}

.cont-bot_card {
  width: 155px;
  max-width: 100%;
  background-color: var(--white);
  color: #0f1420;
  border-radius: 24px;
  padding: 40px 20px 20px;
  text-decoration: none;
  position: relative;
  box-shadow: 0 0 17px -4px rgba(0, 0, 0, .2);
}

.h1 {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2;
}

.h1.mb-25 {
  color: var(--pboblue);
  margin-top: 30px;
  margin-bottom: 15px;
  font-family: Fjallaone, sans-serif;
  font-size: 35px;
}

.cont-bot_card_wrap {
  height: 200px;
  grid-column-gap: 30px;
  align-items: center;
  margin-top: 20px;
  padding-right: 40px;
  display: flex;
}

.per-content {
  justify-content: center;
  align-items: stretch;
  margin-bottom: 35px;
  display: flex;
}

.sb-grey {
  color: #898b8f;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 600;
}

.tabs-wrap {
  height: 100%;
  position: relative;
}

.tab-panel {
  height: 100%;
}

.content-top_wrap {
  width: auto;
  height: auto;
  grid-column-gap: 25px;
  grid-row-gap: 16px;
  background-color: rgba(252, 0, 37, 0);
  border-radius: 23px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
  position: static;
  top: 0;
}

.dd-link {
  font-weight: 500;
  transition: background-color .2s;
}

.dd-link:hover {
  background-color: #e6e6e6;
}

.dropdown {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 30px;
}

.check-circle {
  width: 42px;
  height: 42px;
  background-color: #fe4c23;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.check-circle.blue {
  background-color: #62dae1;
}

.check-circle.brown {
  background-color: #d6b7a2;
}

.tabs-3 {
  height: 100%;
  flex-direction: column;
  display: flex;
}

.dates-wrap {
  grid-column-gap: 10px;
  justify-content: space-around;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}

.text-normal {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.dots-wrap {
  width: 26px;
  height: 26px;
  border: 2px solid #383c4b;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.percent-wrap {
  width: 100%;
  max-width: 158px;
  text-align: center;
}

.dd-toggle {
  grid-column-gap: 20px;
  background-color: #0f1420;
  border-radius: 12px;
  align-items: center;
  padding: 13px;
  display: flex;
  position: static;
}

.tab-link-3 {
  color: rgba(15, 20, 32, .3);
  background-color: rgba(0, 0, 0, 0);
  margin-right: 30px;
  padding-left: 0;
  padding-right: 0;
  font-size: 24px;
  font-weight: 600;
}

.tab-link-3.w--current {
  color: #0f1420;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 4px solid #fe4c24;
}

.dd-text {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.dd-list.w--open {
  background-color: #fff;
  border: 1px solid #0f1420;
  border-radius: 12px;
  top: 110%;
  overflow: hidden;
  box-shadow: 0 5px 11px rgba(0, 0, 0, .2);
}

.mw-125 {
  width: 100%;
  max-width: 125px;
}

.mw-125.ml-30 {
  margin-left: 30px;
}

.per-heading {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.line {
  width: 1px;
  background-color: #898b8f;
}

.tabs-menu-3 {
  padding-left: 30px;
  padding-right: 30px;
}

.content {
  width: 100%;
  grid-row-gap: 30px;
  background-color: var(--white);
  border-radius: 46px 0 0 46px;
  flex-direction: column;
  justify-content: center;
  padding: 40px 0;
  display: flex;
}

.checking-wrap {
  grid-column-gap: 20px;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.performance-wrap {
  width: 100%;
  max-width: 392px;
  background-color: #0f1322;
  border-radius: 23px;
  padding: 38px 30px;
}

.tab-content {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 55px;
  padding-bottom: 45px;
  display: flex;
}

.tabs-content-3 {
  flex: 1;
}

.statistic-wrap {
  width: 100%;
  background-color: #95cfd9;
  border-radius: 23px;
  padding-top: 30px;
}

.image-17, .image-18, .image-19, .image-20, .image-21 {
  margin-right: 0;
}

.div-block-43 {
  width: 500px;
  height: 300px;
  min-width: 200px;
  background-image: url('../images/OLAYA-BAKER.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 23px;
}

.div-block-43.profile-marcos {
  background-image: url('../images/MARCO-AESTH.jpg');
  background-position: 50% 20%;
}

.div-block-43.profile-nuria {
  background-image: url('../images/NURIA-MARTIN.jpg');
}

.div-block-43.profile-izan {
  background-image: url('../images/IZAN-SIMON.jpg');
}

.div-block-43.profile-aaron {
  background-image: url('../images/AARON-CABELLO.jpg');
}

.div-block-43.profile-coque {
  background-image: url('../images/ALVARO-COQUE-2-1.jpg');
  background-position: 50% 30%;
}

.div-block-44 {
  width: 100%;
  height: 300px;
  max-width: none;
  background-color: var(--overlay-dark);
  border-radius: 23px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 45px;
  display: flex;
}

.conte-bottom_wrap_2 {
  width: 450px;
  border-radius: 23px;
}

.result {
  width: 25px;
  height: 23px;
  color: var(--ad3f3f);
  background-color: #ff0025;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.result._400 {
  width: 25px;
  height: 220px;
}

.result._400._2 {
  height: 4px;
}

.result._400._2._45-nuria {
  height: 5px;
}

.result._400._18-olaya {
  height: 210px;
}

.result._400._18-nuria {
  height: 180px;
}

.result._150 {
  width: 25px;
  height: 105px;
}

.result._150._25-olaya {
  height: 105px;
}

.result._150._25-nuria {
  height: 150px;
}

.result._150._25-izan {
  height: 80px;
}

.result._275 {
  width: 25px;
  height: 8px;
  background-color: var(--pbored);
}

.result._275._35-olaya {
  height: 17px;
}

.result._275._35-nuria, .result._275._35-izan {
  height: 15px;
}

.result._13-olaya {
  height: 30px;
}

.result._13-nuria {
  height: 20px;
}

.result._13-izan {
  height: 55px;
}

.stat-numbers {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.results-wrap {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 20px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.stat {
  border-left: 2px solid #eff3f8;
  flex: 1;
  position: relative;
}

.result-line {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.stat-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #9da4ad;
  flex-direction: row;
  flex: 1;
  display: flex;
}

.earn-hold {
  display: none;
}

.line-2 {
  width: 100%;
  height: 2px;
  background-color: #eff3f8;
}

.scroll-2 {
  position: absolute;
  top: 0%;
  bottom: -20px;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.earn-top {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #eff3f8;
  border-radius: 5px;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px 15px;
  font-size: 12px;
  display: flex;
}

.earn-card {
  min-height: 290px;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  margin-top: 20px;
  padding: 20px 20px 40px;
  display: flex;
}

.stat-lines {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.div-block-45 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: stretch;
  margin-top: 20px;
  margin-bottom: 50px;
  display: flex;
}

.div-block-46 {
  width: 270px;
  background-color: rgba(92, 255, 195, 0);
  border-radius: 23px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-22 {
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.text-block-23 {
  font-family: Fjallaone, sans-serif;
  font-size: 55px;
}

.div-block-47 {
  width: 350px;
  height: 350px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #b1b0b0;
  border-radius: 23px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr .5fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: grid;
}

.div-block-48 {
  width: 175px;
  height: 100px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #e77878;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-49 {
  background-color: #ec7b7b;
}

.div-block-50 {
  width: 350px;
  height: 350px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 15px;
  display: grid;
}

.div-block-51 {
  width: 100%;
  height: 100%;
}

.div-block-52 {
  width: 300px;
  height: 300px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white-dark);
  border-radius: 23px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  margin-top: 10px;
  padding: 15px;
  display: grid;
}

.div-block-53 {
  width: 100%;
  height: 100%;
  background-color: #fc0025;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.div-block-54 {
  width: 100%;
  height: 100%;
  background-color: rgba(252, 0, 37, .8);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-55 {
  width: 100%;
  height: 100%;
  background-color: rgba(252, 0, 37, .2);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-56 {
  width: 100%;
  height: 100%;
  background-color: rgba(252, 0, 37, .4);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-57 {
  width: 100%;
  height: 100%;
  background-color: rgba(252, 0, 37, .6);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-24 {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.div-block-58 {
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding-left: 50px;
  display: flex;
}

.text-block-25 {
  color: var(--pboblue);
  padding-left: 15px;
  font-size: 18px;
}

.div-block-59 {
  width: 30px;
  height: 20px;
  background-color: var(--pbored);
  border-radius: 3px;
}

.div-block-60 {
  width: 30px;
  height: 20px;
  background-color: #a3a2a2;
  border-radius: 3px;
}

.text-block-26 {
  color: var(--pboblue);
  text-align: center;
  font-family: Fjallaone, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.div-block-61 {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-left: 100px;
  margin-right: 100px;
  display: flex;
}

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

.image-23 {
  margin-bottom: 10px;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.text-block-27 {
  color: var(--white);
  font-size: 40px;
  font-weight: 600;
}

.column-20, .column-21 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-9 {
  width: 100%;
}

.div-block-63 {
  display: none;
}

.container-14 {
  max-width: 1100px;
}

.tab-link-tab-1 {
  background-color: #fff;
}

.tab-link-tab-1.w--current {
  border-bottom: 2px solid var(--pbored);
  background-color: #fff;
  font-size: 30px;
  font-weight: 600;
}

.tab-link-tab-2 {
  background-color: #fff;
}

.tab-link-tab-2.w--current {
  border-bottom: 2px solid var(--pbored);
  background-color: #fff;
  font-weight: 600;
}

.tab-link-tab-3 {
  background-color: #fff;
}

.tab-link-tab-3.w--current {
  border-bottom: 2px solid var(--pbored);
  background-color: #fff;
  font-weight: 600;
}

.tabs-menu-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-30, .text-block-31, .text-block-32, .text-block-33, .text-block-34, .text-block-35 {
  font-size: 18px;
}

.tab-link-tab-4 {
  background-color: #fff;
}

.tab-link-tab-4.w--current {
  border-bottom: 2px solid var(--pbored);
  background-color: #fff;
  font-weight: 600;
}

.tab-link-tab-5 {
  background-color: #fff;
}

.tab-link-tab-5.w--current {
  border-bottom: 2px solid var(--pbored);
  background-color: #fff;
  font-weight: 600;
}

.tab-link-tab-6 {
  background-color: #fff;
}

.tab-link-tab-6.w--current {
  border-bottom: 2px solid var(--pbored);
  background-color: #fff;
  font-weight: 600;
}

.text-block-36 {
  color: var(--pboblue);
  text-align: center;
  margin-top: 80px;
  font-size: 24px;
  font-weight: 500;
}

.image-24 {
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.image-25 {
  z-index: 10;
  margin-right: 0;
  padding-top: 3px;
  padding-bottom: 0;
  position: relative;
}

.image-25:hover {
  opacity: 1;
}

.image-26 {
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

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

.column-23 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.columns-10 {
  margin-top: 20px;
}

.image-27 {
  opacity: 0;
  margin-top: -66px;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.image-27:hover {
  opacity: 1;
}

.image-28 {
  margin-left: 20px;
  margin-right: 0;
}

.link-block, .link-block-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-29, .image-30, .image-31 {
  margin-right: 20px;
}

.link-block-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-32 {
  margin-right: 20px;
}

.link-block-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .home-hero-block {
    background-position: 50%;
  }

  .work-hero-grid {
    width: 100%;
  }

  .heading-6 {
    color: var(--pbored);
    font-size: 40px;
    font-weight: 600;
  }

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

  .mobile-link {
    display: none;
  }

  .marcas {
    margin-top: 50px;
  }

  .influencer {
    margin-bottom: 100px;
  }

  .talents {
    display: none;
  }

  .nosotros {
    display: block;
  }

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

  .div-block-8 {
    margin-top: 200px;
  }

  .heading-9 {
    margin-top: -50px;
    margin-bottom: 50px;
  }

  .heading-10.youtube1 {
    text-align: center;
    font-size: 130px;
  }

  ._3-columns-2 {
    height: auto;
  }

  .section-4 {
    height: 88%;
    max-width: 1200px;
    margin-top: 10px;
  }

  .text-block-9 {
    font-size: 26px;
  }

  .column-8 {
    border-right-color: #161616;
    position: relative;
  }

  .div-block-33 {
    width: 50%;
  }

  .section-5 {
    height: 600px;
    background-color: #4cff64;
  }

  .heading-29 {
    letter-spacing: 0;
    text-transform: capitalize;
    font-family: Generalsans, sans-serif;
    font-weight: 600;
  }

  .stack_card.is-3 {
    top: 15rem;
  }

  .stack_card.is-6 {
    top: 21rem;
  }

  .stack_card.is-4 {
    top: 18rem;
  }

  .button-5 {
    background-color: var(--pbored);
    border-radius: 15px;
    margin-top: 30px;
    padding: 15px 25px;
    font-size: 18px;
    font-weight: 600;
  }

  .heading-30 {
    color: var(--background-black);
    letter-spacing: -4px;
    font-family: Fjallaone, sans-serif;
    font-size: 70px;
    font-weight: 400;
  }
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 4.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 9.5rem;
  }

  .padding-huge {
    padding: 9rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 6rem;
  }

  .padding-large {
    padding: 3.5rem;
  }

  .padding-small {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 2rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 3rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

  .styleguide-2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h3 {
    font-size: 3.5rem;
  }

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

  .heading-style-h1 {
    font-size: 6rem;
  }

  .styleguide-1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .styleguide-4-col {
    grid-template-columns: 1fr;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .styleguide-3-col {
    grid-template-columns: 1fr;
  }

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

  .styleguide-section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .navbar-link {
    border-bottom: 1px none var(--outline-dark);
  }

  .home-hero-block {
    height: auto;
    max-height: none;
    grid-template-columns: 1fr;
  }

  .heading-style-xl {
    font-size: 19vw;
  }

  .navbar {
    padding-left: .4rem;
    padding-right: .4rem;
  }

  .navbar-menu {
    min-height: auto;
  }

  .navbar-brand {
    padding-top: .1rem;
    padding-left: 0;
  }

  .projects-block {
    grid-template-columns: 1.5fr .25fr;
  }

  .projects-hero-image {
    padding-left: .625rem;
  }

  .navbar-base {
    height: 5rem;
  }

  .work-hero-block {
    height: auto;
    grid-template-columns: 1fr;
  }

  .projects-shade {
    display: none;
  }

  .navbar-menu-grid {
    min-width: 50vw;
    grid-auto-flow: row;
  }

  .service-hero-block {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .service-hero-item {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    border-top: 1px solid var(--beige);
    border-bottom: 1px none var(--outline-dark);
    margin-top: -1px;
    padding-top: 9rem;
    padding-bottom: 5rem;
  }

  .service-hero-list {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    padding: 0;
  }

  .service-item-title {
    justify-items: center;
    transform: none;
  }

  .service-column-shade {
    display: none;
  }

  .menu-dropdown {
    margin-left: .4rem;
  }

  .looping-text {
    font-size: 13vw;
  }

  .looping-text.large-looping-text {
    font-size: 20vw;
  }

  .looping-text-strip {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    padding-top: 2.5vw;
    padding-left: 8vw;
  }

  .verticles-bottom {
    order: 1;
  }

  .home-logos-left {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-logos-content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    padding-bottom: 2.4rem;
  }

  .text-size-xl {
    font-size: 8rem;
  }

  .home-quote-item {
    margin-bottom: -1rem;
  }

  .home-benefits-item {
    padding-top: 4rem;
  }

  .home-benefits-title {
    max-width: 20rem;
  }

  .home-benefits-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .home-benefits-description {
    padding-bottom: 0;
  }

  .home-skill-block {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-skill-item {
    border-top: 1px solid var(--beige);
  }

  .home-skill-content {
    grid-column-gap: 9rem;
    grid-row-gap: 9rem;
  }

  .home-skill-sticky {
    padding-bottom: 6rem;
  }

  .home-skill-copy {
    grid-template-columns: 1fr 1fr;
  }

  .home-portfolio-block {
    grid-template-columns: 1fr;
    padding-bottom: 6rem;
  }

  .home-portfolio-left {
    min-height: 90vw;
    padding-bottom: 0;
    position: relative;
  }

  .home-portfolio-right {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 0;
    padding-bottom: 3rem;
    padding-left: 0;
  }

  .home-portfolio-title {
    max-width: 22.5rem;
  }

  .home-team-intro {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }

  .content-grid {
    grid-template-columns: 1.5rem 1fr 1.5rem;
  }

  .content-grid.condensed-grid {
    grid-template-columns: 1.9rem 1fr 1.9rem;
  }

  .home-team-grid {
    grid-template-columns: 1fr;
    padding-bottom: 3rem;
  }

  .home-team-credit {
    padding-bottom: .45rem;
  }

  .home-team-left {
    padding-bottom: 4rem;
    position: relative;
    top: 0;
  }

  .work-hero-bottom {
    min-height: 55vw;
  }

  .work-hero-item, .work-image-layer {
    width: 70vw;
    height: 52.5vw;
  }

  .work-overview-block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .more-work-title {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .more-work-card {
    grid-column-gap: 12rem;
    grid-row-gap: 12rem;
    padding: 1.5rem;
  }

  .about-hero-top {
    padding-top: 9rem;
    padding-bottom: 3rem;
  }

  .about-star {
    width: 6vw;
    min-width: 6vw;
  }

  .about-hero-middle {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
  }

  .about-hero-image {
    margin-top: 0;
  }

  .about-hero-left {
    padding-top: 4rem;
  }

  .about-hero-grid {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    grid-template-columns: 1fr;
  }

  .about-slider-mask {
    width: 95%;
  }

  .about-story-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 75% 1fr;
  }

  .about-team-top {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .about-team-card {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 1.5rem 1.5rem 2rem;
  }

  .type-hero-top {
    padding-top: 9rem;
    padding-bottom: 4rem;
  }

  .contact-hero-form {
    min-width: auto;
    padding-top: 2rem;
    padding-left: 40px;
    padding-right: .25rem;
  }

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

  .type-grid-content {
    height: auto;
    max-height: none;
    padding-top: 2rem;
    position: relative;
  }

  .collection-list {
    padding-bottom: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .home-hero-intro {
    padding-bottom: 2rem;
  }

  .home-hero-strip {
    min-height: 80vw;
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .home-hero-image.large-image {
    width: 50%;
  }

  .home-hero-image.medium-image {
    width: 40%;
  }

  .home-hero-image.small-image {
    width: 45%;
  }

  .quote-image {
    top: -7rem;
  }

  .verticals-title {
    font-size: 15vw;
  }

  .footer-block {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .footer-right {
    justify-content: flex-start;
  }

  .footer-menu {
    grid-column-gap: 1.9rem;
    grid-row-gap: 1.9rem;
    justify-content: flex-start;
  }

  .about-story-strip {
    margin-right: -4rem;
  }

  .about-story-image {
    width: 55%;
  }

  .more-verticals-grid {
    grid-template-columns: 1fr;
  }

  .more-verticals-item {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    padding-bottom: 3.4rem;
  }

  .more-verticles-item {
    border-bottom: 1px solid var(--beige);
    border-right-style: none;
  }

  .more-verticles-item:last-child {
    border-bottom-style: none;
  }

  .vericles-detail-block {
    grid-template-columns: 1fr;
  }

  .verticles-projects {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    padding-top: 2.5rem;
    padding-bottom: 5rem;
    padding-left: 0;
  }

  .verticles-projects-image {
    min-height: 90vw;
    padding-top: 0;
  }

  .faq-grid {
    grid-template-columns: 1fr;
    padding-bottom: 2rem;
  }

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

  .column {
    padding-right: 30px;
  }

  .column-2.pbo-talents {
    padding-left: 30px;
  }

  .menu2-socialicons-wrapper {
    height: 70px;
    border-top: 1px solid #f8f8f8;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .signup-form {
    height: 550px;
  }

  .hero-content-wrapper {
    width: auto;
    padding-left: 0;
  }

  .number-card-number {
    font-size: 30px;
  }

  .fullpic-profile {
    padding: 40px 40px 30px;
  }

  .button-2.default-button.card-cta {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    transition: color .2s, background-color .2s, box-shadow .2s;
    display: block;
    bottom: 20px;
    left: 30px;
    right: 30px;
  }

  .big-article-content-wrapper {
    height: auto;
  }

  .nav-link {
    justify-content: center;
    display: flex;
    position: static;
  }

  .nav-link:hover {
    background-color: #fbfdff;
  }

  .styleguide-content {
    padding-bottom: 20px;
  }

  .hero2 {
    padding-left: 30px;
  }

  .card-headline {
    font-size: 22px;
  }

  .card-headline.dark-card-headline._6col-card {
    width: 65%;
  }

  .social-icon {
    cursor: pointer;
  }

  .menu-button {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 23px;
    display: flex;
  }

  .menu-button.w--open {
    z-index: 2;
    float: right;
    background-color: #fff;
    align-items: center;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }

  .profiles-wrapper {
    display: block;
  }

  .number-card {
    padding-top: 12px;
    padding-bottom: 16px;
  }

  .profile-card {
    padding: 40px 40px 30px;
  }

  .menu1 {
    z-index: 99999;
    width: 100%;
    padding-right: 0;
    position: relative;
  }

  .menu1-button-wrapper {
    height: 70px;
    border-top: 1px solid #f8f8f8;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .form-submit-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: stretch;
  }

  .icon {
    color: #333;
  }

  .menu2 {
    width: 100%;
    height: 70px;
    background-color: #fff;
    padding-right: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .05);
  }

  .nav-menu {
    height: auto;
    float: none;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .05);
  }

  .larger-paragraph.white-hero-paragraph.hero2-paragraph {
    width: 50%;
  }

  .card.card5-content, .card.card4-content, .card.card6-content, .card.card1-content, .card.card2-content, .card.card3-content {
    height: 300px;
  }

  .signup-content-wrapper {
    padding: 40px;
  }

  .menu2-logo-wrapper {
    display: flex;
  }

  .big-article-image-wrapper {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
  }

  .styleguide {
    width: auto;
    margin-top: 0;
  }

  .heading-5 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 70px;
  }

  .container-2, .heading-7 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .phone-mock {
    width: 90%;
  }

  .swiper-wrapper.cc-how-slider-thumbs {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .swiper-slide.cc-how-slider-thumbs {
    opacity: 0;
    display: none;
  }

  .swiper-slide.cc-how-slider-thumbs.swiper-slide-thumb-active {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0);
    display: block;
  }

  .swiper.cc-how-slider {
    height: 650px;
  }

  .swiper.cc-how-slider-thumbs {
    max-width: none;
  }

  .u-mb-0 {
    margin-bottom: 0;
  }

  .stacked-tabs-holder {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .stacked-tabs-content-holder {
    justify-content: flex-start;
  }

  .stacked-tabs-pane-holder {
    width: 80%;
  }

  .stacked-tab-image {
    width: 300px;
  }

  .stacked-tabs-container {
    width: 100%;
    min-width: 100%;
    margin-right: 0;
  }

  .marcas {
    margin-top: 120px;
  }

  .container-4, .container-5 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section-logo {
    overflow: hidden;
  }

  .page-padding.s0 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

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

  .logo_component-slider {
    grid-column-gap: 3rem;
  }

  .logo-slider-img {
    width: 174px;
  }

  .tab {
    width: 120px;
  }

  .content-grid-2 {
    grid-template-columns: 1.5rem 1fr 1.5rem;
  }

  .content-grid-2.condensed-grid {
    grid-template-columns: 1.9rem 1fr 1.9rem;
  }

  .looping-text-2 {
    font-size: 13vw;
  }

  .looping-text-2.large-looping-text {
    font-size: 20vw;
  }

  .text-field-2, .text-field-3 {
    font-size: 16px;
  }

  .field-label, .field-label-2 {
    font-size: 18px;
  }

  .div-block-24 {
    padding-right: 30px;
  }

  .textarea {
    font-size: 16px;
  }

  .heading-10.eventos, .heading-10.youtube, .heading-10.talentos {
    font-size: 60px;
  }

  .section-4 {
    border-style: none;
  }

  .div-block-29 {
    width: 200px;
    height: 200px;
  }

  .heading-12 {
    font-size: 90px;
  }

  .div-block-30, .div-block-31 {
    width: 200px;
    height: 200px;
  }

  .heading-13 {
    font-size: 55px;
  }

  .padding-section-medium-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .div-block-34 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .slider.s1, .slider.s2, .slider.s3, .slider.s4 {
    width: 100px;
    height: 100px;
  }

  .slider.s5 {
    width: 100px;
    height: 100px;
    margin-left: 63px;
  }

  .div-block-38 {
    padding-left: 15px;
  }

  .background-video-2 {
    width: 174px;
    height: 368px;
  }

  .tabs-2 {
    flex-direction: column;
  }

  .price-card-dark {
    padding: 60px 70px;
    position: relative;
  }

  .price-illustration {
    display: none;
  }

  .tabs-menu-2 {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    padding-top: 10px;
  }

  .title-wrap {
    margin-bottom: 60px;
  }

  .paragraph-2 {
    max-width: none;
  }

  .tabs-content-2 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .tab-link-2 {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 26px;
  }

  .contact-box-fixed {
    width: auto;
    max-width: 430px;
    text-align: center;
    border-top-style: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    position: relative;
    top: 40px;
    bottom: 0;
    left: 0;
  }

  .text-block-16 {
    margin-bottom: 20px;
  }

  .text-block-17 {
    margin-top: 60px;
  }

  .image-15 {
    margin-bottom: -121px;
    margin-left: 512px;
  }

  .image-16 {
    margin-top: -38px;
    margin-left: 183px;
  }

  .container-12 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .content-bottom_wrap {
    flex-direction: column;
  }

  .scroll {
    width: 85vw;
  }

  .cont-bot-_text_wrap {
    max-width: none;
  }

  .content-top_wrap {
    flex-direction: column;
    align-items: center;
  }

  .check-circle.green {
    background-color: #50d26f;
  }

  .per-check_wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .content {
    border-radius: 0;
  }

  .checking-wrap {
    margin-bottom: 0;
  }

  .performance-wrap {
    max-width: none;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 6.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 5.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-small {
    padding: 1rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.6rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

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

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-small {
    margin: 1.4rem;
  }

  .margin-medium {
    margin: 1.8rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

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

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

  .padding-horizontal.padding-medium {
    padding-bottom: 30px;
  }

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

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

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

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

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

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

  .heading-style-h3 {
    align-self: center;
    font-size: 3rem;
  }

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

  .heading-style-h1 {
    font-size: 60px;
  }

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

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .styleguide-section-header {
    font-size: .875rem;
  }

  .text-size-regular.dual-paragraph {
    column-count: 1;
  }

  .text-size-regular.text-color-white {
    font-size: 22px;
  }

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

  .text-size-small.text-color-white.text-align-center, .text-size-small.text-color-white.text-align-center.text-factory {
    font-size: 24px;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .heading-style-h2 {
    font-size: 5rem;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .navbar-link {
    min-height: auto;
    padding: 1.5rem;
  }

  .home-hero-block {
    height: 100vh;
  }

  .heading-style-xl {
    font-size: 25vw;
  }

  .projects-item {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .projects-item-content {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr auto;
  }

  .navbar-base {
    height: 5rem;
  }

  .tag-grid {
    display: none;
  }

  .tag-item.tag-button {
    min-width: 6rem;
  }

  .navbar-button {
    display: none;
  }

  .navbar-menu-grid {
    min-width: 60vw;
    grid-template-columns: 1fr;
  }

  .contact-hero-block {
    grid-template-columns: 1fr;
  }

  .social-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .service-hero-item {
    grid-row-gap: 1.5rem;
    padding-top: 6rem;
    padding-bottom: 4rem;
  }

  .service-hero-item.pbo-fact-col {
    align-self: auto;
    justify-items: center;
    padding-bottom: 20px;
  }

  .service-hero-list {
    grid-template-columns: 1fr;
  }

  .service-item-title {
    justify-content: flex-end;
    justify-items: end;
    display: flex;
  }

  .service-item-title.sit-factory {
    justify-content: flex-start;
    justify-items: start;
  }

  .looping-text.large-looping-text {
    font-size: 25vw;
  }

  .bold-star {
    width: 6vw;
    height: 6vw;
    min-height: 6vw;
    min-width: 6vw;
    margin-bottom: 1vw;
  }

  .home-logos-left {
    height: auto;
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .home-logos-content {
    padding-top: 60px;
    padding-bottom: 1.5rem;
  }

  .home-logos-description {
    max-width: none;
  }

  .text-size-xl {
    font-size: 6rem;
  }

  .home-quote-item {
    margin-bottom: -2rem;
  }

  .home-benefits-item {
    padding-top: 4rem;
  }

  .home-benefits-title {
    max-width: 16rem;
  }

  .home-skill-item {
    border-right-style: none;
    padding: 1.9rem .5rem;
  }

  .home-skill-content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .home-skill-sticky {
    padding-bottom: 5rem;
  }

  .home-skill-copy {
    grid-template-columns: 1fr;
  }

  .quote-credit {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: center;
  }

  .home-portfolio-block {
    padding-bottom: 4rem;
  }

  .home-portfolio-right {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    padding-bottom: 2rem;
  }

  .home-portfolio-grid {
    grid-template-columns: 1fr;
    padding-bottom: 1rem;
  }

  .home-portfolio-height {
    padding-top: 45%;
  }

  .home-portfolio-content {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding: 1.3rem;
  }

  .home-team-intro {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }

  .content-grid, .content-grid.condensed-grid {
    grid-template-columns: 1rem 1fr 1rem;
  }

  .home-team-grid {
    padding-bottom: 2rem;
  }

  .home-team-left {
    padding-bottom: 3rem;
  }

  .more-work-list {
    grid-template-columns: 1fr;
  }

  .more-work-card {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .more-work-logo {
    width: 6rem;
    height: 1.8rem;
  }

  .about-hero-top {
    padding-top: 8rem;
    padding-bottom: 2rem;
  }

  .about-star {
    width: 8vw;
    min-width: 8vw;
  }

  .about-hero-middle {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .about-hero-left {
    padding-top: 3rem;
  }

  .about-slider-mask {
    width: 100%;
  }

  .about-story-grid {
    grid-template-columns: 1fr;
  }

  .about-story-text {
    width: 100%;
    max-width: none;
  }

  .about-team-top {
    margin-bottom: 1.5rem;
  }

  .about-team-list {
    grid-template-columns: 1fr;
  }

  .about-team-card {
    padding: 1rem 1rem 1.875rem;
  }

  .type-hero-top {
    padding-top: 8rem;
    padding-bottom: 3rem;
  }

  .contact-hero-form {
    padding: 1.5rem 20px 15px;
  }

  .contact-hero-strip {
    padding-top: 7rem;
    padding-bottom: 2rem;
  }

  .collection-list {
    grid-template-columns: 1fr;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home-hero-intro {
    padding-bottom: 3rem;
  }

  .home-hero-strip {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .home-hero-image.large-image {
    width: 50%;
  }

  .home-hero-image.medium-image {
    width: 40%;
  }

  .home-hero-image.small-image {
    width: 50%;
  }

  .quote-image {
    top: -5rem;
  }

  .verticals-title {
    text-align: right;
    padding-right: 15px;
    font-size: 80px;
  }

  .verticals-title.vtfact {
    padding-left: 15px;
    padding-right: 0;
  }

  .footer-block {
    padding: 1.3rem;
  }

  .footer-menu {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .medium-logo {
    height: 1.7rem;
  }

  .about-story-strip {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    margin-left: -2rem;
    margin-right: -2rem;
    padding-bottom: 3rem;
  }

  .about-story-image {
    width: 40%;
  }

  .slider-arrow {
    width: 3rem;
    height: 3rem;
  }

  .hero-bar-content {
    padding-top: 1rem;
  }

  .more-verticals-item {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .verticles-projects {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 2.25rem;
    padding-bottom: 4.5rem;
  }

  .verticles-projects-image {
    padding-bottom: 2rem;
  }

  .services-tab-content {
    padding-bottom: 2.4rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .services-tab-grid {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-template-columns: 2.5rem 1fr auto;
  }

  .services-tab-top {
    padding: 1.2rem;
  }

  .faq-grid {
    padding-top: 1.75rem;
  }

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

  .column {
    height: auto;
    justify-content: center;
    align-items: center;
    padding-right: 10px;
    display: flex;
  }

  .column-2.pbo-talents {
    height: auto;
  }

  .text-size-small-copy {
    font-size: 1.1rem;
  }

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

  .basic-column.basic-c3, .basic-column.basic-c2 {
    display: none;
  }

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

  .article {
    flex-direction: column-reverse;
    align-items: flex-start;
    display: block;
  }

  .signup-form {
    height: auto;
    flex-direction: column;
  }

  .button-2.default-button.card-cta {
    bottom: 20px;
    left: 30px;
    right: auto;
  }

  .signup-image-wrapper {
    height: 300px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
  }

  .hero2 {
    height: 420px;
    text-align: center;
    align-items: center;
    padding-left: 10%;
    padding-right: 10%;
  }

  .card-headline.dark-card-headline._6col-card {
    width: auto;
  }

  .menu-button {
    align-items: center;
  }

  .profile-card {
    padding: 30px 40px;
  }

  .larger-paragraph.white-hero-paragraph.hero2-paragraph {
    width: auto;
  }

  .card.card5-content {
    display: block;
  }

  .card.card4-content, .card.card1-content, .card.card2-content, .card.card3-content {
    height: 250px;
  }

  .hero {
    height: auto;
    padding: 10%;
  }

  .padding-vertical-xlarge {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .margin-bottom-small {
    margin-bottom: 24px;
  }

  .timeline_text {
    font-size: 20px;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .button-inverted {
    padding: 14px 24px;
  }

  .timeline_quote-image {
    margin-top: 24px;
    margin-right: 0;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .timeline_progress {
    left: 6px;
  }

  .timeline_item {
    width: 100%;
    grid-template-columns: 64px 1fr;
  }

  .timeline_quote-wrapper {
    flex-direction: column-reverse;
  }

  .timeline_left {
    text-align: left;
  }

  .grid_nav {
    max-height: 65vh;
    overflow: scroll;
  }

  .nav_title.hide-dasktop {
    display: block;
  }

  .nav_link {
    display: none;
  }

  .nav_inner {
    grid-column-gap: 10px;
    justify-content: space-between;
  }

  .heading-4 {
    padding-bottom: 40px;
  }

  .heading-6.h6, .container-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .text-span-11 {
    color: var(--pbored);
  }

  .slide_item {
    width: 80%;
  }

  .phone-mock {
    width: 150%;
    box-shadow: none;
  }

  .swiper-wrapper.cc-how-slider-thumbs {
    width: 90%;
  }

  .slider-arrow-2 {
    width: 3rem;
    height: 3rem;
    font-size: 20px;
  }

  .slider-arrow-2.cc-how-slide-left {
    left: 20px;
  }

  .slider-arrow-2.cc-how-slide-right {
    right: 20px;
  }

  .phone-mock_tab {
    height: 29px;
    border-bottom-right-radius: .5em;
    border-bottom-left-radius: .5em;
  }

  .section-3 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .stacked-tabs-content-holder {
    padding-left: 45px;
  }

  .stacked-tabs-pane-holder {
    width: auto;
  }

  .tab-link {
    padding-right: 24px;
  }

  .stacked-tab-image {
    width: 200px;
  }

  .stacked-tabs-container {
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 0;
  }

  .div-block-5 {
    padding-top: 60px;
  }

  .div-block-7 {
    padding-top: 70px;
  }

  .nosotros {
    margin-bottom: 60px;
  }

  .container-7 {
    margin-left: 15px;
    margin-right: 15px;
  }

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

  .logo_component-slider {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .logo-slider-img {
    width: 125px;
  }

  .lottie-animation-2 {
    margin-left: 15px;
  }

  .tab {
    width: 80px;
    justify-content: flex-start;
    margin-left: 5px;
    margin-right: 5px;
  }

  .tab.w--current {
    width: 80px;
    padding-left: 15px;
    font-weight: 600;
  }

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

  .load-bar-base {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .slider-heading {
    font-size: 36px;
  }

  .content-grid-2, .content-grid-2.condensed-grid {
    grid-template-columns: 1rem 1fr 1rem;
  }

  .looping-text-2.large-looping-text {
    font-size: 25vw;
  }

  .text-field-2, .text-field-3 {
    font-size: 16px;
  }

  .field-label, .field-label-2 {
    font-size: 18px;
  }

  .div-block-16 {
    justify-content: center;
  }

  .text-block-6, .text-block-6.term_cond {
    font-size: 16px;
  }

  .div-block-23 {
    justify-content: center;
    align-items: center;
  }

  .div-block-24 {
    width: 80%;
    border-bottom: 1px solid #c2c2c2;
    align-items: center;
    padding-bottom: 30px;
  }

  .div-block-25 {
    align-items: center;
  }

  .textarea {
    font-size: 16px;
  }

  .heading-10 {
    font-size: 100px;
  }

  .heading-10.eventos {
    font-size: 70px;
  }

  .heading-10.youtube {
    font-size: 60px;
  }

  .heading-10.talentos {
    font-size: 70px;
  }

  ._3-columns-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .section-4 {
    height: auto;
    border-style: none;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    overflow: auto;
  }

  .text-block-9 {
    font-size: 24px;
  }

  .column-8 {
    height: 100%;
    background-image: none;
    background-position: 0 0;
    border: 1px #000;
    flex-direction: column;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .div-block-29 {
    width: 200px;
    height: 200px;
  }

  .heading-12 {
    font-size: 90px;
  }

  .div-block-30, .div-block-31 {
    width: 200px;
    height: 200px;
  }

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

  .div-block-33 {
    width: 100%;
    order: -1;
    padding-left: 30px;
    padding-right: 30px;
  }

  .padding-section-medium-2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .div-block-34 {
    width: 100%;
    display: none;
  }

  .div-block-34.mobile {
    margin-top: 101px;
    margin-bottom: 40px;
    padding-top: 0;
    display: block;
  }

  .div-block-35 {
    flex-direction: column;
  }

  .slider.s2 {
    margin-left: 0;
  }

  .slider.s3 {
    margin-top: -60px;
  }

  .div-block-36 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-37 {
    display: none;
  }

  .div-block-37.mobile {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 20px;
    display: flex;
  }

  .div-block-38 {
    width: 100%;
    padding-left: 30px;
  }

  .column-11, .column-12, .column-13 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .background-video-2 {
    width: 192px;
    height: 408px;
  }

  .content-h1 {
    font-size: 55px;
  }

  .price-card-dark {
    padding-left: 24px;
    padding-right: 24px;
  }

  .price-illustration {
    max-width: 20%;
    display: block;
    bottom: 0%;
  }

  .check-grid-large {
    min-height: auto;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .column-16 {
    margin-top: -53px;
    padding-top: 0;
  }

  .image-15 {
    display: none;
  }

  .image-15.im1-mobile {
    margin-top: 15px;
    margin-bottom: -112px;
    margin-left: 355px;
    display: block;
    transform: rotate(120deg);
  }

  .image-16 {
    display: none;
  }

  .image-16.im2-mobile {
    margin-top: 24px;
    margin-left: -274px;
    display: block;
    transform: rotate(130deg);
  }

  .app {
    margin-bottom: 40px;
  }

  .text-block-21 {
    margin-bottom: 50px;
    padding-bottom: 0;
  }

  .div-block-42, .columns-8 {
    width: 100%;
  }

  .content-bottom_wrap {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .scroll {
    width: 80vw;
  }

  .cont-bot-_text_wrap {
    margin-right: 0;
    padding-top: 0;
  }

  .h1.mb-25 {
    margin-bottom: 15px;
  }

  .cont-bot_card_wrap {
    grid-column-gap: 20px;
    padding-right: 20px;
  }

  .content-top_wrap {
    grid-row-gap: 20px;
  }

  .dropdown {
    top: 70px;
    bottom: auto;
    left: 27px;
    right: auto;
  }

  .tab-link-3 {
    font-size: 20px;
  }

  .per-check_wrap {
    grid-template-columns: 1fr;
  }

  .mw-125.ml-30 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .content {
    grid-row-gap: 20px;
    padding: 20px;
  }

  .stat-numbers {
    font-size: 12px;
  }
}

@media screen and (max-width: 479px) {
  .padding-xxlarge {
    padding: 4.5rem;
  }

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

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

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

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

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

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

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

  .padding-horizontal.padding-medium {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden;
  }

  .padding-horizontal.padding-small {
    overflow: hidden;
  }

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

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

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

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

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

  .heading-style-h3 {
    letter-spacing: -2px;
    line-height: 60px;
  }

  .heading-style-h1 {
    letter-spacing: -2px;
    padding-right: 0;
    font-size: 55px;
  }

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

  .text-size-regular.text-color-white {
    font-size: 20px;
  }

  .text-size-small.text-color-white.text-align-center {
    text-align: right;
    font-size: 20px;
  }

  .text-size-small.text-color-white.text-align-center.text-factory {
    text-align: left;
    font-size: 20px;
  }

  .home-hero-block {
    height: 100vh;
    min-height: auto;
    background-color: rgba(235, 133, 133, 0);
    background-image: url('../images/pbo_im_general2-modified-1.png'), linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
    background-position: 0%, 0 0;
    background-size: auto, auto;
  }

  .page-hero-red {
    padding-bottom: 0;
  }

  .projects-block {
    grid-template-columns: 1.5fr 10vw;
  }

  .projects-description {
    padding-top: 6rem;
    padding-bottom: 1rem;
  }

  .button-icon {
    justify-content: flex-end;
  }

  .navbar-menu-base {
    padding-top: 0;
  }

  .navbar-menu-grid {
    min-width: auto;
  }

  .service-hero-item {
    grid-row-gap: 1.2rem;
    border-bottom: 1px solid var(--outline-dark);
    border-top-width: 0;
    border-right-width: 0;
    grid-template-rows: 1fr auto auto;
    grid-auto-flow: column;
    justify-content: center;
    align-items: flex-end;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
  }

  .service-hero-item.pbo-fact-col {
    border-bottom-style: none;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 50px;
    display: flex;
  }

  .service-item-title {
    justify-content: flex-end;
    align-self: flex-end;
    align-items: center;
    justify-items: start;
    display: flex;
  }

  .service-item-title.service-item-bottom {
    display: none;
  }

  .service-item-title.sit-factory {
    justify-content: flex-start;
  }

  .service-item-base {
    width: 100%;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: center;
  }

  .service-item-base.sib-factory {
    order: 1;
  }

  .menu-dropdown {
    position: static;
  }

  .menu-dropdown-list.w--open {
    margin-top: 3.5rem;
    padding-left: .8rem;
  }

  .looping-text {
    font-size: 10vw;
  }

  .looping-text.large-looping-text {
    font-size: 30vw;
  }

  .looping-text-strip {
    grid-column-gap: 18vh;
    grid-row-gap: 18vh;
    padding-top: 3.7vw;
    padding-left: 18vh;
  }

  .bold-star {
    width: 7vw;
    height: 7vw;
    min-height: 7vw;
    min-width: 7vw;
  }

  .verticles-bottom {
    order: 2;
    align-self: center;
    display: flex;
  }

  .home-hero {
    display: block;
  }

  .home-logos-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .home-logos-content {
    padding-bottom: 0;
  }

  .home-logos-grid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
  }

  .home-logo-item.logo-arnold {
    display: block;
  }

  .home-logo-image {
    margin-right: 0;
  }

  .home-logo-base {
    padding: 10px;
  }

  .text-size-xl {
    font-size: 5rem;
  }

  .home-benefits-item {
    padding-top: 3rem;
  }

  .home-skill-sticky {
    padding-bottom: 4rem;
  }

  .home-portfolio-left {
    min-height: 140vw;
  }

  .home-portfolio-right {
    grid-row-gap: 2.25rem;
    padding-bottom: 1rem;
  }

  .home-team-item {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .home-team-name {
    margin-bottom: 0;
  }

  .more-work-card {
    padding: 1.1rem;
  }

  .about-star {
    width: 10vw;
    min-width: 10vw;
  }

  .about-team-card {
    padding-bottom: 1.25rem;
  }

  .contact-hero-form {
    padding: 40px .25rem 0;
  }

  .home-hero-strip {
    min-height: 60vh;
  }

  .home-hero-image.large-image {
    width: 65%;
    margin-top: -5rem;
    margin-left: 0;
  }

  .quote-image {
    width: 25%;
    top: -7rem;
  }

  .verticals-title {
    text-align: right;
    letter-spacing: -2px;
    padding-right: 0;
    font-size: 50px;
  }

  .verticals-title.pbo_fact_text, .verticals-title.vtfact {
    text-align: left;
  }

  .footer-block {
    padding: 1.2rem;
  }

  .about-story-strip {
    padding-top: 3rem;
  }

  .about-story-image {
    width: 50%;
  }

  .slider-arrow {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .more-verticals-item {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .verticles-projects-image {
    min-height: 110vw;
    padding-bottom: 1.5rem;
  }

  .home-logo-intro {
    overflow: hidden;
  }

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

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

  .column {
    height: auto;
    border-left-width: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .column-2 {
    height: auto;
    border-bottom: 0 solid #000;
    border-left-width: 0;
    border-right-width: 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .basic-column.basic-c3, .basic-column.basic-c2 {
    display: none;
  }

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

  .alert-close-wrapper {
    width: 16px;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 0;
    padding-top: 3px;
    padding-bottom: 5px;
    display: flex;
  }

  .fullpic-profile {
    padding: 30px 30px 20px;
  }

  .button-2.profile-contact-big-button {
    margin-right: 0;
    display: block;
  }

  .button-2.default-button.default-button-with-line {
    margin-top: 0;
    display: block;
  }

  .big-article-content-wrapper {
    padding: 25px 30px;
  }

  .profile-card-big {
    padding: 30px;
  }

  .hero2 {
    height: 500px;
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .close-alert {
    margin-top: 0;
  }

  .profile-card {
    padding-left: 30px;
    padding-right: 30px;
  }

  .article-cover.article-content-2 {
    background-image: none;
    background-position: 50%;
    background-size: cover;
  }

  .card.card5-content {
    display: none;
  }

  .card.card4-content {
    height: 250px;
  }

  .card.card6-content {
    display: none;
  }

  .card.card1-content, .card.card2-content, .card.card3-content {
    height: 250px;
  }

  .signup-content-wrapper {
    padding: 30px;
  }

  .alert-content {
    flex-shrink: 1;
    flex-basis: 0;
  }

  .alert {
    height: auto;
    align-items: flex-start;
  }

  .actions-wrapper {
    width: 100%;
    text-align: center;
    display: block;
  }

  .hero {
    height: 500px;
    padding: 14% 6%;
  }

  .section-timeline-cta {
    background-color: var(--white);
    display: block;
  }

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

  .paragraph-large {
    font-size: 16px;
  }

  .timeline_text {
    font-size: 18px;
  }

  .button-inverted {
    background-color: rgba(1, 183, 255, .62);
  }

  .section-timeline {
    position: relative;
  }

  .timeline_progress {
    z-index: -3;
    margin-left: 0;
  }

  .timeline_item {
    grid-template-columns: 48px 1fr;
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .timeline_component {
    z-index: -3;
    position: static;
  }

  .timeline_image-wrapper.margin-bottom-medium.timw_gen_cero {
    height: 240px;
  }

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

  .nav_title {
    color: #fff;
    text-transform: capitalize;
  }

  .menu {
    display: flex;
  }

  .nav_row {
    grid-row-gap: 10px;
  }

  .nav_logo {
    margin-right: 20px;
  }

  .nav {
    top: auto;
    bottom: 20px;
  }

  .nav_big, .image-3 {
    display: none;
  }

  .image-3.im3-mobile {
    display: block;
  }

  .image-4 {
    display: none;
  }

  .image-4.im4-mobile {
    display: block;
  }

  .image-5 {
    display: none;
  }

  .image-5.mobile {
    display: block;
  }

  .heading-3 {
    letter-spacing: -2px;
    font-size: 50px;
  }

  .heading-4 {
    letter-spacing: -2px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 50px;
  }

  .icon-1x1-small-2 {
    margin-right: 0;
  }

  .heading-5 {
    letter-spacing: -2px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 50px;
    line-height: 1.15;
  }

  .heading-5.h5 {
    color: var(--white);
  }

  .heading-6 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 22px;
    line-height: 1.2;
  }

  .heading-6.h6 {
    color: var(--white);
  }

  .section-2 {
    overflow: hidden;
  }

  .heading-7 {
    letter-spacing: -2px;
    font-size: 50px;
  }

  .button-3.button-blog {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .text-span-11, .text-span-12 {
    color: var(--pbored);
  }

  .slide_item {
    width: 104%;
    padding-right: 4%;
  }

  .phone-mock_border {
    border-width: 5px;
  }

  .swiper-wrapper.cc-how-slider-thumbs {
    width: 100%;
  }

  .slider-arrow-2 {
    width: 2rem;
    height: 2rem;
    font-size: 16px;
    display: none;
  }

  .slider-arrow-2.cc-how-slide-left {
    display: flex;
    left: 12px;
  }

  .slider-arrow-2.cc-how-slide-right {
    display: flex;
    right: 12px;
  }

  .swiper-slide.cc-how-slider-thumbs {
    padding-left: 0;
    padding-right: 0;
  }

  .phone-mock_tab {
    height: 5vw;
  }

  .swiper.cc-how-slider {
    height: 130vw;
  }

  .col-2 {
    max-width: 100%;
    flex-basis: 100%;
    order: 1;
  }

  .container-3 {
    width: 86%;
  }

  .section-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .u-mb-0 {
    margin-bottom: 0;
  }

  .stacked-tabs-holder {
    margin-top: 40px;
  }

  .stacked-tabs-content-holder {
    padding-left: 30px;
    padding-right: 15px;
  }

  .tab-circle {
    width: 50px;
    height: 50px;
    min-height: 50px;
    min-width: 50px;
    box-shadow: 6px 6px 15px rgba(101, 101, 101, .26), inset -6px -6px 15px rgba(121, 120, 120, .1);
  }

  .tab-icon {
    width: 20px;
    height: 20px;
  }

  .stacked-tabs-pane-holder {
    width: 80%;
    flex-direction: row;
    justify-content: center;
  }

  .tab-link {
    padding: 10px;
    position: relative;
  }

  .stacked-gradient {
    display: none;
  }

  .stacked-tab-image {
    width: 150px;
    height: 320px;
    border-radius: 20px;
    box-shadow: 6px 6px 8px rgba(86, 86, 86, .15);
  }

  .tab-title {
    font-size: 18px;
  }

  .tab-paragraph {
    font-size: 14px;
  }

  .tab-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    align-items: flex-start;
  }

  .mobile-link {
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 0;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .stacked-tabs-container {
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .im2-pbo-mobile {
    display: block;
  }

  .image-6 {
    display: none;
  }

  .div-block-5 {
    background-color: #fff;
  }

  .div-block-7 {
    padding-top: 40px;
  }

  .body-3 {
    background-color: #fff;
  }

  .marcas {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .influencer {
    margin-bottom: 100px;
  }

  .nosotros {
    margin-bottom: 40px;
  }

  .container-5 {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-7 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-padding.s0 {
    margin-bottom: 0;
    padding-top: 1em;
    padding-bottom: 1em;
  }

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

  .padding-vertical-2.padding-xxlarge {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .logo_component-slider {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    overflow: hidden;
  }

  .logo-slider-img {
    width: 100px;
  }

  .left-brand-fade, .right-brand-fade {
    display: none;
  }

  .div-block-8 {
    margin-left: 15px;
    padding-right: 15px;
  }

  .heading-9 {
    letter-spacing: -2px;
    margin-top: 50px;
    font-size: 55px;
  }

  .lottie-animation {
    width: 100px;
    margin-top: 0;
    margin-right: -10px;
    padding-right: 0;
  }

  .div-block-11 {
    justify-content: center;
    align-self: flex-end;
    display: flex;
  }

  .div-block-12 {
    width: 100%;
    order: 1;
    justify-content: flex-start;
    margin-top: -30px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .lottie-animation-2 {
    width: 70px;
    margin-left: 10px;
  }

  .tab {
    width: 50px;
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 0;
  }

  .tab.w--current {
    width: 50px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
  }

  .tabs-menu {
    flex-direction: row;
    align-items: stretch;
  }

  .content-section {
    background-color: #fff;
  }

  .tabs-content {
    padding-top: 20px;
  }

  .slider-heading {
    letter-spacing: -1px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 30px;
    line-height: 50px;
  }

  .looping-text-2 {
    font-size: 10vw;
  }

  .looping-text-2.large-looping-text {
    font-size: 30vw;
  }

  .text-field-2, .text-field-3 {
    border-radius: 10px;
  }

  .field-label, .field-label-2 {
    font-size: 17px;
  }

  .div-block-13 {
    flex-direction: column;
  }

  .div-block-14 {
    width: 100%;
    padding-right: 0;
  }

  .div-block-15 {
    width: 100%;
    padding-left: 0;
  }

  .submit-button-3 {
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-17 {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-18.dv18 {
    padding-bottom: 100px;
  }

  .div-block-19 {
    border-top: 1px solid #aaa;
    border-bottom: 1px #c2c2c2;
    border-right-style: none;
    margin-top: 20px;
    padding-bottom: 25px;
  }

  .text-block-5 {
    margin-top: 15px;
    margin-bottom: 5px;
  }

  .text-block-6.term_cond {
    text-align: center;
    align-self: center;
    margin-right: 0;
    padding-right: 0;
  }

  .div-block-23 {
    justify-content: center;
    align-items: center;
  }

  .div-block-24 {
    width: 100%;
    border-bottom-style: none;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .columns-3 {
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 15px;
    display: block;
  }

  .div-block-25 {
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .column-3 {
    justify-content: center;
  }

  .image-10 {
    margin-left: 0;
    margin-right: 0;
  }

  .columns-4 {
    display: block;
  }

  .textarea {
    border-radius: 10px;
  }

  .column-5, .column-6, .column-7 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-11 {
    margin-right: 0;
  }

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

  .heading-10.eventos, .heading-10.youtube, .heading-10.talentos {
    font-size: 55px;
  }

  ._3-columns-2 {
    max-width: none;
    border: 1px #000;
  }

  .section-4 {
    height: 72%;
    margin-top: 30px;
    overflow: auto;
  }

  .text-block-9 {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .column-8 {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    border-style: none;
  }

  .heading-11 {
    letter-spacing: -2px;
    font-size: 55px;
  }

  .div-block-29 {
    width: 200px;
    height: 200px;
  }

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

  .div-block-30, .div-block-31 {
    width: 200px;
    height: 200px;
  }

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

  .text-block-10 {
    font-size: 35px;
    line-height: 35px;
  }

  .div-block-33 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .button-4 {
    margin-top: 40px;
  }

  .section_placeholder {
    height: 100px;
  }

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

  .stack_card-image-wrapper {
    height: 20rem;
  }

  .stack_card-image-wrapper.card2 {
    height: 260px;
    background-image: url('../images/MARCO-AESTH.jpg');
    background-position: 50% 20%;
    background-size: cover;
  }

  .stack_card-image-wrapper.card1 {
    height: 260px;
    background-image: url('../images/OLAYA-BAKER.jpg');
    background-position: 70% 10%;
    background-size: cover;
  }

  .stack_card-image-wrapper.card5 {
    height: 260px;
    background-image: url('../images/AARON-CABELLO.jpg');
  }

  .stack_card-image-wrapper.card3 {
    height: 260px;
    background-image: url('../images/NURIA-MARTIN.jpg');
    background-position: 50% 0;
    background-size: cover;
  }

  .stack_card-image-wrapper.card4 {
    height: 260px;
    background-image: url('../images/IZAN-SIMON.jpg');
  }

  .stack_card-image-wrapper.card6 {
    height: 260px;
    background-image: url('../images/ALVARO-COQUE-2-1.jpg');
    background-position: 50% 30%;
  }

  .stack_card-image-wrapper.card7 {
    height: 260px;
    background-image: url('../images/GAPS.jpg');
    background-position: 50% 30%;
  }

  .padding-section-medium-2 {
    padding-top: 60px;
    padding-bottom: 2rem;
  }

  .heading-29 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 22px;
  }

  .stack_card {
    height: 380px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-bottom: 10rem;
    top: 3rem;
  }

  .stack_card.is-2 {
    margin-bottom: 8rem;
    top: 5rem;
  }

  .stack_card.is-3 {
    margin-bottom: 6rem;
    top: 7rem;
  }

  .stack_card.is-6 {
    margin-bottom: 0;
    top: 13rem;
  }

  .stack_card.is-4 {
    margin-bottom: 4rem;
    top: 9rem;
  }

  .stack_card.is-5 {
    margin-bottom: 2rem;
    top: 11rem;
  }

  .paragraph {
    text-align: center;
    margin-top: -5px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    line-height: 20px;
  }

  .stack_component {
    height: auto;
  }

  .heading-27 {
    font-size: 30px;
  }

  .heading-27.anim {
    letter-spacing: -2px;
    font-size: 55px;
  }

  .stack_card-content {
    height: 100px;
    justify-content: center;
  }

  .div-block-34 {
    width: 100%;
    display: none;
  }

  .div-block-34.mobile {
    margin-top: 100px;
    margin-bottom: 50px;
    display: block;
  }

  .div-block-35 {
    flex-direction: column;
  }

  .slider.s1 {
    width: 100px;
    height: 100px;
    margin-top: -48px;
  }

  .slider.s2 {
    width: 90px;
    height: 90px;
    min-height: 90px;
    min-width: 90px;
  }

  .slider.s3 {
    width: 100px;
    height: 100px;
    margin-top: -63px;
  }

  .slider.s4 {
    width: 100px;
    height: 100px;
    margin-top: -10px;
  }

  .slider.s5 {
    width: 90px;
    height: 90px;
    min-height: 90px;
    min-width: 90px;
    margin-top: -23px;
    margin-left: 21px;
  }

  .column-10 {
    margin-top: -3px;
  }

  .slide {
    background-size: contain;
  }

  .div-block-36 {
    flex-direction: column;
  }

  .text-block-11 {
    margin-bottom: 0;
  }

  .video {
    width: 192px;
    height: 408px;
    display: none;
  }

  .text-block-12 {
    font-weight: 400;
  }

  .div-block-37 {
    width: 100%;
    margin-top: 80px;
    display: none;
  }

  .div-block-37.mobile {
    flex-direction: column;
    margin-top: 50px;
    display: flex;
  }

  .div-block-38 {
    width: 100%;
    padding-left: 0;
  }

  .heading-30 {
    letter-spacing: -2px;
    font-size: 55px;
  }

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

  .column-12 {
    justify-content: center;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 0;
    display: block;
  }

  .column-13 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: block;
  }

  .columns-7 {
    flex-direction: row;
    display: block;
  }

  .background-video-2 {
    width: 192px;
    height: 406px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .play-pause-button-2 {
    z-index: 20;
    left: 60px;
  }

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

  .tab-pane-tab-1 {
    height: auto;
  }

  .content-h1 {
    text-align: center;
    font-size: 42px;
  }

  .price-card-dark {
    height: auto;
    padding-bottom: 30px;
  }

  .tabs-menu-2 {
    flex-direction: row;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .check-grid-large {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .paragraph-2 {
    margin-top: 0;
    font-size: 20px;
  }

  .tabs-content-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tab-link-2 {
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px 0 10px;
  }

  .tab-link-2.w--current {
    padding-bottom: 10px;
  }

  .contact-box-fixed {
    border-top-style: none;
    margin-top: 0;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    position: static;
    top: 20px;
  }

  .tarifas {
    margin-bottom: 60px;
  }

  .text-block-13, .text-block-14, .text-block-15 {
    text-align: center;
    font-size: 22px;
  }

  .heading-31 {
    letter-spacing: 0;
    font-size: 45px;
  }

  .text-block-16 {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 55px;
  }

  .heading-32, .heading-33 {
    font-size: 45px;
  }

  .tab-pane-tab-3 {
    height: auto;
  }

  .servicios {
    overflow: hidden;
  }

  .text-block-17 {
    margin-top: 60px;
    margin-bottom: 30px;
    font-size: 55px;
  }

  .column-15 {
    margin-top: 60px;
  }

  .column-16 {
    margin-top: 40px;
  }

  .image-15 {
    align-self: flex-end;
    margin-top: 38px;
    margin-bottom: 0;
    margin-left: 0;
    display: none;
    transform: rotate(126deg);
  }

  .image-15.im1-mobile {
    margin-top: 0;
    margin-bottom: -130px;
    margin-right: -30px;
    display: block;
    transform: none;
  }

  .image-16 {
    margin-left: 0;
    display: none;
    transform: rotate(129deg);
  }

  .image-16.im2-mobile {
    align-self: flex-start;
    margin-top: 0;
    margin-bottom: -190px;
    margin-left: -30px;
    display: block;
    transform: none;
  }

  .app {
    height: auto;
  }

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

  .text-block-20 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-41 {
    margin-bottom: 20px;
  }

  .div-block-41.im-dashboard {
    height: 240px;
    background-position: 50%;
    margin-bottom: 0;
  }

  .div-block-41.im_app {
    height: 240px;
    background-position: 50%;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .div-block-41.im_web {
    height: 240px;
    background-position: 50%;
    margin-bottom: 0;
  }

  .text-block-21 {
    margin-bottom: 0;
  }

  .text-block-22 {
    margin-bottom: 5px;
  }

  .bold-text, .bold-text-2 {
    font-weight: 600;
  }

  .column-17, .column-18 {
    margin-bottom: 20px;
  }

  .div-block-42 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-6 {
    display: none;
  }

  .container-13 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-bottom_wrap {
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .card-label {
    font-size: 16px;
  }

  .card-number {
    font-size: 24px;
  }

  .cont-bot-_text_wrap {
    padding-bottom: 10px;
  }

  .p {
    font-size: 18px;
  }

  .cont-bot_card {
    width: 145px;
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .h1.mb-25 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .cont-bot_card_wrap {
    height: 170px;
    margin-top: 0;
  }

  .content-top_wrap {
    flex-direction: column;
  }

  .dates-wrap {
    justify-content: space-between;
  }

  .tabs-menu-3 {
    display: flex;
  }

  .content {
    display: none;
  }

  .div-block-43 {
    z-index: 1000;
    width: 100%;
    height: 250px;
    background-image: url('../images/OLAYA-BAKER.jpg');
    background-position: 50% 0;
    position: static;
    top: 0;
  }

  .div-block-44 {
    width: 100%;
    height: auto;
    flex-direction: column;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    display: none;
  }

  .conte-bottom_wrap_2 {
    width: 100%;
    margin-top: 15px;
  }

  .result {
    height: 25px;
  }

  .result._400 {
    height: 190px;
  }

  .result._400._2._45-olaya {
    height: 5px;
  }

  .result._400._18-olaya {
    height: 185px;
  }

  .result._400._18-izan {
    height: 160px;
  }

  .result._150, .result._150._25-olaya {
    height: 95px;
  }

  .result._275 {
    height: 10px;
  }

  .result._275._35-olaya {
    height: 15px;
  }

  .result._13-olaya {
    height: 26px;
  }

  .results-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .scroll-2 {
    bottom: -25px;
  }

  .earn-card {
    min-height: 250px;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-45 {
    flex-direction: column;
  }

  .div-block-46 {
    width: 100%;
    margin-top: 0;
  }

  .image-22 {
    margin-top: 20px;
  }

  .text-block-23 {
    color: var(--white);
    text-align: center;
    letter-spacing: -2px;
    margin-bottom: 15px;
    font-size: 45px;
  }

  .div-block-52 {
    width: 100%;
    height: 280px;
    margin-top: 10px;
  }

  .text-block-24 {
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-25 {
    font-size: 16px;
  }

  .text-block-26 {
    margin-top: 10px;
    font-size: 35px;
  }

  .div-block-61 {
    flex-direction: row;
    margin-left: 0;
    margin-right: 0;
  }

  .column-19 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-23 {
    margin-bottom: 0;
  }

  .text-block-27 {
    color: var(--pboblue);
    font-size: 20px;
  }

  .text-block-27.tb27 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .column-20, .column-21 {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-9 {
    padding-left: 0;
  }

  .paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7 {
    font-size: 14px;
  }

  .paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11, .paragraph-12 {
    font-size: 13px;
  }

  .div-block-62 {
    margin-top: 10px;
    margin-bottom: 50px;
  }

  .div-block-63 {
    z-index: 10001;
    width: 100%;
    background-color: #fff;
    align-items: center;
    margin-bottom: 20px;
    padding: 10px 20px;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, .2);
  }

  .div-block-64 {
    z-index: 1000;
    width: 90px;
    height: 90px;
    min-height: 90px;
    min-width: 90px;
    background-image: url('../images/OLAYA-BAKER.jpg');
    background-position: 0 0;
    background-size: cover;
    border-radius: 100%;
    position: relative;
  }

  .div-block-64.profile-marcos {
    background-image: url('../images/MARCO-AESTH.jpg');
  }

  .div-block-64.profile-nuria {
    background-image: url('../images/NURIA-MARTIN.jpg');
  }

  .div-block-64.profile-izan {
    background-image: url('../images/IZAN-SIMON.jpg');
  }

  .div-block-64.profile-aaron {
    background-image: url('../images/AARON-CABELLO.jpg');
  }

  .div-block-64.profile-coque {
    background-image: url('../images/ALVARO-COQUE-2-1.jpg');
    background-position: 50% 20%;
  }

  .text-block-28 {
    color: var(--pboblue);
    padding-left: 0;
    font-size: 24px;
    font-weight: 600;
  }

  .container-14 {
    margin-left: 0;
    margin-right: 0;
  }

  .tab-pane-tab-1-2 {
    position: relative;
  }

  .tabs-content-4 {
    overflow: visible;
  }

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

  .tab-link-tab-1.w--current {
    width: auto;
    border-bottom: 2px solid var(--pbored);
    background-color: rgba(200, 200, 200, 0);
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 5px;
    padding-left: 30px;
    font-size: 18px;
    display: flex;
  }

  .tab-link-tab-2 {
    background-color: rgba(221, 221, 221, 0);
  }

  .tab-link-tab-2.w--current {
    border-bottom: 2px solid var(--pbored);
    background-color: rgba(221, 221, 221, 0);
    padding-bottom: 5px;
    padding-left: 30px;
    font-size: 18px;
    font-weight: 600;
  }

  .tab-link-tab-3 {
    background-color: rgba(221, 221, 221, 0);
  }

  .tab-link-tab-3.w--current {
    border-bottom: 2px solid var(--pbored);
    background-color: #fff;
    padding-bottom: 5px;
    font-weight: 600;
  }

  .tabs-menu-4 {
    width: auto;
    background-color: #fff;
    flex-direction: column;
    align-items: center;
    margin-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-29 {
    color: var(--pboblue);
    text-align: center;
    letter-spacing: -2px;
    margin-top: 20px;
    font-family: Fjallaone, sans-serif;
    font-size: 40px;
  }

  .text-block-30 {
    width: auto;
    display: block;
  }

  .tab-link-tab-4.w--current {
    border-bottom: 2px solid var(--pbored);
    background-color: #fff;
    padding-bottom: 5px;
    font-weight: 600;
  }

  .tab-link-tab-5.w--current {
    border-bottom: 2px solid var(--pbored);
    background-color: #fff;
    padding-bottom: 5px;
    font-size: 1rem;
    font-weight: 600;
  }

  .tab-link-tab-6.w--current {
    border-bottom: 2px solid var(--pbored);
    background-color: #fff;
    padding-bottom: 5px;
    font-weight: 600;
  }

  .text-block-36 {
    color: var(--pboblue);
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 22px;
  }

  .columns-10 {
    margin-top: 0;
  }

  .div-block-65 {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-66 {
    margin-top: 5px;
  }

  .image-29, .image-31, .image-32 {
    margin-right: 10px;
  }
}

#w-node-cafbbbad-b916-473e-14c5-9021f9b5d6e0-efc5765e, #w-node-cafbbbad-b916-473e-14c5-9021f9b5d6ea-efc5765e, #w-node-cafbbbad-b916-473e-14c5-9021f9b5d6f4-efc5765e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cafbbbad-b916-473e-14c5-9021f9b5d704-efc5765e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c3272c2c-262b-378a-10d9-3b0a8f80d80d-efc5765e, #w-node-_34f24f31-fd9a-38c1-d41c-9ab3cc66eec8-efc5765e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_11c4e784-cd51-90df-f466-4bf0d5d0dcb7-efc5765e {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-_11c4e784-cd51-90df-f466-4bf0d5d0dcb8-efc5765e {
  align-self: center;
  justify-self: center;
}

#w-node-_11c4e784-cd51-90df-f466-4bf0d5d0dcb9-efc5765e, #w-node-_11c4e784-cd51-90df-f466-4bf0d5d0dcbc-efc5765e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_11c4e784-cd51-90df-f466-4bf0d5d0dcbe-efc5765e {
  grid-area: 1 / 1 / 3 / 2;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_11c4e784-cd51-90df-f466-4bf0d5d0dcbf-efc5765e {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_669f88d4-b69b-0f68-eb44-a002207ab953-efc5765e {
  align-self: center;
  justify-self: center;
}

#w-node-_669f88d4-b69b-0f68-eb44-a002207ab954-efc5765e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8f92372f-b0d9-1683-b310-41ea86d522c6-efc5765e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_669f88d4-b69b-0f68-eb44-a002207ab959-efc5765e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_658bfdd1-f28d-ee87-eb0c-ae8c208381d8-efc5765e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2eeee96-b57e-d78c-6b9b-ebedf4f64b22-efc5765e {
  grid-area: 1 / 1 / 3 / 2;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-a2eeee96-b57e-d78c-6b9b-ebedf4f64b23-efc5765e {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-d9b54a4b-5940-43dc-b9e2-9e6943fcf767-efc5765e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e6dbd373-6159-95f2-2f4d-d1f3e0f1b6a4-efc5765e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-fcd2c56b-32ab-0d07-903c-da9432a5c292-efc5765e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96460cb4-355e-0f87-b215-7393cb9778f7-efc5765e {
  align-self: end;
}

#w-node-_0b0c344d-7d3b-65b8-0fa5-2db7567289fa-efc5765e, #w-node-_3a9d8d16-8908-6f8a-1ba6-5d317d1374cb-efc5765e, #w-node-e837aa27-a8f4-3098-01d4-9c14b978ae09-efc5765e, #w-node-_01296364-3339-1a39-e8b7-069c5a486563-efc5765e, #w-node-_107a1fe5-1521-2c1e-b87d-6763f5de4bb6-efc5765e, #w-node-bb63d8a2-1177-46ed-0462-7278cff36135-efc5765e, #w-node-_39f221c4-6688-32a5-8e9d-e99a503aff4c-efc5765e, #w-node-_0bf67545-ac6c-343a-e9ae-b829c97fab5d-efc5765e, #w-node-a62e3d77-b272-53f5-8d9b-5eb26c4b22df-efc5765e, #w-node-_601ab4e8-b3d3-e6f8-9d3d-dfc55d3a60f5-efc5765e, #w-node-_0810154c-2ee4-a8ee-82f1-cbb6b6b5f53f-efc5765e, #w-node-_6de6c742-9df7-56bd-f0b3-561ab5a905df-3c264822, #w-node-_6de6c742-9df7-56bd-f0b3-561ab5a905eb-3c264822, #w-node-_6de6c742-9df7-56bd-f0b3-561ab5a905f4-3c264822 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6de6c742-9df7-56bd-f0b3-561ab5a905f5-3c264822 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_50526bf8-0793-c635-7d22-c66218b8d658-3c264822, #w-node-a4f5ad59-fe3e-92ce-243c-c95534706e65-3c264822, #w-node-a4f5ad59-fe3e-92ce-243c-c95534706e66-3c264822, #w-node-a4f5ad59-fe3e-92ce-243c-c95534706e6e-3c264822, #w-node-a4f5ad59-fe3e-92ce-243c-c95534706e6f-3c264822, #w-node-a4f5ad59-fe3e-92ce-243c-c95534706e77-3c264822, #w-node-a4f5ad59-fe3e-92ce-243c-c95534706e78-3c264822, #w-node-a049933a-cc4f-d225-2095-7c68add2cd9e-3c264822, #w-node-a049933a-cc4f-d225-2095-7c68add2cd9f-3c264822, #w-node-_75ab3377-497e-8b6b-5a66-fc2b2df4d79d-3c264822, #w-node-_75ab3377-497e-8b6b-5a66-fc2b2df4d79e-3c264822, #w-node-_6993df88-3f61-1719-4790-8e8532966c32-3c264822, #w-node-_6993df88-3f61-1719-4790-8e8532966c33-3c264822, #w-node-_6fc48dd4-5677-b067-f799-f55374f45413-db8e1c31, #w-node-_6fc48dd4-5677-b067-f799-f55374f4541f-db8e1c31, #w-node-_6fc48dd4-5677-b067-f799-f55374f45428-db8e1c31 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6fc48dd4-5677-b067-f799-f55374f45429-db8e1c31 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_33718041-e9c2-fd09-42d2-ec60a8a357ba-db8e1c31 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31f617ee-43a7-7399-ad39-edd2b84e7c20-2e8c02d4 {
  grid-area: span 4 / span 3 / span 4 / span 3;
}

#w-node-e0605b2a-baf6-9b0d-5dab-180caa0f981b-2e8c02d4 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_4768136c-73ac-cc22-f089-56cb48f316a2-2e8c02d4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bdc29917-25ae-d2be-3456-bda71387beac-2e8c02d4 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_0fc29c71-1d0d-eded-356f-0c0b96c0a695-2e8c02d4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_51520224-4440-69ac-db5d-532357049158-2e8c02d4 {
  grid-area: span 4 / span 3 / span 4 / span 3;
}

#w-node-_51520224-4440-69ac-db5d-53235704915d-2e8c02d4 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_51520224-4440-69ac-db5d-532357049164-2e8c02d4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_51520224-4440-69ac-db5d-53235704916b-2e8c02d4 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_51520224-4440-69ac-db5d-532357049172-2e8c02d4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0a217c68-a0b1-5db4-2051-9ca2bd66e49a-2e8c02d4 {
  grid-area: span 4 / span 3 / span 4 / span 3;
}

#w-node-_0a217c68-a0b1-5db4-2051-9ca2bd66e49f-2e8c02d4 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_0a217c68-a0b1-5db4-2051-9ca2bd66e4a7-2e8c02d4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0a217c68-a0b1-5db4-2051-9ca2bd66e4ae-2e8c02d4 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_0a217c68-a0b1-5db4-2051-9ca2bd66e4b6-2e8c02d4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-fb96655b-48ab-d904-9028-84a07fa0cc4e-2e8c02d4 {
  grid-area: span 4 / span 3 / span 4 / span 3;
}

#w-node-fb96655b-48ab-d904-9028-84a07fa0cc53-2e8c02d4 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-fb96655b-48ab-d904-9028-84a07fa0cc5a-2e8c02d4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fb96655b-48ab-d904-9028-84a07fa0cc61-2e8c02d4 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-fb96655b-48ab-d904-9028-84a07fa0cc68-2e8c02d4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_963df166-aa53-2c3e-ba51-7113c7bade30-2e8c02d4 {
  grid-area: span 4 / span 3 / span 4 / span 3;
}

#w-node-_963df166-aa53-2c3e-ba51-7113c7bade35-2e8c02d4 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_963df166-aa53-2c3e-ba51-7113c7bade3c-2e8c02d4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_963df166-aa53-2c3e-ba51-7113c7bade43-2e8c02d4 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_963df166-aa53-2c3e-ba51-7113c7bade4a-2e8c02d4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_12856bd6-7d1c-af2d-59dc-28078822d7b1-2e8c02d4 {
  grid-area: span 4 / span 3 / span 4 / span 3;
}

#w-node-_12856bd6-7d1c-af2d-59dc-28078822d7b6-2e8c02d4 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_12856bd6-7d1c-af2d-59dc-28078822d7bd-2e8c02d4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_12856bd6-7d1c-af2d-59dc-28078822d7c4-2e8c02d4 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_12856bd6-7d1c-af2d-59dc-28078822d7cb-2e8c02d4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 991px) {
  #w-node-_11c4e784-cd51-90df-f466-4bf0d5d0dcb7-efc5765e {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e6dbd373-6159-95f2-2f4d-d1f3e0f1b6a4-efc5765e {
    justify-self: start;
  }

  #w-node-cf21fca0-74cc-7b47-4dfa-a5a083f2f463-efc5765e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-cf21fca0-74cc-7b47-4dfa-a5a083f2f466-efc5765e {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-cf21fca0-74cc-7b47-4dfa-a5a083f2f468-efc5765e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cf21fca0-74cc-7b47-4dfa-a5a083f2f46f-efc5765e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-cf21fca0-74cc-7b47-4dfa-a5a083f2f472-efc5765e {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-cf21fca0-74cc-7b47-4dfa-a5a083f2f482-efc5765e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-cf21fca0-74cc-7b47-4dfa-a5a083f2f485-efc5765e {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-cf21fca0-74cc-7b47-4dfa-a5a083f2f49c-efc5765e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-cf21fca0-74cc-7b47-4dfa-a5a083f2f49f-efc5765e {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-cf21fca0-74cc-7b47-4dfa-a5a083f2f4b8-efc5765e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-cf21fca0-74cc-7b47-4dfa-a5a083f2f4bb-efc5765e {
    grid-area: 1 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_11c4e784-cd51-90df-f466-4bf0d5d0dcb7-efc5765e {
    order: -9999;
    justify-self: end;
  }

  #w-node-_11c4e784-cd51-90df-f466-4bf0d5d0dcbf-efc5765e {
    order: 9999;
  }

  #w-node-_0810154c-2ee4-a8ee-82f1-cbb6b6b5f53f-efc5765e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Bold.woff2') format('woff2'), url('../fonts/GeneralSans-Bold.eot') format('embedded-opentype'), url('../fonts/GeneralSans-Bold.woff') format('woff'), url('../fonts/GeneralSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-ExtralightItalic.woff2') format('woff2'), url('../fonts/GeneralSans-ExtralightItalic.eot') format('embedded-opentype'), url('../fonts/GeneralSans-ExtralightItalic.woff') format('woff'), url('../fonts/GeneralSans-ExtralightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-BoldItalic.woff2') format('woff2'), url('../fonts/GeneralSans-BoldItalic.eot') format('embedded-opentype'), url('../fonts/GeneralSans-BoldItalic.woff') format('woff'), url('../fonts/GeneralSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Italic.woff2') format('woff2'), url('../fonts/GeneralSans-Italic.eot') format('embedded-opentype'), url('../fonts/GeneralSans-Italic.woff') format('woff'), url('../fonts/GeneralSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Extralight.woff2') format('woff2'), url('../fonts/GeneralSans-Extralight.eot') format('embedded-opentype'), url('../fonts/GeneralSans-Extralight.woff') format('woff'), url('../fonts/GeneralSans-Extralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Light.woff2') format('woff2'), url('../fonts/GeneralSans-Light.eot') format('embedded-opentype'), url('../fonts/GeneralSans-Light.woff') format('woff'), url('../fonts/GeneralSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-LightItalic.woff2') format('woff2'), url('../fonts/GeneralSans-LightItalic.eot') format('embedded-opentype'), url('../fonts/GeneralSans-LightItalic.woff') format('woff'), url('../fonts/GeneralSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Medium.woff2') format('woff2'), url('../fonts/GeneralSans-Medium.eot') format('embedded-opentype'), url('../fonts/GeneralSans-Medium.woff') format('woff'), url('../fonts/GeneralSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-MediumItalic.woff2') format('woff2'), url('../fonts/GeneralSans-MediumItalic.eot') format('embedded-opentype'), url('../fonts/GeneralSans-MediumItalic.woff') format('woff'), url('../fonts/GeneralSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Regular.woff2') format('woff2'), url('../fonts/GeneralSans-Regular.eot') format('embedded-opentype'), url('../fonts/GeneralSans-Regular.woff') format('woff'), url('../fonts/GeneralSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Semibold.woff2') format('woff2'), url('../fonts/GeneralSans-Semibold.eot') format('embedded-opentype'), url('../fonts/GeneralSans-Semibold.woff') format('woff'), url('../fonts/GeneralSans-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-SemiboldItalic.woff2') format('woff2'), url('../fonts/GeneralSans-SemiboldItalic.eot') format('embedded-opentype'), url('../fonts/GeneralSans-SemiboldItalic.woff') format('woff'), url('../fonts/GeneralSans-SemiboldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Humane vf';
  src: url('../fonts/Humane-VF.ttf') format('truetype');
  font-weight: 100 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kdamthmorpro';
  src: url('../fonts/KdamThmorPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fjallaone';
  src: url('../fonts/FjallaOne-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}