@charset "UTF-8";
/*Theme Name: Gurpea Landing Hubspot
	Theme URL: https://www.gurpea.com
	Description: Theme personalizado para Gurpea
	Author: Somos MIO + ADI Revolution
	Author URI: https://adi-revolution.com
	Version: 1.0
*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@font-face {
  font-family: "Gelion";
  src: url("fonts/Gelion-Light.woff2") format("woff2"), url("fonts/Gelion-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gelion";
  src: url("fonts/Gelion-Regular.woff2") format("woff2"), url("fonts/Gelion-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*Icons*/
/* https://www.onlinewebfonts.com/download/d589f568cfa911453cc08bf622833fd2 */
/*@import url(//db.onlinewebfonts.com/c/d589f568cfa911453cc08bf622833fd2?family=la-solid-900); */
@font-face {
  font-family: "la-solid-900";
  src: url("https://8472580.fs1.hubspotusercontent-na1.net/hubfs/8472580/Fonts/la-solid-900.woff2") format("woff2"), url("https://8472580.fs1.hubspotusercontent-na1.net/hubfs/8472580/Fonts/la-solid-900.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "la-brands-400";
  src: url("https://8472580.fs1.hubspotusercontent-na1.net/hubfs/8472580/Fonts/la-brands-400.woff2") format("woff2"), url("https://8472580.fs1.hubspotusercontent-na1.net/hubfs/8472580/Fonts/la-brands-400.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*Google Fonts*/
/* RESET */
/* ----------------------------------------- */
/**
 * Eric Meyer's Reset Stylesheet
 *
 * v2.0
 * 2011-01-26
 * Author: Eric Meyer - http://meyerweb.com/eric/tools/css/reset/
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
}

b, strong {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

a {
  outline: none;
}

.mayus {
  text-transform: uppercase;
}

.fullwidth {
  width: 100%;
  float: left;
}

.boxsizing, .container, .box-sizing {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container {
  width: 100%;
  max-width: 1620px;
  margin: 0 auto;
  padding: 0 20px;
}
.container:before {
  content: "";
  display: table;
  pointer-events: none;
}
.container:after {
  content: "";
  display: table;
  pointer-events: none;
  clear: both;
}

.clearer, .clear {
  clear: both;
}

table {
  width: 100%;
}

.myIframe {
  height: 0;
  position: relative;
  margin: 0 0 20px;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.myIframe iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}

.input, input[type=email], input[type=tel], input[type=text], textarea {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.button, button, input[type=submit] {
  overflow: hidden;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

button, input[type=submit] {
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.inline {
  display: none;
}

.columns {
  width: 100%;
  float: left;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.columns img {
  max-width: 100%;
  height: auto;
}

.columns.no-padding {
  padding: 0;
}

.no-left {
  padding: 0 40px 0 0;
}

.no-right {
  padding: 0 0 0 40px;
}

.small-1 {
  width: 8.33%;
}

.small-2 {
  width: 16.66%;
}

.small-3 {
  width: 25%;
}

.small-4 {
  width: 33.33%;
}

.small-5 {
  width: 41.66%;
}

.small-6 {
  width: 50%;
}

.small-7 {
  width: 58.33%;
}

.small-8 {
  width: 66.66%;
}

.small-9 {
  width: 75%;
}

.small-10 {
  width: 83.33%;
}

.small-11 {
  width: 91.66%;
}

.small-12 {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .medium-1 {
    width: 8.33%;
  }
  .medium-2 {
    width: 16.66%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.33%;
  }
  .medium-5 {
    width: 41.66%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.33%;
  }
  .medium-8 {
    width: 66.66%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.33%;
  }
  .medium-11 {
    width: 91.66%;
  }
  .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .large-1 {
    width: 8.33%;
  }
  .large-2 {
    width: 16.66%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.33%;
  }
  .large-5 {
    width: 41.66%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.33%;
  }
  .large-8 {
    width: 66.66%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.33%;
  }
  .large-11 {
    width: 91.66%;
  }
  .large-12 {
    width: 100%;
  }
  /*.large-pull-1 {
    position: relative;
    right: 8.33%
  }
  .large-pull-2 {
    position: relative;
    right: 16.66%
  }
  .large-pull-3 {
    position: relative;
    right: 25%
  }
  .large-pull-4 {
    position: relative;
    right: 33.33%
  }
  .large-pull-5 {
    position: relative;
    right: 41.66%
  }
  .large-pull-6 {
    position: relative;
    right: 50%
  }
  .large-pull-7 {
    position: relative;
    right: 58.33%
  }
  .large-pull-8 {
    position: relative;
    right: 66.66%
  }
  .large-pull-9 {
    position: relative;
    right: 75%
  }
  .large-pull-10 {
    position: relative;
    right: 83.33%
  }
  .large-pull-11 {
    position: relative;
    right: 91.66%
  }
  .large-pull-12 {
    position: relative;
    right: 100%
  }
  .large-push-1 {
    position: relative;
    left: 8.33%
  }
  .large-push-2 {
    position: relative;
    left: 16.66%
  }
  .large-push-3 {
    position: relative;
    left: 25%
  }
  .large-push-4 {
    position: relative;
    left: 33.33%
  }
  .large-push-5 {
    position: relative;
    left: 41.66%
  }
  .large-push-6 {
    position: relative;
    left: 50%
  }
  .large-push-7 {
    position: relative;
    left: 58.33%
  }
  .large-push-8 {
    position: relative;
    left: 66.66%
  }
  .large-push-9 {
    position: relative;
    left: 75%
  }
  .large-push-10 {
    position: relative;
    left: 83.33%
  }
  .large-push-11 {
    position: relative;
    left: 91.66%
  }
  .large-push-12 {
    position: relative;
    left: 100%
  }
  .large-pull-1 {
    right: auto
  }
  .large-pull-2 {
    right: auto
  }
  .large-pull-3 {
    right: auto
  }
  .large-pull-4 {
    right: auto
  }
  .large-pull-5 {
    right: auto
  }
  .large-pull-6 {
    right: auto
  }
  .large-pull-7 {
    right: auto
  }
  .large-pull-8 {
    right: auto
  }
  .large-pull-9 {
    right: auto
  }
  .large-pull-10 {
    right: auto
  }
  .large-pull-11 {
    right: auto
  }
  .large-pull-12 {
    right: auto
  }
  .large-push-1 {
    left: auto
  }
  .large-push-2 {
    left: auto
  }
  .large-push-3 {
    left: auto
  }
  .large-push-4 {
    left: auto
  }
  .large-push-5 {
    left: auto
  }
  .large-push-6 {
    left: auto
  }
  .large-push-7 {
    left: auto
  }
  .large-push-8 {
    left: auto
  }
  .large-push-9 {
    left: auto
  }
  .large-push-10 {
    left: auto
  }
  .large-push-11 {
    left: auto
  }
  .large-push-12 {
    left: auto
  }*/
}
/*marrón*/
/*rojo*/
/*gris*/
/*casi blanco*/
/*azul*/
/*azul2*/
/*verde*/
/*verde2*/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.5);
}

::-moz-placeholder { /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.5);
}

:-ms-input-placeholder { /* IE 10+ */
  color: rgba(0, 0, 0, 0.5);
}

:-moz-placeholder { /* Firefox 18- */
  color: rgba(0, 0, 0, 0.5);
}

*::-moz-selection {
  background-color: #B10C22;
  color: white;
}

*::selection {
  background-color: #B10C22;
  color: white;
}

body {
  position: relative;
  background-color: white;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-size: calc(7px + 9 * (100vw - 767px) / 1153);
  font-optical-sizing: auto;
  color: black;
}
@media screen and (min-width: 1921px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 1300px) {
  body {
    font-size: 12px;
  }
}

.columns {
  padding: 0 0.5em;
}
@media screen and (max-width: 1023px) {
  .columns {
    padding: 0 15px;
  }
}

.container {
  max-width: 107.75em; /*max-width: 1724px;*/
  padding: 0;
}
@media screen and (max-width: 1300px) {
  .container {
    max-width: 90%;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    max-width: 95%;
  }
}
@media screen and (max-width: 1023px) {
  .container {
    max-width: 100%;
  }
}
.container:before, .container:after {
  content: none;
}

/*.center {
	text-align: center;
}
strong, b {
	font-weight: 600;
}
a {
	text-decoration: underline;
	color: $rojo;
}
h1, h2, h3, h4, h5 {
	font-weight: 600;
}*/
/*Header*/
.talentu #header #logo {
  max-width: 5.5em;
}
@media screen and (max-width: 767px) {
  .talentu #header #logo {
    max-width: 5em;
  }
}
.talentu #header #menu-anchors a {
  color: #16E0ED;
}
.talentu #header #menu-anchors a:after {
  background-color: #16E0ED;
}
.talentu #header #menu-anchors a.cta {
  background-color: #16E0ED;
  color: black;
}
.talentu #header #menu-anchors a.cta:hover {
  background-color: #40AFB5;
}
.talentu .cta-wrapper .cta {
  border: thin solid #16E0ED;
  background-color: #16E0ED;
  color: black;
}

.greentech #header #menu-anchors a {
  color: #5FB100;
}
.greentech #header #menu-anchors a:after {
  background-color: #5FB100;
}
.greentech #header #menu-anchors a.cta {
  background-color: #5FB100;
}
.greentech #header #menu-anchors a.cta:hover {
  background-color: #468003;
}
.greentech .cta-wrapper .cta {
  border: thin solid #5FB100;
  background-color: #5FB100;
}

#header {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-size: calc(7px + 9 * (100vw - 767px) / 1153);
  font-optical-sizing: auto;
  color: black;
}
@media screen and (min-width: 1921px) {
  #header {
    font-size: 16px;
  }
}
@media screen and (max-width: 1300px) {
  #header {
    font-size: 12px;
  }
}
#header .columns {
  padding: 0 0.5em;
}
@media screen and (max-width: 1023px) {
  #header .columns {
    padding: 0 15px;
  }
}
#header .container {
  max-width: 107.75em; /*max-width: 1724px;*/
  padding: 0;
}
@media screen and (max-width: 1300px) {
  #header .container {
    max-width: 90%;
  }
}
@media screen and (max-width: 1200px) {
  #header .container {
    max-width: 95%;
  }
}
@media screen and (max-width: 1023px) {
  #header .container {
    max-width: 100%;
  }
}
#header .container:before, #header .container:after {
  content: none;
}
#header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 4;
  padding: 1em 0;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
#header.active.colored, #header.active.not-sticky {
  border-bottom: thin solid;
  background-color: white;
  -webkit-transform: none;
          transform: none;
}
#header.colored-fake {
  border-bottom: thin solid;
  background-color: white;
}
#header.colored {
  background-color: white;
  border-bottom: thin solid #6F6F6F;
}
#header.not-sticky {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
#header.not-sticky.sticky {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 1023px) {
  #header.active #menu-anchors {
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
  }
}
#header.active #burger span {
  position: relative;
}
#header.active #burger span:first-child {
  top: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#header.active #burger span:last-child {
  top: -9px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#header.active #burger span:not(:first-child):not(:last-child) {
  opacity: 0;
}
#header .container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header .columns.large-9 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
#header #logo {
  width: 100%;
  max-width: 7.625em;
  display: block;
}
@media screen and (max-width: 767px) {
  #header #logo {
    max-width: 7.5em;
  }
}
#header #logo img, #header #logo svg {
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
#header #menu-anchors {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (max-width: 1023px) {
  #header #menu-anchors {
    width: 18em;
    position: absolute;
    top: 100%;
    right: 10px;
    margin-top: 1em;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
#header #menu-anchors > ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  #header #menu-anchors > ul {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 1em;
    border: thin solid #6F6F6F;
    border-radius: 0.5em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: white;
  }
}
#header #menu-anchors > ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 1.75em 0 0;
}
@media screen and (max-width: 1300px) {
  #header #menu-anchors > ul li {
    margin-right: 1.5em;
  }
}
@media screen and (max-width: 1023px) {
  #header #menu-anchors > ul li {
    margin: 0.375em 0;
  }
}
#header #menu-anchors > ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1023px) {
  #header #menu-anchors > ul li:last-child {
    margin-top: 1em;
  }
}
#header #menu-anchors > ul li.active a:after {
  max-width: 4.0625em;
}
#header #menu-anchors a {
  display: block;
  position: relative;
  padding: 0.375em 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
  text-transform: uppercase;
  color: #B10C22;
}
#header #menu-anchors a:hover:after {
  max-width: 4.0625em;
}
#header #menu-anchors a:after {
  content: "";
  width: 62.5%;
  max-width: 0;
  height: 0.1875em;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #B10C22;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
#header #menu-anchors a.cta {
  height: 2.3125em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1.5em;
  padding: 0.25em 1.625em;
  border-radius: 0.1875em;
  background-color: #B10C22;
  text-transform: none;
  color: white;
}
@media screen and (max-width: 1300px) {
  #header #menu-anchors a.cta {
    margin-left: 0;
  }
}
#header #menu-anchors a.cta:hover {
  background-color: #72152E;
}
#header #menu-anchors a.cta:after {
  content: none;
}
#header a {
  text-decoration: none;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
#header #burger {
  width: 28px;
  height: 20px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
  margin: 0;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  #header #burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#header #burger span {
  width: 100%;
  height: 2px;
  display: block;
  background-color: #6F6F6F;
}

#main {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#main #articulo {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#main .seccion {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.titulo-0 {
  width: 100%;
  font-size: 3.75em;
  font-weight: 700;
  line-height: 116.66%;
}
@media screen and (max-width: 1300px) {
  .titulo-0 {
    font-size: 3.5em;
  }
}
@media screen and (max-width: 1023px) {
  .titulo-0 {
    font-size: 3em;
  }
}
@media screen and (max-width: 767px) {
  .titulo-0 {
    font-size: 2.75em;
  }
}

.titulo-1 {
  width: 100%;
  font-size: 5.5em;
  font-family: "Gelion", "Inter", sans-serif;
  font-weight: 400;
  line-height: 97.72%;
  text-transform: uppercase;
}
@media screen and (max-width: 1300px) {
  .titulo-1 {
    font-size: 5em;
  }
}
@media screen and (max-width: 1023px) {
  .titulo-1 {
    font-size: 4em;
  }
}
@media screen and (max-width: 767px) {
  .titulo-1 {
    font-size: 3em;
  }
}

.titulo-2 {
  width: 100%;
  font-family: "Gelion", "Inter", sans-serif;
  font-size: 4.5em;
  font-weight: 400;
  line-height: 105.55%;
}
@media screen and (max-width: 1300px) {
  .titulo-2 {
    font-size: 4em;
  }
}
@media screen and (max-width: 1023px) {
  .titulo-2 {
    font-size: 3.5em;
  }
}
@media screen and (max-width: 767px) {
  .titulo-2 {
    font-size: 2.25em;
  }
}

.cta-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cta-wrapper .cta {
  min-height: 2.3125em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25em 1.25em;
  border: thin solid #B10C22;
  border-radius: 0.1875em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #B10C22;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  color: white;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.hbspt-form {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.hbspt-form form {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hbspt-form form .input {
  margin: 0 !important;
}
.hbspt-form form .hs_firstname, .hbspt-form form .hs_lastname, .hbspt-form form .hs_email, .hbspt-form form .hs_company {
  width: 48% !important;
  width: calc(50% - 0.4375em) !important;
  margin: 0 0 1.375em;
}
@media screen and (max-width: 1300px) {
  .hbspt-form form .hs_firstname, .hbspt-form form .hs_lastname, .hbspt-form form .hs_email, .hbspt-form form .hs_company {
    width: calc(50% - 7px) !important;
  }
}
@media screen and (max-width: 1023px) {
  .hbspt-form form .hs_firstname, .hbspt-form form .hs_lastname, .hbspt-form form .hs_email, .hbspt-form form .hs_company {
    margin: 0 0 1.25em;
  }
}
.hbspt-form form .hs_firstname > label, .hbspt-form form .hs_lastname > label, .hbspt-form form .hs_email > label, .hbspt-form form .hs_company > label {
  display: none;
}
.hbspt-form form .hs_message {
  width: 100% !important;
  margin: 0 0 1.375em;
}
@media screen and (max-width: 1300px) {
  .hbspt-form form .hs_message {
    width: calc(50% - 7px) !important;
  }
}
@media screen and (max-width: 1023px) {
  .hbspt-form form .hs_message {
    margin: 0 0 1.25em;
  }
}
.hbspt-form form .hs_message > label {
  display: none;
}
.hbspt-form form .hs-fieldtype-checkbox {
  width: 100% !important;
  margin: 0 0 1.375em;
}
@media screen and (max-width: 1023px) {
  .hbspt-form form .hs-fieldtype-checkbox {
    margin: 0 0 1.25em;
  }
}
.hbspt-form form .hs-fieldtype-checkbox > label {
  font-size: 1.25em;
  font-weight: 400;
  line-height: 120%;
}
@media screen and (max-width: 1023px) {
  .hbspt-form form .hs-fieldtype-checkbox > label {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 767px) {
  .hbspt-form form .hs-fieldtype-checkbox > label {
    font-size: 1em;
  }
}
.hbspt-form form .hs-fieldtype-checkbox .input {
  margin-top: 8px !important;
}
.hbspt-form form .hs-fieldtype-checkbox .input label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1em;
}
.hbspt-form form .hs-fieldtype-checkbox .input label span {
  display: inline-block;
  font-size: 1em;
}
.hbspt-form form .hs_country_new {
  width: 100% !important;
  position: relative;
  margin: 0 0 1.375em;
}
@media screen and (max-width: 1300px) {
  .hbspt-form form .hs_country_new {
    width: calc(50% - 7px) !important;
  }
}
@media screen and (max-width: 1023px) {
  .hbspt-form form .hs_country_new {
    margin: 0 0 1.25em;
  }
}
.hbspt-form form .hs_country_new > label {
  display: none;
}
.hbspt-form form .hs_background_contact {
  width: 100% !important;
}
.hbspt-form form .hs_background_contact > label {
  display: none;
}
.hbspt-form form .hs_recaptcha {
  display: none;
}
.hbspt-form form .form-columns-1 {
  width: 100%;
  max-width: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hbspt-form form .form-columns-1 .hs-form-field {
  width: 100%;
  max-width: none;
  margin: 0 0 1.375em;
}
@media screen and (max-width: 1023px) {
  .hbspt-form form .form-columns-1 .hs-form-field {
    margin: 0 0 1.25em;
  }
}
.hbspt-form form .form-columns-1 .hs-i_agree_to_receive_commercial_communications {
  margin-top: 2.5em;
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .hbspt-form form .form-columns-1 .hs-i_agree_to_receive_commercial_communications {
    margin-top: 2em;
  }
}
@media screen and (max-width: 767px) {
  .hbspt-form form .form-columns-1 .hs-i_agree_to_receive_commercial_communications {
    margin-top: 1.75em;
  }
}
.hbspt-form form .form-columns-2 {
  width: 100%;
  max-width: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hbspt-form form .form-columns-2 .hs-form-field {
  width: 48% !important;
  width: calc(50% - 0.4375em) !important;
  margin: 0 0 1.375em;
}
@media screen and (max-width: 1300px) {
  .hbspt-form form .form-columns-2 .hs-form-field {
    width: calc(50% - 7px) !important;
  }
}
@media screen and (max-width: 1023px) {
  .hbspt-form form .form-columns-2 .hs-form-field {
    margin: 0 0 1.25em;
  }
}
.hbspt-form form .hs-fieldtype-select {
  position: relative;
}
.hbspt-form form .hs-fieldtype-select:before {
  content: "\f107";
  display: inline-block;
  position: absolute;
  top: 1.125em;
  right: 1.25em;
  font-family: "la-solid-900";
  font-size: 1.25em;
  font-weight: 400;
  color: black;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .hbspt-form form .hs-fieldtype-select:before {
    top: 0.875em;
  }
}
@media screen and (max-width: 767px) {
  .hbspt-form form .hs-fieldtype-select:before {
    top: 0.75em;
  }
}
.hbspt-form form .hs-fieldtype-select select {
  padding-right: 3em;
  cursor: pointer;
}
.hbspt-form form .hs-fieldtype-select select option {
  background-color: white;
  color: black;
}
.hbspt-form form .hs-i_agree_to_receive_commercial_communications label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.hbspt-form form .hs-i_agree_to_receive_commercial_communications label span {
  display: inline-block;
  font-size: 1em;
}
.hbspt-form form .legal-consent-container {
  position: relative;
  margin: 0.75em 0 0;
}
.hbspt-form form .legal-consent-container a {
  color: black;
}
.hbspt-form form .legal-consent-container .hs-form-booleancheckbox p {
  margin-top: 0.125em;
}
@media screen and (max-width: 767px) {
  .hbspt-form form .legal-consent-container .hs-form-booleancheckbox p {
    margin-top: 0;
  }
}
.hbspt-form form .legal-consent-container p {
  display: inline-block;
  font-size: 1em;
}
@media screen and (max-width: 767px) {
  .hbspt-form form .legal-consent-container p {
    font-size: 0.875em;
  }
}
.hbspt-form form .hs-submit {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
  .hbspt-form form .hs-submit {
    margin-top: 1em;
  }
}
.hbspt-form form .hs-richtext {
  font-size: 0.875em;
}
@media screen and (max-width: 767px) {
  .hbspt-form form .hs-richtext {
    font-size: 0.75em;
  }
}
.hbspt-form form .hs-richtext p {
  display: inline-block;
  font-size: 1em;
}
.hbspt-form form .hs-richtext p a {
  font-weight: 600;
  text-decoration: none !important;
  color: black;
}
.hbspt-form form .hs-richtext p a:hover {
  text-decoration: underline !important;
}
.hbspt-form form .hs-richtext + .hs-richtext {
  margin-top: 0.5em;
}
.hbspt-form form input[type=text], .hbspt-form form input[type=email], .hbspt-form form input[type=tel], .hbspt-form form input[type=text], .hbspt-form form input[type=number], .hbspt-form form input[type=date], .hbspt-form form select, .hbspt-form form textarea {
  width: 100% !important;
  height: 3.2em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 !important;
  padding: 0.125em 2.4em;
  border: thin solid black;
  border-radius: 0.25em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: white;
  font-family: "Inter", sans-serif;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 120%;
  color: black;
  outline: none;
  -webkit-appearance: none;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
@media screen and (max-width: 1023px) {
  .hbspt-form form input[type=text], .hbspt-form form input[type=email], .hbspt-form form input[type=tel], .hbspt-form form input[type=text], .hbspt-form form input[type=number], .hbspt-form form input[type=date], .hbspt-form form select, .hbspt-form form textarea {
    padding: 0.125em 2em;
    font-size: 1.125em;
  }
}
@media screen and (max-width: 767px) {
  .hbspt-form form input[type=text], .hbspt-form form input[type=email], .hbspt-form form input[type=tel], .hbspt-form form input[type=text], .hbspt-form form input[type=number], .hbspt-form form input[type=date], .hbspt-form form select, .hbspt-form form textarea {
    padding: 0.125em 1.5em;
    font-size: 1em;
  }
}
.hbspt-form form textarea {
  height: 11.5em;
  padding: 1.4em 2.4em;
}
@media screen and (max-width: 1023px) {
  .hbspt-form form textarea {
    padding: 1.4em 2em;
  }
}
@media screen and (max-width: 767px) {
  .hbspt-form form textarea {
    padding: 1.4em 1.5em;
  }
}
.hbspt-form form input[type=checkbox] {
  width: 1em;
  min-width: 1em;
  height: 1em;
  min-height: 1em;
  display: block;
  margin: 0 0.525em 0 0;
  border-radius: 0.125em;
  border: thin solid black;
  background-color: white;
  font-size: 1em;
  -webkit-appearance: none;
}
.hbspt-form form input[type=checkbox]:checked {
  -webkit-appearance: auto;
}
.hbspt-form form input[type=submit], .hbspt-form form button {
  min-height: 3.125em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.225em 2.375em 0.125em;
  border: thin solid #B10C22;
  border-radius: 0.3125em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #B10C22;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  -webkit-appearance: none;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.hbspt-form form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: black;
}
.hbspt-form form ::-moz-placeholder { /* Firefox 19+ */
  color: black;
}
.hbspt-form form :-ms-input-placeholder { /* IE 10+ */
  color: black;
}
.hbspt-form form :-moz-placeholder { /* Firefox 18- */
  color: black;
}
.hbspt-form form .hs-error-msg {
  display: inline-block;
  margin-top: 0.5em;
}

.fancybox__container .fancybox__content :focus:not(.carousel__button.is-close) {
  outline: none;
}

#detach-button-host {
  display: none;
}

.container-fluid {
  width: 100%;
}