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

body {
  border-style: solid;
  border-width: 1px;
  border-color: #4d3488;
  background-color: #f1f2f2;
  font-family: 'Open Sans', sans-serif;
  color: #4d3488;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
  text-align: left;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

.body {
  margin-top: 0px;
  border-style: none;
  border-width: 0px;
  background-color: #000;
  font-family: Montserrat, sans-serif;
  color: #fff;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.skills {
  display: block;
  overflow: hidden;
  height: 100%;
  margin-top: 0px;
  padding: 100px 10% 220px;
  background-color: #000;
}

.big-text {
  width: auto;
  margin-top: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 230px;
  line-height: 200px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 25px;
  text-indent: 0px;
  text-transform: uppercase;
}

.big-text.lineas {
  width: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(241, 242, 242, 0.9);
  border-radius: 8px;
  outline-color: #f1f2f2;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 80px;
  line-height: 120px;
  font-weight: 900;
  text-align: left;
  letter-spacing: 10px;
  text-transform: none;
  text-shadow: 0 -1px 0 rgba(241, 242, 242, 0.5), 0 1px 0 rgba(241, 242, 242, 0.5), -1px 0 0 rgba(241, 242, 242, 0.5), 1px 0 0 rgba(255, 255, 255, 0.5);
  white-space: normal;
}

.big-text.lineas._2 {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 80px;
}

.big-text.lineas._2._1 {
  font-size: 60px;
}

.big-text.hero {
  position: static;
  right: 285.484375px;
  bottom: 663.0625px;
  z-index: 9;
  box-shadow: none;
}

.big-text.work {
  width: auto;
  margin-left: 0%;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 200px;
}

.big-text.contac {
  font-size: 150px;
}

.big-text.boton {
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #f1f2f2;
  font-size: 90px;
  line-height: 100px;
  letter-spacing: 10px;
}

.circulo {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 500px;
  background-color: transparent;
}

.circulo.rojo {
  position: absolute;
  background-image: linear-gradient(284deg, #d50006, rgba(213, 0, 6, 0) 67%);
}

.circulo.azul {
  position: absolute;
  background-image: linear-gradient(243deg, #1f40f3 39%, rgba(32, 64, 243, 0));
}

.circulo.verde {
  position: absolute;
  background-image: linear-gradient(108deg, #00812c, rgba(0, 129, 44, 0));
}

.text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.grid-9 {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 0px 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-style: solid none;
  border-width: 0.3px;
  border-color: #f1f2f2;
}

.bar-color {
  height: 16px;
  background-color: #4d3488;
}

.bar-color.morada {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 90%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: -webkit-gradient(linear, right top, left top, from(#4d3488), to(#fa4cfd));
  background-image: linear-gradient(270deg, #4d3488, #fa4cfd);
}

.bar-color.morada-oscuro {
  position: static;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 90%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: -webkit-gradient(linear, left top, right top, from(#2a1879), to(#8e67eb));
  background-image: linear-gradient(90deg, #2a1879, #8e67eb);
}

.bar-color.motaza {
  position: static;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: -webkit-gradient(linear, left top, right top, from(#f19f39), to(#f62541));
  background-image: linear-gradient(90deg, #f19f39, #f62541);
}

.bar-color.azul {
  position: static;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 95%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: -webkit-gradient(linear, left top, right top, from(#1f40f3), to(#57a6f7));
  background-image: linear-gradient(90deg, #1f40f3, #57a6f7);
}

.bar-color.rosa {
  position: static;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: -webkit-gradient(linear, left top, right top, from(#d81fd2), to(#fd604c));
  background-image: linear-gradient(90deg, #d81fd2, #fd604c);
}

.bar-color.verde {
  position: static;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 60%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: -webkit-gradient(linear, left top, right top, from(#0477a8), to(#12f79b));
  background-image: linear-gradient(90deg, #0477a8, #12f79b);
}

.bar-base {
  position: static;
  overflow: hidden;
  height: 16px;
  background-color: #fff;
}

.skill-barras {
  margin-bottom: 40px;
  padding-top: 40px;
}

.text-bar {
  display: -ms-grid;
  display: grid;
  padding-bottom: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.5fr 1fr 0.5fr 1fr 0.5fr;
  grid-template-columns: 0.5fr 1fr 0.5fr 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-family: Montserrat, sans-serif;
  color: #f1f2f2;
  font-size: 20px;
  font-weight: 300;
}

.bar-container {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-11 {
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.text-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.text-block-15 {
  text-align: center;
}

.languages {
  position: static;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 180px;
  margin-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.5);
  -o-object-fit: fill;
  object-fit: fill;
}

.espanol-audio {
  position: static;
  z-index: 3;
  display: block;
  overflow: hidden;
  width: 100%;
  background-color: transparent;
  background-image: url('../images/espanol.svg');
  background-position: 100% 50%;
  background-size: 101%;
}

.ingles-audio {
  position: static;
  z-index: 2;
  display: block;
  width: 100%;
  background-color: transparent;
  background-image: url('../images/ingles.svg');
  background-position: 0% 50%;
  background-size: 101%;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.text-exp {
  padding-top: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

.text-exp.verde {
  color: #57f782;
  font-size: 45px;
  font-weight: 300;
}

.text-exp.morado {
  color: #9a48f6;
  font-size: 45px;
  font-weight: 300;
}

.text-exp.azul {
  color: #57a6f7;
  font-size: 45px;
  font-weight: 300;
}

.text-exp.rosa {
  color: #e467e5;
  font-size: 45px;
  font-weight: 300;
}

.actitudes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-29 {
  padding-left: 1px;
  background-color: rgba(241, 242, 242, 0.5);
}

.fondo {
  width: 100%;
  height: 100%;
  background-color: #f08f33;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f08f33), to(#e611b4));
  background-image: linear-gradient(180deg, #f08f33, #e611b4);
  mix-blend-mode: multiply;
}

.fondo._2 {
  width: 60%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1f40f3), to(#b8a6e4));
  background-image: linear-gradient(180deg, #1f40f3, #b8a6e4);
}

.attitude {
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 60px;
}

.languages-div {
  padding-top: 40px;
  padding-bottom: 40px;
}

.hero {
  position: static;
  display: block;
  overflow: hidden;
  height: 1500px;
  background-color: #000;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.lottie-exp {
  width: 150px;
  height: 150px;
}

.hero-up {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 1200px;
  float: none;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-attachment: scroll;
}

.hero-down {
  position: relative;
  top: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 1200px;
  float: none;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/fondo.png');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.hero-up2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: none;
  width: auto;
  height: 1200px;
  float: none;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/Grupo-5338.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  opacity: 1;
  mix-blend-mode: normal;
}

.hero-up3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: none;
  width: auto;
  height: 1200px;
  float: none;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/Grupo-5339.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  opacity: 1;
  mix-blend-mode: normal;
}

.herotext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 250px;
  line-height: 200px;
}

.herotext.lineas {
  color: #f1f2f2;
}

.div-block-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.portafolio {
  display: block;
  height: 100%;
  padding-right: 5%;
  padding-left: 5%;
  background-color: #000;
}

.div-block-39 {
  padding-top: 20px;
  padding-bottom: 20px;
  border-style: solid none;
  border-width: 0.3px;
  border-color: #f1f2f2;
}

.trabajo {
  display: block;
  padding-bottom: 20px;
  color: #f08f33;
}

.trabajo-desc {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid none;
  border-width: 0.3px 0px 0px;
  border-color: #f1f2f2;
  border-radius: 0px;
  background-color: #000;
}

.trabajo-desc.invert {
  height: auto;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.rich-text-block {
  position: -webkit-sticky;
  position: sticky;
  max-width: none;
  color: #f1f2f2;
  font-size: 14px;
  line-height: 18px;
  font-weight: 200;
  text-align: justify;
  letter-spacing: 0.5px;
  text-indent: 0px;
}

.lottie-div {
  overflow: hidden;
  width: 50%;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: 0px;
  padding-top: 20px;
  border-radius: 16px;
}

.text-work {
  width: 45%;
  text-align: right;
}

.aboutme {
  display: -ms-grid;
  display: grid;
  height: 80vh;
  padding: 100px 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 100px;
  grid-template-rows: auto 100px;
  background-color: #000;
}

.about-texte {
  position: static;
  left: -521px;
  top: 201px;
  right: 562px;
  bottom: 4px;
  width: auto;
  height: auto;
  max-width: none;
  color: #f1f2f2;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0.5px;
  text-indent: 0px;
}

.image-about {
  width: auto;
  height: 600px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/IMG_6185-2.jpg');
  background-position: 50% 50%;
  background-size: auto 200%;
}

.heading {
  position: relative;
  z-index: 2;
  width: 3500px;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-perspective: none;
  perspective: none;
  -webkit-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
  font-weight: 100;
  text-transform: uppercase;
  mix-blend-mode: normal;
}

.softwares-div {
  padding-top: 40px;
  padding-bottom: 40px;
}

.exp-div {
  padding-top: 40px;
  padding-bottom: 60px;
}

.div-block-56 {
  display: inline;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.heading-2 {
  font-size: 30px;
  text-transform: uppercase;
}

.navbar-5 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(65%, #000), to(transparent));
  background-image: linear-gradient(180deg, #000 65%, transparent);
}

.nav-link-2 {
  margin-top: 0px;
  color: #fff;
  font-size: 16px;
}

.text-about {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top: 0.3px solid #f1f2f2;
  border-bottom: 0.3px solid #f1f2f2;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-9 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.heading-3 {
  color: #fff;
  text-align: center;
}

.text-block-16 {
  color: #f1f2f2;
}

.heading-4 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
}

.field-label {
  font-family: Montserrat, sans-serif;
  color: #f1f2f2;
  font-weight: 300;
}

.submit-button {
  background-color: #f1f2f2;
  color: #000;
}

.text-field {
  background-color: hsla(0, 0%, 100%, 0.22);
}

.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.image-10 {
  height: 50px;
  padding-right: 20px;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5%;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-58 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-style: solid none;
  border-width: 0.3px;
  border-color: #f1f2f2;
}

.button-6 {
  position: static;
  top: 90px;
  right: 600px;
  padding: 20px 80px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #f1f2f2;
  background-color: transparent;
  font-size: 18px;
  text-align: center;
}

.div-block-60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 0.3px solid #f1f2f2;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  text-decoration: none;
}

.image-11 {
  padding-right: 20px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #f1f2f2;
}

.text-span {
  padding-right: 15px;
}

.text-span-2 {
  margin-right: 15px;
  margin-left: 0px;
  padding-left: 0px;
}

@media screen and (max-width: 991px) {
  .skills {
    padding-right: 5%;
    padding-bottom: 140px;
    padding-left: 5%;
  }

  .big-text {
    font-size: 100px;
    line-height: 130px;
    letter-spacing: 10px;
  }

  .big-text.lineas {
    font-size: 60px;
    line-height: 100px;
  }

  .big-text.lineas._2 {
    font-size: 50px;
    text-align: left;
  }

  .big-text.lineas._2._1 {
    letter-spacing: 8px;
  }

  .big-text.work {
    position: static;
    font-size: 80px;
    line-height: 100px;
  }

  .big-text.contac {
    font-size: 90px;
    text-align: left;
    letter-spacing: 5px;
  }

  .big-text.boton {
    font-size: 30px;
  }

  .circulo {
    width: 150px;
    height: 150px;
  }

  .text-bar {
    font-size: 14px;
  }

  .espanol-audio {
    background-position: 100% 50%;
    background-size: cover;
  }

  .ingles-audio {
    background-size: cover;
  }

  .text-exp {
    font-size: 14px;
  }

  .hero {
    height: 1000px;
  }

  .hero-up {
    height: 600px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-down {
    height: 800px;
    background-position: 50% 0%;
  }

  .hero-up2 {
    display: none;
    height: 600px;
  }

  .hero-up3 {
    display: none;
    height: 850px;
    background-position: 50% 0%;
  }

  .herotext {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 125px;
    line-height: 125px;
  }

  .herotext.lineas {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 125px;
    line-height: 125px;
  }

  .trabajo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .trabajo-desc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .trabajo-desc.invert {
    width: auto;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .rich-text-block {
    position: static;
    display: inline;
    width: auto;
  }

  .lottie-div {
    width: 100%;
    margin-bottom: 10px;
  }

  .text-work {
    width: 100%;
  }

  .aboutme {
    padding-right: 5%;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .about-texte {
    left: -652px;
    top: 227px;
    width: 400px;
    height: 250px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .image-about {
    position: relative;
    height: 500px;
  }

  .paragraph {
    padding-right: 40px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .button-6 {
    top: 60px;
    right: 250px;
  }
}

@media screen and (max-width: 767px) {
  .skills {
    padding-bottom: 100px;
  }

  .big-text.lineas._2 {
    line-height: 60px;
  }

  .big-text.lineas._2._1 {
    outline-width: 2px;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 5px;
  }

  .big-text.work {
    font-size: 80px;
    letter-spacing: 5px;
  }

  .big-text.contac {
    font-size: 60px;
    line-height: 100px;
    text-align: left;
  }

  .big-text.boton {
    font-size: 20px;
    line-height: 60px;
    letter-spacing: 5px;
  }

  .text-exp {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .text-exp.verde {
    font-size: 35px;
  }

  .text-exp.morado {
    font-size: 35px;
  }

  .text-exp.azul {
    font-size: 35px;
  }

  .text-exp.rosa {
    font-size: 35px;
  }

  .lottie-exp {
    width: 80px;
    height: 80px;
  }

  .trabajo-desc {
    padding-left: 0px;
  }

  .trabajo-desc.invert {
    padding-bottom: 20px;
  }

  .lottie-div {
    margin-top: 0px;
  }

  .aboutme {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .about-texte {
    position: static;
    left: -478px;
    width: 500px;
    padding-left: 0px;
  }

  .image-about {
    position: absolute;
    bottom: -490px;
    width: 500px;
    height: 500px;
    mix-blend-mode: lighten;
  }

  .paragraph {
    padding-right: 0px;
  }

  .image-9 {
    margin-left: 20px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .button-6 {
    top: 44px;
    right: 196px;
    padding-right: 40px;
    padding-left: 40px;
  }
}

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

  p {
    font-size: 12px;
  }

  .skills {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .big-text {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 60px;
  }

  .big-text.lineas {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 35px;
    line-height: 55px;
    letter-spacing: 5px;
  }

  .big-text.lineas._2 {
    font-size: 35px;
  }

  .big-text.lineas._2._1 {
    font-size: 25px;
    line-height: 40px;
    letter-spacing: 3px;
  }

  .big-text.work {
    width: auto;
    margin-left: 0%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 60px;
    line-height: 80px;
    text-align: left;
  }

  .big-text.contac {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 30px;
    line-height: 80px;
    text-align: left;
    letter-spacing: 6px;
  }

  .big-text.boton {
    line-height: 35px;
  }

  .circulo {
    display: none;
  }

  .bar-base {
    height: 10px;
  }

  .skill-barras {
    margin-bottom: 10px;
    padding-top: 20px;
    font-size: 8px;
  }

  .text-bar {
    font-size: 10px;
  }

  .espanol-audio {
    width: 100%;
  }

  .div-block-24 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-exp {
    font-size: 14px;
  }

  .actitudes {
    padding: 5px 5px 20px;
  }

  .actitudes {
    padding-top: 20px;
  }

  .div-block-29 {
    padding-top: 1px;
  }

  .languages-div {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 800px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-up {
    height: 300px;
  }

  .hero-down {
    height: 400px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50% 0%;
    background-size: 270%;
    background-repeat: no-repeat;
  }

  .hero-up2 {
    height: 300px;
  }

  .hero-up3 {
    height: 400px;
  }

  .herotext {
    font-size: 70px;
    line-height: 80px;
  }

  .herotext.lineas {
    font-size: 80px;
    line-height: 90px;
  }

  .portafolio {
    padding-right: 2%;
    padding-left: 2%;
  }

  .trabajo {
    margin-right: 10px;
    margin-left: 10px;
  }

  .trabajo-desc {
    padding-right: 10px;
    padding-left: 10px;
  }

  .rich-text-block {
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
  }

  .aboutme {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .about-texte {
    position: static;
    width: auto;
    height: auto;
  }

  .image-about {
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    width: 290px;
    height: 500px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    mix-blend-mode: lighten;
  }

  .heading-2 {
    font-size: 28px;
  }

  .paragraph {
    padding-right: 0px;
    text-align: justify;
  }

  .container-12 {
    display: block;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-9 {
    margin-left: 10px;
    padding-top: 10px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-logo-link {
    height: 60px;
    margin-bottom: 20px;
  }

  .footer-image {
    display: inline-block;
    padding-left: 30px;
  }

  .section {
    margin-right: 0%;
    padding-right: 5px;
    padding-left: 5%;
  }

  .div-block-58 {
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .button-6 {
    position: static;
    top: 35px;
    right: 95px;
    margin-bottom: 20px;
    padding-right: 80px;
    padding-left: 80px;
  }

  .div-block-59 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .div-block-60 {
    padding-top: 20px;
    padding-right: 0%;
    padding-left: 0%;
  }
}

#w-node-_244e3f56-df93-12b0-cc93-b3531fb34b73-02d41cb2 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-f67db447-8948-eb3d-8ffc-3a8daff4f66e-02d41cb2 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_5532b98c-788e-f315-ec1a-94e69e5df382-02d41cb2 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-a0f14e32-8b06-5fc1-bb13-1bf92e337e1e-02d41cb2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-d212386b-b3cb-116d-ecfc-13019c75e6c1-02d41cb2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_64b87001-c949-6aee-a994-6b613f4ad918-02d41cb2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b8fdd7ac-e243-ce37-4e33-86dc5a6c0e92-02d41cb2 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b8fdd7ac-e243-ce37-4e33-86dc5a6c0e94-02d41cb2 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-b8fdd7ac-e243-ce37-4e33-86dc5a6c0e99-02d41cb2 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b8fdd7ac-e243-ce37-4e33-86dc5a6c0e9b-02d41cb2 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_57ef0dd6-c176-2921-fa10-2384facea193-facea18b {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_57ef0dd6-c176-2921-fa10-2384facea195-facea18b {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_57ef0dd6-c176-2921-fa10-2384facea19a-facea18b {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_57ef0dd6-c176-2921-fa10-2384facea19c-facea18b {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_57ef0dd6-c176-2921-fa10-2384facea1a1-facea18b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_57ef0dd6-c176-2921-fa10-2384facea1a7-facea18b {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_57ef0dd6-c176-2921-fa10-2384facea1a9-facea18b {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_57ef0dd6-c176-2921-fa10-2384facea1ae-facea18b {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_57ef0dd6-c176-2921-fa10-2384facea1b0-facea18b {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_57ef0dd6-c176-2921-fa10-2384facea1b5-facea18b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_57ef0dd6-c176-2921-fa10-2384facea1bb-facea18b {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_57ef0dd6-c176-2921-fa10-2384facea1bd-facea18b {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_57ef0dd6-c176-2921-fa10-2384facea1c2-facea18b {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_57ef0dd6-c176-2921-fa10-2384facea1c4-facea18b {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_57ef0dd6-c176-2921-fa10-2384facea1c9-facea18b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_244e3f56-df93-12b0-cc93-b3531fb34b73-3ab379f9 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-f67db447-8948-eb3d-8ffc-3a8daff4f66e-3ab379f9 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_5532b98c-788e-f315-ec1a-94e69e5df382-3ab379f9 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-a0f14e32-8b06-5fc1-bb13-1bf92e337e1e-3ab379f9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-d212386b-b3cb-116d-ecfc-13019c75e6c1-3ab379f9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_64b87001-c949-6aee-a994-6b613f4ad918-3ab379f9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_51919c8e-c58a-37fe-0664-5d4e5aca18bb-3ab379f9 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_51919c8e-c58a-37fe-0664-5d4e5aca18bd-3ab379f9 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_51919c8e-c58a-37fe-0664-5d4e5aca18bf-3ab379f9 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_51919c8e-c58a-37fe-0664-5d4e5aca18c1-3ab379f9 {
  -ms-grid-column-align: end;
  justify-self: end;
}

@media screen and (max-width: 767px) {
  #w-node-_96716d45-01d2-0e8a-3498-0593a537d442-02d41cb2 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_96716d45-01d2-0e8a-3498-0593a537d442-3ab379f9 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_244e3f56-df93-12b0-cc93-b3531fb34b73-02d41cb2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-_96716d45-01d2-0e8a-3498-0593a537d442-02d41cb2 {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-f67db447-8948-eb3d-8ffc-3a8daff4f66f-02d41cb2 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-f67db447-8948-eb3d-8ffc-3a8daff4f671-02d41cb2 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_244e3f56-df93-12b0-cc93-b3531fb34b73-3ab379f9 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-_96716d45-01d2-0e8a-3498-0593a537d442-3ab379f9 {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-f67db447-8948-eb3d-8ffc-3a8daff4f66f-3ab379f9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-f67db447-8948-eb3d-8ffc-3a8daff4f671-3ab379f9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}