.coh-style-titulo-subrayado {
  font-family: 'Poppins', san-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.coh-style-titulo-subrayado:after {
  height: 4px;
  width: 100px;
  margin-top: 0.5rem;
  content: "";
  background-color: rgb(1, 143, 219);
}
@media (max-width: 564px) {
  .coh-style-titulo-subrayado:after {
    height: 2px;
  }
}
.coh-style-enlace-tarjetas {
  color: rgb(58, 13, 127);
  text-decoration: underline;
  display: inline-block;
  padding-top: 0.5rem;
  padding-right: 0;
  padding-bottom: 0.5rem;
  padding-left: 0.1875rem;
}
.coh-style-enlace-tarjetas:hover {
  color: rgb(17, 3, 43);
}
.coh-style-enlace-tarjetas:focus {
  color: rgb(17, 3, 43);
  outline-width: 2px;
  outline-color: rgb(0, 177, 255);
  outline-style: solid;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  outline-offset: -2px;
}
.coh-style-enlace-tarjetas:after {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea61";
  font-family: tabler-icons;
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.2rem;
}
.coh-style-enlace-tarjetas:visited {
  color: rgb(137, 99, 179);
}
.coh-style-text-paragraph-white {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  color: rgb(255, 255, 255);
  font-size: 16px;
  line-height: 19px;
}
.coh-style-titulo-componentes {
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: -0.0094em;
  line-height: 1.361876em;
  margin-bottom: 2rem;
}
@media (max-width: 564px) {
  .coh-style-titulo-componentes {
    font-size: 1.25rem;
    line-height: 1.362em;
    letter-spacing: -0.015em;
    margin-bottom: 1.25rem;
  }
}
.coh-style-primary-style, .coh-style-primary-style-32px, .coh-style-primary-style-56px, .coh-style-primary-style-40px, .coh-style-primary-style-48px, .coh-style-primary-style-64px {
  font-family: 'Poppins', san-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(218, 235, 242);
  background-color: rgb(40, 0, 113);
  padding-top: 0.25rem;
  padding-right: 1rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-width: 2px;
  -webkit-border-radius: 0.75rem;
          border-radius: 0.75rem;
  border-style: solid;
  border-color: rgb(40, 0, 113);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  outline: none;
  -webkit-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.coh-style-primary-style:before, .coh-style-primary-style-32px:before, .coh-style-primary-style-56px:before, .coh-style-primary-style-40px:before, .coh-style-primary-style-48px:before, .coh-style-primary-style-64px:before {
  margin-right: 0.5rem;
}
.coh-style-primary-style:after, .coh-style-primary-style-32px:after, .coh-style-primary-style-56px:after, .coh-style-primary-style-40px:after, .coh-style-primary-style-48px:after, .coh-style-primary-style-64px:after {
  margin-left: 0.5rem;
}
.coh-style-primary-style:hover, .coh-style-primary-style-32px:hover, .coh-style-primary-style-56px:hover, .coh-style-primary-style-40px:hover, .coh-style-primary-style-48px:hover, .coh-style-primary-style-64px:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(113, 66, 164);
  border-color: rgb(113, 66, 164);
}
.coh-style-primary-style:focus, .coh-style-primary-style-32px:focus, .coh-style-primary-style-56px:focus, .coh-style-primary-style-40px:focus, .coh-style-primary-style-48px:focus, .coh-style-primary-style-64px:focus {
  color: rgb(218, 235, 242);
  background-color: rgb(40, 0, 113);
  border-color: rgb(40, 0, 113);
  outline-width: 2px;
  outline-color: rgb(0, 177, 255);
  outline-style: solid;
}
.coh-style-primary-style:active, .coh-style-primary-style-32px:active, .coh-style-primary-style-56px:active, .coh-style-primary-style-40px:active, .coh-style-primary-style-48px:active, .coh-style-primary-style-64px:active {
  color: rgb(218, 235, 242);
  background-color: rgb(81, 28, 143);
  border-color: rgb(81, 28, 143);
}
.coh-style-primary-style:visited, .coh-style-primary-style-32px:visited, .coh-style-primary-style-56px:visited, .coh-style-primary-style-40px:visited, .coh-style-primary-style-48px:visited, .coh-style-primary-style-64px:visited {
  color: rgb(218, 235, 242);
}
.coh-style-primary-style:visited:hover, .coh-style-primary-style-32px:visited:hover, .coh-style-primary-style-56px:visited:hover, .coh-style-primary-style-40px:visited:hover, .coh-style-primary-style-48px:visited:hover, .coh-style-primary-style-64px:visited:hover {
  color: rgb(255, 255, 255);
}
.coh-style-primary-style:visited:focus, .coh-style-primary-style-32px:visited:focus, .coh-style-primary-style-56px:visited:focus, .coh-style-primary-style-40px:visited:focus, .coh-style-primary-style-48px:visited:focus, .coh-style-primary-style-64px:visited:focus, .coh-style-primary-style:visited :active, .coh-style-primary-style-32px:visited :active, .coh-style-primary-style-56px:visited :active, .coh-style-primary-style-40px:visited :active, .coh-style-primary-style-48px:visited :active, .coh-style-primary-style-64px:visited :active {
  color: rgb(218, 235, 242);
}
.disabled.coh-style-primary-style, .disabled.coh-style-primary-style-32px, .disabled.coh-style-primary-style-56px, .disabled.coh-style-primary-style-40px, .disabled.coh-style-primary-style-48px, .disabled.coh-style-primary-style-64px {
  color: rgb(48, 56, 72);
  background-color: rgb(170, 178, 197);
  border-color: rgb(170, 178, 197);
  cursor: default;
}
[disabled].coh-style-primary-style, [disabled].coh-style-primary-style-32px, [disabled].coh-style-primary-style-56px, [disabled].coh-style-primary-style-40px, [disabled].coh-style-primary-style-48px, [disabled].coh-style-primary-style-64px {
  background-color: rgb(170, 178, 197);
  color: rgb(48, 56, 72);
  border-color: rgb(170, 178, 197);
  cursor: default;
}
.coh-style-primary-style-64px {
  height: 64px;
}
.coh-style-primary-style-48px {
  height: 48px;
}
.coh-style-primary-style-40px {
  height: 40px;
}
.coh-style-primary-style-56px {
  height: 56px;
}
.coh-style-primary-style-32px {
  height: 32px;
}
.coh-style-esquinas-redondeadas-y-shadow {
  -webkit-border-radius: 1.5rem;
          border-radius: 1.5rem;
  -webkit-box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.1);
  margin-top: auto;
  margin-right: 0.6rem;
  margin-bottom: 0.6rem;
  margin-left: 0.6rem;
}
.coh-style-grilla-imagenes-cosmolab {
  -webkit-border-radius: 1rem;
          border-radius: 1rem;
  margin: auto;
  border-color: rgb(206, 214, 234);
  border-style: solid;
  border-width: 1px;
  padding-top: 1.25rem;
  padding-right: 2.5rem;
  padding-bottom: 1.25rem;
  padding-left: 2.5rem;
}
@media (max-width: 564px) {
  .coh-style-grilla-imagenes-cosmolab {
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
  }
}
.coh-style-secondary-style, .coh-style-secondary-style-64px, .coh-style-secondary-style-48px, .coh-style-secondary-style-32px, .coh-style-secondary-style-56px, .coh-style-secondary-style-40px {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  outline: none;
  color: rgb(79, 86, 103);
  font-family: 'Poppins', san-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: rgb(245, 241, 248);
  padding-top: 0.25rem;
  padding-right: 1rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-width: 2px;
  -webkit-border-radius: 0.75rem;
          border-radius: 0.75rem;
  border-style: solid;
  border-color: rgb(245, 241, 248);
  -webkit-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.coh-style-secondary-style:before, .coh-style-secondary-style-64px:before, .coh-style-secondary-style-48px:before, .coh-style-secondary-style-32px:before, .coh-style-secondary-style-56px:before, .coh-style-secondary-style-40px:before {
  margin-right: 0.5rem;
}
.coh-style-secondary-style:after, .coh-style-secondary-style-64px:after, .coh-style-secondary-style-48px:after, .coh-style-secondary-style-32px:after, .coh-style-secondary-style-56px:after, .coh-style-secondary-style-40px:after {
  margin-left: 0.5rem;
}
.coh-style-secondary-style:visited, .coh-style-secondary-style-64px:visited, .coh-style-secondary-style-48px:visited, .coh-style-secondary-style-32px:visited, .coh-style-secondary-style-56px:visited, .coh-style-secondary-style-40px:visited {
  color: rgb(79, 86, 103);
}
.coh-style-secondary-style:visited:hover, .coh-style-secondary-style-64px:visited:hover, .coh-style-secondary-style-48px:visited:hover, .coh-style-secondary-style-32px:visited:hover, .coh-style-secondary-style-56px:visited:hover, .coh-style-secondary-style-40px:visited:hover, .coh-style-secondary-style:visited :focus, .coh-style-secondary-style-64px:visited :focus, .coh-style-secondary-style-48px:visited :focus, .coh-style-secondary-style-32px:visited :focus, .coh-style-secondary-style-56px:visited :focus, .coh-style-secondary-style-40px:visited :focus, .coh-style-secondary-style:visited :active, .coh-style-secondary-style-64px:visited :active, .coh-style-secondary-style-48px:visited :active, .coh-style-secondary-style-32px:visited :active, .coh-style-secondary-style-56px:visited :active, .coh-style-secondary-style-40px:visited :active {
  color: rgb(40, 0, 113);
}
.coh-style-secondary-style:hover, .coh-style-secondary-style-64px:hover, .coh-style-secondary-style-48px:hover, .coh-style-secondary-style-32px:hover, .coh-style-secondary-style-56px:hover, .coh-style-secondary-style-40px:hover {
  color: rgb(40, 0, 113);
  background-color: rgb(235, 228, 241);
  border-color: rgb(235, 228, 241);
}
.coh-style-secondary-style:focus, .coh-style-secondary-style-64px:focus, .coh-style-secondary-style-48px:focus, .coh-style-secondary-style-32px:focus, .coh-style-secondary-style-56px:focus, .coh-style-secondary-style-40px:focus {
  color: rgb(40, 0, 113);
  background-color: rgb(245, 241, 248);
  border-color: rgb(245, 241, 248);
  outline-color: rgb(1, 143, 219);
  outline-width: 2px;
  outline-style: solid;
}
.coh-style-secondary-style:active, .coh-style-secondary-style-64px:active, .coh-style-secondary-style-48px:active, .coh-style-secondary-style-32px:active, .coh-style-secondary-style-56px:active, .coh-style-secondary-style-40px:active {
  color: rgb(40, 0, 113);
  background-color: rgb(203, 188, 222);
  border-color: rgb(203, 188, 222);
}
.disabled.coh-style-secondary-style, .disabled.coh-style-secondary-style-64px, .disabled.coh-style-secondary-style-48px, .disabled.coh-style-secondary-style-32px, .disabled.coh-style-secondary-style-56px, .disabled.coh-style-secondary-style-40px {
  color: rgb(48, 56, 72);
  background-color: rgb(170, 178, 197);
  border-color: rgb(170, 178, 197);
  cursor: default;
}
[disabled].coh-style-secondary-style, [disabled].coh-style-secondary-style-64px, [disabled].coh-style-secondary-style-48px, [disabled].coh-style-secondary-style-32px, [disabled].coh-style-secondary-style-56px, [disabled].coh-style-secondary-style-40px {
  cursor: default;
  background-color: rgb(170, 178, 197);
  border-color: rgb(170, 178, 197);
  color: rgb(48, 56, 72);
}
.coh-style-secondary-style-40px {
  height: 40px;
}
.coh-style-secondary-style-56px {
  height: 56px;
}
.coh-style-secondary-style-32px {
  height: 32px;
}
.coh-style-secondary-style-48px {
  height: 48px;
}
.coh-style-secondary-style-64px {
  height: 64px;
}
.coh-style-contenedor-base-boxed {
  padding-right: 15px;
  padding-left: 15px;
}
.coh-style-outline-style, .coh-style-outline-style-32px, .coh-style-outline-style-48px, .coh-style-outline-style-40px, .coh-style-outline-style-64px, .coh-style-outline-style-56px {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  outline: none;
  color: rgb(79, 86, 103);
  font-family: 'Poppins', san-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  padding-top: 0.25rem;
  padding-right: 1rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-width: 2px;
  -webkit-border-radius: 0.75rem;
          border-radius: 0.75rem;
  border-style: solid;
  border-color: rgb(79, 86, 103);
  -webkit-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
  background-color: rgb(255, 255, 255);
}
.coh-style-outline-style:before, .coh-style-outline-style-32px:before, .coh-style-outline-style-48px:before, .coh-style-outline-style-40px:before, .coh-style-outline-style-64px:before, .coh-style-outline-style-56px:before {
  margin-right: 0.5rem;
}
.coh-style-outline-style:after, .coh-style-outline-style-32px:after, .coh-style-outline-style-48px:after, .coh-style-outline-style-40px:after, .coh-style-outline-style-64px:after, .coh-style-outline-style-56px:after {
  margin-left: 0.5rem;
}
.coh-style-outline-style:visited, .coh-style-outline-style-32px:visited, .coh-style-outline-style-48px:visited, .coh-style-outline-style-40px:visited, .coh-style-outline-style-64px:visited, .coh-style-outline-style-56px:visited {
  color: rgb(79, 86, 103);
}
.coh-style-outline-style:visited:hover, .coh-style-outline-style-32px:visited:hover, .coh-style-outline-style-48px:visited:hover, .coh-style-outline-style-40px:visited:hover, .coh-style-outline-style-64px:visited:hover, .coh-style-outline-style-56px:visited:hover, .coh-style-outline-style:visited :focus, .coh-style-outline-style-32px:visited :focus, .coh-style-outline-style-48px:visited :focus, .coh-style-outline-style-40px:visited :focus, .coh-style-outline-style-64px:visited :focus, .coh-style-outline-style-56px:visited :focus, .coh-style-outline-style:visited :active, .coh-style-outline-style-32px:visited :active, .coh-style-outline-style-48px:visited :active, .coh-style-outline-style-40px:visited :active, .coh-style-outline-style-64px:visited :active, .coh-style-outline-style-56px:visited :active {
  color: rgb(40, 0, 113);
}
.coh-style-outline-style:hover, .coh-style-outline-style-32px:hover, .coh-style-outline-style-48px:hover, .coh-style-outline-style-40px:hover, .coh-style-outline-style-64px:hover, .coh-style-outline-style-56px:hover {
  color: rgb(40, 0, 113);
  border-color: rgb(40, 0, 113);
  background-color: rgb(245, 241, 248);
}
.coh-style-outline-style:focus, .coh-style-outline-style-32px:focus, .coh-style-outline-style-48px:focus, .coh-style-outline-style-40px:focus, .coh-style-outline-style-64px:focus, .coh-style-outline-style-56px:focus {
  color: rgb(40, 0, 113);
  background-color: rgb(245, 241, 248);
  border-color: rgb(245, 241, 248);
  outline-color: rgb(1, 143, 219);
  outline-width: 2px;
  outline-style: solid;
}
.coh-style-outline-style:active, .coh-style-outline-style-32px:active, .coh-style-outline-style-48px:active, .coh-style-outline-style-40px:active, .coh-style-outline-style-64px:active, .coh-style-outline-style-56px:active {
  color: rgb(40, 0, 113);
  border-color: rgb(40, 0, 113);
  background-color: rgb(235, 228, 241);
}
.disabled.coh-style-outline-style, .disabled.coh-style-outline-style-32px, .disabled.coh-style-outline-style-48px, .disabled.coh-style-outline-style-40px, .disabled.coh-style-outline-style-64px, .disabled.coh-style-outline-style-56px {
  color: rgb(138, 145, 164);
  background-color: rgb(255, 255, 255);
  border-color: rgb(170, 178, 197);
  cursor: default;
}
[disabled].coh-style-outline-style, [disabled].coh-style-outline-style-32px, [disabled].coh-style-outline-style-48px, [disabled].coh-style-outline-style-40px, [disabled].coh-style-outline-style-64px, [disabled].coh-style-outline-style-56px {
  cursor: default;
  color: rgb(138, 145, 164);
  background-color: rgb(255, 255, 255);
  border-color: rgb(170, 178, 197);
}
.coh-style-outline-style-56px {
  height: 56px;
}
.coh-style-outline-style-64px {
  height: 64px;
}
.coh-style-outline-style-40px {
  height: 40px;
}
.coh-style-outline-style-48px {
  height: 48px;
}
.coh-style-outline-style-32px {
  height: 32px;
}
.coh-style-transparent-style, .coh-style-transparent-style-48px, .coh-style-transparent-style-64px, .coh-style-transparent-style-56px, .coh-style-transparent-style-32px, .coh-style-transparent-style-40px {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  outline: none;
  color: rgb(79, 86, 103);
  font-family: 'Poppins', san-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0.25rem;
  padding-right: 1rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-width: 2px;
  -webkit-border-radius: 0.75rem;
          border-radius: 0.75rem;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.coh-style-transparent-style:before, .coh-style-transparent-style-48px:before, .coh-style-transparent-style-64px:before, .coh-style-transparent-style-56px:before, .coh-style-transparent-style-32px:before, .coh-style-transparent-style-40px:before {
  margin-right: 0.5rem;
}
.coh-style-transparent-style:after, .coh-style-transparent-style-48px:after, .coh-style-transparent-style-64px:after, .coh-style-transparent-style-56px:after, .coh-style-transparent-style-32px:after, .coh-style-transparent-style-40px:after {
  margin-left: 0.5rem;
}
.coh-style-transparent-style:visited, .coh-style-transparent-style-48px:visited, .coh-style-transparent-style-64px:visited, .coh-style-transparent-style-56px:visited, .coh-style-transparent-style-32px:visited, .coh-style-transparent-style-40px:visited {
  color: rgb(79, 86, 103);
}
.coh-style-transparent-style:visited:hover, .coh-style-transparent-style-48px:visited:hover, .coh-style-transparent-style-64px:visited:hover, .coh-style-transparent-style-56px:visited:hover, .coh-style-transparent-style-32px:visited:hover, .coh-style-transparent-style-40px:visited:hover, .coh-style-transparent-style:visited :focus, .coh-style-transparent-style-48px:visited :focus, .coh-style-transparent-style-64px:visited :focus, .coh-style-transparent-style-56px:visited :focus, .coh-style-transparent-style-32px:visited :focus, .coh-style-transparent-style-40px:visited :focus, .coh-style-transparent-style:visited :active, .coh-style-transparent-style-48px:visited :active, .coh-style-transparent-style-64px:visited :active, .coh-style-transparent-style-56px:visited :active, .coh-style-transparent-style-32px:visited :active, .coh-style-transparent-style-40px:visited :active {
  color: rgb(40, 0, 113);
}
.coh-style-transparent-style:hover, .coh-style-transparent-style-48px:hover, .coh-style-transparent-style-64px:hover, .coh-style-transparent-style-56px:hover, .coh-style-transparent-style-32px:hover, .coh-style-transparent-style-40px:hover {
  color: rgb(40, 0, 113);
  background-color: rgb(245, 241, 248);
  border-color: rgb(245, 241, 248);
}
.coh-style-transparent-style:focus, .coh-style-transparent-style-48px:focus, .coh-style-transparent-style-64px:focus, .coh-style-transparent-style-56px:focus, .coh-style-transparent-style-32px:focus, .coh-style-transparent-style-40px:focus {
  color: rgb(40, 0, 113);
  background-color: rgb(245, 241, 248);
  border-color: rgb(245, 241, 248);
  outline-width: 2px;
  outline-style: solid;
  outline-color: rgb(1, 143, 219);
}
.coh-style-transparent-style:active, .coh-style-transparent-style-48px:active, .coh-style-transparent-style-64px:active, .coh-style-transparent-style-56px:active, .coh-style-transparent-style-32px:active, .coh-style-transparent-style-40px:active {
  color: rgb(40, 0, 113);
  background-color: rgb(235, 228, 241);
  border-color: rgb(235, 228, 241);
}
.disabled.coh-style-transparent-style, .disabled.coh-style-transparent-style-48px, .disabled.coh-style-transparent-style-64px, .disabled.coh-style-transparent-style-56px, .disabled.coh-style-transparent-style-32px, .disabled.coh-style-transparent-style-40px {
  color: rgb(48, 56, 72);
  background-color: rgb(170, 178, 197);
  border-color: rgb(170, 178, 197);
  cursor: pointer;
}
[disabled].coh-style-transparent-style, [disabled].coh-style-transparent-style-48px, [disabled].coh-style-transparent-style-64px, [disabled].coh-style-transparent-style-56px, [disabled].coh-style-transparent-style-32px, [disabled].coh-style-transparent-style-40px {
  cursor: pointer;
  color: rgb(48, 56, 72);
  background-color: rgb(170, 178, 197);
  border-color: rgb(170, 178, 197);
}
.coh-style-transparent-style-40px {
  height: 40px;
}
.coh-style-transparent-style-32px {
  height: 32px;
}
.coh-style-transparent-style-56px {
  height: 56px;
}
.coh-style-transparent-style-64px {
  height: 64px;
}
.coh-style-transparent-style-48px {
  height: 48px;
}
.coh-style-cosmolab-primary-style, .coh-style-cosmolab-primary-style-32px, .coh-style-cosmolab-primary-style-64px, .coh-style-cosmolab-primary-style-48px, .coh-style-cosmolab-primary-style-56px, .coh-style-cosmolab-primary-style-40px {
  font-family: 'Poppins', san-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(255, 255, 255);
  background-color: rgb(130, 0, 255);
  padding-top: 0.75rem;
  padding-right: 1.5rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-width: 2px;
  -webkit-border-radius: 999px;
          border-radius: 999px;
  border-style: solid;
  border-color: rgb(130, 0, 255);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  outline: none;
  -webkit-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
  line-height: 22px;
  font-weight: 600;
}
.coh-style-cosmolab-primary-style:before, .coh-style-cosmolab-primary-style-32px:before, .coh-style-cosmolab-primary-style-64px:before, .coh-style-cosmolab-primary-style-48px:before, .coh-style-cosmolab-primary-style-56px:before, .coh-style-cosmolab-primary-style-40px:before {
  margin-right: 0.5rem;
}
.coh-style-cosmolab-primary-style:after, .coh-style-cosmolab-primary-style-32px:after, .coh-style-cosmolab-primary-style-64px:after, .coh-style-cosmolab-primary-style-48px:after, .coh-style-cosmolab-primary-style-56px:after, .coh-style-cosmolab-primary-style-40px:after {
  margin-left: 0.5rem;
}
.coh-style-cosmolab-primary-style:hover, .coh-style-cosmolab-primary-style-32px:hover, .coh-style-cosmolab-primary-style-64px:hover, .coh-style-cosmolab-primary-style-48px:hover, .coh-style-cosmolab-primary-style-56px:hover, .coh-style-cosmolab-primary-style-40px:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(115, 0, 221);
  border-color: rgb(115, 0, 221);
}
.coh-style-cosmolab-primary-style:focus, .coh-style-cosmolab-primary-style-32px:focus, .coh-style-cosmolab-primary-style-64px:focus, .coh-style-cosmolab-primary-style-48px:focus, .coh-style-cosmolab-primary-style-56px:focus, .coh-style-cosmolab-primary-style-40px:focus {
  color: rgb(255, 255, 255);
  background-color: rgb(130, 0, 255);
  border-color: rgb(130, 0, 255);
  outline-width: 2px;
  outline-color: rgb(0, 177, 255);
  outline-style: solid;
}
.coh-style-cosmolab-primary-style:active, .coh-style-cosmolab-primary-style-32px:active, .coh-style-cosmolab-primary-style-64px:active, .coh-style-cosmolab-primary-style-48px:active, .coh-style-cosmolab-primary-style-56px:active, .coh-style-cosmolab-primary-style-40px:active {
  color: rgb(218, 235, 242);
  background-color: rgb(130, 0, 255);
  border-color: rgb(130, 0, 255);
}
.coh-style-cosmolab-primary-style:visited, .coh-style-cosmolab-primary-style-32px:visited, .coh-style-cosmolab-primary-style-64px:visited, .coh-style-cosmolab-primary-style-48px:visited, .coh-style-cosmolab-primary-style-56px:visited, .coh-style-cosmolab-primary-style-40px:visited {
  color: rgb(255, 255, 255);
}
.coh-style-cosmolab-primary-style:visited:hover, .coh-style-cosmolab-primary-style-32px:visited:hover, .coh-style-cosmolab-primary-style-64px:visited:hover, .coh-style-cosmolab-primary-style-48px:visited:hover, .coh-style-cosmolab-primary-style-56px:visited:hover, .coh-style-cosmolab-primary-style-40px:visited:hover {
  color: rgb(255, 255, 255);
}
.coh-style-cosmolab-primary-style:visited:focus, .coh-style-cosmolab-primary-style-32px:visited:focus, .coh-style-cosmolab-primary-style-64px:visited:focus, .coh-style-cosmolab-primary-style-48px:visited:focus, .coh-style-cosmolab-primary-style-56px:visited:focus, .coh-style-cosmolab-primary-style-40px:visited:focus, .coh-style-cosmolab-primary-style:visited :active, .coh-style-cosmolab-primary-style-32px:visited :active, .coh-style-cosmolab-primary-style-64px:visited :active, .coh-style-cosmolab-primary-style-48px:visited :active, .coh-style-cosmolab-primary-style-56px:visited :active, .coh-style-cosmolab-primary-style-40px:visited :active {
  color: rgb(255, 255, 255);
}
.disabled.coh-style-cosmolab-primary-style, .disabled.coh-style-cosmolab-primary-style-32px, .disabled.coh-style-cosmolab-primary-style-64px, .disabled.coh-style-cosmolab-primary-style-48px, .disabled.coh-style-cosmolab-primary-style-56px, .disabled.coh-style-cosmolab-primary-style-40px {
  color: rgb(48, 56, 72);
  background-color: rgb(170, 178, 197);
  border-color: rgb(170, 178, 197);
  cursor: default;
}
[disabled].coh-style-cosmolab-primary-style, [disabled].coh-style-cosmolab-primary-style-32px, [disabled].coh-style-cosmolab-primary-style-64px, [disabled].coh-style-cosmolab-primary-style-48px, [disabled].coh-style-cosmolab-primary-style-56px, [disabled].coh-style-cosmolab-primary-style-40px {
  background-color: rgb(170, 178, 197);
  color: rgb(48, 56, 72);
  border-color: rgb(170, 178, 197);
  cursor: default;
}
.coh-style-cosmolab-primary-style-40px {
  height: 40px;
}
.coh-style-cosmolab-primary-style-56px {
  height: 56px;
}
.coh-style-cosmolab-primary-style-48px {
  height: 48px;
}
.coh-style-cosmolab-primary-style-64px {
  height: 64px;
}
.coh-style-cosmolab-primary-style-32px {
  height: 32px;
}
.coh-style-cosmolab-secondary-style, .coh-style-cosmolab-secondary-style-64px, .coh-style-cosmolab-secondary-style-40px, .coh-style-cosmolab-secondary-style-32px, .coh-style-cosmolab-secondary-style-56px, .coh-style-cosmolab-secondary-style-48px {
  font-family: 'Poppins', san-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(88, 78, 128);
  background-color: rgb(255, 255, 255);
  padding-top: 0.75rem;
  padding-right: 1.5rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-width: 2px;
  -webkit-border-radius: 999px;
          border-radius: 999px;
  border-style: solid;
  border-color: rgb(88, 78, 128);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  outline: none;
  -webkit-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
  font-weight: 600;
}
.coh-style-cosmolab-secondary-style:before, .coh-style-cosmolab-secondary-style-64px:before, .coh-style-cosmolab-secondary-style-40px:before, .coh-style-cosmolab-secondary-style-32px:before, .coh-style-cosmolab-secondary-style-56px:before, .coh-style-cosmolab-secondary-style-48px:before {
  margin-right: 0.5rem;
}
.coh-style-cosmolab-secondary-style:after, .coh-style-cosmolab-secondary-style-64px:after, .coh-style-cosmolab-secondary-style-40px:after, .coh-style-cosmolab-secondary-style-32px:after, .coh-style-cosmolab-secondary-style-56px:after, .coh-style-cosmolab-secondary-style-48px:after {
  margin-left: 0.5rem;
}
.coh-style-cosmolab-secondary-style:hover, .coh-style-cosmolab-secondary-style-64px:hover, .coh-style-cosmolab-secondary-style-40px:hover, .coh-style-cosmolab-secondary-style-32px:hover, .coh-style-cosmolab-secondary-style-56px:hover, .coh-style-cosmolab-secondary-style-48px:hover {
  color: rgb(40, 0, 113);
  background-color: rgb(235, 228, 241);
  border-color: rgb(88, 78, 128);
}
.coh-style-cosmolab-secondary-style:focus, .coh-style-cosmolab-secondary-style-64px:focus, .coh-style-cosmolab-secondary-style-40px:focus, .coh-style-cosmolab-secondary-style-32px:focus, .coh-style-cosmolab-secondary-style-56px:focus, .coh-style-cosmolab-secondary-style-48px:focus {
  color: rgb(88, 78, 128);
  background-color: rgb(255, 255, 255);
  border-color: rgb(88, 78, 128);
  outline-width: 2px;
  outline-color: rgb(0, 177, 255);
  outline-style: solid;
}
.coh-style-cosmolab-secondary-style:active, .coh-style-cosmolab-secondary-style-64px:active, .coh-style-cosmolab-secondary-style-40px:active, .coh-style-cosmolab-secondary-style-32px:active, .coh-style-cosmolab-secondary-style-56px:active, .coh-style-cosmolab-secondary-style-48px:active {
  color: rgb(88, 78, 128);
  background-color: rgb(255, 255, 255);
  border-color: rgb(88, 78, 128);
}
.coh-style-cosmolab-secondary-style:visited, .coh-style-cosmolab-secondary-style-64px:visited, .coh-style-cosmolab-secondary-style-40px:visited, .coh-style-cosmolab-secondary-style-32px:visited, .coh-style-cosmolab-secondary-style-56px:visited, .coh-style-cosmolab-secondary-style-48px:visited {
  color: rgb(88, 78, 128);
}
.coh-style-cosmolab-secondary-style:visited:hover, .coh-style-cosmolab-secondary-style-64px:visited:hover, .coh-style-cosmolab-secondary-style-40px:visited:hover, .coh-style-cosmolab-secondary-style-32px:visited:hover, .coh-style-cosmolab-secondary-style-56px:visited:hover, .coh-style-cosmolab-secondary-style-48px:visited:hover {
  color: rgb(88, 78, 128);
}
.coh-style-cosmolab-secondary-style:visited:focus, .coh-style-cosmolab-secondary-style-64px:visited:focus, .coh-style-cosmolab-secondary-style-40px:visited:focus, .coh-style-cosmolab-secondary-style-32px:visited:focus, .coh-style-cosmolab-secondary-style-56px:visited:focus, .coh-style-cosmolab-secondary-style-48px:visited:focus, .coh-style-cosmolab-secondary-style:visited :active, .coh-style-cosmolab-secondary-style-64px:visited :active, .coh-style-cosmolab-secondary-style-40px:visited :active, .coh-style-cosmolab-secondary-style-32px:visited :active, .coh-style-cosmolab-secondary-style-56px:visited :active, .coh-style-cosmolab-secondary-style-48px:visited :active {
  color: rgb(88, 78, 128);
}
.disabled.coh-style-cosmolab-secondary-style, .disabled.coh-style-cosmolab-secondary-style-64px, .disabled.coh-style-cosmolab-secondary-style-40px, .disabled.coh-style-cosmolab-secondary-style-32px, .disabled.coh-style-cosmolab-secondary-style-56px, .disabled.coh-style-cosmolab-secondary-style-48px {
  color: rgb(48, 56, 72);
  background-color: rgb(170, 178, 197);
  border-color: rgb(170, 178, 197);
  cursor: default;
}
[disabled].coh-style-cosmolab-secondary-style, [disabled].coh-style-cosmolab-secondary-style-64px, [disabled].coh-style-cosmolab-secondary-style-40px, [disabled].coh-style-cosmolab-secondary-style-32px, [disabled].coh-style-cosmolab-secondary-style-56px, [disabled].coh-style-cosmolab-secondary-style-48px {
  background-color: rgb(170, 178, 197);
  color: rgb(48, 56, 72);
  border-color: rgb(170, 178, 197);
  cursor: default;
}
.coh-style-cosmolab-secondary-style-48px {
  height: 48px;
}
.coh-style-cosmolab-secondary-style-56px {
  height: 56px;
}
.coh-style-cosmolab-secondary-style-32px {
  height: 32px;
}
.coh-style-cosmolab-secondary-style-40px {
  height: 40px;
}
.coh-style-cosmolab-secondary-style-64px {
  height: 64px;
}
.coh-style-text-color-light-background {
  color: rgb(0, 0, 0);
}
.coh-style-text-color-colored-background {
  color: rgb(255, 255, 255);
}
.coh-style-text-color-dark-background {
  color: rgb(255, 255, 255);
}
.coh-style-multi-column-two-column {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
@media (max-width: 1169px) {
  .coh-style-multi-column-two-column {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media (max-width: 1023px) {
  .coh-style-multi-column-two-column {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}
.coh-style-multi-column-three-column {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
@media (max-width: 1169px) {
  .coh-style-multi-column-three-column {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media (max-width: 1023px) {
  .coh-style-multi-column-three-column {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}
.coh-style-margin-bottom-small {
  margin-bottom: 2rem;
}
@media (max-width: 1169px) {
  .coh-style-margin-bottom-small {
    margin-bottom: 1.5rem;
  }
}
.coh-style-padding-top-bottom-large {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (max-width: 1169px) {
  .coh-style-padding-top-bottom-large {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}
@media (max-width: 767px) {
  .coh-style-padding-top-bottom-large {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.coh-style-padding-top-large {
  padding-top: 6rem;
}
@media (max-width: 1169px) {
  .coh-style-padding-top-large {
    padding-top: 4.5rem;
  }
}
@media (max-width: 767px) {
  .coh-style-padding-top-large {
    padding-top: 3rem;
  }
}
.coh-style-padding-bottom-large {
  padding-bottom: 6rem;
}
@media (max-width: 1169px) {
  .coh-style-padding-bottom-large {
    padding-bottom: 4.5rem;
  }
}
@media (max-width: 767px) {
  .coh-style-padding-bottom-large {
    padding-bottom: 3rem;
  }
}
.coh-style-padding-small {
  padding: 2rem;
}
@media (max-width: 1169px) {
  .coh-style-padding-small {
    padding: 1.5rem;
  }
}

.coh-ce-cpt_duplicate_of_tarjetas_iii-4a03aee6 {
  border: 0px solid yellow;
  display: block;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.coh-ce-cpt_duplicate_of_tarjetas_iii-2d3b804e {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.coh-ce-cpt_duplicate_of_tarjetas_iii-3c71f8e0 {
  width: 100%;
  position: relative;
  z-index: 0;
}
.coh-ce-cpt_duplicate_of_tarjetas_iii-3fd5c88d {
  position: relative;
  z-index: 1;
}
.coh-ce-cpt_duplicate_of_tarjetas_iii-5e5850 {
  position: absolute;
  height: auto;
  width: 100%;
  z-index: 0;
  bottom: 0;
}
@media (max-width: 564px) {
  .coh-ce-cpt_duplicate_of_tarjetas_iii-1a64db4e > * {
    font-size: 0.875rem !important;
    line-height: 1.2 !important;
  }
}
.coh-ce-cpt_duplicate_of_tarjetas_iii-968397a0 {
  color: inherit;
  display: block;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.coh-ce-cpt_grilla_de_tarjetas_ii-473e82a5 {
  row-gap: 2.5rem;
}
@media (max-width: 564px) {
  .coh-ce-cpt_grilla_de_tarjetas_ii-473e82a5 {
    row-gap: 1.5rem;
  }
}
@media (max-width: 564px) {
  .coh-ce-cpt_grilla_de_tarjetas_ii-aabb1288 .card-container {
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
  }
}
.coh-ce-cpt_grilla_de_tarjetas_ii-4b08923d {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.coh-ce-cpt_grilla_de_tarjetas_ii-f269acd6 {
  max-width: 100%;
  width: auto;
}
.coh-ce-cpt_grilla_de_tarjetas_ii-95d2e22b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.coh-ce-cpt_grilla_de_tarjetas_ii-f553e9ee {
  -webkit-border-radius: 1.5rem;
          border-radius: 1.5rem;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 155px;
  max-width: 150px;
  min-height: 155px;
  position: relative;
  min-width: 150px;
}
@media (max-width: 1439px) {
  .coh-ce-cpt_grilla_de_tarjetas_ii-f553e9ee {
    max-height: 155px;
    min-height: 155px;
    min-width: 150px;
    max-width: 150px;
  }
}
@media (max-width: 1169px) {
  .coh-ce-cpt_grilla_de_tarjetas_ii-f553e9ee {
    min-height: 155px;
    max-height: 155px;
    min-width: 150px;
    max-width: 150px;
  }
}
@media (max-width: 564px) {
  .coh-ce-cpt_grilla_de_tarjetas_ii-f553e9ee {
    min-width: 130px;
  }
}
.coh-ce-cpt_grilla_de_tarjetas_ii-95bb271f {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  position: relative;
}
.coh-ce-cpt_grilla_de_tarjetas_ii-fbebc390 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  width: 100%;
  padding-top: 0.6rem;
  min-height: 29px;
  position: relative;
  bottom: 0;
  height: 100%;
}
.coh-ce-cpt_grilla_de_tarjetas_ii-f17278 {
  text-align: center;
  line-height: 1.2;
  font-size: 0.775rem;
  font-weight: 700;
}
@media (max-width: 564px) {
  .coh-ce-cpt_grilla_de_tarjetas_ii-f17278 {
    font-size: 0.875rem;
    text-align: center;
  }
}
.coh-ce-cpt_grilla_de_tarjetas_ii-c35a8d14 {
  -webkit-border-radius: 1.5rem;
          border-radius: 1.5rem;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
  padding-top: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 155px;
  max-width: 150px;
  min-height: 155px;
  position: relative;
  min-width: 150px;
}
@media (max-width: 1439px) {
  .coh-ce-cpt_grilla_de_tarjetas_ii-c35a8d14 {
    min-height: 155px;
    max-height: 155px;
    min-width: 150px;
    max-width: 150px;
  }
}
@media (max-width: 1169px) {
  .coh-ce-cpt_grilla_de_tarjetas_ii-c35a8d14 {
    min-height: 155px;
    max-height: 155px;
    min-width: 150px;
    max-width: 150px;
  }
}
@media (max-width: 564px) {
  .coh-ce-cpt_grilla_de_tarjetas_ii-c35a8d14 {
    min-width: 130px;
  }
}
.coh-ce-cpt_grilla_de_tarjetas_ii-5bf709c3 {
  text-align: center;
  line-height: 1.2;
  font-size: 0.775rem;
  font-weight: 700;
}
@media (max-width: 564px) {
  .coh-ce-cpt_grilla_de_tarjetas_ii-5bf709c3 {
    font-size: 0.775rem;
    text-align: center;
  }
}
@media (max-width: 564px) {
  .coh-ce-cpt_grilla_de_tarjetas_ii-61b088f7 .card-container {
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
  }
}
@media (max-width: 564px) {
  .coh-ce-cpt_grilla_de_tarjetas_ii-4cbd4bbd .card-container {
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
  }
}
.coh-ce-cpt_grilla_de_tarjetas_ii-b696fa52 {
  -webkit-border-radius: 1.5rem;
          border-radius: 1.5rem;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
  padding-top: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 155px;
  height: auto;
  max-width: 150px;
  min-height: 155px;
  position: relative;
  min-width: 150px;
}
@media (max-width: 1439px) {
  .coh-ce-cpt_grilla_de_tarjetas_ii-b696fa52 {
    height: auto;
    min-height: 155px;
    max-height: 155px;
    min-width: 150px;
    max-width: 150px;
  }
}
@media (max-width: 1169px) {
  .coh-ce-cpt_grilla_de_tarjetas_ii-b696fa52 {
    height: auto;
    min-height: 155px;
    max-height: 155px;
    min-width: 150px;
    max-width: 150px;
  }
}
@media (max-width: 564px) {
  .coh-ce-cpt_grilla_de_tarjetas_ii-b696fa52 {
    min-width: 130px;
  }
}
.coh-ce-cpt_grilla_de_tarjetas_ii-a6063ba6 .card-container {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}
.coh-ce-cpt_grilla_de_tarjetas_ii-b23aa5eb {
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
}
@media (max-width: 564px) {
  .coh-ce-cpt_grilla_de_tarjetas_ii-b23aa5eb {
    font-size: 0.775rem;
    text-align: center;
  }
}
@media (max-width: 564px) {
  .coh-ce-cpt_grilla_de_tarjetas_ii-ff83ac76 .card-container {
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
  }
}
@media (max-width: 564px) {
  .coh-ce-cpt_grilla_imagenes_cosmolab-4cbd4bbd .card-container {
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
  }
}
.coh-ce-cpt_grilla_imagenes_cosmolab-95d2e22b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.coh-ce-cpt_grilla_imagenes_cosmolab-f269acd6 {
  max-width: 100%;
  width: auto;
}
.coh-ce-cpt_header_cosmolab-cdc9997 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.coh-ce-cpt_header_cosmolab-a38b6c91 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.coh-ce-cpt_header_cosmolab-7e20ffd4 {
  padding-top: 1.3125rem;
  padding-bottom: 1.3125rem;
  width: 100%;
}
.coh-ce-cpt_header_cosmolab-7e20ffd4 .coh-row-inner {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.coh-ce-cpt_header_cosmolab-70fffdb4 {
  max-width: 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1439px) {
  .coh-ce-cpt_header_cosmolab-70fffdb4 {
    max-width: none;
  }
}
@media (max-width: 564px) {
  .coh-ce-cpt_header_cosmolab-70fffdb4 {
    max-width: 47%;
  }
}
.coh-ce-cpt_tarjetas-64ac4617 {
  line-height: 1.3;
  color: rgb(79, 86, 103);
  display: block;
  font-size: 1rem;
}
@media (max-width: 1439px) {
  .coh-ce-cpt_tarjetas-64ac4617 {
    font-size: clamp(0.875rem, 0.229vw + 0.794rem, 1rem);
    line-height: clamp(1.17rem, 0.114vw + 1.097rem, 1.2rem);
  }
}
.coh-ce-cpt_tarjetas-5771cc08 {
  color: rgb(16, 24, 38);
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}
@media (max-width: 1439px) {
  .coh-ce-cpt_tarjetas-5771cc08 {
    font-size: clamp(1rem, 0.457vw + 0.839rem, 1.25rem);
    line-height: clamp(1.2rem, 0.777vw + 0.926rem, 1.625rem);
  }
}
.coh-ce-cpt_tarjetas-5771cc08:last-child {
  margin-bottom: 0;
}
.coh-style-titulo-subrayado.coh-ce-cpt_tarjetas-5771cc08 {
  margin-bottom: 1em;
}
.coh-ce-cpt_tarjetas-e127f68a {
  margin-bottom: 1.5rem;
  max-height: 18.4375rem;
}
.coh-ce-cpt_tarjetas-e127f68a:last-child {
  margin-bottom: 0;
}
@media (max-width: 1439px) {
  .coh-ce-cpt_tarjetas-e127f68a > * {
    font-size: clamp(0.875rem, 0.229vw + 0.794rem, 1rem);
    line-height: clamp(1.17rem, 0.114vw + 1.097rem, 1.2rem);
  }
}
.coh-ce-cpt_tarjetas-e127f68a > *:last-child {
  margin-bottom: 0;
}
.coh-ce-cpt_tarjetas-e127f68a > :is(p, span) {
  overflow: hidden;
  max-height: 8rem;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
}
.coh-ce-cpt_tarjetas-8646794f {
  margin-bottom: 1.5rem;
  max-height: 184375rem;
}
.coh-ce-cpt_tarjetas-8646794f:last-child {
  margin-bottom: 0;
}
@media (max-width: 1439px) {
  .coh-ce-cpt_tarjetas-8646794f > * {
    font-size: clamp(0.875rem, 0.229vw + 0.794rem, 1rem);
    line-height: clamp(1.17rem, 0.114vw + 1.097rem, 1.2rem);
  }
}
.coh-ce-cpt_tarjetas-8646794f > *:last-child {
  margin-bottom: 0;
}
.coh-ce-cpt_tarjetas-8646794f > :is(p, span) {
  overflow: hidden;
  max-height: 8rem;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
}
.coh-ce-cpt_tarjetas_cosmolab-4a03aee6 {
  border: 0px solid yellow;
  display: block;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.coh-ce-cpt_tarjetas_cosmolab-2d3b804e {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.coh-ce-cpt_tarjetas_cosmolab-3c71f8e0 {
  width: 100%;
  position: relative;
  z-index: 0;
}
.coh-ce-cpt_tarjetas_cosmolab-3fd5c88d {
  position: relative;
  z-index: 1;
}
.coh-ce-cpt_tarjetas_cosmolab-5e5850 {
  position: absolute;
  height: auto;
  width: 100%;
  z-index: 0;
  bottom: 0;
}
@media (max-width: 564px) {
  .coh-ce-cpt_tarjetas_cosmolab-1a64db4e > * {
    font-size: 0.875rem !important;
    line-height: 1.2 !important;
  }
}
.coh-ce-cpt_tarjetas_cosmolab-968397a0 {
  color: inherit;
  display: block;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.coh-ce-cpt_tarjetas_ii-64ac4617 {
  line-height: 1.3;
  color: rgb(79, 86, 103);
  display: block;
  font-size: 1rem;
}
@media (max-width: 1439px) {
  .coh-ce-cpt_tarjetas_ii-64ac4617 {
    font-size: clamp(0.875rem, 0.229vw + 0.794rem, 1rem);
    line-height: clamp(1.17rem, 0.114vw + 1.097rem, 1.2rem);
  }
}
.coh-ce-cpt_tarjetas_ii-b0bd10fc {
  color: rgb(16, 24, 38);
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}
@media (max-width: 1439px) {
  .coh-ce-cpt_tarjetas_ii-b0bd10fc {
    font-size: clamp(1rem, 0.457vw + 0.839rem, 1.25rem);
    line-height: clamp(1.2rem, 0.777vw + 0.926rem, 1.625rem);
  }
}
.coh-ce-cpt_tarjetas_ii-b0bd10fc:last-child {
  margin-bottom: 0;
}
.coh-style-titulo-subrayado.coh-ce-cpt_tarjetas_ii-b0bd10fc {
  margin-bottom: 1em;
}
.coh-ce-cpt_tarjetas_ii-4b8781a1 {
  margin-bottom: 1.5rem;
  max-height: 18.4375rem;
}
.coh-ce-cpt_tarjetas_ii-4b8781a1:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 1439px) {
  .coh-ce-cpt_tarjetas_ii-4b8781a1 > * {
    font-size: clamp(0.875rem, 0.229vw + 0.794rem, 1rem);
    line-height: clamp(1.17rem, 0.114vw + 1.097rem, 1.2rem);
  }
}
.coh-ce-cpt_tarjetas_ii-4b8781a1 > *:last-child {
  margin-bottom: 0;
}
.coh-ce-cpt_tarjetas_ii-4b8781a1 > :is(p, span) {
  overflow: hidden;
  max-height: 8rem;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
}
.coh-ce-cpt_timeline_cosmolab-62804322 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 1.5rem;
  position: relative;
}
.coh-ce-cpt_timeline_cosmolab-fe266545:before {
  font-size: 1.4rem;
  line-height: 1.43;
  text-align: center;
  width: 100%;
  position: absolute;
}
@media (max-width: 564px) {
  .coh-ce-cpt_video-8a5f3fde {
    line-height: 1.0;
  }
}
.centered.coh-ce-cpt_video-8a5f3fde {
  text-align: center;
}
.coh-ce-cpt_video-ccdce0ef {
  max-width: 100%;
}
@media (max-width: 1023px) {
  .coh-ce-cpt_video-ccdce0ef {
    max-width: 100%;
  }
}
.coh-ce-cpt_video-8f2ee87c {
  font-size: 16px;
  font-style: italic;
  margin: 14px 0;
  color: #505964;
}
.coh-ce-cpt_video_2-ccdce0ef {
  max-width: 100%;
}
@media (max-width: 1023px) {
  .coh-ce-cpt_video_2-ccdce0ef {
    max-width: 100%;
  }
}
.coh-ce-cpt_video_2-8f2ee87c {
  font-size: 16px;
  font-style: italic;
  margin: 14px 0;
  color: #505964;
}
.coh-ce-844452be {
  display: none;
  padding-bottom: 15px;
  background-color: rgb(255, 255, 255);
  text-transform: uppercase;
  background-position: left top;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  position: absolute;
  top: 35px;
  left: -133.6%;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  color: rgb(56, 56, 56);
}
@media (max-width: 1439px) {
  .coh-ce-844452be {
    left: -webkit-calc(-1 * ((100vw - (100vw - 210px))) + 138px);
    left: calc(-1 * ((100vw - (100vw - 210px))) + 138px);
  }
}
@media (max-width: 1169px) {
  .coh-ce-844452be {
    top: 71px;
    left: -webkit-calc(-1 * 100vw + 86px );
    left: calc(-1 * 100vw + 86px );
  }
}
@media (max-width: 1023px) {
  .coh-ce-844452be {
    z-index: 9;
    left: -webkit-calc(-1 * 100vw + 92px );
    left: calc(-1 * 100vw + 92px );
    top: 60px;
    width: 103vw;
    font-size: 0.875rem;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .coh-ce-844452be {
    font-size: 0.875rem;
    text-align: center;
    left: -webkit-calc(-1 * 100vw + 105px );
    left: calc(-1 * 100vw + 105px );
    top: 47px;
  }
}
@media (max-width: 564px) {
  .coh-ce-844452be {
    left: -webkit-calc(-1 * (100vw - 75px));
    left: calc(-1 * (100vw - 75px));
    top: 46px;
    font-size: 0.875rem;
    text-align: center;
  }
}
.is-expanded.coh-ce-844452be {
  display: block;
}
.coh-ce-844452be .dd-menu-mobile-l1-ul {
  display: block;
  position: absolute;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0.125rem;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  text-align: center;
  background-clip: padding-box;
  z-index: 2;
}
@media (max-width: 1023px) {
  .coh-ce-844452be .dd-menu-mobile-l1-ul {
    position: static;
  }
}
.coh-ce-844452be .dd-menu-mobile-l1-ul > li {
  display: block;
  padding: 0;
  clear: both;
  border-width: 0;
  white-space: nowrap;
}
.coh-ce-844452be .dd-menu-mobile-l1-ul > li:last-child a {
  border-bottom-width: 0;
}
.coh-ce-844452be .dd-menu-mobile-l1-ul > li.is-expanded {
  overflow: visible;
}
.coh-ce-844452be .dd-menu-mobile-l1-ul > li.is-expanded .dd-menu-mobile-l2-ul {
  display: block;
}
.coh-ce-844452be .dd-menu-mobile-l1-ul > li a {
  line-height: 1.5;
  font-size: 1rem;
  display: block;
  color: rgb(56, 56, 56);
  font-family: 'Inter', sans-serif;
  padding: 14px;
  font-weight: 700;
}
@media (max-width: 1439px) {
  .coh-ce-844452be .dd-menu-mobile-l1-ul > li a {
    font-size: 1rem;
  }
}
@media (max-width: 1023px) {
  .coh-ce-844452be .dd-menu-mobile-l1-ul > li a {
    font-size: 1rem;
    text-align: center;
    width: 100vw;
  }
}
@media (max-width: 767px) {
  .coh-ce-844452be .dd-menu-mobile-l1-ul > li a {
    font-size: 1rem;
    text-align: center;
  }
}
@media (max-width: 564px) {
  .coh-ce-844452be .dd-menu-mobile-l1-ul > li a {
    text-align: center;
    width: 100vw;
  }
}
.coh-ce-844452be .dd-menu-mobile-l1-ul .has-children > a:after {
  line-height: 1.0;
  font-weight: 700;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4rem;
  top: 0.46rem;
  right: -0.6rem;
  display: inline-block;
  content: "\f107";
  font-family: icomoon;
  vertical-align: text-bottom;
  margin-left: 0.4rem;
}
@media (max-width: 767px) {
  .coh-ce-844452be .dd-menu-mobile-l1-ul .has-children > a:after {
    top: 1.3rem;
    right: unset;
    display: inline-block;
  }
}
.coh-ce-844452be .dd-menu-mobile-l1-ul .has-children.is-expanded > a:after {
  line-height: 1.0;
  font-weight: 700;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f106";
  font-family: icomoon;
}
.coh-ce-844452be .dd-menu-mobile-l2-ul {
  display: none;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
  background-color: rgba(255, 255, 255, 0.9);
}
.coh-ce-844452be .dd-menu-mobile-l2-ul li a:last-child a {
  border-bottom-width: 0;
}
.coh-ce-9682eb1d {
  width: 100%;
  text-transform: uppercase;
}
.fixedMenu.coh-ce-9682eb1d .menu-level-1-ul > li {
  color: rgb(56, 56, 56);
}
.fixedMenu.coh-ce-9682eb1d .menu-level-1-ul > li.is-expanded a {
  color: rgb(56, 56, 56);
}
.fixedMenu.coh-ce-9682eb1d .menu-level-1-ul > li.is-expanded a .menu-level-2-ul a {
  color: rgb(56, 56, 56);
}
.fixedMenu.coh-ce-9682eb1d .menu-level-1-ul > li.is-collapsed > a {
  color: rgb(56, 56, 56);
}
.fixedMenu.coh-ce-9682eb1d .menu-level-1-ul > li > a {
  color: rgb(56, 56, 56);
}
.fixedMenu.coh-ce-9682eb1d .menu-level-1-ul > li > a:after {
  color: rgb(56, 56, 56);
}
.fixedMenu.coh-ce-9682eb1d .menu-level-1-ul li.is-active.in-active-trail {
  border-width: 2px;
  border-color: rgb(56, 56, 56);
  border-bottom-style: solid;
}
.fixedMenu.coh-ce-9682eb1d .menu-level-2-ul li.is-active.in-active-trail {
  border-style: none;
}
.coh-ce-9682eb1d .menu-level-1-ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  height: 100%;
  padding-top: 0.5rem;
  padding-right: 0;
  padding-bottom: 0.3rem;
  padding-left: 0;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
}
@media (max-width: 1169px) {
  .coh-ce-9682eb1d .menu-level-1-ul {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 100%;
    min-width: 100%;
  }
}
@media (max-width: 1023px) {
  .coh-ce-9682eb1d .menu-level-1-ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .coh-ce-9682eb1d .menu-level-1-ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 564px) {
  .coh-ce-9682eb1d .menu-level-1-ul {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
}
.coh-ce-9682eb1d .menu-level-1-ul > li {
  list-style-type: none;
  position: inherit;
  position: relative;
  display: inline-block;
  overflow: visible;
}
@media (max-width: 1023px) {
  .coh-ce-9682eb1d .menu-level-1-ul > li {
    text-align: center;
  }
}
.coh-ce-9682eb1d .menu-level-1-ul > li:hover:before {
  position: absolute;
  left: 0;
  right: 0;
}
.coh-ce-9682eb1d .menu-level-1-ul > li:focus:before {
  position: absolute;
  left: 0;
  right: 0;
}
.coh-ce-9682eb1d .menu-level-1-ul > li:active {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: rgb(56, 56, 56);
}
.coh-ce-9682eb1d .menu-level-1-ul > li:active:before {
  position: absolute;
  left: 0;
  right: 0;
}
.coh-ce-9682eb1d .menu-level-1-ul > li.is-expanded {
  overflow: visible;
}
.coh-ce-9682eb1d .menu-level-1-ul > li.is-expanded:hover:before {
  display: none;
}
.coh-ce-9682eb1d .menu-level-1-ul > li.is-expanded > a {
  color: rgb(255, 255, 255);
  padding-top: 0.5rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 1439px) {
  .coh-ce-9682eb1d .menu-level-1-ul > li.is-expanded > a {
    padding-right: 0.8rem;
  }
}
@media (max-width: 1169px) {
  .coh-ce-9682eb1d .menu-level-1-ul > li.is-expanded > a {
    padding-right: 0.8rem;
  }
}
.coh-ce-9682eb1d .menu-level-1-ul > li.is-expanded .menu-level-2-ul {
  display: block;
}
.coh-ce-9682eb1d .menu-level-1-ul > li.is-expanded .menu-level-2-ul a {
  color: rgb(56, 56, 56);
}
.coh-ce-9682eb1d .menu-level-1-ul > li.is-collapsed:hover:before {
  display: none;
}
.coh-ce-9682eb1d .menu-level-1-ul > li.is-collapsed > a {
  padding-top: 0.5rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  color: rgb(255, 255, 255);
}
@media (max-width: 1439px) {
  .coh-ce-9682eb1d .menu-level-1-ul > li.is-collapsed > a {
    padding-right: 0.8rem;
  }
}
@media (max-width: 1169px) {
  .coh-ce-9682eb1d .menu-level-1-ul > li.is-collapsed > a {
    -webkit-tap-highlight-color: transparent;
  }
}
@media (max-width: 1023px) {
  .coh-ce-9682eb1d .menu-level-1-ul > li.is-collapsed > a {
    padding-right: 0.8rem;
  }
}
.coh-ce-9682eb1d .menu-level-1-ul > li > a {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  color: rgb(56, 56, 56);
  font-size: 0.75rem;
  position: relative;
  -webkit-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
  padding-top: 0.5rem;
  padding-right: 0.25rem;
  padding-bottom: 0.5rem;
  padding-left: 0.25rem;
}
@media (max-width: 1439px) {
  .coh-ce-9682eb1d .menu-level-1-ul > li > a {
    padding-right: 0.25rem;
  }
}
@media (max-width: 1169px) {
  .coh-ce-9682eb1d .menu-level-1-ul > li > a {
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    padding-right: 0.25rem;
  }
}
@media (max-width: 1023px) {
  .coh-ce-9682eb1d .menu-level-1-ul > li > a {
    font-size: 0.875rem;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .coh-ce-9682eb1d .menu-level-1-ul > li > a {
    font-size: 0.875rem;
  }
}
@media (max-width: 564px) {
  .coh-ce-9682eb1d .menu-level-1-ul > li > a {
    font-size: 0.875rem;
  }
}
.coh-ce-9682eb1d .menu-level-1-ul > li > a:after {
  line-height: 1.0;
  font-weight: 700;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  top: 0.46rem;
  right: -0.6rem;
  content: "\f107";
  font-family: icomoon;
  font-size: 1.4rem;
  color: rgb(255, 255, 255);
}
@media (max-width: 1439px) {
  .coh-ce-9682eb1d .menu-level-1-ul > li > a:after {
    top: 0.46rem;
    right: -0.6rem;
  }
}
@media (max-width: 767px) {
  .coh-ce-9682eb1d .menu-level-1-ul > li > a:after {
    top: 1.3rem;
    right: unset;
    margin-left: 0.255rem;
    display: inline-block;
  }
}
.coh-ce-9682eb1d .menu-level-1-ul > li > a:only-child:after {
  display: none;
}
.coh-ce-9682eb1d .menu-level-1-ul > li > a:visited {
  -webkit-box-shadow: inset 0px -2px 0px 0px rgb(56, 56, 56);
          box-shadow: inset 0px -2px 0px 0px rgb(56, 56, 56);
}
.coh-ce-9682eb1d .menu-level-1-ul > li > span {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  padding-top: 0.5rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  padding-left: 0.25rem;
  position: relative;
  -webkit-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}
@media (max-width: 1439px) {
  .coh-ce-9682eb1d .menu-level-1-ul > li > span {
    padding-right: 1rem;
  }
}
@media (max-width: 1169px) {
  .coh-ce-9682eb1d .menu-level-1-ul > li > span {
    width: 100%;
    padding-right: 1rem;
  }
}
@media (max-width: 1023px) {
  .coh-ce-9682eb1d .menu-level-1-ul > li > span {
    font-size: 0.75rem;
    width: 100%;
  }
}
@media (max-width: 564px) {
  .coh-ce-9682eb1d .menu-level-1-ul > li > span {
    font-size: 1.5rem;
  }
}
.coh-ce-9682eb1d .menu-level-1-ul > li > span:after {
  line-height: 1.0;
  font-weight: 700;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 0.255rem;
  position: absolute;
  top: 0.46rem;
  right: -0.6rem;
  display: block;
  content: "\f107";
  font-family: icomoon;
  font-size: 1.4rem;
}
@media (max-width: 1439px) {
  .coh-ce-9682eb1d .menu-level-1-ul > li > span:after {
    top: 0.46rem;
    right: -0.6rem;
  }
}
@media (max-width: 767px) {
  .coh-ce-9682eb1d .menu-level-1-ul > li > span:after {
    top: 1.3rem;
    right: unset;
    display: inline-block;
  }
}
.coh-ce-9682eb1d .menu-level-1-ul li.is-active.in-active-trail {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: rgb(255, 255, 255);
}
.coh-ce-9682eb1d .menu-level-2-ul {
  display: none;
  position: absolute;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  text-align: left;
  background-clip: padding-box;
  z-index: 2;
  left: -90%;
  top: 25px;
}
@media (max-width: 767px) {
  .coh-ce-9682eb1d .menu-level-2-ul {
    position: static;
  }
}
.coh-ce-9682eb1d .menu-level-2-ul > li {
  background-color: rgba(0, 0, 0, 0);
  display: block;
  width: 100%;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  clear: both;
  border-width: 0;
  white-space: nowrap;
}
.coh-ce-9682eb1d .menu-level-2-ul > li:last-child a {
  border-bottom-width: 0;
}
.coh-ce-9682eb1d .menu-level-2-ul > li a {
  border-bottom-width: 2px;
  border-bottom-style: none;
  font-size: 0.75rem;
  display: block;
  color: rgb(255, 255, 255);
  font-weight: 600;
  padding: 14px;
  min-width: 245px;
}
@media (max-width: 1023px) {
  .coh-ce-9682eb1d .menu-level-2-ul > li a {
    font-size: 0.875rem;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .coh-ce-9682eb1d .menu-level-2-ul > li a {
    font-size: 0.875rem;
    text-align: center;
  }
}
@media (max-width: 564px) {
  .coh-ce-9682eb1d .menu-level-2-ul > li a {
    font-size: 0.875rem;
    text-align: center;
  }
}
.coh-ce-9682eb1d .menu-level-2-ul li.is-active.in-active-trail {
  border-style: none;
}
.coh-ce-66907812 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around !important;
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important;
}
@media (max-width: 1023px) {
  .coh-ce-66907812 {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.coh-ce-fbb5475 {
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 1023px) {
  .coh-ce-fbb5475 {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .coh-ce-fbb5475 {
    font-size: 15px;
  }
}
.li.coh-menu-list-item.is-active.in-active-trail.coh-ce-fbb5475 {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: rgb(56, 56, 56);
}
.coh-ce-60ce88de {
  color: rgb(56, 56, 56);
  font-family: 'Inter', sans-serif;
  font-weight: 600;
}
@media (max-width: 767px) {
  .coh-ce-60ce88de {
    font-size: 15px;
  }
}
@media (max-width: 564px) {
  .coh-ce-60ce88de {
    font-size: 12px !important;
  }
}
.coh-ce-60ce88de:hover {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  color: rgb(56, 56, 56);
}
.coh-ce-dab89623 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  color: rgb(56, 56, 56);
  outline-width: 2px;
  outline-style: solid;
  outline-color: rgb(255, 53, 106);
}
.coh-ce-dab89623:hover {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  color: rgb(56, 56, 56);
}
.coh-ce-9682eb1d {
  width: 100%;
  text-transform: uppercase;
}
.fixedMenu.coh-ce-9682eb1d .menu-level-1-ul > li {
  color: rgb(56, 56, 56);
}
.fixedMenu.coh-ce-9682eb1d .menu-level-1-ul > li.is-expanded a {
  color: rgb(56, 56, 56);
}
.fixedMenu.coh-ce-9682eb1d .menu-level-1-ul > li.is-expanded a .menu-level-2-ul a {
  color: rgb(56, 56, 56);
}
.fixedMenu.coh-ce-9682eb1d .menu-level-1-ul > li.is-collapsed > a {
  color: rgb(56, 56, 56);
}
.fixedMenu.coh-ce-9682eb1d .menu-level-1-ul > li > a {
  color: rgb(56, 56, 56);
}
.fixedMenu.coh-ce-9682eb1d .menu-level-1-ul > li > a:after {
  color: rgb(56, 56, 56);
}
.fixedMenu.coh-ce-9682eb1d .menu-level-1-ul li.is-active.in-active-trail {
  border-width: 2px;
  border-color: rgb(56, 56, 56);
  border-bottom-style: solid;
}
.fixedMenu.coh-ce-9682eb1d .menu-level-2-ul li.is-active.in-active-trail {
  border-style: none;
}
.coh-ce-9682eb1d .menu-level-1-ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  height: 100%;
  padding-top: 0.5rem;
  padding-right: 0;
  padding-bottom: 0.3rem;
  padding-left: 0;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
}
@media (max-width: 1169px) {
  .coh-ce-9682eb1d .menu-level-1-ul {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 100%;
    min-width: 100%;
  }
}
@media (max-width: 1023px) {
  .coh-ce-9682eb1d .menu-level-1-ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .coh-ce-9682eb1d .menu-level-1-ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 564px) {
  .coh-ce-9682eb1d .menu-level-1-ul {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
}
.coh-ce-9682eb1d .menu-level-1-ul > li {
  list-style-type: none;
  position: inherit;
  position: relative;
  display: inline-block;
  overflow: visible;
}
@media (max-width: 1023px) {
  .coh-ce-9682eb1d .menu-level-1-ul > li {
    text-align: center;
  }
}
.coh-ce-9682eb1d .menu-level-1-ul > li:hover:before {
  position: absolute;
  left: 0;
  right: 0;
}
.coh-ce-9682eb1d .menu-level-1-ul > li:focus:before {
  position: absolute;
  left: 0;
  right: 0;
}
.coh-ce-9682eb1d .menu-level-1-ul > li:active {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: rgb(56, 56, 56);
}
.coh-ce-9682eb1d .menu-level-1-ul > li:active:before {
  position: absolute;
  left: 0;
  right: 0;
}
.coh-ce-9682eb1d .menu-level-1-ul > li.is-expanded {
  overflow: visible;
}
.coh-ce-9682eb1d .menu-level-1-ul > li.is-expanded:hover:before {
  display: none;
}
.coh-ce-9682eb1d .menu-level-1-ul > li.is-expanded > a {
  color: rgb(255, 255, 255);
  padding-top: 0.5rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 1439px) {
  .coh-ce-9682eb1d .menu-level-1-ul > li.is-expanded > a {
    padding-right: 0.8rem;
  }
}
@media (max-width: 1169px) {
  .coh-ce-9682eb1d .menu-level-1-ul > li.is-expanded > a {
    padding-right: 0.8rem;
  }
}
.coh-ce-9682eb1d .menu-level-1-ul > li.is-expanded .menu-level-2-ul {
  display: block;
}
.coh-ce-9682eb1d .menu-level-1-ul > li.is-expanded .menu-level-2-ul a {
  color: rgb(56, 56, 56);
}
.coh-ce-9682eb1d .menu-level-1-ul > li.is-collapsed:hover:before {
  display: none;
}
.coh-ce-9682eb1d .menu-level-1-ul > li.is-collapsed > a {
  padding-top: 0.5rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  color: rgb(255, 255, 255);
}
@media (max-width: 1439px) {
  .coh-ce-9682eb1d .menu-level-1-ul > li.is-collapsed > a {
    padding-right: 0.8rem;
  }
}
@media (max-width: 1169px) {
  .coh-ce-9682eb1d .menu-level-1-ul > li.is-collapsed > a {
    -webkit-tap-highlight-color: transparent;
  }
}
@media (max-width: 1023px) {
  .coh-ce-9682eb1d .menu-level-1-ul > li.is-collapsed > a {
    padding-right: 0.8rem;
  }
}
.coh-ce-9682eb1d .menu-level-1-ul > li > a {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  color: rgb(56, 56, 56);
  font-size: 0.75rem;
  position: relative;
  -webkit-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
  padding-top: 0.5rem;
  padding-right: 0.25rem;
  padding-bottom: 0.5rem;
  padding-left: 0.25rem;
}
@media (max-width: 1439px) {
  .coh-ce-9682eb1d .menu-level-1-ul > li > a {
    padding-right: 0.25rem;
  }
}
@media (max-width: 1169px) {
  .coh-ce-9682eb1d .menu-level-1-ul > li > a {
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    padding-right: 0.25rem;
  }
}
@media (max-width: 1023px) {
  .coh-ce-9682eb1d .menu-level-1-ul > li > a {
    font-size: 0.875rem;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .coh-ce-9682eb1d .menu-level-1-ul > li > a {
    font-size: 0.875rem;
  }
}
@media (max-width: 564px) {
  .coh-ce-9682eb1d .menu-level-1-ul > li > a {
    font-size: 0.875rem;
  }
}
.coh-ce-9682eb1d .menu-level-1-ul > li > a:after {
  line-height: 1.0;
  font-weight: 700;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  top: 0.46rem;
  right: -0.6rem;
  content: "\f107";
  font-family: icomoon;
  font-size: 1.4rem;
  color: rgb(255, 255, 255);
}
@media (max-width: 1439px) {
  .coh-ce-9682eb1d .menu-level-1-ul > li > a:after {
    top: 0.46rem;
    right: -0.6rem;
  }
}
@media (max-width: 767px) {
  .coh-ce-9682eb1d .menu-level-1-ul > li > a:after {
    top: 1.3rem;
    right: unset;
    margin-left: 0.255rem;
    display: inline-block;
  }
}
.coh-ce-9682eb1d .menu-level-1-ul > li > a:only-child:after {
  display: none;
}
.coh-ce-9682eb1d .menu-level-1-ul > li > a:visited {
  -webkit-box-shadow: inset 0px -2px 0px 0px rgb(56, 56, 56);
          box-shadow: inset 0px -2px 0px 0px rgb(56, 56, 56);
}
.coh-ce-9682eb1d .menu-level-1-ul > li > span {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  padding-top: 0.5rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  padding-left: 0.25rem;
  position: relative;
  -webkit-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}
@media (max-width: 1439px) {
  .coh-ce-9682eb1d .menu-level-1-ul > li > span {
    padding-right: 1rem;
  }
}
@media (max-width: 1169px) {
  .coh-ce-9682eb1d .menu-level-1-ul > li > span {
    width: 100%;
    padding-right: 1rem;
  }
}
@media (max-width: 1023px) {
  .coh-ce-9682eb1d .menu-level-1-ul > li > span {
    font-size: 0.75rem;
    width: 100%;
  }
}
@media (max-width: 564px) {
  .coh-ce-9682eb1d .menu-level-1-ul > li > span {
    font-size: 1.5rem;
  }
}
.coh-ce-9682eb1d .menu-level-1-ul > li > span:after {
  line-height: 1.0;
  font-weight: 700;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 0.255rem;
  position: absolute;
  top: 0.46rem;
  right: -0.6rem;
  display: block;
  content: "\f107";
  font-family: icomoon;
  font-size: 1.4rem;
}
@media (max-width: 1439px) {
  .coh-ce-9682eb1d .menu-level-1-ul > li > span:after {
    top: 0.46rem;
    right: -0.6rem;
  }
}
@media (max-width: 767px) {
  .coh-ce-9682eb1d .menu-level-1-ul > li > span:after {
    top: 1.3rem;
    right: unset;
    display: inline-block;
  }
}
.coh-ce-9682eb1d .menu-level-1-ul li.is-active.in-active-trail {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: rgb(255, 255, 255);
}
.coh-ce-9682eb1d .menu-level-2-ul {
  display: none;
  position: absolute;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  text-align: left;
  background-clip: padding-box;
  z-index: 2;
  left: -90%;
  top: 25px;
}
@media (max-width: 767px) {
  .coh-ce-9682eb1d .menu-level-2-ul {
    position: static;
  }
}
.coh-ce-9682eb1d .menu-level-2-ul > li {
  background-color: rgba(0, 0, 0, 0);
  display: block;
  width: 100%;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  clear: both;
  border-width: 0;
  white-space: nowrap;
}
.coh-ce-9682eb1d .menu-level-2-ul > li:last-child a {
  border-bottom-width: 0;
}
.coh-ce-9682eb1d .menu-level-2-ul > li a {
  border-bottom-width: 2px;
  border-bottom-style: none;
  font-size: 0.75rem;
  display: block;
  color: rgb(255, 255, 255);
  font-weight: 600;
  padding: 14px;
  min-width: 245px;
}
@media (max-width: 1023px) {
  .coh-ce-9682eb1d .menu-level-2-ul > li a {
    font-size: 0.875rem;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .coh-ce-9682eb1d .menu-level-2-ul > li a {
    font-size: 0.875rem;
    text-align: center;
  }
}
@media (max-width: 564px) {
  .coh-ce-9682eb1d .menu-level-2-ul > li a {
    font-size: 0.875rem;
    text-align: center;
  }
}
.coh-ce-9682eb1d .menu-level-2-ul li.is-active.in-active-trail {
  border-style: none;
}
.coh-ce-c51719ae {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start !important;
  -webkit-justify-content: start !important;
      -ms-flex-pack: start !important;
          justify-content: start !important;
}
@media (max-width: 1023px) {
  .coh-ce-c51719ae {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.coh-ce-c655c271 {
  margin-right: 0;
  margin-left: 8.5%;
}
@media (max-width: 1023px) {
  .coh-ce-c655c271 {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .coh-ce-c655c271 {
    font-size: 15px;
  }
}
.coh-ce-c655c271:last-child {
  margin-left: 24%;
}
@media (max-width: 1023px) {
  .coh-ce-c655c271:last-child {
    margin-left: 0;
  }
}
.li.coh-menu-list-item.is-active.in-active-trail.coh-ce-c655c271 {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: rgb(56, 56, 56);
}
.coh-ce-60ce88de {
  color: rgb(56, 56, 56);
  font-family: 'Inter', sans-serif;
  font-weight: 600;
}
@media (max-width: 767px) {
  .coh-ce-60ce88de {
    font-size: 15px;
  }
}
@media (max-width: 564px) {
  .coh-ce-60ce88de {
    font-size: 12px !important;
  }
}
.coh-ce-60ce88de:hover {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  color: rgb(56, 56, 56);
}
.coh-ce-dab89623 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  color: rgb(56, 56, 56);
  outline-width: 2px;
  outline-style: solid;
  outline-color: rgb(255, 53, 106);
}
.coh-ce-dab89623:hover {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  color: rgb(56, 56, 56);
}
.coh-ce-bebbe4e1 {
  scroll-behavior: smooth;
}

