<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --seguros-c3: #595a5c;
  --seguros-c1: #e31837;
  --seguros-c2: #808083;
  --white: white;
  --royal-blue: #0066af;
  --black: black;
  --c4-black: #333;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: Avenirltstd, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Avenirltstd, sans-serif;
  font-size: 65px;
  font-style: italic;
  font-weight: 500;
  line-height: 75px;
}

h2 {
  margin-top: 8px;
  margin-bottom: 10px;
  font-size: 50px;
  font-style: italic;
  font-weight: 900;
  line-height: 60px;
}

h3 {
  color: var(--seguros-c3);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-style: italic;
  font-weight: 800;
  line-height: 24px;
}

h5 {
  letter-spacing: .6px;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

p {
  color: var(--seguros-c3);
  text-align: justify;
  letter-spacing: .5px;
  max-width: none;
  margin-bottom: 10px;
  padding-top: 10px;
  font-size: 16px;
  line-height: 20px;
}

a {
  color: #e11936;
  text-decoration: none;
}

li {
  text-align: justify;
}

.style-block {
  padding: 40px 80px;
  font-family: Avenirltstd, sans-serif;
}

.style-block.invertido {
  background-color: #0a0514;
}

.label-guide {
  color: #adadad;
  text-align: left;
  border-top: 1px #696969;
  border-bottom: 1px solid #dadada;
  width: 75%;
  margin: 32px 0 20px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-family: Montserrat, sans-serif;
}

.paragraph-hero {
  max-width: 90%;
  margin-top: 15px;
  padding-top: 0;
  font-family: Avenirltstd, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

.paragraph-center {
  text-align: center;
  max-width: 600px;
  font-size: 16px;
  line-height: 22px;
}

.btn {
  text-transform: uppercase;
  background-color: #e11936;
  border-radius: 10px;
  margin-left: 0;
  margin-right: 16px;
  padding: 10px 30px;
  font-family: Avenirltstd, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.btn.btn-principal {
  color: #fff;
  text-align: center;
  max-width: 270px;
  height: 50px;
  margin-top: 0;
  margin-right: 0;
  padding: 15px 10%;
  font-size: 20px;
  text-decoration: none;
  transform: none;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, .2);
}

.btn.btn-principal:hover {
  box-shadow: none;
  transform: none;
}

.btn.btn-segundario {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  width: auto;
  max-width: 270px;
  height: 50px;
  margin-top: 12px;
  margin-left: 0;
  margin-right: auto;
  padding: 15px 6%;
  font-size: 20px;
  text-decoration: none;
  display: block;
  transform: skew(-20deg);
}

.btn.btn-principal {
  color: #fff;
  text-align: center;
  width: auto;
  max-width: 270px;
  height: 50px;
  margin-top: 12px;
  margin-left: 0;
  margin-right: auto;
  padding: 15px 6%;
  font-size: 20px;
  text-decoration: none;
  display: block;
  transform: skew(-20deg);
}

.txt-link {
  color: #77787a;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

.txt-link.link-politicas {
  color: var(--seguros-c3);
  position: absolute;
  top: 21%;
  bottom: 0%;
  left: 15%;
  right: auto;
}

.link-block {
  padding: 10px;
  text-decoration: none;
}

.etiqueta-seccion {
  color: #757575;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 16px;
}

.grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.color-1 {
  background-color: var(--seguros-c1);
}

.color-2 {
  background-color: var(--seguros-c2);
}

.simple-line {
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 4px;
}

.color-3 {
  background-color: var(--seguros-c3);
}

.top-padding-1 {
  padding-top: 10px;
}

.top-padding-2 {
  padding-top: 25px;
}

.h1-invertido {
  color: #fff;
}

.h2-invertido {
  color: #fff;
  font-weight: 900;
}

.h3-invertido, .h4-invertido, .h5-invertido {
  color: #fff;
}

.paragraph {
  color: var(--seguros-c3);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.heading-4 {
  font-style: italic;
  font-weight: 500;
}

.parrafo-tarjeta {
  color: var(--seguros-c2);
  font-size: 14px;
}

.grid-inicio {
  grid-template-rows: 121px minmax(auto, .5fr) minmax(auto, .25fr) auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 4fr;
  min-width: 850px;
  max-width: 1600px;
  position: relative;
}

.seccion-que-es {
  max-width: 2000px;
  height: auto;
  padding: 27px 0% 61px;
  display: block;
  position: relative;
}

.link-logo-hero {
  margin-top: 0;
  padding-top: 0;
}

.list-flex {
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  display: flex;
}

.icn-list {
  object-fit: contain;
  width: 30px;
  height: 40px;
  margin-left: 4px;
  margin-right: 16px;
}

.list-line {
  color: var(--seguros-c2);
  padding-top: 0;
  padding-bottom: 4px;
  font-size: 18px;
}

.h-1 {
  min-width: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.h3-bold {
  color: var(--seguros-c3);
  font-size: 22px;
  font-style: italic;
  font-weight: 900;
}

.btn-txt {
  transform: none;
}

.seccion-gastosm {
  display: none;
}

.seccion-gastosm.v2 {
  padding-top: 60px;
  padding-left: 0%;
  padding-right: 0%;
  display: block;
}

.grid-2 {
  grid-template-rows: minmax(auto, .25fr) auto auto;
  grid-template-columns: .75fr 1fr .25fr;
}

.footer {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  padding: 102px 0% 0;
  position: relative;
  overflow: hidden;
  transform: perspective(1000px);
}

.slider-gastos {
  background-color: rgba(221, 221, 221, 0);
  height: auto;
  padding: 18px 0;
  display: none;
  overflow: hidden;
}

.sld-1-gasto {
  background-color: #fcfcfc;
  background-image: url('../images/bckg-cruz.svg');
  background-position: -130% 110%;
  background-repeat: no-repeat;
  background-size: 340px;
  border-radius: 18px;
  width: 300px;
  height: 340px;
  margin-top: 30px;
  margin-right: 45px;
  padding-top: 30px;
  padding-left: 25px;
  padding-right: 20px;
  box-shadow: 0 1px 20px rgba(0, 0, 0, .4);
}

.container {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.grilla-footer {
  z-index: 1;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1.25fr .25fr 1fr;
  position: relative;
}

.h2-azul {
  color: #0066af;
  margin-top: 0;
  font-size: 52px;
  font-style: italic;
  font-weight: 900;
}

.h2-light {
  color: #fff;
  text-align: center;
  font-weight: 300;
}

.icn-redes {
  width: 35px;
  height: 35px;
}

.fondo-form {
  background-color: #fff;
  border-radius: 25px;
  width: 425px;
  height: auto;
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  overflow: hidden;
  box-shadow: 3px 8px 25px 1px rgba(0, 0, 0, .2);
}

.seccion-diferente {
  padding-top: 62px;
  padding-bottom: 0;
  display: block;
}

.grid-cuadricula {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: minmax(auto, .4fr) auto auto auto;
  grid-template-columns: .75fr minmax(200px, 280px) minmax(200px, 280px) .25fr;
  max-width: 1800px;
}

.pastilla {
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90px;
  max-height: 150px;
  padding: 20px 18px;
  display: flex;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, .08);
}

.pastilla:hover {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .1);
}

.txt-corredor {
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Avenirltstd, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.separador-bl {
  background-color: rgba(255, 255, 255, .63);
  width: 100%;
  height: 2px;
  margin-top: 14px;
  margin-bottom: 14px;
}

.separador-bl.separador-footer {
  justify-content: flex-start;
  align-items: center;
  width: 69%;
  min-width: 100%;
  max-width: 100%;
  margin-bottom: 5px;
  margin-left: 65px;
  padding-left: 0;
  display: block;
}

.txt-diferente {
  width: 60%;
  margin-top: 12px;
  margin-left: 59px;
}

.icn-top {
  object-fit: contain;
  width: 35px;
  height: 45px;
  margin-bottom: 8px;
  margin-left: 4px;
  margin-right: 16px;
  display: none;
}

.bold-parrafo {
  color: var(--seguros-c3);
  font-size: 16px;
  font-style: italic;
  font-weight: 900;
}

.h3-rojo {
  color: var(--seguros-c1);
  font-size: 24px;
  font-style: italic;
  font-weight: 900;
}

.h3-rojo.inline {
  font-size: 38px;
  line-height: 40px;
  display: inline-block;
}

.arrow-sld1 {
  width: 30px;
  height: 30px;
  margin-right: 65px;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.sld-2-gasto {
  background-color: #fcfcfc;
  background-image: url('../images/bckg-cruz.svg');
  background-position: -130% 110%;
  background-repeat: no-repeat;
  background-size: 340px;
  border-radius: 18px;
  width: 300px;
  height: 340px;
  margin-top: 30px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 30px;
  padding-left: 25px;
  padding-right: 20px;
  box-shadow: 6px 6px 20px rgba(0, 0, 0, .15);
}

.arrow-sld2 {
  width: 30px;
  height: 30px;
  margin-left: 0;
  margin-right: 24px;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.top-padding-3 {
  padding-top: 0;
}

.img-redes {
  margin-left: 0;
}

.bold-tilte {
  color: var(--seguros-c3);
  font-size: 18px;
  font-style: italic;
  font-weight: 900;
  line-height: 24px;
}

.txt-blue {
  color: #0066af;
}

.subrayado {
  background-color: var(--seguros-c1);
  color: #fff;
  margin-bottom: 0;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 38px;
  font-style: normal;
  line-height: 40px;
  display: inline-block;
  transform: skew(-10deg);
}

.grid-gasto {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.h3-rojo-2 {
  color: var(--seguros-c1);
  font-size: 34px;
  font-style: italic;
  font-weight: 900;
  line-height: 38px;
}

.h3-rojo-2.inline {
  font-size: 28px;
  display: inline-block;
}

.diagonal {
  z-index: -1;
  background-color: var(--seguros-c1);
  width: 104%;
  height: 150px;
  display: block;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: rotate(-2deg);
}

.bottom-padding2 {
  margin-bottom: 20px;
}

.slide-nav {
  display: none;
}

.bold-tilte-center {
  color: var(--seguros-c3);
  text-align: center;
  font-size: 20px;
  font-style: italic;
  font-weight: 900;
}

.slider-mask {
  width: 27%;
  padding-left: 0;
  overflow: visible;
}

.html-embed {
  color: var(--seguros-c2);
  width: 100%;
  height: auto;
  max-height: 100%;
  margin-top: 0;
  display: block;
}

.footer-info {
  background-color: #e31837;
  padding-bottom: 15px;
  display: block;
  overflow: hidden;
}

.copyright {
  background-color: var(--white);
  justify-content: flex-end;
  height: 66px;
  padding-top: 0;
  padding-bottom: 31px;
  padding-right: 10%;
  display: flex;
  position: relative;
}

.txt-notefalla {
  text-align: right;
  font-weight: 500;
}

.top-padding-4 {
  padding-top: 60px;
}

.padding-hero {
  width: 787.375px;
  min-width: 750px;
  padding-top: 40px;
}

.link-block-2 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.fondo-form-2 {
  background-color: #fff;
  border-radius: 25px;
  width: 100%;
  max-width: 100%;
  height: 600px;
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
  box-shadow: 3px 8px 25px 1px rgba(0, 0, 0, .2);
}

.pleca {
  position: absolute;
  top: -150%;
  bottom: auto;
  left: auto;
  right: 8%;
}

.thanks-secc {
  background-image: none;
  height: auto;
  margin-bottom: 106px;
  padding-top: 0;
}

.block-shadow {
  text-align: left;
  background-color: #fff;
  border-radius: 25px;
  width: 100%;
  height: auto;
  min-height: 400px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  box-shadow: 3px 8px 25px 1px rgba(0, 0, 0, .2);
}

.block-shadow.full-center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-height: 350px;
  margin-top: 25px;
  padding-top: 0;
  display: flex;
}

.h2-rojo {
  color: #e11936;
  margin-top: 0;
  font-size: 52px;
  font-style: italic;
  font-weight: 900;
}

.copyright-2 {
  background-color: #fff;
  background-image: none;
  background-size: auto;
  justify-content: flex-end;
  height: 50px;
  padding-top: 1px;
  padding-bottom: 0;
  padding-right: 11%;
  display: flex;
  position: relative;
}

.pleca-2 {
  position: absolute;
  top: -147%;
  bottom: auto;
  left: auto;
  right: 10%;
}

.h2-invertido-2 {
  color: #fff;
  font-style: normal;
  font-weight: 300;
}

.pleca-3 {
  position: absolute;
  top: -178%;
  bottom: auto;
  left: auto;
  right: 10%;
}

.grilla-footer-2 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1.25fr .25fr 1fr;
}

.h-light {
  font-weight: 300;
}

.container-bl {
  background-color: rgba(255, 255, 255, .81);
  border-radius: 30px;
  margin-top: 35px;
  padding-top: 40px;
  padding-left: 60px;
  padding-right: 32px;
}

.footer-2 {
  perspective: 1000px;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to top, rgba(0, 44, 75, .45), rgba(255, 255, 255, 0) 89%), url('../images/bckg-footer-auto.jpg');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  padding: 0 15% 40px;
}

.footer-2.footer-politicas {
  background-image: linear-gradient(to bottom, var(--seguros-c1), var(--seguros-c1)), linear-gradient(to top, rgba(0, 44, 75, .45), rgba(255, 255, 255, 0) 89%), url('../images/bckg-footer-auto.jpg');
  background-position: 0 0, 0 0, 100% 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
  height: 500px;
  margin-top: -161px;
  padding-top: 5%;
  padding-bottom: 0;
}

.list-line-2 {
  color: #808083;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
}

.list-line-2.list-line-bl {
  color: #fff;
}

.grid-4x4 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.img-redes-2 {
  margin-left: 65px;
}

.img-redes-2.no-padding {
  margin-left: 0;
}

.h2-azul-2 {
  color: #0066af;
  margin-top: 0;
  font-size: 52px;
  font-style: italic;
  font-weight: 900;
}

.container-2 {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.politicas-block {
  background-image: linear-gradient(to top, #fff 67%, rgba(255, 255, 255, 0) 90%), url('../images/iStock-997714356-min.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  padding-top: 15px;
}

.text-block {
  padding: 8px 20px 8px 8px;
}

.text-block-2, .bold-text {
  color: var(--seguros-c1);
  font-size: 14px;
}

.text-block-3, .text-block-4 {
  color: var(--seguros-c1);
}

.bold-parrafo-2 {
  color: #595a5c;
  font-size: 20px;
  font-style: italic;
  font-weight: 900;
}

.h3-rojo-3 {
  color: #e31837;
  font-size: 24px;
  font-style: italic;
  font-weight: 900;
}

.list-line-3 {
  color: #808083;
  padding-top: 0;
  padding-bottom: 4px;
}

.padding-hero-2 {
  padding-top: 40px;
}

.bold-tilte-center-2 {
  color: #595a5c;
  text-align: center;
  font-size: 18px;
  font-style: italic;
  font-weight: 900;
}

.grid-inicio-2 {
  grid-template-rows: 121px minmax(auto, .5fr) minmax(auto, .25fr) auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 4fr;
  position: relative;
}

.h-1-2 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.html-embed-2 {
  width: 100%;
  height: auto;
  margin-top: 0;
}

.image {
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.container-3 {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.container-bl-2 {
  background-color: rgba(255, 255, 255, .88);
  border-radius: 30px;
  margin-top: 35px;
  padding-top: 40px;
  padding-left: 60px;
  padding-right: 32px;
}

.h2-azul-3 {
  color: #0066af;
  margin-top: 0;
  font-size: 52px;
  font-style: italic;
  font-weight: 900;
}

.rich-text-block-2 {
  font-weight: 300;
}

.text-block-5 {
  font-size: 20px;
}

.text-block-6, .paragraph-2, .paragraph-3, .paragraph-4 {
  font-size: 16px;
}

.paragraph-5, .paragraph-6, .paragraph-7 {
  font-size: 19px;
}

.image-2 {
  font-size: 14px;
}

.text-block-7, .heading-5, .heading-6, .heading-7, .heading-8, .heading-9, .heading-10, .heading-11, .heading-12, .heading-13 {
  font-size: 20px;
}

.paragraph-8 {
  font-size: 16px;
}

.paragraph-9, .paragraph-10, .paragraph-11 {
  font-size: 19px;
}

.image-3 {
  width: 60%;
}

.div-block-2 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.div-block-3 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-4 {
  background-color: var(--seguros-c1);
  background-image: url('../images/bckg-footer-auto.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-height: 100vh;
  display: flex;
}

.hero-mobile {
  display: none;
}

.btn-txt-2 {
  transform: skew(20deg);
}

.section2-mobile {
  display: none;
}

.fondo-form-copy {
  background-color: #fff;
  border-radius: 25px;
  width: 550px;
  height: 600px;
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
  overflow: hidden;
  box-shadow: 3px 8px 25px 1px rgba(0, 0, 0, .2);
}

.div-block-6 {
  width: 60%;
  max-width: 100%;
}

.div-block-7 {
  width: 100%;
  max-width: 100%;
}

.section-gastos-medicos-mobile {
  display: none;
}

.div-block-9 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-10 {
  width: 40%;
  max-width: 40%;
  padding-left: 15px;
  padding-right: 15px;
}

.div-block-11 {
  margin-left: 10%;
}

.div-block-12 {
  display: block;
}

.div-block-12.mobile {
  display: none;
}

.div-block-13 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 26px;
  display: flex;
}

.div-block-14 {
  display: flex;
}

.div-block-15 {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.div-block-16 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.separadornuevo {
  background-color: rgba(255, 255, 255, .63);
  width: 100%;
  max-width: 100%;
  height: 2px;
  max-height: 2px;
  margin-bottom: 6px;
}

.div-block-17 {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  max-height: 100%;
  padding: 25px;
  display: flex;
  overflow: hidden;
}

.div-block-18 {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 25px;
  display: flex;
}

.form-nobile {
  display: none;
}

.div-block-19 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-left: 0;
  display: flex;
}

.div-block-20 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 32px;
  padding-left: 44px;
  display: flex;
  position: relative;
}

.image-5 {
  width: 500px;
  margin-bottom: 50px;
}

.image-6, .image-7 {
  width: 70%;
}

.div-block-21 {
  width: 50%;
  padding-left: 23px;
  padding-right: 0%;
}

.div-block-22 {
  width: 50%;
  padding-right: 36px;
  display: flex;
  overflow: hidden;
}

.div-block-23 {
  z-index: 10;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 10%;
  right: 0%;
}

.image-9 {
  border-radius: 20px;
  box-shadow: 9px 9px 10px rgba(0, 0, 0, .05);
}

.container-4 {
  justify-content: space-between;
  max-width: 1200px;
  display: flex;
}

.div-block-24 {
  max-width: 100%;
  overflow: hidden;
}

.image-10 {
  border-radius: 20px;
  box-shadow: 6px 6px 15px rgba(0, 0, 0, .1);
}

.div-block-25 {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.div-block-25.footer {
  height: auto;
  padding-top: 0;
}

.boton-principal {
  background-color: var(--seguros-c1);
  border-radius: 10px;
  padding: 17px 41px;
  font-size: 18px;
  transition: transform .4s;
}

.boton-principal:hover {
  transform: translate(0, -10px);
}

.text-block-9 {
  color: var(--seguros-c1);
  margin-top: 20px;
  font-size: 18px;
}

.container-5 {
  max-width: 1200px;
  padding-bottom: 40px;
}

.div-block-28 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 18px;
  display: grid;
}

.list-item {
  color: var(--seguros-c3);
  text-align: left;
  margin-bottom: 10px;
  font-size: 18px;
}

.list-3 {
  padding-left: 24px;
}

.heading-14 {
  color: var(--royal-blue);
  margin-top: 0;
  margin-bottom: 17px;
}

.div-block-29 {
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  padding: 20px 25px;
  display: flex;
  box-shadow: 3px 3px 6px 2px rgba(0, 0, 0, .17);
}

html.w-mod-js [data-ix="hidden"] {
  display: none;
}

@media screen and (min-width: 1920px) {
  .paragraph-hero {
    max-width: 80%;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 36px;
  }

  .seccion-que-es {
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
    height: auto;
    padding-top: 65px;
    padding-bottom: 54px;
    padding-left: 0%;
    display: flex;
  }

  .seccion-gastosm.v2 {
    padding-top: 44px;
  }

  .fondo-form {
    margin: auto;
  }

  .seccion-diferente {
    margin-top: 64px;
    display: block;
  }

  .paragraph-2, .paragraph-3 {
    font-size: 16px;
  }

  .div-block-2 {
    justify-content: center;
    align-items: stretch;
    max-width: 1400px;
  }

  .div-block-9 {
    max-width: 1400px;
  }

  .div-block-11 {
    margin-left: 13%;
  }

  .div-block-12.mobile {
    display: none;
  }

  .div-block-20 {
    align-items: flex-end;
    position: relative;
  }

  .image-5 {
    width: 500px;
    margin-bottom: 20px;
  }

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

  .div-block-21 {
    flex-direction: column;
    justify-content: flex-start;
    width: 50%;
    padding-right: 0%;
    display: flex;
  }

  .div-block-22 {
    width: 50%;
    padding-right: 0;
  }

  .image-8 {
    width: 70%;
  }

  .div-block-23 {
    width: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 88px;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .image-9 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .container-4 {
    max-width: 1400px;
    display: flex;
  }

  .div-block-24 {
    padding-top: 56px;
  }

  .image-10 {
    width: 90%;
  }

  .container-5 {
    max-width: 1400px;
  }
}

@media screen and (max-width: 991px) {
  p {
    font-size: 15px;
  }

  .paragraph-hero {
    font-size: 18px;
  }

  .btn.btn-principal, .btn.btn-segundario, .btn.btn-principal {
    max-width: 200px;
    font-size: 16px;
  }

  .txt-link.link-politicas {
    left: 4%;
  }

  .seccion-que-es {
    background-size: 500px;
    padding-bottom: 0;
  }

  .seccion-gastosm.v2 {
    padding-left: 2%;
  }

  .footer {
    padding-top: 75px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .sld-1-gasto {
    height: 380px;
    margin-right: 40px;
  }

  .container {
    width: auto;
  }

  .grilla-footer {
    grid-row-gap: 11px;
  }

  .fondo-form {
    background-color: #fff;
  }

  .pastilla {
    max-height: 160px;
  }

  .separador-bl.separador-footer {
    margin-left: 30px;
  }

  .sld-2-gasto {
    height: 380px;
    margin-right: 40px;
  }

  .bold-tilte {
    font-size: 16px;
  }

  .grid-gasto {
    grid-template-rows: auto auto auto;
  }

  .diagonal {
    top: 5%;
  }

  .bold-tilte-center {
    font-size: 16px;
  }

  .footer-info {
    padding-left: 24px;
    padding-right: 24px;
  }

  .copyright {
    padding-bottom: 0;
  }

  .fondo-form-2 {
    background-color: #fff;
  }

  .pleca {
    width: 240px;
    top: -114%;
    right: 2%;
  }

  .pleca-2 {
    width: 230px;
    top: -113%;
    right: 2%;
  }

  .h2-invertido-2 {
    font-size: 38px;
  }

  .pleca-3 {
    width: 230px;
    top: -111%;
    right: 2%;
  }

  .container-bl {
    margin-left: 14px;
    margin-right: 14px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .footer-2 {
    padding-left: 4%;
    padding-right: 4%;
  }

  .footer-2.footer-politicas {
    padding-top: 31px;
  }

  .img-redes-2 {
    margin-left: 30px;
  }

  .container-2 {
    width: auto;
  }

  .politicas-block {
    background-image: linear-gradient(to top, #fff 86%, rgba(255, 255, 255, 0) 90%), url('../images/iStock-997714356-min.jpg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
    padding-left: 0;
    padding-right: 0;
  }

  .bold-tilte-center-2 {
    font-size: 16px;
  }

  .container-3 {
    width: auto;
  }

  .container-bl-2 {
    margin-left: 14px;
    margin-right: 14px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .div-block-2 {
    max-width: 95%;
  }

  .fondo-form-copy {
    background-color: #fff;
  }

  .form-nobile {
    display: block;
  }

  .div-block-22 {
    border-radius: 20px;
  }

  .container-4 {
    max-width: 95%;
  }

  .image-10 {
    max-width: none;
  }

  .div-block-25 {
    display: block;
  }

  .div-block-25.footer {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 14px;
  }

  .paragraph-hero {
    text-align: center;
    max-width: 100%;
    padding-top: 5px;
    font-size: 18px;
    line-height: 28px;
  }

  .btn.btn-principal {
    margin-bottom: -20px;
    margin-left: auto;
    padding-left: 5%;
    padding-right: 5%;
    display: none;
  }

  .btn.btn-segundario {
    margin-bottom: -20px;
    margin-left: auto;
  }

  .btn.btn-principal {
    justify-content: center;
    align-items: center;
    width: 250px;
    max-width: 250px;
    height: 60px;
    margin-top: 25px;
    margin-bottom: -20px;
    margin-left: auto;
    display: flex;
  }

  .btn.btn-principal.mobile {
    margin-top: 0;
    margin-bottom: 0;
  }

  .txt-link.link-politicas {
    text-align: center;
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 44px 5px 10px;
    font-weight: 300;
    line-height: 21px;
    display: flex;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .h2-invertido {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 40px;
  }

  .grid-inicio {
    grid-template-rows: 121px minmax(auto, .75fr) minmax(auto, .25fr) auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    min-width: 0;
  }

  .seccion-que-es {
    background-image: url('../images/LANDING-IMG-2.jpg');
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 0;
    padding-left: 3%;
    padding-right: 3%;
    display: none;
  }

  .link-logo-hero {
    display: block;
  }

  .h-1 {
    text-align: center;
    position: relative;
  }

  .seccion-gastosm {
    display: none;
  }

  .seccion-gastosm.v2 {
    padding-right: 2%;
  }

  .footer {
    background-position: 96% 100%;
    background-size: 210px;
  }

  .slider-gastos {
    height: 450px;
  }

  .sld-1-gasto {
    width: 250px;
    margin-left: 20px;
    margin-right: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grilla-footer {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr .25fr 1fr;
  }

  .h2-azul {
    text-align: center;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 40px;
  }

  .fondo-form {
    width: 100%;
    height: 670px;
    margin-bottom: 10px;
    padding: 20px 10px;
    display: block;
  }

  .fondo-form.form-mobile {
    z-index: 99;
    background-color: #0066af;
    border-radius: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    max-height: 100vh;
    margin-bottom: 0;
    padding-top: 32px;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .seccion-diferente {
    padding-bottom: 5px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .grid-cuadricula {
    grid-template-rows: auto minmax(auto, .5fr) minmax(auto, .5fr) minmax(auto, .5fr) auto;
    grid-template-columns: 1fr 1fr;
  }

  .pastilla {
    width: 100%;
    max-width: 100%;
    max-height: 190px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .txt-corredor {
    text-align: center;
    padding-top: 7px;
    padding-left: 0;
    font-size: 18px;
  }

  .separador-bl.separador-footer {
    width: 100%;
    margin-top: 5px;
    margin-left: 0;
  }

  .txt-diferente {
    width: auto;
    max-width: 90%;
    margin-top: 16px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .h3-rojo.inline {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 14px;
    font-size: 28px;
    display: block;
  }

  .arrow-sld1 {
    margin-right: 80px;
  }

  .sld-2-gasto {
    width: auto;
    margin-right: 10px;
    padding: 20px;
  }

  .img-redes {
    margin-left: 0%;
  }

  .txt-blue {
    color: #0066af;
  }

  .txt-blue.hero {
    color: #fff;
  }

  .subrayado {
    margin-top: 0;
    margin-right: 0;
    padding-top: 5px;
    font-size: 32px;
    line-height: 36px;
    display: inline-block;
  }

  .grid-gasto {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .diagonal {
    top: 3%;
  }

  .bottom-padding2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    padding-top: 42px;
    display: flex;
  }

  .bold-tilte-center {
    font-size: 17px;
  }

  .slider-mask {
    width: 100%;
    margin-left: 1px;
    padding-left: 4px;
    padding-right: 75px;
  }

  .html-embed {
    width: auto;
    margin-top: 4px;
    display: none;
  }

  .footer-info {
    background-image: none;
    padding-bottom: 103px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .copyright {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 13%;
  }

  .list-2 {
    margin-top: -12px;
  }

  .top-padding-4 {
    padding-top: 39px;
  }

  .notefalla {
    width: 145px;
  }

  .padding-hero {
    padding-top: 126px;
  }

  .fondo-form-2 {
    width: 100%;
    height: 725px;
    min-height: 430px;
    margin-bottom: 10px;
    padding: 25px 14px 20px;
  }

  .pleca {
    width: 150px;
    top: -108px;
    bottom: auto;
    left: auto;
    right: 2%;
  }

  .thanks-secc {
    height: 620px;
    margin-bottom: 0;
  }

  .block-shadow.full-center {
    min-height: 300px;
  }

  .h2-rojo {
    font-size: 34px;
    line-height: 40px;
  }

  .copyright-2 {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-size: auto;
    height: 120px;
    padding-top: 9px;
    padding-right: 14%;
  }

  .pleca-2 {
    z-index: 1;
    width: 150px;
    top: 10%;
    right: 2%;
  }

  .h2-invertido-2 {
    text-align: center;
    font-size: 34px;
    line-height: 42px;
  }

  .pleca-3 {
    top: -60%;
    right: 8%;
  }

  .grilla-footer-2 {
    grid-template-rows: auto auto auto auto auto;
  }

  .container-bl {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-2 {
    background-image: linear-gradient(to top, rgba(0, 44, 75, .45), rgba(255, 255, 255, 0) 89%), url('../images/bckg-footer-auto.jpg');
    background-position: 0 0, 100% 0;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    padding-bottom: 114px;
  }

  .footer-2.footer-politicas {
    height: 600px;
  }

  .h2-azul-2 {
    font-size: 34px;
  }

  .politicas-block {
    background-image: linear-gradient(rgba(238, 238, 238, 0), #fff 10%), linear-gradient(to top, #fff 86%, rgba(255, 255, 255, 0) 90%), url('../images/iStock-997714356-min.jpg');
    background-position: 0 0, 0 0, 50% 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, 150%;
  }

  .text-block {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-2 {
    color: var(--royal-blue);
    text-align: left;
    margin-bottom: 0;
    font-size: 12px;
  }

  .bold-text {
    color: var(--royal-blue);
    text-align: left;
    font-size: 12px;
    font-weight: 300;
  }

  .text-block-3 {
    color: var(--royal-blue);
    font-size: 12px;
  }

  .text-block-4 {
    color: var(--royal-blue);
    font-size: 12px;
    font-weight: 800;
  }

  .h3-rojo-3 {
    text-align: center;
  }

  .h3-rojo-3.hero {
    text-align: center;
    text-shadow: 1px 1px 10px #000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    display: block;
  }

  .padding-hero-2 {
    margin-top: 140px;
    padding-top: 0;
    display: block;
  }

  .padding-hero-2.mov {
    z-index: 2;
    display: block;
    position: relative;
  }

  .bold-tilte-center-2 {
    font-size: 17px;
  }

  .grid-inicio-2 {
    grid-template-rows: 121px minmax(auto, .75fr) minmax(auto, .25fr) auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 1500px;
  }

  .h-1-2 {
    text-align: center;
    margin-top: 140px;
    position: relative;
  }

  .html-embed-2 {
    border-radius: 0;
    height: 100%;
    max-height: 100%;
    margin-top: 4px;
    display: block;
  }

  .div-block {
    padding-top: 100px;
  }

  .image {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .container-3 {
    width: auto;
  }

  .container-bl-2 {
    background-color: rgba(255, 255, 255, .9);
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2-azul-3 {
    font-size: 34px;
    line-height: 40px;
  }

  .image-3 {
    width: auto;
    max-width: 90%;
    padding-right: 8px;
  }

  .text-block-8 {
    color: var(--seguros-c1);
    margin-top: 0;
    font-size: 12px;
  }

  .div-block-2 {
    display: block;
  }

  .div-block-4 {
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/bckg-footer-auto.jpg');
    background-repeat: no-repeat;
    background-size: cover;
  }

  .hero-mobile {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    max-height: 100vh;
    padding: 0 0% 25px;
    display: block;
  }

  .btn-txt-2 {
    font-size: 18px;
    font-weight: 900;
    transform: none;
  }

  .lottie-animation {
    width: 50px;
    max-width: 100%;
    position: static;
    top: auto;
    bottom: 0%;
    left: 43%;
    right: 0%;
  }

  .div-block-5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .section2-mobile {
    padding: 27px 5% 29px;
    display: none;
  }

  .link-block-4 {
    background-color: rgba(225, 25, 54, 0);
    border-radius: 20px;
    justify-content: center;
    margin-bottom: 13px;
    margin-left: 30px;
    margin-right: 30px;
    display: flex;
  }

  .image-4 {
    width: 18px;
    margin-right: 8px;
    font-size: 12px;
  }

  .paragraph-12 {
    color: #fff;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 18px;
  }

  .link-block-5 {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .fondo-form-copy {
    width: 100%;
    height: 670px;
    margin-bottom: 10px;
    padding: 20px 10px;
    display: block;
  }

  .fondo-form-copy.form-mobile {
    z-index: 99;
    background-color: rgba(0, 102, 175, .93);
    border-radius: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    max-height: 100vh;
    margin-bottom: 0;
    padding-top: 63px;
    padding-bottom: 32px;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: auto;
  }

  .div-block-6 {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 2%;
    padding-right: 0%;
    display: block;
  }

  .div-block-7 {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .section-gastos-medicos-mobile {
    margin-top: 27px;
    margin-bottom: -50px;
    padding-left: 2%;
    padding-right: 2%;
    display: block;
  }

  .div-block-8 {
    display: none;
  }

  .div-block-9 {
    display: block;
  }

  .div-block-10 {
    width: 100%;
    max-width: 100%;
    margin-top: 5px;
  }

  .div-block-11 {
    margin-top: 31px;
    margin-left: 0%;
  }

  .div-block-12 {
    justify-content: flex-start;
    margin-top: 0;
    padding-left: 0;
    display: none;
  }

  .div-block-12.mobile {
    padding-left: 5%;
    padding-right: 5%;
    display: block;
  }

  .div-block-14 {
    flex-direction: column;
    justify-content: center;
  }

  .div-block-15 {
    flex-direction: column;
    width: 100%;
    margin-top: 22px;
  }

  .div-block-16 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .body {
    height: 100vh;
    max-height: 100vh;
  }

  .div-block-17 {
    width: 100%;
    padding: 0;
  }

  .div-block-18 {
    width: 100%;
    height: auto;
    padding: 30px 5px 14px;
  }

  .form-nobile {
    display: block;
  }

  .div-block-19 {
    width: 100%;
    padding-top: 26px;
  }

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

  .div-block-21 {
    width: 100%;
    padding-left: 0;
  }

  .div-block-22 {
    width: 100%;
    padding-right: 0;
  }

  .container-4 {
    flex-direction: column;
  }

  .image-10 {
    width: 100%;
  }

  .div-block-25 {
    display: none;
  }

  .div-block-26 {
    width: 100%;
    height: auto;
  }

  .div-block-27 {
    background-color: var(--white);
    border-radius: 20px;
    width: 100%;
    max-width: 100%;
    padding: 24px 16px;
    position: static;
    overflow: scroll;
  }

  .boton-mobile {
    background-color: var(--seguros-c1);
    text-align: center;
    border-radius: 10px;
    width: 100%;
    padding: 19px 75px;
    font-size: 18px;
    display: block;
  }

  .div-block-28 {
    grid-template-columns: 1fr;
  }
}

#w-node-_657eee78-cda6-2a2f-3156-f66afbdbeb4c-b2c39326, #w-node-_92cbe9bf-241d-d064-abae-de47634c7964-b2c39326, #w-node-d48158ee-1369-9841-0bf0-c7187da35aeb-b2c39326, #w-node-_0cd40073-07b2-e294-be12-5133039c50da-b2c39326, #w-node-_376ce151-449f-50f9-fd92-f4b8eab1d8c7-b2c39326, #w-node-_964c62ae-ed6d-13c6-0e7f-d5c7d90a9447-b2c39326 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d89ebc6d-e40a-a25d-144f-8eecf5207a88-b2c39326 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-d89ebc6d-e40a-a25d-144f-8eecf5207a8e-b2c39326 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-d89ebc6d-e40a-a25d-144f-8eecf5207a91-b2c39326 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-_0401306c-9bcf-c984-bf0e-4d75b1ba2476-b2c39326 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_0401306c-9bcf-c984-bf0e-4d75b1ba247b-b2c39326 {
  grid-area: 1 / 3 / 2 / 5;
  align-self: stretch;
}

#w-node-_0401306c-9bcf-c984-bf0e-4d75b1ba247e-b2c39326 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_5415f8e0-2430-0e5e-72c2-970ba5d2e9a5-b8c39327 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: center;
}

#w-node-_5415f8e0-2430-0e5e-72c2-970ba5d2e9a6-b8c39327 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-b577c8a4-f98c-c020-9c1d-119bcef3267c-77c39328 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0cec74ea-cce2-42a8-e661-ec5db6977faa-77c39328 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cc8dfa15-e7aa-9789-1bc0-58afdb837acf-77c39328 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_15bdf67c-3fa7-3fcb-415f-865c283bf2ce-77c39328 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_0a1b7268-d236-1a5a-7f79-8bad0218d1f3-77c39328 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7e217c4f-89b3-560b-0ba4-e617229bbd86-77c39328 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_7c9ec705-d2a5-9286-49b0-878134cb4823-77c39328 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_8b63f7e5-659e-821a-62fa-6c01901fedbb-77c39328 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8b63f7e5-659e-821a-62fa-6c01901fedbc-77c39328 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8b63f7e5-659e-821a-62fa-6c01901fedbd-77c39328 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_8b63f7e5-659e-821a-62fa-6c01901fedbe-77c39328 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_8b63f7e5-659e-821a-62fa-6c01901fedcb-77c39328 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8b63f7e5-659e-821a-62fa-6c01901fedcc-77c39328 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_8b63f7e5-659e-821a-62fa-6c01901fedd9-77c39328 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_633f8075-a78c-1b8f-dacf-07abac9987ec-dfc39329 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_040d48ee-f582-37ab-f299-f3c559fe9ebc-dfc39329 {
  grid-area: 1 / 1 / 3 / 2;
  align-self: end;
  justify-self: start;
}

#w-node-_040d48ee-f582-37ab-f299-f3c559fe9eb9-dfc39329 {
  grid-area: 3 / 3 / 4 / 4;
  align-self: center;
}

#w-node-_040d48ee-f582-37ab-f299-f3c559fe9ebf-dfc39329 {
  grid-area: 3 / 1 / 5 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-_0401306c-9bcf-c984-bf0e-4d75b1ba2476-b2c39326 {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: start;
  }

  #w-node-_0401306c-9bcf-c984-bf0e-4d75b1ba247b-b2c39326 {
    grid-area: 2 / 1 / 3 / 5;
    align-self: stretch;
  }

  #w-node-_0401306c-9bcf-c984-bf0e-4d75b1ba247e-b2c39326 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_633f8075-a78c-1b8f-dacf-07abac9987ec-dfc39329 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_040d48ee-f582-37ab-f299-f3c559fe9ebc-dfc39329 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: end;
    justify-self: start;
  }

  #w-node-_040d48ee-f582-37ab-f299-f3c559fe9eb9-dfc39329 {
    grid-area: 2 / 3 / 3 / 4;
    align-self: center;
  }

  #w-node-_040d48ee-f582-37ab-f299-f3c559fe9ebf-dfc39329 {
    grid-area: 2 / 1 / 4 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_657eee78-cda6-2a2f-3156-f66afbdbeb4c-b2c39326, #w-node-_92cbe9bf-241d-d064-abae-de47634c7964-b2c39326 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-d48158ee-1369-9841-0bf0-c7187da35aeb-b2c39326, #w-node-_0cd40073-07b2-e294-be12-5133039c50da-b2c39326, #w-node-_376ce151-449f-50f9-fd92-f4b8eab1d8c7-b2c39326, #w-node-_964c62ae-ed6d-13c6-0e7f-d5c7d90a9447-b2c39326 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0401306c-9bcf-c984-bf0e-4d75b1ba2476-b2c39326 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    justify-self: start;
  }

  #w-node-_0401306c-9bcf-c984-bf0e-4d75b1ba247b-b2c39326 {
    grid-area: 2 / 1 / 3 / 5;
    align-self: stretch;
  }

  #w-node-_0401306c-9bcf-c984-bf0e-4d75b1ba247e-b2c39326 {
    grid-row: 3 / 4;
  }

  #w-node-_633f8075-a78c-1b8f-dacf-07abac9987ec-dfc39329 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_040d48ee-f582-37ab-f299-f3c559fe9ebc-dfc39329 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: end;
    justify-self: start;
  }

  #w-node-_040d48ee-f582-37ab-f299-f3c559fe9eb9-dfc39329 {
    grid-area: 3 / 1 / 4 / 4;
    align-self: center;
  }

  #w-node-_040d48ee-f582-37ab-f299-f3c559fe9ebf-dfc39329 {
    grid-area: 2 / 1 / 3 / 4;
  }
}


@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-Oblique.woff') format('woff'), url('../fonts/AvenirLTStd-BookOblique.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Avenirltstd book';
  src: url('../fonts/AvenirLTStd-Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-HeavyOblique.woff') format('woff');
  font-weight: 800;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-LightOblique.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-BlackOblique.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Avenirltstd roman';
  src: url('../fonts/AvenirLTStd-Roman.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-MediumOblique.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-Heavy.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}</pre></body></html>