@keyframes header-hide-brand {
  0% {
    margin-left: 0; }
  100% {
    margin-left: -85px; } }
@keyframes header-show-brand {
  0% {
    margin-left: -85px; }
  100% {
    margin-left: 0; } }
@-webkit-keyframes swing-in-left-fwd {
  0% {
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    opacity: 0; }
  100% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    opacity: 1; } }
@keyframes swing-in-left-fwd {
  0% {
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    opacity: 0; }
  100% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    opacity: 1; } }
@-webkit-keyframes swing-in-right-fwd {
  0% {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: right;
    transform-origin: right;
    opacity: 0; }
  100% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    opacity: 1; } }
@keyframes swing-in-right-fwd {
  0% {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: right;
    transform-origin: right;
    opacity: 0; }
  100% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    opacity: 1; } }
@-webkit-keyframes wobble-hor-bottom {
  0%,
    100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
    transform: translateX(-30px) rotate(-6deg); }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
    transform: translateX(15px) rotate(6deg); }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
    transform: translateX(-15px) rotate(-3.6deg); }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg); }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg); } }
@keyframes wobble-hor-bottom {
  0%,
    100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
    transform: translateX(-30px) rotate(-6deg); }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
    transform: translateX(15px) rotate(6deg); }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
    transform: translateX(-15px) rotate(-3.6deg); }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg); }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg); } }
@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@-webkit-keyframes shake-horizontal {
  0%,
    100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  10%,
    30%,
    50%,
    70% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%,
    40%,
    60% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  80% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px); }
  90% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px); } }
@keyframes shake-horizontal {
  0%,
    100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  10%,
    30%,
    50%,
    70% {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px); }
  20%,
    40%,
    60% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  80% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); } }
.wobble-hor-bottom {
  -webkit-animation: wobble-hor-bottom 0.8s both;
  animation: wobble-hor-bottom 0.8s both; }

.swing-in-left-fwd {
  -webkit-animation: swing-in-left-fwd 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
  animation: swing-in-left-fwd 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both; }

.jello-horizontal {
  -webkit-animation: jello-horizontal 0.9s both;
  animation: jello-horizontal 0.9s both; }

.shake-horizontal {
  -webkit-animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s infinite;
  animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s infinite; }

.navbar {
  background-color: #f8f8fa; }
  .navbar .navbar-toggler {
    margin-right: -5px;
    border: 0;
    color: var(--primary); }
    .navbar .navbar-toggler.collapsed {
      color: #585858; }
    .navbar .navbar-toggler .navbar-toggler-icon {
      width: auto;
      height: auto;
      background-image: none;
      font-size: 26px; }

@media (min-width: 1600px) {
  .container {
    max-width: 1230px; } }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../vendors/slick/ajax-loader.gif") center center no-repeat; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  font-size: 0;
  cursor: pointer;
  line-height: 0;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-arrow.slick-disabled {
  cursor: default; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 20px;
  color: #ddd; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: "\f104"; }

[dir='rtl'] .slick-prev:before {
  content: "\f105"; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: "\f105"; }

[dir='rtl'] .slick-next:before {
  content: "\f104"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 12px;
  color: #ddd;
  content: "\f111"; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

.slick-slider .slick-slide:focus {
  outline: none; }

.slick-slider-full .slick-list,
.slick-slider-full .slick-track,
.slick-slider-full .slide-item,
.slick-slider-full .bg-img-fill {
  height: 100%; }
.slick-slider-full .slide-item {
  position: relative; }
  .slick-slider-full .slide-item:focus {
    outline: none; }

.slick-arrow {
  width: auto;
  height: auto;
  padding: 0 15px; }
  .slick-arrow:before {
    font-size: 2.5rem;
    color: #50d58b; }

.slick-prev {
  left: 0; }

.slick-next {
  right: 0; }

.slick-lightbox .slick-prev {
  left: 0; }
.slick-lightbox .slick-next {
  right: 0; }

.slick-lightbox-slick-caption {
  display: block; }

@media (min-width: 576px) {
  .slick-arrow:before {
    font-size: 4.5rem;
    color: #50d58b; }

  .slick-prev,
  .slick-lightbox .slick-prev {
    left: 25px; }

  .slick-next,
  .slick-lightbox .slick-next {
    right: 25px; } }
body {
  position: relative;
  font-family: 'Quicksand', sans-serif; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    color: inherit;
    text-decoration: underline; }

.btn,
a {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out; }

input[type="email"],
input[type="password"],
input[type="text"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-focus-ring-color: none;
  outline: none; }

textarea {
  resize: none; }

iframe {
  display: block; }

@font-face {
  font-family: 'Letters for Learners Lined';
  src: url("../fonts/LettersforLearners/LettersforLearnersLined.woff2") format("woff2"), url("../fonts/LettersforLearners/LettersforLearnersLined.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Letters for Learners Outline Bo';
  src: url("../fonts/LettersforLearners/LettersforLearnersOutlineBo-R.woff2") format("woff2"), url("../fonts/LettersforLearners/LettersforLearnersOutlineBo-R.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Letters for Learners Lined Dots';
  src: url("../fonts/LettersforLearners/LettersforLearnersLinedDots.woff2") format("woff2"), url("../fonts/LettersforLearners/LettersforLearnersLinedDots.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Letters for Learners Dots';
  src: url("../fonts/LettersforLearners/LettersforLearnersDots.woff2") format("woff2"), url("../fonts/LettersforLearners/LettersforLearnersDots.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Letters for Learners';
  src: url("../fonts/LettersforLearners/LettersforLearners.woff2") format("woff2"), url("../fonts/LettersforLearners/LettersforLearners.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Letters for Learners Outline';
  src: url("../fonts/LettersforLearners/LettersforLearnersOutline-Reg.woff2") format("woff2"), url("../fonts/LettersforLearners/LettersforLearnersOutline-Reg.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Letters for Learners Outline Li';
  src: url("../fonts/LettersforLearners/LettersforLearnersOutlineLi-R.woff2") format("woff2"), url("../fonts/LettersforLearners/LettersforLearnersOutlineLi-R.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
.text-underline {
  text-decoration: underline; }

.fw-thin {
  font-weight: 100 !important; }

.fw-light {
  font-weight: 300 !important; }

.fw-normal {
  font-weight: 400 !important; }

.fw-medium {
  font-weight: 500 !important; }

.fw-semibold {
  font-weight: 600 !important; }

.fw-bold {
  font-weight: 700 !important; }

.fw-extrabold {
  font-weight: 800 !important; }

.fw-black {
  font-weight: 900 !important; }

.text-title {
  font-family: 'Letters for Learners'; }

.bg-lightbiege {
  background-color: #FBF5EF; }

.bg-lightblue {
  background-color: #6DBFD7; }

.bg-lightpink {
  background-color: #EED0E9; }

.text-biege, .header .navbar-nav .nav-link.active.active-biege,
.header .navbar-nav .nav-link.active-biege:hover {
  color: #C9906E; }

.text-green, .header .navbar-nav .nav-link.active.active-green,
.header .navbar-nav .nav-link.active-green:hover {
  color: #2ecc74; }

.text-orange, .header .navbar-nav .nav-link.active.active-orange,
.header .navbar-nav .nav-link.active-orange:hover {
  color: #ff3912; }

.text-pink, .header .navbar-nav .nav-link.active.active-pink,
.header .navbar-nav .nav-link.active-pink:hover {
  color: #d0009e; }

.text-lightblue, .header .navbar-nav .nav-link.active.active-lightblue,
.header .navbar-nav .nav-link.active-lightblue:hover {
  color: #6DBFD7; }

.details-theme .less-information {
  display: none; }
.details-theme .more-information {
  display: inline-block; }
.details-theme[open] .more-information {
  display: none; }
.details-theme[open] .less-information {
  display: inline-block; }
.details-theme summary {
  display: flex; }
  .details-theme summary::marker {
    display: none;
    font-size: 0; }

button:focus,
.btn:focus {
  outline: none; }

.qty-input-component {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--primary);
  border-radius: 10px; }
  .qty-input-component .btn:focus,
  .qty-input-component .qty-input:focus {
    outline: none;
    box-shadow: none; }
  .qty-input-component .qty-input {
    width: 50px;
    border: 0;
    text-align: center;
    font-weight: 700;
    color: var(--primary); }
  .qty-input-component input::-webkit-outer-spin-button,
  .qty-input-component input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .qty-input-component input[type=number] {
    -moz-appearance: textfield; }

.form-check-theme,
.form-radio-theme {
  position: relative; }
  .form-check-theme input,
  .form-radio-theme input {
    display: none; }
  .form-check-theme .input-label,
  .form-radio-theme .input-label {
    position: relative;
    display: block;
    padding-left: 35px;
    font-size: 14px;
    color: var(--primary); }
    .form-check-theme .input-label:before, .form-check-theme .input-label:after,
    .form-radio-theme .input-label:before,
    .form-radio-theme .input-label:after {
      position: absolute;
      left: 0;
      top: 0;
      content: ""; }
    .form-check-theme .input-label:before,
    .form-radio-theme .input-label:before {
      border-radius: 6px;
      border: 1px solid var(--primary);
      height: 20px;
      width: 20px; }

.form-check-theme .input-label:after {
  font-family: "Font Awesome 5 Pro";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-weight: 400;
  content: "\f00c";
  color: #fff;
  opacity: 0; }
.form-check-theme input:checked ~ .input-label:before {
  background-color: var(--primary); }
.form-check-theme input:checked ~ .input-label:after {
  opacity: 1; }

.form-radio-theme .input-label:before {
  border-radius: 50%; }
.form-radio-theme input:checked ~ .input-label:before {
  background-color: var(--primary);
  outline: 1px solid #fff;
  outline-offset: -3px; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  background-color: transparent;
  transition: all ease .35s;
  border-bottom: 1px solid transparent; }
  .header.header-transform {
    top: 0;
    background-color: #fbf5ef;
    border-bottom-color: #f5efe8; }
  .header .navbar-brand {
    padding: 0;
    width: 70px;
    transition: all ease .5s; }
  .header .navbar-nav .nav-link {
    line-height: 1;
    font-family: 'Letters for Learners';
    font-size: 1.45rem; }
  .header .navbar-nav .nav-link.active {
    font-weight: 700; }
  @media (min-width: 992px) {
    .header {
      top: 30px;
      background-color: transparent; }
      .header.header-transform .navbar-brand {
        -webkit-animation: header-show-brand 0.5s 0.5s both;
        animation: header-show-brand 0.5s 0.5s both; }
      .header.header-transform .navbar-nav li a {
        font-size: 1.5rem; }
      .header > .container {
        overflow: hidden; }
      .header .navbar-brand {
        margin-left: -85px;
        -webkit-animation: header-hide-brand 0.5s 0.5s both;
        animation: header-hide-brand 0.5s 0.5s both; }
      .header .navbar-nav .nav-item {
        margin-right: 35px; }
      .header .navbar-nav .nav-link {
        font-size: 1.5rem; } }
  @media (min-width: 1600px) {
    .header .navbar-nav .nav-link {
      font-size: 2.25rem; } }

.footer {
  position: relative;
  overflow: hidden; }
  .footer .footer-bottom {
    padding: 10px 0;
    background-color: #fff; }
    .footer .footer-bottom .fb-link.aos-animate {
      -webkit-animation: shake-horizontal 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
      animation: shake-horizontal 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite; }
  .footer .scroll-top-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(30%, 15%);
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background-color: #6DBFD7;
    color: #fff; }
    .footer .scroll-top-btn i {
      margin-bottom: 20%;
      font-size: 2.5rem; }
  @media (min-width: 576px) {
    .footer .scroll-top-btn {
      width: 200px;
      height: 200px;
      transform: translate(22%, 30%); }
      .footer .scroll-top-btn i {
        margin-bottom: 30%;
        font-size: 3.34rem; } }
  @media (min-width: 992px) {
    .footer .footer-bottom {
      padding: 30px 0; }
    .footer .scroll-top-btn {
      width: 280px;
      height: 280px; }
      .footer .scroll-top-btn i {
        margin-bottom: 20%;
        font-size: 4.5rem; } }

.content-section-row {
  position: relative;
  overflow: hidden; }

.bg-img-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .bg-img-fill._object-top img {
    object-position: top; }
  .bg-img-fill._object-right img {
    object-position: right; }
  .bg-img-fill._object-bottom img {
    object-position: bottom; }
  .bg-img-fill._object-left img {
    object-position: left; }
  .bg-img-fill + div {
    position: relative;
    z-index: 2; }
  .bg-img-fill img {
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;'; }

.banner-section {
  padding: 130px 0 60px;
  display: flex;
  align-items: flex-end;
  overflow: hidden; }
  .banner-section .banner-brand {
    max-width: 280px;
    margin: auto; }
  .banner-section .banner-caption {
    font-family: 'Quicksand', sans-serif; }
    .banner-section .banner-caption .text-title {
      color: #6c6a6a; }
  .banner-section .banner-watermark {
    position: absolute; }
  .banner-section .banner-parallax-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .banner-section .banner-parallax {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute !important;
    opacity: .35; }
    .banner-section .banner-parallax img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      font-family: "object-fit:cover";
      object-position: left; }
  .banner-section .banner-watermark-1 {
    top: 150px;
    bottom: 50px;
    left: 2%;
    width: 30%; }
  .banner-section .banner-watermark-2 {
    bottom: 30px;
    right: 2%;
    width: 40%; }
  @media (min-width: 992px) {
    .banner-section {
      padding: 200px 0 60px; }
      .banner-section .banner-parallax-container {
        top: 150px; }
      .banner-section .banner-parallax {
        opacity: 1; }
        .banner-section .banner-parallax img {
          width: 100%;
          height: 100%;
          -o-object-fit: contain;
          object-fit: contain;
          font-family: "object-fit:contain";
          object-position: center; }
      .banner-section .banner-brand {
        max-width: 530px; } }
  @media (min-width: 1200px) {
    .banner-section {
      padding: 220px 0 100px; } }

.content-section-row .text-title ~ svg {
  margin-top: -25px; }
.content-section-row .text-title.text-biege ~ svg path, .content-section-row .header .navbar-nav .text-title.nav-link.active.active-biege ~ svg path, .header .navbar-nav .content-section-row .text-title.nav-link.active.active-biege ~ svg path,
.content-section-row .header .navbar-nav .text-title.nav-link.active-biege:hover ~ svg path,
.header .navbar-nav .content-section-row .text-title.nav-link.active-biege:hover ~ svg path {
  stroke: #C9906E !important; }
.content-section-row .text-title.text-green ~ svg path, .content-section-row .header .navbar-nav .text-title.nav-link.active.active-green ~ svg path, .header .navbar-nav .content-section-row .text-title.nav-link.active.active-green ~ svg path,
.content-section-row .header .navbar-nav .text-title.nav-link.active-green:hover ~ svg path,
.header .navbar-nav .content-section-row .text-title.nav-link.active-green:hover ~ svg path {
  stroke: #2ecc74 !important; }
.content-section-row .text-title.text-white ~ svg path {
  stroke: #ffffff !important; }
.content-section-row .text-title.text-orange ~ svg path, .content-section-row .header .navbar-nav .text-title.nav-link.active.active-orange ~ svg path, .header .navbar-nav .content-section-row .text-title.nav-link.active.active-orange ~ svg path,
.content-section-row .header .navbar-nav .text-title.nav-link.active-orange:hover ~ svg path,
.header .navbar-nav .content-section-row .text-title.nav-link.active-orange:hover ~ svg path {
  stroke: #ff3912 !important; }
.content-section-row .text-title.text-pink ~ svg path, .content-section-row .header .navbar-nav .text-title.nav-link.active.active-pink ~ svg path, .header .navbar-nav .content-section-row .text-title.nav-link.active.active-pink ~ svg path,
.content-section-row .header .navbar-nav .text-title.nav-link.active-pink:hover ~ svg path,
.header .navbar-nav .content-section-row .text-title.nav-link.active-pink:hover ~ svg path {
  stroke: #d0009e !important; }

.team-section .object-deco {
  position: absolute; }
  .team-section .object-deco._1 {
    bottom: 3%;
    left: 1%;
    width: 14.5%; }
  .team-section .object-deco._2 {
    top: 2%;
    right: 1%;
    width: 18%; }
.team-section .img-frame-container {
  position: relative; }
.team-section .fancy-text {
  position: absolute;
  z-index: 1; }
  .team-section .fancy-text._1 {
    left: 0;
    bottom: 0;
    width: 27%;
    transform-origin: right;
    transform: rotateY(90deg); }
    .team-section .fancy-text._1.aos-animate {
      -webkit-animation: swing-in-right-fwd 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
      animation: swing-in-right-fwd 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both; }
  .team-section .fancy-text._2 {
    top: 5%;
    right: 0;
    width: 33%;
    transform-origin: left;
    transform: rotateY(-90deg); }
    .team-section .fancy-text._2.aos-animate {
      -webkit-animation: swing-in-left-fwd 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
      animation: swing-in-left-fwd 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both; }
.team-section .img-frame {
  max-width: 540px;
  margin: auto; }
  .team-section .img-frame .img-container {
    position: relative;
    padding-bottom: 70%;
    border-radius: 10px;
    overflow: hidden; }
    .team-section .img-frame .img-container img {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      font-family: "object-fit:cover";
      position: absolute; }
@media (min-width: 768px) {
  .team-section .object-deco._1 {
    width: 4.4%; }
  .team-section .object-deco._2 {
    width: 8%; }
  .team-section .fancy-text._1 {
    left: 5%; }
  .team-section .fancy-text._2 {
    top: -10%; } }

.gallery-section {
  position: relative; }
  .gallery-section .gallery-slider-arrow {
    position: absolute;
    bottom: calc(50% - 50px);
    padding: 0 15px;
    color: #50d58b;
    cursor: pointer; }
    .gallery-section .gallery-slider-arrow i {
      font-size: 5rem; }
  .gallery-section .slide-prev {
    left: 35px; }
  .gallery-section .slide-next {
    right: 35px; }

#gallery-slider .slide-item {
  padding: 0; }
#gallery-slider .slick-prev {
  left: -15px; }
#gallery-slider .slick-next {
  right: -15px; }
#gallery-slider .gallery-slide {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -7px; }
  #gallery-slider .gallery-slide .slide-col {
    padding: 0 7px; }
  #gallery-slider .gallery-slide .slide-col-1 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
    #gallery-slider .gallery-slide .slide-col-1 .gallery-item:nth-child(1) {
      height: 55%; }
    #gallery-slider .gallery-slide .slide-col-1 .gallery-item:nth-child(2) {
      height: 45%; }
  #gallery-slider .gallery-slide .slide-col-2 {
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%; }
    #gallery-slider .gallery-slide .slide-col-2 .gallery-item:nth-child(1) {
      height: 45%; }
    #gallery-slider .gallery-slide .slide-col-2 .gallery-item:nth-child(2) {
      height: 55%; }
  #gallery-slider .gallery-slide .slide-col-3 {
    -ms-flex: 0 0 43%;
    flex: 0 0 43%;
    max-width: 43%; }
    #gallery-slider .gallery-slide .slide-col-3 .img-container {
      padding-bottom: 125%;
      height: auto; }
  #gallery-slider .gallery-slide .gallery-item {
    position: relative;
    padding: 7px 0; }
    #gallery-slider .gallery-slide .gallery-item:hover .item-caption {
      opacity: 1; }
  #gallery-slider .gallery-slide .img-container {
    position: relative;
    border-radius: 8px;
    height: 100%;
    overflow: hidden; }
    #gallery-slider .gallery-slide .img-container img {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      font-family: "object-fit:cover";
      position: absolute; }
  #gallery-slider .gallery-slide .item-caption {
    position: absolute;
    bottom: 18px;
    left: 0;
    width: 100%;
    padding: 15px;
    background-color: #ffeedb;
    background-color: rgba(255, 238, 219, 0.8);
    line-height: 1.2;
    transition: all ease .35s;
    opacity: 0;
    pointer-events: none; }
@media (min-width: 576px) {
  #gallery-slider .gallery-slide .slide-col-3 .item-caption {
    padding: 25px 40px; } }
@media (min-width: 992px) {
  #gallery-slider .slick-arrow {
    display: none !important; }
  #gallery-slider .slide-item {
    padding: 0 18px; }
  #gallery-slider .gallery-slide {
    margin: 0 -18px; }
    #gallery-slider .gallery-slide .slide-col {
      padding: 0 18px; }
    #gallery-slider .gallery-slide .gallery-item {
      padding: 18px 0; } }

.map-container {
  position: relative; }

#map-canvas {
  position: relative;
  z-index: 1;
  height: 380px;
  border-radius: 8px; }

.pricing-section .pricing-img.aos-animate {
  -webkit-animation: jello-horizontal 0.9s both;
  animation: jello-horizontal 0.9s both; }

.contact-section .contact-item {
  margin-right: 18px;
  line-height: 1.2;
  font-weight: 500; }
  .contact-section .contact-item:last-child {
    margin-right: 0; }
.contact-section .section-fancy-text.aos-animate {
  -webkit-animation: wobble-hor-bottom 0.8s both;
  animation: wobble-hor-bottom 0.8s both; }

/*# sourceMappingURL=app.css.map */
