/**
 * 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;-ms-touch-action:pan-Y;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;-khtml-user-select:none;-moz-user-select:none;-ms-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{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-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 .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .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 .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);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 .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
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .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 {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }


/**
 * 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:.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 .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}

/*! Flickity v2.0.10
http://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled { position: relative; } .flickity-enabled:focus { outline: none; } .flickity-viewport { overflow: hidden; position: relative; height: 100%; } .flickity-slider { position: absolute; width: 100%; height: 100%; } .flickity-enabled.is-draggable { -webkit-tap-highlight-color: transparent; tap-highlight-color: transparent; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .flickity-enabled.is-draggable .flickity-viewport { cursor: move; cursor: -webkit-grab; cursor: grab; } .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down { cursor: -webkit-grabbing; cursor: grabbing; } .flickity-prev-next-button { position: absolute; top: 50%; width: 44px; height: 44px; border: none; border-radius: 50%; background: white; background: hsla(0, 0%, 100%, 0.75); cursor: pointer; -webkit-transform: translateY(-50%); transform: translateY(-50%); } .flickity-prev-next-button:hover { background: white; } .flickity-prev-next-button:focus { outline: none; box-shadow: 0 0 0 5px #09F; } .flickity-prev-next-button:active { opacity: 0.6; } .flickity-prev-next-button.previous { left: 10px; } .flickity-prev-next-button.next { right: 10px; } .flickity-prev-next-button:disabled { opacity: 0.3; cursor: auto; } .flickity-prev-next-button svg { position: absolute; left: 20%; top: 20%; width: 60%; height: 60%; } .flickity-prev-next-button .arrow { fill: #333; } .flickity-page-dots { position: absolute; width: 100%; bottom: -25px; padding: 0; margin: 0; list-style: none; text-align: center; line-height: 1; } .flickity-rtl .flickity-page-dots { direction: rtl; } .flickity-page-dots .dot { display: inline-block; width: 10px; height: 10px; margin: 0 8px; background: #333; border-radius: 50%; opacity: 0.25; cursor: pointer; } .flickity-page-dots .dot.is-selected { opacity: 1; }

.section-hero-new{padding-bottom:3rem !important}

#-plugin-640a29ea0dd0b{display:flex;justify-content:center;align-items:center;background:#D10828;position:relative;border-radius:80px 0px;color:#fff}@media (max-width:575.98px){#-plugin-640a29ea0dd0b{padding:1rem}}#-plugin-640a29ea0dd0b:hover .arrow{margin-left:8px}#-plugin-640a29ea0dd0b .item{display:grid;gap:4rem;justify-content:center;align-items:center;max-width:100%;width:100%;grid-template-columns:repeat(4, 1fr)}@media (max-width:575.98px){#-plugin-640a29ea0dd0b .item{display:block}}#-plugin-640a29ea0dd0b h5{color:#fff}#-plugin-640a29ea0dd0b:after{content:"";position:absolute;width:30px;height:30px;top:0;right:20px;background:#D05262;border-radius:0px 16px;transform:rotate(-79.5deg)}#-plugin-640a29ea0dd0b:before{content:"";position:absolute;width:59px;height:59px;right:60px;top:0;border-radius:50%;background:#D05262;transform:rotate(-79.5deg)}#-plugin-640a29ea0dd0b .logo{margin-top:-20px}#-plugin-640a29ea0dd0b .logo img{width:100%}@media (max-width:575.98px){#-plugin-640a29ea0dd0b .logo{max-width:100px;width:100%;margin-bottom:1rem}}#-plugin-640a29ea0dd0b .arrow{position:relative;z-index:2;transition:0.3s;margin-left:0}#-plugin-640a29ea0dd0b .eyebrow{font-size:18px;font-family:'Indie Flower';color:#fff;margin-bottom:0}#-plugin-640a29ea0dd0b .headline h5{font-weight:700;font-size:20px;padding:4px 0;line-height:120%}#-plugin-640a29ea0dd0b .content{grid-column:span 2/span 2}

.-lei-edit #-plugin-64194755e38fb .owl-carousel{display:block}#-plugin-64194755e38fb{position:relative}@media (min-width:768px){#-plugin-64194755e38fb{margin-left:60px}}#-plugin-64194755e38fb:before{content:"";position:absolute;width:192px;height:205.88px;left:-4%;top:23%;background:rgba(187, 215, 221, 0.2);border-radius:52px;transform:rotate(-90deg);display:block}@media (max-width:991.98px){#-plugin-64194755e38fb:before{display:none}}#-plugin-64194755e38fb .owl-stage{margin-left:-20px}@media (min-width:768px){#-plugin-64194755e38fb .owl-stage{margin-left:-100px}}#-plugin-64194755e38fb .owl-carousel{position:relative;display:flex;flex-direction:column}#-plugin-64194755e38fb .slide{width:100%;height:auto;padding:0 1rem}#-plugin-64194755e38fb .slide img{border-radius:7px;max-width:400px;transition:all 0.5s cubic-bezier(0.51, 0.92, 0.24, 1.15)}#-plugin-64194755e38fb .slide .item{position:relative;filter:drop-shadow(0px 4px 8px rgba(65, 62, 101, 0.1));padding-bottom:1rem}#-plugin-64194755e38fb .slide .item a{display:block}#-plugin-64194755e38fb .owl-dots{margin:0}#-plugin-64194755e38fb .owl-nav{text-align:center}#-plugin-64194755e38fb .owl-nav button{width:40px;height:40px;border:1px solid #121212;border-radius:50%}#-plugin-64194755e38fb .owl-nav button i{color:#a7a7a7}#-plugin-64194755e38fb .owl-nav button.owl-prev{background:transparent}#-plugin-64194755e38fb .owl-nav button.owl-prev.disabled{border-color:transparent}#-plugin-64194755e38fb .owl-nav button.owl-prev.disabled i{color:#9d9d9d}#-plugin-64194755e38fb .owl-nav button.owl-next.disabled{background:#b1b1b1}

#-plugin-6419475608368{width:100%;margin:0 auto;max-width:600px}#-plugin-6419475608368 .image-stack{display:grid;position:relative;grid-template-columns:repeat(12, 1fr)}@media (max-width:991.98px){#-plugin-6419475608368 .image-stack{margin-bottom:2rem}}#-plugin-6419475608368 .image-stack>div:nth-child(1){display:grid;grid-column:4/-1;grid-row:1;padding-top:10%;z-index:1}#-plugin-6419475608368 .image-stack>div:nth-child(2){grid-row:1;grid-column:1/span 8}#-plugin-6419475608368 img{width:100%;display:block;filter:drop-shadow(0px 52px 54px rgba(65, 62, 101, 0.296766))}

#-plugin-641947560ee6d img{width:100%}#-plugin-641947560ee6d .icon{width:31px;height:31px;background:#5454D4;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff}#-plugin-641947560ee6d .icon img{width:12px}#-plugin-641947560ee6d .card-section{max-width:300px;width:100%;gap:1rem;padding:1rem;background:#fff;display:flex;box-shadow:0px 32px 34px rgba(28, 27, 32, 0.198973);border-radius:10px;position:absolute;left:-130px;bottom:110px}@media (max-width:575.98px){#-plugin-641947560ee6d .card-section{right:0;bottom:2rem;left:0}}@media (min-width:576px) and (max-width:767.98px){#-plugin-641947560ee6d .card-section{right:0;bottom:2rem;left:0;max-width:400px}}@media (min-width:768px) and (max-width:991.98px){#-plugin-641947560ee6d .card-section{right:0;bottom:5rem;left:0;max-width:400px}}#-plugin-641947560ee6d .head{color:#757575}#-plugin-641947560ee6d .message{font-size:21px;line-height:25px;letter-spacing:-0.656526px;font-weight:600;color:#2B2B2B}

.-lei-edit .owl-carousel{display:block !important}.-lei-edit .slide{max-width:350px;border-radius:10px;display:inline-block}#-plugin-6419475622593 .owl-carousel{position:relative;display:flex;flex-direction:column}#-plugin-6419475622593 .slide{width:100%;height:auto;padding:0 2rem 0 0}@media screen and (max-width:39.9375em){#-plugin-6419475622593 .slide{padding:0}}#-plugin-6419475622593 .slide .item{position:relative;padding:0.5rem;background:#FFFFFF;box-shadow:0px 4px 16px rgba(0, 0, 0, 0.08);margin-bottom:1rem}#-plugin-6419475622593 .slide .logo{margin-bottom:1rem}#-plugin-6419475622593 .slide .logo img{width:60px;border-radius:50%}#-plugin-6419475622593 .slide .review,#-plugin-6419475622593 .slide .location{margin-bottom:1rem}#-plugin-6419475622593 .slide .name{font-weight:700}#-plugin-6419475622593 .slide .stars{color:#e19f2a;margin-bottom:1rem}#-plugin-6419475622593 .owl-nav{margin-top:1rem;order:1;position:absolute;bottom:0px;left:0}@media screen and (max-width:39.9375em){#-plugin-6419475622593 .owl-nav{position:relative;top:0;left:0;margin:1rem auto}}#-plugin-6419475622593 .owl-nav button{width:56px;height:56px;background:#D00626;border:1px solid transparent}#-plugin-6419475622593 .owl-nav button i{color:#fff}#-plugin-6419475622593 .owl-nav button.owl-prev{border:1px solid #D00626;background:transparent}#-plugin-6419475622593 .owl-nav button.owl-prev i{color:#D00626}#-plugin-6419475622593 .owl-nav button.owl-prev.disabled{border-color:transparent}#-plugin-6419475622593 .owl-nav button.owl-prev.disabled i{color:#9d9d9d}#-plugin-6419475622593 .owl-nav button.owl-next.disabled{background:#b1b1b1}

#-plugin-64194756446dc.clients-slider .owl-stage{align-items:center;display:flex}#-plugin-64194756446dc.clients-slider .client{position:relative;overflow:hidden;height:150px}#-plugin-64194756446dc.clients-slider .client img{display:block;width:100%;height:100%;object-fit:contain;opacity:1;transition:all 0.2s;filter:grayscale(1) opacity(0.75)}#-plugin-64194756446dc.clients-slider .client img:hover{filter:grayscale(0) opacity(1)}.-browser-mobile-tablet #-plugin-64194756446dc .client img{filter:grayscale(0)}.-lei-edit #-plugin-64194756446dc .client{display:inline-block}.-lei-edit #-plugin-64194756446dc .client img{width:100px}

#-plugin-641947565338c{padding:0 1rem;position:relative}#-plugin-641947565338c h1{color:#fff;font-family:'Inter';font-style:normal;font-weight:700;font-size:60px;line-height:111.02%;margin-top:0.75rem;margin-bottom:2.25rem}@media (max-width:575.98px){#-plugin-641947565338c h1{font-size:35px}}#-plugin-641947565338c h1 span{display:block}#-plugin-641947565338c:before{content:"";display:block;width:19px;height:21px;background:url(/assets/images/svg/green-star.svg);background-repeat:no-repeat;background-size:contain;position:absolute;left:0;top:-5rem;display:none}.-lei-edit #-plugin-641947565338c .slide{max-width:100%}


@media screen and (max-width: 320px) {  }
@media screen and (min-width: 321px) and (max-width: 640px) {  }
@media screen and (min-width: 641px) and (max-width: 1024px) {  }
@media screen and (min-width: 1025px) {  }
