.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}

.header-container{
  background: var(--hf-header-bg);
  /* width: 100%; */
  display: flex;
  justify-content: space-between;
  gap: 80px;
  color: var(--hf-color-white-back);
  padding: 16px 60px;
  /* backdrop-filter: blur(80px); */
}


.header-container > * {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-container__left-side {
  justify-content: flex-start;
}

.header-container__logo-wrapper {
  display: flex;
  /* height: 100%; */
  align-items: center;
  padding: 0;
  /* background-image: var(--gradient-bl-pu-2); */
  background-size: contain;
}

.header-container__left-side .header-container__logo {
  /* background-image: url("img/logos/main-logo-white.svg");
  background-repeat: no-repeat;*/
  height: 100%;
  background-position: center;
  width: 250px;
  background-size: contain;
}

.header-container__left-side .header-container__logo img {
  max-width: 100%;
  vertical-align: middle;
}


.header-container__right-side {
  flex: 1;
  justify-content: flex-end;
  gap: 60px;
  padding-right: 0;
  /*max-width: 845px;*/
}

.header-container__sections,
.header-container__sections .hs-menu-wrapper>ul{
  display: flex;
  flex: 1;
  justify-content: flex-end;
  gap: 16px;
  z-index: 1;
}

.header-container__sections .hs-menu-wrapper>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.header-link {
  font-size: var(--p-size-s);
  font-weight: 200;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 8px;
  line-height: 1.6;
}

.header-container__right-side .btn:hover {
  background: var(--hf-color-white-back);
  background-image: var(--gradient-principal-1);
  /* border: 1px solid var(--hf-color-white-back); */
  color: var(--hf-color-black-back);
  box-shadow: 0px 7px 30px 0 rgba(183, 139, 32, 0.15);
  opacity: 1;
}

@media (min-width: 1201px) {
  .header-link:hover {
    background: rgba(255,255,255,.05)
  }
}

@media (min-width: 960px) {
  html[data-theme='light'] .header-link:not(.sub-menu a):hover,
  html[data-theme='light'] .header-link:not(.hs-menu-children-wrapper a):hover{
    background: rgba(0,0,0,.05)
  }
}

@media (max-width: 1200px) {
  .header-link:hover {
    opacity: 0.75;
  }
}

.header-link.selected {
  font-weight: 500;
}

@media (max-width: 1200px) {
  .header-link.selected {
    opacity: 0.75;
  }
}

.light-theme .header-container {
  background-color: var(--hf-color-white-back);
}

html[data-theme='light'] .header-container__left-side .main-logo-black {
  display: block;
}

html[data-theme='light'] .header-container__left-side .main-logo-white {
  /* background-image: url("img/logos/main-logo-black.svg"); */
  display: none;
}

.header-container__left-side .main-logo-black {
  display: none;
}

.header-container__left-side .main-logo-white {
  /* background-image: url("img/logos/main-logo-black.svg"); */
  display: block;
}

.header-container__right-side-phone {
  display: none;
}

.header-container__left-side {
  z-index: 1;
}

/* phone version, maybe we should do an med version */
@media (max-width: 1330px) {

  .header-container__left-side .header-container__logo {
    width: 250px;
  }

  .header-container__logo-wrapper {
    padding: 0 0 0 10px;
  }


  .header-container__right-side {
    padding-right: 10px;
    gap: 26px;
  }
}

@media (max-width: 1200px) {
  .header-container__right-side {
    display: none;
  }

  .header-container__right-side-phone {
    display: flex;
    padding-right: 36px;
  }

  .header-container__right-side-phone img {
    width: 50px;
    height: auto;
  }

  .header-container__right-side-phone {
    padding-right: 0;
    z-index: 1000000;
  }

  .header-container {
    gap: 10px;
    padding: 16px;
  }
  .header-container__left-side .header-container__logo {
    width: 175px;
  }

  .header-container__right-side-phone img {
    width: 32px;
    vertical-align: middle;
  }

  .header-container__right-side {
    display: flex;
  }
  .header-container__right-side {
    position: fixed;
    top: 0;
    left: 0;
    max-width: unset;
    width: 100%;
    height: 100%;
    background: #080808;
    background: linear-gradient(341.92deg, rgba(225, 172, 35, 0.3) 2.17%, rgba(104, 1, 254, 0.3) 35.28%, rgba(8, 8, 8, 0.3) 69.77%),
      linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    z-index: 100000;
    flex: 1;
    justify-content: start;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 60px;
    padding-right: 0;
    padding-left: 55px;
    /* opacity: 0; */
    visibility: hidden;
    transform: translateY(-100%);
    transition: all 1s cubic-bezier(.23,1,.32,1);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    padding-top: 20px;
  }   
  html[data-theme='light'] .header-container__right-side {
    background: 
      linear-gradient(
        341.92deg, 
        rgba(225, 172, 35, 0.3) 2.17%, 
        rgba(104, 1, 254, 0.3) 35.28%, 
        rgba(255, 255, 255, 0.3) 69.77%),
      linear-gradient(
        0deg, 
        rgba(255, 255, 255, 0.2), 
        rgba(255, 255, 255, 0.2));
  }
  .mobile-menu--opened .header-container__right-side {
    /* opacity: 1; */
    visibility: visible;
    transform: translateY(0);
  }     
  .header-container__right-side .arrow-right-link {
    font-size: 14px;
  }    
  .header-container__right-side a {
    color: var(--hf-color-white-back);
    text-decoration: none;
  }
  html[data-theme='light'] .header-container__right-side a img {
    -webkit-filter: invert(1);
    filter: invert(1);
  }
  .header-container__sections--secondary {
    display: flex;
    flex-direction: column;
    gap: 0;
    transform: translateX(-30px);
  }
  .header-container.mobile-menu--opened {
    /* backdrop-filter: unset; */
  }
  .header-container__sections,
  .header-container__sections .hs-menu-wrapper>ul{
    justify-content: center;
    gap: 0;
    flex-direction: column;
    flex: 0.5;
  }
  .header-container__sections a {
    font-size: 27px;
    font-weight: 500;
    line-height: 1;
    padding: 10px 0;
  }
}

.backdrop-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}

.hamburger {
  padding: 3px;
}
.hamburger .line{
  display: block;
  background: var(--hf-color-white-back);
  width: 24px;
  height: 1px;
  margin: 6px auto;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
#hamburger.is-active .line:nth-child(1){
  opacity: 0;
  transform: translateX(-100%);
}
#hamburger.is-active .line:nth-child(3){
  opacity: 0;
  transform: translateX(100%);
}

.parent-menu {
  position: relative;
  line-height: 1.6;
}
.parent-menu > a {
  display: block;
}

@media (max-width: 1200px) {
  .sub-menu,
  .header-container .hs-item-has-children .hs-menu-children-wrapper{
    display: none;
  }
  .hs-item-has-children .hs-menu-children-wrapper a,
  .sub-menu a {
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 200;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 4px 0;
    line-height: 1.6;
  }
  .parent-menu .accordion-icon,
  .header-container li.hs-item-has-children  .accordion-icon{
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: 0 8px;
    transform: translateY(2px);
  }
  html[data-theme='light'] .parent-menu .accordion-icon,
  html[data-theme='light'] .header-container li.hs-item-has-children  .accordion-icon{
    filter: invert(1);
  }
  .header-container li.hs-item-has-children  .accordion-icon:before,
  .header-container li.hs-item-has-children  .accordion-icon:after,
  .parent-menu .accordion-icon:before,
  .parent-menu .accordion-icon:after {
    left: 5px;
    width: 14px;
  }
  .parent-menu.is-active .accordion-icon:after,
  .header-container li.hs-item-has-children.is-active .accordion-icon:after{
    transform: rotate(360deg);
  }
}
@media (min-width: 1201px) {
  .sub-menu,
  .hs-item-has-children .hs-menu-children-wrapper{
    position: absolute;
    top: 65px;
    left: 0;
    padding: 16px;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 8px;
    background: rgba(8, 8, 8, 0.40);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    /*
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: 1s cubic-bezier(.23,1,.32,1);
    */
    display: none;
  }
  html[data-theme='light'] .sub-menu,
  html[data-theme='light'] .hs-item-has-children .hs-menu-children-wrapper{
    background: rgba(246, 246, 244, 0.60);
  }
  .sub-menu.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .sub-menu a,
  .hs-item-has-children .hs-menu-children-wrapper a{
    font-size: 14px;
    font-style: normal;
    font-weight: 200;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 0;
    line-height: 1.6;
  }
}
@media (max-width: 600px) {
  .header-container__logo-wrapper {
    padding: 0;
  }
  .sub-menu,
  .hs-item-has-children .hs-menu-children-wrapper{
    padding: 10px 0;
  }
}

.sub-menu a:hover,
.hs-item-has-children .hs-menu-children-wrapper a:hover{
  font-weight: 500;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

@font-face {
  font-family: 'monument-extended';
  src: url('https://6010212.fs1.hubspotusercontent-na1.net/hubfs/6010212/HikeandFoxter-2024/fonts/monument-extended/monumentextended-regular-webfont.woff2') format('woff2'),
    url('https://6010212.fs1.hubspotusercontent-na1.net/hubfs/6010212/HikeandFoxter-2024/fonts/monument-extended/monumentextended-regular-webfont.woff') format('woff');
  font-weight: normal;
}
/* for some reason bold takes preference when not defined as bold, take a look to it later */
/*@font-face {*/
/*    font-family: 'monument-extended';*/
/*    src: url('fonts/monument-extended/monumentextended-ultrabold-webfont.woff2') format('woff2'),*/
/*    url('fonts/monument-extended/monumentextended-ultrabold-webfont.woff') format('woff');*/
/*    font-weight: bold;*/
/*}*/

@font-face {
  font-family: 'sora';
  src: url("https://6010212.fs1.hubspotusercontent-na1.net/hubfs/6010212/HikeandFoxter-2024/fonts/sora/Sora-VariableFont_wght.ttf")
}


h1, .header-xxl {
  font-size: var(--title-size-xxl);
  line-height: var(--line-height-small);
}

h2, .header-xl {
  font-size: var(--title-size-xl);
  line-height: var(--line-height-small);
}

h3, .header-l {
  font-size: var(--title-size-l);
  line-height: var(--line-height-small);
}

h4, .header-m {
  font-size: var(--title-size-m);
  line-height: var(--line-height-medium);
}

h4, .header-sm {
  font-size: var(--title-size-s);
  line-height: var(--line-height-small);
}

h5, .header-xs {
  font-size: var(--title-size-xs);
  line-height: var(--line-height-medium);
}

/*.p-extra-light {*/
/*    font-weight: var(--font-weight-extra-light);*/
/*}*/

/*.p-light {*/
/*    font-weight: var(--font-weight-light);*/
/*}*/

/*.p-regular {*/
/*    font-weight: var(--font-weight-regular);*/
/*}*/

/*.p-regular-thin {*/
/*    font-weight: var(--font-weight-regular);*/
/*}*/

/*.p-medium {*/
/*    font-weight: var(--font-weight-medium);*/
/*}*/

/*.p-semi-bold {*/
/*    font-weight: 500;*/
/*}*/

/*.p-bold {*/
/*    font-weight: var(--font-weight-bold);*/
/*}*/

/*.p-extra-bold {*/
/*    font-weight: 700;*/
/*}*/

/*.p-sm {*/
/*    font-weight: 100;*/
/*}*/

/*.p-xs {*/
/*    font-weight: 100;*/
/*}*/


.p-xxl {
  font-size: var(--p-size-xxl);
  line-height: 1.6;
}
.p-xl {
  font-size: var(--p-size-xl);
}
.p-m, .p-regular {
  font-weight: var(--font-weight-extra-light);
  font-size: var(--p-size-m);
  line-height: var(--line-height-big);
}

.p-sm {
  font-weight: var(--font-weight-extra-light);
  font-size: var(--p-size-s);
  line-height: var(--line-height-big);
}

.p-xs {
  font-weight: var(--font-weight-extra-light);
  font-size: var(--p-size-xs);
  line-height: var(--line-height-big);
}

.p-m.bold, .p-sm.bold, .p-xs.bold, .p-regular.bold {
  font-weight: var(--font-weight-medium);
}



@media (max-width: 600px) {
  .p-xl {
    font-size: var(--p-size-m);
  }
}
.p-title {
  font-weight: var(--font-weight-bold);
  font-size: var(--p-size-l);
  line-height: var(--line-height-medium);
}


.p-title-sm {
  font-weight: var(--font-weight-bold);
  font-size: var(--p-size-m);
  line-height: var(--line-height-medium);
}

.p-title.light, .p-title-sm.light {
  font-weight: var(--font-weight-light);
}


.p-subtitle {
  font-weight: var(--font-weight-medium);
  font-size: var(--p-size-l);
  line-height: var(--line-height-big);
}

.p-prominent {
  font-weight: var(--font-weight-medium);
  font-size: var(--p-size-xl);
  line-height: var(--line-height-big);
}

.p-prominent-sm {
  font-weight: var(--font-weight-medium);
  font-size: var(--p-size-s);
  line-height: var(--line-height-big);
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
@charset "UTF-8";

:root, html[data-theme='dark'] {
    /* header */
    --hf-header-bg: rgba(15, 15, 15, 0.4);
    /* scrollable content */
    --hg-scrollable-content-bg: rgba(0,0,0,.5);

    --hg-color-black-back-persistent: #080808;
    --hf-color-white-back-persistent: #F6F6F4;

    /* Branding colors */
    --hf-color-test: #1099bb;
    --hf-color-purple: #6801FE;
    --hf-color-golden: #E1AC23;
    --hf-color-black-back: #080808;
    --hf-color-black-broken: #131313;
    --hf-color-grey: #7F7F80;
    --hf-color-silver: #C9CCCE;
    --hf-color-white-broken: #E7E7E7;
    --hf-color-white-back: #F6F6F4;
    
    --hf-color-error: #ff4141;
    --hf-color-success: green;

    /* Other colors */
    /* --hf-color-primary-light: #45a4e5;
    --hf-color-primary-dark: #094572;
    --hf-color-secondary: #377f31;
    --hf-color-secondary-dark: #2C6327; */

    /* Gradients */
    --gradient-principal-1: linear-gradient(197.6deg, #6801FE 12.04%, #E1AC23 87.96%);
    --gradient-principal-2: linear-gradient(123.66deg, #6801FE 21.28%, #E1AC23 89.1%);
    --gradient-principal-3: linear-gradient(134.86deg, #E1AC23 13.66%, #6801FE 86.31%);

    --gradient-wh-pu-1: linear-gradient(180deg, #FCFCFC 0%, #6801FE 100%);
    --gradient-wh-pu-2: linear-gradient(72.69deg, #6801FE 2.29%, #FCFCFC 100.04%);
    --gradient-wh-pu-3: linear-gradient(180deg, #6801FE 0%, #FCFCFC 100%);

    --gradient-gr-pu-1: linear-gradient(180deg, #7F7F80 0%, #6801FE 100%);
    --gradient-gr-pu-2: linear-gradient(90deg, #6801FE 1.07%, #7F7F80 100%);
    --gradient-gr-pu-3: linear-gradient(180deg, #6801FE 0%, #7F7F80 100%);

    --gradient-bl-pu-1: linear-gradient(180deg, #080808 0%, #6801FE 100%);
    --gradient-bl-pu-2: linear-gradient(90deg, #6801FE 1.07%, #080808 100%);
    --gradient-bl-pu-3: linear-gradient(180deg, #6801FE 0%, #080808 100%);

    --gradient-pu-tr-1: linear-gradient(82.85deg, rgba(104, 1, 254, 0.1) 22.3%, rgba(201, 204, 206, 0.1) 100%);
    --gradient-pu-tr-2: linear-gradient(82.85deg, rgba(104, 1, 254, 0.05) 1.69%, rgba(201, 204, 206, 0.05) 100%);
    --gradient-pu-tr-3: linear-gradient(180deg, rgba(201, 204, 206, 0.1) 0%, rgba(104, 1, 254, 0.1) 100%);

    --gradient-conic-pu-1: conic-gradient(from 179.78deg at 50% 50%, rgba(225, 172, 35, 0.02) -50.74deg, #6801FE 52.13deg, rgba(104, 1, 254, 0.05) 126.93deg, #E1AC23 242.51deg, rgba(225, 172, 35, 0.02) 309.26deg, #6801FE 412.13deg);
    --gradient-conic-pu-2: conic-gradient(from 180deg at 50% 50%, rgba(104, 1, 254, 0) -48.6deg, #6801FE 47.36deg, rgba(104, 1, 254, 0) 129.57deg, #6801FE 226.8deg, rgba(104, 1, 254, 0) 311.4deg, #6801FE 407.36deg);
    --gradient-conic-pu-3: conic-gradient(from 179.78deg at 50% 50%, rgba(201, 204, 206, 0.1) -47.12deg, #6801FE 52.13deg, rgba(201, 204, 206, 0.1) 132.14deg, #C9CCCE 235.09deg, rgba(201, 204, 206, 0.1) 312.88deg, #6801FE 412.13deg);

    --gradient-pu-tr-4: linear-gradient(82.85deg, rgba(104, 1, 254, 0.1) 22.3%, rgba(201, 204, 206, 0.1) 100%);
    --gradient-pu-tr-5: linear-gradient(82.85deg, rgba(104, 1, 254, 0.05) 1.69%, rgba(201, 204, 206, 0.05) 100%);

    /* Typography */
    --font-headings: "monument-extended", sans-serif;
    --font-body: "sora", sans-serif;

    /* Title sizes */
    --title-size-hero: 148px;
    --title-size-xxl: 70px;
    --title-size-xl: 60px;
    --title-size-l: 52px;
    --title-size-m: 48px;
    --title-size-s: 32px;
    --title-size-xs: 26px;

    /* Paragraph sizes */
    --p-size-xxl: 24px;
    --p-size-xl: 20px;
    --p-size-l: 18px;
    --p-size-m: 16px;
    --p-size-s: 14px;
    --p-size-xs: 12px;
    
    /* Text size with mobile variations */
    --text-size-xxl: 24px;
    --text-size-xl: 20px;
    --text-size-l: 18px;
    --text-size-m: 16px;
    --text-size-s: 14px;
    --text-size-xs: 12px;
    
    /* Buttons font size */
    --btn-font-size-xl: 20px;
    --btn-font-size-l: 16px;
    --btn-font-size-m: 14px;
    --btn-font-size-s: 12px;
    --btn-font-size-xs: 10px;

    /* Font weights */
    --font-weight-extra-light: 200;
    --font-weight-light: 300;
    --font-weight-regular: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;

    /* Line height */
    --line-height-small: 1.1;
    --line-height-medium: 1.2;
    --line-height-normal: 1.4;
    --line-height-big: 1.6;

    /* Other fonts */
    --font-fallback: "Helvetica Neue", Arial, sans-serif;
    --font-monospace: Menlo, Monaco, "Courier New", monospace;

    /* Spacing */
    --main-viewport: 1440px;
    --main-container-width: 1200px;
    --nav-container-width: 1320px;
    --nav-container-gap: 60px;
    --big-content-gap: 60px;

    /* buttons - others */
    --btn-padding: 16px 32px;
    --btn-border-radius: 8px;
    --btn-border-width: 1px;
    --btn-shadow: 0px 7px 30px 0px #4038874D;
    /*--btn-shadow: 0px 7px 30px 0px rgba(64, 56, 135, 0.3);*/
    --btn-gradient-border: conic-gradient(from 179.78deg at 50% 50%, rgba(225, 172, 35, 0.02) -50.74deg, #6801FE 52.13deg, rgba(104, 1, 254, 0.05) 126.93deg, #E1AC23 242.51deg, rgba(225, 172, 35, 0.02) 309.26deg, #6801FE 412.13deg);
    --btn-color-black-back: rgba(8, 8, 8, 0.8);
    --btn-color-white-back: #F6F6F4;
    --btn-color-black-outline: rgba(8, 8, 8, 0.8);
    --btn-color-black-outline-persistent: rgba(8, 8, 8, 0.8);
    --btn-color-white-outline: #F6F6F4;
    --btn-color-white-outline-persistent: #F6F6F4;

    /* border-image-source: conic-gradient(from 179.78deg at 50% 50%, rgba(225, 172, 35, 0.02) -50.74deg, #6801FE 52.13deg, rgba(104, 1, 254, 0.05) 126.93deg, #E1AC23 242.51deg, rgba(225, 172, 35, 0.02) 309.26deg, #6801FE 412.13deg); */


}


html[data-theme='light'] {
    /* header */
    --hf-header-bg: rgba(241, 241, 241, 0.4);
    --hf-color-black-back: #f6f6f4;
    --hg-scrollable-content-bg: rgba(255, 255, 255, 0);
    --hf-color-white-back: #131313;

    --btn-color-black-outline: #F6F6F4;
    --btn-color-white-outline: rgba(8, 8, 8, 0.8);

}

/*!* Estilos copiados de Figma sin corregir *!*/
/*.btn {*/
/*    width: Hug (135px)px;*/
/*    height: Hug (52px)px;*/
/*    top: 44px;*/
/*    left: 51px;*/
/*    padding: 16px 32px 16px 32px;*/
/*    gap: 10px;*/
/*    border-radius: 8px 0px 0px 0px;*/
/*    !*border: 1px 0px 0px 0px;*!*/
/*    opacity: 0px;*/
/*    background: #080808CC;*/
/*    border: 1px solid;*/
/*    border-image-source: conic-gradient(from 179.78deg at 50% 50%, rgba(225, 172, 35, 0.02) -50.74deg, #6801FE 52.13deg, rgba(104, 1, 254, 0.05) 126.93deg, #E1AC23 242.51deg, rgba(225, 172, 35, 0.02) 309.26deg, #6801FE 412.13deg);*/
/*    box-shadow: 0px 7px 30px 0px #4038874D;*/
/*}*/
/*
// While hovering
// Change to: "Hover";
// Animate: Smart animate;
// Spring: { mass: 1, stiffness: 28.8, damping: 12 };
*/

@media (max-width: 600px) {
    :root {
        /* Title sizes */
        --title-size-hero: 96px;
        --title-size-xxl: 32px; 
        --title-size-xl: 32px;
        --title-size-l: 32px;
        --title-size-m: 32px;
        --title-size-s: 32px;
        --title-size-xs: 26px;

        /* Paragraph sizes */
        --p-size-xxl: 18px;
        --p-size-xl: 18px;
        --p-size-l: 16px;
        --p-size-m: 16px;
        --p-size-s: 14px;
        --p-size-xs: 12px;
        
        /* Text size with mobile variations */
        --text-size-xxl: 20px;
        --text-size-xl: 16px;
        --text-size-l: 14px;
        --text-size-m: 14px;
        --text-size-s: 14px;
        --text-size-xs: 12px;

        /* Buttons font size */
        --btn-font-size-xl: 20px;
        --btn-font-size-l: 16px;
        --btn-font-size-m: 14px;
        --btn-font-size-s: 12px; 
    }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/*

structure of any page

body
    .scrollable-content
        .content-container
            .content-section
            .content-section

please dont use this classes to empower priorities in css. any specific css must have its own
class
*/

/**
 * @section CSS Reset
 * Adapted from Andy Bell's modern CSS reset
 * @link https://hankchizljaw.com/wrote/a-modern-css-reset/
 */
/**
 * Remove the tap delay in webkit
 * @link https://medium.com/@adactio/delay-a9df9edceef3#.7dmbl3xow
 */
a,
button,
input,
select,
textarea,
label,
summary {
	touch-action: manipulation;
}

/**
 * Add box sizing to everything
 * @link http://www.paulirish.com/2012/box-sizing-border-box-ftw/
 */
*,
*:before,
*:after {
	box-sizing: border-box;
}

* {
  -webkit-font-smoothing: subpixel-antialiased !important; 
  /* -webkit-backface-visibility: hidden; */
}

*:focus {
    outline: none;
}

/**
 * 1. Force scrollbar display to prevent jumping on pages.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
	overflow-y: scroll;
	/* 1 */
	text-size-adjust: 100%;
	/* 2 */
}

a {
    color: var(--hf-color-white-back);
    color: var(--hf-color-golden);
}

/* a {
    color: var(--hf-color-white-back);
} */

/**
 * 1. Remove the margin in all browsers (opinionated).
 * 2. For the body to fill the viewport
 */
body {
	margin: 0;
	/* 1 */
	min-height: 100vh;
	/* 2 */
}

/**
 * @section Typography
 * Sets font styles for entire site
 */
html {
	scroll-behavior: smooth;
}

/**
 * Prevent img and video elements from spilling outside of the page on smaller screens.
 */
img,
video {
	max-width: 100%;
	height: auto;
}

/**
 * Prevent iframe, object, and embed elements from spilling outside of the page on smaller screens.
 * height: auto causes iframes to smush, so it's omitted here.
 */
iframe,
object,
embed {
	max-width: 100%;
}

/**
 * @workaround Remove focus from tabindex="-1" elements which are only script focusable
 * @link https://code.google.com/p/chromium/issues/detail?id=37721
 */
[tabindex="-1"]:focus {
	outline: none;
}

/* Actual Base styles */

body {
    font-family: 'sora', sans-serif;
    font-size: 20px;
    margin: 0;
    background-color: var(--hf-color-black-back);
    color: var(--hf-color-white-back) !important;
}

h1, h2, h3, h4, h5, h6,
.header-xxl, .header-xl, .header-l, .header-m, .header-s, .header-xs
{
    font-family: 'monument-extended', serif;
    letter-spacing: 0;
    margin: 0;
    font-weight: normal;
	color:var(--hf-color-white-back) !important;
}

.test {
    font-family: 'sora', serif;
}

.header-hero {
    font-size: var(--title-size-xxl);
    line-height: var(--line-height-small);
}
a {
    cursor: pointer;
    text-decoration: underline;
    outline: none;
}
a.white-link {
    color: var(--hf-color-white-back);
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}

.spacer {
    flex: 1;
}

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

.hg-card--metadata--data b{
 text-transform:uppercase; 
}

input[type="submit"] {
    appearance: none;
    border-width: 0;
    cursor: pointer;
}
/** todo: is a bad practice to tie this styles to something that is children of content-container */

.content-container .conic-background--hover {
    border: 1px solid transparent;
    /* background: transparent; */
    transition: all .5s ease-in-out;
    position: relative;
    z-index: 10;
    box-shadow: 1px 4px 22.6px 0 rgba(19, 19, 19, 0.05);
}

.content-container .conic-background--hover:before {
      content: "";
      position: absolute;
      border-radius: 16px;
      /* inset: 0; */
      top: 0; bottom: 0; left: 0; right: 0;
      /* border-radius: 8px;  */
      padding: 1px;
      /* We apply a gradient as background and we make its origin the border box (by default it's the padding box). */
      background: conic-gradient(from 179.78deg at 50% 50%, rgba(201, 204, 206, 0.1) -47.12deg, #6801FE 52.13deg, rgba(201, 204, 206, 0.1) 132.14deg, #C9CCCE 235.09deg, rgba(201, 204, 206, 0.1) 312.88deg, #6801FE 412.13deg);
      /* Using the mask property, we apply two opaque layers. The bottom one will cover the whole element and the top one will cover only the padding box (so it will not cover the border area) */
      -webkit-mask: 
         linear-gradient(#fff 0 0) content-box, 
         linear-gradient(#fff 0 0);
      /* We exclude the top layer from the bottom one so that only the border area will be shown! Some browsers still don't support mask-composite so we use the prefixed version. */
      -webkit-mask-composite: xor;
              mask-composite: exclude;
    inset: -1px;
    transition: opacity .5s ease-in-out;
    opacity: 0;
}

.content-container .conic-background--hover:hover {
    /* background: transparent; */
}

.content-container .conic-background--hover:hover:before {
    opacity: 1;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

input[type="submit"] {
    font-family: 'sora';
}

textarea, 
input:not([type="submit"]) {
    background: transparent;
    padding: 10px 20px;
    border-radius: 16px;
    border: 1px solid var(--hf-color-silver);
    border-radius: 16px;
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: var(--hf-color-white-broken);
    font-family: var(--font-body);
    font-weight: 200;
    position: relative;
}

input:not([type="submit"]):focus,
textarea:focus {
    background: rgba(246, 246, 244, 0.10) !important;
}
textarea.invalid.error, 
input.invalid.error:not([type="submit"]):not([type="checkbox"]) {
    border: 1px solid var(--hf-color-error);
    background: url(https://6010212.fs1.hubspotusercontent-na1.net/hubfs/6010212/Foxter-May-2023/cross.svg) no-repeat;
    background-size: 30px 30px;
    background-position: 96% 10px;
}

input[type="checkbox"] {
    appearance: none;
}

.hbspt-form > form > div {
    margin-top: 24px;
    position: relative;
}

input[type="file"] {
    opacity: 0;
    z-index: 1;
}
input[type="file"],
input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}

.hs_portfolio_o_cv .input {
    position: relative;
    border: 1px solid var(--hf-color-white-broken);
    border-radius: 16px;
    cursor: pointer;
}
.hs_portfolio_o_cv .input:before {
    content: "Adjunt tu portfolio o CV";
    position: absolute;
    left: 0;
    top: 2px;
    right: 0;
    bottom: 0;
    font-size: 16px;
    color: var(--hf-color-white-broken);
    font-family: var(--font-body);
    font-weight: 200;
    padding: 10px 20px;
    z-index: 0;
    cursor: pointer;
}
.hs_portfolio_o_cv .input:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../img/icons/download.svg) no-repeat;
    background-size: 30px 30px;
    background-position: 96% 10px;
    z-index: 0;
}

@media (min-width: 960px) {
    .form-container {
        position: relative;
        padding-bottom: 180px !important;
    }
    .hbspt-form > form {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        height: 20rem;
        align-content: flex-start;
        /* justify-content: flex-end; */
        column-gap: 40px;
        position: relative;
    }
    .contact-hello .hbspt-form > form {
        height: 23rem;
        justify-content: flex-end;
    }
    .contact-talent .hbspt-form > form {
        height: 26rem;
    }
    .contact-newsletter .hbspt-form > form {
        height: 14rem;
        justify-content: flex-end;
        margin-top: -4rem;
    }
 .hbspt-form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field,
  .hbspt-form .legal-consent-container{
    margin-top: 16px;
}
    .hbspt-form > form > div {
        width: calc(50% - 20px);
        margin-top: 24px;
        position: relative;
    }
/*     .hbspt-form .legal-consent-container {
        display: block;
        float: left;
        position: absolute;
        bottom: -170px;
    } */
    .hbspt-form .hs_submit {
        display: block;
        float: left;
        position: absolute;
        bottom: -170px;
        left: calc(50% + 20px);
    }
    .hs-fieldtype-booleancheckbox {
        position: absolute;
        bottom: 80px;
        left: calc(100% + 40px);
        width: 100%;
    }
    .hbspt-form .legal-consent-container p {
        margin-bottom: 0;
    }
    .contact-hello .hbspt-form .legal-consent-container,
    .contact-hello .hbspt-form .hs_submit,
    .contact-hello .hs-fieldtype-booleancheckbox {
        position: static;
    }
    .contact-newsletter .hbspt-form .legal-consent-container, 
    .contact-newsletter .hbspt-form .hs-fieldtype-booleancheckbox, 
    .contact-newsletter .hbspt-form .hs_submit {
        position: static;
    }
    .contact-newsletter .legal-consent-container {
        display: flex;
        flex-direction: column-reverse;
    }
    .contact-newsletter .form-container {
        padding-bottom: 0 !important;
    }
    .tips-card .hbspt-form > form {
        height: auto;
    }
    .tips-card .hbspt-form > form > div {
        width: 100%;
    }
  .tips-card .hbspt-form .hs_submit {
    width: 100%;
    margin-top: 16px;
}
    .tips-card .hbspt-form > form > div,
    .tips-card .hbspt-form .hs_submit,
    .tips-card .hs-fieldtype-booleancheckbox {
        position: static;
    }
    .tips-card .hbspt-form > form > .hs-form-field {
        position: relative;
    }
}

.tips-card .hbspt-form .hs_firstname {
    margin-top: 0 !important;
}
.tips-card .hbspt-form {
    margin: 0 !important;
}
.tips-card .hbspt-form > form > div {
    margin-top: 16px;
}

.tips-card input:not([type="submit"])::placeholder,
.tips-card input:not([type="submit"]) {
    color: var(--btn-color-black-outline-persistent);
}
.tips-card input:not([type="submit"]):focus,
.tips-card input:not([type="submit"]):focus::placeholder,
.tips-card input.invalid.error:not([type="submit"]):not([type="checkbox"]),
.tips-card input.invalid.error:not([type="submit"]):not([type="checkbox"])::placeholder {
    color: var(--btn-color-white-outline-persistent);
}
.tips-card .legal-consent-container .hs-form-booleancheckbox-display input {
    background: transparent;
    border-color: var(--btn-color-white-outline-persistent);
}
.tips-card .hg-card__form input[type="submit"] {
    background: #080808;
    color: var(--btn-color-white-outline-persistent);
    font-size: 16px;
}
.tips-card .hg-card__form input[type="submit"]:hover {
    background: var(--btn-color-white-outline-persistent);
    color: var(--btn-color-black-outline-persistent);
}

.tips-card input:not([type="submit"]):focus {
    border-color: transparent !important;
}

/* .hs-error-msgs {
    position: absolute;
    bottom: -25px;
} */

.legal-consent-container .field.hs-form-field {
    margin-bottom: 0 !important;
}
.legal-consent-container .hs-dependent-field {
    margin-top: 32px;
}
.hbspt-form ul {
    list-style: none !important;
    padding: 0 !important;
    margin:0;
}

.legal-consent-container .hs-form-booleancheckbox-display input {
    /* float: left; */
}

input[type="checkbox"] {
    width: 40px;
    height: 40px;
    padding: 19px;
    float: none !important;
    border-radius: 8px;
    border: 1px solid grey;
    margin: 0;
    /* box-sizing: content-box; */
}

.hbspt-form .hs-form-booleancheckbox-display p {
    font-size: 13px;
    padding-top: 0;
    padding-left: 0 !important;
    display: block;
    font-weight: 200;
    line-height: 1.6 !important;
    margin: 0;
    color: var(--color-silver) !important;
}
.legal-consent-container .hs-form-booleancheckbox-display>span {
    display: block;
    margin-left: 0 !important;
}

.hbspt-form .hs_mensaje textarea {
    height: 198px;
    margin: 0 !important;
    margin-top: 0 !important;
    resize: vertical;
}

.contact-talent .hbspt-form .hs_mensaje textarea {
    height: 274px;
}

/* .contact-project .hbspt-form .hs_mensaje textarea { */
.contact-project .hbspt-form .hs_mensaje textarea,
.service .hbspt-form .hs_mensaje textarea {
    height: 50px;
    line-height: 1.6;
}

/* .contact-project .hbspt-form .hs_quieres_a_adir_algo_ textarea { */
.hbspt-form .hs_quieres_a_adir_algo_ textarea {
    height: 198px;
    line-height: 1.6;
}

/* .contact-project .hbspt-form .hs_mensaje .input { */
.contact-project .hbspt-form .hs_mensaje .input,
.service .hbspt-form .hs_mensaje .input {
    line-height: 1;
    height: 50px;
}

.contact-hello .hbspt-form .hs-fieldtype-textarea {
    height: 183px;
}

.hbspt-form .legal-consent-container p {
    font-size: 10px;
    font-weight: 200;
    line-height: 1.5 !important;
    vertical-align: middle;
    letter-spacing: 0.2px;
}
.hbspt-form .legal-consent-container p strong {
    font-weight: 500;
}

input[type="submit"] {
    color: var(--hf-color-white-back);
    font-weight: 500;
    font-size: var(--p-size-l);
    transition: all 1s ease-in-out;
    position: relative;
    z-index: 10;
    background: transparent;
    padding: 16px 33px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 8px;
    box-shadow: 0px 7px 30px 0 rgba(183, 139, 32, 0.15);
    box-sizing: border-box;
}

input[type="submit"] {
    width: 100%;
    background-image: var(--gradient-principal-2);
}
input[type="submit"]:hover {
    background: var(--hf-color-white-back);
    color: var(--hf-color-black-back);;
}

.hs-error-msgs label {
    font-size: 12px;
}

input[type="checkbox"]:checked {
    background: url("https://6010212.fs1.hubspotusercontent-na1.net/hubfs/6010212/HikeandFoxter-2024/check.svg") no-repeat !important ;
    background-size: 90% !important;
    background-position: center !important;
}

input::placeholder,
textarea::placeholder {
    color: var(--hf-color-white-back);
    font-weight: 200;
}
@media(max-width:900px){
  .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field{
 margin-top: 16px;
}
  .hs_submit.hs-submit {
    padding-top: 22px;
}
}

@media(max-width:767px){
  .legal-consent-container .hs-dependent-field {
    margin-top: -30px;
}
  .legal-consent-container {
    padding-top: 15px;
}
}
@media (max-width: 600px) {
    .form-container {
        padding-bottom: 85px;
    }
}


.flex-form {
    display: flex;
    gap: 10px;
}

.flex-form > * {
    float: unset;
    padding: 0;
    margin: 0;
}

.contact-newsletter input[type="checkbox"]:checked {
    background: url(../img/icons/check-black.svg) no-repeat !important;
}

.legal-consent-container .hs-form-booleancheckbox-display p {
    display: block !important;
    font-size: 16px;
    line-height: 1.6 !important;
}
.hs-form-booleancheckbox label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
}

@media (max-width: 600px) {
    .legal-consent-container .hs-form-booleancheckbox-display p {
        font-size: 14px;
    }
    .hbspt-form .legal-consent-container p {
        font-size: 10px;
    }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/*

structure of any page

body
    .scrollable-content
        .content-container
            .content-section
            .content-section

please dont use this classes to empower priorities in css. any specific css must have its own
class
*/

.scrollable-content {
    background: var(--hg-scrollable-content-bg);
}

.relative-position {
    position: relative;
}

main {
    padding-top: 75px;
}

main.padding-less {
    padding-top: 0;
}

.content-container {
    position: relative;
}

/*everything inside content container must be content section!*/
.content-container > .content-section {
    margin: 0 auto 280px;
    max-width: 1200px;
    width: 100%;
    overflow: hidden;
    line-height: 1.6;
}

.content-padding-200-0 {
    padding: 200px 0 !important;
}

.overflow-visible {
    overflow: visible !important;
}


.content-container > .content-section.small-spacing {
    margin-bottom: 160px;
}

.content-container > .content-section.mid-spacing {
    margin-bottom: 280px;
}

.content-container > .content-section.large-spacing {
    margin-bottom: 280px;
}

.content-section.center-content-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-section.no-margins-section {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.content-section.no-margins-section {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* class modifiers, add or overwrite some stuff */

/** forces a content to have the screen height */
.content-section.full-height {
    min-height: 100vh;
}

/** forces a content to not to have a limited width, but the screen width always */
.content-section.full-width {
    max-width: 100% !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/** forces a content to not to have a limited width, but the screen width always */
.content-section.full-width .content-width-restriction {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    overflow: hidden;
}

.content-section.margin-bottom-zero {
    margin-bottom: 0 !important;
}

.grid-sizer { width: 2.5%; }

@media (min-width: 601px) {
    .content-container > .content-section {
        margin-bottom: 100px;
    }

    .content-container > .content-section.mid-spacing {
        margin-bottom: 100px;
    }

    .content-container > .content-section.large-spacing {
        margin-bottom: 160px;
    }
}


/* banner sections and its variations */
/*content-container__banner*/
.banner-section {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-width: 0;
    gap: 100px;
}

.banner-section > * {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.banner-section img {
    width: 100%;
}

.banner-section__column-wrapper {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 60px;
    margin-bottom: 60px;
}

.banner-section__column-wrapper > *{
    margin: 0 !important;
}

.banner-section__row-wrapper {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 60px;
    margin-bottom: 60px;
}

.banner-section .banner-section__right {
    flex: .75;
}

.home-block .banner-section .banner-section__right {
    padding-top: 100px;
}

.banner-section .banner-section__left {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}


.banner-section .banner-section__left > p {
    max-width: 477px;
    margin-top: 60px;
    margin-bottom: 60px;
}


.banner-section.small-banner {
    /* height: unset;
    padding-bottom: 0 !important;*/
}

/*SIMPLE BANNER*/
.banner-section.simple-banner {
    align-items: center;
}

.banner-section.simple-banner .banner-section__right {
    flex: 1;
    align-items: flex-start;
}

.banner-section.simple-banner .banner-section__left{
    max-width: 477px;
    margin-top: 60px;
    margin-bottom: 60px;
}

.banner-section.simple-banner .text-wrapper {
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    gap: 30px;
    transform: none;
    cursor: default;
}
.banner-section.simple-banner .text-wrapper p {
    font-size: 20px;
    font-weight: 500;
    width: 360px;
    margin: 20px 0 0 0;
}
.banner-section.simple-banner .text-wrapper lord-icon {
    width: 40px;
}

.banner-section.simple-banner img {
    width: 100%;
}

.about-page .banner-section.simple-banner .banner-section__left{
    max-width: none;
}


/*centered banner*/

.banner-section.centered-banner {
    align-items: center;
    position: relative;
}

.banner-section.centered-banner .banner-section__column-wrapper {
    display: flex;
    align-items: center;
}

.banner-section.centered-banner .banner-section__left {
    flex: 1.8;

}

.banner-section.centered-banner .banner-section__right {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.banner-section.centered-banner .icon-wrapper {
    width: 340px;
    justify-content: center;
    align-items: center;
    display: flex;
}


.banner-section.centered-banner .banner-section__arrow {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

@media (max-width: 1200px) {
    .banner-section.centered-banner {
        max-width: 80% !important;
    }

    .banner-section.centered-banner .banner-section__column-wrapper {
        flex-direction: column;
        gap: 50px;
    }
}

@media (max-width: 600px) {
    .banner-section.content-padding-200-0 {
        padding: unset !important;
    }

    .banner-section.centered-banner {
        max-width: 100% !important;
        text-align: center;
    }

    .banner-section.centered-banner .banner-section__right {
        flex-direction: column;
        gap: 50px;
    }

    .banner-section.centered-banner .icon-wrapper {
        max-width: 160px;
        width: 100%;
    }
    .service .banner-section__column-wrapper {
        margin-top: 0;;
    }
}


/* simple banner with image */
.banner-with-big-image {
    gap: 140px;
}

@media (min-width: 601px) {
    .banner-section.banner-with-big-image {
        align-items: center;
    }
}

@media (max-width: 1200px) {
    /*.banner-section{*/
    /*    flex-direction: column-reverse;*/
    /*}*/

    /*.banner-section .banner-section__left {*/
    /*    padding-top: 24px;*/
    /*}*/
    /*.banner-section__right {*/
    /*    padding-top: 50px;*/
    /*}*/

    /*.banner-section .banner-section__left > p {*/
    /*    max-width: 100%;*/
    /*    margin-top: 24px;*/
    /*    margin-bottom: 60px;*/
    /*}*/

    /*.banner-section__column {*/
    /*    width: 100%;*/
    /*}*/

    /*.banner-with-big-image {*/
    /*    gap: 40px;*/
    /*}*/
    /*.banner-with-big-image {*/
    /*    flex-direction: column;*/
    /*    padding-top: 0 !important;*/
    /*}*/
    /*.banner-with-big-image .banner-section__right {*/
    /*    padding-top: 0;*/
    /*}*/
    /*.banner-with-big-image p {*/
    /*    margin-top: 24px;*/
    /*    margin-bottom: 0;*/
    /*}*/

    /*.banner-section.simple-banner .full-height h3 {*/
    /*    padding-top: 100px;*/
    /*}*/

    .banner-section.simple-banner {
        justify-content: center;
        align-items: center;
    }

    .banner-section.simple-banner .banner-section__column-wrapper
    {
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .banner-section.simple-banner .banner-section__row-wrapper {
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .banner-section.simple-banner .banner-section__column-wrapper .banner-section__left,
    .banner-section.simple-banner .banner-section__column-wrapper .banner-section__right
    {
        max-width: unset;
        text-align: center;
    }

    .banner-section.content-section {
        padding: 10px;
        gap: 0;
        flex-direction: column-reverse;
    }

    .banner-section.banner-with-big-image {
        flex-direction: column;
        gap: 50px;
    }

    .banner-section.banner-with-big-image .simple-banner__right {
        max-width: unset !important;
    }

    .content-container > .content-section {
        padding: 65px 15px;
    }
}



/* from services page but to be able to be used anywhere, the masonry transparent card section */
.transparent-card-masonry-section {
    min-height: auto; height: auto;
}

.transparent-card-masonry-section .grid {
    margin: 0 auto;
}

.grid-sizer { width: 2.5%; }

.transparent-card-masonry-section .grid-item {
    /* width: 300px; */
    width: calc(25% - 30px);
    margin-bottom: 40px;
    /* display: block; */
    /* visibility: hidden; */
    opacity: 1;
}
.transparent-card-masonry-section .grid-item h3 {
    font-size: 18px;
    font-weight: 700;
}
.transparent-card-masonry-section .grid.is-visible-items .grid-item {
    /* visibility: visible; */
    opacity: 1;
}
@media (max-width: 600px) {
    .transparent-card-masonry-section .grid-item {
        width: 100%;
        margin-bottom: 24px;
    }
    .grid-4-masonry {
        padding-top: 20px;
    }
    .spacer {
        margin-top: 60px;
    }

    .transparent-card-masonry-section .grid .grid-item {
        position: relative;
    }
}


.content-container__services {
    max-width: 1200px;
    width: 100%;
    margin: auto;
}

@media (max-width: 600px) {
    .content-section.home__objectives__section {
        padding: 65px 0;
    }
    .banner-section.content-container__maturity .banner-section__left {
        margin-top: 0;
        margin-bottom: 0;
    }
    .banner-section.content-container__maturity .banner-section__right p {
        margin-top: 24px;
        margin-bottom: 0;
    }
    .service-page .banner-section.simple-banner .banner-section__row-wrapper,
    .about-page .banner-section.simple-banner .banner-section__column-wrapper {
        text-align: left;
        gap: 100px
    }
    .about-page .banner-section.simple-banner .banner-section__column-wrapper .banner-section__left,
    .about-page .banner-section.simple-banner .banner-section__column-wrapper .banner-section__right 
    {
        text-align: left;
    }
    .banner-section .banner-section__bottom,
    .about-page .banner-section.simple-banner .banner-section__column-wrapper .banner-section__right {
        width: 100%;
    }
    .service .banner-section .banner-section__bottom p,
    .about-page .banner-section.simple-banner .text-wrapper p {
        font-size: 16px;
    }
    .about-page  .banner-section.content-section {
        flex-direction: column;
        gap: 40px
    }
}

@media (min-width: 601px) {
    .talent-banner.flex-center {
        justify-content: flex-start;
    }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.dynamic-bg-parent {
    /* position: absolute;
    overflow: hidden; */
}

.dynamic-bg-parent > * {
    z-index: 1000;
}

.dynamic-bg-parent .dynamic-bg-base {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 100px;
    min-width: 100px;
    z-index: -1 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.dynamic-bg-parent .dynamic-bg-base canvas {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;

}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.text-container {
  z-index: 100;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  font-size: 96px;
  color: white;
  opacity: 0.8;
  user-select: none;
  text-shadow: 1px 1px rgba(0,0,0,0.1);
}

:root {
  --color-purple: 104, 1, 254;
  --color-golden: 225, 172, 35;
  --color-black: 8, 8, 8;
  --color-bg1: var(--color-purple);
  --color-bg2: var(--color-black);
  --color1: var(--color-purple);
  --color2: var(--color-purple);
  --color3: var(--color-golden);
  --color4: var(--color-golden);
  --color5: var(--color-purple);
  --color-interactive: var(--color-purple);
  --circle-size: 80%;
  --blending: hard-light;
}

@keyframes moveInCircle {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes moveVertical {
  0% {
    transform: translateY(-50%);
  }
  50% {
    transform: translateY(50%);
  }
  100% {
    transform: translateY(-50%);
  }
}

@keyframes moveHorizontal {
  0% {
    transform: translateX(-50%) translateY(-10%);
  }
  50% {
    transform: translateX(50%) translateY(10%);
  }
  100% {
    transform: translateX(-50%) translateY(-10%);
  }
}


.gradient-bg {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background: linear-gradient(40deg, var(--color-bg1), var(--color-bg2));
  top: 0;
  left: 0;
}

  svg {
    display: none;
  }


  .gradients-container {
    filter: url(#goo) blur(40px) ;
    width: 100%;
    height: 100%;
  }

  .g1 {
    position: absolute;
    background: radial-gradient(circle at center, rgba(var(--color1), 0.8) 0, rgba(var(--color1), 0) 50%) no-repeat;
    mix-blend-mode: var(--blending);

    width: var(--circle-size);
    height: var(--circle-size);
    top: calc(50% - var(--circle-size) / 2);
    left: calc(50% - var(--circle-size) / 2);

    transform-origin: center center;
    animation: moveVertical 30s ease infinite;

    opacity: 1;
  }

  .g2 {
    position: absolute;
    background: radial-gradient(circle at center, rgba(var(--color2), 0.8) 0, rgba(var(--color2), 0) 50%) no-repeat;
    mix-blend-mode: var(--blending);

    width: var(--circle-size);
    height: var(--circle-size);
    top: calc(50% - var(--circle-size) / 2);
    left: calc(50% - var(--circle-size) / 2);

    transform-origin: calc(50% - 400px);
    animation: moveInCircle 20s reverse infinite;

    opacity: 1;
  }

  .g3 {
    position: absolute;
    background: radial-gradient(circle at center, rgba(var(--color3), 0.8) 0, rgba(var(--color3), 0) 50%) no-repeat;
    mix-blend-mode: var(--blending);

    width: var(--circle-size);
    height: var(--circle-size);
    top: calc(50% - var(--circle-size) / 2 + 200px);
    left: calc(50% - var(--circle-size) / 2 - 500px);

    transform-origin: calc(50% + 400px);
    animation: moveInCircle 40s linear infinite;

    opacity: 1;
  }

  .g4 {
    position: absolute;
    background: radial-gradient(circle at center, rgba(var(--color4), 0.8) 0, rgba(var(--color4), 0) 50%) no-repeat;
    mix-blend-mode: var(--blending);

    width: var(--circle-size);
    height: var(--circle-size);
    top: calc(50% - var(--circle-size) / 2);
    left: calc(50% - var(--circle-size) / 2);

    transform-origin: calc(50% - 200px);
    animation: moveHorizontal 40s ease infinite;

    opacity: 0.7;
  }

  .g5 {
    position: absolute;
    background: radial-gradient(circle at center, rgba(var(--color5), 0.8) 0, rgba(var(--color5), 0) 50%) no-repeat;
    mix-blend-mode: var(--blending);

    width: calc(var(--circle-size) * 2);
    height: calc(var(--circle-size) * 2);
    top: calc(50% - var(--circle-size));
    left: calc(50% - var(--circle-size));

    transform-origin: calc(50% - 800px) calc(50% + 200px);
    animation: moveInCircle 20s ease infinite;

    opacity: 1;
  }

  .interactive {
    position: absolute;
    background: radial-gradient(circle at center, rgba(var(--color-interactive), 0.8) 0, rgba(var(--color-interactive), 0) 50%) no-repeat;
    mix-blend-mode: var(--blending);

    width: 100%;
    height: 100%;
    top: -50%;
    left: -50%;

    opacity: 0.7;
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* Reference variables */
/*    
    --font-headings: "Monument Extended", sans-serif;
    --font-body: "Sora", sans-serif;

    --title-size-xxl: 70px;
    --title-size-xl: 60px;
    --title-size-l: 52px;
    --title-size-m: 48px;
    --title-size-s: 32px;
    --title-size-xs: 26px;

    --p-size-xl: 20px;
    --p-size-l: 18px;
    --p-size-m: 16px;
    --p-size-s: 14px;
    --p-size-xs: 12px;

    --btn-font-size-xl: 16px;
    --btn-font-size-l: 14px;
    --btn-font-size-m: 12px;

    --font-weight-extra-light: 200;
    --font-weight-light: 300;
    --font-weight-regular: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;

    --line-height-small: 1.1;
    --line-height-medium: 1.2;
    --line-height-normal: 1.4;
    --line-height-big: 1.6;
*/
@media (min-width: 601px) {
    .p-lead {
        font-size: 20px;
    }
}

.ff-sora {
    font-family: var(--font-body);
}

.fw-200 {
    font-weight: 200;
}

.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
@media (max-width: 600px) {
    .text-center-mobile {
        text-align: center;
    }
}

.text-uppercase {
    text-transform: uppercase;
}

.line-height--small {
    line-height: var(--line-height-small);
}
.line-height--medium {
    line-height: var(--line-height-medium);
}
.line-height--normal {
    line-height: var(--line-height-normal);
}
.line-height--big {
    line-height: var(--line-height-big);
}

.mb-0 {
    margin-bottom: 0 !important;
}

.no-margin {
    margin: 0 !important;
}
.no-padding {
    padding: 0 !important;
}

.mt--normal {
    margin-top: 80px;
}
.mb--normal {
    margin-bottom: 80px;
}
.pt--normal {
    padding-top: 60px;
}
.pb--normal {
    padding-bottom: 60px;
}

.border-radius--s {
    border-radius: 8px;
}
.border-radius--m {
    border-radius: 16px;
}
.border-radius--l {
    border-radius: 24px;
}
@media (max-width: 600px) {
    .mobile-hidden {
        display: none !important;
    }
}
@media (min-width: 601px) {
    .desktop-hidden {
        display: none !important;
    }
}

.full-height-section,
.full-height {
    min-height: 100vh;
}

.full-height--x2 {
    min-height: 200vh;
}

.fw-100 { font-weight: 100 !important; }
.fw-200 { font-weight: 200 !important; }
.fw-300 { font-weight: 300 !important; }
.fw-400 { font-weight: 400 !important; }
.fw-500 { font-weight: 500 !important; }
.fw-600 { font-weight: 600 !important; }
.fw-700 { font-weight: 700 !important; }
.fw-800 { font-weight: 800 !important; }
.fw-900 { font-weight: 900 !important; }

.lh-1 { line-height: 1; }
.lh-1-1 { line-height: 1.1; }
.lh-1-2 { line-height: 1.2; }
.lh-1-3 { line-height: 1.3; }
.lh-1-4 { line-height: 1.4; }
.lh-1-5 { line-height: 1.5; }
.lh-1-6 { line-height: 1.6; }

.display-block {
    display: block;
}

.pt--short  { padding-top: 160px !important; }
.pt--medium { padding-top: 280px !important; }
.pt--long   { padding-top: 340px !important; }

.pb--short  { padding-bottom: 160px !important; }
.pb--medium { padding-bottom: 280px !important; }
.pb--long   { padding-bottom: 340px !important; }
.pb--ultra  { padding-bottom: 400px !important; }

.mt--short  { margin-top: 160px !important; }
.mt--medium { margin-top: 280px !important; }
.mt--long   { margin-top: 340px !important; }

.mb--short  { margin-bottom: 160px !important; }
.mb--medium { margin-bottom: 280px !important; }
.mb--long   { margin-bottom: 340px !important; }

.pt--0 { padding-top:     0 !important; }
.pb--0 { padding-bottom:  0 !important; }
.mt--0 { margin-top:      0 !important; }
.mb--0 { margin-bottom:   0 !important; }

.mb--60 { margin-bottom:  60px !important; }

@media (max-width: 600px) {
    .pt--short  { padding-top:  60px !important; }
    .pt--medium { padding-top: 100px !important; }
    .pt--long   { padding-top: 160px !important; }

    .pb--short  { padding-bottom:  60px !important; }
    .pb--medium { padding-bottom: 100px !important; }
    .pb--long   { padding-bottom: 160px !important; }

    .mt--short  { margin-top:  60px !important; }
    .mt--medium { margin-top: 100px !important; }
    .mt--long   { margin-top: 160px !important; }

    .mb--short  { margin-bottom:  60px !important; }
    .mb--medium { margin-bottom: 100px !important; }
    .mb--long   { margin-bottom: 160px !important; }
    
    .pt--short-mobile   { padding-top:  60px !important; }
    .pt--medium-mobile  { padding-top: 100px !important; }
    .pt--long-mobile    { padding-top: 160px !important; }

    .pb--short-mobile   { padding-bottom:  60px !important; }
    .pb--medium-mobile  { padding-bottom: 100px !important; }
    .pb--long-mobile    { padding-bottom: 160px !important; }

    .mt--short-mobile   { margin-top:  60px !important; }
    .mt--medium-mobile  { margin-top: 100px !important; }
    .mt--long-mobile    { margin-top: 160px !important; }

    .mb--short-mobile   { margin-bottom:  60px !important; }
    .mb--medium-mobile  { margin-bottom: 100px !important; }
    .mb--long-mobile    { margin-bottom: 160px !important; }
    
    .pt--0-mobile { padding-top:    0 !important; }
    .pb--0-mobile { padding-bottom: 0 !important; }
    .mt--0-mobile { margin-top:     0 !important; }
    .mb--0-mobile { margin-bottom:  0 !important; }
    
    .pl--0-mobile { padding-left: 0 !important; }
    .pr--0-mobile { padding-right: 0 !important; }
}

hr.spacer {
    border-width: 0;
    margin-bottom: 30px;
}

.p-space--short  { padding-top: 80px  !important; padding-bottom: 80px  !important; }
.p-space--medium { padding-top: 140px !important; padding-bottom: 140px !important; }
.p-space--long   { padding-top: 170px !important; padding-bottom: 170px !important; }

.m-space--short  { margin-top: 80px  !important; margin-bottom: 80px  !important; }
.m-space--medium { margin-top: 140px !important; margin-bottom: 140px !important; }
.m-space--long   { margin-top: 170px !important; margin-bottom: 170px !important; }

@media (max-width: 600px) {
    .p-space--short  { padding-top: 30px !important; padding-bottom: 30px  !important; }
    .p-space--medium { padding-top: 50px !important; padding-bottom: 50px !important; }
    .p-space--long   { padding-top: 80px !important; padding-bottom: 80px !important; }

    .m-space--short  { margin-top: 30px  !important;  margin-bottom: 30px !important; }
    .m-space--medium { margin-top: 50px  !important;  margin-bottom: 50px !important; }
    .m-space--long   { margin-top: 80px  !important;  margin-bottom: 80px !important; }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
/* Flex styles for Desktop*/

/* [flex-grow] [flex-shrink] [flex-basis] */
.flex { display: flex; }
.flex-1-1 { flex: 1 1 0; }

/* Flex direction */
.flex-direction-row             { flex-direction: row; }
.flex-direction-row-reverse     { flex-direction: row-reverse; }
.flex-direction-column          { flex-direction: column; }
.flex-direction-column-reverse  { flex-direction: column-reverse; }

/* Justify content */
.justify-content-flex-start     { justify-content: flex-start; }
.justify-content-flex-end       { justify-content: flex-end; }
.justify-content-center         { justify-content: center; }
.justify-content-space-between  { justify-content: space-between; }
.justify-content-space-around   { justify-content: space-around; }
.justify-content-space-evenly   { justify-content: space-evenly; }
.justify-content-start          { justify-content: start; }
.justify-content-end            { justify-content: end; }
.justify-content-left           { justify-content: left; }
.justify-content-right          { justify-content: right; }

/* Align content */
.align-content-flex-start       { align-content: flex-start; }
.align-content-flex-end         { align-content: flex-end; }
.align-content-center           { align-content: center; }
.align-content-space-between    { align-content: space-between; }
.align-content-space-around     { align-content: space-around; }
.align-content-space-evenly     { align-content: space-evenly; }
.align-content-stretch          { align-content: stretch; }
.align-content-start            { align-content: start; }
.align-content-end              { align-content: end; }
.align-content-baseline         { align-content: baseline; }

/* Align items (vertical) */
.align-items-stretch            { align-items: stretch; }
.align-items-flex-start         { align-items: flex-start; }
.align-items-flex-end           { align-items: flex-end; }
.align-items-center             { align-items: center; }
.align-items-baseline           { align-items: baseline; }
.align-items-start              { align-items: start; }
.align-items-end                { align-items: end; }
.align-items-self-start         { align-items: self-start; }
.align-items-self-end           { align-items: self-end; }

/* Align self */
.align-self-auto                { align-self: auto; }
.align-self-flex-start          { align-self: flex-start; }
.align-self-flex-end            { align-self: flex-end; }
.align-self-center              { align-self: center; }
.align-self-baseline            { align-self: baseline; }
.align-self-stretch             { align-self: stretch; }

/* Flex grow */
.flex-grow-0                    { flex-grow: 0; }
.flex-grow-1                    { flex-grow: 1; }
.flex-grow-2                    { flex-grow: 2; }
.flex-grow-3                    { flex-grow: 3; }
.flex-grow-4                    { flex-grow: 4; }
.flex-grow-5                    { flex-grow: 5; }

/* Flex shrink */
.flex-shrink-0                  { flex-shrink: 0; }
.flex-shrink-1                  { flex-shrink: 1; }
.flex-shrink-2                  { flex-shrink: 2; }
.flex-shrink-3                  { flex-shrink: 3; }
.flex-shrink-4                  { flex-shrink: 4; }
.flex-shrink-5                  { flex-shrink: 5; }

/* Flexg grow Data Attr */
[data-flex-grow] {
    flex-grow: attr(data-flex-grow);
}

/* Flex shrink Data Attr */
[data-flex-shrink] {
    flex-grow: attr(data-flex-shrink);
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.flex-center > div {
    /* flex: 1 1 0; */
}
.flex-bottom {
    display: flex;
    align-items: flex-end;
    width: 100%;
}

.equal-width > * {
    flex: 1 1 0;
}

.gap-normal {
    gap: 40px;
}

@media (max-width: 600px) {
    .flex-center {
        flex-direction: column;
        justify-content: space-evenly;
        gap: 40px;
    }
    .gap-normal {
        gap: 24px;
    }
}

/* Mobile only */
@media (max-width: 600px) {
    [data-screen="mobile-only"] {
        --flex-display: flex;
    }
}


/* Desktop only */
@media (min-width: 601px) {
    [data-screen="desktop-only"] {
        --flex-display: flex;
    }
}

.flex-columns {
    display: flex;
}
.column {
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
}
@media (max-width: 600px) {
    .flex-columns {
        flex-direction: column;
    }
    .column-reverse-mobile {
        flex-direction: column-reverse;
    }
    .flex-bottom {
        align-items: flex-start;
        width: 100%;
    }
}


.superhero-title {
    font-size: 9vw;
    line-height: 1;
}

@media (max-width: 600px) {

    .talent-banner .banner-title {
        padding-top: 50px;
        padding-top: 0;
    }
    .arrow-indicator {
        padding-right: 30px;
    }
    .hello-banner {
        /* padding-top: 70px; */
        padding-top: 0;
        padding-bottom: 16px;
    }
    .superhero-title {
        font-size: 24vw;
    }
}
@media (min-width: 601px) {
    .superhero-title {
        font-size: 9vw;
    }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.header-container__sections a {
    color: var(--hf-color-white-back);
    text-decoration: none;
}


.content-container__home-section-results,
.lets-talk-section,
.content-container__white-text {
    /* padding-top: 100px;
    padding-bottom: 100px; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* border-bottom: 1px solid white; */
    border-width: 0;
}
/* Desktop spaces */
@media (min-width: 601px) {
    .content-container__white-text,
    .content-container__home-section-results,
    .content-container__success-cases,
    .content-container__logos,
    .content-container__team,
    .content-container__values
    {
        padding-top: 120px;
        padding-bottom: 120px;
    }


    .content-container__home-section-results {
        padding-top: calc(120px + 80px);
    }
    .content-container__success-cases {
        padding-top: calc(120px + 233px);
    }
    .content-container__success-cases {
        padding-bottom: calc(120px + 120px);
    }
    .content-container__maturity {
        padding-bottom: calc(120px + 120px);
    }
    .content-container__3_columns {
        padding-top: 120px;
        padding-bottom: 80px;
    }
    .content-container__values {
        padding-bottom: calc(120px + 120px);
    }
}

.rotate-words span {
    display: none;
}

.rotate-words span.active {
    display: inline;
    animation: fade 5s ease-in-out forwards;
}

@keyframes fade {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.square-wrapper {
    transform: rotateX(70deg) rotateY(0deg) rotateZ(-45deg);
    transform-style: preserve-3d;
    height: 350px;
    width: 350px;
    position: relative;
    cursor: pointer;
}
.square {
    border-radius: 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .5s cubic-bezier(.47,1.64,.41,.8);
    /* transition: all .5s cubic-bezier(.5,2,.5,1); */
}
.square--top {
    background: linear-gradient(9.95deg, #FCFCFC -18.94%, #C9CCCE -18.93%, rgba(201, 204, 206, 0.1) 111.52%);
    box-shadow: -9px 8px 0px 0px rgba(0, 0, 0, 0.25);
    z-index: 3;
    transform: translate(190px, -190px);
}
.square--middle {
    background: linear-gradient(180deg, rgba(252, 252, 252, 0.1) 0%, rgba(104, 1, 254, 0.1) 100%);
    box-shadow: -80px 87px 30px -6px rgba(8, 8, 8, 0.2);
    z-index: 2;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
}
.square--bottom {
    background: linear-gradient(184.01deg, #E1AC23 -11.1%, #6801FE 73.37%);
    z-index: 1;
    transform: translate(-190px, 190px);
}
.square-wrapper:hover .square--top {
    transform: translate(70px, -70px);
}
.square-wrapper:hover .square--bottom {
    transform: translate(-70px, 70px);
}

.paragraph-animation {
    color: rgba(231,231,231,0.05);
}

.text-animation-color {
    color: var(--hf-color-white-back) !important;
}

.content-with-distorsion {
    position: relative;
}



.distorsion-wrapper.distorsion-map-fixed {
    position: fixed;
}

.distorsion-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    margin: 0 !important;
    padding: 0 !important;
}

.distorsion-wrapper canvas {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100% !important;
    width: 100% !important;
    z-index: 1;
}

.clean-border {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 30vh;
    z-index: 10;
    /* background: linear-gradient(180deg, #080808FF 10%, #08080800 75%); */
    background: linear-gradient(180deg, #080808FF 10%, #08080800 100%);
}

.clean-border.bottom-border {
    top: unset;
    bottom: 0;
    /* background: linear-gradient(360deg, #080808FF 10%, #08080800 75%); */
    background: linear-gradient(360deg, #080808FF 10%, #08080800 100%);
}



@media (max-width: 600px) {
    .content-container > div[class^='content-container'], .content-container > div[class*=' content-container'] {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 65px;
        padding-bottom: 65px;
        max-width: 100%;
        width: auto;
        margin: auto;
        min-height: auto;
    }

    .square-wrapper {
        transform: rotateX(70deg) rotateY(0deg) rotateZ(-45deg) scale(.85);
    }
    .square-wrapper {
        height: 200px;
        width: 200px;
    }
    .square {
        border-radius: 15px;
    }
    .square--top {
        transform: translate(100px, -100px);
    }
    .square--bottom {
        transform: translate(-100px, 100px);
    }

    .paragraph-animation.header-l {
        font-size: 26px;
    }
}


.content-container__white-text .header-xl {
    margin-bottom: 100px;
}





@media (max-width: 600px) {
    .mb--normal {
        margin-bottom: 40px;
    }
}

.grid-3-columns {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}


.objective-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    background: linear-gradient(82.85deg, rgba(104, 1, 254, 0.05) 1.69%, rgba(201, 204, 206, 0.05) 100%);
    border-radius: 16px;
}

.objective-content--title {
    text-transform: uppercase;
}
.objective-content--title,
.objective-content--p {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    text-align: center;
    padding: 40px 50px;
}

.objective-content--title {
    font-size: var(--p-size-l);
    opacity: 1;
}

.objective-content:hover .objective-content--title {
    opacity: 0;
}

.objective-content--p {
    font-size: var(--p-size-m);
    font-weight: 100;
    line-height: 1.6;
    opacity: 0;
    transform: translateY(-50%) scale(0.8); /* Initial scale for hover effect */
}

.objective-content:hover .objective-content--p {
    opacity: 1;
    transform: translateY(-50%) scale(1); /* Scale to normal size on hover */
}

@media (max-width: 600px) {
    .grid-3-columns {
        grid-template-columns: 1fr;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
    .objective-content {
        flex-direction: column;
        gap: 16px;
    }
    .objective-content--title,
    .objective-content--p {
        position: static;
        padding: 0 32px;
        opacity: 1;
        transform: scale(1);
    }
    .objective-content:hover .objective-content--title,
    .objective-content:hover .objective-content--p {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
    .objective-content--title,
    .objective-content--p {
        font-size: 14px;
    }
}

.content-container__home-section-results--grid {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
}

.content-container__home-section-results--grid .grid-item:nth-child(1) {
    grid-column: span 2;
    grid-row: span 2;
}

@media (min-width: 960px) {
    .content-container__home-section-results--grid .grid-item:nth-child(1) {
        margin-right: 107px;
    }
    .content-container__home-section-results--grid {
        column-gap: 105px;
    }
    .result-content--title.header-hero {
        margin-bottom: 110px;
    }
}

.content-container__home-section-results--grid .grid-item:nth-child(1) .result-content--title {
    font-size: var(--title-size-hero);
    line-height: 1;
}
.content-container__home-section-results--grid .result-content--title {
    font-family: var(--font-headings);
    font-size: var(--title-size-xl);
}
.content-container__home-section-results--grid .grid-item:nth-child(1) .result-content--p {
    font-size: var(--title-size-m);
    text-transform: uppercase;
}
.result-content--p {
    font-size: var(--p-size-l);
    font-weight: 500;
}

@media (max-width: 600px) {
/*todo bad idea to force a page specific element to the layout to use priorities*/
    .result-content--p {
        font-size: 13px;
        letter-spacing: -0.2px;
    }
    .content-container > div.content-container__home-section-results {
        padding-left: 42px;
        padding-right: 42px;
    }
    .content-container__home-section-results--grid {
        grid-template-rows: repeat(1, 1fr);
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    .content-container__home-section-results--grid .grid-item:nth-child(1) .result-content--p {
        font-size: 24px;
        margin-bottom: 40px;
    }
}


.content-container__success-cases {
    width: 100% !important;
    max-width: 100% !important;
}

.container {
    width: 1200px;
    max-width: 100%;
    margin: auto;
}

.content-container__success-cases {
    overflow: hidden;
}
.content-container__success-cases .swiper {
    overflow: visible;
}

.content-container__success-cases .header-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

@media (max-width: 600px) {
    .content-container__success-cases .header-content {
        align-items: center;
        flex-direction: column;
        margin-bottom: 60px;
        text-align: center;
    }
}

.content-container__logos {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 160px;
}

#swiper-service .swiper-slide {
    width: 207px;
    height: 178px;
    /* aspect-ratio: 1/1; */
}


@media (max-width: 600px) {
    #swiper-service .swiper-slide {
        width: 120px;
        height: 109px;
        /* aspect-ratio: 1/1; */
    }
}

@media (min-width: 1024px) {
    .content-container__success-cases .swiper-slide {
        width: 580px;
    }
}

.content-container__success-cases .swiper-wrapper,
.content-container__logos .swiper-wrapper {
    transition-timing-function: linear!important; 
}

.content-container__success-cases .swiper-backface-hidden,
.content-container__success-cases .swiper-backface-hidden *,
#swiper-service,
#swiper-service * {
    backface-visibility: hidden;
    -webkit-overflow-scrolling:  touch;
}

.grid-4-masonry {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}



.arrow-right-link lord-icon {
    margin-right: 10px;
    width: 35px;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.arrow-right-link img {
    vertical-align: middle;
    margin-right: 5px;
}
.accordion-heading {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between !important;
    align-items: center;
    position: relative;
    z-index: 1;
}

.accordion-icon {
    position: relative;
    width: 30px;
    height: 30px;
    border: 1px solid white;
    border-radius: 30px;
}
.accordion-icon:before {
    content: "";
    position: absolute;
    left: 6px;
    top: calc(50% - 0.5px);
    background: #fff;
    width: 16px;
    height: 1px;
    transition: 1s ease;
}
.accordion-icon:after {
    content: "";
    position: absolute;
    left: 6px;
    top: calc(50% - 0.5px);
    background: #fff;
    width: 16px;
    height: 1px;
    transition: 1s ease;
    transform: rotate(90deg);
}


.content-container__values .accordion-icon {
    border-width: 0;
}

@media (max-width: 600px) {
    .accordion-panel {
        display: none;
        padding-bottom: 38px;
    }
    .method--grid .grid-item .grid-item--right.accordion-panel {
        display: none;
    }
}

hr.value-hr {
    width: 100%;
    height: 1px;
    border-width: 0;
    margin: 10px 0 16px;
    background: linear-gradient(to right, #6801FE 1.07%, #FCFCFC 100%);
}

.content-container__values hr.value-hr {
    margin: 10px 0 0;
}

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

@media (min-width: 601px) {
    .down-arrow {
        position: relative;
    }
    .down-arrow:after {
        content: "";
        position: absolute;
        bottom: -26px;
        left: calc(50% - 13px);
        width: 26px;
        height: 26px;
        background: url("../img/icons/arrow-small-right-white.svg");
        background-repeat: no-repeat;
        background-position: 100% center;
        background-size: cover;
        transform: rotate(90deg)
    }
}

/* Ajustes Mobile */
@media (max-width: 600px) {
    .home-block .banner-section.content-section,
    .home-block .banner-section .banner-section__right {
        padding-top: 0;
    }
    .home-block .banner-section .banner-section__left {
        padding-top: 0;
    }
    .home-block .banner-section .banner-section__left {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .home-block .banner-section .banner-section__left > p {
        max-width: 100%;
        margin-top: 24px;
        margin-bottom: 60px;
    }
    .content-container > .content-section {
        margin-bottom: 0;
    }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.hg-card {
  padding: 24px;
  border-radius: 16px;
  background: linear-gradient(82.85deg, rgba(104, 1, 254, 0.05) 1.69%, rgba(201, 204, 206, 0.05) 100%);
  background: linear-gradient(83deg, rgba(104, 1, 254, 0.10) 22.3%, rgba(201, 204, 206, 0.10) 100%);
}
/* alternative background */
.portfolio-slider .hg-card,
.alt-purple-gradient,
#swiper-objectives .objective-content,
.transparent-card-masonry-section .grid-item {
  background: linear-gradient(83deg, rgba(104, 1, 254, 0.10) 22.3%, rgba(201, 204, 206, 0.10) 100%);
}
.swiper-service .hg-card,
.about__objectives__section .grid-item {
  background: linear-gradient(83deg, rgba(104, 1, 254, 0.10) 22.3%, rgba(201, 204, 206, 0.10) 100%);
}

.blog .hg-card {
  padding: 24px;
}
.hg-card.tips-card {
  padding: 48px;
}
@media (max-width: 600px) {
  .hg-card.tips-card {
    padding: 24px;
  }
}

@media (max-width: 850px) {
  .tips-card .hg-left-right-layout {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left !important;
  }
  .tips-card .hg-card__left p {
    font-size: 18px !important;
  }
  .tips-card .hg-left-right-layout .hg-card__left{
    text-align: left;
    justify-content: flex-start;
    margin-bottom: 30px !important;
    width: 100% !important;
  }
  .tips-card .legal-consent-container .hs-form-booleancheckbox-display p {
    display: block !important;
    font-size: 12px;
    line-height: 1.6 !important;
  }
  .tips-card .legal-consent-container ul {
    margin-top: 30px;
  }
  .tips-card .hbspt-form > form .hs_submit {
    margin-top: 34px;
  }
  .hg-card.tips-card {
    padding: 40px 24px;
  }
}


.hg-card--img-wrapper img {
  height: 100px;
  width: 135px;
  object-fit: contain;
  z-index: 1;
}

.hg-card--text-wrapper .arrow-link {
  font-size: var(--p-size-s);
}

.hg-card--title, .hg-card--subtitle, .hg-card--small-title {
  font-family: "sora";
  font-weight: 500;
}

.hg-card--title {
  font-size: 30px;
  margin-top: 24px;
  margin-bottom: 16px;
  display: block;
  overflow: hidden;
}

.about-page .hg-card--title {
  font-size: 18px;
}

.hg-card--subtitle {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.6;
}

.hg-card--small-title {
  font-size: 16px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
}

.hg-card--description {
  font-size: 16px;
  font-weight: 200;
  margin: 0;
  margin-bottom: 24px;
  display: block;
  line-height: 1.6;
}

.hg-card--img-wrapper {
  position: relative;
  width: 100%;
  height: 186px;
  border-radius: 8px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.portfolio-slider .hg-card--img-wrapper:before,
.result .hg-card--img-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: rgba(0,0,0,0.25);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  opacity: 1;
  transition: all .5s ease-in-out;
}

.portfolio-slider .hg-card:hover .hg-card--img-wrapper:before,
.result .hg-card:hover .hg-card--img-wrapper:before {
  /*  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0); */
  opacity: 0;
}

.hg-card--img-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 186px;
  border-radius: 8px;
  background-color: #000000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .35s ease-in-out;

}

/* todo: maybe we dont need this? */
.hg-card--tags-wrapper .arrow-link {
  position: relative;
  z-index: 1;
}

.hg-card--tags-wrapper > a {
  margin-top: 8px;
  margin-right: 8px;
  display: inline-block;
}
.result .hg-card--tags-wrapper > a {
  float: left;
}

.hg-card--data-wrapper {
  font-size: var(--p-size-xs);
  margin-bottom: 10px;
}

.hg-card.gradient-card {
  background: var(--gradient-principal-2) !important;
  position: relative;
  overflow: hidden;
  box-shadow: none !important;
  color: var(--hf-color-white-back-persistent) !important;
}
.hg-card.gradient-card h4{
  color: var(--hf-color-white-back-persistent) !important;
}

.hg-card.gradient-card > * {
  position: relative;
  z-index: 1;
}

.hg-card.gradient-card .gradient-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: unset;
  height: unset;
  z-index: 0;
}

.hg-card .hg-left-right-layout {
  width: 100%;
  display: flex;
}

.hg-card .hg-left-right-layout > * {
  flex: 1;
}



/** SPECIAL CASES? */

.transparent-card.hg-card .hg-card--img-wrapper:after {
  background: transparent;
}
.transparent-card.hg-card .hg-card--img-wrapper {
  height: 100px;
}
.transparent-card.hg-card .hg-card--img-wrapper img {
  height: 80px;
  width: 80px;
}
.transparent-card.hg-card .hg-card--description {
  line-height: 1.6;
}

.transparent-card.hg-card lord-icon {
  width: 100px;
  height: auto;
  max-width: 100%;
  transition: all 0.5s ease-in-out;
  transform: scale(0.8);
  opacity: 1;
}
.transparent-card.hg-card lord-icon.ready {
  opacity: 1;
}


/* size variation 1 */
.xl-img.hg-card .hg-card--img-wrapper {
  height: 200px;
}
.xl-img.hg-card .hg-card--img-wrapper lord-icon {
  width: 220px;
}


.xl-card.hg-card {
  display: flex;
  width: 920px;
  height: 400px;
  flex-direction: row-reverse;
}

.xl-card.hg-card .hg-card--text-wrapper {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.xl-card.hg-card .hg-card--img-wrapper {
  height: 100%;
  flex: 1;
}

.xl-card.hg-card .hg-card--img-wrapper .hg-card--img-bg {
  height: 100%;
  flex: 1;
  width: 100%;
  background-size: cover;
}

.xl-card.hg-card .hg-card--title {
  flex: 1;
  font-size: var(--title-size-s);
}

.content-container__success-cases .hg-card:hover .hg-card--img-bg {
  transform: scale(1.2);
}

#swiper-service .swiper-slide .hg-card {
  height: 178px;
  padding-top: 54px;
  padding-bottom: 54px;
}

html[data-theme='light'] .hg-card {
  background: var(--hf-color-white-back-persistent);
  /* box-shadow: var(--btn-shadow); */
  box-shadow: 1px 4px 22.6px 0px rgba(19, 19, 19, 0.05);
}

html[data-theme='light'] .result .hg-card,
html[data-theme='light'] .blog-card.hg-card {
  border-radius: 16px;
  background: rgba(246, 246, 244, 0.60);
  box-shadow: 1px 4px 22.6px 0px rgba(19, 19, 19, 0.1);
}

html[data-theme='light'] .result .hg-card:hover,
html[data-theme='light'] .blog-card.hg-card:hover {
  background: var(--hf-color-white-back-persistent);
  box-shadow: 1px 7px 20px 0px rgba(19, 19, 19, 0.15);
}

html[data-theme='light'] .blog-card .hg-card--tags-wrapper a,
html[data-theme='light'] .blog .hg-card .hg-card--link-wrapper a {
  color: #131313;
  text-decoration: none;
}


/* simple square type card*/
.square-card {
  aspect-ratio: 1; /* Creates a square */
}

.wide-card, .square-card {
  width: 100%;
  max-width: 100%; /* Adjust as needed */
  position: relative;
}


@media (max-width: 600px) {
  .hg-card--title {
    font-size: 18px;
    font-weight: 500;
    margin-top: 24px;
    margin-bottom: 16px;
  }
  .hg-card--description {
    font-size: 16px;
  }

  .transparent-card .accordion-panel {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .transparent-card p {
    font-size: 16px;
    line-height: 1.6;
  }

  .home .hg-card--img-wrapper,
  .home .hg-card--img-bg {
    height: 186px;
  }

  #swiper-service .swiper-slide .hg-card {
    height: 109px;
    padding: 24px 8px;
  }

  #swiper-service .hg-card--small-title {
    font-size: 14px;
    font-weight: 400;
  }
}

@media (max-width: 850px) {
  .xl-card.hg-card {
    display: block;
    height: 920px;
    width: 80%;
  }

  .xl-card.hg-card .hg-card--img-wrapper {
    height: 400px;
  }
  .blog .xl-card.hg-card .hg-card--img-wrapper {
    height: 215px;
  }

  .xl-card.hg-card .hg-card--text-wrapper {
    height: unset;
    flex: unset;
  }
}


.blog-card {
  width: 100%;
  margin: 0 auto;
}

.blog-card .hg-card--description {
  height: 90px;
  overflow: hidden;
}

@media (max-width: 600px) {
  .blog-card .hg-card--description {
    height: auto;
  }
}


.hg-card--metadata {
  display: flex;
  justify-content: space-between;
  margin: 25px 0;
  align-items: center;
}

.hg-card .hg-card--metadata--data {
  flex: 1;
}

.hg-card .hg-card--metadata--tags {
  flex: 1;
  text-align: right;
  white-space: nowrap;
}

.blog-card.hg-card .hg-card--metadata--tags,
.result .hg-card hg-card--tags-wrapper {
  display: flex;
  gap: 8px;
}

.blog-card .hg-card--metadata--tags a.btn-outline.xxs,
.result .hg-card--tags-wrapper a.btn-outline.xs,
.content-container__tag-section .btn-outline {
  padding: 8px !important;
  border: 1px solid #7F7F80;
  box-shadow: unset;
  background: transparent;
}

.blog-card .hg-card--metadata--tags a.btn-outline.xxs:hover,
.content-container__tag-section .btn-outline:hover {
  border: 1px solid #6801FE;
  background: var(--btn-color-black-outline);
  color: #131313;
  background: transparent;
}

.blog-card .hg-card--img-wrapper {
  height: auto;
  aspect-ratio: 532 / 250;
}
.blog-card .hg-card--img-bg {
  height: 100%;
}

.blog-card:hover .hg-card--img-bg {
  transform: scale(1.1);
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.accordion-heading {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between !important;
    align-items: center;
    position: relative;
    z-index: 1;
}

.accordion-icon {
    position: relative;
    width: 30px;
    height: 30px;
    border: 1px solid white;
    border-radius: 30px;
}
.accordion-icon:before {
    content: "";
    position: absolute;
    left: 6px;
    top: calc(50% - 0.5px);
    background: #fff;
    width: 16px;
    height: 1px;
    transition: 1s ease;
}
.accordion-icon:after {
    content: "";
    position: absolute;
    left: 6px;
    top: calc(50% - 0.5px);
    background: #fff;
    width: 16px;
    height: 1px;
    transition: 1s ease;
    transform: rotate(90deg);
}

.accordion-heading.panel-active .accordion-icon:after {
    transform: rotate(360deg);
}


.content-container__values .accordion-icon {
    border-width: 0;
}

@media (max-width: 600px) {
    .accordion-panel {
        display: none;
        padding-bottom: 38px;
    }
    .method--grid .grid-item .grid-item--right.accordion-panel {
        display: none;
    }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* buttons */
.btn-primary,  .btn-secondary, .btn-outline, .btn-transparent-outline {
    font-weight: 500;
    font-size: var(--btn-font-size-l);
    transition: all 1s ease-in-out;
    border-radius: 8px;
    box-shadow: 0 7px 30px 0 rgba(183, 139, 32, 0.15);
    position: relative;
    z-index: 10;
    padding: 16px 32px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    line-height: 1;
}

@media (max-width: 600px) {
    .btn-primary,  .btn-secondary, .btn-outline, .btn-transparent-outline {
        font-size: var(--btn-font-size-m);
    }
}

.btn-primary.sm,  .btn-secondary.sm, .btn-outline.sm, .btn-transparent-outline.sm {
    padding: 12px 24px;
    font-size: var(--btn-font-size-m);
}

.btn-primary.xs,  .btn-secondary.xs, .btn-outline.xs, .btn-transparent-outline.xs {
    padding: 8px !important;
    font-size: var(--btn-font-size-s);
}

.btn-primary.xxs,  .btn-secondary.xxs, .btn-outline.xxs, .btn-transparent-outline.xxs {
    padding: 4px 10px !important;
    font-size: var(--btn-font-size-xs);
}

.btn-primary {
    border: 1px solid transparent;
    background: var(--btn-color-black-back);
    color: var(--btn-color-white-back);
}

.btn-primary:before {
    content: "";
    position: absolute;
    /* inset: 0; */
    top: 0; bottom: 0; left: 0; right: 0;
    border-radius: 8px;
    padding: 1px;
    background: linear-gradient(
            25deg,
            #6801FE 21.04%,
            rgba(225, 172, 35, 0.02) 48.95%,
            rgba(104, 1, 254, 0.1) 55.49%,
            rgba(225, 172, 35, 0.8) 83.48%
    );
    /* Linear gradient Figma */
    /* Modificaciones */
    background: linear-gradient(
            12deg,
            #6801FE 10.04%,
            rgba(225, 172, 35, 0.02) 55.95%,
            rgba(104, 1, 254, 0.1) 53.49%,
            rgba(225, 172, 35, 0.8) 98.48%
    );
    /* Using the mask property, we apply two opaque layers. The bottom one will cover the whole element and the top one will cover only the padding box (so it will not cover the border area) */
    -webkit-mask:
            linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);
    /* We exclude the top layer from the bottom one so that only the border area will be shown! Some browsers still don't support mask-composite so we use the prefixed version. */
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    inset: -1px;
    transition: opacity .5s ease-in-out;
}
.btn-primary:after {
    content: "";
    position: absolute;
    border-radius: 8px;
    top:0; left: 0; right: 0; bottom: 0; z-index:-1;
    background-image: var(--gradient-principal-2);
    transition: opacity 1s ease-in-out;
    opacity: 0;
}
.btn-primary:hover {
    background: transparent;
}

.btn-primary:hover:before {
    opacity: 0;
}
.btn-primary:hover:after {
    opacity: 1;
}


.btn-secondary {
    background: transparent;
    color: var(--btn-color-white-back);
    box-sizing: border-box;
}

.btn-secondary:before {
    content: "";
    position: absolute;
    border-radius: 8px;
    transition: opacity .5s ease-in-out;
    top:0; left: 0; right: 0; bottom: 0; z-index:-1;
    background-image: var(--gradient-principal-2);
}
.btn-secondary:after {
    content: "";
    position: absolute;
    border-radius: 8px;
    transition: opacity .5s ease-in-out;
    top:0; left: 0; right: 0; bottom: 0; z-index:-1;
    background: var(--btn-color-white-back);
    opacity: 0;
}

.btn-secondary:hover:before {
    opacity: 0;
}
.btn-secondary:hover:after {
    opacity: 1;
}

.btn-secondary:hover {
    background: var(--btn-color-white-back);
    /* background-image: var(--gradient-principal-1); */
    /* border: 1px solid var(--hf-color-white-back); */
    color: var(--btn-color-black-back);
    box-shadow: 0 7px 30px 0 rgba(183, 139, 32, 0.15);
    opacity: 1;
}


.btn-outline, .btn-transparent-outline {
    padding: 17px 33px;
    background: var(--btn-color-black-outline);
    color: var(--btn-color-white-outline);
    border: 1px solid var(--btn-color-white-outline);
}

.btn-outline:hover {
    color: var(--btn-color-black-outline);
    border: 1px solid var(--btn-color-black-outline);
    background: var(--btn-color-white-outline);
}

.btn-transparent-outline {
    background: var(--btn-color-black-outline-persistent);
    color: var(--btn-color-white-outline-persistent);
    border: 1px solid var(--btn-color-white-outline-persistent);
}

.btn-transparent-outline:hover {
    color: var(--btn-color-black-outline-persistent);
    border: 1px solid var(--btn-color-black-outline-persistent);
    background: var(--btn-color-white-outline-persistent);
}


.btn-transparent-outline {
    background: transparent;
    color: var(--btn-color-white-outline-persistent);
    border: 1px solid var(--btn-color-white-outline-persistent);
}

.btn-transparent-outline:hover {
    color: var(--btn-color-black-outline-persistent);
    border: 1px solid var(--btn-color-black-outline-persistent);
    background: var(--btn-color-white-outline-persistent);
}



.btn-group {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.explanation-section__button .btn-secondary {
    display: inline-block;
}

/** end buttons */
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
footer {
    width: 100%;
    background-color: var(--hg-color-black-back-persistent);
    color: var(--hf-color-white-back-persistent);
    padding-bottom: 0;
    font-size: var(--p-size-s);
    line-height: 160%;
    position: relative;
}

.contact footer {
    background: transparent !important;
}

.contact footer .distorsion-wrapper {
    width: 100% !important;
}

.footer-content a {
    color: var(--hf-color-white-back-persistent);
    text-decoration: none;
}

.footer-content {
    background-image: var(--gradient-pu-tr-1);
    padding: 131px 96px 69px;
    display: flex;
    justify-content: space-between;
}

.footer-content > * {
    width: 25%;
}

.footer-content__left {
    font-size: var(--p-size-m);
    line-height: 160%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-content__right {
    text-align: right;
    font-weight: 100;
}

.footer-content__center {
    display: flex;
    flex-direction: column;
}

.tic-seal {
    width: 91px;
    margin-bottom: 36px;
}

.copyright-section {
    position: relative;
    padding-left: 23px;
}

.copyright-logo {
    font-size: 26px;
    position: absolute;
    top: 1px;
    left: 0;
}

.arrow-link {
    /* padding-left: 44px;
    background-image: url(../img/icons/arrow.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 35px; */
}

.footer-content__squares div {
    background-color: var(--hf-color-white-back-persistent);
    height: 20px;
    width: 115px;
    margin-bottom: 15px;
}

@media (max-width: 1135px) {
    .footer-content {
        padding: 100px 40px;
        flex-direction: column;
        gap: 80px;
    }

    .footer-content > * {
        width: 100%;
    }

    .footer-content__logo {
        display: none;
    }

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

    .footer-content__center .spacer {
        margin-bottom: 80px;
        margin-top: 0;
    }

    .footer-content__legal__links {
        display: flex;
        justify-content: center;
        gap: 10px;
    }

    .footer-content__right {
        font-size: var(--p-size-s);
    }

}

@media (max-width: 600px) {
    .footer-content__legal__link {
        font-size: 10px;
        padding-top: 5px;
    }
    .footer-content {
        padding: 75px 15px 40px;
        flex-direction: column;
        gap: 50px;
    }
}