@font-face {
  font-family: Lato;
  src: url(../fonts/Lato-Light.ttf) format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Lato;
  src: url(../fonts/Lato-Regular.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Lato;
  src: url(../fonts/Lato-Bold.ttf) format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Bodoni Moda;
  src: url(../fonts/BodoniModa-Italic-VariableFont_opsz,wght.ttf)
    format('truetype-variations');
  font-optical-sizing: auto;
  font-weight: 400 900;
  font-display: swap;
}
html {
  font-size: 62.5%;
}
html body {
  margin: 0;
}
html body #lp-hello-homla {
  --color-black: #000;
  --color-white: #fff;
  --color-blue: #e9f7f5;
  --color-green: #d1ddbf;
  --color-green-dark: #8fa273;
  --color-orange: #e8bfa8;
  --font-lato: 'Lato';
  --font-bodoni: 'Bodoni Moda';
  --font-size-3xl: 54px;
  --font-size-2xl: 50px;
  --font-size-xl: 48px;
  --font-size-2lg: 32px;
  --font-size-lg: 30px;
  --font-size-3md: 26px;
  --font-size-2md: 24px;
  --font-size-md: 20px;
  --font-size-sm: 16px;
  --font-size-xs: 12px;
  --font-weight-bold: 700;
  --font-weight-semibold: 600;
  --font-weight-medium: 500;
  --font-weight-regular: 400;
  --font-weight-light: 300;
  --gap-2xl: 48px;
  --gap-xl: 40px;
  --gap-lg: 32px;
  --gap-md: 24px;
  --gap-sm: 16px;
  --gap-xs: 8px;
  font-family:
    var(--font-lato), var(--font-bodoni), system-ui, 'Segoe UI', Roboto,
    Helvetica, Arial, sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  overflow: hidden;
}
html body #lp-hello-homla *,
html body #lp-hello-homla :before,
html body #lp-hello-homla :after {
  box-sizing: border-box;
  border: 0 solid;
  margin: 0;
  padding: 0;
}
html body #lp-hello-homla b,
html body #lp-hello-homla strong {
  font-weight: bolder;
}
html body #lp-hello-homla small {
  font-size: 80%;
}
html body #lp-hello-homla button,
html body #lp-hello-homla input,
html body #lp-hello-homla optgroup,
html body #lp-hello-homla select,
html body #lp-hello-homla textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
html body #lp-hello-homla button,
html body #lp-hello-homla [type='button'],
html body #lp-hello-homla [type='reset'],
html body #lp-hello-homla [type='submit'] {
  -moz-appearance: button;
  appearance: button;
  -webkit-appearance: button;
}
html body #lp-hello-homla ::-webkit-inner-spin-button,
html body #lp-hello-homla ::-webkit-outer-spin-button {
  height: auto;
}
html body #lp-hello-homla [type='search'] {
  -moz-appearance: textfield;
  appearance: textfield;
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
html body #lp-hello-homla ::-webkit-search-decoration {
  -webkit-appearance: none;
}
html body #lp-hello-homla ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
html body #lp-hello-homla h1,
html body #lp-hello-homla h2,
html body #lp-hello-homla h3,
html body #lp-hello-homla h4,
html body #lp-hello-homla h5,
html body #lp-hello-homla h6 {
  font-size: inherit;
  font-weight: inherit;
}
html body #lp-hello-homla ol,
html body #lp-hello-homla ul,
html body #lp-hello-homla menu {
  list-style: none;
}
html body #lp-hello-homla img,
html body #lp-hello-homla svg,
html body #lp-hello-homla video,
html body #lp-hello-homla canvas,
html body #lp-hello-homla audio,
html body #lp-hello-homla iframe,
html body #lp-hello-homla embed,
html body #lp-hello-homla object {
  display: block;
  vertical-align: middle;
}
html body #lp-hello-homla img,
html body #lp-hello-homla video {
  max-width: 100%;
  height: auto;
}
html body #lp-hello-homla .section-container {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  display: block;
  margin-bottom: var(--gap-lg);
}
@media (min-width: 1024px) {
  html body #lp-hello-homla .section-container {
    margin-bottom: var(--gap-2xl);
  }
}
html body #lp-hello-homla .video-full-width {
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}
html body #lp-hello-homla .video-full-width__video {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 594px;
}
@media (min-width: 768px) {
  html body #lp-hello-homla .video-full-width__video {
    max-height: 800px;
  }
}
html body #lp-hello-homla .video-full-width__video--mobile {
  display: block;
}
@media (min-width: 768px) {
  html body #lp-hello-homla .video-full-width__video--mobile {
    display: none;
  }
}
html body #lp-hello-homla .video-full-width__video--desktop {
  display: none;
}
@media (min-width: 768px) {
  html body #lp-hello-homla .video-full-width__video--desktop {
    display: block;
  }
}
html body #lp-hello-homla .grid-two {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  html body #lp-hello-homla .grid-two {
    flex-direction: row;
  }
}
html body #lp-hello-homla .grid-two .grid__left,
html body #lp-hello-homla .grid-two .grid__right {
  width: 100%;
}
@media (min-width: 768px) {
  html body #lp-hello-homla .grid-two .grid__left,
  html body #lp-hello-homla .grid-two .grid__right {
    width: 50%;
  }
}
html body #lp-hello-homla .grid-two .image-full-width {
  display: flex;
  justify-content: center;
  max-height: 400px;
}
@media (min-width: 768px) {
  html body #lp-hello-homla .grid-two .image-full-width {
    max-width: 680px;
    max-height: 800px;
  }
}
html body #lp-hello-homla .header {
  width: 100%;
  max-width: 1360px;
  text-align: left;
  font-family: var(--font-bodoni);
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-medium);
  font-variation-settings: 'opsz' 16;
  color: var(--color-black);
}
@media (min-width: 1024px) {
  html body #lp-hello-homla .header {
    font-size: var(--font-size-xl);
  }
}
html body #lp-hello-homla .text__regular {
  width: 100%;
  text-align: left;
  font-family: var(--font-lato);
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-light);
  font-style: normal;
  color: var(--color-black);
}
@media (min-width: 1024px) {
  html body #lp-hello-homla .text__regular {
    font-size: var(--font-size-md);
  }
}
html body #lp-hello-homla .card {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
  max-height: 400px;
  max-width: 680px;
}
@media (min-width: 768px) {
  html body #lp-hello-homla .card {
    max-height: 800px;
  }
}
html body #lp-hello-homla .card__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
html body #lp-hello-homla .card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--gap-md);
  background-color: var(--color-blue);
  position: absolute;
  max-width: 346px;
  height: auto;
  min-height: 216px;
  bottom: 6%;
  left: 9%;
  padding: var(--gap-lg);
}
@media (min-width: 768px) {
  html body #lp-hello-homla .card__content {
    gap: var(--gap-lg);
    max-width: 500px;
    min-height: 300px;
    bottom: 11%;
    left: 13%;
    padding: 3rem;
  }
}
html body #lp-hello-homla .image-full-width {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  max-width: 1360px;
  max-height: 400px;
}
@media (min-width: 1024px) {
  html body #lp-hello-homla .image-full-width {
    max-height: 618px;
  }
}
html body #lp-hello-homla .image-full-width .image-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
html body #lp-hello-homla .swiper-container {
  padding: 0 var(--gap-sm);
}
html body #lp-hello-homla .swiper-container .swiper {
  width: 100%;
  max-width: 400px;
  margin: var(--gap-lg) auto;
  padding: 0 16px;
}
@media (min-width: 768px) {
  html body #lp-hello-homla .swiper-container .swiper {
    max-width: 1140px;
    padding: 0 23px;
    margin: var(--gap-2xl) auto;
  }
}
html body #lp-hello-homla .swiper-container .swiper-button-prev {
  color: transparent;
  -webkit-tap-highlight-color: transparent;
  top: auto;
  bottom: 0;
  left: -12px;
  width: 24px;
  height: 24px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #d9d9d9;
}
@media (min-width: 768px) {
  html body #lp-hello-homla .swiper-container .swiper-button-prev {
    left: 0;
    width: 30px;
    height: 30px;
    border-top-width: 15px;
    border-bottom-width: 15px;
    border-right-width: 15px;
  }
}
@media (min-width: 1024px) {
  html body #lp-hello-homla .swiper-container .swiper-button-prev {
    left: -19px;
    width: 38px;
    height: 38px;
    border-top-width: 19px;
    border-bottom-width: 19px;
    border-right-width: 19px;
  }
}
html body #lp-hello-homla .swiper-container .swiper-button-prev-lock {
  display: flex;
}
html body #lp-hello-homla .swiper-container .swiper-button-next {
  color: transparent;
  -webkit-tap-highlight-color: transparent;
  top: auto;
  bottom: 0;
  right: -12px;
  width: 24px;
  height: 24px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #d9d9d9;
}
@media (min-width: 768px) {
  html body #lp-hello-homla .swiper-container .swiper-button-next {
    right: 0;
    width: 30px;
    height: 30px;
    border-top-width: 15px;
    border-bottom-width: 15px;
    border-right-width: 15px;
  }
}
@media (min-width: 1024px) {
  html body #lp-hello-homla .swiper-container .swiper-button-next {
    right: -19px;
    width: 38px;
    height: 38px;
    border-top-width: 19px;
    border-bottom-width: 19px;
    border-left-width: 19px;
  }
}
html body #lp-hello-homla .swiper-container .swiper-button-next-lock {
  display: flex;
}
html body #lp-hello-homla .swiper-slide {
  max-width: 178px;
  max-height: 232px;
}
@media (min-width: 768px) {
  html body #lp-hello-homla .swiper-slide {
    max-width: 281px;
    max-height: 340px;
  }
}
html body #lp-hello-homla .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--gap-md);
  justify-content: center;
  align-items: flex-start;
  text-align: center;
  max-width: 320px;
}
@media (min-width: 1024px) {
  html body #lp-hello-homla .text-wrapper {
    max-width: 500px;
    gap: var(--gap-lg);
  }
}
html body #lp-hello-homla .lp-btn {
  font-family: var(--font-lato);
  font-size: var(--font-size-sm);
  height: 32px;
  width: 164px;
  padding: 0 var(--gap-sm);
  line-height: 20px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0;
  background-color: var(--color-white);
  color: var(--color-black);
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1.5px solid var(--color-black);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
@media (min-width: 1024px) {
  html body #lp-hello-homla .lp-btn {
    height: 46px;
    width: 181px;
    font-size: var(--font-size-md);
  }
}
html body #lp-hello-homla .lp-btn:hover {
  background-color: var(--color-black);
  color: var(--color-white);
}
html body #lp-hello-homla .section--3 .text-wrapper {
  margin: 0 auto;
  align-items: flex-start;
  max-width: 374px;
}
html body #lp-hello-homla .section--3 .grid-two .grid__left {
  position: relative;
  order: 2;
}
@media (min-width: 768px) {
  html body #lp-hello-homla .section--3 .grid-two .grid__left {
    order: 1;
  }
}
html
  body
  #lp-hello-homla
  .section--3
  .grid-two
  .grid__left
  .image-full-width:last-of-type {
  max-width: 171px;
  max-height: 91px;
  position: absolute;
  top: 5%;
  left: 5%;
}
@media (min-width: 1024px) {
  html
    body
    #lp-hello-homla
    .section--3
    .grid-two
    .grid__left
    .image-full-width:last-of-type {
    max-width: 293px;
    max-height: 155px;
  }
}
html body #lp-hello-homla .section--3 .grid-two .grid__right {
  margin-bottom: var(--gap-lg);
  min-height: 400px;
  max-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  html body #lp-hello-homla .section--3 .grid-two .grid__right {
    order: 2;
    max-width: 680px;
    min-height: 474px;
    max-height: 800px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  html body #lp-hello-homla .section--3 .grid-two .grid__right {
    min-height: 800px;
  }
}
html body #lp-hello-homla .section--3 .grid-two .grid__right .header {
  text-align: center;
}
html body #lp-hello-homla .section--3 .grid-two .grid__right .swiper {
  max-width: 532px;
  margin: 0 auto;
}
html
  body
  #lp-hello-homla
  .section--3
  .grid-two
  .grid__right
  .swiper
  .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
html body #lp-hello-homla .section--3 .grid-two .grid__right .lp-btn {
  margin: 0 auto;
}
html body #lp-hello-homla .grid-two-max-width {
  max-width: 1180px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
@media (min-width: 768px) {
  html body #lp-hello-homla .grid-two-max-width {
    flex-direction: row;
  }
}
html body #lp-hello-homla .grid-two-max-width .grid__left,
html body #lp-hello-homla .grid-two-max-width .grid__right {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  html body #lp-hello-homla .grid-two-max-width .grid__left,
  html body #lp-hello-homla .grid-two-max-width .grid__right {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  html body #lp-hello-homla .grid-two-max-width .grid__left {
    justify-content: flex-start;
  }
}
@media (min-width: 1024px) {
  html body #lp-hello-homla .grid-two-max-width .grid__right {
    justify-content: flex-end;
  }
}
html body #lp-hello-homla .grid-two-max-width .image-full-width {
  display: flex;
  justify-content: center;
  max-width: 500px;
  max-height: 594px;
}
@media (min-width: 1024px) {
  html body #lp-hello-homla .grid-two-max-width .image-full-width {
    max-height: 700px;
  }
}
html body #lp-hello-homla .section--4 .header-small {
  width: 100%;
  max-width: 1360px;
  text-align: right;
  font-family: var(--font-bodoni);
  font-size: var(--font-size-3md);
  font-weight: var(--font-weight-medium);
  font-variation-settings: 'opsz' 16;
  color: var(--color-black);
}
@media (min-width: 1024px) {
  html body #lp-hello-homla .section--4 .header-small {
    font-size: var(--font-size-lg);
  }
}
html body #lp-hello-homla .section--4 .grid__left {
  margin-bottom: var(--gap-lg);
}
@media (min-width: 1024px) {
  html body #lp-hello-homla .section--4 .grid__left {
    margin-bottom: 0;
  }
}
html body #lp-hello-homla .container {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  display: block;
  padding-left: var(--gap-sm);
  padding-right: var(--gap-sm);
}
@media (min-width: 1024px) {
  html body #lp-hello-homla .container {
    padding-left: 0;
    padding-right: 0;
  }
}
html body #lp-hello-homla .header--main {
  width: 100%;
  text-align: center;
  font-family: var(--font-bodoni);
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-medium);
  font-variation-settings: 'opsz' 16;
  color: var(--color-black);
}
@media (min-width: 1024px) {
  html body #lp-hello-homla .header--main {
    font-size: var(--font-size-2xl);
    padding: var(--gap-lg);
  }
}
html body #lp-hello-homla .section--5 .image-full-width .image-bg {
  min-height: 302px;
}
@media (min-width: 1024px) {
  html body #lp-hello-homla .section--5 .image-full-width .image-bg {
    max-height: 618px;
  }
}
html body #lp-hello-homla .section--5 .text-wrapper {
  margin: 0 auto;
  align-items: center;
  max-width: 308px;
  margin-bottom: var(--gap-lg);
}
@media (min-width: 1024px) {
  html body #lp-hello-homla .section--5 .text-wrapper {
    margin-bottom: var(--gap-2xl);
    max-width: 847px;
  }
}
html body #lp-hello-homla .section--5 .text-wrapper .text__regular {
  text-align: center;
}
@media (min-width: 1024px) {
  html body #lp-hello-homla .section--5 .text-wrapper .text__regular {
    font-size: var(--font-size-2md);
  }
}
html body #lp-hello-homla .section--5 .container {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
html
  body
  #lp-hello-homla
  .section--5
  .container
  .text-wrapper:last-of-type
  .header {
  position: absolute;
  bottom: 10%;
  left: 10%;
  width: 100%;
  max-width: 222px;
  text-align: left;
  font-family: var(--font-lato);
  font-size: var(--font-size-2md);
  font-weight: var(--font-weight-light);
  color: var(--color-white);
}
@media (min-width: 1024px) {
  html
    body
    #lp-hello-homla
    .section--5
    .container
    .text-wrapper:last-of-type
    .header {
    bottom: 10%;
    left: 5%;
    max-width: 482px;
    font-size: var(--font-size-xl);
  }
}
html
  body
  #lp-hello-homla
  .section--5
  .container
  .text-wrapper:last-of-type
  .text__regular {
  position: absolute;
  top: 5%;
  left: 10%;
  width: 100%;
  max-width: 93px;
  text-align: left;
  font-family: var(--font-bodoni);
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-medium);
  color: var(--color-white);
  padding-left: var(--gap-xs);
  border-left: 1px solid var(--color-white);
}
@media (min-width: 1024px) {
  html
    body
    #lp-hello-homla
    .section--5
    .container
    .text-wrapper:last-of-type
    .text__regular {
    left: unset;
    top: unset;
    bottom: 5%;
    right: 3%;
    max-width: 124px;
    font-size: var(--font-size-2md);
  }
}
html body #lp-hello-homla .section--6 .grid-two-max-width .grid__left {
  order: 2;
}
@media (min-width: 1024px) {
  html body #lp-hello-homla .section--6 .grid-two-max-width .grid__left {
    order: 1;
  }
}
html body #lp-hello-homla .section--6 .grid-two-max-width .grid__right {
  margin-bottom: var(--gap-lg);
}
@media (min-width: 1024px) {
  html body #lp-hello-homla .section--6 .grid-two-max-width .grid__right {
    order: 2;
    margin-bottom: 0;
  }
}
html body #lp-hello-homla .image-in-image {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
  max-height: 400px;
  max-width: 680px;
}
@media (min-width: 768px) {
  html body #lp-hello-homla .image-in-image {
    max-height: 574px;
  }
}
@media (min-width: 1024px) {
  html body #lp-hello-homla .image-in-image {
    max-height: 800px;
  }
}
html body #lp-hello-homla .image-in-image .image-outer,
html body #lp-hello-homla .image-in-image .image-inner {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
html body #lp-hello-homla .image-in-image .image-inner-wrapper {
  position: absolute;
  min-width: 217px;
  height: auto;
  min-height: 233px;
  bottom: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1024px) {
  html body #lp-hello-homla .image-in-image .image-inner-wrapper {
    min-width: 281px;
    min-height: 394px;
  }
}
html body #lp-hello-homla .section--7 .container {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
html body #lp-hello-homla .section--7 .container .image-full-width .image-bg {
  min-height: 302px;
}
@media (min-width: 768px) {
  html body #lp-hello-homla .section--7 .container .image-full-width .image-bg {
    max-height: 618px;
  }
}
html body #lp-hello-homla .section--7 .container:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  pointer-events: none;
}
html
  body
  #lp-hello-homla
  .section--7
  .container
  .text-wrapper:last-of-type
  .header {
  position: absolute;
  bottom: 10%;
  left: 5%;
  width: 100%;
  max-width: 280px;
  text-align: left;
  font-family: var(--font-lato);
  font-size: var(--font-size-2md);
  font-weight: var(--font-weight-light);
  color: var(--color-white);
  z-index: 1;
}
@media (min-width: 1024px) {
  html
    body
    #lp-hello-homla
    .section--7
    .container
    .text-wrapper:last-of-type
    .header {
    max-width: 568px;
    font-size: var(--font-size-xl);
  }
}
html
  body
  #lp-hello-homla
  .section--7
  .container
  .text-wrapper:last-of-type
  .text__regular {
  position: absolute;
  bottom: 36%;
  right: 0%;
  width: 100%;
  max-width: 178px;
  text-align: left;
  font-family: var(--font-bodoni);
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-medium);
  color: var(--color-white);
  padding-left: var(--gap-xs);
  border-left: 1px solid var(--color-white);
  z-index: 1;
}
@media (min-width: 1024px) {
  html
    body
    #lp-hello-homla
    .section--7
    .container
    .text-wrapper:last-of-type
    .text__regular {
    bottom: 22%;
    right: 26%;
    max-width: 255px;
    font-size: var(--font-size-2md);
  }
}
html body #lp-hello-homla .section--8 .grid__left {
  margin-bottom: var(--gap-lg);
}
@media (min-width: 1024px) {
  html body #lp-hello-homla .section--8 .grid__left {
    margin-bottom: 0;
  }
}
html body #lp-hello-homla .grid-three {
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media (min-width: 768px) {
  html body #lp-hello-homla .grid-three {
    flex-direction: row;
    gap: var(--gap-md);
  }
}
html body #lp-hello-homla .grid-three .grid__left,
html body #lp-hello-homla .grid-three .grid__center,
html body #lp-hello-homla .grid-three .grid__right {
  width: 100%;
}
@media (min-width: 1024px) {
  html body #lp-hello-homla .grid-three .grid__left,
  html body #lp-hello-homla .grid-three .grid__center,
  html body #lp-hello-homla .grid-three .grid__right {
    width: 33.33333%;
  }
}
html body #lp-hello-homla .grid-three .grid__left .image-full-width,
html body #lp-hello-homla .grid-three .grid__center .image-full-width,
html body #lp-hello-homla .grid-three .grid__right .image-full-width {
  display: flex;
  justify-content: center;
  max-width: 440px;
  max-height: 594px;
}
@media (min-width: 1024px) {
  html body #lp-hello-homla .grid-three .grid__left .image-full-width,
  html body #lp-hello-homla .grid-three .grid__center .image-full-width,
  html body #lp-hello-homla .grid-three .grid__right .image-full-width {
    max-height: 660px;
  }
}
html body #lp-hello-homla .section--9 .container {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
html body #lp-hello-homla .section--9 .container .image-full-width .image-bg {
  min-height: 302px;
}
@media (min-width: 1024px) {
  html body #lp-hello-homla .section--9 .container .image-full-width .image-bg {
    max-height: 618px;
  }
}
html body #lp-hello-homla .section--9 .container .text-wrapper .text__regular {
  position: absolute;
  width: 100%;
  max-width: 164px;
  text-align: left;
  font-family: var(--font-bodoni);
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-light);
  color: var(--color-white);
  padding-left: var(--gap-sm);
  border-left: 1px solid var(--color-white);
}
@media (min-width: 1024px) {
  html
    body
    #lp-hello-homla
    .section--9
    .container
    .text-wrapper
    .text__regular {
    max-width: 268px;
    font-size: var(--font-size-2md);
  }
}
html
  body
  #lp-hello-homla
  .section--9
  .container
  .text-wrapper
  .text__regular:nth-child(1) {
  bottom: 74%;
  left: 1%;
}
html
  body
  #lp-hello-homla
  .section--9
  .container
  .text-wrapper
  .text__regular:nth-child(2) {
  bottom: 90%;
  left: 18%;
}
html
  body
  #lp-hello-homla
  .section--9
  .container
  .text-wrapper
  .text__regular:nth-child(3) {
  bottom: 39%;
  left: 48%;
}
html
  body
  #lp-hello-homla
  .section--9
  .container
  .text-wrapper
  .text__regular:nth-child(4) {
  bottom: 5%;
  left: 64%;
}
@media (min-width: 1024px) {
  html
    body
    #lp-hello-homla
    .section--9
    .container
    .text-wrapper
    .text__regular {
    left: 70%;
  }
}
html body #lp-hello-homla .section--10 .image-full-width {
  min-height: 364px;
}
@media (min-width: 768px) {
  html body #lp-hello-homla .section--10 .image-full-width {
    min-height: 570px;
  }
}
@media (min-width: 1024px) {
  html body #lp-hello-homla .section--10 .image-full-width {
    min-height: 947px;
  }
}
html body #lp-hello-homla .section--10 .image-full-width .image-bg {
  min-height: 364px;
}
@media (min-width: 1024px) {
  html body #lp-hello-homla .section--10 .image-full-width .image-bg {
    max-height: 947px;
  }
}
html body #lp-hello-homla .section--11 .container {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
html body #lp-hello-homla .section--11 .container .image-full-width {
  margin-bottom: var(--gap-lg);
}
@media (min-width: 1024px) {
  html body #lp-hello-homla .section--11 .container .image-full-width {
    margin-bottom: var(--gap-2xl);
  }
}
html body #lp-hello-homla .section--11 .container .image-full-width .image-bg {
  min-height: 302px;
}
@media (min-width: 1024px) {
  html
    body
    #lp-hello-homla
    .section--11
    .container
    .image-full-width
    .image-bg {
    max-height: 618px;
  }
}
html body #lp-hello-homla .section--11 .container .text-wrapper .header {
  position: absolute;
  bottom: 20%;
  left: 10%;
  width: 100%;
  max-width: 222px;
  text-align: left;
  font-family: var(--font-lato);
  font-size: var(--font-size-2md);
  font-weight: var(--font-weight-light);
  color: var(--color-white);
}
@media (min-width: 1024px) {
  html body #lp-hello-homla .section--11 .container .text-wrapper .header {
    bottom: 15%;
    left: 5%;
    max-width: 482px;
    font-size: var(--font-size-xl);
  }
}
html body #lp-hello-homla .section--11 .container .text-wrapper .text__regular {
  position: absolute;
  bottom: 37%;
  right: -8%;
  width: 100%;
  max-width: 93px;
  text-align: left;
  font-family: var(--font-bodoni);
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-medium);
  color: var(--color-white);
  padding-left: var(--gap-xs);
  border-left: 1px solid var(--color-white);
}
@media (min-width: 1024px) {
  html
    body
    #lp-hello-homla
    .section--11
    .container
    .text-wrapper
    .text__regular {
    bottom: 30%;
    right: 10%;
    font-size: var(--font-size-2md);
  }
}
html body #lp-hello-homla .section--11 .grid-two-max-width .grid__left {
  order: 2;
}
@media (min-width: 1024px) {
  html body #lp-hello-homla .section--11 .grid-two-max-width .grid__left {
    order: 1;
  }
}
html body #lp-hello-homla .section--11 .grid-two-max-width .grid__right {
  margin-bottom: var(--gap-lg);
}
@media (min-width: 1024px) {
  html body #lp-hello-homla .section--11 .grid-two-max-width .grid__right {
    order: 2;
    margin-bottom: 0;
  }
}
html
  body
  #lp-hello-homla
  .section--12
  .grid-two
  .grid__left
  .image-full-width
  .image-bg {
  min-height: 574px;
  max-height: 574px;
}
@media (min-width: 1024px) {
  html
    body
    #lp-hello-homla
    .section--12
    .grid-two
    .grid__left
    .image-full-width
    .image-bg {
    min-height: 800px;
  }
}
html body #lp-hello-homla .section--12 .grid-two .grid__right {
  min-height: 400px;
  max-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-green);
}
@media (min-width: 768px) {
  html body #lp-hello-homla .section--12 .grid-two .grid__right {
    min-height: 574px;
    max-height: 574px;
  }
}
@media (min-width: 1024px) {
  html body #lp-hello-homla .section--12 .grid-two .grid__right {
    min-height: 800px;
    max-height: 800px;
  }
}
html body #lp-hello-homla .section--12 .grid-two .grid__right .header {
  color: var(--color-green-dark);
  text-align: center;
}
html body #lp-hello-homla .section--13 .container {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
html body #lp-hello-homla .section--13 .container .image-full-width {
  margin-bottom: var(--gap-lg);
}
@media (min-width: 1024px) {
  html body #lp-hello-homla .section--13 .container .image-full-width {
    margin-bottom: var(--gap-2xl);
  }
}
html body #lp-hello-homla .section--13 .container .image-full-width .image-bg {
  min-height: 302px;
}
@media (min-width: 1024px) {
  html
    body
    #lp-hello-homla
    .section--13
    .container
    .image-full-width
    .image-bg {
    max-height: 618px;
  }
}
html body #lp-hello-homla .section--13 .container .text-wrapper .header {
  position: absolute;
  bottom: 20%;
  left: 10%;
  width: 100%;
  max-width: 268px;
  text-align: left;
  font-family: var(--font-lato);
  font-size: var(--font-size-2md);
  font-weight: var(--font-weight-light);
  color: var(--color-white);
}
@media (min-width: 1024px) {
  html body #lp-hello-homla .section--13 .container .text-wrapper .header {
    bottom: 15%;
    left: 5%;
    max-width: 542px;
    font-size: var(--font-size-xl);
  }
}
html
  body
  #lp-hello-homla
  .section--13
  .grid-two-max-width
  .grid__left
  .container {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
html
  body
  #lp-hello-homla
  .section--13
  .grid-two-max-width
  .grid__left
  .container
  .image-full-width
  .image-bg {
  min-height: 594px;
}
@media (min-width: 1024px) {
  html
    body
    #lp-hello-homla
    .section--13
    .grid-two-max-width
    .grid__left
    .container
    .image-full-width
    .image-bg {
    max-height: 700px;
  }
}
html
  body
  #lp-hello-homla
  .section--13
  .grid-two-max-width
  .grid__left
  .container
  .text-wrapper
  .text__regular {
  position: absolute;
  bottom: 10%;
  right: 5%;
  width: 100%;
  max-width: 154px;
  text-align: left;
  font-family: var(--font-bodoni);
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-medium);
  color: var(--color-white);
  padding-left: var(--gap-xs);
  border-left: 1px solid var(--color-white);
}
@media (min-width: 1024px) {
  html
    body
    #lp-hello-homla
    .section--13
    .grid-two-max-width
    .grid__left
    .container
    .text-wrapper
    .text__regular {
    bottom: 10%;
    right: 18%;
    font-size: var(--font-size-2md);
  }
}
html body #lp-hello-homla .section--14 .grid-two-max-width .container {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
html body #lp-hello-homla .section--14 .grid-two-max-width .image-full-width {
  max-height: 594px;
  max-width: 560px;
}
@media (min-width: 1024px) {
  html body #lp-hello-homla .section--14 .grid-two-max-width .image-full-width {
    max-height: 760px;
  }
}
html
  body
  #lp-hello-homla
  .section--14
  .grid-two-max-width
  .grid__left
  .text-wrapper
  .text__regular {
  position: absolute;
  bottom: 56%;
  left: 48%;
  width: 100%;
  max-width: 268px;
  text-align: left;
  font-family: var(--font-bodoni);
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-light);
  color: var(--color-white);
  padding-left: var(--gap-sm);
  border-left: 1px solid var(--color-white);
}
@media (min-width: 1024px) {
  html
    body
    #lp-hello-homla
    .section--14
    .grid-two-max-width
    .grid__left
    .text-wrapper
    .text__regular {
    bottom: 60%;
    left: 40%;
    max-width: 542px;
    font-size: var(--font-size-2md);
  }
}
html
  body
  #lp-hello-homla
  .section--14
  .grid-two-max-width
  .grid__right
  .text-wrapper
  .text__regular {
  position: absolute;
  bottom: 62%;
  left: 55%;
  width: 100%;
  max-width: 268px;
  text-align: left;
  font-family: var(--font-bodoni);
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-light);
  color: var(--color-white);
  padding-left: var(--gap-sm);
  border-left: 1px solid var(--color-white);
}
@media (min-width: 1024px) {
  html
    body
    #lp-hello-homla
    .section--14
    .grid-two-max-width
    .grid__right
    .text-wrapper
    .text__regular {
    bottom: 60%;
    left: 60%;
    max-width: 542px;
    font-size: var(--font-size-2md);
  }
}
html body #lp-hello-homla .section--15 .container {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
html
  body
  #lp-hello-homla
  .section--15
  .container:first-of-type
  .image-full-width {
  margin-bottom: var(--gap-lg);
}
@media (min-width: 1024px) {
  html
    body
    #lp-hello-homla
    .section--15
    .container:first-of-type
    .image-full-width {
    margin-bottom: var(--gap-2xl);
  }
}
html
  body
  #lp-hello-homla
  .section--15
  .container:first-of-type
  .image-full-width
  .image-bg {
  min-height: 302px;
}
@media (min-width: 1024px) {
  html
    body
    #lp-hello-homla
    .section--15
    .container:first-of-type
    .image-full-width
    .image-bg {
    max-height: 660px;
  }
}
html
  body
  #lp-hello-homla
  .section--15
  .container:first-of-type
  .image-full-width:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  pointer-events: none;
}
html body #lp-hello-homla .section--15 .container:first-of-type .header {
  position: absolute;
  bottom: 20%;
  left: 10%;
  width: 100%;
  max-width: 268px;
  text-align: left;
  font-family: var(--font-lato);
  font-size: var(--font-size-2md);
  font-weight: var(--font-weight-light);
  color: var(--color-white);
  z-index: 1;
}
@media (min-width: 1024px) {
  html body #lp-hello-homla .section--15 .container:first-of-type .header {
    bottom: 15%;
    left: 5%;
    max-width: 542px;
    font-size: var(--font-size-xl);
  }
}
html
  body
  #lp-hello-homla
  .section--15
  .grid-three
  .grid__left
  .image-full-width {
  margin-bottom: 0;
}
html
  body
  #lp-hello-homla
  .section--15
  .grid-three
  .grid__left
  .text-wrapper
  .text__regular {
  position: absolute;
  bottom: 63%;
  left: 10%;
  width: 100%;
  max-width: 84px;
  text-align: left;
  font-family: var(--font-bodoni);
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-light);
  color: var(--color-white);
  padding-left: var(--gap-sm);
  border-left: 1px solid var(--color-white);
}
@media (min-width: 1024px) {
  html
    body
    #lp-hello-homla
    .section--15
    .grid-three
    .grid__left
    .text-wrapper
    .text__regular {
    bottom: 70%;
    left: 8%;
    max-width: 220px;
    font-size: var(--font-size-2md);
  }
}
html
  body
  #lp-hello-homla
  .section--15
  .grid-three
  .grid__center
  .image-full-width {
  margin-bottom: 0;
}
html
  body
  #lp-hello-homla
  .section--15
  .grid-three
  .grid__center
  .text-wrapper
  .text__regular {
  position: absolute;
  bottom: 80%;
  left: 60%;
  width: 100%;
  max-width: 164px;
  text-align: left;
  font-family: var(--font-bodoni);
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-light);
  color: var(--color-white);
  padding-left: var(--gap-sm);
  border-left: 1px solid var(--color-white);
}
@media (min-width: 1024px) {
  html
    body
    #lp-hello-homla
    .section--15
    .grid-three
    .grid__center
    .text-wrapper
    .text__regular {
    bottom: 83%;
    left: 54%;
    max-width: 220px;
    font-size: var(--font-size-2md);
  }
}
html
  body
  #lp-hello-homla
  .section--15
  .grid-three
  .grid__right
  .image-full-width {
  margin-bottom: 0;
}
html
  body
  #lp-hello-homla
  .section--15
  .grid-three
  .grid__right
  .text-wrapper
  .text__regular {
  position: absolute;
  bottom: 22%;
  left: 25%;
  width: 100%;
  max-width: 98px;
  text-align: left;
  font-family: var(--font-bodoni);
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-light);
  color: var(--color-white);
  padding-left: var(--gap-sm);
  border-left: 1px solid var(--color-white);
}
@media (min-width: 1024px) {
  html
    body
    #lp-hello-homla
    .section--15
    .grid-three
    .grid__right
    .text-wrapper
    .text__regular {
    bottom: 28%;
    left: 7%;
    max-width: 220px;
    font-size: var(--font-size-2md);
  }
}
html body #lp-hello-homla .section--16 .grid-two-max-width .grid__right {
  display: none;
}
@media (min-width: 768px) {
  html body #lp-hello-homla .section--16 .grid-two-max-width .grid__right {
    display: flex;
  }
}
html body #lp-hello-homla .section--17 .image-full-width {
  margin-bottom: var(--gap-lg);
}
@media (min-width: 1024px) {
  html body #lp-hello-homla .section--17 .image-full-width {
    margin-bottom: var(--gap-2xl);
  }
}
html body #lp-hello-homla .section--17 .image-full-width .image-bg {
  min-height: 302px;
}
@media (min-width: 1024px) {
  html body #lp-hello-homla .section--17 .image-full-width .image-bg {
    max-height: 618px;
  }
}
html body #lp-hello-homla .section--17 .grid-two-max-width .grid__left {
  order: 2;
}
@media (min-width: 1024px) {
  html body #lp-hello-homla .section--17 .grid-two-max-width .grid__left {
    order: 1;
  }
}
@media (min-width: 1024px) {
  html body #lp-hello-homla .section--17 .grid-two-max-width .grid__right {
    order: 2;
  }
}
