@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

.splide__container{
  box-sizing:border-box;
  position:relative
}

.splide__list{
  backface-visibility:hidden;
  display:flex;
  height:100%;
  margin:0!important;
  padding:0!important
}

.splide.is-initialized:not(.is-active) .splide__list{
  display:block
}

.splide__pagination{
  align-items:center;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  margin:0;
  pointer-events:none
}

.splide__pagination li{
  display:inline-block;
  line-height:1;
  list-style-type:none;
  margin:0;
  pointer-events:auto
}

.splide:not(.is-overflow) .splide__pagination{
  display:none
}

.splide__progress__bar{
  width:0
}

.splide{
  position:relative;
  visibility:hidden
}

.splide.is-initialized,.splide.is-rendered{
  visibility:visible
}

.splide__slide{
  backface-visibility:hidden;
  box-sizing:border-box;
  flex-shrink:0;
  list-style-type:none!important;
  margin:0;
  position:relative
}

.splide__slide img{
  vertical-align:bottom
}

.splide__spinner{
  animation:splide-loading 1s linear infinite;
  border:2px solid #999;
  border-left-color:transparent;
  border-radius:50%;
  bottom:0;
  contain:strict;
  display:inline-block;
  height:20px;
  left:0;
  margin:auto;
  position:absolute;
  right:0;
  top:0;
  width:20px
}

.splide__sr{
  clip:rect(0 0 0 0);
  border:0;
  height:1px;
  margin:-1px;
  overflow:hidden;
  padding:0;
  position:absolute;
  width:1px
}

.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{
  display:none
}

.splide__toggle.is-active .splide__toggle__pause{
  display:inline
}

.splide__track{
  overflow:hidden;
  position:relative;
  z-index:0
}

@keyframes splide-loading{
  0%{
    transform:rotate(0)
  }

  to{
    transform:rotate(1turn)
  }
}

.splide__track--draggable{
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-user-select:none;
       user-select:none
}

.splide__track--fade>.splide__list>.splide__slide{
  margin:0!important;
  opacity:0;
  z-index:0
}

.splide__track--fade>.splide__list>.splide__slide.is-active{
  opacity:1;
  z-index:1
}

.splide--rtl{
  direction:rtl
}

.splide__track--ttb>.splide__list{
  display:block
}

.splide__arrow{
  align-items:center;
  background:#ccc;
  border:0;
  border-radius:50%;
  cursor:pointer;
  display:flex;
  height:2em;
  justify-content:center;
  opacity:.7;
  padding:0;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:2em;
  z-index:1
}

.splide__arrow svg{
  fill:#000;
  height:1.2em;
  width:1.2em
}

.splide__arrow:hover:not(:disabled){
  opacity:.9
}

.splide__arrow:disabled{
  opacity:.3
}

.splide__arrow:focus-visible{
  outline:3px solid #0bf;
  outline-offset:3px
}

.splide__arrow--prev{
  left:1em
}

.splide__arrow--prev svg{
  transform:scaleX(-1)
}

.splide__arrow--next{
  right:1em
}

.splide.is-focus-in .splide__arrow:focus{
  outline:3px solid #0bf;
  outline-offset:3px
}

.splide__pagination{
  bottom:.5em;
  left:0;
  padding:0 1em;
  position:absolute;
  right:0;
  z-index:1
}

.splide__pagination__page{
  background:#ccc;
  border:0;
  border-radius:50%;
  display:inline-block;
  height:8px;
  margin:3px;
  opacity:.7;
  padding:0;
  position:relative;
  transition:transform .2s linear;
  width:8px
}

.splide__pagination__page.is-active{
  background:#fff;
  transform:scale(1.4);
  z-index:1
}

.splide__pagination__page:hover{
  cursor:pointer;
  opacity:.9
}

.splide__pagination__page:focus-visible{
  outline:3px solid #0bf;
  outline-offset:3px
}

.splide.is-focus-in .splide__pagination__page:focus{
  outline:3px solid #0bf;
  outline-offset:3px
}

.splide__progress__bar{
  background:#ccc;
  height:3px
}

.splide__slide{
  -webkit-tap-highlight-color:rgba(0,0,0,0)
}

.splide__slide:focus{
  outline:0
}

@supports(outline-offset:-3px){
  .splide__slide:focus-visible{
    outline:3px solid #0bf;
    outline-offset:-3px
  }
}

@media screen and (-ms-high-contrast:none){
  .splide__slide:focus-visible{
    border:3px solid #0bf
  }
}

@supports(outline-offset:-3px){
  .splide.is-focus-in .splide__slide:focus{
    outline:3px solid #0bf;
    outline-offset:-3px
  }
}

@media screen and (-ms-high-contrast:none){
  .splide.is-focus-in .splide__slide:focus{
    border:3px solid #0bf
  }

  .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{
    border-color:#0bf
  }
}

.splide__toggle{
  cursor:pointer
}

.splide__toggle:focus-visible{
  outline:3px solid #0bf;
  outline-offset:3px
}

.splide.is-focus-in .splide__toggle:focus{
  outline:3px solid #0bf;
  outline-offset:3px
}

.splide__track--nav>.splide__list>.splide__slide{
  border:3px solid transparent;
  cursor:pointer
}

.splide__track--nav>.splide__list>.splide__slide.is-active{
  border:3px solid #000
}

.splide__arrows--rtl .splide__arrow--prev{
  left:auto;
  right:1em
}

.splide__arrows--rtl .splide__arrow--prev svg{
  transform:scaleX(1)
}

.splide__arrows--rtl .splide__arrow--next{
  left:1em;
  right:auto
}

.splide__arrows--rtl .splide__arrow--next svg{
  transform:scaleX(-1)
}

.splide__arrows--ttb .splide__arrow{
  left:50%;
  transform:translate(-50%)
}

.splide__arrows--ttb .splide__arrow--prev{
  top:1em
}

.splide__arrows--ttb .splide__arrow--prev svg{
  transform:rotate(-90deg)
}

.splide__arrows--ttb .splide__arrow--next{
  bottom:1em;
  top:auto
}

.splide__arrows--ttb .splide__arrow--next svg{
  transform:rotate(90deg)
}

.splide__pagination--ttb{
  bottom:0;
  display:flex;
  flex-direction:column;
  left:auto;
  padding:1em 0;
  right:.5em;
  top:0
}

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */

:root{
  --animate-duration:1s;
  --animate-delay:1s;
  --animate-repeat:1
}

.animate__animated{
  animation-duration:1s;
  animation-duration:var(--animate-duration);
  animation-fill-mode:both
}

.animate__animated.animate__infinite{
  animation-iteration-count:infinite
}

.animate__animated.animate__repeat-1{
  animation-iteration-count:1;
  animation-iteration-count:var(--animate-repeat)
}

.animate__animated.animate__repeat-2{
  animation-iteration-count:2;
  animation-iteration-count:calc(var(--animate-repeat)*2)
}

.animate__animated.animate__repeat-3{
  animation-iteration-count:3;
  animation-iteration-count:calc(var(--animate-repeat)*3)
}

.animate__animated.animate__delay-1s{
  animation-delay:1s;
  animation-delay:var(--animate-delay)
}

.animate__animated.animate__delay-2s{
  animation-delay:2s;
  animation-delay:calc(var(--animate-delay)*2)
}

.animate__animated.animate__delay-3s{
  animation-delay:3s;
  animation-delay:calc(var(--animate-delay)*3)
}

.animate__animated.animate__delay-4s{
  animation-delay:4s;
  animation-delay:calc(var(--animate-delay)*4)
}

.animate__animated.animate__delay-5s{
  animation-delay:5s;
  animation-delay:calc(var(--animate-delay)*5)
}

.animate__animated.animate__faster{
  animation-duration:.5s;
  animation-duration:calc(var(--animate-duration)/2)
}

.animate__animated.animate__fast{
  animation-duration:.8s;
  animation-duration:calc(var(--animate-duration)*0.8)
}

.animate__animated.animate__slow{
  animation-duration:2s;
  animation-duration:calc(var(--animate-duration)*2)
}

.animate__animated.animate__slower{
  animation-duration:3s;
  animation-duration:calc(var(--animate-duration)*3)
}

@media (prefers-reduced-motion:reduce), print{
  .animate__animated{
    animation-duration:1ms!important;
    transition-duration:1ms!important;
    animation-iteration-count:1!important
  }

  .animate__animated[class*=Out]{
    opacity:0
  }
}

@keyframes bounce{
  0%,20%,53%,to{
    animation-timing-function:cubic-bezier(.215,.61,.355,1);
    transform:translateZ(0)
  }

  40%,43%{
    animation-timing-function:cubic-bezier(.755,.05,.855,.06);
    transform:translate3d(0,-30px,0) scaleY(1.1)
  }

  70%{
    animation-timing-function:cubic-bezier(.755,.05,.855,.06);
    transform:translate3d(0,-15px,0) scaleY(1.05)
  }

  80%{
    transition-timing-function:cubic-bezier(.215,.61,.355,1);
    transform:translateZ(0) scaleY(.95)
  }

  90%{
    transform:translate3d(0,-4px,0) scaleY(1.02)
  }
}

.animate__bounce{
  animation-name:bounce;
  transform-origin:center bottom
}

@keyframes flash{
  0%,50%,to{
    opacity:1
  }

  25%,75%{
    opacity:0
  }
}

.animate__flash{
  animation-name:flash
}

@keyframes pulse{
  0%{
    transform:scaleX(1)
  }

  50%{
    transform:scale3d(1.05,1.05,1.05)
  }

  to{
    transform:scaleX(1)
  }
}

.animate__pulse{
  animation-name:pulse;
  animation-timing-function:ease-in-out
}

@keyframes rubberBand{
  0%{
    transform:scaleX(1)
  }

  30%{
    transform:scale3d(1.25,.75,1)
  }

  40%{
    transform:scale3d(.75,1.25,1)
  }

  50%{
    transform:scale3d(1.15,.85,1)
  }

  65%{
    transform:scale3d(.95,1.05,1)
  }

  75%{
    transform:scale3d(1.05,.95,1)
  }

  to{
    transform:scaleX(1)
  }
}

.animate__rubberBand{
  animation-name:rubberBand
}

@keyframes shakeX{
  0%,to{
    transform:translateZ(0)
  }

  10%,30%,50%,70%,90%{
    transform:translate3d(-10px,0,0)
  }

  20%,40%,60%,80%{
    transform:translate3d(10px,0,0)
  }
}

.animate__shakeX{
  animation-name:shakeX
}

@keyframes shakeY{
  0%,to{
    transform:translateZ(0)
  }

  10%,30%,50%,70%,90%{
    transform:translate3d(0,-10px,0)
  }

  20%,40%,60%,80%{
    transform:translate3d(0,10px,0)
  }
}

.animate__shakeY{
  animation-name:shakeY
}

@keyframes headShake{
  0%{
    transform:translateX(0)
  }

  6.5%{
    transform:translateX(-6px) rotateY(-9deg)
  }

  18.5%{
    transform:translateX(5px) rotateY(7deg)
  }

  31.5%{
    transform:translateX(-3px) rotateY(-5deg)
  }

  43.5%{
    transform:translateX(2px) rotateY(3deg)
  }

  50%{
    transform:translateX(0)
  }
}

.animate__headShake{
  animation-timing-function:ease-in-out;
  animation-name:headShake
}

@keyframes swing{
  20%{
    transform:rotate(15deg)
  }

  40%{
    transform:rotate(-10deg)
  }

  60%{
    transform:rotate(5deg)
  }

  80%{
    transform:rotate(-5deg)
  }

  to{
    transform:rotate(0deg)
  }
}

.animate__swing{
  transform-origin:top center;
  animation-name:swing
}

@keyframes tada{
  0%{
    transform:scaleX(1)
  }

  10%,20%{
    transform:scale3d(.9,.9,.9) rotate(-3deg)
  }

  30%,50%,70%,90%{
    transform:scale3d(1.1,1.1,1.1) rotate(3deg)
  }

  40%,60%,80%{
    transform:scale3d(1.1,1.1,1.1) rotate(-3deg)
  }

  to{
    transform:scaleX(1)
  }
}

.animate__tada{
  animation-name:tada
}

@keyframes wobble{
  0%{
    transform:translateZ(0)
  }

  15%{
    transform:translate3d(-25%,0,0) rotate(-5deg)
  }

  30%{
    transform:translate3d(20%,0,0) rotate(3deg)
  }

  45%{
    transform:translate3d(-15%,0,0) rotate(-3deg)
  }

  60%{
    transform:translate3d(10%,0,0) rotate(2deg)
  }

  75%{
    transform:translate3d(-5%,0,0) rotate(-1deg)
  }

  to{
    transform:translateZ(0)
  }
}

.animate__wobble{
  animation-name:wobble
}

@keyframes jello{
  0%,11.1%,to{
    transform:translateZ(0)
  }

  22.2%{
    transform:skewX(-12.5deg) skewY(-12.5deg)
  }

  33.3%{
    transform:skewX(6.25deg) skewY(6.25deg)
  }

  44.4%{
    transform:skewX(-3.125deg) skewY(-3.125deg)
  }

  55.5%{
    transform:skewX(1.5625deg) skewY(1.5625deg)
  }

  66.6%{
    transform:skewX(-.78125deg) skewY(-.78125deg)
  }

  77.7%{
    transform:skewX(.390625deg) skewY(.390625deg)
  }

  88.8%{
    transform:skewX(-.1953125deg) skewY(-.1953125deg)
  }
}

.animate__jello{
  animation-name:jello;
  transform-origin:center
}

@keyframes heartBeat{
  0%{
    transform:scale(1)
  }

  14%{
    transform:scale(1.3)
  }

  28%{
    transform:scale(1)
  }

  42%{
    transform:scale(1.3)
  }

  70%{
    transform:scale(1)
  }
}

.animate__heartBeat{
  animation-name:heartBeat;
  animation-duration:1.3s;
  animation-duration:calc(var(--animate-duration)*1.3);
  animation-timing-function:ease-in-out
}

@keyframes backInDown{
  0%{
    transform:translateY(-1200px) scale(.7);
    opacity:.7
  }

  80%{
    transform:translateY(0) scale(.7);
    opacity:.7
  }

  to{
    transform:scale(1);
    opacity:1
  }
}

.animate__backInDown{
  animation-name:backInDown
}

@keyframes backInLeft{
  0%{
    transform:translateX(-2000px) scale(.7);
    opacity:.7
  }

  80%{
    transform:translateX(0) scale(.7);
    opacity:.7
  }

  to{
    transform:scale(1);
    opacity:1
  }
}

.animate__backInLeft{
  animation-name:backInLeft
}

@keyframes backInRight{
  0%{
    transform:translateX(2000px) scale(.7);
    opacity:.7
  }

  80%{
    transform:translateX(0) scale(.7);
    opacity:.7
  }

  to{
    transform:scale(1);
    opacity:1
  }
}

.animate__backInRight{
  animation-name:backInRight
}

@keyframes backInUp{
  0%{
    transform:translateY(1200px) scale(.7);
    opacity:.7
  }

  80%{
    transform:translateY(0) scale(.7);
    opacity:.7
  }

  to{
    transform:scale(1);
    opacity:1
  }
}

.animate__backInUp{
  animation-name:backInUp
}

@keyframes backOutDown{
  0%{
    transform:scale(1);
    opacity:1
  }

  20%{
    transform:translateY(0) scale(.7);
    opacity:.7
  }

  to{
    transform:translateY(700px) scale(.7);
    opacity:.7
  }
}

.animate__backOutDown{
  animation-name:backOutDown
}

@keyframes backOutLeft{
  0%{
    transform:scale(1);
    opacity:1
  }

  20%{
    transform:translateX(0) scale(.7);
    opacity:.7
  }

  to{
    transform:translateX(-2000px) scale(.7);
    opacity:.7
  }
}

.animate__backOutLeft{
  animation-name:backOutLeft
}

@keyframes backOutRight{
  0%{
    transform:scale(1);
    opacity:1
  }

  20%{
    transform:translateX(0) scale(.7);
    opacity:.7
  }

  to{
    transform:translateX(2000px) scale(.7);
    opacity:.7
  }
}

.animate__backOutRight{
  animation-name:backOutRight
}

@keyframes backOutUp{
  0%{
    transform:scale(1);
    opacity:1
  }

  20%{
    transform:translateY(0) scale(.7);
    opacity:.7
  }

  to{
    transform:translateY(-700px) scale(.7);
    opacity:.7
  }
}

.animate__backOutUp{
  animation-name:backOutUp
}

@keyframes bounceIn{
  0%,20%,40%,60%,80%,to{
    animation-timing-function:cubic-bezier(.215,.61,.355,1)
  }

  0%{
    opacity:0;
    transform:scale3d(.3,.3,.3)
  }

  20%{
    transform:scale3d(1.1,1.1,1.1)
  }

  40%{
    transform:scale3d(.9,.9,.9)
  }

  60%{
    opacity:1;
    transform:scale3d(1.03,1.03,1.03)
  }

  80%{
    transform:scale3d(.97,.97,.97)
  }

  to{
    opacity:1;
    transform:scaleX(1)
  }
}

.animate__bounceIn{
  animation-duration:.75s;
  animation-duration:calc(var(--animate-duration)*0.75);
  animation-name:bounceIn
}

@keyframes bounceInDown{
  0%,60%,75%,90%,to{
    animation-timing-function:cubic-bezier(.215,.61,.355,1)
  }

  0%{
    opacity:0;
    transform:translate3d(0,-3000px,0) scaleY(3)
  }

  60%{
    opacity:1;
    transform:translate3d(0,25px,0) scaleY(.9)
  }

  75%{
    transform:translate3d(0,-10px,0) scaleY(.95)
  }

  90%{
    transform:translate3d(0,5px,0) scaleY(.985)
  }

  to{
    transform:translateZ(0)
  }
}

.animate__bounceInDown{
  animation-name:bounceInDown
}

@keyframes bounceInLeft{
  0%,60%,75%,90%,to{
    animation-timing-function:cubic-bezier(.215,.61,.355,1)
  }

  0%{
    opacity:0;
    transform:translate3d(-3000px,0,0) scaleX(3)
  }

  60%{
    opacity:1;
    transform:translate3d(25px,0,0) scaleX(1)
  }

  75%{
    transform:translate3d(-10px,0,0) scaleX(.98)
  }

  90%{
    transform:translate3d(5px,0,0) scaleX(.995)
  }

  to{
    transform:translateZ(0)
  }
}

.animate__bounceInLeft{
  animation-name:bounceInLeft
}

@keyframes bounceInRight{
  0%,60%,75%,90%,to{
    animation-timing-function:cubic-bezier(.215,.61,.355,1)
  }

  0%{
    opacity:0;
    transform:translate3d(3000px,0,0) scaleX(3)
  }

  60%{
    opacity:1;
    transform:translate3d(-25px,0,0) scaleX(1)
  }

  75%{
    transform:translate3d(10px,0,0) scaleX(.98)
  }

  90%{
    transform:translate3d(-5px,0,0) scaleX(.995)
  }

  to{
    transform:translateZ(0)
  }
}

.animate__bounceInRight{
  animation-name:bounceInRight
}

@keyframes bounceInUp{
  0%,60%,75%,90%,to{
    animation-timing-function:cubic-bezier(.215,.61,.355,1)
  }

  0%{
    opacity:0;
    transform:translate3d(0,3000px,0) scaleY(5)
  }

  60%{
    opacity:1;
    transform:translate3d(0,-20px,0) scaleY(.9)
  }

  75%{
    transform:translate3d(0,10px,0) scaleY(.95)
  }

  90%{
    transform:translate3d(0,-5px,0) scaleY(.985)
  }

  to{
    transform:translateZ(0)
  }
}

.animate__bounceInUp{
  animation-name:bounceInUp
}

@keyframes bounceOut{
  20%{
    transform:scale3d(.9,.9,.9)
  }

  50%,55%{
    opacity:1;
    transform:scale3d(1.1,1.1,1.1)
  }

  to{
    opacity:0;
    transform:scale3d(.3,.3,.3)
  }
}

.animate__bounceOut{
  animation-duration:.75s;
  animation-duration:calc(var(--animate-duration)*0.75);
  animation-name:bounceOut
}

@keyframes bounceOutDown{
  20%{
    transform:translate3d(0,10px,0) scaleY(.985)
  }

  40%,45%{
    opacity:1;
    transform:translate3d(0,-20px,0) scaleY(.9)
  }

  to{
    opacity:0;
    transform:translate3d(0,2000px,0) scaleY(3)
  }
}

.animate__bounceOutDown{
  animation-name:bounceOutDown
}

@keyframes bounceOutLeft{
  20%{
    opacity:1;
    transform:translate3d(20px,0,0) scaleX(.9)
  }

  to{
    opacity:0;
    transform:translate3d(-2000px,0,0) scaleX(2)
  }
}

.animate__bounceOutLeft{
  animation-name:bounceOutLeft
}

@keyframes bounceOutRight{
  20%{
    opacity:1;
    transform:translate3d(-20px,0,0) scaleX(.9)
  }

  to{
    opacity:0;
    transform:translate3d(2000px,0,0) scaleX(2)
  }
}

.animate__bounceOutRight{
  animation-name:bounceOutRight
}

@keyframes bounceOutUp{
  20%{
    transform:translate3d(0,-10px,0) scaleY(.985)
  }

  40%,45%{
    opacity:1;
    transform:translate3d(0,20px,0) scaleY(.9)
  }

  to{
    opacity:0;
    transform:translate3d(0,-2000px,0) scaleY(3)
  }
}

.animate__bounceOutUp{
  animation-name:bounceOutUp
}

@keyframes fadeIn{
  0%{
    opacity:0
  }

  to{
    opacity:1
  }
}

.animate__fadeIn{
  animation-name:fadeIn
}

@keyframes fadeInDown{
  0%{
    opacity:0;
    transform:translate3d(0,-100%,0)
  }

  to{
    opacity:1;
    transform:translateZ(0)
  }
}

.animate__fadeInDown{
  animation-name:fadeInDown
}

@keyframes fadeInDownBig{
  0%{
    opacity:0;
    transform:translate3d(0,-2000px,0)
  }

  to{
    opacity:1;
    transform:translateZ(0)
  }
}

.animate__fadeInDownBig{
  animation-name:fadeInDownBig
}

@keyframes fadeInLeft{
  0%{
    opacity:0;
    transform:translate3d(-100%,0,0)
  }

  to{
    opacity:1;
    transform:translateZ(0)
  }
}

.animate__fadeInLeft{
  animation-name:fadeInLeft
}

@keyframes fadeInLeftBig{
  0%{
    opacity:0;
    transform:translate3d(-2000px,0,0)
  }

  to{
    opacity:1;
    transform:translateZ(0)
  }
}

.animate__fadeInLeftBig{
  animation-name:fadeInLeftBig
}

@keyframes fadeInRight{
  0%{
    opacity:0;
    transform:translate3d(100%,0,0)
  }

  to{
    opacity:1;
    transform:translateZ(0)
  }
}

.animate__fadeInRight{
  animation-name:fadeInRight
}

@keyframes fadeInRightBig{
  0%{
    opacity:0;
    transform:translate3d(2000px,0,0)
  }

  to{
    opacity:1;
    transform:translateZ(0)
  }
}

.animate__fadeInRightBig{
  animation-name:fadeInRightBig
}

@keyframes fadeInUp{
  0%{
    opacity:0;
    transform:translate3d(0,100%,0)
  }

  to{
    opacity:1;
    transform:translateZ(0)
  }
}

.animate__fadeInUp{
  animation-name:fadeInUp
}

@keyframes fadeInUpBig{
  0%{
    opacity:0;
    transform:translate3d(0,2000px,0)
  }

  to{
    opacity:1;
    transform:translateZ(0)
  }
}

.animate__fadeInUpBig{
  animation-name:fadeInUpBig
}

@keyframes fadeInTopLeft{
  0%{
    opacity:0;
    transform:translate3d(-100%,-100%,0)
  }

  to{
    opacity:1;
    transform:translateZ(0)
  }
}

.animate__fadeInTopLeft{
  animation-name:fadeInTopLeft
}

@keyframes fadeInTopRight{
  0%{
    opacity:0;
    transform:translate3d(100%,-100%,0)
  }

  to{
    opacity:1;
    transform:translateZ(0)
  }
}

.animate__fadeInTopRight{
  animation-name:fadeInTopRight
}

@keyframes fadeInBottomLeft{
  0%{
    opacity:0;
    transform:translate3d(-100%,100%,0)
  }

  to{
    opacity:1;
    transform:translateZ(0)
  }
}

.animate__fadeInBottomLeft{
  animation-name:fadeInBottomLeft
}

@keyframes fadeInBottomRight{
  0%{
    opacity:0;
    transform:translate3d(100%,100%,0)
  }

  to{
    opacity:1;
    transform:translateZ(0)
  }
}

.animate__fadeInBottomRight{
  animation-name:fadeInBottomRight
}

@keyframes fadeOut{
  0%{
    opacity:1
  }

  to{
    opacity:0
  }
}

.animate__fadeOut{
  animation-name:fadeOut
}

@keyframes fadeOutDown{
  0%{
    opacity:1
  }

  to{
    opacity:0;
    transform:translate3d(0,100%,0)
  }
}

.animate__fadeOutDown{
  animation-name:fadeOutDown
}

@keyframes fadeOutDownBig{
  0%{
    opacity:1
  }

  to{
    opacity:0;
    transform:translate3d(0,2000px,0)
  }
}

.animate__fadeOutDownBig{
  animation-name:fadeOutDownBig
}

@keyframes fadeOutLeft{
  0%{
    opacity:1
  }

  to{
    opacity:0;
    transform:translate3d(-100%,0,0)
  }
}

.animate__fadeOutLeft{
  animation-name:fadeOutLeft
}

@keyframes fadeOutLeftBig{
  0%{
    opacity:1
  }

  to{
    opacity:0;
    transform:translate3d(-2000px,0,0)
  }
}

.animate__fadeOutLeftBig{
  animation-name:fadeOutLeftBig
}

@keyframes fadeOutRight{
  0%{
    opacity:1
  }

  to{
    opacity:0;
    transform:translate3d(100%,0,0)
  }
}

.animate__fadeOutRight{
  animation-name:fadeOutRight
}

@keyframes fadeOutRightBig{
  0%{
    opacity:1
  }

  to{
    opacity:0;
    transform:translate3d(2000px,0,0)
  }
}

.animate__fadeOutRightBig{
  animation-name:fadeOutRightBig
}

@keyframes fadeOutUp{
  0%{
    opacity:1
  }

  to{
    opacity:0;
    transform:translate3d(0,-100%,0)
  }
}

.animate__fadeOutUp{
  animation-name:fadeOutUp
}

@keyframes fadeOutUpBig{
  0%{
    opacity:1
  }

  to{
    opacity:0;
    transform:translate3d(0,-2000px,0)
  }
}

.animate__fadeOutUpBig{
  animation-name:fadeOutUpBig
}

@keyframes fadeOutTopLeft{
  0%{
    opacity:1;
    transform:translateZ(0)
  }

  to{
    opacity:0;
    transform:translate3d(-100%,-100%,0)
  }
}

.animate__fadeOutTopLeft{
  animation-name:fadeOutTopLeft
}

@keyframes fadeOutTopRight{
  0%{
    opacity:1;
    transform:translateZ(0)
  }

  to{
    opacity:0;
    transform:translate3d(100%,-100%,0)
  }
}

.animate__fadeOutTopRight{
  animation-name:fadeOutTopRight
}

@keyframes fadeOutBottomRight{
  0%{
    opacity:1;
    transform:translateZ(0)
  }

  to{
    opacity:0;
    transform:translate3d(100%,100%,0)
  }
}

.animate__fadeOutBottomRight{
  animation-name:fadeOutBottomRight
}

@keyframes fadeOutBottomLeft{
  0%{
    opacity:1;
    transform:translateZ(0)
  }

  to{
    opacity:0;
    transform:translate3d(-100%,100%,0)
  }
}

.animate__fadeOutBottomLeft{
  animation-name:fadeOutBottomLeft
}

@keyframes flip{
  0%{
    transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    animation-timing-function:ease-out
  }

  40%{
    transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    animation-timing-function:ease-out
  }

  50%{
    transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    animation-timing-function:ease-in
  }

  80%{
    transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);
    animation-timing-function:ease-in
  }

  to{
    transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    animation-timing-function:ease-in
  }
}

.animate__animated.animate__flip{
  backface-visibility:visible;
  animation-name:flip
}

@keyframes flipInX{
  0%{
    transform:perspective(400px) rotateX(90deg);
    animation-timing-function:ease-in;
    opacity:0
  }

  40%{
    transform:perspective(400px) rotateX(-20deg);
    animation-timing-function:ease-in
  }

  60%{
    transform:perspective(400px) rotateX(10deg);
    opacity:1
  }

  80%{
    transform:perspective(400px) rotateX(-5deg)
  }

  to{
    transform:perspective(400px)
  }
}

.animate__flipInX{
  backface-visibility:visible!important;
  animation-name:flipInX
}

@keyframes flipInY{
  0%{
    transform:perspective(400px) rotateY(90deg);
    animation-timing-function:ease-in;
    opacity:0
  }

  40%{
    transform:perspective(400px) rotateY(-20deg);
    animation-timing-function:ease-in
  }

  60%{
    transform:perspective(400px) rotateY(10deg);
    opacity:1
  }

  80%{
    transform:perspective(400px) rotateY(-5deg)
  }

  to{
    transform:perspective(400px)
  }
}

.animate__flipInY{
  backface-visibility:visible!important;
  animation-name:flipInY
}

@keyframes flipOutX{
  0%{
    transform:perspective(400px)
  }

  30%{
    transform:perspective(400px) rotateX(-20deg);
    opacity:1
  }

  to{
    transform:perspective(400px) rotateX(90deg);
    opacity:0
  }
}

.animate__flipOutX{
  animation-duration:.75s;
  animation-duration:calc(var(--animate-duration)*0.75);
  animation-name:flipOutX;
  backface-visibility:visible!important
}

@keyframes flipOutY{
  0%{
    transform:perspective(400px)
  }

  30%{
    transform:perspective(400px) rotateY(-15deg);
    opacity:1
  }

  to{
    transform:perspective(400px) rotateY(90deg);
    opacity:0
  }
}

.animate__flipOutY{
  animation-duration:.75s;
  animation-duration:calc(var(--animate-duration)*0.75);
  backface-visibility:visible!important;
  animation-name:flipOutY
}

@keyframes lightSpeedInRight{
  0%{
    transform:translate3d(100%,0,0) skewX(-30deg);
    opacity:0
  }

  60%{
    transform:skewX(20deg);
    opacity:1
  }

  80%{
    transform:skewX(-5deg)
  }

  to{
    transform:translateZ(0)
  }
}

.animate__lightSpeedInRight{
  animation-name:lightSpeedInRight;
  animation-timing-function:ease-out
}

@keyframes lightSpeedInLeft{
  0%{
    transform:translate3d(-100%,0,0) skewX(30deg);
    opacity:0
  }

  60%{
    transform:skewX(-20deg);
    opacity:1
  }

  80%{
    transform:skewX(5deg)
  }

  to{
    transform:translateZ(0)
  }
}

.animate__lightSpeedInLeft{
  animation-name:lightSpeedInLeft;
  animation-timing-function:ease-out
}

@keyframes lightSpeedOutRight{
  0%{
    opacity:1
  }

  to{
    transform:translate3d(100%,0,0) skewX(30deg);
    opacity:0
  }
}

.animate__lightSpeedOutRight{
  animation-name:lightSpeedOutRight;
  animation-timing-function:ease-in
}

@keyframes lightSpeedOutLeft{
  0%{
    opacity:1
  }

  to{
    transform:translate3d(-100%,0,0) skewX(-30deg);
    opacity:0
  }
}

.animate__lightSpeedOutLeft{
  animation-name:lightSpeedOutLeft;
  animation-timing-function:ease-in
}

@keyframes rotateIn{
  0%{
    transform:rotate(-200deg);
    opacity:0
  }

  to{
    transform:translateZ(0);
    opacity:1
  }
}

.animate__rotateIn{
  animation-name:rotateIn;
  transform-origin:center
}

@keyframes rotateInDownLeft{
  0%{
    transform:rotate(-45deg);
    opacity:0
  }

  to{
    transform:translateZ(0);
    opacity:1
  }
}

.animate__rotateInDownLeft{
  animation-name:rotateInDownLeft;
  transform-origin:left bottom
}

@keyframes rotateInDownRight{
  0%{
    transform:rotate(45deg);
    opacity:0
  }

  to{
    transform:translateZ(0);
    opacity:1
  }
}

.animate__rotateInDownRight{
  animation-name:rotateInDownRight;
  transform-origin:right bottom
}

@keyframes rotateInUpLeft{
  0%{
    transform:rotate(45deg);
    opacity:0
  }

  to{
    transform:translateZ(0);
    opacity:1
  }
}

.animate__rotateInUpLeft{
  animation-name:rotateInUpLeft;
  transform-origin:left bottom
}

@keyframes rotateInUpRight{
  0%{
    transform:rotate(-90deg);
    opacity:0
  }

  to{
    transform:translateZ(0);
    opacity:1
  }
}

.animate__rotateInUpRight{
  animation-name:rotateInUpRight;
  transform-origin:right bottom
}

@keyframes rotateOut{
  0%{
    opacity:1
  }

  to{
    transform:rotate(200deg);
    opacity:0
  }
}

.animate__rotateOut{
  animation-name:rotateOut;
  transform-origin:center
}

@keyframes rotateOutDownLeft{
  0%{
    opacity:1
  }

  to{
    transform:rotate(45deg);
    opacity:0
  }
}

.animate__rotateOutDownLeft{
  animation-name:rotateOutDownLeft;
  transform-origin:left bottom
}

@keyframes rotateOutDownRight{
  0%{
    opacity:1
  }

  to{
    transform:rotate(-45deg);
    opacity:0
  }
}

.animate__rotateOutDownRight{
  animation-name:rotateOutDownRight;
  transform-origin:right bottom
}

@keyframes rotateOutUpLeft{
  0%{
    opacity:1
  }

  to{
    transform:rotate(-45deg);
    opacity:0
  }
}

.animate__rotateOutUpLeft{
  animation-name:rotateOutUpLeft;
  transform-origin:left bottom
}

@keyframes rotateOutUpRight{
  0%{
    opacity:1
  }

  to{
    transform:rotate(90deg);
    opacity:0
  }
}

.animate__rotateOutUpRight{
  animation-name:rotateOutUpRight;
  transform-origin:right bottom
}

@keyframes hinge{
  0%{
    animation-timing-function:ease-in-out
  }

  20%,60%{
    transform:rotate(80deg);
    animation-timing-function:ease-in-out
  }

  40%,80%{
    transform:rotate(60deg);
    animation-timing-function:ease-in-out;
    opacity:1
  }

  to{
    transform:translate3d(0,700px,0);
    opacity:0
  }
}

.animate__hinge{
  animation-duration:2s;
  animation-duration:calc(var(--animate-duration)*2);
  animation-name:hinge;
  transform-origin:top left
}

@keyframes jackInTheBox{
  0%{
    opacity:0;
    transform:scale(.1) rotate(30deg);
    transform-origin:center bottom
  }

  50%{
    transform:rotate(-10deg)
  }

  70%{
    transform:rotate(3deg)
  }

  to{
    opacity:1;
    transform:scale(1)
  }
}

.animate__jackInTheBox{
  animation-name:jackInTheBox
}

@keyframes rollIn{
  0%{
    opacity:0;
    transform:translate3d(-100%,0,0) rotate(-120deg)
  }

  to{
    opacity:1;
    transform:translateZ(0)
  }
}

.animate__rollIn{
  animation-name:rollIn
}

@keyframes rollOut{
  0%{
    opacity:1
  }

  to{
    opacity:0;
    transform:translate3d(100%,0,0) rotate(120deg)
  }
}

.animate__rollOut{
  animation-name:rollOut
}

@keyframes zoomIn{
  0%{
    opacity:0;
    transform:scale3d(.3,.3,.3)
  }

  50%{
    opacity:1
  }
}

.animate__zoomIn{
  animation-name:zoomIn
}

@keyframes zoomInDown{
  0%{
    opacity:0;
    transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    animation-timing-function:cubic-bezier(.55,.055,.675,.19)
  }

  60%{
    opacity:1;
    transform:scale3d(.475,.475,.475) translate3d(0,60px,0);
    animation-timing-function:cubic-bezier(.175,.885,.32,1)
  }
}

.animate__zoomInDown{
  animation-name:zoomInDown
}

@keyframes zoomInLeft{
  0%{
    opacity:0;
    transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    animation-timing-function:cubic-bezier(.55,.055,.675,.19)
  }

  60%{
    opacity:1;
    transform:scale3d(.475,.475,.475) translate3d(10px,0,0);
    animation-timing-function:cubic-bezier(.175,.885,.32,1)
  }
}

.animate__zoomInLeft{
  animation-name:zoomInLeft
}

@keyframes zoomInRight{
  0%{
    opacity:0;
    transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);
    animation-timing-function:cubic-bezier(.55,.055,.675,.19)
  }

  60%{
    opacity:1;
    transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);
    animation-timing-function:cubic-bezier(.175,.885,.32,1)
  }
}

.animate__zoomInRight{
  animation-name:zoomInRight
}

@keyframes zoomInUp{
  0%{
    opacity:0;
    transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);
    animation-timing-function:cubic-bezier(.55,.055,.675,.19)
  }

  60%{
    opacity:1;
    transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);
    animation-timing-function:cubic-bezier(.175,.885,.32,1)
  }
}

.animate__zoomInUp{
  animation-name:zoomInUp
}

@keyframes zoomOut{
  0%{
    opacity:1
  }

  50%{
    opacity:0;
    transform:scale3d(.3,.3,.3)
  }

  to{
    opacity:0
  }
}

.animate__zoomOut{
  animation-name:zoomOut
}

@keyframes zoomOutDown{
  40%{
    opacity:1;
    transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);
    animation-timing-function:cubic-bezier(.55,.055,.675,.19)
  }

  to{
    opacity:0;
    transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);
    animation-timing-function:cubic-bezier(.175,.885,.32,1)
  }
}

.animate__zoomOutDown{
  animation-name:zoomOutDown;
  transform-origin:center bottom
}

@keyframes zoomOutLeft{
  40%{
    opacity:1;
    transform:scale3d(.475,.475,.475) translate3d(42px,0,0)
  }

  to{
    opacity:0;
    transform:scale(.1) translate3d(-2000px,0,0)
  }
}

.animate__zoomOutLeft{
  animation-name:zoomOutLeft;
  transform-origin:left center
}

@keyframes zoomOutRight{
  40%{
    opacity:1;
    transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)
  }

  to{
    opacity:0;
    transform:scale(.1) translate3d(2000px,0,0)
  }
}

.animate__zoomOutRight{
  animation-name:zoomOutRight;
  transform-origin:right center
}

@keyframes zoomOutUp{
  40%{
    opacity:1;
    transform:scale3d(.475,.475,.475) translate3d(0,60px,0);
    animation-timing-function:cubic-bezier(.55,.055,.675,.19)
  }

  to{
    opacity:0;
    transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    animation-timing-function:cubic-bezier(.175,.885,.32,1)
  }
}

.animate__zoomOutUp{
  animation-name:zoomOutUp;
  transform-origin:center bottom
}

@keyframes slideInDown{
  0%{
    transform:translate3d(0,-100%,0);
    visibility:visible
  }

  to{
    transform:translateZ(0)
  }
}

.animate__slideInDown{
  animation-name:slideInDown
}

@keyframes slideInLeft{
  0%{
    transform:translate3d(-100%,0,0);
    visibility:visible
  }

  to{
    transform:translateZ(0)
  }
}

.animate__slideInLeft{
  animation-name:slideInLeft
}

@keyframes slideInRight{
  0%{
    transform:translate3d(100%,0,0);
    visibility:visible
  }

  to{
    transform:translateZ(0)
  }
}

.animate__slideInRight{
  animation-name:slideInRight
}

@keyframes slideInUp{
  0%{
    transform:translate3d(0,100%,0);
    visibility:visible
  }

  to{
    transform:translateZ(0)
  }
}

.animate__slideInUp{
  animation-name:slideInUp
}

@keyframes slideOutDown{
  0%{
    transform:translateZ(0)
  }

  to{
    visibility:hidden;
    transform:translate3d(0,100%,0)
  }
}

.animate__slideOutDown{
  animation-name:slideOutDown
}

@keyframes slideOutLeft{
  0%{
    transform:translateZ(0)
  }

  to{
    visibility:hidden;
    transform:translate3d(-100%,0,0)
  }
}

.animate__slideOutLeft{
  animation-name:slideOutLeft
}

@keyframes slideOutRight{
  0%{
    transform:translateZ(0)
  }

  to{
    visibility:hidden;
    transform:translate3d(100%,0,0)
  }
}

.animate__slideOutRight{
  animation-name:slideOutRight
}

@keyframes slideOutUp{
  0%{
    transform:translateZ(0)
  }

  to{
    visibility:hidden;
    transform:translate3d(0,-100%,0)
  }
}

.animate__slideOutUp{
  animation-name:slideOutUp
}

*, ::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: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: 
}

::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: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: 
}

/*! tailwindcss v3.4.17 | 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.
7. Disable tap highlights on iOS
*/

html,
:host {
  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, 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 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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]:where(:not([hidden="until-found"])) {
  display: none;
}

.container{
  width:100%
}

@media (min-width: 640px){
  .container{
    max-width:640px
  }
}

@media (min-width: 768px){
  .container{
    max-width:768px
  }
}

@media (min-width: 1024px){
  .container{
    max-width:1024px
  }
}

@media (min-width: 1280px){
  .container{
    max-width:1280px
  }
}

@media (min-width: 1536px){
  .container{
    max-width:1536px
  }
}

.invisible{
  visibility:hidden
}

.static{
  position:static
}

.fixed{
  position:fixed
}

.absolute{
  position:absolute
}

.relative{
  position:relative
}

.sticky{
  position:sticky
}

.bottom-0{
  bottom:0px
}

.left-0{
  left:0px
}

.right-0{
  right:0px
}

.right-\[-12px\]{
  right:-12px
}

.top-0{
  top:0px
}

.top-\[-12px\]{
  top:-12px
}

.z-40{
  z-index:40
}

.z-50{
  z-index:50
}

.z-\[100\]{
  z-index:100
}

.order-1{
  order:1
}

.order-2{
  order:2
}

.order-3{
  order:3
}

.order-4{
  order:4
}

.order-5{
  order:5
}

.order-6{
  order:6
}

.col-span-2{
  grid-column:span 2 / span 2
}

.mx-auto{
  margin-left:auto;
  margin-right:auto
}

.my-2{
  margin-top:0.5rem;
  margin-bottom:0.5rem
}

.mr-2{
  margin-right:0.5rem
}

.mt-0{
  margin-top:0px
}

.mt-1{
  margin-top:0.25rem
}

.mt-10{
  margin-top:2.5rem
}

.mt-14{
  margin-top:3.5rem
}

.mt-20{
  margin-top:5rem
}

.mt-28{
  margin-top:7rem
}

.mt-4{
  margin-top:1rem
}

.mt-5{
  margin-top:1.25rem
}

.mt-\[200px\]{
  margin-top:200px
}

.block{
  display:block
}

.inline-block{
  display:inline-block
}

.flex{
  display:flex
}

.inline-flex{
  display:inline-flex
}

.grid{
  display:grid
}

.inline-grid{
  display:inline-grid
}

.hidden{
  display:none
}

.aspect-video{
  aspect-ratio:16 / 9
}

.size-4{
  width:1rem;
  height:1rem
}

.size-5{
  width:1.25rem;
  height:1.25rem
}

.size-full{
  width:100%;
  height:100%
}

.h-\[120px\]{
  height:120px
}

.h-\[192px\]{
  height:192px
}

.h-\[250px\]{
  height:250px
}

.h-\[30px\]{
  height:30px
}

.h-\[38px\]{
  height:38px
}

.h-\[48px\]{
  height:48px
}

.h-\[60px\]{
  height:60px
}

.h-\[700px\]{
  height:700px
}

.h-full{
  height:100%
}

.h-screen{
  height:100vh
}

.max-h-0{
  max-height:0px
}

.min-h-\[300px\]{
  min-height:300px
}

.\!w-\[100px\]{
  width:100px !important
}

.w-\[120px\]{
  width:120px
}

.w-\[192px\]{
  width:192px
}

.w-\[250px\]{
  width:250px
}

.w-\[38px\]{
  width:38px
}

.w-\[48px\]{
  width:48px
}

.w-\[58px\]{
  width:58px
}

.w-\[60px\]{
  width:60px
}

.w-full{
  width:100%
}

.w-screen{
  width:100vw
}

.max-w-2xl{
  max-width:42rem
}

.max-w-5xl{
  max-width:64rem
}

.max-w-7xl{
  max-width:80rem
}

.max-w-\[1070px\]{
  max-width:1070px
}

.max-w-\[1100px\]{
  max-width:1100px
}

.max-w-\[1170px\]{
  max-width:1170px
}

.max-w-\[1180px\]{
  max-width:1180px
}

.max-w-\[1230px\]{
  max-width:1230px
}

.max-w-\[1270px\]{
  max-width:1270px
}

.max-w-\[1300px\]{
  max-width:1300px
}

.max-w-\[250px\]{
  max-width:250px
}

.max-w-\[280px\]{
  max-width:280px
}

.max-w-\[300px\]{
  max-width:300px
}

.max-w-\[380px\]{
  max-width:380px
}

.max-w-\[400px\]{
  max-width:400px
}

.max-w-\[410px\]{
  max-width:410px
}

.max-w-\[430px\]{
  max-width:430px
}

.max-w-\[480px\]{
  max-width:480px
}

.max-w-\[500px\]{
  max-width:500px
}

.max-w-\[510px\]{
  max-width:510px
}

.max-w-\[530px\]{
  max-width:530px
}

.max-w-\[600px\]{
  max-width:600px
}

.max-w-\[748px\]{
  max-width:748px
}

.max-w-\[766px\]{
  max-width:766px
}

.max-w-\[770px\]{
  max-width:770px
}

.max-w-\[880px\]{
  max-width:880px
}

.max-w-lg{
  max-width:32rem
}

.flex-1{
  flex:1 1 0%
}

.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))
}

.cursor-pointer{
  cursor:pointer
}

.select-none{
  -webkit-user-select:none;
     -moz-user-select:none;
          user-select:none
}

.appearance-none{
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none
}

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

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

.grid-cols-3{
  grid-template-columns:repeat(3, minmax(0, 1fr))
}

.flex-col{
  flex-direction:column
}

.items-center{
  align-items:center
}

.justify-center{
  justify-content:center
}

.justify-items-center{
  justify-items:center
}

.gap-10{
  gap:2.5rem
}

.gap-4{
  gap:1rem
}

.gap-\[10px\]{
  gap:10px
}

.gap-x-0{
  -moz-column-gap:0px;
       column-gap:0px
}

.gap-x-10{
  -moz-column-gap:2.5rem;
       column-gap:2.5rem
}

.gap-x-2\.5{
  -moz-column-gap:0.625rem;
       column-gap:0.625rem
}

.gap-x-20{
  -moz-column-gap:5rem;
       column-gap:5rem
}

.gap-x-4{
  -moz-column-gap:1rem;
       column-gap:1rem
}

.gap-x-5{
  -moz-column-gap:1.25rem;
       column-gap:1.25rem
}

.gap-x-6{
  -moz-column-gap:1.5rem;
       column-gap:1.5rem
}

.gap-x-8{
  -moz-column-gap:2rem;
       column-gap:2rem
}

.gap-x-\[16px\]{
  -moz-column-gap:16px;
       column-gap:16px
}

.gap-x-\[20px\]{
  -moz-column-gap:20px;
       column-gap:20px
}

.gap-x-\[28px\]{
  -moz-column-gap:28px;
       column-gap:28px
}

.gap-y-10{
  row-gap:2.5rem
}

.gap-y-5{
  row-gap:1.25rem
}

.gap-y-\[26px\]{
  row-gap:26px
}

.space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:calc(2rem * var(--tw-space-x-reverse));
  margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(2.5rem * var(--tw-space-y-reverse))
}

.space-y-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(3rem * var(--tw-space-y-reverse))
}

.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(0.5rem * var(--tw-space-y-reverse))
}

.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))
}

.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))
}

.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(2rem * var(--tw-space-y-reverse))
}

.space-y-\[45px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(45px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(45px * var(--tw-space-y-reverse))
}

.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse:0;
  border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width:calc(1px * var(--tw-divide-y-reverse))
}

.divide-\[\#404040\] > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgb(64 64 64 / var(--tw-divide-opacity, 1))
}

.overflow-hidden{
  overflow:hidden
}

.overflow-y-auto{
  overflow-y:auto
}

.rounded-\[15px\]{
  border-radius:15px
}

.rounded-\[192px\]{
  border-radius:192px
}

.rounded-\[250px\]{
  border-radius:250px
}

.rounded-full{
  border-radius:9999px
}

.rounded-lg{
  border-radius:0.5rem
}

.rounded-b-3xl{
  border-bottom-right-radius:1.5rem;
  border-bottom-left-radius:1.5rem
}

.rounded-b-\[0\.9375rem\]{
  border-bottom-right-radius:0.9375rem;
  border-bottom-left-radius:0.9375rem
}

.rounded-b-\[15px\]{
  border-bottom-right-radius:15px;
  border-bottom-left-radius:15px
}

.rounded-b-\[20px\]{
  border-bottom-right-radius:20px;
  border-bottom-left-radius:20px
}

.border{
  border-width:1px
}

.border-2{
  border-width:2px
}

.border-\[10px\]{
  border-width:10px
}

.border-\[5px\]{
  border-width:5px
}

.border-b{
  border-bottom-width:1px
}

.border-b-\[20px\]{
  border-bottom-width:20px
}

.border-t{
  border-top-width:1px
}

.border-t-\[29px\]{
  border-top-width:29px
}

.border-\[\#404040\]{
  --tw-border-opacity:1;
  border-color:rgb(64 64 64 / var(--tw-border-opacity, 1))
}

.border-\[\#74C045\]{
  --tw-border-opacity:1;
  border-color:rgb(116 192 69 / var(--tw-border-opacity, 1))
}

.border-gray-300{
  --tw-border-opacity:1;
  border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))
}

.border-red-500{
  --tw-border-opacity:1;
  border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))
}

.border-white{
  --tw-border-opacity:1;
  border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))
}

.border-b-\[\#3C79BB\]{
  --tw-border-opacity:1;
  border-bottom-color:rgb(60 121 187 / var(--tw-border-opacity, 1))
}

.bg-\[\#3C79BB\]{
  --tw-bg-opacity:1;
  background-color:rgb(60 121 187 / var(--tw-bg-opacity, 1))
}

.bg-\[\#404040\]{
  --tw-bg-opacity:1;
  background-color:rgb(64 64 64 / var(--tw-bg-opacity, 1))
}

.bg-\[\#74C045\]{
  --tw-bg-opacity:1;
  background-color:rgb(116 192 69 / var(--tw-bg-opacity, 1))
}

.bg-\[\#E7E7E7\]{
  --tw-bg-opacity:1;
  background-color:rgb(231 231 231 / var(--tw-bg-opacity, 1))
}

.bg-\[\#ECECEC\]{
  --tw-bg-opacity:1;
  background-color:rgb(236 236 236 / var(--tw-bg-opacity, 1))
}

.bg-\[\#F7B426\]{
  --tw-bg-opacity:1;
  background-color:rgb(247 180 38 / var(--tw-bg-opacity, 1))
}

.bg-\[lightgray\]{
  --tw-bg-opacity:1;
  background-color:rgb(211 211 211 / var(--tw-bg-opacity, 1))
}

.bg-\[rgba\(0\2c 0\2c 0\2c 0\.5\)\]{
  background-color:rgba(0,0,0,0.5)
}

.bg-\[rgba\(18\2c 57\2c 87\2c 0\.75\)\]{
  background-color:rgba(18,57,87,0.75)
}

.bg-\[rgba\(18\2c 57\2c 87\2c 0\.85\)\]{
  background-color:rgba(18,57,87,0.85)
}

.bg-\[rgba\(236\2c 236\2c 236\2c 0\.30\)\]{
  background-color:rgba(236,236,236,0.30)
}

.bg-\[rgba\(255\2c 255\2c 255\2c 0\.51\)\]{
  background-color:rgba(255,255,255,0.51)
}

.bg-black\/35{
  background-color:rgb(0 0 0 / 0.35)
}

.bg-black\/45{
  background-color:rgb(0 0 0 / 0.45)
}

.bg-black\/50{
  background-color:rgb(0 0 0 / 0.5)
}

.bg-transparent{
  background-color:transparent
}

.bg-white{
  --tw-bg-opacity:1;
  background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))
}

.bg-\[url\(http\:\/\/localhost\/renew\/wp-content\/uploads\/fist-bump\.png\)\]{
  background-image:url(http://localhost/renew/wp-content/uploads/fist-bump.png)
}

.bg-\[url\(http\:\/\/localhost\/renew\/wp-content\/uploads\/home-slide-1\.png\)\]{
  background-image:url(http://localhost/renew/wp-content/uploads/home-slide-1.png)
}

.bg-\[url\(http\:\/\/localhost\/renew\/wp-content\/uploads\/home-slide-2\.png\)\]{
  background-image:url(http://localhost/renew/wp-content/uploads/home-slide-2.png)
}

.bg-\[url\(http\:\/\/localhost\/renew\/wp-content\/uploads\/home-slide-3\.png\)\]{
  background-image:url(http://localhost/renew/wp-content/uploads/home-slide-3.png)
}

.bg-\[url\(http\:\/\/localhost\/renew\/wp-content\/uploads\/home-slide-4\.png\)\]{
  background-image:url(http://localhost/renew/wp-content/uploads/home-slide-4.png)
}

.bg-\[url\(http\:\/\/localhost\/renew\/wp-content\/uploads\/home-slide-5\.png\)\]{
  background-image:url(http://localhost/renew/wp-content/uploads/home-slide-5.png)
}

.bg-\[url\(http\:\/\/localhost\/renew\/wp-content\/uploads\/home-slide-6\.png\)\]{
  background-image:url(http://localhost/renew/wp-content/uploads/home-slide-6.png)
}

.bg-\[url\(http\:\/\/localhost\/renew\/wp-content\/uploads\/meet-the-team-background-1\.png\)\]{
  background-image:url(http://localhost/renew/wp-content/uploads/meet-the-team-background-1.png)
}

.bg-\[url\(http\:\/\/localhost\/renew\/wp-content\/uploads\/meet-the-team-background-2\.png\)\]{
  background-image:url(http://localhost/renew/wp-content/uploads/meet-the-team-background-2.png)
}

.bg-\[url\(http\:\/\/localhost\/renew\/wp-content\/uploads\/meet-the-team-background-4\.png\)\]{
  background-image:url(http://localhost/renew/wp-content/uploads/meet-the-team-background-4.png)
}

.bg-\[url\(http\:\/\/localhost\/renew\/wp-content\/uploads\/meet-the-team-background-5\.png\)\]{
  background-image:url(http://localhost/renew/wp-content/uploads/meet-the-team-background-5.png)
}

.bg-\[url\(http\:\/\/localhost\/renew\/wp-content\/uploads\/our-services-background-1\.png\)\]{
  background-image:url(http://localhost/renew/wp-content/uploads/our-services-background-1.png)
}

.bg-\[url\(http\:\/\/localhost\/renew\/wp-content\/uploads\/our-services-background-2\.png\)\]{
  background-image:url(http://localhost/renew/wp-content/uploads/our-services-background-2.png)
}

.bg-\[url\(http\:\/\/localhost\/renew\/wp-content\/uploads\/our-services-background-3\.png\)\]{
  background-image:url(http://localhost/renew/wp-content/uploads/our-services-background-3.png)
}

.bg-\[url\(http\:\/\/localhost\/renew\/wp-content\/uploads\/our-services-background-4\.png\)\]{
  background-image:url(http://localhost/renew/wp-content/uploads/our-services-background-4.png)
}

.bg-\[url\(http\:\/\/localhost\/renew\/wp-content\/uploads\/schedule-call-background-1\.png\)\]{
  background-image:url(http://localhost/renew/wp-content/uploads/schedule-call-background-1.png)
}

.bg-\[url\(http\:\/\/localhost\/renew\/wp-content\/uploads\/schedule-call-background-2\.png\)\]{
  background-image:url(http://localhost/renew/wp-content/uploads/schedule-call-background-2.png)
}

.bg-\[url\(http\:\/\/localhost\/renew\/wp-content\/uploads\/schedule-call-background-3\.png\)\]{
  background-image:url(http://localhost/renew/wp-content/uploads/schedule-call-background-3.png)
}

.bg-\[url\(http\:\/\/localhost\/renew\/wp-content\/uploads\/trainings-background-1\.png\)\]{
  background-image:url(http://localhost/renew/wp-content/uploads/trainings-background-1.png)
}

.bg-\[url\(http\:\/\/localhost\/renew\/wp-content\/uploads\/trainings-background-2\.png\)\]{
  background-image:url(http://localhost/renew/wp-content/uploads/trainings-background-2.png)
}

.bg-\[url\(http\:\/\/localhost\/renew\/wp-content\/uploads\/trainings-background-3\.png\)\]{
  background-image:url(http://localhost/renew/wp-content/uploads/trainings-background-3.png)
}

.bg-\[url\(http\:\/\/localhost\/renew\/wp-content\/uploads\/why-digital-background-1\.png\)\]{
  background-image:url(http://localhost/renew/wp-content/uploads/why-digital-background-1.png)
}

.bg-\[url\(http\:\/\/localhost\/renew\/wp-content\/uploads\/why-digital-background-2\.png\)\]{
  background-image:url(http://localhost/renew/wp-content/uploads/why-digital-background-2.png)
}

.bg-\[url\(http\:\/\/localhost\/renew\/wp-content\/uploads\/why-digital-background-3\.png\)\]{
  background-image:url(http://localhost/renew/wp-content/uploads/why-digital-background-3.png)
}

.bg-\[url\(http\:\/\/localhost\/renew\/wp-content\/uploads\/why-digital-background-4\.png\)\]{
  background-image:url(http://localhost/renew/wp-content/uploads/why-digital-background-4.png)
}

.bg-\[url\(https\:\/\/new\.renewfullarch\.com\/wp-content\/uploads\/fist-bump\.png\)\]{
  background-image:url(https://new.renewfullarch.com/wp-content/uploads/fist-bump.png)
}

.bg-\[url\(https\:\/\/new\.renewfullarch\.com\/wp-content\/uploads\/home-slide-1\.png\)\]{
  background-image:url(https://new.renewfullarch.com/wp-content/uploads/home-slide-1.png)
}

.bg-\[url\(https\:\/\/new\.renewfullarch\.com\/wp-content\/uploads\/home-slide-2\.png\)\]{
  background-image:url(https://new.renewfullarch.com/wp-content/uploads/home-slide-2.png)
}

.bg-\[url\(https\:\/\/new\.renewfullarch\.com\/wp-content\/uploads\/home-slide-3\.png\)\]{
  background-image:url(https://new.renewfullarch.com/wp-content/uploads/home-slide-3.png)
}

.bg-\[url\(https\:\/\/new\.renewfullarch\.com\/wp-content\/uploads\/home-slide-4\.png\)\]{
  background-image:url(https://new.renewfullarch.com/wp-content/uploads/home-slide-4.png)
}

.bg-\[url\(https\:\/\/new\.renewfullarch\.com\/wp-content\/uploads\/home-slide-5\.png\)\]{
  background-image:url(https://new.renewfullarch.com/wp-content/uploads/home-slide-5.png)
}

.bg-\[url\(https\:\/\/new\.renewfullarch\.com\/wp-content\/uploads\/home-slide-6\.png\)\]{
  background-image:url(https://new.renewfullarch.com/wp-content/uploads/home-slide-6.png)
}

.bg-\[url\(https\:\/\/new\.renewfullarch\.com\/wp-content\/uploads\/meet-the-team-background-1\.png\)\]{
  background-image:url(https://new.renewfullarch.com/wp-content/uploads/meet-the-team-background-1.png)
}

.bg-\[url\(https\:\/\/new\.renewfullarch\.com\/wp-content\/uploads\/meet-the-team-background-2\.png\)\]{
  background-image:url(https://new.renewfullarch.com/wp-content/uploads/meet-the-team-background-2.png)
}

.bg-\[url\(https\:\/\/new\.renewfullarch\.com\/wp-content\/uploads\/meet-the-team-background-4\.png\)\]{
  background-image:url(https://new.renewfullarch.com/wp-content/uploads/meet-the-team-background-4.png)
}

.bg-\[url\(https\:\/\/new\.renewfullarch\.com\/wp-content\/uploads\/meet-the-team-background-5\.png\)\]{
  background-image:url(https://new.renewfullarch.com/wp-content/uploads/meet-the-team-background-5.png)
}

.bg-\[url\(https\:\/\/new\.renewfullarch\.com\/wp-content\/uploads\/our-services-background-1\.png\)\]{
  background-image:url(https://new.renewfullarch.com/wp-content/uploads/our-services-background-1.png)
}

.bg-\[url\(https\:\/\/new\.renewfullarch\.com\/wp-content\/uploads\/our-services-background-2\.png\)\]{
  background-image:url(https://new.renewfullarch.com/wp-content/uploads/our-services-background-2.png)
}

.bg-\[url\(https\:\/\/new\.renewfullarch\.com\/wp-content\/uploads\/our-services-background-3\.png\)\]{
  background-image:url(https://new.renewfullarch.com/wp-content/uploads/our-services-background-3.png)
}

.bg-\[url\(https\:\/\/new\.renewfullarch\.com\/wp-content\/uploads\/our-services-background-4\.png\)\]{
  background-image:url(https://new.renewfullarch.com/wp-content/uploads/our-services-background-4.png)
}

.bg-\[url\(https\:\/\/new\.renewfullarch\.com\/wp-content\/uploads\/schedule-call-background-1\.png\)\]{
  background-image:url(https://new.renewfullarch.com/wp-content/uploads/schedule-call-background-1.png)
}

.bg-\[url\(https\:\/\/new\.renewfullarch\.com\/wp-content\/uploads\/schedule-call-background-2\.png\)\]{
  background-image:url(https://new.renewfullarch.com/wp-content/uploads/schedule-call-background-2.png)
}

.bg-\[url\(https\:\/\/new\.renewfullarch\.com\/wp-content\/uploads\/schedule-call-background-3\.png\)\]{
  background-image:url(https://new.renewfullarch.com/wp-content/uploads/schedule-call-background-3.png)
}

.bg-\[url\(https\:\/\/new\.renewfullarch\.com\/wp-content\/uploads\/why-digital-background-1\.png\)\]{
  background-image:url(https://new.renewfullarch.com/wp-content/uploads/why-digital-background-1.png)
}

.bg-\[url\(https\:\/\/new\.renewfullarch\.com\/wp-content\/uploads\/why-digital-background-2\.png\)\]{
  background-image:url(https://new.renewfullarch.com/wp-content/uploads/why-digital-background-2.png)
}

.bg-\[url\(https\:\/\/new\.renewfullarch\.com\/wp-content\/uploads\/why-digital-background-3\.png\)\]{
  background-image:url(https://new.renewfullarch.com/wp-content/uploads/why-digital-background-3.png)
}

.bg-\[url\(https\:\/\/new\.renewfullarch\.com\/wp-content\/uploads\/why-digital-background-4\.png\)\]{
  background-image:url(https://new.renewfullarch.com/wp-content/uploads/why-digital-background-4.png)
}

.bg-cover{
  background-size:cover
}

.bg-fixed{
  background-attachment:fixed
}

.bg-center{
  background-position:center
}

.bg-no-repeat{
  background-repeat:no-repeat
}

.p-10{
  padding:2.5rem
}

.p-2{
  padding:0.5rem
}

.p-4{
  padding:1rem
}

.p-5{
  padding:1.25rem
}

.p-\[20px\]{
  padding:20px
}

.p-\[25px\]{
  padding:25px
}

.p-\[4px\]{
  padding:4px
}

.px-0{
  padding-left:0px;
  padding-right:0px
}

.px-1{
  padding-left:0.25rem;
  padding-right:0.25rem
}

.px-2{
  padding-left:0.5rem;
  padding-right:0.5rem
}

.px-24{
  padding-left:6rem;
  padding-right:6rem
}

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

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

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

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

.px-7{
  padding-left:1.75rem;
  padding-right:1.75rem
}

.px-8{
  padding-left:2rem;
  padding-right:2rem
}

.px-\[26px\]{
  padding-left:26px;
  padding-right:26px
}

.px-\[4px\]{
  padding-left:4px;
  padding-right:4px
}

.py-1{
  padding-top:0.25rem;
  padding-bottom:0.25rem
}

.py-1\.5{
  padding-top:0.375rem;
  padding-bottom:0.375rem
}

.py-10{
  padding-top:2.5rem;
  padding-bottom:2.5rem
}

.py-16{
  padding-top:4rem;
  padding-bottom:4rem
}

.py-2{
  padding-top:0.5rem;
  padding-bottom:0.5rem
}

.py-24{
  padding-top:6rem;
  padding-bottom:6rem
}

.py-3{
  padding-top:0.75rem;
  padding-bottom:0.75rem
}

.py-4{
  padding-top:1rem;
  padding-bottom:1rem
}

.py-40{
  padding-top:10rem;
  padding-bottom:10rem
}

.py-5{
  padding-top:1.25rem;
  padding-bottom:1.25rem
}

.py-6{
  padding-top:1.5rem;
  padding-bottom:1.5rem
}

.py-\[16px\]{
  padding-top:16px;
  padding-bottom:16px
}

.py-\[30px\]{
  padding-top:30px;
  padding-bottom:30px
}

.py-\[36px\]{
  padding-top:36px;
  padding-bottom:36px
}

.py-\[5px\]{
  padding-top:5px;
  padding-bottom:5px
}

.py-\[6px\]{
  padding-top:6px;
  padding-bottom:6px
}

.pb-20{
  padding-bottom:5rem
}

.pb-\[20px\]{
  padding-bottom:20px
}

.pt-10{
  padding-top:2.5rem
}

.pt-5{
  padding-top:1.25rem
}

.text-left{
  text-align:left
}

.text-center{
  text-align:center
}

.text-right{
  text-align:right
}

.text-justify{
  text-align:justify
}

.font-sans{
  font-family:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

.text-\[14px\]{
  font-size:14px
}

.text-\[16px\]{
  font-size:16px
}

.text-\[18px\]{
  font-size:18px
}

.text-\[20px\]{
  font-size:20px
}

.text-\[22px\]{
  font-size:22px
}

.text-\[25px\]{
  font-size:25px
}

.text-\[26px\]{
  font-size:26px
}

.text-\[28px\]{
  font-size:28px
}

.text-\[30px\]{
  font-size:30px
}

.text-\[36px\]{
  font-size:36px
}

.text-\[40px\]{
  font-size:40px
}

.text-\[48px\]{
  font-size:48px
}

.text-\[60px\]{
  font-size:60px
}

.text-\[70px\]{
  font-size:70px
}

.text-\[90px\]{
  font-size:90px
}

.text-lg{
  font-size:1.125rem;
  line-height:1.75rem
}

.text-sm{
  font-size:0.875rem;
  line-height:1.25rem
}

.font-bold{
  font-weight:700
}

.font-medium{
  font-weight:500
}

.font-normal{
  font-weight:400
}

.font-semibold{
  font-weight:600
}

.uppercase{
  text-transform:uppercase
}

.italic{
  font-style:italic
}

.not-italic{
  font-style:normal
}

.leading-\[1\.05\]{
  line-height:1.05
}

.leading-\[1\.07\]{
  line-height:1.07
}

.leading-\[1\.08\]{
  line-height:1.08
}

.leading-\[1\.1\]{
  line-height:1.1
}

.leading-\[1\.2\]{
  line-height:1.2
}

.leading-\[1\.3\]{
  line-height:1.3
}

.leading-\[1\.5\]{
  line-height:1.5
}

.leading-\[100\%\]{
  line-height:100%
}

.leading-\[110\%\]{
  line-height:110%
}

.leading-\[27px\]{
  line-height:27px
}

.leading-\[38px\]{
  line-height:38px
}

.leading-\[40px\]{
  line-height:40px
}

.leading-\[50px\]{
  line-height:50px
}

.leading-\[80px\]{
  line-height:80px
}

.leading-normal{
  line-height:1.5
}

.tracking-\[-0\.6px\]{
  letter-spacing:-0.6px
}

.tracking-\[0\.16px\]{
  letter-spacing:0.16px
}

.tracking-\[0\.2px\]{
  letter-spacing:0.2px
}

.text-\[\#404040\]{
  --tw-text-opacity:1;
  color:rgb(64 64 64 / var(--tw-text-opacity, 1))
}

.text-gray-600{
  --tw-text-opacity:1;
  color:rgb(75 85 99 / var(--tw-text-opacity, 1))
}

.text-gray-800{
  --tw-text-opacity:1;
  color:rgb(31 41 55 / var(--tw-text-opacity, 1))
}

.text-neutral-700{
  --tw-text-opacity:1;
  color:rgb(64 64 64 / var(--tw-text-opacity, 1))
}

.text-red-500{
  --tw-text-opacity:1;
  color:rgb(239 68 68 / var(--tw-text-opacity, 1))
}

.text-red-600{
  --tw-text-opacity:1;
  color:rgb(220 38 38 / var(--tw-text-opacity, 1))
}

.text-white{
  --tw-text-opacity:1;
  color:rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.opacity-0{
  opacity:0
}

.opacity-75{
  opacity:0.75
}

.shadow{
  --tw-shadow:0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-\[0_2px_2px_rgba\(0\2c 0\2c 0\2c 0\.25\)\]{
  --tw-shadow:0 2px 2px rgba(0,0,0,0.25);
  --tw-shadow-colored:0 2px 2px var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-\[0_4px_4px_rgba\(0\2c 0\2c 0\2c 0\.25\)\]{
  --tw-shadow:0 4px 4px rgba(0,0,0,0.25);
  --tw-shadow-colored:0 4px 4px var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-\[0_6px_4px_0_rgba\(0\2c 0\2c 0\2c 0\.25\)\]{
  --tw-shadow:0 6px 4px 0 rgba(0,0,0,0.25);
  --tw-shadow-colored:0 6px 4px 0 var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-\[0_6px_4px_rgba\(0\2c 0\2c 0\2c 0\.25\)\]{
  --tw-shadow:0 6px 4px rgba(0,0,0,0.25);
  --tw-shadow-colored:0 6px 4px var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-\[0_8px_4px_0_rgba\(0\2c 0\2c 0\2c 0\.25\)\]{
  --tw-shadow:0 8px 4px 0 rgba(0,0,0,0.25);
  --tw-shadow-colored:0 8px 4px 0 var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-\[0_8px_4px_rgba\(0\2c 0\2c 0\2c 0\.25\)\]{
  --tw-shadow:0 8px 4px rgba(0,0,0,0.25);
  --tw-shadow-colored:0 8px 4px var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-\[0_8px_8px_rgba\(0\2c 0\2c 0\2c 0\.25\)\]{
  --tw-shadow:0 8px 8px rgba(0,0,0,0.25);
  --tw-shadow-colored:0 8px 8px var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-\[0px_8px_4px_rgba\(0\2c 0\2c 0\2c 0\.25\)\]{
  --tw-shadow:0px 8px 4px rgba(0,0,0,0.25);
  --tw-shadow-colored:0px 8px 4px var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-\[2px_2px_4px_rgba\(0\2c 0\2c 0\2c 0\.20\)\]{
  --tw-shadow:2px 2px 4px rgba(0,0,0,0.20);
  --tw-shadow-colored:2px 2px 4px var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-lg{
  --tw-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-xl{
  --tw-shadow:0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.filter{
  filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.transition{
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

.transition-\[background\]{
  transition-property:background;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

.transition-all{
  transition-property:all;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

.transition-colors{
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

.duration-1000{
  transition-duration:1000ms
}

.duration-300{
  transition-duration:300ms
}

.ease-in-out{
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)
}

.\[text-shadow\:0_4px_4px_rgba\(0\2c 0\2c 0\2c 0\.51\)\]{
  text-shadow:0 4px 4px rgba(0,0,0,0.51)
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@supports (animation: grow .5s cubic-bezier(.25, .25, .25, 1) forwards) {
  .tick {
    stroke-opacity: 0;
    stroke-dasharray: 29px;
    stroke-dashoffset: 29px;
    animation: draw .5s cubic-bezier(.25, .25, .25, 1) forwards;
    animation-delay: .6s
  }

  .circle {
    fill-opacity: 0;
    stroke: #74C045;
    stroke-width: 16px;
    transform-origin: center;
    transform: scale(0);
    animation: grow 1s cubic-bezier(.25, .25, .25, 1.25) forwards;
  }
}

@keyframes grow {
  60% {
    transform: scale(.8);
    stroke-width: 4px;
    fill-opacity: 0;
  }

  100% {
    transform: scale(.9);
    stroke-width: 8px;
    fill-opacity: 1;
    fill: #74C045;
  }
}

@keyframes draw {
  0%, 100% {
    stroke-opacity: 1;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

.font-poppins {
  font-family: Poppins;
}

.font-cormorant-garamond {
  font-family: "Cormorant Garamond";
}

.font-raleway {
  font-family: "Raleway", sans-serif;
}

.loader {
  width: 128px;
  height: 128px;
  border: 20px solid #ddd;
  border-bottom-color: #74C045;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

body{
  --tw-bg-opacity:1;
  background-color:rgb(38 38 38 / var(--tw-bg-opacity, 1));
  #primary-nav{
    visibility:hidden
  }
  #primary-nav{
    left:-100%
  }
  #primary-nav{
    opacity:0
  }
  #primary-nav{
    transition-property:all;
    transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration:150ms
  }
  #primary-nav{
    transition-duration:500ms
  }
  #button-show-nav{
    display:inline-block
  }
  #button-hide-nav{
    display:none
  }
  &.show-nav {
    #button-show-nav{
      display:none
    }
    #button-hide-nav{
      display:flex
    }
    #primary-nav{
      visibility:visible
    }
    #primary-nav{
      left:0px
    }
    #primary-nav{
      opacity:1
    }
  }
  .form-control-label{
    font-size:16px
  }
  .form-control-label{
    font-weight:400
  }
  .form-control-label{
    font-style:normal
  }
  .form-control-label{
    line-height:27px
  }
  .form-control-label{
    --tw-text-opacity:1;
    color:rgb(64 64 64 / var(--tw-text-opacity, 1))
  }
  .form-control-label {
    font-family: "Raleway", sans-serif;
  }
  .form-control{
    display:block
  }
  .form-control{
    width:100%
  }
  .form-control{
    border-bottom-width:1px
  }
  .form-control{
    --tw-border-opacity:1;
    border-color:rgb(64 64 64 / var(--tw-border-opacity, 1))
  }
  .form-control{
    padding-left:1rem;
    padding-right:1rem
  }
  .form-control{
    padding-top:0.5rem;
    padding-bottom:0.5rem
  }
  .form-control{
    transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration:150ms
  }
  .form-control {
    font-family: Poppins;
  }
  .form-control:focus{
    --tw-bg-opacity:1;
    background-color:rgb(245 245 245 / var(--tw-bg-opacity, 1))
  }
  .form-control:focus{
    outline:2px solid transparent;
    outline-offset:2px
  }
  .form-control: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)
  }
  .splide-fullscreen {
    .splide__arrow {
      width: 128px;
      height: 128px;
      border-radius: 0;
      //background: rgba(0, 0, 0, .4);
      background: none;
      &.splide__arrow--prev {
        left: 0px;
        border-radius: 0 20px 20px 0;
      }
      &.splide__arrow--next {
        right: 0px;
        border-radius: 20px 0 0 20px;
      }
    }
  }
  .splide-home{
    --tw-bg-opacity:1;
    background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))
  }
  .splide-home {
    .splide-content{
      width:100%
    }
    @media (min-width: 640px){
      .splide-content{
        max-width:640px
      }
    }
    @media (min-width: 768px){
      .splide-content{
        max-width:768px
      }
    }
    @media (min-width: 1024px){
      .splide-content{
        max-width:1024px
      }
    }
    @media (min-width: 1280px){
      .splide-content{
        max-width:1280px
      }
    }
    @media (min-width: 1536px){
      .splide-content{
        max-width:1536px
      }
    }
    .splide-content{
      margin-left:auto;
      margin-right:auto
    }
    .splide-content > :not([hidden]) ~ :not([hidden]){
      --tw-space-y-reverse:0;
      margin-top:calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom:calc(2.5rem * var(--tw-space-y-reverse))
    }
    .splide-content{
      padding:40px
    }
    .splide-content {
      .splide-title{
        font-size:60px
      }
      .splide-title{
        font-weight:700
      }
      .splide-title{
        font-style:normal
      }
      .splide-title{
        line-height:1.2
      }
      .splide-title{
        letter-spacing:-0.6px
      }
      .splide-title{
        --tw-text-opacity:1;
        color:rgb(255 255 255 / var(--tw-text-opacity, 1))
      }
      .splide-title{
        text-shadow:0 4px 4px rgba(0,0,0,0.25)
      }
      .splide-title {
        font-family: Poppins;
      }
      .splide-description{
        font-size:16px
      }
      .splide-description{
        font-weight:500
      }
      .splide-description{
        font-style:normal
      }
      .splide-description{
        line-height:1.5
      }
      .splide-description{
        --tw-text-opacity:1;
        color:rgb(255 255 255 / var(--tw-text-opacity, 1))
      }
      .splide-description{
        text-shadow:0 4px 4px rgba(0,0,0,0.25)
      }
      .splide-description {
        font-family: "Raleway", sans-serif;
      }
      .splide-action{
        display:inline-block
      }
      .splide-action{
        --tw-bg-opacity:1;
        background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))
      }
      .splide-action{
        padding-left:2rem;
        padding-right:2rem
      }
      .splide-action{
        padding-top:0.25rem;
        padding-bottom:0.25rem
      }
      .splide-action{
        text-align:center
      }
      .splide-action{
        font-size:16px
      }
      .splide-action{
        font-weight:400
      }
      .splide-action{
        font-style:normal
      }
      .splide-action{
        line-height:27px
      }
      .splide-action{
        --tw-text-opacity:1;
        color:rgb(64 64 64 / var(--tw-text-opacity, 1))
      }
      .splide-action{
        --tw-shadow:0 4px 4px rgba(0,0,0,0.25);
        --tw-shadow-colored:0 4px 4px var(--tw-shadow-color);
        box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
      }
      .splide-action{
        transition-property:all;
        transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration:150ms
      }
      .splide-action {
        font-family: "Raleway", sans-serif;
      }
      .splide-action:hover{
        --tw-border-opacity:1;
        border-color:rgb(247 180 38 / var(--tw-border-opacity, 1))
      }
      .splide-action:hover{
        --tw-bg-opacity:1;
        background-color:rgb(247 180 38 / var(--tw-bg-opacity, 1))
      }
    }
  }
  .text-shadow {
    text-shadow: rgba(0, 0, 0, .5) 0px 1px 3px;
  }
  gmp-map {
    height: 100%;
  }
}

.before\:absolute::before{
  content:var(--tw-content);
  position:absolute
}

.before\:inset-1::before{
  content:var(--tw-content);
  inset:0.25rem
}

.before\:rounded-full::before{
  content:var(--tw-content);
  border-radius:9999px
}

.before\:bg-white::before{
  content:var(--tw-content);
  --tw-bg-opacity:1;
  background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))
}

.checked\:border-\[\#3C79BB\]:checked{
  --tw-border-opacity:1;
  border-color:rgb(60 121 187 / var(--tw-border-opacity, 1))
}

.checked\:bg-\[\#3C79BB\]:checked{
  --tw-bg-opacity:1;
  background-color:rgb(60 121 187 / var(--tw-bg-opacity, 1))
}

.hover\:scale-110:hover{
  --tw-scale-x:1.1;
  --tw-scale-y:1.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))
}

.hover\:scale-125:hover{
  --tw-scale-x:1.25;
  --tw-scale-y:1.25;
  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))
}

.hover\:border-\[\#F7B426\]:hover{
  --tw-border-opacity:1;
  border-color:rgb(247 180 38 / var(--tw-border-opacity, 1))
}

.hover\:bg-\[\#F7B426\]:hover{
  --tw-bg-opacity:1;
  background-color:rgb(247 180 38 / var(--tw-bg-opacity, 1))
}

.hover\:bg-gray-100:hover{
  --tw-bg-opacity:1;
  background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))
}

.hover\:bg-white:hover{
  --tw-bg-opacity:1;
  background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))
}

.hover\:text-\[\#404040\]:hover{
  --tw-text-opacity:1;
  color:rgb(64 64 64 / var(--tw-text-opacity, 1))
}

.hover\:text-\[\#74C045\]:hover{
  --tw-text-opacity:1;
  color:rgb(116 192 69 / var(--tw-text-opacity, 1))
}

.hover\:text-\[\#F7B426\]:hover{
  --tw-text-opacity:1;
  color:rgb(247 180 38 / var(--tw-text-opacity, 1))
}

.hover\:text-white:hover{
  --tw-text-opacity:1;
  color:rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.hover\:shadow-\[0_0_20px_rgba\(0\2c 0\2c 0\2c 0\.25\)\]:hover{
  --tw-shadow:0 0 20px rgba(0,0,0,0.25);
  --tw-shadow-colored:0 0 20px var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.focus\:bg-\[\#719fd1\]:focus{
  --tw-bg-opacity:1;
  background-color:rgb(113 159 209 / var(--tw-bg-opacity, 1))
}

.focus\:bg-neutral-100:focus{
  --tw-bg-opacity:1;
  background-color:rgb(245 245 245 / var(--tw-bg-opacity, 1))
}

.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)
}

.focus-visible\:outline:focus-visible{
  outline-style:solid
}

.focus-visible\:outline-2:focus-visible{
  outline-width:2px
}

.focus-visible\:outline-offset-2:focus-visible{
  outline-offset:2px
}

.focus-visible\:outline-\[\#3C79BB\]:focus-visible{
  outline-color:#3C79BB
}

.disabled\:border-gray-300:disabled{
  --tw-border-opacity:1;
  border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))
}

.disabled\:bg-gray-100:disabled{
  --tw-bg-opacity:1;
  background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))
}

.disabled\:before\:bg-gray-400:disabled::before{
  content:var(--tw-content);
  --tw-bg-opacity:1;
  background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))
}

.group:hover .group-hover\:border-\[\#74C045\]{
  --tw-border-opacity:1;
  border-color:rgb(116 192 69 / var(--tw-border-opacity, 1))
}

.group.accordian-item-expand .group-\[\.accordian-item-expand\]\:mt-4{
  margin-top:1rem
}

.group.accordian-item-expand .group-\[\.accordian-item-expand\]\:inline-block{
  display:inline-block
}

.group.accordian-item-expand .group-\[\.accordian-item-expand\]\:hidden{
  display:none
}

.group.accordian-item-expand .group-\[\.accordian-item-expand\]\:max-h-dvh{
  max-height:100dvh
}

.group.accordian-item-expand .group-\[\.accordian-item-expand\]\:opacity-100{
  opacity:1
}

@media (min-width: 640px){
  .sm\:col-span-2{
    grid-column:span 2 / span 2
  }

  .sm\:text-\[48px\]{
    font-size:48px
  }
}

@media (min-width: 1024px){
  .lg\:order-none{
    order:0
  }

  .lg\:col-span-1{
    grid-column:span 1 / span 1
  }

  .lg\:mt-0{
    margin-top:0px
  }

  .lg\:mt-10{
    margin-top:2.5rem
  }

  .lg\:mt-20{
    margin-top:5rem
  }

  .lg\:mt-\[456px\]{
    margin-top:456px
  }

  .lg\:mt-\[54px\]{
    margin-top:54px
  }

  .lg\:block{
    display:block
  }

  .lg\:flex{
    display:flex
  }

  .lg\:hidden{
    display:none
  }

  .lg\:h-\[1080px\]{
    height:1080px
  }

  .lg\:h-\[192px\]{
    height:192px
  }

  .lg\:h-\[250px\]{
    height:250px
  }

  .lg\:h-\[48px\]{
    height:48px
  }

  .lg\:w-\[192px\]{
    width:192px
  }

  .lg\:w-\[250px\]{
    width:250px
  }

  .lg\:w-\[48px\]{
    width:48px
  }

  .lg\:flex-1{
    flex:1 1 0%
  }

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

  .lg\:grid-cols-3{
    grid-template-columns:repeat(3, minmax(0, 1fr))
  }

  .lg\:grid-cols-5{
    grid-template-columns:repeat(5, minmax(0, 1fr))
  }

  .lg\:flex-row{
    flex-direction:row
  }

  .lg\:items-center{
    align-items:center
  }

  .lg\:gap-x-10{
    -moz-column-gap:2.5rem;
         column-gap:2.5rem
  }

  .lg\:gap-x-20{
    -moz-column-gap:5rem;
         column-gap:5rem
  }

  .lg\:gap-x-5{
    -moz-column-gap:1.25rem;
         column-gap:1.25rem
  }

  .lg\:gap-x-\[80px\]{
    -moz-column-gap:80px;
         column-gap:80px
  }

  .lg\:gap-y-0{
    row-gap:0px
  }

  .lg\:border-\[10px\]{
    border-width:10px
  }

  .lg\:p-0{
    padding:0px
  }

  .lg\:p-10{
    padding:2.5rem
  }

  .lg\:p-\[50px\]{
    padding:50px
  }

  .lg\:px-0{
    padding-left:0px;
    padding-right:0px
  }

  .lg\:px-\[40px\]{
    padding-left:40px;
    padding-right:40px
  }

  .lg\:px-\[60px\]{
    padding-left:60px;
    padding-right:60px
  }

  .lg\:px-\[78px\]{
    padding-left:78px;
    padding-right:78px
  }

  .lg\:px-\[96px\]{
    padding-left:96px;
    padding-right:96px
  }

  .lg\:py-10{
    padding-top:2.5rem;
    padding-bottom:2.5rem
  }

  .lg\:py-16{
    padding-top:4rem;
    padding-bottom:4rem
  }

  .lg\:py-20{
    padding-top:5rem;
    padding-bottom:5rem
  }

  .lg\:py-24{
    padding-top:6rem;
    padding-bottom:6rem
  }

  .lg\:py-28{
    padding-top:7rem;
    padding-bottom:7rem
  }

  .lg\:py-40{
    padding-top:10rem;
    padding-bottom:10rem
  }

  .lg\:py-60{
    padding-top:15rem;
    padding-bottom:15rem
  }

  .lg\:py-\[125px\]{
    padding-top:125px;
    padding-bottom:125px
  }

  .lg\:py-\[205px\]{
    padding-top:205px;
    padding-bottom:205px
  }

  .lg\:py-\[45px\]{
    padding-top:45px;
    padding-bottom:45px
  }

  .lg\:py-\[50px\]{
    padding-top:50px;
    padding-bottom:50px
  }

  .lg\:py-\[62px\]{
    padding-top:62px;
    padding-bottom:62px
  }

  .lg\:py-\[64px\]{
    padding-top:64px;
    padding-bottom:64px
  }

  .lg\:py-\[72px\]{
    padding-top:72px;
    padding-bottom:72px
  }

  .lg\:py-\[85px\]{
    padding-top:85px;
    padding-bottom:85px
  }

  .lg\:pb-\[180px\]{
    padding-bottom:180px
  }

  .lg\:pt-16{
    padding-top:4rem
  }

  .lg\:pt-\[512px\]{
    padding-top:512px
  }

  .lg\:text-left{
    text-align:left
  }

  .lg\:text-center{
    text-align:center
  }

  .lg\:text-right{
    text-align:right
  }

  .lg\:text-\[100px\]{
    font-size:100px
  }

  .lg\:text-\[22px\]{
    font-size:22px
  }

  .lg\:text-\[28px\]{
    font-size:28px
  }

  .lg\:text-\[36px\]{
    font-size:36px
  }

  .lg\:text-\[38px\]{
    font-size:38px
  }

  .lg\:text-\[40px\]{
    font-size:40px
  }

  .lg\:text-\[60px\]{
    font-size:60px
  }

  .lg\:text-\[65px\]{
    font-size:65px
  }

  .lg\:text-\[67px\]{
    font-size:67px
  }

  .lg\:text-\[70px\]{
    font-size:70px
  }

  .lg\:text-\[80px\]{
    font-size:80px
  }

  .lg\:leading-\[120px\]{
    line-height:120px
  }

  .lg\:leading-\[80px\]{
    line-height:80px
  }
}

@media (min-width: 1280px){
  .xl\:block{
    display:block
  }
}

@media (forced-colors: active){
  .forced-colors\:appearance-auto{
    -webkit-appearance:auto;
       -moz-appearance:auto;
            appearance:auto
  }

  .forced-colors\:before\:hidden::before{
    content:var(--tw-content);
    display:none
  }
}

.\[\&\:not\(\:checked\)\]\:before\:hidden:not(:checked)::before{
  content:var(--tw-content);
  display:none
}