@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900");
*,
*:before,
*:after {
  box-sizing: border-box; }

body {
  margin: 0;
  font-family: sans-serif; }

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

a {
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

body.dev:before,
body.desarrollo:before {
  content: attr(class);
  font-style: italic;
  font-size: 0.75rem;
  font-weight: normal;
  z-index: 1;
  right: 0;
  position: absolute;
  display: table;
  width: 100%;
  padding: 0 0.3125em;
  height: 1.25rem;
  line-height: 1.25rem; }

body.dev,
body.desarrollo {
  margin: 0 !important;
  position: relative;
  top: 66px; }
  body.dev:before,
  body.desarrollo:before {
    position: fixed;
    background: steelblue;
    color: #FFF;
    font-size: 0.875rem;
    text-align: center;
    line-height: 36px;
    height: 36px;
    top: 0; }
  body.dev:before,
  body.desarrollo:before {
    content: "ed-grid: size s, from 0 (ed-containers: red, ed-items: blue, yellow)"; }
  @media screen and (min-width: 640px) {
    body.dev:before,
    body.desarrollo:before {
      content: "ed-grid: size m, from 640px (ed-containers: red, ed-items: blue, yellow)"; } }
  @media screen and (min-width: 1024px) {
    body.dev:before,
    body.desarrollo:before {
      content: "ed-grid: size l, from 1024px (ed-containers: red, ed-items: blue, yellow)"; } }
  @media screen and (min-width: 1024px) {
    body.dev:before,
    body.desarrollo:before {
      content: "ed-grid: size lg, from 1024px (ed-containers: red, ed-items: blue, yellow)"; } }
  @media screen and (min-width: 1440px) {
    body.dev:before,
    body.desarrollo:before {
      content: "ed-grid: size xl, from 1440px (ed-containers: red, ed-items: blue, yellow)"; } }

.ed-container, .beneficios, .departamentolist__ubicacion, .departamentolist__informacion__lugar, .departamentolist__informacion__detalle, .deparint__content__descripcion, .deparint__content__beneficios, .deparint__preage {
  display: flex;
  flex-wrap: wrap;
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
  width: 100%; }

.ed-item, .beneficios figure.figure-container, .departamentolist__ubicacion__ciudad, .departamentolist__ubicacion__favorito, .departamentolist__informacion__lugar__ubicacion, .departamentolist__informacion__lugar__tamano, .departamentolist__informacion__detalle__depar, .departamentolist__informacion__detalle__precio, .deparint__content__descripcion__item, .deparint__content__beneficios__item, .deparint__preage__precio, .deparint__preage__agente {
  margin: 0;
  padding-left: 1rem;
  padding-right: 1rem; }

.ed-container.full {
  max-width: 100%; }

.ed-item {
  width: 100%; }
  .ed-item.ed-container {
    padding-left: 0;
    padding-right: 0; }

.s-5,
.ed-item.s-5 {
  width: 5%; }

.s-10,
.ed-item.s-10 {
  width: 10%; }

.s-15,
.ed-item.s-15 {
  width: 15%; }

.s-20,
.ed-item.s-20 {
  width: 20%; }

.s-25,
.ed-item.s-25 {
  width: 25%; }

.s-30,
.ed-item.s-30 {
  width: 30%; }

.s-35,
.ed-item.s-35 {
  width: 35%; }

.s-40,
.ed-item.s-40 {
  width: 40%; }

.s-45,
.ed-item.s-45 {
  width: 45%; }

.s-50,
.ed-item.s-50 {
  width: 50%; }

.s-55,
.ed-item.s-55 {
  width: 55%; }

.s-60,
.ed-item.s-60 {
  width: 60%; }

.s-65,
.ed-item.s-65 {
  width: 65%; }

.s-70,
.ed-item.s-70 {
  width: 70%; }

.s-75,
.ed-item.s-75 {
  width: 75%; }

.s-80,
.ed-item.s-80 {
  width: 80%; }

.s-85,
.ed-item.s-85 {
  width: 85%; }

.s-90,
.ed-item.s-90 {
  width: 90%; }

.s-95,
.ed-item.s-95 {
  width: 95%; }

.s-100,
.ed-item.s-100 {
  width: 100%; }

.s-1-3,
.ed-item.s-1-3 {
  width: 33.33333%; }

.s-2-3,
.ed-item.s-2-3 {
  width: 66.66667%; }

.s-3-3,
.ed-item.s-3-3 {
  width: 100%; }

.s-1-6,
.ed-item.s-1-6 {
  width: 16.66667%; }

.s-2-6,
.ed-item.s-2-6 {
  width: 33.33333%; }

.s-3-6,
.ed-item.s-3-6 {
  width: 50%; }

.s-4-6,
.ed-item.s-4-6 {
  width: 66.66667%; }

.s-5-6,
.ed-item.s-5-6 {
  width: 83.33333%; }

.s-6-6,
.ed-item.s-6-6 {
  width: 100%; }

@media screen and (min-width: 640px) {
  .m-5,
  .ed-item.m-5 {
    width: 5%; }
  .m-10,
  .ed-item.m-10 {
    width: 10%; }
  .m-15,
  .ed-item.m-15 {
    width: 15%; }
  .m-20,
  .ed-item.m-20 {
    width: 20%; }
  .m-25,
  .ed-item.m-25 {
    width: 25%; }
  .m-30,
  .ed-item.m-30 {
    width: 30%; }
  .m-35,
  .ed-item.m-35 {
    width: 35%; }
  .m-40,
  .ed-item.m-40 {
    width: 40%; }
  .m-45,
  .ed-item.m-45 {
    width: 45%; }
  .m-50,
  .ed-item.m-50 {
    width: 50%; }
  .m-55,
  .ed-item.m-55 {
    width: 55%; }
  .m-60,
  .ed-item.m-60 {
    width: 60%; }
  .m-65,
  .ed-item.m-65 {
    width: 65%; }
  .m-70,
  .ed-item.m-70 {
    width: 70%; }
  .m-75,
  .ed-item.m-75 {
    width: 75%; }
  .m-80,
  .ed-item.m-80 {
    width: 80%; }
  .m-85,
  .ed-item.m-85 {
    width: 85%; }
  .m-90,
  .ed-item.m-90 {
    width: 90%; }
  .m-95,
  .ed-item.m-95 {
    width: 95%; }
  .m-100,
  .ed-item.m-100 {
    width: 100%; }
  .m-1-3,
  .ed-item.m-1-3 {
    width: 33.33333%; }
  .m-2-3,
  .ed-item.m-2-3 {
    width: 66.66667%; }
  .m-3-3,
  .ed-item.m-3-3 {
    width: 100%; }
  .m-1-6,
  .ed-item.m-1-6 {
    width: 16.66667%; }
  .m-2-6,
  .ed-item.m-2-6 {
    width: 33.33333%; }
  .m-3-6,
  .ed-item.m-3-6 {
    width: 50%; }
  .m-4-6,
  .ed-item.m-4-6 {
    width: 66.66667%; }
  .m-5-6,
  .ed-item.m-5-6 {
    width: 83.33333%; }
  .m-6-6,
  .ed-item.m-6-6 {
    width: 100%; } }

@media screen and (min-width: 1024px) {
  .l-5,
  .ed-item.l-5 {
    width: 5%; }
  .l-10,
  .ed-item.l-10 {
    width: 10%; }
  .l-15,
  .ed-item.l-15 {
    width: 15%; }
  .l-20,
  .ed-item.l-20 {
    width: 20%; }
  .l-25,
  .ed-item.l-25 {
    width: 25%; }
  .l-30,
  .ed-item.l-30 {
    width: 30%; }
  .l-35,
  .ed-item.l-35 {
    width: 35%; }
  .l-40,
  .ed-item.l-40 {
    width: 40%; }
  .l-45,
  .ed-item.l-45 {
    width: 45%; }
  .l-50,
  .ed-item.l-50 {
    width: 50%; }
  .l-55,
  .ed-item.l-55 {
    width: 55%; }
  .l-60,
  .ed-item.l-60 {
    width: 60%; }
  .l-65,
  .ed-item.l-65 {
    width: 65%; }
  .l-70,
  .ed-item.l-70 {
    width: 70%; }
  .l-75,
  .ed-item.l-75 {
    width: 75%; }
  .l-80,
  .ed-item.l-80 {
    width: 80%; }
  .l-85,
  .ed-item.l-85 {
    width: 85%; }
  .l-90,
  .ed-item.l-90 {
    width: 90%; }
  .l-95,
  .ed-item.l-95 {
    width: 95%; }
  .l-100,
  .ed-item.l-100 {
    width: 100%; }
  .l-1-3,
  .ed-item.l-1-3 {
    width: 33.33333%; }
  .l-2-3,
  .ed-item.l-2-3 {
    width: 66.66667%; }
  .l-3-3,
  .ed-item.l-3-3 {
    width: 100%; }
  .l-1-6,
  .ed-item.l-1-6 {
    width: 16.66667%; }
  .l-2-6,
  .ed-item.l-2-6 {
    width: 33.33333%; }
  .l-3-6,
  .ed-item.l-3-6 {
    width: 50%; }
  .l-4-6,
  .ed-item.l-4-6 {
    width: 66.66667%; }
  .l-5-6,
  .ed-item.l-5-6 {
    width: 83.33333%; }
  .l-6-6,
  .ed-item.l-6-6 {
    width: 100%; } }

@media screen and (min-width: 1024px) {
  .lg-5,
  .ed-item.lg-5 {
    width: 5%; }
  .lg-10,
  .ed-item.lg-10 {
    width: 10%; }
  .lg-15,
  .ed-item.lg-15 {
    width: 15%; }
  .lg-20,
  .ed-item.lg-20 {
    width: 20%; }
  .lg-25,
  .ed-item.lg-25 {
    width: 25%; }
  .lg-30,
  .ed-item.lg-30 {
    width: 30%; }
  .lg-35,
  .ed-item.lg-35 {
    width: 35%; }
  .lg-40,
  .ed-item.lg-40 {
    width: 40%; }
  .lg-45,
  .ed-item.lg-45 {
    width: 45%; }
  .lg-50,
  .ed-item.lg-50 {
    width: 50%; }
  .lg-55,
  .ed-item.lg-55 {
    width: 55%; }
  .lg-60,
  .ed-item.lg-60 {
    width: 60%; }
  .lg-65,
  .ed-item.lg-65 {
    width: 65%; }
  .lg-70,
  .ed-item.lg-70 {
    width: 70%; }
  .lg-75,
  .ed-item.lg-75 {
    width: 75%; }
  .lg-80,
  .ed-item.lg-80 {
    width: 80%; }
  .lg-85,
  .ed-item.lg-85 {
    width: 85%; }
  .lg-90,
  .ed-item.lg-90 {
    width: 90%; }
  .lg-95,
  .ed-item.lg-95 {
    width: 95%; }
  .lg-100,
  .ed-item.lg-100 {
    width: 100%; }
  .lg-1-3,
  .ed-item.lg-1-3 {
    width: 33.33333%; }
  .lg-2-3,
  .ed-item.lg-2-3 {
    width: 66.66667%; }
  .lg-3-3,
  .ed-item.lg-3-3 {
    width: 100%; }
  .lg-1-6,
  .ed-item.lg-1-6 {
    width: 16.66667%; }
  .lg-2-6,
  .ed-item.lg-2-6 {
    width: 33.33333%; }
  .lg-3-6,
  .ed-item.lg-3-6 {
    width: 50%; }
  .lg-4-6,
  .ed-item.lg-4-6 {
    width: 66.66667%; }
  .lg-5-6,
  .ed-item.lg-5-6 {
    width: 83.33333%; }
  .lg-6-6,
  .ed-item.lg-6-6 {
    width: 100%; } }

@media screen and (min-width: 1440px) {
  .xl-5,
  .ed-item.xl-5 {
    width: 5%; }
  .xl-10,
  .ed-item.xl-10 {
    width: 10%; }
  .xl-15,
  .ed-item.xl-15 {
    width: 15%; }
  .xl-20,
  .ed-item.xl-20 {
    width: 20%; }
  .xl-25,
  .ed-item.xl-25 {
    width: 25%; }
  .xl-30,
  .ed-item.xl-30 {
    width: 30%; }
  .xl-35,
  .ed-item.xl-35 {
    width: 35%; }
  .xl-40,
  .ed-item.xl-40 {
    width: 40%; }
  .xl-45,
  .ed-item.xl-45 {
    width: 45%; }
  .xl-50,
  .ed-item.xl-50 {
    width: 50%; }
  .xl-55,
  .ed-item.xl-55 {
    width: 55%; }
  .xl-60,
  .ed-item.xl-60 {
    width: 60%; }
  .xl-65,
  .ed-item.xl-65 {
    width: 65%; }
  .xl-70,
  .ed-item.xl-70 {
    width: 70%; }
  .xl-75,
  .ed-item.xl-75 {
    width: 75%; }
  .xl-80,
  .ed-item.xl-80 {
    width: 80%; }
  .xl-85,
  .ed-item.xl-85 {
    width: 85%; }
  .xl-90,
  .ed-item.xl-90 {
    width: 90%; }
  .xl-95,
  .ed-item.xl-95 {
    width: 95%; }
  .xl-100,
  .ed-item.xl-100 {
    width: 100%; }
  .xl-1-3,
  .ed-item.xl-1-3 {
    width: 33.33333%; }
  .xl-2-3,
  .ed-item.xl-2-3 {
    width: 66.66667%; }
  .xl-3-3,
  .ed-item.xl-3-3 {
    width: 100%; }
  .xl-1-6,
  .ed-item.xl-1-6 {
    width: 16.66667%; }
  .xl-2-6,
  .ed-item.xl-2-6 {
    width: 33.33333%; }
  .xl-3-6,
  .ed-item.xl-3-6 {
    width: 50%; }
  .xl-4-6,
  .ed-item.xl-4-6 {
    width: 66.66667%; }
  .xl-5-6,
  .ed-item.xl-5-6 {
    width: 83.33333%; }
  .xl-6-6,
  .ed-item.xl-6-6 {
    width: 100%; } }

.ed-grid {
  display: grid;
  grid-template-columns: 100%;
  grid-column-gap: var(--gap);
  width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
  max-width: var(--max-width); }
  .ed-grid.gap-0 {
    --gap: 0rem; }
  .ed-grid.gap-1 {
    --gap: 0.5rem; }
  .ed-grid.gap-2 {
    --gap: 1rem; }
  .ed-grid.gap-3 {
    --gap: 1.5rem; }
  .ed-grid.gap-4 {
    --gap: 2rem; }
  @media screen and (min-width: 1200px) {
    .ed-grid {
      width: 100%;
      margin-left: auto;
      margin-right: auto; } }
  .ed-grid.row-gap, .ed-grid.rows-gap {
    grid-row-gap: var(--gap); }
  .ed-grid .ed-grid, .ed-grid.full {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .ed-grid .ed-grid.s-5,
  .ed-grid .ed-grid .ed-grid.s-5 {
    width: 5%; }
  .ed-grid .ed-grid.s-10,
  .ed-grid .ed-grid .ed-grid.s-10 {
    width: 10%; }
  .ed-grid .ed-grid.s-15,
  .ed-grid .ed-grid .ed-grid.s-15 {
    width: 15%; }
  .ed-grid .ed-grid.s-20,
  .ed-grid .ed-grid .ed-grid.s-20 {
    width: 20%; }
  .ed-grid .ed-grid.s-25,
  .ed-grid .ed-grid .ed-grid.s-25 {
    width: 25%; }
  .ed-grid .ed-grid.s-30,
  .ed-grid .ed-grid .ed-grid.s-30 {
    width: 30%; }
  .ed-grid .ed-grid.s-35,
  .ed-grid .ed-grid .ed-grid.s-35 {
    width: 35%; }
  .ed-grid .ed-grid.s-40,
  .ed-grid .ed-grid .ed-grid.s-40 {
    width: 40%; }
  .ed-grid .ed-grid.s-45,
  .ed-grid .ed-grid .ed-grid.s-45 {
    width: 45%; }
  .ed-grid .ed-grid.s-50,
  .ed-grid .ed-grid .ed-grid.s-50 {
    width: 50%; }
  .ed-grid .ed-grid.s-55,
  .ed-grid .ed-grid .ed-grid.s-55 {
    width: 55%; }
  .ed-grid .ed-grid.s-60,
  .ed-grid .ed-grid .ed-grid.s-60 {
    width: 60%; }
  .ed-grid .ed-grid.s-65,
  .ed-grid .ed-grid .ed-grid.s-65 {
    width: 65%; }
  .ed-grid .ed-grid.s-70,
  .ed-grid .ed-grid .ed-grid.s-70 {
    width: 70%; }
  .ed-grid .ed-grid.s-75,
  .ed-grid .ed-grid .ed-grid.s-75 {
    width: 75%; }
  .ed-grid .ed-grid.s-80,
  .ed-grid .ed-grid .ed-grid.s-80 {
    width: 80%; }
  .ed-grid .ed-grid.s-85,
  .ed-grid .ed-grid .ed-grid.s-85 {
    width: 85%; }
  .ed-grid .ed-grid.s-90,
  .ed-grid .ed-grid .ed-grid.s-90 {
    width: 90%; }
  .ed-grid .ed-grid.s-95,
  .ed-grid .ed-grid .ed-grid.s-95 {
    width: 95%; }
  .ed-grid .ed-grid.s-100,
  .ed-grid .ed-grid .ed-grid.s-100 {
    width: 100%; }
  .ed-grid .ed-grid.s-to-center,
  .ed-grid .ed-grid .ed-grid.s-to-center {
    margin-left: auto;
    margin-right: auto; }
  .ed-grid .ed-grid.s-to-right,
  .ed-grid .ed-grid .ed-grid.s-to-right {
    margin-left: auto;
    margin-right: 0; }
  .ed-grid .ed-grid.s-to-left,
  .ed-grid .ed-grid .ed-grid.s-to-left {
    margin-left: 0;
    margin-right: auto; }
  @media screen and (min-width: 640px) {
    .ed-grid .ed-grid.m-5,
    .ed-grid .ed-grid .ed-grid.m-5 {
      width: 5%; }
    .ed-grid .ed-grid.m-10,
    .ed-grid .ed-grid .ed-grid.m-10 {
      width: 10%; }
    .ed-grid .ed-grid.m-15,
    .ed-grid .ed-grid .ed-grid.m-15 {
      width: 15%; }
    .ed-grid .ed-grid.m-20,
    .ed-grid .ed-grid .ed-grid.m-20 {
      width: 20%; }
    .ed-grid .ed-grid.m-25,
    .ed-grid .ed-grid .ed-grid.m-25 {
      width: 25%; }
    .ed-grid .ed-grid.m-30,
    .ed-grid .ed-grid .ed-grid.m-30 {
      width: 30%; }
    .ed-grid .ed-grid.m-35,
    .ed-grid .ed-grid .ed-grid.m-35 {
      width: 35%; }
    .ed-grid .ed-grid.m-40,
    .ed-grid .ed-grid .ed-grid.m-40 {
      width: 40%; }
    .ed-grid .ed-grid.m-45,
    .ed-grid .ed-grid .ed-grid.m-45 {
      width: 45%; }
    .ed-grid .ed-grid.m-50,
    .ed-grid .ed-grid .ed-grid.m-50 {
      width: 50%; }
    .ed-grid .ed-grid.m-55,
    .ed-grid .ed-grid .ed-grid.m-55 {
      width: 55%; }
    .ed-grid .ed-grid.m-60,
    .ed-grid .ed-grid .ed-grid.m-60 {
      width: 60%; }
    .ed-grid .ed-grid.m-65,
    .ed-grid .ed-grid .ed-grid.m-65 {
      width: 65%; }
    .ed-grid .ed-grid.m-70,
    .ed-grid .ed-grid .ed-grid.m-70 {
      width: 70%; }
    .ed-grid .ed-grid.m-75,
    .ed-grid .ed-grid .ed-grid.m-75 {
      width: 75%; }
    .ed-grid .ed-grid.m-80,
    .ed-grid .ed-grid .ed-grid.m-80 {
      width: 80%; }
    .ed-grid .ed-grid.m-85,
    .ed-grid .ed-grid .ed-grid.m-85 {
      width: 85%; }
    .ed-grid .ed-grid.m-90,
    .ed-grid .ed-grid .ed-grid.m-90 {
      width: 90%; }
    .ed-grid .ed-grid.m-95,
    .ed-grid .ed-grid .ed-grid.m-95 {
      width: 95%; }
    .ed-grid .ed-grid.m-100,
    .ed-grid .ed-grid .ed-grid.m-100 {
      width: 100%; }
    .ed-grid .ed-grid.m-to-center,
    .ed-grid .ed-grid .ed-grid.m-to-center {
      margin-left: auto;
      margin-right: auto; }
    .ed-grid .ed-grid.m-to-right,
    .ed-grid .ed-grid .ed-grid.m-to-right {
      margin-left: auto;
      margin-right: 0; }
    .ed-grid .ed-grid.m-to-left,
    .ed-grid .ed-grid .ed-grid.m-to-left {
      margin-left: 0;
      margin-right: auto; } }
  @media screen and (min-width: 1024px) {
    .ed-grid .ed-grid.l-5,
    .ed-grid .ed-grid .ed-grid.l-5 {
      width: 5%; }
    .ed-grid .ed-grid.l-10,
    .ed-grid .ed-grid .ed-grid.l-10 {
      width: 10%; }
    .ed-grid .ed-grid.l-15,
    .ed-grid .ed-grid .ed-grid.l-15 {
      width: 15%; }
    .ed-grid .ed-grid.l-20,
    .ed-grid .ed-grid .ed-grid.l-20 {
      width: 20%; }
    .ed-grid .ed-grid.l-25,
    .ed-grid .ed-grid .ed-grid.l-25 {
      width: 25%; }
    .ed-grid .ed-grid.l-30,
    .ed-grid .ed-grid .ed-grid.l-30 {
      width: 30%; }
    .ed-grid .ed-grid.l-35,
    .ed-grid .ed-grid .ed-grid.l-35 {
      width: 35%; }
    .ed-grid .ed-grid.l-40,
    .ed-grid .ed-grid .ed-grid.l-40 {
      width: 40%; }
    .ed-grid .ed-grid.l-45,
    .ed-grid .ed-grid .ed-grid.l-45 {
      width: 45%; }
    .ed-grid .ed-grid.l-50,
    .ed-grid .ed-grid .ed-grid.l-50 {
      width: 50%; }
    .ed-grid .ed-grid.l-55,
    .ed-grid .ed-grid .ed-grid.l-55 {
      width: 55%; }
    .ed-grid .ed-grid.l-60,
    .ed-grid .ed-grid .ed-grid.l-60 {
      width: 60%; }
    .ed-grid .ed-grid.l-65,
    .ed-grid .ed-grid .ed-grid.l-65 {
      width: 65%; }
    .ed-grid .ed-grid.l-70,
    .ed-grid .ed-grid .ed-grid.l-70 {
      width: 70%; }
    .ed-grid .ed-grid.l-75,
    .ed-grid .ed-grid .ed-grid.l-75 {
      width: 75%; }
    .ed-grid .ed-grid.l-80,
    .ed-grid .ed-grid .ed-grid.l-80 {
      width: 80%; }
    .ed-grid .ed-grid.l-85,
    .ed-grid .ed-grid .ed-grid.l-85 {
      width: 85%; }
    .ed-grid .ed-grid.l-90,
    .ed-grid .ed-grid .ed-grid.l-90 {
      width: 90%; }
    .ed-grid .ed-grid.l-95,
    .ed-grid .ed-grid .ed-grid.l-95 {
      width: 95%; }
    .ed-grid .ed-grid.l-100,
    .ed-grid .ed-grid .ed-grid.l-100 {
      width: 100%; }
    .ed-grid .ed-grid.l-to-center,
    .ed-grid .ed-grid .ed-grid.l-to-center {
      margin-left: auto;
      margin-right: auto; }
    .ed-grid .ed-grid.l-to-right,
    .ed-grid .ed-grid .ed-grid.l-to-right {
      margin-left: auto;
      margin-right: 0; }
    .ed-grid .ed-grid.l-to-left,
    .ed-grid .ed-grid .ed-grid.l-to-left {
      margin-left: 0;
      margin-right: auto; } }
  @media screen and (min-width: 1024px) {
    .ed-grid .ed-grid.lg-5,
    .ed-grid .ed-grid .ed-grid.lg-5 {
      width: 5%; }
    .ed-grid .ed-grid.lg-10,
    .ed-grid .ed-grid .ed-grid.lg-10 {
      width: 10%; }
    .ed-grid .ed-grid.lg-15,
    .ed-grid .ed-grid .ed-grid.lg-15 {
      width: 15%; }
    .ed-grid .ed-grid.lg-20,
    .ed-grid .ed-grid .ed-grid.lg-20 {
      width: 20%; }
    .ed-grid .ed-grid.lg-25,
    .ed-grid .ed-grid .ed-grid.lg-25 {
      width: 25%; }
    .ed-grid .ed-grid.lg-30,
    .ed-grid .ed-grid .ed-grid.lg-30 {
      width: 30%; }
    .ed-grid .ed-grid.lg-35,
    .ed-grid .ed-grid .ed-grid.lg-35 {
      width: 35%; }
    .ed-grid .ed-grid.lg-40,
    .ed-grid .ed-grid .ed-grid.lg-40 {
      width: 40%; }
    .ed-grid .ed-grid.lg-45,
    .ed-grid .ed-grid .ed-grid.lg-45 {
      width: 45%; }
    .ed-grid .ed-grid.lg-50,
    .ed-grid .ed-grid .ed-grid.lg-50 {
      width: 50%; }
    .ed-grid .ed-grid.lg-55,
    .ed-grid .ed-grid .ed-grid.lg-55 {
      width: 55%; }
    .ed-grid .ed-grid.lg-60,
    .ed-grid .ed-grid .ed-grid.lg-60 {
      width: 60%; }
    .ed-grid .ed-grid.lg-65,
    .ed-grid .ed-grid .ed-grid.lg-65 {
      width: 65%; }
    .ed-grid .ed-grid.lg-70,
    .ed-grid .ed-grid .ed-grid.lg-70 {
      width: 70%; }
    .ed-grid .ed-grid.lg-75,
    .ed-grid .ed-grid .ed-grid.lg-75 {
      width: 75%; }
    .ed-grid .ed-grid.lg-80,
    .ed-grid .ed-grid .ed-grid.lg-80 {
      width: 80%; }
    .ed-grid .ed-grid.lg-85,
    .ed-grid .ed-grid .ed-grid.lg-85 {
      width: 85%; }
    .ed-grid .ed-grid.lg-90,
    .ed-grid .ed-grid .ed-grid.lg-90 {
      width: 90%; }
    .ed-grid .ed-grid.lg-95,
    .ed-grid .ed-grid .ed-grid.lg-95 {
      width: 95%; }
    .ed-grid .ed-grid.lg-100,
    .ed-grid .ed-grid .ed-grid.lg-100 {
      width: 100%; }
    .ed-grid .ed-grid.lg-to-center,
    .ed-grid .ed-grid .ed-grid.lg-to-center {
      margin-left: auto;
      margin-right: auto; }
    .ed-grid .ed-grid.lg-to-right,
    .ed-grid .ed-grid .ed-grid.lg-to-right {
      margin-left: auto;
      margin-right: 0; }
    .ed-grid .ed-grid.lg-to-left,
    .ed-grid .ed-grid .ed-grid.lg-to-left {
      margin-left: 0;
      margin-right: auto; } }
  @media screen and (min-width: 1440px) {
    .ed-grid .ed-grid.xl-5,
    .ed-grid .ed-grid .ed-grid.xl-5 {
      width: 5%; }
    .ed-grid .ed-grid.xl-10,
    .ed-grid .ed-grid .ed-grid.xl-10 {
      width: 10%; }
    .ed-grid .ed-grid.xl-15,
    .ed-grid .ed-grid .ed-grid.xl-15 {
      width: 15%; }
    .ed-grid .ed-grid.xl-20,
    .ed-grid .ed-grid .ed-grid.xl-20 {
      width: 20%; }
    .ed-grid .ed-grid.xl-25,
    .ed-grid .ed-grid .ed-grid.xl-25 {
      width: 25%; }
    .ed-grid .ed-grid.xl-30,
    .ed-grid .ed-grid .ed-grid.xl-30 {
      width: 30%; }
    .ed-grid .ed-grid.xl-35,
    .ed-grid .ed-grid .ed-grid.xl-35 {
      width: 35%; }
    .ed-grid .ed-grid.xl-40,
    .ed-grid .ed-grid .ed-grid.xl-40 {
      width: 40%; }
    .ed-grid .ed-grid.xl-45,
    .ed-grid .ed-grid .ed-grid.xl-45 {
      width: 45%; }
    .ed-grid .ed-grid.xl-50,
    .ed-grid .ed-grid .ed-grid.xl-50 {
      width: 50%; }
    .ed-grid .ed-grid.xl-55,
    .ed-grid .ed-grid .ed-grid.xl-55 {
      width: 55%; }
    .ed-grid .ed-grid.xl-60,
    .ed-grid .ed-grid .ed-grid.xl-60 {
      width: 60%; }
    .ed-grid .ed-grid.xl-65,
    .ed-grid .ed-grid .ed-grid.xl-65 {
      width: 65%; }
    .ed-grid .ed-grid.xl-70,
    .ed-grid .ed-grid .ed-grid.xl-70 {
      width: 70%; }
    .ed-grid .ed-grid.xl-75,
    .ed-grid .ed-grid .ed-grid.xl-75 {
      width: 75%; }
    .ed-grid .ed-grid.xl-80,
    .ed-grid .ed-grid .ed-grid.xl-80 {
      width: 80%; }
    .ed-grid .ed-grid.xl-85,
    .ed-grid .ed-grid .ed-grid.xl-85 {
      width: 85%; }
    .ed-grid .ed-grid.xl-90,
    .ed-grid .ed-grid .ed-grid.xl-90 {
      width: 90%; }
    .ed-grid .ed-grid.xl-95,
    .ed-grid .ed-grid .ed-grid.xl-95 {
      width: 95%; }
    .ed-grid .ed-grid.xl-100,
    .ed-grid .ed-grid .ed-grid.xl-100 {
      width: 100%; }
    .ed-grid .ed-grid.xl-to-center,
    .ed-grid .ed-grid .ed-grid.xl-to-center {
      margin-left: auto;
      margin-right: auto; }
    .ed-grid .ed-grid.xl-to-right,
    .ed-grid .ed-grid .ed-grid.xl-to-right {
      margin-left: auto;
      margin-right: 0; }
    .ed-grid .ed-grid.xl-to-left,
    .ed-grid .ed-grid .ed-grid.xl-to-left {
      margin-left: 0;
      margin-right: auto; } }
  .ed-grid.cols-s-1, .ed-grid.s-grid-1 {
    grid-template-columns: 100%; }
  .ed-grid > .span-s-1,
  .ed-grid > .s-cols-1 {
    grid-column-end: span 1; }
  .ed-grid > .s-rows-1 {
    grid-row-end: span 1; }
  .ed-grid > .s-x-1 {
    grid-column-start: 1; }
  .ed-grid > .s-y-1 {
    grid-row-start: 1; }
  .ed-grid.cols-s-2, .ed-grid.s-grid-2 {
    grid-template-columns: repeat(2, calc((100% - var(--gap) * 1) / 2)); }
  .ed-grid > .span-s-2,
  .ed-grid > .s-cols-2 {
    grid-column-end: span 2; }
  .ed-grid > .s-rows-2 {
    grid-row-end: span 2; }
  .ed-grid > .s-x-2 {
    grid-column-start: 2; }
  .ed-grid > .s-y-2 {
    grid-row-start: 2; }
  .ed-grid.cols-s-3, .ed-grid.s-grid-3 {
    grid-template-columns: repeat(3, calc((100% - var(--gap) * 2) / 3)); }
  .ed-grid > .span-s-3,
  .ed-grid > .s-cols-3 {
    grid-column-end: span 3; }
  .ed-grid > .s-rows-3 {
    grid-row-end: span 3; }
  .ed-grid > .s-x-3 {
    grid-column-start: 3; }
  .ed-grid > .s-y-3 {
    grid-row-start: 3; }
  .ed-grid.cols-s-4, .ed-grid.s-grid-4 {
    grid-template-columns: repeat(4, calc((100% - var(--gap) * 3) / 4)); }
  .ed-grid > .span-s-4,
  .ed-grid > .s-cols-4 {
    grid-column-end: span 4; }
  .ed-grid > .s-rows-4 {
    grid-row-end: span 4; }
  .ed-grid > .s-x-4 {
    grid-column-start: 4; }
  .ed-grid > .s-y-4 {
    grid-row-start: 4; }
  .ed-grid.cols-s-5, .ed-grid.s-grid-5 {
    grid-template-columns: repeat(5, calc((100% - var(--gap) * 4) / 5)); }
  .ed-grid > .span-s-5,
  .ed-grid > .s-cols-5 {
    grid-column-end: span 5; }
  .ed-grid > .s-rows-5 {
    grid-row-end: span 5; }
  .ed-grid > .s-x-5 {
    grid-column-start: 5; }
  .ed-grid > .s-y-5 {
    grid-row-start: 5; }
  .ed-grid.cols-s-6, .ed-grid.s-grid-6 {
    grid-template-columns: repeat(6, calc((100% - var(--gap) * 5) / 6)); }
  .ed-grid > .span-s-6,
  .ed-grid > .s-cols-6 {
    grid-column-end: span 6; }
  .ed-grid > .s-rows-6 {
    grid-row-end: span 6; }
  .ed-grid > .s-x-6 {
    grid-column-start: 6; }
  .ed-grid > .s-y-6 {
    grid-row-start: 6; }
  .ed-grid.cols-s-7, .ed-grid.s-grid-7 {
    grid-template-columns: repeat(7, calc((100% - var(--gap) * 6) / 7)); }
  .ed-grid > .span-s-7,
  .ed-grid > .s-cols-7 {
    grid-column-end: span 7; }
  .ed-grid > .s-rows-7 {
    grid-row-end: span 7; }
  .ed-grid > .s-x-7 {
    grid-column-start: 7; }
  .ed-grid > .s-y-7 {
    grid-row-start: 7; }
  .ed-grid.cols-s-8, .ed-grid.s-grid-8 {
    grid-template-columns: repeat(8, calc((100% - var(--gap) * 7) / 8)); }
  .ed-grid > .span-s-8,
  .ed-grid > .s-cols-8 {
    grid-column-end: span 8; }
  .ed-grid > .s-rows-8 {
    grid-row-end: span 8; }
  .ed-grid > .s-x-8 {
    grid-column-start: 8; }
  .ed-grid > .s-y-8 {
    grid-row-start: 8; }
  .ed-grid.cols-s-9, .ed-grid.s-grid-9 {
    grid-template-columns: repeat(9, calc((100% - var(--gap) * 8) / 9)); }
  .ed-grid > .span-s-9,
  .ed-grid > .s-cols-9 {
    grid-column-end: span 9; }
  .ed-grid > .s-rows-9 {
    grid-row-end: span 9; }
  .ed-grid > .s-x-9 {
    grid-column-start: 9; }
  .ed-grid > .s-y-9 {
    grid-row-start: 9; }
  .ed-grid.cols-s-10, .ed-grid.s-grid-10 {
    grid-template-columns: repeat(10, calc((100% - var(--gap) * 9) / 10)); }
  .ed-grid > .span-s-10,
  .ed-grid > .s-cols-10 {
    grid-column-end: span 10; }
  .ed-grid > .s-rows-10 {
    grid-row-end: span 10; }
  .ed-grid > .s-x-10 {
    grid-column-start: 10; }
  .ed-grid > .s-y-10 {
    grid-row-start: 10; }
  .ed-grid.cols-s-11, .ed-grid.s-grid-11 {
    grid-template-columns: repeat(11, calc((100% - var(--gap) * 10) / 11)); }
  .ed-grid > .span-s-11,
  .ed-grid > .s-cols-11 {
    grid-column-end: span 11; }
  .ed-grid > .s-rows-11 {
    grid-row-end: span 11; }
  .ed-grid > .s-x-11 {
    grid-column-start: 11; }
  .ed-grid > .s-y-11 {
    grid-row-start: 11; }
  .ed-grid.cols-s-12, .ed-grid.s-grid-12 {
    grid-template-columns: repeat(12, calc((100% - var(--gap) * 11) / 12)); }
  .ed-grid > .span-s-12,
  .ed-grid > .s-cols-12 {
    grid-column-end: span 12; }
  .ed-grid > .s-rows-12 {
    grid-row-end: span 12; }
  .ed-grid > .s-x-12 {
    grid-column-start: 12; }
  .ed-grid > .s-y-12 {
    grid-row-start: 12; }
  @media screen and (min-width: 640px) {
    .ed-grid.cols-m-1, .ed-grid.m-grid-1 {
      grid-template-columns: 100%; }
    .ed-grid > .span-m-1,
    .ed-grid > .m-cols-1 {
      grid-column-end: span 1; }
    .ed-grid > .m-rows-1 {
      grid-row-end: span 1; }
    .ed-grid > .m-x-1 {
      grid-column-start: 1; }
    .ed-grid > .m-y-1 {
      grid-row-start: 1; }
    .ed-grid.cols-m-2, .ed-grid.m-grid-2 {
      grid-template-columns: repeat(2, calc((100% - var(--gap) * 1) / 2)); }
    .ed-grid > .span-m-2,
    .ed-grid > .m-cols-2 {
      grid-column-end: span 2; }
    .ed-grid > .m-rows-2 {
      grid-row-end: span 2; }
    .ed-grid > .m-x-2 {
      grid-column-start: 2; }
    .ed-grid > .m-y-2 {
      grid-row-start: 2; }
    .ed-grid.cols-m-3, .ed-grid.m-grid-3 {
      grid-template-columns: repeat(3, calc((100% - var(--gap) * 2) / 3)); }
    .ed-grid > .span-m-3,
    .ed-grid > .m-cols-3 {
      grid-column-end: span 3; }
    .ed-grid > .m-rows-3 {
      grid-row-end: span 3; }
    .ed-grid > .m-x-3 {
      grid-column-start: 3; }
    .ed-grid > .m-y-3 {
      grid-row-start: 3; }
    .ed-grid.cols-m-4, .ed-grid.m-grid-4 {
      grid-template-columns: repeat(4, calc((100% - var(--gap) * 3) / 4)); }
    .ed-grid > .span-m-4,
    .ed-grid > .m-cols-4 {
      grid-column-end: span 4; }
    .ed-grid > .m-rows-4 {
      grid-row-end: span 4; }
    .ed-grid > .m-x-4 {
      grid-column-start: 4; }
    .ed-grid > .m-y-4 {
      grid-row-start: 4; }
    .ed-grid.cols-m-5, .ed-grid.m-grid-5 {
      grid-template-columns: repeat(5, calc((100% - var(--gap) * 4) / 5)); }
    .ed-grid > .span-m-5,
    .ed-grid > .m-cols-5 {
      grid-column-end: span 5; }
    .ed-grid > .m-rows-5 {
      grid-row-end: span 5; }
    .ed-grid > .m-x-5 {
      grid-column-start: 5; }
    .ed-grid > .m-y-5 {
      grid-row-start: 5; }
    .ed-grid.cols-m-6, .ed-grid.m-grid-6 {
      grid-template-columns: repeat(6, calc((100% - var(--gap) * 5) / 6)); }
    .ed-grid > .span-m-6,
    .ed-grid > .m-cols-6 {
      grid-column-end: span 6; }
    .ed-grid > .m-rows-6 {
      grid-row-end: span 6; }
    .ed-grid > .m-x-6 {
      grid-column-start: 6; }
    .ed-grid > .m-y-6 {
      grid-row-start: 6; }
    .ed-grid.cols-m-7, .ed-grid.m-grid-7 {
      grid-template-columns: repeat(7, calc((100% - var(--gap) * 6) / 7)); }
    .ed-grid > .span-m-7,
    .ed-grid > .m-cols-7 {
      grid-column-end: span 7; }
    .ed-grid > .m-rows-7 {
      grid-row-end: span 7; }
    .ed-grid > .m-x-7 {
      grid-column-start: 7; }
    .ed-grid > .m-y-7 {
      grid-row-start: 7; }
    .ed-grid.cols-m-8, .ed-grid.m-grid-8 {
      grid-template-columns: repeat(8, calc((100% - var(--gap) * 7) / 8)); }
    .ed-grid > .span-m-8,
    .ed-grid > .m-cols-8 {
      grid-column-end: span 8; }
    .ed-grid > .m-rows-8 {
      grid-row-end: span 8; }
    .ed-grid > .m-x-8 {
      grid-column-start: 8; }
    .ed-grid > .m-y-8 {
      grid-row-start: 8; }
    .ed-grid.cols-m-9, .ed-grid.m-grid-9 {
      grid-template-columns: repeat(9, calc((100% - var(--gap) * 8) / 9)); }
    .ed-grid > .span-m-9,
    .ed-grid > .m-cols-9 {
      grid-column-end: span 9; }
    .ed-grid > .m-rows-9 {
      grid-row-end: span 9; }
    .ed-grid > .m-x-9 {
      grid-column-start: 9; }
    .ed-grid > .m-y-9 {
      grid-row-start: 9; }
    .ed-grid.cols-m-10, .ed-grid.m-grid-10 {
      grid-template-columns: repeat(10, calc((100% - var(--gap) * 9) / 10)); }
    .ed-grid > .span-m-10,
    .ed-grid > .m-cols-10 {
      grid-column-end: span 10; }
    .ed-grid > .m-rows-10 {
      grid-row-end: span 10; }
    .ed-grid > .m-x-10 {
      grid-column-start: 10; }
    .ed-grid > .m-y-10 {
      grid-row-start: 10; }
    .ed-grid.cols-m-11, .ed-grid.m-grid-11 {
      grid-template-columns: repeat(11, calc((100% - var(--gap) * 10) / 11)); }
    .ed-grid > .span-m-11,
    .ed-grid > .m-cols-11 {
      grid-column-end: span 11; }
    .ed-grid > .m-rows-11 {
      grid-row-end: span 11; }
    .ed-grid > .m-x-11 {
      grid-column-start: 11; }
    .ed-grid > .m-y-11 {
      grid-row-start: 11; }
    .ed-grid.cols-m-12, .ed-grid.m-grid-12 {
      grid-template-columns: repeat(12, calc((100% - var(--gap) * 11) / 12)); }
    .ed-grid > .span-m-12,
    .ed-grid > .m-cols-12 {
      grid-column-end: span 12; }
    .ed-grid > .m-rows-12 {
      grid-row-end: span 12; }
    .ed-grid > .m-x-12 {
      grid-column-start: 12; }
    .ed-grid > .m-y-12 {
      grid-row-start: 12; } }
  @media screen and (min-width: 1024px) {
    .ed-grid.cols-l-1, .ed-grid.l-grid-1 {
      grid-template-columns: 100%; }
    .ed-grid > .span-l-1,
    .ed-grid > .l-cols-1 {
      grid-column-end: span 1; }
    .ed-grid > .l-rows-1 {
      grid-row-end: span 1; }
    .ed-grid > .l-x-1 {
      grid-column-start: 1; }
    .ed-grid > .l-y-1 {
      grid-row-start: 1; }
    .ed-grid.cols-l-2, .ed-grid.l-grid-2 {
      grid-template-columns: repeat(2, calc((100% - var(--gap) * 1) / 2)); }
    .ed-grid > .span-l-2,
    .ed-grid > .l-cols-2 {
      grid-column-end: span 2; }
    .ed-grid > .l-rows-2 {
      grid-row-end: span 2; }
    .ed-grid > .l-x-2 {
      grid-column-start: 2; }
    .ed-grid > .l-y-2 {
      grid-row-start: 2; }
    .ed-grid.cols-l-3, .ed-grid.l-grid-3 {
      grid-template-columns: repeat(3, calc((100% - var(--gap) * 2) / 3)); }
    .ed-grid > .span-l-3,
    .ed-grid > .l-cols-3 {
      grid-column-end: span 3; }
    .ed-grid > .l-rows-3 {
      grid-row-end: span 3; }
    .ed-grid > .l-x-3 {
      grid-column-start: 3; }
    .ed-grid > .l-y-3 {
      grid-row-start: 3; }
    .ed-grid.cols-l-4, .ed-grid.l-grid-4 {
      grid-template-columns: repeat(4, calc((100% - var(--gap) * 3) / 4)); }
    .ed-grid > .span-l-4,
    .ed-grid > .l-cols-4 {
      grid-column-end: span 4; }
    .ed-grid > .l-rows-4 {
      grid-row-end: span 4; }
    .ed-grid > .l-x-4 {
      grid-column-start: 4; }
    .ed-grid > .l-y-4 {
      grid-row-start: 4; }
    .ed-grid.cols-l-5, .ed-grid.l-grid-5 {
      grid-template-columns: repeat(5, calc((100% - var(--gap) * 4) / 5)); }
    .ed-grid > .span-l-5,
    .ed-grid > .l-cols-5 {
      grid-column-end: span 5; }
    .ed-grid > .l-rows-5 {
      grid-row-end: span 5; }
    .ed-grid > .l-x-5 {
      grid-column-start: 5; }
    .ed-grid > .l-y-5 {
      grid-row-start: 5; }
    .ed-grid.cols-l-6, .ed-grid.l-grid-6 {
      grid-template-columns: repeat(6, calc((100% - var(--gap) * 5) / 6)); }
    .ed-grid > .span-l-6,
    .ed-grid > .l-cols-6 {
      grid-column-end: span 6; }
    .ed-grid > .l-rows-6 {
      grid-row-end: span 6; }
    .ed-grid > .l-x-6 {
      grid-column-start: 6; }
    .ed-grid > .l-y-6 {
      grid-row-start: 6; }
    .ed-grid.cols-l-7, .ed-grid.l-grid-7 {
      grid-template-columns: repeat(7, calc((100% - var(--gap) * 6) / 7)); }
    .ed-grid > .span-l-7,
    .ed-grid > .l-cols-7 {
      grid-column-end: span 7; }
    .ed-grid > .l-rows-7 {
      grid-row-end: span 7; }
    .ed-grid > .l-x-7 {
      grid-column-start: 7; }
    .ed-grid > .l-y-7 {
      grid-row-start: 7; }
    .ed-grid.cols-l-8, .ed-grid.l-grid-8 {
      grid-template-columns: repeat(8, calc((100% - var(--gap) * 7) / 8)); }
    .ed-grid > .span-l-8,
    .ed-grid > .l-cols-8 {
      grid-column-end: span 8; }
    .ed-grid > .l-rows-8 {
      grid-row-end: span 8; }
    .ed-grid > .l-x-8 {
      grid-column-start: 8; }
    .ed-grid > .l-y-8 {
      grid-row-start: 8; }
    .ed-grid.cols-l-9, .ed-grid.l-grid-9 {
      grid-template-columns: repeat(9, calc((100% - var(--gap) * 8) / 9)); }
    .ed-grid > .span-l-9,
    .ed-grid > .l-cols-9 {
      grid-column-end: span 9; }
    .ed-grid > .l-rows-9 {
      grid-row-end: span 9; }
    .ed-grid > .l-x-9 {
      grid-column-start: 9; }
    .ed-grid > .l-y-9 {
      grid-row-start: 9; }
    .ed-grid.cols-l-10, .ed-grid.l-grid-10 {
      grid-template-columns: repeat(10, calc((100% - var(--gap) * 9) / 10)); }
    .ed-grid > .span-l-10,
    .ed-grid > .l-cols-10 {
      grid-column-end: span 10; }
    .ed-grid > .l-rows-10 {
      grid-row-end: span 10; }
    .ed-grid > .l-x-10 {
      grid-column-start: 10; }
    .ed-grid > .l-y-10 {
      grid-row-start: 10; }
    .ed-grid.cols-l-11, .ed-grid.l-grid-11 {
      grid-template-columns: repeat(11, calc((100% - var(--gap) * 10) / 11)); }
    .ed-grid > .span-l-11,
    .ed-grid > .l-cols-11 {
      grid-column-end: span 11; }
    .ed-grid > .l-rows-11 {
      grid-row-end: span 11; }
    .ed-grid > .l-x-11 {
      grid-column-start: 11; }
    .ed-grid > .l-y-11 {
      grid-row-start: 11; }
    .ed-grid.cols-l-12, .ed-grid.l-grid-12 {
      grid-template-columns: repeat(12, calc((100% - var(--gap) * 11) / 12)); }
    .ed-grid > .span-l-12,
    .ed-grid > .l-cols-12 {
      grid-column-end: span 12; }
    .ed-grid > .l-rows-12 {
      grid-row-end: span 12; }
    .ed-grid > .l-x-12 {
      grid-column-start: 12; }
    .ed-grid > .l-y-12 {
      grid-row-start: 12; } }
  @media screen and (min-width: 1024px) {
    .ed-grid.cols-lg-1, .ed-grid.lg-grid-1 {
      grid-template-columns: 100%; }
    .ed-grid > .span-lg-1,
    .ed-grid > .lg-cols-1 {
      grid-column-end: span 1; }
    .ed-grid > .lg-rows-1 {
      grid-row-end: span 1; }
    .ed-grid > .lg-x-1 {
      grid-column-start: 1; }
    .ed-grid > .lg-y-1 {
      grid-row-start: 1; }
    .ed-grid.cols-lg-2, .ed-grid.lg-grid-2 {
      grid-template-columns: repeat(2, calc((100% - var(--gap) * 1) / 2)); }
    .ed-grid > .span-lg-2,
    .ed-grid > .lg-cols-2 {
      grid-column-end: span 2; }
    .ed-grid > .lg-rows-2 {
      grid-row-end: span 2; }
    .ed-grid > .lg-x-2 {
      grid-column-start: 2; }
    .ed-grid > .lg-y-2 {
      grid-row-start: 2; }
    .ed-grid.cols-lg-3, .ed-grid.lg-grid-3 {
      grid-template-columns: repeat(3, calc((100% - var(--gap) * 2) / 3)); }
    .ed-grid > .span-lg-3,
    .ed-grid > .lg-cols-3 {
      grid-column-end: span 3; }
    .ed-grid > .lg-rows-3 {
      grid-row-end: span 3; }
    .ed-grid > .lg-x-3 {
      grid-column-start: 3; }
    .ed-grid > .lg-y-3 {
      grid-row-start: 3; }
    .ed-grid.cols-lg-4, .ed-grid.lg-grid-4 {
      grid-template-columns: repeat(4, calc((100% - var(--gap) * 3) / 4)); }
    .ed-grid > .span-lg-4,
    .ed-grid > .lg-cols-4 {
      grid-column-end: span 4; }
    .ed-grid > .lg-rows-4 {
      grid-row-end: span 4; }
    .ed-grid > .lg-x-4 {
      grid-column-start: 4; }
    .ed-grid > .lg-y-4 {
      grid-row-start: 4; }
    .ed-grid.cols-lg-5, .ed-grid.lg-grid-5 {
      grid-template-columns: repeat(5, calc((100% - var(--gap) * 4) / 5)); }
    .ed-grid > .span-lg-5,
    .ed-grid > .lg-cols-5 {
      grid-column-end: span 5; }
    .ed-grid > .lg-rows-5 {
      grid-row-end: span 5; }
    .ed-grid > .lg-x-5 {
      grid-column-start: 5; }
    .ed-grid > .lg-y-5 {
      grid-row-start: 5; }
    .ed-grid.cols-lg-6, .ed-grid.lg-grid-6 {
      grid-template-columns: repeat(6, calc((100% - var(--gap) * 5) / 6)); }
    .ed-grid > .span-lg-6,
    .ed-grid > .lg-cols-6 {
      grid-column-end: span 6; }
    .ed-grid > .lg-rows-6 {
      grid-row-end: span 6; }
    .ed-grid > .lg-x-6 {
      grid-column-start: 6; }
    .ed-grid > .lg-y-6 {
      grid-row-start: 6; }
    .ed-grid.cols-lg-7, .ed-grid.lg-grid-7 {
      grid-template-columns: repeat(7, calc((100% - var(--gap) * 6) / 7)); }
    .ed-grid > .span-lg-7,
    .ed-grid > .lg-cols-7 {
      grid-column-end: span 7; }
    .ed-grid > .lg-rows-7 {
      grid-row-end: span 7; }
    .ed-grid > .lg-x-7 {
      grid-column-start: 7; }
    .ed-grid > .lg-y-7 {
      grid-row-start: 7; }
    .ed-grid.cols-lg-8, .ed-grid.lg-grid-8 {
      grid-template-columns: repeat(8, calc((100% - var(--gap) * 7) / 8)); }
    .ed-grid > .span-lg-8,
    .ed-grid > .lg-cols-8 {
      grid-column-end: span 8; }
    .ed-grid > .lg-rows-8 {
      grid-row-end: span 8; }
    .ed-grid > .lg-x-8 {
      grid-column-start: 8; }
    .ed-grid > .lg-y-8 {
      grid-row-start: 8; }
    .ed-grid.cols-lg-9, .ed-grid.lg-grid-9 {
      grid-template-columns: repeat(9, calc((100% - var(--gap) * 8) / 9)); }
    .ed-grid > .span-lg-9,
    .ed-grid > .lg-cols-9 {
      grid-column-end: span 9; }
    .ed-grid > .lg-rows-9 {
      grid-row-end: span 9; }
    .ed-grid > .lg-x-9 {
      grid-column-start: 9; }
    .ed-grid > .lg-y-9 {
      grid-row-start: 9; }
    .ed-grid.cols-lg-10, .ed-grid.lg-grid-10 {
      grid-template-columns: repeat(10, calc((100% - var(--gap) * 9) / 10)); }
    .ed-grid > .span-lg-10,
    .ed-grid > .lg-cols-10 {
      grid-column-end: span 10; }
    .ed-grid > .lg-rows-10 {
      grid-row-end: span 10; }
    .ed-grid > .lg-x-10 {
      grid-column-start: 10; }
    .ed-grid > .lg-y-10 {
      grid-row-start: 10; }
    .ed-grid.cols-lg-11, .ed-grid.lg-grid-11 {
      grid-template-columns: repeat(11, calc((100% - var(--gap) * 10) / 11)); }
    .ed-grid > .span-lg-11,
    .ed-grid > .lg-cols-11 {
      grid-column-end: span 11; }
    .ed-grid > .lg-rows-11 {
      grid-row-end: span 11; }
    .ed-grid > .lg-x-11 {
      grid-column-start: 11; }
    .ed-grid > .lg-y-11 {
      grid-row-start: 11; }
    .ed-grid.cols-lg-12, .ed-grid.lg-grid-12 {
      grid-template-columns: repeat(12, calc((100% - var(--gap) * 11) / 12)); }
    .ed-grid > .span-lg-12,
    .ed-grid > .lg-cols-12 {
      grid-column-end: span 12; }
    .ed-grid > .lg-rows-12 {
      grid-row-end: span 12; }
    .ed-grid > .lg-x-12 {
      grid-column-start: 12; }
    .ed-grid > .lg-y-12 {
      grid-row-start: 12; } }
  @media screen and (min-width: 1440px) {
    .ed-grid.cols-xl-1, .ed-grid.xl-grid-1 {
      grid-template-columns: 100%; }
    .ed-grid > .span-xl-1,
    .ed-grid > .xl-cols-1 {
      grid-column-end: span 1; }
    .ed-grid > .xl-rows-1 {
      grid-row-end: span 1; }
    .ed-grid > .xl-x-1 {
      grid-column-start: 1; }
    .ed-grid > .xl-y-1 {
      grid-row-start: 1; }
    .ed-grid.cols-xl-2, .ed-grid.xl-grid-2 {
      grid-template-columns: repeat(2, calc((100% - var(--gap) * 1) / 2)); }
    .ed-grid > .span-xl-2,
    .ed-grid > .xl-cols-2 {
      grid-column-end: span 2; }
    .ed-grid > .xl-rows-2 {
      grid-row-end: span 2; }
    .ed-grid > .xl-x-2 {
      grid-column-start: 2; }
    .ed-grid > .xl-y-2 {
      grid-row-start: 2; }
    .ed-grid.cols-xl-3, .ed-grid.xl-grid-3 {
      grid-template-columns: repeat(3, calc((100% - var(--gap) * 2) / 3)); }
    .ed-grid > .span-xl-3,
    .ed-grid > .xl-cols-3 {
      grid-column-end: span 3; }
    .ed-grid > .xl-rows-3 {
      grid-row-end: span 3; }
    .ed-grid > .xl-x-3 {
      grid-column-start: 3; }
    .ed-grid > .xl-y-3 {
      grid-row-start: 3; }
    .ed-grid.cols-xl-4, .ed-grid.xl-grid-4 {
      grid-template-columns: repeat(4, calc((100% - var(--gap) * 3) / 4)); }
    .ed-grid > .span-xl-4,
    .ed-grid > .xl-cols-4 {
      grid-column-end: span 4; }
    .ed-grid > .xl-rows-4 {
      grid-row-end: span 4; }
    .ed-grid > .xl-x-4 {
      grid-column-start: 4; }
    .ed-grid > .xl-y-4 {
      grid-row-start: 4; }
    .ed-grid.cols-xl-5, .ed-grid.xl-grid-5 {
      grid-template-columns: repeat(5, calc((100% - var(--gap) * 4) / 5)); }
    .ed-grid > .span-xl-5,
    .ed-grid > .xl-cols-5 {
      grid-column-end: span 5; }
    .ed-grid > .xl-rows-5 {
      grid-row-end: span 5; }
    .ed-grid > .xl-x-5 {
      grid-column-start: 5; }
    .ed-grid > .xl-y-5 {
      grid-row-start: 5; }
    .ed-grid.cols-xl-6, .ed-grid.xl-grid-6 {
      grid-template-columns: repeat(6, calc((100% - var(--gap) * 5) / 6)); }
    .ed-grid > .span-xl-6,
    .ed-grid > .xl-cols-6 {
      grid-column-end: span 6; }
    .ed-grid > .xl-rows-6 {
      grid-row-end: span 6; }
    .ed-grid > .xl-x-6 {
      grid-column-start: 6; }
    .ed-grid > .xl-y-6 {
      grid-row-start: 6; }
    .ed-grid.cols-xl-7, .ed-grid.xl-grid-7 {
      grid-template-columns: repeat(7, calc((100% - var(--gap) * 6) / 7)); }
    .ed-grid > .span-xl-7,
    .ed-grid > .xl-cols-7 {
      grid-column-end: span 7; }
    .ed-grid > .xl-rows-7 {
      grid-row-end: span 7; }
    .ed-grid > .xl-x-7 {
      grid-column-start: 7; }
    .ed-grid > .xl-y-7 {
      grid-row-start: 7; }
    .ed-grid.cols-xl-8, .ed-grid.xl-grid-8 {
      grid-template-columns: repeat(8, calc((100% - var(--gap) * 7) / 8)); }
    .ed-grid > .span-xl-8,
    .ed-grid > .xl-cols-8 {
      grid-column-end: span 8; }
    .ed-grid > .xl-rows-8 {
      grid-row-end: span 8; }
    .ed-grid > .xl-x-8 {
      grid-column-start: 8; }
    .ed-grid > .xl-y-8 {
      grid-row-start: 8; }
    .ed-grid.cols-xl-9, .ed-grid.xl-grid-9 {
      grid-template-columns: repeat(9, calc((100% - var(--gap) * 8) / 9)); }
    .ed-grid > .span-xl-9,
    .ed-grid > .xl-cols-9 {
      grid-column-end: span 9; }
    .ed-grid > .xl-rows-9 {
      grid-row-end: span 9; }
    .ed-grid > .xl-x-9 {
      grid-column-start: 9; }
    .ed-grid > .xl-y-9 {
      grid-row-start: 9; }
    .ed-grid.cols-xl-10, .ed-grid.xl-grid-10 {
      grid-template-columns: repeat(10, calc((100% - var(--gap) * 9) / 10)); }
    .ed-grid > .span-xl-10,
    .ed-grid > .xl-cols-10 {
      grid-column-end: span 10; }
    .ed-grid > .xl-rows-10 {
      grid-row-end: span 10; }
    .ed-grid > .xl-x-10 {
      grid-column-start: 10; }
    .ed-grid > .xl-y-10 {
      grid-row-start: 10; }
    .ed-grid.cols-xl-11, .ed-grid.xl-grid-11 {
      grid-template-columns: repeat(11, calc((100% - var(--gap) * 10) / 11)); }
    .ed-grid > .span-xl-11,
    .ed-grid > .xl-cols-11 {
      grid-column-end: span 11; }
    .ed-grid > .xl-rows-11 {
      grid-row-end: span 11; }
    .ed-grid > .xl-x-11 {
      grid-column-start: 11; }
    .ed-grid > .xl-y-11 {
      grid-row-start: 11; }
    .ed-grid.cols-xl-12, .ed-grid.xl-grid-12 {
      grid-template-columns: repeat(12, calc((100% - var(--gap) * 11) / 12)); }
    .ed-grid > .span-xl-12,
    .ed-grid > .xl-cols-12 {
      grid-column-end: span 12; }
    .ed-grid > .xl-rows-12 {
      grid-row-end: span 12; }
    .ed-grid > .xl-x-12 {
      grid-column-start: 12; }
    .ed-grid > .xl-y-12 {
      grid-row-start: 12; } }
  .ed-grid[class*="-main-"], .ed-grid[class*="-cross-"] {
    display: grid; }

.l-block,
.cancel-l-block,
.l-section,
.cancel-l-section,
.l-big-section,
.cancel-l-big-section {
  margin-top: 0; }

.l-block {
  margin-bottom: var(--vertical-block-space); }

.cancel-l-block {
  margin-top: calc(var(--vertical-block-space) * -1); }

.l-section {
  margin-bottom: calc(var(--vertical-block-space) * 2); }

.cancel-l-section {
  margin-top: calc(var(--vertical-block-space) * -2); }

.l-big-section {
  margin-bottom: calc(var(--vertical-block-space) * 4); }

.cancel-l-big-section {
  margin-top: calc(var(--vertical-block-space) * -4); }

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

.main-footer {
  margin-top: auto; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: var(--vertical-content-space); }

h1 {
  margin-bottom: calc(var(--vertical-content-space) * 1.5); }

p,
video,
blockquote,
article,
section,
form,
figure,
iframe,
ul,
ol,
pre,
hr,
dl,
address,
table {
  margin-top: 0;
  margin-bottom: calc(var(--vertical-content-space) * 1.5); }
  p + h2,
  video + h2,
  blockquote + h2,
  article + h2,
  section + h2,
  form + h2,
  figure + h2,
  iframe + h2,
  ul + h2,
  ol + h2,
  pre + h2,
  hr + h2,
  dl + h2,
  address + h2,
  table + h2 {
    padding-top: calc(var(--vertical-content-space) * 1.5); }
  p + h3,
  video + h3,
  blockquote + h3,
  article + h3,
  section + h3,
  form + h3,
  figure + h3,
  iframe + h3,
  ul + h3,
  ol + h3,
  pre + h3,
  hr + h3,
  dl + h3,
  address + h3,
  table + h3 {
    padding-top: var(--vertical-content-space); }

ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0; }

.s-pt-0 {
  padding-top: 0; }

.s-pl-0 {
  padding-left: 0; }

.s-pb-0 {
  padding-bottom: 0; }

.s-pr-0 {
  padding-right: 0; }

.s-py-0 {
  padding-top: 0;
  padding-bottom: 0; }

.s-px-0 {
  padding-left: 0;
  padding-right: 0; }

.s-pxy-0 {
  padding: 0; }

.s-mr-0 {
  margin-right: 0; }

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

.s-mt-0 {
  margin-top: 0; }

.s-ml-0 {
  margin-left: 0; }

.s-sticky-0 {
  position: sticky;
  top: calc(var(--header-height) + 0); }

.s-pt-1 {
  padding-top: 0.5rem; }

.s-pl-1 {
  padding-left: 0.5rem; }

.s-pb-1 {
  padding-bottom: 0.5rem; }

.s-pr-1 {
  padding-right: 0.5rem; }

.s-py-1 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.s-px-1 {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.s-pxy-1 {
  padding: 0.5rem; }

.s-mr-1 {
  margin-right: 0.5rem; }

.s-mb-1 {
  margin-bottom: 0.5rem; }

.s-mt-1 {
  margin-top: -0.5rem; }

.s-ml-1 {
  margin-left: -0.5rem; }

.s-sticky-1 {
  position: sticky;
  top: calc(var(--header-height) + 0.5rem); }

.s-pt-2 {
  padding-top: 1rem; }

.s-pl-2 {
  padding-left: 1rem; }

.s-pb-2 {
  padding-bottom: 1rem; }

.s-pr-2 {
  padding-right: 1rem; }

.s-py-2 {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.s-px-2 {
  padding-left: 1rem;
  padding-right: 1rem; }

.s-pxy-2 {
  padding: 1rem; }

.s-mr-2 {
  margin-right: 1rem; }

.s-mb-2 {
  margin-bottom: 1rem; }

.s-mt-2 {
  margin-top: -1rem; }

.s-ml-2 {
  margin-left: -1rem; }

.s-sticky-2 {
  position: sticky;
  top: calc(var(--header-height) + 1rem); }

.s-pt-3 {
  padding-top: 1.5rem; }

.s-pl-3 {
  padding-left: 1.5rem; }

.s-pb-3 {
  padding-bottom: 1.5rem; }

.s-pr-3 {
  padding-right: 1.5rem; }

.s-py-3 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }

.s-px-3 {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.s-pxy-3 {
  padding: 1.5rem; }

.s-mr-3 {
  margin-right: 1.5rem; }

.s-mb-3 {
  margin-bottom: 1.5rem; }

.s-mt-3 {
  margin-top: -1.5rem; }

.s-ml-3 {
  margin-left: -1.5rem; }

.s-sticky-3 {
  position: sticky;
  top: calc(var(--header-height) + 1.5rem); }

.s-pt-4 {
  padding-top: 2rem; }

.s-pl-4 {
  padding-left: 2rem; }

.s-pb-4 {
  padding-bottom: 2rem; }

.s-pr-4 {
  padding-right: 2rem; }

.s-py-4 {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.s-px-4 {
  padding-left: 2rem;
  padding-right: 2rem; }

.s-pxy-4 {
  padding: 2rem; }

.s-mr-4 {
  margin-right: 2rem; }

.s-mb-4 {
  margin-bottom: 2rem; }

.s-mt-4 {
  margin-top: -2rem; }

.s-ml-4 {
  margin-left: -2rem; }

.s-sticky-4 {
  position: sticky;
  top: calc(var(--header-height) + 2rem); }

.s-pt-05 {
  padding-top: 0.25rem; }

.s-pl-05 {
  padding-left: 0.25rem; }

.s-pb-05 {
  padding-bottom: 0.25rem; }

.s-pr-05 {
  padding-right: 0.25rem; }

.s-py-05 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem; }

.s-px-05 {
  padding-left: 0.25rem;
  padding-right: 0.25rem; }

.s-pxy-05 {
  padding: 0.25rem; }

.s-mr-05 {
  margin-right: 0.25rem; }

.s-mb-05 {
  margin-bottom: 0.25rem; }

.s-mt-05 {
  margin-top: -0.25rem; }

.s-ml-05 {
  margin-left: -0.25rem; }

.s-sticky-05 {
  position: sticky;
  top: calc(var(--header-height) + 0.25rem); }

.s-sticky-none {
  position: static; }

@media screen and (min-width: 640px) {
  .m-pt-0 {
    padding-top: 0; }
  .m-pl-0 {
    padding-left: 0; }
  .m-pb-0 {
    padding-bottom: 0; }
  .m-pr-0 {
    padding-right: 0; }
  .m-py-0 {
    padding-top: 0;
    padding-bottom: 0; }
  .m-px-0 {
    padding-left: 0;
    padding-right: 0; }
  .m-pxy-0 {
    padding: 0; }
  .m-mr-0 {
    margin-right: 0; }
  .m-mb-0 {
    margin-bottom: 0; }
  .m-mt-0 {
    margin-top: 0; }
  .m-ml-0 {
    margin-left: 0; }
  .m-sticky-0 {
    position: sticky;
    top: calc(var(--header-height) + 0); }
  .m-pt-1 {
    padding-top: 0.5rem; }
  .m-pl-1 {
    padding-left: 0.5rem; }
  .m-pb-1 {
    padding-bottom: 0.5rem; }
  .m-pr-1 {
    padding-right: 0.5rem; }
  .m-py-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
  .m-px-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .m-pxy-1 {
    padding: 0.5rem; }
  .m-mr-1 {
    margin-right: 0.5rem; }
  .m-mb-1 {
    margin-bottom: 0.5rem; }
  .m-mt-1 {
    margin-top: -0.5rem; }
  .m-ml-1 {
    margin-left: -0.5rem; }
  .m-sticky-1 {
    position: sticky;
    top: calc(var(--header-height) + 0.5rem); }
  .m-pt-2 {
    padding-top: 1rem; }
  .m-pl-2 {
    padding-left: 1rem; }
  .m-pb-2 {
    padding-bottom: 1rem; }
  .m-pr-2 {
    padding-right: 1rem; }
  .m-py-2 {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .m-px-2 {
    padding-left: 1rem;
    padding-right: 1rem; }
  .m-pxy-2 {
    padding: 1rem; }
  .m-mr-2 {
    margin-right: 1rem; }
  .m-mb-2 {
    margin-bottom: 1rem; }
  .m-mt-2 {
    margin-top: -1rem; }
  .m-ml-2 {
    margin-left: -1rem; }
  .m-sticky-2 {
    position: sticky;
    top: calc(var(--header-height) + 1rem); }
  .m-pt-3 {
    padding-top: 1.5rem; }
  .m-pl-3 {
    padding-left: 1.5rem; }
  .m-pb-3 {
    padding-bottom: 1.5rem; }
  .m-pr-3 {
    padding-right: 1.5rem; }
  .m-py-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
  .m-px-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .m-pxy-3 {
    padding: 1.5rem; }
  .m-mr-3 {
    margin-right: 1.5rem; }
  .m-mb-3 {
    margin-bottom: 1.5rem; }
  .m-mt-3 {
    margin-top: -1.5rem; }
  .m-ml-3 {
    margin-left: -1.5rem; }
  .m-sticky-3 {
    position: sticky;
    top: calc(var(--header-height) + 1.5rem); }
  .m-pt-4 {
    padding-top: 2rem; }
  .m-pl-4 {
    padding-left: 2rem; }
  .m-pb-4 {
    padding-bottom: 2rem; }
  .m-pr-4 {
    padding-right: 2rem; }
  .m-py-4 {
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .m-px-4 {
    padding-left: 2rem;
    padding-right: 2rem; }
  .m-pxy-4 {
    padding: 2rem; }
  .m-mr-4 {
    margin-right: 2rem; }
  .m-mb-4 {
    margin-bottom: 2rem; }
  .m-mt-4 {
    margin-top: -2rem; }
  .m-ml-4 {
    margin-left: -2rem; }
  .m-sticky-4 {
    position: sticky;
    top: calc(var(--header-height) + 2rem); }
  .m-pt-05 {
    padding-top: 0.25rem; }
  .m-pl-05 {
    padding-left: 0.25rem; }
  .m-pb-05 {
    padding-bottom: 0.25rem; }
  .m-pr-05 {
    padding-right: 0.25rem; }
  .m-py-05 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem; }
  .m-px-05 {
    padding-left: 0.25rem;
    padding-right: 0.25rem; }
  .m-pxy-05 {
    padding: 0.25rem; }
  .m-mr-05 {
    margin-right: 0.25rem; }
  .m-mb-05 {
    margin-bottom: 0.25rem; }
  .m-mt-05 {
    margin-top: -0.25rem; }
  .m-ml-05 {
    margin-left: -0.25rem; }
  .m-sticky-05 {
    position: sticky;
    top: calc(var(--header-height) + 0.25rem); }
  .m-sticky-none {
    position: static; } }

@media screen and (min-width: 1024px) {
  .l-pt-0 {
    padding-top: 0; }
  .l-pl-0 {
    padding-left: 0; }
  .l-pb-0 {
    padding-bottom: 0; }
  .l-pr-0 {
    padding-right: 0; }
  .l-py-0 {
    padding-top: 0;
    padding-bottom: 0; }
  .l-px-0 {
    padding-left: 0;
    padding-right: 0; }
  .l-pxy-0 {
    padding: 0; }
  .l-mr-0 {
    margin-right: 0; }
  .l-mb-0 {
    margin-bottom: 0; }
  .l-mt-0 {
    margin-top: 0; }
  .l-ml-0 {
    margin-left: 0; }
  .l-sticky-0 {
    position: sticky;
    top: calc(var(--header-height) + 0); }
  .l-pt-1 {
    padding-top: 0.5rem; }
  .l-pl-1 {
    padding-left: 0.5rem; }
  .l-pb-1 {
    padding-bottom: 0.5rem; }
  .l-pr-1 {
    padding-right: 0.5rem; }
  .l-py-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
  .l-px-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .l-pxy-1 {
    padding: 0.5rem; }
  .l-mr-1 {
    margin-right: 0.5rem; }
  .l-mb-1 {
    margin-bottom: 0.5rem; }
  .l-mt-1 {
    margin-top: -0.5rem; }
  .l-ml-1 {
    margin-left: -0.5rem; }
  .l-sticky-1 {
    position: sticky;
    top: calc(var(--header-height) + 0.5rem); }
  .l-pt-2 {
    padding-top: 1rem; }
  .l-pl-2 {
    padding-left: 1rem; }
  .l-pb-2 {
    padding-bottom: 1rem; }
  .l-pr-2 {
    padding-right: 1rem; }
  .l-py-2 {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .l-px-2 {
    padding-left: 1rem;
    padding-right: 1rem; }
  .l-pxy-2 {
    padding: 1rem; }
  .l-mr-2 {
    margin-right: 1rem; }
  .l-mb-2 {
    margin-bottom: 1rem; }
  .l-mt-2 {
    margin-top: -1rem; }
  .l-ml-2 {
    margin-left: -1rem; }
  .l-sticky-2 {
    position: sticky;
    top: calc(var(--header-height) + 1rem); }
  .l-pt-3 {
    padding-top: 1.5rem; }
  .l-pl-3 {
    padding-left: 1.5rem; }
  .l-pb-3 {
    padding-bottom: 1.5rem; }
  .l-pr-3 {
    padding-right: 1.5rem; }
  .l-py-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
  .l-px-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .l-pxy-3 {
    padding: 1.5rem; }
  .l-mr-3 {
    margin-right: 1.5rem; }
  .l-mb-3 {
    margin-bottom: 1.5rem; }
  .l-mt-3 {
    margin-top: -1.5rem; }
  .l-ml-3 {
    margin-left: -1.5rem; }
  .l-sticky-3 {
    position: sticky;
    top: calc(var(--header-height) + 1.5rem); }
  .l-pt-4 {
    padding-top: 2rem; }
  .l-pl-4 {
    padding-left: 2rem; }
  .l-pb-4 {
    padding-bottom: 2rem; }
  .l-pr-4 {
    padding-right: 2rem; }
  .l-py-4 {
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .l-px-4 {
    padding-left: 2rem;
    padding-right: 2rem; }
  .l-pxy-4 {
    padding: 2rem; }
  .l-mr-4 {
    margin-right: 2rem; }
  .l-mb-4 {
    margin-bottom: 2rem; }
  .l-mt-4 {
    margin-top: -2rem; }
  .l-ml-4 {
    margin-left: -2rem; }
  .l-sticky-4 {
    position: sticky;
    top: calc(var(--header-height) + 2rem); }
  .l-pt-05 {
    padding-top: 0.25rem; }
  .l-pl-05 {
    padding-left: 0.25rem; }
  .l-pb-05 {
    padding-bottom: 0.25rem; }
  .l-pr-05 {
    padding-right: 0.25rem; }
  .l-py-05 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem; }
  .l-px-05 {
    padding-left: 0.25rem;
    padding-right: 0.25rem; }
  .l-pxy-05 {
    padding: 0.25rem; }
  .l-mr-05 {
    margin-right: 0.25rem; }
  .l-mb-05 {
    margin-bottom: 0.25rem; }
  .l-mt-05 {
    margin-top: -0.25rem; }
  .l-ml-05 {
    margin-left: -0.25rem; }
  .l-sticky-05 {
    position: sticky;
    top: calc(var(--header-height) + 0.25rem); }
  .l-sticky-none {
    position: static; } }

@media screen and (min-width: 1024px) {
  .lg-pt-0 {
    padding-top: 0; }
  .lg-pl-0 {
    padding-left: 0; }
  .lg-pb-0 {
    padding-bottom: 0; }
  .lg-pr-0 {
    padding-right: 0; }
  .lg-py-0 {
    padding-top: 0;
    padding-bottom: 0; }
  .lg-px-0 {
    padding-left: 0;
    padding-right: 0; }
  .lg-pxy-0 {
    padding: 0; }
  .lg-mr-0 {
    margin-right: 0; }
  .lg-mb-0 {
    margin-bottom: 0; }
  .lg-mt-0 {
    margin-top: 0; }
  .lg-ml-0 {
    margin-left: 0; }
  .lg-sticky-0 {
    position: sticky;
    top: calc(var(--header-height) + 0); }
  .lg-pt-1 {
    padding-top: 0.5rem; }
  .lg-pl-1 {
    padding-left: 0.5rem; }
  .lg-pb-1 {
    padding-bottom: 0.5rem; }
  .lg-pr-1 {
    padding-right: 0.5rem; }
  .lg-py-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
  .lg-px-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .lg-pxy-1 {
    padding: 0.5rem; }
  .lg-mr-1 {
    margin-right: 0.5rem; }
  .lg-mb-1 {
    margin-bottom: 0.5rem; }
  .lg-mt-1 {
    margin-top: -0.5rem; }
  .lg-ml-1 {
    margin-left: -0.5rem; }
  .lg-sticky-1 {
    position: sticky;
    top: calc(var(--header-height) + 0.5rem); }
  .lg-pt-2 {
    padding-top: 1rem; }
  .lg-pl-2 {
    padding-left: 1rem; }
  .lg-pb-2 {
    padding-bottom: 1rem; }
  .lg-pr-2 {
    padding-right: 1rem; }
  .lg-py-2 {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .lg-px-2 {
    padding-left: 1rem;
    padding-right: 1rem; }
  .lg-pxy-2 {
    padding: 1rem; }
  .lg-mr-2 {
    margin-right: 1rem; }
  .lg-mb-2 {
    margin-bottom: 1rem; }
  .lg-mt-2 {
    margin-top: -1rem; }
  .lg-ml-2 {
    margin-left: -1rem; }
  .lg-sticky-2 {
    position: sticky;
    top: calc(var(--header-height) + 1rem); }
  .lg-pt-3 {
    padding-top: 1.5rem; }
  .lg-pl-3 {
    padding-left: 1.5rem; }
  .lg-pb-3 {
    padding-bottom: 1.5rem; }
  .lg-pr-3 {
    padding-right: 1.5rem; }
  .lg-py-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
  .lg-px-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .lg-pxy-3 {
    padding: 1.5rem; }
  .lg-mr-3 {
    margin-right: 1.5rem; }
  .lg-mb-3 {
    margin-bottom: 1.5rem; }
  .lg-mt-3 {
    margin-top: -1.5rem; }
  .lg-ml-3 {
    margin-left: -1.5rem; }
  .lg-sticky-3 {
    position: sticky;
    top: calc(var(--header-height) + 1.5rem); }
  .lg-pt-4 {
    padding-top: 2rem; }
  .lg-pl-4 {
    padding-left: 2rem; }
  .lg-pb-4 {
    padding-bottom: 2rem; }
  .lg-pr-4 {
    padding-right: 2rem; }
  .lg-py-4 {
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .lg-px-4 {
    padding-left: 2rem;
    padding-right: 2rem; }
  .lg-pxy-4 {
    padding: 2rem; }
  .lg-mr-4 {
    margin-right: 2rem; }
  .lg-mb-4 {
    margin-bottom: 2rem; }
  .lg-mt-4 {
    margin-top: -2rem; }
  .lg-ml-4 {
    margin-left: -2rem; }
  .lg-sticky-4 {
    position: sticky;
    top: calc(var(--header-height) + 2rem); }
  .lg-pt-05 {
    padding-top: 0.25rem; }
  .lg-pl-05 {
    padding-left: 0.25rem; }
  .lg-pb-05 {
    padding-bottom: 0.25rem; }
  .lg-pr-05 {
    padding-right: 0.25rem; }
  .lg-py-05 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem; }
  .lg-px-05 {
    padding-left: 0.25rem;
    padding-right: 0.25rem; }
  .lg-pxy-05 {
    padding: 0.25rem; }
  .lg-mr-05 {
    margin-right: 0.25rem; }
  .lg-mb-05 {
    margin-bottom: 0.25rem; }
  .lg-mt-05 {
    margin-top: -0.25rem; }
  .lg-ml-05 {
    margin-left: -0.25rem; }
  .lg-sticky-05 {
    position: sticky;
    top: calc(var(--header-height) + 0.25rem); }
  .lg-sticky-none {
    position: static; } }

@media screen and (min-width: 1440px) {
  .xl-pt-0 {
    padding-top: 0; }
  .xl-pl-0 {
    padding-left: 0; }
  .xl-pb-0 {
    padding-bottom: 0; }
  .xl-pr-0 {
    padding-right: 0; }
  .xl-py-0 {
    padding-top: 0;
    padding-bottom: 0; }
  .xl-px-0 {
    padding-left: 0;
    padding-right: 0; }
  .xl-pxy-0 {
    padding: 0; }
  .xl-mr-0 {
    margin-right: 0; }
  .xl-mb-0 {
    margin-bottom: 0; }
  .xl-mt-0 {
    margin-top: 0; }
  .xl-ml-0 {
    margin-left: 0; }
  .xl-sticky-0 {
    position: sticky;
    top: calc(var(--header-height) + 0); }
  .xl-pt-1 {
    padding-top: 0.5rem; }
  .xl-pl-1 {
    padding-left: 0.5rem; }
  .xl-pb-1 {
    padding-bottom: 0.5rem; }
  .xl-pr-1 {
    padding-right: 0.5rem; }
  .xl-py-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
  .xl-px-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .xl-pxy-1 {
    padding: 0.5rem; }
  .xl-mr-1 {
    margin-right: 0.5rem; }
  .xl-mb-1 {
    margin-bottom: 0.5rem; }
  .xl-mt-1 {
    margin-top: -0.5rem; }
  .xl-ml-1 {
    margin-left: -0.5rem; }
  .xl-sticky-1 {
    position: sticky;
    top: calc(var(--header-height) + 0.5rem); }
  .xl-pt-2 {
    padding-top: 1rem; }
  .xl-pl-2 {
    padding-left: 1rem; }
  .xl-pb-2 {
    padding-bottom: 1rem; }
  .xl-pr-2 {
    padding-right: 1rem; }
  .xl-py-2 {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .xl-px-2 {
    padding-left: 1rem;
    padding-right: 1rem; }
  .xl-pxy-2 {
    padding: 1rem; }
  .xl-mr-2 {
    margin-right: 1rem; }
  .xl-mb-2 {
    margin-bottom: 1rem; }
  .xl-mt-2 {
    margin-top: -1rem; }
  .xl-ml-2 {
    margin-left: -1rem; }
  .xl-sticky-2 {
    position: sticky;
    top: calc(var(--header-height) + 1rem); }
  .xl-pt-3 {
    padding-top: 1.5rem; }
  .xl-pl-3 {
    padding-left: 1.5rem; }
  .xl-pb-3 {
    padding-bottom: 1.5rem; }
  .xl-pr-3 {
    padding-right: 1.5rem; }
  .xl-py-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
  .xl-px-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .xl-pxy-3 {
    padding: 1.5rem; }
  .xl-mr-3 {
    margin-right: 1.5rem; }
  .xl-mb-3 {
    margin-bottom: 1.5rem; }
  .xl-mt-3 {
    margin-top: -1.5rem; }
  .xl-ml-3 {
    margin-left: -1.5rem; }
  .xl-sticky-3 {
    position: sticky;
    top: calc(var(--header-height) + 1.5rem); }
  .xl-pt-4 {
    padding-top: 2rem; }
  .xl-pl-4 {
    padding-left: 2rem; }
  .xl-pb-4 {
    padding-bottom: 2rem; }
  .xl-pr-4 {
    padding-right: 2rem; }
  .xl-py-4 {
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .xl-px-4 {
    padding-left: 2rem;
    padding-right: 2rem; }
  .xl-pxy-4 {
    padding: 2rem; }
  .xl-mr-4 {
    margin-right: 2rem; }
  .xl-mb-4 {
    margin-bottom: 2rem; }
  .xl-mt-4 {
    margin-top: -2rem; }
  .xl-ml-4 {
    margin-left: -2rem; }
  .xl-sticky-4 {
    position: sticky;
    top: calc(var(--header-height) + 2rem); }
  .xl-pt-05 {
    padding-top: 0.25rem; }
  .xl-pl-05 {
    padding-left: 0.25rem; }
  .xl-pb-05 {
    padding-bottom: 0.25rem; }
  .xl-pr-05 {
    padding-right: 0.25rem; }
  .xl-py-05 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem; }
  .xl-px-05 {
    padding-left: 0.25rem;
    padding-right: 0.25rem; }
  .xl-pxy-05 {
    padding: 0.25rem; }
  .xl-mr-05 {
    margin-right: 0.25rem; }
  .xl-mb-05 {
    margin-bottom: 0.25rem; }
  .xl-mt-05 {
    margin-top: -0.25rem; }
  .xl-ml-05 {
    margin-left: -0.25rem; }
  .xl-sticky-05 {
    position: sticky;
    top: calc(var(--header-height) + 0.25rem); }
  .xl-sticky-none {
    position: static; } }

/* Alineación de contenido */
.s-left {
  text-align: left; }

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

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

.s-to-left {
  margin-left: 0;
  margin-right: auto; }
  .s-to-left[class*=button] {
    display: table; }

.s-to-center {
  margin-left: auto;
  margin-right: auto; }
  .s-to-center[class*=button] {
    display: table; }

.s-to-right {
  margin-right: 0;
  margin-left: auto; }
  .s-to-right[class*=button] {
    display: table; }

.s-block-left {
  display: block;
  margin-left: 0;
  margin-right: auto; }

.s-block-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.s-block-right {
  display: block;
  margin-right: 0;
  margin-left: auto; }

@media screen and (min-width: 640px) {
  .m-left {
    text-align: left; }
  .m-center {
    text-align: center; }
  .m-right {
    text-align: right; }
  .m-to-left {
    margin-left: 0;
    margin-right: auto; }
    .m-to-left[class*=button] {
      display: table; }
  .m-to-center {
    margin-left: auto;
    margin-right: auto; }
    .m-to-center[class*=button] {
      display: table; }
  .m-to-right {
    margin-right: 0;
    margin-left: auto; }
    .m-to-right[class*=button] {
      display: table; }
  .m-block-left {
    display: block;
    margin-left: 0;
    margin-right: auto; }
  .m-block-center {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .m-block-right {
    display: block;
    margin-right: 0;
    margin-left: auto; } }

@media screen and (min-width: 1024px) {
  .l-left {
    text-align: left; }
  .l-center {
    text-align: center; }
  .l-right {
    text-align: right; }
  .l-to-left {
    margin-left: 0;
    margin-right: auto; }
    .l-to-left[class*=button] {
      display: table; }
  .l-to-center {
    margin-left: auto;
    margin-right: auto; }
    .l-to-center[class*=button] {
      display: table; }
  .l-to-right {
    margin-right: 0;
    margin-left: auto; }
    .l-to-right[class*=button] {
      display: table; }
  .l-block-left {
    display: block;
    margin-left: 0;
    margin-right: auto; }
  .l-block-center {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .l-block-right {
    display: block;
    margin-right: 0;
    margin-left: auto; } }

@media screen and (min-width: 1024px) {
  .lg-left {
    text-align: left; }
  .lg-center {
    text-align: center; }
  .lg-right {
    text-align: right; }
  .lg-to-left {
    margin-left: 0;
    margin-right: auto; }
    .lg-to-left[class*=button] {
      display: table; }
  .lg-to-center {
    margin-left: auto;
    margin-right: auto; }
    .lg-to-center[class*=button] {
      display: table; }
  .lg-to-right {
    margin-right: 0;
    margin-left: auto; }
    .lg-to-right[class*=button] {
      display: table; }
  .lg-block-left {
    display: block;
    margin-left: 0;
    margin-right: auto; }
  .lg-block-center {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .lg-block-right {
    display: block;
    margin-right: 0;
    margin-left: auto; } }

@media screen and (min-width: 1440px) {
  .xl-left {
    text-align: left; }
  .xl-center {
    text-align: center; }
  .xl-right {
    text-align: right; }
  .xl-to-left {
    margin-left: 0;
    margin-right: auto; }
    .xl-to-left[class*=button] {
      display: table; }
  .xl-to-center {
    margin-left: auto;
    margin-right: auto; }
    .xl-to-center[class*=button] {
      display: table; }
  .xl-to-right {
    margin-right: 0;
    margin-left: auto; }
    .xl-to-right[class*=button] {
      display: table; }
  .xl-block-left {
    display: block;
    margin-left: 0;
    margin-right: auto; }
  .xl-block-center {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .xl-block-right {
    display: block;
    margin-right: 0;
    margin-left: auto; } }

.s-order-1 {
  order: 1; }

.s-order-2 {
  order: 2; }

.s-order-3 {
  order: 3; }

.s-order-4 {
  order: 4; }

.s-order-5 {
  order: 5; }

.s-order-6 {
  order: 6; }

.s-order-7 {
  order: 7; }

.s-order-8 {
  order: 8; }

.s-order-9 {
  order: 9; }

.s-order-10 {
  order: 10; }

.s-order-11 {
  order: 11; }

.s-order-12 {
  order: 12; }

@media screen and (min-width: 640px) {
  .m-order-1 {
    order: 1; }
  .m-order-2 {
    order: 2; }
  .m-order-3 {
    order: 3; }
  .m-order-4 {
    order: 4; }
  .m-order-5 {
    order: 5; }
  .m-order-6 {
    order: 6; }
  .m-order-7 {
    order: 7; }
  .m-order-8 {
    order: 8; }
  .m-order-9 {
    order: 9; }
  .m-order-10 {
    order: 10; }
  .m-order-11 {
    order: 11; }
  .m-order-12 {
    order: 12; } }

@media screen and (min-width: 1024px) {
  .l-order-1 {
    order: 1; }
  .l-order-2 {
    order: 2; }
  .l-order-3 {
    order: 3; }
  .l-order-4 {
    order: 4; }
  .l-order-5 {
    order: 5; }
  .l-order-6 {
    order: 6; }
  .l-order-7 {
    order: 7; }
  .l-order-8 {
    order: 8; }
  .l-order-9 {
    order: 9; }
  .l-order-10 {
    order: 10; }
  .l-order-11 {
    order: 11; }
  .l-order-12 {
    order: 12; } }

@media screen and (min-width: 1024px) {
  .lg-order-1 {
    order: 1; }
  .lg-order-2 {
    order: 2; }
  .lg-order-3 {
    order: 3; }
  .lg-order-4 {
    order: 4; }
  .lg-order-5 {
    order: 5; }
  .lg-order-6 {
    order: 6; }
  .lg-order-7 {
    order: 7; }
  .lg-order-8 {
    order: 8; }
  .lg-order-9 {
    order: 9; }
  .lg-order-10 {
    order: 10; }
  .lg-order-11 {
    order: 11; }
  .lg-order-12 {
    order: 12; } }

@media screen and (min-width: 1440px) {
  .xl-order-1 {
    order: 1; }
  .xl-order-2 {
    order: 2; }
  .xl-order-3 {
    order: 3; }
  .xl-order-4 {
    order: 4; }
  .xl-order-5 {
    order: 5; }
  .xl-order-6 {
    order: 6; }
  .xl-order-7 {
    order: 7; }
  .xl-order-8 {
    order: 8; }
  .xl-order-9 {
    order: 9; }
  .xl-order-10 {
    order: 10; }
  .xl-order-11 {
    order: 11; }
  .xl-order-12 {
    order: 12; } }

/* Crea selectores agrupados para propiedades básicas de flexbox*/
.flex, .s-row, .s-row-reverse, .s-column, .s-column-reverse, .s-justify, .s-distribute, .s-main-start, .s-main-center, .s-main-end, .s-baseline, .s-cross-start, .s-cross-center, .s-cross-end {
  display: flex;
  flex-wrap: wrap; }

@media screen and (min-width: 640px) {
  .flex, .m-row, .m-row-reverse, .m-column, .m-column-reverse, .m-justify, .m-distribute, .m-main-start, .m-main-center, .m-main-end, .m-baseline, .m-cross-start, .m-cross-center, .m-cross-end {
    display: flex;
    flex-wrap: wrap; } }

@media screen and (min-width: 1024px) {
  .flex, .l-row, .l-row-reverse, .l-column, .l-column-reverse, .l-justify, .l-distribute, .l-main-start, .l-main-center, .l-main-end, .l-baseline, .l-cross-start, .l-cross-center, .l-cross-end {
    display: flex;
    flex-wrap: wrap; } }

@media screen and (min-width: 1024px) {
  .flex, .lg-row, .lg-row-reverse, .lg-column, .lg-column-reverse, .lg-justify, .lg-distribute, .lg-main-start, .lg-main-center, .lg-main-end, .lg-baseline, .lg-cross-start, .lg-cross-center, .lg-cross-end {
    display: flex;
    flex-wrap: wrap; } }

@media screen and (min-width: 1440px) {
  .flex, .xl-row, .xl-row-reverse, .xl-column, .xl-column-reverse, .xl-justify, .xl-distribute, .xl-main-start, .xl-main-center, .xl-main-end, .xl-baseline, .xl-cross-start, .xl-cross-center, .xl-cross-end {
    display: flex;
    flex-wrap: wrap; } }

/*Crea selectores de flex alignment en todos los breakpoints*/
.s-row {
  flex-direction: row; }

.s-row-reverse {
  flex-direction: row-reverse; }

.s-column {
  flex-direction: column; }

.s-column-reverse {
  flex-direction: column-reverse; }

.s-justify {
  justify-content: space-between; }

.s-distribute {
  justify-content: space-evenly; }

.s-main-start {
  justify-content: flex-start; }

.s-main-center {
  justify-content: center; }

.s-main-end {
  justify-content: flex-end; }

.s-baseline {
  align-items: baseline;
  align-content: baseline; }

.s-cross-start {
  align-items: flex-start;
  align-content: flex-start; }

.s-cross-center {
  align-items: center;
  align-content: center; }

.s-cross-end {
  align-items: flex-end;
  align-content: flex-end; }

@media screen and (min-width: 640px) {
  .m-row {
    flex-direction: row; }
  .m-row-reverse {
    flex-direction: row-reverse; }
  .m-column {
    flex-direction: column; }
  .m-column-reverse {
    flex-direction: column-reverse; }
  .m-justify {
    justify-content: space-between; }
  .m-distribute {
    justify-content: space-evenly; }
  .m-main-start {
    justify-content: flex-start; }
  .m-main-center {
    justify-content: center; }
  .m-main-end {
    justify-content: flex-end; }
  .m-baseline {
    align-items: baseline;
    align-content: baseline; }
  .m-cross-start {
    align-items: flex-start;
    align-content: flex-start; }
  .m-cross-center {
    align-items: center;
    align-content: center; }
  .m-cross-end {
    align-items: flex-end;
    align-content: flex-end; } }

@media screen and (min-width: 1024px) {
  .l-row {
    flex-direction: row; }
  .l-row-reverse {
    flex-direction: row-reverse; }
  .l-column {
    flex-direction: column; }
  .l-column-reverse {
    flex-direction: column-reverse; }
  .l-justify {
    justify-content: space-between; }
  .l-distribute {
    justify-content: space-evenly; }
  .l-main-start {
    justify-content: flex-start; }
  .l-main-center {
    justify-content: center; }
  .l-main-end {
    justify-content: flex-end; }
  .l-baseline {
    align-items: baseline;
    align-content: baseline; }
  .l-cross-start {
    align-items: flex-start;
    align-content: flex-start; }
  .l-cross-center {
    align-items: center;
    align-content: center; }
  .l-cross-end {
    align-items: flex-end;
    align-content: flex-end; } }

@media screen and (min-width: 1024px) {
  .lg-row {
    flex-direction: row; }
  .lg-row-reverse {
    flex-direction: row-reverse; }
  .lg-column {
    flex-direction: column; }
  .lg-column-reverse {
    flex-direction: column-reverse; }
  .lg-justify {
    justify-content: space-between; }
  .lg-distribute {
    justify-content: space-evenly; }
  .lg-main-start {
    justify-content: flex-start; }
  .lg-main-center {
    justify-content: center; }
  .lg-main-end {
    justify-content: flex-end; }
  .lg-baseline {
    align-items: baseline;
    align-content: baseline; }
  .lg-cross-start {
    align-items: flex-start;
    align-content: flex-start; }
  .lg-cross-center {
    align-items: center;
    align-content: center; }
  .lg-cross-end {
    align-items: flex-end;
    align-content: flex-end; } }

@media screen and (min-width: 1440px) {
  .xl-row {
    flex-direction: row; }
  .xl-row-reverse {
    flex-direction: row-reverse; }
  .xl-column {
    flex-direction: column; }
  .xl-column-reverse {
    flex-direction: column-reverse; }
  .xl-justify {
    justify-content: space-between; }
  .xl-distribute {
    justify-content: space-evenly; }
  .xl-main-start {
    justify-content: flex-start; }
  .xl-main-center {
    justify-content: center; }
  .xl-main-end {
    justify-content: flex-end; }
  .xl-baseline {
    align-items: baseline;
    align-content: baseline; }
  .xl-cross-start {
    align-items: flex-start;
    align-content: flex-start; }
  .xl-cross-center {
    align-items: center;
    align-content: center; }
  .xl-cross-end {
    align-items: flex-end;
    align-content: flex-end; } }

.from-s {
  display: none; }

.to-s {
  display: none; }

@media screen and (max-width: 639px) {
  .from-m {
    display: none; } }

@media screen and (min-width: 640px) {
  .to-m {
    display: none; } }

@media screen and (max-width: 1023px) {
  .from-l {
    display: none; } }

@media screen and (min-width: 1024px) {
  .to-l {
    display: none; } }

@media screen and (max-width: 1023px) {
  .from-lg {
    display: none; } }

@media screen and (min-width: 1024px) {
  .to-lg {
    display: none; } }

@media screen and (max-width: 1439px) {
  .from-xl {
    display: none; } }

@media screen and (min-width: 1440px) {
  .to-xl {
    display: none; } }

.button {
  display: inline-block;
  padding: .5em 1em;
  color: #FFF;
  background: var(--color);
  cursor: pointer;
  text-decoration: none;
  line-height: inherit;
  border-radius: .25rem;
  transition: transform .05s;
  border: none; }
  .button:hover {
    background: var(--color-alt); }

.z-back {
  z-index: var(--z-back); }

.z-normal {
  z-index: var(--z-normal); }

.z-tooltip {
  z-index: var(--z-tooltip); }

.z-fixed {
  z-index: var(--z-fixed); }

.z-modal {
  z-index: var(--z-modal); }

.s-border {
  border: 1px solid var(--border-color); }

.s-border-none {
  border: none; }

.s-radius {
  border-radius: var(--border-radius); }

.s-border-top {
  border-top: 1px solid var(--border-color); }

.s-border-none {
  border-top: none; }

.s-border-right {
  border-right: 1px solid var(--border-color); }

.s-border-none {
  border-right: none; }

.s-border-bottom {
  border-bottom: 1px solid var(--border-color); }

.s-border-none {
  border-bottom: none; }

.s-border-left {
  border-left: 1px solid var(--border-color); }

.s-border-none {
  border-left: none; }

.s-radius-tl {
  border-top-left-radius: var(--border-radius); }

.s-radius-tr {
  border-top-right-radius: var(--border-radius); }

.s-radius-bl {
  border-bottom-left-radius: var(--border-radius); }

.s-radius-br {
  border-bottom-right-radius: var(--border-radius); }

.s-radius-0 {
  border-radius: 0; }

.s-radius-1 {
  border-radius: 0.5rem; }

.s-radius-2 {
  border-radius: 1rem; }

.s-radius-3 {
  border-radius: 1.5rem; }

.s-radius-4 {
  border-radius: 2rem; }

.s-radius-05 {
  border-radius: 0.25rem; }

.s-radius-tl-0 {
  border-top-left-radius: 0; }

.s-radius-tl-1 {
  border-top-left-radius: 0.5rem; }

.s-radius-tl-2 {
  border-top-left-radius: 1rem; }

.s-radius-tl-3 {
  border-top-left-radius: 1.5rem; }

.s-radius-tl-4 {
  border-top-left-radius: 2rem; }

.s-radius-tl-05 {
  border-top-left-radius: 0.25rem; }

.s-radius-tr-0 {
  border-top-right-radius: 0; }

.s-radius-tr-1 {
  border-top-right-radius: 0.5rem; }

.s-radius-tr-2 {
  border-top-right-radius: 1rem; }

.s-radius-tr-3 {
  border-top-right-radius: 1.5rem; }

.s-radius-tr-4 {
  border-top-right-radius: 2rem; }

.s-radius-tr-05 {
  border-top-right-radius: 0.25rem; }

.s-radius-bl-0 {
  border-bottom-left-radius: 0; }

.s-radius-bl-1 {
  border-bottom-left-radius: 0.5rem; }

.s-radius-bl-2 {
  border-bottom-left-radius: 1rem; }

.s-radius-bl-3 {
  border-bottom-left-radius: 1.5rem; }

.s-radius-bl-4 {
  border-bottom-left-radius: 2rem; }

.s-radius-bl-05 {
  border-bottom-left-radius: 0.25rem; }

.s-radius-br-0 {
  border-bottom-right-radius: 0; }

.s-radius-br-1 {
  border-bottom-right-radius: 0.5rem; }

.s-radius-br-2 {
  border-bottom-right-radius: 1rem; }

.s-radius-br-3 {
  border-bottom-right-radius: 1.5rem; }

.s-radius-br-4 {
  border-bottom-right-radius: 2rem; }

.s-radius-br-05 {
  border-bottom-right-radius: 0.25rem; }

.s-radius-tl-none {
  border-top-left-radius: 0; }

.s-radius-tr-none {
  border-top-right-radius: 0; }

.s-radius-bl-none {
  border-bottom-left-radius: 0; }

.s-radius-br-none {
  border-bottom-right-radius: 0; }

.s-radius-none {
  border-radius: none; }

.s-bg-blue {
  background-color: var(--color); }

.s-bg-white {
  background-color: #FFF; }

.s-bg-grey {
  background-color: var(--light-bg); }

.s-bg-none {
  background-color: transparent; }

.s-ratio-1-1 {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative; }

.s-ratio-1-2 {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 200%;
  position: relative; }

.s-ratio-1-3 {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 300%;
  position: relative; }

.s-ratio-1-4 {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 400%;
  position: relative; }

.s-ratio-2-1 {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 50%;
  position: relative; }

.s-ratio-2-2 {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative; }

.s-ratio-2-3 {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 150%;
  position: relative; }

.s-ratio-2-4 {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 200%;
  position: relative; }

.s-ratio-3-1 {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 33.33333%;
  position: relative; }

.s-ratio-3-2 {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 66.66667%;
  position: relative; }

.s-ratio-3-3 {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative; }

.s-ratio-3-4 {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 133.33333%;
  position: relative; }

.s-ratio-4-1 {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 25%;
  position: relative; }

.s-ratio-4-2 {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 50%;
  position: relative; }

.s-ratio-4-3 {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 75%;
  position: relative; }

.s-ratio-4-4 {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative; }

.s-ratio-16-9 {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative; }

.s-ratio-9-16 {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 177.77778%;
  position: relative; }

.s-ratio-21-9 {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 42.85714%;
  position: relative; }

.s-shadow {
  box-shadow: 0 0 1rem #CCC; }

.s-shadow-bottom {
  box-shadow: 0 0.5rem 1rem -0.5rem #CCC; }

.s-shadow-top {
  box-shadow: 0 -0.5rem 1rem -0.5rem #CCC; }

.s-shadow-right {
  box-shadow: 0.5rem 0 1rem -0.5rem #CCC; }

.s-shadow-left {
  box-shadow: -0.5rem 0 1rem -0.5rem #CCC; }

.s-shadow-none {
  box-shadow: none; }

.s-fxn {
  flex: none; }

.s-fxw {
  flex-wrap: nowrap; }

.s-fxg {
  flex-grow: 1; }

.s-opacity-1 {
  opacity: 0.1; }

.s-opacity-2 {
  opacity: 0.2; }

.s-opacity-3 {
  opacity: 0.3; }

.s-opacity-4 {
  opacity: 0.4; }

.s-opacity-5 {
  opacity: 0.5; }

.s-opacity-6 {
  opacity: 0.6; }

.s-opacity-7 {
  opacity: 0.7; }

.s-opacity-8 {
  opacity: 0.8; }

.s-opacity-9 {
  opacity: 0.9; }

.s-opacity-10 {
  opacity: 1; }

@media screen and (min-width: 640px) {
  .m-border {
    border: 1px solid var(--border-color); }
  .m-border-none {
    border: none; }
  .m-radius {
    border-radius: var(--border-radius); }
  .m-border-top {
    border-top: 1px solid var(--border-color); }
  .m-border-none {
    border-top: none; }
  .m-border-right {
    border-right: 1px solid var(--border-color); }
  .m-border-none {
    border-right: none; }
  .m-border-bottom {
    border-bottom: 1px solid var(--border-color); }
  .m-border-none {
    border-bottom: none; }
  .m-border-left {
    border-left: 1px solid var(--border-color); }
  .m-border-none {
    border-left: none; }
  .m-radius-tl {
    border-top-left-radius: var(--border-radius); }
  .m-radius-tr {
    border-top-right-radius: var(--border-radius); }
  .m-radius-bl {
    border-bottom-left-radius: var(--border-radius); }
  .m-radius-br {
    border-bottom-right-radius: var(--border-radius); }
  .m-radius-0 {
    border-radius: 0; }
  .m-radius-1 {
    border-radius: 0.5rem; }
  .m-radius-2 {
    border-radius: 1rem; }
  .m-radius-3 {
    border-radius: 1.5rem; }
  .m-radius-4 {
    border-radius: 2rem; }
  .m-radius-05 {
    border-radius: 0.25rem; }
  .m-radius-tl-0 {
    border-top-left-radius: 0; }
  .m-radius-tl-1 {
    border-top-left-radius: 0.5rem; }
  .m-radius-tl-2 {
    border-top-left-radius: 1rem; }
  .m-radius-tl-3 {
    border-top-left-radius: 1.5rem; }
  .m-radius-tl-4 {
    border-top-left-radius: 2rem; }
  .m-radius-tl-05 {
    border-top-left-radius: 0.25rem; }
  .m-radius-tr-0 {
    border-top-right-radius: 0; }
  .m-radius-tr-1 {
    border-top-right-radius: 0.5rem; }
  .m-radius-tr-2 {
    border-top-right-radius: 1rem; }
  .m-radius-tr-3 {
    border-top-right-radius: 1.5rem; }
  .m-radius-tr-4 {
    border-top-right-radius: 2rem; }
  .m-radius-tr-05 {
    border-top-right-radius: 0.25rem; }
  .m-radius-bl-0 {
    border-bottom-left-radius: 0; }
  .m-radius-bl-1 {
    border-bottom-left-radius: 0.5rem; }
  .m-radius-bl-2 {
    border-bottom-left-radius: 1rem; }
  .m-radius-bl-3 {
    border-bottom-left-radius: 1.5rem; }
  .m-radius-bl-4 {
    border-bottom-left-radius: 2rem; }
  .m-radius-bl-05 {
    border-bottom-left-radius: 0.25rem; }
  .m-radius-br-0 {
    border-bottom-right-radius: 0; }
  .m-radius-br-1 {
    border-bottom-right-radius: 0.5rem; }
  .m-radius-br-2 {
    border-bottom-right-radius: 1rem; }
  .m-radius-br-3 {
    border-bottom-right-radius: 1.5rem; }
  .m-radius-br-4 {
    border-bottom-right-radius: 2rem; }
  .m-radius-br-05 {
    border-bottom-right-radius: 0.25rem; }
  .m-radius-tl-none {
    border-top-left-radius: 0; }
  .m-radius-tr-none {
    border-top-right-radius: 0; }
  .m-radius-bl-none {
    border-bottom-left-radius: 0; }
  .m-radius-br-none {
    border-bottom-right-radius: 0; }
  .m-radius-none {
    border-radius: none; }
  .m-bg-blue {
    background-color: var(--color); }
  .m-bg-white {
    background-color: #FFF; }
  .m-bg-grey {
    background-color: var(--light-bg); }
  .m-bg-none {
    background-color: transparent; }
  .m-ratio-1-1 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative; }
  .m-ratio-1-2 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 200%;
    position: relative; }
  .m-ratio-1-3 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 300%;
    position: relative; }
  .m-ratio-1-4 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 400%;
    position: relative; }
  .m-ratio-2-1 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 50%;
    position: relative; }
  .m-ratio-2-2 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative; }
  .m-ratio-2-3 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 150%;
    position: relative; }
  .m-ratio-2-4 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 200%;
    position: relative; }
  .m-ratio-3-1 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 33.33333%;
    position: relative; }
  .m-ratio-3-2 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 66.66667%;
    position: relative; }
  .m-ratio-3-3 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative; }
  .m-ratio-3-4 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 133.33333%;
    position: relative; }
  .m-ratio-4-1 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 25%;
    position: relative; }
  .m-ratio-4-2 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 50%;
    position: relative; }
  .m-ratio-4-3 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 75%;
    position: relative; }
  .m-ratio-4-4 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative; }
  .m-ratio-16-9 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative; }
  .m-ratio-9-16 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 177.77778%;
    position: relative; }
  .m-ratio-21-9 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 42.85714%;
    position: relative; }
  .m-shadow {
    box-shadow: 0 0 1rem #CCC; }
  .m-shadow-bottom {
    box-shadow: 0 0.5rem 1rem -0.5rem #CCC; }
  .m-shadow-top {
    box-shadow: 0 -0.5rem 1rem -0.5rem #CCC; }
  .m-shadow-right {
    box-shadow: 0.5rem 0 1rem -0.5rem #CCC; }
  .m-shadow-left {
    box-shadow: -0.5rem 0 1rem -0.5rem #CCC; }
  .m-shadow-none {
    box-shadow: none; }
  .m-fxn {
    flex: none; }
  .m-fxw {
    flex-wrap: nowrap; }
  .m-fxg {
    flex-grow: 1; }
  .m-opacity-1 {
    opacity: 0.1; }
  .m-opacity-2 {
    opacity: 0.2; }
  .m-opacity-3 {
    opacity: 0.3; }
  .m-opacity-4 {
    opacity: 0.4; }
  .m-opacity-5 {
    opacity: 0.5; }
  .m-opacity-6 {
    opacity: 0.6; }
  .m-opacity-7 {
    opacity: 0.7; }
  .m-opacity-8 {
    opacity: 0.8; }
  .m-opacity-9 {
    opacity: 0.9; }
  .m-opacity-10 {
    opacity: 1; } }

@media screen and (min-width: 1024px) {
  .l-border {
    border: 1px solid var(--border-color); }
  .l-border-none {
    border: none; }
  .l-radius {
    border-radius: var(--border-radius); }
  .l-border-top {
    border-top: 1px solid var(--border-color); }
  .l-border-none {
    border-top: none; }
  .l-border-right {
    border-right: 1px solid var(--border-color); }
  .l-border-none {
    border-right: none; }
  .l-border-bottom {
    border-bottom: 1px solid var(--border-color); }
  .l-border-none {
    border-bottom: none; }
  .l-border-left {
    border-left: 1px solid var(--border-color); }
  .l-border-none {
    border-left: none; }
  .l-radius-tl {
    border-top-left-radius: var(--border-radius); }
  .l-radius-tr {
    border-top-right-radius: var(--border-radius); }
  .l-radius-bl {
    border-bottom-left-radius: var(--border-radius); }
  .l-radius-br {
    border-bottom-right-radius: var(--border-radius); }
  .l-radius-0 {
    border-radius: 0; }
  .l-radius-1 {
    border-radius: 0.5rem; }
  .l-radius-2 {
    border-radius: 1rem; }
  .l-radius-3 {
    border-radius: 1.5rem; }
  .l-radius-4 {
    border-radius: 2rem; }
  .l-radius-05 {
    border-radius: 0.25rem; }
  .l-radius-tl-0 {
    border-top-left-radius: 0; }
  .l-radius-tl-1 {
    border-top-left-radius: 0.5rem; }
  .l-radius-tl-2 {
    border-top-left-radius: 1rem; }
  .l-radius-tl-3 {
    border-top-left-radius: 1.5rem; }
  .l-radius-tl-4 {
    border-top-left-radius: 2rem; }
  .l-radius-tl-05 {
    border-top-left-radius: 0.25rem; }
  .l-radius-tr-0 {
    border-top-right-radius: 0; }
  .l-radius-tr-1 {
    border-top-right-radius: 0.5rem; }
  .l-radius-tr-2 {
    border-top-right-radius: 1rem; }
  .l-radius-tr-3 {
    border-top-right-radius: 1.5rem; }
  .l-radius-tr-4 {
    border-top-right-radius: 2rem; }
  .l-radius-tr-05 {
    border-top-right-radius: 0.25rem; }
  .l-radius-bl-0 {
    border-bottom-left-radius: 0; }
  .l-radius-bl-1 {
    border-bottom-left-radius: 0.5rem; }
  .l-radius-bl-2 {
    border-bottom-left-radius: 1rem; }
  .l-radius-bl-3 {
    border-bottom-left-radius: 1.5rem; }
  .l-radius-bl-4 {
    border-bottom-left-radius: 2rem; }
  .l-radius-bl-05 {
    border-bottom-left-radius: 0.25rem; }
  .l-radius-br-0 {
    border-bottom-right-radius: 0; }
  .l-radius-br-1 {
    border-bottom-right-radius: 0.5rem; }
  .l-radius-br-2 {
    border-bottom-right-radius: 1rem; }
  .l-radius-br-3 {
    border-bottom-right-radius: 1.5rem; }
  .l-radius-br-4 {
    border-bottom-right-radius: 2rem; }
  .l-radius-br-05 {
    border-bottom-right-radius: 0.25rem; }
  .l-radius-tl-none {
    border-top-left-radius: 0; }
  .l-radius-tr-none {
    border-top-right-radius: 0; }
  .l-radius-bl-none {
    border-bottom-left-radius: 0; }
  .l-radius-br-none {
    border-bottom-right-radius: 0; }
  .l-radius-none {
    border-radius: none; }
  .l-bg-blue {
    background-color: var(--color); }
  .l-bg-white {
    background-color: #FFF; }
  .l-bg-grey {
    background-color: var(--light-bg); }
  .l-bg-none {
    background-color: transparent; }
  .l-ratio-1-1 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative; }
  .l-ratio-1-2 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 200%;
    position: relative; }
  .l-ratio-1-3 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 300%;
    position: relative; }
  .l-ratio-1-4 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 400%;
    position: relative; }
  .l-ratio-2-1 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 50%;
    position: relative; }
  .l-ratio-2-2 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative; }
  .l-ratio-2-3 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 150%;
    position: relative; }
  .l-ratio-2-4 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 200%;
    position: relative; }
  .l-ratio-3-1 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 33.33333%;
    position: relative; }
  .l-ratio-3-2 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 66.66667%;
    position: relative; }
  .l-ratio-3-3 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative; }
  .l-ratio-3-4 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 133.33333%;
    position: relative; }
  .l-ratio-4-1 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 25%;
    position: relative; }
  .l-ratio-4-2 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 50%;
    position: relative; }
  .l-ratio-4-3 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 75%;
    position: relative; }
  .l-ratio-4-4 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative; }
  .l-ratio-16-9 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative; }
  .l-ratio-9-16 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 177.77778%;
    position: relative; }
  .l-ratio-21-9 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 42.85714%;
    position: relative; }
  .l-shadow {
    box-shadow: 0 0 1rem #CCC; }
  .l-shadow-bottom {
    box-shadow: 0 0.5rem 1rem -0.5rem #CCC; }
  .l-shadow-top {
    box-shadow: 0 -0.5rem 1rem -0.5rem #CCC; }
  .l-shadow-right {
    box-shadow: 0.5rem 0 1rem -0.5rem #CCC; }
  .l-shadow-left {
    box-shadow: -0.5rem 0 1rem -0.5rem #CCC; }
  .l-shadow-none {
    box-shadow: none; }
  .l-fxn {
    flex: none; }
  .l-fxw {
    flex-wrap: nowrap; }
  .l-fxg {
    flex-grow: 1; }
  .l-opacity-1 {
    opacity: 0.1; }
  .l-opacity-2 {
    opacity: 0.2; }
  .l-opacity-3 {
    opacity: 0.3; }
  .l-opacity-4 {
    opacity: 0.4; }
  .l-opacity-5 {
    opacity: 0.5; }
  .l-opacity-6 {
    opacity: 0.6; }
  .l-opacity-7 {
    opacity: 0.7; }
  .l-opacity-8 {
    opacity: 0.8; }
  .l-opacity-9 {
    opacity: 0.9; }
  .l-opacity-10 {
    opacity: 1; } }

@media screen and (min-width: 1024px) {
  .lg-border {
    border: 1px solid var(--border-color); }
  .lg-border-none {
    border: none; }
  .lg-radius {
    border-radius: var(--border-radius); }
  .lg-border-top {
    border-top: 1px solid var(--border-color); }
  .lg-border-none {
    border-top: none; }
  .lg-border-right {
    border-right: 1px solid var(--border-color); }
  .lg-border-none {
    border-right: none; }
  .lg-border-bottom {
    border-bottom: 1px solid var(--border-color); }
  .lg-border-none {
    border-bottom: none; }
  .lg-border-left {
    border-left: 1px solid var(--border-color); }
  .lg-border-none {
    border-left: none; }
  .lg-radius-tl {
    border-top-left-radius: var(--border-radius); }
  .lg-radius-tr {
    border-top-right-radius: var(--border-radius); }
  .lg-radius-bl {
    border-bottom-left-radius: var(--border-radius); }
  .lg-radius-br {
    border-bottom-right-radius: var(--border-radius); }
  .lg-radius-0 {
    border-radius: 0; }
  .lg-radius-1 {
    border-radius: 0.5rem; }
  .lg-radius-2 {
    border-radius: 1rem; }
  .lg-radius-3 {
    border-radius: 1.5rem; }
  .lg-radius-4 {
    border-radius: 2rem; }
  .lg-radius-05 {
    border-radius: 0.25rem; }
  .lg-radius-tl-0 {
    border-top-left-radius: 0; }
  .lg-radius-tl-1 {
    border-top-left-radius: 0.5rem; }
  .lg-radius-tl-2 {
    border-top-left-radius: 1rem; }
  .lg-radius-tl-3 {
    border-top-left-radius: 1.5rem; }
  .lg-radius-tl-4 {
    border-top-left-radius: 2rem; }
  .lg-radius-tl-05 {
    border-top-left-radius: 0.25rem; }
  .lg-radius-tr-0 {
    border-top-right-radius: 0; }
  .lg-radius-tr-1 {
    border-top-right-radius: 0.5rem; }
  .lg-radius-tr-2 {
    border-top-right-radius: 1rem; }
  .lg-radius-tr-3 {
    border-top-right-radius: 1.5rem; }
  .lg-radius-tr-4 {
    border-top-right-radius: 2rem; }
  .lg-radius-tr-05 {
    border-top-right-radius: 0.25rem; }
  .lg-radius-bl-0 {
    border-bottom-left-radius: 0; }
  .lg-radius-bl-1 {
    border-bottom-left-radius: 0.5rem; }
  .lg-radius-bl-2 {
    border-bottom-left-radius: 1rem; }
  .lg-radius-bl-3 {
    border-bottom-left-radius: 1.5rem; }
  .lg-radius-bl-4 {
    border-bottom-left-radius: 2rem; }
  .lg-radius-bl-05 {
    border-bottom-left-radius: 0.25rem; }
  .lg-radius-br-0 {
    border-bottom-right-radius: 0; }
  .lg-radius-br-1 {
    border-bottom-right-radius: 0.5rem; }
  .lg-radius-br-2 {
    border-bottom-right-radius: 1rem; }
  .lg-radius-br-3 {
    border-bottom-right-radius: 1.5rem; }
  .lg-radius-br-4 {
    border-bottom-right-radius: 2rem; }
  .lg-radius-br-05 {
    border-bottom-right-radius: 0.25rem; }
  .lg-radius-tl-none {
    border-top-left-radius: 0; }
  .lg-radius-tr-none {
    border-top-right-radius: 0; }
  .lg-radius-bl-none {
    border-bottom-left-radius: 0; }
  .lg-radius-br-none {
    border-bottom-right-radius: 0; }
  .lg-radius-none {
    border-radius: none; }
  .lg-bg-blue {
    background-color: var(--color); }
  .lg-bg-white {
    background-color: #FFF; }
  .lg-bg-grey {
    background-color: var(--light-bg); }
  .lg-bg-none {
    background-color: transparent; }
  .lg-ratio-1-1 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative; }
  .lg-ratio-1-2 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 200%;
    position: relative; }
  .lg-ratio-1-3 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 300%;
    position: relative; }
  .lg-ratio-1-4 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 400%;
    position: relative; }
  .lg-ratio-2-1 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 50%;
    position: relative; }
  .lg-ratio-2-2 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative; }
  .lg-ratio-2-3 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 150%;
    position: relative; }
  .lg-ratio-2-4 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 200%;
    position: relative; }
  .lg-ratio-3-1 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 33.33333%;
    position: relative; }
  .lg-ratio-3-2 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 66.66667%;
    position: relative; }
  .lg-ratio-3-3 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative; }
  .lg-ratio-3-4 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 133.33333%;
    position: relative; }
  .lg-ratio-4-1 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 25%;
    position: relative; }
  .lg-ratio-4-2 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 50%;
    position: relative; }
  .lg-ratio-4-3 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 75%;
    position: relative; }
  .lg-ratio-4-4 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative; }
  .lg-ratio-16-9 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative; }
  .lg-ratio-9-16 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 177.77778%;
    position: relative; }
  .lg-ratio-21-9 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 42.85714%;
    position: relative; }
  .lg-shadow {
    box-shadow: 0 0 1rem #CCC; }
  .lg-shadow-bottom {
    box-shadow: 0 0.5rem 1rem -0.5rem #CCC; }
  .lg-shadow-top {
    box-shadow: 0 -0.5rem 1rem -0.5rem #CCC; }
  .lg-shadow-right {
    box-shadow: 0.5rem 0 1rem -0.5rem #CCC; }
  .lg-shadow-left {
    box-shadow: -0.5rem 0 1rem -0.5rem #CCC; }
  .lg-shadow-none {
    box-shadow: none; }
  .lg-fxn {
    flex: none; }
  .lg-fxw {
    flex-wrap: nowrap; }
  .lg-fxg {
    flex-grow: 1; }
  .lg-opacity-1 {
    opacity: 0.1; }
  .lg-opacity-2 {
    opacity: 0.2; }
  .lg-opacity-3 {
    opacity: 0.3; }
  .lg-opacity-4 {
    opacity: 0.4; }
  .lg-opacity-5 {
    opacity: 0.5; }
  .lg-opacity-6 {
    opacity: 0.6; }
  .lg-opacity-7 {
    opacity: 0.7; }
  .lg-opacity-8 {
    opacity: 0.8; }
  .lg-opacity-9 {
    opacity: 0.9; }
  .lg-opacity-10 {
    opacity: 1; } }

@media screen and (min-width: 1440px) {
  .xl-border {
    border: 1px solid var(--border-color); }
  .xl-border-none {
    border: none; }
  .xl-radius {
    border-radius: var(--border-radius); }
  .xl-border-top {
    border-top: 1px solid var(--border-color); }
  .xl-border-none {
    border-top: none; }
  .xl-border-right {
    border-right: 1px solid var(--border-color); }
  .xl-border-none {
    border-right: none; }
  .xl-border-bottom {
    border-bottom: 1px solid var(--border-color); }
  .xl-border-none {
    border-bottom: none; }
  .xl-border-left {
    border-left: 1px solid var(--border-color); }
  .xl-border-none {
    border-left: none; }
  .xl-radius-tl {
    border-top-left-radius: var(--border-radius); }
  .xl-radius-tr {
    border-top-right-radius: var(--border-radius); }
  .xl-radius-bl {
    border-bottom-left-radius: var(--border-radius); }
  .xl-radius-br {
    border-bottom-right-radius: var(--border-radius); }
  .xl-radius-0 {
    border-radius: 0; }
  .xl-radius-1 {
    border-radius: 0.5rem; }
  .xl-radius-2 {
    border-radius: 1rem; }
  .xl-radius-3 {
    border-radius: 1.5rem; }
  .xl-radius-4 {
    border-radius: 2rem; }
  .xl-radius-05 {
    border-radius: 0.25rem; }
  .xl-radius-tl-0 {
    border-top-left-radius: 0; }
  .xl-radius-tl-1 {
    border-top-left-radius: 0.5rem; }
  .xl-radius-tl-2 {
    border-top-left-radius: 1rem; }
  .xl-radius-tl-3 {
    border-top-left-radius: 1.5rem; }
  .xl-radius-tl-4 {
    border-top-left-radius: 2rem; }
  .xl-radius-tl-05 {
    border-top-left-radius: 0.25rem; }
  .xl-radius-tr-0 {
    border-top-right-radius: 0; }
  .xl-radius-tr-1 {
    border-top-right-radius: 0.5rem; }
  .xl-radius-tr-2 {
    border-top-right-radius: 1rem; }
  .xl-radius-tr-3 {
    border-top-right-radius: 1.5rem; }
  .xl-radius-tr-4 {
    border-top-right-radius: 2rem; }
  .xl-radius-tr-05 {
    border-top-right-radius: 0.25rem; }
  .xl-radius-bl-0 {
    border-bottom-left-radius: 0; }
  .xl-radius-bl-1 {
    border-bottom-left-radius: 0.5rem; }
  .xl-radius-bl-2 {
    border-bottom-left-radius: 1rem; }
  .xl-radius-bl-3 {
    border-bottom-left-radius: 1.5rem; }
  .xl-radius-bl-4 {
    border-bottom-left-radius: 2rem; }
  .xl-radius-bl-05 {
    border-bottom-left-radius: 0.25rem; }
  .xl-radius-br-0 {
    border-bottom-right-radius: 0; }
  .xl-radius-br-1 {
    border-bottom-right-radius: 0.5rem; }
  .xl-radius-br-2 {
    border-bottom-right-radius: 1rem; }
  .xl-radius-br-3 {
    border-bottom-right-radius: 1.5rem; }
  .xl-radius-br-4 {
    border-bottom-right-radius: 2rem; }
  .xl-radius-br-05 {
    border-bottom-right-radius: 0.25rem; }
  .xl-radius-tl-none {
    border-top-left-radius: 0; }
  .xl-radius-tr-none {
    border-top-right-radius: 0; }
  .xl-radius-bl-none {
    border-bottom-left-radius: 0; }
  .xl-radius-br-none {
    border-bottom-right-radius: 0; }
  .xl-radius-none {
    border-radius: none; }
  .xl-bg-blue {
    background-color: var(--color); }
  .xl-bg-white {
    background-color: #FFF; }
  .xl-bg-grey {
    background-color: var(--light-bg); }
  .xl-bg-none {
    background-color: transparent; }
  .xl-ratio-1-1 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative; }
  .xl-ratio-1-2 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 200%;
    position: relative; }
  .xl-ratio-1-3 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 300%;
    position: relative; }
  .xl-ratio-1-4 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 400%;
    position: relative; }
  .xl-ratio-2-1 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 50%;
    position: relative; }
  .xl-ratio-2-2 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative; }
  .xl-ratio-2-3 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 150%;
    position: relative; }
  .xl-ratio-2-4 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 200%;
    position: relative; }
  .xl-ratio-3-1 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 33.33333%;
    position: relative; }
  .xl-ratio-3-2 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 66.66667%;
    position: relative; }
  .xl-ratio-3-3 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative; }
  .xl-ratio-3-4 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 133.33333%;
    position: relative; }
  .xl-ratio-4-1 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 25%;
    position: relative; }
  .xl-ratio-4-2 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 50%;
    position: relative; }
  .xl-ratio-4-3 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 75%;
    position: relative; }
  .xl-ratio-4-4 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative; }
  .xl-ratio-16-9 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative; }
  .xl-ratio-9-16 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 177.77778%;
    position: relative; }
  .xl-ratio-21-9 {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 42.85714%;
    position: relative; }
  .xl-shadow {
    box-shadow: 0 0 1rem #CCC; }
  .xl-shadow-bottom {
    box-shadow: 0 0.5rem 1rem -0.5rem #CCC; }
  .xl-shadow-top {
    box-shadow: 0 -0.5rem 1rem -0.5rem #CCC; }
  .xl-shadow-right {
    box-shadow: 0.5rem 0 1rem -0.5rem #CCC; }
  .xl-shadow-left {
    box-shadow: -0.5rem 0 1rem -0.5rem #CCC; }
  .xl-shadow-none {
    box-shadow: none; }
  .xl-fxn {
    flex: none; }
  .xl-fxw {
    flex-wrap: nowrap; }
  .xl-fxg {
    flex-grow: 1; }
  .xl-opacity-1 {
    opacity: 0.1; }
  .xl-opacity-2 {
    opacity: 0.2; }
  .xl-opacity-3 {
    opacity: 0.3; }
  .xl-opacity-4 {
    opacity: 0.4; }
  .xl-opacity-5 {
    opacity: 0.5; }
  .xl-opacity-6 {
    opacity: 0.6; }
  .xl-opacity-7 {
    opacity: 0.7; }
  .xl-opacity-8 {
    opacity: 0.8; }
  .xl-opacity-9 {
    opacity: 0.9; }
  .xl-opacity-10 {
    opacity: 1; } }

.circle,
.square {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative; }

.circle {
  border-radius: 50%; }

.img-container {
  position: relative; }
  .img-container img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover; }

.ed-video {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative; }
  .ed-video > iframe,
  .ed-video > video,
  .ed-video > .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.ed-menu.s-horizontal {
  width: 100%;
  display: flex;
  align-items: center; }
  .ed-menu.s-horizontal, .ed-menu.s-horizontal ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .ed-menu.s-horizontal li {
    position: relative;
    list-style: none;
    flex: auto; }
    .ed-menu.s-horizontal li.parent-submenu {
      display: flex;
      flex-wrap: wrap; }
      .ed-menu.s-horizontal li.parent-submenu a {
        flex: auto; }
  .ed-menu.s-horizontal ul {
    display: none; }
    .ed-menu.s-horizontal ul.show-submenu {
      display: block;
      width: 100%;
      order: 3;
      margin-left: 1em;
      margin-bottom: .5em; }
  .ed-menu.s-horizontal a {
    display: block;
    line-height: 3em;
    padding: 0 1em; }
    .ed-menu.s-horizontal a:hover {
      text-decoration: none; }
  .ed-menu.s-horizontal a {
    text-align: center; }
  .ed-menu.s-horizontal .expand {
    display: none; }
  .ed-menu.s-horizontal ul {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 100%;
    white-space: nowrap; }
    .ed-menu.s-horizontal ul a {
      text-align: left; }
    .ed-menu.s-horizontal ul ul {
      top: 0;
      left: 100%; }
  .ed-menu.s-horizontal li:hover > ul {
    display: block; }
  .ed-menu.s-horizontal .expand-submenu {
    display: none;
    position: relative;
    right: 0;
    width: 3em;
    height: 3em;
    cursor: pointer;
    transition: all .3s; }
    .ed-menu.s-horizontal .expand-submenu::after {
      content: "";
      position: absolute;
      width: 40%;
      height: 40%;
      top: 20%;
      left: 30%;
      border-left: 0.45em solid;
      border-bottom: 0.45em solid;
      border-radius: 0.24em;
      transform: rotate(-45deg);
      transition: all .3s; }
    .ed-menu.s-horizontal .expand-submenu.active {
      transform: rotate(180deg); }

.ed-menu.m-horizontal {
  width: 100%; }
  .ed-menu.m-horizontal, .ed-menu.m-horizontal ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .ed-menu.m-horizontal li {
    position: relative;
    list-style: none;
    flex: auto; }
    .ed-menu.m-horizontal li.parent-submenu {
      display: flex;
      flex-wrap: wrap; }
      .ed-menu.m-horizontal li.parent-submenu a {
        flex: auto; }
  .ed-menu.m-horizontal ul {
    display: none; }
    @media screen and (max-width: 639px) {
      .ed-menu.m-horizontal ul.show-submenu {
        display: block;
        width: 100%;
        order: 3;
        margin-left: 1em;
        margin-bottom: .5em; } }
  .ed-menu.m-horizontal a {
    display: block;
    line-height: 3em;
    padding: 0 1em; }
    .ed-menu.m-horizontal a:hover {
      text-decoration: none; }
  @media screen and (min-width: 640px) {
    .ed-menu.m-horizontal {
      display: flex;
      align-items: center; }
      .ed-menu.m-horizontal a {
        text-align: center; }
      .ed-menu.m-horizontal .expand {
        display: none; }
      .ed-menu.m-horizontal ul {
        position: absolute;
        left: 0;
        top: 100%;
        min-width: 100%;
        white-space: nowrap; }
        .ed-menu.m-horizontal ul a {
          text-align: left; }
        .ed-menu.m-horizontal ul ul {
          top: 0;
          left: 100%; }
      .ed-menu.m-horizontal li:hover > ul {
        display: block; } }
  .ed-menu.m-horizontal .expand-submenu {
    position: relative;
    right: 0;
    width: 3em;
    height: 3em;
    cursor: pointer;
    transition: all .3s; }
    @media screen and (min-width: 640px) {
      .ed-menu.m-horizontal .expand-submenu {
        display: none; } }
    .ed-menu.m-horizontal .expand-submenu::after {
      content: "";
      position: absolute;
      width: 40%;
      height: 40%;
      top: 20%;
      left: 30%;
      border-left: 0.45em solid;
      border-bottom: 0.45em solid;
      border-radius: 0.24em;
      transform: rotate(-45deg);
      transition: all .3s; }
    .ed-menu.m-horizontal .expand-submenu.active {
      transform: rotate(180deg); }

.ed-menu.l-horizontal {
  width: 100%; }
  .ed-menu.l-horizontal, .ed-menu.l-horizontal ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .ed-menu.l-horizontal li {
    position: relative;
    list-style: none;
    flex: auto; }
    .ed-menu.l-horizontal li.parent-submenu {
      display: flex;
      flex-wrap: wrap; }
      .ed-menu.l-horizontal li.parent-submenu a {
        flex: auto; }
  .ed-menu.l-horizontal ul {
    display: none; }
    @media screen and (max-width: 1023px) {
      .ed-menu.l-horizontal ul.show-submenu {
        display: block;
        width: 100%;
        order: 3;
        margin-left: 1em;
        margin-bottom: .5em; } }
  .ed-menu.l-horizontal a {
    display: block;
    line-height: 3em;
    padding: 0 1em; }
    .ed-menu.l-horizontal a:hover {
      text-decoration: none; }
  @media screen and (min-width: 1024px) {
    .ed-menu.l-horizontal {
      display: flex;
      align-items: center; }
      .ed-menu.l-horizontal a {
        text-align: center; }
      .ed-menu.l-horizontal .expand {
        display: none; }
      .ed-menu.l-horizontal ul {
        position: absolute;
        left: 0;
        top: 100%;
        min-width: 100%;
        white-space: nowrap; }
        .ed-menu.l-horizontal ul a {
          text-align: left; }
        .ed-menu.l-horizontal ul ul {
          top: 0;
          left: 100%; }
      .ed-menu.l-horizontal li:hover > ul {
        display: block; } }
  .ed-menu.l-horizontal .expand-submenu {
    position: relative;
    right: 0;
    width: 3em;
    height: 3em;
    cursor: pointer;
    transition: all .3s; }
    @media screen and (min-width: 1024px) {
      .ed-menu.l-horizontal .expand-submenu {
        display: none; } }
    .ed-menu.l-horizontal .expand-submenu::after {
      content: "";
      position: absolute;
      width: 40%;
      height: 40%;
      top: 20%;
      left: 30%;
      border-left: 0.45em solid;
      border-bottom: 0.45em solid;
      border-radius: 0.24em;
      transform: rotate(-45deg);
      transition: all .3s; }
    .ed-menu.l-horizontal .expand-submenu.active {
      transform: rotate(180deg); }

.ed-menu.xl-horizontal {
  width: 100%; }
  .ed-menu.xl-horizontal, .ed-menu.xl-horizontal ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .ed-menu.xl-horizontal li {
    position: relative;
    list-style: none;
    flex: auto; }
    .ed-menu.xl-horizontal li.parent-submenu {
      display: flex;
      flex-wrap: wrap; }
      .ed-menu.xl-horizontal li.parent-submenu a {
        flex: auto; }
  .ed-menu.xl-horizontal ul {
    display: none; }
    @media screen and (max-width: 1439px) {
      .ed-menu.xl-horizontal ul.show-submenu {
        display: block;
        width: 100%;
        order: 3;
        margin-left: 1em;
        margin-bottom: .5em; } }
  .ed-menu.xl-horizontal a {
    display: block;
    line-height: 3em;
    padding: 0 1em; }
    .ed-menu.xl-horizontal a:hover {
      text-decoration: none; }
  @media screen and (min-width: 1440px) {
    .ed-menu.xl-horizontal {
      display: flex;
      align-items: center; }
      .ed-menu.xl-horizontal a {
        text-align: center; }
      .ed-menu.xl-horizontal .expand {
        display: none; }
      .ed-menu.xl-horizontal ul {
        position: absolute;
        left: 0;
        top: 100%;
        min-width: 100%;
        white-space: nowrap; }
        .ed-menu.xl-horizontal ul a {
          text-align: left; }
        .ed-menu.xl-horizontal ul ul {
          top: 0;
          left: 100%; }
      .ed-menu.xl-horizontal li:hover > ul {
        display: block; } }
  .ed-menu.xl-horizontal .expand-submenu {
    position: relative;
    right: 0;
    width: 3em;
    height: 3em;
    cursor: pointer;
    transition: all .3s; }
    @media screen and (min-width: 1440px) {
      .ed-menu.xl-horizontal .expand-submenu {
        display: none; } }
    .ed-menu.xl-horizontal .expand-submenu::after {
      content: "";
      position: absolute;
      width: 40%;
      height: 40%;
      top: 20%;
      left: 30%;
      border-left: 0.45em solid;
      border-bottom: 0.45em solid;
      border-radius: 0.24em;
      transform: rotate(-45deg);
      transition: all .3s; }
    .ed-menu.xl-horizontal .expand-submenu.active {
      transform: rotate(180deg); }

@media screen and (max-width: 1023px) {
  .ed-nav.l-top {
    position: fixed;
    transition: all .3s;
    height: 100vh;
    z-index: 200;
    overflow-y: auto;
    width: 100%;
    width: 100%;
    left: 0;
    top: -100%; }
    .ed-nav.l-top.show-menu {
      top: 0; } }

@media screen and (max-width: 1023px) {
  .ed-nav.l-bottom {
    position: fixed;
    transition: all .3s;
    height: 100vh;
    z-index: 200;
    overflow-y: auto;
    width: 100%;
    width: 100%;
    left: 0;
    bottom: -100%; }
    .ed-nav.l-bottom.show-menu {
      bottom: 0; } }

@media screen and (max-width: 1023px) {
  .ed-nav.l-left {
    position: fixed;
    transition: all .3s;
    height: 100vh;
    z-index: 200;
    overflow-y: auto;
    width: 85%;
    left: -85%; }
    .ed-nav.l-left.show-menu {
      left: 0; } }

@media screen and (max-width: 1023px) {
  .ed-nav.l-right {
    position: fixed;
    transition: all .3s;
    height: 100vh;
    z-index: 200;
    overflow-y: auto;
    width: 85%;
    right: -85%; }
    .ed-nav.l-right.show-menu {
      right: 0; } }

@media screen and (max-width: 1439px) {
  .ed-nav.x-top {
    position: fixed;
    transition: all .3s;
    height: 100vh;
    z-index: 200;
    overflow-y: auto;
    width: 100%;
    width: 100%;
    left: 0;
    top: -100%; }
    .ed-nav.x-top.show-menu {
      top: 0; } }

@media screen and (max-width: 1439px) {
  .ed-nav.xl-bottom {
    position: fixed;
    transition: all .3s;
    height: 100vh;
    z-index: 200;
    overflow-y: auto;
    width: 100%;
    width: 100%;
    left: 0;
    bottom: -100%; }
    .ed-nav.xl-bottom.show-menu {
      bottom: 0; } }

@media screen and (max-width: 1439px) {
  .ed-nav.xl-left {
    position: fixed;
    transition: all .3s;
    height: 100vh;
    z-index: 200;
    overflow-y: auto;
    width: 85%;
    left: -85%; }
    .ed-nav.xl-left.show-menu {
      left: 0; } }

@media screen and (max-width: 1439px) {
  .ed-nav.xl-right {
    position: fixed;
    transition: all .3s;
    height: 100vh;
    z-index: 200;
    overflow-y: auto;
    width: 85%;
    right: -85%; }
    .ed-nav.xl-right.show-menu {
      right: 0; } }

@media screen and (max-width: 639px) {
  .ed-nav.m-top {
    position: fixed;
    transition: all .3s;
    height: 100vh;
    z-index: 200;
    overflow-y: auto;
    width: 100%;
    width: 100%;
    left: 0;
    top: -100%; }
    .ed-nav.m-top.show-menu {
      top: 0; } }

@media screen and (max-width: 639px) {
  .ed-nav.m-bottom {
    position: fixed;
    transition: all .3s;
    height: 100vh;
    z-index: 200;
    overflow-y: auto;
    width: 100%;
    width: 100%;
    left: 0;
    bottom: -100%; }
    .ed-nav.m-bottom.show-menu {
      bottom: 0; } }

@media screen and (max-width: 639px) {
  .ed-nav.m-left {
    position: fixed;
    transition: all .3s;
    height: 100vh;
    z-index: 200;
    overflow-y: auto;
    width: 85%;
    left: -85%; }
    .ed-nav.m-left.show-menu {
      left: 0; } }

@media screen and (max-width: 639px) {
  .ed-nav.m-right {
    position: fixed;
    transition: all .3s;
    height: 100vh;
    z-index: 200;
    overflow-y: auto;
    width: 85%;
    right: -85%; }
    .ed-nav.m-right.show-menu {
      right: 0; } }

.nav-toggle {
  position: relative;
  z-index: 300;
  width: 30px;
  height: 20px;
  box-shadow: 0 4px #333 inset;
  cursor: pointer; }
  .nav-toggle::after, .nav-toggle::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #333;
    bottom: 0; }
  .nav-toggle::after {
    bottom: 8px; }

/*
| Mixin para crear cuadriculas
|
| $gridItemSelector: nombre del selector CSS de cada item de la cuadricula
| $listColumns:
|              * lista de numeros de columnas en cada breakpoint (separados por espacios). Ej: 1 2 3 4
|              * el numero de columnas del ultimo breakpoint se hereda a breakpoints superiores
| $gutter: separación entre cada item de la cuadricula (opcional)
|
*/
/* Mixins de alineacion con compatibilidad hacia atras*/
:root {
  --color: #007BDF;
  --color-alt: #006DC6;
  --border-color: #DFE0E0;
  --light-bg: #F0F0F0;
  --border-radius: 0.25rem;
  --vertical-block-space: 1rem;
  --vertical-content-space: 1rem;
  --gap: 1rem;
  --max-width: 1200px; }
  @media screen and (min-width: 1024px) {
    :root {
      --vertical-block-space: 2rem;
      --gap: 2rem; } }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

html, body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  background-color: #f7f7f7; }

figure {
  margin: 0;
  padding: 0; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    margin: 0;
    padding: 0; }

.header {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;

  @media screen and (max-width: 639px) {
    min-height: 70vh;
  }
}
  
  
  .header.interno {
    min-height: 90px; }
  .header .navbar {
    background-color: #000;
    color: #fff;
    flex: 0 0 auto;
    padding: 0.25em 0; }
    .header .navbar .logo {
      align-items: center;
      display: flex; }
      .header .navbar .logo img {
        display: block;
        height: 70px;
        object-fit: contain;
        object-position: left center;
        width: 100%; }
    .header .navbar .nav .ubermenu-responsive-toggle.ubermenu-responsive-toggle-main {
      align-items: center;
      height: 100%;
      justify-content: center; }
      @media screen and (max-width: 639px) {
        .header .navbar .nav .ubermenu-responsive-toggle.ubermenu-responsive-toggle-main {
          display: flex; } }
    .header .navbar .nav .ubermenu {
      transform: translateY(25%); }
      @media screen and (max-width: 639px) {
        .header .navbar .nav .ubermenu {
          background-color: rgba(0, 0, 0, 0.4);
          display: flex;
          min-height: 100vh;
          left: 0;
          justify-content: flex-end;
          position: absolute;
          top: 0;
          transform: translateY(0);
          width: 100vw; }
          .header .navbar .nav .ubermenu ul.ubermenu-nav {
            background-color: #000;
            width: 80%; }
            .header .navbar .nav .ubermenu ul.ubermenu-nav:before {
              align-items: center;
              background-color: #383838;
              color: #fff;
              font-family: "Font Awesome 5 Free";
              font-size: 2em;
              font-weight: 900;
              content: attr(data-menubutton) "";
              display: flex;
              height: 60px;
              left: 20px;
              justify-content: center;
              position: absolute;
              top: 0;
              width: 60px; } }
    .header .navbar .contacto {
      align-items: center;
      display: flex; }
      @media screen and (max-width: 639px) {
        .header .navbar .contacto {
          display: none; } }
      .header .navbar .contacto a {
        background-color: #daa400;
        color: #fff;
        outline: none;
        padding: 0.75em 1em;
        text-decoration: none;
        transition: all 0.3s ease; }
        .header .navbar .contacto a i {
          padding-right: 0.5em; }
        .header .navbar .contacto a:hover {
          background-color: #fff;
          color: #000; }
  .header .background {
    flex: 1 1 auto;
    position: relative; }
    .header .background #filter {
      align-items: center;
      display: flex;
      height: 100%;
      left: 0;
      justify-content: center;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 2; }
      .header .background #filter .buscador-content {
        display: grid;
        grid-template-areas: "x x x x x x x"
 "a b b b c d e";
        grid-template-rows: 3em 3em;
        grid-gap: 0; }
        @media screen and (max-width: 639px) {
          .header .background #filter .buscador-content {
            grid-template-areas: "x"
 "a"
 "b"
 "c"
 "d"
 "e";
            grid-template-rows: 3em 3em 3em 3em 3em; } }
        .header .background #filter .buscador-content .venta {
          grid-area: x;
          display: flex; }
          .header .background #filter .buscador-content .venta label input[type="radio"] {
            display: none; }
            .header .background #filter .buscador-content .venta label input[type="radio"]:checked + .box {
              background-color: #282938; }
              .header .background #filter .buscador-content .venta label input[type="radio"]:checked + .box span {
                color: white; }
                .header .background #filter .buscador-content .venta label input[type="radio"]:checked + .box span:before {
                  opacity: 1; }
          .header .background #filter .buscador-content .venta label {
            display: block;
            min-width: 220px;
            width: 20%; }
            @media screen and (max-width: 639px) {
              .header .background #filter {
                align-items: flex-start;
                top: 6rem;                  
              }
              
              .header .background #filter .buscador-content .venta label {
                min-width: auto;
                width: 50%; } }
          .header .background #filter .buscador-content .venta label .box {
            width: 100%;
            height: 100%;
            background-color: #f2f2f2;
            transition: all 250ms ease;
            will-change: transition;
            display: inline-block;
            text-align: center;
            cursor: pointer;
            font-weight: 200; }
            .header .background #filter .buscador-content .venta label .box:active {
              transform: translateY(10px); }
            .header .background #filter .buscador-content .venta label .box span {
              align-items: center;
              color: #282938;
              display: flex;
              font-size: 1.3em;
              height: 100%;
              padding: 0 0.5em;
              transition: all 300ms ease;
              user-select: none; }
              .header .background #filter .buscador-content .venta label .box span:before {
                font-size: 1.2em;
                font-family: FontAwesome;
                display: block;
                transform: translateY(-80px);
                opacity: 0;
                transition: all 300ms ease-in-out;
                font-weight: normal;
                color: white; }
        .header .background #filter .buscador-content #busqueda-tipo {
          border: none;
          border-right: 1px solid #ccc;
          font-size: 1.02em;
          font-weight: 100;
          grid-area: a;
          outline: none;
          padding: 0.25em 0.5em; }
          @media screen and (max-width: 639px) {
            .header .background #filter .buscador-content #busqueda-tipo {
              border-bottom: 1px solid #ccc;
              border-right: none; } }
        .header .background #filter .buscador-content #buscador {
          border: none;
          border-right: 1px solid #ccc;
          font-size: 1.02em;
          font-weight: 100;
          grid-area: b;
          outline: none;
          padding: 0.25em 0.5em; }
        .header .background #filter .buscador-content #desde {
          border: none;
          border-right: 1px solid #ccc;
          font-size: 1.02em;
          font-weight: 100;
          grid-area: c;
          outline: none;
          padding: 0.25em 0.5em; }
        .header .background #filter .buscador-content #hasta {
          border: none;
          font-size: 1.02em;
          font-weight: 100;
          grid-area: d;
          outline: none;
          padding: 0.25em 0.5em; }
        .header .background #filter .buscador-content #buscar-action {
          background-color: #daa400;
          border: none;
          cursor: pointer;
          grid-area: e;
          font-size: 1.2em;
          font-weight: 100;
          outline: none;
          padding: 0.25em 0.5em;
          transition: all 0.3s ease; }
          .header .background #filter .buscador-content #buscar-action:hover {
            background-color: #000;
            color: #fff; }
    .header .background figure {
      animation: imageAnimation 30s linear infinite 0s;
      backface-visibility: hidden;
      background-size: cover;
      background-position: center center;
      color: transparent;
      height: 100%;
      left: 0px;
      opacity: 0;
      position: absolute;
      top: 0px;
      width: 100%;
      z-index: 0; }
      .header .background figure:nth-child(1) {
        background-image: url("../img/departamentos-casas-oficina-venta-alquiler-cocina-castro-y-sanchez.jpg"); }
      .header .background figure:nth-child(2) {
        animation-delay: 6s;
        background-image: url("../img/departamentos-casas-oficina-venta-alquiler-cocina-moderna-castro-y-sanchez.jpg"); }
      .header .background figure:nth-child(3) {
        animation-delay: 12s;
        background-image: url("../img/departamentos-casas-oficina-venta-alquiler-comedor-castro-y-sanchez.jpg"); }
      .header .background figure:nth-child(4) {
        animation-delay: 18s;
        background-image: url("../img/departamentos-casas-oficina-venta-alquiler-entrada-castro-y-sanchez.jpg"); }
      .header .background figure:nth-child(5) {
        animation-delay: 24s;
        background-image: url("../img/departamentos-casas-oficina-venta-alquiler-sala-castro-y-sanchez.jpg"); }

@keyframes imageAnimation {
  0% {
    animation-timing-function: ease-in;
    opacity: 0; }
  8% {
    animation-timing-function: ease-out;
    opacity: 1; }
  17% {
    opacity: 1; }
  25% {
    opacity: 0; }
  100% {
    opacity: 0; } }

.agentesint {
  color: #727272;
  font-weight: 300;
  align-items: center;
  padding: 20px 0; }
  .agentesint__rol {
    text-transform: uppercase; }
  .agentesint__nombre {
    color: #000;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 20px 0;
    text-transform: uppercase; }
  .agentesint__boton {
    padding: 20px 0; }
    .agentesint__boton a {
      background: #1a3d98;
      padding: 15px 30px;
      color: #fff;
      font-size: 0.9rem;
      text-transform: uppercase;
      transition: all 0.3s linear; }
      .agentesint__boton a:hover {
        text-decoration: none;
        background: #daa400; }

.planes {
  background: #fff; }
  .planes__item {
    align-items: center; }
    .planes__item__titulo {
      font-size: 1.9rem; }
    .planes__item__descripcion {
      color: #727272;
      font-weight: 300; }
    .planes__item__boton {
      padding: 30px 0; }
      .planes__item__boton a {
        background: #1a3d98;
        padding: 15px 30px;
        color: #fff;
        font-size: 0.9rem;
        text-transform: uppercase;
        transition: all 0.3s linear; }
        .planes__item__boton a:hover {
          text-decoration: none;
          background: #daa400; }

.agentes {
  background-image: url(../img/banner-agente.png);
  background: #daa400;
  color: #fff; }
  .agentes__cajas {
    align-items: center; }
  .agentes__titulo {
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    margin: 0;
    padding: 30px 10px 5px 10px;
    text-transform: uppercase; }
  .agentes__descripcion {
    font-size: 0.9rem;
    font-weight: 600;
    text-align: center;
    padding: 5px 0 30px 0;
    text-transform: uppercase; }
  .agentes__boton {
    padding: 40px 0; }
    .agentes__boton a {
      background: #1a3d98;
      padding: 15px 20px;
      color: #fff;
      font-size: 0.9rem;
      text-transform: uppercase;
      transition: all 0.3s linear; }
      .agentes__boton a:hover {
        text-decoration: none;
        background: #daa400; }
  .agentes__img {
    display: block;
    height: 250px; }
  .agentes__carrusel {
    padding: 40px 0; }

.news {
  border-top: 1px solid #b6b6b6;
  padding: 50px 0; }
  .news__descripcion {
    font-size: 1.3rem;
    font-weight: 500;
    text-transform: uppercase; }
  .news__boton a {
    background: #1a3d98;
    padding: 15px 30px;
    color: #fff;
    font-size: 0.9rem;
    text-transform: uppercase;
    transition: all 0.3s linear; }
    .news__boton a:hover {
      text-decoration: none;
      background: #daa400; }

.index__principal {
  text-align: center;
  font-size: 1.9rem;
  text-transform: uppercase;
  font-weight: 300;
  padding: 40px 0 0 0;
  margin: 0; }

.index__sec {
  text-align: center;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 600;
  color: #daa400;
  padding: 5px 0 20px 0;
  margin: 0;
  position: relative; }
  .index__sec:before {
    content: ' ';
    position: absolute;
    top: 0;
    width: 95px;
    height: 2px;
    background: #727272;
    align-items: center;
    justify-content: center; }

.banner__content {
  display: block;
  position: relative; }

.banner__img {
  display: block; }

.banner__information {
  bottom: 20px;
  position: absolute;
  right: 20px; }
  .banner__information__content {
    display: flex; }
    .banner__information__content:hover {
      text-decoration: none; }
    .banner__information__content__white {
      min-height: 240px;
      padding: 30px;
      background: #ffffffa6;
      width: 315px;
      padding-bottom: 20px;
      border-radius: 2px; }
      .banner__information__content__white__item {
        font-size: 0.9rem;
        text-transform: uppercase;
        font-weight: 300;
        color: #313131; }
      .banner__information__content__white h3 {
        font-size: 1.1rem;
        font-weight: 400;
        color: #000;
        text-transform: uppercase;
        line-height: 30px;
        margin-bottom: 15px; }
      .banner__information__content__white .bar {
        width: 100px;
        height: 2px;
        display: block;
        background: #ffc107;
        margin-bottom: 20px; }
      .banner__information__content__white .price {
        font-size: 30px;
        font-weight: 600;
        color: #f5a500;
        text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff; }
    .banner__information__content__red {
      width: 230px;
      min-height: 240px;
      padding: 40px;
      color: #fff;
      float: left;
      border-radius: 2px;
      margin-left: -2px;
      background: #f4a600c7; }
      .banner__information__content__red__item {
        display: flex;
        align-items: center;
        padding: 10px 0; }
        .banner__information__content__red__item__img {
          margin-right: 5px; }
          .banner__information__content__red__item__img img {
            width: 12px !important;
            height: 12px !important; }
        .banner__information__content__red__item__descripcion {
          text-transform: uppercase;
          font-size: 0.9rem;
          color: #000; }

.beneficios figure.figure-container {
  width: 100%;
  text-align: center;
  padding: 20px 0; }
  @media screen and (min-width: 640px) {
    .beneficios figure.figure-container {
      width: 33.33333%; } }

section .title-content {
  background-color: #000;
  color: #fff;
  padding: 1.5em 0; }
  section .title-content h1 {
    color: #fff;
    font-size: 1.6em;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase; }
  section .title-content h2 {
    color: #fff;
    font-size: 1em;
    font-weight: 300;
    text-align: center; }

.carousel {
  background: #EEE; }

.carousel-cell {
  height: 280px;
  position: relative;
  width: 26%; }
  @media screen and (max-width: 639px) {
    .carousel-cell {
      width: 90%; } }
  .carousel-cell .imagen {
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%; }
    .carousel-cell .imagen img {
      display: block;
      height: 100%;
      object-fit: cover;
      width: 100%; }
  .carousel-cell .contenido {
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    display: flex;
    flex-direction: column-reverse;
    left: 0;
    height: 100%;
    padding: 0.5em;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-out;
    width: 100%;
    z-index: 1; }
    .carousel-cell .contenido:hover {
      background-color: rgba(0, 0, 0, 0.1); }

.agentes-cell {
  height: 310px;
  margin-right: 10px;
  position: relative;
  width: 20%; }
  @media screen and (max-width: 639px) {
    .agentes-cell {
      width: 90%; } }
  .agentes-cell img {
    height: 100%;
    object-fit: contain;
    width: 100%; }

article.home-banners .card {
  background-color: pink;
  position: relative;
  display: flex;
  align-items: center;
  transition: all 0.3s linear; }
  article.home-banners .card:hover .card h3 {
    background: #daa400;
    color: #000; }
  article.home-banners .card img {
    position: relative; }
  article.home-banners .card h3 {
    position: absolute;
    top: 5em;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px;
    color: #fff;
    font-weight: 400; }

#carousel-90 .rpc-post-category {
  display: none; }

#carousel-90 .rpc-title {
  font-family: Roboto;
  font-size: 1em;
  font-weight: 100;
  padding: 0.5em 0.1em; }
  #carousel-90 .rpc-title a.mas {
    background-color: #daa400;
    color: #fff; }

#carousel-90 .rpc-content {
  font-family: Roboto;
  font-size: 0.8em;
  font-weight: 100; }
  #carousel-90 .rpc-content a.mas {
    background-color: #daa400;
    color: #fff;
    padding: 0.30em 0.5em;
    transition: all 0.3s linear; }
    #carousel-90 .rpc-content a.mas:hover {
      background-color: #000; }

.interno__contenido {
  color: #727272;
  line-height: 1.5;
  font-weight: 300;
  align-items: center; }

.interno__h2 {
  font-weight: 400;
  color: #daa400; }

.interno__fondo {
  background: #fff;
  border-radius: 3px; }

.interno__valor {
  border: 2px dotted #daa400;
  padding: 10px 0;
  min-height: 180px; }
  .interno__valor p {
    text-align: center; }

.interno__caja {
  margin: 10px 0; }

.interno__direccion {
  display: flex;
  align-items: center; }
  .interno__direccion__icon i {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1a3d98;
    margin-right: 10px;
    border-radius: 50%;
    border: 3px solid #fff;
    color: #daa400;
    font-size: 1.2rem; }

.departamentolist {
  background: #fff;
  border-radius: 0.5em;
  margin: 15px 0;
  color: #727272;
  font-weight: 300;
  display: block; }
  .departamentolist__ubicacion {
    padding: 15px 0; }
    .departamentolist__ubicacion__ciudad {
      width: 70%;
      font-weight: 500;
      color: #000; }
    .departamentolist__ubicacion__favorito {
      width: 30%;
      text-align: right; }
  .departamentolist__imagen img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: top; }
  .departamentolist__tipo {
    padding-top: 1em;
    width: 100%; }
    .departamentolist__tipo p {
      margin: 0;
      padding: 0; }
  .departamentolist__informacion {
    padding-top: 20px; }
    .departamentolist__informacion__lugar__ubicacion {
      width: 50%;
      display: flex; }
      .departamentolist__informacion__lugar__ubicacion__img {
        margin-right: 5px; }
    .departamentolist__informacion__lugar__tamano {
      width: 50%;
      display: flex;
      justify-content: flex-end;
      align-items: flex-end; }
      .departamentolist__informacion__lugar__tamano__img {
        margin-right: 5px; }
    .departamentolist__informacion__detalle {
      padding: 20px 0; }
      .departamentolist__informacion__detalle__depar {
        width: 50%;
        display: flex;
        flex-wrap: wrap; }
        .departamentolist__informacion__detalle__depar__item {
          display: flex; }
          .departamentolist__informacion__detalle__depar__item__img {
            margin-right: 5px; }
          .departamentolist__informacion__detalle__depar__item__descripcion {
            margin-right: 15px; }
      .departamentolist__informacion__detalle__precio {
        width: 50%;
        text-align: right;
        font-weight: 600;
        color: #000;
        font-size: 1.2rem; }

.propiedades-content .navigation {
  display: flex;
  justify-content: center;
  padding: 1em 0;
  width: 100%; }
  .propiedades-content .navigation .screen-reader-text {
    display: none; }
  .propiedades-content .navigation .nav-links {
    display: flex;
    align-items: center; }
    .propiedades-content .navigation .nav-links .page-numbers {
      --size: 32px;
      --margin: 6px;
      margin: 0 var(--margin);
      border-radius: 6px;
      background-color: #f1f1f1;
      color: #000;
      max-width: auto;
      min-width: var(--size);
      height: var(--size);
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      padding: 0 6px; }
      @media (hover: hover) {
        .propiedades-content .navigation .nav-links .page-numbers:hover {
          background: #282828;
          color: #fff; } }
      .propiedades-content .navigation .nav-links .page-numbers.current {
        background: #282828;
        color: #fff; }
  .propiedades-content .navigation .arrow\:text {
    display: block;
    vertical-align: middle;
    font-size: 13px;
    vertical-align: middle; }
  .propiedades-content .navigation .pagination\:active {
    background: #282828;
    position: relative; }

.propiedades .aside {
  background-color: #2d2d2d;
  border-radius: 0.5em;
  margin-top: 0.5em;
  padding: 0.5em; }
  .propiedades .aside label {
    color: white;
    display: block;
    font-weight: 400;
    font-size: 0.75em;
    padding: 1em 0 0.25em 0;
    width: 100%; }
  .propiedades .aside select, .propiedades .aside input {
    border: 1px solid #7c98a7;
    border-radius: 8px;
    height: 3em;
    outline: none;
    padding: 0 0.5em;
    transition: all 0.3s ease;
    width: 100%; }
    .propiedades .aside select:hover, .propiedades .aside input:hover {
      border-color: #ff5500; }
  .propiedades .aside .precio {
    display: flex;
    width: 100%; }
    .propiedades .aside .precio select {
      border-radius: 8px 0 0 8px;
      border-right: none; }
      .propiedades .aside .precio select:last-child {
        border-radius: 0 8px 8px 0;
        border-left: none; }
  .propiedades .aside #buscar-action {
    background-color: #daa400;
    border: 1px solid #7c98a7;
    border-radius: 8px;
    height: 3em;
    margin-top: 2em;
    outline: none;
    transition: all 0.3s ease;
    width: 100%; }
    .propiedades .aside #buscar-action:hover {
      background-color: #ff5500; }

.footer {
  background: #212121;
  color: #727272;
  padding: 3em 0 1em 0; }
  .footer__copy {
    font-size: 0.8rem;
    font-weight: 400;
    margin: 2em 0 1em 0;
    text-transform: uppercase; }
  .footer__menu {
    align-items: center; }

.vender-item {
  height: 100%; }

@media screen and (max-width: 639px) {
  .vender {
    display: flex;
    height: 90px;
    justify-content: center; } }

.filtro {
  background: #e2e2e2;
  padding: 10px;
  display: none; }
  .filtro__select {
    background: #ececec;
    width: 20% !important;
    height: 40px;
    text-align: center;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    padding: 5px; }

.form-agente label span input {
  width: 100%;
  height: 30px;
  margin-top: 5px;
  margin-bottom: 5px; }

.form-agente__tag {
  text-transform: uppercase;
  margin: 0 !important;
  padding: 0;
  font-size: 0.85rem;
  color: #605f62; }

.form-agente__boton input {
  padding: 10px 20px;
  background: #daa400;
  font-size: 0.8rem;
  text-transform: uppercase;
  border: none;
  color: #fff;
  font-weight: 700;
  transition: all 0.3s linear; }
  .form-agente__boton input:hover {
    background: #212121; }

.deparint .titulo {
  align-items: center;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 639px) {
    .deparint .titulo {
      flex-wrap: wrap; } }
  .deparint .titulo button {
    flex: 0 0 auto; }
    @media screen and (max-width: 639px) {
      .deparint .titulo button {
        flex: 0 0 100%; } }

.deparint__titulo {
  font-size: 1.8rem;
  font-weight: 400;
  flex: 1 1 auto;
  color: #505050;
  margin: 0;
  padding: 20px 0;
  text-transform: uppercase; }

.deparint__img {
  display: flex; }
  @media screen and (max-width: 639px) {
    .deparint__img {
      flex-wrap: wrap; } }
  .deparint__img__content {
    height: 460px;
    flex: 1 1 60%;
    padding-right: 0.25em; }
    @media screen and (max-width: 639px) {
      .deparint__img__content {
        flex: 1 1 100%; } }
    .deparint__img__content img {
      display: block;
      height: 100%;
      object-fit: cover;
      width: 100%; }
  .deparint__img .image-container {
    flex: 1 1 40%;
    height: 460px;
    overflow-y: hidden;
    width: 100%; }
    @media screen and (max-width: 639px) {
      .deparint__img .image-container {
        flex: 1 1 100%; } }
  .deparint__img__gallery {
    margin: 0;
    list-style: none;
    padding: 0; }

.deparint__content {
  color: #727272;
  font-weight: 300; }
  @media screen and (max-width: 639px) {
    .deparint__content {
      padding: 0 20px; } }
  .deparint__content__item {
    display: flex;
    padding: 5px 0; }
    .deparint__content__item__img {
      padding-right: 10px; }
  .deparint__content__descripcion__item {
    width: 50%;
    display: flex;
    padding: 5px 0; }
    .deparint__content__descripcion__item__img {
      padding-right: 10px; }
  .deparint__content__beneficios {
    padding: 20px 0; }
    .deparint__content__beneficios__item {
      width: 50%;
      display: flex;
      padding: 5px 0;
      font-size: 0.9rem; }
      @media screen and (min-width: 640px) {
        .deparint__content__beneficios__item {
          width: 20%; } }
      .deparint__content__beneficios__item__img {
        padding-right: 5px; }
  .deparint__content__text {
    line-height: 1.4;
    font-weight: 300; }

.deparint__preage {
  align-items: center; }
  .deparint__preage__precio {
    width: 50%;
    font-size: 1.6rem;
    font-weight: 600;
    color: #000;
    padding: 20px 0; }
  .deparint__preage__agente {
    width: 50%; }
    .deparint__preage__agente a {
      background: red;
      padding: 10px 20px;
      border-radius: 3px;
      color: #fff;
      font-size: 0.8rem;
      text-transform: uppercase;
      font-weight: 400;
      transition: all 0.3s linear; }
      .deparint__preage__agente a:hover {
        background: #daa400;
        text-decoration: none;
        color: #000; }

.deparint__columuno {
  color: #727272;
  font-weight: 300; }
  .deparint__columuno__titulo {
    color: #000;
    font-weight: 400;
    text-transform: uppercase; }
  .deparint__columuno__item {
    padding: 10px 0; }
    .deparint__columuno__item__linea {
      width: 100%;
      height: 5px;
      background: #daa400;
      border-radius: 5px; }
  .deparint__columuno__contacto {
    display: flex;
    padding: 10px 0; }
    .deparint__columuno__contacto__icon {
      width: 25px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 10px;
      font-size: 1.2rem; }
    .deparint__columuno__contacto__texto {
      font-weight: 400; }

.deparint__favoritos {
  margin: 0;
  padding: 0; }
  .deparint__favoritos li p a {
    font-weight: 500;
    color: #000;
    font-size: 1.2rem; }

.deparint .agente {
  background-color: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1em;
  padding: 1em; }
  .deparint .agente h3 {
    padding: 0 0 1em 0;
    font-size: 1.3em;
    text-transform: uppercase;
    text-align: center;
    width: 100%; }
  .deparint .agente h4 {
    padding: 0 0 1em 0;
    font-size: 1.2em;
    text-transform: capitalize;
    text-align: center;
    width: 100%; }

.deparint .contenido {
  background-color: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  margin-top: 1em;
  padding: 1em; }

.simplefavorites-clear {
  background: #daa400;
  padding: 10px 20px;
  color: #fff;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.3s linear; }
  .simplefavorites-clear:hover {
    background: #727272; }

.image-container {
  position: relative; }

.photo-container {
  float: left;
  position: relative;
  overflow: hidden; }

.image-thumb {
  position: relative;
  background-color: #eee; }

.title-fixed {
  background-color: #000;
  color: #fff;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999; }
  .title-fixed .content {
    align-items: center;
    display: flex; }
    .title-fixed .content .title {
      flex: 1 1 auto;
      margin: 0;
      padding: 1em 0; }
    .title-fixed .content .contact {
      display: flex;
      flex: 0 0 auto; }
      @media screen and (max-width: 639px) {
        .title-fixed .content .contact {
          flex: 1 0 125px;
          flex-wrap: wrap; } }
      .title-fixed .content .contact a {
        background-color: yellow;
        min-height: 1em;
        padding: 1em 2em;
        width: auto; }
        @media screen and (max-width: 639px) {
          .title-fixed .content .contact a {
            margin-bottom: 0.15em;
            padding: 0.5em 0.25em;
            width: 100%; } }

.noticias {
  color: #727272;
  margin: 0 0 40px 0;
  display: inline-block; }
  .noticias__titulo {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.1rem;
    color: #505050; }
  .noticias__exc {
    font-weight: 300;
    line-height: 1.4;
    text-align: justify;
    font-size: 0.9rem; }
  .noticias:hover {
    text-decoration: none; }
  .noticias__linea {
    height: 1px;
    background: #daa400;
    margin: 10px 0; }
  .noticias__img img {
    height: 250px;
    width: 100%; }

.fecha {
  display: flex;
  font-weight: 300;
  font-size: 0.8rem;
  text-transform: lowercase; }
  .fecha__link {
    width: 50%;
    text-align: left;
    text-transform: uppercase;
    font-weight: 500;
    color: #505050; }
  .fecha__date {
    width: 50%;
    text-align: right; }

.noticiasmenu {
  width: 100%; }
  .noticiasmenu__titulo {
    margin: 0;
    padding: 10px 5px;
    text-transform: uppercase;
    font-size: 1.1rem;
    background: #505050;
    color: white;
    font-weight: 400;
    border-radius: 3px 3px 0 0; }
  .noticiasmenu ul {
    padding: 0;
    margin: 0; }
    .noticiasmenu ul li {
      list-style: none;
      border-bottom: 1px dashed #727272; }
      .noticiasmenu ul li a {
        color: #727272;
        transition: all 0.3s linear;
        display: block;
        text-transform: uppercase;
        font-size: 0.8rem;
        font-weight: 400;
        padding: 10px 5px; }
        .noticiasmenu ul li a:hover {
          background-color: #daa400;
          color: #fff;
          text-decoration: none; }

.top {
  padding: 15px 0; }
  .top__content {
    align-items: center; }
  .top__contacto {
    display: flex; }
    @media screen and (max-width: 639px) {
      .top__contacto {
        display: block; } }
    .top__contacto__item {
      display: flex;
      align-items: center;
      color: #727272;
      justify-content: flex-end; }
      .top__contacto__item__img {
        margin-right: 10px; }
        .top__contacto__item__img img {
          width: 15px; }
      .top__contacto__item__texto {
        font-size: 0.9rem;
        font-weight: 400;
        margin-right: 20px; }
      .top__contacto__item__boton {
        padding: 5px 10px;
        border-radius: 2px;
        background: #727272;
        color: #fff;
        transition: all 0.3s linear; }
        .top__contacto__item__boton:hover {
          text-decoration: none;
          background: #daa400; }
  .top__redes ul {
    display: flex;
    margin: 0;
    padding: 0; }
    .top__redes ul li {
      list-style: none;
      padding: 5px; }
      .top__redes ul li a {
        font-size: 1.6rem;
        color: #daa400; }

.menu__alinear {
  align-items: center; }

.menu {
  background: #fff; }
  
.nav {
  align-items: center;
  display: flex;
  justify-content: center;
}  
  
/* === Botón hamburguesa === */
.menu-toggle {
  display: none;
  font-size: 30px;
  padding: 10px 15px;
  background: black;
  color: white;
  border: none;
  cursor: pointer;
}

/* === Menú principal horizontal === */
.menu-principal {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  background: black;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 300;
}

.menu-principal > li {
  position: relative;
}

.menu-principal > li > a {
  color: white;
  text-decoration: none;
  padding: 15px 20px;
  display: block;
}

.menu-principal > li:hover > a {
  background-color: #222;
}

/* === Submenús === */
.menu-principal .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  list-style: none;
  left: 0;
  background: #111;
  min-width: 220px;
  z-index: 1000;
}

.menu-principal .sub-menu li a {
  color: white;
  padding: 12px 16px;
  display: block;
  text-decoration: none;
}

.menu-principal .sub-menu li a:hover {
  background: #333;
}

.menu-item.open > .sub-menu {
  display: block;
}

/* === Responsive: móvil === */
@media screen and (max-width: 768px) {
  body {
    overflow-x: hidden; /* evita scroll lateral */
  }

  .menu-toggle {
    display: block;
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 2000;
    font-size: 32px;
    background: none;
    color: white;
    border: none;
  }

  .menu-principal {
    flex-direction: column;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 80%;
    max-width: 300px;
    background: black;
    z-index: 1500;
    padding-top: 60px;
    box-shadow: -2px 0 10px rgba(0,0,0,0.8);
  }

  .menu-principal.show {
    display: flex;
  }

  .menu-principal > li {
    border-bottom: 1px solid #222;
  }

  .menu-principal a {
    color: white;
    padding: 15px 20px;
    display: block;
    text-decoration: none;
  }

  .menu-principal .sub-menu {
    display: none;
    position: static;
    background: #111;
  }

  .menu-item.open > .sub-menu {
    display: block;
  }

  .menu-item-has-children > a::after {
    content: " ▼";
    float: right;
  }
}

  
/* Mostrar submenú en escritorio (hover) */
@media screen and (min-width: 769px) {
  .menu-item-has-children:hover > .sub-menu {
    display: block;
  }
}  


/* Estilos para el menú */
.menu-acerca-de-container {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}

.menu-footer {
  display: flex;
  list-style: none;
  gap: 40px; /* espaciado como el de la imagen */
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.menu-footer li a {
  color: #fff; /* color celeste claro como en la imagen */
  font-size: 14px; /* tamaño de fuente similar */
  font-family: sans-serif; /* puedes cambiar por la fuente usada en el resto del sitio */
  text-decoration: none;
  transition: color 0.3s ease;
}

.menu-footer li a:hover {
  color: #daa400; /* en hover blanco */
}

/* Vista móvil */
@media (max-width: 768px) {
  .menu-footer {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
}


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

.lista {
    display: flex;
    margin-left: 3rem;
    flex-direction: column;
}
