/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}
/*
! tailwindcss v3.3.4 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 600px) {

  .container {
    max-width: 600px;
  }
}
@media (min-width: 728px) {

  .container {
    max-width: 728px;
  }
}
@media (min-width: 984px) {

  .container {
    max-width: 984px;
  }
}
@media (min-width: 1240px) {

  .container {
    max-width: 1240px;
  }
}
@media (min-width: 1304px) {

  .container {
    max-width: 1304px;
  }
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.top-3 {
  top: 0.75rem;
}
.-z-10 {
  z-index: -10;
}
.z-0 {
  z-index: 0;
}
.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.ml-auto {
  margin-left: auto;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-full {
  width: 100%;
}
.origin-\[0\] {
  transform-origin: 0;
}
.-translate-y-6 {
  --tw-translate-y: -1.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.overflow-hidden {
  overflow: hidden;
}
.border-0 {
  border-width: 0px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.duration-300 {
  transition-duration: 300ms;
}
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

*:focus {
  outline: none;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

img,
embed,
iframe,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table td,
table th {
  padding: 0;
  text-align: left;
}

@font-face {
  font-family: "ClashDisplay-Variable";
  src: url("../fonts/ClashDisplay-Variable.woff2") format("woff2"), url("../fonts/ClashDisplay-Variable.woff") format("woff"), url("../fonts/ClashDisplay-Variable.ttf") format("truetype");
  font-weight: 200 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ClashDisplay-Extralight";
  src: url("../fonts/ClashDisplay-Extralight.woff2") format("woff2"), url("../fonts/ClashDisplay-Extralight.woff") format("woff"), url("../fonts/ClashDisplay-Extralight.ttf") format("truetype");
  font-weight: 200;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ClashDisplay-Light";
  src: url("../fonts/ClashDisplay-Light.woff2") format("woff2"), url("../fonts/ClashDisplay-Light.woff") format("woff"), url("../fonts/ClashDisplay-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ClashDisplay-Regular";
  src: url("../fonts/ClashDisplay-Regular.woff2") format("woff2"), url("../fonts/ClashDisplay-Regular.woff") format("woff"), url("../fonts/ClashDisplay-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ClashDisplay-Medium";
  src: url("../fonts/ClashDisplay-Medium.woff2") format("woff2"), url("../fonts/ClashDisplay-Medium.woff") format("woff"), url("../fonts/ClashDisplay-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ClashDisplay-Semibold";
  src: url("../fonts/ClashDisplay-Semibold.woff2") format("woff2"), url("../fonts/ClashDisplay-Semibold.woff") format("woff"), url("../fonts/ClashDisplay-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ClashDisplay-Bold";
  src: url("../fonts/ClashDisplay-Bold.woff2") format("woff2"), url("../fonts/ClashDisplay-Bold.woff") format("woff"), url("../fonts/ClashDisplay-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
:root {
  --slider-base: clamp(1.5rem, 2.73vw + 0.82rem, 3rem);
  --small-base: clamp(1rem, 0vw + 1rem, 1rem);
  --big-base: clamp(1.5rem, 0.91vw + 1.27rem, 2rem);
  --clash-variable: "ClashDisplay-Variable";
  --clash-extralight: "ClashDisplay-Extralight";
  --clash-light: "ClashDisplay-Light";
  --clash-regular: "ClashDisplay-Regular";
  --clash-medium: "ClashDisplay-Medium";
  --clash-semibold: "ClashDisplay-Semibold";
  --clash-bold: "ClashDisplay-Bold";
}

body, html {
  overflow-x: hidden;
}

header {
  padding-top: 64px;
  position: relative;
  z-index: 901;
}
header .logo {
  width: clamp(6.25rem, 5.68vw + 4.83rem, 9.38rem);
  position: relative;
  z-index: 901;
}

section#slider .left .title {
  font-size: var(--slider-base);
  color: #8A73B4;
  font-family: var(--clash-regular);
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  text-transform: capitalize;
  max-width: 380px;
}
section#slider .left .title span {
  font-family: var(--clash-medium);
}
section#slider .left .desc {
  color: #333;
  font-family: var(--clash-regular);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 16px;
  max-width: 408px;
}
section#slider .left .default-btn {
  margin-top: 32px;
  gap: 8px;
  width: 153px;
  padding: 11px 30px;
  border-radius: 48px;
  border: 1px solid #8A73B4;
}
section#slider .left .default-btn span {
  color: #333;
  font-family: var(--clash-regular);
  font-size: var(--small-base);
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  letter-spacing: -0.36px;
}
section#slider .right {
  position: relative;
}
section#slider .right .slider-shape {
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: 1;
  top: 100px;
}
section#slider .right .cover {
  position: relative;
  z-index: 2;
}

section#about {
  position: relative;
}
section#about .shape {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  top: -535px;
}
section#about .wrapper {
  max-width: 1500px;
  position: relative;
  z-index: 2;
  padding-top: 128px;
}
section#about .wrapper .caption {
  position: absolute;
  z-index: 5;
  max-width: 408px;
  left: 98px;
  bottom: 117px;
}
section#about .wrapper .caption .sub-title {
  color: #fff;
  font-family: var(--clash-regular);
  font-size: var(--small-base);
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  text-transform: capitalize;
}
section#about .wrapper .caption .title {
  color: #fff;
  font-family: var(--clash-regular);
  font-size: var(--big-base);
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  text-transform: capitalize;
  margin-top: var(--big-base);
}
section#about .wrapper .caption .title span {
  font-family: var(--clash-medium);
}
section#about .wrapper .caption .desc {
  color: #fff;
  font-family: var(--clash-regular);
  font-size: var(--small-base);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: var(--small-base);
}
section#about .wrapper .caption .default-btn {
  margin-top: 40px;
  gap: 8px;
  width: 153px;
  padding: 11px 30px;
  border-radius: 48px;
  border: 1px solid #fff;
}
section#about .wrapper .caption .default-btn span {
  color: #fff;
  font-family: var(--clash-regular);
  font-size: var(--small-base);
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  letter-spacing: -0.36px;
}

.rlcg {
  padding: 12px 0 12px 23px;
  background-color: #8A73B4;
  border: 1px solid;
  position: relative;
}

.b24y {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #fff;
  cursor: pointer;
  background-color: transparent;
  border-radius: 48px;
  padding: 16px 40px;
  overflow: hidden;
}
.b24y:hover .ehqx {
  color: var(--color-black) !important;
}
.b24y:hover .b24z path {
  fill: var(--color-black) !important;
  transition: all 0.5s ease-out;
}

.b24y:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #8A73B4;
  transition: transform 0.5s cubic-bezier(0.66, 0, 0.34, 1);
  transform: scaleX(0);
  transform-origin: 100% 50%;
  border-radius: 48px;
}

._5rmg {
  text-decoration: none;
  transition: color 0.25s ease;
}

.ehqx {
  position: relative;
  flex-grow: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: color 0.25s cubic-bezier(0.66, 0, 0.34, 1) 0.1s, border-color 0.25s cubic-bezier(0.66, 0, 0.34, 1) 0.2s;
  z-index: 5;
}

.b24z {
  position: relative;
}
.b24z .path {
  transition: all 0.5s ease-out;
}

.b24z:before {
  background-color: #fff;
  opacity: 0;
  transition: 0.25s cubic-bezier(0.66, 0, 0.34, 1);
  transform: translateX(15px);
  animation: pzgu 0.25s cubic-bezier(0.66, 0, 0.34, 1) 1 both;
}

.b24z:after {
  background-color: currentColor;
  opacity: 100%;
  transition: 0.25s cubic-bezier(0.66, 0, 0.34, 1) 0.33s;
  animation: ob3c 0.25s cubic-bezier(0.66, 0, 0.34, 1) 0.33s 1 both;
}

.b24z:before, .b24z:after {
  position: absolute;
  left: 0;
  width: 48px;
  height: 28px;
  content: "";
  mask-type: alpha;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 14px auto;
}

.b24y:not(:disabled):hover:before {
  transform: scale(1);
  transform-origin: 0 50%;
}

.b24y:not(:disabled):hover .ehqx {
  color: #000;
}

.b24y:not(:disabled):hover .b24z:before {
  opacity: 100%;
  transition: 0.25s cubic-bezier(0.66, 0, 0.34, 1) 0.33s;
  transform: translateX(0);
  animation: ob3c 0.25s cubic-bezier(0.66, 0, 0.34, 1) 0.33s 1 both;
}

.b24y:not(:disabled):hover .b24z:after {
  opacity: 0;
  transition: 0.25s cubic-bezier(0.66, 0, 0.34, 1);
  transform: translateX(0);
  animation: pzgu 0.25s cubic-bezier(0.66, 0, 0.34, 1) 1 both;
}

section#treatments {
  margin-top: 160px;
}
section#treatments h3 {
  color: #8A73B4;
  font-family: var(--clash-regular);
  font-size: var(--small-base);
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  text-transform: capitalize;
  text-align: center;
}
section#treatments h4 {
  color: #333;
  text-align: center;
  font-family: var(--clash-regular);
  font-size: var(--big-base);
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  text-transform: capitalize;
  margin-top: 32px;
}
section#treatments .treatment-columns {
  margin-top: 55px;
}
section#treatments .treatment-columns .treatment-column {
  position: relative;
}
section#treatments .treatment-columns .treatment-column .cover {
  position: relative;
}
section#treatments .treatment-columns .treatment-column .cover img {
  width: 100%;
}
section#treatments .treatment-columns .treatment-column .cover:before {
  border-radius: 16px;
  background: linear-gradient(332deg, #41325D 18.28%, rgba(65, 50, 93, 0.8) 46.37%, rgba(65, 50, 93, 0) 83.27%);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  margin: auto;
}
section#treatments .treatment-columns .treatment-column .caption {
  position: absolute;
  width: 100%;
  bottom: 48px;
  left: 0;
  right: 0;
  margin: auto;
}
section#treatments .treatment-columns .treatment-column .caption .title {
  color: #fff;
  text-align: center;
  font-family: var(--clash-regular);
  font-size: var(--big-base);
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  text-transform: capitalize;
  max-width: 187px;
}
section#treatments .treatment-columns .treatment-column .caption .desc {
  color: #fff;
  text-align: center;
  font-family: var(--clash-regular);
  font-size: var(--small-base);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-width: 273px;
  margin-top: 8px;
}
section#treatments .treatment-columns .treatment-column .caption .default-btn {
  margin-top: 24px;
  gap: 8px;
  width: 153px;
  padding: 11px 30px;
  border-radius: 48px;
  border: 1px solid #fff;
  display: flex;
}
section#treatments .treatment-columns .treatment-column .caption .default-btn span {
  color: #fff;
  font-family: var(--clash-regular);
  font-size: var(--small-base);
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  letter-spacing: -0.36px;
}
section#treatments .columns {
  margin-top: 64px;
  gap: 40px;
  position: relative;
}
section#treatments .columns .balloon {
  position: absolute;
  left: -100px;
  top: -120px;
  z-index: 10;
}
section#treatments .columns .balloon .small {
  animation: spin 7s linear infinite;
}
section#treatments .columns .balloon .big {
  margin-left: 38px;
  animation: spin 7s linear infinite;
}
section#treatments .columns .column .cover::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background: linear-gradient(332deg, #41325D 18.28%, rgba(65, 50, 93, 0.8) 46.37%, rgba(65, 50, 93, 0) 83.27%);
}
section#treatments .columns .column .caption {
  position: absolute;
  width: 100%;
  bottom: 48px;
  z-index: 5;
}
section#treatments .columns .column .caption .title {
  color: #fff;
  text-align: center;
  font-family: "ClashDisplay-Regular", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  text-transform: capitalize;
}
section#treatments .columns .column .caption .desc {
  color: #fff;
  text-align: center;
  font-family: "ClashDisplay-Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 8px;
  max-width: 273px;
}
section#treatments .columns .column .caption .default-btn {
  margin-top: 40px;
  gap: 8px;
  width: 153px;
  padding: 11px 30px;
  border-radius: 48px;
  border: 1px solid #fff;
  display: flex;
}
section#treatments .columns .column .caption .default-btn span {
  color: #fff;
  font-family: var(--clash-regular);
  font-size: var(--small-base);
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  letter-spacing: -0.36px;
}

section#blog {
  margin-top: 140px;
}
section#blog h3 {
  color: #8A73B4;
  font-family: var(--clash-regular);
  font-size: var(--small-base);
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  text-transform: capitalize;
  text-align: center;
}
section#blog h4 {
  color: #8A73B4;
  text-align: center;
  font-family: var(--clash-regular);
  font-size: var(--big-base);
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  text-transform: capitalize;
  margin-top: 32px;
}
section#blog .blog-slider {
  margin-top: 64px;
}
section#blog .blog-slider .caption {
  padding-left: 72px;
  max-width: 480px;
}
section#blog .blog-slider .caption .date {
  color: #333;
  font-family: var(--clash-regular);
  font-size: var(--small-base);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 24px;
}
section#blog .blog-slider .caption .title {
  color: #8A73B4;
  font-family: var(--clash-regular);
  font-size: var(--big-base);
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  text-transform: capitalize;
  margin-top: 16px;
}
section#blog .blog-slider .caption .desc {
  margin-top: 16px;
  color: #333;
  font-family: var(--clash-regular);
  font-size: var(--small-base);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
section#blog .blog-slider .caption .default-btn {
  margin-top: 32px;
  gap: 8px;
  width: 153px;
  padding: 11px 30px;
  border-radius: 48px;
  border: 1px solid #8A73B4;
}
section#blog .blog-slider .caption .default-btn span {
  color: #333;
  font-family: var(--clash-regular);
  font-size: var(--small-base);
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  letter-spacing: -0.36px;
}

section#contact {
  background: linear-gradient(285deg, #7459A6 0%, #8A73B4 100%);
  margin-top: 160px;
  padding-top: 110px;
  padding-bottom: 160px;
}
section#contact h3 {
  color: #fff;
  font-family: var(--clash-bold);
  font-size: var(--small-base);
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  text-transform: capitalize;
}
section#contact h4 {
  color: #fff;
  font-family: var(--clash-regular);
  font-size: var(--big-base);
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  text-transform: capitalize;
  margin-top: 32px;
}
section#contact .contact-columns {
  margin-top: 80px;
}
section#contact .contact-columns .left p {
  color: #fff;
  font-family: var(--clash-regular);
  font-size: var(--small-base);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
section#contact .contact-columns .left .title {
  color: #fff;
  font-family: var(--clash-bold);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  text-transform: capitalize;
  margin-bottom: 4px;
}
section#contact .contact-columns .left .default-btn {
  margin-top: 24px;
  gap: 8px;
  width: 209px;
  padding: 11px 30px;
  border-radius: 48px;
  border: 1px solid #fff;
  display: flex;
  margin-bottom: 48px;
}
section#contact .contact-columns .left .default-btn span {
  color: #fff;
  font-family: var(--clash-regular);
  font-size: var(--small-base);
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  letter-spacing: -0.36px;
}
section#contact .contact-columns .left .address {
  max-width: 212px;
}
section#contact .contact-columns .left .email {
  margin-top: 48px;
}
section#contact .contact-columns .left .social-media {
  gap: 83px;
  border-top: 1px solid #fff;
  max-width: 224px;
  padding-top: 64px;
  margin-top: 48px;
}
section#contact .contact-columns .right .title {
  color: #fff;
  font-family: var(--clash-regular);
  font-size: var(--big-base);
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  text-transform: capitalize;
}
section#contact .contact-columns .right .desc {
  margin-top: 16px;
  color: #fff;
  font-family: var(--clash-regular);
  font-size: var(--small-base);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-width: 448px;
}
section#contact .contact-columns .right form {
  margin-top: 32px;
}
section#contact .contact-columns .right form label {
  color: #fff;
  font-family: var(--clash-regular);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.24px;
}
section#contact .contact-columns .right form input {
  color: #fff;
  font-family: var(--clash-regular);
  font-size: var(--small-base);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
}
section#contact .contact-columns .right form .form-2-col {
  gap: 40px;
}

footer {
  padding-top: 120px;
}
footer .menu {
  gap: 75px;
}
footer .menu li {
  color: #8A73B4;
  font-family: var(--clash-medium);
  font-size: var(--small-base);
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  text-transform: capitalize;
}
footer .menu li ul {
  margin-top: 16px;
}
footer .menu li ul li a {
  color: #333;
  font-family: var(--clash-medium);
  font-size: var(--small-base);
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
}
footer .copyright {
  padding-top: 64px;
  border-top: 1px solid rgba(138, 115, 180, 0.3);
  margin-top: 50px;
}
footer .copyright .social-media {
  gap: 75px;
}
footer .copyright p {
  color: #8A73B4;
  font-family: var(--clash-medium);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 240%;
}

section#aboutPage {
  margin-top: 150px;
  height: 80vh;
}
section#aboutPage .page-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  height: 1081px;
}
section#aboutPage .wrapper h1 {
  color: #8A73B4;
  font-family: "ClashDisplay-Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  text-transform: capitalize;
}
section#aboutPage .wrapper h2 {
  color: #8A73B4;
  font-family: "ClashDisplay-Regular", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  text-transform: capitalize;
  margin-top: 32px;
  max-width: 408px;
}
section#aboutPage .wrapper h2 span {
  font-family: "ClashDisplay-Medium", sans-serif;
  font-weight: 500;
}
section#aboutPage .wrapper p {
  color: #333;
  font-family: "ClashDisplay-Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 16px;
  max-width: 408px;
}
section#aboutPage .wrapper .right {
  margin-top: -150px;
}
section#aboutPage .wrapper .right svg {
  animation: spin 15s linear infinite;
}
section#aboutPage .wrapper .right .cover {
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  inset: 0;
  width: 500px;
  height: 500px;
  margin: auto;
}
section#aboutPage .wrapper .right .shape1 {
  position: absolute;
  left: 0;
  top: 0;
  animation: spin 10s linear infinite;
}
section#aboutPage .wrapper .right .shape2 {
  position: absolute;
  right: 0;
  top: 100px;
  animation: spin 10s linear infinite;
}
section#aboutPage .wrapper .contact-page-information h2 {
  color: #333;
  font-family: var(--clash-regular);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  text-transform: capitalize;
}
section#aboutPage .wrapper .contact-page-information .title {
  color: #8A73B4;
  font-family: var(--clash-bold);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  text-transform: capitalize;
}

section#aboutContent {
  background: #7D63AB;
  padding-bottom: 162px;
}
section#aboutContent .wrapper {
  color: #fff;
  font-family: "ClashDisplay-Regular", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  gap: 25px;
  position: relative;
}
section#aboutContent .wrapper::before {
  content: "";
  position: absolute;
  top: -32px;
  left: 0;
  width: 184px;
  height: 1px;
  background: #fff;
  z-index: 5;
}
section#aboutContent .wrapper::after {
  content: "";
  position: absolute;
  bottom: -32px;
  left: 0;
  width: 184px;
  height: 1px;
  background: #fff;
  z-index: 5;
}
section#aboutContent .wrapper p {
  width: 100%;
}

section#teams {
  background: #fff;
  padding-top: 160px;
  padding-bottom: 312px;
}
section#teams h3 {
  color: #8A73B4;
  font-family: "ClashDisplay-Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  text-transform: capitalize;
  text-align: center;
}
section#teams h4 {
  color: #333;
  text-align: center;
  font-family: "ClashDisplay-Regular", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  text-transform: capitalize;
  margin-top: 32px;
}
section#teams .columns {
  margin-top: 64px;
  gap: 40px;
  position: relative;
}
section#teams .columns .balloon {
  position: absolute;
  left: -89px;
  top: -80px;
  z-index: 10;
}
section#teams .columns .balloon .small {
  animation: spin 7s linear infinite;
}
section#teams .columns .balloon .big {
  margin-left: 38px;
  animation: spin 7s linear infinite;
}
section#teams .columns .column .cover {
  border-radius: 15px;
  overflow: hidden;
}
section#teams .columns .column .cover::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background: linear-gradient(332deg, #41325D 18.28%, rgba(65, 50, 93, 0.8) 46.37%, rgba(65, 50, 93, 0) 83.27%);
}
section#teams .columns .column .caption {
  position: absolute;
  width: 100%;
  bottom: 48px;
  z-index: 5;
}
section#teams .columns .column .caption .title {
  color: #fff;
  text-align: center;
  font-family: "ClashDisplay-Regular", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  text-transform: capitalize;
}
section#teams .columns .column .caption .desc {
  color: #fff;
  text-align: center;
  font-family: "ClashDisplay-Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 8px;
  max-width: 273px;
}
section#teams .columns .column .caption .default-btn {
  margin-top: 40px;
  gap: 8px;
  width: 153px;
  padding: 11px 30px;
  border-radius: 48px;
  border: 1px solid #fff;
  display: flex;
}
section#teams .columns .column .caption .default-btn span {
  color: #fff;
  font-family: var(--clash-regular);
  font-size: var(--small-base);
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  letter-spacing: -0.36px;
}

.cv-content {
  border-radius: 16px;
  background: #F9F8FB !important;
  max-width: 1416px !important;
  width: 100% !important;
}
.cv-content .title {
  color: #8A73B4;
  font-family: "ClashDisplay-Medium", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  text-transform: capitalize;
}
.cv-content .tag {
  color: #8A73B4;
  font-family: "ClashDisplay-Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  text-transform: capitalize;
  margin-top: 8px;
}
.cv-content .content {
  margin-top: 32px;
  color: #333;
  font-family: "ClashDisplay-Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.cv-content .content ul {
  list-style: disc;
  padding-left: 20px;
}

section#blogContent .blog-column .text-area {
  margin-top: 24px;
  max-width: 480px;
  padding-left: 72px;
}
section#blogContent .blog-column .text-area .date {
  color: #333;
  font-family: "ClashDisplay-Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
section#blogContent .blog-column .text-area .title {
  color: #8A73B4;
  font-family: "ClashDisplay-Regular", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  text-transform: capitalize;
  margin-top: 16px;
}
section#blogContent .blog-column .text-area .desc {
  color: #333;
  font-family: "ClashDisplay-Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 16px;
}
section#blogContent .blog-column .text-area .default-btn {
  margin-top: 24px;
  gap: 8px;
  width: 153px;
  padding: 11px 30px;
  border-radius: 48px;
  border: 1px solid #8A73B4;
  display: flex;
}
section#blogContent .blog-column .text-area .default-btn span {
  color: #333;
  font-family: var(--clash-regular);
  font-size: var(--small-base);
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  letter-spacing: -0.36px;
  z-index: 1;
}
section#blogContent .blog-column .text-area .default-btn:hover span {
  color: #fff;
}
section#blogContent .blog-column .text-area .default-btn:hover svg {
  position: relative;
  z-index: 1;
}
section#blogContent .blog-column .text-area .default-btn:hover svg path {
  fill: #fff;
}
section#blogContent .blog-column .cover {
  border-radius: 15px;
  overflow: hidden;
  height:450px;
}

section#blogContent .blog-column .cover img {
  object-fit:cover;
  width:100%;
}

section#otherPosts h3 {
  color: #8A73B4;
  font-family: "ClashDisplay-Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  text-transform: capitalize;
  margin-bottom: 20px;
  margin-top: 50px;
}
section#otherPosts .blog-column .text-area {
  margin-top: 24px;
  max-width: 480px;
  padding-left: 72px;
}
section#otherPosts .blog-column .text-area .date {
  color: #333;
  font-family: "ClashDisplay-Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
section#otherPosts .blog-column .text-area .title {
  color: #8A73B4;
  font-family: "ClashDisplay-Regular", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  text-transform: capitalize;
  margin-top: 16px;
}
section#otherPosts .blog-column .text-area .desc {
  color: #333;
  font-family: "ClashDisplay-Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 16px;
}
section#otherPosts .blog-column .text-area .default-btn {
  margin-top: 24px;
  gap: 8px;
  width: 153px;
  padding: 11px 30px;
  border-radius: 48px;
  border: 1px solid #8A73B4;
  display: flex;
}
section#otherPosts .blog-column .text-area .default-btn span {
  color: #333;
  font-family: var(--clash-regular);
  font-size: var(--small-base);
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  letter-spacing: -0.36px;
  z-index: 1;
}
section#otherPosts .blog-column .text-area .default-btn:hover span {
  color: #fff;
}
section#otherPosts .blog-column .text-area .default-btn:hover svg {
  position: relative;
  z-index: 1;
}
section#otherPosts .blog-column .text-area .default-btn:hover svg path {
  fill: #fff;
}

section#treatmentsPage {
  margin-bottom: 200px;
}
section#treatmentsPage h4 {
  color: #8A73B4;
  font-family: "ClashDisplay-Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  text-transform: uppercase;
  text-align: center;
  margin-top: 160px;
  margin-bottom: 64px;
}
section#treatmentsPage .columns {
  margin-top: 64px;
  gap: 40px;
  position: relative;
}
section#treatmentsPage .columns .balloon {
  position: absolute;
  left: -100px;
  top: -120px;
  z-index: 10;
}
section#treatmentsPage .columns .balloon .small {
  animation: spin 7s linear infinite;
}
section#treatmentsPage .columns .balloon .big {
  margin-left: 38px;
  animation: spin 7s linear infinite;
}
section#treatmentsPage .columns .column .cover::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background: linear-gradient(332deg, #41325D 18.28%, rgba(65, 50, 93, 0.8) 46.37%, rgba(65, 50, 93, 0) 83.27%);
}
section#treatmentsPage .columns .column .caption {
  position: absolute;
  width: 100%;
  bottom: 48px;
  z-index: 5;
}
section#treatmentsPage .columns .column .caption .title {
  color: #fff;
  text-align: center;
  font-family: "ClashDisplay-Regular", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  text-transform: capitalize;
}
section#treatmentsPage .columns .column .caption .desc {
  color: #fff;
  text-align: center;
  font-family: "ClashDisplay-Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 8px;
  max-width: 273px;
}
section#treatmentsPage .columns .column .caption .default-btn {
  margin-top: 40px;
  gap: 8px;
  width: 153px;
  padding: 11px 30px;
  border-radius: 48px;
  border: 1px solid #fff;
  display: flex;
}
section#treatmentsPage .columns .column .caption .default-btn span {
  color: #fff;
  font-family: var(--clash-regular);
  font-size: var(--small-base);
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  letter-spacing: -0.36px;
}

section#treatmentDetail {
  color: #333;
  font-family: "ClashDisplay-Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 160px;
}
section#treatmentDetail h3 {
  color: #8A73B4;
  font-family: "ClashDisplay-Regular", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  text-transform: capitalize;
  margin-bottom: 16px;
}
section#treatmentDetail ul {
  list-style: disc;
  padding-left: 20px;
}
section#treatmentDetail .movie-column {
  margin-top: 160px;
}
section#treatmentDetail .movie-column::before {
  content: "";
  border-radius: 16px;
  background: linear-gradient(332deg, #41325D 18.28%, rgba(65, 50, 93, 0.8) 35.45%, rgba(65, 50, 93, 0) 83.27%);
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
section#treatmentDetail .movie-column .caption {
  position: absolute;
  margin: auto;
  inset: 0;
  z-index: 5;
  width: 180px;
  height: 180px;
  padding: 30px;
}
section#treatmentDetail .movie-column .caption::before {
  content: "";
  position: absolute;
  background: linear-gradient(285deg, rgb(116, 89, 166) 0%, rgb(138, 115, 180) 100%);
  opacity: 0.5;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  inset: 0;
  margin: auto;
  left: 10px;
  top: 10px;
  transform: scale(0);
  transition: all 0.5s ease-out;
}
section#treatmentDetail .movie-column .caption .play-btn {
  transform: translate(0) scale(1);
  transition: all 0.5s ease-out;
}
section#treatmentDetail .movie-column .caption p {
  color: #fff;
  text-align: center;
  font-family: "ClashDisplay-Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 8px;
  transition: all 0.5s ease-out;
}
section#treatmentDetail .movie-column .caption:hover .play-btn {
  transform: translate(20px, 20px) scale(1.2);
  transition: all 0.5s ease-out;
}
section#treatmentDetail .movie-column .caption:hover p {
  transform: scale(0);
  transition: all 0.5s ease-out;
}
section#treatmentDetail .movie-column .caption:hover .play-text {
  transform: scale(1);
  transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
section#treatmentDetail .movie-column .caption:hover::before {
  transform: scale(1);
}
section#treatmentDetail .movie-column .caption .play-text {
  max-width: 80vmin;
  transform: scale(0);
  position: absolute;
  inset: 0;
  margin: auto;
  left: 25px;
  top: 10px;
}
section#treatmentDetail .movie-column .caption .play-text .textcircle {
  animation: spin 9s linear infinite;
  transform-origin: center;
}
section#treatmentDetail .movie-column .balloon {
  position: absolute;
  top: -69px;
  right: -68px;
  z-index: 7;
}
section#treatmentDetail .movie-column .balloon .small {
  margin-left: -48px;
  animation: spin 7s linear infinite;
}
section#treatmentDetail .movie-column .balloon .big {
  animation: spin 7s linear infinite;
}

section#treatmentContent {
  background: linear-gradient(285deg, #7459A6 0%, #8A73B4 100%);
  padding-bottom: 160px;
  padding-top: 500px;
  margin-top: -400px;
}
section#treatmentContent .title {
  color: #fff;
  font-family: "ClashDisplay-Regular", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  text-transform: capitalize;
}
section#treatmentContent .desc {
  color: #fff;
  font-family: "ClashDisplay-Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 16px;
}

.menu {
  position: fixed;
  inset: 0;
  z-index: 900;
  display: flex;
  background: #8A73B4;
  -webkit-clip-path: circle(0% at calc(95% - 1.5rem) calc(5% + 1.5rem));
          clip-path: circle(0% at calc(95% - 1.5rem) calc(5% + 1.5rem));
  transition: -webkit-clip-path 0.6s cubic-bezier(0.39, 0.58, 0.57, 1);
  transition: clip-path 0.6s cubic-bezier(0.39, 0.58, 0.57, 1);
  transition: clip-path 0.6s cubic-bezier(0.39, 0.58, 0.57, 1), -webkit-clip-path 0.6s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.menu .menu-shape {
  position: absolute;
  top: 0;
  right: 0;
}
.menu ul {
  margin: auto 0;
  padding: 0 10%;
  list-style: none;
}
.menu li {
  margin: 2rem;
  overflow: hidden;
  margin-bottom:15px;
}
.menu a {
  display: inline-block;
  padding-right: 0.125em;
  text-decoration: none;
  transform-origin: 0% 0%;
  transform: translateY(100%) rotate(5deg);
  transition: transform 0.3s ease-in;
  color: #fff;
  font-family: var(--clash-extralight);
  font-size: 30px;
  font-style: normal;
  font-weight: 200;
  line-height: 110%;
  text-transform: capitalize;
}
.menu a:hover, .menu a:focus-visible {
  font-style: italic;
}
.menu-active {
  -webkit-clip-path: circle(145% at calc(95% - 1.5rem) calc(5% + 1.5rem));
          clip-path: circle(145% at calc(95% - 1.5rem) calc(5% + 1.5rem));
}
.menu-active a {
  transition: transform 0.6s cubic-bezier(0.43, 0.08, 0.31, 0.95);
  transform: translateY(0);
}
.menu-active li:nth-child(1) a {
  transition-delay: 0.3s;
}
.menu-active li:nth-child(2) a {
  transition-delay: 0.38s;
}
.menu-active li:nth-child(3) a {
  transition-delay: 0.44s;
}
.menu-active li:nth-child(4) a {
  transition-delay: 0.48s;
}

.menu-active li:nth-child(5) a {
  transition-delay: 0.52s;
}

.menu-active li:nth-child(6) a {
  transition-delay: 0.56s;
}

.menu-active li:nth-child(7) a {
  transition-delay: 0.60s;
}

.menu-toggle {
  position: relative;
  z-index: 2;
  width: 3rem;
  height: 3rem;
  padding: 0;
  background: none;
  cursor: pointer;
  transition: border-color 0.3s ease;
}
.menu-toggle span {
  display: block;
  width: 70%;
  height: 2px;
  flex: none;
  margin: 0.5rem 0;
  background: #8A73B4;
  pointer-event: none;
  transition: transform 0.3s ease-in-out, opacity 0.2s ease;
}
.menu-toggle-active span {
  background: #fff;
}
.menu-toggle-active span:nth-child(1) {
  transform: translateY(0.5rem) translateY(2px) rotate(135deg);
}
.menu-toggle-active span:nth-child(2) {
  opacity: 0;
  transform: scale(0.5);
}
.menu-toggle-active span:nth-child(3) {
  transform: translateY(-0.5rem) translateY(-2px) rotate(-135deg);
}

.cursor {
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 100;
  mix-blend-mode: color-dodge;
}
.cursor--large {
  --size: 40px;
  border: 1px solid #8A73B4;
}
.cursor--small {
  --size: 10px;
  background: #8A73B4;
  transform: translate(-50%, -50%);
}

.menu-active .logo {
  filter: brightness(0) invert(1);
}

section#blogDetailContent {
  margin-top: -300px;
}
section#blogDetailContent .description p {
  color: #333;
  font-family: var(--clash-regular);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0.75rem 0;
}
section#blogDetailContent .description p strong {
  color: #8A73B4;
  font-family: var(--clash-regular);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  text-transform: capitalize;
}

.blog-slider .owl-item img {
  border-radius: 15px;
}

section#contact.contact-page-gorup {
  margin-top: -200px;
  padding-top: 50px;
  background: #7D63AB;
}

section#contact h5 {
  color: #fff;
  font-family: var(--clash-regular);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-width: 407px;
  margin-top: 15px;
}

section#contact.contact-page-gorup .contact-columns {
  margin-top: 0;
}

@media only screen and (max-width: 600px) {
  .cursor {
    display: none;
  }
  .container {
    max-width: 95%;
  }
  header {
    padding-top: 20px;
  }
  section#slider {
    margin-top: 25px;
  }
  section#slider .slider-group {
    flex-wrap: wrap-reverse;
  }
  section#slider .left {
    margin-top: 20px;
  }
  section#slider .left .title {
    text-align: center;
    width: 100%;
    max-width: 100%;
  }
  section#slider .left .desc {
    text-align: center;
  }
  section#about .wrapper .caption {
    position: relative;
    left: unset;
    bottom: unset;
    padding: 15px;
  }
  section#about .wrapper .caption .sub-title {
    color: #8A73B4;
  }
  section#about .wrapper .caption .title {
    color: #8A73B4;
  }
  section#about .wrapper .caption .desc {
    color: #333;
  }
  section#about .wrapper .caption .default-btn {
    border: 1px solid #8A73B4;
  }
  section#about .wrapper .caption .default-btn span {
    color: #333;
  }
  section#treatments {
    margin-top: 25px;
  }
  section#treatments h4 {
    margin-top: 15px;
  }
  section#treatments .columns {
    gap: 20px;
  }
  section#treatments .columns .balloon {
    left: -167px;
  }
  section#treatments .columns .column {
    width: 47%;
  }
  section#treatments .columns .column .caption {
    bottom: 10px;
  }
  section#treatments .columns .column .caption .title {
    font-size: 18px;
  }
  section#treatments .columns .column .caption .default-btn {
    margin-top: 10px;
  }
  section#treatments .columns .column .caption .desc {
    font-size: 14px;
  }
  section#blog {
    margin-top: 40px;
  }
  section#blog h4 {
    margin-top: 10px;
    font-size: 18px;
  }
  section#blog .blog-slider {
    margin-top: 20px;
    padding: 0 15px;
  }
  section#blog .blog-slider .caption {
    padding-left: 0;
    padding: 15px;
  }
  section#blog .blog-slider .caption .date {
    margin-top: 0;
  }
  section#contact {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  section#contact .contact-columns .right-form .form-2-col {
    gap: 0px;
  }
  section#contact .contact-columns .right form .form-2-col {
    gap: 0;
  }
  footer {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  footer .footer-logo-content {
    text-align: center;
    width: 100%;
    display: inline-block;
  }
  footer .footer-logo-content .footer-logo {
    width: clamp(6.25rem, 5.68vw + 4.83rem, 9.38rem);
    display: inline-block;
  }
  footer .copyright {
    margin-top: 30px;
    padding-top: 25px;
  }
  footer .copyright .social-media {
    gap: 40px;
    margin: 10px 0;
  }
  footer .copyright p {
    text-align: center;
  }
  footer .copyright a.ml-auto {
    margin-right: auto;
  }
  .b24y {
    margin-right: auto;
    display: flex;
  }
  .menu li {
    margin: 1rem;
  }
  .menu li a {
    font-size: 22px;
  }
  .menu .menu-shape {
    transform: translate(150px, -100px);
  }
  section#aboutPage {
    margin-top: 50px;
  }
  section#aboutPage .wrapper h2 {
    font-size: 24px;
    margin-top: 10px;
  }
  section#aboutPage .wrapper .right {
    margin-top: 0;
  }
  section#aboutPage .wrapper .right .cover {
    width: 320px;
    height: 320px;
  }
  section#aboutContent {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  section#aboutContent .wrapper {
    font-size: 18px;
  }
  section#teams {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  section#teams h4 {
    font-size: 18px;
  }
  section#teams .columns {
    gap: 20px;
  }
  section#teams .columns .column {
    width: 47%;
  }
  section#teams .columns .column .caption {
    bottom: 10px;
  }
  section#teams .columns .column .caption .title {
    font-size: 18px;
  }
  section#teams .columns .column .caption .default-btn {
    margin-top: 10px;
  }
  section#treatmentsPage {
    margin-bottom: 25px;
  }
  section#treatmentsPage .columns {
    gap: 20px;
    margin-top: 0;
  }
  section#treatmentsPage .columns .column {
    width: 47%;
  }
  section#treatmentsPage .columns .column .caption {
    bottom: 10px;
  }
  section#treatmentsPage .columns .column .caption .title {
    font-size: 18px;
  }
  section#treatmentsPage .columns .column .caption .desc {
    font-size: 14px;
  }
  section#treatmentsPage .columns .column .caption .default-btn {
    margin-top: 10px;
  }
  section#blogContent .blog-column .text-area {
    padding-left: 0;
  }
  section#blogContent .blog-column .text-area .title {
    font-size: 20px;
  }
  section#blogDetailContent .description p strong {
    font-size: 22px;
  }
  section#aboutPage.blog-cover {
    height: 65vh;
  }
  section#aboutPage.blog-cover .page-bg {
    display: none;
  }
  section#aboutPage.blog-cover .wrapper .right {
    display: none;
  }
  section#aboutPage.blog-list-cover {
    height: 65vh;
  }
  section#treatmentDetail {
    margin-top: 25px;
  }
  section#treatmentDetail .movie-column {
    margin-top: 50px;
  }
  section#treatmentDetail h3 {
    font-size: 22px;
  }
  section#treatmentContent {
    margin-top: -250px;
    padding-top: 265px;
    padding-bottom: 25px;
  }
  section#treatmentContent .title {
    font-size: 22px;
  }
  section#treatmentsPage h4 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  section#treatmentsPage .columns .column .caption .default-btn {
    margin-left: auto;
    margin-right: auto;
  }
  section#contact .contact-columns {
    margin-top: 20px;
  }
  section#contact .contact-columns .left .default-btn {
    margin-bottom: 20px;
  }
  section#contact .contact-columns .left .email {
    margin-top: 20px;
  }
  section#contact .contact-columns .left .social-media {
    padding-top: 30px;
    margin-bottom: 30px;
  }
  section#otherPosts .blog-column .text-area {
    padding-left: 0;
  }
  section#otherPosts .blog-column .text-area .title {
    font-size: 22px;
  }
  section#otherPosts .blog-column .cover {
    border-radius: 10px;
    overflow: hidden;
  }
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.peer:placeholder-shown ~ .peer-placeholder-shown\:translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.peer:placeholder-shown ~ .peer-placeholder-shown\:scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.peer:focus ~ .peer-focus\:left-0 {
  left: 0px;
}

.peer:focus ~ .peer-focus\:-translate-y-6 {
  --tw-translate-y: -1.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.peer:focus ~ .peer-focus\:scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.peer:focus ~ .peer-focus\:font-medium {
  font-weight: 500;
}

:is(.dark .dark\:text-gray-400) {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

@media (min-width: 640px) {

  .sm\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 768px) {

  .md\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}