
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.flipOutX,.animated.flipOutY,.animated.bounceIn,.animated.bounceOut{animation-duration: .75s}@keyframes
bounce{from,20%,53%,80%,to{animation-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);transform:translate3d(0,0,0)}40%,43%{animation-timing-function:cubic-bezier(0.755, 0.050, 0.855, 0.060);transform:translate3d(0, -30px, 0)}70%{animation-timing-function:cubic-bezier(0.755, 0.050, 0.855, 0.060);transform:translate3d(0, -15px, 0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes
flash{from,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes
pulse{from{transform:scale3d(1, 1, 1)}50%{transform:scale3d(1.05, 1.05, 1.05)}to{transform:scale3d(1, 1, 1)}}.pulse{animation-name:pulse}@keyframes
rubberBand{from{transform:scale3d(1, 1, 1)}30%{transform:scale3d(1.25, 0.75, 1)}40%{transform:scale3d(0.75, 1.25, 1)}50%{transform:scale3d(1.15, 0.85, 1)}65%{transform:scale3d(.95, 1.05, 1)}75%{transform:scale3d(1.05, .95, 1)}to{transform:scale3d(1, 1, 1)}}.rubberBand{animation-name:rubberBand}@keyframes
shake{from,to{transform:translate3d(0, 0, 0)}10%,30%,50%,70%,90%{transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{transform:translate3d(10px, 0, 0)}}.shake{animation-name:shake}@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)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes
swing{20%{transform:rotate3d(0, 0, 1, 15deg)}40%{transform:rotate3d(0, 0, 1, -10deg)}60%{transform:rotate3d(0, 0, 1, 5deg)}80%{transform:rotate3d(0, 0, 1, -5deg)}to{transform:rotate3d(0, 0, 1, 0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes
tada{from{transform:scale3d(1, 1, 1)}10%,20%{transform:scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)}30%,50%,70%,90%{transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)}40%,60%,80%{transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)}to{transform:scale3d(1, 1, 1)}}.tada{animation-name:tada}@keyframes
wobble{from{transform:none}15%{transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)}30%{transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)}45%{transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)}60%{transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)}75%{transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes
jello{from,11.1%,to{transform:none}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(-0.78125deg) skewY(-0.78125deg)}77.7%{transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes
bounceIn{from,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000)}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:scale3d(1, 1, 1)}}.bounceIn{animation-name:bounceIn}@keyframes
bounceInDown{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000)}0%{opacity:0;transform:translate3d(0, -3000px, 0)}60%{opacity:1;transform:translate3d(0, 25px, 0)}75%{transform:translate3d(0, -10px, 0)}90%{transform:translate3d(0, 5px, 0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes
bounceInLeft{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000)}0%{opacity:0;transform:translate3d(-3000px, 0, 0)}60%{opacity:1;transform:translate3d(25px, 0, 0)}75%{transform:translate3d(-10px, 0, 0)}90%{transform:translate3d(5px, 0, 0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes
bounceInRight{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000)}from{opacity:0;transform:translate3d(3000px, 0, 0)}60%{opacity:1;transform:translate3d(-25px, 0, 0)}75%{transform:translate3d(10px, 0, 0)}90%{transform:translate3d(-5px, 0, 0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes
bounceInUp{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000)}from{opacity:0;transform:translate3d(0, 3000px, 0)}60%{opacity:1;transform:translate3d(0, -20px, 0)}75%{transform:translate3d(0, 10px, 0)}90%{transform:translate3d(0, -5px, 0)}to{transform:translate3d(0, 0, 0)}}.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)}}.bounceOut{animation-name:bounceOut}@keyframes
bounceOutDown{20%{transform:translate3d(0, 10px, 0)}40%,45%{opacity:1;transform:translate3d(0, -20px, 0)}to{opacity:0;transform:translate3d(0, 2000px, 0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes
bounceOutLeft{20%{opacity:1;transform:translate3d(20px, 0, 0)}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes
bounceOutRight{20%{opacity:1;transform:translate3d(-20px, 0, 0)}to{opacity:0;transform:translate3d(2000px, 0, 0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes
bounceOutUp{20%{transform:translate3d(0, -10px, 0)}40%,45%{opacity:1;transform:translate3d(0, 20px, 0)}to{opacity:0;transform:translate3d(0, -2000px, 0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes
fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes
fadeInDown{from{opacity:0;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes
fadeInDownBig{from{opacity:0;transform:translate3d(0, -2000px, 0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes
fadeInLeft{from{opacity:0;transform:translate3d(-100%, 0, 0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes
fadeInLeftBig{from{opacity:0;transform:translate3d(-2000px, 0, 0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes
fadeInRight{from{opacity:0;transform:translate3d(100%, 0, 0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes
fadeInRightBig{from{opacity:0;transform:translate3d(2000px, 0, 0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes
fadeInUp{from{opacity:0;transform:translate3d(0, 100%, 0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes
fadeInUpBig{from{opacity:0;transform:translate3d(0, 2000px, 0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes
fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes
fadeOutDown{from{opacity:1}to{opacity:0;transform:translate3d(0, 100%, 0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes
fadeOutDownBig{from{opacity:1}to{opacity:0;transform:translate3d(0, 2000px, 0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes
fadeOutLeft{from{opacity:1}to{opacity:0;transform:translate3d(-100%, 0, 0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes
fadeOutLeftBig{from{opacity:1}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes
fadeOutRight{from{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes
fadeOutRightBig{from{opacity:1}to{opacity:0;transform:translate3d(2000px, 0, 0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes
fadeOutUp{from{opacity:1}to{opacity:0;transform:translate3d(0, -100%, 0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes
fadeOutUpBig{from{opacity:1}to{opacity:0;transform:translate3d(0, -2000px, 0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes
flip{from{transform:perspective(400px) rotate3d(0, 1, 0, -360deg);animation-timing-function:ease-out}40%{transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95, .95, .95);animation-timing-function:ease-in}to{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes
flipInX{from{transform:perspective(400px) rotate3d(1, 0, 0, 90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(1, 0, 0, -20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(1, 0, 0, 10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1, 0, 0, -5deg)}to{transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;animation-name:flipInX}@keyframes
flipInY{from{transform:perspective(400px) rotate3d(0, 1, 0, 90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(0, 1, 0, -20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(0, 1, 0, 10deg);opacity:1}80%{transform:perspective(400px) rotate3d(0, 1, 0, -5deg)}to{transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;animation-name:flipInY}@keyframes
flipOutX{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.flipOutX{animation-name:flipOutX;-webkit-backface-visibility:visible !important;backface-visibility:visible !important}@keyframes
flipOutY{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(0, 1, 0, -15deg);opacity:1}to{transform:perspective(400px) rotate3d(0, 1, 0, 90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;animation-name:flipOutY}@keyframes
lightSpeedIn{from{transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes
lightSpeedOut{from{opacity:1}to{transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes
rotateIn{from{transform-origin:center;transform:rotate3d(0, 0, 1, -200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes
rotateInDownLeft{from{transform-origin:left bottom;transform:rotate3d(0, 0, 1, -45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes
rotateInDownRight{from{transform-origin:right bottom;transform:rotate3d(0, 0, 1, 45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes
rotateInUpLeft{from{transform-origin:left bottom;transform:rotate3d(0, 0, 1, 45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes
rotateInUpRight{from{transform-origin:right bottom;transform:rotate3d(0, 0, 1, -90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes
rotateOut{from{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate3d(0, 0, 1, 200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes
rotateOutDownLeft{from{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate3d(0, 0, 1, 45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes
rotateOutDownRight{from{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate3d(0, 0, 1, -45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes
rotateOutUpLeft{from{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate3d(0, 0, 1, -45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes
rotateOutUpRight{from{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate3d(0, 0, 1, 90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes
hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate3d(0, 0, 1, 80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate3d(0, 0, 1, 60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0, 700px, 0);opacity:0}}.hinge{animation-name:hinge}@keyframes
jackInTheBox{from{opacity:0;transform:scale(0.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes
rollIn{from{opacity:0;transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes
rollOut{from{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)}}.rollOut{animation-name:rollOut}@keyframes
zoomIn{from{opacity:0;transform:scale3d(.3, .3, .3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes
zoomInDown{from{opacity:0;transform:scale3d(.1, .1, .1) translate3d(0, -1000px, 0);animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190)}60%{opacity:1;transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1)}}.zoomInDown{animation-name:zoomInDown}@keyframes
zoomInLeft{from{opacity:0;transform:scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190)}60%{opacity:1;transform:scale3d(.475, .475, .475) translate3d(10px, 0, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes
zoomInRight{from{opacity:0;transform:scale3d(.1, .1, .1) translate3d(1000px, 0, 0);animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190)}60%{opacity:1;transform:scale3d(.475, .475, .475) translate3d(-10px, 0, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1)}}.zoomInRight{animation-name:zoomInRight}@keyframes
zoomInUp{from{opacity:0;transform:scale3d(.1, .1, .1) translate3d(0, 1000px, 0);animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190)}60%{opacity:1;transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1)}}.zoomInUp{animation-name:zoomInUp}@keyframes
zoomOut{from{opacity:1}50%{opacity:0;transform:scale3d(.3, .3, .3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes
zoomOutDown{40%{opacity:1;transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190)}to{opacity:0;transform:scale3d(.1, .1, .1) translate3d(0, 2000px, 0);transform-origin:center bottom;animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes
zoomOutLeft{40%{opacity:1;transform:scale3d(.475, .475, .475) translate3d(42px, 0, 0)}to{opacity:0;transform:scale(.1) translate3d(-2000px, 0, 0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes
zoomOutRight{40%{opacity:1;transform:scale3d(.475, .475, .475) translate3d(-42px, 0, 0)}to{opacity:0;transform:scale(.1) translate3d(2000px, 0, 0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes
zoomOutUp{40%{opacity:1;transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190)}to{opacity:0;transform:scale3d(.1, .1, .1) translate3d(0, -2000px, 0);transform-origin:center bottom;animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes
slideInDown{from{transform:translate3d(0, -100%, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.slideInDown{animation-name:slideInDown}@keyframes
slideInLeft{from{transform:translate3d(-100%, 0, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.slideInLeft{animation-name:slideInLeft}@keyframes
slideInRight{from{transform:translate3d(100%, 0, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.slideInRight{animation-name:slideInRight}@keyframes
slideInUp{from{transform:translate3d(0, 100%, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.slideInUp{animation-name:slideInUp}@keyframes
slideOutDown{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(0, 100%, 0)}}.slideOutDown{animation-name:slideOutDown}@keyframes
slideOutLeft{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(-100%, 0, 0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes
slideOutRight{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(100%, 0, 0)}}.slideOutRight{animation-name:slideOutRight}@keyframes
slideOutUp{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(0, -100%, 0)}}.slideOutUp{animation-name:slideOutUp}button.featherlight-close-icon.featherlight-close{background-color:var(--sp-primary);border:1px
solid var(--sp-white);top:40px;right:40px;border-radius:0}.is-style-circle figure.tiled-gallery__item:before{content:'';position:absolute;inset:0;background:#000;border-radius:100%;opacity:0;visibility:hidden;transition:0.65s}.is-style-circle figure.tiled-gallery__item:hover:before,
.is-style-circle figure.tiled-gallery__item:focus:before{visibility:visible;opacity:0.5}.wp-block-jetpack-tiled-gallery .tiled-gallery__row{margin-right:calc(-.4 * var(--bs-gutter-x));margin-left:calc(-.4 * var(--bs-gutter-x));--bs-gutter-x:1.5rem}.wp-block-jetpack-tiled-gallery .tiled-gallery__row>*{padding-right:calc(var(--bs-gutter-x) * .4);padding-left:calc(var(--bs-gutter-x) * .4)}.wp-block-jetpack-tiled-gallery .tiled-gallery__row:not(:last-child){margin-bottom:20px}.wp-block-jetpack-tiled-gallery .tiled-gallery__row+.tiled-gallery__row{margin-top:0px}.wp-block-jetpack-tiled-gallery .tiled-gallery__col+.tiled-gallery__col{margin-left:0px}.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__item{border-radius:50%;box-shadow:rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px}.wp-block-jetpack-tiled-gallery.is-style-rectangular .tiled-gallery__item{width:100%!important;height:100%!important;box-shadow:rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px}.wp-block-jetpack-tiled-gallery .tiled-gallery__item{box-shadow:rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px}.wp-block-jetpack-tiled-gallery .tiled-gallery__gallery{justify-content:center}.wp-block-jetpack-tiled-gallery.is-style-columns .tiled-gallery__item{width:100%!important;margin-bottom:20px}.wp-block-jetpack-tiled-gallery.is-style-columns .tiled-gallery__item:last-child{margin-bottom:0px}.wp-block-jetpack-tiled-gallery.is-style-columns .tiled-gallery__item{margin-top:0px}.wp-block-table
figcaption{text-align:center}.sidebar .widget .wp-block-group .wp-block-image{margin-bottom:0}ul.wp-block-rss{list-style:disc}.has-text-color a:hover, .has-text-color a:focus{color:inherit}.entry-content ul:last-child{margin-bottom:0}.wp-block-code.has-text-color
code{color:inherit}.sidebar .widget .wp-block-group .is-nowrap
p{padding:0}.sidebar .widget .wp-block-group .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-date{padding-top:0.5rem;padding-bottom:0.5rem;font-size:0.875rem}ul.wp-block-rss{list-style:none;margin-left:0}ul.wp-block-rss li.wp-block-rss__item{margin-bottom:1rem}ul.wp-block-rss li.wp-block-rss__item:last-child{margin-bottom:0}.sidebar .widget .wp-block-group .wp-block-pullquote
blockquote{margin-top:0;margin-bottom:0}.sidebar .widget .wp-block-group .wp-block-rss .wp-block-rss__item-title>a{font-weight:600}.wp-block-quote.is-style-large{padding-top:1.10rem;padding-bottom:1.10rem}.sidebar .widget .wp-block-group .wp-block-file, .sidebar .widget .wp-block-group .wp-block-image{padding:1.563rem 1.000rem 1.563rem}.widget .wp-block-group .is-vertical
a{color:inherit}.entry-content ol.wp-block-latest-comments{padding-left:2rem}.wp-block-table
figcaption{text-align:center}.post .entry-content ul.wp-block-archives{margin-left:1.125rem;list-style:disc}.wp-block-code.has-background
code{background:inherit}.wp-block-group .wp-block-embed,
.wp-block-group .wp-block-image{padding:1.563rem 1.000rem 1.563rem}.wp-block-archives-dropdown select,
.wp-block-categories-dropdown
select{width:auto}.widget .wp-block-group .wp-block-columns{margin-bottom:0}.widget .wp-block-group .wp-block-rss li:last-child{padding-bottom:0}ul.wp-block-page-list
a{text-decoration:none}.sidebar .wp-block-group .is-nowrap{margin:1.563rem 1.000rem 1.563rem}.sidebar .widget .wp-block-group .wp-block-latest-comments__comment-meta{font-weight:600;line-height:1.5}​.wp-block-woocommerce-customer-account a .wc-block-customer-account__account-icon{height:2em;width:2em}.sidebar .widget .wp-block-group .is-layout-flow
h2{border-left:0 none}.wc-block-components-product-title a,
.wc-block-components-product-title a:hover,
.wc-block-components-product-title a:focus{text-decoration:none}.wp-block-details
summary{font-weight:600}.wp-block-verse{padding:10px}.wp-block-calendar .wp-calendar-nav{position:relative;top:0;left:0;width:100%}.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-cart__totals-title{font-size:24px;line-height:34px;text-transform:capitalize;margin-bottom:15px}.sidebar .widget .wp-block-group .wp-block-latest-comments,
.sidebar .widget .wp-block-group .wp-block-loginout,
.sidebar .widget .wp-block-group .wp-block-table,
.sidebar .widget .wp-block-group .wp-block-buttons{padding:1.563rem 1.000rem 1.563rem}.sidebar .widget .wp-block-group .wp-block-embed{margin:0}.sidebar .widget .wp-block-group ol
li{padding-bottom:0.625rem}.wp-block-details
summary{font-weight:600;padding:10px}a.wc-block-grid__product-link{text-decoration:none}.wp-block-latest-posts__post-author{font-size:1.7rem;font-weight:600}.wp-block-cover.has-background-dim-60.has-background-dim .wp-block-cover-text a:hover{color:inherit}.sidebar .widget .wp-block-group .wp-block-cover,
.sidebar .widget .wp-block-group .wp-block-separator{margin-bottom:0rem}.wp-block-quote .wp-block-search{padding-bottom:5px}.wc-block-mini-cart__icon,.wc-block-mini-cart__badge{color:inherit}.sidebar .widget .wp-block-pullquote
cite{z-index:1}.sidebar .widget .wp-block-group .is-nowrap{margin:1.563rem 1.000rem 1.563rem}.wp-block-post-title
a{text-decoration:none}.wp-block-details
summary{font-weight:600}.wp-block-group.has-black-border-color{border-color:#333 !important}.widget .wp-block-group .wp-block-preformatted
a{color:inherit}.wp-block-woocommerce-single-product .wp-block-post-title
a{text-decoration:none}.wc-block-grid__products .wc-block-components-product-sale-badge.wc-block-grid__product-onsale{letter-spacing:0.2px;border:none}.footer-sidebar .widget .wp-block-group .wp-block-image .wp-element-caption
a{color:inherit}.sidebar .widget .wp-block-group .is-nowrap
p{padding:0}.sidebar .widget.widget_block .wp-block-group ul.wp-block-latest-posts__list{margin-left:0}.sidebar .widget .wp-block-group .wp-block-latest-comments__comment-meta{font-weight:600;line-height:1.5}.wc-block-components-product-title a.wc-block-components-product-name:hover,
.wc-block-components-product-title a.wc-block-components-product-name:focus{color:inherit}.wp-block-code.has-text-color
code{color:inherit}.wc-block-grid__products .wc-block-components-product-button__button{border-radius:0}.widget .wp-block-heading:before{left:0;top:0}div.wc-block-components-sidebar-layout.wc-block-cart .wc-block-cart__totals-title{font-weight:700;font-size:24px}.wc-block-components-checkout-place-order-button{background:var(--sp-gradient1)}.widget .wp-block-social-links{margin-bottom:0}.wp-block-latest-comments
article{margin-bottom:0px}.sidebar .widget .wp-block-group .wp-block-button .wp-block-button__link{color:#fff}button.wp-block-search__button.wp-element-button:hover,button.wp-block-search__button.wp-element-button:focus{border:2px
solid}.wc-block-components-totals-coupon__content button.components-button{border-radius:4px}.wp-block-code code
img{padding:10px}.wp-block-latest-posts__list .wp-block-latest-posts__post-author,
.wp-block-latest-posts__list .wp-block-latest-posts__post-date{text-decoration:none}.wc-block-cart-items
td{color:inherit}.wc-block-components-totals-coupon__content button.components-button{border-radius:0}ul.wp-block-page-list
a{text-decoration:none}.wc-block-featured-category__link .wp-block-button__link:focus{color:#fff}.wc-block-featured-product__price .woocommerce-Price-amount.amount{color:inherit}.wp-block-post-comments-form .comment-reply-title{margin-bottom:1.4rem}.wp-block-group .wp-block-details
p{margin-top:1rem;padding-top:1rem}.woocommerce table.shop_attributes
td{text-decoration:none}.wc-block-cart-items
th{color:inherit}.wp-block-latest-posts__post-author{font-size:18px;font-weight:600}.post .entry-content ul.wp-block-post-template li.wp-block-post .wp-block-post-date{padding-bottom:1.2rem}.wc-block-mini-cart__empty-cart-wrapper .wc-block-mini-cart__shopping-button:focus{color:#fff}.wc-block-featured-product__price .woocommerce-Price-amount.amount{text-decoration:none}.widget .wp-block-group pre.wp-block-preformatted{background:rgba(26, 26, 26, 0.8);color:#ddd}.sidebar .widget .wp-block-file .wp-block-file__button{background-color:#1b8415}.wp-block-social-links .wp-social-link:last-child{margin-bottom:8px}.wp-block-code.has-background
code{background:inherit}.wc-block-mini-cart__footer-checkout:focus{background-color:inherit;color:#fff}.wc-block-cart__submit-button,.wc-block-cart__submit-button:hover,.wc-block-cart__submit-button:focus{text-decoration:none}.wc-block-mini-cart__badge{color:inherit}table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name{line-height:16px}.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions
a{font-size:1.2rem;text-decoration:none}.wc-block-mini-cart__footer span.wc-block-components-totals-item__label{font-size:16px;line-height:20px}.wp-block-file.has-background{padding:0.5rem}.wc-block-cart-item__remove-link{text-decoration:none !important}a.wp-block-latest-posts__post-title{text-decoration:none}.wp-block-latest-comments__comment
a{text-decoration:none}.has-background.wp-block-read-more{padding:0.25em 1.375em}.wc-block-components-product-badge{font-size:1rem !important}.wc-block-components-totals-coupon-link{text-decoration:none}.wc-block-grid__product-price.price
ins{line-height:18px}.wc-block-components-product-badge{text-decoration:none}.wp-block-latest-comments__comment
a{text-decoration:none}.wp-block-file
a{line-height:18px}.wp-block-file.has-background{margin:0.5rem}.wc-block-components-product-badge{line-height:18px}.wc-block-components-totals-coupon-link{line-height:18px}.wp-block-comment-date
a{color:inherit}.wp-block-comment-author-name
a{color:inherit}.widget .wp-block-heading:after{background:inherit}.wp-block-comment-date span
a{color:inherit}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{text-decoration:none}.wc-block-components-product-metadata .wc-block-components-product-metadata__description>p{font-size:1.2rem}.wc-block-mini-cart__empty-cart-wrapper .wc-block-mini-cart__shopping-button:hover{color:#fff}.wc-block-mini-cart__empty-cart-wrapper .wc-block-mini-cart__shopping-button:focus{color:#fff}.widget.widget_shopping_cart span a:before{display:none}.wp-block-page-list a:hover,
.wp-block-page-list a:focus{color:inherit}.wp-block-page-list
a{text-decoration:none;font-weight:600}.wp-block-page-list{list-style:none}.sidebar .widget .wp-block-group .wp-block-audio{padding:1.563rem 1.000rem 1.563rem}.wp-block-social-links .wp-social-link:last-child{margin-bottom:5px}.wp-block-social-links .wp-social-link
a{box-shadow:none}.wp-block-calendar table
th{font-weight:600}.wp-block-calendar
a{text-decoration:none;box-shadow:none}.widget .wp-block-read-more{font-weight:500}.footer-sidebar .widget .wp-block-group .wp-block-quote cite
a{color:inherit}.entry-content blockquote cite a:hover,
.entry-content blockquote cite a:focus{text-decoration:underline}.widget .wp-block-group ul
li{padding-bottom:14px}.widget .wp-block-group ul li
a{text-decoration:none}.wp-block-archives{list-style:none}.wp-block-list.has-background{padding:1.25em 2.375em}.wp-block-preformatted.has-background{padding:1em}.sidebar .widget .wp-block-group .wp-block-preformatted
a{color:inherit}.sidebar .widget .wp-block-group .is-vertical
a{color:inherit}.sidebar .widget.widget_block .wp-block-group
p{padding:0.78125rem 1.000rem 0.78125rem}.footer-sidebar .widget.widget_block .wp-block-group p
a{color:inherit}.wp-block-page-list.has-background{padding:1rem}.wp-block-page-list p
a{padding:1rem}.wp-block-post-author
img{border-radius:100%}a.wp-block-button__link:focus{color:#fff;text-decoration:none}.post.grid-view-news-area ul.wp-block-rss{list-style:disc}.post .wp-block-archives
li{padding-bottom:0.625rem}.widget .wp-block-embed .wp-element-caption
a{color:inherit}.sidebar .widget .textwidget a
span{color:inherit}.wp-block-file .wp-block-file__button{text-decoration:none;border:none}select:focus,.form-control:focus{border-color:rgb(255, 33, 79);box-shadow:0 0 5px rgba(255, 33, 79, 1)}.input-group>.form-control:focus,.input-group>.custom-select:focus,.input-group>.custom-file:focus{z-index:0}.sidebar .widget .wp-block-group .wp-block-embed{margin:0}table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link{text-decoration:none !important}.footer-sidebar .widget .wp-block-group .wp-block-verse{background:#202020;color:#ccc}.widget .wp-block-quote{color:inherit}.sidebar .widget .wp-block-group .wp-block-preformatted
a{text-decoration:underline}.entry-content ul.wp-block-post-template li.wp-block-post:hover{box-shadow:none}.wp-block-image .alignleft
figcaption{text-align:left}.footer-two .footer-above{background:rgb(13 12 68)}.theme-slider div.theme-content{max-width:100%}.comoxa-theme .theme-slider .text-right [class*="av-column-"]:first-child{order:1}.comoxa-theme .theme-slider .text-center [class*="av-column-"]:first-child{flex-basis:100%;max-width:100%}.comoxa-theme .main-slider .owl-item .side-img
img{width:auto;height:auto}.comoxa-theme .theme-slider .text-center [class*="av-column-"]:nth-child(2) img{margin:auto}.info-wrapper2 .widget.widget-contact .contact-area
span.title{font-size:18px;font-weight:600}.info-section [class*="av-column-"]:nth-child(2) .widget-contact{border-left:none !important}.features-section{overflow:hidden;position:relative;z-index:0}.features-item{text-align:center;padding:35px
25px;background:#fff;box-shadow:0 0 20px rgb(0 0 0 / 15%);-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1)}.features-item .modern-icon{font-size:92px;bottom:0;top:-30px;right:-30px}.features-home .features-item{box-shadow:0 0 20px rgb(0 0 0 / 10%)}.tilter:hover .features-item, .tilter:focus-within .features-item,.features-item:hover,.features-item:focus-within{background:var(--sp-gradient1)}.features-item .tilter__deco--lines{position:absolute;top:0;right:0;bottom:0;left:0;width:94%;height:90%;border:1.5px dashed var(--sp-secondary-dark);margin:auto;border-radius:0;z-index:0}.tilter:hover .features-item .tilter__deco--lines,
.tilter:focus-within .features-item .tilter__deco--lines,
.features-item:hover .tilter__deco--lines,
.features-item:focus-within .tilter__deco--lines{border-color:#fff}.features-item .features-icon{display:inline-block;margin-bottom:12px}.features-item .features-icon
i{font-size:50px;background:var(--sp-gradient1);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.features-home .features-item .features-icon
i{font-size:40px}.features-home .features-item .features-icon
img{width:40px}.features-home .features-item .modern-icon{width:92px}.features-item .features-title{font-weight:600}.features-home .features-item .features-title{background:var(--sp-gradient1);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.features-item .features-title
a{pointer-events:visible;text-decoration:none;color:inherit;-webkit-transition:all .0s cubic-bezier(.645,.045,.355,1);transition:all .0s cubic-bezier(.645,.045,.355,1)}.features-item
p{font-size:15px;margin-bottom:0;margin-top:10px}.features-home .features-item
p{margin-top:6px}.tilter:hover .features-item .features-title a,
.tilter:focus-within .features-item .features-title a,
.tilter:hover .features-item .features-icon i,
.tilter:focus-within .features-item .features-icon i,
.tilter:hover .features-item p,
.tilter:focus-within .features-item p,
.tilter:hover .features-item .features-title,
.tilter:focus-within .features-item .features-title,
.features-item:hover .features-title a, .features-item:focus-within .features-title a,
.features-item:hover .features-icon i, .features-item:focus-within .features-icon i,
.features-item:hover p,.features-item:focus-within p,
.features-item:hover .features-title,.features-item:focus-within .features-title{background:transparent;color:#fff;-webkit-text-fill-color:unset}.sidebar ol.wp-block-latest-comments{padding:0}.wp-block-media-text .wp-block-media-text__content{line-height:1}.sidebar ul.wp-block-social-links
li{padding-top:0 !important;padding-bottom:0 !important}.post-section ol.wp-block-latest-comments{padding:0}.wp-block-buttons{margin:15px
0}.wp-block-table
figcaption{font-weight:600;text-align:center}.wp-block-categories{list-style:none}.post-content figure
img{width:100%}.post-content figure.gallery-item{margin-right:2.7% !important;margin-bottom:2.7% !important}.post-content
.gallery{display:contents}.wp-block-button.is-style-outline a.wp-block-button__link{background:transparent;color:var(--sp-primary)}.wp-block-button.is-style-outline a:hover, .wp-block-button.is-style-outline a:focus{color:var(--sp-white);background:var(--sp-gradient1);border-color:var(--sp-gradient1)}.wp-block-embed
figcaption{text-align:center}.wp-block-code code
img{display:inline-block;margin-left:20px}.wp-block-pullquote.has-background
blockquote{background:inherit}#av-primary-content .wp-block-loginout,
#av-primary-content .wp-block-search{padding:20px
0}pre.has-background
code{background-color:inherit}p.has-text-color
em{color:inherit}.post-section #av-primary-content .wp-block-group.has-background{padding:0
20px}.wp-block-group
em{color:inherit}.wp-block-button.is-style-outline a.wp-block-button__link{border-color:inherit}.has-text-color em,
.has-text-color
h2{color:inherit}a.wp-block-file__button,a.wp-block-file__button:hover,a.wp-block-file__button:focus{color:#fff}.has-text-color
*{color:inherit}.has-text-color a:hover,
.has-text-color a:focus{color:inherit}.wp-block-pullquote.has-text-color
blockquote{border-color:inherit}blockquote{border-color:inherit !important}.has-background.wp-block-read-more{padding:5px
10px}.wp-block-calendar table
caption{font-weight:500}.wp-block-avatar
img{border-radius:50%}.sidebar .widget form.wp-block-search{padding:0}.sidebar .widget form.wp-block-search .wp-block-search__inside-wrapper{padding:30px;position:relative}.sidebar .widget form.wp-block-search .wp-block-search__button{position:absolute;right:8px}.widget_product_tag_cloud .tagcloud, .sidebar .wp-block-tag-cloud{padding:30px}.wp-block-tag-cloud
a{padding:6px
12px;text-decoration:none;margin-bottom:10px;margin-right:5px;color:var(--sp-secondary-dark);font-weight:400;font-size:16px!important;border:1px
solid var(--sp-primary);border-radius:6px;-webkit-transition:all 0s cubic-bezier(.645,.045,.355,1);transition:all .05s cubic-bezier(.645,.045,.355,1)}.widget_product_tag_cloud a:hover, .widget_product_tag_cloud a:focus, .wp-block-tag-cloud a:hover, .wp-block-tag-cloud a:focus{color:#fff;background:var(--sp-gradient1)}.sidebar ul.wp-block-social-links
li{padding-top:0 !important;padding-bottom:0 !important;line-height:0}.wp-block-image
figcaption{margin-bottom:0}button.featherlight-close-icon.featherlight-close{background-color:var(--sp-primary);border:1px
solid var(--sp-white);top:40px;right:40px;border-radius:0}.is-style-circle figure.tiled-gallery__item:before{content:'';position:absolute;inset:0;background:#000;border-radius:100%;opacity:0;visibility:hidden;transition:0.65s}.is-style-circle figure.tiled-gallery__item:hover:before,
.is-style-circle figure.tiled-gallery__item:focus:before{visibility:visible;opacity:0.5}.wp-block-jetpack-tiled-gallery .tiled-gallery__row{margin-right:calc(-.4 * var(--bs-gutter-x));margin-left:calc(-.4 * var(--bs-gutter-x));--bs-gutter-x:1.5rem}.wp-block-jetpack-tiled-gallery .tiled-gallery__row>*{padding-right:calc(var(--bs-gutter-x) * .4);padding-left:calc(var(--bs-gutter-x) * .4)}.wp-block-jetpack-tiled-gallery .tiled-gallery__row:not(:last-child){margin-bottom:20px}.wp-block-jetpack-tiled-gallery .tiled-gallery__row+.tiled-gallery__row{margin-top:0px}.wp-block-jetpack-tiled-gallery .tiled-gallery__col+.tiled-gallery__col{margin-left:0px}.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__item{border-radius:50%;box-shadow:rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px}.wp-block-jetpack-tiled-gallery.is-style-rectangular .tiled-gallery__item{width:100%!important;height:100%!important;box-shadow:rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px}.wp-block-jetpack-tiled-gallery .tiled-gallery__item{box-shadow:rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px}.wp-block-jetpack-tiled-gallery .tiled-gallery__gallery{justify-content:center}.wp-block-jetpack-tiled-gallery.is-style-columns .tiled-gallery__item{width:100%!important;margin-bottom:20px}.wp-block-jetpack-tiled-gallery.is-style-columns .tiled-gallery__item:last-child{margin-bottom:0px}.wp-block-jetpack-tiled-gallery.is-style-columns .tiled-gallery__item{margin-top:0px}blockquote.wp-block-quote.has-text-color p, blockquote.wp-block-quote.has-text-color p var, blockquote.wp-block-quote.has-text-color p cite, blockquote.wp-block-quote.has-text-color
cite{color:inherit}.wp-block-table
figcaption{text-align:center}.sidebar .widget .wp-block-group .wp-block-image{margin-bottom:0}ul.wp-block-rss{list-style:disc}.has-text-color a:hover, .has-text-color a:focus{color:inherit}.entry-content ul:last-child{margin-bottom:0}.wp-block-code.has-text-color
code{color:inherit}.sidebar .widget .wp-block-group .is-nowrap
p{padding:0}.sidebar .widget .wp-block-group .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-date{padding-top:0.5rem;padding-bottom:0.5rem;font-size:0.875rem}ul.wp-block-rss{list-style:none;margin-left:0}ul.wp-block-rss li.wp-block-rss__item{margin-bottom:1rem}ul.wp-block-rss li.wp-block-rss__item:last-child{margin-bottom:0}.sidebar .widget .wp-block-group .wp-block-pullquote
blockquote{margin-top:0;margin-bottom:0}.sidebar .widget .wp-block-group .wp-block-rss .wp-block-rss__item-title>a{font-weight:600}.wp-block-quote.is-style-large{padding-top:1.10rem;padding-bottom:1.10rem}.sidebar .widget .wp-block-group .wp-block-file, .sidebar .widget .wp-block-group .wp-block-image{padding:1.563rem 1.000rem 1.563rem}.widget .wp-block-group .is-vertical
a{color:inherit}.entry-content ol.wp-block-latest-comments{padding-left:2rem}.wp-block-table
figcaption{text-align:center}.post .entry-content ul.wp-block-archives{margin-left:1.125rem;list-style:disc}.wp-block-code.has-background
code{background:inherit}.wp-block-group .wp-block-embed,
.wp-block-group .wp-block-image{padding:1.563rem 1.000rem 1.563rem}.wp-block-archives-dropdown select,
.wp-block-categories-dropdown
select{width:auto}.widget .wp-block-group .wp-block-columns{margin-bottom:0}.widget .wp-block-group .wp-block-rss li:last-child{padding-bottom:0}ul.wp-block-page-list
a{text-decoration:none}.sidebar .wp-block-group .is-nowrap{margin:1.563rem 1.000rem 1.563rem}.sidebar .widget .wp-block-group .wp-block-latest-comments__comment-meta{font-weight:600;line-height:1.5}​.wp-block-woocommerce-customer-account a .wc-block-customer-account__account-icon{height:2em;width:2em}.sidebar .widget .wp-block-group .is-layout-flow
h2{border-left:0 none}.wc-block-components-product-title a,
.wc-block-components-product-title a:hover,
.wc-block-components-product-title a:focus{text-decoration:none}.wp-block-verse{padding:10px}.wp-block-details
summary{font-weight:600}.wp-block-calendar .wp-calendar-nav{position:relative;top:0;left:0;width:100%}.sidebar .widget .wp-block-group .wp-block-latest-comments,
.sidebar .widget .wp-block-group .wp-block-loginout,
.sidebar .widget .wp-block-group .wp-block-table,
.sidebar .widget .wp-block-group .wp-block-buttons{padding:1.563rem 1.000rem 1.563rem}.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-cart__totals-title{font-size:24px;line-height:34px;text-transform:capitalize;margin-bottom:15px}.sidebar .widget .wp-block-group .wp-block-embed{margin:0}.sidebar .widget .wp-block-group ol
li{padding-bottom:0.625rem}.wp-block-details
summary{font-weight:600;padding:10px}.wp-block-latest-posts__post-author{font-size:1.7rem;font-weight:600}a.wc-block-grid__product-link{text-decoration:none}.wp-block-cover.has-background-dim-60.has-background-dim .wp-block-cover-text a:hover{color:inherit}.sidebar .widget .wp-block-group .wp-block-cover,
.sidebar .widget .wp-block-group .wp-block-separator{margin-bottom:0rem}.wp-block-quote .wp-block-search{padding-bottom:5px}.wc-block-mini-cart__icon,.wc-block-mini-cart__badge{color:inherit}.sidebar .widget .wp-block-pullquote
cite{z-index:1}.sidebar .widget .wp-block-group .is-nowrap{margin:1.563rem 1.000rem 1.563rem}.wp-block-post-title
a{text-decoration:none}.wp-block-details
summary{font-weight:600}.wp-block-group.has-black-border-color{border-color:#333 !important}.widget .wp-block-group .wp-block-preformatted
a{color:inherit}.wp-block-woocommerce-single-product .wp-block-post-title
a{text-decoration:none}.footer-sidebar .widget .wp-block-group .wp-block-image .wp-element-caption
a{color:inherit}.sidebar .widget .wp-block-group .is-nowrap
p{padding:0}.sidebar .widget.widget_block .wp-block-group ul.wp-block-latest-posts__list{margin-left:0}.sidebar .widget .wp-block-group .wp-block-latest-comments__comment-meta{font-weight:600;line-height:1.5}.wc-block-components-product-title a.wc-block-components-product-name:hover,
.wc-block-components-product-title a.wc-block-components-product-name:focus{color:inherit}.wp-block-code.has-text-color
code{color:inherit}.wc-block-grid__products .wc-block-components-product-button__button{border-radius:0}.widget .wp-block-heading:before{left:0;top:0}div.wc-block-components-sidebar-layout.wc-block-cart .wc-block-cart__totals-title{font-weight:700;font-size:24px}.wc-block-components-checkout-place-order-button{background:inherit}.widget .wp-block-social-links{margin-bottom:0}.wp-block-latest-comments
article{margin-bottom:0px}.sidebar .widget .wp-block-group .wp-block-button .wp-block-button__link{color:#fff}button.wp-block-search__button.wp-element-button:hover,button.wp-block-search__button.wp-element-button:focus{border:2px
solid}.wc-block-components-totals-coupon__content button.components-button{border-radius:4px}.wp-block-code code
img{padding:10px}.wp-block-latest-posts__list .wp-block-latest-posts__post-author,
.wp-block-latest-posts__list .wp-block-latest-posts__post-date{text-decoration:none}.wc-block-cart-items
td{color:inherit}.wc-block-components-totals-coupon__content button.components-button{border-radius:0}ul.wp-block-page-list
a{text-decoration:none}.wc-block-featured-category__link .wp-block-button__link:focus{color:#fff}.wc-block-featured-product__price .woocommerce-Price-amount.amount{color:inherit}.wp-block-post-comments-form .comment-reply-title{margin-bottom:1.4rem}.wp-block-group .wp-block-details
p{margin-top:1rem;padding-top:1rem}.woocommerce table.shop_attributes
td{text-decoration:none}.wc-block-cart-items
th{color:inherit}.wp-block-latest-posts__post-author{font-size:18px;font-weight:600}.post .entry-content ul.wp-block-post-template li.wp-block-post .wp-block-post-date{padding-bottom:1.2rem}.wc-block-mini-cart__empty-cart-wrapper .wc-block-mini-cart__shopping-button:focus{color:#fff}.wc-block-featured-product__price .woocommerce-Price-amount.amount{text-decoration:none}.widget .wp-block-group pre.wp-block-preformatted{background:rgba(26, 26, 26, 0.8);color:#ddd}.sidebar .widget .wp-block-file .wp-block-file__button{background-color:#1b8415}.wp-block-social-links .wp-social-link:last-child{margin-bottom:8px}.wp-block-code.has-background
code{background:inherit}.wc-block-mini-cart__footer-checkout:focus{background-color:inherit;color:#fff}.wc-block-cart__submit-button,.wc-block-cart__submit-button:hover,.wc-block-cart__submit-button:focus{text-decoration:none}.wc-block-mini-cart__badge{color:inherit}table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name{line-height:16px}.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions
a{font-size:1.2rem;text-decoration:none}.wc-block-mini-cart__footer span.wc-block-components-totals-item__label{font-size:16px;line-height:20px}.wp-block-file.has-background{padding:0.5rem}.wc-block-cart-item__remove-link{text-decoration:none !important}a.wp-block-latest-posts__post-title{text-decoration:none}.wp-block-latest-comments__comment
a{text-decoration:none}.has-background.wp-block-read-more{padding:0.25em 1.375em}.wc-block-components-product-badge{font-size:1rem !important}.wc-block-components-totals-coupon-link{text-decoration:none}.wc-block-grid__product-price.price
ins{line-height:18px}.wc-block-components-product-badge{text-decoration:none}.wp-block-file
a{line-height:18px}.wc-block-components-totals-coupon-link{line-height:18px}.wp-block-comment-author-name
a{color:inherit}.wp-block-comment-date span
a{color:inherit}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{text-decoration:none}.wc-block-mini-cart__empty-cart-wrapper .wc-block-mini-cart__shopping-button:hover{color:#fff}.wp-block-page-list a:hover,
.wp-block-page-list a:focus{color:inherit}.wp-block-page-list{list-style:none}.wp-block-page-list
a{font-weight:600}.wp-block-social-links .wp-social-link:last-child{margin-bottom:10px}.wp-block-social-links .wp-social-link
a{box-shadow:none}.wp-block-calendar table
th{font-weight:600}.widget .wp-block-read-more{font-weight:500}.entry-content blockquote cite a:hover,
.entry-content blockquote cite a:focus{text-decoration:underline}.widget .wp-block-group ul li
a{text-decoration:none}.wp-block-list.has-background{padding:1.25em 2.375em}.wp-block-preformatted.has-background{padding:1em}.sidebar .widget .wp-block-group .is-vertical
a{color:inherit}.footer-sidebar .widget.widget_block .wp-block-group p
a{color:inherit}.wp-block-page-list.has-background{padding:1rem}.wp-block-page-list p
a{padding:1rem}.wp-block-post-author
img{border-radius:100%}a.wp-block-button__link:focus{color:#fff;text-decoration:none}.post.grid-view-news-area ul.wp-block-rss{list-style:disc}.post .wp-block-archives
li{padding-bottom:0.625rem}.widget .wp-block-embed .wp-element-caption
a{color:inherit}.sidebar .widget .textwidget a
span{color:inherit}.wp-block-file .wp-block-file__button{text-decoration:none;border:none}select:focus,.form-control:focus{border-color:rgb(255, 33, 79);box-shadow:0 0 5px rgba(255, 33, 79, 1)}.input-group>.form-control:focus,.input-group>.custom-select:focus,.input-group>.custom-file:focus{z-index:0}.sidebar .widget .wp-block-group .wp-block-embed{margin:0}table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link{text-decoration:none !important}.footer-sidebar .widget .wp-block-group .wp-block-verse{background:#202020;color:#ccc}.widget .wp-block-quote{color:inherit}.sidebar .widget .wp-block-group .wp-block-preformatted
a{text-decoration:underline}.entry-content ul.wp-block-post-template li.wp-block-post:hover{box-shadow:none}.wp-block-image .alignleft
figcaption{text-align:left}:root{--sp-gradient1:linear-gradient(-137deg, var(--sp-primary) 0%, var(--sp-primary2) 100%);--sp-gradient2:linear-gradient(137deg, #11104d 0%, #060534 100%);--sp-green:#fff;--sp-white:#fff;--sp-primary-light:#fff9f9;--sp-primary:#FF512F;--sp-primary2:#F09819;--sp-secondary:#11104d;--sp-secondary2:#060534;--sp-secondary-dark:#252525;--sp-border-dark:#ddd;--sp-border-light:#e9e9e9;--sp-border-extra-light:#f2f2f2;--sp-scrollbar-thumb:#c2c2c2;--sp-font-sans-serif:"Poppins",system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--sp-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--sp-shadow:2px 5px 20px rgba(0, 0, 0, .2);--sp-radius:3px;--sp-transition:all .3s cubic-bezier(.645,.045,.355,1)}::-webkit-selection{background-color:var(--sp-primary);color:#fff;-webkit-text-fill-color:#fff}::selection{background-color:var(--sp-primary);color:#fff;-webkit-text-fill-color:#fff}::-webkit-scrollbar{width:10px;height:10px;background-color:var(--sp-border-extra-light)}::-webkit-scrollbar-thumb{background-color:var(--sp-scrollbar-thumb);border-radius:10px}::-webkit-scrollbar-corner{background-color:var(--sp-border-extra-light)}@media (min-width: 992px){.footer-parallax .footer-section{position:fixed;bottom:0;left:0;width:100%;z-index:-1}.footer-parallax .gradiant-content{position:relative;margin-bottom:756px;background-color:#fff;box-shadow:0 5px 10px 0 rgb(51 51 51 / 50%);z-index:1}.mobile-logo,.theme-mobile-menu{display:none}.gallery-area .gallery-item{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.main-slider .owl-nav [class*=owl-]{top:-60px}.features-section
.featuresbgwrapper{position:inherit}.featuresbgwrapper .features-image-wrap
img{max-width:900px;max-height:570px;position:absolute;bottom:50px}.info-section-one .info-wrapper{margin:0}.av-column-5.funfact-person{position:unset}.header.header-eight +.gradiant-content .breadcrumb-area{padding-top:162px}.header.header-three +.gradiant-content .breadcrumb-area,
.header.header-two +.gradiant-content .breadcrumb-area{padding-top:305px}.header.header-three +.gradiant-content .slider-wrapper .main-slider .item,
.header.header-two +.gradiant-content .slider-wrapper .main-slider
.item{min-height:820px}.header.header-eight +.gradiant-content .slider-wrapper .main-slider .item img,
.header.header-three +.gradiant-content .slider-wrapper .main-slider .item img:not(:last-child),
.header.header-two +.gradiant-content .slider-wrapper .main-slider .item
img{height:100%;min-height:900px;object-fit:cover}.header.header-eight +.gradiant-content .slider-wrapper .main-slider .item,
.header.header-eight +.gradiant-content .slider-wrapper .main-slider .item
img{min-height:682px}.header.header-eight +.gradiant-content .slider-wrapper .main-slider .theme-content{padding-top:132px}.header.header-three +.gradiant-content .slider-wrapper .main-slider .theme-content,
.header.header-two +.gradiant-content .slider-wrapper .main-slider .theme-content{padding-top:282px}.header.header-eight +.gradiant-content .slider-wrapper .main-slider .owl-nav [class*=owl-]{top:145px}.header.header-three +.gradiant-content .slider-wrapper .main-slider .owl-nav [class*=owl-],
.header.header-two +.gradiant-content .slider-wrapper .main-slider .owl-nav [class*=owl-]{top:216px}.header.header-eight,.header.header-three,.header.header-two{position:absolute;right:0;left:0;width:100%;margin:0
auto}.header.header-three,.header.header-two{max-width:81.15%;top:80px}.header.header-three{background:var(--sp-gradient2);color:#fff}.header.header-three .navbar-area.sticky-menu{background:var(--sp-gradient2)}.header.header-three .header-backside,
.header.header-two .header-backside{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:138%;opacity:0.6;text-align:center;margin:auto;transition:opacity 0s linear;z-index:-1}.header.header-three .header-backside>span>span,
.header.header-two .header-backside>span>span{max-width:93.9%;display:inline-block;width:100%;height:100%}.header.header-three .header-backside>span>span,
.header.header-three .header-backside:after,
.header.header-three .header-backside:before,
.header.header-three .header-backside>span:after,
.header.header-three .header-backside>span:before{background:var(--sp-gradient2)}.header.header-two .header-backside>span>span,
.header.header-two .header-backside:after,
.header.header-two .header-backside:before,
.header.header-two .header-backside>span:after,
.header.header-two .header-backside>span:before{background:#fff}.header.header-three .header-backside:after,
.header.header-three .header-backside:before,
.header.header-three .header-backside>span:after,
.header.header-three .header-backside>span:before,
.header.header-two .header-backside:after,
.header.header-two .header-backside:before,
.header.header-two .header-backside>span:after,
.header.header-two .header-backside>span:before{content:'';position:absolute;width:3.05%;height:14%;opacity:0.7}.header.header-three .header-backside:before,
.header.header-two .header-backside:before{top:0;left:0;clip-path:polygon(100% -5%, 100% 100%, 0 100%)}.header.header-three .header-backside:after,
.header.header-two .header-backside:after{top:0;right:0;clip-path:polygon(0 100%, 0 -5%, 100% 100%)}.header.header-three .header-backside>span:after,
.header.header-two .header-backside>span:after{right:0;bottom:0;clip-path:polygon(100% 0, 0 108%, 0 0)}.header.header-three .header-backside>span:before,
.header.header-two .header-backside>span:before{left:0;bottom:0;clip-path:polygon(100% 0, 0 0, 100% 108%)}.header.header-three .navbar-area.sticky-menu,
.header.header-two .navbar-area.sticky-menu{max-width:81.15%;margin:0
auto}.header.header-three .av-container,
.header.header-two .av-container{padding:0
25px}.header.header-three .navbar-area,
.header.header-two .navbar-area{padding:0}.header.header-three .header-wrap-right,
.header.header-two .header-wrap-right{min-height:90px;margin-left:8px;border-left:1px solid rgb(189 189 189 / 0.45)}.header.header-three .menubar .menu-wrap > li > a,
.header.header-two .menubar .menu-wrap>li>a{line-height:90px}.header.header-three .theme-menu,
.header.header-two .theme-menu{padding-left:12px;border-left:1px solid rgb(189 189 189 / 0.45)}.header.header-three .tagcloud a,
.header.header-three .widget:not(.widget_social_widget) a:hover,
.header.header-three .widget:not(.widget_social_widget) a:focus{color:#fff}.header.header-three .menubar .menu-wrap > li > a,
.header.header-three .contact-icon i,
.header.header-three .header-widget a:hover span.title,
.header.header-three .header-widget a:focus
span.title{background:transparent;-webkit-background-clip:unset;-webkit-text-fill-color:unset;color:#fff}.header.header-six{background:var(--sp-gradient2);color:#fff}.header.header-eight{top:0;background:transparent;color:#fff}.header.header-eight .navbar-area{padding:0;background:var(--sp-gradient2);position:relative;z-index:0}.header.header-eight .menu-right .header-wrap-right{min-height:97px}.header.header-eight .menubar .menu-wrap>li>a{color:#fff;line-height:97px}.header.header-eight .navbar-area:before,
.header.header-eight .navbar-area:after{content:"";left:0;bottom:0;width:32%;height:200%;min-height:97px;position:absolute;background:var(--sp-gradient1);clip-path:polygon(0 0, 80% 0%, 100% 50%, 80% 100%, 0 100%, 0% 50%);z-index:-1}.header.header-eight .navbar-area:after{left:26px;opacity:0.6;z-index:-1}.header.header-eight .navbar-area .av-column-3.my-auto
.logo{position:absolute;top:-58px}.header.header-eight .navbar-area .av-column-3.my-auto .logo
img{max-width:200px}.header.header-eight .header-above-info{border-bottom:0}.header.header-eight .header-above-info .widget-left.text-av-left.text-center{justify-content:flex-start;max-width:165px;margin-left:auto;padding-left:18px}.header.header-eight .navbar-area .menubar ul.menu-wrap{padding-left:30px}.header.header-eight .header-above-info .widget.widget_nav_menu a, .header.header-eight .header-above-info .widget.widget_nav_menu
li{line-height:18px}.header.header-eight .header-above-info .widget_nav_menu li:not(:last-child){padding-right:9px;margin-right:5px;border-right:1px solid #fff}.header.header-eight .header-above-info .widget_nav_menu a:not(:hover):not(:focus){color:#fff}.header.header-eight .cart-icon-wrap{box-shadow:none}.header.header-eight .cart-icon-wrap
i{background:transparent;-webkit-background-clip:unset;-webkit-text-fill-color:unset;color:#fff}.header.header-eight .cart-wrapper .cart-icon-wrap
span{right:0;top:-5px;border:0;line-height:19px}.header.header-eight .navbar-area ul li.cart-wrapper{margin-right:3px}.header.header-eight .header-search-toggle{color:#fff}.cta-section .av-columns-area,
.cta-section .av-columns-area [class*='av-column-']{margin-bottom:0}.cta-section .av-columns-area [class*='av-column-'].my-auto{margin-bottom:auto}.header-2 .breadcrumb-content,
.header-3 .breadcrumb-content{padding-top:300px}.header-7 .breadcrumb-content{padding-top:200px}.theme-slider div.theme-content .av-column-7{margin-bottom:auto}}@media (min-width: 992px) and (max-width: 1330px){.main-slider .owl-nav [class*=owl-]{width:42px;height:42px}.main-slider .owl-nav [class*=owl-] i{font-size:14.5px}.main-slider .owl-nav [class*=owl-]:hover{width:96px}.main-slider .owl-nav .owl-prev{left:0.46%}.main-slider .owl-nav .owl-next{right:0.46%}}@media (min-width: 992px) and (max-width: 1124px){.widget_social_widget li:not(:last-child) a{margin-right:3px}.av-btn-wrapper .av-btn:not(:last-child){margin-right:10px}.menubar .menu-wrap>li>a{padding:0px
13px}.widget_social_widget
li{margin-left:8px}.share-toolkit .toolkit-hover,
.widget_social_widget li
a{width:35px;height:35px;line-height:35px;font-size:15px}.footer-copyright .widget_social_widget
li{margin-left:6px}.footer-copyright .widget_social_widget
a{width:35px;height:35px}}@media (min-width: 992px) and (max-width: 1111px){.cta-content .cta-icon-wrap{left:-65px}.info-wrapper2 .widget.widget-contact{padding:45.5px 25px}.info-wrapper2 .widget.widget-contact .contact-area .contact-icon{margin:0
12px 0 0;font-size:42px}.info-wrapper2 .widget.widget-contact .contact-area
span.text{font-size:16px}.info-wrapper2 .widget.widget-contact .contact-area
span.title{font-size:21px;font-weight:700}.info-section-one .widget-contact .contact-area
.title{font-size:14px}.header.header-seven .navbar-area .menu-right.menu-left{margin-top:-26px}.header.header-seven .navbar-area .menubar .menu-wrap>li>a{font-size:14.5px}.header.header-seven .navbar-area .share-toolkit .toolkit-hover, .header.header-seven .navbar-area .widget_social_widget li
a{width:30px;height:30px;line-height:30px;font-size:14px}.header-widget:not(.header-carousel) .widget:not(.widget_media_video){flex:1}.widget-right .widget, .widget-left
.widget{padding:0px
10px}.widget-right .widget:nth-child(n+2){padding:0
10px}.header .contact-info
span.title{font-size:14px}.av-button-area{padding-left:0.75em}.menu-right>ul{padding-left:12px}li.cart-wrapper{margin-right:5px}li.search-button{padding-left:5px}}@media (min-width: 992px) and (max-width: 1110px){.header.header-six .navbar-full .widget-wrp
.widget{max-width:239px;margin-right:8px;padding-right:8px}.header.header-five .widget-wrp
.widget{max-width:280px}.card404
h1{font-size:188px;line-height:135px}.card404
.card404icon{width:135px;height:135px}.card404 .card404icon:after{width:112px;height:112px}.card404 .card404icon:before{width:120px;height:120px}}@media (min-width: 992px) and (max-width: 1288px){.header.header-three,.header.header-two{max-width:86.5%}.header.header-three .header-wrap-right,
.header.header-two .header-wrap-right{max-width:200px}.header.header-three .navbar-area .av-column-3.my-auto,
.header.header-two .navbar-area .av-column-3.my-auto{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.header.header-three .navbar-area .av-column-9.my-auto,
.header.header-two .navbar-area .av-column-9.my-auto{-ms-flex:0 0 80%;flex:0 0 80%;max-width:80%}.header.header-three .navbar-area .menubar .menu-wrap > li > a,
.header.header-two .navbar-area .menubar .menu-wrap>li>a{font-size:14px;padding:0px
10px}.header.header-three .navbar-area .menubar ul.menu-wrap > li.dropdown > a,
.header.header-two .navbar-area .menubar ul.menu-wrap>li.dropdown>a{padding-right:18px}.header.header-three .header-wrap-right li.search-button,
.header.header-two .header-wrap-right li.search-button{margin-left:0;padding-left:0}}@media (min-width: 992px) and (max-width: 1041px){.header.header-three .header-wrap-right,
.header.header-two .header-wrap-right{max-width:165px}}@media (max-width: 991px){.cta-section .cta-overlay:before,
.cta-content .cta-icon-wrap{display:none}.badge{line-height:1.2;vertical-align:text-top}.not-included{margin-top:-10px}div.theme-mobile-nav{display:block}.hide-mobile-tablet.sticky-menu{position:relative}.hide-mobile-tablet{display:none}.theme-mobile-menu .header-wrap-right .widget-wrap,
.mobile-menu .login-btn{display:none}.header .widget_info
li{margin-right:0;margin-bottom:5px}.header-widget .widget_social li
a{margin-bottom:4px}.main-slider .owl-nav{position:absolute;left:0;right:0;bottom:1em}.main-slider .owl-nav [class*=owl-]{position:relative;left:0;right:0;width:45px;height:45px}.owl-theme .owl-nav [class*=owl-]:hover{width:95px;left:0;right:0}.main-slider .owl-nav .owl-prev{margin-right:6px}.main-slider .owl-nav .owl-next{margin-left:6px}.theme-slider div.theme-content{margin-bottom:15px}.theme-content
h1{font-size:28px}.theme-content
h3{font-size:16px;padding:8px
16px;line-height:1.25}.theme-content
p{font-size:14px;margin-bottom:10px}.widget-left .widget:nth-child(2n+3),
.widget-left .widget:first-child,
.widget-right .widget:nth-child(n+2),
.widget-right .widget,
.widget-left
.widget{padding:0
10px}.widget-left,.widget-right{justify-content:center}.info-section{margin-top:80px;margin-bottom:0}.info-section-one .info-wrapper [class*='av-sm-column']{margin-bottom:15px}.info-section-one .info-wrapper [class*='av-sm-column']:last-child{margin-bottom:0}.info-section-one .widget-contact .contact-area
.title{font-size:96%}.footer-one .footer-main .footer-info-overwrap{display:none}.shapes-section [class*="shape"]{display:none}.footer-one .footer-above .contact-info
span.title{font-size:20px;font-weight:500}.footer-one .footer-above .contact-icon{font-size:50px;height:50px}.header-six
.widget_social_widget{display:none}.comoxa-theme .theme-slider .text-right [class*="av-column-"]:first-child{order:0}.header.header-three +.gradiant-content .slider-wrapper .main-slider .item img:not(:last-child){min-height:700px}}@media (min-width: 480px) and (max-width: 767px){.hide-tablet{display:none}.hide-tablet.sticky-menu{position:relative}}@media (min-width: 601px) and (max-width: 991px){.gallery-area .gallery-item{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.info-section-one .info-wrapper:not(.info-four) [class*='av-sm-column']:nth-child(4n){border-left:0}.info-section-one .info-wrapper.info-four [class*='av-sm-column']:nth-child(5n){border-left:0}.info-section-one .info-wrapper .widget-contact .contact-area
.title{font-size:87%}.footer-one .footer-above [class*='av-column-']:nth-child(3n){border-left:0}.step-section .av-columns-area [class*='av-column-']:nth-child(2n) .stepbox .step-effect{display:none}}@media (min-width: 768px) and (max-width: 991px){.footer-one .footer-copyright .av-columns-area [class*='av-column-']:nth-child(3n){border-left:0}.timeline::before{height:94%}}@media (max-width: 767px){.av-my-default{margin:80px
0}.av-mt-default{margin-top:80px}.av-mb-default{margin-bottom:80px}.av-py-default{padding:80px
0}.av-pt-default{padding-top:80px}.av-pb-default{padding-bottom:80px}.section404{padding:80px
0}.av-container-fluid,.av-container{padding:0
25px}.hide-mobile-tablet.sticky-menu{position:relative}.hide-mobile-tablet{display:none}.breadcrumb-right .breadcrumb-content,.breadcrumb-content{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;text-align:center}.breadcrumb-right
h2{text-align:center}.breadcrumb-content .breadcrumb-heading,
.breadcrumb-content .breadcrumb-list{text-align:center}.breadcrumb-content .breadcrumb-list{width:max-content;border-radius:20px;padding:12px
18px}.breadcrumb-left .breadcrumb-list:before, .breadcrumb-right .breadcrumb-list:before{width:100%;left:0;right:0;border-radius:20px}.breadcrumb-left .breadcrumb-heading h2, .breadcrumb-right .breadcrumb-heading
h2{border-width:0;border-bottom-width:4px;border-image-slice:0 0 1 0;padding:0;padding-bottom:4px;margin-bottom:20px;font-size:30px}.header-widget .widget:nth-child(1n+2){margin-left:0}.header-widget .widget_social li:first-child
a{padding-left:0}.mobi-head-top{width:100%}.mobile-logo{text-align:left}.site-description{white-space:normal}.site-title,.site-description{text-align:left}.mobile-menu-right>ul{padding-left:0;padding-right:10px}.theme-mobile-menu .header-wrap-right .widget-wrap,
.theme-mobile-menu .header-wrap-right .about-toggle-list,
.theme-mobile-menu .header-wrap-right .search-button,
.theme-mobile-menu .header-wrap-right .av-button-area{display:none}.shopping-cart{right:-103%;width:280px}.theme-slider div.theme-content{margin-bottom:0;padding:10px
0}.footer-copyright .widget-left,
.footer-copyright .widget-right,
.footer-copyright .widget-center{min-height:60px}.footer-one .footer-copyright .av-columns-area [class*='av-column-']{border-left:0;border-bottom:1px solid rgb(189 189 189 / 0.45)}.footer-one .footer-copyright .av-columns-area [class*='av-column-']:last-child{border-bottom:none}.timeline-content{margin-top:0}.timeline-item{padding:0
15px;margin-bottom:22px}.timeline-item:last-child{margin-bottom:0}.timeline-item:nth-child(even) strong,
.timeline-item:nth-child(even) p{text-align:left}.timeline-item:nth-child(odd){flex-direction:row}.timeline::before{left:6.25%;height:100%}.timeline-circle{position:absolute;left:6.3%}.timeline-item:nth-child(even) .timeline-content{border-left:5px solid var(--sp-primary);border-right:0}.timeline-item:nth-child(odd) .timeline-date{text-align:left}.testimonials-item{flex-wrap:wrap;text-align:center}.testimonials-client-thumb{margin-right:0;width:230px;height:230px}.testimonials-client-thumb:before{left:-41px;margin:auto}.inner-client-section{margin-top:0}.contactinfo-section{background-size:cover;background-position:center}.heading-title
h3{font-size:30px}.footer-one .footer-above .contact-info
span.text{font-size:15px;margin-bottom:4px}.footer-one .footer-above .contact-info
span.title{font-size:19px}}@media (max-width: 600px){.info-section-one .info-wrapper{padding:16px
0px}.info-section-one .info-wrapper [class*='av-sm-column']{border-left:0;padding-bottom:15px;border-bottom:1px solid rgb(189 189 189 / 0.45)}.info-section-one .info-wrapper [class*='av-sm-column']:last-child{padding-bottom:0;border-bottom:0}.footer-one .footer-above .av-columns-area{margin-bottom:0}.footer-one .footer-above [class*='av-column-']{border-left:0;margin-bottom:0;border-bottom:1px solid rgb(189 189 189 / 0.45)}.footer-one .footer-above [class*='av-column-']:last-child{border-bottom:none}.stepbox .step-effect{display:none}.contactform{padding:22px}.contactform .wpcf7
form{margin-bottom:-20px}.contactform .wpcf7 form
p{margin-bottom:20px}.contactform .wpcf7 form p:nth-child(5),
.contactform .wpcf7 form p:nth-child(3){margin-left:0}.contactform .wpcf7 form p:nth-child(5),
.contactform .wpcf7 form p:nth-child(2),
.contactform .wpcf7 form p:nth-child(3),
.contactform .wpcf7 form p:nth-child(4){flex:0 0 100%}}@media (max-width: 540px){.contactform-cards-item .cards-area,
.detailinfo .contact-area{flex-wrap:wrap;justify-content:flex-start}.contactform-cards-item .cards-area .cards-btn,
.contactform-cards-item .cards-area .av-btn,
.detailinfo .av-btn{margin-top:30px;margin-left:0}.comment-respond{padding:25px}.comment-list
.children{margin-left:1rem}.widget_media_gallery .gallery-item{width:100%;margin-bottom:30px}.hide-mobile{display:none}.hide-mobile.sticky-menu{position:relative}.theme-slider .av-container{padding:0
15px}.theme-content
h3{font-size:14px;margin-bottom:5px;padding:6px
12px}.theme-content
h1{font-size:22px;margin-bottom:3px}.theme-content
p{font-size:13px;margin-bottom:5px}.theme-content .av-btn{font-size:13px;padding:6px
12px}.theme-content .av-btn:not(:last-child){margin-right:8px}.theme-content .av-btn
i{width:25px;height:25px;line-height:2.1;vertical-align:middle}.widget-left,.widget-right{flex-wrap:wrap}.widget-right .widget,
.widget-left
.widget{width:100%;padding:0
10px}.widget-right .widget:not(:last-child),
.widget-left .widget:not(:last-child){padding:0;padding-bottom:10px}.site-description{padding-top:1px}.widget_social_widget li:not(:last-child){margin-right:3px}.widget_social_widget
li{margin-left:4px}.share-toolkit .toolkit-hover, .widget_social_widget li
a{width:30px;height:30px;line-height:30px;font-size:15px}.av-btn-wrapper{text-align:center}.av-btn-wrapper .av-btn:not(:last-child){margin-right:10px}.av-btn-wrapper .av-btn:nth-child(2){margin-right:0}.av-btn-wrapper .av-btn:last-child{margin-top:10px}.card404
h1{font-size:96px;line-height:88px;max-height:78px;margin-bottom:20px}.card404
.card404icon{width:78px;height:78px;font-size:36px;margin:0
4px}.card404 .card404icon:before{width:68px;height:68px}.card404 .card404icon:after{width:64px;height:64px}.card404
h4{font-size:28px;margin-bottom:15px}}@media (max-width: 436px){.calendar_wrap table th,
.calendar_wrap table
td{line-height:43px}.comments-area .comment-meta .comment-author
img{position:unset;width:90px;margin-bottom:15px}.comments-area .comment-body{padding:0}.comment-list .children .comment-body{padding:20px;padding-left:20px;border-radius:8px}}@media only screen and (max-width:675px){.cta-content-wrap .cta-btn{margin-top:20px;padding-left:0}}@media screen and (max-width: 580px){.post-content{padding:22px}.post-count{bottom:32px;right:-6px;font-size:60px}.post-items:not(.latest_posts):hover .post-count,
.post-items:not(.latest_posts):focus-within .post-count{top:22px;right:20px}}@media only screen and (max-width:420px){.mobile-logo
.logo{max-width:170px}.mobile-logo .logo
img{max-width:90%}.logo a, .mobile-logo a,.site-title{display:flex;flex-wrap:wrap;font-size:22px;align-items:center}.mobile-menu-right .header-search-toggle,
.mobile-menu-right .cart-icon-wrap
#cart{font-size:14px}.toggle-lines
div{height:2.5px;margin:0
0 3.7px}.hamburger .toggle-lines{padding:6px
8px 6px}.cart-wrap, .hamburger,
.mobile-menu-right .header-search-toggle,
.mobile-menu-right .cart-icon-wrap #cart,
.cart-icon .cart-icon-wrapper
i{width:35px;height:35px;line-height:1.65}.post-footer
table{overflow-x:auto;display:flex}}@media only screen and (max-width: 358px){.mobile-menu-right>ul{padding-right:6px}.headtop-mobi{margin-left:5px}.header .header-search-toggle,.cart-icon-wrap{font-size:14px;width:35px;height:35px}.cart-wrapper .cart-icon-wrap
i{font-size:15px}.header-above-toggle{width:35px;height:35px;line-height:35px}.theme-content
h1{font-size:19px}.theme-content
p{max-width:230px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.theme-content .av-btn{font-size:12px;padding:5px
10px}.theme-content .av-btn:not(:last-child){margin-right:1px}body .widget_social_widget .toolkit-hover+ul{margin-top:0}}@media only screen and (max-width: 330px){.theme-content
h3{width:100%;font-size:11px;margin-bottom:5px;padding:5px
8px}.theme-content
h1{font-size:17px}.theme-content .av-btn{font-size:11px;padding:3px
8px;line-height:2.2}.theme-mobile-menu .header-wrap-right
li{margin-right:6px}.mobile-logo
.logo{max-width:144px}.card404-btn
a{clear:both;margin-right:0;margin-top:12px}.post-items p+ul{padding-left:5px}.service-item .av-btn{min-width:155px}}h1:where(.wp-block-heading).has-background,h2:where(.wp-block-heading).has-background,h3:where(.wp-block-heading).has-background,h4:where(.wp-block-heading).has-background,h5:where(.wp-block-heading).has-background,h6:where(.wp-block-heading).has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}