@charset "UTF-8";
/* STRUCTURE */
/* REFACTOR COLOURS -- HEADER NEW */
@font-face {
  font-family: "Myriad Pro";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-05FF;
  src: url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-Semibold.woff2") format("woff2"), url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-Semibold.woff") format("woff");
}
@font-face {
  font-family: "Myriad Pro";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-05FF;
  src: url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-Regular.woff2") format("woff2"), url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-Regular.woff") format("woff");
}
@font-face {
  font-family: "Myriad Pro";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-05FF;
  src: url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-Bold.woff2") format("woff2"), url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-Bold.woff") format("woff");
}
@font-face {
  font-family: "MyriadPro-Cond";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-05FF;
  src: url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-Cond.woff2") format("woff2"), url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-Cond.woff") format("woff");
}
@font-face {
  font-family: "MyriadPro-Cond";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-05FF;
  src: url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-BoldCond.woff2") format("woff2"), url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-BoldCond.woff") format("woff");
}
@font-face {
  font-family: "MyriadPro-Cond";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-05FF;
  src: url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-BoldCond.woff2") format("woff2"), url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-BoldCond.woff") format("woff");
}
@font-face {
  font-family: "Kepler Std";
  font-style: normal;
  font-display: swap;
  unicode-range: U+000-5FF;
  src: url("https://d2k1udokfj5xv9.cloudfront.net/fonts/KeplerStd-Regular.woff2") format("woff2"), url("https://d2k1udokfj5xv9.cloudfront.net/fonts/KeplerStd-Regular.woff") format("woff");
}
.str-footer {
  background-color: #000;
  padding: 50px 0 20px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  position: relative;
  z-index: 4;
}

.str-pre-footer {
  position: relative;
  z-index: 4;
}

.str-footer__main {
  display: flex;
  justify-content: space-between;
}

.str-footer__content {
  display: flex;
  width: 100%;
  gap: 8vw;
}
@media only screen and (max-width: 1280px) {
  .str-footer__content {
    gap: 5vw;
  }
}
@media only screen and (max-width: 860px) {
  .str-footer__content {
    gap: 2.5vw;
  }
}
@media only screen and (max-width: 600px) {
  .str-footer__content {
    flex-direction: column;
  }
}

.str-footer__content-address img {
  max-width: 200px;
  margin-bottom: 15px;
}
.str-footer__content-address .str-footer__content-address-links {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.str-footer__content-address .str-footer__content-address-links a,
.str-footer__content-address .str-footer__content-address-links address {
  color: #fff;
  transition: all 0.5s ease-in-out;
}
.str-footer__content-address .str-footer__content-address-links a:hover,
.str-footer__content-address .str-footer__content-address-links address:hover {
  color: #888888;
}
.str-footer__content-address .str-footer__content-address-links address {
  margin-bottom: 5px;
}

.str-footer__legal {
  display: flex;
  justify-content: center;
  gap: 5px;
  align-items: flex-end;
}
@media only screen and (max-width: 600px) {
  .str-footer__legal {
    flex-direction: column;
    align-items: flex-start;
  }
}
.str-footer__legal p {
  font-size: 0.875rem;
  color: #fff;
  white-space: nowrap;
}

.str-footer__content-menu {
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.str-footer__social {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.str-footer__social-list {
  display: flex;
  gap: 10px;
  padding: 0px;
}
.str-footer__social-list .str-footer__social-list-item {
  padding: 0px;
  list-style-type: none;
  margin-bottom: 0px;
  transition: all 0.5s ease-in-out;
}
.str-footer__social-list .str-footer__social-list-item img {
  aspect-ratio: 1/1;
  max-width: 16px;
}
.str-footer__social-list .str-footer__social-list-item:hover {
  opacity: 0.7;
}

.str-footer__contact-link {
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.str-footer__contact-link:hover {
  color: #888888;
}

/* ATOMS */
.a-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Myriad Pro", Myriad, "Segoe UI", Arial, "Liberation Sans", sans-serif;
  border-width: 2px;
  border-style: solid;
  font-weight: 900;
  font-size: 1.0625rem;
  height: 50px;
  padding: 0px 30px;
  line-height: 120%;
  cursor: pointer;
  background-color: #FE3F00;
  border-color: #FE3F00;
  color: #fff;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
}
.a-btn:hover {
  background-color: #fff;
  border-color: #FE3F00;
  color: #FE3F00;
}
@media only screen and (max-width: 600px) {
  .a-btn {
    height: 44px;
    padding: 0px 20px;
    font-size: 1rem;
  }
}
.a-btn--full {
  padding: 0px;
  width: 100%;
}
.a-btn--secondary {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.a-btn--secondary:hover {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
.a-btn--alternate {
  background-color: #fff;
  border-color: #FE3F00;
  color: #FE3F00;
}
.a-btn--alternate:hover {
  background-color: #FE3F00;
  border-color: #FE3F00;
  color: #fff;
}
.a-btn--share {
  background-color: #095FC6;
  border-color: #fff;
  color: #fff;
}
.a-btn--share:hover {
  background-color: #fff;
  border-color: #fff;
  color: #095FC6;
}
.a-btn--clear {
  background-color: transparent;
  border-color: #FE3F00;
  color: #FE3F00;
}
.a-btn--clear:hover {
  background-color: #FE3F00;
  border-color: #FE3F00;
  color: #fff;
}
.a-btn--clear2 {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.a-btn--clear2:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.a-btn--primary2 {
  background-color: #FE3F00;
  border-color: #FE3F00;
  color: #fff;
}
.a-btn--primary2:hover {
  background-color: transparent;
  border-color: #FE3F00;
  color: #FE3F00;
}
.a-btn--secondary2 {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.a-btn--secondary2:hover {
  background-color: transparent;
  border-color: #000;
  color: #000;
}
@media only screen and (max-width: 600px) {
  .a-btn--fixed-width {
    min-width: 230px;
  }
}
.a-btn--no-hover {
  cursor: default;
  white-space: nowrap;
  pointer-events: none;
}

.a-btn-more {
  text-decoration: underline;
  font-family: "Myriad Pro", Myriad, "Segoe UI", Arial, "Liberation Sans", sans-serif;
  font-size: 1.0625rem;
  font-weight: 900;
  display: flex;
  background-color: transparent;
}
.a-btn-more--b2b {
  color: #92D050;
}

@media only screen and (max-width: 600px) {
  .s-hero-2 .a-btn--clear2 {
    background-color: #fff;
    border-color: #FE3F00;
    color: #FE3F00;
  }
  .s-hero-2 .a-btn--clear2:hover {
    background-color: #FE3F00;
    border-color: #FE3F00;
    color: #fff;
  }
}

.s-content-27__sticky-card .a-btn {
  background-color: #FE3F00;
  border-color: #FE3F00;
  color: #fff;
}
.s-content-27__sticky-card .a-btn:hover {
  background-color: #fff;
  border-color: #FE3F00;
  color: #FE3F00;
}

.a-sticky-cta .a-btn--clear2 {
  background-color: #fff;
  border-color: #FE3F00;
  color: #FE3F00;
}
.a-sticky-cta .a-btn--clear2:hover {
  background-color: #FE3F00;
  border-color: #FE3F00;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 120%;
}

[class*=h-title-] {
  text-align: left;
}

.h-title-whale {
  font-family: "Kepler Std", Georgia, "Times New Roman", Times, "Liberation Serif", serif;
  font-weight: 600;
  color: #000;
  font-size: min(max(5rem, 18.75vw), 18.75rem);
  line-height: 80%;
  letter-spacing: 2px;
  white-space: nowrap;
}
.h-title-whale--light {
  color: #fff;
}

.h-title-jumbo {
  font-family: "Myriad Pro", Myriad, "Segoe UI", Arial, "Liberation Sans", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: min(max(5rem, 15.625vw), 15.625rem);
  line-height: 80%;
}
.h-title-jumbo--light {
  color: #fff;
}

.h-title-hipo {
  font-family: "Myriad Pro", Myriad, "Segoe UI", Arial, "Liberation Sans", sans-serif;
  font-weight: 600;
  color: #000;
  font-size: min(max(5rem, 8.3125vw), 8.3125rem);
  line-height: 100%;
}
.h-title-hipo--light {
  color: #fff;
}

.h-title-hero {
  font-family: "Myriad Pro", Myriad, "Segoe UI", Arial, "Liberation Sans", sans-serif;
  font-weight: 700;
  color: #000;
  line-height: 100%;
  font-size: min(max(2.5rem, 6.25vw), 6.25rem);
}
.h-title-hero--light {
  color: #fff;
}

.h-title-hero-blog {
  font-family: "Myriad Pro", Myriad, "Segoe UI", Arial, "Liberation Sans", sans-serif;
  font-weight: 900;
  color: #000;
  line-height: 105%;
  font-size: min(max(2.5rem, 4.375vw), 7.5rem);
}
.h-title-hero-blog--light {
  color: #fff;
}

.h-subtitle-hero-blog {
  font-family: "Myriad Pro", Myriad, "Segoe UI", Arial, "Liberation Sans", sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 105%;
  font-size: min(max(1.5rem, 2vw), 2rem);
  margin-top: 2dvw;
}
@media only screen and (max-width: 859.98px) {
  .h-subtitle-hero-blog {
    max-width: 75%;
    text-align: center;
    margin-top: 4dvw;
  }
}
.h-subtitle-hero-blog--light {
  color: #fff;
}

.h-title-super {
  font-family: "Myriad Pro", Myriad, "Segoe UI", Arial, "Liberation Sans", sans-serif;
  font-weight: 900;
  color: #000;
  font-size: 5rem;
  line-height: 105%;
}
.h-title-super--light {
  color: #fff;
}
@media only screen and (max-width: 859.98px) {
  .h-title-super {
    font-size: 2rem;
  }
}

h1,
.h-title-page {
  font-family: "Myriad Pro", Myriad, "Segoe UI", Arial, "Liberation Sans", sans-serif;
  font-weight: 900;
  color: #000;
  font-size: min(max(2rem, 3.125vw), 3.125rem);
}
h1--light,
.h-title-page--light {
  color: #fff;
}
h1--regular,
.h-title-page--regular {
  font-weight: 400;
}
h1 span,
.h-title-page span {
  font-weight: 900;
  font-size: min(max(2rem, 3.125vw), 3.125rem);
}

h2,
.h-title-section {
  font-family: "Myriad Pro", Myriad, "Segoe UI", Arial, "Liberation Sans", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: min(max(1.875rem, 2.5vw), 2.5rem);
}
h2 span,
.h-title-section span {
  font-weight: 700;
  font-size: min(max(1.875rem, 2.5vw), 2.5rem);
}
h2--light,
.h-title-section--light {
  color: #fff;
}
h2--highlight,
.h-title-section--highlight {
  color: #04CDAE;
}

.h-title-escort {
  font-family: "Myriad Pro", Myriad, "Segoe UI", Arial, "Liberation Sans", sans-serif;
  font-weight: 400;
  color: #888888;
  font-size: min(max(1.25rem, 1.3125vw), 1.3125rem);
}
.h-title-escort span {
  font-weight: 400;
  font-size: min(max(1.25rem, 1.3125vw), 1.3125rem);
}
.h-title-escort--bolded {
  color: #000;
  font-weight: 700;
}
.h-title-escort--light {
  color: #fff;
  font-weight: 700;
}
.h-title-escort--light span {
  color: #fff;
}
.h-title-escort--light-no-bold {
  color: #fff;
  font-weight: 400;
}

.h-title-category {
  font-family: "MyriadPro-Cond", "Arial Narrow", "Liberation Sans Narrow", Arial, Tahoma, sans-serif;
  font-size: min(max(1.1875rem, 1.425vw), 1.425rem);
  color: #000;
  font-weight: 600;
}
.h-title-category--small {
  font-size: min(max(0.9375rem, 1vw), 1rem);
}

.h-title-banner {
  font-family: "MyriadPro-Cond", "Arial Narrow", "Liberation Sans Narrow", Arial, Tahoma, sans-serif;
  font-size: min(max(1.875rem, 2.5vw), 2.5rem);
  color: #000;
  line-height: 90%;
  font-weight: 700;
}
.h-title-banner span {
  font-family: "MyriadPro-Cond", "Arial Narrow", "Liberation Sans Narrow", Arial, Tahoma, sans-serif;
  font-size: min(max(2.6rem, 3.125vw), 3.125rem);
  line-height: 90%;
  font-weight: 700;
}

h3,
.h-title-in-section {
  font-family: "Myriad Pro", Myriad, "Segoe UI", Arial, "Liberation Sans", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: min(max(1.5rem, 2vw), 2rem);
}
h3 span,
.h-title-in-section span {
  font-weight: 700;
  font-size: min(max(1.5rem, 2vw), 2rem);
}
h3--light,
.h-title-in-section--light {
  color: #fff;
}
h3--highlight,
.h-title-in-section--highlight {
  color: #04CDAE;
}
h3--condensed,
.h-title-in-section--condensed {
  font-family: "MyriadPro-Cond", "Arial Narrow", "Liberation Sans Narrow", Arial, Tahoma, sans-serif;
  font-weight: 600;
}
h3--condensed span,
.h-title-in-section--condensed span {
  font-weight: 600;
}
h3--condensed strong,
h3--condensed b,
.h-title-in-section--condensed strong,
.h-title-in-section--condensed b {
  font-weight: 900;
}

h4,
.h-title-section-subtitle {
  font-family: "Myriad Pro", Myriad, "Segoe UI", Arial, "Liberation Sans", sans-serif;
  font-weight: 900;
  color: #000;
  font-size: min(max(1.3125rem, 1.5vw), 1.5rem);
}
h4 span,
.h-title-section-subtitle span {
  font-weight: 900;
  font-size: min(max(1.3125rem, 1.5vw), 1.5rem);
}
h4 > b,
.h-title-section-subtitle > b {
  font-weight: 600;
}
h4--highlight,
.h-title-section-subtitle--highlight {
  color: #04CDAE;
}
h4--light,
.h-title-section-subtitle--light {
  color: #fff;
}
h4--condensed,
.h-title-section-subtitle--condensed {
  font-family: "MyriadPro-Cond", "Arial Narrow", "Liberation Sans Narrow", Arial, Tahoma, sans-serif;
  font-weight: 600;
}
h4--condensed span,
.h-title-section-subtitle--condensed span {
  font-weight: 600;
}
h4--condensed strong,
h4--condensed b,
.h-title-section-subtitle--condensed strong,
.h-title-section-subtitle--condensed b {
  font-weight: 900;
}

h5,
.h-title-5 {
  font-family: "Myriad Pro", Myriad, "Segoe UI", Arial, "Liberation Sans", sans-serif;
  font-weight: 900;
  color: #000;
  font-size: 1.3125rem;
  font-size: min(max(1.1875rem, 1.3125vw), 1.3125rem);
}
h5 span,
.h-title-5 span {
  font-weight: 900;
  font-size: min(max(1.1875rem, 1.3125vw), 1.3125rem);
}
h5--semibold,
.h-title-5--semibold {
  font-weight: 700;
}
h5--light,
.h-title-5--light {
  color: #fff;
}

h6,
.h-title-6 {
  font-family: "Myriad Pro", Myriad, "Segoe UI", Arial, "Liberation Sans", sans-serif;
  font-weight: 600;
  color: #000;
  font-size: 1.3125rem;
}
h6 span,
.h-title-6 span {
  font-weight: 600;
  font-size: 1.3125rem;
}
h6--light,
.h-title-6--light {
  color: #fff;
}

.h-title-quote,
blockquote p {
  text-align: center;
  font-family: "Kepler Std", Georgia, "Times New Roman", Times, "Liberation Serif", serif;
  font-weight: 900;
  color: #000;
  font-size: 5rem;
  font-size: min(max(2.5rem, 5vw), 5rem);
  line-height: 120%;
  white-space: break-spaces;
  margin-bottom: 0px !important;
}

.h-title-mini-quote,
blockquote p {
  text-align: center;
  font-family: "Kepler Std", Georgia, "Times New Roman", Times, "Liberation Serif", serif;
  font-weight: 900;
  color: #000;
  font-size: 3.75rem;
  font-size: min(max(2.5rem, 3.75vw), 3.75rem);
  line-height: 120%;
  white-space: break-spaces;
  margin-bottom: 0px !important;
}

.a-quote {
  position: relative;
  padding: 50px 0;
}

.a-quote__background,
.a-quote__foreground {
  display: flex;
}

.a-quote__background {
  width: 100%;
  position: absolute;
  top: -10%;
  left: 0px;
  justify-content: space-between;
  align-items: center;
  height: 108%;
}
.a-quote__background--center {
  justify-content: center;
}
.a-quote__background > svg path {
  fill: #000;
  opacity: 0.1;
}

.a-quote--mini .a-quote__background {
  top: 0%;
  height: 100%;
}

.a-quote__background-comma {
  width: 5vw;
}
.a-quote__background-comma--left {
  align-self: flex-start;
  margin-top: 3vh;
}
.a-quote__background-comma--right {
  align-self: flex-end;
  margin-bottom: 3vh;
}

.a-quote__background-center {
  width: 18vw;
}
.a-quote__background-center--big {
  width: 70%;
}

.a-quote__image-background {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: var(--bg1x);
  /* Usa la variable para la imagen de escritorio */
}
@media only screen and (max-width: 860px) {
  .a-quote__image-background {
    background-image: var(--bg-mobile);
    /* Usa la variable para la imagen de tablet */
  }
}

@media only screen and (max-width: 600px) {
  .a-quote__background-wrapper--small-heading blockquote h2 {
    font-size: calc(40px + -8 * (100vw - 320px) / 280);
  }
}

.a-quote__foreground {
  max-width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.a-quote--mini .a-quote__foreground {
  max-width: 100%;
}

.a-quote--mini p {
  font-size: min(max(2.5rem, 5vw), 3.75rem);
}

@media only screen and (max-width: 1300px) {
  .a-quote__background-center {
    width: 26vw;
  }
  .a-quote__background-comma {
    width: 7vw;
  }
}
@media only screen and (max-width: 1000px) {
  .a-quote__background-center {
    width: 35vw;
  }
  .a-quote__background-comma {
    width: 9vw;
  }
}
@media only screen and (max-width: 950px) {
  .a-quote {
    max-width: 85%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 600px) {
  .a-quote__background-center {
    width: 26vw;
  }
  .a-quote__background-comma {
    width: 8vw;
  }
  .a-quote__background-comma--left {
    margin-top: 1vh;
  }
  .a-quote__background-comma--right {
    margin-bottom: 2vh;
  }
  .a-quote {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 400px) {
  .a-quote__background-center {
    width: 30vw;
  }
  .a-quote__background {
    top: 0;
    height: 100%;
  }
  .a-quote__background-comma {
    width: 11vw;
  }
  .a-quote__background-comma--left {
    margin-top: 0vh;
  }
  .a-quote__background-comma--right {
    margin-bottom: 0vh;
  }
  .a-quote {
    max-width: 300px;
  }
}
.a-wyswyg {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 859.98px) {
  .a-wyswyg {
    padding-top: 4dvh;
    padding-bottom: 4dvh;
  }
}
.a-wyswyg h1,
.a-wyswyg h2 {
  margin-bottom: 20px;
  margin-top: 40px;
}
.a-wyswyg h3,
.a-wyswyg h4,
.a-wyswyg h5,
.a-wyswyg h6 {
  margin-bottom: 10px;
  margin-top: 30px;
}
.a-wyswyg p {
  margin-bottom: 10px;
}
.a-wyswyg img {
  width: auto;
  max-width: 100%;
}
.a-wyswyg img.aligncenter {
  display: inline;
}
.a-wyswyg img.alignright {
  float: right;
  margin-left: 20px;
}
.a-wyswyg img.alignleft {
  float: left;
  margin-right: 20px;
}
.a-wyswyg picture {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: auto !important;
}
.a-wyswyg picture img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.a-wyswyg picture.aligncenter {
  display: table;
}
.a-wyswyg picture.alignright {
  float: right;
  margin-left: 20px;
}
.a-wyswyg picture.alignleft {
  float: left;
  margin-right: 20px;
}
.a-wyswyg iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.a-wyswyg .a-quote {
  margin: 50px auto;
  max-width: 1200px;
}
.a-wyswyg ul {
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.a-wyswyg ul li {
  list-style: none;
  margin: 0px;
  position: relative;
  padding-left: 20px;
}
.a-wyswyg ul li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0px;
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.a-wyswyg ul li--b2b:before {
  border-color: #92D050;
}
.a-wyswyg ul li--b2b span {
  font-weight: 600;
  color: #92D050;
}
.a-wyswyg ul li--highlight {
  display: block;
}
.a-wyswyg ul li--highlight b {
  color: #92D050;
}
.a-wyswyg picture {
  margin-top: 20px;
  margin-bottom: 15px;
}
.a-wyswyg--black a,
.a-wyswyg--black p,
.a-wyswyg--black li,
.a-wyswyg--black span,
.a-wyswyg--black select,
.a-wyswyg--black input,
.a-wyswyg--black h1,
.a-wyswyg--black h2,
.a-wyswyg--black h3,
.a-wyswyg--black h4,
.a-wyswyg--black h5,
.a-wyswyg--black h6 {
  color: #fff;
}
.a-wyswyg--black ul li:before {
  border: solid #fff;
  border-width: 0 2px 2px 0;
}
.a-wyswyg--blog a:not(.a-btn) {
  color: #EFA300;
  font-weight: 600;
}
.a-wyswyg--blog a:not(.a-btn):hover {
  color: #EFA300;
  opacity: 0.8;
}
.a-wyswyg--blog p {
  margin-bottom: 22px;
}
.a-wyswyg--blog li {
  margin-bottom: 30px;
}
.a-wyswyg--blog p,
.a-wyswyg--blog li,
.a-wyswyg--blog a {
  font-size: min(max(1rem, 1.2vw), 1.2rem);
  line-height: 125%;
}
.a-wyswyg--blog p span,
.a-wyswyg--blog li span,
.a-wyswyg--blog a span {
  font-size: min(max(1rem, 1.2vw), 1.2rem);
  line-height: 125%;
}
.a-wyswyg--blog picture,
.a-wyswyg--blog img,
.a-wyswyg--blog iframe {
  min-width: 100%;
}
@media only screen and (max-width: 859.98px) {
  .a-wyswyg--blog picture,
  .a-wyswyg--blog img,
  .a-wyswyg--blog iframe {
    min-width: 100dvw !important;
    margin-left: -3dvw;
  }
}
.a-wyswyg table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0 10px;
  font-size: 1em;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  border: unset;
}
.a-wyswyg table th,
.a-wyswyg table td {
  border: 1px solid #ddd;
  padding: 12px 10px;
  text-align: left;
  vertical-align: middle;
}
.a-wyswyg table th {
  background: #f7f7f7;
  font-weight: bold;
}
.a-wyswyg table tr:nth-child(even) {
  background: #fafafa;
}
@media only screen and (max-width: 859.98px) {
  .a-wyswyg table,
  .a-wyswyg thead,
  .a-wyswyg tbody,
  .a-wyswyg tr,
  .a-wyswyg th,
  .a-wyswyg td {
    display: block;
    width: 100%;
  }
  .a-wyswyg table {
    overflow-x: auto;
    display: block;
    max-width: 100%;
    box-shadow: none;
  }
  .a-wyswyg thead {
    display: none;
  }
  .a-wyswyg tr {
    margin-bottom: 12px;
    border-bottom: 2px solid #eee;
  }
  .a-wyswyg td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    padding-top: 35px !important;
  }
  .a-wyswyg td:before {
    position: absolute;
    top: 12px;
    left: 10px;
    width: 48%;
    white-space: pre-wrap;
    font-weight: bold;
    content: attr(data-label);
    color: #888;
    font-size: 0.97em;
  }
}

.a-wyswyg--blog .a-quote {
  width: 90%;
}
@media only screen and (max-width: 949.98px) {
  .a-wyswyg--blog .a-quote {
    margin: 20px auto;
  }
}
.a-wyswyg--blog .a-quote__background-comma--left {
  align-self: flex-start;
  margin-top: 2%;
}
@media only screen and (max-width: 949.98px) {
  .a-wyswyg--blog .a-quote__background-comma--left {
    width: 10vw;
    margin-top: 8%;
  }
}
.a-wyswyg--blog .a-quote__background-center {
  width: 20%;
  margin-top: 1.5%;
}
.a-wyswyg--blog .a-quote__background-comma--right {
  align-self: flex-end;
  margin-bottom: 0.5%;
}
@media only screen and (max-width: 949.98px) {
  .a-wyswyg--blog .a-quote__background-comma--right {
    width: 10vw;
    margin-bottom: 5%;
  }
}
.a-wyswyg--blog .a-quote__foreground {
  max-width: 85%;
  justify-content: center;
}

.a-btn-list {
  display: flex;
  gap: 10px;
}
.a-btn-list--big {
  gap: 30px;
}
@media only screen and (max-width: 600px) {
  .a-btn-list--big {
    gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .a-btn-list {
    flex-direction: column;
    align-items: flex-start;
  }
}
.a-btn-list--column {
  flex-direction: column;
}
@media only screen and (max-width: 600px) {
  .a-btn-list--center {
    align-items: center;
  }
}
@media only screen and (max-width: 600px) {
  .a-btn-list--mobile-row {
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.a-dropdown-item {
  border-top: 1px solid rgba(136, 136, 136, 0.2);
  padding-top: 10px;
  padding-bottom: 30px;
  list-style-type: none;
  margin-bottom: 0px;
}
.a-dropdown-item--clean {
  border: 0px;
  padding: 0px;
}

.a-dropdown-item__header {
  position: relative;
  cursor: pointer;
  padding-right: 50px;
}
.a-dropdown-item__header::after {
  position: absolute;
  content: "";
  right: 25px;
  top: calc(50% - 8px);
  border: solid #000;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
}

.a-dropdown-item--clean .a-dropdown-item__header {
  width: -moz-fit-content;
  width: fit-content;
}
.a-dropdown-item--clean .a-dropdown-item__header::after {
  right: 15px;
}

.a-dropdown-item__header.active::after {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
}

.a-dropdown-item__content {
  max-width: 880px;
  padding-right: 50px !important;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  line-height: 0;
  padding: 0;
  color: transparent;
}
.a-dropdown-item__content ul,
.a-dropdown-item__content ol {
  padding-left: unset;
}
.a-dropdown-item__content span,
.a-dropdown-item__content a,
.a-dropdown-item__content li,
.a-dropdown-item__content ul,
.a-dropdown-item__content ol,
.a-dropdown-item__content br {
  transition: all 0.5s ease-in-out;
  line-height: 0;
}
.a-dropdown-item__content ul li {
  font-size: inherit;
  color: inherit;
  list-style: inside;
  list-style-type: disc;
  display: list-item;
  margin-bottom: 0px;
}
.a-dropdown-item__content ol li {
  font-size: inherit;
  color: inherit;
  list-style: inside;
  list-style-type: decimal;
  display: list-item;
  margin-bottom: 0px;
}

.a-dropdown-item__content--tab {
  display: flex;
  flex-direction: column;
  padding-left: 30px;
  transition: all 0.5s ease-in-out;
}
.a-dropdown-item__content--tab a {
  color: #04CDAE;
  text-decoration: underline;
  font-weight: 600;
}
.a-dropdown-item__content--tab a:hover {
  text-decoration: none;
}

.a-dropdown-item__content.active {
  line-height: 1.2;
  padding-top: 10px;
  padding-bottom: 0;
  color: #888888;
}
.a-dropdown-item__content.active span,
.a-dropdown-item__content.active li,
.a-dropdown-item__content.active ul,
.a-dropdown-item__content.active ol,
.a-dropdown-item__content.active br {
  line-height: 1.2;
}
.a-dropdown-item__content.active a {
  line-height: 1.5;
}

.a-dropdown-item__content.active.a-dropdown-item__content--tab > span {
  border-bottom: 0.5px solid #888888;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.a-dropdown-item--clean .a-dropdown-item__content.active {
  color: #000;
}

.a-basic-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
}
.a-basic-content--max50 {
  max-width: 640px;
}

.a-basic-content__title {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}

.a-basic-content__list {
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.a-basic-content__list li {
  list-style: none;
  margin: 0px;
}
.a-basic-content__list--mingap {
  gap: 10px;
}

.a-label-dropdown {
  position: relative;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.a-label-dropdown:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0px;
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.a-label-dropdown--b2b:before {
  border-color: #92D050;
}
.a-label-dropdown--b2b span {
  font-weight: 600;
  color: #92D050;
}
.a-label-dropdown--blog:before {
  border-color: #EFA300;
}
.a-label-dropdown--blog span {
  font-weight: 600;
  color: #EFA300;
}
.a-label-dropdown--black:before {
  border-color: #fff;
}
.a-label-dropdown--black span {
  font-weight: 600;
  color: #fff;
}
.a-label-dropdown--highlight {
  display: block;
}
.a-label-dropdown--highlight b {
  color: #92D050;
}

.a-bullet {
  display: flex;
  gap: 20px;
  align-items: center;
}
.a-bullet .a-icon {
  width: 110px;
  height: 110px;
}
@media only screen and (max-width: 950px) {
  .a-bullet .a-icon {
    width: 90px;
    height: 90px;
  }
}

.a-bullet__content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 370px;
}

.a-small-iso {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
}
@media only screen and (max-width: 859.98px) {
  .a-small-iso {
    padding-bottom: 0px;
  }
}

.a-small-iso__svg {
  max-height: 30px;
  opacity: 0.2;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  margin: 2dvh 0;
}
@media only screen and (max-width: 600px) {
  .blog-pagination {
    margin: 1dvh 0;
  }
}

.blog-pagination ul,
.blog-pagination ul li {
  display: flex;
  list-style: none !important;
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 10px;
}

.blog-pagination li {
  margin: 0 6px;
}

.blog-pagination a,
.blog-pagination span {
  display: block;
  padding: 8px 16px;
  text-decoration: none;
  color: #EFA300;
  font-weight: 600;
  background: #fff;
  border: #EFA300 2px solid;
  transition: background 0.5s ease, color 0.5s ease;
}

.blog-pagination .current,
.blog-pagination a:hover {
  background: #EFA300;
  color: #fff;
  font-weight: bold;
}

.blog-pagination .dots {
  display: none;
}

/* MOLECULES */
.m-card-icon {
  display: flex;
  width: 300px;
  padding: 80px 30px 30px 30px;
  margin-top: 100px;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  position: relative;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 4px 4px 10px 3px rgba(0, 0, 0, 0.1);
}
.m-card-icon .a-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: -100px;
  left: calc(50% - 75px);
}
@media only screen and (max-width: 600px) {
  .m-card-icon .a-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(50% - 45px);
    left: -30px;
  }
}
@media only screen and (max-width: 600px) {
  .m-card-icon {
    display: flex;
    padding: 20px 20px 20px 80px;
    width: calc(100% - 30px);
    flex-direction: column;
    gap: 30px;
    margin-top: 0px;
    margin-left: 35px;
    align-items: self-start;
  }
}
@media only screen and (max-width: 600px) {
  .m-card-icon .ut-text-center {
    text-align: left;
  }
}

.m-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 400px;
  gap: 30px;
  padding-bottom: 30px;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 4px 10px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 600px) {
  .m-card .h-title-escort {
    font-size: 2rem;
    font-size: 1.5rem;
  }
}
.m-card .a-btn {
  margin-top: auto;
}
@media only screen and (max-width: 600px) {
  .m-card .a-btn {
    width: auto;
    padding: 0px 30px;
  }
}
.m-card picture,
.m-card img {
  border-radius: 5px 5px 0px 0px;
}
.m-card--transparent {
  background-color: transparent;
  border: 1px solid #fff;
  padding-top: 30px;
  justify-content: center;
  min-width: 400px;
}
.m-card--transparent-opacity {
  background-color: rgba(255, 255, 255, 0.1);
  padding-top: 0px;
}
.m-card--form {
  padding: 30px;
  width: 100%;
  max-width: 100%;
}
.m-card--bootcamp {
  background-image: var(--bg1x);
  aspect-ratio: 4/6;
  justify-content: flex-end;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.m-card--bootcamp::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.m-card--bootcamp .m-card__content {
  justify-content: flex-end;
  z-index: 2;
}
.m-card--bootcamp .a-btn {
  margin-top: unset;
  width: 100%;
}
.m-card--post {
  flex: 1 1 23.5%;
  max-width: 23.5%;
  max-height: unset;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media only screen and (max-width: 1280px) {
  .m-card--post {
    flex: 2 1 32%;
    max-width: 32%;
  }
}
@media only screen and (max-width: 860px) {
  .m-card--post {
    flex: 2 1 48%;
    max-width: 48%;
  }
}
@media only screen and (max-width: 600px) {
  .m-card--post {
    flex: 2 1 100%;
    max-width: 100%;
  }
}
.m-card--post .m-card__content {
  justify-content: flex-end;
  z-index: 2;
  gap: 20px;
}
.m-card--post .m-card__content .m-card__content-button {
  display: flex;
  margin-top: auto;
}
@media only screen and (max-width: 600px) {
  .m-card--post .m-card__content {
    gap: 10px;
  }
}
.m-card--post .m-card__image {
  width: 100%;
  aspect-ratio: 16/9;
  /* o 4/3, ajusta a tu gusto */
  overflow: hidden;
  display: block;
  background: #f6f6f6;
  /* opcional, fondo gris cuando carga */
}
.m-card--post .m-card__image img, .m-card--post picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* Cubre todo el espacio, recorta si es necesario */
  display: block;
}
.m-card--post-featured {
  flex: 2 1 49%;
  max-width: 49%;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  padding-bottom: 0;
  border-radius: 5px;
}
@media only screen and (max-width: 1280px) {
  .m-card--post-featured {
    flex: 2 1 66%;
    max-width: 66%;
  }
}
@media only screen and (max-width: 860px) {
  .m-card--post-featured {
    flex: 2 1 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .m-card--post-featured {
    flex: 2 1 100%;
    max-width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }
}
.m-card--post-featured .m-card__content {
  justify-content: center;
  z-index: 2;
  gap: 20px;
  text-align: center;
  padding: 30px 30px 30px 0px;
  max-width: 320px;
}
.m-card--post-featured .m-card__content .m-card__content-button {
  display: flex;
  margin-top: auto;
}
@media only screen and (max-width: 600px) {
  .m-card--post-featured .m-card__content {
    gap: 10px;
    padding: 0px 30px 30px 30px;
    max-width: 100%;
  }
  .m-card--post-featured .m-card__content .m-card__image {
    aspect-ratio: 16/9;
  }
}
.m-card--post-featured .m-card__image {
  aspect-ratio: unset;
  height: 100%;
  min-width: 120px;
  overflow: hidden;
  background: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px 0 0 5px;
}
.m-card--post-featured .m-card__image img, .m-card--post-featured picture {
  aspect-ratio: unset;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px 0 0 5px;
}

.m-card__content__title {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}

.m-card__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px 30px;
  gap: 10px;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 600px) {
  .m-card__content {
    gap: 20px;
    padding: 0px 20px;
  }
}
.m-card__content--workshop {
  gap: 20px;
}
.m-card__content--workshop p {
  margin-top: -10px;
}
.m-card__content--noimg {
  padding-top: 30px;
  gap: 30px;
}
.m-card__content--noimg__ws {
  padding-top: 30px;
  gap: 20px;
}
.m-card__content--more-gap {
  gap: 30px;
  padding: 0px 20px;
  padding-top: 30px;
}
.m-card__content h3 {
  font-size: 1.5rem;
}

.m-card__background {
  min-height: 250px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-image: var(--bg1x);
}

.m-card__content-separator {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #E9E9E9;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  line-height: 128%;
}
.m-card__content-separator--no-paddding__bottom {
  padding-bottom: 0px;
}

.m-card__content-separator-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.m-card__content-row {
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.m-card__content-title {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.m-card__arrow {
  align-self: center;
  border-bottom: 10px solid #000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  height: 0;
  margin-right: 5px;
  transform: rotate(90deg);
  width: 0;
  margin-left: auto;
}

.m-card--cat-mo .m-card__arrow {
  border-bottom: 10px solid #FF6BA0;
}
.m-card--cat-my .m-card__arrow {
  border-bottom: 10px solid #8277FF;
}
.m-card--cat-mb .m-card__arrow {
  border-bottom: 10px solid #F28DF4;
}
.m-card--cat-la .m-card__arrow {
  border-bottom: 10px solid #39D5DF;
}
.m-card--cat-pa .m-card__arrow {
  border-bottom: 10px solid #40A4CF;
}
.m-card--cat-sa .m-card__arrow {
  border-bottom: 10px solid #5E91FF;
}

a.m-card--link:hover {
  transform: translate(1px, 1px);
  -webkit-transform: translate(1px, 1px);
  -moz-transform: translate(1px, 1px);
  -o-transform: translate(1px, 1px);
  -ms-transform: translate(1px, 1px);
  filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.15));
}

a.m-card--link:hover.m-card--cat-mo {
  filter: drop-shadow(1px 2px 2px #FF6BA0);
}

a.m-card--link:hover.m-card--cat-my {
  filter: drop-shadow(1px 2px 2px #8277FF);
}

a.m-card--link:hover.m-card--cat-mb {
  filter: drop-shadow(1px 2px 2px #F28DF4);
}

a.m-card--link:hover.m-card--cat-la {
  filter: drop-shadow(1px 2px 2px #39D5DF);
}

a.m-card--link:hover.m-card--cat-pa {
  filter: drop-shadow(1px 2px 2px #40A4CF);
}

a.m-card--link:hover.m-card--cat-sa {
  filter: drop-shadow(1px 2px 2px #5E91FF);
}

.m-card-list {
  display: flex;
  flex-wrap: wrap;
  gap: max(2%, 70px);
  justify-content: flex-start;
}
@media only screen and (max-width: 1280px) {
  .m-card-list {
    gap: min(2%, 70px);
    row-gap: 20px;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 860px) {
  .m-card-list {
    gap: 20px;
    justify-content: center;
  }
}
.m-card-list .m-card {
  flex-basis: calc(33% - 25px);
  width: calc(33% - 25px);
  max-width: 420px;
}
@media only screen and (max-width: 1280px) {
  .m-card-list .m-card {
    flex-basis: 32%;
    width: 32%;
  }
}
@media only screen and (max-width: 860px) {
  .m-card-list .m-card {
    flex-basis: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .m-card-list--mobile-full {
    width: 100vw;
    margin-left: -10px;
    gap: 60px;
  }
  .m-card-list--mobile-full .m-card {
    box-shadow: unset;
    border-radius: 0px;
    padding-bottom: 0px;
  }
  .m-card-list--mobile-full .m-card picture,
  .m-card-list--mobile-full .m-card img {
    border-radius: 0px;
  }
}

.m-card-list--wrapped {
  flex-wrap: nowrap;
  justify-content: center;
}
@media only screen and (max-width: 1280px) {
  .m-card-list--wrapped {
    flex-wrap: wrap;
    gap: 45px;
  }
}
@media only screen and (max-width: 1280px) {
  .m-card-list--wrapped .m-card {
    flex-basis: 100%;
  }
}
.m-card-list--wrapped-3 .m-card {
  max-width: 350px;
}
@media only screen and (max-width: 860px) {
  .m-card-list--wrapped-3 .m-card {
    max-width: 420px;
  }
}

@media only screen and (max-width: 600px) {
  .m-card-list--mobile-mini {
    gap: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .m-card-list--mobile-mini .a-menu-item {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}

.m-card-list--slide {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  overflow-x: visible;
  scroll-behavior: smooth;
  padding: 10px;
  gap: 50px;
  box-sizing: border-box;
  align-items: stretch;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.m-card-list--slide::-webkit-scrollbar {
  display: none;
}
.m-card-list--slide > .m-card {
  flex: 0 0 auto;
  max-width: 320px;
}
@media only screen and (max-width: 600px) {
  .m-card-list--slide > .m-card {
    max-width: 250px;
  }
}
.m-card-list--slide .m-card img {
  max-height: 215px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px 5px 0 0;
}

.m-popup {
  position: fixed;
  padding: 50px;
  background: #fff;
  box-shadow: 0px 2px 10px 4px rgba(0, 0, 0, 0.1);
  border-radius: 5px 0px 0px 5px;
  width: 590px;
  max-width: 100%;
  top: 50%;
  z-index: 36;
  right: -100vw;
  opacity: 0;
  transform: translate3d(-100%, -50%, 0.1px);
  height: 100vh;
  overflow-y: scroll;
  transition: 0.8s ease-in-out;
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  -ms-transition: 0.8s ease-in-out;
}

.m-popup--center {
  height: unset;
  min-width: 700px;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  transform: translate3d(250%, -50%, 0.1px);
  transition: opacity 0.8s ease-in-out;
  -webkit-transition: opacity 0.8s ease-in-out;
  -moz-transition: opacity 0.8s ease-in-out;
  -o-transition: opacity 0.8s ease-in-out;
  -ms-transition: opacity 0.8s ease-in-out;
}

.m-popup.active {
  opacity: 1;
  transform: translate3d(-100vw, -50%, 0.1px);
  z-index: 36;
}

.m-popup--center.active {
  opacity: 1;
  transform: translate3d(-50%, -50%, 0.1px);
  z-index: 36;
}

.m-popup--video {
  height: unset;
  border-radius: 0px;
  box-shadow: unset;
  top: 50%;
  left: 50%;
  overflow: unset;
  padding: 30px;
  min-width: 80vw;
  aspect-ratio: 1920/1080;
  background-color: transparent;
  transform: translate3d(250%, -50%, 0.1px);
  transition: opacity 0.8s ease-in-out;
  -webkit-transition: opacity 0.8s ease-in-out;
  -moz-transition: opacity 0.8s ease-in-out;
  -o-transition: opacity 0.8s ease-in-out;
  -ms-transition: opacity 0.8s ease-in-out;
}
.m-popup--video video {
  width: 100%;
}

.m-popup--video.active {
  opacity: 1;
  transform: translate3d(-50%, -50%, 0.1px);
  z-index: 36;
}

.m-popup__header {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 50px;
}

.m-popup--video .m-popup__header {
  margin: 0px;
  justify-content: flex-end;
  top: -25px;
  left: 25px;
}

.m-popup__header__close {
  width: 20px;
  height: 20px;
  position: sticky;
  top: 0px;
  cursor: pointer;
}
.m-popup__header__close:before, .m-popup__header__close:after {
  position: absolute;
  left: 10px;
  content: " ";
  height: 25px;
  width: 4px;
  background-color: black;
}
.m-popup__header__close:before {
  transform: rotate(45deg);
}
.m-popup__header__close:after {
  transform: rotate(-45deg);
}

.m-popup__header__info {
  display: flex;
  gap: 20px;
  align-items: flex-end;
}
.m-popup__header__info picture {
  width: 80px;
  position: relative;
  background-color: #fff;
}
.m-popup__header__info picture img {
  border-radius: 90px;
  background-color: #fff;
}

.m-popup__header-text {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 5px;
  max-width: 90%;
}

.m-popup__overlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  display: none;
  opacity: 0;
  z-index: 35;
  cursor: pointer;
  transform: translateZ(0.1px);
}

.m-popup__overlay--active {
  opacity: 1;
  z-index: 35;
}

.m-popup__overlay--visible {
  display: block;
}

.m-popup__overlay--transition {
  transition: opacity 1s ease-in-out;
}

.m-popup--iframe {
  padding: 25px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 90%;
  min-width: unset;
  background-color: transparent;
}
.m-popup--iframe .m-popup__header {
  margin-top: -15px;
  float: right;
  margin-right: -15px;
  margin-bottom: 15px;
}
.m-popup--iframe .m-popup__header__close:before, .m-popup--iframe .m-popup__header__close:after {
  background-color: white;
}
.m-popup--iframe iframe {
  width: 1000px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

@media only screen and (max-width: 950px) {
  .m-popup {
    right: -220vw;
  }
  .m-popup.active {
    opacity: 1;
    transform: translate3d(-220vw, -50%, 0.1px);
  }
  .m-popup--center.active {
    opacity: 1;
    transform: translate3d(-50%, -50%, 0.1px);
  }
}
@media only screen and (max-width: 600px) {
  .m-popup,
  .m-popup--center {
    bottom: 0;
    top: unset;
    right: 0;
    left: 0;
    height: unset;
    transform: translate3d(0, 100%, 0.1px);
    max-height: calc(100vh - 50px);
    padding: 20px 10px 40px 10px;
    border-radius: 5px 5px 0px 0px;
    min-width: unset;
    transition: 0.8s ease;
    -webkit-transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    -ms-transition: 0.8s ease;
  }
  .m-popup.active,
  .m-popup--center.active {
    transform: translate3d(0, 0%, 0.1px);
  }
  .m-popup--video {
    top: 50%;
    bottom: 50%;
    margin: auto 0;
  }
  .m-popup__header {
    margin-bottom: 10px;
  }
  .m-popup--video .m-popup__header {
    top: -15px;
    left: 0px;
  }
  .hbspt-form input[type=checkbox] {
    margin-right: 5px !important;
  }
  .m-popup__header__info picture {
    width: 60px;
  }
  .m-popup__header__info {
    gap: 10px;
  }
  .m-popup--iframe {
    padding: 20px 10px 40px 10px;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    min-width: unset;
    min-height: 75vh;
  }
  .m-popup--iframe .m-popup__header {
    margin-top: 0px;
    float: right;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .m-popup--iframe iframe {
    width: 1000px;
    max-width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
}
.m-table-of-contents ul {
  padding-left: 10px;
}
.m-table-of-contents li {
  color: #888888;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  margin-bottom: 15px;
}
.m-table-of-contents li.active {
  color: #000;
}
.m-table-of-contents li:hover {
  color: #000;
}

.m-post-tags ul {
  display: flex;
  gap: 10px;
  padding: 0;
  list-style: none;
  justify-content: center;
}
.m-post-tags li {
  margin: 0;
  list-style-type: none;
}
.m-post-tags a:hover {
  opacity: 0.6;
}

.m-post-tags ul li:not(:first-child)::before {
  content: "·";
  color: #000;
  margin-right: 10px;
  font-weight: bold;
  font-size: 1.2em;
  display: inline-block;
  vertical-align: middle;
}

.m-posts-related {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 30px;
}

.m-posts-related__item {
  padding-top: 15px;
  border-top: 1px solid #000;
}

.m-posts-related__item a {
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
  transition: all 0.5s ease-in-out;
}
.m-posts-related__item a:hover {
  cursor: pointer;
  opacity: 0.8;
}
.m-posts-related__item a .m-posts-related__image {
  max-width: 80px;
}
.m-posts-related__item a .m-posts-related__item-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.m-banner {
  position: relative;
  margin: 50px 0;
  overflow: hidden;
  border-radius: 10px;
}

.m-banner__media picture,
.m-banner__media img {
  display: block;
  width: 100% !important;
  height: auto;
  margin: 0;
}
@media only screen and (max-width: 860px) {
  .m-banner__media picture,
  .m-banner__media img {
    min-width: 100% !important;
  }
}

.m-banner__content {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  gap: 1rem;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
  color: #000;
  background: rgba(255, 255, 255, 0.6);
}

.m-banner__title {
  margin: 0;
}

.m-banner--dark .m-banner__content {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}

.m-banner__content--desktop-left {
  align-items: flex-start;
  padding-right: 5rem;
  left: 0;
}

.m-banner__content--desktop-right {
  align-items: flex-end;
  padding-left: 5rem;
  right: 0;
}
.m-banner__content--desktop-right h4 {
  text-align: right;
}

@media only screen and (max-width: 600px) {
  .m-banner__content--mobile-top {
    justify-content: flex-start;
    width: 100%;
    bottom: unset;
    top: 0;
    height: auto;
    padding: 5%;
  }
}

@media only screen and (max-width: 600px) {
  .m-banner__content--mobile-bottom {
    justify-content: flex-end;
    width: 100%;
    bottom: 0;
    top: unset;
    height: auto;
    padding: 5%;
  }
}

.m-share-post {
  margin-top: 50px;
}
.m-share-post p {
  margin-bottom: 10px;
}

.m-share-post__list {
  flex-direction: row !important;
  margin-bottom: 0px !important;
}
.m-share-post__list li {
  padding: 0px !important;
}
.m-share-post__list li svg {
  width: 30px;
  height: 30px;
}
.m-share-post__list li::before {
  display: none !important;
}

/* SECTIONS - ORGANISMS */
.s-content-10 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: var(--bg2x);
  background-position: 30%;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 860px) {
  .s-content-10 {
    background-image: var(--bg1x);
    background-position: bottom center;
  }
}
.s-content-10--nochef {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 860px) {
  .s-content-10--nochef {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.s-content-10 .a-wyswyg {
  padding-top: 0px;
  padding-bottom: 0px;
}

@media only screen and (max-width: 860px) {
  .s-content-10--black.s-content-10--nochef {
    padding-top: 0px;
  }
}

.s-content-10--reverse .s-content-10__container {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 860px) {
  .s-content-10--reverse .s-content-10__container {
    flex-direction: column-reverse;
  }
}

.s-content-10__container {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
}
.s-content-10__container--column {
  flex-direction: column;
}
.s-content-10__container--no__gap {
  gap: 0px;
}
.s-content-10__container--center {
  align-items: center;
}
.s-content-10__container--center .s-content-10__column--picture {
  margin-top: 0px !important;
}
@media only screen and (max-width: 860px) {
  .s-content-10__container {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 600px) {
  .s-content-10__container {
    align-items: center;
  }
}
@media only screen and (max-width: 860px) {
  .s-content-10__container--no_reverse {
    flex-direction: column !important;
  }
}

.s-content-10__column {
  flex-basis: 50%;
  flex: 1;
}
.s-content-10__column--gap {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
}
.s-content-10__column--wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  align-content: space-between;
  flex-basis: unset;
}
@media only screen and (max-width: 860px) {
  .s-content-10__column {
    flex-basis: 100%;
  }
}

.s-content-10__column--content {
  width: 41.5%;
  max-width: 550px;
}
.s-content-10__column--content--minus {
  max-width: 500px;
}
@media only screen and (max-width: 1280px) {
  .s-content-10__column--content--minus {
    max-width: 410px;
  }
}
@media only screen and (max-width: 860px) {
  .s-content-10__column--content {
    width: 100%;
  }
}

.s-content-10__read_more {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}

.s-content-10__column--bullets {
  max-width: 280px;
  box-sizing: border-box;
}

.s-content-10__column--picture {
  max-width: 47.5%;
  margin-top: 35px;
}
.s-content-10__column--picture--centered {
  max-width: 50%;
  margin-top: 0px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 860px) {
  .s-content-10__column--picture {
    max-width: 500px;
  }
}
@media only screen and (max-width: 600px) {
  .s-content-10__column--picture {
    margin-top: 0px;
  }
}
.s-content-10__column--picture picture {
  margin-bottom: 0px;
}

@media only screen and (max-width: 600px) {
  .s-content-10__column--picture-full-mobile {
    max-width: 100vw;
    width: 100vw;
    margin: 0px;
    margin-left: -10px;
  }
}
@media only screen and (max-width: 600px) {
  .s-content-10__column--picture-full-mobile--no-margin {
    margin-left: 0;
  }
}

.s-content-10__video {
  position: relative;
}
.s-content-10__video video {
  width: 100%;
}

.s-content-59 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: var(--bg2x);
  background-position: 30%;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 860px) {
  .s-content-59 {
    background-image: var(--bg1x);
    background-position: bottom center;
  }
}
.s-content-59 .a-wyswyg {
  padding-top: 0px;
  padding-bottom: 0px;
}

.s-content-59--reverse .s-content-59__container {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 860px) {
  .s-content-59--reverse .s-content-59__container {
    flex-direction: column-reverse;
  }
}

.s-content-59__container {
  display: flex;
  gap: 50px;
  justify-content: space-between;
  align-items: stretch;
}
.s-content-59__container--column {
  flex-direction: column;
}
.s-content-59__container--no__gap {
  gap: 0px;
}
.s-content-59__container--center {
  align-items: center;
}
.s-content-59__container--center .s-content-59__column--picture {
  margin-top: 0px !important;
}
@media only screen and (max-width: 860px) {
  .s-content-59__container {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 600px) {
  .s-content-59__container {
    align-items: center;
  }
}
@media only screen and (max-width: 860px) {
  .s-content-59__container--no_reverse {
    flex-direction: column !important;
  }
}

.s-content-59__content-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (max-width: 600px) {
  .s-content-59__content-info {
    gap: 20px;
  }
}

.s-content-59__column {
  flex-basis: 50%;
  flex: 1;
}
.s-content-59__column--gap {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: flex-start;
}
@media only screen and (max-width: 600px) {
  .s-content-59__column--gap {
    gap: 50px;
  }
}
.s-content-59__column--wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  align-content: space-between;
  flex-basis: unset;
}
@media only screen and (max-width: 860px) {
  .s-content-59__column {
    flex-basis: 100%;
  }
}

.s-content-59__column--content {
  width: 50%;
}
.s-content-59__column--content--minus {
  max-width: 500px;
}
@media only screen and (max-width: 1280px) {
  .s-content-59__column--content--minus {
    max-width: 410px;
  }
}
@media only screen and (max-width: 860px) {
  .s-content-59__column--content {
    width: 100%;
  }
}

.s-content-59__buttons-wrapper {
  margin-top: auto;
  display: flex;
  width: 100%;
}

.s-content-59__buttons {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex: 1;
  gap: 0;
}
@media only screen and (max-width: 600px) {
  .s-content-59__buttons {
    flex-direction: column;
    gap: 30px;
  }
}

.s-content-59__column--picture {
  max-width: 50%;
}
.s-content-59__column--picture--centered {
  max-width: 50%;
  margin-top: 0px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 860px) {
  .s-content-59__column--picture {
    max-width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .s-content-59__column--picture {
    margin-top: 0px;
  }
}
.s-content-59__column--picture picture {
  margin-bottom: 0px;
}

.s-hero-post__image--rounded picture {
  border-radius: 20px;
}
@media only screen and (max-width: 600px) {
  .s-hero-post__image--rounded picture {
    border-radius: 0;
  }
}

@media only screen and (max-width: 600px) {
  .s-content-59__column--picture-full-mobile {
    max-width: 100vw;
    width: 100vw;
    margin: 0px;
  }
}
@media only screen and (max-width: 600px) {
  .s-content-59__column--picture-full-mobile--no-margin {
    margin-left: 0;
  }
}

.s-content-59__video {
  position: relative;
}
.s-content-59__video video {
  width: 100%;
}

.s-content-59__background-color {
  background-color: #f2f2f2;
}

.s-content-60 {
  padding: 50px 3dvw;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (max-width: 600px) {
  .s-content-60 {
    padding: 50px 10px;
  }
}

.s-content-60__container {
  display: flex;
  gap: 2%;
  align-self: stretch;
  flex-wrap: wrap;
  row-gap: 38.42px;
}
@media only screen and (max-width: 1921px) {
  .s-content-60__container {
    row-gap: 1.88dvw;
  }
}
@media only screen and (max-width: 860px) {
  .s-content-60__container {
    gap: 4%;
    row-gap: 3.76dvw;
  }
}
@media only screen and (max-width: 600px) {
  .s-content-60__container {
    justify-content: center;
    padding: 0;
    row-gap: 4dvh;
  }
}
.s-content-60__container--scroll {
  width: calc(100% + 3dvw);
  margin-right: -3dvw;
  padding-right: 3dvw;
  padding-left: 3dvw;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  padding-bottom: 30px;
  justify-content: flex-start;
}
.s-content-60__container--scroll::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 1280px) {
  .s-content-60__container--scroll > * {
    min-width: calc((82dvw - 24px) / 2);
    scroll-snap-align: start;
    margin-right: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .s-content-60__container--scroll > * {
    min-width: 80dvw;
  }
}

.s-content-61 {
  background: #ebebeb;
  padding: 40px 0;
}
.s-content-61__container {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* UTILITIES */
.ut-text-center {
  text-align: center !important;
}
@media only screen and (max-width: 600px) {
  .ut-text-center--mobile-left {
    text-align: left !important;
  }
}

.ut-section--black {
  background-color: #000;
}

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

.ut-full-image {
  width: 100vw;
  margin-left: -20px;
}
@media only screen and (max-width: 600px) {
  .ut-full-image {
    margin-left: -10px;
  }
}

.ut-full-image--container {
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .ut-full-image--container {
    width: 90%;
    margin-left: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .ut-full-element--mobile {
    width: 100vw;
  }
}

@media only screen and (max-width: 600px) {
  .ut-full-element--mobile-marg {
    width: 100vw;
    margin-left: -10px;
  }
}

.ut-topmargin-section {
  margin-top: 50px;
}
@media only screen and (max-width: 600px) {
  .ut-topmargin-section {
    margin-top: 0px;
  }
}
.ut-topmargin-section--double {
  margin-top: 50px;
}

.ut-bottommargin-section {
  margin-bottom: 50px;
}
@media only screen and (max-width: 600px) {
  .ut-bottommargin-section {
    margin-bottom: 0px;
  }
}

.ut-padding-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ut-padding-section--double {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ut-padding-lateral {
  padding-left: 50px;
  padding-right: 50px;
}
.ut-padding-lateral--double {
  padding-left: 100px !important;
  padding-right: 100px !important;
}
@media only screen and (max-width: 860px) {
  .ut-padding-lateral--double {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
@media only screen and (max-width: 600px) {
  .ut-padding-lateral--double {
    padding-left: 50px 10px !important;
    padding-right: 50px 10px !important;
  }
}
.ut-padding-lateral--extra {
  padding-left: 120px !important;
  padding-right: 120px !important;
}
@media only screen and (max-width: 860px) {
  .ut-padding-lateral--extra {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
@media only screen and (max-width: 600px) {
  .ut-padding-lateral--extra {
    padding-left: 50px 10px !important;
    padding-right: 50px 10px !important;
  }
}
@media only screen and (max-width: 600px) {
  .ut-padding-lateral {
    padding: 50px 10px;
  }
}

.ut-bottompadding-section {
  padding-bottom: 50px !important;
}
.ut-bottompadding-section--double {
  padding-bottom: 100px !important;
}

.ut-toppadding-section {
  padding-top: 50px;
}
.ut-toppadding-section--double {
  padding-top: 100px;
}

.ut-leftpadding-section {
  padding-left: 50px;
}
.ut-leftpadding-section--double {
  padding-left: 100px;
}

.ut-rightpadding-section {
  padding-right: 50px;
}
.ut-rightpadding-section--double {
  padding-right: 100px;
}

.ut-nobg {
  background-color: transparent;
}
.ut-nobg img {
  background-color: transparent;
}

.ut-error-container {
  padding-top: 50px;
  padding-bottom: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .ut-error-container {
    flex-direction: column-reverse;
  }
}

.ut-error-container__image {
  max-width: 640px;
  width: 50%;
}
@media only screen and (max-width: 600px) {
  .ut-error-container__image {
    width: 100%;
  }
}

.ut-slide-up {
  transform: translateY(-100%);
}

.ut-non-scrolling {
  overflow: hidden;
}

.ut-split-text {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

/* Dropdown checklist */
.ut-drpdwn-checklist {
  position: relative;
  display: inline-block;
}
.ut-drpdwn-checklist--search {
  background-color: #FAFAFA;
}

.ut-drpdwn-checklist .ut-drpdwn-checklist__menu {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 3;
  max-height: 500px;
  overflow-y: scroll;
  scrollbar-width: none;
  scrollbar-color: transparent transparent;
}
.ut-drpdwn-checklist .ut-drpdwn-checklist__menu::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 600px) {
  .ut-drpdwn-checklist .ut-drpdwn-checklist__menu {
    width: 100%;
  }
}

.ut-drpdwn-checklist .ut-drpdwn-checklist__menu label span {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 600px) {
  .ut-drpdwn-checklist .ut-drpdwn-checklist__menu label span {
    padding: 8px 8px;
    font-size: 0.875rem;
  }
}

.ut-drpdwn-checklist .ut-drpdwn-checklist__menu label span:hover {
  background-color: rgba(146, 208, 80, 0.6);
  color: white;
  position: relative;
}

.ut-drpdwn-checklist .ut-drpdwn-checklist__menu input[type=checkbox] {
  margin-right: 10px;
  position: absolute;
  opacity: 0;
}

.ut-drpdwn-checklist .ut-drpdwn-checklist__menu input[type=checkbox]:checked {
  background-color: rgba(146, 208, 80, 0.6);
}

.ut-drpdwn-checklist .ut-drpdwn-checklist__menu input[type=checkbox]:checked + span {
  background-color: rgba(146, 208, 80, 0.6);
  color: white;
}

.ut-drpdwn-checklist__selected {
  margin-top: 10px;
}

.ut-drpdwn-checklist__tag {
  display: inline-block;
  margin-bottom: 5px;
  background-color: rgba(146, 208, 80, 0.6);
  padding: 5px 30px 5px 10px;
  position: relative;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.8s ease-in-out;
  font-size: min(max(0.9375rem, 1vw), 1rem);
  line-height: 120%;
}
.ut-drpdwn-checklist__tag:after {
  content: "x";
  position: absolute;
  right: 10px;
  top: calc(50% - 12px);
  font-size: min(max(1rem, 1.2vw), 1.2rem);
  line-height: 120%;
}
.ut-drpdwn-checklist__tag:hover {
  opacity: 0.8;
}

.ut-drpdwn-checklist__btn {
  width: 100%;
  text-align: left;
  padding: 7px 10px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  color: #000;
}
@media only screen and (max-width: 600px) {
  .ut-drpdwn-checklist__btn {
    padding: 5px 8px;
    font-size: 0.875rem;
  }
}
.ut-drpdwn-checklist__btn::after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #000;
  clear: both;
  content: "";
  height: 0;
  right: 10px;
  position: absolute;
  top: calc(50% - 2px);
  width: 0;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 600px) {
  .ut-drpdwn-checklist__btn::after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #000;
  }
}
.ut-drpdwn-checklist__btn.active:after {
  transform: rotate(180deg);
}
@media only screen and (max-width: 600px) {
  .ut-drpdwn-checklist__btn span {
    font-size: 0.875rem;
  }
}

.ut-drpdwn-checklist__input {
  background-color: #F0F0F0;
  width: 100%;
  text-align: left;
  padding: 7px 10px;
  border-radius: 5px;
  border: 0;
  position: relative;
  background-color: #efefef;
  color: #000;
  border: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.ut-drpdwn-checklist__input:focus {
  outline: none;
  /* Elimina el contorno que aparece en el foco */
}
@media only screen and (max-width: 600px) {
  .ut-drpdwn-checklist__input {
    padding: 5px 8px;
    font-size: 0.875rem;
  }
}

.ut-overflow-hidden {
  overflow: hidden;
}

.ut-mb5 {
  display: block;
  margin-bottom: 5px;
}

.ut-text--light {
  color: #fff;
}

.ut-text--dark {
  color: #000;
}

.ut-text--supernova {
  color: #ffce00 !important;
}

.ut-text--lochmara {
  color: #0874B7 !important;
}

.ut-text--pomegranate {
  color: #F24034 !important;
}

.ut-text--disco {
  color: #891679 !important;
}

.ut-text--conifer {
  color: #92D050 !important;
}

.ut-text--balance {
  text-wrap: balance;
}

@media only screen and (max-width: 600px) {
  p.footer-bottomline a {
    font-size: 15px;
  }
}
.js-reveal__target {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.js-reveal__visible {
  height: auto;
  opacity: 1;
}

.swiper-pagination {
  z-index: 1 !important;
}

.ut-is-shown {
  display: block !important;
}

.ut-is-shown--flex {
  display: flex !important;
}

.ut-is-hidden {
  display: none !important;
}

.ut-double-column-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  gap: 50px;
}
.ut-double-column-container .ut-double-column-container__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 860px) {
  .ut-double-column-container .ut-double-column-container__content {
    flex-direction: column;
    gap: 50px;
  }
}
.ut-double-column-container .ut-double-column-container__column {
  width: 48%;
}
@media only screen and (max-width: 860px) {
  .ut-double-column-container .ut-double-column-container__column {
    width: 100%;
  }
}

.ut-title-with-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ut-flex {
  display: flex;
  flex-direction: column;
}
.ut-flex--medium {
  gap: 30px;
}
.ut-flex--small {
  gap: 10px;
}

.a-text-icon {
  display: flex;
  gap: 10px;
}
.a-text-icon a:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 600px) {
  .ut-text-elipsed-mobile {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

.ut-truncate-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* Número de líneas */
  overflow: hidden;
  text-overflow: ellipsis;
  /* Opcional, para agregar los puntos suspensivos */
  max-width: 100%;
  /* Asegura un ancho máximo para el truncado */
}

.ut-svg {
  width: 100%;
  /* Ajusta el ancho del SVG */
  height: auto;
  /* Mantén la proporción de altura */
}

.ut-no-padding-bottom {
  padding-bottom: 0px !important;
}

@media only screen and (max-width: 600px) {
  .ut-no-padding-on-mobile {
    padding: 0px !important;
  }
}

.ut-no-padding-top {
  padding-top: 0px !important;
}

picture.lazy-blur {
  background-image: var(--preview);
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.lazy-img-blur {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  filter: blur(35px);
  transition: filter 0.9s ease-in-out, opacity 0.4s ease-in-out;
  will-change: filter;
}

picture.lazy-blur.loaded .lazy-img-blur {
  filter: blur(0);
  opacity: 1;
}

@keyframes marqueeLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1500px);
  }
}
@keyframes marqueeRight {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.animation {
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-timing-function: linear;
}

.animation-bounce {
  animation-name: bounce;
}
.animation-bounce--infinite {
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

/*
@-webkit-keyframes bounce {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-5px); }
  100% { transform: translateY(0); }
}

@keyframes bounce {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-5px); }
  100% { transform: translateY(0); }
}

.animation{
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.animation-bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  &--infinite{
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
  }
}

@keyframes fade-in {
  from {opacity: 0;}
  to {opacity: 1;}
}

.animation-fade-in {
  animation: fade-in 1s ease;
}

@keyframes fade-in-right {
  0%   { transform: translate( 100%, -50% ); }
  100% { transform: translate( 0, -50% ); }
}

.animation-fade-in-right {
  animation: fade-in-right 1s ease;
}

@keyframes fade-out-right {
  0%   { transform: translate( 0, -50% ); }
  100% { transform: translate( 100%, -50% ); }
}

.animation-fade-out-right {
  animation: fade-out-right 1s ease;
}
*/
.m-hbspt-form--card {
  padding: 30px 30px 50px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

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

.hbspt-form form ul {
  padding-left: 0px;
}
.hbspt-form form ul li {
  list-style-type: none;
  margin-bottom: 0px;
}

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

.hbspt-form input {
  width: 100% !important;
}

.hbspt-form input[type=checkbox],
li.hs-form-checkbox input {
  margin-right: 10px !important;
  height: 16px !important;
  width: 16px !important;
  margin-top: 2px;
  cursor: pointer;
}

.hs-form input[type=checkbox] input {
  font-family: "Myriad Pro", Myriad, "Segoe UI", Arial, "Liberation Sans", sans-serif;
  font-weight: 400;
}

.hs-form label > span {
  font-family: "Myriad Pro", Myriad, "Segoe UI", Arial, "Liberation Sans", sans-serif;
  font-weight: 600;
}

.hs-form li > label > span {
  font-family: "Myriad Pro", Myriad, "Segoe UI", Arial, "Liberation Sans", sans-serif;
  font-weight: 400;
  font-size: 15px !important;
}

.hs-form-field,
.hs-submit {
  margin: 10px auto 0 auto;
}

.hs-form-required {
  display: none !important;
}

.hs-form select::after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: black transparent transparent transparent;
}

.hs-form input[type=submit] {
  display: inline-block;
  text-align: center;
  border: 0px !important;
  background: #FE3F00;
  color: #fff;
  outline: 3px solid #FE3F00;
  outline-offset: -3px;
  font-family: "Myriad Pro", Myriad, "Segoe UI", Arial, "Liberation Sans", sans-serif;
  font-weight: 900;
  font-size: 1.0625rem;
  height: 50px;
  padding: 0px 50px;
  line-height: 50px;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  align-self: flex-start;
  cursor: pointer;
  min-width: 180px;
  width: unset !important;
}
.hs-form input[type=submit]:hover, .hs-form input[type=submit]:focus {
  background: transparent;
  outline: 3px solid #FE3F00;
  outline-offset: -3px;
  color: #FE3F00;
}

.hs-form .error {
  display: block;
  text-align: left;
  height: auto;
  border-bottom: 2px solid red !important;
}

.hs-form .legal-consent-container {
  margin-bottom: 5px;
}

.hs-form .legal-consent-container label {
  font-size: 15px;
  line-height: 20px;
  color: #000;
}

.hs-form .legal-consent-container p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 10px;
}

.hs-form .legal-consent-container p a,
.hs-form .legal-consent-container a {
  text-decoration: underline;
  color: #000;
}

.hs-form .legal-consent-container strong {
  font-family: "Myriad Pro", Myriad, "Segoe UI", Arial, "Liberation Sans", sans-serif;
  font-weight: 600;
}

.legal-consent-container .hs-form-booleancheckbox-display span,
.hs-form-checkbox-display span {
  margin-left: 0px !important;
}

.hs-form input[type=mail],
.hs-form input[type=text],
.hs-form input[type=email],
.hs-form input[type=number],
.hs-form input[type=number],
.hs-form input[type=tel],
.hs-form textarea {
  border: none;
  background-color: rgb(247, 247, 247);
  border-bottom: 2px solid rgb(238, 238, 238);
  border-radius: 0;
  font-family: "Myriad Pro", Myriad, "Segoe UI", Arial, "Liberation Sans", sans-serif !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 5px;
  padding: 1rem;
  float: none;
  width: 100%;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.hs-form input[type=mail]:focus,
.hs-form input[type=text]:focus,
.hs-form input[type=email]:focus,
.hs-form input[type=number]:focus,
.hs-form input[type=number]:focus,
.hs-form input[type=tel]:focus,
.hs-form textarea:focus {
  outline: none;
}

.hs-fieldtype-intl-phone {
  display: flex;
  gap: 10px;
  width: 100% !important;
}
.hs-fieldtype-intl-phone::after {
  display: none !important;
}

.hs-fieldtype-intl-phone.hs-input {
  padding-bottom: 5px !important;
}

.hs-fieldtype-intl-phone select {
  font-size: 0px !important;
  height: 53px !important;
  max-width: 70px !important;
  border-bottom: 2px solid rgb(238, 238, 238) !important;
  background-size: 35px !important;
  background-color: rgb(255, 255, 255) !important;
  padding: 14px !important;
  margin-top: 1px;
}

.hs-fieldtype-intl-phone.hs-input input {
  min-width: calc(100% - 70px) !important;
}

.hs_error_rollup {
  display: none !important;
}

.hs-form select {
  background: 0 0;
  font-family: "Myriad Pro", Myriad, "Segoe UI", Arial, "Liberation Sans", sans-serif;
  font-weight: 600;
  padding-right: 25px;
  width: 100% !important;
  color: #000;
  box-sizing: border-box;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-bottom: 2px solid #000;
  border-radius: 0;
  margin-bottom: 5px;
  appearance: none;
}

.hs-form select {
  border: none;
  background-color: rgb(247, 247, 247);
  border-bottom: 2px solid rgb(238, 238, 238);
  border-radius: 0;
  padding: 1rem;
  font-family: "Myriad Pro", Myriad, "Segoe UI", Arial, "Liberation Sans", sans-serif !important;
  font-weight: 400;
  height: 50px;
  background-image: url("https://cib.education/img/form-desplegable_.svg");
  background-size: 14px;
  background-position: 98% center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none !important;
  appearance: none !important;
}

.hs-form label {
  font-family: "Myriad Pro", Myriad, "Segoe UI", Arial, "Liberation Sans", sans-serif;
  font-weight: 900;
}

.hs-form-field .input {
  margin-top: 5px;
  margin-right: 0px !important;
  font-family: "Myriad Pro", Myriad, "Segoe UI", Arial, "Liberation Sans", sans-serif;
  font-weight: 600;
}

.hs-form-required {
  display: none;
}

label {
  color: black;
}

.hs-error-msg,
.hs-error-msgs label {
  font-size: 12px;
  color: red !important;
}

.hbspt-form label span {
  font-size: 16px;
}

.hbspt-form fieldset {
  max-width: 100% !important;
}

.hbspt-form label span,
.hbspt-form label span a,
.hbspt-form input,
.hbspt-form select,
.hbspt-form textarea,
.hs-form .legal-consent-container p {
  font-family: "Myriad Pro", Myriad, "Segoe UI", Arial, "Liberation Sans", sans-serif !important;
  font-weight: 600 !important;
  font-size: 1rem;
  line-height: 1.3rem;
}

.hbspt-form input[type=checkbox] {
  font-family: "Myriad Pro", Myriad, "Segoe UI", Arial, "Liberation Sans", sans-serif !important;
  font-weight: 400 !important;
}

.hs_submit .actions {
  margin-top: 50px;
}

.submitted-message {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  margin-bottom: 30px;
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #00cead;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 5% auto;
  box-shadow: inset 0px 0px 0px #00cead;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #00cead;
  }
}
.newsletter_form__container .actions {
  max-width: 115px;
  margin-top: 0px;
}

.newsletter_form form {
  margin: 0;
  color: white;
}

.newsletter_form form input,
.newsletter_form form span,
.newsletter_form form p,
.newsletter_form form p a,
.newsletter_form form .hs-form-field label span {
  color: white !important;
}

.newsletter_form form input[type=text],
.newsletter_form form input[type=email] {
  color: white;
  border-bottom: 2px solid white;
  background: transparent;
  padding: 4px 0px;
}

.newsletter_form form .hs-form-field label span,
.newsletter_form form .hs-error-msgs label {
  font-size: 14px;
}

.newsletter_form .hs-form input[type=submit] {
  position: relative;
  background: transparent;
  font-size: 14px;
  font-family: "Myriad Pro", Myriad, "Segoe UI", Arial, "Liberation Sans", sans-serif;
  font-weight: 600;
  cursor: pointer;
  color: white;
  opacity: 1;
  margin-top: 10px;
  outline: 0;
  padding: 6px 15px;
  height: 35px;
  line-height: 19px;
  width: 100%;
  transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 2px solid white !important;
  border-radius: 0px;
}

.newsletter_form .hs-form input[type=submit]:hover {
  background: white;
  color: black !important;
}

.newsletter_form .legal-consent-container .hs-error-msgs label {
  color: red;
}

.newsletter_form .hs-richtext p {
  font-weight: 900;
  font-size: 20px;
}

.newsletter_form .submitted-message p {
  color: white;
  font-size: 30px;
}

@media only screen and (max-width: 600px) {
  .m-hbspt-form--card {
    padding: 15px 10px 30px;
  }
  .hs_submit .actions {
    margin-top: 10px;
  }
  .hs-form label > span {
    font-size: 14px;
  }
  .hs-form-field .input {
    margin-top: 2px;
  }
  .hs-form input[type=mail],
  .hs-form input[type=text],
  .hs-form input[type=email],
  .hs-form input[type=number],
  .hs-form input[type=number],
  .hs-form input[type=tel],
  .hs-form textarea,
  .hs-form select {
    border-bottom: 1px solid rgb(238, 238, 238);
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 2px;
    padding: 0.6rem;
  }
  .hs-fieldtype-intl-phone select {
    border-bottom: 1px solid #eee !important;
    height: 35px !important;
    padding: 18px !important;
  }
  .hs-form li > label > span {
    font-family: "Myriad Pro", Myriad, "Segoe UI", Arial, "Liberation Sans", sans-serif;
    font-weight: 400;
    font-size: 13px !important;
  }
  .hbspt-form label span,
  .hbspt-form label span a,
  .hbspt-form input,
  .hbspt-form select,
  .hbspt-form textarea {
    font-family: "Myriad Pro", Myriad, "Segoe UI", Arial, "Liberation Sans", sans-serif !important;
    font-weight: 600 !important;
    font-size: 0.875rem;
    line-height: 1rem;
  }
  .hs-form-booleancheckbox-display span,
  .hs-form-booleancheckbox-display span a,
  .hs-form-checkbox-display span,
  .hs-form-checkbox-display span a,
  .hs-form .legal-consent-container p {
    font-size: 13px !important;
    font-weight: 600 !important;
  }
  .hs-form input[type=submit] {
    width: 100% !important;
    padding: 0px;
    font-size: 16px;
  }
  .hs-form select {
    height: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .hs-input {
    width: 100% !important;
  }
  .hs-form fieldset.form-columns-2 .input {
    margin-right: 0 !important;
  }
}
