:root {
  --text-color: #28231d;
}

.body {
  color: #36454f;
  font-family: Montserrat, sans-serif;
}

.section.hero-section {
  z-index: 2;
  background-image: url('../images/Group-18.png');
  background-position: 50%;
  background-size: cover;
  border-bottom: 1px #ffbf00;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 85vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.section.portfolio {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 20px;
  display: none;
}

.container {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.navbar-container {
  justify-content: space-between;
  align-items: center;
}

.container.hero-container {
  z-index: 2;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.container.school-container {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

.container.school-container.work-container {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
}

.container.footer-container {
  flex-flow: column;
}

.logo {
  width: 100px;
}

.logo.logo-none {
  display: none;
}

.cta {
  color: var(--text-color);
  background-color: #fcf8ec;
  border: 1px solid #28231d4d;
  border-radius: 15px;
  padding: 15px 30px;
  font-size: 20px;
  font-weight: 400;
  transition: all .2s;
}

.cta:hover {
  background-color: #fdeec0;
}

.cta.d-none {
  font-weight: 400;
}

.cta.mobile-cta {
  display: none;
}

.navbar {
  z-index: 25;
  background-color: #f8f6f600;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar-link {
  color: #fff;
  font-size: 19px;
  font-weight: 400;
  display: none;
}

.navbar-link:visited {
  color: #fff;
}

.navbar-link.w--current {
  color: #fff;
  font-size: 19px;
}

.div-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.menu-button, .instagram.d-none {
  display: none;
}

.flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--text-color);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.flex.hero-btn-wrapper {
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
}

.flex.hero-tel {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-right: 0;
}

.flex.location-flesx {
  width: 100%;
  display: none;
}

.flex.hero-tel-loc {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 72%;
  display: flex;
}

.flex.hero-flex {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 85vh;
  display: flex;
}

.telephone-txt {
  color: #fff;
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.telephone-txt.footer-tel {
  color: #36454f;
  font-size: 16px;
}

.location-text {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.location-text.footer-tel {
  color: #36454f;
  font-size: 16px;
}

.hero-heading {
  color: #fff;
  padding-bottom: 40px;
  font-family: Cormorant, sans-serif;
  font-size: 47px;
  font-weight: 500;
}

.hero-span {
  color: #d6a719;
  font-weight: 300;
}

.hero-bg {
  border-radius: 30px;
  padding-top: 0%;
  padding-bottom: 0%;
  padding-left: 0;
}

.hero-col {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.btn-col {
  padding-bottom: 40px;
}

.section-2 {
  padding: 0 20px;
  position: relative;
}

.section-2.makeupsection {
  z-index: 9;
  min-height: 0;
  padding: 20px 0 20px 20px;
  overflow: hidden;
}

.section-2.school {
  z-index: 4;
  padding: 20px;
  overflow: hidden;
}

.emilia__sign {
  margin-top: 20px;
  display: none;
}

.emilia__img.mod--2 {
  z-index: 35;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 30px;
  height: 270px;
  position: relative;
}

.emilia__img.mod--3 {
  z-index: 15;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  border-radius: 30px;
  width: 50%;
  height: 500px;
  position: relative;
}

.emilia__img.mod--3:hover {
  transform: none;
}

.emilia__img.mod--3.d-none {
  display: none;
}

.emilia__img.mod--3.mod--4 {
  height: 450px;
}

.emilia__img.mod--2 {
  object-fit: cover;
}

.emilia__img.mod--2.local {
  background-image: url('../images/enterier.jpg');
  background-position: 50%;
  background-size: cover;
}

.emilia__img.mod--3 {
  height: auto;
}

.emilia__col {
  flex: 1;
}

.emilia__col.mod--1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 441px;
  margin-right: 130px;
  display: block;
}

.emilia__col.mod--2 {
  max-width: 334px;
}

.emilia__col.mod--1 {
  max-width: 441px;
  margin-right: 130px;
}

.txt-line {
  background-color: #131212;
  width: 40px;
  height: 1px;
  margin-bottom: 24px;
}

.content {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.content.work {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.emilia__txt-anim {
  color: #252d32;
  font-size: 18px;
  line-height: 1.4em;
  overflow: hidden;
}

.emilia__txt-anim.mod--1 {
  margin-top: 64px;
  overflow: hidden;
}

.emilia__txt-anim.mod--2 {
  margin-bottom: 70px;
}

.emilia__columns {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.emilia__txt-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.emilia__img-wrap {
  overflow: hidden;
}

.emilia__img-wrap.mod--3 {
  z-index: 21;
  position: relative;
  inset: 0% 0% auto auto;
}

.emilia__img-wrap.mod--2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.emilia__img-wrap.mod--3 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.emilia__img-wrap.mod--2.local {
  background-image: url('../images/enterier.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  height: 500px;
}

.emilia__img-2 {
  object-fit: cover;
}

.emilia__img-2.mod--1 {
  border-radius: 0;
  height: 400px;
}

.school-heading {
  z-index: 6;
  border-radius: 0;
  width: 70%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-weight: 400;
  position: relative;
}

.school-heading.school2-heading {
  width: 100%;
  margin-bottom: 20px;
}

.paragraph {
  padding-left: 0;
  font-size: 21px;
  font-weight: 400;
}

.school-text {
  width: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0%;
  font-size: 21px;
  line-height: 31px;
}

.school-text.school2 {
  width: 100%;
  padding-right: 0%;
}

.footer {
  background-color: #f9ccca80;
  padding-top: 40px;
  padding-bottom: 20px;
}

.footer-col {
  width: 100%;
}

.footer-links {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.footer-link {
  color: #36454f;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.line {
  background-color: #f9ccca;
  width: 80%;
  height: 1px;
  margin-top: 20px;
}

.footer-logo {
  width: 32px;
}

.footer-link-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--text-color);
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  text-decoration: none;
  display: flex;
}

.circle {
  background-color: #ecb866;
  border-radius: 100px;
  width: 200px;
  height: 200px;
  padding-top: 0;
  position: absolute;
  inset: auto auto 0% 1%;
}

.circle.circle2 {
  width: 50px;
  height: 50px;
  left: 16%;
}

.circle.circle3 {
  width: 30px;
  height: 30px;
  bottom: 21%;
  left: 15%;
}

.circle.lt {
  inset: 11% auto auto -8%;
}

.bg-school {
  background-color: #f1cb58;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  width: 75%;
  height: 300px;
  position: absolute;
  top: 80%;
}

.school-gradient {
  background-image: linear-gradient(#fbf4dd00, #ffebb3db 43%, #fff);
  position: absolute;
  inset: 0%;
}

.paragraph-2 {
  z-index: 8;
  margin-top: 10px;
  padding-top: 0;
  font-size: 21px;
  line-height: 24px;
  position: relative;
}

.paragraph-3 {
  font-size: 21px;
}

.div-block-2 {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 20px;
  display: flex;
}

.div-block-3 {
  z-index: 0;
  background-image: url('../images/marija-2-removebg.png');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 90%;
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: visible;
}

.circle-out {
  z-index: 1;
  background-color: #f8edcc;
  border-radius: 150px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  display: flex;
  position: absolute;
}

.circle-out.school {
  z-index: 0;
  background-color: #fff;
  display: none;
  inset: 2% -12% auto auto;
}

.circle-out.school.alone-teach {
  display: none;
}

.circle-out.alone {
  z-index: 0;
  display: none;
  inset: auto 53% 6% auto;
}

.circle-out.hero-circle {
  display: none;
  inset: 0% auto 0% 41%;
}

.circle-in {
  background-color: #fff;
  border-radius: 125px;
  width: 250px;
  height: 250px;
  padding: 10px;
}

.circle-in.schoolin {
  background-color: #f8edcc;
}

.hero-p {
  color: #fff;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.slider-container {
  width: 100vw;
  min-height: 300px;
  padding: 40px;
  display: flex;
  overflow: hidden;
}

.slide-2 {
  border-radius: 20px;
}

.slider-left-arrow {
  color: #444;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slider-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.slider-2 {
  background-color: #0000;
  width: 400px;
  height: 400px;
  position: static;
}

.mask-2 {
  position: static;
  overflow: visible;
}

.slider-arrow {
  width: 32px;
  height: 32px;
}

.slider-arrow.left-arrow {
  display: block;
  transform: rotate(180deg);
}

.slider-right-arrow {
  color: #444;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-nav-3 {
  display: none;
}

.slide-content-wrapper {
  background-color: #e1e1e1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slide-content-wrapper.slide7 {
  background-image: url('../images/IMG_6936.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
}

.slide-content-wrapper.slide5 {
  background-image: url('../images/IMG_7061.jpeg');
  background-position: 60%;
  background-size: cover;
  border-radius: 20px;
}

.slide-content-wrapper.slide6 {
  background-image: url('../images/IMG_6777.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
}

.slide-content-wrapper.slide1 {
  background-image: url('../images/work3.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 0;
}

.slide-content-wrapper.slide3 {
  background-image: url('../images/work4.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
}

.slide-content-wrapper.slide2 {
  background-image: url('../images/work2.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
}

.slide-content-wrapper.slide4 {
  background-image: url('../images/work1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
}

.slider-container-2 {
  width: 100vw;
  min-height: 300px;
  padding: 40px;
  overflow: hidden;
}

.slider-left-arrow-2 {
  color: #444;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slider-wrapper-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.slider-3 {
  background-color: #0000;
  width: 400px;
  height: 400px;
  position: static;
}

.slider-right-arrow-2 {
  color: #444;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-4 {
  width: 86%;
}

.div-block-4.hide {
  display: none;
}

.section-3 {
  min-height: 100vh;
  padding: 140px 80px 140px 170px;
}

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

.content-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.emilia__columns-2 {
  justify-content: flex-start;
  width: 50%;
  display: flex;
  position: relative;
}

.emilia__img-3 {
  object-fit: cover;
}

.image {
  object-fit: cover;
  border-radius: 0;
  width: 500px;
  height: 400px;
}

.image.img2 {
  border-radius: 0;
}

.text-block {
  z-index: 11;
  padding-right: 0;
  font-size: 21px;
  line-height: 29px;
  display: inline-block;
  position: relative;
}

.text-block.makeup {
  padding-right: 10px;
}

.animated-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: relative;
}

.animated-text-bg {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  display: block;
  position: absolute;
  inset: 12px 0% 0%;
}

.animated-text-bg.make-up-bg {
  background-image: none;
}

.animated-text-bg.school-text-bg {
  height: 30px;
  top: 13px;
}

.div-block-5, .div-block-6 {
  display: inline;
}

.school-text-block {
  z-index: 14;
  font-size: 16px;
  line-height: 27px;
  display: inline-block;
  position: relative;
}

.school-span {
  font-size: 21px;
  font-weight: 500;
}

.portfolio-img {
  border-radius: 30px;
  height: 400px;
}

.columns-2 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-4 {
  font-size: 21px;
  line-height: 26px;
}

.heading-2 {
  font-weight: 400;
}

.columns-3 {
  width: 100%;
  padding-top: 0;
  display: none;
}

.gradient {
  background-image: linear-gradient(142deg, #f9ccca80 7%, #fff);
}

.card-template {
  width: 100%;
}

.makeupschool {
  background-image: url('../images/school-2.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 30%;
  padding-bottom: 30%;
}

.cards-collumn {
  width: 100%;
}

.text-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 45%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  display: flex;
}

.text-wrapper._2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 60%;
  padding-top: 0;
  font-size: 16px;
  line-height: 23px;
}

.text-wrapper._1 {
  display: none;
}

.ubrzanikurs {
  background-image: url('../images/make-up.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 30% 0%;
}

.indivudalno {
  background-image: url('../images/make-up-2.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 30% 0%;
}

.card-text, .text {
  font-size: 16px;
}

.heading-3 {
  font-size: 21px;
  font-weight: 500;
}

.heading-4 {
  font-weight: 600;
}

.text-block-2 {
  color: #36454f;
}

.section-line {
  display: none;
}

@media screen and (min-width: 1280px) {
  .container.hero-container {
    max-width: 100%;
  }

  .section-2.makeupsection {
    padding-right: 0;
  }

  .div-block-3 {
    width: 50%;
  }
}

@media screen and (min-width: 1440px) {
  .container.navbar-container {
    max-width: 100%;
  }

  .section-2.makeupsection {
    padding-right: 0;
  }

  .circle-out.alone {
    bottom: 24%;
    right: 80%;
  }
}

@media screen and (min-width: 1920px) {
  .container.navbar-container {
    max-width: 1320px;
  }

  .container.school-container {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .container.school-container.work-container {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .flex.hero-tel, .flex.location-flesx {
    justify-content: center;
    align-items: center;
  }

  .flex.hero-tel-loc {
    display: flex;
  }

  .section-2.makeupsection {
    min-height: 55vh;
    padding-right: 0;
    display: flex;
  }

  .section-2.school {
    min-height: 63vh;
    display: flex;
  }

  .content {
    width: 100%;
  }

  .emilia__img-2.mod--1 {
    height: 400px;
  }

  .school-heading {
    margin-top: 0;
  }

  .school-heading.school2-heading {
    width: 100%;
  }

  .school-text {
    padding-right: 0%;
  }

  .school-text.school2 {
    width: 100%;
  }

  .div-block-2 {
    padding-left: 0;
  }

  .circle-out.alone {
    right: 78%;
  }

  .slider-left-arrow {
    justify-content: flex-start;
    align-items: center;
  }

  .slider-wrapper {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .slider-2 {
    display: block;
  }

  .slider-right-arrow {
    justify-content: flex-end;
    align-items: center;
  }

  .slider-wrapper-2 {
    justify-content: center;
    align-items: center;
  }

  .columns-2 {
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .container.navbar-container {
    justify-content: space-between;
  }

  .logo {
    display: none;
  }

  .logo.logo-none {
    width: 130px;
    display: block;
  }

  .cta.mobile-cta {
    margin-bottom: 20px;
    display: inline-flex;
  }

  .navbar-link {
    color: var(--text-color);
    text-align: center;
  }

  .d-none {
    display: none;
  }

  .menu-button {
    flex: 0 auto;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .brand {
    flex: 1;
    display: block;
  }

  .instagram.d-none {
    padding-bottom: 20px;
    display: block;
  }

  .nav-menu {
    background-color: #fff;
  }

  .icon {
    color: var(--text-color);
  }

  .flex.hero-btn-wrapper {
    padding-bottom: 20px;
  }

  .flex.hero-tel-loc {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 20px;
  }

  .hero-heading {
    width: 100%;
    padding-bottom: 0;
  }

  .hero-bg {
    object-fit: cover;
    width: 100%;
    height: 270px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-col {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .btn-col {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    width: 300px;
    padding-bottom: 10px;
    display: flex;
  }

  .column {
    flex: 0 auto;
  }

  .columns {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .section-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-2.makeupsection, .section-2.school {
    padding-right: 20px;
  }

  .emilia__2img {
    display: flex;
  }

  .emilia__img.mod--3 {
    width: 100%;
    display: block;
  }

  .emilia__col.mod--2 {
    flex-direction: column;
    max-width: none;
    display: flex;
  }

  .emilia__col.mod--1 {
    margin-right: 80px;
  }

  .content.work {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .emilia__txt-wrap {
    flex-flow: column;
  }

  .emilia__img-wrap.mod--3 {
    margin-left: 16px;
    position: relative;
  }

  .emilia__img-wrap.mod--2.local {
    width: 100%;
  }

  .school-heading {
    margin-bottom: 20px;
  }

  .school-heading.school2-heading {
    width: 75%;
  }

  .school-text {
    width: 60%;
    padding-bottom: 0;
    padding-right: 0%;
  }

  .school-text.school2 {
    width: 85%;
  }

  .bg-school {
    left: 0;
  }

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

  .div-block-3 {
    width: 60%;
  }

  .circle-out.school.alone-teach {
    display: flex;
    inset: 0% auto auto 63%;
  }

  .circle-out.alone {
    right: 79%;
  }

  .hero-p {
    z-index: 21;
    position: relative;
  }

  .slider-container {
    padding-left: 0;
  }

  .slider-left-arrow {
    justify-content: center;
    align-items: center;
  }

  .slide-nav-3 {
    display: none;
  }

  .slide-content-wrapper.slide4 {
    background-position: 50% 0;
  }

  .slider-container-2 {
    padding-left: 0;
  }

  .slider-left-arrow-2 {
    justify-content: center;
    align-items: center;
  }

  .section-3 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .animated-text-bg.make-up-bg {
    top: 19px;
  }

  .school-text-block {
    font-size: 16px;
  }

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

  .text-wrapper {
    width: 70%;
  }

  .text-wrapper._2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 75%;
  }

  .card-text-wrapper {
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .column-6, .column-7 {
    background-color: #f6debf;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-8 {
    background-color: #f6debf;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-3, .heading-3._2 {
    margin-bottom: 0;
  }

  .section-line {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #f6debf;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 25%;
    height: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 2px;
    padding-bottom: 0;
    padding-right: 0;
    display: inline-flex;
  }
}

@media screen and (max-width: 767px) {
  .section-2 {
    min-height: auto;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .emilia__2img {
    max-width: 441px;
  }

  .emilia__sign {
    max-width: 112px;
    margin-top: 24px;
  }

  .emilia__col.mod--2 {
    flex-direction: column-reverse;
  }

  .emilia__col.mod--1 {
    max-width: 100%;
    margin-bottom: 48px;
    margin-right: 0;
  }

  .txt-line {
    width: 32px;
    margin-bottom: 16px;
  }

  .emilia__txt-anim.mod--1 {
    margin-top: 32px;
  }

  .emilia__txt-anim.mod--2 {
    margin-top: 32px;
    margin-bottom: 0;
  }

  .emilia__columns {
    display: block;
  }

  .emilia__img-wrap.mod--1 {
    max-width: 441px;
  }

  .section-3 {
    min-height: auto;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .emilia__sign-2 {
    max-width: 112px;
    margin-top: 24px;
  }

  .emilia__columns-2 {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .section.hero-section {
    height: 100vh;
    padding: 0;
  }

  .section.portfolio {
    padding-top: 40px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .container.navbar-container {
    flex-flow: row;
    justify-content: space-between;
    display: flex;
  }

  .container.school-container, .container.school-container.work-container {
    padding-top: 0;
  }

  .logo {
    width: 80px;
  }

  .logo.logo-none {
    width: 135px;
    display: block;
  }

  .cta {
    margin-left: 0;
    margin-right: 0;
    font-size: 17px;
  }

  .cta.mobile-cta {
    margin-bottom: 20px;
  }

  .navbar {
    flex-flow: row;
    display: none;
  }

  .navbar-link {
    color: var(--text-color);
    text-align: center;
  }

  .navbar-link:visited {
    color: var(--text-color);
  }

  .menu-button {
    flex: 0 auto;
    margin-left: auto;
    display: block;
  }

  .menu-button.w--open {
    background-color: #fff0;
  }

  .brand.w--current {
    flex: 0 auto;
  }

  .instagram {
    padding-bottom: 20px;
    display: block;
  }

  .nav-menu {
    background-color: #fff;
  }

  .icon {
    color: #fff;
  }

  .flex.hero-btn-wrapper {
    padding-bottom: 30px;
  }

  .flex.hero-tel {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-right: 40px;
  }

  .flex.hero-tel.foterflex {
    justify-content: flex-start;
    align-items: center;
  }

  .flex.location-flesx {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
  }

  .flex.hero-tel-loc {
    z-index: 50;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 100%;
    position: relative;
  }

  .flex.hero-flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    height: 0;
    padding-bottom: 0;
  }

  .telephone-txt, .telephone-txt.footer-tel, .location-text, .location-text.footer-tel {
    font-size: 16px;
  }

  .hero-heading {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 42px;
  }

  .hero-bg {
    padding-left: 10px;
  }

  .hero-col {
    flex-flow: row-reverse wrap-reverse;
    padding-top: 0;
  }

  .btn-col {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .section-2 {
    padding: 0;
  }

  .section-2.makeupsection {
    padding: 0 10px 0 0;
  }

  .section-2.school {
    padding-top: 0;
    padding-bottom: 0;
  }

  .emilia__2img {
    width: 100%;
    max-width: 100%;
  }

  .emilia__img.mod--3 {
    display: none;
  }

  .emilia__col.mod--2 {
    width: 100%;
    max-width: 100%;
  }

  .content {
    flex-flow: column;
    padding-right: 10px;
  }

  .content.work {
    padding-top: 0;
    padding-right: 0;
  }

  .emilia__txt-anim.mod--2 {
    width: 100%;
  }

  .emilia__img-2.mod--1 {
    padding-bottom: 0;
  }

  .emilia__img-2.mod--1.mod2 {
    margin-top: 20px;
    padding-top: 0;
  }

  .school-heading {
    width: 100%;
  }

  .school-heading.school2-heading {
    width: 100%;
    margin-top: 0;
    font-size: 24px;
    line-height: 29px;
  }

  .school-text {
    width: 100%;
    padding-right: 0%;
  }

  .school-text.school2 {
    width: 100%;
    padding-right: 0%;
    font-size: 17px;
    line-height: 25px;
  }

  .footer-link {
    font-size: 16px;
  }

  .footer-link-wrap {
    width: 90%;
  }

  .column-2, .column-3, .column-4 {
    padding-bottom: 20px;
  }

  .bg-school {
    top: 44%;
  }

  .paragraph-2 {
    margin-bottom: 20px;
    padding-top: 20px;
  }

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

  .div-block-3 {
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 55%;
    inset: 38% 0% 0%;
  }

  .circle-out.school.school2 {
    top: 52%;
    right: 29%;
  }

  .circle-out.alone {
    bottom: 31%;
  }

  .circle-out.hero-circle {
    display: none;
  }

  .hero-p {
    font-size: 16px;
    line-height: 25px;
  }

  .slide-2 {
    width: 100%;
  }

  .slider-left-arrow {
    display: none;
  }

  .slider-arrow, .slider-arrow.left-arrow {
    display: block;
  }

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

  .slide-content-wrapper.slide1 {
    width: 100%;
  }

  .slider-container-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .slider-left-arrow-2 {
    display: flex;
    inset: 0% auto 0% 0%;
  }

  .slider-right-arrow-2 {
    z-index: 200;
    display: flex;
    inset: 0% 0% 0% auto;
  }

  .div-block-4 {
    width: 100%;
    padding-top: 10px;
    padding-left: 10px;
  }

  .emilia__columns-2 {
    width: 100%;
  }

  .image {
    width: 100%;
    margin-top: 20px;
    padding-top: 0;
  }

  .image.img2 {
    margin-top: 0;
  }

  .text-block {
    font-size: 21px;
  }

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

  .animated-text {
    padding-bottom: 0;
  }

  .animated-text-bg.make-up-bg {
    z-index: 5;
    width: 100%;
    top: 29px;
  }

  .animated-text-bg.school-text-bg {
    background-image: none;
  }

  .school-text-block {
    line-height: 23px;
  }

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

  .columns-2 {
    flex-flow: row-reverse wrap-reverse;
  }

  .paragraph-5 {
    padding-top: 20px;
    font-size: 22px;
  }

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

  .column-5 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-wrapper {
    width: 100%;
  }

  .text-wrapper._2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    padding-top: 20px;
    padding-right: 10px;
  }

  .card-text {
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 23px;
  }

  .card-text.last-card {
    margin-bottom: 20px;
  }

  .text {
    font-size: 16px;
  }

  .card-text-wrapper {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .card-text-wrapper.bg-color {
    padding-right: 10px;
  }

  .column-6 {
    background-color: #f6debf;
    margin-top: 0;
    padding: 0;
  }

  .column-7 {
    background-color: #f6debf;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .column-8 {
    background-color: #f6debf;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-3 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
  }

  .heading-3._2 {
    margin-bottom: 0;
    font-size: 21px;
    line-height: 23px;
  }

  .section-line {
    background-color: #dabd99;
    width: 25%;
    height: 5px;
    margin: 10px auto 10px 0;
    padding-top: 2px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }
}


