@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --steel-blue: #096ad0;
  --steel-blue-60: #096ad099;
  --alice-blue: #096ad033;
  --azul-pucv: #2a578b;
  --096ad0: #096ad00a;
  --midnight-blue: #1f2c3d;
  --transparent: transparent;
  --white: white;
  --40-azul-pucv: #2a588c66;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--gray900: #101828;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--white: white;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--gray700: #344054;
  --untitled-ui--gray50: #f9fafb;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--gray400: #98a2b3;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--steel-blue);
  font-family: Roboto;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 54px;
  font-weight: 300;
  line-height: 1.3em;
}

h2 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 300;
  line-height: 1.3em;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.4em;
}

h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 23px;
  font-weight: 300;
  line-height: 1.4em;
}

h5 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
}

p {
  color: var(--steel-blue);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
}

a {
  color: var(--steel-blue);
  text-decoration: underline;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: var(--steel-blue-60);
  margin-bottom: 12px;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 1px solid var(--steel-blue);
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px 20px;
  font-size: 23px;
  font-weight: 300;
  line-height: 32px;
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto 2rem;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.grid {
  z-index: -1;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section.bo-bottom-padding {
  padding-bottom: 0;
}

.section.divider {
  background-color: var(--alice-blue);
  padding-top: 10px;
  padding-bottom: 10px;
}

.section.blue {
  color: var(--azul-pucv);
  -webkit-text-stroke-color: var(--azul-pucv);
}

.section.full-screen.background-image-side {
  background-color: var(--alice-blue);
  background-image: linear-gradient(0deg, #fff 30%, #0000 100%, #0000), url('../images/slide-01.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  min-height: 60vh;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section.full-screen.background-image-side.nonemargin {
  background-image: linear-gradient(90deg, #242424, #0000 100%, #0000), url('../images/slide-01.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: none;
}

.section.full-screen.stretch {
  align-items: stretch;
}

.section.light-blue {
  background-color: var(--096ad0);
  border-style: none;
}

.section.wider-padding {
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.wider-padding.background-image {
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  align-items: center;
  display: flex;
}

.section.wider-padding.border {
  border-top: 1px solid var(--096ad0);
  border-bottom: 1px solid var(--096ad0);
}

.section.wider-padding.map {
  background-position: 50%;
  padding-top: 240px;
  padding-bottom: 240px;
}

.section.light-blue {
  background-color: #096ad014;
}

.section.blue {
  color: #096ad0;
  background-color: #096ad0;
}

.section.background-image {
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.section.half-screen-background-image {
  background-image: url('../images/169---big.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 50%;
}

.section.half-screen-background-image.right {
  background-position: 100%;
}

.section.black {
  background-color: var(--midnight-blue);
}

.section.black._80vh {
  flex-direction: column;
  height: 80vh;
  min-height: 800px;
  display: flex;
}

.section.black.legos {
  padding-top: 138px;
  padding-bottom: 0;
  overflow: visible;
}

.section.page-header {
  background-image: linear-gradient(#2a588c87, #2a588c87), url('../images/foto11.webp'), url('../images/foto7.webp'), url('../images/6995c9485108d50ff6464221_P1155764-r-artguru.webp');
  background-position: 0 0, 0 0, 0 0, 50% 42%;
  background-repeat: repeat, repeat, repeat, repeat-x;
  background-size: auto, cover, cover, cover;
  min-height: 32em;
  padding-top: 220px;
  padding-bottom: 60px;
}

.section.page-header.image {
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 160px;
}

.section.page-header.v1 {
  background-image: linear-gradient(#2a588c87, #2a588c87), url('../images/foto7.webp'), url('../images/6995c9485108d50ff6464221_P1155764-r-artguru.webp');
  background-position: 0 0, 0 0, 50% 42%;
  background-repeat: repeat, repeat, repeat-x;
  background-size: auto, cover, cover;
}

.section.page-header.v2 {
  background-image: linear-gradient(#2a588c87, #2a588c87), url('../images/foto12.webp'), url('../images/foto11.webp'), url('../images/foto7.webp'), url('../images/6995c9485108d50ff6464221_P1155764-r-artguru.webp');
  background-position: 0 0, 0 0, 0 0, 0 0, 50% 42%;
  background-repeat: repeat, repeat, repeat, repeat, repeat-x;
  background-size: auto, cover, cover, cover, cover;
}

.section.full-screen {
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section.top-divider {
  border-top: 1px solid var(--alice-blue);
}

.section.pale-blue {
  background-color: var(--096ad0);
}

.section.map {
  background-image: url('../images/map.svg');
  background-size: cover;
}

.section.legowerk-footer {
  margin-left: 5%;
  margin-right: 5%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.section.home {
  background-color: var(--transparent);
  color: var(--steel-blue);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.home._2 {
  margin-top: 2rem;
}

.section.other {
  background-color: var(--azul-pucv);
}

.section.other.home {
  background-image: linear-gradient(260deg, transparent 10%, var(--azul-pucv)), url('../images/friendly-atmosphere-group-young-freelancers-office-have-conversation-smiling-_1_-1.webp');
  background-position: 0 0, 50% 85%;
  background-repeat: repeat, repeat-x;
  background-size: auto, cover;
  margin-top: 0;
  margin-bottom: 1rem;
}

.section.other.home.alumni {
  background-image: linear-gradient(260deg, transparent 10%, var(--azul-pucv)), url('../images/positive-university-students-smiling.webp');
  background-position: 0 0, 100% 85%;
  padding-left: 0;
  display: none;
}

.section.v3 {
  display: none;
}

.wrapper {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding-left: 5rem;
  padding-right: 5rem;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.wrapper.grid-container {
  z-index: -1;
  display: block;
  position: fixed;
  inset: auto 0 0;
}

.wrapper.space-around {
  -webkit-text-stroke-color: var(--azul-pucv);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wrapper.space-around.part-2 {
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  margin-left: 5rem;
  margin-right: 5rem;
  padding-left: 5rem;
}

.wrapper.navbar-2 {
  flex-direction: row;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.wrapper.centre-align {
  align-items: center;
  display: flex;
  overflow: visible;
}

.wrapper.lg-negative-margins {
  flex-direction: row;
  flex: 0 auto;
  margin-top: -80px;
  margin-bottom: -80px;
  display: flex;
}

.wrapper.navbar {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  height: 4rem;
  margin-top: .5rem;
  margin-left: auto;
  padding: 0 5%;
  display: flex;
}

.wrapper.components._2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.wrapper.introduction {
  z-index: -1;
  transform-origin: 50% 100%;
  height: 100%;
  position: absolute;
}

.wrapper.mobile-navbar-container {
  flex-direction: column;
  align-items: stretch;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.color-block {
  background-color: var(--alice-blue);
  border-radius: 3px;
  width: 100px;
  height: 100px;
  margin-left: 0;
  margin-right: 0;
}

.color-block.steel-blue {
  background-color: var(--steel-blue);
}

.color-block.black {
  background-color: var(--midnight-blue);
}

.color-block.white {
  background-color: #fff;
}

.color-block.white.border {
  border: 1px solid #3d9afc;
}

.color-block.light-blue {
  border-style: none;
}

.grid {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  height: 100vh;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.grid.intro {
  height: 100%;
}

.block {
  border-style: none;
  border-width: 1px;
  flex-wrap: nowrap;
  flex: 1;
  place-content: flex-start;
  align-items: flex-start;
  min-width: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.block.lg-50 {
  float: left;
  justify-content: center;
  width: 50%;
  min-height: 400px;
  padding: 80px;
  display: flex;
}

.column-overlay {
  border-left: 1px solid #096ad00d;
  border-right: 1px solid #096ad00d;
  width: 100%;
  height: 100%;
}

.column-overlay.white {
  border-left-color: #ffffff14;
  border-right-color: #ffffff14;
}

.centre-align {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: block;
}

.centre-align.bottom-margin {
  margin-bottom: 40px;
}

.col {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.col.centre-align {
  align-items: center;
}

.col.lg-4 {
  flex-wrap: wrap;
  flex: 0 auto;
  width: 33.33%;
}

.col.lg-4.align-bottom {
  justify-content: flex-end;
}

.col.lg-4.align-bottom.md-4 {
  align-items: center;
}

.col.lg-4.sm-2.lg-vertical-align {
  justify-content: center;
}

.col.lg-4.flex-stretch {
  align-items: stretch;
}

.col.lg-4.flex-stretch.md-4 {
  padding-left: 0;
  padding-right: 0;
}

.col.lg-3 {
  flex: none;
  width: 25%;
}

.col.lg-3.md-4.footer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.col.lg-3.no-padding {
  float: left;
}

.col.lg-3.flex-stretch {
  align-items: stretch;
}

.col.lg-3.sm-1.flex-stretch.xs-2 {
  width: 100%;
}

.col.lg-3.sm-2.auditorio {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.col.lg-3.sm-2.hone {
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.col.lg-1 {
  flex: 0 auto;
  width: 5%;
}

.col.lg-1.hidden-lg-down {
  width: 5%;
}

.col.lg-6 {
  width: 85%;
  color: var(--azul-pucv);
  flex: 0 auto;
  align-items: flex-start;
  font-family: Montserrat, Arial, sans-serif;
}

.col.lg-6.centre-align {
  justify-content: flex-start;
  align-items: center;
}

.col.lg-6.centre-align-vertical {
  justify-content: center;
}

.col.lg-6.md-3.centre-align {
  align-items: center;
}

.col.lg-6.md-3.sm-2 {
  width: 80%;
}

.col.lg-6.md-3.xs-2._70 {
  width: 70%;
}

.col.lg-6.md-4.how {
  width: 70%;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.col.lg-6.sm-margin-bottom.stretch {
  align-items: stretch;
}

.col.lg-2 {
  width: 16.66%;
}

.col.lg-2.md-2.xs-1 {
  width: 100%;
}

.col.lg-5 {
  justify-content: center;
  align-items: center;
  width: 41.66%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.col.lg-5.align-vertically {
  justify-content: center;
  align-items: flex-start;
}

.col.lg-5.bottom-margin-mobile.dif {
  justify-content: center;
  align-items: flex-start;
  margin-left: 2rem;
  font-family: Montserrat, Arial, sans-serif;
}

.col.lg-5.md-4 {
  padding-left: 0;
}

.col.lg-5.md-3 {
  width: 45%;
}

.col.lg-7 {
  width: 58.33%;
}

.col.lg-8 {
  width: 66.66%;
}

.col.lg-9 {
  width: 75%;
}

.col.lg-10 {
  width: 83.33%;
}

.col.lg-11 {
  width: 91.66%;
}

.col.lg-12 {
  width: 100%;
}

.col.auditorio {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-small {
  color: var(--azul-pucv);
  text-align: left;
  margin-bottom: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.paragraph-small.no-top-margins {
  text-align: center;
  margin-top: 0;
}

.paragraph-small.align-to-h1 {
  margin-bottom: 6px;
  margin-left: 5px;
}

.paragraph-small.divider-line {
  margin-left: 8px;
  margin-right: 8px;
}

.paragraph-small.short-paragraph {
  width: 75%;
}

.paragraph-small.white {
  color: #fff9;
}

.paragraph-small.footer {
  margin-bottom: 0;
  font-size: 13px;
}

.paragraph-small.home {
  color: var(--azul-pucv);
  font-family: Montserrat, Arial, sans-serif;
}

.paragraph-small.home.center {
  color: var(--azul-pucv);
}

.paragraph-small.other {
  font-weight: 600;
}

.paragraph-small.center, .paragraph-small.contacto {
  text-align: center;
}

.row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  place-items: center;
  margin-left: -15px;
  margin-right: -15px;
  font-family: Montserrat, Arial, sans-serif;
  display: grid;
}

.row.flex-horizontal {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.row.flex-horizontal.blue.padding {
  margin-left: -30px;
  margin-right: -30px;
  padding: 20px;
}

.row.flex-horizontal.no-bottom-margin {
  margin-bottom: 0;
}

.row.centre-align {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.row.centre-align.heading-2 {
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
}

.row.align-centre {
  justify-content: center;
  align-items: flex-start;
}

.row.align-centre.flex-vertical-align {
  align-items: center;
  display: none;
}

.row.align-centre.cta {
  display: block;
}

.row.auditorio {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.row.grilla-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.row.footer {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.row.faq {
  grid-template-columns: 1fr;
  display: block;
}

.row.form {
  flex-flow: row;
  display: flex;
}

.button {
  border: 1px solid var(--steel-blue);
  background-color: var(--azul-pucv);
  border-radius: 40px;
  padding: 10px 25px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  transition: all .2s;
  box-shadow: 0 4px 11px #013a7554;
}

.button:hover {
  border: 1px solid var(--steel-blue);
  background-color: var(--steel-blue);
  color: #fff;
  transform: translate(0, -4px);
  box-shadow: 0 6px 20px #013a7554;
}

.button.ghost {
  border: 1px solid var(--steel-blue);
  box-shadow: none;
  color: var(--white);
  background-color: #0000;
  font-family: Montserrat, Arial, sans-serif;
}

.button.ghost:hover {
  background-color: var(--azul-pucv);
  color: #fff;
  background-image: none;
  transform: none;
}

.button.ghost.reversed {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.button.ghost.reversed:hover {
  color: var(--steel-blue);
  background-color: #fff;
}

.button.ghost.footer {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--white);
  background-color: #9c9cac38;
  border-color: #ffffff14;
}

.button.ghost.footer:hover {
  border-style: none;
  border-color: var(--azul-pucv);
  background-color: #9c9cac94;
}

.button.ghost.footer.salas {
  background-color: var(--azul-pucv);
}

.button.ghost.auditorio {
  border-color: var(--white);
  color: var(--white);
}

.button.ghost.auditorio:hover {
  border-color: var(--azul-pucv);
}

.button.ghost.auditorio._404 {
  background-color: var(--azul-pucv);
  margin-top: 2rem;
}

.button.reversed {
  color: var(--steel-blue);
  background-color: #fff;
}

.button.reversed:hover {
  background-image: none;
}

.button.lg-wide {
  text-align: center;
  width: 100%;
}

.button.margin-left {
  border-color: var(--azul-pucv);
  background-color: var(--azul-pucv);
  margin-right: 20px;
  font-family: Montserrat, Arial, sans-serif;
}

.button.side-margins {
  margin-left: 16px;
  margin-right: 16px;
}

.button.form-button {
  box-shadow: none;
  border-radius: 0 3px 3px 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
}

.button.white {
  color: var(--steel-blue-60);
  background-color: #fff;
  border-style: none;
  margin-bottom: 20px;
  margin-right: 20px;
  box-shadow: 0 4px 11px #013a751a;
}

.navbar {
  background-color: #0000;
  flex-direction: row;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.navbar.fixed {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  width: 100%;
  height: 5rem;
  color: var(--white);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: block;
  position: fixed;
}

.margin-bottom {
  background-color: var(--transparent);
  color: var(--azul-pucv);
  border-radius: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 20px;
  display: flex;
}

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

.margin-bottom.align-left {
  text-align: left;
}

.margin-bottom.ns {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: start;
  place-items: center stretch;
  width: 100%;
  margin-bottom: 10px;
  display: grid;
}

.margin-bottom.ns.vertical {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Montserrat, Arial, sans-serif;
  display: flex;
}

.form {
  width: 100%;
}

.form-field {
  background-color: var(--096ad0);
  width: 100%;
  min-width: 0;
  color: var(--azul-pucv);
  background-image: none;
  border-style: none;
  border-radius: 3px;
  margin-bottom: 20px;
  padding: 10px 16px;
  font-family: Montserrat, Arial, sans-serif;
}

.form-field::placeholder {
  color: var(--steel-blue);
}

.form-field.no-bottom-margins {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.form-field.no-bottom-margins.margin-right {
  margin-right: 20px;
}

.form-field.side-margins {
  margin-left: 16px;
  margin-right: 16px;
}

.text-area {
  background-color: var(--096ad0);
  min-height: 140px;
  color: var(--azul-pucv);
  border-style: none;
  border-radius: 3px;
  margin-bottom: 20px;
  padding-top: 16px;
  padding-left: 16px;
  font-family: Montserrat, Arial, sans-serif;
}

.text-area::placeholder {
  color: var(--azul-pucv);
  -webkit-text-stroke-color: var(--azul-pucv);
}

.page-preview-link {
  background-color: var(--midnight-blue);
  width: 100%;
  box-shadow: none;
  justify-content: flex-start;
  align-items: center;
  padding: 36px;
  font-family: Montserrat, Arial, sans-serif;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.page-preview-link:hover {
  background-image: radial-gradient(circle farthest-corner at 0% 0%, #2279d4, var(--steel-blue));
  transform: translate(0, -4px);
  box-shadow: 0 8px 40px #0000001a;
}

.page-wrapper {
  overflow: hidden;
}

.price-table-container {
  border: 1px solid var(--alice-blue);
  border-radius: 6px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 50px;
  display: flex;
}

.price-table-container.flex-stretch {
  align-items: stretch;
}

.price-table-container.link {
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  transition: border .2s ease-in-out;
}

.price-table-container.link:hover {
  border-color: var(--steel-blue);
}

.logo {
  flex: 1;
  margin-left: 20px;
  position: absolute;
}

.logo.w--current {
  flex: 1;
}

.logo.rel {
  align-items: center;
  margin-left: 0;
  display: flex;
  position: relative;
}

.logo.rel.w--current {
  flex: 0 auto;
  display: flex;
}

.column-styleguide {
  border: 1px solid var(--steel-blue);
  background-color: #096ad00f;
  border-radius: 6px;
  width: 100%;
  height: 40px;
  margin-bottom: 0;
}

.styleguide-caption {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.styleguide-caption.small-divider {
  margin-top: -15px;
  font-size: 12px;
}

.white {
  color: #fff;
  font-weight: 300;
}

.horizontal-line {
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-bottom: 40px;
}

.horizontal-line.blue {
  background-color: var(--steel-blue);
}

.horizontal-line.light {
  color: var(--steel-blue);
  background-color: #297fcacc;
  margin-top: 10px;
  margin-bottom: 20px;
}

.horizontal-line.light.white {
  background-color: #fffc;
}

.footer-logo {
  align-self: auto;
  margin-top: 10px;
  margin-bottom: 0;
  display: block;
}

.footer-link {
  opacity: .5;
  color: var(--azul-pucv);
  cursor: pointer;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s ease-in-out;
}

.footer-link:hover {
  opacity: 1;
}

.footer-link.w--current {
  opacity: 1;
  font-weight: 500;
}

.footer-link.spacing {
  margin-left: 16px;
  margin-right: 16px;
}

.footer-link.spacing.last {
  margin-right: 0;
}

.footer-link.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.footer-link.no-padding.last {
  margin-right: -20px;
}

.social-media-icon {
  padding: 8px;
}

.testimonial-image {
  object-fit: contain;
  border-radius: 6px;
}

.contact-form-container {
  background-color: #fff;
  border-radius: 6px;
  width: 100%;
  padding: 20px 40px;
}

.contact-form-container.card {
  border: 1px none var(--alice-blue);
  background-color: #fff;
  padding: 60px;
  box-shadow: 10px 0 80px #1f2c3d1a;
}

.contact-form-container.card.white-background {
  border: 1px solid var(--steel-blue);
  background-color: #fff;
}

.contact-form-container.light-blue.padding {
  padding: 40px;
}

.icon {
  color: #fff;
  margin-bottom: 20px;
  font-size: 24px;
}

.light-blue {
  background-color: #096ad00a;
}

.question {
  color: var(--azul-pucv);
  align-items: flex-start;
  display: flex;
}

.answer-text {
  margin-top: 8px;
}

.question-arrow-icon {
  margin-top: 26px;
  margin-left: 24px;
  margin-right: 8px;
}

.question-arrow-icon.left {
  margin-top: 11px;
  margin-left: 0;
  margin-right: 16px;
}

.answer {
  color: #9096a4;
  padding-left: 64px;
  padding-right: 8px;
  display: block;
  overflow: hidden;
}

.answer._2 {
  margin-left: 32px;
  padding-left: 0;
  padding-right: 0;
}

.question-container {
  border: 1px solid var(--alice-blue);
  text-align: left;
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px 32px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.question-container.transparent {
  background-color: #0000;
  border-style: none;
  margin-bottom: 16px;
  padding: 10px 0;
}

.service-icon {
  float: left;
  border: 1px solid var(--steel-blue);
  width: 40px;
  height: 40px;
  color: var(--steel-blue);
  text-align: center;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 11px;
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.service-icon._2 {
  border-color: var(--steel-blue);
  width: 40px;
  height: 40px;
  color: var(--steel-blue);
  margin-top: 11px;
  margin-bottom: 0;
}

.question-text {
  flex: 1;
  margin-top: 15px;
  margin-left: 24px;
}

.div-block-8 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-2 {
  background-color: #fff;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-link-2 {
  color: var(--steel-blue);
  cursor: pointer;
  padding: 16px 20px 18px;
  font-size: 15px;
  line-height: 24px;
  transition: opacity .15s;
  position: relative;
}

.nav-link-2:hover {
  opacity: 1;
  color: var(--steel-blue);
}

.nav-link-2.w--current {
  color: var(--steel-blue);
  font-weight: 700;
  transition-property: none;
}

.nav-link-2.border {
  border: 1px solid var(--steel-blue);
  opacity: 1;
  border-radius: 50px;
  padding-top: 6px;
  padding-bottom: 6px;
  transition: background-color .2s;
}

.nav-link-2.border:hover, .nav-link-2.border.cta {
  background-color: var(--steel-blue);
  color: #fff;
}

.nav-link-2.dropdown {
  opacity: 1;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}

.nav-link-2.full-opacity {
  opacity: 1;
}

.nav-link-2.burger-nav {
  opacity: 1;
  color: #096ad099;
  background-color: #fff;
  flex: 0 auto;
  justify-content: center;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  transition: opacity .15s, color .2s;
  display: block;
  position: relative;
}

.nav-link-2.burger-nav:hover {
  opacity: 1;
  color: var(--steel-blue);
}

.menu-button-2.w--open {
  color: var(--alice-blue);
  background-color: #fff;
}

.nav-bar {
  z-index: 200;
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.nav-bar.sample-website {
  flex-direction: column;
  position: absolute;
}

.nav-bar.burger-nav {
  background-color: #fff;
}

.toggle-grid {
  z-index: 100;
  background-color: var(--midnight-blue);
  color: #fff;
  border-radius: 60px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 16px;
  position: fixed;
  bottom: 0;
  right: 0;
}

.logo-navbar {
  max-width: 200px;
}

.logo-navbar.white {
  width: auto;
}

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

.partner-logo {
  width: 100px;
}

.phone-image.negative-margins {
  margin-bottom: -125px;
}

.no-margins {
  color: var(--azul-pucv);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.no-margins.white {
  color: var(--white);
  font-weight: 300;
}

.no-margins.white.bold {
  text-transform: capitalize;
  font-weight: 500;
}

.no-margins.white.bold.v3 {
  text-transform: none;
  font-weight: 300;
}

.no-margins.white.v2 {
  text-transform: capitalize;
  font-size: 18px;
}

.no-margins.white.v5 {
  font-size: 18px;
}

.no-margins.white.ter {
  color: var(--azul-pucv);
  margin-bottom: 60px;
  font-size: 18px;
}

.styleguide-small-divider {
  opacity: .3;
  width: 100%;
  margin-top: 0;
}

.no-bottom-margins {
  text-align: center;
  margin-bottom: 0;
}

.margin-top {
  margin-top: 20px;
}

.column-image {
  margin-bottom: 20px;
  transition: transform .2s;
}

.column-image:hover {
  transform: translate(0, -5px);
}

.slider {
  background-color: #0000;
  width: 85%;
  height: 40%;
  margin-left: 0;
  margin-right: 0;
}

.slide {
  background-color: #0000;
}

.slide.small {
  width: 70%;
  margin-left: 10px;
  margin-right: 10px;
}

.slider-arrow {
  color: var(--azul-pucv);
}

.slide-nav {
  color: var(--steel-blue);
}

.full-width-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.overflow-visible {
  overflow: visible;
}

.small-icon {
  float: left;
  margin-right: 16px;
  display: block;
}

.inline-form {
  width: 75%;
  display: flex;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.components-list-container {
  background-color: var(--midnight-blue);
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  display: none;
}

.components-list-container._2 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: none;
}

.components-list-container._1 {
  display: none;
}

.flex-stretch {
  flex-direction: column;
  display: flex;
}

.no-vertical-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.flex-horizontal-justify-start-align-centre {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.tick-icon {
  margin-right: 8px;
}

.flex-horizontal {
  display: flex;
}

.flex-horizontal.align-bottom {
  align-items: flex-end;
}

.blog-thumbnail-container {
  border: 1px solid var(--alice-blue);
  border-radius: 6px;
  flex: 1;
  margin-bottom: 30px;
  text-decoration: none;
  transition: all .2s;
  overflow: hidden;
}

.blog-thumbnail-container:hover {
  transform: translate(0, -5px);
}

.blog-thumbnail-container.no-border {
  border-style: none;
}

.blog-thumbnail-container.no-border:hover {
  transform: none;
}

.padding {
  padding: 20px;
}

.padding.no-horizontal-padding {
  padding-left: 0;
  padding-right: 0;
}

.masonry-div {
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 3px;
  flex: 1;
  width: 100%;
  margin-bottom: 30px;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.masonry-div.vertical {
  flex: 1;
}

.margin-bottom-gutter {
  margin-bottom: 30px;
}

.tab {
  width: 100%;
}

.tabs-menu {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.tab-link {
  border-bottom: 1px solid var(--40-azul-pucv);
  opacity: .5;
  width: 33.33%;
  color: var(--steel-blue);
  text-align: center;
  background-color: #0000;
  flex: 1;
  padding-top: 15px;
  padding-bottom: 15px;
}

.tab-link.w--current {
  border-style: none none solid;
  border-width: 2px;
  border-color: var(--azul-pucv);
  opacity: 1;
  background-color: #0000;
  font-weight: 700;
}

.intro-hero-headline {
  color: #fff;
  letter-spacing: -3px;
  font-size: 112px;
  font-weight: 300;
  line-height: 1em;
}

.intro-paragraph {
  opacity: .5;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5em;
}

.big-brick {
  width: 150px;
}

.big-brick._1 {
  margin-left: -50px;
}

.big-brick._2 {
  margin-top: 20px;
  margin-right: -150px;
}

.big-brick._3 {
  margin-top: 20px;
  margin-left: -200px;
  position: relative;
}

.big-brick._4 {
  z-index: 1;
  position: relative;
}

.small-brick {
  width: 100px;
}

.small-brick._2 {
  margin-top: 20px;
  margin-left: -50px;
}

.bricks-container {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -66px;
  margin-bottom: 238px;
  display: flex;
  transform: scale(2);
}

.white-bricks {
  z-index: 1;
  flex-flow: row;
  flex: 0 auto;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.blue-bricks {
  align-items: flex-start;
  margin-left: -50px;
  display: flex;
}

.centred-logo-container {
  justify-content: center;
  display: flex;
}

.text-block {
  color: #fff;
  text-transform: capitalize;
  font-size: 14px;
}

.nav-link-with-icon-containr {
  align-items: center;
  display: flex;
}

.menu-icon {
  margin-right: 8px;
}

.navbar-links-container {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dark-blue {
  background-color: var(--midnight-blue);
}

.nav-link {
  color: var(--azul-pucv);
  letter-spacing: 2px;
  text-transform: capitalize;
  cursor: pointer;
  padding: 26px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.nav-link.cta {
  background-color: var(--azul-pucv);
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 40px;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color .1s ease-in-out;
}

.nav-link.cta:hover {
  background-color: #328ae6;
}

.nav-link._1 {
  text-transform: capitalize;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
}

.nav-link._2 {
  text-transform: capitalize;
  font-size: 14px;
}

.back-to-legowerk-link {
  z-index: 100;
  background-color: var(--midnight-blue);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 90px;
  margin: 16px;
  padding: 8px 14px;
  font-size: 10px;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
}

.dropdown-container {
  background-color: var(--midnight-blue);
  vertical-align: sub;
  width: 100%;
  margin-top: 36px;
  display: block;
  position: fixed;
}

.dropdown-container._1, .dropdown-container._2 {
  z-index: 1;
  margin-top: 45px;
  display: block;
  position: static;
}

.components-wrapper {
  border-style: solid none;
  border-width: 20px;
  border-color: var(--alice-blue);
  overflow: hidden;
}

.hover.hover-on-image {
  opacity: 1;
  background-color: #e4f1fd;
  width: auto;
  height: 100%;
  padding: 30px;
  display: block;
  position: absolute;
}

.portrait-container {
  margin-bottom: 30px;
  position: relative;
}

.team-small-container {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 60px;
  display: flex;
}

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

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

.bold {
  color: var(--azul-pucv);
  font-weight: 700;
}

.form-with-button {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.testimonial-container {
  background-color: #fff;
  align-items: flex-start;
  padding: 50px;
  display: flex;
}

.testimonial-container.border {
  border: 1px solid var(--steel-blue);
  background-color: #fff;
  border-radius: 3px;
  align-items: flex-start;
  display: flex;
}

.quotation-mark {
  opacity: .1;
  margin-right: 24px;
}

.slider-3 {
  background-color: #0000;
  height: 100%;
}

.slide-nav-2 {
  margin-top: 20px;
  margin-bottom: -20px;
  font-size: 10px;
  position: relative;
}

.hide {
  display: none;
}

.flex-horizontal-space-between {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.horizontal-short-line {
  background-color: var(--alice-blue);
  height: 1px;
  margin-left: -50px;
  margin-right: -50px;
}

.div-block-32 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.social-link {
  border: 1px solid var(--steel-blue);
  background-color: var(--steel-blue);
  border-radius: 50px;
  margin-left: 6px;
  margin-right: 6px;
  padding: 8px;
  display: inline;
}

.team-small-container-1 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.team-container {
  margin-bottom: 30px;
}

.section-header {
  color: var(--azul-pucv);
  text-align: center;
  justify-content: center;
  margin: 0 auto 20px;
  display: block;
}

.section-header.home {
  color: var(--azul-pucv);
  margin-bottom: 40px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
}

.section-header.home.v2 {
  margin-bottom: 0;
  font-weight: 300;
}

.section-header.home.v2.v5 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 18px;
}

.section-header.home.margin {
  margin-bottom: 60px;
  font-weight: 300;
}

.section-header.contact {
  margin-bottom: 20px;
}

.half-screen-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  display: flex;
}

.page-title {
  color: #fff;
}

.short-paragraph {
  width: 75%;
  color: var(--azul-pucv);
}

.short-paragraph.white {
  color: var(--white);
  font-family: Montserrat, Arial, sans-serif;
}

.div-block-33 {
  width: 100%;
}

.app-download-button {
  float: left;
  margin-right: 30px;
}

.feature-icon-horizontal {
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.icon-side {
  width: 50px;
  margin-right: 30px;
}

.value-proposition-container.vertical-align {
  flex: 1;
  align-items: center;
  display: flex;
}

.value-proposition-buttons {
  margin-top: 40px;
}

.value-proposition-buttons.horizontal {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-top: 0;
  display: flex;
}

.value-proposition-hero-image.margin-auto {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.computer-image {
  width: 70vw;
  margin-left: 10vw;
  position: absolute;
}

.computer-image-container {
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.row-3 {
  flex-wrap: wrap;
  align-content: stretch;
  align-items: stretch;
  margin-bottom: 40px;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.row-3.centre-align {
  justify-content: center;
  display: flex;
}

.col-2 {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.col-2.lg-6 {
  flex: 0 auto;
  align-items: flex-start;
  width: 50%;
}

.col-2.lg-1 {
  flex: 0 auto;
  width: 8.33%;
}

.side-image.lightbox-video {
  position: relative;
}

.side-image.map {
  background-image: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.border-to-edge-picture {
  float: left;
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-size: cover;
  width: 100vw;
  height: 600px;
  position: relative;
  top: 0;
}

.big-blog-thumbnail-container {
  margin-bottom: 80px;
  transition: transform .2s ease-in-out;
}

.big-blog-thumbnail-container.no-bottom-margins {
  margin-bottom: 0;
}

.intro-feature-container {
  border-radius: 3px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.intro-feature-container.bottom-right {
  justify-content: space-between;
  align-items: stretch;
}

.features-phone-image {
  margin-top: -30px;
  margin-left: -30px;
}

.features-mac {
  margin-bottom: -30px;
  margin-right: -30px;
}

.mac-container {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-block-35 {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rich-text-block {
  text-align: left;
}

.rich-text-block img {
  margin-top: 40px;
  margin-bottom: 40px;
}

.starter-website-image {
  margin-bottom: -75px;
  margin-right: -208px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.success-message {
  background-color: var(--096ad0);
}

.footer-heading {
  color: var(--azul-pucv);
  text-transform: capitalize;
  margin-bottom: 20px;
  font-family: Montserrat, Arial, sans-serif;
  text-decoration: none;
}

.div-block-39 {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-links-container {
  flex-direction: column;
  display: flex;
}

.footer-logo-2 {
  max-width: 200px;
  margin-bottom: 0;
  position: static;
}

.avatar-container {
  display: flex;
}

.div-block-48 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.full-width {
  width: 100%;
}

.works-link {
  text-decoration: none;
}

.low-opacity {
  color: var(--steel-blue-60);
}

.feature-image {
  height: 60px;
}

.masonry-div-header {
  color: #fff;
}

.centred-logo {
  margin-left: 20px;
  margin-right: 20px;
}

.video-placeholder {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.lightbox-link {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  transition: transform .2s ease-in-out;
  display: flex;
}

.lightbox-link:hover {
  transform: scale(1.01);
}

.play-icon {
  position: absolute;
}

.transparent-overlay {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.dropdown-link-text {
  margin-right: 20px;
  text-decoration: none;
}

.dropdown-chevron {
  margin-right: -1px;
}

.dropdown-link {
  opacity: .6;
  color: var(--steel-blue);
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 15px;
}

.dropdown-link:hover, .dropdown-link.w--current {
  opacity: 1;
}

.dropdown-list-2 {
  border: 1px solid #000;
}

.dropdown-list-2.w--open {
  border-color: var(--steel-blue);
  opacity: 1;
  background-color: #fff;
  border-radius: 6px;
  margin-top: 0;
}

.small-slide {
  width: 50%;
  padding-left: 30px;
  padding-right: 30px;
}

.partner-logo-container {
  margin-right: 3rem;
}

.right-arrow {
  color: var(--azul-pucv);
}

.date-container {
  display: flex;
}

.value-point-container {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.negative-margin {
  margin-left: 0;
}

.container-2 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.blog-thumbnail {
  transition: transform .15s;
}

.blog-thumbnail:hover {
  transform: translate(0, -5px);
}

.blog-tag {
  background-color: var(--steel-blue);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 30px;
  padding: 6px 10px;
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
}

.blog-content-preview-container {
  margin-top: -37px;
  position: relative;
}

.back-icon {
  margin-right: 8px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  width: 320px;
  padding: 30px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.utility-page-icon {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.shadow {
  z-index: 0;
  position: absolute;
  top: 20px;
  bottom: 0;
  left: 16px;
}

.shadow._1 {
  inset: auto 2px -10px auto;
}

.video-preview {
  z-index: 1;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.play-icon-1 {
  z-index: 2;
  position: relative;
}

.video-preview-container {
  z-index: 1;
  transition: transform .2s;
  position: relative;
}

.video-preview-container:hover {
  z-index: 1;
  position: relative;
  transform: translate(-5px, -5px);
}

.acme-logomark {
  margin-right: 10px;
}

.map {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  border-radius: 6px;
  overflow: hidden;
}

.pin {
  position: absolute;
}

._0-opacity {
  opacity: 0;
}

.lightbox-image {
  transition: transform .2s ease-in-out;
}

.lightbox-image:hover {
  transform: translate(0, -5px);
}

.how-it-works-line {
  background-color: #096ad033;
  width: 100vw;
  height: 1px;
  position: absolute;
  top: 315px;
}

.how-it-works-step {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.step-number {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, Arial, sans-serif;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.circle {
  z-index: 1;
  width: 60px;
  height: 60px;
  color: var(--azul-pucv);
  background-color: #fff;
  border: 1px #096ad0;
  border-radius: 49px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  box-shadow: 0 5px 30px #1f2c3d1a;
}

.how-it-works-tab {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.step-container {
  margin-bottom: 80px;
}

.no-underline {
  text-decoration: none;
}

.heading {
  color: var(--azul-pucv);
  text-transform: capitalize;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
}

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

.heading-2 {
  color: var(--azul-pucv);
  text-transform: capitalize;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
}

.heading-2.center {
  text-align: center;
}

.heading-3 {
  color: var(--azul-pucv);
  text-transform: capitalize;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
}

.heading-3.center {
  text-align: center;
}

.text-block-3, .text-block-4, .text-block-5, .text-block-6, .text-block-7 {
  color: var(--azul-pucv);
  text-transform: capitalize;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 18px;
}

.heading-4, .heading-5, .heading-6, .heading-7 {
  text-transform: capitalize;
}

.heading-8 {
  color: var(--white);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 42px;
}

.heading-8._2 {
  margin-bottom: 0;
  font-size: 54px;
}

.flipcard-back-title {
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 28px;
  font-size: 23px;
  line-height: 1.4em;
}

.flipcard-title {
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 23px;
  line-height: 1.4em;
}

.flipcard-back {
  background-color: #fff;
  background-image: linear-gradient(125deg, var(--40-azul-pucv) 61%, #0a15221a 76%, transparent), url('../images/P1177085-r-1.webp');
  backface-visibility: hidden;
  height: 300px;
  transform-style: preserve-3d;
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
  line-height: 1.4em;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
  box-shadow: 7px 7px 40px 6px #00000017;
}

.flipcard-wrapper {
  position: relative;
}

.flipcard-front {
  background-image: linear-gradient(125deg, var(--azul-pucv), var(--steel-blue-60)), url('../images/WEB-V2.1banner.webp');
  backface-visibility: hidden;
  color: #fff;
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 300px;
  padding-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  box-shadow: 7px 7px 40px 6px #00000017;
}

.flipcard-subtitle {
  max-width: 215px;
  font-weight: 400;
  line-height: 21px;
}

.container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  perspective: 1500px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  max-width: 100%;
  display: grid;
}

.flipcard-more {
  cursor: pointer;
  position: absolute;
  inset: auto auto 10% 10%;
}

.flipcard-less {
  cursor: pointer;
  position: absolute;
  bottom: 10%;
  left: 10%;
  right: auto;
}

.heading-9 {
  font-size: 30px;
}

.heading-9.white {
  font-family: Montserrat, Arial, sans-serif;
}

.heading-10 {
  font-size: 30px;
}

.heading-11 {
  text-transform: capitalize;
  font-size: 30px;
}

.heading-12, .heading-13 {
  font-size: 30px;
}

.form-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center start;
  display: grid;
}

.heading-14 {
  color: var(--azul-pucv);
}

.div-block-51 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.heading-15 {
  width: 100%;
  color: var(--azul-pucv);
  font-family: Montserrat, Arial, sans-serif;
}

.heading-15.v2 {
  font-size: 35px;
  font-weight: 500;
}

.checkbox-label {
  font-family: Montserrat, Arial, sans-serif;
  display: none;
}

.mask {
  height: 40rem;
}

.heading-16 {
  color: var(--azul-pucv);
  text-align: center;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 300;
}

.heading-17 {
  margin-bottom: 0;
}

.heading-17.left {
  text-align: left;
}

.heading-18, .heading-19, .heading-20 {
  color: var(--azul-pucv);
  text-transform: capitalize;
}

.uui-text-size-medium {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-heading-xsmall {
  color: var(--azul-pucv);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-lightbox_play-icon {
  z-index: 2;
  -webkit-backdrop-filter: saturate(150%) blur(12px);
  backdrop-filter: saturate(150%) blur(12px);
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 100%;
  width: 8rem;
  height: 8rem;
  position: absolute;
}

.lightbox_video-overlay-layer {
  z-index: 1;
  background-color: #1d29391a;
  background-image: url('../images/6995c9485108d50ff6464221_P1155764-r-artguru.webp');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 35rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.uui-layout62_tabs-link {
  border-left: 4px solid var(--untitled-ui--gray100);
  background-color: #0000;
  padding: 1.5rem 0 1.5rem 2rem;
  display: block;
}

.uui-layout62_tabs-link.w--current {
  border-left-width: 4px;
  border-left-color: var(--azul-pucv);
  opacity: 1;
  background-color: #0000;
}

.uui-layout62_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 40px;
  display: grid;
}

.uui-layout62_image-wrapper {
  background-color: var(--untitled-ui--gray100);
  background-image: url('../images/20240606_123859.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  min-height: 35rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-layout62_image-wrapper._2 {
  background-image: url('../images/20240531_192026.webp');
  background-size: cover;
  border-radius: 20px;
}

.uui-layout62_image-wrapper._3 {
  background-image: url('../images/DSC06008-1.webp');
  background-position: 50%;
  background-size: cover;
}

.uui-layout62_image-wrapper._4 {
  background-image: url('../images/Copia-de-P1049502.webp');
  background-size: cover;
}

.uui-layout62_image-wrapper._5 {
  background-image: url('../images/Copia-de-P1049687.webp');
  background-size: cover;
}

.uui-layout62_image-02 {
  width: 18rem;
  min-width: 18rem;
  position: absolute;
  top: 7rem;
  left: 2rem;
  right: 0%;
}

.uui-layout62_image-01 {
  width: 24rem;
  min-width: 24rem;
  position: absolute;
  top: 2rem;
  left: auto;
  right: -1.5rem;
}

.uui-layout62_lightbox {
  background-color: var(--untitled-ui--gray100);
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 33rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-layout62_lightbox-image {
  border: .25rem solid var(--untitled-ui--gray900);
  border-radius: .5rem;
  width: 40rem;
  min-width: 40rem;
  position: absolute;
  inset: auto 3rem auto auto;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-padding-vertical-xhuge {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.paragraph, .paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5 {
  color: var(--azul-pucv);
}

.html {
  width: 0;
  height: 0;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.card_fill {
  z-index: 1;
  background-color: #323341;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.tab-section {
  padding-bottom: 0;
  padding-left: 2rem;
  padding-right: 2rem;
}

.left_paragraph {
  color: var(--azul-pucv);
  margin-top: .9em;
  margin-bottom: 1.8em;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 15px;
}

.left_paragraph.v2 {
  color: var(--white);
}

.left_heading {
  color: var(--azul-pucv);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 54px;
  font-weight: 500;
}

.left_heading.v2 {
  color: var(--white);
  font-weight: 300;
}

.hero_left {
  z-index: 2;
  width: 100%;
  position: relative;
}

.cards_cms_item {
  z-index: 1;
  border: 1px solid var(--azul-pucv);
  background-color: var(--white);
  cursor: pointer;
  border-radius: 15px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .5em;
  padding: 1em 2em;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cards_cms_item:hover {
  padding-left: 2.7em;
}

.cards_cms_item.is--current {
  border-width: 1px;
  border-color: var(--azul-pucv);
  background-color: var(--white);
  color: var(--azul-pucv);
  border-radius: 40px;
  margin-bottom: .5em;
  padding: 1em 2em;
  font-family: Montserrat, Arial, sans-serif;
  text-decoration: none;
  box-shadow: 5px 5px 5px #0003;
}

.hero_right {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  height: auto;
  display: flex;
  position: relative;
}

.visual_cms_list {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.card_heading {
  color: var(--azul-pucv);
  letter-spacing: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  text-decoration: none;
}

.container-3 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 10em;
}

.container-3.is--hero {
  justify-content: space-between;
  align-items: flex-start;
  max-width: none;
  min-height: 0;
  padding: 0;
  display: flex;
}

.cards_cms_list {
  width: 90%;
  color: var(--azul-pucv);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  font-family: Montserrat, Arial, sans-serif;
  text-decoration: none;
}

.card_icon {
  color: #f2fe9a;
  width: 2em;
  height: 2em;
  margin-right: 1.3em;
}

.app_circle {
  z-index: 1;
  opacity: .37;
  filter: blur(4em);
  background-color: #d2e9ec;
  border-radius: 100vw;
  width: 70%;
  padding-top: 70%;
  position: absolute;
}

.card_wrap {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.visual_cms_item {
  z-index: 4;
  opacity: 0;
  max-width: none;
  height: 100%;
  transition: opacity .3s;
  position: absolute;
}

.visual_cms_item.is--current {
  opacity: 1;
  border-radius: 20px;
  height: 60%;
  position: static;
}

.image-10 {
  margin-right: 1rem;
}

.checkbox-field {
  margin-bottom: 20px;
}

.choose__columns.mod--points {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: 37.5rem;
  display: flex;
}

.choose__columns.mod--img {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -250px;
  display: grid;
}

.opacity60 {
  opacity: .6;
  color: var(--azul-pucv);
  font-family: Montserrat, Arial, sans-serif;
}

.container-4 {
  z-index: 2;
  width: 100%;
  max-width: 86rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.heading-col.max-width-560 {
  width: 100%;
}

.body-text-24 {
  color: var(--azul-pucv);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 23px;
  font-weight: 300;
}

.heading-columns {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3.5rem;
  display: block;
}

.heading-columns.center {
  justify-content: center;
  align-items: center;
}

.heading-columns.mobile {
  display: none;
}

.choose__img {
  border-radius: 1rem;
}

.choose__img.is--2 {
  width: 13.5rem;
  min-width: 13.5rem;
}

.choose__img.is--4 {
  width: 20.75rem;
  min-width: 20.75rem;
}

.choose__img.is--3 {
  width: 13.5rem;
  min-width: 13.5rem;
}

.choose__img.is--1 {
  object-fit: fill;
  width: 20.75rem;
  min-width: 20.75rem;
}

.section-2 {
  padding: 2.75rem 2rem;
  display: none;
  position: relative;
  overflow: hidden;
}

.choose__col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.choose__col.mod--img {
  width: 20.75rem;
  overflow: hidden;
}

.choose__col.mod--img.is--2 {
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 15.625rem;
  display: flex;
}

.choose__col.mod--img.is--4 {
  justify-content: flex-end;
  height: 30.25rem;
  margin-top: -15.625rem;
}

.choose__col.mod--img.is--1 {
  justify-content: space-between;
  align-items: flex-end;
  height: 30.25rem;
}

.choose__col.mod--img.is--3 {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.choose__text-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.choose__content {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.choose__img-wrap {
  border-radius: 1rem;
  display: flex;
  overflow: hidden;
}

.choose__img-wrap.is--3 {
  justify-content: flex-end;
}

.choose__img-wrap.is--1 {
  align-items: flex-end;
}

.choose__img-wrap.is--4 {
  justify-content: flex-end;
}

.choose__img-wrap.is--2 {
  justify-content: flex-start;
}

.tag {
  color: #8c8c8c;
  margin-bottom: 1rem;
}

.icon-64 {
  width: 4rem;
  height: 4rem;
}

.section-sticky__wrap {
  z-index: 2;
  width: 100%;
  height: 300vh;
  display: block;
  position: relative;
}

.section-sticky__wrap.section-sticky__wrap-progress {
  z-index: 0;
  overflow: visible;
}

.process-content-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
  position: absolute;
}

.process-content-2._1 {
  z-index: 5;
  opacity: 1;
}

.process-content-2._2, .process-content-2._3, .process-content-2._4 {
  opacity: 0;
}

.step-block__progress-bar {
  background-color: #050505;
  width: 100%;
  height: .188rem;
  margin-top: .563rem;
  margin-bottom: 0;
  overflow: hidden;
}

.process-content-div {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.all-process-content-2 {
  align-items: flex-end;
  height: 100%;
  display: flex;
  position: relative;
}

.step-block__text-number {
  color: #7d8082;
  font-weight: 300;
}

.step-block__text-number.body-base.black-font {
  color: #050505;
}

.wrap__sticky {
  z-index: 1;
  position: static;
  inset: 0;
  overflow: hidden;
}

.wrap__sticky.sticky {
  background-color: #d1d1d1;
  height: 100vh;
  position: relative;
}

.wrap__sticky.sticky.sticky-5 {
  background-color: #0000;
  height: auto;
  top: 25%;
}

.base-section {
  justify-content: center;
  padding: 156px 32px;
  display: flex;
  position: relative;
}

.base-section.slider-section {
  background-color: #f8f8fb;
}

.stepper-wrap-2 {
  margin-top: 5rem;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.step-block {
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  height: 100%;
  margin-right: 20px;
  display: flex;
}

.step-block.step-block__4 {
  width: 15%;
  margin-right: 0%;
}

.step-block.step-block__3 {
  width: 15%;
  margin-right: 2%;
}

.step-block.step-block__1 {
  width: 49%;
  margin-right: 2%;
}

.step-block.step-block__2 {
  width: 15%;
  margin-right: 2%;
}

.step-block__progress-bar-inner {
  background-color: #f66c40;
  width: 100%;
  height: 1px;
  transform: translate(-100%);
}

.step-block__progress-bar-inner.progress-bar__3, .step-block__progress-bar-inner.progress-bar__4, .step-block__progress-bar-inner.progress-bar__1, .step-block__progress-bar-inner.progress-bar__2 {
  height: .188rem;
}

.section-sticky {
  position: relative;
  overflow: visible;
}

.dynamic-content__block-2 {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
}

.black-font {
  color: #151618;
}

.section-triggers {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0 0 0;
}

.section-triggers.section-triggers__scroll-down {
  width: 1px;
  display: flex;
  position: absolute;
  inset: 0 auto 0 0;
}

.grain {
  z-index: 1;
  opacity: .03;
  background-image: url('../images/Grain.gif');
  background-position: 0 0;
  background-size: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap._w-custom.w60-60 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.base-container {
  flex-flow: column;
  flex: 1;
  max-width: 1440px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.wrap-block__inner-fw-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 45vh;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.wrap-block__inner-fw-2.inner-fw__bottom {
  flex-direction: column;
  height: auto;
}

.body-base {
  color: #151618;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 120%;
}

.service-image {
  object-fit: cover;
  max-width: 110%;
  position: absolute;
}

.service-image._1 {
  z-index: 1;
  object-fit: cover;
}

.service-image._4, .service-image._2, .service-image._3 {
  opacity: 0;
}

.section-trigger {
  height: 1px;
  position: relative;
}

.section-trigger.section-trigger__4 {
  z-index: 999;
  background-color: #0000;
  width: 1px;
  position: absolute;
  top: 80%;
}

.section-trigger.section-trigger__2 {
  z-index: 999;
  background-color: #0000;
  width: 1px;
  height: 1px;
  position: absolute;
  top: 40%;
}

.section-trigger.section-trigger__1 {
  z-index: 999;
  background-color: #0000;
  width: 1px;
  height: 1px;
  position: absolute;
  top: 20%;
}

.section-trigger.section-trigger__3 {
  z-index: 999;
  background-color: #0000;
  width: 1px;
  height: 1px;
  position: absolute;
  top: 60%;
}

.bold-span {
  font-weight: 600;
}

.feat-1 {
  z-index: 3;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  inset: 0%;
}

.sticky-feauters-wrap {
  position: sticky;
  top: 10em;
}

.counters-wrap {
  z-index: 1;
  background-color: #fff;
  align-items: center;
  height: 10vh;
  display: flex;
}

.counter-num-1 {
  color: #000;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.6;
}

.my-container {
  padding: 10em;
  position: relative;
}

.my-container.no-bot-pad {
  padding-bottom: 0;
}

.num-touch {
  color: #000;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.6;
}

.feat-2 {
  z-index: 2;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  opacity: 0;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  inset: 0%;
}

.scroll-track {
  height: 490vh;
}

.counter-num-2 {
  color: #9ea0a8;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.6;
}

.counter-fill-1 {
  transform-origin: 0%;
  background-color: #000;
  width: 100%;
  height: .25em;
  position: absolute;
  inset: 0%;
}

.info-basic {
  color: #000;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
}

.info-basic.enlarge {
  font-size: 1.4em;
}

.counter-fill-3 {
  transform-origin: 0%;
  background-color: #000;
  width: 100%;
  height: .25em;
  position: absolute;
  inset: 0%;
}

.counter-num-3 {
  color: #9ea0a8;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.6;
}

.feat-cont-holder {
  align-items: center;
  height: 60vh;
  position: relative;
}

.feat-line {
  display: none;
}

.counter-line {
  background-color: #9ea0a8;
  height: .25em;
  position: relative;
  overflow: hidden;
}

.grid-cell, .img-feature-wrap {
  padding: 5em;
}

.counter-fill-2 {
  transform-origin: 0%;
  background-color: #000;
  width: 100%;
  height: .25em;
  position: absolute;
  inset: 0%;
}

.counter-component {
  flex: 1;
  margin-left: .6em;
  margin-right: .6em;
  text-decoration: none;
}

.feat-3 {
  z-index: 1;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  opacity: 0;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  inset: 0%;
}

.slider-arrow-right {
  width: 150px;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  top: 0;
  bottom: 5rem;
  right: 0;
}

.demo-wrapper {
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  inset: 0%;
}

._143-text-slider {
  background-color: #0000;
  width: 500px;
  height: auto;
  position: fixed;
  left: 20%;
  right: auto;
}

._143-images-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
}

._143-image {
  background-image: url('../images/craig-lovelidge-5iiI5wVXY8M-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #fff;
  border-radius: 50%;
  width: 400px;
  height: 400px;
  position: absolute;
  left: auto;
  right: 200px;
  box-shadow: 20px 0 40px -4px #0000001a;
}

._143-image._4 {
  transform-origin: 100% 0;
  background-image: url('../images/karan-karnik-w7WVYjY8c5w-unsplash.jpg');
  margin-right: -400px;
  inset: 0% 0% auto auto;
  transform: rotate(90deg);
}

._143-image._2 {
  transform-origin: 100% 0;
  background-image: url('../images/tony-reid-Cc-P8USrIn4-unsplash.jpg');
  margin-right: -400px;
  inset: 0% 0% auto auto;
  transform: rotate(90deg);
}

._143-image._3 {
  transform-origin: 100% 0;
  background-image: url('../images/kon-karampelas-wBPaSLoWZLY-unsplash.jpg');
  margin-right: -400px;
  inset: 0% 0% auto auto;
  transform: rotate(90deg);
}

.left-arrow-3, .resize-text {
  display: none;
}

._143-text-slide {
  height: auto;
}

._143-h3-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
}

.right-arrow-4 {
  display: none;
}

._143-slider {
  background-color: #0000;
  height: 100%;
  position: absolute;
  inset: 0%;
}

._143-lottie-animation {
  width: 100%;
  height: 100%;
}

.browser-top {
  z-index: 1;
  background-color: #e2e2e2;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  align-items: center;
  height: 30px;
  padding-left: 15px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.slide-nav-4, .slide-nav-5 {
  display: none;
}

.demo-container {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.icon-3 {
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 30px;
  font-size: 26px;
  display: flex;
}

.browser-dot {
  background-color: #fc615d;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-left: 3px;
  margin-right: 3px;
}

.browser-dot.yellow {
  background-color: #fdbc40;
}

.browser-dot.green {
  background-color: #35cc4b;
}

.browser-demo {
  z-index: auto;
  background-color: #1a1a1a;
  background-image: none;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  flex-wrap: nowrap;
  place-content: flex-end center;
  align-items: center;
  width: 800px;
  height: 400px;
  display: none;
  position: relative;
  overflow: hidden;
}

.section-3 {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.left-arrow-4, .slide-nav-6, .slide-nav-7 {
  display: none;
}

.icon-4 {
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 30px;
  font-size: 26px;
  display: flex;
}

.tab-pane-tab-1 {
  background-color: #000;
}

.heading-21 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  position: fixed;
  inset: 40% 50% auto 0%;
}

.progress-title {
  color: #fffc;
  text-transform: uppercase;
  margin-top: 8px;
  font-size: 16px;
}

.progress-bar {
  width: 100%;
}

.section_hero {
  display: block;
  position: relative;
}

.slide-content {
  z-index: 999;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  opacity: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 900px;
  display: flex;
}

.code-embed {
  display: block;
}

.paragraph-6 {
  color: #fff;
  font-family: PT Sans, sans-serif;
  font-size: 1.25rem;
}

.hero-wrapper {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.swiper-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 100vw;
  height: auto;
  display: flex;
}

.swiper-wrapper.hero-swiper-wrapper {
  height: 100%;
}

.page-wrapper-2 {
  text-wrap: pretty;
  overflow: clip;
}

.progress-item {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 205px;
  display: flex;
}

.swiper-slide {
  flex: none;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 40px;
}

.swiper-slide.slide-1 {
  z-index: 1;
}

.hero-title {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
}

.swiper.hero-swiper {
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
}

.swiper.is-content {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.container-large {
  z-index: 3;
  width: 100%;
  max-width: 160rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.button-2 {
  color: #001427;
  background-color: #3befe4;
  border-radius: 10rem;
  padding: 16px 40px;
  font-size: 1.25rem;
  text-decoration: none;
}

.textcontainer {
  width: 100%;
}

.p_unit {
  background-color: var(--096ad0);
  border-top-right-radius: 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 360px;
  display: flex;
}

.p_unit.dark {
  background-color: var(--40-azul-pucv);
  height: 420px;
}

.p_unit.dark.mobile {
  display: none;
}

.p_unit.dark.home {
  width: 100%;
}

.p_unit.medium {
  background-color: var(--azul-pucv);
}

.p_unit.medium.v3 {
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
}

.p_unit.medium.v3.home {
  width: 100%;
}

.p_unit.v2 {
  border-top-right-radius: 2rem;
  height: 420px;
}

.p_unit.v2.home {
  width: 100%;
}

.leftanchor {
  z-index: 99;
  width: 35%;
  height: 100%;
  padding: 100px 30px 30px;
  position: sticky;
  top: 0;
}

.leftanchor.home {
  width: 45%;
}

.pu_image {
  width: 50%;
  height: 100%;
}

.pu_image._2 {
  background-image: url('../images/P1155911-r.webp'), url('../images/PQ_02.jpg');
  background-position: 0 0, 50%;
  background-size: cover, cover;
  border-top-left-radius: 500px;
}

.pu_image._2._4 {
  background-image: url('../images/inter-a-terraza.webp'), url('../images/inter-a-terraza.webp');
}

.pu_image._3 {
  background-image: url('../images/20251112_193320.webp');
  background-position: 50%;
  background-size: cover;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 2rem;
}

.pu_image._3._5 {
  background-image: url('../images/DSC06220-oqe8rky3w0me1lpj02ejcc2t1ruqk9c058tv9lz1ss.webp'), url('../images/PQ_03.jpg');
}

.pu_image._1 {
  background-image: url('../images/20250530_141407.webp');
  background-position: 50%;
  background-size: cover;
  border-top-right-radius: 500px;
}

.pu_image._1._7 {
  background-image: url('../images/foto4.webp'), url('../images/slide-01.webp');
  background-position: 0%, 50%;
  background-size: cover, contain;
}

.pourquoicontainer {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: block;
}

.pourquoicontainer.nos {
  width: 100%;
}

.pourquoicontainer.home {
  width: 65%;
}

.pu_text {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.pu_text.middle {
  justify-content: center;
}

.whitesymbol {
  justify-content: flex-start;
  align-items: center;
  width: 50px;
  height: 100%;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  display: flex;
}

.p_text {
  color: var(--azul-pucv);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 15px;
}

.p_text.green {
  color: var(--white);
}

.p_text.white {
  color: #fff;
}

.p_text.sn {
  margin-right: 30px;
  line-height: 1.6em;
}

.p_label {
  color: var(--azul-pucv);
  text-transform: capitalize;
  margin-bottom: 15px;
  font-family: Montserrat, Arial, sans-serif;
}

.p_label.white {
  color: #fff;
}

.stickytitle {
  width: 100%;
  color: var(--azul-pucv);
  white-space: normal;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 50px;
  position: static;
}

.stickytitle.nos {
  text-align: center;
}

.qe_grid {
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.qe_grid.pourquoi {
  flex-flow: column;
  margin-top: 8rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.qe_grid.pourquoi.ho.home {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.qe_grid.pourquoi.v2 {
  margin-bottom: 4rem;
}

.text-span {
  font-weight: 500;
}

.contact__input {
  color: #fff;
  text-transform: capitalize;
  background-color: #0000;
  border: 0 solid #0000;
  border-bottom: 1px solid #f6f6f6;
  border-radius: 0;
  height: 3.125rem;
  margin-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1rem;
}

.contact__input:focus {
  border-bottom-color: #f6f6f6;
}

.contact__input::placeholder {
  color: #fff;
}

.button-3 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: #222;
  white-space: nowrap;
  background-color: #fff;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1rem;
  transition: all .3s;
  display: flex;
}

.button-3:hover {
  background-color: #f5f5f5;
}

.button-3.mod--form {
  border-radius: 8rem;
  width: 17.1875rem;
  margin-right: auto;
  position: relative;
}

.button-3.is-large {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.checkbox {
  border: 1px solid #fff;
  border-radius: 0;
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0;
  margin-right: 1.375rem;
}

.checkbox.w--redirected-checked {
  background-color: #0000;
  background-image: url('../images/icon-checkbox.svg');
  background-position: 50%;
  background-size: cover;
  border-color: #fff;
}

.checkbox.w--redirected-focus {
  box-shadow: 0 0 #0000;
}

.contact__bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.contact-form {
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.container-5 {
  z-index: 2;
  width: 100%;
  max-width: 86rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.success-message-2 {
  background-color: #0000;
}

.contact__title {
  color: var(--white);
  text-transform: none;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 5.625rem;
  font-weight: 400;
  line-height: 1.2;
}

.contact__title.mod--right {
  margin-left: auto;
  font-weight: 600;
}

.input-error {
  color: red;
  font-size: .875rem;
  display: none;
  position: absolute;
  bottom: -1.75rem;
}

.body-text-14 {
  font-size: .875rem;
}

.body-text-14.text-weight-medium {
  font-family: Montserrat, Arial, sans-serif;
  display: none;
}

.body-text-14.text-weight-medium.sk {
  color: var(--white);
  text-decoration: none;
  display: block;
}

.contact_form-block {
  max-width: 49.875rem;
  margin-bottom: 0;
  margin-left: 13.9rem;
}

.section-4 {
  padding: 2.75rem 2rem;
  position: relative;
  overflow: hidden;
}

.section-4.mod--contact {
  background-color: var(--azul-pucv);
  color: #fff;
  margin-top: 8rem;
  padding-top: 18.3125rem;
  padding-bottom: 6rem;
  overflow: hidden;
}

.input-wrap {
  position: relative;
}

.contact__grad {
  background-image: linear-gradient(0deg, var(--azul-pucv) 22%, transparent 40%);
  height: 50.5rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.contact__text-wrap {
  max-width: none;
  margin-bottom: -1rem;
}

.submit-btn {
  z-index: 99;
  background-color: #0000;
  font-family: Montserrat, Arial, sans-serif;
  position: absolute;
  inset: 0%;
}

.contact__input-wrap {
  grid-column-gap: 3.625rem;
  grid-row-gap: 3.625rem;
  flex-flow: column;
  display: flex;
}

.checkbox-wrap {
  max-width: 24rem;
  display: flex;
}

.contact__heading-wrap {
  flex-flow: column;
  margin-bottom: 4.5rem;
  display: flex;
}

.paragraph-7 {
  color: var(--white);
  font-family: Montserrat, Arial, sans-serif;
}

.text-block-8 {
  font-family: Montserrat, Arial, sans-serif;
}

.div-block-52, .div-block-53, .div-block-54 {
  display: none;
}

.section-5 {
  padding: 2.75rem 0;
  position: relative;
  overflow: hidden;
}

.section-5.v2 {
  padding-top: 4rem;
}

.container-6 {
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 86rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.atmosphere__bg {
  background-image: linear-gradient(#053163a8, #053163a8);
  border-radius: 2rem;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.atmosphere__content {
  z-index: 2;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 38.75rem;
  padding-left: 7.25rem;
  padding-right: 7.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h3 {
  font-size: 2.25rem;
  line-height: 1.4;
}

.h3.mobile-16 {
  color: var(--white);
  margin-bottom: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
}

.hero__heading-wrap {
  max-width: 48rem;
  position: relative;
}

.container-7 {
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: none;
  height: 30rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.hero__bg {
  width: 100dvw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.section-6 {
  padding: 6rem 2rem 2.75rem;
  position: relative;
  overflow: visible;
}

.section-6.mod--hero {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 3.5rem 0 3rem;
  display: flex;
  overflow: hidden;
}

.hero__title {
  width: 100%;
  color: var(--white);
  letter-spacing: -.25rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 8rem;
  font-weight: 500;
  line-height: 1.2em;
  overflow: hidden;
}

.hero__title.contacto {
  font-size: 5rem;
}

.hero__title.v2 {
  padding-bottom: 20px;
  font-weight: 600;
  line-height: 1em;
}

.hero__title.bajada {
  font-size: 3rem;
}

.h1 {
  text-transform: none;
  font-size: 3.5rem;
}

.h1.text-style-allcaps {
  text-transform: none;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 2rem;
}

.h1.text-style-allcaps.contacto {
  font-size: 1.5rem;
}

.hero__text-wrap {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  align-items: flex-end;
  width: 28.875rem;
  display: flex;
  position: absolute;
  bottom: 1.25rem;
  right: 0;
}

.container-8 {
  z-index: 2;
  width: 100%;
  max-width: 86rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.body-text-24-2 {
  color: var(--azul-pucv);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.choose__content-2 {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start stretch;
  display: grid;
}

.heading-22 {
  width: 99.9999%;
  color: var(--azul-pucv);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 50px;
  font-weight: 400;
  display: flex;
}

.text-span-2 {
  font-weight: 500;
}

.text-span-2.margen {
  padding-left: 1rem;
}

.opacity60-2 {
  opacity: .6;
  color: var(--azul-pucv);
  font-family: Montserrat, Arial, sans-serif;
}

.body-text-24-3 {
  color: var(--azul-pucv);
  margin-bottom: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.choose__content-3 {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start stretch;
  display: grid;
}

.service-item {
  margin-bottom: 2.5vh;
  position: sticky;
  top: 12.5vh;
}

.service-item-text-box {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.heading-style-h2 {
  color: #fff;
  letter-spacing: -.15rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.service-item-description {
  color: #fff;
  font-weight: 300;
  line-height: 1.5;
}

.service-item-image {
  z-index: 3;
  width: 100%;
}

.service-item-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .85fr;
  grid-auto-columns: 1fr;
  min-height: 85vh;
  padding: 4rem;
  display: grid;
}

.services-wrapper {
  position: relative;
}

.service-item-image-box {
  aspect-ratio: 1;
  border-radius: .75rem;
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
  overflow: hidden;
}

.service-card-frame {
  background-color: #070707;
  border: 1px solid #ffffff1a;
  border-radius: .75rem;
  box-shadow: inset 0 0 5vw 0 #ffffff1a;
}

.container-large-2 {
  width: 100%;
  max-width: 65rem;
  margin-left: auto;
  margin-right: auto;
}

.service-section-main-box {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.padding-global {
  padding-left: 1rem;
  padding-right: 1rem;
}

.padding-global.padding-section-large {
  background-color: #0000;
}

.service-item-number-box {
  aspect-ratio: 1;
  border: 1px solid #ffffff1a;
  border-radius: .3rem;
  justify-content: center;
  align-items: center;
  width: 4.25rem;
  font-size: 1.5rem;
  display: flex;
  box-shadow: inset 0 0 3vw -2vw #ffffff1a;
}

.tab1, .tab2, .tab3 {
  padding-top: 1rem;
}

.frame {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.frame.third {
  z-index: 3;
  background-image: linear-gradient(to bottom, var(--40-azul-pucv), var(--40-azul-pucv)), url('../images/foto10.webp'), url('../images/DSC06135-1.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, cover, cover;
  background-attachment: scroll, scroll, fixed;
}

.frame.second {
  z-index: 2;
  background-image: linear-gradient(to bottom, var(--steel-blue-60), var(--steel-blue-60)), url('../images/foto9.webp'), url('../images/DSC05926.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, cover, cover;
  background-attachment: scroll, scroll, fixed;
}

.frame.first {
  z-index: 1;
  background-image: linear-gradient(to bottom, var(--40-azul-pucv), var(--40-azul-pucv)), url('../images/foto8.webp'), url('../images/upscalemedia-transformed.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, cover, contain;
  background-attachment: scroll, scroll, fixed;
}

.section-part {
  position: relative;
}

.text-box {
  z-index: 1;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-9 {
  max-width: none;
  padding-left: 1em;
  padding-right: 1em;
  position: relative;
}

.container-9.no-padding {
  padding-left: 0;
  padding-right: 0;
}

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

.center-text.white-in-tablet {
  color: var(--white);
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 400;
}

.section-8 {
  position: static;
}

.heading-23 {
  color: var(--white);
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 400;
}

.heading-23.v3 {
  font-size: 60px;
  font-weight: 600;
}

.heading-24, .heading-25 {
  color: var(--white);
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 400;
}

.background-video {
  width: 100%;
  height: 100%;
  max-height: 0;
  position: static;
}

.copy-this-entire-section {
  text-transform: uppercase;
  border-top: 1px #383b38;
  border-bottom: 1px #383b38;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.main-container {
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  line-height: 21px;
  overflow: hidden;
}

.brand-logo-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.client-logo-slider-wrapper {
  flex: none;
  width: 100%;
  display: flex;
}

.client-logo-slider {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  flex: none;
  display: flex;
}

.items {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.item {
  width: 140px;
}

.heading-26 {
  margin-bottom: 10px;
}

.heading-27 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-55 {
  background-color: var(--azul-pucv);
  padding: 80px 2rem;
}

.uui-max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.uui-container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-heading-xlarge {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-section_heroheader01 {
  overflow: hidden;
}

.uui-heroheader01_image-wrapper {
  position: relative;
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-heroheader01_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon.is-icon-large {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}

.uui-heroheader01_image {
  object-fit: cover;
  border-top-left-radius: 10rem;
  width: 100rem;
  height: 28rem;
}

.uui-heroheader01_fileupload-image-wrapper {
  width: 23rem;
  position: absolute;
  inset: auto auto 5% -16%;
}

.uui-heroheader01_pattern-image {
  width: 18.625rem;
  position: absolute;
  top: -6%;
  right: -21%;
}

.uui-heroheader01_fileupload-image1 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: .5rem;
  width: 23rem;
  min-width: 23rem;
  margin-bottom: .75rem;
}

.uui-heroheader01_fileupload-image2 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: .5rem;
  width: 23rem;
  min-width: 23rem;
}

.uui-text-size-xlarge {
  color: var(--untitled-ui--gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui--gray50);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-secondary-gray.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-space-large {
  width: 100%;
  min-height: 3rem;
}

.uui-padding-vertical-xhuge-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.text-span-3, .text-span-4 {
  font-weight: 500;
}

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

.uui-text-size-medium-2 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-3 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-text-size-large {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-medium {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-button-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-2:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button-2:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button-row-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-faq02_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-faq02_list-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.uui-faq02_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.uui-faq02_answer {
  padding-left: 2rem;
  padding-right: 2rem;
  overflow: hidden;
}

.uui-faq02_accordion {
  background-color: #0000;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.uui-faq02_icon-wrapper {
  color: var(--untitled-ui--gray400);
}

.accordion-icon_component {
  border: 2px solid var(--untitled-ui--gray400);
  width: 1.5rem;
  height: 1.5rem;
  color: var(--untitled-ui--gray400);
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.accordion-icon_vertical-line {
  background-color: var(--untitled-ui--gray400);
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.accordion-icon_horizontal-line {
  background-color: var(--untitled-ui--gray400);
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.uui-padding-vertical-xhuge-3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-heading-subheading {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-faq02_heading {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.div-block-57, .div-block-58 {
  display: none;
}

.text-span-5, .text-span-6 {
  font-weight: 500;
}

.div-block-59, .div-block-60 {
  display: none;
}

.text-span-7 {
  font-weight: 500;
}

.div-block-61, .div-block-62 {
  display: none;
}

.browser-top-2 {
  background-color: #e2e2e2;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  align-items: center;
  height: 30px;
  padding-left: 15px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.browser-demo-2 {
  background-color: #1a1a1a;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  flex-wrap: nowrap;
  place-content: flex-end center;
  align-items: center;
  width: 960px;
  height: 400px;
  display: none;
  position: relative;
  overflow: hidden;
}

.d-105-text-wrapper {
  height: 40%;
  padding: 20px 0;
  position: absolute;
  inset: auto 0% 0%;
}

.d-105-3d-wrapper {
  border: 1px none var(--azul-pucv);
  perspective: 1000px;
  border-radius: 10px;
  width: 235px;
  height: 350px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  overflow: visible;
}

.d-105-timer-icon {
  color: #1a1a1a;
  font-size: 16px;
}

.image-2 {
  margin-top: 0;
  margin-right: 0;
  position: relative;
}

.d-105-timer-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-right: 10px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.d-105-author-text {
  color: #333;
  margin-bottom: 10px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
}

.demo-p.arrow {
  text-align: left;
  margin-bottom: 10px;
  font-size: 19px;
  position: static;
  inset: 0% auto auto 0%;
}

.demo-wrapper-2 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 4rem;
  margin-right: 0%;
  display: flex;
  position: relative;
}

.d-105-image-wrapper {
  transform-origin: 50% 0;
  background-image: url('../images/portrait-man-working-computer.webp');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60%;
  position: absolute;
  inset: 0%;
}

.d-105-image-wrapper.three {
  background-image: url('../images/ASDASD.webp');
  background-position: 50%;
  background-size: cover;
}

.d-105-image-wrapper.two {
  background-image: url('../images/charming-woman-browsing-laptop-office.webp');
  background-size: cover;
}

.d-105-timer-text {
  color: #1a1a1a;
  margin-left: 10px;
  font-family: Merriweather, serif;
}

.instructions-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-top: auto;
  margin-left: -20px;
  display: none;
  position: absolute;
  inset: -100px auto auto;
}

.d-105-card-wrapper {
  transform-origin: 50% 0;
  background-color: #9c9cac38;
  border-radius: 10px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: translate(0);
  box-shadow: 7px 20px 20px -4px #fff9;
}

.d-105-card-title {
  color: var(--azul-pucv);
  text-align: center;
  margin-top: 0;
  font-family: Montserrat, Arial, sans-serif;
}

.d-105-recipe-text {
  color: #333;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
}

.heading-28 {
  position: static;
}

.div-block-63 {
  background-color: var(--azul-pucv);
  background-image: url('../images/ahorrar-dinero.webp');
  background-position: 70% 35%;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  border-radius: 50rem;
  width: 65px;
  height: 65px;
}

.bold-text, .bold-text-2 {
  font-weight: 300;
}

.arrow_svg {
  width: .8em;
  height: 1.13em;
}

.arrow_svg.is-alt {
  transform: rotate(-180deg);
}

.swiper-slide-2.is-content {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-right: 2.6em;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.swiper-slide-2.is-photos {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.2em;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.swiper-wrapper-2.is-content {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.swiper-wrapper-2.is-photos {
  width: 100%;
  position: relative;
}

.arrow {
  border: 1px solid #b8a5ff3d;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 7em;
  height: 3.1em;
  margin-right: 1em;
  transition: all .2s;
  display: flex;
}

.arrow:hover {
  color: #111;
  background-color: #b8a5ff;
  border-color: #b8a5ff;
}

.slider_left {
  width: 50%;
  position: relative;
}

.slider_wrap {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.page-wrapper-3 {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: hidden;
}

.container-10 {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 3.5em 7em;
}

.container-10.is-slider {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  padding-top: 8em;
  padding-bottom: 8em;
  display: flex;
}

.slider_right {
  width: 40%;
}

.global-styles {
  position: fixed;
  inset: 0% 0% auto;
}

.arrows {
  z-index: 100;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.html-2 {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.slider_tagline {
  color: #b8a5ff99;
}

.slider_title {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1em;
  display: flex;
}

.slider_title-text {
  letter-spacing: -.03em;
  padding-bottom: .28em;
  font-size: 4.5em;
  font-weight: 400;
  line-height: .9;
}

.slider_info-middle {
  padding-top: 3.4em;
  padding-bottom: 3.4em;
}

.slider_info-text {
  width: 100%;
  max-width: 22.3em;
  font-size: 1.4em;
}

.slider_info-bottom {
  width: 100%;
  height: 5em;
  display: block;
}

.slider_height {
  width: 100%;
  padding-top: 140%;
  position: relative;
}

.sticky-triggers {
  position: absolute;
  inset: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.phone-mock_wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.sticky-center {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.h3-2 {
  margin-top: 0;
  margin-bottom: .4em;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.sticky-text_wrapper {
  color: #363636;
  margin-top: 8vh;
  margin-bottom: 8vh;
  text-decoration: none;
  display: block;
  position: relative;
}

.sticky-text_wrapper.steps {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 60px 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4vh;
  margin-bottom: 4vh;
  display: grid;
}

.sticky-text_wrapper.steps.fourth {
  margin-bottom: 0;
}

.circle-number {
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: -16px;
  font-size: 1.6rem;
  line-height: 1;
  display: flex;
}

.phone-screen {
  position: relative;
}

.phone-mock_border {
  z-index: 1;
  border: 12px solid #cacaca;
  border-radius: 2em;
  position: absolute;
  inset: 0%;
}

.sticky-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.sticky-img_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.stick-text_detail {
  transform-origin: 50% 0;
  overflow: hidden;
}

.phone-screen_wrapper {
  border-radius: 1.5em;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.phone-screen_img {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: 100%;
  height: 100%;
}

.phone-screen_img.third, .phone-screen_img.second, .phone-screen_img.fourth {
  position: absolute;
  inset: 0%;
}

.position-relative {
  position: relative;
}

.sticky-container {
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.container-11 {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-l {
  font-size: 1.125rem;
}

.paragraph-l.cc-sm-small.mb-0 {
  margin-bottom: 0;
}

.paragraph-l.cc-sm-small.mb-0.text-dark {
  display: block;
}

.sticky-wrapper {
  width: 100%;
  height: 400vh;
  position: relative;
}

.phone-mock {
  background-color: #cacaca;
  border-radius: 2em;
  width: 70%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 50px #0000000f;
}

.sticky-trigger {
  z-index: 1;
  position: absolute;
  inset: 0% 0% auto;
}

.sticky-trigger._60 {
  top: 60%;
}

.sticky-trigger._80 {
  top: 80%;
}

.sticky-trigger._20 {
  top: 20%;
}

.sticky-trigger._40 {
  top: 40%;
}

.section-10 {
  padding-top: 8%;
  padding-bottom: 8%;
  position: relative;
}

.phone-mock_tab {
  background-color: #cacaca;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
  width: 50%;
  height: 6%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.content-wrapper {
  height: 100%;
  color: var(--azul-pucv);
  background-color: #f5f5f5;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.content-wrapper.dark {
  color: var(--azul-pucv);
  background-color: #f5f5f5;
}

.card {
  width: 100%;
  height: 101%;
  margin-top: -2px;
  overflow: hidden;
}

.page-heading-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 100px;
}

.sliding-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.sliding-image.alegre, .sliding-image.baron, .sliding-image.bellavista, .sliding-image.lacruz, .sliding-image.lavirgen, .sliding-image.recreo, .sliding-image.yungay, .sliding-image.reuniones, .sliding-image.delicias, .sliding-image.cristobal, .sliding-image.placeres, .sliding-image.placeres.comp {
  object-fit: contain;
}

.card-content {
  border-radius: 10px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, Arial, sans-serif;
  overflow: hidden;
}

.columns-flex {
  border-radius: 10px;
  height: 120vh;
  position: relative;
}

.columns-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 10px;
  width: 100%;
  height: 120vh;
  display: flex;
  overflow: hidden;
}

.text-link {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  position: static;
}

.sliding-image-wrapper {
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
}

.section-11 {
  padding-left: 40px;
  padding-right: 40px;
}

.container-12 {
  border-radius: 10px;
  max-width: none;
  position: relative;
}

.sticky-animation-track {
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: sticky;
  top: 5vh;
  overflow: hidden;
}

.column {
  flex-flow: column;
  width: 50%;
  height: 301%;
  display: flex;
  overflow: hidden;
}

.column.left {
  height: 1301%;
}

.column.right {
  height: 1300%;
}

.nav-link-4 {
  color: #83768e;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 800;
  transition: all .2s, border-color .8s;
}

.nav-link-4:hover {
  color: #2a2a2a;
}

.nav-link-4.w--current {
  color: #fff;
}

.links-flex {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-29 {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
}

.paragraph-8 {
  color: var(--azul-pucv);
  font-family: Montserrat, Arial, sans-serif;
}

.italic-text {
  font-style: normal;
}

.link-block {
  text-decoration: none;
}

.text-block-9 {
  color: var(--steel-blue);
  font-weight: 400;
  text-decoration: none;
}

.link-block-2 {
  color: var(--azul-pucv);
  text-decoration: none;
}

.heading-30 {
  font-family: Montserrat, Arial, sans-serif;
}

.checkbox-field-2 {
  margin-bottom: 10px;
}

.card_number-circle {
  background-color: #fff;
  border-radius: 20rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.section-12 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.page-wrapper-4 {
  background-color: #0000;
  min-height: 100vh;
  position: relative;
}

.content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 60rem;
  display: flex;
}

.card_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 43%;
  padding: 2rem;
  display: flex;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.card-2 {
  border-radius: 1rem;
  width: 100%;
  min-height: 35rem;
  display: flex;
  position: sticky;
  top: 10%;
  overflow: hidden;
}

.card-2.is-three {
  background-color: #511de0;
}

.card-2.is-two {
  background-color: #2ba07d;
}

.card-2.is-one {
  background-color: #ffffff3d;
  box-shadow: 0 2px 5px #0003;
}

.cards_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  margin-bottom: 14rem;
  display: flex;
  position: relative;
}

.card_image {
  object-fit: cover;
  width: 57%;
}

.main-wrapper-2 {
  z-index: 1;
  position: relative;
}

.card_number {
  color: #000;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 800;
}

.heading-31 {
  color: var(--azul-pucv);
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
}

.bold-text-3 {
  text-transform: capitalize;
}

@media screen and (min-width: 1280px) {
  .section {
    padding-top: 100px;
  }

  .section.directorio {
    background-color: var(--azul-pucv);
    margin-bottom: 0;
    padding-top: 100px;
  }

  .paragraph-small.no-top-margins.directorio {
    color: var(--white);
  }

  .paragraph-small.contacto {
    text-align: center;
  }

  .no-bottom-margins {
    color: var(--white);
    text-transform: none;
    font-size: 20px;
  }

  .section-header.contact {
    margin-bottom: 60px;
  }

  .section-header.directorio {
    color: var(--white);
    font-weight: 600;
  }

  .step-block__progress-bar-inner.progress-bar__1 {
    background-color: #f66c40;
  }

  .service-image {
    width: 100%;
    height: 100%;
  }

  .section-4.mod--contact.directorio {
    margin-top: 0;
  }

  .container-7.home {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .container-7.contacto {
    padding-top: 220px;
    padding-bottom: 60px;
  }

  .hero__title.contacto {
    font-weight: 300;
    line-height: 1.3em;
  }

  .container-large-2 {
    max-width: 68rem;
  }

  .heading-26 {
    color: var(--azul-pucv);
    font-weight: 600;
  }

  .heading-27 {
    color: var(--azul-pucv);
  }

  .link-2 {
    color: var(--white);
  }

  .text-span-8 {
    font-weight: 500;
  }
}

@media screen and (min-width: 1440px) {
  .section.page-header.v2 {
    background-image: linear-gradient(#2a588c87, #2a588c87), url('../images/foto12.webp'), url('../images/foto11.webp'), url('../images/foto7.webp'), url('../images/6995c9485108d50ff6464221_P1155764-r-artguru.webp');
    background-position: 0 0, 0 0, 0 0, 0 0, 50% 42%;
    background-repeat: repeat, repeat, repeat, repeat, repeat-x;
    background-size: auto, cover, cover, cover, cover;
  }

  .step-block__progress-bar-inner {
    background-color: #f66c40;
  }

  .hero-title {
    z-index: 10;
    position: relative;
  }

  .container-large-2 {
    max-width: 70rem;
  }

  .main-container {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-55 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media screen and (min-width: 1920px) {
  .process-content-div {
    flex: 0 auto;
  }

  .swiper.hero-swiper {
    max-width: 100%;
  }

  .qe_grid.pourquoi {
    padding-left: 10%;
    padding-right: 10%;
  }

  .contact__grad {
    height: 100%;
  }

  .section-6.mod--hero {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .heading-22 {
    font-size: 70px;
  }

  .container-large-2 {
    max-width: 80rem;
  }

  .copy-this-entire-section {
    margin-top: 0;
  }

  .main-container, .brand-logo-wrapper, .client-logo-slider-wrapper {
    width: 100%;
  }

  .div-block-55 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    line-height: 1.2em;
  }

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

  .section.grid {
    margin-left: 0;
    margin-right: 0;
  }

  .section.full-screen {
    min-height: 800px;
  }

  .section.wider-padding {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.half-screen-background-image, .section.half-screen-background-image.right {
    background-size: 48%;
  }

  .section.no-vertical-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.black._80vh {
    height: 700px;
    min-height: auto;
  }

  .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrapper.space-around {
    flex-wrap: wrap;
  }

  .wrapper.lg-negative-margins {
    margin-top: 0;
    margin-bottom: 0;
  }

  .wrapper.navbar {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .wrapper.mobile-nav {
    flex-direction: row;
    align-items: center;
    display: flex;
    position: fixed;
  }

  .grid {
    flex-flow: wrap;
    place-content: stretch space-between;
    align-items: stretch;
    height: 100vh;
  }

  .block {
    flex: 0 0 100%;
    align-self: stretch;
    width: auto;
    min-height: auto;
  }

  .block.mobile {
    flex-basis: 25%;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col {
    width: 50%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col.lg-4 {
    width: 50%;
  }

  .col.lg-4.align-bottom.md-4 {
    width: 100%;
  }

  .col.lg-4.flex-stretch.md-4 {
    flex-wrap: nowrap;
  }

  .col.lg-4.md-4 {
    width: 100%;
  }

  .col.lg-4.md-3 {
    width: 75%;
  }

  .col.lg-4.md-33 {
    width: 33.33%;
  }

  .col.lg-3 {
    flex-wrap: nowrap;
    width: 33.33%;
  }

  .col.lg-3._1-col-in-mobile {
    width: 25%;
  }

  .col.lg-3._2-col-in-mobile {
    width: 50%;
  }

  .col.lg-3.md-4 {
    width: 100%;
  }

  .col.lg-3.md-2 {
    width: 50%;
  }

  .col.lg-3.no-padding {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .col.lg-3.hidden-md-down {
    display: none;
  }

  .col.lg-3.md-1 {
    width: 25%;
  }

  .col.lg-1, .col.lg-1.empty, .col.lg-1.hidden-lg-down {
    display: none;
  }

  .col.lg-6.centre-align-vertical.md-4.md-margin-bottom {
    margin-bottom: 40px;
  }

  .col.lg-6.centre-align-vertical.md-4.md-margin-bottom.md-centre-align {
    align-items: center;
  }

  .col.lg-6.md-3 {
    width: 75%;
  }

  .col.lg-6.md-4 {
    width: 100%;
  }

  .col.lg-2.md-1 {
    width: 25%;
  }

  .col.lg-2.md-33 {
    width: 33.33%;
  }

  .col.lg-2.md-2 {
    width: 50%;
  }

  .col.lg-2.hidden-md-down {
    display: none;
  }

  .col.lg-2.md-4 {
    width: 100%;
  }

  .col.lg-5 {
    width: 50%;
  }

  .col.lg-5.md-4 {
    width: 100%;
  }

  .col.lg-5.md-3 {
    width: 75%;
  }

  .col.lg-8.md-4 {
    width: 100%;
  }

  .col.lg-8.flex-stretch {
    align-items: stretch;
  }

  .col.lg-9.md-1 {
    width: 25%;
  }

  .col.lg-10.md-2 {
    width: 50%;
  }

  .col.lg-11.md-3 {
    width: 75%;
  }

  .paragraph-small.short-paragraph {
    width: 100%;
  }

  .row {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .row.flex-horizontal.blue.padding {
    margin-left: -20px;
    margin-right: -20px;
  }

  .row.flex-horizontal.no-bottom-margin {
    flex-wrap: wrap;
  }

  .row.no-bottom-margins {
    margin-bottom: 0;
  }

  .row.align-centre {
    justify-content: center;
  }

  .row.md-reverse-layout {
    flex-flow: column-reverse wrap;
  }

  .row.md-reverse-layout.md-centre-align {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .navbar {
    align-items: center;
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .margin-bottom {
    margin-bottom: 40px;
  }

  .margin-bottom.md-centre-align {
    text-align: center;
  }

  .page-preview-link {
    height: 22px;
  }

  .price-table-container {
    text-align: center;
    margin-bottom: 30px;
  }

  .price-table-container.link {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-container.card {
    padding: 40px;
  }

  .service-icon {
    margin-right: 0;
    display: flex;
  }

  .service-icon._2 {
    display: flex;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
    max-height: 100vh;
    padding-bottom: 30px;
    overflow: scroll;
  }

  .nav-link-2 {
    text-align: center;
    background-color: #fff;
    flex: 1;
    padding-top: 24px;
    padding-bottom: 24px;
    display: block;
  }

  .nav-link-2.border {
    flex: 0 auto;
  }

  .nav-link-2.dropdown {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .nav-link-2.dropdown:hover {
    border-bottom-style: none;
    border-bottom-width: 0;
    padding-bottom: 24px;
  }

  .nav-link-2.burger-nav {
    opacity: 1;
  }

  .menu-button-2 {
    color: #2e323c;
    display: block;
    position: relative;
  }

  .menu-button-2.w--open {
    color: var(--steel-blue);
    background-color: #0000;
  }

  .nav-bar {
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .nav-logo-2 {
    flex: 1;
  }

  .logo-navbar.white {
    width: 70px;
  }

  .partner-logo {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .phone-image {
    max-width: 82%;
  }

  .phone-image.negative-margins {
    max-width: 50%;
    margin-bottom: -382px;
  }

  .hidden-lg-down {
    display: none;
  }

  .md-1 {
    width: 25%;
  }

  .md-2 {
    width: 50%;
  }

  .md-3 {
    width: 75%;
  }

  .md-4 {
    width: 100%;
  }

  .slide.small {
    width: 80%;
  }

  .inline-form {
    width: 100%;
  }

  .blog-thumbnail-container {
    margin-bottom: 30px;
  }

  .intro-hero-headline {
    letter-spacing: -2px;
    font-size: 92px;
  }

  .intro-paragraph.short-paragraph {
    font-size: 20px;
  }

  .centred-logo-container {
    display: block;
  }

  .components-wrapper {
    border-style: solid none;
  }

  .hover.hover-on-image {
    opacity: 1;
    background-color: #0000;
    height: auto;
    padding-left: 0;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .portrait-container {
    flex-direction: column-reverse;
    display: flex;
  }

  .flex-horizontal-space-between {
    flex-flow: wrap;
    justify-content: space-between;
  }

  .horizontal-short-line {
    margin-left: -30px;
    margin-right: -30px;
  }

  .team-small-container-1 {
    margin-bottom: 40px;
    display: flex;
  }

  .section-header {
    margin-bottom: 40px;
  }

  .computer-picture {
    max-width: 70vw;
  }

  .app-download-button {
    width: 130px;
  }

  .app-download-container {
    display: flex;
  }

  .feature-icon-horizontal {
    margin-bottom: 20px;
  }

  .value-proposition-container {
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .value-proposition-hero-image {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .computer-image {
    width: 70%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .row-3 {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .col-2 {
    width: 50%;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-2.lg-6.md-4 {
    width: 100%;
    padding-top: 0%;
  }

  .col-2.lg-1 {
    display: none;
  }

  .side-image.lightbox-video {
    width: 80%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .border-to-edge-picture {
    height: 500px;
  }

  .features-phone-image {
    height: 70%;
    position: relative;
  }

  .starter-website-image {
    margin-bottom: 40px;
    margin-right: 0;
    position: absolute;
    inset: 0 0 auto 200px;
  }

  .starter-website-image.hidden {
    position: relative;
    left: 211px;
  }

  .footer-social-links-container {
    justify-content: center;
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

  .social-media-icons-contianer {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .social-media-icons-contianer.no-bottom-margins {
    margin-bottom: 0;
  }

  .footer-links-container {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .footer-logo-2 {
    margin-bottom: 40px;
  }

  .div-block-49 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .md-align-centre {
    text-align: center;
    flex-direction: column;
    flex: 0 auto;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-50 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .feature-image {
    height: 90px;
  }

  .mobile-nav {
    background-color: var(--midnight-blue);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  .white-burger {
    color: #fff;
  }

  .menu-button-3, .menu-button-3.w--open {
    background-color: var(--midnight-blue);
  }

  .nav-link-3 {
    background-color: var(--midnight-blue);
    color: #fff;
    text-align: left;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    padding-top: 31px;
    padding-bottom: 31px;
    display: flex;
  }

  .nav-menu-container {
    background-color: var(--midnight-blue);
    width: 100%;
    min-height: 100vh;
    display: flex;
    position: absolute;
    top: 60px;
  }

  .nav-dropdown-link {
    float: left;
    background-color: var(--alice-blue);
    color: #fff;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 40px;
  }

  .dropdown-list {
    background-color: var(--midnight-blue);
  }

  .dropdown-list.w--open {
    height: 50vh;
    overflow: auto;
  }

  .brand {
    flex: 1;
  }

  .text-block-2 {
    text-align: left;
  }

  .transparent-overlay {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
  }

  .burger-icon {
    color: var(--steel-blue);
  }

  .dropdown-link-text {
    margin-right: 0;
  }

  .dropdown-chevron {
    flex: 0 auto;
  }

  .dropdown {
    flex: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .dropdown-list-2.w--open {
    flex-flow: column;
    align-items: center;
    display: flex;
    position: relative;
  }

  .nav-cta-button-container {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .small-slide {
    width: 100%;
  }

  .partner-logo-container {
    justify-content: center;
    width: 50%;
    display: flex;
  }

  .date-container {
    flex-wrap: wrap;
  }

  .negative-margin {
    margin-left: -19px;
  }

  .container-2 {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .shadow._1 {
    bottom: 29px;
  }

  .how-it-works-line {
    top: 245px;
  }

  .how-it-works-tab {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .step-container {
    margin-bottom: 80px;
  }

  .footer-newsletter-form-container {
    width: 100%;
    margin-top: 40px;
  }

  .uui-layout62_component {
    grid-column-gap: 3rem;
  }

  .uui-layout62_image-02 {
    display: none;
  }

  .uui-layout62_image-01 {
    width: 100%;
    min-width: auto;
    top: 3%;
    right: -5%;
  }

  .uui-layout62_lightbox-image {
    width: 35rem;
    min-width: 35rem;
    right: 2rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .container-3 {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .all-process-content-2 {
    align-items: center;
  }

  .wrap__sticky.sticky.sticky-5 {
    top: 15%;
  }

  .stepper-wrap-2 {
    margin-top: 3rem;
  }

  .section-sticky {
    overflow: visible;
  }

  .dynamic-content__block-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: flex;
  }

  .black-font.slides-sub-heading {
    margin-bottom: 2.5rem;
  }

  .wrap {
    width: 645px;
  }

  .wrap._w-custom.w60-60 {
    padding-left: 0;
    padding-right: 0;
  }

  .base-container {
    overflow: hidden;
  }

  .wrap-block__inner-fw-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: center;
    height: 65vh;
  }

  .body-base {
    max-width: 65%;
  }

  .service-image {
    width: 100%;
  }

  .feat-1 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: static;
  }

  .sticky-feauters-wrap {
    position: static;
  }

  .counters-wrap {
    display: none;
  }

  .my-container {
    padding: 6em;
  }

  .feat-2 {
    z-index: 2;
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    opacity: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: static;
  }

  .scroll-track {
    height: auto;
  }

  .info-basic {
    text-align: left;
  }

  .feat-cont-holder {
    height: auto;
  }

  .feat-line {
    background-color: #000;
    width: 6%;
    height: .3em;
    margin-bottom: 16px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .img-feature {
    object-fit: contain;
    width: 60%;
  }

  .grid-cell {
    padding: 1em;
  }

  .img-feature-wrap {
    justify-content: center;
    height: 40vh;
    display: flex;
  }

  .feat-3 {
    opacity: 1;
    grid-template-columns: 1fr;
    position: static;
  }

  .demo-wrapper {
    flex-direction: column;
    flex: 0 auto;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 140px;
    margin-right: 0%;
  }

  .resize-text {
    color: #ce3434;
    text-align: center;
    background-color: #0000;
    width: auto;
    max-width: 480px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.2;
  }

  .demo-container {
    clear: both;
    flex-direction: row;
    justify-content: center;
    height: auto;
    min-height: 100vh;
    display: flex;
    overflow: hidden;
  }

  .browser-demo {
    flex-direction: column;
    justify-content: center;
    width: 700px;
    height: 500px;
    margin-bottom: 100px;
  }

  .section-3 {
    clear: both;
    overflow: visible;
  }

  .leftanchor {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 80px 0 20px;
    display: flex;
  }

  .pourquoicontainer {
    width: 100%;
  }

  .stickytitle {
    text-align: center;
    font-size: 24px;
    line-height: 26px;
  }

  .qe_grid {
    flex-direction: column;
  }

  .heading-style-h2 {
    letter-spacing: -.1rem;
    font-size: 2.75rem;
  }

  .service-item-image {
    height: 100%;
  }

  .service-item-content {
    grid-template-rows: max-content;
    grid-template-columns: 1fr;
    justify-items: center;
    height: 85vh;
    padding: 2.5rem;
  }

  .service-item-image-box {
    width: 100%;
    overflow: hidden;
  }

  .service-item-number-box {
    display: none;
  }

  .container-9 {
    width: 100%;
    max-width: none;
  }

  .copy-this-entire-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .main-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .item {
    width: 125px;
  }

  .uui-heading-xlarge {
    font-size: 3.25rem;
  }

  .uui-heroheader01_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-heroheader01_fileupload-image-wrapper {
    left: -2.5%;
  }

  .uui-space-large {
    min-height: 2.5rem;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-faq02_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .browser-demo-2 {
    flex-direction: column;
    justify-content: center;
    width: 500px;
    height: auto;
    margin-bottom: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .d-105-3d-wrapper {
    margin-bottom: 60px;
  }

  .image-2 {
    margin-right: 0;
  }

  .demo-wrapper-2 {
    flex-direction: column-reverse;
    flex: 0 auto;
    align-items: center;
    margin-top: 100px;
    margin-right: 0%;
    padding-bottom: 100px;
  }

  .instructions-wrapper {
    flex-wrap: nowrap;
    order: -1;
    align-self: auto;
    align-items: center;
    margin-top: 0;
    margin-bottom: 60px;
    margin-left: 0;
    position: relative;
    top: 0%;
    left: -25px;
  }

  .container-10 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .sticky-text_wrapper.steps {
    margin-top: 3vh;
    margin-bottom: 3vh;
  }

  .circle-number {
    margin-top: 0;
    margin-bottom: 24px;
  }

  .phone-mock_border {
    border-width: 8px;
    border-radius: 1.5em;
  }

  .phone-screen_wrapper {
    border-radius: 1.2em;
  }

  .phone-mock {
    border-radius: 1.5em;
    width: 90%;
    padding: 8px;
  }

  .phone-mock_tab {
    height: 3vw;
  }

  .text-link {
    z-index: 10;
  }

  .section-11 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-12 {
    max-width: none;
  }

  .nav-link-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .nav-link-4:hover {
    border-style: none;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 10px;
    font-size: 48px;
    line-height: 1.3em;
  }

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 28px;
  }

  .section.full-screen {
    min-height: 600px;
  }

  .section.wider-padding.background-image {
    height: 400px;
  }

  .section.wider-padding.map {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .section.half-screen-background-image, .section.half-screen-background-image.right {
    background-size: cover;
  }

  .section.no-vertical-padding.sm-flex-vertical {
    flex-direction: column;
    display: flex;
  }

  .section.black._80vh {
    height: 560px;
  }

  .section.hide-sm-down {
    display: none;
  }

  .wrapper.space-around {
    justify-content: space-around;
  }

  .block {
    flex: 0 0 100%;
  }

  .block.mobile {
    flex-basis: 50%;
  }

  .block.lg-50, .col.lg-4.sm-2 {
    width: 100%;
  }

  .col.lg-4.sm-2.sm-no-margin-bottom {
    margin-bottom: 0;
  }

  .col.lg-3.no-padding.sm-2 {
    width: 50%;
  }

  .col.lg-3.flex-stretch.md-2.sm-2 {
    width: 100%;
  }

  .col.lg-3.sm-1 {
    width: 50%;
  }

  .col.lg-3.sm-2, .col.lg-6 {
    width: 100%;
  }

  .col.lg-6.centre-align {
    width: 75%;
  }

  .col.lg-6.sm-1 {
    width: 50%;
  }

  .col.lg-6.md-3.sm-2 {
    width: 100%;
  }

  .col.lg-6.sm-margin-bottom {
    align-items: stretch;
    margin-bottom: 40px;
  }

  .col.lg-2.sm-1 {
    width: 50%;
  }

  .col.lg-5 {
    width: 100%;
  }

  .col.lg-5.bottom-margin-mobile {
    margin-bottom: 40px;
  }

  .col.lg-5.sm-no-bottom-margin {
    margin-bottom: 0;
  }

  .col.lg-8.centre-align.sm-2, .col.lg-8.sm-2, .col.lg-10.md-2.sm-2 {
    width: 100%;
  }

  .col.lg-11.md-3.sm-1 {
    width: 50%;
  }

  .paragraph-small.short-paragraph {
    width: 100%;
  }

  .row {
    flex-wrap: wrap;
  }

  .row.flex-horizontal {
    flex-flow: wrap;
    margin-bottom: 0;
  }

  .row.sm-reverse {
    flex-direction: column-reverse;
  }

  .row.sm-no-wrap {
    flex-wrap: nowrap;
  }

  .row.margin-bottom.sm-reverse-layout {
    flex-direction: column-reverse;
  }

  .form-field.side-margins.no-bottom-margins {
    min-width: auto;
  }

  .page-preview-link {
    height: 220px;
  }

  .price-table-container {
    padding: 40px;
  }

  .footer-logo {
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 0;
  }

  .testimonial-image {
    margin-bottom: 40px;
  }

  .contact-form-container.card {
    padding: 40px;
  }

  .question-container {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .question-text {
    margin-top: 8px;
  }

  .menu-button-2 {
    width: 56px;
    height: 56px;
    margin-right: 4px;
  }

  .logo-navbar.white {
    width: 60px;
  }

  .partner-logo {
    flex: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .phone-image {
    border-bottom: 1px solid var(--steel-blue);
    max-width: 60%;
    margin-bottom: 40px;
  }

  .phone-image.negative-margins {
    max-width: 70%;
    margin-bottom: -409px;
  }

  .sm-1 {
    width: 50%;
  }

  .hidden-md-down {
    display: none;
  }

  .sm-2 {
    width: 100%;
  }

  .sm-align-centre {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .slider-arrow {
    font-size: 28px;
  }

  .slide-nav {
    font-size: 10px;
  }

  .intro-hero-headline {
    margin-bottom: 20px;
    font-size: 82px;
  }

  .intro-paragraph.short-paragraph {
    font-size: 19px;
  }

  .bricks-container {
    margin-bottom: 100px;
    transform: none;
  }

  .flex-horizontal-space-between {
    flex-direction: row;
    justify-content: space-between;
  }

  .flex-horizontal-space-between.footer {
    flex-direction: column;
  }

  .horizontal-short-line {
    margin-left: -40px;
    margin-right: -40px;
  }

  .team-small-container-1 {
    margin-bottom: 30px;
  }

  .computer-picture {
    margin-bottom: 40px;
  }

  .value-proposition-container {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .row-3 {
    flex-wrap: wrap;
  }

  .col-2.lg-6 {
    align-items: center;
    width: 100%;
  }

  .side-image {
    margin-bottom: 20px;
  }

  .border-to-edge-picture {
    height: 400px;
  }

  .big-blog-thumbnail-container.no-bottom-margins {
    margin-bottom: 40px;
  }

  .intro-feature-container {
    padding: 20px;
  }

  .features-phone-image {
    height: 62%;
  }

  .starter-website-image.hidden {
    left: 161px;
  }

  .social-media-icons-container-2 {
    flex: 1;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .footer-social-links-container {
    margin-top: 40px;
  }

  .footer-links-container {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
    display: flex;
  }

  .footer-logo-2 {
    padding-left: 0;
  }

  .feature-image {
    height: 30%;
  }

  .centred-logo {
    margin-left: 30px;
  }

  .play-icon {
    width: 50px;
  }

  .small-slide {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .step-content {
    text-align: left;
    flex: 1;
  }

  .how-it-works-step {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 80%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .circle {
    flex-wrap: nowrap;
    margin-right: 40px;
  }

  .circle.no-margins {
    margin-right: 0;
  }

  .footer-newsletter-form-container {
    margin-top: 20px;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-heading-xsmall {
    font-size: 1.25rem;
  }

  .uui-lightbox_play-icon {
    width: 4rem;
    height: 4rem;
  }

  .uui-layout62_tabs-link {
    padding-left: 1.5rem;
  }

  .uui-layout62_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-layout62_image-wrapper {
    height: 24rem;
    min-height: auto;
  }

  .uui-layout62_image-02 {
    width: 50%;
    min-width: auto;
    display: block;
    top: 25%;
    left: 5%;
  }

  .uui-layout62_image-01 {
    width: 60%;
    min-width: 60%;
    top: 2%;
    right: 0%;
  }

  .uui-layout62_lightbox {
    min-height: auto;
    padding: 1.5rem 1rem;
  }

  .uui-layout62_lightbox-image {
    width: 100%;
    min-width: 100%;
    position: static;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .hero_left {
    width: 100%;
  }

  .hero_right {
    width: 100%;
    margin-top: 4em;
  }

  .container-3.is--hero {
    display: block;
  }

  .choose__columns.mod--points {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .choose__columns.mod--img {
    grid-row-gap: .5rem;
    grid-row-gap: .5rem;
    margin-bottom: 1.5rem;
  }

  .body-text-24 {
    font-size: 1.25rem;
  }

  .heading-columns {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    margin-bottom: 2.5rem;
  }

  .choose__img.is--2 {
    border-radius: .5rem;
    width: 8.75rem;
    min-width: 8.75rem;
  }

  .choose__img.is--4 {
    width: 10.6875rem;
    min-width: 10.6875rem;
  }

  .choose__img.is--3 {
    width: 8.75rem;
    min-width: 8.75rem;
  }

  .choose__img.is--1 {
    width: 10.6875rem;
    min-width: 10.6875rem;
  }

  .section-2 {
    padding: 2rem 1rem;
  }

  .choose__col.mod--img {
    width: 10.6875rem;
  }

  .choose__col.mod--img.is--2 {
    margin-bottom: 8.1875rem;
  }

  .choose__col.mod--img.is--4 {
    height: 15.9375rem;
    margin-top: -8.1875rem;
  }

  .choose__col.mod--img.is--1 {
    height: 15.9375rem;
  }

  .choose__content {
    flex-flow: column;
  }

  .choose__img-wrap {
    border-radius: .5rem;
  }

  .icon-64 {
    width: 3rem;
    height: 3rem;
  }

  .process-content-div {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .wrap__sticky.sticky.sticky-5 {
    top: 10%;
  }

  .base-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .dynamic-content__block-2 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .wrap {
    flex: 0 auto;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap._w-custom.w60-60 {
    padding: 0;
  }

  .wrap-block__inner-fw-2 {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    height: 65vh;
  }

  .wrap-block__inner-fw-2.inner-fw__bottom {
    margin-top: 20px;
  }

  .body-base {
    max-width: none;
    font-size: 1.6rem;
  }

  .service-image {
    object-fit: cover;
  }

  .feat-1, .sticky-feauters-wrap {
    position: static;
  }

  .counters-wrap {
    display: none;
  }

  .my-container {
    padding: 4em 2em;
  }

  .feat-2 {
    opacity: 1;
    position: static;
  }

  .scroll-track, .feat-cont-holder {
    height: auto;
  }

  .img-feature {
    width: 50%;
  }

  .img-feature-wrap {
    height: 30vh;
    padding: 0;
  }

  .feat-3 {
    position: static;
  }

  .demo-wrapper {
    margin-top: 0;
    margin-bottom: 180px;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  ._143-text-slider, ._143-images-wrapper {
    display: none;
  }

  .resize-text {
    color: #fff;
    line-height: 1.5;
    display: block;
  }

  ._143-slider, ._143-lottie-animation {
    display: none;
  }

  .demo-container {
    background-image: linear-gradient(#0000, #0000);
    background-attachment: scroll;
    align-items: center;
    min-height: 100vh;
    display: flex;
  }

  .browser-demo {
    flex-flow: column;
    justify-content: center;
    width: 400px;
    height: 500px;
    margin-bottom: 100px;
    margin-left: 110px;
    margin-right: 110px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .progress-title {
    font-size: 14px;
  }

  .hero-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .progress-item {
    max-width: 150px;
  }

  .swiper-slide {
    padding: 20px;
  }

  .hero-title {
    font-size: 44px;
  }

  .swiper.is-content {
    position: relative;
  }

  .swiper.is-photos {
    padding-left: 9%;
    padding-right: 9%;
  }

  .textcontainer {
    width: auto;
  }

  .p_unit {
    flex-direction: column;
    height: auto;
  }

  .p_unit.dark {
    display: none;
  }

  .p_unit.dark.mobile {
    display: flex;
  }

  .leftanchor {
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .pu_image._2 {
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 500px;
    width: 100%;
    height: 250px;
  }

  .pu_image._3, .pu_image._1 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 500px;
    width: 100%;
    height: 250px;
  }

  .pu_text {
    align-items: flex-start;
    width: 85%;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .pu_text.middle {
    align-items: flex-start;
  }

  .whitesymbol {
    width: 50px;
    height: auto;
    margin-right: 25px;
  }

  .stickytitle {
    font-size: 18px;
    line-height: 20px;
  }

  .button-3.mod--form {
    width: 100%;
  }

  .contact__bg {
    object-fit: cover;
    height: 24.5rem;
  }

  .contact-form {
    grid-row-gap: 1.5rem;
  }

  .contact__title {
    font-size: 2.25rem;
  }

  .contact__title.mod--right {
    margin-left: 2.4rem;
  }

  .input-error {
    font-size: .75rem;
    bottom: -1.25rem;
  }

  .contact_form-block {
    max-width: none;
    margin-left: 0;
  }

  .section-4 {
    padding: 2rem 1rem;
  }

  .section-4.mod--contact {
    margin-top: 0;
    padding-top: 9.25rem;
    padding-bottom: 2rem;
  }

  .contact__grad {
    height: 28rem;
  }

  .contact__text-wrap {
    max-width: none;
    margin-left: 0;
  }

  .contact__input-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .contact__heading-wrap {
    grid-row-gap: .75rem;
    margin-bottom: 3.5rem;
  }

  .section-5 {
    padding: 2rem 1rem;
  }

  .atmosphere__content {
    height: auto;
    padding: 2rem 1.375rem;
  }

  .h3.mobile-16 {
    font-size: 1rem;
  }

  .hero__heading-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    max-width: none;
    display: flex;
  }

  .hero__bg {
    object-fit: cover;
  }

  .section-6 {
    padding: 2rem 1rem;
  }

  .section-6.mod--hero {
    margin-bottom: 0;
    padding-top: 3rem;
  }

  .hero__title {
    margin-bottom: 15.875rem;
    font-size: 4.3125rem;
    line-height: 1.2;
  }

  .h1 {
    line-height: 1.4;
  }

  .hero__text-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    align-items: flex-start;
    width: 14.5rem;
    position: static;
  }

  .body-text-24-2 {
    font-size: 1.25rem;
  }

  .choose__content-2 {
    flex-flow: column;
  }

  .body-text-24-3 {
    font-size: 1.25rem;
  }

  .choose__content-3 {
    flex-flow: column;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .service-section-main-box {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .container-9 {
    max-width: none;
  }

  .copy-this-entire-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .brand-logo-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .items {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .item {
    width: 100px;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-heading-xlarge {
    font-size: 2.25rem;
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

  .uui-button-icon.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .uui-heroheader01_image {
    border-top-left-radius: 6rem;
    height: 22rem;
  }

  .uui-heroheader01_pattern-image {
    width: 14.9rem;
    top: auto;
    bottom: -15%;
    right: -10%;
  }

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-button-secondary-gray.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-space-large {
    min-height: 2rem;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-row-2 {
    align-self: stretch;
  }

  .uui-faq02_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-faq02_question {
    padding: 1rem 1.25rem;
  }

  .uui-faq02_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .browser-demo-2 {
    flex-flow: column;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-bottom: 100px;
    padding: 100px 30px;
  }

  .demo-wrapper-2 {
    margin-top: 140px;
    padding-bottom: 100px;
    padding-left: 110px;
    padding-right: 110px;
  }

  .instructions-wrapper {
    margin-left: 0;
  }

  .slider_left {
    width: 100%;
  }

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

  .slider_right {
    width: 100%;
    padding-bottom: 4em;
  }

  .phone-mock_wrapper {
    position: absolute;
    left: auto;
    right: -28px;
    overflow: hidden;
  }

  .h3-2 {
    font-size: 1.7rem;
  }

  .sticky-text_wrapper.steps {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 40px 1fr;
  }

  .circle-number {
    font-size: 1.1rem;
  }

  .circle-number.steps1 {
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
  }

  .circle-number.steps3, .circle-number.steps2, .circle-number.steps4 {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
  }

  .sticky-img_wrapper {
    width: 100%;
  }

  .sticky-container {
    height: auto;
  }

  .container-11 {
    width: 100%;
    padding-left: 28px;
    padding-right: 28px;
  }

  .paragraph-l {
    font-size: 1.1rem;
  }

  .paragraph-l.cc-sm-small {
    font-size: 1rem;
  }

  .phone-mock {
    width: 150%;
    box-shadow: none;
  }

  .section-10 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .phone-mock_tab {
    border-bottom-right-radius: .5em;
    border-bottom-left-radius: .5em;
    height: 29px;
  }

  .content-wrapper {
    padding: 15px;
  }

  .columns-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-link {
    padding-left: 0;
    font-size: 1rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 42px;
    line-height: 50px;
  }

  h2 {
    font-size: 36px;
    line-height: 42px;
  }

  h3 {
    font-size: 27px;
    line-height: 34px;
  }

  h4 {
    font-size: 21px;
    line-height: 30px;
  }

  .section {
    margin-bottom: 0;
  }

  .section.full-screen.navbar-section {
    padding-top: 0;
    display: block;
  }

  .section.half-screen-background-image, .section.half-screen-background-image.right {
    background-position: 50%;
  }

  .section.black._80vh {
    height: 500px;
  }

  .section.page-header {
    padding-top: 80px;
  }

  .section.page-header.image {
    padding-bottom: 80px;
  }

  .section.home {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .section.fo {
    margin: 5%;
  }

  .section.fotr {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: flex;
  }

  .wrapper {
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .wrapper.space-around {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .wrapper.lg-negative-margins {
    align-items: flex-start;
  }

  .wrapper.navbar.d {
    flex-flow: row;
  }

  .wrapper.mobile-nav {
    position: relative;
  }

  .color-block {
    margin-bottom: 20px;
  }

  .grid {
    flex-wrap: wrap;
  }

  .block {
    flex: 0 0 100%;
  }

  .block.lg-50 {
    padding: 40px;
  }

  .col {
    margin-bottom: 0;
  }

  .col.lg-4 {
    width: 100%;
  }

  .col.lg-4.centre-align.xs-margin-bottom {
    margin-bottom: 20px;
  }

  .col.lg-4.md-3.xs-2 {
    width: 100%;
  }

  .col.lg-4.xs-1 {
    width: 50%;
  }

  .col.lg-4.md-33.xs-2, .col.lg-3, .col.lg-3._2-col-in-mobile, .col.lg-3.md-2.sm-2, .col.lg-3.md-2.xs-2, .col.lg-3.md-2.xs-1, .col.lg-3.sm-1.flex-stretch.xs-2, .col.lg-3.sm-1.xs-2 {
    width: 100%;
  }

  .col.lg-6 {
    align-items: flex-start;
    width: 100%;
    margin: 5% 15%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .col.lg-6.centre-align {
    width: 100%;
  }

  .col.lg-6.sm-1 {
    width: 50%;
  }

  .col.lg-6.sm-1.xs-2, .col.lg-6.md-3.xs-2, .col.lg-6.md-3.xs-2._70, .col.lg-2.md-1.sm-1.xs-2, .col.lg-2.md-33.xs-2, .col.lg-5 {
    width: 100%;
  }

  .col.lg-5.bottom-margin-mobile.dif {
    margin-left: 0;
  }

  .col.lg-5.md-3.xs-2 {
    width: 100%;
  }

  .col.auditorio {
    width: 100%;
    padding-top: 1rem;
  }

  .row {
    grid-template-columns: 1fr;
  }

  .row.flex-horizontal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .row.auditorio {
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    place-items: center stretch;
    margin-left: 5%;
    margin-right: 5%;
  }

  .row.grilla-4 {
    grid-template-rows: auto;
    grid-auto-flow: row;
    display: flex;
  }

  .row.footer {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-content: start;
  }

  .row.form.d-fot {
    flex-flow: column;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .button.ghost.footer.salas {
    display: none;
  }

  .button.form-button {
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .form-field.no-bottom-margins {
    min-width: auto;
  }

  .form-field.side-margins.no-bottom-margins {
    margin-bottom: 40px;
  }

  .page-preview-link {
    height: 160px;
  }

  .price-table-container {
    padding: 35px;
  }

  .footer-logo {
    margin-bottom: 0;
    display: block;
  }

  .footer-link.spacing {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .footer-link.spacing.last {
    margin-right: 16px;
  }

  .footer-link.no-padding.first {
    margin-left: -12px;
  }

  .footer-link.no-padding.last {
    margin-right: -10px;
  }

  .footer-link.first {
    margin-left: -10px;
  }

  .footer-link.last {
    margin-right: -10px;
  }

  .social-media-icon, .contact-form-container {
    padding: 0;
  }

  .contact-form-container.card {
    padding: 20px 30px;
  }

  .contact-form-container.card.white-background {
    padding: 25px 30px 20px;
  }

  .contact-form-container.light-blue.padding {
    padding: 20px;
  }

  .question-arrow-icon {
    margin-left: 16px;
  }

  .answer {
    padding-left: 0;
  }

  .question-text {
    margin-bottom: 8px;
    margin-left: 0;
  }

  .menu-button-2 {
    flex: 0 auto;
    margin-right: 0;
  }

  .nav-bar {
    position: relative;
  }

  .logo-navbar.white {
    width: 120px;
  }

  .partner-logo {
    width: 90px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .phone-image {
    max-width: 80%;
  }

  .phone-image.negative-margins {
    max-width: 90%;
    margin-bottom: -456px;
  }

  .xs-1 {
    width: 50%;
  }

  .xs-2 {
    width: 100%;
  }

  .slider-arrow {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 22px;
  }

  .slide-nav {
    height: 32px;
    font-size: 8px;
  }

  .blog-thumbnail-container {
    margin-bottom: 30px;
  }

  .masonry-div {
    padding-top: 50%;
  }

  .masonry-div.vertical, .masonry-div.big {
    padding-top: 100%;
  }

  .tabs-menu {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .tab-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .intro-hero-headline {
    letter-spacing: 0;
    font-size: 60px;
    line-height: 1.1em;
  }

  .intro-paragraph.short-paragraph {
    font-size: 16px;
  }

  .team-small-container {
    margin-bottom: 30px;
  }

  .form-with-button {
    flex-direction: column;
  }

  .form-with-button.inline-form, .form-with-button.horizontal {
    flex-direction: row;
  }

  .testimonial-container {
    padding: 50px 30px 30px;
  }

  .quotation-mark {
    width: 30px;
    margin-top: -30px;
    margin-left: -10px;
    margin-right: 0;
    position: absolute;
  }

  .flex-horizontal-space-between {
    align-items: center;
  }

  .horizontal-short-line {
    margin-left: -35px;
    margin-right: -35px;
  }

  .team-container {
    margin-bottom: 0;
  }

  .section-header.home.margin {
    margin-left: 5%;
    margin-right: 5%;
  }

  .short-paragraph {
    width: 100%;
  }

  .computer-picture {
    max-width: 80vw;
  }

  .app-download-button {
    width: 110px;
  }

  .app-download-container {
    flex-direction: row;
  }

  .value-proposition-buttons {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .computer-image {
    width: 110%;
  }

  .col-2 {
    margin-bottom: 10px;
  }

  .col-2.lg-6 {
    align-items: flex-start;
    width: 100%;
  }

  .side-image {
    margin-bottom: 20px;
  }

  .side-image.lightbox-video {
    width: 100%;
  }

  .intro-feature-container {
    flex-direction: row;
    justify-content: flex-start;
    padding: 20px;
  }

  .intro-feature-container.bottom-right {
    flex-direction: column;
  }

  .intro-feature-container.vertical {
    flex-direction: column;
    justify-content: space-between;
  }

  .features-phone-image {
    height: 90%;
    margin-top: -30%;
    margin-left: -20px;
  }

  .features-mac {
    max-width: 120%;
    margin-bottom: -20%;
    margin-right: -25%;
  }

  .mac-container {
    align-items: flex-end;
  }

  .starter-website-image.hidden {
    left: 34px;
  }

  .social-media-icons-container-2 {
    justify-content: space-between;
  }

  .horizontal-footer-links-container {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .footer-social-links-container {
    justify-content: space-around;
    margin-top: 40px;
    display: flex;
  }

  .social-media-icons-contianer {
    display: flex;
  }

  .social-media-icons-contianer.no-bottom-margins, .footer-logo-2 {
    margin-bottom: 0;
  }

  .div-block-49 {
    text-align: left;
    align-items: flex-start;
  }

  .feature-image {
    height: 45%;
    margin-right: 30px;
  }

  .masonry-div-header {
    font-size: 25px;
    line-height: 31px;
  }

  .play-icon {
    width: 40px;
  }

  .mobile-nav {
    width: 100%;
    position: fixed;
  }

  .menu-button-3 {
    border-radius: 20px;
    padding: 10px;
  }

  .nav-link-3 {
    font-family: Montserrat, Arial, sans-serif;
  }

  .nav-menu-container {
    overflow: auto;
  }

  .dropdown-list.w--open {
    width: 100%;
    overflow: auto;
  }

  .text-block-2 {
    font-family: Montserrat, Arial, sans-serif;
  }

  .icon-2 {
    position: absolute;
  }

  .small-slide {
    margin-left: 0;
    margin-right: 0;
  }

  .left-arrow, .right-arrow {
    width: 60px;
  }

  .value-point-container {
    width: 100%;
    margin-bottom: 40px;
  }

  .cta-container {
    margin-bottom: 40px;
  }

  .negative-margin {
    margin-left: -10px;
  }

  .how-it-works-step {
    width: 100%;
  }

  .circle {
    margin-right: 20px;
  }

  .how-it-works-tab {
    text-align: center;
    align-items: center;
  }

  .form-2 {
    place-items: center;
    padding: 10px;
  }

  .heading-15.v2 {
    font-size: 34px;
  }

  .mask {
    height: 30rem;
  }

  .uui-layout62_tabs-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .uui-layout62_image-02 {
    top: 20%;
  }

  .uui-layout62_image-01 {
    width: 80%;
    right: -7%;
  }

  .tab-section {
    padding-left: 0;
    padding-right: 0;
  }

  .left_heading.v2 {
    font-size: 35px;
  }

  .hero_right {
    height: 60vw;
    margin-top: 3em;
  }

  .cards_cms_list {
    width: 100%;
  }

  .choose__columns.mod--img {
    margin-top: -117px;
  }

  .heading-columns {
    margin-bottom: 1rem;
  }

  .heading-columns.mobile {
    display: block;
  }

  .heading-columns.desk {
    display: none;
  }

  .dynamic-content__block-2 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .grain {
    object-fit: fill;
  }

  .wrap._w-custom.w60-60 {
    padding: 30px 16px 60px;
  }

  .wrap-block__inner-fw-2.inner-fw__bottom {
    margin-top: 0;
  }

  .feat-line {
    width: 10%;
    margin-bottom: 12px;
  }

  .img-feature {
    flex: none;
    width: 80%;
  }

  .grid-cell {
    padding-bottom: .5em;
    padding-left: 0;
    padding-right: 0;
  }

  .img-feature-wrap {
    height: 25vh;
  }

  .demo-wrapper {
    align-items: center;
    margin-top: 0;
    margin-right: 0;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .resize-text {
    margin-left: 20px;
    margin-right: 20px;
  }

  .browser-demo {
    width: 300px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .progress-title {
    font-size: 12px;
  }

  .paragraph-6 {
    font-size: 1rem;
  }

  .hero-wrapper {
    justify-content: space-between;
    align-items: flex-start;
  }

  .progress-item {
    max-width: 60px;
  }

  .hero-title {
    font-size: 38px;
  }

  .button-2 {
    padding: 12px 32px;
    font-size: 1.125rem;
  }

  .p_unit.dark.mobile, .p_unit.v2, .p_unit.v2.home {
    height: auto;
  }

  .leftanchor {
    padding: 80px 15px 20px;
  }

  .leftanchor.home {
    width: 100%;
    padding-top: 20px;
  }

  .pu_image._2 {
    object-fit: fill;
    background-image: url('../images/P1155911-r.webp');
    background-position: 0 0;
    background-size: cover;
    border-bottom-right-radius: 500px;
    border-bottom-left-radius: 0;
    height: 250px;
  }

  .pu_image._1._7 {
    height: 250px;
  }

  .pourquoicontainer.home {
    width: 100%;
  }

  .pu_text {
    width: 100%;
    margin-bottom: 0;
  }

  .stickytitle {
    font-size: 16px;
    line-height: 18px;
  }

  .qe_grid.pourquoi.ho.home {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 1rem;
    display: grid;
  }

  .qe_grid.pourquoi.v2 {
    margin-top: 2rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-5.margin-tio {
    margin-top: 4rem;
  }

  .container-6 {
    justify-content: center;
    align-items: center;
    height: 25rem;
  }

  .container-7 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .container-7.home, .container-7.contacto {
    flex-flow: column;
    padding-left: 5%;
    padding-right: 5%;
  }

  .hero__bg {
    top: 0;
  }

  .section-6.mod--hero {
    margin-top: 2rem;
  }

  .section-6.mod--hero.mobile {
    margin-top: 5rem;
  }

  .hero__title {
    margin-bottom: 0;
  }

  .hero__title.contacto {
    font-size: 4.3rem;
  }

  .hero__title.v2 {
    text-align: left;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .hero__title.v2.d {
    text-align: center;
    font-size: 4.125rem;
  }

  .heading-22 {
    flex-flow: column;
  }

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

  .service-item {
    margin-bottom: 1vh;
    top: 9vh;
  }

  .heading-style-h2 {
    letter-spacing: -.05rem;
    font-size: 1.75rem;
  }

  .service-item-content {
    height: auto;
    min-height: auto;
    max-height: 90vh;
    padding: 1.5rem;
  }

  .service-item-image-box {
    aspect-ratio: 1;
  }

  .padding-global {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .heading-23.v3 {
    text-align: center;
    font-size: 50px;
    line-height: 40px;
  }

  .copy-this-entire-section {
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .items {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .item {
    width: 108px;
  }

  .heading-27 {
    font-size: 30px;
  }

  .uui-heroheader01_component {
    grid-template-columns: 1fr;
  }

  .uui-heroheader01_image {
    border-top-left-radius: 4rem;
    height: 15rem;
  }

  .uui-heroheader01_pattern-image {
    width: 12.125rem;
    bottom: -25%;
    right: -20%;
  }

  .uui-faq02_component {
    grid-template-columns: 1fr;
  }

  .browser-demo-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .d-105-text-wrapper {
    padding-bottom: 0;
  }

  .d-105-3d-wrapper {
    margin-bottom: 20px;
  }

  .image-2 {
    margin-top: 0;
    margin-right: 0;
  }

  .demo-wrapper-2 {
    align-items: center;
    margin-top: 40px;
    margin-right: 0;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .instructions-wrapper {
    align-self: auto;
    margin-left: 0;
  }

  .d-105-card-title {
    margin-bottom: 0;
  }

  .h3-2 {
    font-size: 1.4rem;
  }

  .sticky-text_wrapper.steps {
    grid-template-columns: 1fr;
  }

  .circle-number.steps1, .circle-number.steps3, .circle-number.steps2, .circle-number.steps4 {
    display: none;
  }

  .phone-mock_border {
    border-width: 5px;
  }

  .container-11 {
    padding-left: 28px;
    padding-right: 28px;
  }

  .phone-mock {
    width: 170%;
    padding: 6px;
  }

  .section-10 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .phone-mock_tab {
    height: 5vw;
  }

  .content-wrapper {
    padding: 10px;
  }

  .columns-flex {
    height: auto;
  }

  .columns-wrapper {
    height: 50vh;
  }

  .text-link {
    margin-right: 5px;
  }

  .section-11 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column.right {
    width: 50%;
  }

  .nav-link-4 {
    font-size: .8rem;
  }

  .links-flex {
    flex-flow: column;
    display: block;
  }

  .dropdown-2 {
    width: 100%;
  }

  .div-block-64 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .div-block-65, .div-block-66 {
    width: 100%;
  }

  .card_number-circle {
    width: 1.5rem;
    height: 1.5rem;
  }

  .card_number {
    font-size: .8rem;
  }
}

#w-node-aab499d6-e0af-89d5-ef1e-b4ad3d26a331-d265ecbe {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-aab499d6-e0af-89d5-ef1e-b4ad3d26a336-d265ecbe {
  align-self: center;
}

#w-node-cdfcb588-9501-4744-0d54-6684ad69221e-ad692211, #w-node-cdfcb588-9501-4744-0d54-6684ad69222a-ad692211, #w-node-cdfcb588-9501-4744-0d54-6684ad692236-ad692211 {
  align-self: stretch;
}

#w-node-_0dc91896-bb8c-7081-32ec-d00703194de1-d265ecc1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a039d994-6ec5-9dc4-4026-4c34bb166107-d265ecc1 {
  align-self: center;
}

#w-node-a524b32b-c0b5-194c-7521-3b554d0530ed-4d0530ea {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a524b32b-c0b5-194c-7521-3b554d0530f2-4d0530ea {
  align-self: center;
}

#w-node-a66b44ac-3595-8bff-a059-6f4e50428b82-50428b7f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a66b44ac-3595-8bff-a059-6f4e50428b85-50428b7f, #w-node-a66b44ac-3595-8bff-a059-6f4e50428b89-50428b7f, #w-node-a66b44ac-3595-8bff-a059-6f4e50428b8d-50428b7f, #w-node-a66b44ac-3595-8bff-a059-6f4e50428b91-50428b7f {
  justify-self: stretch;
}

#w-node-a66b44ac-3595-8bff-a059-6f4e50428b95-50428b7f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#message.w-node-a66b44ac-3595-8bff-a059-6f4e50428b98-50428b7f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a66b44ac-3595-8bff-a059-6f4e50428b99-50428b7f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-a66b44ac-3595-8bff-a059-6f4e50428b9d-50428b7f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4e89a5dc-11fd-ed79-e600-f2603767bd29-d265ecc4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_88be14ed-7229-ab7f-5f92-e4de831cbf3c-d265ecc4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_88be14ed-7229-ab7f-5f92-e4de831cbf3f-d265ecc4, #w-node-_88be14ed-7229-ab7f-5f92-e4de831cbf43-d265ecc4, #w-node-_88be14ed-7229-ab7f-5f92-e4de831cbf47-d265ecc4, #w-node-_88be14ed-7229-ab7f-5f92-e4de831cbf4b-d265ecc4 {
  justify-self: stretch;
}

#w-node-_88be14ed-7229-ab7f-5f92-e4de831cbf4f-d265ecc4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#message.w-node-_88be14ed-7229-ab7f-5f92-e4de831cbf52-d265ecc4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_88be14ed-7229-ab7f-5f92-e4de831cbf53-d265ecc4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_88be14ed-7229-ab7f-5f92-e4de831cbf5a-d265ecc4, #w-node-_3d7e3ded-3ca0-58c5-5286-ee5059676a27-d265ecc7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3d7e3ded-3ca0-58c5-5286-ee5059676a2c-d265ecc7 {
  align-self: center;
}

#w-node-fdd0c3a9-29a1-42f0-5fc3-248a934466e0-d265eccb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fdd0c3a9-29a1-42f0-5fc3-248a934466f0-d265eccb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fdd0c3a9-29a1-42f0-5fc3-248a934466f3-d265eccb, #w-node-fdd0c3a9-29a1-42f0-5fc3-248a934466f7-d265eccb, #w-node-fdd0c3a9-29a1-42f0-5fc3-248a934466fb-d265eccb, #w-node-fdd0c3a9-29a1-42f0-5fc3-248a934466ff-d265eccb {
  justify-self: stretch;
}

#w-node-fdd0c3a9-29a1-42f0-5fc3-248a93446703-d265eccb {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#message.w-node-fdd0c3a9-29a1-42f0-5fc3-248a93446706-d265eccb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8a1ecb20-5b52-dd72-8ea0-d47bb6aadfba-d265eccb {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-fdd0c3a9-29a1-42f0-5fc3-248a9344670b-d265eccb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b6816b4c-c5c7-9376-9efc-7948c3ff9fbc-d265ecce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2f993701-4727-34b1-aeba-e5cfd5b58581-d265ecce {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2f993701-4727-34b1-aeba-e5cfd5b58584-d265ecce, #w-node-_2f993701-4727-34b1-aeba-e5cfd5b58588-d265ecce, #w-node-_2f993701-4727-34b1-aeba-e5cfd5b5858c-d265ecce, #w-node-_2f993701-4727-34b1-aeba-e5cfd5b58590-d265ecce {
  justify-self: stretch;
}

#w-node-_2f993701-4727-34b1-aeba-e5cfd5b58594-d265ecce {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#message.w-node-_2f993701-4727-34b1-aeba-e5cfd5b58597-d265ecce {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2f993701-4727-34b1-aeba-e5cfd5b58598-d265ecce {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_2f993701-4727-34b1-aeba-e5cfd5b5859f-d265ecce {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e073b278-9f20-935a-2334-1e33a3206beb-a3206bcd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_64780afc-ea11-e59b-1a9d-4c3f37efd4ad-d265ecd6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e2435851-43f0-19c9-1ce2-721609488553-d265ecd6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e2435851-43f0-19c9-1ce2-721609488556-d265ecd6, #w-node-e2435851-43f0-19c9-1ce2-72160948855a-d265ecd6, #w-node-e2435851-43f0-19c9-1ce2-72160948855e-d265ecd6, #w-node-e2435851-43f0-19c9-1ce2-721609488562-d265ecd6 {
  justify-self: stretch;
}

#w-node-e2435851-43f0-19c9-1ce2-721609488566-d265ecd6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#message.w-node-e2435851-43f0-19c9-1ce2-721609488569-d265ecd6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e2435851-43f0-19c9-1ce2-72160948856a-d265ecd6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-e2435851-43f0-19c9-1ce2-721609488571-d265ecd6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0c732dbd-bf26-1fba-b4a2-8b2d50d932aa-50d932a7 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 767px) {
  #w-node-e073b278-9f20-935a-2334-1e33a3206bd6-a3206bcd {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e073b278-9f20-935a-2334-1e33a3206beb-a3206bcd {
    grid-row: 2 / 3;
  }
}


@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}