.hero {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  max-height: none;
  min-height: 820px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 12vh 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/kyle-smith-4qYHqQqlwM4-unsplash.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.image {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  max-width: none;
  border: 1px none #000;
  border-radius: 0px;
  background-image: url('../images/alcina-haar-hairsytles-blond-beautiful.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), -webkit-gradient(linear, left top, left bottom, from(#000), to(#fff));
  background-image: url('../images/alcina-haar-hairsytles-blond-beautiful.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(180deg, #000, #fff);
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, auto, auto;
  background-repeat: repeat, repeat, repeat;
  background-attachment: scroll, scroll, scroll;
  background-clip: border-box;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero__content {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 10px;
  border-color: #fff;
  border-radius: 0px;
  text-align: center;
}

.container {
  position: relative;
  z-index: 5;
  height: auto;
  max-width: 1280px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.body {
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.heading {
  display: inline-block;
  width: 100%;
  height: auto;
  margin: 0px auto;
  padding: 20px 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  font-size: 5em;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
}

.hero__subline {
  margin-top: -40px;
  margin-bottom: 0px;
  font-family: 'Mrs Saint Delafield', sans-serif;
  color: #fff;
  font-size: 6vw;
  line-height: 100px;
  text-align: center;
}

.logo {
  width: 200px;
  margin: 20px auto;
}

.products {
  overflow: visible;
  padding-top: 5vw;
  padding-bottom: 5vw;
  border-bottom: 2px solid #000;
}

.product__item {
  margin-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.product__headline {
  font-size: 22px;
}

.button {
  padding: 13px 25px;
  background-color: #040404;
  font-weight: 300;
  text-transform: none;
}

.button.button-reverse {
  margin-top: 27px;
  background-color: #fff;
  color: #000;
}

.product__description {
  margin-bottom: 19px;
}

.product__image {
  width: 100%;
  height: 100%;
  max-height: none;
  -o-object-fit: contain;
  object-fit: contain;
}

.product__container-headline {
  margin-bottom: 13px;
  font-size: 50px;
  text-align: center;
}

.product__container-subline {
  margin-top: 0px;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.product__title {
  margin-bottom: 29px;
}

.product__picture {
  width: 300px;
  height: 200px;
  margin-right: auto;
  margin-left: auto;
}

.image-2 {
  max-width: 50%;
  border-radius: 0px;
  opacity: 1;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-3 {
  display: block;
  width: 100%;
  max-width: 100%;
  text-align: left;
}

.footer {
  padding: 30px 20px;
}

.section_more {
  padding-top: 5vw;
  padding-bottom: 5vw;
  border-bottom: 2px solid #000;
  background-color: #fff;
}

.more_title {
  margin-bottom: 29px;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-2 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.section_intro {
  padding: 29px 0px;
  border-style: none;
  border-width: 1px;
  border-color: #fbfbfb;
  background-color: #000;
  color: #fff;
}

.intro_headline {
  margin-bottom: 13px;
  font-size: 22px;
  line-height: 120%;
  text-align: center;
}

.intro_subline {
  margin-top: 0px;
  font-weight: 300;
  text-align: center;
}

.bold-text {
  font-size: 16px;
  font-weight: 300;
}

.more_subline {
  margin-bottom: 5px;
  color: #333;
  font-weight: 300;
}

.section-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 80vh;
  padding-top: 15vh;
  padding-bottom: 15vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fdc502;
}

.newsletter {
  padding-top: 5vw;
  padding-bottom: 5vw;
  border-bottom: 2px solid #000;
  background-color: #a2b6bd;
  color: #fff;
}

.bold-text-2 {
  color: #333;
}

.product__item--fancy {
  margin-bottom: 20px;
  padding: 30px;
  background-color: #fff;
  text-align: center;
}

.div-block {
  margin-top: 50px;
}

.section-image__subline {
  margin-bottom: 5px;
  opacity: 1;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.section-image__headline {
  color: #000;
  text-align: center;
  text-transform: uppercase;
}

.heading-2-copy {
  margin-top: 10px;
  margin-bottom: 20px;
}

.section-newsletter__subline {
  margin-bottom: 5px;
  color: #fff;
  font-weight: 300;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-label {
  font-size: 12px;
}

.checkbox-label-2 {
  margin-top: 1px;
  color: #fff;
}

.checkbox-field {
  margin-top: 25px;
}

.link {
  color: #fff;
}

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

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

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #6b1a45;
  font-size: 0.9em;
  line-height: 1em;
  font-weight: 600;
  text-decoration: none;
}

.bullet-point {
  width: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.bullet-points {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-12 {
  display: block;
}

.paragraph {
  margin-bottom: 0px;
  color: #6b6b6b;
  line-height: 30px;
}

.paragraph.paragraph--margin {
  margin-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 22px;
  font-weight: 600;
}

.image-11 {
  display: inline-block;
}

.lottie-animation-2 {
  display: none;
}

.div-block-4 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.content__packshot {
  position: relative;
  z-index: auto;
  display: block;
  overflow: visible;
  width: 100%;
  max-width: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.image-13 {
  position: relative;
  top: 20px;
  bottom: 0px;
  width: 100%;
  max-height: none;
  max-width: none;
  margin-top: 0px;
  padding-top: 30px;
}

.sticky-cta {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 500;
  display: block;
  padding: 10px 20px;
  border: 4px solid #6b1a45;
  background-color: #fcdee5;
  opacity: 0;
  text-align: center;
}

.sticky-cta__headline {
  display: none;
  margin-top: 0px;
  margin-bottom: 25px;
}

.button-2 {
  padding: 20px 30px;
  background-color: #f9e742;
  font-family: 'Open Sans', sans-serif;
  color: #6b6b6b;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.button-2.button--sticky {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 900;
  padding: 10px 20px;
  background-color: #fcdee5;
  color: #6b1a45;
}

.scroll-animation {
  position: absolute;
  left: 50%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 200;
  display: block;
  padding: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  text-align: center;
}

.text-block-6 {
  display: none;
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  text-shadow: none;
}

.lottie-animation {
  position: static;
  left: 50%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 50;
  width: 70px;
  margin-right: auto;
  margin-left: auto;
}

.button-3 {
  margin: 10px auto;
  padding: 13px 25px;
  background-color: #040404;
  font-size: 1.3em;
  line-height: 1em;
  font-weight: 300;
  text-transform: none;
}

.flex_mobile {
  border-radius: 0px;
}

.bold-text-4 {
  border-style: none;
  border-width: 1px;
  border-color: #000;
  font-size: 1.8em;
  line-height: 1.2em;
}

.section-image-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 80vh;
  padding-top: 15vh;
  padding-bottom: 15vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  border-radius: 0px;
  background-color: #c1bebe;
  background-image: url('../images/2021_04_22_Alcina_socialmedia11280.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 3px 0 #000;
  opacity: 1;
  -webkit-transform: translate(0px, 0px) translate(0px, 0px);
  -ms-transform: translate(0px, 0px) translate(0px, 0px);
  transform: translate(0px, 0px) translate(0px, 0px);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.footer-text {
  margin-top: 0px;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
}

.div-block-5 {
  padding: 10px 20px;
}

.div-block-6 {
  padding: 10px 20px;
}

@media screen and (max-width: 991px) {
  .hero {
    min-height: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20vh;
    padding-bottom: 10vh;
    background-position: -140px 0px;
  }

  .hero__content {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading {
    display: block;
    font-size: 3.4em;
  }

  .hero__subline {
    margin-bottom: 0px;
    font-size: 110px;
  }

  .product__picture {
    width: 100%;
    max-width: 300px;
  }

  .section-image {
    background-position: 100% 0%;
    background-attachment: scroll;
  }

  .columns-2 {
    display: block;
  }

  .footer-flex-container {
    width: 90%;
    max-width: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .link-block {
    color: #6b1a45;
    font-weight: 300;
    text-decoration: none;
    text-transform: none;
    white-space: normal;
  }

  .footer-heading {
    font-size: 0.8em;
    line-height: 1em;
    font-weight: 400;
    text-decoration: none;
  }

  .bullet-points {
    margin-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .div-block-4 {
    margin-top: 100px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .content__packshot {
    width: 100%;
  }

  .image-13 {
    top: 80px;
    bottom: 0px;
    width: 65%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 300px;
    -ms-flex: 0 300px;
    flex: 0 300px;
  }

  .sticky-cta {
    padding: 10px 20px;
  }

  .sticky-cta__headline {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .text-block-6 {
    text-shadow: none;
  }

  .button-3 {
    font-size: 1.2em;
  }

  .bold-text-4 {
    font-size: 1.5em;
  }

  .section-image-2 {
    background-position: 100% 0%;
    background-attachment: scroll;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    padding-right: 20px;
    padding-left: 20px;
    background-position: -250px 0px;
    background-size: cover;
  }

  .hero__content {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .container {
    padding-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .heading {
    font-size: 2.8em;
  }

  .hero__subline {
    font-size: 90px;
  }

  .product__item {
    margin-bottom: 35px;
    text-align: center;
  }

  .product__container-headline {
    font-size: 35px;
    line-height: 42px;
  }

  .product__container-subline {
    padding-right: 30px;
    padding-left: 30px;
  }

  .heading-2 {
    font-size: 25px;
    line-height: 130%;
  }

  .product__item--fancy {
    margin-bottom: 35px;
    text-align: center;
  }

  .heading-2-copy {
    font-size: 25px;
    line-height: 130%;
  }

  .bold-text-3 {
    font-size: 35px;
  }

  .image-4 {
    display: none;
  }

  .bullet-points {
    width: 100%;
    margin-left: 10px;
  }

  .paragraph.paragraph--margin {
    margin-bottom: 20px;
    font-size: 17px;
  }

  .div-block-4 {
    margin-top: 50px;
  }

  .content__packshot {
    position: relative;
    display: inline-block;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image-13 {
    top: 0px;
    bottom: 0px;
    width: 70%;
  }

  .sticky-cta {
    position: -webkit-sticky;
    position: sticky;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    padding: 0px;
    border-style: none;
  }

  .sticky-cta__headline {
    display: none;
  }

  .button-2 {
    display: none;
  }

  .button-2.button--sticky {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .bold-text-4 {
    font-size: 1.1em;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    min-height: 730px;
    padding: 30vh 10px 0vh;
    background-position: -391px 0px;
  }

  .hero__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 21px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    border-width: 10px;
  }

  .body {
    padding-bottom: 40px;
  }

  .heading {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 1.5em;
  }

  .hero__subline {
    margin-top: -22px;
    margin-bottom: 0px;
    padding-top: 10px;
    font-size: 40px;
    line-height: 55px;
  }

  .logo {
    width: 130px;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .button {
    display: inline-block;
    overflow: visible;
  }

  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .intro_subline {
    font-size: 12px;
    line-height: 18px;
    text-align: left;
  }

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

  .section-image {
    background-image: url('../images/han-chenxu-tu_mv6p2p5U-unsplash.jpg');
    background-position: 100% 50%;
    background-size: cover;
  }

  .section-image__headline {
    font-size: 24px;
  }

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

  .footer-heading {
    margin-top: 20px;
    color: #000;
  }

  .bullet-point {
    width: 25px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .bullet-points {
    width: 100%;
    margin-left: auto;
    font-size: 18px;
  }

  .image-12 {
    display: inline-block;
  }

  .paragraph {
    font-size: 16px;
  }

  .paragraph.paragraph--margin {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 30px;
  }

  .bullet-point-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .image-11 {
    max-width: 100%;
  }

  .div-block-4 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 10px;
    clear: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content__packshot {
    position: static;
    left: auto;
    display: block;
    width: 100%;
    max-width: 100%;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image-13 {
    top: 10px;
    bottom: auto;
    width: 100%;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .sticky-cta {
    position: fixed;
    display: block;
    opacity: 1;
  }

  .button-2.button--sticky {
    position: fixed;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .scroll-animation {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-top: -60px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .text-block-6 {
    display: none;
    margin-bottom: 10px;
    font-style: normal;
    font-weight: 700;
  }

  .button-3 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 1em;
  }

  .flex_mobile {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .section-image-2 {
    padding-top: 10vh;
    padding-bottom: 10vh;
    background-image: url('../images/2021_04_22_Alcina_socialmedia11280.jpg');
    background-position: 0px 0px;
    background-size: cover;
  }

  .footer-text {
    font-size: 12px;
    line-height: 18px;
    text-align: left;
  }

  .bold-text-5 {
    font-size: 18px;
  }

  .div-block-5 {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-block-6 {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

