@charset "UTF-8";
@charset "UTF-8";
@font-face {
font-family: 'icomoon-wc-free';
src:  url(//adm-textile.fr/wp-content/plugins/drag-and-drop-multiple-file-upload-for-woocommerce/assets/fonts/icomoon.eot?mh2om6);
src:  url(//adm-textile.fr/wp-content/plugins/drag-and-drop-multiple-file-upload-for-woocommerce/assets/fonts/icomoon.eot?mh2om6#iefix) format('embedded-opentype'),
url(//adm-textile.fr/wp-content/plugins/drag-and-drop-multiple-file-upload-for-woocommerce/assets/fonts/icomoon.ttf?mh2om6) format('truetype'),
url(//adm-textile.fr/wp-content/plugins/drag-and-drop-multiple-file-upload-for-woocommerce/assets/fonts/icomoon.woff?mh2om6) format('woff'),
url(//adm-textile.fr/wp-content/plugins/drag-and-drop-multiple-file-upload-for-woocommerce/assets/fonts/icomoon.svg?mh2om6#icomoon) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
.wc-dnd-file-upload [class^="icon-"]{ font-family: 'icomoon-wc-free' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-close-outline:before {
content: "\e901";
}
.icon-images:before {
content: "\e90e";
}
.icon-cloud-upload:before {
content: "\e9c3";
}
.icon-upload2:before {
content: "\e9c6";
}
.icon-upload3:before {
content: "\e9c8";
} .dnd-icon-remove.deleting { outline:none; font-family : inherit !important; font-size:12px; color:#000; font-weight:500; }
.dnd-icon-remove.deleting:before {content : '';}
.wc-dnd-file-upload { padding:0.8rem 0; position:relative; }
.wc-dnd-file-upload label { margin-bottom:0.5rem; display:block; }
.wc-drag-n-drop-file.d-none {
display:none;
opacity:0;
visibility:hidden;
position:absolute;
top:0;
} .dnd-upload-status {
display:flex;
padding:4px 0;
align-items:center;
position:relative;
} .dnd-upload-status .dnd-upload-image {
width:40px;
height:40px;
border:1px solid #a5a5a5;
text-align:center;
border-radius:100%;
position:relative;
}
.dnd-upload-status .dnd-upload-image.has-bg {
background-position:center center;
background-size:cover;
background-repeat:no-repeat;
border:0;
transition: transform 0.3s ease;
max-width:40px;
width:100%;
}
.dnd-upload-status .dnd-upload-image.has-bg:hover {
transform: scale(1.5);
}
.dnd-upload-status .dnd-upload-image span {
font-size:16px;
color:#222;
position: absolute;
top: 50%;
transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
left: 50%;
}
.dnd-upload-status .dnd-upload-image.has-bg span { opacity:0; z-index:-200; } .dnd-upload-status .dnd-upload-details {
padding-left:10px;
width: calc(100% - 40px);
}
.dnd-upload-status .dnd-upload-details .name {color:#016d98; padding:0 0 4px; padding-right:25px; display:flex; }
.dnd-upload-status .dnd-upload-details .name span { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; position: relative; padding-right:10px; }
.dnd-upload-status .dnd-upload-details .name em {color:#444242;	font-weight:700; } .dnd-upload-status .dnd-upload-details .remove-file {
position:absolute;
right:0;
top:6px;
text-decoration:none;
box-shadow:none;
outline:none;
}
.dnd-upload-status .dnd-upload-details span.has-error { color:#f50505; } .dnd-upload-status .dnd-upload-details .dnd-progress-bar {
display: block;
border-radius: 5px;
overflow: hidden;
background: #565555;
height: 14px;
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
background: #4CAF50;
display: block;
font-size: 11px;
text-align: right;
color: #fff;
height: 100%;
width:0;
line-height:13px;
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar span.complete { width:100%!important; padding-right:5px; }
.dnd-upload-counter { position:absolute; right:5px; bottom:3px; font-size:12px; } .codedropz-upload-handler {
border:2px dashed #c5c5c5;
border-radius:5px;
margin-bottom:10px;
position:relative;
}
.codedropz-upload-container {
padding:16px 20px;
}
.codedropz-upload-inner {
overflow:hidden;
width:100%;
white-space: nowrap;
text-align:center;
text-overflow: ellipsis;
font-weight:inherit;
}
.wc-upload-wrap .codedropz-upload-inner a.cd-upload-btn {
text-decoration:none;
box-shadow:none;
padding:0 10px;
color:#fff;
background-color:#6d6d6d;
border-radius:3px;
}
.codedropz-upload-inner .codedropz-label {
margin:5px 0;
font-size:18px;
line-height:36px;
position:relative;
display:flex;
align-items:center;
justify-content:center;
}
.codedropz-upload-inner .codedropz-label span.cd-separator {
padding:0 10px;
}
.codedropz-upload-inner .codedropz-label span.cd-icon {
font-size:30px;
padding-right:15px;
} .codedropz-dragover {
border-color:#6b6a6a;
}
.codedropz-upload-wrapper span.has-error-msg {
display:inline-block;
color:#ff0000;
padding:5px 0;
font-style:italic;
}
@media screen and (max-width: 767px) {
.dnd-upload-status .dnd-upload-details .name em { font-weight:normal; }
.dnd-upload-status .dnd-upload-details .name { padding-right:60px; }
.codedropz-upload-inner .codedropz-label { font-size:16px; }
}
@media screen and (max-width: 400px) {
.codedropz-upload-inner .codedropz-label { font-size:15px; }
.codedropz-label .cd-icon { display:none; }
}.tax-product_brand .brand-description{overflow:hidden;zoom:1}.tax-product_brand .brand-description img.brand-thumbnail{width:25%;float:right}.tax-product_brand .brand-description .text{width:72%;float:left}.widget_brand_description img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0 0 1em}ul.brand-thumbnails{margin-left:0;margin-bottom:0;clear:both;list-style:none}ul.brand-thumbnails:before{clear:both;content:"";display:table}ul.brand-thumbnails:after{clear:both;content:"";display:table}ul.brand-thumbnails li{float:left;margin:0 3.8% 1em 0;padding:0;position:relative;width:22.05%}ul.brand-thumbnails.fluid-columns li{width:auto}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:both}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:0}ul.brand-thumbnails.columns-1 li{width:100%;margin-right:0}ul.brand-thumbnails.columns-2 li{width:48%}ul.brand-thumbnails.columns-3 li{width:30.75%}ul.brand-thumbnails.columns-5 li{width:16.95%}ul.brand-thumbnails.columns-6 li{width:13.5%}.brand-thumbnails li img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0}@media screen and (max-width:768px){ul.brand-thumbnails:not(.fluid-columns) li{width:48%!important}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:none}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:3.8%}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd){clear:both}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even){margin-right:0}}.brand-thumbnails-description li{text-align:center}.brand-thumbnails-description li .term-thumbnail img{display:inline}.brand-thumbnails-description li .term-description{margin-top:1em;text-align:left}#brands_a_z h3:target{text-decoration:underline}ul.brands_index{list-style:none outside;overflow:hidden;zoom:1}ul.brands_index li{float:left;margin:0 2px 2px 0}ul.brands_index li a,ul.brands_index li span{border:1px solid #ccc;padding:6px;line-height:1em;float:left;text-decoration:none}ul.brands_index li span{border-color:#eee;color:#ddd}ul.brands_index li a:hover{border-width:2px;padding:5px;text-decoration:none}ul.brands_index li a.active{border-width:2px;padding:5px}div#brands_a_z a.top{border:1px solid #ccc;padding:4px;line-height:1em;float:right;text-decoration:none;font-size:.8em}.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hive:before{content:"\e07f"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\e065"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\e013"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\e066"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\e01a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\e07a"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\e06d"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\e07b"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-uncharted:before{content:"\e084"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-users-slash:before{content:"\e073"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-watchman-monitoring:before{content:"\e087"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(//adm-textile.fr/wp-content/themes/teespace/assets/libraries/fontawesome/webfonts/fa-brands-400.eot);src:url(//adm-textile.fr/wp-content/themes/teespace/assets/libraries/fontawesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(//adm-textile.fr/wp-content/themes/teespace/assets/libraries/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//adm-textile.fr/wp-content/themes/teespace/assets/libraries/fontawesome/webfonts/fa-brands-400.woff) format("woff"),url(//adm-textile.fr/wp-content/themes/teespace/assets/libraries/fontawesome/webfonts/fa-brands-400.ttf) format("truetype"),url(//adm-textile.fr/wp-content/themes/teespace/assets/libraries/fontawesome/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url(//adm-textile.fr/wp-content/themes/teespace/assets/libraries/fontawesome/webfonts/fa-regular-400.eot);src:url(//adm-textile.fr/wp-content/themes/teespace/assets/libraries/fontawesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(//adm-textile.fr/wp-content/themes/teespace/assets/libraries/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"),url(//adm-textile.fr/wp-content/themes/teespace/assets/libraries/fontawesome/webfonts/fa-regular-400.woff) format("woff"),url(//adm-textile.fr/wp-content/themes/teespace/assets/libraries/fontawesome/webfonts/fa-regular-400.ttf) format("truetype"),url(//adm-textile.fr/wp-content/themes/teespace/assets/libraries/fontawesome/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.fab,.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(//adm-textile.fr/wp-content/themes/teespace/assets/libraries/fontawesome/webfonts/fa-solid-900.eot);src:url(//adm-textile.fr/wp-content/themes/teespace/assets/libraries/fontawesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(//adm-textile.fr/wp-content/themes/teespace/assets/libraries/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//adm-textile.fr/wp-content/themes/teespace/assets/libraries/fontawesome/webfonts/fa-solid-900.woff) format("woff"),url(//adm-textile.fr/wp-content/themes/teespace/assets/libraries/fontawesome/webfonts/fa-solid-900.ttf) format("truetype"),url(//adm-textile.fr/wp-content/themes/teespace/assets/libraries/fontawesome/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}@font-face {
font-family: 'haruicons';
src:  url(//adm-textile.fr/wp-content/themes/teespace/assets/libraries/haruicons/fonts/haruicons.eot?6d279z);
src:  url(//adm-textile.fr/wp-content/themes/teespace/assets/libraries/haruicons/fonts/haruicons.eot?6d279z#iefix) format('embedded-opentype'),
url(//adm-textile.fr/wp-content/themes/teespace/assets/libraries/haruicons/fonts/haruicons.ttf?6d279z) format('truetype'),
url(//adm-textile.fr/wp-content/themes/teespace/assets/libraries/haruicons/fonts/haruicons.woff?6d279z) format('woff'),
url(//adm-textile.fr/wp-content/themes/teespace/assets/libraries/haruicons/fonts/haruicons.svg?6d279z#haruicons) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="hicon-"], [class*=" hicon-"] { font-family: 'haruicons' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.hicon-madd:before {
content: "\e947";
}
.hicon-mplay:before {
content: "\e948";
}
.hicon-quote:before {
content: "\e946";
}
.hicon-magnify:before {
content: "\e941";
}
.hicon-shop-bag:before {
content: "\e942";
}
.hicon-funnel:before {
content: "\e943";
}
.hicon-arrow-right-l:before {
content: "\e944";
}
.hicon-arrow-left-l:before {
content: "\e945";
}
.hicon-menu:before {
content: "\e940";
}
.hicon-error-outline:before {
content: "\e938";
}
.hicon-error:before {
content: "\e939";
}
.hicon-cancel:before {
content: "\e93a";
}
.hicon-highlight-off:before {
content: "\e93b";
}
.hicon-check-box:before {
content: "\e93c";
}
.hicon-check-circle-outline:before {
content: "\e93d";
}
.hicon-check:before {
content: "\e93e";
}
.hicon-credit-card:before {
content: "\e93f";
}
.hicon-autorenew:before {
content: "\e937";
}
.hicon-article:before {
content: "\e935";
}
.hicon-description:before {
content: "\e936";
}
.hicon-grid-view:before {
content: "\e933";
}
.hicon-list-view:before {
content: "\e934";
}
.hicon-sync-alt:before {
content: "\e92d";
}
.hicon-add-circle-outline:before {
content: "\e900";
}
.hicon-add-circle:before {
content: "\e901";
}
.hicon-add:before {
content: "\e902";
}
.hicon-arrow-down-b:before {
content: "\e903";
}
.hicon-arrow-down:before {
content: "\e904";
}
.hicon-arrow-left-b:before {
content: "\e905";
}
.hicon-arrow-left:before {
content: "\e906";
}
.hicon-arrow-right-b:before {
content: "\e907";
}
.hicon-arrow-right:before {
content: "\e908";
}
.hicon-arrow-thin-down:before {
content: "\e909";
}
.hicon-arrow-thin-left:before {
content: "\e90a";
}
.hicon-arrow-thin-right:before {
content: "\e90b";
}
.hicon-arrow-thin-up:before {
content: "\e90c";
}
.hicon-arrow-up-b:before {
content: "\e90d";
}
.hicon-arrow-up:before {
content: "\e90e";
}
.hicon-bag:before {
content: "\e90f";
}
.hicon-calendar:before {
content: "\e910";
}
.hicon-cart-limit:before {
content: "\e911";
}
.hicon-cart-plus:before {
content: "\e912";
}
.hicon-cart:before {
content: "\e913";
}
.hicon-chevron-down:before {
content: "\e914";
}
.hicon-chevron-left:before {
content: "\e915";
}
.hicon-chevron-right:before {
content: "\e916";
}
.hicon-chevron-up:before {
content: "\e917";
}
.hicon-close-outline:before {
content: "\e918";
}
.hicon-close:before {
content: "\e919";
}
.hicon-comments:before {
content: "\e91a";
}
.hicon-heart-outline:before {
content: "\e91b";
}
.hicon-heart:before {
content: "\e91c";
}
.hicon-ios-arrow-back:before {
content: "\e91d";
}
.hicon-ios-arrow-forward:before {
content: "\e91e";
}
.hicon-ios-volume-high:before {
content: "\e91f";
}
.hicon-ios-volume-low:before {
content: "\e920";
}
.hicon-play-circle-filled:before {
content: "\e921";
}
.hicon-play-circle:before {
content: "\e922";
}
.hicon-play-outline:before {
content: "\e923";
}
.hicon-play-radius:before {
content: "\e924";
}
.hicon-play:before {
content: "\e925";
}
.hicon-random:before {
content: "\e926";
}
.hicon-remove-circle-outline:before {
content: "\e927";
}
.hicon-remove-circle:before {
content: "\e928";
}
.hicon-remove:before {
content: "\e929";
}
.hicon-search:before {
content: "\e92a";
}
.hicon-star-outline:before {
content: "\e92b";
}
.hicon-star:before {
content: "\e92c";
}
.hicon-volume-high:before {
content: "\e92e";
}
.hicon-volume-low:before {
content: "\e92f";
}
.hicon-volume-medium:before {
content: "\e930";
}
.hicon-volume-off:before {
content: "\e931";
}
.hicon-volume-up:before {
content: "\e932";
}@font-face {
font-family: 'pricons';
src:  url(//adm-textile.fr/wp-content/themes/teespace/assets/libraries/pricons/fonts/pricons.eot?ou1k4t);
src:  url(//adm-textile.fr/wp-content/themes/teespace/assets/libraries/pricons/fonts/pricons.eot?ou1k4t#iefix) format('embedded-opentype'),
url(//adm-textile.fr/wp-content/themes/teespace/assets/libraries/pricons/fonts/pricons.ttf?ou1k4t) format('truetype'),
url(//adm-textile.fr/wp-content/themes/teespace/assets/libraries/pricons/fonts/pricons.woff?ou1k4t) format('woff'),
url(//adm-textile.fr/wp-content/themes/teespace/assets/libraries/pricons/fonts/pricons.svg?ou1k4t#pricons) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="pricon-"], [class*=" pricon-"] { font-family: 'pricons' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.pricon-css3:before {
content: "\e943";
}
.pricon-click:before {
content: "\e93d";
}
.pricon-web-browser:before {
content: "\e93e";
}
.pricon-elementor:before {
content: "\e93f";
}
.pricon-web-browser-2:before {
content: "\e940";
}
.pricon-right-arrow:before {
content: "\e941";
}
.pricon-woo:before {
content: "\e942";
}
.pricon-file:before {
content: "\e944";
}
.pricon-mobile:before {
content: "\e945";
}
.pricon-support:before {
content: "\e946";
}
.pricon-web-browser-3:before {
content: "\e947";
}
.pricon-d-printing:before {
content: "\e938";
}
.pricon-design-2:before {
content: "\e939";
}
.pricon-printer-2:before {
content: "\e93a";
}
.pricon-suitcase:before {
content: "\e93b";
}
.pricon-tshirt-4:before {
content: "\e93c";
}
.pricon-return-2:before {
content: "\e935";
}
.pricon-telephone:before {
content: "\e936";
}
.pricon-secure-payment:before {
content: "\e937";
}
.pricon-gallery:before {
content: "\e931";
}
.pricon-speedometer:before {
content: "\e932";
}
.pricon-checked:before {
content: "\e933";
}
.pricon-tshirt-3:before {
content: "\e934";
}
.pricon-laptop-2:before {
content: "\e92b";
}
.pricon-smartphone:before {
content: "\e92c";
}
.pricon-tablet:before {
content: "\e92d";
}
.pricon-laptop:before {
content: "\e92e";
}
.pricon-package-2:before {
content: "\e92f";
}
.pricon-photo-filter:before {
content: "\e930";
}
.pricon-star .path1:before {
content: "\e919";
color: rgb(0, 0, 0);
}
.pricon-star .path2:before {
content: "\e91a";
margin-left: -1em;
color: rgb(0, 0, 0);
opacity: 0.5;
}
.pricon-star .path3:before {
content: "\e91b";
margin-left: -1em;
color: rgb(0, 0, 0);
opacity: 0.5;
}
.pricon-star .path4:before {
content: "\e91c";
margin-left: -1em;
color: rgb(0, 0, 0);
opacity: 0.5;
}
.pricon-star .path5:before {
content: "\e91d";
margin-left: -1em;
color: rgb(0, 0, 0);
opacity: 0.5;
}
.pricon-star .path6:before {
content: "\e91e";
margin-left: -1em;
color: rgb(0, 0, 0);
opacity: 0.5;
}
.pricon-tshirt-1:before {
content: "\e91f";
}
.pricon-tshirt-2:before {
content: "\e920";
}
.pricon-worldwide:before {
content: "\e921";
}
.pricon-delivery-2 .path1:before {
content: "\e922";
color: rgb(0, 0, 0);
}
.pricon-delivery-2 .path2:before {
content: "\e923";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.pricon-delivery-2 .path3:before {
content: "\e924";
margin-left: -1em;
color: rgb(0, 0, 0);
opacity: 0.5;
}
.pricon-delivery-2 .path4:before {
content: "\e925";
margin-left: -1em;
color: rgb(0, 0, 0);
opacity: 0.5;
}
.pricon-color .path1:before {
content: "\e926";
color: rgb(0, 0, 0);
}
.pricon-color .path2:before {
content: "\e927";
margin-left: -1em;
color: rgb(0, 0, 0);
opacity: 0.5;
}
.pricon-box:before {
content: "\e928";
}
.pricon-award .path1:before {
content: "\e929";
color: rgb(0, 0, 0);
}
.pricon-award .path2:before {
content: "\e92a";
margin-left: -1em;
color: rgb(0, 0, 0);
opacity: 0.5;
}
.pricon-cube:before {
content: "\e900";
}
.pricon-supplies:before {
content: "\e901";
}
.pricon-equalizer:before {
content: "\e902";
}
.pricon-delivery:before {
content: "\e903";
}
.pricon-credit-card:before {
content: "\e904";
}
.pricon-box-order:before {
content: "\e905";
}
.pricon-database:before {
content: "\e906";
}
.pricon-design:before {
content: "\e907";
}
.pricon-ecology:before {
content: "\e908";
}
.pricon-global:before {
content: "\e909";
}
.pricon-globe-address:before {
content: "\e90a";
}
.pricon-mix-circle:before {
content: "\e90b";
}
.pricon-package:before {
content: "\e90c";
}
.pricon-payment:before {
content: "\e90d";
}
.pricon-phone:before {
content: "\e90e";
}
.pricon-printer:before {
content: "\e90f";
}
.pricon-printing:before {
content: "\e910";
}
.pricon-return:before {
content: "\e911";
}
.pricon-tree:before {
content: "\e912";
}
.pricon-universe:before {
content: "\e913";
}
.pricon-no-dollar:before {
content: "\e914";
}
.pricon-image:before {
content: "\e915";
}
.pricon-shape:before {
content: "\e916";
}
.pricon-text-t:before {
content: "\e917";
}
.pricon-bounding-box:before {
content: "\e918";
}@font-face {
font-family: 'phosphor';
src:  url(//adm-textile.fr/wp-content/themes/teespace/assets/libraries/phosphor/fonts/phosphor.eot?frc2kx);
src:  url(//adm-textile.fr/wp-content/themes/teespace/assets/libraries/phosphor/fonts/phosphor.eot?frc2kx#iefix) format('embedded-opentype'),
url(//adm-textile.fr/wp-content/themes/teespace/assets/libraries/phosphor/fonts/phosphor.ttf?frc2kx) format('truetype'),
url(//adm-textile.fr/wp-content/themes/teespace/assets/libraries/phosphor/fonts/phosphor.woff?frc2kx) format('woff'),
url(//adm-textile.fr/wp-content/themes/teespace/assets/libraries/phosphor/fonts/phosphor.svg?frc2kx#phosphor) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="phosphor-"], [class*=" phosphor-"] { font-family: 'phosphor' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.phosphor-dots-nine:before {
content: "\e974";
}
.phosphor-cards:before {
content: "\e975";
}
.phosphor-users:before {
content: "\e976";
}
.phosphor-t-shirt:before {
content: "\e977";
}
.phosphor-link-simple:before {
content: "\e978";
}
.phosphor-link:before {
content: "\e979";
}
.phosphor-clipboard-text:before {
content: "\e97a";
}
.phosphor-clipboard:before {
content: "\e97b";
}
.phosphor-article:before {
content: "\e97c";
}
.phosphor-storefront:before {
content: "\e97d";
}
.phosphor-house-simple:before {
content: "\e971";
}
.phosphor-house-line:before {
content: "\e972";
}
.phosphor-house:before {
content: "\e973";
}
.phosphor-sliders:before {
content: "\e96f";
}
.phosphor-sliders-horizontal:before {
content: "\e970";
}
.phosphor-star-fill:before {
content: "\e96c";
}
.phosphor-question-fill:before {
content: "\e96d";
}
.phosphor-users-fill:before {
content: "\e96e";
}
.phosphor-planet-fill:before {
content: "\e96b";
}
.phosphor-chat-centered-text-fill:before {
content: "\e962";
}
.phosphor-drop-half-fill:before {
content: "\e963";
}
.phosphor-flag-fill:before {
content: "\e964";
}
.phosphor-globe-hemisphere-west-fill:before {
content: "\e965";
}
.phosphor-lightning-fill:before {
content: "\e966";
}
.phosphor-envelope:before {
content: "\e967";
}
.phosphor-envelope-open:before {
content: "\e968";
}
.phosphor-envelope-simple:before {
content: "\e969";
}
.phosphor-envelope-simple-open:before {
content: "\e96a";
}
.phosphor-eye:before {
content: "\e900";
}
.phosphor-star:before {
content: "\e901";
}
.phosphor-eye-slash:before {
content: "\e902";
}
.phosphor-bag:before {
content: "\e903";
}
.phosphor-bag-simple:before {
content: "\e904";
}
.phosphor-handbag:before {
content: "\e905";
}
.phosphor-handbag-simple:before {
content: "\e906";
}
.phosphor-shopping-bag:before {
content: "\e907";
}
.phosphor-shopping-bag-open:before {
content: "\e908";
}
.phosphor-shopping-cart:before {
content: "\e909";
}
.phosphor-shopping-cart-simple:before {
content: "\e90a";
}
.phosphor-arrow-up:before {
content: "\e90b";
}
.phosphor-arrow-down:before {
content: "\e90c";
}
.phosphor-arrow-left:before {
content: "\e90d";
}
.phosphor-arrow-right:before {
content: "\e90e";
}
.phosphor-arrow-up-right:before {
content: "\e90f";
}
.phosphor-arrow-down-right:before {
content: "\e910";
}
.phosphor-arrow-down-left:before {
content: "\e911";
}
.phosphor-arrow-up-left:before {
content: "\e912";
}
.phosphor-arrows-down-up:before {
content: "\e913";
}
.phosphor-caret-down:before {
content: "\e914";
}
.phosphor-caret-left:before {
content: "\e915";
}
.phosphor-caret-right:before {
content: "\e916";
}
.phosphor-caret-up:before {
content: "\e917";
}
.phosphor-caret-double-left:before {
content: "\e918";
}
.phosphor-caret-double-right:before {
content: "\e919";
}
.phosphor-caret-double-up:before {
content: "\e91a";
}
.phosphor-caret-double-down:before {
content: "\e91b";
}
.phosphor-arrow-counter-clockwise:before {
content: "\e91c";
}
.phosphor-arrow-clockwise:before {
content: "\e91d";
}
.phosphor-squares-four:before {
content: "\e91e";
}
.phosphor-pencil-simple:before {
content: "\e91f";
}
.phosphor-pencil:before {
content: "\e920";
}
.phosphor-plus:before {
content: "\e921";
}
.phosphor-plus-circle:before {
content: "\e922";
}
.phosphor-minus:before {
content: "\e923";
}
.phosphor-minus-circle:before {
content: "\e924";
}
.phosphor-check:before {
content: "\e925";
}
.phosphor-arrows-left-right:before {
content: "\e926";
}
.phosphor-list:before {
content: "\e927";
}
.phosphor-arrows-counter-clockwise:before {
content: "\e928";
}
.phosphor-arrows-clockwise:before {
content: "\e929";
}
.phosphor-user-plus:before {
content: "\e92a";
}
.phosphor-user-minus:before {
content: "\e92b";
}
.phosphor-user:before {
content: "\e92c";
}
.phosphor-magnifying-glass-plus:before {
content: "\e92d";
}
.phosphor-magnifying-glass-minus:before {
content: "\e92e";
}
.phosphor-magnifying-glass:before {
content: "\e92f";
}
.phosphor-text-align-right:before {
content: "\e930";
}
.phosphor-text-align-left:before {
content: "\e931";
}
.phosphor-text-align-justify:before {
content: "\e932";
}
.phosphor-text-align-center:before {
content: "\e933";
}
.phosphor-play:before {
content: "\e934";
}
.phosphor-play-circle:before {
content: "\e935";
}
.phosphor-phone-call:before {
content: "\e936";
}
.phosphor-phone:before {
content: "\e937";
}
.phosphor-clock:before {
content: "\e938";
}
.phosphor-chats-circle:before {
content: "\e939";
}
.phosphor-chat-circle:before {
content: "\e93a";
}
.phosphor-chat-circle-text:before {
content: "\e93b";
}
.phosphor-chat-circle-dots:before {
content: "\e93c";
}
.phosphor-chat:before {
content: "\e93d";
}
.phosphor-chats:before {
content: "\e93e";
}
.phosphor-chat-dots:before {
content: "\e93f";
}
.phosphor-chat-text:before {
content: "\e940";
}
.phosphor-printer:before {
content: "\e941";
}
.phosphor-camera:before {
content: "\e942";
}
.phosphor-calendar-blank:before {
content: "\e943";
}
.phosphor-paperclip-horizontal:before {
content: "\e944";
}
.phosphor-paperclip:before {
content: "\e945";
}
.phosphor-package:before {
content: "\e946";
}
.phosphor-paint-brush-broad:before {
content: "\e947";
}
.phosphor-paint-brush-household:before {
content: "\e948";
}
.phosphor-paint-roller:before {
content: "\e949";
}
.phosphor-paint-brush:before {
content: "\e94a";
}
.phosphor-paint-bucket:before {
content: "\e94b";
}
.phosphor-trash:before {
content: "\e94c";
}
.phosphor-trash-simple:before {
content: "\e94d";
}
.phosphor-truck:before {
content: "\e94e";
}
.phosphor-paper-plane-right:before {
content: "\e94f";
}
.phosphor-paper-plane-tilt:before {
content: "\e950";
}
.phosphor-airplane-tilt:before {
content: "\e951";
}
.phosphor-map-pin:before {
content: "\e952";
}
.phosphor-heart:before {
content: "\e953";
}
.phosphor-heart-break:before {
content: "\e954";
}
.phosphor-close-square:before {
content: "\e955";
}
.phosphor-close-circle:before {
content: "\e956";
}
.phosphor-close:before {
content: "\e957";
}
.phosphor-upload-simple:before {
content: "\e958";
}
.phosphor-file-text:before {
content: "\e959";
}
.phosphor-upload:before {
content: "\e95a";
}
.phosphor-file:before {
content: "\e95b";
}
.phosphor-folder:before {
content: "\e95c";
}
.phosphor-folder-simple:before {
content: "\e95d";
}
.phosphor-spinner:before {
content: "\e95e";
}
.phosphor-spinner-gap:before {
content: "\e95f";
}
.phosphor-check-square-fill:before {
content: "\e960";
}
.phosphor-check-circle-fill:before {
content: "\e961";
}.jp-jplayer {
width: 0;
height: 0;
box-sizing: border-box;
width: 100%;
}
.jp-audio {
margin: 0 auto;
width: 100%;
max-width: 100%;
padding: 0;
color: #fff;
}
.jp-audio a {
text-decoration: none;
color: #fff;
font-size: 0px;
}
.jp-audio a i {
font-size: 18px;
}
.jp-audio a:hover {
color: #69c201;
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
-ms-transition: none;
transition: none;
}
.jp-interface {
position: relative;
height: 86px;
width: 100%;
background-color: #444;
}
.jp-details > ul {
list-style: none outside none;
margin: 0 0 0 30px;
padding: 0;
height: 40px;
line-height: 40px;
}
.jp-details > ul .jp-title {
font-size: 18px;
font-weight: 300;
} .jp-progress {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
margin: 0 15px 0 30px;
height: 100%;
float: left;
}
.jp-seek-bar {
position: absolute;
height: 10px;
background-color:  #fff;
margin: auto;
top:0;
bottom: 0;
}
.jp-play-bar {
height: 100%;
background: #69c201;
position: absolute;
top: 0;
left: 0;
-webkit-animation: progress 0.75s linear infinite;
-moz-animation: progress 0.75s linear infinite;
-o-animation: progress 0.75s linear infinite;
-ms-animation: progress 0.75s linear infinite;
animation: progress 0.75s linear infinite;
} .jp-controls {
float: left;
height: 86px;
line-height: 86px;
list-style-type: none;
margin: 0;
padding: 0 0px 0 30px;
z-index: 100;
}
.jp-controls > li {
display: inline;
}
.jp-controls > li > a{ }
.jp-controls > li:first-child a {
padding-left: 0px;
}
.jp-controls > li:last-child a {
padding-right: 0px;
}
.jp-volume {
position: absolute;
right: 0;
float: right;
padding: 0 15px 0 0;
}
.jp-volume > li > a {
padding: 0px;
}
.jp-volume > li > a > i {
width: 20px;
}
.jp-play-pause {
width: 46px;
} .jp-volume-bar {
z-index: 99;
width: 65px;
height: 10px;
cursor: pointer;
background: #fff;
display: inline-block;
position: relative;
}
.jp-volume-bar-value {
width: 0px;
height: 10px;
} .jp-play-bar,
.jp-volume-bar-value {
-webkit-background-size: 7px 7px;
-moz-background-size: 7px 7px;
-o-background-size: 7px 7px;
background-size: 7px 7px;
background-color: #69c201;
} .jp-time-holder {
display: none;
visibility: hidden;
} .jp-toggles {
display: none;
visibility: hidden;
}.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; } .mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }
 :root {
--animate-duration: 1s;
--animate-delay: 1s;
--animate-repeat: 1;
}
.animate__hanimated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-duration: var(--animate-duration);
animation-duration: var(--animate-duration);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
} @-webkit-keyframes hslideInDown {
from {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes hslideInDown {
from {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.animate__hslideInDown {
-webkit-animation-name: hslideInDown;
animation-name: hslideInDown;
}
@-webkit-keyframes hslideInLeft {
from {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes hslideInLeft {
from {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.animate__hslideInLeft {
-webkit-animation-name: hslideInLeft;
animation-name: hslideInLeft;
}
@-webkit-keyframes hslideInRight {
from {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes hslideInRight {
from {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.animate__hslideInRight {
-webkit-animation-name: hslideInRight;
animation-name: hslideInRight;
}
@-webkit-keyframes hslideInUp {
from {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes hslideInUp {
from {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.animate__hslideInUp {
-webkit-animation-name: hslideInUp;
animation-name: hslideInUp;
} @-webkit-keyframes hfadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes hfadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.animate__hfadeIn {
-webkit-animation-name: hfadeIn;
animation-name: hfadeIn;
}
@-webkit-keyframes hfadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes hfadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.animate__hfadeInDown {
-webkit-animation-name: hfadeInDown;
animation-name: hfadeInDown;
}
@-webkit-keyframes hfadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes hfadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.animate__hfadeInLeft {
-webkit-animation-name: hfadeInLeft;
animation-name: hfadeInLeft;
}
@-webkit-keyframes hfadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes hfadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.animate__hfadeInRight {
-webkit-animation-name: hfadeInRight;
animation-name: hfadeInRight;
}
@-webkit-keyframes hfadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes hfadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.animate__hfadeInUp {
-webkit-animation-name: hfadeInUp;
animation-name: hfadeInUp;
} @-webkit-keyframes hzoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
@keyframes hzoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
.animate__hzoomIn {
-webkit-animation-name: hzoomIn;
animation-name: hzoomIn;
} @-webkit-keyframes hflipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes hflipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.animate__hflipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: hflipInX;
animation-name: hflipInX;
}
@-webkit-keyframes hflipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes hflipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.animate__hflipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: hflipInY;
animation-name: hflipInY;
} @-webkit-keyframes hbounceIn {
from,
20%,
40%,
60%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(0.97, 0.97, 0.97);
transform: scale3d(0.97, 0.97, 0.97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes hbounceIn {
from,
20%,
40%,
60%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(0.97, 0.97, 0.97);
transform: scale3d(0.97, 0.97, 0.97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.animate__hbounceIn {
-webkit-animation-duration: calc(1s * 0.75);
animation-duration: calc(1s * 0.75);
-webkit-animation-duration: calc(var(--animate-duration) * 0.75);
animation-duration: calc(var(--animate-duration) * 0.75);
-webkit-animation-name: hbounceIn;
animation-name: hbounceIn;
}
@-webkit-keyframes hbounceInDown {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
transform: translate3d(0, -3000px, 0) scaleY(3);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
transform: translate3d(0, 25px, 0) scaleY(0.9);
}
75% {
-webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
transform: translate3d(0, -10px, 0) scaleY(0.95);
}
90% {
-webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
transform: translate3d(0, 5px, 0) scaleY(0.985);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes hbounceInDown {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
transform: translate3d(0, -3000px, 0) scaleY(3);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
transform: translate3d(0, 25px, 0) scaleY(0.9);
}
75% {
-webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
transform: translate3d(0, -10px, 0) scaleY(0.95);
}
90% {
-webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
transform: translate3d(0, 5px, 0) scaleY(0.985);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.animate__hbounceInDown {
-webkit-animation-name: hbounceInDown;
animation-name: hbounceInDown;
}
@-webkit-keyframes hbounceInUp {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
transform: translate3d(0, 3000px, 0) scaleY(5);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
transform: translate3d(0, -20px, 0) scaleY(0.9);
}
75% {
-webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
transform: translate3d(0, 10px, 0) scaleY(0.95);
}
90% {
-webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
transform: translate3d(0, -5px, 0) scaleY(0.985);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes hbounceInUp {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
transform: translate3d(0, 3000px, 0) scaleY(5);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
transform: translate3d(0, -20px, 0) scaleY(0.9);
}
75% {
-webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
transform: translate3d(0, 10px, 0) scaleY(0.95);
}
90% {
-webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
transform: translate3d(0, -5px, 0) scaleY(0.985);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.animate__hbounceInUp {
-webkit-animation-name: hbounceInUp;
animation-name: hbounceInUp;
} @-webkit-keyframes hbounce {
from,
20%,
53%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
40%,
43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
transform: translate3d(0, -30px, 0) scaleY(1.1);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
transform: translate3d(0, -15px, 0) scaleY(1.05);
}
80% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
transform: translate3d(0, 0, 0) scaleY(0.95);
}
90% {
-webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
transform: translate3d(0, -4px, 0) scaleY(1.02);
}
}
@keyframes hbounce {
from,
20%,
53%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
40%,
43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
transform: translate3d(0, -30px, 0) scaleY(1.1);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
transform: translate3d(0, -15px, 0) scaleY(1.05);
}
80% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
transform: translate3d(0, 0, 0) scaleY(0.95);
}
90% {
-webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
transform: translate3d(0, -4px, 0) scaleY(1.02);
}
}
.animate__hbounce {
-webkit-animation-name: hbounce;
animation-name: hbounce;
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
} @-webkit-keyframes hpulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes hpulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.animate__hpulse {
-webkit-animation-name: hpulse;
animation-name: hpulse;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
@-webkit-keyframes hrubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes hrubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.animate__hrubberBand {
-webkit-animation-name: hrubberBand;
animation-name: hrubberBand;
}
 html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}@-webkit-keyframes sonarEffect{0%{opacity:0.3}40%{opacity:0.5;box-shadow:0 0 0 2px rgba(0, 0, 0, 0.1), 0 0 10px 10px #4B5C66, 0 0 0 10px rgba(0, 0, 0, 0.5)}100%{box-shadow:0 0 0 2px rgba(0, 0, 0, 0.1), 0 0 10px 10px #4B5C66, 0 0 0 10px rgba(0, 0, 0, 0.5);-webkit-transform:scale(1.5);opacity:0}}@-moz-keyframes sonarEffect{0%{opacity:0.3}40%{opacity:0.5;box-shadow:0 0 0 2px rgba(0, 0, 0, 0.1), 0 0 10px 10px #4B5C66, 0 0 0 10px rgba(0, 0, 0, 0.5)}100%{box-shadow:0 0 0 2px rgba(0, 0, 0, 0.1), 0 0 10px 10px #4B5C66, 0 0 0 10px rgba(0, 0, 0, 0.5);-moz-transform:scale(1.5);opacity:0}}@keyframes sonarEffect{0%{opacity:0.3}40%{opacity:0.5;box-shadow:0 0 0 2px rgba(0, 0, 0, 0.1), 0 0 10px 10px #4B5C66, 0 0 0 10px rgba(0, 0, 0, 0.5)}100%{box-shadow:0 0 0 2px rgba(0, 0, 0, 0.1), 0 0 10px 10px #4B5C66, 0 0 0 10px rgba(0, 0, 0, 0.5);transform:scale(1.5);opacity:0}}@-webkit-keyframes videoSonarEffect{0%{opacity:0.3}40%{opacity:0.5;box-shadow:0 0 0 2px rgba(75, 92, 102, 0.1), 0 0 10px 10px #4B5C66, 0 0 0 10px rgba(75, 92, 102, 0.5)}100%{box-shadow:0 0 0 2px rgba(75, 92, 102, 0.1), 0 0 10px 10px #4B5C66, 0 0 0 10px rgba(75, 92, 102, 0.5);-webkit-transform:translate(-50%, -50%) scale(1.5);opacity:0}}@-moz-keyframes videoSonarEffect{0%{opacity:0.3}40%{opacity:0.5;box-shadow:0 0 0 2px rgba(75, 92, 102, 0.1), 0 0 10px 10px #4B5C66, 0 0 0 10px rgba(75, 92, 102, 0.5)}100%{box-shadow:0 0 0 2px rgba(75, 92, 102, 0.1), 0 0 10px 10px #4B5C66, 0 0 0 10px rgba(75, 92, 102, 0.5);-moz-transform:translate(-50%, -50%) scale(1.5);opacity:0}}@keyframes videoSonarEffect{0%{opacity:0.3}40%{opacity:0.5;box-shadow:0 0 0 2px rgba(75, 92, 102, 0.1), 0 0 10px 10px #4B5C66, 0 0 0 10px rgba(75, 92, 102, 0.5)}100%{box-shadow:0 0 0 2px rgba(75, 92, 102, 0.1), 0 0 10px 10px #4B5C66, 0 0 0 10px rgba(75, 92, 102, 0.5);transform:translate(-50%, -50%) scale(1.5);opacity:0}}@-moz-keyframes haruSpin{from{-moz-transform:rotate(0deg)}to{-moz-transform:rotate(360deg)}}@-webkit-keyframes haruSpin{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}@keyframes haruSpin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@-ms-keyframes grained{0%{-ms-transform:translate(-10%, 10%)}10%{-ms-transform:translate(-25%, 0%)}20%{-ms-transform:translate(-30%, 10%)}30%{-ms-transform:translate(-30%, 30%)}40%{-ms-transform:translate()}50%{-ms-transform:translate(-15%, 10%)}60%{-ms-transform:translate(-20%, 20%)}70%{-ms-transform:translate(-5%, 20%)}80%{-ms-transform:translate(-25%, 5%)}90%{-ms-transform:translate(-30%, 25%)}100%{-ms-transform:translate(-10%, 10%)}}@-webkit-keyframes grained{0%{-webkit-transform:translate(-10%, 10%)}10%{-webkit-transform:translate(-25%, 0%)}20%{-webkit-transform:translate(-30%, 10%)}30%{-webkit-transform:translate(-30%, 30%)}40%{-webkit-transform:translate()}50%{-webkit-transform:translate(-15%, 10%)}60%{-webkit-transform:translate(-20%, 20%)}70%{-webkit-transform:translate(-5%, 20%)}80%{-webkit-transform:translate(-25%, 5%)}90%{-webkit-transform:translate(-30%, 25%)}100%{-webkit-transform:translate(-10%, 10%)}}@-o-animation-keyframes grained{0%{-o-animation-transform:translate(-10%, 10%)}10%{-o-animation-transform:translate(-25%, 0%)}20%{-o-animation-transform:translate(-30%, 10%)}30%{-o-animation-transform:translate(-30%, 30%)}40%{-o-animation-transform:translate()}50%{-o-animation-transform:translate(-15%, 10%)}60%{-o-animation-transform:translate(-20%, 20%)}70%{-o-animation-transform:translate(-5%, 20%)}80%{-o-animation-transform:translate(-25%, 5%)}90%{-o-animation-transform:translate(-30%, 25%)}100%{-o-animation-transform:translate(-10%, 10%)}}@-moz-keyframes grained{0%{-moz-transform:translate(-10%, 10%)}10%{-moz-transform:translate(-25%, 0%)}20%{-moz-transform:translate(-30%, 10%)}30%{-moz-transform:translate(-30%, 30%)}40%{-moz-transform:translate()}50%{-moz-transform:translate(-15%, 10%)}60%{-moz-transform:translate(-20%, 20%)}70%{-moz-transform:translate(-5%, 20%)}80%{-moz-transform:translate(-25%, 5%)}90%{-moz-transform:translate(-30%, 25%)}100%{-moz-transform:translate(-10%, 10%)}}@keyframes grained{0%{transform:translate(-10%, 10%)}10%{transform:translate(-25%, 0%)}20%{transform:translate(-30%, 10%)}30%{transform:translate(-30%, 30%)}40%{transform:translate()}50%{transform:translate(-15%, 10%)}60%{transform:translate(-20%, 20%)}70%{transform:translate(-5%, 20%)}80%{transform:translate(-25%, 5%)}90%{transform:translate(-30%, 25%)}100%{transform:translate(-10%, 10%)}}body.layout-boxed #haru-main{max-width:1200px;margin:auto;overflow:hidden}.haru-container{max-width:1170px;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media screen and (max-width:991px){.haru-container{max-width:970px}}@media screen and (max-width:767px){.haru-container{max-width:750px}}.haru-container:before{content:"";display:table}.haru-container:after{content:"";clear:both;display:table}.haru-container.haru-container--large{max-width:1440px}.h-row{margin-left:-15px;margin-right:-15px}.h-row:before{content:"";display:table}.h-row:after{content:"";clear:both;display:table}.full-width{padding:0 30px}@media screen and (max-width:1024px){.full-width{padding:0 15px}}.page-sidebar.left-sidebar,.archive-sidebar.left-sidebar,.single-sidebar.left-sidebar{width:25%;float:left;padding-left:15px;padding-right:20px}@media screen and (max-width:991px){.page-sidebar.left-sidebar,.archive-sidebar.left-sidebar,.single-sidebar.left-sidebar{width:100%;float:none;padding-right:15px;margin-bottom:60px}}.page-sidebar.right-sidebar,.archive-sidebar.right-sidebar,.single-sidebar.right-sidebar{width:25%;float:right;padding-right:15px;padding-left:20px}@media screen and (max-width:991px){.page-sidebar.right-sidebar,.archive-sidebar.right-sidebar,.single-sidebar.right-sidebar{width:100%;float:none;padding-left:15px;margin-bottom:60px}}.page-content,.archive-content,.single-content{padding:0 15px}.page-content.has-left-sidebar,.archive-content.has-left-sidebar,.single-content.has-left-sidebar{width:75%;float:right;padding-left:20px}@media screen and (max-width:991px){.page-content.has-left-sidebar,.archive-content.has-left-sidebar,.single-content.has-left-sidebar{width:100%;float:none;padding-left:15px}}.page-content.has-right-sidebar,.archive-content.has-right-sidebar,.single-content.has-right-sidebar{width:75%;float:left;padding-right:20px}@media screen and (max-width:991px){.page-content.has-right-sidebar,.archive-content.has-right-sidebar,.single-content.has-right-sidebar{width:100%;float:none;padding-right:15px}}.page-content.has-left-sidebar.has-right-sidebar,.archive-content.has-left-sidebar.has-right-sidebar,.single-content.has-left-sidebar.has-right-sidebar{width:50%;display:inline-block;float:none !important}@media screen and (max-width:991px){.page-content.has-left-sidebar.has-right-sidebar,.archive-content.has-left-sidebar.has-right-sidebar,.single-content.has-left-sidebar.has-right-sidebar{width:100%}}.archive-content,.single-content{margin-bottom:90px}@media screen and (max-width:1440px){.archive-content,.single-content{margin-bottom:80px}}@media screen and (max-width:1024px){.archive-content,.single-content{margin-bottom:70px}}@media screen and (max-width:991px){.archive-content,.single-content{margin-bottom:60px}}@media screen and (max-width:767px){.archive-content,.single-content{margin-bottom:50px}}.elementor-page .haru-container.haru-container--large.haru-page{max-width:none}.elementor-page .page-content{padding:0;margin-bottom:0}.layout-grid{flex-wrap:wrap;display:flex}.grid-columns-1 .grid-item,.grid-columns-2 .grid-item,.grid-columns-3 .grid-item,.grid-columns-4 .grid-item,.grid-columns-5 .grid-item,.grid-columns-6 .grid-item{display:inline-block;vertical-align:top}.grid-columns-1 .grid-item{width:100%}.grid-columns-2 .grid-item{width:50%}.grid-columns-3 .grid-item{width:33.333333%}@-moz-document url-prefix(){.grid-columns-3 .grid-item{width:calc(33.333333% - .1px)}}.grid-columns-4 .grid-item{width:25%}.grid-columns-5 .grid-item{width:20%}.grid-columns-6 .grid-item{width:16.666666%}@media screen and (max-width:991px){.grid-columns--tablet1 .grid-item{width:100%}}@media screen and (max-width:991px){.grid-columns--tablet2 .grid-item{width:50%}}@media screen and (max-width:991px){.grid-columns--tablet3 .grid-item{width:33.333333%}@-moz-document url-prefix(){.grid-columns--tablet3 .grid-item{width:calc(33.333333% - .1px)}}}@media screen and (max-width:991px){.grid-columns--tablet4 .grid-item{width:25%}}@media screen and (max-width:991px){.grid-columns--tablet-5 .grid-item{width:20%}}@media screen and (max-width:991px){.grid-columns--tablet-6 .grid-item{width:16.666666%}}@media screen and (max-width:767px){.grid-columns--mobile1 .grid-item{width:100%}}@media screen and (max-width:767px){.grid-columns--mobile2 .grid-item{width:50%}}@media screen and (max-width:767px){.grid-columns--mobile3 .grid-item{width:33.333333%}@-moz-document url-prefix(){.grid-columns--mobile3 .grid-item{width:calc(33.333333% - .1px)}}}@media screen and (max-width:767px){.grid-columns--mobile4 .grid-item{width:25%}}@media screen and (max-width:767px){.grid-columns--mobile-5 .grid-item{width:20%}}@media screen and (max-width:767px){.grid-columns--mobile-6 .grid-item{width:16.666666%}@-moz-document url-prefix(){.grid-columns--mobile-6 .grid-item{width:calc(16.666666% - .1px)}}}.video-list{display:flex;flex-wrap:wrap}.layout-list .grid-item{width:100%}.haru-slick{display:none}.haru-slick.slick-initialized{display:block}.haru-slick .slick-slide:focus{outline:none}.haru-slick .slick-prev,.haru-slick .slick-next{font-size:0;padding:0}.haru-slick .slick-prev:before,.haru-slick .slick-next:before{font-weight:700;opacity:1;font-family:"phosphor";font-size:20px;visibility:visible;transition:all 0.3s}@media screen and (max-width:767px){.haru-slick .slick-prev:before,.haru-slick .slick-next:before{font-size:18px}}.haru-slick .slick-prev:focus,.haru-slick .slick-prev:active,.haru-slick .slick-next:focus,.haru-slick .slick-next:active{outline:none}.haru-slick .slick-prev:hover,.haru-slick .slick-next:hover{cursor:pointer;background-color:#4B5C66;transition:all 0.3s}.haru-slick .slick-prev.slick-disabled,.haru-slick .slick-next.slick-disabled{cursor:auto}.haru-slick .slick-prev:before{content:""}.haru-slick .slick-next:before{content:""}.haru-slick--nav-normal .slick-prev,.haru-slick--nav-normal .slick-next{background:rgba(0, 0, 0, 0.3);color:#fff;border-radius:3px;transition:all 0.3s}.haru-slick--nav-normal .slick-prev:hover,.haru-slick--nav-normal .slick-next:hover{background:#4B5C66;cursor:pointer;color:#fff}.haru-slick--nav-icon .slick-prev,.haru-slick--nav-icon .slick-next{background:transparent;color:#7E7E7E;transition:all 0.3s}.haru-slick--nav-icon .slick-prev:hover,.haru-slick--nav-icon .slick-next:hover{background:transparent;cursor:pointer;color:#4B5C66}.haru-slick--nav-opacity:hover .slick-prev,.haru-slick--nav-opacity:hover .slick-next{opacity:1;visibility:visible;transition:all 0.3s}.haru-slick--nav-opacity .slick-prev,.haru-slick--nav-opacity .slick-next{background:rgba(0, 0, 0, 0.3);border-radius:3px;color:#fff;display:block;width:40px;height:40px;line-height:40px;text-align:center;opacity:0;visibility:hidden;transition:all 0.3s}@media screen and (max-width:767px){.haru-slick--nav-opacity .slick-prev,.haru-slick--nav-opacity .slick-next{width:36px;height:36px;line-height:36px}}.haru-slick--nav-opacity .slick-prev:hover,.haru-slick--nav-opacity .slick-next:hover{background:#4B5C66;cursor:pointer;transition:all 0.3s}.haru-slick--nav-border .slick-prev,.haru-slick--nav-border .slick-next{background:transparent;color:#9B9B9B;border-radius:50%;border:2px solid #eee;transition:all 0.3s}.haru-slick--nav-border .slick-prev:before,.haru-slick--nav-border .slick-next:before{transition:none}.haru-slick--nav-border .slick-prev:hover,.haru-slick--nav-border .slick-next:hover{background:#4B5C66;border-color:#4B5C66;box-shadow:0px 0px 10px rgba(0, 0, 0, 0.1);cursor:pointer;color:#fff;transition:all 0.3s}.haru-slick--nav-background .slick-prev,.haru-slick--nav-background .slick-next{background:#f8f8f8;border-radius:50%;color:#000;transition:all 0.3s}.haru-slick--nav-background .slick-prev:before,.haru-slick--nav-background .slick-next:before{transition:none}.haru-slick--nav-background .slick-prev:hover,.haru-slick--nav-background .slick-next:hover{background:#4B5C66;cursor:pointer;color:#fff;transition:all 0.3s}.haru-slick--nav-background .slick-prev.slick-disabled:before,.haru-slick--nav-background .slick-next.slick-disabled:before{opacity:0.5}.haru-slick--nav-shadow .slick-prev,.haru-slick--nav-shadow .slick-next{background:#fff;box-shadow:0 0 10px rgba(0, 0, 0, 0.1);border-radius:50%;color:#000;transition:all 0.3s}.haru-slick--nav-shadow .slick-prev:before,.haru-slick--nav-shadow .slick-next:before{transition:none}.haru-slick--nav-shadow .slick-prev:hover,.haru-slick--nav-shadow .slick-next:hover{background:#4B5C66;cursor:pointer;color:#fff;transition:all 0.3s}.haru-slick--nav-shadow .slick-prev.slick-disabled:before,.haru-slick--nav-shadow .slick-next.slick-disabled:before{opacity:0.5}.haru-slick--nav-round-shadow .slick-prev,.haru-slick--nav-round-shadow .slick-next{width:48px;height:48px;line-height:48px;border-radius:50%;background:#fff;box-shadow:0 0 10px rgba(0, 0, 0, 0.1);color:#000;text-align:center}.haru-slick--nav-round-shadow .slick-prev:before,.haru-slick--nav-round-shadow .slick-next:before{font-size:16px;transition:none}.haru-slick--nav-round-shadow .slick-prev:hover,.haru-slick--nav-round-shadow .slick-next:hover{color:#fff}.haru-slick--nav-round-shadow .slick-prev.slick-disabled:before,.haru-slick--nav-round-shadow .slick-next.slick-disabled:before{opacity:0.5}.haru-slick--nav-center .slick-prev,.haru-slick--nav-center .slick-next{position:absolute;top:50%;transform:translateY(-50%);z-index:9;transition:all 0.3s}.haru-slick--nav-center .slick-prev{left:0}.haru-slick--nav-center .slick-next{right:0}.haru-slick--nav-top-right .slick-prev,.haru-slick--nav-top-right .slick-next{position:absolute;top:-80px;display:block;width:48px;height:48px;line-height:44px;text-align:center}@media screen and (max-width:767px){.haru-slick--nav-top-right .slick-prev,.haru-slick--nav-top-right .slick-next{width:40px;height:40px;line-height:36px}}@media screen and (max-width:767px){.haru-slick--nav-top-right .slick-prev:before,.haru-slick--nav-top-right .slick-next:before{font-size:16px}}.haru-slick--nav-top-right .slick-next{right:0}.haru-slick--nav-top-right .slick-prev{right:80px}@media screen and (max-width:767px){.haru-slick--nav-top-right .slick-prev{right:70px}}.haru-slick--nav-bottom-left .slick-prev,.haru-slick--nav-bottom-left .slick-next{position:absolute;bottom:-80px;display:block;width:48px;height:48px;line-height:44px;text-align:center}.haru-slick--nav-bottom-left .slick-next{left:60px}.haru-slick--nav-bottom-left .slick-prev{left:0}.haru-slick--nav-bottom-right .slick-prev,.haru-slick--nav-bottom-right .slick-next{position:absolute;bottom:0;display:block;width:48px;height:48px;line-height:44px;text-align:center}.haru-slick--nav-bottom-right .slick-next{right:0}.haru-slick--nav-bottom-right .slick-prev{right:60px}.haru-slick--dots-round .slick-dots{padding:0;list-style:none;text-align:center}.haru-slick--dots-round .slick-dots button{width:8px;height:8px;padding:0;font-size:0;position:relative;background-color:#000;line-height:1;transition:all 0.3s}.haru-slick--dots-round .slick-dots li{display:inline-block;margin:0 6px}.haru-slick--dots-round .slick-dots li:first-child{margin-left:0}.haru-slick--dots-round .slick-dots li:last-child{margin-right:0}.haru-slick--dots-round .slick-dots li.slick-active button{background-color:transparent;border:1px solid #000;width:14px;height:14px;transition:all 0.3s}.haru-slick--dots-bar .slick-dots{padding:0;list-style:none;text-align:center}.haru-slick--dots-bar .slick-dots button{width:40px;height:3px;padding:0;font-size:0;position:relative;background-color:rgba(0, 0, 0, 0.3);border-radius:3px}@media screen and (max-width:1440px){.haru-slick--dots-bar .slick-dots button{width:30px}}@media screen and (max-width:1024px){.haru-slick--dots-bar .slick-dots button{width:25px}}@media screen and (max-width:767px){.haru-slick--dots-bar .slick-dots button{width:20px}}.haru-slick--dots-bar .slick-dots li{display:inline-block;margin:0 5px}.haru-slick--dots-bar .slick-dots li:first-child{margin-left:0}.haru-slick--dots-bar .slick-dots li:last-child{margin-right:0}.haru-slick--dots-bar .slick-dots li.slick-active button{background-color:#000}.haru-carousel .owl-nav{z-index:9}.haru-carousel .owl-nav .owl-prev:before,.haru-carousel .owl-nav .owl-next:before{font-weight:700;opacity:1;font-family:"phosphor";visibility:visible;transition:all 0.3s}.haru-carousel .owl-nav .owl-prev:before{content:""}.haru-carousel .owl-nav .owl-next:before{content:""}.haru-carousel .owl-dots{text-align:center;position:absolute;bottom:20px;width:100%;opacity:0;visibility:hidden}.haru-carousel .owl-dots .owl-dot{background:#868686;display:inline-block;height:10px;margin:0 5px;width:10px;border-radius:50%}.haru-carousel .owl-dots .owl-dot.active{background:transparent;border:1px solid #4B5C66;transform:scale(1.2)}.haru-carousel--nav-normal .owl-prev,.haru-carousel--nav-normal .owl-next{background:rgba(0, 0, 0, 0.3);color:#fff;border-radius:12px;transition:all 0.3s}.haru-carousel--nav-normal .owl-prev:hover,.haru-carousel--nav-normal .owl-next:hover{background:#4B5C66;cursor:pointer;color:#fff}.haru-carousel--nav-opacity:hover .owl-nav{opacity:1;transition:all 0.3s}.haru-carousel--nav-opacity .owl-nav{opacity:0;transition:all 0.3s}.haru-carousel--nav-opacity .owl-prev,.haru-carousel--nav-opacity .owl-next{background:rgba(0, 0, 0, 0.3);display:block;width:36px;height:36px;line-height:36px;text-align:center;color:#fff;transition:all 0.3s}.haru-carousel--nav-opacity .owl-prev:hover,.haru-carousel--nav-opacity .owl-next:hover{background:#4B5C66;cursor:pointer;transition:all 0.3s}.haru-carousel--nav-shadow .owl-prev,.haru-carousel--nav-shadow .owl-next{background:#fff;color:#000;transition:all 0.3s}.haru-carousel--nav-shadow .owl-prev:hover,.haru-carousel--nav-shadow .owl-next:hover{background:#4B5C66;color:#fff;cursor:pointer;transition:all 0.3s}.haru-carousel--nav-round-shadow:hover .owl-nav{opacity:1;transition:all 0.3s}.haru-carousel--nav-round-shadow .owl-nav{opacity:1;transition:all 0.3s}.haru-carousel--nav-round-shadow .owl-prev,.haru-carousel--nav-round-shadow .owl-next{width:48px;height:48px;line-height:48px;border-radius:50%;background:#fff;box-shadow:0 0 10px rgba(0, 0, 0, 0.1);text-align:center}.haru-carousel--nav-round-shadow .owl-prev:before,.haru-carousel--nav-round-shadow .owl-next:before{font-size:16px}.haru-carousel--nav-round-shadow .owl-prev:hover,.haru-carousel--nav-round-shadow .owl-next:hover{color:#4B5C66}.haru-carousel--nav-center .owl-nav{opacity:0;transition:all 0.3s}.haru-carousel--nav-center .owl-prev,.haru-carousel--nav-center .owl-next{position:absolute;top:50%;transform:translateY(-50%)}.haru-carousel--nav-center .owl-prev{left:0}.haru-carousel--nav-center .owl-next{right:0}.haru-carousel--nav-top-right .owl-nav{position:absolute;right:0;top:-80px;display:flex}.haru-carousel--nav-top-right .owl-prev,.haru-carousel--nav-top-right .owl-next{display:block;width:36px;height:36px;line-height:36px;text-align:center}.haru-carousel--nav-top-right .owl-next{margin-left:6px}.dark-mode .haru-slick--nav-border .slick-prev,.dark-mode .haru-slick--nav-border .slick-next,.background-dark .haru-slick--nav-border .slick-prev,.background-dark .haru-slick--nav-border .slick-next{color:#fff;border:1px solid #ababab}.dark-mode .haru-slick--nav-border .slick-prev:hover,.dark-mode .haru-slick--nav-border .slick-next:hover,.background-dark .haru-slick--nav-border .slick-prev:hover,.background-dark .haru-slick--nav-border .slick-next:hover{background:#4B5C66;border:1px solid #4B5C66;color:#fff}.haru-button{display:inline-block;color:#fff;fill:#fff;line-height:1;padding:0 25px;position:relative;font-weight:700;text-align:center;transition:all 0.3s}.haru-button.haru-button--size-large{height:56px;line-height:56px;font-size:16px;padding:0 45px}@media screen and (max-width:1440px){.haru-button.haru-button--size-large{height:48px;line-height:48px;font-size:14px;padding:0 35px}}.haru-button.haru-button--size-large .haru-icon{margin-left:8px}.haru-button.haru-button--size-large.haru-button--outline{line-height:52px}@media screen and (max-width:1440px){.haru-button.haru-button--size-large.haru-button--outline{line-height:44px}}.haru-button.haru-button--size-large.haru-button--has-icon{padding:0 30px}.haru-button.haru-button--size-medium{height:48px;line-height:48px;padding:0 36px}@media screen and (max-width:1440px){.haru-button.haru-button--size-medium{padding:0 30px}}.haru-button.haru-button--size-medium .phosphor{font-size:18px;position:relative;bottom:-2px}.haru-button.haru-button--size-medium.haru-button--outline{line-height:44px}.haru-button.haru-button--size-medium.haru-button--has-icon{padding:0 25px}.haru-button.haru-button--size-normal{height:40px;line-height:40px;padding:0 25px}.haru-button.haru-button--size-normal.haru-button--outline{line-height:36px}.haru-button.haru-button--size-normal.haru-button--has-icon{padding:0 20px}.haru-button.haru-button--size-small{height:32px;line-height:32px;padding:0 20px;font-size:14px;font-weight:500}.haru-button.haru-button--size-small.haru-button--outline{line-height:28px}.haru-button.haru-button--size-small.haru-button--has-icon{padding:0 15px}.haru-button.haru-button--bg-primary{background-color:#4B5C66}.haru-button.haru-button--bg-primary:hover{background-color:#404f57;color:#fff}.haru-button.haru-button--bg-primary:focus{background-color:#4B5C66;color:#fff}.haru-button.haru-button--bg-gray{background-color:#f5f5f5;color:#1d1d1d}.haru-button.haru-button--bg-gray:hover{background-color:#4B5C66;color:#fff}.haru-button.haru-button--bg-gray:focus{color:#fff}.haru-button.haru-button--bg-black{background-color:#000;color:#fff}.haru-button.haru-button--bg-black:hover{color:#fff;background-color:#4B5C66}.haru-button.haru-button--bg-black:focus{color:#fff}.haru-button.haru-button--bg-black .haru-icon{background-color:#fff}.haru-button.haru-button--bg-white{background-color:#fff;color:#000}.haru-button.haru-button--bg-white:hover{color:#fff;background-color:#4B5C66}.haru-button.haru-button--bg-white:focus{color:#4B5C66}.haru-button.haru-button--bg-white .haru-icon{background-color:#000}.haru-button.haru-button--bg-gradient-orange{background-color:#4B5C66;background:linear-gradient(101.31deg, #FF869F 2.11%, #FA988A 34.14%, #F19A73 68.81%, #FFD0B1 105.05%)}.haru-button.haru-button--bg-gradient-orange:hover,.haru-button.haru-button--bg-gradient-orange:focus{color:#fff}.haru-button.haru-button--bg-gradient-orange .haru-icon{background-color:#fff}.haru-button.haru-button--border-primary{background-color:transparent;border:1px solid #4B5C66;line-height:46px;color:#4B5C66}.haru-button.haru-button--border-primary:hover{background-color:#4B5C66;color:#fff}.haru-button.haru-button--outline-gray{background-color:transparent;border:2px solid #eee;line-height:44px;color:#000}.haru-button.haru-button--outline-gray:hover{background-color:#4B5C66;border:2px solid #4B5C66;color:#fff}.haru-button.haru-button--round-small{border-radius:3px}.haru-button.haru-button--round-normal{border-radius:12px}.haru-button.haru-button--round-large{border-radius:12px}.haru-button.haru-button--round-full{border-radius:50%}.haru-button.haru-button--text-primary{color:#4B5C66;padding:0}.haru-button.haru-button--text-primary:hover{color:#404f57}.haru-button.haru-button--text-primary .haru-icon{background-color:#4B5C66}.haru-button.haru-button--text-primary.haru-button--size-large{font-size:18px}@media screen and (max-width:1440px){.haru-button.haru-button--text-primary.haru-button--size-large{font-size:16px}}@media screen and (max-width:1024px){.haru-button.haru-button--text-primary.haru-button--size-large{font-size:14px}}.haru-button.haru-button--text-primary.haru-button--size-medium{font-size:16px}@media screen and (max-width:1024px){.haru-button.haru-button--text-primary.haru-button--size-medium{font-size:14px}}.haru-button.haru-button--text-primary.haru-button--has-icon{padding:0}.haru-button.haru-button--text-white{color:#fff}.haru-button.haru-button--text-white:hover{color:#4B5C66}.haru-button.haru-button--text-white .haru-icon{background-color:#fff}.haru-button.haru-button--text-white.haru-button--has-icon{padding:0}.haru-button.haru-button--text-black{color:#000;padding:0}.haru-button.haru-button--text-black:hover{color:#4B5C66}.haru-button.haru-button--text-black .haru-icon{background-color:#000}.haru-button.haru-button--text-black.haru-button--has-icon{padding:0}.haru-button.haru-button--text-gray{color:#616e7c;padding:0}.haru-button.haru-button--text-gray:hover{color:#4B5C66}.haru-button.haru-button--text-gray .haru-icon{background-color:#616e7c}.haru-button.haru-button--text-gray.haru-button--has-icon{padding:0}.haru-button.haru-button--shadow-yes{box-shadow:0px 3px 8px rgba(0, 0, 0, 0.18)}.haru-button.haru-button--shadow-white{box-shadow:0px 0px 9px rgba(0, 0, 0, 0.07);color:#000000}.haru-button.haru-button--shadow-white:hover{background-color:#4B5C66;color:#fff}.haru-button.haru-button--icon{display:inline-flex;align-items:center}.haru-button.haru-button--fullwidth{display:block;width:100%}.haru-button.haru-button--loading:before{content:"";font-family:"Font Awesome 5 Free";font-weight:700;animation-name:haruSpin;animation-duration:2000ms;animation-iteration-count:infinite;animation-timing-function:linear;margin-right:3px;display:none}.haru-button.loading{pointer-events:none}.haru-button.loading:before{display:inline-block}.dark-mode .haru-button,.background-dark .haru-button{color:#fff}.dark-mode .haru-button.haru-button--bg-primary,.background-dark .haru-button.haru-button--bg-primary{background-color:#4B5C66}.dark-mode .haru-button.haru-button--bg-primary:hover,.background-dark .haru-button.haru-button--bg-primary:hover{background-color:#404f57;color:#fff}.dark-mode .haru-button.haru-button--bg-black,.background-dark .haru-button.haru-button--bg-black{background-color:#fff;color:#000000}.dark-mode .haru-button.haru-button--bg-black:hover,.background-dark .haru-button.haru-button--bg-black:hover{background-color:#4B5C66;color:#fff}.dark-mode .haru-button.haru-button--bg-black:hover .haru-icon,.background-dark .haru-button.haru-button--bg-black:hover .haru-icon{color:#fff}.dark-mode .haru-button.haru-button--bg-black .haru-icon,.background-dark .haru-button.haru-button--bg-black .haru-icon{background-color:#000000}.dark-mode .haru-button.haru-button--bg-white,.background-dark .haru-button.haru-button--bg-white{background-color:#fff;color:#4B5C66}.dark-mode .haru-button.haru-button--bg-white:hover,.background-dark .haru-button.haru-button--bg-white:hover{color:#4B5C66}.dark-mode .haru-button.haru-button--bg-white .haru-icon,.background-dark .haru-button.haru-button--bg-white .haru-icon{background-color:#4B5C66}.dark-mode .haru-button.haru-button--outline-gray,.background-dark .haru-button.haru-button--outline-gray{border:1px solid #ababab;color:#fff}.dark-mode .haru-button.haru-button--outline-gray:hover,.background-dark .haru-button.haru-button--outline-gray:hover{border:1px solid #4B5C66}input[type=text],input[type=email],input[type=password],input[type=search],input[type=number],input[type=url],input[type=tel],input[type=date],select,textarea{appearance:none;max-width:100%;width:100%;border:1px solid #f5f5f5;border-radius:12px;background-color:#f5f5f5;box-shadow:none;color:inherit;font-weight:400;vertical-align:middle;transition:border-color 0.5s ease}input[type=text]:focus,input[type=email]:focus,input[type=password]:focus,input[type=search]:focus,input[type=number]:focus,input[type=url]:focus,input[type=tel]:focus,input[type=date]:focus,select:focus,textarea:focus{border:1px solid #4B5C66;outline:none}input[type=text],input[type=email],input[type=password],input[type=search],input[type=number],input[type=url],input[type=tel],input[type=date],select{height:48px;padding:0 15px}textarea{padding:15px;border-radius:12px}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;margin-top:0;padding:0;vertical-align:middle;margin-right:5px}button,[type="button"],[type="reset"],[type="submit"]{background-color:#4B5C66;display:inline-block;color:#fff;fill:#fff;height:48px;line-height:48px;border:none;border-radius:12px;padding:0 35px;font-weight:700;text-align:center;transition:all 0.3s}button:hover,[type="button"]:hover,[type="reset"]:hover,[type="submit"]:hover{cursor:pointer;background-color:#404f57;transition:all 0.3s}button:focus,[type="button"]:focus,[type="reset"]:focus,[type="submit"]:focus{outline:none}select{position:relative;background-position:right 8px top 50%;cursor:pointer;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==);background-size:auto 18px;background-repeat:no-repeat;max-width:100%}.contact-form__col{display:flex;align-items:center;flex-wrap:wrap}.contact-form__row{display:flex;flex-wrap:wrap;align-items:center;margin-bottom:20px}.contact-form__row.contact-form__row--30{margin-bottom:30px}@media screen and (max-width:991px){.contact-form__row.contact-form__row--30{margin-bottom:25px}}@media screen and (max-width:767px){.contact-form__row.contact-form__row--30{margin-bottom:20px}}@media screen and (max-width:767px){.contact-form__row--cv,.contact-form__row--file{display:block}}@media screen and (max-width:767px){.contact-form__row--cv .contact-form__label,.contact-form__row--file .contact-form__label{margin-bottom:10px}}.contact-form__row--cols-2 .contact-form__col{display:flex;align-items:center;width:50%}.contact-form__row--cols-2 .contact-form__col:first-child{padding-right:15px}@media screen and (max-width:991px){.contact-form__row--cols-2 .contact-form__col:first-child{padding-right:10px}}@media screen and (max-width:767px){.contact-form__row--cols-2 .contact-form__col:first-child{padding-right:8px}}.contact-form__row--cols-2 .contact-form__col:last-child{padding-left:15px}@media screen and (max-width:991px){.contact-form__row--cols-2 .contact-form__col:last-child{padding-left:10px}}@media screen and (max-width:767px){.contact-form__row--cols-2 .contact-form__col:last-child{padding-left:8px}}.contact-form__row--cols-3,.contact-form__row--cols-4{margin:0 -15px 20px -15px}@media screen and (max-width:991px){.contact-form__row--cols-3,.contact-form__row--cols-4{margin:0 -10px 20px -10px}}@media screen and (max-width:767px){.contact-form__row--cols-3,.contact-form__row--cols-4{margin:0 -8px 16px -8px}}.contact-form__row--cols-3 .contact-form__col,.contact-form__row--cols-4 .contact-form__col{display:flex;align-items:center;padding:0 15px}@media screen and (max-width:991px){.contact-form__row--cols-3 .contact-form__col,.contact-form__row--cols-4 .contact-form__col{padding:0 10px}}@media screen and (max-width:767px){.contact-form__row--cols-3 .contact-form__col,.contact-form__row--cols-4 .contact-form__col{padding:0 8px}}.contact-form__row--cols-3 .contact-form__col{width:33.3333%}@media screen and (max-width:767px){.contact-form__row--cols-3 .contact-form__col{width:50%;margin-bottom:5px}}.contact-form__row--cols-4 .contact-form__col{width:25%}@media screen and (max-width:767px){.contact-form__row--cols-4 .contact-form__col{width:50%;margin-bottom:5px}}.contact-form__label{flex:0 0 150px;font-size:14px;font-weight:600;color:#000}.contact-form__label--auto{flex:0 0 auto;margin-right:45px}.contact-form__label--block{flex:0 0 100%;margin-bottom:5px}.contact-form__required{color:#4B5C66;margin-left:8px}.contact-form__title{font-size:24px;padding-bottom:10px;display:flex;align-items:flex-end}@media screen and (max-width:1440px){.contact-form__title{font-size:22px}}@media screen and (max-width:1024px){.contact-form__title{font-size:20px}}@media screen and (max-width:767px){.contact-form__title{font-size:18px}}.contact-form__title:after{content:"";height:1px;flex:1;background-color:#eee;margin-bottom:9px;margin-left:10px}.contact-form__input{flex:1}.contact-form__submit{display:flex;align-items:center;margin-top:5px}.contact-form__submit button,.contact-form__submit [type="button"],.contact-form__submit [type="reset"],.contact-form__submit [type="submit"]{background-color:#4B5C66;color:#fff;height:48px;line-height:48px;font-size:15px;font-weight:600;border-radius:12px;border:none;padding:0 35px;min-width:170px;max-width:100%;text-align:center;transition:all 0.3s}.contact-form__submit button:hover,.contact-form__submit [type="button"]:hover,.contact-form__submit [type="reset"]:hover,.contact-form__submit [type="submit"]:hover{background-color:#404f57;transition:all 0.3s}.contact-form__submit--center{margin-left:auto;margin-right:auto;transform:translateX(36px)}.contact-form__submit--right{margin-left:auto}.contact-form__submit--right.contact-form__submit{flex-direction:row-reverse}.contact-form__submit--left{margin-right:auto}.contact-form__file{display:flex;align-items:center}.contact-form__file input[type="file"]{display:none}.contact-form__file-upload{height:48px;line-height:44px;padding:0 40px;color:#000;font-weight:600;border:2px solid #eee;border-radius:12px;display:flex;align-items:center;transition:all 0.3s}.contact-form__file-upload:after{content:"";font-family:"phosphor";font-weight:400;font-size:20px;display:inline-block;margin-left:10px}.contact-form__file-upload:hover{cursor:pointer;border:2px solid #000;background-color:#000;color:#fff;transition:all 0.3s}.contact-form__file-uploaded{margin-left:10px}.contact-form__message textarea{max-height:150px}button.mfp-close:hover,button.mfp-arrow:hover{background-color:transparent}.wpcf7 form .wpcf7-response-output{margin-left:0;margin-right:0}.haru-field{margin-bottom:30px}.haru-row{display:flex;flex-wrap:wrap;margin:0 -15px}[class*="haru-col-"]{padding:0 15px}.haru-col-sm-6{flex:0 0 50%}@media screen and (max-width:767px){.haru-col-sm-6{flex:0 0 100%}}.haru-col-sm-12{flex:0 0 100%}@media screen and (max-width:767px){.haru-col-xs-12{flex:0 0 100%}}.dark-mode input[type=text],.dark-mode input[type=email],.dark-mode input[type=password],.dark-mode input[type=search],.dark-mode input[type=number],.dark-mode input[type=url],.dark-mode input[type=tel],.dark-mode input[type=date],.dark-mode select,.dark-mode textarea{border:1px solid #333;background-color:#333}.dark-mode input[type=text]:focus,.dark-mode input[type=email]:focus,.dark-mode input[type=password]:focus,.dark-mode input[type=search]:focus,.dark-mode input[type=number]:focus,.dark-mode input[type=url]:focus,.dark-mode input[type=tel]:focus,.dark-mode input[type=date]:focus,.dark-mode select:focus,.dark-mode textarea:focus{border:1px solid #4B5C66}.dark-mode .contact-form__label{color:#fff}.dark-mode .contact-form__submit button,.dark-mode .contact-form__submit [type="button"],.dark-mode .contact-form__submit [type="reset"],.dark-mode .contact-form__submit [type="submit"]{background-color:#fff;color:#000}.dark-mode .contact-form__submit button:hover,.dark-mode .contact-form__submit [type="button"]:hover,.dark-mode .contact-form__submit [type="reset"]:hover,.dark-mode .contact-form__submit [type="submit"]:hover{background-color:#4B5C66;color:#fff;transition:all 0.3s}.haru-heading--style-1{font-size:28px;margin-top:0px;margin-bottom:25px;padding-bottom:10px}@media screen and (max-width:1440px){.haru-heading--style-1{font-size:24px}}@media screen and (max-width:1024px){.haru-heading--style-1{font-size:22px}}@media screen and (max-width:991px){.haru-heading--style-1{font-size:20px}}.haru-heading--style-2{font-size:24px;margin-top:0px;margin-bottom:0;padding:20px 20px;background-color:#4B5C66;border-top-left-radius:12px;border-top-right-radius:12px;color:#fff;text-transform:capitalize}.haru-heading--align-center{text-align:center}.alignnone{margin:10px 20px 20px 0}.aligncenter,div.aligncenter{display:block;margin:10px auto 10px auto}.alignright{float:right;margin:10px 0 20px 20px}.alignleft{float:left;margin:10px 20px 20px 0}a img.alignright{float:right;margin:10px 0 20px 20px}a img.alignnone{margin:10px 20px 20px 0}a img.alignleft{float:left;margin:10px 20px 20px 0}a img.aligncenter{display:block;margin-left:auto;margin-right:auto}.wp-caption{background:#fff;max-width:96%;text-align:center}.wp-caption.alignnone{margin:5px 20px 20px 0}.wp-caption.alignleft{margin:5px 20px 20px 0}.wp-caption.alignright{margin:5px 0 20px 20px}.wp-caption img{border:0 none;height:auto;margin:0;padding:0;width:auto}.wp-caption p.wp-caption-text{font-size:16px;margin:0;padding:5px 4px 5px;font-style:italic;margin-bottom:20px}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important;white-space:nowrap;height:1px;width:1px;overflow:hidden}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0, 0, 0, 0.6);clip:auto !important;color:#21759b;display:block;font-size:14px;font-size:0.875rem;font-weight:bold;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.gallery-caption{color:#686868;display:block;font-size:13px;font-size:0.8125rem;font-style:italic;line-height:1.6153846154;padding-top:0.5384615385em}.bypostauthor>article .fn:after{content:"";left:3px;position:relative;top:5px}.wp-block-button__link{margin-bottom:10px}.wp-block-group__inner-container>h2{font-size:20px;line-height:1.4;margin-top:0px;margin-bottom:25px;font-weight:700}@media screen and (max-width:1440px){.wp-block-group__inner-container>h2{font-size:19px}}@media screen and (max-width:1024px){.wp-block-group__inner-container>h2{font-size:18px}}.wp-block-cover-text{color:#fff !important}.wp-block-gallery{margin-bottom:10px}.wp-block-search .wp-block-search__inside-wrapper{position:relative}.wp-block-search .wp-block-search__label{font-size:20px;line-height:1.4;margin-top:0px;margin-bottom:25px;font-weight:700;display:block;color:#000000}@media screen and (max-width:1440px){.wp-block-search .wp-block-search__label{font-size:19px}}@media screen and (max-width:1024px){.wp-block-search .wp-block-search__label{font-size:18px}}.wp-block-search .wp-block-search__input{border:none}.wp-block-search .wp-block-search__button{position:absolute;top:0;right:0;width:60px;height:48px;font-size:0;border:none;background:transparent;color:#7E7E7E;outline:none;padding:0;transition:all 0.3s}.wp-block-search .wp-block-search__button:hover{cursor:pointer;color:#4B5C66;transition:all 0.3s}.wp-block-search .wp-block-search__button:before{content:"";font-family:"phosphor";font-weight:400;position:absolute;font-size:20px;top:50%;left:50%;transform:translate(-50%, -50%)}.wp-block-search .wp-block-search__button svg{fill:transparent}.wp-block-separator{border:none;border-bottom:2px solid #eee;margin:1.65em auto}.wp-block-separator:not(.is-style-wide):not(.is-style-dots){max-width:100px}.wp-block-quote:not(.is-large):not(.is-style-large){border-left:4px solid #000;padding:0 0 0 1em}.wp-block-latest-posts{padding:0;margin:0}.wp-block-latest-posts li{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;margin-bottom:12px}.wp-block-latest-posts li:last-child{margin-bottom:0}.wp-block-latest-comments{list-style:none;list-style-type:none;padding:0;margin:0}.wp-block-latest-comments li{line-height:1.8;margin-bottom:12px}.wp-block-latest-comments li:last-child{margin-bottom:0}.wp-block-latest-comments li:focus{outline:none}.wp-block-latest-comments li a{color:#000;flex:1 1 auto;transition:all 0.3s}.wp-block-latest-comments li a:hover{color:#4B5C66}.wp-block-latest-comments li a:not(.url){font-weight:600}.wp-block-latest-comments li a.wp-block-latest-comments__comment-author{font-weight:400}.wp-block-latest-comments li a.wp-block-latest-comments__comment-link{font-weight:600}.wp-block-latest-comments li article{padding-bottom:0}.wp-block-pullquote{border-bottom:2px solid #d5d5d5;border-top:2px solid #d5d5d5;color:#000000;margin-left:0;margin-right:0;padding:3em 0;margin:15px 0;text-align:center}.wp-block-pullquote :not(.is-style-solid-color){background:none}.wp-block-pullquote blockquote{padding:0;border-left:none}.wp-block-categories-list,.wp-block-archives-list{list-style:none;list-style-type:none;padding:0;margin:0}.wp-block-categories-list li,.wp-block-archives-list li{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;margin-bottom:12px;max-width:300px}@media screen and (max-width:767px){.wp-block-categories-list li,.wp-block-archives-list li{max-width:none}}.wp-block-categories-list li:last-child,.wp-block-archives-list li:last-child{margin-bottom:0}.wp-block-categories-list li.current-cat>a,.wp-block-categories-list li:hover>a,.wp-block-archives-list li.current-cat>a,.wp-block-archives-list li:hover>a{border-bottom:1px solid #4B5C66;color:#4B5C66;transition:all 0.3s}.wp-block-categories-list li.current-cat>.count,.wp-block-categories-list li:hover>.count,.wp-block-archives-list li.current-cat>.count,.wp-block-archives-list li:hover>.count{background-color:#4B5C66;border:1px solid #4B5C66;color:#fff;transition:all 0.3s}.wp-block-categories-list li:focus,.wp-block-archives-list li:focus{outline:none}.wp-block-categories-list li a,.wp-block-archives-list li a{border-bottom:1px solid transparent;transition:all 0.3s}.wp-block-categories-list li a[aria-current="page"],.wp-block-archives-list li a[aria-current="page"]{color:#4B5C66}.wp-block-categories-list li .count,.wp-block-archives-list li .count{border:1px solid #eee;color:#000;padding:0 5px;font-size:13px;border-radius:20px;min-width:30px;text-align:center;transition:all 0.3s}.wp-block-categories-list .children,.wp-block-archives-list .children{flex:1 1 100%;padding-left:20px;margin-top:12px}.dark-mode .wp-block-group__inner-container>h2{border-bottom:1px solid #333}.dark-mode .wp-block-search .wp-block-search__label{border-bottom:1px solid #333}.dark-mode .wp-block-search .wp-block-search__button{background:#4B5C66}.dark-mode .wp-block-search .wp-block-search__button:hover{background:#404f57}.dark-mode .wp-block-search .wp-block-search__button:before{color:#fff}.dark-mode .wp-block-separator{border-bottom:2px solid #333}.dark-mode .wp-block-quote:not(.is-large):not(.is-style-large){border-left:4px solid rgba(255, 255, 255, 0.5)}.dark-mode .wp-block-latest-comments li a{color:#fff}.dark-mode .wp-block-latest-comments li a:hover{color:#4B5C66}.dark-mode .wp-block-pullquote{border-bottom:2px solid #333;border-top:2px solid #333;color:#fff}.dark-mode .wp-block-pullquote blockquote{border-left:none}.dark-mode .wp-block-categories-list li:hover>a,.dark-mode .wp-block-archives-list li:hover>a{color:#4B5C66}.dark-mode .wp-block-categories-list li:hover>.count,.dark-mode .wp-block-archives-list li:hover>.count{background-color:#4B5C66;border:1px solid #4B5C66;color:#fff}.dark-mode .wp-block-categories-list li .count,.dark-mode .wp-block-archives-list li .count{border:1px solid #333;color:#fff}.square-1{background-color:#bd4932}.square-1 .haru-loading-site-absolute{position:absolute;left:50%;top:50%;height:200px;width:200px;margin-top:-100px;margin-left:-100px}.square-1 .spinner{width:80px;height:80px;background-color:#fff;margin-right:auto;margin-left:auto;margin-top:60px;animation:square-1 1s infinite ease-in-out}@-webkit-keyframes square-1{0%{-webkit-transform:perspective(160px)}50%{-webkit-transform:perspective(160px) rotateY(-180deg)}100%{-webkit-transform:perspective(160px) rotateY(-180deg) rotateX(-180deg)}}@keyframes square-1{0%{transform:perspective(160px) rotateX(0deg) rotateY(0deg);-webkit-transform:perspective(160px) rotateX(0deg) rotateY(0deg)}50%{transform:perspective(160px) rotateX(-180deg) rotateY(0deg);-webkit-transform:perspective(160px) rotateX(-180deg) rotateY(0deg)}100%{transform:perspective(160px) rotateX(-180deg) rotateY(-180deg);-webkit-transform:perspective(160px) rotateX(-180deg) rotateY(-180deg)}}.square-2{background-color:#db9e36}.square-2 .haru-loading-site-absolute{position:absolute;left:50%;top:50%;height:150px;width:150px;margin-top:-75px;margin-left:-75px;transform:rotate(45deg)}.square-2 .spinner{width:20px;height:20px;background-color:#fff;position:absolute;left:65px;top:65px}.square-2 .spinner:nth-child(2n+0){margin-right:0}.square-2 #spinner_one{animation:square-2-one 2s infinite;animation-delay:0.2s}.square-2 #spinner_two{animation:square-2-two 2s infinite;animation-delay:0.3s}.square-2 #spinner_three{animation:square-2-three 2s infinite;animation-delay:0.4s}.square-2 #spinner_four{animation:square-2-four 2s infinite;animation-delay:0.5s}.square-2 #spinner_five{animation:square-2-five 2s infinite;animation-delay:0.6s}.square-2 #spinner_six{animation:square-2-six 2s infinite;animation-delay:0.7s}.square-2 #spinner_seven{animation:square-2-seven 2s infinite;animation-delay:0.8s}.square-2 #spinner_eight{animation:square-2-eight 2s infinite;animation-delay:0.9s}.square-2 #spinner_big{position:absolute;width:50px;height:50px;left:50px;top:50px;animation:square-2-big 2s infinite;animation-delay:0.5s}@-webkit-keyframes square-2-one{50%{-webkit-transform:translate(-65px, -65px)}}@keyframes square-2-one{50%{transform:translate(-65px, -65px);-webkit-transform:translate(-65px, -65px)}}@-webkit-keyframes square-2-two{50%{-webkit-transform:translate(0, -65px)}}@keyframes square-2-two{50%{transform:translate(0, -65px);-webkit-transform:translate(0, -65px)}}@-webkit-keyframes square-2-three{50%{-webkit-transform:translate(65px, -65px)}}@keyframes square-2-three{50%{transform:translate(65px, -65px);-webkit-transform:translate(65px, -65px)}}@-webkit-keyframes square-2-four{50%{-webkit-transform:translate(65px, 0)}}@keyframes square-2-four{50%{transform:translate(65px, 0);-webkit-transform:translate(65px, 0)}}@-webkit-keyframes square-2-five{50%{-webkit-transform:translate(65px, 65px)}}@keyframes square-2-five{50%{transform:translate(65px, 65px);-webkit-transform:translate(65px, 65px)}}@-webkit-keyframes square-2-six{50%{-webkit-transform:translate(0, 65px)}}@keyframes square-2-six{50%{transform:translate(0, 65px);-webkit-transform:translate(0, 65px)}}@-webkit-keyframes square-2-seven{50%{-webkit-transform:translate(-65px, 65px)}}@keyframes square-2-seven{50%{transform:translate(-65px, 65px);-webkit-transform:translate(-65px, 65px)}}@-webkit-keyframes square-2-eight{50%{-webkit-transform:translate(-65px, 0)}}@keyframes square-2-eight{50%{transform:translate(-65px, 0);-webkit-transform:translate(-65px, 0)}}@-webkit-keyframes square-2-big{50%{-webkit-transform:scale(0.5)}}@keyframes square-2-big{50%{transform:scale(0.5);-webkit-transform:scale(0.5)}}.square-3{background-color:#ffd34e}.square-3 .haru-loading-site-absolute{position:absolute;left:50%;top:50%;height:200px;width:200px;margin-top:-100px;margin-left:-100px}.square-3 .spinner{width:50px;height:50px;background-color:rgba(255, 255, 255, 0);margin-right:auto;margin-left:auto;border:4px solid #fff;left:73px;top:73px;position:absolute}.square-3 #first_spinner{animation:square-3-first-animate 1s infinite ease-in-out}.square-3 #second_spinner{-webkit-animation:square-3-second 1s forwards, square-3-second-animate 1s infinite ease-in-out;-moz-animation:square-3-second 1s forwards, square-3-second-animate 1s infinite ease-in-out;-o-animation:square-3-second 1s forwards, square-3-second-animate 1s infinite ease-in-out;-ms-transition:square-3-second 1s forwards, square-3-second-animate 1s infinite ease-in-out;animation:square-3-second 1s forwards, square-3-second-animate 1s infinite ease-in-out}.square-3 #third_spinner{-webkit-animation:square-3-third 1s forwards, square-3-third-animate 1s infinite ease-in-out;-moz-animation:square-3-third 1s forwards, square-3-third-animate 1s infinite ease-in-out;-o-animation:square-3-third 1s forwards, square-3-third-animate 1s infinite ease-in-out;-ms-transition:square-3-third 1s forwards, square-3-third-animate 1s infinite ease-in-out;animation:square-3-third 1s forwards, square-3-third-animate 1s infinite ease-in-out}@-webkit-keyframes square-3-first-animate{0%{-webkit-transform:perspective(100px)}50%{-webkit-transform:perspective(100px) rotateY(-180deg)}100%{-webkit-transform:perspective(100px) rotateY(-180deg) rotateX(-180deg)}}@keyframes square-3-first-animate{0%{transform:perspective(100px) rotateX(0deg) rotateY(0deg);-webkit-transform:perspective(100px) rotateX(0deg) rotateY(0deg)}50%{transform:perspective(100px) rotateX(-180deg) rotateY(0deg);-webkit-transform:perspective(100px) rotateX(-180deg) rotateY(0deg)}100%{transform:perspective(100px) rotateX(-180deg) rotateY(-180deg);-webkit-transform:perspective(100px) rotateX(-180deg) rotateY(-180deg)}}@-webkit-keyframes square-3-second{100%{width:100px;height:100px;left:48px;top:48px}}@keyframes square-3-second{100%{width:100px;height:100px;left:48px;top:48px}}@-webkit-keyframes square-3-second-animate{0%{-webkit-transform:perspective(200px)}50%{-webkit-transform:perspective(200px) rotateY(180deg)}100%{-webkit-transform:perspective(200px) rotateY(180deg) rotateX(180deg)}}@keyframes square-3-second-animate{0%{transform:perspective(200px) rotateX(0deg) rotateY(0deg);-webkit-transform:perspective(200px) rotateX(0deg) rotateY(0deg)}50%{transform:perspective(200px) rotateX(180deg) rotateY(0deg);-webkit-transform:perspective(200px) rotateX(180deg) rotateY(0deg)}100%{transform:perspective(200px) rotateX(180deg) rotateY(180deg);-webkit-transform:perspective(200px) rotateX(180deg) rotateY(180deg)}}@-webkit-keyframes square-3-third{100%{width:150px;height:150px;left:23px;top:23px}}@keyframes square-3-third{100%{width:150px;height:150px;left:23px;top:23px}}@-webkit-keyframes square-3-third-animate{0%{-webkit-transform:perspective(300px)}50%{-webkit-transform:perspective(300px) rotateY(-180deg)}100%{-webkit-transform:perspective(300px) rotateY(-180deg) rotateX(-180deg)}}@keyframes square-3-third-animate{0%{transform:perspective(300px) rotateX(0deg) rotateY(0deg);-webkit-transform:perspective(300px) rotateX(0deg) rotateY(0deg)}50%{transform:perspective(300px) rotateX(-180deg) rotateY(0deg);-webkit-transform:perspective(300px) rotateX(-180deg) rotateY(0deg)}100%{transform:perspective(300px) rotateX(-180deg) rotateY(-180deg);-webkit-transform:perspective(300px) rotateX(-180deg) rotateY(-180deg)}}.square-4{background-color:white}.square-4 .haru-loading-site-absolute{position:absolute;left:50%;top:50%;height:100px;width:100px;margin-top:-50px;margin-left:-50px}.square-4 .spinner{width:25px;height:25px;background-color:rgba(255, 255, 255, 0);margin-right:auto;margin-left:auto;border:4px solid #ef4a4a;left:37px;top:37px;position:absolute}.square-4 #first_spinner{animation:square-4-first 1s infinite;animation-delay:0.5s}.square-4 #second_spinner{animation:square-4-second 1s infinite}.square-4 #third_spinner{animation:square-4-third 1s infinite;animation-delay:0.5s}.square-4 #forth_spinner{animation:square-4-forth 1s infinite}@-webkit-keyframes square-4-first{0%{-ms-transform:translate(1, 1) scale(1, 1);-webkit-transform:translate(1, 1) scale(1, 1);transform:translate(1, 1) scale(1, 1)}50%{-ms-transform:translate(150%, 150%) scale(2, 2);-webkit-transform:translate(150%, 150%) scale(2, 2);transform:translate(150%, 150%) scale(2, 2)}100%{-ms-transform:translate(1, 1) scale(1, 1);-webkit-transform:translate(1, 1) scale(1, 1);transform:translate(1, 1) scale(1, 1)}}@keyframes square-4-first{0%{-ms-transform:translate(1, 1) scale(1, 1);-webkit-transform:translate(1, 1) scale(1, 1);transform:translate(1, 1) scale(1, 1)}50%{-ms-transform:translate(150%, 150%) scale(2, 2);-webkit-transform:translate(150%, 150%) scale(2, 2);transform:translate(150%, 150%) scale(2, 2)}100%{-ms-transform:translate(1, 1) scale(1, 1);-webkit-transform:translate(1, 1) scale(1, 1);transform:translate(1, 1) scale(1, 1)}}@-webkit-keyframes square-4-second{0%{-ms-transform:translate(1, 1) scale(1, 1);-webkit-transform:translate(1, 1) scale(1, 1);transform:translate(1, 1) scale(1, 1)}50%{-ms-transform:translate(-150%, 150%) scale(2, 2);-webkit-transform:translate(-150%, 150%) scale(2, 2);transform:translate(-150%, 150%) scale(2, 2)}100%{-ms-transform:translate(1, 1) scale(1, 1);-webkit-transform:translate(1, 1) scale(1, 1);transform:translate(1, 1) scale(1, 1)}}@keyframes square-4-second{0%{-ms-transform:translate(1, 1) scale(1, 1);-webkit-transform:translate(1, 1) scale(1, 1);transform:translate(1, 1) scale(1, 1)}50%{-ms-transform:translate(-150%, 150%) scale(2, 2);-webkit-transform:translate(-150%, 150%) scale(2, 2);transform:translate(-150%, 150%) scale(2, 2)}100%{-ms-transform:translate(1, 1) scale(1, 1);-webkit-transform:translate(1, 1) scale(1, 1);transform:translate(1, 1) scale(1, 1)}}@-webkit-keyframes square-4-third{0%{-ms-transform:translate(1, 1) scale(1, 1);-webkit-transform:translate(1, 1) scale(1, 1);transform:translate(1, 1) scale(1, 1)}50%{-ms-transform:translate(-150%, -150%) scale(2, 2);-webkit-transform:translate(-150%, -150%) scale(2, 2);transform:translate(-150%, -150%) scale(2, 2)}100%{-ms-transform:translate(1, 1) scale(1, 1);-webkit-transform:translate(1, 1) scale(1, 1);transform:translate(1, 1) scale(1, 1)}}@keyframes square-4-third{0%{-ms-transform:translate(1, 1) scale(1, 1);-webkit-transform:translate(1, 1) scale(1, 1);transform:translate(1, 1) scale(1, 1)}50%{-ms-transform:translate(-150%, -150%) scale(2, 2);-webkit-transform:translate(-150%, -150%) scale(2, 2);transform:translate(-150%, -150%) scale(2, 2)}100%{-ms-transform:translate(1, 1) scale(1, 1);-webkit-transform:translate(1, 1) scale(1, 1);transform:translate(1, 1) scale(1, 1)}}@-webkit-keyframes square-4-forth{0%{-ms-transform:translate(1, 1) scale(1, 1);-webkit-transform:translate(1, 1) scale(1, 1);transform:translate(1, 1) scale(1, 1)}50%{-ms-transform:translate(150%, -150%) scale(2, 2);-webkit-transform:translate(150%, -150%) scale(2, 2);transform:translate(150%, -150%) scale(2, 2)}100%{-ms-transform:translate(1, 1) scale(1, 1);-webkit-transform:translate(1, 1) scale(1, 1);transform:translate(1, 1) scale(1, 1)}}@keyframes square-4-forth{0%{-ms-transform:translate(1, 1) scale(1, 1);-webkit-transform:translate(1, 1) scale(1, 1);transform:translate(1, 1) scale(1, 1)}50%{-ms-transform:translate(150%, -150%) scale(2, 2);-webkit-transform:translate(150%, -150%) scale(2, 2);transform:translate(150%, -150%) scale(2, 2)}100%{-ms-transform:translate(1, 1) scale(1, 1);-webkit-transform:translate(1, 1) scale(1, 1);transform:translate(1, 1) scale(1, 1)}}.square-5{background-color:#2980b9}.square-5 .haru-loading-site-absolute{position:absolute;left:50%;top:50%;height:118px;width:118px;margin-top:-59px;margin-left:-59px}.square-5 .spinner{width:20px;height:20px;background-color:#fff;margin-right:20px;float:left;margin-bottom:20px}.square-5 .spinner:nth-child(3n+0){margin-right:0px}.square-5 #spinner_one{animation:square-5 1s -0.9s ease-in-out infinite}.square-5 #spinner_two{animation:square-5 1s -0.8s ease-in-out infinite}.square-5 #spinner_three{animation:square-5 1s -0.7s ease-in-out infinite}.square-5 #spinner_four{animation:square-5 1s -0.6s ease-in-out infinite}.square-5 #spinner_five{animation:square-5 1s -0.5s ease-in-out infinite}.square-5 #spinner_six{animation:square-5 1s -0.4s ease-in-out infinite}.square-5 #spinner_seven{animation:square-5 1s -0.3s ease-in-out infinite}.square-5 #spinner_eight{animation:square-5 1s -0.2s ease-in-out infinite}.square-5 #spinner_nine{animation:square-5 1s -0.1s ease-in-out infinite}@-webkit-keyframes square-5{50%{-ms-transform:scale(1.5, 1.5);-webkit-transform:scale(1.5, 1.5);transform:scale(1.5, 1.5)}100%{-ms-transform:scale(1, 1);-webkit-transform:scale(1, 1);transform:scale(1, 1)}}@keyframes square-5{50%{-ms-transform:scale(1.5, 1.5);-webkit-transform:scale(1.5, 1.5);transform:scale(1.5, 1.5)}100%{-ms-transform:scale(1, 1);-webkit-transform:scale(1, 1);transform:scale(1, 1)}}.square-6{background-color:#3498db}.square-6 .haru-loading-site-absolute{position:absolute;left:50%;top:50%;height:118px;width:72px;margin-top:-59px;margin-left:-36px}.square-6 .spinner{width:26px;height:26px;background-color:#fff;margin-right:20px;float:left;margin-bottom:20px}.square-6 .spinner:nth-child(2n+0){margin-right:0}.square-6 #spinner_one{animation:square-6-one 1s infinite}.square-6 #spinner_two{animation:square-6-two 1s infinite}.square-6 #spinner_three{animation:square-6-three 1s infinite}.square-6 #spinner_four{animation:square-6-four 1s infinite}.square-6 #spinner_five{animation:square-6-five 1s infinite}.square-6 #spinner_six{animation:square-6-six 1s infinite}@-webkit-keyframes square-6-one{50%{-ms-transform:translate(-100px, 46px) rotate(-179deg);-webkit-transform:translate(-100px, 46px) rotate(-179deg);transform:translate(-100px, 46px) rotate(-179deg)}100%{-ms-transform:translate(0, 0);-webkit-transform:translate(0, 0);transform:translate(0, 0)}}@keyframes square-6-one{50%{-ms-transform:translate(-100px, 46px) rotate(-179deg);-webkit-transform:translate(-100px, 46px) rotate(-179deg);transform:translate(-100px, 46px) rotate(-179deg)}100%{-ms-transform:translate(0, 0);-webkit-transform:translate(0, 0);transform:translate(0, 0)}}@-webkit-keyframes square-6-two{50%{-ms-transform:translate(100px, 46px) rotate(179deg);-webkit-transform:translate(100px, 46px) rotate(179deg);transform:translate(100px, 46px) rotate(179deg)}100%{-ms-transform:translate(0, 0);-webkit-transform:translate(0, 0);transform:translate(0, 0)}}@keyframes square-6-two{50%{-ms-transform:translate(100px, 46px) rotate(179deg);-webkit-transform:translate(100px, 46px) rotate(179deg);transform:translate(100px, 46px) rotate(179deg)}100%{-ms-transform:translate(0, 0);-webkit-transform:translate(0, 0);transform:translate(0, 0)}}@-webkit-keyframes square-6-three{50%{-ms-transform:translate(-100px, 0) rotate(-179deg);-webkit-transform:translate(-100px, 0) rotate(-179deg);transform:translate(-100px, 0) rotate(-179deg)}100%{-ms-transform:translate(0, 0);-webkit-transform:translate(0, 0);transform:translate(0, 0)}}@keyframes square-6-three{50%{-ms-transform:translate(-100px, 0) rotate(-179deg);-webkit-transform:translate(-100px, 0) rotate(-179deg);transform:translate(-100px, 0) rotate(-179deg)}100%{-ms-transform:translate(0, 0);-webkit-transform:translate(0, 0);transform:translate(0, 0)}}@-webkit-keyframes square-6-four{50%{-ms-transform:translate(100px, 0) rotate(179deg);-webkit-transform:translate(100px, 0) rotate(179deg);transform:translate(100px, 0) rotate(179deg)}100%{-ms-transform:translate(0, 0);-webkit-transform:translate(0, 0);transform:translate(0, 0)}}@keyframes square-6-four{50%{-ms-transform:translate(100px, 0) rotate(179deg);-webkit-transform:translate(100px, 0) rotate(179deg);transform:translate(100px, 0) rotate(179deg)}100%{-ms-transform:translate(0, 0);-webkit-transform:translate(0, 0);transform:translate(0, 0)}}@-webkit-keyframes square-6-five{50%{-ms-transform:translate(-100px, -46px) rotate(-179deg);-webkit-transform:translate(-100px, -46px) rotate(-179deg);transform:translate(-100px, -46px) rotate(-179deg)}100%{-ms-transform:translate(0, 0);-webkit-transform:translate(0, 0);transform:translate(0, 0)}}@keyframes square-6-five{50%{-ms-transform:translate(-100px, -46px) rotate(-179deg);-webkit-transform:translate(-100px, -46px) rotate(-179deg);transform:translate(-100px, -46px) rotate(-179deg)}100%{-ms-transform:translate(0, 0);-webkit-transform:translate(0, 0);transform:translate(0, 0)}}@-webkit-keyframes square-6-six{50%{-ms-transform:translate(100px, -46px) rotate(179deg);-webkit-transform:translate(100px, -46px) rotate(179deg);transform:translate(100px, -46px) rotate(179deg)}100%{-ms-transform:translate(0, 0);-webkit-transform:translate(0, 0);transform:translate(0, 0)}}@keyframes square-6-six{50%{-ms-transform:translate(100px, -46px) rotate(179deg);-webkit-transform:translate(100px, -46px) rotate(179deg);transform:translate(100px, -46px) rotate(179deg)}100%{-ms-transform:translate(0, 0);-webkit-transform:translate(0, 0);transform:translate(0, 0)}}.square-7{background-color:#e74c3c}.square-7 .haru-loading-site-absolute{position:absolute;left:50%;top:50%;height:100px;width:100px;margin-top:-50px;margin-left:-50px}.square-7 .spinner{width:25px;height:25px;background-color:#fff;margin-right:50px;float:left;margin-bottom:50px}.square-7 .spinner:nth-child(2n+0){margin-right:0}.square-7 #spinner_one{animation:square-7-one 2s infinite}.square-7 #spinner_two{animation:square-7-two 2s infinite}.square-7 #spinner_three{animation:square-7-three 2s infinite}.square-7 #spinner_four{animation:square-7-four 2s infinite}@-webkit-keyframes square-7-one{25%{-webkit-transform:translate(75px, 0) rotate(-90deg) scale(0.5)}50%{-webkit-transform:translate(75px, 75px) rotate(-180deg)}75%{-webkit-transform:translate(0, 75px) rotate(-270deg) scale(0.5)}100%{-webkit-transform:rotate(-360deg)}}@keyframes square-7-one{25%{transform:translate(75px, 0) rotate(-90deg) scale(0.5);-webkit-transform:translate(75px, 0) rotate(-90deg) scale(0.5)}50%{transform:translate(75px, 75px) rotate(-180deg);-webkit-transform:translate(75px, 75px) rotate(-180deg)}75%{transform:translate(0, 75px) rotate(-270deg) scale(0.5);-webkit-transform:translate(0, 75px) rotate(-270deg) scale(0.5)}100%{transform:rotate(-360deg);-webkit-transform:rotate(-360deg)}}@-webkit-keyframes square-7-two{25%{-webkit-transform:translate(0, 75px) rotate(-90deg) scale(0.5)}50%{-webkit-transform:translate(-75px, 75px) rotate(-180deg)}75%{-webkit-transform:translate(-75px, 0) rotate(-270deg) scale(0.5)}100%{-webkit-transform:rotate(-360deg)}}@keyframes square-7-two{25%{transform:translate(0, 75px) rotate(-90deg) scale(0.5);-webkit-transform:translate(0, 75px) rotate(-90deg) scale(0.5)}50%{transform:translate(-75px, 75px) rotate(-180deg);-webkit-transform:translate(-75px, 75px) rotate(-180deg)}75%{transform:translate(-75px, 0) rotate(-270deg) scale(0.5);-webkit-transform:translate(-75px, 0) rotate(-270deg) scale(0.5)}100%{transform:rotate(-360deg);-webkit-transform:rotate(-360deg)}}@-webkit-keyframes square-7-three{25%{-webkit-transform:translate(0, -75px) rotate(-90deg) scale(0.5)}50%{-webkit-transform:translate(75px, -75px) rotate(-180deg)}75%{-webkit-transform:translate(75px, 0) rotate(-270deg) scale(0.5)}100%{-webkit-transform:rotate(-360deg)}}@keyframes square-7-three{25%{transform:translate(0, -75px) rotate(-90deg) scale(0.5);-webkit-transform:translate(0, -75px) rotate(-90deg) scale(0.5)}50%{transform:translate(75px, -75px) rotate(-180deg);-webkit-transform:translate(75px, -75px) rotate(-180deg)}75%{transform:translate(75px, 0) rotate(-270deg) scale(0.5);-webkit-transform:translate(75px, 0) rotate(-270deg) scale(0.5)}100%{transform:rotate(-360deg);-webkit-transform:rotate(-360deg)}}@-webkit-keyframes square-7-four{25%{-webkit-transform:translate(-75px, 0) rotate(-90deg) scale(0.5)}50%{-webkit-transform:translate(-75px, -75px) rotate(-180deg)}75%{-webkit-transform:translate(0, -75px) rotate(-270deg) scale(0.5)}100%{-webkit-transform:rotate(-360deg)}}@keyframes square-7-four{25%{transform:translate(-75px, 0) rotate(-90deg) scale(0.5);-webkit-transform:translate(-75px, 0) rotate(-90deg) scale(0.5)}50%{transform:translate(-75px, -75px) rotate(-180deg);-webkit-transform:translate(-75px, -75px) rotate(-180deg)}75%{transform:translate(0, -75px) rotate(-270deg) scale(0.5);-webkit-transform:translate(0, -75px) rotate(-270deg) scale(0.5)}100%{transform:rotate(-360deg);-webkit-transform:rotate(-360deg)}}.square-8{background-color:#2c3e50}.square-8 .haru-loading-site-absolute{position:absolute;left:50%;top:50%;height:50px;width:50px;margin-top:-25px;margin-left:-25px;transform:rotate(45deg);animation:square-8-loading-center-absolute 1.5s infinite}.square-8 .spinner{width:25px;height:25px;background-color:#fff;float:left}.square-8 #spinner_one{animation:square-8-one 1.5s infinite}.square-8 #spinner_two{animation:square-8-two 1.5s infinite}.square-8 #spinner_three{animation:square-8-three 1.5s infinite}.square-8 #spinner_four{animation:square-8-four 1.5s infinite}@-webkit-keyframes square-8-loading-center-absolute{100%{-webkit-transform:rotate(-45deg)}}@keyframes square-8-loading-center-absolute{100%{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}}@-webkit-keyframes square-8-one{25%{-webkit-transform:translate(0, -50px) rotate(-180deg)}100%{-webkit-transform:translate(0, 0) rotate(-180deg)}}@keyframes square-8-one{25%{transform:translate(0, -50px) rotate(-180deg);-webkit-transform:translate(0, -50px) rotate(-180deg)}100%{transform:translate(0, 0) rotate(-180deg);-webkit-transform:translate(0, 0) rotate(-180deg)}}@-webkit-keyframes square-8-two{25%{-webkit-transform:translate(50px, 0) rotate(-180deg)}100%{-webkit-transform:translate(0, 0) rotate(-180deg)}}@keyframes square-8-two{25%{transform:translate(50px, 0) rotate(-180deg);-webkit-transform:translate(50px, 0) rotate(-180deg)}100%{transform:translate(0, 0) rotate(-180deg);-webkit-transform:translate(0, 0) rotate(-180deg)}}@-webkit-keyframes square-8-three{25%{-webkit-transform:translate(-50px, 0) rotate(-180deg)}100%{-webkit-transform:translate(0, 0) rotate(-180deg)}}@keyframes square-8-three{25%{transform:translate(-50px, 0) rotate(-180deg);-webkit-transform:translate(-50px, 0) rotate(-180deg)}100%{transform:translate(0, 0) rotate(-180deg);-webkit-transform:rtranslate(0, 0) rotate(-180deg)}}@-webkit-keyframes square-8-four{25%{-webkit-transform:translate(0, 50px) rotate(-180deg)}100%{-webkit-transform:translate(0, 0) rotate(-180deg)}}@keyframes square-8-four{25%{transform:translate(0, 50px) rotate(-180deg);-webkit-transform:translate(0, 50px) rotate(-180deg)}100%{transform:translate(0, 0) rotate(-180deg);-webkit-transform:translate(0, 0) rotate(-180deg)}}.square-9{background-color:#1e1e20}.square-9 .haru-loading-site-absolute{position:absolute;left:50%;top:50%;height:150px;width:150px;margin-top:-75px;margin-left:-75px;transform:rotate(45deg)}.square-9 .spinner{width:20px;height:20px;background-color:#fff;margin-right:110px;float:left;margin-bottom:110px}.square-9 .spinner:nth-child(2n+0){margin-right:0}.square-9 #spinner_one{animation:square-9-one 2s infinite}.square-9 #spinner_two{animation:square-9-two 2s infinite}.square-9 #spinner_three{animation:square-9-three 2s infinite}.square-9 #spinner_four{animation:square-9-four 2s infinite}.square-9 #spinner_big{animation:square-9-big 0.5s infinite;position:absolute;width:50px;height:50px;left:50px;top:50px}@-webkit-keyframes square-9-big{25%{-webkit-transform:scale(0.5)}}@keyframes square-9-big{25%{transform:scale(0.5);-webkit-transform:scale(0.5)}}@-webkit-keyframes square-9-one{25%{-webkit-transform:translate(130px, 0) rotate(-90deg)}50%{-webkit-transform:translate(130px, 130px) rotate(-180deg)}75%{-webkit-transform:translate(0, 130px) rotate(-270deg)}100%{-webkit-transform:rotate(-360deg)}}@keyframes square-9-one{25%{transform:translate(130px, 0) rotate(-90deg);-webkit-transform:translate(130px, 0) rotate(-90deg)}50%{transform:translate(130px, 130px) rotate(-180deg);-webkit-transform:translate(130px, 130px) rotate(-180deg)}75%{transform:translate(0, 130px) rotate(-270deg);-webkit-transform:translate(0, 130px) rotate(-270deg)}100%{transform:rotate(-360deg);-webkit-transform:rotate(-360deg)}}@-webkit-keyframes square-9-two{25%{-webkit-transform:translate(0, 130px) rotate(-90deg)}50%{-webkit-transform:translate(-130px, 130px) rotate(-180deg)}75%{-webkit-transform:translate(-130px, 0) rotate(-270deg)}100%{-webkit-transform:rotate(-360deg)}}@keyframes square-9-two{25%{transform:translate(0, 130px) rotate(-90deg);-webkit-transform:translate(0, 130px) rotate(-90deg)}50%{transform:translate(-130px, 130px) rotate(-180deg);-webkit-transform:translate(-130px, 130px) rotate(-180deg)}75%{transform:translate(-130px, 0) rotate(-270deg);-webkit-transform:translate(-130px, 0) rotate(-270deg)}100%{transform:rotate(-360deg);-webkit-transform:rotate(-360deg)}}@-webkit-keyframes square-9-three{25%{-webkit-transform:translate(0, -130px) rotate(-90deg)}50%{-webkit-transform:translate(130px, -130px) rotate(-180deg)}75%{-webkit-transform:translate(130px, 0) rotate(-270deg)}100%{-webkit-transform:rotate(-360deg)}}@keyframes square-9-three{25%{transform:translate(0, -130px) rotate(-90deg);-webkit-transform:translate(0, -130px) rotate(-90deg)}50%{transform:translate(130px, -130px) rotate(-180deg);-webkit-transform:translate(130px, -130px) rotate(-180deg)}75%{transform:translate(130px, 0) rotate(-270deg);-webkit-transform:translate(130px, 0) rotate(-270deg)}100%{transform:rotate(-360deg);-webkit-transform:rotate(-360deg)}}@-webkit-keyframes square-9-four{25%{-webkit-transform:translate(-130px, 0) rotate(-90deg)}50%{-webkit-transform:translate(-130px, -130px) rotate(-180deg)}75%{-webkit-transform:translate(0, -130px) rotate(-270deg)}100%{-webkit-transform:rotate(-360deg)}}@keyframes square-9-four{25%{transform:translate(-130px, 0) rotate(-90deg);-webkit-transform:translate(-130px, 0) rotate(-90deg)}50%{transform:translate(-130px, -130px) rotate(-180deg);-webkit-transform:translate(-130px, -130px) rotate(-180deg)}75%{transform:translate(0, -130px) rotate(-270deg);-webkit-transform:translate(0, -130px) rotate(-270deg)}100%{transform:rotate(-360deg);-webkit-transform:rotate(-360deg)}}.round-1{background-color:#374140}.round-1 .haru-loading-site-absolute{position:absolute;left:50%;top:50%;height:150px;width:150px;margin-top:-75px;margin-left:-75px}.round-1 .spinner{width:20px;height:20px;background-color:#fff;float:left;margin-right:20px;margin-top:65px;border-radius:100%}.round-1 #spinner_one{animation:round-1-one 1.5s infinite}.round-1 #spinner_two{animation:round-1-two 1.5s infinite;animation-delay:0.25s}.round-1 #spinner_three{animation:round-1-three 1.5s infinite;animation-delay:0.5s}@-webkit-keyframes round-1-one{75%{-webkit-transform:scale(0)}}@keyframes round-1-one{75%{transform:scale(0);-webkit-transform:scale(0)}}@-webkit-keyframes round-1-two{75%{-webkit-transform:scale(0)}}@keyframes round-1-two{75%{transform:scale(0);-webkit-transform:scale(0)}}@-webkit-keyframes round-1-three{75%{-webkit-transform:scale(0)}}@keyframes round-1-three{75%{transform:scale(0);-webkit-transform:scale(0)}}.round-2{background-color:#dc3522}.round-2 .haru-loading-site-absolute{position:absolute;left:50%;top:50%;height:150px;width:150px;margin-top:-75px;margin-left:-75px;transform:rotate(45deg)}.round-2 .spinner{width:20px;height:20px;background-color:#fff;position:absolute;left:65px;top:65px;border-radius:50%}.round-2 .spinner:nth-child(2n+0){margin-right:0}.round-2 #spinner_one{animation:round-2-one 2s infinite;animation-delay:0.2s}.round-2 #spinner_two{animation:round-2-two 2s infinite;animation-delay:0.3s}.round-2 #spinner_three{animation:round-2-three 2s infinite;animation-delay:0.4s}.round-2 #spinner_four{animation:round-2-four 2s infinite;animation-delay:0.5s}.round-2 #spinner_five{animation:round-2-five 2s infinite;animation-delay:0.6s}.round-2 #spinner_six{animation:round-2-six 2s infinite;animation-delay:0.7s}.round-2 #spinner_seven{animation:round-2-seven 2s infinite;animation-delay:0.8s}.round-2 #spinner_eight{animation:round-2-eight 2s infinite;animation-delay:0.9s}.round-2 #spinner_big{position:absolute;width:50px;height:50px;left:50px;top:50px;animation:round-2-big 2s infinite;animation-delay:0.5s}@-webkit-keyframes round-2-big{50%{-webkit-transform:scale(0.5)}}@keyframes round-2-big{50%{transform:scale(0.5);-webkit-transform:scale(0.5)}}@-webkit-keyframes round-2-one{50%{-webkit-transform:translate(-65px, -65px)}}@keyframes round-2-one{50%{transform:translate(-65px, -65px);-webkit-transform:translate(-65px, -65px)}}@-webkit-keyframes round-2-two{50%{-webkit-transform:translate(0, -65px)}}@keyframes round-2-two{50%{transform:translate(0, -65px);-webkit-transform:translate(0, -65px)}}@-webkit-keyframes round-2-three{50%{-webkit-transform:translate(65px, -65px)}}@keyframes round-2-three{50%{transform:translate(65px, -65px);-webkit-transform:translate(65px, -65px)}}@-webkit-keyframes round-2-four{50%{-webkit-transform:translate(65px, 0)}}@keyframes round-2-four{50%{transform:translate(65px, 0);-webkit-transform:translate(65px, 0)}}@-webkit-keyframes round-2-five{50%{-webkit-transform:translate(65px, 65px)}}@keyframes round-2-five{50%{transform:translate(65px, 65px);-webkit-transform:translate(65px, 65px)}}@-webkit-keyframes round-2-six{50%{-webkit-transform:translate(0, 65px)}}@keyframes round-2-six{50%{transform:translate(0, 65px);-webkit-transform:translate(0, 65px)}}@-webkit-keyframes round-2-seven{50%{-webkit-transform:translate(-65px, 65px)}}@keyframes round-2-seven{50%{transform:translate(-65px, 65px);-webkit-transform:translate(-65px, 65px)}}@-webkit-keyframes round-2-eight{50%{-webkit-transform:translate(-65px, 0)}}@keyframes round-2-eight{50%{transform:translate(-65px, 0);-webkit-transform:translate(-65px, 0)}}.round-3{background-color:#88a825}.round-3 .haru-loading-site-absolute{position:absolute;left:50%;top:50%;height:50px;width:200px;margin-top:-25px;margin-left:-100px}.round-3 .spinner{width:20px;height:20px;background-color:#fff;float:left;margin-top:15px;border-radius:100%}.round-3 #first_spinner{animation:round-3-first 2s infinite}.round-3 #second_spinner{float:right;animation:round-3-second 2s infinite}@-webkit-keyframes round-3-first{25%{-ms-transform:translate(90px, 0) scale(2);-webkit-transform:translate(90px, 0) scale(2);transform:translate(90px, 0) scale(2)}50%{-ms-transform:translate(180px, 0) scale(1);-webkit-transform:translate(180px, 0) scale(1);transform:translate(180px, 0) scale(1)}75%{-ms-transform:translate(90px, 0) scale(2);-webkit-transform:translate(90px, 0) scale(2);transform:translate(90px, 0) scale(2)}}@keyframes round-3-first{25%{-ms-transform:translate(90px, 0) scale(2);-webkit-transform:translate(90px, 0) scale(2);transform:translate(90px, 0) scale(2)}50%{-ms-transform:translate(180px, 0) scale(1);-webkit-transform:translate(180px, 0) scale(1);transform:translate(180px, 0) scale(1)}75%{-ms-transform:translate(90px, 0) scale(2);-webkit-transform:translate(90px, 0) scale(2);transform:translate(90px, 0) scale(2)}}@-webkit-keyframes round-3-second{25%{-ms-transform:translate(-90px, 0) scale(2);-webkit-transform:translate(-90px, 0) scale(2);transform:translate(-90px, 0) scale(2)}50%{-ms-transform:translate(-180px, 0) scale(1);-webkit-transform:translate(-180px, 0) scale(1);transform:translate(-180px, 0) scale(1)}75%{-ms-transform:translate(-90px, 0) scale(2);-webkit-transform:translate(-90px, 0) scale(2);transform:translate(-90px, 0) scale(2)}}@keyframes round-3-second{25%{-ms-transform:translate(-90px, 0) scale(2);-webkit-transform:translate(-90px, 0) scale(2);transform:translate(-90px, 0) scale(2)}50%{-ms-transform:translate(-180px, 0) scale(1);-webkit-transform:translate(-180px, 0) scale(1);transform:translate(-180px, 0) scale(1)}75%{-ms-transform:translate(-90px, 0) scale(2);-webkit-transform:translate(-90px, 0) scale(2);transform:translate(-90px, 0) scale(2)}}.round-4{background-color:#35203b}.round-4 .haru-loading-site-absolute{position:absolute;left:50%;top:50%;height:50px;width:300px;margin-top:-25px;margin-left:-150px}.round-4 .spinner{width:18px;height:18px;background-color:#fff;float:left;margin-top:15px;margin-right:15px;border-radius:100%;animation:round-4 1s infinite}.round-4 .spinner:last-child{margin-right:0px}.round-4 .spinner:nth-child(9){animation-delay:0.9s}.round-4 .spinner:nth-child(8){animation-delay:0.8s}.round-4 .spinner:nth-child(7){animation-delay:0.7s}.round-4 .spinner:nth-child(6){animation-delay:0.6s}.round-4 .spinner:nth-child(5){animation-delay:0.5s}.round-4 .spinner:nth-child(4){animation-delay:0.4s}.round-4 .spinner:nth-child(3){animation-delay:0.3s}.round-4 .spinner:nth-child(2){animation-delay:0.2s}@-webkit-keyframes round-4{50%{-ms-transform:translate(0, -50px);-webkit-transform:translate(0, -50px);transform:translate(0, -50px)}}@keyframes round-4{50%{-ms-transform:translate(0, -50px);-webkit-transform:translate(0, -50px);transform:translate(0, -50px)}}.round-5{background-color:#cf4a30}.round-5 .haru-loading-site-absolute{position:absolute;left:50%;top:50%;height:60px;width:60px;margin-top:-30px;margin-left:-30px;animation:round-5-loading-center-absolute 1s infinite}.round-5 .spinner{width:20px;height:20px;background-color:#fff;float:left;border-radius:50%;margin-right:20px;margin-bottom:20px}.round-5 .spinner:nth-child(2n+0){margin-right:0}.round-5 #spinner_one{animation:round-5-one 1s infinite}.round-5 #spinner_two{animation:round-5-two 1s infinite}.round-5 #spinner_three{animation:round-5-three 1s infinite}.round-5 #spinner_four{animation:round-5-four 1s infinite}@-webkit-keyframes round-5-loading-center-absolute{100%{-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes round-5-loading-center-absolute{100%{-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes round-5-one{50%{-ms-transform:translate(20px, 20px);-webkit-transform:translate(20px, 20px);transform:translate(20px, 20px)}}@keyframes round-5-one{50%{-ms-transform:translate(20px, 20px);-webkit-transform:translate(20px, 20px);transform:translate(20px, 20px)}}@-webkit-keyframes round-5-two{50%{-ms-transform:translate(-20px, 20px);-webkit-transform:translate(-20px, 20px);transform:translate(-20px, 20px)}}@keyframes round-5-two{50%{-ms-transform:translate(-20px, 20px);-webkit-transform:translate(-20px, 20px);transform:translate(-20px, 20px)}}@-webkit-keyframes round-5-three{50%{-ms-transform:translate(20px, -20px);-webkit-transform:translate(20px, -20px);transform:translate(20px, -20px)}}@keyframes round-5-three{50%{-ms-transform:translate(20px, -20px);-webkit-transform:translate(20px, -20px);transform:translate(20px, -20px)}}@-webkit-keyframes round-5-four{50%{-ms-transform:translate(-20px, -20px);-webkit-transform:translate(-20px, -20px);transform:translate(-20px, -20px)}}@keyframes round-5-four{50%{-ms-transform:translate(-20px, -20px);-webkit-transform:translate(-20px, -20px);transform:translate(-20px, -20px)}}.round-6{background-color:#ed8c2b}.round-6 .haru-loading-site-absolute{position:absolute;left:50%;top:50%;height:20px;width:140px;margin-top:-10px;margin-left:-70px;animation:round-6-loading-center-absolute 1s infinite}.round-6 .spinner{width:20px;height:20px;background-color:#fff;float:left;border-radius:100%;margin-right:20px;margin-bottom:20px}.round-6 .spinner:last-child{margin-right:0}.round-6 #spinner_one{animation:round-6-one 1s infinite}.round-6 #spinner_two{animation:round-6-two 1s infinite}.round-6 #spinner_three{animation:round-6-three 1s infinite}.round-6 #spinner_four{animation:round-6-four 1s infinite}@-webkit-keyframes round-6-loading-center-absolute{100%{-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes round-6-loading-center-absolute{100%{-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes round-6-one{50%{-ms-transform:translate(20px, 20px);-webkit-transform:translate(20px, 20px);transform:translate(20px, 20px)}}@keyframes round-6-one{50%{-ms-transform:translate(20px, 20px);-webkit-transform:translate(20px, 20px);transform:translate(20px, 20px)}}@-webkit-keyframes round-6-two{50%{-ms-transform:translate(-20px, 20px);-webkit-transform:translate(-20px, 20px);transform:translate(-20px, 20px)}}@keyframes round-6-two{50%{-ms-transform:translate(-20px, 20px);-webkit-transform:translate(-20px, 20px);transform:translate(-20px, 20px)}}@-webkit-keyframes round-6-three{50%{-ms-transform:translate(20px, -20px);-webkit-transform:translate(20px, -20px);transform:translate(20px, -20px)}}@keyframes round-6-three{50%{-ms-transform:translate(20px, -20px);-webkit-transform:translate(20px, -20px);transform:translate(20px, -20px)}}@-webkit-keyframes round-6-four{50%{-ms-transform:translate(-20px, -20px);-webkit-transform:translate(-20px, -20px);transform:translate(-20px, -20px)}}@keyframes round-6-four{50%{-ms-transform:translate(-20px, -20px);-webkit-transform:translate(-20px, -20px);transform:translate(-20px, -20px)}}.round-7{background-color:#db5800}.round-7 .haru-loading-site-absolute{position:absolute;left:50%;top:50%;height:20px;width:100px;margin-top:-10px;margin-left:-50px}.round-7 .spinner{width:20px;height:20px;background-color:#fff;border-radius:100%;margin-right:20px;margin-bottom:20px;position:absolute}.round-7 #spinner_one{animation:round-7 2s linear infinite}.round-7 #spinner_two{left:20px;animation:round-7 2s linear infinite -0.4s}.round-7 #spinner_three{left:40px;animation:round-7 2s linear infinite -0.8s}.round-7 #spinner_four{left:60px;animation:round-7 2s linear infinite -1.2s}.round-7 #spinner_five{left:80px;animation:round-7 2s linear infinite -1.6s}@-webkit-keyframes round-7{0%{left:100px;top:0}80%{left:0;top:0}85%{left:0;top:-20px;width:20px;height:20px}90%{width:40px;height:15px}95%{left:100px;top:-20px;width:20px;height:20px}100%{left:100px;top:0}}@keyframes round-7{0%{left:100px;top:0}80%{left:0;top:0}85%{left:0;top:-20px;width:20px;height:20px}90%{width:40px;height:15px}95%{left:100px;top:-20px;width:20px;height:20px}100%{left:100px;top:0}}.round-8{background-color:#ff9000}.round-8 .haru-loading-site-absolute{position:absolute;left:50%;top:50%;height:118px;width:118px;margin-top:-59px;margin-left:-59px}.round-8 .spinner{width:20px;height:20px;background-color:#fff;margin-right:20px;float:left;margin-bottom:20px;border-radius:50%}.round-8 .spinner:nth-child(3n+0){margin-right:0px}.round-8 #spinner_one{animation:round-8 1s -0.9s ease-in-out infinite}.round-8 #spinner_two{animation:round-8 1s -0.8s ease-in-out infinite}.round-8 #spinner_three{animation:round-8 1s -0.7s ease-in-out infinite}.round-8 #spinner_four{animation:round-8 1s -0.6s ease-in-out infinite}.round-8 #spinner_five{animation:round-8 1s -0.5s ease-in-out infinite}.round-8 #spinner_six{animation:round-8 1s -0.4s ease-in-out infinite}.round-8 #spinner_seven{animation:round-8 1s -0.3s ease-in-out infinite}.round-8 #spinner_eight{animation:round-8 1s -0.2s ease-in-out infinite}.round-8 #spinner_nine{animation:round-8 1s -0.1s ease-in-out infinite}@-webkit-keyframes round-8{50%{-ms-transform:scale(1.5, 1.5);-webkit-transform:scale(1.5, 1.5);transform:scale(1.5, 1.5)}100%{-ms-transform:scale(1, 1);-webkit-transform:scale(1, 1);transform:scale(1, 1)}}@keyframes round-8{50%{-ms-transform:scale(1.5, 1.5);-webkit-transform:scale(1.5, 1.5);transform:scale(1.5, 1.5)}100%{-ms-transform:scale(1, 1);-webkit-transform:scale(1, 1);transform:scale(1, 1)}}.round-9{background-color:#f0c600}.round-9 .haru-loading-site-absolute{position:absolute;left:50%;top:50%;height:150px;width:150px;margin-top:-75px;margin-left:-75px;border-radius:50%}.round-9 .spinner{width:20px;height:20px;background-color:#fff;position:absolute;border-radius:50%;animation:round-9 0.8s infinite}.round-9 #spinner_one{top:19px;left:19px}.round-9 #spinner_two{top:0px;left:65px;animation-delay:0.1s}.round-9 #spinner_three{top:19px;left:111px;animation-delay:0.2s}.round-9 #spinner_four{top:65px;left:130px;animation-delay:0.3s}.round-9 #spinner_five{top:111px;left:111px;animation-delay:0.4s}.round-9 #spinner_six{top:130px;left:65px;animation-delay:0.5s}.round-9 #spinner_seven{top:111px;left:19px;animation-delay:0.6s}.round-9 #spinner_eight{top:65px;left:0px;animation-delay:0.7s}@-webkit-keyframes round-9{25%{-ms-transform:scale(1.5);-webkit-transform:scale(1.5);transform:scale(1.5)}75%{-ms-transform:scale(0);-webkit-transform:scale(0);transform:scale(0)}}@keyframes round-9{50%{-ms-transform:scale(1.5, 1.5);-webkit-transform:scale(1.5, 1.5);transform:scale(1.5, 1.5)}100%{-ms-transform:scale(1, 1);-webkit-transform:scale(1, 1);transform:scale(1, 1)}}#haru-site-preloader{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999}#haru-site-preloader .haru-loading-site{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.back-to-top{background:rgba(0, 0, 0, 0.3);border-radius:3px;display:block;position:fixed;right:30px;bottom:-50px;width:48px;height:48px;line-height:48px;z-index:999;text-align:center;transition:all 0.3s}@media screen and (max-width:1440px){.back-to-top{width:44px;height:44px;line-height:44px}}@media screen and (max-width:767px){.back-to-top{width:40px;height:40px;line-height:40px;right:20px}}.back-to-top:before{content:"";font-family:"phosphor";font-weight:700;color:#fff;font-size:18px}.back-to-top.in{bottom:30px}.back-to-top:hover{background:rgba(0, 0, 0, 0.5)}.back-to-top.has-bottom-sticky{bottom:90px}.back-to-top.has-toolbar-sticky{opacity:0;visibility:hidden;bottom:50px}.back-to-top.has-toolbar-sticky.in{opacity:1;visibility:visible;bottom:70px}.switch-theme-mode{position:fixed;left:4vh;bottom:2vh;z-index:99;transform:rotate(-90deg);transform-origin:left top}.switch-theme-mode:hover{cursor:pointer}.switch-theme-mode.active .button-switch{transform:translateX(100%);transition:all 0.3s}@media screen and (max-width:991px){.switch-theme-mode.active .button-switch{background-color:#000}}.switch-theme-mode .button-switch-mode{height:30px;display:inline-block;min-width:160px;border-radius:30px;background-color:#ddd;position:relative;transition:background-color 0.3s;position:relative}@media screen and (max-width:991px){.switch-theme-mode .button-switch-mode{min-width:60px;height:20px}}@media screen and (max-width:767px){.switch-theme-mode .button-switch-mode{min-width:40px}}.switch-theme-mode .button-switch-label{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;padding:2px}.switch-theme-mode .button-switch-label .button-switch-dark,.switch-theme-mode .button-switch-label .button-switch-light{flex:0 0 50%;display:inline-flex;align-items:center;justify-content:center;font-weight:600;color:#7E7E7E}@media screen and (max-width:991px){.switch-theme-mode .button-switch-label .button-switch-dark,.switch-theme-mode .button-switch-label .button-switch-light{font-size:0}}.switch-theme-mode .button-switch{width:calc(50% - 2px);height:26px;line-height:1;border-radius:26px;background-color:#fff;color:#000;font-weight:600;display:inline-flex;align-items:center;justify-content:center;position:absolute;top:2px;left:2px;transform:translateX(0);transition:all 0.3s}@media screen and (max-width:991px){.switch-theme-mode .button-switch{font-size:0;height:16px;border-radius:16px}}.haru-ajax-overflow{display:none;margin:0;padding:0;width:100%;height:100%;position:fixed;top:0;right:0;left:0;bottom:0;background-color:rgba(0, 0, 0, 0.5);transition:all 0.3s}.haru-ajax-overflow.active{display:table;z-index:99999}.haru-ajax-overflow .haru-ajax-loading{width:60px;height:50px;background-color:#fff;display:inline-block;left:0;right:0;margin:auto;position:absolute;top:50%;transform:translate(0, -50%);box-shadow:0 1px 8px rgba(0, 0, 0, 0.2)}.haru-ajax-overflow .haru-ajax-loading .loading-wrapper{width:38px;height:38px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.haru-ajax-overflow .spinner{width:5px;height:5px;background-color:#4B5C66;position:absolute;border-radius:50%;animation:round-9 0.8s infinite}.haru-ajax-overflow #spinner_one{top:5px;left:5px}.haru-ajax-overflow #spinner_two{top:0;left:16px;animation-delay:0.1s}.haru-ajax-overflow #spinner_three{top:5px;left:27px;animation-delay:0.2s}.haru-ajax-overflow #spinner_four{top:16px;left:31px;animation-delay:0.3s}.haru-ajax-overflow #spinner_five{top:27px;left:27px;animation-delay:0.4s}.haru-ajax-overflow #spinner_six{top:31px;left:16px;animation-delay:0.5s}.haru-ajax-overflow #spinner_seven{top:27px;left:5px;animation-delay:0.6s}.haru-ajax-overflow #spinner_eight{top:16px;left:0;animation-delay:0.7s}.haru-social-share__label{font-weight:500;color:#000000;margin-right:15px}.haru-social-share__list{padding:0;margin:0;list-style:none;display:inline-block}.haru-social-share__list li{display:inline-block}.haru-social-share__list li a{font-size:16px;padding:6px 8px;transition:all 0.3s}.haru-social-share__list li a:hover{transition:all 0.3s}.haru-social-share__facebook a:before{content:"";font-family:"Font Awesome 5 Brands"}.haru-social-share__twitter a:before{content:"";font-family:"Font Awesome 5 Brands"}.haru-social-share__linkedin a:before{content:"";font-family:"Font Awesome 5 Brands"}.haru-social-share__tumblr a:before{content:"";font-family:"Font Awesome 5 Brands"}.haru-social-share__pinterest a:before{content:"";font-family:"Font Awesome 5 Brands"}.haru-social-share__vk a:before{content:"";font-family:"Font Awesome 5 Brands"}.haru-social-share__telegram a:before{content:"";font-family:"Font Awesome 5 Brands"}.haru-social-share__whatsapp a:before{content:"";font-family:"Font Awesome 5 Brands";font-weight:700}.haru-social-share__email a:before{content:"";font-family:"Font Awesome 5 Free";font-weight:700}.haru-social-share--toggle .haru-social-share__wrap{position:relative}.haru-social-share--toggle .haru-social-share__wrap:hover{cursor:pointer}.haru-social-share--toggle .haru-social-share__label{margin-right:0;user-select:none;font-size:16px;display:inline-flex;align-items:center;position:relative}.haru-social-share--toggle .haru-social-share__label:before{content:"";font-family:"vicons";font-weight:400;font-size:20px;margin-right:8px}.haru-social-share--toggle .haru-social-share__label:after{border-bottom-width:10px;border-bottom-style:solid;left:50%;color:#4B5C66;position:absolute;content:"";width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;bottom:100%;transform:translateX(-50%);opacity:0;visibility:hidden}.haru-social-share--toggle .haru-social-share__label:hover{cursor:pointer}.haru-social-share--toggle .haru-social-share__label.active{background-color:#4B5C66;color:#fff}.haru-social-share--toggle .haru-social-share__label.active:after{opacity:1;visibility:visible}.haru-social-share--toggle .haru-social-share__list{display:none;position:absolute;bottom:calc(100% + 10px);left:0;width:100%;border-radius:12px;overflow:hidden;z-index:99}.haru-social-share--toggle .haru-social-share__list li{display:block}.haru-social-share--toggle .haru-social-share__list li a{font-size:14px;padding:0 8px;height:32px;line-height:32px;display:block;color:#fff;text-align:center;transition:all 0.3s}.haru-social-share--toggle .haru-social-share__list li a:hover{background-color:#4B5C66;color:#fff;transition:all 0.3s}@media screen and (max-width:991px){.haru-social-share--toggle .haru-social-share__list li a{margin-bottom:17px}}@media screen and (max-width:767px){.haru-social-share--toggle .haru-social-share__list li a{font-size:16px}}.haru-social-share--toggle .haru-social-share__list li a:hover{transition:all 0.3s}.haru-social-share--toggle .haru-social-share__facebook a{background-color:#3b5998}.haru-social-share--toggle .haru-social-share__twitter a{background-color:#00acee}.haru-social-share--toggle .haru-social-share__linkedin a{background-color:#0e76a8}.haru-social-share--toggle .haru-social-share__tumblr a{background-color:#34526f}.haru-social-share--toggle .haru-social-share__pinterest a{background-color:#c8232c}.haru-social-share--toggle .haru-social-share__vk a{background-color:#4c75a3}.haru-social-share--toggle .haru-social-share__telegram a{background-color:#0088cc}.haru-social-share--toggle .haru-social-share__whatsapp a{background-color:#34b7f1}#haru-bottom-toolbar{position:fixed;left:0;right:0;bottom:0;width:100%;background-color:#fff;box-shadow:0 0 10px rgba(0, 0, 0, 0.1);max-height:60px;z-index:9;display:none;transition:all 0.3s}@media screen and (max-width:991px){#haru-bottom-toolbar{display:block}}.bottom-bar-title{font-size:11px;font-weight:600;color:#000;padding-top:5px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.haru-toolbar--loading{opacity:0;visibility:hidden}.dark-mode .haru-social-share__label{color:#fff}#haru-popup{background-color:#fff;box-sizing:border-box;margin:40px auto;max-width:95%;position:relative;text-align:left;background-repeat:no-repeat;background-size:cover;box-shadow:0 2px 3px rgba(0, 0, 0, 0.5)}@media screen and (max-width:767px){#haru-popup{max-height:400px !important}}#haru-popup .newsletter-title{color:#4B5C66;font-size:28px}@media screen and (max-width:991px){#haru-popup .newsletter-title{font-size:24px}}#haru-popup .newsletter-description{font-size:17px;font-weight:600;line-height:1.8}@media screen and (max-width:991px){#haru-popup .newsletter-description{font-size:15px}}#haru-popup .popup-left{width:50%;float:left;height:100%}@media screen and (max-width:767px){#haru-popup .popup-left{width:100%;clear:both}}#haru-popup .popup-right{width:50%;float:right;height:100%;position:relative;text-align:center}@media screen and (max-width:767px){#haru-popup .popup-right{width:100%;background-color:#fff;clear:both}}#haru-popup .popup-right .popup-right-content{position:absolute;width:100%;top:50%;padding:0 40px;transform:translateY(-50%)}@media screen and (max-width:767px){#haru-popup .popup-right .popup-right-content{padding:0 40px}}#haru-popup .subscribe-default{position:relative;padding-bottom:5px}#haru-popup .subscribe-default .subscribe-email{width:100%;padding:0;border:none;margin-top:30px}#haru-popup .subscribe-default .subscribe-email input[type="email"]{border:1px solid #eee;font-style:italic;width:100%;padding:9px 0 9px 9px;background:#fff;border-radius:0}#haru-popup .subscribe-default .subscribe-email input[type="email"]::-moz-placeholder{color:#fff;opacity:1}#haru-popup .subscribe-default .subscribe-email input[type="email"]:-ms-input-placeholder{color:#fff}#haru-popup .subscribe-default .subscribe-email input[type="email"]::-webkit-input-placeholder{color:#fff}#haru-popup .subscribe-default .subscribe-email input[type="email"]:focus{outline:none;border:1px solid #4B5C66}#haru-popup .subscribe-default .subscribe-submit input[type="submit"]{border:1px solid #4B5C66;background:none;text-transform:uppercase;padding:10px 0;color:#fff;background:#4B5C66}#haru-popup .subscribe-default .subscribe-submit input[type="submit"]:hover{background:#fff;color:#4B5C66}#haru-popup .subscribe-default .subscribe-submit input[type="submit"]:focus{outline:none}#haru-popup .checkbox-label{margin-top:15px}@media (max-width:480px){#haru-popup .checkbox-label{margin-left:15px}}#haru-popup .checkbox-label .showagain{margin-right:3px;margin-top:-3px}#haru-popup .checkbox-label label{font-weight:400}.dark-mode #haru-popup{background-color:#000}.mfp-zoom-in{}.mfp-zoom-in .mfp-with-anim{opacity:0;transition:all 0.5s ease-in-out;transform:scale(0.8)}.mfp-zoom-in.mfp-bg{opacity:0;transition:all 0.5s ease-out}.mfp-zoom-in.mfp-ready .mfp-with-anim{opacity:1;transform:scale(1)}.mfp-zoom-in.mfp-ready.mfp-bg{opacity:0.8}.mfp-zoom-in.mfp-removing .mfp-with-anim{transform:scale(0.8);opacity:0}.mfp-zoom-in.mfp-removing.mfp-bg{opacity:0}.mfp-zoom-in2{}.mfp-zoom-in2 .mfp-with-anim{opacity:0;transition:all 0.5s ease-in-out;transform:scale(0.9)}.mfp-zoom-in2.mfp-bg{opacity:0;transition:all 0.5s ease-out}.mfp-zoom-in2.mfp-ready .mfp-with-anim{opacity:1;transform:scale(1)}.mfp-zoom-in2.mfp-ready.mfp-bg{opacity:1}.mfp-zoom-in2.mfp-removing .mfp-with-anim{transform:scale(0.9);opacity:0}.mfp-zoom-in2.mfp-removing.mfp-bg{opacity:0}.mfp-newspaper{}.mfp-newspaper .mfp-with-anim{opacity:0;-webkit-transition:all 0.5s ease-in-out;transition:all 0.5s;transform:scale(0) rotate(500deg)}.mfp-newspaper.mfp-bg{opacity:0;transition:all 0.5s}.mfp-newspaper.mfp-ready .mfp-with-anim{opacity:1;transform:scale(1) rotate(0deg)}.mfp-newspaper.mfp-ready.mfp-bg{opacity:0.8}.mfp-newspaper.mfp-removing .mfp-with-anim{transform:scale(0) rotate(500deg);opacity:0}.mfp-newspaper.mfp-removing.mfp-bg{opacity:0}.mfp-move-horizontal{}.mfp-move-horizontal .mfp-with-anim{opacity:0;transition:all 0.3s;transform:translateX(-50px)}.mfp-move-horizontal.mfp-bg{opacity:0;transition:all 0.3s}.mfp-move-horizontal.mfp-ready .mfp-with-anim{opacity:1;transform:translateX(0)}.mfp-move-horizontal.mfp-ready.mfp-bg{opacity:0.8}.mfp-move-horizontal.mfp-removing .mfp-with-anim{transform:translateX(50px);opacity:0}.mfp-move-horizontal.mfp-removing.mfp-bg{opacity:0}.mfp-move-from-top{}.mfp-move-from-top .mfp-content{vertical-align:top}.mfp-move-from-top .mfp-with-anim{opacity:0;transition:all 0.2s;transform:translateY(-100px)}.mfp-move-from-top.mfp-bg{opacity:0;transition:all 0.2s}.mfp-move-from-top.mfp-ready .mfp-with-anim{opacity:1;transform:translateY(0)}.mfp-move-from-top.mfp-ready.mfp-bg{opacity:0.8}.mfp-move-from-top.mfp-removing .mfp-with-anim{transform:translateY(-50px);opacity:0}.mfp-move-from-top.mfp-removing.mfp-bg{opacity:0}.mfp-3d-unfold{}.mfp-3d-unfold .mfp-content{perspective:2000px}.mfp-3d-unfold .mfp-with-anim{opacity:0;transition:all 0.3s ease-in-out;transform-style:preserve-3d;transform:rotateY(-60deg)}.mfp-3d-unfold.mfp-bg{opacity:0;transition:all 0.5s}.mfp-3d-unfold.mfp-ready .mfp-with-anim{opacity:1;transform:rotateY(0deg)}.mfp-3d-unfold.mfp-ready.mfp-bg{opacity:0.8}.mfp-3d-unfold.mfp-removing .mfp-with-anim{transform:rotateY(60deg);opacity:0}.mfp-3d-unfold.mfp-removing.mfp-bg{opacity:0}.mfp-zoom-out{}.mfp-zoom-out .mfp-with-anim{opacity:0;transition:all 0.3s ease-in-out;transform:scale(1.3)}.mfp-zoom-out.mfp-bg{opacity:0;transition:all 0.3s ease-out}.mfp-zoom-out.mfp-ready .mfp-with-anim{opacity:1;transform:scale(1)}.mfp-zoom-out.mfp-ready.mfp-bg{opacity:0.8}.mfp-zoom-out.mfp-removing .mfp-with-anim{transform:scale(1.3);opacity:0}.mfp-zoom-out.mfp-removing.mfp-bg{opacity:0}@keyframes hinge{0%{transform:rotate(0);transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out}80%{transform:rotate(60deg) translateY(0);opacity:1;transform-origin:top left;animation-timing-function:ease-in-out}100%{transform:translateY(700px);opacity:0}}.hinge{animation-duration:1s;animation-name:hinge}.mfp-with-fade .mfp-content,.mfp-with-fade.mfp-bg{opacity:0;transition:opacity 0.5s ease-out}.mfp-with-fade.mfp-ready .mfp-content{opacity:1}.mfp-with-fade.mfp-ready.mfp-bg{opacity:0.8}.mfp-with-fade.mfp-removing.mfp-bg{opacity:0}.widget-post-list ul{list-style:none;list-style-type:none;padding:0;margin:0}.widget-post-list ul.thumb-right .post-item{flex-direction:row-reverse}.widget-post-list ul.thumb-right .post-content{padding-left:0;padding-right:15px}.widget-post-list ul.thumb-full .post-item{display:block}.widget-post-list ul.thumb-full .post-item .post-thumbnail{max-width:100%}.widget-post-list ul.thumb-full .post-content{padding-top:5px;padding-left:0}.widget-post-list .post-item{display:flex;margin-bottom:15px}.widget-post-list .post-item .post-thumbnail{flex:0 0 35%;max-width:100px}.widget-post-list .post-item .post-thumbnail img{border-radius:7px}.widget-post-list .post-item .post-content{flex:1;padding-left:15px}.widget-post-list .post-item .post-category{font-size:14px;margin-bottom:5px}.widget-post-list .post-item .post-title{margin-top:0;font-weight:700;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.widget-post-list .post-item .post-meta{font-size:14px}.widget-post-list .post-item .post-datetime{margin-left:6px}.widget-post-list .post-item .post-datetime:before{content:"";font-family:"Haruicons";font-weight:400;margin-right:6px;position:relative;bottom:-1px}.widget-post-list .post-item .post-comment{margin-left:6px}.widget-post-list .post-item .post-comment a:before{content:"";font-family:"Haruicons";font-weight:400;margin-right:6px}*,*::before,*::after{box-sizing:border-box}p{margin:0 0 10px}h1,h2,h3{margin-top:20px;margin-bottom:10px}h4,h5,h6{margin-top:10px;margin-bottom:10px}img{max-width:100%}.haru-clear:before,.haru-clear:after{display:table;content:""}.haru-clear:after{clear:both}mark{background-color:#4B5C66;color:#fff;padding:0 5px}a{text-decoration:none;color:#7e7e7e}a:hover{color:#4b5c66;text-decoration:none}a:active{color:#4b5c66;text-decoration:none}a:focus{color:#4b5c66;outline:none;text-decoration:none}legend,h1,h2,h3,h4,h5,h6{color:#000000;font-family:DM Sans;font-weight:700;line-height:1.4}legend a,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:#000000;transition:all 0.3s}legend a:hover,h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover{color:#4B5C66;transition:all 0.3s}img{max-width:100%;height:auto}p{line-height:1.8}blockquote{padding:10px 20px;margin:0 0 20px;font-size:18px;border-left:5px solid #eee}@media screen and (max-width:767px){blockquote{font-size:16px}}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}table{border-collapse:collapse}table thead{background:#f5f5f5;color:#000000}table thead tr>*{padding:5px 10px 4px 10px}table thead th{font-weight:600}table tbody tr>*{padding:5px 10px 4px 10px}table tbody strong{color:#000000;font-weight:600}table th{font-weight:500}table,th,td{border:1px solid #eee}th,td{padding:5px}dt{font-weight:500}audio:focus,video:focus{outline:none}address{font-style:italic}cite{font-style:italic}code{color:#fff;background-color:#4B5C66;padding:1px 2px}figure{margin:40px 1em}em{font-style:italic}kbd{color:#fff;background-color:#000;padding:1px 2px}pre{background-color:#f7f8f9;color:#000000;border:1px solid #eee;padding:5px 10px;white-space:pre;overflow-x:auto}strike{text-decoration:line-through}b,strong{font-weight:700}u{text-decoration:underline}var{font-style:italic}html{overflow-x:hidden}body{color:#7E7E7E;font-family:DM Sans;line-height:1.8;font-size:14px;font-weight:500;margin:0;overflow-x:hidden;-webkit-font-smoothing:antialiased}body.dark-mode{background-color:#000}body.dark-mode,body .background-dark{color:#ababab}body.dark-mode a,body .background-dark a{color:#ababab}body.dark-mode a:hover,body .background-dark a:hover{color:#4B5C66}body.dark-mode a:active,body .background-dark a:active{color:#4B5C66}body.dark-mode a:focus,body .background-dark a:focus{color:#4B5C66}body.dark-mode legend,body.dark-mode h1,body.dark-mode h2,body.dark-mode h3,body.dark-mode h4,body.dark-mode h5,body.dark-mode h6,body .background-dark legend,body .background-dark h1,body .background-dark h2,body .background-dark h3,body .background-dark h4,body .background-dark h5,body .background-dark h6{color:#fff}body.dark-mode legend a,body.dark-mode h1 a,body.dark-mode h2 a,body.dark-mode h3 a,body.dark-mode h4 a,body.dark-mode h5 a,body.dark-mode h6 a,body .background-dark legend a,body .background-dark h1 a,body .background-dark h2 a,body .background-dark h3 a,body .background-dark h4 a,body .background-dark h5 a,body .background-dark h6 a{color:#fff}body.dark-mode legend a:hover,body.dark-mode h1 a:hover,body.dark-mode h2 a:hover,body.dark-mode h3 a:hover,body.dark-mode h4 a:hover,body.dark-mode h5 a:hover,body.dark-mode h6 a:hover,body .background-dark legend a:hover,body .background-dark h1 a:hover,body .background-dark h2 a:hover,body .background-dark h3 a:hover,body .background-dark h4 a:hover,body .background-dark h5 a:hover,body .background-dark h6 a:hover{color:#4B5C66}body.dark-mode blockquote,body .background-dark blockquote{border-left:5px solid rgba(255, 255, 255, 0.5)}.rtl{direction:rtl}.dark-mode table,.background-dark table{border-collapse:collapse}.dark-mode table thead,.background-dark table thead{background:#1d1d1d;color:#ababab}.dark-mode table tbody strong,.background-dark table tbody strong{color:#fff}.dark-mode table,.dark-mode th,.dark-mode td,.background-dark table,.background-dark th,.background-dark td{border:1px solid #333}.dark-mode kbd,.background-dark kbd{color:#000;background-color:#fff}.dark-mode pre,.background-dark pre{background-color:#333;color:#fff;border:1px solid #333;padding:5px 10px}.haru-page-title{position:relative;background-size:cover;background-color:#f5f5f5;padding:20px 0 20px;margin-bottom:80px}@media screen and (max-width:1440px){.haru-page-title{margin-bottom:70px;padding:15px 0 15px}}@media screen and (max-width:1024px){.haru-page-title{margin-bottom:60px}}@media screen and (max-width:991px){.haru-page-title{margin-bottom:50px}}@media screen and (max-width:767px){.haru-page-title{margin-bottom:40px;padding:10px 0 10px}}.haru-page-title.has-heading{padding:60px 0 70px}@media screen and (max-width:1440px){.haru-page-title.has-heading{padding:50px 0 60px}}@media screen and (max-width:1024px){.haru-page-title.has-heading{padding:40px 0 50px}}@media screen and (max-width:991px){.haru-page-title.has-heading{padding:30px 0 40px}}@media screen and (max-width:767px){.haru-page-title.has-heading{padding:20px 0 30px}}.haru-page-title.has-bg-image:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.5)}.haru-page-title.has-bg-image .haru-page-title__heading--main{color:#fff}.haru-page-title.has-bg-image .haru-page-title__heading--sub{color:#fff}.haru-page-title.has-bg-image .haru-page-title__breadcrumbs .haru-breadcrumb{font-size:16px;font-weight:500;color:rgba(255, 255, 255, 0.6)}@media screen and (max-width:767px){.haru-page-title.has-bg-image .haru-page-title__breadcrumbs .haru-breadcrumb{font-size:14px}}.haru-page-title.has-bg-image .haru-page-title__breadcrumbs a{color:rgba(255, 255, 255, 0.6)}.haru-page-title.has-bg-image .haru-page-title__breadcrumbs a:hover{color:#fff}.haru-page-title.has-bg-image .haru-page-title__breadcrumbs span.current{color:#fff}.haru-page-title.has-bg-image .haru-page-title__breadcrumbs .delimiter:before{background-color:rgba(255, 255, 255, 0.6)}.haru-page-title__content{position:relative;word-break:break-word;text-align:center}.haru-page-title__heading--main{font-size:40px;margin-top:0}@media screen and (max-width:1440px){.haru-page-title__heading--main{font-size:36px}}@media screen and (max-width:1024px){.haru-page-title__heading--main{font-size:32px}}@media screen and (max-width:991px){.haru-page-title__heading--main{font-size:28px}}@media screen and (max-width:767px){.haru-page-title__heading--main{font-size:24px}}.haru-page-title__breadcrumbs ul{padding:0;margin:0;list-style:none}.haru-page-title__breadcrumbs ul li{display:inline-block}.haru-page-title__breadcrumbs a{transition:all 0.3s}.haru-page-title__breadcrumbs a:hover{transition:all 0.3s}.haru-page-title__breadcrumbs span.current{color:#000}.haru-page-title__breadcrumbs .delimiter{margin:0 5px}.haru-page-title__breadcrumbs .delimiter:before{display:inline-block;width:20px;height:1px;background-color:#7E7E7E;content:"";position:relative;top:-4px;margin:0 3px}.header-transparent .haru-page-title{padding-top:195px}@media screen and (max-width:1440px){.header-transparent .haru-page-title{padding-top:185px}}@media screen and (max-width:1024px){.header-transparent .haru-page-title{padding-top:175px}}@media screen and (max-width:991px){.header-transparent .haru-page-title{padding-top:130px}}@media screen and (max-width:767px){.header-transparent .haru-page-title{padding-top:120px}}.header-transparent.header-transparent-dark .haru-page-title{background-color:#f5f5f5}.header-transparent.header-transparent-dark .haru-page-title.has-bg-image:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(255, 255, 255, 0.5)}.header-transparent.header-transparent-dark .haru-page-title__heading--main{color:#000000}.header-transparent.header-transparent-dark .haru-page-title__heading--sub{color:#000000}.header-transparent.header-transparent-dark .haru-page-title__breadcrumbs .haru-breadcrumb{color:#7E7E7E}.header-transparent.header-transparent-dark .haru-page-title__breadcrumbs a{color:#7E7E7E}.header-transparent.header-transparent-dark .haru-page-title__breadcrumbs a:hover{color:#4B5C66}.header-transparent.header-transparent-dark .haru-page-title__breadcrumbs span{color:#7E7E7E}.header-transparent.header-transparent-dark .haru-page-title__breadcrumbs span.current{color:#4B5C66}.dark-mode .haru-page-title{background-color:#1d1d1d}.dark-mode .haru-page-title__breadcrumbs span.current{color:#fff}.haru-content-404 .page-content{margin-top:60px;margin-bottom:100px;text-align:center}@media screen and (max-width:1440px){.haru-content-404 .page-content{margin-top:50px;margin-bottom:90px}}@media screen and (max-width:1024px){.haru-content-404 .page-content{margin-top:40px;margin-bottom:80px}}@media screen and (max-width:991px){.haru-content-404 .page-content{margin-top:30px;margin-bottom:70px}}@media screen and (max-width:767px){.haru-content-404 .page-content{margin-top:20px;margin-bottom:60px}}.haru-content-404 .page-content .haru-title-404{line-height:1;font-size:250px;color:#4B5C66}@media screen and (max-width:1440px){.haru-content-404 .page-content .haru-title-404{font-size:230px}}@media screen and (max-width:1024px){.haru-content-404 .page-content .haru-title-404{font-size:210px}}@media screen and (max-width:991px){.haru-content-404 .page-content .haru-title-404{font-size:180px}}@media screen and (max-width:767px){.haru-content-404 .page-content .haru-title-404{font-size:120px}}.haru-content-404 .page-content p.txt2{color:#000000;font-size:36px;letter-spacing:0px;margin-top:30px}@media screen and (max-width:1440px){.haru-content-404 .page-content p.txt2{font-size:32px}}@media screen and (max-width:1024px){.haru-content-404 .page-content p.txt2{font-size:28px}}@media screen and (max-width:991px){.haru-content-404 .page-content p.txt2{font-size:24px}}@media screen and (max-width:767px){.haru-content-404 .page-content p.txt2{font-size:20px}}.haru-content-404 .page-content p.txt3{color:#7E7E7E;padding-bottom:30px}body.header-transparent .haru-content-404 .page-content{padding-top:100px}@media screen and (max-width:1440px){body.header-transparent .haru-content-404 .page-content{padding-top:90px}}@media screen and (max-width:1024px){body.header-transparent .haru-content-404 .page-content{padding-top:80px}}@media screen and (max-width:991px){body.header-transparent .haru-content-404 .page-content{padding-top:30px}}@media screen and (max-width:767px){body.header-transparent .haru-content-404 .page-content{padding-top:20px}}.dark-mode .haru-content-404 .page-content p.txt2{color:#fff}.dark-mode .haru-content-404 .page-content p.txt3{color:#ababab}.maintenance-mode{background-size:cover;text-align:center}.maintenance-mode .maintanence-page{position:absolute;top:50%;left:50%;width:100%;transform:translate(-50%, -50%)}.maintenance-mode .maintanence-page .maintenance-title{font-size:40px;font-weight:300}@media screen and (max-width:767px){.maintenance-mode .maintanence-page .maintenance-title{font-size:20px}}.maintenance-mode .maintanence-page .countdown-wrapper{padding:50px 15%}@media screen and (max-width:767px){.maintenance-mode .maintanence-page .countdown-wrapper{padding:50px 5%}}.maintenance-mode .maintanence-page .maintenance-social ul{list-style:none;padding:0;margin:0}.maintenance-mode .maintanence-page .maintenance-social li{display:inline-block;font-size:20px;padding:0 10px}@media screen and (max-width:767px){.maintenance-mode .maintanence-page .maintenance-social li{font-size:16px}}.rs-button--style-1,.rs-button--style-2,.rs-button--style-3,.rs-button--style-4{padding:0 36px !important;line-height:56px !important;font-size:18px !important}@media screen and (max-width:1440px){.rs-button--style-1,.rs-button--style-2,.rs-button--style-3,.rs-button--style-4{font-size:16px !important;line-height:48px !important;padding:0 30px !important}}@media screen and (max-width:991px){.rs-button--style-1,.rs-button--style-2,.rs-button--style-3,.rs-button--style-4{font-size:14px !important;line-height:44px !important;padding:0 25px !important}}@media screen and (max-width:767px){.rs-button--style-1,.rs-button--style-2,.rs-button--style-3,.rs-button--style-4{font-size:13px !important}}.rs-button--style-2{background-color:#4B5C66 !important;color:#fff !important;transition:all 0.3s}.rs-button--style-2:hover{background-color:#404f57 !important;transition:all 0.3s}.rs-button--style-2 i{font-weight:700 !important;margin-left:6px !important}.rs-button--style-3{padding:0 30px;font-size:16px !important;line-height:48px}@media screen and (max-width:991px){.rs-button--style-3{font-size:14px !important}}@media screen and (max-width:767px){.rs-button--style-3{font-size:13px !important}}.rs-button--style-3:after{font-size:16px}@media screen and (max-width:1440px){.rs-title-7{margin-top:-10px !important}}@media screen and (max-width:1440px){.rs-video-btn-7{margin-left:-15px !important}}@media screen and (max-width:1024px){.rs-video-btn-7{margin-left:auto !important}}.rs-shadow--style-1{filter:drop-shadow(-40px 14px 54px rgba(0, 0, 0, 0.16))}#rs-slider-rounded{border-radius:12px;overflow:hidden}.font--primary{font-family:DM Sans !important}@media screen and (max-width:1440px){.rs-circle-text{transform:scale(0.9)}}@media screen and (max-width:1024px){.rs-circle-text{transform:scale(0.8)}}@media screen and (max-width:991px){.rs-circle-text{transform:scale(0.7)}}@media screen and (max-width:767px){.rs-circle-text{transform:scale(0.6)}}.rs-circle-text svg text{fill:#fff}.rs-circle-text:before{content:"";font-family:"haruicons";font-size:26px;color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}@media screen and (max-width:1440px){.rs-circle-text-2{transform:scale(0.9)}}@media screen and (max-width:1024px){.rs-circle-text-2{transform:scale(0.8)}}@media screen and (max-width:991px){.rs-circle-text-2{transform:scale(0.7)}}@media screen and (max-width:767px){.rs-circle-text-2{transform:scale(0.6)}}.rs-circle-text-2 svg{background-color:#2b343a;border-radius:50%}.rs-circle-text-2 svg text{fill:rgba(255, 255, 255, 0.7)}.rs-circle-text-2:before{content:"";font-family:"haruicons";font-size:26px;color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.rs-color-primary{color:#4B5C66 !important}.haru-header-default{display:flex;align-items:center;padding:0 15px;position:relative}.haru-header-default ul{padding:0;margin:0;list-style:none;line-height:normal;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}.haru-header-default .haru-logo{padding:20px 0}@media screen and (max-width:991px){.haru-header-default .haru-logo{padding:15px 0}}@media screen and (max-width:767px){.haru-header-default .haru-logo{padding:10px 0}}.haru-header-default .haru-logo img{max-height:46px}@media screen and (max-width:767px){.haru-header-default .haru-logo img{max-height:40px}}.haru-header-content{margin-left:auto;display:flex;align-items:center}.header-cart-default{margin-left:15px}.header-cart-default.haru-cart .haru-cart-wrap{position:relative}.header-cart-default.haru-cart .haru-cart-wrap .haru-cart-content .cart_list{margin:20px 0 0}@media screen and (max-width:991px){#header-primary-menu{display:none}}.haru-main-menu{padding:0;margin:0;display:flex;flex-wrap:wrap;justify-content:flex-end}@media screen and (max-width:991px){.haru-main-menu{display:block;position:fixed;top:60px;right:0;left:0;max-height:calc(100vh - 60px);overflow:auto;background-color:#fff;box-shadow:0px 15px 20px rgba(0, 0, 0, 0.1);z-index:99;position:absolute}}.haru-main-menu a,.haru-main-menu li{position:relative;display:block}.haru-main-menu li{border-width:0}.haru-main-menu>li>a{display:flex;align-items:center}@media screen and (max-width:991px){.haru-main-menu>li>a{justify-content:space-between}}.haru-main-menu a{position:relative;text-decoration:none;transition:all 0.3s}.haru-main-menu a:hover{transition:all 0.3s}.haru-main-menu li{list-style:none}.haru-main-menu>li>a{padding:35px 15px;font-weight:700;color:#000}@media screen and (max-width:991px){.haru-main-menu>li>a{padding:13px 15px}}.haru-main-menu>li>a:hover{color:#4B5C66}@media screen and (max-width:991px){.haru-main-menu>li>a:focus{color:#fff;background-color:#4B5C66}}.haru-main-menu>li.current-menu-item>a{color:#4B5C66}@media screen and (max-width:991px){.haru-main-menu>li.current-menu-item>a{color:#fff;background-color:#4B5C66}}.haru-main-menu>li a{white-space:nowrap}.haru-main-menu>li a:after{content:"";font-family:"haruicons";padding-left:5px;font-size:11px;font-weight:700;position:relative}@media screen and (max-width:991px){.haru-main-menu>li a:after{display:none}}.haru-main-menu>li a:only-child:after{content:"";padding-left:0}.haru-main-menu .menu-item-has-children:hover>.sub-menu{opacity:1;visibility:visible;top:100%;left:0;z-index:99;transform:translateY(0);transition:all 0.3s}.haru-main-menu .menu-item-has-children:hover>.sub-menu>.menu-item-has-children:hover>.sub-menu{opacity:1;visibility:visible;top:0;left:auto;right:100%;z-index:99;transition:all 0.3s}@media screen and (max-width:991px){.haru-main-menu .menu-item-has-children:hover>.sub-menu>.menu-item-has-children:hover>.sub-menu{left:0;right:auto}}.haru-main-menu .menu-item-has-children:hover>.sub-menu>.menu-item-has-children:hover>.sub-menu>.menu-item-has-children:hover>.sub-menu{opacity:1;visibility:visible;top:0;left:100%;z-index:99;transition:all 0.3s}.haru-main-menu .menu-item-has-children:hover>.sub-menu>.menu-item-has-children:hover>.sub-menu>.menu-item-has-children:hover>.sub-menu>.menu-item-has-children:hover>.sub-menu{opacity:1;visibility:visible;top:0;left:100%;z-index:99;transition:all 0.3s}.haru-main-menu .menu-item-has-children>.sub-menu{box-shadow:0px 15px 20px rgba(0, 0, 0, 0.1)}@media screen and (max-width:991px){.haru-main-menu .menu-item-has-children>.sub-menu{box-shadow:none}}.haru-main-menu .menu-item-has-children .sub-toggle{position:absolute;right:10px;width:34px;height:34px;line-height:34px;text-align:center;top:23px;transform:translateY(-50%);background:rgba(0, 0, 0, 0.05);z-index:9}.haru-main-menu .menu-item-has-children .sub-toggle.active:before{content:""}.haru-main-menu .menu-item-has-children .sub-toggle:before{content:"";font-family:"haruicons";font-size:11px;font-weight:700}.haru-main-menu .menu-item-has-children a:after{float:right}.haru-main-menu ul.sub-menu{position:absolute;min-width:240px;background-color:#fff;transform:translateY(10px);opacity:0;visibility:hidden}@media screen and (max-width:991px){.haru-main-menu ul.sub-menu{position:relative;transform:none;opacity:1;visibility:visible;display:none;font-size:13px}}.haru-main-menu ul.sub-menu .menu-item a{padding:13px 15px;color:#000}.haru-main-menu ul.sub-menu .menu-item a:hover{background-color:#4B5C66;color:#fff}.haru-main-menu ul.sub-menu .menu-item.current-menu-item>a{background-color:#4B5C66;color:#fff}@media screen and (max-width:991px){.haru-main-menu ul.sub-menu a{border-left:8px solid transparent}}@media screen and (max-width:991px){.haru-main-menu ul.sub-menu ul a{border-left:16px solid transparent}}@media screen and (max-width:991px){.haru-main-menu ul.sub-menu ul ul a{border-left:24px solid transparent}}@media screen and (max-width:991px){.haru-main-menu ul.sub-menu ul ul ul a{border-left:32px solid transparent}}.haru-toggle-default{background:rgba(0, 0, 0, 0.05);margin:15px 0;display:none;height:34px;line-height:34px;position:relative;vertical-align:middle;width:34px;font-size:22px;text-align:center}@media screen and (max-width:991px){.haru-toggle-default{display:inline-block}}.haru-toggle-default:before{content:"";font-family:"phosphor";transition:all 0.3s}.haru-toggle-default.active:before{content:"";transition:all 0.3s}.haru-header{color:#000;position:relative;z-index:98}.haru-header--loading{opacity:0;visibility:hidden;overflow:hidden}.haru-header__desktop{background-color:#fff}.haru-header--sticky-on.haru-header--sticky-header .haru-header__desktop{position:fixed;top:0;left:0;width:100%;z-index:100;box-shadow:0px 15px 20px rgba(0, 0, 0, 0.1);background-color:#fff;transition:all 0.3s ease-in-out}.haru-header--sticky-on.haru-header--sticky-menu .haru-header__sticky-menu{position:fixed;top:0;left:0;width:100%;z-index:100;box-shadow:0px 15px 20px rgba(0, 0, 0, 0.1);background-color:#fff;transition:all 0.3s ease-in-out}.haru-header--sticky-on .haru-header-default{position:fixed;top:0;left:0;width:100%;z-index:100;box-shadow:0px 15px 20px rgba(0, 0, 0, 0.1);background-color:#fff;transition:all 0.3s ease-in-out}.haru-header--transparent{top:0px;position:absolute;width:100%;z-index:99;left:0}.haru-header--transparent .haru-header__desktop{background-color:transparent}.haru-header--transparent.haru-header--sticky-on.haru-header--sticky-header .haru-header__desktop{background-color:#fff}.haru-header--transparent.haru-header--sticky-on.haru-header--sticky-menu .haru-header__sticky-menu{background-color:#fff}.haru-header--transparent-light:not(.haru-header--sticky-on) .haru-logo .haru-logo__default,.haru-header--transparent-light:not(.haru-header--sticky-on) .haru-logo .haru-logo__retina,.haru-header--transparent-light:not(.haru-header--sticky-on) .haru-logo .haru-logo__dark-retina{display:none}.haru-header--transparent-light:not(.haru-header--sticky-on) .haru-logo .haru-logo__dark{display:block}@media only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.haru-header--transparent-light:not(.haru-header--sticky-on) .haru-logo .haru-logo__dark{display:none}.haru-header--transparent-light:not(.haru-header--sticky-on) .haru-logo .haru-logo__dark-retina{display:block}}.haru-header--transparent-light:not(.haru-header--sticky-on) .elementor-widget-haru-nav-menu .haru-nav-menu--main .haru-item--main{color:#fff}.haru-header--transparent-light:not(.haru-header--sticky-on) .elementor-widget-haru-nav-menu .haru-nav-menu--main .haru-item--main:hover,.haru-header--transparent-light:not(.haru-header--sticky-on) .elementor-widget-haru-nav-menu .haru-nav-menu--main .haru-item--main:focus,.haru-header--transparent-light:not(.haru-header--sticky-on) .elementor-widget-haru-nav-menu .haru-nav-menu--main .haru-item--main.highlighted,.haru-header--transparent-light:not(.haru-header--sticky-on) .elementor-widget-haru-nav-menu .haru-nav-menu--main .haru-item--main.haru-item-active{color:#4B5C66}.haru-header--sidebar{position:fixed;top:0;left:0;width:120px;height:100vh;z-index:100;border-right:1px solid #eee;background-color:#fff}@media screen and (max-width:1440px){.haru-header--sidebar{width:110px}}@media screen and (max-width:1024px){.haru-header--sidebar{width:100px}}@media screen and (max-width:1024px){.haru-header--sidebar-hidden-tablet{position:relative;border-right:none;height:auto;width:auto}}@media screen and (max-width:767px){.haru-header--sidebar-hidden-mobile{position:relative;border-right:none;height:auto;width:auto}}.header-sidebar-layout #haru-content-main,.header-sidebar-layout #haru-footer{margin-left:120px}@media screen and (max-width:1440px){.header-sidebar-layout #haru-content-main,.header-sidebar-layout #haru-footer{margin-left:110px}}@media screen and (max-width:1024px){.header-sidebar-layout #haru-content-main,.header-sidebar-layout #haru-footer{margin-left:100px}}.header-sidebar-layout .elementor-section.elementor-section-stretched>div{padding-left:120px}@media screen and (max-width:1440px){.header-sidebar-layout .elementor-section.elementor-section-stretched>div{padding-left:110px}}@media screen and (max-width:1024px){.header-sidebar-layout .elementor-section.elementor-section-stretched>div{padding-left:100px}}.header-sidebar-layout .switch-theme-mode{left:140px}@media screen and (max-width:1440px){.header-sidebar-layout .switch-theme-mode{left:130px}}@media screen and (max-width:1024px){.header-sidebar-layout .switch-theme-mode{left:120px}}.header-sidebar-layout .full-width{padding-left:15px;padding-right:15px}@media screen and (max-width:1024px){.header-sidebar-layout--hidden-tablet #haru-content-main,.header-sidebar-layout--hidden-tablet #haru-footer{margin-left:0}}@media screen and (max-width:1024px){.header-sidebar-layout--hidden-tablet .switch-theme-mode{left:4vh}}@media screen and (max-width:767px){.header-sidebar-layout--hidden-mobile #haru-content-main,.header-sidebar-layout--hidden-mobile #haru-footer{margin-left:0}}@media screen and (max-width:767px){.header-sidebar-layout--hidden-mobile .switch-theme-mode{left:4vh}}.header-sidebar-layout .single-product-sticky{padding-left:120px}@media screen and (max-width:1440px){.header-sidebar-layout .single-product-sticky{padding-left:110px}}@media screen and (max-width:1024px){.header-sidebar-layout .single-product-sticky{padding-left:100px}}.header-rotate--top{transform:rotate(-90deg) translate(-50%, -50%);transform-origin:center top}.header-rotate--center{transform:rotate(-90deg);transform-origin:center center}.header-rotate--bottom{transform:rotate(-90deg) translate(50%, 50%);transform-origin:center bottom}.header-sidebar-section{width:120px !important;margin-left:0 !important}@media screen and (max-width:1440px){.header-sidebar-section{width:110px !important}}@media screen and (max-width:1024px){.header-sidebar-section{width:100px !important}}.header-sidebar-section .haru-menu-toggle-popup{font-size:28px}@media screen and (max-width:1024px){.header-sidebar-section .haru-menu-toggle-popup{font-size:24px}}.header-sidebar-section .haru-search__toggle .hicon{font-size:28px}@media screen and (max-width:1024px){.header-sidebar-section .haru-search__toggle .hicon{font-size:24px}}.header-sidebar-section .haru-social ul{flex-wrap:nowrap}.header-sidebar-fixed{position:fixed !important;top:0;left:0;background-color:#fff;border-bottom:1px solid #eee;z-index:2 !important}.haru-single-builder .header-sidebar-fixed>div{background-color:transparent;border-bottom:none}.e-con.header-sidebar-width{--width: 120px!important}@media screen and (max-width:1440px){.e-con.header-sidebar-width{--width: 110px!important}}@media screen and (max-width:1024px){.e-con.header-sidebar-width{--width: 100px!important}}@media screen and (max-width:767px){.e-con.header-sidebar-width{--width: 70px!important}}body.header-sidebar--fixed-row #haru-content-main{margin-top:80px}.dark-mode .haru-header__desktop{background-color:#000}.dark-mode .haru-header--sticky{color:#fff}.dark-mode .haru-header--sticky-on.haru-header--sticky-header .haru-header__desktop{background-color:#000;box-shadow:0px 15px 20px rgba(255, 255, 255, 0.1)}.dark-mode .haru-header--sticky-on.haru-header--sticky-menu .haru-header__sticky-menu{background-color:#000;box-shadow:0px 15px 20px rgba(255, 255, 255, 0.1)}.dark-mode .haru-header--transparent .haru-header__desktop{background-color:transparent}.dark-mode .haru-header--transparent.haru-header--sticky-on.haru-header--sticky-header .haru-header__desktop{background-color:#000}.dark-mode .haru-header--transparent.haru-header--sticky-on.haru-header--sticky-menu .haru-header__sticky-menu{background-color:#000}.dark-mode .haru-header--transparent-light:not(.haru-header--sticky-on) .haru-logo .haru-logo__default,.dark-mode .haru-header--transparent-light:not(.haru-header--sticky-on) .haru-logo .haru-logo__retina,.dark-mode .haru-header--transparent-light:not(.haru-header--sticky-on) .haru-logo .haru-logo__dark-retina{display:none}.dark-mode .haru-header--transparent-light:not(.haru-header--sticky-on) .haru-logo .haru-logo__dark{display:block}@media only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.dark-mode .haru-header--transparent-light:not(.haru-header--sticky-on) .haru-logo .haru-logo__dark-retina{display:block}.dark-mode .haru-header--transparent-light:not(.haru-header--sticky-on) .haru-logo .haru-logo__dark{display:none}}.dark-mode .haru-header--transparent-dark:not(.haru-header--sticky-on){color:#000}.dark-mode .haru-header--transparent-dark:not(.haru-header--sticky-on) .haru-logo .haru-logo__retina,.dark-mode .haru-header--transparent-dark:not(.haru-header--sticky-on) .haru-logo .haru-logo__dark,.dark-mode .haru-header--transparent-dark:not(.haru-header--sticky-on) .haru-logo .haru-logo__dark-retina{display:none}.dark-mode .haru-header--transparent-dark:not(.haru-header--sticky-on) .haru-logo .haru-logo__default{display:block}@media only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.dark-mode .haru-header--transparent-dark:not(.haru-header--sticky-on) .haru-logo .haru-logo__retina{display:block}.dark-mode .haru-header--transparent-dark:not(.haru-header--sticky-on) .haru-logo .haru-logo__default{display:none}}.dark-mode .haru-header--transparent-dark:not(.haru-header--sticky-on) .elementor-widget-haru-nav-menu .haru-nav-menu--main .haru-item--main{color:#000}.dark-mode .haru-header--transparent-dark:not(.haru-header--sticky-on) .elementor-widget-haru-nav-menu .haru-nav-menu--main .haru-item--main:hover,.dark-mode .haru-header--transparent-dark:not(.haru-header--sticky-on) .elementor-widget-haru-nav-menu .haru-nav-menu--main .haru-item--main:focus,.dark-mode .haru-header--transparent-dark:not(.haru-header--sticky-on) .elementor-widget-haru-nav-menu .haru-nav-menu--main .haru-item--main.highlighted,.dark-mode .haru-header--transparent-dark:not(.haru-header--sticky-on) .elementor-widget-haru-nav-menu .haru-nav-menu--main .haru-item--main.haru-item-active{color:#4B5C66}.dark-mode .haru-header--sidebar{border-right:1px solid #333;background-color:#000}.admin-bar .haru-header--sticky-on.haru-header--sticky-header .haru-header__desktop{position:fixed;top:32px}@media screen and (max-width:782px){.admin-bar .haru-header--sticky-on.haru-header--sticky-header .haru-header__desktop{top:46px}}@media screen and (max-width:600px){.admin-bar .haru-header--sticky-on.haru-header--sticky-header .haru-header__desktop{top:0}}.admin-bar .haru-header--sticky-on.haru-header--sticky-menu .haru-header__sticky-menu{position:fixed;top:32px}@media screen and (max-width:782px){.admin-bar .haru-header--sticky-on.haru-header--sticky-menu .haru-header__sticky-menu{top:46px}}@media screen and (max-width:600px){.admin-bar .haru-header--sticky-on.haru-header--sticky-menu .haru-header__sticky-menu{top:0}}.admin-bar .haru-header--sticky-on .haru-header-default{position:fixed;top:32px}@media screen and (max-width:782px){.admin-bar .haru-header--sticky-on .haru-header-default{top:46px}}@media screen and (max-width:600px){.admin-bar .haru-header--sticky-on .haru-header-default{top:0}}.admin-bar .haru-header--transparent{top:32px}@media screen and (max-width:782px){.admin-bar .haru-header--transparent{top:46px}}.layout-float .haru-header{padding:0 100px}@media screen and (max-width:1440px){.layout-float .haru-header{padding:0 50px}}.haru-footer--loading{opacity:0;visibility:hidden;overflow:hidden}.footer-default{padding-top:40px;padding-bottom:40px;text-align:center}#haru-footer{clear:both}.haru-subscriber{position:relative}.haru-subscriber .haru-subscriber__email-field{background:#fff;box-shadow:0 4px 34px rgba(0, 0, 0, 0.05);border-radius:12px;border:1px solid #fff;height:56px;padding:0 20px;transition:all 0.3s}.haru-subscriber .haru-subscriber__email-field::-moz-placeholder{color:#9B9B9B;opacity:1}.haru-subscriber .haru-subscriber__email-field:-ms-input-placeholder{color:#9B9B9B}.haru-subscriber .haru-subscriber__email-field::-webkit-input-placeholder{color:#9B9B9B}.haru-subscriber .haru-subscriber__email-field:focus{border:1px solid transparent;box-shadow:0 15px 50px rgba(0, 0, 0, 0.08);transition:all 0.3s}.haru-subscriber .haru-subscriber__email-field input[type="email"]{padding-right:50px}@media screen and (max-width:1440px){.haru-subscriber .haru-subscriber__email-field{height:52px}}@media screen and (max-width:767px){.haru-subscriber .haru-subscriber__email-field{height:48px}}.haru-subscriber .haru-subscriber__submit{position:absolute;right:0;top:50%;transform:translateY(-50%)}.haru-subscriber .haru-subscriber__submit:before{content:"";font-family:"haruicons";font-size:20px;color:#000;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);transition:all 0.3s}@media screen and (max-width:767px){.haru-subscriber .haru-subscriber__submit:before{font-size:18px}}.haru-subscriber .haru-subscriber__submit input[type="submit"]{font-size:0;background-color:transparent;padding:0 25px;height:56px;line-height:56px;position:relative;z-index:2}@media screen and (max-width:1440px){.haru-subscriber .haru-subscriber__submit input[type="submit"]{height:52px;line-height:52px}}@media screen and (max-width:767px){.haru-subscriber .haru-subscriber__submit input[type="submit"]{height:48px;line-height:48px}}.haru-subscriber .haru-subscriber__submit:hover:before{color:#4B5C66}.haru-subscriber-dark .haru-subscriber__email-field{background-color:#1d1d1d;border:1px solid #1d1d1d;color:#fff}.haru-subscriber-dark .haru-subscriber__submit:before{color:#fff}.haru-subscriber-dark-2 .haru-subscriber__email-field{background-color:#473d24;border:1px solid #473d24;color:#fff}.haru-subscriber-dark-2 .haru-subscriber__submit:before{color:#fff}.haru-subscriber-border .haru-subscriber{display:flex;border-bottom:1px solid #ccc;margin-top:0}.haru-subscriber-border .haru-subscriber .haru-subscriber__email{flex:1}.haru-subscriber-border .haru-subscriber .haru-subscriber__email-field{background-color:transparent;border:none;color:#000000;text-align:left;padding-left:0;font-size:18px}.haru-subscriber-border .haru-subscriber .haru-subscriber__email-field::-moz-placeholder{color:#000;opacity:1}.haru-subscriber-border .haru-subscriber .haru-subscriber__email-field:-ms-input-placeholder{color:#000}.haru-subscriber-border .haru-subscriber .haru-subscriber__email-field::-webkit-input-placeholder{color:#000}.haru-subscriber-border .haru-subscriber .haru-subscriber__submit{flex:0 0 50px;margin-left:auto;position:relative;right:auto;top:auto;transform:none}.haru-subscriber-border .haru-subscriber .haru-subscriber__submit:before{font-size:18px}.haru-subscriber-border .haru-subscriber .haru-subscriber__submit:hover:before{color:#4B5C66;transition:all 0.3s}.haru-subscriber-border .haru-subscriber .haru-subscriber__submit .haru-button{background-color:transparent;font-size:0;padding:0;height:56px;line-height:56px}.haru-subscriber-shadow .haru-subscriber__email-field{box-shadow:0 15px 50px rgba(0, 0, 0, 0.08)}.haru-subscriber-shadow .haru-subscriber__email-field:focus{box-shadow:0 15px 50px rgba(0, 0, 0, 0.12)}.haru-subscriber-classic .haru-subscriber{display:flex;flex-direction:column}.haru-subscriber-classic .haru-subscriber__email{margin-bottom:20px}.haru-subscriber-classic .haru-subscriber__email-field{background-color:#f5f5f5;box-shadow:none;border:1px solid #f5f5f5}.haru-subscriber-classic .haru-subscriber__email-field:focus{border:1px solid #4B5C66;box-shadow:none}.haru-subscriber-classic .haru-subscriber__submit{position:unset;top:0;transform:none}.haru-subscriber-classic .haru-subscriber__submit:before{display:none}.haru-subscriber-classic .haru-subscriber__submit input[type="submit"]{background-color:#4B5C66;font-size:inherit}.haru-subscriber-classic .haru-subscriber__submit input[type="submit"]:hover,.haru-subscriber-classic .haru-subscriber__submit input[type="submit"]:active{background-color:#404f57}.haru-subscriber-classic-row .haru-subscriber{flex-direction:row}.haru-subscriber-classic-row .haru-subscriber__email{flex:1;margin-bottom:0}.haru-subscriber-classic-row .haru-subscriber__submit{margin-left:10px}.haru-subscriber-classic-row .haru-subscriber__submit input[type="submit"]{padding:0 35px}@media screen and (max-width:767px){.haru-subscriber-classic-row .haru-subscriber__submit input[type="submit"]{padding:0 25px}}.haru-subscriber-classic-row-white .haru-subscriber__email-field{background-color:#fff}#sb_instagram .sbi_photo_wrap{border-radius:12px;overflow:hidden}#sb_instagram.grid-layout-square{width:auto !important}@media screen and (max-width:767px){#sb_instagram.grid-layout-square{width:auto !important}}#sb_instagram.grid-layout-square.padding-5{margin:-10px -10px 0 -10px}#sb_instagram.grid-layout-square.padding-5.instagram-footer{margin-top:5px}#sb_instagram.grid-layout-square.padding-10{margin:-20px -20px 0 -20px}.footer-bg-gray{background-color:#f5f5f5}.footer-bg-white{background-color:#fff}.dark-mode .footer-bg-gray,.background-dark .footer-bg-gray{background-color:#000}.dark-mode .footer-bg-white,.background-dark .footer-bg-white{background-color:#1d1d1d}.dark-mode .haru-subscriber .haru-subscriber__email-field,.background-dark .haru-subscriber .haru-subscriber__email-field{background-color:#333;border:1px solid #333}.dark-mode .haru-subscriber-border .haru-subscriber,.background-dark .haru-subscriber-border .haru-subscriber{border-bottom:1px solid #fff}.dark-mode .haru-subscriber-border .haru-subscriber .haru-subscriber__email-field,.background-dark .haru-subscriber-border .haru-subscriber .haru-subscriber__email-field{background-color:transparent;border:none;color:#fff}.dark-mode .haru-subscriber-border .haru-subscriber .haru-subscriber__email-field::-moz-placeholder,.background-dark .haru-subscriber-border .haru-subscriber .haru-subscriber__email-field::-moz-placeholder{color:#fff;opacity:1}.dark-mode .haru-subscriber-border .haru-subscriber .haru-subscriber__email-field:-ms-input-placeholder,.background-dark .haru-subscriber-border .haru-subscriber .haru-subscriber__email-field:-ms-input-placeholder{color:#fff}.dark-mode .haru-subscriber-border .haru-subscriber .haru-subscriber__email-field::-webkit-input-placeholder,.background-dark .haru-subscriber-border .haru-subscriber .haru-subscriber__email-field::-webkit-input-placeholder{color:#fff}.dark-mode .haru-subscriber-border .haru-subscriber .haru-subscriber__submit:before,.background-dark .haru-subscriber-border .haru-subscriber .haru-subscriber__submit:before{color:#fff}.dark-mode .haru-subscriber-border .haru-subscriber .haru-subscriber__submit:before:hover,.background-dark .haru-subscriber-border .haru-subscriber .haru-subscriber__submit:before:hover{color:#4B5C66}.haru-archive-blog article{border-bottom:1px solid #eee;margin-bottom:40px;padding-bottom:40px;position:relative}.haru-archive-blog article:last-child{border:none;margin-bottom:0}.haru-archive-blog article.sticky .post-title a:before{content:"";font-family:"Font Awesome 5 Free";color:#4B5C66;top:50%;margin-right:15px;font-weight:400;transform:translateY(-50%)}@media screen and (max-width:767px){.haru-archive-blog article.sticky .post-title a:before{margin-right:10px}}.haru-archive-blog article .post-meta-info a{color:#000;font-weight:600;transition:all 0.3s}.haru-archive-blog article .post-meta-info a:hover{color:#4B5C66;transition:all 0.3s}.haru-archive-blog article .post-category-wrap{font-weight:700;display:flex;flex-wrap:wrap}.haru-archive-blog article .post-category-wrap a{background-color:#f5f5f5;color:#4B5C66;padding:3px 16px;border-radius:40px;transition:all 0.3s;margin-left:5px}@media screen and (max-width:767px){.haru-archive-blog article .post-category-wrap a{font-size:14px;font-weight:600}}.haru-archive-blog article .post-category-wrap a:first-child{margin-left:0}.haru-archive-blog article .post-category-wrap a:hover{background-color:#4B5C66;color:#fff;transition:all 0.3s}.haru-archive-blog article .post-meta-author{display:inline-block;margin-right:30px}@media screen and (max-width:767px){.haru-archive-blog article .post-meta-author{margin-right:20px}}.haru-archive-blog article .post-meta-author:before{content:"";width:25px;height:1px;background-color:#9B9B9B;display:inline-block;vertical-align:middle;margin-right:10px}.haru-archive-blog article .post-meta-date{display:inline-block;margin-right:10px}.haru-archive-blog article .post-meta-date:before{content:"";font-family:"Haruicons";font-weight:400;position:relative;bottom:-1px;display:none;margin-right:10px}@media screen and (max-width:767px){.haru-archive-blog article .post-meta-date:before{margin-right:6px}}.haru-archive-blog article .post-meta-comment{display:inline-block;margin-right:10px}@media screen and (max-width:767px){.haru-archive-blog article .post-meta-comment{display:none}}.haru-archive-blog article .post-meta-comment:before{content:"";font-family:"Haruicons";font-weight:400;position:relative;bottom:-1px;margin-right:10px}@media screen and (max-width:767px){.haru-archive-blog article .post-meta-comment:before{margin-right:6px}}.haru-archive-blog article .post-meta-comment a{font-weight:500}.haru-archive-blog article .post-meta-sticky{color:#4B5C66;display:inline-block;font-weight:600}.haru-archive-blog article .post-meta-sticky:before{content:"";font-family:"Font Awesome 5 Free";font-weight:400;margin-right:10px}@media screen and (max-width:767px){.haru-archive-blog article .post-meta-sticky:before{margin-right:6px}}.haru-archive-blog article .post-thumbnail-wrap{position:relative;margin-bottom:30px;border-radius:12px;overflow:hidden}.haru-archive-blog article .post-thumbnail-wrap img{border-radius:12px}.haru-archive-blog article .post-thumbnail-wrap .post-thumbnail-link{display:flex;align-items:flex-start}.haru-archive-blog article .post-thumbnail-wrap .slick-slide{margin-bottom:-7px}.haru-archive-blog article .post-thumbnail-wrap .slick-dots{position:absolute;left:0;bottom:30px;width:100%;margin:0}@media screen and (max-width:767px){.haru-archive-blog article .post-thumbnail-wrap .slick-dots{bottom:25px}}.haru-archive-blog article .post-link-wrap{margin-bottom:30px;border-radius:12px;overflow:hidden}.haru-archive-blog article .post-link-wrap .post-content-link{background:#eeeeee;height:60px;display:flex}.haru-archive-blog article .post-link-wrap .post-content-link:before{content:"";font-family:"Font Awesome 5 Free";font-weight:700;width:60px;line-height:60px;background:#4B5C66;color:#fff;text-align:center}.haru-archive-blog article .post-link-wrap .post-content-link a{color:#000;margin-left:20px;line-height:60px;font-weight:600;text-transform:uppercase;text-decoration:underline}.haru-archive-blog article .post-link-wrap .post-content-link a:hover{color:#4B5C66;transition:all 0.3s}.haru-archive-blog article .post-link-wrap .post-set-link{display:inline-flex;align-items:center;padding:0 15px}.haru-archive-blog article .post-audio-wrap{margin-bottom:30px;border-radius:12px;overflow:hidden}.haru-archive-blog article .post-set-audio{background:#eeeeee;height:60px;padding:0 15px;display:flex;align-items:center}.haru-archive-blog article .post-quote-wrap{padding:15px;background:#f5f5f5;border-radius:12px;margin-bottom:30px;text-align:center}.haru-archive-blog article .post-quote-wrap:before{content:"";font-family:"Haruicons";font-size:32px;color:#4B5C66}@media screen and (max-width:1024px){.haru-archive-blog article .post-quote-wrap:before{font-size:30px}}@media screen and (max-width:767px){.haru-archive-blog article .post-quote-wrap:before{font-size:28px}}.haru-archive-blog article .post-quote-wrap blockquote{border-left:none;margin:0}.haru-archive-blog article .post-quote-wrap .post-quote{color:#000;font-size:24px;font-weight:700;margin-bottom:20px}@media screen and (max-width:1440px){.haru-archive-blog article .post-quote-wrap .post-quote{font-size:22px}}@media screen and (max-width:1024px){.haru-archive-blog article .post-quote-wrap .post-quote{font-size:20px}}@media screen and (max-width:767px){.haru-archive-blog article .post-quote-wrap .post-quote{font-size:18px}}.haru-archive-blog article .post-quote-wrap .post-quote:before{content:"";font-family:"Font Awesome 5 Free";font-weight:700;margin-right:10px;color:#4B5C66;display:none}.haru-archive-blog article .post-quote-wrap .post-quote:after{content:"";font-family:"Font Awesome 5 Free";font-weight:700;margin-left:10px;color:#4B5C66;display:none}.haru-archive-blog article .post-quote-wrap cite{font-style:normal}.haru-archive-blog article .post-quote-wrap cite a{color:#000;font-size:16px;font-weight:700;transition:all 0.3s}@media screen and (max-width:1024px){.haru-archive-blog article .post-quote-wrap cite a{font-size:14px}}.haru-archive-blog article .post-quote-wrap cite a:hover{color:#4B5C66;transition:all 0.3s}.haru-archive-blog article .post-title{line-height:1.4;margin-top:15px;word-wrap:break-word}@media screen and (max-width:767px){.haru-archive-blog article .post-title{padding:0}}.haru-archive-blog article .post-title a{font-size:32px}@media screen and (max-width:1440px){.haru-archive-blog article .post-title a{font-size:30px}}@media screen and (max-width:1024px){.haru-archive-blog article .post-title a{font-size:28px}}@media screen and (max-width:991px){.haru-archive-blog article .post-title a{font-size:24px}}@media screen and (max-width:767px){.haru-archive-blog article .post-title a{font-size:20px}}.haru-archive-blog article .post-excerpt{margin-top:15px;word-break:break-word}.haru-archive-blog article .post-read-more{margin-top:30px;text-transform:capitalize}.haru-archive-blog article .post-read-more .read-more:after{content:"";display:none;font-family:"Font Awesome 5 Free";font-weight:700;margin-left:6px}.haru-archive-blog article.format-standard:not(.has-post-thumbnail) .post-meta-category{margin-top:0}.haru-archive-blog article.medium-image.sticky .post-title a:before{margin-right:12px}.haru-archive-blog article.medium-image .post-category-wrap{font-weight:600}.haru-archive-blog article.medium-image .post-category-wrap a{font-size:14px;padding:3px 12px}.haru-archive-blog article.medium-image .post-title{padding:0}.haru-archive-blog article.medium-image .post-title a{font-size:24px}@media screen and (max-width:1440px){.haru-archive-blog article.medium-image .post-title a{font-size:22px}}@media screen and (max-width:1024px){.haru-archive-blog article.medium-image .post-title a{font-size:20px}}@media screen and (max-width:991px){.haru-archive-blog article.medium-image .post-title a{font-size:18px}}.haru-archive-blog article.medium-image.has-post-thumbnail:not(.format-link):not(.format-quote):not(.format-audio) .post-wrap{display:flex;flex-direction:row}@media screen and (max-width:767px){.haru-archive-blog article.medium-image.has-post-thumbnail:not(.format-link):not(.format-quote):not(.format-audio) .post-wrap{display:block}}.haru-archive-blog article.medium-image.has-post-thumbnail:not(.format-link):not(.format-quote):not(.format-audio) .post-wrap .post-thumbnail-wrap{flex:0 0 50%;width:50%;padding-right:15px;margin-bottom:0}@media screen and (max-width:1440px){.haru-archive-blog article.medium-image.has-post-thumbnail:not(.format-link):not(.format-quote):not(.format-audio) .post-wrap .post-thumbnail-wrap{padding-right:10px}}@media screen and (max-width:767px){.haru-archive-blog article.medium-image.has-post-thumbnail:not(.format-link):not(.format-quote):not(.format-audio) .post-wrap .post-thumbnail-wrap{padding-right:0;margin-bottom:30px;width:100%}}.haru-archive-blog article.medium-image.has-post-thumbnail:not(.format-link):not(.format-quote):not(.format-audio) .post-wrap .post-content-wrap{flex:0 0 50%;padding-left:15px}@media screen and (max-width:1440px){.haru-archive-blog article.medium-image.has-post-thumbnail:not(.format-link):not(.format-quote):not(.format-audio) .post-wrap .post-content-wrap{padding-left:10px}}@media screen and (max-width:767px){.haru-archive-blog article.medium-image.has-post-thumbnail:not(.format-link):not(.format-quote):not(.format-audio) .post-wrap .post-content-wrap{padding-left:0}}@media screen and (max-width:991px){.haru-archive-blog article.medium-image.has-post-thumbnail:not(.format-link):not(.format-quote):not(.format-audio) .post-wrap .post-content-wrap{width:100%}.haru-archive-blog article.medium-image.has-post-thumbnail:not(.format-link):not(.format-quote):not(.format-audio) .post-wrap .post-content-wrap .post-detail{margin-left:0}.haru-archive-blog article.medium-image.has-post-thumbnail:not(.format-link):not(.format-quote):not(.format-audio) .post-wrap .post-content-wrap .post-detail .post-meta-category{margin-top:15px}}@media screen and (max-width:767px){.haru-archive-blog article.medium-image.has-post-thumbnail:not(.format-link):not(.format-quote):not(.format-audio) .post-wrap .post-content-wrap{width:100%}}.haru-archive-blog article.medium-image:not(.has-post-thumbnail) .post-content-wrap{padding-left:0}.haru-archive-blog article.medium-image .post-meta-comment{display:none}.haru-archive-blog article.grid{border:none}.haru-archive-blog article.grid.sticky .post-title a:before{margin-right:10px}.haru-archive-blog article.grid:before{content:"";position:absolute;width:calc(100% - 30px);bottom:0;left:15px;background-color:#eee;height:1px}.haru-archive-blog article.grid .post-category-wrap{font-weight:600}.haru-archive-blog article.grid .post-category-wrap a{font-size:14px;padding:3px 12px}.haru-archive-blog article.grid .post-title{padding:0}.haru-archive-blog article.grid .post-title a{font-size:20px}@media screen and (max-width:1440px){.haru-archive-blog article.grid .post-title a{font-size:18px}}.haru-archive-blog article.grid .post-meta-comment{display:none}.haru-archive-blog .layout-grid{margin:0 -15px}.haru-archive-blog .layout-grid article{padding-left:15px;padding-right:15px}@media screen and (max-width:767px){.haru-archive-blog .layout-grid.grid-columns-2 .grid-item,.haru-archive-blog .layout-grid.grid-columns-3 .grid-item,.haru-archive-blog .layout-grid.grid-columns-4 .grid-item{width:100%}}.haru-archive-blog .archive-pagination{margin-top:30px;text-align:center}.dark-mode .haru-archive-blog article{border-color:#333}.dark-mode .haru-archive-blog article .post-meta-info a{color:#fff}.dark-mode .haru-archive-blog article .post-meta-info a:hover{color:#4B5C66}.dark-mode .haru-archive-blog article .post-meta-author{border-color:#323f4b}.dark-mode .haru-archive-blog article .post-link-wrap .post-content-link{background:#333}.dark-mode .haru-archive-blog article .post-link-wrap .post-content-link a{color:#ababab}.dark-mode .haru-archive-blog article .post-link-wrap .post-content-link a:hover{color:#4B5C66}.dark-mode .haru-archive-blog article .post-set-audio{background:#333}.dark-mode .haru-archive-blog article .post-quote-wrap{background:#333}.dark-mode .haru-archive-blog article .post-quote-wrap cite a{color:#fff}.dark-mode .haru-archive-blog article .post-quote-wrap cite a:hover{color:#4B5C66}.dark-mode .haru-archive-blog article.grid:before{background-color:#333}.single-content.no-sidebar .post-thumbnail-wrap .post-thumbnail{text-align:center}.single-content.no-sidebar .post-thumbnail-wrap .post-thumbnail img{margin:0 auto}.single-content.no-sidebar .post-thumbnail-wrap .post-meta-category{display:none}.single-content.no-sidebar .post-content-wrap{padding:0 15%}@media screen and (max-width:767px){.single-content.no-sidebar .post-content-wrap{padding:0}}.single-content.no-sidebar .author-info{padding:40px 15% !important}@media screen and (max-width:767px){.single-content.no-sidebar .author-info{padding:40px 0 !important}}.single-content.no-sidebar .post-related{text-align:center}.single-content.no-sidebar #comments{padding:0 15%}@media screen and (max-width:767px){.single-content.no-sidebar #comments{padding:0 !important}}.single-content .post-meta-info{text-align:center}.single-content .post-category-wrap{font-weight:700;display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:20px}.single-content .post-category-wrap a{background-color:#f5f5f5;color:#4B5C66;padding:3px 16px;border-radius:40px;transition:all 0.3s;margin-left:5px}@media screen and (max-width:767px){.single-content .post-category-wrap a{font-size:14px;font-weight:600}}.single-content .post-category-wrap a:first-child{margin-left:0}.single-content .post-category-wrap a:hover{background-color:#4B5C66;color:#fff;transition:all 0.3s}.single-content .post-title{font-size:36px;margin-top:0;line-height:1.4;word-wrap:break-word}@media screen and (max-width:1440px){.single-content .post-title{font-size:34px}}@media screen and (max-width:1024px){.single-content .post-title{font-size:32px}}@media screen and (max-width:991px){.single-content .post-title{font-size:28px}}@media screen and (max-width:767px){.single-content .post-title{font-size:22px}}.single-content .post-info{margin-top:15px}.single-content .post-info a{color:#000000;font-weight:600;transition:all 0.3s}.single-content .post-info a:hover{color:#4B5C66;transition:all 0.3s}.single-content .post-meta-sticky{font-weight:600;color:#4B5C66;display:inline-block}.single-content .post-meta-sticky:before{content:"";font-family:"Font Awesome 5 Free";font-weight:400;margin-right:10px}@media screen and (max-width:767px){.single-content .post-meta-sticky:before{margin-right:6px}}.single-content .post-meta-author{display:inline-block;margin-right:30px}@media screen and (max-width:767px){.single-content .post-meta-author{margin-right:20px}}.single-content .post-meta-author:before{content:"";width:25px;height:1px;background-color:#9B9B9B;display:inline-block;vertical-align:middle;margin-right:10px}.single-content .post-meta-date{display:inline-block;margin-right:10px;margin-right:10px}@media screen and (max-width:767px){.single-content .post-meta-date{margin-right:8px;padding-right:0;border-right:none}}.single-content .post-meta-date:before{content:"";font-family:"haruicons";font-weight:400;position:relative;bottom:-1px;display:none;margin-right:10px}@media screen and (max-width:767px){.single-content .post-meta-date:before{margin-right:6px}}.single-content .post-meta-comment{display:inline-block;margin-right:10px;margin-right:10px}.single-content .post-meta-comment:before{content:"";font-family:"haruicons";margin-right:10px;position:relative;bottom:-1px}@media screen and (max-width:767px){.single-content .post-meta-comment:before{margin-right:6px}}.single-content .post-meta-comment a{font-weight:500}.single-content .post-thumbnail-wrap{margin-top:30px;position:relative}.single-content .post-thumbnail-wrap .post-thumbnail img{border-radius:12px}.single-content .post-thumbnail-wrap .post-thumbnail-link{display:flex}.single-content .post-thumbnail-wrap .owl-dots{opacity:1;visibility:visible}.single-content .post-thumbnail-wrap .slick-dots{margin-top:10px}.single-content .post-thumbnail-wrap .post-quote-wrap{padding:15px;background:#eeeeee;border-radius:12px;margin-bottom:30px;text-align:center}.single-content .post-thumbnail-wrap .post-quote-wrap:before{content:"";font-family:"haruicons";font-size:32px;color:#4B5C66}@media screen and (max-width:1024px){.single-content .post-thumbnail-wrap .post-quote-wrap:before{font-size:30px}}@media screen and (max-width:767px){.single-content .post-thumbnail-wrap .post-quote-wrap:before{font-size:28px}}.single-content .post-thumbnail-wrap .post-quote-wrap blockquote{font-family:Smooch;font-size:36px;font-weight:500;color:#000;line-height:1.6}@media screen and (max-width:1440px){.single-content .post-thumbnail-wrap .post-quote-wrap blockquote{font-size:32px}}@media screen and (max-width:1024px){.single-content .post-thumbnail-wrap .post-quote-wrap blockquote{font-size:28px}}@media screen and (max-width:991px){.single-content .post-thumbnail-wrap .post-quote-wrap blockquote{font-size:24px}}@media screen and (max-width:767px){.single-content .post-thumbnail-wrap .post-quote-wrap blockquote{font-size:20px}}.single-content .post-thumbnail-wrap .post-quote-wrap cite{font-style:normal}.single-content .post-thumbnail-wrap .post-quote-wrap a{font-weight:500;color:#000;text-decoration:underline;transition:all 0.3s}.single-content .post-thumbnail-wrap .post-quote-wrap a:hover{color:#4B5C66;transition:all 0.3s}.single-content .post-thumbnail-wrap .post-link{background:#eeeeee;height:60px;display:flex}.single-content .post-thumbnail-wrap .post-link:before{content:"";font-family:"Font Awesome 5 Free";font-weight:700;width:60px;line-height:60px;background:#4B5C66;color:#fff;text-align:center}.single-content .post-thumbnail-wrap .post-link a{color:#000000;margin-left:20px;line-height:60px;font-weight:700;font-style:italic;text-transform:uppercase}.single-content .post-thumbnail-wrap .post-link a:hover{color:#4B5C66;transition:all 0.3s}.single-content .post-content-wrap{margin-top:35px;margin-bottom:35px;padding-bottom:35px;border-bottom:1px solid #eee}@media screen and (max-width:767px){.single-content .post-content-wrap{padding-bottom:30px;margin-bottom:20px}}.single-content .post-content-wrap .post-content blockquote{font-size:24px;font-weight:700;margin:3% 5%;border-left:0;text-align:center}@media screen and (max-width:1440px){.single-content .post-content-wrap .post-content blockquote{font-size:22px}}@media screen and (max-width:1024px){.single-content .post-content-wrap .post-content blockquote{font-size:20px}}@media screen and (max-width:991px){.single-content .post-content-wrap .post-content blockquote{font-size:18px}}@media screen and (max-width:767px){.single-content .post-content-wrap .post-content blockquote{margin:3% 0}}.single-content .post-content-wrap .post-content blockquote:before{content:"";font-family:"haruicons";font-size:32px;color:#4B5C66}@media screen and (max-width:1024px){.single-content .post-content-wrap .post-content blockquote:before{font-size:30px}}@media screen and (max-width:767px){.single-content .post-content-wrap .post-content blockquote:before{font-size:28px}}.single-content .post-content-wrap .post-content blockquote p{color:#000;line-height:1.6;margin-bottom:0}.single-content .post-content-wrap .post-content blockquote cite{font-size:14px}.single-content .post-content-wrap .post-other-meta{clear:both;margin-top:40px;display:flex;align-items:flex-end}@media screen and (max-width:767px){.single-content .post-content-wrap .post-other-meta{display:block}}.single-content .post-content-wrap .post-other-meta .haru-page-links{padding-top:0;padding-bottom:3px;margin-right:20px}.single-content .post-content-wrap .single-post-tags{flex:1}.single-content .post-content-wrap .post-meta-tag .tag-title{color:#000;display:none;font-weight:600;margin-right:10px}.single-content .post-content-wrap .post-meta-tag a{display:inline-block;font-size:16px;font-weight:400;color:#9B9B9B;transition:all 0.3s;margin:3px 0 3px 5px;padding:2px 0 2px 10px}.single-content .post-content-wrap .post-meta-tag a:hover{color:#4B5C66;transition:all 0.3s}.single-content .post-content-wrap .post-meta-tag a:before{content:"#";display:inline-block}@media screen and (max-width:767px){.single-content .post-content-wrap .post-meta-tag a{display:inline-block;font-size:14px;margin-bottom:5px}}.single-content .post-content-wrap .haru-social-share{flex:0 0 50%;text-align:right}@media screen and (max-width:767px){.single-content .post-content-wrap .haru-social-share{text-align:left}}.single-content .post-content-wrap .haru-social-share__label{font-weight:700}.single-content .post-content-wrap .haru-social-share__list li{margin:0 3px}@media screen and (max-width:767px){.single-content .post-content-wrap .haru-social-share__list li{margin:0 1px}}.single-content .post-content-wrap .haru-social-share__list li:first-child{margin-left:0}.single-content .post-content-wrap .haru-social-share__list li:last-child{margin-right:0}.single-content .post-content-wrap .haru-social-share__list li a{width:48px;height:48px;line-height:44px;border-radius:50%;border:2px solid #eee;color:#000;display:block;font-size:18px;padding:0;text-align:center}@media screen and (max-width:1440px){.single-content .post-content-wrap .haru-social-share__list li a{width:44px;height:44px;line-height:40px;font-size:16px}}@media screen and (max-width:767px){.single-content .post-content-wrap .haru-social-share__list li a{width:40px;height:40px;line-height:38px;font-size:14px;border:1px solid #eee}}.single-content .post-content-wrap .haru-social-share__list li a:hover{background-color:#4B5C66;color:#fff;border-color:#4B5C66}.single-content .single-post-navigation{border-bottom:1px solid #eee;padding-bottom:30px}@media screen and (max-width:767px){.single-content .single-post-navigation{padding-bottom:20px}}.single-content .single-post-navigation .post-nav{display:flex;position:relative}@media screen and (max-width:767px){.single-content .single-post-navigation .post-nav{display:block}}.single-content .single-post-navigation .post-nav .post-nav-link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.single-content .single-post-navigation .post-nav .post-nav-content{display:flex;align-items:center}.single-content .single-post-navigation .post-nav .post-nav-label{line-height:1;font-size:14px;color:#ABABAB;text-transform:uppercase;letter-spacing:1px}.single-content .single-post-navigation .post-nav .post-nav-title{margin-top:8px;margin-bottom:0;font-size:18px}@media screen and (max-width:1440px){.single-content .single-post-navigation .post-nav .post-nav-title{font-size:17px}}@media screen and (max-width:1024px){.single-content .single-post-navigation .post-nav .post-nav-title{font-size:16px}}.single-content .single-post-navigation .post-nav .post-prev{width:50%;position:relative}@media screen and (max-width:767px){.single-content .single-post-navigation .post-nav .post-prev{width:100%;padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #eee}}.single-content .single-post-navigation .post-nav .post-prev .post-nav-meta{padding-left:30px;position:relative}.single-content .single-post-navigation .post-nav .post-prev .post-nav-meta:before{content:"";font-family:"haruicons";position:absolute;top:50%;left:0;transform:translateY(-50%);font-size:18px}.single-content .single-post-navigation .post-nav .post-next{width:50%;margin-left:auto;text-align:right;position:relative}@media screen and (max-width:767px){.single-content .single-post-navigation .post-nav .post-next{width:100%}}.single-content .single-post-navigation .post-nav .post-next .post-nav-content{justify-content:flex-end}.single-content .single-post-navigation .post-nav .post-next .post-nav-info{justify-content:flex-end}.single-content .single-post-navigation .post-nav .post-next .post-nav-meta{padding-right:30px;position:relative}.single-content .single-post-navigation .post-nav .post-next .post-nav-meta:before{content:"";font-family:"haruicons";position:absolute;top:50%;right:0;transform:translateY(-50%);font-size:18px}.single-content .author-info{padding:40px 0;display:flex;border-bottom:1px solid #eee;margin-bottom:40px}.single-content .author-info .author-avatar{flex:0 0 120px;padding-right:25px}@media screen and (max-width:1440px){.single-content .author-info .author-avatar{flex:0 0 110px}}@media screen and (max-width:767px){.single-content .author-info .author-avatar{flex:0 0 80px;padding-right:15px;padding-right:15px}}.single-content .author-info .author-avatar img{border-radius:50%}.single-content .author-info .author-title{margin-top:0;font-size:18px}@media screen and (max-width:1440px){.single-content .author-info .author-title{font-size:17px}}@media screen and (max-width:1024px){.single-content .author-info .author-title{font-size:16px}}.single-content .author-info .author-url{color:#000000;font-weight:500;font-size:15px;text-decoration:underline;transition:all 0.3s}@media screen and (max-width:767px){.single-content .author-info .author-url{font-size:14px}}.single-content .author-info .author-url:hover{color:#4B5C66}.single-content .post-related{padding-bottom:30px;border-bottom:1px solid #eee;margin-bottom:40px;padding-top:35px}@media screen and (max-width:1440px){.single-content .post-related{padding-top:30px}}@media screen and (max-width:991px){.single-content .post-related{padding-top:20px}}@media screen and (max-width:767px){.single-content .post-related{padding-top:5px}}.single-content .post-related .haru-heading{text-align:center}.single-content .post-related .haru-slick{margin:0 -15px;padding-top:5px}@media screen and (max-width:991px){.single-content .post-related .haru-slick{margin:0 -10px}}.single-content .post-related .slick-slide{padding:0 15px}@media screen and (max-width:991px){.single-content .post-related .slick-slide{padding:0 10px}}.single-content .post-related .slick-prev{left:15px}@media screen and (max-width:991px){.single-content .post-related .slick-prev{left:10px}}.single-content .post-related .slick-next{right:15px}@media screen and (max-width:991px){.single-content .post-related .slick-next{right:10px}}.single-content .post-related .slick-dots{margin-top:0}.single-content .post-related .post-image{margin-bottom:20px;min-height:30px;position:relative}.single-content .post-related .post-image img{border-radius:12px}.single-content .post-related .post-meta-category{font-weight:700;display:flex;flex-wrap:wrap;justify-content:center;margin-top:25px;margin-bottom:20px}.single-content .post-related .post-meta-category a{background-color:#f5f5f5;color:#4B5C66;padding:3px 16px;border-radius:40px;transition:all 0.3s;margin-left:5px}@media screen and (max-width:767px){.single-content .post-related .post-meta-category a{font-size:14px;font-weight:600}}.single-content .post-related .post-meta-category a:first-child{margin-left:0}.single-content .post-related .post-meta-category a:hover{background-color:#4B5C66;color:#fff;transition:all 0.3s}.single-content .post-related .post-title{font-size:22px;font-weight:700;padding-top:0;line-height:1.4;text-align:center}@media screen and (max-width:1440px){.single-content .post-related .post-title{font-size:20px}}@media screen and (max-width:1024px){.single-content .post-related .post-title{font-size:18px}}.post-password-form input[type=submit]{margin-top:10px}.haru-page-links{clear:both;padding:15px 0}.haru-page-links .haru-page-links-title{color:#000000;font-weight:600;padding-right:6px}.haru-page-links .haru-page-link{display:inline-block;padding:0 10px;color:#7E7E7E;margin:0 3px;width:30px;height:30px;line-height:30px;border-radius:12px;font-weight:600;text-align:center;transition:all 0.3s}.haru-page-links .current .haru-page-link{background-color:#4B5C66;color:#fff}.haru-page-links>a>span:hover,.haru-page-links>a>span:focus{color:#4B5C66}.dark-mode .single-content .post-info a{color:#fff}.dark-mode .single-content .post-info a:hover{color:#4B5C66}.dark-mode .single-content .post-meta-date{border-right:1px solid #333}.dark-mode .single-content .post-thumbnail-wrap blockquote{border-left:4px solid rgba(255, 255, 255, 0.5);color:#fff}.dark-mode .single-content .post-thumbnail-wrap .post-link{background:#333}.dark-mode .single-content .post-thumbnail-wrap .post-link:before{background:rgba(255, 255, 255, 0.5);color:#000}.dark-mode .single-content .post-thumbnail-wrap .post-link a{color:#fff}.dark-mode .single-content .post-thumbnail-wrap .post-link a:hover{color:#4B5C66}.dark-mode .single-content .post-content-wrap{border-bottom:1px solid #333}.dark-mode .single-content .post-content-wrap .post-content blockquote{font-family:Smooch}.dark-mode .single-content .post-content-wrap .post-content blockquote p{color:#fff}.dark-mode .single-content .post-content-wrap .post-meta-tag .tag-title{color:#fff}.dark-mode .single-content .single-post-navigation{border-bottom:1px solid #333}@media screen and (max-width:767px){.dark-mode .single-content .single-post-navigation .post-nav .post-prev{border-bottom:1px solid #333}}.dark-mode .single-content .author-info{border-bottom:1px solid #333}.dark-mode .single-content .author-info .author-url{color:#fff}.dark-mode .single-content .author-info .author-url:hover{color:#4B5C66}.dark-mode .single-content .post-related{border-bottom:1px solid #333}.dark-mode .haru-page-links .haru-page-links-title{color:#fff}.dark-mode .haru-page-links .haru-page-link{color:#ababab}.dark-mode .haru-page-links .current .haru-page-link{background-color:#4B5C66;color:#fff}aside{margin-bottom:30px}.widget-title{font-size:20px;line-height:1.4;margin-top:0px;margin-bottom:25px}@media screen and (max-width:1440px){.widget-title{font-size:19px}}@media screen and (max-width:1024px){.widget-title{font-size:18px}}.widget_categories ul,.widget_archive ul{list-style:none;list-style-type:none;padding:0;margin:0}.widget_categories ul li,.widget_archive ul li{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;margin-bottom:12px}.widget_categories ul li:last-child,.widget_archive ul li:last-child{margin-bottom:0}.widget_categories ul li.current-cat>a,.widget_categories ul li:hover>a,.widget_archive ul li.current-cat>a,.widget_archive ul li:hover>a{color:#4B5C66;border-bottom:1px solid #4B5C66}.widget_categories ul li.current-cat>.count,.widget_categories ul li:hover>.count,.widget_archive ul li.current-cat>.count,.widget_archive ul li:hover>.count{background-color:#4B5C66;border:1px solid #4B5C66;color:#fff;transition:all 0.3s}.widget_categories ul li:focus,.widget_archive ul li:focus{outline:none}.widget_categories ul li a,.widget_archive ul li a{border-bottom:1px solid transparent;transition:all 0.3s}.widget_categories ul li a[aria-current="page"],.widget_archive ul li a[aria-current="page"]{color:#4B5C66;border-bottom:1px solid #4B5C66}.widget_categories ul li a[aria-current="page"]+.count,.widget_archive ul li a[aria-current="page"]+.count{background-color:#4B5C66;border:1px solid #4B5C66;color:#fff}.widget_categories ul li .count,.widget_archive ul li .count{border:1px solid transparent;color:#000;padding:0 5px;font-size:13px;border-radius:20px;min-width:30px;text-align:center;transition:all 0.3s}.widget_categories ul .children,.widget_archive ul .children{flex:1 1 100%;padding-left:20px;margin-top:12px}.widget_calendar caption{margin-bottom:8px;font-weight:600;font-size:16px}.widget_calendar .calendar_wrap table{width:100%;border:1px solid #eee;margin-bottom:5px;text-align:center}.widget_calendar .calendar_wrap table th{border-bottom:1px solid #eee;text-align:center;padding:5px 0;background:#f5f5f5;color:#000;font-weight:600}.widget_calendar .calendar_wrap table td{border-left:1px solid #eee;border-bottom:1px solid #eee;padding:5px 0;text-align:center}.widget_pages ul{padding:0;margin:0;list-style:none;list-style-type:none}.widget_pages ul li{display:flex;flex-wrap:wrap;margin-bottom:12px}.widget_pages ul li:last-child{margin-bottom:0}.widget_pages ul li:focus{outline:none}.widget_pages ul li a{flex:1 1 auto;transition:all 0.3s}.widget_pages ul .children{flex:1 1 100%;padding-left:20px;margin-top:12px}.widget_meta ul{padding:0;margin:0;list-style:none;list-style-type:none}.widget_meta ul li{display:flex;flex-wrap:wrap;margin-bottom:12px}.widget_meta ul li:last-child{margin-bottom:0}.widget_meta ul li:focus{outline:none}.widget_meta ul li a{flex:1 1 auto;transition:all 0.3s}.widget_recent_comments ul{list-style:none;list-style-type:none;padding:0;margin:0}.widget_recent_comments ul li{margin-bottom:12px}.widget_recent_comments ul li:last-child{margin-bottom:0}.widget_recent_comments ul li:focus{outline:none}.widget_recent_comments ul li a{color:#000;flex:1 1 auto;transition:all 0.3s}.widget_recent_comments ul li a:hover{color:#4B5C66}.widget_recent_comments ul li a:not(.url){font-weight:600}.widget_recent_entries ul{list-style:none;list-style-type:none;padding:0;margin:0}.widget_recent_entries ul li{margin-bottom:12px}.widget_recent_entries ul li:last-child{margin-bottom:0}.widget_recent_entries ul li:focus{outline:none}.widget_recent_entries ul li a{flex:1 1 auto;transition:all 0.3s}.widget_rss>ul{list-style:none;list-style-type:none;padding:0;margin:0}.widget_rss>ul li{margin-bottom:12px}.widget_rss>ul li:last-child{margin-bottom:0}.widget_rss>ul li:focus{outline:none}.widget_rss>ul li a{color:#000000;font-weight:600;flex:1 1 auto;transition:all 0.3s}.widget_rss>ul li a:hover{color:#4B5C66}.widget_rss>ul li .rssSummary{font-weight:400}.widget_rss>ul li cite{color:#000000}.widget_nav_menu ul{list-style:none;list-style-type:none;padding:0;margin:0}.widget_nav_menu ul li{margin-bottom:12px}.widget_nav_menu ul li:last-child{margin-bottom:0}.widget_nav_menu ul li:focus{outline:none}.widget_nav_menu ul li a{flex:1 1 auto;transition:all 0.3s}.widget_nav_menu .sub-menu{margin-top:12px;margin-left:20px}@media screen and (max-width:1024px){.widget_nav_menu .sub-menu{margin-left:15px}}.search-form{position:relative;background-color:transparent;border:1px solid #eee;border-radius:12px}.search-form label{display:block;margin-bottom:0}.search-form label input[type="search"]{width:calc(100% - 60px);height:48px;background-color:transparent;border:none;outline:none;font-weight:400;padding-left:20px;padding-right:5px}.search-form label input[type="search"]::-moz-placeholder{color:#9B9B9B;opacity:1}.search-form label input[type="search"]:-ms-input-placeholder{color:#9B9B9B}.search-form label input[type="search"]::-webkit-input-placeholder{color:#9B9B9B}.search-form label input[type="search"]:focus{border:none}.search-form .search-submit{color:rgba(155, 155, 155, 0.8);width:60px;padding:0;position:absolute;font-size:0;top:0;bottom:0;overflow:hidden;border:none;background:none;outline:none;right:0}.search-form .search-submit:hover{color:#4B5C66}.search-form .search-submit:before{content:"";font-family:"phosphor";font-weight:400;position:absolute;font-size:20px;top:50%;left:50%;transform:translate(-50%, -50%)}.widget_tag_cloud .tagcloud a{background-color:#f8f8f8;border-radius:3px;color:#7E7E7E;display:inline-block;padding:4px 12px;font-size:13px !important;font-weight:600;text-transform:capitalize;transition:all 0.3s;margin:6px 6px 0 0}.widget_tag_cloud .tagcloud a:hover{background-color:#4B5C66;color:#fff;transition:all 0.3s}.dark-mode .widget_categories ul li:hover>a,.dark-mode .widget_archive ul li:hover>a{color:#4B5C66}.dark-mode .widget_categories ul li:hover>.count,.dark-mode .widget_archive ul li:hover>.count{background-color:#4B5C66;border:1px solid #4B5C66;color:#fff}.dark-mode .widget_categories ul li .count,.dark-mode .widget_archive ul li .count{border:1px solid #333;color:#fff}.dark-mode .widget_calendar .calendar_wrap table{border:1px solid #333}.dark-mode .widget_calendar .calendar_wrap table th{border-bottom:1px solid #333;background:#1d1d1d;color:#fff}.dark-mode .widget_calendar .calendar_wrap table td{border-left:1px solid #333;border-bottom:1px solid #333}.dark-mode .widget_recent_comments ul li a{color:#fff}.dark-mode .widget_recent_comments ul li a:hover{color:#4B5C66}.dark-mode .widget_rss>ul li a{color:#fff}.dark-mode .widget_rss>ul li a:hover{color:#4B5C66}.dark-mode .widget_rss>ul li cite{color:#fff}.dark-mode .search-form{border:1px solid #333}.dark-mode .search-form label input[type="search"]::-moz-placeholder{color:#ababab;opacity:1}.dark-mode .search-form label input[type="search"]:-ms-input-placeholder{color:#ababab}.dark-mode .search-form label input[type="search"]::-webkit-input-placeholder{color:#ababab}.dark-mode .search-form .search-submit{color:rgba(171, 171, 171, 0.8)}.dark-mode .search-form .search-submit:hover{color:#4B5C66}.dark-mode .widget_tag_cloud .tagcloud a{background-color:#333;color:#ababab}.dark-mode .widget_tag_cloud .tagcloud a:hover{background-color:#4B5C66;color:#fff}.wp-block-tag-cloud a{background-color:#f8f8f8;border-radius:3px;color:#7E7E7E;display:inline-block;margin:6px 4px 0 0;padding:4px 12px;font-size:14px !important;text-transform:capitalize;transition:all 0.3s}.wp-block-tag-cloud a:hover{background-color:#4B5C66;color:#fff;transition:all 0.3s}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper{padding:0;border:none}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input{padding:0 60px 0 15px;border-radius:12px}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button svg{fill:transparent}.wp-block-rss__item-excerpt{margin-top:5px}.wp-block-page-list{padding:0;list-style:none}.wp-block-page-list__item{margin-bottom:8px}.wp-block-page-list__item:last-child{margin-bottom:0}.wp-block-pages-list__item{margin-bottom:8px}.wp-block-pages-list__item:last-child{margin-bottom:0}.wp-block-pages-list__item__link{transition:all 0.3s}.wp-block-pages-list__item__link:hover{transition:all 0.3s}.wp-block-loginout label{color:#000}.wp-block-loginout .login-remember input{position:relative;top:-2px}.wp-block-calendar .wp-calendar-table{margin-bottom:15px}p.search-not-found{margin-bottom:15px}#comments{padding-top:20px;clear:both}@media screen and (max-width:767px){#comments{padding-top:0}}#comments .haru-heading{text-align:center}#comments .comment-list{padding:0;margin:0;list-style:none;list-style-type:none}#comments .comment-list li.trackback .comment-body .author-avatar,#comments .comment-list li.pingback .comment-body .author-avatar{width:0}#comments .comment-list li.trackback .comment-body .comment-text,#comments .comment-list li.pingback .comment-body .comment-text{padding-left:0}#comments .comment-list li .comment-body{padding:10px 0;margin-bottom:10px}#comments .comment-list li .author-avatar{width:90px;float:left}@media screen and (max-width:767px){#comments .comment-list li .author-avatar{width:50px}}#comments .comment-list li .author-avatar img{border-radius:50%}#comments .comment-list li .comment-text{padding-left:90px}@media screen and (max-width:767px){#comments .comment-list li .comment-text{padding-left:65px}}#comments .comment-list li .comment-text .author .author-name{color:#000;font-size:16px;font-weight:600;text-transform:capitalize}@media screen and (max-width:767px){#comments .comment-list li .comment-text .author .author-name{font-size:14px}}#comments .comment-list li .comment-text .author .author-name a{color:#000;font-weight:600}#comments .comment-list li .comment-text .author .author-name a:hover{color:#4B5C66;transition:all 0.3s}#comments .comment-list li .comment-text .comment-meta .comment-meta-date{font-size:15px;padding-top:2px;float:left}#comments .comment-list li .comment-text .comment-meta .comment-meta-action a{color:#000;font-weight:500;font-size:15px;margin-left:15px}#comments .comment-list li .comment-text .comment-meta .comment-meta-action a:first-child{padding-left:15px;border-left:1px solid #eee}#comments .comment-list li .comment-text .comment-meta .comment-meta-action a:hover{color:#4B5C66}#comments .comment-list li .comment-text .text{margin-top:6px;line-height:1.8}#comments .comment-list li .children{border-left:1px solid #eee;margin-left:70px;margin-bottom:20px;padding-left:15px}@media screen and (max-width:991px){#comments .comment-list li .children{margin-left:35px;padding-left:10px}}@media screen and (max-width:767px){#comments .comment-list li .children{margin-left:10px;padding-left:5px;border-left:none}}#comments .comment-list .children{list-style:none;list-style-type:none}#comments .comment-form{text-align:center}#comments .comment-respond{padding-top:15px;padding-bottom:25px}@media screen and (max-width:991px){#comments .comment-respond{padding-top:20px}}@media screen and (max-width:767px){#comments .comment-respond{padding-top:10px}}#comments #respond-wrapper .comment-reply-title small,#comments .comment-respond .comment-reply-title small{font-size:50%}@media screen and (max-width:767px){#comments #respond-wrapper .comment-reply-title small,#comments .comment-respond .comment-reply-title small{font-size:14px;font-weight:400}}#comments #respond-wrapper .comment-reply-title a:not([style*="display: none"]),#comments .comment-respond .comment-reply-title a:not([style*="display: none"]){margin-left:20px}@media screen and (max-width:767px){#comments #respond-wrapper .comment-reply-title a:not([style*="display: none"]),#comments .comment-respond .comment-reply-title a:not([style*="display: none"]){margin-left:10px}}#comments #respond-wrapper .comment-form input[type=checkbox],#comments .comment-respond .comment-form input[type=checkbox]{position:relative;top:-1px}#comments #respond-wrapper .comment-form .logged-in-as,#comments .comment-respond .comment-form .logged-in-as{margin-top:-8px;margin-bottom:15px}#comments #respond-wrapper .comment-form .logged-in-as a,#comments .comment-respond .comment-form .logged-in-as a{color:#000000}#comments #respond-wrapper .comment-form .logged-in-as a:hover,#comments .comment-respond .comment-form .logged-in-as a:hover{color:#4B5C66}#comments #respond-wrapper .comment-form .comment-form-comment,#comments .comment-respond .comment-form .comment-form-comment{margin-bottom:20px}#comments #respond-wrapper .comment-form .form-submit,#comments .comment-respond .comment-form .form-submit{display:inline-block}#comments #respond-wrapper .comment-form #cancel-comment-reply-link,#comments .comment-respond .comment-form #cancel-comment-reply-link{display:inline-block;height:48px;border:1px solid #4B5C66;border-radius:12px;padding:0 25px;line-height:46px;font-weight:600;color:#4B5C66;transition:all 0.3s;margin-left:15px}#comments #respond-wrapper .comment-form #cancel-comment-reply-link:hover,#comments .comment-respond .comment-form #cancel-comment-reply-link:hover{background-color:#4B5C66;color:#fff;transition:all 0.3s}#comments #respond-wrapper>.comment-respond{padding-bottom:0}.comment-navigation{margin-bottom:20px;text-align:right}.comment-navigation span,.comment-navigation a{display:inline-block;padding:0 10px;margin:0 3px;width:30px;height:30px;line-height:30px;border-radius:12px;font-weight:600;transition:all 0.3s}.comment-navigation span:first-child,.comment-navigation a:first-child{margin-left:0}.comment-navigation span:last-child,.comment-navigation a:last-child{margin-right:0}.comment-navigation span.current{background-color:#4B5C66;color:#fff}.comment-form-cookies-consent{margin-bottom:25px}.dark-mode #comments .comment-list li .comment-text .author .author-name{color:#fff}.dark-mode #comments .comment-list li .comment-text .author .author-name a{color:#fff}.dark-mode #comments .comment-list li .comment-text .author .author-name a:hover{color:#4B5C66;transition:all 0.3s}.dark-mode #comments .comment-list li .comment-text .comment-meta .comment-meta-action a{color:#fff}.dark-mode #comments .comment-list li .comment-text .comment-meta .comment-meta-action a:hover{color:#4B5C66}.dark-mode #comments .comment-list li .comment-text .comment-meta .comment-meta-action a:first-child{border-left:1px solid #333}.dark-mode #comments .comment-list li .children{border-left:1px solid #333}.dark-mode #comments .comment-list .children{list-style:none;list-style-type:none}.dark-mode #comments #respond-wrapper .comment-form .logged-in-as a,.dark-mode #comments .comment-respond .comment-form .logged-in-as a{color:#fff}.dark-mode #comments #respond-wrapper .comment-form .logged-in-as a:hover,.dark-mode #comments .comment-respond .comment-form .logged-in-as a:hover{color:#4B5C66}.dark-mode .comment-navigation span,.dark-mode .comment-navigation a{color:#fff}.dark-mode .comment-navigation span.current{background-color:#fff;color:#4B5C66}.jp-audio .jp-play:before,.jp-audio .jp-pause:before,.jp-audio .jp-mute:before,.jp-audio .jp-unmute:before{font-family:"Font Awesome 5 Free";font-weight:700;font-size:16px;line-height:18px;position:relative;top:2px}.jp-audio .jp-play:before{content:""}.jp-audio .jp-pause:before{content:""}.jp-audio .jp-mute{display:none}.jp-audio .jp-mute:before{content:""}.jp-audio .jp-unmute:before{content:""}.jp-audio .jp-volume li{margin-right:3px}.jp-audio .jp-volume li:last-child{margin-right:0}.jp-audio .jp-interface{height:60px}.jp-audio .jp-controls{height:60px;line-height:60px}.jp-audio .jp-controls a{color:#fff}.jp-audio .jp-controls a:hover{color:#4B5C66;transition:all 0.3s}.jp-audio .jp-progress{width:calc(100% - 200px)}.jp-audio .jp-progress .jp-seek-bar{height:6px;border-radius:6px}.jp-audio .jp-progress .jp-seek-bar .jp-play-bar{background:#4B5C66;border-radius:6px}.jp-audio .jp-volume .jp-volume-bar{height:6px;border-radius:6px}.jp-audio .jp-volume .jp-volume-bar .jp-volume-bar-value{background:#4B5C66;height:6px;border-radius:6px}.product-top{border-radius:12px;position:relative;overflow:hidden}@media only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.product-top{-webkit-mask-image:-webkit-radial-gradient(white, black)}}.product-top:hover .product-thumb-hover{opacity:1;transform:scale(1.05)}.product-thumbnail{position:relative}.product-thumbnail>a{display:flex;align-items:flex-start}.product-thumbnail img{width:100%;border-radius:12px}.product-label{position:absolute;left:10px;top:10px;z-index:2}.product-label__item{display:block;border-radius:3px;color:#fff;font-size:14px;font-weight:600;padding:0 6px;margin-bottom:3px;line-height:1.6;text-align:center}@media screen and (max-width:767px){.product-label__item{font-size:13px}}.product-label__item:last-child{margin-bottom:0}.product-label__item--onhot{background-color:#f09155}.product-label__item--onnew{background-color:#7A683D}.product-label__item--onsale{background-color:#4B5C66}.product-label__item--onsold{background-color:#000;display:none}.product-thumb-hover{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.5, 1.2)}.woocommerce-loop-product__title{font-size:18px;margin-top:20px;margin-bottom:5px;transition:all 0.3s}@media screen and (max-width:1440px){.woocommerce-loop-product__title{font-size:17px}}@media screen and (max-width:1024px){.woocommerce-loop-product__title{font-size:16px}}.woocommerce-loop-product__title:hover{color:#4B5C66;transition:all 0.3s}.product-info{text-align:center}.product-info .product-button--add-to-cart{display:none}.product-info .button.product_type_customizable{display:none}.product-short-description{display:none}.product-item{}.product-item .product-varations .haru-variations-list{display:flex;flex-wrap:wrap}.product-item .product-varations .haru-variations-list .variation{margin:0 3px;cursor:pointer;position:relative;display:none}.product-item .product-varations .haru-variations-list .variation:first-child{margin-left:0}.product-item .product-varations .haru-variations-list .variation:last-child{margin-right:0}.product-item .product-varations .haru-variations-list .variation:hover .button-tooltip{opacity:1;visibility:visible;transform:translate(-50%, -10px);transition:all 0.3s ease-in-out 0s}.product-item .product-varations .haru-variations-list .variation.selected{border-color:#000}.product-item .product-varations .haru-variations-list .variation:nth-child(-n+2){display:inline-flex}.product-item .product-varations .haru-variations-list .variation.attribute-toggle{color:#000;display:inline-flex;font-size:14px}.product-item .product-varations .haru-variations-list .variation.attribute-toggle .button-tooltip{min-width:75px;text-align:center}.product-item .product-varations .haru-variations-list .variation .button-tooltip{padding:1px 3px;position:absolute;text-transform:none;display:inline-block;min-width:50px;opacity:0;text-align:center;visibility:hidden;bottom:100%;left:50%;background:#555 !important;color:#fff !important;font-size:12px !important;line-height:20px !important;font-weight:500;border-radius:3px;transform:translate(-50%, 0)}.product-item .product-varations .haru-variations-list .variation .button-tooltip:empty{display:none}.product-item .product-varations .haru-variations-list .variation .button-tooltip:after{width:0;height:0;position:absolute;bottom:-6px;left:50%;content:"";border-left:5px solid transparent;border-right:5px solid transparent;border-top:7px solid #555;transform:translate(-50%, 0)}.product-item .product-varations .haru-variations-list .variation-color{border:1px solid #eee;width:20px;height:20px;border-radius:50%}.product-item .product-varations .haru-variations-list .variation-color .color-variation{width:14px;height:14px;border-radius:50%;display:inline-block;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.product-item .product-varations .haru-variations-list .variation-label{border:1px solid #eee;border-radius:3px;padding:0 5px;background-color:#fff;color:#000;font-size:14px;min-width:30px;justify-content:center}.product-item .product-varations .haru-variations-list .variation-image{border:1px solid #eee;border-radius:3px}.product-item .product-varations .haru-variations-list .variation-image img{border-radius:3px;max-width:24px}.product-item .product-out-of-stock{background-color:rgba(0, 0, 0, 0.5);border-radius:50%;position:absolute;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:18px;width:45%;top:50%;left:50%;transform:translate(-50%, -50%)}@media screen and (max-width:1440px){.product-item .product-out-of-stock{font-size:17px}}@media screen and (max-width:1024px){.product-item .product-out-of-stock{font-size:16px}}@media screen and (max-width:991px){.product-item .product-out-of-stock{font-size:14px}}.product-item .product-out-of-stock:after{content:"";padding-bottom:100%}.product-item .product-actions a{height:40px !important;line-height:40px !important;width:40px !important;padding:0 !important;border-radius:50%;color:#000 !important}.product-item .product-actions a:before{font-size:20px;font-weight:400;font-family:"phosphor"}.product-item .product-actions>div:after{background-color:#eee;content:"";width:1px;height:20px;right:0;position:absolute;top:50%;transform:translateY(-50%);display:none}.product-item .product-actions>div:last-child:after{display:none}.product-item .product-actions .yith-wcwl-add-to-wishlist{margin-top:0}.product-item .product-actions .yith-wcwl-add-to-wishlist a{display:block;font-size:0}.product-item .product-actions .yith-wcwl-add-to-wishlist a:hover{transition:all 0.3s}.product-item .product-actions .yith-wcwl-add-to-wishlist a:before{content:""}.product-item .product-actions .yith-wcwl-add-to-wishlist i{display:none}.product-item .product-actions .yith-wcwl-add-to-wishlist .ajax-loading{display:none}.product-item .product-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,.product-item .product-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback{display:none}.product-item .product-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,.product-item .product-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a{color:#4B5C66;transition:all 0.3s}.product-item .product-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,.product-item .product-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before{color:#4B5C66}.product-item .product-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:hover a:before,.product-item .product-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:hover a:before{color:#fff}.product-item .product-actions .product-button--compare{font-size:0}.product-item .product-actions .product-button--compare a{background:transparent !important;color:#7E7E7E;width:48px;height:48px;padding:0;border-radius:50%}.product-item .product-actions .product-button--compare a:before{content:""}.product-item .product-actions .product-button--compare a:hover{transition:all 0.3s}.product-item .product-actions .product-button--compare a.compare-loading{overflow:hidden}.product-item .product-actions .product-button--add-to-cart a,.product-item .product-actions .product-button--add-to-cart .add_to_cart_button,.product-item .product-actions .product-button--add-to-cart .added_to_cart{background:transparent !important;color:#7E7E7E;font-weight:400}.product-item .product-actions .product-button--add-to-cart a:before,.product-item .product-actions .product-button--add-to-cart .add_to_cart_button:before,.product-item .product-actions .product-button--add-to-cart .added_to_cart:before{display:block;content:"";font-family:"phosphor";font-size:20px}.product-item .product-actions .product-button--add-to-cart a.product_type_soldout:before,.product-item .product-actions .product-button--add-to-cart .add_to_cart_button.product_type_soldout:before,.product-item .product-actions .product-button--add-to-cart .added_to_cart.product_type_soldout:before{content:""}.product-item .product-actions .product-button--add-to-cart a.product_type_simple:before,.product-item .product-actions .product-button--add-to-cart .add_to_cart_button.product_type_simple:before,.product-item .product-actions .product-button--add-to-cart .added_to_cart.product_type_simple:before{content:""}.product-item .product-actions .product-button--add-to-cart a.product_type_variable:before,.product-item .product-actions .product-button--add-to-cart .add_to_cart_button.product_type_variable:before,.product-item .product-actions .product-button--add-to-cart .added_to_cart.product_type_variable:before{content:""}.product-item .product-actions .product-button--add-to-cart a.product_type_grouped:before,.product-item .product-actions .product-button--add-to-cart .add_to_cart_button.product_type_grouped:before,.product-item .product-actions .product-button--add-to-cart .added_to_cart.product_type_grouped:before{content:""}.product-item .product-actions .product-button--add-to-cart a.product_type_external:before,.product-item .product-actions .product-button--add-to-cart .add_to_cart_button.product_type_external:before,.product-item .product-actions .product-button--add-to-cart .added_to_cart.product_type_external:before{content:""}.product-item .product-actions .product-button--add-to-cart a.added,.product-item .product-actions .product-button--add-to-cart .add_to_cart_button.added,.product-item .product-actions .product-button--add-to-cart .added_to_cart.added{display:none}.product-item .product-actions .product-button--add-to-cart a.loading,.product-item .product-actions .product-button--add-to-cart .add_to_cart_button.loading,.product-item .product-actions .product-button--add-to-cart .added_to_cart.loading{opacity:1}.product-item .product-actions .product-button--add-to-cart a.loading:before,.product-item .product-actions .product-button--add-to-cart .add_to_cart_button.loading:before,.product-item .product-actions .product-button--add-to-cart .added_to_cart.loading:before{content:"";animation:iconSpin 2s linear infinite}.product-item .product-actions .product-button--add-to-cart a:hover,.product-item .product-actions .product-button--add-to-cart .add_to_cart_button:hover,.product-item .product-actions .product-button--add-to-cart .added_to_cart:hover{color:#4B5C66}.product-item .product-actions .product-button--add-to-cart .added_to_cart{font-size:0}.product-item .product-actions .product-button--add-to-cart .added_to_cart:before{color:#4B5C66}.product-item .product-actions .product-button--add-to-cart:hover .added_to_cart:before{color:#fff}.product-item .product-actions .product-button--quickview a{display:block;position:relative}.product-item .product-actions .product-button--quickview a:before{content:""}.product-item.style-1 .product-varations{margin-top:8px;z-index:3;transition:all 0.5s}.product-item.style-1 .product-varations .haru-variations-list{justify-content:center;align-items:center}.product-item.style-1 .product-actions{display:flex;flex-direction:column;position:absolute;right:20px;top:20px;opacity:0;visibility:hidden;text-align:center;z-index:3;transition:all 0.5s;transform:translateX(10px)}@media screen and (max-width:1440px){.product-item.style-1 .product-actions{right:15px;top:15px}}.product-item.style-1 .product-actions .product-button{flex:1;display:flex;align-items:center;justify-content:center;position:relative;background-color:#fff;margin-bottom:10px;border-radius:50%;box-shadow:0 0 5px rgba(0, 0, 0, 0.08);transition:all 0.3s}.product-item.style-1 .product-actions .product-button:last-child{margin-bottom:0}.product-item.style-1 .product-actions .product-button:hover{background-color:#4B5C66;transition:all 0.3s}.product-item.style-1 .product-actions .product-button:hover a{color:#fff !important;transition:all 0.3s}.product-item.style-1 .product-actions a:hover{background-color:transparent}.product-item.style-1 .product-actions a:hover .button-tooltip{opacity:1;visibility:visible;transition:all 300ms ease-in-out 0s}.product-item.style-1 .product-actions a .button-tooltip{padding:4px 8px;position:absolute;text-transform:none;display:inline-block;white-space:nowrap;opacity:0;text-align:center;visibility:hidden;right:calc(100% + 6px);top:50%;background:#000;color:#fff;border-radius:3px;font-size:12px;font-weight:600;line-height:20px;transform:translateY(-50%)}.product-item.style-1 .product-actions a .button-tooltip:after{width:0;height:0;position:absolute;right:-6px;top:50%;content:"";border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:7px solid #000;transform:translateY(-50%)}.product-item.style-1 .product-design{position:absolute;bottom:30px;left:50%;transform:translate(-50%, 15px);opacity:0;visibility:hidden;transition:all 0.3s}@media screen and (max-width:767px){.product-item.style-1 .product-design{bottom:15px}}.product-item.style-1 .product-design .button{height:40px;line-height:40px;background-color:#fff;box-shadow:0 4px 9px rgba(0, 0, 0, 0.05);color:#000;border-radius:3px;display:inline-flex;align-items:center;font-size:16px}@media screen and (max-width:1440px){.product-item.style-1 .product-design .button{font-size:15px}}@media screen and (max-width:1024px){.product-item.style-1 .product-design .button{font-size:14px}}.product-item.style-1 .product-design .button:before{content:"";font-family:"phosphor";font-size:16px;font-weight:600;margin-right:3px}.product-item.style-1 .product-design .button:hover{background-color:#4B5C66;color:#fff}.product-item.style-1 .product-info{position:relative}.product-item.style-1 .star-rating{font-size:18px;position:absolute;top:1px;left:50%;line-height:1;opacity:0;visibility:hidden;transform:translate(-50%, 10px);transition:all 0.3s}@media screen and (max-width:1440px){.product-item.style-1 .star-rating{font-size:17px}}@media screen and (max-width:1024px){.product-item.style-1 .star-rating{font-size:16px}}@media screen and (max-width:991px){.product-item.style-1 .star-rating{font-size:15px}}.product-item.style-1 .price{color:#9B9B9B;font-size:16px}@media screen and (max-width:1440px){.product-item.style-1 .price{font-size:15px}}@media screen and (max-width:1024px){.product-item.style-1 .price{font-size:14px}}.product-item.style-1 .price .amount{color:#4B5C66;font-weight:600}.product-item.style-1 .price ins{text-decoration:none}.product-item.style-1 .price del{margin-left:6px}.product-item.style-1 .price del .amount{color:#9B9B9B;font-weight:600}.product-item.style-1.has-rating:hover .woocommerce-loop-product__title{opacity:0;visibility:hidden;transform:translateY(-10px)}.product-item.style-1.has-rating:hover .star-rating{opacity:1;visibility:visible;transform:translate(-50%, 0);transition:all 0.3s}.product-item.style-1:hover .product-varations{opacity:1;visibility:visible;transition:all 0.3s}.product-item.style-1:hover .product-actions{opacity:1;visibility:visible;transform:translateX(0);transition:all 0.3s}.product-item.style-1:hover .product-design{opacity:1;visibility:visible;transform:translate(-50%, 0);transition:all 0.3s}.product-item.style-1:hover .star-rating{opacity:1;transition:all 0.3s}.product-item.style-2{position:relative}.product-item.style-2:before{content:"";position:absolute;top:0;left:0;width:100%;height:calc(100% + 20px);background:#fff;box-shadow:0 7px 30px rgba(0, 0, 0, 0.13);border-radius:12px;opacity:0;visibility:hidden;transform:scale(0.96) translateY(0);transition:all 0.3s}.product-item.style-2 .product-wrap{transition:all 0.3s}.product-item.style-2 .product-varations{margin-top:8px;z-index:3;transition:all 0.5s}.product-item.style-2 .product-varations .haru-variations-list{justify-content:center;align-items:center}.product-item.style-2 .product-actions{display:flex;flex-direction:row;position:absolute;bottom:20px;left:50%;opacity:0;visibility:hidden;text-align:center;z-index:3;transition:all 0.3s;transform:translate(-50%, 15px)}.product-item.style-2 .product-actions .product-button{flex:1;display:flex;align-items:center;justify-content:center;position:relative;background-color:#fff;margin:0 5px;border-radius:50%;box-shadow:0 0 5px rgba(0, 0, 0, 0.08);transition:all 0.3s}.product-item.style-2 .product-actions .product-button:first-child{margin-left:0}.product-item.style-2 .product-actions .product-button:last-child{margin-right:0}.product-item.style-2 .product-actions .product-button:hover{background-color:#4B5C66;transition:all 0.3s}.product-item.style-2 .product-actions .product-button:hover a{color:#fff !important;transition:all 0.3s}.product-item.style-2 .product-actions a:hover{background-color:transparent}.product-item.style-2 .product-actions a:hover .button-tooltip{opacity:1;visibility:visible;transform:translate(-50%, -6px);transition:all 300ms ease-in-out 0s}.product-item.style-2 .product-actions a .button-tooltip{padding:4px 8px;position:absolute;text-transform:none;display:inline-block;white-space:nowrap;opacity:0;text-align:center;visibility:hidden;background:#000;color:#fff;border-radius:3px;font-size:12px;font-weight:600;line-height:20px;bottom:100%;left:50%;transform:translate(-50%, 0)}.product-item.style-2 .product-actions a .button-tooltip:after{width:0;height:0;position:absolute;right:auto;top:auto;bottom:-6px;left:50%;content:"";border-left:5px solid transparent;border-right:5px solid transparent;border-top:7px solid #000;transform:translate(-50%, 0)}.product-item.style-2 .product-design{position:absolute;top:calc(100% + 15px);bottom:auto;right:0;left:0;transform:none;opacity:0;visibility:hidden;text-align:center;transition:all 0.3s}.product-item.style-2 .product-design .button{height:40px;line-height:40px;background-color:#fff;border:2px solid #eee;border-radius:12px;color:#000;border-radius:12px;display:inline-flex;align-items:center;font-size:16px}@media screen and (max-width:1440px){.product-item.style-2 .product-design .button{font-size:15px}}@media screen and (max-width:1024px){.product-item.style-2 .product-design .button{font-size:14px}}.product-item.style-2 .product-design .button:before{content:"";font-family:"phosphor";font-size:16px;font-weight:600;margin-right:3px}.product-item.style-2 .product-design .button:hover{border:2px solid #4B5C66;background-color:#4B5C66;color:#fff}.product-item.style-2 .product-info{position:relative}.product-item.style-2 .star-rating{font-size:18px;position:absolute;top:1px;left:50%;line-height:1;opacity:0;visibility:hidden;transform:translate(-50%, 10px);transition:all 0.3s}@media screen and (max-width:1440px){.product-item.style-2 .star-rating{font-size:17px}}@media screen and (max-width:1024px){.product-item.style-2 .star-rating{font-size:16px}}@media screen and (max-width:991px){.product-item.style-2 .star-rating{font-size:15px}}.product-item.style-2 .price{color:#9B9B9B;font-size:16px}@media screen and (max-width:1440px){.product-item.style-2 .price{font-size:15px}}@media screen and (max-width:1024px){.product-item.style-2 .price{font-size:14px}}.product-item.style-2 .price .amount{color:#4B5C66;font-weight:600}.product-item.style-2 .price ins{text-decoration:none}.product-item.style-2 .price del{margin-left:6px}.product-item.style-2 .price del .amount{color:#9B9B9B;font-weight:600}.product-item.style-2.product-customize:before{height:calc(100% + 75px);transition:all 0.3s}.product-item.style-2.has-rating:hover .woocommerce-loop-product__title{opacity:0;visibility:hidden;transform:translateY(-10px)}.product-item.style-2.has-rating:hover .star-rating{opacity:1;visibility:visible;transform:translate(-50%, 0);transition:all 0.3s}.product-item.style-2:hover{z-index:3}.product-item.style-2:hover:before{opacity:1;visibility:visible;transform:scale(1) translateY(-10px);transition:all 0.3s}.product-item.style-2:hover .product-wrap{transform:translateY(-10px);transition:all 0.3s}.product-item.style-2:hover .product-varations{opacity:1;visibility:visible;transition:all 0.3s}.product-item.style-2:hover .product-actions{transform:translate(-50%, 0);opacity:1;visibility:visible;transition:all 0.3s}.product-item.style-2:hover .product-design{opacity:1;visibility:visible;transition:all 0.3s}.product-item.style-2:hover .star-rating{opacity:1;transition:all 0.3s}.product-item.product-category img{border:1px solid rgba(238, 238, 238, 0.5);border-radius:12px}.product-item.product-category .count{background-color:transparent;color:#4B5C66;display:none}@-webkit-keyframes iconSpin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}@keyframes iconSpin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.dark-mode .product-label__item{color:#fff}.dark-mode .product-label__item--onhot{background-color:#000}.dark-mode .product-label__item--onnew{background-color:#000}.dark-mode .product-label__item--onsale{background-color:#000}.dark-mode .product-label__item--onsold{background-color:#000}.dark-mode .product-item .product-varations .haru-variations-list .variation.selected{border-color:#fff}.dark-mode .product-item .product-actions{background-color:#1d1d1d}.dark-mode .product-item .product-actions>div:after{background-color:#333}.dark-mode .product-item .product-actions .product-button--compare a{color:#ababab}.dark-mode .product-item .product-actions .product-button--add-to-cart a,.dark-mode .product-item .product-actions .product-button--add-to-cart .add_to_cart_button,.dark-mode .product-item .product-actions .product-button--add-to-cart .added_to_cart{color:#ababab}.dark-mode .product-item .product-actions .product-button--add-to-cart a:hover,.dark-mode .product-item .product-actions .product-button--add-to-cart .add_to_cart_button:hover,.dark-mode .product-item .product-actions .product-button--add-to-cart .added_to_cart:hover{color:#4B5C66}.dark-mode .product-item .price{color:#9B9B9B}.dark-mode .product-item .price .amount{color:#4B5C66;font-weight:700}.dark-mode .product-item .price del .amount{color:#9B9B9B}.elementor-editor-active .product-item .product-wrap>.product-button{display:none}.elementor-editor-active .product-item .product-wrap>.product_type_customizable{display:none}.woocommerce-products-header .page-description,.woocommerce-products-header .term-description{background:#f5f5f5;padding:15px 15px 5px 15px;margin-bottom:40px;margin-left:15px;margin-right:15px;border-radius:12px}@media screen and (max-width:767px){.woocommerce-products-header .page-description,.woocommerce-products-header .term-description{margin-bottom:30px}}.woocommerce-products-header .page-description:empty,.woocommerce-products-header .term-description:empty{display:none}.shop-filter{display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between;margin-bottom:10px;max-width:100%;width:100%;position:relative}@media screen and (max-width:767px){.shop-filter{display:block}}.shop-filter__sidebar-btn{color:#000;display:inline-flex;align-items:center;margin-right:20px;font-weight:600;text-transform:capitalize;transition:all 0.3s}@media screen and (max-width:767px){.shop-filter__sidebar-btn{display:flex;margin-right:0}}.shop-filter__sidebar-btn:before{content:"";font-family:"phosphor";font-size:24px;font-weight:400;margin-right:12px}.shop-filter__sidebar-btn:hover{cursor:pointer;color:rgba(0, 0, 0, 0.6);transition:all 0.3s}.shop-filter__sidebar-btn-toggle{border:2px solid #eee;border-radius:12px;color:#000;display:inline-flex;align-items:center;font-weight:600;padding:0 25px;height:48px;line-height:44px;text-transform:capitalize;transition:all 0.3s}@media screen and (max-width:767px){.shop-filter__sidebar-btn-toggle{display:flex}}.shop-filter__sidebar-btn-toggle:before{content:"";font-family:"phosphor";font-size:24px;font-weight:400;margin-right:12px}.shop-filter__sidebar-btn-toggle:hover{cursor:pointer;color:rgba(0, 0, 0, 0.6);transition:all 0.3s}.shop-filter__sidebar-btn-toggle.active{background-color:#000;border-color:#000;color:#fff;transition:all 0.3s}.shop-filter__sidebar-btn-toggle.active:before{content:"";font-family:"haruicons";font-weight:400}.shop-filter__layout{display:inline-flex;align-items:center;margin-left:30px}@media screen and (max-width:767px){.shop-filter__layout{margin-left:0}}.shop-filter__label{font-weight:500;color:#000;margin-right:10px}.shop-filter__grid,.shop-filter__list{position:relative;padding:0 5px}.shop-filter__grid:hover,.shop-filter__list:hover{cursor:pointer;color:rgba(0, 0, 0, 0.8)}.shop-filter__grid.active,.shop-filter__list.active{color:#000;pointer-events:none}.shop-filter__grid:before,.shop-filter__list:before{display:block;font-family:"phosphor";font-size:32px}.shop-filter__grid{padding-left:0}.shop-filter__grid:before{content:""}.shop-filter__list{padding-right:0}.shop-filter__list:before{content:""}.shop-filter__catalog{flex:1;display:flex;align-items:center}@media screen and (max-width:767px){.shop-filter__catalog{display:block}}.shop-filter.hidden-fixed{margin-bottom:10px}@media screen and (max-width:767px){.shop-filter.hidden-fixed .woocommerce-result-count{right:0;top:8px;bottom:auto}}@media screen and (max-width:767px){.shop-filter.hidden-fixed .shop-filter__catalog{display:inline-flex;margin-top:10px}}@media screen and (max-width:767px){.shop-filter.hidden-fixed .shop-filter__layout{margin-left:30px}}.shop-filter.hidden-toggle{margin-bottom:30px}@media screen and (max-width:767px){.shop-filter.hidden-toggle{display:flex}}.shop-filter.hidden-toggle .shop-filter__sidebar-btn-toggle{order:2}@media screen and (max-width:767px){.shop-filter.hidden-toggle .shop-filter__sidebar-btn-toggle{order:4;flex:0 0 100%;justify-content:center}}.shop-filter.hidden-toggle .shop-filter__catalog{order:1;flex:0 0 auto;margin-right:auto}.shop-filter.hidden-toggle .shop-filter__catalog .woocommerce-ordering{display:none}.shop-filter.hidden-toggle .shop-filter__layout{order:3}@media screen and (max-width:767px){.shop-filter.hidden-toggle .shop-filter__layout{flex:0 0 100%}}@media screen and (max-width:767px){.shop-filter.hidden-toggle .woocommerce-result-count{right:0;top:13px;bottom:auto}}@media screen and (max-width:767px){.shop-filter .woocommerce-result-count{position:absolute;right:0;bottom:16px}}.filters-area{padding-bottom:30px;padding-top:30px;margin-bottom:40px;border-bottom:1px solid #eee;border-top:1px solid #eee;display:none}.filters-area__content{display:flex;flex-wrap:wrap;margin:0 -15px -30px -15px}@media screen and (max-width:991px){.filters-area__content{margin:0 -8px}}.filters-area .widget{flex:0 0 25%;padding:0 15px}@media screen and (max-width:991px){.filters-area .widget{padding:0 8px;flex:0 0 50%}}@media screen and (max-width:767px){.filters-area .widget{flex:0 0 100%}}.filters-area .widget .widget-title{font-size:18px}@media screen and (max-width:1440px){.filters-area .widget .widget-title{font-size:17px}}@media screen and (max-width:1024px){.filters-area .widget .widget-title{font-size:16px}}.filters-area .haru-scroll-widget{max-height:200px}.filters-area .haru-widget-scroll ul{max-height:200px}.haru-active-filters{margin-top:-15px;margin-bottom:20px;min-height:1px}.haru-active-filters .haru-clear-filters{display:inline-block;vertical-align:middle;margin-bottom:5px;margin-right:15px;padding-right:15px;position:relative;text-transform:capitalize}.haru-active-filters .haru-clear-filters:after{content:"";position:absolute;right:-2px;top:50%;width:1px;height:16px;background-color:rgba(0, 0, 0, 0.4);transform:translateY(-50%)}.haru-active-filters .haru-clear-filters>a{position:relative;font-weight:600;font-size:14px;line-height:1;color:#000;transition:all 0.3s}.haru-active-filters .haru-clear-filters>a:before{content:"";font-family:"haruicons";font-weight:400;position:relative;bottom:-1px;margin-right:2px}.haru-active-filters .haru-clear-filters>a:hover{color:rgba(0, 0, 0, 0.5);transition:all 0.3s}.haru-active-filters .widget_layered_nav_filters{display:inline-block;vertical-align:middle;line-height:1}.haru-active-filters .widget_layered_nav_filters li{display:inline-block;margin-bottom:5px !important;margin-right:10px}.haru-active-filters .widget_layered_nav_filters a{padding:2px 10px;background-color:#f5f5f5;border-radius:3px}.haru-active-filters ul{list-style:none;padding:0;margin:0}.woocommerce-result-count{color:#000;margin:0}.woocommerce-ordering{display:inline-flex;align-items:center;flex-direction:row;flex-wrap:wrap;justify-content:center;vertical-align:middle;margin-left:auto}@media screen and (max-width:767px){.woocommerce-ordering{display:flex}}.woocommerce-ordering select{color:#000;cursor:pointer}.woocommerce-ordering select:focus{border-color:transparent}.archive-product .layout-grid{margin:0 -15px}@media screen and (max-width:991px){.archive-product .layout-grid{margin:0 -10px}}@media screen and (max-width:767px){.archive-product .layout-grid{margin:0 -8px}}.archive-product .layout-grid .product-item.product-category,.archive-product .layout-grid .product-item.style-1{padding:0 15px;margin-bottom:35px}@media screen and (max-width:991px){.archive-product .layout-grid .product-item.product-category,.archive-product .layout-grid .product-item.style-1{padding:0 10px}}@media screen and (max-width:767px){.archive-product .layout-grid .product-item.product-category,.archive-product .layout-grid .product-item.style-1{padding:0 8px}}.archive-product .layout-grid .product-item.style-2{padding:15px 15px 0 15px;margin-bottom:30px}@media screen and (max-width:991px){.archive-product .layout-grid .product-item.style-2{padding:10px 10px 0 10px}}@media screen and (max-width:767px){.archive-product .layout-grid .product-item.style-2{padding:8px 8px 0 8px}}.archive-product .layout-grid .product-short-description{display:none}.archive-product .layout-list .product-item.product-category,.archive-product .layout-list .product-item.style-1{margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid #eee}@media screen and (max-width:767px){.archive-product .layout-list .product-item.product-category,.archive-product .layout-list .product-item.style-1{padding-bottom:15px}}.archive-product .layout-list .product-item.product-category:last-child,.archive-product .layout-list .product-item.style-1:last-child{border:none;padding-bottom:0}.archive-product .layout-list .product-item.product-category.outofstock,.archive-product .layout-list .product-item.style-1.outofstock{padding-bottom:0}.archive-product .layout-list .product-item.product-category.outofstock .product-info,.archive-product .layout-list .product-item.style-1.outofstock .product-info{margin-bottom:0}.archive-product .layout-list .product-item.product-category .product-wrap,.archive-product .layout-list .product-item.style-1 .product-wrap{display:flex;align-items:start;flex-direction:row;flex-wrap:nowrap}@media screen and (max-width:767px){.archive-product .layout-list .product-item.product-category .product-wrap,.archive-product .layout-list .product-item.style-1 .product-wrap{display:block}}.archive-product .layout-list .product-item.product-category .product-top,.archive-product .layout-list .product-item.style-1 .product-top{flex:0 0 260px;margin-right:30px}@media screen and (max-width:1024px){.archive-product .layout-list .product-item.product-category .product-top,.archive-product .layout-list .product-item.style-1 .product-top{margin-right:25px}}@media screen and (max-width:991px){.archive-product .layout-list .product-item.product-category .product-top,.archive-product .layout-list .product-item.style-1 .product-top{margin-right:20px}}@media screen and (max-width:767px){.archive-product .layout-list .product-item.product-category .product-top,.archive-product .layout-list .product-item.style-1 .product-top{margin-right:0}}.archive-product .layout-list .product-item.product-category .woocommerce-loop-product__title,.archive-product .layout-list .product-item.style-1 .woocommerce-loop-product__title{margin-top:0;font-size:24px}@media screen and (max-width:1440px){.archive-product .layout-list .product-item.product-category .woocommerce-loop-product__title,.archive-product .layout-list .product-item.style-1 .woocommerce-loop-product__title{font-size:22px}}@media screen and (max-width:1024px){.archive-product .layout-list .product-item.product-category .woocommerce-loop-product__title,.archive-product .layout-list .product-item.style-1 .woocommerce-loop-product__title{font-size:20px}}@media screen and (max-width:991px){.archive-product .layout-list .product-item.product-category .woocommerce-loop-product__title,.archive-product .layout-list .product-item.style-1 .woocommerce-loop-product__title{font-size:18px}}.archive-product .layout-list .product-item.product-category .product-info,.archive-product .layout-list .product-item.style-1 .product-info{flex:1 1 auto}@media screen and (max-width:767px){.archive-product .layout-list .product-item.product-category .product-info,.archive-product .layout-list .product-item.style-1 .product-info{margin-top:20px;margin-bottom:15px}}.archive-product .layout-list .product-item.product-category .price,.archive-product .layout-list .product-item.style-1 .price{display:block;font-size:20px;padding-top:3px}@media screen and (max-width:1440px){.archive-product .layout-list .product-item.product-category .price,.archive-product .layout-list .product-item.style-1 .price{font-size:18px}}@media screen and (max-width:1024px){.archive-product .layout-list .product-item.product-category .price,.archive-product .layout-list .product-item.style-1 .price{font-size:16px}}.archive-product .layout-list .product-item.product-category .product-varations .haru-variations-list,.archive-product .layout-list .product-item.style-1 .product-varations .haru-variations-list{justify-content:flex-start}.archive-product .layout-list .product-item.product-category .product-short-description,.archive-product .layout-list .product-item.style-1 .product-short-description{display:block;margin-top:10px}.archive-product .layout-list .product-item.product-category .product-short-description:empty,.archive-product .layout-list .product-item.style-1 .product-short-description:empty{display:none}.archive-product .layout-list .product-item.product-category.has-rating .star-rating,.archive-product .layout-list .product-item.style-1.has-rating .star-rating{position:relative;left:0;top:0;opacity:1;visibility:visible;transform:none;margin:10px 0}.archive-product .layout-list .product-item.product-category.has-rating:hover .woocommerce-loop-product__title,.archive-product .layout-list .product-item.style-1.has-rating:hover .woocommerce-loop-product__title{opacity:1;visibility:visible;transform:none}.archive-product .layout-list .product-item.style-2{margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid #eee}@media screen and (max-width:767px){.archive-product .layout-list .product-item.style-2{padding-bottom:15px}}.archive-product .layout-list .product-item.style-2:last-child{border:none;padding-bottom:0}.archive-product .layout-list .product-item.style-2:before{display:none}.archive-product .layout-list .product-item.style-2.outofstock{padding-bottom:0}.archive-product .layout-list .product-item.style-2.outofstock .product-info{margin-bottom:0}.archive-product .layout-list .product-item.style-2 .product-wrap{display:flex;align-items:start;flex-direction:row;flex-wrap:nowrap}@media screen and (max-width:767px){.archive-product .layout-list .product-item.style-2 .product-wrap{display:block}}.archive-product .layout-list .product-item.style-2 .product-top{flex:0 0 260px;margin-right:30px}@media screen and (max-width:1024px){.archive-product .layout-list .product-item.style-2 .product-top{margin-right:25px}}@media screen and (max-width:991px){.archive-product .layout-list .product-item.style-2 .product-top{margin-right:20px}}@media screen and (max-width:767px){.archive-product .layout-list .product-item.style-2 .product-top{margin-right:0}}.archive-product .layout-list .product-item.style-2 .woocommerce-loop-product__title{margin-top:0;font-size:24px}@media screen and (max-width:1440px){.archive-product .layout-list .product-item.style-2 .woocommerce-loop-product__title{font-size:22px}}@media screen and (max-width:1024px){.archive-product .layout-list .product-item.style-2 .woocommerce-loop-product__title{font-size:20px}}@media screen and (max-width:991px){.archive-product .layout-list .product-item.style-2 .woocommerce-loop-product__title{font-size:18px}}@media screen and (max-width:767px){.archive-product .layout-list .product-item.style-2 .product-info{margin-top:20px;margin-bottom:15px}}.archive-product .layout-list .product-item.style-2 .price{display:block;font-size:20px;padding-top:3px}@media screen and (max-width:1440px){.archive-product .layout-list .product-item.style-2 .price{font-size:18px}}@media screen and (max-width:1024px){.archive-product .layout-list .product-item.style-2 .price{font-size:16px}}.archive-product .layout-list .product-item.style-2 .product-design{opacity:1;visibility:visible}.archive-product .layout-list .product-item.style-2 .product-short-description{display:block;margin-top:10px}.archive-product .layout-list .product-item.style-2 .product-short-description:empty{display:none}.archive-product .layout-list .product-item.style-2 .product-varations .haru-variations-list{justify-content:flex-start}.archive-product .layout-list .product-item.style-2.has-rating .star-rating{position:relative;left:0;top:0;opacity:1;visibility:visible;transform:none;margin:10px 0}.archive-product .layout-list .product-item.style-2.has-rating:hover .woocommerce-loop-product__title{opacity:1;visibility:visible;transform:none}.archive-product .layout-list .product-item.style-2:hover .product-wrap{transform:none}.archive-product .layout-list .product-item .product-varations .haru-variations-list .variation-color{width:26px;height:26px}.archive-product .layout-list .product-item .product-varations .haru-variations-list .variation-color .color-variation{width:20px;height:20px}.archive-product .layout-list .product-item .product-varations .haru-variations-list .variation-label{min-width:36px}.archive-product .layout-list .product-item .product-varations .haru-variations-list .variation-image img{max-width:30px}@media screen and (max-width:767px){.archive-product.subcategories .shop-filter{display:flex;margin-bottom:20px}}@media screen and (max-width:767px){.archive-product.subcategories .layout-list{display:flex;flex-wrap:wrap;margin:0 -8px}}@media screen and (max-width:767px){.archive-product.both .layout-list .product-item.product-category{width:100%;padding-left:0;padding-right:0}}@media screen and (max-width:767px){.archive-product.both .layout-list .product-item.product-category .woocommerce-loop-category__title{font-size:18px}}@media screen and (max-width:767px){.archive-product.both .layout-list .product-item.product-category .woocommerce-loop-category__count{font-size:16px}}.woocommerce-loop-category__title{font-size:18px;margin-top:10px;margin-bottom:5px;text-align:center;transition:all 0.3s}@media screen and (max-width:1440px){.woocommerce-loop-category__title{font-size:17px}}@media screen and (max-width:1024px){.woocommerce-loop-category__title{font-size:16px}}.woocommerce-loop-category__title:hover{color:#4B5C66;transition:all 0.3s}.woocommerce-loop-category__count{font-size:16px;text-align:center;transition:all 0.3s}@media screen and (max-width:1440px){.woocommerce-loop-category__count{font-size:15px}}@media screen and (max-width:1024px){.woocommerce-loop-category__count{font-size:14px}}@media screen and (max-width:767px){.layout-list .product-item.product-category{width:50%;padding-bottom:0 !important;border-bottom:0 !important;padding-left:8px;padding-right:8px;margin-bottom:35px !important}}.layout-list .product-item.product-category a{display:flex}@media screen and (max-width:767px){.layout-list .product-item.product-category a{display:block}}.layout-list .product-item.product-category img{flex:0 0 260px;max-width:260px;margin-right:30px}@media screen and (max-width:767px){.layout-list .product-item.product-category img{margin-right:0;max-width:100%}}.layout-list .product-item.product-category .woocommerce-loop-category__content{flex:1 1 auto}.layout-list .product-item.product-category .woocommerce-loop-category__title{margin-top:0;font-size:22px;text-align:left}@media screen and (max-width:1440px){.layout-list .product-item.product-category .woocommerce-loop-category__title{font-size:20px}}@media screen and (max-width:1024px){.layout-list .product-item.product-category .woocommerce-loop-category__title{font-size:18px}}@media screen and (max-width:767px){.layout-list .product-item.product-category .woocommerce-loop-category__title{font-size:16px;margin-top:10px;text-align:center}}.layout-list .product-item.product-category .woocommerce-loop-category__count{text-align:left}@media screen and (max-width:767px){.layout-list .product-item.product-category .woocommerce-loop-category__count{text-align:center}}.layout-list .product-item .product-actions .product-button--add-to-cart{display:none}.layout-list .product-info{text-align:left}.layout-list .product-info .product-button{text-transform:capitalize}.layout-list .product-info .product-button--add-to-cart{display:inline-block;margin-top:20px}.layout-list .product-info .product-button--add-to-cart .button{padding:0 35px}@media screen and (max-width:767px){.layout-list .product-info .product-button--add-to-cart .button{padding:0 30px}}.layout-list .product-info .product-button--add-to-cart .add_to_cart_button.added{display:none}.layout-list .product-info .product-button--add-to-cart .added_to_cart{border-radius:12px;background:#4B5C66;color:#fff;display:inline-block;font-weight:700;outline:none;border:none;height:48px;line-height:48px;padding:0 35px;transition:all 0.3s}@media screen and (max-width:767px){.layout-list .product-info .product-button--add-to-cart .added_to_cart{padding:0 30px}}.layout-list .product-info .product-button--add-to-cart .added_to_cart:hover{background-color:#354149;transition:all 0.3s}.layout-list .product-info .product-button .product_type_soldout{display:none}.layout-list .product-info .product-design{position:relative;display:inline-block;margin-left:15px;bottom:-1px}.layout-list .product-info .product-design .button{height:48px;line-height:48px;padding:0 35px}@media screen and (max-width:1440px){.layout-list .product-info .product-design .button{font-size:inherit}}@media screen and (max-width:767px){.layout-list .product-info .product-design .button{padding:0 30px}}.woocommerce-pagination{padding-top:50px;text-align:center}@media screen and (max-width:1440px){.woocommerce-pagination{padding-top:45px}}@media screen and (max-width:1024px){.woocommerce-pagination{padding-top:40px}}@media screen and (max-width:991px){.woocommerce-pagination{padding-top:35px}}@media screen and (max-width:767px){.woocommerce-pagination{padding-top:30px}}.woocommerce-pagination .page-numbers{border:none;padding:0;margin:0}.woocommerce-pagination .page-numbers li{display:inline-block;border:none}.woocommerce-pagination .page-numbers li span,.woocommerce-pagination .page-numbers li a{display:inline-block;padding:0 10px;color:#000;margin:0;width:40px;height:40px;line-height:40px;border-radius:50%;font-weight:700;transition:all 0.3s}@media screen and (max-width:767px){.woocommerce-pagination .page-numbers li span,.woocommerce-pagination .page-numbers li a{width:36px;height:36px;line-height:36px}}.woocommerce-pagination .page-numbers li span.next:before,.woocommerce-pagination .page-numbers li a.next:before{content:"";font-family:"phosphor"}.woocommerce-pagination .page-numbers li span.prev:before,.woocommerce-pagination .page-numbers li a.prev:before{content:"";font-family:"phosphor"}.woocommerce-pagination .page-numbers li span.current{background-color:#000;color:#fff}.woocommerce-pagination .page-numbers li a:hover,.woocommerce-pagination .page-numbers li a:focus{background:transparent;color:#4B5C66;transition:all 0.3s}html.hidden-sidebar-in{overflow-y:hidden}.archive-sidebar.hidden-sidebar{position:fixed;top:0;left:0;width:350px;height:100vh;background-color:#fff;z-index:102;transform:translateX(-100%);transition:all 0.3s}.archive-sidebar.hidden-sidebar.in{transform:translateX(0);transition:all 0.3s}.hidden-sidebar__header{padding:10px;border-bottom:1px solid #eee;height:50px;display:flex;align-items:center;justify-content:flex-end}.hidden-sidebar__close{display:inline-flex;align-items:center;color:#000;font-weight:500;transition:all 0.3s}.hidden-sidebar__close:before{content:"";font-family:"haruicons";font-weight:400;font-size:20px}.hidden-sidebar__close:hover{cursor:pointer;color:#4B5C66;transition:all 0.3s}.hidden-sidebar__content{padding:40px 0;height:calc(100% - 50px);overflow-y:auto}.hidden-sidebar__content aside{padding:0 30px 30px 30px;margin-bottom:30px;border-bottom:1px solid #eee}.hidden-sidebar__content aside:last-child{padding-bottom:0;margin-bottom:0;border-bottom:none}.admin-bar .archive-sidebar.hidden-sidebar{top:32px;height:calc(100vh - 32px)}@media screen and (max-width:782px){.admin-bar .archive-sidebar.hidden-sidebar{top:46px;height:calc(100vh - 46px)}}.hidden-sidebar-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.8);z-index:101;opacity:0;visibility:hidden;transition:all 0.3s}.hidden-sidebar-overlay.in{opacity:1;visibility:visible;transition:all 0.3s}.hidden-sidebar-overlay:hover{cursor:url(//adm-textile.fr/wp-content/uploads/assets/images/close-white.svg), auto}.archive-content.has-hidden-sidebar .woocommerce-result-count{margin-left:auto}.archive-content.has-hidden-sidebar .woocommerce-ordering{margin-left:25px}@media screen and (max-width:767px){.archive-content.has-hidden-sidebar .woocommerce-ordering{margin-left:0}}.hidden-on-desktop{display:none}@media screen and (max-width:991px){.hidden-on-desktop.shop-filter__sidebar-btn,.hidden-on-desktop.shop-filter__sidebar-btn-toggle{display:flex}}@media screen and (max-width:991px){.hidden-on-mobile{display:none}}.dark-mode .woocommerce-products-header .term-description{background:#333}.dark-mode .shop-filter__layout{border:1px solid #333}.dark-mode .woocommerce-ordering select{color:#fff}.dark-mode .archive-product .layout-list .product-item{border-bottom:1px solid #333}.dark-mode .archive-product .layout-list .product-item:last-child{border:none}.dark-mode .woocommerce-pagination .page-numbers li span,.dark-mode .woocommerce-pagination .page-numbers li a{color:#fff}.dark-mode .woocommerce-pagination .page-numbers li a:hover,.dark-mode .woocommerce-pagination .page-numbers li a:focus{color:#4B5C66}html.overflow-hidden{overflow:hidden}.haru-single-product .related,.haru-single-product .upsells{padding-top:60px;border-top:1px solid #eee}@media screen and (max-width:1440px){.haru-single-product .related,.haru-single-product .upsells{padding-top:50px}}@media screen and (max-width:1024px){.haru-single-product .related,.haru-single-product .upsells{padding-top:40px}}@media screen and (max-width:767px){.haru-single-product .related,.haru-single-product .upsells{margin-top:40px}}.haru-single-product .related .haru-heading,.haru-single-product .upsells .haru-heading{text-align:center}.haru-single-product .related .related-products,.haru-single-product .upsells .related-products{margin:0;padding:0}.haru-single-product .related .related-products .product,.haru-single-product .upsells .related-products .product{width:100%}.haru-single-product .related .haru-slick,.haru-single-product .upsells .haru-slick{padding:15px 0 0;margin:0 -15px}@media screen and (max-width:991px){.haru-single-product .related .haru-slick,.haru-single-product .upsells .haru-slick{padding:10px 0 0;margin:0 -10px}}@media screen and (max-width:767px){.haru-single-product .related .haru-slick,.haru-single-product .upsells .haru-slick{padding:5px 0 0;margin:0 -8px}}@media screen and (max-width:767px){.haru-single-product .related .haru-slick,.haru-single-product .upsells .haru-slick{max-width:calc(100vw - 16px)}}.haru-single-product .related .haru-slick .slick-slide,.haru-single-product .upsells .haru-slick .slick-slide{padding:0 15px}@media screen and (max-width:991px){.haru-single-product .related .haru-slick .slick-slide,.haru-single-product .upsells .haru-slick .slick-slide{padding:0 10px}}@media screen and (max-width:767px){.haru-single-product .related .haru-slick .slick-slide,.haru-single-product .upsells .haru-slick .slick-slide{padding:0 8px}}.haru-single-product .related .haru-slick .slick-next,.haru-single-product .upsells .haru-slick .slick-next{right:-60px}.haru-single-product .related .haru-slick .slick-prev,.haru-single-product .upsells .haru-slick .slick-prev{left:-60px}.haru-single-product .related .haru-slick .slick-dots,.haru-single-product .upsells .haru-slick .slick-dots{margin:20px 0 0}@media screen and (max-width:1440px){.haru-single-product .related .haru-slick .slick-dots,.haru-single-product .upsells .haru-slick .slick-dots{margin:15px 0 0}}@media screen and (max-width:1024px){.haru-single-product .related .haru-slick .slick-dots,.haru-single-product .upsells .haru-slick .slick-dots{margin:10px 0 0}}@media screen and (max-width:991px){.haru-single-product .related .haru-slick .slick-dots,.haru-single-product .upsells .haru-slick .slick-dots{margin:5px 0 0}}.haru-single-product .upsells{margin-top:40px}@media screen and (max-width:1440px){.haru-single-product .upsells{margin-top:30px}}@media screen and (max-width:767px){.haru-single-product .upsells{border-top:none;margin-top:0}}.haru-single-product .related{margin-top:60px}.single-product-top{display:flex;width:100%;margin-bottom:50px}@media screen and (max-width:767px){.single-product-top{display:block}}.single-product-top .slick-arrow.slick-prev,.single-product-top .slick-arrow.slick-next{background:none;border:none;color:transparent;cursor:pointer;display:block;font-size:0;line-height:0;outline:none;padding:0;position:absolute;top:50%;z-index:9;opacity:0;visibility:hidden;transition:all 0.3s}.single-product-top .slick-arrow.slick-prev:before,.single-product-top .slick-arrow.slick-next:before{color:#7E7E7E;line-height:1;opacity:1;font-family:"phosphor";font-weight:400;visibility:visible;transition:all 0.3s}.single-product-top .slick-arrow.slick-prev:hover:before,.single-product-top .slick-arrow.slick-next:hover:before{color:#4B5C66;transition:all 0.3s}.single-product-top .slick-arrow.slick-prev:before{content:""}.single-product-top .slick-arrow.slick-next:before{content:""}.single-product-top #product-images .slick-slide>div,.single-product-top #product-thumbnails .slick-slide>div{display:flex}.single-product-top #product-images:hover .slick-arrow.slick-prev,.single-product-top #product-images:hover .slick-arrow.slick-next,.single-product-top #product-thumbnails:hover .slick-arrow.slick-prev,.single-product-top #product-thumbnails:hover .slick-arrow.slick-next{opacity:1;visibility:visible;transition:all 0.3s}.single-product-top #product-images:hover .slick-arrow.slick-prev.slick-disabled,.single-product-top #product-images:hover .slick-arrow.slick-next.slick-disabled,.single-product-top #product-thumbnails:hover .slick-arrow.slick-prev.slick-disabled,.single-product-top #product-thumbnails:hover .slick-arrow.slick-next.slick-disabled{opacity:0.6}.single-product-top #product-images .slick-slide>div,.single-product-top #product-thumbnails .slick-slide>div{display:flex;align-items:flex-start}.single-product-top #product-images .product-image-item:hover{cursor:grab}.single-product-top #product-thumbnails .thumbnail-image{border-radius:5px}.single-product-top #product-thumbnails img{border-radius:5px}.single-product-top .single-product-image-wrap{width:50%;position:relative;overflow:hidden;padding-right:15px}@media screen and (max-width:767px){.single-product-top .single-product-image-wrap{width:100%;padding-right:0}}.single-product-top .single-product-image-wrap .product-label{z-index:9;left:20px;top:20px}@media screen and (max-width:1440px){.single-product-top .single-product-image-wrap .product-label{left:15px;top:15px}}@media screen and (max-width:767px){.single-product-top .single-product-image-wrap .product-label{left:10px;top:10px}}.single-product-top .single-product-image-wrap .product-label__item{font-size:15px;font-weight:600}@media screen and (max-width:1440px){.single-product-top .single-product-image-wrap .product-label__item{font-size:14px}}@media screen and (max-width:767px){.single-product-top .single-product-image-wrap .product-label__item{font-size:13px}}.single-product-top .single-product-image-wrap .product-images-actions{position:absolute;left:0;bottom:10px;padding:20px}.single-product-top .single-product-image-wrap .product-gallery-btn{display:flex;align-items:flex-start;flex-direction:column}.single-product-top .single-product-image-wrap .product-gallery-btn>a{background-color:#fff;font-size:14px;text-align:center;border-radius:30px;box-shadow:0px 0px 5px rgba(0, 0, 0, 0.08);display:flex;align-items:center;font-size:13px}.single-product-top .single-product-image-wrap .product-gallery-btn>a:before{width:48px;height:48px;line-height:48px;font-size:20px;font-weight:700}@media screen and (max-width:991px){.single-product-top .single-product-image-wrap .product-gallery-btn>a:before{width:40px;height:40px;line-height:40px;font-size:18px}}.single-product-top .single-product-image-wrap .product-gallery-btn>a>span{max-width:0;overflow:hidden;padding:0;white-space:nowrap;font-weight:600;transition:all 0.3s}.single-product-top .single-product-image-wrap .product-gallery-btn>a:hover>span{max-width:220px;padding-right:20px;transition:all 0.3s}.single-product-top .single-product-image-wrap .product-video{margin-bottom:10px}.single-product-top .single-product-image-wrap .product-video a:before{content:"";font-family:"haruicons";font-weight:400;position:relative;right:-1px}.single-product-top .single-product-image-wrap .product-gallery-enlarge a:before{content:"";font-family:"phosphor";font-weight:400}.single-product-top .single-product-image-wrap .single-product-image{position:relative}.single-product-top .single-product-image-wrap .product-images-wrap{position:relative;border-radius:12px;overflow:hidden}@media only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.single-product-top .single-product-image-wrap .product-images-wrap{-webkit-mask-image:-webkit-radial-gradient(white, black)}}.single-product-top .single-product-image-wrap.horizontal .product-image-item:focus,.single-product-top .single-product-image-wrap.horizontal .thumbnail-image:focus,.single-product-top .single-product-image-wrap.vertical .product-image-item:focus,.single-product-top .single-product-image-wrap.vertical .thumbnail-image:focus{outline:none}.single-product-top .single-product-image-wrap.horizontal .product-image-item:not(:first-child),.single-product-top .single-product-image-wrap.horizontal .thumbnail-image:not(:first-child),.single-product-top .single-product-image-wrap.vertical .product-image-item:not(:first-child),.single-product-top .single-product-image-wrap.vertical .thumbnail-image:not(:first-child){display:none}.single-product-top .single-product-image-wrap.horizontal #product-images.slick-initialized .product-image-item:not(:first-child),.single-product-top .single-product-image-wrap.horizontal #product-images.slick-initialized .thumbnail-image:not(:first-child),.single-product-top .single-product-image-wrap.horizontal #product-thumbnails.slick-initialized .product-image-item:not(:first-child),.single-product-top .single-product-image-wrap.horizontal #product-thumbnails.slick-initialized .thumbnail-image:not(:first-child),.single-product-top .single-product-image-wrap.vertical #product-images.slick-initialized .product-image-item:not(:first-child),.single-product-top .single-product-image-wrap.vertical #product-images.slick-initialized .thumbnail-image:not(:first-child),.single-product-top .single-product-image-wrap.vertical #product-thumbnails.slick-initialized .product-image-item:not(:first-child),.single-product-top .single-product-image-wrap.vertical #product-thumbnails.slick-initialized .thumbnail-image:not(:first-child){display:block}.single-product-top .single-product-image-wrap.horizontal #product-images:hover .slick-arrow.slick-prev,.single-product-top .single-product-image-wrap.vertical #product-images:hover .slick-arrow.slick-prev{left:35px}@media screen and (max-width:991px){.single-product-top .single-product-image-wrap.horizontal #product-images:hover .slick-arrow.slick-prev,.single-product-top .single-product-image-wrap.vertical #product-images:hover .slick-arrow.slick-prev{left:20px}}.single-product-top .single-product-image-wrap.horizontal #product-images:hover .slick-arrow.slick-next,.single-product-top .single-product-image-wrap.vertical #product-images:hover .slick-arrow.slick-next{right:35px}@media screen and (max-width:991px){.single-product-top .single-product-image-wrap.horizontal #product-images:hover .slick-arrow.slick-next,.single-product-top .single-product-image-wrap.vertical #product-images:hover .slick-arrow.slick-next{right:20px}}.single-product-top .single-product-image-wrap.horizontal #product-images .slick-arrow.slick-prev,.single-product-top .single-product-image-wrap.vertical #product-images .slick-arrow.slick-prev{left:10px;transform:translate(-50%, -50%)}.single-product-top .single-product-image-wrap.horizontal #product-images .slick-arrow.slick-next,.single-product-top .single-product-image-wrap.vertical #product-images .slick-arrow.slick-next{right:10px;transform:translate(50%, -50%)}.single-product-top .single-product-image-wrap.horizontal #product-images .slick-arrow.slick-prev:before,.single-product-top .single-product-image-wrap.horizontal #product-images .slick-arrow.slick-next:before,.single-product-top .single-product-image-wrap.vertical #product-images .slick-arrow.slick-prev:before,.single-product-top .single-product-image-wrap.vertical #product-images .slick-arrow.slick-next:before{font-size:42px}@media screen and (max-width:1440px){.single-product-top .single-product-image-wrap.horizontal #product-images .slick-arrow.slick-prev:before,.single-product-top .single-product-image-wrap.horizontal #product-images .slick-arrow.slick-next:before,.single-product-top .single-product-image-wrap.vertical #product-images .slick-arrow.slick-prev:before,.single-product-top .single-product-image-wrap.vertical #product-images .slick-arrow.slick-next:before{font-size:36px}}@media screen and (max-width:1024px){.single-product-top .single-product-image-wrap.horizontal #product-images .slick-arrow.slick-prev:before,.single-product-top .single-product-image-wrap.horizontal #product-images .slick-arrow.slick-next:before,.single-product-top .single-product-image-wrap.vertical #product-images .slick-arrow.slick-prev:before,.single-product-top .single-product-image-wrap.vertical #product-images .slick-arrow.slick-next:before{font-size:32px}}@media screen and (max-width:991px){.single-product-top .single-product-image-wrap.horizontal #product-images .slick-arrow.slick-prev:before,.single-product-top .single-product-image-wrap.horizontal #product-images .slick-arrow.slick-next:before,.single-product-top .single-product-image-wrap.vertical #product-images .slick-arrow.slick-prev:before,.single-product-top .single-product-image-wrap.vertical #product-images .slick-arrow.slick-next:before{font-size:28px}}@media screen and (max-width:991px){.single-product-top .single-product-image-wrap.horizontal #product-images .slick-arrow.slick-prev:before,.single-product-top .single-product-image-wrap.horizontal #product-images .slick-arrow.slick-next:before,.single-product-top .single-product-image-wrap.vertical #product-images .slick-arrow.slick-prev:before,.single-product-top .single-product-image-wrap.vertical #product-images .slick-arrow.slick-next:before{font-size:24px}}.single-product-top .single-product-image-wrap.horizontal #product-images .product-image-lightbox,.single-product-top .single-product-image-wrap.vertical #product-images .product-image-lightbox{display:none}.single-product-top .single-product-image-wrap.horizontal #product-thumbnails .woocommerce-thumbnail-image,.single-product-top .single-product-image-wrap.vertical #product-thumbnails .woocommerce-thumbnail-image{display:flex;align-items:flex-start}.single-product-top .single-product-image-wrap.horizontal #product-thumbnails .slick-arrow.slick-prev:before,.single-product-top .single-product-image-wrap.horizontal #product-thumbnails .slick-arrow.slick-next:before,.single-product-top .single-product-image-wrap.vertical #product-thumbnails .slick-arrow.slick-prev:before,.single-product-top .single-product-image-wrap.vertical #product-thumbnails .slick-arrow.slick-next:before{font-size:28px}@media screen and (max-width:1440px){.single-product-top .single-product-image-wrap.horizontal #product-thumbnails .slick-arrow.slick-prev:before,.single-product-top .single-product-image-wrap.horizontal #product-thumbnails .slick-arrow.slick-next:before,.single-product-top .single-product-image-wrap.vertical #product-thumbnails .slick-arrow.slick-prev:before,.single-product-top .single-product-image-wrap.vertical #product-thumbnails .slick-arrow.slick-next:before{font-size:26px}}@media screen and (max-width:1024px){.single-product-top .single-product-image-wrap.horizontal #product-thumbnails .slick-arrow.slick-prev:before,.single-product-top .single-product-image-wrap.horizontal #product-thumbnails .slick-arrow.slick-next:before,.single-product-top .single-product-image-wrap.vertical #product-thumbnails .slick-arrow.slick-prev:before,.single-product-top .single-product-image-wrap.vertical #product-thumbnails .slick-arrow.slick-next:before{font-size:24px}}@media screen and (max-width:991px){.single-product-top .single-product-image-wrap.horizontal #product-thumbnails .slick-arrow.slick-prev:before,.single-product-top .single-product-image-wrap.horizontal #product-thumbnails .slick-arrow.slick-next:before,.single-product-top .single-product-image-wrap.vertical #product-thumbnails .slick-arrow.slick-prev:before,.single-product-top .single-product-image-wrap.vertical #product-thumbnails .slick-arrow.slick-next:before{font-size:22px}}@media screen and (max-width:767px){.single-product-top .single-product-image-wrap.horizontal #product-thumbnails .slick-arrow.slick-prev:before,.single-product-top .single-product-image-wrap.horizontal #product-thumbnails .slick-arrow.slick-next:before,.single-product-top .single-product-image-wrap.vertical #product-thumbnails .slick-arrow.slick-prev:before,.single-product-top .single-product-image-wrap.vertical #product-thumbnails .slick-arrow.slick-next:before{font-size:20px}}.single-product-top .single-product-image-wrap.horizontal #product-thumbnails .slick-slide img,.single-product-top .single-product-image-wrap.vertical #product-thumbnails .slick-slide img{border:1px solid transparent;opacity:0.6;transition:all 0.3s}.single-product-top .single-product-image-wrap.horizontal #product-thumbnails .slick-slide.slick-current img,.single-product-top .single-product-image-wrap.vertical #product-thumbnails .slick-slide.slick-current img{border:1px solid #000;opacity:1;transition:all 0.3s}.single-product-top .single-product-image-wrap.horizontal #product-thumbnails{margin:20px -5px 1px -5px}@media screen and (max-width:991px){.single-product-top .single-product-image-wrap.horizontal #product-thumbnails{margin:10px -3px 1px -3px}}.single-product-top .single-product-image-wrap.horizontal #product-thumbnails:hover .slick-arrow.slick-prev{left:25px}.single-product-top .single-product-image-wrap.horizontal #product-thumbnails:hover .slick-arrow.slick-next{right:25px}.single-product-top .single-product-image-wrap.horizontal #product-thumbnails .slick-arrow.slick-prev{left:10px;transform:translate(-50%, -50%)}.single-product-top .single-product-image-wrap.horizontal #product-thumbnails .slick-arrow.slick-next{right:10px;transform:translate(50%, -50%)}.single-product-top .single-product-image-wrap.horizontal #product-thumbnails .slick-slide{padding:0 5px}@media screen and (max-width:991px){.single-product-top .single-product-image-wrap.horizontal #product-thumbnails .slick-slide{padding:0 3px}}.single-product-top .single-product-image-wrap.vertical.thumbnail-left .product-images-wrap{margin-left:100px}@media screen and (max-width:991px){.single-product-top .single-product-image-wrap.vertical.thumbnail-left .product-images-wrap{margin-left:97px}}.single-product-top .single-product-image-wrap.vertical.thumbnail-left .product-thumbnails-wrap{position:absolute;left:0;top:0;width:90px;height:100%}.single-product-top .single-product-image-wrap.vertical.thumbnail-left .product-label{left:110px}@media screen and (max-width:991px){.single-product-top .single-product-image-wrap.vertical.thumbnail-left .product-label{left:107px}}.single-product-top .single-product-image-wrap.vertical.thumbnail-right .product-images-wrap{margin-right:100px}@media screen and (max-width:991px){.single-product-top .single-product-image-wrap.vertical.thumbnail-right .product-images-wrap{margin-right:97px}}.single-product-top .single-product-image-wrap.vertical.thumbnail-right .product-thumbnails-wrap{position:absolute;right:0;top:0;width:90px;height:100%}.single-product-top .single-product-image-wrap.vertical #product-thumbnails{margin:-5px 0}@media screen and (max-width:991px){.single-product-top .single-product-image-wrap.vertical #product-thumbnails{margin:-3px 0}}.single-product-top .single-product-image-wrap.vertical #product-thumbnails .slick-slide{border:none;padding:5px 0}@media screen and (max-width:991px){.single-product-top .single-product-image-wrap.vertical #product-thumbnails .slick-slide{padding:3px 0}}.single-product-top .single-product-image-wrap.vertical #product-thumbnails:hover .slick-arrow.slick-prev{top:10px}@media screen and (max-width:991px){.single-product-top .single-product-image-wrap.vertical #product-thumbnails:hover .slick-arrow.slick-prev{top:5px}}.single-product-top .single-product-image-wrap.vertical #product-thumbnails:hover .slick-arrow.slick-next{bottom:10px}@media screen and (max-width:991px){.single-product-top .single-product-image-wrap.vertical #product-thumbnails:hover .slick-arrow.slick-next{bottom:5px}}.single-product-top .single-product-image-wrap.vertical #product-thumbnails .slick-arrow.slick-prev{top:0;bottom:auto;left:50%;transform:translateX(-50%) rotate(90deg)}.single-product-top .single-product-image-wrap.vertical #product-thumbnails .slick-arrow.slick-next{bottom:0;top:auto;left:50%;transform:translateX(-50%) rotate(90deg)}.single-product-top .single-product-image-wrap.vertical_gallery .product-images-wrap{margin-left:110px}.single-product-top .single-product-image-wrap.vertical_gallery #product-images .product-image-item{display:flex;align-items:flex-start;position:relative;margin-bottom:10px}.single-product-top .single-product-image-wrap.vertical_gallery #product-images .product-image-item .product-image-lightbox{width:36px;height:36px;font-size:16px;line-height:36px;text-align:center;background-color:#fff;position:absolute;right:20px;top:20px;z-index:9;opacity:0;transition:all 0.3s;border-radius:50%;box-shadow:0 0 29px 0 rgba(0, 0, 0, 0.3);display:none}.single-product-top .single-product-image-wrap.vertical_gallery .product-label{left:120px}.single-product-top .single-product-image-wrap.vertical_gallery .product-thumbnails-wrap{position:absolute;top:0;left:0;width:100px;height:100%}.single-product-top .single-product-image-wrap.vertical_gallery #product-thumbnails .woocommerce-thumbnail-image{display:flex;align-items:flex-start}.single-product-top .single-product-image-wrap.vertical_gallery #product-thumbnails .thumbnail-image{border:1px solid transparent;margin-bottom:10px}.single-product-top .single-product-image-wrap.vertical_gallery #product-thumbnails .thumbnail-image.current{border:1px solid #000}.single-product-top .single-product-image-wrap.grid_gallery .product-label{right:30px;left:auto}.single-product-top .single-product-image-wrap.grid_gallery .product-images-wrap{border-radius:0}.single-product-top .single-product-image-wrap.grid_gallery #product-images{display:flex;flex-wrap:wrap;flex-direction:row;margin-left:-5px;margin-right:-5px}@media screen and (max-width:991px){.single-product-top .single-product-image-wrap.grid_gallery #product-images{margin-left:-3px;margin-right:-3px}}.single-product-top .single-product-image-wrap.grid_gallery #product-images .product-image-item{flex:0 0 50%;padding-right:5px;padding-left:5px;max-width:50%;position:relative;display:flex;margin-bottom:10px}@media screen and (max-width:991px){.single-product-top .single-product-image-wrap.grid_gallery #product-images .product-image-item{padding-right:3px;padding-left:3px;margin-bottom:6px}}.single-product-top .single-product-image-wrap.grid_gallery #product-images .product-image-item:hover{cursor:auto}.single-product-top .single-product-image-wrap.grid_gallery #product-images .product-image-item:first-child{flex:0 0 100%;max-width:100%}.single-product-top .single-product-image-wrap.grid_gallery #product-images .product-image-item img{border-radius:12px}.single-product-top .single-product-image-wrap.grid_gallery #product-images .product-image-lightbox{position:absolute;width:100%;height:100%;top:0;left:0}.single-product-top .single-product-image-wrap.grid_gallery .product-images-actions{bottom:auto;top:0}.single-product-top .single-product-summary{position:relative;width:50%;padding-left:15px}@media screen and (max-width:767px){.single-product-top .single-product-summary{width:100%;padding-left:0;margin-top:20px}}@media screen and (max-width:767px){.single-product-top .entry-summary{padding-top:0 !important}}.single-product-top.horizontal.sticky,.single-product-top.vertical.sticky{margin-bottom:60px}@media screen and (max-width:1440px){.single-product-top.horizontal.sticky,.single-product-top.vertical.sticky{margin-bottom:50px}}@media screen and (max-width:1024px){.single-product-top.horizontal.sticky,.single-product-top.vertical.sticky{margin-bottom:40px}}@media screen and (max-width:767px){.single-product-top.horizontal.sticky,.single-product-top.vertical.sticky{margin-bottom:30px}}.single-product-top.horizontal.sticky .single-product-image-content,.single-product-top.vertical.sticky .single-product-image-content{padding-bottom:20px}.single-product-top.horizontal.sticky .single-product-summary,.single-product-top.vertical.sticky .single-product-summary{padding-bottom:20px}.single-product-top.horizontal.sticky .woocommerce-tabs,.single-product-top.vertical.sticky .woocommerce-tabs{border-top:1px solid #eee;margin-top:30px}.single-product-top.horizontal.sticky .woocommerce-tabs .tabs,.single-product-top.vertical.sticky .woocommerce-tabs .tabs{display:none}.single-product-top.horizontal.sticky .woocommerce-tabs .haru-woocommerce-tab,.single-product-top.vertical.sticky .woocommerce-tabs .haru-woocommerce-tab{border-bottom:1px solid #eee}.single-product-top.horizontal.sticky .woocommerce-tabs .haru-accordion-title,.single-product-top.vertical.sticky .woocommerce-tabs .haru-accordion-title{display:block;font-weight:700;font-size:18px;text-transform:none}@media screen and (max-width:1440px){.single-product-top.horizontal.sticky .woocommerce-tabs .haru-accordion-title,.single-product-top.vertical.sticky .woocommerce-tabs .haru-accordion-title{font-size:17px}}@media screen and (max-width:1024px){.single-product-top.horizontal.sticky .woocommerce-tabs .haru-accordion-title,.single-product-top.vertical.sticky .woocommerce-tabs .haru-accordion-title{font-size:16px}}.single-product-top .product_title{font-size:32px;font-weight:700;margin-top:0;margin-bottom:15px}@media screen and (max-width:1440px){.single-product-top .product_title{font-size:30px}}@media screen and (max-width:1024px){.single-product-top .product_title{font-size:28px}}@media screen and (max-width:991px){.single-product-top .product_title{font-size:26px}}@media screen and (max-width:767px){.single-product-top .product_title{font-size:24px}}.single-product-top .woocommerce-product-rating{display:flex;align-items:center;padding:0 0 15px}.single-product-top .woocommerce-product-rating .star-rating{margin-right:6px;margin-bottom:-3px}.single-product-top .woocommerce-review-link{color:#9B9B9B;transition:all 0.3s}.single-product-top .woocommerce-review-link:hover{color:#4B5C66;transition:all 0.3s}.single-product-top .out-of-stock{color:#4B5C66;font-weight:600}.single-product-top .price{font-size:24px}@media screen and (max-width:1440px){.single-product-top .price{font-size:22px}}@media screen and (max-width:1024px){.single-product-top .price{font-size:20px}}@media screen and (max-width:991px){.single-product-top .price{font-size:18px}}@media screen and (max-width:767px){.single-product-top .price{font-size:16px}}.single-product-top .price .amount{font-weight:600}.single-product-top .price del{margin-left:6px}.single-product-top .woocommerce-product-details__short-description{padding-bottom:5px}.single-product-top .product-size-guide .product-size-guide-link{color:#000;display:inline-flex;align-items:center;font-weight:600;font-size:14px;transition:all 0.3s;text-decoration:underline}.single-product-top .product-size-guide .product-size-guide-link:hover{color:#4B5C66;transition:all 0.3s}.single-product-top .product-size-guide .product-size-guide-link:before{content:"";font-family:"phosphor";margin-right:6px;font-size:18px;position:relative;top:-1px;display:none}.single-product-top .woocommerce-grouped-product-list{margin-bottom:30px}.single-product-top .woocommerce-grouped-product-list tr td:first-child{padding-left:0}.single-product-top .woocommerce-grouped-product-list-item__label a{font-weight:600;color:#000000}.single-product-top .woocommerce-grouped-product-list-item__label a:hover{color:#4B5C66;transition:all 0.3s}.single-product-top form.cart{margin-top:15px;margin-bottom:10px}.single-product-top form.cart:before,.single-product-top form.cart:after{display:table;content:""}.single-product-top form.cart:after{clear:both}.single-product-top form.cart .hide{display:none}.single-product-top form.cart table.variations{border:none;margin-bottom:10px}.single-product-top form.cart table.variations th,.single-product-top form.cart table.variations td{border:none}.single-product-top form.cart table.variations .label{width:100px}.single-product-top form.cart table.variations label{color:#000;font-weight:600}.single-product-top form.cart table.variations td{padding:5px 0 10px 0}.single-product-top form.cart table.variations select{background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 6L8 11L3 6' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");color:#000}.single-product-top form.cart table.variations tr{display:flex;flex-wrap:wrap;margin-bottom:15px}.single-product-top form.cart table.variations tr:last-child{margin-bottom:0;margin-top:-15px}.single-product-top form.cart table.variations tr:last-child td{padding:0}.single-product-top form.cart table.variations tr:last-child .label{display:none}.single-product-top form.cart table.variations .selected-value{color:#9B9B9B;font-size:14px;font-weight:700;text-transform:uppercase}.single-product-top form.cart table.variations .selected-value:not(:empty):before{content:":";color:#000;margin-right:8px}.single-product-top form.cart table.variations .label{width:100%}.single-product-top form.cart table.variations .value{width:100%}.single-product-top form.cart table.variations .reset_variations{color:#000;font-size:13px;transition:all 0.3s}.single-product-top form.cart table.variations .reset_variations:hover{transition:all 0.3s}.single-product-top form.cart table.variations .reset_variations:before{content:"";font-family:"haruicons";font-weight:700;display:inline-block;margin-right:5px;position:relative;bottom:-2px}.single-product-top form.cart table.variations .variable-attribute-wrap{padding:0;margin:0;list-style:none;display:flex;flex-wrap:wrap;align-items:center}.single-product-top form.cart table.variations .variable-attribute-wrap>li{cursor:pointer;display:flex;align-items:flex-start;justify-content:center;position:relative}.single-product-top form.cart table.variations .variable-attribute-wrap>li:hover .button-tooltip{opacity:1;visibility:visible;transform:translate(-50%, -5px);transition:all 300ms ease-in-out 0s}.single-product-top form.cart table.variations .variable-attribute-wrap>li.haru-li-disabled{cursor:not-allowed}.single-product-top form.cart table.variations .variable-attribute-wrap>li.haru-li-disabled:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) calc(50% - 1px), rgba(185, 185, 185, 0.3) 50%, rgba(0, 0, 0, 0) calc(50% + 1px), rgba(0, 0, 0, 0) 100%);z-index:2}.single-product-top form.cart table.variations .variable-attribute-wrap>li.haru-li-disabled:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(255, 255, 255, 0.8);z-index:1}.single-product-top form.cart table.variations .variable-attribute-wrap>li .button-tooltip{padding:3px 5px;position:absolute;text-transform:none;min-width:60px;opacity:0;text-align:center;visibility:hidden;bottom:calc(100% + 2px);left:50%;background:#555;color:#fff;font-size:12px;line-height:20px;font-weight:normal;border-radius:3px;transform:translate(-50%, 0)}.single-product-top form.cart table.variations .variable-attribute-wrap>li .button-tooltip:after{width:0;height:0;position:absolute;bottom:-6px;left:50%;content:"";border-left:5px solid transparent;border-right:5px solid transparent;border-top:7px solid #555;transform:translate(-50%, 0)}.single-product-top form.cart table.variations .variable-attribute-wrap.color-attribute-wrap{margin-bottom:-12px}.single-product-top form.cart table.variations .variable-attribute-wrap.color-attribute-wrap>li{width:24px;height:24px;margin-right:16px;margin-bottom:12px;border-radius:50%}.single-product-top form.cart table.variations .variable-attribute-wrap.color-attribute-wrap>li:last-child{margin-right:0}.single-product-top form.cart table.variations .variable-attribute-wrap.color-attribute-wrap>li.selected:before{border:1px solid #000}.single-product-top form.cart table.variations .variable-attribute-wrap.color-attribute-wrap>li:before{content:"";position:absolute;width:30px;height:30px;border:1px solid #cdcdcd;top:-3px;left:-3px;border-radius:50%}.single-product-top form.cart table.variations .variable-attribute-wrap.label-attribute-wrap>li{font-weight:600;background-color:#f5f5f5;border:1px solid #f5f5f5;border-radius:3px;font-size:15px;margin-right:5px;margin-bottom:5px;height:36px;line-height:34px;padding:0 15px;min-width:48px;transition:all 0.3s}@media screen and (max-width:1024px){.single-product-top form.cart table.variations .variable-attribute-wrap.label-attribute-wrap>li{font-size:14px}}.single-product-top form.cart table.variations .variable-attribute-wrap.label-attribute-wrap>li:last-child{margin-right:0}.single-product-top form.cart table.variations .variable-attribute-wrap.label-attribute-wrap>li.selected{border:1px solid #000;color:#000}.single-product-top form.cart table.variations .variable-attribute-wrap.label-attribute-wrap>li:hover{color:#000;transition:all 0.3s}.single-product-top form.cart table.variations .variable-attribute-wrap.image-attribute-wrap>li{max-width:60px;margin-right:5px;padding:3px;border:1px solid #eee;border-radius:3px}.single-product-top form.cart table.variations .variable-attribute-wrap.image-attribute-wrap>li:last-child{margin-right:0}.single-product-top form.cart table.variations .variable-attribute-wrap.image-attribute-wrap>li.selected{border:1px solid #000}.single-product-top form.cart table.variations .variable-attribute-wrap.image-attribute-wrap>li img{border-radius:3px}.single-product-top form.cart .quantity{float:left;margin-right:10px}.single-product-top form.cart .quantity .screen-reader-text{display:none}.single-product-top form.cart .quantity .input-button{height:46px;font-size:18px;padding:0 10px}.single-product-top form.cart .quantity input[type="number"]{font-size:18px;font-weight:700;width:60px;height:46px}.single-product-top form.cart .single_add_to_cart_button{float:left;height:48px;padding:0 20px;width:100%;max-width:calc(100% - 136px)}.single-product-top form.cart .woocommerce-variation-price{margin-bottom:20px}.single-product-top form.cart .woocommerce-variation-price span.price{border:none}.single-product-top form.cart .woocommerce-variation-price span.price del{margin-left:6px}.single-product-top form.cart .woocommerce-variation-price span.price ins{text-decoration:none}.single-product-top form.cart.grouped_form .single_add_to_cart_button{max-width:100%}.single-product-top .product-button{position:relative;float:left;margin-top:12px}.single-product-top .product-button a .button-tooltip{font-size:16px;font-weight:700}@media screen and (max-width:1440px){.single-product-top .product-button a .button-tooltip{font-size:14px}}.single-product-top .product-button--wishlist{width:auto;float:left}.single-product-top .product-button--wishlist a{height:48px;line-height:48px;padding:0;display:inline-flex;align-items:center;background:transparent;color:#000;transition:all 0.3s}.single-product-top .product-button--wishlist a:before{content:"";font-family:"phosphor";font-size:24px;font-weight:400;margin-right:10px}@media screen and (max-width:1440px){.single-product-top .product-button--wishlist a:before{font-size:22px}}@media screen and (max-width:1024px){.single-product-top .product-button--wishlist a:before{font-size:20px}}.single-product-top .product-button--wishlist a:hover{color:#4B5C66;transition:all 0.3s}.single-product-top .product-button--wishlist i{display:none}.single-product-top .product-button--wishlist img{display:none}.single-product-top .product-button--wishlist span:not(.haru-tooltip){display:none}.single-product-top .product-button--wishlist .feedback{display:none}.single-product-top .product-button--wishlist .yith-wcwl-add-to-wishlist{margin-top:0}.single-product-top .product-button--wishlist .yith-wcwl-wishlistaddedbrowse a,.single-product-top .product-button--wishlist .yith-wcwl-wishlistexistsbrowse a{color:#4B5C66;font-size:0}.single-product-top .product-button--compare{margin-left:40px}.single-product-top .product-button--compare a.button{display:inline-flex;padding:0;height:48px;line-height:48px;background:transparent;text-align:center;color:#000;transition:all 0.3s}.single-product-top .product-button--compare a.button:before{content:"";font-family:"phosphor";font-size:24px;font-weight:400;margin-right:10px}@media screen and (max-width:1440px){.single-product-top .product-button--compare a.button:before{font-size:22px}}@media screen and (max-width:1024px){.single-product-top .product-button--compare a.button:before{font-size:20px}}.single-product-top .product-button--compare a.button.added{color:#4B5C66;transition:all 0.3s}.single-product-top .product-button--compare a.button:hover{background:transparent;color:#4B5C66;transition:all 0.3s}.single-product-top .single-product-summary .product_type_customizable{display:inline-flex;justify-content:center;background-color:#fff;border:2px solid #eee;color:#000;border-radius:12px;line-height:46px}.single-product-top .single-product-summary .product_type_customizable:hover{background-color:#4B5C66;border:2px solid #4B5C66}.single-product-top .single-product-summary .product_type_customizable:before{content:"";font-family:"phosphor";font-size:16px;font-weight:600;margin-right:5px;position:relative;bottom:-1px}.single-product-top .product_meta{margin-top:15px;border-top:1px solid #eee;padding-top:20px}.single-product-top .product_meta>span{display:block;margin-bottom:10px}.single-product-top .product_meta>span.devide_sign{font-weight:400}.single-product-top .product_meta .sku_wrapper .label,.single-product-top .product_meta .posted_in .label,.single-product-top .product_meta .tagged_as .label{color:#000;display:inline-block;font-weight:500;padding:0 5px 0 0;text-transform:capitalize}.single-product-top .haru-social-share__list li a{font-size:15px}.single-product-top .haru-social-share__label{display:inline-block;margin-right:5px}.product-customize.product form.cart .button.product_type_customizable{width:100%;max-width:calc(100% - 136px)}.product-customize.product form.cart .single_add_to_cart_button{width:100%;max-width:100%;margin-top:20px}.product-type-external.product form.cart .single_add_to_cart_button{max-width:100%}.single-product-bottom{margin-bottom:20px}.single-product-bottom #reviews{padding:0 15%}@media screen and (max-width:767px){.single-product-bottom #reviews{padding:0}}@media screen and (max-width:767px){.woocommerce-tabs{border-top:2px solid #eee}}.woocommerce-tabs .tabs{margin:0 0 20px 0;padding:0;list-style:none;text-align:center;border-bottom:1px solid #eee}@media screen and (max-width:767px){.woocommerce-tabs .tabs{display:none}}.woocommerce-tabs .tabs li{display:inline-block;margin:0 15px}.woocommerce-tabs .tabs li:first-child{margin-left:0}.woocommerce-tabs .tabs li:last-child{margin-right:0}.woocommerce-tabs .tabs li.active a{color:#000}.woocommerce-tabs .tabs li.active a:before{content:"";position:absolute;width:100%;height:2px;bottom:-1px;left:0;background-color:#000}.woocommerce-tabs .tabs li a{display:block;font-size:20px;font-weight:700;padding:10px 0;position:relative;transition:all 0.3s}@media screen and (max-width:1440px){.woocommerce-tabs .tabs li a{font-size:19px}}@media screen and (max-width:1024px){.woocommerce-tabs .tabs li a{font-size:18px}}@media screen and (max-width:991px){.woocommerce-tabs .tabs li a{font-size:17px}}@media screen and (max-width:767px){.woocommerce-tabs .tabs li a{font-size:16px}}.woocommerce-tabs .tabs li a:hover{color:#000;transition:all 0.3s}.woocommerce-tabs .woocommerce-Tabs-panel{padding:20px 0 10px}@media screen and (max-width:1440px){.woocommerce-tabs .woocommerce-Tabs-panel{padding:15px 0 5px}}@media screen and (max-width:1024px){.woocommerce-tabs .woocommerce-Tabs-panel{padding:10px 0 0}}@media screen and (max-width:991px){.woocommerce-tabs .woocommerce-Tabs-panel{padding:5px 0 15px}}.woocommerce-tabs .woocommerce-Tabs-panel .elementor-widget-text-editor{font-family:DM Sans;font-weight:500}.woocommerce-tabs .woocommerce-Tabs-panel .elementor-widget-text-editor .elementor-widget-container ul{padding:0;margin:0;list-style:none}.woocommerce-tabs .woocommerce-Tabs-panel .elementor-widget-text-editor .elementor-widget-container ul li{line-height:2}.woocommerce-tabs .woocommerce-Tabs-panel .elementor-widget-text-editor .elementor-widget-container ul li:before{content:"";font-family:"phosphor";font-size:12px;margin-right:6px}.woocommerce-tabs .woocommerce-Tabs-panel>h2:first-child{display:none;font-size:16px;font-weight:400;color:#4B5C66;text-transform:uppercase;padding-bottom:30px}.woocommerce-tabs .woocommerce-Tabs-panel p{line-height:1.8}@media screen and (max-width:767px){.woocommerce-tabs .haru-woocommerce-tab{border-bottom:1px solid #eee}}.woocommerce-tabs .haru-accordion-title{position:relative;padding:15px 0;color:#000;font-size:15px;font-weight:600;text-transform:uppercase;display:none}@media screen and (max-width:767px){.woocommerce-tabs .haru-accordion-title{display:block}}.woocommerce-tabs .haru-accordion-title:before{content:"";font-family:"haruicons";font-weight:400;font-size:20px;position:absolute;right:0;top:50%;transform:translateY(-50%) rotate(0);transition:all 0.3s}.woocommerce-tabs .haru-accordion-title.active{color:#4B5C66}.woocommerce-tabs .haru-accordion-title.active:before{transform:translateY(-50%) rotate(180deg);transition:all 0.3s}.woocommerce-tabs #tab-additional_information .shop_attributes{margin:0 auto 10px auto;border:none;width:100%;max-width:600px}.woocommerce-tabs #tab-additional_information .shop_attributes th,.woocommerce-tabs #tab-additional_information .shop_attributes td{border:none;border-bottom:1px solid #eee;padding:10px;padding-right:0;padding-left:0}.woocommerce-tabs #tab-additional_information .shop_attributes th p,.woocommerce-tabs #tab-additional_information .shop_attributes td p{margin-bottom:0}.woocommerce-tabs #tab-additional_information .shop_attributes th{color:#000000;font-weight:600;text-align:left}.woocommerce-tabs #tab-additional_information .shop_attributes td{text-align:right}.woocommerce-tabs #tab-additional_information .shop_attributes tr:last-child th,.woocommerce-tabs #tab-additional_information .shop_attributes tr:last-child td{border:none}.woocommerce-tabs .woocommerce-Reviews .required{color:#d82329}.woocommerce-tabs .woocommerce-Reviews label{color:#000000;display:block;margin-bottom:5px;font-weight:500}.woocommerce-tabs .woocommerce-Reviews #comments{margin-top:0;padding-bottom:15px;border-bottom:1px solid #eee}.woocommerce-tabs .woocommerce-Reviews #comments .woocommerce-Reviews-title{font-size:20px;font-weight:600;padding-bottom:20px;margin-top:0}@media screen and (max-width:1440px){.woocommerce-tabs .woocommerce-Reviews #comments .woocommerce-Reviews-title{font-size:19px}}@media screen and (max-width:1024px){.woocommerce-tabs .woocommerce-Reviews #comments .woocommerce-Reviews-title{font-size:18px}}@media screen and (max-width:991px){.woocommerce-tabs .woocommerce-Reviews #comments .woocommerce-Reviews-title{font-size:16px}}@media screen and (max-width:767px){.woocommerce-tabs .woocommerce-Reviews #comments .woocommerce-Reviews-title{font-size:16px}}.woocommerce-tabs .woocommerce-Reviews #comments .commentlist{padding:0;margin:0;list-style:none}.woocommerce-tabs .woocommerce-Reviews #comments .commentlist .comment_container{display:flex;align-items:flex-start;flex-direction:row;padding:15px 0}@media screen and (max-width:991px){.woocommerce-tabs .woocommerce-Reviews #comments .commentlist .comment_container{padding:10px 0}}.woocommerce-tabs .woocommerce-Reviews #comments .commentlist .comment_container img{border:none;margin-right:20px;flex:0 0 70px;border-radius:50%}@media screen and (max-width:991px){.woocommerce-tabs .woocommerce-Reviews #comments .commentlist .comment_container img{flex:0 0 60px;margin-right:15px}}.woocommerce-tabs .woocommerce-Reviews #comments .commentlist .comment_container .comment-text{display:flex;flex:1 1 auto;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.woocommerce-tabs .woocommerce-Reviews #comments .commentlist .comment_container .comment-text .star-rating{order:2;margin-right:0}.woocommerce-tabs .woocommerce-Reviews #comments .commentlist .comment_container .comment-text .meta{font-size:14px;order:1;margin-bottom:10px}@media screen and (max-width:991px){.woocommerce-tabs .woocommerce-Reviews #comments .commentlist .comment_container .comment-text .meta{margin-bottom:5px}}.woocommerce-tabs .woocommerce-Reviews #comments .commentlist .comment_container .comment-text .meta time{font-style:italic}.woocommerce-tabs .woocommerce-Reviews #comments .commentlist .comment_container .comment-text .woocommerce-review__author{color:#000000}.woocommerce-tabs .woocommerce-Reviews #comments .commentlist .comment_container .comment-text .description{flex:1 1 100%;order:3;margin-bottom:0;max-width:100%;line-height:1.6}.woocommerce-tabs .woocommerce-Reviews #comments .commentlist .children{list-style:none;padding-left:30px}@media screen and (max-width:991px){.woocommerce-tabs .woocommerce-Reviews #comments .commentlist .children{padding-left:25px}}@media screen and (max-width:767px){.woocommerce-tabs .woocommerce-Reviews #comments .commentlist .children{padding-left:20px}}.woocommerce-tabs .woocommerce-Reviews #review_form_wrapper{margin-top:30px}.woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-reply-title{color:#000;display:block;margin-bottom:15px;font-weight:600;font-size:20px}@media screen and (max-width:1440px){.woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-reply-title{font-size:19px}}@media screen and (max-width:1024px){.woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-reply-title{font-size:18px}}@media screen and (max-width:991px){.woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-reply-title{font-size:17px}}@media screen and (max-width:767px){.woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-reply-title{font-size:16px}}.woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-form .comment-form-rating{margin:15px 0}.woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-form .comment-form-rating label[for=rating]{display:inline-block;margin-bottom:0}.woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-form .comment-form-rating .stars{display:inline-block;margin:0 0 0 20px;line-height:1.3}.woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-form .comment-form-comment{margin:10px 0 10px}.woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-form .comment-form-author,.woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-form .comment-form-email{width:50%;float:left;margin-bottom:20px}.woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-form .comment-form-author{padding-right:10px}.woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-form .comment-form-email{padding-left:10px}.woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-form .comment-form-cookies-consent{clear:left}.woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-form label[for=wp-comment-cookies-consent]{display:inline;margin-bottom:0;position:relative;bottom:-1px}.woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-form .form-submit{margin-top:20px}.woocommerce p.stars{font-size:20px;letter-spacing:-5px}.woocommerce p.stars.selected a:before{content:""}.woocommerce p.stars.selected a:before~a:before{content:""}.woocommerce p.stars.selected:hover a:before{content:""}.woocommerce p.stars.selected:hover a:before~a:before{content:""}.woocommerce p.stars a.active~a:before{content:""}.woocommerce p.stars:hover a:before{content:""}.woocommerce p.stars:hover a:before~a:before{content:""}.woocommerce p.stars a{position:relative;text-indent:-999em;display:inline-block;text-decoration:none;width:1em;height:1em}.woocommerce p.stars a:before{content:"";color:#f7bb2a;font-family:"haruicons";display:block;position:absolute;width:1em;height:1em;line-height:1;left:0;text-indent:0;top:4px}.woocommerce p.stars a:hover~a:before{content:"" !important}.star-rating{color:#f7bb2a;font-size:18px;position:relative;display:inline-block;letter-spacing:-1px}.star-rating:before{content:"";color:#f7bb2a;font-family:"haruicons"}.star-rating span{position:absolute;top:0;bottom:0;left:0;overflow:hidden;width:100%;text-indent:999em}.star-rating span:before{position:absolute;content:"";top:0;left:0;text-indent:0;color:#f7bb2a;font-family:"haruicons"}.quantity{display:inline-flex;align-items:center;background:#f5f5f5;border-radius:12px;border:1px solid #f5f5f5}.quantity .input-button{min-width:20px;border:none;background:transparent;cursor:pointer;padding:0 5px;color:#7E7E7E;fill:#7E7E7E;outline:0;height:46px;line-height:46px;font-weight:700;font-size:16px}.quantity .input-button:before{font-family:"phosphor"}.quantity .input-button:hover{color:#000}.quantity .input-button.minus{border-top-left-radius:12px;border-bottom-left-radius:12px}.quantity .input-button.minus:before{content:""}.quantity .input-button.plus{border-top-right-radius:12px;border-bottom-right-radius:12px}.quantity .input-button.plus:before{content:""}.quantity .input-text[type=number]{background:transparent;border:none;border-radius:0;color:#000;width:30px;padding:0;height:46px;line-height:46px;text-align:center;-moz-appearance:textfield}.quantity .input-text[type=number]:focus{outline:none}.quantity .input-text[type=number]::-webkit-inner-spin-button,.quantity .input-text[type=number]::-webkit-inner-outer-button{margin:0;appearance:none}.haru-product-nav{position:absolute;right:0;top:1px;display:inline-flex;align-items:center;z-index:1}@media screen and (max-width:767px){.haru-product-nav{top:-1px}}.haru-product-nav .product-nav-btn:hover .product-nav{opacity:1;visibility:visible;transform:translateY(0);transition:all 0.3s}.haru-product-nav .product-nav-btn>a{font-size:13px;font-weight:700;text-transform:uppercase;display:flex;align-items:center}.haru-product-nav .product-nav-btn>a:before,.haru-product-nav .product-nav-btn>a:after{font-family:phosphor;font-size:14px;font-weight:700}.haru-product-nav .product-nav{display:flex;align-items:center;position:absolute;right:0;top:calc(100% + 6px);transform:translateY(10px);background:#fff;border-radius:3px;box-shadow:0 0 3px rgba(0, 0, 0, 0.15);opacity:0;visibility:hidden;transform:translateY(5px);transition:all 0.3s}.haru-product-nav .product-nav-image{display:inline-flex}.haru-product-nav .product-nav-thumb{display:inline-flex}.haru-product-nav .product-nav-thumb img{max-width:68px}.haru-product-nav .product-nav-info{padding-left:10px;width:150px}.haru-product-nav .product-nav-title{font-weight:600;color:#000000;display:block;line-height:1.4;font-size:14px;margin-bottom:3px;transition:all 0.3s;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.haru-product-nav .product-nav-title:hover{color:#4B5C66;transition:all 0.3s}.haru-product-nav .product-nav-price{font-size:14px}.haru-product-nav .product-nav-price .amount{color:#4B5C66}.haru-product-nav .product-nav-price del .amount{color:#9B9B9B}.haru-product-nav .product-nav-icon:before{font-family:phosphor;font-size:18px;font-weight:700}.haru-product-nav .product-prev>a:before{content:"";padding-right:3px}.haru-product-nav .product-next>a:after{content:"";padding-left:3px}.haru-product-nav .product-back-btn{font-size:0;margin:0 0;position:relative;top:-1px;opacity:0;visibility:hidden}.haru-product-nav .product-back-btn:hover .button-tooltip{opacity:1;visibility:visible;transform:translate(-50%, -6px);transition:all 300ms ease-in-out 0s}.haru-product-nav .product-back-btn:before{content:"";font-family:phosphor;font-size:20px}.haru-product-nav .product-back-btn .button-tooltip{padding:4px 8px;position:absolute;text-transform:none;display:inline-block;white-space:nowrap;opacity:0;text-align:center;visibility:hidden;background:#000;color:#fff;border-radius:3px;font-size:12px;font-weight:600;line-height:20px;bottom:100%;left:50%;transform:translate(-50%, 0)}.haru-product-nav .product-back-btn .button-tooltip:after{width:0;height:0;position:absolute;right:auto;top:auto;bottom:-6px;left:50%;content:"";border-left:5px solid transparent;border-right:5px solid transparent;border-top:7px solid #000;transform:translate(-50%, 0)}.single-product-sticky{position:fixed;left:0;right:0;bottom:0;width:100%;background-color:#fff;box-shadow:0 0 10px rgba(0, 0, 0, 0.1);z-index:9;opacity:0;visibility:hidden;transform:translateY(50%);transition:all 0.3s}@media screen and (max-width:991px){.single-product-sticky{display:none}}.single-product-sticky.is-sticky{opacity:1;visibility:visible;transform:translateY(0);transition:all 0.3s}.single-product-sticky__content{display:flex;align-items:center;padding:10px 0;max-height:80px}.single-product-sticky__image{display:flex;padding-right:12px}.single-product-sticky__image img{max-width:60px;max-height:60px;border-radius:3px}.single-product-sticky__title strong{color:#000}.single-product-sticky__summary{display:flex;align-items:center}.single-product-sticky__rating{margin-left:8px}.single-product-sticky__rating .star-rating{font-size:16px;position:relative;bottom:-1px}.single-product-sticky__btn{display:inline-flex;margin-left:auto}.single-product-sticky__btn .add_to_cart_inline{display:none}.single-product-sticky__btn .add_to_cart_button.added{display:none}.single-product-sticky__btn .added_to_cart{border-radius:12px;background:#4B5C66;color:#fff;display:inline-block;font-weight:700;outline:none;border:none;height:48px;line-height:48px;padding:0 35px;text-transform:capitalize;transition:all 0.3s}@media screen and (max-width:767px){.single-product-sticky__btn .added_to_cart{padding:0 30px}}.single-product-sticky__btn .added_to_cart:hover{background-color:#354149;transition:all 0.3s}.single-product-sticky__top .back-to-top{position:relative;bottom:0;right:0;margin-left:8px;height:48px;width:48px;line-height:44px;border:2px solid #eee;border-radius:50%;background:transparent}.single-product-sticky__top .back-to-top:before{color:#000}.single-product-sticky__top .back-to-top:hover{cursor:pointer;border:2px solid #4B5C66;background:#4B5C66}.single-product-sticky__top .back-to-top:hover:before{color:#fff}.dark-mode .related,.dark-mode .upsells{border-top:1px solid #333}.dark-mode .single-product-top .single-product-image-wrap.horizontal #product-thumbnails .slick-slide.slick-current,.dark-mode .single-product-top .single-product-image-wrap.vertical #product-thumbnails .slick-slide.slick-current{opacity:0.6}.dark-mode .single-product-top .single-product-image-wrap.horizontal #product-thumbnails .slick-slide.slick-current img,.dark-mode .single-product-top .single-product-image-wrap.vertical #product-thumbnails .slick-slide.slick-current img{border-bottom:2px solid #4B5C66}.dark-mode .single-product-top .single-product-image-wrap.vertical_gallery #product-thumbnails .thumbnail-image.current{border-bottom:2px solid #fff;opacity:0.6}.dark-mode .single-product-top .price{border-bottom:1px solid #333}.dark-mode .single-product-top .product-size-guide .product-size-guide-link{color:#fff}.dark-mode .single-product-top .product-size-guide .product-size-guide-link:hover{color:#4B5C66}.dark-mode .single-product-top .woocommerce-grouped-product-list-item__label a{color:#fff}.dark-mode .single-product-top .woocommerce-grouped-product-list-item__label a:hover{color:#4B5C66}.dark-mode .single-product-top form.cart table.variations label{color:#fff}.dark-mode .single-product-top form.cart table.variations .variable-attribute-wrap.color-attribute-wrap>li.selected:before{border:2px solid #4B5C66}.dark-mode .single-product-top form.cart table.variations .variable-attribute-wrap.color-attribute-wrap>li:before{border:1px solid #333}.dark-mode .single-product-top form.cart table.variations .variable-attribute-wrap.label-attribute-wrap>li{border:1px solid #333}.dark-mode .single-product-top form.cart table.variations .variable-attribute-wrap.label-attribute-wrap>li.selected{border:1px solid #4B5C66}.dark-mode .single-product-top form.cart table.variations .variable-attribute-wrap.image-attribute-wrap>li{border:1px solid #333}.dark-mode .single-product-top form.cart table.variations .variable-attribute-wrap.image-attribute-wrap>li.selected{border:1px solid #4B5C66}.dark-mode .single-product-top .product-button--wishlist a{border:1px solid #333}.dark-mode .single-product-top .product-button--wishlist a:hover{border:1px solid #4B5C66}.dark-mode .single-product-top .product-button--wishlist .yith-wcwl-wishlistaddedbrowse a,.dark-mode .single-product-top .product-button--wishlist .yith-wcwl-wishlistexistsbrowse a{border:1px solid #4B5C66}.dark-mode .single-product-top .product-button--compare a.button{border:1px solid #333;color:#ababab}.dark-mode .single-product-top .product-button--compare a.button.added{border:1px solid #4B5C66;color:#4B5C66}.dark-mode .single-product-top .product-button--compare a.button:hover{border:1px solid #4B5C66;color:#fff}.dark-mode .single-product-top .product_meta{border-top:1px solid #333}.dark-mode .single-product-top .product_meta .sku_wrapper .label,.dark-mode .single-product-top .product_meta .posted_in .label,.dark-mode .single-product-top .product_meta .tagged_as .label{color:#fff}@media screen and (max-width:767px){.dark-mode .woocommerce-tabs{border-top:2px solid #333}}.dark-mode .woocommerce-tabs .tabs{border-bottom:1px solid #333}@media screen and (max-width:767px){.dark-mode .woocommerce-tabs .tabs{display:none}}.dark-mode .woocommerce-tabs .tabs li.active a{color:#fff}.dark-mode .woocommerce-tabs .tabs li.active a:before{background-color:#fff}.dark-mode .woocommerce-tabs .tabs li a:hover{color:#fff}@media screen and (max-width:767px){.dark-mode .woocommerce-tabs .haru-woocommerce-tab{border-bottom:1px solid #333}}.dark-mode .woocommerce-tabs .haru-accordion-title{color:#fff}.dark-mode .woocommerce-tabs #tab-additional_information .shop_attributes th,.dark-mode .woocommerce-tabs #tab-additional_information .shop_attributes td{border:none;border-bottom:1px solid #333}.dark-mode .woocommerce-tabs #tab-additional_information .shop_attributes th{color:#fff}.dark-mode .woocommerce-tabs #tab-additional_information .shop_attributes tr:last-child th,.dark-mode .woocommerce-tabs #tab-additional_information .shop_attributes tr:last-child td{border:none}.dark-mode .woocommerce-tabs .woocommerce-Reviews label{color:#fff}.dark-mode .woocommerce-tabs .woocommerce-Reviews #comments{border-bottom:1px solid #333}.dark-mode .woocommerce-tabs .woocommerce-Reviews #comments .commentlist .comment_container .comment-text .woocommerce-review__author{color:#fff}.dark-mode .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-reply-title{color:#fff}.dark-mode .quantity{background:#333;border:1px solid #333}.dark-mode .quantity .input-button{color:#ababab;fill:#ababab}.widget_product_categories .product-categories{margin:0;padding:0;list-style:none;list-style-type:none}.widget_product_categories .product-categories li{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;margin-bottom:12px}.widget_product_categories .product-categories li:last-child{margin-bottom:0}.widget_product_categories .product-categories li.current-cat>a,.widget_product_categories .product-categories li:hover>a{color:#4B5C66;border-bottom:1px solid #4B5C66}.widget_product_categories .product-categories li.current-cat>.count,.widget_product_categories .product-categories li:hover>.count{background-color:#4B5C66;border:1px solid #4B5C66;color:#fff;transition:all 0.3s}.widget_product_categories .product-categories li:focus{outline:none}.widget_product_categories .product-categories li a{border-bottom:1px solid transparent;transition:all 0.3s}.widget_product_categories .product-categories li .count{color:#000000;padding:0 5px;font-size:13px;border-radius:20px;min-width:30px;text-align:center;transition:all 0.3s}.widget_product_categories .product-categories .children{flex:1 1 100%;padding-left:20px;margin-top:10px}.widget_price_filter .ui-slider{position:relative}.widget_price_filter .price-slider{margin-bottom:20px}.widget_price_filter .ui-slider-horizontal{height:20px;border:none;background:0 0;cursor:pointer}.widget_price_filter .ui-slider-horizontal:before{content:"";position:absolute;top:50%;right:0;left:0;margin-top:-1px;height:3px;background-color:#eee;border-radius:4px}.widget_price_filter .ui-slider-range{background-color:#4B5C66;position:absolute;top:50%;z-index:1;display:block;margin-top:-1px;height:4px;border:0;border-radius:0;background-image:none}.widget_price_filter .ui-slider-handle{position:absolute;top:50%;z-index:2;display:flex;align-items:center;flex-direction:column;justify-content:center;margin-top:-14px;margin-left:-15px;width:30px;height:30px;outline:0;border:none;border-radius:0;background:0 0;background-color:!important;cursor:ew-resize}.widget_price_filter .ui-slider-handle:after{content:"";background-color:#4B5C66;display:inline-block;width:15px;height:15px;border-radius:50%}.widget_price_filter .price_slider_amount{display:flex;align-items:center;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin-top:15px}.widget_price_filter .price_slider_amount .price_label{order:1}.widget_price_filter .price_slider_amount .price_label span{color:#000;font-weight:500}.widget_price_filter .price_slider_amount .button{order:2;background-color:#f5f5f5;color:#000;font-size:14px;height:40px;line-height:40px;padding:0 20px}.widget_price_filter .price_slider_amount .button:hover{background-color:#4B5C66;color:#fff}.widget_price_filter .price_slider_amount .clear{display:none;clear:both;width:100%}.widget_shopping_cart_content .amount{color:#4B5C66}.widget_shopping_cart_content .widget_shopping_cart_icon{display:inline-block;position:relative}.widget_shopping_cart_content .widget_shopping_cart_icon:before{content:"";font-family:"phosphor";font-size:20px}.widget_shopping_cart_content .widget_shopping_cart_icon .total{position:absolute;border:none;top:-2px;right:-10px;padding:0;width:18px;height:18px;border-radius:50%;background:#4B5C66;color:#fff;text-align:center;line-height:18px;font-size:12px}.widget_shopping_cart_content .sub-total-text{display:inline-block;margin-left:15px;font-size:18px}.widget_shopping_cart_content .mini-cart-sidebar-header{display:none}.widget_shopping_cart_content .woocommerce-mini-cart{margin:15px 0;padding:0}.widget_shopping_cart_content .woocommerce-mini-cart__btn{margin-top:10px}.widget_shopping_cart_content .empty h4{font-size:16px;font-weight:500;margin-top:0}.widget_shopping_cart_content .woocommerce-mini-cart-item{padding-bottom:15px;margin-bottom:15px;display:flex;border-bottom:1px solid #eee}.widget_shopping_cart_content .woocommerce-mini-cart-item:last-child{border:none;padding-bottom:0;margin-bottom:0}.widget_shopping_cart_content .woocommerce-mini-cart-item .cart-left{flex:0 0 auto;font-size:0;overflow:hidden;margin-right:20px}@media screen and (max-width:767px){.widget_shopping_cart_content .woocommerce-mini-cart-item .cart-left{margin-right:15px}}.widget_shopping_cart_content .woocommerce-mini-cart-item .cart-left img{width:60px;border-radius:5px;min-width:auto !important}.widget_shopping_cart_content .woocommerce-mini-cart-item .cart-left>a.button{display:block;background-color:transparent;padding:0;color:#000;font-size:12px;text-align:center}.widget_shopping_cart_content .woocommerce-mini-cart-item .cart-left>a.button:hover{color:#4B5C66}.widget_shopping_cart_content .woocommerce-mini-cart-item .cart-right{flex:1 1 auto;padding-right:20px;position:relative}.widget_shopping_cart_content .woocommerce-mini-cart-item .cart-right a:not(.remove){color:#000;display:block;font-weight:700}.widget_shopping_cart_content .woocommerce-mini-cart-item .cart-right a:not(.remove):hover{color:#4B5C66;transition:all 0.3s}.widget_shopping_cart_content .woocommerce-mini-cart-item .cart-right .remove{position:absolute;top:-2px;right:-5px;padding:0 5px;font-size:0}.widget_shopping_cart_content .woocommerce-mini-cart-item .cart-right .remove:before{content:"";font-family:"Haruicons";font-size:18px;transition:all 0.3s}.widget_shopping_cart_content .woocommerce-mini-cart-item .cart-right .remove:hover:before{color:#4B5C66;transition:all 0.3s}.widget_shopping_cart_content .woocommerce-mini-cart-item .cart-right .quantity{background:transparent;border:none}.widget_shopping_cart_content .woocommerce-mini-cart-item .cart-right .amount{margin-left:6px}.widget_shopping_cart_content .cart-total{margin-top:15px}.widget_shopping_cart_content .cart-total .total{border-top:1px solid #eee;font-size:16px;padding-top:15px;margin-bottom:15px}.widget_shopping_cart_content .cart-total strong{color:#000000;font-weight:600}.widget_shopping_cart_content .cart-total .amount{margin-left:10px}.widget_shopping_cart_content .button:first-child{background-color:transparent;border:2px solid #eee;line-height:44px;color:#000}.widget_shopping_cart_content .button:first-child:hover{border:2px solid #4B5C66;background-color:#4B5C66}.widget_shopping_cart_content .button.checkout{margin-left:8px}body.post-type-archive-product .cart_list .empty .woocommerce-mini-cart__btn{display:none !important}.widget_product_tag_cloud .tagcloud a{background-color:#f5f5f5;border-radius:3px;display:inline-block;margin:6px 4px 0 0;padding:3px 14px;font-size:14px !important;text-transform:capitalize;transition:all 0.3s}.widget_product_tag_cloud .tagcloud a:hover{background-color:#4B5C66;color:#fff;transition:all 0.3s}.product_list_widget{padding:0;margin:0;list-style:none}.product_list_widget .widget-product-item{display:flex;align-items:stretch;flex-direction:row;padding-bottom:15px;margin-bottom:15px;border-bottom:1px solid #eee}.product_list_widget>li:last-child .widget-product-item{padding-bottom:0;margin-bottom:0;border:none}.product_list_widget .widget-product-img{display:flex;align-items:flex-start;flex:0 0 auto;overflow:hidden;margin-right:15px}.product_list_widget .widget-product-img img{width:80px;border:1px solid rgba(238, 238, 238, 0.5);border-radius:3px}.product_list_widget .widget-product-info{flex:1 1 auto}.product_list_widget .product-title{color:#000000;display:block;font-weight:600;line-height:1.4;transition:all 0.3s}.product_list_widget .product-title:hover{color:#4B5C66;transition:all 0.3s}.product_list_widget .star-rating{font-size:14px;margin-top:3px}.product_list_widget .price{display:block;font-size:90%;margin-top:8px}.widget_recent_reviews .reviewer{display:block;font-size:14px;margin-top:-5px}.widget_product_search .woocommerce-product-search{margin-top:20px;display:flex;border-radius:12px;position:relative}.widget_product_search .woocommerce-product-search input[type="search"]{padding-right:65px}.widget_product_search .woocommerce-product-search button[type="submit"]{background-color:transparent;color:#7E7E7E;padding:0 20px;border-top-left-radius:0;border-bottom-left-radius:0;font-size:0;position:absolute;right:0;top:0}.widget_product_search .woocommerce-product-search button[type="submit"]:before{content:"";font-family:"phosphor";font-size:20px;font-weight:400}.widget_product_search .woocommerce-product-search button[type="submit"]:hover{color:#4B5C66}.widget_layered_nav .woocommerce-widget-layered-nav-list{margin:0;padding:0}.widget_layered_nav .woocommerce-widget-layered-nav-list li{list-style:none;display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.widget_layered_nav .woocommerce-widget-layered-nav-list li:last-child{margin-bottom:0}.widget_layered_nav .woocommerce-widget-layered-nav-list li.chosen a,.widget_layered_nav .woocommerce-widget-layered-nav-list li:hover a{color:#4B5C66;border-bottom:1px solid #4B5C66}.widget_layered_nav .woocommerce-widget-layered-nav-list li.chosen .count,.widget_layered_nav .woocommerce-widget-layered-nav-list li:hover .count{background-color:#4B5C66;border:1px solid #4B5C66;color:#fff;transition:all 0.3s}.widget_layered_nav .woocommerce-widget-layered-nav-list li.chosen:hover a:after{opacity:1;visibility:visible}.widget_layered_nav .woocommerce-widget-layered-nav-list li:focus{outline:none}.widget_layered_nav .woocommerce-widget-layered-nav-list li a{border-bottom:1px solid transparent;position:relative;transition:all 0.3s}.widget_layered_nav .woocommerce-widget-layered-nav-list li a:after{position:absolute;left:calc(100% + 5px);top:50%;transform:translateY(-50%);font-weight:600;font-size:10px;line-height:1;content:"";font-family:"haruicons";opacity:0;visibility:hidden;transition:all 0.3s}.widget_layered_nav .woocommerce-widget-layered-nav-list li .count{border:1px solid transparent;color:#000;padding:0 5px;font-size:13px;border-radius:20px;min-width:30px;text-align:center;transition:all 0.3s}.widget_layered_nav .woocommerce-widget-layered-nav-dropdown__submit{margin-top:10px;background-color:#f5f5f5;color:#000;font-size:14px;height:40px;line-height:40px;padding:0 20px}.widget_layered_nav .woocommerce-widget-layered-nav-dropdown__submit:hover{background-color:#4B5C66;color:#fff}.widget_layered_nav_filters ul{margin:0;padding:0;list-style:none}.widget_layered_nav_filters li{margin-bottom:10px}.widget_layered_nav_filters li:last-child{margin-bottom:0}.widget_layered_nav_filters a{color:#000;font-weight:500;transition:all 0.3s}.widget_layered_nav_filters a:hover{color:rgba(0, 0, 0, 0.6);transition:all 0.3s}.widget_layered_nav_filters a:before{margin-right:3px;font-size:80%;font-weight:400;content:"";font-family:"haruicons"}.widget_rating_filter ul{margin:0;padding:0;list-style:none}.widget_rating_filter li{margin-bottom:10px}.widget_rating_filter li:last-child{margin-bottom:0}.widget_rating_filter li:hover a>span:not(.star-rating){background-color:#4B5C66;border:1px solid #4B5C66;color:#fff;transition:all 0.3s}.widget_rating_filter li a{display:flex;align-items:center;justify-content:space-between}.widget_rating_filter li a>span:not(.star-rating){border:1px solid #eee;color:#000000;padding:0 5px;font-size:12px;border-radius:20px;min-width:30px;text-align:center;transition:all 0.3s}.widget_rating_filter .star-rating{font-size:20px}.yith-woocompare-widget ul{margin:0;padding:0;list-style:none}.yith-woocompare-widget li{padding:10px 0 10px 30px !important;border-bottom:1px solid #eee !important;display:flex}.yith-woocompare-widget li:before{content:"";font-family:"phosphor";font-size:20px;margin-right:10px}.yith-woocompare-widget li .remove{font-size:14px !important;top:13px}.yith-woocompare-widget li .title{color:#000000;text-transform:capitalize;font-size:14px !important;font-weight:600 !important;text-transform:none !important}.yith-woocompare-widget li .title:hover{color:#4B5C66;transition:all 0.3s}.yith-woocompare-widget a.clear-all{font-weight:500;font-size:13px}.yith-woocompare-widget .compare{font-size:14px !important;text-transform:none !important}.dark-mode .widget_product_categories .product-categories li:hover>.count{border:1px solid #4B5C66}.dark-mode .widget_product_categories .product-categories li .count{border:1px solid #333;color:#fff}.dark-mode .widget_price_filter .ui-slider-horizontal:before{background-color:#333}.dark-mode .widget_price_filter .price_slider_amount .price_label span{color:#fff}.dark-mode .widget_shopping_cart_content .woocommerce-mini-cart-item{border-bottom:1px solid #333}.dark-mode .widget_shopping_cart_content .woocommerce-mini-cart-item:last-child{border:none}.dark-mode .widget_shopping_cart_content .woocommerce-mini-cart-item .cart-right a:not(.remove){color:#fff}.dark-mode .widget_shopping_cart_content .woocommerce-mini-cart-item .cart-right a:not(.remove):hover{color:#4B5C66}.dark-mode .widget_shopping_cart_content .cart-total .total{border-top:1px solid #333}.dark-mode .widget_shopping_cart_content .cart-total strong{color:#fff}.dark-mode .widget_shopping_cart_content .button.checkout{background-color:#000}.dark-mode .widget_shopping_cart_content .button.checkout:hover{background-color:#4B5C66}.dark-mode .widget_product_tag_cloud .tagcloud a{background-color:#333}.dark-mode .widget_product_tag_cloud .tagcloud a:hover{background-color:#4B5C66;color:#fff}.dark-mode .product_list_widget .widget-product-item{border-bottom:1px solid #333}.dark-mode .product_list_widget>li:last-child .widget-product-item{border:none}.dark-mode .product_list_widget .product-title{color:#fff}.dark-mode .product_list_widget .product-title:hover{color:#4B5C66}.dark-mode .widget_layered_nav .woocommerce-widget-layered-nav-list li:hover a{color:#4B5C66}.dark-mode .widget_layered_nav .woocommerce-widget-layered-nav-list li:hover .count{background-color:#4B5C66;border:1px solid #4B5C66;color:#fff}.dark-mode .widget_layered_nav .woocommerce-widget-layered-nav-list li .count{border:1px solid #333;color:#fff}.dark-mode .widget_rating_filter li:hover a>span:not(.star-rating){border:1px solid #4B5C66;color:#fff}.dark-mode .widget_rating_filter li a>span:not(.star-rating){border:1px solid #333;color:#fff}.dark-mode .yith-woocompare-widget li{border-bottom:1px solid #333 !important}.dark-mode .yith-woocompare-widget li .title{color:#fff}.dark-mode .yith-woocompare-widget li .title:hover{color:#4B5C66}dl.variation{margin:15px 0}@media screen and (max-width:767px){dl.variation{flex:0 0 100%;margin:3px 0}}dl.variation dt{color:#000;font-size:12px;font-weight:600;float:left;clear:left;margin-right:5px;line-height:1.4}dl.variation dd{font-size:12px;margin-left:0}dl.variation dd p{line-height:1.4}dl.variation dd a{font-weight:400 !important;text-decoration:underline}dl.variation:has(.variation-Vendor:empty) .variation-Vendor{display:none}dl.variation .variation-Vendor:nth-child(2){position:relative;top:-3px}dl.variation .variation-Vendor:empty{min-height:8px;top:0}.woocommerce-cart .shopping-cart-title{margin-bottom:70px;font-size:28px;text-align:center}@media screen and (max-width:1440px){.woocommerce-cart .shopping-cart-title{margin-bottom:60px}}@media screen and (max-width:1024px){.woocommerce-cart .shopping-cart-title{margin-bottom:50px}}@media screen and (max-width:991px){.woocommerce-cart .shopping-cart-title{margin-bottom:40px}}@media screen and (max-width:767px){.woocommerce-cart .shopping-cart-title{font-size:16px;margin-bottom:30px}}.woocommerce-cart .woocommerce-cart-form{max-width:1170px;margin-left:auto;margin-right:auto}.woocommerce-cart .woocommerce-cart-form__contents{border:1px solid #eee}@media screen and (max-width:767px){.woocommerce-cart .woocommerce-cart-form__contents{border:none}}.woocommerce-cart .woocommerce-cart-form__contents tr th:last-child,.woocommerce-cart .woocommerce-cart-form__contents tr td:last-child{text-align:left}.woocommerce-cart .woocommerce-cart-form thead{background-color:#f5f5f5}@media screen and (max-width:767px){.woocommerce-cart .woocommerce-cart-form thead{display:none}}.woocommerce-cart .woocommerce-cart-form th{border-width:1px}@media screen and (max-width:767px){.woocommerce-cart .woocommerce-cart-form tr{display:block;border-bottom:1px solid #eee;position:relative;margin-bottom:20px;padding-bottom:20px;padding-left:95px;min-height:120px}}@media screen and (max-width:767px){.woocommerce-cart .woocommerce-cart-form tr:last-child{margin-bottom:0}}@media screen and (max-width:767px){.woocommerce-cart .woocommerce-cart-form td{display:flex;align-items:center;flex-direction:row;flex-wrap:wrap;padding:0}}@media screen and (max-width:767px){.woocommerce-cart .woocommerce-cart-form td:not(:last-child){border-bottom:1px dashed #eee}}@media screen and (max-width:767px){.woocommerce-cart .woocommerce-cart-form td:last-child{border:none;margin-bottom:0;padding-bottom:0}}.woocommerce-cart .woocommerce-cart-form .product-remove{font-size:0;padding:0 0 0 10px;text-align:center}.woocommerce-cart .woocommerce-cart-form .product-remove a{font-size:0;color:#9B9B9B}.woocommerce-cart .woocommerce-cart-form .product-remove a:hover{color:#4B5C66}.woocommerce-cart .woocommerce-cart-form .product-remove a:before{content:"";font-family:"Haruicons";font-size:18px;transition:all 0.3s}@media screen and (max-width:767px){.woocommerce-cart .woocommerce-cart-form .product-remove{position:absolute;top:-1px;right:0;z-index:1;margin-bottom:0;padding-bottom:0;border:none !important}}.woocommerce-cart .woocommerce-cart-form .product-thumbnail img{width:80px;border-radius:5px;min-width:auto !important}@media screen and (max-width:767px){.woocommerce-cart .woocommerce-cart-form .product-thumbnail{position:absolute;top:0;left:0;overflow:hidden;margin-bottom:0;padding-bottom:0;max-height:115px;border-bottom:none !important;flex-wrap:wrap;width:80px}}.woocommerce-cart .woocommerce-cart-form .product-thumbnail .button{margin-top:8px}@media screen and (max-width:767px){.woocommerce-cart .woocommerce-cart-form .product-thumbnail .button{margin-top:0;background:transparent;padding:0;color:#4B5C66;font-weight:600;font-size:12px;flex:0 0 100%;text-align:center}}@media screen and (max-width:767px){.woocommerce-cart .woocommerce-cart-form .product-name{margin-bottom:0;padding-bottom:0;border-bottom:none;text-align:left}}.woocommerce-cart .woocommerce-cart-form .product-name a{color:#000000;font-weight:700}@media screen and (max-width:767px){.woocommerce-cart .woocommerce-cart-form .product-name a{margin-bottom:10px;padding-right:25px}}.woocommerce-cart .woocommerce-cart-form .product-name a:hover{color:#4B5C66;transition:all 0.3s}.woocommerce-cart .woocommerce-cart-form .product-price{color:#000;font-weight:700}@media screen and (max-width:767px){.woocommerce-cart .woocommerce-cart-form .product-price:before{content:attr(data-title);float:left;padding:6px 0;color:#000;text-transform:uppercase;font-weight:600;font-size:11px;flex:1 1 auto}}.woocommerce-cart .woocommerce-cart-form .product-price bdi{color:#000;font-weight:700}@media screen and (max-width:767px){.woocommerce-cart .woocommerce-cart-form .product-quantity:before{content:attr(data-title);float:left;padding:13px 0;color:#000;text-transform:uppercase;font-weight:600;font-size:11px;flex:1 1 auto}}.woocommerce-cart .woocommerce-cart-form .product-quantity .input-button{height:40px;line-height:40px;padding:0 8px}@media screen and (max-width:1440px){.woocommerce-cart .woocommerce-cart-form .product-quantity .input-button{height:36px;line-height:36px}}@media screen and (max-width:767px){.woocommerce-cart .woocommerce-cart-form .product-quantity .input-button{height:28px;line-height:28px}}.woocommerce-cart .woocommerce-cart-form .product-quantity .input-text[type=number]{height:40px;line-height:40px;width:50px}@media screen and (max-width:1440px){.woocommerce-cart .woocommerce-cart-form .product-quantity .input-text[type=number]{height:36px;line-height:36px}}@media screen and (max-width:767px){.woocommerce-cart .woocommerce-cart-form .product-quantity .input-text[type=number]{height:28px;line-height:28px}}@media screen and (max-width:767px){.woocommerce-cart .woocommerce-cart-form .product-subtotal:before{content:attr(data-title);float:left;padding-top:10px;color:#000;text-transform:uppercase;font-weight:700;font-size:12px;flex:1 1 auto;text-align:left}}.woocommerce-cart .woocommerce-cart-form .product-subtotal .amount{color:#4B5C66;font-weight:600}@media screen and (max-width:767px){.woocommerce-cart .woocommerce-cart-form .product-subtotal .amount{font-size:14px;padding-top:10px}}.woocommerce-cart .woocommerce-cart-form .cart-actions{display:flex;align-items:center;flex-wrap:wrap;padding-top:20px}.woocommerce-cart .woocommerce-cart-form .cart-actions>.button{margin-left:auto}@media screen and (max-width:767px){.woocommerce-cart .woocommerce-cart-form .cart-actions>.button{flex:0 0 100%;width:100%}}@media screen and (max-width:767px){.woocommerce-cart .woocommerce-cart-form .cart-actions-custom{flex:0 0 100%;margin-bottom:20px}}.woocommerce-cart .woocommerce-cart-form .empty-cart-button{background:transparent;color:#000;display:inline-flex;align-items:center;padding:0;margin-left:18px;border-bottom:1px solid #ccc;height:30px;line-height:30px;border-radius:0}.woocommerce-cart .woocommerce-cart-form .empty-cart-button:hover{background-color:transparent;color:#4B5C66;border-bottom:1px solid #4B5C66}.woocommerce-cart .woocommerce-cart-form .empty-cart-button:before{content:"";font-family:"phosphor";font-size:18px;margin-right:8px}.woocommerce-cart .cart-coupon{max-width:1170px;margin-left:auto;margin-right:auto;display:flex;flex-wrap:wrap;border-top:1px solid #eee;margin-top:50px;padding-top:50px}@media screen and (max-width:991px){.woocommerce-cart .cart-coupon{margin-top:40px;padding-top:40px}}@media screen and (max-width:767px){.woocommerce-cart .cart-coupon{margin-top:30px;padding-top:30px}}.woocommerce-cart .cart-coupon .coupon{flex:0 0 50%;padding-right:15px}@media screen and (max-width:767px){.woocommerce-cart .cart-coupon .coupon{border:2px dashed #eee;display:block;flex:0 0 100%;padding:15px;margin-bottom:20px}}.woocommerce-cart .cart-coupon .coupon label{color:#000000;display:block;font-size:18px;font-weight:700;margin-bottom:15px}.woocommerce-cart .cart-coupon .coupon .coupon_desription{margin-bottom:18px}@media screen and (max-width:767px){.woocommerce-cart .cart-coupon .coupon .input-text{width:100%}}.woocommerce-cart .cart-coupon .coupon .button{margin-top:20px}@media screen and (max-width:767px){.woocommerce-cart .cart-coupon .coupon .button{margin-top:10px;width:100%;margin-left:0}}.woocommerce-cart .cart-totals{max-width:1170px;margin-left:auto;margin-right:auto;margin-top:-155px}@media screen and (max-width:767px){.woocommerce-cart .cart-totals{margin-top:0}}.woocommerce-cart .cart-collaterals{margin-top:80px}@media screen and (max-width:1440px){.woocommerce-cart .cart-collaterals{margin-top:70px}}@media screen and (max-width:1024px){.woocommerce-cart .cart-collaterals{margin-top:60px}}@media screen and (max-width:991px){.woocommerce-cart .cart-collaterals{margin-top:50px}}@media screen and (max-width:767px){.woocommerce-cart .cart-collaterals{margin-top:40px}}.woocommerce-cart .cross-sells>h2{margin-top:0;margin-bottom:40px;padding-top:80px;position:relative;text-align:center}.woocommerce-cart .cross-sells>h2:before{content:"";position:absolute;top:0;left:-50vw;width:200vw;height:1px;background-color:#eee}@media screen and (max-width:1440px){.woocommerce-cart .cross-sells>h2{padding-top:60px;margin-bottom:35px}}@media screen and (max-width:1024px){.woocommerce-cart .cross-sells>h2{padding-top:50px;margin-bottom:30px}}@media screen and (max-width:991px){.woocommerce-cart .cross-sells>h2{padding-top:40px;margin-bottom:25px}}@media screen and (max-width:767px){.woocommerce-cart .cross-sells>h2{padding-top:30px;margin-bottom:20px}}.woocommerce-cart .cross-sells>ul{padding:0;margin:0}.woocommerce-cart .cross-sells .haru-slick{padding:15px 0 0;margin:0 -15px}@media screen and (max-width:991px){.woocommerce-cart .cross-sells .haru-slick{padding:10px 0 0;margin:0 -10px}}@media screen and (max-width:767px){.woocommerce-cart .cross-sells .haru-slick{padding:5px 0 0;margin:0 -8px}}@media screen and (max-width:767px){.woocommerce-cart .cross-sells .haru-slick{max-width:calc(100vw - 16px)}}.woocommerce-cart .cross-sells .haru-slick .slick-slide{padding:0 15px}@media screen and (max-width:991px){.woocommerce-cart .cross-sells .haru-slick .slick-slide{padding:0 10px}}@media screen and (max-width:767px){.woocommerce-cart .cross-sells .haru-slick .slick-slide{padding:0 8px}}.woocommerce-cart .cross-sells .haru-slick .slick-next{right:-60px}.woocommerce-cart .cross-sells .haru-slick .slick-prev{left:-60px}.woocommerce-cart .cross-sells .haru-slick .slick-dots{margin:20px 0 0}@media screen and (max-width:1440px){.woocommerce-cart .cross-sells .haru-slick .slick-dots{margin:15px 0 0}}@media screen and (max-width:1024px){.woocommerce-cart .cross-sells .haru-slick .slick-dots{margin:10px 0 0}}@media screen and (max-width:991px){.woocommerce-cart .cross-sells .haru-slick .slick-dots{margin:5px 0 0}}.woocommerce-cart .cross-sells .add_to_cart_button.added{display:block !important}.woocommerce-cart .cart_totals{flex:0 0 50%;width:50%;padding-left:15px;margin-left:auto}@media screen and (max-width:767px){.woocommerce-cart .cart_totals{flex:0 0 100%;width:100%;padding-left:0}}.woocommerce-cart .cart_totals>h2{font-size:18px;margin-top:0;margin-bottom:25px;display:none}@media screen and (max-width:767px){.woocommerce-cart .cart_totals>h2{font-size:16px}}.woocommerce-cart .cart_totals .cart-subtotal bdi{color:#7E7E7E;font-weight:400}.woocommerce-cart .cart_totals .order-total th{font-size:18px}@media screen and (max-width:767px){.woocommerce-cart .cart_totals .order-total th{font-size:16px}}.woocommerce-cart .cart_totals .order-total th,.woocommerce-cart .cart_totals .order-total td{border:none}.woocommerce-cart .cart_totals .order-total .amount{color:#4B5C66;font-size:18px;font-weight:600}@media screen and (max-width:767px){.woocommerce-cart .cart_totals .order-total .amount{font-size:16px}}.woocommerce-cart .cart_totals .order-total .amount bdi{color:#4B5C66}.woocommerce-cart .cart-totals-inner{background-color:#fff;box-shadow:0 0 10px rgba(0, 0, 0, 0.12);border-radius:12px;padding:5px 30px 30px;overflow-x:auto}@media screen and (max-width:767px){.woocommerce-cart .cart-totals-inner{padding:5px 15px 15px}}.woocommerce-cart table.shop_table{margin-bottom:3px}.woocommerce-cart table.shop_table td{padding-right:0}.woocommerce-cart .wc-proceed-to-checkout .button{display:block;text-align:center}.dark-mode dl.variation dt{color:#fff}.dark-mode.woocommerce-cart .woocommerce-cart-form thead{background-color:#333}@media screen and (max-width:767px){.dark-mode.woocommerce-cart .woocommerce-cart-form tr{border-bottom:1px solid #333}}@media screen and (max-width:767px){.dark-mode.woocommerce-cart .woocommerce-cart-form td:not(:last-child){border-bottom:1px dashed #333}}@media screen and (max-width:767px){.dark-mode.woocommerce-cart .woocommerce-cart-form td:last-child{border:none}}.dark-mode.woocommerce-cart .woocommerce-cart-form .product-name a{color:#fff}.dark-mode.woocommerce-cart .woocommerce-cart-form .product-name a:hover{color:#4B5C66}@media screen and (max-width:767px){.dark-mode.woocommerce-cart .woocommerce-cart-form .product-price:before{color:#fff}}.dark-mode.woocommerce-cart .woocommerce-cart-form .product-price bdi{color:#ababab}@media screen and (max-width:767px){.dark-mode.woocommerce-cart .woocommerce-cart-form .product-quantity:before{color:#fff}}@media screen and (max-width:767px){.dark-mode.woocommerce-cart .woocommerce-cart-form .product-subtotal:before{color:#fff}}@media screen and (max-width:767px){.dark-mode.woocommerce-cart .woocommerce-cart-form .cart-actions .coupon{border:2px dashed #333}}.dark-mode.woocommerce-cart .cart_totals .cart-subtotal bdi{color:#ababab}.dark-mode.woocommerce-cart .cart-totals-wrap{background-color:#333}.dark-mode.woocommerce-cart .cart-totals-inner{background-color:#000;box-shadow:1px 1px 2px rgba(255, 255, 255, 0.1)}.woocommerce-my-account-wrap{display:flex}@media screen and (max-width:767px){.woocommerce-my-account-wrap{display:block}}.woocommerce-my-account-title{font-size:18px;text-transform:uppercase;margin-top:0;padding-bottom:10px;padding-left:15px;border-bottom:1px solid #eee}@media screen and (max-width:767px){.woocommerce-my-account-title{font-size:16px;margin-top:10px}}.woocommerce-my-account-menu{flex:0 0 25%;border-right:1px solid #eee;padding-right:30px}@media screen and (max-width:767px){.woocommerce-my-account-menu{padding-right:0;border-right:none;border:1px dashed #eee;margin-bottom:30px}}.woocommerce-MyAccount-content{flex:0 0 75%;padding-left:30px}@media screen and (max-width:767px){.woocommerce-MyAccount-content{padding-left:0}}.woocommerce-MyAccount-content a{color:#000000}.woocommerce-MyAccount-content a:hover{color:#4B5C66}.woocommerce-MyAccount-content .dokan-btn{font-weight:700;margin-top:10px;padding:13px 25px;border-radius:12px}.woocommerce-MyAccount-navigation ul{list-style:none;list-style-type:none;padding:0;margin:15px 0}.woocommerce-MyAccount-navigation ul li.is-active,.woocommerce-MyAccount-navigation ul li:hover{background-color:#f6fafc}.woocommerce-MyAccount-navigation ul li.is-active a,.woocommerce-MyAccount-navigation ul li:hover a{color:#4B5C66}.woocommerce-MyAccount-navigation ul li:first-child{margin-top:0}.woocommerce-MyAccount-navigation ul li a{display:block;font-weight:600;color:#000000;padding:13px 15px;transition:all 0.3s}@media screen and (max-width:767px){.account-orders-table{display:block}}@media screen and (max-width:767px){.account-orders-table thead{display:none}}@media screen and (max-width:767px){.account-orders-table tbody,.account-orders-table tfoot,.account-orders-table tr{display:block}}@media screen and (max-width:767px){.account-orders-table td{display:block;margin-bottom:10px !important;padding:0 0 10px !important;text-align:right !important}}@media screen and (max-width:767px){.account-orders-table td:before{content:attr(data-title);float:left;padding-top:3px;color:#000000;text-transform:uppercase;font-weight:600;font-size:12px}}@media screen and (max-width:767px){.account-orders-table td:last-child{border:none !important}}.account-orders-table .amount{color:#4B5C66;font-weight:600}.woocommerce-orders-table__cell-order-number a{color:#000000;font-weight:600;transition:all 0.3s}.woocommerce-orders-table__cell-order-number a:hover{color:#4B5C66}.woocommerce-Address-title h3{display:inline-block}.woocommerce-Address-title .edit{display:inline-block;font-size:12px;font-weight:600;margin-left:3px}@media screen and (max-width:767px){.woocommerce-EditAccountForm fieldset{margin-top:35px}}fieldset{margin-bottom:20px;padding:20px 40px;border:2px solid #eee;border-radius:12px}@media screen and (max-width:991px){fieldset{padding:15px 30px}}@media screen and (max-width:767px){fieldset{padding:10px 15px}}fieldset legend{margin-bottom:0;padding-right:15px;padding-left:15px;font-weight:600;font-size:18px;text-transform:uppercase;width:auto}@media screen and (max-width:767px){fieldset legend{font-size:16px}}.customer_login_form_wrap h2{font-size:18px;text-transform:uppercase;margin-top:20px;margin-bottom:20px}.customer_login_form_wrap .woocommerce-form{border:1px solid #eee;box-shadow:1px 1px 2px rgba(0, 0, 0, 0.1);padding:20px}@media screen and (max-width:767px){.customer_login_form_wrap .woocommerce-form{padding:15px}}.customer_login_form_wrap .woocommerce-form-login>.form-row:not(.woocommerce-form-row--wide){display:flex;align-items:center;padding-top:5px}.customer_login_form_wrap .woocommerce-form-login>.form-row:not(.woocommerce-form-row--wide) label{order:2;margin-bottom:0;margin-left:5px}.customer_login_form_wrap .woocommerce-form-login__submit.button{padding:0 40px}@media screen and (max-width:767px){.customer_login_form_wrap .woocommerce-form-login__submit.button{padding:0 35px}}.customer_login_form_wrap .woocommerce-form-register__submit.button{padding:0 40px}@media screen and (max-width:767px){.customer_login_form_wrap .woocommerce-form-register__submit.button{padding:0 35px}}.customer_login_form_wrap .lost_password a{color:#4B5C66}.customer_login_form_wrap .lost_password a:hover{text-decoration:underline}.dark-mode .woocommerce-my-account-title{border-bottom:1px solid #333}.dark-mode .woocommerce-my-account-menu{border-right:1px solid #333}@media screen and (max-width:767px){.dark-mode .woocommerce-my-account-menu{border:1px dashed #333}}.dark-mode .woocommerce-MyAccount-content a{color:#fff}.dark-mode .woocommerce-MyAccount-content a:hover{color:#4B5C66}.dark-mode .woocommerce-MyAccount-navigation ul li.is-active,.dark-mode .woocommerce-MyAccount-navigation ul li:hover{background-color:#333}.dark-mode .woocommerce-MyAccount-navigation ul li.is-active a,.dark-mode .woocommerce-MyAccount-navigation ul li:hover a{color:#4B5C66}.dark-mode .woocommerce-MyAccount-navigation ul li a{color:#fff}@media screen and (max-width:767px){.dark-mode .account-orders-table td:before{color:#fff}}@media screen and (max-width:767px){.dark-mode .account-orders-table td:last-child{border:none !important}}.dark-mode .woocommerce-orders-table__cell-order-number a{color:#fff}.dark-mode .woocommerce-orders-table__cell-order-number a:hover{color:#4B5C66}.dark-mode fieldset{border:2px solid #333}.dark-mode .customer_login_form_wrap .woocommerce-form{border:1px solid #333;box-shadow:1px 1px 2px rgba(255, 255, 255, 0.1)}#yith-wcwl-form .wishlist-title-container{text-align:center}#yith-wcwl-form .wishlist-title{margin-bottom:40px}#yith-wcwl-form .wishlist-title h2{color:#000000;font-size:28px;margin:0;padding:0}@media screen and (max-width:1440px){#yith-wcwl-form .wishlist-title h2{font-size:24px}}@media screen and (max-width:1024px){#yith-wcwl-form .wishlist-title h2{font-size:20px}}@media screen and (max-width:991px){#yith-wcwl-form .wishlist-title h2{font-size:18px}}@media screen and (max-width:767px){#yith-wcwl-form .wishlist-title h2{font-size:16px}}#yith-wcwl-form .wishlist-title .show-title-form{padding:0;background-color:transparent;color:inherit;line-height:inherit;height:auto}.wishlist_table thead{background-color:#f5f5f5 !important}.wishlist_table thead th{border-width:1px !important;border-top:none !important}.wishlist_table tr .product-remove{font-size:20px;text-align:center}.wishlist_table tr td.product-thumbnail{width:10%}.wishlist_table tr td.product-thumbnail a{display:flex;max-width:100px !important}.wishlist_table tr td.product-thumbnail a img{border-radius:5px;width:auto;max-height:80px}.wishlist_table tr .product-name a{color:#000;font-weight:700}.wishlist_table tr .product-price{color:#000;font-weight:700}.wishlist_table tr .product-price ins .amount{color:#4B5C66}.wishlist_table tr .product-stock-status>span{display:inline-flex;align-items:center}.wishlist_table tr .product-stock-status .wishlist-in-stock{color:#7E7E7E;font-weight:600}.wishlist_table tr .product-stock-status .wishlist-in-stock:before{content:"";font-family:"phosphor";font-size:16px;color:#4B5C66;margin-right:5px;position:relative;bottom:-3px}.wishlist_table tr .product-stock-status .wishlist-out-of-stock{color:red}.wishlist_table tr .product-add-to-cart a{background:#4B5C66;color:#fff;display:inline-block;font-weight:700;outline:none;border:none;height:40px;line-height:40px;padding:0 25px;line-height:40px;min-width:170px;margin-bottom:0 !important;border-radius:3px;text-transform:capitalize;transition:all 0.3s}.wishlist_table tr .product-add-to-cart a:hover{background:#404f57;color:#fff;transition:all 0.3s}.wishlist_table tr .product-add-to-cart a.lumise-button{margin-top:10px !important}.wishlist_table.mobile{margin:0;padding:0}.wishlist_table.mobile li{position:relative;padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #eee}.wishlist_table.mobile li:last-child{border:none;padding-bottom:0}.wishlist_table.mobile li .item-wrapper{width:100%}.wishlist_table.mobile li .item-wrapper .product-thumbnail{max-width:80px}.wishlist_table.mobile li .item-wrapper .product-thumbnail img{border-radius:5px}.wishlist_table.mobile li .item-wrapper .item-details{width:calc(100% - 93px)}.wishlist_table.mobile li .item-wrapper .item-details h3{font-size:14px;font-weight:600;margin-top:0;margin-bottom:5px}.wishlist_table.mobile li table.item-details-table td{font-size:12px !important;font-weight:600 !important;padding:3px 0 !important}.wishlist_table.mobile li table.item-details-table td.label{color:#000000}.wishlist_table.mobile li table.additional-info td{font-size:13px !important;font-weight:600 !important;padding:6px 0 !important}.wishlist_table.mobile li table.additional-info td.label{color:#000000}.wishlist_table.mobile li .product-remove{position:absolute;right:0;top:0;font-size:14px}.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart{margin-bottom:0}.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart a{background:#4B5C66;color:#fff;font-weight:600;outline:none;border:none;height:48px;line-height:48px;padding:0 25px !important;line-height:48px;min-width:130px;margin-bottom:0 !important;display:block;width:100%;border-radius:12px;text-transform:capitalize;transition:all 0.3s}.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart a:hover{background:#404f57;color:#fff;transition:all 0.3s}table.wishlist_table thead th{border-color:#eee}.woocommerce table.wishlist_table,.woocommerce-page table.wishlist_table,.woocommerce-js table.wishlist_table{border:1px solid #eee}.yith_wcwl_wishlist_footer{padding-top:5px}.yith_wcwl_wishlist_footer>div{margin-bottom:0}.yith-wcwl-share{float:none !important}.yith-wcwl-share .yith-wcwl-share-title{font-size:18px;padding-bottom:8px}@media screen and (max-width:767px){.yith-wcwl-share .yith-wcwl-share-title{font-size:16px}}.yith-wcwl-share .share-button a{border-radius:5px;min-width:36px;min-height:36px;line-height:36px;padding:0 5px;margin:0 3px;color:#fff;transition:all 0.3s}.yith-wcwl-share .share-button a:hover{color:#fff;transition:all 0.3s}.yith-wcwl-share .share-button:first-child a{margin-left:0}.yith-wcwl-share .share-button:last-child a{margin-right:0}.yith-wcwl-share .share-button .fa{font-family:"FontAwesome"}.yith-wcwl-after-share-section{margin-top:25px;display:flex;flex-wrap:wrap;align-items:center}.yith-wcwl-after-share-section .copy-target{flex:0 0 50%;margin-right:15px}@media screen and (max-width:767px){.yith-wcwl-after-share-section .copy-target{flex:0 0 100%;margin-right:0;margin-bottom:10px}}.yith-wcwl-after-share-section .copy-trigger{color:#000;font-weight:600;text-decoration:underline;transition:all 0.3}.yith-wcwl-after-share-section .copy-trigger:hover{color:#4B5C66;transition:all 0.3s}.dark-mode #yith-wcwl-form .wishlist-title h2{color:#fff}.dark-mode .wishlist_table thead{background-color:#333 !important}.dark-mode .wishlist_table tr .product-name a{color:#fff}.dark-mode .wishlist_table.mobile li{border-bottom:1px solid #333}.dark-mode .wishlist_table.mobile li:last-child{border:none}.dark-mode .wishlist_table.mobile li table.item-details-table td.label{color:#fff}.dark-mode .wishlist_table.mobile li table.additional-info td.label{color:#fff}.dark-mode table.wishlist_table thead th{border-color:#333}html.compare-open-popup{overflow:hidden}html.compare-hidden{overflow-y:hidden}html.compare-hidden.compare-loaded{overflow-y:auto}html.compare-hidden.compare-loaded{scrollbar-face-color:#4B5C66;scrollbar-track-color:#ededed}html.compare-hidden.compare-loaded::-webkit-scrollbar{width:3px;height:3px}html.compare-hidden.compare-loaded::-webkit-scrollbar-thumb{background:#4B5C66;border-radius:0}html.compare-hidden.compare-loaded::-webkit-scrollbar-track{background:#ededed;border-radius:0}html.compare-loaded h1{font-size:18px}@media screen and (max-width:1440px){html.compare-loaded h1{font-size:17px}}@media screen and (max-width:1024px){html.compare-loaded h1{font-size:16px}}#cboxOverlay.yith_woocompare_colorbox{background:rgba(0, 0, 0, 0.7);opacity:1 !important}#cboxContent{margin-top:30px}#cboxClose{top:-48px;bottom:auto;right:-15px;text-indent:unset;font-size:0;width:48px;height:48px;border-radius:50%;background:none}#cboxClose:hover:before{opacity:0.8;transition:all 0.3s}#cboxClose:before{content:"";font-family:"phosphor";font-size:24px;opacity:1;transition:all 0.3s}#cboxMiddleLeft{background:none}#cboxMiddleRight{background:none}#cboxTopLeft,#cboxTopCenter,#cboxTopRight,#cboxBottomLeft,#cboxBottomCenter,#cboxBottomRight{background:none}#cboxLoadedContent{margin-bottom:0}.dataTables_scrollHead{display:none}.dataTables_scrollFoot{display:none}body #yith-woocompare{padding:15px;opacity:0;visibility:hidden}body #yith-woocompare.table-loaded{opacity:1;visibility:visible}table.dataTable.compare-list tr>th{background-color:#f8f8f8;color:#000;text-align:center;font-weight:500;line-height:inherit;text-transform:uppercase !important}table.dataTable.compare-list tbody th,table.dataTable.compare-list tbody td{padding:10px 15px}table.dataTable.compare-list tbody th,table.dataTable.compare-list tbody td{border-right:1px solid #eee !important;border-left:1px solid #eee !important;border-top:1px solid #eee !important}table.dataTable.compare-list tr.image,table.dataTable.compare-list tr.title{display:none}table.dataTable.compare-list tr.add-to-cart:not(.custom){display:none}.compare-info__title{display:flex;align-items:center;margin-top:5px}.compare-info h6{margin:0;font-size:18px}.compare-info a{font-size:0;margin-left:auto}.compare-info__image{margin-top:10px}table.compare-list .remove td a:hover .remove{background-color:#000;border:1px solid #000;color:#fff}table.compare-list .remove td a .remove{width:32px;height:32px;line-height:30px;border-radius:50%;border:1px solid #eee;color:#7E7E7E}@media screen and (max-width:1440px){table.compare-list .remove td a .remove{width:30px;height:30px;line-height:28px}}table.compare-list .remove td a .remove:before{content:"";font-family:"phosphor";font-size:14px;opacity:1}table.compare-list td.odd{background:transparent}table.compare-list{margin-bottom:0 !important;width:calc(100% - 1px) !important}table.compare-list .price{color:#000}table.compare-list .price .amount bdi{font-weight:500}table.compare-list .add-to-cart td a:not(.unstyled_button){background-color:#4B5C66;line-height:48px;padding:0 25px;font-weight:600;text-transform:none;width:100%;text-align:center;max-width:425px}table.compare-list .add-to-cart td a:not(.unstyled_button):hover{background-color:#354149}table.compare-list .add-to-cart td a:not(.unstyled_button).product_type_soldout{background-color:#000;border-radius:12px}table.compare-list .remove td a:hover{transition:all 0.3s}table.compare-list .remove td a:hover .remove{transition:all 0.3s}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td{text-decoration:none}table.dataTable.compare-list tbody th,table.dataTable.compare-list tbody td{border-right:1px solid #e7e7e7 !important;border-left:1px solid #e7e7e7 !important}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody{overflow-y:hidden !important}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody{scrollbar-face-color:rgba(0, 0, 0, 0.2);scrollbar-track-color:#ededed}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody::-webkit-scrollbar{width:8px;height:8px}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody::-webkit-scrollbar-thumb{background:rgba(0, 0, 0, 0.2);border-radius:0}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody::-webkit-scrollbar-track{background:#ededed;border-radius:0}table.compare-list .stock td span{color:#7E7E7E;display:flex;align-items:center}table.compare-list .stock td span:before{content:"";font-family:"phosphor";font-size:20px;color:#68b65b;margin-right:5px}table.compare-list .stock td.out-of-stock span:before{color:red}table.dataTable.compare-list tr.title td{color:#000;font-weight:600;font-size:18px}@media screen and (max-width:1440px){table.dataTable.compare-list tr.title td{font-size:17px}}@media screen and (max-width:1024px){table.dataTable.compare-list tr.title td{font-size:16px}}table.dataTable.compare-list tbody th{border-right:1px solid #eee}#yith-woocompare .DTFC_LeftBodyLiner{overflow-x:hidden}#yith-woocompare .no-products{color:#000}#yith-woocompare .no-products td{text-align:center}table.compare-list td img{margin-bottom:0;padding:0;border:1px solid #eee;border-radius:12px}body:has(.haru-header--sticky) .woocommerce-NoticeGroup-checkout{padding-top:40px}@media screen and (max-width:991px){body:has(.haru-header--sticky) .woocommerce-NoticeGroup-checkout{padding-top:30px}}@media screen and (max-width:767px){body:has(.haru-header--sticky) .woocommerce-NoticeGroup-checkout{padding-top:0px}}body:has(.haru-header--sticky).woocommerce-checkout:has(.woocommerce-NoticeGroup-checkout) .woocommerce-error,body:has(.haru-header--sticky).woocommerce-checkout:has(.woocommerce-NoticeGroup-checkout) .woocommerce-info,body:has(.haru-header--sticky).woocommerce-checkout:has(.woocommerce-NoticeGroup-checkout) .woocommerce-message{margin:0 0 -10px}@media screen and (max-width:991px){body:has(.haru-header--sticky).woocommerce-checkout:has(.woocommerce-NoticeGroup-checkout) .woocommerce-error,body:has(.haru-header--sticky).woocommerce-checkout:has(.woocommerce-NoticeGroup-checkout) .woocommerce-info,body:has(.haru-header--sticky).woocommerce-checkout:has(.woocommerce-NoticeGroup-checkout) .woocommerce-message{margin:0}}@media screen and (max-width:767px){body:has(.haru-header--sticky).woocommerce-checkout:has(.woocommerce-NoticeGroup-checkout) .woocommerce-error,body:has(.haru-header--sticky).woocommerce-checkout:has(.woocommerce-NoticeGroup-checkout) .woocommerce-info,body:has(.haru-header--sticky).woocommerce-checkout:has(.woocommerce-NoticeGroup-checkout) .woocommerce-message{margin:0 0 20px}}.woocommerce-checkout .woocommerce-NoticeGroup-checkout{padding-bottom:20px}@media screen and (max-width:767px){.woocommerce-checkout .woocommerce-NoticeGroup-checkout{padding-bottom:0}}.woocommerce-checkout .woocommerce-form-login{margin-bottom:20px}@media screen and (max-width:767px){.woocommerce-checkout .woocommerce-form-login__submit{width:100%}}.woocommerce-checkout .woocommerce-form-coupon{margin-bottom:15px}@media screen and (max-width:767px){.woocommerce-checkout .woocommerce-form-coupon .button{width:100%}}.woocommerce-checkout .entry-content .woocommerce{max-width:1170px;margin-left:auto;margin-right:auto}.woocommerce-checkout-wrap{display:flex}@media screen and (max-width:991px){.woocommerce-checkout-wrap{display:block}}.woocommerce form.woocommerce-form-coupon .form-row-last{float:left}.woocommerce form.woocommerce-form-coupon .form-row-last .button{margin-left:5px}@media screen and (max-width:767px){.woocommerce form.woocommerce-form-coupon .form-row-last .button{margin-left:0}}.woocommerce-checkout-customer{flex:0 0 50%;padding-right:15px}@media screen and (max-width:991px){.woocommerce-checkout-customer{padding-right:0}}.woocommerce-checkout-order{flex:0 0 50%;padding-left:15px}@media screen and (max-width:991px){.woocommerce-checkout-order{padding-left:0}}.col1-set h3,.col2-set h3{font-size:24px}@media screen and (max-width:1440px){.col1-set h3,.col2-set h3{font-size:22px}}@media screen and (max-width:1024px){.col1-set h3,.col2-set h3{font-size:20px}}@media screen and (max-width:991px){.col1-set h3,.col2-set h3{font-size:18px}}.col2-set{display:flex}@media screen and (max-width:767px){.col2-set{display:block}}.col2-set .col-1{flex:0 0 50%;padding-right:15px}@media screen and (max-width:767px){.col2-set .col-1{padding-right:0}}.col2-set .col-2{flex:0 0 50%;padding-left:15px}@media screen and (max-width:767px){.col2-set .col-2{padding-left:0}}.woocommerce .form-row label{display:block;font-weight:500;color:#000;line-height:2;margin-bottom:5px}.woocommerce .form-row .required{color:red;font-weight:700;text-decoration:none}abbr[data-original-title],abbr[title]{cursor:help}.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last{width:48%;overflow:visible}@media screen and (max-width:767px){.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last{width:100%}}.woocommerce form .form-row-first,.woocommerce-page form .form-row-first{float:left}.woocommerce form .form-row-last,.woocommerce-page form .form-row-last{float:right}.woocommerce form .form-row-wide,.woocommerce-page form .form-row-wide{clear:both}#order_review_heading{margin-top:20px;margin-bottom:20px;font-size:24px}@media screen and (max-width:1440px){#order_review_heading{font-size:22px}}@media screen and (max-width:1024px){#order_review_heading{font-size:20px}}@media screen and (max-width:991px){#order_review_heading{font-size:18px}}#order_review{position:relative;padding:15px;background-color:#f5f5f5;border-radius:12px}.woocommerce-checkout-review-order-table td,.woocommerce-checkout-review-order-table th{width:50%;max-width:50%}.woocommerce-checkout-review-order-table tbody .amount bdi{color:#7E7E7E;font-weight:400}.woocommerce-checkout-review-order-table .cart-subtotal th,.woocommerce-checkout-review-order-table .cart-subtotal td{font-size:16px}@media screen and (max-width:767px){.woocommerce-checkout-review-order-table .cart-subtotal th,.woocommerce-checkout-review-order-table .cart-subtotal td{font-size:14px}}.woocommerce-checkout-review-order-table .order-total th,.woocommerce-checkout-review-order-table .order-total td{font-size:18px}@media screen and (max-width:767px){.woocommerce-checkout-review-order-table .order-total th,.woocommerce-checkout-review-order-table .order-total td{font-size:16px}}.woocommerce-checkout-review-order-table .order-total th .amount,.woocommerce-checkout-review-order-table .order-total td .amount{color:#4B5C66}.woocommerce-checkout-review-order-table .order-total th .amount bdi,.woocommerce-checkout-review-order-table .order-total td .amount bdi{color:#4B5C66}.woocommerce-checkout-review-order-wrap{background-color:#fff;box-shadow:1px 1px 2px rgba(0, 0, 0, 0.1);border-radius:12px;padding:5px 15px;overflow-x:auto}.woocommerce-shipping-methods{margin:0;padding:0;list-style:none}.woocommerce-shipping-methods li{display:flex;align-items:center;justify-content:flex-end;margin-bottom:8px}.woocommerce-shipping-methods li:last-child{margin-bottom:0}.woocommerce-shipping-methods li input{margin-left:8px;order:2}.woocommerce-shipping-methods .amount{color:#4B5C66;font-weight:600}.woocommerce-shipping-destination{margin:8px 0}.woocommerce-shipping-destination strong{font-weight:600}.shipping-calculator-button{font-weight:600;transition:all 0.3s}.shipping-calculator-button:hover{transition:all 0.3s}.shipping-calculator-form{margin-top:20px}.wc_payment_methods{margin:0;padding:0;list-style:none}.wc_payment_methods li{display:flex;flex-wrap:wrap;align-items:center;margin-bottom:8px}.wc_payment_methods li:last-child{margin-bottom:0}.wc_payment_methods li input{margin-right:8px;position:relative;bottom:-1px}.wc_payment_methods li>label{display:inline-flex;align-items:center}.wc_payment_methods li>label img{max-height:40px;margin:0 10px}.wc_payment_methods li>label a{text-decoration:underline}.wc_payment_methods .payment_box{flex:0 0 100%;position:relative;margin-top:15px;padding:10px 15px;background-color:#f5f5f5;box-shadow:1px 1px 2px rgba(0, 0, 0, 0.1)}.wc_payment_methods .payment_box:before{content:"";position:absolute;bottom:100%;left:25px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:12px solid #f5f5f5}.wc_payment_methods .payment_box p:last-child{margin-bottom:0}.woocommerce-terms-and-conditions-wrapper{margin-top:20px;padding-top:20px;border-top:1px solid #eee}.woocommerce-terms-and-conditions-wrapper p:last-child{margin-bottom:0}.woocommerce-terms-and-conditions-wrapper p.form-row{margin-bottom:20px}.woocommerce-terms-and-conditions-wrapper p.form-row label{font-weight:400}.woocommerce-terms-and-conditions-wrapper p.form-row a{color:#4B5C66;text-decoration:underline}.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text{padding-bottom:20px;border-bottom:1px solid #eee;margin-bottom:20px}#place_order{margin-bottom:10px}@media screen and (max-width:767px){#place_order{width:100%}}.woocommerce-thankyou-order-received{margin-bottom:30px;padding:2%;width:100%;border:2px dashed #4B5C66;border-radius:12px;background-color:#f5f5f5;color:#4B5C66;text-align:center;font-weight:600;font-size:20px}@media screen and (max-width:1024px){.woocommerce-thankyou-order-received{font-size:18px}}@media screen and (max-width:991px){.woocommerce-thankyou-order-received{font-size:16px}}@media screen and (max-width:767px){.woocommerce-thankyou-order-received{font-size:14px}}.wc-bacs-bank-details,.woocommerce-thankyou-order-details{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;list-style:none;padding:0;margin:15px 0}.wc-bacs-bank-details li,.woocommerce-thankyou-order-details li{flex:1 1 0%;margin-bottom:20px;padding-right:20px;padding-left:20px;border-right:1px solid #eee;text-align:center}@media screen and (max-width:991px){.wc-bacs-bank-details li,.woocommerce-thankyou-order-details li{flex-basis:50%;margin-bottom:30px;max-width:50%}}@media screen and (max-width:767px){.wc-bacs-bank-details li,.woocommerce-thankyou-order-details li{flex-basis:100%;margin-bottom:0;padding-top:15px;padding-right:0;padding-bottom:15px;padding-left:0;max-width:100%;border-right:none;border-bottom:1px solid #eee}}.wc-bacs-bank-details li:last-child,.woocommerce-thankyou-order-details li:last-child{border-right:0}@media screen and (max-width:991px){.wc-bacs-bank-details li:nth-child(2n),.woocommerce-thankyou-order-details li:nth-child(2n){border-right:0}}.wc-bacs-bank-details strong,.woocommerce-thankyou-order-details strong{display:block;color:#000;margin-top:10px}.order-details-wrap{position:relative;padding:15px;background-color:#f5f5f5;border-radius:12px}.order-details-inner{background-color:#fff;box-shadow:1px 1px 2px rgba(0, 0, 0, 0.1);border-radius:12px;padding:5px 15px;overflow-x:auto}.woocommerce-order-details__title{margin-top:40px;margin-bottom:20px;font-size:24px}@media screen and (max-width:1440px){.woocommerce-order-details__title{font-size:22px}}@media screen and (max-width:1024px){.woocommerce-order-details__title{font-size:20px}}@media screen and (max-width:991px){.woocommerce-order-details__title{font-size:18px}}.woocommerce-order-details .order_details{margin-bottom:0}.woocommerce-order-details .amount bdi{color:#7E7E7E;font-weight:400}.woocommerce-order-details .product-name a{color:#000000;font-weight:600}.woocommerce-order-details tfoot .amount{color:#4B5C66;font-weight:600;font-size:16px}@media screen and (max-width:767px){.woocommerce-order-details tfoot .amount{font-size:14px}}.woocommerce-order-details tfoot .amount bdi{color:#4B5C66;font-weight:600}.woocommerce-order-details tfoot tr:first-child th{font-size:16px}@media screen and (max-width:767px){.woocommerce-order-details tfoot tr:first-child th{font-size:14px}}.woocommerce-order-details tfoot tr:last-child th,.woocommerce-order-details tfoot tr:last-child td{border:0}.woocommerce-order-details tfoot tr:last-child th{font-size:18px}@media screen and (max-width:767px){.woocommerce-order-details tfoot tr:last-child th{font-size:16px}}.woocommerce-order-details tfoot tr:last-child .amount{font-size:18px}@media screen and (max-width:767px){.woocommerce-order-details tfoot tr:last-child .amount{font-size:16px}}.woocommerce-columns--2{display:flex}@media screen and (max-width:767px){.woocommerce-columns--2{display:block}}.woocommerce-columns .col-1{flex:0 0 50%;padding-right:15px}@media screen and (max-width:767px){.woocommerce-columns .col-1{padding-right:0}}.woocommerce-columns .col-2{flex:0 0 50%;padding-left:15px}@media screen and (max-width:767px){.woocommerce-columns .col-2{padding-left:0}}.woocommerce-column__title{margin-top:40px;margin-bottom:10px;font-size:24px}@media screen and (max-width:1440px){.woocommerce-column__title{font-size:22px}}@media screen and (max-width:1024px){.woocommerce-column__title{font-size:20px}}@media screen and (max-width:991px){.woocommerce-column__title{font-size:18px}}.woocommerce-column address{font-style:italic}.wc-item-meta{margin:15px 0 0;padding:0;list-style:none}.wc-item-meta li{font-size:12px}.wc-item-meta li p{line-height:1.4}.wc-item-meta-label{color:#000000;font-weight:600;float:left;clear:left;margin-right:5px;line-height:1.4}.dark-mode .woocommerce .form-row label{color:#fff}.dark-mode #order_review{background-color:#333}.dark-mode .woocommerce-checkout-review-order-table tbody .amount bdi{color:#ababab}.dark-mode .woocommerce-checkout-review-order-wrap{background-color:#000;box-shadow:1px 1px 2px rgba(255, 255, 255, 0.1)}.dark-mode .wc_payment_methods .payment_box{background-color:#333;box-shadow:1px 1px 2px rgba(255, 255, 255, 0.1)}.dark-mode .wc_payment_methods .payment_box:before{border-bottom:12px solid #333}.dark-mode .woocommerce-terms-and-conditions-wrapper{border-top:1px solid #333}.dark-mode .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text{border-bottom:1px solid #333}.dark-mode .woocommerce-thankyou-order-received{background-color:#333}.dark-mode .wc-bacs-bank-details li,.dark-mode .woocommerce-thankyou-order-details li{border-right:1px solid #333}@media screen and (max-width:767px){.dark-mode .wc-bacs-bank-details li,.dark-mode .woocommerce-thankyou-order-details li{border-bottom:1px solid #333}}.dark-mode .wc-bacs-bank-details li:last-child,.dark-mode .woocommerce-thankyou-order-details li:last-child{border-right:0}@media screen and (max-width:991px){.dark-mode .wc-bacs-bank-details li:nth-child(2n),.dark-mode .woocommerce-thankyou-order-details li:nth-child(2n){border-right:0}}.dark-mode .wc-bacs-bank-details strong,.dark-mode .woocommerce-thankyou-order-details strong{color:#fff}.dark-mode .order-details-wrap{background-color:#333}.dark-mode .order-details-inner{background-color:#000;box-shadow:1px 1px 2px rgba(255, 255, 255, 0.1)}.dark-mode .woocommerce-order-details .amount bdi{color:#ababab}.dark-mode .woocommerce-order-details tfoot .amount bdi{color:#4B5C66}.dark-mode .woocommerce-order-details tr:last-child th,.dark-mode .woocommerce-order-details tr:last-child td{border:0}.dark-mode .woocommerce-order-details .product-name a{color:#fff}.dark-mode .wc-item-meta-label{color:#fff}.woocommerce-form.track_order{margin-bottom:80px}@media screen and (max-width:1440px){.woocommerce-form.track_order{margin-bottom:70px}}@media screen and (max-width:1024px){.woocommerce-form.track_order{margin-bottom:60px}}@media screen and (max-width:991px){.woocommerce-form.track_order{margin-bottom:50px}}@media screen and (max-width:767px){.woocommerce-form.track_order{margin-bottom:40px}}.woocommerce-form.track_order>p:first-child{background:#f6fafc;border:2px dashed #eee;padding:15px;margin-bottom:30px}.woocommerce-form.track_order .form-row{margin-bottom:15px}@media screen and (max-width:767px){.woocommerce-form.track_order .form-row .button{width:100%}}.order-info{padding:15px;border:2px dashed #eee;background-color:#f5f5f5;font-weight:600}.dark-mode .track_order>p:first-child{background:#333;border:2px dashed #333}.dark-mode .order-info{border:2px dashed #333;background-color:#333}html.quickview-open-popup{overflow-y:hidden}.mfp-quick-view .product-quick-view .mfp-close{font-size:0;width:48px;height:48px;top:-48px;right:-15px;opacity:1}.mfp-quick-view .product-quick-view .mfp-close:hover{opacity:0.8;transition:all 0.3s}.mfp-quick-view .product-quick-view .mfp-close:hover:before{color:#fff}.mfp-quick-view .product-quick-view .mfp-close:before{content:"";font-family:"phosphor";font-size:24px;color:#fff;transition:all 0.3s}@media screen and (max-width:767px){.mfp-quick-view .mfp-container{max-height:100vh;overflow-y:auto;overflow-x:hidden;padding-top:15px}}.product-quick-view{background-color:#fff;margin:30px auto;max-width:900px;position:relative;box-shadow:0 2px 3px rgba(0, 0, 0, 0.5)}.product-quick-view .single-product-top{padding:15px 0 15px 15px}@media screen and (max-width:767px){.product-quick-view .single-product-top{padding-right:15px}}.product-quick-view .single-product-top .single-product-image-wrap .product-label__item{font-size:12px}.product-quick-view .single-product-top .product_title{margin-bottom:5px}.product-quick-view .single-product-top .product_meta{margin-top:30px}.product-quick-view .summary{overflow:auto;overflow-x:hidden;position:absolute;right:0;top:0;height:100%;width:calc(100% - 15px);padding-right:15px;padding-bottom:10px}@media screen and (max-width:767px){.product-quick-view .summary{position:relative;width:100%;padding-top:0}}.product-quick-view .woocommerce-review-link{pointer-events:none}.product-quick-view .mfp-close:hover{background-color:transparent;border:none;color:#4B5C66}.product-quick-view .wc-dnd-file-upload{display:none}.product-quick-view .woocommerce-variation-add-to-cart .button[onclick]{display:none}.haru-scroll-content{scrollbar-face-color:#4B5C66;scrollbar-track-color:#ededed}.haru-scroll-content::-webkit-scrollbar{width:3px;height:3px}.haru-scroll-content::-webkit-scrollbar-thumb{background:#4B5C66;border-radius:0}.haru-scroll-content::-webkit-scrollbar-track{background:#ededed;border-radius:0}.dark-mode .product-quick-view{background-color:#000;box-shadow:0 2px 3px rgba(0, 0, 0, 0.5)}.dark-mode .mfp-close{color:#ababab}.dark-mode .mfp-close:hover{color:#4B5C66}.wc-block-grid__product{position:relative}.wc-block-grid__product-image img{border:1px solid rgba(238, 238, 238, 0.6)}.wc-block-grid__product-title{font-size:16px;font-weight:600;color:#000000}.wc-block-grid__product-onsale{position:absolute;left:10px;top:10px;background:#4B5C66;border:none;color:#fff;font-size:12px;font-weight:600}.wc-block-grid .amount{color:#4B5C66}.wc-block-grid del .amount{color:#7E7E7E}.wc-block-grid__product-add-to-cart a{border-radius:12px;font-weight:600;transition:all 0.3s}.wc-block-grid__product-add-to-cart a:hover{background:#4B5C66;transition:all 0.3s}.wc-block-grid__product-rating .star-rating:before{content:"" !important;color:#f7bb2a !important}.wc-block-grid__product-rating .star-rating span:before{position:absolute !important;content:"" !important;top:0 !important;left:0 !important;right:auto !important;text-indent:0;color:#f7bb2a !important}.wc-block-product-search .wc-block-product-search__label{font-size:20px;line-height:1.4;display:block;margin-bottom:25px;color:#000000;font-weight:600}@media screen and (max-width:1440px){.wc-block-product-search .wc-block-product-search__label{font-size:19px}}@media screen and (max-width:1024px){.wc-block-product-search .wc-block-product-search__label{font-size:18px}}.wc-block-product-search .wc-block-product-search__fields{position:relative}.wc-block-product-search .wc-block-product-search__field{padding-right:60px}.wc-block-product-search .wc-block-product-search__button{position:absolute;right:0;top:0;background-color:transparent;color:#7E7E7E;padding:0 20px !important}.wc-block-product-search .wc-block-product-search__button:hover{color:#4B5C66}.wc-block-product-search .wc-block-product-search__button:before{content:"";font-family:"phosphor";font-weight:400;position:absolute;font-size:20px;top:50%;left:50%;transform:translate(-50%, -50%)}.wc-block-product-search .wc-block-product-search__button svg{fill:transparent}.wc-block-product-categories-list{padding:0;list-style:none}.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item{margin:10px 0 10px 60px}.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item:first-child{margin-top:0}.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item:last-child{margin-bottom:0}.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item a{transition:all 0.3s}.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item a:hover{transition:all 0.3s}.wc-block-product-categories.is-list .wc-block-product-categories-list-item{margin-bottom:8px}.wc-block-product-categories.is-list .wc-block-product-categories-list-item:last-child{margin-bottom:0}.wc-block-product-categories.is-dropdown .wc-block-product-categories__dropdown{flex:1}.wc-block-product-categories.is-dropdown .wc-block-product-categories__button{padding:0 15px;display:inherit;margin-left:5px}.wc-block-featured-product__link .wp-block-button__link{font-weight:600}.wc-block-featured-category__title{padding-top:15px !important}.wc-block-featured-category__link .wp-block-button__link{font-weight:600}.wc-block-components-review-list{padding:0}.wc-block-components-review-list-item__product{margin-top:-5px}.wc-block-components-review-list-item__rating{font-size:12px;margin-top:3px;margin-bottom:5px}.wc-block-components-review-list-item__author{font-size:14px}.wc-block-components-review-list-item__published-date{font-size:14px}.wc-block-components-load-more .wp-block-button__link{padding:0 25px;font-size:16px}.wc-block-components-sort-select__label{display:block;text-align:left;font-weight:600;margin-right:0;margin-bottom:20px}.wc-block-components-sort-select__select{width:100%}.wc-dnd-file-upload{font-weight:600;color:#000;padding:0 0 15px}.wc-dnd-file-upload .codedropz-upload-wrapper{font-weight:400;color:#7E7E7E}.wc-dnd-file-upload .codedropz-upload-handler{margin-top:10px;border-radius:12px}.wc-upload-wrap .codedropz-upload-inner a.cd-upload-btn{background-color:#000;border-radius:3px;color:#fff;padding:0 15px;font-weight:700;font-size:14px;transition:all 0.3s}.wc-upload-wrap .codedropz-upload-inner a.cd-upload-btn:hover{background-color:rgba(0, 0, 0, 0.8);transition:all 0.3s}.wc-upload-wrap .codedropz-upload-inner .codedropz-label{font-size:16px;flex-wrap:wrap}.wc-upload-wrap .codedropz-upload-inner .codedropz-label span.cd-icon{margin-bottom:-6px}.wc-upload-wrap .codedropz-upload-inner .codedropz-label .text{color:#000}.dnd-upload-counter{right:10px;bottom:5px}@media screen and (max-width:767px){.dnd-upload-counter{bottom:0}}.dnd-upload-status .dnd-upload-image{margin-bottom:-10px}.dnd-upload-status .dnd-upload-details .dnd-progress-bar{border-radius:10px}.dnd-upload-status .dnd-upload-details .dnd-progress-bar span{background:#11b196}.dnd-upload-status .dnd-upload-details .name{color:#000}.dnd-upload-status .dnd-upload-details .name em{color:#000;font-weight:600;font-style:normal}.dnd-upload-status .dnd-upload-details .name span{max-width:calc(100vw - 220px)}.codedropz--results{margin-bottom:12px}.widget-woo-layered-nav ul{padding:0 0 0 0;margin:0;list-style:none}.widget-woo-layered-nav li{display:flex;align-items:center;justify-content:space-between;margin-bottom:5px}.widget-woo-layered-nav li.chosen .filter-swatch>span:after,.widget-woo-layered-nav li:hover .filter-swatch>span:after{opacity:1}.widget-woo-layered-nav li.chosen .layered-nav-link,.widget-woo-layered-nav li:hover .layered-nav-link{color:#000;transition:all 0.3s}.widget-woo-layered-nav li.chosen .count,.widget-woo-layered-nav li:hover .count{background-color:#4B5C66;border:1px solid #4B5C66;color:#fff;transition:all 0.3s}.widget-woo-layered-nav li.chosen .layered-nav-link{font-weight:500}.widget-woo-layered-nav li.chosen .layered-nav-link:hover:after{opacity:1;visibility:visible;transition:all 0.3s}.widget-woo-layered-nav li.chosen:hover .filter-swatch>span:after{content:""}.widget-woo-layered-nav li.with-swatch-color .layered-nav-link:after{display:none}.widget-woo-layered-nav .layered-nav-link{position:relative;display:flex;flex:1 1 auto;align-items:center;flex-direction:row;padding-top:5px;padding-bottom:5px;padding-right:5px;transition:all 0.3s}.widget-woo-layered-nav .layered-nav-link:after{margin-left:5px;font-weight:600;font-size:10px;line-height:1;content:"";font-family:"haruicons";opacity:0;visibility:hidden;transition:all 0.3s}.widget-woo-layered-nav .swatch-inner{display:inline-flex;align-items:center;flex-direction:row}.widget-woo-layered-nav .filter-swatch{position:relative;margin-right:10px;font-size:0;transition:opacity 0.25s ease}.widget-woo-layered-nav .filter-swatch>span{position:relative;display:block;border-radius:50%;background-position:center center;background-size:contain;background-repeat:no-repeat;vertical-align:middle}.widget-woo-layered-nav .filter-swatch>span:after{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:rgba(0, 0, 0, 0.1);color:#fff;font-weight:700;line-height:1;opacity:0;transition:opacity 0.3s ease;content:"";font-family:"haruicons"}.widget-woo-layered-nav .layer-term-name{position:relative}.widget-woo-layered-nav .swatches-normal .filter-swatch>span{width:25px;height:25px;border:1px solid #eee}.widget-woo-layered-nav .swatches-normal .filter-swatch>span:after{font-size:14px}.widget-woo-layered-nav .count{border:1px solid transparent;color:#000;padding:0 5px;font-size:13px;border-radius:20px;min-width:30px;text-align:center;transition:all 0.3s}.widget-woo-layered-nav .show-labels-off .layer-term-name{display:none}.widget-woo-layered-nav .show-labels-off .count{display:none}.widget-woo-layered-nav .button-tooltip{padding:1px 3px;position:absolute;text-transform:none;display:inline-block;min-width:50px;opacity:0;text-align:center;visibility:hidden;bottom:100%;left:50%;background:#555 !important;color:#fff !important;font-size:12px !important;line-height:20px !important;font-weight:normal;border-radius:2px;transform:translate(-50%, 0)}.widget-woo-layered-nav .button-tooltip:after{width:0;height:0;position:absolute;bottom:-6px;left:50%;content:"";border-left:5px solid transparent;border-right:5px solid transparent;border-top:7px solid #555;transform:translate(-50%, 0)}.widget-woo-layered-nav .attr-tooltip{position:relative}.widget-woo-layered-nav .attr-tooltip:hover .button-tooltip{opacity:1;visibility:visible;transform:translate(-50%, -10px);transition:all 0.3s ease-in-out 0s}.widget-woo-layered-nav .swatches-display-double{display:flex;flex-direction:row;flex-wrap:wrap;margin-left:-5px}.widget-woo-layered-nav .swatches-display-double li{flex:1 1 50%;padding-right:5px;padding-left:5px;max-width:50%}.widget-woo-layered-nav .swatches-display-list-inline{display:flex;flex-wrap:wrap}.widget-woo-stock-status ul{margin:0;padding:0;list-style:none}.widget-woo-stock-status li{margin-bottom:15px}.widget-woo-stock-status li:last-child{margin-bottom:0}.widget-woo-stock-status a{display:block;position:relative}.widget-woo-stock-status a:before{content:"";display:inline-block;margin-top:-4px;margin-right:6px;width:16px;height:16px;border:2px solid #eee;vertical-align:middle;transition:all 0.3s ease}.widget-woo-stock-status a:after{position:absolute;top:4px;left:2px;color:#fff;font-weight:600;font-size:12px;opacity:0;content:"";font-family:"haruicons"}.widget-woo-stock-status a.haru-active,.widget-woo-stock-status a:hover{color:#000000}.widget-woo-stock-status a.haru-active:before,.widget-woo-stock-status a:hover:before{background-color:#4B5C66;border-color:#4B5C66}.widget-woo-stock-status a.haru-active:after,.widget-woo-stock-status a:hover:after{opacity:1}.widget-woo-stock-status a.haru-active{font-weight:600}.woocommerce-ordering-list ul{list-style:none;padding:0;margin:0}.woocommerce-ordering-list li{margin-bottom:15px}.woocommerce-ordering-list li:last-child{margin-bottom:0}.woocommerce-ordering-list a{border-bottom:1px solid transparent;display:inline-flex;transition:all 0.3s}.woocommerce-ordering-list a:hover,.woocommerce-ordering-list a.selected-order{color:#4B5C66;border-bottom:1px solid #4B5C66;transition:all 0.3s}.widget-woo-price-filter ul{list-style:none;padding:0;margin:0}.widget-woo-price-filter li{margin-bottom:12px}.widget-woo-price-filter li:last-child{margin-bottom:0}.widget-woo-price-filter a{transition:all 0.3s}.widget-woo-price-filter a:hover{transition:all 0.3s}.widget-woo-price-filter .current-state{color:#000;font-weight:500}.widget-woo-price-filter .current-state .amount{font-weight:500}.haru-scroll-widget{max-height:245px;overflow:auto}.haru-scroll-widget{scrollbar-face-color:rgba(0, 0, 0, 0.12);scrollbar-track-color:rgba(0, 0, 0, 0.06)}.haru-scroll-widget::-webkit-scrollbar{width:4px;height:4px}.haru-scroll-widget::-webkit-scrollbar-thumb{background:rgba(0, 0, 0, 0.12);border-radius:4px}.haru-scroll-widget::-webkit-scrollbar-track{background:rgba(0, 0, 0, 0.06);border-radius:4px}.widget ul.haru-scroll-widget{padding-right:3px}.haru-widget-scroll ul{max-height:245px;overflow:auto}.haru-widget-scroll ul{scrollbar-face-color:rgba(0, 0, 0, 0.12);scrollbar-track-color:rgba(0, 0, 0, 0.06)}.haru-widget-scroll ul::-webkit-scrollbar{width:4px;height:4px}.haru-widget-scroll ul::-webkit-scrollbar-thumb{background:rgba(0, 0, 0, 0.12);border-radius:4px}.haru-widget-scroll ul::-webkit-scrollbar-track{background:rgba(0, 0, 0, 0.06);border-radius:4px}.haru-widget-scroll ul.product-categories{padding-right:3px}.woocommerce-variation-add-to-cart .button[onclick]{background:transparent !important;clear:both;float:left;cursor:pointer;margin-top:12px;margin-bottom:12px;border:2px solid #eee;color:#000;line-height:44px;transition:all 0.3s}.woocommerce-variation-add-to-cart .button[onclick]:hover{background:#4B5C66 !important;border:2px solid #4B5C66;transition:all 0.3s}.woocommerce-variation-add-to-cart .button[onclick]:before{content:"";font-family:"phosphor";font-size:16px;font-weight:600;margin-right:5px;position:relative;bottom:-1px}.single_variation_wrap>a[onclick]{color:#000 !important;display:inline-flex;align-items:center;margin-bottom:10px;margin-top:-5px;transition:all 0.3s}.single_variation_wrap>a[onclick]:hover{color:#4B5C66 !important;transition:all 0.3s}.single_variation_wrap>a[onclick]:before{content:"";font-family:"phosphor";margin-right:6px;font-size:18px}html.printful-modal{overflow-y:hidden}.pf-size-guide-modal-wrapper{padding:60px 20px}.pf-size-guide-modal{background-color:transparent !important;overflow-y:hidden}.pf-size-guide-modal__title{display:none}.pf-size-guide-modal__close{position:absolute;top:-5px;right:-5px}.pf-size-guide-modal__close:hover img{opacity:0.8;transition:all 0.3s}.pf-size-guide-modal__close img{filter:brightness(0) invert(1);opacity:1;transition:all 0.3s}.pf-size-guide-modal__content{overflow-y:auto;height:100%;background-color:#fff}.pf-size-guide-modal__content{scrollbar-face-color:#4B5C66;scrollbar-track-color:#ededed}.pf-size-guide-modal__content::-webkit-scrollbar{width:3px;height:3px}.pf-size-guide-modal__content::-webkit-scrollbar-thumb{background:#4B5C66;border-radius:0}.pf-size-guide-modal__content::-webkit-scrollbar-track{background:#ededed;border-radius:0}.pf-size-guide-modal__content>div>h4{font-size:16px;text-transform:uppercase}@media screen and (max-width:767px){.pf-size-guide-modal__content>div>h4{font-size:14px}}.pf-product-size-guide__tabs{scrollbar-face-color:#4B5C66;scrollbar-track-color:#ededed}.pf-product-size-guide__tabs::-webkit-scrollbar{width:3px;height:3px}.pf-product-size-guide__tabs::-webkit-scrollbar-thumb{background:#4B5C66;border-radius:0}.pf-product-size-guide__tabs::-webkit-scrollbar-track{background:#ededed;border-radius:0}.pf-product-size-guide__tabs,.pf-size-guide-modal-size-chart__tabs{box-shadow:inset 0 -1px 0 0 #eee}.pf-product-size-guide__tab{font-weight:600;font-size:18px;border-top-left-radius:12px;border-top-right-radius:12px;border-top:none;border-right:none;border-left:none;border-bottom:1px solid #eee;color:#7E7E7E}@media screen and (max-width:767px){.pf-product-size-guide__tab{font-size:16px}}.pf-product-size-guide__tab.pf-product-size-guide__tab--active{color:#000;border-bottom:none}.pf-product-size-guide__tab:last-child{margin-right:0}.pf-size-guide-modal-size-chart__tab{font-size:16px}@media screen and (max-width:767px){.pf-size-guide-modal-size-chart__tab{font-size:14px}}.pf-size-guide-modal-size-chart__tab.pf-size-guide-modal-size-chart__tab--active{box-shadow:inset 0 -3px #4B5C66}.pf-size-guide-modal-size-chart__table thead{font-weight:600}@media screen and (max-width:767px){.pf-size-guide-modal-size-chart__table td{font-size:14px}}.pf-customize-modal{padding:60px 20px !important}.product-customizer__header-title{font-weight:600 !important;font-size:18px !important;text-transform:uppercase}@media screen and (max-width:767px){.product-customizer__header-title{font-size:16px !important}}#product-customizer-error h1{font-size:40px;font-weight:600}@media screen and (max-width:767px){#product-customizer-error h1{font-size:28px}}.clear{clear:both}.woocommerce-store-notice{background-color:#4B5C66;color:#fff;font-size:14px;font-weight:600;margin:0;padding:15px;position:fixed;bottom:0;left:0;width:100%;display:flex;align-items:center;z-index:9998}.woocommerce-store-notice:before{content:"";font-family:"haruicons";font-size:16px;font-weight:700;display:inline-block;margin-right:10px}.woocommerce-store-notice__dismiss-link{background-color:#fff;padding:3px 10px;margin-left:auto}.woocommerce-store-notice__dismiss-link:before{content:"";font-family:"haruicons";font-weight:700;display:inline-block;margin-right:5px}.woocommerce-notices-wrapper:empty{display:none}.woocommerce-error,.woocommerce-info,.woocommerce-message{padding:15px 20px 15px 60px;margin:0 0 30px;position:relative;background-color:#f6fafc;border-top:3px solid #4B5C66;list-style:none outside;width:auto;word-break:break-word;display:flex;align-items:center}@media screen and (max-width:767px){.woocommerce-error,.woocommerce-info,.woocommerce-message{display:block;margin:0 0 20px}}.woocommerce-error:before,.woocommerce-info:before,.woocommerce-message:before{content:"";font-family:"haruicons";font-size:18px;font-weight:700;display:inline-block;position:absolute;top:50%;margin-top:-16px;left:30px}@media screen and (max-width:767px){.woocommerce-error:before,.woocommerce-info:before,.woocommerce-message:before{left:25px}}.woocommerce-error .button,.woocommerce-info .button,.woocommerce-message .button{min-width:120px;text-align:center;margin-left:auto;order:2}.woocommerce-error a:not(.button),.woocommerce-info a:not(.button),.woocommerce-message a:not(.button){color:#4B5C66;margin-left:2px;text-decoration:underline}@media screen and (max-width:767px){.woocommerce-error a:not(.button),.woocommerce-info a:not(.button),.woocommerce-message a:not(.button){margin-left:0}}.woocommerce-message{border-top-color:#4B5C66}.woocommerce-message:before{content:"";color:#4B5C66}.woocommerce-info{border-top-color:#404f57}.woocommerce-info:before{content:"";color:#404f57}.woocommerce-error{border-top-color:#2b343a;flex-wrap:wrap}.woocommerce-error:before{content:"";color:#2b343a}.woocommerce-error li{flex:0 0 100%}.woocommerce-page .haru-page .woocommerce{margin-bottom:100px}@media screen and (max-width:1440px){.woocommerce-page .haru-page .woocommerce{margin-bottom:90px}}@media screen and (max-width:1024px){.woocommerce-page .haru-page .woocommerce{margin-bottom:80px}}@media screen and (max-width:991px){.woocommerce-page .haru-page .woocommerce{margin-bottom:70px}}@media screen and (max-width:767px){.woocommerce-page .haru-page .woocommerce{margin-bottom:60px}}.woocommerce .button,.woocommerce a.button,.woocommerce input.button,.woocommerce-page .button,.woocommerce-page a.button,.woocommerce-page input.button,.woocommerce-js .button,.woocommerce-js a.button,.woocommerce-js input.button{border-radius:12px;background:#4B5C66;color:#fff;display:inline-block;font-weight:700;outline:none;border:none;height:48px;line-height:48px;padding:0 25px;text-transform:capitalize;transition:all 0.3s}.woocommerce .button[disabled],.woocommerce .button.disabled,.woocommerce a.button[disabled],.woocommerce a.button.disabled,.woocommerce input.button[disabled],.woocommerce input.button.disabled,.woocommerce-page .button[disabled],.woocommerce-page .button.disabled,.woocommerce-page a.button[disabled],.woocommerce-page a.button.disabled,.woocommerce-page input.button[disabled],.woocommerce-page input.button.disabled,.woocommerce-js .button[disabled],.woocommerce-js .button.disabled,.woocommerce-js a.button[disabled],.woocommerce-js a.button.disabled,.woocommerce-js input.button[disabled],.woocommerce-js input.button.disabled{background:rgba(75, 92, 102, 0.6);pointer-events:none}.woocommerce .button:hover,.woocommerce a.button:hover,.woocommerce input.button:hover,.woocommerce-page .button:hover,.woocommerce-page a.button:hover,.woocommerce-page input.button:hover,.woocommerce-js .button:hover,.woocommerce-js a.button:hover,.woocommerce-js input.button:hover{background:#404f57;color:#fff;transition:all 0.3s}.woocommerce table,.woocommerce-page table,.woocommerce-js table{margin-bottom:35px;width:100%;border-spacing:0;border-collapse:collapse;border:0;font-size:14px;line-height:1.4}.woocommerce table thead,.woocommerce-page table thead,.woocommerce-js table thead{background:transparent}.woocommerce table th,.woocommerce-page table th,.woocommerce-js table th{padding:15px 10px;border:none;border-bottom:2px solid #eee;color:#000000;font-size:14px;vertical-align:middle;text-align:left;text-transform:capitalize;font-weight:600;line-height:1.2}@media screen and (max-width:767px){.woocommerce table th,.woocommerce-page table th,.woocommerce-js table th{font-size:14px}}.woocommerce table tr,.woocommerce-page table tr,.woocommerce-js table tr{border:0}.woocommerce table td,.woocommerce-page table td,.woocommerce-js table td{padding:15px 12px;border:none;border-bottom:1px solid #eee;text-align:left;font-weight:inherit}.woocommerce table tbody th,.woocommerce table tfoot th,.woocommerce-page table tbody th,.woocommerce-page table tfoot th,.woocommerce-js table tbody th,.woocommerce-js table tfoot th{border-bottom:1px solid #eee;text-transform:none;font-size:14px}.shop_table tr td:last-child,.shop_table tr th:last-child{text-align:right}.price{color:#9B9B9B}.amount bdi{color:#000;font-weight:700}ins{text-decoration:none}ins .amount bdi{color:#4B5C66}del{font-size:85%;margin-left:3px;color:#9B9B9B}del .amount bdi{color:#9B9B9B;font-weight:500}.woocommerce-form__input-checkbox{position:relative;top:-1px}.woocommerce-form .form-row{margin-bottom:10px}.select2-container .selection .select2-container--focus{outline:none}.select2-container .selection .select2-selection--single{border:1px solid #f5f5f5;border-radius:12px;height:48px;background-color:#f5f5f5}.select2-container .selection .select2-selection--single:focus{outline:none}.select2-container .selection .select2-selection--single .select2-selection__clear{margin-right:5px}.select2-container .selection .select2-selection--single .select2-selection__rendered{line-height:46px;padding-left:15px;color:#7E7E7E}.select2-container .selection .select2-selection--single .select2-selection__rendered:focus,.select2-container .selection .select2-selection--single .select2-selection__rendered:active{outline:none}.select2-container .selection .select2-selection--single .select2-selection__arrow{height:46px;right:5px}.select2-container .selection .select2-selection--multiple{border:1px solid #f5f5f5 !important;border-radius:12px;height:48px}.select2-container .selection .select2-selection--multiple .select2-selection__rendered{padding:0 10px}.select2-container .selection .select2-selection--multiple .select2-selection__rendered .select2-search{margin:0}.select2-container .selection .select2-selection--multiple .select2-selection__rendered .select2-search--inline{float:none}.select2-container .selection .select2-selection--multiple .select2-selection__rendered .select2-selection__choice{line-height:38px;margin:3px 3px 0 0}.select2-container .selection .select2-selection--multiple .select2-search__field{height:46px;line-height:46px}.select2-container .select2-dropdown{border-color:#eee}.select2-container .select2-dropdown .select2-search__field{border:1px solid #eee}.select2-container .select2-dropdown .select2-search__field:focus{outline:none;border:1px solid #4B5C66}.select2-container.select2-container--open .select2-dropdown--below{margin-top:3px}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-top-left-radius:3px;border-top-right-radius:3px}.dark-mode .woocommerce-error,.dark-mode .woocommerce-info,.dark-mode .woocommerce-message{background-color:#333}.dark-mode .woocommerce table th{border-bottom:2px solid #333;color:#fff}.dark-mode .woocommerce table tr{border:0}.dark-mode .woocommerce table td{border-bottom:1px solid #333}.dark-mode .woocommerce table tbody th,.dark-mode .woocommerce table tfoot th{border-bottom:1px solid #333}.dark-mode .select2-container .select2-dropdown{background-color:#1d1d1d}.dark-mode .select2-container .selection .select2-selection--single{background-color:#333;border:1px solid #333}.dark-mode .select2-container .selection .select2-selection--single .select2-selection__rendered{color:#ababab}.dark-mode .select2-container .selection .select2-selection--multiple{background-color:#333;border:1px solid #333 !important}.dark-mode .select2-container .selection .select2-selection--multiple .select2-selection__rendered{color:#ababab}.dark-mode .select2-container .select2-dropdown{border-color:#333}.dark-mode .select2-container .select2-dropdown .select2-search__field{border:1px solid #333}.dark-mode .select2-container .select2-dropdown .select2-search__field:focus{border:1px solid #4B5C66}.archive-pagination .page-numbers{display:inline-block;padding:0 10px;color:#000;width:40px;height:40px;line-height:40px;border-radius:50%;font-weight:700;transition:all 0.3s}@media screen and (max-width:1440px){.archive-pagination .page-numbers{width:38px;height:38px;line-height:38px}}@media screen and (max-width:1024px){.archive-pagination .page-numbers{width:36px;height:36px;line-height:36px}}@media screen and (max-width:991px){.archive-pagination .page-numbers{width:34px;height:34px;line-height:34px}}@media screen and (max-width:767px){.archive-pagination .page-numbers{width:32px;height:32px;line-height:32px}}.archive-pagination .page-numbers.current{background-color:#000;box-shadow:0 0 10px rgba(0, 0, 0, 0.1);color:#fff}.archive-pagination .page-numbers:first-child{margin-left:0}.archive-pagination .page-numbers:last-child{margin-right:0}.archive-pagination a:hover,.archive-pagination a:focus{color:#4B5C66}.archive-pagination a.prev,.archive-pagination a.next{width:auto;text-transform:capitalize}.archive-pagination a.prev:before{content:"";font-family:"phosphor";font-size:11px;margin-right:6px;position:relative;bottom:-1px}.archive-pagination a.next:after{content:"";font-family:"phosphor";font-size:11px;margin-left:6px;position:relative;bottom:-1px}.dark-mode .archive-pagination .page-numbers{color:#fff}.dark-mode .archive-pagination .page-numbers.current{background-color:#fff;box-shadow:0 0 10px rgba(255, 255, 255, 0.1);color:#000}.dark-mode .archive-pagination a:hover,.dark-mode .archive-pagination a:focus{color:#4B5C66}.section-bg-decor-1{margin-top:-58vh !important}.designer-spacer{margin-bottom:40px}@media screen and (max-width:1440px){.designer-spacer{margin-bottom:35px}}@media screen and (max-width:1024px){.designer-spacer{margin-bottom:30px}}@media screen and (max-width:991px){.designer-spacer{margin-bottom:25px}}@media screen and (max-width:767px){.designer-spacer{margin-bottom:20px}}.haru-logo a{display:flex}.haru-logo .haru-logo__retina,.haru-logo .haru-logo__dark,.haru-logo .haru-logo__dark-retina{display:none}@media only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.haru-logo .haru-logo__default{display:none}.haru-logo .haru-logo__retina{display:block}}.dark-mode .haru-logo .haru-logo__dark{display:block}.dark-mode .haru-logo .haru-logo__default,.dark-mode .haru-logo .haru-logo__retina,.dark-mode .haru-logo .haru-logo__dark-retina{display:none}@media only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.dark-mode .haru-logo .haru-logo__dark{display:none}.dark-mode .haru-logo .haru-logo__dark-retina{display:block}}.haru-logo-footer a{display:flex}.haru-logo-footer .haru-logo-footer__retina,.haru-logo-footer .haru-logo-footer__dark,.haru-logo-footer .haru-logo-footer__dark-retina{display:none}@media only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.haru-logo-footer .haru-logo-footer__default{display:none}.haru-logo-footer .haru-logo-footer__retina{display:block}}.dark-mode .haru-logo-footer .haru-logo-footer__dark{display:block}.dark-mode .haru-logo-footer .haru-logo-footer__default,.dark-mode .haru-logo-footer .haru-logo-footer__retina,.dark-mode .haru-logo-footer .haru-logo-footer__dark-retina{display:none}@media only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.dark-mode .haru-logo-footer .haru-logo-footer__dark{display:none}.dark-mode .haru-logo-footer .haru-logo-footer__dark-retina{display:block}}.haru-nav-menu{display:block;list-style:none;margin:0;padding:0;line-height:normal;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}.haru-nav-menu .menu-label{border-radius:2px;color:#fff;padding:2px 3px;font-size:9px;text-align:center;vertical-align:baseline;margin-left:5px;position:relative;top:-8px}.haru-nav-menu .menu-icon{height:16px;line-height:16px;margin-right:8px}.haru-nav-menu .menu-icon img{max-height:100%}.haru-nav-menu .sub-arrow i{font-style:normal;font-family:"haruicons"}.haru-nav-menu ul{padding:0;margin:0;list-style:none;line-height:normal;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}.haru-nav-menu a,.haru-nav-menu li{position:relative;display:block}.haru-nav-menu li{border-width:0}.haru-nav-menu>li>a{display:flex;align-items:center}.haru-nav-menu--layout-horizontal{display:flex}.haru-nav-menu--layout-horizontal .haru-nav-menu{display:flex;flex-wrap:wrap}.haru-nav-menu--layout-horizontal .haru-nav-menu .haru-item,.haru-nav-menu--layout-horizontal .haru-nav-menu .haru-sub-item{white-space:nowrap}.haru-nav-menu--indicator-none .haru-nav-menu .haru-item.has-submenu{padding-right:20px}.haru-nav-menu--indicator-none .haru-nav-menu .haru-item.has-submenu .sub-arrow{display:none}.haru-nav-menu--indicator-chevron .haru-nav-menu .sub-arrow i:before{content:"";font-weight:700;font-size:12px;margin-left:5px}.haru-nav-menu--indicator-angle .haru-nav-menu .sub-arrow i:before{content:"";font-weight:700;margin-left:5px}.haru-nav-menu--indicator-classic .haru-nav-menu .sub-arrow i:before{content:"";font-weight:700;margin-left:5px}.haru-nav-menu--indicator-plus .haru-nav-menu .sub-arrow i:before{content:"+";margin-left:5px}.haru-nav-menu--indicator-plus .haru-nav-menu .sub-arrow.active i:before{content:"-"}.haru-nav-menu--indicator-chevron .haru-nav-menu--main .menu-item-has-children>.sub-menu .sub-arrow,.haru-nav-menu--indicator-angle .haru-nav-menu--main .menu-item-has-children>.sub-menu .sub-arrow,.haru-nav-menu--indicator-classic .haru-nav-menu--main .menu-item-has-children>.sub-menu .sub-arrow{transform:rotate(-90deg) translateY(5px)}.haru-nav-menu--indicator-chevron .haru-nav-menu--main .menu-item-has-children>.sub-menu .sub-arrow i:before,.haru-nav-menu--indicator-angle .haru-nav-menu--main .menu-item-has-children>.sub-menu .sub-arrow i:before,.haru-nav-menu--indicator-classic .haru-nav-menu--main .menu-item-has-children>.sub-menu .sub-arrow i:before{margin-left:0}.haru-nav-menu__align-left .haru-nav-menu{margin-right:auto;justify-content:flex-start}.haru-nav-menu__align-left .haru-nav-menu--layout-vertical>ul>li>a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.haru-nav-menu__align-right .haru-nav-menu{margin-left:auto;justify-content:flex-end}.haru-nav-menu__align-right .haru-nav-menu--layout-vertical>ul>li>a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.haru-nav-menu__align-center .haru-nav-menu{margin-left:auto;margin-right:auto;justify-content:center}.haru-nav-menu__align-center .haru-nav-menu--layout-vertical>ul>li>a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.haru-nav-menu__align-justify .haru-nav-menu--layout-horizontal .haru-nav-menu{width:100%}.haru-nav-menu__align-justify .haru-nav-menu--layout-horizontal .haru-nav-menu>li{flex-grow:1}.haru-nav-menu__align-justify .haru-nav-menu--layout-horizontal .haru-nav-menu>li>a{justify-content:center}.haru-nav-menu__align-justify .haru-nav-menu--layout-vertical .haru-nav-menu>li .haru-item--main .sub-arrow{display:inline-flex;align-items:center;margin-left:auto}.haru-nav-menu--main .menu-item-has-children:hover>.sub-menu{display:block;top:100%;left:0;z-index:99}.haru-nav-menu--main .menu-item-has-children:hover>.sub-menu>.menu-item-has-children:hover>.sub-menu{display:block;top:0;left:100%;z-index:99}.haru-nav-menu--main .menu-item-has-children:hover>.sub-menu>.menu-item-has-children:hover>.sub-menu>.menu-item-has-children:hover>.sub-menu{display:block;top:0;left:100%;z-index:99}.haru-nav-menu--main .menu-item-has-children:hover>.sub-menu>.menu-item-has-children:hover>.sub-menu>.menu-item-has-children:hover>.sub-menu>.menu-item-has-children:hover>.sub-menu{display:block;top:0;left:100%;z-index:99}.haru-nav-menu--main .menu-item-has-children>.sub-menu{box-shadow:0px 15px 20px rgba(0, 0, 0, 0.1)}.haru-nav-menu--main .menu-item-has-children>.sub-menu .sub-arrow{float:right}.haru-nav-menu--main .menu-item-has-children .sub-menu{left:100%}.haru-nav-menu--main .haru-nav-menu ul.sub-menu{position:absolute;min-width:205px;display:none;background-color:#fff}.haru-nav-menu--main .haru-nav-menu .haru-item--main{padding:13px 15px}.haru-nav-menu--subdown .haru-sub-item{color:#000;padding:13px 15px}.haru-nav-menu--dropdown{background-color:#fff;font-size:90%;display:none;max-height:100vh;box-shadow:0px 15px 20px rgba(0, 0, 0, 0.1)}.haru-nav-menu--dropdown ul:not(.sub-menu),.haru-nav-menu--dropdown li{display:block;list-style:none;margin:0;padding:0;line-height:normal;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}.haru-nav-menu--dropdown ul.sub-menu{display:none}.haru-nav-menu--dropdown ul ul a,.haru-nav-menu--dropdown ul ul a:hover,.haru-nav-menu--dropdown ul ul a:focus,.haru-nav-menu--dropdown ul ul a:active{border-left:8px solid transparent}.haru-nav-menu--dropdown ul ul ul a,.haru-nav-menu--dropdown ul ul ul a:hover,.haru-nav-menu--dropdown ul ul ul a:focus,.haru-nav-menu--dropdown ul ul ul a:active{border-left:16px solid transparent}.haru-nav-menu--dropdown ul ul ul ul a,.haru-nav-menu--dropdown ul ul ul ul a:hover,.haru-nav-menu--dropdown ul ul ul ul a:focus,.haru-nav-menu--dropdown ul ul ul ul a:active{border-left:24px solid transparent}.haru-nav-menu--dropdown ul ul ul ul ul a,.haru-nav-menu--dropdown ul ul ul ul ul a:hover,.haru-nav-menu--dropdown ul ul ul ul ul a:focus,.haru-nav-menu--dropdown ul ul ul ul ul a:active{border-left:32px solid transparent}.haru-nav-menu--dropdown a{color:#000;padding:13px 15px}.haru-nav-menu--dropdown .haru-nav-menu .sub-arrow i:before{margin-left:0}.haru-nav-menu--dropdown .haru-item:hover,.haru-nav-menu--dropdown .haru-item:focus,.haru-nav-menu--dropdown .haru-item.highlighted,.haru-nav-menu--dropdown .haru-item.haru-item-active{background-color:#4B5C66;color:#fff}.haru-nav-menu--dropdown .haru-item:hover img,.haru-nav-menu--dropdown .haru-item:focus img,.haru-nav-menu--dropdown .haru-item.highlighted img,.haru-nav-menu--dropdown .haru-item.haru-item-active img{filter:brightness(0) invert(1)}@media screen and (max-width:1024px){.haru-nav-menu--dropdown-tablet .haru-nav-menu--main{display:none !important}}@media screen and (min-width:1025px){.haru-nav-menu--dropdown-tablet .haru-nav-menu--dropdown,.haru-nav-menu--dropdown-tablet .haru-menu-toggle{display:none !important}}@media screen and (max-width:1024px){.haru-nav-menu--dropdown-tablet span.sub-arrow{position:absolute;top:50%;margin-top:-17px;left:auto;right:15px;width:34px;height:34px;line-height:34px;overflow:hidden;font-weight:700;font-size:16px;text-align:center;text-shadow:none;background:rgba(0, 0, 0, 0.05);border-radius:0;z-index:9}}@media screen and (max-width:1024px){.haru-nav-menu--dropdown-tablet span.sub-arrow i{display:block;transition:all 0.3s}}@media screen and (max-width:1024px){.haru-nav-menu--dropdown-tablet span.sub-arrow.active i{transform:rotate(180deg);transition:all 0.3s}}@media screen and (max-width:1024px){.haru-nav-menu--dropdown-tablet.haru-nav-menu--indicator-plus a.highlighted .sub-arrow i:before{content:"-"}}@media screen and (max-width:767px){.haru-nav-menu--dropdown-mobile .haru-nav-menu--main{display:none !important}}@media screen and (min-width:768px){.haru-nav-menu--dropdown-mobile .haru-nav-menu--dropdown,.haru-nav-menu--dropdown-mobile .haru-menu-toggle{display:none !important}}@media screen and (max-width:767px){.haru-nav-menu--dropdown-mobile span.sub-arrow{position:absolute;top:50%;margin-top:-17px;left:auto;right:0;width:34px;height:34px;line-height:34px;overflow:hidden;font-weight:700;font-size:16px;text-align:center;text-shadow:none;background:rgba(0, 0, 0, 0.05);border-radius:0;z-index:9}}@media screen and (max-width:767px){.haru-nav-menu--dropdown-mobile span.sub-arrow i{display:block;transition:all 0.3s}}@media screen and (max-width:767px){.haru-nav-menu--dropdown-mobile span.sub-arrow.active i{transform:rotate(180deg);transition:all 0.3s}}@media screen and (max-width:767px){.haru-nav-menu--dropdown-mobile.haru-nav-menu--indicator-plus a.highlighted .sub-arrow i:before{content:"-"}}.haru-nav-menu--dropdown.haru-nav-menu__container{margin-top:10px;overflow:auto;z-index:99}.haru-nav-menu--stretch .haru-nav-menu--dropdown{position:absolute}.haru-nav-menu--layout-vertical{background:#fff;border:1px solid #eee;box-sizing:border-box;box-shadow:0 0 8px rgba(0, 0, 0, 0.1);border-radius:12px;position:relative}.haru-nav-menu--layout-vertical.show-view-more .menu-vertical-toggle{display:block}.haru-nav-menu--layout-vertical.haru-nav-menu--main .menu-item-has-children:hover>.sub-menu{left:100%;top:0}.haru-nav-menu--layout-vertical .haru-menu-header{background-color:#4B5C66;color:#fff;border-top-left-radius:12px;border-top-right-radius:12px;font-size:18px;font-weight:700;padding:16px 25px;letter-spacing:1px;white-space:nowrap;display:flex;align-items:center;text-transform:uppercase}@media screen and (max-width:1440px){.haru-nav-menu--layout-vertical .haru-menu-header{font-size:16px}}.haru-nav-menu--layout-vertical .haru-menu-header:hover{cursor:pointer}.haru-nav-menu--layout-vertical .haru-menu-header i{font-weight:700;margin-right:10px;position:relative;top:-1px}@media screen and (max-width:1440px){.haru-nav-menu--layout-vertical .haru-menu-header i{top:0}}.haru-nav-menu--layout-vertical .haru-menu-header i:before{content:"";font-family:"phosphor" !important;font-size:22px}@media screen and (max-width:1440px){.haru-nav-menu--layout-vertical .haru-menu-header i:before{font-size:20px}}.haru-nav-menu--layout-vertical .menu-vertical-wrap{position:absolute;width:100%;top:100%;box-shadow:0 0 8px rgba(0, 0, 0, 0.1);border-bottom-left-radius:12px;border-bottom-right-radius:12px}.haru-nav-menu--layout-vertical .haru-nav-menu>li{border-bottom:1px solid #eee}.haru-nav-menu--layout-vertical .haru-nav-menu>li:last-child{border-bottom:none}.haru-nav-menu--layout-vertical .haru-nav-menu>li.menu-item--more{display:none}.haru-nav-menu--layout-vertical .haru-nav-menu>li.menu-item--more.show{display:block}.haru-nav-menu--layout-vertical .haru-nav-menu>li .haru-item--main .sub-arrow{transform:rotate(-90deg);transform-origin:top right}.haru-nav-menu--layout-vertical .haru-nav-menu .menu-icon{height:24px;line-height:24px;margin-right:10px;display:inline-flex;align-items:center}.haru-nav-menu--layout-vertical .menu-vertical-toggle{display:none}.haru-nav-menu--layout-vertical .menu-vertical-toggle .vertical-view-more{display:flex;align-items:center;border-top:1px solid transparent;color:#000;padding:13px 15px;transition:all 0.3s}.haru-nav-menu--layout-vertical .menu-vertical-toggle .vertical-view-more:before{content:"";font-family:"phosphor";font-size:24px;margin-right:10px}.haru-nav-menu--layout-vertical .menu-vertical-toggle .vertical-view-more:hover{color:#4B5C66;transition:all 0.3s}.haru-nav-menu--layout-vertical .menu-vertical-toggle .vertical-view-more.show-category{border-top:1px solid #eee}.haru-nav-menu--layout-vertical .menu-vertical-toggle .vertical-view-more.show-category:before{content:""}.haru-menu-toggle{display:inline-flex;align-items:center;justify-content:center;font-size:22px;width:34px;height:34px;cursor:pointer;border:0 solid;border-radius:3px;background-color:rgba(0, 0, 0, 0.05);color:#000}.haru-menu-toggle.haru-active i:before{content:""}.haru-menu-toggle.toggle-vertical{width:100%;height:auto}.haru-menu-toggle.toggle-vertical .haru-menu-header{background-color:#4B5C66;color:#fff;font-size:16px;font-weight:700;padding:10px 15px;letter-spacing:1px;white-space:nowrap;display:flex;width:100%;align-items:center;text-transform:uppercase}@media screen and (max-width:767px){.haru-menu-toggle.toggle-vertical .haru-menu-header{font-size:15px}}.haru-menu-toggle.toggle-vertical .haru-menu-header:hover{cursor:pointer}.haru-menu-toggle.toggle-vertical .haru-menu-header i{font-weight:700;margin-right:10px;position:relative;top:0px}.haru-menu-toggle.toggle-vertical .haru-menu-header i:before{content:"";font-family:"phosphor" !important;font-size:22px}@media screen and (max-width:767px){.haru-menu-toggle.toggle-vertical .haru-menu-header i:before{font-size:20px}}.elementor-widget-haru-nav-menu:not(.haru-nav-menu--toggle) .haru-menu-toggle{display:none}.elementor-widget-haru-nav-menu .elementor-widget-container{display:flex;flex-direction:column}.elementor-widget-haru-nav-menu .haru-nav-menu--main .haru-item{color:#000;transition:all 0.3s}.elementor-widget-haru-nav-menu .haru-nav-menu--main .haru-item:hover,.elementor-widget-haru-nav-menu .haru-nav-menu--main .haru-item:focus,.elementor-widget-haru-nav-menu .haru-nav-menu--main .haru-item.highlighted,.elementor-widget-haru-nav-menu .haru-nav-menu--main .haru-item.haru-item-active{color:#4B5C66;transition:all 0.3s}.haru-item:before,.haru-item:after{display:block;position:absolute;transition:0.3s}.haru-item:not(:hover):not(:focus):not(.haru-item-active):before,.haru-item:not(:hover):not(:focus):not(.haru-item-active):after{opacity:0}.haru-item-active:before,.haru-item-active:after,.haru-item:hover:before,.haru-item:hover:after,.haru-item:focus:before,.haru-item:focus:after{transform:scale(1)}.haru--pointer-overline .haru-item--main:before,.haru--pointer-overline .haru-item--main:after,.haru--pointer-underline .haru-item--main:before,.haru--pointer-underline .haru-item--main:after,.haru--pointer-double-line .haru-item--main:before,.haru--pointer-double-line .haru-item--main:after{background-color:#4B5C66;height:2px;width:100%;left:0;z-index:1}.haru--pointer-overline.haru--animation-slide .haru-item--main:not(:hover):not(:focus):not(.haru-item-active):before,.haru--pointer-underline.haru--animation-slide .haru-item--main:not(:hover):not(:focus):not(.haru-item-active):before,.haru--pointer-double-line.haru--animation-slide .haru-item--main:not(:hover):not(:focus):not(.haru-item-active):before{width:8px;left:-16px}.haru--pointer-overline.haru--animation-slide .haru-item--main:not(:hover):not(:focus):not(.haru-item-active):after,.haru--pointer-underline.haru--animation-slide .haru-item--main:not(:hover):not(:focus):not(.haru-item-active):after,.haru--pointer-double-line.haru--animation-slide .haru-item--main:not(:hover):not(:focus):not(.haru-item-active):after{width:8px;left:calc(100% + 16px)}.haru--pointer-overline.haru--animation-grow .haru-item--main:not(:hover):not(:focus):not(.haru-item-active):before,.haru--pointer-overline.haru--animation-grow .haru-item--main:not(:hover):not(:focus):not(.haru-item-active):after,.haru--pointer-underline.haru--animation-grow .haru-item--main:not(:hover):not(:focus):not(.haru-item-active):before,.haru--pointer-underline.haru--animation-grow .haru-item--main:not(:hover):not(:focus):not(.haru-item-active):after,.haru--pointer-double-line.haru--animation-grow .haru-item--main:not(:hover):not(:focus):not(.haru-item-active):before,.haru--pointer-double-line.haru--animation-grow .haru-item--main:not(:hover):not(:focus):not(.haru-item-active):after{height:0;width:0;left:50%}.haru--pointer-overline.haru--animation-drop-in .haru-item--main:not(:hover):not(:focus):not(.haru-item-active):before,.haru--pointer-underline.haru--animation-drop-in .haru-item--main:not(:hover):not(:focus):not(.haru-item-active):before,.haru--pointer-double-line.haru--animation-drop-in .haru-item--main:not(:hover):not(:focus):not(.haru-item-active):before{top:-8px}.haru--pointer-overline.haru--animation-drop-in .haru-item--main:not(:hover):not(:focus):not(.haru-item-active):after,.haru--pointer-underline.haru--animation-drop-in .haru-item--main:not(:hover):not(:focus):not(.haru-item-active):after,.haru--pointer-double-line.haru--animation-drop-in .haru-item--main:not(:hover):not(:focus):not(.haru-item-active):after{bottom:-8px}.haru--pointer-overline.haru--animation-drop-out .haru-item--main:not(:hover):not(:focus):not(.haru-item-active):before,.haru--pointer-underline.haru--animation-drop-out .haru-item--main:not(:hover):not(:focus):not(.haru-item-active):before,.haru--pointer-double-line.haru--animation-drop-out .haru-item--main:not(:hover):not(:focus):not(.haru-item-active):before{top:8px}.haru--pointer-overline.haru--animation-drop-out .haru-item--main:not(:hover):not(:focus):not(.haru-item-active):after,.haru--pointer-underline.haru--animation-drop-out .haru-item--main:not(:hover):not(:focus):not(.haru-item-active):after,.haru--pointer-double-line.haru--animation-drop-out .haru-item--main:not(:hover):not(:focus):not(.haru-item-active):after{bottom:8px}.haru--pointer-overline.haru--animation-none,.haru--pointer-underline.haru--animation-none,.haru--pointer-double-line.haru--animation-none{transition-duration:0s}.haru--pointer-overline.haru--animation-none:before,.haru--pointer-overline.haru--animation-none:after,.haru--pointer-overline.haru--animation-none:hover,.haru--pointer-overline.haru--animation-none:focus,.haru--pointer-underline.haru--animation-none:before,.haru--pointer-underline.haru--animation-none:after,.haru--pointer-underline.haru--animation-none:hover,.haru--pointer-underline.haru--animation-none:focus,.haru--pointer-double-line.haru--animation-none:before,.haru--pointer-double-line.haru--animation-none:after,.haru--pointer-double-line.haru--animation-none:hover,.haru--pointer-double-line.haru--animation-none:focus{transition-duration:0s}.haru--pointer-overline.haru--animation-none .haru-item--main,.haru--pointer-underline.haru--animation-none .haru-item--main,.haru--pointer-double-line.haru--animation-none .haru-item--main{transition-duration:0s}.haru--pointer-overline.haru--animation-none .haru-item--main:before,.haru--pointer-overline.haru--animation-none .haru-item--main:after,.haru--pointer-overline.haru--animation-none .haru-item--main:hover,.haru--pointer-overline.haru--animation-none .haru-item--main:focus,.haru--pointer-underline.haru--animation-none .haru-item--main:before,.haru--pointer-underline.haru--animation-none .haru-item--main:after,.haru--pointer-underline.haru--animation-none .haru-item--main:hover,.haru--pointer-underline.haru--animation-none .haru-item--main:focus,.haru--pointer-double-line.haru--animation-none .haru-item--main:before,.haru--pointer-double-line.haru--animation-none .haru-item--main:after,.haru--pointer-double-line.haru--animation-none .haru-item--main:hover,.haru--pointer-double-line.haru--animation-none .haru-item--main:focus{transition-duration:0s}.haru--pointer-overline .haru-item--main:before,.haru--pointer-double-line .haru-item--main:before{content:"";top:0}.haru--pointer-underline .haru-item--main:after,.haru--pointer-double-line .haru-item--main:after{content:"";bottom:0}.haru-sub-item:hover,.haru-sub-item:focus,.haru-sub-item.highlighted,.haru-sub-item.haru-item-active{background-color:#4B5C66;color:#fff;transition:all 0.3s}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{position:absolute;top:-10000em;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.mega-menu-content .haru-item{padding:10px 0;transition:all 0.3s}.mega-menu-content .haru-item:hover{transition:all 0.3s}.mega-menu-content .menu-item:first-child .haru-item{padding-top:0}.mega-menu-content .menu-item:last-child .haru-item{padding-bottom:0}.dark-mode .elementor-widget-haru-nav-menu .haru-nav-menu--main .menu-item-has-children>.sub-menu{box-shadow:0px 15px 20px rgba(255, 255, 255, 0.1)}.dark-mode .elementor-widget-haru-nav-menu .haru-nav-menu--main .haru-item{color:#fff}.dark-mode .elementor-widget-haru-nav-menu .haru-nav-menu--main .haru-item:hover,.dark-mode .elementor-widget-haru-nav-menu .haru-nav-menu--main .haru-item:focus,.dark-mode .elementor-widget-haru-nav-menu .haru-nav-menu--main .haru-item.highlighted,.dark-mode .elementor-widget-haru-nav-menu .haru-nav-menu--main .haru-item.haru-item-active{color:#4B5C66}.dark-mode .elementor-widget-haru-nav-menu .haru-nav-menu--main .haru-nav-menu ul.sub-menu{background-color:#000}.dark-mode .elementor-widget-haru-nav-menu .haru-nav-menu--subdown a{color:#fff}.dark-mode .elementor-widget-haru-nav-menu .haru-sub-item:hover,.dark-mode .elementor-widget-haru-nav-menu .haru-sub-item:focus,.dark-mode .elementor-widget-haru-nav-menu .haru-sub-item.highlighted,.dark-mode .elementor-widget-haru-nav-menu .haru-sub-item.haru-item-active{background-color:#4B5C66;color:#fff}.dark-mode .elementor-widget-haru-nav-menu .haru-nav-menu--dropdown{background-color:#000;box-shadow:0px 15px 20px rgba(255, 255, 255, 0.1)}.dark-mode .elementor-widget-haru-nav-menu .haru-nav-menu--dropdown a{color:#fff;padding:13px 15px}.dark-mode .elementor-widget-haru-nav-menu .haru-menu-toggle{background-color:#fff}.haru-header--transparent-light:not(.haru-header--sticky-on) .haru-menu-toggle{background-color:#fff;color:#000}.haru-header--transparent-dark:not(.haru-header--sticky-on) .haru-menu-toggle{background-color:#000;color:#fff}.haru-nav-menu-popup{display:block;list-style:none;margin:0;padding:0;line-height:normal;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}.haru-nav-menu-popup .menu-label{border-radius:2px;color:#fff;padding:2px 3px;font-size:9px;text-align:center;vertical-align:baseline;margin-left:5px;position:relative;top:-8px}.haru-nav-menu-popup .menu-icon{height:16px;line-height:16px;margin-right:8px}.haru-nav-menu-popup .menu-icon img{max-height:100%}.haru-nav-menu-popup .sub-arrow{display:inline-flex;align-items:center;justify-content:center;position:absolute;top:50%;right:0;width:30px;height:100%;font-size:16px;transform:translateY(-50%);z-index:9}.haru-nav-menu-popup .sub-arrow i{font-style:normal;font-family:"haruicons";display:inline-block;line-height:1;transition:all 0.3s}.haru-nav-menu-popup .sub-arrow i:before{content:""}.haru-nav-menu-popup .sub-arrow.active i{transform:rotate(-45deg);transition:all 0.3s}.haru-nav-menu-popup ul{padding:0;margin:0;list-style:none;line-height:normal;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}.haru-nav-menu-popup a,.haru-nav-menu-popup li{position:relative;display:block}.haru-nav-menu-popup li{border-width:0}.haru-nav-menu-popup--dropdown ul:not(.sub-menu),.haru-nav-menu-popup--dropdown li{display:block;list-style:none;margin:0;padding:0;line-height:normal;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}.haru-nav-menu-popup--dropdown ul.sub-menu{display:none}.haru-nav-menu-popup--dropdown ul ul a,.haru-nav-menu-popup--dropdown ul ul a:hover,.haru-nav-menu-popup--dropdown ul ul a:focus,.haru-nav-menu-popup--dropdown ul ul a:active{border-left:8px solid transparent}.haru-nav-menu-popup--dropdown ul ul ul a,.haru-nav-menu-popup--dropdown ul ul ul a:hover,.haru-nav-menu-popup--dropdown ul ul ul a:focus,.haru-nav-menu-popup--dropdown ul ul ul a:active{border-left:16px solid transparent}.haru-nav-menu-popup--dropdown ul ul ul ul a,.haru-nav-menu-popup--dropdown ul ul ul ul a:hover,.haru-nav-menu-popup--dropdown ul ul ul ul a:focus,.haru-nav-menu-popup--dropdown ul ul ul ul a:active{border-left:24px solid transparent}.haru-nav-menu-popup--dropdown ul ul ul ul ul a,.haru-nav-menu-popup--dropdown ul ul ul ul ul a:hover,.haru-nav-menu-popup--dropdown ul ul ul ul ul a:focus,.haru-nav-menu-popup--dropdown ul ul ul ul ul a:active{border-left:32px solid transparent}.haru-nav-menu-popup--dropdown .sub-arrow{justify-content:flex-end}.haru-nav-menu-popup--dropdown .haru-nav-menu-popup{font-size:28px}@media screen and (max-width:1440px){.haru-nav-menu-popup--dropdown .haru-nav-menu-popup{font-size:24px}}@media screen and (max-width:1024px){.haru-nav-menu-popup--dropdown .haru-nav-menu-popup{font-size:22px}}@media screen and (max-width:991px){.haru-nav-menu-popup--dropdown .haru-nav-menu-popup{font-size:20px}}@media screen and (max-width:767px){.haru-nav-menu-popup--dropdown .haru-nav-menu-popup{font-size:18px}}.haru-nav-menu-popup--dropdown .haru-nav-menu-popup ul.sub-menu{font-size:18px}@media screen and (max-width:1440px){.haru-nav-menu-popup--dropdown .haru-nav-menu-popup ul.sub-menu{font-size:17px}}@media screen and (max-width:1024px){.haru-nav-menu-popup--dropdown .haru-nav-menu-popup ul.sub-menu{font-size:16px}}@media screen and (max-width:991px){.haru-nav-menu-popup--dropdown .haru-nav-menu-popup ul.sub-menu{font-size:14px}}@media screen and (max-width:767px){.haru-nav-menu-popup--dropdown .haru-nav-menu-popup ul.sub-menu{font-size:14px}}.haru-nav-menu-popup--dropdown .haru-nav-menu-popup li a{color:rgba(255, 255, 255, 0.6);font-weight:700;padding:8px 15px 8px 0;transition:all 0.3s}.haru-nav-menu-popup--dropdown .haru-nav-menu-popup li a:hover,.haru-nav-menu-popup--dropdown .haru-nav-menu-popup li a:focus,.haru-nav-menu-popup--dropdown .haru-nav-menu-popup li a.highlighted,.haru-nav-menu-popup--dropdown .haru-nav-menu-popup li a.haru-titem-active{color:#4B5C66;transition:all 0.3s}.haru-nav-menu-popup--dropdown .haru-nav-menu-popup>li>a{padding-left:0;color:#fff;transition:all 0.3s}.haru-nav-menu-popup--dropdown .haru-nav-menu-popup>li>a:hover,.haru-nav-menu-popup--dropdown .haru-nav-menu-popup>li>a:focus,.haru-nav-menu-popup--dropdown .haru-nav-menu-popup>li>a.highlighted,.haru-nav-menu-popup--dropdown .haru-nav-menu-popup>li>a.haru-titem-active{color:#4B5C66;transition:all 0.3s}.haru-nav-menu-popup--dropdown .haru-nav-menu-popup .menu-item-has-children a{padding-right:50px}.haru-nav-menu-popup--dropdown.haru-nav-menu-popup__container{width:500px;max-width:100%;margin:0 auto}.haru-nav-menu-popup__container{padding:10vh 15px;z-index:99}@media screen and (max-width:991px){.haru-nav-menu-popup__container{padding:10vh 15px 6vh 15px}}.haru-nav-menu-popup__container::-webkit-scrollbar-track{border-radius:10px;background-color:#333}.haru-nav-menu-popup__container::-moz-scrollbar-track{border-radius:10px;background-color:#333}.haru-nav-menu-popup__container::-webkit-scrollbar{width:5px;background-color:#333}.haru-nav-menu-popup__container::-moz-scrollbar{width:5px;background-color:#333}.haru-nav-menu-popup__container::-webkit-scrollbar-thumb{border-radius:10px;background-color:rgba(255, 255, 255, 0.3)}.haru-nav-menu-popup__container::-moz-scrollbar-thumb{border-radius:10px;background-color:rgba(255, 255, 255, 0.3)}.haru-nav-menu-popup-bg .mfp-close{opacity:1;font-size:0;top:3vh;right:2vh;width:48px;height:48px;line-height:46px;border-radius:50%;border:1px solid #fff;color:#fff}@media screen and (max-width:991px){.haru-nav-menu-popup-bg .mfp-close{width:40px;height:40px;line-height:38px}}.haru-nav-menu-popup-bg .mfp-close:hover{background-color:#fff;color:#4B5C66}.haru-nav-menu-popup-bg .mfp-close:before{content:"";font-family:"haruicons";font-size:20px}@media screen and (max-width:991px){.haru-nav-menu-popup-bg .mfp-close:before{font-size:18px}}.elementor-edit-mode .section-popup-menu{background-color:#0b0b0b}.haru-menu-toggle-popup{display:block;text-align:center;font-size:32px;width:32px;height:32px;line-height:1;cursor:pointer;border:0 solid;border-radius:3px;color:#000}@media screen and (max-width:1440px){.haru-menu-toggle-popup{font-size:30px;width:30px;height:30px}}@media screen and (max-width:1024px){.haru-menu-toggle-popup{font-size:28px;width:28px;height:28px}}@media screen and (max-width:991px){.haru-menu-toggle-popup{font-size:26px;width:26px;height:26px}}@media screen and (max-width:767px){.haru-menu-toggle-popup{font-size:24px;width:24px;height:24px}}.haru-menu-toggle-popup.haru-active i:before{content:""}.dark-mode .haru-menu-toggle-popup,.background-dark .haru-menu-toggle-popup{color:#fff}.haru-header--transparent-light:not(.haru-header--sticky-on) .haru-menu-toggle-popup{color:#fff}.haru-header--transparent-dark:not(.haru-header--sticky-on) .haru-menu-toggle-popup{color:#000}.haru-nav-menu-sidebar{display:block;list-style:none;margin:0;padding:0;line-height:normal;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}.haru-nav-menu-sidebar .menu-label{border-radius:2px;color:#fff;padding:2px 3px;font-size:9px;text-align:center;vertical-align:baseline;margin-left:5px;position:relative;top:-8px}.haru-nav-menu-sidebar .menu-icon{height:16px;line-height:16px;margin-right:8px}.haru-nav-menu-sidebar .menu-icon img{max-height:100%}.haru-nav-menu-sidebar .sub-arrow{display:inline-flex;align-items:center;justify-content:center;position:absolute;top:50%;right:0;width:30px;height:100%;font-size:16px;transform:translateY(-50%);z-index:9}.haru-nav-menu-sidebar .sub-arrow i{font-style:normal;font-family:"haruicons";display:inline-block;line-height:1;transition:all 0.3s}.haru-nav-menu-sidebar .sub-arrow i:before{content:""}.haru-nav-menu-sidebar .sub-arrow.active i{transform:rotate(-45deg);transition:all 0.3s}.haru-nav-menu-sidebar ul{padding:0;margin:0;list-style:none;line-height:normal;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}.haru-nav-menu-sidebar a,.haru-nav-menu-sidebar li{position:relative;display:block}.haru-nav-menu-sidebar li{border-width:0}.haru-nav-menu-sidebar--dropdown ul:not(.sub-menu),.haru-nav-menu-sidebar--dropdown li{display:block;list-style:none;margin:0;padding:0;line-height:normal;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}.haru-nav-menu-sidebar--dropdown ul.sub-menu{display:none}.haru-nav-menu-sidebar--dropdown ul ul a,.haru-nav-menu-sidebar--dropdown ul ul a:hover,.haru-nav-menu-sidebar--dropdown ul ul a:focus,.haru-nav-menu-sidebar--dropdown ul ul a:active{border-left:8px solid transparent}.haru-nav-menu-sidebar--dropdown ul ul ul a,.haru-nav-menu-sidebar--dropdown ul ul ul a:hover,.haru-nav-menu-sidebar--dropdown ul ul ul a:focus,.haru-nav-menu-sidebar--dropdown ul ul ul a:active{border-left:16px solid transparent}.haru-nav-menu-sidebar--dropdown ul ul ul ul a,.haru-nav-menu-sidebar--dropdown ul ul ul ul a:hover,.haru-nav-menu-sidebar--dropdown ul ul ul ul a:focus,.haru-nav-menu-sidebar--dropdown ul ul ul ul a:active{border-left:24px solid transparent}.haru-nav-menu-sidebar--dropdown ul ul ul ul ul a,.haru-nav-menu-sidebar--dropdown ul ul ul ul ul a:hover,.haru-nav-menu-sidebar--dropdown ul ul ul ul ul a:focus,.haru-nav-menu-sidebar--dropdown ul ul ul ul ul a:active{border-left:32px solid transparent}.haru-nav-menu-sidebar--dropdown .sub-arrow{justify-content:flex-end}.haru-nav-menu-sidebar--dropdown .haru-nav-menu-sidebar{font-size:28px}@media screen and (max-width:1440px){.haru-nav-menu-sidebar--dropdown .haru-nav-menu-sidebar{font-size:24px}}@media screen and (max-width:1024px){.haru-nav-menu-sidebar--dropdown .haru-nav-menu-sidebar{font-size:22px}}@media screen and (max-width:991px){.haru-nav-menu-sidebar--dropdown .haru-nav-menu-sidebar{font-size:20px}}@media screen and (max-width:767px){.haru-nav-menu-sidebar--dropdown .haru-nav-menu-sidebar{font-size:18px}}.haru-nav-menu-sidebar--dropdown .haru-nav-menu-sidebar ul.sub-menu{font-size:18px}@media screen and (max-width:1440px){.haru-nav-menu-sidebar--dropdown .haru-nav-menu-sidebar ul.sub-menu{font-size:17px}}@media screen and (max-width:1024px){.haru-nav-menu-sidebar--dropdown .haru-nav-menu-sidebar ul.sub-menu{font-size:16px}}@media screen and (max-width:991px){.haru-nav-menu-sidebar--dropdown .haru-nav-menu-sidebar ul.sub-menu{font-size:14px}}@media screen and (max-width:767px){.haru-nav-menu-sidebar--dropdown .haru-nav-menu-sidebar ul.sub-menu{font-size:14px}}.haru-nav-menu-sidebar--dropdown .haru-nav-menu-sidebar li a{color:rgba(255, 255, 255, 0.6);font-weight:700;padding:8px 15px 8px 0;transition:all 0.3s}.haru-nav-menu-sidebar--dropdown .haru-nav-menu-sidebar li a:hover,.haru-nav-menu-sidebar--dropdown .haru-nav-menu-sidebar li a:focus,.haru-nav-menu-sidebar--dropdown .haru-nav-menu-sidebar li a.highlighted,.haru-nav-menu-sidebar--dropdown .haru-nav-menu-sidebar li a.haru-titem-active{color:#4B5C66;transition:all 0.3s}.haru-nav-menu-sidebar--dropdown .haru-nav-menu-sidebar>li>a{padding-left:0;color:#fff;transition:all 0.3s}.haru-nav-menu-sidebar--dropdown .haru-nav-menu-sidebar>li>a:hover,.haru-nav-menu-sidebar--dropdown .haru-nav-menu-sidebar>li>a:focus,.haru-nav-menu-sidebar--dropdown .haru-nav-menu-sidebar>li>a.highlighted,.haru-nav-menu-sidebar--dropdown .haru-nav-menu-sidebar>li>a.haru-titem-active{color:#4B5C66;transition:all 0.3s}.haru-nav-menu-sidebar--dropdown .haru-nav-menu-sidebar .menu-item-has-children a{padding-right:50px}.haru-nav-menu-sidebar--dropdown.haru-nav-menu-sidebar__container{width:500px;max-width:100%;margin:0 auto}.haru-nav-menu-sidebar__container{padding:3vh 10px;z-index:99}.sidebar-position--left{left:0;transform:translateX(-100%);border-right:1px solid #333}.sidebar-position--left.canvas-active{transform:translateX(0);transition:all 0.3s}.sidebar-position--right{right:0;transform:translateX(100%);border-left:1px solid #333}.sidebar-position--right.canvas-active{transform:translateX(0);transition:all 0.3s}@media screen and (max-width:991px){.sidebar-position--tablet-left{left:0;transform:translateX(-100%);border-right:1px solid #333}}@media screen and (max-width:991px){.sidebar-position--tablet-left.canvas-active{transform:translateX(0);transition:all 0.3s}}@media screen and (max-width:991px){.sidebar-position--tablet-right{right:0;transform:translateX(100%);border-left:1px solid #333}}@media screen and (max-width:991px){.sidebar-position--tablet-right.canvas-active{transform:translateX(0);transition:all 0.3s}}@media screen and (max-width:767px){.sidebar-position--mobile-left{left:0;transform:translateX(-100%);border-right:1px solid #333}}@media screen and (max-width:767px){.sidebar-position--mobile-left.canvas-active{transform:translateX(0);transition:all 0.3s}}@media screen and (max-width:767px){.sidebar-position--mobile-right{right:0;transform:translateX(100%);border-left:1px solid #333}}@media screen and (max-width:767px){.sidebar-position--mobile-right.canvas-active{transform:translateX(0);transition:all 0.3s}}.haru-nav-menu-sidebar-wrap{position:fixed;top:0;width:300px;height:100vh;overflow:auto;z-index:2;transition:all 0.3s}.haru-nav-menu-sidebar-wrap::-webkit-scrollbar-track{border-radius:10px;background-color:#333}.haru-nav-menu-sidebar-wrap::-moz-scrollbar-track{border-radius:10px;background-color:#333}.haru-nav-menu-sidebar-wrap::-webkit-scrollbar{width:5px;background-color:#333}.haru-nav-menu-sidebar-wrap::-moz-scrollbar{width:5px;background-color:#333}.haru-nav-menu-sidebar-wrap::-webkit-scrollbar-thumb{border-radius:10px;background-color:rgba(255, 255, 255, 0.3)}.haru-nav-menu-sidebar-wrap::-moz-scrollbar-thumb{border-radius:10px;background-color:rgba(255, 255, 255, 0.3)}.canvas-style--dark-no{background-color:#fff}.canvas-style--dark-no .haru-canvas-close{color:#000}.canvas-style--dark-yes{background-color:#000}.canvas-style--dark-yes .haru-canvas-close{color:#fff}.haru-canvas-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0, 0, 0, 0.7);cursor:url(//adm-textile.fr/wp-content/uploads/assets/images/close-white.svg), auto;opacity:0;visibility:hidden;z-index:1;transition:all 0.3s}.haru-canvas-overlay.canvas-active{opacity:1;visibility:visible;transition:all 0.3s}.haru-canvas-close{cursor:pointer;font-size:24px;padding:0 10px;text-align:right;opacity:1;transition:all 0.3s}@media screen and (max-width:767px){.haru-canvas-close{margin-top:15px}}.haru-canvas-close:hover{opacity:0.8;transition:all 0.3s}.haru-canvas-close:before{content:"";font-family:"haruicons"}.elementor-edit-mode .section-sidebar-menu{background-color:#0b0b0b}.haru-menu-toggle-sidebar{display:block;text-align:center;font-size:28px;width:48px;height:48px;line-height:50px;cursor:pointer;border:0 solid;border-radius:50%;background-color:#f5f5f5;color:#000;transition:all 0.3s}@media screen and (max-width:767px){.haru-menu-toggle-sidebar{font-size:24px;width:40px;height:40px;line-height:42px}}.haru-menu-toggle-sidebar:hover{background-color:#4B5C66;color:#fff;transition:all 0.3s}.haru-menu-toggle-sidebar.haru-active i:before{content:""}.dark-mode .haru-menu-toggle-sidebar,.background-dark .haru-menu-toggle-sidebar{color:#fff}.haru-header--transparent-light:not(.haru-header--sticky-on) .haru-menu-toggle-sidebar{color:#fff}.haru-header--transparent-dark:not(.haru-header--sticky-on) .haru-menu-toggle-sidebar{color:#000}.haru-nav-menu-template{display:block;list-style:none;margin:0;padding:0;line-height:normal;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}.haru-nav-menu-template .menu-label{border-radius:2px;color:#fff;padding:2px 3px;font-size:9px;text-align:center;vertical-align:baseline;margin-left:5px;position:relative;top:-8px}.haru-nav-menu-template .menu-icon{height:16px;line-height:16px;margin-right:8px}.haru-nav-menu-template .menu-icon img{max-height:100%}.haru-nav-menu-template .sub-arrow{display:inline-flex;align-items:center;justify-content:center;position:absolute;top:50%;right:0;width:30px;height:100%;font-size:16px;transform:translateY(-50%);z-index:9}.haru-nav-menu-template .sub-arrow i{font-style:normal;font-family:"phosphor";display:inline-block;line-height:1;transition:all 0.3s}.haru-nav-menu-template .sub-arrow i:before{content:""}.haru-nav-menu-template .sub-arrow.active i{transform:rotate(-45deg);transition:all 0.3s}.haru-nav-menu-template ul{padding:0;margin:0;list-style:none;line-height:normal;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}.haru-nav-menu-template a,.haru-nav-menu-template li{position:relative;display:block}.haru-nav-menu-template li{border-width:0}.haru-nav-menu-template .haru-titem,.haru-nav-menu-template .haru-sub-titem{white-space:nowrap}.haru-nav-menu-template--dropdown ul:not(.sub-menu),.haru-nav-menu-template--dropdown li{display:block;list-style:none;margin:0;padding:0;line-height:normal;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}.haru-nav-menu-template--dropdown ul.sub-menu{display:none}.haru-nav-menu-template--dropdown ul ul a,.haru-nav-menu-template--dropdown ul ul a:hover,.haru-nav-menu-template--dropdown ul ul a:focus,.haru-nav-menu-template--dropdown ul ul a:active{border-left:8px solid transparent}.haru-nav-menu-template--dropdown ul ul ul a,.haru-nav-menu-template--dropdown ul ul ul a:hover,.haru-nav-menu-template--dropdown ul ul ul a:focus,.haru-nav-menu-template--dropdown ul ul ul a:active{border-left:16px solid transparent}.haru-nav-menu-template--dropdown ul ul ul ul a,.haru-nav-menu-template--dropdown ul ul ul ul a:hover,.haru-nav-menu-template--dropdown ul ul ul ul a:focus,.haru-nav-menu-template--dropdown ul ul ul ul a:active{border-left:24px solid transparent}.haru-nav-menu-template--dropdown ul ul ul ul ul a,.haru-nav-menu-template--dropdown ul ul ul ul ul a:hover,.haru-nav-menu-template--dropdown ul ul ul ul ul a:focus,.haru-nav-menu-template--dropdown ul ul ul ul ul a:active{border-left:32px solid transparent}.haru-nav-menu-template--dropdown .sub-arrow{justify-content:flex-end}.haru-nav-menu-template--dropdown .haru-nav-menu-template{font-size:20px}@media screen and (max-width:767px){.haru-nav-menu-template--dropdown .haru-nav-menu-template{font-size:18px}}.haru-nav-menu-template--dropdown .haru-nav-menu-template ul.sub-menu{font-size:80%}.haru-nav-menu-template--dropdown .haru-nav-menu-template ul.sub-menu li a{font-weight:400}.haru-nav-menu-template--dropdown .haru-nav-menu-template li a{color:rgba(0, 0, 0, 0.6);font-weight:700;padding:12px 15px 12px 0;transition:all 0.3s}@media screen and (max-width:767px){.haru-nav-menu-template--dropdown .haru-nav-menu-template li a{padding:8px 15px 8px 0}}.haru-nav-menu-template--dropdown .haru-nav-menu-template li a:hover,.haru-nav-menu-template--dropdown .haru-nav-menu-template li a:focus,.haru-nav-menu-template--dropdown .haru-nav-menu-template li a.highlighted,.haru-nav-menu-template--dropdown .haru-nav-menu-template li a.haru-titem-active{color:#4B5C66;transition:all 0.3s}.haru-nav-menu-template--dropdown .haru-nav-menu-template>li>a{padding-left:0;color:#000;transition:all 0.3s}.haru-nav-menu-template--dropdown .haru-nav-menu-template>li>a:hover,.haru-nav-menu-template--dropdown .haru-nav-menu-template>li>a:focus,.haru-nav-menu-template--dropdown .haru-nav-menu-template>li>a.highlighted,.haru-nav-menu-template--dropdown .haru-nav-menu-template>li>a.haru-titem-active{color:#4B5C66;transition:all 0.3s}.haru-nav-menu-template--dropdown .haru-nav-menu-template .menu-item-has-children a{padding-right:40px}.haru-nav-menu-template--hover .haru-nav-menu-template{font-size:28px}@media screen and (max-width:1440px){.haru-nav-menu-template--hover .haru-nav-menu-template{font-size:24px}}@media screen and (max-width:1024px){.haru-nav-menu-template--hover .haru-nav-menu-template{font-size:22px}}@media screen and (max-width:991px){.haru-nav-menu-template--hover .haru-nav-menu-template{font-size:20px}}@media screen and (max-width:767px){.haru-nav-menu-template--hover .haru-nav-menu-template{font-size:18px}}.haru-nav-menu-template--hover .haru-nav-menu-template ul.sub-menu{font-size:18px}@media screen and (max-width:1440px){.haru-nav-menu-template--hover .haru-nav-menu-template ul.sub-menu{font-size:17px}}@media screen and (max-width:1024px){.haru-nav-menu-template--hover .haru-nav-menu-template ul.sub-menu{font-size:16px}}@media screen and (max-width:991px){.haru-nav-menu-template--hover .haru-nav-menu-template ul.sub-menu{font-size:14px}}@media screen and (max-width:767px){.haru-nav-menu-template--hover .haru-nav-menu-template ul.sub-menu{font-size:14px}}.haru-nav-menu-template--hover .haru-nav-menu-template li a{color:rgba(255, 255, 255, 0.6);font-weight:700;padding:8px 30px;transition:all 0.3s}.haru-nav-menu-template--hover .haru-nav-menu-template li a:hover,.haru-nav-menu-template--hover .haru-nav-menu-template li a:focus,.haru-nav-menu-template--hover .haru-nav-menu-template li a.highlighted,.haru-nav-menu-template--hover .haru-nav-menu-template li a.haru-titem-active{color:#4B5C66;transition:all 0.3s}.haru-nav-menu-template--hover .haru-nav-menu-template>li{max-width:25%}.haru-nav-menu-template--hover .haru-nav-menu-template>li>a{padding-left:0;color:#fff}.haru-nav-menu-template--hover .haru-nav-menu-template>li>a:hover,.haru-nav-menu-template--hover .haru-nav-menu-template>li>a:focus,.haru-nav-menu-template--hover .haru-nav-menu-template>li>a.highlighted,.haru-nav-menu-template--hover .haru-nav-menu-template>li>a.haru-titem-active{color:#4B5C66;transition:all 0.3s}.haru-nav-menu-template--hover .haru-nav-menu-template .menu-item-has-children:hover>a>.sub-arrow i{transform:rotate(-45deg);transition:all 0.3s}.haru-nav-menu-template--hover .haru-nav-menu-template .menu-item-has-children>a{padding-right:50px}.haru-nav-menu-template--hover .haru-nav-menu-template .menu-item-has-children:hover>.sub-menu{display:block;top:8px;left:100%;z-index:99}.haru-nav-menu-template--hover .haru-nav-menu-template .menu-item-has-children:hover>.sub-menu>.menu-item-has-children:hover>.sub-menu{display:block;top:0;left:100%;z-index:99}.haru-nav-menu-template--hover .haru-nav-menu-template .menu-item-has-children:hover>.sub-menu>.menu-item-has-children:hover>.sub-menu>.menu-item-has-children:hover>.sub-menu{display:block;top:0;left:100%;z-index:99}.haru-nav-menu-template--hover .haru-nav-menu-template .menu-item-has-children:hover>.sub-menu>.menu-item-has-children:hover>.sub-menu>.menu-item-has-children:hover>.sub-menu>.menu-item-has-children:hover>.sub-menu{display:block;top:0;left:100%;z-index:99}.haru-nav-menu-template--hover .haru-nav-menu-template ul.sub-menu{position:absolute;min-width:205px;display:none}.haru-nav-menu-template__container{z-index:99}.haru-nav-menu-template__container::-webkit-scrollbar-track{border-radius:10px;background-color:#333}.haru-nav-menu-template__container::-moz-scrollbar-track{border-radius:10px;background-color:#333}.haru-nav-menu-template__container::-webkit-scrollbar{width:5px;background-color:#333}.haru-nav-menu-template__container::-moz-scrollbar{width:5px;background-color:#333}.haru-nav-menu-template__container::-webkit-scrollbar-thumb{border-radius:10px;background-color:rgba(255, 255, 255, 0.3)}.haru-nav-menu-template__container::-moz-scrollbar-thumb{border-radius:10px;background-color:rgba(255, 255, 255, 0.3)}@media screen and (max-width:1024px){.haru-nav-menu-template-layout-hover .haru-nav-menu-template--hover{display:none}}.haru-nav-menu-template-layout-hover .haru-nav-menu-template--dropdown{display:none}@media screen and (max-width:1024px){.haru-nav-menu-template-layout-hover .haru-nav-menu-template--dropdown{display:block}}.elementor-edit-mode .section-popup-menu{background-color:#0b0b0b}.dark-mode .haru-nav-menu-template--dropdown .haru-nav-menu-template li a{color:rgba(255, 255, 255, 0.6)}.dark-mode .haru-nav-menu-template--dropdown .haru-nav-menu-template li a:hover,.dark-mode .haru-nav-menu-template--dropdown .haru-nav-menu-template li a:focus,.dark-mode .haru-nav-menu-template--dropdown .haru-nav-menu-template li a.highlighted,.dark-mode .haru-nav-menu-template--dropdown .haru-nav-menu-template li a.haru-titem-active{color:#4B5C66}.dark-mode .haru-nav-menu-template--dropdown .haru-nav-menu-template>li>a{color:#fff}.dark-mode .haru-nav-menu-template--dropdown .haru-nav-menu-template>li>a:hover,.dark-mode .haru-nav-menu-template--dropdown .haru-nav-menu-template>li>a:focus,.dark-mode .haru-nav-menu-template--dropdown .haru-nav-menu-template>li>a.highlighted,.dark-mode .haru-nav-menu-template--dropdown .haru-nav-menu-template>li>a.haru-titem-active{color:#4B5C66}.haru-heading-title--topbar-1{font-size:18px;font-weight:700;margin:0}@media screen and (max-width:1440px){.haru-heading-title--topbar-1{font-size:16px}}@media screen and (max-width:991px){.haru-heading-title--topbar-1{font-size:14px}}.haru-heading-title--topbar-2{color:#7A683D;font-size:14px;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin:0}@media screen and (max-width:767px){.haru-heading-title--topbar-2{font-size:13px}}.haru-heading-title--topbar-2 a{color:#7E7E7E}.haru-heading-title--topbar-2 i{font-size:20px;margin-right:8px;position:relative;bottom:-3px}.haru-heading-title--topbar-3{color:#000;font-size:14px;font-weight:500;margin:0}.haru-heading-title--topbar-3 a{color:#7E7E7E}.haru-heading-title--topbar-3 i{font-size:20px;margin-right:8px;position:relative;bottom:-3px}.haru-heading-title--menu-1{font-size:15px;font-weight:700;margin:0}.haru-heading-title--menu-1 span{color:#4B5C66}.haru-heading-title--menu-1 i{position:relative;bottom:-1px;font-weight:700}.haru-heading-title--menu-2{font-size:18px;text-transform:uppercase;letter-spacing:1px}@media screen and (max-width:1440px){.haru-heading-title--menu-2{font-size:17px}}@media screen and (max-width:1024px){.haru-heading-title--menu-2{font-size:16px}}.haru-heading-title--footer-1{color:#000000;font-size:20px}@media screen and (max-width:1440px){.haru-heading-title--footer-1{font-size:18px}}.haru-heading-title--footer-1 span{color:#4B5C66;font-size:16px;font-weight:400;margin-left:8px;position:relative;top:-2px}@media screen and (max-width:1440px){.haru-heading-title--footer-1 span{font-size:15px}}.haru-heading-title--footer-2{color:#000000;font-size:22px}@media screen and (max-width:1440px){.haru-heading-title--footer-2{font-size:20px}}@media screen and (max-width:1024px){.haru-heading-title--footer-2{font-size:18px}}.haru-heading-title--footer-2 span{color:#4B5C66;font-size:16px;font-weight:400;margin-left:8px;position:relative;top:-2px}@media screen and (max-width:1440px){.haru-heading-title--footer-2 span{font-size:15px}}.haru-heading-title--footer-3{color:#000000;font-size:16px;font-weight:400;text-transform:uppercase}.haru-heading-title--footer-4{color:#000000;font-size:18px;text-transform:uppercase}@media screen and (max-width:1024px){.haru-heading-title--footer-4{font-size:16px}}.haru-heading-title--footer-text-1{color:#7E7E7E;font-size:14px;font-weight:500;line-height:1.8}.haru-heading-title--footer-copyright-1{font-size:16px;font-weight:400;color:#7E7E7E;margin:0}@media screen and (max-width:767px){.haru-heading-title--footer-copyright-1{font-size:14px}}.haru-heading-title--footer-copyright-2{font-size:14px;font-weight:400;color:#7E7E7E;margin:0}.haru-heading-title--notice-1{font-size:14px;font-weight:600;margin:0;border-radius:3px;color:#11b196;background-color:rgba(17, 177, 150, 0.1);display:inline-block;padding:6px 13px;position:relative;letter-spacing:2px;text-transform:uppercase}@media screen and (max-width:1440px){.haru-heading-title--notice-1{font-size:13px;padding:5px 10px}}.haru-heading-title--description-1{font-size:20px;color:#7E7E7E;font-weight:400;line-height:1.6}@media screen and (max-width:1440px){.haru-heading-title--description-1{font-size:18px}}@media screen and (max-width:1024px){.haru-heading-title--description-1{font-size:17px}}@media screen and (max-width:991px){.haru-heading-title--description-1{font-size:16px}}@media screen and (max-width:767px){.haru-heading-title--description-1{font-size:14px}}.haru-heading-title--description-2{font-size:18px;color:#7E7E7E;font-weight:400;line-height:1.8}@media screen and (max-width:1440px){.haru-heading-title--description-2{font-size:17px}}@media screen and (max-width:1024px){.haru-heading-title--description-2{font-size:16px}}@media screen and (max-width:991px){.haru-heading-title--description-2{font-size:14px}}.haru-heading-title--description-3{font-size:16px;color:#7E7E7E;font-weight:400;line-height:1.8}@media screen and (max-width:1440px){.haru-heading-title--description-3{font-size:14px}}.haru-heading-title--heading-1{font-size:64px;font-weight:700;line-height:1.15}@media screen and (max-width:1440px){.haru-heading-title--heading-1{font-size:48px}}@media screen and (max-width:1024px){.haru-heading-title--heading-1{font-size:42px}}@media screen and (max-width:991px){.haru-heading-title--heading-1{font-size:32px}}@media screen and (max-width:767px){.haru-heading-title--heading-1{font-size:24px}}.haru-heading-title--heading-1 span{display:inline-block;position:relative}.haru-heading-title--heading-1 span:after{content:"";position:absolute;left:0;bottom:5px;width:100%;height:15px;background-color:rgba(75, 92, 102, 0.3);background:linear-gradient(101.31deg, #B1F1B3 2.11%, #F3EEC2 105.05%);z-index:-1}@media screen and (max-width:1440px){.haru-heading-title--heading-1 span:after{bottom:3px;height:12px}}@media screen and (max-width:767px){.haru-heading-title--heading-1 span:after{bottom:3px;height:8px}}.haru-heading-title--heading-2{font-size:48px;line-height:1.25}@media screen and (max-width:1440px){.haru-heading-title--heading-2{font-size:36px}}@media screen and (max-width:1024px){.haru-heading-title--heading-2{font-size:32px}}@media screen and (max-width:991px){.haru-heading-title--heading-2{font-size:28px}}@media screen and (max-width:767px){.haru-heading-title--heading-2{font-size:24px}}.haru-heading-title--heading-2 span{display:inline-block;position:relative;z-index:1}.haru-heading-title--heading-2 span:after{content:"";position:absolute;left:0;bottom:5px;width:100%;height:15px;background-color:rgba(75, 92, 102, 0.3);background:linear-gradient(101.31deg, #B1F1B3 2.11%, #F3EEC2 105.05%);z-index:-1}@media screen and (max-width:1440px){.haru-heading-title--heading-2 span:after{bottom:3px;height:12px}}@media screen and (max-width:767px){.haru-heading-title--heading-2 span:after{bottom:3px;height:8px}}.haru-heading-title--heading-3{font-size:24px}@media screen and (max-width:1440px){.haru-heading-title--heading-3{font-size:22px}}@media screen and (max-width:1024px){.haru-heading-title--heading-3{font-size:20px}}@media screen and (max-width:991px){.haru-heading-title--heading-3{font-size:18px}}@media screen and (max-width:767px){.haru-heading-title--heading-3{font-size:16px}}.haru-heading-title--heading-4{font-size:72px;line-height:1.15}@media screen and (max-width:1440px){.haru-heading-title--heading-4{font-size:62px}}@media screen and (max-width:1024px){.haru-heading-title--heading-4{font-size:52px}}@media screen and (max-width:991px){.haru-heading-title--heading-4{font-size:42px}}@media screen and (max-width:767px){.haru-heading-title--heading-4{font-size:32px;text-align:left}}.haru-heading-title--heading-5{font-size:40px;line-height:1.15}@media screen and (max-width:1440px){.haru-heading-title--heading-5{font-size:36px}}@media screen and (max-width:1024px){.haru-heading-title--heading-5{font-size:32px}}@media screen and (max-width:991px){.haru-heading-title--heading-5{font-size:28px}}@media screen and (max-width:767px){.haru-heading-title--heading-5{font-size:24px}}.haru-heading-title--heading-6{font-size:48px;line-height:1.15}.haru-heading-title--heading-6.font__secondary{font-weight:400}@media screen and (max-width:1440px){.haru-heading-title--heading-6{font-size:42px}}@media screen and (max-width:1024px){.haru-heading-title--heading-6{font-size:36px}}@media screen and (max-width:991px){.haru-heading-title--heading-6{font-size:28px}}@media screen and (max-width:767px){.haru-heading-title--heading-6{font-size:24px}}.haru-heading-title--heading-7{font-size:28px}@media screen and (max-width:1440px){.haru-heading-title--heading-7{font-size:24px}}@media screen and (max-width:1024px){.haru-heading-title--heading-7{font-size:22px}}@media screen and (max-width:991px){.haru-heading-title--heading-7{font-size:20px}}@media screen and (max-width:767px){.haru-heading-title--heading-7{font-size:18px}}.haru-heading-title--heading-8{font-size:20px}@media screen and (max-width:1440px){.haru-heading-title--heading-8{font-size:18px}}@media screen and (max-width:1024px){.haru-heading-title--heading-8{font-size:16px}}.haru-heading-title--heading-9{font-size:40px;line-height:1.3;margin-top:15px}@media screen and (max-width:1440px){.haru-heading-title--heading-9{font-size:36px}}@media screen and (max-width:1024px){.haru-heading-title--heading-9{font-size:32px}}@media screen and (max-width:991px){.haru-heading-title--heading-9{font-size:28px}}@media screen and (max-width:767px){.haru-heading-title--heading-9{font-size:24px}}.haru-heading-title--heading-9 span{display:inline-block;position:relative;z-index:1}.haru-heading-title--heading-9 span:after{content:"";position:absolute;left:0;bottom:5px;width:100%;height:15px;background-color:rgba(75, 92, 102, 0.3);background:linear-gradient(101.31deg, #B1F1B3 2.11%, #F3EEC2 105.05%);z-index:-1}@media screen and (max-width:1440px){.haru-heading-title--heading-9 span:after{bottom:3px;height:12px}}@media screen and (max-width:767px){.haru-heading-title--heading-9 span:after{bottom:3px;height:8px}}.haru-heading-title--heading-10{font-family:Smooch;font-size:64px;font-weight:400;color:#f5f5f5;line-height:1}@media screen and (max-width:1440px){.haru-heading-title--heading-10{font-size:48px}}@media screen and (max-width:1024px){.haru-heading-title--heading-10{font-size:42px}}@media screen and (max-width:991px){.haru-heading-title--heading-10{font-size:36px}}@media screen and (max-width:767px){.haru-heading-title--heading-10{font-size:32px}}.haru-heading-title--heading-10 span{font-size:165%}.haru-heading-title--heading-10.haru-heading-title--sub-size-medium{font-size:96px}@media screen and (max-width:1440px){.haru-heading-title--heading-10.haru-heading-title--sub-size-medium{font-size:80px}}@media screen and (max-width:1024px){.haru-heading-title--heading-10.haru-heading-title--sub-size-medium{font-size:72px}}@media screen and (max-width:991px){.haru-heading-title--heading-10.haru-heading-title--sub-size-medium{font-size:56px}}@media screen and (max-width:767px){.haru-heading-title--heading-10.haru-heading-title--sub-size-medium{font-size:36px}}.haru-heading-title--heading-10.haru-heading-title--sub-size-large{font-size:110px}@media screen and (max-width:1440px){.haru-heading-title--heading-10.haru-heading-title--sub-size-large{font-size:96px}}@media screen and (max-width:1024px){.haru-heading-title--heading-10.haru-heading-title--sub-size-large{font-size:80px}}@media screen and (max-width:991px){.haru-heading-title--heading-10.haru-heading-title--sub-size-large{font-size:72px}}@media screen and (max-width:767px){.haru-heading-title--heading-10.haru-heading-title--sub-size-large{font-size:64px}}.haru-heading-title--heading-11{font-size:48px;font-weight:800;line-height:1.2;letter-spacing:0.05rem;position:relative;text-transform:uppercase}@media screen and (max-width:1440px){.haru-heading-title--heading-11{font-size:36px}}@media screen and (max-width:1024px){.haru-heading-title--heading-11{font-size:32px}}@media screen and (max-width:991px){.haru-heading-title--heading-11{font-size:26px}}@media screen and (max-width:767px){.haru-heading-title--heading-11{font-size:22px}}.haru-heading-title--heading-11:before{content:"";position:absolute;height:4px;width:100px;background-color:#4B5C66;position:absolute;bottom:-15px;left:0}@media screen and (max-width:1440px){.haru-heading-title--heading-11:before{height:3px;width:90px}}@media screen and (max-width:767px){.haru-heading-title--heading-11:before{height:2px;width:80px}}.haru-heading-title--heading-11.haru-heading-title--align-center:before{left:50%;transform:translateX(-50%)}.haru-heading-title--heading-11.haru-heading-title--align-left:before{left:0}.haru-heading-title--heading-11.haru-heading-title--align-right:before{right:0}@media screen and (max-width:1024px){.haru-heading-title--heading-11.haru-heading-title--align-tablet-center:before{left:50%;transform:translateX(-50%)}}@media screen and (max-width:1024px){.haru-heading-title--heading-11.haru-heading-title--align-tablet-left:before{left:0;transform:none}}@media screen and (max-width:1024px){.haru-heading-title--heading-11.haru-heading-title--align-tablet-right:before{right:0;transform:none}}@media screen and (max-width:767px){.haru-heading-title--heading-11.haru-heading-title--align-mobile-center:before{left:50%;transform:translateX(-50%)}}@media screen and (max-width:767px){.haru-heading-title--heading-11.haru-heading-title--align-mobile-left:before{left:0;transform:none}}@media screen and (max-width:767px){.haru-heading-title--heading-11.haru-heading-title--align-mobile-right:before{right:0;transform:none}}.haru-heading-title--heading-12{font-size:72px;font-weight:800;line-height:1.2;position:relative;text-transform:uppercase}@media screen and (max-width:1440px){.haru-heading-title--heading-12{font-size:64px}}@media screen and (max-width:1024px){.haru-heading-title--heading-12{font-size:56px}}@media screen and (max-width:991px){.haru-heading-title--heading-12{font-size:42px}}@media screen and (max-width:767px){.haru-heading-title--heading-12{font-size:36px}}.haru-heading-title--heading-13{font-family:Smooch;font-size:40px;font-weight:400;color:#f5f5f5;line-height:1}@media screen and (max-width:1440px){.haru-heading-title--heading-13{font-size:36px}}@media screen and (max-width:1024px){.haru-heading-title--heading-13{font-size:32px}}@media screen and (max-width:991px){.haru-heading-title--heading-13{font-size:28px}}@media screen and (max-width:767px){.haru-heading-title--heading-13{font-size:24px}}.haru-heading-title--sub-heading-1{color:#7A683D;background-color:rgba(122, 104, 61, 0.15);display:inline-block;position:relative;font-size:18px;padding:8px 18px;border-radius:40px}@media screen and (max-width:1440px){.haru-heading-title--sub-heading-1{font-size:17px;padding:6px 18px}}@media screen and (max-width:1024px){.haru-heading-title--sub-heading-1{font-size:16px}}@media screen and (max-width:991px){.haru-heading-title--sub-heading-1{font-size:14px}}.haru-heading-title--sub-heading-1 .haru-star{position:absolute;left:calc(100% + 10px);top:6px}.haru-heading-title--sub-heading-1 .haru-star:before{font-size:24px;color:#f3bb2e;font-family:"phosphor";letter-spacing:3px;position:relative;top:-3px}@media screen and (max-width:1440px){.haru-heading-title--sub-heading-1 .haru-star:before{font-size:20px;top:-2px}}@media screen and (max-width:1024px){.haru-heading-title--sub-heading-1 .haru-star:before{font-size:19px;top:-2px}}@media screen and (max-width:991px){.haru-heading-title--sub-heading-1 .haru-star:before{font-size:18px;top:-1px}}.haru-heading-title--sub-heading-1 .haru-star--5:before{content:""}.haru-heading-title--sub-heading-1 .haru-star--4:before{content:""}.haru-heading-title--sub-heading-1 .haru-star--3:before{content:""}.haru-heading-title--sub-heading-1 .haru-star--2:before{content:""}.haru-heading-title--sub-heading-1 .haru-star--2:before{content:""}.haru-heading-title--sub-heading-2{color:#7A683D;font-size:13px;letter-spacing:1px;text-transform:uppercase}@media screen and (max-width:1440px){.haru-heading-title--sub-heading-2{font-size:24px}}@media screen and (max-width:1024px){.haru-heading-title--sub-heading-2{font-size:20px}}@media screen and (max-width:991px){.haru-heading-title--sub-heading-2{font-size:18px}}@media screen and (max-width:767px){.haru-heading-title--sub-heading-2{font-size:16px}}.haru-heading-title--sub-heading-3{font-size:13px;letter-spacing:1px;text-transform:uppercase}.haru-heading-title--sub-heading-3 i{font-size:24px;position:relative;bottom:-5px;margin-right:8px}.haru-heading-title--sub-heading-3 svg{max-height:24px;max-width:24px;position:relative;bottom:-5px;margin-right:8px}.haru-heading-title--sub-heading-3 i,.haru-heading-title--sub-heading-3 svg path{color:#4B5C66;fill:#4B5C66}.haru-heading-title--sub-heading-4{font-size:24px}@media screen and (max-width:1440px){.haru-heading-title--sub-heading-4{font-size:22px}}@media screen and (max-width:1024px){.haru-heading-title--sub-heading-4{font-size:20px}}@media screen and (max-width:991px){.haru-heading-title--sub-heading-4{font-size:18px}}@media screen and (max-width:767px){.haru-heading-title--sub-heading-4{font-size:16px}}.haru-heading-title--sub-heading-5{font-size:18px;font-weight:500;line-height:1.8}@media screen and (max-width:1440px){.haru-heading-title--sub-heading-5{font-size:17px}}@media screen and (max-width:1024px){.haru-heading-title--sub-heading-5{font-size:16px}}.haru-heading-title--sub-heading-6{font-size:18px;font-weight:700;letter-spacing:2px;text-transform:uppercase}@media screen and (max-width:1440px){.haru-heading-title--sub-heading-6{font-size:17px}}@media screen and (max-width:1024px){.haru-heading-title--sub-heading-6{font-size:16px}}@media screen and (max-width:991px){.haru-heading-title--sub-heading-6{font-size:15px}}@media screen and (max-width:767px){.haru-heading-title--sub-heading-6{font-size:14px}}.haru-heading-title--sub-heading-6 span{display:inline-block;background-color:#4B5C66;border-radius:3px;color:#fff;padding:0 11px;letter-spacing:normal}.haru-heading-title--sub-heading-7{font-size:18px;font-weight:500;color:#7E7E7E}.haru-heading-title--sub-heading-8.font__secondary,.haru-heading-title--sub-heading-11.font__secondary{font-size:24px;font-weight:400;font-style:italic}@media screen and (max-width:1440px){.haru-heading-title--sub-heading-8.font__secondary,.haru-heading-title--sub-heading-11.font__secondary{font-size:22px}}@media screen and (max-width:1024px){.haru-heading-title--sub-heading-8.font__secondary,.haru-heading-title--sub-heading-11.font__secondary{font-size:20px}}@media screen and (max-width:991px){.haru-heading-title--sub-heading-8.font__secondary,.haru-heading-title--sub-heading-11.font__secondary{font-size:18px}}@media screen and (max-width:767px){.haru-heading-title--sub-heading-8.font__secondary,.haru-heading-title--sub-heading-11.font__secondary{font-size:16px}}.haru-heading-title--sub-heading-9{font-style:italic;font-size:36px;margin-bottom:0;line-height:1}@media screen and (max-width:1440px){.haru-heading-title--sub-heading-9{font-size:28px}}@media screen and (max-width:1024px){.haru-heading-title--sub-heading-9{font-size:26px}}@media screen and (max-width:991px){.haru-heading-title--sub-heading-9{font-size:24px}}@media screen and (max-width:767px){.haru-heading-title--sub-heading-9{font-size:20px}}.haru-heading-title--sub-heading-10{font-size:24px;font-weight:600;text-transform:uppercase;letter-spacing:1px}@media screen and (max-width:1440px){.haru-heading-title--sub-heading-10{font-size:20px}}@media screen and (max-width:1024px){.haru-heading-title--sub-heading-10{font-size:18px}}@media screen and (max-width:991px){.haru-heading-title--sub-heading-10{font-size:16px}}@media screen and (max-width:767px){.haru-heading-title--sub-heading-10{font-size:14px}}.haru-heading-title--sub-heading-11{line-height:1.6}.haru-heading-title--landing-1{font-size:120px;font-weight:800;color:#4B5C66}@media screen and (max-width:1440px){.haru-heading-title--landing-1{font-size:100px}}@media screen and (max-width:1024px){.haru-heading-title--landing-1{font-size:80px}}@media screen and (max-width:991px){.haru-heading-title--landing-1{font-size:60px}}@media screen and (max-width:767px){.haru-heading-title--landing-1{font-size:50px}}.haru-heading-title--landing-1 span{font-size:80px;line-height:1;position:absolute;top:20%;left:auto;padding-left:5px}@media screen and (max-width:1440px){.haru-heading-title--landing-1 span{font-size:70px}}@media screen and (max-width:1024px){.haru-heading-title--landing-1 span{font-size:60px}}@media screen and (max-width:991px){.haru-heading-title--landing-1 span{font-size:50px}}@media screen and (max-width:767px){.haru-heading-title--landing-1 span{font-size:40px}}.haru-heading-title--landing-2{font-size:56px;font-family:Smooch;font-weight:400;color:#4B5C66;margin-top:10px;margin-bottom:10px}@media screen and (max-width:1440px){.haru-heading-title--landing-2{font-size:42px}}@media screen and (max-width:1024px){.haru-heading-title--landing-2{font-size:36px}}@media screen and (max-width:991px){.haru-heading-title--landing-2{font-size:28px}}@media screen and (max-width:767px){.haru-heading-title--landing-2{font-size:24px}}.haru-heading-title--landing-3{color:#fff;font-size:72px;line-height:1.15;text-shadow:4px 2px 0 #8322CF}@media screen and (max-width:1440px){.haru-heading-title--landing-3{font-size:62px}}@media screen and (max-width:1024px){.haru-heading-title--landing-3{font-size:52px}}@media screen and (max-width:991px){.haru-heading-title--landing-3{font-size:42px}}@media screen and (max-width:767px){.haru-heading-title--landing-3{font-size:32px}}.haru-heading-title--menu-heading-1{font-size:18px}.haru-heading-title--single-heading-1{font-size:16px;text-transform:uppercase}@media screen and (max-width:1024px){.haru-heading-title--single-heading-1{font-size:15px}}@media screen and (max-width:991px){.haru-heading-title--single-heading-1{font-size:14px;margin-bottom:5px}}@media screen and (max-width:767px){.haru-heading-title--single-heading-1{margin-bottom:0}}.haru-heading-title .heading-separator{display:inline-block;width:1px;height:24px;margin:0 15px;background-color:#fff;position:relative;bottom:-6px}.dark-mode .haru-heading-title--sub-heading-1,.background-dark .haru-heading-title--sub-heading-1{color:#7A683D;background-color:#fff}.dark-mode .haru-heading-title--footer-text-1,.background-dark .haru-heading-title--footer-text-1{color:#9b9b9b}.dark-mode .haru-heading-title--footer-copyright-1,.background-dark .haru-heading-title--footer-copyright-1{color:#9b9b9b}.haru-footer-link ul{list-style:none;list-style-type:none;padding:0;margin:0}.haru-footer-link li{margin-bottom:12px}@media screen and (max-width:767px){.haru-footer-link li{margin-bottom:10px}}.haru-footer-link li:last-child{margin-bottom:0}.haru-footer-link--style-1 a{font-size:16px;transition:all 0.3s}@media screen and (max-width:1440px){.haru-footer-link--style-1 a{font-size:14px}}.haru-footer-link--style-1 a:hover,.haru-footer-link--style-1 a:active{color:#4B5C66;transition:all 0.3s}.haru-footer-link--style-2 li{display:inline-block;position:relative;margin:0 12px}.haru-footer-link--style-2 li:after{content:"";position:absolute;width:1px;height:16px;background-color:rgba(155, 155, 155, 0.5);top:50%;right:-12px;transform:translateY(-50%)}.haru-footer-link--style-2 li:first-child{margin-left:0}.haru-footer-link--style-2 li:last-child{margin-right:0}.haru-footer-link--style-2 li:last-child:after{display:none}.haru-footer-link--style-2 a{font-size:16px;transition:all 0.3s}@media screen and (max-width:1440px){.haru-footer-link--style-2 a{font-size:14px}}.haru-footer-link--style-2 a:hover,.haru-footer-link--style-2 a:active{color:#4B5C66;transition:all 0.3s}.haru-footer-link--style-3 a{color:#000;font-size:16px;transition:all 0.3s}@media screen and (max-width:1440px){.haru-footer-link--style-3 a{font-size:14px}}.haru-footer-link--style-3 a:hover,.haru-footer-link--style-3 a:active{color:#4B5C66;transition:all 0.3s}.dark-mode .haru-footer-link--style-1 a,.background-dark .haru-footer-link--style-1 a{color:#9b9b9b}.dark-mode .haru-footer-link--style-1 a:hover,.dark-mode .haru-footer-link--style-1 a:active,.background-dark .haru-footer-link--style-1 a:hover,.background-dark .haru-footer-link--style-1 a:active{color:#4B5C66}.dark-mode .haru-footer-link--style-2 a,.background-dark .haru-footer-link--style-2 a{color:#9b9b9b}.dark-mode .haru-footer-link--style-2 a:hover,.dark-mode .haru-footer-link--style-2 a:active,.background-dark .haru-footer-link--style-2 a:hover,.background-dark .haru-footer-link--style-2 a:active{color:#4B5C66}.dark-mode .haru-footer-link--style-3 a,.background-dark .haru-footer-link--style-3 a{color:#9b9b9b}.dark-mode .haru-footer-link--style-3 a:hover,.dark-mode .haru-footer-link--style-3 a:active,.background-dark .haru-footer-link--style-3 a:hover,.background-dark .haru-footer-link--style-3 a:active{color:#4B5C66}.haru-footer-text--style-1{font-size:18px}@media screen and (max-width:1440px){.haru-footer-text--style-1{font-size:17px}}@media screen and (max-width:1024px){.haru-footer-text--style-1{font-size:16px}}.haru-footer-text--style-1 strong,.haru-footer-text--style-1 b{color:#000;font-weight:400}.haru-contact ul{list-style:none;list-style-type:none;padding:0;margin:0}.haru-contact li{display:flex;margin-bottom:15px}@media screen and (max-width:767px){.haru-contact li{margin-bottom:10px}}.haru-contact li:last-child{margin-bottom:0}.haru-contact__icon{margin-right:10px;line-height:1}.haru-contact__title{margin-top:0;margin-bottom:10px}.haru-contact--none .haru-contact__icon{color:#4B5C66}.haru-contact--style-1 a{color:#000;transition:all 0.3s}.haru-contact--style-1 a:hover,.haru-contact--style-1 a:active{color:#4B5C66;transition:all 0.3s}.haru-contact--style-1 .haru-contact__icon{color:#4B5C66;margin-right:10px;margin-top:10px;font-size:32px}@media screen and (max-width:1440px){.haru-contact--style-1 .haru-contact__icon{font-size:28px}}@media screen and (max-width:1024px){.haru-contact--style-1 .haru-contact__icon{font-size:26px}}@media screen and (max-width:991px){.haru-contact--style-1 .haru-contact__icon{font-size:24px}}@media screen and (max-width:767px){.haru-contact--style-1 .haru-contact__icon{font-size:20px}}.haru-contact--style-1 .haru-contact__icon svg path{fill:#4B5C66 !important}.haru-contact--style-1 .haru-contact__title{margin-top:0;margin-bottom:6px;color:#ABABAB;font-size:13px;letter-spacing:1px;text-transform:uppercase}@media screen and (max-width:991px){.haru-contact--style-1 .haru-contact__title{margin-bottom:3px}}.haru-contact--style-1 .haru-contact__desc{color:#000}.haru-contact--style-1 .haru-contact__desc strong,.haru-contact--style-1 .haru-contact__desc b{font-size:17px;line-height:1.4}@media screen and (max-width:1440px){.haru-contact--style-1 .haru-contact__desc strong,.haru-contact--style-1 .haru-contact__desc b{font-size:15px}}.haru-contact--style-2 li{margin-bottom:10px}.haru-contact--style-2 a{color:#000;transition:all 0.3s}.haru-contact--style-2 a:hover,.haru-contact--style-2 a:active{color:#4B5C66;transition:all 0.3s}.haru-contact--style-2 .haru-contact__icon{display:none}.haru-contact--style-2 .haru-contact__title{display:none}.haru-contact--style-2 .haru-contact__desc{font-size:16px}.haru-contact--style-2 .haru-contact__desc strong,.haru-contact--style-2 .haru-contact__desc b{color:#000;font-size:18px}@media screen and (max-width:1440px){.haru-contact--style-2 .haru-contact__desc strong,.haru-contact--style-2 .haru-contact__desc b{font-size:17px}}@media screen and (max-width:1024px){.haru-contact--style-2 .haru-contact__desc strong,.haru-contact--style-2 .haru-contact__desc b{font-size:16px}}.haru-contact--style-3 .haru-contact__top{display:flex;justify-content:space-between;margin-bottom:15px}.haru-contact--style-3 .haru-contact__heading{font-size:16px}.haru-contact--style-3 .haru-contact__btn a{color:#4B5C66;font-weight:700;text-decoration:underline}.haru-contact--style-3 .haru-contact__icon{color:#4B5C66;margin-right:10px;margin-top:2px}.haru-contact--style-3 .haru-contact__icon svg path{fill:#4B5C66 !important}.haru-contact--style-4 li{margin-bottom:8px}.haru-contact--style-4 a{color:#000;transition:all 0.3s}.haru-contact--style-4 a:hover,.haru-contact--style-4 a:active{color:#4B5C66;transition:all 0.3s}.haru-contact--style-4 .haru-contact__icon{display:none}.haru-contact--style-4 .haru-contact__title{display:none}.haru-contact--style-4 .haru-contact__desc strong{color:#000}.haru-contact--style-5 a{color:#000;transition:all 0.3s}.haru-contact--style-5 a:hover,.haru-contact--style-5 a:active{color:#4B5C66;transition:all 0.3s}.haru-contact--style-5 strong{color:#000}.haru-contact--style-5 li{margin-bottom:30px}.haru-contact--style-5 .haru-contact__icon{display:none}.haru-contact--style-5 .haru-contact__title{margin-top:0;margin-bottom:15px;font-size:24px}@media screen and (max-width:1440px){.haru-contact--style-5 .haru-contact__title{font-size:20px}}@media screen and (max-width:1024px){.haru-contact--style-5 .haru-contact__title{font-size:18px}}.haru-contact--style-5 .haru-contact__desc{line-height:2}.haru-contact--style-6{border:1px solid #eee;padding:40px 25px}@media screen and (max-width:991px){.haru-contact--style-6{padding:35px 15px}}.haru-contact--style-6 a{color:#000;transition:all 0.3s}.haru-contact--style-6 a:hover,.haru-contact--style-6 a:active{color:#4B5C66;transition:all 0.3s}.haru-contact--style-6 strong{color:#000}.haru-contact--style-6 li{margin-bottom:30px}.haru-contact--style-6 .haru-contact__icon{color:#000;margin-right:15px;margin-top:3px;font-size:24px}@media screen and (max-width:1024px){.haru-contact--style-6 .haru-contact__icon{font-size:22px}}@media screen and (max-width:991px){.haru-contact--style-6 .haru-contact__icon{font-size:20px}}.haru-contact--style-6 .haru-contact__icon svg path{fill:#4B5C66 !important}.haru-contact--style-6 .haru-contact__title{margin-top:0;margin-bottom:15px;font-size:20px}@media screen and (max-width:991px){.haru-contact--style-6 .haru-contact__title{font-size:18px}}.haru-contact--style-6 .haru-contact__desc{line-height:2}.haru-contact--style-7 a{color:#000;transition:all 0.3s}.haru-contact--style-7 a:hover,.haru-contact--style-7 a:active{color:#4B5C66;transition:all 0.3s}.haru-contact--style-7 .haru-contact__icon{color:#4B5C66;margin-right:10px;margin-top:10px;font-size:32px}@media screen and (max-width:1440px){.haru-contact--style-7 .haru-contact__icon{font-size:28px}}@media screen and (max-width:1024px){.haru-contact--style-7 .haru-contact__icon{font-size:26px}}@media screen and (max-width:991px){.haru-contact--style-7 .haru-contact__icon{font-size:24px}}@media screen and (max-width:767px){.haru-contact--style-7 .haru-contact__icon{font-size:20px}}.haru-contact--style-7 .haru-contact__icon svg path{fill:#4B5C66 !important}.haru-contact--style-7 .haru-contact__title{margin-top:0;margin-bottom:5px;color:#ABABAB;font-size:14px;font-weight:500}@media screen and (max-width:991px){.haru-contact--style-7 .haru-contact__title{margin-bottom:3px}}.haru-contact--style-7 .haru-contact__desc{color:#000}.haru-contact--style-7 .haru-contact__desc strong,.haru-contact--style-7 .haru-contact__desc b{font-size:17px;line-height:1.4}@media screen and (max-width:1440px){.haru-contact--style-7 .haru-contact__desc strong,.haru-contact--style-7 .haru-contact__desc b{font-size:15px}}.dark-mode .haru-contact--style-1 a,.background-dark .haru-contact--style-1 a{color:#fff}.dark-mode .haru-contact--style-1 a:hover,.dark-mode .haru-contact--style-1 a:active,.background-dark .haru-contact--style-1 a:hover,.background-dark .haru-contact--style-1 a:active{color:#4B5C66}.dark-mode .haru-contact--style-1 .haru-contact__title,.background-dark .haru-contact--style-1 .haru-contact__title{color:#9b9b9b}.dark-mode .haru-contact--style-1 .haru-contact__desc,.background-dark .haru-contact--style-1 .haru-contact__desc{color:#fff}.dark-mode .haru-contact--style-2 a,.background-dark .haru-contact--style-2 a{color:#fff}.dark-mode .haru-contact--style-2 a:hover,.dark-mode .haru-contact--style-2 a:active,.background-dark .haru-contact--style-2 a:hover,.background-dark .haru-contact--style-2 a:active{color:#4B5C66}.dark-mode .haru-contact--style-2 .haru-contact__desc,.background-dark .haru-contact--style-2 .haru-contact__desc{color:#fff}.dark-mode .haru-contact--style-2 .haru-contact__desc strong,.dark-mode .haru-contact--style-2 .haru-contact__desc b,.background-dark .haru-contact--style-2 .haru-contact__desc strong,.background-dark .haru-contact--style-2 .haru-contact__desc b{color:#4B5C66}.dark-mode .haru-contact--style-5 a,.background-dark .haru-contact--style-5 a{color:#fff}.dark-mode .haru-contact--style-5 a:hover,.dark-mode .haru-contact--style-5 a:active,.background-dark .haru-contact--style-5 a:hover,.background-dark .haru-contact--style-5 a:active{color:#4B5C66}.dark-mode .haru-contact--style-5 strong,.background-dark .haru-contact--style-5 strong{color:#fff}.dark-mode .haru-contact--style-6,.background-dark .haru-contact--style-6{border:1px solid #323f4b}.dark-mode .haru-contact--style-6 a,.background-dark .haru-contact--style-6 a{color:#fff}.dark-mode .haru-contact--style-6 a:hover,.dark-mode .haru-contact--style-6 a:active,.background-dark .haru-contact--style-6 a:hover,.background-dark .haru-contact--style-6 a:active{color:#4B5C66}.dark-mode .haru-contact--style-6 strong,.background-dark .haru-contact--style-6 strong{color:#fff}.dark-mode .haru-contact--style-6 .haru-contact__icon,.background-dark .haru-contact--style-6 .haru-contact__icon{color:#fff}.dark-mode .haru-contact--style-7 a,.background-dark .haru-contact--style-7 a{color:#fff}.dark-mode .haru-contact--style-7 a:hover,.dark-mode .haru-contact--style-7 a:active,.background-dark .haru-contact--style-7 a:hover,.background-dark .haru-contact--style-7 a:active{color:#4B5C66}.dark-mode .haru-contact--style-7 .haru-contact__title,.background-dark .haru-contact--style-7 .haru-contact__title{color:#9b9b9b}.dark-mode .haru-contact--style-7 .haru-contact__desc,.background-dark .haru-contact--style-7 .haru-contact__desc{color:#fff}.haru-social ul{list-style:none;list-style-type:none;padding:0;margin:0;display:flex;flex-wrap:wrap}.haru-social--none li{margin:0 12px}.haru-social--none li:first-child{margin-left:0}.haru-social--none li:last-child{margin-right:0}.haru-social--none a{display:flex;align-items:center}.haru-social--none a:hover .haru-social__title{color:#4B5C66;transition:all 0.3s}.haru-social--none .haru-social__title{margin-top:0;margin-bottom:0;margin-left:10px;font-weight:600;color:#000;transition:all 0.3s}.haru-social--style-1 li{margin:0 12px}.haru-social--style-1 li:first-child{margin-left:0}.haru-social--style-1 li:last-child{margin-right:0}.haru-social--style-1 a:hover .haru-social__icon{background-color:#4B5C66;color:#fff;transition:all 0.3s}.haru-social--style-1 .haru-social__icon{background-color:#323f4b;border-radius:50%;color:#fff;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:all 0.3s}.haru-social--style-1 .haru-social__icon svg path{fill:#323f4b}.haru-social--style-2 li{margin:0 20px}@media screen and (max-width:1440px){.haru-social--style-2 li{margin:0 18px}}@media screen and (max-width:1024px){.haru-social--style-2 li{margin:0 16px}}@media screen and (max-width:991px){.haru-social--style-2 li{margin:0 14px}}@media screen and (max-width:991px){.haru-social--style-2 li{margin:0 12px}}.haru-social--style-2 li:first-child{margin-left:0}.haru-social--style-2 li:last-child{margin-right:0}.haru-social--style-2 a:hover .haru-social__title{color:#4B5C66;transition:all 0.3s}.haru-social--style-2 .haru-social__title{color:#000000;font-weight:600;font-size:20px;transition:all 0.3s}@media screen and (max-width:1440px){.haru-social--style-2 .haru-social__title{font-size:18px}}@media screen and (max-width:1024px){.haru-social--style-2 .haru-social__title{font-size:17px}}@media screen and (max-width:767px){.haru-social--style-2 .haru-social__title{font-size:16px}}.haru-social--style-3 li{margin:0 15px}@media screen and (max-width:1440px){.haru-social--style-3 li{margin:0 13px}}@media screen and (max-width:1024px){.haru-social--style-3 li{margin:0 11px}}.haru-social--style-3 li:first-child{margin-left:0}.haru-social--style-3 li:last-child{margin-right:0}.haru-social--style-3 a:hover .haru-social__icon{color:#4B5C66;transition:all 0.3s}.haru-social--style-3 .haru-social__icon{color:#9B9B9B;font-size:20px;transition:all 0.3s}@media screen and (max-width:1440px){.haru-social--style-3 .haru-social__icon{font-size:19px}}@media screen and (max-width:1024px){.haru-social--style-3 .haru-social__icon{font-size:18px}}.haru-social--style-3 .haru-social__icon svg path{fill:#9B9B9B}.haru-social--style-4 ul{display:flex;justify-content:space-between}@media screen and (max-width:767px){.haru-social--style-4 ul{display:block}}.haru-social--style-4 li{flex:1;position:relative;text-align:center}@media screen and (max-width:767px){.haru-social--style-4 li{border-bottom:1px solid #eee}}@media screen and (max-width:767px){.haru-social--style-4 li:last-child{border:none}}.haru-social--style-4 a{display:block;padding:28px 0;transition:all 0.3s}@media screen and (max-width:1440px){.haru-social--style-4 a{padding:25px 0}}@media screen and (max-width:991px){.haru-social--style-4 a{padding:20px 0}}.haru-social--style-4 a:hover{background-color:#ebf1fc;transition:all 0.3s}.haru-social--style-4 a:hover .haru-social__icon{opacity:1;visibility:visible}.haru-social--style-4 a:hover .haru-social__title{opacity:0;visibility:hidden;transition:all 0.3s}.haru-social--style-4 .haru-social__icon{font-size:24px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);opacity:0;visibility:hidden;transition:all 0.3s}@media screen and (max-width:1440px){.haru-social--style-4 .haru-social__icon{font-size:22px}}.haru-social--style-4 .haru-social__icon .fa-facebook,.haru-social--style-4 .haru-social__icon .fa-facebook-f,.haru-social--style-4 .haru-social__icon .fa-facebook-messenger,.haru-social--style-4 .haru-social__icon .fa-facebook-square{color:#3b5998}.haru-social--style-4 .haru-social__icon .fa-instagram{color:#3f729b}.haru-social--style-4 .haru-social__icon .fa-twitter,.haru-social--style-4 .haru-social__icon .fa-twitter-square{color:#3998F2}.haru-social--style-4 .haru-social__icon .fa-vimeo,.haru-social--style-4 .haru-social__icon .fa-vimeo-square,.haru-social--style-4 .haru-social__icon .fa-vimeo-v{color:#1ab7ea}.haru-social--style-4 .haru-social__icon .fa-pinterest,.haru-social--style-4 .haru-social__icon .fa-pinterest-square,.haru-social--style-4 .haru-social__icon .fa-pinterest-p{color:#e60023}.haru-social--style-4 .haru-social__icon .fa-youtube-square,.haru-social--style-4 .haru-social__icon .fa-youtube{color:#ff0000}.haru-social--style-4 .haru-social__title{color:#000000;font-weight:700;font-size:18px;opacity:1;visibility:visible;transition:all 0.3s}@media screen and (max-width:1440px){.haru-social--style-4 .haru-social__title{font-size:17px}}@media screen and (max-width:1024px){.haru-social--style-4 .haru-social__title{font-size:16px}}@media screen and (max-width:767px){.haru-social--style-4 .haru-social__title{font-size:14px}}.haru-social--style-5 li{margin:0 8px}.haru-social--style-5 li:first-child{margin-left:0}.haru-social--style-5 li:last-child{margin-right:0}.haru-social--style-5 a:hover .haru-social__icon{border:1px solid #4B5C66;background-color:#4B5C66;color:#fff;transition:all 0.3s}.haru-social--style-5 a:hover .haru-social__icon svg path{fill:#fff}.haru-social--style-5 .haru-social__icon{border-radius:50%;border:1px solid #eee;background-color:transparent;color:#000000;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:all 0.3s}.haru-social--style-5 .haru-social__icon svg path{fill:#000000}.haru-social--size-large.haru-social--style-3 li{margin:0 20px}@media screen and (max-width:1440px){.haru-social--size-large.haru-social--style-3 li{margin:0 15px}}.haru-social--size-large.haru-social--style-3 li:first-child{margin-left:0}.haru-social--size-large.haru-social--style-3 li:last-child{margin-right:0}.haru-social--size-large.haru-social--style-3 .haru-social__icon{font-size:24px}@media screen and (max-width:1440px){.haru-social--size-large.haru-social--style-3 .haru-social__icon{font-size:22px}}@media screen and (max-width:1024px){.haru-social--size-large.haru-social--style-3 .haru-social__icon{font-size:20px}}@media screen and (max-width:991px){.haru-social--size-large.haru-social--style-3 .haru-social__icon{font-size:18px}}@media screen and (max-width:767px){.haru-social--size-large.haru-social--style-3 .haru-social__icon{font-size:16px}}.haru-social--size-small.haru-social--style-3 li{margin:0 10px}.haru-social--size-small.haru-social--style-3 li:first-child{margin-left:0}.haru-social--size-small.haru-social--style-3 li:last-child{margin-right:0}.haru-social--size-small.haru-social--style-3 .haru-social__icon{font-size:16px}.dark-mode .haru-social--style-2 a:hover .haru-social__title,.background-dark .haru-social--style-2 a:hover .haru-social__title{color:#4B5C66}.dark-mode .haru-social--style-2 .haru-social__title,.background-dark .haru-social--style-2 .haru-social__title{color:#fff}.dark-mode .haru-social--style-3 a:hover .haru-social__icon,.background-dark .haru-social--style-3 a:hover .haru-social__icon{color:#4B5C66}.dark-mode .haru-social--style-3 .haru-social__icon,.background-dark .haru-social--style-3 .haru-social__icon{color:#fff}.dark-mode .haru-social--style-3 .haru-social__icon svg path,.background-dark .haru-social--style-3 .haru-social__icon svg path{fill:#fff}@media screen and (max-width:767px){.dark-mode .haru-social--style-4 li,.background-dark .haru-social--style-4 li{border-bottom:1px solid #333}}@media screen and (max-width:767px){.dark-mode .haru-social--style-4 li:last-child,.background-dark .haru-social--style-4 li:last-child{border:none}}.dark-mode .haru-social--style-4 a:has(> .haru-social__icon .fa-facebook):hover,.dark-mode .haru-social--style-4 a:has(> .haru-social__icon .fa-facebook-f):hover,.dark-mode .haru-social--style-4 a:has(> .haru-social__icon .fa-facebook-messenger):hover,.dark-mode .haru-social--style-4 a:has(> .haru-social__icon .fa-facebook-square):hover,.background-dark .haru-social--style-4 a:has(> .haru-social__icon .fa-facebook):hover,.background-dark .haru-social--style-4 a:has(> .haru-social__icon .fa-facebook-f):hover,.background-dark .haru-social--style-4 a:has(> .haru-social__icon .fa-facebook-messenger):hover,.background-dark .haru-social--style-4 a:has(> .haru-social__icon .fa-facebook-square):hover{background-color:#3b5998}.dark-mode .haru-social--style-4 a:has(> .haru-social__icon .fa-instagram):hover,.background-dark .haru-social--style-4 a:has(> .haru-social__icon .fa-instagram):hover{background-color:#3f729b}.dark-mode .haru-social--style-4 a:has(> .haru-social__icon .fa-twitter):hover,.dark-mode .haru-social--style-4 a:has(> .haru-social__icon .fa-twitter-square):hover,.background-dark .haru-social--style-4 a:has(> .haru-social__icon .fa-twitter):hover,.background-dark .haru-social--style-4 a:has(> .haru-social__icon .fa-twitter-square):hover{background-color:#3998F2}.dark-mode .haru-social--style-4 a:has(> .haru-social__icon .fa-vimeo):hover,.dark-mode .haru-social--style-4 a:has(> .haru-social__icon .fa-vimeo-v):hover,.dark-mode .haru-social--style-4 a:has(> .haru-social__icon .fa-vimeo-square):hover,.background-dark .haru-social--style-4 a:has(> .haru-social__icon .fa-vimeo):hover,.background-dark .haru-social--style-4 a:has(> .haru-social__icon .fa-vimeo-v):hover,.background-dark .haru-social--style-4 a:has(> .haru-social__icon .fa-vimeo-square):hover{background-color:#1ab7ea}.dark-mode .haru-social--style-4 a:has(> .haru-social__icon .fa-pinterest):hover,.dark-mode .haru-social--style-4 a:has(> .haru-social__icon .fa-pinterest-square):hover,.dark-mode .haru-social--style-4 a:has(> .haru-social__icon .fa-pinterest-p):hover,.background-dark .haru-social--style-4 a:has(> .haru-social__icon .fa-pinterest):hover,.background-dark .haru-social--style-4 a:has(> .haru-social__icon .fa-pinterest-square):hover,.background-dark .haru-social--style-4 a:has(> .haru-social__icon .fa-pinterest-p):hover{background-color:#e60023}.dark-mode .haru-social--style-4 a:has(> .haru-social__icon .fa-youtube):hover,.dark-mode .haru-social--style-4 a:has(> .haru-social__icon .fa-youtube-square):hover,.background-dark .haru-social--style-4 a:has(> .haru-social__icon .fa-youtube):hover,.background-dark .haru-social--style-4 a:has(> .haru-social__icon .fa-youtube-square):hover{background-color:#ff0000}.dark-mode .haru-social--style-4 a:hover,.background-dark .haru-social--style-4 a:hover{background-color:#4B5C66}.dark-mode .haru-social--style-4 a:hover .haru-social__icon,.background-dark .haru-social--style-4 a:hover .haru-social__icon{color:#fff}.dark-mode .haru-social--style-4 a:hover .haru-social__icon .fa-facebook,.dark-mode .haru-social--style-4 a:hover .haru-social__icon .fa-facebook-f,.dark-mode .haru-social--style-4 a:hover .haru-social__icon .fa-facebook-messenger,.dark-mode .haru-social--style-4 a:hover .haru-social__icon .fa-facebook-square,.background-dark .haru-social--style-4 a:hover .haru-social__icon .fa-facebook,.background-dark .haru-social--style-4 a:hover .haru-social__icon .fa-facebook-f,.background-dark .haru-social--style-4 a:hover .haru-social__icon .fa-facebook-messenger,.background-dark .haru-social--style-4 a:hover .haru-social__icon .fa-facebook-square{color:#fff}.dark-mode .haru-social--style-4 a:hover .haru-social__icon .fa-instagram,.background-dark .haru-social--style-4 a:hover .haru-social__icon .fa-instagram{color:#fff}.dark-mode .haru-social--style-4 a:hover .haru-social__icon .fa-twitter,.dark-mode .haru-social--style-4 a:hover .haru-social__icon .fa-twitter-square,.background-dark .haru-social--style-4 a:hover .haru-social__icon .fa-twitter,.background-dark .haru-social--style-4 a:hover .haru-social__icon .fa-twitter-square{color:#fff}.dark-mode .haru-social--style-4 a:hover .haru-social__icon .fa-vimeo,.dark-mode .haru-social--style-4 a:hover .haru-social__icon .fa-vimeo-square,.dark-mode .haru-social--style-4 a:hover .haru-social__icon .fa-vimeo-v,.background-dark .haru-social--style-4 a:hover .haru-social__icon .fa-vimeo,.background-dark .haru-social--style-4 a:hover .haru-social__icon .fa-vimeo-square,.background-dark .haru-social--style-4 a:hover .haru-social__icon .fa-vimeo-v{color:#fff}.dark-mode .haru-social--style-4 a:hover .haru-social__icon .fa-pinterest,.dark-mode .haru-social--style-4 a:hover .haru-social__icon .fa-pinterest-square,.dark-mode .haru-social--style-4 a:hover .haru-social__icon .fa-pinterest-p,.background-dark .haru-social--style-4 a:hover .haru-social__icon .fa-pinterest,.background-dark .haru-social--style-4 a:hover .haru-social__icon .fa-pinterest-square,.background-dark .haru-social--style-4 a:hover .haru-social__icon .fa-pinterest-p{color:#fff}.dark-mode .haru-social--style-4 a:hover .haru-social__icon .fa-youtube-square,.dark-mode .haru-social--style-4 a:hover .haru-social__icon .fa-youtube,.background-dark .haru-social--style-4 a:hover .haru-social__icon .fa-youtube-square,.background-dark .haru-social--style-4 a:hover .haru-social__icon .fa-youtube{color:#fff}.dark-mode .haru-social--style-4 .haru-social__title,.background-dark .haru-social--style-4 .haru-social__title{color:#fff}.dark-mode .haru-social--style-5 a:hover .haru-social__icon,.background-dark .haru-social--style-5 a:hover .haru-social__icon{border:1px solid #4B5C66;background-color:#4B5C66;color:#fff}.dark-mode .haru-social--style-5 .haru-social__icon,.background-dark .haru-social--style-5 .haru-social__icon{border:1px solid #333;background-color:transparent;color:#fff}.dark-mode .haru-social--style-5 .haru-social__icon svg path,.background-dark .haru-social--style-5 .haru-social__icon svg path{fill:#fff}.haru-counter--style-1 .haru-counter__number-wrap,.haru-counter--style-5 .haru-counter__number-wrap{display:flex;line-height:1;font-size:40px;font-weight:700}@media screen and (max-width:1440px){.haru-counter--style-1 .haru-counter__number-wrap,.haru-counter--style-5 .haru-counter__number-wrap{font-size:36px}}@media screen and (max-width:1024px){.haru-counter--style-1 .haru-counter__number-wrap,.haru-counter--style-5 .haru-counter__number-wrap{font-size:32px}}@media screen and (max-width:991px){.haru-counter--style-1 .haru-counter__number-wrap,.haru-counter--style-5 .haru-counter__number-wrap{font-size:28px}}@media screen and (max-width:767px){.haru-counter--style-1 .haru-counter__number-wrap,.haru-counter--style-5 .haru-counter__number-wrap{font-size:24px}}.haru-counter--style-1 .haru-counter__number,.haru-counter--style-5 .haru-counter__number{font-weight:700}.haru-counter--style-1 .haru-counter__number-prefix,.haru-counter--style-1 .haru-counter__number-suffix,.haru-counter--style-5 .haru-counter__number-prefix,.haru-counter--style-5 .haru-counter__number-suffix{white-space:pre-wrap}.haru-counter--style-1 .haru-counter__number-prefix,.haru-counter--style-5 .haru-counter__number-prefix{text-align:right}.haru-counter--style-1 .haru-counter__number-suffix,.haru-counter--style-5 .haru-counter__number-suffix{text-align:left}.haru-counter--style-1 .haru-counter__title,.haru-counter--style-5 .haru-counter__title{display:flex;color:#7E7E7E;font-size:18px;font-weight:500;margin-top:10px}@media screen and (max-width:1440px){.haru-counter--style-1 .haru-counter__title,.haru-counter--style-5 .haru-counter__title{font-size:17px}}@media screen and (max-width:1024px){.haru-counter--style-1 .haru-counter__title,.haru-counter--style-5 .haru-counter__title{font-size:16px}}@media screen and (max-width:991px){.haru-counter--style-1 .haru-counter__title,.haru-counter--style-5 .haru-counter__title{font-size:15px}}.haru-counter--style-1 .haru-counter__number-wrap{color:#4B5C66}.haru-counter--style-5 .haru-counter__number-wrap{color:#7A683D}.haru-counter--style-2 .haru-counter__number-wrap{display:flex;line-height:1;font-size:48px;font-weight:700;color:#000}@media screen and (max-width:1440px){.haru-counter--style-2 .haru-counter__number-wrap{font-size:42px}}@media screen and (max-width:1024px){.haru-counter--style-2 .haru-counter__number-wrap{font-size:36px}}@media screen and (max-width:991px){.haru-counter--style-2 .haru-counter__number-wrap{font-size:30px}}@media screen and (max-width:767px){.haru-counter--style-2 .haru-counter__number-wrap{font-size:24px}}.haru-counter--style-2 .haru-counter__number{font-weight:700}.haru-counter--style-2 .haru-counter__number-prefix,.haru-counter--style-2 .haru-counter__number-suffix{white-space:pre-wrap}.haru-counter--style-2 .haru-counter__number-prefix{text-align:right}.haru-counter--style-2 .haru-counter__number-suffix{text-align:left}.haru-counter--style-2 .haru-counter__title{display:flex;color:#7E7E7E;font-size:18px;font-weight:500;margin-top:10px}@media screen and (max-width:1440px){.haru-counter--style-2 .haru-counter__title{font-size:17px}}@media screen and (max-width:1024px){.haru-counter--style-2 .haru-counter__title{font-size:16px}}@media screen and (max-width:991px){.haru-counter--style-2 .haru-counter__title{font-size:15px}}.haru-counter--style-2.has-divider{position:relative}.haru-counter--style-2.has-divider:before{content:"";width:1px;height:68%;position:absolute;background-color:#ccc;left:-40px;top:50%;transform:translateY(-50%)}@media screen and (max-width:767px){.haru-counter--style-2.has-divider:before{left:-30px}}.haru-counter--style-3 .haru-counter__number-wrap{display:flex;line-height:1;font-size:56px;font-weight:700;color:#000}@media screen and (max-width:1440px){.haru-counter--style-3 .haru-counter__number-wrap{font-size:48px}}@media screen and (max-width:1024px){.haru-counter--style-3 .haru-counter__number-wrap{font-size:42px}}@media screen and (max-width:991px){.haru-counter--style-3 .haru-counter__number-wrap{font-size:36px}}.haru-counter--style-3 .haru-counter__number{font-weight:700}.haru-counter--style-3 .haru-counter__number-prefix,.haru-counter--style-3 .haru-counter__number-suffix{white-space:pre-wrap}.haru-counter--style-3 .haru-counter__number-prefix{text-align:right}.haru-counter--style-3 .haru-counter__number-suffix{text-align:left}.haru-counter--style-3 .haru-counter__title{display:flex;color:#3e4c59;font-size:24px;font-weight:500;margin-top:10px}@media screen and (max-width:1440px){.haru-counter--style-3 .haru-counter__title{font-size:22px}}@media screen and (max-width:1024px){.haru-counter--style-3 .haru-counter__title{font-size:20px}}@media screen and (max-width:991px){.haru-counter--style-3 .haru-counter__title{font-size:16px}}@media screen and (max-width:767px){.haru-counter--style-3 .haru-counter__title{font-size:16px}}.haru-counter--style-3 .haru-counter__description{display:flex;border-top:1px solid #eee;padding-top:20px;margin-top:15px}.haru-counter--style-4{padding:40px 30px 40px 50px;background:#fff;box-shadow:0px 15px 50px rgba(0, 0, 0, 0.08);border-radius:12px;min-height:210px}@media screen and (max-width:767px){.haru-counter--style-4{min-height:200px}}.haru-counter--style-4 .haru-counter__number-wrap{display:flex;line-height:1;font-size:48px;font-weight:700;color:#4B5C66}@media screen and (max-width:1440px){.haru-counter--style-4 .haru-counter__number-wrap{font-size:42px}}@media screen and (max-width:1024px){.haru-counter--style-4 .haru-counter__number-wrap{font-size:36px}}.haru-counter--style-4 .haru-counter__number{font-weight:600}.haru-counter--style-4 .haru-counter__number-prefix,.haru-counter--style-4 .haru-counter__number-suffix{white-space:pre-wrap}.haru-counter--style-4 .haru-counter__number-prefix{text-align:right}.haru-counter--style-4 .haru-counter__number-suffix{text-align:left}.haru-counter--style-4 .haru-counter__title{display:flex;font-size:18px;font-weight:700;margin-top:15px}@media screen and (max-width:1440px){.haru-counter--style-4 .haru-counter__title{font-size:17px}}@media screen and (max-width:1024px){.haru-counter--style-4 .haru-counter__title{font-size:16px}}.dark-mode .haru-counter--style-1 .haru-counter__number-wrap,.background-dark .haru-counter--style-1 .haru-counter__number-wrap{color:#fff}.dark-mode .haru-counter--style-1 .haru-counter__title,.background-dark .haru-counter--style-1 .haru-counter__title{color:#ababab}.dark-mode .haru-counter--style-2 .haru-counter__number-wrap,.background-dark .haru-counter--style-2 .haru-counter__number-wrap{color:#fff}.dark-mode .haru-counter--style-2 .haru-counter__title,.background-dark .haru-counter--style-2 .haru-counter__title{color:#ababab}.dark-mode .haru-counter--style-3 .haru-counter__number-wrap,.background-dark .haru-counter--style-3 .haru-counter__number-wrap{color:#fff}.dark-mode .haru-counter--style-3 .haru-counter__title,.background-dark .haru-counter--style-3 .haru-counter__title{color:#fff}.dark-mode .haru-counter--style-3 .haru-counter__description,.background-dark .haru-counter--style-3 .haru-counter__description{border-top:1px solid rgba(255, 255, 255, 0.6);color:rgba(255, 255, 255, 0.7)}.haru-countdown--label-block .haru-countdown__label{display:block}.haru-countdown--style-1 .haru-countdown__content{display:flex;line-height:1.4}.haru-countdown--style-1 .haru-countdown__item{margin:0 25px;text-align:center}.haru-countdown--style-1 .haru-countdown__item:first-child{margin-left:0}.haru-countdown--style-1 .haru-countdown__item:last-child{margin-right:0}@media screen and (max-width:1440px){.haru-countdown--style-1 .haru-countdown__item{margin:0 20px}}@media screen and (max-width:1024px){.haru-countdown--style-1 .haru-countdown__item{margin:0 15px}}@media screen and (max-width:991px){.haru-countdown--style-1 .haru-countdown__item{margin:0 10px}}.haru-countdown--style-1 .haru-countdown__digits{font-size:48px;font-weight:600;color:#000;position:relative}@media screen and (max-width:1440px){.haru-countdown--style-1 .haru-countdown__digits{font-size:42px}}@media screen and (max-width:1024px){.haru-countdown--style-1 .haru-countdown__digits{font-size:36px}}@media screen and (max-width:991px){.haru-countdown--style-1 .haru-countdown__digits{font-size:32px}}@media screen and (max-width:767px){.haru-countdown--style-1 .haru-countdown__digits{font-size:28px}}.haru-countdown--style-1 .haru-countdown__digits:before{content:":";font-size:24px;position:absolute;right:calc(100% + 21px);top:50%;transform:translateY(-50%)}@media screen and (max-width:1440px){.haru-countdown--style-1 .haru-countdown__digits:before{font-size:22px;right:calc(100% + 17px)}}@media screen and (max-width:1024px){.haru-countdown--style-1 .haru-countdown__digits:before{font-size:20px;right:calc(100% + 15px)}}@media screen and (max-width:991px){.haru-countdown--style-1 .haru-countdown__digits:before{font-size:18px;right:calc(100% + 9px)}}@media screen and (max-width:767px){.haru-countdown--style-1 .haru-countdown__digits:before{font-size:16px;right:calc(100% + 8px)}}.haru-countdown--style-1 .haru-countdown__digits.haru-countdown__days:before{display:none}.haru-countdown--style-1.haru-countdown--medium .haru-countdown__item{margin:0 18px}@media screen and (max-width:1440px){.haru-countdown--style-1.haru-countdown--medium .haru-countdown__item{margin:0 15px}}@media screen and (max-width:1024px){.haru-countdown--style-1.haru-countdown--medium .haru-countdown__item{margin:0 10px}}@media screen and (max-width:991px){.haru-countdown--style-1.haru-countdown--medium .haru-countdown__item{margin:0 8px}}.haru-countdown--style-1.haru-countdown--medium .haru-countdown__item:first-child{margin-left:0}.haru-countdown--style-1.haru-countdown--medium .haru-countdown__item:last-child{margin-right:0}.haru-countdown--style-1.haru-countdown--medium .haru-countdown__digits{font-size:40px;font-weight:600;color:#000;position:relative}@media screen and (max-width:1440px){.haru-countdown--style-1.haru-countdown--medium .haru-countdown__digits{font-size:36px}}@media screen and (max-width:1024px){.haru-countdown--style-1.haru-countdown--medium .haru-countdown__digits{font-size:32px}}@media screen and (max-width:991px){.haru-countdown--style-1.haru-countdown--medium .haru-countdown__digits{font-size:28px}}@media screen and (max-width:767px){.haru-countdown--style-1.haru-countdown--medium .haru-countdown__digits{font-size:24px}}.haru-countdown--style-1.haru-countdown--medium .haru-countdown__digits:before{content:":";font-size:20px;position:absolute;right:calc(100% + 16px);top:50%;transform:translateY(-50%)}@media screen and (max-width:1440px){.haru-countdown--style-1.haru-countdown--medium .haru-countdown__digits:before{font-size:18px;right:calc(100% + 13px)}}@media screen and (max-width:1024px){.haru-countdown--style-1.haru-countdown--medium .haru-countdown__digits:before{font-size:16px;right:calc(100% + 8px)}}@media screen and (max-width:991px){.haru-countdown--style-1.haru-countdown--medium .haru-countdown__digits:before{font-size:18px;right:calc(100% + 5px)}}@media screen and (max-width:767px){.haru-countdown--style-1.haru-countdown--medium .haru-countdown__digits:before{font-size:16px;right:calc(100% + 5px)}}.haru-countdown--style-1.haru-countdown--medium .haru-countdown__digits.haru-countdown__days:before{display:none}.haru-countdown--style-2 .haru-countdown__content{display:flex;line-height:1.8}.haru-countdown--style-2 .haru-countdown__item{margin:0 10px;text-align:center}.haru-countdown--style-2 .haru-countdown__item:first-child{margin-left:0}.haru-countdown--style-2 .haru-countdown__item:last-child{margin-right:0}.haru-countdown--style-2 .haru-countdown__digits{background-color:#4B5C66;border-radius:3px;color:#fff;display:inline-block;font-size:20px;font-weight:600;padding:2px 9px;min-width:45px;text-align:center;position:relative}.haru-countdown--style-2 .haru-countdown__digits:before{content:":";font-size:18px;color:#4B5C66;position:absolute;right:calc(100% + 8px);top:50%;transform:translateY(-50%)}.haru-countdown--style-2 .haru-countdown__digits.haru-countdown__days:before{display:none}.haru-countdown--style-3 .haru-countdown__content{display:flex;line-height:1.4}.haru-countdown--style-3 .haru-countdown__item{margin:0 15px;text-align:center}.haru-countdown--style-3 .haru-countdown__item:first-child{margin-left:0}.haru-countdown--style-3 .haru-countdown__item:last-child{margin-right:0}@media screen and (max-width:1440px){.haru-countdown--style-3 .haru-countdown__item{margin:0 12px}}@media screen and (max-width:991px){.haru-countdown--style-3 .haru-countdown__item{margin:0 10px}}@media screen and (max-width:767px){.haru-countdown--style-3 .haru-countdown__item{margin:0 5px}}.haru-countdown--style-3 .haru-countdown__digits{font-size:24px;font-weight:600;color:#4B5C66;position:relative}@media screen and (max-width:1440px){.haru-countdown--style-3 .haru-countdown__digits{font-size:22px}}@media screen and (max-width:1024px){.haru-countdown--style-3 .haru-countdown__digits{font-size:20px}}@media screen and (max-width:991px){.haru-countdown--style-3 .haru-countdown__digits{font-size:18px}}.haru-countdown--style-3 .haru-countdown__digits:before{content:":";font-size:16px;position:absolute;right:calc(100% + 12px);top:50%;transform:translateY(-50%)}@media screen and (max-width:1440px){.haru-countdown--style-3 .haru-countdown__digits:before{font-size:15px;right:calc(100% + 10px)}}@media screen and (max-width:1024px){.haru-countdown--style-3 .haru-countdown__digits:before{font-size:14px;right:calc(100% + 9px)}}@media screen and (max-width:991px){.haru-countdown--style-3 .haru-countdown__digits:before{right:calc(100% + 8px)}}@media screen and (max-width:767px){.haru-countdown--style-3 .haru-countdown__digits:before{right:calc(100% + 3px)}}.haru-countdown--style-3 .haru-countdown__digits.haru-countdown__days:before{display:none}.haru-countdown--style-3 .haru-countdown__label{font-size:14px}.haru-countdown--style-3.haru-countdown--medium .haru-countdown__digits{font-size:32px}@media screen and (max-width:1440px){.haru-countdown--style-3.haru-countdown--medium .haru-countdown__digits{font-size:28px}}@media screen and (max-width:1024px){.haru-countdown--style-3.haru-countdown--medium .haru-countdown__digits{font-size:24px}}@media screen and (max-width:991px){.haru-countdown--style-3.haru-countdown--medium .haru-countdown__digits{font-size:20px}}.haru-countdown--style-3.haru-countdown--medium .haru-countdown__digits:before{font-size:24px}@media screen and (max-width:1440px){.haru-countdown--style-3.haru-countdown--medium .haru-countdown__digits:before{font-size:20px}}@media screen and (max-width:1024px){.haru-countdown--style-3.haru-countdown--medium .haru-countdown__digits:before{font-size:18px}}@media screen and (max-width:991px){.haru-countdown--style-3.haru-countdown--medium .haru-countdown__digits:before{font-size:16px}}@media screen and (max-width:767px){.haru-countdown--style-3.haru-countdown--medium .haru-countdown__digits:before{font-size:14px}}.haru-countdown--style-4 .haru-countdown__content{display:flex;line-height:1.4}.haru-countdown--style-4 .haru-countdown__item{margin:0 25px;text-align:center}.haru-countdown--style-4 .haru-countdown__item:first-child{margin-left:0}.haru-countdown--style-4 .haru-countdown__item:last-child{margin-right:0}@media screen and (max-width:1440px){.haru-countdown--style-4 .haru-countdown__item{margin:0 20px}}@media screen and (max-width:1024px){.haru-countdown--style-4 .haru-countdown__item{margin:0 15px}}@media screen and (max-width:991px){.haru-countdown--style-4 .haru-countdown__item{margin:0 10px}}.haru-countdown--style-4 .haru-countdown__digits{font-size:48px;font-weight:800;color:#7A683D;position:relative}@media screen and (max-width:1440px){.haru-countdown--style-4 .haru-countdown__digits{font-size:42px}}@media screen and (max-width:1024px){.haru-countdown--style-4 .haru-countdown__digits{font-size:36px}}@media screen and (max-width:991px){.haru-countdown--style-4 .haru-countdown__digits{font-size:32px}}@media screen and (max-width:767px){.haru-countdown--style-4 .haru-countdown__digits{font-size:28px}}.haru-countdown--style-4 .haru-countdown__digits:before{content:":";font-size:24px;position:absolute;right:calc(100% + 21px);top:50%;transform:translateY(-50%)}@media screen and (max-width:1440px){.haru-countdown--style-4 .haru-countdown__digits:before{font-size:22px;right:calc(100% + 17px)}}@media screen and (max-width:1024px){.haru-countdown--style-4 .haru-countdown__digits:before{font-size:20px;right:calc(100% + 15px)}}@media screen and (max-width:991px){.haru-countdown--style-4 .haru-countdown__digits:before{font-size:18px;right:calc(100% + 9px)}}@media screen and (max-width:767px){.haru-countdown--style-4 .haru-countdown__digits:before{font-size:16px;right:calc(100% + 8px)}}.haru-countdown--style-4 .haru-countdown__digits.haru-countdown__days:before{display:none}.haru-countdown--style-4.haru-countdown--medium .haru-countdown__item{margin:0 18px}@media screen and (max-width:1440px){.haru-countdown--style-4.haru-countdown--medium .haru-countdown__item{margin:0 15px}}@media screen and (max-width:1024px){.haru-countdown--style-4.haru-countdown--medium .haru-countdown__item{margin:0 10px}}@media screen and (max-width:991px){.haru-countdown--style-4.haru-countdown--medium .haru-countdown__item{margin:0 8px}}.haru-countdown--style-4.haru-countdown--medium .haru-countdown__item:first-child{margin-left:0}.haru-countdown--style-4.haru-countdown--medium .haru-countdown__item:last-child{margin-right:0}.haru-countdown--style-4.haru-countdown--medium .haru-countdown__digits{font-size:40px;font-weight:600;color:#000;position:relative}@media screen and (max-width:1440px){.haru-countdown--style-4.haru-countdown--medium .haru-countdown__digits{font-size:36px}}@media screen and (max-width:1024px){.haru-countdown--style-4.haru-countdown--medium .haru-countdown__digits{font-size:32px}}@media screen and (max-width:991px){.haru-countdown--style-4.haru-countdown--medium .haru-countdown__digits{font-size:28px}}@media screen and (max-width:767px){.haru-countdown--style-4.haru-countdown--medium .haru-countdown__digits{font-size:24px}}.haru-countdown--style-4.haru-countdown--medium .haru-countdown__digits:before{content:":";font-size:20px;position:absolute;right:calc(100% + 16px);top:50%;transform:translateY(-50%)}@media screen and (max-width:1440px){.haru-countdown--style-4.haru-countdown--medium .haru-countdown__digits:before{font-size:18px;right:calc(100% + 13px)}}@media screen and (max-width:1024px){.haru-countdown--style-4.haru-countdown--medium .haru-countdown__digits:before{font-size:16px;right:calc(100% + 8px)}}@media screen and (max-width:991px){.haru-countdown--style-4.haru-countdown--medium .haru-countdown__digits:before{font-size:18px;right:calc(100% + 5px)}}@media screen and (max-width:767px){.haru-countdown--style-4.haru-countdown--medium .haru-countdown__digits:before{font-size:16px;right:calc(100% + 5px)}}.haru-countdown--style-4.haru-countdown--medium .haru-countdown__digits.haru-countdown__days:before{display:none}.dark-mode .haru-countdown--style-3 .haru-countdown__digits,.background-dark .haru-countdown--style-3 .haru-countdown__digits{color:#fff}.haru-button span{text-decoration:inherit}.haru-button-content-wrapper{display:flex;justify-content:center}.haru-button-icon{flex-grow:0;order:5}.haru-button-icon i{font-weight:700}.haru-button-text{flex-grow:1;order:10;display:inline-block}.haru-button .haru-align-icon-left{margin-right:8px;order:5}.haru-button .haru-align-icon-right{margin-left:8px;order:15}.haru-button.haru-button--style-4{font-size:16px}@media screen and (max-width:1024px){.haru-button.haru-button--style-4{font-size:15px}}.haru-button.haru-button--style-4 .haru-button-icon{font-size:18px}.haru-button.haru-button--style-4 .haru-button-icon .ti-arrow-top-right{bottom:-3px}.haru-button.haru-button--style-7{border-bottom:1px solid #000;padding-bottom:6px;transition:all 0.3s}.haru-button.haru-button--style-7:hover{border-bottom:1px solid #4B5C66;transition:all 0.3s}.haru-button.haru-button--style-8 .haru-button-icon i{position:relative;bottom:-2px}.haru-align-left{text-align:left}.haru-align-left .haru-button{width:auto}.haru-align-right{text-align:right}.haru-align-right .haru-button{width:auto}.haru-align-center{text-align:center}.haru-align-center .haru-button{width:auto}.haru-align-justify .haru-button{width:100%}@media screen and (max-width:991px){.haru-align--tabletleft{text-align:left}}@media screen and (max-width:991px){.haru-align--tabletright{text-align:right}}@media screen and (max-width:991px){.haru-align--tabletcenter{text-align:center}}@media screen and (max-width:767px){.haru-align--mobileleft{text-align:left}}@media screen and (max-width:767px){.haru-align--mobileright{text-align:right}}@media screen and (max-width:767px){.haru-align--mobilecenter{text-align:center}}.haru-header--transparent-light:not(.haru-header--sticky-on) .haru-button--style-2{background-color:#fff;color:#000}.haru-header--transparent-light:not(.haru-header--sticky-on) .haru-button--style-2:hover{background-color:#4B5C66;color:#fff}.haru-header-button .haru-button--style-1{padding:0 25px}@media screen and (max-width:767px){.haru-header-button .haru-button--style-1{padding:0 20px}}@media screen and (max-width:1024px){.haru-header-button .haru-button--style-2{font-size:15px}}.haru-header-button .haru-button--style-2 .haru-button-icon{font-size:18px}.haru-header-button .haru-button--style-3{padding:0 32px}.haru-header-button .haru-button--style-4{font-weight:700;font-size:14px;border-radius:7px}.haru-header-button .haru-button--style-5:hover{box-shadow:0 3px 8px rgba(0, 0, 0, 0.18);transition:all 0.3s}.haru-header--transparent-light:not(.haru-header--sticky-on) .haru-button--style-2{background-color:#fff;color:#000}.haru-header--transparent-light:not(.haru-header--sticky-on) .haru-button--style-2:hover{background-color:#4B5C66;color:#fff}.haru-header-icon-box .haru-header-icon-box__icon svg{max-height:100px}@media screen and (max-width:1440px){.haru-header-icon-box .haru-header-icon-box__icon svg{max-height:90px}}@media screen and (max-width:1024px){.haru-header-icon-box .haru-header-icon-box__icon svg{max-height:80px}}@media screen and (max-width:991px){.haru-header-icon-box .haru-header-icon-box__icon svg{max-height:70px}}@media screen and (max-width:767px){.haru-header-icon-box .haru-header-icon-box__icon svg{max-height:60px}}.haru-header-icon-box--style-1{display:flex}.haru-header-icon-box--style-1 .haru-header-icon-box__icon{display:inline-flex;font-size:48px;color:#4B5C66}@media screen and (max-width:991px){.haru-header-icon-box--style-1 .haru-header-icon-box__icon{font-size:42px}}.haru-header-icon-box--style-1 .haru-header-icon-box__icon>span,.haru-header-icon-box--style-1 .haru-header-icon-box__icon>a{display:inline-flex;width:60px;height:60px;align-items:center;justify-content:center}@media screen and (max-width:991px){.haru-header-icon-box--style-1 .haru-header-icon-box__icon>span,.haru-header-icon-box--style-1 .haru-header-icon-box__icon>a{width:50px;height:50px}}.haru-header-icon-box--style-1 .haru-header-icon-box__icon i{color:#4B5C66;background:linear-gradient(101.31deg, #FF869F 2.11%, #FA988A 34.14%, #F19A73 68.81%, #FFD0B1 105.05%);-webkit-background-clip:text;-moz-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.haru-header-icon-box--style-1 .haru-header-icon-box__icon svg path{fill:#4B5C66;background:linear-gradient(101.31deg, #FF869F 2.11%, #FA988A 34.14%, #F19A73 68.81%, #FFD0B1 105.05%)}.haru-header-icon-box--style-1 .haru-header-icon-box__content{padding-left:10px}@media screen and (max-width:991px){.haru-header-icon-box--style-1 .haru-header-icon-box__content{padding-left:6px}}.haru-header-icon-box--style-1 .haru-header-icon-box__title{font-size:16px;margin-top:5px;margin-bottom:0}@media screen and (max-width:1440px){.haru-header-icon-box--style-1 .haru-header-icon-box__title{font-size:15px}}.haru-header-icon-box--style-1 .haru-header-icon-box__description{color:#7E7E7E;font-size:14px}.haru-banner{position:relative}.haru-banner--hover-scale .haru-banner__image img{width:100%;transform:scale(1);transition:all 0.5s}.haru-banner--hover-scale:hover img{transform:scale(1.03);transition:all 0.5s}.haru-banner--hover-overlay .haru-banner__image:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.6);opacity:0;visibility:hidden;z-index:1;transition:all 0.3s}.haru-banner--hover-overlay .haru-banner__image:hover:before{opacity:1;visibility:visible;transition:all 0.3s}.haru-banner--hover-scale-overlay .haru-banner__image:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.6);opacity:0;visibility:hidden;z-index:1;transition:all 0.3s}.haru-banner--hover-scale-overlay .haru-banner__image img{width:100%;transform:scale(1);transition:all 0.5s}.haru-banner--hover-scale-overlay:hover .haru-banner__image:before{opacity:1;visibility:visible;transition:all 0.3s}.haru-banner--hover-scale-overlay:hover .haru-banner__image img{transform:scale(1.03);transition:all 0.5s}.haru-banner--shadow-yes .haru-banner__image{box-shadow:0 20px 70px rgba(0, 0, 0, 0.15)}.haru-banner--no-round .haru-banner__image{border-radius:0 !important}.haru-banner--style-0>a{display:flex}.haru-banner--style-0 .haru-banner__image{display:inline-flex;align-items:flex-start;border-radius:12px;position:relative;overflow:hidden}@media only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.haru-banner--style-0 .haru-banner__image{-webkit-mask-image:-webkit-radial-gradient(white, black)}}.haru-banner--style-0.haru-banner--hover-none .haru-banner__image{-webkit-mask-image:none}.haru-banner--style-1{background:#fff;box-shadow:0 0 10px rgba(0, 0, 0, 0.12);border-radius:12px;padding:15px;transform:translateY(0);transition:all 0.3s}.haru-banner--style-1 .haru-banner__image{border-radius:12px;position:relative;overflow:hidden}@media only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.haru-banner--style-1 .haru-banner__image{-webkit-mask-image:-webkit-radial-gradient(white, black)}}.haru-banner--style-1 .haru-banner__image img{display:block;width:100%;transition:all 0.5s}.haru-banner--style-1 .haru-banner__content{margin-top:20px}@media screen and (max-width:1440px){.haru-banner--style-1 .haru-banner__content{margin-top:15px}}@media screen and (max-width:1024px){.haru-banner--style-1 .haru-banner__content{margin-top:10px}}.haru-banner--style-1 .haru-banner__sub-title{background-color:#4B5C66;border-radius:40px;color:#fff;display:inline-block;font-weight:700;padding:3px 24px}@media screen and (max-width:767px){.haru-banner--style-1 .haru-banner__sub-title{font-size:13px;padding:2px 20px}}.haru-banner--style-1 .haru-banner__title,.haru-banner--style-1 .haru-banner__title a{font-size:24px;padding-top:10px}@media screen and (max-width:1440px){.haru-banner--style-1 .haru-banner__title,.haru-banner--style-1 .haru-banner__title a{font-size:22px}}@media screen and (max-width:1024px){.haru-banner--style-1 .haru-banner__title,.haru-banner--style-1 .haru-banner__title a{font-size:20px}}.haru-banner--style-1 .haru-banner__description{font-size:18px}@media screen and (max-width:1440px){.haru-banner--style-1 .haru-banner__description{font-size:17px}}@media screen and (max-width:1024px){.haru-banner--style-1 .haru-banner__description{font-size:16px}}@media screen and (max-width:991px){.haru-banner--style-1 .haru-banner__description{font-size:14px}}.haru-banner--style-1 .haru-banner__content{padding:10px 15px 30px 15px}@media screen and (max-width:767px){.haru-banner--style-1 .haru-banner__content{padding:10px 5px 20px 5px}}.haru-banner--style-1:hover{box-shadow:0 15px 50px rgba(0, 0, 0, 0.08);transform:translateY(-20px);transition:all 0.3s}.haru-banner--style-1:hover .haru-banner__image img{transition:all 0.5s}.haru-banner--style-2{box-shadow:none;border-radius:12px;overflow:hidden;transition:all 0.3s}@media only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.haru-banner--style-2{-webkit-mask-image:-webkit-radial-gradient(white, black)}}.haru-banner--style-2 .haru-banner__image{display:flex;align-items:flex-start}.haru-banner--style-2 .haru-banner__image img{width:100%}.haru-banner--style-2 .haru-banner__content{padding:16px;position:absolute;top:auto;bottom:16px;left:16px;right:16px;background-color:#fff;border-radius:12px}@media screen and (max-width:1440px){.haru-banner--style-2 .haru-banner__content{padding:12px}}.haru-banner--style-2 .haru-banner__title{font-size:20px;position:relative;line-height:1.3;margin:0;display:flex;align-items:center}@media screen and (max-width:1440px){.haru-banner--style-2 .haru-banner__title{font-size:18px}}.haru-banner--style-2 .haru-banner__title:after{content:"";font-family:"phosphor";display:inline-block;border-radius:50%;background-color:#f5f5f5;color:#000000;font-size:16px;width:40px;height:40px;line-height:40px;text-align:center;margin-left:auto;transition:all 0.3s}.haru-banner--style-2:hover{box-shadow:0 20px 50px rgba(0, 0, 0, 0.15);transform:translateY(-20px);transition:all 0.3s}.haru-banner--style-2:hover .haru-banner__title:after{background-color:#4B5C66;color:#fff;transition:all 0.3s}.haru-banner--style-3{border-radius:12px;overflow:hidden}@media only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.haru-banner--style-3{-webkit-mask-image:-webkit-radial-gradient(white, black)}}.haru-banner--style-3 .haru-banner__image{display:flex;position:relative;overflow:hidden}@media only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.haru-banner--style-3 .haru-banner__image{-webkit-mask-image:-webkit-radial-gradient(white, black)}}.haru-banner--style-3 .haru-banner__image img{width:100%;transform:scale(1);transition:all 0.5s}.haru-banner--style-3 .haru-banner__content{position:absolute;width:100%;height:100%;top:0;left:0;padding:8% 6%;z-index:2}@media screen and (max-width:1440px){.haru-banner--style-3 .haru-banner__content{padding:6% 6%}}.haru-banner--style-3 .haru-banner__title,.haru-banner--style-3 .haru-banner__title a{color:#000;font-size:32px;margin-bottom:25px;margin-top:0}@media screen and (max-width:1440px){.haru-banner--style-3 .haru-banner__title,.haru-banner--style-3 .haru-banner__title a{font-size:28px}}@media screen and (max-width:1024px){.haru-banner--style-3 .haru-banner__title,.haru-banner--style-3 .haru-banner__title a{font-size:26px}}@media screen and (max-width:991px){.haru-banner--style-3 .haru-banner__title,.haru-banner--style-3 .haru-banner__title a{font-size:22px}}@media screen and (max-width:767px){.haru-banner--style-3 .haru-banner__title,.haru-banner--style-3 .haru-banner__title a{font-size:20px}}.haru-banner--style-3 .haru-banner__description{color:#7E7E7E;font-size:18px;margin-top:-15px;margin-bottom:25px}@media screen and (max-width:1440px){.haru-banner--style-3 .haru-banner__description{font-size:16px}}@media screen and (max-width:767px){.haru-banner--style-3 .haru-banner__description{font-size:14px}}.haru-banner--style-3 .haru-banner__btn{display:inline-flex;align-items:center}.haru-banner--style-3 .haru-banner__btn:after{content:"";font-family:"phosphor";font-size:18px;font-weight:700;color:#fff;padding-left:8px;position:relative;bottom:-1px}@media screen and (max-width:767px){.haru-banner--style-3 .haru-banner__btn:after{display:none}}.haru-banner--style-3:hover .haru-banner__image:before{opacity:1;visibility:visible;transition:all 0.3s}.haru-banner--style-3:hover .haru-banner__image img{transform:scale(1.03);transition:all 0.5s}.haru-banner--style-3.haru-banner--small .haru-banner__content{padding:40px 50px}@media screen and (max-width:991px){.haru-banner--style-3.haru-banner--small .haru-banner__content{padding:30px 50px}}@media screen and (max-width:767px){.haru-banner--style-3.haru-banner--small .haru-banner__content{padding:15px 20px}}.haru-banner--style-3.haru-banner--small .haru-banner__title,.haru-banner--style-3.haru-banner--small .haru-banner__title a{font-size:24px}@media screen and (max-width:767px){.haru-banner--style-3.haru-banner--small .haru-banner__title,.haru-banner--style-3.haru-banner--small .haru-banner__title a{font-size:20px}}.haru-banner--style-3.haru-banner--small .haru-banner__description{padding:5px 0}.haru-banner--style-3.haru-banner--no-desc .haru-banner__content{padding:30px 40px}.haru-banner--style-3.haru-banner--no-desc .haru-banner__title{margin-bottom:25px}.haru-banner--style-4 .haru-banner__image{display:flex;align-items:flex-start;border-radius:12px;overflow:hidden}@media only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.haru-banner--style-4 .haru-banner__image{-webkit-mask-image:-webkit-radial-gradient(white, black)}}.haru-banner--style-4 .haru-banner__image img{width:100%;transform:scale(1);transition:all 0.5s}.haru-banner--style-4 .haru-banner__content{position:absolute;left:0;right:0;bottom:30px;top:auto;text-align:center}.haru-banner--style-4 .haru-banner__title{background-color:#fff;border-radius:12px;box-shadow:0 0 10px rgba(0, 0, 0, 0.14);display:inline-block;padding:10px 30px;color:#000;font-weight:700;position:relative;line-height:1.8}@media screen and (max-width:991px){.haru-banner--style-4 .haru-banner__title{padding:10px 25px}}.haru-banner--style-4 .haru-banner__sub-title{position:absolute;top:3px;left:auto;right:10px;font-size:13px;font-weight:600;color:#4B5C66;opacity:0;visibility:hidden;transition:all 0.3s}.haru-banner--style-4:hover .haru-banner__image img{transform:scale(1.03);transition:all 0.5s}.haru-banner--style-4:hover .haru-banner__sub-title{opacity:1;visibility:visible;transition:all 0.3s}.haru-banner--style-4.haru-banner--size-medium .haru-banner__title{font-size:15px;padding:12px 45px}.haru-banner--style-4.haru-banner--size-medium .haru-banner__sub-title{right:25px}.haru-banner--style-5{display:flex;align-items:center;border-radius:12px;box-shadow:0 0 10px rgba(0, 0, 0, 0.12);overflow:hidden}@media only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.haru-banner--style-5{-webkit-mask-image:-webkit-radial-gradient(white, black)}}@media screen and (max-width:767px){.haru-banner--style-5{display:block}}.haru-banner--style-5 .haru-banner__image{flex:0 0 38%;position:relative;overflow:hidden}@media only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.haru-banner--style-5 .haru-banner__image{-webkit-mask-image:-webkit-radial-gradient(white, black)}}.haru-banner--style-5 .haru-banner__image a{display:flex;align-items:flex-start}.haru-banner--style-5 .haru-banner__image img{width:100%;transform:scale(1);transition:all 0.5s}.haru-banner--style-5 .haru-banner__content{padding:20px 30px 20px 40px;flex:1}@media screen and (max-width:767px){.haru-banner--style-5 .haru-banner__content{padding:15px 15px 25px 20px}}.haru-banner--style-5 .haru-banner__sub-title{background-color:rgba(75, 92, 102, 0.1);color:#4B5C66;font-size:14px;font-weight:700;letter-spacing:1px;padding:3px 12px;border-radius:3px;display:inline-block;text-transform:uppercase}@media screen and (max-width:1440px){.haru-banner--style-5 .haru-banner__sub-title{font-size:13px;padding:2px 10px}}.haru-banner--style-5 .haru-banner__title,.haru-banner--style-5 .haru-banner__title a{color:#000000;font-size:28px;line-height:1.3;margin-bottom:15px}@media screen and (max-width:1440px){.haru-banner--style-5 .haru-banner__title,.haru-banner--style-5 .haru-banner__title a{font-size:24px}}@media screen and (max-width:1024px){.haru-banner--style-5 .haru-banner__title,.haru-banner--style-5 .haru-banner__title a{font-size:22px}}@media screen and (max-width:991px){.haru-banner--style-5 .haru-banner__title,.haru-banner--style-5 .haru-banner__title a{font-size:20px}}@media screen and (max-width:767px){.haru-banner--style-5 .haru-banner__title,.haru-banner--style-5 .haru-banner__title a{font-size:18px}}.haru-banner--style-5 .haru-banner__description{font-size:18px;margin-bottom:30px}@media screen and (max-width:1440px){.haru-banner--style-5 .haru-banner__description{font-size:17px}}@media screen and (max-width:1024px){.haru-banner--style-5 .haru-banner__description{font-size:16px}}@media screen and (max-width:991px){.haru-banner--style-5 .haru-banner__description{font-size:14px;margin-bottom:15px}}.haru-banner--style-5 .haru-banner__btn{font-size:18px;display:inline-flex;align-items:center}@media screen and (max-width:1440px){.haru-banner--style-5 .haru-banner__btn{font-size:16px}}@media screen and (max-width:767px){.haru-banner--style-5 .haru-banner__btn{font-size:14px}}.haru-banner--style-5 .haru-banner__btn:after{content:"";font-family:"phosphor";font-size:20px;font-weight:700;color:#4B5C66;padding-left:3px}@media screen and (max-width:1440px){.haru-banner--style-5 .haru-banner__btn:after{font-size:18px}}@media screen and (max-width:767px){.haru-banner--style-5 .haru-banner__btn:after{font-size:16px;position:relative;bottom:-1px}}.haru-banner--style-5:hover .haru-banner__image img{transform:scale(1.03);transition:all 0.5s}.haru-banner--style-6{overflow:hidden}@media only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.haru-banner--style-6{-webkit-mask-image:-webkit-radial-gradient(white, black)}}.haru-banner--style-6 .haru-banner__image{display:flex;align-items:flex-start;position:relative;overflow:hidden}@media only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.haru-banner--style-6 .haru-banner__image{-webkit-mask-image:-webkit-radial-gradient(white, black)}}.haru-banner--style-6 .haru-banner__image img{width:100%;transform:scale(1);transition:all 0.5s}.haru-banner--style-6 .haru-banner__content{position:absolute;width:100%;bottom:0;top:auto;left:0;padding:8% 8%;z-index:2}.haru-banner--style-6 .haru-banner__title,.haru-banner--style-6 .haru-banner__title a{color:#000;font-size:32px;margin-bottom:30px;margin-top:0}@media screen and (max-width:1440px){.haru-banner--style-6 .haru-banner__title,.haru-banner--style-6 .haru-banner__title a{font-size:28px}}@media screen and (max-width:1024px){.haru-banner--style-6 .haru-banner__title,.haru-banner--style-6 .haru-banner__title a{font-size:26px}}@media screen and (max-width:991px){.haru-banner--style-6 .haru-banner__title,.haru-banner--style-6 .haru-banner__title a{font-size:24px}}@media screen and (max-width:767px){.haru-banner--style-6 .haru-banner__title,.haru-banner--style-6 .haru-banner__title a{font-size:22px}}.haru-banner--style-6 .haru-banner__description{color:#7E7E7E;font-size:18px;margin-bottom:30px;margin-top:-20px}@media screen and (max-width:1440px){.haru-banner--style-6 .haru-banner__description{font-size:16px}}.haru-banner--style-6:hover .haru-banner__image:before{opacity:1;visibility:visible;transition:all 0.3s}.haru-banner--style-6:hover .haru-banner__image img{transform:scale(1.03);transition:all 0.5s}.haru-banner--style-6.haru-banner--small .haru-banner__content{padding:40px 50px}.haru-banner--style-6.haru-banner--small .haru-banner__title,.haru-banner--style-6.haru-banner--small .haru-banner__title a{font-size:24px}.haru-banner--style-7{border-radius:12px;overflow:hidden}@media only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.haru-banner--style-7{-webkit-mask-image:-webkit-radial-gradient(white, black)}}.haru-banner--style-7 .haru-banner__image{display:flex;align-items:flex-start;position:relative;overflow:hidden}.haru-banner--style-7 .haru-banner__image img{transform:scale(1);transition:all 0.5s}.haru-banner--style-7 .haru-banner__content{position:absolute;width:100%;bottom:0;top:auto;left:0;padding:8% 6% 8% 8%;z-index:2}.haru-banner--style-7 .haru-banner__title,.haru-banner--style-7 .haru-banner__title a{color:#000;font-size:24px;margin-bottom:15px;margin-top:0}@media screen and (max-width:1440px){.haru-banner--style-7 .haru-banner__title,.haru-banner--style-7 .haru-banner__title a{font-size:20px}}@media screen and (max-width:1024px){.haru-banner--style-7 .haru-banner__title,.haru-banner--style-7 .haru-banner__title a{font-size:18px}}.haru-banner--style-7 .haru-banner__description{color:#7E7E7E;font-size:18px}@media screen and (max-width:1440px){.haru-banner--style-7 .haru-banner__description{font-size:16px}}@media screen and (max-width:767px){.haru-banner--style-7 .haru-banner__description{font-size:14px}}.haru-banner--style-7:hover .haru-banner__image:before{opacity:1;visibility:visible;transition:all 0.3s}.haru-banner--style-7:hover .haru-banner__image img{transform:scale(1.03);transition:all 0.5s}.haru-banner--style-8{background-color:#fff;border-radius:12px;box-shadow:0 0 10px rgba(0, 0, 0, 0.12);padding:30px}@media screen and (max-width:767px){.haru-banner--style-8{padding:20px}}.haru-banner--style-8 .haru-banner__image{border-radius:12px;display:flex;align-items:flex-start;position:relative;overflow:hidden}@media only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.haru-banner--style-8 .haru-banner__image{-webkit-mask-image:-webkit-radial-gradient(white, black)}}.haru-banner--style-8 .haru-banner__image img{width:100%;transform:scale(1);transition:all 0.5s}.haru-banner--style-8 .haru-banner__content{text-align:center;z-index:2}.haru-banner--style-8 .haru-banner__title,.haru-banner--style-8 .haru-banner__title a{color:#000000;font-size:28px;margin-bottom:15px;padding:0 20%;padding-top:25px}@media screen and (max-width:1440px){.haru-banner--style-8 .haru-banner__title,.haru-banner--style-8 .haru-banner__title a{font-size:24px}}@media screen and (max-width:1024px){.haru-banner--style-8 .haru-banner__title,.haru-banner--style-8 .haru-banner__title a{font-size:22px}}@media screen and (max-width:991px){.haru-banner--style-8 .haru-banner__title,.haru-banner--style-8 .haru-banner__title a{font-size:20px}}@media screen and (max-width:767px){.haru-banner--style-8 .haru-banner__title,.haru-banner--style-8 .haru-banner__title a{font-size:18px;padding:10px 0 0}}.haru-banner--style-8 .haru-banner__description{margin-bottom:25px;color:#7E7E7E;font-size:18px;padding:0 5%}@media screen and (max-width:1440px){.haru-banner--style-8 .haru-banner__description{font-size:17px}}@media screen and (max-width:1024px){.haru-banner--style-8 .haru-banner__description{font-size:16px}}@media screen and (max-width:991px){.haru-banner--style-8 .haru-banner__description{font-size:14px}}@media screen and (max-width:767px){.haru-banner--style-8 .haru-banner__description{padding:0}}.haru-banner--style-8 .haru-banner__btn{width:100%}.haru-banner--style-8:hover .haru-banner__image img{transform:scale(1.03);transition:all 0.5s}.haru-banner--style-9{border-radius:12px;overflow:hidden}@media only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.haru-banner--style-9{-webkit-mask-image:-webkit-radial-gradient(white, black)}}.haru-banner--style-9 .haru-banner__image{display:flex;align-items:flex-start;position:relative;overflow:hidden}@media only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.haru-banner--style-9 .haru-banner__image{-webkit-mask-image:-webkit-radial-gradient(white, black)}}.haru-banner--style-9 .haru-banner__image img{width:100%;transform:scale(1);transition:all 0.5s}.haru-banner--style-9 .haru-banner__content{position:absolute;width:100%;top:50%;left:0;padding:0 60px;z-index:2;transform:translateY(-50%)}@media screen and (max-width:1440px){.haru-banner--style-9 .haru-banner__content{padding:0 50px}}@media screen and (max-width:1024px){.haru-banner--style-9 .haru-banner__content{padding:0 40px}}@media screen and (max-width:991px){.haru-banner--style-9 .haru-banner__content{padding:0 30px}}.haru-banner--style-9 .haru-banner__title,.haru-banner--style-9 .haru-banner__title a{color:#000;font-size:32px;line-height:1.3;margin-bottom:15px}@media screen and (max-width:1440px){.haru-banner--style-9 .haru-banner__title,.haru-banner--style-9 .haru-banner__title a{font-size:28px}}@media screen and (max-width:1024px){.haru-banner--style-9 .haru-banner__title,.haru-banner--style-9 .haru-banner__title a{font-size:26px}}@media screen and (max-width:991px){.haru-banner--style-9 .haru-banner__title,.haru-banner--style-9 .haru-banner__title a{font-size:24px}}@media screen and (max-width:767px){.haru-banner--style-9 .haru-banner__title,.haru-banner--style-9 .haru-banner__title a{font-size:20px}}.haru-banner--style-9 .haru-banner__sub-title{background-color:#f6d662;border-radius:3px;color:#000;display:inline-block;font-size:14px;font-weight:700;padding:2px 12px}.haru-banner--style-9 .haru-banner__description{font-size:18px;margin-bottom:10px;margin-top:15px;color:#7E7E7E}@media screen and (max-width:1440px){.haru-banner--style-9 .haru-banner__description{font-size:16px}}.haru-banner--style-9 .haru-banner__description span{color:#4B5C66;font-weight:700;font-size:24px}@media screen and (max-width:1440px){.haru-banner--style-9 .haru-banner__description span{font-size:22px}}.haru-banner--style-9 .haru-banner__btn{display:inline-flex;align-items:center;margin-top:15px}@media screen and (max-width:767px){.haru-banner--style-9 .haru-banner__btn{margin-top:0}}.haru-banner--style-9 .haru-banner__btn:after{content:"";font-family:"phosphor";font-size:18px;font-weight:700;color:#fff;padding-left:8px;position:relative;bottom:-1px}.haru-banner--style-9:hover .haru-banner__image:before{opacity:1;visibility:visible;transition:all 0.3s}.haru-banner--style-9:hover .haru-banner__image img{transform:scale(1.03);transition:all 0.5s}.haru-banner--style-10{border-radius:12px;overflow:hidden}.haru-banner--style-10>a{display:flex}@media only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.haru-banner--style-10{-webkit-mask-image:-webkit-radial-gradient(white, black)}}.haru-banner--style-10 .haru-banner__image{display:flex;align-items:flex-start;position:relative;overflow:hidden}@media only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.haru-banner--style-10 .haru-banner__image{-webkit-mask-image:-webkit-radial-gradient(white, black)}}.haru-banner--style-10 .haru-banner__image img{width:100%;transform:scale(1);transition:all 0.5s}.haru-banner--style-10 .haru-banner__content{position:absolute;width:100%;top:50%;left:0;padding:0 40px;z-index:2;transform:translateY(-50%)}@media screen and (max-width:1440px){.haru-banner--style-10 .haru-banner__content{padding:0 35px}}@media screen and (max-width:1024px){.haru-banner--style-10 .haru-banner__content{padding:0 30px}}@media screen and (max-width:991px){.haru-banner--style-10 .haru-banner__content{padding:0 25px}}.haru-banner--style-10 .haru-banner__sub-title{background-color:#7A683D;border-radius:3px;color:#fff;display:inline-block;font-size:14px;font-weight:700;padding:2px 12px}.haru-banner--style-10 .haru-banner__title,.haru-banner--style-10 .haru-banner__title a{color:#000;font-size:32px;line-height:1.3;margin-bottom:15px}@media screen and (max-width:1440px){.haru-banner--style-10 .haru-banner__title,.haru-banner--style-10 .haru-banner__title a{font-size:28px}}@media screen and (max-width:1024px){.haru-banner--style-10 .haru-banner__title,.haru-banner--style-10 .haru-banner__title a{font-size:26px}}@media screen and (max-width:991px){.haru-banner--style-10 .haru-banner__title,.haru-banner--style-10 .haru-banner__title a{font-size:24px}}@media screen and (max-width:767px){.haru-banner--style-10 .haru-banner__title,.haru-banner--style-10 .haru-banner__title a{font-size:20px}}.haru-banner--style-10 .haru-banner__description{font-size:20px;margin-bottom:10px;margin-top:15px;color:#000}@media screen and (max-width:1440px){.haru-banner--style-10 .haru-banner__description{font-size:18px}}@media screen and (max-width:1024px){.haru-banner--style-10 .haru-banner__description{font-size:17px}}@media screen and (max-width:991px){.haru-banner--style-10 .haru-banner__description{font-size:16px}}.haru-banner--style-10 .haru-banner__btn{display:inline-flex;align-items:center;margin-top:15px}.haru-banner--style-10 .haru-banner__btn:after{content:"";font-family:"phosphor";font-size:18px;font-weight:700;padding-left:8px;position:relative;bottom:-1px}.haru-banner--style-10:hover .haru-banner__image:before{opacity:1;visibility:visible;transition:all 0.3s}.haru-banner--style-10:hover .haru-banner__image img{transform:scale(1.03);transition:all 0.5s}.haru-banner--style-11{border-radius:12px;overflow:hidden}@media only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.haru-banner--style-11{-webkit-mask-image:-webkit-radial-gradient(white, black)}}.haru-banner--style-11 .haru-banner__image{display:flex;align-items:flex-start;position:relative;overflow:hidden}.haru-banner--style-11 .haru-banner__image img{transform:scale(1);transition:all 0.5s}.haru-banner--style-11 .haru-banner__content{position:absolute;width:100%;height:100%;top:0;left:0;padding:30px 20px;text-align:center;z-index:2}.haru-banner--style-11 .haru-banner__title,.haru-banner--style-11 .haru-banner__title a{color:#fff;font-size:48px;font-weight:800;line-height:1.25;margin-top:0;text-shadow:2px 1px 0px #8322cf}@media screen and (max-width:1440px){.haru-banner--style-11 .haru-banner__title,.haru-banner--style-11 .haru-banner__title a{font-size:42px}}@media screen and (max-width:1024px){.haru-banner--style-11 .haru-banner__title,.haru-banner--style-11 .haru-banner__title a{font-size:36px}}@media screen and (max-width:991px){.haru-banner--style-11 .haru-banner__title,.haru-banner--style-11 .haru-banner__title a{font-size:32px}}@media screen and (max-width:767px){.haru-banner--style-11 .haru-banner__title,.haru-banner--style-11 .haru-banner__title a{font-size:28px}}.haru-banner--style-11 .haru-banner__sub-title{font-size:40px;font-style:italic;color:#fff}@media screen and (max-width:1440px){.haru-banner--style-11 .haru-banner__sub-title{font-size:36px}}@media screen and (max-width:1024px){.haru-banner--style-11 .haru-banner__sub-title{font-size:32px}}@media screen and (max-width:991px){.haru-banner--style-11 .haru-banner__sub-title{font-size:28px}}@media screen and (max-width:767px){.haru-banner--style-11 .haru-banner__sub-title{font-size:24px}}.haru-banner--style-11 .haru-banner__btn{display:inline-flex;align-items:center;position:absolute;bottom:45px;left:50%;transform:translateX(-50%)}@media screen and (max-width:767px){.haru-banner--style-11 .haru-banner__btn{padding:0 20px}}.haru-banner--style-11 .haru-banner__btn:after{content:"";font-family:"phosphor";font-size:18px;font-weight:700;padding-left:8px;position:relative;bottom:-1px}.haru-banner--style-11:hover .haru-banner__image:before{opacity:1;visibility:visible;transition:all 0.3s}.haru-banner--style-11:hover .haru-banner__image img{transform:scale(1.03);transition:all 0.5s}.haru-banner--style-12{background:#fff;box-shadow:0 20px 50px rgba(0, 0, 0, 0.07);border-radius:12px;padding:40px 30px}.haru-banner--style-12 .haru-banner__image{text-align:center}.haru-banner--style-12 .haru-banner__image img{max-height:186px;transform:scale(1);transition:all 0.5s}.haru-banner--style-12 .haru-banner__content{margin-top:15px;text-align:center}@media screen and (max-width:1440px){.haru-banner--style-12 .haru-banner__content{margin-top:10px}}@media screen and (max-width:1024px){.haru-banner--style-12 .haru-banner__content{margin-top:5px}}.haru-banner--style-12 .haru-banner__title,.haru-banner--style-12 .haru-banner__title a{font-size:20px;padding-top:10px}.haru-banner--style-12 .haru-banner__description{font-size:18px}@media screen and (max-width:1440px){.haru-banner--style-12 .haru-banner__description{font-size:17px}}@media screen and (max-width:1024px){.haru-banner--style-12 .haru-banner__description{font-size:16px}}.haru-banner--style-12:hover .haru-banner__image img{transform:scale(1.03);transition:all 0.5s}.haru-banner--style-13{text-align:center}.haru-banner--style-13 .haru-banner__image{display:inline-flex;align-items:flex-start;justify-content:center;max-width:85%;border-radius:50%;overflow:hidden}@media only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.haru-banner--style-13 .haru-banner__image{-webkit-mask-image:-webkit-radial-gradient(white, black)}}.haru-banner--style-13 .haru-banner__image img{transform:scale(1);transition:all 0.3s}.haru-banner--style-13 .haru-banner__title{font-size:20px;position:relative;display:inline-block;line-height:1.4;margin-top:15px}@media screen and (max-width:1440px){.haru-banner--style-13 .haru-banner__title{font-size:18px}}.haru-banner--style-13 .haru-banner__sub-title{position:absolute;font-size:14px;font-weight:600;top:-6px;left:calc(100% + 3px);color:#7E7E7E;transition:all 0.3s}@media screen and (max-width:1440px){.haru-banner--style-13 .haru-banner__sub-title{font-size:13px}}.haru-banner--style-13:hover .haru-banner__image img{transform:scale(1.03);transition:all 0.5s}.haru-banner--style-13:hover .haru-banner__sub-title{color:#4B5C66;transition:all 0.3s}.haru-banner--style-14 .haru-banner__image{display:flex;align-items:flex-start;border-radius:12px;overflow:hidden}@media only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.haru-banner--style-14 .haru-banner__image{-webkit-mask-image:-webkit-radial-gradient(white, black)}}.haru-banner--style-14 .haru-banner__image img{width:100%;transform:scale(1);transition:all 0.3s}.haru-banner--style-14 .haru-banner__title{font-size:18px;margin-top:20px;margin-bottom:5px}@media screen and (max-width:1440px){.haru-banner--style-14 .haru-banner__title{font-size:17px}}@media screen and (max-width:1024px){.haru-banner--style-14 .haru-banner__title{font-size:16px}}.haru-banner--style-14:hover .haru-banner__image img{transform:scale(1.03);transition:all 0.5s}.haru-banner--style-15 .haru-banner__image{position:relative;display:flex;align-items:flex-start;border-radius:12px;overflow:hidden}@media only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.haru-banner--style-15 .haru-banner__image{-webkit-mask-image:-webkit-radial-gradient(white, black)}}.haru-banner--style-15 .haru-banner__image:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.6);z-index:1}.haru-banner--style-15 .haru-banner__image img{transform:scale(1);transition:all 0.3s}.haru-banner--style-15 .haru-banner__content{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:2}.haru-banner--style-15 .haru-banner__title{color:#fff;font-size:40px;margin-bottom:0;margin-left:-8px}@media screen and (max-width:1440px){.haru-banner--style-15 .haru-banner__title{font-size:36px}}@media screen and (max-width:1024px){.haru-banner--style-15 .haru-banner__title{font-size:32px}}@media screen and (max-width:991px){.haru-banner--style-15 .haru-banner__title{font-size:28px}}@media screen and (max-width:767px){.haru-banner--style-15 .haru-banner__title{font-size:24px}}.haru-banner--style-15 .haru-banner__sub-title{color:#fff;font-size:20px;font-weight:700}@media screen and (max-width:1440px){.haru-banner--style-15 .haru-banner__sub-title{font-size:18px}}@media screen and (max-width:991px){.haru-banner--style-15 .haru-banner__sub-title{font-size:16px}}@media screen and (max-width:767px){.haru-banner--style-15 .haru-banner__sub-title{font-size:14px}}.haru-banner--style-15:hover .haru-banner__image img{transform:scale(1.03);transition:all 0.5s}.haru-banner--style-16 .haru-banner__image{border-radius:12px;overflow:hidden}@media only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.haru-banner--style-16 .haru-banner__image{-webkit-mask-image:-webkit-radial-gradient(white, black)}}.haru-banner--style-16 .haru-banner__image a{display:flex;align-items:flex-start}.haru-banner--style-16 .haru-banner__image img{width:100%;transform:scale(1);transition:all 0.5s}.haru-banner--style-16 .haru-banner__title,.haru-banner--style-16 .haru-banner__title a{color:#000000;font-size:24px;padding-top:15px;margin-bottom:15px}@media screen and (max-width:1440px){.haru-banner--style-16 .haru-banner__title,.haru-banner--style-16 .haru-banner__title a{font-size:22px}}@media screen and (max-width:1024px){.haru-banner--style-16 .haru-banner__title,.haru-banner--style-16 .haru-banner__title a{font-size:20px}}@media screen and (max-width:991px){.haru-banner--style-16 .haru-banner__title,.haru-banner--style-16 .haru-banner__title a{font-size:18px}}.haru-banner--style-16 .haru-banner__btn{font-size:14px;display:inline-flex;align-items:center}.haru-banner--style-16 .haru-banner__btn:after{content:"";font-family:"phosphor";font-size:18px;font-weight:700;color:#4B5C66;padding-left:3px;position:relative;bottom:-1px}.haru-banner--style-16:hover .haru-banner__image img{transform:scale(1.03);transition:all 0.5s}.haru-banner--style-17{border-radius:12px;overflow:hidden}.haru-banner--style-17>a{display:flex}@media only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.haru-banner--style-17{-webkit-mask-image:-webkit-radial-gradient(white, black)}}.haru-banner--style-17 .haru-banner__image{display:flex;align-items:flex-start;position:relative;overflow:hidden}@media only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.haru-banner--style-17 .haru-banner__image{-webkit-mask-image:-webkit-radial-gradient(white, black)}}.haru-banner--style-17 .haru-banner__image img{width:100%;transform:scale(1);transition:all 0.5s}.haru-banner--style-17 .haru-banner__content{position:absolute;width:100%;top:50%;left:0;padding:0 40px;z-index:2;transform:translateY(-50%)}.haru-banner--style-17 .haru-banner__sub-title{background-color:#7A683D;border-radius:3px;color:#fff;display:inline-block;font-size:14px;font-weight:700;padding:2px 12px}.haru-banner--style-17 .haru-banner__title,.haru-banner--style-17 .haru-banner__title a{color:#000;font-size:32px;line-height:1.3;margin-bottom:15px;margin-top:0}@media screen and (max-width:1440px){.haru-banner--style-17 .haru-banner__title,.haru-banner--style-17 .haru-banner__title a{font-size:28px}}@media screen and (max-width:1024px){.haru-banner--style-17 .haru-banner__title,.haru-banner--style-17 .haru-banner__title a{font-size:26px}}@media screen and (max-width:991px){.haru-banner--style-17 .haru-banner__title,.haru-banner--style-17 .haru-banner__title a{font-size:24px}}@media screen and (max-width:767px){.haru-banner--style-17 .haru-banner__title,.haru-banner--style-17 .haru-banner__title a{font-size:20px}}.haru-banner--style-17 .haru-banner__description{font-size:20px;margin-bottom:10px;margin-top:15px;color:#7E7E7E;line-height:1.8}@media screen and (max-width:1440px){.haru-banner--style-17 .haru-banner__description{font-size:18px}}@media screen and (max-width:1024px){.haru-banner--style-17 .haru-banner__description{font-size:17px}}@media screen and (max-width:991px){.haru-banner--style-17 .haru-banner__description{font-size:16px}}@media screen and (max-width:767px){.haru-banner--style-17 .haru-banner__description{font-size:14px}}.haru-banner--style-17 .haru-banner__btn{display:inline-flex;align-items:center;margin-top:15px;padding:0 25px}.haru-banner--style-17 .haru-banner__btn:after{content:"";font-family:"phosphor";font-size:18px;font-weight:700;padding-left:8px;position:relative;bottom:-1px}@media screen and (max-width:1440px){.haru-banner--style-17 .haru-banner__btn:after{font-size:16px}}.haru-banner--style-17:hover .haru-banner__image:before{opacity:1;visibility:visible;transition:all 0.3s}.haru-banner--style-17:hover .haru-banner__image img{transform:scale(1.03);transition:all 0.5s}.haru-banner--style-18{background-color:#fff;border-radius:12px;box-shadow:0 0 10px rgba(0, 0, 0, 0.12);padding:20px;transform:translateY(0);transition:all 0.3s}.haru-banner--style-18 .haru-banner__image{border-radius:12px;display:flex;align-items:flex-start;position:relative;overflow:hidden}.haru-banner--style-18 .haru-banner__image img{width:100%}.haru-banner--style-18 .haru-banner__content{text-align:center;z-index:2}.haru-banner--style-18 .haru-banner__title,.haru-banner--style-18 .haru-banner__title a{color:#000000;font-size:24px;margin-bottom:10px;padding-top:15px}@media screen and (max-width:1440px){.haru-banner--style-18 .haru-banner__title,.haru-banner--style-18 .haru-banner__title a{font-size:22px}}@media screen and (max-width:1024px){.haru-banner--style-18 .haru-banner__title,.haru-banner--style-18 .haru-banner__title a{font-size:20px}}@media screen and (max-width:991px){.haru-banner--style-18 .haru-banner__title,.haru-banner--style-18 .haru-banner__title a{font-size:18px}}.haru-banner--style-18 .haru-banner__description{margin-bottom:25px;color:#7E7E7E;padding:0 5%}@media screen and (max-width:991px){.haru-banner--style-18 .haru-banner__description{padding:0 3%}}@media screen and (max-width:767px){.haru-banner--style-18 .haru-banner__description{padding:0}}.haru-banner--style-18 .haru-banner__btn{width:100%}.haru-banner--style-18:hover{box-shadow:0 15px 50px rgba(0, 0, 0, 0.08);transform:translateY(-20px);transition:all 0.3s}.haru-banner--style-18:hover .haru-banner__btn{background-color:#4B5C66;color:#fff}.haru-banner--style-18:hover .haru-banner__btn:hover{background-color:#354149}.haru-banner--style-19{transform:scale(1);transition:all 0.3s}.haru-banner--style-19 .haru-banner__image{border-radius:12px;position:relative;overflow:hidden}@media only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.haru-banner--style-19 .haru-banner__image{-webkit-mask-image:-webkit-radial-gradient(white, black)}}.haru-banner--style-19 .haru-banner__image a{display:flex;align-items:flex-start}.haru-banner--style-19 .haru-banner__image a:after{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background:linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54) 100%);z-index:1}.haru-banner--style-19 .haru-banner__image img{width:100%}.haru-banner--style-19 .haru-banner__content{position:absolute;left:20px;right:20px;bottom:20px;width:calc(100% - 40px);background-color:transparent;border-radius:12px;box-shadow:none;padding:15px 25px;z-index:2;transform:translate(-10px, 40px);transition:all 0.3s}.haru-banner--style-19 .haru-banner__title,.haru-banner--style-19 .haru-banner__title a{color:#fff;font-size:24px;margin-top:0;margin-bottom:10px}@media screen and (max-width:1440px){.haru-banner--style-19 .haru-banner__title,.haru-banner--style-19 .haru-banner__title a{font-size:20px}}@media screen and (max-width:1024px){.haru-banner--style-19 .haru-banner__title,.haru-banner--style-19 .haru-banner__title a{font-size:18px}}.haru-banner--style-19 .haru-banner__btn{font-size:14px;display:inline-flex;align-items:center;opacity:0;visibility:hidden;transition:all 0.3s}.haru-banner--style-19 .haru-banner__btn:after{content:"";font-family:"phosphor";font-size:16px;font-weight:700;color:#4B5C66;padding-left:3px;position:relative;bottom:-2px}.haru-banner--style-19:hover{transform:scale(1.05);transition:all 0.3s}.haru-banner--style-19:hover .haru-banner__content{background-color:#fff;box-shadow:0 15px 50px rgba(0, 0, 0, 0.08);transform:none;transition:all 0.3s}.haru-banner--style-19:hover .haru-banner__title,.haru-banner--style-19:hover .haru-banner__title a{color:#000;transition:all 0.3s}.haru-banner--style-19:hover .haru-banner__btn{opacity:1;visibility:visible;transition:all 0.3s}.haru-banner--style-20{position:relative;transition:all 0.3s}.haru-banner--style-20:before{content:"";position:absolute;top:-5px;left:-15px;width:calc(100% + 30px);height:calc(100% + 30px);background:#fff;box-shadow:0 7px 30px rgba(0, 0, 0, 0.13);border-radius:12px;opacity:0;visibility:hidden;-webkit-transform:scale(0.96) translateY(0);transform:scale(0.96) translateY(0);transition:all 0.3s}.haru-banner--style-20>a{position:relative;z-index:2}.haru-banner--style-20 .haru-banner__image{border-radius:20px;position:relative;overflow:hidden;display:flex;align-items:flex-start}@media only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.haru-banner--style-20 .haru-banner__image{-webkit-mask-image:-webkit-radial-gradient(white, black)}}.haru-banner--style-20 .haru-banner__image img{width:100%}.haru-banner--style-20 .haru-banner__title,.haru-banner--style-20 .haru-banner__title a{font-size:20px;margin-top:15px;margin-bottom:15px;display:flex;align-items:center}@media screen and (max-width:1440px){.haru-banner--style-20 .haru-banner__title,.haru-banner--style-20 .haru-banner__title a{font-size:18px}}.haru-banner--style-20 .haru-banner__title:after,.haru-banner--style-20 .haru-banner__title a:after{content:"";font-family:"phosphor";display:inline-block;border-radius:50%;background-color:#f5f5f5;color:#000;font-size:16px;width:40px;height:40px;line-height:40px;text-align:center;margin-left:auto;opacity:0;transition:all 0.3s}.haru-banner--style-20 .haru-banner__sub-title{position:absolute;top:0;right:0;width:72px;height:72px;background:linear-gradient(146.78deg, #00E3AD 27.2%, #0AAABF 88.39%);box-shadow:0 5px 6px rgba(0, 0, 0, 0.15);border-radius:50%;font-size:20px;color:#fff;font-weight:700;display:inline-flex;align-items:center;justify-content:center;transform:translate(15px, -15px);text-transform:uppercase}.haru-banner--style-20:hover{transform:translateY(-10px)}.haru-banner--style-20:hover:before{opacity:1;visibility:visible;transform:scale(1) translateY(-10px)}.haru-banner--style-20:hover .haru-banner__title:after,.haru-banner--style-20:hover .haru-banner__title a:after{opacity:1}.haru-banner--style-21{transition:all 0.3s}.haru-banner--style-21 .haru-banner__image{border-radius:12px;display:flex;align-items:flex-start;position:relative;overflow:hidden}@media only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.haru-banner--style-21 .haru-banner__image{-webkit-mask-image:-webkit-radial-gradient(white, black)}}.haru-banner--style-21 .haru-banner__image a{display:flex;align-items:flex-start}.haru-banner--style-21 .haru-banner__image a:after{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background:linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54) 100%);z-index:1}.haru-banner--style-21 .haru-banner__image img{width:100%;transform:scale(1);transition:all 0.3s}.haru-banner--style-21 .haru-banner__content{position:absolute;left:0;right:0;bottom:0;width:100%;background-color:transparent;border-radius:12px;box-shadow:none;padding:20px 35px;z-index:2;transition:all 0.3s}.haru-banner--style-21 .haru-banner__title,.haru-banner--style-21 .haru-banner__title a{color:#fff;font-size:48px;margin-top:0;margin-bottom:0}@media screen and (max-width:1440px){.haru-banner--style-21 .haru-banner__title,.haru-banner--style-21 .haru-banner__title a{font-size:42px}}@media screen and (max-width:1024px){.haru-banner--style-21 .haru-banner__title,.haru-banner--style-21 .haru-banner__title a{font-size:36px}}@media screen and (max-width:991px){.haru-banner--style-21 .haru-banner__title,.haru-banner--style-21 .haru-banner__title a{font-size:28px}}@media screen and (max-width:767px){.haru-banner--style-21 .haru-banner__title,.haru-banner--style-21 .haru-banner__title a{font-size:24px}}.haru-banner--style-21 .haru-banner__sub-title{color:#fff;font-size:24px;margin-top:0;margin-bottom:10px}@media screen and (max-width:1440px){.haru-banner--style-21 .haru-banner__sub-title{font-size:20px}}@media screen and (max-width:1024px){.haru-banner--style-21 .haru-banner__sub-title{font-size:18px}}.haru-banner--style-21:hover{transition:all 0.3s}.haru-banner--style-21:hover .haru-banner__image img{transform:scale(1.03);transition:all 0.3s}.haru-banner--style-22{transition:all 0.3s}.haru-banner--style-22 .haru-banner__image{border-radius:12px;display:flex;align-items:flex-start;position:relative;overflow:hidden}@media only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.haru-banner--style-22 .haru-banner__image{-webkit-mask-image:-webkit-radial-gradient(white, black)}}.haru-banner--style-22 .haru-banner__image a{display:flex;align-items:flex-start}.haru-banner--style-22 .haru-banner__image a:after{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background:linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54) 100%);z-index:1}.haru-banner--style-22 .haru-banner__image img{width:100%;transform:scale(1);transition:all 0.3s}.haru-banner--style-22 .haru-banner__content{position:absolute;left:0;right:0;bottom:0;width:100%;background-color:transparent;border-radius:12px;box-shadow:none;padding:20px 15px 20px 35px;z-index:2;transition:all 0.3s}.haru-banner--style-22 .haru-banner__title,.haru-banner--style-22 .haru-banner__title a{color:#000;font-size:20px;margin-top:0;margin-bottom:0}@media screen and (max-width:1440px){.haru-banner--style-22 .haru-banner__title,.haru-banner--style-22 .haru-banner__title a{font-size:18px}}.haru-banner--style-22:hover{transition:all 0.3s}.haru-banner--style-22:hover .haru-banner__image img{transform:scale(1.03);transition:all 0.3s}.haru-banner--style-23{border-radius:12px;overflow:hidden}@media only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.haru-banner--style-23{-webkit-mask-image:-webkit-radial-gradient(white, black)}}.haru-banner--style-23 .haru-banner__image{display:flex;align-items:flex-start;position:relative;overflow:hidden}@media only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.haru-banner--style-23 .haru-banner__image{-webkit-mask-image:-webkit-radial-gradient(white, black)}}.haru-banner--style-23 .haru-banner__image img{width:100%;transform:scale(1);transition:all 0.5s}.haru-banner--style-23 .haru-banner__content{position:absolute;width:100%;bottom:6%;left:6%;z-index:2}.haru-banner--style-23 .haru-banner__title,.haru-banner--style-23 .haru-banner__title a{color:#000;font-size:24px;line-height:1.5;margin-bottom:5px}@media screen and (max-width:1440px){.haru-banner--style-23 .haru-banner__title,.haru-banner--style-23 .haru-banner__title a{font-size:22px}}@media screen and (max-width:767px){.haru-banner--style-23 .haru-banner__title,.haru-banner--style-23 .haru-banner__title a{font-size:20px}}.haru-banner--style-23 .haru-banner__sub-title{background-color:#4B5C66;border-radius:3px;color:#fff;display:inline-block;font-size:14px;font-weight:700;padding:1px 12px}.haru-banner--style-23 .haru-banner__btn{display:inline-flex;align-items:center;font-size:18px}@media screen and (max-width:1440px){.haru-banner--style-23 .haru-banner__btn{font-size:16px}}@media screen and (max-width:767px){.haru-banner--style-23 .haru-banner__btn{margin-top:0}}.haru-banner--style-23 .haru-banner__btn:after{content:"";font-family:"phosphor";font-size:16px;font-weight:700;padding-left:6px;position:relative;bottom:-1px}@media screen and (max-width:1440px){.haru-banner--style-23 .haru-banner__btn:after{font-size:14px}}.haru-banner--style-23:hover .haru-banner__image:before{opacity:1;visibility:visible;transition:all 0.3s}.haru-banner--style-23:hover .haru-banner__image img{transform:scale(1.03);transition:all 0.5s}.haru-banner--style-24{border-radius:12px;overflow:hidden}@media only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.haru-banner--style-24{-webkit-mask-image:-webkit-radial-gradient(white, black)}}.haru-banner--style-24 .haru-banner__image{display:flex;align-items:flex-start;position:relative;overflow:hidden}.haru-banner--style-24 .haru-banner__image img{transform:scale(1);transition:all 0.5s}.haru-banner--style-24 .haru-banner__content{position:absolute;width:100%;height:100%;top:0;left:0;padding:30px 20px;text-align:center;z-index:2}.haru-banner--style-24 .haru-banner__title,.haru-banner--style-24 .haru-banner__title a{font-size:40px;font-weight:700;line-height:1.2;margin-top:0}@media screen and (max-width:1440px){.haru-banner--style-24 .haru-banner__title,.haru-banner--style-24 .haru-banner__title a{font-size:36px}}@media screen and (max-width:1024px){.haru-banner--style-24 .haru-banner__title,.haru-banner--style-24 .haru-banner__title a{font-size:32px}}@media screen and (max-width:991px){.haru-banner--style-24 .haru-banner__title,.haru-banner--style-24 .haru-banner__title a{font-size:28px}}@media screen and (max-width:767px){.haru-banner--style-24 .haru-banner__title,.haru-banner--style-24 .haru-banner__title a{font-size:24px}}.haru-banner--style-24 .haru-banner__sub-title{font-size:16px;font-weight:600;color:#000}.haru-banner--style-24 .haru-banner__btn{display:inline-flex;align-items:center;justify-content:center;position:absolute;bottom:30px;left:30px;right:30px}@media screen and (max-width:767px){.haru-banner--style-24 .haru-banner__btn{bottom:20px;left:20px;right:20px}}.haru-banner--style-24 .haru-banner__btn:after{content:"";font-family:"phosphor";font-size:18px;font-weight:700;padding-left:8px}.haru-banner--style-24:hover .haru-banner__image:before{opacity:1;visibility:visible;transition:all 0.3s}.haru-banner--style-24:hover .haru-banner__image img{transform:scale(1.03);transition:all 0.5s}.haru-banner--style-25{position:relative;margin-bottom:30px}@media screen and (max-width:1440px){.haru-banner--style-25{margin-bottom:25px}}.haru-banner--style-25 .haru-banner__image{border-radius:12px;display:flex;align-items:flex-start;position:relative;overflow:hidden}.haru-banner--style-25 .haru-banner__image img{transform:scale(1);transition:all 0.5s}@media only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.haru-banner--style-25 .haru-banner__image img{-webkit-mask-image:-webkit-radial-gradient(white, black)}}.haru-banner--style-25 .haru-banner__content{position:absolute;bottom:0;left:12%;right:12%;transform:translate(0, 50%)}.haru-banner--style-25 .haru-banner__btn{display:flex;align-items:center;justify-content:center;padding:0 10px;letter-spacing:0.05rem;text-transform:uppercase}@media screen and (max-width:991px){.haru-banner--style-25 .haru-banner__btn{line-height:46px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}}@media screen and (max-width:767px){.haru-banner--style-25 .haru-banner__btn{display:flex;line-height:48px}}.haru-banner--style-25 .haru-banner__btn:after{content:"";font-family:"phosphor";font-size:18px;font-weight:700;padding-left:8px}.haru-banner--style-25:hover .haru-banner__image:before{opacity:1;visibility:visible;transition:all 0.3s}.haru-banner--style-25:hover .haru-banner__image img{transform:scale(1.03);transition:all 0.5s}.haru-banner--style-26{position:relative}.haru-banner--style-26 .haru-banner__image{border-radius:12px;display:flex;align-items:flex-start;position:relative;overflow:hidden}.haru-banner--style-26 .haru-banner__image img{transform:scale(1);transition:all 0.5s}@media only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.haru-banner--style-26 .haru-banner__image img{-webkit-mask-image:-webkit-radial-gradient(white, black)}}.haru-banner--style-26 .haru-banner__content{position:absolute;bottom:0;left:0;right:0}.haru-banner--style-26 .haru-banner__title{background-color:#7A683D;display:inline-block;color:#fff;font-family:Smooch;font-size:50px;font-weight:400;line-height:1;padding:16px 30px;transform:translate(35%, -65%) rotate(-6deg);position:absolute;left:0;bottom:0;z-index:1}@media screen and (max-width:1440px){.haru-banner--style-26 .haru-banner__title{font-size:42px;padding:12px 30px}}@media screen and (max-width:1024px){.haru-banner--style-26 .haru-banner__title{font-size:36px}}@media screen and (max-width:991px){.haru-banner--style-26 .haru-banner__title{font-size:32px;transform:translate(0, -55%) rotate(-6deg)}}@media screen and (max-width:767px){.haru-banner--style-26 .haru-banner__title{font-size:28px}}.haru-banner--style-26 .haru-banner__sub-title{background-color:#4B5C66;display:inline-block;color:#fff;font-family:Smooch;font-size:70px;font-weight:400;line-height:1;padding:6px 35px;position:absolute;right:0;bottom:0;transform:translate(-20%, 10%) rotate(5deg)}@media screen and (max-width:1440px){.haru-banner--style-26 .haru-banner__sub-title{font-size:56px;padding:4px 35px}}@media screen and (max-width:1024px){.haru-banner--style-26 .haru-banner__sub-title{font-size:48px}}@media screen and (max-width:991px){.haru-banner--style-26 .haru-banner__sub-title{font-size:42px;transform:translate(0, 10%) rotate(5deg)}}@media screen and (max-width:767px){.haru-banner--style-26 .haru-banner__sub-title{font-size:36px}}.haru-banner--style-27{display:flex;align-items:center;border-radius:12px;overflow:hidden}@media only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.haru-banner--style-27{-webkit-mask-image:-webkit-radial-gradient(white, black)}}@media screen and (max-width:767px){.haru-banner--style-27{display:block}}.haru-banner--style-27 .haru-banner__image{flex:0 0 45%;position:relative;overflow:hidden}@media only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.haru-banner--style-27 .haru-banner__image{-webkit-mask-image:-webkit-radial-gradient(white, black)}}.haru-banner--style-27 .haru-banner__image a{display:flex;align-items:flex-start}.haru-banner--style-27 .haru-banner__image img{width:100%;transform:scale(1);transition:all 0.5s}.haru-banner--style-27 .haru-banner__content{padding:0 30px 20px 40px;flex:1}@media screen and (max-width:1440px){.haru-banner--style-27 .haru-banner__content{padding:0 25px 18px 35px}}@media screen and (max-width:767px){.haru-banner--style-27 .haru-banner__content{padding:15px 0 0 0}}.haru-banner--style-27 .haru-banner__sub-title{color:#4B5C66;font-size:32px;font-weight:400;font-family:Smooch;text-transform:uppercase}@media screen and (max-width:1440px){.haru-banner--style-27 .haru-banner__sub-title{font-size:26px}}@media screen and (max-width:1024px){.haru-banner--style-27 .haru-banner__sub-title{font-size:24px}}@media screen and (max-width:991px){.haru-banner--style-27 .haru-banner__sub-title{font-size:22px}}@media screen and (max-width:767px){.haru-banner--style-27 .haru-banner__sub-title{font-size:18px}}.haru-banner--style-27 .haru-banner__title,.haru-banner--style-27 .haru-banner__title a{color:#7A683D;font-size:40px;font-weight:800;line-height:1.3;margin-bottom:15px;text-transform:uppercase}@media screen and (max-width:1440px){.haru-banner--style-27 .haru-banner__title,.haru-banner--style-27 .haru-banner__title a{font-size:32px}}@media screen and (max-width:1024px){.haru-banner--style-27 .haru-banner__title,.haru-banner--style-27 .haru-banner__title a{font-size:28px}}@media screen and (max-width:991px){.haru-banner--style-27 .haru-banner__title,.haru-banner--style-27 .haru-banner__title a{font-size:26px}}@media screen and (max-width:767px){.haru-banner--style-27 .haru-banner__title,.haru-banner--style-27 .haru-banner__title a{font-size:22px;margin-bottom:10px}}.haru-banner--style-27 .haru-banner__description{font-size:18px;margin-bottom:30px}@media screen and (max-width:1440px){.haru-banner--style-27 .haru-banner__description{font-size:17px}}@media screen and (max-width:1024px){.haru-banner--style-27 .haru-banner__description{font-size:16px}}@media screen and (max-width:991px){.haru-banner--style-27 .haru-banner__description{font-size:14px}}@media screen and (max-width:767px){.haru-banner--style-27 .haru-banner__description{margin-bottom:20px}}.haru-banner--style-27 .haru-banner__btn{display:inline-flex;align-items:center;text-transform:uppercase}.haru-banner--style-27 .haru-banner__btn:after{content:"";font-family:"phosphor";font-size:18px;font-weight:700;color:#fff;padding-left:5px}@media screen and (max-width:1440px){.haru-banner--style-27 .haru-banner__btn:after{font-size:16px}}@media screen and (max-width:767px){.haru-banner--style-27 .haru-banner__btn:after{position:relative;bottom:-1px}}.haru-banner--style-27:hover .haru-banner__image img{transform:scale(1.03);transition:all 0.5s}.haru-banner--style-28 .haru-banner__image{display:flex;border-radius:12px;position:relative;overflow:hidden}@media only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.haru-banner--style-28 .haru-banner__image{-webkit-mask-image:-webkit-radial-gradient(white, black)}}.haru-banner--style-28 .haru-banner__image img{width:100%;transform:scale(1);transition:all 0.5s}.haru-banner--style-28 .haru-banner__title,.haru-banner--style-28 .haru-banner__title a{color:#000;font-size:20px;margin-bottom:5px;margin-top:15px}@media screen and (max-width:1440px){.haru-banner--style-28 .haru-banner__title,.haru-banner--style-28 .haru-banner__title a{font-size:18px}}.haru-banner--style-28 .haru-banner__sub-title{position:absolute;top:0;right:0;width:48px;height:48px;background:linear-gradient(146.78deg, #00E3AD 27.2%, #0AAABF 88.39%);box-shadow:0 5px 6px rgba(0, 0, 0, 0.15);border-radius:50%;font-size:13px;color:#fff;font-weight:700;display:inline-flex;align-items:center;justify-content:center;transform:translate(10px, -10px);text-transform:uppercase}.haru-banner--style-28:hover .haru-banner__image:before{opacity:1;visibility:visible;transition:all 0.3s}.haru-banner--style-28:hover .haru-banner__image img{transform:scale(1.03);transition:all 0.5s}.dark-mode .haru-banner--style-2 .haru-banner__btn-link,.background-dark .haru-banner--style-2 .haru-banner__btn-link{color:#fff}.dark-mode .haru-banner--style-2 .haru-banner__btn-link:hover,.background-dark .haru-banner--style-2 .haru-banner__btn-link:hover{color:#4B5C66;transition:all 0.3s}.dark-mode .haru-banner--style-3 .haru-banner__title,.dark-mode .haru-banner--style-3 .haru-banner__title a,.background-dark .haru-banner--style-3 .haru-banner__title,.background-dark .haru-banner--style-3 .haru-banner__title a{color:#fff}.dark-mode .haru-banner--style-3 .haru-banner__description,.background-dark .haru-banner--style-3 .haru-banner__description{color:#fff}.dark-mode .haru-banner--style-6 .haru-banner__title,.dark-mode .haru-banner--style-6 .haru-banner__title a,.background-dark .haru-banner--style-6 .haru-banner__title,.background-dark .haru-banner--style-6 .haru-banner__title a{color:#fff}.dark-mode .haru-banner--style-6 .haru-banner__description,.background-dark .haru-banner--style-6 .haru-banner__description{background-color:#f7d662;color:#000}.dark-mode .haru-banner--style-6 .haru-banner__btn,.background-dark .haru-banner--style-6 .haru-banner__btn{border-bottom:1px solid transparent;color:#fff}.dark-mode .haru-banner--style-6 .haru-banner__btn:hover,.background-dark .haru-banner--style-6 .haru-banner__btn:hover{color:rgba(255, 255, 255, 0.8);border-bottom:1px solid rgba(255, 255, 255, 0.8) !important;transition:all 0.3s}.dark-mode .haru-banner--style-6:hover .haru-banner__btn,.background-dark .haru-banner--style-6:hover .haru-banner__btn{border-bottom:1px solid #fff}.dark-mode .haru-banner--style-10 .haru-banner__content,.background-dark .haru-banner--style-10 .haru-banner__content{background-color:#11b196}.dark-mode .haru-banner--style-11 .haru-banner__description,.background-dark .haru-banner--style-11 .haru-banner__description{background-color:#11b196}.dark-mode .haru-banner--style-17 .haru-banner__title,.dark-mode .haru-banner--style-17 .haru-banner__title a,.background-dark .haru-banner--style-17 .haru-banner__title,.background-dark .haru-banner--style-17 .haru-banner__title a{color:#fff}.dark-mode .haru-banner--style-17 .haru-banner__description,.background-dark .haru-banner--style-17 .haru-banner__description{color:#fff}.dark-mode .haru-banner--style-17 .haru-banner__btn,.background-dark .haru-banner--style-17 .haru-banner__btn{color:#000}.dark-mode .haru-banner--style-17 .haru-banner__btn:hover,.background-dark .haru-banner--style-17 .haru-banner__btn:hover{background-color:#4B5C66;color:#fff}.dark-mode .haru-banner--style-23 .haru-banner__title,.dark-mode .haru-banner--style-23 .haru-banner__title a,.background-dark .haru-banner--style-23 .haru-banner__title,.background-dark .haru-banner--style-23 .haru-banner__title a{color:#fff}.dark-mode .haru-banner--style-23 .haru-banner__sub-title,.background-dark .haru-banner--style-23 .haru-banner__sub-title{background-color:#7A683D}.haru-banner-list ul{padding:0;margin:0;list-style:none}.haru-banner-list .haru-banner-list__item-wrap{position:relative;overflow:hidden}.haru-banner-list .haru-banner-list__image{position:relative;overflow:hidden;display:flex;align-items:flex-start}.haru-banner-list .haru-banner-list__image img{width:100%}.haru-banner-list__hover-style-1 .haru-banner-list__image{border-radius:12px}.haru-banner-list__hover-style-1 .haru-banner-list__image img{transform:scale(1);transition:all 0.3s}.haru-banner-list__hover-style-1 .haru-banner-list__content{position:absolute;left:0;bottom:0;width:100%;padding:15px;z-index:2}.haru-banner-list__hover-style-1 .haru-banner-list__title{font-size:20px;line-height:1.5;margin-top:0;margin-bottom:0;padding:10px 15px;background-color:#fff;color:#000000;border-radius:12px;box-shadow:0px 4px 9px rgba(0, 0, 0, 0.05);display:flex;align-items:center;transform:translateY(0);transition:all 0.3s}@media screen and (max-width:1440px){.haru-banner-list__hover-style-1 .haru-banner-list__title{font-size:18px}}@media screen and (max-width:1024px){.haru-banner-list__hover-style-1 .haru-banner-list__title{font-size:17px}}@media screen and (max-width:991px){.haru-banner-list__hover-style-1 .haru-banner-list__title{font-size:16px}}.haru-banner-list__hover-style-1 .haru-banner-list__title:after{content:"";font-family:"phosphor";display:inline-block;border-radius:50%;background-color:#f5f5f5;color:#000000;font-size:16px;width:40px;height:40px;line-height:40px;text-align:center;margin-left:auto;transition:all 0.3s}.haru-banner-list__hover-style-1 .haru-banner-list__description{height:0;visibility:hidden;color:rgba(255, 255, 255, 0.7);transition:all 0.3s;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.haru-banner-list__hover-style-1 .haru-banner-list__sub-title{color:#7E7E7E;font-weight:400;font-size:14px;padding-left:5px;position:relative;top:-5px}@media screen and (max-width:991px){.haru-banner-list__hover-style-1 .haru-banner-list__sub-title{font-size:13px}}.haru-banner-list__hover-style-1:hover .haru-banner-list__image img{transform:scale(1.03);transition:all 0.3s}.haru-banner-list__hover-style-1:hover .haru-banner-list__title{transform:translateY(-10px);transition:all 0.3s}.haru-banner-list__hover-style-1:hover .haru-banner-list__title:after{background-color:#4B5C66;color:#fff;transition:all 0.3s}.haru-banner-list__hover-style-1:hover .haru-banner-list__sub-title{color:#4B5C66}.haru-banner-list__hover-style-2{transition:all 0.3s}.haru-banner-list__hover-style-2 .haru-banner-list__item-wrap{border-radius:12px;box-shadow:0 15px 30px rgba(0, 0, 0, 0.07);transition:all 0.3s}.haru-banner-list__hover-style-2 .haru-banner-list__content{padding:20px}.haru-banner-list__hover-style-2 .haru-banner-list__title{font-size:20px;position:relative;line-height:1.3;margin:0;display:flex;align-items:center}@media screen and (max-width:1440px){.haru-banner-list__hover-style-2 .haru-banner-list__title{font-size:18px}}.haru-banner-list__hover-style-2 .haru-banner-list__title:after{content:"";font-family:"haruicons";display:inline-block;border-radius:50%;background-color:#f5f5f5;color:#000000;font-size:16px;width:40px;height:40px;line-height:40px;text-align:center;margin-left:auto;transition:all 0.3s}.haru-banner-list__hover-style-2:hover{transform:translateY(-20px);transition:all 0.3s}.haru-banner-list__hover-style-2:hover .haru-banner-list__title:after{background-color:#4B5C66;color:#fff;transition:all 0.3s}.haru-banner-list__hover-style-3 .haru-banner-list__image{border-radius:12px}.haru-banner-list__hover-style-3 .haru-banner-list__image img{transform:scale(1);transition:all 0.3s}.haru-banner-list__hover-style-3 .haru-banner-list__content{text-align:center}.haru-banner-list__hover-style-3 .haru-banner-list__title{font-size:20px;position:relative;display:inline-block;line-height:1.4;margin-top:20px}@media screen and (max-width:1440px){.haru-banner-list__hover-style-3 .haru-banner-list__title{font-size:18px}}@media screen and (max-width:1024px){.haru-banner-list__hover-style-3 .haru-banner-list__title{font-size:17px}}@media screen and (max-width:991px){.haru-banner-list__hover-style-3 .haru-banner-list__title{font-size:16px}}.haru-banner-list__hover-style-3 .haru-banner-list__sub-title{position:absolute;font-size:15px;font-weight:400;top:0;left:calc(100% + 6px);color:#7E7E7E;transition:all 0.3s}@media screen and (max-width:767px){.haru-banner-list__hover-style-3 .haru-banner-list__sub-title{top:-5px}}.haru-banner-list__hover-style-3:hover .haru-banner-list__image img{transform:scale(1.03);transition:all 0.3s}.haru-banner-list__hover-style-3:hover .haru-banner-list__sub-title{color:#4B5C66;transition:all 0.3s}.haru-banner-list__hover-style-4 .haru-banner-list__image{border-radius:0}.haru-banner-list__hover-style-4 .haru-banner-list__image img{transform:scale(1);transition:all 0.3s}.haru-banner-list__hover-style-4 .haru-banner-list__title{font-size:28px;position:relative;display:inline-block;line-height:1.4;margin-top:25px;margin-bottom:5px}@media screen and (max-width:1440px){.haru-banner-list__hover-style-4 .haru-banner-list__title{font-size:24px;margin-top:20px}}@media screen and (max-width:1024px){.haru-banner-list__hover-style-4 .haru-banner-list__title{font-size:22px}}@media screen and (max-width:991px){.haru-banner-list__hover-style-4 .haru-banner-list__title{font-size:20px}}.haru-banner-list__hover-style-4 .haru-banner-list__sub-title{position:absolute;font-size:18px;font-weight:400;top:0;left:calc(100% + 6px);color:#7E7E7E;transition:all 0.3s}@media screen and (max-width:1440px){.haru-banner-list__hover-style-4 .haru-banner-list__sub-title{font-size:17px}}@media screen and (max-width:1024px){.haru-banner-list__hover-style-4 .haru-banner-list__sub-title{font-size:16px}}@media screen and (max-width:991px){.haru-banner-list__hover-style-4 .haru-banner-list__sub-title{font-size:15px}}@media screen and (max-width:767px){.haru-banner-list__hover-style-4 .haru-banner-list__sub-title{top:-5px}}.haru-banner-list__hover-style-4 .haru-banner-list__description{color:#7E7E7E;font-size:18px}@media screen and (max-width:1440px){.haru-banner-list__hover-style-4 .haru-banner-list__description{font-size:17px}}@media screen and (max-width:1024px){.haru-banner-list__hover-style-4 .haru-banner-list__description{font-size:16px}}@media screen and (max-width:991px){.haru-banner-list__hover-style-4 .haru-banner-list__description{font-size:15px}}.haru-banner-list__hover-style-4 .haru-banner-list__btn{display:inline-flex;align-items:center;margin-top:25px;font-size:16px}@media screen and (max-width:1440px){.haru-banner-list__hover-style-4 .haru-banner-list__btn{font-size:15px}}@media screen and (max-width:767px){.haru-banner-list__hover-style-4 .haru-banner-list__btn{margin-top:20px}}.haru-banner-list__hover-style-4 .haru-banner-list__btn .haru-button{padding:0 24px}.haru-banner-list__hover-style-4 .haru-banner-list__btn .haru-button:after{content:"";font-family:"phosphor";font-size:16px;font-weight:600;padding-left:6px;position:relative;bottom:-1px}@media screen and (max-width:1440px){.haru-banner-list__hover-style-4 .haru-banner-list__btn .haru-button:after{font-size:14px}}.haru-banner-list__hover-style-4:hover .haru-banner-list__image img{transform:scale(1.03);transition:all 0.3s}.haru-banner-list__hover-style-4:hover .haru-banner-list__sub-title{color:#4B5C66;transition:all 0.3s}.haru-banner-list--slick{overflow:visible}.haru-banner-list--slick .slick-list{overflow:visible}.haru-banner-list--slick .haru-banner-list__list{max-width:100vw}.haru-banner-list--slick-2 .haru-banner-list__list{max-width:100vw}.haru-banner-list--slick-3 .haru-banner-list__list{max-width:100vw}.haru-banner-list--slick-3 .slick-next,.haru-banner-list--slick-3 .slick-prev{width:48px;height:48px;line-height:48px}.haru-banner-list--slick-3 .slick-next{right:-60px}.haru-banner-list--slick-3 .slick-prev{left:-60px}.haru-banner-list--slick-3 .slick-dots{margin:20px 0 0}@media screen and (max-width:1440px){.haru-banner-list--slick-3 .slick-dots{margin:15px 0 0}}@media screen and (max-width:1024px){.haru-banner-list--slick-3 .slick-dots{margin:0 0 10px}}@media screen and (max-width:991px){.haru-banner-list--slick-3 .slick-dots{margin:0 0 5px}}@media screen and (max-width:767px){.haru-banner-list--slick-3 .slick-dots{margin:0 0 0}}.haru-banner-list--slick-4{overflow:visible;clip-path:inset(-100vw -100vw -100vw 0)}.haru-banner-list--slick-4 .slick-list{overflow:visible}@media screen and (max-width:767px){.haru-banner-list--slick-4 .haru-banner-list__list{max-width:calc(100vw - 16px)}}.haru-banner-list .haru-slick--nav-top-right .slick-prev,.haru-banner-list .haru-slick--nav-top-right .slick-next{top:-110px}@media screen and (max-width:991px){.haru-banner-list .haru-slick--nav-top-right .slick-prev,.haru-banner-list .haru-slick--nav-top-right .slick-next{top:-95px}}@media screen and (max-width:767px){.haru-banner-list .haru-slick--nav-top-right .slick-prev,.haru-banner-list .haru-slick--nav-top-right .slick-next{top:-80px}}.haru-banner-list--grid .haru-banner-list__list{display:flex;flex-wrap:wrap}.haru-banner-list__hover-creative-style-1 .haru-banner-list__image{border-radius:12px}.haru-banner-list__hover-creative-style-1 .haru-banner-list__image:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg, rgba(0, 0, 0, 0) 37.22%, rgba(0, 0, 0, 0.6) 100%);z-index:1;opacity:0;visibility:hidden;transition:all 0.3s}@media screen and (max-width:991px){.haru-banner-list__hover-creative-style-1 .haru-banner-list__image:before{opacity:1;visibility:visible}}.haru-banner-list__hover-creative-style-1 .haru-banner-list__image img{transform:scale(1);transition:all 0.3s}.haru-banner-list__hover-creative-style-1 .haru-banner-list__content{position:absolute;bottom:0;left:0;width:100%;z-index:2;text-align:center;opacity:0;visibility:hidden;transition:all 0.3s}@media screen and (max-width:991px){.haru-banner-list__hover-creative-style-1 .haru-banner-list__content{opacity:1;visibility:visible}}.haru-banner-list__hover-creative-style-1 .haru-banner-list__title{color:#fff;font-size:32px}@media screen and (max-width:1440px){.haru-banner-list__hover-creative-style-1 .haru-banner-list__title{font-size:28px}}@media screen and (max-width:1024px){.haru-banner-list__hover-creative-style-1 .haru-banner-list__title{font-size:24px}}@media screen and (max-width:991px){.haru-banner-list__hover-creative-style-1 .haru-banner-list__title{font-size:20px}}@media screen and (max-width:767px){.haru-banner-list__hover-creative-style-1 .haru-banner-list__title{font-size:18px}}.haru-banner-list__hover-creative-style-1 .haru-banner-list__description{color:#fff;font-size:14px;padding-bottom:30px;letter-spacing:1px;text-transform:uppercase}@media screen and (max-width:991px){.haru-banner-list__hover-creative-style-1 .haru-banner-list__description{font-size:13px}}.haru-banner-list__hover-creative-style-1:hover .haru-banner-list__image:before{opacity:1;visibility:visible;transition:all 0.3s}.haru-banner-list__hover-creative-style-1:hover .haru-banner-list__image img{transform:translate(-50%, -50%) scale(1.03)}.haru-banner-list__hover-creative-style-1:hover .haru-banner-list__content{opacity:1;visibility:visible;transition:all 0.3s}.haru-banner-list__hover-creative-style-2 .haru-banner-list__image{border-radius:12px}.haru-banner-list__hover-creative-style-2 .haru-banner-list__content{position:absolute;bottom:25px;left:0;width:100%;z-index:2;text-align:center;transition:all 0.3s}.haru-banner-list__hover-creative-style-2 .haru-banner-list__title{background-color:#fff;display:inline-block;box-shadow:0px 4px 9px rgba(0, 0, 0, 0.07);border-radius:12px;font-size:18px;padding:11px 35px;margin:0}@media screen and (max-width:1440px){.haru-banner-list__hover-creative-style-2 .haru-banner-list__title{font-size:17px}}@media screen and (max-width:1024px){.haru-banner-list__hover-creative-style-2 .haru-banner-list__title{font-size:16px}}@media screen and (max-width:991px){.haru-banner-list__hover-creative-style-2 .haru-banner-list__title{font-size:15px}}.haru-banner-list__hover-creative-style-2 .haru-banner-list__description{color:#7E7E7E;font-weight:400;font-size:14px;padding-left:5px;position:relative;top:-5px}@media screen and (max-width:991px){.haru-banner-list__hover-creative-style-2 .haru-banner-list__description{font-size:13px}}.haru-banner-list__hover-creative-style-2:hover .haru-banner-list__image img{transform:translate(-50%, -50%) scale(1.03)}.haru-banner-list__hover-creative-style-2:hover .haru-banner-list__description{color:#4B5C66}.haru-banner-list--creative .haru-banner-list__image{padding-bottom:100%}.haru-banner-list--creative .haru-banner-list__image img{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%) scale(1);transition:all 0.3s;width:100%}.haru-banner-list--creative .haru-banner-list__item{position:relative;float:left;width:25%}@media screen and (max-width:767px){.haru-banner-list--creative .haru-banner-list__item{width:100%}}.haru-banner-list--creative .haru-banner-list__item.landscape{width:50%}@media screen and (max-width:767px){.haru-banner-list--creative .haru-banner-list__item.landscape{width:100%}}.haru-banner-list--creative .haru-banner-list__item.landscape .haru-banner-list__image{padding-bottom:50%}.haru-banner-list--creative .haru-banner-list__item.portrait .haru-banner-list__image{padding-bottom:200%}.haru-banner-list--creative .haru-banner-list__item.big-square{width:50%}@media screen and (max-width:767px){.haru-banner-list--creative .haru-banner-list__item.big-square{width:100%}}@media screen and (max-width:767px){.haru-banner-list--padding.haru-banner-list--slick .haru-banner-list__list{max-width:calc(100vw - 16px)}}.haru-banner-list--padding.haru-banner-list--slick .slick-slide{padding:0 15px}@media screen and (max-width:991px){.haru-banner-list--padding.haru-banner-list--slick .slick-slide{padding:0 10px}}@media screen and (max-width:767px){.haru-banner-list--padding.haru-banner-list--slick .slick-slide{padding:0 8px}}.haru-banner-list--padding.haru-banner-list--slick .haru-slick{margin:0 -15px}@media screen and (max-width:991px){.haru-banner-list--padding.haru-banner-list--slick .haru-slick{margin:0 -10px}}@media screen and (max-width:767px){.haru-banner-list--padding.haru-banner-list--slick .haru-slick{margin:0 -8px}}.haru-banner-list--padding.haru-banner-list--slick .haru-slick--nav-center .slick-next{right:15px}@media screen and (max-width:991px){.haru-banner-list--padding.haru-banner-list--slick .haru-slick--nav-center .slick-next{right:10px}}@media screen and (max-width:767px){.haru-banner-list--padding.haru-banner-list--slick .haru-slick--nav-center .slick-next{right:8px}}.haru-banner-list--padding.haru-banner-list--slick .haru-slick--nav-center .slick-prev{left:15px}@media screen and (max-width:991px){.haru-banner-list--padding.haru-banner-list--slick .haru-slick--nav-center .slick-prev{left:10px}}@media screen and (max-width:767px){.haru-banner-list--padding.haru-banner-list--slick .haru-slick--nav-center .slick-prev{left:8px}}.haru-banner-list--padding.haru-banner-list--slick .haru-slick--nav-top-right .slick-next{right:15px}@media screen and (max-width:767px){.haru-banner-list--padding.haru-banner-list--slick-2 .haru-banner-list__list{max-width:calc(100vw - 16px)}}.haru-banner-list--padding.haru-banner-list--slick-2 .haru-slick{margin:0 -15px}@media screen and (max-width:991px){.haru-banner-list--padding.haru-banner-list--slick-2 .haru-slick{margin:0 -10px}}@media screen and (max-width:767px){.haru-banner-list--padding.haru-banner-list--slick-2 .haru-slick{margin:0 -8px}}.haru-banner-list--padding.haru-banner-list--slick-2 .slick-slide{padding:0 15px}@media screen and (max-width:991px){.haru-banner-list--padding.haru-banner-list--slick-2 .slick-slide{padding:0 10px}}@media screen and (max-width:767px){.haru-banner-list--padding.haru-banner-list--slick-2 .slick-slide{padding:0 8px}}.haru-banner-list--padding.haru-banner-list--slick-2 .slick-next{right:15px}@media screen and (max-width:991px){.haru-banner-list--padding.haru-banner-list--slick-2 .slick-next{right:10px}}@media screen and (max-width:767px){.haru-banner-list--padding.haru-banner-list--slick-2 .slick-next{right:8px}}.haru-banner-list--padding.haru-banner-list--slick-2 .slick-prev{left:15px}@media screen and (max-width:991px){.haru-banner-list--padding.haru-banner-list--slick-2 .slick-prev{left:10px}}@media screen and (max-width:767px){.haru-banner-list--padding.haru-banner-list--slick-2 .slick-prev{left:8px}}@media screen and (max-width:767px){.haru-banner-list--padding.haru-banner-list--slick-3 .haru-banner-list__list{max-width:calc(100vw - 16px)}}.haru-banner-list--padding.haru-banner-list--slick-3 .haru-slick{margin:0 -15px}@media screen and (max-width:991px){.haru-banner-list--padding.haru-banner-list--slick-3 .haru-slick{margin:0 -10px}}@media screen and (max-width:767px){.haru-banner-list--padding.haru-banner-list--slick-3 .haru-slick{margin:0 -8px}}.haru-banner-list--padding.haru-banner-list--slick-3 .slick-slide{padding:0 15px}@media screen and (max-width:991px){.haru-banner-list--padding.haru-banner-list--slick-3 .slick-slide{padding:0 10px}}@media screen and (max-width:767px){.haru-banner-list--padding.haru-banner-list--slick-3 .slick-slide{padding:0 8px}}@media screen and (max-width:767px){.haru-banner-list--padding.haru-banner-list--slick-4 .haru-banner-list__list{max-width:calc(100vw - 16px)}}.haru-banner-list--padding.haru-banner-list--slick-4 .slick-slide{padding:0 15px}@media screen and (max-width:991px){.haru-banner-list--padding.haru-banner-list--slick-4 .slick-slide{padding:0 10px}}@media screen and (max-width:767px){.haru-banner-list--padding.haru-banner-list--slick-4 .slick-slide{padding:0 8px}}.haru-banner-list--padding.haru-banner-list--slick-4 .haru-slick{margin:0 -15px}@media screen and (max-width:991px){.haru-banner-list--padding.haru-banner-list--slick-4 .haru-slick{margin:0 -10px}}@media screen and (max-width:767px){.haru-banner-list--padding.haru-banner-list--slick-4 .haru-slick{margin:0 -8px}}.haru-banner-list--padding.haru-banner-list--slick-4 .haru-slick--nav-center .slick-next{right:15px}@media screen and (max-width:991px){.haru-banner-list--padding.haru-banner-list--slick-4 .haru-slick--nav-center .slick-next{right:10px}}@media screen and (max-width:767px){.haru-banner-list--padding.haru-banner-list--slick-4 .haru-slick--nav-center .slick-next{right:8px}}.haru-banner-list--padding.haru-banner-list--slick-4 .haru-slick--nav-center .slick-prev{left:15px}@media screen and (max-width:991px){.haru-banner-list--padding.haru-banner-list--slick-4 .haru-slick--nav-center .slick-prev{left:10px}}@media screen and (max-width:767px){.haru-banner-list--padding.haru-banner-list--slick-4 .haru-slick--nav-center .slick-prev{left:8px}}.haru-banner-list--padding.haru-banner-list--grid .haru-banner-list__list{margin:-15px}@media screen and (max-width:991px){.haru-banner-list--padding.haru-banner-list--grid .haru-banner-list__list{margin:-10px}}@media screen and (max-width:767px){.haru-banner-list--padding.haru-banner-list--grid .haru-banner-list__list{margin:-8px}}.haru-banner-list--padding.haru-banner-list--grid .haru-banner-list__item{padding:15px}@media screen and (max-width:991px){.haru-banner-list--padding.haru-banner-list--grid .haru-banner-list__item{padding:10px}}@media screen and (max-width:767px){.haru-banner-list--padding.haru-banner-list--grid .haru-banner-list__item{padding:8px}}.haru-banner-list--padding.haru-banner-list--creative .haru-banner-list__list{margin:-10px}@media screen and (max-width:991px){.haru-banner-list--padding.haru-banner-list--creative .haru-banner-list__list{margin:-8px}}.haru-banner-list--padding.haru-banner-list--creative .haru-banner-list__item{padding:10px}@media screen and (max-width:991px){.haru-banner-list--padding.haru-banner-list--creative .haru-banner-list__item{padding:8px}}.haru-banner-list--padding.haru-banner-list--creative .haru-banner-list__item.landscape .haru-banner-list__image{padding-bottom:calc(50% - 10px)}@media screen and (max-width:991px){.haru-banner-list--padding.haru-banner-list--creative .haru-banner-list__item.landscape .haru-banner-list__image{padding-bottom:calc(50% - 8px)}}.haru-banner-list--padding.haru-banner-list--creative .haru-banner-list__item.portrait .haru-banner-list__image{padding-bottom:calc(200% - 10px)}@media screen and (max-width:991px){.haru-banner-list--padding.haru-banner-list--creative .haru-banner-list__item.portrait .haru-banner-list__image{padding-bottom:calc(200% - 8px)}}@media screen and (max-width:767px){.haru-banner-list--padding-extra-large.haru-banner-list--slick .haru-banner-list__list{max-width:calc(100vw - 16px)}}.haru-banner-list--padding-extra-large.haru-banner-list--slick .slick-slide{padding:0 25px}@media screen and (max-width:1440px){.haru-banner-list--padding-extra-large.haru-banner-list--slick .slick-slide{padding:0 15px}}@media screen and (max-width:991px){.haru-banner-list--padding-extra-large.haru-banner-list--slick .slick-slide{padding:0 10px}}@media screen and (max-width:767px){.haru-banner-list--padding-extra-large.haru-banner-list--slick .slick-slide{padding:0 8px}}.haru-banner-list--padding-extra-large.haru-banner-list--slick .haru-slick{margin:0 -25px}@media screen and (max-width:1440px){.haru-banner-list--padding-extra-large.haru-banner-list--slick .haru-slick{margin:0 -15px}}@media screen and (max-width:991px){.haru-banner-list--padding-extra-large.haru-banner-list--slick .haru-slick{margin:0 -10px}}@media screen and (max-width:767px){.haru-banner-list--padding-extra-large.haru-banner-list--slick .haru-slick{margin:0 -8px}}.haru-banner-list--padding-extra-large.haru-banner-list--slick .haru-slick--nav-center .slick-next{right:25px}@media screen and (max-width:1440px){.haru-banner-list--padding-extra-large.haru-banner-list--slick .haru-slick--nav-center .slick-next{right:15px}}@media screen and (max-width:991px){.haru-banner-list--padding-extra-large.haru-banner-list--slick .haru-slick--nav-center .slick-next{right:10px}}@media screen and (max-width:767px){.haru-banner-list--padding-extra-large.haru-banner-list--slick .haru-slick--nav-center .slick-next{right:8px}}.haru-banner-list--padding-extra-large.haru-banner-list--slick .haru-slick--nav-center .slick-prev{left:25px}@media screen and (max-width:1440px){.haru-banner-list--padding-extra-large.haru-banner-list--slick .haru-slick--nav-center .slick-prev{left:15px}}@media screen and (max-width:991px){.haru-banner-list--padding-extra-large.haru-banner-list--slick .haru-slick--nav-center .slick-prev{left:10px}}@media screen and (max-width:767px){.haru-banner-list--padding-extra-large.haru-banner-list--slick .haru-slick--nav-center .slick-prev{left:8px}}.haru-banner-list--padding-extra-large.haru-banner-list--slick .haru-slick--nav-top-right .slick-next{right:25px}@media screen and (max-width:1440px){.haru-banner-list--padding-extra-large.haru-banner-list--slick .haru-slick--nav-top-right .slick-next{right:15px}}@media screen and (max-width:991px){.haru-banner-list--padding-extra-large.haru-banner-list--slick .haru-slick--nav-top-right .slick-next{right:10px}}@media screen and (max-width:767px){.haru-banner-list--padding-extra-large.haru-banner-list--slick .haru-slick--nav-top-right .slick-next{right:8px}}@media screen and (max-width:767px){.haru-banner-list--padding-extra-large.haru-banner-list--slick-2 .haru-banner-list__list{max-width:calc(100vw - 16px)}}.haru-banner-list--padding-extra-large.haru-banner-list--slick-2 .haru-slick{margin:0 -25px}@media screen and (max-width:1440px){.haru-banner-list--padding-extra-large.haru-banner-list--slick-2 .haru-slick{margin:-15px}}@media screen and (max-width:991px){.haru-banner-list--padding-extra-large.haru-banner-list--slick-2 .haru-slick{margin:-10px}}@media screen and (max-width:767px){.haru-banner-list--padding-extra-large.haru-banner-list--slick-2 .haru-slick{margin:-8px}}.haru-banner-list--padding-extra-large.haru-banner-list--slick-2 .slick-slide{padding:0 25px}@media screen and (max-width:1440px){.haru-banner-list--padding-extra-large.haru-banner-list--slick-2 .slick-slide{padding:0 15px}}@media screen and (max-width:991px){.haru-banner-list--padding-extra-large.haru-banner-list--slick-2 .slick-slide{padding:0 10px}}@media screen and (max-width:767px){.haru-banner-list--padding-extra-large.haru-banner-list--slick-2 .slick-slide{padding:0 8px}}.haru-banner-list--padding-extra-large.haru-banner-list--slick-2 .slick-next{right:25px}@media screen and (max-width:1440px){.haru-banner-list--padding-extra-large.haru-banner-list--slick-2 .slick-next{right:15px}}@media screen and (max-width:991px){.haru-banner-list--padding-extra-large.haru-banner-list--slick-2 .slick-next{right:10px}}@media screen and (max-width:767px){.haru-banner-list--padding-extra-large.haru-banner-list--slick-2 .slick-next{right:8px}}.haru-banner-list--padding-extra-large.haru-banner-list--slick-2 .slick-prev{left:25px}@media screen and (max-width:1440px){.haru-banner-list--padding-extra-large.haru-banner-list--slick-2 .slick-prev{left:15px}}@media screen and (max-width:991px){.haru-banner-list--padding-extra-large.haru-banner-list--slick-2 .slick-prev{left:10px}}@media screen and (max-width:767px){.haru-banner-list--padding-extra-large.haru-banner-list--slick-2 .slick-prev{left:8px}}@media screen and (max-width:767px){.haru-banner-list--padding-extra-large.haru-banner-list--slick-3 .haru-banner-list__list{max-width:calc(100vw - 16px)}}.haru-banner-list--padding-extra-large.haru-banner-list--slick-3 .haru-slick{margin:0 -25px}@media screen and (max-width:1440px){.haru-banner-list--padding-extra-large.haru-banner-list--slick-3 .haru-slick{margin:0 -15px}}@media screen and (max-width:991px){.haru-banner-list--padding-extra-large.haru-banner-list--slick-3 .haru-slick{margin:0 -10px}}@media screen and (max-width:767px){.haru-banner-list--padding-extra-large.haru-banner-list--slick-3 .haru-slick{margin:0 -8px}}.haru-banner-list--padding-extra-large.haru-banner-list--slick-3 .slick-slide{padding:0 25px}@media screen and (max-width:1440px){.haru-banner-list--padding-extra-large.haru-banner-list--slick-3 .slick-slide{padding:0 15px}}@media screen and (max-width:991px){.haru-banner-list--padding-extra-large.haru-banner-list--slick-3 .slick-slide{padding:0 10px}}@media screen and (max-width:767px){.haru-banner-list--padding-extra-large.haru-banner-list--slick-3 .slick-slide{padding:0 8px}}@media screen and (max-width:767px){.haru-banner-list--padding-extra-large.haru-banner-list--slick-4 .haru-banner-list__list{max-width:calc(100vw - 16px)}}.haru-banner-list--padding-extra-large.haru-banner-list--slick-4 .slick-slide{padding:0 25px}@media screen and (max-width:1440px){.haru-banner-list--padding-extra-large.haru-banner-list--slick-4 .slick-slide{padding:0 15px}}@media screen and (max-width:991px){.haru-banner-list--padding-extra-large.haru-banner-list--slick-4 .slick-slide{padding:0 10px}}@media screen and (max-width:767px){.haru-banner-list--padding-extra-large.haru-banner-list--slick-4 .slick-slide{padding:0 8px}}.haru-banner-list--padding-extra-large.haru-banner-list--slick-4 .haru-slick{margin:0 -25px}@media screen and (max-width:1440px){.haru-banner-list--padding-extra-large.haru-banner-list--slick-4 .haru-slick{margin:-15px}}@media screen and (max-width:991px){.haru-banner-list--padding-extra-large.haru-banner-list--slick-4 .haru-slick{margin:-10px}}@media screen and (max-width:767px){.haru-banner-list--padding-extra-large.haru-banner-list--slick-4 .haru-slick{margin:-8px}}.haru-banner-list--padding-extra-large.haru-banner-list--slick-4 .haru-slick--nav-center .slick-next{right:25px}@media screen and (max-width:1440px){.haru-banner-list--padding-extra-large.haru-banner-list--slick-4 .haru-slick--nav-center .slick-next{right:15px}}@media screen and (max-width:991px){.haru-banner-list--padding-extra-large.haru-banner-list--slick-4 .haru-slick--nav-center .slick-next{right:10px}}@media screen and (max-width:767px){.haru-banner-list--padding-extra-large.haru-banner-list--slick-4 .haru-slick--nav-center .slick-next{right:8px}}.haru-banner-list--padding-extra-large.haru-banner-list--slick-4 .haru-slick--nav-center .slick-prev{left:25px}@media screen and (max-width:1440px){.haru-banner-list--padding-extra-large.haru-banner-list--slick-4 .haru-slick--nav-center .slick-prev{left:15px}}@media screen and (max-width:991px){.haru-banner-list--padding-extra-large.haru-banner-list--slick-4 .haru-slick--nav-center .slick-prev{left:10px}}@media screen and (max-width:767px){.haru-banner-list--padding-extra-large.haru-banner-list--slick-4 .haru-slick--nav-center .slick-prev{left:8px}}.haru-banner-list--padding-extra-large.haru-banner-list--grid .haru-banner-list__list{margin:-25px}@media screen and (max-width:1440px){.haru-banner-list--padding-extra-large.haru-banner-list--grid .haru-banner-list__list{margin:-15px}}@media screen and (max-width:991px){.haru-banner-list--padding-extra-large.haru-banner-list--grid .haru-banner-list__list{margin:-10px}}@media screen and (max-width:767px){.haru-banner-list--padding-extra-large.haru-banner-list--grid .haru-banner-list__list{margin:-8px}}.haru-banner-list--padding-extra-large.haru-banner-list--grid .haru-banner-list__item{padding:25px}@media screen and (max-width:1440px){.haru-banner-list--padding-extra-large.haru-banner-list--grid .haru-banner-list__item{padding:15px}}@media screen and (max-width:991px){.haru-banner-list--padding-extra-large.haru-banner-list--grid .haru-banner-list__item{padding:10px}}@media screen and (max-width:767px){.haru-banner-list--padding-extra-large.haru-banner-list--grid .haru-banner-list__item{padding:8px}}.haru-banner-list--padding-extra-large.haru-banner-list--creative .haru-banner-list__list{margin:-20px}@media screen and (max-width:1440px){.haru-banner-list--padding-extra-large.haru-banner-list--creative .haru-banner-list__list{margin:-15px}}@media screen and (max-width:1024px){.haru-banner-list--padding-extra-large.haru-banner-list--creative .haru-banner-list__list{margin:-10px}}@media screen and (max-width:991px){.haru-banner-list--padding-extra-large.haru-banner-list--creative .haru-banner-list__list{margin:-8px}}.haru-banner-list--padding-extra-large.haru-banner-list--creative .haru-banner-list__item{padding:20px}@media screen and (max-width:1440px){.haru-banner-list--padding-extra-large.haru-banner-list--creative .haru-banner-list__item{padding:15px}}@media screen and (max-width:1024px){.haru-banner-list--padding-extra-large.haru-banner-list--creative .haru-banner-list__item{padding:10px}}@media screen and (max-width:991px){.haru-banner-list--padding-extra-large.haru-banner-list--creative .haru-banner-list__item{padding:8px}}.haru-banner-list--padding-extra-large.haru-banner-list--creative .haru-banner-list__item.landscape .haru-banner-list__image{padding-bottom:calc(50% - 20px)}@media screen and (max-width:1440px){.haru-banner-list--padding-extra-large.haru-banner-list--creative .haru-banner-list__item.landscape .haru-banner-list__image{padding-bottom:calc(50% - 15px)}}@media screen and (max-width:1024px){.haru-banner-list--padding-extra-large.haru-banner-list--creative .haru-banner-list__item.landscape .haru-banner-list__image{padding-bottom:calc(50% - 10px)}}@media screen and (max-width:991px){.haru-banner-list--padding-extra-large.haru-banner-list--creative .haru-banner-list__item.landscape .haru-banner-list__image{padding-bottom:calc(50% - 8px)}}.haru-banner-list--padding-extra-large.haru-banner-list--creative .haru-banner-list__item.portrait .haru-banner-list__image{padding-bottom:calc(200% - 20px)}@media screen and (max-width:1440px){.haru-banner-list--padding-extra-large.haru-banner-list--creative .haru-banner-list__item.portrait .haru-banner-list__image{padding-bottom:calc(200% - 15px)}}@media screen and (max-width:1024px){.haru-banner-list--padding-extra-large.haru-banner-list--creative .haru-banner-list__item.portrait .haru-banner-list__image{padding-bottom:calc(200% - 10px)}}@media screen and (max-width:991px){.haru-banner-list--padding-extra-large.haru-banner-list--creative .haru-banner-list__item.portrait .haru-banner-list__image{padding-bottom:calc(200% - 8px)}}.haru-banner-creative{position:relative}.haru-banner-creative--shadow-yes .haru-banner-creative__image{box-shadow:0 20px 70px rgba(0, 0, 0, 0.15)}.haru-banner-creative__hover-overlay .haru-banner-creative__image{position:relative;overflow:hidden}@media only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.haru-banner-creative__hover-overlay .haru-banner-creative__image{-webkit-mask-image:-webkit-radial-gradient(white, black)}}.haru-banner-creative__hover-overlay .haru-banner-creative__image a{display:flex}.haru-banner-creative__hover-overlay .haru-banner-creative__image a:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.6);opacity:0;visibility:hidden;z-index:1;transition:all 0.3s}.haru-banner-creative__hover-overlay .haru-banner-creative__image:hover a:before{opacity:1;visibility:visible;transition:all 0.3s}.haru-banner-creative__hover-scale .haru-banner-creative__image{position:relative;overflow:hidden}@media only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.haru-banner-creative__hover-scale .haru-banner-creative__image{-webkit-mask-image:-webkit-radial-gradient(white, black)}}.haru-banner-creative__hover-scale .haru-banner-creative__image a{display:flex}.haru-banner-creative__hover-scale .haru-banner-creative__image img{transform:scale(1);transition:all 0.5s}.haru-banner-creative__hover-scale .haru-banner-creative__image:hover img{transform:scale(1.03);transition:all 0.5s}.haru-banner-creative__hover-over-scale .haru-banner-creative__image{position:relative;overflow:hidden}@media only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.haru-banner-creative__hover-over-scale .haru-banner-creative__image{-webkit-mask-image:-webkit-radial-gradient(white, black)}}.haru-banner-creative__hover-over-scale .haru-banner-creative__image a{display:flex}.haru-banner-creative__hover-over-scale .haru-banner-creative__image a:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.6);opacity:0;visibility:hidden;z-index:1;transition:all 0.3s}.haru-banner-creative__hover-over-scale .haru-banner-creative__image img{transform:scale(1);transition:all 0.5s}.haru-banner-creative__hover-over-scale .haru-banner-creative__image:hover a:before{opacity:1;visibility:visible;transition:all 0.3s}.haru-banner-creative__hover-over-scale .haru-banner-creative__image:hover img{transform:scale(1.03);transition:all 0.5s}.haru-banner-creative--creative .haru-banner-creative__list{padding:0;margin:0 calc(-5% - 15px);list-style:none;display:flex}@media screen and (max-width:1440px){.haru-banner-creative--creative .haru-banner-creative__list{margin:0 calc(-5% - 10px)}}@media screen and (max-width:991px){.haru-banner-creative--creative .haru-banner-creative__list{margin:0 calc(-35% - 10px)}}@media screen and (max-width:767px){.haru-banner-creative--creative .haru-banner-creative__list{margin:0 calc(-55% - 10px)}}.haru-banner-creative--creative .haru-banner-creative__item{padding:0 15px;display:flex;flex-direction:column;justify-content:center}@media screen and (max-width:1440px){.haru-banner-creative--creative .haru-banner-creative__item{padding:0 10px}}@media screen and (max-width:1024px){.haru-banner-creative--creative .haru-banner-creative__item{padding:0 5px}}.haru-banner-creative--creative .haru-banner-creative__item:nth-child(4){flex:0 0 18.3%}.haru-banner-creative--creative .haru-banner-creative__image{border-radius:12px;margin-bottom:30px}@media screen and (max-width:1440px){.haru-banner-creative--creative .haru-banner-creative__image{margin-bottom:20px}}@media screen and (max-width:1024px){.haru-banner-creative--creative .haru-banner-creative__image{margin-bottom:10px}}.haru-banner-creative--creative .haru-banner-creative__image:last-child{margin-bottom:0}.haru-banner-creative--creative .haru-banner-creative__image .gallery-popup-link{display:flex;align-items:flex-start}.haru-banner-creative--creative .haru-banner-creative__image img{width:100%;border-radius:12px}.haru-banner-creative--slick .slick-track{display:flex !important}.haru-banner-creative--slick .slick-slide{height:inherit !important;display:flex;align-items:center;transition:all 0.5s}.haru-banner-creative--slick .slick-slide>div{display:flex}.haru-banner-creative--slick .slick-slide:not(.slick-center){transition:all 0.5s}.haru-banner-creative--slick .haru-banner-creative__list{margin:0 -15px}@media screen and (max-width:767px){.haru-banner-creative--slick .haru-banner-creative__list{margin:0 -8px;max-width:calc(100vw - 16px)}}@media screen and (max-width:767px){.haru-banner-creative--slick .haru-banner-creative__list{max-width:calc(100vw - 0px)}}.haru-banner-creative--slick .haru-banner-creative__item{padding:0 15px}@media screen and (max-width:767px){.haru-banner-creative--slick .haru-banner-creative__item{padding:0 8px}}.haru-banner-creative--slick .haru-banner-creative__image{margin-bottom:30px}.haru-banner-creative--slick .haru-banner-creative__image:last-child{margin-bottom:0}.haru-banner-creative--slick .haru-banner-creative__image img{width:100%;border-radius:12px}.haru-banner-creative--slick .slick-next{right:10px}@media screen and (max-width:767px){.haru-banner-creative--slick .slick-next{right:8px}}.haru-banner-creative--slick .slick-prev{left:10px}@media screen and (max-width:767px){.haru-banner-creative--slick .slick-prev{left:8px}}.haru-news ul{list-style:none;list-style-type:none;padding:0;margin:0}.haru-news__label{position:absolute;top:-22px;right:-16px;border:6px solid rgba(255, 255, 255, 0.5);border-radius:34px}.haru-news__label span{display:block;color:#fff;background-color:#4B5C66;font-weight:700;border-radius:34px;line-height:32px;padding:0 20px}.haru-news__btn-detail .haru-button__icon{width:24px;height:24px;margin-left:12px;border-radius:50%;display:inline-block;background-color:rgba(75, 92, 102, 0.1);line-height:24px;text-align:center;position:relative;top:-1px}.haru-news__btn-detail .haru-icon{margin-left:0}.haru-news__btn-more{text-align:center;margin-top:75px}@media screen and (max-width:767px){.haru-news__btn-more{margin-top:30px;margin-bottom:60px}}.haru-news__btn-more .haru-button{width:366px;max-width:100%}@media screen and (max-width:767px){.haru-news__btn-more .haru-button{min-width:auto;font-size:16px}}.haru-news__btn-more .haru-button__icon{width:24px;height:24px;margin-left:12px;border-radius:50%;display:inline-block;background-color:rgba(255, 255, 255, 0.1);line-height:22px;text-align:center;position:relative;top:-1px}.haru-news__btn-more .haru-icon{margin-left:0}.haru-news .slick-prev,.haru-news .slick-next{position:absolute;top:-100px}@media screen and (max-width:767px){.haru-news .slick-prev,.haru-news .slick-next{top:auto;bottom:-60px}}.haru-news .slick-next{right:12px}@media screen and (max-width:767px){.haru-news .slick-next{right:50%;transform:translateX(150%)}}.haru-news .slick-prev{right:84px}@media screen and (max-width:767px){.haru-news .slick-prev{right:50%;transform:translateX(-50%)}}.haru-news--carousel ul,.haru-news--grid ul{margin:0 -12px}.haru-news--carousel li,.haru-news--grid li{padding:22px 16px;border:1px solid transparent;border-radius:12px;margin:0 12px;transition:all 0.3s}.haru-news--carousel li:hover,.haru-news--grid li:hover{border:1px solid #52606d;transition:all 0.3s}.haru-news--carousel .haru-news__image,.haru-news--grid .haru-news__image{position:relative}.haru-news--carousel .haru-news__image img,.haru-news--grid .haru-news__image img{border-radius:10px}.haru-news--carousel .haru-news__content,.haru-news--grid .haru-news__content{position:relative;z-index:0}.haru-news--carousel .haru-news__content:before,.haru-news--grid .haru-news__content:before{content:"";position:absolute;width:38px;height:38px;background-color:rgba(82, 96, 109, 0.4);border-radius:50%;left:2px;top:12px;transform:translate(-50%, -50%);z-index:-1}.haru-news--carousel .haru-news__title,.haru-news--grid .haru-news__title{font-size:14px;margin-top:30px;margin-bottom:20px;height:75px;overflow:hidden}.haru-news--carousel .haru-news__preview,.haru-news--grid .haru-news__preview{color:#323f4b;height:75px;overflow:hidden;margin-bottom:20px}.haru-news--grid .haru-news__grid{display:flex;flex-wrap:wrap}.haru-news--grid li{display:inline-block;width:calc(50% - 24px)}@media screen and (max-width:767px){.haru-news--grid li{width:100%}}.haru-news--list{border:1px solid #eee;border-radius:10px;padding:24px;margin-top:24px}.haru-news--list li{display:flex;margin-bottom:20px}.haru-news--list li:last-child{margin-bottom:0}.haru-news--list .haru-news__image{flex:0 0 80px;height:80px;border-radius:12px}.haru-news--list .haru-news__content{margin-left:16px}.haru-news--list .haru-news__title{margin-top:0;margin-bottom:3px;font-weight:400}.haru-news--list .haru-news__preview{color:#323f4b;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.haru-news--list .haru-news__heading{font-size:24px;margin-top:0;margin-bottom:30px;color:#1d1d1d;position:relative;z-index:0}.haru-news--list .haru-news__heading:before{content:"";position:absolute;width:38px;height:38px;background-color:#ffeff0;border-radius:50%;left:0;top:50%;transform:translate(-50%, -50%);z-index:-1}.haru-news--featured .haru-news__image{position:relative}.haru-news--featured .haru-news__image img{border-radius:10px}.haru-news--featured .haru-news__title{font-size:32px;margin-top:0;margin-bottom:30px;line-height:1.2}@media screen and (max-width:991px){.haru-news--featured .haru-news__title{font-size:20px}}@media screen and (max-width:767px){.haru-news--featured .haru-news__title{font-size:18px}}.haru-news--featured .haru-news__featured{display:flex;flex-direction:row-reverse}@media screen and (max-width:767px){.haru-news--featured .haru-news__featured{display:block}}.haru-news--featured .haru-news__image{flex:0 0 60%;padding-left:25px}@media screen and (max-width:767px){.haru-news--featured .haru-news__image{padding-left:0}}.haru-news--featured .haru-news__content{flex:0 0 40%}@media screen and (max-width:767px){.haru-news--featured .haru-news__content{margin-top:25px}}.haru-news--featured .haru-news__preview{margin-bottom:45px}@media screen and (max-width:991px){.haru-news--featured .haru-news__preview{margin-bottom:30px}}.haru-news--featured .haru-news__meta span{margin-right:25px}@media screen and (max-width:991px){.haru-news--featured .haru-news__meta span{margin-right:15px}}.haru-news--featured .haru-news__meta span:last-child{margin-right:0}.haru-video--default .elementor-custom-embed-image-overlay{position:relative;display:flex;filter:drop-shadow(0 14px 34px rgba(0, 0, 0, 0.16))}.haru-video--default .elementor-custom-embed-image-overlay:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.1)}.haru-video--default .elementor-custom-embed-image-overlay img{width:100%}.haru-video--default .elementor-custom-embed-play{font-size:36px;background-color:#fff;color:#000;width:80px;height:80px;display:inline-block;line-height:80px;border-radius:50%;text-align:center;box-shadow:0 0 15px rgba(0, 0, 0, 0.25);transition:all 0.3s}@media screen and (max-width:1440px){.haru-video--default .elementor-custom-embed-play{width:68px;height:68px;line-height:68px;font-size:32px}}.haru-video--default .elementor-custom-embed-play:hover{cursor:pointer;background-color:#4B5C66;color:#fff;transition:all 0.3s}.haru-video--default .elementor-custom-embed-play:before{content:"";font-family:"haruicons";position:relative;right:-4px}@media screen and (max-width:1440px){.haru-video--default .elementor-custom-embed-play:before{right:-2px}}.haru-video--default .elementor-custom-embed-play i{display:none}.haru-video--button-text .haru-button{display:flex;align-items:center}.haru-video--button-text .haru-button:hover i{border-color:#4B5C66;transition:all 0.3s}.haru-video--button-text .haru-button i{margin-left:14px;width:30px;height:30px;line-height:26px;border-radius:50%;border:2px solid #000;transition:all 0.3s}@media screen and (max-width:1440px){.haru-video--button-text .haru-button i{line-height:24px}}.haru-video--button-text .haru-button i:before{content:"";font-size:16px;position:relative;right:-1px}.haru-video--button-icon .elementor-custom-embed-image-overlay{text-align:center}.haru-video--button-icon .haru-button-link{font-size:36px;background-color:#fff;color:#000;width:80px;height:80px;display:inline-block;line-height:80px;border-radius:50%;text-align:center;position:relative;box-shadow:0 0 35px rgba(0, 0, 0, 0.1)}@media screen and (max-width:1440px){.haru-video--button-icon .haru-button-link{width:68px;height:68px;line-height:68px;font-size:32px}}@media screen and (max-width:767px){.haru-video--button-icon .haru-button-link{width:50px;height:50px;line-height:50px;font-size:28px}}.haru-video--button-icon .haru-button-link:before{content:"";font-family:"haruicons";position:relative;right:-4px}@media screen and (max-width:1440px){.haru-video--button-icon .haru-button-link:before{right:-2px}}.haru-video--button-icon .haru-button-link:after{content:"";position:absolute;width:80px;height:80px;top:50%;left:50%;transform:translate(-50%, -50%);border:2px solid rgba(255, 255, 255, 0.2);border-radius:50%;transition:all 0.3s}@media screen and (max-width:1440px){.haru-video--button-icon .haru-button-link:after{width:68px;height:68px}}@media screen and (max-width:767px){.haru-video--button-icon .haru-button-link:after{width:50px;height:50px}}.haru-video--button-icon .haru-button-link:hover:after{border-color:rgba(255, 255, 255, 0.4);animation:videoSonarEffect 1.3s ease-out 75ms;transition:all 0.3s}.haru-video--button-icon .haru-button-link i{display:none}.haru-video--button-icon-2 .elementor-custom-embed-image-overlay{text-align:center}.haru-video--button-icon-2 .haru-button-link{font-size:36px;background-color:#fff;color:#000;width:80px;height:80px;display:inline-block;line-height:80px;border-radius:50%;text-align:center;position:relative}@media screen and (max-width:1440px){.haru-video--button-icon-2 .haru-button-link{width:68px;height:68px;line-height:68px;font-size:32px}}@media screen and (max-width:767px){.haru-video--button-icon-2 .haru-button-link{width:50px;height:50px;line-height:50px;font-size:28px}}.haru-video--button-icon-2 .haru-button-link:before{content:"";font-family:"haruicons";position:relative;right:-4px}@media screen and (max-width:1440px){.haru-video--button-icon-2 .haru-button-link:before{right:-2px}}.haru-video--button-icon-2 .haru-button-link:after{content:"";position:absolute;width:120px;height:120px;top:50%;left:50%;transform:translate(-50%, -50%);border:2px solid rgba(255, 255, 255, 0.5);border-radius:50%;transition:all 0.3s}@media screen and (max-width:1440px){.haru-video--button-icon-2 .haru-button-link:after{width:100px;height:100px}}@media screen and (max-width:767px){.haru-video--button-icon-2 .haru-button-link:after{width:80px;height:80px}}.haru-video--button-icon-2 .haru-button-link:hover:after{border-color:rgba(255, 255, 255, 0.4);animation:videoSonarEffect 1.3s ease-out 75ms;transition:all 0.3s}.haru-video--button-icon-2 .haru-button-link i{display:none}.haru-video--rounded-large .elementor-custom-embed-image-overlay:before{border-radius:10px}.haru-video--rounded-large .elementor-custom-embed-image-overlay img{border-radius:10px}.haru-tab ul{list-style:none;list-style-type:none;padding:0;margin:0}.haru-tab__nav ul{display:flex;justify-content:flex-start;align-items:center}.haru-tab__nav li{display:flex;flex:1 1 auto;justify-content:center;align-items:center;cursor:pointer;text-align:center}.haru-tab__nav .top-icon li{flex-wrap:wrap}.haru-tab__nav .top-icon .haru-tab__title{flex:1 1 100%;line-height:1}.haru-tab .haru-tab__content .active-default,.haru-tab .haru-tab__content .active{display:block;width:100%;opacity:1;animation:fadeIn linear 0.3s}.haru-tab .haru-tab__content>div,.haru-tab .haru-tab__content .inactive{display:none}.haru-tab--horizontal .haru-tab__content .active-default,.haru-tab--horizontal .haru-tab__content .active{padding:20px 0}.haru-tab--vertical{display:flex}.haru-tab--vertical .haru-tab__nav{flex:0 0 auto}.haru-tab--vertical .haru-tab__nav>ul{flex-flow:column wrap}.haru-tab--vertical .haru-tab__nav>ul li{width:100%;justify-content:start}.haru-tab--style-1 .haru-tab__nav li{background-color:#f8f8f8;padding:15px 20px}.haru-tab--style-1 .haru-tab__nav li.active-default,.haru-tab--style-1 .haru-tab__nav li.active,.haru-tab--style-1 .haru-tab__nav li:hover{background-color:#4B5C66;color:#fff}.haru-tab--style-1 .haru-tab__nav li.active-default svg path,.haru-tab--style-1 .haru-tab__nav li.active svg path,.haru-tab--style-1 .haru-tab__nav li:hover svg path{fill:#fff !important}.haru-tab--style-1 .haru-tab__nav img,.haru-tab--style-1 .haru-tab__nav i,.haru-tab--style-1 .haru-tab__nav svg{width:16px;margin-right:10px}.haru-tab--style-1 .haru-tab__nav img{margin-right:10px}.haru-tab--style-1 .haru-tab__nav .top-icon img,.haru-tab--style-1 .haru-tab__nav .top-icon i,.haru-tab--style-1 .haru-tab__nav .top-icon svg{margin-bottom:10px}.haru-tab--style-1 .haru-tab__icon{display:flex;font-size:18px}.haru-tab--style-1 .haru-tab__title{font-weight:700;font-size:14px}.haru-tab--style-2 .haru-tab__nav{margin:0 -15px}@media screen and (max-width:991px){.haru-tab--style-2 .haru-tab__nav{margin:0 -10px}}@media screen and (max-width:767px){.haru-tab--style-2 .haru-tab__nav{margin:0}}@media screen and (max-width:991px){.haru-tab--style-2 .haru-tab__nav ul{flex-wrap:wrap}}.haru-tab--style-2 .haru-tab__nav li{border:2px solid #eee;border-radius:12px;margin:0 15px;padding:15px 20px;transition:all 0.3s}@media screen and (max-width:1440px){.haru-tab--style-2 .haru-tab__nav li{padding:12px 18px}}@media screen and (max-width:991px){.haru-tab--style-2 .haru-tab__nav li{flex:0 0 calc(50% - 20px);margin:0 10px 20px 10px}}@media screen and (max-width:767px){.haru-tab--style-2 .haru-tab__nav li{flex:0 0 100%;margin:0 0 10px}}.haru-tab--style-2 .haru-tab__nav li.active-default,.haru-tab--style-2 .haru-tab__nav li.active,.haru-tab--style-2 .haru-tab__nav li:hover{background-color:#fff;border:2px solid #fff;color:#000;box-shadow:0 15px 50px rgba(0, 0, 0, 0.08);transition:all 0.3s}.haru-tab--style-2 .haru-tab__nav li.active-default svg path,.haru-tab--style-2 .haru-tab__nav li.active svg path,.haru-tab--style-2 .haru-tab__nav li:hover svg path{fill:#fff !important}.haru-tab--style-2 .haru-tab__nav img,.haru-tab--style-2 .haru-tab__nav i,.haru-tab--style-2 .haru-tab__nav svg{width:16px;margin-right:10px}.haru-tab--style-2 .haru-tab__nav img{margin-right:10px}.haru-tab--style-2 .haru-tab__nav .top-icon img,.haru-tab--style-2 .haru-tab__nav .top-icon i,.haru-tab--style-2 .haru-tab__nav .top-icon svg{margin-bottom:10px}.haru-tab--style-2 .haru-tab__content{margin-left:-15px;margin-right:-15px}.haru-tab--style-2 .haru-tab__content .active-default,.haru-tab--style-2 .haru-tab__content .active{padding:45px 0 20px 0}@media screen and (max-width:1440px){.haru-tab--style-2 .haru-tab__content .active-default,.haru-tab--style-2 .haru-tab__content .active{padding:35px 0 20px 0}}@media screen and (max-width:991px){.haru-tab--style-2 .haru-tab__content .active-default,.haru-tab--style-2 .haru-tab__content .active{padding:10px 0 10px 0}}.haru-tab--style-2 .haru-tab__title{font-size:18px;font-weight:700}@media screen and (max-width:1440px){.haru-tab--style-2 .haru-tab__title{font-size:17px}}@media screen and (max-width:1024px){.haru-tab--style-2 .haru-tab__title{font-size:16px}}@media screen and (max-width:991px){.haru-tab--style-2 .haru-tab__title{font-size:14px}}.haru-accordion{position:relative}.haru-accordion--style-1 .haru-accordion-item{padding-bottom:30px}@media screen and (max-width:1440px){.haru-accordion--style-1 .haru-accordion-item{padding-bottom:25px}}@media screen and (max-width:1024px){.haru-accordion--style-1 .haru-accordion-item{padding-bottom:20px}}.haru-accordion--style-1 .haru-tab-title{line-height:1.2;padding:22px 20px;background-color:#f8f8f8;border-radius:12px}@media screen and (max-width:1440px){.haru-accordion--style-1 .haru-tab-title{padding:18px 18px}}.haru-accordion--style-1 .haru-tab-title .haru-accordion-icon-opened{display:none}.haru-accordion--style-1 .haru-tab-title.active{background-color:#4B5C66;box-shadow:0 0 30px rgba(0, 0, 0, 0.04)}.haru-accordion--style-1 .haru-tab-title.active .haru-accordion-title{color:#fff}.haru-accordion--style-1 .haru-tab-title.active .haru-accordion-icon i{color:#fff}.haru-accordion--style-1 .haru-tab-title.active .haru-accordion-icon-closed{display:none}.haru-accordion--style-1 .haru-tab-title.active .haru-accordion-icon-opened{display:inline-block}.haru-accordion--style-1 .haru-tab-title:hover{cursor:pointer}.haru-accordion--style-1 .haru-accordion-title{font-size:20px;color:#000;font-weight:700}@media screen and (max-width:1440px){.haru-accordion--style-1 .haru-accordion-title{font-size:18px}}@media screen and (max-width:1024px){.haru-accordion--style-1 .haru-accordion-title{font-size:16px}}.haru-accordion--style-1 .haru-accordion-icon{width:1.5em;display:inline-block;margin-top:2px}@media screen and (max-width:1440px){.haru-accordion--style-1 .haru-accordion-icon{margin-top:0}}@media screen and (max-width:1024px){.haru-accordion--style-1 .haru-accordion-icon{margin-top:-1px}}.haru-accordion--style-1 .haru-accordion-icon i{font-weight:700;font-size:16px;color:#000}.haru-accordion--style-1 .haru-accordion-icon.haru-accordion-icon-right{float:right;text-align:right}.haru-accordion--style-1 .haru-accordion-icon.haru-accordion-icon-left{float:left;text-align:left}.haru-accordion--style-1 .haru-tab-content{padding:20px 20px 0 20px;font-size:16px}@media screen and (max-width:1024px){.haru-accordion--style-1 .haru-tab-content{font-size:14px}}.haru-accordion--style-2{display:flex;flex-wrap:wrap}.haru-accordion--style-2 .haru-accordion-list{flex:0 0 35%}@media screen and (max-width:767px){.haru-accordion--style-2 .haru-accordion-list{flex:0 0 100%}}.haru-accordion--style-2 .haru-accordion-item{margin-bottom:20px}@media screen and (max-width:991px){.haru-accordion--style-2 .haru-accordion-item{margin-bottom:0}}.haru-accordion--style-2 .haru-accordion-item.active{background:#fff;box-shadow:0 15px 50px rgba(0, 0, 0, 0.08);border-radius:12px}.haru-accordion--style-2 .haru-tab-title{line-height:1.4;padding:30px 30px 15px 30px;border-radius:12px}@media screen and (max-width:1440px){.haru-accordion--style-2 .haru-tab-title{padding:20px 18px 15px}}.haru-accordion--style-2 .haru-tab-title .haru-accordion-icon-opened{display:none}.haru-accordion--style-2 .haru-tab-title.active .haru-accordion-icon-closed{display:none}.haru-accordion--style-2 .haru-tab-title.active .haru-accordion-icon-opened{display:inline-block}.haru-accordion--style-2 .haru-tab-title:hover{cursor:pointer}.haru-accordion--style-2 .haru-accordion-title{font-size:20px;color:#000;font-weight:700}@media screen and (max-width:1440px){.haru-accordion--style-2 .haru-accordion-title{font-size:18px}}@media screen and (max-width:1024px){.haru-accordion--style-2 .haru-accordion-title{font-size:16px}}.haru-accordion--style-2 .haru-accordion-icon{width:1.5em;display:inline-block;margin-top:2px}@media screen and (max-width:1440px){.haru-accordion--style-2 .haru-accordion-icon{margin-top:0}}@media screen and (max-width:1024px){.haru-accordion--style-2 .haru-accordion-icon{margin-top:-1px}}.haru-accordion--style-2 .haru-accordion-icon i{font-weight:700;font-size:16px;color:#000}.haru-accordion--style-2 .haru-accordion-icon.haru-accordion-icon-right{float:right;text-align:right}.haru-accordion--style-2 .haru-accordion-icon.haru-accordion-icon-left{float:left;text-align:left}.haru-accordion--style-2 .haru-tab-content{padding:0 30px 15px 30px;font-size:16px}@media screen and (max-width:1440px){.haru-accordion--style-2 .haru-tab-content{padding:0 20px 15px 20px;font-size:14px}}.haru-accordion--style-2 .haru-accordion-images{flex:0 0 65%}@media screen and (max-width:1024px){.haru-accordion--style-2 .haru-accordion-images{padding-left:10px;padding-top:10px}}@media screen and (max-width:767px){.haru-accordion--style-2 .haru-accordion-images{flex:0 0 100%}}.haru-accordion--style-2 .haru-accordion-images .haru-accordion-image{display:none}.haru-accordion--style-2 .haru-accordion-images .haru-accordion-image.active{display:flex;justify-content:center;align-items:flex-start}.haru-accordion--style-3 .haru-accordion-item{padding-bottom:30px}@media screen and (max-width:1440px){.haru-accordion--style-3 .haru-accordion-item{padding-bottom:25px}}@media screen and (max-width:1024px){.haru-accordion--style-3 .haru-accordion-item{padding-bottom:20px}}.haru-accordion--style-3 .haru-tab-title{line-height:1.4;padding:20px 20px;border-radius:12px;background-color:#fff}@media screen and (max-width:1440px){.haru-accordion--style-3 .haru-tab-title{padding:18px 18px}}.haru-accordion--style-3 .haru-tab-title .haru-accordion-icon-opened{display:none}.haru-accordion--style-3 .haru-tab-title.active{background-color:#4B5C66;box-shadow:0 7px 30px rgba(0, 0, 0, 0.13)}.haru-accordion--style-3 .haru-tab-title.active .haru-accordion-title{color:#fff}.haru-accordion--style-3 .haru-tab-title.active .haru-accordion-icon i{color:#fff}.haru-accordion--style-3 .haru-tab-title.active .haru-accordion-icon-closed{display:none}.haru-accordion--style-3 .haru-tab-title.active .haru-accordion-icon-opened{display:inline-block}.haru-accordion--style-3 .haru-tab-title:hover{cursor:pointer}.haru-accordion--style-3 .haru-accordion-title{font-size:20px;color:#000;font-weight:700}@media screen and (max-width:1440px){.haru-accordion--style-3 .haru-accordion-title{font-size:18px}}@media screen and (max-width:1024px){.haru-accordion--style-3 .haru-accordion-title{font-size:16px}}.haru-accordion--style-3 .haru-accordion-icon{width:1.5em;display:inline-block;margin-top:2px}@media screen and (max-width:1440px){.haru-accordion--style-3 .haru-accordion-icon{margin-top:0}}@media screen and (max-width:1024px){.haru-accordion--style-3 .haru-accordion-icon{margin-top:-1px}}.haru-accordion--style-3 .haru-accordion-icon i{font-weight:700;font-size:16px;color:#000}.haru-accordion--style-3 .haru-accordion-icon.haru-accordion-icon-right{float:right;text-align:right}.haru-accordion--style-3 .haru-accordion-icon.haru-accordion-icon-left{float:left;text-align:left}.haru-accordion--style-3 .haru-tab-content{padding:20px 20px 0 20px;font-size:16px}@media screen and (max-width:1024px){.haru-accordion--style-3 .haru-tab-content{font-size:14px}}.haru-accordion--style-4 .haru-accordion-item{padding-bottom:30px}.haru-accordion--style-4 .haru-accordion-item:last-child{padding-bottom:12px}.haru-accordion--style-4 .haru-tab-title{line-height:1;padding:12px 0;border-bottom:1px solid #eee}.haru-accordion--style-4 .haru-tab-title .haru-accordion-icon-opened{display:none}.haru-accordion--style-4 .haru-tab-title.active{border-bottom:1px solid #4B5C66}.haru-accordion--style-4 .haru-tab-title.active .haru-accordion-title{color:#4B5C66}.haru-accordion--style-4 .haru-tab-title.active .haru-accordion-icon i{color:#4B5C66}.haru-accordion--style-4 .haru-tab-title.active .haru-accordion-icon-closed{display:none}.haru-accordion--style-4 .haru-tab-title.active .haru-accordion-icon-opened{display:inline-block}.haru-accordion--style-4 .haru-tab-title:hover{cursor:pointer}.haru-accordion--style-4 .haru-accordion-title{font-size:18px;color:#000;font-weight:700}@media screen and (max-width:1440px){.haru-accordion--style-4 .haru-accordion-title{font-size:17px}}@media screen and (max-width:1024px){.haru-accordion--style-4 .haru-accordion-title{font-size:16px}}.haru-accordion--style-4 .haru-accordion-icon{width:1.5em;display:inline-block;margin-top:5px}.haru-accordion--style-4 .haru-accordion-icon i{font-weight:700;color:#000}.haru-accordion--style-4 .haru-accordion-icon.haru-accordion-icon-right{float:right;text-align:right}.haru-accordion--style-4 .haru-accordion-icon.haru-accordion-icon-left{float:left;text-align:left}.haru-accordion--style-4 .haru-tab-content{padding-top:15px}.dark-mode .haru-accordion--style-1 .haru-tab-title,.background-dark .haru-accordion--style-1 .haru-tab-title{border-bottom:1px solid #333}.dark-mode .haru-accordion--style-1 .haru-accordion-title,.background-dark .haru-accordion--style-1 .haru-accordion-title{color:#fff}.dark-mode .haru-accordion--style-1 .haru-accordion-icon i,.background-dark .haru-accordion--style-1 .haru-accordion-icon i{color:#fff}.haru-images-gallery{overflow:hidden}.haru-images-gallery ul{padding:0;margin:0;list-style:none}.haru-images-gallery .haru-images-gallery__image{border-radius:12px;position:relative;overflow:hidden}@media only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.haru-images-gallery .haru-images-gallery__image{-webkit-mask-image:-webkit-radial-gradient(white, black)}}.haru-images-gallery .haru-images-gallery__image img{width:100%}.haru-images-gallery .haru-images-gallery__title{font-size:24px;line-height:1.5;margin-top:10px;margin-bottom:15px;display:none}.haru-images-gallery__hover-overlay .haru-images-gallery__image a{display:flex;align-items:flex-start}.haru-images-gallery__hover-overlay .haru-images-gallery__image a:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.6);opacity:0;visibility:hidden;z-index:1;transition:all 0.3s}.haru-images-gallery__hover-overlay .haru-images-gallery__image:hover a:before{opacity:1;visibility:visible;transition:all 0.3s}.haru-images-gallery__hover-scale .haru-images-gallery__image a{display:flex;align-items:flex-start}.haru-images-gallery__hover-scale .haru-images-gallery__image img{transform:scale(1);transition:all 0.5s}.haru-images-gallery__hover-scale .haru-images-gallery__image:hover img{transform:scale(1.03);transition:all 0.5s}.haru-images-gallery__hover-over-scale .haru-images-gallery__image a{display:flex;align-items:flex-start}.haru-images-gallery__hover-over-scale .haru-images-gallery__image a:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.6);opacity:0;visibility:hidden;z-index:1;transition:all 0.3s}.haru-images-gallery__hover-over-scale .haru-images-gallery__image img{transform:scale(1);transition:all 0.5s}.haru-images-gallery__hover-over-scale .haru-images-gallery__image:hover a:before{opacity:1;visibility:visible;transition:all 0.3s}.haru-images-gallery__hover-over-scale .haru-images-gallery__image:hover img{transform:scale(1.03);transition:all 0.5s}@media screen and (max-width:767px){.haru-images-gallery--slick .haru-images-gallery__list{max-width:calc(100vw - 0px)}}@media screen and (max-width:767px){.haru-images-gallery--slick-2 .haru-images-gallery__list{max-width:calc(100vw - 0px)}}.haru-images-gallery--grid .haru-images-gallery__list{display:flex;flex-wrap:wrap}.haru-images-gallery--creative .haru-images-gallery__image{padding-bottom:100%}.haru-images-gallery--creative .haru-images-gallery__image img{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);transition:all 0.5s;width:100%}.haru-images-gallery--creative .haru-images-gallery__hover-scale .haru-images-gallery__image img{transform:translate(-50%, -50%) scale(1)}.haru-images-gallery--creative .haru-images-gallery__hover-scale .haru-images-gallery__image:hover img{transform:translate(-50%, -50%) scale(1.03)}.haru-images-gallery--creative .haru-images-gallery__hover-over-scale img{transform:translate(-50%, -50%) scale(1)}.haru-images-gallery--creative .haru-images-gallery__hover-over-scale:hover img{transform:translate(-50%, -50%) scale(1.03)}.haru-images-gallery--creative .haru-images-gallery__item{position:relative;float:left;width:25%}@media screen and (max-width:767px){.haru-images-gallery--creative .haru-images-gallery__item{width:100%}}.haru-images-gallery--creative .haru-images-gallery__item.landscape{width:50%}@media screen and (max-width:767px){.haru-images-gallery--creative .haru-images-gallery__item.landscape{width:100%}}.haru-images-gallery--creative .haru-images-gallery__item.landscape .haru-images-gallery__image{padding-bottom:50%}.haru-images-gallery--creative .haru-images-gallery__item.portrait .haru-images-gallery__image{padding-bottom:200%}.haru-images-gallery--creative .haru-images-gallery__item.big-square{width:50%}@media screen and (max-width:767px){.haru-images-gallery--creative .haru-images-gallery__item.big-square{width:100%}}.haru-images-gallery--padding.haru-images-gallery--slick .haru-images-gallery__list{margin:0 -10px}@media screen and (max-width:767px){.haru-images-gallery--padding.haru-images-gallery--slick .haru-images-gallery__list{margin:0 -8px;max-width:calc(100vw - 16px)}}.haru-images-gallery--padding.haru-images-gallery--slick .haru-images-gallery__item{padding:0 10px}@media screen and (max-width:767px){.haru-images-gallery--padding.haru-images-gallery--slick .haru-images-gallery__item{padding:0 8px}}.haru-images-gallery--padding.haru-images-gallery--slick .slick-next{right:10px}@media screen and (max-width:767px){.haru-images-gallery--padding.haru-images-gallery--slick .slick-next{right:8px}}.haru-images-gallery--padding.haru-images-gallery--slick .slick-prev{left:10px}@media screen and (max-width:767px){.haru-images-gallery--padding.haru-images-gallery--slick .slick-prev{left:8px}}.haru-images-gallery--padding.haru-images-gallery--slick-2 .haru-images-gallery__list{margin:0 -10px}@media screen and (max-width:767px){.haru-images-gallery--padding.haru-images-gallery--slick-2 .haru-images-gallery__list{margin:0 -8px;max-width:calc(100vw - 16px)}}.haru-images-gallery--padding.haru-images-gallery--slick-2 .haru-images-gallery__item{padding:0 10px}@media screen and (max-width:767px){.haru-images-gallery--padding.haru-images-gallery--slick-2 .haru-images-gallery__item{padding:0 8px}}.haru-images-gallery--padding.haru-images-gallery--slick-2 .slick-next{right:10px}@media screen and (max-width:767px){.haru-images-gallery--padding.haru-images-gallery--slick-2 .slick-next{right:8px}}.haru-images-gallery--padding.haru-images-gallery--slick-2 .slick-prev{left:10px}@media screen and (max-width:767px){.haru-images-gallery--padding.haru-images-gallery--slick-2 .slick-prev{left:8px}}.haru-images-gallery--padding.haru-images-gallery--grid .haru-images-gallery__list{margin:-10px}@media screen and (max-width:767px){.haru-images-gallery--padding.haru-images-gallery--grid .haru-images-gallery__list{margin:-8px}}.haru-images-gallery--padding.haru-images-gallery--grid .haru-images-gallery__item-wrap{padding:10px}@media screen and (max-width:767px){.haru-images-gallery--padding.haru-images-gallery--grid .haru-images-gallery__item-wrap{padding:8px}}.haru-images-gallery--padding.haru-images-gallery--creative .haru-images-gallery__list{margin:-10px}@media screen and (max-width:767px){.haru-images-gallery--padding.haru-images-gallery--creative .haru-images-gallery__list{margin:-8px}}.haru-images-gallery--padding.haru-images-gallery--creative .haru-images-gallery__item{padding:10px}@media screen and (max-width:767px){.haru-images-gallery--padding.haru-images-gallery--creative .haru-images-gallery__item{padding:8px}}.haru-images-gallery--padding.haru-images-gallery--creative .haru-images-gallery__item.landscape .haru-images-gallery__image{padding-bottom:calc(50% - 10px)}@media screen and (max-width:767px){.haru-images-gallery--padding.haru-images-gallery--creative .haru-images-gallery__item.landscape .haru-images-gallery__image{padding-bottom:calc(50% - 8px)}}.haru-images-gallery--padding.haru-images-gallery--creative .haru-images-gallery__item.portrait .haru-images-gallery__image{padding-bottom:calc(200% - 10px)}@media screen and (max-width:767px){.haru-images-gallery--padding.haru-images-gallery--creative .haru-images-gallery__item.portrait .haru-images-gallery__image{padding-bottom:calc(200% - 8px)}}.haru-images-gallery--padding-large.haru-images-gallery--slick .haru-images-gallery__list,.haru-images-gallery--padding-large.haru-images-gallery--slick-2 .haru-images-gallery__list{margin:0 -15px}@media screen and (max-width:1440px){.haru-images-gallery--padding-large.haru-images-gallery--slick .haru-images-gallery__list,.haru-images-gallery--padding-large.haru-images-gallery--slick-2 .haru-images-gallery__list{margin:0 -10px}}@media screen and (max-width:767px){.haru-images-gallery--padding-large.haru-images-gallery--slick .haru-images-gallery__list,.haru-images-gallery--padding-large.haru-images-gallery--slick-2 .haru-images-gallery__list{margin:0 -8px;max-width:calc(100vw - 16px)}}.haru-images-gallery--padding-large.haru-images-gallery--slick .haru-images-gallery__item,.haru-images-gallery--padding-large.haru-images-gallery--slick-2 .haru-images-gallery__item{padding:0 15px}@media screen and (max-width:1440px){.haru-images-gallery--padding-large.haru-images-gallery--slick .haru-images-gallery__item,.haru-images-gallery--padding-large.haru-images-gallery--slick-2 .haru-images-gallery__item{padding:0 10px}}@media screen and (max-width:767px){.haru-images-gallery--padding-large.haru-images-gallery--slick .haru-images-gallery__item,.haru-images-gallery--padding-large.haru-images-gallery--slick-2 .haru-images-gallery__item{padding:0 8px}}.haru-images-gallery--padding-large.haru-images-gallery--slick .slick-next,.haru-images-gallery--padding-large.haru-images-gallery--slick-2 .slick-next{right:15px}@media screen and (max-width:1440px){.haru-images-gallery--padding-large.haru-images-gallery--slick .slick-next,.haru-images-gallery--padding-large.haru-images-gallery--slick-2 .slick-next{right:10px}}@media screen and (max-width:767px){.haru-images-gallery--padding-large.haru-images-gallery--slick .slick-next,.haru-images-gallery--padding-large.haru-images-gallery--slick-2 .slick-next{right:8px}}.haru-images-gallery--padding-large.haru-images-gallery--slick .slick-prev,.haru-images-gallery--padding-large.haru-images-gallery--slick-2 .slick-prev{left:15px}@media screen and (max-width:1440px){.haru-images-gallery--padding-large.haru-images-gallery--slick .slick-prev,.haru-images-gallery--padding-large.haru-images-gallery--slick-2 .slick-prev{left:10px}}@media screen and (max-width:767px){.haru-images-gallery--padding-large.haru-images-gallery--slick .slick-prev,.haru-images-gallery--padding-large.haru-images-gallery--slick-2 .slick-prev{left:8px}}.haru-images-gallery--padding-large.haru-images-gallery--grid .haru-images-gallery__list{margin:-15px}@media screen and (max-width:1440px){.haru-images-gallery--padding-large.haru-images-gallery--grid .haru-images-gallery__list{margin:-10px}}@media screen and (max-width:767px){.haru-images-gallery--padding-large.haru-images-gallery--grid .haru-images-gallery__list{margin:-8px}}.haru-images-gallery--padding-large.haru-images-gallery--grid .haru-images-gallery__item-wrap{padding:15px}@media screen and (max-width:1440px){.haru-images-gallery--padding-large.haru-images-gallery--grid .haru-images-gallery__item-wrap{padding:10px}}@media screen and (max-width:767px){.haru-images-gallery--padding-large.haru-images-gallery--grid .haru-images-gallery__item-wrap{padding:8px}}.haru-images-gallery--padding-large.haru-images-gallery--creative .haru-images-gallery__list{margin:-15px}@media screen and (max-width:1440px){.haru-images-gallery--padding-large.haru-images-gallery--creative .haru-images-gallery__list{margin:-10px}}@media screen and (max-width:767px){.haru-images-gallery--padding-large.haru-images-gallery--creative .haru-images-gallery__list{margin:-8px}}.haru-images-gallery--padding-large.haru-images-gallery--creative .haru-images-gallery__item{padding:15px}@media screen and (max-width:1440px){.haru-images-gallery--padding-large.haru-images-gallery--creative .haru-images-gallery__item{padding:10px}}@media screen and (max-width:767px){.haru-images-gallery--padding-large.haru-images-gallery--creative .haru-images-gallery__item{padding:8px}}.haru-images-gallery--padding-large.haru-images-gallery--creative .haru-images-gallery__item.landscape .haru-images-gallery__image{padding-bottom:calc(50% - 15px)}@media screen and (max-width:1440px){.haru-images-gallery--padding-large.haru-images-gallery--creative .haru-images-gallery__item.landscape .haru-images-gallery__image{padding-bottom:calc(50% - 10px)}}@media screen and (max-width:767px){.haru-images-gallery--padding-large.haru-images-gallery--creative .haru-images-gallery__item.landscape .haru-images-gallery__image{padding-bottom:calc(50% - 8px)}}.haru-images-gallery--padding-large.haru-images-gallery--creative .haru-images-gallery__item.portrait .haru-images-gallery__image{padding-bottom:calc(200% - 15px)}@media screen and (max-width:1440px){.haru-images-gallery--padding-large.haru-images-gallery--creative .haru-images-gallery__item.portrait .haru-images-gallery__image{padding-bottom:calc(200% - 10px)}}@media screen and (max-width:767px){.haru-images-gallery--padding-large.haru-images-gallery--creative .haru-images-gallery__item.portrait .haru-images-gallery__image{padding-bottom:calc(200% - 8px)}}.haru-images-gallery--padding-extra-large.haru-images-gallery--slick .haru-images-gallery__list,.haru-images-gallery--padding-extra-large.haru-images-gallery--slick-2 .haru-images-gallery__list{margin:0 -25px}@media screen and (max-width:1440px){.haru-images-gallery--padding-extra-large.haru-images-gallery--slick .haru-images-gallery__list,.haru-images-gallery--padding-extra-large.haru-images-gallery--slick-2 .haru-images-gallery__list{margin:0 -15px}}@media screen and (max-width:991px){.haru-images-gallery--padding-extra-large.haru-images-gallery--slick .haru-images-gallery__list,.haru-images-gallery--padding-extra-large.haru-images-gallery--slick-2 .haru-images-gallery__list{margin:0 -10px}}@media screen and (max-width:767px){.haru-images-gallery--padding-extra-large.haru-images-gallery--slick .haru-images-gallery__list,.haru-images-gallery--padding-extra-large.haru-images-gallery--slick-2 .haru-images-gallery__list{margin:0 -8px;max-width:calc(100vw - 16px)}}.haru-images-gallery--padding-extra-large.haru-images-gallery--slick .haru-images-gallery__item,.haru-images-gallery--padding-extra-large.haru-images-gallery--slick-2 .haru-images-gallery__item{padding:0 25px}@media screen and (max-width:1440px){.haru-images-gallery--padding-extra-large.haru-images-gallery--slick .haru-images-gallery__item,.haru-images-gallery--padding-extra-large.haru-images-gallery--slick-2 .haru-images-gallery__item{padding:0 15px}}@media screen and (max-width:991px){.haru-images-gallery--padding-extra-large.haru-images-gallery--slick .haru-images-gallery__item,.haru-images-gallery--padding-extra-large.haru-images-gallery--slick-2 .haru-images-gallery__item{padding:0 10px}}@media screen and (max-width:767px){.haru-images-gallery--padding-extra-large.haru-images-gallery--slick .haru-images-gallery__item,.haru-images-gallery--padding-extra-large.haru-images-gallery--slick-2 .haru-images-gallery__item{padding:0 8px}}.haru-images-gallery--padding-extra-large.haru-images-gallery--slick .slick-next,.haru-images-gallery--padding-extra-large.haru-images-gallery--slick-2 .slick-next{right:25px}@media screen and (max-width:1440px){.haru-images-gallery--padding-extra-large.haru-images-gallery--slick .slick-next,.haru-images-gallery--padding-extra-large.haru-images-gallery--slick-2 .slick-next{right:15px}}@media screen and (max-width:991px){.haru-images-gallery--padding-extra-large.haru-images-gallery--slick .slick-next,.haru-images-gallery--padding-extra-large.haru-images-gallery--slick-2 .slick-next{right:10px}}@media screen and (max-width:767px){.haru-images-gallery--padding-extra-large.haru-images-gallery--slick .slick-next,.haru-images-gallery--padding-extra-large.haru-images-gallery--slick-2 .slick-next{right:8px}}.haru-images-gallery--padding-extra-large.haru-images-gallery--slick .slick-prev,.haru-images-gallery--padding-extra-large.haru-images-gallery--slick-2 .slick-prev{left:25px}@media screen and (max-width:1440px){.haru-images-gallery--padding-extra-large.haru-images-gallery--slick .slick-prev,.haru-images-gallery--padding-extra-large.haru-images-gallery--slick-2 .slick-prev{left:15px}}@media screen and (max-width:991px){.haru-images-gallery--padding-extra-large.haru-images-gallery--slick .slick-prev,.haru-images-gallery--padding-extra-large.haru-images-gallery--slick-2 .slick-prev{left:10px}}@media screen and (max-width:767px){.haru-images-gallery--padding-extra-large.haru-images-gallery--slick .slick-prev,.haru-images-gallery--padding-extra-large.haru-images-gallery--slick-2 .slick-prev{left:8px}}.haru-images-gallery--padding-extra-large.haru-images-gallery--grid .haru-images-gallery__list{margin:-25px}@media screen and (max-width:1440px){.haru-images-gallery--padding-extra-large.haru-images-gallery--grid .haru-images-gallery__list{margin:-15px}}@media screen and (max-width:991px){.haru-images-gallery--padding-extra-large.haru-images-gallery--grid .haru-images-gallery__list{margin:-10px}}@media screen and (max-width:767px){.haru-images-gallery--padding-extra-large.haru-images-gallery--grid .haru-images-gallery__list{margin:-8px}}.haru-images-gallery--padding-extra-large.haru-images-gallery--grid .haru-images-gallery__item-wrap{padding:25px}@media screen and (max-width:1440px){.haru-images-gallery--padding-extra-large.haru-images-gallery--grid .haru-images-gallery__item-wrap{padding:15px}}@media screen and (max-width:991px){.haru-images-gallery--padding-extra-large.haru-images-gallery--grid .haru-images-gallery__item-wrap{padding:10px}}@media screen and (max-width:767px){.haru-images-gallery--padding-extra-large.haru-images-gallery--grid .haru-images-gallery__item-wrap{padding:8px}}.haru-images-gallery--padding-extra-large.haru-images-gallery--creative .haru-images-gallery__list{margin:-25px}@media screen and (max-width:1440px){.haru-images-gallery--padding-extra-large.haru-images-gallery--creative .haru-images-gallery__list{margin:-15px}}@media screen and (max-width:991px){.haru-images-gallery--padding-extra-large.haru-images-gallery--creative .haru-images-gallery__list{margin:-10px}}@media screen and (max-width:767px){.haru-images-gallery--padding-extra-large.haru-images-gallery--creative .haru-images-gallery__list{margin:-8px}}.haru-images-gallery--padding-extra-large.haru-images-gallery--creative .haru-images-gallery__item{padding:25px}@media screen and (max-width:1440px){.haru-images-gallery--padding-extra-large.haru-images-gallery--creative .haru-images-gallery__item{padding:15px}}@media screen and (max-width:991px){.haru-images-gallery--padding-extra-large.haru-images-gallery--creative .haru-images-gallery__item{padding:10px}}@media screen and (max-width:767px){.haru-images-gallery--padding-extra-large.haru-images-gallery--creative .haru-images-gallery__item{padding:8px}}.haru-images-gallery--padding-extra-large.haru-images-gallery--creative .haru-images-gallery__item.landscape .haru-images-gallery__image{padding-bottom:calc(50% - 25px)}@media screen and (max-width:1440px){.haru-images-gallery--padding-extra-large.haru-images-gallery--creative .haru-images-gallery__item.landscape .haru-images-gallery__image{padding-bottom:calc(50% - 15px)}}@media screen and (max-width:991px){.haru-images-gallery--padding-extra-large.haru-images-gallery--creative .haru-images-gallery__item.landscape .haru-images-gallery__image{padding-bottom:calc(50% - 10px)}}@media screen and (max-width:767px){.haru-images-gallery--padding-extra-large.haru-images-gallery--creative .haru-images-gallery__item.landscape .haru-images-gallery__image{padding-bottom:calc(50% - 8px)}}.haru-images-gallery--padding-extra-large.haru-images-gallery--creative .haru-images-gallery__item.portrait .haru-images-gallery__image{padding-bottom:calc(200% - 25px)}@media screen and (max-width:1440px){.haru-images-gallery--padding-extra-large.haru-images-gallery--creative .haru-images-gallery__item.portrait .haru-images-gallery__image{padding-bottom:calc(200% - 15px)}}@media screen and (max-width:991px){.haru-images-gallery--padding-extra-large.haru-images-gallery--creative .haru-images-gallery__item.portrait .haru-images-gallery__image{padding-bottom:calc(200% - 10px)}}@media screen and (max-width:767px){.haru-images-gallery--padding-extra-large.haru-images-gallery--creative .haru-images-gallery__item.portrait .haru-images-gallery__image{padding-bottom:calc(200% - 8px)}}.haru-logo-showcase__list{padding:0;margin:0;list-style:none}.haru-logo-showcase__columns-1{width:100%}.haru-logo-showcase__columns-2{width:50%}.haru-logo-showcase__columns-3{width:33.333333%}.haru-logo-showcase__columns-4{width:25%}.haru-logo-showcase__columns-5{width:20%}.haru-logo-showcase__columns-6{width:16.666666%}.haru-logo-showcase__columns-7{width:14.285714%}.haru-logo-showcase__columns-8{width:12.5%}@media screen and (max-width:991px){.haru-logo-showcase__columns--tablet-1{width:100%}}@media screen and (max-width:991px){.haru-logo-showcase__columns--tablet-2{width:50%}}@media screen and (max-width:991px){.haru-logo-showcase__columns--tablet-3{width:33.333333%}}@media screen and (max-width:991px){.haru-logo-showcase__columns--tablet-4{width:25%}}@media screen and (max-width:991px){.haru-logo-showcase__columns--tablet-5{width:20%}}@media screen and (max-width:991px){.haru-logo-showcase__columns--tablet-6{width:16.666666%}}@media screen and (max-width:767px){.haru-logo-showcase__columns--mobile-1{width:100%}}@media screen and (max-width:767px){.haru-logo-showcase__columns--mobile-2{width:50%}}@media screen and (max-width:767px){.haru-logo-showcase__columns--mobile-3{width:33.333333%}}@media screen and (max-width:767px){.haru-logo-showcase__columns--mobile-4{width:25%}}.haru-logo-showcase .haru-logo-showcase__item{position:relative;overflow:hidden}.haru-logo-showcase .haru-logo-showcase__image{width:100%;transition:all 0.3s}.haru-logo-showcase__hover-opacity .haru-logo-showcase__image{opacity:0.5;transition:all 0.3s}.haru-logo-showcase__hover-opacity .haru-logo-showcase__image:hover{opacity:1;transition:all 0.3s}.haru-logo-showcase__hover-opacity-2:hover .haru-logo-showcase__image{opacity:1 !important;transition:all 0.3s}.haru-logo-showcase__hover-grayscale:hover .haru-logo-showcase__image{filter:none !important;opacity:1 !important;transition:all 0.3s}.haru-logo-showcase__hover-scale .haru-logo-showcase__image{transform:scale(1);transition:all 0.3s}.haru-logo-showcase__hover-scale .haru-logo-showcase__image:hover{transform:scale(1.1);transition:all 0.3s}.haru-logo-showcase__hover-shadow{transition:all 0.3s}.haru-logo-showcase__hover-shadow:hover{background:#fff;box-shadow:0 15px 50px rgba(0, 0, 0, 0.08);border-radius:12px;transition:all 0.3s}.haru-logo-showcase--opacity-2:hover .haru-logo-showcase__image{opacity:0.3;transition:all 0.3s}.haru-logo-showcase--grayscale:hover .haru-logo-showcase__image{filter:grayscale(100%);opacity:0.3;transition:all 0.3s}.haru-logo-showcase--slick .haru-slick{margin:0 -10px}.haru-logo-showcase--slick .slick-slide{padding:0 10px}.haru-logo-showcase--slick .slick-prev{left:10px}.haru-logo-showcase--slick .slick-next{right:10px}@media screen and (max-width:767px){.haru-logo-showcase--slick .haru-logo-showcase__list{max-width:calc(100vw - 20px)}}.haru-logo-showcase--slick-2 .haru-slick{margin:0 -10px}.haru-logo-showcase--slick-2 .slick-slide{padding:0 10px}.haru-logo-showcase--slick-2 .slick-slide .haru-logo-showcase__image{filter:grayscale(100%);opacity:0.3;transition:all 0.3s}.haru-logo-showcase--slick-2 .slick-slide:hover .haru-logo-showcase__image,.haru-logo-showcase--slick-2 .slick-slide.slick-current .haru-logo-showcase__image{filter:none;opacity:1;transition:all 0.3s}.haru-logo-showcase--slick-2 .slick-prev{left:10px}.haru-logo-showcase--slick-2 .slick-next{right:10px}.haru-logo-showcase--slick-2 .haru-logo-showcase__quote{padding:0;margin:0 0 60px}@media screen and (max-width:1440px){.haru-logo-showcase--slick-2 .haru-logo-showcase__quote{margin:0 0 50px}}@media screen and (max-width:1024px){.haru-logo-showcase--slick-2 .haru-logo-showcase__quote{margin:0 0 40px}}@media screen and (max-width:991px){.haru-logo-showcase--slick-2 .haru-logo-showcase__quote{margin:0 0 30px}}@media screen and (max-width:767px){.haru-logo-showcase--slick-2 .haru-logo-showcase__quote{max-width:calc(100vw - 30px)}}.haru-logo-showcase--slick-2 .haru-logo-showcase__description{color:#000;font-size:24px;font-weight:700;line-height:1.5;padding:0 25%;text-align:center}@media screen and (max-width:1440px){.haru-logo-showcase--slick-2 .haru-logo-showcase__description{font-size:22px}}@media screen and (max-width:1024px){.haru-logo-showcase--slick-2 .haru-logo-showcase__description{font-size:20px}}@media screen and (max-width:991px){.haru-logo-showcase--slick-2 .haru-logo-showcase__description{font-size:18px;padding:0 15%}}@media screen and (max-width:767px){.haru-logo-showcase--slick-2 .haru-logo-showcase__description{padding:0}}@media screen and (max-width:767px){.haru-logo-showcase--slick-2 .haru-logo-showcase__list{max-width:calc(100vw - 20px)}}.haru-logo-showcase--grid .haru-logo-showcase__list{display:flex;flex-wrap:wrap;margin:-15px}@media screen and (max-width:991px){.haru-logo-showcase--grid .haru-logo-showcase__list{margin:-10px}}@media screen and (max-width:767px){.haru-logo-showcase--grid .haru-logo-showcase__list{margin:-8px}}.haru-logo-showcase--grid .haru-logo-showcase__item-wrap{padding:15px}@media screen and (max-width:991px){.haru-logo-showcase--grid .haru-logo-showcase__item-wrap{padding:10px}}@media screen and (max-width:767px){.haru-logo-showcase--grid .haru-logo-showcase__item-wrap{padding:8px}}.haru-testimonial__list{padding:0;margin:0;list-style:none}.haru-testimonial__columns-1{width:100%}.haru-testimonial__columns-2{width:50%}.haru-testimonial__columns-3{width:33.333333%}.haru-testimonial__columns-4{width:25%}.haru-testimonial__columns-5{width:20%}.haru-testimonial__columns-6{width:16.666666%}.haru-testimonial__columns-7{width:14.285714%}.haru-testimonial__columns-8{width:12.5%}@media screen and (max-width:991px){.haru-testimonial__columns--tablet-1{width:100%}}@media screen and (max-width:991px){.haru-testimonial__columns--tablet-2{width:50%}}@media screen and (max-width:991px){.haru-testimonial__columns--tablet-3{width:33.333333%}}@media screen and (max-width:991px){.haru-testimonial__columns--tablet-4{width:25%}}@media screen and (max-width:991px){.haru-testimonial__columns--tablet-5{width:20%}}@media screen and (max-width:991px){.haru-testimonial__columns--tablet-6{width:16.666666%}}@media screen and (max-width:767px){.haru-testimonial__columns--mobile-1{width:100%}}@media screen and (max-width:767px){.haru-testimonial__columns--mobile-2{width:50%}}@media screen and (max-width:767px){.haru-testimonial__columns--mobile-3{width:33.333333%}}@media screen and (max-width:767px){.haru-testimonial__columns--mobile-4{width:25%}}@media screen and (max-width:767px){.haru-testimonial--slick .haru-testimonial__list{max-width:calc(100vw - 30px)}}.haru-testimonial--slick .slick-slide{padding:0 6%}@media screen and (max-width:767px){.haru-testimonial--slick .slick-slide{padding:0 4%}}.haru-testimonial--slick .haru-testimonial__image{padding-bottom:40px}.haru-testimonial--slick .haru-testimonial__image img{max-width:100px;border-radius:50%;margin:0 auto}.haru-testimonial--slick .haru-testimonial__description{font-size:32px;line-height:1.4;color:#000000;padding-bottom:30px;text-align:center}@media screen and (max-width:1440px){.haru-testimonial--slick .haru-testimonial__description{font-size:28px}}@media screen and (max-width:1024px){.haru-testimonial--slick .haru-testimonial__description{font-size:24px}}@media screen and (max-width:991px){.haru-testimonial--slick .haru-testimonial__description{font-size:20px}}@media screen and (max-width:767px){.haru-testimonial--slick .haru-testimonial__description{font-size:18px}}.haru-testimonial--slick .haru-testimonial__meta{display:flex;flex-wrap:wrap;align-items:center;justify-content:center}.haru-testimonial--slick .haru-testimonial__title{font-size:18px}@media screen and (max-width:1440px){.haru-testimonial--slick .haru-testimonial__title{font-size:17px}}@media screen and (max-width:1024px){.haru-testimonial--slick .haru-testimonial__title{font-size:16px}}@media screen and (max-width:991px){.haru-testimonial--slick .haru-testimonial__title{font-size:15px}}.haru-testimonial--slick .haru-testimonial__sub-title{font-size:16px;color:#9B9B9B;padding-left:3px}@media screen and (max-width:1440px){.haru-testimonial--slick .haru-testimonial__sub-title{font-size:15px}}@media screen and (max-width:1024px){.haru-testimonial--slick .haru-testimonial__sub-title{font-size:14px}}.haru-testimonial--slick .slick-dots{margin:30px 0 0}@media screen and (max-width:1440px){.haru-testimonial--slick .slick-dots{margin:25px 0 0}}@media screen and (max-width:1024px){.haru-testimonial--slick .slick-dots{margin:20px 0 0}}@media screen and (max-width:991px){.haru-testimonial--slick .slick-dots{margin:15px 0 0}}@media screen and (max-width:767px){.haru-testimonial--slick .slick-dots{margin:10px 0 0}}.haru-testimonial--slick .slick-dots button{background-color:#ddd}.haru-testimonial--slick .slick-dots li.slick-active button{background-color:#4B5C66}@media screen and (max-width:767px){.haru-testimonial--slick-2 .haru-testimonial__list{max-width:calc(100vw - 16px)}}.haru-testimonial--slick-2 .haru-slick{margin:0 -15px}@media screen and (max-width:991px){.haru-testimonial--slick-2 .haru-slick{margin:0 -10px}}@media screen and (max-width:767px){.haru-testimonial--slick-2 .haru-slick{margin:0 -8px}}.haru-testimonial--slick-2 .slick-slide{padding:35px 15px}@media screen and (max-width:991px){.haru-testimonial--slick-2 .slick-slide{padding:35px 10px}}@media screen and (max-width:767px){.haru-testimonial--slick-2 .slick-slide{padding:35px 8px}}.haru-testimonial--slick-2 .haru-testimonial__item-wrap{transform:translateY(0);transition:all 0.3s}.haru-testimonial--slick-2 .haru-testimonial__item-wrap:hover{transform:translateY(-15px);transition:all 0.3s}.haru-testimonial--slick-2 .haru-testimonial__item-wrap:hover .haru-testimonial__item{box-shadow:0 15px 50px rgba(0, 0, 0, 0.08);transition:all 0.3s}.haru-testimonial--slick-2 .haru-testimonial__item{padding:40px;background:#fff;box-shadow:0 0 10px rgba(0, 0, 0, 0.12);border-radius:10px;transition:all 0.3s}.haru-testimonial--slick-2 .haru-testimonial__top{display:flex}.haru-testimonial--slick-2 .haru-testimonial__image img{max-height:80px;border-radius:50%;margin:0 auto}.haru-testimonial--slick-2 .haru-testimonial__content{padding-left:24px}.haru-testimonial--slick-2 .haru-testimonial__title{font-size:18px;margin-bottom:5px}@media screen and (max-width:1440px){.haru-testimonial--slick-2 .haru-testimonial__title{font-size:17px}}@media screen and (max-width:1024px){.haru-testimonial--slick-2 .haru-testimonial__title{font-size:16px}}@media screen and (max-width:991px){.haru-testimonial--slick-2 .haru-testimonial__title{font-size:15px}}.haru-testimonial--slick-2 .haru-testimonial__sub-title{color:#7E7E7E;font-size:15px;font-weight:400;padding-left:5px}.haru-testimonial--slick-2 .haru-testimonial__rating{display:flex}.haru-testimonial--slick-2 .haru-testimonial__star{color:#000}.haru-testimonial--slick-2 .haru-testimonial__star:before{content:"";font-family:"haruicons";font-size:20px;color:#f3bb2e}.haru-testimonial--slick-2 .haru-testimonial__description{color:#000;font-size:20px;line-height:1.8;margin-top:20px}@media screen and (max-width:1440px){.haru-testimonial--slick-2 .haru-testimonial__description{font-size:18px}}@media screen and (max-width:1024px){.haru-testimonial--slick-2 .haru-testimonial__description{font-size:16px}}.haru-testimonial--slick-2 .slick-next{right:15px}@media screen and (max-width:991px){.haru-testimonial--slick-2 .slick-next{right:10px}}@media screen and (max-width:767px){.haru-testimonial--slick-2 .slick-next{right:8px}}.haru-testimonial--slick-2 .slick-prev{left:15px}@media screen and (max-width:991px){.haru-testimonial--slick-2 .slick-prev{left:10px}}@media screen and (max-width:767px){.haru-testimonial--slick-2 .slick-prev{left:8px}}.haru-testimonial--slick-2 .slick-dots{margin:20px 0 0}@media screen and (max-width:1440px){.haru-testimonial--slick-2 .slick-dots{margin:15px 0 0}}@media screen and (max-width:1024px){.haru-testimonial--slick-2 .slick-dots{margin:10px 0 0}}@media screen and (max-width:991px){.haru-testimonial--slick-2 .slick-dots{margin:0 0 0}}@media screen and (max-width:767px){.haru-testimonial--slick-3 .haru-testimonial__list{max-width:calc(100vw - 16px)}}.haru-testimonial--slick-3 .haru-slick{margin:0 -15px}@media screen and (max-width:991px){.haru-testimonial--slick-3 .haru-slick{margin:0 -10px}}@media screen and (max-width:767px){.haru-testimonial--slick-3 .haru-slick{margin:0 -8px}}.haru-testimonial--slick-3 .slick-slide{padding:0 15px}@media screen and (max-width:991px){.haru-testimonial--slick-3 .slick-slide{padding:0 10px}}@media screen and (max-width:767px){.haru-testimonial--slick-3 .slick-slide{padding:0 8px}}.haru-testimonial--slick-3 .haru-testimonial__top{display:flex}.haru-testimonial--slick-3 .haru-testimonial__image{flex:0 0 72px}.haru-testimonial--slick-3 .haru-testimonial__image img{width:100%;border-radius:50%;margin:0 auto}.haru-testimonial--slick-3 .haru-testimonial__content{padding-left:24px}.haru-testimonial--slick-3 .haru-testimonial__title{font-size:15px;margin-bottom:5px}.haru-testimonial--slick-3 .haru-testimonial__sub-title{color:#7E7E7E;font-size:14px;font-weight:400;padding-left:5px}.haru-testimonial--slick-3 .haru-testimonial__rating{display:flex}.haru-testimonial--slick-3 .haru-testimonial__star{color:#000}.haru-testimonial--slick-3 .haru-testimonial__star:before{content:"";font-family:"haruicons";font-size:18px;color:#f3bb2e}.haru-testimonial--slick-3 .haru-testimonial__description{color:#000;font-size:18px;line-height:1.8;margin-top:-5px}@media screen and (max-width:1440px){.haru-testimonial--slick-3 .haru-testimonial__description{font-size:17px}}@media screen and (max-width:1024px){.haru-testimonial--slick-3 .haru-testimonial__description{font-size:16px}}.haru-testimonial--slick-3 .slick-next{right:15px}@media screen and (max-width:991px){.haru-testimonial--slick-3 .slick-next{right:10px}}@media screen and (max-width:767px){.haru-testimonial--slick-3 .slick-next{right:8px}}.haru-testimonial--slick-3 .slick-prev{left:15px}@media screen and (max-width:991px){.haru-testimonial--slick-3 .slick-prev{left:10px}}@media screen and (max-width:767px){.haru-testimonial--slick-3 .slick-prev{left:8px}}.haru-testimonial--slick-3 .slick-dots{margin:10px 0 0}@media screen and (max-width:1440px){.haru-testimonial--slick-3 .slick-dots{margin:5px 0 0}}@media screen and (max-width:767px){.haru-testimonial--slick-3 .slick-dots{margin:0 0 0}}.haru-testimonial--slick-4{background-color:#f8f8f8;border-radius:12px}@media screen and (max-width:767px){.haru-testimonial--slick-4 .haru-testimonial__list{max-width:calc(100vw - 30px)}}.haru-testimonial--slick-4 .haru-testimonial__item{padding:80px 25% 80px 25%;text-align:center}@media screen and (max-width:1440px){.haru-testimonial--slick-4 .haru-testimonial__item{padding:70px 20% 70px 20%}}@media screen and (max-width:1024px){.haru-testimonial--slick-4 .haru-testimonial__item{padding:60px 20% 60px 20%}}@media screen and (max-width:991px){.haru-testimonial--slick-4 .haru-testimonial__item{padding:50px 15% 50px 15%}}@media screen and (max-width:767px){.haru-testimonial--slick-4 .haru-testimonial__item{padding:30px 13% 30px 13%}}.haru-testimonial--slick-4 .haru-testimonial__image{display:inline-block;position:relative}.haru-testimonial--slick-4 .haru-testimonial__image img{border-radius:50%;border:4px solid #fff;max-width:96px}.haru-testimonial--slick-4 .haru-testimonial__quote{font-size:28px;color:rgba(0, 0, 0, 0.1);position:absolute;left:calc(100% - 5px);top:-15px}@media screen and (max-width:1440px){.haru-testimonial--slick-4 .haru-testimonial__quote{font-size:26px}}@media screen and (max-width:1024px){.haru-testimonial--slick-4 .haru-testimonial__quote{font-size:24px}}@media screen and (max-width:991px){.haru-testimonial--slick-4 .haru-testimonial__quote{font-size:22px}}@media screen and (max-width:767px){.haru-testimonial--slick-4 .haru-testimonial__quote{font-size:20px}}.haru-testimonial--slick-4 .haru-testimonial__rating{display:flex;justify-content:center;margin-top:15px}.haru-testimonial--slick-4 .haru-testimonial__star{color:#000}.haru-testimonial--slick-4 .haru-testimonial__star:before{content:"";font-family:"haruicons";font-size:24px}.haru-testimonial--slick-4 .haru-testimonial__description{color:#000000;font-size:24px;font-weight:600;line-height:1.4;margin-top:20px}@media screen and (max-width:1440px){.haru-testimonial--slick-4 .haru-testimonial__description{font-size:22px}}@media screen and (max-width:1024px){.haru-testimonial--slick-4 .haru-testimonial__description{font-size:20px}}@media screen and (max-width:991px){.haru-testimonial--slick-4 .haru-testimonial__description{font-size:18px}}.haru-testimonial--slick-4 .haru-testimonial__title{font-size:18px;margin-top:40px;margin-bottom:10px}@media screen and (max-width:991px){.haru-testimonial--slick-4 .haru-testimonial__title{font-size:17px;margin-top:30px}}@media screen and (max-width:767px){.haru-testimonial--slick-4 .haru-testimonial__title{font-size:16px}}.haru-testimonial--slick-4 .haru-testimonial__sub-title{color:#9B9B9B;font-size:14px;font-weight:500}.haru-testimonial--slick-4 .slick-next,.haru-testimonial--slick-4 .slick-prev{width:48px;height:48px;line-height:48px}@media screen and (max-width:991px){.haru-testimonial--slick-4 .slick-next,.haru-testimonial--slick-4 .slick-prev{width:44px;height:44px;line-height:44px}}.haru-testimonial--slick-4 .slick-next:before,.haru-testimonial--slick-4 .slick-prev:before{font-family:"phosphor";font-size:18px;font-weight:700;position:relative;transition:all 0.3s}@media screen and (max-width:1440px){.haru-testimonial--slick-4 .slick-next:before,.haru-testimonial--slick-4 .slick-prev:before{font-size:16px}}.haru-testimonial--slick-4 .slick-next{right:10%}@media screen and (max-width:991px){.haru-testimonial--slick-4 .slick-next{right:5%}}@media screen and (max-width:767px){.haru-testimonial--slick-4 .slick-next{right:5px}}.haru-testimonial--slick-4 .slick-next:before{content:""}.haru-testimonial--slick-4 .slick-prev{left:10%}@media screen and (max-width:991px){.haru-testimonial--slick-4 .slick-prev{left:5%}}@media screen and (max-width:767px){.haru-testimonial--slick-4 .slick-prev{left:5px}}.haru-testimonial--slick-4 .slick-prev:before{content:""}.haru-testimonial--slick-4 .slick-dots{margin:30px 0 0}@media screen and (max-width:1440px){.haru-testimonial--slick-4 .slick-dots{margin:25px 0 0}}@media screen and (max-width:1024px){.haru-testimonial--slick-4 .slick-dots{margin:20px 0 0}}@media screen and (max-width:991px){.haru-testimonial--slick-4 .slick-dots{margin:15px 0 0}}@media screen and (max-width:767px){.haru-testimonial--slick-4 .slick-dots{margin:10px 0 0}}.haru-testimonial--slick-4 .slick-dots button{background-color:#ddd}.haru-testimonial--slick-4 .slick-dots li.slick-active button{background-color:#4B5C66}.haru-testimonial--slick-4:hover .slick-next,.haru-testimonial--slick-4:hover .slick-prev{opacity:1;visibility:visible}.haru-testimonial--slick-4:hover .slick-next:before,.haru-testimonial--slick-4:hover .slick-prev:before{visibility:visible;transition:all 0s}.haru-testimonial--slick-5{overflow:visible;clip-path:inset(-100vw -100vw -100vw -23px)}.haru-testimonial--slick-5 .slick-list{overflow:visible}@media screen and (max-width:767px){.haru-testimonial--slick-5 .haru-testimonial__list{max-width:calc(100vw - 16px)}}.haru-testimonial--slick-5 .haru-slick{margin:0 -15px}@media screen and (max-width:991px){.haru-testimonial--slick-5 .haru-slick{margin:0 -10px}}@media screen and (max-width:767px){.haru-testimonial--slick-5 .haru-slick{margin:0 -8px}}.haru-testimonial--slick-5 .slick-slide{padding:35px 15px}@media screen and (max-width:991px){.haru-testimonial--slick-5 .slick-slide{padding:35px 10px}}@media screen and (max-width:767px){.haru-testimonial--slick-5 .slick-slide{padding:35px 8px}}.haru-testimonial--slick-5 .haru-testimonial__item-wrap{transform:translateY(0);transition:all 0.3s}.haru-testimonial--slick-5 .haru-testimonial__item-wrap:hover{transform:translateY(-15px);transition:all 0.3s}.haru-testimonial--slick-5 .haru-testimonial__item-wrap:hover .haru-testimonial__item{box-shadow:0 15px 50px rgba(0, 0, 0, 0.08);transition:all 0.3s}.haru-testimonial--slick-5 .haru-testimonial__item{padding:40px;background:#fff;box-shadow:0 0 10px rgba(0, 0, 0, 0.12);border-radius:10px;transition:all 0.3s}.haru-testimonial--slick-5 .haru-testimonial__top{display:flex}.haru-testimonial--slick-5 .haru-testimonial__image img{max-height:80px;border-radius:50%;margin:0 auto}.haru-testimonial--slick-5 .haru-testimonial__content{padding-left:24px}.haru-testimonial--slick-5 .haru-testimonial__title{font-size:18px;margin-bottom:5px}@media screen and (max-width:1440px){.haru-testimonial--slick-5 .haru-testimonial__title{font-size:17px}}@media screen and (max-width:1024px){.haru-testimonial--slick-5 .haru-testimonial__title{font-size:16px}}@media screen and (max-width:991px){.haru-testimonial--slick-5 .haru-testimonial__title{font-size:15px}}.haru-testimonial--slick-5 .haru-testimonial__sub-title{color:#7E7E7E;font-size:15px;font-weight:400;padding-left:5px}.haru-testimonial--slick-5 .haru-testimonial__rating{display:flex}.haru-testimonial--slick-5 .haru-testimonial__star{color:#000}.haru-testimonial--slick-5 .haru-testimonial__star:before{content:"";font-family:"haruicons";font-size:20px;color:#f3bb2e}.haru-testimonial--slick-5 .haru-testimonial__description-title{color:#000;font-size:24px}@media screen and (max-width:1440px){.haru-testimonial--slick-5 .haru-testimonial__description-title{font-size:22px}}@media screen and (max-width:1024px){.haru-testimonial--slick-5 .haru-testimonial__description-title{font-size:20px}}@media screen and (max-width:991px){.haru-testimonial--slick-5 .haru-testimonial__description-title{font-size:18px}}.haru-testimonial--slick-5 .haru-testimonial__description{color:#000;font-size:20px;line-height:1.8;margin-top:20px;margin-bottom:20px}@media screen and (max-width:1440px){.haru-testimonial--slick-5 .haru-testimonial__description{font-size:18px}}@media screen and (max-width:1024px){.haru-testimonial--slick-5 .haru-testimonial__description{font-size:17px}}@media screen and (max-width:767px){.haru-testimonial--slick-5 .haru-testimonial__description{font-size:16px}}.haru-testimonial--slick-5 .slick-next{right:15px}@media screen and (max-width:991px){.haru-testimonial--slick-5 .slick-next{right:10px}}@media screen and (max-width:767px){.haru-testimonial--slick-5 .slick-next{right:8px}}.haru-testimonial--slick-5 .slick-prev{left:15px}@media screen and (max-width:991px){.haru-testimonial--slick-5 .slick-prev{left:10px}}@media screen and (max-width:767px){.haru-testimonial--slick-5 .slick-prev{left:8px}}.haru-testimonial--slick-6 .haru-slick{margin:0 -15px}@media screen and (max-width:991px){.haru-testimonial--slick-6 .haru-slick{margin:0 -10px}}@media screen and (max-width:767px){.haru-testimonial--slick-6 .haru-slick{margin:0 -8px}}.haru-testimonial--slick-6 .slick-slide{padding:15px}@media screen and (max-width:991px){.haru-testimonial--slick-6 .slick-slide{padding:10px}}@media screen and (max-width:767px){.haru-testimonial--slick-6 .slick-slide{padding:8px}}@media screen and (max-width:767px){.haru-testimonial--slick-6 .haru-testimonial__list{max-width:calc(100vw - 16px)}}.haru-testimonial--slick-6 .haru-testimonial__rating{display:flex;margin-bottom:15px;display:none}.haru-testimonial--slick-6 .haru-testimonial__star{color:#000}.haru-testimonial--slick-6 .haru-testimonial__star:before{content:"";font-family:"haruicons";font-size:18px;color:#f3bb2e}.haru-testimonial--slick-6 .haru-testimonial__description{color:#000;font-size:24px;line-height:1.5;margin-bottom:40px}@media screen and (max-width:1440px){.haru-testimonial--slick-6 .haru-testimonial__description{font-size:22px}}@media screen and (max-width:1024px){.haru-testimonial--slick-6 .haru-testimonial__description{font-size:20px}}@media screen and (max-width:991px){.haru-testimonial--slick-6 .haru-testimonial__description{font-size:18px;margin-bottom:35px}}@media screen and (max-width:767px){.haru-testimonial--slick-6 .haru-testimonial__description{font-size:16px;margin-bottom:30px}}.haru-testimonial--slick-6 .haru-testimonial__bottom{display:flex}.haru-testimonial--slick-6 .haru-testimonial__image{border:4px solid #fff;border-radius:50%}@media screen and (max-width:767px){.haru-testimonial--slick-6 .haru-testimonial__image{border:3px solid #fff}}.haru-testimonial--slick-6 .haru-testimonial__image img{max-width:80px;border-radius:50%;margin:0 auto}@media screen and (max-width:767px){.haru-testimonial--slick-6 .haru-testimonial__image img{max-width:66px}}.haru-testimonial--slick-6 .haru-testimonial__content{padding-left:20px}.haru-testimonial--slick-6 .haru-testimonial__title{font-size:18px}@media screen and (max-width:1440px){.haru-testimonial--slick-6 .haru-testimonial__title{font-size:17px}}@media screen and (max-width:1024px){.haru-testimonial--slick-6 .haru-testimonial__title{font-size:16px}}@media screen and (max-width:991px){.haru-testimonial--slick-6 .haru-testimonial__title{font-size:14px}}@media screen and (max-width:767px){.haru-testimonial--slick-6 .haru-testimonial__title{margin-bottom:8px}}.haru-testimonial--slick-6 .haru-testimonial__sub-title{color:#9B9B9B;font-size:14px;font-weight:600}@media screen and (max-width:767px){.haru-testimonial--slick-6 .haru-testimonial__sub-title{font-size:13px}}.haru-testimonial--slick-6 .slick-prev,.haru-testimonial--slick-6 .slick-next{width:48px;height:48px;line-height:48px;bottom:30px;z-index:2}@media screen and (max-width:767px){.haru-testimonial--slick-6 .slick-prev,.haru-testimonial--slick-6 .slick-next{width:36px;height:36px;line-height:36px;bottom:5px}}.haru-testimonial--slick-6 .slick-next{right:15px}@media screen and (max-width:991px){.haru-testimonial--slick-6 .slick-next{right:10px}}@media screen and (max-width:767px){.haru-testimonial--slick-6 .slick-next{right:8px}}.haru-testimonial--slick-6 .slick-prev{right:80px}@media screen and (max-width:991px){.haru-testimonial--slick-6 .slick-prev{right:75px}}@media screen and (max-width:767px){.haru-testimonial--slick-6 .slick-prev{right:55px}}@media screen and (max-width:767px){.haru-testimonial--slick-6 .slick-dots{margin-top:-10px;padding-bottom:10px}}@media screen and (max-width:767px){.haru-testimonial--slick-7 .haru-testimonial__list{max-width:calc(100vw - 16px)}}.haru-testimonial--slick-7 .haru-slick{margin:0 -15px}@media screen and (max-width:991px){.haru-testimonial--slick-7 .haru-slick{margin:0 -10px}}@media screen and (max-width:767px){.haru-testimonial--slick-7 .haru-slick{margin:0 -8px}}.haru-testimonial--slick-7 .slick-slide{padding:35px 15px}@media screen and (max-width:991px){.haru-testimonial--slick-7 .slick-slide{padding:35px 10px}}@media screen and (max-width:767px){.haru-testimonial--slick-7 .slick-slide{padding:35px 8px}}.haru-testimonial--slick-7 .haru-testimonial__item-wrap{transform:translateY(0);transition:all 0.3s}.haru-testimonial--slick-7 .haru-testimonial__item-wrap:hover{transform:translateY(-15px);transition:all 0.3s}.haru-testimonial--slick-7 .haru-testimonial__item{background:#fff;box-shadow:0 0 20px rgba(0, 0, 0, 0.07);border-radius:10px;overflow:hidden}.haru-testimonial--slick-7 .haru-testimonial__top{display:flex}.haru-testimonial--slick-7 .haru-testimonial__image img{margin:0 auto;width:100%}.haru-testimonial--slick-7 .haru-testimonial__content{padding:25px}.haru-testimonial--slick-7 .haru-testimonial__title{font-size:16px;margin-top:15px}@media screen and (max-width:991px){.haru-testimonial--slick-7 .haru-testimonial__title{font-size:15px}}.haru-testimonial--slick-7 .haru-testimonial__sub-title{color:#7E7E7E;font-size:15px;font-weight:400;padding-left:5px}.haru-testimonial--slick-7 .haru-testimonial__rating{display:flex}.haru-testimonial--slick-7 .haru-testimonial__star{color:#000}.haru-testimonial--slick-7 .haru-testimonial__star:before{content:"";font-family:"haruicons";font-size:18px;color:#f3bb2e}.haru-testimonial--slick-7 .haru-testimonial__description-title{font-size:18px;margin-top:5px}.haru-testimonial--slick-7 .haru-testimonial__description{font-size:18px}@media screen and (max-width:1440px){.haru-testimonial--slick-7 .haru-testimonial__description{font-size:17px}}@media screen and (max-width:1024px){.haru-testimonial--slick-7 .haru-testimonial__description{font-size:16px}}.haru-testimonial--slick-7 .slick-next,.haru-testimonial--slick-7 .slick-prev{width:48px;height:48px;line-height:48px}.haru-testimonial--slick-7 .slick-next{right:-60px}.haru-testimonial--slick-7 .slick-prev{left:-60px}.haru-testimonial--slick-7 .slick-dots{margin:0 0 20px}@media screen and (max-width:1440px){.haru-testimonial--slick-7 .slick-dots{margin:0 0 15px}}@media screen and (max-width:1024px){.haru-testimonial--slick-7 .slick-dots{margin:0 0 10px}}@media screen and (max-width:991px){.haru-testimonial--slick-7 .slick-dots{margin:0 0 5px}}@media screen and (max-width:767px){.haru-testimonial--slick-7 .slick-dots{margin:0 0 0}}.haru-testimonial--slick-8 .slick-list{overflow:visible}@media screen and (max-width:767px){.haru-testimonial--slick-8 .haru-testimonial__list{max-width:calc(100vw - 16px)}}.haru-testimonial--slick-8 .haru-slick{margin:0 -15px}@media screen and (max-width:991px){.haru-testimonial--slick-8 .haru-slick{margin:0 -10px}}@media screen and (max-width:767px){.haru-testimonial--slick-8 .haru-slick{margin:0 -8px}}.haru-testimonial--slick-8 .slick-slide{padding:35px 15px}@media screen and (max-width:991px){.haru-testimonial--slick-8 .slick-slide{padding:35px 10px}}@media screen and (max-width:767px){.haru-testimonial--slick-8 .slick-slide{padding:35px 8px}}.haru-testimonial--slick-8 .slick-slide:not(.slick-active) .haru-testimonial__item{opacity:0.5}.haru-testimonial--slick-8 .haru-testimonial__item-wrap{transform:translateY(0);transition:all 0.3s}.haru-testimonial--slick-8 .haru-testimonial__item-wrap:hover{transform:translateY(-15px);transition:all 0.3s}.haru-testimonial--slick-8 .haru-testimonial__item-wrap:hover .haru-testimonial__item{box-shadow:0 15px 50px rgba(0, 0, 0, 0.08);transition:all 0.3s}.haru-testimonial--slick-8 .haru-testimonial__item{padding:40px;background-color:#fff;border-radius:10px;transition:all 0.3s}.haru-testimonial--slick-8 .haru-testimonial__top{display:flex}.haru-testimonial--slick-8 .haru-testimonial__image img{max-height:80px;border-radius:50%;margin:0 auto}.haru-testimonial--slick-8 .haru-testimonial__content{padding-left:24px}.haru-testimonial--slick-8 .haru-testimonial__title{font-size:18px;margin-bottom:5px}@media screen and (max-width:1440px){.haru-testimonial--slick-8 .haru-testimonial__title{font-size:17px}}@media screen and (max-width:1024px){.haru-testimonial--slick-8 .haru-testimonial__title{font-size:16px}}@media screen and (max-width:991px){.haru-testimonial--slick-8 .haru-testimonial__title{font-size:15px}}.haru-testimonial--slick-8 .haru-testimonial__sub-title{color:#7E7E7E;font-size:15px;font-weight:400;padding-left:5px}.haru-testimonial--slick-8 .haru-testimonial__rating{display:flex}.haru-testimonial--slick-8 .haru-testimonial__star{color:#000}.haru-testimonial--slick-8 .haru-testimonial__star:before{content:"";font-family:"haruicons";font-size:20px;color:#f3bb2e}.haru-testimonial--slick-8 .haru-testimonial__description{color:#000;font-size:20px;line-height:1.8;margin-top:20px}@media screen and (max-width:1440px){.haru-testimonial--slick-8 .haru-testimonial__description{font-size:18px}}@media screen and (max-width:1024px){.haru-testimonial--slick-8 .haru-testimonial__description{font-size:16px}}.haru-testimonial--slick-8 .slick-next{right:15px}@media screen and (max-width:991px){.haru-testimonial--slick-8 .slick-next{right:10px}}@media screen and (max-width:767px){.haru-testimonial--slick-8 .slick-next{right:8px}}.haru-testimonial--slick-8 .slick-prev{left:15px}@media screen and (max-width:991px){.haru-testimonial--slick-8 .slick-prev{left:10px}}@media screen and (max-width:767px){.haru-testimonial--slick-8 .slick-prev{left:8px}}.haru-testimonial--slick-8 .slick-dots{margin:20px 0 0}@media screen and (max-width:1440px){.haru-testimonial--slick-8 .slick-dots{margin:15px 0 0}}@media screen and (max-width:1024px){.haru-testimonial--slick-8 .slick-dots{margin:10px 0 0}}@media screen and (max-width:991px){.haru-testimonial--slick-8 .slick-dots{margin:0 0 0}}@media screen and (max-width:767px){.haru-testimonial--slick-9 .haru-testimonial__list{max-width:calc(100vw - 16px)}}.haru-testimonial--slick-9 .haru-slick{margin:0 -25px}@media screen and (max-width:1440px){.haru-testimonial--slick-9 .haru-slick{margin:0 -15px}}@media screen and (max-width:991px){.haru-testimonial--slick-9 .haru-slick{margin:0 -10px}}@media screen and (max-width:767px){.haru-testimonial--slick-9 .haru-slick{margin:0 -8px}}.haru-testimonial--slick-9 .slick-slide{padding:0 25px}@media screen and (max-width:1440px){.haru-testimonial--slick-9 .slick-slide{padding:0 15px}}@media screen and (max-width:991px){.haru-testimonial--slick-9 .slick-slide{padding:0 10px}}@media screen and (max-width:767px){.haru-testimonial--slick-9 .slick-slide{padding:0 8px}}.haru-testimonial--slick-9 .haru-testimonial__item-wrap:hover .haru-testimonial__image img{transform:scale(1.03);transition:all 0.3s}.haru-testimonial--slick-9 .haru-testimonial__top{display:flex}.haru-testimonial--slick-9 .haru-testimonial__image{overflow:hidden}.haru-testimonial--slick-9 .haru-testimonial__image img{margin:0 auto;width:100%;transform:scale(1);transition:all 0.3s}.haru-testimonial--slick-9 .haru-testimonial__title{font-size:18px;margin-top:0}@media screen and (max-width:1440px){.haru-testimonial--slick-9 .haru-testimonial__title{font-size:17px}}@media screen and (max-width:1024px){.haru-testimonial--slick-9 .haru-testimonial__title{font-size:16px}}@media screen and (max-width:991px){.haru-testimonial--slick-9 .haru-testimonial__title{font-size:15px}}.haru-testimonial--slick-9 .haru-testimonial__sub-title{color:#7E7E7E;font-size:16px;font-weight:400;display:inline-block}@media screen and (max-width:1440px){.haru-testimonial--slick-9 .haru-testimonial__sub-title{font-size:15px}}.haru-testimonial--slick-9 .haru-testimonial__sub-title:before{content:"";display:inline-block;width:20px;height:1px;background-color:rgba(126, 126, 126, 0.6);margin:0 8px;position:relative;top:-5px}.haru-testimonial--slick-9 .haru-testimonial__rating{display:flex}.haru-testimonial--slick-9 .haru-testimonial__star{color:#000}.haru-testimonial--slick-9 .haru-testimonial__star:before{content:"";font-family:"haruicons";font-size:18px;color:#f3bb2e}.haru-testimonial--slick-9 .haru-testimonial__description-title{font-size:18px;margin-top:5px}.haru-testimonial--slick-9 .haru-testimonial__description{font-size:20px;font-weight:500;color:#000;margin-top:30px;margin-bottom:24px}@media screen and (max-width:1440px){.haru-testimonial--slick-9 .haru-testimonial__description{font-size:18px}}@media screen and (max-width:1024px){.haru-testimonial--slick-9 .haru-testimonial__description{font-size:17px}}.haru-testimonial--slick-9 .slick-next,.haru-testimonial--slick-9 .slick-prev{width:48px;height:48px;line-height:48px;border-radius:50%;top:-110px}@media screen and (max-width:1440px){.haru-testimonial--slick-9 .slick-next,.haru-testimonial--slick-9 .slick-prev{top:-105px}}@media screen and (max-width:1024px){.haru-testimonial--slick-9 .slick-next,.haru-testimonial--slick-9 .slick-prev{top:-100px}}@media screen and (max-width:991px){.haru-testimonial--slick-9 .slick-next,.haru-testimonial--slick-9 .slick-prev{top:-95px}}.haru-testimonial--slick-9 .slick-next{right:25px}.haru-testimonial--slick-9 .slick-prev{right:90px}.haru-testimonial--slick-9 .slick-dots{margin:0 0 20px}@media screen and (max-width:1440px){.haru-testimonial--slick-9 .slick-dots{margin:0 0 15px}}@media screen and (max-width:1024px){.haru-testimonial--slick-9 .slick-dots{margin:0 0 10px}}@media screen and (max-width:991px){.haru-testimonial--slick-9 .slick-dots{margin:0 0 5px}}@media screen and (max-width:767px){.haru-testimonial--slick-9 .slick-dots{margin:0 0 0}}.haru-testimonial--grid .haru-testimonial__list{display:flex;flex-wrap:wrap;margin:-15px}@media screen and (max-width:991px){.haru-testimonial--grid .haru-testimonial__list{margin:-10px}}@media screen and (max-width:767px){.haru-testimonial--grid .haru-testimonial__list{margin:-8px}}.haru-testimonial--grid .haru-testimonial__item-wrap{padding:15px}@media screen and (max-width:991px){.haru-testimonial--grid .haru-testimonial__item-wrap{padding:10px}}@media screen and (max-width:767px){.haru-testimonial--grid .haru-testimonial__item-wrap{padding:8px}}.haru-testimonial--grid-2 .haru-testimonial__list{display:flex;flex-wrap:wrap;margin:-15px}@media screen and (max-width:991px){.haru-testimonial--grid-2 .haru-testimonial__list{margin:-10px}}@media screen and (max-width:767px){.haru-testimonial--grid-2 .haru-testimonial__list{margin:-8px}}.haru-testimonial--grid-2 .haru-testimonial__item-wrap{padding:15px;transform:translateY(0);transition:all 0.3s}@media screen and (max-width:991px){.haru-testimonial--grid-2 .haru-testimonial__item-wrap{padding:10px}}@media screen and (max-width:767px){.haru-testimonial--grid-2 .haru-testimonial__item-wrap{padding:8px}}.haru-testimonial--grid-2 .haru-testimonial__item-wrap:hover{transform:translateY(-15px);transition:all 0.3s}.haru-testimonial--grid-2 .haru-testimonial__item-wrap:nth-child(4n+1){margin-top:60px}@media screen and (max-width:767px){.haru-testimonial--grid-2 .haru-testimonial__item-wrap:nth-child(4n+1){margin-top:0}}.haru-testimonial--grid-2 .haru-testimonial__item-wrap:nth-child(4n){margin-top:-60px}@media screen and (max-width:767px){.haru-testimonial--grid-2 .haru-testimonial__item-wrap:nth-child(4n){margin-top:0}}.haru-testimonial--grid-2 .haru-testimonial__item{padding:40px;background:#fff;box-shadow:0px 0px 20px rgba(0, 0, 0, 0.07);border-radius:10px}@media screen and (max-width:767px){.haru-testimonial--grid-2 .haru-testimonial__item{padding:20px}}.haru-testimonial--grid-2 .haru-testimonial__top{margin-bottom:20px}.haru-testimonial--grid-2 .haru-testimonial__rating{display:flex}.haru-testimonial--grid-2 .haru-testimonial__star{color:#000;margin-bottom:5px}.haru-testimonial--grid-2 .haru-testimonial__star:before{content:"";font-family:"haruicons";font-size:22px;color:#f3bb2e}@media screen and (max-width:767px){.haru-testimonial--grid-2 .haru-testimonial__star:before{font-size:20px}}.haru-testimonial--grid-2 .haru-testimonial__description-title{font-size:24px;font-weight:700;color:#000;line-height:1.5}@media screen and (max-width:1440px){.haru-testimonial--grid-2 .haru-testimonial__description-title{font-size:22px}}@media screen and (max-width:1024px){.haru-testimonial--grid-2 .haru-testimonial__description-title{font-size:20px}}@media screen and (max-width:767px){.haru-testimonial--grid-2 .haru-testimonial__description-title{font-size:18px}}.haru-testimonial--grid-2 .haru-testimonial__description{color:#000;font-size:20px;line-height:1.8;margin-top:20px}@media screen and (max-width:1440px){.haru-testimonial--grid-2 .haru-testimonial__description{font-size:19px}}@media screen and (max-width:1024px){.haru-testimonial--grid-2 .haru-testimonial__description{font-size:18px}}@media screen and (max-width:991px){.haru-testimonial--grid-2 .haru-testimonial__description{font-size:17px}}@media screen and (max-width:767px){.haru-testimonial--grid-2 .haru-testimonial__description{font-size:16px}}.haru-testimonial--grid-2 .haru-testimonial__bottom{display:flex}.haru-testimonial--grid-2 .haru-testimonial__image img{max-width:80px;border-radius:50%;margin:0 auto}.haru-testimonial--grid-2 .haru-testimonial__content{padding-left:24px}.haru-testimonial--grid-2 .haru-testimonial__title{font-size:18px;margin-bottom:5px}@media screen and (max-width:1440px){.haru-testimonial--grid-2 .haru-testimonial__title{font-size:17px}}@media screen and (max-width:1024px){.haru-testimonial--grid-2 .haru-testimonial__title{font-size:16px}}@media screen and (max-width:767px){.haru-testimonial--grid-2 .haru-testimonial__title{font-size:14px;margin-top:0}}.haru-testimonial--grid-2 .haru-testimonial__sub-title{color:#7E7E7E;font-size:14px;font-weight:400}.haru-testimonial--scroll .haru-testimonial__list{display:flex;flex-wrap:nowrap;margin:-15px}@media screen and (max-width:991px){.haru-testimonial--scroll .haru-testimonial__list{margin:-10px}}@media screen and (max-width:767px){.haru-testimonial--scroll .haru-testimonial__list{margin:-8px}}.haru-testimonial--scroll .haru-testimonial__item-wrap{padding:15px}@media screen and (max-width:991px){.haru-testimonial--scroll .haru-testimonial__item-wrap{padding:10px}}@media screen and (max-width:767px){.haru-testimonial--scroll .haru-testimonial__item-wrap{padding:8px}}.haru-testimonial--scroll .haru-testimonial__columns-6{flex:0 0 16.666666vw}.haru-testimonial--scroll .haru-testimonial__columns-5{flex:0 0 20vw}.haru-testimonial--scroll .haru-testimonial__columns-4{flex:0 0 25vw}.haru-testimonial--scroll .haru-testimonial__columns-3{flex:0 0 33.333333vw}.haru-testimonial--scroll .haru-testimonial__columns-2{flex:0 0 50vw}.haru-testimonial--scroll .haru-testimonial__columns-1{flex:0 0 100vw}@media screen and (max-width:991px){.haru-testimonial--scroll .haru-testimonial__columns--tablet-6{flex:0 0 16.666666vw}}@media screen and (max-width:991px){.haru-testimonial--scroll .haru-testimonial__columns--tablet-5{flex:0 0 20vw}}@media screen and (max-width:991px){.haru-testimonial--scroll .haru-testimonial__columns--tablet-4{flex:0 0 25vw}}@media screen and (max-width:991px){.haru-testimonial--scroll .haru-testimonial__columns--tablet-3{flex:0 0 33.333333vw}}@media screen and (max-width:991px){.haru-testimonial--scroll .haru-testimonial__columns--tablet-2{flex:0 0 50vw}}@media screen and (max-width:991px){.haru-testimonial--scroll .haru-testimonial__columns--tablet-1{flex:0 0 100vw}}@media screen and (max-width:767px){.haru-testimonial--scroll .haru-testimonial__columns--mobile-6{flex:0 0 16.666666vw}}@media screen and (max-width:767px){.haru-testimonial--scroll .haru-testimonial__columns--mobile-5{flex:0 0 20vw}}@media screen and (max-width:767px){.haru-testimonial--scroll .haru-testimonial__columns--mobile-4{flex:0 0 25vw}}@media screen and (max-width:767px){.haru-testimonial--scroll .haru-testimonial__columns--mobile-3{flex:0 0 33.333333vw}}@media screen and (max-width:767px){.haru-testimonial--scroll .haru-testimonial__columns--mobile-2{flex:0 0 50vw}}@media screen and (max-width:767px){.haru-testimonial--scroll .haru-testimonial__columns--mobile-1{flex:0 0 100vw}}.haru-testimonial--scroll .haru-testimonial__item{padding:40px 35px 40px 40px;background:#fff;border-radius:10px;transform:translateY(0);transition:all 0.3s}@media screen and (max-width:1440px){.haru-testimonial--scroll .haru-testimonial__item{padding:35px 30px 35px 35px}}.haru-testimonial--scroll .haru-testimonial__item:hover{transform:translateY(-15px);box-shadow:30px 30px 70px rgba(0, 0, 0, 0.06);transition:all 0.3s}.haru-testimonial--scroll .haru-testimonial__top{display:flex}.haru-testimonial--scroll .haru-testimonial__image img{max-height:80px}.haru-testimonial--scroll .haru-testimonial__content{padding-left:24px}.haru-testimonial--scroll .haru-testimonial__title{font-size:18px;margin-bottom:5px}@media screen and (max-width:1440px){.haru-testimonial--scroll .haru-testimonial__title{font-size:17px}}@media screen and (max-width:1024px){.haru-testimonial--scroll .haru-testimonial__title{font-size:16px}}@media screen and (max-width:991px){.haru-testimonial--scroll .haru-testimonial__title{font-size:15px}}@media screen and (max-width:767px){.haru-testimonial--scroll .haru-testimonial__title{margin-top:0}}.haru-testimonial--scroll .haru-testimonial__sub-title{color:#7E7E7E;font-size:15px;font-weight:400;padding-left:5px}.haru-testimonial--scroll .haru-testimonial__rating{display:flex}.haru-testimonial--scroll .haru-testimonial__star{color:#000}.haru-testimonial--scroll .haru-testimonial__star:before{content:"";font-family:"haruicons";font-size:18px;color:#f3bb2e}.haru-testimonial--scroll .haru-testimonial__description{color:#000;font-size:20px;line-height:1.8;margin-top:20px;margin-bottom:20px}@media screen and (max-width:1440px){.haru-testimonial--scroll .haru-testimonial__description{font-size:19px}}@media screen and (max-width:1024px){.haru-testimonial--scroll .haru-testimonial__description{font-size:18px}}@media screen and (max-width:991px){.haru-testimonial--scroll .haru-testimonial__description{font-size:17px}}@media screen and (max-width:767px){.haru-testimonial--scroll .haru-testimonial__description{font-size:16px}}.dark-mode .haru-testimonial--slick,.background-dark .haru-testimonial--slick{border-bottom:1px solid #323f4b}.dark-mode .haru-testimonial--slick .slick-slide,.background-dark .haru-testimonial--slick .slick-slide{border-left:1px solid #323f4b}.dark-mode .haru-testimonial--slick .slick-slide.slick-current,.background-dark .haru-testimonial--slick .slick-slide.slick-current{border-left:1px solid transparent}.dark-mode .haru-testimonial--slick .haru-testimonial__sub-title,.background-dark .haru-testimonial--slick .haru-testimonial__sub-title{color:#ababab}.dark-mode .haru-testimonial--slick .haru-testimonial__description,.background-dark .haru-testimonial--slick .haru-testimonial__description{color:#fff}.dark-mode .haru-testimonial--slick .slick-next,.dark-mode .haru-testimonial--slick .slick-prev,.background-dark .haru-testimonial--slick .slick-next,.background-dark .haru-testimonial--slick .slick-prev{color:#fff}.dark-mode .haru-testimonial--slick .slick-next:hover,.dark-mode .haru-testimonial--slick .slick-prev:hover,.background-dark .haru-testimonial--slick .slick-next:hover,.background-dark .haru-testimonial--slick .slick-prev:hover{color:#4B5C66}.dark-mode .haru-testimonial--slick .slick-next,.background-dark .haru-testimonial--slick .slick-next{border-left:1px solid #323f4b}.dark-mode .haru-testimonial--slick .slick-prev,.background-dark .haru-testimonial--slick .slick-prev{border-right:1px solid #323f4b}.dark-mode .haru-testimonial--slick-2 .haru-testimonial__star,.background-dark .haru-testimonial--slick-2 .haru-testimonial__star{color:#fff}.dark-mode .haru-testimonial--slick-2 .haru-testimonial__description,.background-dark .haru-testimonial--slick-2 .haru-testimonial__description{color:#fff}.dark-mode .haru-testimonial--slick-2 .haru-testimonial__sub-title,.background-dark .haru-testimonial--slick-2 .haru-testimonial__sub-title{color:#fff}.dark-mode .haru-testimonial--slick-3 .haru-testimonial__star,.background-dark .haru-testimonial--slick-3 .haru-testimonial__star{color:#fff}.dark-mode .haru-testimonial--slick-3 .haru-testimonial__description,.background-dark .haru-testimonial--slick-3 .haru-testimonial__description{color:#fff}.dark-mode .haru-testimonial--slick-4 .haru-testimonial__quote,.background-dark .haru-testimonial--slick-4 .haru-testimonial__quote{color:#fff}.dark-mode .haru-testimonial--slick-4 .haru-testimonial__description,.background-dark .haru-testimonial--slick-4 .haru-testimonial__description{color:#fff}.dark-mode .haru-testimonial--slick-4 .haru-testimonial__sub-title,.background-dark .haru-testimonial--slick-4 .haru-testimonial__sub-title{color:rgba(255, 255, 255, 0.7)}.dark-mode .haru-testimonial--slick-5 .haru-testimonial__sub-description,.background-dark .haru-testimonial--slick-5 .haru-testimonial__sub-description{color:#fff}.dark-mode .haru-testimonial--slick-5 .haru-testimonial__description,.background-dark .haru-testimonial--slick-5 .haru-testimonial__description{color:#fff}.haru-team-member__list{padding:0;margin:0;list-style:none}.haru-team-member--slick .haru-slick,.haru-team-member--slick-2 .haru-slick{margin:0 -15px}@media screen and (max-width:991px){.haru-team-member--slick .haru-slick,.haru-team-member--slick-2 .haru-slick{margin:0 -10px}}@media screen and (max-width:767px){.haru-team-member--slick .haru-slick,.haru-team-member--slick-2 .haru-slick{margin:0 -8px}}.haru-team-member--slick .slick-slide,.haru-team-member--slick-2 .slick-slide{padding:0 15px}@media screen and (max-width:991px){.haru-team-member--slick .slick-slide,.haru-team-member--slick-2 .slick-slide{padding:0 10px}}@media screen and (max-width:767px){.haru-team-member--slick .slick-slide,.haru-team-member--slick-2 .slick-slide{padding:0 8px}}.haru-team-member--slick .haru-team-member__item,.haru-team-member--slick-2 .haru-team-member__item{margin-bottom:50px}.haru-team-member--slick .haru-team-member__item:last-child,.haru-team-member--slick-2 .haru-team-member__item:last-child{margin-bottom:0}.haru-team-member--slick .haru-team-member__item:hover .haru-team-member__social,.haru-team-member--slick-2 .haru-team-member__item:hover .haru-team-member__social{bottom:20px;opacity:1;visibility:visible;transition:all 0.3s}.haru-team-member--slick .haru-team-member__item:hover .haru-team-member__image:before,.haru-team-member--slick-2 .haru-team-member__item:hover .haru-team-member__image:before{transition:all 0.3s}.haru-team-member--slick .haru-team-member__item:hover .haru-team-member__image img,.haru-team-member--slick-2 .haru-team-member__item:hover .haru-team-member__image img{transform:scale(1.03);transition:all 0.3s}.haru-team-member--slick .haru-team-member__image,.haru-team-member--slick-2 .haru-team-member__image{border-radius:12px;position:relative;overflow:hidden}@media only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.haru-team-member--slick .haru-team-member__image,.haru-team-member--slick-2 .haru-team-member__image{-webkit-mask-image:-webkit-radial-gradient(white, black)}}.haru-team-member--slick .haru-team-member__image:before,.haru-team-member--slick-2 .haru-team-member__image:before{content:"";background-color:rgba(0, 0, 0, 0.6);position:absolute;width:100%;height:100%;top:0;left:0;opacity:0;visibility:hidden;z-index:1;transition:all 0.3s}.haru-team-member--slick .haru-team-member__image img,.haru-team-member--slick-2 .haru-team-member__image img{width:100%;transform:scale(1);transition:all 0.3s}.haru-team-member--slick .haru-team-member__meta,.haru-team-member--slick-2 .haru-team-member__meta{text-align:center}.haru-team-member--slick .haru-team-member__title,.haru-team-member--slick-2 .haru-team-member__title{font-size:24px;margin-top:20px;margin-bottom:5px}@media screen and (max-width:1440px){.haru-team-member--slick .haru-team-member__title,.haru-team-member--slick-2 .haru-team-member__title{font-size:22px}}@media screen and (max-width:1024px){.haru-team-member--slick .haru-team-member__title,.haru-team-member--slick-2 .haru-team-member__title{font-size:20px}}@media screen and (max-width:991px){.haru-team-member--slick .haru-team-member__title,.haru-team-member--slick-2 .haru-team-member__title{font-size:18px}}@media screen and (max-width:767px){.haru-team-member--slick .haru-team-member__title,.haru-team-member--slick-2 .haru-team-member__title{font-size:16px}}.haru-team-member--slick .haru-team-member__info,.haru-team-member--slick-2 .haru-team-member__info{opacity:1;visibility:visible;transition:all 0.3s}.haru-team-member--slick .haru-team-member__social,.haru-team-member--slick-2 .haru-team-member__social{padding:0;margin:0;list-style:none;list-style-type:none;text-align:center;position:absolute;left:0;bottom:10px;width:100%;display:flex;justify-content:center;align-items:center;opacity:0;visibility:hidden;z-index:2;transition:all 0.3s}.haru-team-member--slick .haru-team-member__social li,.haru-team-member--slick-2 .haru-team-member__social li{display:inline-block;font-size:18px;margin:0 5px}.haru-team-member--slick .haru-team-member__social li:first-child,.haru-team-member--slick-2 .haru-team-member__social li:first-child{margin-left:0}.haru-team-member--slick .haru-team-member__social li:last-child,.haru-team-member--slick-2 .haru-team-member__social li:last-child{margin-right:0}.haru-team-member--slick .haru-team-member__social a,.haru-team-member--slick-2 .haru-team-member__social a{width:48px;height:48px;background-color:#fff;border:2px solid #eee;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#9B9B9B;transition:all 0.3s}@media screen and (max-width:1440px){.haru-team-member--slick .haru-team-member__social a,.haru-team-member--slick-2 .haru-team-member__social a{width:44px;height:44px;font-size:14px}}.haru-team-member--slick .haru-team-member__social a:hover,.haru-team-member--slick-2 .haru-team-member__social a:hover{color:#fff;background-color:#000;border:2px solid #000;transition:all 0.3s}@media screen and (max-width:767px){.haru-team-member--slick .haru-team-member__list{max-width:calc(100vw - 16px)}}.haru-team-member--slick .slick-next,.haru-team-member--slick .slick-prev{width:48px;height:48px;line-height:48px}.haru-team-member--slick .slick-next{right:-60px}.haru-team-member--slick .slick-prev{left:-60px}.haru-team-member--slick .slick-dots{margin:20px 0 0}@media screen and (max-width:1440px){.haru-team-member--slick .slick-dots{margin:15px 0 0}}@media screen and (max-width:1024px){.haru-team-member--slick .slick-dots{margin:0 0 10px}}@media screen and (max-width:991px){.haru-team-member--slick .slick-dots{margin:10px 0 5px}}.haru-team-member--slick-2{overflow:visible;clip-path:inset(-100vw -100vw -100vw 0)}.haru-team-member--slick-2 .slick-list{overflow:visible}@media screen and (max-width:767px){.haru-team-member--slick-2 .haru-team-member__list{max-width:calc(100vw - 16px)}}.haru-team-member--slick-2 .slick-prev{left:15px}@media screen and (max-width:991px){.haru-team-member--slick-2 .slick-prev{left:10px}}@media screen and (max-width:767px){.haru-team-member--slick-2 .slick-prev{left:8px}}.haru-team-member--slick-2 .slick-next{right:15px}@media screen and (max-width:991px){.haru-team-member--slick-2 .slick-next{right:10px}}@media screen and (max-width:767px){.haru-team-member--slick-2 .slick-next{right:8px}}.haru-team-member--slick-2 .slick-dots{margin:45px 0 0}@media screen and (max-width:1440px){.haru-team-member--slick-2 .slick-dots{margin:40px 0 0}}@media screen and (max-width:1024px){.haru-team-member--slick-2 .slick-dots{margin:35px 0 0}}@media screen and (max-width:991px){.haru-team-member--slick-2 .slick-dots{margin:30px 0 0}}@media screen and (max-width:767px){.haru-team-member--slick-2 .slick-dots{margin:25px 0 0}}.haru-team-member--grid .haru-team-member__list{display:flex;flex-wrap:wrap;margin:-15px}@media screen and (max-width:991px){.haru-team-member--grid .haru-team-member__list{margin:-10px}}@media screen and (max-width:767px){.haru-team-member--grid .haru-team-member__list{margin:-8px}}.haru-team-member--grid .haru-team-member__item-wrap{padding:15px;transform:translateY(0);transition:all 0.3s}@media screen and (max-width:991px){.haru-team-member--grid .haru-team-member__item-wrap{padding:10px}}@media screen and (max-width:767px){.haru-team-member--grid .haru-team-member__item-wrap{padding:8px}}.haru-team-member--grid .haru-team-member__item-wrap:hover{transform:translateY(-15px);transition:all 0.3s}.haru-team-member--grid .haru-team-member__item-wrap:hover .haru-team-member__item{background-color:#fff;box-shadow:0 15px 50px rgba(0, 0, 0, 0.08);transition:all 0.3s}.haru-team-member--grid .haru-team-member__item-wrap:hover .haru-team-member__info{opacity:0;visibility:hidden;transition:all 0.3s}.haru-team-member--grid .haru-team-member__item-wrap:hover .haru-team-member__social{opacity:1;visibility:visible;transition:all 0.3s}.haru-team-member--grid .haru-team-member__item{background:transparent;box-shadow:none;border-radius:12px;text-align:center;transition:all 0.3s}.haru-team-member--grid .haru-team-member__image{display:flex;padding:20px 20% 0 20%;align-items:flex-start}.haru-team-member--grid .haru-team-member__image img{border-radius:50%;width:100%}.haru-team-member--grid .haru-team-member__meta{padding:20px;position:relative}.haru-team-member--grid .haru-team-member__title{font-size:18px;margin-top:0;margin-bottom:5px}@media screen and (max-width:1440px){.haru-team-member--grid .haru-team-member__title{font-size:17px}}@media screen and (max-width:1024px){.haru-team-member--grid .haru-team-member__title{font-size:16px}}.haru-team-member--grid .haru-team-member__info{opacity:1;visibility:visible;transition:all 0.3s}.haru-team-member--grid .haru-team-member__social{padding:0;margin:0;list-style:none;list-style-type:none;text-align:center;position:absolute;left:0;bottom:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;opacity:0;visibility:hidden;transition:all 0.3s}.haru-team-member--grid .haru-team-member__social li{display:inline-block;font-size:20px;margin:0 12px}.haru-team-member--grid .haru-team-member__social li:first-child{margin-left:0}.haru-team-member--grid .haru-team-member__social li:last-child{margin-right:0}.haru-team-member--grid .haru-team-member__social a{transition:all 0.3s}.haru-team-member--grid .haru-team-member__social a:hover{transition:all 0.3s}.haru-team-member--grid-2 .haru-team-member__list{display:flex;flex-wrap:wrap;margin:-15px}@media screen and (max-width:991px){.haru-team-member--grid-2 .haru-team-member__list{margin:-10px}}@media screen and (max-width:767px){.haru-team-member--grid-2 .haru-team-member__list{margin:-8px}}.haru-team-member--grid-2 .haru-team-member__item-wrap{padding:15px;transform:translateY(0);transition:all 0.3s}@media screen and (max-width:991px){.haru-team-member--grid-2 .haru-team-member__item-wrap{padding:10px}}@media screen and (max-width:767px){.haru-team-member--grid-2 .haru-team-member__item-wrap{padding:8px}}.haru-team-member--grid-2 .haru-team-member__item-wrap:hover{transform:translateY(-15px);transition:all 0.3s}.haru-team-member--grid-2 .haru-team-member__item-wrap:hover .haru-team-member__item{box-shadow:0 15px 50px rgba(0, 0, 0, 0.08);transition:all 0.3s}.haru-team-member--grid-2 .haru-team-member__item-wrap:hover .haru-team-member__info{opacity:0;visibility:hidden;transition:all 0.3s}.haru-team-member--grid-2 .haru-team-member__item-wrap:hover .haru-team-member__social{opacity:1;visibility:visible;transition:all 0.3s}.haru-team-member--grid-2 .haru-team-member__item{background:#fff;box-shadow:0 0 10px rgba(0, 0, 0, 0.12);border-radius:12px;overflow:hidden;transition:all 0.3s}@media only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.haru-team-member--grid-2 .haru-team-member__item{-webkit-mask-image:-webkit-radial-gradient(white, black)}}.haru-team-member--grid-2 .haru-team-member__image{display:flex;align-items:flex-start}.haru-team-member--grid-2 .haru-team-member__image img{width:100%}.haru-team-member--grid-2 .haru-team-member__meta{padding:20px;position:relative}.haru-team-member--grid-2 .haru-team-member__title{font-size:18px;margin-top:0;margin-bottom:5px}@media screen and (max-width:1440px){.haru-team-member--grid-2 .haru-team-member__title{font-size:17px}}@media screen and (max-width:1024px){.haru-team-member--grid-2 .haru-team-member__title{font-size:16px}}.haru-team-member--grid-2 .haru-team-member__sub-title{font-size:14px}.haru-team-member--grid-2 .haru-team-member__info{opacity:1;visibility:visible;transition:all 0.3s}.haru-team-member--grid-2 .haru-team-member__social{padding:0;margin:0;list-style:none;list-style-type:none;text-align:center;position:absolute;left:0;bottom:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;opacity:0;visibility:hidden;transition:all 0.3s}.haru-team-member--grid-2 .haru-team-member__social li{display:inline-block;font-size:20px;margin:0 12px}.haru-team-member--grid-2 .haru-team-member__social li:first-child{margin-left:0}.haru-team-member--grid-2 .haru-team-member__social li:last-child{margin-right:0}.haru-team-member--grid-2 .haru-team-member__social a{transition:all 0.3s}.haru-team-member--grid-2 .haru-team-member__social a:hover{transition:all 0.3s}.haru-team-member__columns-1{width:100%}.haru-team-member__columns-2{width:50%}.haru-team-member__columns-3{width:33.333333%}.haru-team-member__columns-4{width:25%}.haru-team-member__columns-5{width:20%}.haru-team-member__columns-6{width:16.666666%}.haru-team-member__columns-7{width:14.285714%}.haru-team-member__columns-8{width:12.5%}@media screen and (max-width:991px){.haru-team-member__columns--tablet-1{width:100%}}@media screen and (max-width:991px){.haru-team-member__columns--tablet-2{width:50%}}@media screen and (max-width:991px){.haru-team-member__columns--tablet-3{width:33.333333%}}@media screen and (max-width:991px){.haru-team-member__columns--tablet-4{width:25%}}@media screen and (max-width:991px){.haru-team-member__columns--tablet-5{width:20%}}@media screen and (max-width:991px){.haru-team-member__columns--tablet-6{width:16.666666%}}@media screen and (max-width:767px){.haru-team-member__columns--mobile-1{width:100%}}@media screen and (max-width:767px){.haru-team-member__columns--mobile-2{width:50%}}@media screen and (max-width:767px){.haru-team-member__columns--mobile-3{width:33.333333%}}@media screen and (max-width:767px){.haru-team-member__columns--mobile-4{width:25%}}.post-item--style-1 .post-item__thumbnail{display:inline-flex;border-radius:12px;position:relative;overflow:hidden}@media only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.post-item--style-1 .post-item__thumbnail{-webkit-mask-image:-webkit-radial-gradient(white, black)}}.post-item--style-1 .post-item__image{display:inline-flex;align-items:flex-start}.post-item--style-1 .post-item__content{padding-top:15px}.post-item--style-1 .post-item__category{font-size:13px;font-weight:600;display:flex;flex-wrap:wrap}.post-item--style-1 .post-item__category a{background-color:#f5f5f5;color:#4B5C66;padding:3px 12px;border-radius:40px;margin-left:5px;transition:all 0.3s}.post-item--style-1 .post-item__category a:first-child{margin-left:0}.post-item--style-1 .post-item__category a:hover{background-color:#4B5C66;color:#fff;transition:all 0.3s}.post-item--style-1 .post-item__title{font-size:24px;margin-top:15px;padding-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media screen and (max-width:1440px){.post-item--style-1 .post-item__title{font-size:22px}}@media screen and (max-width:1024px){.post-item--style-1 .post-item__title{font-size:20px}}@media screen and (max-width:991px){.post-item--style-1 .post-item__title{font-size:20px}}@media screen and (max-width:767px){.post-item--style-1 .post-item__title{font-size:18px}}.post-item--style-1 .post-item__meta{display:flex;align-items:center;flex-wrap:wrap}.post-item--style-1 .post-item__avatar img{max-width:52px;border-radius:50%}.post-item--style-1 .post-item__info{padding-left:16px}.post-item--style-1 .post-item__meta-author a{color:#000;font-weight:600;transition:all 0.3s}.post-item--style-1 .post-item__meta-author a:hover{color:#4B5C66;transition:all 0.3s}.post-item--style-2 .post-item__wrap{display:flex}@media screen and (max-width:767px){.post-item--style-2 .post-item__wrap{display:block}}.post-item--style-2 .post-item__thumbnail{flex:0 0 45%;display:inline-flex;align-self:flex-start;border-radius:12px;position:relative;overflow:hidden}@media only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.post-item--style-2 .post-item__thumbnail{-webkit-mask-image:-webkit-radial-gradient(white, black)}}@media screen and (max-width:767px){.post-item--style-2 .post-item__thumbnail{margin-bottom:20px}}.post-item--style-2 .post-item__image{display:inline-flex;align-items:flex-start}.post-item--style-2 .post-item__image img{border-radius:12px}.post-item--style-2 .post-item__content{flex:1;padding-left:30px;padding-right:20px}@media screen and (max-width:767px){.post-item--style-2 .post-item__content{padding-left:0;padding-right:0}}.post-item--style-2 .post-item__category{font-size:13px;font-weight:600;display:flex;flex-wrap:wrap}.post-item--style-2 .post-item__category a{background-color:#f5f5f5;color:#4B5C66;padding:3px 12px;border-radius:40px;margin-left:5px}.post-item--style-2 .post-item__category a:first-child{margin-left:0}.post-item--style-2 .post-item__category a:hover{background-color:#4B5C66;color:#fff;transition:all 0.3s}.post-item--style-2 .post-item__title{font-size:24px;margin-top:15px;margin-bottom:20px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media screen and (max-width:1440px){.post-item--style-2 .post-item__title{font-size:20px}}@media screen and (max-width:991px){.post-item--style-2 .post-item__title{font-size:18px}}@media screen and (max-width:767px){.post-item--style-2 .post-item__title{margin-bottom:15px}}.post-item--style-2 .post-item__description{display:none}.post-item--style-2 .post-item__meta{display:flex;align-items:center;flex-wrap:wrap}.post-item--style-2 .post-item__avatar img{max-width:52px;border-radius:50%}.post-item--style-2 .post-item__info{padding-left:16px}.post-item--style-2 .post-item__meta-author a{color:#000;font-weight:600;transition:all 0.3s}.post-item--style-2 .post-item__meta-author a:hover{color:#4B5C66;transition:all 0.3s}.post-item--style-3 .post-item__thumbnail{position:relative;min-height:33px;display:inline-flex;border-radius:12px;overflow:hidden}@media only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.post-item--style-3 .post-item__thumbnail{-webkit-mask-image:-webkit-radial-gradient(white, black)}}.post-item--style-3 .post-item__image{display:inline-flex;align-items:flex-start}.post-item--style-3 .post-item__content{padding-top:20px}.post-item--style-3 .post-item__category{font-weight:700;display:flex;flex-wrap:wrap}.post-item--style-3 .post-item__category a{background-color:#f5f5f5;padding:3px 16px;border-radius:40px;margin-left:5px}@media screen and (max-width:991px){.post-item--style-3 .post-item__category a{padding:2px 8px}}.post-item--style-3 .post-item__category a:first-child{margin-left:0}.post-item--style-3 .post-item__category a:not(:first-child){display:none}.post-item--style-3 .post-item__title{font-size:20px;margin-top:15px}@media screen and (max-width:1440px){.post-item--style-3 .post-item__title{font-size:19px}}@media screen and (max-width:1024px){.post-item--style-3 .post-item__title{font-size:18px}}.post-item--style-3 .post-item__meta{display:flex;align-items:center}.post-item--style-3 .post-item__meta-date{margin-left:10px;flex:0 0 120px;display:flex;justify-content:flex-start}.post-item--hover-overlay .post-item__image:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.6);opacity:0;visibility:hidden;transition:all 0.3s}.post-item--hover-overlay:hover .post-item__image:before{opacity:1;visibility:visible;transition:all 0.3s}.post-item--hover-scale .post-item__thumbnail{overflow:hidden}.post-item--hover-scale img{transform:scale(1);transition:all 0.3s}.post-item--hover-scale:hover img{transform:scale(1.03);transition:all 0.3s}.post-item--hover-over-scale .post-item__thumbnail{overflow:hidden}.post-item--hover-over-scale .post-item__image:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.6);opacity:0;visibility:hidden;z-index:1;transition:all 0.3s}.post-item--hover-over-scale .post-item__category{z-index:2}.post-item--hover-over-scale img{transform:scale(1);transition:all 0.5s}.post-item--hover-over-scale:hover .post-item__image:before{opacity:1;visibility:visible;transition:all 0.3s}.post-item--hover-over-scale:hover img{transform:scale(1.03);transition:all 0.5s}@media screen and (max-width:767px){.haru-post-featured--slick .post-list{max-width:calc(100vw - 0px)}}.haru-post-featured--slick .slick-next,.haru-post-featured--slick .slick-prev{width:48px;height:48px;line-height:48px}.haru-post-featured--slick .slick-next{right:-60px}.haru-post-featured--slick .slick-prev{left:-60px}.haru-post-featured--slick .slick-dots{margin:20px 0 0}@media screen and (max-width:1440px){.haru-post-featured--slick .slick-dots{margin:15px 0 0}}@media screen and (max-width:1024px){.haru-post-featured--slick .slick-dots{margin:0 0 10px}}@media screen and (max-width:991px){.haru-post-featured--slick .slick-dots{margin:10px 0 5px}}@media screen and (max-width:767px){.haru-post-featured--slick .slick-dots{margin:0 0 0}}.haru-post-featured--slick-2{overflow:visible;clip-path:inset(-100vw -100vw -100vw 0)}.haru-post-featured--slick-2 .slick-list{overflow:visible}@media screen and (max-width:767px){.haru-post-featured--slick-2 .post-list{max-width:calc(100vw - 0px)}}@media screen and (max-width:767px){.haru-post-featured--slick-3 .post-list{max-width:calc(100vw - 0px)}}.haru-post-featured--grid .post-list{display:flex;flex-wrap:wrap}@media screen and (max-width:767px){.haru-post-featured--padding.haru-post-featured--slick .post-list{max-width:calc(100vw - 16px)}}.haru-post-featured--padding.haru-post-featured--slick .haru-slick{margin:0 -15px}@media screen and (max-width:991px){.haru-post-featured--padding.haru-post-featured--slick .haru-slick{margin:0 -10px}}@media screen and (max-width:767px){.haru-post-featured--padding.haru-post-featured--slick .haru-slick{margin:0 -8px}}.haru-post-featured--padding.haru-post-featured--slick .slick-slide{padding:0 15px}@media screen and (max-width:991px){.haru-post-featured--padding.haru-post-featured--slick .slick-slide{padding:0 10px}}@media screen and (max-width:767px){.haru-post-featured--padding.haru-post-featured--slick .slick-slide{padding:0 8px}}.haru-post-featured--padding.haru-post-featured--slick .slick-next{right:-60px}.haru-post-featured--padding.haru-post-featured--slick .slick-prev{left:-60px}@media screen and (max-width:767px){.haru-post-featured--padding.haru-post-featured--slick-2 .post-list,.haru-post-featured--padding.haru-post-featured--slick-3 .post-list{max-width:calc(100vw - 16px)}}.haru-post-featured--padding.haru-post-featured--slick-2 .haru-slick,.haru-post-featured--padding.haru-post-featured--slick-3 .haru-slick{margin:0 -15px}@media screen and (max-width:991px){.haru-post-featured--padding.haru-post-featured--slick-2 .haru-slick,.haru-post-featured--padding.haru-post-featured--slick-3 .haru-slick{margin:0 -10px}}@media screen and (max-width:767px){.haru-post-featured--padding.haru-post-featured--slick-2 .haru-slick,.haru-post-featured--padding.haru-post-featured--slick-3 .haru-slick{margin:0 -8px}}.haru-post-featured--padding.haru-post-featured--slick-2 .slick-slide,.haru-post-featured--padding.haru-post-featured--slick-3 .slick-slide{padding:0 15px}@media screen and (max-width:991px){.haru-post-featured--padding.haru-post-featured--slick-2 .slick-slide,.haru-post-featured--padding.haru-post-featured--slick-3 .slick-slide{padding:0 10px}}@media screen and (max-width:767px){.haru-post-featured--padding.haru-post-featured--slick-2 .slick-slide,.haru-post-featured--padding.haru-post-featured--slick-3 .slick-slide{padding:0 8px}}.haru-post-featured--padding.haru-post-featured--slick-2 .slick-prev,.haru-post-featured--padding.haru-post-featured--slick-3 .slick-prev{left:15px}@media screen and (max-width:991px){.haru-post-featured--padding.haru-post-featured--slick-2 .slick-prev,.haru-post-featured--padding.haru-post-featured--slick-3 .slick-prev{left:10px}}@media screen and (max-width:767px){.haru-post-featured--padding.haru-post-featured--slick-2 .slick-prev,.haru-post-featured--padding.haru-post-featured--slick-3 .slick-prev{left:8px}}.haru-post-featured--padding.haru-post-featured--slick-2 .slick-next,.haru-post-featured--padding.haru-post-featured--slick-3 .slick-next{right:15px}@media screen and (max-width:991px){.haru-post-featured--padding.haru-post-featured--slick-2 .slick-next,.haru-post-featured--padding.haru-post-featured--slick-3 .slick-next{right:10px}}@media screen and (max-width:767px){.haru-post-featured--padding.haru-post-featured--slick-2 .slick-next,.haru-post-featured--padding.haru-post-featured--slick-3 .slick-next{right:8px}}.haru-post-featured--padding.haru-post-featured--grid .post-item{padding:0 15px}@media screen and (max-width:991px){.haru-post-featured--padding.haru-post-featured--grid .post-item{padding:0 10px}}@media screen and (max-width:767px){.haru-post-featured--padding.haru-post-featured--grid .post-item{padding:0 8px}}.haru-post-featured--padding.haru-post-featured--grid .post-item--style-1{margin-bottom:30px}.haru-post-featured--padding.haru-post-featured--grid .post-item--style-2{margin-bottom:30px}.haru-post-featured--padding.haru-post-featured--grid .post-item--style-2 .post-item__wrap{flex-wrap:wrap}@media screen and (max-width:991px){.haru-post-featured--padding.haru-post-featured--grid .post-item--style-2 .post-item__thumbnail{flex:0 0 100%}}@media screen and (max-width:991px){.haru-post-featured--padding.haru-post-featured--grid .post-item--style-2 .post-item__content{flex:0 0 100%;padding-left:0;padding-right:0;margin-top:20px}}@media screen and (max-width:767px){.haru-post-featured--padding.haru-post-featured--grid .post-item--style-2 .post-item__content{margin-top:0}}.haru-post-featured--padding.haru-post-featured--grid .post-item--style-3{margin-bottom:30px}.haru-post-featured--padding.haru-post-featured--grid .post-list{margin:0 -15px}@media screen and (max-width:991px){.haru-post-featured--padding.haru-post-featured--grid .post-list{margin:0 -10px}}@media screen and (max-width:767px){.haru-post-featured--padding.haru-post-featured--grid .post-list{margin:0 -8px}}.dark-mode .post-item--style-1 .post-item__meta-author:before,.background-dark .post-item--style-1 .post-item__meta-author:before{background-color:#323f4b}.dark-mode .post-item--style-1 .post-item__meta-author a,.background-dark .post-item--style-1 .post-item__meta-author a{color:#fff}.dark-mode .post-item--style-1 .post-item__meta-author a:hover,.background-dark .post-item--style-1 .post-item__meta-author a:hover{color:#4B5C66}.haru-icon-box .haru-icon-box__icon svg{max-height:100px}@media screen and (max-width:1440px){.haru-icon-box .haru-icon-box__icon svg{max-height:90px}}@media screen and (max-width:1024px){.haru-icon-box .haru-icon-box__icon svg{max-height:80px}}@media screen and (max-width:991px){.haru-icon-box .haru-icon-box__icon svg{max-height:70px}}@media screen and (max-width:767px){.haru-icon-box .haru-icon-box__icon svg{max-height:60px}}.haru-icon-box--style-1 .haru-icon-box__icon{font-size:48px;color:#4B5C66;line-height:1}.haru-icon-box--style-1 .haru-icon-box__icon>span,.haru-icon-box--style-1 .haru-icon-box__icon>a{display:inline-flex;align-items:center;justify-content:center}.haru-icon-box--style-1 .haru-icon-box__icon i,.haru-icon-box--style-1 .haru-icon-box__icon svg path{color:#4B5C66;fill:#4B5C66}.haru-icon-box--style-1 .haru-icon-box__icon svg{max-height:48px}.haru-icon-box--style-1 .haru-icon-box__title{font-size:18px;margin-top:20px;margin-bottom:10px}.haru-icon-box--style-1 .haru-icon-box__description strong{color:#000}.haru-icon-box--style-2 .haru-icon-box__icon{font-size:40px;color:#000;line-height:1}.haru-icon-box--style-2 .haru-icon-box__icon>span,.haru-icon-box--style-2 .haru-icon-box__icon>a{display:inline-flex;align-items:center;justify-content:center;width:90px;height:90px;background-color:#4B5C66;border-radius:50%}.haru-icon-box--style-2 .haru-icon-box__icon i,.haru-icon-box--style-2 .haru-icon-box__icon svg path{color:#000;fill:#000}.haru-icon-box--style-2 .haru-icon-box__title{font-size:18px;margin-top:15px;margin-bottom:5px}.haru-icon-box--style-3{display:flex;flex-wrap:wrap;align-items:center;padding-right:10%}@media screen and (max-width:1440px){.haru-icon-box--style-3{padding-right:8%}}@media screen and (max-width:1024px){.haru-icon-box--style-3{padding-right:6%}}@media screen and (max-width:991px){.haru-icon-box--style-3{padding-right:0}}.haru-icon-box--style-3 .haru-icon-box__icon{display:inline-flex;font-size:20px;color:#4B5C66;flex:0 0 40px}.haru-icon-box--style-3 .haru-icon-box__icon>span,.haru-icon-box--style-3 .haru-icon-box__icon>a{display:inline-flex;width:40px;height:40px;border-radius:50%;background-color:rgba(75, 92, 102, 0.15);align-items:center;justify-content:center}.haru-icon-box--style-3 .haru-icon-box__icon i{color:#4B5C66}.haru-icon-box--style-3 .haru-icon-box__icon i.pricon-bounding-box,.haru-icon-box--style-3 .haru-icon-box__icon i.pricon-image{margin-right:-1px}.haru-icon-box--style-3 .haru-icon-box__icon svg path{fill:#4B5C66}.haru-icon-box--style-3 .haru-icon-box__content{flex:0 0 100%}.haru-icon-box--style-3 .haru-icon-box__title{font-size:18px;font-weight:600;padding-left:15px;margin:0;flex:0 0 calc(100% - 40px)}@media screen and (max-width:1440px){.haru-icon-box--style-3 .haru-icon-box__title{font-size:16px}}.haru-icon-box--style-3 .haru-icon-box__description{padding-top:10px}.haru-icon-box--style-4 .haru-icon-box__icon{font-size:72px;color:#4B5C66;line-height:1}@media screen and (max-width:1440px){.haru-icon-box--style-4 .haru-icon-box__icon{font-size:64px}}@media screen and (max-width:1024px){.haru-icon-box--style-4 .haru-icon-box__icon{font-size:56px}}.haru-icon-box--style-4 .haru-icon-box__icon>span,.haru-icon-box--style-4 .haru-icon-box__icon>a{display:inline-flex;align-items:center;justify-content:center}.haru-icon-box--style-4 .haru-icon-box__icon i,.haru-icon-box--style-4 .haru-icon-box__icon svg path{color:#4B5C66;fill:#4B5C66}.haru-icon-box--style-4 .haru-icon-box__title{font-size:28px;margin-top:20px;margin-bottom:10px}@media screen and (max-width:1440px){.haru-icon-box--style-4 .haru-icon-box__title{font-size:24px}}@media screen and (max-width:1024px){.haru-icon-box--style-4 .haru-icon-box__title{font-size:22px}}@media screen and (max-width:991px){.haru-icon-box--style-4 .haru-icon-box__title{font-size:20px}}@media screen and (max-width:767px){.haru-icon-box--style-4 .haru-icon-box__title{font-size:18px}}.haru-icon-box--style-4 .haru-icon-box__description{font-size:18px}@media screen and (max-width:1440px){.haru-icon-box--style-4 .haru-icon-box__description{font-size:16px}}@media screen and (max-width:991px){.haru-icon-box--style-4 .haru-icon-box__description{font-size:14px}}.haru-icon-box--style-5 .haru-icon-box__icon{font-size:64px;color:#4B5C66;line-height:1}@media screen and (max-width:1440px){.haru-icon-box--style-5 .haru-icon-box__icon{font-size:56px}}.haru-icon-box--style-5 .haru-icon-box__icon>span,.haru-icon-box--style-5 .haru-icon-box__icon>a{color:#4B5C66}.haru-icon-box--style-5 .haru-icon-box__title{font-size:20px;margin-top:20px;margin-bottom:10px}@media screen and (max-width:1440px){.haru-icon-box--style-5 .haru-icon-box__title{font-size:18px}}.haru-icon-box--style-5 .haru-icon-box__description{font-size:18px}@media screen and (max-width:1440px){.haru-icon-box--style-5 .haru-icon-box__description{font-size:16px}}.haru-icon-box--style-6{padding:35px 20px 20px 30px;background-color:#fff;box-shadow:0 0 10px rgba(0, 0, 0, 0.12);border-radius:12px;min-height:325px;transform:translateY(0);transition:all 0.3s}@media screen and (max-width:1440px){.haru-icon-box--style-6{min-height:340px}}@media screen and (max-width:991px){.haru-icon-box--style-6{background:#fff;box-shadow:0 15px 50px rgba(0, 0, 0, 0.08);transform:translateY(-10px);padding:25px 20px 20px 20px;min-height:330px}}@media screen and (max-width:767px){.haru-icon-box--style-6{min-height:auto}}.haru-icon-box--style-6:hover{background:#fff;box-shadow:0 15px 50px rgba(0, 0, 0, 0.08);transform:translateY(-10px);transition:all 0.3s}.haru-icon-box--style-6 .haru-icon-box__icon{font-size:56px;color:#4B5C66;line-height:1}@media screen and (max-width:1440px){.haru-icon-box--style-6 .haru-icon-box__icon{font-size:48px}}.haru-icon-box--style-6 .haru-icon-box__icon>span,.haru-icon-box--style-6 .haru-icon-box__icon>a{display:inline-flex;align-items:center;justify-content:center}.haru-icon-box--style-6 .haru-icon-box__icon i,.haru-icon-box--style-6 .haru-icon-box__icon svg path{color:#4B5C66;fill:#4B5C66}.haru-icon-box--style-6 .haru-icon-box__title{font-size:20px;margin-top:25px;margin-bottom:15px}@media screen and (max-width:1440px){.haru-icon-box--style-6 .haru-icon-box__title{font-size:18px}}@media screen and (max-width:991px){.haru-icon-box--style-6 .haru-icon-box__title{font-size:18px}}@media screen and (max-width:991px){.haru-icon-box--style-6.sm-height-auto{min-height:auto}}@media screen and (max-width:767px){.haru-icon-box--style-6.xs-height-auto{min-height:auto}}.haru-icon-box--style-7{display:flex;padding-right:10%}@media screen and (max-width:1440px){.haru-icon-box--style-7{padding-right:8%}}@media screen and (max-width:1024px){.haru-icon-box--style-7{padding-right:6%}}@media screen and (max-width:991px){.haru-icon-box--style-7{padding-right:0}}.haru-icon-box--style-7 .haru-icon-box__icon{display:inline-flex;font-size:60px;color:#4B5C66}@media screen and (max-width:1440px){.haru-icon-box--style-7 .haru-icon-box__icon{font-size:48px}}@media screen and (max-width:1024px){.haru-icon-box--style-7 .haru-icon-box__icon{font-size:42px}}@media screen and (max-width:991px){.haru-icon-box--style-7 .haru-icon-box__icon{font-size:36px}}@media screen and (max-width:767px){.haru-icon-box--style-7 .haru-icon-box__icon{font-size:42px}}.haru-icon-box--style-7 .haru-icon-box__icon>span,.haru-icon-box--style-7 .haru-icon-box__icon>a{display:inline-flex;width:60px;height:60px;align-items:center;justify-content:center}@media screen and (max-width:1440px){.haru-icon-box--style-7 .haru-icon-box__icon>span,.haru-icon-box--style-7 .haru-icon-box__icon>a{width:48px;height:48px}}@media screen and (max-width:1024px){.haru-icon-box--style-7 .haru-icon-box__icon>span,.haru-icon-box--style-7 .haru-icon-box__icon>a{width:42px;height:42px}}@media screen and (max-width:991px){.haru-icon-box--style-7 .haru-icon-box__icon>span,.haru-icon-box--style-7 .haru-icon-box__icon>a{width:36px;height:36px}}@media screen and (max-width:767px){.haru-icon-box--style-7 .haru-icon-box__icon>span,.haru-icon-box--style-7 .haru-icon-box__icon>a{width:42px;height:42px}}.haru-icon-box--style-7 .haru-icon-box__icon i{color:#4B5C66;background:linear-gradient(101.31deg, #FF869F 2.11%, #FA988A 34.14%, #F19A73 68.81%, #FFD0B1 105.05%);-webkit-background-clip:text;-moz-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.haru-icon-box--style-7 .haru-icon-box__icon svg path{fill:#4B5C66;background:linear-gradient(101.31deg, #FF869F 2.11%, #FA988A 34.14%, #F19A73 68.81%, #FFD0B1 105.05%)}.haru-icon-box--style-7 .haru-icon-box__content{padding-left:32px}@media screen and (max-width:1440px){.haru-icon-box--style-7 .haru-icon-box__content{padding-left:28px}}@media screen and (max-width:1024px){.haru-icon-box--style-7 .haru-icon-box__content{padding-left:24px}}@media screen and (max-width:991px){.haru-icon-box--style-7 .haru-icon-box__content{padding-left:20px}}.haru-icon-box--style-7 .haru-icon-box__title{font-size:24px;margin-top:-5px;margin-bottom:10px}@media screen and (max-width:1440px){.haru-icon-box--style-7 .haru-icon-box__title{font-size:20px;margin-top:0}}@media screen and (max-width:1024px){.haru-icon-box--style-7 .haru-icon-box__title{font-size:18px;margin-top:-5px}}@media screen and (max-width:991px){.haru-icon-box--style-7 .haru-icon-box__title{font-size:16px}}@media screen and (max-width:767px){.haru-icon-box--style-7 .haru-icon-box__title{font-size:18px}}.haru-icon-box--style-7 .haru-icon-box__description{font-size:16px}@media screen and (max-width:991px){.haru-icon-box--style-7 .haru-icon-box__description{font-size:14px}}.haru-icon-box--style-8{padding:40px 24px 35px 24px;box-shadow:0px 20px 50px rgba(0, 0, 0, 0.05);border-radius:12px;transform:translateY(0);background:#fff;transition:all 0.3s}@media screen and (max-width:991px){.haru-icon-box--style-8{background:#fff;box-shadow:0px 20px 50px rgba(0, 0, 0, 0.07);transform:translateY(-10px)}}.haru-icon-box--style-8:hover{box-shadow:0px 20px 50px rgba(0, 0, 0, 0.07);transform:translateY(-10px);transition:all 0.3s}.haru-icon-box--style-8 .haru-icon-box__icon{font-size:72px;color:#4B5C66;line-height:1}@media screen and (max-width:1440px){.haru-icon-box--style-8 .haru-icon-box__icon{font-size:64px}}@media screen and (max-width:1024px){.haru-icon-box--style-8 .haru-icon-box__icon{font-size:48px}}.haru-icon-box--style-8 .haru-icon-box__icon>span,.haru-icon-box--style-8 .haru-icon-box__icon>a{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(101.31deg, #FF869F 2.11%, #FA988A 34.14%, #F19A73 68.81%, #FFD0B1 105.05%);-webkit-background-clip:text;-moz-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@media not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none){.haru-icon-box--style-8 .haru-icon-box__icon>span,.haru-icon-box--style-8 .haru-icon-box__icon>a{display:inline}}}.haru-icon-box--style-8 .haru-icon-box__icon svg{max-height:88px}.haru-icon-box--style-8 .haru-icon-box__title{font-size:24px;margin-top:15px;margin-bottom:15px}@media screen and (max-width:1440px){.haru-icon-box--style-8 .haru-icon-box__title{font-size:20px}}@media screen and (max-width:1024px){.haru-icon-box--style-8 .haru-icon-box__title{font-size:19px}}@media screen and (max-width:991px){.haru-icon-box--style-8 .haru-icon-box__title{font-size:18px}}.haru-icon-box--style-9 .haru-icon-box__icon{font-size:72px;color:#4B5C66;line-height:1}@media screen and (max-width:1440px){.haru-icon-box--style-9 .haru-icon-box__icon{font-size:64px}}@media screen and (max-width:1024px){.haru-icon-box--style-9 .haru-icon-box__icon{font-size:48px}}.haru-icon-box--style-9 .haru-icon-box__icon>span,.haru-icon-box--style-9 .haru-icon-box__icon>a{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(101.31deg, #FF869F 2.11%, #FA988A 34.14%, #F19A73 68.81%, #FFD0B1 105.05%);-webkit-background-clip:text;-moz-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@media not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none){.haru-icon-box--style-9 .haru-icon-box__icon>span,.haru-icon-box--style-9 .haru-icon-box__icon>a{display:inline}}}.haru-icon-box--style-9 .haru-icon-box__icon i,.haru-icon-box--style-9 .haru-icon-box__icon svg path{color:#4B5C66;fill:#4B5C66}.haru-icon-box--style-9 .haru-icon-box__title{font-size:56px;margin-top:25px;margin-bottom:25px;line-height:1.1}.haru-icon-box--style-9 .haru-icon-box__title span{display:inline-block;position:relative}.haru-icon-box--style-9 .haru-icon-box__title span:after{content:"";position:absolute;left:0;bottom:5px;width:100%;height:15px;background-color:rgba(75, 92, 102, 0.3);background:linear-gradient(101.31deg, #B1F1B3 2.11%, #F3EEC2 105.05%);z-index:-1}@media screen and (max-width:1440px){.haru-icon-box--style-9 .haru-icon-box__title span:after{bottom:3px;height:12px}}@media screen and (max-width:767px){.haru-icon-box--style-9 .haru-icon-box__title span:after{bottom:3px;height:8px}}@media screen and (max-width:1440px){.haru-icon-box--style-9 .haru-icon-box__title{font-size:48px}}@media screen and (max-width:1024px){.haru-icon-box--style-9 .haru-icon-box__title{font-size:42px}}@media screen and (max-width:991px){.haru-icon-box--style-9 .haru-icon-box__title{font-size:32px}}@media screen and (max-width:767px){.haru-icon-box--style-9 .haru-icon-box__title{font-size:24px}}.haru-icon-box--style-9 .haru-icon-box__description{font-size:20px;font-weight:600;color:#000}.haru-icon-box--style-10{display:flex;align-items:flex-start;padding-right:10%}@media screen and (max-width:1440px){.haru-icon-box--style-10{padding-right:0}}.haru-icon-box--style-10 .haru-icon-box__image{display:flex;align-items:flex-start;flex:0 0 108px;border-radius:50%;overflow:hidden}@media only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.haru-icon-box--style-10 .haru-icon-box__image{-webkit-mask-image:-webkit-radial-gradient(white, black)}}@media screen and (max-width:1440px){.haru-icon-box--style-10 .haru-icon-box__image{flex:0 0 96px}}@media screen and (max-width:767px){.haru-icon-box--style-10 .haru-icon-box__image{flex:0 0 90px}}.haru-icon-box--style-10 .haru-icon-box__image a{display:flex;align-items:flex-start}.haru-icon-box--style-10 .haru-icon-box__image img{transform:scale(1);transition:all 0.3s}.haru-icon-box--style-10 .haru-icon-box__content{padding-left:22px}@media screen and (max-width:1440px){.haru-icon-box--style-10 .haru-icon-box__content{padding-left:20px}}@media screen and (max-width:1024px){.haru-icon-box--style-10 .haru-icon-box__content{padding-left:18px}}@media screen and (max-width:991px){.haru-icon-box--style-10 .haru-icon-box__content{padding-left:16px}}.haru-icon-box--style-10 .haru-icon-box__title{font-size:20px;margin-bottom:10px}@media screen and (max-width:1440px){.haru-icon-box--style-10 .haru-icon-box__title{font-size:18px;margin-top:3px}}@media screen and (max-width:1024px){.haru-icon-box--style-10 .haru-icon-box__title{font-size:17px}}@media screen and (max-width:991px){.haru-icon-box--style-10 .haru-icon-box__title{font-size:16px;margin-top:15px}}@media screen and (max-width:767px){.haru-icon-box--style-10 .haru-icon-box__title{margin-top:3px;margin-bottom:8px}}.haru-icon-box--style-10 .haru-icon-box__sub-title{display:none}.haru-icon-box--style-10:hover .haru-icon-box__image img{transform:scale(1.03);transition:all 0.3s}.haru-icon-box--style-11{background-color:transparent;border-radius:12px;padding:30px 10px 20px 10px;transition:all 0.3s}@media screen and (max-width:767px){.haru-icon-box--style-11{padding:30px 6px 20px 6px}}.haru-icon-box--style-11 .haru-icon-box__icon{font-size:64px;color:#4B5C66;line-height:1}@media screen and (max-width:1440px){.haru-icon-box--style-11 .haru-icon-box__icon{font-size:52px}}@media screen and (max-width:1024px){.haru-icon-box--style-11 .haru-icon-box__icon{font-size:48px}}.haru-icon-box--style-11 .haru-icon-box__icon>span,.haru-icon-box--style-11 .haru-icon-box__icon>a{display:inline-flex;align-items:center;justify-content:center}.haru-icon-box--style-11 .haru-icon-box__icon i,.haru-icon-box--style-11 .haru-icon-box__icon svg path{color:#4B5C66;fill:#4B5C66}.haru-icon-box--style-11 .haru-icon-box__icon svg{max-height:64px}@media screen and (max-width:1440px){.haru-icon-box--style-11 .haru-icon-box__icon svg{max-height:56px}}@media screen and (max-width:1024px){.haru-icon-box--style-11 .haru-icon-box__icon svg{max-height:48px}}.haru-icon-box--style-11 .haru-icon-box__title{font-size:20px;margin-bottom:10px;padding-top:10px}@media screen and (max-width:1440px){.haru-icon-box--style-11 .haru-icon-box__title{font-size:18px}}@media screen and (max-width:1024px){.haru-icon-box--style-11 .haru-icon-box__title{font-size:17px}}@media screen and (max-width:991px){.haru-icon-box--style-11 .haru-icon-box__title{font-size:16px}}.haru-icon-box--style-11:hover{background-color:#4B5C66;box-shadow:0 20px 50px rgba(0, 0, 0, 0.15);color:#fff;transform:translateY(-20px);transition:all 0.3s}.haru-icon-box--style-11:hover .haru-icon-box__title{color:#fff;transition:all 0.3s}.haru-icon-box--style-11:hover .haru-icon-box__title a{color:#fff;transition:all 0.3s}.haru-icon-box--style-11:hover .haru-icon-box__icon i,.haru-icon-box--style-11:hover .haru-icon-box__icon svg path{color:#fff;fill:#fff;transition:all 0.3s}.haru-icon-box--style-12{background-color:transparent;border-radius:12px;padding:30px 10px 20px 30px;transition:all 0.3s}@media screen and (max-width:767px){.haru-icon-box--style-12{padding:30px 5px 20px 15px}}.haru-icon-box--style-12 .haru-icon-box__icon{font-size:56px;color:#4B5C66;line-height:1}@media screen and (max-width:1440px){.haru-icon-box--style-12 .haru-icon-box__icon{font-size:48px}}@media screen and (max-width:1024px){.haru-icon-box--style-12 .haru-icon-box__icon{font-size:42px}}.haru-icon-box--style-12 .haru-icon-box__icon>span,.haru-icon-box--style-12 .haru-icon-box__icon>a{display:inline-flex;align-items:center;justify-content:center}.haru-icon-box--style-12 .haru-icon-box__icon i,.haru-icon-box--style-12 .haru-icon-box__icon svg path{color:#4B5C66;fill:#4B5C66}.haru-icon-box--style-12 .haru-icon-box__icon svg{max-height:56px}@media screen and (max-width:1440px){.haru-icon-box--style-12 .haru-icon-box__icon svg{max-height:48px}}@media screen and (max-width:1024px){.haru-icon-box--style-12 .haru-icon-box__icon svg{max-height:42px}}.haru-icon-box--style-12 .haru-icon-box__title{font-size:20px;margin-bottom:10px;padding-top:10px}@media screen and (max-width:1440px){.haru-icon-box--style-12 .haru-icon-box__title{font-size:18px}}@media screen and (max-width:1024px){.haru-icon-box--style-12 .haru-icon-box__title{font-size:17px}}@media screen and (max-width:991px){.haru-icon-box--style-12 .haru-icon-box__title{font-size:16px}}.haru-icon-box--style-12:hover{background-color:#4B5C66;box-shadow:0 20px 50px rgba(0, 0, 0, 0.15);color:#fff;transform:translateY(-20px);transition:all 0.3s}.haru-icon-box--style-12:hover .haru-icon-box__title{color:#fff;transition:all 0.3s}.haru-icon-box--style-12:hover .haru-icon-box__title a{color:#fff;transition:all 0.3s}.haru-icon-box--style-12:hover .haru-icon-box__icon i,.haru-icon-box--style-12:hover .haru-icon-box__icon svg path{color:#fff;fill:#fff;transition:all 0.3s}.haru-icon-box--style-13{padding-right:8%}@media screen and (max-width:1440px){.haru-icon-box--style-13{padding-right:6%}}@media screen and (max-width:1024px){.haru-icon-box--style-13{padding-right:3%}}@media screen and (max-width:991px){.haru-icon-box--style-13{padding-right:0}}.haru-icon-box--style-13 .haru-icon-box__icon{display:inline-flex;font-size:32px;color:#4B5C66;flex:0 0 64px}@media screen and (max-width:1440px){.haru-icon-box--style-13 .haru-icon-box__icon{font-size:28px}}.haru-icon-box--style-13 .haru-icon-box__icon>span,.haru-icon-box--style-13 .haru-icon-box__icon>a{display:inline-flex;width:64px;height:64px;border-radius:50%;background-color:rgba(75, 92, 102, 0.15);align-items:center;justify-content:center}.haru-icon-box--style-13 .haru-icon-box__icon i{color:#4B5C66}.haru-icon-box--style-13 .haru-icon-box__icon i.pricon-bounding-box,.haru-icon-box--style-13 .haru-icon-box__icon i.pricon-image{margin-right:-1px}.haru-icon-box--style-13 .haru-icon-box__icon svg path{fill:#4B5C66}.haru-icon-box--style-13 .haru-icon-box__title{font-size:20px;font-weight:700;padding-top:15px}@media screen and (max-width:1440px){.haru-icon-box--style-13 .haru-icon-box__title{font-size:18px}}.haru-icon-box--style-13 .haru-icon-box__description{font-size:18px}@media screen and (max-width:767px){.haru-icon-box--style-13 .haru-icon-box__description{font-size:14px}}.haru-icon-box--style-14{margin:18px 0 16px}.haru-icon-box--style-14:hover .haru-icon-box__icon{color:#4B5C66;transition:all 0.3s}.haru-icon-box--style-14:hover .haru-icon-box__icon i,.haru-icon-box--style-14:hover .haru-icon-box__icon svg path{color:#4B5C66;fill:#4B5C66;transition:all 0.3s}.haru-icon-box--style-14:hover .haru-icon-box__title a{color:#000}.haru-icon-box--style-14 .haru-icon-box__icon{font-size:44px;color:#ABABAB;line-height:1;transition:all 0.3s}@media screen and (max-width:1440px){.haru-icon-box--style-14 .haru-icon-box__icon{font-size:40px}}.haru-icon-box--style-14 .haru-icon-box__icon>span,.haru-icon-box--style-14 .haru-icon-box__icon>a{display:flex;align-items:center;justify-content:center}.haru-icon-box--style-14 .haru-icon-box__icon i,.haru-icon-box--style-14 .haru-icon-box__icon svg path{color:#ABABAB;fill:#ABABAB;transition:all 0.3s}.haru-icon-box--style-14 .haru-icon-box__icon svg{max-height:44px}@media screen and (max-width:1440px){.haru-icon-box--style-14 .haru-icon-box__icon svg{max-height:40px}}.haru-icon-box--style-14 .haru-icon-box__title{font-size:14px;font-weight:500;margin-top:0;margin-bottom:0}.haru-icon-box--style-14 .haru-icon-box__title a{color:#7E7E7E;display:block;padding-top:5px}.haru-icon-box--style-14 .haru-icon-box__description{color:#7E7E7E;margin-bottom:0}.dark-mode .haru-icon-box--style-1 .haru-icon-box__icon svg,.dark-mode .haru-icon-box--style-1 .haru-icon-box__icon *,.background-dark .haru-icon-box--style-1 .haru-icon-box__icon svg,.background-dark .haru-icon-box--style-1 .haru-icon-box__icon *{fill:#fff;color:#fff}.dark-mode .haru-icon-box--style-1 .haru-icon-box__description,.background-dark .haru-icon-box--style-1 .haru-icon-box__description{color:#ababab}.haru-google-maps{position:relative}.haru-google-maps iframe{border:0;scrolling:"no";margin:0}.haru-google-maps--style-1 iframe{filter:brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg)}.haru-google-maps--style-2 iframe{filter:brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(190deg)}.dark-mode .haru-google-maps--style-1 iframe,.background-dark .haru-google-maps--style-1 iframe{filter:brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg)}.dark-mode .haru-google-maps--style-2 iframe,.background-dark .haru-google-maps--style-2 iframe{filter:brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg)}.haru-search__container{display:flex;position:relative;transition:all 0.3s;overflow:hidden}.haru-search__submit{padding:0 15px;font-size:16px;font-weight:600}.haru-search__submit i{font-size:18px}.haru-search__submit i.hicon{font-size:20px}.haru-search__icon{display:inline-flex;align-items:center;position:absolute;top:0;left:0;height:100%;padding:0 15px}.haru-search__icon i{font-size:18px}.haru-search__icon i.hicon{font-size:20px}.haru-search__form .mfp-close{color:#fff;opacity:1;font-size:0;transform:translateX(100%)}.haru-search__form .mfp-close:hover{color:#4B5C66}.haru-search__form .mfp-close:before{content:"";font-family:"haruicons";font-size:20px}.haru-search__toggle{display:inline-flex;cursor:pointer;font-size:20px}.haru-search__toggle .hicon{font-size:22px}.haru-search__popup .haru-search__form{width:80%;margin:0 auto}.haru-search--minimal .haru-search__input{padding-left:45px}.haru-search--minimal .haru-search__icon{right:0;left:auto}.haru-search--minimal .haru-search__input{padding-left:15px;padding-right:45px}.haru-search--full_screen{display:flex}.haru-search--full_screen .haru-search__form{display:none}.haru-search--toolbar{color:#000;line-height:1;text-align:center}.haru-search--toolbar .haru-search__toggle{display:block}.haru-search--toolbar .haru-search__form{display:none}.dark-mode .haru-search__toggle,.background-dark .haru-search__toggle{color:#fff}.haru-header--transparent-light:not(.haru-header--sticky-on).haru-header .haru-search__toggle{color:#fff}.haru-header--transparent-dark:not(.haru-header--sticky-on).haru-header .haru-search__toggle{color:#000}.haru-price-table--style-1{background-color:#fff;border-radius:12px;padding:30px;transform:translateY(0);transition:all 0.3s}.haru-price-table--style-1:hover{box-shadow:0 24px 50px rgba(0, 0, 0, 0.1);transform:translateY(-10px);transition:all 0.3s}.haru-price-table--style-1:hover .haru-price-table__icon{transform:rotate(-15deg) translateY(-10px);transition:all 0.3s}.haru-price-table--style-1 .haru-price-table__top{border-bottom:1px solid #eee;padding:35px;position:relative;text-align:center}@media screen and (max-width:1440px){.haru-price-table--style-1 .haru-price-table__top{padding:25px}}.haru-price-table--style-1 .haru-price-table__icon{font-size:175px;line-height:1;color:#4B5C66;position:absolute;right:-5px;top:40px;max-height:175px;transform:rotate(-15deg);background:linear-gradient(101.31deg, #FF869F 2.11%, #FA988A 34.14%, #F19A73 68.81%, #FFD0B1 105.05%);-webkit-background-clip:text;-moz-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;transition:all 0.3s}@media screen and (max-width:1440px){.haru-price-table--style-1 .haru-price-table__icon{font-size:140px}}@media screen and (max-width:767px){.haru-price-table--style-1 .haru-price-table__icon{top:25px}}.haru-price-table--style-1 .haru-price-table__icon>span,.haru-price-table--style-1 .haru-price-table__icon>a{display:inline-flex}@media not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none){.haru-price-table--style-1 .haru-price-table__icon>span,.haru-price-table--style-1 .haru-price-table__icon>a{display:inline}}}.haru-price-table--style-1 .haru-price-table__icon svg path{fill:#4B5C66}.haru-price-table--style-1 .haru-price-table__featured{position:absolute;right:-10px;top:-10px;background-color:#000;color:#fff;font-weight:700;padding:2px 20px;border-radius:5px}@media screen and (max-width:1440px){.haru-price-table--style-1 .haru-price-table__featured{font-size:13px;padding:1px 15px}}.haru-price-table--style-1 .haru-price-table__title{font-size:48px;margin-top:25px;margin-bottom:15px;display:inline-block;position:relative;text-align:center}@media screen and (max-width:1440px){.haru-price-table--style-1 .haru-price-table__title{font-size:36px;margin-top:15px}}@media screen and (max-width:1024px){.haru-price-table--style-1 .haru-price-table__title{font-size:32px}}@media screen and (max-width:991px){.haru-price-table--style-1 .haru-price-table__title{font-size:28px}}@media screen and (max-width:767px){.haru-price-table--style-1 .haru-price-table__title{font-size:24px}}.haru-price-table--style-1 .haru-price-table__title>span{position:absolute;left:calc(100% + 5px);bottom:10px;font-size:18px;font-weight:500;color:#7E7E7E}@media screen and (max-width:1440px){.haru-price-table--style-1 .haru-price-table__title>span{font-size:16px}}@media screen and (max-width:1024px){.haru-price-table--style-1 .haru-price-table__title>span{font-size:15px}}.haru-price-table--style-1 .haru-price-table__description{color:#000;font-size:20px}@media screen and (max-width:1440px){.haru-price-table--style-1 .haru-price-table__description{font-size:18px}}.haru-price-table--style-1 .haru-price-table__content{padding:35px 0}.haru-price-table--style-1 .haru-price-table__list{list-style:none;list-style-type:none;padding:0;margin:0}.haru-price-table--style-1 .haru-price-table__item{margin-bottom:12px}.haru-price-table--style-1 .haru-price-table__item:last-child{margin-bottom:0}.haru-price-table--style-1 .haru-price-table__item:before{content:"";font-family:"phosphor";font-weight:700;display:inline-block;border-radius:50%;background-color:#e2f5f2;color:#11b196;font-size:12px;width:24px;height:24px;line-height:24px;margin-right:10px;text-align:center}.haru-price-table--style-1 .haru-price-table__item>span{color:#000000;font-weight:500}.haru-price-table--style-1 .haru-price-table__item.content-disable:before{background-color:#f5f5f5;color:#ABABAB}.haru-price-table--style-1 .haru-price-table__item.content-disable>span{color:#ABABAB}.haru-price-table--style-1>.haru-button{display:block}.haru-price-table--style-1>.haru-button:not(.haru-button--bg-primary){color:#000;background-color:rgba(75, 92, 102, 0.1)}.haru-price-table--style-1>.haru-button:not(.haru-button--bg-primary):hover{color:#fff;background-color:#4B5C66}.haru-price-table--style-1.plan-featured{box-shadow:0 24px 50px rgba(0, 0, 0, 0.1)}.dark-mode .haru-price-table--style-1 .haru-price-table__icon svg,.dark-mode .haru-price-table--style-1 .haru-price-table__icon *,.background-dark .haru-price-table--style-1 .haru-price-table__icon svg,.background-dark .haru-price-table--style-1 .haru-price-table__icon *{fill:#fff;color:#fff}.dark-mode .haru-price-table--style-1 .haru-price-table__description,.background-dark .haru-price-table--style-1 .haru-price-table__description{color:#ababab}.haru-image-blob--style-1 .blob path{animation:blob 20s linear infinite;fill:#4B5C66}.haru-image-blob--style-1 .haru-image-blob__content figure{background-size:cover;background-position:center center;clip-path:url(#svg-ld_masked_image_62137c8191773);-webkit-clip-path:url(#svg-ld_masked_image_62137c8191773)}.haru-image-blob--style-1 .haru-image-blob__content .tk-blob{position:absolute;top:0;left:0;width:100%;height:100%}.haru-image-blob--style-1 .haru-image-blob__content img{width:100%;visibility:hidden}@keyframes blob{0%{d:path("M120,-157.6C152.7,-141.5,174.3,-102.6,194.8,-58.8C215.3,-14.9,234.6,33.8,228.4,80.8C222.2,127.8,190.4,173.1,148.1,184C105.8,195,52.9,171.5,-2.4,174.8C-57.8,178.2,-115.6,208.4,-137.5,190.9C-159.3,173.3,-145.3,108,-153,56.3C-160.7,4.6,-190.2,-33.4,-178.3,-54.2C-166.4,-75.1,-113.2,-78.8,-76.6,-93.6C-40,-108.3,-20,-134.2,11.9,-150.5C43.7,-166.8,87.4,-173.6,120,-157.6Z")}25%{d:path("M67.8,-97.1C87.8,-78.8,103.8,-58.9,117.4,-34.1C130.9,-9.4,142,20.2,139.5,50.7C137,81.2,120.8,112.6,95.3,150.1C69.8,187.7,34.9,231.3,3.3,226.8C-28.2,222.2,-56.4,169.3,-91.6,134.9C-126.8,100.5,-169,84.6,-179.6,57.1C-190.2,29.7,-169.3,-9.3,-155.2,-49.7C-141,-90.1,-133.7,-132,-109,-148.8C-84.2,-165.6,-42.1,-157.3,-9.1,-144.8C23.9,-132.2,47.8,-115.5,67.8,-97.1Z")}50%{d:path("M137.1,-191.3C172,-163.4,190.6,-115.7,197.2,-70.1C203.8,-24.4,198.5,19.2,178.9,51.5C159.3,83.9,125.5,105,93.3,129.6C61.1,154.1,30.6,182.1,1.1,180.6C-28.4,179.1,-56.8,148.2,-81.2,121.1C-105.6,94.1,-126.1,70.8,-141.6,41.6C-157.2,12.4,-168,-22.9,-153.9,-45C-139.8,-67,-100.7,-76,-70.9,-105.5C-41.1,-135,-20.6,-185,15.3,-206C51.1,-227.1,102.3,-219.1,137.1,-191.3Z")}75%{d:path("M123.7,-157.1C162.4,-142.2,197.2,-108.8,202.8,-70.8C208.3,-32.9,184.5,9.7,169,54.2C153.6,98.7,146.4,145.2,119.7,162.7C92.9,180.2,46.4,168.6,-1.9,171.1C-50.2,173.7,-100.3,190.4,-122.2,171.3C-144.1,152.3,-137.7,97.5,-144.1,52.7C-150.6,7.9,-169.9,-26.8,-170.5,-64.8C-171,-102.8,-152.8,-144,-121.3,-161.3C-89.7,-178.5,-44.9,-171.8,-1.2,-170.1C42.5,-168.5,85,-172,123.7,-157.1Z")}100%{d:path("M120,-157.6C152.7,-141.5,174.3,-102.6,194.8,-58.8C215.3,-14.9,234.6,33.8,228.4,80.8C222.2,127.8,190.4,173.1,148.1,184C105.8,195,52.9,171.5,-2.4,174.8C-57.8,178.2,-115.6,208.4,-137.5,190.9C-159.3,173.3,-145.3,108,-153,56.3C-160.7,4.6,-190.2,-33.4,-178.3,-54.2C-166.4,-75.1,-113.2,-78.8,-76.6,-93.6C-40,-108.3,-20,-134.2,11.9,-150.5C43.7,-166.8,87.4,-173.6,120,-157.6Z")}}.haru-text-animation--style-1 h2{font-size:68px;margin:0;line-height:1.2}@media screen and (max-width:1440px){.haru-text-animation--style-1 h2{font-size:48px}}@media screen and (max-width:1024px){.haru-text-animation--style-1 h2{font-size:36px}}@media screen and (max-width:991px){.haru-text-animation--style-1 h2{font-size:32px}}@media screen and (max-width:767px){.haru-text-animation--style-1 h2{font-size:28px}}.haru-text-animation--style-1 .haru-text-animation__pre{position:relative}.haru-text-animation--style-1 .haru-text-animation__typewrite{display:block;min-height:82px}@media screen and (max-width:1440px){.haru-text-animation--style-1 .haru-text-animation__typewrite{min-height:60px}}@media screen and (max-width:1024px){.haru-text-animation--style-1 .haru-text-animation__typewrite{min-height:53px}}@media screen and (max-width:991px){.haru-text-animation--style-1 .haru-text-animation__typewrite{min-height:45px}}@media screen and (max-width:767px){.haru-text-animation--style-1 .haru-text-animation__typewrite{min-height:35px}}.haru-text-animation--style-1 .haru-text-animation__typewrite .haru-text-animation__typewrap{position:relative}.haru-text-animation--style-1 .haru-text-animation__typewrite .haru-text-animation__typewrap:after{content:"";position:absolute;right:-2px;width:3px;height:75%;top:50%;transform:translateY(-50%)}.haru-text-animation--style-1 .haru-text-animation__heading{position:relative}.haru-text-animation--style-1 .haru-text-animation__list{top:100%;left:0;width:100%;display:inline-flex;position:relative;-webkit-backface-visibility:hidden;backface-visibility:hidden;white-space:nowrap;transition:width 0.8s cubic-bezier(0.86, 0, 0.07, 1);will-change:width;transform:translate3d(0, 0, 0)}.haru-text-animation--style-1 .haru-text-animation__item{left:0;margin-bottom:0;opacity:0;position:absolute;right:0;top:0}.haru-text-animation--style-1 .haru-text-animation__item:nth-of-type(1){animation:rotate-text-up 1.5s 0.75s}.haru-text-animation--style-1 .haru-text-animation__item:nth-of-type(2){animation:rotate-text-up 1.5s 2s}.haru-text-animation--style-1 .haru-text-animation__item:nth-of-type(3){animation:fade-text-in 1.5s 3.25s forwards}.haru-text-animation--style-1.haru-text-animation--has-decor .haru-text-animation__pre:before{content:"";position:absolute;height:24px;width:275.45px;right:-15px;bottom:-10px;-webkit-mask-image:url(//adm-textile.fr/wp-content/uploads/assets/images/text-underline-decor.svg);mask-image:url(//adm-textile.fr/wp-content/uploads/assets/images/text-underline-decor.svg);-webkit-mask-repeat:no-repeat;background-size:cover;background-repeat:no-repeat;mask-repeat:no-repeat;background-color:#4B5C66}@media screen and (max-width:1440px){.haru-text-animation--style-1.haru-text-animation--has-decor .haru-text-animation__pre:before{transform:scale(0.7);right:-45px;bottom:-15px}}@media screen and (max-width:1024px){.haru-text-animation--style-1.haru-text-animation--has-decor .haru-text-animation__pre:before{transform:scale(0.5)}}@media screen and (max-width:767px){.haru-text-animation--style-1.haru-text-animation--has-decor .haru-text-animation__pre:before{right:-55px;bottom:-12px}}.haru-text-animation--style-2 h2{font-size:76px;font-weight:700;margin:0;line-height:1.2}@media screen and (max-width:1440px){.haru-text-animation--style-2 h2{font-size:64px}}@media screen and (max-width:1024px){.haru-text-animation--style-2 h2{font-size:48px}}@media screen and (max-width:991px){.haru-text-animation--style-2 h2{font-size:42px}}@media screen and (max-width:767px){.haru-text-animation--style-2 h2{font-size:32px}}.haru-text-animation--style-2 .haru-text-animation__typewrite{display:block;min-height:91px}@media screen and (max-width:1440px){.haru-text-animation--style-2 .haru-text-animation__typewrite{min-height:77px}}@media screen and (max-width:1024px){.haru-text-animation--style-2 .haru-text-animation__typewrite{min-height:58px}}@media screen and (max-width:991px){.haru-text-animation--style-2 .haru-text-animation__typewrite{min-height:50px}}@media screen and (max-width:767px){.haru-text-animation--style-2 .haru-text-animation__typewrite{min-height:43px}}.haru-text-animation--style-2 .haru-text-animation__typewrite .haru-text-animation__typewrap{position:relative}.haru-text-animation--style-2 .haru-text-animation__typewrite .haru-text-animation__typewrap:after{content:"";position:absolute;right:-2px;width:3px;height:75%;top:50%;transform:translateY(-50%)}.haru-text-animation--style-2 .haru-text-animation__heading{position:relative}.haru-text-animation--style-2 .haru-text-animation__list{top:100%;left:0;width:100%;display:inline-flex;position:relative;-webkit-backface-visibility:hidden;backface-visibility:hidden;white-space:nowrap;transition:width 0.8s cubic-bezier(0.86, 0, 0.07, 1);will-change:width;transform:translate3d(0, 0, 0)}.haru-text-animation--style-2 .haru-text-animation__item{left:0;margin-bottom:0;opacity:0;position:absolute;right:0;top:0}.haru-text-animation--style-2 .haru-text-animation__item:nth-of-type(1){animation:rotate-text-up 1.5s 0.75s}.haru-text-animation--style-2 .haru-text-animation__item:nth-of-type(2){animation:rotate-text-up 1.5s 2s}.haru-text-animation--style-2 .haru-text-animation__item:nth-of-type(3){animation:fade-text-in 1.5s 3.25s forwards}.haru-text-animation--style-3 h2{font-size:72px;line-height:1.2}@media screen and (max-width:1440px){.haru-text-animation--style-3 h2{font-size:64px}}@media screen and (max-width:1024px){.haru-text-animation--style-3 h2{font-size:48px}}@media screen and (max-width:991px){.haru-text-animation--style-3 h2{font-size:42px}}@media screen and (max-width:767px){.haru-text-animation--style-3 h2{font-size:32px}}.haru-text-animation--style-3 .haru-text-animation__pre span{display:inline-block;position:relative;z-index:1}.haru-text-animation--style-3 .haru-text-animation__pre span:after{content:"";position:absolute;left:0;bottom:8px;width:100%;height:15px;background-color:rgba(75, 92, 102, 0.3);background:linear-gradient(101.31deg, #B1F1B3 2.11%, #F3EEC2 105.05%);z-index:-1}@media screen and (max-width:1440px){.haru-text-animation--style-3 .haru-text-animation__pre span:after{bottom:10px;height:12px}}@media screen and (max-width:1024px){.haru-text-animation--style-3 .haru-text-animation__pre span:after{bottom:8px;height:10px}}@media screen and (max-width:767px){.haru-text-animation--style-3 .haru-text-animation__pre span:after{bottom:3px;height:8px}}.haru-text-animation--style-3 .haru-text-animation__typewrite{display:block;min-height:88px}@media screen and (max-width:1440px){.haru-text-animation--style-3 .haru-text-animation__typewrite{min-height:77px}}@media screen and (max-width:1024px){.haru-text-animation--style-3 .haru-text-animation__typewrite{min-height:58px}}@media screen and (max-width:991px){.haru-text-animation--style-3 .haru-text-animation__typewrite{min-height:50px}}@media screen and (max-width:767px){.haru-text-animation--style-3 .haru-text-animation__typewrite{min-height:43px}}.haru-text-animation--style-3 .haru-text-animation__typewrite .haru-text-animation__typewrap{position:relative}.haru-text-animation--style-3 .haru-text-animation__typewrite .haru-text-animation__typewrap:after{content:"";position:absolute;right:-2px;width:3px;height:75%;top:50%;transform:translateY(-50%)}.haru-text-animation--style-3 .haru-text-animation__heading{position:relative}.haru-text-animation--style-3 .haru-text-animation__list{top:100%;left:0;width:100%;display:inline-flex;position:relative;-webkit-backface-visibility:hidden;backface-visibility:hidden;white-space:nowrap;transition:width 0.8s cubic-bezier(0.86, 0, 0.07, 1);will-change:width;transform:translate3d(0, 0, 0)}.haru-text-animation--style-3 .haru-text-animation__item{left:0;margin-bottom:0;opacity:0;position:absolute;right:0;top:0}.haru-text-animation--style-3 .haru-text-animation__item:nth-of-type(1){animation:rotate-text-up 1.5s 0.75s}.haru-text-animation--style-3 .haru-text-animation__item:nth-of-type(2){animation:rotate-text-up 1.5s 2s}.haru-text-animation--style-3 .haru-text-animation__item:nth-of-type(3){animation:fade-text-in 1.5s 3.25s forwards}@keyframes typing{from{width:0}to{width:100%}}@keyframes blink-caret{from,to{border-color:transparent}50%{border-color:orange}}@keyframes rotate-text-up{0%{transform:translate3d(0, 80px, 0);opacity:0}20%,80%{transform:translate3d(0, 0, 0);opacity:1}100%{transform:translate3d(0, -40px, 0);opacity:0}}@keyframes fade-text-in{0%{opacity:0;transform:translate3d(0, 80px, 0)}50%,100%{opacity:1;transform:translate3d(0, 0, 0)}}.haru-divider--style-1 .haru-waves{position:relative;width:100%;height:15vh;margin-bottom:-9px;min-height:100px;max-height:150px}@media screen and (max-width:767px){.haru-divider--style-1 .haru-waves{height:40px;min-height:40px}}.haru-divider--style-1 .haru-waves__parallax>use{animation:move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite}.haru-divider--style-1 .haru-waves__parallax>use:nth-child(1){animation-delay:-2s;animation-duration:7s}.haru-divider--style-1 .haru-waves__parallax>use:nth-child(2){animation-delay:-3s;animation-duration:10s}.haru-divider--style-1 .haru-waves__parallax>use:nth-child(3){animation-delay:-4s;animation-duration:13s}.haru-divider--style-1 .haru-waves__parallax>use:nth-child(4){animation-delay:-5s;animation-duration:20s}.haru-divider--style-2 .haru-divider__content{position:relative;width:100%;height:15vh;min-height:100px;max-height:150px}.haru-divider--style-2 .haru-divider__trapezoid--right{background-image:linear-gradient(to right, #ff869f, #ffd0b1);clip-path:polygon(100% 0, 100% 100%, -50% 100%);position:absolute;width:100%;height:100%;left:0;top:0}.haru-divider--style-2 .haru-divider__trapezoid--left{background-image:linear-gradient(to right, #ff869f, #ffd0b1);clip-path:polygon(0 0, 150% 100%, 0 100%);position:absolute;width:100%;height:100%;left:0;top:0}.haru-divider--style-3 .haru-divider__content{position:relative;width:100%;height:15vh;min-height:100px;max-height:150px}.haru-divider--style-3 .haru-divider__triangle--right{background-image:linear-gradient(to right, #ff869f, #ffd0b1);clip-path:polygon(100% 0, 100% 100%, 0 100%);position:absolute;width:100%;height:100%;left:0;top:0}.haru-divider--style-3 .haru-divider__triangle--left{background-image:linear-gradient(to right, #ff869f, #ffd0b1);clip-path:polygon(0 0, 100% 100%, 0 100%);position:absolute;width:100%;height:100%;left:0;top:0}.haru-divider--style-4 .haru-waves{position:relative;width:100%;height:15vh;margin-bottom:-9px;min-height:100px;max-height:150px}@media screen and (max-width:767px){.haru-divider--style-4 .haru-waves{height:40px;min-height:40px}}@keyframes move-forever{0%{transform:translate3d(-90px, 0, 0)}100%{transform:translate3d(85px, 0, 0)}}.haru-decor--style-1 .haru-decor__circle{padding-bottom:100%;border-radius:50%}.haru-decor--style-1 .haru-decor__circle--gradient{background:linear-gradient(225.78deg, #4B5C66 23.8%, rgba(75, 92, 102, 0.403383) 92.87%)}.haru-decor--style-2 .haru-decor__circle{padding-bottom:100%;border-radius:50%}.haru-decor--style-2 .haru-decor__circle--gradient-2{background:linear-gradient(188.64deg, rgba(238, 194, 253, 0.89) 19.22%, rgba(170, 254, 234, 0.403383) 71.44%, rgba(216, 170, 198, 0) 83.67%)}.haru-decor--style-3 .haru-decor__ellipse{padding-bottom:77%;border-radius:50%}.haru-decor--style-3 .haru-decor__ellipse--blur{background:#4B5C66;filter:blur(150px) !important}.haru-decor--style-4 .haru-decor__dotted{padding-bottom:100%;background:transparent;background-size:28px 28px !important;background-position:-5px -5px}.haru-decor--style-5 .haru-decor__circle{padding-bottom:100%;border-radius:50%;position:relative}.haru-decor--style-5 .haru-decor__circle:before{content:"";border-radius:50%;border:2px solid #eee;position:absolute;width:75%;height:75%;top:50%;left:50%;transform:translate(-50%, -50%)}.haru-decor--style-5 .haru-decor__circle:after{content:"";border-radius:50%;border:2px solid #eee;position:absolute;width:50%;height:50%;top:50%;left:50%;transform:translate(-50%, -50%)}.haru-decor--style-5 .haru-decor__circle--layered{border:2px solid #eee}.haru-steps__list{padding:0;margin:0;list-style:none}.haru-steps__columns-1{width:100%}.haru-steps__columns-2{width:50%}.haru-steps__columns-3{width:33.333333%}.haru-steps__columns-4{width:25%}.haru-steps__columns-5{width:20%}.haru-steps__columns-6{width:16.666666%}.haru-steps__columns-7{width:14.285714%}.haru-steps__columns-8{width:12.5%}@media screen and (max-width:991px){.haru-steps__columns--tablet-1{width:100%}}@media screen and (max-width:991px){.haru-steps__columns--tablet-2{width:50%}}@media screen and (max-width:991px){.haru-steps__columns--tablet-3{width:33.333333%}}@media screen and (max-width:991px){.haru-steps__columns--tablet-4{width:25%}}@media screen and (max-width:991px){.haru-steps__columns--tablet-5{width:20%}}@media screen and (max-width:991px){.haru-steps__columns--tablet-6{width:16.666666%}}@media screen and (max-width:767px){.haru-steps__columns--mobile-1{width:100%}}@media screen and (max-width:767px){.haru-steps__columns--mobile-2{width:50%}}@media screen and (max-width:767px){.haru-steps__columns--mobile-3{width:33.333333%}}@media screen and (max-width:767px){.haru-steps__columns--mobile-4{width:25%}}.haru-steps .haru-steps__item{position:relative}.haru-steps .haru-steps__image{width:100%;transition:all 0.3s}.haru-steps--list .haru-steps__item{margin-bottom:85px;overflow:visible}@media screen and (max-width:1440px){.haru-steps--list .haru-steps__item{margin-bottom:60px}}@media screen and (max-width:1024px){.haru-steps--list .haru-steps__item{margin-bottom:50px}}@media screen and (max-width:991px){.haru-steps--list .haru-steps__item{margin-bottom:40px}}@media screen and (max-width:767px){.haru-steps--list .haru-steps__item{margin-bottom:20px;padding-left:55px}}.haru-steps--list .haru-steps__item:last-child{margin-bottom:0}.haru-steps--list .haru-steps__item:last-child .haru-steps__sub-title:before{display:none}.haru-steps--list .haru-steps__item:nth-child(2n) .haru-steps__content{flex-direction:row-reverse}.haru-steps--list .haru-steps__item:hover .haru-steps__sub-title-content{background-color:#4B5C66;color:#fff;transition:all 0.3s}.haru-steps--list .haru-steps__content{display:flex;flex-wrap:wrap;align-items:center}.haru-steps--list .haru-steps__image{flex:0 0 40%;width:40%;display:inline-flex;align-items:flex-start}@media screen and (max-width:767px){.haru-steps--list .haru-steps__image{flex:0 0 100%;width:100%}}.haru-steps--list .haru-steps__image img{border-radius:12px;width:100%}.haru-steps--list .haru-steps__title{font-size:32px;margin-top:0}@media screen and (max-width:1440px){.haru-steps--list .haru-steps__title{font-size:28px}}@media screen and (max-width:1024px){.haru-steps--list .haru-steps__title{font-size:24px}}@media screen and (max-width:991px){.haru-steps--list .haru-steps__title{font-size:20px}}@media screen and (max-width:767px){.haru-steps--list .haru-steps__title{font-size:18px}}.haru-steps--list .haru-steps__sub-title{flex:0 0 20%;min-width:80px;display:inline-flex;align-items:center;justify-content:center;position:relative}@media screen and (max-width:767px){.haru-steps--list .haru-steps__sub-title{position:absolute;left:0;top:50%;min-width:0;transform:translateY(-50%)}}.haru-steps--list .haru-steps__sub-title:before{content:"";position:absolute;top:calc(100% + 50px);width:2px;height:250px;background-image:url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23EEEEEEFF' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e")}@media screen and (max-width:991px){.haru-steps--list .haru-steps__sub-title:before{top:calc(100% + 20px);height:190px}}@media screen and (max-width:767px){.haru-steps--list .haru-steps__sub-title:before{height:310px}}.haru-steps--list .haru-steps__sub-title-content{background:#fff;box-shadow:0 7px 30px rgba(0, 0, 0, 0.13);width:56px;height:56px;line-height:56px;border-radius:50%;font-size:18px;font-weight:700;color:#000;text-align:center;transition:all 0.3s}@media screen and (max-width:1440px){.haru-steps--list .haru-steps__sub-title-content{width:48px;height:48px;line-height:48px}}@media screen and (max-width:1024px){.haru-steps--list .haru-steps__sub-title-content{width:44px;height:44px;line-height:44px}}@media screen and (max-width:991px){.haru-steps--list .haru-steps__sub-title-content{width:40px;height:40px;line-height:40px}}@media screen and (max-width:767px){.haru-steps--list .haru-steps__sub-title-content{width:36px;height:36px;line-height:36px;font-size:16px}}.haru-steps--list .haru-steps__info{flex:0 0 40%}@media screen and (max-width:767px){.haru-steps--list .haru-steps__info{flex:0 0 100%;margin-top:20px}}.haru-steps--list .haru-steps__description{color:#7E7E7E;font-size:18px}@media screen and (max-width:1440px){.haru-steps--list .haru-steps__description{font-size:17px}}@media screen and (max-width:1024px){.haru-steps--list .haru-steps__description{font-size:16px}}@media screen and (max-width:991px){.haru-steps--list .haru-steps__description{font-size:14px}}.haru-steps--list-2{display:flex}.haru-steps--list-2 .haru-steps__item.active .haru-steps__sub-title-content{background-color:#4B5C66;color:#fff}.haru-steps--list-2 .haru-steps__item:last-child .haru-steps__sub-title:before{display:none}.haru-steps--list-2 .haru-steps__item:last-child .haru-steps__info{padding-bottom:0}.haru-steps--list-2 .haru-steps__item:hover{cursor:pointer}.haru-steps--list-2 .haru-steps__content{display:flex}.haru-steps--list-2 .haru-steps__title{font-size:18px;margin-top:-3px}@media screen and (max-width:1440px){.haru-steps--list-2 .haru-steps__title{font-size:16px}}.haru-steps--list-2 .haru-steps__info{padding:0 50px 40px 20px}@media screen and (max-width:1024px){.haru-steps--list-2 .haru-steps__info{padding:0 30px 40px 20px}}@media screen and (max-width:1024px){.haru-steps--list-2 .haru-steps__info{padding:0 10px 20px 20px}}@media screen and (max-width:991px){.haru-steps--list-2 .haru-steps__info{padding:0 5px 20px 15px}}@media screen and (max-width:767px){.haru-steps--list-2 .haru-steps__info{padding:0 0 20px 15px}}.haru-steps--list-2 .haru-steps__info .haru-steps__image{display:none}@media screen and (max-width:767px){.haru-steps--list-2 .haru-steps__info .haru-steps__image{display:block}}.haru-steps--list-2 .haru-steps__sub-title{position:relative}.haru-steps--list-2 .haru-steps__sub-title:before{content:"";position:absolute;top:50px;left:50%;width:2px;height:calc(100% - 60px);background-image:url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23CCCCCCFF' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");transform:translateX(-50%)}@media screen and (max-width:767px){.haru-steps--list-2 .haru-steps__sub-title:before{height:calc(100% - 58px)}}.haru-steps--list-2 .haru-steps__sub-title-content{background:#fff;box-shadow:0 7px 30px rgba(0, 0, 0, 0.13);width:40px;height:40px;line-height:40px;border-radius:50%;font-size:18px;font-weight:700;color:#4B5C66;text-align:center}@media screen and (max-width:991px){.haru-steps--list-2 .haru-steps__sub-title-content{width:36px;height:36px;line-height:36px;font-size:16px}}.haru-steps--list-2 .haru-steps__list{flex:0 0 35%;display:flex;flex-direction:column;justify-content:center}@media screen and (max-width:767px){.haru-steps--list-2 .haru-steps__list{flex:0 0 100%}}.haru-steps--list-2 .haru-steps__images{flex:0 0 65%}@media screen and (max-width:767px){.haru-steps--list-2 .haru-steps__images{display:none}}.haru-steps--list-2 .haru-steps__image{display:none}.haru-steps--list-2 .haru-steps__image.active{display:flex;align-items:flex-start;justify-content:center}.haru-steps--list-2 .haru-steps__image img{margin-right:-8%}.haru-steps--list-3 .haru-steps__list{display:flex;flex-wrap:wrap}.haru-steps--list-3 .haru-steps__item{flex:0 0 33.333333%;padding:0 30px;text-align:center}@media screen and (max-width:1440px){.haru-steps--list-3 .haru-steps__item{padding:0 25px}}@media screen and (max-width:991px){.haru-steps--list-3 .haru-steps__item{padding:0 15px}}@media screen and (max-width:767px){.haru-steps--list-3 .haru-steps__item{flex:0 0 100%;margin-bottom:25px}}@media screen and (max-width:767px){.haru-steps--list-3 .haru-steps__item:last-child{margin-bottom:0}}.haru-steps--list-3 .haru-steps__item.active .haru-steps__sub-title-content{background-color:#4B5C66;color:#fff}.haru-steps--list-3 .haru-steps__item.active .haru-steps__btn{opacity:1;visibility:visible}.haru-steps--list-3 .haru-steps__item:last-child .haru-steps__sub-title-decor{display:none}.haru-steps--list-3 .haru-steps__item:nth-child(2n) .haru-steps__sub-title-decor{top:30px;transform:translateX(-50%) rotate(180deg)}@media screen and (max-width:991px){.haru-steps--list-3 .haru-steps__item:nth-child(2n) .haru-steps__sub-title-decor{left:calc(100% + 15px);transform:translateX(-50%) rotate(180deg) scale(0.8)}}.haru-steps--list-3 .haru-steps__item:hover{cursor:pointer}.haru-steps--list-3 .haru-steps__item:hover .haru-steps__btn{opacity:1;visibility:visible;transition:all 0.3s}.haru-steps--list-3 .haru-steps__title{font-size:20px;margin-top:25px}@media screen and (max-width:767px){.haru-steps--list-3 .haru-steps__title{margin-top:20px}}.haru-steps--list-3 .haru-steps__sub-title{position:relative}.haru-steps--list-3 .haru-steps__sub-title-decor{position:absolute;left:calc(100% + 30px);top:0;transform:translateX(-50%)}@media screen and (max-width:991px){.haru-steps--list-3 .haru-steps__sub-title-decor{left:calc(100% + 15px);transform:translateX(-50%) scale(0.8)}}@media screen and (max-width:767px){.haru-steps--list-3 .haru-steps__sub-title-decor{display:none}}.haru-steps--list-3 .haru-steps__sub-title-content{background:#fff;box-shadow:0 0 10px rgba(0, 0, 0, 0.12);display:inline-block;width:56px;height:56px;line-height:56px;border-radius:50%;font-size:24px;font-weight:700;color:#4B5C66;text-align:center}@media screen and (max-width:1440px){.haru-steps--list-3 .haru-steps__sub-title-content{width:52px;height:52px;line-height:52px;font-size:22px}}@media screen and (max-width:1024px){.haru-steps--list-3 .haru-steps__sub-title-content{font-size:20px;width:48px;height:48px;line-height:48px}}@media screen and (max-width:991px){.haru-steps--list-3 .haru-steps__sub-title-content{width:40px;height:40px;line-height:40px;font-size:18px}}.haru-steps--list-3 .haru-steps__description{color:#7E7E7E;padding-bottom:5px}.haru-steps--list-3 .haru-steps__btn{display:inline-flex;align-items:center;opacity:0;visibility:visible;transition:all 0.3s}@media screen and (max-width:767px){.haru-steps--list-3 .haru-steps__btn{opacity:1;visibility:visible}}.haru-steps--list-3 .haru-steps__btn:after{content:"";font-family:"phosphor";font-size:16px;font-weight:700;margin-left:3px;position:relative;bottom:-1px}.haru-steps--list-4 .haru-steps__list{display:flex;flex-wrap:wrap}.haru-steps--list-4 .haru-steps__item{flex:0 0 33.333333%;padding:0 30px;text-align:center}@media screen and (max-width:1440px){.haru-steps--list-4 .haru-steps__item{padding:0 25px}}@media screen and (max-width:991px){.haru-steps--list-4 .haru-steps__item{padding:0 15px}}@media screen and (max-width:767px){.haru-steps--list-4 .haru-steps__item{flex:0 0 100%;margin-bottom:25px}}@media screen and (max-width:767px){.haru-steps--list-4 .haru-steps__item:last-child{margin-bottom:0}}.haru-steps--list-4 .haru-steps__item.active .haru-steps__sub-title-content{background-color:#000;box-shadow:0 7px 30px rgba(0, 0, 0, 0.12);color:#fff}.haru-steps--list-4 .haru-steps__item.active .haru-steps__btn{opacity:1;visibility:visible}.haru-steps--list-4 .haru-steps__item:last-child .haru-steps__sub-title-decor{display:none}.haru-steps--list-4 .haru-steps__item:nth-child(2n) .haru-steps__sub-title-decor{top:30px;transform:translateX(-50%) rotate(180deg)}@media screen and (max-width:991px){.haru-steps--list-4 .haru-steps__item:nth-child(2n) .haru-steps__sub-title-decor{left:calc(100% + 15px);transform:translateX(-50%) rotate(180deg) scale(0.8)}}.haru-steps--list-4 .haru-steps__item:hover{cursor:pointer}.haru-steps--list-4 .haru-steps__item:hover .haru-steps__btn{opacity:1;visibility:visible;transition:all 0.3s}.haru-steps--list-4 .haru-steps__title{font-size:24px;margin-top:25px}@media screen and (max-width:1440px){.haru-steps--list-4 .haru-steps__title{font-size:22px;margin-top:20px}}@media screen and (max-width:1024px){.haru-steps--list-4 .haru-steps__title{font-size:20px;margin-top:15px}}@media screen and (max-width:991px){.haru-steps--list-4 .haru-steps__title{margin-top:10px}}@media screen and (max-width:767px){.haru-steps--list-4 .haru-steps__title{margin-top:5px}}.haru-steps--list-4 .haru-steps__sub-title{position:relative;margin-top:40px}.haru-steps--list-4 .haru-steps__sub-title-decor{position:absolute;left:calc(100% + 30px);top:0;transform:translateX(-50%);opacity:0.5}@media screen and (max-width:991px){.haru-steps--list-4 .haru-steps__sub-title-decor{left:calc(100% + 15px);transform:translateX(-50%) scale(0.8)}}@media screen and (max-width:767px){.haru-steps--list-4 .haru-steps__sub-title-decor{display:none}}.haru-steps--list-4 .haru-steps__sub-title-content{background:#fff;box-shadow:0 0 10px rgba(0, 0, 0, 0.12);display:inline-block;width:56px;height:56px;line-height:56px;border-radius:50%;font-size:24px;font-weight:700;color:#000;text-align:center}@media screen and (max-width:1440px){.haru-steps--list-4 .haru-steps__sub-title-content{width:52px;height:52px;line-height:52px;font-size:22px}}@media screen and (max-width:1024px){.haru-steps--list-4 .haru-steps__sub-title-content{font-size:20px;width:48px;height:48px;line-height:48px}}@media screen and (max-width:991px){.haru-steps--list-4 .haru-steps__sub-title-content{width:40px;height:40px;line-height:40px;font-size:18px}}@media screen and (max-width:767px){.haru-steps--list-4 .haru-steps__sub-title-content{background-color:#000;box-shadow:0 7px 30px rgba(0, 0, 0, 0.12);color:#fff}}.haru-steps--list-4 .haru-steps__description{font-size:18px;color:#7E7E7E;padding-bottom:5px}@media screen and (max-width:1440px){.haru-steps--list-4 .haru-steps__description{font-size:17px}}@media screen and (max-width:1024px){.haru-steps--list-4 .haru-steps__description{font-size:16px}}@media screen and (max-width:991px){.haru-steps--list-4 .haru-steps__description{font-size:15px}}.haru-steps--list-4 .haru-steps__btn{display:inline-flex;align-items:center;opacity:0;visibility:visible;transition:all 0.3s}@media screen and (max-width:767px){.haru-steps--list-4 .haru-steps__btn{opacity:1;visibility:visible}}.haru-steps--list-4 .haru-steps__btn:after{content:"";font-family:"phosphor";font-size:16px;font-weight:700;margin-left:3px;position:relative;bottom:-1px}.haru-steps--slick .haru-slick{margin:0 -10px}.haru-steps--slick .slick-slide{padding:0 10px}.haru-steps--slick .slick-prev{left:10px}.haru-steps--slick .slick-next{right:10px}@media screen and (max-width:767px){.haru-steps--slick .haru-steps__list{max-width:calc(100vw - 20px)}}.haru-steps--grid .haru-steps__list{display:flex;flex-wrap:wrap;margin:-15px}.haru-steps--grid .haru-steps__item-wrap{padding:15px}.haru-price-calculator--style-1{background-color:#fff;display:flex;box-shadow:10px 20px 64px rgba(0, 0, 0, 0.12);border-radius:20px}@media screen and (max-width:767px){.haru-price-calculator--style-1{flex-wrap:wrap}}.haru-price-calculator--style-1 .haru-price-calculator__main{flex:0 0 55%;padding:40px 50px 30px 50px;border-right:1px dashed #eee}@media screen and (max-width:1440px){.haru-price-calculator--style-1 .haru-price-calculator__main{padding:35px 45px 35px 45px}}@media screen and (max-width:767px){.haru-price-calculator--style-1 .haru-price-calculator__main{flex:0 0 100%;padding:20px 25px 20px 25px}}.haru-price-calculator--style-1 .haru-price-calculator__content{flex:0 0 45%;padding:40px 50px 30px 50px}@media screen and (max-width:1440px){.haru-price-calculator--style-1 .haru-price-calculator__content{padding:35px 45px 35px 45px}}@media screen and (max-width:767px){.haru-price-calculator--style-1 .haru-price-calculator__content{flex:0 0 100%;padding:0 25px 30px 25px}}.haru-price-calculator--style-1 .haru-price-calculator__main-title{font-size:24px}.haru-price-calculator--style-1 .haru-price-calculator__main-list{padding:15px 0 30px;margin:0;list-style:none}.haru-price-calculator--style-1 .haru-price-calculator__main-item{margin-bottom:12px;display:flex}.haru-price-calculator--style-1 .haru-price-calculator__main-item:last-child{margin-bottom:0}.haru-price-calculator--style-1 .haru-price-calculator__main-item:before{content:"";font-family:"phosphor";font-weight:700;display:inline-block;border-radius:50%;background-color:#e2f5f2;color:#11b196;font-size:12px;width:24px;height:24px;line-height:24px;margin-right:10px;flex:0 0 24px;text-align:center;position:relative;bottom:-2px}.haru-price-calculator--style-1 .haru-price-calculator__main-item>span{color:#000000;font-weight:500}.haru-price-calculator--style-1 .haru-price-calculator__main-item.content-disable:before{background-color:#f5f5f5;color:#ABABAB}.haru-price-calculator--style-1 .haru-price-calculator__main-item.content-disable>span{color:#ABABAB}.haru-price-calculator--style-1 .haru-button{display:block}.haru-price-calculator--style-1 .haru-price-calculator__top{margin-bottom:25px}.haru-price-calculator--style-1 .haru-price-calculator__title{font-size:18px;margin-bottom:5px}.haru-price-calculator--style-1 .haru-price-calculator__base{margin-bottom:35px}.haru-price-calculator--style-1 .haru-price-calculator__options{margin-bottom:40px}@media screen and (max-width:767px){.haru-price-calculator--style-1 .haru-price-calculator__options{margin-bottom:30px}}.haru-price-calculator--style-1 .haru-price-calculator__list{padding:0;margin:0;list-style:none;list-style-type:none;background-color:#f5f5f5;border-radius:12px;padding:5px;display:flex;justify-content:flex-start;align-items:center}.haru-price-calculator--style-1 .haru-price-calculator__list li{display:flex;flex:1 1 auto;justify-content:center;border-radius:8px;padding:6px 20px;font-weight:700;max-width:50%;text-align:center;user-select:none}.haru-price-calculator--style-1 .haru-price-calculator__list li.active{background-color:#fff;color:#000}.haru-price-calculator--style-1 .haru-price-calculator__list li:hover{cursor:pointer}.haru-price-calculator--style-1 .haru-price-calculator__calculated{display:flex;align-items:flex-end;line-height:1}.haru-price-calculator--style-1 .haru-price-calculator__price-calculated{font-size:48px;color:#000;font-weight:700}@media screen and (max-width:1440px){.haru-price-calculator--style-1 .haru-price-calculator__price-calculated{font-size:42px}}@media screen and (max-width:767px){.haru-price-calculator--style-1 .haru-price-calculator__price-calculated{font-size:36px}}.haru-price-calculator--style-1 .haru-price-calculator__price-base{font-size:20px;margin-left:20px;margin-bottom:5px;position:relative}.haru-price-calculator--style-1 .haru-price-calculator__price-base:before{content:"";position:absolute;left:0;top:50%;width:100%;height:1px;background-color:#7E7E7E}.haru-price-calculator--style-2 .haru-price-calculator__list{padding:0;margin:0;list-style:none}.haru-price-calculator--style-2 .haru-price-calculator__item{display:flex;background:#fff;box-shadow:0 0 10px rgba(0, 0, 0, 0.12);border-radius:12px;border:2px solid #fff;padding:25px 30px;margin-bottom:30px}@media screen and (max-width:1440px){.haru-price-calculator--style-2 .haru-price-calculator__item{padding:20px 25px}}@media screen and (max-width:991px){.haru-price-calculator--style-2 .haru-price-calculator__item{margin-bottom:25px}}@media screen and (max-width:767px){.haru-price-calculator--style-2 .haru-price-calculator__item{flex-wrap:wrap}}.haru-price-calculator--style-2 .haru-price-calculator__item:last-child{margin-bottom:0}.haru-price-calculator--style-2 .haru-price-calculator__item.active{border:2px solid #4B5C66;box-shadow:0 24px 50px rgba(0, 0, 0, 0.1)}.haru-price-calculator--style-2 .haru-price-calculator__item.active .haru-price-calculator__check:before{background-color:#4B5C66}.haru-price-calculator--style-2 .haru-price-calculator__item:hover{cursor:pointer}.haru-price-calculator--style-2 .haru-price-calculator__info{flex:1}@media screen and (max-width:767px){.haru-price-calculator--style-2 .haru-price-calculator__info{flex:0 0 100%}}.haru-price-calculator--style-2 .haru-price-calculator__title{font-size:32px;display:flex;align-items:center;margin-top:0}@media screen and (max-width:1440px){.haru-price-calculator--style-2 .haru-price-calculator__title{font-size:28px}}@media screen and (max-width:1024px){.haru-price-calculator--style-2 .haru-price-calculator__title{font-size:26px}}@media screen and (max-width:991px){.haru-price-calculator--style-2 .haru-price-calculator__title{font-size:24px}}@media screen and (max-width:767px){.haru-price-calculator--style-2 .haru-price-calculator__title{font-size:20px}}.haru-price-calculator--style-2 .haru-price-calculator__check{display:inline-flex;width:28px;height:28px;border:2px solid #ccc;border-radius:50%;margin-right:15px;position:relative;bottom:-1px}@media screen and (max-width:1440px){.haru-price-calculator--style-2 .haru-price-calculator__check{width:24px;height:24px}}@media screen and (max-width:991px){.haru-price-calculator--style-2 .haru-price-calculator__check{bottom:0}}@media screen and (max-width:767px){.haru-price-calculator--style-2 .haru-price-calculator__check{width:20px;height:20px}}.haru-price-calculator--style-2 .haru-price-calculator__check:before{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;background-color:transparent;border-radius:50%}@media screen and (max-width:1440px){.haru-price-calculator--style-2 .haru-price-calculator__check:before{width:14px;height:14px}}@media screen and (max-width:767px){.haru-price-calculator--style-2 .haru-price-calculator__check:before{width:10px;height:10px}}.haru-price-calculator--style-2 .haru-price-calculator__description{font-size:18px}@media screen and (max-width:1440px){.haru-price-calculator--style-2 .haru-price-calculator__description{font-size:16px}}@media screen and (max-width:991px){.haru-price-calculator--style-2 .haru-price-calculator__description{font-size:14px}}.haru-price-calculator--style-2 .haru-price-calculator__price{flex:0 0 25%;min-width:140px;text-align:right}@media screen and (max-width:767px){.haru-price-calculator--style-2 .haru-price-calculator__price{flex:0 0 100%}}.haru-price-calculator--style-2 .haru-price-calculator__price-number{font-size:24px;font-weight:700;color:#000}@media screen and (max-width:1440px){.haru-price-calculator--style-2 .haru-price-calculator__price-number{font-size:22px}}.haru-price-calculator--style-2 .haru-price-calculator__price-unit{font-size:18px}@media screen and (max-width:1440px){.haru-price-calculator--style-2 .haru-price-calculator__price-unit{font-size:16px}}.haru-price-calculator--style-2 .haru-price-calculator__button:not(:empty){margin-top:30px}.haru-price-calculator--style-2 .haru-price-calculator__button .haru-button{width:100%}.haru-content-slideshow .haru-content-slideshow__list{padding:0;margin:0;list-style:none}@media screen and (max-width:767px){.haru-content-slideshow--slick .haru-content-slideshow__list{max-width:calc(100vw - 0px)}}.haru-content-slideshow--slick .slick-dots{position:absolute;bottom:45px;left:50%;transform:translateX(-50%)}@media screen and (max-width:1024px){.haru-content-slideshow--slick .slick-dots{bottom:35px}}@media screen and (max-width:991px){.haru-content-slideshow--slick .slick-dots{bottom:20px}}@media screen and (max-width:767px){.haru-content-slideshow--slick .slick-dots{position:relative;left:auto;bottom:auto;transform:none;margin-top:20px}}.haru-content-slideshow--slick .slick-dots button{background-color:#fff}@media screen and (max-width:767px){.haru-content-slideshow--slick .slick-dots button{background-color:#000}}.haru-content-slideshow--slick .slick-dots li.slick-active button{border:1px solid #fff}@media screen and (max-width:767px){.haru-content-slideshow--slick .slick-dots li.slick-active button{border:1px solid #000}}@media screen and (max-width:767px){.haru-content-slideshow--slick-2 .haru-content-slideshow__list{max-width:calc(100vw - 0px)}}.haru-content-slideshow--slick-2 .slick-next,.haru-content-slideshow--slick-2 .slick-prev{width:48px;height:48px;line-height:48px;opacity:0;visibility:hidden}.haru-content-slideshow--slick-2 .slick-next{right:15px}.haru-content-slideshow--slick-2 .slick-prev{left:15px}.haru-content-slideshow--slick-2 .slick-dots{position:absolute;bottom:45px;left:29%;transform:translateX(-50%)}@media screen and (max-width:1024px){.haru-content-slideshow--slick-2 .slick-dots{bottom:35px}}@media screen and (max-width:991px){.haru-content-slideshow--slick-2 .slick-dots{position:relative;left:auto;bottom:auto;transform:none;margin-top:20px}}.haru-content-slideshow--slick-2 .slick-dots button{background-color:#fff}@media screen and (max-width:991px){.haru-content-slideshow--slick-2 .slick-dots button{background-color:#000}}.haru-content-slideshow--slick-2 .slick-dots li.slick-active button{border:1px solid #fff}@media screen and (max-width:991px){.haru-content-slideshow--slick-2 .slick-dots li.slick-active button{border:1px solid #000}}.haru-content-slideshow--slick-2:hover .slick-next,.haru-content-slideshow--slick-2:hover .slick-prev{opacity:1;visibility:visible}.haru-icon-list__list{padding:0;margin:0;list-style:none}.haru-icon-list__columns-1{width:100%}.haru-icon-list__columns-2{width:50%}.haru-icon-list__columns-3{width:33.333333%}.haru-icon-list__columns-4{width:25%}.haru-icon-list__columns-5{width:20%}.haru-icon-list__columns-6{width:16.666666%}.haru-icon-list__columns-7{width:14.285714%}.haru-icon-list__columns-8{width:12.5%}@media screen and (max-width:991px){.haru-icon-list__columns--tablet-1{width:100%}}@media screen and (max-width:991px){.haru-icon-list__columns--tablet-2{width:50%}}@media screen and (max-width:991px){.haru-icon-list__columns--tablet-3{width:33.333333%}}@media screen and (max-width:991px){.haru-icon-list__columns--tablet-4{width:25%}}@media screen and (max-width:991px){.haru-icon-list__columns--tablet-5{width:20%}}@media screen and (max-width:991px){.haru-icon-list__columns--tablet-6{width:16.666666%}}@media screen and (max-width:767px){.haru-icon-list__columns--mobile-1{width:100%}}@media screen and (max-width:767px){.haru-icon-list__columns--mobile-2{width:50%}}@media screen and (max-width:767px){.haru-icon-list__columns--mobile-3{width:33.333333%}}@media screen and (max-width:767px){.haru-icon-list__columns--mobile-4{width:25%}}.haru-icon-list .haru-icon-list__item{position:relative;overflow:hidden}.haru-icon-list .haru-icon-list__image{width:100%;transition:all 0.3s}.haru-icon-list--style-1 .haru-icon-list__list{display:flex;flex-wrap:wrap;margin:-15px}.haru-icon-list--style-1 .haru-icon-list__item-wrap{padding:15px;text-align:center}.haru-icon-list--style-1 .haru-icon-list__image{background:#fff;box-shadow:0 4px 30px rgba(0, 0, 0, 0.1);border-radius:50%;width:140px;height:140px;display:inline-flex;align-items:center;justify-content:center;padding:10px}.haru-icon-list--style-1 .haru-icon-list__title{font-size:18px;padding-top:8px}@media screen and (max-width:767px){.haru-icon-list--style-1 .haru-icon-list__title{font-size:18px;padding-top:5px}}.haru-toolbar-link{color:#000;position:relative;line-height:1;text-align:center}.haru-toolbar-link--style-1 .haru-toolbar-link__icon{font-size:20px}.haru-toolbar-link--style-1 .haru-toolbar-link__icon a{color:#000}.haru-toolbar-link--style-1 .bottom-bar-link{position:absolute;top:0;left:0;width:100%;height:100%}.haru-header-contact ul{list-style:none;list-style-type:none;padding:0;margin:0}.haru-header-contact__icon{margin-right:10px;line-height:1}.haru-header-contact__title{margin-top:0;margin-bottom:10px}.haru-header-contact--none .haru-header-contact__icon{color:#4B5C66}.haru-header-contact--style-1 a{color:#000;transition:all 0.3s}.haru-header-contact--style-1 a:hover,.haru-header-contact--style-1 a:active{color:#4B5C66;transition:all 0.3s}.haru-header-contact--style-1 .haru-header-contact__icon{display:none}.haru-header-contact--style-1 .haru-header-contact__title{color:#9B9B9B;font-size:14px;font-weight:700;margin-bottom:0;letter-spacing:1px;text-transform:uppercase}.haru-header-contact--style-1 .haru-header-contact__desc{color:#000;font-size:18px}@media screen and (max-width:1440px){.haru-header-contact--style-1 .haru-header-contact__desc{font-size:17px}}@media screen and (max-width:1024px){.haru-header-contact--style-1 .haru-header-contact__desc{font-size:16px}}@media screen and (max-width:991px){.haru-header-contact--style-1 .haru-header-contact__desc{font-size:14px}}.haru-header-contact--style-1 li:last-child .haru-header-contact__desc{font-weight:500}.haru-header-contact--style-1 li:only-child .haru-header-contact__desc{font-weight:400}.haru-header-contact--style-2 a{color:#000;transition:all 0.3s}.haru-header-contact--style-2 a:hover,.haru-header-contact--style-2 a:active{color:#4B5C66;transition:all 0.3s}.haru-header-contact--style-2 .haru-header-contact__icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;background-color:#f5f5f5;border-radius:50%;font-size:24px;color:#000}.haru-header-contact--style-2 .haru-header-contact__title{font-size:18px;margin-bottom:3px}@media screen and (max-width:1024px){.haru-header-contact--style-2 .haru-header-contact__title{font-size:16px}}.haru-header-contact--style-2 .haru-header-contact__title span{font-size:15px;font-weight:700}.haru-header-contact--style-2 .haru-header-contact__desc{font-size:14px;font-weight:500;color:#9B9B9B}.haru-header-contact--style-2 li{display:flex;align-items:center}.dark-mode .haru-header-contact--style-1 a,.background-dark .haru-header-contact--style-1 a{color:#fff}.dark-mode .haru-header-contact--style-1 a:hover,.dark-mode .haru-header-contact--style-1 a:active,.background-dark .haru-header-contact--style-1 a:hover,.background-dark .haru-header-contact--style-1 a:active{color:#4B5C66}.dark-mode .haru-header-contact--style-1 .haru-header-contact__title,.background-dark .haru-header-contact--style-1 .haru-header-contact__title{color:#ababab}.dark-mode .haru-header-contact--style-1 .haru-header-contact__desc,.background-dark .haru-header-contact--style-1 .haru-header-contact__desc{color:#fff}.haru-header--transparent-light:not(.haru-header--sticky-on) .haru-header-contact--style-1 a{color:#fff}.haru-header--transparent-light:not(.haru-header--sticky-on) .haru-header-contact--style-1 a:hover,.haru-header--transparent-light:not(.haru-header--sticky-on) .haru-header-contact--style-1 a:active{color:#4B5C66}.haru-header--transparent-light:not(.haru-header--sticky-on) .haru-header-contact--style-1 .haru-header-contact__title{color:#fff}.haru-header--transparent-light:not(.haru-header--sticky-on) .haru-header-contact--style-1 .haru-header-contact__desc{color:#fff}.haru-header--transparent-dark:not(.haru-header--sticky-on) .haru-header-contact--style-1 a{color:#000}.haru-header--transparent-dark:not(.haru-header--sticky-on) .haru-header-contact--style-1 .haru-header-contact__title{color:#000}.haru-header--transparent-dark:not(.haru-header--sticky-on) .haru-header-contact--style-1 .haru-header-contact__desc{color:#000}.haru-close-row{display:flex}.haru-close-row--style-1 .close-row-wrap:before{content:"";font-family:"haruicons";font-size:20px;font-weight:400;color:#000;transition:all 0.3s}.haru-close-row--style-1 .close-row-wrap:hover{cursor:pointer}.haru-close-row--style-1 .close-row-wrap:hover:before{color:rgba(0, 0, 0, 0.8);transition:all 0.3s}.dark-mode .haru-close-row--style-1 .close-row-wrap:before,.background-dark .haru-close-row--style-1 .close-row-wrap:before{color:#fff}.dark-mode .haru-close-row--style-1 .close-row-wrap:hover:before,.background-dark .haru-close-row--style-1 .close-row-wrap:hover:before{color:rgba(255, 255, 255, 0.8)}.post-item-menu--style-1{display:flex;margin-bottom:15px}.post-item-menu--style-1:last-child{margin-bottom:0}.post-item-menu--style-1 .post-item-menu__thumbnail{flex:0 0 35%}.post-item-menu--style-1 .post-item-menu__content{flex:1;padding-left:15px}.post-item-menu--style-1 .post-item-menu__category{font-size:12px}.post-item-menu--style-1 .post-item-menu__category a{display:inline-block;text-transform:uppercase}.post-item-menu--style-1 .post-item-menu__title{margin-top:0;font-weight:600}.post-item-menu--style-1 .post-item-menu__title a{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.post-item-menu--style-1 .post-item-menu__meta{display:none}.haru-menu-tab ul{list-style:none;list-style-type:none;padding:0;margin:0}.haru-menu-tab__nav ul{display:flex;justify-content:flex-start;align-items:center}.haru-menu-tab__nav li{display:flex;flex:1 1 auto;justify-content:center;align-items:center;cursor:pointer;text-align:center}.haru-menu-tab__nav .top-icon li{flex-wrap:wrap}.haru-menu-tab__nav .top-icon .haru-menu-tab__title{flex:1 1 100%;line-height:1}.haru-menu-tab .haru-menu-tab__content .active-default,.haru-menu-tab .haru-menu-tab__content .active{display:block;width:100%;opacity:1;animation:fadeIn linear 0.3s}.haru-menu-tab .haru-menu-tab__content>div,.haru-menu-tab .haru-menu-tab__content .inactive{display:none}.haru-menu-tab--horizontal .haru-menu-tab__content .active-default,.haru-menu-tab--horizontal .haru-menu-tab__content .active{padding:20px 0}.haru-menu-tab--vertical{display:flex}.haru-menu-tab--vertical .haru-menu-tab__nav{flex:0 0 20%;width:20%;min-width:250px}.haru-menu-tab--vertical .haru-menu-tab__nav>ul{flex-flow:column wrap}.haru-menu-tab--vertical .haru-menu-tab__nav>ul li{width:100%;justify-content:flex-start}.haru-menu-tab--vertical .haru-menu-tab__content{flex:0 0 80%;width:80%}.haru-menu-tab--vertical .haru-menu-tab__content .active-default,.haru-menu-tab--vertical .haru-menu-tab__content .active{padding:0 0 0 20px}.haru-menu-tab--vertical.haru-menu-tab--style-1 .haru-menu-tab__nav{background-color:#f8f8f8}.haru-menu-tab--style-1 .haru-menu-tab__nav li{background-color:#f8f8f8;padding:15px 20px}.haru-menu-tab--style-1 .haru-menu-tab__nav li.active-default,.haru-menu-tab--style-1 .haru-menu-tab__nav li.active,.haru-menu-tab--style-1 .haru-menu-tab__nav li:hover{background-color:#4B5C66;color:#fff}.haru-menu-tab--style-1 .haru-menu-tab__nav li.active-default svg path,.haru-menu-tab--style-1 .haru-menu-tab__nav li.active svg path,.haru-menu-tab--style-1 .haru-menu-tab__nav li:hover svg path{fill:#fff !important}.haru-menu-tab--style-1 .haru-menu-tab__nav img,.haru-menu-tab--style-1 .haru-menu-tab__nav i,.haru-menu-tab--style-1 .haru-menu-tab__nav svg{width:16px;margin-right:10px}.haru-menu-tab--style-1 .haru-menu-tab__nav img{margin-right:10px}.haru-menu-tab--style-1 .haru-menu-tab__nav .top-icon img,.haru-menu-tab--style-1 .haru-menu-tab__nav .top-icon i,.haru-menu-tab--style-1 .haru-menu-tab__nav .top-icon svg{margin-bottom:10px}.haru-menu-tab--style-1 .haru-menu-tab__icon{display:flex;font-size:18px}.haru-menu-tab--style-1 .haru-menu-tab__title{font-weight:700;font-size:14px}.haru-woo-search__container{display:flex;position:relative;transition:all 0.3s}.haru-woo-search__submit{padding:0 15px;font-size:16px;font-weight:600}.haru-woo-search__submit i{font-size:18px}.haru-woo-search__submit i.hicon{font-size:20px}.haru-woo-search__submit i.fa-spinner{display:none}.haru-woo-search__submit.loading-search i:not(.fa-spinner){display:none}.haru-woo-search__submit.loading-search i.fa-spinner{display:block}.haru-woo-search__icon{display:inline-flex;align-items:center;position:absolute;top:0;left:0;height:100%;padding:0 15px}.haru-woo-search__icon i{font-size:20px}.haru-woo-search__icon i.hicon{font-size:22px}.haru-woo-search__icon i.fa-spinner{display:none}.haru-woo-search__icon.loading-search i:not(.fa-spinner){display:none}.haru-woo-search__icon.loading-search i.fa-spinner{display:block}.haru-woo-search__form .mfp-close{color:#fff;opacity:1;font-size:0;transform:translateX(100%)}.haru-woo-search__form .mfp-close:hover{color:#4B5C66}.haru-woo-search__form .mfp-close:before{content:"";font-family:"haruicons";font-size:20px}.haru-woo-search__input::-moz-placeholder{color:#9B9B9B;opacity:1}.haru-woo-search__input:-ms-input-placeholder{color:#9B9B9B}.haru-woo-search__input::-webkit-input-placeholder{color:#9B9B9B}.haru-woo-search__toggle{display:inline-flex;cursor:pointer;font-size:20px}.haru-woo-search__toggle .hicon{font-size:22px}.haru-woo-search__popup .haru-woo-search__form{width:80%;margin:0 auto}.haru-woo-search--classic .haru-woo-search__input{padding-right:15px;padding-right:45px}.haru-woo-search--classic .haru-woo-search__submit.is-icon{display:inline-flex;align-items:center;position:absolute;top:0;right:0;height:100%;padding:0 15px;background:transparent;color:#000}.haru-woo-search--classic .haru-woo-search__submit i{font-size:20px}.haru-woo-search--classic .haru-woo-search__submit i.hicon{font-size:22px}.haru-woo-search--classic.haru-woo-search--size-extra-large .haru-woo-search__input{height:64px;font-size:18px}.haru-woo-search--classic.haru-woo-search--size-extra-large .haru-woo-search__input::-moz-placeholder{color:#9B9B9B;opacity:1}.haru-woo-search--classic.haru-woo-search--size-extra-large .haru-woo-search__input:-ms-input-placeholder{color:#9B9B9B}.haru-woo-search--classic.haru-woo-search--size-extra-large .haru-woo-search__input::-webkit-input-placeholder{color:#9B9B9B}@media screen and (max-width:1440px){.haru-woo-search--classic.haru-woo-search--size-extra-large .haru-woo-search__input{height:48px;font-size:14px}}.haru-woo-search--classic.haru-woo-search--size-extra-large .haru-woo-search__submit i{font-size:24px}@media screen and (max-width:1440px){.haru-woo-search--classic.haru-woo-search--size-extra-large .haru-woo-search__submit i{font-size:20px}}.haru-woo-search--classic.haru-woo-search--size-extra-large .haru-woo-search__submit i.hicon{font-size:26px}@media screen and (max-width:1440px){.haru-woo-search--classic.haru-woo-search--size-extra-large .haru-woo-search__submit i.hicon{font-size:22px}}.haru-woo-search--classic.haru-woo-search--size-large .haru-woo-search__input{height:56px;font-size:16px}.haru-woo-search--classic.haru-woo-search--size-large .haru-woo-search__input::-moz-placeholder{color:#9B9B9B;opacity:1}.haru-woo-search--classic.haru-woo-search--size-large .haru-woo-search__input:-ms-input-placeholder{color:#9B9B9B}.haru-woo-search--classic.haru-woo-search--size-large .haru-woo-search__input::-webkit-input-placeholder{color:#9B9B9B}@media screen and (max-width:1440px){.haru-woo-search--classic.haru-woo-search--size-large .haru-woo-search__input{height:48px;font-size:14px}}.haru-woo-search--classic.haru-woo-search--size-wider{max-width:450px}.haru-woo-search--minimal .haru-woo-search__input{padding-left:45px}.haru-woo-search--minimal .haru-woo-search__icon{right:0;left:auto}.haru-woo-search--minimal .haru-woo-search__input{padding-right:15px;padding-left:45px;background:transparent;border:1px solid transparent}.haru-woo-search--minimal .haru-woo-search__submit{display:inline-flex;align-items:center;position:absolute;top:0;left:0;height:100%;padding:0 12px;background:transparent;color:#000}.haru-woo-search--minimal .haru-woo-search__submit i{font-size:20px}.haru-woo-search--minimal .haru-woo-search__submit i.hicon{font-size:22px}.haru-woo-search--shadow .haru-woo-search__container{box-shadow:0 0 4px rgba(0, 0, 0, 0.15);border-radius:12px}.haru-woo-search--border .haru-woo-search__container{border:2px solid #eee;border-radius:12px}.haru-woo-search--full_screen{display:flex}.haru-woo-search--full_screen .haru-woo-search__form{display:none}.haru-woo-search--full_screen.haru-woo-search--full_screen_border .haru-woo-search__toggle{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border:2px solid #eee;border-radius:50%;background-color:#f5f5f5;font-size:24px}@media screen and (max-width:1440px){.haru-woo-search--full_screen.haru-woo-search--full_screen_border .haru-woo-search__toggle{width:44px;height:44px;font-size:20px}}@media screen and (max-width:767px){.haru-woo-search--full_screen.haru-woo-search--full_screen_border .haru-woo-search__toggle{width:40px;height:40px;font-size:18px}}.haru-woo-search--creative .haru-woo-search__container{box-shadow:0 0 4px rgba(0, 0, 0, 0.15);border-radius:12px}.haru-woo-search--creative .haru-woo-search__input{padding-left:45px;border-top-right-radius:0;border-bottom-right-radius:0;background:transparent;border-right:0;margin-right:-8px;padding-right:23px}.haru-woo-search--creative .haru-woo-search__input::-moz-placeholder{color:#9B9B9B;opacity:1}.haru-woo-search--creative .haru-woo-search__input:-ms-input-placeholder{color:#9B9B9B}.haru-woo-search--creative .haru-woo-search__input::-webkit-input-placeholder{color:#9B9B9B}.haru-woo-search--creative .haru-woo-search__icon{display:inline-flex;align-items:center;position:absolute;top:0;left:0;height:100%;padding:0 15px}.haru-woo-search--creative .haru-woo-search__icon i{font-size:20px}.haru-woo-search--creative .haru-woo-search__icon i.hicon{font-size:22px}.haru-woo-search--creative .haru-woo-search__submit{padding:0 35px;background-color:#000;box-shadow:0 5px 6px rgba(0, 0, 0, 0.15)}.haru-woo-search--toolbar{color:#000;line-height:1;text-align:center}.haru-woo-search--toolbar .haru-woo-search__toggle{display:block}.haru-woo-search--toolbar .haru-woo-search__form{display:none}.haru-woo-search__ajax-result{background-color:#fff;width:100%;position:absolute;left:0;top:100%;z-index:6;box-shadow:0 5px 6px rgba(0, 0, 0, 0.15);border-bottom-right-radius:12px;border-bottom-left-radius:12px}.haru-woo-search__ajax-result ul{list-style:none;margin:0;padding:0}.haru-woo-search__ajax-result ul li{border-bottom:1px solid rgba(238, 238, 238, 0.8);padding:12px 15px}.haru-woo-search__ajax-result ul li.search-no-result,.haru-woo-search__ajax-result ul li:last-child{border:none}.haru-woo-search__ajax-result ul li.search-view-more{border:none;padding:0;text-align:center}.haru-woo-search__ajax-result ul li.search-view-more a{color:#000;display:block;font-weight:600;font-size:13px;padding:12px 15px}.haru-woo-search__ajax-result ul li.search-view-more a:after{content:"";font-family:"phosphor";display:inline-block;margin-left:6px}.haru-woo-search__ajax-result ul li.selected,.haru-woo-search__ajax-result ul li:hover{background-color:rgba(238, 238, 238, 0.5)}.haru-woo-search__ajax-result ul li .item-meta .publish-date{font-size:12px;font-style:italic;margin-bottom:0}.haru-woo-search__ajax-result ul .product-search-item{display:flex}.haru-woo-search__ajax-result ul .product-search-item:hover{cursor:pointer}.haru-woo-search__ajax-result ul .product-search-item__thumbnail{flex:0 0 80px;margin-right:10px;display:inline-flex;align-items:flex-start}@media screen and (max-width:1440px){.haru-woo-search__ajax-result ul .product-search-item__thumbnail{flex:0 0 68px}}@media screen and (max-width:1024px){.haru-woo-search__ajax-result ul .product-search-item__thumbnail{flex:0 0 60px}}.haru-woo-search__ajax-result ul .product-search-item__thumbnail img{max-width:100%}.haru-woo-search__ajax-result ul .product-search-item__info{flex:1}.haru-woo-search__ajax-result ul .product-search-item__title{margin-top:0;font-size:14px}.haru-woo-search__ajax-result ul .product-search-item__price{font-size:90%}.haru-woo-search__popup .haru-woo-search__input{padding-right:45px}.haru-woo-search__popup .haru-woo-search__submit{display:inline-flex;align-items:center;position:absolute;top:0;right:0;height:100%;padding:0 15px;background:transparent;color:#000}.haru-woo-search__popup .haru-woo-search__submit i{font-size:20px}.haru-woo-search__popup .haru-woo-search__submit i.hicon{font-size:22px}.dark-mode .haru-woo-search__toggle,.background-dark .haru-woo-search__toggle{color:#fff}.haru-header--transparent-light:not(.haru-header--sticky-on).haru-header .haru-woo-search__toggle{color:#fff}.haru-header--transparent-light:not(.haru-header--sticky-on).haru-header .haru-woo-search--full_screen.haru-woo-search--full_screen_border .haru-woo-search__toggle{border:2px solid rgba(255, 255, 255, 0.2);background-color:rgba(0, 0, 0, 0.2)}.haru-header--transparent-dark:not(.haru-header--sticky-on).haru-header .haru-woo-search__toggle{color:#000}.haru-cart{display:flex}.haru-cart .widget_shopping_cart_content .widget_shopping_cart_icon:before{content:"";font-size:20px;font-family:"phosphor"}.haru-cart dl.variation{margin:10px 0}.haru-cart .haru-cart-opener{position:relative}.haru-cart .haru-cart-opener>a{display:inline-block;color:#000}.haru-cart .haru-cart-icon{position:relative}.haru-cart .haru-cart-icon:before{content:"";font-size:20px;font-family:"phosphor"}.haru-cart .haru-cart-number{background-color:#4B5C66;color:#fff;border-radius:50%;position:absolute;top:-2px;right:-10px;width:18px;height:18px;line-height:18px;font-size:12px;font-weight:400;text-align:center}@media screen and (max-width:767px){.haru-cart .haru-cart-number{right:-12px}}.haru-cart .haru-cart-number span{display:none}.haru-cart .haru-cart-sub-total{position:absolute;top:calc(100% - 5px);right:0px;font-size:13px;margin-left:0;line-height:1}.haru-cart .haru-cart-wrap.no-price .haru-cart-sub-total{display:none}.haru-cart .haru-cart-wrap:hover .haru-cart-content{top:100%;opacity:1;visibility:visible;transition-timing-function:cubic-bezier(0.11, 0.76, 0.24, 0.93)}@media screen and (max-width:991px){.haru-cart .haru-cart-wrap:hover .haru-cart-content{margin-top:0}}.haru-cart .haru-cart-wrap .haru-cart-content{display:block;visibility:hidden;opacity:0;position:absolute;top:150%;right:0;left:auto;min-width:330px;background-color:#fff;border:solid 1px #eee;box-shadow:0 20px 50px rgba(0, 0, 0, 0.07);border-radius:12px;z-index:999;transition:all 0.5s}@media screen and (max-width:767px){.haru-cart .haru-cart-wrap .haru-cart-content{min-width:300px}}.haru-cart .haru-cart-wrap .haru-cart-content .empty{padding-bottom:10px;text-align:center}.haru-cart .haru-cart-wrap .haru-cart-content .empty .woocommerce-mini-cart__btn{display:none}.haru-cart .haru-cart-wrap .haru-cart-content .cart_list_wrap .cart-total{padding:0 20px 30px;position:relative;color:#000000;font-weight:700}@media screen and (max-width:767px){.haru-cart .haru-cart-wrap .haru-cart-content .cart_list_wrap .cart-total{padding:0 15px 15px}}.haru-cart .haru-cart-wrap .haru-cart-content .cart_list_wrap .total{padding:0;margin:0;font-size:14px;border-bottom:solid 1px #eee;line-height:43px}.haru-cart .haru-cart-wrap .haru-cart-content .cart_list_wrap .total strong{text-transform:none;font-weight:700}.haru-cart .haru-cart-wrap .haru-cart-content .cart_list_wrap .total .amount{float:right;font-size:17px}@media screen and (max-width:1440px){.haru-cart .haru-cart-wrap .haru-cart-content .cart_list_wrap .total .amount{font-size:15px}}.haru-cart .haru-cart-wrap .haru-cart-content .cart_list_wrap .total .amount bdi{color:#4B5C66}.haru-cart .haru-cart-wrap .haru-cart-content .cart_list_wrap .buttons{text-align:center;margin:0;padding-top:15px}.haru-cart .haru-cart-wrap .haru-cart-content .cart_list_wrap .buttons .button{font-size:13px;width:48%;display:inline-block}.haru-cart .haru-cart-wrap .haru-cart-content .cart_list_wrap .buttons .button+.button{margin-left:4%}.haru-cart .haru-cart-wrap .haru-cart-content .cart_list{list-style:none;margin:30px 0 0;padding:0 20px;max-height:350px;overflow-y:auto;position:relative}@media screen and (max-width:767px){.haru-cart .haru-cart-wrap .haru-cart-content .cart_list{padding:15px 15px 0}}.haru-cart .haru-cart-wrap .haru-cart-content .cart_list::-webkit-scrollbar-track{border-radius:10px;background-color:#f5f5f5}.haru-cart .haru-cart-wrap .haru-cart-content .cart_list::-moz-scrollbar-track{border-radius:10px;background-color:#f5f5f5}.haru-cart .haru-cart-wrap .haru-cart-content .cart_list::-webkit-scrollbar{width:5px;background-color:#f5f5f5}.haru-cart .haru-cart-wrap .haru-cart-content .cart_list::-moz-scrollbar{width:5px;background-color:#f5f5f5}.haru-cart .haru-cart-wrap .haru-cart-content .cart_list::-webkit-scrollbar-thumb{border-radius:10px;background-color:#4B5C66}.haru-cart .haru-cart-wrap .haru-cart-content .cart_list::-moz-scrollbar-thumb{border-radius:10px;background-color:#4B5C66}.haru-cart .haru-cart-wrap.cart-side .cart-side-widget{background-color:#fff;border-radius:0;border:none;box-shadow:none;position:fixed;z-index:9999;top:0;left:100%;bottom:0;height:100%;width:320px;overflow:hidden;padding:0;opacity:1;visibility:visible;display:flex;flex-direction:column;transform:translateX(0);transition:all 0.3s}@media screen and (max-width:767px){.haru-cart .haru-cart-wrap.cart-side .cart-side-widget{width:300px}}.haru-cart .haru-cart-wrap.cart-side .cart-side-widget.in{box-shadow:0 0 10px 0 rgba(0, 0, 0, 0.2);transform:translateX(-100%)}.haru-cart .haru-cart-wrap.cart-side .cart-side-header{flex:0 0 auto;display:flex;align-items:center;font-weight:700;font-size:16px;padding:12px 15px;position:relative;border-bottom:1px solid #eee}.haru-cart .haru-cart-wrap.cart-side .cart-side-close{display:inline-flex;align-items:center;margin-left:auto;color:#000;font-weight:400;font-size:13px;transition:all 0.3s}.haru-cart .haru-cart-wrap.cart-side .cart-side-close:hover{cursor:pointer;color:#4B5C66;transition:all 0.3s}.haru-cart .haru-cart-wrap.cart-side .cart-side-close .cart-side-icon{padding-right:2px}.haru-cart .haru-cart-wrap.cart-side .cart-side-close .cart-side-icon:before{content:"";font-family:"haruicons";font-weight:500;font-size:20px}.haru-cart .haru-cart-wrap.cart-side .widget_shopping_cart{flex:1 1 100%}.haru-cart .haru-cart-wrap.cart-side .widget_shopping_cart_content{display:flex;flex-direction:column;height:100%}.haru-cart .haru-cart-wrap.cart-side .widget_shopping_cart_content .cart_list_wrap{display:flex;flex-direction:column;height:100%}.haru-cart .haru-cart-wrap.cart-side .widget_shopping_cart_content .cart_list_wrap.in{box-shadow:0 0 10px 0 rgba(0, 0, 0, 0.2);transform:translateX(-100%)}.haru-cart .haru-cart-wrap.cart-side .widget_shopping_cart_content .cart_list_wrap .cart_list{margin:0;padding:15px}.haru-cart .haru-cart-wrap.cart-side .widget_shopping_cart_content .cart_list_wrap .cart_list li{border-top:1px solid rgba(238, 238, 238, 0.3)}.haru-cart .haru-cart-wrap.cart-side .widget_shopping_cart_content .cart_list_wrap .cart_list li:first-child{border-top:none}.haru-cart .haru-cart-wrap.cart-side .widget_shopping_cart_content .woocommerce-mini-cart-item .cart-right a:not(.remove){font-weight:500}.haru-cart .haru-cart-wrap.cart-side .widget_shopping_cart_content .woocommerce-mini-cart-item .cart-right a.remove{top:1px}.haru-cart .haru-cart-wrap.cart-side .widget_shopping_cart_content .woocommerce-mini-cart-item .cart-right a.remove:before{font-size:16px}.haru-cart .haru-cart-wrap.cart-side .cart_list_content{flex:1 1 auto;position:relative}.haru-cart .haru-cart-wrap.cart-side li.empty{text-align:center}.haru-cart .haru-cart-wrap.cart-side li.empty h4{margin-top:10px}.haru-cart .haru-cart-wrap.cart-side li.empty .woocommerce-mini-cart__btn{display:inline-block;margin-top:15px}.haru-cart .haru-cart-wrap.cart-side .cart_list{position:absolute;width:100%;height:100%;top:0;left:0;overflow-y:auto}.haru-cart .haru-cart-wrap.cart-side .cart_list::-webkit-scrollbar-track{border-radius:10px;background-color:#f5f5f5}.haru-cart .haru-cart-wrap.cart-side .cart_list::-moz-scrollbar-track{border-radius:10px;background-color:#f5f5f5}.haru-cart .haru-cart-wrap.cart-side .cart_list::-webkit-scrollbar{width:5px;background-color:#f5f5f5}.haru-cart .haru-cart-wrap.cart-side .cart_list::-moz-scrollbar{width:5px;background-color:#f5f5f5}.haru-cart .haru-cart-wrap.cart-side .cart_list::-webkit-scrollbar-thumb{border-radius:10px;background-color:rgba(0, 0, 0, 0.1)}.haru-cart .haru-cart-wrap.cart-side .cart_list::-moz-scrollbar-thumb{border-radius:10px;background-color:rgba(0, 0, 0, 0.1)}.haru-cart .haru-cart-wrap.cart-side .cart-total{flex:0 0 auto;margin:0;padding:15px;border-top:1px solid #eee}.haru-cart .haru-cart-wrap.cart-side .cart-total .total{border:none;padding-top:0;font-size:14px}.haru-cart .haru-cart-wrap.cart-side .cart-total .total strong{text-transform:none;font-weight:700}.haru-cart .haru-cart-wrap.cart-side .cart-total .total .amount{float:right;font-size:17px}@media screen and (max-width:1440px){.haru-cart .haru-cart-wrap.cart-side .cart-total .total .amount{font-size:15px}}.haru-cart .haru-cart-wrap.cart-side .cart-total .total .amount bdi{color:#4B5C66}.haru-cart .haru-cart-wrap.cart-side .cart-total .buttons{margin-bottom:0;text-align:center}.haru-cart .haru-cart-wrap.cart-side .cart-total .buttons .button{display:block}.haru-cart .haru-cart-wrap.cart-side .cart-total .buttons .button+.button{margin-left:0;margin-top:10px}.haru-cart--style-2 .haru-cart-opener{width:48px;height:48px;line-height:48px;background-color:#f5f5f5;border-radius:50%;text-align:center}@media screen and (max-width:767px){.haru-cart--style-2 .haru-cart-opener{width:44px;height:44px;line-height:44px}}.haru-cart--style-2 .haru-cart-opener>a{display:block;height:48px}@media screen and (max-width:767px){.haru-cart--style-2 .haru-cart-opener>a{height:44px}}.haru-cart--style-2 .haru-cart-opener .total{top:0;right:-8px;width:20px;height:20px;line-height:20px;font-size:12px;font-weight:600}@media screen and (max-width:767px){.haru-cart--style-2 .haru-cart-opener .total{right:-12px}}.haru-cart--style-2 .haru-cart-sub-total{top:calc(100% + 3px)}.haru-cart--style-3{display:block;position:relative;line-height:1;text-align:center}.haru-cart--style-3 .mini-cart-wrap .bottom-bar-link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}.haru-cart--style-3 .mini-cart-wrap .widget_shopping_cart_content{color:#000;text-align:center}.haru-cart--style-3 .mini-cart-wrap .widget_shopping_cart_content .total{width:16px;height:16px;line-height:16px;font-size:9px}.haru-cart--flex-start.haru-cart .mini-cart-wrap.with-price .haru-cart-sub-total{left:0;right:auto}.haru-cart--flex-start.haru-cart .mini-cart-wrap .cart_list_wrap{left:0;right:auto}.haru-cart--center.haru-cart .haru-cart-wrap.with-price .haru-cart-sub-total{left:50%;right:auto;transform:translateX(-50%)}.haru-cart--center.haru-cart .haru-cart-wrap .cart_list_wrap{left:50%;right:auto;transform:translateX(-50%)}.haru-cart--flex-end.haru-cart .haru-cart-wrap.with-price .haru-cart-sub-total{left:auto;right:0}.haru-cart--flex-end.haru-cart .haru-cart-wrap .cart_list_wrap{left:auto;right:0}.haru-cart .cart-mask-overlay{display:block;position:fixed;background:rgba(0, 0, 0, 0.8);left:0;top:0;width:100%;height:100%;z-index:9998;opacity:0;visibility:hidden;transition:all 0.3s}.haru-cart .cart-mask-overlay.in{opacity:1;visibility:visible;transition:all 0.3s}.haru-cart .cart-mask-overlay:hover{cursor:url(//adm-textile.fr/wp-content/uploads/assets/images/close-white.svg), auto}.admin-bar .haru-cart .haru-cart-wrap.cart-side .cart-side-widget{top:32px;height:calc(100% - 32px)}@media screen and (max-width:782px){.admin-bar .haru-cart .haru-cart-wrap.cart-side .cart-side-widget{top:46px;height:calc(100% - 46px)}}.dark-mode .haru-cart .haru-cart-opener>a,.background-dark .haru-cart .haru-cart-opener>a{color:#fff}.dark-mode .haru-cart .mini-cart-wrap .widget_shopping_cart_content .widget_shopping_cart_icon:before,.background-dark .haru-cart .mini-cart-wrap .widget_shopping_cart_content .widget_shopping_cart_icon:before{color:#fff}.dark-mode .haru-cart .mini-cart-wrap .widget_shopping_cart_content .cart_list_wrap,.background-dark .haru-cart .mini-cart-wrap .widget_shopping_cart_content .cart_list_wrap{background-color:#000;border:solid 1px #333}.dark-mode .haru-cart .mini-cart-wrap .widget_shopping_cart_content .cart_list_wrap .cart-total,.background-dark .haru-cart .mini-cart-wrap .widget_shopping_cart_content .cart_list_wrap .cart-total{color:#fff}.dark-mode .haru-cart .mini-cart-wrap .widget_shopping_cart_content .cart_list_wrap .total,.background-dark .haru-cart .mini-cart-wrap .widget_shopping_cart_content .cart_list_wrap .total{border-bottom:solid 1px #333}.dark-mode .haru-cart .mini-cart-wrap .widget_shopping_cart_content .cart_list::-webkit-scrollbar-track,.background-dark .haru-cart .mini-cart-wrap .widget_shopping_cart_content .cart_list::-webkit-scrollbar-track{background-color:#333}.dark-mode .haru-cart .mini-cart-wrap .widget_shopping_cart_content .cart_list::-moz-scrollbar-track,.background-dark .haru-cart .mini-cart-wrap .widget_shopping_cart_content .cart_list::-moz-scrollbar-track{background-color:#333}.dark-mode .haru-cart .mini-cart-wrap .widget_shopping_cart_content .cart_list::-webkit-scrollbar,.background-dark .haru-cart .mini-cart-wrap .widget_shopping_cart_content .cart_list::-webkit-scrollbar{background-color:#333}.dark-mode .haru-cart .mini-cart-wrap .widget_shopping_cart_content .cart_list::-moz-scrollbar,.background-dark .haru-cart .mini-cart-wrap .widget_shopping_cart_content .cart_list::-moz-scrollbar{background-color:#333}.dark-mode .haru-cart .mini-cart-wrap .widget_shopping_cart_content .cart_list::-webkit-scrollbar-thumb,.background-dark .haru-cart .mini-cart-wrap .widget_shopping_cart_content .cart_list::-webkit-scrollbar-thumb{background-color:#4B5C66}.dark-mode .haru-cart .mini-cart-wrap .widget_shopping_cart_content .cart_list::-moz-scrollbar-thumb,.background-dark .haru-cart .mini-cart-wrap .widget_shopping_cart_content .cart_list::-moz-scrollbar-thumb{background-color:#4B5C66}.haru-header--transparent-light:not(.haru-header--sticky-on).haru-header .haru-cart .haru-cart-opener>a{color:#fff}.haru-header--transparent-dark:not(.haru-header--sticky-on).haru-header .haru-cart .haru-cart-opener>a{color:#000}.haru-account{display:flex}.haru-account .haru-account__link{color:#000;display:flex;align-items:flex-start}.haru-account .haru-account__link:before{content:"";font-family:"phosphor";font-size:20px;font-weight:400}.haru-account .haru-account__menu{list-style:none;margin:0;position:absolute;right:0;left:auto;border:solid 1px #eee;top:calc(100% + 10px);width:auto;min-width:180px;background-color:#fff;padding:10px 25px;opacity:0;visibility:hidden;z-index:-1;transition:all 0.5s}.haru-account .haru-account__menu-item{padding:5px 0}.haru-account .haru-account__menu-item a{transition:all 0.3s}.haru-account .haru-account__menu-item a:hover{transition:all 0.3s}.haru-account .haru-account__user-name{text-decoration:underline}.haru-account .haru-account__content{position:relative}.haru-account .haru-account__content.logged-in .haru-account__link:before{display:none}.haru-account .haru-account__content .avatar{max-width:20px;border-radius:50%}@media screen and (max-width:1024px){.haru-account .haru-account__content .avatar{max-width:18px}}.haru-account .haru-account__content:hover .haru-account__menu{opacity:1;visibility:visible;top:calc(100% + 5px);z-index:999;transition-timing-function:cubic-bezier(0.11, 0.76, 0.24, 0.93)}.haru-account--style-2 .haru-account__buttons{display:inline-flex;align-items:center}.haru-account--style-2 .haru-button{font-size:14px;border-radius:7px}@media screen and (max-width:1024px){.haru-account--style-2 .haru-button{font-size:13px}}.haru-account--style-2 .haru-button:first-child{margin-right:20px;font-weight:700}.haru-account--style-2 .haru-button:last-child{font-weight:700}.haru-account--style-3 .haru-account__buttons{display:inline-flex;align-items:center}.haru-account--style-3 .haru-button{border-radius:10px;padding:0 25px}.haru-account--style-3 .haru-button:first-child{margin-right:5px;font-weight:700}.haru-account--style-3 .haru-button:last-child{font-weight:700}.haru-account--style-4{display:block;line-height:1;text-align:center}.haru-account--style-4 .haru-account__link{display:block}.haru-account--style-4 .haru-account__menu{display:none}.haru-wishlist{display:flex}.haru-wishlist--style-1 .my-wishlist-wrap{position:relative}.haru-wishlist--style-1 .my-wishlist-wrap .haru-wishlist-link{color:#000}.haru-wishlist--style-1 .my-wishlist-wrap .haru-wishlist-link:before{content:"";font-size:20px;font-family:"phosphor";font-weight:400}.haru-wishlist--style-1 .my-wishlist-wrap .haru-wishlist-link span.total{background-color:#4B5C66;border-radius:50%;color:#fff;position:absolute;top:-2px;right:-10px;width:18px;height:18px;line-height:18px;font-size:12px;text-align:center}.haru-wishlist--style-2{display:block;line-height:1;position:relative;text-align:center}.haru-wishlist--style-2 .my-wishlist-wrap .haru-wishlist-link{color:#000;position:relative}.haru-wishlist--style-2 .my-wishlist-wrap .haru-wishlist-link:before{content:"";font-size:20px;font-family:"phosphor";font-weight:400}.haru-wishlist--style-2 .my-wishlist-wrap .haru-wishlist-link span.total{background-color:#4B5C66;border-radius:50%;color:#fff;position:absolute;top:-6px;right:-12px;width:16px;height:16px;line-height:16px;font-size:9px;text-align:center}.haru-wishlist--style-2 .bottom-bar-link{position:absolute;top:0;left:0;width:100%;height:100%}.haru-product-best-seller .haru-product-best-seller__list{margin:0;padding:0;list-style:none}@media screen and (max-width:767px){.haru-product-best-seller .haru-product-best-seller__list{max-width:calc(100vw - 0px)}}.haru-product-best-seller .product-item{margin-bottom:25px}@media screen and (max-width:767px){.haru-product-best-seller .product-item{margin-bottom:15px}}.haru-product-best-seller .product-item:last-child{margin-bottom:0}.haru-product-best-seller .product-item.has-rating:hover .star-rating{transform:none}.haru-product-best-seller .product-item.has-rating:hover .woocommerce-loop-product__title{transform:none;opacity:1;visibility:visible}.haru-product-best-seller .product-item .product-out-of-stock{font-size:12px;text-align:center}.haru-product-best-seller .product-wrap{display:flex}.haru-product-best-seller .product-wrap .product-thumbnail img{border-radius:12px}.haru-product-best-seller .product-wrap .product-top{flex:0 0 100px}.haru-product-best-seller .product-wrap .product-info{text-align:left}.haru-product-best-seller .product-wrap .star-rating{position:relative;top:1px;left:0;transform:none;opacity:1;visibility:visible;margin-bottom:5px}.haru-product-best-seller .product-wrap .price{display:block}.haru-product-best-seller .product-wrap .product-label{display:none}.haru-product-best-seller .product-wrap .product-varations{display:none}.haru-product-best-seller .product-wrap .product-actions{display:none}.haru-product-best-seller .product-wrap .product-info{flex:1;padding-left:20px}.haru-product-best-seller .product-wrap .woocommerce-loop-product__title{font-size:16px;margin-top:0}.haru-product-best-seller .product-wrap .product-design{display:none}.haru-product-best-seller .haru-slick--nav-bottom-left .slick-prev,.haru-product-best-seller .haru-slick--nav-bottom-left .slick-next{bottom:-70px}.haru-product-top-sale .haru-product-top-sale__list{margin:0;padding:0;list-style:none}@media screen and (max-width:767px){.haru-product-top-sale .haru-product-top-sale__list{max-width:calc(100vw - 0px)}}.haru-product-top-sale .product-item{margin-bottom:25px}@media screen and (max-width:767px){.haru-product-top-sale .product-item{margin-bottom:15px}}.haru-product-top-sale .product-item:last-child{margin-bottom:0}.haru-product-top-sale .product-item.has-rating:hover .star-rating{transform:none}.haru-product-top-sale .product-item.has-rating:hover .woocommerce-loop-product__title{transform:none;opacity:1;visibility:visible}.haru-product-top-sale .product-item .product-out-of-stock{font-size:12px;text-align:center}.haru-product-top-sale .product-wrap{display:flex}.haru-product-top-sale .product-wrap .product-thumbnail img{border-radius:12px}.haru-product-top-sale .product-wrap .product-top{flex:0 0 100px}.haru-product-top-sale .product-wrap .product-info{text-align:left}.haru-product-top-sale .product-wrap .star-rating{position:relative;top:1px;left:0;transform:none;opacity:1;visibility:visible;margin-bottom:5px}.haru-product-top-sale .product-wrap .price{display:block}.haru-product-top-sale .product-wrap .product-label{display:none}.haru-product-top-sale .product-wrap .product-varations{display:none}.haru-product-top-sale .product-wrap .product-actions{display:none}.haru-product-top-sale .product-wrap .product-info{flex:1;padding-left:20px}.haru-product-top-sale .product-wrap .woocommerce-loop-product__title{font-size:16px;margin-top:0}.haru-product-top-sale .product-wrap .product-design{display:none}.haru-product-top-sale .haru-slick--nav-bottom-left .slick-prev,.haru-product-top-sale .haru-slick--nav-bottom-left .slick-next{bottom:-70px}.haru-product-top-rated .haru-product-top-rated__list{margin:0;padding:0;list-style:none}@media screen and (max-width:767px){.haru-product-top-rated .haru-product-top-rated__list{max-width:calc(100vw - 0px)}}.haru-product-top-rated .product-item{margin-bottom:25px}@media screen and (max-width:767px){.haru-product-top-rated .product-item{margin-bottom:15px}}.haru-product-top-rated .product-item:last-child{margin-bottom:0}.haru-product-top-rated .product-item.has-rating:hover .star-rating{transform:none}.haru-product-top-rated .product-item.has-rating:hover .woocommerce-loop-product__title{transform:none;opacity:1;visibility:visible}.haru-product-top-rated .product-item .product-out-of-stock{font-size:12px;text-align:center}.haru-product-top-rated .product-wrap{display:flex}.haru-product-top-rated .product-wrap .product-thumbnail img{border-radius:12px}.haru-product-top-rated .product-wrap .product-top{flex:0 0 100px}.haru-product-top-rated .product-wrap .product-info{text-align:left}.haru-product-top-rated .product-wrap .star-rating{position:relative;top:1px;left:0;transform:none;opacity:1;visibility:visible;margin-bottom:5px}.haru-product-top-rated .product-wrap .price{display:block}.haru-product-top-rated .product-wrap .product-label{display:none}.haru-product-top-rated .product-wrap .product-varations{display:none}.haru-product-top-rated .product-wrap .product-actions{display:none}.haru-product-top-rated .product-wrap .product-info{flex:1;padding-left:20px}.haru-product-top-rated .product-wrap .woocommerce-loop-product__title{font-size:16px;margin-top:0}.haru-product-top-rated .product-wrap .product-design{display:none}.haru-product-top-rated .haru-slick--nav-bottom-left .slick-prev,.haru-product-top-rated .haru-slick--nav-bottom-left .slick-next{bottom:-70px}.product-filter{list-style:none;padding:0;margin:0;flex:1}.product-filter.has-arrow{padding-right:80px}.product-filter--style-1 li{display:inline-block;margin:0 4px 8px 4px}.product-filter--style-1 li:first-child{margin-left:0}.product-filter--style-1 li:last-child{margin-right:0}.product-filter--style-1 .tab-item-heading{margin:0}.product-filter--style-1 a{display:block;background-color:#f6fafc;border-radius:12px;color:#7E7E7E;padding:12px 20px;transition:all 0.3s}.product-filter--style-1 a:hover,.product-filter--style-1 a.active{background-color:#4B5C66;color:#fff;transition:all 0.3s}.product-filter--style-1 a:focus{outline:none}.product-filter--style-2 li{display:inline-block;margin:0 15px 15px 15px}@media screen and (max-width:1440px){.product-filter--style-2 li{margin:0 12px 12px 12px}}@media screen and (max-width:767px){.product-filter--style-2 li{margin:0 10px 10px 10px}}.product-filter--style-2 li:first-child{margin-left:0}.product-filter--style-2 li:last-child{margin-right:0}.product-filter--style-2 .tab-item-heading{margin:0;font-weight:500}.product-filter--style-2 a{display:block;color:rgba(155, 155, 155, 0.6);font-size:32px;font-weight:700;transition:all 0.3s}@media screen and (max-width:1440px){.product-filter--style-2 a{font-size:28px}}@media screen and (max-width:1024px){.product-filter--style-2 a{font-size:24px}}@media screen and (max-width:991px){.product-filter--style-2 a{font-size:20px}}@media screen and (max-width:767px){.product-filter--style-2 a{font-size:18px}}.product-filter--style-2 a:hover,.product-filter--style-2 a.active{color:#000;transition:all 0.3s}.product-filter--style-2 a:focus{outline:none}.hide-control{display:none !important}.hide{display:none !important}@-webkit-keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.product-ajax-content{position:relative;min-height:200px}@media screen and (max-width:1024px){.product-ajax-content{min-height:175px}}@media screen and (max-width:991px){.product-ajax-content{min-height:130px}}.product-ajax-content:before{content:"";background-color:rgba(255, 255, 255, 0.9);position:absolute;width:100%;height:100%;top:0;left:0;z-index:9;opacity:0;visibility:hidden}.product-ajax-content.loading:before,.product-ajax-content.loading .ajax-loading-icon{opacity:1;visibility:visible}.ajax-loading-icon{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:9;opacity:0;visibility:hidden}.loading-bar{margin:60px auto;font-size:4px;position:relative;text-indent:-9999em;border-top:5px solid rgba(75, 92, 102, 0.1);border-right:5px solid rgba(75, 92, 102, 0.1);border-bottom:5px solid rgba(75, 92, 102, 0.1);border-left:5px solid #4B5C66;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:load8 1.1s infinite linear;animation:load8 1.1s infinite linear;border-radius:50%;width:10em;height:10em}.loading-bar:after{border-radius:50%;width:10em;height:10em}.haru-woo-ajax-category{position:relative}.haru-woo-ajax-category .product-category-top{display:flex;align-items:center;margin-bottom:35px}@media screen and (max-width:1440px){.haru-woo-ajax-category .product-category-top{margin-bottom:30px}}@media screen and (max-width:1024px){.haru-woo-ajax-category .product-category-top{margin-bottom:20px}}@media screen and (max-width:991px){.haru-woo-ajax-category .product-category-top{margin-bottom:10px}}.haru-woo-ajax-category .products-ajax-view-more{margin-top:20px;text-align:center}.haru-woo-ajax-category .products-ajax-view-more .haru-button:after{content:"";font-family:"phosphor";font-weight:700;position:relative;bottom:-1px;line-height:1;margin-left:5px}.haru-woo-ajax-category .product-control:not(.hide-control){display:flex}.haru-woo-ajax-category .product-control .product-control-item{color:#000;position:absolute;top:50%;width:36px;height:36px;line-height:36px;margin-top:-18px;text-align:center;transition:all 0.3s;opacity:0;visibility:hidden;z-index:9}@media screen and (max-width:1440px){.haru-woo-ajax-category .product-control .product-control-item{width:15px}}.haru-woo-ajax-category .product-control .product-control-item:before{font-family:"phosphor";font-size:28px;font-weight:400}@media screen and (max-width:1440px){.haru-woo-ajax-category .product-control .product-control-item:before{font-size:24px}}.haru-woo-ajax-category .product-control .product-control-item:first-child{right:100%}@media screen and (max-width:1440px){.haru-woo-ajax-category .product-control .product-control-item:first-child{right:auto;left:-18px}}.haru-woo-ajax-category .product-control .product-control-item:first-child:before{content:""}.haru-woo-ajax-category .product-control .product-control-item:last-child{left:100%}.haru-woo-ajax-category .product-control .product-control-item:last-child:before{content:""}@media screen and (max-width:1440px){.haru-woo-ajax-category .product-control .product-control-item:last-child{left:auto;right:-10px}}.haru-woo-ajax-category .product-control .product-control-item:hover{cursor:pointer;color:#4B5C66;transition:all 0.3s}.haru-woo-ajax-category .product-control .product-control-item.disable{color:rgba(0, 0, 0, 0.3);pointer-events:none}.haru-woo-ajax-category .product-control.show-control .product-control-item{opacity:1;visibility:visible;transition:none}.haru-woo-ajax-category--grid .product-list{display:flex;flex-wrap:wrap}.haru-woo-ajax-category--padding.haru-woo-ajax-category--grid .product-item.style-1{padding:0 15px;margin-bottom:35px}@media screen and (max-width:991px){.haru-woo-ajax-category--padding.haru-woo-ajax-category--grid .product-item.style-1{padding:0 10px}}@media screen and (max-width:767px){.haru-woo-ajax-category--padding.haru-woo-ajax-category--grid .product-item.style-1{padding:0 8px}}.haru-woo-ajax-category--padding.haru-woo-ajax-category--grid .product-item.style-2{padding:15px 15px 0 15px;margin-bottom:30px}@media screen and (max-width:991px){.haru-woo-ajax-category--padding.haru-woo-ajax-category--grid .product-item.style-2{padding:10px 10px 0 10px}}@media screen and (max-width:767px){.haru-woo-ajax-category--padding.haru-woo-ajax-category--grid .product-item.style-2{padding:8px 8px 0 8px}}.haru-woo-ajax-category--padding.haru-woo-ajax-category--grid .product-list{margin:0 -15px}@media screen and (max-width:991px){.haru-woo-ajax-category--padding.haru-woo-ajax-category--grid .product-list{margin:0 -10px}}@media screen and (max-width:991px){.haru-woo-ajax-category--padding.haru-woo-ajax-category--grid .product-list{margin:0 -8px}}.haru-woo-ajax-category--padding .haru-info{margin:0 15px}.haru-woo-product-slider__list{padding:0;margin:0;list-style:none}@media screen and (max-width:767px){.haru-woo-product-slider__list{max-width:calc(100vw - 0px)}}.haru-woo-product-slider .haru-woo-product-slider__item{position:relative;overflow:hidden}.haru-woo-product-slider .haru-woo-product-slider__item .product-out-of-stock{font-size:12px;text-align:center}.haru-woo-product-slider .haru-woo-product-slider__image{width:100%;transition:all 0.3s}.haru-woo-product-slider--slick .slick-next,.haru-woo-product-slider--slick .slick-prev{width:48px;height:48px;line-height:48px}.haru-woo-product-slider--slick .slick-next{right:-60px}.haru-woo-product-slider--slick .slick-prev{left:-60px}.haru-woo-product-slider--slick .slick-dots{margin:20px 0 0}@media screen and (max-width:1440px){.haru-woo-product-slider--slick .slick-dots{margin:15px 0 0}}@media screen and (max-width:1024px){.haru-woo-product-slider--slick .slick-dots{margin:10px 0 0}}@media screen and (max-width:991px){.haru-woo-product-slider--slick .slick-dots{margin:5px 0 0}}.haru-woo-product-slider--slick .product-item.style-2{padding:15px}.haru-woo-product-slider--slick.haru-woo-product-slider--product-style-2 .slick-list{overflow:visible}.haru-woo-product-slider--slick.haru-woo-product-slider--product-style-2 .slick-slide{padding-top:25px;padding-bottom:30px;transition:all 0.3s}.haru-woo-product-slider--slick.haru-woo-product-slider--product-style-2 .slick-slide:not(.slick-active){opacity:0;visibility:hidden;transition:all 0.3s}@media screen and (max-width:767px){.haru-woo-product-slider--padding.haru-woo-product-slider--slick .haru-woo-product-slider__list{max-width:calc(100vw - 16px)}}.haru-woo-product-slider--padding.haru-woo-product-slider--slick .haru-slick{margin:0 -15px}@media screen and (max-width:991px){.haru-woo-product-slider--padding.haru-woo-product-slider--slick .haru-slick{margin:0 -10px}}@media screen and (max-width:767px){.haru-woo-product-slider--padding.haru-woo-product-slider--slick .haru-slick{margin:0 -8px}}.haru-woo-product-slider--padding.haru-woo-product-slider--slick .slick-slide{padding:0 15px}@media screen and (max-width:991px){.haru-woo-product-slider--padding.haru-woo-product-slider--slick .slick-slide{padding:0 10px}}@media screen and (max-width:767px){.haru-woo-product-slider--padding.haru-woo-product-slider--slick .slick-slide{padding:0 8px}}.haru-woo-product-slider--padding.haru-woo-product-slider--product-style-2 .slick-slide{padding:0}.haru-woo-ajax-order{position:relative}.haru-woo-ajax-order .product-order-top{display:flex;align-items:center;margin-bottom:35px}@media screen and (max-width:1440px){.haru-woo-ajax-order .product-order-top{margin-bottom:30px}}@media screen and (max-width:1024px){.haru-woo-ajax-order .product-order-top{margin-bottom:20px}}@media screen and (max-width:991px){.haru-woo-ajax-order .product-order-top{margin-bottom:10px}}.haru-woo-ajax-order .products-ajax-view-more{margin-top:40px;text-align:center}@media screen and (max-width:1440px){.haru-woo-ajax-order .products-ajax-view-more{margin-top:35px}}@media screen and (max-width:1024px){.haru-woo-ajax-order .products-ajax-view-more{margin-top:30px}}@media screen and (max-width:991px){.haru-woo-ajax-order .products-ajax-view-more{margin-top:25px}}@media screen and (max-width:767px){.haru-woo-ajax-order .products-ajax-view-more{margin-top:20px}}.haru-woo-ajax-order .products-ajax-view-more .haru-button:after{content:"";font-family:"phosphor";font-weight:400;position:relative;bottom:-1px;line-height:1;margin-left:5px}.haru-woo-ajax-order .product-control:not(.hide-control){display:flex}.haru-woo-ajax-order .product-control .product-control-item{color:#000;position:absolute;top:50%;width:36px;height:36px;line-height:36px;margin-top:-18px;text-align:center;transition:all 0.3s;opacity:0;visibility:hidden;z-index:9}@media screen and (max-width:1440px){.haru-woo-ajax-order .product-control .product-control-item{width:15px}}.haru-woo-ajax-order .product-control .product-control-item:before{font-family:"phosphor";font-size:28px;font-weight:400}@media screen and (max-width:1440px){.haru-woo-ajax-order .product-control .product-control-item:before{font-size:24px}}.haru-woo-ajax-order .product-control .product-control-item:first-child{right:100%}@media screen and (max-width:1440px){.haru-woo-ajax-order .product-control .product-control-item:first-child{right:auto;left:-18px}}.haru-woo-ajax-order .product-control .product-control-item:first-child:before{content:""}.haru-woo-ajax-order .product-control .product-control-item:last-child{left:100%}.haru-woo-ajax-order .product-control .product-control-item:last-child:before{content:""}@media screen and (max-width:1440px){.haru-woo-ajax-order .product-control .product-control-item:last-child{left:auto;right:-10px}}.haru-woo-ajax-order .product-control .product-control-item:hover{cursor:pointer;color:#4B5C66;transition:all 0.3s}.haru-woo-ajax-order .product-control .product-control-item.disable{color:rgba(0, 0, 0, 0.3);pointer-events:none}.haru-woo-ajax-order .product-control.show-control .product-control-item{opacity:1;visibility:visible;transition:none}.haru-woo-ajax-order--grid .product-list{display:flex;flex-wrap:wrap}.haru-woo-ajax-order--slick .slick-next,.haru-woo-ajax-order--slick .slick-prev{width:48px;height:48px;line-height:48px}.haru-woo-ajax-order--slick .slick-next{right:-60px}.haru-woo-ajax-order--slick .slick-prev{left:-60px}.haru-woo-ajax-order--slick .slick-dots{margin:20px 0 0}@media screen and (max-width:1440px){.haru-woo-ajax-order--slick .slick-dots{margin:15px 0 0}}@media screen and (max-width:1024px){.haru-woo-ajax-order--slick .slick-dots{margin:0 0 10px}}@media screen and (max-width:991px){.haru-woo-ajax-order--slick .slick-dots{margin:0 0 5px}}@media screen and (max-width:767px){.haru-woo-ajax-order--slick .slick-dots{margin:0 0 0}}.haru-woo-ajax-order--slick .product-item.style-2{padding:15px}.haru-woo-ajax-order--slick.haru-woo-ajax-order--product-style-2 .slick-slide{padding-top:25px;padding-bottom:30px}.haru-woo-ajax-order--padding.haru-woo-ajax-order--grid .product-item.style-1{padding:0 15px;margin-bottom:35px}@media screen and (max-width:991px){.haru-woo-ajax-order--padding.haru-woo-ajax-order--grid .product-item.style-1{padding:0 10px}}@media screen and (max-width:767px){.haru-woo-ajax-order--padding.haru-woo-ajax-order--grid .product-item.style-1{padding:0 8px}}.haru-woo-ajax-order--padding.haru-woo-ajax-order--grid .product-item.style-2{padding:15px 15px 0 15px;margin-bottom:30px}@media screen and (max-width:991px){.haru-woo-ajax-order--padding.haru-woo-ajax-order--grid .product-item.style-2{padding:10px 10px 0 10px}}@media screen and (max-width:767px){.haru-woo-ajax-order--padding.haru-woo-ajax-order--grid .product-item.style-2{padding:8px 8px 0 8px}}.haru-woo-ajax-order--padding.haru-woo-ajax-order--grid .product-list{margin:0 -15px}@media screen and (max-width:991px){.haru-woo-ajax-order--padding.haru-woo-ajax-order--grid .product-list{margin:0 -10px}}@media screen and (max-width:991px){.haru-woo-ajax-order--padding.haru-woo-ajax-order--grid .product-list{margin:0 -8px}}.haru-woo-ajax-order--padding .haru-info{margin:0 15px}@media screen and (max-width:767px){.haru-woo-ajax-order--padding.haru-woo-ajax-order--slick .product-list{max-width:calc(100vw - 16px)}}.haru-woo-ajax-order--padding.haru-woo-ajax-order--slick .haru-slick{margin:0 -15px}@media screen and (max-width:991px){.haru-woo-ajax-order--padding.haru-woo-ajax-order--slick .haru-slick{margin:0 -10px}}@media screen and (max-width:767px){.haru-woo-ajax-order--padding.haru-woo-ajax-order--slick .haru-slick{margin:0 -8px}}.haru-woo-ajax-order--padding.haru-woo-ajax-order--slick .slick-slide{padding:0 15px}@media screen and (max-width:991px){.haru-woo-ajax-order--padding.haru-woo-ajax-order--slick .slick-slide{padding:0 10px}}@media screen and (max-width:767px){.haru-woo-ajax-order--padding.haru-woo-ajax-order--slick .slick-slide{padding:0 8px}}.haru-woo-ajax-order--padding.haru-woo-ajax-order--slick.haru-woo-ajax-order--product-style-2 .slick-slide{padding-left:0;padding-right:0;padding-top:25px;padding-bottom:30px}.haru-woo-product-variations--list{max-width:810px;margin-left:auto;margin-right:auto}.haru-woo-product-variations--list .variation-step{text-align:center}.haru-woo-product-variations--list .variation-step span{background:rgba(17, 177, 150, 0.1);border-radius:3px;color:#11B196;display:inline-block;font-size:18px;font-weight:700;padding:3px 16px;letter-spacing:0.1em;text-transform:uppercase}@media screen and (max-width:1440px){.haru-woo-product-variations--list .variation-step span{font-size:16px;padding:2px 13px}}@media screen and (max-width:1024px){.haru-woo-product-variations--list .variation-step span{font-size:14px;padding:1px 13px}}.haru-woo-product-variations--list .wc-dnd-file-upload{font-size:40px;padding:0 0 90px;text-align:center}@media screen and (max-width:1440px){.haru-woo-product-variations--list .wc-dnd-file-upload{font-size:32px;padding:10px 0 70px}}@media screen and (max-width:1024px){.haru-woo-product-variations--list .wc-dnd-file-upload{font-size:28px;padding:10px 0 50px}}@media screen and (max-width:767px){.haru-woo-product-variations--list .wc-dnd-file-upload{font-size:22px}}.haru-woo-product-variations--list .wc-dnd-file-upload .codedropz-upload-wrapper{padding-top:30px}@media screen and (max-width:1440px){.haru-woo-product-variations--list .wc-dnd-file-upload .codedropz-upload-wrapper{padding-top:20px}}.haru-woo-product-variations--list .wc-dnd-file-upload .codedropz-upload-handler{border:2px dashed #eee}.haru-woo-product-variations--list .wc-upload-wrap .codedropz-upload-inner a.cd-upload-btn{padding:2px 25px}.haru-woo-product-variations--list .wc-upload-wrap .codedropz-upload-inner .codedropz-label span.cd-icon{font-size:64px;opacity:0.3}@media screen and (max-width:1440px){.haru-woo-product-variations--list .wc-upload-wrap .codedropz-upload-inner .codedropz-label span.cd-icon{font-size:56px}}@media screen and (max-width:1024px){.haru-woo-product-variations--list .wc-upload-wrap .codedropz-upload-inner .codedropz-label span.cd-icon{font-size:48px}}.haru-woo-product-variations--list .wc-upload-wrap .codedropz-upload-inner .codedropz-label span.cd-icon i{font-family:"icomoon-wc-free" !important}.haru-woo-product-variations--list .dnd-upload-status .dnd-upload-details .name,.haru-woo-product-variations--list .dnd-upload-status .dnd-upload-details .remove-file{font-size:18px}@media screen and (max-width:767px){.haru-woo-product-variations--list .dnd-upload-status .dnd-upload-details .name,.haru-woo-product-variations--list .dnd-upload-status .dnd-upload-details .remove-file{font-size:16px}}.haru-woo-product-variations--list .dnd-upload-status .dnd-upload-details span.has-error{font-size:14px}.haru-woo-product-variations--list .variation-row{margin-bottom:100px}@media screen and (max-width:1440px){.haru-woo-product-variations--list .variation-row{margin-bottom:80px}}@media screen and (max-width:1024px){.haru-woo-product-variations--list .variation-row{margin-bottom:60px}}.haru-woo-product-variations--list .variation-row:nth-last-child(-n+2){margin-bottom:60px}@media screen and (max-width:1440px){.haru-woo-product-variations--list .variation-row:nth-last-child(-n+2){margin-bottom:40px}}@media screen and (max-width:1024px){.haru-woo-product-variations--list .variation-row:nth-last-child(-n+2){margin-bottom:30px}}.haru-woo-product-variations--list .variation-row:last-child{margin-bottom:30px}.haru-woo-product-variations--list .variation-row:last-child label{font-size:0;margin-bottom:0}.haru-woo-product-variations--list .variation-row label{color:#000;font-size:40px;font-weight:700;display:block;margin-bottom:40px;text-align:center}@media screen and (max-width:1440px){.haru-woo-product-variations--list .variation-row label{font-size:32px;padding-top:10px;margin-bottom:30px}}@media screen and (max-width:1024px){.haru-woo-product-variations--list .variation-row label{font-size:28px}}@media screen and (max-width:767px){.haru-woo-product-variations--list .variation-row label{font-size:22px}}.haru-woo-product-variations--list .variation-row .value{text-align:center}.haru-woo-product-variations--list .reset_variations{border:1px solid #eee;border-radius:3px;color:#000;display:inline-block;font-size:13px;font-weight:600;padding:3px 15px;transition:all 0.3s}.haru-woo-product-variations--list .reset_variations:hover{background-color:#000;border:1px solid #000;color:#fff;transition:all 0.3s}.haru-woo-product-variations--list .reset_variations:before{content:"";font-family:"haruicons";font-weight:700;display:inline-block;margin-right:5px;position:relative;bottom:-2px}.haru-woo-product-variations--list .haru-variation-select-box{max-width:560px}.haru-woo-product-variations--list .variable-attribute-wrap{padding:0;margin:0;list-style:none;display:flex;flex-wrap:wrap;align-items:center;justify-content:center}.haru-woo-product-variations--list .variable-attribute-wrap>li{cursor:pointer;display:flex;align-items:flex-start;position:relative}.haru-woo-product-variations--list .variable-attribute-wrap>li:hover .button-tooltip{opacity:1;visibility:visible;transform:translate(-50%, -5px);transition:all 300ms ease-in-out 0s}.haru-woo-product-variations--list .variable-attribute-wrap>li .button-tooltip{padding:3px 5px;position:absolute;text-transform:none;min-width:60px;opacity:0;text-align:center;visibility:hidden;bottom:calc(100% + 5px);left:50%;background:#555;color:#fff;font-size:12px;line-height:20px;font-weight:500;border-radius:3px;transform:translate(-50%, 0);z-index:2}@media screen and (max-width:767px){.haru-woo-product-variations--list .variable-attribute-wrap>li .button-tooltip{bottom:calc(100% + 2px)}}.haru-woo-product-variations--list .variable-attribute-wrap>li .button-tooltip:after{width:0;height:0;position:absolute;bottom:-6px;left:50%;content:"";border-left:5px solid transparent;border-right:5px solid transparent;border-top:7px solid #555;transform:translate(-50%, 0)}.haru-woo-product-variations--list .variable-attribute-wrap.color-attribute-wrap>li{width:48px;height:48px;margin-right:28px;border-radius:50%}@media screen and (max-width:1440px){.haru-woo-product-variations--list .variable-attribute-wrap.color-attribute-wrap>li{width:40px;height:40px}}@media screen and (max-width:767px){.haru-woo-product-variations--list .variable-attribute-wrap.color-attribute-wrap>li{width:28px;height:28px;margin-right:16px}}.haru-woo-product-variations--list .variable-attribute-wrap.color-attribute-wrap>li:last-child{margin-right:0}.haru-woo-product-variations--list .variable-attribute-wrap.color-attribute-wrap>li.selected:before{border:1px solid #000}.haru-woo-product-variations--list .variable-attribute-wrap.color-attribute-wrap>li.selected:after{opacity:1}.haru-woo-product-variations--list .variable-attribute-wrap.color-attribute-wrap>li:before{content:"";position:absolute;width:56px;height:56px;border:1px solid #e3e3e3;top:-4px;left:-4px;border-radius:50%}@media screen and (max-width:1440px){.haru-woo-product-variations--list .variable-attribute-wrap.color-attribute-wrap>li:before{width:48px;height:48px;top:-4px;left:-4px}}@media screen and (max-width:767px){.haru-woo-product-variations--list .variable-attribute-wrap.color-attribute-wrap>li:before{width:34px;height:34px;top:-3px;left:-3px}}.haru-woo-product-variations--list .variable-attribute-wrap.color-attribute-wrap>li:after{content:"";font-family:"phosphor";font-weight:700;display:inline-block;color:#fff;font-size:32px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);opacity:0}@media screen and (max-width:1440px){.haru-woo-product-variations--list .variable-attribute-wrap.color-attribute-wrap>li:after{font-size:28px}}@media screen and (max-width:767px){.haru-woo-product-variations--list .variable-attribute-wrap.color-attribute-wrap>li:after{font-size:20px}}.haru-woo-product-variations--list .variable-attribute-wrap.color-attribute-wrap>li[style="background-color:#ffffff;"]:after{color:#4B5C66}.haru-woo-product-variations--list .variable-attribute-wrap.label-attribute-wrap>li{font-weight:700;border:1px solid #eee;border-radius:50%;font-size:14px;margin-right:30px;height:48px;line-height:44px;min-width:48px;padding:0 5px;justify-content:center;transition:all 0.3s}@media screen and (max-width:1024px){.haru-woo-product-variations--list .variable-attribute-wrap.label-attribute-wrap>li{margin-right:28px}}@media screen and (max-width:767px){.haru-woo-product-variations--list .variable-attribute-wrap.label-attribute-wrap>li{height:40px;line-height:36px;min-width:40px;margin-right:20px}}.haru-woo-product-variations--list .variable-attribute-wrap.label-attribute-wrap>li:last-child{margin-right:0}.haru-woo-product-variations--list .variable-attribute-wrap.label-attribute-wrap>li.selected{border:1px solid #000;color:#000;font-weight:700}.haru-woo-product-variations--list .variable-attribute-wrap.label-attribute-wrap>li:hover{color:#000;transition:all 0.3s}.haru-woo-product-variations--list .variable-attribute-wrap.image-attribute-wrap{align-items:flex-start}.haru-woo-product-variations--list .variable-attribute-wrap.image-attribute-wrap>li{max-width:192px;width:calc(25% - 18px);margin-right:24px;padding:10px 10px 0 10px;border:2px solid #eee;border-radius:5px;flex-direction:column;align-items:center;background-color:#fff}@media screen and (max-width:767px){.haru-woo-product-variations--list .variable-attribute-wrap.image-attribute-wrap>li{width:calc(50% - 8px);margin-right:16px}}@media screen and (max-width:767px){.haru-woo-product-variations--list .variable-attribute-wrap.image-attribute-wrap>li:nth-child(2n){margin-right:0}}@media screen and (max-width:767px){.haru-woo-product-variations--list .variable-attribute-wrap.image-attribute-wrap>li:nth-child(2n+1){margin-bottom:10px}}.haru-woo-product-variations--list .variable-attribute-wrap.image-attribute-wrap>li:last-child{margin-right:0}.haru-woo-product-variations--list .variable-attribute-wrap.image-attribute-wrap>li:nth-child(5n){margin-right:0}.haru-woo-product-variations--list .variable-attribute-wrap.image-attribute-wrap>li.selected{border:2px solid #fff;box-shadow:0 20px 50px rgba(0, 0, 0, 0.07)}.haru-woo-product-variations--list .variable-attribute-wrap.image-attribute-wrap>li.selected .button-tooltip{color:#000}.haru-woo-product-variations--list .variable-attribute-wrap.image-attribute-wrap>li img{border-radius:5px;width:100%}.haru-woo-product-variations--list .variable-attribute-wrap.image-attribute-wrap>li .button-tooltip{position:relative;opacity:1;visibility:visible;bottom:auto;left:auto;transform:none;display:block;background:transparent;color:#7E7E7E;font-weight:700;font-size:18px;padding:16px 10px}.haru-woo-product-variations--list .variable-attribute-wrap.image-attribute-wrap>li .button-tooltip:after{display:none}.haru-woo-product-variations .product-variations-popup{padding:30px 30px 90px 30px;position:relative;border-radius:12px;max-width:690px;background:#fff;margin:20px auto}@media screen and (max-width:767px){.haru-woo-product-variations .product-variations-popup{padding:30px 20px 90px 20px}}.haru-woo-product-variations .product-variations-popup .mfp-close{font-size:0;width:48px;height:48px;top:-48px;right:-15px;opacity:1}.haru-woo-product-variations .product-variations-popup .mfp-close:hover{opacity:0.8;transition:all 0.3s}.haru-woo-product-variations .product-variations-popup .mfp-close:hover:before{color:#fff}.haru-woo-product-variations .product-variations-popup .mfp-close:before{content:"";font-family:"phosphor";font-size:24px;color:#fff;transition:all 0.3s}.haru-woo-product-variations .product-variations-popup .variations>.variation-row{display:none}.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap{padding:0;margin:0;list-style:none;display:flex;flex-wrap:wrap;align-items:center;justify-content:center}.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap>li{cursor:pointer;display:flex;align-items:flex-start;position:relative}.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap>li:hover .button-tooltip{opacity:1;visibility:visible;transform:translate(-50%, -5px);transition:all 300ms ease-in-out 0s}.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap>li .button-tooltip{padding:3px 5px;position:absolute;text-transform:none;min-width:60px;opacity:0;text-align:center;visibility:hidden;bottom:calc(100% + 5px);left:50%;background:#555;color:#fff;font-size:12px;line-height:20px;font-weight:500;border-radius:3px;transform:translate(-50%, 0)}@media screen and (max-width:767px){.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap>li .button-tooltip{bottom:calc(100% + 2px)}}.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap>li .button-tooltip:after{width:0;height:0;position:absolute;bottom:-6px;left:50%;content:"";border-left:5px solid transparent;border-right:5px solid transparent;border-top:7px solid #555;transform:translate(-50%, 0)}.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap.color-attribute-wrap>li{width:48px;height:48px;margin-right:28px;border-radius:50%}@media screen and (max-width:1440px){.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap.color-attribute-wrap>li{width:40px;height:40px}}@media screen and (max-width:767px){.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap.color-attribute-wrap>li{width:28px;height:28px;margin-right:16px}}.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap.color-attribute-wrap>li:last-child{margin-right:0}.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap.color-attribute-wrap>li.selected:before{border:1px solid #000}.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap.color-attribute-wrap>li.selected:after{opacity:1}.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap.color-attribute-wrap>li:before{content:"";position:absolute;width:56px;height:56px;border:1px solid #e3e3e3;top:-4px;left:-4px;border-radius:50%}@media screen and (max-width:1440px){.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap.color-attribute-wrap>li:before{width:48px;height:48px;top:-4px;left:-4px}}@media screen and (max-width:767px){.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap.color-attribute-wrap>li:before{width:34px;height:34px;top:-3px;left:-3px}}.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap.color-attribute-wrap>li:after{content:"";font-family:"phosphor";font-weight:700;display:inline-block;color:#fff;font-size:32px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);opacity:0}@media screen and (max-width:1440px){.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap.color-attribute-wrap>li:after{font-size:28px}}@media screen and (max-width:767px){.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap.color-attribute-wrap>li:after{font-size:20px}}.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap.color-attribute-wrap>li[style="background-color:#ffffff;"]:after{color:#4B5C66}.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap.label-attribute-wrap>li{font-weight:600;border:1px solid #eee;border-radius:50%;font-size:14px;margin-right:30px;height:48px;line-height:44px;min-width:48px;padding:0 5px;justify-content:center;transition:all 0.3s}@media screen and (max-width:1024px){.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap.label-attribute-wrap>li{margin-right:28px}}@media screen and (max-width:767px){.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap.label-attribute-wrap>li{height:40px;line-height:36px;min-width:40px;margin-right:20px}}.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap.label-attribute-wrap>li:last-child{margin-right:0}.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap.label-attribute-wrap>li.selected{border:1px solid #000;color:#000;font-weight:700}.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap.label-attribute-wrap>li:hover{color:#000;transition:all 0.3s}.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap.image-attribute-wrap{align-items:flex-start}.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap.image-attribute-wrap>li{max-width:192px;width:calc(25% - 18px);margin-right:24px;padding:10px 10px 0 10px;border:2px solid #eee;border-radius:5px;flex-direction:column;align-items:center;background-color:#fff}@media screen and (max-width:767px){.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap.image-attribute-wrap>li{width:calc(50% - 8px);margin-right:16px}}@media screen and (max-width:767px){.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap.image-attribute-wrap>li:nth-child(2n){margin-right:0}}@media screen and (max-width:767px){.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap.image-attribute-wrap>li:nth-child(2n+1){margin-bottom:10px}}.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap.image-attribute-wrap>li:last-child{margin-right:0}.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap.image-attribute-wrap>li:nth-child(5n){margin-right:0}.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap.image-attribute-wrap>li.selected{border:2px solid #fff;box-shadow:0 20px 50px rgba(0, 0, 0, 0.07)}.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap.image-attribute-wrap>li.selected .button-tooltip{color:#000}.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap.image-attribute-wrap>li img{border-radius:5px;width:100%}.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap.image-attribute-wrap>li .button-tooltip{position:relative;opacity:1;visibility:visible;bottom:auto;left:auto;transform:none;display:block;background:transparent;color:#7E7E7E;font-weight:700;font-size:18px;padding:16px 10px}.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap.image-attribute-wrap>li .button-tooltip:after{display:none}.haru-woo-product-variations .product-variations-popup .step-list{padding:0;margin:0;list-style:none;text-align:center}@media screen and (max-width:767px){.haru-woo-product-variations .product-variations-popup .step-list{display:flex;flex-wrap:nowrap;overflow-x:auto}}.haru-woo-product-variations .product-variations-popup .step-list li{width:60px;height:60px;display:inline-block;margin:0 25px;position:relative}@media screen and (max-width:767px){.haru-woo-product-variations .product-variations-popup .step-list li{width:48px;height:48px;margin:0 15px;flex-shrink:0}}.haru-woo-product-variations .product-variations-popup .step-list li:first-child{margin-left:0}.haru-woo-product-variations .product-variations-popup .step-list li:last-child{margin-right:0}.haru-woo-product-variations .product-variations-popup .step-list li:last-child:before{display:none}.haru-woo-product-variations .product-variations-popup .step-list li:before{content:"";position:absolute;left:50%;top:50%;height:3px;width:120px;background-color:#eee;transform:translateY(-50%);z-index:1}@media screen and (max-width:767px){.haru-woo-product-variations .product-variations-popup .step-list li:before{height:2px;width:90px}}.haru-woo-product-variations .product-variations-popup .step-list li span{display:block;z-index:2;background-color:#fff;border-radius:50%;position:relative;line-height:54px;border-radius:50%;border:3px solid #eee;background-color:#fff;font-size:18px;font-weight:700;text-align:center}@media screen and (max-width:767px){.haru-woo-product-variations .product-variations-popup .step-list li span{line-height:44px;border:2px solid #eee;font-size:16px}}.haru-woo-product-variations .product-variations-popup .step-list li.step-active span{background-color:#4B5C66;box-shadow:0 9px 20px rgba(0, 0, 0, 0.1);color:#fff;border:3px solid #4B5C66}@media screen and (max-width:767px){.haru-woo-product-variations .product-variations-popup .step-list li.step-active span{border:2px solid #4B5C66}}.haru-woo-product-variations .product-variations-popup .variation-step-control{position:absolute;left:0;bottom:0;width:100%;padding:15px 30px}.haru-woo-product-variations .product-variations-popup .variation-step-control:before{content:"";position:absolute;top:0;left:30px;width:calc(100% - 60px);height:1px;background-color:#eee}.haru-woo-product-variations .product-variations-popup .variation-step{display:none}.haru-woo-product-variations .product-variations-popup .variation-slide-step{display:none}.haru-woo-product-variations .product-variations-popup .variation-step-control{display:flex;align-items:center;font-size:16px;font-weight:600;color:#000}.haru-woo-product-variations .product-variations-popup .variation-step-control .variation-step-prev,.haru-woo-product-variations .product-variations-popup .variation-step-control .variation-step-next{cursor:pointer;transition:all 0.3s}.haru-woo-product-variations .product-variations-popup .variation-step-control .variation-step-prev:hover,.haru-woo-product-variations .product-variations-popup .variation-step-control .variation-step-next:hover{opacity:0.8;transition:all 0.3s}.haru-woo-product-variations .product-variations-popup .variation-step-control .variation-step-prev.disable,.haru-woo-product-variations .product-variations-popup .variation-step-control .variation-step-next.disable{display:none;cursor:auto}.haru-woo-product-variations .product-variations-popup .variation-step-control .variation-step-prev{margin-right:auto}.haru-woo-product-variations .product-variations-popup .variation-step-control .variation-step-next{margin-left:auto}.haru-woo-product-variations .product-variations-popup .reset_variations{display:none}.haru-woo-product-variations .product-variations-popup .wc-dnd-file-upload{font-size:40px;padding-top:20px;text-align:center}@media screen and (max-width:1440px){.haru-woo-product-variations .product-variations-popup .wc-dnd-file-upload{font-size:32px}}@media screen and (max-width:1024px){.haru-woo-product-variations .product-variations-popup .wc-dnd-file-upload{font-size:28px}}@media screen and (max-width:767px){.haru-woo-product-variations .product-variations-popup .wc-dnd-file-upload{font-size:22px}}.haru-woo-product-variations .product-variations-popup .wc-dnd-file-upload .codedropz-upload-wrapper{padding-top:30px}@media screen and (max-width:1440px){.haru-woo-product-variations .product-variations-popup .wc-dnd-file-upload .codedropz-upload-wrapper{padding-top:20px}}.haru-woo-product-variations .product-variations-popup .wc-dnd-file-upload .codedropz-upload-handler{border:2px dashed #eee}.haru-woo-product-variations .product-variations-popup .wc-upload-wrap .codedropz-upload-inner a.cd-upload-btn{padding:2px 25px}.haru-woo-product-variations .product-variations-popup .wc-upload-wrap .codedropz-upload-inner .codedropz-label span.cd-icon{font-size:64px;opacity:0.3}@media screen and (max-width:1440px){.haru-woo-product-variations .product-variations-popup .wc-upload-wrap .codedropz-upload-inner .codedropz-label span.cd-icon{font-size:56px}}@media screen and (max-width:1024px){.haru-woo-product-variations .product-variations-popup .wc-upload-wrap .codedropz-upload-inner .codedropz-label span.cd-icon{font-size:48px}}.haru-woo-product-variations .product-variations-popup .wc-upload-wrap .codedropz-upload-inner .codedropz-label span.cd-icon i{font-family:"icomoon-wc-free" !important}.haru-woo-product-variations .product-variations-popup .dnd-upload-status .dnd-upload-details .name,.haru-woo-product-variations .product-variations-popup .dnd-upload-status .dnd-upload-details .remove-file{font-size:18px}@media screen and (max-width:767px){.haru-woo-product-variations .product-variations-popup .dnd-upload-status .dnd-upload-details .name,.haru-woo-product-variations .product-variations-popup .dnd-upload-status .dnd-upload-details .remove-file{font-size:16px}}.haru-woo-product-variations .product-variations-popup .dnd-upload-status .dnd-upload-details span.has-error{font-size:14px}.haru-woo-product-variations .product-variations-popup .variation-row label{color:#000;font-size:40px;font-weight:600;display:block;margin-bottom:40px;padding-top:20px;text-align:center}@media screen and (max-width:1440px){.haru-woo-product-variations .product-variations-popup .variation-row label{font-size:32px;margin-bottom:30px}}@media screen and (max-width:1024px){.haru-woo-product-variations .product-variations-popup .variation-row label{font-size:28px}}@media screen and (max-width:767px){.haru-woo-product-variations .product-variations-popup .variation-row label{font-size:22px}}.haru-woo-product-variations .product-variations-popup .variation-row .value{text-align:center}.haru-woo-product-variations .product-variations-popup .add-to-cart-notice{color:#000;font-size:40px;font-weight:600;padding-top:20px;margin-bottom:40px;text-align:center}@media screen and (max-width:1440px){.haru-woo-product-variations .product-variations-popup .add-to-cart-notice{font-size:32px;margin-bottom:30px}}@media screen and (max-width:1024px){.haru-woo-product-variations .product-variations-popup .add-to-cart-notice{font-size:28px}}@media screen and (max-width:767px){.haru-woo-product-variations .product-variations-popup .add-to-cart-notice{font-size:22px}}.haru-woo-product-variations form.cart{margin-top:15px;margin-bottom:10px}.haru-woo-product-variations form.cart:before,.haru-woo-product-variations form.cart:after{display:table;content:""}.haru-woo-product-variations form.cart:after{clear:both}.haru-woo-product-variations form.cart .hide{display:none}.haru-woo-product-variations form.cart table.variations{border:none;margin-bottom:10px}.haru-woo-product-variations form.cart table.variations th,.haru-woo-product-variations form.cart table.variations td{border:none}.haru-woo-product-variations form.cart table.variations .label{width:100px}.haru-woo-product-variations form.cart table.variations label{color:#000;font-weight:600}.haru-woo-product-variations form.cart table.variations td{padding:5px 0 10px 0}.haru-woo-product-variations form.cart table.variations tr:last-child td{padding:0}.haru-woo-product-variations form.cart .quantity{float:left;margin-right:10px}.haru-woo-product-variations form.cart .quantity .screen-reader-text{display:none}.haru-woo-product-variations form.cart .quantity .input-button{height:46px;padding:0 15px;font-size:24px;margin-top:-6px;font-weight:500}.haru-woo-product-variations form.cart .quantity input[type="number"]{width:46px;height:46px;font-size:18px;font-weight:700;color:#000}.haru-woo-product-variations form.cart .single_variation_wrap{max-width:560px;margin:0 auto;position:relative}.haru-woo-product-variations form.cart .single_variation_wrap:has(p) .woocommerce-variation-price-notice,.haru-woo-product-variations form.cart .single_variation_wrap:has(.woocommerce-variation-add-to-cart-enabled) .woocommerce-variation-price-notice{display:none}.haru-woo-product-variations form.cart .woocommerce-variation-price-notice{position:absolute;top:10px;right:0;width:calc(100% - 145px);text-align:right}@media screen and (max-width:767px){.haru-woo-product-variations form.cart .woocommerce-variation-price-notice{top:0;line-height:1.6}}.haru-woo-product-variations form.cart .woocommerce-variation.single_variation{position:absolute;right:0;top:5px;width:calc(100% - 145px)}.haru-woo-product-variations form.cart .woocommerce-variation.single_variation:has(p){top:-4px}.haru-woo-product-variations form.cart .woocommerce-variation.single_variation p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.haru-woo-product-variations form.cart .woocommerce-variation.single_variation .woocommerce-variation-description{display:none}.haru-woo-product-variations form.cart .woocommerce-variation.single_variation .woocommerce-variation-price{text-align:right}.haru-woo-product-variations form.cart .woocommerce-variation.single_variation .woocommerce-variation-price span.price{font-size:24px}@media screen and (max-width:767px){.haru-woo-product-variations form.cart .woocommerce-variation.single_variation .woocommerce-variation-price span.price{font-size:22px}}.haru-woo-product-variations form.cart .single_add_to_cart_button{float:none;height:48px;padding:0 20px;width:100%;max-width:none;margin-top:24px}.haru-woo-product-variations form.cart .woocommerce-variation-price{margin-bottom:0}.haru-woo-product-variations form.cart .woocommerce-variation-price span.price{border:none}.haru-woo-product-variations form.cart .woocommerce-variation-price span.price del{margin-left:6px;font-size:80%}.haru-woo-product-variations form.cart .woocommerce-variation-price span.price ins{text-decoration:none}.haru-woo-product-variations .product-button{position:relative;float:left;margin-top:12px}.haru-woo-product-variations .product-button a .button-tooltip{font-size:16px;font-weight:600}.haru-romeo-slideshow{position:relative;height:100vh;width:100%;background-color:#000;color:#fff}.haru-romeo-slideshow .slider-wrap{height:100%;width:100%}.haru-romeo-slideshow .images-wrap{width:100%;height:100%;left:0;top:0;position:absolute}.haru-romeo-slideshow .images-wrap .slide-img{position:absolute;left:50%;opacity:0;top:50%;transform:translate(-50%, -50%);width:100%;height:100%;transition:all 0.3s cubic-bezier(0.765, 0.136, 0.16, 0.88)}.haru-romeo-slideshow .images-wrap .slide-img:before{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.2);content:"";z-index:9}.haru-romeo-slideshow .images-wrap .slide-img.active{opacity:1}.haru-romeo-slideshow .images-wrap .slide-img img{object-fit:cover;width:100%;height:100%;position:relative}.haru-romeo-slideshow .images-wrap .slide-img video{object-fit:cover;width:100%;height:100%}.haru-romeo-slideshow .title-wrap{position:absolute;left:30%;bottom:100px;right:auto;text-align:left;overflow-y:scroll;scroll-behavior:smooth;height:505px;z-index:9}.haru-romeo-slideshow .title-wrap{scrollbar-face-color:transparent;scrollbar-track-color:transparent}.haru-romeo-slideshow .title-wrap::-webkit-scrollbar{width:0;height:0}.haru-romeo-slideshow .title-wrap::-webkit-scrollbar-thumb{background:transparent;border-radius:0}.haru-romeo-slideshow .title-wrap::-webkit-scrollbar-track{background:transparent;border-radius:0}@media screen and (max-width:1440px){.haru-romeo-slideshow .title-wrap{height:455px;left:20%}}@media screen and (max-width:1024px){.haru-romeo-slideshow .title-wrap{height:405px}}@media screen and (max-width:991px){.haru-romeo-slideshow .title-wrap{height:355px}}@media screen and (max-width:767px){.haru-romeo-slideshow .title-wrap{height:255px;bottom:140px;left:30px}}.haru-romeo-slideshow .title-wrap .slide-title{display:block;height:100px;width:100%}@media screen and (max-width:1440px){.haru-romeo-slideshow .title-wrap .slide-title{height:90px}}@media screen and (max-width:1024px){.haru-romeo-slideshow .title-wrap .slide-title{height:80px}}@media screen and (max-width:991px){.haru-romeo-slideshow .title-wrap .slide-title{height:70px}}@media screen and (max-width:767px){.haru-romeo-slideshow .title-wrap .slide-title{height:50px}}.haru-romeo-slideshow .title-wrap .slide-title a{font-style:normal;font-weight:600;font-size:96px;line-height:100px;text-transform:lowercase;letter-spacing:-0.05em;display:inline-block;color:#fff;cursor:pointer;opacity:0.4;transition:all 0.3s cubic-bezier(0.765, 0.136, 0.16, 0.88)}@media screen and (max-width:1440px){.haru-romeo-slideshow .title-wrap .slide-title a{font-size:86px;line-height:90px}}@media screen and (max-width:1024px){.haru-romeo-slideshow .title-wrap .slide-title a{font-size:76px;line-height:80px}}@media screen and (max-width:991px){.haru-romeo-slideshow .title-wrap .slide-title a{font-size:66px;line-height:70px}}@media screen and (max-width:767px){.haru-romeo-slideshow .title-wrap .slide-title a{font-size:46px;line-height:50px}}.haru-romeo-slideshow .title-wrap .slide-title.active a{font-size:120px;line-height:100px;opacity:1}@media screen and (max-width:1440px){.haru-romeo-slideshow .title-wrap .slide-title.active a{font-size:105px;line-height:90px}}@media screen and (max-width:1024px){.haru-romeo-slideshow .title-wrap .slide-title.active a{font-size:95px;line-height:80px}}@media screen and (max-width:991px){.haru-romeo-slideshow .title-wrap .slide-title.active a{font-size:80px;line-height:70px}}@media screen and (max-width:767px){.haru-romeo-slideshow .title-wrap .slide-title.active a{font-size:46px;line-height:50px}}.haru-romeo-slideshow .title-wrap .slide-title.active a:after{content:"";font-family:"phosphor";font-size:64px;position:relative;bottom:-10px;padding-left:15px;padding-right:5px;transition:all 0.3s}@media screen and (max-width:1440px){.haru-romeo-slideshow .title-wrap .slide-title.active a:after{font-size:56px;bottom:-8px}}@media screen and (max-width:1024px){.haru-romeo-slideshow .title-wrap .slide-title.active a:after{font-size:48px;bottom:-6px}}@media screen and (max-width:991px){.haru-romeo-slideshow .title-wrap .slide-title.active a:after{font-size:42px;bottom:-6px}}@media screen and (max-width:767px){.haru-romeo-slideshow .title-wrap .slide-title.active a:after{display:none}}.haru-romeo-slideshow .project-counter{position:absolute;top:50%;left:0px;display:block;font-size:15px;transform:translateY(-50%) rotate(-90deg)}@media screen and (max-width:767px){.haru-romeo-slideshow .project-counter{left:-25px;font-size:14px}}@media screen and (max-width:767px){.haru-romeo-slideshow .project-counter{display:none}}.haru-romeo-slideshow .project-counter .counter{font-size:36px;line-height:50px;margin-left:16px}@media screen and (max-width:767px){.haru-romeo-slideshow .project-counter .counter{font-size:28px}}.haru-romeo-slideshow .bullet-wrap{position:absolute;top:50%;right:30px;display:block;transform:translateY(-50%);z-index:10}@media screen and (max-width:767px){.haru-romeo-slideshow .bullet-wrap{top:auto;left:50%;right:auto;transform:translateX(-50%);bottom:100px}}.haru-romeo-slideshow .bullet-wrap .slide-bullet{position:relative;padding:3px 0;cursor:pointer}@media screen and (max-width:767px){.haru-romeo-slideshow .bullet-wrap .slide-bullet{display:inline-block;padding:0 8px}}.haru-romeo-slideshow .bullet-wrap .slide-bullet:hover{cursor:pointer}.haru-romeo-slideshow .bullet-wrap .slide-bullet:after{content:"";display:inline-block;width:8px;height:8px;border-radius:50%;background-color:rgba(255, 255, 255, 0.5);position:relative;transition:all 0.3s}@media screen and (max-width:767px){.haru-romeo-slideshow .bullet-wrap .slide-bullet:after{width:6px;height:6px}}.haru-romeo-slideshow .bullet-wrap .slide-bullet:before{content:"";display:block;width:26px;height:26px;border:1px solid #fff;border-radius:50%;position:absolute;top:4px;left:-9px;opacity:0;transition:all 0.3s}@media screen and (max-width:767px){.haru-romeo-slideshow .bullet-wrap .slide-bullet:before{width:22px;height:22px;top:4px;left:0}}.haru-romeo-slideshow .bullet-wrap .slide-bullet.active:after{background-color:#fff;transition:all 0.3s}.haru-romeo-slideshow .bullet-wrap .slide-bullet.active:before{opacity:1;transition:all 0.3s}.haru-romeo-slideshow .video-test-mobile{position:relative;z-index:12}.haru-romeo-slideshow .view-all-btn{font-weight:500;font-size:15px;display:block;position:absolute;right:80px;bottom:50px;line-height:20px;transform:translateY(-50%);color:inherit;opacity:1;border-bottom:1px solid #fff;transition:all 0.3s}@media screen and (max-width:767px){.haru-romeo-slideshow .view-all-btn{position:absolute;right:auto;left:80px;bottom:50px}}.haru-romeo-slideshow .view-all-btn:after{content:"";font-family:"phosphor";position:relative;bottom:-3px;padding-left:5px;transition:all 0.3s}.haru-romeo-slideshow .view-all-btn:hover{color:inherit;opacity:0.6;transition:all 0.3s}.haru-romeo-slideshow .social-wrap{position:absolute;bottom:55px;left:80px;display:flex}@media screen and (max-width:767px){.haru-romeo-slideshow .social-wrap{bottom:20px}}.haru-romeo-slideshow .social-label{display:inline-flex;align-items:center;font-weight:600}.haru-romeo-slideshow .social-label:after{content:"";display:inline-block;height:1px;width:5px;background-color:#fff;margin:0 10px}.haru-romeo-slideshow .social-list{padding:0;margin:0;list-style:none}.haru-romeo-slideshow .social-list__icon{display:none}.haru-romeo-slideshow .social-list li{display:inline-block;margin:0 10px}.haru-romeo-slideshow .social-list li:first-child{margin-left:0}.haru-romeo-slideshow .social-list li:last-child{margin-right:0}.haru-romeo-slideshow .social-list a{color:#fff;display:block;font-size:15px;font-weight:600;opacity:1;transition:all 0.3s}.haru-romeo-slideshow .social-list a:hover{opacity:0.6;transition:all 0.3s}.haru-romeo-slideshow--boxed .images-wrap{width:100%;height:100%;left:0;top:0;position:absolute}.haru-romeo-slideshow--boxed .images-wrap .slide-img{max-width:1170px;max-height:660px}@media screen and (max-width:767px){.haru-romeo-slideshow--boxed .images-wrap .slide-img{max-height:100vh}}.haru-layla-slideshow{position:relative;height:100vh;width:100%;background-color:#000;color:#fff}.haru-layla-slideshow .slider-wrap{height:100%;width:100%}.haru-layla-slideshow .images-wrap{width:100%;height:100%;left:0;top:0;position:absolute;z-index:8}.haru-layla-slideshow .images-wrap .slide-img{opacity:0;position:absolute;top:50%;left:50%;width:100%;height:100%;transform:translate(-50%, -50%);transition:all 0.3s cubic-bezier(0.765, 0.136, 0.16, 0.88);display:flex;align-items:center;justify-content:center}.haru-layla-slideshow .images-wrap .slide-img:before{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.2);content:"";z-index:9}.haru-layla-slideshow .images-wrap .slide-img.active{opacity:1}.haru-layla-slideshow .images-wrap .slide-img img{object-fit:cover;width:100%;height:100%;position:relative}.haru-layla-slideshow .images-wrap .slide-img video{object-fit:cover;width:100%;height:100%}.haru-layla-slideshow .title-wrap{position:absolute;left:0;top:50%;padding:100px 0;text-align:center;height:100%;overflow-y:scroll;width:100%;transform:translateY(-50%);z-index:9}.haru-layla-slideshow .title-wrap{scrollbar-face-color:transparent;scrollbar-track-color:transparent}.haru-layla-slideshow .title-wrap::-webkit-scrollbar{width:0;height:0}.haru-layla-slideshow .title-wrap::-webkit-scrollbar-thumb{background:transparent;border-radius:0}.haru-layla-slideshow .title-wrap::-webkit-scrollbar-track{background:transparent;border-radius:0}@media screen and (max-width:767px){.haru-layla-slideshow .title-wrap{height:calc(100% - 280px);padding:0}}.haru-layla-slideshow .title-wrap .slide-title{display:block;opacity:0;width:100%}.haru-layla-slideshow .title-wrap .slide-title a{color:rgba(0, 0, 0, 0);display:inline-block;font-style:normal;font-weight:500;font-size:130px;line-height:110px;text-transform:lowercase;padding:15px 0;text-align:center;transition:all 0.3s cubic-bezier(0.765, 0.136, 0.16, 0.88);-webkit-text-stroke:2px;-webkit-text-stroke-color:#fff}@media screen and (max-width:1440px){.haru-layla-slideshow .title-wrap .slide-title a{font-size:110px;line-height:95px}}@media screen and (max-width:1024px){.haru-layla-slideshow .title-wrap .slide-title a{font-size:90px;line-height:75px}}@media screen and (max-width:991px){.haru-layla-slideshow .title-wrap .slide-title a{font-size:70px;line-height:55px}}@media screen and (max-width:767px){.haru-layla-slideshow .title-wrap .slide-title a{font-size:40px;line-height:25px;-webkit-text-stroke:1px;-webkit-text-stroke-color:#fff}}.haru-layla-slideshow .title-wrap .slide-title.active a{color:#fff}.haru-layla-slideshow .project-counter{position:absolute;top:50%;left:0px;display:block;font-size:15px;transform:translateY(-50%) rotate(-90deg)}@media screen and (max-width:991px){.haru-layla-slideshow .project-counter{left:-20px}}@media screen and (max-width:767px){.haru-layla-slideshow .project-counter{left:-25px;font-size:14px}}@media screen and (max-width:767px){.haru-layla-slideshow .project-counter{display:none}}.haru-layla-slideshow .project-counter .counter{font-size:36px;line-height:50px;margin-left:16px}@media screen and (max-width:767px){.haru-layla-slideshow .project-counter .counter{font-size:28px}}.haru-layla-slideshow .bullet-wrap{position:absolute;top:50%;right:30px;display:block;transform:translateY(-50%);z-index:10}@media screen and (max-width:767px){.haru-layla-slideshow .bullet-wrap{top:auto;left:50%;right:auto;transform:translateX(-50%);bottom:100px}}.haru-layla-slideshow .bullet-wrap .slide-bullet{position:relative;padding:3px 0}@media screen and (max-width:767px){.haru-layla-slideshow .bullet-wrap .slide-bullet{display:inline-block;padding:0 8px}}.haru-layla-slideshow .bullet-wrap .slide-bullet:hover{cursor:pointer}.haru-layla-slideshow .bullet-wrap .slide-bullet:after{content:"";display:inline-block;width:8px;height:8px;border-radius:50%;background-color:rgba(255, 255, 255, 0.5);position:relative;transition:all 0.3s}@media screen and (max-width:767px){.haru-layla-slideshow .bullet-wrap .slide-bullet:after{width:6px;height:6px}}.haru-layla-slideshow .bullet-wrap .slide-bullet:before{content:"";display:block;width:26px;height:26px;border:1px solid #fff;border-radius:50%;position:absolute;top:4px;left:-9px;opacity:0;transition:all 0.3s}@media screen and (max-width:767px){.haru-layla-slideshow .bullet-wrap .slide-bullet:before{width:22px;height:22px;top:4px;left:0}}.haru-layla-slideshow .bullet-wrap .slide-bullet.active:after{background-color:#fff;transition:all 0.3s}.haru-layla-slideshow .bullet-wrap .slide-bullet.active:before{opacity:1;transition:all 0.3s}.haru-layla-slideshow .view-all-btn{font-weight:500;font-size:15px;display:block;position:absolute;right:80px;bottom:50px;line-height:20px;transform:translateY(-50%);color:inherit;opacity:1;border-bottom:1px solid #fff;z-index:10;transition:all 0.3s}@media screen and (max-width:767px){.haru-layla-slideshow .view-all-btn{position:absolute;right:auto;left:80px;bottom:50px}}.haru-layla-slideshow .view-all-btn:after{content:"";font-family:"phosphor";position:relative;bottom:-3px;padding-left:5px;transition:all 0.3s}.haru-layla-slideshow .view-all-btn:hover{color:inherit;opacity:0.6;transition:all 0.3s}.haru-layla-slideshow .social-wrap{position:absolute;bottom:55px;left:80px;display:flex;z-index:10}@media screen and (max-width:767px){.haru-layla-slideshow .social-wrap{bottom:20px}}.haru-layla-slideshow .social-label{display:inline-flex;align-items:center;font-weight:600}.haru-layla-slideshow .social-label:after{content:"";display:inline-block;height:1px;width:5px;background-color:#fff;margin:0 10px}.haru-layla-slideshow .social-list{padding:0;margin:0;list-style:none}.haru-layla-slideshow .social-list__icon{display:none}.haru-layla-slideshow .social-list li{display:inline-block;margin:0 10px}.haru-layla-slideshow .social-list li:first-child{margin-left:0}.haru-layla-slideshow .social-list li:last-child{margin-right:0}.haru-layla-slideshow .social-list a{color:#fff;display:block;font-size:15px;font-weight:600;opacity:1;transition:all 0.3s}.haru-layla-slideshow .social-list a:hover{opacity:0.6;transition:all 0.3s}.haru-layla-slideshow--boxed .images-wrap{width:100%;height:100%;left:0;top:0;position:absolute}.haru-layla-slideshow--boxed .images-wrap .slide-img{max-width:1170px;max-height:660px}@media screen and (max-width:767px){.haru-layla-slideshow--boxed .images-wrap .slide-img{max-height:100vh}}.haru-layla-slideshow--boxed .images-wrap .slide-img img{width:auto;height:auto}.haru-text-scroll:not(.flickity-enabled){display:flex}.haru-text-scroll .text-scroll-content{position:relative;display:block;overflow:hidden}.haru-text-scroll .text-scroll-item{display:inline-flex;align-items:center;white-space:nowrap;position:relative}.haru-text-scroll--style-1 .text-scroll-item{padding:0 1.25vw}@media screen and (max-width:767px){.haru-text-scroll--style-1 .text-scroll-item{padding:0 2.5vw}}.haru-text-scroll--style-1 .text-scroll-item h6{display:flex;align-items:center;font-size:72px;font-weight:300;letter-spacing:0.05em;text-transform:uppercase;background:linear-gradient(260.31deg, rgba(122, 104, 61, 0.6) 13.42%, rgba(75, 92, 102, 0.6) 102.43%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none){.haru-text-scroll--style-1 .text-scroll-item h6{display:inline-block}}}@media screen and (max-width:1440px){.haru-text-scroll--style-1 .text-scroll-item h6{font-size:64px}}@media screen and (max-width:1024px){.haru-text-scroll--style-1 .text-scroll-item h6{font-size:56px}}@media screen and (max-width:991px){.haru-text-scroll--style-1 .text-scroll-item h6{font-size:48px}}@media screen and (max-width:767px){.haru-text-scroll--style-1 .text-scroll-item h6{font-size:32px}}.haru-text-scroll--style-1 .text-scroll-item h6:after{content:"*";display:inline-block;font-weight:300;font-size:90px;margin-left:2.5vw;line-height:1;transform:translateY(12px);background:linear-gradient(260.31deg, rgba(122, 104, 61, 0.6) 13.42%, rgba(75, 92, 102, 0.6) 102.43%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media screen and (max-width:1440px){.haru-text-scroll--style-1 .text-scroll-item h6:after{font-size:80px}}@media screen and (max-width:1024px){.haru-text-scroll--style-1 .text-scroll-item h6:after{font-size:70px}}@media screen and (max-width:991px){.haru-text-scroll--style-1 .text-scroll-item h6:after{font-size:60px}}@media screen and (max-width:767px){.haru-text-scroll--style-1 .text-scroll-item h6:after{font-size:40px;margin-left:5vw}}.haru-text-scroll--style-2 .text-scroll-item{padding:0 0.8vw}@media screen and (max-width:767px){.haru-text-scroll--style-2 .text-scroll-item{padding:0 1.6vw}}.haru-text-scroll--style-2 .text-scroll-item h6{display:flex;align-items:center;color:#7A683D;font-size:14px;letter-spacing:0.1em;text-transform:uppercase}@media screen and (max-width:767px){.haru-text-scroll--style-2 .text-scroll-item h6{font-size:14px}}.haru-text-scroll--style-2 .text-scroll-item h6 a{color:#7A683D}.haru-text-scroll--style-2 .text-scroll-item h6:after{content:"";display:inline-block;width:4px;height:4px;margin-left:1.6vw;border-radius:50%;background-color:#7A683D}@media screen and (max-width:767px){.haru-text-scroll--style-2 .text-scroll-item h6:after{margin-left:3.2vw}}.haru-text-scroll--style-3 .text-scroll-item{padding:0 1.5vw}@media screen and (max-width:767px){.haru-text-scroll--style-3 .text-scroll-item{padding:0 3vw}}.haru-text-scroll--style-3 .text-scroll-item h6{display:flex;align-items:center;font-size:132px;font-weight:800;background:linear-gradient(260.31deg, rgba(122, 104, 61, 0.3) 13.42%, rgba(75, 92, 102, 0.3) 102.43%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none){.haru-text-scroll--style-3 .text-scroll-item h6{display:inline-block}}}@media screen and (max-width:1440px){.haru-text-scroll--style-3 .text-scroll-item h6{font-size:64px}}@media screen and (max-width:1024px){.haru-text-scroll--style-3 .text-scroll-item h6{font-size:56px}}@media screen and (max-width:991px){.haru-text-scroll--style-3 .text-scroll-item h6{font-size:48px}}@media screen and (max-width:767px){.haru-text-scroll--style-3 .text-scroll-item h6{font-size:32px}}.elementor-editor-active .haru-text-scroll{display:flex}.dark-mode .haru-text-scroll--style-1,.background-dark .haru-text-scroll--style-1{border-bottom:1px solid #333}.dark-mode .haru-text-scroll--style-1 .text-scroll-item:before,.background-dark .haru-text-scroll--style-1 .text-scroll-item:before{background-color:#fff}.haru-text-list__list{list-style:none;list-style-type:none;padding:0;margin:0}.haru-text-list .text-title{font-size:18px;font-weight:500;color:#000}@media screen and (max-width:1440px){.haru-text-list .text-title{font-size:17px}}@media screen and (max-width:1024px){.haru-text-list .text-title{font-size:16px}}@media screen and (max-width:767px){.haru-text-list .text-title{font-size:14px}}.haru-text-list .text-sub-title{font-size:15px;font-weight:500;letter-spacing:1px;text-transform:uppercase;padding:0 5px}@media screen and (max-width:767px){.haru-text-list .text-sub-title{font-size:14px}}.haru-text-list--style-1 .haru-text-list__item{display:flex;margin-bottom:15px}@media screen and (max-width:1440px){.haru-text-list--style-1 .haru-text-list__item{margin-bottom:12px}}.haru-text-list--style-1 .haru-text-list__item:last-child{margin-bottom:0}.haru-text-list--style-1 .haru-text-list__item:before{content:"";font-family:"phosphor";font-weight:700;display:inline-block;border-radius:50%;background-color:#e2f5f2;color:#11b196;font-size:16px;width:32px;height:32px;line-height:32px;min-width:32px;text-align:center}@media screen and (max-width:767px){.haru-text-list--style-1 .haru-text-list__item:before{font-size:15px;width:30px;height:30px;line-height:30px;min-width:30px}}@media screen and (max-width:767px){.haru-text-list--style-1 .haru-text-list__item:before{font-size:14px;width:28px;height:28px;line-height:28px;min-width:28px}}.haru-text-list--style-1 .haru-text-list__item .text-title{margin-left:15px}@media screen and (max-width:767px){.haru-text-list--style-1 .haru-text-list__item .text-title{margin-left:10px}}.haru-text-list--style-2 .haru-text-list__list{text-align:center}.haru-text-list--style-2 .haru-text-list__item{display:inline-block;margin:0 12px}.haru-text-list--style-2 .haru-text-list__item:first-child{margin-left:0}.haru-text-list--style-2 .haru-text-list__item:last-child{margin-right:0}@media screen and (max-width:767px){.haru-text-list--style-2 .haru-text-list__item{margin-bottom:10px}}.haru-text-list--style-2 .haru-text-list__item:before{content:"";font-family:"phosphor";font-weight:700;display:inline-block;border-radius:50%;background-color:#e2f5f2;color:#11b196;font-size:16px;width:32px;height:32px;line-height:32px;margin-right:15px;text-align:center}.dark-mode .haru-text-list .text-title,.background-dark .haru-text-list .text-title{color:#fff}.dark-mode .haru-text-list .text-sub-title,.background-dark .haru-text-list .text-sub-title{color:#ababab}.haru-text-label--style-1{background-color:#7A683D;border-radius:50%;position:relative;width:156px;height:156px}@media screen and (max-width:1440px){.haru-text-label--style-1{width:140px;height:140px}}@media screen and (max-width:1024px){.haru-text-label--style-1{width:120px;height:120px}}@media screen and (max-width:991px){.haru-text-label--style-1{width:100px;height:100px}}.haru-text-label--style-1 .haru-text-label__content{position:absolute;top:50%;left:50%;display:inline-block;color:#fff;font-weight:700;line-height:1;text-align:center;transform:translate(-50%, -50%)}.haru-text-label--style-1 .haru-text-label__title{font-size:24px;padding-bottom:10px}@media screen and (max-width:1440px){.haru-text-label--style-1 .haru-text-label__title{font-size:22px}}@media screen and (max-width:1024px){.haru-text-label--style-1 .haru-text-label__title{font-size:20px}}@media screen and (max-width:991px){.haru-text-label--style-1 .haru-text-label__title{font-size:18px}}.haru-text-label--style-1 .haru-text-label__sub-title{font-size:40px}@media screen and (max-width:1440px){.haru-text-label--style-1 .haru-text-label__sub-title{font-size:36px}}@media screen and (max-width:1024px){.haru-text-label--style-1 .haru-text-label__sub-title{font-size:32px}}@media screen and (max-width:991px){.haru-text-label--style-1 .haru-text-label__sub-title{font-size:28px}}.haru-text-label--style-2{background-color:#000;border-radius:50%;position:relative;width:132px;height:132px}@media screen and (max-width:1440px){.haru-text-label--style-2{width:120px;height:120px}}@media screen and (max-width:1024px){.haru-text-label--style-2{width:110px;height:110px}}@media screen and (max-width:991px){.haru-text-label--style-2{width:100px;height:100px}}.haru-text-label--style-2 .haru-text-label__content{position:absolute;top:50%;left:50%;display:inline-block;color:#fff;font-weight:700;line-height:1;text-align:center;transform:translate(-50%, -50%)}.haru-text-label--style-2 .haru-text-label__title{font-size:24px;padding-bottom:10px}@media screen and (max-width:1440px){.haru-text-label--style-2 .haru-text-label__title{font-size:22px}}@media screen and (max-width:1024px){.haru-text-label--style-2 .haru-text-label__title{font-size:20px}}@media screen and (max-width:991px){.haru-text-label--style-2 .haru-text-label__title{font-size:18px}}.haru-text-label--style-2 .haru-text-label__sub-title{font-size:32px}@media screen and (max-width:1440px){.haru-text-label--style-2 .haru-text-label__sub-title{font-size:28px}}@media screen and (max-width:1024px){.haru-text-label--style-2 .haru-text-label__sub-title{font-size:24x}}@media screen and (max-width:991px){.haru-text-label--style-2 .haru-text-label__sub-title{font-size:22px}}.haru-text-label--style-3{background-color:#4B5C66;border-radius:50%;position:relative;width:166px;height:166px}@media screen and (max-width:1440px){.haru-text-label--style-3{width:140px;height:140px}}@media screen and (max-width:1024px){.haru-text-label--style-3{width:120px;height:120px}}@media screen and (max-width:991px){.haru-text-label--style-3{width:100px;height:100px}}.haru-text-label--style-3 .haru-text-label__content{position:absolute;top:50%;left:50%;display:inline-block;color:#000;font-weight:700;line-height:1;text-align:center;transform:translate(-50%, -50%)}.haru-text-label--style-3 .haru-text-label__title{font-size:40px}@media screen and (max-width:1440px){.haru-text-label--style-3 .haru-text-label__title{font-size:32px}}@media screen and (max-width:1024px){.haru-text-label--style-3 .haru-text-label__title{font-size:28px}}@media screen and (max-width:991px){.haru-text-label--style-3 .haru-text-label__title{font-size:24px}}.haru-text-label--style-3 .haru-text-label__sub-title{font-size:24px;font-weight:500;padding-top:8px}@media screen and (max-width:1440px){.haru-text-label--style-3 .haru-text-label__sub-title{font-size:20px}}@media screen and (max-width:1024px){.haru-text-label--style-3 .haru-text-label__sub-title{font-size:18px}}@media screen and (max-width:991px){.haru-text-label--style-3 .haru-text-label__sub-title{font-size:16px}}.haru-timeline .timeline-list{padding:0;margin:0;list-style:none}.haru-timeline--style-1 .timeline-slider-nav{position:relative;margin-bottom:100px}@media screen and (max-width:1440px){.haru-timeline--style-1 .timeline-slider-nav{margin-bottom:90px}}@media screen and (max-width:1024px){.haru-timeline--style-1 .timeline-slider-nav{margin-bottom:80px}}@media screen and (max-width:991px){.haru-timeline--style-1 .timeline-slider-nav{margin-bottom:60px}}.haru-timeline--style-1 .timeline-slider-nav:before{content:"";position:absolute;position:absolute;left:0;width:100%;background-color:#000;height:1px;bottom:8px}.haru-timeline--style-1 .timeline-thumb{position:relative;padding-bottom:48px;margin-bottom:8px}@media screen and (max-width:1024px){.haru-timeline--style-1 .timeline-thumb{padding-bottom:36px}}@media screen and (max-width:991px){.haru-timeline--style-1 .timeline-thumb{padding-bottom:24px}}.haru-timeline--style-1 .timeline-thumb:before{content:"";position:absolute;left:0;bottom:-8px;width:16px;height:16px;background-color:#000;border-radius:50%}@media screen and (max-width:991px){.haru-timeline--style-1 .timeline-thumb:before{width:12px;height:12px;bottom:-6px}}.haru-timeline--style-1 .timeline-dot{font-size:40px;color:#000000}@media screen and (max-width:1440px){.haru-timeline--style-1 .timeline-dot{font-size:36px}}@media screen and (max-width:1024px){.haru-timeline--style-1 .timeline-dot{font-size:32px}}@media screen and (max-width:991px){.haru-timeline--style-1 .timeline-dot{font-size:28px}}@media screen and (max-width:767px){.haru-timeline--style-1 .timeline-dot{font-size:24px}}.haru-timeline--style-1 .timeline-slider-for{margin:0 -25px}@media screen and (max-width:1440px){.haru-timeline--style-1 .timeline-slider-for{margin:0 -20px}}@media screen and (max-width:1024px){.haru-timeline--style-1 .timeline-slider-for{margin:0 -15px}}.haru-timeline--style-1 .timeline-item{padding:0 25px}@media screen and (max-width:1440px){.haru-timeline--style-1 .timeline-item{padding:0 20px}}@media screen and (max-width:1024px){.haru-timeline--style-1 .timeline-item{padding:0 15px}}.haru-timeline--style-1 .timeline-item:hover .timeline-item__image:before{opacity:1;visibility:visible;transition:all 0.3s}.haru-timeline--style-1 .timeline-item:hover .timeline-item__image img{transform:scale(1.05);transition:all 0.5s}.haru-timeline--style-1 .timeline-item__image{position:relative;overflow:hidden}.haru-timeline--style-1 .timeline-item__image:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.6);opacity:0;visibility:hidden;z-index:1;transition:all 0.3s}.haru-timeline--style-1 .timeline-item__image img{width:100%;transform:scale(1);transition:all 0.5s}.haru-timeline--style-1 .timeline-item__title{font-size:24px;padding-top:15px}@media screen and (max-width:1440px){.haru-timeline--style-1 .timeline-item__title{font-size:22px}}@media screen and (max-width:1024px){.haru-timeline--style-1 .timeline-item__title{font-size:20px}}.haru-timeline--style-1 .timeline-item__description{padding-top:10px}.haru-timeline--style-1 .timeline-item__video-title{padding-top:3px;text-transform:uppercase}@media screen and (max-width:991px){.haru-timeline--style-1 .timeline-item__video-title{font-size:14px}}.haru-timeline--style-1 .timeline-item__award{display:flex;flex-wrap:wrap;padding-top:30px}.haru-timeline--style-1 .timeline-item__award-image{flex:0 0 33.333333%}.haru-timeline--style-1 .slick-prev{left:25px}@media screen and (max-width:1440px){.haru-timeline--style-1 .slick-prev{left:20px}}@media screen and (max-width:1024px){.haru-timeline--style-1 .slick-prev{left:15px}}.haru-timeline--style-1 .slick-next{right:25px}@media screen and (max-width:1440px){.haru-timeline--style-1 .slick-next{right:20px}}@media screen and (max-width:1024px){.haru-timeline--style-1 .slick-next{right:15px}}.haru-timeline--style-2 .timeline-item{display:flex;border-top:1px solid #ccc;padding:20px 0 25px}@media screen and (max-width:767px){.haru-timeline--style-2 .timeline-item{display:block}}.haru-timeline--style-2 .timeline-item:last-child{border-bottom:1px solid #ccc}.haru-timeline--style-2 .timeline-item__year{flex:0 0 120px;font-size:24px;color:#000}@media screen and (max-width:1440px){.haru-timeline--style-2 .timeline-item__year{font-size:22px;flex:0 0 110px}}@media screen and (max-width:1024px){.haru-timeline--style-2 .timeline-item__year{font-size:20px;flex:0 0 100px}}@media screen and (max-width:991px){.haru-timeline--style-2 .timeline-item__year{font-size:18px;flex:0 0 90px}}@media screen and (max-width:767px){.haru-timeline--style-2 .timeline-item__year{font-size:20px;margin-bottom:10px}}.haru-timeline--style-2 .timeline-item__content{flex:1}.haru-timeline--style-2 .timeline-item__meta{display:flex;align-items:center;flex-wrap:wrap}.haru-timeline--style-2 .timeline-item__winner{font-size:24px;font-weight:600;margin-top:0;margin-bottom:5px}@media screen and (max-width:1440px){.haru-timeline--style-2 .timeline-item__winner{font-size:22px}}@media screen and (max-width:1024px){.haru-timeline--style-2 .timeline-item__winner{font-size:20px}}@media screen and (max-width:991px){.haru-timeline--style-2 .timeline-item__winner{font-size:18px}}@media screen and (max-width:767px){.haru-timeline--style-2 .timeline-item__winner{margin-bottom:10px}}.haru-timeline--style-2 .timeline-item__video{margin-right:5px;margin-bottom:-1px}.haru-timeline--style-2 .timeline-item__video-title{margin:0;font-weight:500;text-transform:uppercase}@media screen and (max-width:767px){.haru-timeline--style-2 .timeline-item__video-title{font-size:14px}}.haru-timeline--style-2 .timeline-item__url{margin-left:auto;padding-top:10px;flex:0 0 100px}.haru-timeline--style-2 .timeline-item__url a{font-size:18px;font-weight:600;color:#000;display:flex;justify-content:flex-end;align-items:center;transition:all 0.3s}@media screen and (max-width:1440px){.haru-timeline--style-2 .timeline-item__url a{font-size:17px}}@media screen and (max-width:1024px){.haru-timeline--style-2 .timeline-item__url a{font-size:16px}}@media screen and (max-width:991px){.haru-timeline--style-2 .timeline-item__url a{font-size:15px}}@media screen and (max-width:767px){.haru-timeline--style-2 .timeline-item__url a{justify-content:flex-start}}.haru-timeline--style-2 .timeline-item__url a:hover{color:#4B5C66;transition:all 0.3s}.haru-timeline--style-2 .timeline-item__url i{font-size:24px;margin-left:6px;margin-bottom:-5px}@media screen and (max-width:1440px){.haru-timeline--style-2 .timeline-item__url i{font-size:22px}}@media screen and (max-width:1024px){.haru-timeline--style-2 .timeline-item__url i{font-size:20px}}@media screen and (max-width:991px){.haru-timeline--style-2 .timeline-item__url i{font-size:18px}}@media screen and (max-width:767px){.haru-timeline--style-2 .timeline-item__url i{margin-left:0}}.haru-timeline--style-3 .timeline-item{display:flex;border-top:1px solid #ccc;padding:20px 0 25px}@media screen and (max-width:767px){.haru-timeline--style-3 .timeline-item{display:block}}.haru-timeline--style-3 .timeline-item__year{flex:0 0 120px;font-size:24px;color:#000}@media screen and (max-width:1440px){.haru-timeline--style-3 .timeline-item__year{font-size:22px;flex:0 0 110px}}@media screen and (max-width:1024px){.haru-timeline--style-3 .timeline-item__year{font-size:20px;flex:0 0 100px}}@media screen and (max-width:991px){.haru-timeline--style-3 .timeline-item__year{font-size:18px;flex:0 0 90px}}@media screen and (max-width:767px){.haru-timeline--style-3 .timeline-item__year{font-size:20px;margin-bottom:10px}}.haru-timeline--style-3 .timeline-item__content{flex:1;display:flex;align-items:center}@media screen and (max-width:767px){.haru-timeline--style-3 .timeline-item__content{display:block}}.haru-timeline--style-3 .timeline-item__meta{display:flex;align-items:center;flex-wrap:wrap;margin-left:auto;padding-top:8px;justify-content:flex-end}@media screen and (max-width:767px){.haru-timeline--style-3 .timeline-item__meta{justify-content:flex-start}}.haru-timeline--style-3 .timeline-item__winner{font-size:24px;font-weight:600;margin:0}@media screen and (max-width:1440px){.haru-timeline--style-3 .timeline-item__winner{font-size:22px}}@media screen and (max-width:1024px){.haru-timeline--style-3 .timeline-item__winner{font-size:20px}}@media screen and (max-width:991px){.haru-timeline--style-3 .timeline-item__winner{font-size:18px}}.haru-timeline--style-3 .timeline-item__video{margin-right:5px;margin-bottom:-1px}.haru-timeline--style-3 .timeline-item__video-title{margin:0;font-weight:500;text-transform:uppercase}@media screen and (max-width:767px){.haru-timeline--style-3 .timeline-item__video-title{font-size:14px}}.haru-timeline--style-3 .timeline-item__url{margin-left:100px;padding-top:10px;flex:0 0 100px}@media screen and (max-width:1440px){.haru-timeline--style-3 .timeline-item__url{margin-left:80px}}@media screen and (max-width:1024px){.haru-timeline--style-3 .timeline-item__url{margin-left:60px}}@media screen and (max-width:991px){.haru-timeline--style-3 .timeline-item__url{margin-left:40px}}@media screen and (max-width:767px){.haru-timeline--style-3 .timeline-item__url{margin-left:0}}.haru-timeline--style-3 .timeline-item__url a{font-size:16px;font-weight:600;color:#000;display:flex;justify-content:flex-end;align-items:center;transition:all 0.3s}@media screen and (max-width:1440px){.haru-timeline--style-3 .timeline-item__url a{font-size:15px}}@media screen and (max-width:767px){.haru-timeline--style-3 .timeline-item__url a{justify-content:flex-start}}.haru-timeline--style-3 .timeline-item__url a:hover{color:#4B5C66;transition:all 0.3s}.haru-timeline--style-3 .timeline-item__url i{font-size:16px;margin-left:5px;margin-bottom:-2px}@media screen and (max-width:1440px){.haru-timeline--style-3 .timeline-item__url i{font-size:15px}}.dark-mode .haru-timeline--style-1 .timeline-slider-nav:before,.background-dark .haru-timeline--style-1 .timeline-slider-nav:before{background-color:#fff}.dark-mode .haru-timeline--style-1 .timeline-thumb:before,.background-dark .haru-timeline--style-1 .timeline-thumb:before{background-color:#fff}.dark-mode .haru-timeline--style-1 .timeline-dot,.background-dark .haru-timeline--style-1 .timeline-dot{color:#fff}.dark-mode .haru-timeline--style-1 .timeline-item__award-image img,.background-dark .haru-timeline--style-1 .timeline-item__award-image img{filter:brightness(0) invert(1)}.dark-mode .haru-timeline--style-2 .timeline-item,.background-dark .haru-timeline--style-2 .timeline-item{border-top:1px solid #333}.dark-mode .haru-timeline--style-2 .timeline-item:last-child,.background-dark .haru-timeline--style-2 .timeline-item:last-child{border-bottom:1px solid #333}.dark-mode .haru-timeline--style-2 .timeline-item__year,.background-dark .haru-timeline--style-2 .timeline-item__year{color:#fff}.dark-mode .haru-timeline--style-2 .timeline-item__festival,.background-dark .haru-timeline--style-2 .timeline-item__festival{color:#696969}.dark-mode .haru-timeline--style-2 .timeline-item__url a,.background-dark .haru-timeline--style-2 .timeline-item__url a{color:#fff}.dark-mode .haru-timeline--style-2 .timeline-item__url a:hover,.background-dark .haru-timeline--style-2 .timeline-item__url a:hover{color:#4B5C66}.dark-mode .haru-timeline--style-3 .timeline-item,.background-dark .haru-timeline--style-3 .timeline-item{border-top:1px solid #333}.dark-mode .haru-timeline--style-3 .timeline-item__year,.background-dark .haru-timeline--style-3 .timeline-item__year{color:#fff}.dark-mode .haru-timeline--style-3 .timeline-item__festival,.background-dark .haru-timeline--style-3 .timeline-item__festival{color:#696969}.dark-mode .haru-timeline--style-3 .timeline-item__url,.background-dark .haru-timeline--style-3 .timeline-item__url{margin-left:100px;padding-top:10px;flex:0 0 100px}.dark-mode .haru-timeline--style-3 .timeline-item__url a,.background-dark .haru-timeline--style-3 .timeline-item__url a{color:#fff}.dark-mode .haru-timeline--style-3 .timeline-item__url a:hover,.background-dark .haru-timeline--style-3 .timeline-item__url a:hover{color:#4B5C66}.e-con.header-padding-2,.e-con.section-padding-2,.e-container--row.header-padding-2,.e-container--row.section-padding-2{padding-left:2%;padding-right:2%}@media screen and (max-width:1520px){.e-con.header-padding-2,.e-con.section-padding-2,.e-container--row.header-padding-2,.e-container--row.section-padding-2{padding-left:15px;padding-right:15px}}.flex--1{flex:1 !important}.container-gap-75>*+*{margin-left:75px !important}@media screen and (max-width:1440px){.container-gap-75>*+*{margin-left:45px !important}}@media screen and (max-width:1024px){.container-gap-75>*+*{margin-left:30px !important}}@media screen and (max-width:991px){.container-gap-75>*+*{margin-left:20px !important}}@media screen and (max-width:767px){.container-gap-75>*+*{margin-left:0 !important}}@media screen and (max-width:991px){.container-gap-75.section-pricing-4>*+*{margin-left:0 !important}}@media screen and (max-width:767px){.container-gap-75.section-pricing-4>*+*{margin-bottom:0 !important}}@media screen and (max-width:767px){.container-gap-75>*{margin-bottom:20px !important}}.section-overflow-hidden{overflow:hidden !important}.el-inline-block{display:inline-block;width:auto !important}.btn-inline-block{display:inline-block;width:auto !important}.btn-inline-block div{display:inline-block}.section-bg-gradient-orange{background:linear-gradient(101.31deg, #FF869F 2.11%, #FA988A 34.14%, #F19A73 68.81%, #FFD0B1 105.05%)}.section-bg-gradient-orange-2{background:linear-gradient(101.31deg, #FF869F 2.11%, #ffa292 34.14%, #ffb28f 65.38%, #ffbb8f 105.05%)}.section-bg-gradient-purple{background:linear-gradient(101.89deg, #828FF1 -38.66%, #CC91D7 2.29%, #978CF5 55.14%, #88D9F7 104.09%)}.section-bg-gradient-gray{background:linear-gradient(269.88deg, #D4E3EE 6.75%, #FFF1F8 95.85%)}.section-bg-gradient-brown{background:linear-gradient(269.88deg, #E4F4FF 6.75%, #FFF1F8 95.85%)}.section-bg-gradient-pet{background:linear-gradient(90.07deg, #EAC645 -2.77%, #F2A173 17.57%, #97DEC0 49.15%, #6C87E6 59.32%, #CE4EEE 78.05%, #EF5B2C 100%)}.section-bg-gray{background-color:#f5f5f5}.section-bg-gray--border{border-top:1px solid #f8f8f8}.section-bg-gray-2{background-color:#f6fafc}.section-bg-gray-3{background-color:#f8f8f8}.section-bg-gray-4{background-color:#f6f9fe}.section-bg-gray-5{background-color:#979797}.section-bg-primary{background-color:#4B5C66}.section-bg-secondary-light{background-color:rgba(122, 104, 61, 0.15)}.section-bg-secondary{background-color:#7A683D}.section-bg-secondary-light-2{background-color:#9c854e}.section-bg-secondary-dark{background-color:#584b2c}.section-bg-green-light{background-color:#64cb9a}.section-bg-green-light-2{background-color:#e5f4ed}.section-bg-dark{background-color:#000}.section-bg-dark-2{background-color:#1d1d1d}.section-bg-decor-1 .elementor-widget-image img{width:100%}.section-rounded{border-radius:12px !important}@media only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.section-rounded{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0)}}.section-rounded-20{border-radius:20px !important}@media only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.section-rounded-20{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0)}}.section-rounded-30{border-radius:30px !important}@media only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.section-rounded-30{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0)}}.section-rounded-extra-large{border-radius:40px !important}@media only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.section-rounded-extra-large{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0)}}.section-shadow{background:#fff;box-shadow:0px 10px 50px rgba(0, 0, 0, 0.1);border-radius:12px;transition:all 0.3s}.section-shadow-2{background:#fff;box-shadow:0px 5px 20px rgba(0, 0, 0, 0.06);padding-left:15px !important;padding-right:15px !important;transition:all 0.3s}.haru-header--sticky-on .section-shadow-2{box-shadow:none;padding-left:0 !important;padding-right:0 !important;transition:all 0.3s}@media screen and (max-width:1440px){.haru-header--sticky-on .section-shadow-2{padding-left:15px !important;padding-right:15px !important}}.section-bg-rounded-2{border-radius:10px !important}@media screen and (max-width:1410px){.section-bg-rounded-2{border-radius:0 !important}}.section-bd-bottom{border-bottom:1px solid #eee}.section-absolute-center{position:absolute !important;top:50%;left:50%;width:100%;height:100%;transform:translate(-50%, -50%)}.button-image a{border-radius:12px;box-shadow:0 0 10px rgba(0, 0, 0, 0.07) !important;transform:translateY(0);transition:all 0.3s}.button-image a:hover{box-shadow:0 15px 50px rgba(0, 0, 0, 0.08) !important;transition:all 0.3s}.dark-mode .section-bg-gray{background-color:#000}.dark-mode .section-bg-gray--border{border-top:1px solid #323f4b}.dark-mode .section-bd-bottom .elementor-container:after{background-color:#323f4b}.dark-mode .elementor-editor-active .section-grain-gray{background-color:#000}.line-height-12{line-height:1.2}.line-height-13{line-height:1.3}.line-height-14{line-height:1.4}.line-height-15{line-height:1.5}.e-con.menu-vertical-scroll{max-height:calc(100vh - 150px);overflow:auto}.e-con.menu-vertical-scroll{scrollbar-face-color:#d9d9d9;scrollbar-track-color:transparent}.e-con.menu-vertical-scroll::-webkit-scrollbar{width:6px;height:6px}.e-con.menu-vertical-scroll::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:5px}.e-con.menu-vertical-scroll::-webkit-scrollbar-track{background:transparent;border-radius:5px}.e-con.menu-sidebar-scroll{max-height:calc(100vh - 100px);overflow:auto;mask-image:linear-gradient(to top, transparent, black), linear-gradient(to left, transparent 17px, black 17px);-webkit-mask-image:linear-gradient(to top, transparent, black), linear-gradient(to left, transparent 17px, black 17px);mask-size:100% 20000px;-webkit-mask-size:100% 20000px;mask-position:left bottom;-webkit-mask-position:left bottom;transition:mask-position 0.3s, -webkit-mask-position 0.3s}.e-con.menu-sidebar-scroll{scrollbar-face-color:#d9d9d9;scrollbar-track-color:transparent}.e-con.menu-sidebar-scroll::-webkit-scrollbar{width:4px;height:4px}.e-con.menu-sidebar-scroll::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:3px}.e-con.menu-sidebar-scroll::-webkit-scrollbar-track{background:transparent;border-radius:3px}.e-con.menu-sidebar-scroll:hover{-webkit-mask-position:left top}.e-mw-180,.e-mw-180 .haru-button{min-width:180px}@media screen and (max-width:1440px){.e-mw-180,.e-mw-180 .haru-button{min-width:156px}}.top-banner-2 .elementor-widget-container{margin:-5% -5% 0 -5%}@media screen and (max-width:1440px){.top-banner-2 .elementor-widget-container{margin:-5% 0 -5% -5%}}@media screen and (max-width:1024px){.top-banner-2 .elementor-widget-container{margin:15% 0 -5% -5%}}@media screen and (max-width:767px){.top-banner-2 .elementor-widget-container{margin:5% 0 -5% 0}}.e-con.icon-box-list-2,.e-container.icon-box-list-2{margin-top:-28vh}@media screen and (max-width:991px){.e-con.icon-box-list-2,.e-container.icon-box-list-2{margin-top:0}}.e-con.banner-3-app,.e-container.banner-3-app{padding:6% 8% 28% 8%;height:100%}@media screen and (max-width:767px){.e-con.banner-3-app,.e-container.banner-3-app{padding:6% 8% 20% 8%}}.e-con.banner-5-content,.e-container.banner-5-content{padding:35px 45px 50px 45px;max-width:425px}@media screen and (max-width:1440px){.e-con.banner-5-content,.e-container.banner-5-content{padding:30px 40px 45px 40px;max-width:400px}}@media screen and (max-width:1024px){.e-con.banner-5-content,.e-container.banner-5-content{padding:25px 35px 40px 35px;max-width:380px}}@media screen and (max-width:991px){.e-con.banner-5-content,.e-container.banner-5-content{padding:20px 30px 35px 30px;max-width:360px}}@media screen and (max-width:767px){.e-con.banner-5-content,.e-container.banner-5-content{padding:15px 25px 30px 25px;max-width:calc(100vw - 6%)}}.banner-top-6:after{content:"";position:absolute;width:100%;height:100%;left:0;top:0;background:linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 11.99%);opacity:0.4}.e-con.banner-7-print,.e-container.banner-7-print{height:100%}.e-con.banner-9-print,.e-container.banner-9-print{height:100%}.e-con.col-equal-height,.e-container.col-equal-height{height:100%}.line-height-16{line-height:1.6}.e-con .elementor-widget-image.landing-top-banner{max-width:none !important;margin-right:-35%;margin-top:-18%;margin-bottom:-25% !important}@media screen and (max-width:991px){.e-con .elementor-widget-image.landing-top-banner{margin-right:0;margin-top:0}}.e-con .elementor-widget-image.landing-elementor-banner{max-width:none !important;margin-right:-10%}@media screen and (max-width:1440px){.e-con .elementor-widget-image.landing-elementor-banner{margin-right:0}}.e-con .elementor-widget-image.landing-woo-banner{max-width:none !important;margin-left:-15%}@media screen and (max-width:1440px){.e-con .elementor-widget-image.landing-woo-banner{margin-left:-5%}}@media screen and (max-width:991px){.e-con .elementor-widget-image.landing-woo-banner{margin-left:0}}.e-con .elementor-widget-image.landing-design-banner{max-width:none !important;margin-right:-10%}@media screen and (max-width:1440px){.e-con .elementor-widget-image.landing-design-banner{margin-right:0}}.e-con .elementor-widget-image.landing-page-banner{max-width:none !important;margin-right:-35%;margin-left:-25%;margin-bottom:-28% !important}.e-con .elementor-widget-image.landing-blog-banner{max-width:none !important;margin-right:-20%;margin-bottom:-5% !important}.e-con .elementor-widget-image.landing-footer-banner{max-width:none !important;margin-right:-35%;margin-left:-5%;margin-top:-35%;margin-bottom:-40% !important}@media screen and (max-width:991px){.e-con .elementor-widget-image.landing-footer-banner{margin-right:-5%;margin-left:-5%;margin-top:-10%}}.e-con .elementor-widget-image.top-banner-91{max-width:none !important;margin-left:-50%}@media screen and (max-width:1648px){.e-con .elementor-widget-image.top-banner-91{margin-left:-30%}}@media screen and (max-width:1440px){.e-con .elementor-widget-image.top-banner-91{margin-left:-10%}}@media screen and (max-width:991px){.e-con .elementor-widget-image.top-banner-91{margin-left:0}}.e-con .elementor-widget-image.top-banner-92{max-width:none !important;margin-right:-50%}@media screen and (max-width:1648px){.e-con .elementor-widget-image.top-banner-92{margin-right:-20%}}@media screen and (max-width:1440px){.e-con .elementor-widget-image.top-banner-92{margin-right:0%}}.e-con.service-list-9,.e-container.service-list-9{margin-top:-28vh}@media screen and (max-width:991px){.e-con.service-list-9,.e-container.service-list-9{margin-top:0}}.e-con.header-10-right,.e-container.header-10-right{--width: calc(40% - 120px)}@media screen and (max-width:1440px){.e-con.header-10-right,.e-container.header-10-right{--width: calc(40% - 110px)}}@media screen and (max-width:1024px){.e-con.header-10-right,.e-container.header-10-right{--width: calc(40% - 100px)}}@media screen and (max-width:767px){.e-con.header-10-right,.e-container.header-10-right{--width: calc(60% - 70px)}}.elementor-element.banner-11-left{max-width:none !important;margin-left:-35%;margin-bottom:calc(-30px - 7%) !important;margin-top:-20%}@media screen and (max-width:767px){.elementor-element.banner-11-left{margin-left:0;margin-bottom:0 !important;margin-top:0}}.elementor-element.banner-11-right{max-width:none !important;margin-right:-25%;margin-bottom:calc(-30px - 7%) !important;margin-top:-15%}@media screen and (max-width:767px){.elementor-element.banner-11-right{margin-right:0;margin-bottom:calc(-30px - 0) !important;margin-top:0}}.elementor-element.banner-12-right{max-width:none !important;margin-left:-15%}input[type="submit"].dokan-btn-theme,a.dokan-btn-theme,.dokan-btn-theme{font-weight:600;padding:0 36px;border-radius:12px;background-color:#4B5C66 !important;border-color:#4B5C66 !important;border:none}input[type="submit"].dokan-btn-theme:hover,a.dokan-btn-theme:hover,.dokan-btn-theme:hover{background-color:#404f57 !important;border-color:#404f57 !important}@media screen and (max-width:1440px){input[type="submit"].dokan-btn-theme,a.dokan-btn-theme,.dokan-btn-theme{padding:0 30px}}#haru-content-main #dokan-store-listing-filter-wrap{padding:0;box-shadow:none;margin-bottom:30px}#haru-content-main #dokan-store-listing-filter-wrap .dokan-btn{font-weight:600;padding:0 36px;border-radius:12px}@media screen and (max-width:1440px){#haru-content-main #dokan-store-listing-filter-wrap .dokan-btn{padding:0 30px}}#haru-content-main #dokan-store-listing-filter-wrap .left{display:flex !important;align-items:center}#haru-content-main #dokan-store-listing-filter-wrap .left .item{margin-right:14px}#haru-content-main #dokan-store-listing-filter-wrap .left .dokan-store-list-filter-button{display:inline-flex;align-items:center}#haru-content-main #dokan-store-listing-filter-wrap .left .dokan-store-list-filter-button:before{content:"";font-family:"phosphor";font-size:24px;font-weight:400;margin-right:12px}#haru-content-main #dokan-store-listing-filter-wrap .left .store-count{color:#000;margin-right:0}#haru-content-main #dokan-store-listing-filter-wrap .right .item.sort-by{color:#000}@media screen and (max-width:767px){#haru-content-main #dokan-store-listing-filter-wrap .right .item.sort-by{display:flex;align-items:center;width:100%}}#haru-content-main #dokan-store-listing-filter-wrap .right .item #stores_orderby{position:relative;background-color:#f5f5f5;border:1px solid #f5f5f5;border-radius:12px;background-position:right 8px top 50%;cursor:pointer;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==);background-size:auto 18px;background-repeat:no-repeat;max-width:100%;padding-right:30px;margin-left:5px}@media screen and (max-width:767px){#haru-content-main #dokan-store-listing-filter-wrap .right .item #stores_orderby{flex:1}}#haru-content-main #dokan-store-listing-filter-wrap .right .toggle-view .active{color:#000}#haru-content-main #dokan-store-listing-filter-wrap .right .toggle-view .dashicons{font-family:"phosphor";font-size:32px}#haru-content-main #dokan-store-listing-filter-wrap .right .toggle-view .dashicons:first-child{padding-right:3px}#haru-content-main #dokan-store-listing-filter-wrap .right .toggle-view .dashicons:last-child{padding-left:3px}#haru-content-main #dokan-store-listing-filter-wrap .right .toggle-view .dashicons-screenoptions:before{content:""}#haru-content-main #dokan-store-listing-filter-wrap .right .toggle-view .dashicons-menu-alt:before{content:""}#haru-content-main #dokan-store-listing-filter-form-wrap{display:flex;align-items:center;flex-wrap:wrap;padding:20px}@media screen and (max-width:767px){#haru-content-main #dokan-store-listing-filter-form-wrap{padding:15px}}#haru-content-main #dokan-store-listing-filter-form-wrap .dokan-btn{font-weight:600;padding:0 36px;border-radius:12px !important}@media screen and (max-width:1440px){#haru-content-main #dokan-store-listing-filter-form-wrap .dokan-btn{padding:0 30px}}#haru-content-main #dokan-store-listing-filter-form-wrap .store-search{flex:1}#haru-content-main #dokan-store-listing-filter-form-wrap .store-search .store-search-input{border:1px solid #f5f5f5;border-radius:12px}#haru-content-main #dokan-store-listing-filter-form-wrap .apply-filter{margin-top:0;margin-left:15px}@media screen and (max-width:430px){#haru-content-main #dokan-store-listing-filter-form-wrap .apply-filter{flex:0 0 100%;margin-left:0;margin-top:10px;justify-content:space-between}}@media screen and (max-width:430px){#haru-content-main #dokan-store-listing-filter-form-wrap .apply-filter #cancel-filter-btn,#haru-content-main #dokan-store-listing-filter-form-wrap .apply-filter #apply-filter-btn{width:calc(50% - 5px);margin:0}}#haru-content-main #dokan-seller-listing-wrap{margin-bottom:80px}@media screen and (max-width:1440px){#haru-content-main #dokan-seller-listing-wrap{margin-bottom:70px}}@media screen and (max-width:1024px){#haru-content-main #dokan-seller-listing-wrap{margin-bottom:60px}}@media screen and (max-width:991px){#haru-content-main #dokan-seller-listing-wrap{margin-bottom:50px}}@media screen and (max-width:767px){#haru-content-main #dokan-seller-listing-wrap{margin-bottom:40px}}#haru-content-main #dokan-seller-listing-wrap .store_open_is_on{margin-top:0;padding-right:60px}#haru-content-main #dokan-seller-listing-wrap .store-header{position:relative}#haru-content-main #dokan-seller-listing-wrap .store-header .featured-favourite{position:absolute;top:15px;left:15px;z-index:10;display:none}#haru-content-main #dokan-seller-listing-wrap .store-header .featured-favourite .featured-label{font-size:10px;font-weight:600;border-radius:3px;text-transform:uppercase;width:max-content;width:-moz-max-content;width:-webkit-max-content;padding:2px 10px;background:#2d54a3;color:#fff}#haru-content-main #dokan-seller-listing-wrap .store-content .seller-avatar{display:none}#haru-content-main #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-wrapper{box-shadow:0 8px 20px rgba(0, 0, 0, 0.08);border-radius:12px;overflow:hidden}#haru-content-main #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .seller-avatar{top:-40px;box-shadow:none;border:1px solid #eee}#haru-content-main #dokan-seller-listing-wrap ul.dokan-seller-wrap .dokan-single-seller .store-wrapper .store-data .dokan-seller-rating i.dashicons{font-size:14px}#haru-content-main #dokan-seller-listing-wrap .dokan-store-is-open-close-status{font-size:12px;box-shadow:none}#haru-content-main #dokan-seller-listing-wrap.grid-view .store-content .store-data-container .store-data h2{margin-top:0;margin-bottom:6px;display:inline-block}#haru-content-main #dokan-seller-listing-wrap.grid-view .store-content .store-data-container .store-data h2 a{color:#fff;font-size:20px;transition:all 0.3s}#haru-content-main #dokan-seller-listing-wrap.grid-view .store-content .store-data-container .store-data h2 a:hover{color:rgba(255, 255, 255, 0.8);transition:all 0.3s}#haru-content-main #dokan-seller-listing-wrap.grid-view .store-content .store-data-container .store-data .featured-favourite{display:inline-block;margin-left:5px;top:-4px}#haru-content-main #dokan-seller-listing-wrap.grid-view .store-content .store-data-container .store-data .featured-favourite .featured-label{font-size:10px;font-weight:600;border-radius:3px;text-transform:uppercase;width:max-content;width:-moz-max-content;width:-webkit-max-content;padding:2px 10px;background:#2d54a3;color:#fff}#haru-content-main #dokan-seller-listing-wrap.grid-view .store-content .store-data-container .store-data .store-address{font-size:14px;color:rgba(255, 255, 255, 0.8)}#haru-content-main #dokan-seller-listing-wrap.grid-view .store-content .store-data-container .store-data .store-phone{font-size:14px;color:rgba(255, 255, 255, 0.8)}#haru-content-main #dokan-seller-listing-wrap.grid-view .store-content .store-data-container .store-data .store-phone i{font-family:"phosphor";font-size:16px;font-weight:400;position:relative;bottom:-1px}#haru-content-main #dokan-seller-listing-wrap.grid-view .store-content .store-data-container .store-data .store-phone i:before{content:""}#haru-content-main #dokan-seller-listing-wrap.grid-view .store-footer .haru-button{display:inline-flex;align-items:center;transition:all 0.3s}#haru-content-main #dokan-seller-listing-wrap.grid-view .store-footer .haru-button:hover{color:rgba(0, 0, 0, 0.8);transition:all 0.3s}#haru-content-main #dokan-seller-listing-wrap.grid-view .store-footer .haru-button:before{content:attr(title);font-weight:500}#haru-content-main #dokan-seller-listing-wrap.grid-view .store-footer .haru-button:after{content:"";font-family:"phosphor";font-size:18px;margin-left:6px;font-weight:400}#haru-content-main #dokan-seller-listing-wrap.grid-view .dokan-seller-wrap .dokan-single-seller.no-banner-img .store-content .store-data-container .store-data h2 a{color:#000}#haru-content-main #dokan-seller-listing-wrap.grid-view .dokan-seller-wrap .dokan-single-seller.no-banner-img .store-content .store-data-container .store-data .store-address{color:#7E7E7E}#haru-content-main #dokan-seller-listing-wrap.grid-view .dokan-seller-wrap .dokan-single-seller.no-banner-img .store-content .store-data-container .store-data .store-phone{color:#7E7E7E}#haru-content-main #dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-header{flex-basis:30%;min-width:30%}#haru-content-main #dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-header .store-banner{min-height:196px}#haru-content-main #dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-header .store-banner img{object-fit:cover;width:100%}#haru-content-main #dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-header .featured-favourite{display:block}#haru-content-main #dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content{flex-grow:1;position:relative;padding-left:60px}@media screen and (max-width:991px){#haru-content-main #dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content{padding-left:55px}}#haru-content-main #dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .seller-avatar{display:block;position:absolute;top:50%;left:0;transform:translate(-50%, -50%)}#haru-content-main #dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .seller-avatar a{display:flex;align-items:flex-start;border-radius:50%;overflow:hidden;border:1px solid #eee}#haru-content-main #dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .seller-avatar img{max-width:80px}#haru-content-main #dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data h2{font-size:20px;margin-bottom:0}#haru-content-main #dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data h2 a{transition:all 0.3s}#haru-content-main #dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data h2 a:hover{color:rgba(0, 0, 0, 0.8);transition:all 0.3s}#haru-content-main #dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data .dokan-seller-rating[class]{top:auto;left:auto;float:none;margin-bottom:-15px;margin-top:15px}#haru-content-main #dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data .dokan-seller-rating[class] .rating{display:none}#haru-content-main #dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data .store-action{margin-top:8px}#haru-content-main #dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data .store-action .haru-button{display:inline-flex;align-items:center;transition:all 0.3s}#haru-content-main #dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data .store-action .haru-button:hover{color:rgba(0, 0, 0, 0.8);transition:all 0.3s}#haru-content-main #dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data .store-action .haru-button:before{content:attr(title);font-weight:500}#haru-content-main #dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data .store-action .haru-button:after{content:"";font-family:"phosphor";font-size:18px;margin-left:6px;font-weight:400}#haru-content-main #dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-footer{display:none}#haru-content-main #dokan-seller-listing-wrap.list-view .store-content .store-data-container .featured-favourite{display:none}#haru-content-main #dokan-seller-listing-wrap .pagination-container{margin:0 15px}#haru-content-main #dokan-seller-listing-wrap .pagination-container ul{margin:0}#haru-content-main #dokan-seller-listing-wrap .pagination-container li:first-child span,#haru-content-main #dokan-seller-listing-wrap .pagination-container li:first-child a{border-top-left-radius:12px;border-bottom-left-radius:12px}#haru-content-main #dokan-seller-listing-wrap .pagination-container li:last-child span,#haru-content-main #dokan-seller-listing-wrap .pagination-container li:last-child a{border-top-right-radius:12px;border-bottom-right-radius:12px}#haru-content-main .dokan-page-title .woocommerce-breadcrumb{color:#000}#haru-content-main .dokan-page-title .woocommerce-breadcrumb a:after{display:inline-block;width:20px;height:1px;background-color:#7E7E7E;content:"";position:relative;top:-4px;margin:0 8px}@media screen and (max-width:767px){#haru-content-main .dokan-store-sidebar{margin:0;width:100% !important}}#haru-content-main .dokan-store-menu ul{margin:0;padding:0;list-style:none;list-style-type:none}#haru-content-main .dokan-store-menu li{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;margin-bottom:12px}#haru-content-main .dokan-store-menu li:last-child{margin-bottom:0}#haru-content-main .dokan-store-menu li:hover>a{color:#4B5C66;border-bottom:1px solid #4B5C66}#haru-content-main .dokan-store-menu li a{border-bottom:1px solid transparent;transition:all 0.3s}#haru-content-main .dokan-store-menu .children{flex:1 1 100%;padding-left:20px;margin-top:10px}#haru-content-main .dokan-store-open-close .open-close-day:first-child{padding-top:0}#haru-content-main .dokan-store-open-close .working-day{color:#000}#haru-content-main .dokan-store-open-close .store-open-close-notice #vendor-store-times{color:#7E7E7E}#haru-content-main .dokan-store-open-close .store-open-close-notice #vendor-store-times .store-times-heading i.fa-calendar-day{color:#4B5C66}#haru-content-main .dokan-store-open-close .store-open-close-notice #vendor-store-times .store-times-heading h4{font-weight:600;font-size:18px}#haru-content-main .dokan-store-open-close .store-open-close-notice #vendor-store-times .store-time-tags .store-days{color:#000}#haru-content-main .dokan-store-open-close .store-open-close-notice #vendor-store-times .store-time-tags .current_day,#haru-content-main .dokan-store-open-close .store-open-close-notice #vendor-store-times .store-time-tags .current_time{font-weight:600}#haru-content-main .dokan-store-open-close .store-open-close-notice #vendor-store-times .store-time-tags .store-times .store-close{background-color:#d82329;color:#fff;font-size:12px;font-weight:600}#haru-content-main .dokan-store-contact .dokan-form-control{font-size:16px;border:1px solid #f5f5f5;border-radius:12px;background-color:#f5f5f5;padding:10px 15px}#haru-content-main .dokan-store-contact .dokan-form-control:focus{border:1px solid #4B5C66}#haru-content-main .dokan-store-contact input[type="submit"]{font-weight:600;font-size:inherit;border-radius:12px;padding-left:20px;padding-right:20px}@media screen and (max-width:767px){#haru-content-main .dokan-store-contact input[type="submit"]{width:100%}}#haru-content-main .dokan-store-contact.dokan-store-widget form.seller-form ul li{margin-bottom:10px}#haru-content-main .dokan-store-contact.dokan-store-widget form.seller-form ul li:last-child{margin-bottom:15px}@media screen and (max-width:767px){#haru-content-main .dokan-single-store{margin:0;width:100% !important}}#haru-content-main .dokan-single-store .profile-frame{background-color:transparent}#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-default{display:flex;align-items:flex-start;border-radius:12px}@media screen and (max-width:1199px){#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-default{display:block}}#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-img{border-radius:12px}#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery{border-top-left-radius:12px;border-bottom-left-radius:12px}#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info-head .store-name{font-size:20px}@media screen and (max-width:1199px){#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info-head .store-name{font-size:28px}}@media screen and (max-width:991px){#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info-head .store-name{font-size:24px}}@media screen and (max-width:767px){#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info-head .store-name{font-size:20px}}#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info{color:rgba(255, 255, 255, 0.8);font-size:15px}@media screen and (max-width:1199px){#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info{color:#7E7E7E;font-size:16px}}#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info{padding:0}#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info i{margin-left:0 !important;margin-right:5px;min-width:25px;font-size:14px;margin-top:6px !important;text-align:center}@media screen and (max-width:1199px){#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper{top:-30px}}#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social{padding-bottom:6px}@media screen and (max-width:1199px){#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social{padding-bottom:0}}#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a{border:1px solid rgba(255, 255, 255, 0.8);background-color:rgba(255, 255, 255, 0.8);border-radius:50%;display:block;width:36px;height:36px;line-height:34px;text-align:center;transition:all 0.3s}@media screen and (max-width:1199px){#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a{border:1px solid #eee}}#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a:hover{border:1px solid #4B5C66;background-color:#4B5C66;transition:all 0.3s}#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a:hover i{color:#fff !important}#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a i{font-size:14px;text-shadow:none;color:rgba(255, 255, 255, 0.8)}@media screen and (max-width:1199px){#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a i{color:#7E7E7E}}#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a i.fa-facebook-f{color:#4267B2}#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a i.fa-twitter{color:#1DA1F2}#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a i.fa-pinterest-p{color:#E60023}#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a i.fa-linkedin-in{color:#0072b1}#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a i.fa-youtube{color:#FF0000}#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a i.fa-instagram{color:#3f729b}#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a i.fa-flickr{color:#0063dc}#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-img{display:flex}#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info{padding-left:10px}#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info i{margin-left:0 !important;margin-right:5px;min-width:25px;font-size:14px;text-align:center}#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-img{display:flex}#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info{margin-top:30px}#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name{font-size:20px}#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li{padding-bottom:0}#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-img{display:flex}#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name{font-size:20px}#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info i{font-size:14px;position:relative;bottom:-4px}#haru-content-main .dokan-single-store .dokan-store-tabs{margin-top:20px}#haru-content-main .dokan-single-store .dokan-store-tabs ul{border:1px solid #eee !important;border-radius:12px}#haru-content-main .dokan-single-store .dokan-store-tabs ul li a{color:#000 !important;font-weight:500}#haru-content-main .dokan-single-store .dokan-store-products-filter-area .dokan-store-products-ordeby{display:flex;flex-wrap:wrap}#haru-content-main .dokan-single-store .dokan-store-products-filter-area .dokan-store-products-ordeby .orderby{max-width:250px;margin-left:auto}@media screen and (max-width:767px){#haru-content-main .dokan-single-store .dokan-store-products-filter-area .dokan-store-products-ordeby .orderby{max-width:none}}#haru-content-main .dokan-single-store .seller-items .layout-grid{margin:0 -15px}@media screen and (max-width:991px){#haru-content-main .dokan-single-store .seller-items .layout-grid{margin:0 -10px}}@media screen and (max-width:767px){#haru-content-main .dokan-single-store .seller-items .layout-grid{margin:0 -8px}}#haru-content-main .dokan-single-store .seller-items .product-item.style-1{padding:0 15px;margin-bottom:35px}@media screen and (max-width:991px){#haru-content-main .dokan-single-store .seller-items .product-item.style-1{padding:0 10px}}@media screen and (max-width:767px){#haru-content-main .dokan-single-store .seller-items .product-item.style-1{padding:0 8px}}#haru-content-main .dokan-single-store .seller-items .product-item.style-2{padding:15px 15px 0 15px;margin-bottom:30px}@media screen and (max-width:991px){#haru-content-main .dokan-single-store .seller-items .product-item.style-2{padding:10px 10px 0 10px}}@media screen and (max-width:767px){#haru-content-main .dokan-single-store .seller-items .product-item.style-2{padding:8px 8px 0 8px}}#haru-content-main .dokan-store-products-filter-area .product-name-search{height:48px;border:1px solid #eee}@media screen and (max-width:767px){#haru-content-main .dokan-store-products-filter-area .product-name-search{width:100%;margin-bottom:10px}}#haru-content-main .dokan-store-products-filter-area .product-name-search:focus{border:1px solid #4B5C66}#haru-content-main .dokan-store-products-filter-area .search-store-products{height:48px;line-height:48px;margin-left:10px}@media screen and (max-width:767px){#haru-content-main .dokan-store-products-filter-area .search-store-products{width:100%;margin-left:0;margin-bottom:10px}}#haru-content-main .dokan-store-products-filter-area .orderby-search{height:48px;border:1px solid #f5f5f5;background-color:#f5f5f5}#haru-content-main .dokan-store-wrap{margin-top:0 !important;margin-bottom:80px !important}@media screen and (max-width:1440px){#haru-content-main .dokan-store-wrap{margin-bottom:70px !important}}@media screen and (max-width:1024px){#haru-content-main .dokan-store-wrap{margin-bottom:60px !important}}@media screen and (max-width:991px){#haru-content-main .dokan-store-wrap{margin-bottom:50px !important}}@media screen and (max-width:767px){#haru-content-main .dokan-store-wrap{margin-bottom:40px !important}}@media screen and (max-width:991px){#haru-content-main .dokan-pagination-container{margin-bottom:25px}}#haru-content-main .dokan-pagination-container .dokan-pagination li.active a{background:#4B5C66 !important;color:#fff;pointer-events:none}#haru-content-main .dokan-pagination-container .dokan-pagination li:first-child a{margin-left:0}#haru-content-main .dokan-pagination-container .dokan-pagination li:last-child a{margin-right:0}#haru-content-main .dokan-pagination-container .dokan-pagination li a{border:none !important;padding:5px 12px;color:#000;margin:0 3px;line-height:30px;border-radius:3px;font-weight:600;transition:all 0.3s}#haru-content-main .dokan-pagination-container .dokan-pagination li a:hover{color:#4B5C66;transition:all 0.3s}#haru-content-main .dokan-vendor-info-wrap{border:1px solid #eee;border-radius:12px;margin-bottom:10px;margin-top:15px}#haru-content-main .dokan-vendor-info-wrap .dokan-vendor-info .dokan-vendor-rating p{color:#9B9B9B}#haru-content-main .dokan-vendor-info-wrap .dokan-vendor-info .dokan-ratings-count{color:#ABABAB;font-size:12px;font-style:italic}#haru-content-main .woocommerce-Tabs-panel--seller ul{padding:0;list-style:none}#haru-content-main .woocommerce-Tabs-panel--seller li{margin-bottom:12px}#haru-content-main .woocommerce-Tabs-panel--seller li:last-child{margin-bottom:0}#haru-content-main .woocommerce-Tabs-panel--seller li:before{content:"";font-family:"phosphor";font-size:18px;margin-right:6px;position:relative;bottom:-2px;background-color:#e2f5f2;color:#11b196;padding:5px;border-radius:50%}#haru-content-main .woocommerce-Tabs-panel--seller li>span:first-child:not(.seller-rating){color:#000;font-weight:600;margin-right:3px}#haru-content-main .woocommerce-Tabs-panel--seller li.clearfix .seller-rating{position:relative;bottom:-2px;margin-left:5px}#haru-content-main .woocommerce-Tabs-panel--more_seller_product .layout-grid{margin:0 -15px}@media screen and (max-width:991px){#haru-content-main .woocommerce-Tabs-panel--more_seller_product .layout-grid{margin:0 -10px}}@media screen and (max-width:767px){#haru-content-main .woocommerce-Tabs-panel--more_seller_product .layout-grid{margin:0 -8px}}#haru-content-main .woocommerce-Tabs-panel--more_seller_product .product-item.style-1{padding:0 15px;margin-bottom:35px}@media screen and (max-width:991px){#haru-content-main .woocommerce-Tabs-panel--more_seller_product .product-item.style-1{padding:0 10px}}@media screen and (max-width:767px){#haru-content-main .woocommerce-Tabs-panel--more_seller_product .product-item.style-1{padding:0 8px}}#haru-content-main .woocommerce-Tabs-panel--more_seller_product .product-item.style-2{padding:15px 15px 0 15px;margin-bottom:30px}@media screen and (max-width:991px){#haru-content-main .woocommerce-Tabs-panel--more_seller_product .product-item.style-2{padding:10px 10px 0 10px}}@media screen and (max-width:767px){#haru-content-main .woocommerce-Tabs-panel--more_seller_product .product-item.style-2{padding:8px 8px 0 8px}}.dokan-dashboard #haru-content-main .dokan-dashboard-wrap{margin-bottom:80px}@media screen and (max-width:1440px){.dokan-dashboard #haru-content-main .dokan-dashboard-wrap{margin-bottom:70px}}@media screen and (max-width:1024px){.dokan-dashboard #haru-content-main .dokan-dashboard-wrap{margin-bottom:60px}}@media screen and (max-width:991px){.dokan-dashboard #haru-content-main .dokan-dashboard-wrap{margin-bottom:50px}}@media screen and (max-width:767px){.dokan-dashboard #haru-content-main .dokan-dashboard-wrap{margin-bottom:40px}}.dokan-dashboard #haru-content-main .dokan-dashboard-wrap input[type="submit"].dokan-btn,.dokan-dashboard #haru-content-main .dokan-dashboard-wrap a.dokan-btn,.dokan-dashboard #haru-content-main .dokan-dashboard-wrap .dokan-btn{background-color:#4B5C66;border:none;border-radius:3px;color:#fff;font-weight:600}.dokan-dashboard #haru-content-main .dokan-dashboard-wrap input[type="submit"].dokan-btn:hover,.dokan-dashboard #haru-content-main .dokan-dashboard-wrap a.dokan-btn:hover,.dokan-dashboard #haru-content-main .dokan-dashboard-wrap .dokan-btn:hover{background-color:#404f57}.dokan-dashboard #haru-content-main .dokan-dashboard-wrap input[type="submit"].dokan-btn:not(.dokan-btn-default),.dokan-dashboard #haru-content-main .dokan-dashboard-wrap input[type="submit"].dokan-btn:not(.dokan-btn-lg),.dokan-dashboard #haru-content-main .dokan-dashboard-wrap a.dokan-btn:not(.dokan-btn-default),.dokan-dashboard #haru-content-main .dokan-dashboard-wrap a.dokan-btn:not(.dokan-btn-lg),.dokan-dashboard #haru-content-main .dokan-dashboard-wrap .dokan-btn:not(.dokan-btn-default),.dokan-dashboard #haru-content-main .dokan-dashboard-wrap .dokan-btn:not(.dokan-btn-lg){height:36px;line-height:34px;padding:0 12px}.dokan-dashboard #haru-content-main .dokan-dashboard-wrap input[type=text],.dokan-dashboard #haru-content-main .dokan-dashboard-wrap input[type=email],.dokan-dashboard #haru-content-main .dokan-dashboard-wrap input[type=password],.dokan-dashboard #haru-content-main .dokan-dashboard-wrap input[type=search],.dokan-dashboard #haru-content-main .dokan-dashboard-wrap input[type=number],.dokan-dashboard #haru-content-main .dokan-dashboard-wrap input[type=url],.dokan-dashboard #haru-content-main .dokan-dashboard-wrap input[type=tel],.dokan-dashboard #haru-content-main .dokan-dashboard-wrap input[type=date],.dokan-dashboard #haru-content-main .dokan-dashboard-wrap select{height:36px;border-radius:3px}.dokan-dashboard #haru-content-main .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover,.dokan-dashboard #haru-content-main .dokan-dash-sidebar ul.dokan-dashboard-menu li.active{background:#4B5C66}@media only screen and (max-width:991px){.dokan-dashboard #haru-content-main .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a{padding:5%;text-align:center}}.dokan-dashboard #haru-content-main .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a:hover{background:#4B5C66}.dokan-dashboard #haru-content-main .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a i{padding-right:0}@media only screen and (max-width:991px){.dokan-dashboard #haru-content-main .dokan-dash-sidebar ul.dokan-dashboard-menu li a{padding-left:10px}}@media only screen and (max-width:991px){.dokan-dashboard #haru-content-main .dokan-dash-sidebar ul.dokan-dashboard-menu li a i{padding-right:10px}}@media only screen and (max-width:450px){.dokan-dashboard #haru-content-main .dokan-dash-sidebar #dokan-navigation ul.dokan-dashboard-menu{padding-top:60px !important}}@media only screen and (max-width:767px){.dokan-dashboard #haru-content-main .dokan-dashboard-content{padding-left:0;padding-right:0;padding-bottom:0}}.dokan-dashboard #haru-content-main .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title{color:#000;font-weight:600}.dokan-dashboard #haru-content-main .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title i{color:#000}.dokan-dashboard #haru-content-main .dokan-dashboard-content article.dashboard-content-area .dashboard-widget ul{padding:0}.dokan-dashboard #haru-content-main .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter li .count{color:#000}.dokan-dashboard #haru-content-main .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter li:last-child .count{border:none}.dokan-dashboard #haru-content-main .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.sells-graph .chart-container table{width:auto}.dokan-dashboard #haru-content-main .entry-title{font-size:24px;margin-top:0}@media screen and (max-width:1440px){.dokan-dashboard #haru-content-main .entry-title{font-size:22px}}@media screen and (max-width:1024px){.dokan-dashboard #haru-content-main .entry-title{font-size:20px}}@media screen and (max-width:991px){.dokan-dashboard #haru-content-main .entry-title{font-size:18px}}@media screen and (max-width:991px){.dokan-dashboard #haru-content-main .dokan-product-listing .dokan-product-listing-area{padding:0}}.dokan-dashboard #haru-content-main .dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter{font-size:14px;color:#7E7E7E}.dokan-dashboard #haru-content-main .dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter li{margin-right:8px}@media screen and (max-width:991px){.dokan-dashboard #haru-content-main .dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter li{margin-right:5px;padding-right:5px}}.dokan-dashboard #haru-content-main .dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter li.active a{color:#4B5C66}@media screen and (max-width:767px){.dokan-dashboard #haru-content-main .dokan-product-listing .dokan-product-listing-area .row-actions{display:flex}}@media screen and (max-width:767px){.dokan-dashboard #haru-content-main .dokan-product-listing .dokan-product-listing-area .row-actions span{margin-right:3px}}.dokan-dashboard #haru-content-main .dokan-product-listing .dokan-product-listing-area .row-actions span:last-child{margin-right:0}.dokan-dashboard #haru-content-main .dokan-product-listing .dokan-product-listing-area .dokan-table>thead>tr>th{text-transform:none}@media screen and (max-width:767px){.dokan-dashboard #haru-content-main .dokan-product-listing .dokan-product-listing-area .dokan-table .product-type:before{text-align:right}}.dokan-dashboard #haru-content-main .dokan-product-listing .dokan-product-listing-area .pagination-wrap ul.pagination>li:first-child>span{border-top-left-radius:12px;border-bottom-left-radius:12px}.dokan-dashboard #haru-content-main .dokan-product-listing .dokan-product-listing-area .pagination-wrap ul.pagination>li:last-child>span,.dokan-dashboard #haru-content-main .dokan-product-listing .dokan-product-listing-area .pagination-wrap ul.pagination>li:last-child>a{border-top-right-radius:12px;border-bottom-right-radius:12px}.dokan-dashboard #haru-content-main .dokan-orders-content .dokan-orders-area ul.order-statuses-filter{padding:0;font-size:14px;color:#7E7E7E;margin-top:0}.dokan-dashboard #haru-content-main .dokan-orders-content .dokan-orders-area ul.order-statuses-filter li.active a{color:#4B5C66}.dokan-dashboard #haru-content-main .dokan-orders-content .dokan-orders-area .dokan-order-filter-serach{padding:10px 0}.dokan-dashboard #haru-content-main .dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .datepicker{padding-bottom:0 !important;font-size:14px}.dokan-dashboard #haru-content-main .dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .select2-container .selection .select2-selection--single{height:36px}.dokan-dashboard #haru-content-main .dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .select2-container .selection .select2-selection--single .select2-selection__rendered{line-height:34px;font-size:14px}.dokan-dashboard #haru-content-main .dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .select2-container .selection .select2-selection--single .select2-selection__arrow{height:34px}.dokan-dashboard #haru-content-main .dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .select2-container--default .select2-selection--single .select2-selection__placeholder{color:#7E7E7E}@media screen and (max-width:991px){.dokan-dashboard #haru-content-main .dokan-withdraw-content .dokan-add-product-link{float:none !important}}@media screen and (max-width:767px){.dokan-dashboard #haru-content-main .dokan-withdraw-content .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container .dokan-w5{position:relative;right:auto;top:auto;transform:none}}@media screen and (max-width:767px){.dokan-dashboard #haru-content-main .dokan-withdraw-content .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container .dokan-w5 .dokan-btn{float:none;margin-top:10px}}.dokan-dashboard #haru-content-main #reverse-withdrawal-filter-form{margin-bottom:15px}.dokan-dashboard #haru-content-main #reverse-withdrawal-filter-form .dokan-btn{font-size:14px}@media screen and (max-width:767px){.dokan-dashboard #haru-content-main .dokan-settings-content .dokan-settings-area .dokan-store-settign-header-wrap{width:65%}}@media screen and (max-width:767px){.dokan-dashboard #haru-content-main .dokan-settings-content .dokan-settings-area .dokan-update-setting-top{width:35%;text-align:right}}@media screen and (max-width:767px){.dokan-dashboard #haru-content-main .dokan-settings-content .store-open-close label.day.control-label{padding-right:60px}}@media screen and (max-width:767px){.dokan-dashboard #haru-content-main .dokan-settings-content .store-open-close .dokan-form-group:first-child{margin-top:10px}}.dokan-dashboard #haru-content-main .dokan-settings-content #store-form .dokan-form-group:last-child .dokan-btn{margin-left:10px;margin-top:20px}.dokan-dashboard #haru-content-main .dokan-settings-content .dokan-payment-settings-summary ul{padding:0}.dokan-dashboard #haru-content-main .dokan-settings-content .dokan-payment-settings-summary .dokan-btn-theme{height:36px;line-height:36px;padding:0 10px}.dokan-dashboard #haru-content-main .dokan-settings-content .dokan-payment-settings-summary .payment-methods-listing-header h2{font-size:20px}@media screen and (max-width:1440px){.dokan-dashboard #haru-content-main .dokan-settings-content .dokan-payment-settings-summary .payment-methods-listing-header h2{font-size:18px}}@media screen and (max-width:1024px){.dokan-dashboard #haru-content-main .dokan-settings-content .dokan-payment-settings-summary .payment-methods-listing-header h2{font-size:16px}}.dokan-dashboard #haru-content-main #edit-slug-buttons .button{height:36px;line-height:36px}.dokan-dashboard #haru-content-main input[type="checkbox"],.dokan-dashboard #haru-content-main input[type="radio"]{position:relative;top:-2px}.ui-datepicker .ui-datepicker-calendar{margin-left:-2px}.ui-datepicker .ui-datepicker-calendar th{font-size:14px}.ui-datepicker .ui-datepicker-calendar td{padding:1px;border:none}.daterangepicker .calendar-table td,.daterangepicker .calendar-table th{padding:1px}.daterangepicker .drp-buttons .btn{height:inherit;line-height:inherit}.dokan-message:before,.dokan-info:before,.dokan-error:before{padding-top:0 !important;top:15px !important;border-radius:3px !important}.dokan-info{color:#fff}.vendor-customer-registration input[type="checkbox"],.vendor-customer-registration input[type="radio"]{position:relative;top:-1px}.single-product-top.horizontal.sticky .haru-woocommerce-tab .grid-item,.single-product-top.vertical.sticky .haru-woocommerce-tab .grid-item{width:50%}.single-product-top.horizontal.sticky .haru-woocommerce-tab .product-item.style-1 .product-actions .product-button,.single-product-top.vertical.sticky .haru-woocommerce-tab .product-item.style-1 .product-actions .product-button{margin-left:0;margin-top:0}.single-product-top.horizontal.sticky .haru-woocommerce-tab .product-item.style-1 .product-button--compare a.button,.single-product-top.vertical.sticky .haru-woocommerce-tab .product-item.style-1 .product-button--compare a.button{justify-content:center}.single-product-top.horizontal.sticky .haru-woocommerce-tab .product-item.style-1 .product-button--compare a.button:before,.single-product-top.vertical.sticky .haru-woocommerce-tab .product-item.style-1 .product-button--compare a.button:before{margin-right:0}.single-product-top.horizontal.sticky .haru-woocommerce-tab .product-item.style-1 .product-button--wishlist a:before,.single-product-top.vertical.sticky .haru-woocommerce-tab .product-item.style-1 .product-button--wishlist a:before{margin-right:0}.single-product-top.horizontal.sticky .haru-woocommerce-tab .product-item.style-2 .product-button--compare a.button,.single-product-top.vertical.sticky .haru-woocommerce-tab .product-item.style-2 .product-button--compare a.button{justify-content:center}.single-product-top.horizontal.sticky .haru-woocommerce-tab .product-item.style-2 .product-button--compare a.button:before,.single-product-top.vertical.sticky .haru-woocommerce-tab .product-item.style-2 .product-button--compare a.button:before{margin-right:0}.single-product-top.horizontal.sticky .haru-woocommerce-tab .product-item.style-2 .product-button--wishlist a:before,.single-product-top.vertical.sticky .haru-woocommerce-tab .product-item.style-2 .product-button--wishlist a:before{margin-right:0}.wcfm-theme-teespace .wcfm-membership-wrapper{border-radius:12px;margin-bottom:100px}@media screen and (max-width:1440px){.wcfm-theme-teespace .wcfm-membership-wrapper{margin-bottom:80px}}@media screen and (max-width:1024px){.wcfm-theme-teespace .wcfm-membership-wrapper{margin-bottom:60px}}@media screen and (max-width:991px){.wcfm-theme-teespace .wcfm-membership-wrapper{margin-bottom:40px}}.wcfm-theme-teespace #wcfm_membership_container input[type="text"],.wcfm-theme-teespace #wcfm_membership_container input[type="file"],.wcfm-theme-teespace #wcfm_membership_container input[type="password"],.wcfm-theme-teespace #wcfm_membership_container select,.wcfm-theme-teespace #wcfm_membership_container input[type="number"],.wcfm-theme-teespace #wcfm_membership_container input[type="time"],.wcfm-theme-teespace #wcfm_membership_container input[type="search"],.wcfm-theme-teespace #wcfm_membership_container textarea{border:1px solid #eee !important;box-shadow:none;border-radius:12px}.wcfm-theme-teespace #wcfm_membership_container input[type="text"]:focus,.wcfm-theme-teespace #wcfm_membership_container input[type="file"]:focus,.wcfm-theme-teespace #wcfm_membership_container input[type="password"]:focus,.wcfm-theme-teespace #wcfm_membership_container select:focus,.wcfm-theme-teespace #wcfm_membership_container input[type="number"]:focus,.wcfm-theme-teespace #wcfm_membership_container input[type="time"]:focus,.wcfm-theme-teespace #wcfm_membership_container input[type="search"]:focus,.wcfm-theme-teespace #wcfm_membership_container textarea:focus{border:1px solid #4B5C66 !important}.wcfm-theme-teespace #wcfm_membership_container input[type="text"].wcfm_validation_success,.wcfm-theme-teespace #wcfm_membership_container input[type="file"].wcfm_validation_success,.wcfm-theme-teespace #wcfm_membership_container input[type="password"].wcfm_validation_success,.wcfm-theme-teespace #wcfm_membership_container select.wcfm_validation_success,.wcfm-theme-teespace #wcfm_membership_container input[type="number"].wcfm_validation_success,.wcfm-theme-teespace #wcfm_membership_container input[type="time"].wcfm_validation_success,.wcfm-theme-teespace #wcfm_membership_container input[type="search"].wcfm_validation_success,.wcfm-theme-teespace #wcfm_membership_container textarea.wcfm_validation_success{border-left:6px solid blue !important}.wcfm-theme-teespace #wcfm_membership_container input[type="text"].wcfm_validation_failed,.wcfm-theme-teespace #wcfm_membership_container input[type="file"].wcfm_validation_failed,.wcfm-theme-teespace #wcfm_membership_container input[type="password"].wcfm_validation_failed,.wcfm-theme-teespace #wcfm_membership_container select.wcfm_validation_failed,.wcfm-theme-teespace #wcfm_membership_container input[type="number"].wcfm_validation_failed,.wcfm-theme-teespace #wcfm_membership_container input[type="time"].wcfm_validation_failed,.wcfm-theme-teespace #wcfm_membership_container input[type="search"].wcfm_validation_failed,.wcfm-theme-teespace #wcfm_membership_container textarea.wcfm_validation_failed{border-left:6px solid red !important}.wcfm-theme-teespace #wcfm_membership_container input.wcfm_submit_button,.wcfm-theme-teespace #wcfm_membership_container a.wcfm_submit_button{background-color:#4B5C66;color:#fff;padding:0 35px !important;box-shadow:none;height:48px;line-height:48px;letter-spacing:inherit;border-radius:12px;font-weight:700;text-transform:capitalize;border:none}.wcfm-theme-teespace #wcfm_membership_container input.wcfm_submit_button:hover,.wcfm-theme-teespace #wcfm_membership_container a.wcfm_submit_button:hover{background-color:#404f57}.wcfm-theme-teespace #wcfm_membership_container .wcfm_store_slug_status{color:#008C00}.wcfm-theme-teespace .wcfm-error,.wcfm-theme-teespace .wcfm-info,.wcfm-theme-teespace .wcfm-success,.wcfm-theme-teespace .wcfm-validation,.wcfm-theme-teespace .wcfm-warning,.wcfm-theme-teespace .wcfm-wcfmu{border-radius:12px}.wcfm-theme-teespace .wcfm-error{color:red}.wcfm-theme-teespace .wcicon-status-cancelled{color:red}.wcfm-theme-teespace #wcfm-main-contentainer .wcfm_membership_thankyou_content_wrapper{background-color:#4B5C66;border-radius:12px;color:#fff;padding:25px;padding-bottom:50px}.wcfm-theme-teespace .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--wcfm-store-manager a:before{font-weight:500;margin-right:5px}.wcfmmp_become_vendor_link{margin-bottom:8px}.wcfmmp_become_vendor_link a{color:#4B5C66}.wcfmmp_become_vendor_link a:hover{text-decoration:underline}.wcfm_registration_form_heading{font-size:20px;padding-bottom:20px}#wcfm_membership_container #wcfm_membership_registration_form p.wcfm_title strong,#wcfm_membership_container #wcfm_membership_registration_form span.wcfm_title strong{font-style:normal;color:#000}#lumise-customize-button{max-width:100%;margin:12px 0 15px;text-align:center}.product-item .lumise-button{display:block !important;line-height:inherit !important;padding:10px 16px !important;margin:18px auto 0 auto !important;border-radius:12px !important;font-weight:700;max-width:180px}.product-item .product-actions .lumise-button{display:none !important}.woocommerce a.lumise-edit-design{font-size:inherit}.woocommerce .lumise-edit-design-wrp{margin-top:10px}.woocommerce .lumise-cart-thumbnails img{margin-left:5px}.woocommerce .woocommerce-cart-form .product-name:has(.lumise-edit-design-wrp){color:#000}.woocommerce .woocommerce-cart-form .product-name:has(.lumise-edit-design-wrp) .variation{margin-bottom:0}.woocommerce .woocommerce-cart-form .product-name:has(.lumise-edit-design-wrp) .lumise-edit-design{background-color:#4B5C66 !important}.woocommerce .woocommerce-cart-form .product-name:has(.lumise-edit-design-wrp) .lumise-edit-design:hover{box-shadow:none;color:#fff !important;background-color:#404f57 !important}.cart_item>a>img{display:none}body.layout-boxed #haru-main{max-width:1200px}.wpcf7 form {
display: block;
}
.wpcf7-form label {
display: block;
} #page-header .l-subheader-cell .w-socials-item.twitter .fa-x-twitter svg {
display: none !important;
}:root {
--uacf7-global-color-primary: #382673;
--uacf7-global-text-color-secondary: #383c41;
--uacf7-global-placeholder-color: #606266;
--uacf7-global-border-color: #e4e9f8;
--uacf7-global-button-color: var(--uacf7-global-color-primary);
--uacf7-border-radius: 5px;
--uacf7-white-color: #fff;
} .uacf7-wrapper-default {
border: none !important;
margin: 0 !important;
padding: 0 !important;
box-shadow: none !important;
outline: none !important;
min-inline-size: 100%;
}
.uacf7-wrapper-default hr {
background-color: var(--uacf7-global-border-color);
border: none;
height: 1px;
margin-bottom: 20px;
width: 100%;
}
.uacf7-wrapper-default label {
display: inline-block;
font-weight: 500;
line-height: inherit;
margin-bottom: 15px;
width: 100%;
}
.uacf7-wrapper-default label span {
display: block;
margin-top: 5px;
}
.uacf7-wrapper-default .wpcf7-acceptance label span {
display: inline-block;
margin-top: 5px;
} .uacf7-wrapper-default input[type="date"],
.uacf7-wrapper-default input[type="email"],
.uacf7-wrapper-default input[type="number"],
.uacf7-wrapper-default input[type="password"],
.uacf7-wrapper-default input[type="search"],
.uacf7-wrapper-default input[type="tel"],
.uacf7-wrapper-default input[type="text"],
.uacf7-wrapper-default input[type="url"],
.uacf7-wrapper-default select,
.uacf7-wrapper-default textarea,
.uacf7-wrapper-default label span textarea,
.uacf7-wrapper-default label span input {
padding: 0.7rem 1rem;
background-clip: padding-box;
background-image: none;
border: 1px solid var(--uacf7-global-border-color);
border-radius: var(--uacf7-border-radius);
color: var(--uacf7-global-text-color-secondary);
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
outline: none;
}
.uacf7-wrapper-default textarea {
height: 90px;
}
input[type="date"]:focus-visible,
input[type="date"]:visited,
input[type="email"]:focus-visible,
input[type="email"]:visited,
input[type="number"]:focus-visible,
input[type="number"]:visited,
input[type="password"]:focus-visible,
input[type="password"]:visited,
input[type="search"]:focus-visible,
input[type="search"]:visited,
input[type="tel"]:focus-visible,
input[type="tel"]:visited,
input[type="text"]:focus-visible,
input[type="text"]:visited,
select:visited,
select:focus-visible,
textarea:visited,
textarea:focus-visible {
border-color: var(--uacf7-global-button-color) !important;
} .uacf7-wrapper-default .uacf7-checkbox .wpcf7-list-item-label {
margin: 0;
}
.uacf7-wrapper-default .uacf7-checkbox .wpcf7-list-item {
display: flex !important;
align-items: center;
margin: 0.5em 0 0 1em;
font-weight: 400;
}
.uacf7-wrapper-default .uacf7-checkbox span input {
margin-right: 10px;
} .uacf7-wrapper-default .uacf7-radio .wpcf7-list-item-label {
margin: 0;
}
.uacf7-wrapper-default .uacf7-radio .wpcf7-list-item {
display: flex !important;
align-items: center;
margin: 0.5em 0 0 1em;
font-weight: 400;
}
.uacf7-wrapper-default .uacf7-radio span input {
margin-right: 10px;
}
.uacf7-wrapper-default .uacf7-rating label span {
display: inline-block;
} .uacf7-wrapper-default .uacf7-submint {
display: flex;
align-items: center;
}
.uacf7-wrapper-default .uacf7-submint.end {
display: flex;
flex-direction: row-reverse;
align-items: center;
}
.uacf7-wrapper-default .uacf7-submint input[type="submit"] {
font-size: 16px;
font-weight: 700;
color: var(--uacf7-white-color);
background-color: var(--uacf7-global-color-primary);
border-style: solid;
border-radius: var(--uacf7-border-radius);
border-width: 2px;
border-color: var(--uacf7-white-color);
padding: 10px 20px;
text-align: center;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
box-shadow 0.15s ease-in-out;
outline: none;
}
.uacf7-wrapper-default .uacf7-submint input[type="submit"]:focus,
.uacf7-wrapper-default .uacf7-submint input[type="submit"]:hover {
color: var(--uacf7-white-color);
background-color: var(--uacf7-global-color-primary);
} .uacf7-wrapper-default .uacf7-submint.fill input[type="submit"] {
background-color: var(--uacf7-global-color-primary);
color: var(--uacf7-white-color) !important;
}
.uacf7-wrapper-default .uacf7-submint.fill input[type="submit"]:focus,
.uacf7-wrapper-default .uacf7-submint.fill input[type="submit"]:hover {
color: var(--uacf7-global-color-primary);
background-color: var(--uacf7-white-color);
} .uacf7-wrapper-default .uacf7-submint.full-width {
position: relative;
}
.uacf7-wrapper-default .uacf7-submint.full-width input[type="submit"] {
width: 100%;
}
.uacf7-wrapper-default .uacf7-submint.full-width > span {
position: absolute;
left: 50%;
margin-left: -12px;
}
.uacf7-wrapper-default .uacf7-submint.fill.full-width > span.wpcf7-spinner {
background-color: var(--uacf7-white-color);
}
.uacf7-wrapper-default
.uacf7-submint.fill.full-width
> span.wpcf7-spinner::before {
background-color: var(--uacf7-global-color-primary);
}
.uacf7-wrapper-default .uacf7-charity-dinner {
padding: 0 15px;
}
.uacf7-wrapper-default .uacf7-charity-dinner .wpcf7-submit {
background: #115e99 !important;
color: #ffffff !important;
border-color: #115e99 !important;
}
.uacf7-wrapper-default .uacf7-order-bump-form .wpcf7-submit {
background-color: #e6a23c !important;
border-radius: 6px;
font-size: 18px;
line-height: 1.5;
padding: 8px 16px;
}
.uacf7-wrapper-default .uacf7-order-bump-form .wpcf7-submit:hover {
background-color: #ebb563 !important;
}.uacf7-row {
display: flex;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px;
}
.uacf7-col-3,
.uacf7-col-4,
.uacf7-col-6,
.uacf7-col-12 {
padding-left: 15px;
padding-right: 15px;
box-sizing: border-box; } .uacf7-col-3 {
flex: 0 0 25%;
}
.uacf7-col-4 {
flex: 0 0 33.3333%;
}
.uacf7-col-6 {
flex: 0 0 50%;
}
.uacf7-col-12 {
flex: 0 0 100%;
}
.uacf7-col-12 label,
.uacf7-col-6 label,
.uacf7-col-3 label,
.uacf7-col-4 label,
.uacf7-col-12 .wpcf7-form-control,
.uacf7-col-6 .wpcf7-form-control,
.uacf7-col-3 .wpcf7-form-control,
.uacf7-col-4 .wpcf7-form-control {
width: 100% !important;
display: block;
}
@media only screen and (max-width: 767px) {
.uacf7-row {
display: flex;
flex-wrap: wrap;
}
.uacf7-col-3,
.uacf7-col-4,
.uacf7-col-6,
.uacf7-col-12 {
flex: 1 1 100%; max-width: 100%;
margin-right: 0;
}
}.steps-form {
display: table;
width: 100%;
position: relative;
}
.uacf7-step.step-content button.uacf7-prev,
.uacf7-step.step-content button.uacf7-next {
margin-top: 5px
}
.uacf7-step.step-content.step-start button.uacf7-prev,
.uacf7-step.step-content.step-end button.uacf7-next,
.uacf7-step.step-content.step-end span.uacf7-ajax-loader {
display: none !important
}
.uacf7-step span.uacf7-ajax-loader.is-active {
visibility: visible
}
.uacf7-step.step-content button.uacf7-next {
float: right;
}
.uacf7-step.step-content.step-start button.uacf7-next {
float: none;
}
.steps-form .steps-row {
display: table-row;
}
.steps-form .steps-row:before {
top: 18px;
bottom: 0;
position: absolute;
content: " ";
width: 100%;
height: 1px;
background-color: #ccc;
}
.steps-form .steps-row .steps-step {
display: table-cell;
text-align: center;
position: relative;
}
.steps-form .steps-row .steps-step p {
margin-top: 0.5rem;
}
.steps-form .steps-row .steps-step button[disabled] {
opacity: 1 !important;
filter: alpha(opacity=100) !important;
}
.steps-form .steps-row .steps-step .btn-circle {
width: 30px;
height: 30px;
text-align: center;
font-size: 12px;
line-height: 28px;
border-radius: 50%;
margin-top: 0;
text-decoration: none;
outline: 0;
display: inline-block;
position: relative;
}
.steps-form .steps-row .steps-step .btn-circle img { width: 100%;
height: 100%;
object-fit: cover;
position: absolute;
top: 0;
left: 0
}
.uacf7-btn-default {
color: #fff;
background-color: #65ce92 !important;
}
.steps-form .steps-row .steps-step .btn-circle.uacf7-btn-active {
color: #fff;
background-color: #15a552 !important;
outline: 0;
-webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
transform: scale(1.1);
}
.steps-form .steps-row .steps-step .btn-circle:hover,
.steps-form .steps-row .steps-step .btn-circle:focus,
.steps-form .steps-row .steps-step .btn-circle:active {
outline: 0;
-webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
color: #fff
}
.btn.btn-circle.uacf7-btn-default:not(.uacf7-btn-active) { }
.progressbar-style-1.steps-form .steps-row {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.progressbar-style-1.steps-form .steps-row .steps-step {
display: table-cell;
text-align: center;
position: relative;
flex-grow: 1; border-right: 1px solid #fff;
}
.progressbar-style-1.steps-form .steps-row .steps-step:last-child {
border-right: 0
}
.progressbar-style-1.steps-form .steps-row .steps-step p {
margin-top: 0.5rem;
display: none;
} .progressbar-style-1 .uacf7-btn-default {
color: #444;
background-color: #ddd !important;
}
.progressbar-style-1.steps-form .steps-row .steps-step .btn-circle.uacf7-btn-active {
transform: inherit;
box-shadow: none
}
.progressbar-style-1.steps-form .steps-row .steps-step .btn-circle.uacf7-btn-active:hover {
box-shadow: none;
color: #fff
}
.progressbar-style-1.steps-form .steps-row .steps-step .btn-circle:hover,
.progressbar-style-1.steps-form .steps-row .steps-step .btn-circle:focus,
.progressbar-style-1.steps-form .steps-row .steps-step .btn-circle:active {
box-shadow: none;
color: #444;
}
.progressbar-style-1.steps-form .steps-row .steps-step .btn-circle img {
display: none;
}
.progressbar-style-1.steps-form .steps-row {
display: flex;
align-items: center;
flex-wrap: wrap;
flex-direction: row;
column-gap: 2px;
row-gap: 2px;
justify-content: space-between;
}
.progressbar-style-1.steps-form .steps-row .steps-step {
background: #ddd;
flex-grow: 1;
}
.progressbar-style-1.steps-form .steps-row .steps-step .btn-circle {
font-size: 12px;
line-height: 24px;
text-decoration: none;
outline: 0;
background: transparent;
width: 100%;
height: 100%;
padding: 5px 10px;
border-radius: 0;
}
.progressbar-style-1 .steps-step .uacf7-btn-active {
background: #15a552 !important;
}
.progressbar-style-1 .steps-step .uacf7-btn-active {
color: #fff !important;
}
.progressbar-style-1.steps-form .steps-row::before {
display: none;
} @media (max-width: 576px) {
.steps-form .steps-row {
display: inline-block;
}
.steps-form .steps-row .steps-step {
float: left;
padding: 1px 4px;
}
.progressbar-style-1 .steps-step {
padding: 0 !important;
}
.steps-form .steps-row::before {
display: none;
}
} @media (min-width: 768px) {} @media (min-width: 992px) {} @media (min-width: 1200px) {} @media (min-width: 1400px) {}html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent;
} abbr[title] {
border-bottom: none; text-decoration: underline; -webkit-text-decoration: underline dotted;
text-decoration: underline dotted; } b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
} @-webkit-keyframes sonarEffect {
0% {
opacity: .3;
}
40% {
opacity: .5;
box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1), 0 0 10px 10px #4B5C66, 0 0 0 10px rgba(0, 0, 0, 0.5);
}
100% {
box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1), 0 0 10px 10px #4B5C66, 0 0 0 10px rgba(0, 0, 0, 0.5);
-webkit-transform: scale(1.5);
opacity: 0;
}
}
@keyframes sonarEffect {
0% {
opacity: .3;
}
40% {
opacity: .5;
box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1), 0 0 10px 10px #4B5C66, 0 0 0 10px rgba(0, 0, 0, 0.5);
}
100% {
box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1), 0 0 10px 10px #4B5C66, 0 0 0 10px rgba(0, 0, 0, 0.5);
-webkit-transform: scale(1.5);
transform: scale(1.5);
opacity: 0;
}
}
@-webkit-keyframes videoSonarEffect {
0% {
opacity: .3;
}
40% {
opacity: .5;
box-shadow: 0 0 0 2px rgba(46, 187, 119, 0.1), 0 0 10px 10px #4B5C66, 0 0 0 10px rgba(46, 187, 119, 0.5);
}
100% {
box-shadow: 0 0 0 2px rgba(46, 187, 119, 0.1), 0 0 10px 10px #4B5C66, 0 0 0 10px rgba(46, 187, 119, 0.5);
-webkit-transform: translate(-50%, -50%) scale(1.5);
opacity: 0;
}
}
@keyframes videoSonarEffect {
0% {
opacity: .3;
}
40% {
opacity: .5;
box-shadow: 0 0 0 2px rgba(46, 187, 119, 0.1), 0 0 10px 10px #4B5C66, 0 0 0 10px rgba(46, 187, 119, 0.5);
}
100% {
box-shadow: 0 0 0 2px rgba(46, 187, 119, 0.1), 0 0 10px 10px #4B5C66, 0 0 0 10px rgba(46, 187, 119, 0.5);
-webkit-transform: translate(-50%, -50%) scale(1.5);
transform: translate(-50%, -50%) scale(1.5);
opacity: 0;
}
}
@-webkit-keyframes haruSpin {
from {
-webkit-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
}
}
@keyframes haruSpin {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes grained {
0% {
-webkit-transform: translate(-10%, 10%);
}
10% {
-webkit-transform: translate(-25%, 0%);
}
20% {
-webkit-transform: translate(-30%, 10%);
}
30% {
-webkit-transform: translate(-30%, 30%);
}
40% {
-webkit-transform: translate();
}
50% {
-webkit-transform: translate(-15%, 10%);
}
60% {
-webkit-transform: translate(-20%, 20%);
}
70% {
-webkit-transform: translate(-5%, 20%);
}
80% {
-webkit-transform: translate(-25%, 5%);
}
90% {
-webkit-transform: translate(-30%, 25%);
}
100% {
-webkit-transform: translate(-10%, 10%);
}
}
@-o-animation-keyframes grained {
0% {
-o-animation-transform: translate(-10%, 10%);
}
10% {
-o-animation-transform: translate(-25%, 0%);
}
20% {
-o-animation-transform: translate(-30%, 10%);
}
30% {
-o-animation-transform: translate(-30%, 30%);
}
40% {
-o-animation-transform: translate();
}
50% {
-o-animation-transform: translate(-15%, 10%);
}
60% {
-o-animation-transform: translate(-20%, 20%);
}
70% {
-o-animation-transform: translate(-5%, 20%);
}
80% {
-o-animation-transform: translate(-25%, 5%);
}
90% {
-o-animation-transform: translate(-30%, 25%);
}
100% {
-o-animation-transform: translate(-10%, 10%);
}
}
@keyframes grained {
0% {
-webkit-transform: translate(-10%, 10%);
transform: translate(-10%, 10%);
}
10% {
-webkit-transform: translate(-25%, 0%);
transform: translate(-25%, 0%);
}
20% {
-webkit-transform: translate(-30%, 10%);
transform: translate(-30%, 10%);
}
30% {
-webkit-transform: translate(-30%, 30%);
transform: translate(-30%, 30%);
}
40% {
-webkit-transform: translate();
transform: translate();
}
50% {
-webkit-transform: translate(-15%, 10%);
transform: translate(-15%, 10%);
}
60% {
-webkit-transform: translate(-20%, 20%);
transform: translate(-20%, 20%);
}
70% {
-webkit-transform: translate(-5%, 20%);
transform: translate(-5%, 20%);
}
80% {
-webkit-transform: translate(-25%, 5%);
transform: translate(-25%, 5%);
}
90% {
-webkit-transform: translate(-30%, 25%);
transform: translate(-30%, 25%);
}
100% {
-webkit-transform: translate(-10%, 10%);
transform: translate(-10%, 10%);
}
} body.layout-boxed #haru-main {
max-width: 1200px;
margin: auto;
overflow: hidden;
}
.haru-container {
max-width: 1170px;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media screen and (max-width: 991px) {
.haru-container {
max-width: 970px;
}
}
@media screen and (max-width: 767px) {
.haru-container {
max-width: 750px;
}
}
.haru-container:before {
content: '';
display: table;
}
.haru-container:after {
content: '';
clear: both;
display: table;
}
.haru-container.haru-container--large {
max-width: 1440px;
}
.h-row {
margin-left: -15px;
margin-right: -15px;
}
.h-row:before {
content: '';
display: table;
}
.h-row:after {
content: '';
clear: both;
display: table;
}
.full-width {
padding: 0 30px;
}
@media screen and (max-width: 1024px) {
.full-width {
padding: 0 15px;
}
}
.page-sidebar.left-sidebar,
.archive-sidebar.left-sidebar,
.single-sidebar.left-sidebar {
width: 25%;
float: left;
padding-left: 15px;
padding-right: 20px;
}
@media screen and (max-width: 991px) {
.page-sidebar.left-sidebar,
.archive-sidebar.left-sidebar,
.single-sidebar.left-sidebar {
width: 100%;
float: none;
padding-right: 15px;
margin-bottom: 60px;
}
}
.page-sidebar.right-sidebar,
.archive-sidebar.right-sidebar,
.single-sidebar.right-sidebar {
width: 25%;
float: right;
padding-right: 15px;
padding-left: 20px;
}
@media screen and (max-width: 991px) {
.page-sidebar.right-sidebar,
.archive-sidebar.right-sidebar,
.single-sidebar.right-sidebar {
width: 100%;
float: none;
padding-left: 15px;
margin-bottom: 60px;
}
}
.page-content,
.archive-content,
.single-content {
padding: 0 15px;
}
.page-content.has-left-sidebar,
.archive-content.has-left-sidebar,
.single-content.has-left-sidebar {
width: 75%;
float: right;
padding-left: 20px;
}
@media screen and (max-width: 991px) {
.page-content.has-left-sidebar,
.archive-content.has-left-sidebar,
.single-content.has-left-sidebar {
width: 100%;
float: none;
padding-left: 15px;
}
}
.page-content.has-right-sidebar,
.archive-content.has-right-sidebar,
.single-content.has-right-sidebar {
width: 75%;
float: left;
padding-right: 20px;
}
@media screen and (max-width: 991px) {
.page-content.has-right-sidebar,
.archive-content.has-right-sidebar,
.single-content.has-right-sidebar {
width: 100%;
float: none;
padding-right: 15px;
}
}
.page-content.has-left-sidebar.has-right-sidebar,
.archive-content.has-left-sidebar.has-right-sidebar,
.single-content.has-left-sidebar.has-right-sidebar {
width: 50%;
display: inline-block;
float: none !important;
}
@media screen and (max-width: 991px) {
.page-content.has-left-sidebar.has-right-sidebar,
.archive-content.has-left-sidebar.has-right-sidebar,
.single-content.has-left-sidebar.has-right-sidebar {
width: 100%;
}
}
.archive-content,
.single-content {
margin-bottom: 90px;
}
@media screen and (max-width: 1440px) {
.archive-content,
.single-content {
margin-bottom: 80px;
}
}
@media screen and (max-width: 1024px) {
.archive-content,
.single-content {
margin-bottom: 70px;
}
}
@media screen and (max-width: 991px) {
.archive-content,
.single-content {
margin-bottom: 60px;
}
}
@media screen and (max-width: 767px) {
.archive-content,
.single-content {
margin-bottom: 50px;
}
}
.elementor-page .haru-container.haru-container--large.haru-page {
max-width: none;
}
.elementor-page .page-content {
padding: 0;
margin-bottom: 0;
}
.layout-grid {
flex-wrap: wrap;
display: flex;
}
.grid-columns-1 .grid-item, .grid-columns-2 .grid-item, .grid-columns-3 .grid-item, .grid-columns-4 .grid-item, .grid-columns-5 .grid-item, .grid-columns-6 .grid-item {
display: inline-block;
vertical-align: top;
}
.grid-columns-1 .grid-item {
width: 100%;
}
.grid-columns-2 .grid-item {
width: 50%;
}
.grid-columns-3 .grid-item {
width: 33.333333%;
}
@-moz-document url-prefix() {
.grid-columns-3 .grid-item {
width: calc(33.333333% - .1px);
}
}
.grid-columns-4 .grid-item {
width: 25%;
}
.grid-columns-5 .grid-item {
width: 20%;
}
.grid-columns-6 .grid-item {
width: 16.666666%;
}
@media screen and (max-width: 991px) {
.grid-columns--tablet1 .grid-item {
width: 100%;
}
}
@media screen and (max-width: 991px) {
.grid-columns--tablet2 .grid-item {
width: 50%;
}
}
@media screen and (max-width: 991px) {
.grid-columns--tablet3 .grid-item {
width: 33.333333%;
}
@-moz-document url-prefix() {
.grid-columns--tablet3 .grid-item {
width: calc(33.333333% - .1px);
}
}
}
@media screen and (max-width: 991px) {
.grid-columns--tablet4 .grid-item {
width: 25%;
}
}
@media screen and (max-width: 991px) {
.grid-columns--tablet-5 .grid-item {
width: 20%;
}
}
@media screen and (max-width: 991px) {
.grid-columns--tablet-6 .grid-item {
width: 16.666666%;
}
}
@media screen and (max-width: 767px) {
.grid-columns--mobile1 .grid-item {
width: 100%;
}
}
@media screen and (max-width: 767px) {
.grid-columns--mobile2 .grid-item {
width: 50%;
}
}
@media screen and (max-width: 767px) {
.grid-columns--mobile3 .grid-item {
width: 33.333333%;
}
@-moz-document url-prefix() {
.grid-columns--mobile3 .grid-item {
width: calc(33.333333% - .1px);
}
}
}
@media screen and (max-width: 767px) {
.grid-columns--mobile4 .grid-item {
width: 25%;
}
}
@media screen and (max-width: 767px) {
.grid-columns--mobile-5 .grid-item {
width: 20%;
}
}
@media screen and (max-width: 767px) {
.grid-columns--mobile-6 .grid-item {
width: 16.666666%;
}
@-moz-document url-prefix() {
.grid-columns--mobile-6 .grid-item {
width: calc(16.666666% - .1px);
}
}
}
.video-list {
display: flex;
flex-wrap: wrap;
}
.layout-list .grid-item {
width: 100%;
}
.haru-slick {
display: none;
}
.haru-slick.slick-initialized {
display: block;
}
.haru-slick .slick-slide:focus {
outline: none;
}
.haru-slick .slick-prev,
.haru-slick .slick-next {
font-size: 0;
padding: 0;
}
.haru-slick .slick-prev:before,
.haru-slick .slick-next:before {
font-weight: 700;
opacity: 1;
font-family: "phosphor";
font-size: 20px;
visibility: visible;
transition: all .3s;
}
@media screen and (max-width: 767px) {
.haru-slick .slick-prev:before,
.haru-slick .slick-next:before {
font-size: 18px;
}
}
.haru-slick .slick-prev:focus, .haru-slick .slick-prev:active,
.haru-slick .slick-next:focus,
.haru-slick .slick-next:active {
outline: none;
}
.haru-slick .slick-prev:hover,
.haru-slick .slick-next:hover {
cursor: pointer;
background-color: #4B5C66;
transition: all .3s;
}
.haru-slick .slick-prev.slick-disabled,
.haru-slick .slick-next.slick-disabled {
cursor: auto;
}
.haru-slick .slick-prev:before {
content: "\e915";
}
.haru-slick .slick-next:before {
content: "\e916";
}
.haru-slick--nav-normal .slick-prev,
.haru-slick--nav-normal .slick-next {
background: rgba(0, 0, 0, 0.3);
color: #fff;
border-radius: 3px;
transition: all .3s;
}
.haru-slick--nav-normal .slick-prev:hover,
.haru-slick--nav-normal .slick-next:hover {
background: #4B5C66;
cursor: pointer;
color: #fff;
}
.haru-slick--nav-icon .slick-prev,
.haru-slick--nav-icon .slick-next {
background: transparent;
color: #7e7e7e;
transition: all .3s;
}
.haru-slick--nav-icon .slick-prev:hover,
.haru-slick--nav-icon .slick-next:hover {
background: transparent;
cursor: pointer;
color: #4B5C66;
}
.haru-slick--nav-opacity:hover .slick-prev,
.haru-slick--nav-opacity:hover .slick-next {
opacity: 1;
visibility: visible;
transition: all .3s;
}
.haru-slick--nav-opacity .slick-prev,
.haru-slick--nav-opacity .slick-next {
background: rgba(0, 0, 0, 0.3);
border-radius: 3px;
color: #fff;
display: block;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
opacity: 0;
visibility: hidden;
transition: all .3s;
}
@media screen and (max-width: 767px) {
.haru-slick--nav-opacity .slick-prev,
.haru-slick--nav-opacity .slick-next {
width: 36px;
height: 36px;
line-height: 36px;
}
}
.haru-slick--nav-opacity .slick-prev:hover,
.haru-slick--nav-opacity .slick-next:hover {
background: #4B5C66;
cursor: pointer;
transition: all .3s;
}
.haru-slick--nav-border .slick-prev,
.haru-slick--nav-border .slick-next {
background: transparent;
color: #9b9b9b;
border-radius: 50%;
border: 2px solid #eee;
transition: all .3s;
}
.haru-slick--nav-border .slick-prev:before,
.haru-slick--nav-border .slick-next:before {
transition: none;
}
.haru-slick--nav-border .slick-prev:hover,
.haru-slick--nav-border .slick-next:hover {
background: #4B5C66;
border-color: #4B5C66;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
cursor: pointer;
color: #fff;
transition: all .3s;
}
.haru-slick--nav-background .slick-prev,
.haru-slick--nav-background .slick-next {
background: #f8f8f8;
border-radius: 50%;
color: #000;
transition: all .3s;
}
.haru-slick--nav-background .slick-prev:before,
.haru-slick--nav-background .slick-next:before {
transition: none;
}
.haru-slick--nav-background .slick-prev:hover,
.haru-slick--nav-background .slick-next:hover {
background: #4B5C66;
cursor: pointer;
color: #fff;
transition: all .3s;
}
.haru-slick--nav-background .slick-prev.slick-disabled:before,
.haru-slick--nav-background .slick-next.slick-disabled:before {
opacity: .5;
}
.haru-slick--nav-shadow .slick-prev,
.haru-slick--nav-shadow .slick-next {
background: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
border-radius: 50%;
color: #000;
transition: all .3s;
}
.haru-slick--nav-shadow .slick-prev:before,
.haru-slick--nav-shadow .slick-next:before {
transition: none;
}
.haru-slick--nav-shadow .slick-prev:hover,
.haru-slick--nav-shadow .slick-next:hover {
background: #4B5C66;
cursor: pointer;
color: #fff;
transition: all .3s;
}
.haru-slick--nav-shadow .slick-prev.slick-disabled:before,
.haru-slick--nav-shadow .slick-next.slick-disabled:before {
opacity: .5;
}
.haru-slick--nav-round-shadow .slick-prev,
.haru-slick--nav-round-shadow .slick-next {
width: 48px;
height: 48px;
line-height: 48px;
border-radius: 50%;
background: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
color: #000;
text-align: center;
}
.haru-slick--nav-round-shadow .slick-prev:before,
.haru-slick--nav-round-shadow .slick-next:before {
font-size: 16px;
transition: none;
}
.haru-slick--nav-round-shadow .slick-prev:hover,
.haru-slick--nav-round-shadow .slick-next:hover {
color: #fff;
}
.haru-slick--nav-round-shadow .slick-prev.slick-disabled:before,
.haru-slick--nav-round-shadow .slick-next.slick-disabled:before {
opacity: .5;
}
.haru-slick--nav-center .slick-prev,
.haru-slick--nav-center .slick-next {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 9;
transition: all .3s;
}
.haru-slick--nav-center .slick-prev {
left: 0;
}
.haru-slick--nav-center .slick-next {
right: 0;
}
.haru-slick--nav-top-right .slick-prev,
.haru-slick--nav-top-right .slick-next {
position: absolute;
top: -80px;
display: block;
width: 48px;
height: 48px;
line-height: 44px;
text-align: center;
}
@media screen and (max-width: 767px) {
.haru-slick--nav-top-right .slick-prev,
.haru-slick--nav-top-right .slick-next {
width: 40px;
height: 40px;
line-height: 36px;
}
}
@media screen and (max-width: 767px) {
.haru-slick--nav-top-right .slick-prev:before,
.haru-slick--nav-top-right .slick-next:before {
font-size: 16px;
}
}
.haru-slick--nav-top-right .slick-next {
right: 0;
}
.haru-slick--nav-top-right .slick-prev {
right: 80px;
}
@media screen and (max-width: 767px) {
.haru-slick--nav-top-right .slick-prev {
right: 70px;
}
}
.haru-slick--nav-bottom-left .slick-prev,
.haru-slick--nav-bottom-left .slick-next {
position: absolute;
bottom: -80px;
display: block;
width: 48px;
height: 48px;
line-height: 44px;
text-align: center;
}
.haru-slick--nav-bottom-left .slick-next {
left: 60px;
}
.haru-slick--nav-bottom-left .slick-prev {
left: 0;
}
.haru-slick--nav-bottom-right .slick-prev,
.haru-slick--nav-bottom-right .slick-next {
position: absolute;
bottom: 0;
display: block;
width: 48px;
height: 48px;
line-height: 44px;
text-align: center;
}
.haru-slick--nav-bottom-right .slick-next {
right: 0;
}
.haru-slick--nav-bottom-right .slick-prev {
right: 60px;
}
.haru-slick--dots-round .slick-dots {
padding: 0;
list-style: none;
text-align: center;
}
.haru-slick--dots-round .slick-dots button {
width: 8px;
height: 8px;
padding: 0;
font-size: 0;
position: relative;
background-color: #000;
line-height: 1;
transition: all .3s;
}
.haru-slick--dots-round .slick-dots li {
display: inline-block;
margin: 0 6px;
}
.haru-slick--dots-round .slick-dots li:first-child {
margin-left: 0;
}
.haru-slick--dots-round .slick-dots li:last-child {
margin-right: 0;
}
.haru-slick--dots-round .slick-dots li.slick-active button {
background-color: transparent;
border: 1px solid #000;
width: 14px;
height: 14px;
transition: all .3s;
}
.haru-slick--dots-bar .slick-dots {
padding: 0;
list-style: none;
text-align: center;
}
.haru-slick--dots-bar .slick-dots button {
width: 40px;
height: 3px;
padding: 0;
font-size: 0;
position: relative;
background-color: rgba(0, 0, 0, 0.3);
border-radius: 3px;
}
@media screen and (max-width: 1440px) {
.haru-slick--dots-bar .slick-dots button {
width: 30px;
}
}
@media screen and (max-width: 1024px) {
.haru-slick--dots-bar .slick-dots button {
width: 25px;
}
}
@media screen and (max-width: 767px) {
.haru-slick--dots-bar .slick-dots button {
width: 20px;
}
}
.haru-slick--dots-bar .slick-dots li {
display: inline-block;
margin: 0 5px;
}
.haru-slick--dots-bar .slick-dots li:first-child {
margin-left: 0;
}
.haru-slick--dots-bar .slick-dots li:last-child {
margin-right: 0;
}
.haru-slick--dots-bar .slick-dots li.slick-active button {
background-color: #000;
}
.haru-carousel .owl-nav {
z-index: 9;
}
.haru-carousel .owl-nav .owl-prev:before,
.haru-carousel .owl-nav .owl-next:before {
font-weight: 700;
opacity: 1;
font-family: "phosphor";
visibility: visible;
transition: all .3s;
}
.haru-carousel .owl-nav .owl-prev:before {
content: "\e915";
}
.haru-carousel .owl-nav .owl-next:before {
content: "\e916";
}
.haru-carousel .owl-dots {
text-align: center;
position: absolute;
bottom: 20px;
width: 100%;
opacity: 0;
visibility: hidden;
}
.haru-carousel .owl-dots .owl-dot {
background: #868686;
display: inline-block;
height: 10px;
margin: 0 5px;
width: 10px;
border-radius: 50%;
}
.haru-carousel .owl-dots .owl-dot.active {
background: transparent;
border: 1px solid #4B5C66;
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.haru-carousel--nav-normal .owl-prev,
.haru-carousel--nav-normal .owl-next {
background: rgba(0, 0, 0, 0.3);
color: #fff;
border-radius: 12px;
transition: all .3s;
}
.haru-carousel--nav-normal .owl-prev:hover,
.haru-carousel--nav-normal .owl-next:hover {
background: #4B5C66;
cursor: pointer;
color: #fff;
}
.haru-carousel--nav-opacity:hover .owl-nav {
opacity: 1;
transition: all .3s;
}
.haru-carousel--nav-opacity .owl-nav {
opacity: 0;
transition: all .3s;
}
.haru-carousel--nav-opacity .owl-prev,
.haru-carousel--nav-opacity .owl-next {
background: rgba(0, 0, 0, 0.3);
display: block;
width: 36px;
height: 36px;
line-height: 36px;
text-align: center;
color: #fff;
transition: all .3s;
}
.haru-carousel--nav-opacity .owl-prev:hover,
.haru-carousel--nav-opacity .owl-next:hover {
background: #4B5C66;
cursor: pointer;
transition: all .3s;
}
.haru-carousel--nav-shadow .owl-prev,
.haru-carousel--nav-shadow .owl-next {
background: #fff;
color: #000;
transition: all .3s;
}
.haru-carousel--nav-shadow .owl-prev:hover,
.haru-carousel--nav-shadow .owl-next:hover {
background: #4B5C66;
color: #fff;
cursor: pointer;
transition: all .3s;
}
.haru-carousel--nav-round-shadow:hover .owl-nav {
opacity: 1;
transition: all .3s;
}
.haru-carousel--nav-round-shadow .owl-nav {
opacity: 1;
transition: all .3s;
}
.haru-carousel--nav-round-shadow .owl-prev,
.haru-carousel--nav-round-shadow .owl-next {
width: 48px;
height: 48px;
line-height: 48px;
border-radius: 50%;
background: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
text-align: center;
}
.haru-carousel--nav-round-shadow .owl-prev:before,
.haru-carousel--nav-round-shadow .owl-next:before {
font-size: 16px;
}
.haru-carousel--nav-round-shadow .owl-prev:hover,
.haru-carousel--nav-round-shadow .owl-next:hover {
color: #4B5C66;
}
.haru-carousel--nav-center .owl-nav {
opacity: 0;
transition: all .3s;
}
.haru-carousel--nav-center .owl-prev,
.haru-carousel--nav-center .owl-next {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.haru-carousel--nav-center .owl-prev {
left: 0;
}
.haru-carousel--nav-center .owl-next {
right: 0;
}
.haru-carousel--nav-top-right .owl-nav {
position: absolute;
right: 0;
top: -80px;
display: flex;
}
.haru-carousel--nav-top-right .owl-prev,
.haru-carousel--nav-top-right .owl-next {
display: block;
width: 36px;
height: 36px;
line-height: 36px;
text-align: center;
}
.haru-carousel--nav-top-right .owl-next {
margin-left: 6px;
}
.dark-mode .haru-slick--nav-border .slick-prev,
.dark-mode .haru-slick--nav-border .slick-next,
.background-dark .haru-slick--nav-border .slick-prev,
.background-dark .haru-slick--nav-border .slick-next {
color: #fff;
border: 1px solid #ababab;
}
.dark-mode .haru-slick--nav-border .slick-prev:hover,
.dark-mode .haru-slick--nav-border .slick-next:hover,
.background-dark .haru-slick--nav-border .slick-prev:hover,
.background-dark .haru-slick--nav-border .slick-next:hover {
background: #4B5C66;
border: 1px solid #4B5C66;
color: #fff;
}
.haru-button {
display: inline-block;
color: #fff;
fill: #fff;
line-height: 1;
padding: 0 25px;
position: relative;
font-weight: 700;
text-align: center;
transition: all .3s;
}
.haru-button.haru-button--size-large {
height: 56px;
line-height: 56px;
font-size: 16px;
padding: 0 45px;
}
@media screen and (max-width: 1440px) {
.haru-button.haru-button--size-large {
height: 48px;
line-height: 48px;
font-size: 15px;
padding: 0 35px;
}
}
.haru-button.haru-button--size-large .haru-icon {
margin-left: 8px;
}
.haru-button.haru-button--size-large.haru-button--outline {
line-height: 52px;
}
@media screen and (max-width: 1440px) {
.haru-button.haru-button--size-large.haru-button--outline {
line-height: 44px;
}
}
.haru-button.haru-button--size-large.haru-button--has-icon {
padding: 0 30px;
}
.haru-button.haru-button--size-medium {
height: 48px;
line-height: 48px;
padding: 0 36px;
}
@media screen and (max-width: 1440px) {
.haru-button.haru-button--size-medium {
padding: 0 30px;
}
}
.haru-button.haru-button--size-medium .phosphor {
font-size: 18px;
position: relative;
bottom: -2px;
}
.haru-button.haru-button--size-medium.haru-button--outline {
line-height: 44px;
}
.haru-button.haru-button--size-medium.haru-button--has-icon {
padding: 0 25px;
}
.haru-button.haru-button--size-normal {
height: 40px;
line-height: 40px;
padding: 0 25px;
}
.haru-button.haru-button--size-normal.haru-button--outline {
line-height: 36px;
}
.haru-button.haru-button--size-normal.haru-button--has-icon {
padding: 0 20px;
}
.haru-button.haru-button--size-small {
height: 32px;
line-height: 32px;
padding: 0 20px;
font-size: Max(14px, 14px);
font-weight: 500;
}
.haru-button.haru-button--size-small.haru-button--outline {
line-height: 28px;
}
.haru-button.haru-button--size-small.haru-button--has-icon {
padding: 0 15px;
}
.haru-button.haru-button--bg-primary {
background-color: #4B5C66;
}
.haru-button.haru-button--bg-primary:hover {
background-color: #000;
color: #fff;
}
.haru-button.haru-button--bg-primary:focus {
background-color: #4B5C66;
color: #fff;
}
.haru-button.haru-button--bg-gray {
background-color: #f5f5f5;
color: #1d1d1d;
}
.haru-button.haru-button--bg-gray:hover {
background-color: #4B5C66;
color: #fff;
}
.haru-button.haru-button--bg-gray:focus {
color: #fff;
}
.haru-button.haru-button--bg-black {
background-color: #000;
color: #fff;
}
.haru-button.haru-button--bg-black:hover {
color: #fff;
background-color: #4B5C66;
}
.haru-button.haru-button--bg-black:focus {
color: #fff;
}
.haru-button.haru-button--bg-black .haru-icon {
background-color: #fff;
}
.haru-button.haru-button--bg-white {
background-color: #fff;
color: #000;
}
.haru-button.haru-button--bg-white:hover {
color: #fff;
background-color: #4B5C66;
}
.haru-button.haru-button--bg-white:focus {
color: #4B5C66;
}
.haru-button.haru-button--bg-white .haru-icon {
background-color: #000;
}
.haru-button.haru-button--bg-gradient-orange {
background-color: #4B5C66;
background: linear-gradient(101.31deg, #ff869f 2.11%, #fa988a 34.14%, #f19a73 68.81%, #ffd0b1 105.05%);
}
.haru-button.haru-button--bg-gradient-orange:hover, .haru-button.haru-button--bg-gradient-orange:focus {
color: #fff;
}
.haru-button.haru-button--bg-gradient-orange .haru-icon {
background-color: #fff;
}
.haru-button.haru-button--border-primary {
background-color: transparent;
border: 1px solid #4B5C66;
line-height: 46px;
color: #4B5C66;
}
.haru-button.haru-button--border-primary:hover {
background-color: #4B5C66;
color: #fff;
}
.haru-button.haru-button--outline-gray {
background-color: transparent;
border: 2px solid #eee;
line-height: 44px;
color: #000;
}
.haru-button.haru-button--outline-gray:hover {
background-color: #4B5C66;
border: 2px solid #4B5C66;
color: #fff;
}
.haru-button.haru-button--round-small {
border-radius: 3px;
}
.haru-button.haru-button--round-normal {
border-radius: 12px;
}
.haru-button.haru-button--round-large {
border-radius: 12px;
}
.haru-button.haru-button--round-full {
border-radius: 50%;
}
.haru-button.haru-button--text-primary {
color: #4B5C66;
padding: 0;
}
.haru-button.haru-button--text-primary:hover {
color: #000;
}
.haru-button.haru-button--text-primary .haru-icon {
background-color: #4B5C66;
}
.haru-button.haru-button--text-primary.haru-button--size-large {
font-size: 18px;
}
@media screen and (max-width: 1440px) {
.haru-button.haru-button--text-primary.haru-button--size-large {
font-size: 16px;
}
}
@media screen and (max-width: 1024px) {
.haru-button.haru-button--text-primary.haru-button--size-large {
font-size: 15px;
}
}
.haru-button.haru-button--text-primary.haru-button--size-medium {
font-size: 16px;
}
@media screen and (max-width: 1024px) {
.haru-button.haru-button--text-primary.haru-button--size-medium {
font-size: 15px;
}
}
.haru-button.haru-button--text-primary.haru-button--has-icon {
padding: 0;
}
.haru-button.haru-button--text-white {
color: #fff;
}
.haru-button.haru-button--text-white:hover {
color: #4B5C66;
}
.haru-button.haru-button--text-white .haru-icon {
background-color: #fff;
}
.haru-button.haru-button--text-white.haru-button--has-icon {
padding: 0;
}
.haru-button.haru-button--text-black {
color: #000;
padding: 0;
}
.haru-button.haru-button--text-black:hover {
color: #4B5C66;
}
.haru-button.haru-button--text-black .haru-icon {
background-color: #000;
}
.haru-button.haru-button--text-black.haru-button--has-icon {
padding: 0;
}
.haru-button.haru-button--text-gray {
color: #616e7c;
padding: 0;
}
.haru-button.haru-button--text-gray:hover {
color: #4B5C66;
}
.haru-button.haru-button--text-gray .haru-icon {
background-color: #616e7c;
}
.haru-button.haru-button--text-gray.haru-button--has-icon {
padding: 0;
}
.haru-button.haru-button--shadow-yes {
box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.18);
}
.haru-button.haru-button--shadow-white {
box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.07);
color: #000;
}
.haru-button.haru-button--shadow-white:hover {
background-color: #4B5C66;
color: #fff;
}
.haru-button.haru-button--icon {
display: inline-flex;
align-items: center;
}
.haru-button.haru-button--fullwidth {
display: block;
width: 100%;
}
.haru-button.haru-button--loading:before {
content: '\f110';
font-family: "Font Awesome 5 Free";
font-weight: 700;
-webkit-animation-name: haruSpin;
animation-name: haruSpin;
-webkit-animation-duration: 2000ms;
animation-duration: 2000ms;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
margin-right: 3px;
display: none;
}
.haru-button.loading {
pointer-events: none;
}
.haru-button.loading:before {
display: inline-block;
}
.dark-mode .haru-button,
.background-dark .haru-button {
color: #fff;
}
.dark-mode .haru-button.haru-button--bg-primary,
.background-dark .haru-button.haru-button--bg-primary {
background-color: #4B5C66;
}
.dark-mode .haru-button.haru-button--bg-primary:hover,
.background-dark .haru-button.haru-button--bg-primary:hover {
background-color: #000;
color: #fff;
}
.dark-mode .haru-button.haru-button--bg-black,
.background-dark .haru-button.haru-button--bg-black {
background-color: #fff;
color: #000;
}
.dark-mode .haru-button.haru-button--bg-black:hover,
.background-dark .haru-button.haru-button--bg-black:hover {
background-color: #4B5C66;
color: #fff;
}
.dark-mode .haru-button.haru-button--bg-black:hover .haru-icon,
.background-dark .haru-button.haru-button--bg-black:hover .haru-icon {
color: #fff;
}
.dark-mode .haru-button.haru-button--bg-black .haru-icon,
.background-dark .haru-button.haru-button--bg-black .haru-icon {
background-color: #000;
}
.dark-mode .haru-button.haru-button--bg-white,
.background-dark .haru-button.haru-button--bg-white {
background-color: #fff;
color: #4B5C66;
}
.dark-mode .haru-button.haru-button--bg-white:hover,
.background-dark .haru-button.haru-button--bg-white:hover {
color: #4B5C66;
}
.dark-mode .haru-button.haru-button--bg-white .haru-icon,
.background-dark .haru-button.haru-button--bg-white .haru-icon {
background-color: #4B5C66;
}
.dark-mode .haru-button.haru-button--outline-gray,
.background-dark .haru-button.haru-button--outline-gray {
border: 1px solid #ababab;
color: #fff;
}
.dark-mode .haru-button.haru-button--outline-gray:hover,
.background-dark .haru-button.haru-button--outline-gray:hover {
border: 1px solid #4B5C66;
}
input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=number],
input[type=url],
input[type=tel],
input[type=date],
select,
textarea {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
max-width: 100%;
width: 100%;
border: 1px solid #f5f5f5;
border-radius: 12px;
background-color: #f5f5f5;
box-shadow: none;
color: inherit;
font-weight: 500;
vertical-align: middle;
transition: border-color .5s ease;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=date]:focus,
select:focus,
textarea:focus {
border: 1px solid #4B5C66;
outline: none;
}
input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=number],
input[type=url],
input[type=tel],
input[type=date],
select {
height: 48px;
padding: 0 15px;
}
textarea {
padding: 15px;
border-radius: 12px;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
margin-top: 0;
padding: 0;
vertical-align: middle;
margin-right: 5px;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
background-color: #4B5C66;
display: inline-block;
color: #fff;
fill: #fff;
height: 48px;
line-height: 48px;
border: none;
border-radius: 12px;
padding: 0 35px;
font-weight: 700;
text-align: center;
transition: all .3s;
}
button:hover,
[type="button"]:hover,
[type="reset"]:hover,
[type="submit"]:hover {
cursor: pointer;
background-color: #000;
transition: all .3s;
}
button:focus,
[type="button"]:focus,
[type="reset"]:focus,
[type="submit"]:focus {
outline: none;
}
select {
position: relative;
background-position: right 8px top 50%;
cursor: pointer;
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==);
background-size: auto 18px;
background-repeat: no-repeat;
max-width: 100%;
}
.contact-form__col {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.contact-form__row {
display: flex;
flex-wrap: wrap;
align-items: center;
margin-bottom: 20px;
}
.contact-form__row.contact-form__row--30 {
margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
.contact-form__row.contact-form__row--30 {
margin-bottom: 25px;
}
}
@media screen and (max-width: 767px) {
.contact-form__row.contact-form__row--30 {
margin-bottom: 20px;
}
}
@media screen and (max-width: 767px) {
.contact-form__row--cv, .contact-form__row--file {
display: block;
}
}
@media screen and (max-width: 767px) {
.contact-form__row--cv .contact-form__label, .contact-form__row--file .contact-form__label {
margin-bottom: 10px;
}
}
.contact-form__row--cols-2 .contact-form__col {
display: flex;
align-items: center;
width: 50%;
}
.contact-form__row--cols-2 .contact-form__col:first-child {
padding-right: 15px;
}
@media screen and (max-width: 991px) {
.contact-form__row--cols-2 .contact-form__col:first-child {
padding-right: 10px;
}
}
@media screen and (max-width: 767px) {
.contact-form__row--cols-2 .contact-form__col:first-child {
padding-right: 8px;
}
}
.contact-form__row--cols-2 .contact-form__col:last-child {
padding-left: 15px;
}
@media screen and (max-width: 991px) {
.contact-form__row--cols-2 .contact-form__col:last-child {
padding-left: 10px;
}
}
@media screen and (max-width: 767px) {
.contact-form__row--cols-2 .contact-form__col:last-child {
padding-left: 8px;
}
}
.contact-form__row--cols-3, .contact-form__row--cols-4 {
margin: 0 -15px 20px -15px;
}
@media screen and (max-width: 991px) {
.contact-form__row--cols-3, .contact-form__row--cols-4 {
margin: 0 -10px 20px -10px;
}
}
@media screen and (max-width: 767px) {
.contact-form__row--cols-3, .contact-form__row--cols-4 {
margin: 0 -8px 16px -8px;
}
}
.contact-form__row--cols-3 .contact-form__col, .contact-form__row--cols-4 .contact-form__col {
display: flex;
align-items: center;
padding: 0 15px;
}
@media screen and (max-width: 991px) {
.contact-form__row--cols-3 .contact-form__col, .contact-form__row--cols-4 .contact-form__col {
padding: 0 10px;
}
}
@media screen and (max-width: 767px) {
.contact-form__row--cols-3 .contact-form__col, .contact-form__row--cols-4 .contact-form__col {
padding: 0 8px;
}
}
.contact-form__row--cols-3 .contact-form__col {
width: 33.3333%;
}
@media screen and (max-width: 767px) {
.contact-form__row--cols-3 .contact-form__col {
width: 50%;
margin-bottom: 5px;
}
}
.contact-form__row--cols-4 .contact-form__col {
width: 25%;
}
@media screen and (max-width: 767px) {
.contact-form__row--cols-4 .contact-form__col {
width: 50%;
margin-bottom: 5px;
}
}
.contact-form__label {
flex: 0 0 150px;
font-size: 15px;
font-weight: 600;
color: #000;
}
.contact-form__label--auto {
flex: 0 0 auto;
margin-right: 45px;
}
.contact-form__label--block {
flex: 0 0 100%;
margin-bottom: 5px;
}
.contact-form__required {
color: #4B5C66;
margin-left: 8px;
}
.contact-form__title {
font-size: 24px;
padding-bottom: 10px;
display: flex;
align-items: flex-end;
}
@media screen and (max-width: 1440px) {
.contact-form__title {
font-size: 22px;
}
}
@media screen and (max-width: 1024px) {
.contact-form__title {
font-size: 20px;
}
}
@media screen and (max-width: 767px) {
.contact-form__title {
font-size: 18px;
}
}
.contact-form__title:after {
content: '';
height: 1px;
flex: 1;
background-color: #eee;
margin-bottom: 9px;
margin-left: 10px;
}
.contact-form__input {
flex: 1;
}
.contact-form__submit {
display: flex;
align-items: center;
margin-top: 5px;
}
.contact-form__submit button,
.contact-form__submit [type="button"],
.contact-form__submit [type="reset"],
.contact-form__submit [type="submit"] {
background-color: #4B5C66;
color: #fff;
height: 48px;
line-height: 48px;
font-size: 15px;
font-weight: 600;
border-radius: 12px;
border: none;
padding: 0 35px;
min-width: 170px;
max-width: 100%;
text-align: center;
transition: all .3s;
}
.contact-form__submit button:hover,
.contact-form__submit [type="button"]:hover,
.contact-form__submit [type="reset"]:hover,
.contact-form__submit [type="submit"]:hover {
background-color: #000;
transition: all .3s;
}
.contact-form__submit--center {
margin-left: auto;
margin-right: auto;
-webkit-transform: translateX(36px);
transform: translateX(36px);
}
.contact-form__submit--right {
margin-left: auto;
}
.contact-form__submit--right.contact-form__submit {
flex-direction: row-reverse;
}
.contact-form__submit--left {
margin-right: auto;
}
.contact-form__file {
display: flex;
align-items: center;
}
.contact-form__file input[type="file"] {
display: none;
}
.contact-form__file-upload {
height: 48px;
line-height: 44px;
padding: 0 40px;
color: #000;
font-weight: 600;
border: 2px solid #eee;
border-radius: 12px;
display: flex;
align-items: center;
transition: all .3s;
}
.contact-form__file-upload:after {
content: '\e95a';
font-family: 'phosphor';
font-weight: 500;
font-size: 20px;
display: inline-block;
margin-left: 10px;
}
.contact-form__file-upload:hover {
cursor: pointer;
border: 2px solid #000;
background-color: #000;
color: #fff;
transition: all .3s;
}
.contact-form__file-uploaded {
margin-left: 10px;
}
.contact-form__message textarea {
max-height: 150px;
}
button.mfp-close:hover,
button.mfp-arrow:hover {
background-color: transparent;
}
.wpcf7 form .wpcf7-response-output {
margin-left: 0;
margin-right: 0;
}
.haru-field {
margin-bottom: 30px;
}
.haru-row {
display: flex;
flex-wrap: wrap;
margin: 0 -15px;
}
[class*="haru-col-"] {
padding: 0 15px;
}
.haru-col-sm-6 {
flex: 0 0 50%;
}
@media screen and (max-width: 767px) {
.haru-col-sm-6 {
flex: 0 0 100%;
}
}
.haru-col-sm-12 {
flex: 0 0 100%;
}
@media screen and (max-width: 767px) {
.haru-col-xs-12 {
flex: 0 0 100%;
}
}
.dark-mode input[type=text],
.dark-mode input[type=email],
.dark-mode input[type=password],
.dark-mode input[type=search],
.dark-mode input[type=number],
.dark-mode input[type=url],
.dark-mode input[type=tel],
.dark-mode input[type=date],
.dark-mode select,
.dark-mode textarea {
border: 1px solid #333;
background-color: #333;
}
.dark-mode input[type=text]:focus,
.dark-mode input[type=email]:focus,
.dark-mode input[type=password]:focus,
.dark-mode input[type=search]:focus,
.dark-mode input[type=number]:focus,
.dark-mode input[type=url]:focus,
.dark-mode input[type=tel]:focus,
.dark-mode input[type=date]:focus,
.dark-mode select:focus,
.dark-mode textarea:focus {
border: 1px solid #4B5C66;
}
.dark-mode .contact-form__label {
color: #fff;
}
.dark-mode .contact-form__submit button,
.dark-mode .contact-form__submit [type="button"],
.dark-mode .contact-form__submit [type="reset"],
.dark-mode .contact-form__submit [type="submit"] {
background-color: #fff;
color: #000;
}
.dark-mode .contact-form__submit button:hover,
.dark-mode .contact-form__submit [type="button"]:hover,
.dark-mode .contact-form__submit [type="reset"]:hover,
.dark-mode .contact-form__submit [type="submit"]:hover {
background-color: #4B5C66;
color: #fff;
transition: all .3s;
}
.haru-heading--style-1 {
font-size: 28px;
margin-top: 0px;
margin-bottom: 25px;
padding-bottom: 10px;
}
@media screen and (max-width: 1440px) {
.haru-heading--style-1 {
font-size: 24px;
}
}
@media screen and (max-width: 1024px) {
.haru-heading--style-1 {
font-size: 22px;
}
}
@media screen and (max-width: 991px) {
.haru-heading--style-1 {
font-size: 20px;
}
}
.haru-heading--style-2 {
font-size: 24px;
margin-top: 0px;
margin-bottom: 0;
padding: 20px 20px;
background-color: #4B5C66;
border-top-left-radius: 12px;
border-top-right-radius: 12px;
color: #fff;
text-transform: capitalize;
}
.haru-heading--align-center {
text-align: center;
}  .alignnone {
margin: 10px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
display: block;
margin: 10px auto 10px auto;
}
.alignright {
float: right;
margin: 10px 0 20px 20px;
}
.alignleft {
float: left;
margin: 10px 20px 20px 0;
}
a img.alignright {
float: right;
margin: 10px 0 20px 20px;
}
a img.alignnone {
margin: 10px 20px 20px 0;
}
a img.alignleft {
float: left;
margin: 10px 20px 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
background: #fff;
max-width: 96%; text-align: center;
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
padding: 0;
width: auto;
}
.wp-caption p.wp-caption-text {
font-size: 16px;
margin: 0;
padding: 5px 4px 5px;
font-style: italic;
margin-bottom: 20px;
} .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
white-space: nowrap;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; }
.gallery-caption {
color: #686868;
display: block;
font-size: 13px;
font-size: 0.8125rem;
font-style: italic;
line-height: 1.6153846154;
padding-top: 0.5384615385em;
}
.bypostauthor > article .fn:after {
content: "\f304";
left: 3px;
position: relative;
top: 5px;
}
.wp-block-button__link {
margin-bottom: 10px;
} .wp-block-group__inner-container > h2 {
font-size: 20px;
line-height: 1.4;
margin-top: 0px;
margin-bottom: 25px;
font-weight: 700;
}
@media screen and (max-width: 1440px) {
.wp-block-group__inner-container > h2 {
font-size: 19px;
}
}
@media screen and (max-width: 1024px) {
.wp-block-group__inner-container > h2 {
font-size: 18px;
}
}
.wp-block-cover-text {
color: #fff !important;
}
.wp-block-gallery {
margin-bottom: 10px;
}
.wp-block-search .wp-block-search__inside-wrapper {
position: relative;
}
.wp-block-search .wp-block-search__label {
font-size: 20px;
line-height: 1.4;
margin-top: 0px;
margin-bottom: 25px;
font-weight: 700;
display: block;
color: #000;
}
@media screen and (max-width: 1440px) {
.wp-block-search .wp-block-search__label {
font-size: 19px;
}
}
@media screen and (max-width: 1024px) {
.wp-block-search .wp-block-search__label {
font-size: 18px;
}
}
.wp-block-search .wp-block-search__input {
border: none;
}
.wp-block-search .wp-block-search__button {
position: absolute;
top: 0;
right: 0;
width: 60px;
height: 48px;
font-size: 0;
border: none;
background: transparent;
color: #7e7e7e;
outline: none;
padding: 0;
transition: all .3s;
}
.wp-block-search .wp-block-search__button:hover {
cursor: pointer;
color: #4B5C66;
transition: all .3s;
}
.wp-block-search .wp-block-search__button:before {
content: '\e92f';
font-family: 'phosphor';
font-weight: 500;
position: absolute;
font-size: 20px;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.wp-block-search .wp-block-search__button svg {
fill: transparent;
}
.wp-block-separator {
border: none;
border-bottom: 2px solid #eee;
margin: 1.65em auto;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
max-width: 100px;
}
.wp-block-quote:not(.is-large):not(.is-style-large) {
border-left: 4px solid #000;
padding: 0 0 0 1em;
}
.wp-block-latest-posts {
padding: 0;
margin: 0;
}
.wp-block-latest-posts li {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
margin-bottom: 12px;
}
.wp-block-latest-posts li:last-child {
margin-bottom: 0;
}
.wp-block-latest-comments {
list-style: none;
list-style-type: none;
padding: 0;
margin: 0;
}
.wp-block-latest-comments li {
line-height: 1.8;
margin-bottom: 12px;
}
.wp-block-latest-comments li:last-child {
margin-bottom: 0;
}
.wp-block-latest-comments li:focus {
outline: none;
}
.wp-block-latest-comments li a {
color: #000;
flex: 1 1 auto;
transition: all .3s;
}
.wp-block-latest-comments li a:hover {
color: #4B5C66;
}
.wp-block-latest-comments li a:not(.url) {
font-weight: 600;
}
.wp-block-latest-comments li a.wp-block-latest-comments__comment-author {
font-weight: 500;
}
.wp-block-latest-comments li a.wp-block-latest-comments__comment-link {
font-weight: 600;
}
.wp-block-latest-comments li article {
padding-bottom: 0;
}
.wp-block-pullquote {
border-bottom: 2px solid #d5d5d5;
border-top: 2px solid #d5d5d5;
color: #000;
margin-left: 0;
margin-right: 0;
padding: 3em 0;
margin: 15px 0;
text-align: center;
}
.wp-block-pullquote :not(.is-style-solid-color) {
background: none;
}
.wp-block-pullquote blockquote {
padding: 0;
border-left: none;
}
.wp-block-categories-list,
.wp-block-archives-list {
list-style: none;
list-style-type: none;
padding: 0;
margin: 0;
}
.wp-block-categories-list li,
.wp-block-archives-list li {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
margin-bottom: 12px;
max-width: 300px;
}
@media screen and (max-width: 767px) {
.wp-block-categories-list li,
.wp-block-archives-list li {
max-width: none;
}
}
.wp-block-categories-list li:last-child,
.wp-block-archives-list li:last-child {
margin-bottom: 0;
}
.wp-block-categories-list li.current-cat > a, .wp-block-categories-list li:hover > a,
.wp-block-archives-list li.current-cat > a,
.wp-block-archives-list li:hover > a {
border-bottom: 1px solid #4B5C66;
color: #4B5C66;
transition: all .3s;
}
.wp-block-categories-list li.current-cat > .count, .wp-block-categories-list li:hover > .count,
.wp-block-archives-list li.current-cat > .count,
.wp-block-archives-list li:hover > .count {
background-color: #4B5C66;
border: 1px solid #4B5C66;
color: #fff;
transition: all .3s;
}
.wp-block-categories-list li:focus,
.wp-block-archives-list li:focus {
outline: none;
}
.wp-block-categories-list li a,
.wp-block-archives-list li a {
border-bottom: 1px solid transparent;
transition: all .3s;
}
.wp-block-categories-list li a[aria-current="page"],
.wp-block-archives-list li a[aria-current="page"] {
color: #4B5C66;
}
.wp-block-categories-list li .count,
.wp-block-archives-list li .count {
border: 1px solid #eee;
color: #000;
padding: 0 5px;
font-size: 13px;
border-radius: 20px;
min-width: 30px;
text-align: center;
transition: all .3s;
}
.wp-block-categories-list .children,
.wp-block-archives-list .children {
flex: 1 1 100%;
padding-left: 20px;
margin-top: 12px;
}
.dark-mode .wp-block-group__inner-container > h2 {
border-bottom: 1px solid #333;
}
.dark-mode .wp-block-search .wp-block-search__label {
border-bottom: 1px solid #333;
}
.dark-mode .wp-block-search .wp-block-search__button {
background: #4B5C66;
}
.dark-mode .wp-block-search .wp-block-search__button:hover {
background: #000;
}
.dark-mode .wp-block-search .wp-block-search__button:before {
color: #fff;
}
.dark-mode .wp-block-separator {
border-bottom: 2px solid #333;
}
.dark-mode .wp-block-quote:not(.is-large):not(.is-style-large) {
border-left: 4px solid rgba(255, 255, 255, 0.5);
}
.dark-mode .wp-block-latest-comments li a {
color: #fff;
}
.dark-mode .wp-block-latest-comments li a:hover {
color: #4B5C66;
}
.dark-mode .wp-block-pullquote {
border-bottom: 2px solid #333;
border-top: 2px solid #333;
color: #fff;
}
.dark-mode .wp-block-pullquote blockquote {
border-left: none;
}
.dark-mode .wp-block-categories-list li:hover > a,
.dark-mode .wp-block-archives-list li:hover > a {
color: #4B5C66;
}
.dark-mode .wp-block-categories-list li:hover > .count,
.dark-mode .wp-block-archives-list li:hover > .count {
background-color: #4B5C66;
border: 1px solid #4B5C66;
color: #fff;
}
.dark-mode .wp-block-categories-list li .count,
.dark-mode .wp-block-archives-list li .count {
border: 1px solid #333;
color: #fff;
} .square-1 {
background-color: #bd4932;
}
.square-1 .haru-loading-site-absolute {
position: absolute;
left: 50%;
top: 50%;
height: 200px;
width: 200px;
margin-top: -100px;
margin-left: -100px;
}
.square-1 .spinner {
width: 80px;
height: 80px;
background-color: #fff;
margin-right: auto;
margin-left: auto;
margin-top: 60px;
-webkit-animation: square-1 1s infinite ease-in-out;
animation: square-1 1s infinite ease-in-out;
}
@-webkit-keyframes square-1 {
0% {
-webkit-transform: perspective(160px);
}
50% {
-webkit-transform: perspective(160px) rotateY(-180deg);
}
100% {
-webkit-transform: perspective(160px) rotateY(-180deg) rotateX(-180deg);
}
}
@keyframes square-1 {
0% {
transform: perspective(160px) rotateX(0deg) rotateY(0deg);
-webkit-transform: perspective(160px) rotateX(0deg) rotateY(0deg);
}
50% {
transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
-webkit-transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
}
100% {
transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
-webkit-transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
}
}
.square-2 {
background-color: #db9e36;
}
.square-2 .haru-loading-site-absolute {
position: absolute;
left: 50%;
top: 50%;
height: 150px;
width: 150px;
margin-top: -75px;
margin-left: -75px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.square-2 .spinner {
width: 20px;
height: 20px;
background-color: #fff;
position: absolute;
left: 65px;
top: 65px;
}
.square-2 .spinner:nth-child(2n+0) {
margin-right: 0;
}
.square-2 #spinner_one {
-webkit-animation: square-2-one 2s infinite;
animation: square-2-one 2s infinite;
-webkit-animation-delay: .2s;
animation-delay: .2s;
}
.square-2 #spinner_two {
-webkit-animation: square-2-two 2s infinite;
animation: square-2-two 2s infinite;
-webkit-animation-delay: .3s;
animation-delay: .3s;
}
.square-2 #spinner_three {
-webkit-animation: square-2-three 2s infinite;
animation: square-2-three 2s infinite;
-webkit-animation-delay: .4s;
animation-delay: .4s;
}
.square-2 #spinner_four {
-webkit-animation: square-2-four 2s infinite;
animation: square-2-four 2s infinite;
-webkit-animation-delay: .5s;
animation-delay: .5s;
}
.square-2 #spinner_five {
-webkit-animation: square-2-five 2s infinite;
animation: square-2-five 2s infinite;
-webkit-animation-delay: .6s;
animation-delay: .6s;
}
.square-2 #spinner_six {
-webkit-animation: square-2-six 2s infinite;
animation: square-2-six 2s infinite;
-webkit-animation-delay: .7s;
animation-delay: .7s;
}
.square-2 #spinner_seven {
-webkit-animation: square-2-seven 2s infinite;
animation: square-2-seven 2s infinite;
-webkit-animation-delay: .8s;
animation-delay: .8s;
}
.square-2 #spinner_eight {
-webkit-animation: square-2-eight 2s infinite;
animation: square-2-eight 2s infinite;
-webkit-animation-delay: .9s;
animation-delay: .9s;
}
.square-2 #spinner_big {
position: absolute;
width: 50px;
height: 50px;
left: 50px;
top: 50px;
-webkit-animation: square-2-big 2s infinite;
animation: square-2-big 2s infinite;
-webkit-animation-delay: .5s;
animation-delay: .5s;
}
@-webkit-keyframes square-2-one {
50% {
-webkit-transform: translate(-65px, -65px);
}
}
@keyframes square-2-one {
50% {
transform: translate(-65px, -65px);
-webkit-transform: translate(-65px, -65px);
}
}
@-webkit-keyframes square-2-two {
50% {
-webkit-transform: translate(0, -65px);
}
}
@keyframes square-2-two {
50% {
transform: translate(0, -65px);
-webkit-transform: translate(0, -65px);
}
}
@-webkit-keyframes square-2-three {
50% {
-webkit-transform: translate(65px, -65px);
}
}
@keyframes square-2-three {
50% {
transform: translate(65px, -65px);
-webkit-transform: translate(65px, -65px);
}
}
@-webkit-keyframes square-2-four {
50% {
-webkit-transform: translate(65px, 0);
}
}
@keyframes square-2-four {
50% {
transform: translate(65px, 0);
-webkit-transform: translate(65px, 0);
}
}
@-webkit-keyframes square-2-five {
50% {
-webkit-transform: translate(65px, 65px);
}
}
@keyframes square-2-five {
50% {
transform: translate(65px, 65px);
-webkit-transform: translate(65px, 65px);
}
}
@-webkit-keyframes square-2-six {
50% {
-webkit-transform: translate(0, 65px);
}
}
@keyframes square-2-six {
50% {
transform: translate(0, 65px);
-webkit-transform: translate(0, 65px);
}
}
@-webkit-keyframes square-2-seven {
50% {
-webkit-transform: translate(-65px, 65px);
}
}
@keyframes square-2-seven {
50% {
transform: translate(-65px, 65px);
-webkit-transform: translate(-65px, 65px);
}
}
@-webkit-keyframes square-2-eight {
50% {
-webkit-transform: translate(-65px, 0);
}
}
@keyframes square-2-eight {
50% {
transform: translate(-65px, 0);
-webkit-transform: translate(-65px, 0);
}
}
@-webkit-keyframes square-2-big {
50% {
-webkit-transform: scale(0.5);
}
}
@keyframes square-2-big {
50% {
transform: scale(0.5);
-webkit-transform: scale(0.5);
}
}
.square-3 {
background-color: #ffd34e;
}
.square-3 .haru-loading-site-absolute {
position: absolute;
left: 50%;
top: 50%;
height: 200px;
width: 200px;
margin-top: -100px;
margin-left: -100px;
}
.square-3 .spinner {
width: 50px;
height: 50px;
background-color: rgba(255, 255, 255, 0);
margin-right: auto;
margin-left: auto;
border: 4px solid #fff;
left: 73px;
top: 73px;
position: absolute;
}
.square-3 #first_spinner {
-webkit-animation: square-3-first-animate 1s infinite ease-in-out;
animation: square-3-first-animate 1s infinite ease-in-out;
}
.square-3 #second_spinner {
-webkit-animation: square-3-second 1s forwards, square-3-second-animate 1s infinite ease-in-out;
-moz-animation: square-3-second 1s forwards, square-3-second-animate 1s infinite ease-in-out;
-o-animation: square-3-second 1s forwards, square-3-second-animate 1s infinite ease-in-out;
-ms-transition: square-3-second 1s forwards, square-3-second-animate 1s infinite ease-in-out;
animation: square-3-second 1s forwards, square-3-second-animate 1s infinite ease-in-out;
}
.square-3 #third_spinner {
-webkit-animation: square-3-third 1s forwards, square-3-third-animate 1s infinite ease-in-out;
-moz-animation: square-3-third 1s forwards, square-3-third-animate 1s infinite ease-in-out;
-o-animation: square-3-third 1s forwards, square-3-third-animate 1s infinite ease-in-out;
-ms-transition: square-3-third 1s forwards, square-3-third-animate 1s infinite ease-in-out;
animation: square-3-third 1s forwards, square-3-third-animate 1s infinite ease-in-out;
}
@-webkit-keyframes square-3-first-animate {
0% {
-webkit-transform: perspective(100px);
}
50% {
-webkit-transform: perspective(100px) rotateY(-180deg);
}
100% {
-webkit-transform: perspective(100px) rotateY(-180deg) rotateX(-180deg);
}
}
@keyframes square-3-first-animate {
0% {
transform: perspective(100px) rotateX(0deg) rotateY(0deg);
-webkit-transform: perspective(100px) rotateX(0deg) rotateY(0deg);
}
50% {
transform: perspective(100px) rotateX(-180deg) rotateY(0deg);
-webkit-transform: perspective(100px) rotateX(-180deg) rotateY(0deg);
}
100% {
transform: perspective(100px) rotateX(-180deg) rotateY(-180deg);
-webkit-transform: perspective(100px) rotateX(-180deg) rotateY(-180deg);
}
}
@-webkit-keyframes square-3-second {
100% {
width: 100px;
height: 100px;
left: 48px;
top: 48px;
}
}
@keyframes square-3-second {
100% {
width: 100px;
height: 100px;
left: 48px;
top: 48px;
}
}
@-webkit-keyframes square-3-second-animate {
0% {
-webkit-transform: perspective(200px);
}
50% {
-webkit-transform: perspective(200px) rotateY(180deg);
}
100% {
-webkit-transform: perspective(200px) rotateY(180deg) rotateX(180deg);
}
}
@keyframes square-3-second-animate {
0% {
transform: perspective(200px) rotateX(0deg) rotateY(0deg);
-webkit-transform: perspective(200px) rotateX(0deg) rotateY(0deg);
}
50% {
transform: perspective(200px) rotateX(180deg) rotateY(0deg);
-webkit-transform: perspective(200px) rotateX(180deg) rotateY(0deg);
}
100% {
transform: perspective(200px) rotateX(180deg) rotateY(180deg);
-webkit-transform: perspective(200px) rotateX(180deg) rotateY(180deg);
}
}
@-webkit-keyframes square-3-third {
100% {
width: 150px;
height: 150px;
left: 23px;
top: 23px;
}
}
@keyframes square-3-third {
100% {
width: 150px;
height: 150px;
left: 23px;
top: 23px;
}
}
@-webkit-keyframes square-3-third-animate {
0% {
-webkit-transform: perspective(300px);
}
50% {
-webkit-transform: perspective(300px) rotateY(-180deg);
}
100% {
-webkit-transform: perspective(300px) rotateY(-180deg) rotateX(-180deg);
}
}
@keyframes square-3-third-animate {
0% {
transform: perspective(300px) rotateX(0deg) rotateY(0deg);
-webkit-transform: perspective(300px) rotateX(0deg) rotateY(0deg);
}
50% {
transform: perspective(300px) rotateX(-180deg) rotateY(0deg);
-webkit-transform: perspective(300px) rotateX(-180deg) rotateY(0deg);
}
100% {
transform: perspective(300px) rotateX(-180deg) rotateY(-180deg);
-webkit-transform: perspective(300px) rotateX(-180deg) rotateY(-180deg);
}
}
.square-4 {
background-color: white;
}
.square-4 .haru-loading-site-absolute {
position: absolute;
left: 50%;
top: 50%;
height: 100px;
width: 100px;
margin-top: -50px;
margin-left: -50px;
}
.square-4 .spinner {
width: 25px;
height: 25px;
background-color: rgba(255, 255, 255, 0);
margin-right: auto;
margin-left: auto;
border: 4px solid #ef4a4a;
left: 37px;
top: 37px;
position: absolute;
}
.square-4 #first_spinner {
-webkit-animation: square-4-first 1s infinite;
animation: square-4-first 1s infinite;
-webkit-animation-delay: .5s;
animation-delay: .5s;
}
.square-4 #second_spinner {
-webkit-animation: square-4-second 1s infinite;
animation: square-4-second 1s infinite;
}
.square-4 #third_spinner {
-webkit-animation: square-4-third 1s infinite;
animation: square-4-third 1s infinite;
-webkit-animation-delay: .5s;
animation-delay: .5s;
}
.square-4 #forth_spinner {
-webkit-animation: square-4-forth 1s infinite;
animation: square-4-forth 1s infinite;
}
@-webkit-keyframes square-4-first {
0% {
-webkit-transform: translate(1, 1) scale(1, 1);
transform: translate(1, 1) scale(1, 1);
}
50% {
-webkit-transform: translate(150%, 150%) scale(2, 2);
transform: translate(150%, 150%) scale(2, 2);
}
100% {
-webkit-transform: translate(1, 1) scale(1, 1);
transform: translate(1, 1) scale(1, 1);
}
}
@keyframes square-4-first {
0% {
-webkit-transform: translate(1, 1) scale(1, 1);
transform: translate(1, 1) scale(1, 1);
}
50% {
-webkit-transform: translate(150%, 150%) scale(2, 2);
transform: translate(150%, 150%) scale(2, 2);
}
100% {
-webkit-transform: translate(1, 1) scale(1, 1);
transform: translate(1, 1) scale(1, 1);
}
}
@-webkit-keyframes square-4-second {
0% {
-webkit-transform: translate(1, 1) scale(1, 1);
transform: translate(1, 1) scale(1, 1);
}
50% {
-webkit-transform: translate(-150%, 150%) scale(2, 2);
transform: translate(-150%, 150%) scale(2, 2);
}
100% {
-webkit-transform: translate(1, 1) scale(1, 1);
transform: translate(1, 1) scale(1, 1);
}
}
@keyframes square-4-second {
0% {
-webkit-transform: translate(1, 1) scale(1, 1);
transform: translate(1, 1) scale(1, 1);
}
50% {
-webkit-transform: translate(-150%, 150%) scale(2, 2);
transform: translate(-150%, 150%) scale(2, 2);
}
100% {
-webkit-transform: translate(1, 1) scale(1, 1);
transform: translate(1, 1) scale(1, 1);
}
}
@-webkit-keyframes square-4-third {
0% {
-webkit-transform: translate(1, 1) scale(1, 1);
transform: translate(1, 1) scale(1, 1);
}
50% {
-webkit-transform: translate(-150%, -150%) scale(2, 2);
transform: translate(-150%, -150%) scale(2, 2);
}
100% {
-webkit-transform: translate(1, 1) scale(1, 1);
transform: translate(1, 1) scale(1, 1);
}
}
@keyframes square-4-third {
0% {
-webkit-transform: translate(1, 1) scale(1, 1);
transform: translate(1, 1) scale(1, 1);
}
50% {
-webkit-transform: translate(-150%, -150%) scale(2, 2);
transform: translate(-150%, -150%) scale(2, 2);
}
100% {
-webkit-transform: translate(1, 1) scale(1, 1);
transform: translate(1, 1) scale(1, 1);
}
}
@-webkit-keyframes square-4-forth {
0% {
-webkit-transform: translate(1, 1) scale(1, 1);
transform: translate(1, 1) scale(1, 1);
}
50% {
-webkit-transform: translate(150%, -150%) scale(2, 2);
transform: translate(150%, -150%) scale(2, 2);
}
100% {
-webkit-transform: translate(1, 1) scale(1, 1);
transform: translate(1, 1) scale(1, 1);
}
}
@keyframes square-4-forth {
0% {
-webkit-transform: translate(1, 1) scale(1, 1);
transform: translate(1, 1) scale(1, 1);
}
50% {
-webkit-transform: translate(150%, -150%) scale(2, 2);
transform: translate(150%, -150%) scale(2, 2);
}
100% {
-webkit-transform: translate(1, 1) scale(1, 1);
transform: translate(1, 1) scale(1, 1);
}
}
.square-5 {
background-color: #2980b9;
}
.square-5 .haru-loading-site-absolute {
position: absolute;
left: 50%;
top: 50%;
height: 118px;
width: 118px;
margin-top: -59px;
margin-left: -59px;
}
.square-5 .spinner {
width: 20px;
height: 20px;
background-color: #fff;
margin-right: 20px;
float: left;
margin-bottom: 20px;
}
.square-5 .spinner:nth-child(3n+0) {
margin-right: 0px;
}
.square-5 #spinner_one {
-webkit-animation: square-5 1s -0.9s ease-in-out infinite;
animation: square-5 1s -0.9s ease-in-out infinite;
}
.square-5 #spinner_two {
-webkit-animation: square-5 1s -0.8s ease-in-out infinite;
animation: square-5 1s -0.8s ease-in-out infinite;
}
.square-5 #spinner_three {
-webkit-animation: square-5 1s -0.7s ease-in-out infinite;
animation: square-5 1s -0.7s ease-in-out infinite;
}
.square-5 #spinner_four {
-webkit-animation: square-5 1s -0.6s ease-in-out infinite;
animation: square-5 1s -0.6s ease-in-out infinite;
}
.square-5 #spinner_five {
-webkit-animation: square-5 1s -0.5s ease-in-out infinite;
animation: square-5 1s -0.5s ease-in-out infinite;
}
.square-5 #spinner_six {
-webkit-animation: square-5 1s -0.4s ease-in-out infinite;
animation: square-5 1s -0.4s ease-in-out infinite;
}
.square-5 #spinner_seven {
-webkit-animation: square-5 1s -0.3s ease-in-out infinite;
animation: square-5 1s -0.3s ease-in-out infinite;
}
.square-5 #spinner_eight {
-webkit-animation: square-5 1s -0.2s ease-in-out infinite;
animation: square-5 1s -0.2s ease-in-out infinite;
}
.square-5 #spinner_nine {
-webkit-animation: square-5 1s -0.1s ease-in-out infinite;
animation: square-5 1s -0.1s ease-in-out infinite;
}
@-webkit-keyframes square-5 {
50% {
-webkit-transform: scale(1.5, 1.5);
transform: scale(1.5, 1.5);
}
100% {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
}
@keyframes square-5 {
50% {
-webkit-transform: scale(1.5, 1.5);
transform: scale(1.5, 1.5);
}
100% {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
}
.square-6 {
background-color: #3498db;
}
.square-6 .haru-loading-site-absolute {
position: absolute;
left: 50%;
top: 50%;
height: 118px;
width: 72px;
margin-top: -59px;
margin-left: -36px;
}
.square-6 .spinner {
width: 26px;
height: 26px;
background-color: #fff;
margin-right: 20px;
float: left;
margin-bottom: 20px;
}
.square-6 .spinner:nth-child(2n+0) {
margin-right: 0;
}
.square-6 #spinner_one {
-webkit-animation: square-6-one 1s infinite;
animation: square-6-one 1s infinite;
}
.square-6 #spinner_two {
-webkit-animation: square-6-two 1s infinite;
animation: square-6-two 1s infinite;
}
.square-6 #spinner_three {
-webkit-animation: square-6-three 1s infinite;
animation: square-6-three 1s infinite;
}
.square-6 #spinner_four {
-webkit-animation: square-6-four 1s infinite;
animation: square-6-four 1s infinite;
}
.square-6 #spinner_five {
-webkit-animation: square-6-five 1s infinite;
animation: square-6-five 1s infinite;
}
.square-6 #spinner_six {
-webkit-animation: square-6-six 1s infinite;
animation: square-6-six 1s infinite;
}
@-webkit-keyframes square-6-one {
50% {
-webkit-transform: translate(-100px, 46px) rotate(-179deg);
transform: translate(-100px, 46px) rotate(-179deg);
}
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
}
@keyframes square-6-one {
50% {
-webkit-transform: translate(-100px, 46px) rotate(-179deg);
transform: translate(-100px, 46px) rotate(-179deg);
}
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
}
@-webkit-keyframes square-6-two {
50% {
-webkit-transform: translate(100px, 46px) rotate(179deg);
transform: translate(100px, 46px) rotate(179deg);
}
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
}
@keyframes square-6-two {
50% {
-webkit-transform: translate(100px, 46px) rotate(179deg);
transform: translate(100px, 46px) rotate(179deg);
}
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
}
@-webkit-keyframes square-6-three {
50% {
-webkit-transform: translate(-100px, 0) rotate(-179deg);
transform: translate(-100px, 0) rotate(-179deg);
}
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
}
@keyframes square-6-three {
50% {
-webkit-transform: translate(-100px, 0) rotate(-179deg);
transform: translate(-100px, 0) rotate(-179deg);
}
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
}
@-webkit-keyframes square-6-four {
50% {
-webkit-transform: translate(100px, 0) rotate(179deg);
transform: translate(100px, 0) rotate(179deg);
}
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
}
@keyframes square-6-four {
50% {
-webkit-transform: translate(100px, 0) rotate(179deg);
transform: translate(100px, 0) rotate(179deg);
}
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
}
@-webkit-keyframes square-6-five {
50% {
-webkit-transform: translate(-100px, -46px) rotate(-179deg);
transform: translate(-100px, -46px) rotate(-179deg);
}
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
}
@keyframes square-6-five {
50% {
-webkit-transform: translate(-100px, -46px) rotate(-179deg);
transform: translate(-100px, -46px) rotate(-179deg);
}
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
}
@-webkit-keyframes square-6-six {
50% {
-webkit-transform: translate(100px, -46px) rotate(179deg);
transform: translate(100px, -46px) rotate(179deg);
}
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
}
@keyframes square-6-six {
50% {
-webkit-transform: translate(100px, -46px) rotate(179deg);
transform: translate(100px, -46px) rotate(179deg);
}
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
}
.square-7 {
background-color: #e74c3c;
}
.square-7 .haru-loading-site-absolute {
position: absolute;
left: 50%;
top: 50%;
height: 100px;
width: 100px;
margin-top: -50px;
margin-left: -50px;
}
.square-7 .spinner {
width: 25px;
height: 25px;
background-color: #fff;
margin-right: 50px;
float: left;
margin-bottom: 50px;
}
.square-7 .spinner:nth-child(2n+0) {
margin-right: 0;
}
.square-7 #spinner_one {
-webkit-animation: square-7-one 2s infinite;
animation: square-7-one 2s infinite;
}
.square-7 #spinner_two {
-webkit-animation: square-7-two 2s infinite;
animation: square-7-two 2s infinite;
}
.square-7 #spinner_three {
-webkit-animation: square-7-three 2s infinite;
animation: square-7-three 2s infinite;
}
.square-7 #spinner_four {
-webkit-animation: square-7-four 2s infinite;
animation: square-7-four 2s infinite;
}
@-webkit-keyframes square-7-one {
25% {
-webkit-transform: translate(75px, 0) rotate(-90deg) scale(0.5);
}
50% {
-webkit-transform: translate(75px, 75px) rotate(-180deg);
}
75% {
-webkit-transform: translate(0, 75px) rotate(-270deg) scale(0.5);
}
100% {
-webkit-transform: rotate(-360deg);
}
}
@keyframes square-7-one {
25% {
transform: translate(75px, 0) rotate(-90deg) scale(0.5);
-webkit-transform: translate(75px, 0) rotate(-90deg) scale(0.5);
}
50% {
transform: translate(75px, 75px) rotate(-180deg);
-webkit-transform: translate(75px, 75px) rotate(-180deg);
}
75% {
transform: translate(0, 75px) rotate(-270deg) scale(0.5);
-webkit-transform: translate(0, 75px) rotate(-270deg) scale(0.5);
}
100% {
transform: rotate(-360deg);
-webkit-transform: rotate(-360deg);
}
}
@-webkit-keyframes square-7-two {
25% {
-webkit-transform: translate(0, 75px) rotate(-90deg) scale(0.5);
}
50% {
-webkit-transform: translate(-75px, 75px) rotate(-180deg);
}
75% {
-webkit-transform: translate(-75px, 0) rotate(-270deg) scale(0.5);
}
100% {
-webkit-transform: rotate(-360deg);
}
}
@keyframes square-7-two {
25% {
transform: translate(0, 75px) rotate(-90deg) scale(0.5);
-webkit-transform: translate(0, 75px) rotate(-90deg) scale(0.5);
}
50% {
transform: translate(-75px, 75px) rotate(-180deg);
-webkit-transform: translate(-75px, 75px) rotate(-180deg);
}
75% {
transform: translate(-75px, 0) rotate(-270deg) scale(0.5);
-webkit-transform: translate(-75px, 0) rotate(-270deg) scale(0.5);
}
100% {
transform: rotate(-360deg);
-webkit-transform: rotate(-360deg);
}
}
@-webkit-keyframes square-7-three {
25% {
-webkit-transform: translate(0, -75px) rotate(-90deg) scale(0.5);
}
50% {
-webkit-transform: translate(75px, -75px) rotate(-180deg);
}
75% {
-webkit-transform: translate(75px, 0) rotate(-270deg) scale(0.5);
}
100% {
-webkit-transform: rotate(-360deg);
}
}
@keyframes square-7-three {
25% {
transform: translate(0, -75px) rotate(-90deg) scale(0.5);
-webkit-transform: translate(0, -75px) rotate(-90deg) scale(0.5);
}
50% {
transform: translate(75px, -75px) rotate(-180deg);
-webkit-transform: translate(75px, -75px) rotate(-180deg);
}
75% {
transform: translate(75px, 0) rotate(-270deg) scale(0.5);
-webkit-transform: translate(75px, 0) rotate(-270deg) scale(0.5);
}
100% {
transform: rotate(-360deg);
-webkit-transform: rotate(-360deg);
}
}
@-webkit-keyframes square-7-four {
25% {
-webkit-transform: translate(-75px, 0) rotate(-90deg) scale(0.5);
}
50% {
-webkit-transform: translate(-75px, -75px) rotate(-180deg);
}
75% {
-webkit-transform: translate(0, -75px) rotate(-270deg) scale(0.5);
}
100% {
-webkit-transform: rotate(-360deg);
}
}
@keyframes square-7-four {
25% {
transform: translate(-75px, 0) rotate(-90deg) scale(0.5);
-webkit-transform: translate(-75px, 0) rotate(-90deg) scale(0.5);
}
50% {
transform: translate(-75px, -75px) rotate(-180deg);
-webkit-transform: translate(-75px, -75px) rotate(-180deg);
}
75% {
transform: translate(0, -75px) rotate(-270deg) scale(0.5);
-webkit-transform: translate(0, -75px) rotate(-270deg) scale(0.5);
}
100% {
transform: rotate(-360deg);
-webkit-transform: rotate(-360deg);
}
}
.square-8 {
background-color: #2c3e50;
}
.square-8 .haru-loading-site-absolute {
position: absolute;
left: 50%;
top: 50%;
height: 50px;
width: 50px;
margin-top: -25px;
margin-left: -25px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-animation: square-8-loading-center-absolute 1.5s infinite;
animation: square-8-loading-center-absolute 1.5s infinite;
}
.square-8 .spinner {
width: 25px;
height: 25px;
background-color: #fff;
float: left;
}
.square-8 #spinner_one {
-webkit-animation: square-8-one 1.5s infinite;
animation: square-8-one 1.5s infinite;
}
.square-8 #spinner_two {
-webkit-animation: square-8-two 1.5s infinite;
animation: square-8-two 1.5s infinite;
}
.square-8 #spinner_three {
-webkit-animation: square-8-three 1.5s infinite;
animation: square-8-three 1.5s infinite;
}
.square-8 #spinner_four {
-webkit-animation: square-8-four 1.5s infinite;
animation: square-8-four 1.5s infinite;
}
@-webkit-keyframes square-8-loading-center-absolute {
100% {
-webkit-transform: rotate(-45deg);
}
}
@keyframes square-8-loading-center-absolute {
100% {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
}
}
@-webkit-keyframes square-8-one {
25% {
-webkit-transform: translate(0, -50px) rotate(-180deg);
}
100% {
-webkit-transform: translate(0, 0) rotate(-180deg);
}
}
@keyframes square-8-one {
25% {
transform: translate(0, -50px) rotate(-180deg);
-webkit-transform: translate(0, -50px) rotate(-180deg);
}
100% {
transform: translate(0, 0) rotate(-180deg);
-webkit-transform: translate(0, 0) rotate(-180deg);
}
}
@-webkit-keyframes square-8-two {
25% {
-webkit-transform: translate(50px, 0) rotate(-180deg);
}
100% {
-webkit-transform: translate(0, 0) rotate(-180deg);
}
}
@keyframes square-8-two {
25% {
transform: translate(50px, 0) rotate(-180deg);
-webkit-transform: translate(50px, 0) rotate(-180deg);
}
100% {
transform: translate(0, 0) rotate(-180deg);
-webkit-transform: translate(0, 0) rotate(-180deg);
}
}
@-webkit-keyframes square-8-three {
25% {
-webkit-transform: translate(-50px, 0) rotate(-180deg);
}
100% {
-webkit-transform: translate(0, 0) rotate(-180deg);
}
}
@keyframes square-8-three {
25% {
transform: translate(-50px, 0) rotate(-180deg);
-webkit-transform: translate(-50px, 0) rotate(-180deg);
}
100% {
transform: translate(0, 0) rotate(-180deg);
-webkit-transform: rtranslate(0, 0) rotate(-180deg);
}
}
@-webkit-keyframes square-8-four {
25% {
-webkit-transform: translate(0, 50px) rotate(-180deg);
}
100% {
-webkit-transform: translate(0, 0) rotate(-180deg);
}
}
@keyframes square-8-four {
25% {
transform: translate(0, 50px) rotate(-180deg);
-webkit-transform: translate(0, 50px) rotate(-180deg);
}
100% {
transform: translate(0, 0) rotate(-180deg);
-webkit-transform: translate(0, 0) rotate(-180deg);
}
}
.square-9 {
background-color: #1e1e20;
}
.square-9 .haru-loading-site-absolute {
position: absolute;
left: 50%;
top: 50%;
height: 150px;
width: 150px;
margin-top: -75px;
margin-left: -75px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.square-9 .spinner {
width: 20px;
height: 20px;
background-color: #fff;
margin-right: 110px;
float: left;
margin-bottom: 110px;
}
.square-9 .spinner:nth-child(2n+0) {
margin-right: 0;
}
.square-9 #spinner_one {
-webkit-animation: square-9-one 2s infinite;
animation: square-9-one 2s infinite;
}
.square-9 #spinner_two {
-webkit-animation: square-9-two 2s infinite;
animation: square-9-two 2s infinite;
}
.square-9 #spinner_three {
-webkit-animation: square-9-three 2s infinite;
animation: square-9-three 2s infinite;
}
.square-9 #spinner_four {
-webkit-animation: square-9-four 2s infinite;
animation: square-9-four 2s infinite;
}
.square-9 #spinner_big {
-webkit-animation: square-9-big 0.5s infinite;
animation: square-9-big 0.5s infinite;
position: absolute;
width: 50px;
height: 50px;
left: 50px;
top: 50px;
}
@-webkit-keyframes square-9-big {
25% {
-webkit-transform: scale(0.5);
}
}
@keyframes square-9-big {
25% {
transform: scale(0.5);
-webkit-transform: scale(0.5);
}
}
@-webkit-keyframes square-9-one {
25% {
-webkit-transform: translate(130px, 0) rotate(-90deg);
}
50% {
-webkit-transform: translate(130px, 130px) rotate(-180deg);
}
75% {
-webkit-transform: translate(0, 130px) rotate(-270deg);
}
100% {
-webkit-transform: rotate(-360deg);
}
}
@keyframes square-9-one {
25% {
transform: translate(130px, 0) rotate(-90deg);
-webkit-transform: translate(130px, 0) rotate(-90deg);
}
50% {
transform: translate(130px, 130px) rotate(-180deg);
-webkit-transform: translate(130px, 130px) rotate(-180deg);
}
75% {
transform: translate(0, 130px) rotate(-270deg);
-webkit-transform: translate(0, 130px) rotate(-270deg);
}
100% {
transform: rotate(-360deg);
-webkit-transform: rotate(-360deg);
}
}
@-webkit-keyframes square-9-two {
25% {
-webkit-transform: translate(0, 130px) rotate(-90deg);
}
50% {
-webkit-transform: translate(-130px, 130px) rotate(-180deg);
}
75% {
-webkit-transform: translate(-130px, 0) rotate(-270deg);
}
100% {
-webkit-transform: rotate(-360deg);
}
}
@keyframes square-9-two {
25% {
transform: translate(0, 130px) rotate(-90deg);
-webkit-transform: translate(0, 130px) rotate(-90deg);
}
50% {
transform: translate(-130px, 130px) rotate(-180deg);
-webkit-transform: translate(-130px, 130px) rotate(-180deg);
}
75% {
transform: translate(-130px, 0) rotate(-270deg);
-webkit-transform: translate(-130px, 0) rotate(-270deg);
}
100% {
transform: rotate(-360deg);
-webkit-transform: rotate(-360deg);
}
}
@-webkit-keyframes square-9-three {
25% {
-webkit-transform: translate(0, -130px) rotate(-90deg);
}
50% {
-webkit-transform: translate(130px, -130px) rotate(-180deg);
}
75% {
-webkit-transform: translate(130px, 0) rotate(-270deg);
}
100% {
-webkit-transform: rotate(-360deg);
}
}
@keyframes square-9-three {
25% {
transform: translate(0, -130px) rotate(-90deg);
-webkit-transform: translate(0, -130px) rotate(-90deg);
}
50% {
transform: translate(130px, -130px) rotate(-180deg);
-webkit-transform: translate(130px, -130px) rotate(-180deg);
}
75% {
transform: translate(130px, 0) rotate(-270deg);
-webkit-transform: translate(130px, 0) rotate(-270deg);
}
100% {
transform: rotate(-360deg);
-webkit-transform: rotate(-360deg);
}
}
@-webkit-keyframes square-9-four {
25% {
-webkit-transform: translate(-130px, 0) rotate(-90deg);
}
50% {
-webkit-transform: translate(-130px, -130px) rotate(-180deg);
}
75% {
-webkit-transform: translate(0, -130px) rotate(-270deg);
}
100% {
-webkit-transform: rotate(-360deg);
}
}
@keyframes square-9-four {
25% {
transform: translate(-130px, 0) rotate(-90deg);
-webkit-transform: translate(-130px, 0) rotate(-90deg);
}
50% {
transform: translate(-130px, -130px) rotate(-180deg);
-webkit-transform: translate(-130px, -130px) rotate(-180deg);
}
75% {
transform: translate(0, -130px) rotate(-270deg);
-webkit-transform: translate(0, -130px) rotate(-270deg);
}
100% {
transform: rotate(-360deg);
-webkit-transform: rotate(-360deg);
}
}
.round-1 {
background-color: #374140;
}
.round-1 .haru-loading-site-absolute {
position: absolute;
left: 50%;
top: 50%;
height: 150px;
width: 150px;
margin-top: -75px;
margin-left: -75px;
}
.round-1 .spinner {
width: 20px;
height: 20px;
background-color: #fff;
float: left;
margin-right: 20px;
margin-top: 65px;
border-radius: 100%;
}
.round-1 #spinner_one {
-webkit-animation: round-1-one 1.5s infinite;
animation: round-1-one 1.5s infinite;
}
.round-1 #spinner_two {
-webkit-animation: round-1-two 1.5s infinite;
animation: round-1-two 1.5s infinite;
-webkit-animation-delay: .25s;
animation-delay: .25s;
}
.round-1 #spinner_three {
-webkit-animation: round-1-three 1.5s infinite;
animation: round-1-three 1.5s infinite;
-webkit-animation-delay: .5s;
animation-delay: .5s;
}
@-webkit-keyframes round-1-one {
75% {
-webkit-transform: scale(0);
}
}
@keyframes round-1-one {
75% {
transform: scale(0);
-webkit-transform: scale(0);
}
}
@-webkit-keyframes round-1-two {
75% {
-webkit-transform: scale(0);
}
}
@keyframes round-1-two {
75% {
transform: scale(0);
-webkit-transform: scale(0);
}
}
@-webkit-keyframes round-1-three {
75% {
-webkit-transform: scale(0);
}
}
@keyframes round-1-three {
75% {
transform: scale(0);
-webkit-transform: scale(0);
}
}
.round-2 {
background-color: #dc3522;
}
.round-2 .haru-loading-site-absolute {
position: absolute;
left: 50%;
top: 50%;
height: 150px;
width: 150px;
margin-top: -75px;
margin-left: -75px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.round-2 .spinner {
width: 20px;
height: 20px;
background-color: #fff;
position: absolute;
left: 65px;
top: 65px;
border-radius: 50%;
}
.round-2 .spinner:nth-child(2n+0) {
margin-right: 0;
}
.round-2 #spinner_one {
-webkit-animation: round-2-one 2s infinite;
animation: round-2-one 2s infinite;
-webkit-animation-delay: .2s;
animation-delay: .2s;
}
.round-2 #spinner_two {
-webkit-animation: round-2-two 2s infinite;
animation: round-2-two 2s infinite;
-webkit-animation-delay: .3s;
animation-delay: .3s;
}
.round-2 #spinner_three {
-webkit-animation: round-2-three 2s infinite;
animation: round-2-three 2s infinite;
-webkit-animation-delay: .4s;
animation-delay: .4s;
}
.round-2 #spinner_four {
-webkit-animation: round-2-four 2s infinite;
animation: round-2-four 2s infinite;
-webkit-animation-delay: .5s;
animation-delay: .5s;
}
.round-2 #spinner_five {
-webkit-animation: round-2-five 2s infinite;
animation: round-2-five 2s infinite;
-webkit-animation-delay: .6s;
animation-delay: .6s;
}
.round-2 #spinner_six {
-webkit-animation: round-2-six 2s infinite;
animation: round-2-six 2s infinite;
-webkit-animation-delay: .7s;
animation-delay: .7s;
}
.round-2 #spinner_seven {
-webkit-animation: round-2-seven 2s infinite;
animation: round-2-seven 2s infinite;
-webkit-animation-delay: .8s;
animation-delay: .8s;
}
.round-2 #spinner_eight {
-webkit-animation: round-2-eight 2s infinite;
animation: round-2-eight 2s infinite;
-webkit-animation-delay: .9s;
animation-delay: .9s;
}
.round-2 #spinner_big {
position: absolute;
width: 50px;
height: 50px;
left: 50px;
top: 50px;
-webkit-animation: round-2-big 2s infinite;
animation: round-2-big 2s infinite;
-webkit-animation-delay: .5s;
animation-delay: .5s;
}
@-webkit-keyframes round-2-big {
50% {
-webkit-transform: scale(0.5);
}
}
@keyframes round-2-big {
50% {
transform: scale(0.5);
-webkit-transform: scale(0.5);
}
}
@-webkit-keyframes round-2-one {
50% {
-webkit-transform: translate(-65px, -65px);
}
}
@keyframes round-2-one {
50% {
transform: translate(-65px, -65px);
-webkit-transform: translate(-65px, -65px);
}
}
@-webkit-keyframes round-2-two {
50% {
-webkit-transform: translate(0, -65px);
}
}
@keyframes round-2-two {
50% {
transform: translate(0, -65px);
-webkit-transform: translate(0, -65px);
}
}
@-webkit-keyframes round-2-three {
50% {
-webkit-transform: translate(65px, -65px);
}
}
@keyframes round-2-three {
50% {
transform: translate(65px, -65px);
-webkit-transform: translate(65px, -65px);
}
}
@-webkit-keyframes round-2-four {
50% {
-webkit-transform: translate(65px, 0);
}
}
@keyframes round-2-four {
50% {
transform: translate(65px, 0);
-webkit-transform: translate(65px, 0);
}
}
@-webkit-keyframes round-2-five {
50% {
-webkit-transform: translate(65px, 65px);
}
}
@keyframes round-2-five {
50% {
transform: translate(65px, 65px);
-webkit-transform: translate(65px, 65px);
}
}
@-webkit-keyframes round-2-six {
50% {
-webkit-transform: translate(0, 65px);
}
}
@keyframes round-2-six {
50% {
transform: translate(0, 65px);
-webkit-transform: translate(0, 65px);
}
}
@-webkit-keyframes round-2-seven {
50% {
-webkit-transform: translate(-65px, 65px);
}
}
@keyframes round-2-seven {
50% {
transform: translate(-65px, 65px);
-webkit-transform: translate(-65px, 65px);
}
}
@-webkit-keyframes round-2-eight {
50% {
-webkit-transform: translate(-65px, 0);
}
}
@keyframes round-2-eight {
50% {
transform: translate(-65px, 0);
-webkit-transform: translate(-65px, 0);
}
}
.round-3 {
background-color: #88a825;
}
.round-3 .haru-loading-site-absolute {
position: absolute;
left: 50%;
top: 50%;
height: 50px;
width: 200px;
margin-top: -25px;
margin-left: -100px;
}
.round-3 .spinner {
width: 20px;
height: 20px;
background-color: #fff;
float: left;
margin-top: 15px;
border-radius: 100%;
}
.round-3 #first_spinner {
-webkit-animation: round-3-first 2s infinite;
animation: round-3-first 2s infinite;
}
.round-3 #second_spinner {
float: right;
-webkit-animation: round-3-second 2s infinite;
animation: round-3-second 2s infinite;
}
@-webkit-keyframes round-3-first {
25% {
-webkit-transform: translate(90px, 0) scale(2);
transform: translate(90px, 0) scale(2);
}
50% {
-webkit-transform: translate(180px, 0) scale(1);
transform: translate(180px, 0) scale(1);
}
75% {
-webkit-transform: translate(90px, 0) scale(2);
transform: translate(90px, 0) scale(2);
}
}
@keyframes round-3-first {
25% {
-webkit-transform: translate(90px, 0) scale(2);
transform: translate(90px, 0) scale(2);
}
50% {
-webkit-transform: translate(180px, 0) scale(1);
transform: translate(180px, 0) scale(1);
}
75% {
-webkit-transform: translate(90px, 0) scale(2);
transform: translate(90px, 0) scale(2);
}
}
@-webkit-keyframes round-3-second {
25% {
-webkit-transform: translate(-90px, 0) scale(2);
transform: translate(-90px, 0) scale(2);
}
50% {
-webkit-transform: translate(-180px, 0) scale(1);
transform: translate(-180px, 0) scale(1);
}
75% {
-webkit-transform: translate(-90px, 0) scale(2);
transform: translate(-90px, 0) scale(2);
}
}
@keyframes round-3-second {
25% {
-webkit-transform: translate(-90px, 0) scale(2);
transform: translate(-90px, 0) scale(2);
}
50% {
-webkit-transform: translate(-180px, 0) scale(1);
transform: translate(-180px, 0) scale(1);
}
75% {
-webkit-transform: translate(-90px, 0) scale(2);
transform: translate(-90px, 0) scale(2);
}
}
.round-4 {
background-color: #35203b;
}
.round-4 .haru-loading-site-absolute {
position: absolute;
left: 50%;
top: 50%;
height: 50px;
width: 300px;
margin-top: -25px;
margin-left: -150px;
}
.round-4 .spinner {
width: 18px;
height: 18px;
background-color: #fff;
float: left;
margin-top: 15px;
margin-right: 15px;
border-radius: 100%;
-webkit-animation: round-4  1s infinite;
animation: round-4  1s infinite;
}
.round-4 .spinner:last-child {
margin-right: 0px;
}
.round-4 .spinner:nth-child(9) {
-webkit-animation-delay: .9s;
animation-delay: .9s;
}
.round-4 .spinner:nth-child(8) {
-webkit-animation-delay: .8s;
animation-delay: .8s;
}
.round-4 .spinner:nth-child(7) {
-webkit-animation-delay: .7s;
animation-delay: .7s;
}
.round-4 .spinner:nth-child(6) {
-webkit-animation-delay: .6s;
animation-delay: .6s;
}
.round-4 .spinner:nth-child(5) {
-webkit-animation-delay: .5s;
animation-delay: .5s;
}
.round-4 .spinner:nth-child(4) {
-webkit-animation-delay: .4s;
animation-delay: .4s;
}
.round-4 .spinner:nth-child(3) {
-webkit-animation-delay: .3s;
animation-delay: .3s;
}
.round-4 .spinner:nth-child(2) {
-webkit-animation-delay: .2s;
animation-delay: .2s;
}
@-webkit-keyframes round-4 {
50% {
-webkit-transform: translate(0, -50px);
transform: translate(0, -50px);
}
}
@keyframes round-4 {
50% {
-webkit-transform: translate(0, -50px);
transform: translate(0, -50px);
}
}
.round-5 {
background-color: #cf4a30;
}
.round-5 .haru-loading-site-absolute {
position: absolute;
left: 50%;
top: 50%;
height: 60px;
width: 60px;
margin-top: -30px;
margin-left: -30px;
-webkit-animation: round-5-loading-center-absolute 1s infinite;
animation: round-5-loading-center-absolute 1s infinite;
}
.round-5 .spinner {
width: 20px;
height: 20px;
background-color: #fff;
float: left;
border-radius: 50%;
margin-right: 20px;
margin-bottom: 20px;
}
.round-5 .spinner:nth-child(2n+0) {
margin-right: 0;
}
.round-5 #spinner_one {
-webkit-animation: round-5-one 1s infinite;
animation: round-5-one 1s infinite;
}
.round-5 #spinner_two {
-webkit-animation: round-5-two 1s infinite;
animation: round-5-two 1s infinite;
}
.round-5 #spinner_three {
-webkit-animation: round-5-three 1s infinite;
animation: round-5-three 1s infinite;
}
.round-5 #spinner_four {
-webkit-animation: round-5-four 1s infinite;
animation: round-5-four 1s infinite;
}
@-webkit-keyframes round-5-loading-center-absolute {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes round-5-loading-center-absolute {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes round-5-one {
50% {
-webkit-transform: translate(20px, 20px);
transform: translate(20px, 20px);
}
}
@keyframes round-5-one {
50% {
-webkit-transform: translate(20px, 20px);
transform: translate(20px, 20px);
}
}
@-webkit-keyframes round-5-two {
50% {
-webkit-transform: translate(-20px, 20px);
transform: translate(-20px, 20px);
}
}
@keyframes round-5-two {
50% {
-webkit-transform: translate(-20px, 20px);
transform: translate(-20px, 20px);
}
}
@-webkit-keyframes round-5-three {
50% {
-webkit-transform: translate(20px, -20px);
transform: translate(20px, -20px);
}
}
@keyframes round-5-three {
50% {
-webkit-transform: translate(20px, -20px);
transform: translate(20px, -20px);
}
}
@-webkit-keyframes round-5-four {
50% {
-webkit-transform: translate(-20px, -20px);
transform: translate(-20px, -20px);
}
}
@keyframes round-5-four {
50% {
-webkit-transform: translate(-20px, -20px);
transform: translate(-20px, -20px);
}
}
.round-6 {
background-color: #ed8c2b;
}
.round-6 .haru-loading-site-absolute {
position: absolute;
left: 50%;
top: 50%;
height: 20px;
width: 140px;
margin-top: -10px;
margin-left: -70px;
-webkit-animation: round-6-loading-center-absolute 1s infinite;
animation: round-6-loading-center-absolute 1s infinite;
}
.round-6 .spinner {
width: 20px;
height: 20px;
background-color: #fff;
float: left;
border-radius: 100%;
margin-right: 20px;
margin-bottom: 20px;
}
.round-6 .spinner:last-child {
margin-right: 0;
}
.round-6 #spinner_one {
-webkit-animation: round-6-one 1s infinite;
animation: round-6-one 1s infinite;
}
.round-6 #spinner_two {
-webkit-animation: round-6-two 1s infinite;
animation: round-6-two 1s infinite;
}
.round-6 #spinner_three {
-webkit-animation: round-6-three 1s infinite;
animation: round-6-three 1s infinite;
}
.round-6 #spinner_four {
-webkit-animation: round-6-four 1s infinite;
animation: round-6-four 1s infinite;
}
@-webkit-keyframes round-6-loading-center-absolute {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes round-6-loading-center-absolute {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes round-6-one {
50% {
-webkit-transform: translate(20px, 20px);
transform: translate(20px, 20px);
}
}
@keyframes round-6-one {
50% {
-webkit-transform: translate(20px, 20px);
transform: translate(20px, 20px);
}
}
@-webkit-keyframes round-6-two {
50% {
-webkit-transform: translate(-20px, 20px);
transform: translate(-20px, 20px);
}
}
@keyframes round-6-two {
50% {
-webkit-transform: translate(-20px, 20px);
transform: translate(-20px, 20px);
}
}
@-webkit-keyframes round-6-three {
50% {
-webkit-transform: translate(20px, -20px);
transform: translate(20px, -20px);
}
}
@keyframes round-6-three {
50% {
-webkit-transform: translate(20px, -20px);
transform: translate(20px, -20px);
}
}
@-webkit-keyframes round-6-four {
50% {
-webkit-transform: translate(-20px, -20px);
transform: translate(-20px, -20px);
}
}
@keyframes round-6-four {
50% {
-webkit-transform: translate(-20px, -20px);
transform: translate(-20px, -20px);
}
}
.round-7 {
background-color: #db5800;
}
.round-7 .haru-loading-site-absolute {
position: absolute;
left: 50%;
top: 50%;
height: 20px;
width: 100px;
margin-top: -10px;
margin-left: -50px;
}
.round-7 .spinner {
width: 20px;
height: 20px;
background-color: #fff;
border-radius: 100%;
margin-right: 20px;
margin-bottom: 20px;
position: absolute;
}
.round-7 #spinner_one {
-webkit-animation: round-7 2s linear infinite;
animation: round-7 2s linear infinite;
}
.round-7 #spinner_two {
left: 20px;
-webkit-animation: round-7 2s linear infinite -.4s;
animation: round-7 2s linear infinite -.4s;
}
.round-7 #spinner_three {
left: 40px;
-webkit-animation: round-7 2s linear infinite -.8s;
animation: round-7 2s linear infinite -.8s;
}
.round-7 #spinner_four {
left: 60px;
-webkit-animation: round-7 2s linear infinite -1.2s;
animation: round-7 2s linear infinite -1.2s;
}
.round-7 #spinner_five {
left: 80px;
-webkit-animation: round-7 2s linear infinite -1.6s;
animation: round-7 2s linear infinite -1.6s;
}
@-webkit-keyframes round-7 {
0% {
left: 100px;
top: 0;
}
80% {
left: 0;
top: 0;
}
85% {
left: 0;
top: -20px;
width: 20px;
height: 20px;
}
90% {
width: 40px;
height: 15px;
}
95% {
left: 100px;
top: -20px;
width: 20px;
height: 20px;
}
100% {
left: 100px;
top: 0;
}
}
@keyframes round-7 {
0% {
left: 100px;
top: 0;
}
80% {
left: 0;
top: 0;
}
85% {
left: 0;
top: -20px;
width: 20px;
height: 20px;
}
90% {
width: 40px;
height: 15px;
}
95% {
left: 100px;
top: -20px;
width: 20px;
height: 20px;
}
100% {
left: 100px;
top: 0;
}
}
.round-8 {
background-color: #ff9000;
}
.round-8 .haru-loading-site-absolute {
position: absolute;
left: 50%;
top: 50%;
height: 118px;
width: 118px;
margin-top: -59px;
margin-left: -59px;
}
.round-8 .spinner {
width: 20px;
height: 20px;
background-color: #fff;
margin-right: 20px;
float: left;
margin-bottom: 20px;
border-radius: 50%;
}
.round-8 .spinner:nth-child(3n+0) {
margin-right: 0px;
}
.round-8 #spinner_one {
-webkit-animation: round-8 1s -0.9s ease-in-out infinite;
animation: round-8 1s -0.9s ease-in-out infinite;
}
.round-8 #spinner_two {
-webkit-animation: round-8 1s -0.8s ease-in-out infinite;
animation: round-8 1s -0.8s ease-in-out infinite;
}
.round-8 #spinner_three {
-webkit-animation: round-8 1s -0.7s ease-in-out infinite;
animation: round-8 1s -0.7s ease-in-out infinite;
}
.round-8 #spinner_four {
-webkit-animation: round-8 1s -0.6s ease-in-out infinite;
animation: round-8 1s -0.6s ease-in-out infinite;
}
.round-8 #spinner_five {
-webkit-animation: round-8 1s -0.5s ease-in-out infinite;
animation: round-8 1s -0.5s ease-in-out infinite;
}
.round-8 #spinner_six {
-webkit-animation: round-8 1s -0.4s ease-in-out infinite;
animation: round-8 1s -0.4s ease-in-out infinite;
}
.round-8 #spinner_seven {
-webkit-animation: round-8 1s -0.3s ease-in-out infinite;
animation: round-8 1s -0.3s ease-in-out infinite;
}
.round-8 #spinner_eight {
-webkit-animation: round-8 1s -0.2s ease-in-out infinite;
animation: round-8 1s -0.2s ease-in-out infinite;
}
.round-8 #spinner_nine {
-webkit-animation: round-8 1s -0.1s ease-in-out infinite;
animation: round-8 1s -0.1s ease-in-out infinite;
}
@-webkit-keyframes round-8 {
50% {
-webkit-transform: scale(1.5, 1.5);
transform: scale(1.5, 1.5);
}
100% {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
}
@keyframes round-8 {
50% {
-webkit-transform: scale(1.5, 1.5);
transform: scale(1.5, 1.5);
}
100% {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
}
.round-9 {
background-color: #f0c600;
}
.round-9 .haru-loading-site-absolute {
position: absolute;
left: 50%;
top: 50%;
height: 150px;
width: 150px;
margin-top: -75px;
margin-left: -75px;
border-radius: 50%;
}
.round-9 .spinner {
width: 20px;
height: 20px;
background-color: #fff;
position: absolute;
border-radius: 50%;
-webkit-animation: round-9 0.8s infinite;
animation: round-9 0.8s infinite;
}
.round-9 #spinner_one {
top: 19px;
left: 19px;
}
.round-9 #spinner_two {
top: 0px;
left: 65px;
-webkit-animation-delay: .1s;
animation-delay: .1s;
}
.round-9 #spinner_three {
top: 19px;
left: 111px;
-webkit-animation-delay: .2s;
animation-delay: .2s;
}
.round-9 #spinner_four {
top: 65px;
left: 130px;
-webkit-animation-delay: .3s;
animation-delay: .3s;
}
.round-9 #spinner_five {
top: 111px;
left: 111px;
-webkit-animation-delay: .4s;
animation-delay: .4s;
}
.round-9 #spinner_six {
top: 130px;
left: 65px;
-webkit-animation-delay: .5s;
animation-delay: .5s;
}
.round-9 #spinner_seven {
top: 111px;
left: 19px;
-webkit-animation-delay: .6s;
animation-delay: .6s;
}
.round-9 #spinner_eight {
top: 65px;
left: 0px;
-webkit-animation-delay: .7s;
animation-delay: .7s;
}
@-webkit-keyframes round-9 {
25% {
-webkit-transform: scale(1.5);
transform: scale(1.5);
}
75% {
-webkit-transform: scale(0);
transform: scale(0);
}
}
@keyframes round-9 {
50% {
-webkit-transform: scale(1.5, 1.5);
transform: scale(1.5, 1.5);
}
100% {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
}
#haru-site-preloader {
display: block;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 99999;
}
#haru-site-preloader .haru-loading-site {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
} .back-to-top {
background: rgba(0, 0, 0, 0.3);
border-radius: 3px;
display: block;
position: fixed;
right: 30px;
bottom: -50px;
width: 48px;
height: 48px;
line-height: 48px;
z-index: 999;
text-align: center;
transition: all .3s;
}
@media screen and (max-width: 1440px) {
.back-to-top {
width: 44px;
height: 44px;
line-height: 44px;
}
}
@media screen and (max-width: 767px) {
.back-to-top {
width: 40px;
height: 40px;
line-height: 40px;
right: 20px;
}
}
.back-to-top:before {
content: '\e917';
font-family: "phosphor";
font-weight: 700;
color: #fff;
font-size: 18px;
}
.back-to-top.in {
bottom: 30px;
}
.back-to-top:hover {
background: rgba(0, 0, 0, 0.5);
}
.back-to-top.has-bottom-sticky {
bottom: 90px;
}
.back-to-top.has-toolbar-sticky {
opacity: 0;
visibility: hidden;
bottom: 50px;
}
.back-to-top.has-toolbar-sticky.in {
opacity: 1;
visibility: visible;
bottom: 70px;
}
.switch-theme-mode {
position: fixed;
left: 4vh;
bottom: 2vh;
z-index: 99;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transform-origin: left top;
transform-origin: left top;
}
.switch-theme-mode:hover {
cursor: pointer;
}
.switch-theme-mode.active .button-switch {
-webkit-transform: translateX(100%);
transform: translateX(100%);
transition: all .3s;
}
@media screen and (max-width: 991px) {
.switch-theme-mode.active .button-switch {
background-color: #000;
}
}
.switch-theme-mode .button-switch-mode {
height: 30px;
display: inline-block;
min-width: 160px;
border-radius: 30px;
background-color: #ddd;
position: relative;
transition: background-color .3s;
position: relative;
}
@media screen and (max-width: 991px) {
.switch-theme-mode .button-switch-mode {
min-width: 60px;
height: 20px;
}
}
@media screen and (max-width: 767px) {
.switch-theme-mode .button-switch-mode {
min-width: 40px;
}
}
.switch-theme-mode .button-switch-label {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
padding: 2px;
}
.switch-theme-mode .button-switch-label .button-switch-dark,
.switch-theme-mode .button-switch-label .button-switch-light {
flex: 0 0 50%;
display: inline-flex;
align-items: center;
justify-content: center;
font-weight: 600;
color: #7e7e7e;
}
@media screen and (max-width: 991px) {
.switch-theme-mode .button-switch-label .button-switch-dark,
.switch-theme-mode .button-switch-label .button-switch-light {
font-size: 0;
}
}
.switch-theme-mode .button-switch {
width: calc(50% - 2px);
height: 26px;
line-height: 1;
border-radius: 26px;
background-color: #fff;
color: #000;
font-weight: 600;
display: inline-flex;
align-items: center;
justify-content: center;
position: absolute;
top: 2px;
left: 2px;
-webkit-transform: translateX(0);
transform: translateX(0);
transition: all .3s;
}
@media screen and (max-width: 991px) {
.switch-theme-mode .button-switch {
font-size: 0;
height: 16px;
border-radius: 16px;
}
} .haru-ajax-overflow {
display: none;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
position: fixed;
top: 0;
right: 0;
left: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.5);
transition: all .3s;
}
.haru-ajax-overflow.active {
display: table;
z-index: 99999;
}
.haru-ajax-overflow .haru-ajax-loading {
width: 60px;
height: 50px;
background-color: #fff;
display: inline-block;
left: 0;
right: 0;
margin: auto;
position: absolute;
top: 50%;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
}
.haru-ajax-overflow .haru-ajax-loading .loading-wrapper {
width: 38px;
height: 38px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.haru-ajax-overflow .spinner {
width: 5px;
height: 5px;
background-color: #4B5C66;
position: absolute;
border-radius: 50%;
-webkit-animation: round-9 .8s infinite;
animation: round-9 .8s infinite;
}
.haru-ajax-overflow #spinner_one {
top: 5px;
left: 5px;
}
.haru-ajax-overflow #spinner_two {
top: 0;
left: 16px;
-webkit-animation-delay: .1s;
animation-delay: .1s;
}
.haru-ajax-overflow #spinner_three {
top: 5px;
left: 27px;
-webkit-animation-delay: .2s;
animation-delay: .2s;
}
.haru-ajax-overflow #spinner_four {
top: 16px;
left: 31px;
-webkit-animation-delay: .3s;
animation-delay: .3s;
}
.haru-ajax-overflow #spinner_five {
top: 27px;
left: 27px;
-webkit-animation-delay: .4s;
animation-delay: .4s;
}
.haru-ajax-overflow #spinner_six {
top: 31px;
left: 16px;
-webkit-animation-delay: .5s;
animation-delay: .5s;
}
.haru-ajax-overflow #spinner_seven {
top: 27px;
left: 5px;
-webkit-animation-delay: .6s;
animation-delay: .6s;
}
.haru-ajax-overflow #spinner_eight {
top: 16px;
left: 0;
-webkit-animation-delay: .7s;
animation-delay: .7s;
} .haru-social-share__label {
font-weight: 500;
color: #000;
margin-right: 15px;
}
.haru-social-share__list {
padding: 0;
margin: 0;
list-style: none;
display: inline-block;
}
.haru-social-share__list li {
display: inline-block;
}
.haru-social-share__list li a {
font-size: 16px;
padding: 6px 8px;
transition: all .3s;
}
.haru-social-share__list li a:hover {
transition: all .3s;
}
.haru-social-share__facebook a:before {
content: '\f39e';
font-family: "Font Awesome 5 Brands";
}
.haru-social-share__twitter a:before {
content: '\f099';
font-family: "Font Awesome 5 Brands";
}
.haru-social-share__linkedin a:before {
content: '\f0e1';
font-family: "Font Awesome 5 Brands";
}
.haru-social-share__tumblr a:before {
content: '\f173';
font-family: "Font Awesome 5 Brands";
}
.haru-social-share__pinterest a:before {
content: '\f0d2';
font-family: "Font Awesome 5 Brands";
}
.haru-social-share__vk a:before {
content: '\f189';
font-family: "Font Awesome 5 Brands";
}
.haru-social-share__telegram a:before {
content: '\f3fe';
font-family: "Font Awesome 5 Brands";
}
.haru-social-share__whatsapp a:before {
content: '\f232';
font-family: "Font Awesome 5 Brands";
font-weight: 700;
}
.haru-social-share__email a:before {
content: '\f0e0';
font-family: "Font Awesome 5 Free";
font-weight: 700;
}
.haru-social-share--toggle .haru-social-share__wrap {
position: relative;
}
.haru-social-share--toggle .haru-social-share__wrap:hover {
cursor: pointer;
}
.haru-social-share--toggle .haru-social-share__label {
margin-right: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-size: 16px;
display: inline-flex;
align-items: center;
position: relative;
}
.haru-social-share--toggle .haru-social-share__label:before {
content: '\e90c';
font-family: "vicons";
font-weight: 500;
font-size: 20px;
margin-right: 8px;
}
.haru-social-share--toggle .haru-social-share__label:after {
border-bottom-width: 10px;
border-bottom-style: solid;
left: 50%;
color: #4B5C66;
position: absolute;
content: "";
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
bottom: 100%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
opacity: 0;
visibility: hidden;
}
.haru-social-share--toggle .haru-social-share__label:hover {
cursor: pointer;
}
.haru-social-share--toggle .haru-social-share__label.active {
background-color: #4B5C66;
color: #fff;
}
.haru-social-share--toggle .haru-social-share__label.active:after {
opacity: 1;
visibility: visible;
}
.haru-social-share--toggle .haru-social-share__list {
display: none;
position: absolute;
bottom: calc(100% + 10px);
left: 0;
width: 100%;
border-radius: 12px;
overflow: hidden;
z-index: 99;
}
.haru-social-share--toggle .haru-social-share__list li {
display: block;
}
.haru-social-share--toggle .haru-social-share__list li a {
font-size: 14px;
padding: 0 8px;
height: 32px;
line-height: 32px;
display: block;
color: #fff;
text-align: center;
transition: all .3s;
}
.haru-social-share--toggle .haru-social-share__list li a:hover {
background-color: #4B5C66;
color: #fff;
transition: all .3s;
}
@media screen and (max-width: 991px) {
.haru-social-share--toggle .haru-social-share__list li a {
margin-bottom: 17px;
}
}
@media screen and (max-width: 767px) {
.haru-social-share--toggle .haru-social-share__list li a {
font-size: 16px;
}
}
.haru-social-share--toggle .haru-social-share__list li a:hover {
transition: all .3s;
}
.haru-social-share--toggle .haru-social-share__facebook a {
background-color: #3b5998;
}
.haru-social-share--toggle .haru-social-share__twitter a {
background-color: #00acee;
}
.haru-social-share--toggle .haru-social-share__linkedin a {
background-color: #0e76a8;
}
.haru-social-share--toggle .haru-social-share__tumblr a {
background-color: #34526f;
}
.haru-social-share--toggle .haru-social-share__pinterest a {
background-color: #c8232c;
}
.haru-social-share--toggle .haru-social-share__vk a {
background-color: #4c75a3;
}
.haru-social-share--toggle .haru-social-share__telegram a {
background-color: #0088cc;
}
.haru-social-share--toggle .haru-social-share__whatsapp a {
background-color: #34b7f1;
}
#haru-bottom-toolbar {
position: fixed;
left: 0;
right: 0;
bottom: 0;
width: 100%;
background-color: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
max-height: 60px;
z-index: 9;
display: none;
transition: all .3s;
}
@media screen and (max-width: 991px) {
#haru-bottom-toolbar {
display: block;
}
}
.bottom-bar-title {
font-size: 11px;
font-weight: 600;
color: #000;
padding-top: 5px;
display: -webkit-box;
-webkit-line-clamp: 1; -webkit-box-orient: vertical;
overflow: hidden;
}
.haru-toolbar--loading {
opacity: 0;
visibility: hidden;
}
.dark-mode .haru-social-share__label {
color: #fff;
} #haru-popup {
background-color: #fff;
box-sizing: border-box;
margin: 40px auto;
max-width: 95%;
position: relative;
text-align: left;
background-repeat: no-repeat;
background-size: cover;
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
#haru-popup {
max-height: 400px !important;
}
}
#haru-popup .newsletter-title {
color: #4B5C66;
font-size: 28px;
}
@media screen and (max-width: 991px) {
#haru-popup .newsletter-title {
font-size: 24px;
}
}
#haru-popup .newsletter-description {
font-size: 17px;
font-weight: 600;
line-height: 1.8;
}
@media screen and (max-width: 991px) {
#haru-popup .newsletter-description {
font-size: 15px;
}
}
#haru-popup .popup-left {
width: 50%;
float: left;
height: 100%;
}
@media screen and (max-width: 767px) {
#haru-popup .popup-left {
width: 100%;
clear: both;
}
}
#haru-popup .popup-right {
width: 50%;
float: right;
height: 100%;
position: relative;
text-align: center;
}
@media screen and (max-width: 767px) {
#haru-popup .popup-right {
width: 100%;
background-color: #fff;
clear: both;
}
}
#haru-popup .popup-right .popup-right-content {
position: absolute;
width: 100%;
top: 50%;
padding: 0 40px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
#haru-popup .popup-right .popup-right-content {
padding: 0 40px;
}
}
#haru-popup .subscribe-default {
position: relative;
padding-bottom: 5px;
}
#haru-popup .subscribe-default .subscribe-email {
width: 100%;
padding: 0;
border: none;
margin-top: 30px;
}
#haru-popup .subscribe-default .subscribe-email input[type="email"] {
border: 1px solid #eee;
font-style: italic;
width: 100%;
padding: 9px 0 9px 9px;
background: #fff;
border-radius: 0;
}
#haru-popup .subscribe-default .subscribe-email input[type="email"]::-moz-placeholder {
color: #fff;
opacity: 1;
}
#haru-popup .subscribe-default .subscribe-email input[type="email"]:-ms-input-placeholder {
color: #fff;
}
#haru-popup .subscribe-default .subscribe-email input[type="email"]::-webkit-input-placeholder {
color: #fff;
}
#haru-popup .subscribe-default .subscribe-email input[type="email"]:focus {
outline: none;
border: 1px solid #4B5C66;
}
#haru-popup .subscribe-default .subscribe-submit input[type="submit"] {
border: 1px solid #4B5C66;
background: none;
text-transform: uppercase;
padding: 10px 0;
color: #fff;
background: #4B5C66;
}
#haru-popup .subscribe-default .subscribe-submit input[type="submit"]:hover {
background: #fff;
color: #4B5C66;
}
#haru-popup .subscribe-default .subscribe-submit input[type="submit"]:focus {
outline: none;
}
#haru-popup .checkbox-label {
margin-top: 15px;
}
@media (max-width: 480px) {
#haru-popup .checkbox-label {
margin-left: 15px;
}
}
#haru-popup .checkbox-label .showagain {
margin-right: 3px;
margin-top: -3px;
}
#haru-popup .checkbox-label label {
font-weight: 500;
}
.dark-mode #haru-popup {
background-color: #000;
}  .mfp-zoom-in {   }
.mfp-zoom-in .mfp-with-anim {
opacity: 0;
transition: all .5s ease-in-out;
-webkit-transform: scale(0.8);
transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
opacity: 0;
transition: all .5s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
opacity: .8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
-webkit-transform: scale(0.8);
transform: scale(0.8);
opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
opacity: 0;
} .mfp-zoom-in2 {   }
.mfp-zoom-in2 .mfp-with-anim {
opacity: 0;
transition: all .5s ease-in-out;
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
.mfp-zoom-in2.mfp-bg {
opacity: 0;
transition: all .5s ease-out;
}
.mfp-zoom-in2.mfp-ready .mfp-with-anim {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.mfp-zoom-in2.mfp-ready.mfp-bg {
opacity: 1;
}
.mfp-zoom-in2.mfp-removing .mfp-with-anim {
-webkit-transform: scale(0.9);
transform: scale(0.9);
opacity: 0;
}
.mfp-zoom-in2.mfp-removing.mfp-bg {
opacity: 0;
} .mfp-newspaper {   }
.mfp-newspaper .mfp-with-anim {
opacity: 0;
transition: all .5s;
-webkit-transform: scale(0) rotate(500deg);
transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
opacity: 0;
transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
opacity: 1;
-webkit-transform: scale(1) rotate(0deg);
transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
-webkit-transform: scale(0) rotate(500deg);
transform: scale(0) rotate(500deg);
opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
opacity: 0;
} .mfp-move-horizontal {   }
.mfp-move-horizontal .mfp-with-anim {
opacity: 0;
transition: all .3s;
-webkit-transform: translateX(-50px);
transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
opacity: 0;
transition: all .3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
opacity: .8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
-webkit-transform: translateX(50px);
transform: translateX(50px);
opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
opacity: 0;
} .mfp-move-from-top {   }
.mfp-move-from-top .mfp-content {
vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
opacity: 0;
transition: all .2s;
-webkit-transform: translateY(-100px);
transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
opacity: 0;
transition: all .2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
-webkit-transform: translateY(-50px);
transform: translateY(-50px);
opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
opacity: 0;
} .mfp-3d-unfold {   }
.mfp-3d-unfold .mfp-content {
-webkit-perspective: 2000px;
perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
opacity: 0;
transition: all .3s ease-in-out;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: rotateY(-60deg);
transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
opacity: 0;
transition: all .5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
opacity: 1;
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
opacity: .8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
-webkit-transform: rotateY(60deg);
transform: rotateY(60deg);
opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
opacity: 0;
} .mfp-zoom-out {   }
.mfp-zoom-out .mfp-with-anim {
opacity: 0;
transition: all .3s ease-in-out;
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
opacity: 0;
transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
opacity: .8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
-webkit-transform: scale(1.3);
transform: scale(1.3);
opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
opacity: 0;
} @-webkit-keyframes hinge {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%,
60% {
-webkit-transform: rotate(80deg);
transform: rotate(80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40% {
-webkit-transform: rotate(60deg);
transform: rotate(60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
80% {
-webkit-transform: rotate(60deg) translateY(0);
transform: rotate(60deg) translateY(0);
opacity: 1;
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
100% {
-webkit-transform: translateY(700px);
transform: translateY(700px);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%,
60% {
-webkit-transform: rotate(80deg);
transform: rotate(80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40% {
-webkit-transform: rotate(60deg);
transform: rotate(60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
80% {
-webkit-transform: rotate(60deg) translateY(0);
transform: rotate(60deg) translateY(0);
opacity: 1;
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
100% {
-webkit-transform: translateY(700px);
transform: translateY(700px);
opacity: 0;
}
}
.hinge {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-name: hinge;
animation-name: hinge;
}
.mfp-with-fade .mfp-content,
.mfp-with-fade.mfp-bg {
opacity: 0;
transition: opacity .5s ease-out;
}
.mfp-with-fade.mfp-ready .mfp-content {
opacity: 1;
}
.mfp-with-fade.mfp-ready.mfp-bg {
opacity: .8;
}
.mfp-with-fade.mfp-removing.mfp-bg {
opacity: 0;
}
.widget-post-list ul {
list-style: none;
list-style-type: none;
padding: 0;
margin: 0;
}
.widget-post-list ul.thumb-right .post-item {
flex-direction: row-reverse;
}
.widget-post-list ul.thumb-right .post-content {
padding-left: 0;
padding-right: 15px;
}
.widget-post-list ul.thumb-full .post-item {
display: block;
}
.widget-post-list ul.thumb-full .post-item .post-thumbnail {
max-width: 100%;
}
.widget-post-list ul.thumb-full .post-content {
padding-top: 5px;
padding-left: 0;
}
.widget-post-list .post-item {
display: flex;
margin-bottom: 15px;
}
.widget-post-list .post-item .post-thumbnail {
flex: 0 0 35%;
max-width: 100px;
}
.widget-post-list .post-item .post-thumbnail img {
border-radius: 7px;
}
.widget-post-list .post-item .post-content {
flex: 1;
padding-left: 15px;
}
.widget-post-list .post-item .post-category {
font-size: 14px;
margin-bottom: 5px;
}
.widget-post-list .post-item .post-title {
margin-top: 0;
font-weight: 700;
display: -webkit-box;
-webkit-line-clamp: 2; -webkit-box-orient: vertical;
overflow: hidden;
}
.widget-post-list .post-item .post-meta {
font-size: 14px;
}
.widget-post-list .post-item .post-datetime {
margin-left: 6px;
}
.widget-post-list .post-item .post-datetime:before {
content: '\e910';
font-family: "Haruicons";
font-weight: 500;
margin-right: 6px;
position: relative;
bottom: -1px;
}
.widget-post-list .post-item .post-comment {
margin-left: 6px;
}
.widget-post-list .post-item .post-comment a:before {
content: '\e91a';
font-family: "Haruicons";
font-weight: 500;
margin-right: 6px;
}  *,
*::before,
*::after {
box-sizing: border-box;
}
p {
margin: 0 0 10px;
}
h1,
h2,
h3 {
margin-top: 20px;
margin-bottom: 10px;
}
h4,
h5,
h6 {
margin-top: 10px;
margin-bottom: 10px;
}
img {
max-width: 100%;
}
.haru-clear:before, .haru-clear:after {
display: table;
content: '';
}
.haru-clear:after {
clear: both;
}
mark {
background-color: #4B5C66;
color: #fff;
padding: 0 5px;
}
a {
text-decoration: none;
color: #7e7e7e;
}
a:hover {
color: #4B5C66;
text-decoration: none;
}
a:active {
color: #4B5C66;
text-decoration: none;
}
a:focus {
color: #4B5C66;
outline: none;
text-decoration: none;
}
legend,
h1,
h2,
h3,
h4,
h5,
h6 {
color: #000;
font-family: "Plus Jakarta Sans";
font-weight: 700;
line-height: 1.4;
}
legend a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
color: #000;
transition: all .3s;
}
legend a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
color: #4B5C66;
transition: all .3s;
}
img {
max-width: 100%;
height: auto;
}
p {
line-height: 1.8;
}
blockquote {
padding: 10px 20px;
margin: 0 0 20px;
font-size: 18px;
border-left: 5px solid #eee;
}
@media screen and (max-width: 767px) {
blockquote {
font-size: 16px;
}
}
.embed-responsive {
position: relative;
display: block;
height: 0;
padding: 0;
overflow: hidden;
}
.embed-responsive.embed-responsive-16by9 {
padding-bottom: 56.25%;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
table {
border-collapse: collapse;
}
table thead {
background: #f5f5f5;
color: #000;
}
table thead tr > * {
padding: 5px 10px 4px 10px;
}
table thead th {
font-weight: 600;
}
table tbody tr > * {
padding: 5px 10px 4px 10px;
}
table tbody strong {
color: #000;
font-weight: 600;
}
table th {
font-weight: 500;
}
table,
th,
td {
border: 1px solid #eee;
}
th,
td {
padding: 5px;
}
dt {
font-weight: 500;
}
audio:focus,
video:focus {
outline: none;
}
address {
font-style: italic;
}
cite {
font-style: italic;
}
code {
color: #fff;
background-color: #4B5C66;
padding: 1px 2px;
}
figure {
margin: 40px 1em;
}
em {
font-style: italic;
}
kbd {
color: #fff;
background-color: #000;
padding: 1px 2px;
}
pre {
background-color: #f7f8f9;
color: #000;
border: 1px solid #eee;
padding: 5px 10px;
white-space: pre;
overflow-x: auto;
}
strike {
text-decoration: line-through;
}
b,
strong {
font-weight: 700;
}
u {
text-decoration: underline;
}
var {
font-style: italic;
}
html {
overflow-x: hidden;
}
body {
color: #7e7e7e;
font-family: "Plus Jakarta Sans";
line-height: 1.8;
font-size: 15px;
font-weight: 500;
margin: 0;
overflow-x: hidden;
-webkit-font-smoothing: antialiased;
}
body.dark-mode {
background-color: #000;
}
body.dark-mode,
body .background-dark {
color: #ababab;
}
body.dark-mode a,
body .background-dark a {
color: #ababab;
}
body.dark-mode a:hover,
body .background-dark a:hover {
color: #4B5C66;
}
body.dark-mode a:active,
body .background-dark a:active {
color: #4B5C66;
}
body.dark-mode a:focus,
body .background-dark a:focus {
color: #4B5C66;
}
body.dark-mode legend,
body.dark-mode h1,
body.dark-mode h2,
body.dark-mode h3,
body.dark-mode h4,
body.dark-mode h5,
body.dark-mode h6,
body .background-dark legend,
body .background-dark h1,
body .background-dark h2,
body .background-dark h3,
body .background-dark h4,
body .background-dark h5,
body .background-dark h6 {
color: #fff;
}
body.dark-mode legend a,
body.dark-mode h1 a,
body.dark-mode h2 a,
body.dark-mode h3 a,
body.dark-mode h4 a,
body.dark-mode h5 a,
body.dark-mode h6 a,
body .background-dark legend a,
body .background-dark h1 a,
body .background-dark h2 a,
body .background-dark h3 a,
body .background-dark h4 a,
body .background-dark h5 a,
body .background-dark h6 a {
color: #fff;
}
body.dark-mode legend a:hover,
body.dark-mode h1 a:hover,
body.dark-mode h2 a:hover,
body.dark-mode h3 a:hover,
body.dark-mode h4 a:hover,
body.dark-mode h5 a:hover,
body.dark-mode h6 a:hover,
body .background-dark legend a:hover,
body .background-dark h1 a:hover,
body .background-dark h2 a:hover,
body .background-dark h3 a:hover,
body .background-dark h4 a:hover,
body .background-dark h5 a:hover,
body .background-dark h6 a:hover {
color: #4B5C66;
}
body.dark-mode blockquote,
body .background-dark blockquote {
border-left: 5px solid rgba(255, 255, 255, 0.5);
}
.rtl {
direction: rtl;
}
.dark-mode table,
.background-dark table {
border-collapse: collapse;
}
.dark-mode table thead,
.background-dark table thead {
background: #1d1d1d;
color: #ababab;
}
.dark-mode table tbody strong,
.background-dark table tbody strong {
color: #fff;
}
.dark-mode table,
.dark-mode th,
.dark-mode td,
.background-dark table,
.background-dark th,
.background-dark td {
border: 1px solid #333;
}
.dark-mode kbd,
.background-dark kbd {
color: #000;
background-color: #fff;
}
.dark-mode pre,
.background-dark pre {
background-color: #333;
color: #fff;
border: 1px solid #333;
padding: 5px 10px;
}
.haru-page-title {
position: relative;
background-size: cover;
background-color: #f5f5f5;
padding: 20px 0 20px;
margin-bottom: 80px;
}
@media screen and (max-width: 1440px) {
.haru-page-title {
margin-bottom: 70px;
padding: 15px 0 15px;
}
}
@media screen and (max-width: 1024px) {
.haru-page-title {
margin-bottom: 60px;
}
}
@media screen and (max-width: 991px) {
.haru-page-title {
margin-bottom: 50px;
}
}
@media screen and (max-width: 767px) {
.haru-page-title {
margin-bottom: 40px;
padding: 10px 0 10px;
}
}
.haru-page-title.has-heading {
padding: 60px 0 70px;
}
@media screen and (max-width: 1440px) {
.haru-page-title.has-heading {
padding: 50px 0 60px;
}
}
@media screen and (max-width: 1024px) {
.haru-page-title.has-heading {
padding: 40px 0 50px;
}
}
@media screen and (max-width: 991px) {
.haru-page-title.has-heading {
padding: 30px 0 40px;
}
}
@media screen and (max-width: 767px) {
.haru-page-title.has-heading {
padding: 20px 0 30px;
}
}
.haru-page-title.has-bg-image:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
}
.haru-page-title.has-bg-image .haru-page-title__heading--main {
color: #fff;
}
.haru-page-title.has-bg-image .haru-page-title__heading--sub {
color: #fff;
}
.haru-page-title.has-bg-image .haru-page-title__breadcrumbs .haru-breadcrumb {
font-size: 16px;
font-weight: 500;
color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 767px) {
.haru-page-title.has-bg-image .haru-page-title__breadcrumbs .haru-breadcrumb {
font-size: 15px;
}
}
.haru-page-title.has-bg-image .haru-page-title__breadcrumbs a {
color: rgba(255, 255, 255, 0.6);
}
.haru-page-title.has-bg-image .haru-page-title__breadcrumbs a:hover {
color: #fff;
}
.haru-page-title.has-bg-image .haru-page-title__breadcrumbs span.current {
color: #fff;
}
.haru-page-title.has-bg-image .haru-page-title__breadcrumbs .delimiter:before {
background-color: rgba(255, 255, 255, 0.6);
}
.haru-page-title__content {
position: relative;
word-break: break-word;
text-align: center;
}
.haru-page-title__heading--main {
font-size: 40px;
margin-top: 0;
}
@media screen and (max-width: 1440px) {
.haru-page-title__heading--main {
font-size: 36px;
}
}
@media screen and (max-width: 1024px) {
.haru-page-title__heading--main {
font-size: 32px;
}
}
@media screen and (max-width: 991px) {
.haru-page-title__heading--main {
font-size: 28px;
}
}
@media screen and (max-width: 767px) {
.haru-page-title__heading--main {
font-size: 24px;
}
}
.haru-page-title__breadcrumbs ul {
padding: 0;
margin: 0;
list-style: none;
}
.haru-page-title__breadcrumbs ul li {
display: inline-block;
}
.haru-page-title__breadcrumbs a {
transition: all .3s;
}
.haru-page-title__breadcrumbs a:hover {
transition: all .3s;
}
.haru-page-title__breadcrumbs span.current {
color: #000;
}
.haru-page-title__breadcrumbs .delimiter {
margin: 0 5px;
}
.haru-page-title__breadcrumbs .delimiter:before {
display: inline-block;
width: 20px;
height: 1px;
background-color: #7e7e7e;
content: '';
position: relative;
top: -4px;
margin: 0 3px;
}
.header-transparent .haru-page-title {
padding-top: 195px;
}
@media screen and (max-width: 1440px) {
.header-transparent .haru-page-title {
padding-top: 185px;
}
}
@media screen and (max-width: 1024px) {
.header-transparent .haru-page-title {
padding-top: 175px;
}
}
@media screen and (max-width: 991px) {
.header-transparent .haru-page-title {
padding-top: 130px;
}
}
@media screen and (max-width: 767px) {
.header-transparent .haru-page-title {
padding-top: 120px;
}
}
.header-transparent.header-transparent-dark .haru-page-title {
background-color: #f5f5f5;
}
.header-transparent.header-transparent-dark .haru-page-title.has-bg-image:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.5);
}
.header-transparent.header-transparent-dark .haru-page-title__heading--main {
color: #000;
}
.header-transparent.header-transparent-dark .haru-page-title__heading--sub {
color: #000;
}
.header-transparent.header-transparent-dark .haru-page-title__breadcrumbs .haru-breadcrumb {
color: #7e7e7e;
}
.header-transparent.header-transparent-dark .haru-page-title__breadcrumbs a {
color: #7e7e7e;
}
.header-transparent.header-transparent-dark .haru-page-title__breadcrumbs a:hover {
color: #4B5C66;
}
.header-transparent.header-transparent-dark .haru-page-title__breadcrumbs span {
color: #7e7e7e;
}
.header-transparent.header-transparent-dark .haru-page-title__breadcrumbs span.current {
color: #4B5C66;
}
.dark-mode .haru-page-title {
background-color: #1d1d1d;
}
.dark-mode .haru-page-title__breadcrumbs span.current {
color: #fff;
}
.haru-content-404 .page-content {
margin-top: 60px;
margin-bottom: 100px;
text-align: center;
}
@media screen and (max-width: 1440px) {
.haru-content-404 .page-content {
margin-top: 50px;
margin-bottom: 90px;
}
}
@media screen and (max-width: 1024px) {
.haru-content-404 .page-content {
margin-top: 40px;
margin-bottom: 80px;
}
}
@media screen and (max-width: 991px) {
.haru-content-404 .page-content {
margin-top: 30px;
margin-bottom: 70px;
}
}
@media screen and (max-width: 767px) {
.haru-content-404 .page-content {
margin-top: 20px;
margin-bottom: 60px;
}
}
.haru-content-404 .page-content .haru-title-404 {
line-height: 1;
font-size: 250px;
color: #4B5C66;
}
@media screen and (max-width: 1440px) {
.haru-content-404 .page-content .haru-title-404 {
font-size: 230px;
}
}
@media screen and (max-width: 1024px) {
.haru-content-404 .page-content .haru-title-404 {
font-size: 210px;
}
}
@media screen and (max-width: 991px) {
.haru-content-404 .page-content .haru-title-404 {
font-size: 180px;
}
}
@media screen and (max-width: 767px) {
.haru-content-404 .page-content .haru-title-404 {
font-size: 120px;
}
}
.haru-content-404 .page-content p.txt2 {
color: #000;
font-size: 36px;
letter-spacing: 0px;
margin-top: 30px;
}
@media screen and (max-width: 1440px) {
.haru-content-404 .page-content p.txt2 {
font-size: 32px;
}
}
@media screen and (max-width: 1024px) {
.haru-content-404 .page-content p.txt2 {
font-size: 28px;
}
}
@media screen and (max-width: 991px) {
.haru-content-404 .page-content p.txt2 {
font-size: 24px;
}
}
@media screen and (max-width: 767px) {
.haru-content-404 .page-content p.txt2 {
font-size: 20px;
}
}
.haru-content-404 .page-content p.txt3 {
color: #7e7e7e;
padding-bottom: 30px;
}
body.header-transparent .haru-content-404 .page-content {
padding-top: 100px;
}
@media screen and (max-width: 1440px) {
body.header-transparent .haru-content-404 .page-content {
padding-top: 90px;
}
}
@media screen and (max-width: 1024px) {
body.header-transparent .haru-content-404 .page-content {
padding-top: 80px;
}
}
@media screen and (max-width: 991px) {
body.header-transparent .haru-content-404 .page-content {
padding-top: 30px;
}
}
@media screen and (max-width: 767px) {
body.header-transparent .haru-content-404 .page-content {
padding-top: 20px;
}
}
.dark-mode .haru-content-404 .page-content p.txt2 {
color: #fff;
}
.dark-mode .haru-content-404 .page-content p.txt3 {
color: #ababab;
}
.maintenance-mode {
background-size: cover;
text-align: center;
}
.maintenance-mode .maintanence-page {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.maintenance-mode .maintanence-page .maintenance-title {
font-size: 40px;
font-weight: 300;
}
@media screen and (max-width: 767px) {
.maintenance-mode .maintanence-page .maintenance-title {
font-size: 20px;
}
}
.maintenance-mode .maintanence-page .countdown-wrapper {
padding: 50px 15%;
}
@media screen and (max-width: 767px) {
.maintenance-mode .maintanence-page .countdown-wrapper {
padding: 50px 5%;
}
}
.maintenance-mode .maintanence-page .maintenance-social ul {
list-style: none;
padding: 0;
margin: 0;
}
.maintenance-mode .maintanence-page .maintenance-social li {
display: inline-block;
font-size: 20px;
padding: 0 10px;
}
@media screen and (max-width: 767px) {
.maintenance-mode .maintanence-page .maintenance-social li {
font-size: 16px;
}
}
.rs-button--style-1, .rs-button--style-2, .rs-button--style-3, .rs-button--style-4 {
padding: 0 36px !important;
line-height: 56px !important;
font-size: 18px !important;
}
@media screen and (max-width: 1440px) {
.rs-button--style-1, .rs-button--style-2, .rs-button--style-3, .rs-button--style-4 {
font-size: 16px !important;
line-height: 48px !important;
padding: 0 30px !important;
}
}
@media screen and (max-width: 991px) {
.rs-button--style-1, .rs-button--style-2, .rs-button--style-3, .rs-button--style-4 {
font-size: 15px !important;
line-height: 44px !important;
padding: 0 25px !important;
}
}
@media screen and (max-width: 767px) {
.rs-button--style-1, .rs-button--style-2, .rs-button--style-3, .rs-button--style-4 {
font-size: 14px !important;
}
}
.rs-button--style-2 {
background-color: #4B5C66 !important;
color: #fff !important;
transition: all .3s;
}
.rs-button--style-2:hover {
background-color: #000 !important;
transition: all .3s;
}
.rs-button--style-2 i {
font-weight: 700 !important;
margin-left: 6px !important;
}
.rs-button--style-3 {
padding: 0 30px;
font-size: 16px !important;
line-height: 48px;
}
@media screen and (max-width: 991px) {
.rs-button--style-3 {
font-size: 15px !important;
}
}
@media screen and (max-width: 767px) {
.rs-button--style-3 {
font-size: 14px !important;
}
}
.rs-button--style-3:after {
font-size: 16px;
}
@media screen and (max-width: 1440px) {
.rs-title-7 {
margin-top: -10px !important;
}
}
@media screen and (max-width: 1440px) {
.rs-video-btn-7 {
margin-left: -15px !important;
}
}
@media screen and (max-width: 1024px) {
.rs-video-btn-7 {
margin-left: auto !important;
}
}
.rs-shadow--style-1 {
-webkit-filter: drop-shadow(-40px 14px 54px rgba(0, 0, 0, 0.16));
filter: drop-shadow(-40px 14px 54px rgba(0, 0, 0, 0.16));
}
#rs-slider-rounded {
border-radius: 12px;
overflow: hidden;
}
.font--primary {
font-family: "Plus Jakarta Sans" !important;
}
@media screen and (max-width: 1440px) {
.rs-circle-text {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
}
@media screen and (max-width: 1024px) {
.rs-circle-text {
-webkit-transform: scale(0.8);
transform: scale(0.8);
}
}
@media screen and (max-width: 991px) {
.rs-circle-text {
-webkit-transform: scale(0.7);
transform: scale(0.7);
}
}
@media screen and (max-width: 767px) {
.rs-circle-text {
-webkit-transform: scale(0.6);
transform: scale(0.6);
}
}
.rs-circle-text svg text {
fill: #fff;
}
.rs-circle-text:before {
content: '\e925';
font-family: 'haruicons';
font-size: 26px;
color: #fff;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
@media screen and (max-width: 1440px) {
.rs-circle-text-2 {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
}
@media screen and (max-width: 1024px) {
.rs-circle-text-2 {
-webkit-transform: scale(0.8);
transform: scale(0.8);
}
}
@media screen and (max-width: 991px) {
.rs-circle-text-2 {
-webkit-transform: scale(0.7);
transform: scale(0.7);
}
}
@media screen and (max-width: 767px) {
.rs-circle-text-2 {
-webkit-transform: scale(0.6);
transform: scale(0.6);
}
}
.rs-circle-text-2 svg {
background-color: #8B0000;
border-radius: 50%;
}
.rs-circle-text-2 svg text {
fill: rgba(255, 255, 255, 0.7);
}
.rs-circle-text-2:before {
content: '\e925';
font-family: 'haruicons';
font-size: 26px;
color: #fff;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.rs-color-primary {
color: #4B5C66 !important;
}   .haru-header-default {
display: flex;
align-items: center;
padding: 0 15px;
position: relative;
}
.haru-header-default ul {
padding: 0;
margin: 0;
list-style: none;
line-height: normal;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.haru-header-default .haru-logo {
padding: 20px 0;
}
@media screen and (max-width: 991px) {
.haru-header-default .haru-logo {
padding: 15px 0;
}
}
@media screen and (max-width: 767px) {
.haru-header-default .haru-logo {
padding: 10px 0;
}
}
.haru-header-default .haru-logo img {
max-height: 46px;
}
@media screen and (max-width: 767px) {
.haru-header-default .haru-logo img {
max-height: 40px;
}
}
.haru-header-content {
margin-left: auto;
display: flex;
align-items: center;
}
.header-cart-default {
margin-left: 15px;
}
.header-cart-default.haru-cart .haru-cart-wrap {
position: relative;
}
.header-cart-default.haru-cart .haru-cart-wrap .haru-cart-content .cart_list {
margin: 20px 0 0;
}
@media screen and (max-width: 991px) {
#header-primary-menu {
display: none;
}
}
.haru-main-menu {
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
}
@media screen and (max-width: 991px) {
.haru-main-menu {
display: block;
position: fixed;
top: 60px;
right: 0;
left: 0;
max-height: calc(100vh - 60px);
overflow: auto;
background-color: #fff;
box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
z-index: 99;
position: absolute;
}
}
.haru-main-menu a,
.haru-main-menu li {
position: relative;
display: block;
}
.haru-main-menu li {
border-width: 0;
}
.haru-main-menu > li > a {
display: flex;
align-items: center;
}
@media screen and (max-width: 991px) {
.haru-main-menu > li > a {
justify-content: space-between;
}
}
.haru-main-menu a {
position: relative;
text-decoration: none;
transition: all .3s;
}
.haru-main-menu a:hover {
transition: all .3s;
}
.haru-main-menu li {
list-style: none;
}
.haru-main-menu > li > a {
padding: 35px 15px;
font-weight: 700;
color: #000;
}
@media screen and (max-width: 991px) {
.haru-main-menu > li > a {
padding: 13px 15px;
}
}
.haru-main-menu > li > a:hover {
color: #4B5C66;
}
@media screen and (max-width: 991px) {
.haru-main-menu > li > a:focus {
color: #fff;
background-color: #4B5C66;
}
}
.haru-main-menu > li.current-menu-item > a {
color: #4B5C66;
}
@media screen and (max-width: 991px) {
.haru-main-menu > li.current-menu-item > a {
color: #fff;
background-color: #4B5C66;
}
}
.haru-main-menu > li a {
white-space: nowrap;
}
.haru-main-menu > li a:after {
content: '\e914';
font-family: 'haruicons';
padding-left: 5px;
font-size: 12px;
font-weight: 700;
position: relative;
}
@media screen and (max-width: 991px) {
.haru-main-menu > li a:after {
display: none;
}
}
.haru-main-menu > li a:only-child:after {
content: '';
padding-left: 0;
}
.haru-main-menu .menu-item-has-children:hover > .sub-menu {
opacity: 1;
visibility: visible;
top: 100%;
left: 0;
z-index: 99;
-webkit-transform: translateY(0);
transform: translateY(0);
transition: all .3s;
}
.haru-main-menu .menu-item-has-children:hover > .sub-menu > .menu-item-has-children:hover > .sub-menu {
opacity: 1;
visibility: visible;
top: 0;
left: auto;
right: 100%;
z-index: 99;
transition: all .3s;
}
@media screen and (max-width: 991px) {
.haru-main-menu .menu-item-has-children:hover > .sub-menu > .menu-item-has-children:hover > .sub-menu {
left: 0;
right: auto;
}
}
.haru-main-menu .menu-item-has-children:hover > .sub-menu > .menu-item-has-children:hover > .sub-menu > .menu-item-has-children:hover > .sub-menu {
opacity: 1;
visibility: visible;
top: 0;
left: 100%;
z-index: 99;
transition: all .3s;
}
.haru-main-menu .menu-item-has-children:hover > .sub-menu > .menu-item-has-children:hover > .sub-menu > .menu-item-has-children:hover > .sub-menu > .menu-item-has-children:hover > .sub-menu {
opacity: 1;
visibility: visible;
top: 0;
left: 100%;
z-index: 99;
transition: all .3s;
}
.haru-main-menu .menu-item-has-children > .sub-menu {
box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 991px) {
.haru-main-menu .menu-item-has-children > .sub-menu {
box-shadow: none;
}
}
.haru-main-menu .menu-item-has-children .sub-toggle {
position: absolute;
right: 10px;
width: 34px;
height: 34px;
line-height: 34px;
text-align: center;
top: 23px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
background: rgba(0, 0, 0, 0.05);
z-index: 9;
}
.haru-main-menu .menu-item-has-children .sub-toggle.active:before {
content: '\e917';
}
.haru-main-menu .menu-item-has-children .sub-toggle:before {
content: '\e914';
font-family: 'haruicons';
font-size: 12px;
font-weight: 700;
}
.haru-main-menu .menu-item-has-children a:after {
float: right;
}
.haru-main-menu ul.sub-menu {
position: absolute;
min-width: 240px;
background-color: #fff;
-webkit-transform: translateY(10px);
transform: translateY(10px);
opacity: 0;
visibility: hidden;
}
@media screen and (max-width: 991px) {
.haru-main-menu ul.sub-menu {
position: relative;
-webkit-transform: none;
transform: none;
opacity: 1;
visibility: visible;
display: none;
font-size: 14px;
}
}
.haru-main-menu ul.sub-menu .menu-item a {
padding: 13px 15px;
color: #000;
}
.haru-main-menu ul.sub-menu .menu-item a:hover {
background-color: #4B5C66;
color: #fff;
}
.haru-main-menu ul.sub-menu .menu-item.current-menu-item > a {
background-color: #4B5C66;
color: #fff;
}
@media screen and (max-width: 991px) {
.haru-main-menu ul.sub-menu a {
border-left: 8px solid transparent;
}
}
@media screen and (max-width: 991px) {
.haru-main-menu ul.sub-menu ul a {
border-left: 16px solid transparent;
}
}
@media screen and (max-width: 991px) {
.haru-main-menu ul.sub-menu ul ul a {
border-left: 24px solid transparent;
}
}
@media screen and (max-width: 991px) {
.haru-main-menu ul.sub-menu ul ul ul a {
border-left: 32px solid transparent;
}
}
.haru-toggle-default {
background: rgba(0, 0, 0, 0.05);
margin: 15px 0;
display: none;
height: 34px;
line-height: 34px;
position: relative;
vertical-align: middle;
width: 34px;
font-size: 22px;
text-align: center;
}
@media screen and (max-width: 991px) {
.haru-toggle-default {
display: inline-block;
}
}
.haru-toggle-default:before {
content: '\e927';
font-family: 'phosphor';
transition: all .3s;
}
.haru-toggle-default.active:before {
content: '\e957';
transition: all .3s;
}
.haru-header {
color: #000;
position: relative;
z-index: 98;
}
.haru-header--loading {
opacity: 0;
visibility: hidden;
overflow: hidden;
}
.haru-header__desktop {
background-color: #fff;
}
.haru-header--sticky-on.haru-header--sticky-header .haru-header__desktop {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 100;
box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
background-color: #fff;
transition: all .3s ease-in-out;
}
.haru-header--sticky-on.haru-header--sticky-menu .haru-header__sticky-menu {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 100;
box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
background-color: #fff;
transition: all .3s ease-in-out;
}
.haru-header--sticky-on .haru-header-default {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 100;
box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
background-color: #fff;
transition: all .3s ease-in-out;
}
.haru-header--transparent {
top: 0px;
position: absolute;
width: 100%;
z-index: 99;
left: 0;
}
.haru-header--transparent .haru-header__desktop {
background-color: transparent;
}
.haru-header--transparent.haru-header--sticky-on.haru-header--sticky-header .haru-header__desktop {
background-color: #fff;
}
.haru-header--transparent.haru-header--sticky-on.haru-header--sticky-menu .haru-header__sticky-menu {
background-color: #fff;
}
.haru-header--transparent-light:not(.haru-header--sticky-on) .haru-logo .haru-logo__default,
.haru-header--transparent-light:not(.haru-header--sticky-on) .haru-logo .haru-logo__retina,
.haru-header--transparent-light:not(.haru-header--sticky-on) .haru-logo .haru-logo__dark-retina {
display: none;
}
.haru-header--transparent-light:not(.haru-header--sticky-on) .haru-logo .haru-logo__dark {
display: block;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.haru-header--transparent-light:not(.haru-header--sticky-on) .haru-logo .haru-logo__dark {
display: none;
}
.haru-header--transparent-light:not(.haru-header--sticky-on) .haru-logo .haru-logo__dark-retina {
display: block;
}
}
.haru-header--transparent-light:not(.haru-header--sticky-on) .elementor-widget-haru-nav-menu .haru-nav-menu--main .haru-item--main {
color: #fff;
}
.haru-header--transparent-light:not(.haru-header--sticky-on) .elementor-widget-haru-nav-menu .haru-nav-menu--main .haru-item--main:hover, .haru-header--transparent-light:not(.haru-header--sticky-on) .elementor-widget-haru-nav-menu .haru-nav-menu--main .haru-item--main:focus, .haru-header--transparent-light:not(.haru-header--sticky-on) .elementor-widget-haru-nav-menu .haru-nav-menu--main .haru-item--main.highlighted, .haru-header--transparent-light:not(.haru-header--sticky-on) .elementor-widget-haru-nav-menu .haru-nav-menu--main .haru-item--main.haru-item-active {
color: #4B5C66;
}
.haru-header--sidebar {
position: fixed;
top: 0;
left: 0;
width: 120px;
height: 100vh;
z-index: 100;
border-right: 1px solid #eee;
background-color: #fff;
}
@media screen and (max-width: 1440px) {
.haru-header--sidebar {
width: 110px;
}
}
@media screen and (max-width: 1024px) {
.haru-header--sidebar {
width: 100px;
}
}
@media screen and (max-width: 1024px) {
.haru-header--sidebar-hidden-tablet {
position: relative;
border-right: none;
height: auto;
width: auto;
}
}
@media screen and (max-width: 767px) {
.haru-header--sidebar-hidden-mobile {
position: relative;
border-right: none;
height: auto;
width: auto;
}
}
.header-sidebar-layout #haru-content-main,
.header-sidebar-layout #haru-footer {
margin-left: 120px;
}
@media screen and (max-width: 1440px) {
.header-sidebar-layout #haru-content-main,
.header-sidebar-layout #haru-footer {
margin-left: 110px;
}
}
@media screen and (max-width: 1024px) {
.header-sidebar-layout #haru-content-main,
.header-sidebar-layout #haru-footer {
margin-left: 100px;
}
}
.header-sidebar-layout .elementor-section.elementor-section-stretched > div {
padding-left: 120px;
}
@media screen and (max-width: 1440px) {
.header-sidebar-layout .elementor-section.elementor-section-stretched > div {
padding-left: 110px;
}
}
@media screen and (max-width: 1024px) {
.header-sidebar-layout .elementor-section.elementor-section-stretched > div {
padding-left: 100px;
}
}
.header-sidebar-layout .switch-theme-mode {
left: 140px;
}
@media screen and (max-width: 1440px) {
.header-sidebar-layout .switch-theme-mode {
left: 130px;
}
}
@media screen and (max-width: 1024px) {
.header-sidebar-layout .switch-theme-mode {
left: 120px;
}
}
.header-sidebar-layout .full-width {
padding-left: 15px;
padding-right: 15px;
}
@media screen and (max-width: 1024px) {
.header-sidebar-layout--hidden-tablet #haru-content-main,
.header-sidebar-layout--hidden-tablet #haru-footer {
margin-left: 0;
}
}
@media screen and (max-width: 1024px) {
.header-sidebar-layout--hidden-tablet .switch-theme-mode {
left: 4vh;
}
}
@media screen and (max-width: 767px) {
.header-sidebar-layout--hidden-mobile #haru-content-main,
.header-sidebar-layout--hidden-mobile #haru-footer {
margin-left: 0;
}
}
@media screen and (max-width: 767px) {
.header-sidebar-layout--hidden-mobile .switch-theme-mode {
left: 4vh;
}
}
.header-sidebar-layout .single-product-sticky {
padding-left: 120px;
}
@media screen and (max-width: 1440px) {
.header-sidebar-layout .single-product-sticky {
padding-left: 110px;
}
}
@media screen and (max-width: 1024px) {
.header-sidebar-layout .single-product-sticky {
padding-left: 100px;
}
}
.header-rotate--top {
-webkit-transform: rotate(-90deg) translate(-50%, -50%);
transform: rotate(-90deg) translate(-50%, -50%);
-webkit-transform-origin: center top;
transform-origin: center top;
}
.header-rotate--center {
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transform-origin: center center;
transform-origin: center center;
}
.header-rotate--bottom {
-webkit-transform: rotate(-90deg) translate(50%, 50%);
transform: rotate(-90deg) translate(50%, 50%);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
.header-sidebar-section {
width: 120px !important;
margin-left: 0 !important;
}
@media screen and (max-width: 1440px) {
.header-sidebar-section {
width: 110px !important;
}
}
@media screen and (max-width: 1024px) {
.header-sidebar-section {
width: 100px !important;
}
}
.header-sidebar-section .haru-menu-toggle-popup {
font-size: 28px;
}
@media screen and (max-width: 1024px) {
.header-sidebar-section .haru-menu-toggle-popup {
font-size: 24px;
}
}
.header-sidebar-section .haru-search__toggle .hicon {
font-size: 28px;
}
@media screen and (max-width: 1024px) {
.header-sidebar-section .haru-search__toggle .hicon {
font-size: 24px;
}
}
.header-sidebar-section .haru-social ul {
flex-wrap: nowrap;
}
.header-sidebar-fixed {
position: fixed !important;
top: 0;
left: 0;
background-color: #fff;
border-bottom: 1px solid #eee;
z-index: 2 !important;
}
.haru-single-builder .header-sidebar-fixed > div {
background-color: transparent;
border-bottom: none;
}
.e-con.header-sidebar-width {
--width: 120px!important;
}
@media screen and (max-width: 1440px) {
.e-con.header-sidebar-width {
--width: 110px!important;
}
}
@media screen and (max-width: 1024px) {
.e-con.header-sidebar-width {
--width: 100px!important;
}
}
@media screen and (max-width: 767px) {
.e-con.header-sidebar-width {
--width: 70px!important;
}
}
body.header-sidebar--fixed-row #haru-content-main {
margin-top: 80px;
}
.dark-mode .haru-header__desktop {
background-color: #000;
}
.dark-mode .haru-header--sticky {
color: #fff;
}
.dark-mode .haru-header--sticky-on.haru-header--sticky-header .haru-header__desktop {
background-color: #000;
box-shadow: 0px 15px 20px rgba(255, 255, 255, 0.1);
}
.dark-mode .haru-header--sticky-on.haru-header--sticky-menu .haru-header__sticky-menu {
background-color: #000;
box-shadow: 0px 15px 20px rgba(255, 255, 255, 0.1);
}
.dark-mode .haru-header--transparent .haru-header__desktop {
background-color: transparent;
}
.dark-mode .haru-header--transparent.haru-header--sticky-on.haru-header--sticky-header .haru-header__desktop {
background-color: #000;
}
.dark-mode .haru-header--transparent.haru-header--sticky-on.haru-header--sticky-menu .haru-header__sticky-menu {
background-color: #000;
}
.dark-mode .haru-header--transparent-light:not(.haru-header--sticky-on) .haru-logo .haru-logo__default,
.dark-mode .haru-header--transparent-light:not(.haru-header--sticky-on) .haru-logo .haru-logo__retina,
.dark-mode .haru-header--transparent-light:not(.haru-header--sticky-on) .haru-logo .haru-logo__dark-retina {
display: none;
}
.dark-mode .haru-header--transparent-light:not(.haru-header--sticky-on) .haru-logo .haru-logo__dark {
display: block;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.dark-mode .haru-header--transparent-light:not(.haru-header--sticky-on) .haru-logo .haru-logo__dark-retina {
display: block;
}
.dark-mode .haru-header--transparent-light:not(.haru-header--sticky-on) .haru-logo .haru-logo__dark {
display: none;
}
}
.dark-mode .haru-header--transparent-dark:not(.haru-header--sticky-on) {
color: #000;
}
.dark-mode .haru-header--transparent-dark:not(.haru-header--sticky-on) .haru-logo .haru-logo__retina,
.dark-mode .haru-header--transparent-dark:not(.haru-header--sticky-on) .haru-logo .haru-logo__dark,
.dark-mode .haru-header--transparent-dark:not(.haru-header--sticky-on) .haru-logo .haru-logo__dark-retina {
display: none;
}
.dark-mode .haru-header--transparent-dark:not(.haru-header--sticky-on) .haru-logo .haru-logo__default {
display: block;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.dark-mode .haru-header--transparent-dark:not(.haru-header--sticky-on) .haru-logo .haru-logo__retina {
display: block;
}
.dark-mode .haru-header--transparent-dark:not(.haru-header--sticky-on) .haru-logo .haru-logo__default {
display: none;
}
}
.dark-mode .haru-header--transparent-dark:not(.haru-header--sticky-on) .elementor-widget-haru-nav-menu .haru-nav-menu--main .haru-item--main {
color: #000;
}
.dark-mode .haru-header--transparent-dark:not(.haru-header--sticky-on) .elementor-widget-haru-nav-menu .haru-nav-menu--main .haru-item--main:hover, .dark-mode .haru-header--transparent-dark:not(.haru-header--sticky-on) .elementor-widget-haru-nav-menu .haru-nav-menu--main .haru-item--main:focus, .dark-mode .haru-header--transparent-dark:not(.haru-header--sticky-on) .elementor-widget-haru-nav-menu .haru-nav-menu--main .haru-item--main.highlighted, .dark-mode .haru-header--transparent-dark:not(.haru-header--sticky-on) .elementor-widget-haru-nav-menu .haru-nav-menu--main .haru-item--main.haru-item-active {
color: #4B5C66;
}
.dark-mode .haru-header--sidebar {
border-right: 1px solid #333;
background-color: #000;
}
.admin-bar .haru-header--sticky-on.haru-header--sticky-header .haru-header__desktop {
position: fixed;
top: 32px;
}
@media screen and (max-width: 782px) {
.admin-bar .haru-header--sticky-on.haru-header--sticky-header .haru-header__desktop {
top: 46px;
}
}
@media screen and (max-width: 600px) {
.admin-bar .haru-header--sticky-on.haru-header--sticky-header .haru-header__desktop {
top: 0;
}
}
.admin-bar .haru-header--sticky-on.haru-header--sticky-menu .haru-header__sticky-menu {
position: fixed;
top: 32px;
}
@media screen and (max-width: 782px) {
.admin-bar .haru-header--sticky-on.haru-header--sticky-menu .haru-header__sticky-menu {
top: 46px;
}
}
@media screen and (max-width: 600px) {
.admin-bar .haru-header--sticky-on.haru-header--sticky-menu .haru-header__sticky-menu {
top: 0;
}
}
.admin-bar .haru-header--sticky-on .haru-header-default {
position: fixed;
top: 32px;
}
@media screen and (max-width: 782px) {
.admin-bar .haru-header--sticky-on .haru-header-default {
top: 46px;
}
}
@media screen and (max-width: 600px) {
.admin-bar .haru-header--sticky-on .haru-header-default {
top: 0;
}
}
.admin-bar .haru-header--transparent {
top: 32px;
}
@media screen and (max-width: 782px) {
.admin-bar .haru-header--transparent {
top: 46px;
}
}
.layout-float .haru-header {
padding: 0 100px;
}
@media screen and (max-width: 1440px) {
.layout-float .haru-header {
padding: 0 50px;
}
}  .haru-footer--loading {
opacity: 0;
visibility: hidden;
overflow: hidden;
}
.footer-default {
padding-top: 40px;
padding-bottom: 40px;
text-align: center;
}
#haru-footer {
clear: both;
}
.haru-subscriber {
position: relative;
}
.haru-subscriber .haru-subscriber__email-field {
background: #fff;
box-shadow: 0 4px 34px rgba(0, 0, 0, 0.05);
border-radius: 12px;
border: 1px solid #fff;
height: 56px;
padding: 0 20px;
transition: all .3s;
}
.haru-subscriber .haru-subscriber__email-field::-moz-placeholder {
color: #9b9b9b;
opacity: 1;
}
.haru-subscriber .haru-subscriber__email-field:-ms-input-placeholder {
color: #9b9b9b;
}
.haru-subscriber .haru-subscriber__email-field::-webkit-input-placeholder {
color: #9b9b9b;
}
.haru-subscriber .haru-subscriber__email-field:focus {
border: 1px solid transparent;
box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
transition: all .3s;
}
.haru-subscriber .haru-subscriber__email-field input[type='email'] {
padding-right: 50px;
}
@media screen and (max-width: 1440px) {
.haru-subscriber .haru-subscriber__email-field {
height: 52px;
}
}
@media screen and (max-width: 767px) {
.haru-subscriber .haru-subscriber__email-field {
height: 48px;
}
}
.haru-subscriber .haru-subscriber__submit {
position: absolute;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.haru-subscriber .haru-subscriber__submit:before {
content: '\e90b';
font-family: 'haruicons';
font-size: 20px;
color: #000;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
transition: all .3s;
}
@media screen and (max-width: 767px) {
.haru-subscriber .haru-subscriber__submit:before {
font-size: 18px;
}
}
.haru-subscriber .haru-subscriber__submit input[type='submit'] {
font-size: 0;
background-color: transparent;
padding: 0 25px;
height: 56px;
line-height: 56px;
position: relative;
z-index: 2;
}
@media screen and (max-width: 1440px) {
.haru-subscriber .haru-subscriber__submit input[type='submit'] {
height: 52px;
line-height: 52px;
}
}
@media screen and (max-width: 767px) {
.haru-subscriber .haru-subscriber__submit input[type='submit'] {
height: 48px;
line-height: 48px;
}
}
.haru-subscriber .haru-subscriber__submit:hover:before {
color: #4B5C66;
}
.haru-subscriber-dark .haru-subscriber__email-field {
background-color: #1d1d1d;
border: 1px solid #1d1d1d;
color: #fff;
}
.haru-subscriber-dark .haru-subscriber__submit:before {
color: #fff;
}
.haru-subscriber-dark-2 .haru-subscriber__email-field {
background-color: #933dc8;
border: 1px solid #933dc8;
color: #fff;
}
.haru-subscriber-dark-2 .haru-subscriber__submit:before {
color: #fff;
}
.haru-subscriber-border .haru-subscriber {
display: flex;
border-bottom: 1px solid #ccc;
margin-top: 0;
}
.haru-subscriber-border .haru-subscriber .haru-subscriber__email {
flex: 1;
}
.haru-subscriber-border .haru-subscriber .haru-subscriber__email-field {
background-color: transparent;
border: none;
color: #000;
text-align: left;
padding-left: 0;
font-size: 18px;
}
.haru-subscriber-border .haru-subscriber .haru-subscriber__email-field::-moz-placeholder {
color: #000;
opacity: 1;
}
.haru-subscriber-border .haru-subscriber .haru-subscriber__email-field:-ms-input-placeholder {
color: #000;
}
.haru-subscriber-border .haru-subscriber .haru-subscriber__email-field::-webkit-input-placeholder {
color: #000;
}
.haru-subscriber-border .haru-subscriber .haru-subscriber__submit {
flex: 0 0 50px;
margin-left: auto;
position: relative;
right: auto;
top: auto;
-webkit-transform: none;
transform: none;
}
.haru-subscriber-border .haru-subscriber .haru-subscriber__submit:before {
font-size: 18px;
}
.haru-subscriber-border .haru-subscriber .haru-subscriber__submit:hover:before {
color: #4B5C66;
transition: all .3s;
}
.haru-subscriber-border .haru-subscriber .haru-subscriber__submit .haru-button {
background-color: transparent;
font-size: 0;
padding: 0;
height: 56px;
line-height: 56px;
}
.haru-subscriber-shadow .haru-subscriber__email-field {
box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
}
.haru-subscriber-shadow .haru-subscriber__email-field:focus {
box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);
}
.haru-subscriber-classic .haru-subscriber {
display: flex;
flex-direction: column;
}
.haru-subscriber-classic .haru-subscriber__email {
margin-bottom: 20px;
}
.haru-subscriber-classic .haru-subscriber__email-field {
background-color: #f5f5f5;
box-shadow: none;
border: 1px solid #f5f5f5;
}
.haru-subscriber-classic .haru-subscriber__email-field:focus {
border: 1px solid #4B5C66;
box-shadow: none;
}
.haru-subscriber-classic .haru-subscriber__submit {
position: unset;
top: 0;
-webkit-transform: none;
transform: none;
}
.haru-subscriber-classic .haru-subscriber__submit:before {
display: none;
}
.haru-subscriber-classic .haru-subscriber__submit input[type='submit'] {
background-color: #4B5C66;
font-size: inherit;
}
.haru-subscriber-classic .haru-subscriber__submit input[type='submit']:hover, .haru-subscriber-classic .haru-subscriber__submit input[type='submit']:active {
background-color: #000;
}
.haru-subscriber-classic-row .haru-subscriber {
flex-direction: row;
}
.haru-subscriber-classic-row .haru-subscriber__email {
flex: 1;
margin-bottom: 0;
}
.haru-subscriber-classic-row .haru-subscriber__submit {
margin-left: 10px;
}
.haru-subscriber-classic-row .haru-subscriber__submit input[type='submit'] {
padding: 0 35px;
}
@media screen and (max-width: 767px) {
.haru-subscriber-classic-row .haru-subscriber__submit input[type='submit'] {
padding: 0 25px;
}
}
.haru-subscriber-classic-row-white .haru-subscriber__email-field {
background-color: #fff;
}
#sb_instagram .sbi_photo_wrap {
border-radius: 12px;
overflow: hidden;
}
#sb_instagram.grid-layout-square {
width: auto !important;
}
@media screen and (max-width: 767px) {
#sb_instagram.grid-layout-square {
width: auto !important;
}
}
#sb_instagram.grid-layout-square.padding-5 {
margin: -10px -10px 0 -10px;
}
#sb_instagram.grid-layout-square.padding-5.instagram-footer {
margin-top: 5px;
}
#sb_instagram.grid-layout-square.padding-10 {
margin: -20px -20px 0 -20px;
}
.footer-bg-gray {
background-color: #f5f5f5;
}
.footer-bg-white {
background-color: #fff;
}
.dark-mode .footer-bg-gray,
.background-dark .footer-bg-gray {
background-color: #000;
}
.dark-mode .footer-bg-white,
.background-dark .footer-bg-white {
background-color: #1d1d1d;
}
.dark-mode .haru-subscriber .haru-subscriber__email-field,
.background-dark .haru-subscriber .haru-subscriber__email-field {
background-color: #333;
border: 1px solid #333;
}
.dark-mode .haru-subscriber-border .haru-subscriber,
.background-dark .haru-subscriber-border .haru-subscriber {
border-bottom: 1px solid #fff;
}
.dark-mode .haru-subscriber-border .haru-subscriber .haru-subscriber__email-field,
.background-dark .haru-subscriber-border .haru-subscriber .haru-subscriber__email-field {
background-color: transparent;
border: none;
color: #fff;
}
.dark-mode .haru-subscriber-border .haru-subscriber .haru-subscriber__email-field::-moz-placeholder,
.background-dark .haru-subscriber-border .haru-subscriber .haru-subscriber__email-field::-moz-placeholder {
color: #fff;
opacity: 1;
}
.dark-mode .haru-subscriber-border .haru-subscriber .haru-subscriber__email-field:-ms-input-placeholder,
.background-dark .haru-subscriber-border .haru-subscriber .haru-subscriber__email-field:-ms-input-placeholder {
color: #fff;
}
.dark-mode .haru-subscriber-border .haru-subscriber .haru-subscriber__email-field::-webkit-input-placeholder,
.background-dark .haru-subscriber-border .haru-subscriber .haru-subscriber__email-field::-webkit-input-placeholder {
color: #fff;
}
.dark-mode .haru-subscriber-border .haru-subscriber .haru-subscriber__submit:before,
.background-dark .haru-subscriber-border .haru-subscriber .haru-subscriber__submit:before {
color: #fff;
}
.dark-mode .haru-subscriber-border .haru-subscriber .haru-subscriber__submit:before:hover,
.background-dark .haru-subscriber-border .haru-subscriber .haru-subscriber__submit:before:hover {
color: #4B5C66;
}  .haru-archive-blog article {
border-bottom: 1px solid #eee;
margin-bottom: 40px;
padding-bottom: 40px;
position: relative;
}
.haru-archive-blog article:last-child {
border: none;
margin-bottom: 0;
}
.haru-archive-blog article.sticky .post-title a:before {
content: "\f005";
font-family: "Font Awesome 5 Free";
color: #4B5C66;
top: 50%;
margin-right: 15px;
font-weight: 500;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
.haru-archive-blog article.sticky .post-title a:before {
margin-right: 10px;
}
}
.haru-archive-blog article .post-meta-info a {
color: #000;
font-weight: 600;
transition: all .3s;
}
.haru-archive-blog article .post-meta-info a:hover {
color: #4B5C66;
transition: all .3s;
}
.haru-archive-blog article .post-category-wrap {
font-weight: 700;
display: flex;
flex-wrap: wrap;
}
.haru-archive-blog article .post-category-wrap a {
background-color: #f5f5f5;
color: #4B5C66;
padding: 3px 16px;
border-radius: 40px;
transition: all .3s;
margin-left: 5px;
}
@media screen and (max-width: 767px) {
.haru-archive-blog article .post-category-wrap a {
font-size: 14px;
font-weight: 600;
}
}
.haru-archive-blog article .post-category-wrap a:first-child {
margin-left: 0;
}
.haru-archive-blog article .post-category-wrap a:hover {
background-color: #4B5C66;
color: #fff;
transition: all .3s;
}
.haru-archive-blog article .post-meta-author {
display: inline-block;
margin-right: 30px;
}
@media screen and (max-width: 767px) {
.haru-archive-blog article .post-meta-author {
margin-right: 20px;
}
}
.haru-archive-blog article .post-meta-author:before {
content: '';
width: 25px;
height: 1px;
background-color: #9b9b9b;
display: inline-block;
vertical-align: middle;
margin-right: 10px;
}
.haru-archive-blog article .post-meta-date {
display: inline-block;
margin-right: 10px;
}
.haru-archive-blog article .post-meta-date:before {
content: '\e910';
font-family: "Haruicons";
font-weight: 500;
position: relative;
bottom: -1px;
display: none;
margin-right: 10px;
}
@media screen and (max-width: 767px) {
.haru-archive-blog article .post-meta-date:before {
margin-right: 6px;
}
}
.haru-archive-blog article .post-meta-comment {
display: inline-block;
margin-right: 10px;
}
@media screen and (max-width: 767px) {
.haru-archive-blog article .post-meta-comment {
display: none;
}
}
.haru-archive-blog article .post-meta-comment:before {
content: '\e91a';
font-family: "Haruicons";
font-weight: 500;
position: relative;
bottom: -1px;
margin-right: 10px;
}
@media screen and (max-width: 767px) {
.haru-archive-blog article .post-meta-comment:before {
margin-right: 6px;
}
}
.haru-archive-blog article .post-meta-comment a {
font-weight: 500;
}
.haru-archive-blog article .post-meta-sticky {
color: #4B5C66;
display: inline-block;
font-weight: 600;
}
.haru-archive-blog article .post-meta-sticky:before {
content: "\f005";
font-family: "Font Awesome 5 Free";
font-weight: 500;
margin-right: 10px;
}
@media screen and (max-width: 767px) {
.haru-archive-blog article .post-meta-sticky:before {
margin-right: 6px;
}
}
.haru-archive-blog article .post-thumbnail-wrap {
position: relative;
margin-bottom: 30px;
border-radius: 12px;
overflow: hidden;
}
.haru-archive-blog article .post-thumbnail-wrap img {
border-radius: 12px;
}
.haru-archive-blog article .post-thumbnail-wrap .post-thumbnail-link {
display: flex;
align-items: flex-start;
}
.haru-archive-blog article .post-thumbnail-wrap .slick-slide {
margin-bottom: -7px;
}
.haru-archive-blog article .post-thumbnail-wrap .slick-dots {
position: absolute;
left: 0;
bottom: 30px;
width: 100%;
margin: 0;
}
@media screen and (max-width: 767px) {
.haru-archive-blog article .post-thumbnail-wrap .slick-dots {
bottom: 25px;
}
}
.haru-archive-blog article .post-link-wrap {
margin-bottom: 30px;
border-radius: 12px;
overflow: hidden;
}
.haru-archive-blog article .post-link-wrap .post-content-link {
background: #eeeeee;
height: 60px;
display: flex;
}
.haru-archive-blog article .post-link-wrap .post-content-link:before {
content: '\f0c1';
font-family: "Font Awesome 5 Free";
font-weight: 700;
width: 60px;
line-height: 60px;
background: #4B5C66;
color: #fff;
text-align: center;
}
.haru-archive-blog article .post-link-wrap .post-content-link a {
color: #000;
margin-left: 20px;
line-height: 60px;
font-weight: 600;
text-transform: uppercase;
text-decoration: underline;
}
.haru-archive-blog article .post-link-wrap .post-content-link a:hover {
color: #4B5C66;
transition: all .3s;
}
.haru-archive-blog article .post-link-wrap .post-set-link {
display: inline-flex;
align-items: center;
padding: 0 15px;
}
.haru-archive-blog article .post-audio-wrap {
margin-bottom: 30px;
border-radius: 12px;
overflow: hidden;
}
.haru-archive-blog article .post-set-audio {
background: #eeeeee;
height: 60px;
padding: 0 15px;
display: flex;
align-items: center;
}
.haru-archive-blog article .post-quote-wrap {
padding: 15px;
background: #f5f5f5;
border-radius: 12px;
margin-bottom: 30px;
text-align: center;
}
.haru-archive-blog article .post-quote-wrap:before {
content: '\e946';
font-family: 'Haruicons';
font-size: 32px;
color: #4B5C66;
}
@media screen and (max-width: 1024px) {
.haru-archive-blog article .post-quote-wrap:before {
font-size: 30px;
}
}
@media screen and (max-width: 767px) {
.haru-archive-blog article .post-quote-wrap:before {
font-size: 28px;
}
}
.haru-archive-blog article .post-quote-wrap blockquote {
border-left: none;
margin: 0;
}
.haru-archive-blog article .post-quote-wrap .post-quote {
color: #000;
font-size: 24px;
font-weight: 700;
margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
.haru-archive-blog article .post-quote-wrap .post-quote {
font-size: 22px;
}
}
@media screen and (max-width: 1024px) {
.haru-archive-blog article .post-quote-wrap .post-quote {
font-size: 20px;
}
}
@media screen and (max-width: 767px) {
.haru-archive-blog article .post-quote-wrap .post-quote {
font-size: 18px;
}
}
.haru-archive-blog article .post-quote-wrap .post-quote:before {
content: '\f10d';
font-family: "Font Awesome 5 Free";
font-weight: 700;
margin-right: 10px;
color: #4B5C66;
display: none;
}
.haru-archive-blog article .post-quote-wrap .post-quote:after {
content: '\f10e';
font-family: "Font Awesome 5 Free";
font-weight: 700;
margin-left: 10px;
color: #4B5C66;
display: none;
}
.haru-archive-blog article .post-quote-wrap cite {
font-style: normal;
}
.haru-archive-blog article .post-quote-wrap cite a {
color: #000;
font-size: 16px;
font-weight: 700;
transition: all .3s;
}
@media screen and (max-width: 1024px) {
.haru-archive-blog article .post-quote-wrap cite a {
font-size: 15px;
}
}
.haru-archive-blog article .post-quote-wrap cite a:hover {
color: #4B5C66;
transition: all .3s;
}
.haru-archive-blog article .post-title {
line-height: 1.4;
margin-top: 15px;
word-wrap: break-word;
}
@media screen and (max-width: 767px) {
.haru-archive-blog article .post-title {
padding: 0;
}
}
.haru-archive-blog article .post-title a {
font-size: 32px;
}
@media screen and (max-width: 1440px) {
.haru-archive-blog article .post-title a {
font-size: 30px;
}
}
@media screen and (max-width: 1024px) {
.haru-archive-blog article .post-title a {
font-size: 28px;
}
}
@media screen and (max-width: 991px) {
.haru-archive-blog article .post-title a {
font-size: 24px;
}
}
@media screen and (max-width: 767px) {
.haru-archive-blog article .post-title a {
font-size: 20px;
}
}
.haru-archive-blog article .post-excerpt {
margin-top: 15px;
word-break: break-word;
}
.haru-archive-blog article .post-read-more {
margin-top: 30px;
text-transform: capitalize;
}
.haru-archive-blog article .post-read-more .read-more:after {
content: '\f054';
display: none;
font-family: "Font Awesome 5 Free";
font-weight: 700;
margin-left: 6px;
}
.haru-archive-blog article.format-standard:not(.has-post-thumbnail) .post-meta-category {
margin-top: 0;
}
.haru-archive-blog article.medium-image.sticky .post-title a:before {
margin-right: 12px;
}
.haru-archive-blog article.medium-image .post-category-wrap {
font-weight: 600;
}
.haru-archive-blog article.medium-image .post-category-wrap a {
font-size: 14px;
padding: 3px 12px;
}
.haru-archive-blog article.medium-image .post-title {
padding: 0;
}
.haru-archive-blog article.medium-image .post-title a {
font-size: 24px;
}
@media screen and (max-width: 1440px) {
.haru-archive-blog article.medium-image .post-title a {
font-size: 22px;
}
}
@media screen and (max-width: 1024px) {
.haru-archive-blog article.medium-image .post-title a {
font-size: 20px;
}
}
@media screen and (max-width: 991px) {
.haru-archive-blog article.medium-image .post-title a {
font-size: 18px;
}
}
.haru-archive-blog article.medium-image.has-post-thumbnail:not(.format-link):not(.format-quote):not(.format-audio) .post-wrap {
display: flex;
flex-direction: row;
}
@media screen and (max-width: 767px) {
.haru-archive-blog article.medium-image.has-post-thumbnail:not(.format-link):not(.format-quote):not(.format-audio) .post-wrap {
display: block;
}
}
.haru-archive-blog article.medium-image.has-post-thumbnail:not(.format-link):not(.format-quote):not(.format-audio) .post-wrap .post-thumbnail-wrap {
flex: 0 0 50%;
width: 50%;
padding-right: 15px;
margin-bottom: 0;
}
@media screen and (max-width: 1440px) {
.haru-archive-blog article.medium-image.has-post-thumbnail:not(.format-link):not(.format-quote):not(.format-audio) .post-wrap .post-thumbnail-wrap {
padding-right: 10px;
}
}
@media screen and (max-width: 767px) {
.haru-archive-blog article.medium-image.has-post-thumbnail:not(.format-link):not(.format-quote):not(.format-audio) .post-wrap .post-thumbnail-wrap {
padding-right: 0;
margin-bottom: 30px;
width: 100%;
}
}
.haru-archive-blog article.medium-image.has-post-thumbnail:not(.format-link):not(.format-quote):not(.format-audio) .post-wrap .post-content-wrap {
flex: 0 0 50%;
padding-left: 15px;
}
@media screen and (max-width: 1440px) {
.haru-archive-blog article.medium-image.has-post-thumbnail:not(.format-link):not(.format-quote):not(.format-audio) .post-wrap .post-content-wrap {
padding-left: 10px;
}
}
@media screen and (max-width: 767px) {
.haru-archive-blog article.medium-image.has-post-thumbnail:not(.format-link):not(.format-quote):not(.format-audio) .post-wrap .post-content-wrap {
padding-left: 0;
}
}
@media screen and (max-width: 991px) {
.haru-archive-blog article.medium-image.has-post-thumbnail:not(.format-link):not(.format-quote):not(.format-audio) .post-wrap .post-content-wrap {
width: 100%;
}
.haru-archive-blog article.medium-image.has-post-thumbnail:not(.format-link):not(.format-quote):not(.format-audio) .post-wrap .post-content-wrap .post-detail {
margin-left: 0;
}
.haru-archive-blog article.medium-image.has-post-thumbnail:not(.format-link):not(.format-quote):not(.format-audio) .post-wrap .post-content-wrap .post-detail .post-meta-category {
margin-top: 15px;
}
}
@media screen and (max-width: 767px) {
.haru-archive-blog article.medium-image.has-post-thumbnail:not(.format-link):not(.format-quote):not(.format-audio) .post-wrap .post-content-wrap {
width: 100%;
}
}
.haru-archive-blog article.medium-image:not(.has-post-thumbnail) .post-content-wrap {
padding-left: 0;
}
.haru-archive-blog article.medium-image .post-meta-comment {
display: none;
}
.haru-archive-blog article.grid {
border: none;
}
.haru-archive-blog article.grid.sticky .post-title a:before {
margin-right: 10px;
}
.haru-archive-blog article.grid:before {
content: '';
position: absolute;
width: calc(100% - 30px);
bottom: 0;
left: 15px;
background-color: #eee;
height: 1px;
}
.haru-archive-blog article.grid .post-category-wrap {
font-weight: 600;
}
.haru-archive-blog article.grid .post-category-wrap a {
font-size: 14px;
padding: 3px 12px;
}
.haru-archive-blog article.grid .post-title {
padding: 0;
}
.haru-archive-blog article.grid .post-title a {
font-size: 20px;
}
@media screen and (max-width: 1440px) {
.haru-archive-blog article.grid .post-title a {
font-size: 18px;
}
}
.haru-archive-blog article.grid .post-meta-comment {
display: none;
}
.haru-archive-blog .layout-grid {
margin: 0 -15px;
}
.haru-archive-blog .layout-grid article {
padding-left: 15px;
padding-right: 15px;
}
@media screen and (max-width: 767px) {
.haru-archive-blog .layout-grid.grid-columns-2 .grid-item, .haru-archive-blog .layout-grid.grid-columns-3 .grid-item, .haru-archive-blog .layout-grid.grid-columns-4 .grid-item {
width: 100%;
}
}
.haru-archive-blog .archive-pagination {
margin-top: 30px;
text-align: center;
}
.dark-mode .haru-archive-blog article {
border-color: #333;
}
.dark-mode .haru-archive-blog article .post-meta-info a {
color: #fff;
}
.dark-mode .haru-archive-blog article .post-meta-info a:hover {
color: #4B5C66;
}
.dark-mode .haru-archive-blog article .post-meta-author {
border-color: #323f4b;
}
.dark-mode .haru-archive-blog article .post-link-wrap .post-content-link {
background: #333;
}
.dark-mode .haru-archive-blog article .post-link-wrap .post-content-link a {
color: #ababab;
}
.dark-mode .haru-archive-blog article .post-link-wrap .post-content-link a:hover {
color: #4B5C66;
}
.dark-mode .haru-archive-blog article .post-set-audio {
background: #333;
}
.dark-mode .haru-archive-blog article .post-quote-wrap {
background: #333;
}
.dark-mode .haru-archive-blog article .post-quote-wrap cite a {
color: #fff;
}
.dark-mode .haru-archive-blog article .post-quote-wrap cite a:hover {
color: #4B5C66;
}
.dark-mode .haru-archive-blog article.grid:before {
background-color: #333;
}
.single-content.no-sidebar .post-thumbnail-wrap .post-thumbnail {
text-align: center;
}
.single-content.no-sidebar .post-thumbnail-wrap .post-thumbnail img {
margin: 0 auto;
}
.single-content.no-sidebar .post-thumbnail-wrap .post-meta-category {
display: none;
}
.single-content.no-sidebar .post-content-wrap {
padding: 0 15%;
}
@media screen and (max-width: 767px) {
.single-content.no-sidebar .post-content-wrap {
padding: 0;
}
}
.single-content.no-sidebar .author-info {
padding: 40px 15% !important;
}
@media screen and (max-width: 767px) {
.single-content.no-sidebar .author-info {
padding: 40px 0 !important;
}
}
.single-content.no-sidebar .post-related {
text-align: center;
}
.single-content.no-sidebar #comments {
padding: 0 15%;
}
@media screen and (max-width: 767px) {
.single-content.no-sidebar #comments {
padding: 0 !important;
}
}
.single-content .post-meta-info {
text-align: center;
}
.single-content .post-category-wrap {
font-weight: 700;
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-bottom: 20px;
}
.single-content .post-category-wrap a {
background-color: #f5f5f5;
color: #4B5C66;
padding: 3px 16px;
border-radius: 40px;
transition: all .3s;
margin-left: 5px;
}
@media screen and (max-width: 767px) {
.single-content .post-category-wrap a {
font-size: 14px;
font-weight: 600;
}
}
.single-content .post-category-wrap a:first-child {
margin-left: 0;
}
.single-content .post-category-wrap a:hover {
background-color: #4B5C66;
color: #fff;
transition: all .3s;
}
.single-content .post-title {
font-size: 36px;
margin-top: 0;
line-height: 1.4;
word-wrap: break-word;
}
@media screen and (max-width: 1440px) {
.single-content .post-title {
font-size: 34px;
}
}
@media screen and (max-width: 1024px) {
.single-content .post-title {
font-size: 32px;
}
}
@media screen and (max-width: 991px) {
.single-content .post-title {
font-size: 28px;
}
}
@media screen and (max-width: 767px) {
.single-content .post-title {
font-size: 22px;
}
}
.single-content .post-info {
margin-top: 15px;
}
.single-content .post-info a {
color: #000;
font-weight: 600;
transition: all .3s;
}
.single-content .post-info a:hover {
color: #4B5C66;
transition: all .3s;
}
.single-content .post-meta-sticky {
font-weight: 600;
color: #4B5C66;
display: inline-block;
}
.single-content .post-meta-sticky:before {
content: "\f005";
font-family: "Font Awesome 5 Free";
font-weight: 500;
margin-right: 10px;
}
@media screen and (max-width: 767px) {
.single-content .post-meta-sticky:before {
margin-right: 6px;
}
}
.single-content .post-meta-author {
display: inline-block;
margin-right: 30px;
}
@media screen and (max-width: 767px) {
.single-content .post-meta-author {
margin-right: 20px;
}
}
.single-content .post-meta-author:before {
content: '';
width: 25px;
height: 1px;
background-color: #9b9b9b;
display: inline-block;
vertical-align: middle;
margin-right: 10px;
}
.single-content .post-meta-date {
display: inline-block;
margin-right: 10px;
margin-right: 10px;
}
@media screen and (max-width: 767px) {
.single-content .post-meta-date {
margin-right: 8px;
padding-right: 0;
border-right: none;
}
}
.single-content .post-meta-date:before {
content: '\e910';
font-family: "haruicons";
font-weight: 500;
position: relative;
bottom: -1px;
display: none;
margin-right: 10px;
}
@media screen and (max-width: 767px) {
.single-content .post-meta-date:before {
margin-right: 6px;
}
}
.single-content .post-meta-comment {
display: inline-block;
margin-right: 10px;
margin-right: 10px;
}
.single-content .post-meta-comment:before {
content: '\e91a';
font-family: "haruicons";
margin-right: 10px;
position: relative;
bottom: -1px;
}
@media screen and (max-width: 767px) {
.single-content .post-meta-comment:before {
margin-right: 6px;
}
}
.single-content .post-meta-comment a {
font-weight: 500;
}
.single-content .post-thumbnail-wrap {
margin-top: 30px;
position: relative;
}
.single-content .post-thumbnail-wrap .post-thumbnail img {
border-radius: 12px;
}
.single-content .post-thumbnail-wrap .post-thumbnail-link {
display: flex;
}
.single-content .post-thumbnail-wrap .owl-dots {
opacity: 1;
visibility: visible;
}
.single-content .post-thumbnail-wrap .slick-dots {
margin-top: 10px;
}
.single-content .post-thumbnail-wrap .post-quote-wrap {
padding: 15px;
background: #eeeeee;
border-radius: 12px;
margin-bottom: 30px;
text-align: center;
}
.single-content .post-thumbnail-wrap .post-quote-wrap:before {
content: '\e946';
font-family: 'haruicons';
font-size: 32px;
color: #4B5C66;
}
@media screen and (max-width: 1024px) {
.single-content .post-thumbnail-wrap .post-quote-wrap:before {
font-size: 30px;
}
}
@media screen and (max-width: 767px) {
.single-content .post-thumbnail-wrap .post-quote-wrap:before {
font-size: 28px;
}
}
.single-content .post-thumbnail-wrap .post-quote-wrap blockquote {
font-family: "Smooch";
font-size: 36px;
font-weight: 500;
color: #000;
line-height: 1.6;
}
@media screen and (max-width: 1440px) {
.single-content .post-thumbnail-wrap .post-quote-wrap blockquote {
font-size: 32px;
}
}
@media screen and (max-width: 1024px) {
.single-content .post-thumbnail-wrap .post-quote-wrap blockquote {
font-size: 28px;
}
}
@media screen and (max-width: 991px) {
.single-content .post-thumbnail-wrap .post-quote-wrap blockquote {
font-size: 24px;
}
}
@media screen and (max-width: 767px) {
.single-content .post-thumbnail-wrap .post-quote-wrap blockquote {
font-size: 20px;
}
}
.single-content .post-thumbnail-wrap .post-quote-wrap cite {
font-style: normal;
}
.single-content .post-thumbnail-wrap .post-quote-wrap a {
font-weight: 500;
color: #000;
text-decoration: underline;
transition: all .3s;
}
.single-content .post-thumbnail-wrap .post-quote-wrap a:hover {
color: #4B5C66;
transition: all .3s;
}
.single-content .post-thumbnail-wrap .post-link {
background: #eeeeee;
height: 60px;
display: flex;
}
.single-content .post-thumbnail-wrap .post-link:before {
content: '\f0c1';
font-family: "Font Awesome 5 Free";
font-weight: 700;
width: 60px;
line-height: 60px;
background: #4B5C66;
color: #fff;
text-align: center;
}
.single-content .post-thumbnail-wrap .post-link a {
color: #000;
margin-left: 20px;
line-height: 60px;
font-weight: 700;
font-style: italic;
text-transform: uppercase;
}
.single-content .post-thumbnail-wrap .post-link a:hover {
color: #4B5C66;
transition: all .3s;
}
.single-content .post-content-wrap {
margin-top: 35px;
margin-bottom: 35px;
padding-bottom: 35px;
border-bottom: 1px solid #eee;
}
@media screen and (max-width: 767px) {
.single-content .post-content-wrap {
padding-bottom: 30px;
margin-bottom: 20px;
}
}
.single-content .post-content-wrap .post-content blockquote {
font-size: 24px;
font-weight: 700;
margin: 3% 5%;
border-left: 0;
text-align: center;
}
@media screen and (max-width: 1440px) {
.single-content .post-content-wrap .post-content blockquote {
font-size: 22px;
}
}
@media screen and (max-width: 1024px) {
.single-content .post-content-wrap .post-content blockquote {
font-size: 20px;
}
}
@media screen and (max-width: 991px) {
.single-content .post-content-wrap .post-content blockquote {
font-size: 18px;
}
}
@media screen and (max-width: 767px) {
.single-content .post-content-wrap .post-content blockquote {
margin: 3% 0;
}
}
.single-content .post-content-wrap .post-content blockquote:before {
content: '\e946';
font-family: 'haruicons';
font-size: 32px;
color: #4B5C66;
}
@media screen and (max-width: 1024px) {
.single-content .post-content-wrap .post-content blockquote:before {
font-size: 30px;
}
}
@media screen and (max-width: 767px) {
.single-content .post-content-wrap .post-content blockquote:before {
font-size: 28px;
}
}
.single-content .post-content-wrap .post-content blockquote p {
color: #000;
line-height: 1.6;
margin-bottom: 0;
}
.single-content .post-content-wrap .post-content blockquote cite {
font-size: 14px;
}
.single-content .post-content-wrap .post-other-meta {
clear: both;
margin-top: 40px;
display: flex;
align-items: flex-end;
}
@media screen and (max-width: 767px) {
.single-content .post-content-wrap .post-other-meta {
display: block;
}
}
.single-content .post-content-wrap .post-other-meta .haru-page-links {
padding-top: 0;
padding-bottom: 3px;
margin-right: 20px;
}
.single-content .post-content-wrap .single-post-tags {
flex: 1;
}
.single-content .post-content-wrap .post-meta-tag .tag-title {
color: #000;
display: none;
font-weight: 600;
margin-right: 10px;
}
.single-content .post-content-wrap .post-meta-tag a {
display: inline-block;
font-size: 16px;
font-weight: 500;
color: #9b9b9b;
transition: all .3s;
margin: 3px 0 3px 5px;
padding: 2px 0 2px 10px;
}
.single-content .post-content-wrap .post-meta-tag a:hover {
color: #4B5C66;
transition: all .3s;
}
.single-content .post-content-wrap .post-meta-tag a:before {
content: "#";
display: inline-block;
}
@media screen and (max-width: 767px) {
.single-content .post-content-wrap .post-meta-tag a {
display: inline-block;
font-size: 15px;
margin-bottom: 5px;
}
}
.single-content .post-content-wrap .haru-social-share {
flex: 0 0 50%;
text-align: right;
}
@media screen and (max-width: 767px) {
.single-content .post-content-wrap .haru-social-share {
text-align: left;
}
}
.single-content .post-content-wrap .haru-social-share__label {
font-weight: 700;
}
.single-content .post-content-wrap .haru-social-share__list li {
margin: 0 3px;
}
@media screen and (max-width: 767px) {
.single-content .post-content-wrap .haru-social-share__list li {
margin: 0 1px;
}
}
.single-content .post-content-wrap .haru-social-share__list li:first-child {
margin-left: 0;
}
.single-content .post-content-wrap .haru-social-share__list li:last-child {
margin-right: 0;
}
.single-content .post-content-wrap .haru-social-share__list li a {
width: 48px;
height: 48px;
line-height: 44px;
border-radius: 50%;
border: 2px solid #eee;
color: #000;
display: block;
font-size: 18px;
padding: 0;
text-align: center;
}
@media screen and (max-width: 1440px) {
.single-content .post-content-wrap .haru-social-share__list li a {
width: 44px;
height: 44px;
line-height: 40px;
font-size: 16px;
}
}
@media screen and (max-width: 767px) {
.single-content .post-content-wrap .haru-social-share__list li a {
width: 40px;
height: 40px;
line-height: 38px;
font-size: 15px;
border: 1px solid #eee;
}
}
.single-content .post-content-wrap .haru-social-share__list li a:hover {
background-color: #4B5C66;
color: #fff;
border-color: #4B5C66;
}
.single-content .single-post-navigation {
border-bottom: 1px solid #eee;
padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
.single-content .single-post-navigation {
padding-bottom: 20px;
}
}
.single-content .single-post-navigation .post-nav {
display: flex;
position: relative;
}
@media screen and (max-width: 767px) {
.single-content .single-post-navigation .post-nav {
display: block;
}
}
.single-content .single-post-navigation .post-nav .post-nav-link {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.single-content .single-post-navigation .post-nav .post-nav-content {
display: flex;
align-items: center;
}
.single-content .single-post-navigation .post-nav .post-nav-label {
line-height: 1;
font-size: 14px;
color: #ababab;
text-transform: uppercase;
letter-spacing: 1px;
}
.single-content .single-post-navigation .post-nav .post-nav-title {
margin-top: 8px;
margin-bottom: 0;
font-size: 18px;
}
@media screen and (max-width: 1440px) {
.single-content .single-post-navigation .post-nav .post-nav-title {
font-size: 17px;
}
}
@media screen and (max-width: 1024px) {
.single-content .single-post-navigation .post-nav .post-nav-title {
font-size: 16px;
}
}
.single-content .single-post-navigation .post-nav .post-prev {
width: 50%;
position: relative;
}
@media screen and (max-width: 767px) {
.single-content .single-post-navigation .post-nav .post-prev {
width: 100%;
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom: 1px solid #eee;
}
}
.single-content .single-post-navigation .post-nav .post-prev .post-nav-meta {
padding-left: 30px;
position: relative;
}
.single-content .single-post-navigation .post-nav .post-prev .post-nav-meta:before {
content: '\e91d';
font-family: 'haruicons';
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 18px;
}
.single-content .single-post-navigation .post-nav .post-next {
width: 50%;
margin-left: auto;
text-align: right;
position: relative;
}
@media screen and (max-width: 767px) {
.single-content .single-post-navigation .post-nav .post-next {
width: 100%;
}
}
.single-content .single-post-navigation .post-nav .post-next .post-nav-content {
justify-content: flex-end;
}
.single-content .single-post-navigation .post-nav .post-next .post-nav-info {
justify-content: flex-end;
}
.single-content .single-post-navigation .post-nav .post-next .post-nav-meta {
padding-right: 30px;
position: relative;
}
.single-content .single-post-navigation .post-nav .post-next .post-nav-meta:before {
content: '\e91e';
font-family: 'haruicons';
position: absolute;
top: 50%;
right: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 18px;
}
.single-content .author-info {
padding: 40px 0;
display: flex;
border-bottom: 1px solid #eee;
margin-bottom: 40px;
}
.single-content .author-info .author-avatar {
flex: 0 0 120px;
padding-right: 25px;
}
@media screen and (max-width: 1440px) {
.single-content .author-info .author-avatar {
flex: 0 0 110px;
}
}
@media screen and (max-width: 767px) {
.single-content .author-info .author-avatar {
flex: 0 0 80px;
padding-right: 15px;
padding-right: 15px;
}
}
.single-content .author-info .author-avatar img {
border-radius: 50%;
}
.single-content .author-info .author-title {
margin-top: 0;
font-size: 18px;
}
@media screen and (max-width: 1440px) {
.single-content .author-info .author-title {
font-size: 17px;
}
}
@media screen and (max-width: 1024px) {
.single-content .author-info .author-title {
font-size: 16px;
}
}
.single-content .author-info .author-url {
color: #000;
font-weight: 500;
font-size: 15px;
text-decoration: underline;
transition: all .3s;
}
@media screen and (max-width: 767px) {
.single-content .author-info .author-url {
font-size: 14px;
}
}
.single-content .author-info .author-url:hover {
color: #4B5C66;
}
.single-content .post-related {
padding-bottom: 30px;
border-bottom: 1px solid #eee;
margin-bottom: 40px;
padding-top: 35px;
}
@media screen and (max-width: 1440px) {
.single-content .post-related {
padding-top: 30px;
}
}
@media screen and (max-width: 991px) {
.single-content .post-related {
padding-top: 20px;
}
}
@media screen and (max-width: 767px) {
.single-content .post-related {
padding-top: 5px;
}
}
.single-content .post-related .haru-heading {
text-align: center;
}
.single-content .post-related .haru-slick {
margin: 0 -15px;
padding-top: 5px;
}
@media screen and (max-width: 991px) {
.single-content .post-related .haru-slick {
margin: 0 -10px;
}
}
.single-content .post-related .slick-slide {
padding: 0 15px;
}
@media screen and (max-width: 991px) {
.single-content .post-related .slick-slide {
padding: 0 10px;
}
}
.single-content .post-related .slick-prev {
left: 15px;
}
@media screen and (max-width: 991px) {
.single-content .post-related .slick-prev {
left: 10px;
}
}
.single-content .post-related .slick-next {
right: 15px;
}
@media screen and (max-width: 991px) {
.single-content .post-related .slick-next {
right: 10px;
}
}
.single-content .post-related .slick-dots {
margin-top: 0;
}
.single-content .post-related .post-image {
margin-bottom: 20px;
min-height: 30px;
position: relative;
}
.single-content .post-related .post-image img {
border-radius: 12px;
}
.single-content .post-related .post-meta-category {
font-weight: 700;
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-top: 25px;
margin-bottom: 20px;
}
.single-content .post-related .post-meta-category a {
background-color: #f5f5f5;
color: #4B5C66;
padding: 3px 16px;
border-radius: 40px;
transition: all .3s;
margin-left: 5px;
}
@media screen and (max-width: 767px) {
.single-content .post-related .post-meta-category a {
font-size: 14px;
font-weight: 600;
}
}
.single-content .post-related .post-meta-category a:first-child {
margin-left: 0;
}
.single-content .post-related .post-meta-category a:hover {
background-color: #4B5C66;
color: #fff;
transition: all .3s;
}
.single-content .post-related .post-title {
font-size: 22px;
font-weight: 700;
padding-top: 0;
line-height: 1.4;
text-align: center;
}
@media screen and (max-width: 1440px) {
.single-content .post-related .post-title {
font-size: 20px;
}
}
@media screen and (max-width: 1024px) {
.single-content .post-related .post-title {
font-size: 18px;
}
}
.post-password-form input[type=submit] {
margin-top: 10px;
}
.haru-page-links {
clear: both;
padding: 15px 0;
}
.haru-page-links .haru-page-links-title {
color: #000;
font-weight: 600;
padding-right: 6px;
}
.haru-page-links .haru-page-link {
display: inline-block;
padding: 0 10px;
color: #7e7e7e;
margin: 0 3px;
width: 30px;
height: 30px;
line-height: 30px;
border-radius: 12px;
font-weight: 600;
text-align: center;
transition: all .3s;
}
.haru-page-links .current .haru-page-link {
background-color: #4B5C66;
color: #fff;
}
.haru-page-links > a > span:hover, .haru-page-links > a > span:focus {
color: #4B5C66;
}
.dark-mode .single-content .post-info a {
color: #fff;
}
.dark-mode .single-content .post-info a:hover {
color: #4B5C66;
}
.dark-mode .single-content .post-meta-date {
border-right: 1px solid #333;
}
.dark-mode .single-content .post-thumbnail-wrap blockquote {
border-left: 4px solid rgba(255, 255, 255, 0.5);
color: #fff;
}
.dark-mode .single-content .post-thumbnail-wrap .post-link {
background: #333;
}
.dark-mode .single-content .post-thumbnail-wrap .post-link:before {
background: rgba(255, 255, 255, 0.5);
color: #000;
}
.dark-mode .single-content .post-thumbnail-wrap .post-link a {
color: #fff;
}
.dark-mode .single-content .post-thumbnail-wrap .post-link a:hover {
color: #4B5C66;
}
.dark-mode .single-content .post-content-wrap {
border-bottom: 1px solid #333;
}
.dark-mode .single-content .post-content-wrap .post-content blockquote {
font-family: "Smooch";
}
.dark-mode .single-content .post-content-wrap .post-content blockquote p {
color: #fff;
}
.dark-mode .single-content .post-content-wrap .post-meta-tag .tag-title {
color: #fff;
}
.dark-mode .single-content .single-post-navigation {
border-bottom: 1px solid #333;
}
@media screen and (max-width: 767px) {
.dark-mode .single-content .single-post-navigation .post-nav .post-prev {
border-bottom: 1px solid #333;
}
}
.dark-mode .single-content .author-info {
border-bottom: 1px solid #333;
}
.dark-mode .single-content .author-info .author-url {
color: #fff;
}
.dark-mode .single-content .author-info .author-url:hover {
color: #4B5C66;
}
.dark-mode .single-content .post-related {
border-bottom: 1px solid #333;
}
.dark-mode .haru-page-links .haru-page-links-title {
color: #fff;
}
.dark-mode .haru-page-links .haru-page-link {
color: #ababab;
}
.dark-mode .haru-page-links .current .haru-page-link {
background-color: #4B5C66;
color: #fff;
}
aside {
margin-bottom: 30px;
}
.widget-title {
font-size: 20px;
line-height: 1.4;
margin-top: 0px;
margin-bottom: 25px;
}
@media screen and (max-width: 1440px) {
.widget-title {
font-size: 19px;
}
}
@media screen and (max-width: 1024px) {
.widget-title {
font-size: 18px;
}
}
.widget_categories ul,
.widget_archive ul {
list-style: none;
list-style-type: none;
padding: 0;
margin: 0;
}
.widget_categories ul li,
.widget_archive ul li {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
margin-bottom: 12px;
}
.widget_categories ul li:last-child,
.widget_archive ul li:last-child {
margin-bottom: 0;
}
.widget_categories ul li.current-cat > a, .widget_categories ul li:hover > a,
.widget_archive ul li.current-cat > a,
.widget_archive ul li:hover > a {
color: #4B5C66;
border-bottom: 1px solid #4B5C66;
}
.widget_categories ul li.current-cat > .count, .widget_categories ul li:hover > .count,
.widget_archive ul li.current-cat > .count,
.widget_archive ul li:hover > .count {
background-color: #4B5C66;
border: 1px solid #4B5C66;
color: #fff;
transition: all .3s;
}
.widget_categories ul li:focus,
.widget_archive ul li:focus {
outline: none;
}
.widget_categories ul li a,
.widget_archive ul li a {
border-bottom: 1px solid transparent;
transition: all .3s;
}
.widget_categories ul li a[aria-current="page"],
.widget_archive ul li a[aria-current="page"] {
color: #4B5C66;
border-bottom: 1px solid #4B5C66;
}
.widget_categories ul li a[aria-current="page"] + .count,
.widget_archive ul li a[aria-current="page"] + .count {
background-color: #4B5C66;
border: 1px solid #4B5C66;
color: #fff;
}
.widget_categories ul li .count,
.widget_archive ul li .count {
border: 1px solid transparent;
color: #000;
padding: 0 5px;
font-size: 13px;
border-radius: 20px;
min-width: 30px;
text-align: center;
transition: all .3s;
}
.widget_categories ul .children,
.widget_archive ul .children {
flex: 1 1 100%;
padding-left: 20px;
margin-top: 12px;
}
.widget_calendar caption {
margin-bottom: 8px;
font-weight: 600;
font-size: 16px;
}
.widget_calendar .calendar_wrap table {
width: 100%;
border: 1px solid #eee;
margin-bottom: 5px;
text-align: center;
}
.widget_calendar .calendar_wrap table th {
border-bottom: 1px solid #eee;
text-align: center;
padding: 5px 0;
background: #f5f5f5;
color: #000;
font-weight: 600;
}
.widget_calendar .calendar_wrap table td {
border-left: 1px solid #eee;
border-bottom: 1px solid #eee;
padding: 5px 0;
text-align: center;
}
.widget_pages ul {
padding: 0;
margin: 0;
list-style: none;
list-style-type: none;
}
.widget_pages ul li {
display: flex;
flex-wrap: wrap;
margin-bottom: 12px;
}
.widget_pages ul li:last-child {
margin-bottom: 0;
}
.widget_pages ul li:focus {
outline: none;
}
.widget_pages ul li a {
flex: 1 1 auto;
transition: all .3s;
}
.widget_pages ul .children {
flex: 1 1 100%;
padding-left: 20px;
margin-top: 12px;
}
.widget_meta ul {
padding: 0;
margin: 0;
list-style: none;
list-style-type: none;
}
.widget_meta ul li {
display: flex;
flex-wrap: wrap;
margin-bottom: 12px;
}
.widget_meta ul li:last-child {
margin-bottom: 0;
}
.widget_meta ul li:focus {
outline: none;
}
.widget_meta ul li a {
flex: 1 1 auto;
transition: all .3s;
}
.widget_recent_comments ul {
list-style: none;
list-style-type: none;
padding: 0;
margin: 0;
}
.widget_recent_comments ul li {
margin-bottom: 12px;
}
.widget_recent_comments ul li:last-child {
margin-bottom: 0;
}
.widget_recent_comments ul li:focus {
outline: none;
}
.widget_recent_comments ul li a {
color: #000;
flex: 1 1 auto;
transition: all .3s;
}
.widget_recent_comments ul li a:hover {
color: #4B5C66;
}
.widget_recent_comments ul li a:not(.url) {
font-weight: 600;
}
.widget_recent_entries ul {
list-style: none;
list-style-type: none;
padding: 0;
margin: 0;
}
.widget_recent_entries ul li {
margin-bottom: 12px;
}
.widget_recent_entries ul li:last-child {
margin-bottom: 0;
}
.widget_recent_entries ul li:focus {
outline: none;
}
.widget_recent_entries ul li a {
flex: 1 1 auto;
transition: all .3s;
}
.widget_rss > ul {
list-style: none;
list-style-type: none;
padding: 0;
margin: 0;
}
.widget_rss > ul li {
margin-bottom: 12px;
}
.widget_rss > ul li:last-child {
margin-bottom: 0;
}
.widget_rss > ul li:focus {
outline: none;
}
.widget_rss > ul li a {
color: #000;
font-weight: 600;
flex: 1 1 auto;
transition: all .3s;
}
.widget_rss > ul li a:hover {
color: #4B5C66;
}
.widget_rss > ul li .rssSummary {
font-weight: 500;
}
.widget_rss > ul li cite {
color: #000;
}
.widget_nav_menu ul {
list-style: none;
list-style-type: none;
padding: 0;
margin: 0;
}
.widget_nav_menu ul li {
margin-bottom: 12px;
}
.widget_nav_menu ul li:last-child {
margin-bottom: 0;
}
.widget_nav_menu ul li:focus {
outline: none;
}
.widget_nav_menu ul li a {
flex: 1 1 auto;
transition: all .3s;
}
.widget_nav_menu .sub-menu {
margin-top: 12px;
margin-left: 20px;
}
@media screen and (max-width: 1024px) {
.widget_nav_menu .sub-menu {
margin-left: 15px;
}
}
.search-form {
position: relative;
background-color: transparent;
border: 1px solid #eee;
border-radius: 12px;
}
.search-form label {
display: block;
margin-bottom: 0;
}
.search-form label input[type="search"] {
width: calc(100% - 60px);
height: 48px;
background-color: transparent;
border: none;
outline: none;
font-weight: 500;
padding-left: 20px;
padding-right: 5px;
}
.search-form label input[type="search"]::-moz-placeholder {
color: #9b9b9b;
opacity: 1;
}
.search-form label input[type="search"]:-ms-input-placeholder {
color: #9b9b9b;
}
.search-form label input[type="search"]::-webkit-input-placeholder {
color: #9b9b9b;
}
.search-form label input[type="search"]:focus {
border: none;
}
.search-form .search-submit {
color: rgba(155, 155, 155, 0.8);
width: 60px;
padding: 0;
position: absolute;
font-size: 0;
top: 0;
bottom: 0;
overflow: hidden;
border: none;
background: none;
outline: none;
right: 0;
}
.search-form .search-submit:hover {
color: #4B5C66;
}
.search-form .search-submit:before {
content: '\e92f';
font-family: "phosphor";
font-weight: 500;
position: absolute;
font-size: 20px;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.widget_tag_cloud .tagcloud a {
background-color: #f8f8f8;
border-radius: 3px;
color: #7e7e7e;
display: inline-block;
padding: 4px 12px;
font-size: 14px !important;
font-weight: 600;
text-transform: capitalize;
transition: all .3s;
margin: 6px 6px 0 0;
}
.widget_tag_cloud .tagcloud a:hover {
background-color: #4B5C66;
color: #fff;
transition: all .3s;
}
.dark-mode .widget_categories ul li:hover > a,
.dark-mode .widget_archive ul li:hover > a {
color: #4B5C66;
}
.dark-mode .widget_categories ul li:hover > .count,
.dark-mode .widget_archive ul li:hover > .count {
background-color: #4B5C66;
border: 1px solid #4B5C66;
color: #fff;
}
.dark-mode .widget_categories ul li .count,
.dark-mode .widget_archive ul li .count {
border: 1px solid #333;
color: #fff;
}
.dark-mode .widget_calendar .calendar_wrap table {
border: 1px solid #333;
}
.dark-mode .widget_calendar .calendar_wrap table th {
border-bottom: 1px solid #333;
background: #1d1d1d;
color: #fff;
}
.dark-mode .widget_calendar .calendar_wrap table td {
border-left: 1px solid #333;
border-bottom: 1px solid #333;
}
.dark-mode .widget_recent_comments ul li a {
color: #fff;
}
.dark-mode .widget_recent_comments ul li a:hover {
color: #4B5C66;
}
.dark-mode .widget_rss > ul li a {
color: #fff;
}
.dark-mode .widget_rss > ul li a:hover {
color: #4B5C66;
}
.dark-mode .widget_rss > ul li cite {
color: #fff;
}
.dark-mode .search-form {
border: 1px solid #333;
}
.dark-mode .search-form label input[type="search"]::-moz-placeholder {
color: #ababab;
opacity: 1;
}
.dark-mode .search-form label input[type="search"]:-ms-input-placeholder {
color: #ababab;
}
.dark-mode .search-form label input[type="search"]::-webkit-input-placeholder {
color: #ababab;
}
.dark-mode .search-form .search-submit {
color: rgba(171, 171, 171, 0.8);
}
.dark-mode .search-form .search-submit:hover {
color: #4B5C66;
}
.dark-mode .widget_tag_cloud .tagcloud a {
background-color: #333;
color: #ababab;
}
.dark-mode .widget_tag_cloud .tagcloud a:hover {
background-color: #4B5C66;
color: #fff;
}
.wp-block-tag-cloud a {
background-color: #f8f8f8;
border-radius: 3px;
color: #7e7e7e;
display: inline-block;
margin: 6px 4px 0 0;
padding: 4px 12px;
font-size: 15px !important;
text-transform: capitalize;
transition: all .3s;
}
.wp-block-tag-cloud a:hover {
background-color: #4B5C66;
color: #fff;
transition: all .3s;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
padding: 0;
border: none;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
padding: 0 60px 0 15px;
border-radius: 12px;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button svg {
fill: transparent;
}
.wp-block-rss__item-excerpt {
margin-top: 5px;
}
.wp-block-page-list {
padding: 0;
list-style: none;
}
.wp-block-page-list__item {
margin-bottom: 8px;
}
.wp-block-page-list__item:last-child {
margin-bottom: 0;
}
.wp-block-pages-list__item {
margin-bottom: 8px;
}
.wp-block-pages-list__item:last-child {
margin-bottom: 0;
}
.wp-block-pages-list__item__link {
transition: all .3s;
}
.wp-block-pages-list__item__link:hover {
transition: all .3s;
}
.wp-block-loginout label {
color: #000;
}
.wp-block-loginout .login-remember input {
position: relative;
top: -2px;
}
.wp-block-calendar .wp-calendar-table {
margin-bottom: 15px;
}
p.search-not-found {
margin-bottom: 15px;
}
#comments {
padding-top: 20px;
clear: both;
}
@media screen and (max-width: 767px) {
#comments {
padding-top: 0;
}
}
#comments .haru-heading {
text-align: center;
}
#comments .comment-list {
padding: 0;
margin: 0;
list-style: none;
list-style-type: none;
}
#comments .comment-list li.trackback .comment-body .author-avatar, #comments .comment-list li.pingback .comment-body .author-avatar {
width: 0;
}
#comments .comment-list li.trackback .comment-body .comment-text, #comments .comment-list li.pingback .comment-body .comment-text {
padding-left: 0;
}
#comments .comment-list li .comment-body {
padding: 10px 0;
margin-bottom: 10px;
}
#comments .comment-list li .author-avatar {
width: 90px;
float: left;
}
@media screen and (max-width: 767px) {
#comments .comment-list li .author-avatar {
width: 50px;
}
}
#comments .comment-list li .author-avatar img {
border-radius: 50%;
}
#comments .comment-list li .comment-text {
padding-left: 90px;
}
@media screen and (max-width: 767px) {
#comments .comment-list li .comment-text {
padding-left: 65px;
}
}
#comments .comment-list li .comment-text .author .author-name {
color: #000;
font-size: 16px;
font-weight: 600;
text-transform: capitalize;
}
@media screen and (max-width: 767px) {
#comments .comment-list li .comment-text .author .author-name {
font-size: 15px;
}
}
#comments .comment-list li .comment-text .author .author-name a {
color: #000;
font-weight: 600;
}
#comments .comment-list li .comment-text .author .author-name a:hover {
color: #4B5C66;
transition: all .3s;
}
#comments .comment-list li .comment-text .comment-meta .comment-meta-date {
font-size: 15px;
padding-top: 2px;
float: left;
}
#comments .comment-list li .comment-text .comment-meta .comment-meta-action a {
color: #000;
font-weight: 500;
font-size: 15px;
margin-left: 15px;
}
#comments .comment-list li .comment-text .comment-meta .comment-meta-action a:first-child {
padding-left: 15px;
border-left: 1px solid #eee;
}
#comments .comment-list li .comment-text .comment-meta .comment-meta-action a:hover {
color: #4B5C66;
}
#comments .comment-list li .comment-text .text {
margin-top: 6px;
line-height: 1.8;
}
#comments .comment-list li .children {
border-left: 1px solid #eee;
margin-left: 70px;
margin-bottom: 20px;
padding-left: 15px;
}
@media screen and (max-width: 991px) {
#comments .comment-list li .children {
margin-left: 35px;
padding-left: 10px;
}
}
@media screen and (max-width: 767px) {
#comments .comment-list li .children {
margin-left: 10px;
padding-left: 5px;
border-left: none;
}
}
#comments .comment-list .children {
list-style: none;
list-style-type: none;
}
#comments .comment-form {
text-align: center;
}
#comments .comment-respond {
padding-top: 15px;
padding-bottom: 25px;
}
@media screen and (max-width: 991px) {
#comments .comment-respond {
padding-top: 20px;
}
}
@media screen and (max-width: 767px) {
#comments .comment-respond {
padding-top: 10px;
}
}
#comments #respond-wrapper .comment-reply-title small,
#comments .comment-respond .comment-reply-title small {
font-size: 50%;
}
@media screen and (max-width: 767px) {
#comments #respond-wrapper .comment-reply-title small,
#comments .comment-respond .comment-reply-title small {
font-size: 14px;
font-weight: 500;
}
}
#comments #respond-wrapper .comment-reply-title a:not([style*="display: none"]),
#comments .comment-respond .comment-reply-title a:not([style*="display: none"]) {
margin-left: 20px;
}
@media screen and (max-width: 767px) {
#comments #respond-wrapper .comment-reply-title a:not([style*="display: none"]),
#comments .comment-respond .comment-reply-title a:not([style*="display: none"]) {
margin-left: 10px;
}
}
#comments #respond-wrapper .comment-form input[type=checkbox],
#comments .comment-respond .comment-form input[type=checkbox] {
position: relative;
top: -1px;
}
#comments #respond-wrapper .comment-form .logged-in-as,
#comments .comment-respond .comment-form .logged-in-as {
margin-top: -8px;
margin-bottom: 15px;
}
#comments #respond-wrapper .comment-form .logged-in-as a,
#comments .comment-respond .comment-form .logged-in-as a {
color: #000;
}
#comments #respond-wrapper .comment-form .logged-in-as a:hover,
#comments .comment-respond .comment-form .logged-in-as a:hover {
color: #4B5C66;
}
#comments #respond-wrapper .comment-form .comment-form-comment,
#comments .comment-respond .comment-form .comment-form-comment {
margin-bottom: 20px;
}
#comments #respond-wrapper .comment-form .form-submit,
#comments .comment-respond .comment-form .form-submit {
display: inline-block;
}
#comments #respond-wrapper .comment-form #cancel-comment-reply-link,
#comments .comment-respond .comment-form #cancel-comment-reply-link {
display: inline-block;
height: 48px;
border: 1px solid #4B5C66;
border-radius: 12px;
padding: 0 25px;
line-height: 46px;
font-weight: 600;
color: #4B5C66;
transition: all .3s;
margin-left: 15px;
}
#comments #respond-wrapper .comment-form #cancel-comment-reply-link:hover,
#comments .comment-respond .comment-form #cancel-comment-reply-link:hover {
background-color: #4B5C66;
color: #fff;
transition: all .3s;
}
#comments #respond-wrapper > .comment-respond {
padding-bottom: 0;
}
.comment-navigation {
margin-bottom: 20px;
text-align: right;
}
.comment-navigation span,
.comment-navigation a {
display: inline-block;
padding: 0 10px;
margin: 0 3px;
width: 30px;
height: 30px;
line-height: 30px;
border-radius: 12px;
font-weight: 600;
transition: all .3s;
}
.comment-navigation span:first-child,
.comment-navigation a:first-child {
margin-left: 0;
}
.comment-navigation span:last-child,
.comment-navigation a:last-child {
margin-right: 0;
}
.comment-navigation span.current {
background-color: #4B5C66;
color: #fff;
}
.comment-form-cookies-consent {
margin-bottom: 25px;
}
.dark-mode #comments .comment-list li .comment-text .author .author-name {
color: #fff;
}
.dark-mode #comments .comment-list li .comment-text .author .author-name a {
color: #fff;
}
.dark-mode #comments .comment-list li .comment-text .author .author-name a:hover {
color: #4B5C66;
transition: all .3s;
}
.dark-mode #comments .comment-list li .comment-text .comment-meta .comment-meta-action a {
color: #fff;
}
.dark-mode #comments .comment-list li .comment-text .comment-meta .comment-meta-action a:hover {
color: #4B5C66;
}
.dark-mode #comments .comment-list li .comment-text .comment-meta .comment-meta-action a:first-child {
border-left: 1px solid #333;
}
.dark-mode #comments .comment-list li .children {
border-left: 1px solid #333;
}
.dark-mode #comments .comment-list .children {
list-style: none;
list-style-type: none;
}
.dark-mode #comments #respond-wrapper .comment-form .logged-in-as a,
.dark-mode #comments .comment-respond .comment-form .logged-in-as a {
color: #fff;
}
.dark-mode #comments #respond-wrapper .comment-form .logged-in-as a:hover,
.dark-mode #comments .comment-respond .comment-form .logged-in-as a:hover {
color: #4B5C66;
}
.dark-mode .comment-navigation span,
.dark-mode .comment-navigation a {
color: #fff;
}
.dark-mode .comment-navigation span.current {
background-color: #fff;
color: #4B5C66;
}
.jp-audio .jp-play:before,
.jp-audio .jp-pause:before,
.jp-audio .jp-mute:before,
.jp-audio .jp-unmute:before {
font-family: "Font Awesome 5 Free";
font-weight: 700;
font-size: 16px;
line-height: 18px;
position: relative;
top: 2px;
}
.jp-audio .jp-play:before {
content: '\f04b';
}
.jp-audio .jp-pause:before {
content: '\f04c';
}
.jp-audio .jp-mute {
display: none;
}
.jp-audio .jp-mute:before {
content: '\f028';
}
.jp-audio .jp-unmute:before {
content: '\f026';
}
.jp-audio .jp-volume li {
margin-right: 3px;
}
.jp-audio .jp-volume li:last-child {
margin-right: 0;
}
.jp-audio .jp-interface {
height: 60px;
}
.jp-audio .jp-controls {
height: 60px;
line-height: 60px;
}
.jp-audio .jp-controls a {
color: #fff;
}
.jp-audio .jp-controls a:hover {
color: #4B5C66;
transition: all .3s;
}
.jp-audio .jp-progress {
width: calc(100% - 200px);
}
.jp-audio .jp-progress .jp-seek-bar {
height: 6px;
border-radius: 6px;
}
.jp-audio .jp-progress .jp-seek-bar .jp-play-bar {
background: #4B5C66;
border-radius: 6px;
}
.jp-audio .jp-volume .jp-volume-bar {
height: 6px;
border-radius: 6px;
}
.jp-audio .jp-volume .jp-volume-bar .jp-volume-bar-value {
background: #4B5C66;
height: 6px;
border-radius: 6px;
}  .product-top {
border-radius: 12px;
position: relative;
overflow: hidden;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.product-top {
-webkit-mask-image: -webkit-radial-gradient(white, black);
}
}
.product-top:hover .product-thumb-hover {
opacity: 1;
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
.product-thumbnail {
position: relative;
}
.product-thumbnail > a {
display: flex;
align-items: flex-start;
}
.product-thumbnail img {
width: 100%;
border-radius: 12px;
}
.product-label {
position: absolute;
left: 10px;
top: 10px;
z-index: 2;
}
.product-label__item {
display: block;
border-radius: 3px;
color: #fff;
font-size: 14px;
font-weight: 600;
padding: 0 6px;
margin-bottom: 3px;
line-height: 1.6;
text-align: center;
}
@media screen and (max-width: 767px) {
.product-label__item {
font-size: 13px;
}
}
.product-label__item:last-child {
margin-bottom: 0;
}
.product-label__item--onhot {
background-color: #f09155;
}
.product-label__item--onnew {
background-color: #b479d9;
}
.product-label__item--onsale {
background-color: #4B5C66;
}
.product-label__item--onsold {
background-color: #000;
display: none;
}
.product-thumb-hover {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
transition: opacity 0.5s ease, -webkit-transform 2s cubic-bezier(0, 0, 0.5, 1.2);
transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.5, 1.2);
transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.5, 1.2), -webkit-transform 2s cubic-bezier(0, 0, 0.5, 1.2);
}
.woocommerce-loop-product__title {
font-size: 18px;
margin-top: 20px;
margin-bottom: 5px;
transition: all .3s;
}
@media screen and (max-width: 1440px) {
.woocommerce-loop-product__title {
font-size: 17px;
}
}
@media screen and (max-width: 1024px) {
.woocommerce-loop-product__title {
font-size: 16px;
}
}
.woocommerce-loop-product__title:hover {
color: #4B5C66;
transition: all .3s;
}
.product-info {
text-align: center;
}
.product-info .product-button--add-to-cart {
display: none;
}
.product-info .button.product_type_customizable {
display: none;
}
.product-short-description {
display: none;
}
.product-item {   }
.product-item .product-varations .haru-variations-list {
display: flex;
flex-wrap: wrap;
}
.product-item .product-varations .haru-variations-list .variation {
margin: 0 3px;
cursor: pointer;
position: relative;
display: none;
}
.product-item .product-varations .haru-variations-list .variation:first-child {
margin-left: 0;
}
.product-item .product-varations .haru-variations-list .variation:last-child {
margin-right: 0;
}
.product-item .product-varations .haru-variations-list .variation:hover .button-tooltip {
opacity: 1;
visibility: visible;
-webkit-transform: translate(-50%, -10px);
transform: translate(-50%, -10px);
transition: all .3s ease-in-out 0s;
}
.product-item .product-varations .haru-variations-list .variation.selected {
border-color: #000;
}
.product-item .product-varations .haru-variations-list .variation:nth-child(-n+2) {
display: inline-flex;
}
.product-item .product-varations .haru-variations-list .variation.attribute-toggle {
color: #000;
display: inline-flex;
font-size: 14px;
}
.product-item .product-varations .haru-variations-list .variation.attribute-toggle .button-tooltip {
min-width: 75px;
text-align: center;
}
.product-item .product-varations .haru-variations-list .variation .button-tooltip {
padding: 1px 3px;
position: absolute;
text-transform: none;
display: inline-block;
min-width: 50px;
opacity: 0;
text-align: center;
visibility: hidden;
bottom: 100%;
left: 50%;
background: #555 !important;
color: #fff !important;
font-size: 12px !important;
line-height: 20px !important;
font-weight: 500;
border-radius: 3px;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
.product-item .product-varations .haru-variations-list .variation .button-tooltip:empty {
display: none;
}
.product-item .product-varations .haru-variations-list .variation .button-tooltip:after {
width: 0;
height: 0;
position: absolute;
bottom: -6px;
left: 50%;
content: "";
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 7px solid #555;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
.product-item .product-varations .haru-variations-list .variation-color {
border: 1px solid #eee;
width: 20px;
height: 20px;
border-radius: 50%;
}
.product-item .product-varations .haru-variations-list .variation-color .color-variation {
width: 14px;
height: 14px;
border-radius: 50%;
display: inline-block;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.product-item .product-varations .haru-variations-list .variation-label {
border: 1px solid #eee;
border-radius: 3px;
padding: 0 5px;
background-color: #fff;
color: #000;
font-size: 14px;
min-width: 30px;
justify-content: center;
}
.product-item .product-varations .haru-variations-list .variation-image {
border: 1px solid #eee;
border-radius: 3px;
}
.product-item .product-varations .haru-variations-list .variation-image img {
border-radius: 3px;
max-width: 24px;
}
.product-item .product-out-of-stock {
background-color: rgba(0, 0, 0, 0.5);
border-radius: 50%;
position: absolute;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-weight: 700;
font-size: 18px;
width: 45%;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
@media screen and (max-width: 1440px) {
.product-item .product-out-of-stock {
font-size: 17px;
}
}
@media screen and (max-width: 1024px) {
.product-item .product-out-of-stock {
font-size: 16px;
}
}
@media screen and (max-width: 991px) {
.product-item .product-out-of-stock {
font-size: 15px;
}
}
.product-item .product-out-of-stock:after {
content: '';
padding-bottom: 100%;
}
.product-item .product-actions a {
height: 40px !important;
line-height: 40px !important;
width: 40px !important;
padding: 0 !important;
border-radius: 50%;
color: #000 !important;
}
.product-item .product-actions a:before {
font-size: 20px;
font-weight: 500;
font-family: 'phosphor';
}
.product-item .product-actions > div:after {
background-color: #eee;
content: "";
width: 1px;
height: 20px;
right: 0;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
display: none;
}
.product-item .product-actions > div:last-child:after {
display: none;
}
.product-item .product-actions .yith-wcwl-add-to-wishlist {
margin-top: 0;
}
.product-item .product-actions .yith-wcwl-add-to-wishlist a {
display: block;
font-size: 0;
}
.product-item .product-actions .yith-wcwl-add-to-wishlist a:hover {
transition: all .3s;
}
.product-item .product-actions .yith-wcwl-add-to-wishlist a:before {
content: '\e901';
}
.product-item .product-actions .yith-wcwl-add-to-wishlist i {
display: none;
}
.product-item .product-actions .yith-wcwl-add-to-wishlist .ajax-loading {
display: none;
}
.product-item .product-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
.product-item .product-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
display: none;
}
.product-item .product-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.product-item .product-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
color: #4B5C66;
transition: all .3s;
}
.product-item .product-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.product-item .product-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
color: #4B5C66;
}
.product-item .product-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:hover a:before,
.product-item .product-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:hover a:before {
color: #fff;
}
.product-item .product-actions .product-button--compare {
font-size: 0;
}
.product-item .product-actions .product-button--compare a {
background: transparent !important;
color: #7e7e7e;
width: 48px;
height: 48px;
padding: 0;
border-radius: 50%;
}
.product-item .product-actions .product-button--compare a:before {
content: '\e926';
}
.product-item .product-actions .product-button--compare a:hover {
transition: all .3s;
}
.product-item .product-actions .product-button--compare a.compare-loading {
overflow: hidden;
}
.product-item .product-actions .product-button--add-to-cart a,
.product-item .product-actions .product-button--add-to-cart .add_to_cart_button,
.product-item .product-actions .product-button--add-to-cart .added_to_cart {
background: transparent !important;
color: #7e7e7e;
font-weight: 500;
}
.product-item .product-actions .product-button--add-to-cart a:before,
.product-item .product-actions .product-button--add-to-cart .add_to_cart_button:before,
.product-item .product-actions .product-button--add-to-cart .added_to_cart:before {
display: block;
content: '\e905';
font-family: 'phosphor';
font-size: 20px;
}
.product-item .product-actions .product-button--add-to-cart a.product_type_soldout:before,
.product-item .product-actions .product-button--add-to-cart .add_to_cart_button.product_type_soldout:before,
.product-item .product-actions .product-button--add-to-cart .added_to_cart.product_type_soldout:before {
content: '\e90a';
}
.product-item .product-actions .product-button--add-to-cart a.product_type_simple:before,
.product-item .product-actions .product-button--add-to-cart .add_to_cart_button.product_type_simple:before,
.product-item .product-actions .product-button--add-to-cart .added_to_cart.product_type_simple:before {
content: '\e905';
}
.product-item .product-actions .product-button--add-to-cart a.product_type_variable:before,
.product-item .product-actions .product-button--add-to-cart .add_to_cart_button.product_type_variable:before,
.product-item .product-actions .product-button--add-to-cart .added_to_cart.product_type_variable:before {
content: '\e906';
}
.product-item .product-actions .product-button--add-to-cart a.product_type_grouped:before,
.product-item .product-actions .product-button--add-to-cart .add_to_cart_button.product_type_grouped:before,
.product-item .product-actions .product-button--add-to-cart .added_to_cart.product_type_grouped:before {
content: '\e906';
}
.product-item .product-actions .product-button--add-to-cart a.product_type_external:before,
.product-item .product-actions .product-button--add-to-cart .add_to_cart_button.product_type_external:before,
.product-item .product-actions .product-button--add-to-cart .added_to_cart.product_type_external:before {
content: '\e906';
}
.product-item .product-actions .product-button--add-to-cart a.added,
.product-item .product-actions .product-button--add-to-cart .add_to_cart_button.added,
.product-item .product-actions .product-button--add-to-cart .added_to_cart.added {
display: none;
}
.product-item .product-actions .product-button--add-to-cart a.loading,
.product-item .product-actions .product-button--add-to-cart .add_to_cart_button.loading,
.product-item .product-actions .product-button--add-to-cart .added_to_cart.loading {
opacity: 1;
}
.product-item .product-actions .product-button--add-to-cart a.loading:before,
.product-item .product-actions .product-button--add-to-cart .add_to_cart_button.loading:before,
.product-item .product-actions .product-button--add-to-cart .added_to_cart.loading:before {
content: '\e95f';
-webkit-animation: iconSpin 2s linear infinite;
animation: iconSpin 2s linear infinite;
}
.product-item .product-actions .product-button--add-to-cart a:hover,
.product-item .product-actions .product-button--add-to-cart .add_to_cart_button:hover,
.product-item .product-actions .product-button--add-to-cart .added_to_cart:hover {
color: #4B5C66;
}
.product-item .product-actions .product-button--add-to-cart .added_to_cart {
font-size: 0;
}
.product-item .product-actions .product-button--add-to-cart .added_to_cart:before {
color: #4B5C66;
}
.product-item .product-actions .product-button--add-to-cart:hover .added_to_cart:before {
color: #fff;
}
.product-item .product-actions .product-button--quickview a {
display: block;
position: relative;
}
.product-item .product-actions .product-button--quickview a:before {
content: '\e92f';
}
.product-item.style-1 .product-varations {
margin-top: 8px;
z-index: 3;
transition: all .5s;
}
.product-item.style-1 .product-varations .haru-variations-list {
justify-content: center;
align-items: center;
}
.product-item.style-1 .product-actions {
display: flex;
flex-direction: column;
position: absolute;
right: 20px;
top: 20px;
opacity: 0;
visibility: hidden;
text-align: center;
z-index: 3;
transition: all .5s;
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
@media screen and (max-width: 1440px) {
.product-item.style-1 .product-actions {
right: 15px;
top: 15px;
}
}
.product-item.style-1 .product-actions .product-button {
flex: 1;
display: flex;
align-items: center;
justify-content: center;
position: relative;
background-color: #fff;
margin-bottom: 10px;
border-radius: 50%;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
transition: all .3s;
}
.product-item.style-1 .product-actions .product-button:last-child {
margin-bottom: 0;
}
.product-item.style-1 .product-actions .product-button:hover {
background-color: #4B5C66;
transition: all .3s;
}
.product-item.style-1 .product-actions .product-button:hover a {
color: #fff !important;
transition: all .3s;
}
.product-item.style-1 .product-actions a:hover {
background-color: transparent;
}
.product-item.style-1 .product-actions a:hover .button-tooltip {
opacity: 1;
visibility: visible;
transition: all 300ms ease-in-out 0s;
}
.product-item.style-1 .product-actions a .button-tooltip {
padding: 4px 8px;
position: absolute;
text-transform: none;
display: inline-block;
white-space: nowrap;
opacity: 0;
text-align: center;
visibility: hidden;
right: calc(100% + 6px);
top: 50%;
background: #000;
color: #fff;
border-radius: 3px;
font-size: 12px;
font-weight: 600;
line-height: 20px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.product-item.style-1 .product-actions a .button-tooltip:after {
width: 0;
height: 0;
position: absolute;
right: -6px;
top: 50%;
content: "";
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 7px solid #000;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.product-item.style-1 .product-design {
position: absolute;
bottom: 30px;
left: 50%;
-webkit-transform: translate(-50%, 15px);
transform: translate(-50%, 15px);
opacity: 0;
visibility: hidden;
transition: all .3s;
}
@media screen and (max-width: 767px) {
.product-item.style-1 .product-design {
bottom: 15px;
}
}
.product-item.style-1 .product-design .button {
height: 40px;
line-height: 40px;
background-color: #fff;
box-shadow: 0 4px 9px rgba(0, 0, 0, 0.05);
color: #000;
border-radius: 3px;
display: inline-flex;
align-items: center;
font-size: 16px;
}
@media screen and (max-width: 1440px) {
.product-item.style-1 .product-design .button {
font-size: 15px;
}
}
@media screen and (max-width: 1024px) {
.product-item.style-1 .product-design .button {
font-size: 14px;
}
}
.product-item.style-1 .product-design .button:before {
content: '\e91f';
font-family: 'phosphor';
font-size: 16px;
font-weight: 600;
margin-right: 3px;
}
.product-item.style-1 .product-design .button:hover {
background-color: #4B5C66;
color: #fff;
}
.product-item.style-1 .product-info {
position: relative;
}
.product-item.style-1 .star-rating {
font-size: 18px;
position: absolute;
top: 1px;
left: 50%;
line-height: 1;
opacity: 0;
visibility: hidden;
-webkit-transform: translate(-50%, 10px);
transform: translate(-50%, 10px);
transition: all .3s;
}
@media screen and (max-width: 1440px) {
.product-item.style-1 .star-rating {
font-size: 17px;
}
}
@media screen and (max-width: 1024px) {
.product-item.style-1 .star-rating {
font-size: 16px;
}
}
@media screen and (max-width: 991px) {
.product-item.style-1 .star-rating {
font-size: 15px;
}
}
.product-item.style-1 .price {
color: #9b9b9b;
font-size: 16px;
}
@media screen and (max-width: 1440px) {
.product-item.style-1 .price {
font-size: 15px;
}
}
@media screen and (max-width: 1024px) {
.product-item.style-1 .price {
font-size: 14px;
}
}
.product-item.style-1 .price .amount {
color: #4B5C66;
font-weight: 600;
}
.product-item.style-1 .price ins {
text-decoration: none;
}
.product-item.style-1 .price del {
margin-left: 6px;
}
.product-item.style-1 .price del .amount {
color: #9b9b9b;
font-weight: 600;
}
.product-item.style-1.has-rating:hover .woocommerce-loop-product__title {
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
.product-item.style-1.has-rating:hover .star-rating {
opacity: 1;
visibility: visible;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
transition: all .3s;
}
.product-item.style-1:hover .product-varations {
opacity: 1;
visibility: visible;
transition: all .3s;
}
.product-item.style-1:hover .product-actions {
opacity: 1;
visibility: visible;
-webkit-transform: translateX(0);
transform: translateX(0);
transition: all .3s;
}
.product-item.style-1:hover .product-design {
opacity: 1;
visibility: visible;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
transition: all .3s;
}
.product-item.style-1:hover .star-rating {
opacity: 1;
transition: all .3s;
}
.product-item.style-2 {
position: relative;
}
.product-item.style-2:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: calc(100% + 20px);
background: #fff;
box-shadow: 0 7px 30px rgba(0, 0, 0, 0.13);
border-radius: 12px;
opacity: 0;
visibility: hidden;
-webkit-transform: scale(0.96) translateY(0);
transform: scale(0.96) translateY(0);
transition: all .3s;
}
.product-item.style-2 .product-wrap {
transition: all .3s;
}
.product-item.style-2 .product-varations {
margin-top: 8px;
z-index: 3;
transition: all .5s;
}
.product-item.style-2 .product-varations .haru-variations-list {
justify-content: center;
align-items: center;
}
.product-item.style-2 .product-actions {
display: flex;
flex-direction: row;
position: absolute;
bottom: 20px;
left: 50%;
opacity: 0;
visibility: hidden;
text-align: center;
z-index: 3;
transition: all .3s;
-webkit-transform: translate(-50%, 15px);
transform: translate(-50%, 15px);
}
.product-item.style-2 .product-actions .product-button {
flex: 1;
display: flex;
align-items: center;
justify-content: center;
position: relative;
background-color: #fff;
margin: 0 5px;
border-radius: 50%;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
transition: all .3s;
}
.product-item.style-2 .product-actions .product-button:first-child {
margin-left: 0;
}
.product-item.style-2 .product-actions .product-button:last-child {
margin-right: 0;
}
.product-item.style-2 .product-actions .product-button:hover {
background-color: #4B5C66;
transition: all .3s;
}
.product-item.style-2 .product-actions .product-button:hover a {
color: #fff !important;
transition: all .3s;
}
.product-item.style-2 .product-actions a:hover {
background-color: transparent;
}
.product-item.style-2 .product-actions a:hover .button-tooltip {
opacity: 1;
visibility: visible;
-webkit-transform: translate(-50%, -6px);
transform: translate(-50%, -6px);
transition: all 300ms ease-in-out 0s;
}
.product-item.style-2 .product-actions a .button-tooltip {
padding: 4px 8px;
position: absolute;
text-transform: none;
display: inline-block;
white-space: nowrap;
opacity: 0;
text-align: center;
visibility: hidden;
background: #000;
color: #fff;
border-radius: 3px;
font-size: 12px;
font-weight: 600;
line-height: 20px;
bottom: 100%;
left: 50%;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
.product-item.style-2 .product-actions a .button-tooltip:after {
width: 0;
height: 0;
position: absolute;
right: auto;
top: auto;
bottom: -6px;
left: 50%;
content: "";
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 7px solid #000;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
.product-item.style-2 .product-design {
position: absolute;
top: calc(100% + 15px);
bottom: auto;
right: 0;
left: 0;
-webkit-transform: none;
transform: none;
opacity: 0;
visibility: hidden;
text-align: center;
transition: all .3s;
}
.product-item.style-2 .product-design .button {
height: 40px;
line-height: 40px;
background-color: #fff;
border: 2px solid #eee;
border-radius: 12px;
color: #000;
border-radius: 12px;
display: inline-flex;
align-items: center;
font-size: 16px;
}
@media screen and (max-width: 1440px) {
.product-item.style-2 .product-design .button {
font-size: 15px;
}
}
@media screen and (max-width: 1024px) {
.product-item.style-2 .product-design .button {
font-size: 14px;
}
}
.product-item.style-2 .product-design .button:before {
content: '\e91f';
font-family: 'phosphor';
font-size: 16px;
font-weight: 600;
margin-right: 3px;
}
.product-item.style-2 .product-design .button:hover {
border: 2px solid #4B5C66;
background-color: #4B5C66;
color: #fff;
}
.product-item.style-2 .product-info {
position: relative;
}
.product-item.style-2 .star-rating {
font-size: 18px;
position: absolute;
top: 1px;
left: 50%;
line-height: 1;
opacity: 0;
visibility: hidden;
-webkit-transform: translate(-50%, 10px);
transform: translate(-50%, 10px);
transition: all .3s;
}
@media screen and (max-width: 1440px) {
.product-item.style-2 .star-rating {
font-size: 17px;
}
}
@media screen and (max-width: 1024px) {
.product-item.style-2 .star-rating {
font-size: 16px;
}
}
@media screen and (max-width: 991px) {
.product-item.style-2 .star-rating {
font-size: 15px;
}
}
.product-item.style-2 .price {
color: #9b9b9b;
font-size: 16px;
}
@media screen and (max-width: 1440px) {
.product-item.style-2 .price {
font-size: 15px;
}
}
@media screen and (max-width: 1024px) {
.product-item.style-2 .price {
font-size: 14px;
}
}
.product-item.style-2 .price .amount {
color: #4B5C66;
font-weight: 600;
}
.product-item.style-2 .price ins {
text-decoration: none;
}
.product-item.style-2 .price del {
margin-left: 6px;
}
.product-item.style-2 .price del .amount {
color: #9b9b9b;
font-weight: 600;
}
.product-item.style-2.product-customize:before {
height: calc(100% + 75px);
transition: all .3s;
}
.product-item.style-2.has-rating:hover .woocommerce-loop-product__title {
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
.product-item.style-2.has-rating:hover .star-rating {
opacity: 1;
visibility: visible;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
transition: all .3s;
}
.product-item.style-2:hover {
z-index: 3;
}
.product-item.style-2:hover:before {
opacity: 1;
visibility: visible;
-webkit-transform: scale(1) translateY(-10px);
transform: scale(1) translateY(-10px);
transition: all .3s;
}
.product-item.style-2:hover .product-wrap {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
transition: all .3s;
}
.product-item.style-2:hover .product-varations {
opacity: 1;
visibility: visible;
transition: all .3s;
}
.product-item.style-2:hover .product-actions {
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
opacity: 1;
visibility: visible;
transition: all .3s;
}
.product-item.style-2:hover .product-design {
opacity: 1;
visibility: visible;
transition: all .3s;
}
.product-item.style-2:hover .star-rating {
opacity: 1;
transition: all .3s;
}
.product-item.product-category img {
border: 1px solid rgba(238, 238, 238, 0.5);
border-radius: 12px;
}
.product-item.product-category .count {
background-color: transparent;
color: #4B5C66;
display: none;
} @-webkit-keyframes iconSpin {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes iconSpin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.dark-mode .product-label__item {
color: #fff;
}
.dark-mode .product-label__item--onhot {
background-color: #000;
}
.dark-mode .product-label__item--onnew {
background-color: #000;
}
.dark-mode .product-label__item--onsale {
background-color: #000;
}
.dark-mode .product-label__item--onsold {
background-color: #000;
}
.dark-mode .product-item .product-varations .haru-variations-list .variation.selected {
border-color: #fff;
}
.dark-mode .product-item .product-actions {
background-color: #1d1d1d;
}
.dark-mode .product-item .product-actions > div:after {
background-color: #333;
}
.dark-mode .product-item .product-actions .product-button--compare a {
color: #ababab;
}
.dark-mode .product-item .product-actions .product-button--add-to-cart a,
.dark-mode .product-item .product-actions .product-button--add-to-cart .add_to_cart_button,
.dark-mode .product-item .product-actions .product-button--add-to-cart .added_to_cart {
color: #ababab;
}
.dark-mode .product-item .product-actions .product-button--add-to-cart a:hover,
.dark-mode .product-item .product-actions .product-button--add-to-cart .add_to_cart_button:hover,
.dark-mode .product-item .product-actions .product-button--add-to-cart .added_to_cart:hover {
color: #4B5C66;
}
.dark-mode .product-item .price {
color: #9b9b9b;
}
.dark-mode .product-item .price .amount {
color: #4B5C66;
font-weight: 700;
}
.dark-mode .product-item .price del .amount {
color: #9b9b9b;
} .elementor-editor-active .product-item .product-wrap > .product-button {
display: none;
}
.elementor-editor-active .product-item .product-wrap > .product_type_customizable {
display: none;
}
.woocommerce-products-header .page-description,
.woocommerce-products-header .term-description {
background: #f5f5f5;
padding: 15px 15px 5px 15px;
margin-bottom: 40px;
margin-left: 15px;
margin-right: 15px;
border-radius: 12px;
}
@media screen and (max-width: 767px) {
.woocommerce-products-header .page-description,
.woocommerce-products-header .term-description {
margin-bottom: 30px;
}
}
.woocommerce-products-header .page-description:empty,
.woocommerce-products-header .term-description:empty {
display: none;
}
.shop-filter {
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 10px;
max-width: 100%;
width: 100%;
position: relative;
}
@media screen and (max-width: 767px) {
.shop-filter {
display: block;
}
}
.shop-filter__sidebar-btn {
color: #000;
display: inline-flex;
align-items: center;
margin-right: 20px;
font-weight: 600;
text-transform: capitalize;
transition: all .3s;
}
@media screen and (max-width: 767px) {
.shop-filter__sidebar-btn {
display: flex;
margin-right: 0;
}
}
.shop-filter__sidebar-btn:before {
content: '\e931';
font-family: 'phosphor';
font-size: 24px;
font-weight: 500;
margin-right: 12px;
}
.shop-filter__sidebar-btn:hover {
cursor: pointer;
color: rgba(0, 0, 0, 0.6);
transition: all .3s;
}
.shop-filter__sidebar-btn-toggle {
border: 2px solid #eee;
border-radius: 12px;
color: #000;
display: inline-flex;
align-items: center;
font-weight: 600;
padding: 0 25px;
height: 48px;
line-height: 44px;
text-transform: capitalize;
transition: all .3s;
}
@media screen and (max-width: 767px) {
.shop-filter__sidebar-btn-toggle {
display: flex;
}
}
.shop-filter__sidebar-btn-toggle:before {
content: '\e970';
font-family: 'phosphor';
font-size: 24px;
font-weight: 500;
margin-right: 12px;
}
.shop-filter__sidebar-btn-toggle:hover {
cursor: pointer;
color: rgba(0, 0, 0, 0.6);
transition: all .3s;
}
.shop-filter__sidebar-btn-toggle.active {
background-color: #000;
border-color: #000;
color: #fff;
transition: all .3s;
}
.shop-filter__sidebar-btn-toggle.active:before {
content: '\e919';
font-family: 'haruicons';
font-weight: 500;
}
.shop-filter__layout {
display: inline-flex;
align-items: center;
margin-left: 30px;
}
@media screen and (max-width: 767px) {
.shop-filter__layout {
margin-left: 0;
}
}
.shop-filter__label {
font-weight: 500;
color: #000;
margin-right: 10px;
}
.shop-filter__grid, .shop-filter__list {
position: relative;
padding: 0 5px;
}
.shop-filter__grid:hover, .shop-filter__list:hover {
cursor: pointer;
color: rgba(0, 0, 0, 0.8);
}
.shop-filter__grid.active, .shop-filter__list.active {
color: #000;
pointer-events: none;
}
.shop-filter__grid:before, .shop-filter__list:before {
display: block;
font-family: 'phosphor';
font-size: 32px;
}
.shop-filter__grid {
padding-left: 0;
}
.shop-filter__grid:before {
content: '\e91e';
}
.shop-filter__list {
padding-right: 0;
}
.shop-filter__list:before {
content: '\e927';
}
.shop-filter__catalog {
flex: 1;
display: flex;
align-items: center;
}
@media screen and (max-width: 767px) {
.shop-filter__catalog {
display: block;
}
}
.shop-filter.hidden-fixed {
margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
.shop-filter.hidden-fixed .woocommerce-result-count {
right: 0;
top: 8px;
bottom: auto;
}
}
@media screen and (max-width: 767px) {
.shop-filter.hidden-fixed .shop-filter__catalog {
display: inline-flex;
margin-top: 10px;
}
}
@media screen and (max-width: 767px) {
.shop-filter.hidden-fixed .shop-filter__layout {
margin-left: 30px;
}
}
.shop-filter.hidden-toggle {
margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
.shop-filter.hidden-toggle {
display: flex;
}
}
.shop-filter.hidden-toggle .shop-filter__sidebar-btn-toggle {
order: 2;
}
@media screen and (max-width: 767px) {
.shop-filter.hidden-toggle .shop-filter__sidebar-btn-toggle {
order: 4;
flex: 0 0 100%;
justify-content: center;
}
}
.shop-filter.hidden-toggle .shop-filter__catalog {
order: 1;
flex: 0 0 auto;
margin-right: auto;
}
.shop-filter.hidden-toggle .shop-filter__catalog .woocommerce-ordering {
display: none;
}
.shop-filter.hidden-toggle .shop-filter__layout {
order: 3;
}
@media screen and (max-width: 767px) {
.shop-filter.hidden-toggle .shop-filter__layout {
flex: 0 0 100%;
}
}
@media screen and (max-width: 767px) {
.shop-filter.hidden-toggle .woocommerce-result-count {
right: 0;
top: 13px;
bottom: auto;
}
}
@media screen and (max-width: 767px) {
.shop-filter .woocommerce-result-count {
position: absolute;
right: 0;
bottom: 16px;
}
}
.filters-area {
padding-bottom: 30px;
padding-top: 30px;
margin-bottom: 40px;
border-bottom: 1px solid #eee;
border-top: 1px solid #eee;
display: none;
}
.filters-area__content {
display: flex;
flex-wrap: wrap;
margin: 0 -15px -30px -15px;
}
@media screen and (max-width: 991px) {
.filters-area__content {
margin: 0 -8px;
}
}
.filters-area .widget {
flex: 0 0 25%;
padding: 0 15px;
}
@media screen and (max-width: 991px) {
.filters-area .widget {
padding: 0 8px;
flex: 0 0 50%;
}
}
@media screen and (max-width: 767px) {
.filters-area .widget {
flex: 0 0 100%;
}
}
.filters-area .widget .widget-title {
font-size: 18px;
}
@media screen and (max-width: 1440px) {
.filters-area .widget .widget-title {
font-size: 17px;
}
}
@media screen and (max-width: 1024px) {
.filters-area .widget .widget-title {
font-size: 16px;
}
}
.filters-area .haru-scroll-widget {
max-height: 200px;
}
.filters-area .haru-widget-scroll ul {
max-height: 200px;
}
.haru-active-filters {
margin-top: -15px;
margin-bottom: 20px;
min-height: 1px;
}
.haru-active-filters .haru-clear-filters {
display: inline-block;
vertical-align: middle;
margin-bottom: 5px;
margin-right: 15px;
padding-right: 15px;
position: relative;
text-transform: capitalize;
}
.haru-active-filters .haru-clear-filters:after {
content: '';
position: absolute;
right: -2px;
top: 50%;
width: 1px;
height: 16px;
background-color: rgba(0, 0, 0, 0.4);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.haru-active-filters .haru-clear-filters > a {
position: relative;
font-weight: 600;
font-size: 15px;
line-height: 1;
color: #000;
transition: all .3s;
}
.haru-active-filters .haru-clear-filters > a:before {
content: '\e919';
font-family: 'haruicons';
font-weight: 500;
position: relative;
bottom: -1px;
margin-right: 2px;
}
.haru-active-filters .haru-clear-filters > a:hover {
color: rgba(0, 0, 0, 0.5);
transition: all .3s;
}
.haru-active-filters .widget_layered_nav_filters {
display: inline-block;
vertical-align: middle;
line-height: 1;
}
.haru-active-filters .widget_layered_nav_filters li {
display: inline-block;
margin-bottom: 5px !important;
margin-right: 10px;
}
.haru-active-filters .widget_layered_nav_filters a {
padding: 2px 10px;
background-color: #f5f5f5;
border-radius: 3px;
}
.haru-active-filters ul {
list-style: none;
padding: 0;
margin: 0;
}
.woocommerce-result-count {
color: #000;
margin: 0;
}
.woocommerce-ordering {
display: inline-flex;
align-items: center;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
vertical-align: middle;
margin-left: auto;
}
@media screen and (max-width: 767px) {
.woocommerce-ordering {
display: flex;
}
}
.woocommerce-ordering select {
color: #000;
cursor: pointer;
}
.woocommerce-ordering select:focus {
border-color: transparent;
}
.archive-product .layout-grid {
margin: 0 -15px;
}
@media screen and (max-width: 991px) {
.archive-product .layout-grid {
margin: 0 -10px;
}
}
@media screen and (max-width: 767px) {
.archive-product .layout-grid {
margin: 0 -8px;
}
}
.archive-product .layout-grid .product-item.product-category, .archive-product .layout-grid .product-item.style-1 {
padding: 0 15px;
margin-bottom: 35px;
}
@media screen and (max-width: 991px) {
.archive-product .layout-grid .product-item.product-category, .archive-product .layout-grid .product-item.style-1 {
padding: 0 10px;
}
}
@media screen and (max-width: 767px) {
.archive-product .layout-grid .product-item.product-category, .archive-product .layout-grid .product-item.style-1 {
padding: 0 8px;
}
}
.archive-product .layout-grid .product-item.style-2 {
padding: 15px 15px 0 15px;
margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
.archive-product .layout-grid .product-item.style-2 {
padding: 10px 10px 0 10px;
}
}
@media screen and (max-width: 767px) {
.archive-product .layout-grid .product-item.style-2 {
padding: 8px 8px 0 8px;
}
}
.archive-product .layout-grid .product-short-description {
display: none;
}
.archive-product .layout-list .product-item.product-category, .archive-product .layout-list .product-item.style-1 {
margin-bottom: 30px;
padding-bottom: 30px;
border-bottom: 1px solid #eee;
}
@media screen and (max-width: 767px) {
.archive-product .layout-list .product-item.product-category, .archive-product .layout-list .product-item.style-1 {
padding-bottom: 15px;
}
}
.archive-product .layout-list .product-item.product-category:last-child, .archive-product .layout-list .product-item.style-1:last-child {
border: none;
padding-bottom: 0;
}
.archive-product .layout-list .product-item.product-category.outofstock, .archive-product .layout-list .product-item.style-1.outofstock {
padding-bottom: 0;
}
.archive-product .layout-list .product-item.product-category.outofstock .product-info, .archive-product .layout-list .product-item.style-1.outofstock .product-info {
margin-bottom: 0;
}
.archive-product .layout-list .product-item.product-category .product-wrap, .archive-product .layout-list .product-item.style-1 .product-wrap {
display: flex;
align-items: start;
flex-direction: row;
flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
.archive-product .layout-list .product-item.product-category .product-wrap, .archive-product .layout-list .product-item.style-1 .product-wrap {
display: block;
}
}
.archive-product .layout-list .product-item.product-category .product-top, .archive-product .layout-list .product-item.style-1 .product-top {
flex: 0 0 260px;
margin-right: 30px;
}
@media screen and (max-width: 1024px) {
.archive-product .layout-list .product-item.product-category .product-top, .archive-product .layout-list .product-item.style-1 .product-top {
margin-right: 25px;
}
}
@media screen and (max-width: 991px) {
.archive-product .layout-list .product-item.product-category .product-top, .archive-product .layout-list .product-item.style-1 .product-top {
margin-right: 20px;
}
}
@media screen and (max-width: 767px) {
.archive-product .layout-list .product-item.product-category .product-top, .archive-product .layout-list .product-item.style-1 .product-top {
margin-right: 0;
}
}
.archive-product .layout-list .product-item.product-category .woocommerce-loop-product__title, .archive-product .layout-list .product-item.style-1 .woocommerce-loop-product__title {
margin-top: 0;
font-size: 24px;
}
@media screen and (max-width: 1440px) {
.archive-product .layout-list .product-item.product-category .woocommerce-loop-product__title, .archive-product .layout-list .product-item.style-1 .woocommerce-loop-product__title {
font-size: 22px;
}
}
@media screen and (max-width: 1024px) {
.archive-product .layout-list .product-item.product-category .woocommerce-loop-product__title, .archive-product .layout-list .product-item.style-1 .woocommerce-loop-product__title {
font-size: 20px;
}
}
@media screen and (max-width: 991px) {
.archive-product .layout-list .product-item.product-category .woocommerce-loop-product__title, .archive-product .layout-list .product-item.style-1 .woocommerce-loop-product__title {
font-size: 18px;
}
}
.archive-product .layout-list .product-item.product-category .product-info, .archive-product .layout-list .product-item.style-1 .product-info {
flex: 1 1 auto;
}
@media screen and (max-width: 767px) {
.archive-product .layout-list .product-item.product-category .product-info, .archive-product .layout-list .product-item.style-1 .product-info {
margin-top: 20px;
margin-bottom: 15px;
}
}
.archive-product .layout-list .product-item.product-category .price, .archive-product .layout-list .product-item.style-1 .price {
display: block;
font-size: 20px;
padding-top: 3px;
}
@media screen and (max-width: 1440px) {
.archive-product .layout-list .product-item.product-category .price, .archive-product .layout-list .product-item.style-1 .price {
font-size: 18px;
}
}
@media screen and (max-width: 1024px) {
.archive-product .layout-list .product-item.product-category .price, .archive-product .layout-list .product-item.style-1 .price {
font-size: 16px;
}
}
.archive-product .layout-list .product-item.product-category .product-varations .haru-variations-list, .archive-product .layout-list .product-item.style-1 .product-varations .haru-variations-list {
justify-content: flex-start;
}
.archive-product .layout-list .product-item.product-category .product-short-description, .archive-product .layout-list .product-item.style-1 .product-short-description {
display: block;
margin-top: 10px;
}
.archive-product .layout-list .product-item.product-category .product-short-description:empty, .archive-product .layout-list .product-item.style-1 .product-short-description:empty {
display: none;
}
.archive-product .layout-list .product-item.product-category.has-rating .star-rating, .archive-product .layout-list .product-item.style-1.has-rating .star-rating {
position: relative;
left: 0;
top: 0;
opacity: 1;
visibility: visible;
-webkit-transform: none;
transform: none;
margin: 10px 0;
}
.archive-product .layout-list .product-item.product-category.has-rating:hover .woocommerce-loop-product__title, .archive-product .layout-list .product-item.style-1.has-rating:hover .woocommerce-loop-product__title {
opacity: 1;
visibility: visible;
-webkit-transform: none;
transform: none;
}
.archive-product .layout-list .product-item.style-2 {
margin-bottom: 30px;
padding-bottom: 30px;
border-bottom: 1px solid #eee;
}
@media screen and (max-width: 767px) {
.archive-product .layout-list .product-item.style-2 {
padding-bottom: 15px;
}
}
.archive-product .layout-list .product-item.style-2:last-child {
border: none;
padding-bottom: 0;
}
.archive-product .layout-list .product-item.style-2:before {
display: none;
}
.archive-product .layout-list .product-item.style-2.outofstock {
padding-bottom: 0;
}
.archive-product .layout-list .product-item.style-2.outofstock .product-info {
margin-bottom: 0;
}
.archive-product .layout-list .product-item.style-2 .product-wrap {
display: flex;
align-items: start;
flex-direction: row;
flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
.archive-product .layout-list .product-item.style-2 .product-wrap {
display: block;
}
}
.archive-product .layout-list .product-item.style-2 .product-top {
flex: 0 0 260px;
margin-right: 30px;
}
@media screen and (max-width: 1024px) {
.archive-product .layout-list .product-item.style-2 .product-top {
margin-right: 25px;
}
}
@media screen and (max-width: 991px) {
.archive-product .layout-list .product-item.style-2 .product-top {
margin-right: 20px;
}
}
@media screen and (max-width: 767px) {
.archive-product .layout-list .product-item.style-2 .product-top {
margin-right: 0;
}
}
.archive-product .layout-list .product-item.style-2 .woocommerce-loop-product__title {
margin-top: 0;
font-size: 24px;
}
@media screen and (max-width: 1440px) {
.archive-product .layout-list .product-item.style-2 .woocommerce-loop-product__title {
font-size: 22px;
}
}
@media screen and (max-width: 1024px) {
.archive-product .layout-list .product-item.style-2 .woocommerce-loop-product__title {
font-size: 20px;
}
}
@media screen and (max-width: 991px) {
.archive-product .layout-list .product-item.style-2 .woocommerce-loop-product__title {
font-size: 18px;
}
}
@media screen and (max-width: 767px) {
.archive-product .layout-list .product-item.style-2 .product-info {
margin-top: 20px;
margin-bottom: 15px;
}
}
.archive-product .layout-list .product-item.style-2 .price {
display: block;
font-size: 20px;
padding-top: 3px;
}
@media screen and (max-width: 1440px) {
.archive-product .layout-list .product-item.style-2 .price {
font-size: 18px;
}
}
@media screen and (max-width: 1024px) {
.archive-product .layout-list .product-item.style-2 .price {
font-size: 16px;
}
}
.archive-product .layout-list .product-item.style-2 .product-design {
opacity: 1;
visibility: visible;
}
.archive-product .layout-list .product-item.style-2 .product-short-description {
display: block;
margin-top: 10px;
}
.archive-product .layout-list .product-item.style-2 .product-short-description:empty {
display: none;
}
.archive-product .layout-list .product-item.style-2 .product-varations .haru-variations-list {
justify-content: flex-start;
}
.archive-product .layout-list .product-item.style-2.has-rating .star-rating {
position: relative;
left: 0;
top: 0;
opacity: 1;
visibility: visible;
-webkit-transform: none;
transform: none;
margin: 10px 0;
}
.archive-product .layout-list .product-item.style-2.has-rating:hover .woocommerce-loop-product__title {
opacity: 1;
visibility: visible;
-webkit-transform: none;
transform: none;
}
.archive-product .layout-list .product-item.style-2:hover .product-wrap {
-webkit-transform: none;
transform: none;
}
.archive-product .layout-list .product-item .product-varations .haru-variations-list .variation-color {
width: 26px;
height: 26px;
}
.archive-product .layout-list .product-item .product-varations .haru-variations-list .variation-color .color-variation {
width: 20px;
height: 20px;
}
.archive-product .layout-list .product-item .product-varations .haru-variations-list .variation-label {
min-width: 36px;
}
.archive-product .layout-list .product-item .product-varations .haru-variations-list .variation-image img {
max-width: 30px;
}
@media screen and (max-width: 767px) {
.archive-product.subcategories .shop-filter {
display: flex;
margin-bottom: 20px;
}
}
@media screen and (max-width: 767px) {
.archive-product.subcategories .layout-list {
display: flex;
flex-wrap: wrap;
margin: 0 -8px;
}
}
@media screen and (max-width: 767px) {
.archive-product.both .layout-list .product-item.product-category {
width: 100%;
padding-left: 0;
padding-right: 0;
}
}
@media screen and (max-width: 767px) {
.archive-product.both .layout-list .product-item.product-category .woocommerce-loop-category__title {
font-size: 18px;
}
}
@media screen and (max-width: 767px) {
.archive-product.both .layout-list .product-item.product-category .woocommerce-loop-category__count {
font-size: 16px;
}
}
.woocommerce-loop-category__title {
font-size: 18px;
margin-top: 10px;
margin-bottom: 5px;
text-align: center;
transition: all .3s;
}
@media screen and (max-width: 1440px) {
.woocommerce-loop-category__title {
font-size: 17px;
}
}
@media screen and (max-width: 1024px) {
.woocommerce-loop-category__title {
font-size: 16px;
}
}
.woocommerce-loop-category__title:hover {
color: #4B5C66;
transition: all .3s;
}
.woocommerce-loop-category__count {
font-size: 16px;
text-align: center;
transition: all .3s;
}
@media screen and (max-width: 1440px) {
.woocommerce-loop-category__count {
font-size: 15px;
}
}
@media screen and (max-width: 1024px) {
.woocommerce-loop-category__count {
font-size: 14px;
}
}
@media screen and (max-width: 767px) {
.layout-list .product-item.product-category {
width: 50%;
padding-bottom: 0 !important;
border-bottom: 0 !important;
padding-left: 8px;
padding-right: 8px;
margin-bottom: 35px !important;
}
}
.layout-list .product-item.product-category a {
display: flex;
}
@media screen and (max-width: 767px) {
.layout-list .product-item.product-category a {
display: block;
}
}
.layout-list .product-item.product-category img {
flex: 0 0 260px;
max-width: 260px;
margin-right: 30px;
}
@media screen and (max-width: 767px) {
.layout-list .product-item.product-category img {
margin-right: 0;
max-width: 100%;
}
}
.layout-list .product-item.product-category .woocommerce-loop-category__content {
flex: 1 1 auto;
}
.layout-list .product-item.product-category .woocommerce-loop-category__title {
margin-top: 0;
font-size: 22px;
text-align: left;
}
@media screen and (max-width: 1440px) {
.layout-list .product-item.product-category .woocommerce-loop-category__title {
font-size: 20px;
}
}
@media screen and (max-width: 1024px) {
.layout-list .product-item.product-category .woocommerce-loop-category__title {
font-size: 18px;
}
}
@media screen and (max-width: 767px) {
.layout-list .product-item.product-category .woocommerce-loop-category__title {
font-size: 16px;
margin-top: 10px;
text-align: center;
}
}
.layout-list .product-item.product-category .woocommerce-loop-category__count {
text-align: left;
}
@media screen and (max-width: 767px) {
.layout-list .product-item.product-category .woocommerce-loop-category__count {
text-align: center;
}
}
.layout-list .product-item .product-actions .product-button--add-to-cart {
display: none;
}
.layout-list .product-info {
text-align: left;
}
.layout-list .product-info .product-button {
text-transform: capitalize;
}
.layout-list .product-info .product-button--add-to-cart {
display: inline-block;
margin-top: 20px;
}
.layout-list .product-info .product-button--add-to-cart .button {
padding: 0 35px;
}
@media screen and (max-width: 767px) {
.layout-list .product-info .product-button--add-to-cart .button {
padding: 0 30px;
}
}
.layout-list .product-info .product-button--add-to-cart .add_to_cart_button.added {
display: none;
}
.layout-list .product-info .product-button--add-to-cart .added_to_cart {
border-radius: 12px;
background: #4B5C66;
color: #fff;
display: inline-block;
font-weight: 700;
outline: none;
border: none;
height: 48px;
line-height: 48px;
padding: 0 35px;
transition: all .3s;
}
@media screen and (max-width: 767px) {
.layout-list .product-info .product-button--add-to-cart .added_to_cart {
padding: 0 30px;
}
}
.layout-list .product-info .product-button--add-to-cart .added_to_cart:hover {
background-color: #24925d;
transition: all .3s;
}
.layout-list .product-info .product-button .product_type_soldout {
display: none;
}
.layout-list .product-info .product-design {
position: relative;
display: inline-block;
margin-left: 15px;
bottom: -1px;
}
.layout-list .product-info .product-design .button {
height: 48px;
line-height: 48px;
padding: 0 35px;
}
@media screen and (max-width: 1440px) {
.layout-list .product-info .product-design .button {
font-size: inherit;
}
}
@media screen and (max-width: 767px) {
.layout-list .product-info .product-design .button {
padding: 0 30px;
}
}
.woocommerce-pagination {
padding-top: 50px;
text-align: center;
}
@media screen and (max-width: 1440px) {
.woocommerce-pagination {
padding-top: 45px;
}
}
@media screen and (max-width: 1024px) {
.woocommerce-pagination {
padding-top: 40px;
}
}
@media screen and (max-width: 991px) {
.woocommerce-pagination {
padding-top: 35px;
}
}
@media screen and (max-width: 767px) {
.woocommerce-pagination {
padding-top: 30px;
}
}
.woocommerce-pagination .page-numbers {
border: none;
padding: 0;
margin: 0;
}
.woocommerce-pagination .page-numbers li {
display: inline-block;
border: none;
}
.woocommerce-pagination .page-numbers li span,
.woocommerce-pagination .page-numbers li a {
display: inline-block;
padding: 0 10px;
color: #000;
margin: 0;
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 50%;
font-weight: 700;
transition: all .3s;
}
@media screen and (max-width: 767px) {
.woocommerce-pagination .page-numbers li span,
.woocommerce-pagination .page-numbers li a {
width: 36px;
height: 36px;
line-height: 36px;
}
}
.woocommerce-pagination .page-numbers li span.next:before,
.woocommerce-pagination .page-numbers li a.next:before {
content: '\e919';
font-family: 'phosphor';
}
.woocommerce-pagination .page-numbers li span.prev:before,
.woocommerce-pagination .page-numbers li a.prev:before {
content: '\e918';
font-family: 'phosphor';
}
.woocommerce-pagination .page-numbers li span.current {
background-color: #000;
color: #fff;
}
.woocommerce-pagination .page-numbers li a:hover, .woocommerce-pagination .page-numbers li a:focus {
background: transparent;
color: #4B5C66;
transition: all .3s;
}
html.hidden-sidebar-in {
overflow-y: hidden;
}
.archive-sidebar.hidden-sidebar {
position: fixed;
top: 0;
left: 0;
width: 350px;
height: 100vh;
background-color: #fff;
z-index: 102;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
transition: all .3s;
}
.archive-sidebar.hidden-sidebar.in {
-webkit-transform: translateX(0);
transform: translateX(0);
transition: all .3s;
}
.hidden-sidebar__header {
padding: 10px;
border-bottom: 1px solid #eee;
height: 50px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.hidden-sidebar__close {
display: inline-flex;
align-items: center;
color: #000;
font-weight: 500;
transition: all .3s;
}
.hidden-sidebar__close:before {
content: '\e919';
font-family: 'haruicons';
font-weight: 500;
font-size: 20px;
}
.hidden-sidebar__close:hover {
cursor: pointer;
color: #4B5C66;
transition: all .3s;
}
.hidden-sidebar__content {
padding: 40px 0;
height: calc(100% - 50px);
overflow-y: auto;
}
.hidden-sidebar__content aside {
padding: 0 30px 30px 30px;
margin-bottom: 30px;
border-bottom: 1px solid #eee;
}
.hidden-sidebar__content aside:last-child {
padding-bottom: 0;
margin-bottom: 0;
border-bottom: none;
}
.admin-bar .archive-sidebar.hidden-sidebar {
top: 32px;
height: calc(100vh - 32px);
}
@media screen and (max-width: 782px) {
.admin-bar .archive-sidebar.hidden-sidebar {
top: 46px;
height: calc(100vh - 46px);
}
}
.hidden-sidebar-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.8);
z-index: 101;
opacity: 0;
visibility: hidden;
transition: all .3s;
}
.hidden-sidebar-overlay.in {
opacity: 1;
visibility: visible;
transition: all .3s;
}
.hidden-sidebar-overlay:hover {
cursor: url(//adm-textile.fr/wp-content/themes/teespace-child/assets/images/close-white.svg), auto;
}
.archive-content.has-hidden-sidebar .woocommerce-result-count {
margin-left: auto;
}
.archive-content.has-hidden-sidebar .woocommerce-ordering {
margin-left: 25px;
}
@media screen and (max-width: 767px) {
.archive-content.has-hidden-sidebar .woocommerce-ordering {
margin-left: 0;
}
}
.hidden-on-desktop {
display: none;
}
@media screen and (max-width: 991px) {
.hidden-on-desktop.shop-filter__sidebar-btn, .hidden-on-desktop.shop-filter__sidebar-btn-toggle {
display: flex;
}
}
@media screen and (max-width: 991px) {
.hidden-on-mobile {
display: none;
}
}
.dark-mode .woocommerce-products-header .term-description {
background: #333;
}
.dark-mode .shop-filter__layout {
border: 1px solid #333;
}
.dark-mode .woocommerce-ordering select {
color: #fff;
}
.dark-mode .archive-product .layout-list .product-item {
border-bottom: 1px solid #333;
}
.dark-mode .archive-product .layout-list .product-item:last-child {
border: none;
}
.dark-mode .woocommerce-pagination .page-numbers li span,
.dark-mode .woocommerce-pagination .page-numbers li a {
color: #fff;
}
.dark-mode .woocommerce-pagination .page-numbers li a:hover, .dark-mode .woocommerce-pagination .page-numbers li a:focus {
color: #4B5C66;
}
html.overflow-hidden {
overflow: hidden;
}
.haru-single-product .related,
.haru-single-product .upsells {
padding-top: 60px;
border-top: 1px solid #eee;
}
@media screen and (max-width: 1440px) {
.haru-single-product .related,
.haru-single-product .upsells {
padding-top: 50px;
}
}
@media screen and (max-width: 1024px) {
.haru-single-product .related,
.haru-single-product .upsells {
padding-top: 40px;
}
}
@media screen and (max-width: 767px) {
.haru-single-product .related,
.haru-single-product .upsells {
margin-top: 40px;
}
}
.haru-single-product .related .haru-heading,
.haru-single-product .upsells .haru-heading {
text-align: center;
}
.haru-single-product .related .related-products,
.haru-single-product .upsells .related-products {
margin: 0;
padding: 0;
}
.haru-single-product .related .related-products .product,
.haru-single-product .upsells .related-products .product {
width: 100%;
}
.haru-single-product .related .haru-slick,
.haru-single-product .upsells .haru-slick {
padding: 15px 0 0;
margin: 0 -15px;
}
@media screen and (max-width: 991px) {
.haru-single-product .related .haru-slick,
.haru-single-product .upsells .haru-slick {
padding: 10px 0 0;
margin: 0 -10px;
}
}
@media screen and (max-width: 767px) {
.haru-single-product .related .haru-slick,
.haru-single-product .upsells .haru-slick {
padding: 5px 0 0;
margin: 0 -8px;
}
}
@media screen and (max-width: 767px) {
.haru-single-product .related .haru-slick,
.haru-single-product .upsells .haru-slick {
max-width: calc(100vw - 16px);
}
}
.haru-single-product .related .haru-slick .slick-slide,
.haru-single-product .upsells .haru-slick .slick-slide {
padding: 0 15px;
}
@media screen and (max-width: 991px) {
.haru-single-product .related .haru-slick .slick-slide,
.haru-single-product .upsells .haru-slick .slick-slide {
padding: 0 10px;
}
}
@media screen and (max-width: 767px) {
.haru-single-product .related .haru-slick .slick-slide,
.haru-single-product .upsells .haru-slick .slick-slide {
padding: 0 8px;
}
}
.haru-single-product .related .haru-slick .slick-next,
.haru-single-product .upsells .haru-slick .slick-next {
right: -60px;
}
.haru-single-product .related .haru-slick .slick-prev,
.haru-single-product .upsells .haru-slick .slick-prev {
left: -60px;
}
.haru-single-product .related .haru-slick .slick-dots,
.haru-single-product .upsells .haru-slick .slick-dots {
margin: 20px 0 0;
}
@media screen and (max-width: 1440px) {
.haru-single-product .related .haru-slick .slick-dots,
.haru-single-product .upsells .haru-slick .slick-dots {
margin: 15px 0 0;
}
}
@media screen and (max-width: 1024px) {
.haru-single-product .related .haru-slick .slick-dots,
.haru-single-product .upsells .haru-slick .slick-dots {
margin: 10px 0 0;
}
}
@media screen and (max-width: 991px) {
.haru-single-product .related .haru-slick .slick-dots,
.haru-single-product .upsells .haru-slick .slick-dots {
margin: 5px 0 0;
}
}
.haru-single-product .upsells {
margin-top: 40px;
}
@media screen and (max-width: 1440px) {
.haru-single-product .upsells {
margin-top: 30px;
}
}
@media screen and (max-width: 767px) {
.haru-single-product .upsells {
border-top: none;
margin-top: 0;
}
}
.haru-single-product .related {
margin-top: 60px;
}
.single-product-top {
display: flex;
width: 100%;
margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
.single-product-top {
display: block;
}
}
.single-product-top .slick-arrow.slick-prev, .single-product-top .slick-arrow.slick-next {
background: none;
border: none;
color: transparent;
cursor: pointer;
display: block;
font-size: 0;
line-height: 0;
outline: none;
padding: 0;
position: absolute;
top: 50%;
z-index: 9;
opacity: 0;
visibility: hidden;
transition: all .3s;
}
.single-product-top .slick-arrow.slick-prev:before, .single-product-top .slick-arrow.slick-next:before {
color: #7e7e7e;
line-height: 1;
opacity: 1;
font-family: "phosphor";
font-weight: 500;
visibility: visible;
transition: all .3s;
}
.single-product-top .slick-arrow.slick-prev:hover:before, .single-product-top .slick-arrow.slick-next:hover:before {
color: #4B5C66;
transition: all .3s;
}
.single-product-top .slick-arrow.slick-prev:before {
content: "\e915";
}
.single-product-top .slick-arrow.slick-next:before {
content: "\e916";
}
.single-product-top #product-images .slick-slide > div,
.single-product-top #product-thumbnails .slick-slide > div {
display: flex;
}
.single-product-top #product-images:hover .slick-arrow.slick-prev, .single-product-top #product-images:hover .slick-arrow.slick-next,
.single-product-top #product-thumbnails:hover .slick-arrow.slick-prev,
.single-product-top #product-thumbnails:hover .slick-arrow.slick-next {
opacity: 1;
visibility: visible;
transition: all .3s;
}
.single-product-top #product-images:hover .slick-arrow.slick-prev.slick-disabled, .single-product-top #product-images:hover .slick-arrow.slick-next.slick-disabled,
.single-product-top #product-thumbnails:hover .slick-arrow.slick-prev.slick-disabled,
.single-product-top #product-thumbnails:hover .slick-arrow.slick-next.slick-disabled {
opacity: .6;
}
.single-product-top #product-images .slick-slide > div,
.single-product-top #product-thumbnails .slick-slide > div {
display: flex;
align-items: flex-start;
}
.single-product-top #product-images .product-image-item:hover {
cursor: -webkit-grab;
cursor: grab;
}
.single-product-top #product-thumbnails .thumbnail-image {
border-radius: 5px;
}
.single-product-top #product-thumbnails img {
border-radius: 5px;
}
.single-product-top .single-product-image-wrap {
width: 50%;
position: relative;
overflow: hidden;
padding-right: 15px;
}
@media screen and (max-width: 767px) {
.single-product-top .single-product-image-wrap {
width: 100%;
padding-right: 0;
}
}
.single-product-top .single-product-image-wrap .product-label {
z-index: 9;
left: 20px;
top: 20px;
}
@media screen and (max-width: 1440px) {
.single-product-top .single-product-image-wrap .product-label {
left: 15px;
top: 15px;
}
}
@media screen and (max-width: 767px) {
.single-product-top .single-product-image-wrap .product-label {
left: 10px;
top: 10px;
}
}
.single-product-top .single-product-image-wrap .product-label__item {
font-size: 15px;
font-weight: 600;
}
@media screen and (max-width: 1440px) {
.single-product-top .single-product-image-wrap .product-label__item {
font-size: 14px;
}
}
@media screen and (max-width: 767px) {
.single-product-top .single-product-image-wrap .product-label__item {
font-size: 13px;
}
}
.single-product-top .single-product-image-wrap .product-images-actions {
position: absolute;
left: 0;
bottom: 10px;
padding: 20px;
}
.single-product-top .single-product-image-wrap .product-gallery-btn {
display: flex;
align-items: flex-start;
flex-direction: column;
}
.single-product-top .single-product-image-wrap .product-gallery-btn > a {
background-color: #fff;
font-size: 14px;
text-align: center;
border-radius: 30px;
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.08);
display: flex;
align-items: center;
font-size: 13px;
}
.single-product-top .single-product-image-wrap .product-gallery-btn > a:before {
width: 48px;
height: 48px;
line-height: 48px;
font-size: 20px;
font-weight: 700;
}
@media screen and (max-width: 991px) {
.single-product-top .single-product-image-wrap .product-gallery-btn > a:before {
width: 40px;
height: 40px;
line-height: 40px;
font-size: 18px;
}
}
.single-product-top .single-product-image-wrap .product-gallery-btn > a > span {
max-width: 0;
overflow: hidden;
padding: 0;
white-space: nowrap;
font-weight: 600;
transition: all .3s;
}
.single-product-top .single-product-image-wrap .product-gallery-btn > a:hover > span {
max-width: 220px;
padding-right: 20px;
transition: all .3s;
}
.single-product-top .single-product-image-wrap .product-video {
margin-bottom: 10px;
}
.single-product-top .single-product-image-wrap .product-video a:before {
content: '\e924';
font-family: 'haruicons';
font-weight: 500;
position: relative;
right: -1px;
}
.single-product-top .single-product-image-wrap .product-gallery-enlarge a:before {
content: '\e92f';
font-family: 'phosphor';
font-weight: 500;
}
.single-product-top .single-product-image-wrap .single-product-image {
position: relative;
}
.single-product-top .single-product-image-wrap .product-images-wrap {
position: relative;
border-radius: 12px;
overflow: hidden;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.single-product-top .single-product-image-wrap .product-images-wrap {
-webkit-mask-image: -webkit-radial-gradient(white, black);
}
}
.single-product-top .single-product-image-wrap.horizontal .product-image-item:focus,
.single-product-top .single-product-image-wrap.horizontal .thumbnail-image:focus, .single-product-top .single-product-image-wrap.vertical .product-image-item:focus,
.single-product-top .single-product-image-wrap.vertical .thumbnail-image:focus {
outline: none;
}
.single-product-top .single-product-image-wrap.horizontal .product-image-item:not(:first-child),
.single-product-top .single-product-image-wrap.horizontal .thumbnail-image:not(:first-child), .single-product-top .single-product-image-wrap.vertical .product-image-item:not(:first-child),
.single-product-top .single-product-image-wrap.vertical .thumbnail-image:not(:first-child) {
display: none;
}
.single-product-top .single-product-image-wrap.horizontal #product-images.slick-initialized .product-image-item:not(:first-child),
.single-product-top .single-product-image-wrap.horizontal #product-images.slick-initialized .thumbnail-image:not(:first-child),
.single-product-top .single-product-image-wrap.horizontal #product-thumbnails.slick-initialized .product-image-item:not(:first-child),
.single-product-top .single-product-image-wrap.horizontal #product-thumbnails.slick-initialized .thumbnail-image:not(:first-child), .single-product-top .single-product-image-wrap.vertical #product-images.slick-initialized .product-image-item:not(:first-child),
.single-product-top .single-product-image-wrap.vertical #product-images.slick-initialized .thumbnail-image:not(:first-child),
.single-product-top .single-product-image-wrap.vertical #product-thumbnails.slick-initialized .product-image-item:not(:first-child),
.single-product-top .single-product-image-wrap.vertical #product-thumbnails.slick-initialized .thumbnail-image:not(:first-child) {
display: block;
}
.single-product-top .single-product-image-wrap.horizontal #product-images:hover .slick-arrow.slick-prev, .single-product-top .single-product-image-wrap.vertical #product-images:hover .slick-arrow.slick-prev {
left: 35px;
}
@media screen and (max-width: 991px) {
.single-product-top .single-product-image-wrap.horizontal #product-images:hover .slick-arrow.slick-prev, .single-product-top .single-product-image-wrap.vertical #product-images:hover .slick-arrow.slick-prev {
left: 20px;
}
}
.single-product-top .single-product-image-wrap.horizontal #product-images:hover .slick-arrow.slick-next, .single-product-top .single-product-image-wrap.vertical #product-images:hover .slick-arrow.slick-next {
right: 35px;
}
@media screen and (max-width: 991px) {
.single-product-top .single-product-image-wrap.horizontal #product-images:hover .slick-arrow.slick-next, .single-product-top .single-product-image-wrap.vertical #product-images:hover .slick-arrow.slick-next {
right: 20px;
}
}
.single-product-top .single-product-image-wrap.horizontal #product-images .slick-arrow.slick-prev, .single-product-top .single-product-image-wrap.vertical #product-images .slick-arrow.slick-prev {
left: 10px;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.single-product-top .single-product-image-wrap.horizontal #product-images .slick-arrow.slick-next, .single-product-top .single-product-image-wrap.vertical #product-images .slick-arrow.slick-next {
right: 10px;
-webkit-transform: translate(50%, -50%);
transform: translate(50%, -50%);
}
.single-product-top .single-product-image-wrap.horizontal #product-images .slick-arrow.slick-prev:before, .single-product-top .single-product-image-wrap.horizontal #product-images .slick-arrow.slick-next:before, .single-product-top .single-product-image-wrap.vertical #product-images .slick-arrow.slick-prev:before, .single-product-top .single-product-image-wrap.vertical #product-images .slick-arrow.slick-next:before {
font-size: 42px;
}
@media screen and (max-width: 1440px) {
.single-product-top .single-product-image-wrap.horizontal #product-images .slick-arrow.slick-prev:before, .single-product-top .single-product-image-wrap.horizontal #product-images .slick-arrow.slick-next:before, .single-product-top .single-product-image-wrap.vertical #product-images .slick-arrow.slick-prev:before, .single-product-top .single-product-image-wrap.vertical #product-images .slick-arrow.slick-next:before {
font-size: 36px;
}
}
@media screen and (max-width: 1024px) {
.single-product-top .single-product-image-wrap.horizontal #product-images .slick-arrow.slick-prev:before, .single-product-top .single-product-image-wrap.horizontal #product-images .slick-arrow.slick-next:before, .single-product-top .single-product-image-wrap.vertical #product-images .slick-arrow.slick-prev:before, .single-product-top .single-product-image-wrap.vertical #product-images .slick-arrow.slick-next:before {
font-size: 32px;
}
}
@media screen and (max-width: 991px) {
.single-product-top .single-product-image-wrap.horizontal #product-images .slick-arrow.slick-prev:before, .single-product-top .single-product-image-wrap.horizontal #product-images .slick-arrow.slick-next:before, .single-product-top .single-product-image-wrap.vertical #product-images .slick-arrow.slick-prev:before, .single-product-top .single-product-image-wrap.vertical #product-images .slick-arrow.slick-next:before {
font-size: 28px;
}
}
@media screen and (max-width: 991px) {
.single-product-top .single-product-image-wrap.horizontal #product-images .slick-arrow.slick-prev:before, .single-product-top .single-product-image-wrap.horizontal #product-images .slick-arrow.slick-next:before, .single-product-top .single-product-image-wrap.vertical #product-images .slick-arrow.slick-prev:before, .single-product-top .single-product-image-wrap.vertical #product-images .slick-arrow.slick-next:before {
font-size: 24px;
}
}
.single-product-top .single-product-image-wrap.horizontal #product-images .product-image-lightbox, .single-product-top .single-product-image-wrap.vertical #product-images .product-image-lightbox {
display: none;
}
.single-product-top .single-product-image-wrap.horizontal #product-thumbnails .woocommerce-thumbnail-image, .single-product-top .single-product-image-wrap.vertical #product-thumbnails .woocommerce-thumbnail-image {
display: flex;
align-items: flex-start;
}
.single-product-top .single-product-image-wrap.horizontal #product-thumbnails .slick-arrow.slick-prev:before, .single-product-top .single-product-image-wrap.horizontal #product-thumbnails .slick-arrow.slick-next:before, .single-product-top .single-product-image-wrap.vertical #product-thumbnails .slick-arrow.slick-prev:before, .single-product-top .single-product-image-wrap.vertical #product-thumbnails .slick-arrow.slick-next:before {
font-size: 28px;
}
@media screen and (max-width: 1440px) {
.single-product-top .single-product-image-wrap.horizontal #product-thumbnails .slick-arrow.slick-prev:before, .single-product-top .single-product-image-wrap.horizontal #product-thumbnails .slick-arrow.slick-next:before, .single-product-top .single-product-image-wrap.vertical #product-thumbnails .slick-arrow.slick-prev:before, .single-product-top .single-product-image-wrap.vertical #product-thumbnails .slick-arrow.slick-next:before {
font-size: 26px;
}
}
@media screen and (max-width: 1024px) {
.single-product-top .single-product-image-wrap.horizontal #product-thumbnails .slick-arrow.slick-prev:before, .single-product-top .single-product-image-wrap.horizontal #product-thumbnails .slick-arrow.slick-next:before, .single-product-top .single-product-image-wrap.vertical #product-thumbnails .slick-arrow.slick-prev:before, .single-product-top .single-product-image-wrap.vertical #product-thumbnails .slick-arrow.slick-next:before {
font-size: 24px;
}
}
@media screen and (max-width: 991px) {
.single-product-top .single-product-image-wrap.horizontal #product-thumbnails .slick-arrow.slick-prev:before, .single-product-top .single-product-image-wrap.horizontal #product-thumbnails .slick-arrow.slick-next:before, .single-product-top .single-product-image-wrap.vertical #product-thumbnails .slick-arrow.slick-prev:before, .single-product-top .single-product-image-wrap.vertical #product-thumbnails .slick-arrow.slick-next:before {
font-size: 22px;
}
}
@media screen and (max-width: 767px) {
.single-product-top .single-product-image-wrap.horizontal #product-thumbnails .slick-arrow.slick-prev:before, .single-product-top .single-product-image-wrap.horizontal #product-thumbnails .slick-arrow.slick-next:before, .single-product-top .single-product-image-wrap.vertical #product-thumbnails .slick-arrow.slick-prev:before, .single-product-top .single-product-image-wrap.vertical #product-thumbnails .slick-arrow.slick-next:before {
font-size: 20px;
}
}
.single-product-top .single-product-image-wrap.horizontal #product-thumbnails .slick-slide img, .single-product-top .single-product-image-wrap.vertical #product-thumbnails .slick-slide img {
border: 1px solid transparent;
opacity: .6;
transition: all .3s;
}
.single-product-top .single-product-image-wrap.horizontal #product-thumbnails .slick-slide.slick-current img, .single-product-top .single-product-image-wrap.vertical #product-thumbnails .slick-slide.slick-current img {
border: 1px solid #000;
opacity: 1;
transition: all .3s;
}
.single-product-top .single-product-image-wrap.horizontal #product-thumbnails {
margin: 20px -5px 1px -5px;
}
@media screen and (max-width: 991px) {
.single-product-top .single-product-image-wrap.horizontal #product-thumbnails {
margin: 10px -3px 1px -3px;
}
}
.single-product-top .single-product-image-wrap.horizontal #product-thumbnails:hover .slick-arrow.slick-prev {
left: 25px;
}
.single-product-top .single-product-image-wrap.horizontal #product-thumbnails:hover .slick-arrow.slick-next {
right: 25px;
}
.single-product-top .single-product-image-wrap.horizontal #product-thumbnails .slick-arrow.slick-prev {
left: 10px;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.single-product-top .single-product-image-wrap.horizontal #product-thumbnails .slick-arrow.slick-next {
right: 10px;
-webkit-transform: translate(50%, -50%);
transform: translate(50%, -50%);
}
.single-product-top .single-product-image-wrap.horizontal #product-thumbnails .slick-slide {
padding: 0 5px;
}
@media screen and (max-width: 991px) {
.single-product-top .single-product-image-wrap.horizontal #product-thumbnails .slick-slide {
padding: 0 3px;
}
}
.single-product-top .single-product-image-wrap.vertical.thumbnail-left .product-images-wrap {
margin-left: 100px;
}
@media screen and (max-width: 991px) {
.single-product-top .single-product-image-wrap.vertical.thumbnail-left .product-images-wrap {
margin-left: 97px;
}
}
.single-product-top .single-product-image-wrap.vertical.thumbnail-left .product-thumbnails-wrap {
position: absolute;
left: 0;
top: 0;
width: 90px;
height: 100%;
}
.single-product-top .single-product-image-wrap.vertical.thumbnail-left .product-label {
left: 110px;
}
@media screen and (max-width: 991px) {
.single-product-top .single-product-image-wrap.vertical.thumbnail-left .product-label {
left: 107px;
}
}
.single-product-top .single-product-image-wrap.vertical.thumbnail-right .product-images-wrap {
margin-right: 100px;
}
@media screen and (max-width: 991px) {
.single-product-top .single-product-image-wrap.vertical.thumbnail-right .product-images-wrap {
margin-right: 97px;
}
}
.single-product-top .single-product-image-wrap.vertical.thumbnail-right .product-thumbnails-wrap {
position: absolute;
right: 0;
top: 0;
width: 90px;
height: 100%;
}
.single-product-top .single-product-image-wrap.vertical #product-thumbnails {
margin: -5px 0;
}
@media screen and (max-width: 991px) {
.single-product-top .single-product-image-wrap.vertical #product-thumbnails {
margin: -3px 0;
}
}
.single-product-top .single-product-image-wrap.vertical #product-thumbnails .slick-slide {
border: none;
padding: 5px 0;
}
@media screen and (max-width: 991px) {
.single-product-top .single-product-image-wrap.vertical #product-thumbnails .slick-slide {
padding: 3px 0;
}
}
.single-product-top .single-product-image-wrap.vertical #product-thumbnails:hover .slick-arrow.slick-prev {
top: 10px;
}
@media screen and (max-width: 991px) {
.single-product-top .single-product-image-wrap.vertical #product-thumbnails:hover .slick-arrow.slick-prev {
top: 5px;
}
}
.single-product-top .single-product-image-wrap.vertical #product-thumbnails:hover .slick-arrow.slick-next {
bottom: 10px;
}
@media screen and (max-width: 991px) {
.single-product-top .single-product-image-wrap.vertical #product-thumbnails:hover .slick-arrow.slick-next {
bottom: 5px;
}
}
.single-product-top .single-product-image-wrap.vertical #product-thumbnails .slick-arrow.slick-prev {
top: 0;
bottom: auto;
left: 50%;
-webkit-transform: translateX(-50%) rotate(90deg);
transform: translateX(-50%) rotate(90deg);
}
.single-product-top .single-product-image-wrap.vertical #product-thumbnails .slick-arrow.slick-next {
bottom: 0;
top: auto;
left: 50%;
-webkit-transform: translateX(-50%) rotate(90deg);
transform: translateX(-50%) rotate(90deg);
}
.single-product-top .single-product-image-wrap.vertical_gallery .product-images-wrap {
margin-left: 110px;
}
.single-product-top .single-product-image-wrap.vertical_gallery #product-images .product-image-item {
display: flex;
align-items: flex-start;
position: relative;
margin-bottom: 10px;
}
.single-product-top .single-product-image-wrap.vertical_gallery #product-images .product-image-item .product-image-lightbox {
width: 36px;
height: 36px;
font-size: 16px;
line-height: 36px;
text-align: center;
background-color: #fff;
position: absolute;
right: 20px;
top: 20px;
z-index: 9;
opacity: 0;
transition: all .3s;
border-radius: 50%;
box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.3);
display: none;
}
.single-product-top .single-product-image-wrap.vertical_gallery .product-label {
left: 120px;
}
.single-product-top .single-product-image-wrap.vertical_gallery .product-thumbnails-wrap {
position: absolute;
top: 0;
left: 0;
width: 100px;
height: 100%;
}
.single-product-top .single-product-image-wrap.vertical_gallery #product-thumbnails .woocommerce-thumbnail-image {
display: flex;
align-items: flex-start;
}
.single-product-top .single-product-image-wrap.vertical_gallery #product-thumbnails .thumbnail-image {
border: 1px solid transparent;
margin-bottom: 10px;
}
.single-product-top .single-product-image-wrap.vertical_gallery #product-thumbnails .thumbnail-image.current {
border: 1px solid #000;
}
.single-product-top .single-product-image-wrap.grid_gallery .product-label {
right: 30px;
left: auto;
}
.single-product-top .single-product-image-wrap.grid_gallery .product-images-wrap {
border-radius: 0;
}
.single-product-top .single-product-image-wrap.grid_gallery #product-images {
display: flex;
flex-wrap: wrap;
flex-direction: row;
margin-left: -5px;
margin-right: -5px;
}
@media screen and (max-width: 991px) {
.single-product-top .single-product-image-wrap.grid_gallery #product-images {
margin-left: -3px;
margin-right: -3px;
}
}
.single-product-top .single-product-image-wrap.grid_gallery #product-images .product-image-item {
flex: 0 0 50%;
padding-right: 5px;
padding-left: 5px;
max-width: 50%;
position: relative;
display: flex;
margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
.single-product-top .single-product-image-wrap.grid_gallery #product-images .product-image-item {
padding-right: 3px;
padding-left: 3px;
margin-bottom: 6px;
}
}
.single-product-top .single-product-image-wrap.grid_gallery #product-images .product-image-item:hover {
cursor: auto;
}
.single-product-top .single-product-image-wrap.grid_gallery #product-images .product-image-item:first-child {
flex: 0 0 100%;
max-width: 100%;
}
.single-product-top .single-product-image-wrap.grid_gallery #product-images .product-image-item img {
border-radius: 12px;
}
.single-product-top .single-product-image-wrap.grid_gallery #product-images .product-image-lightbox {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.single-product-top .single-product-image-wrap.grid_gallery .product-images-actions {
bottom: auto;
top: 0;
}
.single-product-top .single-product-summary {
position: relative;
width: 50%;
padding-left: 15px;
}
@media screen and (max-width: 767px) {
.single-product-top .single-product-summary {
width: 100%;
padding-left: 0;
margin-top: 20px;
}
}
@media screen and (max-width: 767px) {
.single-product-top .entry-summary {
padding-top: 0 !important;
}
}
.single-product-top.horizontal.sticky, .single-product-top.vertical.sticky {
margin-bottom: 60px;
}
@media screen and (max-width: 1440px) {
.single-product-top.horizontal.sticky, .single-product-top.vertical.sticky {
margin-bottom: 50px;
}
}
@media screen and (max-width: 1024px) {
.single-product-top.horizontal.sticky, .single-product-top.vertical.sticky {
margin-bottom: 40px;
}
}
@media screen and (max-width: 767px) {
.single-product-top.horizontal.sticky, .single-product-top.vertical.sticky {
margin-bottom: 30px;
}
}
.single-product-top.horizontal.sticky .single-product-image-content, .single-product-top.vertical.sticky .single-product-image-content {
padding-bottom: 20px;
}
.single-product-top.horizontal.sticky .single-product-summary, .single-product-top.vertical.sticky .single-product-summary {
padding-bottom: 20px;
}
.single-product-top.horizontal.sticky .woocommerce-tabs, .single-product-top.vertical.sticky .woocommerce-tabs {
border-top: 1px solid #eee;
margin-top: 30px;
}
.single-product-top.horizontal.sticky .woocommerce-tabs .tabs, .single-product-top.vertical.sticky .woocommerce-tabs .tabs {
display: none;
}
.single-product-top.horizontal.sticky .woocommerce-tabs .haru-woocommerce-tab, .single-product-top.vertical.sticky .woocommerce-tabs .haru-woocommerce-tab {
border-bottom: 1px solid #eee;
}
.single-product-top.horizontal.sticky .woocommerce-tabs .haru-accordion-title, .single-product-top.vertical.sticky .woocommerce-tabs .haru-accordion-title {
display: block;
font-weight: 700;
font-size: 18px;
text-transform: none;
}
@media screen and (max-width: 1440px) {
.single-product-top.horizontal.sticky .woocommerce-tabs .haru-accordion-title, .single-product-top.vertical.sticky .woocommerce-tabs .haru-accordion-title {
font-size: 17px;
}
}
@media screen and (max-width: 1024px) {
.single-product-top.horizontal.sticky .woocommerce-tabs .haru-accordion-title, .single-product-top.vertical.sticky .woocommerce-tabs .haru-accordion-title {
font-size: 16px;
}
}
.single-product-top .product_title {
font-size: 32px;
font-weight: 700;
margin-top: 0;
margin-bottom: 15px;
}
@media screen and (max-width: 1440px) {
.single-product-top .product_title {
font-size: 30px;
}
}
@media screen and (max-width: 1024px) {
.single-product-top .product_title {
font-size: 28px;
}
}
@media screen and (max-width: 991px) {
.single-product-top .product_title {
font-size: 26px;
}
}
@media screen and (max-width: 767px) {
.single-product-top .product_title {
font-size: 24px;
}
}
.single-product-top .woocommerce-product-rating {
display: flex;
align-items: center;
padding: 0 0 15px;
}
.single-product-top .woocommerce-product-rating .star-rating {
margin-right: 6px;
margin-bottom: -3px;
}
.single-product-top .woocommerce-review-link {
color: #9b9b9b;
transition: all .3s;
}
.single-product-top .woocommerce-review-link:hover {
color: #4B5C66;
transition: all .3s;
}
.single-product-top .out-of-stock {
color: #4B5C66;
font-weight: 600;
}
.single-product-top .price {
font-size: 24px;
}
@media screen and (max-width: 1440px) {
.single-product-top .price {
font-size: 22px;
}
}
@media screen and (max-width: 1024px) {
.single-product-top .price {
font-size: 20px;
}
}
@media screen and (max-width: 991px) {
.single-product-top .price {
font-size: 18px;
}
}
@media screen and (max-width: 767px) {
.single-product-top .price {
font-size: 16px;
}
}
.single-product-top .price .amount {
font-weight: 600;
}
.single-product-top .price del {
margin-left: 6px;
}
.single-product-top .woocommerce-product-details__short-description {
padding-bottom: 5px;
}
.single-product-top .product-size-guide .product-size-guide-link {
color: #000;
display: inline-flex;
align-items: center;
font-weight: 600;
font-size: 14px;
transition: all .3s;
text-decoration: underline;
}
.single-product-top .product-size-guide .product-size-guide-link:hover {
color: #4B5C66;
transition: all .3s;
}
.single-product-top .product-size-guide .product-size-guide-link:before {
content: '\e959';
font-family: 'phosphor';
margin-right: 6px;
font-size: 18px;
position: relative;
top: -1px;
display: none;
}
.single-product-top .woocommerce-grouped-product-list {
margin-bottom: 30px;
}
.single-product-top .woocommerce-grouped-product-list tr td:first-child {
padding-left: 0;
}
.single-product-top .woocommerce-grouped-product-list-item__label a {
font-weight: 600;
color: #000;
}
.single-product-top .woocommerce-grouped-product-list-item__label a:hover {
color: #4B5C66;
transition: all .3s;
}
.single-product-top form.cart {
margin-top: 15px;
margin-bottom: 10px;
}
.single-product-top form.cart:before, .single-product-top form.cart:after {
display: table;
content: '';
}
.single-product-top form.cart:after {
clear: both;
}
.single-product-top form.cart .hide {
display: none;
}
.single-product-top form.cart table.variations {
border: none;
margin-bottom: 10px;
}
.single-product-top form.cart table.variations th,
.single-product-top form.cart table.variations td {
border: none;
}
.single-product-top form.cart table.variations .label {
width: 100px;
}
.single-product-top form.cart table.variations label {
color: #000;
font-weight: 600;
}
.single-product-top form.cart table.variations td {
padding: 5px 0 10px 0;
}
.single-product-top form.cart table.variations select {
background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 6L8 11L3 6' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
color: #000;
}
.single-product-top form.cart table.variations tr {
display: flex;
flex-wrap: wrap;
margin-bottom: 15px;
}
.single-product-top form.cart table.variations tr:last-child {
margin-bottom: 0;
margin-top: -15px;
}
.single-product-top form.cart table.variations tr:last-child td {
padding: 0;
}
.single-product-top form.cart table.variations tr:last-child .label {
display: none;
}
.single-product-top form.cart table.variations .selected-value {
color: #9b9b9b;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
}
.single-product-top form.cart table.variations .selected-value:not(:empty):before {
content: ':';
color: #000;
margin-right: 8px;
}
.single-product-top form.cart table.variations .label {
width: 100%;
}
.single-product-top form.cart table.variations .value {
width: 100%;
}
.single-product-top form.cart table.variations .reset_variations {
color: #000;
font-size: 14px;
transition: all .3s;
}
.single-product-top form.cart table.variations .reset_variations:hover {
transition: all .3s;
}
.single-product-top form.cart table.variations .reset_variations:before {
content: '\e937';
font-family: 'haruicons';
font-weight: 700;
display: inline-block;
margin-right: 5px;
position: relative;
bottom: -2px;
}
.single-product-top form.cart table.variations .variable-attribute-wrap {
padding: 0;
margin: 0;
list-style: none;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.single-product-top form.cart table.variations .variable-attribute-wrap > li {
cursor: pointer;
display: flex;
align-items: flex-start;
justify-content: center;
position: relative;
}
.single-product-top form.cart table.variations .variable-attribute-wrap > li:hover .button-tooltip {
opacity: 1;
visibility: visible;
-webkit-transform: translate(-50%, -5px);
transform: translate(-50%, -5px);
transition: all 300ms ease-in-out 0s;
}
.single-product-top form.cart table.variations .variable-attribute-wrap > li.haru-li-disabled {
cursor: not-allowed;
}
.single-product-top form.cart table.variations .variable-attribute-wrap > li.haru-li-disabled:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(to top left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) calc(50% - 1px), rgba(185, 185, 185, 0.3) 50%, rgba(0, 0, 0, 0) calc(50% + 1px), rgba(0, 0, 0, 0) 100%);
z-index: 2;
}
.single-product-top form.cart table.variations .variable-attribute-wrap > li.haru-li-disabled:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.8);
z-index: 1;
}
.single-product-top form.cart table.variations .variable-attribute-wrap > li .button-tooltip {
padding: 3px 5px;
position: absolute;
text-transform: none;
min-width: 60px;
opacity: 0;
text-align: center;
visibility: hidden;
bottom: calc(100% + 2px);
left: 50%;
background: #555;
color: #fff;
font-size: 12px;
line-height: 20px;
font-weight: normal;
border-radius: 3px;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
.single-product-top form.cart table.variations .variable-attribute-wrap > li .button-tooltip:after {
width: 0;
height: 0;
position: absolute;
bottom: -6px;
left: 50%;
content: '';
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 7px solid #555;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
.single-product-top form.cart table.variations .variable-attribute-wrap.color-attribute-wrap {
margin-bottom: -12px;
}
.single-product-top form.cart table.variations .variable-attribute-wrap.color-attribute-wrap > li {
width: 24px;
height: 24px;
margin-right: 16px;
margin-bottom: 12px;
border-radius: 50%;
}
.single-product-top form.cart table.variations .variable-attribute-wrap.color-attribute-wrap > li:last-child {
margin-right: 0;
}
.single-product-top form.cart table.variations .variable-attribute-wrap.color-attribute-wrap > li.selected:before {
border: 1px solid #000;
}
.single-product-top form.cart table.variations .variable-attribute-wrap.color-attribute-wrap > li:before {
content: '';
position: absolute;
width: 30px;
height: 30px;
border: 1px solid #cdcdcd;
top: -3px;
left: -3px;
border-radius: 50%;
}
.single-product-top form.cart table.variations .variable-attribute-wrap.label-attribute-wrap > li {
font-weight: 600;
background-color: #f5f5f5;
border: 1px solid #f5f5f5;
border-radius: 3px;
font-size: 15px;
margin-right: 5px;
margin-bottom: 5px;
height: 36px;
line-height: 34px;
padding: 0 15px;
min-width: 48px;
transition: all .3s;
}
@media screen and (max-width: 1024px) {
.single-product-top form.cart table.variations .variable-attribute-wrap.label-attribute-wrap > li {
font-size: 14px;
}
}
.single-product-top form.cart table.variations .variable-attribute-wrap.label-attribute-wrap > li:last-child {
margin-right: 0;
}
.single-product-top form.cart table.variations .variable-attribute-wrap.label-attribute-wrap > li.selected {
border: 1px solid #000;
color: #000;
}
.single-product-top form.cart table.variations .variable-attribute-wrap.label-attribute-wrap > li:hover {
color: #000;
transition: all .3s;
}
.single-product-top form.cart table.variations .variable-attribute-wrap.image-attribute-wrap > li {
max-width: 60px;
margin-right: 5px;
padding: 3px;
border: 1px solid #eee;
border-radius: 3px;
}
.single-product-top form.cart table.variations .variable-attribute-wrap.image-attribute-wrap > li:last-child {
margin-right: 0;
}
.single-product-top form.cart table.variations .variable-attribute-wrap.image-attribute-wrap > li.selected {
border: 1px solid #000;
}
.single-product-top form.cart table.variations .variable-attribute-wrap.image-attribute-wrap > li img {
border-radius: 3px;
}
.single-product-top form.cart .quantity {
float: left;
margin-right: 10px;
}
.single-product-top form.cart .quantity .screen-reader-text {
display: none;
}
.single-product-top form.cart .quantity .input-button {
height: 46px;
font-size: 18px;
padding: 0 10px;
}
.single-product-top form.cart .quantity input[type="number"] {
font-size: 18px;
font-weight: 700;
width: 60px;
height: 46px;
}
.single-product-top form.cart .single_add_to_cart_button {
float: left;
height: 48px;
padding: 0 20px;
width: 100%;
max-width: calc(100% - 136px);
}
.single-product-top form.cart .woocommerce-variation-price {
margin-bottom: 20px;
}
.single-product-top form.cart .woocommerce-variation-price span.price {
border: none;
}
.single-product-top form.cart .woocommerce-variation-price span.price del {
margin-left: 6px;
}
.single-product-top form.cart .woocommerce-variation-price span.price ins {
text-decoration: none;
}
.single-product-top form.cart.grouped_form .single_add_to_cart_button {
max-width: 100%;
}
.single-product-top .product-button {
position: relative;
float: left;
margin-top: 12px;
}
.single-product-top .product-button a .button-tooltip {
font-size: 16px;
font-weight: 700;
}
@media screen and (max-width: 1440px) {
.single-product-top .product-button a .button-tooltip {
font-size: 15px;
}
}
.single-product-top .product-button--wishlist {
width: auto;
float: left;
}
.single-product-top .product-button--wishlist a {
height: 48px;
line-height: 48px;
padding: 0;
display: inline-flex;
align-items: center;
background: transparent;
color: #000;
transition: all .3s;
}
.single-product-top .product-button--wishlist a:before {
content: '\e901';
font-family: 'phosphor';
font-size: 24px;
font-weight: 500;
margin-right: 10px;
}
@media screen and (max-width: 1440px) {
.single-product-top .product-button--wishlist a:before {
font-size: 22px;
}
}
@media screen and (max-width: 1024px) {
.single-product-top .product-button--wishlist a:before {
font-size: 20px;
}
}
.single-product-top .product-button--wishlist a:hover {
color: #4B5C66;
transition: all .3s;
}
.single-product-top .product-button--wishlist i {
display: none;
}
.single-product-top .product-button--wishlist img {
display: none;
}
.single-product-top .product-button--wishlist span:not(.haru-tooltip) {
display: none;
}
.single-product-top .product-button--wishlist .feedback {
display: none;
}
.single-product-top .product-button--wishlist .yith-wcwl-add-to-wishlist {
margin-top: 0;
}
.single-product-top .product-button--wishlist .yith-wcwl-wishlistaddedbrowse a,
.single-product-top .product-button--wishlist .yith-wcwl-wishlistexistsbrowse a {
color: #4B5C66;
font-size: 0;
}
.single-product-top .product-button--compare {
margin-left: 40px;
}
.single-product-top .product-button--compare a.button {
display: inline-flex;
padding: 0;
height: 48px;
line-height: 48px;
background: transparent;
text-align: center;
color: #000;
transition: all .3s;
}
.single-product-top .product-button--compare a.button:before {
content: '\e926';
font-family: 'phosphor';
font-size: 24px;
font-weight: 500;
margin-right: 10px;
}
@media screen and (max-width: 1440px) {
.single-product-top .product-button--compare a.button:before {
font-size: 22px;
}
}
@media screen and (max-width: 1024px) {
.single-product-top .product-button--compare a.button:before {
font-size: 20px;
}
}
.single-product-top .product-button--compare a.button.added {
color: #4B5C66;
transition: all .3s;
}
.single-product-top .product-button--compare a.button:hover {
background: transparent;
color: #4B5C66;
transition: all .3s;
}
.single-product-top .single-product-summary .product_type_customizable {
display: inline-flex;
justify-content: center;
background-color: #fff;
border: 2px solid #eee;
color: #000;
border-radius: 12px;
line-height: 46px;
}
.single-product-top .single-product-summary .product_type_customizable:hover {
background-color: #4B5C66;
border: 2px solid #4B5C66;
}
.single-product-top .single-product-summary .product_type_customizable:before {
content: '\e91f';
font-family: 'phosphor';
font-size: 16px;
font-weight: 600;
margin-right: 5px;
position: relative;
bottom: -1px;
}
.single-product-top .product_meta {
margin-top: 15px;
border-top: 1px solid #eee;
padding-top: 20px;
}
.single-product-top .product_meta > span {
display: block;
margin-bottom: 10px;
}
.single-product-top .product_meta > span.devide_sign {
font-weight: 500;
}
.single-product-top .product_meta .sku_wrapper .label,
.single-product-top .product_meta .posted_in .label,
.single-product-top .product_meta .tagged_as .label {
color: #000;
display: inline-block;
font-weight: 500;
padding: 0 5px 0 0;
text-transform: capitalize;
}
.single-product-top .haru-social-share__list li a {
font-size: 15px;
}
.single-product-top .haru-social-share__label {
display: inline-block;
margin-right: 5px;
}
.product-customize.product form.cart .button.product_type_customizable {
width: 100%;
max-width: calc(100% - 136px);
}
.product-customize.product form.cart .single_add_to_cart_button {
width: 100%;
max-width: 100%;
margin-top: 20px;
}
.product-type-external.product form.cart .single_add_to_cart_button {
max-width: 100%;
}
.single-product-bottom {
margin-bottom: 20px;
}
.single-product-bottom #reviews {
padding: 0 15%;
}
@media screen and (max-width: 767px) {
.single-product-bottom #reviews {
padding: 0;
}
}
@media screen and (max-width: 767px) {
.woocommerce-tabs {
border-top: 2px solid #eee;
}
}
.woocommerce-tabs .tabs {
margin: 0 0 20px 0;
padding: 0;
list-style: none;
text-align: center;
border-bottom: 1px solid #eee;
}
@media screen and (max-width: 767px) {
.woocommerce-tabs .tabs {
display: none;
}
}
.woocommerce-tabs .tabs li {
display: inline-block;
margin: 0 15px;
}
.woocommerce-tabs .tabs li:first-child {
margin-left: 0;
}
.woocommerce-tabs .tabs li:last-child {
margin-right: 0;
}
.woocommerce-tabs .tabs li.active a {
color: #000;
}
.woocommerce-tabs .tabs li.active a:before {
content: '';
position: absolute;
width: 100%;
height: 2px;
bottom: -1px;
left: 0;
background-color: #000;
}
.woocommerce-tabs .tabs li a {
display: block;
font-size: 20px;
font-weight: 700;
padding: 10px 0;
position: relative;
transition: all .3s;
}
@media screen and (max-width: 1440px) {
.woocommerce-tabs .tabs li a {
font-size: 19px;
}
}
@media screen and (max-width: 1024px) {
.woocommerce-tabs .tabs li a {
font-size: 18px;
}
}
@media screen and (max-width: 991px) {
.woocommerce-tabs .tabs li a {
font-size: 17px;
}
}
@media screen and (max-width: 767px) {
.woocommerce-tabs .tabs li a {
font-size: 16px;
}
}
.woocommerce-tabs .tabs li a:hover {
color: #000;
transition: all .3s;
}
.woocommerce-tabs .woocommerce-Tabs-panel {
padding: 20px 0 10px;
}
@media screen and (max-width: 1440px) {
.woocommerce-tabs .woocommerce-Tabs-panel {
padding: 15px 0 5px;
}
}
@media screen and (max-width: 1024px) {
.woocommerce-tabs .woocommerce-Tabs-panel {
padding: 10px 0 0;
}
}
@media screen and (max-width: 991px) {
.woocommerce-tabs .woocommerce-Tabs-panel {
padding: 5px 0 15px;
}
}
.woocommerce-tabs .woocommerce-Tabs-panel .elementor-widget-text-editor {
font-family: "Plus Jakarta Sans";
font-weight: 500;
}
.woocommerce-tabs .woocommerce-Tabs-panel .elementor-widget-text-editor .elementor-widget-container ul {
padding: 0;
margin: 0;
list-style: none;
}
.woocommerce-tabs .woocommerce-Tabs-panel .elementor-widget-text-editor .elementor-widget-container ul li {
line-height: 2;
}
.woocommerce-tabs .woocommerce-Tabs-panel .elementor-widget-text-editor .elementor-widget-container ul li:before {
content: '\e916';
font-family: 'phosphor';
font-size: 12px;
margin-right: 6px;
}
.woocommerce-tabs .woocommerce-Tabs-panel > h2:first-child {
display: none;
font-size: 16px;
font-weight: 500;
color: #4B5C66;
text-transform: uppercase;
padding-bottom: 30px;
}
.woocommerce-tabs .woocommerce-Tabs-panel p {
line-height: 1.8;
}
@media screen and (max-width: 767px) {
.woocommerce-tabs .haru-woocommerce-tab {
border-bottom: 1px solid #eee;
}
}
.woocommerce-tabs .haru-accordion-title {
position: relative;
padding: 15px 0;
color: #000;
font-size: 15px;
font-weight: 600;
text-transform: uppercase;
display: none;
}
@media screen and (max-width: 767px) {
.woocommerce-tabs .haru-accordion-title {
display: block;
}
}
.woocommerce-tabs .haru-accordion-title:before {
content: '\e914';
font-family: "haruicons";
font-weight: 500;
font-size: 20px;
position: absolute;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%) rotate(0);
transform: translateY(-50%) rotate(0);
transition: all .3s;
}
.woocommerce-tabs .haru-accordion-title.active {
color: #4B5C66;
}
.woocommerce-tabs .haru-accordion-title.active:before {
-webkit-transform: translateY(-50%) rotate(180deg);
transform: translateY(-50%) rotate(180deg);
transition: all .3s;
}
.woocommerce-tabs #tab-additional_information .shop_attributes {
margin: 0 auto 10px auto;
border: none;
width: 100%;
max-width: 600px;
}
.woocommerce-tabs #tab-additional_information .shop_attributes th,
.woocommerce-tabs #tab-additional_information .shop_attributes td {
border: none;
border-bottom: 1px solid #eee;
padding: 10px;
padding-right: 0;
padding-left: 0;
}
.woocommerce-tabs #tab-additional_information .shop_attributes th p,
.woocommerce-tabs #tab-additional_information .shop_attributes td p {
margin-bottom: 0;
}
.woocommerce-tabs #tab-additional_information .shop_attributes th {
color: #000;
font-weight: 600;
text-align: left;
}
.woocommerce-tabs #tab-additional_information .shop_attributes td {
text-align: right;
}
.woocommerce-tabs #tab-additional_information .shop_attributes tr:last-child th,
.woocommerce-tabs #tab-additional_information .shop_attributes tr:last-child td {
border: none;
}
.woocommerce-tabs .woocommerce-Reviews .required {
color: #d82329;
}
.woocommerce-tabs .woocommerce-Reviews label {
color: #000;
display: block;
margin-bottom: 5px;
font-weight: 500;
}
.woocommerce-tabs .woocommerce-Reviews #comments {
margin-top: 0;
padding-bottom: 15px;
border-bottom: 1px solid #eee;
}
.woocommerce-tabs .woocommerce-Reviews #comments .woocommerce-Reviews-title {
font-size: 20px;
font-weight: 600;
padding-bottom: 20px;
margin-top: 0;
}
@media screen and (max-width: 1440px) {
.woocommerce-tabs .woocommerce-Reviews #comments .woocommerce-Reviews-title {
font-size: 19px;
}
}
@media screen and (max-width: 1024px) {
.woocommerce-tabs .woocommerce-Reviews #comments .woocommerce-Reviews-title {
font-size: 18px;
}
}
@media screen and (max-width: 991px) {
.woocommerce-tabs .woocommerce-Reviews #comments .woocommerce-Reviews-title {
font-size: 16px;
}
}
@media screen and (max-width: 767px) {
.woocommerce-tabs .woocommerce-Reviews #comments .woocommerce-Reviews-title {
font-size: 16px;
}
}
.woocommerce-tabs .woocommerce-Reviews #comments .commentlist {
padding: 0;
margin: 0;
list-style: none;
}
.woocommerce-tabs .woocommerce-Reviews #comments .commentlist .comment_container {
display: flex;
align-items: flex-start;
flex-direction: row;
padding: 15px 0;
}
@media screen and (max-width: 991px) {
.woocommerce-tabs .woocommerce-Reviews #comments .commentlist .comment_container {
padding: 10px 0;
}
}
.woocommerce-tabs .woocommerce-Reviews #comments .commentlist .comment_container img {
border: none;
margin-right: 20px;
flex: 0 0 70px;
border-radius: 50%;
}
@media screen and (max-width: 991px) {
.woocommerce-tabs .woocommerce-Reviews #comments .commentlist .comment_container img {
flex: 0 0 60px;
margin-right: 15px;
}
}
.woocommerce-tabs .woocommerce-Reviews #comments .commentlist .comment_container .comment-text {
display: flex;
flex: 1 1 auto;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
}
.woocommerce-tabs .woocommerce-Reviews #comments .commentlist .comment_container .comment-text .star-rating {
order: 2;
margin-right: 0;
}
.woocommerce-tabs .woocommerce-Reviews #comments .commentlist .comment_container .comment-text .meta {
font-size: 15px;
order: 1;
margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
.woocommerce-tabs .woocommerce-Reviews #comments .commentlist .comment_container .comment-text .meta {
margin-bottom: 5px;
}
}
.woocommerce-tabs .woocommerce-Reviews #comments .commentlist .comment_container .comment-text .meta time {
font-style: italic;
}
.woocommerce-tabs .woocommerce-Reviews #comments .commentlist .comment_container .comment-text .woocommerce-review__author {
color: #000;
}
.woocommerce-tabs .woocommerce-Reviews #comments .commentlist .comment_container .comment-text .description {
flex: 1 1 100%;
order: 3;
margin-bottom: 0;
max-width: 100%;
line-height: 1.6;
}
.woocommerce-tabs .woocommerce-Reviews #comments .commentlist .children {
list-style: none;
padding-left: 30px;
}
@media screen and (max-width: 991px) {
.woocommerce-tabs .woocommerce-Reviews #comments .commentlist .children {
padding-left: 25px;
}
}
@media screen and (max-width: 767px) {
.woocommerce-tabs .woocommerce-Reviews #comments .commentlist .children {
padding-left: 20px;
}
}
.woocommerce-tabs .woocommerce-Reviews #review_form_wrapper {
margin-top: 30px;
}
.woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-reply-title {
color: #000;
display: block;
margin-bottom: 15px;
font-weight: 600;
font-size: 20px;
}
@media screen and (max-width: 1440px) {
.woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-reply-title {
font-size: 19px;
}
}
@media screen and (max-width: 1024px) {
.woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-reply-title {
font-size: 18px;
}
}
@media screen and (max-width: 991px) {
.woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-reply-title {
font-size: 17px;
}
}
@media screen and (max-width: 767px) {
.woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-reply-title {
font-size: 16px;
}
}
.woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-form .comment-form-rating {
margin: 15px 0;
}
.woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-form .comment-form-rating label[for=rating] {
display: inline-block;
margin-bottom: 0;
}
.woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-form .comment-form-rating .stars {
display: inline-block;
margin: 0 0 0 20px;
line-height: 1.3;
}
.woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-form .comment-form-comment {
margin: 10px 0 10px;
}
.woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-form .comment-form-author,
.woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-form .comment-form-email {
width: 50%;
float: left;
margin-bottom: 20px;
}
.woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-form .comment-form-author {
padding-right: 10px;
}
.woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-form .comment-form-email {
padding-left: 10px;
}
.woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-form .comment-form-cookies-consent {
clear: left;
}
.woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-form label[for=wp-comment-cookies-consent] {
display: inline;
margin-bottom: 0;
position: relative;
bottom: -1px;
}
.woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-form .form-submit {
margin-top: 20px;
}
.woocommerce p.stars {
font-size: 20px;
letter-spacing: -5px;
}
.woocommerce p.stars.selected a:before {
content: "\e92c";
}
.woocommerce p.stars.selected a:before ~ a:before {
content: "\e92b";
}
.woocommerce p.stars.selected:hover a:before {
content: "\e92c";
}
.woocommerce p.stars.selected:hover a:before ~ a:before {
content: "\e92b";
}
.woocommerce p.stars a.active ~ a:before {
content: "\e92b";
}
.woocommerce p.stars:hover a:before {
content: "\e92c";
}
.woocommerce p.stars:hover a:before ~ a:before {
content: "\e92b";
}
.woocommerce p.stars a {
position: relative;
text-indent: -999em;
display: inline-block;
text-decoration: none;
width: 1em;
height: 1em;
}
.woocommerce p.stars a:before {
content: "\e92b";
color: #f7bb2a;
font-family: 'haruicons';
display: block;
position: absolute;
width: 1em;
height: 1em;
line-height: 1;
left: 0;
text-indent: 0;
top: 4px;
}
.woocommerce p.stars a:hover ~ a:before {
content: "" !important;
}
.star-rating {
color: #f7bb2a;
font-size: 18px;
position: relative;
display: inline-block;
letter-spacing: -1px;
}
.star-rating:before {
content: "\e92b \e92b \e92b \e92b \e92b";
color: #f7bb2a;
font-family: 'haruicons';
}
.star-rating span {
position: absolute;
top: 0;
bottom: 0;
left: 0;
overflow: hidden;
width: 100%;
text-indent: 999em;
}
.star-rating span:before {
position: absolute;
content: "\e92c \e92c \e92c \e92c \e92c";
top: 0;
left: 0;
text-indent: 0;
color: #f7bb2a;
font-family: 'haruicons';
}
.quantity {
display: inline-flex;
align-items: center;
background: #f5f5f5;
border-radius: 12px;
border: 1px solid #f5f5f5;
}
.quantity .input-button {
min-width: 20px;
border: none;
background: transparent;
cursor: pointer;
padding: 0 5px;
color: #7e7e7e;
fill: #7e7e7e;
outline: 0;
height: 46px;
line-height: 46px;
font-weight: 700;
font-size: 16px;
}
.quantity .input-button:before {
font-family: 'phosphor';
}
.quantity .input-button:hover {
color: #000;
}
.quantity .input-button.minus {
border-top-left-radius: 12px;
border-bottom-left-radius: 12px;
}
.quantity .input-button.minus:before {
content: '\e923';
}
.quantity .input-button.plus {
border-top-right-radius: 12px;
border-bottom-right-radius: 12px;
}
.quantity .input-button.plus:before {
content: '\e921';
}
.quantity .input-text[type=number] {
background: transparent;
border: none;
border-radius: 0;
color: #000;
width: 30px;
padding: 0;
height: 46px;
line-height: 46px;
text-align: center;
-moz-appearance: textfield;
}
.quantity .input-text[type=number]:focus {
outline: none;
}
.quantity .input-text[type=number]::-webkit-inner-spin-button,
.quantity .input-text[type=number]::-webkit-inner-outer-button {
margin: 0;
-webkit-appearance: none;
appearance: none;
}
.haru-product-nav {
position: absolute;
right: 0;
top: 1px;
display: inline-flex;
align-items: center;
z-index: 1;
}
@media screen and (max-width: 767px) {
.haru-product-nav {
top: -1px;
}
}
.haru-product-nav .product-nav-btn:hover .product-nav {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
transform: translateY(0);
transition: all .3s;
}
.haru-product-nav .product-nav-btn > a {
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
display: flex;
align-items: center;
}
.haru-product-nav .product-nav-btn > a:before, .haru-product-nav .product-nav-btn > a:after {
font-family: phosphor;
font-size: 14px;
font-weight: 700;
}
.haru-product-nav .product-nav {
display: flex;
align-items: center;
position: absolute;
right: 0;
top: calc(100% + 6px);
-webkit-transform: translateY(10px);
transform: translateY(10px);
background: #fff;
border-radius: 3px;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(5px);
transform: translateY(5px);
transition: all .3s;
}
.haru-product-nav .product-nav-image {
display: inline-flex;
}
.haru-product-nav .product-nav-thumb {
display: inline-flex;
}
.haru-product-nav .product-nav-thumb img {
max-width: 68px;
}
.haru-product-nav .product-nav-info {
padding-left: 10px;
width: 150px;
}
.haru-product-nav .product-nav-title {
font-weight: 600;
color: #000;
display: block;
line-height: 1.4;
font-size: 14px;
margin-bottom: 3px;
transition: all .3s;
display: -webkit-box;
-webkit-line-clamp: 2; -webkit-box-orient: vertical;
overflow: hidden;
}
.haru-product-nav .product-nav-title:hover {
color: #4B5C66;
transition: all .3s;
}
.haru-product-nav .product-nav-price {
font-size: 14px;
}
.haru-product-nav .product-nav-price .amount {
color: #4B5C66;
}
.haru-product-nav .product-nav-price del .amount {
color: #9b9b9b;
}
.haru-product-nav .product-nav-icon:before {
font-family: phosphor;
font-size: 18px;
font-weight: 700;
}
.haru-product-nav .product-prev > a:before {
content: '\e915';
padding-right: 3px;
}
.haru-product-nav .product-next > a:after {
content: '\e916';
padding-left: 3px;
}
.haru-product-nav .product-back-btn {
font-size: 0;
margin: 0 0;
position: relative;
top: -1px;
opacity: 0;
visibility: hidden;
}
.haru-product-nav .product-back-btn:hover .button-tooltip {
opacity: 1;
visibility: visible;
-webkit-transform: translate(-50%, -6px);
transform: translate(-50%, -6px);
transition: all 300ms ease-in-out 0s;
}
.haru-product-nav .product-back-btn:before {
content: '\e91e';
font-family: phosphor;
font-size: 20px;
}
.haru-product-nav .product-back-btn .button-tooltip {
padding: 4px 8px;
position: absolute;
text-transform: none;
display: inline-block;
white-space: nowrap;
opacity: 0;
text-align: center;
visibility: hidden;
background: #000;
color: #fff;
border-radius: 3px;
font-size: 12px;
font-weight: 600;
line-height: 20px;
bottom: 100%;
left: 50%;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
.haru-product-nav .product-back-btn .button-tooltip:after {
width: 0;
height: 0;
position: absolute;
right: auto;
top: auto;
bottom: -6px;
left: 50%;
content: "";
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 7px solid #000;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
.single-product-sticky {
position: fixed;
left: 0;
right: 0;
bottom: 0;
width: 100%;
background-color: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
z-index: 9;
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(50%);
transform: translateY(50%);
transition: all .3s;
}
@media screen and (max-width: 991px) {
.single-product-sticky {
display: none;
}
}
.single-product-sticky.is-sticky {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
transform: translateY(0);
transition: all .3s;
}
.single-product-sticky__content {
display: flex;
align-items: center;
padding: 10px 0;
max-height: 80px;
}
.single-product-sticky__image {
display: flex;
padding-right: 12px;
}
.single-product-sticky__image img {
max-width: 60px;
max-height: 60px;
border-radius: 3px;
}
.single-product-sticky__title strong {
color: #000;
}
.single-product-sticky__summary {
display: flex;
align-items: center;
}
.single-product-sticky__rating {
margin-left: 8px;
}
.single-product-sticky__rating .star-rating {
font-size: 16px;
position: relative;
bottom: -1px;
}
.single-product-sticky__btn {
display: inline-flex;
margin-left: auto;
}
.single-product-sticky__btn .add_to_cart_inline {
display: none;
}
.single-product-sticky__btn .add_to_cart_button.added {
display: none;
}
.single-product-sticky__btn .added_to_cart {
border-radius: 12px;
background: #4B5C66;
color: #fff;
display: inline-block;
font-weight: 700;
outline: none;
border: none;
height: 48px;
line-height: 48px;
padding: 0 35px;
text-transform: capitalize;
transition: all .3s;
}
@media screen and (max-width: 767px) {
.single-product-sticky__btn .added_to_cart {
padding: 0 30px;
}
}
.single-product-sticky__btn .added_to_cart:hover {
background-color: #24925d;
transition: all .3s;
}
.single-product-sticky__top .back-to-top {
position: relative;
bottom: 0;
right: 0;
margin-left: 8px;
height: 48px;
width: 48px;
line-height: 44px;
border: 2px solid #eee;
border-radius: 50%;
background: transparent;
}
.single-product-sticky__top .back-to-top:before {
color: #000;
}
.single-product-sticky__top .back-to-top:hover {
cursor: pointer;
border: 2px solid #4B5C66;
background: #4B5C66;
}
.single-product-sticky__top .back-to-top:hover:before {
color: #fff;
}
.dark-mode .related,
.dark-mode .upsells {
border-top: 1px solid #333;
}
.dark-mode .single-product-top .single-product-image-wrap.horizontal #product-thumbnails .slick-slide.slick-current, .dark-mode .single-product-top .single-product-image-wrap.vertical #product-thumbnails .slick-slide.slick-current {
opacity: .6;
}
.dark-mode .single-product-top .single-product-image-wrap.horizontal #product-thumbnails .slick-slide.slick-current img, .dark-mode .single-product-top .single-product-image-wrap.vertical #product-thumbnails .slick-slide.slick-current img {
border-bottom: 2px solid #4B5C66;
}
.dark-mode .single-product-top .single-product-image-wrap.vertical_gallery #product-thumbnails .thumbnail-image.current {
border-bottom: 2px solid #fff;
opacity: .6;
}
.dark-mode .single-product-top .price {
border-bottom: 1px solid #333;
}
.dark-mode .single-product-top .product-size-guide .product-size-guide-link {
color: #fff;
}
.dark-mode .single-product-top .product-size-guide .product-size-guide-link:hover {
color: #4B5C66;
}
.dark-mode .single-product-top .woocommerce-grouped-product-list-item__label a {
color: #fff;
}
.dark-mode .single-product-top .woocommerce-grouped-product-list-item__label a:hover {
color: #4B5C66;
}
.dark-mode .single-product-top form.cart table.variations label {
color: #fff;
}
.dark-mode .single-product-top form.cart table.variations .variable-attribute-wrap.color-attribute-wrap > li.selected:before {
border: 2px solid #4B5C66;
}
.dark-mode .single-product-top form.cart table.variations .variable-attribute-wrap.color-attribute-wrap > li:before {
border: 1px solid #333;
}
.dark-mode .single-product-top form.cart table.variations .variable-attribute-wrap.label-attribute-wrap > li {
border: 1px solid #333;
}
.dark-mode .single-product-top form.cart table.variations .variable-attribute-wrap.label-attribute-wrap > li.selected {
border: 1px solid #4B5C66;
}
.dark-mode .single-product-top form.cart table.variations .variable-attribute-wrap.image-attribute-wrap > li {
border: 1px solid #333;
}
.dark-mode .single-product-top form.cart table.variations .variable-attribute-wrap.image-attribute-wrap > li.selected {
border: 1px solid #4B5C66;
}
.dark-mode .single-product-top .product-button--wishlist a {
border: 1px solid #333;
}
.dark-mode .single-product-top .product-button--wishlist a:hover {
border: 1px solid #4B5C66;
}
.dark-mode .single-product-top .product-button--wishlist .yith-wcwl-wishlistaddedbrowse a,
.dark-mode .single-product-top .product-button--wishlist .yith-wcwl-wishlistexistsbrowse a {
border: 1px solid #4B5C66;
}
.dark-mode .single-product-top .product-button--compare a.button {
border: 1px solid #333;
color: #ababab;
}
.dark-mode .single-product-top .product-button--compare a.button.added {
border: 1px solid #4B5C66;
color: #4B5C66;
}
.dark-mode .single-product-top .product-button--compare a.button:hover {
border: 1px solid #4B5C66;
color: #fff;
}
.dark-mode .single-product-top .product_meta {
border-top: 1px solid #333;
}
.dark-mode .single-product-top .product_meta .sku_wrapper .label,
.dark-mode .single-product-top .product_meta .posted_in .label,
.dark-mode .single-product-top .product_meta .tagged_as .label {
color: #fff;
}
@media screen and (max-width: 767px) {
.dark-mode .woocommerce-tabs {
border-top: 2px solid #333;
}
}
.dark-mode .woocommerce-tabs .tabs {
border-bottom: 1px solid #333;
}
@media screen and (max-width: 767px) {
.dark-mode .woocommerce-tabs .tabs {
display: none;
}
}
.dark-mode .woocommerce-tabs .tabs li.active a {
color: #fff;
}
.dark-mode .woocommerce-tabs .tabs li.active a:before {
background-color: #fff;
}
.dark-mode .woocommerce-tabs .tabs li a:hover {
color: #fff;
}
@media screen and (max-width: 767px) {
.dark-mode .woocommerce-tabs .haru-woocommerce-tab {
border-bottom: 1px solid #333;
}
}
.dark-mode .woocommerce-tabs .haru-accordion-title {
color: #fff;
}
.dark-mode .woocommerce-tabs #tab-additional_information .shop_attributes th,
.dark-mode .woocommerce-tabs #tab-additional_information .shop_attributes td {
border: none;
border-bottom: 1px solid #333;
}
.dark-mode .woocommerce-tabs #tab-additional_information .shop_attributes th {
color: #fff;
}
.dark-mode .woocommerce-tabs #tab-additional_information .shop_attributes tr:last-child th,
.dark-mode .woocommerce-tabs #tab-additional_information .shop_attributes tr:last-child td {
border: none;
}
.dark-mode .woocommerce-tabs .woocommerce-Reviews label {
color: #fff;
}
.dark-mode .woocommerce-tabs .woocommerce-Reviews #comments {
border-bottom: 1px solid #333;
}
.dark-mode .woocommerce-tabs .woocommerce-Reviews #comments .commentlist .comment_container .comment-text .woocommerce-review__author {
color: #fff;
}
.dark-mode .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-reply-title {
color: #fff;
}
.dark-mode .quantity {
background: #333;
border: 1px solid #333;
}
.dark-mode .quantity .input-button {
color: #ababab;
fill: #ababab;
} .widget_product_categories .product-categories {
margin: 0;
padding: 0;
list-style: none;
list-style-type: none;
}
.widget_product_categories .product-categories li {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
margin-bottom: 12px;
}
.widget_product_categories .product-categories li:last-child {
margin-bottom: 0;
}
.widget_product_categories .product-categories li.current-cat > a, .widget_product_categories .product-categories li:hover > a {
color: #4B5C66;
border-bottom: 1px solid #4B5C66;
}
.widget_product_categories .product-categories li.current-cat > .count, .widget_product_categories .product-categories li:hover > .count {
background-color: #4B5C66;
border: 1px solid #4B5C66;
color: #fff;
transition: all .3s;
}
.widget_product_categories .product-categories li:focus {
outline: none;
}
.widget_product_categories .product-categories li a {
border-bottom: 1px solid transparent;
transition: all .3s;
}
.widget_product_categories .product-categories li .count {
color: #000;
padding: 0 5px;
font-size: 13px;
border-radius: 20px;
min-width: 30px;
text-align: center;
transition: all .3s;
}
.widget_product_categories .product-categories .children {
flex: 1 1 100%;
padding-left: 20px;
margin-top: 10px;
}
.widget_price_filter .ui-slider {
position: relative;
}
.widget_price_filter .price-slider {
margin-bottom: 20px;
}
.widget_price_filter .ui-slider-horizontal {
height: 20px;
border: none;
background: 0 0;
cursor: pointer;
}
.widget_price_filter .ui-slider-horizontal:before {
content: "";
position: absolute;
top: 50%;
right: 0;
left: 0;
margin-top: -1px;
height: 3px;
background-color: #eee;
border-radius: 4px;
}
.widget_price_filter .ui-slider-range {
background-color: #4B5C66;
position: absolute;
top: 50%;
z-index: 1;
display: block;
margin-top: -1px;
height: 4px;
border: 0;
border-radius: 0;
background-image: none;
}
.widget_price_filter .ui-slider-handle {
position: absolute;
top: 50%;
z-index: 2;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
margin-top: -14px;
margin-left: -15px;
width: 30px;
height: 30px;
outline: 0;
border: none;
border-radius: 0;
background: 0 0;
background-color: !important;
cursor: ew-resize;
}
.widget_price_filter .ui-slider-handle:after {
content: "";
background-color: #4B5C66;
display: inline-block;
width: 15px;
height: 15px;
border-radius: 50%;
}
.widget_price_filter .price_slider_amount {
display: flex;
align-items: center;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
margin-top: 15px;
}
.widget_price_filter .price_slider_amount .price_label {
order: 1;
}
.widget_price_filter .price_slider_amount .price_label span {
color: #000;
font-weight: 500;
}
.widget_price_filter .price_slider_amount .button {
order: 2;
background-color: #f5f5f5;
color: #000;
font-size: 14px;
height: 40px;
line-height: 40px;
padding: 0 20px;
}
.widget_price_filter .price_slider_amount .button:hover {
background-color: #4B5C66;
color: #fff;
}
.widget_price_filter .price_slider_amount .clear {
display: none;
clear: both;
width: 100%;
}
.widget_shopping_cart_content .amount {
color: #4B5C66;
}
.widget_shopping_cart_content .widget_shopping_cart_icon {
display: inline-block;
position: relative;
}
.widget_shopping_cart_content .widget_shopping_cart_icon:before {
content: '\e905';
font-family: 'phosphor';
font-size: 20px;
}
.widget_shopping_cart_content .widget_shopping_cart_icon .total {
position: absolute;
border: none;
top: -2px;
right: -10px;
padding: 0;
width: 18px;
height: 18px;
border-radius: 50%;
background: #4B5C66;
color: #fff;
text-align: center;
line-height: 18px;
font-size: 12px;
}
.widget_shopping_cart_content .sub-total-text {
display: inline-block;
margin-left: 15px;
font-size: 18px;
}
.widget_shopping_cart_content .mini-cart-sidebar-header {
display: none;
}
.widget_shopping_cart_content .woocommerce-mini-cart {
margin: 15px 0;
padding: 0;
}
.widget_shopping_cart_content .woocommerce-mini-cart__btn {
margin-top: 10px;
}
.widget_shopping_cart_content .empty h4 {
font-size: 16px;
font-weight: 500;
margin-top: 0;
}
.widget_shopping_cart_content .woocommerce-mini-cart-item {
padding-bottom: 15px;
margin-bottom: 15px;
display: flex;
border-bottom: 1px solid #eee;
}
.widget_shopping_cart_content .woocommerce-mini-cart-item:last-child {
border: none;
padding-bottom: 0;
margin-bottom: 0;
}
.widget_shopping_cart_content .woocommerce-mini-cart-item .cart-left {
flex: 0 0 auto;
font-size: 0;
overflow: hidden;
margin-right: 20px;
}
@media screen and (max-width: 767px) {
.widget_shopping_cart_content .woocommerce-mini-cart-item .cart-left {
margin-right: 15px;
}
}
.widget_shopping_cart_content .woocommerce-mini-cart-item .cart-left img {
width: 60px;
border-radius: 5px;
min-width: auto !important;
}
.widget_shopping_cart_content .woocommerce-mini-cart-item .cart-left > a.button {
display: block;
background-color: transparent;
padding: 0;
color: #000;
font-size: 13px;
text-align: center;
}
.widget_shopping_cart_content .woocommerce-mini-cart-item .cart-left > a.button:hover {
color: #4B5C66;
}
.widget_shopping_cart_content .woocommerce-mini-cart-item .cart-right {
flex: 1 1 auto;
padding-right: 20px;
position: relative;
}
.widget_shopping_cart_content .woocommerce-mini-cart-item .cart-right a:not(.remove) {
color: #000;
display: block;
font-weight: 700;
}
.widget_shopping_cart_content .woocommerce-mini-cart-item .cart-right a:not(.remove):hover {
color: #4B5C66;
transition: all .3s;
}
.widget_shopping_cart_content .woocommerce-mini-cart-item .cart-right .remove {
position: absolute;
top: -2px;
right: -5px;
padding: 0 5px;
font-size: 0;
}
.widget_shopping_cart_content .woocommerce-mini-cart-item .cart-right .remove:before {
content: "\e919";
font-family: 'Haruicons';
font-size: 18px;
transition: all .3s;
}
.widget_shopping_cart_content .woocommerce-mini-cart-item .cart-right .remove:hover:before {
color: #4B5C66;
transition: all .3s;
}
.widget_shopping_cart_content .woocommerce-mini-cart-item .cart-right .quantity {
background: transparent;
border: none;
}
.widget_shopping_cart_content .woocommerce-mini-cart-item .cart-right .amount {
margin-left: 6px;
}
.widget_shopping_cart_content .cart-total {
margin-top: 15px;
}
.widget_shopping_cart_content .cart-total .total {
border-top: 1px solid #eee;
font-size: 16px;
padding-top: 15px;
margin-bottom: 15px;
}
.widget_shopping_cart_content .cart-total strong {
color: #000;
font-weight: 600;
}
.widget_shopping_cart_content .cart-total .amount {
margin-left: 10px;
}
.widget_shopping_cart_content .button:first-child {
background-color: transparent;
border: 2px solid #eee;
line-height: 44px;
color: #000;
}
.widget_shopping_cart_content .button:first-child:hover {
border: 2px solid #4B5C66;
background-color: #4B5C66;
}
.widget_shopping_cart_content .button.checkout {
margin-left: 8px;
}
body.post-type-archive-product .cart_list .empty .woocommerce-mini-cart__btn {
display: none !important;
}
.widget_product_tag_cloud .tagcloud a {
background-color: #f5f5f5;
border-radius: 3px;
display: inline-block;
margin: 6px 4px 0 0;
padding: 3px 14px;
font-size: 15px !important;
text-transform: capitalize;
transition: all .3s;
}
.widget_product_tag_cloud .tagcloud a:hover {
background-color: #4B5C66;
color: #fff;
transition: all .3s;
}
.product_list_widget {
padding: 0;
margin: 0;
list-style: none;
}
.product_list_widget .widget-product-item {
display: flex;
align-items: stretch;
flex-direction: row;
padding-bottom: 15px;
margin-bottom: 15px;
border-bottom: 1px solid #eee;
}
.product_list_widget > li:last-child .widget-product-item {
padding-bottom: 0;
margin-bottom: 0;
border: none;
}
.product_list_widget .widget-product-img {
display: flex;
align-items: flex-start;
flex: 0 0 auto;
overflow: hidden;
margin-right: 15px;
}
.product_list_widget .widget-product-img img {
width: 80px;
border: 1px solid rgba(238, 238, 238, 0.5);
border-radius: 3px;
}
.product_list_widget .widget-product-info {
flex: 1 1 auto;
}
.product_list_widget .product-title {
color: #000;
display: block;
font-weight: 600;
line-height: 1.4;
transition: all .3s;
}
.product_list_widget .product-title:hover {
color: #4B5C66;
transition: all .3s;
}
.product_list_widget .star-rating {
font-size: 14px;
margin-top: 3px;
}
.product_list_widget .price {
display: block;
font-size: 90%;
margin-top: 8px;
}
.widget_recent_reviews .reviewer {
display: block;
font-size: 14px;
margin-top: -5px;
}
.widget_product_search .woocommerce-product-search {
margin-top: 20px;
display: flex;
border-radius: 12px;
position: relative;
}
.widget_product_search .woocommerce-product-search input[type="search"] {
padding-right: 65px;
}
.widget_product_search .woocommerce-product-search button[type="submit"] {
background-color: transparent;
color: #7e7e7e;
padding: 0 20px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
font-size: 0;
position: absolute;
right: 0;
top: 0;
}
.widget_product_search .woocommerce-product-search button[type="submit"]:before {
content: '\e92f';
font-family: 'phosphor';
font-size: 20px;
font-weight: 500;
}
.widget_product_search .woocommerce-product-search button[type="submit"]:hover {
color: #4B5C66;
}
.widget_layered_nav .woocommerce-widget-layered-nav-list {
margin: 0;
padding: 0;
}
.widget_layered_nav .woocommerce-widget-layered-nav-list li {
list-style: none;
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 12px;
}
.widget_layered_nav .woocommerce-widget-layered-nav-list li:last-child {
margin-bottom: 0;
}
.widget_layered_nav .woocommerce-widget-layered-nav-list li.chosen a, .widget_layered_nav .woocommerce-widget-layered-nav-list li:hover a {
color: #4B5C66;
border-bottom: 1px solid #4B5C66;
}
.widget_layered_nav .woocommerce-widget-layered-nav-list li.chosen .count, .widget_layered_nav .woocommerce-widget-layered-nav-list li:hover .count {
background-color: #4B5C66;
border: 1px solid #4B5C66;
color: #fff;
transition: all .3s;
}
.widget_layered_nav .woocommerce-widget-layered-nav-list li.chosen:hover a:after {
opacity: 1;
visibility: visible;
}
.widget_layered_nav .woocommerce-widget-layered-nav-list li:focus {
outline: none;
}
.widget_layered_nav .woocommerce-widget-layered-nav-list li a {
border-bottom: 1px solid transparent;
position: relative;
transition: all .3s;
}
.widget_layered_nav .woocommerce-widget-layered-nav-list li a:after {
position: absolute;
left: calc(100% + 5px);
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
font-weight: 600;
font-size: 10px;
line-height: 1;
content: '\e919';
font-family: 'haruicons';
opacity: 0;
visibility: hidden;
transition: all .3s;
}
.widget_layered_nav .woocommerce-widget-layered-nav-list li .count {
border: 1px solid transparent;
color: #000;
padding: 0 5px;
font-size: 13px;
border-radius: 20px;
min-width: 30px;
text-align: center;
transition: all .3s;
}
.widget_layered_nav .woocommerce-widget-layered-nav-dropdown__submit {
margin-top: 10px;
background-color: #f5f5f5;
color: #000;
font-size: 14px;
height: 40px;
line-height: 40px;
padding: 0 20px;
}
.widget_layered_nav .woocommerce-widget-layered-nav-dropdown__submit:hover {
background-color: #4B5C66;
color: #fff;
}
.widget_layered_nav_filters ul {
margin: 0;
padding: 0;
list-style: none;
}
.widget_layered_nav_filters li {
margin-bottom: 10px;
}
.widget_layered_nav_filters li:last-child {
margin-bottom: 0;
}
.widget_layered_nav_filters a {
color: #000;
font-weight: 500;
transition: all .3s;
}
.widget_layered_nav_filters a:hover {
color: rgba(0, 0, 0, 0.6);
transition: all .3s;
}
.widget_layered_nav_filters a:before {
margin-right: 3px;
font-size: 80%;
font-weight: 500;
content: '\e919';
font-family: 'haruicons';
}
.widget_rating_filter ul {
margin: 0;
padding: 0;
list-style: none;
}
.widget_rating_filter li {
margin-bottom: 10px;
}
.widget_rating_filter li:last-child {
margin-bottom: 0;
}
.widget_rating_filter li:hover a > span:not(.star-rating) {
background-color: #4B5C66;
border: 1px solid #4B5C66;
color: #fff;
transition: all .3s;
}
.widget_rating_filter li a {
display: flex;
align-items: center;
justify-content: space-between;
}
.widget_rating_filter li a > span:not(.star-rating) {
border: 1px solid #eee;
color: #000;
padding: 0 5px;
font-size: 12px;
border-radius: 20px;
min-width: 30px;
text-align: center;
transition: all .3s;
}
.widget_rating_filter .star-rating {
font-size: 20px;
}
.yith-woocompare-widget ul {
margin: 0;
padding: 0;
list-style: none;
}
.yith-woocompare-widget li {
padding: 10px 0 10px 30px !important;
border-bottom: 1px solid #eee !important;
display: flex;
}
.yith-woocompare-widget li:before {
content: '\e926';
font-family: 'phosphor';
font-size: 20px;
margin-right: 10px;
}
.yith-woocompare-widget li .remove {
font-size: 15px !important;
top: 13px;
}
.yith-woocompare-widget li .title {
color: #000;
text-transform: capitalize;
font-size: 15px !important;
font-weight: 600 !important;
text-transform: none !important;
}
.yith-woocompare-widget li .title:hover {
color: #4B5C66;
transition: all .3s;
}
.yith-woocompare-widget a.clear-all {
font-weight: 500;
font-size: 13px;
}
.yith-woocompare-widget .compare {
font-size: 15px !important;
text-transform: none !important;
}
.dark-mode .widget_product_categories .product-categories li:hover > .count {
border: 1px solid #4B5C66;
}
.dark-mode .widget_product_categories .product-categories li .count {
border: 1px solid #333;
color: #fff;
}
.dark-mode .widget_price_filter .ui-slider-horizontal:before {
background-color: #333;
}
.dark-mode .widget_price_filter .price_slider_amount .price_label span {
color: #fff;
}
.dark-mode .widget_shopping_cart_content .woocommerce-mini-cart-item {
border-bottom: 1px solid #333;
}
.dark-mode .widget_shopping_cart_content .woocommerce-mini-cart-item:last-child {
border: none;
}
.dark-mode .widget_shopping_cart_content .woocommerce-mini-cart-item .cart-right a:not(.remove) {
color: #fff;
}
.dark-mode .widget_shopping_cart_content .woocommerce-mini-cart-item .cart-right a:not(.remove):hover {
color: #4B5C66;
}
.dark-mode .widget_shopping_cart_content .cart-total .total {
border-top: 1px solid #333;
}
.dark-mode .widget_shopping_cart_content .cart-total strong {
color: #fff;
}
.dark-mode .widget_shopping_cart_content .button.checkout {
background-color: #000;
}
.dark-mode .widget_shopping_cart_content .button.checkout:hover {
background-color: #4B5C66;
}
.dark-mode .widget_product_tag_cloud .tagcloud a {
background-color: #333;
}
.dark-mode .widget_product_tag_cloud .tagcloud a:hover {
background-color: #4B5C66;
color: #fff;
}
.dark-mode .product_list_widget .widget-product-item {
border-bottom: 1px solid #333;
}
.dark-mode .product_list_widget > li:last-child .widget-product-item {
border: none;
}
.dark-mode .product_list_widget .product-title {
color: #fff;
}
.dark-mode .product_list_widget .product-title:hover {
color: #4B5C66;
}
.dark-mode .widget_layered_nav .woocommerce-widget-layered-nav-list li:hover a {
color: #4B5C66;
}
.dark-mode .widget_layered_nav .woocommerce-widget-layered-nav-list li:hover .count {
background-color: #4B5C66;
border: 1px solid #4B5C66;
color: #fff;
}
.dark-mode .widget_layered_nav .woocommerce-widget-layered-nav-list li .count {
border: 1px solid #333;
color: #fff;
}
.dark-mode .widget_rating_filter li:hover a > span:not(.star-rating) {
border: 1px solid #4B5C66;
color: #fff;
}
.dark-mode .widget_rating_filter li a > span:not(.star-rating) {
border: 1px solid #333;
color: #fff;
}
.dark-mode .yith-woocompare-widget li {
border-bottom: 1px solid #333 !important;
}
.dark-mode .yith-woocompare-widget li .title {
color: #fff;
}
.dark-mode .yith-woocompare-widget li .title:hover {
color: #4B5C66;
} dl.variation {
margin: 15px 0;
}
@media screen and (max-width: 767px) {
dl.variation {
flex: 0 0 100%;
margin: 3px 0;
}
}
dl.variation dt {
color: #000;
font-size: 12px;
font-weight: 600;
float: left;
clear: left;
margin-right: 5px;
line-height: 1.4;
}
dl.variation dd {
font-size: 12px;
margin-left: 0;
}
dl.variation dd p {
line-height: 1.4;
}
dl.variation dd a {
font-weight: 500 !important;
text-decoration: underline;
}
dl.variation:has(.variation-Vendor:empty) .variation-Vendor {
display: none;
}
dl.variation .variation-Vendor:nth-child(2) {
position: relative;
top: -3px;
}
dl.variation .variation-Vendor:empty {
min-height: 8px;
top: 0;
}
.woocommerce-cart .shopping-cart-title {
margin-bottom: 70px;
font-size: 28px;
text-align: center;
}
@media screen and (max-width: 1440px) {
.woocommerce-cart .shopping-cart-title {
margin-bottom: 60px;
}
}
@media screen and (max-width: 1024px) {
.woocommerce-cart .shopping-cart-title {
margin-bottom: 50px;
}
}
@media screen and (max-width: 991px) {
.woocommerce-cart .shopping-cart-title {
margin-bottom: 40px;
}
}
@media screen and (max-width: 767px) {
.woocommerce-cart .shopping-cart-title {
font-size: 16px;
margin-bottom: 30px;
}
}
.woocommerce-cart .woocommerce-cart-form {
max-width: 1170px;
margin-left: auto;
margin-right: auto;
}
.woocommerce-cart .woocommerce-cart-form__contents {
border: 1px solid #eee;
}
@media screen and (max-width: 767px) {
.woocommerce-cart .woocommerce-cart-form__contents {
border: none;
}
}
.woocommerce-cart .woocommerce-cart-form__contents tr th:last-child,
.woocommerce-cart .woocommerce-cart-form__contents tr td:last-child {
text-align: left;
}
.woocommerce-cart .woocommerce-cart-form thead {
background-color: #f5f5f5;
}
@media screen and (max-width: 767px) {
.woocommerce-cart .woocommerce-cart-form thead {
display: none;
}
}
.woocommerce-cart .woocommerce-cart-form th {
border-width: 1px;
}
@media screen and (max-width: 767px) {
.woocommerce-cart .woocommerce-cart-form tr {
display: block;
border-bottom: 1px solid #eee;
position: relative;
margin-bottom: 20px;
padding-bottom: 20px;
padding-left: 95px;
min-height: 120px;
}
}
@media screen and (max-width: 767px) {
.woocommerce-cart .woocommerce-cart-form tr:last-child {
margin-bottom: 0;
}
}
@media screen and (max-width: 767px) {
.woocommerce-cart .woocommerce-cart-form td {
display: flex;
align-items: center;
flex-direction: row;
flex-wrap: wrap;
padding: 0;
}
}
@media screen and (max-width: 767px) {
.woocommerce-cart .woocommerce-cart-form td:not(:last-child) {
border-bottom: 1px dashed #eee;
}
}
@media screen and (max-width: 767px) {
.woocommerce-cart .woocommerce-cart-form td:last-child {
border: none;
margin-bottom: 0;
padding-bottom: 0;
}
}
.woocommerce-cart .woocommerce-cart-form .product-remove {
font-size: 0;
padding: 0 0 0 10px;
text-align: center;
}
.woocommerce-cart .woocommerce-cart-form .product-remove a {
font-size: 0;
color: #9b9b9b;
}
.woocommerce-cart .woocommerce-cart-form .product-remove a:hover {
color: #4B5C66;
}
.woocommerce-cart .woocommerce-cart-form .product-remove a:before {
content: "\e919";
font-family: 'Haruicons';
font-size: 18px;
transition: all .3s;
}
@media screen and (max-width: 767px) {
.woocommerce-cart .woocommerce-cart-form .product-remove {
position: absolute;
top: -1px;
right: 0;
z-index: 1;
margin-bottom: 0;
padding-bottom: 0;
border: none !important;
}
}
.woocommerce-cart .woocommerce-cart-form .product-thumbnail img {
width: 80px;
border-radius: 5px;
min-width: auto !important;
}
@media screen and (max-width: 767px) {
.woocommerce-cart .woocommerce-cart-form .product-thumbnail {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
margin-bottom: 0;
padding-bottom: 0;
max-height: 115px;
border-bottom: none !important;
flex-wrap: wrap;
width: 80px;
}
}
.woocommerce-cart .woocommerce-cart-form .product-thumbnail .button {
margin-top: 8px;
}
@media screen and (max-width: 767px) {
.woocommerce-cart .woocommerce-cart-form .product-thumbnail .button {
margin-top: 0;
background: transparent;
padding: 0;
color: #4B5C66;
font-weight: 600;
font-size: 13px;
flex: 0 0 100%;
text-align: center;
}
}
@media screen and (max-width: 767px) {
.woocommerce-cart .woocommerce-cart-form .product-name {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
text-align: left;
}
}
.woocommerce-cart .woocommerce-cart-form .product-name a {
color: #000;
font-weight: 700;
}
@media screen and (max-width: 767px) {
.woocommerce-cart .woocommerce-cart-form .product-name a {
margin-bottom: 10px;
padding-right: 25px;
}
}
.woocommerce-cart .woocommerce-cart-form .product-name a:hover {
color: #4B5C66;
transition: all .3s;
}
.woocommerce-cart .woocommerce-cart-form .product-price {
color: #000;
font-weight: 700;
}
@media screen and (max-width: 767px) {
.woocommerce-cart .woocommerce-cart-form .product-price:before {
content: attr(data-title);
float: left;
padding: 6px 0;
color: #000;
text-transform: uppercase;
font-weight: 600;
font-size: 11px;
flex: 1 1 auto;
}
}
.woocommerce-cart .woocommerce-cart-form .product-price bdi {
color: #000;
font-weight: 700;
}
@media screen and (max-width: 767px) {
.woocommerce-cart .woocommerce-cart-form .product-quantity:before {
content: attr(data-title);
float: left;
padding: 13px 0;
color: #000;
text-transform: uppercase;
font-weight: 600;
font-size: 11px;
flex: 1 1 auto;
}
}
.woocommerce-cart .woocommerce-cart-form .product-quantity .input-button {
height: 40px;
line-height: 40px;
padding: 0 8px;
}
@media screen and (max-width: 1440px) {
.woocommerce-cart .woocommerce-cart-form .product-quantity .input-button {
height: 36px;
line-height: 36px;
}
}
@media screen and (max-width: 767px) {
.woocommerce-cart .woocommerce-cart-form .product-quantity .input-button {
height: 28px;
line-height: 28px;
}
}
.woocommerce-cart .woocommerce-cart-form .product-quantity .input-text[type=number] {
height: 40px;
line-height: 40px;
width: 50px;
}
@media screen and (max-width: 1440px) {
.woocommerce-cart .woocommerce-cart-form .product-quantity .input-text[type=number] {
height: 36px;
line-height: 36px;
}
}
@media screen and (max-width: 767px) {
.woocommerce-cart .woocommerce-cart-form .product-quantity .input-text[type=number] {
height: 28px;
line-height: 28px;
}
}
@media screen and (max-width: 767px) {
.woocommerce-cart .woocommerce-cart-form .product-subtotal:before {
content: attr(data-title);
float: left;
padding-top: 10px;
color: #000;
text-transform: uppercase;
font-weight: 700;
font-size: 12px;
flex: 1 1 auto;
text-align: left;
}
}
.woocommerce-cart .woocommerce-cart-form .product-subtotal .amount {
color: #4B5C66;
font-weight: 600;
}
@media screen and (max-width: 767px) {
.woocommerce-cart .woocommerce-cart-form .product-subtotal .amount {
font-size: 15px;
padding-top: 10px;
}
}
.woocommerce-cart .woocommerce-cart-form .cart-actions {
display: flex;
align-items: center;
flex-wrap: wrap;
padding-top: 20px;
}
.woocommerce-cart .woocommerce-cart-form .cart-actions > .button {
margin-left: auto;
}
@media screen and (max-width: 767px) {
.woocommerce-cart .woocommerce-cart-form .cart-actions > .button {
flex: 0 0 100%;
width: 100%;
}
}
@media screen and (max-width: 767px) {
.woocommerce-cart .woocommerce-cart-form .cart-actions-custom {
flex: 0 0 100%;
margin-bottom: 20px;
}
}
.woocommerce-cart .woocommerce-cart-form .empty-cart-button {
background: transparent;
color: #000;
display: inline-flex;
align-items: center;
padding: 0;
margin-left: 18px;
border-bottom: 1px solid #ccc;
height: 30px;
line-height: 30px;
border-radius: 0;
}
.woocommerce-cart .woocommerce-cart-form .empty-cart-button:hover {
background-color: transparent;
color: #4B5C66;
border-bottom: 1px solid #4B5C66;
}
.woocommerce-cart .woocommerce-cart-form .empty-cart-button:before {
content: '\e957';
font-family: 'phosphor';
font-size: 18px;
margin-right: 8px;
}
.woocommerce-cart .cart-coupon {
max-width: 1170px;
margin-left: auto;
margin-right: auto;
display: flex;
flex-wrap: wrap;
border-top: 1px solid #eee;
margin-top: 50px;
padding-top: 50px;
}
@media screen and (max-width: 991px) {
.woocommerce-cart .cart-coupon {
margin-top: 40px;
padding-top: 40px;
}
}
@media screen and (max-width: 767px) {
.woocommerce-cart .cart-coupon {
margin-top: 30px;
padding-top: 30px;
}
}
.woocommerce-cart .cart-coupon .coupon {
flex: 0 0 50%;
padding-right: 15px;
}
@media screen and (max-width: 767px) {
.woocommerce-cart .cart-coupon .coupon {
border: 2px dashed #eee;
display: block;
flex: 0 0 100%;
padding: 15px;
margin-bottom: 20px;
}
}
.woocommerce-cart .cart-coupon .coupon label {
color: #000;
display: block;
font-size: 18px;
font-weight: 700;
margin-bottom: 15px;
}
.woocommerce-cart .cart-coupon .coupon .coupon_desription {
margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
.woocommerce-cart .cart-coupon .coupon .input-text {
width: 100%;
}
}
.woocommerce-cart .cart-coupon .coupon .button {
margin-top: 20px;
}
@media screen and (max-width: 767px) {
.woocommerce-cart .cart-coupon .coupon .button {
margin-top: 10px;
width: 100%;
margin-left: 0;
}
}
.woocommerce-cart .cart-totals {
max-width: 1170px;
margin-left: auto;
margin-right: auto;
margin-top: -155px;
}
@media screen and (max-width: 767px) {
.woocommerce-cart .cart-totals {
margin-top: 0;
}
}
.woocommerce-cart .cart-collaterals {
margin-top: 80px;
}
@media screen and (max-width: 1440px) {
.woocommerce-cart .cart-collaterals {
margin-top: 70px;
}
}
@media screen and (max-width: 1024px) {
.woocommerce-cart .cart-collaterals {
margin-top: 60px;
}
}
@media screen and (max-width: 991px) {
.woocommerce-cart .cart-collaterals {
margin-top: 50px;
}
}
@media screen and (max-width: 767px) {
.woocommerce-cart .cart-collaterals {
margin-top: 40px;
}
}
.woocommerce-cart .cross-sells > h2 {
margin-top: 0;
margin-bottom: 40px;
padding-top: 80px;
position: relative;
text-align: center;
}
.woocommerce-cart .cross-sells > h2:before {
content: '';
position: absolute;
top: 0;
left: -50vw;
width: 200vw;
height: 1px;
background-color: #eee;
}
@media screen and (max-width: 1440px) {
.woocommerce-cart .cross-sells > h2 {
padding-top: 60px;
margin-bottom: 35px;
}
}
@media screen and (max-width: 1024px) {
.woocommerce-cart .cross-sells > h2 {
padding-top: 50px;
margin-bottom: 30px;
}
}
@media screen and (max-width: 991px) {
.woocommerce-cart .cross-sells > h2 {
padding-top: 40px;
margin-bottom: 25px;
}
}
@media screen and (max-width: 767px) {
.woocommerce-cart .cross-sells > h2 {
padding-top: 30px;
margin-bottom: 20px;
}
}
.woocommerce-cart .cross-sells > ul {
padding: 0;
margin: 0;
}
.woocommerce-cart .cross-sells .haru-slick {
padding: 15px 0 0;
margin: 0 -15px;
}
@media screen and (max-width: 991px) {
.woocommerce-cart .cross-sells .haru-slick {
padding: 10px 0 0;
margin: 0 -10px;
}
}
@media screen and (max-width: 767px) {
.woocommerce-cart .cross-sells .haru-slick {
padding: 5px 0 0;
margin: 0 -8px;
}
}
@media screen and (max-width: 767px) {
.woocommerce-cart .cross-sells .haru-slick {
max-width: calc(100vw - 16px);
}
}
.woocommerce-cart .cross-sells .haru-slick .slick-slide {
padding: 0 15px;
}
@media screen and (max-width: 991px) {
.woocommerce-cart .cross-sells .haru-slick .slick-slide {
padding: 0 10px;
}
}
@media screen and (max-width: 767px) {
.woocommerce-cart .cross-sells .haru-slick .slick-slide {
padding: 0 8px;
}
}
.woocommerce-cart .cross-sells .haru-slick .slick-next {
right: -60px;
}
.woocommerce-cart .cross-sells .haru-slick .slick-prev {
left: -60px;
}
.woocommerce-cart .cross-sells .haru-slick .slick-dots {
margin: 20px 0 0;
}
@media screen and (max-width: 1440px) {
.woocommerce-cart .cross-sells .haru-slick .slick-dots {
margin: 15px 0 0;
}
}
@media screen and (max-width: 1024px) {
.woocommerce-cart .cross-sells .haru-slick .slick-dots {
margin: 10px 0 0;
}
}
@media screen and (max-width: 991px) {
.woocommerce-cart .cross-sells .haru-slick .slick-dots {
margin: 5px 0 0;
}
}
.woocommerce-cart .cross-sells .add_to_cart_button.added {
display: block !important;
}
.woocommerce-cart .cart_totals {
flex: 0 0 50%;
width: 50%;
padding-left: 15px;
margin-left: auto;
}
@media screen and (max-width: 767px) {
.woocommerce-cart .cart_totals {
flex: 0 0 100%;
width: 100%;
padding-left: 0;
}
}
.woocommerce-cart .cart_totals > h2 {
font-size: 18px;
margin-top: 0;
margin-bottom: 25px;
display: none;
}
@media screen and (max-width: 767px) {
.woocommerce-cart .cart_totals > h2 {
font-size: 16px;
}
}
.woocommerce-cart .cart_totals .cart-subtotal bdi {
color: #7e7e7e;
font-weight: 500;
}
.woocommerce-cart .cart_totals .order-total th {
font-size: 18px;
}
@media screen and (max-width: 767px) {
.woocommerce-cart .cart_totals .order-total th {
font-size: 16px;
}
}
.woocommerce-cart .cart_totals .order-total th,
.woocommerce-cart .cart_totals .order-total td {
border: none;
}
.woocommerce-cart .cart_totals .order-total .amount {
color: #4B5C66;
font-size: 18px;
font-weight: 600;
}
@media screen and (max-width: 767px) {
.woocommerce-cart .cart_totals .order-total .amount {
font-size: 16px;
}
}
.woocommerce-cart .cart_totals .order-total .amount bdi {
color: #4B5C66;
}
.woocommerce-cart .cart-totals-inner {
background-color: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
border-radius: 12px;
padding: 5px 30px 30px;
overflow-x: auto;
}
@media screen and (max-width: 767px) {
.woocommerce-cart .cart-totals-inner {
padding: 5px 15px 15px;
}
}
.woocommerce-cart table.shop_table {
margin-bottom: 3px;
}
.woocommerce-cart table.shop_table td {
padding-right: 0;
}
.woocommerce-cart .wc-proceed-to-checkout .button {
display: block;
text-align: center;
}
.dark-mode dl.variation dt {
color: #fff;
}
.dark-mode.woocommerce-cart .woocommerce-cart-form thead {
background-color: #333;
}
@media screen and (max-width: 767px) {
.dark-mode.woocommerce-cart .woocommerce-cart-form tr {
border-bottom: 1px solid #333;
}
}
@media screen and (max-width: 767px) {
.dark-mode.woocommerce-cart .woocommerce-cart-form td:not(:last-child) {
border-bottom: 1px dashed #333;
}
}
@media screen and (max-width: 767px) {
.dark-mode.woocommerce-cart .woocommerce-cart-form td:last-child {
border: none;
}
}
.dark-mode.woocommerce-cart .woocommerce-cart-form .product-name a {
color: #fff;
}
.dark-mode.woocommerce-cart .woocommerce-cart-form .product-name a:hover {
color: #4B5C66;
}
@media screen and (max-width: 767px) {
.dark-mode.woocommerce-cart .woocommerce-cart-form .product-price:before {
color: #fff;
}
}
.dark-mode.woocommerce-cart .woocommerce-cart-form .product-price bdi {
color: #ababab;
}
@media screen and (max-width: 767px) {
.dark-mode.woocommerce-cart .woocommerce-cart-form .product-quantity:before {
color: #fff;
}
}
@media screen and (max-width: 767px) {
.dark-mode.woocommerce-cart .woocommerce-cart-form .product-subtotal:before {
color: #fff;
}
}
@media screen and (max-width: 767px) {
.dark-mode.woocommerce-cart .woocommerce-cart-form .cart-actions .coupon {
border: 2px dashed #333;
}
}
.dark-mode.woocommerce-cart .cart_totals .cart-subtotal bdi {
color: #ababab;
}
.dark-mode.woocommerce-cart .cart-totals-wrap {
background-color: #333;
}
.dark-mode.woocommerce-cart .cart-totals-inner {
background-color: #000;
box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.1);
} .woocommerce-my-account-wrap {
display: flex;
}
@media screen and (max-width: 767px) {
.woocommerce-my-account-wrap {
display: block;
}
}
.woocommerce-my-account-title {
font-size: 18px;
text-transform: uppercase;
margin-top: 0;
padding-bottom: 10px;
padding-left: 15px;
border-bottom: 1px solid #eee;
}
@media screen and (max-width: 767px) {
.woocommerce-my-account-title {
font-size: 16px;
margin-top: 10px;
}
}
.woocommerce-my-account-menu {
flex: 0 0 25%;
border-right: 1px solid #eee;
padding-right: 30px;
}
@media screen and (max-width: 767px) {
.woocommerce-my-account-menu {
padding-right: 0;
border-right: none;
border: 1px dashed #eee;
margin-bottom: 30px;
}
}
.woocommerce-MyAccount-content {
flex: 0 0 75%;
padding-left: 30px;
}
@media screen and (max-width: 767px) {
.woocommerce-MyAccount-content {
padding-left: 0;
}
}
.woocommerce-MyAccount-content a {
color: #000;
}
.woocommerce-MyAccount-content a:hover {
color: #4B5C66;
}
.woocommerce-MyAccount-content .dokan-btn {
font-weight: 700;
margin-top: 10px;
padding: 13px 25px;
border-radius: 12px;
}
.woocommerce-MyAccount-navigation ul {
list-style: none;
list-style-type: none;
padding: 0;
margin: 15px 0;
}
.woocommerce-MyAccount-navigation ul li.is-active, .woocommerce-MyAccount-navigation ul li:hover {
background-color: #f6fafc;
}
.woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce-MyAccount-navigation ul li:hover a {
color: #4B5C66;
}
.woocommerce-MyAccount-navigation ul li:first-child {
margin-top: 0;
}
.woocommerce-MyAccount-navigation ul li a {
display: block;
font-weight: 600;
color: #000;
padding: 13px 15px;
transition: all .3s;
}
@media screen and (max-width: 767px) {
.account-orders-table {
display: block;
}
}
@media screen and (max-width: 767px) {
.account-orders-table thead {
display: none;
}
}
@media screen and (max-width: 767px) {
.account-orders-table tbody,
.account-orders-table tfoot,
.account-orders-table tr {
display: block;
}
}
@media screen and (max-width: 767px) {
.account-orders-table td {
display: block;
margin-bottom: 10px !important;
padding: 0 0 10px !important;
text-align: right !important;
}
}
@media screen and (max-width: 767px) {
.account-orders-table td:before {
content: attr(data-title);
float: left;
padding-top: 3px;
color: #000;
text-transform: uppercase;
font-weight: 600;
font-size: 12px;
}
}
@media screen and (max-width: 767px) {
.account-orders-table td:last-child {
border: none !important;
}
}
.account-orders-table .amount {
color: #4B5C66;
font-weight: 600;
}
.woocommerce-orders-table__cell-order-number a {
color: #000;
font-weight: 600;
transition: all .3s;
}
.woocommerce-orders-table__cell-order-number a:hover {
color: #4B5C66;
}
.woocommerce-Address-title h3 {
display: inline-block;
}
.woocommerce-Address-title .edit {
display: inline-block;
font-size: 12px;
font-weight: 600;
margin-left: 3px;
}
@media screen and (max-width: 767px) {
.woocommerce-EditAccountForm fieldset {
margin-top: 35px;
}
}
fieldset {
margin-bottom: 20px;
padding: 20px 40px;
border: 2px solid #eee;
border-radius: 12px;
}
@media screen and (max-width: 991px) {
fieldset {
padding: 15px 30px;
}
}
@media screen and (max-width: 767px) {
fieldset {
padding: 10px 15px;
}
}
fieldset legend {
margin-bottom: 0;
padding-right: 15px;
padding-left: 15px;
font-weight: 600;
font-size: 18px;
text-transform: uppercase;
width: auto;
}
@media screen and (max-width: 767px) {
fieldset legend {
font-size: 16px;
}
}
.customer_login_form_wrap h2 {
font-size: 18px;
text-transform: uppercase;
margin-top: 20px;
margin-bottom: 20px;
}
.customer_login_form_wrap .woocommerce-form {
border: 1px solid #eee;
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
padding: 20px;
}
@media screen and (max-width: 767px) {
.customer_login_form_wrap .woocommerce-form {
padding: 15px;
}
}
.customer_login_form_wrap .woocommerce-form-login > .form-row:not(.woocommerce-form-row--wide) {
display: flex;
align-items: center;
padding-top: 5px;
}
.customer_login_form_wrap .woocommerce-form-login > .form-row:not(.woocommerce-form-row--wide) label {
order: 2;
margin-bottom: 0;
margin-left: 5px;
}
.customer_login_form_wrap .woocommerce-form-login__submit.button {
padding: 0 40px;
}
@media screen and (max-width: 767px) {
.customer_login_form_wrap .woocommerce-form-login__submit.button {
padding: 0 35px;
}
}
.customer_login_form_wrap .woocommerce-form-register__submit.button {
padding: 0 40px;
}
@media screen and (max-width: 767px) {
.customer_login_form_wrap .woocommerce-form-register__submit.button {
padding: 0 35px;
}
}
.customer_login_form_wrap .lost_password a {
color: #4B5C66;
}
.customer_login_form_wrap .lost_password a:hover {
text-decoration: underline;
}
.dark-mode .woocommerce-my-account-title {
border-bottom: 1px solid #333;
}
.dark-mode .woocommerce-my-account-menu {
border-right: 1px solid #333;
}
@media screen and (max-width: 767px) {
.dark-mode .woocommerce-my-account-menu {
border: 1px dashed #333;
}
}
.dark-mode .woocommerce-MyAccount-content a {
color: #fff;
}
.dark-mode .woocommerce-MyAccount-content a:hover {
color: #4B5C66;
}
.dark-mode .woocommerce-MyAccount-navigation ul li.is-active, .dark-mode .woocommerce-MyAccount-navigation ul li:hover {
background-color: #333;
}
.dark-mode .woocommerce-MyAccount-navigation ul li.is-active a, .dark-mode .woocommerce-MyAccount-navigation ul li:hover a {
color: #4B5C66;
}
.dark-mode .woocommerce-MyAccount-navigation ul li a {
color: #fff;
}
@media screen and (max-width: 767px) {
.dark-mode .account-orders-table td:before {
color: #fff;
}
}
@media screen and (max-width: 767px) {
.dark-mode .account-orders-table td:last-child {
border: none !important;
}
}
.dark-mode .woocommerce-orders-table__cell-order-number a {
color: #fff;
}
.dark-mode .woocommerce-orders-table__cell-order-number a:hover {
color: #4B5C66;
}
.dark-mode fieldset {
border: 2px solid #333;
}
.dark-mode .customer_login_form_wrap .woocommerce-form {
border: 1px solid #333;
box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.1);
} #yith-wcwl-form .wishlist-title-container {
text-align: center;
}
#yith-wcwl-form .wishlist-title {
margin-bottom: 40px;
}
#yith-wcwl-form .wishlist-title h2 {
color: #000;
font-size: 28px;
margin: 0;
padding: 0;
}
@media screen and (max-width: 1440px) {
#yith-wcwl-form .wishlist-title h2 {
font-size: 24px;
}
}
@media screen and (max-width: 1024px) {
#yith-wcwl-form .wishlist-title h2 {
font-size: 20px;
}
}
@media screen and (max-width: 991px) {
#yith-wcwl-form .wishlist-title h2 {
font-size: 18px;
}
}
@media screen and (max-width: 767px) {
#yith-wcwl-form .wishlist-title h2 {
font-size: 16px;
}
}
#yith-wcwl-form .wishlist-title .show-title-form {
padding: 0;
background-color: transparent;
color: inherit;
line-height: inherit;
height: auto;
}
.wishlist_table thead {
background-color: #f5f5f5 !important;
}
.wishlist_table thead th {
border-width: 1px !important;
border-top: none !important;
}
.wishlist_table tr .product-remove {
font-size: 20px;
text-align: center;
}
.wishlist_table tr td.product-thumbnail {
width: 10%;
}
.wishlist_table tr td.product-thumbnail a {
display: flex;
max-width: 100px !important;
}
.wishlist_table tr td.product-thumbnail a img {
border-radius: 5px;
width: auto;
max-height: 80px;
}
.wishlist_table tr .product-name a {
color: #000;
font-weight: 700;
}
.wishlist_table tr .product-price {
color: #000;
font-weight: 700;
}
.wishlist_table tr .product-price ins .amount {
color: #4B5C66;
}
.wishlist_table tr .product-stock-status > span {
display: inline-flex;
align-items: center;
}
.wishlist_table tr .product-stock-status .wishlist-in-stock {
color: #7e7e7e;
font-weight: 600;
}
.wishlist_table tr .product-stock-status .wishlist-in-stock:before {
content: '\e925';
font-family: 'phosphor';
font-size: 16px;
color: #4B5C66;
margin-right: 5px;
position: relative;
bottom: -3px;
}
.wishlist_table tr .product-stock-status .wishlist-out-of-stock {
color: red;
}
.wishlist_table tr .product-add-to-cart a {
background: #4B5C66;
color: #fff;
display: inline-block;
font-weight: 700;
outline: none;
border: none;
height: 40px;
line-height: 40px;
padding: 0 25px;
line-height: 40px;
min-width: 170px;
margin-bottom: 0 !important;
border-radius: 3px;
text-transform: capitalize;
transition: all .3s;
}
.wishlist_table tr .product-add-to-cart a:hover {
background: #000;
color: #fff;
transition: all .3s;
}
.wishlist_table tr .product-add-to-cart a.lumise-button {
margin-top: 10px !important;
}
.wishlist_table.mobile {
margin: 0;
padding: 0;
}
.wishlist_table.mobile li {
position: relative;
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom: 1px solid #eee;
}
.wishlist_table.mobile li:last-child {
border: none;
padding-bottom: 0;
}
.wishlist_table.mobile li .item-wrapper {
width: 100%;
}
.wishlist_table.mobile li .item-wrapper .product-thumbnail {
max-width: 80px;
}
.wishlist_table.mobile li .item-wrapper .product-thumbnail img {
border-radius: 5px;
}
.wishlist_table.mobile li .item-wrapper .item-details {
width: calc(100% - 93px);
}
.wishlist_table.mobile li .item-wrapper .item-details h3 {
font-size: 14px;
font-weight: 600;
margin-top: 0;
margin-bottom: 5px;
}
.wishlist_table.mobile li table.item-details-table td {
font-size: 12px !important;
font-weight: 600 !important;
padding: 3px 0 !important;
}
.wishlist_table.mobile li table.item-details-table td.label {
color: #000;
}
.wishlist_table.mobile li table.additional-info td {
font-size: 13px !important;
font-weight: 600 !important;
padding: 6px 0 !important;
}
.wishlist_table.mobile li table.additional-info td.label {
color: #000;
}
.wishlist_table.mobile li .product-remove {
position: absolute;
right: 0;
top: 0;
font-size: 14px;
}
.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart {
margin-bottom: 0;
}
.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart a {
background: #4B5C66;
color: #fff;
font-weight: 600;
outline: none;
border: none;
height: 48px;
line-height: 48px;
padding: 0 25px !important;
line-height: 48px;
min-width: 130px;
margin-bottom: 0 !important;
display: block;
width: 100%;
border-radius: 12px;
text-transform: capitalize;
transition: all .3s;
}
.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart a:hover {
background: #000;
color: #fff;
transition: all .3s;
}
table.wishlist_table thead th {
border-color: #eee;
}
.woocommerce table.wishlist_table,
.woocommerce-page table.wishlist_table,
.woocommerce-js table.wishlist_table {
border: 1px solid #eee;
}
.yith_wcwl_wishlist_footer {
padding-top: 5px;
}
.yith_wcwl_wishlist_footer > div {
margin-bottom: 0;
}
.yith-wcwl-share {
float: none !important;
}
.yith-wcwl-share .yith-wcwl-share-title {
font-size: 18px;
padding-bottom: 8px;
}
@media screen and (max-width: 767px) {
.yith-wcwl-share .yith-wcwl-share-title {
font-size: 16px;
}
}
.yith-wcwl-share .share-button a {
border-radius: 5px;
min-width: 36px;
min-height: 36px;
line-height: 36px;
padding: 0 5px;
margin: 0 3px;
color: #fff;
transition: all .3s;
}
.yith-wcwl-share .share-button a:hover {
color: #fff;
transition: all .3s;
}
.yith-wcwl-share .share-button:first-child a {
margin-left: 0;
}
.yith-wcwl-share .share-button:last-child a {
margin-right: 0;
}
.yith-wcwl-share .share-button .fa {
font-family: 'FontAwesome';
}
.yith-wcwl-after-share-section {
margin-top: 25px;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.yith-wcwl-after-share-section .copy-target {
flex: 0 0 50%;
margin-right: 15px;
}
@media screen and (max-width: 767px) {
.yith-wcwl-after-share-section .copy-target {
flex: 0 0 100%;
margin-right: 0;
margin-bottom: 10px;
}
}
.yith-wcwl-after-share-section .copy-trigger {
color: #000;
font-weight: 600;
text-decoration: underline;
transition: all .3;
}
.yith-wcwl-after-share-section .copy-trigger:hover {
color: #4B5C66;
transition: all .3s;
}
.dark-mode #yith-wcwl-form .wishlist-title h2 {
color: #fff;
}
.dark-mode .wishlist_table thead {
background-color: #333 !important;
}
.dark-mode .wishlist_table tr .product-name a {
color: #fff;
}
.dark-mode .wishlist_table.mobile li {
border-bottom: 1px solid #333;
}
.dark-mode .wishlist_table.mobile li:last-child {
border: none;
}
.dark-mode .wishlist_table.mobile li table.item-details-table td.label {
color: #fff;
}
.dark-mode .wishlist_table.mobile li table.additional-info td.label {
color: #fff;
}
.dark-mode table.wishlist_table thead th {
border-color: #333;
}
html.compare-open-popup {
overflow: hidden;
}
html.compare-hidden {
overflow-y: hidden;
}
html.compare-hidden.compare-loaded {
overflow-y: auto;
}
html.compare-hidden.compare-loaded {
scrollbar-face-color: #4B5C66;
scrollbar-track-color: #ededed;
}
html.compare-hidden.compare-loaded::-webkit-scrollbar {
width: 3px;
height: 3px;
}
html.compare-hidden.compare-loaded::-webkit-scrollbar-thumb {
background: #4B5C66;
border-radius: 0;
}
html.compare-hidden.compare-loaded::-webkit-scrollbar-track {
background: #ededed;
border-radius: 0;
}
html.compare-loaded h1 {
font-size: 18px;
}
@media screen and (max-width: 1440px) {
html.compare-loaded h1 {
font-size: 17px;
}
}
@media screen and (max-width: 1024px) {
html.compare-loaded h1 {
font-size: 16px;
}
}
#cboxOverlay.yith_woocompare_colorbox {
background: rgba(0, 0, 0, 0.7);
opacity: 1 !important;
}
#cboxContent {
margin-top: 30px;
}
#cboxClose {
top: -48px;
bottom: auto;
right: -15px;
text-indent: unset;
font-size: 0;
width: 48px;
height: 48px;
border-radius: 50%;
background: none;
}
#cboxClose:hover:before {
opacity: .8;
transition: all .3s;
}
#cboxClose:before {
content: '\e957';
font-family: 'phosphor';
font-size: 24px;
opacity: 1;
transition: all .3s;
}
#cboxMiddleLeft {
background: none;
}
#cboxMiddleRight {
background: none;
}
#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight {
background: none;
}
#cboxLoadedContent {
margin-bottom: 0;
}
.dataTables_scrollHead {
display: none;
}
.dataTables_scrollFoot {
display: none;
}
body #yith-woocompare {
padding: 15px;
opacity: 0;
visibility: hidden;
}
body #yith-woocompare.table-loaded {
opacity: 1;
visibility: visible;
}
table.dataTable.compare-list tr > th {
background-color: #f8f8f8;
color: #000;
text-align: center;
font-weight: 500;
line-height: inherit;
text-transform: uppercase !important;
}
table.dataTable.compare-list tbody th,
table.dataTable.compare-list tbody td {
padding: 10px 15px;
}
table.dataTable.compare-list tbody th,
table.dataTable.compare-list tbody td {
border-right: 1px solid #eee !important;
border-left: 1px solid #eee !important;
border-top: 1px solid #eee !important;
}
table.dataTable.compare-list tr.image, table.dataTable.compare-list tr.title {
display: none;
}
table.dataTable.compare-list tr.add-to-cart:not(.custom) {
display: none;
}
.compare-info__title {
display: flex;
align-items: center;
margin-top: 5px;
}
.compare-info h6 {
margin: 0;
font-size: 18px;
}
.compare-info a {
font-size: 0;
margin-left: auto;
}
.compare-info__image {
margin-top: 10px;
}
table.compare-list .remove td a:hover .remove {
background-color: #000;
border: 1px solid #000;
color: #fff;
}
table.compare-list .remove td a .remove {
width: 32px;
height: 32px;
line-height: 30px;
border-radius: 50%;
border: 1px solid #eee;
color: #7e7e7e;
}
@media screen and (max-width: 1440px) {
table.compare-list .remove td a .remove {
width: 30px;
height: 30px;
line-height: 28px;
}
}
table.compare-list .remove td a .remove:before {
content: '\e957';
font-family: 'phosphor';
font-size: 14px;
opacity: 1;
}
table.compare-list td.odd {
background: transparent;
}
table.compare-list {
margin-bottom: 0 !important;
width: calc(100% - 1px) !important;
}
table.compare-list .price {
color: #000;
}
table.compare-list .price .amount bdi {
font-weight: 500;
}
table.compare-list .add-to-cart td a:not(.unstyled_button) {
background-color: #4B5C66;
line-height: 48px;
padding: 0 25px;
font-weight: 600;
text-transform: none;
width: 100%;
text-align: center;
max-width: 425px;
}
table.compare-list .add-to-cart td a:not(.unstyled_button):hover {
background-color: #24925d;
}
table.compare-list .add-to-cart td a:not(.unstyled_button).product_type_soldout {
background-color: #000;
border-radius: 12px;
}
table.compare-list .remove td a:hover {
transition: all .3s;
}
table.compare-list .remove td a:hover .remove {
transition: all .3s;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
text-decoration: none;
}
table.dataTable.compare-list tbody th, table.dataTable.compare-list tbody td {
border-right: 1px solid #e7e7e7 !important;
border-left: 1px solid #e7e7e7 !important;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
overflow-y: hidden !important;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
scrollbar-face-color: rgba(0, 0, 0, 0.2);
scrollbar-track-color: #ededed;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody::-webkit-scrollbar {
width: 8px;
height: 8px;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody::-webkit-scrollbar-thumb {
background: rgba(0, 0, 0, 0.2);
border-radius: 0;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody::-webkit-scrollbar-track {
background: #ededed;
border-radius: 0;
}
table.compare-list .stock td span {
color: #7e7e7e;
display: flex;
align-items: center;
}
table.compare-list .stock td span:before {
content: '\e961';
font-family: 'phosphor';
font-size: 20px;
color: #68b65b;
margin-right: 5px;
}
table.compare-list .stock td.out-of-stock span:before {
color: red;
}
table.dataTable.compare-list tr.title td {
color: #000;
font-weight: 600;
font-size: 18px;
}
@media screen and (max-width: 1440px) {
table.dataTable.compare-list tr.title td {
font-size: 17px;
}
}
@media screen and (max-width: 1024px) {
table.dataTable.compare-list tr.title td {
font-size: 16px;
}
}
table.dataTable.compare-list tbody th {
border-right: 1px solid #eee;
}
#yith-woocompare .DTFC_LeftBodyLiner {
overflow-x: hidden;
}
#yith-woocompare .no-products {
color: #000;
}
#yith-woocompare .no-products td {
text-align: center;
}
table.compare-list td img {
margin-bottom: 0;
padding: 0;
border: 1px solid #eee;
border-radius: 12px;
}
body:has(.haru-header--sticky) .woocommerce-NoticeGroup-checkout {
padding-top: 40px;
}
@media screen and (max-width: 991px) {
body:has(.haru-header--sticky) .woocommerce-NoticeGroup-checkout {
padding-top: 30px;
}
}
@media screen and (max-width: 767px) {
body:has(.haru-header--sticky) .woocommerce-NoticeGroup-checkout {
padding-top: 0px;
}
}
body:has(.haru-header--sticky).woocommerce-checkout:has(.woocommerce-NoticeGroup-checkout) .woocommerce-error,
body:has(.haru-header--sticky).woocommerce-checkout:has(.woocommerce-NoticeGroup-checkout) .woocommerce-info,
body:has(.haru-header--sticky).woocommerce-checkout:has(.woocommerce-NoticeGroup-checkout) .woocommerce-message {
margin: 0 0 -10px;
}
@media screen and (max-width: 991px) {
body:has(.haru-header--sticky).woocommerce-checkout:has(.woocommerce-NoticeGroup-checkout) .woocommerce-error,
body:has(.haru-header--sticky).woocommerce-checkout:has(.woocommerce-NoticeGroup-checkout) .woocommerce-info,
body:has(.haru-header--sticky).woocommerce-checkout:has(.woocommerce-NoticeGroup-checkout) .woocommerce-message {
margin: 0;
}
}
@media screen and (max-width: 767px) {
body:has(.haru-header--sticky).woocommerce-checkout:has(.woocommerce-NoticeGroup-checkout) .woocommerce-error,
body:has(.haru-header--sticky).woocommerce-checkout:has(.woocommerce-NoticeGroup-checkout) .woocommerce-info,
body:has(.haru-header--sticky).woocommerce-checkout:has(.woocommerce-NoticeGroup-checkout) .woocommerce-message {
margin: 0 0 20px;
}
}
.woocommerce-checkout .woocommerce-NoticeGroup-checkout {
padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
.woocommerce-checkout .woocommerce-NoticeGroup-checkout {
padding-bottom: 0;
}
}
.woocommerce-checkout .woocommerce-form-login {
margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
.woocommerce-checkout .woocommerce-form-login__submit {
width: 100%;
}
}
.woocommerce-checkout .woocommerce-form-coupon {
margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
.woocommerce-checkout .woocommerce-form-coupon .button {
width: 100%;
}
}
.woocommerce-checkout .entry-content .woocommerce {
max-width: 1170px;
margin-left: auto;
margin-right: auto;
}
.woocommerce-checkout-wrap {
display: flex;
}
@media screen and (max-width: 991px) {
.woocommerce-checkout-wrap {
display: block;
}
}
.woocommerce form.woocommerce-form-coupon .form-row-last {
float: left;
}
.woocommerce form.woocommerce-form-coupon .form-row-last .button {
margin-left: 5px;
}
@media screen and (max-width: 767px) {
.woocommerce form.woocommerce-form-coupon .form-row-last .button {
margin-left: 0;
}
}
.woocommerce-checkout-customer {
flex: 0 0 50%;
padding-right: 15px;
}
@media screen and (max-width: 991px) {
.woocommerce-checkout-customer {
padding-right: 0;
}
}
.woocommerce-checkout-order {
flex: 0 0 50%;
padding-left: 15px;
}
@media screen and (max-width: 991px) {
.woocommerce-checkout-order {
padding-left: 0;
}
}
.col1-set h3,
.col2-set h3 {
font-size: 24px;
}
@media screen and (max-width: 1440px) {
.col1-set h3,
.col2-set h3 {
font-size: 22px;
}
}
@media screen and (max-width: 1024px) {
.col1-set h3,
.col2-set h3 {
font-size: 20px;
}
}
@media screen and (max-width: 991px) {
.col1-set h3,
.col2-set h3 {
font-size: 18px;
}
}
.col2-set {
display: flex;
}
@media screen and (max-width: 767px) {
.col2-set {
display: block;
}
}
.col2-set .col-1 {
flex: 0 0 50%;
padding-right: 15px;
}
@media screen and (max-width: 767px) {
.col2-set .col-1 {
padding-right: 0;
}
}
.col2-set .col-2 {
flex: 0 0 50%;
padding-left: 15px;
}
@media screen and (max-width: 767px) {
.col2-set .col-2 {
padding-left: 0;
}
}
.woocommerce .form-row label {
display: block;
font-weight: 500;
color: #000;
line-height: 2;
margin-bottom: 5px;
}
.woocommerce .form-row .required {
color: red;
font-weight: 700;
text-decoration: none;
}
abbr[data-original-title],
abbr[title] {
cursor: help;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
width: 48%;
overflow: visible;
}
@media screen and (max-width: 767px) {
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
width: 100%;
}
}
.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first {
float: left;
}
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
float: right;
}
.woocommerce form .form-row-wide,
.woocommerce-page form .form-row-wide {
clear: both;
}
#order_review_heading {
margin-top: 20px;
margin-bottom: 20px;
font-size: 24px;
}
@media screen and (max-width: 1440px) {
#order_review_heading {
font-size: 22px;
}
}
@media screen and (max-width: 1024px) {
#order_review_heading {
font-size: 20px;
}
}
@media screen and (max-width: 991px) {
#order_review_heading {
font-size: 18px;
}
}
#order_review {
position: relative;
padding: 15px;
background-color: #f5f5f5;
border-radius: 12px;
}
.woocommerce-checkout-review-order-table td,
.woocommerce-checkout-review-order-table th {
width: 50%;
max-width: 50%;
}
.woocommerce-checkout-review-order-table tbody .amount bdi {
color: #7e7e7e;
font-weight: 500;
}
.woocommerce-checkout-review-order-table .cart-subtotal th,
.woocommerce-checkout-review-order-table .cart-subtotal td {
font-size: 16px;
}
@media screen and (max-width: 767px) {
.woocommerce-checkout-review-order-table .cart-subtotal th,
.woocommerce-checkout-review-order-table .cart-subtotal td {
font-size: 14px;
}
}
.woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout-review-order-table .order-total td {
font-size: 18px;
}
@media screen and (max-width: 767px) {
.woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout-review-order-table .order-total td {
font-size: 16px;
}
}
.woocommerce-checkout-review-order-table .order-total th .amount,
.woocommerce-checkout-review-order-table .order-total td .amount {
color: #4B5C66;
}
.woocommerce-checkout-review-order-table .order-total th .amount bdi,
.woocommerce-checkout-review-order-table .order-total td .amount bdi {
color: #4B5C66;
}
.woocommerce-checkout-review-order-wrap {
background-color: #fff;
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
border-radius: 12px;
padding: 5px 15px;
overflow-x: auto;
}
.woocommerce-shipping-methods {
margin: 0;
padding: 0;
list-style: none;
}
.woocommerce-shipping-methods li {
display: flex;
align-items: center;
justify-content: flex-end;
margin-bottom: 8px;
}
.woocommerce-shipping-methods li:last-child {
margin-bottom: 0;
}
.woocommerce-shipping-methods li input {
margin-left: 8px;
order: 2;
}
.woocommerce-shipping-methods .amount {
color: #4B5C66;
font-weight: 600;
}
.woocommerce-shipping-destination {
margin: 8px 0;
}
.woocommerce-shipping-destination strong {
font-weight: 600;
}
.shipping-calculator-button {
font-weight: 600;
transition: all .3s;
}
.shipping-calculator-button:hover {
transition: all .3s;
}
.shipping-calculator-form {
margin-top: 20px;
}
.wc_payment_methods {
margin: 0;
padding: 0;
list-style: none;
}
.wc_payment_methods li {
display: flex;
flex-wrap: wrap;
align-items: center;
margin-bottom: 8px;
}
.wc_payment_methods li:last-child {
margin-bottom: 0;
}
.wc_payment_methods li input {
margin-right: 8px;
position: relative;
bottom: -1px;
}
.wc_payment_methods li > label {
display: inline-flex;
align-items: center;
}
.wc_payment_methods li > label img {
max-height: 40px;
margin: 0 10px;
}
.wc_payment_methods li > label a {
text-decoration: underline;
}
.wc_payment_methods .payment_box {
flex: 0 0 100%;
position: relative;
margin-top: 15px;
padding: 10px 15px;
background-color: #f5f5f5;
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.wc_payment_methods .payment_box:before {
content: '';
position: absolute;
bottom: 100%;
left: 25px;
width: 0;
height: 0;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 12px solid #f5f5f5;
}
.wc_payment_methods .payment_box p:last-child {
margin-bottom: 0;
}
.woocommerce-terms-and-conditions-wrapper {
margin-top: 20px;
padding-top: 20px;
border-top: 1px solid #eee;
}
.woocommerce-terms-and-conditions-wrapper p:last-child {
margin-bottom: 0;
}
.woocommerce-terms-and-conditions-wrapper p.form-row {
margin-bottom: 20px;
}
.woocommerce-terms-and-conditions-wrapper p.form-row label {
font-weight: 500;
}
.woocommerce-terms-and-conditions-wrapper p.form-row a {
color: #4B5C66;
text-decoration: underline;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
padding-bottom: 20px;
border-bottom: 1px solid #eee;
margin-bottom: 20px;
}
#place_order {
margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
#place_order {
width: 100%;
}
}
.woocommerce-thankyou-order-received {
margin-bottom: 30px;
padding: 2%;
width: 100%;
border: 2px dashed #4B5C66;
border-radius: 12px;
background-color: #f5f5f5;
color: #4B5C66;
text-align: center;
font-weight: 600;
font-size: 20px;
}
@media screen and (max-width: 1024px) {
.woocommerce-thankyou-order-received {
font-size: 18px;
}
}
@media screen and (max-width: 991px) {
.woocommerce-thankyou-order-received {
font-size: 16px;
}
}
@media screen and (max-width: 767px) {
.woocommerce-thankyou-order-received {
font-size: 14px;
}
}
.wc-bacs-bank-details,
.woocommerce-thankyou-order-details {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
list-style: none;
padding: 0;
margin: 15px 0;
}
.wc-bacs-bank-details li,
.woocommerce-thankyou-order-details li {
flex: 1 1 0%;
margin-bottom: 20px;
padding-right: 20px;
padding-left: 20px;
border-right: 1px solid #eee;
text-align: center;
}
@media screen and (max-width: 991px) {
.wc-bacs-bank-details li,
.woocommerce-thankyou-order-details li {
flex-basis: 50%;
margin-bottom: 30px;
max-width: 50%;
}
}
@media screen and (max-width: 767px) {
.wc-bacs-bank-details li,
.woocommerce-thankyou-order-details li {
flex-basis: 100%;
margin-bottom: 0;
padding-top: 15px;
padding-right: 0;
padding-bottom: 15px;
padding-left: 0;
max-width: 100%;
border-right: none;
border-bottom: 1px solid #eee;
}
}
.wc-bacs-bank-details li:last-child,
.woocommerce-thankyou-order-details li:last-child {
border-right: 0;
}
@media screen and (max-width: 991px) {
.wc-bacs-bank-details li:nth-child(2n),
.woocommerce-thankyou-order-details li:nth-child(2n) {
border-right: 0;
}
}
.wc-bacs-bank-details strong,
.woocommerce-thankyou-order-details strong {
display: block;
color: #000;
margin-top: 10px;
}
.order-details-wrap {
position: relative;
padding: 15px;
background-color: #f5f5f5;
border-radius: 12px;
}
.order-details-inner {
background-color: #fff;
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
border-radius: 12px;
padding: 5px 15px;
overflow-x: auto;
}
.woocommerce-order-details__title {
margin-top: 40px;
margin-bottom: 20px;
font-size: 24px;
}
@media screen and (max-width: 1440px) {
.woocommerce-order-details__title {
font-size: 22px;
}
}
@media screen and (max-width: 1024px) {
.woocommerce-order-details__title {
font-size: 20px;
}
}
@media screen and (max-width: 991px) {
.woocommerce-order-details__title {
font-size: 18px;
}
}
.woocommerce-order-details .order_details {
margin-bottom: 0;
}
.woocommerce-order-details .amount bdi {
color: #7e7e7e;
font-weight: 500;
}
.woocommerce-order-details .product-name a {
color: #000;
font-weight: 600;
}
.woocommerce-order-details tfoot .amount {
color: #4B5C66;
font-weight: 600;
font-size: 16px;
}
@media screen and (max-width: 767px) {
.woocommerce-order-details tfoot .amount {
font-size: 14px;
}
}
.woocommerce-order-details tfoot .amount bdi {
color: #4B5C66;
font-weight: 600;
}
.woocommerce-order-details tfoot tr:first-child th {
font-size: 16px;
}
@media screen and (max-width: 767px) {
.woocommerce-order-details tfoot tr:first-child th {
font-size: 14px;
}
}
.woocommerce-order-details tfoot tr:last-child th,
.woocommerce-order-details tfoot tr:last-child td {
border: 0;
}
.woocommerce-order-details tfoot tr:last-child th {
font-size: 18px;
}
@media screen and (max-width: 767px) {
.woocommerce-order-details tfoot tr:last-child th {
font-size: 16px;
}
}
.woocommerce-order-details tfoot tr:last-child .amount {
font-size: 18px;
}
@media screen and (max-width: 767px) {
.woocommerce-order-details tfoot tr:last-child .amount {
font-size: 16px;
}
}
.woocommerce-columns--2 {
display: flex;
}
@media screen and (max-width: 767px) {
.woocommerce-columns--2 {
display: block;
}
}
.woocommerce-columns .col-1 {
flex: 0 0 50%;
padding-right: 15px;
}
@media screen and (max-width: 767px) {
.woocommerce-columns .col-1 {
padding-right: 0;
}
}
.woocommerce-columns .col-2 {
flex: 0 0 50%;
padding-left: 15px;
}
@media screen and (max-width: 767px) {
.woocommerce-columns .col-2 {
padding-left: 0;
}
}
.woocommerce-column__title {
margin-top: 40px;
margin-bottom: 10px;
font-size: 24px;
}
@media screen and (max-width: 1440px) {
.woocommerce-column__title {
font-size: 22px;
}
}
@media screen and (max-width: 1024px) {
.woocommerce-column__title {
font-size: 20px;
}
}
@media screen and (max-width: 991px) {
.woocommerce-column__title {
font-size: 18px;
}
}
.woocommerce-column address {
font-style: italic;
}
.wc-item-meta {
margin: 15px 0 0;
padding: 0;
list-style: none;
}
.wc-item-meta li {
font-size: 12px;
}
.wc-item-meta li p {
line-height: 1.4;
}
.wc-item-meta-label {
color: #000;
font-weight: 600;
float: left;
clear: left;
margin-right: 5px;
line-height: 1.4;
}
.dark-mode .woocommerce .form-row label {
color: #fff;
}
.dark-mode #order_review {
background-color: #333;
}
.dark-mode .woocommerce-checkout-review-order-table tbody .amount bdi {
color: #ababab;
}
.dark-mode .woocommerce-checkout-review-order-wrap {
background-color: #000;
box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.1);
}
.dark-mode .wc_payment_methods .payment_box {
background-color: #333;
box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.1);
}
.dark-mode .wc_payment_methods .payment_box:before {
border-bottom: 12px solid #333;
}
.dark-mode .woocommerce-terms-and-conditions-wrapper {
border-top: 1px solid #333;
}
.dark-mode .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
border-bottom: 1px solid #333;
}
.dark-mode .woocommerce-thankyou-order-received {
background-color: #333;
}
.dark-mode .wc-bacs-bank-details li,
.dark-mode .woocommerce-thankyou-order-details li {
border-right: 1px solid #333;
}
@media screen and (max-width: 767px) {
.dark-mode .wc-bacs-bank-details li,
.dark-mode .woocommerce-thankyou-order-details li {
border-bottom: 1px solid #333;
}
}
.dark-mode .wc-bacs-bank-details li:last-child,
.dark-mode .woocommerce-thankyou-order-details li:last-child {
border-right: 0;
}
@media screen and (max-width: 991px) {
.dark-mode .wc-bacs-bank-details li:nth-child(2n),
.dark-mode .woocommerce-thankyou-order-details li:nth-child(2n) {
border-right: 0;
}
}
.dark-mode .wc-bacs-bank-details strong,
.dark-mode .woocommerce-thankyou-order-details strong {
color: #fff;
}
.dark-mode .order-details-wrap {
background-color: #333;
}
.dark-mode .order-details-inner {
background-color: #000;
box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.1);
}
.dark-mode .woocommerce-order-details .amount bdi {
color: #ababab;
}
.dark-mode .woocommerce-order-details tfoot .amount bdi {
color: #4B5C66;
}
.dark-mode .woocommerce-order-details tr:last-child th,
.dark-mode .woocommerce-order-details tr:last-child td {
border: 0;
}
.dark-mode .woocommerce-order-details .product-name a {
color: #fff;
}
.dark-mode .wc-item-meta-label {
color: #fff;
}
.woocommerce-form.track_order {
margin-bottom: 80px;
}
@media screen and (max-width: 1440px) {
.woocommerce-form.track_order {
margin-bottom: 70px;
}
}
@media screen and (max-width: 1024px) {
.woocommerce-form.track_order {
margin-bottom: 60px;
}
}
@media screen and (max-width: 991px) {
.woocommerce-form.track_order {
margin-bottom: 50px;
}
}
@media screen and (max-width: 767px) {
.woocommerce-form.track_order {
margin-bottom: 40px;
}
}
.woocommerce-form.track_order > p:first-child {
background: #f6fafc;
border: 2px dashed #eee;
padding: 15px;
margin-bottom: 30px;
}
.woocommerce-form.track_order .form-row {
margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
.woocommerce-form.track_order .form-row .button {
width: 100%;
}
}
.order-info {
padding: 15px;
border: 2px dashed #eee;
background-color: #f5f5f5;
font-weight: 600;
}
.dark-mode .track_order > p:first-child {
background: #333;
border: 2px dashed #333;
}
.dark-mode .order-info {
border: 2px dashed #333;
background-color: #333;
}
html.quickview-open-popup {
overflow-y: hidden;
}
.mfp-quick-view .product-quick-view .mfp-close {
font-size: 0;
width: 48px;
height: 48px;
top: -48px;
right: -15px;
opacity: 1;
}
.mfp-quick-view .product-quick-view .mfp-close:hover {
opacity: .8;
transition: all .3s;
}
.mfp-quick-view .product-quick-view .mfp-close:hover:before {
color: #fff;
}
.mfp-quick-view .product-quick-view .mfp-close:before {
content: '\e957';
font-family: 'phosphor';
font-size: 24px;
color: #fff;
transition: all .3s;
}
@media screen and (max-width: 767px) {
.mfp-quick-view .mfp-container {
max-height: 100vh;
overflow-y: auto;
overflow-x: hidden;
padding-top: 15px;
}
}
.product-quick-view {
background-color: #fff;
margin: 30px auto;
max-width: 900px;
position: relative;
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
}
.product-quick-view .single-product-top {
padding: 15px 0 15px 15px;
}
@media screen and (max-width: 767px) {
.product-quick-view .single-product-top {
padding-right: 15px;
}
}
.product-quick-view .single-product-top .single-product-image-wrap .product-label__item {
font-size: 12px;
}
.product-quick-view .single-product-top .product_title {
margin-bottom: 5px;
}
.product-quick-view .single-product-top .product_meta {
margin-top: 30px;
}
.product-quick-view .summary {
overflow: auto;
overflow-x: hidden;
position: absolute;
right: 0;
top: 0;
height: 100%;
width: calc(100% - 15px);
padding-right: 15px;
padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
.product-quick-view .summary {
position: relative;
width: 100%;
padding-top: 0;
}
}
.product-quick-view .woocommerce-review-link {
pointer-events: none;
}
.product-quick-view .mfp-close:hover {
background-color: transparent;
border: none;
color: #4B5C66;
}
.product-quick-view .wc-dnd-file-upload {
display: none;
}
.product-quick-view .woocommerce-variation-add-to-cart .button[onclick] {
display: none;
}
.haru-scroll-content {
scrollbar-face-color: #4B5C66;
scrollbar-track-color: #ededed;
}
.haru-scroll-content::-webkit-scrollbar {
width: 3px;
height: 3px;
}
.haru-scroll-content::-webkit-scrollbar-thumb {
background: #4B5C66;
border-radius: 0;
}
.haru-scroll-content::-webkit-scrollbar-track {
background: #ededed;
border-radius: 0;
}
.dark-mode .product-quick-view {
background-color: #000;
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
}
.dark-mode .mfp-close {
color: #ababab;
}
.dark-mode .mfp-close:hover {
color: #4B5C66;
}
.wc-block-grid__product {
position: relative;
}
.wc-block-grid__product-image img {
border: 1px solid rgba(238, 238, 238, 0.6);
}
.wc-block-grid__product-title {
font-size: 16px;
font-weight: 600;
color: #000;
}
.wc-block-grid__product-onsale {
position: absolute;
left: 10px;
top: 10px;
background: #4B5C66;
border: none;
color: #fff;
font-size: 12px;
font-weight: 600;
}
.wc-block-grid .amount {
color: #4B5C66;
}
.wc-block-grid del .amount {
color: #7e7e7e;
}
.wc-block-grid__product-add-to-cart a {
border-radius: 12px;
font-weight: 600;
transition: all .3s;
}
.wc-block-grid__product-add-to-cart a:hover {
background: #4B5C66;
transition: all .3s;
}
.wc-block-grid__product-rating .star-rating:before {
content: "" !important;
color: #f7bb2a !important;
}
.wc-block-grid__product-rating .star-rating span:before {
position: absolute !important;
content: "" !important;
top: 0 !important;
left: 0 !important;
right: auto !important;
text-indent: 0;
color: #f7bb2a !important;
}
.wc-block-product-search .wc-block-product-search__label {
font-size: 20px;
line-height: 1.4;
display: block;
margin-bottom: 25px;
color: #000;
font-weight: 600;
}
@media screen and (max-width: 1440px) {
.wc-block-product-search .wc-block-product-search__label {
font-size: 19px;
}
}
@media screen and (max-width: 1024px) {
.wc-block-product-search .wc-block-product-search__label {
font-size: 18px;
}
}
.wc-block-product-search .wc-block-product-search__fields {
position: relative;
}
.wc-block-product-search .wc-block-product-search__field {
padding-right: 60px;
}
.wc-block-product-search .wc-block-product-search__button {
position: absolute;
right: 0;
top: 0;
background-color: transparent;
color: #7e7e7e;
padding: 0 20px !important;
}
.wc-block-product-search .wc-block-product-search__button:hover {
color: #4B5C66;
}
.wc-block-product-search .wc-block-product-search__button:before {
content: '\e92f';
font-family: "phosphor";
font-weight: 500;
position: absolute;
font-size: 20px;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.wc-block-product-search .wc-block-product-search__button svg {
fill: transparent;
}
.wc-block-product-categories-list {
padding: 0;
list-style: none;
}
.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item {
margin: 10px 0 10px 60px;
}
.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item:first-child {
margin-top: 0;
}
.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item:last-child {
margin-bottom: 0;
}
.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item a {
transition: all .3s;
}
.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item a:hover {
transition: all .3s;
}
.wc-block-product-categories.is-list .wc-block-product-categories-list-item {
margin-bottom: 8px;
}
.wc-block-product-categories.is-list .wc-block-product-categories-list-item:last-child {
margin-bottom: 0;
}
.wc-block-product-categories.is-dropdown .wc-block-product-categories__dropdown {
flex: 1;
}
.wc-block-product-categories.is-dropdown .wc-block-product-categories__button {
padding: 0 15px;
display: inherit;
margin-left: 5px;
}
.wc-block-featured-product__link .wp-block-button__link {
font-weight: 600;
}
.wc-block-featured-category__title {
padding-top: 15px !important;
}
.wc-block-featured-category__link .wp-block-button__link {
font-weight: 600;
}
.wc-block-components-review-list {
padding: 0;
}
.wc-block-components-review-list-item__product {
margin-top: -5px;
}
.wc-block-components-review-list-item__rating {
font-size: 12px;
margin-top: 3px;
margin-bottom: 5px;
}
.wc-block-components-review-list-item__author {
font-size: 14px;
}
.wc-block-components-review-list-item__published-date {
font-size: 14px;
}
.wc-block-components-load-more .wp-block-button__link {
padding: 0 25px;
font-size: 16px;
}
.wc-block-components-sort-select__label {
display: block;
text-align: left;
font-weight: 600;
margin-right: 0;
margin-bottom: 20px;
}
.wc-block-components-sort-select__select {
width: 100%;
}
.wc-dnd-file-upload {
font-weight: 600;
color: #000;
padding: 0 0 15px;
}
.wc-dnd-file-upload .codedropz-upload-wrapper {
font-weight: 500;
color: #7e7e7e;
}
.wc-dnd-file-upload .codedropz-upload-handler {
margin-top: 10px;
border-radius: 12px;
}
.wc-upload-wrap .codedropz-upload-inner a.cd-upload-btn {
background-color: #000;
border-radius: 3px;
color: #fff;
padding: 0 15px;
font-weight: 700;
font-size: 15px;
transition: all .3s;
}
.wc-upload-wrap .codedropz-upload-inner a.cd-upload-btn:hover {
background-color: rgba(0, 0, 0, 0.8);
transition: all .3s;
}
.wc-upload-wrap .codedropz-upload-inner .codedropz-label {
font-size: 16px;
flex-wrap: wrap;
}
.wc-upload-wrap .codedropz-upload-inner .codedropz-label span.cd-icon {
margin-bottom: -6px;
}
.wc-upload-wrap .codedropz-upload-inner .codedropz-label .text {
color: #000;
}
.dnd-upload-counter {
right: 10px;
bottom: 5px;
}
@media screen and (max-width: 767px) {
.dnd-upload-counter {
bottom: 0;
}
}
.dnd-upload-status .dnd-upload-image {
margin-bottom: -10px;
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar {
border-radius: 10px;
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
background: #11b196;
}
.dnd-upload-status .dnd-upload-details .name {
color: #000;
}
.dnd-upload-status .dnd-upload-details .name em {
color: #000;
font-weight: 600;
font-style: normal;
}
.dnd-upload-status .dnd-upload-details .name span {
max-width: calc(100vw - 220px);
}
.codedropz--results {
margin-bottom: 12px;
}
.widget-woo-layered-nav ul {
padding: 0 0 0 0;
margin: 0;
list-style: none;
}
.widget-woo-layered-nav li {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 5px;
}
.widget-woo-layered-nav li.chosen .filter-swatch > span:after, .widget-woo-layered-nav li:hover .filter-swatch > span:after {
opacity: 1;
}
.widget-woo-layered-nav li.chosen .layered-nav-link, .widget-woo-layered-nav li:hover .layered-nav-link {
color: #000;
transition: all .3s;
}
.widget-woo-layered-nav li.chosen .count, .widget-woo-layered-nav li:hover .count {
background-color: #4B5C66;
border: 1px solid #4B5C66;
color: #fff;
transition: all .3s;
}
.widget-woo-layered-nav li.chosen .layered-nav-link {
font-weight: 500;
}
.widget-woo-layered-nav li.chosen .layered-nav-link:hover:after {
opacity: 1;
visibility: visible;
transition: all .3s;
}
.widget-woo-layered-nav li.chosen:hover .filter-swatch > span:after {
content: '\e919';
}
.widget-woo-layered-nav li.with-swatch-color .layered-nav-link:after {
display: none;
}
.widget-woo-layered-nav .layered-nav-link {
position: relative;
display: flex;
flex: 1 1 auto;
align-items: center;
flex-direction: row;
padding-top: 5px;
padding-bottom: 5px;
padding-right: 5px;
transition: all .3s;
}
.widget-woo-layered-nav .layered-nav-link:after {
margin-left: 5px;
font-weight: 600;
font-size: 10px;
line-height: 1;
content: '\e919';
font-family: 'haruicons';
opacity: 0;
visibility: hidden;
transition: all .3s;
}
.widget-woo-layered-nav .swatch-inner {
display: inline-flex;
align-items: center;
flex-direction: row;
}
.widget-woo-layered-nav .filter-swatch {
position: relative;
margin-right: 10px;
font-size: 0;
transition: opacity .25s ease;
}
.widget-woo-layered-nav .filter-swatch > span {
position: relative;
display: block;
border-radius: 50%;
background-position: center center;
background-size: contain;
background-repeat: no-repeat;
vertical-align: middle;
}
.widget-woo-layered-nav .filter-swatch > span:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
background-color: rgba(0, 0, 0, 0.1);
color: #fff;
font-weight: 700;
line-height: 1;
opacity: 0;
transition: opacity .3s ease;
content: '\e93e';
font-family: 'haruicons';
}
.widget-woo-layered-nav .layer-term-name {
position: relative;
}
.widget-woo-layered-nav .swatches-normal .filter-swatch > span {
width: 25px;
height: 25px;
border: 1px solid #eee;
}
.widget-woo-layered-nav .swatches-normal .filter-swatch > span:after {
font-size: 14px;
}
.widget-woo-layered-nav .count {
border: 1px solid transparent;
color: #000;
padding: 0 5px;
font-size: 13px;
border-radius: 20px;
min-width: 30px;
text-align: center;
transition: all .3s;
}
.widget-woo-layered-nav .show-labels-off .layer-term-name {
display: none;
}
.widget-woo-layered-nav .show-labels-off .count {
display: none;
}
.widget-woo-layered-nav .button-tooltip {
padding: 1px 3px;
position: absolute;
text-transform: none;
display: inline-block;
min-width: 50px;
opacity: 0;
text-align: center;
visibility: hidden;
bottom: 100%;
left: 50%;
background: #555 !important;
color: #fff !important;
font-size: 12px !important;
line-height: 20px !important;
font-weight: normal;
border-radius: 2px;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
.widget-woo-layered-nav .button-tooltip:after {
width: 0;
height: 0;
position: absolute;
bottom: -6px;
left: 50%;
content: "";
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 7px solid #555;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
.widget-woo-layered-nav .attr-tooltip {
position: relative;
}
.widget-woo-layered-nav .attr-tooltip:hover .button-tooltip {
opacity: 1;
visibility: visible;
-webkit-transform: translate(-50%, -10px);
transform: translate(-50%, -10px);
transition: all .3s ease-in-out 0s;
}
.widget-woo-layered-nav .swatches-display-double {
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin-left: -5px;
}
.widget-woo-layered-nav .swatches-display-double li {
flex: 1 1 50%;
padding-right: 5px;
padding-left: 5px;
max-width: 50%;
}
.widget-woo-layered-nav .swatches-display-list-inline {
display: flex;
flex-wrap: wrap;
}
.widget-woo-stock-status ul {
margin: 0;
padding: 0;
list-style: none;
}
.widget-woo-stock-status li {
margin-bottom: 15px;
}
.widget-woo-stock-status li:last-child {
margin-bottom: 0;
}
.widget-woo-stock-status a {
display: block;
position: relative;
}
.widget-woo-stock-status a:before {
content: "";
display: inline-block;
margin-top: -4px;
margin-right: 6px;
width: 16px;
height: 16px;
border: 2px solid #eee;
vertical-align: middle;
transition: all .3s ease;
}
.widget-woo-stock-status a:after {
position: absolute;
top: 4px;
left: 2px;
color: #fff;
font-weight: 600;
font-size: 12px;
opacity: 0;
content: '\e93e';
font-family: 'haruicons';
}
.widget-woo-stock-status a.haru-active, .widget-woo-stock-status a:hover {
color: #000;
}
.widget-woo-stock-status a.haru-active:before, .widget-woo-stock-status a:hover:before {
background-color: #4B5C66;
border-color: #4B5C66;
}
.widget-woo-stock-status a.haru-active:after, .widget-woo-stock-status a:hover:after {
opacity: 1;
}
.widget-woo-stock-status a.haru-active {
font-weight: 600;
}
.woocommerce-ordering-list ul {
list-style: none;
padding: 0;
margin: 0;
}
.woocommerce-ordering-list li {
margin-bottom: 15px;
}
.woocommerce-ordering-list li:last-child {
margin-bottom: 0;
}
.woocommerce-ordering-list a {
border-bottom: 1px solid transparent;
display: inline-flex;
transition: all .3s;
}
.woocommerce-ordering-list a:hover, .woocommerce-ordering-list a.selected-order {
color: #4B5C66;
border-bottom: 1px solid #4B5C66;
transition: all .3s;
}
.widget-woo-price-filter ul {
list-style: none;
padding: 0;
margin: 0;
}
.widget-woo-price-filter li {
margin-bottom: 12px;
}
.widget-woo-price-filter li:last-child {
margin-bottom: 0;
}
.widget-woo-price-filter a {
transition: all .3s;
}
.widget-woo-price-filter a:hover {
transition: all .3s;
}
.widget-woo-price-filter .current-state {
color: #000;
font-weight: 500;
}
.widget-woo-price-filter .current-state .amount {
font-weight: 500;
}
.haru-scroll-widget {
max-height: 245px;
overflow: auto;
}
.haru-scroll-widget {
scrollbar-face-color: rgba(0, 0, 0, 0.12);
scrollbar-track-color: rgba(0, 0, 0, 0.06);
}
.haru-scroll-widget::-webkit-scrollbar {
width: 4px;
height: 4px;
}
.haru-scroll-widget::-webkit-scrollbar-thumb {
background: rgba(0, 0, 0, 0.12);
border-radius: 4px;
}
.haru-scroll-widget::-webkit-scrollbar-track {
background: rgba(0, 0, 0, 0.06);
border-radius: 4px;
}
.widget ul.haru-scroll-widget {
padding-right: 3px;
}
.haru-widget-scroll ul {
max-height: 245px;
overflow: auto;
}
.haru-widget-scroll ul {
scrollbar-face-color: rgba(0, 0, 0, 0.12);
scrollbar-track-color: rgba(0, 0, 0, 0.06);
}
.haru-widget-scroll ul::-webkit-scrollbar {
width: 4px;
height: 4px;
}
.haru-widget-scroll ul::-webkit-scrollbar-thumb {
background: rgba(0, 0, 0, 0.12);
border-radius: 4px;
}
.haru-widget-scroll ul::-webkit-scrollbar-track {
background: rgba(0, 0, 0, 0.06);
border-radius: 4px;
}
.haru-widget-scroll ul.product-categories {
padding-right: 3px;
}
.woocommerce-variation-add-to-cart .button[onclick] {
background: transparent !important;
clear: both;
float: left;
cursor: pointer;
margin-top: 12px;
margin-bottom: 12px;
border: 2px solid #eee;
color: #000;
line-height: 44px;
transition: all .3s;
}
.woocommerce-variation-add-to-cart .button[onclick]:hover {
background: #4B5C66 !important;
border: 2px solid #4B5C66;
transition: all .3s;
}
.woocommerce-variation-add-to-cart .button[onclick]:before {
content: '\e91f';
font-family: 'phosphor';
font-size: 16px;
font-weight: 600;
margin-right: 5px;
position: relative;
bottom: -1px;
}
.single_variation_wrap > a[onclick] {
color: #000 !important;
display: inline-flex;
align-items: center;
margin-bottom: 10px;
margin-top: -5px;
transition: all .3s;
}
.single_variation_wrap > a[onclick]:hover {
color: #4B5C66 !important;
transition: all .3s;
}
.single_variation_wrap > a[onclick]:before {
content: '\e959';
font-family: 'phosphor';
margin-right: 6px;
font-size: 18px;
}
html.printful-modal {
overflow-y: hidden;
}
.pf-size-guide-modal-wrapper {
padding: 60px 20px;
}
.pf-size-guide-modal {
background-color: transparent !important;
overflow-y: hidden;
}
.pf-size-guide-modal__title {
display: none;
}
.pf-size-guide-modal__close {
position: absolute;
top: -5px;
right: -5px;
}
.pf-size-guide-modal__close:hover img {
opacity: .8;
transition: all .3s;
}
.pf-size-guide-modal__close img {
-webkit-filter: brightness(0) invert(1);
filter: brightness(0) invert(1);
opacity: 1;
transition: all .3s;
}
.pf-size-guide-modal__content {
overflow-y: auto;
height: 100%;
background-color: #fff;
}
.pf-size-guide-modal__content {
scrollbar-face-color: #4B5C66;
scrollbar-track-color: #ededed;
}
.pf-size-guide-modal__content::-webkit-scrollbar {
width: 3px;
height: 3px;
}
.pf-size-guide-modal__content::-webkit-scrollbar-thumb {
background: #4B5C66;
border-radius: 0;
}
.pf-size-guide-modal__content::-webkit-scrollbar-track {
background: #ededed;
border-radius: 0;
}
.pf-size-guide-modal__content > div > h4 {
font-size: 16px;
text-transform: uppercase;
}
@media screen and (max-width: 767px) {
.pf-size-guide-modal__content > div > h4 {
font-size: 15px;
}
}
.pf-product-size-guide__tabs {
scrollbar-face-color: #4B5C66;
scrollbar-track-color: #ededed;
}
.pf-product-size-guide__tabs::-webkit-scrollbar {
width: 3px;
height: 3px;
}
.pf-product-size-guide__tabs::-webkit-scrollbar-thumb {
background: #4B5C66;
border-radius: 0;
}
.pf-product-size-guide__tabs::-webkit-scrollbar-track {
background: #ededed;
border-radius: 0;
}
.pf-product-size-guide__tabs,
.pf-size-guide-modal-size-chart__tabs {
box-shadow: inset 0 -1px 0 0 #eee;
}
.pf-product-size-guide__tab {
font-weight: 600;
font-size: 18px;
border-top-left-radius: 12px;
border-top-right-radius: 12px;
border-top: none;
border-right: none;
border-left: none;
border-bottom: 1px solid #eee;
color: #7e7e7e;
}
@media screen and (max-width: 767px) {
.pf-product-size-guide__tab {
font-size: 16px;
}
}
.pf-product-size-guide__tab.pf-product-size-guide__tab--active {
color: #000;
border-bottom: none;
}
.pf-product-size-guide__tab:last-child {
margin-right: 0;
}
.pf-size-guide-modal-size-chart__tab {
font-size: 16px;
}
@media screen and (max-width: 767px) {
.pf-size-guide-modal-size-chart__tab {
font-size: 15px;
}
}
.pf-size-guide-modal-size-chart__tab.pf-size-guide-modal-size-chart__tab--active {
box-shadow: inset 0 -3px #4B5C66;
}
.pf-size-guide-modal-size-chart__table thead {
font-weight: 600;
}
@media screen and (max-width: 767px) {
.pf-size-guide-modal-size-chart__table td {
font-size: 15px;
}
}
.pf-customize-modal {
padding: 60px 20px !important;
}
.product-customizer__header-title {
font-weight: 600 !important;
font-size: 18px !important;
text-transform: uppercase;
}
@media screen and (max-width: 767px) {
.product-customizer__header-title {
font-size: 16px !important;
}
}
#product-customizer-error h1 {
font-size: 40px;
font-weight: 600;
}
@media screen and (max-width: 767px) {
#product-customizer-error h1 {
font-size: 28px;
}
} .clear {
clear: both;
}
.woocommerce-store-notice {
background-color: #4B5C66;
color: #fff;
font-size: 14px;
font-weight: 600;
margin: 0;
padding: 15px;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
display: flex;
align-items: center;
z-index: 9998;
}
.woocommerce-store-notice:before {
content: '\e939';
font-family: 'haruicons';
font-size: 16px;
font-weight: 700;
display: inline-block;
margin-right: 10px;
}
.woocommerce-store-notice__dismiss-link {
background-color: #fff;
padding: 3px 10px;
margin-left: auto;
}
.woocommerce-store-notice__dismiss-link:before {
content: '\e93a';
font-family: 'haruicons';
font-weight: 700;
display: inline-block;
margin-right: 5px;
}
.woocommerce-notices-wrapper:empty {
display: none;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
padding: 15px 20px 15px 60px;
margin: 0 0 30px;
position: relative;
background-color: #f6fafc;
border-top: 3px solid #4B5C66;
list-style: none outside;
width: auto;
word-break: break-word;
display: flex;
align-items: center;
}
@media screen and (max-width: 767px) {
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
display: block;
margin: 0 0 20px;
}
}
.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
content: '\e93e';
font-family: 'haruicons';
font-size: 18px;
font-weight: 700;
display: inline-block;
position: absolute;
top: 50%;
margin-top: -16px;
left: 30px;
}
@media screen and (max-width: 767px) {
.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
left: 25px;
}
}
.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
min-width: 120px;
text-align: center;
margin-left: auto;
order: 2;
}
.woocommerce-error a:not(.button),
.woocommerce-info a:not(.button),
.woocommerce-message a:not(.button) {
color: #4B5C66;
margin-left: 2px;
text-decoration: underline;
}
@media screen and (max-width: 767px) {
.woocommerce-error a:not(.button),
.woocommerce-info a:not(.button),
.woocommerce-message a:not(.button) {
margin-left: 0;
}
}
.woocommerce-message {
border-top-color: #4B5C66;
}
.woocommerce-message:before {
content: '\e93e';
color: #4B5C66;
}
.woocommerce-info {
border-top-color: #000;
}
.woocommerce-info:before {
content: '\e93f';
color: #000;
}
.woocommerce-error {
border-top-color: #8B0000;
flex-wrap: wrap;
}
.woocommerce-error:before {
content: '\e939';
color: #8B0000;
}
.woocommerce-error li {
flex: 0 0 100%;
}
.woocommerce-page .haru-page .woocommerce {
margin-bottom: 100px;
}
@media screen and (max-width: 1440px) {
.woocommerce-page .haru-page .woocommerce {
margin-bottom: 90px;
}
}
@media screen and (max-width: 1024px) {
.woocommerce-page .haru-page .woocommerce {
margin-bottom: 80px;
}
}
@media screen and (max-width: 991px) {
.woocommerce-page .haru-page .woocommerce {
margin-bottom: 70px;
}
}
@media screen and (max-width: 767px) {
.woocommerce-page .haru-page .woocommerce {
margin-bottom: 60px;
}
}
.woocommerce .button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce-page .button,
.woocommerce-page a.button,
.woocommerce-page input.button,
.woocommerce-js .button,
.woocommerce-js a.button,
.woocommerce-js input.button {
border-radius: 12px;
background: #4B5C66;
color: #fff;
display: inline-block;
font-weight: 700;
outline: none;
border: none;
height: 48px;
line-height: 48px;
padding: 0 25px;
text-transform: capitalize;
transition: all .3s;
}
.woocommerce .button[disabled], .woocommerce .button.disabled,
.woocommerce a.button[disabled],
.woocommerce a.button.disabled,
.woocommerce input.button[disabled],
.woocommerce input.button.disabled,
.woocommerce-page .button[disabled],
.woocommerce-page .button.disabled,
.woocommerce-page a.button[disabled],
.woocommerce-page a.button.disabled,
.woocommerce-page input.button[disabled],
.woocommerce-page input.button.disabled,
.woocommerce-js .button[disabled],
.woocommerce-js .button.disabled,
.woocommerce-js a.button[disabled],
.woocommerce-js a.button.disabled,
.woocommerce-js input.button[disabled],
.woocommerce-js input.button.disabled {
background: #abb8c3;
pointer-events: none;
}
.woocommerce .button:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover,
.woocommerce-page .button:hover,
.woocommerce-page a.button:hover,
.woocommerce-page input.button:hover,
.woocommerce-js .button:hover,
.woocommerce-js a.button:hover,
.woocommerce-js input.button:hover {
background: #000;
color: #fff;
transition: all .3s;
}
.woocommerce table,
.woocommerce-page table,
.woocommerce-js table {
margin-bottom: 35px;
width: 100%;
border-spacing: 0;
border-collapse: collapse;
border: 0;
font-size: 15px;
line-height: 1.4;
}
.woocommerce table thead,
.woocommerce-page table thead,
.woocommerce-js table thead {
background: transparent;
}
.woocommerce table th,
.woocommerce-page table th,
.woocommerce-js table th {
padding: 15px 10px;
border: none;
border-bottom: 2px solid #eee;
color: #000;
font-size: 15px;
vertical-align: middle;
text-align: left;
text-transform: capitalize;
font-weight: 600;
line-height: 1.2;
}
@media screen and (max-width: 767px) {
.woocommerce table th,
.woocommerce-page table th,
.woocommerce-js table th {
font-size: 14px;
}
}
.woocommerce table tr,
.woocommerce-page table tr,
.woocommerce-js table tr {
border: 0;
}
.woocommerce table td,
.woocommerce-page table td,
.woocommerce-js table td {
padding: 15px 12px;
border: none;
border-bottom: 1px solid #eee;
text-align: left;
font-weight: inherit;
}
.woocommerce table tbody th,
.woocommerce table tfoot th,
.woocommerce-page table tbody th,
.woocommerce-page table tfoot th,
.woocommerce-js table tbody th,
.woocommerce-js table tfoot th {
border-bottom: 1px solid #eee;
text-transform: none;
font-size: 15px;
}
.shop_table tr td:last-child,
.shop_table tr th:last-child {
text-align: right;
}
.price {
color: #9b9b9b;
}
.amount bdi {
color: #000;
font-weight: 700;
}
ins {
text-decoration: none;
}
ins .amount bdi {
color: #4B5C66;
}
del {
font-size: 85%;
margin-left: 3px;
color: #9b9b9b;
}
del .amount bdi {
color: #9b9b9b;
font-weight: 500;
}
.woocommerce-form__input-checkbox {
position: relative;
top: -1px;
}
.woocommerce-form .form-row {
margin-bottom: 10px;
}
.select2-container .selection .select2-container--focus {
outline: none;
}
.select2-container .selection .select2-selection--single {
border: 1px solid #f5f5f5;
border-radius: 12px;
height: 48px;
background-color: #f5f5f5;
}
.select2-container .selection .select2-selection--single:focus {
outline: none;
}
.select2-container .selection .select2-selection--single .select2-selection__clear {
margin-right: 5px;
}
.select2-container .selection .select2-selection--single .select2-selection__rendered {
line-height: 46px;
padding-left: 15px;
color: #7e7e7e;
}
.select2-container .selection .select2-selection--single .select2-selection__rendered:focus, .select2-container .selection .select2-selection--single .select2-selection__rendered:active {
outline: none;
}
.select2-container .selection .select2-selection--single .select2-selection__arrow {
height: 46px;
right: 5px;
}
.select2-container .selection .select2-selection--multiple {
border: 1px solid #f5f5f5 !important;
border-radius: 12px;
height: 48px;
}
.select2-container .selection .select2-selection--multiple .select2-selection__rendered {
padding: 0 10px;
}
.select2-container .selection .select2-selection--multiple .select2-selection__rendered .select2-search {
margin: 0;
}
.select2-container .selection .select2-selection--multiple .select2-selection__rendered .select2-search--inline {
float: none;
}
.select2-container .selection .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
line-height: 38px;
margin: 3px 3px 0 0;
}
.select2-container .selection .select2-selection--multiple .select2-search__field {
height: 46px;
line-height: 46px;
}
.select2-container .select2-dropdown {
border-color: #eee;
}
.select2-container .select2-dropdown .select2-search__field {
border: 1px solid #eee;
}
.select2-container .select2-dropdown .select2-search__field:focus {
outline: none;
border: 1px solid #4B5C66;
}
.select2-container.select2-container--open .select2-dropdown--below {
margin-top: 3px;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.dark-mode .woocommerce-error,
.dark-mode .woocommerce-info,
.dark-mode .woocommerce-message {
background-color: #333;
}
.dark-mode .woocommerce table th {
border-bottom: 2px solid #333;
color: #fff;
}
.dark-mode .woocommerce table tr {
border: 0;
}
.dark-mode .woocommerce table td {
border-bottom: 1px solid #333;
}
.dark-mode .woocommerce table tbody th,
.dark-mode .woocommerce table tfoot th {
border-bottom: 1px solid #333;
}
.dark-mode .select2-container .select2-dropdown {
background-color: #1d1d1d;
}
.dark-mode .select2-container .selection .select2-selection--single {
background-color: #333;
border: 1px solid #333;
}
.dark-mode .select2-container .selection .select2-selection--single .select2-selection__rendered {
color: #ababab;
}
.dark-mode .select2-container .selection .select2-selection--multiple {
background-color: #333;
border: 1px solid #333 !important;
}
.dark-mode .select2-container .selection .select2-selection--multiple .select2-selection__rendered {
color: #ababab;
}
.dark-mode .select2-container .select2-dropdown {
border-color: #333;
}
.dark-mode .select2-container .select2-dropdown .select2-search__field {
border: 1px solid #333;
}
.dark-mode .select2-container .select2-dropdown .select2-search__field:focus {
border: 1px solid #4B5C66;
} .archive-pagination .page-numbers {
display: inline-block;
padding: 0 10px;
color: #000;
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 50%;
font-weight: 700;
transition: all .3s;
}
@media screen and (max-width: 1440px) {
.archive-pagination .page-numbers {
width: 38px;
height: 38px;
line-height: 38px;
}
}
@media screen and (max-width: 1024px) {
.archive-pagination .page-numbers {
width: 36px;
height: 36px;
line-height: 36px;
}
}
@media screen and (max-width: 991px) {
.archive-pagination .page-numbers {
width: 34px;
height: 34px;
line-height: 34px;
}
}
@media screen and (max-width: 767px) {
.archive-pagination .page-numbers {
width: 32px;
height: 32px;
line-height: 32px;
}
}
.archive-pagination .page-numbers.current {
background-color: #000;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
color: #fff;
}
.archive-pagination .page-numbers:first-child {
margin-left: 0;
}
.archive-pagination .page-numbers:last-child {
margin-right: 0;
}
.archive-pagination a:hover, .archive-pagination a:focus {
color: #4B5C66;
}
.archive-pagination a.prev, .archive-pagination a.next {
width: auto;
text-transform: capitalize;
}
.archive-pagination a.prev:before {
content: '\e918';
font-family: 'phosphor';
font-size: 12px;
margin-right: 6px;
position: relative;
bottom: -1px;
}
.archive-pagination a.next:after {
content: '\e919';
font-family: 'phosphor';
font-size: 12px;
margin-left: 6px;
position: relative;
bottom: -1px;
}
.dark-mode .archive-pagination .page-numbers {
color: #fff;
}
.dark-mode .archive-pagination .page-numbers.current {
background-color: #fff;
box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
color: #000;
}
.dark-mode .archive-pagination a:hover, .dark-mode .archive-pagination a:focus {
color: #4B5C66;
}
.section-bg-decor-1 {
margin-top: -58vh !important;
}
.designer-spacer {
margin-bottom: 40px;
}
@media screen and (max-width: 1440px) {
.designer-spacer {
margin-bottom: 35px;
}
}
@media screen and (max-width: 1024px) {
.designer-spacer {
margin-bottom: 30px;
}
}
@media screen and (max-width: 991px) {
.designer-spacer {
margin-bottom: 25px;
}
}
@media screen and (max-width: 767px) {
.designer-spacer {
margin-bottom: 20px;
}
}
.haru-logo a {
display: flex;
}
.haru-logo .haru-logo__retina,
.haru-logo .haru-logo__dark,
.haru-logo .haru-logo__dark-retina {
display: none;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.haru-logo .haru-logo__default {
display: none;
}
.haru-logo .haru-logo__retina {
display: block;
}
}
.dark-mode .haru-logo .haru-logo__dark {
display: block;
}
.dark-mode .haru-logo .haru-logo__default,
.dark-mode .haru-logo .haru-logo__retina,
.dark-mode .haru-logo .haru-logo__dark-retina {
display: none;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.dark-mode .haru-logo .haru-logo__dark {
display: none;
}
.dark-mode .haru-logo .haru-logo__dark-retina {
display: block;
}
}
.haru-logo-footer a {
display: flex;
}
.haru-logo-footer .haru-logo-footer__retina,
.haru-logo-footer .haru-logo-footer__dark,
.haru-logo-footer .haru-logo-footer__dark-retina {
display: none;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.haru-logo-footer .haru-logo-footer__default {
display: none;
}
.haru-logo-footer .haru-logo-footer__retina {
display: block;
}
}
.dark-mode .haru-logo-footer .haru-logo-footer__dark {
display: block;
}
.dark-mode .haru-logo-footer .haru-logo-footer__default,
.dark-mode .haru-logo-footer .haru-logo-footer__retina,
.dark-mode .haru-logo-footer .haru-logo-footer__dark-retina {
display: none;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.dark-mode .haru-logo-footer .haru-logo-footer__dark {
display: none;
}
.dark-mode .haru-logo-footer .haru-logo-footer__dark-retina {
display: block;
}
}
.haru-nav-menu {
display: block;
list-style: none;
margin: 0;
padding: 0;
line-height: normal;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.haru-nav-menu .menu-label {
border-radius: 2px;
color: #fff;
padding: 2px 3px;
font-size: 9px;
text-align: center;
vertical-align: baseline;
margin-left: 5px;
position: relative;
top: -8px;
}
.haru-nav-menu .menu-icon {
height: 16px;
line-height: 16px;
margin-right: 8px;
}
.haru-nav-menu .menu-icon img {
max-height: 100%;
}
.haru-nav-menu .sub-arrow i {
font-style: normal;
font-family: "haruicons";
}
.haru-nav-menu ul {
padding: 0;
margin: 0;
list-style: none;
line-height: normal;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.haru-nav-menu a,
.haru-nav-menu li {
position: relative;
display: block;
}
.haru-nav-menu li {
border-width: 0;
}
.haru-nav-menu > li > a {
display: flex;
align-items: center;
}
.haru-nav-menu--layout-horizontal {
display: flex;
}
.haru-nav-menu--layout-horizontal .haru-nav-menu {
display: flex;
flex-wrap: wrap;
}
.haru-nav-menu--layout-horizontal .haru-nav-menu .haru-item,
.haru-nav-menu--layout-horizontal .haru-nav-menu .haru-sub-item {
white-space: nowrap;
}
.haru-nav-menu--indicator-none .haru-nav-menu .haru-item.has-submenu {
padding-right: 20px;
}
.haru-nav-menu--indicator-none .haru-nav-menu .haru-item.has-submenu .sub-arrow {
display: none;
}
.haru-nav-menu--indicator-chevron .haru-nav-menu .sub-arrow i:before {
content: "\e914";
font-weight: 700;
font-size: 12px;
margin-left: 5px;
}
.haru-nav-menu--indicator-angle .haru-nav-menu .sub-arrow i:before {
content: "\e904";
font-weight: 700;
margin-left: 5px;
}
.haru-nav-menu--indicator-classic .haru-nav-menu .sub-arrow i:before {
content: "\e903";
font-weight: 700;
margin-left: 5px;
}
.haru-nav-menu--indicator-plus .haru-nav-menu .sub-arrow i:before {
content: '+';
margin-left: 5px;
}
.haru-nav-menu--indicator-plus .haru-nav-menu .sub-arrow.active i:before {
content: '-';
}
.haru-nav-menu--indicator-chevron .haru-nav-menu--main .menu-item-has-children > .sub-menu .sub-arrow, .haru-nav-menu--indicator-angle .haru-nav-menu--main .menu-item-has-children > .sub-menu .sub-arrow, .haru-nav-menu--indicator-classic .haru-nav-menu--main .menu-item-has-children > .sub-menu .sub-arrow {
-webkit-transform: rotate(-90deg) translateY(5px);
transform: rotate(-90deg) translateY(5px);
}
.haru-nav-menu--indicator-chevron .haru-nav-menu--main .menu-item-has-children > .sub-menu .sub-arrow i:before, .haru-nav-menu--indicator-angle .haru-nav-menu--main .menu-item-has-children > .sub-menu .sub-arrow i:before, .haru-nav-menu--indicator-classic .haru-nav-menu--main .menu-item-has-children > .sub-menu .sub-arrow i:before {
margin-left: 0;
}
.haru-nav-menu__align-left .haru-nav-menu {
margin-right: auto;
justify-content: flex-start;
}
.haru-nav-menu__align-left .haru-nav-menu--layout-vertical > ul > li > a {
justify-content: flex-start;
}
.haru-nav-menu__align-right .haru-nav-menu {
margin-left: auto;
justify-content: flex-end;
}
.haru-nav-menu__align-right .haru-nav-menu--layout-vertical > ul > li > a {
justify-content: flex-end;
}
.haru-nav-menu__align-center .haru-nav-menu {
margin-left: auto;
margin-right: auto;
justify-content: center;
}
.haru-nav-menu__align-center .haru-nav-menu--layout-vertical > ul > li > a {
justify-content: center;
}
.haru-nav-menu__align-justify .haru-nav-menu--layout-horizontal .haru-nav-menu {
width: 100%;
}
.haru-nav-menu__align-justify .haru-nav-menu--layout-horizontal .haru-nav-menu > li {
flex-grow: 1;
}
.haru-nav-menu__align-justify .haru-nav-menu--layout-horizontal .haru-nav-menu > li > a {
justify-content: center;
}
.haru-nav-menu__align-justify .haru-nav-menu--layout-vertical .haru-nav-menu > li .haru-item--main .sub-arrow {
display: inline-flex;
align-items: center;
margin-left: auto;
}
.haru-nav-menu--main .menu-item-has-children:hover > .sub-menu {
display: block;
top: 100%;
left: 0;
z-index: 99;
}
.haru-nav-menu--main .menu-item-has-children:hover > .sub-menu > .menu-item-has-children:hover > .sub-menu {
display: block;
top: 0;
left: 100%;
z-index: 99;
}
.haru-nav-menu--main .menu-item-has-children:hover > .sub-menu > .menu-item-has-children:hover > .sub-menu > .menu-item-has-children:hover > .sub-menu {
display: block;
top: 0;
left: 100%;
z-index: 99;
}
.haru-nav-menu--main .menu-item-has-children:hover > .sub-menu > .menu-item-has-children:hover > .sub-menu > .menu-item-has-children:hover > .sub-menu > .menu-item-has-children:hover > .sub-menu {
display: block;
top: 0;
left: 100%;
z-index: 99;
}
.haru-nav-menu--main .menu-item-has-children > .sub-menu {
box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
}
.haru-nav-menu--main .menu-item-has-children > .sub-menu .sub-arrow {
float: right;
}
.haru-nav-menu--main .menu-item-has-children .sub-menu {
left: 100%;
}
.haru-nav-menu--main .haru-nav-menu ul.sub-menu {
position: absolute;
min-width: 205px;
display: none;
background-color: #fff;
}
.haru-nav-menu--main .haru-nav-menu .haru-item--main {
padding: 13px 15px;
}
.haru-nav-menu--subdown .haru-sub-item {
color: #000;
padding: 13px 15px;
}
.haru-nav-menu--dropdown {
background-color: #fff;
font-size: 90%;
display: none;
max-height: 100vh;
box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
}
.haru-nav-menu--dropdown ul:not(.sub-menu),
.haru-nav-menu--dropdown li {
display: block;
list-style: none;
margin: 0;
padding: 0;
line-height: normal;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.haru-nav-menu--dropdown ul.sub-menu {
display: none;
}
.haru-nav-menu--dropdown ul ul a,
.haru-nav-menu--dropdown ul ul a:hover,
.haru-nav-menu--dropdown ul ul a:focus,
.haru-nav-menu--dropdown ul ul a:active {
border-left: 8px solid transparent;
}
.haru-nav-menu--dropdown ul ul ul a,
.haru-nav-menu--dropdown ul ul ul a:hover,
.haru-nav-menu--dropdown ul ul ul a:focus,
.haru-nav-menu--dropdown ul ul ul a:active {
border-left: 16px solid transparent;
}
.haru-nav-menu--dropdown ul ul ul ul a,
.haru-nav-menu--dropdown ul ul ul ul a:hover,
.haru-nav-menu--dropdown ul ul ul ul a:focus,
.haru-nav-menu--dropdown ul ul ul ul a:active {
border-left: 24px solid transparent;
}
.haru-nav-menu--dropdown ul ul ul ul ul a,
.haru-nav-menu--dropdown ul ul ul ul ul a:hover,
.haru-nav-menu--dropdown ul ul ul ul ul a:focus,
.haru-nav-menu--dropdown ul ul ul ul ul a:active {
border-left: 32px solid transparent;
}
.haru-nav-menu--dropdown a {
color: #000;
padding: 13px 15px;
}
.haru-nav-menu--dropdown .haru-nav-menu .sub-arrow i:before {
margin-left: 0;
}
.haru-nav-menu--dropdown .haru-item:hover, .haru-nav-menu--dropdown .haru-item:focus, .haru-nav-menu--dropdown .haru-item.highlighted, .haru-nav-menu--dropdown .haru-item.haru-item-active {
background-color: #4B5C66;
color: #fff;
}
.haru-nav-menu--dropdown .haru-item:hover img, .haru-nav-menu--dropdown .haru-item:focus img, .haru-nav-menu--dropdown .haru-item.highlighted img, .haru-nav-menu--dropdown .haru-item.haru-item-active img {
-webkit-filter: brightness(0) invert(1);
filter: brightness(0) invert(1);
}
@media screen and (max-width: 1024px) {
.haru-nav-menu--dropdown-tablet .haru-nav-menu--main {
display: none !important;
}
}
@media screen and (min-width: 1025px) {
.haru-nav-menu--dropdown-tablet .haru-nav-menu--dropdown,
.haru-nav-menu--dropdown-tablet .haru-menu-toggle {
display: none !important;
}
}
@media screen and (max-width: 1024px) {
.haru-nav-menu--dropdown-tablet span.sub-arrow {
position: absolute;
top: 50%;
margin-top: -17px;
left: auto;
right: 15px;
width: 34px;
height: 34px;
line-height: 34px;
overflow: hidden;
font-weight: 700;
font-size: 16px;
text-align: center;
text-shadow: none;
background: rgba(0, 0, 0, 0.05);
border-radius: 0;
z-index: 9;
}
}
@media screen and (max-width: 1024px) {
.haru-nav-menu--dropdown-tablet span.sub-arrow i {
display: block;
transition: all .3s;
}
}
@media screen and (max-width: 1024px) {
.haru-nav-menu--dropdown-tablet span.sub-arrow.active i {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
transition: all .3s;
}
}
@media screen and (max-width: 1024px) {
.haru-nav-menu--dropdown-tablet.haru-nav-menu--indicator-plus a.highlighted .sub-arrow i:before {
content: '-';
}
}
@media screen and (max-width: 767px) {
.haru-nav-menu--dropdown-mobile .haru-nav-menu--main {
display: none !important;
}
}
@media screen and (min-width: 768px) {
.haru-nav-menu--dropdown-mobile .haru-nav-menu--dropdown,
.haru-nav-menu--dropdown-mobile .haru-menu-toggle {
display: none !important;
}
}
@media screen and (max-width: 767px) {
.haru-nav-menu--dropdown-mobile span.sub-arrow {
position: absolute;
top: 50%;
margin-top: -17px;
left: auto;
right: 0;
width: 34px;
height: 34px;
line-height: 34px;
overflow: hidden;
font-weight: 700;
font-size: 16px;
text-align: center;
text-shadow: none;
background: rgba(0, 0, 0, 0.05);
border-radius: 0;
z-index: 9;
}
}
@media screen and (max-width: 767px) {
.haru-nav-menu--dropdown-mobile span.sub-arrow i {
display: block;
transition: all .3s;
}
}
@media screen and (max-width: 767px) {
.haru-nav-menu--dropdown-mobile span.sub-arrow.active i {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
transition: all .3s;
}
}
@media screen and (max-width: 767px) {
.haru-nav-menu--dropdown-mobile.haru-nav-menu--indicator-plus a.highlighted .sub-arrow i:before {
content: '-';
}
}
.haru-nav-menu--dropdown.haru-nav-menu__container {
margin-top: 10px;
overflow: auto;
z-index: 99;
}
.haru-nav-menu--stretch .haru-nav-menu--dropdown {
position: absolute;
}
.haru-nav-menu--layout-vertical {
background: #fff;
border: 1px solid #eee;
box-sizing: border-box;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
border-radius: 12px;
position: relative;
}
.haru-nav-menu--layout-vertical.show-view-more .menu-vertical-toggle {
display: block;
}
.haru-nav-menu--layout-vertical.haru-nav-menu--main .menu-item-has-children:hover > .sub-menu {
left: 100%;
top: 0;
}
.haru-nav-menu--layout-vertical .haru-menu-header {
background-color: #4B5C66;
color: #fff;
border-top-left-radius: 12px;
border-top-right-radius: 12px;
font-size: 18px;
font-weight: 700;
padding: 16px 25px;
letter-spacing: 1px;
white-space: nowrap;
display: flex;
align-items: center;
text-transform: uppercase;
}
@media screen and (max-width: 1440px) {
.haru-nav-menu--layout-vertical .haru-menu-header {
font-size: 16px;
}
}
.haru-nav-menu--layout-vertical .haru-menu-header:hover {
cursor: pointer;
}
.haru-nav-menu--layout-vertical .haru-menu-header i {
font-weight: 700;
margin-right: 10px;
position: relative;
top: -1px;
}
@media screen and (max-width: 1440px) {
.haru-nav-menu--layout-vertical .haru-menu-header i {
top: 0;
}
}
.haru-nav-menu--layout-vertical .haru-menu-header i:before {
content: '\e927';
font-family: "phosphor" !important;
font-size: 22px;
}
@media screen and (max-width: 1440px) {
.haru-nav-menu--layout-vertical .haru-menu-header i:before {
font-size: 20px;
}
}
.haru-nav-menu--layout-vertical .menu-vertical-wrap {
position: absolute;
width: 100%;
top: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
}
.haru-nav-menu--layout-vertical .haru-nav-menu > li {
border-bottom: 1px solid #eee;
}
.haru-nav-menu--layout-vertical .haru-nav-menu > li:last-child {
border-bottom: none;
}
.haru-nav-menu--layout-vertical .haru-nav-menu > li.menu-item--more {
display: none;
}
.haru-nav-menu--layout-vertical .haru-nav-menu > li.menu-item--more.show {
display: block;
}
.haru-nav-menu--layout-vertical .haru-nav-menu > li .haru-item--main .sub-arrow {
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transform-origin: top right;
transform-origin: top right;
}
.haru-nav-menu--layout-vertical .haru-nav-menu .menu-icon {
height: 24px;
line-height: 24px;
margin-right: 10px;
display: inline-flex;
align-items: center;
}
.haru-nav-menu--layout-vertical .menu-vertical-toggle {
display: none;
}
.haru-nav-menu--layout-vertical .menu-vertical-toggle .vertical-view-more {
display: flex;
align-items: center;
border-top: 1px solid transparent;
color: #000;
padding: 13px 15px;
transition: all .3s;
}
.haru-nav-menu--layout-vertical .menu-vertical-toggle .vertical-view-more:before {
content: '\e922';
font-family: 'phosphor';
font-size: 24px;
margin-right: 10px;
}
.haru-nav-menu--layout-vertical .menu-vertical-toggle .vertical-view-more:hover {
color: #4B5C66;
transition: all .3s;
}
.haru-nav-menu--layout-vertical .menu-vertical-toggle .vertical-view-more.show-category {
border-top: 1px solid #eee;
}
.haru-nav-menu--layout-vertical .menu-vertical-toggle .vertical-view-more.show-category:before {
content: '\e957';
}
.haru-menu-toggle {
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 22px;
width: 34px;
height: 34px;
cursor: pointer;
border: 0 solid;
border-radius: 3px;
background-color: rgba(0, 0, 0, 0.05);
color: #000;
}
.haru-menu-toggle.haru-active i:before {
content: '\e957';
}
.haru-menu-toggle.toggle-vertical {
width: 100%;
height: auto;
}
.haru-menu-toggle.toggle-vertical .haru-menu-header {
background-color: #4B5C66;
color: #fff;
font-size: 16px;
font-weight: 700;
padding: 10px 15px;
letter-spacing: 1px;
white-space: nowrap;
display: flex;
width: 100%;
align-items: center;
text-transform: uppercase;
}
@media screen and (max-width: 767px) {
.haru-menu-toggle.toggle-vertical .haru-menu-header {
font-size: 15px;
}
}
.haru-menu-toggle.toggle-vertical .haru-menu-header:hover {
cursor: pointer;
}
.haru-menu-toggle.toggle-vertical .haru-menu-header i {
font-weight: 700;
margin-right: 10px;
position: relative;
top: 0px;
}
.haru-menu-toggle.toggle-vertical .haru-menu-header i:before {
content: '\e927';
font-family: "phosphor" !important;
font-size: 22px;
}
@media screen and (max-width: 767px) {
.haru-menu-toggle.toggle-vertical .haru-menu-header i:before {
font-size: 20px;
}
}
.elementor-widget-haru-nav-menu:not(.haru-nav-menu--toggle) .haru-menu-toggle {
display: none;
}
.elementor-widget-haru-nav-menu .elementor-widget-container {
display: flex;
flex-direction: column;
}
.elementor-widget-haru-nav-menu .haru-nav-menu--main .haru-item {
color: #000;
transition: all .3s;
}
.elementor-widget-haru-nav-menu .haru-nav-menu--main .haru-item:hover, .elementor-widget-haru-nav-menu .haru-nav-menu--main .haru-item:focus, .elementor-widget-haru-nav-menu .haru-nav-menu--main .haru-item.highlighted, .elementor-widget-haru-nav-menu .haru-nav-menu--main .haru-item.haru-item-active {
color: #4B5C66;
transition: all .3s;
}
.haru-item:before, .haru-item:after {
display: block;
position: absolute;
transition: .3s;
}
.haru-item:not(:hover):not(:focus):not(.haru-item-active):before, .haru-item:not(:hover):not(:focus):not(.haru-item-active):after {
opacity: 0;
}
.haru-item-active:before, .haru-item-active:after, .haru-item:hover:before, .haru-item:hover:after, .haru-item:focus:before, .haru-item:focus:after {
-webkit-transform: scale(1);
transform: scale(1);
}
.haru--pointer-overline .haru-item--main:before, .haru--pointer-overline .haru-item--main:after, .haru--pointer-underline .haru-item--main:before, .haru--pointer-underline .haru-item--main:after, .haru--pointer-double-line .haru-item--main:before, .haru--pointer-double-line .haru-item--main:after {
background-color: #4B5C66;
height: 2px;
width: 100%;
left: 0;
z-index: 1;
}
.haru--pointer-overline.haru--animation-slide .haru-item--main:not(:hover):not(:focus):not(.haru-item-active):before, .haru--pointer-underline.haru--animation-slide .haru-item--main:not(:hover):not(:focus):not(.haru-item-active):before, .haru--pointer-double-line.haru--animation-slide .haru-item--main:not(:hover):not(:focus):not(.haru-item-active):before {
width: 8px;
left: -16px;
}
.haru--pointer-overline.haru--animation-slide .haru-item--main:not(:hover):not(:focus):not(.haru-item-active):after, .haru--pointer-underline.haru--animation-slide .haru-item--main:not(:hover):not(:focus):not(.haru-item-active):after, .haru--pointer-double-line.haru--animation-slide .haru-item--main:not(:hover):not(:focus):not(.haru-item-active):after {
width: 8px;
left: calc( 100% + 16px);
}
.haru--pointer-overline.haru--animation-grow .haru-item--main:not(:hover):not(:focus):not(.haru-item-active):before, .haru--pointer-overline.haru--animation-grow .haru-item--main:not(:hover):not(:focus):not(.haru-item-active):after, .haru--pointer-underline.haru--animation-grow .haru-item--main:not(:hover):not(:focus):not(.haru-item-active):before, .haru--pointer-underline.haru--animation-grow .haru-item--main:not(:hover):not(:focus):not(.haru-item-active):after, .haru--pointer-double-line.haru--animation-grow .haru-item--main:not(:hover):not(:focus):not(.haru-item-active):before, .haru--pointer-double-line.haru--animation-grow .haru-item--main:not(:hover):not(:focus):not(.haru-item-active):after {
height: 0;
width: 0;
left: 50%;
}
.haru--pointer-overline.haru--animation-drop-in .haru-item--main:not(:hover):not(:focus):not(.haru-item-active):before, .haru--pointer-underline.haru--animation-drop-in .haru-item--main:not(:hover):not(:focus):not(.haru-item-active):before, .haru--pointer-double-line.haru--animation-drop-in .haru-item--main:not(:hover):not(:focus):not(.haru-item-active):before {
top: -8px;
}
.haru--pointer-overline.haru--animation-drop-in .haru-item--main:not(:hover):not(:focus):not(.haru-item-active):after, .haru--pointer-underline.haru--animation-drop-in .haru-item--main:not(:hover):not(:focus):not(.haru-item-active):after, .haru--pointer-double-line.haru--animation-drop-in .haru-item--main:not(:hover):not(:focus):not(.haru-item-active):after {
bottom: -8px;
}
.haru--pointer-overline.haru--animation-drop-out .haru-item--main:not(:hover):not(:focus):not(.haru-item-active):before, .haru--pointer-underline.haru--animation-drop-out .haru-item--main:not(:hover):not(:focus):not(.haru-item-active):before, .haru--pointer-double-line.haru--animation-drop-out .haru-item--main:not(:hover):not(:focus):not(.haru-item-active):before {
top: 8px;
}
.haru--pointer-overline.haru--animation-drop-out .haru-item--main:not(:hover):not(:focus):not(.haru-item-active):after, .haru--pointer-underline.haru--animation-drop-out .haru-item--main:not(:hover):not(:focus):not(.haru-item-active):after, .haru--pointer-double-line.haru--animation-drop-out .haru-item--main:not(:hover):not(:focus):not(.haru-item-active):after {
bottom: 8px;
}
.haru--pointer-overline.haru--animation-none, .haru--pointer-underline.haru--animation-none, .haru--pointer-double-line.haru--animation-none {
transition-duration: 0s;
}
.haru--pointer-overline.haru--animation-none:before, .haru--pointer-overline.haru--animation-none:after, .haru--pointer-overline.haru--animation-none:hover, .haru--pointer-overline.haru--animation-none:focus, .haru--pointer-underline.haru--animation-none:before, .haru--pointer-underline.haru--animation-none:after, .haru--pointer-underline.haru--animation-none:hover, .haru--pointer-underline.haru--animation-none:focus, .haru--pointer-double-line.haru--animation-none:before, .haru--pointer-double-line.haru--animation-none:after, .haru--pointer-double-line.haru--animation-none:hover, .haru--pointer-double-line.haru--animation-none:focus {
transition-duration: 0s;
}
.haru--pointer-overline.haru--animation-none .haru-item--main, .haru--pointer-underline.haru--animation-none .haru-item--main, .haru--pointer-double-line.haru--animation-none .haru-item--main {
transition-duration: 0s;
}
.haru--pointer-overline.haru--animation-none .haru-item--main:before, .haru--pointer-overline.haru--animation-none .haru-item--main:after, .haru--pointer-overline.haru--animation-none .haru-item--main:hover, .haru--pointer-overline.haru--animation-none .haru-item--main:focus, .haru--pointer-underline.haru--animation-none .haru-item--main:before, .haru--pointer-underline.haru--animation-none .haru-item--main:after, .haru--pointer-underline.haru--animation-none .haru-item--main:hover, .haru--pointer-underline.haru--animation-none .haru-item--main:focus, .haru--pointer-double-line.haru--animation-none .haru-item--main:before, .haru--pointer-double-line.haru--animation-none .haru-item--main:after, .haru--pointer-double-line.haru--animation-none .haru-item--main:hover, .haru--pointer-double-line.haru--animation-none .haru-item--main:focus {
transition-duration: 0s;
}
.haru--pointer-overline .haru-item--main:before, .haru--pointer-double-line .haru-item--main:before {
content: '';
top: 0;
}
.haru--pointer-underline .haru-item--main:after, .haru--pointer-double-line .haru-item--main:after {
content: '';
bottom: 0;
}
.haru-sub-item:hover, .haru-sub-item:focus, .haru-sub-item.highlighted, .haru-sub-item.haru-item-active {
background-color: #4B5C66;
color: #fff;
transition: all .3s;
}
.elementor-screen-only,
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
position: absolute;
top: -10000em;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.mega-menu-content .haru-item {
padding: 10px 0;
transition: all .3s;
}
.mega-menu-content .haru-item:hover {
transition: all .3s;
}
.mega-menu-content .menu-item:first-child .haru-item {
padding-top: 0;
}
.mega-menu-content .menu-item:last-child .haru-item {
padding-bottom: 0;
}
.dark-mode .elementor-widget-haru-nav-menu .haru-nav-menu--main .menu-item-has-children > .sub-menu {
box-shadow: 0px 15px 20px rgba(255, 255, 255, 0.1);
}
.dark-mode .elementor-widget-haru-nav-menu .haru-nav-menu--main .haru-item {
color: #fff;
}
.dark-mode .elementor-widget-haru-nav-menu .haru-nav-menu--main .haru-item:hover, .dark-mode .elementor-widget-haru-nav-menu .haru-nav-menu--main .haru-item:focus, .dark-mode .elementor-widget-haru-nav-menu .haru-nav-menu--main .haru-item.highlighted, .dark-mode .elementor-widget-haru-nav-menu .haru-nav-menu--main .haru-item.haru-item-active {
color: #4B5C66;
}
.dark-mode .elementor-widget-haru-nav-menu .haru-nav-menu--main .haru-nav-menu ul.sub-menu {
background-color: #000;
}
.dark-mode .elementor-widget-haru-nav-menu .haru-nav-menu--subdown a {
color: #fff;
}
.dark-mode .elementor-widget-haru-nav-menu .haru-sub-item:hover, .dark-mode .elementor-widget-haru-nav-menu .haru-sub-item:focus, .dark-mode .elementor-widget-haru-nav-menu .haru-sub-item.highlighted, .dark-mode .elementor-widget-haru-nav-menu .haru-sub-item.haru-item-active {
background-color: #4B5C66;
color: #fff;
}
.dark-mode .elementor-widget-haru-nav-menu .haru-nav-menu--dropdown {
background-color: #000;
box-shadow: 0px 15px 20px rgba(255, 255, 255, 0.1);
}
.dark-mode .elementor-widget-haru-nav-menu .haru-nav-menu--dropdown a {
color: #fff;
padding: 13px 15px;
}
.dark-mode .elementor-widget-haru-nav-menu .haru-menu-toggle {
background-color: #fff;
}
.haru-header--transparent-light:not(.haru-header--sticky-on) .haru-menu-toggle {
background-color: #fff;
color: #000;
}
.haru-header--transparent-dark:not(.haru-header--sticky-on) .haru-menu-toggle {
background-color: #000;
color: #fff;
}
.haru-nav-menu-popup {
display: block;
list-style: none;
margin: 0;
padding: 0;
line-height: normal;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.haru-nav-menu-popup .menu-label {
border-radius: 2px;
color: #fff;
padding: 2px 3px;
font-size: 9px;
text-align: center;
vertical-align: baseline;
margin-left: 5px;
position: relative;
top: -8px;
}
.haru-nav-menu-popup .menu-icon {
height: 16px;
line-height: 16px;
margin-right: 8px;
}
.haru-nav-menu-popup .menu-icon img {
max-height: 100%;
}
.haru-nav-menu-popup .sub-arrow {
display: inline-flex;
align-items: center;
justify-content: center;
position: absolute;
top: 50%;
right: 0;
width: 30px;
height: 100%;
font-size: 16px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 9;
}
.haru-nav-menu-popup .sub-arrow i {
font-style: normal;
font-family: "haruicons";
display: inline-block;
line-height: 1;
transition: all .3s;
}
.haru-nav-menu-popup .sub-arrow i:before {
content: '\e902';
}
.haru-nav-menu-popup .sub-arrow.active i {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
transition: all .3s;
}
.haru-nav-menu-popup ul {
padding: 0;
margin: 0;
list-style: none;
line-height: normal;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.haru-nav-menu-popup a,
.haru-nav-menu-popup li {
position: relative;
display: block;
}
.haru-nav-menu-popup li {
border-width: 0;
}
.haru-nav-menu-popup--dropdown ul:not(.sub-menu),
.haru-nav-menu-popup--dropdown li {
display: block;
list-style: none;
margin: 0;
padding: 0;
line-height: normal;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.haru-nav-menu-popup--dropdown ul.sub-menu {
display: none;
}
.haru-nav-menu-popup--dropdown ul ul a,
.haru-nav-menu-popup--dropdown ul ul a:hover,
.haru-nav-menu-popup--dropdown ul ul a:focus,
.haru-nav-menu-popup--dropdown ul ul a:active {
border-left: 8px solid transparent;
}
.haru-nav-menu-popup--dropdown ul ul ul a,
.haru-nav-menu-popup--dropdown ul ul ul a:hover,
.haru-nav-menu-popup--dropdown ul ul ul a:focus,
.haru-nav-menu-popup--dropdown ul ul ul a:active {
border-left: 16px solid transparent;
}
.haru-nav-menu-popup--dropdown ul ul ul ul a,
.haru-nav-menu-popup--dropdown ul ul ul ul a:hover,
.haru-nav-menu-popup--dropdown ul ul ul ul a:focus,
.haru-nav-menu-popup--dropdown ul ul ul ul a:active {
border-left: 24px solid transparent;
}
.haru-nav-menu-popup--dropdown ul ul ul ul ul a,
.haru-nav-menu-popup--dropdown ul ul ul ul ul a:hover,
.haru-nav-menu-popup--dropdown ul ul ul ul ul a:focus,
.haru-nav-menu-popup--dropdown ul ul ul ul ul a:active {
border-left: 32px solid transparent;
}
.haru-nav-menu-popup--dropdown .sub-arrow {
justify-content: flex-end;
}
.haru-nav-menu-popup--dropdown .haru-nav-menu-popup {
font-size: 28px;
}
@media screen and (max-width: 1440px) {
.haru-nav-menu-popup--dropdown .haru-nav-menu-popup {
font-size: 24px;
}
}
@media screen and (max-width: 1024px) {
.haru-nav-menu-popup--dropdown .haru-nav-menu-popup {
font-size: 22px;
}
}
@media screen and (max-width: 991px) {
.haru-nav-menu-popup--dropdown .haru-nav-menu-popup {
font-size: 20px;
}
}
@media screen and (max-width: 767px) {
.haru-nav-menu-popup--dropdown .haru-nav-menu-popup {
font-size: 18px;
}
}
.haru-nav-menu-popup--dropdown .haru-nav-menu-popup ul.sub-menu {
font-size: 18px;
}
@media screen and (max-width: 1440px) {
.haru-nav-menu-popup--dropdown .haru-nav-menu-popup ul.sub-menu {
font-size: 17px;
}
}
@media screen and (max-width: 1024px) {
.haru-nav-menu-popup--dropdown .haru-nav-menu-popup ul.sub-menu {
font-size: 16px;
}
}
@media screen and (max-width: 991px) {
.haru-nav-menu-popup--dropdown .haru-nav-menu-popup ul.sub-menu {
font-size: 15px;
}
}
@media screen and (max-width: 767px) {
.haru-nav-menu-popup--dropdown .haru-nav-menu-popup ul.sub-menu {
font-size: 15px;
}
}
.haru-nav-menu-popup--dropdown .haru-nav-menu-popup li a {
color: rgba(255, 255, 255, 0.6);
font-weight: 700;
padding: 8px 15px 8px 0;
transition: all .3s;
}
.haru-nav-menu-popup--dropdown .haru-nav-menu-popup li a:hover, .haru-nav-menu-popup--dropdown .haru-nav-menu-popup li a:focus, .haru-nav-menu-popup--dropdown .haru-nav-menu-popup li a.highlighted, .haru-nav-menu-popup--dropdown .haru-nav-menu-popup li a.haru-titem-active {
color: #4B5C66;
transition: all .3s;
}
.haru-nav-menu-popup--dropdown .haru-nav-menu-popup > li > a {
padding-left: 0;
color: #fff;
transition: all .3s;
}
.haru-nav-menu-popup--dropdown .haru-nav-menu-popup > li > a:hover, .haru-nav-menu-popup--dropdown .haru-nav-menu-popup > li > a:focus, .haru-nav-menu-popup--dropdown .haru-nav-menu-popup > li > a.highlighted, .haru-nav-menu-popup--dropdown .haru-nav-menu-popup > li > a.haru-titem-active {
color: #4B5C66;
transition: all .3s;
}
.haru-nav-menu-popup--dropdown .haru-nav-menu-popup .menu-item-has-children a {
padding-right: 50px;
}
.haru-nav-menu-popup--dropdown.haru-nav-menu-popup__container {
width: 500px;
max-width: 100%;
margin: 0 auto;
}
.haru-nav-menu-popup__container {
padding: 10vh 15px;
z-index: 99;
}
@media screen and (max-width: 991px) {
.haru-nav-menu-popup__container {
padding: 10vh 15px 6vh 15px;
}
}
.haru-nav-menu-popup__container::-webkit-scrollbar-track {
border-radius: 10px;
background-color: #333;
}
.haru-nav-menu-popup__container::-moz-scrollbar-track {
border-radius: 10px;
background-color: #333;
}
.haru-nav-menu-popup__container::-webkit-scrollbar {
width: 5px;
background-color: #333;
}
.haru-nav-menu-popup__container::-moz-scrollbar {
width: 5px;
background-color: #333;
}
.haru-nav-menu-popup__container::-webkit-scrollbar-thumb {
border-radius: 10px;
background-color: rgba(255, 255, 255, 0.3);
}
.haru-nav-menu-popup__container::-moz-scrollbar-thumb {
border-radius: 10px;
background-color: rgba(255, 255, 255, 0.3);
}
.haru-nav-menu-popup-bg .mfp-close {
opacity: 1;
font-size: 0;
top: 3vh;
right: 2vh;
width: 48px;
height: 48px;
line-height: 46px;
border-radius: 50%;
border: 1px solid #fff;
color: #fff;
}
@media screen and (max-width: 991px) {
.haru-nav-menu-popup-bg .mfp-close {
width: 40px;
height: 40px;
line-height: 38px;
}
}
.haru-nav-menu-popup-bg .mfp-close:hover {
background-color: #fff;
color: #4B5C66;
}
.haru-nav-menu-popup-bg .mfp-close:before {
content: '\e919';
font-family: 'haruicons';
font-size: 20px;
}
@media screen and (max-width: 991px) {
.haru-nav-menu-popup-bg .mfp-close:before {
font-size: 18px;
}
}
.elementor-edit-mode .section-popup-menu {
background-color: #0b0b0b;
}
.haru-menu-toggle-popup {
display: block;
text-align: center;
font-size: 32px;
width: 32px;
height: 32px;
line-height: 1;
cursor: pointer;
border: 0 solid;
border-radius: 3px;
color: #000;
}
@media screen and (max-width: 1440px) {
.haru-menu-toggle-popup {
font-size: 30px;
width: 30px;
height: 30px;
}
}
@media screen and (max-width: 1024px) {
.haru-menu-toggle-popup {
font-size: 28px;
width: 28px;
height: 28px;
}
}
@media screen and (max-width: 991px) {
.haru-menu-toggle-popup {
font-size: 26px;
width: 26px;
height: 26px;
}
}
@media screen and (max-width: 767px) {
.haru-menu-toggle-popup {
font-size: 24px;
width: 24px;
height: 24px;
}
}
.haru-menu-toggle-popup.haru-active i:before {
content: '\e919';
}
.dark-mode .haru-menu-toggle-popup,
.background-dark .haru-menu-toggle-popup {
color: #fff;
}
.haru-header--transparent-light:not(.haru-header--sticky-on) .haru-menu-toggle-popup {
color: #fff;
}
.haru-header--transparent-dark:not(.haru-header--sticky-on) .haru-menu-toggle-popup {
color: #000;
}
.haru-nav-menu-sidebar {
display: block;
list-style: none;
margin: 0;
padding: 0;
line-height: normal;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.haru-nav-menu-sidebar .menu-label {
border-radius: 2px;
color: #fff;
padding: 2px 3px;
font-size: 9px;
text-align: center;
vertical-align: baseline;
margin-left: 5px;
position: relative;
top: -8px;
}
.haru-nav-menu-sidebar .menu-icon {
height: 16px;
line-height: 16px;
margin-right: 8px;
}
.haru-nav-menu-sidebar .menu-icon img {
max-height: 100%;
}
.haru-nav-menu-sidebar .sub-arrow {
display: inline-flex;
align-items: center;
justify-content: center;
position: absolute;
top: 50%;
right: 0;
width: 30px;
height: 100%;
font-size: 16px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 9;
}
.haru-nav-menu-sidebar .sub-arrow i {
font-style: normal;
font-family: "haruicons";
display: inline-block;
line-height: 1;
transition: all .3s;
}
.haru-nav-menu-sidebar .sub-arrow i:before {
content: '\e902';
}
.haru-nav-menu-sidebar .sub-arrow.active i {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
transition: all .3s;
}
.haru-nav-menu-sidebar ul {
padding: 0;
margin: 0;
list-style: none;
line-height: normal;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.haru-nav-menu-sidebar a,
.haru-nav-menu-sidebar li {
position: relative;
display: block;
}
.haru-nav-menu-sidebar li {
border-width: 0;
}
.haru-nav-menu-sidebar--dropdown ul:not(.sub-menu),
.haru-nav-menu-sidebar--dropdown li {
display: block;
list-style: none;
margin: 0;
padding: 0;
line-height: normal;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.haru-nav-menu-sidebar--dropdown ul.sub-menu {
display: none;
}
.haru-nav-menu-sidebar--dropdown ul ul a,
.haru-nav-menu-sidebar--dropdown ul ul a:hover,
.haru-nav-menu-sidebar--dropdown ul ul a:focus,
.haru-nav-menu-sidebar--dropdown ul ul a:active {
border-left: 8px solid transparent;
}
.haru-nav-menu-sidebar--dropdown ul ul ul a,
.haru-nav-menu-sidebar--dropdown ul ul ul a:hover,
.haru-nav-menu-sidebar--dropdown ul ul ul a:focus,
.haru-nav-menu-sidebar--dropdown ul ul ul a:active {
border-left: 16px solid transparent;
}
.haru-nav-menu-sidebar--dropdown ul ul ul ul a,
.haru-nav-menu-sidebar--dropdown ul ul ul ul a:hover,
.haru-nav-menu-sidebar--dropdown ul ul ul ul a:focus,
.haru-nav-menu-sidebar--dropdown ul ul ul ul a:active {
border-left: 24px solid transparent;
}
.haru-nav-menu-sidebar--dropdown ul ul ul ul ul a,
.haru-nav-menu-sidebar--dropdown ul ul ul ul ul a:hover,
.haru-nav-menu-sidebar--dropdown ul ul ul ul ul a:focus,
.haru-nav-menu-sidebar--dropdown ul ul ul ul ul a:active {
border-left: 32px solid transparent;
}
.haru-nav-menu-sidebar--dropdown .sub-arrow {
justify-content: flex-end;
}
.haru-nav-menu-sidebar--dropdown .haru-nav-menu-sidebar {
font-size: 28px;
}
@media screen and (max-width: 1440px) {
.haru-nav-menu-sidebar--dropdown .haru-nav-menu-sidebar {
font-size: 24px;
}
}
@media screen and (max-width: 1024px) {
.haru-nav-menu-sidebar--dropdown .haru-nav-menu-sidebar {
font-size: 22px;
}
}
@media screen and (max-width: 991px) {
.haru-nav-menu-sidebar--dropdown .haru-nav-menu-sidebar {
font-size: 20px;
}
}
@media screen and (max-width: 767px) {
.haru-nav-menu-sidebar--dropdown .haru-nav-menu-sidebar {
font-size: 18px;
}
}
.haru-nav-menu-sidebar--dropdown .haru-nav-menu-sidebar ul.sub-menu {
font-size: 18px;
}
@media screen and (max-width: 1440px) {
.haru-nav-menu-sidebar--dropdown .haru-nav-menu-sidebar ul.sub-menu {
font-size: 17px;
}
}
@media screen and (max-width: 1024px) {
.haru-nav-menu-sidebar--dropdown .haru-nav-menu-sidebar ul.sub-menu {
font-size: 16px;
}
}
@media screen and (max-width: 991px) {
.haru-nav-menu-sidebar--dropdown .haru-nav-menu-sidebar ul.sub-menu {
font-size: 15px;
}
}
@media screen and (max-width: 767px) {
.haru-nav-menu-sidebar--dropdown .haru-nav-menu-sidebar ul.sub-menu {
font-size: 15px;
}
}
.haru-nav-menu-sidebar--dropdown .haru-nav-menu-sidebar li a {
color: rgba(255, 255, 255, 0.6);
font-weight: 700;
padding: 8px 15px 8px 0;
transition: all .3s;
}
.haru-nav-menu-sidebar--dropdown .haru-nav-menu-sidebar li a:hover, .haru-nav-menu-sidebar--dropdown .haru-nav-menu-sidebar li a:focus, .haru-nav-menu-sidebar--dropdown .haru-nav-menu-sidebar li a.highlighted, .haru-nav-menu-sidebar--dropdown .haru-nav-menu-sidebar li a.haru-titem-active {
color: #4B5C66;
transition: all .3s;
}
.haru-nav-menu-sidebar--dropdown .haru-nav-menu-sidebar > li > a {
padding-left: 0;
color: #fff;
transition: all .3s;
}
.haru-nav-menu-sidebar--dropdown .haru-nav-menu-sidebar > li > a:hover, .haru-nav-menu-sidebar--dropdown .haru-nav-menu-sidebar > li > a:focus, .haru-nav-menu-sidebar--dropdown .haru-nav-menu-sidebar > li > a.highlighted, .haru-nav-menu-sidebar--dropdown .haru-nav-menu-sidebar > li > a.haru-titem-active {
color: #4B5C66;
transition: all .3s;
}
.haru-nav-menu-sidebar--dropdown .haru-nav-menu-sidebar .menu-item-has-children a {
padding-right: 50px;
}
.haru-nav-menu-sidebar--dropdown.haru-nav-menu-sidebar__container {
width: 500px;
max-width: 100%;
margin: 0 auto;
}
.haru-nav-menu-sidebar__container {
padding: 3vh 10px;
z-index: 99;
}
.sidebar-position--left {
left: 0;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
border-right: 1px solid #333;
}
.sidebar-position--left.canvas-active {
-webkit-transform: translateX(0);
transform: translateX(0);
transition: all .3s;
}
.sidebar-position--right {
right: 0;
-webkit-transform: translateX(100%);
transform: translateX(100%);
border-left: 1px solid #333;
}
.sidebar-position--right.canvas-active {
-webkit-transform: translateX(0);
transform: translateX(0);
transition: all .3s;
}
@media screen and (max-width: 991px) {
.sidebar-position--tablet-left {
left: 0;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
border-right: 1px solid #333;
}
}
@media screen and (max-width: 991px) {
.sidebar-position--tablet-left.canvas-active {
-webkit-transform: translateX(0);
transform: translateX(0);
transition: all .3s;
}
}
@media screen and (max-width: 991px) {
.sidebar-position--tablet-right {
right: 0;
-webkit-transform: translateX(100%);
transform: translateX(100%);
border-left: 1px solid #333;
}
}
@media screen and (max-width: 991px) {
.sidebar-position--tablet-right.canvas-active {
-webkit-transform: translateX(0);
transform: translateX(0);
transition: all .3s;
}
}
@media screen and (max-width: 767px) {
.sidebar-position--mobile-left {
left: 0;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
border-right: 1px solid #333;
}
}
@media screen and (max-width: 767px) {
.sidebar-position--mobile-left.canvas-active {
-webkit-transform: translateX(0);
transform: translateX(0);
transition: all .3s;
}
}
@media screen and (max-width: 767px) {
.sidebar-position--mobile-right {
right: 0;
-webkit-transform: translateX(100%);
transform: translateX(100%);
border-left: 1px solid #333;
}
}
@media screen and (max-width: 767px) {
.sidebar-position--mobile-right.canvas-active {
-webkit-transform: translateX(0);
transform: translateX(0);
transition: all .3s;
}
}
.haru-nav-menu-sidebar-wrap {
position: fixed;
top: 0;
width: 300px;
height: 100vh;
overflow: auto;
z-index: 2;
transition: all .3s;
}
.haru-nav-menu-sidebar-wrap::-webkit-scrollbar-track {
border-radius: 10px;
background-color: #333;
}
.haru-nav-menu-sidebar-wrap::-moz-scrollbar-track {
border-radius: 10px;
background-color: #333;
}
.haru-nav-menu-sidebar-wrap::-webkit-scrollbar {
width: 5px;
background-color: #333;
}
.haru-nav-menu-sidebar-wrap::-moz-scrollbar {
width: 5px;
background-color: #333;
}
.haru-nav-menu-sidebar-wrap::-webkit-scrollbar-thumb {
border-radius: 10px;
background-color: rgba(255, 255, 255, 0.3);
}
.haru-nav-menu-sidebar-wrap::-moz-scrollbar-thumb {
border-radius: 10px;
background-color: rgba(255, 255, 255, 0.3);
}
.canvas-style--dark-no {
background-color: #fff;
}
.canvas-style--dark-no .haru-canvas-close {
color: #000;
}
.canvas-style--dark-yes {
background-color: #000;
}
.canvas-style--dark-yes .haru-canvas-close {
color: #fff;
}
.haru-canvas-overlay {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.7);
cursor: url(//adm-textile.fr/wp-content/themes/teespace-child/assets/images/close-white.svg), auto;
opacity: 0;
visibility: hidden;
z-index: 1;
transition: all .3s;
}
.haru-canvas-overlay.canvas-active {
opacity: 1;
visibility: visible;
transition: all .3s;
}
.haru-canvas-close {
cursor: pointer;
font-size: 24px;
padding: 0 10px;
text-align: right;
opacity: 1;
transition: all .3s;
}
@media screen and (max-width: 767px) {
.haru-canvas-close {
margin-top: 15px;
}
}
.haru-canvas-close:hover {
opacity: .8;
transition: all .3s;
}
.haru-canvas-close:before {
content: '\e919';
font-family: 'haruicons';
}
.elementor-edit-mode .section-sidebar-menu {
background-color: #0b0b0b;
}
.haru-menu-toggle-sidebar {
display: block;
text-align: center;
font-size: 28px;
width: 48px;
height: 48px;
line-height: 50px;
cursor: pointer;
border: 0 solid;
border-radius: 50%;
background-color: #f5f5f5;
color: #000;
transition: all .3s;
}
@media screen and (max-width: 767px) {
.haru-menu-toggle-sidebar {
font-size: 24px;
width: 40px;
height: 40px;
line-height: 42px;
}
}
.haru-menu-toggle-sidebar:hover {
background-color: #4B5C66;
color: #fff;
transition: all .3s;
}
.haru-menu-toggle-sidebar.haru-active i:before {
content: '\e919';
}
.dark-mode .haru-menu-toggle-sidebar,
.background-dark .haru-menu-toggle-sidebar {
color: #fff;
}
.haru-header--transparent-light:not(.haru-header--sticky-on) .haru-menu-toggle-sidebar {
color: #fff;
}
.haru-header--transparent-dark:not(.haru-header--sticky-on) .haru-menu-toggle-sidebar {
color: #000;
}
.haru-nav-menu-template {
display: block;
list-style: none;
margin: 0;
padding: 0;
line-height: normal;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.haru-nav-menu-template .menu-label {
border-radius: 2px;
color: #fff;
padding: 2px 3px;
font-size: 9px;
text-align: center;
vertical-align: baseline;
margin-left: 5px;
position: relative;
top: -8px;
}
.haru-nav-menu-template .menu-icon {
height: 16px;
line-height: 16px;
margin-right: 8px;
}
.haru-nav-menu-template .menu-icon img {
max-height: 100%;
}
.haru-nav-menu-template .sub-arrow {
display: inline-flex;
align-items: center;
justify-content: center;
position: absolute;
top: 50%;
right: 0;
width: 30px;
height: 100%;
font-size: 16px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 9;
}
.haru-nav-menu-template .sub-arrow i {
font-style: normal;
font-family: "phosphor";
display: inline-block;
line-height: 1;
transition: all .3s;
}
.haru-nav-menu-template .sub-arrow i:before {
content: '\e921';
}
.haru-nav-menu-template .sub-arrow.active i {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
transition: all .3s;
}
.haru-nav-menu-template ul {
padding: 0;
margin: 0;
list-style: none;
line-height: normal;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.haru-nav-menu-template a,
.haru-nav-menu-template li {
position: relative;
display: block;
}
.haru-nav-menu-template li {
border-width: 0;
}
.haru-nav-menu-template .haru-titem,
.haru-nav-menu-template .haru-sub-titem {
white-space: nowrap;
}
.haru-nav-menu-template--dropdown ul:not(.sub-menu),
.haru-nav-menu-template--dropdown li {
display: block;
list-style: none;
margin: 0;
padding: 0;
line-height: normal;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.haru-nav-menu-template--dropdown ul.sub-menu {
display: none;
}
.haru-nav-menu-template--dropdown ul ul a,
.haru-nav-menu-template--dropdown ul ul a:hover,
.haru-nav-menu-template--dropdown ul ul a:focus,
.haru-nav-menu-template--dropdown ul ul a:active {
border-left: 8px solid transparent;
}
.haru-nav-menu-template--dropdown ul ul ul a,
.haru-nav-menu-template--dropdown ul ul ul a:hover,
.haru-nav-menu-template--dropdown ul ul ul a:focus,
.haru-nav-menu-template--dropdown ul ul ul a:active {
border-left: 16px solid transparent;
}
.haru-nav-menu-template--dropdown ul ul ul ul a,
.haru-nav-menu-template--dropdown ul ul ul ul a:hover,
.haru-nav-menu-template--dropdown ul ul ul ul a:focus,
.haru-nav-menu-template--dropdown ul ul ul ul a:active {
border-left: 24px solid transparent;
}
.haru-nav-menu-template--dropdown ul ul ul ul ul a,
.haru-nav-menu-template--dropdown ul ul ul ul ul a:hover,
.haru-nav-menu-template--dropdown ul ul ul ul ul a:focus,
.haru-nav-menu-template--dropdown ul ul ul ul ul a:active {
border-left: 32px solid transparent;
}
.haru-nav-menu-template--dropdown .sub-arrow {
justify-content: flex-end;
}
.haru-nav-menu-template--dropdown .haru-nav-menu-template {
font-size: 20px;
}
@media screen and (max-width: 767px) {
.haru-nav-menu-template--dropdown .haru-nav-menu-template {
font-size: 18px;
}
}
.haru-nav-menu-template--dropdown .haru-nav-menu-template ul.sub-menu {
font-size: 80%;
}
.haru-nav-menu-template--dropdown .haru-nav-menu-template ul.sub-menu li a {
font-weight: 500;
}
.haru-nav-menu-template--dropdown .haru-nav-menu-template li a {
color: rgba(0, 0, 0, 0.6);
font-weight: 700;
padding: 12px 15px 12px 0;
transition: all .3s;
}
@media screen and (max-width: 767px) {
.haru-nav-menu-template--dropdown .haru-nav-menu-template li a {
padding: 8px 15px 8px 0;
}
}
.haru-nav-menu-template--dropdown .haru-nav-menu-template li a:hover, .haru-nav-menu-template--dropdown .haru-nav-menu-template li a:focus, .haru-nav-menu-template--dropdown .haru-nav-menu-template li a.highlighted, .haru-nav-menu-template--dropdown .haru-nav-menu-template li a.haru-titem-active {
color: #4B5C66;
transition: all .3s;
}
.haru-nav-menu-template--dropdown .haru-nav-menu-template > li > a {
padding-left: 0;
color: #000;
transition: all .3s;
}
.haru-nav-menu-template--dropdown .haru-nav-menu-template > li > a:hover, .haru-nav-menu-template--dropdown .haru-nav-menu-template > li > a:focus, .haru-nav-menu-template--dropdown .haru-nav-menu-template > li > a.highlighted, .haru-nav-menu-template--dropdown .haru-nav-menu-template > li > a.haru-titem-active {
color: #4B5C66;
transition: all .3s;
}
.haru-nav-menu-template--dropdown .haru-nav-menu-template .menu-item-has-children a {
padding-right: 40px;
}
.haru-nav-menu-template--hover .haru-nav-menu-template {
font-size: 28px;
}
@media screen and (max-width: 1440px) {
.haru-nav-menu-template--hover .haru-nav-menu-template {
font-size: 24px;
}
}
@media screen and (max-width: 1024px) {
.haru-nav-menu-template--hover .haru-nav-menu-template {
font-size: 22px;
}
}
@media screen and (max-width: 991px) {
.haru-nav-menu-template--hover .haru-nav-menu-template {
font-size: 20px;
}
}
@media screen and (max-width: 767px) {
.haru-nav-menu-template--hover .haru-nav-menu-template {
font-size: 18px;
}
}
.haru-nav-menu-template--hover .haru-nav-menu-template ul.sub-menu {
font-size: 18px;
}
@media screen and (max-width: 1440px) {
.haru-nav-menu-template--hover .haru-nav-menu-template ul.sub-menu {
font-size: 17px;
}
}
@media screen and (max-width: 1024px) {
.haru-nav-menu-template--hover .haru-nav-menu-template ul.sub-menu {
font-size: 16px;
}
}
@media screen and (max-width: 991px) {
.haru-nav-menu-template--hover .haru-nav-menu-template ul.sub-menu {
font-size: 15px;
}
}
@media screen and (max-width: 767px) {
.haru-nav-menu-template--hover .haru-nav-menu-template ul.sub-menu {
font-size: 15px;
}
}
.haru-nav-menu-template--hover .haru-nav-menu-template li a {
color: rgba(255, 255, 255, 0.6);
font-weight: 700;
padding: 8px 30px;
transition: all .3s;
}
.haru-nav-menu-template--hover .haru-nav-menu-template li a:hover, .haru-nav-menu-template--hover .haru-nav-menu-template li a:focus, .haru-nav-menu-template--hover .haru-nav-menu-template li a.highlighted, .haru-nav-menu-template--hover .haru-nav-menu-template li a.haru-titem-active {
color: #4B5C66;
transition: all .3s;
}
.haru-nav-menu-template--hover .haru-nav-menu-template > li {
max-width: 25%;
}
.haru-nav-menu-template--hover .haru-nav-menu-template > li > a {
padding-left: 0;
color: #fff;
}
.haru-nav-menu-template--hover .haru-nav-menu-template > li > a:hover, .haru-nav-menu-template--hover .haru-nav-menu-template > li > a:focus, .haru-nav-menu-template--hover .haru-nav-menu-template > li > a.highlighted, .haru-nav-menu-template--hover .haru-nav-menu-template > li > a.haru-titem-active {
color: #4B5C66;
transition: all .3s;
}
.haru-nav-menu-template--hover .haru-nav-menu-template .menu-item-has-children:hover > a > .sub-arrow i {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
transition: all .3s;
}
.haru-nav-menu-template--hover .haru-nav-menu-template .menu-item-has-children > a {
padding-right: 50px;
}
.haru-nav-menu-template--hover .haru-nav-menu-template .menu-item-has-children:hover > .sub-menu {
display: block;
top: 8px;
left: 100%;
z-index: 99;
}
.haru-nav-menu-template--hover .haru-nav-menu-template .menu-item-has-children:hover > .sub-menu > .menu-item-has-children:hover > .sub-menu {
display: block;
top: 0;
left: 100%;
z-index: 99;
}
.haru-nav-menu-template--hover .haru-nav-menu-template .menu-item-has-children:hover > .sub-menu > .menu-item-has-children:hover > .sub-menu > .menu-item-has-children:hover > .sub-menu {
display: block;
top: 0;
left: 100%;
z-index: 99;
}
.haru-nav-menu-template--hover .haru-nav-menu-template .menu-item-has-children:hover > .sub-menu > .menu-item-has-children:hover > .sub-menu > .menu-item-has-children:hover > .sub-menu > .menu-item-has-children:hover > .sub-menu {
display: block;
top: 0;
left: 100%;
z-index: 99;
}
.haru-nav-menu-template--hover .haru-nav-menu-template ul.sub-menu {
position: absolute;
min-width: 205px;
display: none;
}
.haru-nav-menu-template__container {
z-index: 99;
}
.haru-nav-menu-template__container::-webkit-scrollbar-track {
border-radius: 10px;
background-color: #333;
}
.haru-nav-menu-template__container::-moz-scrollbar-track {
border-radius: 10px;
background-color: #333;
}
.haru-nav-menu-template__container::-webkit-scrollbar {
width: 5px;
background-color: #333;
}
.haru-nav-menu-template__container::-moz-scrollbar {
width: 5px;
background-color: #333;
}
.haru-nav-menu-template__container::-webkit-scrollbar-thumb {
border-radius: 10px;
background-color: rgba(255, 255, 255, 0.3);
}
.haru-nav-menu-template__container::-moz-scrollbar-thumb {
border-radius: 10px;
background-color: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 1024px) {
.haru-nav-menu-template-layout-hover .haru-nav-menu-template--hover {
display: none;
}
}
.haru-nav-menu-template-layout-hover .haru-nav-menu-template--dropdown {
display: none;
}
@media screen and (max-width: 1024px) {
.haru-nav-menu-template-layout-hover .haru-nav-menu-template--dropdown {
display: block;
}
}
.elementor-edit-mode .section-popup-menu {
background-color: #0b0b0b;
}
.dark-mode .haru-nav-menu-template--dropdown .haru-nav-menu-template li a {
color: rgba(255, 255, 255, 0.6);
}
.dark-mode .haru-nav-menu-template--dropdown .haru-nav-menu-template li a:hover, .dark-mode .haru-nav-menu-template--dropdown .haru-nav-menu-template li a:focus, .dark-mode .haru-nav-menu-template--dropdown .haru-nav-menu-template li a.highlighted, .dark-mode .haru-nav-menu-template--dropdown .haru-nav-menu-template li a.haru-titem-active {
color: #4B5C66;
}
.dark-mode .haru-nav-menu-template--dropdown .haru-nav-menu-template > li > a {
color: #fff;
}
.dark-mode .haru-nav-menu-template--dropdown .haru-nav-menu-template > li > a:hover, .dark-mode .haru-nav-menu-template--dropdown .haru-nav-menu-template > li > a:focus, .dark-mode .haru-nav-menu-template--dropdown .haru-nav-menu-template > li > a.highlighted, .dark-mode .haru-nav-menu-template--dropdown .haru-nav-menu-template > li > a.haru-titem-active {
color: #4B5C66;
}
.haru-heading-title--topbar-1 {
font-size: 18px;
font-weight: 700;
margin: 0;
}
@media screen and (max-width: 1440px) {
.haru-heading-title--topbar-1 {
font-size: 16px;
}
}
@media screen and (max-width: 991px) {
.haru-heading-title--topbar-1 {
font-size: 15px;
}
}
.haru-heading-title--topbar-2 {
color: #b479d9;
font-size: 15px;
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
margin: 0;
}
@media screen and (max-width: 767px) {
.haru-heading-title--topbar-2 {
font-size: 14px;
}
}
.haru-heading-title--topbar-2 a {
color: #7e7e7e;
}
.haru-heading-title--topbar-2 i {
font-size: 20px;
margin-right: 8px;
position: relative;
bottom: -3px;
}
.haru-heading-title--topbar-3 {
color: #000;
font-size: 15px;
font-weight: 500;
margin: 0;
}
.haru-heading-title--topbar-3 a {
color: #7e7e7e;
}
.haru-heading-title--topbar-3 i {
font-size: 20px;
margin-right: 8px;
position: relative;
bottom: -3px;
}
.haru-heading-title--menu-1 {
font-size: Max(15px, 15px);
font-weight: 700;
margin: 0;
}
.haru-heading-title--menu-1 span {
color: #4B5C66;
}
.haru-heading-title--menu-1 i {
position: relative;
bottom: -1px;
font-weight: 700;
}
.haru-heading-title--menu-2 {
font-size: 18px;
text-transform: uppercase;
letter-spacing: 1px;
}
@media screen and (max-width: 1440px) {
.haru-heading-title--menu-2 {
font-size: 17px;
}
}
@media screen and (max-width: 1024px) {
.haru-heading-title--menu-2 {
font-size: 16px;
}
}
.haru-heading-title--footer-1 {
color: #000;
font-size: 20px;
}
@media screen and (max-width: 1440px) {
.haru-heading-title--footer-1 {
font-size: 18px;
}
}
.haru-heading-title--footer-1 span {
color: #4B5C66;
font-size: 16px;
font-weight: 500;
margin-left: 8px;
position: relative;
top: -2px;
}
@media screen and (max-width: 1440px) {
.haru-heading-title--footer-1 span {
font-size: Max(15px, 15px);
}
}
.haru-heading-title--footer-2 {
color: #000;
font-size: 22px;
}
@media screen and (max-width: 1440px) {
.haru-heading-title--footer-2 {
font-size: 20px;
}
}
@media screen and (max-width: 1024px) {
.haru-heading-title--footer-2 {
font-size: 18px;
}
}
.haru-heading-title--footer-2 span {
color: #4B5C66;
font-size: 16px;
font-weight: 500;
margin-left: 8px;
position: relative;
top: -2px;
}
@media screen and (max-width: 1440px) {
.haru-heading-title--footer-2 span {
font-size: Max(15px, 15px);
}
}
.haru-heading-title--footer-3 {
color: #000;
font-size: 16px;
font-weight: 500;
text-transform: uppercase;
}
.haru-heading-title--footer-4 {
color: #000;
font-size: 18px;
text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
.haru-heading-title--footer-4 {
font-size: 16px;
}
}
.haru-heading-title--footer-text-1 {
color: #7e7e7e;
font-size: 15px;
font-weight: 500;
line-height: 1.8;
}
.haru-heading-title--footer-copyright-1 {
font-size: 16px;
font-weight: 500;
color: #7e7e7e;
margin: 0;
}
@media screen and (max-width: 767px) {
.haru-heading-title--footer-copyright-1 {
font-size: 15px;
}
}
.haru-heading-title--footer-copyright-2 {
font-size: 15px;
font-weight: 500;
color: #7e7e7e;
margin: 0;
}
.haru-heading-title--notice-1 {
font-size: Max(14px, 15px);
font-weight: 600;
margin: 0;
border-radius: 3px;
color: #11b196;
background-color: rgba(17, 177, 150, 0.1);
display: inline-block;
padding: 6px 13px;
position: relative;
letter-spacing: 2px;
text-transform: uppercase;
}
@media screen and (max-width: 1440px) {
.haru-heading-title--notice-1 {
font-size: Max(13px, 14px);
padding: 5px 10px;
}
}
.haru-heading-title--description-1 {
font-size: 20px;
color: #7e7e7e;
font-weight: 500;
line-height: 1.6;
}
@media screen and (max-width: 1440px) {
.haru-heading-title--description-1 {
font-size: 18px;
}
}
@media screen and (max-width: 1024px) {
.haru-heading-title--description-1 {
font-size: 17px;
}
}
@media screen and (max-width: 991px) {
.haru-heading-title--description-1 {
font-size: 16px;
}
}
@media screen and (max-width: 767px) {
.haru-heading-title--description-1 {
font-size: 15px;
}
}
.haru-heading-title--description-2 {
font-size: 18px;
color: #7e7e7e;
font-weight: 500;
line-height: 1.8;
}
@media screen and (max-width: 1440px) {
.haru-heading-title--description-2 {
font-size: 17px;
}
}
@media screen and (max-width: 1024px) {
.haru-heading-title--description-2 {
font-size: 16px;
}
}
@media screen and (max-width: 991px) {
.haru-heading-title--description-2 {
font-size: 15px;
}
}
.haru-heading-title--description-3 {
font-size: 16px;
color: #7e7e7e;
font-weight: 500;
line-height: 1.8;
}
@media screen and (max-width: 1440px) {
.haru-heading-title--description-3 {
font-size: 15px;
}
}
.haru-heading-title--heading-1 {
font-size: 64px;
font-weight: 700;
line-height: 1.15;
}
@media screen and (max-width: 1440px) {
.haru-heading-title--heading-1 {
font-size: 48px;
}
}
@media screen and (max-width: 1024px) {
.haru-heading-title--heading-1 {
font-size: 42px;
}
}
@media screen and (max-width: 991px) {
.haru-heading-title--heading-1 {
font-size: 32px;
}
}
@media screen and (max-width: 767px) {
.haru-heading-title--heading-1 {
font-size: 24px;
}
}
.haru-heading-title--heading-1 span {
display: inline-block;
position: relative;
}
.haru-heading-title--heading-1 span:after {
content: '';
position: absolute;
left: 0;
bottom: 5px;
width: 100%;
height: 15px;
background-color: rgba(46, 187, 119, 0.3);
background: linear-gradient(101.31deg, #b1f1b3 2.11%, #f3eec2 105.05%);
z-index: -1;
}
@media screen and (max-width: 1440px) {
.haru-heading-title--heading-1 span:after {
bottom: 3px;
height: 12px;
}
}
@media screen and (max-width: 767px) {
.haru-heading-title--heading-1 span:after {
bottom: 3px;
height: 8px;
}
}
.haru-heading-title--heading-2 {
font-size: 48px;
line-height: 1.25;
}
@media screen and (max-width: 1440px) {
.haru-heading-title--heading-2 {
font-size: 36px;
}
}
@media screen and (max-width: 1024px) {
.haru-heading-title--heading-2 {
font-size: 32px;
}
}
@media screen and (max-width: 991px) {
.haru-heading-title--heading-2 {
font-size: 28px;
}
}
@media screen and (max-width: 767px) {
.haru-heading-title--heading-2 {
font-size: 24px;
}
}
.haru-heading-title--heading-2 span {
display: inline-block;
position: relative;
z-index: 1;
}
.haru-heading-title--heading-2 span:after {
content: '';
position: absolute;
left: 0;
bottom: 5px;
width: 100%;
height: 15px;
background-color: rgba(46, 187, 119, 0.3);
background: linear-gradient(101.31deg, #b1f1b3 2.11%, #f3eec2 105.05%);
z-index: -1;
}
@media screen and (max-width: 1440px) {
.haru-heading-title--heading-2 span:after {
bottom: 3px;
height: 12px;
}
}
@media screen and (max-width: 767px) {
.haru-heading-title--heading-2 span:after {
bottom: 3px;
height: 8px;
}
}
.haru-heading-title--heading-3 {
font-size: 24px;
}
@media screen and (max-width: 1440px) {
.haru-heading-title--heading-3 {
font-size: 22px;
}
}
@media screen and (max-width: 1024px) {
.haru-heading-title--heading-3 {
font-size: 20px;
}
}
@media screen and (max-width: 991px) {
.haru-heading-title--heading-3 {
font-size: 18px;
}
}
@media screen and (max-width: 767px) {
.haru-heading-title--heading-3 {
font-size: 16px;
}
}
.haru-heading-title--heading-4 {
font-size: 72px;
line-height: 1.15;
}
@media screen and (max-width: 1440px) {
.haru-heading-title--heading-4 {
font-size: 62px;
}
}
@media screen and (max-width: 1024px) {
.haru-heading-title--heading-4 {
font-size: 52px;
}
}
@media screen and (max-width: 991px) {
.haru-heading-title--heading-4 {
font-size: 42px;
}
}
@media screen and (max-width: 767px) {
.haru-heading-title--heading-4 {
font-size: 32px;
text-align: left;
}
}
.haru-heading-title--heading-5 {
font-size: 40px;
line-height: 1.15;
}
@media screen and (max-width: 1440px) {
.haru-heading-title--heading-5 {
font-size: 36px;
}
}
@media screen and (max-width: 1024px) {
.haru-heading-title--heading-5 {
font-size: 32px;
}
}
@media screen and (max-width: 991px) {
.haru-heading-title--heading-5 {
font-size: 28px;
}
}
@media screen and (max-width: 767px) {
.haru-heading-title--heading-5 {
font-size: 24px;
}
}
.haru-heading-title--heading-6 {
font-size: 48px;
line-height: 1.15;
}
.haru-heading-title--heading-6.font__secondary {
font-weight: 500;
}
@media screen and (max-width: 1440px) {
.haru-heading-title--heading-6 {
font-size: 42px;
}
}
@media screen and (max-width: 1024px) {
.haru-heading-title--heading-6 {
font-size: 36px;
}
}
@media screen and (max-width: 991px) {
.haru-heading-title--heading-6 {
font-size: 28px;
}
}
@media screen and (max-width: 767px) {
.haru-heading-title--heading-6 {
font-size: 24px;
}
}
.haru-heading-title--heading-7 {
font-size: 28px;
}
@media screen and (max-width: 1440px) {
.haru-heading-title--heading-7 {
font-size: 24px;
}
}
@media screen and (max-width: 1024px) {
.haru-heading-title--heading-7 {
font-size: 22px;
}
}
@media screen and (max-width: 991px) {
.haru-heading-title--heading-7 {
font-size: 20px;
}
}
@media screen and (max-width: 767px) {
.haru-heading-title--heading-7 {
font-size: 18px;
}
}
.haru-heading-title--heading-8 {
font-size: 20px;
}
@media screen and (max-width: 1440px) {
.haru-heading-title--heading-8 {
font-size: 18px;
}
}
@media screen and (max-width: 1024px) {
.haru-heading-title--heading-8 {
font-size: 16px;
}
}
.haru-heading-title--heading-9 {
font-size: 40px;
line-height: 1.3;
margin-top: 15px;
}
@media screen and (max-width: 1440px) {
.haru-heading-title--heading-9 {
font-size: 36px;
}
}
@media screen and (max-width: 1024px) {
.haru-heading-title--heading-9 {
font-size: 32px;
}
}
@media screen and (max-width: 991px) {
.haru-heading-title--heading-9 {
font-size: 28px;
}
}
@media screen and (max-width: 767px) {
.haru-heading-title--heading-9 {
font-size: 24px;
}
}
.haru-heading-title--heading-9 span {
display: inline-block;
position: relative;
z-index: 1;
}
.haru-heading-title--heading-9 span:after {
content: '';
position: absolute;
left: 0;
bottom: 5px;
width: 100%;
height: 15px;
background-color: rgba(46, 187, 119, 0.3);
background: linear-gradient(101.31deg, #b1f1b3 2.11%, #f3eec2 105.05%);
z-index: -1;
}
@media screen and (max-width: 1440px) {
.haru-heading-title--heading-9 span:after {
bottom: 3px;
height: 12px;
}
}
@media screen and (max-width: 767px) {
.haru-heading-title--heading-9 span:after {
bottom: 3px;
height: 8px;
}
}
.haru-heading-title--heading-10 {
font-family: "Smooch";
font-size: 64px;
font-weight: 500;
color: #f5f5f5;
line-height: 1;
}
@media screen and (max-width: 1440px) {
.haru-heading-title--heading-10 {
font-size: 48px;
}
}
@media screen and (max-width: 1024px) {
.haru-heading-title--heading-10 {
font-size: 42px;
}
}
@media screen and (max-width: 991px) {
.haru-heading-title--heading-10 {
font-size: 36px;
}
}
@media screen and (max-width: 767px) {
.haru-heading-title--heading-10 {
font-size: 32px;
}
}
.haru-heading-title--heading-10 span {
font-size: 165%;
}
.haru-heading-title--heading-10.haru-heading-title--sub-size-medium {
font-size: 96px;
}
@media screen and (max-width: 1440px) {
.haru-heading-title--heading-10.haru-heading-title--sub-size-medium {
font-size: 80px;
}
}
@media screen and (max-width: 1024px) {
.haru-heading-title--heading-10.haru-heading-title--sub-size-medium {
font-size: 72px;
}
}
@media screen and (max-width: 991px) {
.haru-heading-title--heading-10.haru-heading-title--sub-size-medium {
font-size: 56px;
}
}
@media screen and (max-width: 767px) {
.haru-heading-title--heading-10.haru-heading-title--sub-size-medium {
font-size: 36px;
}
}
.haru-heading-title--heading-10.haru-heading-title--sub-size-large {
font-size: 110px;
}
@media screen and (max-width: 1440px) {
.haru-heading-title--heading-10.haru-heading-title--sub-size-large {
font-size: 96px;
}
}
@media screen and (max-width: 1024px) {
.haru-heading-title--heading-10.haru-heading-title--sub-size-large {
font-size: 80px;
}
}
@media screen and (max-width: 991px) {
.haru-heading-title--heading-10.haru-heading-title--sub-size-large {
font-size: 72px;
}
}
@media screen and (max-width: 767px) {
.haru-heading-title--heading-10.haru-heading-title--sub-size-large {
font-size: 64px;
}
}
.haru-heading-title--heading-11 {
font-size: 48px;
font-weight: 800;
line-height: 1.2;
letter-spacing: .05rem;
position: relative;
text-transform: uppercase;
}
@media screen and (max-width: 1440px) {
.haru-heading-title--heading-11 {
font-size: 36px;
}
}
@media screen and (max-width: 1024px) {
.haru-heading-title--heading-11 {
font-size: 32px;
}
}
@media screen and (max-width: 991px) {
.haru-heading-title--heading-11 {
font-size: 26px;
}
}
@media screen and (max-width: 767px) {
.haru-heading-title--heading-11 {
font-size: 22px;
}
}
.haru-heading-title--heading-11:before {
content: '';
position: absolute;
height: 4px;
width: 100px;
background-color: #4B5C66;
position: absolute;
bottom: -15px;
left: 0;
}
@media screen and (max-width: 1440px) {
.haru-heading-title--heading-11:before {
height: 3px;
width: 90px;
}
}
@media screen and (max-width: 767px) {
.haru-heading-title--heading-11:before {
height: 2px;
width: 80px;
}
}
.haru-heading-title--heading-11.haru-heading-title--align-center:before {
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.haru-heading-title--heading-11.haru-heading-title--align-left:before {
left: 0;
}
.haru-heading-title--heading-11.haru-heading-title--align-right:before {
right: 0;
}
@media screen and (max-width: 1024px) {
.haru-heading-title--heading-11.haru-heading-title--align-tablet-center:before {
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
}
@media screen and (max-width: 1024px) {
.haru-heading-title--heading-11.haru-heading-title--align-tablet-left:before {
left: 0;
-webkit-transform: none;
transform: none;
}
}
@media screen and (max-width: 1024px) {
.haru-heading-title--heading-11.haru-heading-title--align-tablet-right:before {
right: 0;
-webkit-transform: none;
transform: none;
}
}
@media screen and (max-width: 767px) {
.haru-heading-title--heading-11.haru-heading-title--align-mobile-center:before {
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
}
@media screen and (max-width: 767px) {
.haru-heading-title--heading-11.haru-heading-title--align-mobile-left:before {
left: 0;
-webkit-transform: none;
transform: none;
}
}
@media screen and (max-width: 767px) {
.haru-heading-title--heading-11.haru-heading-title--align-mobile-right:before {
right: 0;
-webkit-transform: none;
transform: none;
}
}
.haru-heading-title--heading-12 {
font-size: 72px;
font-weight: 800;
line-height: 1.2;
position: relative;
text-transform: uppercase;
}
@media screen and (max-width: 1440px) {
.haru-heading-title--heading-12 {
font-size: 64px;
}
}
@media screen and (max-width: 1024px) {
.haru-heading-title--heading-12 {
font-size: 56px;
}
}
@media screen and (max-width: 991px) {
.haru-heading-title--heading-12 {
font-size: 42px;
}
}
@media screen and (max-width: 767px) {
.haru-heading-title--heading-12 {
font-size: 36px;
}
}
.haru-heading-title--heading-13 {
font-family: "Smooch";
font-size: 40px;
font-weight: 500;
color: #f5f5f5;
line-height: 1;
}
@media screen and (max-width: 1440px) {
.haru-heading-title--heading-13 {
font-size: 36px;
}
}
@media screen and (max-width: 1024px) {
.haru-heading-title--heading-13 {
font-size: 32px;
}
}
@media screen and (max-width: 991px) {
.haru-heading-title--heading-13 {
font-size: 28px;
}
}
@media screen and (max-width: 767px) {
.haru-heading-title--heading-13 {
font-size: 24px;
}
}
.haru-heading-title--sub-heading-1 {
color: #b479d9;
background-color: rgba(180, 121, 217, 0.15);
display: inline-block;
position: relative;
font-size: 18px;
padding: 8px 18px;
border-radius: 40px;
}
@media screen and (max-width: 1440px) {
.haru-heading-title--sub-heading-1 {
font-size: 17px;
padding: 6px 18px;
}
}
@media screen and (max-width: 1024px) {
.haru-heading-title--sub-heading-1 {
font-size: 16px;
}
}
@media screen and (max-width: 991px) {
.haru-heading-title--sub-heading-1 {
font-size: 15px;
}
}
.haru-heading-title--sub-heading-1 .haru-star {
position: absolute;
left: calc(100% + 10px);
top: 6px;
}
.haru-heading-title--sub-heading-1 .haru-star:before {
font-size: 24px;
color: #f3bb2e;
font-family: 'phosphor';
letter-spacing: 3px;
position: relative;
top: -3px;
}
@media screen and (max-width: 1440px) {
.haru-heading-title--sub-heading-1 .haru-star:before {
font-size: 20px;
top: -2px;
}
}
@media screen and (max-width: 1024px) {
.haru-heading-title--sub-heading-1 .haru-star:before {
font-size: 19px;
top: -2px;
}
}
@media screen and (max-width: 991px) {
.haru-heading-title--sub-heading-1 .haru-star:before {
font-size: 18px;
top: -1px;
}
}
.haru-heading-title--sub-heading-1 .haru-star--5:before {
content: '\e96c \e96c \e96c \e96c \e96c';
}
.haru-heading-title--sub-heading-1 .haru-star--4:before {
content: '\e96c \e96c \e96c \e96c';
}
.haru-heading-title--sub-heading-1 .haru-star--3:before {
content: '\e96c \e96c \e96c';
}
.haru-heading-title--sub-heading-1 .haru-star--2:before {
content: '\e96c \e96c';
}
.haru-heading-title--sub-heading-1 .haru-star--2:before {
content: '\e96c';
}
.haru-heading-title--sub-heading-2 {
color: #b479d9;
font-size: 14px;
letter-spacing: 1px;
text-transform: uppercase;
}
@media screen and (max-width: 1440px) {
.haru-heading-title--sub-heading-2 {
font-size: 24px;
}
}
@media screen and (max-width: 1024px) {
.haru-heading-title--sub-heading-2 {
font-size: 20px;
}
}
@media screen and (max-width: 991px) {
.haru-heading-title--sub-heading-2 {
font-size: 18px;
}
}
@media screen and (max-width: 767px) {
.haru-heading-title--sub-heading-2 {
font-size: 16px;
}
}
.haru-heading-title--sub-heading-3 {
font-size: 14px;
letter-spacing: 1px;
text-transform: uppercase;
}
.haru-heading-title--sub-heading-3 i {
font-size: 24px;
position: relative;
bottom: -5px;
margin-right: 8px;
}
.haru-heading-title--sub-heading-3 svg {
max-height: 24px;
max-width: 24px;
position: relative;
bottom: -5px;
margin-right: 8px;
}
.haru-heading-title--sub-heading-3 i,
.haru-heading-title--sub-heading-3 svg path {
color: #4B5C66;
fill: #4B5C66;
}
.haru-heading-title--sub-heading-4 {
font-size: 24px;
}
@media screen and (max-width: 1440px) {
.haru-heading-title--sub-heading-4 {
font-size: 22px;
}
}
@media screen and (max-width: 1024px) {
.haru-heading-title--sub-heading-4 {
font-size: 20px;
}
}
@media screen and (max-width: 991px) {
.haru-heading-title--sub-heading-4 {
font-size: 18px;
}
}
@media screen and (max-width: 767px) {
.haru-heading-title--sub-heading-4 {
font-size: 16px;
}
}
.haru-heading-title--sub-heading-5 {
font-size: 18px;
font-weight: 500;
line-height: 1.8;
}
@media screen and (max-width: 1440px) {
.haru-heading-title--sub-heading-5 {
font-size: 17px;
}
}
@media screen and (max-width: 1024px) {
.haru-heading-title--sub-heading-5 {
font-size: 16px;
}
}
.haru-heading-title--sub-heading-6 {
font-size: 18px;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
}
@media screen and (max-width: 1440px) {
.haru-heading-title--sub-heading-6 {
font-size: 17px;
}
}
@media screen and (max-width: 1024px) {
.haru-heading-title--sub-heading-6 {
font-size: 16px;
}
}
@media screen and (max-width: 991px) {
.haru-heading-title--sub-heading-6 {
font-size: Max(15px, 15px);
}
}
@media screen and (max-width: 767px) {
.haru-heading-title--sub-heading-6 {
font-size: Max(14px, 15px);
}
}
.haru-heading-title--sub-heading-6 span {
display: inline-block;
background-color: #4B5C66;
border-radius: 3px;
color: #fff;
padding: 0 11px;
letter-spacing: normal;
}
.haru-heading-title--sub-heading-7 {
font-size: 18px;
font-weight: 500;
color: #7e7e7e;
}
.haru-heading-title--sub-heading-8.font__secondary, .haru-heading-title--sub-heading-11.font__secondary {
font-size: 24px;
font-weight: 500;
font-style: italic;
}
@media screen and (max-width: 1440px) {
.haru-heading-title--sub-heading-8.font__secondary, .haru-heading-title--sub-heading-11.font__secondary {
font-size: 22px;
}
}
@media screen and (max-width: 1024px) {
.haru-heading-title--sub-heading-8.font__secondary, .haru-heading-title--sub-heading-11.font__secondary {
font-size: 20px;
}
}
@media screen and (max-width: 991px) {
.haru-heading-title--sub-heading-8.font__secondary, .haru-heading-title--sub-heading-11.font__secondary {
font-size: 18px;
}
}
@media screen and (max-width: 767px) {
.haru-heading-title--sub-heading-8.font__secondary, .haru-heading-title--sub-heading-11.font__secondary {
font-size: 16px;
}
}
.haru-heading-title--sub-heading-9 {
font-style: italic;
font-size: 36px;
margin-bottom: 0;
line-height: 1;
}
@media screen and (max-width: 1440px) {
.haru-heading-title--sub-heading-9 {
font-size: 28px;
}
}
@media screen and (max-width: 1024px) {
.haru-heading-title--sub-heading-9 {
font-size: 26px;
}
}
@media screen and (max-width: 991px) {
.haru-heading-title--sub-heading-9 {
font-size: 24px;
}
}
@media screen and (max-width: 767px) {
.haru-heading-title--sub-heading-9 {
font-size: 20px;
}
}
.haru-heading-title--sub-heading-10 {
font-size: 24px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
}
@media screen and (max-width: 1440px) {
.haru-heading-title--sub-heading-10 {
font-size: 20px;
}
}
@media screen and (max-width: 1024px) {
.haru-heading-title--sub-heading-10 {
font-size: 18px;
}
}
@media screen and (max-width: 991px) {
.haru-heading-title--sub-heading-10 {
font-size: 16px;
}
}
@media screen and (max-width: 767px) {
.haru-heading-title--sub-heading-10 {
font-size: Max(14px, 15px);
}
}
.haru-heading-title--sub-heading-11 {
line-height: 1.6;
}
.haru-heading-title--landing-1 {
font-size: 120px;
font-weight: 800;
color: #4B5C66;
}
@media screen and (max-width: 1440px) {
.haru-heading-title--landing-1 {
font-size: 100px;
}
}
@media screen and (max-width: 1024px) {
.haru-heading-title--landing-1 {
font-size: 80px;
}
}
@media screen and (max-width: 991px) {
.haru-heading-title--landing-1 {
font-size: 60px;
}
}
@media screen and (max-width: 767px) {
.haru-heading-title--landing-1 {
font-size: 50px;
}
}
.haru-heading-title--landing-1 span {
font-size: 80px;
line-height: 1;
position: absolute;
top: 20%;
left: auto;
padding-left: 5px;
}
@media screen and (max-width: 1440px) {
.haru-heading-title--landing-1 span {
font-size: 70px;
}
}
@media screen and (max-width: 1024px) {
.haru-heading-title--landing-1 span {
font-size: 60px;
}
}
@media screen and (max-width: 991px) {
.haru-heading-title--landing-1 span {
font-size: 50px;
}
}
@media screen and (max-width: 767px) {
.haru-heading-title--landing-1 span {
font-size: 40px;
}
}
.haru-heading-title--landing-2 {
font-size: 56px;
font-family: "Smooch";
font-weight: 500;
color: #4B5C66;
margin-top: 10px;
margin-bottom: 10px;
}
@media screen and (max-width: 1440px) {
.haru-heading-title--landing-2 {
font-size: 42px;
}
}
@media screen and (max-width: 1024px) {
.haru-heading-title--landing-2 {
font-size: 36px;
}
}
@media screen and (max-width: 991px) {
.haru-heading-title--landing-2 {
font-size: 28px;
}
}
@media screen and (max-width: 767px) {
.haru-heading-title--landing-2 {
font-size: 24px;
}
}
.haru-heading-title--landing-3 {
color: #fff;
font-size: 72px;
line-height: 1.15;
text-shadow: 4px 2px 0 #8322CF;
}
@media screen and (max-width: 1440px) {
.haru-heading-title--landing-3 {
font-size: 62px;
}
}
@media screen and (max-width: 1024px) {
.haru-heading-title--landing-3 {
font-size: 52px;
}
}
@media screen and (max-width: 991px) {
.haru-heading-title--landing-3 {
font-size: 42px;
}
}
@media screen and (max-width: 767px) {
.haru-heading-title--landing-3 {
font-size: 32px;
}
}
.haru-heading-title--menu-heading-1 {
font-size: 18px;
}
.haru-heading-title--single-heading-1 {
font-size: 16px;
text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
.haru-heading-title--single-heading-1 {
font-size: Max(15px, 15px);
}
}
@media screen and (max-width: 991px) {
.haru-heading-title--single-heading-1 {
font-size: Max(14px, 15px);
margin-bottom: 5px;
}
}
@media screen and (max-width: 767px) {
.haru-heading-title--single-heading-1 {
margin-bottom: 0;
}
}
.haru-heading-title .heading-separator {
display: inline-block;
width: 1px;
height: 24px;
margin: 0 15px;
background-color: #fff;
position: relative;
bottom: -6px;
}
.dark-mode .haru-heading-title--sub-heading-1,
.background-dark .haru-heading-title--sub-heading-1 {
color: #b479d9;
background-color: #fff;
}
.dark-mode .haru-heading-title--footer-text-1,
.background-dark .haru-heading-title--footer-text-1 {
color: #9b9b9b;
}
.dark-mode .haru-heading-title--footer-copyright-1,
.background-dark .haru-heading-title--footer-copyright-1 {
color: #9b9b9b;
}
.haru-footer-link ul {
list-style: none;
list-style-type: none;
padding: 0;
margin: 0;
}
.haru-footer-link li {
margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
.haru-footer-link li {
margin-bottom: 10px;
}
}
.haru-footer-link li:last-child {
margin-bottom: 0;
}
.haru-footer-link--style-1 a {
font-size: 16px;
transition: all .3s;
}
@media screen and (max-width: 1440px) {
.haru-footer-link--style-1 a {
font-size: 15px;
}
}
.haru-footer-link--style-1 a:hover, .haru-footer-link--style-1 a:active {
color: #4B5C66;
transition: all .3s;
}
.haru-footer-link--style-2 li {
display: inline-block;
position: relative;
margin: 0 12px;
}
.haru-footer-link--style-2 li:after {
content: '';
position: absolute;
width: 1px;
height: 16px;
background-color: rgba(155, 155, 155, 0.5);
top: 50%;
right: -12px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.haru-footer-link--style-2 li:first-child {
margin-left: 0;
}
.haru-footer-link--style-2 li:last-child {
margin-right: 0;
}
.haru-footer-link--style-2 li:last-child:after {
display: none;
}
.haru-footer-link--style-2 a {
font-size: 16px;
transition: all .3s;
}
@media screen and (max-width: 1440px) {
.haru-footer-link--style-2 a {
font-size: 15px;
}
}
.haru-footer-link--style-2 a:hover, .haru-footer-link--style-2 a:active {
color: #4B5C66;
transition: all .3s;
}
.haru-footer-link--style-3 a {
color: #000;
font-size: 16px;
transition: all .3s;
}
@media screen and (max-width: 1440px) {
.haru-footer-link--style-3 a {
font-size: 15px;
}
}
.haru-footer-link--style-3 a:hover, .haru-footer-link--style-3 a:active {
color: #4B5C66;
transition: all .3s;
}
.dark-mode .haru-footer-link--style-1 a,
.background-dark .haru-footer-link--style-1 a {
color: #9b9b9b;
}
.dark-mode .haru-footer-link--style-1 a:hover, .dark-mode .haru-footer-link--style-1 a:active,
.background-dark .haru-footer-link--style-1 a:hover,
.background-dark .haru-footer-link--style-1 a:active {
color: #4B5C66;
}
.dark-mode .haru-footer-link--style-2 a,
.background-dark .haru-footer-link--style-2 a {
color: #9b9b9b;
}
.dark-mode .haru-footer-link--style-2 a:hover, .dark-mode .haru-footer-link--style-2 a:active,
.background-dark .haru-footer-link--style-2 a:hover,
.background-dark .haru-footer-link--style-2 a:active {
color: #4B5C66;
}
.dark-mode .haru-footer-link--style-3 a,
.background-dark .haru-footer-link--style-3 a {
color: #9b9b9b;
}
.dark-mode .haru-footer-link--style-3 a:hover, .dark-mode .haru-footer-link--style-3 a:active,
.background-dark .haru-footer-link--style-3 a:hover,
.background-dark .haru-footer-link--style-3 a:active {
color: #4B5C66;
}
.haru-footer-text--style-1 {
font-size: 18px;
}
@media screen and (max-width: 1440px) {
.haru-footer-text--style-1 {
font-size: 17px;
}
}
@media screen and (max-width: 1024px) {
.haru-footer-text--style-1 {
font-size: 16px;
}
}
.haru-footer-text--style-1 strong,
.haru-footer-text--style-1 b {
color: #000;
font-weight: 500;
}
.haru-contact ul {
list-style: none;
list-style-type: none;
padding: 0;
margin: 0;
}
.haru-contact li {
display: flex;
margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
.haru-contact li {
margin-bottom: 10px;
}
}
.haru-contact li:last-child {
margin-bottom: 0;
}
.haru-contact__icon {
margin-right: 10px;
line-height: 1;
}
.haru-contact__title {
margin-top: 0;
margin-bottom: 10px;
}
.haru-contact--none .haru-contact__icon {
color: #4B5C66;
}
.haru-contact--style-1 a {
color: #000;
transition: all .3s;
}
.haru-contact--style-1 a:hover, .haru-contact--style-1 a:active {
color: #4B5C66;
transition: all .3s;
}
.haru-contact--style-1 .haru-contact__icon {
color: #4B5C66;
margin-right: 10px;
margin-top: 10px;
font-size: 32px;
}
@media screen and (max-width: 1440px) {
.haru-contact--style-1 .haru-contact__icon {
font-size: 28px;
}
}
@media screen and (max-width: 1024px) {
.haru-contact--style-1 .haru-contact__icon {
font-size: 26px;
}
}
@media screen and (max-width: 991px) {
.haru-contact--style-1 .haru-contact__icon {
font-size: 24px;
}
}
@media screen and (max-width: 767px) {
.haru-contact--style-1 .haru-contact__icon {
font-size: 20px;
}
}
.haru-contact--style-1 .haru-contact__icon svg path {
fill: #4B5C66 !important;
}
.haru-contact--style-1 .haru-contact__title {
margin-top: 0;
margin-bottom: 6px;
color: #ababab;
font-size: 14px;
letter-spacing: 1px;
text-transform: uppercase;
}
@media screen and (max-width: 991px) {
.haru-contact--style-1 .haru-contact__title {
margin-bottom: 3px;
}
}
.haru-contact--style-1 .haru-contact__desc {
color: #000;
}
.haru-contact--style-1 .haru-contact__desc strong,
.haru-contact--style-1 .haru-contact__desc b {
font-size: 18px;
line-height: 1.4;
}
@media screen and (max-width: 1440px) {
.haru-contact--style-1 .haru-contact__desc strong,
.haru-contact--style-1 .haru-contact__desc b {
font-size: 16px;
}
}
.haru-contact--style-2 li {
margin-bottom: 10px;
}
.haru-contact--style-2 a {
color: #000;
transition: all .3s;
}
.haru-contact--style-2 a:hover, .haru-contact--style-2 a:active {
color: #4B5C66;
transition: all .3s;
}
.haru-contact--style-2 .haru-contact__icon {
display: none;
}
.haru-contact--style-2 .haru-contact__title {
display: none;
}
.haru-contact--style-2 .haru-contact__desc {
font-size: 16px;
}
.haru-contact--style-2 .haru-contact__desc strong,
.haru-contact--style-2 .haru-contact__desc b {
color: #000;
font-size: 18px;
}
@media screen and (max-width: 1440px) {
.haru-contact--style-2 .haru-contact__desc strong,
.haru-contact--style-2 .haru-contact__desc b {
font-size: 17px;
}
}
@media screen and (max-width: 1024px) {
.haru-contact--style-2 .haru-contact__desc strong,
.haru-contact--style-2 .haru-contact__desc b {
font-size: 16px;
}
}
.haru-contact--style-3 .haru-contact__top {
display: flex;
justify-content: space-between;
margin-bottom: 15px;
}
.haru-contact--style-3 .haru-contact__heading {
font-size: 16px;
}
.haru-contact--style-3 .haru-contact__btn a {
color: #4B5C66;
font-weight: 700;
text-decoration: underline;
}
.haru-contact--style-3 .haru-contact__icon {
color: #4B5C66;
margin-right: 10px;
margin-top: 2px;
}
.haru-contact--style-3 .haru-contact__icon svg path {
fill: #4B5C66 !important;
}
.haru-contact--style-4 li {
margin-bottom: 8px;
}
.haru-contact--style-4 a {
color: #000;
transition: all .3s;
}
.haru-contact--style-4 a:hover, .haru-contact--style-4 a:active {
color: #4B5C66;
transition: all .3s;
}
.haru-contact--style-4 .haru-contact__icon {
display: none;
}
.haru-contact--style-4 .haru-contact__title {
display: none;
}
.haru-contact--style-4 .haru-contact__desc strong {
color: #000;
}
.haru-contact--style-5 a {
color: #000;
transition: all .3s;
}
.haru-contact--style-5 a:hover, .haru-contact--style-5 a:active {
color: #4B5C66;
transition: all .3s;
}
.haru-contact--style-5 strong {
color: #000;
}
.haru-contact--style-5 li {
margin-bottom: 30px;
}
.haru-contact--style-5 .haru-contact__icon {
display: none;
}
.haru-contact--style-5 .haru-contact__title {
margin-top: 0;
margin-bottom: 15px;
font-size: 24px;
}
@media screen and (max-width: 1440px) {
.haru-contact--style-5 .haru-contact__title {
font-size: 20px;
}
}
@media screen and (max-width: 1024px) {
.haru-contact--style-5 .haru-contact__title {
font-size: 18px;
}
}
.haru-contact--style-5 .haru-contact__desc {
line-height: 2;
}
.haru-contact--style-6 {
border: 1px solid #eee;
padding: 40px 25px;
}
@media screen and (max-width: 991px) {
.haru-contact--style-6 {
padding: 35px 15px;
}
}
.haru-contact--style-6 a {
color: #000;
transition: all .3s;
}
.haru-contact--style-6 a:hover, .haru-contact--style-6 a:active {
color: #4B5C66;
transition: all .3s;
}
.haru-contact--style-6 strong {
color: #000;
}
.haru-contact--style-6 li {
margin-bottom: 30px;
}
.haru-contact--style-6 .haru-contact__icon {
color: #000;
margin-right: 15px;
margin-top: 3px;
font-size: 24px;
}
@media screen and (max-width: 1024px) {
.haru-contact--style-6 .haru-contact__icon {
font-size: 22px;
}
}
@media screen and (max-width: 991px) {
.haru-contact--style-6 .haru-contact__icon {
font-size: 20px;
}
}
.haru-contact--style-6 .haru-contact__icon svg path {
fill: #4B5C66 !important;
}
.haru-contact--style-6 .haru-contact__title {
margin-top: 0;
margin-bottom: 15px;
font-size: 20px;
}
@media screen and (max-width: 991px) {
.haru-contact--style-6 .haru-contact__title {
font-size: 18px;
}
}
.haru-contact--style-6 .haru-contact__desc {
line-height: 2;
}
.haru-contact--style-7 a {
color: #000;
transition: all .3s;
}
.haru-contact--style-7 a:hover, .haru-contact--style-7 a:active {
color: #4B5C66;
transition: all .3s;
}
.haru-contact--style-7 .haru-contact__icon {
color: #4B5C66;
margin-right: 10px;
margin-top: 10px;
font-size: 32px;
}
@media screen and (max-width: 1440px) {
.haru-contact--style-7 .haru-contact__icon {
font-size: 28px;
}
}
@media screen and (max-width: 1024px) {
.haru-contact--style-7 .haru-contact__icon {
font-size: 26px;
}
}
@media screen and (max-width: 991px) {
.haru-contact--style-7 .haru-contact__icon {
font-size: 24px;
}
}
@media screen and (max-width: 767px) {
.haru-contact--style-7 .haru-contact__icon {
font-size: 20px;
}
}
.haru-contact--style-7 .haru-contact__icon svg path {
fill: #4B5C66 !important;
}
.haru-contact--style-7 .haru-contact__title {
margin-top: 0;
margin-bottom: 5px;
color: #ababab;
font-size: 15px;
font-weight: 500;
}
@media screen and (max-width: 991px) {
.haru-contact--style-7 .haru-contact__title {
margin-bottom: 3px;
}
}
.haru-contact--style-7 .haru-contact__desc {
color: #000;
}
.haru-contact--style-7 .haru-contact__desc strong,
.haru-contact--style-7 .haru-contact__desc b {
font-size: 18px;
line-height: 1.4;
}
@media screen and (max-width: 1440px) {
.haru-contact--style-7 .haru-contact__desc strong,
.haru-contact--style-7 .haru-contact__desc b {
font-size: 16px;
}
}
.dark-mode .haru-contact--style-1 a,
.background-dark .haru-contact--style-1 a {
color: #fff;
}
.dark-mode .haru-contact--style-1 a:hover, .dark-mode .haru-contact--style-1 a:active,
.background-dark .haru-contact--style-1 a:hover,
.background-dark .haru-contact--style-1 a:active {
color: #4B5C66;
}
.dark-mode .haru-contact--style-1 .haru-contact__title,
.background-dark .haru-contact--style-1 .haru-contact__title {
color: #9b9b9b;
}
.dark-mode .haru-contact--style-1 .haru-contact__desc,
.background-dark .haru-contact--style-1 .haru-contact__desc {
color: #fff;
}
.dark-mode .haru-contact--style-2 a,
.background-dark .haru-contact--style-2 a {
color: #fff;
}
.dark-mode .haru-contact--style-2 a:hover, .dark-mode .haru-contact--style-2 a:active,
.background-dark .haru-contact--style-2 a:hover,
.background-dark .haru-contact--style-2 a:active {
color: #4B5C66;
}
.dark-mode .haru-contact--style-2 .haru-contact__desc,
.background-dark .haru-contact--style-2 .haru-contact__desc {
color: #fff;
}
.dark-mode .haru-contact--style-2 .haru-contact__desc strong,
.dark-mode .haru-contact--style-2 .haru-contact__desc b,
.background-dark .haru-contact--style-2 .haru-contact__desc strong,
.background-dark .haru-contact--style-2 .haru-contact__desc b {
color: #4B5C66;
}
.dark-mode .haru-contact--style-5 a,
.background-dark .haru-contact--style-5 a {
color: #fff;
}
.dark-mode .haru-contact--style-5 a:hover, .dark-mode .haru-contact--style-5 a:active,
.background-dark .haru-contact--style-5 a:hover,
.background-dark .haru-contact--style-5 a:active {
color: #4B5C66;
}
.dark-mode .haru-contact--style-5 strong,
.background-dark .haru-contact--style-5 strong {
color: #fff;
}
.dark-mode .haru-contact--style-6,
.background-dark .haru-contact--style-6 {
border: 1px solid #323f4b;
}
.dark-mode .haru-contact--style-6 a,
.background-dark .haru-contact--style-6 a {
color: #fff;
}
.dark-mode .haru-contact--style-6 a:hover, .dark-mode .haru-contact--style-6 a:active,
.background-dark .haru-contact--style-6 a:hover,
.background-dark .haru-contact--style-6 a:active {
color: #4B5C66;
}
.dark-mode .haru-contact--style-6 strong,
.background-dark .haru-contact--style-6 strong {
color: #fff;
}
.dark-mode .haru-contact--style-6 .haru-contact__icon,
.background-dark .haru-contact--style-6 .haru-contact__icon {
color: #fff;
}
.dark-mode .haru-contact--style-7 a,
.background-dark .haru-contact--style-7 a {
color: #fff;
}
.dark-mode .haru-contact--style-7 a:hover, .dark-mode .haru-contact--style-7 a:active,
.background-dark .haru-contact--style-7 a:hover,
.background-dark .haru-contact--style-7 a:active {
color: #4B5C66;
}
.dark-mode .haru-contact--style-7 .haru-contact__title,
.background-dark .haru-contact--style-7 .haru-contact__title {
color: #9b9b9b;
}
.dark-mode .haru-contact--style-7 .haru-contact__desc,
.background-dark .haru-contact--style-7 .haru-contact__desc {
color: #fff;
}
.haru-social ul {
list-style: none;
list-style-type: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
}
.haru-social--none li {
margin: 0 12px;
}
.haru-social--none li:first-child {
margin-left: 0;
}
.haru-social--none li:last-child {
margin-right: 0;
}
.haru-social--none a {
display: flex;
align-items: center;
}
.haru-social--none a:hover .haru-social__title {
color: #4B5C66;
transition: all .3s;
}
.haru-social--none .haru-social__title {
margin-top: 0;
margin-bottom: 0;
margin-left: 10px;
font-weight: 600;
color: #000;
transition: all .3s;
}
.haru-social--style-1 li {
margin: 0 12px;
}
.haru-social--style-1 li:first-child {
margin-left: 0;
}
.haru-social--style-1 li:last-child {
margin-right: 0;
}
.haru-social--style-1 a:hover .haru-social__icon {
background-color: #4B5C66;
color: #fff;
transition: all .3s;
}
.haru-social--style-1 .haru-social__icon {
background-color: #323f4b;
border-radius: 50%;
color: #fff;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
transition: all .3s;
}
.haru-social--style-1 .haru-social__icon svg path {
fill: #323f4b;
}
.haru-social--style-2 li {
margin: 0 20px;
}
@media screen and (max-width: 1440px) {
.haru-social--style-2 li {
margin: 0 18px;
}
}
@media screen and (max-width: 1024px) {
.haru-social--style-2 li {
margin: 0 16px;
}
}
@media screen and (max-width: 991px) {
.haru-social--style-2 li {
margin: 0 14px;
}
}
@media screen and (max-width: 991px) {
.haru-social--style-2 li {
margin: 0 12px;
}
}
.haru-social--style-2 li:first-child {
margin-left: 0;
}
.haru-social--style-2 li:last-child {
margin-right: 0;
}
.haru-social--style-2 a:hover .haru-social__title {
color: #4B5C66;
transition: all .3s;
}
.haru-social--style-2 .haru-social__title {
color: #000;
font-weight: 600;
font-size: 20px;
transition: all .3s;
}
@media screen and (max-width: 1440px) {
.haru-social--style-2 .haru-social__title {
font-size: 18px;
}
}
@media screen and (max-width: 1024px) {
.haru-social--style-2 .haru-social__title {
font-size: 17px;
}
}
@media screen and (max-width: 767px) {
.haru-social--style-2 .haru-social__title {
font-size: 16px;
}
}
.haru-social--style-3 li {
margin: 0 15px;
}
@media screen and (max-width: 1440px) {
.haru-social--style-3 li {
margin: 0 13px;
}
}
@media screen and (max-width: 1024px) {
.haru-social--style-3 li {
margin: 0 11px;
}
}
.haru-social--style-3 li:first-child {
margin-left: 0;
}
.haru-social--style-3 li:last-child {
margin-right: 0;
}
.haru-social--style-3 a:hover .haru-social__icon {
color: #4B5C66;
transition: all .3s;
}
.haru-social--style-3 .haru-social__icon {
color: #9b9b9b;
font-size: 20px;
transition: all .3s;
}
@media screen and (max-width: 1440px) {
.haru-social--style-3 .haru-social__icon {
font-size: 19px;
}
}
@media screen and (max-width: 1024px) {
.haru-social--style-3 .haru-social__icon {
font-size: 18px;
}
}
.haru-social--style-3 .haru-social__icon svg path {
fill: #9b9b9b;
}
.haru-social--style-4 ul {
display: flex;
justify-content: space-between;
}
@media screen and (max-width: 767px) {
.haru-social--style-4 ul {
display: block;
}
}
.haru-social--style-4 li {
flex: 1;
position: relative;
text-align: center;
}
@media screen and (max-width: 767px) {
.haru-social--style-4 li {
border-bottom: 1px solid #eee;
}
}
@media screen and (max-width: 767px) {
.haru-social--style-4 li:last-child {
border: none;
}
}
.haru-social--style-4 a {
display: block;
padding: 28px 0;
transition: all .3s;
}
@media screen and (max-width: 1440px) {
.haru-social--style-4 a {
padding: 25px 0;
}
}
@media screen and (max-width: 991px) {
.haru-social--style-4 a {
padding: 20px 0;
}
}
.haru-social--style-4 a:hover {
background-color: #ebf1fc;
transition: all .3s;
}
.haru-social--style-4 a:hover .haru-social__icon {
opacity: 1;
visibility: visible;
}
.haru-social--style-4 a:hover .haru-social__title {
opacity: 0;
visibility: hidden;
transition: all .3s;
}
.haru-social--style-4 .haru-social__icon {
font-size: 24px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0;
visibility: hidden;
transition: all .3s;
}
@media screen and (max-width: 1440px) {
.haru-social--style-4 .haru-social__icon {
font-size: 22px;
}
}
.haru-social--style-4 .haru-social__icon .fa-facebook,
.haru-social--style-4 .haru-social__icon .fa-facebook-f,
.haru-social--style-4 .haru-social__icon .fa-facebook-messenger,
.haru-social--style-4 .haru-social__icon .fa-facebook-square {
color: #3b5998;
}
.haru-social--style-4 .haru-social__icon .fa-instagram {
color: #3f729b;
}
.haru-social--style-4 .haru-social__icon .fa-twitter,
.haru-social--style-4 .haru-social__icon .fa-twitter-square {
color: #3998F2;
}
.haru-social--style-4 .haru-social__icon .fa-vimeo,
.haru-social--style-4 .haru-social__icon .fa-vimeo-square,
.haru-social--style-4 .haru-social__icon .fa-vimeo-v {
color: #1ab7ea;
}
.haru-social--style-4 .haru-social__icon .fa-pinterest,
.haru-social--style-4 .haru-social__icon .fa-pinterest-square,
.haru-social--style-4 .haru-social__icon .fa-pinterest-p {
color: #e60023;
}
.haru-social--style-4 .haru-social__icon .fa-youtube-square,
.haru-social--style-4 .haru-social__icon .fa-youtube {
color: #ff0000;
}
.haru-social--style-4 .haru-social__title {
color: #000;
font-weight: 700;
font-size: 18px;
opacity: 1;
visibility: visible;
transition: all .3s;
}
@media screen and (max-width: 1440px) {
.haru-social--style-4 .haru-social__title {
font-size: 17px;
}
}
@media screen and (max-width: 1024px) {
.haru-social--style-4 .haru-social__title {
font-size: 16px;
}
}
@media screen and (max-width: 767px) {
.haru-social--style-4 .haru-social__title {
font-size: 15px;
}
}
.haru-social--style-5 li {
margin: 0 8px;
}
.haru-social--style-5 li:first-child {
margin-left: 0;
}
.haru-social--style-5 li:last-child {
margin-right: 0;
}
.haru-social--style-5 a:hover .haru-social__icon {
border: 1px solid #4B5C66;
background-color: #4B5C66;
color: #fff;
transition: all .3s;
}
.haru-social--style-5 a:hover .haru-social__icon svg path {
fill: #fff;
}
.haru-social--style-5 .haru-social__icon {
border-radius: 50%;
border: 1px solid #eee;
background-color: transparent;
color: #000;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
transition: all .3s;
}
.haru-social--style-5 .haru-social__icon svg path {
fill: #000;
}
.haru-social--size-large.haru-social--style-3 li {
margin: 0 20px;
}
@media screen and (max-width: 1440px) {
.haru-social--size-large.haru-social--style-3 li {
margin: 0 15px;
}
}
.haru-social--size-large.haru-social--style-3 li:first-child {
margin-left: 0;
}
.haru-social--size-large.haru-social--style-3 li:last-child {
margin-right: 0;
}
.haru-social--size-large.haru-social--style-3 .haru-social__icon {
font-size: 24px;
}
@media screen and (max-width: 1440px) {
.haru-social--size-large.haru-social--style-3 .haru-social__icon {
font-size: 22px;
}
}
@media screen and (max-width: 1024px) {
.haru-social--size-large.haru-social--style-3 .haru-social__icon {
font-size: 20px;
}
}
@media screen and (max-width: 991px) {
.haru-social--size-large.haru-social--style-3 .haru-social__icon {
font-size: 18px;
}
}
@media screen and (max-width: 767px) {
.haru-social--size-large.haru-social--style-3 .haru-social__icon {
font-size: 16px;
}
}
.haru-social--size-small.haru-social--style-3 li {
margin: 0 10px;
}
.haru-social--size-small.haru-social--style-3 li:first-child {
margin-left: 0;
}
.haru-social--size-small.haru-social--style-3 li:last-child {
margin-right: 0;
}
.haru-social--size-small.haru-social--style-3 .haru-social__icon {
font-size: 16px;
}
.dark-mode .haru-social--style-2 a:hover .haru-social__title,
.background-dark .haru-social--style-2 a:hover .haru-social__title {
color: #4B5C66;
}
.dark-mode .haru-social--style-2 .haru-social__title,
.background-dark .haru-social--style-2 .haru-social__title {
color: #fff;
}
.dark-mode .haru-social--style-3 a:hover .haru-social__icon,
.background-dark .haru-social--style-3 a:hover .haru-social__icon {
color: #4B5C66;
}
.dark-mode .haru-social--style-3 .haru-social__icon,
.background-dark .haru-social--style-3 .haru-social__icon {
color: #fff;
}
.dark-mode .haru-social--style-3 .haru-social__icon svg path,
.background-dark .haru-social--style-3 .haru-social__icon svg path {
fill: #fff;
}
@media screen and (max-width: 767px) {
.dark-mode .haru-social--style-4 li,
.background-dark .haru-social--style-4 li {
border-bottom: 1px solid #333;
}
}
@media screen and (max-width: 767px) {
.dark-mode .haru-social--style-4 li:last-child,
.background-dark .haru-social--style-4 li:last-child {
border: none;
}
}
.dark-mode .haru-social--style-4 a:has(> .haru-social__icon .fa-facebook):hover, .dark-mode .haru-social--style-4 a:has(> .haru-social__icon .fa-facebook-f):hover, .dark-mode .haru-social--style-4 a:has(> .haru-social__icon .fa-facebook-messenger):hover, .dark-mode .haru-social--style-4 a:has(> .haru-social__icon .fa-facebook-square):hover,
.background-dark .haru-social--style-4 a:has(> .haru-social__icon .fa-facebook):hover,
.background-dark .haru-social--style-4 a:has(> .haru-social__icon .fa-facebook-f):hover,
.background-dark .haru-social--style-4 a:has(> .haru-social__icon .fa-facebook-messenger):hover,
.background-dark .haru-social--style-4 a:has(> .haru-social__icon .fa-facebook-square):hover {
background-color: #3b5998;
}
.dark-mode .haru-social--style-4 a:has(> .haru-social__icon .fa-instagram):hover,
.background-dark .haru-social--style-4 a:has(> .haru-social__icon .fa-instagram):hover {
background-color: #3f729b;
}
.dark-mode .haru-social--style-4 a:has(> .haru-social__icon .fa-twitter):hover, .dark-mode .haru-social--style-4 a:has(> .haru-social__icon .fa-twitter-square):hover,
.background-dark .haru-social--style-4 a:has(> .haru-social__icon .fa-twitter):hover,
.background-dark .haru-social--style-4 a:has(> .haru-social__icon .fa-twitter-square):hover {
background-color: #3998F2;
}
.dark-mode .haru-social--style-4 a:has(> .haru-social__icon .fa-vimeo):hover, .dark-mode .haru-social--style-4 a:has(> .haru-social__icon .fa-vimeo-v):hover, .dark-mode .haru-social--style-4 a:has(> .haru-social__icon .fa-vimeo-square):hover,
.background-dark .haru-social--style-4 a:has(> .haru-social__icon .fa-vimeo):hover,
.background-dark .haru-social--style-4 a:has(> .haru-social__icon .fa-vimeo-v):hover,
.background-dark .haru-social--style-4 a:has(> .haru-social__icon .fa-vimeo-square):hover {
background-color: #1ab7ea;
}
.dark-mode .haru-social--style-4 a:has(> .haru-social__icon .fa-pinterest):hover, .dark-mode .haru-social--style-4 a:has(> .haru-social__icon .fa-pinterest-square):hover, .dark-mode .haru-social--style-4 a:has(> .haru-social__icon .fa-pinterest-p):hover,
.background-dark .haru-social--style-4 a:has(> .haru-social__icon .fa-pinterest):hover,
.background-dark .haru-social--style-4 a:has(> .haru-social__icon .fa-pinterest-square):hover,
.background-dark .haru-social--style-4 a:has(> .haru-social__icon .fa-pinterest-p):hover {
background-color: #e60023;
}
.dark-mode .haru-social--style-4 a:has(> .haru-social__icon .fa-youtube):hover, .dark-mode .haru-social--style-4 a:has(> .haru-social__icon .fa-youtube-square):hover,
.background-dark .haru-social--style-4 a:has(> .haru-social__icon .fa-youtube):hover,
.background-dark .haru-social--style-4 a:has(> .haru-social__icon .fa-youtube-square):hover {
background-color: #ff0000;
}
.dark-mode .haru-social--style-4 a:hover,
.background-dark .haru-social--style-4 a:hover {
background-color: #4B5C66;
}
.dark-mode .haru-social--style-4 a:hover .haru-social__icon,
.background-dark .haru-social--style-4 a:hover .haru-social__icon {
color: #fff;
}
.dark-mode .haru-social--style-4 a:hover .haru-social__icon .fa-facebook,
.dark-mode .haru-social--style-4 a:hover .haru-social__icon .fa-facebook-f,
.dark-mode .haru-social--style-4 a:hover .haru-social__icon .fa-facebook-messenger,
.dark-mode .haru-social--style-4 a:hover .haru-social__icon .fa-facebook-square,
.background-dark .haru-social--style-4 a:hover .haru-social__icon .fa-facebook,
.background-dark .haru-social--style-4 a:hover .haru-social__icon .fa-facebook-f,
.background-dark .haru-social--style-4 a:hover .haru-social__icon .fa-facebook-messenger,
.background-dark .haru-social--style-4 a:hover .haru-social__icon .fa-facebook-square {
color: #fff;
}
.dark-mode .haru-social--style-4 a:hover .haru-social__icon .fa-instagram,
.background-dark .haru-social--style-4 a:hover .haru-social__icon .fa-instagram {
color: #fff;
}
.dark-mode .haru-social--style-4 a:hover .haru-social__icon .fa-twitter,
.dark-mode .haru-social--style-4 a:hover .haru-social__icon .fa-twitter-square,
.background-dark .haru-social--style-4 a:hover .haru-social__icon .fa-twitter,
.background-dark .haru-social--style-4 a:hover .haru-social__icon .fa-twitter-square {
color: #fff;
}
.dark-mode .haru-social--style-4 a:hover .haru-social__icon .fa-vimeo,
.dark-mode .haru-social--style-4 a:hover .haru-social__icon .fa-vimeo-square,
.dark-mode .haru-social--style-4 a:hover .haru-social__icon .fa-vimeo-v,
.background-dark .haru-social--style-4 a:hover .haru-social__icon .fa-vimeo,
.background-dark .haru-social--style-4 a:hover .haru-social__icon .fa-vimeo-square,
.background-dark .haru-social--style-4 a:hover .haru-social__icon .fa-vimeo-v {
color: #fff;
}
.dark-mode .haru-social--style-4 a:hover .haru-social__icon .fa-pinterest,
.dark-mode .haru-social--style-4 a:hover .haru-social__icon .fa-pinterest-square,
.dark-mode .haru-social--style-4 a:hover .haru-social__icon .fa-pinterest-p,
.background-dark .haru-social--style-4 a:hover .haru-social__icon .fa-pinterest,
.background-dark .haru-social--style-4 a:hover .haru-social__icon .fa-pinterest-square,
.background-dark .haru-social--style-4 a:hover .haru-social__icon .fa-pinterest-p {
color: #fff;
}
.dark-mode .haru-social--style-4 a:hover .haru-social__icon .fa-youtube-square,
.dark-mode .haru-social--style-4 a:hover .haru-social__icon .fa-youtube,
.background-dark .haru-social--style-4 a:hover .haru-social__icon .fa-youtube-square,
.background-dark .haru-social--style-4 a:hover .haru-social__icon .fa-youtube {
color: #fff;
}
.dark-mode .haru-social--style-4 .haru-social__title,
.background-dark .haru-social--style-4 .haru-social__title {
color: #fff;
}
.dark-mode .haru-social--style-5 a:hover .haru-social__icon,
.background-dark .haru-social--style-5 a:hover .haru-social__icon {
border: 1px solid #4B5C66;
background-color: #4B5C66;
color: #fff;
}
.dark-mode .haru-social--style-5 .haru-social__icon,
.background-dark .haru-social--style-5 .haru-social__icon {
border: 1px solid #333;
background-color: transparent;
color: #fff;
}
.dark-mode .haru-social--style-5 .haru-social__icon svg path,
.background-dark .haru-social--style-5 .haru-social__icon svg path {
fill: #fff;
}
.haru-counter--style-1 .haru-counter__number-wrap, .haru-counter--style-5 .haru-counter__number-wrap {
display: flex;
line-height: 1;
font-size: 40px;
font-weight: 700;
}
@media screen and (max-width: 1440px) {
.haru-counter--style-1 .haru-counter__number-wrap, .haru-counter--style-5 .haru-counter__number-wrap {
font-size: 36px;
}
}
@media screen and (max-width: 1024px) {
.haru-counter--style-1 .haru-counter__number-wrap, .haru-counter--style-5 .haru-counter__number-wrap {
font-size: 32px;
}
}
@media screen and (max-width: 991px) {
.haru-counter--style-1 .haru-counter__number-wrap, .haru-counter--style-5 .haru-counter__number-wrap {
font-size: 28px;
}
}
@media screen and (max-width: 767px) {
.haru-counter--style-1 .haru-counter__number-wrap, .haru-counter--style-5 .haru-counter__number-wrap {
font-size: 24px;
}
}
.haru-counter--style-1 .haru-counter__number, .haru-counter--style-5 .haru-counter__number {
font-weight: 700;
}
.haru-counter--style-1 .haru-counter__number-prefix,
.haru-counter--style-1 .haru-counter__number-suffix, .haru-counter--style-5 .haru-counter__number-prefix,
.haru-counter--style-5 .haru-counter__number-suffix {
white-space: pre-wrap;
}
.haru-counter--style-1 .haru-counter__number-prefix, .haru-counter--style-5 .haru-counter__number-prefix {
text-align: right;
}
.haru-counter--style-1 .haru-counter__number-suffix, .haru-counter--style-5 .haru-counter__number-suffix {
text-align: left;
}
.haru-counter--style-1 .haru-counter__title, .haru-counter--style-5 .haru-counter__title {
display: flex;
color: #7e7e7e;
font-size: 18px;
font-weight: 500;
margin-top: 10px;
}
@media screen and (max-width: 1440px) {
.haru-counter--style-1 .haru-counter__title, .haru-counter--style-5 .haru-counter__title {
font-size: 17px;
}
}
@media screen and (max-width: 1024px) {
.haru-counter--style-1 .haru-counter__title, .haru-counter--style-5 .haru-counter__title {
font-size: 16px;
}
}
@media screen and (max-width: 991px) {
.haru-counter--style-1 .haru-counter__title, .haru-counter--style-5 .haru-counter__title {
font-size: 15px;
}
}
.haru-counter--style-1 .haru-counter__number-wrap {
color: #4B5C66;
}
.haru-counter--style-5 .haru-counter__number-wrap {
color: #b479d9;
}
.haru-counter--style-2 .haru-counter__number-wrap {
display: flex;
line-height: 1;
font-size: 48px;
font-weight: 700;
color: #000;
}
@media screen and (max-width: 1440px) {
.haru-counter--style-2 .haru-counter__number-wrap {
font-size: 42px;
}
}
@media screen and (max-width: 1024px) {
.haru-counter--style-2 .haru-counter__number-wrap {
font-size: 36px;
}
}
@media screen and (max-width: 991px) {
.haru-counter--style-2 .haru-counter__number-wrap {
font-size: 30px;
}
}
@media screen and (max-width: 767px) {
.haru-counter--style-2 .haru-counter__number-wrap {
font-size: 24px;
}
}
.haru-counter--style-2 .haru-counter__number {
font-weight: 700;
}
.haru-counter--style-2 .haru-counter__number-prefix,
.haru-counter--style-2 .haru-counter__number-suffix {
white-space: pre-wrap;
}
.haru-counter--style-2 .haru-counter__number-prefix {
text-align: right;
}
.haru-counter--style-2 .haru-counter__number-suffix {
text-align: left;
}
.haru-counter--style-2 .haru-counter__title {
display: flex;
color: #7e7e7e;
font-size: 18px;
font-weight: 500;
margin-top: 10px;
}
@media screen and (max-width: 1440px) {
.haru-counter--style-2 .haru-counter__title {
font-size: 17px;
}
}
@media screen and (max-width: 1024px) {
.haru-counter--style-2 .haru-counter__title {
font-size: 16px;
}
}
@media screen and (max-width: 991px) {
.haru-counter--style-2 .haru-counter__title {
font-size: 15px;
}
}
.haru-counter--style-2.has-divider {
position: relative;
}
.haru-counter--style-2.has-divider:before {
content: '';
width: 1px;
height: 68%;
position: absolute;
background-color: #ccc;
left: -40px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
.haru-counter--style-2.has-divider:before {
left: -30px;
}
}
.haru-counter--style-3 .haru-counter__number-wrap {
display: flex;
line-height: 1;
font-size: 56px;
font-weight: 700;
color: #000;
}
@media screen and (max-width: 1440px) {
.haru-counter--style-3 .haru-counter__number-wrap {
font-size: 48px;
}
}
@media screen and (max-width: 1024px) {
.haru-counter--style-3 .haru-counter__number-wrap {
font-size: 42px;
}
}
@media screen and (max-width: 991px) {
.haru-counter--style-3 .haru-counter__number-wrap {
font-size: 36px;
}
}
.haru-counter--style-3 .haru-counter__number {
font-weight: 700;
}
.haru-counter--style-3 .haru-counter__number-prefix,
.haru-counter--style-3 .haru-counter__number-suffix {
white-space: pre-wrap;
}
.haru-counter--style-3 .haru-counter__number-prefix {
text-align: right;
}
.haru-counter--style-3 .haru-counter__number-suffix {
text-align: left;
}
.haru-counter--style-3 .haru-counter__title {
display: flex;
color: #3e4c59;
font-size: 24px;
font-weight: 500;
margin-top: 10px;
}
@media screen and (max-width: 1440px) {
.haru-counter--style-3 .haru-counter__title {
font-size: 22px;
}
}
@media screen and (max-width: 1024px) {
.haru-counter--style-3 .haru-counter__title {
font-size: 20px;
}
}
@media screen and (max-width: 991px) {
.haru-counter--style-3 .haru-counter__title {
font-size: 16px;
}
}
@media screen and (max-width: 767px) {
.haru-counter--style-3 .haru-counter__title {
font-size: 16px;
}
}
.haru-counter--style-3 .haru-counter__description {
display: flex;
border-top: 1px solid #eee;
padding-top: 20px;
margin-top: 15px;
}
.haru-counter--style-4 {
padding: 40px 30px 40px 50px;
background: #fff;
box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.08);
border-radius: 12px;
min-height: 210px;
}
@media screen and (max-width: 767px) {
.haru-counter--style-4 {
min-height: 200px;
}
}
.haru-counter--style-4 .haru-counter__number-wrap {
display: flex;
line-height: 1;
font-size: 48px;
font-weight: 700;
color: #4B5C66;
}
@media screen and (max-width: 1440px) {
.haru-counter--style-4 .haru-counter__number-wrap {
font-size: 42px;
}
}
@media screen and (max-width: 1024px) {
.haru-counter--style-4 .haru-counter__number-wrap {
font-size: 36px;
}
}
.haru-counter--style-4 .haru-counter__number {
font-weight: 600;
}
.haru-counter--style-4 .haru-counter__number-prefix,
.haru-counter--style-4 .haru-counter__number-suffix {
white-space: pre-wrap;
}
.haru-counter--style-4 .haru-counter__number-prefix {
text-align: right;
}
.haru-counter--style-4 .haru-counter__number-suffix {
text-align: left;
}
.haru-counter--style-4 .haru-counter__title {
display: flex;
font-size: 18px;
font-weight: 700;
margin-top: 15px;
}
@media screen and (max-width: 1440px) {
.haru-counter--style-4 .haru-counter__title {
font-size: 17px;
}
}
@media screen and (max-width: 1024px) {
.haru-counter--style-4 .haru-counter__title {
font-size: 16px;
}
}
.dark-mode .haru-counter--style-1 .haru-counter__number-wrap,
.background-dark .haru-counter--style-1 .haru-counter__number-wrap {
color: #fff;
}
.dark-mode .haru-counter--style-1 .haru-counter__title,
.background-dark .haru-counter--style-1 .haru-counter__title {
color: #ababab;
}
.dark-mode .haru-counter--style-2 .haru-counter__number-wrap,
.background-dark .haru-counter--style-2 .haru-counter__number-wrap {
color: #fff;
}
.dark-mode .haru-counter--style-2 .haru-counter__title,
.background-dark .haru-counter--style-2 .haru-counter__title {
color: #ababab;
}
.dark-mode .haru-counter--style-3 .haru-counter__number-wrap,
.background-dark .haru-counter--style-3 .haru-counter__number-wrap {
color: #fff;
}
.dark-mode .haru-counter--style-3 .haru-counter__title,
.background-dark .haru-counter--style-3 .haru-counter__title {
color: #fff;
}
.dark-mode .haru-counter--style-3 .haru-counter__description,
.background-dark .haru-counter--style-3 .haru-counter__description {
border-top: 1px solid rgba(255, 255, 255, 0.6);
color: rgba(255, 255, 255, 0.7);
}
.haru-countdown--label-block .haru-countdown__label {
display: block;
}
.haru-countdown--style-1 .haru-countdown__content {
display: flex;
line-height: 1.4;
}
.haru-countdown--style-1 .haru-countdown__item {
margin: 0 25px;
text-align: center;
}
.haru-countdown--style-1 .haru-countdown__item:first-child {
margin-left: 0;
}
.haru-countdown--style-1 .haru-countdown__item:last-child {
margin-right: 0;
}
@media screen and (max-width: 1440px) {
.haru-countdown--style-1 .haru-countdown__item {
margin: 0 20px;
}
}
@media screen and (max-width: 1024px) {
.haru-countdown--style-1 .haru-countdown__item {
margin: 0 15px;
}
}
@media screen and (max-width: 991px) {
.haru-countdown--style-1 .haru-countdown__item {
margin: 0 10px;
}
}
.haru-countdown--style-1 .haru-countdown__digits {
font-size: 48px;
font-weight: 600;
color: #000;
position: relative;
}
@media screen and (max-width: 1440px) {
.haru-countdown--style-1 .haru-countdown__digits {
font-size: 42px;
}
}
@media screen and (max-width: 1024px) {
.haru-countdown--style-1 .haru-countdown__digits {
font-size: 36px;
}
}
@media screen and (max-width: 991px) {
.haru-countdown--style-1 .haru-countdown__digits {
font-size: 32px;
}
}
@media screen and (max-width: 767px) {
.haru-countdown--style-1 .haru-countdown__digits {
font-size: 28px;
}
}
.haru-countdown--style-1 .haru-countdown__digits:before {
content: ':';
font-size: 24px;
position: absolute;
right: calc(100% + 21px);
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
@media screen and (max-width: 1440px) {
.haru-countdown--style-1 .haru-countdown__digits:before {
font-size: 22px;
right: calc(100% + 17px);
}
}
@media screen and (max-width: 1024px) {
.haru-countdown--style-1 .haru-countdown__digits:before {
font-size: 20px;
right: calc(100% + 15px);
}
}
@media screen and (max-width: 991px) {
.haru-countdown--style-1 .haru-countdown__digits:before {
font-size: 18px;
right: calc(100% + 9px);
}
}
@media screen and (max-width: 767px) {
.haru-countdown--style-1 .haru-countdown__digits:before {
font-size: 16px;
right: calc(100% + 8px);
}
}
.haru-countdown--style-1 .haru-countdown__digits.haru-countdown__days:before {
display: none;
}
.haru-countdown--style-1.haru-countdown--medium .haru-countdown__item {
margin: 0 18px;
}
@media screen and (max-width: 1440px) {
.haru-countdown--style-1.haru-countdown--medium .haru-countdown__item {
margin: 0 15px;
}
}
@media screen and (max-width: 1024px) {
.haru-countdown--style-1.haru-countdown--medium .haru-countdown__item {
margin: 0 10px;
}
}
@media screen and (max-width: 991px) {
.haru-countdown--style-1.haru-countdown--medium .haru-countdown__item {
margin: 0 8px;
}
}
.haru-countdown--style-1.haru-countdown--medium .haru-countdown__item:first-child {
margin-left: 0;
}
.haru-countdown--style-1.haru-countdown--medium .haru-countdown__item:last-child {
margin-right: 0;
}
.haru-countdown--style-1.haru-countdown--medium .haru-countdown__digits {
font-size: 40px;
font-weight: 600;
color: #000;
position: relative;
}
@media screen and (max-width: 1440px) {
.haru-countdown--style-1.haru-countdown--medium .haru-countdown__digits {
font-size: 36px;
}
}
@media screen and (max-width: 1024px) {
.haru-countdown--style-1.haru-countdown--medium .haru-countdown__digits {
font-size: 32px;
}
}
@media screen and (max-width: 991px) {
.haru-countdown--style-1.haru-countdown--medium .haru-countdown__digits {
font-size: 28px;
}
}
@media screen and (max-width: 767px) {
.haru-countdown--style-1.haru-countdown--medium .haru-countdown__digits {
font-size: 24px;
}
}
.haru-countdown--style-1.haru-countdown--medium .haru-countdown__digits:before {
content: ':';
font-size: 20px;
position: absolute;
right: calc(100% + 16px);
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
@media screen and (max-width: 1440px) {
.haru-countdown--style-1.haru-countdown--medium .haru-countdown__digits:before {
font-size: 18px;
right: calc(100% + 13px);
}
}
@media screen and (max-width: 1024px) {
.haru-countdown--style-1.haru-countdown--medium .haru-countdown__digits:before {
font-size: 16px;
right: calc(100% + 8px);
}
}
@media screen and (max-width: 991px) {
.haru-countdown--style-1.haru-countdown--medium .haru-countdown__digits:before {
font-size: 18px;
right: calc(100% + 5px);
}
}
@media screen and (max-width: 767px) {
.haru-countdown--style-1.haru-countdown--medium .haru-countdown__digits:before {
font-size: 16px;
right: calc(100% + 5px);
}
}
.haru-countdown--style-1.haru-countdown--medium .haru-countdown__digits.haru-countdown__days:before {
display: none;
}
.haru-countdown--style-2 .haru-countdown__content {
display: flex;
line-height: 1.8;
}
.haru-countdown--style-2 .haru-countdown__item {
margin: 0 10px;
text-align: center;
}
.haru-countdown--style-2 .haru-countdown__item:first-child {
margin-left: 0;
}
.haru-countdown--style-2 .haru-countdown__item:last-child {
margin-right: 0;
}
.haru-countdown--style-2 .haru-countdown__digits {
background-color: #4B5C66;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 20px;
font-weight: 600;
padding: 2px 9px;
min-width: 45px;
text-align: center;
position: relative;
}
.haru-countdown--style-2 .haru-countdown__digits:before {
content: ':';
font-size: 18px;
color: #4B5C66;
position: absolute;
right: calc(100% + 8px);
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.haru-countdown--style-2 .haru-countdown__digits.haru-countdown__days:before {
display: none;
}
.haru-countdown--style-3 .haru-countdown__content {
display: flex;
line-height: 1.4;
}
.haru-countdown--style-3 .haru-countdown__item {
margin: 0 15px;
text-align: center;
}
.haru-countdown--style-3 .haru-countdown__item:first-child {
margin-left: 0;
}
.haru-countdown--style-3 .haru-countdown__item:last-child {
margin-right: 0;
}
@media screen and (max-width: 1440px) {
.haru-countdown--style-3 .haru-countdown__item {
margin: 0 12px;
}
}
@media screen and (max-width: 991px) {
.haru-countdown--style-3 .haru-countdown__item {
margin: 0 10px;
}
}
@media screen and (max-width: 767px) {
.haru-countdown--style-3 .haru-countdown__item {
margin: 0 5px;
}
}
.haru-countdown--style-3 .haru-countdown__digits {
font-size: 24px;
font-weight: 600;
color: #4B5C66;
position: relative;
}
@media screen and (max-width: 1440px) {
.haru-countdown--style-3 .haru-countdown__digits {
font-size: 22px;
}
}
@media screen and (max-width: 1024px) {
.haru-countdown--style-3 .haru-countdown__digits {
font-size: 20px;
}
}
@media screen and (max-width: 991px) {
.haru-countdown--style-3 .haru-countdown__digits {
font-size: 18px;
}
}
.haru-countdown--style-3 .haru-countdown__digits:before {
content: ':';
font-size: 16px;
position: absolute;
right: calc(100% + 12px);
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
@media screen and (max-width: 1440px) {
.haru-countdown--style-3 .haru-countdown__digits:before {
font-size: 15px;
right: calc(100% + 10px);
}
}
@media screen and (max-width: 1024px) {
.haru-countdown--style-3 .haru-countdown__digits:before {
font-size: 14px;
right: calc(100% + 9px);
}
}
@media screen and (max-width: 991px) {
.haru-countdown--style-3 .haru-countdown__digits:before {
right: calc(100% + 8px);
}
}
@media screen and (max-width: 767px) {
.haru-countdown--style-3 .haru-countdown__digits:before {
right: calc(100% + 3px);
}
}
.haru-countdown--style-3 .haru-countdown__digits.haru-countdown__days:before {
display: none;
}
.haru-countdown--style-3 .haru-countdown__label {
font-size: 14px;
}
.haru-countdown--style-3.haru-countdown--medium .haru-countdown__digits {
font-size: 32px;
}
@media screen and (max-width: 1440px) {
.haru-countdown--style-3.haru-countdown--medium .haru-countdown__digits {
font-size: 28px;
}
}
@media screen and (max-width: 1024px) {
.haru-countdown--style-3.haru-countdown--medium .haru-countdown__digits {
font-size: 24px;
}
}
@media screen and (max-width: 991px) {
.haru-countdown--style-3.haru-countdown--medium .haru-countdown__digits {
font-size: 20px;
}
}
.haru-countdown--style-3.haru-countdown--medium .haru-countdown__digits:before {
font-size: 24px;
}
@media screen and (max-width: 1440px) {
.haru-countdown--style-3.haru-countdown--medium .haru-countdown__digits:before {
font-size: 20px;
}
}
@media screen and (max-width: 1024px) {
.haru-countdown--style-3.haru-countdown--medium .haru-countdown__digits:before {
font-size: 18px;
}
}
@media screen and (max-width: 991px) {
.haru-countdown--style-3.haru-countdown--medium .haru-countdown__digits:before {
font-size: 16px;
}
}
@media screen and (max-width: 767px) {
.haru-countdown--style-3.haru-countdown--medium .haru-countdown__digits:before {
font-size: 14px;
}
}
.haru-countdown--style-4 .haru-countdown__content {
display: flex;
line-height: 1.4;
}
.haru-countdown--style-4 .haru-countdown__item {
margin: 0 25px;
text-align: center;
}
.haru-countdown--style-4 .haru-countdown__item:first-child {
margin-left: 0;
}
.haru-countdown--style-4 .haru-countdown__item:last-child {
margin-right: 0;
}
@media screen and (max-width: 1440px) {
.haru-countdown--style-4 .haru-countdown__item {
margin: 0 20px;
}
}
@media screen and (max-width: 1024px) {
.haru-countdown--style-4 .haru-countdown__item {
margin: 0 15px;
}
}
@media screen and (max-width: 991px) {
.haru-countdown--style-4 .haru-countdown__item {
margin: 0 10px;
}
}
.haru-countdown--style-4 .haru-countdown__digits {
font-size: 48px;
font-weight: 800;
color: #b479d9;
position: relative;
}
@media screen and (max-width: 1440px) {
.haru-countdown--style-4 .haru-countdown__digits {
font-size: 42px;
}
}
@media screen and (max-width: 1024px) {
.haru-countdown--style-4 .haru-countdown__digits {
font-size: 36px;
}
}
@media screen and (max-width: 991px) {
.haru-countdown--style-4 .haru-countdown__digits {
font-size: 32px;
}
}
@media screen and (max-width: 767px) {
.haru-countdown--style-4 .haru-countdown__digits {
font-size: 28px;
}
}
.haru-countdown--style-4 .haru-countdown__digits:before {
content: ':';
font-size: 24px;
position: absolute;
right: calc(100% + 21px);
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
@media screen and (max-width: 1440px) {
.haru-countdown--style-4 .haru-countdown__digits:before {
font-size: 22px;
right: calc(100% + 17px);
}
}
@media screen and (max-width: 1024px) {
.haru-countdown--style-4 .haru-countdown__digits:before {
font-size: 20px;
right: calc(100% + 15px);
}
}
@media screen and (max-width: 991px) {
.haru-countdown--style-4 .haru-countdown__digits:before {
font-size: 18px;
right: calc(100% + 9px);
}
}
@media screen and (max-width: 767px) {
.haru-countdown--style-4 .haru-countdown__digits:before {
font-size: 16px;
right: calc(100% + 8px);
}
}
.haru-countdown--style-4 .haru-countdown__digits.haru-countdown__days:before {
display: none;
}
.haru-countdown--style-4.haru-countdown--medium .haru-countdown__item {
margin: 0 18px;
}
@media screen and (max-width: 1440px) {
.haru-countdown--style-4.haru-countdown--medium .haru-countdown__item {
margin: 0 15px;
}
}
@media screen and (max-width: 1024px) {
.haru-countdown--style-4.haru-countdown--medium .haru-countdown__item {
margin: 0 10px;
}
}
@media screen and (max-width: 991px) {
.haru-countdown--style-4.haru-countdown--medium .haru-countdown__item {
margin: 0 8px;
}
}
.haru-countdown--style-4.haru-countdown--medium .haru-countdown__item:first-child {
margin-left: 0;
}
.haru-countdown--style-4.haru-countdown--medium .haru-countdown__item:last-child {
margin-right: 0;
}
.haru-countdown--style-4.haru-countdown--medium .haru-countdown__digits {
font-size: 40px;
font-weight: 600;
color: #000;
position: relative;
}
@media screen and (max-width: 1440px) {
.haru-countdown--style-4.haru-countdown--medium .haru-countdown__digits {
font-size: 36px;
}
}
@media screen and (max-width: 1024px) {
.haru-countdown--style-4.haru-countdown--medium .haru-countdown__digits {
font-size: 32px;
}
}
@media screen and (max-width: 991px) {
.haru-countdown--style-4.haru-countdown--medium .haru-countdown__digits {
font-size: 28px;
}
}
@media screen and (max-width: 767px) {
.haru-countdown--style-4.haru-countdown--medium .haru-countdown__digits {
font-size: 24px;
}
}
.haru-countdown--style-4.haru-countdown--medium .haru-countdown__digits:before {
content: ':';
font-size: 20px;
position: absolute;
right: calc(100% + 16px);
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
@media screen and (max-width: 1440px) {
.haru-countdown--style-4.haru-countdown--medium .haru-countdown__digits:before {
font-size: 18px;
right: calc(100% + 13px);
}
}
@media screen and (max-width: 1024px) {
.haru-countdown--style-4.haru-countdown--medium .haru-countdown__digits:before {
font-size: 16px;
right: calc(100% + 8px);
}
}
@media screen and (max-width: 991px) {
.haru-countdown--style-4.haru-countdown--medium .haru-countdown__digits:before {
font-size: 18px;
right: calc(100% + 5px);
}
}
@media screen and (max-width: 767px) {
.haru-countdown--style-4.haru-countdown--medium .haru-countdown__digits:before {
font-size: 16px;
right: calc(100% + 5px);
}
}
.haru-countdown--style-4.haru-countdown--medium .haru-countdown__digits.haru-countdown__days:before {
display: none;
}
.dark-mode .haru-countdown--style-3 .haru-countdown__digits,
.background-dark .haru-countdown--style-3 .haru-countdown__digits {
color: #fff;
}
.haru-button span {
text-decoration: inherit;
}
.haru-button-content-wrapper {
display: flex;
justify-content: center;
}
.haru-button-icon {
flex-grow: 0;
order: 5;
}
.haru-button-icon i {
font-weight: 700;
}
.haru-button-text {
flex-grow: 1;
order: 10;
display: inline-block;
}
.haru-button .haru-align-icon-left {
margin-right: 8px;
order: 5;
}
.haru-button .haru-align-icon-right {
margin-left: 8px;
order: 15;
}
.haru-button.haru-button--style-4 {
font-size: 16px;
}
@media screen and (max-width: 1024px) {
.haru-button.haru-button--style-4 {
font-size: 15px;
}
}
.haru-button.haru-button--style-4 .haru-button-icon {
font-size: 18px;
}
.haru-button.haru-button--style-4 .haru-button-icon .ti-arrow-top-right {
bottom: -3px;
}
.haru-button.haru-button--style-7 {
border-bottom: 1px solid #000;
padding-bottom: 6px;
transition: all .3s;
}
.haru-button.haru-button--style-7:hover {
border-bottom: 1px solid #4B5C66;
transition: all .3s;
}
.haru-button.haru-button--style-8 .haru-button-icon i {
position: relative;
bottom: -2px;
}
.haru-align-left {
text-align: left;
}
.haru-align-left .haru-button {
width: auto;
}
.haru-align-right {
text-align: right;
}
.haru-align-right .haru-button {
width: auto;
}
.haru-align-center {
text-align: center;
}
.haru-align-center .haru-button {
width: auto;
}
.haru-align-justify .haru-button {
width: 100%;
}
@media screen and (max-width: 991px) {
.haru-align--tabletleft {
text-align: left;
}
}
@media screen and (max-width: 991px) {
.haru-align--tabletright {
text-align: right;
}
}
@media screen and (max-width: 991px) {
.haru-align--tabletcenter {
text-align: center;
}
}
@media screen and (max-width: 767px) {
.haru-align--mobileleft {
text-align: left;
}
}
@media screen and (max-width: 767px) {
.haru-align--mobileright {
text-align: right;
}
}
@media screen and (max-width: 767px) {
.haru-align--mobilecenter {
text-align: center;
}
}
.haru-header--transparent-light:not(.haru-header--sticky-on) .haru-button--style-2 {
background-color: #fff;
color: #000;
}
.haru-header--transparent-light:not(.haru-header--sticky-on) .haru-button--style-2:hover {
background-color: #4B5C66;
color: #fff;
}
.haru-header-button .haru-button--style-1 {
padding: 0 25px;
}
@media screen and (max-width: 767px) {
.haru-header-button .haru-button--style-1 {
padding: 0 20px;
}
}
@media screen and (max-width: 1024px) {
.haru-header-button .haru-button--style-2 {
font-size: 15px;
}
}
.haru-header-button .haru-button--style-2 .haru-button-icon {
font-size: 18px;
}
.haru-header-button .haru-button--style-3 {
padding: 0 32px;
}
.haru-header-button .haru-button--style-4 {
font-weight: 700;
font-size: 15px;
border-radius: 7px;
}
.haru-header-button .haru-button--style-5:hover {
box-shadow: 0 3px 8px rgba(0, 0, 0, 0.18);
transition: all .3s;
}
.haru-header--transparent-light:not(.haru-header--sticky-on) .haru-button--style-2 {
background-color: #fff;
color: #000;
}
.haru-header--transparent-light:not(.haru-header--sticky-on) .haru-button--style-2:hover {
background-color: #4B5C66;
color: #fff;
}
.haru-header-icon-box .haru-header-icon-box__icon svg {
max-height: 100px;
}
@media screen and (max-width: 1440px) {
.haru-header-icon-box .haru-header-icon-box__icon svg {
max-height: 90px;
}
}
@media screen and (max-width: 1024px) {
.haru-header-icon-box .haru-header-icon-box__icon svg {
max-height: 80px;
}
}
@media screen and (max-width: 991px) {
.haru-header-icon-box .haru-header-icon-box__icon svg {
max-height: 70px;
}
}
@media screen and (max-width: 767px) {
.haru-header-icon-box .haru-header-icon-box__icon svg {
max-height: 60px;
}
}
.haru-header-icon-box--style-1 {
display: flex;
}
.haru-header-icon-box--style-1 .haru-header-icon-box__icon {
display: inline-flex;
font-size: 48px;
color: #4B5C66;
}
@media screen and (max-width: 991px) {
.haru-header-icon-box--style-1 .haru-header-icon-box__icon {
font-size: 42px;
}
}
.haru-header-icon-box--style-1 .haru-header-icon-box__icon > span,
.haru-header-icon-box--style-1 .haru-header-icon-box__icon > a {
display: inline-flex;
width: 60px;
height: 60px;
align-items: center;
justify-content: center;
}
@media screen and (max-width: 991px) {
.haru-header-icon-box--style-1 .haru-header-icon-box__icon > span,
.haru-header-icon-box--style-1 .haru-header-icon-box__icon > a {
width: 50px;
height: 50px;
}
}
.haru-header-icon-box--style-1 .haru-header-icon-box__icon i {
color: #4B5C66;
background: linear-gradient(101.31deg, #ff869f 2.11%, #fa988a 34.14%, #f19a73 68.81%, #ffd0b1 105.05%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
.haru-header-icon-box--style-1 .haru-header-icon-box__icon svg path {
fill: #4B5C66;
background: linear-gradient(101.31deg, #ff869f 2.11%, #fa988a 34.14%, #f19a73 68.81%, #ffd0b1 105.05%);
}
.haru-header-icon-box--style-1 .haru-header-icon-box__content {
padding-left: 10px;
}
@media screen and (max-width: 991px) {
.haru-header-icon-box--style-1 .haru-header-icon-box__content {
padding-left: 6px;
}
}
.haru-header-icon-box--style-1 .haru-header-icon-box__title {
font-size: 16px;
margin-top: 5px;
margin-bottom: 0;
}
@media screen and (max-width: 1440px) {
.haru-header-icon-box--style-1 .haru-header-icon-box__title {
font-size: 15px;
}
}
.haru-header-icon-box--style-1 .haru-header-icon-box__description {
color: #7e7e7e;
font-size: 14px;
}
.haru-banner {
position: relative;
}
.haru-banner--hover-scale .haru-banner__image img {
width: 100%;
-webkit-transform: scale(1);
transform: scale(1);
transition: all .5s;
}
.haru-banner--hover-scale:hover img {
-webkit-transform: scale(1.03);
transform: scale(1.03);
transition: all .5s;
}
.haru-banner--hover-overlay .haru-banner__image:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.6);
opacity: 0;
visibility: hidden;
z-index: 1;
transition: all .3s;
}
.haru-banner--hover-overlay .haru-banner__image:hover:before {
opacity: 1;
visibility: visible;
transition: all .3s;
}
.haru-banner--hover-scale-overlay .haru-banner__image:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.6);
opacity: 0;
visibility: hidden;
z-index: 1;
transition: all .3s;
}
.haru-banner--hover-scale-overlay .haru-banner__image img {
width: 100%;
-webkit-transform: scale(1);
transform: scale(1);
transition: all .5s;
}
.haru-banner--hover-scale-overlay:hover .haru-banner__image:before {
opacity: 1;
visibility: visible;
transition: all .3s;
}
.haru-banner--hover-scale-overlay:hover .haru-banner__image img {
-webkit-transform: scale(1.03);
transform: scale(1.03);
transition: all .5s;
}
.haru-banner--shadow-yes .haru-banner__image {
box-shadow: 0 20px 70px rgba(0, 0, 0, 0.15);
}
.haru-banner--no-round .haru-banner__image {
border-radius: 0 !important;
}
.haru-banner--style-0 > a {
display: flex;
}
.haru-banner--style-0 .haru-banner__image {
display: inline-flex;
align-items: flex-start;
border-radius: 12px;
position: relative;
overflow: hidden;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.haru-banner--style-0 .haru-banner__image {
-webkit-mask-image: -webkit-radial-gradient(white, black);
}
}
.haru-banner--style-0.haru-banner--hover-none .haru-banner__image {
-webkit-mask-image: none;
}
.haru-banner--style-1 {
background: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
border-radius: 12px;
padding: 15px;
-webkit-transform: translateY(0);
transform: translateY(0);
transition: all .3s;
}
.haru-banner--style-1 .haru-banner__image {
border-radius: 12px;
position: relative;
overflow: hidden;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.haru-banner--style-1 .haru-banner__image {
-webkit-mask-image: -webkit-radial-gradient(white, black);
}
}
.haru-banner--style-1 .haru-banner__image img {
display: block;
width: 100%;
transition: all .5s;
}
.haru-banner--style-1 .haru-banner__content {
margin-top: 20px;
}
@media screen and (max-width: 1440px) {
.haru-banner--style-1 .haru-banner__content {
margin-top: 15px;
}
}
@media screen and (max-width: 1024px) {
.haru-banner--style-1 .haru-banner__content {
margin-top: 10px;
}
}
.haru-banner--style-1 .haru-banner__sub-title {
background-color: #4B5C66;
border-radius: 40px;
color: #fff;
display: inline-block;
font-weight: 700;
padding: 3px 24px;
}
@media screen and (max-width: 767px) {
.haru-banner--style-1 .haru-banner__sub-title {
font-size: 14px;
padding: 2px 20px;
}
}
.haru-banner--style-1 .haru-banner__title,
.haru-banner--style-1 .haru-banner__title a {
font-size: 24px;
padding-top: 10px;
}
@media screen and (max-width: 1440px) {
.haru-banner--style-1 .haru-banner__title,
.haru-banner--style-1 .haru-banner__title a {
font-size: 22px;
}
}
@media screen and (max-width: 1024px) {
.haru-banner--style-1 .haru-banner__title,
.haru-banner--style-1 .haru-banner__title a {
font-size: 20px;
}
}
.haru-banner--style-1 .haru-banner__description {
font-size: 18px;
}
@media screen and (max-width: 1440px) {
.haru-banner--style-1 .haru-banner__description {
font-size: 17px;
}
}
@media screen and (max-width: 1024px) {
.haru-banner--style-1 .haru-banner__description {
font-size: 16px;
}
}
@media screen and (max-width: 991px) {
.haru-banner--style-1 .haru-banner__description {
font-size: 15px;
}
}
.haru-banner--style-1 .haru-banner__content {
padding: 10px 15px 30px 15px;
}
@media screen and (max-width: 767px) {
.haru-banner--style-1 .haru-banner__content {
padding: 10px 5px 20px 5px;
}
}
.haru-banner--style-1:hover {
box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
transition: all .3s;
}
.haru-banner--style-1:hover .haru-banner__image img {
transition: all .5s;
}
.haru-banner--style-2 {
box-shadow: none;
border-radius: 12px;
overflow: hidden;
transition: all .3s;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.haru-banner--style-2 {
-webkit-mask-image: -webkit-radial-gradient(white, black);
}
}
.haru-banner--style-2 .haru-banner__image {
display: flex;
align-items: flex-start;
}
.haru-banner--style-2 .haru-banner__image img {
width: 100%;
}
.haru-banner--style-2 .haru-banner__content {
padding: 16px;
position: absolute;
top: auto;
bottom: 16px;
left: 16px;
right: 16px;
background-color: #fff;
border-radius: 12px;
}
@media screen and (max-width: 1440px) {
.haru-banner--style-2 .haru-banner__content {
padding: 12px;
}
}
.haru-banner--style-2 .haru-banner__title {
font-size: 20px;
position: relative;
line-height: 1.3;
margin: 0;
display: flex;
align-items: center;
}
@media screen and (max-width: 1440px) {
.haru-banner--style-2 .haru-banner__title {
font-size: 18px;
}
}
.haru-banner--style-2 .haru-banner__title:after {
content: '\e90e';
font-family: 'phosphor';
display: inline-block;
border-radius: 50%;
background-color: #f5f5f5;
color: #000;
font-size: 16px;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
margin-left: auto;
transition: all .3s;
}
.haru-banner--style-2:hover {
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
transition: all .3s;
}
.haru-banner--style-2:hover .haru-banner__title:after {
background-color: #4B5C66;
color: #fff;
transition: all .3s;
}
.haru-banner--style-3 {
border-radius: 12px;
overflow: hidden;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.haru-banner--style-3 {
-webkit-mask-image: -webkit-radial-gradient(white, black);
}
}
.haru-banner--style-3 .haru-banner__image {
display: flex;
position: relative;
overflow: hidden;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.haru-banner--style-3 .haru-banner__image {
-webkit-mask-image: -webkit-radial-gradient(white, black);
}
}
.haru-banner--style-3 .haru-banner__image img {
width: 100%;
-webkit-transform: scale(1);
transform: scale(1);
transition: all .5s;
}
.haru-banner--style-3 .haru-banner__content {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
padding: 8% 6%;
z-index: 2;
}
@media screen and (max-width: 1440px) {
.haru-banner--style-3 .haru-banner__content {
padding: 6% 6%;
}
}
.haru-banner--style-3 .haru-banner__title,
.haru-banner--style-3 .haru-banner__title a {
color: #000;
font-size: 32px;
margin-bottom: 25px;
margin-top: 0;
}
@media screen and (max-width: 1440px) {
.haru-banner--style-3 .haru-banner__title,
.haru-banner--style-3 .haru-banner__title a {
font-size: 28px;
}
}
@media screen and (max-width: 1024px) {
.haru-banner--style-3 .haru-banner__title,
.haru-banner--style-3 .haru-banner__title a {
font-size: 26px;
}
}
@media screen and (max-width: 991px) {
.haru-banner--style-3 .haru-banner__title,
.haru-banner--style-3 .haru-banner__title a {
font-size: 22px;
}
}
@media screen and (max-width: 767px) {
.haru-banner--style-3 .haru-banner__title,
.haru-banner--style-3 .haru-banner__title a {
font-size: 20px;
}
}
.haru-banner--style-3 .haru-banner__description {
color: #7e7e7e;
font-size: 18px;
margin-top: -15px;
margin-bottom: 25px;
}
@media screen and (max-width: 1440px) {
.haru-banner--style-3 .haru-banner__description {
font-size: 16px;
}
}
@media screen and (max-width: 767px) {
.haru-banner--style-3 .haru-banner__description {
font-size: 15px;
}
}
.haru-banner--style-3 .haru-banner__btn {
display: inline-flex;
align-items: center;
}
.haru-banner--style-3 .haru-banner__btn:after {
content: '\e90e';
font-family: 'phosphor';
font-size: 18px;
font-weight: 700;
color: #fff;
padding-left: 8px;
position: relative;
bottom: -1px;
}
@media screen and (max-width: 767px) {
.haru-banner--style-3 .haru-banner__btn:after {
display: none;
}
}
.haru-banner--style-3:hover .haru-banner__image:before {
opacity: 1;
visibility: visible;
transition: all .3s;
}
.haru-banner--style-3:hover .haru-banner__image img {
-webkit-transform: scale(1.03);
transform: scale(1.03);
transition: all .5s;
}
.haru-banner--style-3.haru-banner--small .haru-banner__content {
padding: 40px 50px;
}
@media screen and (max-width: 991px) {
.haru-banner--style-3.haru-banner--small .haru-banner__content {
padding: 30px 50px;
}
}
@media screen and (max-width: 767px) {
.haru-banner--style-3.haru-banner--small .haru-banner__content {
padding: 15px 20px;
}
}
.haru-banner--style-3.haru-banner--small .haru-banner__title,
.haru-banner--style-3.haru-banner--small .haru-banner__title a {
font-size: 24px;
}
@media screen and (max-width: 767px) {
.haru-banner--style-3.haru-banner--small .haru-banner__title,
.haru-banner--style-3.haru-banner--small .haru-banner__title a {
font-size: 20px;
}
}
.haru-banner--style-3.haru-banner--small .haru-banner__description {
padding: 5px 0;
}
.haru-banner--style-3.haru-banner--no-desc .haru-banner__content {
padding: 30px 40px;
}
.haru-banner--style-3.haru-banner--no-desc .haru-banner__title {
margin-bottom: 25px;
}
.haru-banner--style-4 .haru-banner__image {
display: flex;
align-items: flex-start;
border-radius: 12px;
overflow: hidden;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.haru-banner--style-4 .haru-banner__image {
-webkit-mask-image: -webkit-radial-gradient(white, black);
}
}
.haru-banner--style-4 .haru-banner__image img {
width: 100%;
-webkit-transform: scale(1);
transform: scale(1);
transition: all .5s;
}
.haru-banner--style-4 .haru-banner__content {
position: absolute;
left: 0;
right: 0;
bottom: 30px;
top: auto;
text-align: center;
}
.haru-banner--style-4 .haru-banner__title {
background-color: #fff;
border-radius: 12px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
display: inline-block;
padding: 10px 30px;
color: #000;
font-weight: 700;
position: relative;
line-height: 1.8;
}
@media screen and (max-width: 991px) {
.haru-banner--style-4 .haru-banner__title {
padding: 10px 25px;
}
}
.haru-banner--style-4 .haru-banner__sub-title {
position: absolute;
top: 3px;
left: auto;
right: 10px;
font-size: 14px;
font-weight: 600;
color: #4B5C66;
opacity: 0;
visibility: hidden;
transition: all .3s;
}
.haru-banner--style-4:hover .haru-banner__image img {
-webkit-transform: scale(1.03);
transform: scale(1.03);
transition: all .5s;
}
.haru-banner--style-4:hover .haru-banner__sub-title {
opacity: 1;
visibility: visible;
transition: all .3s;
}
.haru-banner--style-4.haru-banner--size-medium .haru-banner__title {
font-size: 16px;
padding: 12px 45px;
}
.haru-banner--style-4.haru-banner--size-medium .haru-banner__sub-title {
right: 25px;
}
.haru-banner--style-5 {
display: flex;
align-items: center;
border-radius: 12px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
overflow: hidden;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.haru-banner--style-5 {
-webkit-mask-image: -webkit-radial-gradient(white, black);
}
}
@media screen and (max-width: 767px) {
.haru-banner--style-5 {
display: block;
}
}
.haru-banner--style-5 .haru-banner__image {
flex: 0 0 38%;
position: relative;
overflow: hidden;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.haru-banner--style-5 .haru-banner__image {
-webkit-mask-image: -webkit-radial-gradient(white, black);
}
}
.haru-banner--style-5 .haru-banner__image a {
display: flex;
align-items: flex-start;
}
.haru-banner--style-5 .haru-banner__image img {
width: 100%;
-webkit-transform: scale(1);
transform: scale(1);
transition: all .5s;
}
.haru-banner--style-5 .haru-banner__content {
padding: 20px 30px 20px 40px;
flex: 1;
}
@media screen and (max-width: 767px) {
.haru-banner--style-5 .haru-banner__content {
padding: 15px 15px 25px 20px;
}
}
.haru-banner--style-5 .haru-banner__sub-title {
background-color: rgba(46, 187, 119, 0.1);
color: #4B5C66;
font-size: 14px;
font-weight: 700;
letter-spacing: 1px;
padding: 3px 12px;
border-radius: 3px;
display: inline-block;
text-transform: uppercase;
}
@media screen and (max-width: 1440px) {
.haru-banner--style-5 .haru-banner__sub-title {
font-size: 13px;
padding: 2px 10px;
}
}
.haru-banner--style-5 .haru-banner__title,
.haru-banner--style-5 .haru-banner__title a {
color: #000;
font-size: 28px;
line-height: 1.3;
margin-bottom: 15px;
}
@media screen and (max-width: 1440px) {
.haru-banner--style-5 .haru-banner__title,
.haru-banner--style-5 .haru-banner__title a {
font-size: 24px;
}
}
@media screen and (max-width: 1024px) {
.haru-banner--style-5 .haru-banner__title,
.haru-banner--style-5 .haru-banner__title a {
font-size: 22px;
}
}
@media screen and (max-width: 991px) {
.haru-banner--style-5 .haru-banner__title,
.haru-banner--style-5 .haru-banner__title a {
font-size: 20px;
}
}
@media screen and (max-width: 767px) {
.haru-banner--style-5 .haru-banner__title,
.haru-banner--style-5 .haru-banner__title a {
font-size: 18px;
}
}
.haru-banner--style-5 .haru-banner__description {
font-size: 18px;
margin-bottom: 30px;
}
@media screen and (max-width: 1440px) {
.haru-banner--style-5 .haru-banner__description {
font-size: 17px;
}
}
@media screen and (max-width: 1024px) {
.haru-banner--style-5 .haru-banner__description {
font-size: 16px;
}
}
@media screen and (max-width: 991px) {
.haru-banner--style-5 .haru-banner__description {
font-size: 15px;
margin-bottom: 15px;
}
}
.haru-banner--style-5 .haru-banner__btn {
font-size: 18px;
display: inline-flex;
align-items: center;
}
@media screen and (max-width: 1440px) {
.haru-banner--style-5 .haru-banner__btn {
font-size: 16px;
}
}
@media screen and (max-width: 767px) {
.haru-banner--style-5 .haru-banner__btn {
font-size: 15px;
}
}
.haru-banner--style-5 .haru-banner__btn:after {
content: '\e916';
font-family: 'phosphor';
font-size: 20px;
font-weight: 700;
color: #4B5C66;
padding-left: 3px;
}
@media screen and (max-width: 1440px) {
.haru-banner--style-5 .haru-banner__btn:after {
font-size: 18px;
}
}
@media screen and (max-width: 767px) {
.haru-banner--style-5 .haru-banner__btn:after {
font-size: 16px;
position: relative;
bottom: -1px;
}
}
.haru-banner--style-5:hover .haru-banner__image img {
-webkit-transform: scale(1.03);
transform: scale(1.03);
transition: all .5s;
}
.haru-banner--style-6 {
overflow: hidden;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.haru-banner--style-6 {
-webkit-mask-image: -webkit-radial-gradient(white, black);
}
}
.haru-banner--style-6 .haru-banner__image {
display: flex;
align-items: flex-start;
position: relative;
overflow: hidden;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.haru-banner--style-6 .haru-banner__image {
-webkit-mask-image: -webkit-radial-gradient(white, black);
}
}
.haru-banner--style-6 .haru-banner__image img {
width: 100%;
-webkit-transform: scale(1);
transform: scale(1);
transition: all .5s;
}
.haru-banner--style-6 .haru-banner__content {
position: absolute;
width: 100%;
bottom: 0;
top: auto;
left: 0;
padding: 8% 8%;
z-index: 2;
}
.haru-banner--style-6 .haru-banner__title,
.haru-banner--style-6 .haru-banner__title a {
color: #000;
font-size: 32px;
margin-bottom: 30px;
margin-top: 0;
}
@media screen and (max-width: 1440px) {
.haru-banner--style-6 .haru-banner__title,
.haru-banner--style-6 .haru-banner__title a {
font-size: 28px;
}
}
@media screen and (max-width: 1024px) {
.haru-banner--style-6 .haru-banner__title,
.haru-banner--style-6 .haru-banner__title a {
font-size: 26px;
}
}
@media screen and (max-width: 991px) {
.haru-banner--style-6 .haru-banner__title,
.haru-banner--style-6 .haru-banner__title a {
font-size: 24px;
}
}
@media screen and (max-width: 767px) {
.haru-banner--style-6 .haru-banner__title,
.haru-banner--style-6 .haru-banner__title a {
font-size: 22px;
}
}
.haru-banner--style-6 .haru-banner__description {
color: #7e7e7e;
font-size: 18px;
margin-bottom: 30px;
margin-top: -20px;
}
@media screen and (max-width: 1440px) {
.haru-banner--style-6 .haru-banner__description {
font-size: 16px;
}
}
.haru-banner--style-6:hover .haru-banner__image:before {
opacity: 1;
visibility: visible;
transition: all .3s;
}
.haru-banner--style-6:hover .haru-banner__image img {
-webkit-transform: scale(1.03);
transform: scale(1.03);
transition: all .5s;
}
.haru-banner--style-6.haru-banner--small .haru-banner__content {
padding: 40px 50px;
}
.haru-banner--style-6.haru-banner--small .haru-banner__title,
.haru-banner--style-6.haru-banner--small .haru-banner__title a {
font-size: 24px;
}
.haru-banner--style-7 {
border-radius: 12px;
overflow: hidden;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.haru-banner--style-7 {
-webkit-mask-image: -webkit-radial-gradient(white, black);
}
}
.haru-banner--style-7 .haru-banner__image {
display: flex;
align-items: flex-start;
position: relative;
overflow: hidden;
}
.haru-banner--style-7 .haru-banner__image img {
-webkit-transform: scale(1);
transform: scale(1);
transition: all .5s;
}
.haru-banner--style-7 .haru-banner__content {
position: absolute;
width: 100%;
bottom: 0;
top: auto;
left: 0;
padding: 8% 6% 8% 8%;
z-index: 2;
}
.haru-banner--style-7 .haru-banner__title,
.haru-banner--style-7 .haru-banner__title a {
color: #000;
font-size: 24px;
margin-bottom: 15px;
margin-top: 0;
}
@media screen and (max-width: 1440px) {
.haru-banner--style-7 .haru-banner__title,
.haru-banner--style-7 .haru-banner__title a {
font-size: 20px;
}
}
@media screen and (max-width: 1024px) {
.haru-banner--style-7 .haru-banner__title,
.haru-banner--style-7 .haru-banner__title a {
font-size: 18px;
}
}
.haru-banner--style-7 .haru-banner__description {
color: #7e7e7e;
font-size: 18px;
}
@media screen and (max-width: 1440px) {
.haru-banner--style-7 .haru-banner__description {
font-size: 16px;
}
}
@media screen and (max-width: 767px) {
.haru-banner--style-7 .haru-banner__description {
font-size: 15px;
}
}
.haru-banner--style-7:hover .haru-banner__image:before {
opacity: 1;
visibility: visible;
transition: all .3s;
}
.haru-banner--style-7:hover .haru-banner__image img {
-webkit-transform: scale(1.03);
transform: scale(1.03);
transition: all .5s;
}
.haru-banner--style-8 {
background-color: #fff;
border-radius: 12px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
padding: 30px;
}
@media screen and (max-width: 767px) {
.haru-banner--style-8 {
padding: 20px;
}
}
.haru-banner--style-8 .haru-banner__image {
border-radius: 12px;
display: flex;
align-items: flex-start;
position: relative;
overflow: hidden;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.haru-banner--style-8 .haru-banner__image {
-webkit-mask-image: -webkit-radial-gradient(white, black);
}
}
.haru-banner--style-8 .haru-banner__image img {
width: 100%;
-webkit-transform: scale(1);
transform: scale(1);
transition: all .5s;
}
.haru-banner--style-8 .haru-banner__content {
text-align: center;
z-index: 2;
}
.haru-banner--style-8 .haru-banner__title,
.haru-banner--style-8 .haru-banner__title a {
color: #000;
font-size: 28px;
margin-bottom: 15px;
padding: 0 20%;
padding-top: 25px;
}
@media screen and (max-width: 1440px) {
.haru-banner--style-8 .haru-banner__title,
.haru-banner--style-8 .haru-banner__title a {
font-size: 24px;
}
}
@media screen and (max-width: 1024px) {
.haru-banner--style-8 .haru-banner__title,
.haru-banner--style-8 .haru-banner__title a {
font-size: 22px;
}
}
@media screen and (max-width: 991px) {
.haru-banner--style-8 .haru-banner__title,
.haru-banner--style-8 .haru-banner__title a {
font-size: 20px;
}
}
@media screen and (max-width: 767px) {
.haru-banner--style-8 .haru-banner__title,
.haru-banner--style-8 .haru-banner__title a {
font-size: 18px;
padding: 10px 0 0;
}
}
.haru-banner--style-8 .haru-banner__description {
margin-bottom: 25px;
color: #7e7e7e;
font-size: 18px;
padding: 0 5%;
}
@media screen and (max-width: 1440px) {
.haru-banner--style-8 .haru-banner__description {
font-size: 17px;
}
}
@media screen and (max-width: 1024px) {
.haru-banner--style-8 .haru-banner__description {
font-size: 16px;
}
}
@media screen and (max-width: 991px) {
.haru-banner--style-8 .haru-banner__description {
font-size: 15px;
}
}
@media screen and (max-width: 767px) {
.haru-banner--style-8 .haru-banner__description {
padding: 0;
}
}
.haru-banner--style-8 .haru-banner__btn {
width: 100%;
}
.haru-banner--style-8:hover .haru-banner__image img {
-webkit-transform: scale(1.03);
transform: scale(1.03);
transition: all .5s;
}
.haru-banner--style-9 {
border-radius: 12px;
overflow: hidden;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.haru-banner--style-9 {
-webkit-mask-image: -webkit-radial-gradient(white, black);
}
}
.haru-banner--style-9 .haru-banner__image {
display: flex;
align-items: flex-start;
position: relative;
overflow: hidden;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.haru-banner--style-9 .haru-banner__image {
-webkit-mask-image: -webkit-radial-gradient(white, black);
}
}
.haru-banner--style-9 .haru-banner__image img {
width: 100%;
-webkit-transform: scale(1);
transform: scale(1);
transition: all .5s;
}
.haru-banner--style-9 .haru-banner__content {
position: absolute;
width: 100%;
top: 50%;
left: 0;
padding: 0 60px;
z-index: 2;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
@media screen and (max-width: 1440px) {
.haru-banner--style-9 .haru-banner__content {
padding: 0 50px;
}
}
@media screen and (max-width: 1024px) {
.haru-banner--style-9 .haru-banner__content {
padding: 0 40px;
}
}
@media screen and (max-width: 991px) {
.haru-banner--style-9 .haru-banner__content {
padding: 0 30px;
}
}
.haru-banner--style-9 .haru-banner__title,
.haru-banner--style-9 .haru-banner__title a {
color: #000;
font-size: 32px;
line-height: 1.3;
margin-bottom: 15px;
}
@media screen and (max-width: 1440px) {
.haru-banner--style-9 .haru-banner__title,
.haru-banner--style-9 .haru-banner__title a {
font-size: 28px;
}
}
@media screen and (max-width: 1024px) {
.haru-banner--style-9 .haru-banner__title,
.haru-banner--style-9 .haru-banner__title a {
font-size: 26px;
}
}
@media screen and (max-width: 991px) {
.haru-banner--style-9 .haru-banner__title,
.haru-banner--style-9 .haru-banner__title a {
font-size: 24px;
}
}
@media screen and (max-width: 767px) {
.haru-banner--style-9 .haru-banner__title,
.haru-banner--style-9 .haru-banner__title a {
font-size: 20px;
}
}
.haru-banner--style-9 .haru-banner__sub-title {
background-color: #f6d662;
border-radius: 3px;
color: #000;
display: inline-block;
font-size: 15px;
font-weight: 700;
padding: 2px 12px;
}
.haru-banner--style-9 .haru-banner__description {
font-size: 18px;
margin-bottom: 10px;
margin-top: 15px;
color: #7e7e7e;
}
@media screen and (max-width: 1440px) {
.haru-banner--style-9 .haru-banner__description {
font-size: 16px;
}
}
.haru-banner--style-9 .haru-banner__description span {
color: #4B5C66;
font-weight: 700;
font-size: 24px;
}
@media screen and (max-width: 1440px) {
.haru-banner--style-9 .haru-banner__description span {
font-size: 22px;
}
}
.haru-banner--style-9 .haru-banner__btn {
display: inline-flex;
align-items: center;
margin-top: 15px;
}
@media screen and (max-width: 767px) {
.haru-banner--style-9 .haru-banner__btn {
margin-top: 0;
}
}
.haru-banner--style-9 .haru-banner__btn:after {
content: '\e90e';
font-family: 'phosphor';
font-size: 18px;
font-weight: 700;
color: #fff;
padding-left: 8px;
position: relative;
bottom: -1px;
}
.haru-banner--style-9:hover .haru-banner__image:before {
opacity: 1;
visibility: visible;
transition: all .3s;
}
.haru-banner--style-9:hover .haru-banner__image img {
-webkit-transform: scale(1.03);
transform: scale(1.03);
transition: all .5s;
}
.haru-banner--style-10 {
border-radius: 12px;
overflow: hidden;
}
.haru-banner--style-10 > a {
display: flex;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.haru-banner--style-10 {
-webkit-mask-image: -webkit-radial-gradient(white, black);
}
}
.haru-banner--style-10 .haru-banner__image {
display: flex;
align-items: flex-start;
position: relative;
overflow: hidden;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.haru-banner--style-10 .haru-banner__image {
-webkit-mask-image: -webkit-radial-gradient(white, black);
}
}
.haru-banner--style-10 .haru-banner__image img {
width: 100%;
-webkit-transform: scale(1);
transform: scale(1);
transition: all .5s;
}
.haru-banner--style-10 .haru-banner__content {
position: absolute;
width: 100%;
top: 50%;
left: 0;
padding: 0 40px;
z-index: 2;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
@media screen and (max-width: 1440px) {
.haru-banner--style-10 .haru-banner__content {
padding: 0 35px;
}
}
@media screen and (max-width: 1024px) {
.haru-banner--style-10 .haru-banner__content {
padding: 0 30px;
}
}
@media screen and (max-width: 991px) {
.haru-banner--style-10 .haru-banner__content {
padding: 0 25px;
}
}
.haru-banner--style-10 .haru-banner__sub-title {
background-color: #b479d9;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 15px;
font-weight: 700;
padding: 2px 12px;
}
.haru-banner--style-10 .haru-banner__title,
.haru-banner--style-10 .haru-banner__title a {
color: #000;
font-size: 32px;
line-height: 1.3;
margin-bottom: 15px;
}
@media screen and (max-width: 1440px) {
.haru-banner--style-10 .haru-banner__title,
.haru-banner--style-10 .haru-banner__title a {
font-size: 28px;
}
}
@media screen and (max-width: 1024px) {
.haru-banner--style-10 .haru-banner__title,
.haru-banner--style-10 .haru-banner__title a {
font-size: 26px;
}
}
@media screen and (max-width: 991px) {
.haru-banner--style-10 .haru-banner__title,
.haru-banner--style-10 .haru-banner__title a {
font-size: 24px;
}
}
@media screen and (max-width: 767px) {
.haru-banner--style-10 .haru-banner__title,
.haru-banner--style-10 .haru-banner__title a {
font-size: 20px;
}
}
.haru-banner--style-10 .haru-banner__description {
font-size: 20px;
margin-bottom: 10px;
margin-top: 15px;
color: #000;
}
@media screen and (max-width: 1440px) {
.haru-banner--style-10 .haru-banner__description {
font-size: 18px;
}
}
@media screen and (max-width: 1024px) {
.haru-banner--style-10 .haru-banner__description {
font-size: 17px;
}
}
@media screen and (max-width: 991px) {
.haru-banner--style-10 .haru-banner__description {
font-size: 16px;
}
}
.haru-banner--style-10 .haru-banner__btn {
display: inline-flex;
align-items: center;
margin-top: 15px;
}
.haru-banner--style-10 .haru-banner__btn:after {
content: '\e90e';
font-family: 'phosphor';
font-size: 18px;
font-weight: 700;
padding-left: 8px;
position: relative;
bottom: -1px;
}
.haru-banner--style-10:hover .haru-banner__image:before {
opacity: 1;
visibility: visible;
transition: all .3s;
}
.haru-banner--style-10:hover .haru-banner__image img {
-webkit-transform: scale(1.03);
transform: scale(1.03);
transition: all .5s;
}
.haru-banner--style-11 {
border-radius: 12px;
overflow: hidden;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.haru-banner--style-11 {
-webkit-mask-image: -webkit-radial-gradient(white, black);
}
}
.haru-banner--style-11 .haru-banner__image {
display: flex;
align-items: flex-start;
position: relative;
overflow: hidden;
}
.haru-banner--style-11 .haru-banner__image img {
-webkit-transform: scale(1);
transform: scale(1);
transition: all .5s;
}
.haru-banner--style-11 .haru-banner__content {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
padding: 30px 20px;
text-align: center;
z-index: 2;
}
.haru-banner--style-11 .haru-banner__title,
.haru-banner--style-11 .haru-banner__title a {
color: #fff;
font-size: 48px;
font-weight: 800;
line-height: 1.25;
margin-top: 0;
text-shadow: 2px 1px 0px #8322cf;
}
@media screen and (max-width: 1440px) {
.haru-banner--style-11 .haru-banner__title,
.haru-banner--style-11 .haru-banner__title a {
font-size: 42px;
}
}
@media screen and (max-width: 1024px) {
.haru-banner--style-11 .haru-banner__title,
.haru-banner--style-11 .haru-banner__title a {
font-size: 36px;
}
}
@media screen and (max-width: 991px) {
.haru-banner--style-11 .haru-banner__title,
.haru-banner--style-11 .haru-banner__title a {
font-size: 32px;
}
}
@media screen and (max-width: 767px) {
.haru-banner--style-11 .haru-banner__title,
.haru-banner--style-11 .haru-banner__title a {
font-size: 28px;
}
}
.haru-banner--style-11 .haru-banner__sub-title {
font-size: 40px;
font-style: italic;
color: #fff;
}
@media screen and (max-width: 1440px) {
.haru-banner--style-11 .haru-banner__sub-title {
font-size: 36px;
}
}
@media screen and (max-width: 1024px) {
.haru-banner--style-11 .haru-banner__sub-title {
font-size: 32px;
}
}
@media screen and (max-width: 991px) {
.haru-banner--style-11 .haru-banner__sub-title {
font-size: 28px;
}
}
@media screen and (max-width: 767px) {
.haru-banner--style-11 .haru-banner__sub-title {
font-size: 24px;
}
}
.haru-banner--style-11 .haru-banner__btn {
display: inline-flex;
align-items: center;
position: absolute;
bottom: 45px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
.haru-banner--style-11 .haru-banner__btn {
padding: 0 20px;
}
}
.haru-banner--style-11 .haru-banner__btn:after {
content: '\e90e';
font-family: 'phosphor';
font-size: 18px;
font-weight: 700;
padding-left: 8px;
position: relative;
bottom: -1px;
}
.haru-banner--style-11:hover .haru-banner__image:before {
opacity: 1;
visibility: visible;
transition: all .3s;
}
.haru-banner--style-11:hover .haru-banner__image img {
-webkit-transform: scale(1.03);
transform: scale(1.03);
transition: all .5s;
}
.haru-banner--style-12 {
background: #fff;
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.07);
border-radius: 12px;
padding: 40px 30px;
}
.haru-banner--style-12 .haru-banner__image {
text-align: center;
}
.haru-banner--style-12 .haru-banner__image img {
max-height: 186px;
-webkit-transform: scale(1);
transform: scale(1);
transition: all .5s;
}
.haru-banner--style-12 .haru-banner__content {
margin-top: 15px;
text-align: center;
}
@media screen and (max-width: 1440px) {
.haru-banner--style-12 .haru-banner__content {
margin-top: 10px;
}
}
@media screen and (max-width: 1024px) {
.haru-banner--style-12 .haru-banner__content {
margin-top: 5px;
}
}
.haru-banner--style-12 .haru-banner__title,
.haru-banner--style-12 .haru-banner__title a {
font-size: 20px;
padding-top: 10px;
}
.haru-banner--style-12 .haru-banner__description {
font-size: 18px;
}
@media screen and (max-width: 1440px) {
.haru-banner--style-12 .haru-banner__description {
font-size: 17px;
}
}
@media screen and (max-width: 1024px) {
.haru-banner--style-12 .haru-banner__description {
font-size: 16px;
}
}
.haru-banner--style-12:hover .haru-banner__image img {
-webkit-transform: scale(1.03);
transform: scale(1.03);
transition: all .5s;
}
.haru-banner--style-13 {
text-align: center;
}
.haru-banner--style-13 .haru-banner__image {
display: inline-flex;
align-items: flex-start;
justify-content: center;
max-width: 85%;
border-radius: 50%;
overflow: hidden;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.haru-banner--style-13 .haru-banner__image {
-webkit-mask-image: -webkit-radial-gradient(white, black);
}
}
.haru-banner--style-13 .haru-banner__image img {
-webkit-transform: scale(1);
transform: scale(1);
transition: all .3s;
}
.haru-banner--style-13 .haru-banner__title {
font-size: 20px;
position: relative;
display: inline-block;
line-height: 1.4;
margin-top: 15px;
}
@media screen and (max-width: 1440px) {
.haru-banner--style-13 .haru-banner__title {
font-size: 18px;
}
}
.haru-banner--style-13 .haru-banner__sub-title {
position: absolute;
font-size: 15px;
font-weight: 600;
top: -6px;
left: calc(100% + 3px);
color: #7e7e7e;
transition: all .3s;
}
@media screen and (max-width: 1440px) {
.haru-banner--style-13 .haru-banner__sub-title {
font-size: 14px;
}
}
.haru-banner--style-13:hover .haru-banner__image img {
-webkit-transform: scale(1.03);
transform: scale(1.03);
transition: all .5s;
}
.haru-banner--style-13:hover .haru-banner__sub-title {
color: #4B5C66;
transition: all .3s;
}
.haru-banner--style-14 .haru-banner__image {
display: flex;
align-items: flex-start;
border-radius: 12px;
overflow: hidden;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.haru-banner--style-14 .haru-banner__image {
-webkit-mask-image: -webkit-radial-gradient(white, black);
}
}
.haru-banner--style-14 .haru-banner__image img {
width: 100%;
-webkit-transform: scale(1);
transform: scale(1);
transition: all .3s;
}
.haru-banner--style-14 .haru-banner__title {
font-size: 18px;
margin-top: 20px;
margin-bottom: 5px;
}
@media screen and (max-width: 1440px) {
.haru-banner--style-14 .haru-banner__title {
font-size: 17px;
}
}
@media screen and (max-width: 1024px) {
.haru-banner--style-14 .haru-banner__title {
font-size: 16px;
}
}
.haru-banner--style-14:hover .haru-banner__image img {
-webkit-transform: scale(1.03);
transform: scale(1.03);
transition: all .5s;
}
.haru-banner--style-15 .haru-banner__image {
position: relative;
display: flex;
align-items: flex-start;
border-radius: 12px;
overflow: hidden;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.haru-banner--style-15 .haru-banner__image {
-webkit-mask-image: -webkit-radial-gradient(white, black);
}
}
.haru-banner--style-15 .haru-banner__image:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.6);
z-index: 1;
}
.haru-banner--style-15 .haru-banner__image img {
-webkit-transform: scale(1);
transform: scale(1);
transition: all .3s;
}
.haru-banner--style-15 .haru-banner__content {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
z-index: 2;
}
.haru-banner--style-15 .haru-banner__title {
color: #fff;
font-size: 40px;
margin-bottom: 0;
margin-left: -8px;
}
@media screen and (max-width: 1440px) {
.haru-banner--style-15 .haru-banner__title {
font-size: 36px;
}
}
@media screen and (max-width: 1024px) {
.haru-banner--style-15 .haru-banner__title {
font-size: 32px;
}
}
@media screen and (max-width: 991px) {
.haru-banner--style-15 .haru-banner__title {
font-size: 28px;
}
}
@media screen and (max-width: 767px) {
.haru-banner--style-15 .haru-banner__title {
font-size: 24px;
}
}
.haru-banner--style-15 .haru-banner__sub-title {
color: #fff;
font-size: 20px;
font-weight: 700;
}
@media screen and (max-width: 1440px) {
.haru-banner--style-15 .haru-banner__sub-title {
font-size: 18px;
}
}
@media screen and (max-width: 991px) {
.haru-banner--style-15 .haru-banner__sub-title {
font-size: 16px;
}
}
@media screen and (max-width: 767px) {
.haru-banner--style-15 .haru-banner__sub-title {
font-size: 15px;
}
}
.haru-banner--style-15:hover .haru-banner__image img {
-webkit-transform: scale(1.03);
transform: scale(1.03);
transition: all .5s;
}
.haru-banner--style-16 .haru-banner__image {
border-radius: 12px;
overflow: hidden;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.haru-banner--style-16 .haru-banner__image {
-webkit-mask-image: -webkit-radial-gradient(white, black);
}
}
.haru-banner--style-16 .haru-banner__image a {
display: flex;
align-items: flex-start;
}
.haru-banner--style-16 .haru-banner__image img {
width: 100%;
-webkit-transform: scale(1);
transform: scale(1);
transition: all .5s;
}
.haru-banner--style-16 .haru-banner__title,
.haru-banner--style-16 .haru-banner__title a {
color: #000;
font-size: 24px;
padding-top: 15px;
margin-bottom: 15px;
}
@media screen and (max-width: 1440px) {
.haru-banner--style-16 .haru-banner__title,
.haru-banner--style-16 .haru-banner__title a {
font-size: 22px;
}
}
@media screen and (max-width: 1024px) {
.haru-banner--style-16 .haru-banner__title,
.haru-banner--style-16 .haru-banner__title a {
font-size: 20px;
}
}
@media screen and (max-width: 991px) {
.haru-banner--style-16 .haru-banner__title,
.haru-banner--style-16 .haru-banner__title a {
font-size: 18px;
}
}
.haru-banner--style-16 .haru-banner__btn {
font-size: 15px;
display: inline-flex;
align-items: center;
}
.haru-banner--style-16 .haru-banner__btn:after {
content: '\e916';
font-family: 'phosphor';
font-size: 18px;
font-weight: 700;
color: #4B5C66;
padding-left: 3px;
position: relative;
bottom: -1px;
}
.haru-banner--style-16:hover .haru-banner__image img {
-webkit-transform: scale(1.03);
transform: scale(1.03);
transition: all .5s;
}
.haru-banner--style-17 {
border-radius: 12px;
overflow: hidden;
}
.haru-banner--style-17 > a {
display: flex;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.haru-banner--style-17 {
-webkit-mask-image: -webkit-radial-gradient(white, black);
}
}
.haru-banner--style-17 .haru-banner__image {
display: flex;
align-items: flex-start;
position: relative;
overflow: hidden;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.haru-banner--style-17 .haru-banner__image {
-webkit-mask-image: -webkit-radial-gradient(white, black);
}
}
.haru-banner--style-17 .haru-banner__image img {
width: 100%;
-webkit-transform: scale(1);
transform: scale(1);
transition: all .5s;
}
.haru-banner--style-17 .haru-banner__content {
position: absolute;
width: 100%;
top: 50%;
left: 0;
padding: 0 40px;
z-index: 2;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.haru-banner--style-17 .haru-banner__sub-title {
background-color: #b479d9;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 15px;
font-weight: 700;
padding: 2px 12px;
}
.haru-banner--style-17 .haru-banner__title,
.haru-banner--style-17 .haru-banner__title a {
color: #000;
font-size: 32px;
line-height: 1.3;
margin-bottom: 15px;
margin-top: 0;
}
@media screen and (max-width: 1440px) {
.haru-banner--style-17 .haru-banner__title,
.haru-banner--style-17 .haru-banner__title a {
font-size: 28px;
}
}
@media screen and (max-width: 1024px) {
.haru-banner--style-17 .haru-banner__title,
.haru-banner--style-17 .haru-banner__title a {
font-size: 26px;
}
}
@media screen and (max-width: 991px) {
.haru-banner--style-17 .haru-banner__title,
.haru-banner--style-17 .haru-banner__title a {
font-size: 24px;
}
}
@media screen and (max-width: 767px) {
.haru-banner--style-17 .haru-banner__title,
.haru-banner--style-17 .haru-banner__title a {
font-size: 20px;
}
}
.haru-banner--style-17 .haru-banner__description {
font-size: 20px;
margin-bottom: 10px;
margin-top: 15px;
color: #7e7e7e;
line-height: 1.8;
}
@media screen and (max-width: 1440px) {
.haru-banner--style-17 .haru-banner__description {
font-size: 18px;
}
}
@media screen and (max-width: 1024px) {
.haru-banner--style-17 .haru-banner__description {
font-size: 17px;
}
}
@media screen and (max-width: 991px) {
.haru-banner--style-17 .haru-banner__description {
font-size: 16px;
}
}
@media screen and (max-width: 767px) {
.haru-banner--style-17 .haru-banner__description {
font-size: 15px;
}
}
.haru-banner--style-17 .haru-banner__btn {
display: inline-flex;
align-items: center;
margin-top: 15px;
padding: 0 25px;
}
.haru-banner--style-17 .haru-banner__btn:after {
content: '\e90e';
font-family: 'phosphor';
font-size: 18px;
font-weight: 700;
padding-left: 8px;
position: relative;
bottom: -1px;
}
@media screen and (max-width: 1440px) {
.haru-banner--style-17 .haru-banner__btn:after {
font-size: 16px;
}
}
.haru-banner--style-17:hover .haru-banner__image:before {
opacity: 1;
visibility: visible;
transition: all .3s;
}
.haru-banner--style-17:hover .haru-banner__image img {
-webkit-transform: scale(1.03);
transform: scale(1.03);
transition: all .5s;
}
.haru-banner--style-18 {
background-color: #fff;
border-radius: 12px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
padding: 20px;
-webkit-transform: translateY(0);
transform: translateY(0);
transition: all .3s;
}
.haru-banner--style-18 .haru-banner__image {
border-radius: 12px;
display: flex;
align-items: flex-start;
position: relative;
overflow: hidden;
}
.haru-banner--style-18 .haru-banner__image img {
width: 100%;
}
.haru-banner--style-18 .haru-banner__content {
text-align: center;
z-index: 2;
}
.haru-banner--style-18 .haru-banner__title,
.haru-banner--style-18 .haru-banner__title a {
color: #000;
font-size: 24px;
margin-bottom: 10px;
padding-top: 15px;
}
@media screen and (max-width: 1440px) {
.haru-banner--style-18 .haru-banner__title,
.haru-banner--style-18 .haru-banner__title a {
font-size: 22px;
}
}
@media screen and (max-width: 1024px) {
.haru-banner--style-18 .haru-banner__title,
.haru-banner--style-18 .haru-banner__title a {
font-size: 20px;
}
}
@media screen and (max-width: 991px) {
.haru-banner--style-18 .haru-banner__title,
.haru-banner--style-18 .haru-banner__title a {
font-size: 18px;
}
}
.haru-banner--style-18 .haru-banner__description {
margin-bottom: 25px;
color: #7e7e7e;
padding: 0 5%;
}
@media screen and (max-width: 991px) {
.haru-banner--style-18 .haru-banner__description {
padding: 0 3%;
}
}
@media screen and (max-width: 767px) {
.haru-banner--style-18 .haru-banner__description {
padding: 0;
}
}
.haru-banner--style-18 .haru-banner__btn {
width: 100%;
}
.haru-banner--style-18:hover {
box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
transition: all .3s;
}
.haru-banner--style-18:hover .haru-banner__btn {
background-color: #4B5C66;
color: #fff;
}
.haru-banner--style-18:hover .haru-banner__btn:hover {
background-color: #24925d;
}
.haru-banner--style-19 {
-webkit-transform: scale(1);
transform: scale(1);
transition: all .3s;
}
.haru-banner--style-19 .haru-banner__image {
border-radius: 12px;
position: relative;
overflow: hidden;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.haru-banner--style-19 .haru-banner__image {
-webkit-mask-image: -webkit-radial-gradient(white, black);
}
}
.haru-banner--style-19 .haru-banner__image a {
display: flex;
align-items: flex-start;
}
.haru-banner--style-19 .haru-banner__image a:after {
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54) 100%);
z-index: 1;
}
.haru-banner--style-19 .haru-banner__image img {
width: 100%;
}
.haru-banner--style-19 .haru-banner__content {
position: absolute;
left: 20px;
right: 20px;
bottom: 20px;
width: calc(100% - 40px);
background-color: transparent;
border-radius: 12px;
box-shadow: none;
padding: 15px 25px;
z-index: 2;
-webkit-transform: translate(-10px, 40px);
transform: translate(-10px, 40px);
transition: all .3s;
}
.haru-banner--style-19 .haru-banner__title,
.haru-banner--style-19 .haru-banner__title a {
color: #fff;
font-size: 24px;
margin-top: 0;
margin-bottom: 10px;
}
@media screen and (max-width: 1440px) {
.haru-banner--style-19 .haru-banner__title,
.haru-banner--style-19 .haru-banner__title a {
font-size: 20px;
}
}
@media screen and (max-width: 1024px) {
.haru-banner--style-19 .haru-banner__title,
.haru-banner--style-19 .haru-banner__title a {
font-size: 18px;
}
}
.haru-banner--style-19 .haru-banner__btn {
font-size: 15px;
display: inline-flex;
align-items: center;
opacity: 0;
visibility: hidden;
transition: all .3s;
}
.haru-banner--style-19 .haru-banner__btn:after {
content: '\e916';
font-family: 'phosphor';
font-size: 16px;
font-weight: 700;
color: #4B5C66;
padding-left: 3px;
position: relative;
bottom: -2px;
}
.haru-banner--style-19:hover {
-webkit-transform: scale(1.05);
transform: scale(1.05);
transition: all .3s;
}
.haru-banner--style-19:hover .haru-banner__content {
background-color: #fff;
box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
-webkit-transform: none;
transform: none;
transition: all .3s;
}
.haru-banner--style-19:hover .haru-banner__title,
.haru-banner--style-19:hover .haru-banner__title a {
color: #000;
transition: all .3s;
}
.haru-banner--style-19:hover .haru-banner__btn {
opacity: 1;
visibility: visible;
transition: all .3s;
}
.haru-banner--style-20 {
position: relative;
transition: all .3s;
}
.haru-banner--style-20:before {
content: '';
position: absolute;
top: -5px;
left: -15px;
width: calc(100% + 30px);
height: calc(100% + 30px);
background: #fff;
box-shadow: 0 7px 30px rgba(0, 0, 0, 0.13);
border-radius: 12px;
opacity: 0;
visibility: hidden;
-webkit-transform: scale(0.96) translateY(0);
transform: scale(0.96) translateY(0);
transition: all .3s;
}
.haru-banner--style-20 > a {
position: relative;
z-index: 2;
}
.haru-banner--style-20 .haru-banner__image {
border-radius: 20px;
position: relative;
overflow: hidden;
display: flex;
align-items: flex-start;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.haru-banner--style-20 .haru-banner__image {
-webkit-mask-image: -webkit-radial-gradient(white, black);
}
}
.haru-banner--style-20 .haru-banner__image img {
width: 100%;
}
.haru-banner--style-20 .haru-banner__title,
.haru-banner--style-20 .haru-banner__title a {
font-size: 20px;
margin-top: 15px;
margin-bottom: 15px;
display: flex;
align-items: center;
}
@media screen and (max-width: 1440px) {
.haru-banner--style-20 .haru-banner__title,
.haru-banner--style-20 .haru-banner__title a {
font-size: 18px;
}
}
.haru-banner--style-20 .haru-banner__title:after,
.haru-banner--style-20 .haru-banner__title a:after {
content: '\e90e';
font-family: 'phosphor';
display: inline-block;
border-radius: 50%;
background-color: #f5f5f5;
color: #000;
font-size: 16px;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
margin-left: auto;
opacity: 0;
transition: all .3s;
}
.haru-banner--style-20 .haru-banner__sub-title {
position: absolute;
top: 0;
right: 0;
width: 72px;
height: 72px;
background: linear-gradient(146.78deg, #00E3AD 27.2%, #0AAABF 88.39%);
box-shadow: 0 5px 6px rgba(0, 0, 0, 0.15);
border-radius: 50%;
font-size: 20px;
color: #fff;
font-weight: 700;
display: inline-flex;
align-items: center;
justify-content: center;
-webkit-transform: translate(15px, -15px);
transform: translate(15px, -15px);
text-transform: uppercase;
}
.haru-banner--style-20:hover {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
.haru-banner--style-20:hover:before {
opacity: 1;
visibility: visible;
-webkit-transform: scale(1) translateY(-10px);
transform: scale(1) translateY(-10px);
}
.haru-banner--style-20:hover .haru-banner__title:after,
.haru-banner--style-20:hover .haru-banner__title a:after {
opacity: 1;
}
.haru-banner--style-21 {
transition: all .3s;
}
.haru-banner--style-21 .haru-banner__image {
border-radius: 12px;
display: flex;
align-items: flex-start;
position: relative;
overflow: hidden;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.haru-banner--style-21 .haru-banner__image {
-webkit-mask-image: -webkit-radial-gradient(white, black);
}
}
.haru-banner--style-21 .haru-banner__image a {
display: flex;
align-items: flex-start;
}
.haru-banner--style-21 .haru-banner__image a:after {
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54) 100%);
z-index: 1;
}
.haru-banner--style-21 .haru-banner__image img {
width: 100%;
-webkit-transform: scale(1);
transform: scale(1);
transition: all .3s;
}
.haru-banner--style-21 .haru-banner__content {
position: absolute;
left: 0;
right: 0;
bottom: 0;
width: 100%;
background-color: transparent;
border-radius: 12px;
box-shadow: none;
padding: 20px 35px;
z-index: 2;
transition: all .3s;
}
.haru-banner--style-21 .haru-banner__title,
.haru-banner--style-21 .haru-banner__title a {
color: #fff;
font-size: 48px;
margin-top: 0;
margin-bottom: 0;
}
@media screen and (max-width: 1440px) {
.haru-banner--style-21 .haru-banner__title,
.haru-banner--style-21 .haru-banner__title a {
font-size: 42px;
}
}
@media screen and (max-width: 1024px) {
.haru-banner--style-21 .haru-banner__title,
.haru-banner--style-21 .haru-banner__title a {
font-size: 36px;
}
}
@media screen and (max-width: 991px) {
.haru-banner--style-21 .haru-banner__title,
.haru-banner--style-21 .haru-banner__title a {
font-size: 28px;
}
}
@media screen and (max-width: 767px) {
.haru-banner--style-21 .haru-banner__title,
.haru-banner--style-21 .haru-banner__title a {
font-size: 24px;
}
}
.haru-banner--style-21 .haru-banner__sub-title {
color: #fff;
font-size: 24px;
margin-top: 0;
margin-bottom: 10px;
}
@media screen and (max-width: 1440px) {
.haru-banner--style-21 .haru-banner__sub-title {
font-size: 20px;
}
}
@media screen and (max-width: 1024px) {
.haru-banner--style-21 .haru-banner__sub-title {
font-size: 18px;
}
}
.haru-banner--style-21:hover {
transition: all .3s;
}
.haru-banner--style-21:hover .haru-banner__image img {
-webkit-transform: scale(1.03);
transform: scale(1.03);
transition: all .3s;
}
.haru-banner--style-22 {
transition: all .3s;
}
.haru-banner--style-22 .haru-banner__image {
border-radius: 12px;
display: flex;
align-items: flex-start;
position: relative;
overflow: hidden;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.haru-banner--style-22 .haru-banner__image {
-webkit-mask-image: -webkit-radial-gradient(white, black);
}
}
.haru-banner--style-22 .haru-banner__image a {
display: flex;
align-items: flex-start;
}
.haru-banner--style-22 .haru-banner__image a:after {
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54) 100%);
z-index: 1;
}
.haru-banner--style-22 .haru-banner__image img {
width: 100%;
-webkit-transform: scale(1);
transform: scale(1);
transition: all .3s;
}
.haru-banner--style-22 .haru-banner__content {
position: absolute;
left: 0;
right: 0;
bottom: 0;
width: 100%;
background-color: transparent;
border-radius: 12px;
box-shadow: none;
padding: 20px 15px 20px 35px;
z-index: 2;
transition: all .3s;
}
.haru-banner--style-22 .haru-banner__title,
.haru-banner--style-22 .haru-banner__title a {
color: #000;
font-size: 20px;
margin-top: 0;
margin-bottom: 0;
}
@media screen and (max-width: 1440px) {
.haru-banner--style-22 .haru-banner__title,
.haru-banner--style-22 .haru-banner__title a {
font-size: 18px;
}
}
.haru-banner--style-22:hover {
transition: all .3s;
}
.haru-banner--style-22:hover .haru-banner__image img {
-webkit-transform: scale(1.03);
transform: scale(1.03);
transition: all .3s;
}
.haru-banner--style-23 {
border-radius: 12px;
overflow: hidden;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.haru-banner--style-23 {
-webkit-mask-image: -webkit-radial-gradient(white, black);
}
}
.haru-banner--style-23 .haru-banner__image {
display: flex;
align-items: flex-start;
position: relative;
overflow: hidden;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.haru-banner--style-23 .haru-banner__image {
-webkit-mask-image: -webkit-radial-gradient(white, black);
}
}
.haru-banner--style-23 .haru-banner__image img {
width: 100%;
-webkit-transform: scale(1);
transform: scale(1);
transition: all .5s;
}
.haru-banner--style-23 .haru-banner__content {
position: absolute;
width: 100%;
bottom: 6%;
left: 6%;
z-index: 2;
}
.haru-banner--style-23 .haru-banner__title,
.haru-banner--style-23 .haru-banner__title a {
color: #000;
font-size: 24px;
line-height: 1.5;
margin-bottom: 5px;
}
@media screen and (max-width: 1440px) {
.haru-banner--style-23 .haru-banner__title,
.haru-banner--style-23 .haru-banner__title a {
font-size: 22px;
}
}
@media screen and (max-width: 767px) {
.haru-banner--style-23 .haru-banner__title,
.haru-banner--style-23 .haru-banner__title a {
font-size: 20px;
}
}
.haru-banner--style-23 .haru-banner__sub-title {
background-color: #4B5C66;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 15px;
font-weight: 700;
padding: 1px 12px;
}
.haru-banner--style-23 .haru-banner__btn {
display: inline-flex;
align-items: center;
font-size: 18px;
}
@media screen and (max-width: 1440px) {
.haru-banner--style-23 .haru-banner__btn {
font-size: 16px;
}
}
@media screen and (max-width: 767px) {
.haru-banner--style-23 .haru-banner__btn {
margin-top: 0;
}
}
.haru-banner--style-23 .haru-banner__btn:after {
content: '\e90e';
font-family: 'phosphor';
font-size: 16px;
font-weight: 700;
padding-left: 6px;
position: relative;
bottom: -1px;
}
@media screen and (max-width: 1440px) {
.haru-banner--style-23 .haru-banner__btn:after {
font-size: 15px;
}
}
.haru-banner--style-23:hover .haru-banner__image:before {
opacity: 1;
visibility: visible;
transition: all .3s;
}
.haru-banner--style-23:hover .haru-banner__image img {
-webkit-transform: scale(1.03);
transform: scale(1.03);
transition: all .5s;
}
.haru-banner--style-24 {
border-radius: 12px;
overflow: hidden;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.haru-banner--style-24 {
-webkit-mask-image: -webkit-radial-gradient(white, black);
}
}
.haru-banner--style-24 .haru-banner__image {
display: flex;
align-items: flex-start;
position: relative;
overflow: hidden;
}
.haru-banner--style-24 .haru-banner__image img {
-webkit-transform: scale(1);
transform: scale(1);
transition: all .5s;
}
.haru-banner--style-24 .haru-banner__content {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
padding: 30px 20px;
text-align: center;
z-index: 2;
}
.haru-banner--style-24 .haru-banner__title,
.haru-banner--style-24 .haru-banner__title a {
font-size: 40px;
font-weight: 700;
line-height: 1.2;
margin-top: 0;
}
@media screen and (max-width: 1440px) {
.haru-banner--style-24 .haru-banner__title,
.haru-banner--style-24 .haru-banner__title a {
font-size: 36px;
}
}
@media screen and (max-width: 1024px) {
.haru-banner--style-24 .haru-banner__title,
.haru-banner--style-24 .haru-banner__title a {
font-size: 32px;
}
}
@media screen and (max-width: 991px) {
.haru-banner--style-24 .haru-banner__title,
.haru-banner--style-24 .haru-banner__title a {
font-size: 28px;
}
}
@media screen and (max-width: 767px) {
.haru-banner--style-24 .haru-banner__title,
.haru-banner--style-24 .haru-banner__title a {
font-size: 24px;
}
}
.haru-banner--style-24 .haru-banner__sub-title {
font-size: 16px;
font-weight: 600;
color: #000;
}
.haru-banner--style-24 .haru-banner__btn {
display: inline-flex;
align-items: center;
justify-content: center;
position: absolute;
bottom: 30px;
left: 30px;
right: 30px;
}
@media screen and (max-width: 767px) {
.haru-banner--style-24 .haru-banner__btn {
bottom: 20px;
left: 20px;
right: 20px;
}
}
.haru-banner--style-24 .haru-banner__btn:after {
content: '\e90e';
font-family: 'phosphor';
font-size: 18px;
font-weight: 700;
padding-left: 8px;
}
.haru-banner--style-24:hover .haru-banner__image:before {
opacity: 1;
visibility: visible;
transition: all .3s;
}
.haru-banner--style-24:hover .haru-banner__image img {
-webkit-transform: scale(1.03);
transform: scale(1.03);
transition: all .5s;
}
.haru-banner--style-25 {
position: relative;
margin-bottom: 30px;
}
@media screen and (max-width: 1440px) {
.haru-banner--style-25 {
margin-bottom: 25px;
}
}
.haru-banner--style-25 .haru-banner__image {
border-radius: 12px;
display: flex;
align-items: flex-start;
position: relative;
overflow: hidden;
}
.haru-banner--style-25 .haru-banner__image img {
-webkit-transform: scale(1);
transform: scale(1);
transition: all .5s;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.haru-banner--style-25 .haru-banner__image img {
-webkit-mask-image: -webkit-radial-gradient(white, black);
}
}
.haru-banner--style-25 .haru-banner__content {
position: absolute;
bottom: 0;
left: 12%;
right: 12%;
-webkit-transform: translate(0, 50%);
transform: translate(0, 50%);
}
.haru-banner--style-25 .haru-banner__btn {
display: flex;
align-items: center;
justify-content: center;
padding: 0 10px;
letter-spacing: .05rem;
text-transform: uppercase;
}
@media screen and (max-width: 991px) {
.haru-banner--style-25 .haru-banner__btn {
line-height: 46px;
display: -webkit-box;
-webkit-line-clamp: 1; -webkit-box-orient: vertical;
overflow: hidden;
}
}
@media screen and (max-width: 767px) {
.haru-banner--style-25 .haru-banner__btn {
display: flex;
line-height: 48px;
}
}
.haru-banner--style-25 .haru-banner__btn:after {
content: '\e90e';
font-family: 'phosphor';
font-size: 18px;
font-weight: 700;
padding-left: 8px;
}
.haru-banner--style-25:hover .haru-banner__image:before {
opacity: 1;
visibility: visible;
transition: all .3s;
}
.haru-banner--style-25:hover .haru-banner__image img {
-webkit-transform: scale(1.03);
transform: scale(1.03);
transition: all .5s;
}
.haru-banner--style-26 {
position: relative;
}
.haru-banner--style-26 .haru-banner__image {
border-radius: 12px;
display: flex;
align-items: flex-start;
position: relative;
overflow: hidden;
}
.haru-banner--style-26 .haru-banner__image img {
-webkit-transform: scale(1);
transform: scale(1);
transition: all .5s;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.haru-banner--style-26 .haru-banner__image img {
-webkit-mask-image: -webkit-radial-gradient(white, black);
}
}
.haru-banner--style-26 .haru-banner__content {
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
.haru-banner--style-26 .haru-banner__title {
background-color: #b479d9;
display: inline-block;
color: #fff;
font-family: "Smooch";
font-size: 50px;
font-weight: 500;
line-height: 1;
padding: 16px 30px;
-webkit-transform: translate(35%, -65%) rotate(-6deg);
transform: translate(35%, -65%) rotate(-6deg);
position: absolute;
left: 0;
bottom: 0;
z-index: 1;
}
@media screen and (max-width: 1440px) {
.haru-banner--style-26 .haru-banner__title {
font-size: 42px;
padding: 12px 30px;
}
}
@media screen and (max-width: 1024px) {
.haru-banner--style-26 .haru-banner__title {
font-size: 36px;
}
}
@media screen and (max-width: 991px) {
.haru-banner--style-26 .haru-banner__title {
font-size: 32px;
-webkit-transform: translate(0, -55%) rotate(-6deg);
transform: translate(0, -55%) rotate(-6deg);
}
}
@media screen and (max-width: 767px) {
.haru-banner--style-26 .haru-banner__title {
font-size: 28px;
}
}
.haru-banner--style-26 .haru-banner__sub-title {
background-color: #4B5C66;
display: inline-block;
color: #fff;
font-family: "Smooch";
font-size: 70px;
font-weight: 500;
line-height: 1;
padding: 6px 35px;
position: absolute;
right: 0;
bottom: 0;
-webkit-transform: translate(-20%, 10%) rotate(5deg);
transform: translate(-20%, 10%) rotate(5deg);
}
@media screen and (max-width: 1440px) {
.haru-banner--style-26 .haru-banner__sub-title {
font-size: 56px;
padding: 4px 35px;
}
}
@media screen and (max-width: 1024px) {
.haru-banner--style-26 .haru-banner__sub-title {
font-size: 48px;
}
}
@media screen and (max-width: 991px) {
.haru-banner--style-26 .haru-banner__sub-title {
font-size: 42px;
-webkit-transform: translate(0, 10%) rotate(5deg);
transform: translate(0, 10%) rotate(5deg);
}
}
@media screen and (max-width: 767px) {
.haru-banner--style-26 .haru-banner__sub-title {
font-size: 36px;
}
}
.haru-banner--style-27 {
display: flex;
align-items: center;
border-radius: 12px;
overflow: hidden;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.haru-banner--style-27 {
-webkit-mask-image: -webkit-radial-gradient(white, black);
}
}
@media screen and (max-width: 767px) {
.haru-banner--style-27 {
display: block;
}
}
.haru-banner--style-27 .haru-banner__image {
flex: 0 0 45%;
position: relative;
overflow: hidden;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.haru-banner--style-27 .haru-banner__image {
-webkit-mask-image: -webkit-radial-gradient(white, black);
}
}
.haru-banner--style-27 .haru-banner__image a {
display: flex;
align-items: flex-start;
}
.haru-banner--style-27 .haru-banner__image img {
width: 100%;
-webkit-transform: scale(1);
transform: scale(1);
transition: all .5s;
}
.haru-banner--style-27 .haru-banner__content {
padding: 0 30px 20px 40px;
flex: 1;
}
@media screen and (max-width: 1440px) {
.haru-banner--style-27 .haru-banner__content {
padding: 0 25px 18px 35px;
}
}
@media screen and (max-width: 767px) {
.haru-banner--style-27 .haru-banner__content {
padding: 15px 0 0 0;
}
}
.haru-banner--style-27 .haru-banner__sub-title {
color: #4B5C66;
font-size: 32px;
font-weight: 500;
font-family: "Smooch";
text-transform: uppercase;
}
@media screen and (max-width: 1440px) {
.haru-banner--style-27 .haru-banner__sub-title {
font-size: 26px;
}
}
@media screen and (max-width: 1024px) {
.haru-banner--style-27 .haru-banner__sub-title {
font-size: 24px;
}
}
@media screen and (max-width: 991px) {
.haru-banner--style-27 .haru-banner__sub-title {
font-size: 22px;
}
}
@media screen and (max-width: 767px) {
.haru-banner--style-27 .haru-banner__sub-title {
font-size: 18px;
}
}
.haru-banner--style-27 .haru-banner__title,
.haru-banner--style-27 .haru-banner__title a {
color: #b479d9;
font-size: 40px;
font-weight: 800;
line-height: 1.3;
margin-bottom: 15px;
text-transform: uppercase;
}
@media screen and (max-width: 1440px) {
.haru-banner--style-27 .haru-banner__title,
.haru-banner--style-27 .haru-banner__title a {
font-size: 32px;
}
}
@media screen and (max-width: 1024px) {
.haru-banner--style-27 .haru-banner__title,
.haru-banner--style-27 .haru-banner__title a {
font-size: 28px;
}
}
@media screen and (max-width: 991px) {
.haru-banner--style-27 .haru-banner__title,
.haru-banner--style-27 .haru-banner__title a {
font-size: 26px;
}
}
@media screen and (max-width: 767px) {
.haru-banner--style-27 .haru-banner__title,
.haru-banner--style-27 .haru-banner__title a {
font-size: 22px;
margin-bottom: 10px;
}
}
.haru-banner--style-27 .haru-banner__description {
font-size: 18px;
margin-bottom: 30px;
}
@media screen and (max-width: 1440px) {
.haru-banner--style-27 .haru-banner__description {
font-size: 17px;
}
}
@media screen and (max-width: 1024px) {
.haru-banner--style-27 .haru-banner__description {
font-size: 16px;
}
}
@media screen and (max-width: 991px) {
.haru-banner--style-27 .haru-banner__description {
font-size: 15px;
}
}
@media screen and (max-width: 767px) {
.haru-banner--style-27 .haru-banner__description {
margin-bottom: 20px;
}
}
.haru-banner--style-27 .haru-banner__btn {
display: inline-flex;
align-items: center;
text-transform: uppercase;
}
.haru-banner--style-27 .haru-banner__btn:after {
content: '\e90e';
font-family: 'phosphor';
font-size: 18px;
font-weight: 700;
color: #fff;
padding-left: 5px;
}
@media screen and (max-width: 1440px) {
.haru-banner--style-27 .haru-banner__btn:after {
font-size: 16px;
}
}
@media screen and (max-width: 767px) {
.haru-banner--style-27 .haru-banner__btn:after {
position: relative;
bottom: -1px;
}
}
.haru-banner--style-27:hover .haru-banner__image img {
-webkit-transform: scale(1.03);
transform: scale(1.03);
transition: all .5s;
}
.haru-banner--style-28 .haru-banner__image {
display: flex;
border-radius: 12px;
position: relative;
overflow: hidden;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.haru-banner--style-28 .haru-banner__image {
-webkit-mask-image: -webkit-radial-gradient(white, black);
}
}
.haru-banner--style-28 .haru-banner__image img {
width: 100%;
-webkit-transform: scale(1);
transform: scale(1);
transition: all .5s;
}
.haru-banner--style-28 .haru-banner__title,
.haru-banner--style-28 .haru-banner__title a {
color: #000;
font-size: 20px;
margin-bottom: 5px;
margin-top: 15px;
}
@media screen and (max-width: 1440px) {
.haru-banner--style-28 .haru-banner__title,
.haru-banner--style-28 .haru-banner__title a {
font-size: 18px;
}
}
.haru-banner--style-28 .haru-banner__sub-title {
position: absolute;
top: 0;
right: 0;
width: 48px;
height: 48px;
background: linear-gradient(146.78deg, #00E3AD 27.2%, #0AAABF 88.39%);
box-shadow: 0 5px 6px rgba(0, 0, 0, 0.15);
border-radius: 50%;
font-size: 14px;
color: #fff;
font-weight: 700;
display: inline-flex;
align-items: center;
justify-content: center;
-webkit-transform: translate(10px, -10px);
transform: translate(10px, -10px);
text-transform: uppercase;
}
.haru-banner--style-28:hover .haru-banner__image:before {
opacity: 1;
visibility: visible;
transition: all .3s;
}
.haru-banner--style-28:hover .haru-banner__image img {
-webkit-transform: scale(1.03);
transform: scale(1.03);
transition: all .5s;
}
.dark-mode .haru-banner--style-2 .haru-banner__btn-link,
.background-dark .haru-banner--style-2 .haru-banner__btn-link {
color: #fff;
}
.dark-mode .haru-banner--style-2 .haru-banner__btn-link:hover,
.background-dark .haru-banner--style-2 .haru-banner__btn-link:hover {
color: #4B5C66;
transition: all .3s;
}
.dark-mode .haru-banner--style-3 .haru-banner__title,
.dark-mode .haru-banner--style-3 .haru-banner__title a,
.background-dark .haru-banner--style-3 .haru-banner__title,
.background-dark .haru-banner--style-3 .haru-banner__title a {
color: #fff;
}
.dark-mode .haru-banner--style-3 .haru-banner__description,
.background-dark .haru-banner--style-3 .haru-banner__description {
color: #fff;
}
.dark-mode .haru-banner--style-6 .haru-banner__title,
.dark-mode .haru-banner--style-6 .haru-banner__title a,
.background-dark .haru-banner--style-6 .haru-banner__title,
.background-dark .haru-banner--style-6 .haru-banner__title a {
color: #fff;
}
.dark-mode .haru-banner--style-6 .haru-banner__description,
.background-dark .haru-banner--style-6 .haru-banner__description {
background-color: #f7d662;
color: #000;
}
.dark-mode .haru-banner--style-6 .haru-banner__btn,
.background-dark .haru-banner--style-6 .haru-banner__btn {
border-bottom: 1px solid transparent;
color: #fff;
}
.dark-mode .haru-banner--style-6 .haru-banner__btn:hover,
.background-dark .haru-banner--style-6 .haru-banner__btn:hover {
color: rgba(255, 255, 255, 0.8);
border-bottom: 1px solid rgba(255, 255, 255, 0.8) !important;
transition: all .3s;
}
.dark-mode .haru-banner--style-6:hover .haru-banner__btn,
.background-dark .haru-banner--style-6:hover .haru-banner__btn {
border-bottom: 1px solid #fff;
}
.dark-mode .haru-banner--style-10 .haru-banner__content,
.background-dark .haru-banner--style-10 .haru-banner__content {
background-color: #11b196;
}
.dark-mode .haru-banner--style-11 .haru-banner__description,
.background-dark .haru-banner--style-11 .haru-banner__description {
background-color: #11b196;
}
.dark-mode .haru-banner--style-17 .haru-banner__title,
.dark-mode .haru-banner--style-17 .haru-banner__title a,
.background-dark .haru-banner--style-17 .haru-banner__title,
.background-dark .haru-banner--style-17 .haru-banner__title a {
color: #fff;
}
.dark-mode .haru-banner--style-17 .haru-banner__description,
.background-dark .haru-banner--style-17 .haru-banner__description {
color: #fff;
}
.dark-mode .haru-banner--style-17 .haru-banner__btn,
.background-dark .haru-banner--style-17 .haru-banner__btn {
color: #000;
}
.dark-mode .haru-banner--style-17 .haru-banner__btn:hover,
.background-dark .haru-banner--style-17 .haru-banner__btn:hover {
background-color: #4B5C66;
color: #fff;
}
.dark-mode .haru-banner--style-23 .haru-banner__title,
.dark-mode .haru-banner--style-23 .haru-banner__title a,
.background-dark .haru-banner--style-23 .haru-banner__title,
.background-dark .haru-banner--style-23 .haru-banner__title a {
color: #fff;
}
.dark-mode .haru-banner--style-23 .haru-banner__sub-title,
.background-dark .haru-banner--style-23 .haru-banner__sub-title {
background-color: #b479d9;
}
.haru-banner-list ul {
padding: 0;
margin: 0;
list-style: none;
}
.haru-banner-list .haru-banner-list__item-wrap {
position: relative;
overflow: hidden;
}
.haru-banner-list .haru-banner-list__image {
position: relative;
overflow: hidden;
display: flex;
align-items: flex-start;
}
.haru-banner-list .haru-banner-list__image img {
width: 100%;
}
.haru-banner-list__hover-style-1 .haru-banner-list__image {
border-radius: 12px;
}
.haru-banner-list__hover-style-1 .haru-banner-list__image img {
-webkit-transform: scale(1);
transform: scale(1);
transition: all .3s;
}
.haru-banner-list__hover-style-1 .haru-banner-list__content {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
padding: 15px;
z-index: 2;
}
.haru-banner-list__hover-style-1 .haru-banner-list__title {
font-size: 20px;
line-height: 1.5;
margin-top: 0;
margin-bottom: 0;
padding: 10px 15px;
background-color: #fff;
color: #000;
border-radius: 12px;
box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.05);
display: flex;
align-items: center;
-webkit-transform: translateY(0);
transform: translateY(0);
transition: all .3s;
}
@media screen and (max-width: 1440px) {
.haru-banner-list__hover-style-1 .haru-banner-list__title {
font-size: 18px;
}
}
@media screen and (max-width: 1024px) {
.haru-banner-list__hover-style-1 .haru-banner-list__title {
font-size: 17px;
}
}
@media screen and (max-width: 991px) {
.haru-banner-list__hover-style-1 .haru-banner-list__title {
font-size: 16px;
}
}
.haru-banner-list__hover-style-1 .haru-banner-list__title:after {
content: '\e90e';
font-family: 'phosphor';
display: inline-block;
border-radius: 50%;
background-color: #f5f5f5;
color: #000;
font-size: 16px;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
margin-left: auto;
transition: all .3s;
}
.haru-banner-list__hover-style-1 .haru-banner-list__description {
height: 0;
visibility: hidden;
color: rgba(255, 255, 255, 0.7);
transition: all .3s;
display: -webkit-box;
-webkit-line-clamp: 4; -webkit-box-orient: vertical;
overflow: hidden;
}
.haru-banner-list__hover-style-1 .haru-banner-list__sub-title {
color: #7e7e7e;
font-weight: 500;
font-size: 14px;
padding-left: 5px;
position: relative;
top: -5px;
}
@media screen and (max-width: 991px) {
.haru-banner-list__hover-style-1 .haru-banner-list__sub-title {
font-size: 13px;
}
}
.haru-banner-list__hover-style-1:hover .haru-banner-list__image img {
-webkit-transform: scale(1.03);
transform: scale(1.03);
transition: all .3s;
}
.haru-banner-list__hover-style-1:hover .haru-banner-list__title {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
transition: all .3s;
}
.haru-banner-list__hover-style-1:hover .haru-banner-list__title:after {
background-color: #4B5C66;
color: #fff;
transition: all .3s;
}
.haru-banner-list__hover-style-1:hover .haru-banner-list__sub-title {
color: #4B5C66;
}
.haru-banner-list__hover-style-2 {
transition: all .3s;
}
.haru-banner-list__hover-style-2 .haru-banner-list__item-wrap {
border-radius: 12px;
box-shadow: 0 15px 30px rgba(0, 0, 0, 0.07);
transition: all .3s;
}
.haru-banner-list__hover-style-2 .haru-banner-list__content {
padding: 20px;
}
.haru-banner-list__hover-style-2 .haru-banner-list__title {
font-size: 20px;
position: relative;
line-height: 1.3;
margin: 0;
display: flex;
align-items: center;
}
@media screen and (max-width: 1440px) {
.haru-banner-list__hover-style-2 .haru-banner-list__title {
font-size: 18px;
}
}
.haru-banner-list__hover-style-2 .haru-banner-list__title:after {
content: '\e90b';
font-family: 'haruicons';
display: inline-block;
border-radius: 50%;
background-color: #f5f5f5;
color: #000;
font-size: 16px;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
margin-left: auto;
transition: all .3s;
}
.haru-banner-list__hover-style-2:hover {
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
transition: all .3s;
}
.haru-banner-list__hover-style-2:hover .haru-banner-list__title:after {
background-color: #4B5C66;
color: #fff;
transition: all .3s;
}
.haru-banner-list__hover-style-3 .haru-banner-list__image {
border-radius: 12px;
}
.haru-banner-list__hover-style-3 .haru-banner-list__image img {
-webkit-transform: scale(1);
transform: scale(1);
transition: all .3s;
}
.haru-banner-list__hover-style-3 .haru-banner-list__content {
text-align: center;
}
.haru-banner-list__hover-style-3 .haru-banner-list__title {
font-size: 20px;
position: relative;
display: inline-block;
line-height: 1.4;
margin-top: 20px;
}
@media screen and (max-width: 1440px) {
.haru-banner-list__hover-style-3 .haru-banner-list__title {
font-size: 18px;
}
}
@media screen and (max-width: 1024px) {
.haru-banner-list__hover-style-3 .haru-banner-list__title {
font-size: 17px;
}
}
@media screen and (max-width: 991px) {
.haru-banner-list__hover-style-3 .haru-banner-list__title {
font-size: 16px;
}
}
.haru-banner-list__hover-style-3 .haru-banner-list__sub-title {
position: absolute;
font-size: 15px;
font-weight: 500;
top: 0;
left: calc(100% + 6px);
color: #7e7e7e;
transition: all .3s;
}
@media screen and (max-width: 767px) {
.haru-banner-list__hover-style-3 .haru-banner-list__sub-title {
top: -5px;
}
}
.haru-banner-list__hover-style-3:hover .haru-banner-list__image img {
-webkit-transform: scale(1.03);
transform: scale(1.03);
transition: all .3s;
}
.haru-banner-list__hover-style-3:hover .haru-banner-list__sub-title {
color: #4B5C66;
transition: all .3s;
}
.haru-banner-list__hover-style-4 .haru-banner-list__image {
border-radius: 0;
}
.haru-banner-list__hover-style-4 .haru-banner-list__image img {
-webkit-transform: scale(1);
transform: scale(1);
transition: all .3s;
}
.haru-banner-list__hover-style-4 .haru-banner-list__title {
font-size: 28px;
position: relative;
display: inline-block;
line-height: 1.4;
margin-top: 25px;
margin-bottom: 5px;
}
@media screen and (max-width: 1440px) {
.haru-banner-list__hover-style-4 .haru-banner-list__title {
font-size: 24px;
margin-top: 20px;
}
}
@media screen and (max-width: 1024px) {
.haru-banner-list__hover-style-4 .haru-banner-list__title {
font-size: 22px;
}
}
@media screen and (max-width: 991px) {
.haru-banner-list__hover-style-4 .haru-banner-list__title {
font-size: 20px;
}
}
.haru-banner-list__hover-style-4 .haru-banner-list__sub-title {
position: absolute;
font-size: 18px;
font-weight: 500;
top: 0;
left: calc(100% + 6px);
color: #7e7e7e;
transition: all .3s;
}
@media screen and (max-width: 1440px) {
.haru-banner-list__hover-style-4 .haru-banner-list__sub-title {
font-size: 17px;
}
}
@media screen and (max-width: 1024px) {
.haru-banner-list__hover-style-4 .haru-banner-list__sub-title {
font-size: 16px;
}
}
@media screen and (max-width: 991px) {
.haru-banner-list__hover-style-4 .haru-banner-list__sub-title {
font-size: 15px;
}
}
@media screen and (max-width: 767px) {
.haru-banner-list__hover-style-4 .haru-banner-list__sub-title {
top: -5px;
}
}
.haru-banner-list__hover-style-4 .haru-banner-list__description {
color: #7e7e7e;
font-size: 18px;
}
@media screen and (max-width: 1440px) {
.haru-banner-list__hover-style-4 .haru-banner-list__description {
font-size: 17px;
}
}
@media screen and (max-width: 1024px) {
.haru-banner-list__hover-style-4 .haru-banner-list__description {
font-size: 16px;
}
}
@media screen and (max-width: 991px) {
.haru-banner-list__hover-style-4 .haru-banner-list__description {
font-size: 15px;
}
}
.haru-banner-list__hover-style-4 .haru-banner-list__btn {
display: inline-flex;
align-items: center;
margin-top: 25px;
font-size: 16px;
}
@media screen and (max-width: 1440px) {
.haru-banner-list__hover-style-4 .haru-banner-list__btn {
font-size: 15px;
}
}
@media screen and (max-width: 767px) {
.haru-banner-list__hover-style-4 .haru-banner-list__btn {
margin-top: 20px;
}
}
.haru-banner-list__hover-style-4 .haru-banner-list__btn .haru-button {
padding: 0 24px;
}
.haru-banner-list__hover-style-4 .haru-banner-list__btn .haru-button:after {
content: '\e90e';
font-family: 'phosphor';
font-size: 16px;
font-weight: 600;
padding-left: 6px;
position: relative;
bottom: -1px;
}
@media screen and (max-width: 1440px) {
.haru-banner-list__hover-style-4 .haru-banner-list__btn .haru-button:after {
font-size: 15px;
}
}
.haru-banner-list__hover-style-4:hover .haru-banner-list__image img {
-webkit-transform: scale(1.03);
transform: scale(1.03);
transition: all .3s;
}
.haru-banner-list__hover-style-4:hover .haru-banner-list__sub-title {
color: #4B5C66;
transition: all .3s;
}
.haru-banner-list--slick {
overflow: visible;
}
.haru-banner-list--slick .slick-list {
overflow: visible;
}
.haru-banner-list--slick .haru-banner-list__list {
max-width: 100vw;
}
.haru-banner-list--slick-2 .haru-banner-list__list {
max-width: 100vw;
}
.haru-banner-list--slick-3 .haru-banner-list__list {
max-width: 100vw;
}
.haru-banner-list--slick-3 .slick-next,
.haru-banner-list--slick-3 .slick-prev {
width: 48px;
height: 48px;
line-height: 48px;
}
.haru-banner-list--slick-3 .slick-next {
right: -60px;
}
.haru-banner-list--slick-3 .slick-prev {
left: -60px;
}
.haru-banner-list--slick-3 .slick-dots {
margin: 20px 0 0;
}
@media screen and (max-width: 1440px) {
.haru-banner-list--slick-3 .slick-dots {
margin: 15px 0 0;
}
}
@media screen and (max-width: 1024px) {
.haru-banner-list--slick-3 .slick-dots {
margin: 0 0 10px;
}
}
@media screen and (max-width: 991px) {
.haru-banner-list--slick-3 .slick-dots {
margin: 0 0 5px;
}
}
@media screen and (max-width: 767px) {
.haru-banner-list--slick-3 .slick-dots {
margin: 0 0 0;
}
}
.haru-banner-list--slick-4 {
overflow: visible;
-webkit-clip-path: inset(-100vw -100vw -100vw 0);
clip-path: inset(-100vw -100vw -100vw 0);
}
.haru-banner-list--slick-4 .slick-list {
overflow: visible;
}
@media screen and (max-width: 767px) {
.haru-banner-list--slick-4 .haru-banner-list__list {
max-width: calc(100vw - 16px);
}
}
.haru-banner-list .haru-slick--nav-top-right .slick-prev,
.haru-banner-list .haru-slick--nav-top-right .slick-next {
top: -110px;
}
@media screen and (max-width: 991px) {
.haru-banner-list .haru-slick--nav-top-right .slick-prev,
.haru-banner-list .haru-slick--nav-top-right .slick-next {
top: -95px;
}
}
@media screen and (max-width: 767px) {
.haru-banner-list .haru-slick--nav-top-right .slick-prev,
.haru-banner-list .haru-slick--nav-top-right .slick-next {
top: -80px;
}
}
.haru-banner-list--grid .haru-banner-list__list {
display: flex;
flex-wrap: wrap;
}
.haru-banner-list__hover-creative-style-1 .haru-banner-list__image {
border-radius: 12px;
}
.haru-banner-list__hover-creative-style-1 .haru-banner-list__image:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 37.22%, rgba(0, 0, 0, 0.6) 100%);
z-index: 1;
opacity: 0;
visibility: hidden;
transition: all .3s;
}
@media screen and (max-width: 991px) {
.haru-banner-list__hover-creative-style-1 .haru-banner-list__image:before {
opacity: 1;
visibility: visible;
}
}
.haru-banner-list__hover-creative-style-1 .haru-banner-list__image img {
-webkit-transform: scale(1);
transform: scale(1);
transition: all .3s;
}
.haru-banner-list__hover-creative-style-1 .haru-banner-list__content {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
z-index: 2;
text-align: center;
opacity: 0;
visibility: hidden;
transition: all .3s;
}
@media screen and (max-width: 991px) {
.haru-banner-list__hover-creative-style-1 .haru-banner-list__content {
opacity: 1;
visibility: visible;
}
}
.haru-banner-list__hover-creative-style-1 .haru-banner-list__title {
color: #fff;
font-size: 32px;
}
@media screen and (max-width: 1440px) {
.haru-banner-list__hover-creative-style-1 .haru-banner-list__title {
font-size: 28px;
}
}
@media screen and (max-width: 1024px) {
.haru-banner-list__hover-creative-style-1 .haru-banner-list__title {
font-size: 24px;
}
}
@media screen and (max-width: 991px) {
.haru-banner-list__hover-creative-style-1 .haru-banner-list__title {
font-size: 20px;
}
}
@media screen and (max-width: 767px) {
.haru-banner-list__hover-creative-style-1 .haru-banner-list__title {
font-size: 18px;
}
}
.haru-banner-list__hover-creative-style-1 .haru-banner-list__description {
color: #fff;
font-size: 14px;
padding-bottom: 30px;
letter-spacing: 1px;
text-transform: uppercase;
}
@media screen and (max-width: 991px) {
.haru-banner-list__hover-creative-style-1 .haru-banner-list__description {
font-size: 13px;
}
}
.haru-banner-list__hover-creative-style-1:hover .haru-banner-list__image:before {
opacity: 1;
visibility: visible;
transition: all .3s;
}
.haru-banner-list__hover-creative-style-1:hover .haru-banner-list__image img {
-webkit-transform: translate(-50%, -50%) scale(1.03);
transform: translate(-50%, -50%) scale(1.03);
}
.haru-banner-list__hover-creative-style-1:hover .haru-banner-list__content {
opacity: 1;
visibility: visible;
transition: all .3s;
}
.haru-banner-list__hover-creative-style-2 .haru-banner-list__image {
border-radius: 12px;
}
.haru-banner-list__hover-creative-style-2 .haru-banner-list__content {
position: absolute;
bottom: 25px;
left: 0;
width: 100%;
z-index: 2;
text-align: center;
transition: all .3s;
}
.haru-banner-list__hover-creative-style-2 .haru-banner-list__title {
background-color: #fff;
display: inline-block;
box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.07);
border-radius: 12px;
font-size: 18px;
padding: 11px 35px;
margin: 0;
}
@media screen and (max-width: 1440px) {
.haru-banner-list__hover-creative-style-2 .haru-banner-list__title {
font-size: 17px;
}
}
@media screen and (max-width: 1024px) {
.haru-banner-list__hover-creative-style-2 .haru-banner-list__title {
font-size: 16px;
}
}
@media screen and (max-width: 991px) {
.haru-banner-list__hover-creative-style-2 .haru-banner-list__title {
font-size: 15px;
}
}
.haru-banner-list__hover-creative-style-2 .haru-banner-list__description {
color: #7e7e7e;
font-weight: 500;
font-size: 14px;
padding-left: 5px;
position: relative;
top: -5px;
}
@media screen and (max-width: 991px) {
.haru-banner-list__hover-creative-style-2 .haru-banner-list__description {
font-size: 13px;
}
}
.haru-banner-list__hover-creative-style-2:hover .haru-banner-list__image img {
-webkit-transform: translate(-50%, -50%) scale(1.03);
transform: translate(-50%, -50%) scale(1.03);
}
.haru-banner-list__hover-creative-style-2:hover .haru-banner-list__description {
color: #4B5C66;
}
.haru-banner-list--creative .haru-banner-list__image {
padding-bottom: 100%;
}
.haru-banner-list--creative .haru-banner-list__image img {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%) scale(1);
transform: translate(-50%, -50%) scale(1);
transition: all .3s;
width: 100%;
}
.haru-banner-list--creative .haru-banner-list__item {
position: relative;
float: left;
width: 25%;
}
@media screen and (max-width: 767px) {
.haru-banner-list--creative .haru-banner-list__item {
width: 100%;
}
}
.haru-banner-list--creative .haru-banner-list__item.landscape {
width: 50%;
}
@media screen and (max-width: 767px) {
.haru-banner-list--creative .haru-banner-list__item.landscape {
width: 100%;
}
}
.haru-banner-list--creative .haru-banner-list__item.landscape .haru-banner-list__image {
padding-bottom: 50%;
}
.haru-banner-list--creative .haru-banner-list__item.portrait .haru-banner-list__image {
padding-bottom: 200%;
}
.haru-banner-list--creative .haru-banner-list__item.big-square {
width: 50%;
}
@media screen and (max-width: 767px) {
.haru-banner-list--creative .haru-banner-list__item.big-square {
width: 100%;
}
}
@media screen and (max-width: 767px) {
.haru-banner-list--padding.haru-banner-list--slick .haru-banner-list__list {
max-width: calc(100vw - 16px);
}
}
.haru-banner-list--padding.haru-banner-list--slick .slick-slide {
padding: 0 15px;
}
@media screen and (max-width: 991px) {
.haru-banner-list--padding.haru-banner-list--slick .slick-slide {
padding: 0 10px;
}
}
@media screen and (max-width: 767px) {
.haru-banner-list--padding.haru-banner-list--slick .slick-slide {
padding: 0 8px;
}
}
.haru-banner-list--padding.haru-banner-list--slick .haru-slick {
margin: 0 -15px;
}
@media screen and (max-width: 991px) {
.haru-banner-list--padding.haru-banner-list--slick .haru-slick {
margin: 0 -10px;
}
}
@media screen and (max-width: 767px) {
.haru-banner-list--padding.haru-banner-list--slick .haru-slick {
margin: 0 -8px;
}
}
.haru-banner-list--padding.haru-banner-list--slick .haru-slick--nav-center .slick-next {
right: 15px;
}
@media screen and (max-width: 991px) {
.haru-banner-list--padding.haru-banner-list--slick .haru-slick--nav-center .slick-next {
right: 10px;
}
}
@media screen and (max-width: 767px) {
.haru-banner-list--padding.haru-banner-list--slick .haru-slick--nav-center .slick-next {
right: 8px;
}
}
.haru-banner-list--padding.haru-banner-list--slick .haru-slick--nav-center .slick-prev {
left: 15px;
}
@media screen and (max-width: 991px) {
.haru-banner-list--padding.haru-banner-list--slick .haru-slick--nav-center .slick-prev {
left: 10px;
}
}
@media screen and (max-width: 767px) {
.haru-banner-list--padding.haru-banner-list--slick .haru-slick--nav-center .slick-prev {
left: 8px;
}
}
.haru-banner-list--padding.haru-banner-list--slick .haru-slick--nav-top-right .slick-next {
right: 15px;
}
@media screen and (max-width: 767px) {
.haru-banner-list--padding.haru-banner-list--slick-2 .haru-banner-list__list {
max-width: calc(100vw - 16px);
}
}
.haru-banner-list--padding.haru-banner-list--slick-2 .haru-slick {
margin: 0 -15px;
}
@media screen and (max-width: 991px) {
.haru-banner-list--padding.haru-banner-list--slick-2 .haru-slick {
margin: 0 -10px;
}
}
@media screen and (max-width: 767px) {
.haru-banner-list--padding.haru-banner-list--slick-2 .haru-slick {
margin: 0 -8px;
}
}
.haru-banner-list--padding.haru-banner-list--slick-2 .slick-slide {
padding: 0 15px;
}
@media screen and (max-width: 991px) {
.haru-banner-list--padding.haru-banner-list--slick-2 .slick-slide {
padding: 0 10px;
}
}
@media screen and (max-width: 767px) {
.haru-banner-list--padding.haru-banner-list--slick-2 .slick-slide {
padding: 0 8px;
}
}
.haru-banner-list--padding.haru-banner-list--slick-2 .slick-next {
right: 15px;
}
@media screen and (max-width: 991px) {
.haru-banner-list--padding.haru-banner-list--slick-2 .slick-next {
right: 10px;
}
}
@media screen and (max-width: 767px) {
.haru-banner-list--padding.haru-banner-list--slick-2 .slick-next {
right: 8px;
}
}
.haru-banner-list--padding.haru-banner-list--slick-2 .slick-prev {
left: 15px;
}
@media screen and (max-width: 991px) {
.haru-banner-list--padding.haru-banner-list--slick-2 .slick-prev {
left: 10px;
}
}
@media screen and (max-width: 767px) {
.haru-banner-list--padding.haru-banner-list--slick-2 .slick-prev {
left: 8px;
}
}
@media screen and (max-width: 767px) {
.haru-banner-list--padding.haru-banner-list--slick-3 .haru-banner-list__list {
max-width: calc(100vw - 16px);
}
}
.haru-banner-list--padding.haru-banner-list--slick-3 .haru-slick {
margin: 0 -15px;
}
@media screen and (max-width: 991px) {
.haru-banner-list--padding.haru-banner-list--slick-3 .haru-slick {
margin: 0 -10px;
}
}
@media screen and (max-width: 767px) {
.haru-banner-list--padding.haru-banner-list--slick-3 .haru-slick {
margin: 0 -8px;
}
}
.haru-banner-list--padding.haru-banner-list--slick-3 .slick-slide {
padding: 0 15px;
}
@media screen and (max-width: 991px) {
.haru-banner-list--padding.haru-banner-list--slick-3 .slick-slide {
padding: 0 10px;
}
}
@media screen and (max-width: 767px) {
.haru-banner-list--padding.haru-banner-list--slick-3 .slick-slide {
padding: 0 8px;
}
}
@media screen and (max-width: 767px) {
.haru-banner-list--padding.haru-banner-list--slick-4 .haru-banner-list__list {
max-width: calc(100vw - 16px);
}
}
.haru-banner-list--padding.haru-banner-list--slick-4 .slick-slide {
padding: 0 15px;
}
@media screen and (max-width: 991px) {
.haru-banner-list--padding.haru-banner-list--slick-4 .slick-slide {
padding: 0 10px;
}
}
@media screen and (max-width: 767px) {
.haru-banner-list--padding.haru-banner-list--slick-4 .slick-slide {
padding: 0 8px;
}
}
.haru-banner-list--padding.haru-banner-list--slick-4 .haru-slick {
margin: 0 -15px;
}
@media screen and (max-width: 991px) {
.haru-banner-list--padding.haru-banner-list--slick-4 .haru-slick {
margin: 0 -10px;
}
}
@media screen and (max-width: 767px) {
.haru-banner-list--padding.haru-banner-list--slick-4 .haru-slick {
margin: 0 -8px;
}
}
.haru-banner-list--padding.haru-banner-list--slick-4 .haru-slick--nav-center .slick-next {
right: 15px;
}
@media screen and (max-width: 991px) {
.haru-banner-list--padding.haru-banner-list--slick-4 .haru-slick--nav-center .slick-next {
right: 10px;
}
}
@media screen and (max-width: 767px) {
.haru-banner-list--padding.haru-banner-list--slick-4 .haru-slick--nav-center .slick-next {
right: 8px;
}
}
.haru-banner-list--padding.haru-banner-list--slick-4 .haru-slick--nav-center .slick-prev {
left: 15px;
}
@media screen and (max-width: 991px) {
.haru-banner-list--padding.haru-banner-list--slick-4 .haru-slick--nav-center .slick-prev {
left: 10px;
}
}
@media screen and (max-width: 767px) {
.haru-banner-list--padding.haru-banner-list--slick-4 .haru-slick--nav-center .slick-prev {
left: 8px;
}
}
.haru-banner-list--padding.haru-banner-list--grid .haru-banner-list__list {
margin: -15px;
}
@media screen and (max-width: 991px) {
.haru-banner-list--padding.haru-banner-list--grid .haru-banner-list__list {
margin: -10px;
}
}
@media screen and (max-width: 767px) {
.haru-banner-list--padding.haru-banner-list--grid .haru-banner-list__list {
margin: -8px;
}
}
.haru-banner-list--padding.haru-banner-list--grid .haru-banner-list__item {
padding: 15px;
}
@media screen and (max-width: 991px) {
.haru-banner-list--padding.haru-banner-list--grid .haru-banner-list__item {
padding: 10px;
}
}
@media screen and (max-width: 767px) {
.haru-banner-list--padding.haru-banner-list--grid .haru-banner-list__item {
padding: 8px;
}
}
.haru-banner-list--padding.haru-banner-list--creative .haru-banner-list__list {
margin: -10px;
}
@media screen and (max-width: 991px) {
.haru-banner-list--padding.haru-banner-list--creative .haru-banner-list__list {
margin: -8px;
}
}
.haru-banner-list--padding.haru-banner-list--creative .haru-banner-list__item {
padding: 10px;
}
@media screen and (max-width: 991px) {
.haru-banner-list--padding.haru-banner-list--creative .haru-banner-list__item {
padding: 8px;
}
}
.haru-banner-list--padding.haru-banner-list--creative .haru-banner-list__item.landscape .haru-banner-list__image {
padding-bottom: calc(50% - 10px);
}
@media screen and (max-width: 991px) {
.haru-banner-list--padding.haru-banner-list--creative .haru-banner-list__item.landscape .haru-banner-list__image {
padding-bottom: calc(50% - 8px);
}
}
.haru-banner-list--padding.haru-banner-list--creative .haru-banner-list__item.portrait .haru-banner-list__image {
padding-bottom: calc(200% - 10px);
}
@media screen and (max-width: 991px) {
.haru-banner-list--padding.haru-banner-list--creative .haru-banner-list__item.portrait .haru-banner-list__image {
padding-bottom: calc(200% - 8px);
}
}
@media screen and (max-width: 767px) {
.haru-banner-list--padding-extra-large.haru-banner-list--slick .haru-banner-list__list {
max-width: calc(100vw - 16px);
}
}
.haru-banner-list--padding-extra-large.haru-banner-list--slick .slick-slide {
padding: 0 25px;
}
@media screen and (max-width: 1440px) {
.haru-banner-list--padding-extra-large.haru-banner-list--slick .slick-slide {
padding: 0 15px;
}
}
@media screen and (max-width: 991px) {
.haru-banner-list--padding-extra-large.haru-banner-list--slick .slick-slide {
padding: 0 10px;
}
}
@media screen and (max-width: 767px) {
.haru-banner-list--padding-extra-large.haru-banner-list--slick .slick-slide {
padding: 0 8px;
}
}
.haru-banner-list--padding-extra-large.haru-banner-list--slick .haru-slick {
margin: 0 -25px;
}
@media screen and (max-width: 1440px) {
.haru-banner-list--padding-extra-large.haru-banner-list--slick .haru-slick {
margin: 0 -15px;
}
}
@media screen and (max-width: 991px) {
.haru-banner-list--padding-extra-large.haru-banner-list--slick .haru-slick {
margin: 0 -10px;
}
}
@media screen and (max-width: 767px) {
.haru-banner-list--padding-extra-large.haru-banner-list--slick .haru-slick {
margin: 0 -8px;
}
}
.haru-banner-list--padding-extra-large.haru-banner-list--slick .haru-slick--nav-center .slick-next {
right: 25px;
}
@media screen and (max-width: 1440px) {
.haru-banner-list--padding-extra-large.haru-banner-list--slick .haru-slick--nav-center .slick-next {
right: 15px;
}
}
@media screen and (max-width: 991px) {
.haru-banner-list--padding-extra-large.haru-banner-list--slick .haru-slick--nav-center .slick-next {
right: 10px;
}
}
@media screen and (max-width: 767px) {
.haru-banner-list--padding-extra-large.haru-banner-list--slick .haru-slick--nav-center .slick-next {
right: 8px;
}
}
.haru-banner-list--padding-extra-large.haru-banner-list--slick .haru-slick--nav-center .slick-prev {
left: 25px;
}
@media screen and (max-width: 1440px) {
.haru-banner-list--padding-extra-large.haru-banner-list--slick .haru-slick--nav-center .slick-prev {
left: 15px;
}
}
@media screen and (max-width: 991px) {
.haru-banner-list--padding-extra-large.haru-banner-list--slick .haru-slick--nav-center .slick-prev {
left: 10px;
}
}
@media screen and (max-width: 767px) {
.haru-banner-list--padding-extra-large.haru-banner-list--slick .haru-slick--nav-center .slick-prev {
left: 8px;
}
}
.haru-banner-list--padding-extra-large.haru-banner-list--slick .haru-slick--nav-top-right .slick-next {
right: 25px;
}
@media screen and (max-width: 1440px) {
.haru-banner-list--padding-extra-large.haru-banner-list--slick .haru-slick--nav-top-right .slick-next {
right: 15px;
}
}
@media screen and (max-width: 991px) {
.haru-banner-list--padding-extra-large.haru-banner-list--slick .haru-slick--nav-top-right .slick-next {
right: 10px;
}
}
@media screen and (max-width: 767px) {
.haru-banner-list--padding-extra-large.haru-banner-list--slick .haru-slick--nav-top-right .slick-next {
right: 8px;
}
}
@media screen and (max-width: 767px) {
.haru-banner-list--padding-extra-large.haru-banner-list--slick-2 .haru-banner-list__list {
max-width: calc(100vw - 16px);
}
}
.haru-banner-list--padding-extra-large.haru-banner-list--slick-2 .haru-slick {
margin: 0 -25px;
}
@media screen and (max-width: 1440px) {
.haru-banner-list--padding-extra-large.haru-banner-list--slick-2 .haru-slick {
margin: -15px;
}
}
@media screen and (max-width: 991px) {
.haru-banner-list--padding-extra-large.haru-banner-list--slick-2 .haru-slick {
margin: -10px;
}
}
@media screen and (max-width: 767px) {
.haru-banner-list--padding-extra-large.haru-banner-list--slick-2 .haru-slick {
margin: -8px;
}
}
.haru-banner-list--padding-extra-large.haru-banner-list--slick-2 .slick-slide {
padding: 0 25px;
}
@media screen and (max-width: 1440px) {
.haru-banner-list--padding-extra-large.haru-banner-list--slick-2 .slick-slide {
padding: 0 15px;
}
}
@media screen and (max-width: 991px) {
.haru-banner-list--padding-extra-large.haru-banner-list--slick-2 .slick-slide {
padding: 0 10px;
}
}
@media screen and (max-width: 767px) {
.haru-banner-list--padding-extra-large.haru-banner-list--slick-2 .slick-slide {
padding: 0 8px;
}
}
.haru-banner-list--padding-extra-large.haru-banner-list--slick-2 .slick-next {
right: 25px;
}
@media screen and (max-width: 1440px) {
.haru-banner-list--padding-extra-large.haru-banner-list--slick-2 .slick-next {
right: 15px;
}
}
@media screen and (max-width: 991px) {
.haru-banner-list--padding-extra-large.haru-banner-list--slick-2 .slick-next {
right: 10px;
}
}
@media screen and (max-width: 767px) {
.haru-banner-list--padding-extra-large.haru-banner-list--slick-2 .slick-next {
right: 8px;
}
}
.haru-banner-list--padding-extra-large.haru-banner-list--slick-2 .slick-prev {
left: 25px;
}
@media screen and (max-width: 1440px) {
.haru-banner-list--padding-extra-large.haru-banner-list--slick-2 .slick-prev {
left: 15px;
}
}
@media screen and (max-width: 991px) {
.haru-banner-list--padding-extra-large.haru-banner-list--slick-2 .slick-prev {
left: 10px;
}
}
@media screen and (max-width: 767px) {
.haru-banner-list--padding-extra-large.haru-banner-list--slick-2 .slick-prev {
left: 8px;
}
}
@media screen and (max-width: 767px) {
.haru-banner-list--padding-extra-large.haru-banner-list--slick-3 .haru-banner-list__list {
max-width: calc(100vw - 16px);
}
}
.haru-banner-list--padding-extra-large.haru-banner-list--slick-3 .haru-slick {
margin: 0 -25px;
}
@media screen and (max-width: 1440px) {
.haru-banner-list--padding-extra-large.haru-banner-list--slick-3 .haru-slick {
margin: 0 -15px;
}
}
@media screen and (max-width: 991px) {
.haru-banner-list--padding-extra-large.haru-banner-list--slick-3 .haru-slick {
margin: 0 -10px;
}
}
@media screen and (max-width: 767px) {
.haru-banner-list--padding-extra-large.haru-banner-list--slick-3 .haru-slick {
margin: 0 -8px;
}
}
.haru-banner-list--padding-extra-large.haru-banner-list--slick-3 .slick-slide {
padding: 0 25px;
}
@media screen and (max-width: 1440px) {
.haru-banner-list--padding-extra-large.haru-banner-list--slick-3 .slick-slide {
padding: 0 15px;
}
}
@media screen and (max-width: 991px) {
.haru-banner-list--padding-extra-large.haru-banner-list--slick-3 .slick-slide {
padding: 0 10px;
}
}
@media screen and (max-width: 767px) {
.haru-banner-list--padding-extra-large.haru-banner-list--slick-3 .slick-slide {
padding: 0 8px;
}
}
@media screen and (max-width: 767px) {
.haru-banner-list--padding-extra-large.haru-banner-list--slick-4 .haru-banner-list__list {
max-width: calc(100vw - 16px);
}
}
.haru-banner-list--padding-extra-large.haru-banner-list--slick-4 .slick-slide {
padding: 0 25px;
}
@media screen and (max-width: 1440px) {
.haru-banner-list--padding-extra-large.haru-banner-list--slick-4 .slick-slide {
padding: 0 15px;
}
}
@media screen and (max-width: 991px) {
.haru-banner-list--padding-extra-large.haru-banner-list--slick-4 .slick-slide {
padding: 0 10px;
}
}
@media screen and (max-width: 767px) {
.haru-banner-list--padding-extra-large.haru-banner-list--slick-4 .slick-slide {
padding: 0 8px;
}
}
.haru-banner-list--padding-extra-large.haru-banner-list--slick-4 .haru-slick {
margin: 0 -25px;
}
@media screen and (max-width: 1440px) {
.haru-banner-list--padding-extra-large.haru-banner-list--slick-4 .haru-slick {
margin: -15px;
}
}
@media screen and (max-width: 991px) {
.haru-banner-list--padding-extra-large.haru-banner-list--slick-4 .haru-slick {
margin: -10px;
}
}
@media screen and (max-width: 767px) {
.haru-banner-list--padding-extra-large.haru-banner-list--slick-4 .haru-slick {
margin: -8px;
}
}
.haru-banner-list--padding-extra-large.haru-banner-list--slick-4 .haru-slick--nav-center .slick-next {
right: 25px;
}
@media screen and (max-width: 1440px) {
.haru-banner-list--padding-extra-large.haru-banner-list--slick-4 .haru-slick--nav-center .slick-next {
right: 15px;
}
}
@media screen and (max-width: 991px) {
.haru-banner-list--padding-extra-large.haru-banner-list--slick-4 .haru-slick--nav-center .slick-next {
right: 10px;
}
}
@media screen and (max-width: 767px) {
.haru-banner-list--padding-extra-large.haru-banner-list--slick-4 .haru-slick--nav-center .slick-next {
right: 8px;
}
}
.haru-banner-list--padding-extra-large.haru-banner-list--slick-4 .haru-slick--nav-center .slick-prev {
left: 25px;
}
@media screen and (max-width: 1440px) {
.haru-banner-list--padding-extra-large.haru-banner-list--slick-4 .haru-slick--nav-center .slick-prev {
left: 15px;
}
}
@media screen and (max-width: 991px) {
.haru-banner-list--padding-extra-large.haru-banner-list--slick-4 .haru-slick--nav-center .slick-prev {
left: 10px;
}
}
@media screen and (max-width: 767px) {
.haru-banner-list--padding-extra-large.haru-banner-list--slick-4 .haru-slick--nav-center .slick-prev {
left: 8px;
}
}
.haru-banner-list--padding-extra-large.haru-banner-list--grid .haru-banner-list__list {
margin: -25px;
}
@media screen and (max-width: 1440px) {
.haru-banner-list--padding-extra-large.haru-banner-list--grid .haru-banner-list__list {
margin: -15px;
}
}
@media screen and (max-width: 991px) {
.haru-banner-list--padding-extra-large.haru-banner-list--grid .haru-banner-list__list {
margin: -10px;
}
}
@media screen and (max-width: 767px) {
.haru-banner-list--padding-extra-large.haru-banner-list--grid .haru-banner-list__list {
margin: -8px;
}
}
.haru-banner-list--padding-extra-large.haru-banner-list--grid .haru-banner-list__item {
padding: 25px;
}
@media screen and (max-width: 1440px) {
.haru-banner-list--padding-extra-large.haru-banner-list--grid .haru-banner-list__item {
padding: 15px;
}
}
@media screen and (max-width: 991px) {
.haru-banner-list--padding-extra-large.haru-banner-list--grid .haru-banner-list__item {
padding: 10px;
}
}
@media screen and (max-width: 767px) {
.haru-banner-list--padding-extra-large.haru-banner-list--grid .haru-banner-list__item {
padding: 8px;
}
}
.haru-banner-list--padding-extra-large.haru-banner-list--creative .haru-banner-list__list {
margin: -20px;
}
@media screen and (max-width: 1440px) {
.haru-banner-list--padding-extra-large.haru-banner-list--creative .haru-banner-list__list {
margin: -15px;
}
}
@media screen and (max-width: 1024px) {
.haru-banner-list--padding-extra-large.haru-banner-list--creative .haru-banner-list__list {
margin: -10px;
}
}
@media screen and (max-width: 991px) {
.haru-banner-list--padding-extra-large.haru-banner-list--creative .haru-banner-list__list {
margin: -8px;
}
}
.haru-banner-list--padding-extra-large.haru-banner-list--creative .haru-banner-list__item {
padding: 20px;
}
@media screen and (max-width: 1440px) {
.haru-banner-list--padding-extra-large.haru-banner-list--creative .haru-banner-list__item {
padding: 15px;
}
}
@media screen and (max-width: 1024px) {
.haru-banner-list--padding-extra-large.haru-banner-list--creative .haru-banner-list__item {
padding: 10px;
}
}
@media screen and (max-width: 991px) {
.haru-banner-list--padding-extra-large.haru-banner-list--creative .haru-banner-list__item {
padding: 8px;
}
}
.haru-banner-list--padding-extra-large.haru-banner-list--creative .haru-banner-list__item.landscape .haru-banner-list__image {
padding-bottom: calc(50% - 20px);
}
@media screen and (max-width: 1440px) {
.haru-banner-list--padding-extra-large.haru-banner-list--creative .haru-banner-list__item.landscape .haru-banner-list__image {
padding-bottom: calc(50% - 15px);
}
}
@media screen and (max-width: 1024px) {
.haru-banner-list--padding-extra-large.haru-banner-list--creative .haru-banner-list__item.landscape .haru-banner-list__image {
padding-bottom: calc(50% - 10px);
}
}
@media screen and (max-width: 991px) {
.haru-banner-list--padding-extra-large.haru-banner-list--creative .haru-banner-list__item.landscape .haru-banner-list__image {
padding-bottom: calc(50% - 8px);
}
}
.haru-banner-list--padding-extra-large.haru-banner-list--creative .haru-banner-list__item.portrait .haru-banner-list__image {
padding-bottom: calc(200% - 20px);
}
@media screen and (max-width: 1440px) {
.haru-banner-list--padding-extra-large.haru-banner-list--creative .haru-banner-list__item.portrait .haru-banner-list__image {
padding-bottom: calc(200% - 15px);
}
}
@media screen and (max-width: 1024px) {
.haru-banner-list--padding-extra-large.haru-banner-list--creative .haru-banner-list__item.portrait .haru-banner-list__image {
padding-bottom: calc(200% - 10px);
}
}
@media screen and (max-width: 991px) {
.haru-banner-list--padding-extra-large.haru-banner-list--creative .haru-banner-list__item.portrait .haru-banner-list__image {
padding-bottom: calc(200% - 8px);
}
}
.haru-banner-creative {
position: relative;
}
.haru-banner-creative--shadow-yes .haru-banner-creative__image {
box-shadow: 0 20px 70px rgba(0, 0, 0, 0.15);
}
.haru-banner-creative__hover-overlay .haru-banner-creative__image {
position: relative;
overflow: hidden;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.haru-banner-creative__hover-overlay .haru-banner-creative__image {
-webkit-mask-image: -webkit-radial-gradient(white, black);
}
}
.haru-banner-creative__hover-overlay .haru-banner-creative__image a {
display: flex;
}
.haru-banner-creative__hover-overlay .haru-banner-creative__image a:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.6);
opacity: 0;
visibility: hidden;
z-index: 1;
transition: all .3s;
}
.haru-banner-creative__hover-overlay .haru-banner-creative__image:hover a:before {
opacity: 1;
visibility: visible;
transition: all .3s;
}
.haru-banner-creative__hover-scale .haru-banner-creative__image {
position: relative;
overflow: hidden;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.haru-banner-creative__hover-scale .haru-banner-creative__image {
-webkit-mask-image: -webkit-radial-gradient(white, black);
}
}
.haru-banner-creative__hover-scale .haru-banner-creative__image a {
display: flex;
}
.haru-banner-creative__hover-scale .haru-banner-creative__image img {
-webkit-transform: scale(1);
transform: scale(1);
transition: all .5s;
}
.haru-banner-creative__hover-scale .haru-banner-creative__image:hover img {
-webkit-transform: scale(1.03);
transform: scale(1.03);
transition: all .5s;
}
.haru-banner-creative__hover-over-scale .haru-banner-creative__image {
position: relative;
overflow: hidden;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.haru-banner-creative__hover-over-scale .haru-banner-creative__image {
-webkit-mask-image: -webkit-radial-gradient(white, black);
}
}
.haru-banner-creative__hover-over-scale .haru-banner-creative__image a {
display: flex;
}
.haru-banner-creative__hover-over-scale .haru-banner-creative__image a:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.6);
opacity: 0;
visibility: hidden;
z-index: 1;
transition: all .3s;
}
.haru-banner-creative__hover-over-scale .haru-banner-creative__image img {
-webkit-transform: scale(1);
transform: scale(1);
transition: all .5s;
}
.haru-banner-creative__hover-over-scale .haru-banner-creative__image:hover a:before {
opacity: 1;
visibility: visible;
transition: all .3s;
}
.haru-banner-creative__hover-over-scale .haru-banner-creative__image:hover img {
-webkit-transform: scale(1.03);
transform: scale(1.03);
transition: all .5s;
}
.haru-banner-creative--creative .haru-banner-creative__list {
padding: 0;
margin: 0 calc(-5% - 15px);
list-style: none;
display: flex;
}
@media screen and (max-width: 1440px) {
.haru-banner-creative--creative .haru-banner-creative__list {
margin: 0 calc(-5% - 10px);
}
}
@media screen and (max-width: 991px) {
.haru-banner-creative--creative .haru-banner-creative__list {
margin: 0 calc(-35% - 10px);
}
}
@media screen and (max-width: 767px) {
.haru-banner-creative--creative .haru-banner-creative__list {
margin: 0 calc(-55% - 10px);
}
}
.haru-banner-creative--creative .haru-banner-creative__item {
padding: 0 15px;
display: flex;
flex-direction: column;
justify-content: center;
}
@media screen and (max-width: 1440px) {
.haru-banner-creative--creative .haru-banner-creative__item {
padding: 0 10px;
}
}
@media screen and (max-width: 1024px) {
.haru-banner-creative--creative .haru-banner-creative__item {
padding: 0 5px;
}
}
.haru-banner-creative--creative .haru-banner-creative__item:nth-child(4) {
flex: 0 0 18.3%;
}
.haru-banner-creative--creative .haru-banner-creative__image {
border-radius: 12px;
margin-bottom: 30px;
}
@media screen and (max-width: 1440px) {
.haru-banner-creative--creative .haru-banner-creative__image {
margin-bottom: 20px;
}
}
@media screen and (max-width: 1024px) {
.haru-banner-creative--creative .haru-banner-creative__image {
margin-bottom: 10px;
}
}
.haru-banner-creative--creative .haru-banner-creative__image:last-child {
margin-bottom: 0;
}
.haru-banner-creative--creative .haru-banner-creative__image .gallery-popup-link {
display: flex;
align-items: flex-start;
}
.haru-banner-creative--creative .haru-banner-creative__image img {
width: 100%;
border-radius: 12px;
}
.haru-banner-creative--slick .slick-track {
display: flex !important;
}
.haru-banner-creative--slick .slick-slide {
height: inherit !important;
display: flex;
align-items: center;
transition: all .5s;
}
.haru-banner-creative--slick .slick-slide > div {
display: flex;
}
.haru-banner-creative--slick .slick-slide:not(.slick-center) {
transition: all .5s;
}
.haru-banner-creative--slick .haru-banner-creative__list {
margin: 0 -15px;
}
@media screen and (max-width: 767px) {
.haru-banner-creative--slick .haru-banner-creative__list {
margin: 0 -8px;
max-width: calc(100vw - 16px);
}
}
@media screen and (max-width: 767px) {
.haru-banner-creative--slick .haru-banner-creative__list {
max-width: calc(100vw - 0px);
}
}
.haru-banner-creative--slick .haru-banner-creative__item {
padding: 0 15px;
}
@media screen and (max-width: 767px) {
.haru-banner-creative--slick .haru-banner-creative__item {
padding: 0 8px;
}
}
.haru-banner-creative--slick .haru-banner-creative__image {
margin-bottom: 30px;
}
.haru-banner-creative--slick .haru-banner-creative__image:last-child {
margin-bottom: 0;
}
.haru-banner-creative--slick .haru-banner-creative__image img {
width: 100%;
border-radius: 12px;
}
.haru-banner-creative--slick .slick-next {
right: 10px;
}
@media screen and (max-width: 767px) {
.haru-banner-creative--slick .slick-next {
right: 8px;
}
}
.haru-banner-creative--slick .slick-prev {
left: 10px;
}
@media screen and (max-width: 767px) {
.haru-banner-creative--slick .slick-prev {
left: 8px;
}
}
.haru-news ul {
list-style: none;
list-style-type: none;
padding: 0;
margin: 0;
}
.haru-news__label {
position: absolute;
top: -22px;
right: -16px;
border: 6px solid rgba(255, 255, 255, 0.5);
border-radius: 34px;
}
.haru-news__label span {
display: block;
color: #fff;
background-color: #4B5C66;
font-weight: 700;
border-radius: 34px;
line-height: 32px;
padding: 0 20px;
}
.haru-news__btn-detail .haru-button__icon {
width: 24px;
height: 24px;
margin-left: 12px;
border-radius: 50%;
display: inline-block;
background-color: rgba(46, 187, 119, 0.1);
line-height: 24px;
text-align: center;
position: relative;
top: -1px;
}
.haru-news__btn-detail .haru-icon {
margin-left: 0;
}
.haru-news__btn-more {
text-align: center;
margin-top: 75px;
}
@media screen and (max-width: 767px) {
.haru-news__btn-more {
margin-top: 30px;
margin-bottom: 60px;
}
}
.haru-news__btn-more .haru-button {
width: 366px;
max-width: 100%;
}
@media screen and (max-width: 767px) {
.haru-news__btn-more .haru-button {
min-width: auto;
font-size: 16px;
}
}
.haru-news__btn-more .haru-button__icon {
width: 24px;
height: 24px;
margin-left: 12px;
border-radius: 50%;
display: inline-block;
background-color: rgba(255, 255, 255, 0.1);
line-height: 22px;
text-align: center;
position: relative;
top: -1px;
}
.haru-news__btn-more .haru-icon {
margin-left: 0;
}
.haru-news .slick-prev,
.haru-news .slick-next {
position: absolute;
top: -100px;
}
@media screen and (max-width: 767px) {
.haru-news .slick-prev,
.haru-news .slick-next {
top: auto;
bottom: -60px;
}
}
.haru-news .slick-next {
right: 12px;
}
@media screen and (max-width: 767px) {
.haru-news .slick-next {
right: 50%;
-webkit-transform: translateX(150%);
transform: translateX(150%);
}
}
.haru-news .slick-prev {
right: 84px;
}
@media screen and (max-width: 767px) {
.haru-news .slick-prev {
right: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
}
.haru-news--carousel ul, .haru-news--grid ul {
margin: 0 -12px;
}
.haru-news--carousel li, .haru-news--grid li {
padding: 22px 16px;
border: 1px solid transparent;
border-radius: 12px;
margin: 0 12px;
transition: all .3s;
}
.haru-news--carousel li:hover, .haru-news--grid li:hover {
border: 1px solid #52606d;
transition: all .3s;
}
.haru-news--carousel .haru-news__image, .haru-news--grid .haru-news__image {
position: relative;
}
.haru-news--carousel .haru-news__image img, .haru-news--grid .haru-news__image img {
border-radius: 10px;
}
.haru-news--carousel .haru-news__content, .haru-news--grid .haru-news__content {
position: relative;
z-index: 0;
}
.haru-news--carousel .haru-news__content:before, .haru-news--grid .haru-news__content:before {
content: '';
position: absolute;
width: 38px;
height: 38px;
background-color: rgba(82, 96, 109, 0.4);
border-radius: 50%;
left: 2px;
top: 12px;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: -1;
}
.haru-news--carousel .haru-news__title, .haru-news--grid .haru-news__title {
font-size: 14px;
margin-top: 30px;
margin-bottom: 20px;
height: 75px;
overflow: hidden;
}
.haru-news--carousel .haru-news__preview, .haru-news--grid .haru-news__preview {
color: #323f4b;
height: 75px;
overflow: hidden;
margin-bottom: 20px;
}
.haru-news--grid .haru-news__grid {
display: flex;
flex-wrap: wrap;
}
.haru-news--grid li {
display: inline-block;
width: calc(50% - 24px);
}
@media screen and (max-width: 767px) {
.haru-news--grid li {
width: 100%;
}
}
.haru-news--list {
border: 1px solid #eee;
border-radius: 10px;
padding: 24px;
margin-top: 24px;
}
.haru-news--list li {
display: flex;
margin-bottom: 20px;
}
.haru-news--list li:last-child {
margin-bottom: 0;
}
.haru-news--list .haru-news__image {
flex: 0 0 80px;
height: 80px;
border-radius: 12px;
}
.haru-news--list .haru-news__content {
margin-left: 16px;
}
.haru-news--list .haru-news__title {
margin-top: 0;
margin-bottom: 3px;
font-weight: 500;
}
.haru-news--list .haru-news__preview {
color: #323f4b;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden; }
.haru-news--list .haru-news__heading {
font-size: 24px;
margin-top: 0;
margin-bottom: 30px;
color: #1d1d1d;
position: relative;
z-index: 0;
}
.haru-news--list .haru-news__heading:before {
content: '';
position: absolute;
width: 38px;
height: 38px;
background-color: #ffeff0;
border-radius: 50%;
left: 0;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: -1;
}
.haru-news--featured .haru-news__image {
position: relative;
}
.haru-news--featured .haru-news__image img {
border-radius: 10px;
}
.haru-news--featured .haru-news__title {
font-size: 32px;
margin-top: 0;
margin-bottom: 30px;
line-height: 1.2;
}
@media screen and (max-width: 991px) {
.haru-news--featured .haru-news__title {
font-size: 20px;
}
}
@media screen and (max-width: 767px) {
.haru-news--featured .haru-news__title {
font-size: 18px;
}
}
.haru-news--featured .haru-news__featured {
display: flex;
flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
.haru-news--featured .haru-news__featured {
display: block;
}
}
.haru-news--featured .haru-news__image {
flex: 0 0 60%;
padding-left: 25px;
}
@media screen and (max-width: 767px) {
.haru-news--featured .haru-news__image {
padding-left: 0;
}
}
.haru-news--featured .haru-news__content {
flex: 0 0 40%;
}
@media screen and (max-width: 767px) {
.haru-news--featured .haru-news__content {
margin-top: 25px;
}
}
.haru-news--featured .haru-news__preview {
margin-bottom: 45px;
}
@media screen and (max-width: 991px) {
.haru-news--featured .haru-news__preview {
margin-bottom: 30px;
}
}
.haru-news--featured .haru-news__meta span {
margin-right: 25px;
}
@media screen and (max-width: 991px) {
.haru-news--featured .haru-news__meta span {
margin-right: 15px;
}
}
.haru-news--featured .haru-news__meta span:last-child {
margin-right: 0;
}
.haru-video--default .elementor-custom-embed-image-overlay {
position: relative;
display: flex;
-webkit-filter: drop-shadow(0 14px 34px rgba(0, 0, 0, 0.16));
filter: drop-shadow(0 14px 34px rgba(0, 0, 0, 0.16));
}
.haru-video--default .elementor-custom-embed-image-overlay:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.1);
}
.haru-video--default .elementor-custom-embed-image-overlay img {
width: 100%;
}
.haru-video--default .elementor-custom-embed-play {
font-size: 36px;
background-color: #fff;
color: #000;
width: 80px;
height: 80px;
display: inline-block;
line-height: 80px;
border-radius: 50%;
text-align: center;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
transition: all .3s;
}
@media screen and (max-width: 1440px) {
.haru-video--default .elementor-custom-embed-play {
width: 68px;
height: 68px;
line-height: 68px;
font-size: 32px;
}
}
.haru-video--default .elementor-custom-embed-play:hover {
cursor: pointer;
background-color: #4B5C66;
color: #fff;
transition: all .3s;
}
.haru-video--default .elementor-custom-embed-play:before {
content: '\e925';
font-family: 'haruicons';
position: relative;
right: -4px;
}
@media screen and (max-width: 1440px) {
.haru-video--default .elementor-custom-embed-play:before {
right: -2px;
}
}
.haru-video--default .elementor-custom-embed-play i {
display: none;
}
.haru-video--button-text .haru-button {
display: flex;
align-items: center;
}
.haru-video--button-text .haru-button:hover i {
border-color: #4B5C66;
transition: all .3s;
}
.haru-video--button-text .haru-button i {
margin-left: 14px;
width: 30px;
height: 30px;
line-height: 26px;
border-radius: 50%;
border: 2px solid #000;
transition: all .3s;
}
@media screen and (max-width: 1440px) {
.haru-video--button-text .haru-button i {
line-height: 24px;
}
}
.haru-video--button-text .haru-button i:before {
content: '\e925';
font-size: 16px;
position: relative;
right: -1px;
}
.haru-video--button-icon .elementor-custom-embed-image-overlay {
text-align: center;
}
.haru-video--button-icon .haru-button-link {
font-size: 36px;
background-color: #fff;
color: #000;
width: 80px;
height: 80px;
display: inline-block;
line-height: 80px;
border-radius: 50%;
text-align: center;
position: relative;
box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1440px) {
.haru-video--button-icon .haru-button-link {
width: 68px;
height: 68px;
line-height: 68px;
font-size: 32px;
}
}
@media screen and (max-width: 767px) {
.haru-video--button-icon .haru-button-link {
width: 50px;
height: 50px;
line-height: 50px;
font-size: 28px;
}
}
.haru-video--button-icon .haru-button-link:before {
content: '\e925';
font-family: 'haruicons';
position: relative;
right: -4px;
}
@media screen and (max-width: 1440px) {
.haru-video--button-icon .haru-button-link:before {
right: -2px;
}
}
.haru-video--button-icon .haru-button-link:after {
content: '';
position: absolute;
width: 80px;
height: 80px;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
border: 2px solid rgba(255, 255, 255, 0.2);
border-radius: 50%;
transition: all .3s;
}
@media screen and (max-width: 1440px) {
.haru-video--button-icon .haru-button-link:after {
width: 68px;
height: 68px;
}
}
@media screen and (max-width: 767px) {
.haru-video--button-icon .haru-button-link:after {
width: 50px;
height: 50px;
}
}
.haru-video--button-icon .haru-button-link:hover:after {
border-color: rgba(255, 255, 255, 0.4);
-webkit-animation: videoSonarEffect 1.3s ease-out 75ms;
animation: videoSonarEffect 1.3s ease-out 75ms;
transition: all .3s;
}
.haru-video--button-icon .haru-button-link i {
display: none;
}
.haru-video--button-icon-2 .elementor-custom-embed-image-overlay {
text-align: center;
}
.haru-video--button-icon-2 .haru-button-link {
font-size: 36px;
background-color: #fff;
color: #000;
width: 80px;
height: 80px;
display: inline-block;
line-height: 80px;
border-radius: 50%;
text-align: center;
position: relative;
}
@media screen and (max-width: 1440px) {
.haru-video--button-icon-2 .haru-button-link {
width: 68px;
height: 68px;
line-height: 68px;
font-size: 32px;
}
}
@media screen and (max-width: 767px) {
.haru-video--button-icon-2 .haru-button-link {
width: 50px;
height: 50px;
line-height: 50px;
font-size: 28px;
}
}
.haru-video--button-icon-2 .haru-button-link:before {
content: '\e925';
font-family: 'haruicons';
position: relative;
right: -4px;
}
@media screen and (max-width: 1440px) {
.haru-video--button-icon-2 .haru-button-link:before {
right: -2px;
}
}
.haru-video--button-icon-2 .haru-button-link:after {
content: '';
position: absolute;
width: 120px;
height: 120px;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
border: 2px solid rgba(255, 255, 255, 0.5);
border-radius: 50%;
transition: all .3s;
}
@media screen and (max-width: 1440px) {
.haru-video--button-icon-2 .haru-button-link:after {
width: 100px;
height: 100px;
}
}
@media screen and (max-width: 767px) {
.haru-video--button-icon-2 .haru-button-link:after {
width: 80px;
height: 80px;
}
}
.haru-video--button-icon-2 .haru-button-link:hover:after {
border-color: rgba(255, 255, 255, 0.4);
-webkit-animation: videoSonarEffect 1.3s ease-out 75ms;
animation: videoSonarEffect 1.3s ease-out 75ms;
transition: all .3s;
}
.haru-video--button-icon-2 .haru-button-link i {
display: none;
}
.haru-video--rounded-large .elementor-custom-embed-image-overlay:before {
border-radius: 10px;
}
.haru-video--rounded-large .elementor-custom-embed-image-overlay img {
border-radius: 10px;
}
.haru-tab ul {
list-style: none;
list-style-type: none;
padding: 0;
margin: 0;
}
.haru-tab__nav ul {
display: flex;
justify-content: flex-start;
align-items: center;
}
.haru-tab__nav li {
display: flex;
flex: 1 1 auto;
justify-content: center;
align-items: center;
cursor: pointer;
text-align: center;
}
.haru-tab__nav .top-icon li {
flex-wrap: wrap;
}
.haru-tab__nav .top-icon .haru-tab__title {
flex: 1 1 100%;
line-height: 1;
}
.haru-tab .haru-tab__content .active-default,
.haru-tab .haru-tab__content .active {
display: block;
width: 100%;
opacity: 1;
-webkit-animation: fadeIn linear .3s;
animation: fadeIn linear .3s;
}
.haru-tab .haru-tab__content > div,
.haru-tab .haru-tab__content .inactive {
display: none;
}
.haru-tab--horizontal .haru-tab__content .active-default,
.haru-tab--horizontal .haru-tab__content .active {
padding: 20px 0;
}
.haru-tab--vertical {
display: flex;
}
.haru-tab--vertical .haru-tab__nav {
flex: 0 0 auto;
}
.haru-tab--vertical .haru-tab__nav > ul {
flex-flow: column wrap;
}
.haru-tab--vertical .haru-tab__nav > ul li {
width: 100%;
justify-content: start;
}
.haru-tab--style-1 .haru-tab__nav li {
background-color: #f8f8f8;
padding: 15px 20px;
}
.haru-tab--style-1 .haru-tab__nav li.active-default, .haru-tab--style-1 .haru-tab__nav li.active, .haru-tab--style-1 .haru-tab__nav li:hover {
background-color: #4B5C66;
color: #fff;
}
.haru-tab--style-1 .haru-tab__nav li.active-default svg path, .haru-tab--style-1 .haru-tab__nav li.active svg path, .haru-tab--style-1 .haru-tab__nav li:hover svg path {
fill: #fff !important;
}
.haru-tab--style-1 .haru-tab__nav img,
.haru-tab--style-1 .haru-tab__nav i,
.haru-tab--style-1 .haru-tab__nav svg {
width: 16px;
margin-right: 10px;
}
.haru-tab--style-1 .haru-tab__nav img {
margin-right: 10px;
}
.haru-tab--style-1 .haru-tab__nav .top-icon img,
.haru-tab--style-1 .haru-tab__nav .top-icon i,
.haru-tab--style-1 .haru-tab__nav .top-icon svg {
margin-bottom: 10px;
}
.haru-tab--style-1 .haru-tab__icon {
display: flex;
font-size: 18px;
}
.haru-tab--style-1 .haru-tab__title {
font-weight: 700;
font-size: 15px;
}
.haru-tab--style-2 .haru-tab__nav {
margin: 0 -15px;
}
@media screen and (max-width: 991px) {
.haru-tab--style-2 .haru-tab__nav {
margin: 0 -10px;
}
}
@media screen and (max-width: 767px) {
.haru-tab--style-2 .haru-tab__nav {
margin: 0;
}
}
@media screen and (max-width: 991px) {
.haru-tab--style-2 .haru-tab__nav ul {
flex-wrap: wrap;
}
}
.haru-tab--style-2 .haru-tab__nav li {
border: 2px solid #eee;
border-radius: 12px;
margin: 0 15px;
padding: 15px 20px;
transition: all .3s;
}
@media screen and (max-width: 1440px) {
.haru-tab--style-2 .haru-tab__nav li {
padding: 12px 18px;
}
}
@media screen and (max-width: 991px) {
.haru-tab--style-2 .haru-tab__nav li {
flex: 0 0 calc(50% - 20px);
margin: 0 10px 20px 10px;
}
}
@media screen and (max-width: 767px) {
.haru-tab--style-2 .haru-tab__nav li {
flex: 0 0 100%;
margin: 0 0 10px;
}
}
.haru-tab--style-2 .haru-tab__nav li.active-default, .haru-tab--style-2 .haru-tab__nav li.active, .haru-tab--style-2 .haru-tab__nav li:hover {
background-color: #fff;
border: 2px solid #fff;
color: #000;
box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
transition: all .3s;
}
.haru-tab--style-2 .haru-tab__nav li.active-default svg path, .haru-tab--style-2 .haru-tab__nav li.active svg path, .haru-tab--style-2 .haru-tab__nav li:hover svg path {
fill: #fff !important;
}
.haru-tab--style-2 .haru-tab__nav img,
.haru-tab--style-2 .haru-tab__nav i,
.haru-tab--style-2 .haru-tab__nav svg {
width: 16px;
margin-right: 10px;
}
.haru-tab--style-2 .haru-tab__nav img {
margin-right: 10px;
}
.haru-tab--style-2 .haru-tab__nav .top-icon img,
.haru-tab--style-2 .haru-tab__nav .top-icon i,
.haru-tab--style-2 .haru-tab__nav .top-icon svg {
margin-bottom: 10px;
}
.haru-tab--style-2 .haru-tab__content {
margin-left: -15px;
margin-right: -15px;
}
.haru-tab--style-2 .haru-tab__content .active-default,
.haru-tab--style-2 .haru-tab__content .active {
padding: 45px 0 20px 0;
}
@media screen and (max-width: 1440px) {
.haru-tab--style-2 .haru-tab__content .active-default,
.haru-tab--style-2 .haru-tab__content .active {
padding: 35px 0 20px 0;
}
}
@media screen and (max-width: 991px) {
.haru-tab--style-2 .haru-tab__content .active-default,
.haru-tab--style-2 .haru-tab__content .active {
padding: 10px 0 10px 0;
}
}
.haru-tab--style-2 .haru-tab__title {
font-size: 18px;
font-weight: 700;
}
@media screen and (max-width: 1440px) {
.haru-tab--style-2 .haru-tab__title {
font-size: 17px;
}
}
@media screen and (max-width: 1024px) {
.haru-tab--style-2 .haru-tab__title {
font-size: 16px;
}
}
@media screen and (max-width: 991px) {
.haru-tab--style-2 .haru-tab__title {
font-size: 15px;
}
}
.haru-accordion {
position: relative;
}
.haru-accordion--style-1 .haru-accordion-item {
padding-bottom: 30px;
}
@media screen and (max-width: 1440px) {
.haru-accordion--style-1 .haru-accordion-item {
padding-bottom: 25px;
}
}
@media screen and (max-width: 1024px) {
.haru-accordion--style-1 .haru-accordion-item {
padding-bottom: 20px;
}
}
.haru-accordion--style-1 .haru-tab-title {
line-height: 1.2;
padding: 22px 20px;
background-color: #f8f8f8;
border-radius: 12px;
}
@media screen and (max-width: 1440px) {
.haru-accordion--style-1 .haru-tab-title {
padding: 18px 18px;
}
}
.haru-accordion--style-1 .haru-tab-title .haru-accordion-icon-opened {
display: none;
}
.haru-accordion--style-1 .haru-tab-title.active {
background-color: #4B5C66;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.04);
}
.haru-accordion--style-1 .haru-tab-title.active .haru-accordion-title {
color: #fff;
}
.haru-accordion--style-1 .haru-tab-title.active .haru-accordion-icon i {
color: #fff;
}
.haru-accordion--style-1 .haru-tab-title.active .haru-accordion-icon-closed {
display: none;
}
.haru-accordion--style-1 .haru-tab-title.active .haru-accordion-icon-opened {
display: inline-block;
}
.haru-accordion--style-1 .haru-tab-title:hover {
cursor: pointer;
}
.haru-accordion--style-1 .haru-accordion-title {
font-size: 20px;
color: #000;
font-weight: 700;
}
@media screen and (max-width: 1440px) {
.haru-accordion--style-1 .haru-accordion-title {
font-size: 18px;
}
}
@media screen and (max-width: 1024px) {
.haru-accordion--style-1 .haru-accordion-title {
font-size: 16px;
}
}
.haru-accordion--style-1 .haru-accordion-icon {
width: 1.5em;
display: inline-block;
margin-top: 2px;
}
@media screen and (max-width: 1440px) {
.haru-accordion--style-1 .haru-accordion-icon {
margin-top: 0;
}
}
@media screen and (max-width: 1024px) {
.haru-accordion--style-1 .haru-accordion-icon {
margin-top: -1px;
}
}
.haru-accordion--style-1 .haru-accordion-icon i {
font-weight: 700;
font-size: 16px;
color: #000;
}
.haru-accordion--style-1 .haru-accordion-icon.haru-accordion-icon-right {
float: right;
text-align: right;
}
.haru-accordion--style-1 .haru-accordion-icon.haru-accordion-icon-left {
float: left;
text-align: left;
}
.haru-accordion--style-1 .haru-tab-content {
padding: 20px 20px 0 20px;
font-size: 16px;
}
@media screen and (max-width: 1024px) {
.haru-accordion--style-1 .haru-tab-content {
font-size: 15px;
}
}
.haru-accordion--style-2 {
display: flex;
flex-wrap: wrap;
}
.haru-accordion--style-2 .haru-accordion-list {
flex: 0 0 35%;
}
@media screen and (max-width: 767px) {
.haru-accordion--style-2 .haru-accordion-list {
flex: 0 0 100%;
}
}
.haru-accordion--style-2 .haru-accordion-item {
margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
.haru-accordion--style-2 .haru-accordion-item {
margin-bottom: 0;
}
}
.haru-accordion--style-2 .haru-accordion-item.active {
background: #fff;
box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
border-radius: 12px;
}
.haru-accordion--style-2 .haru-tab-title {
line-height: 1.4;
padding: 30px 30px 15px 30px;
border-radius: 12px;
}
@media screen and (max-width: 1440px) {
.haru-accordion--style-2 .haru-tab-title {
padding: 20px 18px 15px;
}
}
.haru-accordion--style-2 .haru-tab-title .haru-accordion-icon-opened {
display: none;
}
.haru-accordion--style-2 .haru-tab-title.active .haru-accordion-icon-closed {
display: none;
}
.haru-accordion--style-2 .haru-tab-title.active .haru-accordion-icon-opened {
display: inline-block;
}
.haru-accordion--style-2 .haru-tab-title:hover {
cursor: pointer;
}
.haru-accordion--style-2 .haru-accordion-title {
font-size: 20px;
color: #000;
font-weight: 700;
}
@media screen and (max-width: 1440px) {
.haru-accordion--style-2 .haru-accordion-title {
font-size: 18px;
}
}
@media screen and (max-width: 1024px) {
.haru-accordion--style-2 .haru-accordion-title {
font-size: 16px;
}
}
.haru-accordion--style-2 .haru-accordion-icon {
width: 1.5em;
display: inline-block;
margin-top: 2px;
}
@media screen and (max-width: 1440px) {
.haru-accordion--style-2 .haru-accordion-icon {
margin-top: 0;
}
}
@media screen and (max-width: 1024px) {
.haru-accordion--style-2 .haru-accordion-icon {
margin-top: -1px;
}
}
.haru-accordion--style-2 .haru-accordion-icon i {
font-weight: 700;
font-size: 16px;
color: #000;
}
.haru-accordion--style-2 .haru-accordion-icon.haru-accordion-icon-right {
float: right;
text-align: right;
}
.haru-accordion--style-2 .haru-accordion-icon.haru-accordion-icon-left {
float: left;
text-align: left;
}
.haru-accordion--style-2 .haru-tab-content {
padding: 0 30px 15px 30px;
font-size: 16px;
}
@media screen and (max-width: 1440px) {
.haru-accordion--style-2 .haru-tab-content {
padding: 0 20px 15px 20px;
font-size: 15px;
}
}
.haru-accordion--style-2 .haru-accordion-images {
flex: 0 0 65%;
}
@media screen and (max-width: 1024px) {
.haru-accordion--style-2 .haru-accordion-images {
padding-left: 10px;
padding-top: 10px;
}
}
@media screen and (max-width: 767px) {
.haru-accordion--style-2 .haru-accordion-images {
flex: 0 0 100%;
}
}
.haru-accordion--style-2 .haru-accordion-images .haru-accordion-image {
display: none;
}
.haru-accordion--style-2 .haru-accordion-images .haru-accordion-image.active {
display: flex;
justify-content: center;
align-items: flex-start;
}
.haru-accordion--style-3 .haru-accordion-item {
padding-bottom: 30px;
}
@media screen and (max-width: 1440px) {
.haru-accordion--style-3 .haru-accordion-item {
padding-bottom: 25px;
}
}
@media screen and (max-width: 1024px) {
.haru-accordion--style-3 .haru-accordion-item {
padding-bottom: 20px;
}
}
.haru-accordion--style-3 .haru-tab-title {
line-height: 1.4;
padding: 20px 20px;
border-radius: 12px;
background-color: #fff;
}
@media screen and (max-width: 1440px) {
.haru-accordion--style-3 .haru-tab-title {
padding: 18px 18px;
}
}
.haru-accordion--style-3 .haru-tab-title .haru-accordion-icon-opened {
display: none;
}
.haru-accordion--style-3 .haru-tab-title.active {
background-color: #4B5C66;
box-shadow: 0 7px 30px rgba(0, 0, 0, 0.13);
}
.haru-accordion--style-3 .haru-tab-title.active .haru-accordion-title {
color: #fff;
}
.haru-accordion--style-3 .haru-tab-title.active .haru-accordion-icon i {
color: #fff;
}
.haru-accordion--style-3 .haru-tab-title.active .haru-accordion-icon-closed {
display: none;
}
.haru-accordion--style-3 .haru-tab-title.active .haru-accordion-icon-opened {
display: inline-block;
}
.haru-accordion--style-3 .haru-tab-title:hover {
cursor: pointer;
}
.haru-accordion--style-3 .haru-accordion-title {
font-size: 20px;
color: #000;
font-weight: 700;
}
@media screen and (max-width: 1440px) {
.haru-accordion--style-3 .haru-accordion-title {
font-size: 18px;
}
}
@media screen and (max-width: 1024px) {
.haru-accordion--style-3 .haru-accordion-title {
font-size: 16px;
}
}
.haru-accordion--style-3 .haru-accordion-icon {
width: 1.5em;
display: inline-block;
margin-top: 2px;
}
@media screen and (max-width: 1440px) {
.haru-accordion--style-3 .haru-accordion-icon {
margin-top: 0;
}
}
@media screen and (max-width: 1024px) {
.haru-accordion--style-3 .haru-accordion-icon {
margin-top: -1px;
}
}
.haru-accordion--style-3 .haru-accordion-icon i {
font-weight: 700;
font-size: 16px;
color: #000;
}
.haru-accordion--style-3 .haru-accordion-icon.haru-accordion-icon-right {
float: right;
text-align: right;
}
.haru-accordion--style-3 .haru-accordion-icon.haru-accordion-icon-left {
float: left;
text-align: left;
}
.haru-accordion--style-3 .haru-tab-content {
padding: 20px 20px 0 20px;
font-size: 16px;
}
@media screen and (max-width: 1024px) {
.haru-accordion--style-3 .haru-tab-content {
font-size: 15px;
}
}
.haru-accordion--style-4 .haru-accordion-item {
padding-bottom: 30px;
}
.haru-accordion--style-4 .haru-accordion-item:last-child {
padding-bottom: 12px;
}
.haru-accordion--style-4 .haru-tab-title {
line-height: 1;
padding: 12px 0;
border-bottom: 1px solid #eee;
}
.haru-accordion--style-4 .haru-tab-title .haru-accordion-icon-opened {
display: none;
}
.haru-accordion--style-4 .haru-tab-title.active {
border-bottom: 1px solid #4B5C66;
}
.haru-accordion--style-4 .haru-tab-title.active .haru-accordion-title {
color: #4B5C66;
}
.haru-accordion--style-4 .haru-tab-title.active .haru-accordion-icon i {
color: #4B5C66;
}
.haru-accordion--style-4 .haru-tab-title.active .haru-accordion-icon-closed {
display: none;
}
.haru-accordion--style-4 .haru-tab-title.active .haru-accordion-icon-opened {
display: inline-block;
}
.haru-accordion--style-4 .haru-tab-title:hover {
cursor: pointer;
}
.haru-accordion--style-4 .haru-accordion-title {
font-size: 18px;
color: #000;
font-weight: 700;
}
@media screen and (max-width: 1440px) {
.haru-accordion--style-4 .haru-accordion-title {
font-size: 17px;
}
}
@media screen and (max-width: 1024px) {
.haru-accordion--style-4 .haru-accordion-title {
font-size: 16px;
}
}
.haru-accordion--style-4 .haru-accordion-icon {
width: 1.5em;
display: inline-block;
margin-top: 5px;
}
.haru-accordion--style-4 .haru-accordion-icon i {
font-weight: 700;
color: #000;
}
.haru-accordion--style-4 .haru-accordion-icon.haru-accordion-icon-right {
float: right;
text-align: right;
}
.haru-accordion--style-4 .haru-accordion-icon.haru-accordion-icon-left {
float: left;
text-align: left;
}
.haru-accordion--style-4 .haru-tab-content {
padding-top: 15px;
}
.dark-mode .haru-accordion--style-1 .haru-tab-title,
.background-dark .haru-accordion--style-1 .haru-tab-title {
border-bottom: 1px solid #333;
}
.dark-mode .haru-accordion--style-1 .haru-accordion-title,
.background-dark .haru-accordion--style-1 .haru-accordion-title {
color: #fff;
}
.dark-mode .haru-accordion--style-1 .haru-accordion-icon i,
.background-dark .haru-accordion--style-1 .haru-accordion-icon i {
color: #fff;
}
.haru-images-gallery {
overflow: hidden;
}
.haru-images-gallery ul {
padding: 0;
margin: 0;
list-style: none;
}
.haru-images-gallery .haru-images-gallery__image {
border-radius: 12px;
position: relative;
overflow: hidden;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.haru-images-gallery .haru-images-gallery__image {
-webkit-mask-image: -webkit-radial-gradient(white, black);
}
}
.haru-images-gallery .haru-images-gallery__image img {
width: 100%;
}
.haru-images-gallery .haru-images-gallery__title {
font-size: 24px;
line-height: 1.5;
margin-top: 10px;
margin-bottom: 15px;
display: none;
}
.haru-images-gallery__hover-overlay .haru-images-gallery__image a {
display: flex;
align-items: flex-start;
}
.haru-images-gallery__hover-overlay .haru-images-gallery__image a:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.6);
opacity: 0;
visibility: hidden;
z-index: 1;
transition: all .3s;
}
.haru-images-gallery__hover-overlay .haru-images-gallery__image:hover a:before {
opacity: 1;
visibility: visible;
transition: all .3s;
}
.haru-images-gallery__hover-scale .haru-images-gallery__image a {
display: flex;
align-items: flex-start;
}
.haru-images-gallery__hover-scale .haru-images-gallery__image img {
-webkit-transform: scale(1);
transform: scale(1);
transition: all .5s;
}
.haru-images-gallery__hover-scale .haru-images-gallery__image:hover img {
-webkit-transform: scale(1.03);
transform: scale(1.03);
transition: all .5s;
}
.haru-images-gallery__hover-over-scale .haru-images-gallery__image a {
display: flex;
align-items: flex-start;
}
.haru-images-gallery__hover-over-scale .haru-images-gallery__image a:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.6);
opacity: 0;
visibility: hidden;
z-index: 1;
transition: all .3s;
}
.haru-images-gallery__hover-over-scale .haru-images-gallery__image img {
-webkit-transform: scale(1);
transform: scale(1);
transition: all .5s;
}
.haru-images-gallery__hover-over-scale .haru-images-gallery__image:hover a:before {
opacity: 1;
visibility: visible;
transition: all .3s;
}
.haru-images-gallery__hover-over-scale .haru-images-gallery__image:hover img {
-webkit-transform: scale(1.03);
transform: scale(1.03);
transition: all .5s;
}
@media screen and (max-width: 767px) {
.haru-images-gallery--slick .haru-images-gallery__list {
max-width: calc(100vw - 0px);
}
}
@media screen and (max-width: 767px) {
.haru-images-gallery--slick-2 .haru-images-gallery__list {
max-width: calc(100vw - 0px);
}
}
.haru-images-gallery--grid .haru-images-gallery__list {
display: flex;
flex-wrap: wrap;
}
.haru-images-gallery--creative .haru-images-gallery__image {
padding-bottom: 100%;
}
.haru-images-gallery--creative .haru-images-gallery__image img {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
transition: all .5s;
width: 100%;
}
.haru-images-gallery--creative .haru-images-gallery__hover-scale .haru-images-gallery__image img {
-webkit-transform: translate(-50%, -50%) scale(1);
transform: translate(-50%, -50%) scale(1);
}
.haru-images-gallery--creative .haru-images-gallery__hover-scale .haru-images-gallery__image:hover img {
-webkit-transform: translate(-50%, -50%) scale(1.03);
transform: translate(-50%, -50%) scale(1.03);
}
.haru-images-gallery--creative .haru-images-gallery__hover-over-scale img {
-webkit-transform: translate(-50%, -50%) scale(1);
transform: translate(-50%, -50%) scale(1);
}
.haru-images-gallery--creative .haru-images-gallery__hover-over-scale:hover img {
-webkit-transform: translate(-50%, -50%) scale(1.03);
transform: translate(-50%, -50%) scale(1.03);
}
.haru-images-gallery--creative .haru-images-gallery__item {
position: relative;
float: left;
width: 25%;
}
@media screen and (max-width: 767px) {
.haru-images-gallery--creative .haru-images-gallery__item {
width: 100%;
}
}
.haru-images-gallery--creative .haru-images-gallery__item.landscape {
width: 50%;
}
@media screen and (max-width: 767px) {
.haru-images-gallery--creative .haru-images-gallery__item.landscape {
width: 100%;
}
}
.haru-images-gallery--creative .haru-images-gallery__item.landscape .haru-images-gallery__image {
padding-bottom: 50%;
}
.haru-images-gallery--creative .haru-images-gallery__item.portrait .haru-images-gallery__image {
padding-bottom: 200%;
}
.haru-images-gallery--creative .haru-images-gallery__item.big-square {
width: 50%;
}
@media screen and (max-width: 767px) {
.haru-images-gallery--creative .haru-images-gallery__item.big-square {
width: 100%;
}
}
.haru-images-gallery--padding.haru-images-gallery--slick .haru-images-gallery__list {
margin: 0 -10px;
}
@media screen and (max-width: 767px) {
.haru-images-gallery--padding.haru-images-gallery--slick .haru-images-gallery__list {
margin: 0 -8px;
max-width: calc(100vw - 16px);
}
}
.haru-images-gallery--padding.haru-images-gallery--slick .haru-images-gallery__item {
padding: 0 10px;
}
@media screen and (max-width: 767px) {
.haru-images-gallery--padding.haru-images-gallery--slick .haru-images-gallery__item {
padding: 0 8px;
}
}
.haru-images-gallery--padding.haru-images-gallery--slick .slick-next {
right: 10px;
}
@media screen and (max-width: 767px) {
.haru-images-gallery--padding.haru-images-gallery--slick .slick-next {
right: 8px;
}
}
.haru-images-gallery--padding.haru-images-gallery--slick .slick-prev {
left: 10px;
}
@media screen and (max-width: 767px) {
.haru-images-gallery--padding.haru-images-gallery--slick .slick-prev {
left: 8px;
}
}
.haru-images-gallery--padding.haru-images-gallery--slick-2 .haru-images-gallery__list {
margin: 0 -10px;
}
@media screen and (max-width: 767px) {
.haru-images-gallery--padding.haru-images-gallery--slick-2 .haru-images-gallery__list {
margin: 0 -8px;
max-width: calc(100vw - 16px);
}
}
.haru-images-gallery--padding.haru-images-gallery--slick-2 .haru-images-gallery__item {
padding: 0 10px;
}
@media screen and (max-width: 767px) {
.haru-images-gallery--padding.haru-images-gallery--slick-2 .haru-images-gallery__item {
padding: 0 8px;
}
}
.haru-images-gallery--padding.haru-images-gallery--slick-2 .slick-next {
right: 10px;
}
@media screen and (max-width: 767px) {
.haru-images-gallery--padding.haru-images-gallery--slick-2 .slick-next {
right: 8px;
}
}
.haru-images-gallery--padding.haru-images-gallery--slick-2 .slick-prev {
left: 10px;
}
@media screen and (max-width: 767px) {
.haru-images-gallery--padding.haru-images-gallery--slick-2 .slick-prev {
left: 8px;
}
}
.haru-images-gallery--padding.haru-images-gallery--grid .haru-images-gallery__list {
margin: -10px;
}
@media screen and (max-width: 767px) {
.haru-images-gallery--padding.haru-images-gallery--grid .haru-images-gallery__list {
margin: -8px;
}
}
.haru-images-gallery--padding.haru-images-gallery--grid .haru-images-gallery__item-wrap {
padding: 10px;
}
@media screen and (max-width: 767px) {
.haru-images-gallery--padding.haru-images-gallery--grid .haru-images-gallery__item-wrap {
padding: 8px;
}
}
.haru-images-gallery--padding.haru-images-gallery--creative .haru-images-gallery__list {
margin: -10px;
}
@media screen and (max-width: 767px) {
.haru-images-gallery--padding.haru-images-gallery--creative .haru-images-gallery__list {
margin: -8px;
}
}
.haru-images-gallery--padding.haru-images-gallery--creative .haru-images-gallery__item {
padding: 10px;
}
@media screen and (max-width: 767px) {
.haru-images-gallery--padding.haru-images-gallery--creative .haru-images-gallery__item {
padding: 8px;
}
}
.haru-images-gallery--padding.haru-images-gallery--creative .haru-images-gallery__item.landscape .haru-images-gallery__image {
padding-bottom: calc(50% - 10px);
}
@media screen and (max-width: 767px) {
.haru-images-gallery--padding.haru-images-gallery--creative .haru-images-gallery__item.landscape .haru-images-gallery__image {
padding-bottom: calc(50% - 8px);
}
}
.haru-images-gallery--padding.haru-images-gallery--creative .haru-images-gallery__item.portrait .haru-images-gallery__image {
padding-bottom: calc(200% - 10px);
}
@media screen and (max-width: 767px) {
.haru-images-gallery--padding.haru-images-gallery--creative .haru-images-gallery__item.portrait .haru-images-gallery__image {
padding-bottom: calc(200% - 8px);
}
}
.haru-images-gallery--padding-large.haru-images-gallery--slick .haru-images-gallery__list, .haru-images-gallery--padding-large.haru-images-gallery--slick-2 .haru-images-gallery__list {
margin: 0 -15px;
}
@media screen and (max-width: 1440px) {
.haru-images-gallery--padding-large.haru-images-gallery--slick .haru-images-gallery__list, .haru-images-gallery--padding-large.haru-images-gallery--slick-2 .haru-images-gallery__list {
margin: 0 -10px;
}
}
@media screen and (max-width: 767px) {
.haru-images-gallery--padding-large.haru-images-gallery--slick .haru-images-gallery__list, .haru-images-gallery--padding-large.haru-images-gallery--slick-2 .haru-images-gallery__list {
margin: 0 -8px;
max-width: calc(100vw - 16px);
}
}
.haru-images-gallery--padding-large.haru-images-gallery--slick .haru-images-gallery__item, .haru-images-gallery--padding-large.haru-images-gallery--slick-2 .haru-images-gallery__item {
padding: 0 15px;
}
@media screen and (max-width: 1440px) {
.haru-images-gallery--padding-large.haru-images-gallery--slick .haru-images-gallery__item, .haru-images-gallery--padding-large.haru-images-gallery--slick-2 .haru-images-gallery__item {
padding: 0 10px;
}
}
@media screen and (max-width: 767px) {
.haru-images-gallery--padding-large.haru-images-gallery--slick .haru-images-gallery__item, .haru-images-gallery--padding-large.haru-images-gallery--slick-2 .haru-images-gallery__item {
padding: 0 8px;
}
}
.haru-images-gallery--padding-large.haru-images-gallery--slick .slick-next, .haru-images-gallery--padding-large.haru-images-gallery--slick-2 .slick-next {
right: 15px;
}
@media screen and (max-width: 1440px) {
.haru-images-gallery--padding-large.haru-images-gallery--slick .slick-next, .haru-images-gallery--padding-large.haru-images-gallery--slick-2 .slick-next {
right: 10px;
}
}
@media screen and (max-width: 767px) {
.haru-images-gallery--padding-large.haru-images-gallery--slick .slick-next, .haru-images-gallery--padding-large.haru-images-gallery--slick-2 .slick-next {
right: 8px;
}
}
.haru-images-gallery--padding-large.haru-images-gallery--slick .slick-prev, .haru-images-gallery--padding-large.haru-images-gallery--slick-2 .slick-prev {
left: 15px;
}
@media screen and (max-width: 1440px) {
.haru-images-gallery--padding-large.haru-images-gallery--slick .slick-prev, .haru-images-gallery--padding-large.haru-images-gallery--slick-2 .slick-prev {
left: 10px;
}
}
@media screen and (max-width: 767px) {
.haru-images-gallery--padding-large.haru-images-gallery--slick .slick-prev, .haru-images-gallery--padding-large.haru-images-gallery--slick-2 .slick-prev {
left: 8px;
}
}
.haru-images-gallery--padding-large.haru-images-gallery--grid .haru-images-gallery__list {
margin: -15px;
}
@media screen and (max-width: 1440px) {
.haru-images-gallery--padding-large.haru-images-gallery--grid .haru-images-gallery__list {
margin: -10px;
}
}
@media screen and (max-width: 767px) {
.haru-images-gallery--padding-large.haru-images-gallery--grid .haru-images-gallery__list {
margin: -8px;
}
}
.haru-images-gallery--padding-large.haru-images-gallery--grid .haru-images-gallery__item-wrap {
padding: 15px;
}
@media screen and (max-width: 1440px) {
.haru-images-gallery--padding-large.haru-images-gallery--grid .haru-images-gallery__item-wrap {
padding: 10px;
}
}
@media screen and (max-width: 767px) {
.haru-images-gallery--padding-large.haru-images-gallery--grid .haru-images-gallery__item-wrap {
padding: 8px;
}
}
.haru-images-gallery--padding-large.haru-images-gallery--creative .haru-images-gallery__list {
margin: -15px;
}
@media screen and (max-width: 1440px) {
.haru-images-gallery--padding-large.haru-images-gallery--creative .haru-images-gallery__list {
margin: -10px;
}
}
@media screen and (max-width: 767px) {
.haru-images-gallery--padding-large.haru-images-gallery--creative .haru-images-gallery__list {
margin: -8px;
}
}
.haru-images-gallery--padding-large.haru-images-gallery--creative .haru-images-gallery__item {
padding: 15px;
}
@media screen and (max-width: 1440px) {
.haru-images-gallery--padding-large.haru-images-gallery--creative .haru-images-gallery__item {
padding: 10px;
}
}
@media screen and (max-width: 767px) {
.haru-images-gallery--padding-large.haru-images-gallery--creative .haru-images-gallery__item {
padding: 8px;
}
}
.haru-images-gallery--padding-large.haru-images-gallery--creative .haru-images-gallery__item.landscape .haru-images-gallery__image {
padding-bottom: calc(50% - 15px);
}
@media screen and (max-width: 1440px) {
.haru-images-gallery--padding-large.haru-images-gallery--creative .haru-images-gallery__item.landscape .haru-images-gallery__image {
padding-bottom: calc(50% - 10px);
}
}
@media screen and (max-width: 767px) {
.haru-images-gallery--padding-large.haru-images-gallery--creative .haru-images-gallery__item.landscape .haru-images-gallery__image {
padding-bottom: calc(50% - 8px);
}
}
.haru-images-gallery--padding-large.haru-images-gallery--creative .haru-images-gallery__item.portrait .haru-images-gallery__image {
padding-bottom: calc(200% - 15px);
}
@media screen and (max-width: 1440px) {
.haru-images-gallery--padding-large.haru-images-gallery--creative .haru-images-gallery__item.portrait .haru-images-gallery__image {
padding-bottom: calc(200% - 10px);
}
}
@media screen and (max-width: 767px) {
.haru-images-gallery--padding-large.haru-images-gallery--creative .haru-images-gallery__item.portrait .haru-images-gallery__image {
padding-bottom: calc(200% - 8px);
}
}
.haru-images-gallery--padding-extra-large.haru-images-gallery--slick .haru-images-gallery__list, .haru-images-gallery--padding-extra-large.haru-images-gallery--slick-2 .haru-images-gallery__list {
margin: 0 -25px;
}
@media screen and (max-width: 1440px) {
.haru-images-gallery--padding-extra-large.haru-images-gallery--slick .haru-images-gallery__list, .haru-images-gallery--padding-extra-large.haru-images-gallery--slick-2 .haru-images-gallery__list {
margin: 0 -15px;
}
}
@media screen and (max-width: 991px) {
.haru-images-gallery--padding-extra-large.haru-images-gallery--slick .haru-images-gallery__list, .haru-images-gallery--padding-extra-large.haru-images-gallery--slick-2 .haru-images-gallery__list {
margin: 0 -10px;
}
}
@media screen and (max-width: 767px) {
.haru-images-gallery--padding-extra-large.haru-images-gallery--slick .haru-images-gallery__list, .haru-images-gallery--padding-extra-large.haru-images-gallery--slick-2 .haru-images-gallery__list {
margin: 0 -8px;
max-width: calc(100vw - 16px);
}
}
.haru-images-gallery--padding-extra-large.haru-images-gallery--slick .haru-images-gallery__item, .haru-images-gallery--padding-extra-large.haru-images-gallery--slick-2 .haru-images-gallery__item {
padding: 0 25px;
}
@media screen and (max-width: 1440px) {
.haru-images-gallery--padding-extra-large.haru-images-gallery--slick .haru-images-gallery__item, .haru-images-gallery--padding-extra-large.haru-images-gallery--slick-2 .haru-images-gallery__item {
padding: 0 15px;
}
}
@media screen and (max-width: 991px) {
.haru-images-gallery--padding-extra-large.haru-images-gallery--slick .haru-images-gallery__item, .haru-images-gallery--padding-extra-large.haru-images-gallery--slick-2 .haru-images-gallery__item {
padding: 0 10px;
}
}
@media screen and (max-width: 767px) {
.haru-images-gallery--padding-extra-large.haru-images-gallery--slick .haru-images-gallery__item, .haru-images-gallery--padding-extra-large.haru-images-gallery--slick-2 .haru-images-gallery__item {
padding: 0 8px;
}
}
.haru-images-gallery--padding-extra-large.haru-images-gallery--slick .slick-next, .haru-images-gallery--padding-extra-large.haru-images-gallery--slick-2 .slick-next {
right: 25px;
}
@media screen and (max-width: 1440px) {
.haru-images-gallery--padding-extra-large.haru-images-gallery--slick .slick-next, .haru-images-gallery--padding-extra-large.haru-images-gallery--slick-2 .slick-next {
right: 15px;
}
}
@media screen and (max-width: 991px) {
.haru-images-gallery--padding-extra-large.haru-images-gallery--slick .slick-next, .haru-images-gallery--padding-extra-large.haru-images-gallery--slick-2 .slick-next {
right: 10px;
}
}
@media screen and (max-width: 767px) {
.haru-images-gallery--padding-extra-large.haru-images-gallery--slick .slick-next, .haru-images-gallery--padding-extra-large.haru-images-gallery--slick-2 .slick-next {
right: 8px;
}
}
.haru-images-gallery--padding-extra-large.haru-images-gallery--slick .slick-prev, .haru-images-gallery--padding-extra-large.haru-images-gallery--slick-2 .slick-prev {
left: 25px;
}
@media screen and (max-width: 1440px) {
.haru-images-gallery--padding-extra-large.haru-images-gallery--slick .slick-prev, .haru-images-gallery--padding-extra-large.haru-images-gallery--slick-2 .slick-prev {
left: 15px;
}
}
@media screen and (max-width: 991px) {
.haru-images-gallery--padding-extra-large.haru-images-gallery--slick .slick-prev, .haru-images-gallery--padding-extra-large.haru-images-gallery--slick-2 .slick-prev {
left: 10px;
}
}
@media screen and (max-width: 767px) {
.haru-images-gallery--padding-extra-large.haru-images-gallery--slick .slick-prev, .haru-images-gallery--padding-extra-large.haru-images-gallery--slick-2 .slick-prev {
left: 8px;
}
}
.haru-images-gallery--padding-extra-large.haru-images-gallery--grid .haru-images-gallery__list {
margin: -25px;
}
@media screen and (max-width: 1440px) {
.haru-images-gallery--padding-extra-large.haru-images-gallery--grid .haru-images-gallery__list {
margin: -15px;
}
}
@media screen and (max-width: 991px) {
.haru-images-gallery--padding-extra-large.haru-images-gallery--grid .haru-images-gallery__list {
margin: -10px;
}
}
@media screen and (max-width: 767px) {
.haru-images-gallery--padding-extra-large.haru-images-gallery--grid .haru-images-gallery__list {
margin: -8px;
}
}
.haru-images-gallery--padding-extra-large.haru-images-gallery--grid .haru-images-gallery__item-wrap {
padding: 25px;
}
@media screen and (max-width: 1440px) {
.haru-images-gallery--padding-extra-large.haru-images-gallery--grid .haru-images-gallery__item-wrap {
padding: 15px;
}
}
@media screen and (max-width: 991px) {
.haru-images-gallery--padding-extra-large.haru-images-gallery--grid .haru-images-gallery__item-wrap {
padding: 10px;
}
}
@media screen and (max-width: 767px) {
.haru-images-gallery--padding-extra-large.haru-images-gallery--grid .haru-images-gallery__item-wrap {
padding: 8px;
}
}
.haru-images-gallery--padding-extra-large.haru-images-gallery--creative .haru-images-gallery__list {
margin: -25px;
}
@media screen and (max-width: 1440px) {
.haru-images-gallery--padding-extra-large.haru-images-gallery--creative .haru-images-gallery__list {
margin: -15px;
}
}
@media screen and (max-width: 991px) {
.haru-images-gallery--padding-extra-large.haru-images-gallery--creative .haru-images-gallery__list {
margin: -10px;
}
}
@media screen and (max-width: 767px) {
.haru-images-gallery--padding-extra-large.haru-images-gallery--creative .haru-images-gallery__list {
margin: -8px;
}
}
.haru-images-gallery--padding-extra-large.haru-images-gallery--creative .haru-images-gallery__item {
padding: 25px;
}
@media screen and (max-width: 1440px) {
.haru-images-gallery--padding-extra-large.haru-images-gallery--creative .haru-images-gallery__item {
padding: 15px;
}
}
@media screen and (max-width: 991px) {
.haru-images-gallery--padding-extra-large.haru-images-gallery--creative .haru-images-gallery__item {
padding: 10px;
}
}
@media screen and (max-width: 767px) {
.haru-images-gallery--padding-extra-large.haru-images-gallery--creative .haru-images-gallery__item {
padding: 8px;
}
}
.haru-images-gallery--padding-extra-large.haru-images-gallery--creative .haru-images-gallery__item.landscape .haru-images-gallery__image {
padding-bottom: calc(50% - 25px);
}
@media screen and (max-width: 1440px) {
.haru-images-gallery--padding-extra-large.haru-images-gallery--creative .haru-images-gallery__item.landscape .haru-images-gallery__image {
padding-bottom: calc(50% - 15px);
}
}
@media screen and (max-width: 991px) {
.haru-images-gallery--padding-extra-large.haru-images-gallery--creative .haru-images-gallery__item.landscape .haru-images-gallery__image {
padding-bottom: calc(50% - 10px);
}
}
@media screen and (max-width: 767px) {
.haru-images-gallery--padding-extra-large.haru-images-gallery--creative .haru-images-gallery__item.landscape .haru-images-gallery__image {
padding-bottom: calc(50% - 8px);
}
}
.haru-images-gallery--padding-extra-large.haru-images-gallery--creative .haru-images-gallery__item.portrait .haru-images-gallery__image {
padding-bottom: calc(200% - 25px);
}
@media screen and (max-width: 1440px) {
.haru-images-gallery--padding-extra-large.haru-images-gallery--creative .haru-images-gallery__item.portrait .haru-images-gallery__image {
padding-bottom: calc(200% - 15px);
}
}
@media screen and (max-width: 991px) {
.haru-images-gallery--padding-extra-large.haru-images-gallery--creative .haru-images-gallery__item.portrait .haru-images-gallery__image {
padding-bottom: calc(200% - 10px);
}
}
@media screen and (max-width: 767px) {
.haru-images-gallery--padding-extra-large.haru-images-gallery--creative .haru-images-gallery__item.portrait .haru-images-gallery__image {
padding-bottom: calc(200% - 8px);
}
}
.haru-logo-showcase__list {
padding: 0;
margin: 0;
list-style: none;
}
.haru-logo-showcase__columns-1 {
width: 100%;
}
.haru-logo-showcase__columns-2 {
width: 50%;
}
.haru-logo-showcase__columns-3 {
width: 33.333333%;
}
.haru-logo-showcase__columns-4 {
width: 25%;
}
.haru-logo-showcase__columns-5 {
width: 20%;
}
.haru-logo-showcase__columns-6 {
width: 16.666666%;
}
.haru-logo-showcase__columns-7 {
width: 14.285714%;
}
.haru-logo-showcase__columns-8 {
width: 12.5%;
}
@media screen and (max-width: 991px) {
.haru-logo-showcase__columns--tablet-1 {
width: 100%;
}
}
@media screen and (max-width: 991px) {
.haru-logo-showcase__columns--tablet-2 {
width: 50%;
}
}
@media screen and (max-width: 991px) {
.haru-logo-showcase__columns--tablet-3 {
width: 33.333333%;
}
}
@media screen and (max-width: 991px) {
.haru-logo-showcase__columns--tablet-4 {
width: 25%;
}
}
@media screen and (max-width: 991px) {
.haru-logo-showcase__columns--tablet-5 {
width: 20%;
}
}
@media screen and (max-width: 991px) {
.haru-logo-showcase__columns--tablet-6 {
width: 16.666666%;
}
}
@media screen and (max-width: 767px) {
.haru-logo-showcase__columns--mobile-1 {
width: 100%;
}
}
@media screen and (max-width: 767px) {
.haru-logo-showcase__columns--mobile-2 {
width: 50%;
}
}
@media screen and (max-width: 767px) {
.haru-logo-showcase__columns--mobile-3 {
width: 33.333333%;
}
}
@media screen and (max-width: 767px) {
.haru-logo-showcase__columns--mobile-4 {
width: 25%;
}
}
.haru-logo-showcase .haru-logo-showcase__item {
position: relative;
overflow: hidden;
}
.haru-logo-showcase .haru-logo-showcase__image {
width: 100%;
transition: all .3s;
}
.haru-logo-showcase__hover-opacity .haru-logo-showcase__image {
opacity: .5;
transition: all .3s;
}
.haru-logo-showcase__hover-opacity .haru-logo-showcase__image:hover {
opacity: 1;
transition: all .3s;
}
.haru-logo-showcase__hover-opacity-2:hover .haru-logo-showcase__image {
opacity: 1 !important;
transition: all .3s;
}
.haru-logo-showcase__hover-grayscale:hover .haru-logo-showcase__image {
-webkit-filter: none !important;
filter: none !important;
opacity: 1 !important;
transition: all .3s;
}
.haru-logo-showcase__hover-scale .haru-logo-showcase__image {
-webkit-transform: scale(1);
transform: scale(1);
transition: all .3s;
}
.haru-logo-showcase__hover-scale .haru-logo-showcase__image:hover {
-webkit-transform: scale(1.1);
transform: scale(1.1);
transition: all .3s;
}
.haru-logo-showcase__hover-shadow {
transition: all .3s;
}
.haru-logo-showcase__hover-shadow:hover {
background: #fff;
box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
border-radius: 12px;
transition: all .3s;
}
.haru-logo-showcase--opacity-2:hover .haru-logo-showcase__image {
opacity: .3;
transition: all .3s;
}
.haru-logo-showcase--grayscale:hover .haru-logo-showcase__image {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
opacity: .3;
transition: all .3s;
}
.haru-logo-showcase--slick .haru-slick {
margin: 0 -10px;
}
.haru-logo-showcase--slick .slick-slide {
padding: 0 10px;
}
.haru-logo-showcase--slick .slick-prev {
left: 10px;
}
.haru-logo-showcase--slick .slick-next {
right: 10px;
}
@media screen and (max-width: 767px) {
.haru-logo-showcase--slick .haru-logo-showcase__list {
max-width: calc(100vw - 20px);
}
}
.haru-logo-showcase--slick-2 .haru-slick {
margin: 0 -10px;
}
.haru-logo-showcase--slick-2 .slick-slide {
padding: 0 10px;
}
.haru-logo-showcase--slick-2 .slick-slide .haru-logo-showcase__image {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
opacity: .3;
transition: all .3s;
}
.haru-logo-showcase--slick-2 .slick-slide:hover .haru-logo-showcase__image, .haru-logo-showcase--slick-2 .slick-slide.slick-current .haru-logo-showcase__image {
-webkit-filter: none;
filter: none;
opacity: 1;
transition: all .3s;
}
.haru-logo-showcase--slick-2 .slick-prev {
left: 10px;
}
.haru-logo-showcase--slick-2 .slick-next {
right: 10px;
}
.haru-logo-showcase--slick-2 .haru-logo-showcase__quote {
padding: 0;
margin: 0 0 60px;
}
@media screen and (max-width: 1440px) {
.haru-logo-showcase--slick-2 .haru-logo-showcase__quote {
margin: 0 0 50px;
}
}
@media screen and (max-width: 1024px) {
.haru-logo-showcase--slick-2 .haru-logo-showcase__quote {
margin: 0 0 40px;
}
}
@media screen and (max-width: 991px) {
.haru-logo-showcase--slick-2 .haru-logo-showcase__quote {
margin: 0 0 30px;
}
}
@media screen and (max-width: 767px) {
.haru-logo-showcase--slick-2 .haru-logo-showcase__quote {
max-width: calc(100vw - 30px);
}
}
.haru-logo-showcase--slick-2 .haru-logo-showcase__description {
color: #000;
font-size: 24px;
font-weight: 700;
line-height: 1.5;
padding: 0 25%;
text-align: center;
}
@media screen and (max-width: 1440px) {
.haru-logo-showcase--slick-2 .haru-logo-showcase__description {
font-size: 22px;
}
}
@media screen and (max-width: 1024px) {
.haru-logo-showcase--slick-2 .haru-logo-showcase__description {
font-size: 20px;
}
}
@media screen and (max-width: 991px) {
.haru-logo-showcase--slick-2 .haru-logo-showcase__description {
font-size: 18px;
padding: 0 15%;
}
}
@media screen and (max-width: 767px) {
.haru-logo-showcase--slick-2 .haru-logo-showcase__description {
padding: 0;
}
}
@media screen and (max-width: 767px) {
.haru-logo-showcase--slick-2 .haru-logo-showcase__list {
max-width: calc(100vw - 20px);
}
}
.haru-logo-showcase--grid .haru-logo-showcase__list {
display: flex;
flex-wrap: wrap;
margin: -15px;
}
@media screen and (max-width: 991px) {
.haru-logo-showcase--grid .haru-logo-showcase__list {
margin: -10px;
}
}
@media screen and (max-width: 767px) {
.haru-logo-showcase--grid .haru-logo-showcase__list {
margin: -8px;
}
}
.haru-logo-showcase--grid .haru-logo-showcase__item-wrap {
padding: 15px;
}
@media screen and (max-width: 991px) {
.haru-logo-showcase--grid .haru-logo-showcase__item-wrap {
padding: 10px;
}
}
@media screen and (max-width: 767px) {
.haru-logo-showcase--grid .haru-logo-showcase__item-wrap {
padding: 8px;
}
}
.haru-testimonial__list {
padding: 0;
margin: 0;
list-style: none;
}
.haru-testimonial__columns-1 {
width: 100%;
}
.haru-testimonial__columns-2 {
width: 50%;
}
.haru-testimonial__columns-3 {
width: 33.333333%;
}
.haru-testimonial__columns-4 {
width: 25%;
}
.haru-testimonial__columns-5 {
width: 20%;
}
.haru-testimonial__columns-6 {
width: 16.666666%;
}
.haru-testimonial__columns-7 {
width: 14.285714%;
}
.haru-testimonial__columns-8 {
width: 12.5%;
}
@media screen and (max-width: 991px) {
.haru-testimonial__columns--tablet-1 {
width: 100%;
}
}
@media screen and (max-width: 991px) {
.haru-testimonial__columns--tablet-2 {
width: 50%;
}
}
@media screen and (max-width: 991px) {
.haru-testimonial__columns--tablet-3 {
width: 33.333333%;
}
}
@media screen and (max-width: 991px) {
.haru-testimonial__columns--tablet-4 {
width: 25%;
}
}
@media screen and (max-width: 991px) {
.haru-testimonial__columns--tablet-5 {
width: 20%;
}
}
@media screen and (max-width: 991px) {
.haru-testimonial__columns--tablet-6 {
width: 16.666666%;
}
}
@media screen and (max-width: 767px) {
.haru-testimonial__columns--mobile-1 {
width: 100%;
}
}
@media screen and (max-width: 767px) {
.haru-testimonial__columns--mobile-2 {
width: 50%;
}
}
@media screen and (max-width: 767px) {
.haru-testimonial__columns--mobile-3 {
width: 33.333333%;
}
}
@media screen and (max-width: 767px) {
.haru-testimonial__columns--mobile-4 {
width: 25%;
}
}
@media screen and (max-width: 767px) {
.haru-testimonial--slick .haru-testimonial__list {
max-width: calc(100vw - 30px);
}
}
.haru-testimonial--slick .slick-slide {
padding: 0 6%;
}
@media screen and (max-width: 767px) {
.haru-testimonial--slick .slick-slide {
padding: 0 4%;
}
}
.haru-testimonial--slick .haru-testimonial__image {
padding-bottom: 40px;
}
.haru-testimonial--slick .haru-testimonial__image img {
max-width: 100px;
border-radius: 50%;
margin: 0 auto;
}
.haru-testimonial--slick .haru-testimonial__description {
font-size: 32px;
line-height: 1.4;
color: #000;
padding-bottom: 30px;
text-align: center;
}
@media screen and (max-width: 1440px) {
.haru-testimonial--slick .haru-testimonial__description {
font-size: 28px;
}
}
@media screen and (max-width: 1024px) {
.haru-testimonial--slick .haru-testimonial__description {
font-size: 24px;
}
}
@media screen and (max-width: 991px) {
.haru-testimonial--slick .haru-testimonial__description {
font-size: 20px;
}
}
@media screen and (max-width: 767px) {
.haru-testimonial--slick .haru-testimonial__description {
font-size: 18px;
}
}
.haru-testimonial--slick .haru-testimonial__meta {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}
.haru-testimonial--slick .haru-testimonial__title {
font-size: 18px;
}
@media screen and (max-width: 1440px) {
.haru-testimonial--slick .haru-testimonial__title {
font-size: 17px;
}
}
@media screen and (max-width: 1024px) {
.haru-testimonial--slick .haru-testimonial__title {
font-size: 16px;
}
}
@media screen and (max-width: 991px) {
.haru-testimonial--slick .haru-testimonial__title {
font-size: 15px;
}
}
.haru-testimonial--slick .haru-testimonial__sub-title {
font-size: 16px;
color: #9b9b9b;
padding-left: 3px;
}
@media screen and (max-width: 1440px) {
.haru-testimonial--slick .haru-testimonial__sub-title {
font-size: 15px;
}
}
@media screen and (max-width: 1024px) {
.haru-testimonial--slick .haru-testimonial__sub-title {
font-size: 14px;
}
}
.haru-testimonial--slick .slick-dots {
margin: 30px 0 0;
}
@media screen and (max-width: 1440px) {
.haru-testimonial--slick .slick-dots {
margin: 25px 0 0;
}
}
@media screen and (max-width: 1024px) {
.haru-testimonial--slick .slick-dots {
margin: 20px 0 0;
}
}
@media screen and (max-width: 991px) {
.haru-testimonial--slick .slick-dots {
margin: 15px 0 0;
}
}
@media screen and (max-width: 767px) {
.haru-testimonial--slick .slick-dots {
margin: 10px 0 0;
}
}
.haru-testimonial--slick .slick-dots button {
background-color: #ddd;
}
.haru-testimonial--slick .slick-dots li.slick-active button {
background-color: #4B5C66;
}
@media screen and (max-width: 767px) {
.haru-testimonial--slick-2 .haru-testimonial__list {
max-width: calc(100vw - 16px);
}
}
.haru-testimonial--slick-2 .haru-slick {
margin: 0 -15px;
}
@media screen and (max-width: 991px) {
.haru-testimonial--slick-2 .haru-slick {
margin: 0 -10px;
}
}
@media screen and (max-width: 767px) {
.haru-testimonial--slick-2 .haru-slick {
margin: 0 -8px;
}
}
.haru-testimonial--slick-2 .slick-slide {
padding: 35px 15px;
}
@media screen and (max-width: 991px) {
.haru-testimonial--slick-2 .slick-slide {
padding: 35px 10px;
}
}
@media screen and (max-width: 767px) {
.haru-testimonial--slick-2 .slick-slide {
padding: 35px 8px;
}
}
.haru-testimonial--slick-2 .haru-testimonial__item-wrap {
-webkit-transform: translateY(0);
transform: translateY(0);
transition: all .3s;
}
.haru-testimonial--slick-2 .haru-testimonial__item-wrap:hover {
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
transition: all .3s;
}
.haru-testimonial--slick-2 .haru-testimonial__item-wrap:hover .haru-testimonial__item {
box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
transition: all .3s;
}
.haru-testimonial--slick-2 .haru-testimonial__item {
padding: 40px;
background: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
border-radius: 10px;
transition: all .3s;
}
.haru-testimonial--slick-2 .haru-testimonial__top {
display: flex;
}
.haru-testimonial--slick-2 .haru-testimonial__image img {
max-height: 80px;
border-radius: 50%;
margin: 0 auto;
}
.haru-testimonial--slick-2 .haru-testimonial__content {
padding-left: 24px;
}
.haru-testimonial--slick-2 .haru-testimonial__title {
font-size: 18px;
margin-bottom: 5px;
}
@media screen and (max-width: 1440px) {
.haru-testimonial--slick-2 .haru-testimonial__title {
font-size: 17px;
}
}
@media screen and (max-width: 1024px) {
.haru-testimonial--slick-2 .haru-testimonial__title {
font-size: 16px;
}
}
@media screen and (max-width: 991px) {
.haru-testimonial--slick-2 .haru-testimonial__title {
font-size: 15px;
}
}
.haru-testimonial--slick-2 .haru-testimonial__sub-title {
color: #7e7e7e;
font-size: 15px;
font-weight: 500;
padding-left: 5px;
}
.haru-testimonial--slick-2 .haru-testimonial__rating {
display: flex;
}
.haru-testimonial--slick-2 .haru-testimonial__star {
color: #000;
}
.haru-testimonial--slick-2 .haru-testimonial__star:before {
content: '\e92c';
font-family: 'haruicons';
font-size: 20px;
color: #f3bb2e;
}
.haru-testimonial--slick-2 .haru-testimonial__description {
color: #000;
font-size: 20px;
line-height: 1.8;
margin-top: 20px;
}
@media screen and (max-width: 1440px) {
.haru-testimonial--slick-2 .haru-testimonial__description {
font-size: 18px;
}
}
@media screen and (max-width: 1024px) {
.haru-testimonial--slick-2 .haru-testimonial__description {
font-size: 16px;
}
}
.haru-testimonial--slick-2 .slick-next {
right: 15px;
}
@media screen and (max-width: 991px) {
.haru-testimonial--slick-2 .slick-next {
right: 10px;
}
}
@media screen and (max-width: 767px) {
.haru-testimonial--slick-2 .slick-next {
right: 8px;
}
}
.haru-testimonial--slick-2 .slick-prev {
left: 15px;
}
@media screen and (max-width: 991px) {
.haru-testimonial--slick-2 .slick-prev {
left: 10px;
}
}
@media screen and (max-width: 767px) {
.haru-testimonial--slick-2 .slick-prev {
left: 8px;
}
}
.haru-testimonial--slick-2 .slick-dots {
margin: 20px 0 0;
}
@media screen and (max-width: 1440px) {
.haru-testimonial--slick-2 .slick-dots {
margin: 15px 0 0;
}
}
@media screen and (max-width: 1024px) {
.haru-testimonial--slick-2 .slick-dots {
margin: 10px 0 0;
}
}
@media screen and (max-width: 991px) {
.haru-testimonial--slick-2 .slick-dots {
margin: 0 0 0;
}
}
@media screen and (max-width: 767px) {
.haru-testimonial--slick-3 .haru-testimonial__list {
max-width: calc(100vw - 16px);
}
}
.haru-testimonial--slick-3 .haru-slick {
margin: 0 -15px;
}
@media screen and (max-width: 991px) {
.haru-testimonial--slick-3 .haru-slick {
margin: 0 -10px;
}
}
@media screen and (max-width: 767px) {
.haru-testimonial--slick-3 .haru-slick {
margin: 0 -8px;
}
}
.haru-testimonial--slick-3 .slick-slide {
padding: 0 15px;
}
@media screen and (max-width: 991px) {
.haru-testimonial--slick-3 .slick-slide {
padding: 0 10px;
}
}
@media screen and (max-width: 767px) {
.haru-testimonial--slick-3 .slick-slide {
padding: 0 8px;
}
}
.haru-testimonial--slick-3 .haru-testimonial__top {
display: flex;
}
.haru-testimonial--slick-3 .haru-testimonial__image {
flex: 0 0 72px;
}
.haru-testimonial--slick-3 .haru-testimonial__image img {
width: 100%;
border-radius: 50%;
margin: 0 auto;
}
.haru-testimonial--slick-3 .haru-testimonial__content {
padding-left: 24px;
}
.haru-testimonial--slick-3 .haru-testimonial__title {
font-size: 16px;
margin-bottom: 5px;
}
.haru-testimonial--slick-3 .haru-testimonial__sub-title {
color: #7e7e7e;
font-size: 15px;
font-weight: 500;
padding-left: 5px;
}
.haru-testimonial--slick-3 .haru-testimonial__rating {
display: flex;
}
.haru-testimonial--slick-3 .haru-testimonial__star {
color: #000;
}
.haru-testimonial--slick-3 .haru-testimonial__star:before {
content: '\e92c';
font-family: 'haruicons';
font-size: 18px;
color: #f3bb2e;
}
.haru-testimonial--slick-3 .haru-testimonial__description {
color: #000;
font-size: 18px;
line-height: 1.8;
margin-top: -5px;
}
@media screen and (max-width: 1440px) {
.haru-testimonial--slick-3 .haru-testimonial__description {
font-size: 17px;
}
}
@media screen and (max-width: 1024px) {
.haru-testimonial--slick-3 .haru-testimonial__description {
font-size: 16px;
}
}
.haru-testimonial--slick-3 .slick-next {
right: 15px;
}
@media screen and (max-width: 991px) {
.haru-testimonial--slick-3 .slick-next {
right: 10px;
}
}
@media screen and (max-width: 767px) {
.haru-testimonial--slick-3 .slick-next {
right: 8px;
}
}
.haru-testimonial--slick-3 .slick-prev {
left: 15px;
}
@media screen and (max-width: 991px) {
.haru-testimonial--slick-3 .slick-prev {
left: 10px;
}
}
@media screen and (max-width: 767px) {
.haru-testimonial--slick-3 .slick-prev {
left: 8px;
}
}
.haru-testimonial--slick-3 .slick-dots {
margin: 10px 0 0;
}
@media screen and (max-width: 1440px) {
.haru-testimonial--slick-3 .slick-dots {
margin: 5px 0 0;
}
}
@media screen and (max-width: 767px) {
.haru-testimonial--slick-3 .slick-dots {
margin: 0 0 0;
}
}
.haru-testimonial--slick-4 {
background-color: #f8f8f8;
border-radius: 12px;
}
@media screen and (max-width: 767px) {
.haru-testimonial--slick-4 .haru-testimonial__list {
max-width: calc(100vw - 30px);
}
}
.haru-testimonial--slick-4 .haru-testimonial__item {
padding: 80px 25% 80px 25%;
text-align: center;
}
@media screen and (max-width: 1440px) {
.haru-testimonial--slick-4 .haru-testimonial__item {
padding: 70px 20% 70px 20%;
}
}
@media screen and (max-width: 1024px) {
.haru-testimonial--slick-4 .haru-testimonial__item {
padding: 60px 20% 60px 20%;
}
}
@media screen and (max-width: 991px) {
.haru-testimonial--slick-4 .haru-testimonial__item {
padding: 50px 15% 50px 15%;
}
}
@media screen and (max-width: 767px) {
.haru-testimonial--slick-4 .haru-testimonial__item {
padding: 30px 13% 30px 13%;
}
}
.haru-testimonial--slick-4 .haru-testimonial__image {
display: inline-block;
position: relative;
}
.haru-testimonial--slick-4 .haru-testimonial__image img {
border-radius: 50%;
border: 4px solid #fff;
max-width: 96px;
}
.haru-testimonial--slick-4 .haru-testimonial__quote {
font-size: 28px;
color: rgba(0, 0, 0, 0.1);
position: absolute;
left: calc(100% - 5px);
top: -15px;
}
@media screen and (max-width: 1440px) {
.haru-testimonial--slick-4 .haru-testimonial__quote {
font-size: 26px;
}
}
@media screen and (max-width: 1024px) {
.haru-testimonial--slick-4 .haru-testimonial__quote {
font-size: 24px;
}
}
@media screen and (max-width: 991px) {
.haru-testimonial--slick-4 .haru-testimonial__quote {
font-size: 22px;
}
}
@media screen and (max-width: 767px) {
.haru-testimonial--slick-4 .haru-testimonial__quote {
font-size: 20px;
}
}
.haru-testimonial--slick-4 .haru-testimonial__rating {
display: flex;
justify-content: center;
margin-top: 15px;
}
.haru-testimonial--slick-4 .haru-testimonial__star {
color: #000;
}
.haru-testimonial--slick-4 .haru-testimonial__star:before {
content: '\e92c';
font-family: 'haruicons';
font-size: 24px;
}
.haru-testimonial--slick-4 .haru-testimonial__description {
color: #000;
font-size: 24px;
font-weight: 600;
line-height: 1.4;
margin-top: 20px;
}
@media screen and (max-width: 1440px) {
.haru-testimonial--slick-4 .haru-testimonial__description {
font-size: 22px;
}
}
@media screen and (max-width: 1024px) {
.haru-testimonial--slick-4 .haru-testimonial__description {
font-size: 20px;
}
}
@media screen and (max-width: 991px) {
.haru-testimonial--slick-4 .haru-testimonial__description {
font-size: 18px;
}
}
.haru-testimonial--slick-4 .haru-testimonial__title {
font-size: 18px;
margin-top: 40px;
margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
.haru-testimonial--slick-4 .haru-testimonial__title {
font-size: 17px;
margin-top: 30px;
}
}
@media screen and (max-width: 767px) {
.haru-testimonial--slick-4 .haru-testimonial__title {
font-size: 16px;
}
}
.haru-testimonial--slick-4 .haru-testimonial__sub-title {
color: #9b9b9b;
font-size: 15px;
font-weight: 500;
}
.haru-testimonial--slick-4 .slick-next,
.haru-testimonial--slick-4 .slick-prev {
width: 48px;
height: 48px;
line-height: 48px;
}
@media screen and (max-width: 991px) {
.haru-testimonial--slick-4 .slick-next,
.haru-testimonial--slick-4 .slick-prev {
width: 44px;
height: 44px;
line-height: 44px;
}
}
.haru-testimonial--slick-4 .slick-next:before,
.haru-testimonial--slick-4 .slick-prev:before {
font-family: 'phosphor';
font-size: 18px;
font-weight: 700;
position: relative;
transition: all .3s;
}
@media screen and (max-width: 1440px) {
.haru-testimonial--slick-4 .slick-next:before,
.haru-testimonial--slick-4 .slick-prev:before {
font-size: 16px;
}
}
.haru-testimonial--slick-4 .slick-next {
right: 10%;
}
@media screen and (max-width: 991px) {
.haru-testimonial--slick-4 .slick-next {
right: 5%;
}
}
@media screen and (max-width: 767px) {
.haru-testimonial--slick-4 .slick-next {
right: 5px;
}
}
.haru-testimonial--slick-4 .slick-next:before {
content: '\e916';
}
.haru-testimonial--slick-4 .slick-prev {
left: 10%;
}
@media screen and (max-width: 991px) {
.haru-testimonial--slick-4 .slick-prev {
left: 5%;
}
}
@media screen and (max-width: 767px) {
.haru-testimonial--slick-4 .slick-prev {
left: 5px;
}
}
.haru-testimonial--slick-4 .slick-prev:before {
content: '\e915';
}
.haru-testimonial--slick-4 .slick-dots {
margin: 30px 0 0;
}
@media screen and (max-width: 1440px) {
.haru-testimonial--slick-4 .slick-dots {
margin: 25px 0 0;
}
}
@media screen and (max-width: 1024px) {
.haru-testimonial--slick-4 .slick-dots {
margin: 20px 0 0;
}
}
@media screen and (max-width: 991px) {
.haru-testimonial--slick-4 .slick-dots {
margin: 15px 0 0;
}
}
@media screen and (max-width: 767px) {
.haru-testimonial--slick-4 .slick-dots {
margin: 10px 0 0;
}
}
.haru-testimonial--slick-4 .slick-dots button {
background-color: #ddd;
}
.haru-testimonial--slick-4 .slick-dots li.slick-active button {
background-color: #4B5C66;
}
.haru-testimonial--slick-4:hover .slick-next,
.haru-testimonial--slick-4:hover .slick-prev {
opacity: 1;
visibility: visible;
}
.haru-testimonial--slick-4:hover .slick-next:before,
.haru-testimonial--slick-4:hover .slick-prev:before {
visibility: visible;
transition: all 0s;
}
.haru-testimonial--slick-5 {
overflow: visible;
-webkit-clip-path: inset(-100vw -100vw -100vw -23px);
clip-path: inset(-100vw -100vw -100vw -23px);
}
.haru-testimonial--slick-5 .slick-list {
overflow: visible;
}
@media screen and (max-width: 767px) {
.haru-testimonial--slick-5 .haru-testimonial__list {
max-width: calc(100vw - 16px);
}
}
.haru-testimonial--slick-5 .haru-slick {
margin: 0 -15px;
}
@media screen and (max-width: 991px) {
.haru-testimonial--slick-5 .haru-slick {
margin: 0 -10px;
}
}
@media screen and (max-width: 767px) {
.haru-testimonial--slick-5 .haru-slick {
margin: 0 -8px;
}
}
.haru-testimonial--slick-5 .slick-slide {
padding: 35px 15px;
}
@media screen and (max-width: 991px) {
.haru-testimonial--slick-5 .slick-slide {
padding: 35px 10px;
}
}
@media screen and (max-width: 767px) {
.haru-testimonial--slick-5 .slick-slide {
padding: 35px 8px;
}
}
.haru-testimonial--slick-5 .haru-testimonial__item-wrap {
-webkit-transform: translateY(0);
transform: translateY(0);
transition: all .3s;
}
.haru-testimonial--slick-5 .haru-testimonial__item-wrap:hover {
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
transition: all .3s;
}
.haru-testimonial--slick-5 .haru-testimonial__item-wrap:hover .haru-testimonial__item {
box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
transition: all .3s;
}
.haru-testimonial--slick-5 .haru-testimonial__item {
padding: 40px;
background: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
border-radius: 10px;
transition: all .3s;
}
.haru-testimonial--slick-5 .haru-testimonial__top {
display: flex;
}
.haru-testimonial--slick-5 .haru-testimonial__image img {
max-height: 80px;
border-radius: 50%;
margin: 0 auto;
}
.haru-testimonial--slick-5 .haru-testimonial__content {
padding-left: 24px;
}
.haru-testimonial--slick-5 .haru-testimonial__title {
font-size: 18px;
margin-bottom: 5px;
}
@media screen and (max-width: 1440px) {
.haru-testimonial--slick-5 .haru-testimonial__title {
font-size: 17px;
}
}
@media screen and (max-width: 1024px) {
.haru-testimonial--slick-5 .haru-testimonial__title {
font-size: 16px;
}
}
@media screen and (max-width: 991px) {
.haru-testimonial--slick-5 .haru-testimonial__title {
font-size: 15px;
}
}
.haru-testimonial--slick-5 .haru-testimonial__sub-title {
color: #7e7e7e;
font-size: 15px;
font-weight: 500;
padding-left: 5px;
}
.haru-testimonial--slick-5 .haru-testimonial__rating {
display: flex;
}
.haru-testimonial--slick-5 .haru-testimonial__star {
color: #000;
}
.haru-testimonial--slick-5 .haru-testimonial__star:before {
content: '\e92c';
font-family: 'haruicons';
font-size: 20px;
color: #f3bb2e;
}
.haru-testimonial--slick-5 .haru-testimonial__description-title {
color: #000;
font-size: 24px;
}
@media screen and (max-width: 1440px) {
.haru-testimonial--slick-5 .haru-testimonial__description-title {
font-size: 22px;
}
}
@media screen and (max-width: 1024px) {
.haru-testimonial--slick-5 .haru-testimonial__description-title {
font-size: 20px;
}
}
@media screen and (max-width: 991px) {
.haru-testimonial--slick-5 .haru-testimonial__description-title {
font-size: 18px;
}
}
.haru-testimonial--slick-5 .haru-testimonial__description {
color: #000;
font-size: 20px;
line-height: 1.8;
margin-top: 20px;
margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
.haru-testimonial--slick-5 .haru-testimonial__description {
font-size: 18px;
}
}
@media screen and (max-width: 1024px) {
.haru-testimonial--slick-5 .haru-testimonial__description {
font-size: 17px;
}
}
@media screen and (max-width: 767px) {
.haru-testimonial--slick-5 .haru-testimonial__description {
font-size: 16px;
}
}
.haru-testimonial--slick-5 .slick-next {
right: 15px;
}
@media screen and (max-width: 991px) {
.haru-testimonial--slick-5 .slick-next {
right: 10px;
}
}
@media screen and (max-width: 767px) {
.haru-testimonial--slick-5 .slick-next {
right: 8px;
}
}
.haru-testimonial--slick-5 .slick-prev {
left: 15px;
}
@media screen and (max-width: 991px) {
.haru-testimonial--slick-5 .slick-prev {
left: 10px;
}
}
@media screen and (max-width: 767px) {
.haru-testimonial--slick-5 .slick-prev {
left: 8px;
}
}
.haru-testimonial--slick-6 .haru-slick {
margin: 0 -15px;
}
@media screen and (max-width: 991px) {
.haru-testimonial--slick-6 .haru-slick {
margin: 0 -10px;
}
}
@media screen and (max-width: 767px) {
.haru-testimonial--slick-6 .haru-slick {
margin: 0 -8px;
}
}
.haru-testimonial--slick-6 .slick-slide {
padding: 15px;
}
@media screen and (max-width: 991px) {
.haru-testimonial--slick-6 .slick-slide {
padding: 10px;
}
}
@media screen and (max-width: 767px) {
.haru-testimonial--slick-6 .slick-slide {
padding: 8px;
}
}
@media screen and (max-width: 767px) {
.haru-testimonial--slick-6 .haru-testimonial__list {
max-width: calc(100vw - 16px);
}
}
.haru-testimonial--slick-6 .haru-testimonial__rating {
display: flex;
margin-bottom: 15px;
display: none;
}
.haru-testimonial--slick-6 .haru-testimonial__star {
color: #000;
}
.haru-testimonial--slick-6 .haru-testimonial__star:before {
content: '\e92c';
font-family: 'haruicons';
font-size: 18px;
color: #f3bb2e;
}
.haru-testimonial--slick-6 .haru-testimonial__description {
color: #000;
font-size: 24px;
line-height: 1.5;
margin-bottom: 40px;
}
@media screen and (max-width: 1440px) {
.haru-testimonial--slick-6 .haru-testimonial__description {
font-size: 22px;
}
}
@media screen and (max-width: 1024px) {
.haru-testimonial--slick-6 .haru-testimonial__description {
font-size: 20px;
}
}
@media screen and (max-width: 991px) {
.haru-testimonial--slick-6 .haru-testimonial__description {
font-size: 18px;
margin-bottom: 35px;
}
}
@media screen and (max-width: 767px) {
.haru-testimonial--slick-6 .haru-testimonial__description {
font-size: 16px;
margin-bottom: 30px;
}
}
.haru-testimonial--slick-6 .haru-testimonial__bottom {
display: flex;
}
.haru-testimonial--slick-6 .haru-testimonial__image {
border: 4px solid #fff;
border-radius: 50%;
}
@media screen and (max-width: 767px) {
.haru-testimonial--slick-6 .haru-testimonial__image {
border: 3px solid #fff;
}
}
.haru-testimonial--slick-6 .haru-testimonial__image img {
max-width: 80px;
border-radius: 50%;
margin: 0 auto;
}
@media screen and (max-width: 767px) {
.haru-testimonial--slick-6 .haru-testimonial__image img {
max-width: 66px;
}
}
.haru-testimonial--slick-6 .haru-testimonial__content {
padding-left: 20px;
}
.haru-testimonial--slick-6 .haru-testimonial__title {
font-size: 18px;
}
@media screen and (max-width: 1440px) {
.haru-testimonial--slick-6 .haru-testimonial__title {
font-size: 17px;
}
}
@media screen and (max-width: 1024px) {
.haru-testimonial--slick-6 .haru-testimonial__title {
font-size: 16px;
}
}
@media screen and (max-width: 991px) {
.haru-testimonial--slick-6 .haru-testimonial__title {
font-size: 15px;
}
}
@media screen and (max-width: 767px) {
.haru-testimonial--slick-6 .haru-testimonial__title {
margin-bottom: 8px;
}
}
.haru-testimonial--slick-6 .haru-testimonial__sub-title {
color: #9b9b9b;
font-size: 15px;
font-weight: 600;
}
@media screen and (max-width: 767px) {
.haru-testimonial--slick-6 .haru-testimonial__sub-title {
font-size: 14px;
}
}
.haru-testimonial--slick-6 .slick-prev,
.haru-testimonial--slick-6 .slick-next {
width: 48px;
height: 48px;
line-height: 48px;
bottom: 30px;
z-index: 2;
}
@media screen and (max-width: 767px) {
.haru-testimonial--slick-6 .slick-prev,
.haru-testimonial--slick-6 .slick-next {
width: 36px;
height: 36px;
line-height: 36px;
bottom: 5px;
}
}
.haru-testimonial--slick-6 .slick-next {
right: 15px;
}
@media screen and (max-width: 991px) {
.haru-testimonial--slick-6 .slick-next {
right: 10px;
}
}
@media screen and (max-width: 767px) {
.haru-testimonial--slick-6 .slick-next {
right: 8px;
}
}
.haru-testimonial--slick-6 .slick-prev {
right: 80px;
}
@media screen and (max-width: 991px) {
.haru-testimonial--slick-6 .slick-prev {
right: 75px;
}
}
@media screen and (max-width: 767px) {
.haru-testimonial--slick-6 .slick-prev {
right: 55px;
}
}
@media screen and (max-width: 767px) {
.haru-testimonial--slick-6 .slick-dots {
margin-top: -10px;
padding-bottom: 10px;
}
}
@media screen and (max-width: 767px) {
.haru-testimonial--slick-7 .haru-testimonial__list {
max-width: calc(100vw - 16px);
}
}
.haru-testimonial--slick-7 .haru-slick {
margin: 0 -15px;
}
@media screen and (max-width: 991px) {
.haru-testimonial--slick-7 .haru-slick {
margin: 0 -10px;
}
}
@media screen and (max-width: 767px) {
.haru-testimonial--slick-7 .haru-slick {
margin: 0 -8px;
}
}
.haru-testimonial--slick-7 .slick-slide {
padding: 35px 15px;
}
@media screen and (max-width: 991px) {
.haru-testimonial--slick-7 .slick-slide {
padding: 35px 10px;
}
}
@media screen and (max-width: 767px) {
.haru-testimonial--slick-7 .slick-slide {
padding: 35px 8px;
}
}
.haru-testimonial--slick-7 .haru-testimonial__item-wrap {
-webkit-transform: translateY(0);
transform: translateY(0);
transition: all .3s;
}
.haru-testimonial--slick-7 .haru-testimonial__item-wrap:hover {
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
transition: all .3s;
}
.haru-testimonial--slick-7 .haru-testimonial__item {
background: #fff;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
border-radius: 10px;
overflow: hidden;
}
.haru-testimonial--slick-7 .haru-testimonial__top {
display: flex;
}
.haru-testimonial--slick-7 .haru-testimonial__image img {
margin: 0 auto;
width: 100%;
}
.haru-testimonial--slick-7 .haru-testimonial__content {
padding: 25px;
}
.haru-testimonial--slick-7 .haru-testimonial__title {
font-size: 16px;
margin-top: 15px;
}
@media screen and (max-width: 991px) {
.haru-testimonial--slick-7 .haru-testimonial__title {
font-size: 15px;
}
}
.haru-testimonial--slick-7 .haru-testimonial__sub-title {
color: #7e7e7e;
font-size: 15px;
font-weight: 500;
padding-left: 5px;
}
.haru-testimonial--slick-7 .haru-testimonial__rating {
display: flex;
}
.haru-testimonial--slick-7 .haru-testimonial__star {
color: #000;
}
.haru-testimonial--slick-7 .haru-testimonial__star:before {
content: '\e92c';
font-family: 'haruicons';
font-size: 18px;
color: #f3bb2e;
}
.haru-testimonial--slick-7 .haru-testimonial__description-title {
font-size: 18px;
margin-top: 5px;
}
.haru-testimonial--slick-7 .haru-testimonial__description {
font-size: 18px;
}
@media screen and (max-width: 1440px) {
.haru-testimonial--slick-7 .haru-testimonial__description {
font-size: 17px;
}
}
@media screen and (max-width: 1024px) {
.haru-testimonial--slick-7 .haru-testimonial__description {
font-size: 16px;
}
}
.haru-testimonial--slick-7 .slick-next,
.haru-testimonial--slick-7 .slick-prev {
width: 48px;
height: 48px;
line-height: 48px;
}
.haru-testimonial--slick-7 .slick-next {
right: -60px;
}
.haru-testimonial--slick-7 .slick-prev {
left: -60px;
}
.haru-testimonial--slick-7 .slick-dots {
margin: 0 0 20px;
}
@media screen and (max-width: 1440px) {
.haru-testimonial--slick-7 .slick-dots {
margin: 0 0 15px;
}
}
@media screen and (max-width: 1024px) {
.haru-testimonial--slick-7 .slick-dots {
margin: 0 0 10px;
}
}
@media screen and (max-width: 991px) {
.haru-testimonial--slick-7 .slick-dots {
margin: 0 0 5px;
}
}
@media screen and (max-width: 767px) {
.haru-testimonial--slick-7 .slick-dots {
margin: 0 0 0;
}
}
.haru-testimonial--slick-8 .slick-list {
overflow: visible;
}
@media screen and (max-width: 767px) {
.haru-testimonial--slick-8 .haru-testimonial__list {
max-width: calc(100vw - 16px);
}
}
.haru-testimonial--slick-8 .haru-slick {
margin: 0 -15px;
}
@media screen and (max-width: 991px) {
.haru-testimonial--slick-8 .haru-slick {
margin: 0 -10px;
}
}
@media screen and (max-width: 767px) {
.haru-testimonial--slick-8 .haru-slick {
margin: 0 -8px;
}
}
.haru-testimonial--slick-8 .slick-slide {
padding: 35px 15px;
}
@media screen and (max-width: 991px) {
.haru-testimonial--slick-8 .slick-slide {
padding: 35px 10px;
}
}
@media screen and (max-width: 767px) {
.haru-testimonial--slick-8 .slick-slide {
padding: 35px 8px;
}
}
.haru-testimonial--slick-8 .slick-slide:not(.slick-active) .haru-testimonial__item {
opacity: .5;
}
.haru-testimonial--slick-8 .haru-testimonial__item-wrap {
-webkit-transform: translateY(0);
transform: translateY(0);
transition: all .3s;
}
.haru-testimonial--slick-8 .haru-testimonial__item-wrap:hover {
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
transition: all .3s;
}
.haru-testimonial--slick-8 .haru-testimonial__item-wrap:hover .haru-testimonial__item {
box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
transition: all .3s;
}
.haru-testimonial--slick-8 .haru-testimonial__item {
padding: 40px;
background-color: #fff;
border-radius: 10px;
transition: all .3s;
}
.haru-testimonial--slick-8 .haru-testimonial__top {
display: flex;
}
.haru-testimonial--slick-8 .haru-testimonial__image img {
max-height: 80px;
border-radius: 50%;
margin: 0 auto;
}
.haru-testimonial--slick-8 .haru-testimonial__content {
padding-left: 24px;
}
.haru-testimonial--slick-8 .haru-testimonial__title {
font-size: 18px;
margin-bottom: 5px;
}
@media screen and (max-width: 1440px) {
.haru-testimonial--slick-8 .haru-testimonial__title {
font-size: 17px;
}
}
@media screen and (max-width: 1024px) {
.haru-testimonial--slick-8 .haru-testimonial__title {
font-size: 16px;
}
}
@media screen and (max-width: 991px) {
.haru-testimonial--slick-8 .haru-testimonial__title {
font-size: 15px;
}
}
.haru-testimonial--slick-8 .haru-testimonial__sub-title {
color: #7e7e7e;
font-size: 15px;
font-weight: 500;
padding-left: 5px;
}
.haru-testimonial--slick-8 .haru-testimonial__rating {
display: flex;
}
.haru-testimonial--slick-8 .haru-testimonial__star {
color: #000;
}
.haru-testimonial--slick-8 .haru-testimonial__star:before {
content: '\e92c';
font-family: 'haruicons';
font-size: 20px;
color: #f3bb2e;
}
.haru-testimonial--slick-8 .haru-testimonial__description {
color: #000;
font-size: 20px;
line-height: 1.8;
margin-top: 20px;
}
@media screen and (max-width: 1440px) {
.haru-testimonial--slick-8 .haru-testimonial__description {
font-size: 18px;
}
}
@media screen and (max-width: 1024px) {
.haru-testimonial--slick-8 .haru-testimonial__description {
font-size: 16px;
}
}
.haru-testimonial--slick-8 .slick-next {
right: 15px;
}
@media screen and (max-width: 991px) {
.haru-testimonial--slick-8 .slick-next {
right: 10px;
}
}
@media screen and (max-width: 767px) {
.haru-testimonial--slick-8 .slick-next {
right: 8px;
}
}
.haru-testimonial--slick-8 .slick-prev {
left: 15px;
}
@media screen and (max-width: 991px) {
.haru-testimonial--slick-8 .slick-prev {
left: 10px;
}
}
@media screen and (max-width: 767px) {
.haru-testimonial--slick-8 .slick-prev {
left: 8px;
}
}
.haru-testimonial--slick-8 .slick-dots {
margin: 20px 0 0;
}
@media screen and (max-width: 1440px) {
.haru-testimonial--slick-8 .slick-dots {
margin: 15px 0 0;
}
}
@media screen and (max-width: 1024px) {
.haru-testimonial--slick-8 .slick-dots {
margin: 10px 0 0;
}
}
@media screen and (max-width: 991px) {
.haru-testimonial--slick-8 .slick-dots {
margin: 0 0 0;
}
}
@media screen and (max-width: 767px) {
.haru-testimonial--slick-9 .haru-testimonial__list {
max-width: calc(100vw - 16px);
}
}
.haru-testimonial--slick-9 .haru-slick {
margin: 0 -25px;
}
@media screen and (max-width: 1440px) {
.haru-testimonial--slick-9 .haru-slick {
margin: 0 -15px;
}
}
@media screen and (max-width: 991px) {
.haru-testimonial--slick-9 .haru-slick {
margin: 0 -10px;
}
}
@media screen and (max-width: 767px) {
.haru-testimonial--slick-9 .haru-slick {
margin: 0 -8px;
}
}
.haru-testimonial--slick-9 .slick-slide {
padding: 0 25px;
}
@media screen and (max-width: 1440px) {
.haru-testimonial--slick-9 .slick-slide {
padding: 0 15px;
}
}
@media screen and (max-width: 991px) {
.haru-testimonial--slick-9 .slick-slide {
padding: 0 10px;
}
}
@media screen and (max-width: 767px) {
.haru-testimonial--slick-9 .slick-slide {
padding: 0 8px;
}
}
.haru-testimonial--slick-9 .haru-testimonial__item-wrap:hover .haru-testimonial__image img {
-webkit-transform: scale(1.03);
transform: scale(1.03);
transition: all .3s;
}
.haru-testimonial--slick-9 .haru-testimonial__top {
display: flex;
}
.haru-testimonial--slick-9 .haru-testimonial__image {
overflow: hidden;
}
.haru-testimonial--slick-9 .haru-testimonial__image img {
margin: 0 auto;
width: 100%;
-webkit-transform: scale(1);
transform: scale(1);
transition: all .3s;
}
.haru-testimonial--slick-9 .haru-testimonial__title {
font-size: 18px;
margin-top: 0;
}
@media screen and (max-width: 1440px) {
.haru-testimonial--slick-9 .haru-testimonial__title {
font-size: 17px;
}
}
@media screen and (max-width: 1024px) {
.haru-testimonial--slick-9 .haru-testimonial__title {
font-size: 16px;
}
}
@media screen and (max-width: 991px) {
.haru-testimonial--slick-9 .haru-testimonial__title {
font-size: 15px;
}
}
.haru-testimonial--slick-9 .haru-testimonial__sub-title {
color: #7e7e7e;
font-size: 16px;
font-weight: 500;
display: inline-block;
}
@media screen and (max-width: 1440px) {
.haru-testimonial--slick-9 .haru-testimonial__sub-title {
font-size: 15px;
}
}
.haru-testimonial--slick-9 .haru-testimonial__sub-title:before {
content: '';
display: inline-block;
width: 20px;
height: 1px;
background-color: rgba(126, 126, 126, 0.6);
margin: 0 8px;
position: relative;
top: -5px;
}
.haru-testimonial--slick-9 .haru-testimonial__rating {
display: flex;
}
.haru-testimonial--slick-9 .haru-testimonial__star {
color: #000;
}
.haru-testimonial--slick-9 .haru-testimonial__star:before {
content: '\e92c';
font-family: 'haruicons';
font-size: 18px;
color: #f3bb2e;
}
.haru-testimonial--slick-9 .haru-testimonial__description-title {
font-size: 18px;
margin-top: 5px;
}
.haru-testimonial--slick-9 .haru-testimonial__description {
font-size: 20px;
font-weight: 500;
color: #000;
margin-top: 30px;
margin-bottom: 24px;
}
@media screen and (max-width: 1440px) {
.haru-testimonial--slick-9 .haru-testimonial__description {
font-size: 18px;
}
}
@media screen and (max-width: 1024px) {
.haru-testimonial--slick-9 .haru-testimonial__description {
font-size: 17px;
}
}
.haru-testimonial--slick-9 .slick-next,
.haru-testimonial--slick-9 .slick-prev {
width: 48px;
height: 48px;
line-height: 48px;
border-radius: 50%;
top: -110px;
}
@media screen and (max-width: 1440px) {
.haru-testimonial--slick-9 .slick-next,
.haru-testimonial--slick-9 .slick-prev {
top: -105px;
}
}
@media screen and (max-width: 1024px) {
.haru-testimonial--slick-9 .slick-next,
.haru-testimonial--slick-9 .slick-prev {
top: -100px;
}
}
@media screen and (max-width: 991px) {
.haru-testimonial--slick-9 .slick-next,
.haru-testimonial--slick-9 .slick-prev {
top: -95px;
}
}
.haru-testimonial--slick-9 .slick-next {
right: 25px;
}
.haru-testimonial--slick-9 .slick-prev {
right: 90px;
}
.haru-testimonial--slick-9 .slick-dots {
margin: 0 0 20px;
}
@media screen and (max-width: 1440px) {
.haru-testimonial--slick-9 .slick-dots {
margin: 0 0 15px;
}
}
@media screen and (max-width: 1024px) {
.haru-testimonial--slick-9 .slick-dots {
margin: 0 0 10px;
}
}
@media screen and (max-width: 991px) {
.haru-testimonial--slick-9 .slick-dots {
margin: 0 0 5px;
}
}
@media screen and (max-width: 767px) {
.haru-testimonial--slick-9 .slick-dots {
margin: 0 0 0;
}
}
.haru-testimonial--grid .haru-testimonial__list {
display: flex;
flex-wrap: wrap;
margin: -15px;
}
@media screen and (max-width: 991px) {
.haru-testimonial--grid .haru-testimonial__list {
margin: -10px;
}
}
@media screen and (max-width: 767px) {
.haru-testimonial--grid .haru-testimonial__list {
margin: -8px;
}
}
.haru-testimonial--grid .haru-testimonial__item-wrap {
padding: 15px;
}
@media screen and (max-width: 991px) {
.haru-testimonial--grid .haru-testimonial__item-wrap {
padding: 10px;
}
}
@media screen and (max-width: 767px) {
.haru-testimonial--grid .haru-testimonial__item-wrap {
padding: 8px;
}
}
.haru-testimonial--grid-2 .haru-testimonial__list {
display: flex;
flex-wrap: wrap;
margin: -15px;
}
@media screen and (max-width: 991px) {
.haru-testimonial--grid-2 .haru-testimonial__list {
margin: -10px;
}
}
@media screen and (max-width: 767px) {
.haru-testimonial--grid-2 .haru-testimonial__list {
margin: -8px;
}
}
.haru-testimonial--grid-2 .haru-testimonial__item-wrap {
padding: 15px;
-webkit-transform: translateY(0);
transform: translateY(0);
transition: all .3s;
}
@media screen and (max-width: 991px) {
.haru-testimonial--grid-2 .haru-testimonial__item-wrap {
padding: 10px;
}
}
@media screen and (max-width: 767px) {
.haru-testimonial--grid-2 .haru-testimonial__item-wrap {
padding: 8px;
}
}
.haru-testimonial--grid-2 .haru-testimonial__item-wrap:hover {
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
transition: all .3s;
}
.haru-testimonial--grid-2 .haru-testimonial__item-wrap:nth-child(4n+1) {
margin-top: 60px;
}
@media screen and (max-width: 767px) {
.haru-testimonial--grid-2 .haru-testimonial__item-wrap:nth-child(4n+1) {
margin-top: 0;
}
}
.haru-testimonial--grid-2 .haru-testimonial__item-wrap:nth-child(4n) {
margin-top: -60px;
}
@media screen and (max-width: 767px) {
.haru-testimonial--grid-2 .haru-testimonial__item-wrap:nth-child(4n) {
margin-top: 0;
}
}
.haru-testimonial--grid-2 .haru-testimonial__item {
padding: 40px;
background: #fff;
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.07);
border-radius: 10px;
}
@media screen and (max-width: 767px) {
.haru-testimonial--grid-2 .haru-testimonial__item {
padding: 20px;
}
}
.haru-testimonial--grid-2 .haru-testimonial__top {
margin-bottom: 20px;
}
.haru-testimonial--grid-2 .haru-testimonial__rating {
display: flex;
}
.haru-testimonial--grid-2 .haru-testimonial__star {
color: #000;
margin-bottom: 5px;
}
.haru-testimonial--grid-2 .haru-testimonial__star:before {
content: '\e92c';
font-family: 'haruicons';
font-size: 22px;
color: #f3bb2e;
}
@media screen and (max-width: 767px) {
.haru-testimonial--grid-2 .haru-testimonial__star:before {
font-size: 20px;
}
}
.haru-testimonial--grid-2 .haru-testimonial__description-title {
font-size: 24px;
font-weight: 700;
color: #000;
line-height: 1.5;
}
@media screen and (max-width: 1440px) {
.haru-testimonial--grid-2 .haru-testimonial__description-title {
font-size: 22px;
}
}
@media screen and (max-width: 1024px) {
.haru-testimonial--grid-2 .haru-testimonial__description-title {
font-size: 20px;
}
}
@media screen and (max-width: 767px) {
.haru-testimonial--grid-2 .haru-testimonial__description-title {
font-size: 18px;
}
}
.haru-testimonial--grid-2 .haru-testimonial__description {
color: #000;
font-size: 20px;
line-height: 1.8;
margin-top: 20px;
}
@media screen and (max-width: 1440px) {
.haru-testimonial--grid-2 .haru-testimonial__description {
font-size: 19px;
}
}
@media screen and (max-width: 1024px) {
.haru-testimonial--grid-2 .haru-testimonial__description {
font-size: 18px;
}
}
@media screen and (max-width: 991px) {
.haru-testimonial--grid-2 .haru-testimonial__description {
font-size: 17px;
}
}
@media screen and (max-width: 767px) {
.haru-testimonial--grid-2 .haru-testimonial__description {
font-size: 16px;
}
}
.haru-testimonial--grid-2 .haru-testimonial__bottom {
display: flex;
}
.haru-testimonial--grid-2 .haru-testimonial__image img {
max-width: 80px;
border-radius: 50%;
margin: 0 auto;
}
.haru-testimonial--grid-2 .haru-testimonial__content {
padding-left: 24px;
}
.haru-testimonial--grid-2 .haru-testimonial__title {
font-size: 18px;
margin-bottom: 5px;
}
@media screen and (max-width: 1440px) {
.haru-testimonial--grid-2 .haru-testimonial__title {
font-size: 17px;
}
}
@media screen and (max-width: 1024px) {
.haru-testimonial--grid-2 .haru-testimonial__title {
font-size: 16px;
}
}
@media screen and (max-width: 767px) {
.haru-testimonial--grid-2 .haru-testimonial__title {
font-size: 15px;
margin-top: 0;
}
}
.haru-testimonial--grid-2 .haru-testimonial__sub-title {
color: #7e7e7e;
font-size: 15px;
font-weight: 500;
}
.haru-testimonial--scroll .haru-testimonial__list {
display: flex;
flex-wrap: nowrap;
margin: -15px;
}
@media screen and (max-width: 991px) {
.haru-testimonial--scroll .haru-testimonial__list {
margin: -10px;
}
}
@media screen and (max-width: 767px) {
.haru-testimonial--scroll .haru-testimonial__list {
margin: -8px;
}
}
.haru-testimonial--scroll .haru-testimonial__item-wrap {
padding: 15px;
}
@media screen and (max-width: 991px) {
.haru-testimonial--scroll .haru-testimonial__item-wrap {
padding: 10px;
}
}
@media screen and (max-width: 767px) {
.haru-testimonial--scroll .haru-testimonial__item-wrap {
padding: 8px;
}
}
.haru-testimonial--scroll .haru-testimonial__columns-6 {
flex: 0 0 16.666666vw;
}
.haru-testimonial--scroll .haru-testimonial__columns-5 {
flex: 0 0 20vw;
}
.haru-testimonial--scroll .haru-testimonial__columns-4 {
flex: 0 0 25vw;
}
.haru-testimonial--scroll .haru-testimonial__columns-3 {
flex: 0 0 33.333333vw;
}
.haru-testimonial--scroll .haru-testimonial__columns-2 {
flex: 0 0 50vw;
}
.haru-testimonial--scroll .haru-testimonial__columns-1 {
flex: 0 0 100vw;
}
@media screen and (max-width: 991px) {
.haru-testimonial--scroll .haru-testimonial__columns--tablet-6 {
flex: 0 0 16.666666vw;
}
}
@media screen and (max-width: 991px) {
.haru-testimonial--scroll .haru-testimonial__columns--tablet-5 {
flex: 0 0 20vw;
}
}
@media screen and (max-width: 991px) {
.haru-testimonial--scroll .haru-testimonial__columns--tablet-4 {
flex: 0 0 25vw;
}
}
@media screen and (max-width: 991px) {
.haru-testimonial--scroll .haru-testimonial__columns--tablet-3 {
flex: 0 0 33.333333vw;
}
}
@media screen and (max-width: 991px) {
.haru-testimonial--scroll .haru-testimonial__columns--tablet-2 {
flex: 0 0 50vw;
}
}
@media screen and (max-width: 991px) {
.haru-testimonial--scroll .haru-testimonial__columns--tablet-1 {
flex: 0 0 100vw;
}
}
@media screen and (max-width: 767px) {
.haru-testimonial--scroll .haru-testimonial__columns--mobile-6 {
flex: 0 0 16.666666vw;
}
}
@media screen and (max-width: 767px) {
.haru-testimonial--scroll .haru-testimonial__columns--mobile-5 {
flex: 0 0 20vw;
}
}
@media screen and (max-width: 767px) {
.haru-testimonial--scroll .haru-testimonial__columns--mobile-4 {
flex: 0 0 25vw;
}
}
@media screen and (max-width: 767px) {
.haru-testimonial--scroll .haru-testimonial__columns--mobile-3 {
flex: 0 0 33.333333vw;
}
}
@media screen and (max-width: 767px) {
.haru-testimonial--scroll .haru-testimonial__columns--mobile-2 {
flex: 0 0 50vw;
}
}
@media screen and (max-width: 767px) {
.haru-testimonial--scroll .haru-testimonial__columns--mobile-1 {
flex: 0 0 100vw;
}
}
.haru-testimonial--scroll .haru-testimonial__item {
padding: 40px 35px 40px 40px;
background: #fff;
border-radius: 10px;
-webkit-transform: translateY(0);
transform: translateY(0);
transition: all .3s;
}
@media screen and (max-width: 1440px) {
.haru-testimonial--scroll .haru-testimonial__item {
padding: 35px 30px 35px 35px;
}
}
.haru-testimonial--scroll .haru-testimonial__item:hover {
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
box-shadow: 30px 30px 70px rgba(0, 0, 0, 0.06);
transition: all .3s;
}
.haru-testimonial--scroll .haru-testimonial__top {
display: flex;
}
.haru-testimonial--scroll .haru-testimonial__image img {
max-height: 80px;
}
.haru-testimonial--scroll .haru-testimonial__content {
padding-left: 24px;
}
.haru-testimonial--scroll .haru-testimonial__title {
font-size: 18px;
margin-bottom: 5px;
}
@media screen and (max-width: 1440px) {
.haru-testimonial--scroll .haru-testimonial__title {
font-size: 17px;
}
}
@media screen and (max-width: 1024px) {
.haru-testimonial--scroll .haru-testimonial__title {
font-size: 16px;
}
}
@media screen and (max-width: 991px) {
.haru-testimonial--scroll .haru-testimonial__title {
font-size: 15px;
}
}
@media screen and (max-width: 767px) {
.haru-testimonial--scroll .haru-testimonial__title {
margin-top: 0;
}
}
.haru-testimonial--scroll .haru-testimonial__sub-title {
color: #7e7e7e;
font-size: 15px;
font-weight: 500;
padding-left: 5px;
}
.haru-testimonial--scroll .haru-testimonial__rating {
display: flex;
}
.haru-testimonial--scroll .haru-testimonial__star {
color: #000;
}
.haru-testimonial--scroll .haru-testimonial__star:before {
content: '\e92c';
font-family: 'haruicons';
font-size: 18px;
color: #f3bb2e;
}
.haru-testimonial--scroll .haru-testimonial__description {
color: #000;
font-size: 20px;
line-height: 1.8;
margin-top: 20px;
margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
.haru-testimonial--scroll .haru-testimonial__description {
font-size: 19px;
}
}
@media screen and (max-width: 1024px) {
.haru-testimonial--scroll .haru-testimonial__description {
font-size: 18px;
}
}
@media screen and (max-width: 991px) {
.haru-testimonial--scroll .haru-testimonial__description {
font-size: 17px;
}
}
@media screen and (max-width: 767px) {
.haru-testimonial--scroll .haru-testimonial__description {
font-size: 16px;
}
}
.dark-mode .haru-testimonial--slick,
.background-dark .haru-testimonial--slick {
border-bottom: 1px solid #323f4b;
}
.dark-mode .haru-testimonial--slick .slick-slide,
.background-dark .haru-testimonial--slick .slick-slide {
border-left: 1px solid #323f4b;
}
.dark-mode .haru-testimonial--slick .slick-slide.slick-current,
.background-dark .haru-testimonial--slick .slick-slide.slick-current {
border-left: 1px solid transparent;
}
.dark-mode .haru-testimonial--slick .haru-testimonial__sub-title,
.background-dark .haru-testimonial--slick .haru-testimonial__sub-title {
color: #ababab;
}
.dark-mode .haru-testimonial--slick .haru-testimonial__description,
.background-dark .haru-testimonial--slick .haru-testimonial__description {
color: #fff;
}
.dark-mode .haru-testimonial--slick .slick-next,
.dark-mode .haru-testimonial--slick .slick-prev,
.background-dark .haru-testimonial--slick .slick-next,
.background-dark .haru-testimonial--slick .slick-prev {
color: #fff;
}
.dark-mode .haru-testimonial--slick .slick-next:hover,
.dark-mode .haru-testimonial--slick .slick-prev:hover,
.background-dark .haru-testimonial--slick .slick-next:hover,
.background-dark .haru-testimonial--slick .slick-prev:hover {
color: #4B5C66;
}
.dark-mode .haru-testimonial--slick .slick-next,
.background-dark .haru-testimonial--slick .slick-next {
border-left: 1px solid #323f4b;
}
.dark-mode .haru-testimonial--slick .slick-prev,
.background-dark .haru-testimonial--slick .slick-prev {
border-right: 1px solid #323f4b;
}
.dark-mode .haru-testimonial--slick-2 .haru-testimonial__star,
.background-dark .haru-testimonial--slick-2 .haru-testimonial__star {
color: #fff;
}
.dark-mode .haru-testimonial--slick-2 .haru-testimonial__description,
.background-dark .haru-testimonial--slick-2 .haru-testimonial__description {
color: #fff;
}
.dark-mode .haru-testimonial--slick-2 .haru-testimonial__sub-title,
.background-dark .haru-testimonial--slick-2 .haru-testimonial__sub-title {
color: #fff;
}
.dark-mode .haru-testimonial--slick-3 .haru-testimonial__star,
.background-dark .haru-testimonial--slick-3 .haru-testimonial__star {
color: #fff;
}
.dark-mode .haru-testimonial--slick-3 .haru-testimonial__description,
.background-dark .haru-testimonial--slick-3 .haru-testimonial__description {
color: #fff;
}
.dark-mode .haru-testimonial--slick-4 .haru-testimonial__quote,
.background-dark .haru-testimonial--slick-4 .haru-testimonial__quote {
color: #fff;
}
.dark-mode .haru-testimonial--slick-4 .haru-testimonial__description,
.background-dark .haru-testimonial--slick-4 .haru-testimonial__description {
color: #fff;
}
.dark-mode .haru-testimonial--slick-4 .haru-testimonial__sub-title,
.background-dark .haru-testimonial--slick-4 .haru-testimonial__sub-title {
color: rgba(255, 255, 255, 0.7);
}
.dark-mode .haru-testimonial--slick-5 .haru-testimonial__sub-description,
.background-dark .haru-testimonial--slick-5 .haru-testimonial__sub-description {
color: #fff;
}
.dark-mode .haru-testimonial--slick-5 .haru-testimonial__description,
.background-dark .haru-testimonial--slick-5 .haru-testimonial__description {
color: #fff;
}
.haru-team-member__list {
padding: 0;
margin: 0;
list-style: none;
}
.haru-team-member--slick .haru-slick, .haru-team-member--slick-2 .haru-slick {
margin: 0 -15px;
}
@media screen and (max-width: 991px) {
.haru-team-member--slick .haru-slick, .haru-team-member--slick-2 .haru-slick {
margin: 0 -10px;
}
}
@media screen and (max-width: 767px) {
.haru-team-member--slick .haru-slick, .haru-team-member--slick-2 .haru-slick {
margin: 0 -8px;
}
}
.haru-team-member--slick .slick-slide, .haru-team-member--slick-2 .slick-slide {
padding: 0 15px;
}
@media screen and (max-width: 991px) {
.haru-team-member--slick .slick-slide, .haru-team-member--slick-2 .slick-slide {
padding: 0 10px;
}
}
@media screen and (max-width: 767px) {
.haru-team-member--slick .slick-slide, .haru-team-member--slick-2 .slick-slide {
padding: 0 8px;
}
}
.haru-team-member--slick .haru-team-member__item, .haru-team-member--slick-2 .haru-team-member__item {
margin-bottom: 50px;
}
.haru-team-member--slick .haru-team-member__item:last-child, .haru-team-member--slick-2 .haru-team-member__item:last-child {
margin-bottom: 0;
}
.haru-team-member--slick .haru-team-member__item:hover .haru-team-member__social, .haru-team-member--slick-2 .haru-team-member__item:hover .haru-team-member__social {
bottom: 20px;
opacity: 1;
visibility: visible;
transition: all .3s;
}
.haru-team-member--slick .haru-team-member__item:hover .haru-team-member__image:before, .haru-team-member--slick-2 .haru-team-member__item:hover .haru-team-member__image:before {
transition: all .3s;
}
.haru-team-member--slick .haru-team-member__item:hover .haru-team-member__image img, .haru-team-member--slick-2 .haru-team-member__item:hover .haru-team-member__image img {
-webkit-transform: scale(1.03);
transform: scale(1.03);
transition: all .3s;
}
.haru-team-member--slick .haru-team-member__image, .haru-team-member--slick-2 .haru-team-member__image {
border-radius: 12px;
position: relative;
overflow: hidden;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.haru-team-member--slick .haru-team-member__image, .haru-team-member--slick-2 .haru-team-member__image {
-webkit-mask-image: -webkit-radial-gradient(white, black);
}
}
.haru-team-member--slick .haru-team-member__image:before, .haru-team-member--slick-2 .haru-team-member__image:before {
content: '';
background-color: rgba(0, 0, 0, 0.6);
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0;
visibility: hidden;
z-index: 1;
transition: all .3s;
}
.haru-team-member--slick .haru-team-member__image img, .haru-team-member--slick-2 .haru-team-member__image img {
width: 100%;
-webkit-transform: scale(1);
transform: scale(1);
transition: all .3s;
}
.haru-team-member--slick .haru-team-member__meta, .haru-team-member--slick-2 .haru-team-member__meta {
text-align: center;
}
.haru-team-member--slick .haru-team-member__title, .haru-team-member--slick-2 .haru-team-member__title {
font-size: 24px;
margin-top: 20px;
margin-bottom: 5px;
}
@media screen and (max-width: 1440px) {
.haru-team-member--slick .haru-team-member__title, .haru-team-member--slick-2 .haru-team-member__title {
font-size: 22px;
}
}
@media screen and (max-width: 1024px) {
.haru-team-member--slick .haru-team-member__title, .haru-team-member--slick-2 .haru-team-member__title {
font-size: 20px;
}
}
@media screen and (max-width: 991px) {
.haru-team-member--slick .haru-team-member__title, .haru-team-member--slick-2 .haru-team-member__title {
font-size: 18px;
}
}
@media screen and (max-width: 767px) {
.haru-team-member--slick .haru-team-member__title, .haru-team-member--slick-2 .haru-team-member__title {
font-size: 16px;
}
}
.haru-team-member--slick .haru-team-member__info, .haru-team-member--slick-2 .haru-team-member__info {
opacity: 1;
visibility: visible;
transition: all .3s;
}
.haru-team-member--slick .haru-team-member__social, .haru-team-member--slick-2 .haru-team-member__social {
padding: 0;
margin: 0;
list-style: none;
list-style-type: none;
text-align: center;
position: absolute;
left: 0;
bottom: 10px;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
opacity: 0;
visibility: hidden;
z-index: 2;
transition: all .3s;
}
.haru-team-member--slick .haru-team-member__social li, .haru-team-member--slick-2 .haru-team-member__social li {
display: inline-block;
font-size: 18px;
margin: 0 5px;
}
.haru-team-member--slick .haru-team-member__social li:first-child, .haru-team-member--slick-2 .haru-team-member__social li:first-child {
margin-left: 0;
}
.haru-team-member--slick .haru-team-member__social li:last-child, .haru-team-member--slick-2 .haru-team-member__social li:last-child {
margin-right: 0;
}
.haru-team-member--slick .haru-team-member__social a, .haru-team-member--slick-2 .haru-team-member__social a {
width: 48px;
height: 48px;
background-color: #fff;
border: 2px solid #eee;
border-radius: 50%;
display: inline-flex;
align-items: center;
justify-content: center;
color: #9b9b9b;
transition: all .3s;
}
@media screen and (max-width: 1440px) {
.haru-team-member--slick .haru-team-member__social a, .haru-team-member--slick-2 .haru-team-member__social a {
width: 44px;
height: 44px;
font-size: 15px;
}
}
.haru-team-member--slick .haru-team-member__social a:hover, .haru-team-member--slick-2 .haru-team-member__social a:hover {
color: #fff;
background-color: #000;
border: 2px solid #000;
transition: all .3s;
}
@media screen and (max-width: 767px) {
.haru-team-member--slick .haru-team-member__list {
max-width: calc(100vw - 16px);
}
}
.haru-team-member--slick .slick-next,
.haru-team-member--slick .slick-prev {
width: 48px;
height: 48px;
line-height: 48px;
}
.haru-team-member--slick .slick-next {
right: -60px;
}
.haru-team-member--slick .slick-prev {
left: -60px;
}
.haru-team-member--slick .slick-dots {
margin: 20px 0 0;
}
@media screen and (max-width: 1440px) {
.haru-team-member--slick .slick-dots {
margin: 15px 0 0;
}
}
@media screen and (max-width: 1024px) {
.haru-team-member--slick .slick-dots {
margin: 0 0 10px;
}
}
@media screen and (max-width: 991px) {
.haru-team-member--slick .slick-dots {
margin: 10px 0 5px;
}
}
.haru-team-member--slick-2 {
overflow: visible;
-webkit-clip-path: inset(-100vw -100vw -100vw 0);
clip-path: inset(-100vw -100vw -100vw 0);
}
.haru-team-member--slick-2 .slick-list {
overflow: visible;
}
@media screen and (max-width: 767px) {
.haru-team-member--slick-2 .haru-team-member__list {
max-width: calc(100vw - 16px);
}
}
.haru-team-member--slick-2 .slick-prev {
left: 15px;
}
@media screen and (max-width: 991px) {
.haru-team-member--slick-2 .slick-prev {
left: 10px;
}
}
@media screen and (max-width: 767px) {
.haru-team-member--slick-2 .slick-prev {
left: 8px;
}
}
.haru-team-member--slick-2 .slick-next {
right: 15px;
}
@media screen and (max-width: 991px) {
.haru-team-member--slick-2 .slick-next {
right: 10px;
}
}
@media screen and (max-width: 767px) {
.haru-team-member--slick-2 .slick-next {
right: 8px;
}
}
.haru-team-member--slick-2 .slick-dots {
margin: 45px 0 0;
}
@media screen and (max-width: 1440px) {
.haru-team-member--slick-2 .slick-dots {
margin: 40px 0 0;
}
}
@media screen and (max-width: 1024px) {
.haru-team-member--slick-2 .slick-dots {
margin: 35px 0 0;
}
}
@media screen and (max-width: 991px) {
.haru-team-member--slick-2 .slick-dots {
margin: 30px 0 0;
}
}
@media screen and (max-width: 767px) {
.haru-team-member--slick-2 .slick-dots {
margin: 25px 0 0;
}
}
.haru-team-member--grid .haru-team-member__list {
display: flex;
flex-wrap: wrap;
margin: -15px;
}
@media screen and (max-width: 991px) {
.haru-team-member--grid .haru-team-member__list {
margin: -10px;
}
}
@media screen and (max-width: 767px) {
.haru-team-member--grid .haru-team-member__list {
margin: -8px;
}
}
.haru-team-member--grid .haru-team-member__item-wrap {
padding: 15px;
-webkit-transform: translateY(0);
transform: translateY(0);
transition: all .3s;
}
@media screen and (max-width: 991px) {
.haru-team-member--grid .haru-team-member__item-wrap {
padding: 10px;
}
}
@media screen and (max-width: 767px) {
.haru-team-member--grid .haru-team-member__item-wrap {
padding: 8px;
}
}
.haru-team-member--grid .haru-team-member__item-wrap:hover {
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
transition: all .3s;
}
.haru-team-member--grid .haru-team-member__item-wrap:hover .haru-team-member__item {
background-color: #fff;
box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
transition: all .3s;
}
.haru-team-member--grid .haru-team-member__item-wrap:hover .haru-team-member__info {
opacity: 0;
visibility: hidden;
transition: all .3s;
}
.haru-team-member--grid .haru-team-member__item-wrap:hover .haru-team-member__social {
opacity: 1;
visibility: visible;
transition: all .3s;
}
.haru-team-member--grid .haru-team-member__item {
background: transparent;
box-shadow: none;
border-radius: 12px;
text-align: center;
transition: all .3s;
}
.haru-team-member--grid .haru-team-member__image {
display: flex;
padding: 20px 20% 0 20%;
align-items: flex-start;
}
.haru-team-member--grid .haru-team-member__image img {
border-radius: 50%;
width: 100%;
}
.haru-team-member--grid .haru-team-member__meta {
padding: 20px;
position: relative;
}
.haru-team-member--grid .haru-team-member__title {
font-size: 18px;
margin-top: 0;
margin-bottom: 5px;
}
@media screen and (max-width: 1440px) {
.haru-team-member--grid .haru-team-member__title {
font-size: 17px;
}
}
@media screen and (max-width: 1024px) {
.haru-team-member--grid .haru-team-member__title {
font-size: 16px;
}
}
.haru-team-member--grid .haru-team-member__info {
opacity: 1;
visibility: visible;
transition: all .3s;
}
.haru-team-member--grid .haru-team-member__social {
padding: 0;
margin: 0;
list-style: none;
list-style-type: none;
text-align: center;
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
opacity: 0;
visibility: hidden;
transition: all .3s;
}
.haru-team-member--grid .haru-team-member__social li {
display: inline-block;
font-size: 20px;
margin: 0 12px;
}
.haru-team-member--grid .haru-team-member__social li:first-child {
margin-left: 0;
}
.haru-team-member--grid .haru-team-member__social li:last-child {
margin-right: 0;
}
.haru-team-member--grid .haru-team-member__social a {
transition: all .3s;
}
.haru-team-member--grid .haru-team-member__social a:hover {
transition: all .3s;
}
.haru-team-member--grid-2 .haru-team-member__list {
display: flex;
flex-wrap: wrap;
margin: -15px;
}
@media screen and (max-width: 991px) {
.haru-team-member--grid-2 .haru-team-member__list {
margin: -10px;
}
}
@media screen and (max-width: 767px) {
.haru-team-member--grid-2 .haru-team-member__list {
margin: -8px;
}
}
.haru-team-member--grid-2 .haru-team-member__item-wrap {
padding: 15px;
-webkit-transform: translateY(0);
transform: translateY(0);
transition: all .3s;
}
@media screen and (max-width: 991px) {
.haru-team-member--grid-2 .haru-team-member__item-wrap {
padding: 10px;
}
}
@media screen and (max-width: 767px) {
.haru-team-member--grid-2 .haru-team-member__item-wrap {
padding: 8px;
}
}
.haru-team-member--grid-2 .haru-team-member__item-wrap:hover {
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
transition: all .3s;
}
.haru-team-member--grid-2 .haru-team-member__item-wrap:hover .haru-team-member__item {
box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
transition: all .3s;
}
.haru-team-member--grid-2 .haru-team-member__item-wrap:hover .haru-team-member__info {
opacity: 0;
visibility: hidden;
transition: all .3s;
}
.haru-team-member--grid-2 .haru-team-member__item-wrap:hover .haru-team-member__social {
opacity: 1;
visibility: visible;
transition: all .3s;
}
.haru-team-member--grid-2 .haru-team-member__item {
background: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
border-radius: 12px;
overflow: hidden;
transition: all .3s;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.haru-team-member--grid-2 .haru-team-member__item {
-webkit-mask-image: -webkit-radial-gradient(white, black);
}
}
.haru-team-member--grid-2 .haru-team-member__image {
display: flex;
align-items: flex-start;
}
.haru-team-member--grid-2 .haru-team-member__image img {
width: 100%;
}
.haru-team-member--grid-2 .haru-team-member__meta {
padding: 20px;
position: relative;
}
.haru-team-member--grid-2 .haru-team-member__title {
font-size: 18px;
margin-top: 0;
margin-bottom: 5px;
}
@media screen and (max-width: 1440px) {
.haru-team-member--grid-2 .haru-team-member__title {
font-size: 17px;
}
}
@media screen and (max-width: 1024px) {
.haru-team-member--grid-2 .haru-team-member__title {
font-size: 16px;
}
}
.haru-team-member--grid-2 .haru-team-member__sub-title {
font-size: 15px;
}
.haru-team-member--grid-2 .haru-team-member__info {
opacity: 1;
visibility: visible;
transition: all .3s;
}
.haru-team-member--grid-2 .haru-team-member__social {
padding: 0;
margin: 0;
list-style: none;
list-style-type: none;
text-align: center;
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
opacity: 0;
visibility: hidden;
transition: all .3s;
}
.haru-team-member--grid-2 .haru-team-member__social li {
display: inline-block;
font-size: 20px;
margin: 0 12px;
}
.haru-team-member--grid-2 .haru-team-member__social li:first-child {
margin-left: 0;
}
.haru-team-member--grid-2 .haru-team-member__social li:last-child {
margin-right: 0;
}
.haru-team-member--grid-2 .haru-team-member__social a {
transition: all .3s;
}
.haru-team-member--grid-2 .haru-team-member__social a:hover {
transition: all .3s;
}
.haru-team-member__columns-1 {
width: 100%;
}
.haru-team-member__columns-2 {
width: 50%;
}
.haru-team-member__columns-3 {
width: 33.333333%;
}
.haru-team-member__columns-4 {
width: 25%;
}
.haru-team-member__columns-5 {
width: 20%;
}
.haru-team-member__columns-6 {
width: 16.666666%;
}
.haru-team-member__columns-7 {
width: 14.285714%;
}
.haru-team-member__columns-8 {
width: 12.5%;
}
@media screen and (max-width: 991px) {
.haru-team-member__columns--tablet-1 {
width: 100%;
}
}
@media screen and (max-width: 991px) {
.haru-team-member__columns--tablet-2 {
width: 50%;
}
}
@media screen and (max-width: 991px) {
.haru-team-member__columns--tablet-3 {
width: 33.333333%;
}
}
@media screen and (max-width: 991px) {
.haru-team-member__columns--tablet-4 {
width: 25%;
}
}
@media screen and (max-width: 991px) {
.haru-team-member__columns--tablet-5 {
width: 20%;
}
}
@media screen and (max-width: 991px) {
.haru-team-member__columns--tablet-6 {
width: 16.666666%;
}
}
@media screen and (max-width: 767px) {
.haru-team-member__columns--mobile-1 {
width: 100%;
}
}
@media screen and (max-width: 767px) {
.haru-team-member__columns--mobile-2 {
width: 50%;
}
}
@media screen and (max-width: 767px) {
.haru-team-member__columns--mobile-3 {
width: 33.333333%;
}
}
@media screen and (max-width: 767px) {
.haru-team-member__columns--mobile-4 {
width: 25%;
}
}
.post-item--style-1 .post-item__thumbnail {
display: inline-flex;
border-radius: 12px;
position: relative;
overflow: hidden;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.post-item--style-1 .post-item__thumbnail {
-webkit-mask-image: -webkit-radial-gradient(white, black);
}
}
.post-item--style-1 .post-item__image {
display: inline-flex;
align-items: flex-start;
}
.post-item--style-1 .post-item__content {
padding-top: 15px;
}
.post-item--style-1 .post-item__category {
font-size: 14px;
font-weight: 600;
display: flex;
flex-wrap: wrap;
}
.post-item--style-1 .post-item__category a {
background-color: #f5f5f5;
color: #4B5C66;
padding: 3px 12px;
border-radius: 40px;
margin-left: 5px;
transition: all .3s;
}
.post-item--style-1 .post-item__category a:first-child {
margin-left: 0;
}
.post-item--style-1 .post-item__category a:hover {
background-color: #4B5C66;
color: #fff;
transition: all .3s;
}
.post-item--style-1 .post-item__title {
font-size: 24px;
margin-top: 15px;
padding-bottom: 8px;
display: -webkit-box;
-webkit-line-clamp: 2; -webkit-box-orient: vertical;
overflow: hidden;
}
@media screen and (max-width: 1440px) {
.post-item--style-1 .post-item__title {
font-size: 22px;
}
}
@media screen and (max-width: 1024px) {
.post-item--style-1 .post-item__title {
font-size: 20px;
}
}
@media screen and (max-width: 991px) {
.post-item--style-1 .post-item__title {
font-size: 20px;
}
}
@media screen and (max-width: 767px) {
.post-item--style-1 .post-item__title {
font-size: 18px;
}
}
.post-item--style-1 .post-item__meta {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.post-item--style-1 .post-item__avatar img {
max-width: 52px;
border-radius: 50%;
}
.post-item--style-1 .post-item__info {
padding-left: 16px;
}
.post-item--style-1 .post-item__meta-author a {
color: #000;
font-weight: 600;
transition: all .3s;
}
.post-item--style-1 .post-item__meta-author a:hover {
color: #4B5C66;
transition: all .3s;
}
.post-item--style-2 .post-item__wrap {
display: flex;
}
@media screen and (max-width: 767px) {
.post-item--style-2 .post-item__wrap {
display: block;
}
}
.post-item--style-2 .post-item__thumbnail {
flex: 0 0 45%;
display: inline-flex;
align-self: flex-start;
border-radius: 12px;
position: relative;
overflow: hidden;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.post-item--style-2 .post-item__thumbnail {
-webkit-mask-image: -webkit-radial-gradient(white, black);
}
}
@media screen and (max-width: 767px) {
.post-item--style-2 .post-item__thumbnail {
margin-bottom: 20px;
}
}
.post-item--style-2 .post-item__image {
display: inline-flex;
align-items: flex-start;
}
.post-item--style-2 .post-item__image img {
border-radius: 12px;
}
.post-item--style-2 .post-item__content {
flex: 1;
padding-left: 30px;
padding-right: 20px;
}
@media screen and (max-width: 767px) {
.post-item--style-2 .post-item__content {
padding-left: 0;
padding-right: 0;
}
}
.post-item--style-2 .post-item__category {
font-size: 14px;
font-weight: 600;
display: flex;
flex-wrap: wrap;
}
.post-item--style-2 .post-item__category a {
background-color: #f5f5f5;
color: #4B5C66;
padding: 3px 12px;
border-radius: 40px;
margin-left: 5px;
}
.post-item--style-2 .post-item__category a:first-child {
margin-left: 0;
}
.post-item--style-2 .post-item__category a:hover {
background-color: #4B5C66;
color: #fff;
transition: all .3s;
}
.post-item--style-2 .post-item__title {
font-size: 24px;
margin-top: 15px;
margin-bottom: 20px;
display: -webkit-box;
-webkit-line-clamp: 2; -webkit-box-orient: vertical;
overflow: hidden;
}
@media screen and (max-width: 1440px) {
.post-item--style-2 .post-item__title {
font-size: 20px;
}
}
@media screen and (max-width: 991px) {
.post-item--style-2 .post-item__title {
font-size: 18px;
}
}
@media screen and (max-width: 767px) {
.post-item--style-2 .post-item__title {
margin-bottom: 15px;
}
}
.post-item--style-2 .post-item__description {
display: none;
}
.post-item--style-2 .post-item__meta {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.post-item--style-2 .post-item__avatar img {
max-width: 52px;
border-radius: 50%;
}
.post-item--style-2 .post-item__info {
padding-left: 16px;
}
.post-item--style-2 .post-item__meta-author a {
color: #000;
font-weight: 600;
transition: all .3s;
}
.post-item--style-2 .post-item__meta-author a:hover {
color: #4B5C66;
transition: all .3s;
}
.post-item--style-3 .post-item__thumbnail {
position: relative;
min-height: 33px;
display: inline-flex;
border-radius: 12px;
overflow: hidden;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.post-item--style-3 .post-item__thumbnail {
-webkit-mask-image: -webkit-radial-gradient(white, black);
}
}
.post-item--style-3 .post-item__image {
display: inline-flex;
align-items: flex-start;
}
.post-item--style-3 .post-item__content {
padding-top: 20px;
}
.post-item--style-3 .post-item__category {
font-weight: 700;
display: flex;
flex-wrap: wrap;
}
.post-item--style-3 .post-item__category a {
background-color: #f5f5f5;
padding: 3px 16px;
border-radius: 40px;
margin-left: 5px;
}
@media screen and (max-width: 991px) {
.post-item--style-3 .post-item__category a {
padding: 2px 8px;
}
}
.post-item--style-3 .post-item__category a:first-child {
margin-left: 0;
}
.post-item--style-3 .post-item__category a:not(:first-child) {
display: none;
}
.post-item--style-3 .post-item__title {
font-size: 20px;
margin-top: 15px;
}
@media screen and (max-width: 1440px) {
.post-item--style-3 .post-item__title {
font-size: 19px;
}
}
@media screen and (max-width: 1024px) {
.post-item--style-3 .post-item__title {
font-size: 18px;
}
}
.post-item--style-3 .post-item__meta {
display: flex;
align-items: center;
}
.post-item--style-3 .post-item__meta-date {
margin-left: 10px;
flex: 0 0 120px;
display: flex;
justify-content: flex-start;
}
.post-item--hover-overlay .post-item__image:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.6);
opacity: 0;
visibility: hidden;
transition: all .3s;
}
.post-item--hover-overlay:hover .post-item__image:before {
opacity: 1;
visibility: visible;
transition: all .3s;
}
.post-item--hover-scale .post-item__thumbnail {
overflow: hidden;
}
.post-item--hover-scale img {
-webkit-transform: scale(1);
transform: scale(1);
transition: all .3s;
}
.post-item--hover-scale:hover img {
-webkit-transform: scale(1.03);
transform: scale(1.03);
transition: all .3s;
}
.post-item--hover-over-scale .post-item__thumbnail {
overflow: hidden;
}
.post-item--hover-over-scale .post-item__image:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.6);
opacity: 0;
visibility: hidden;
z-index: 1;
transition: all .3s;
}
.post-item--hover-over-scale .post-item__category {
z-index: 2;
}
.post-item--hover-over-scale img {
-webkit-transform: scale(1);
transform: scale(1);
transition: all .5s;
}
.post-item--hover-over-scale:hover .post-item__image:before {
opacity: 1;
visibility: visible;
transition: all .3s;
}
.post-item--hover-over-scale:hover img {
-webkit-transform: scale(1.03);
transform: scale(1.03);
transition: all .5s;
}
@media screen and (max-width: 767px) {
.haru-post-featured--slick .post-list {
max-width: calc(100vw - 0px);
}
}
.haru-post-featured--slick .slick-next,
.haru-post-featured--slick .slick-prev {
width: 48px;
height: 48px;
line-height: 48px;
}
.haru-post-featured--slick .slick-next {
right: -60px;
}
.haru-post-featured--slick .slick-prev {
left: -60px;
}
.haru-post-featured--slick .slick-dots {
margin: 20px 0 0;
}
@media screen and (max-width: 1440px) {
.haru-post-featured--slick .slick-dots {
margin: 15px 0 0;
}
}
@media screen and (max-width: 1024px) {
.haru-post-featured--slick .slick-dots {
margin: 0 0 10px;
}
}
@media screen and (max-width: 991px) {
.haru-post-featured--slick .slick-dots {
margin: 10px 0 5px;
}
}
@media screen and (max-width: 767px) {
.haru-post-featured--slick .slick-dots {
margin: 0 0 0;
}
}
.haru-post-featured--slick-2 {
overflow: visible;
-webkit-clip-path: inset(-100vw -100vw -100vw 0);
clip-path: inset(-100vw -100vw -100vw 0);
}
.haru-post-featured--slick-2 .slick-list {
overflow: visible;
}
@media screen and (max-width: 767px) {
.haru-post-featured--slick-2 .post-list {
max-width: calc(100vw - 0px);
}
}
@media screen and (max-width: 767px) {
.haru-post-featured--slick-3 .post-list {
max-width: calc(100vw - 0px);
}
}
.haru-post-featured--grid .post-list {
display: flex;
flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
.haru-post-featured--padding.haru-post-featured--slick .post-list {
max-width: calc(100vw - 16px);
}
}
.haru-post-featured--padding.haru-post-featured--slick .haru-slick {
margin: 0 -15px;
}
@media screen and (max-width: 991px) {
.haru-post-featured--padding.haru-post-featured--slick .haru-slick {
margin: 0 -10px;
}
}
@media screen and (max-width: 767px) {
.haru-post-featured--padding.haru-post-featured--slick .haru-slick {
margin: 0 -8px;
}
}
.haru-post-featured--padding.haru-post-featured--slick .slick-slide {
padding: 0 15px;
}
@media screen and (max-width: 991px) {
.haru-post-featured--padding.haru-post-featured--slick .slick-slide {
padding: 0 10px;
}
}
@media screen and (max-width: 767px) {
.haru-post-featured--padding.haru-post-featured--slick .slick-slide {
padding: 0 8px;
}
}
.haru-post-featured--padding.haru-post-featured--slick .slick-next {
right: -60px;
}
.haru-post-featured--padding.haru-post-featured--slick .slick-prev {
left: -60px;
}
@media screen and (max-width: 767px) {
.haru-post-featured--padding.haru-post-featured--slick-2 .post-list, .haru-post-featured--padding.haru-post-featured--slick-3 .post-list {
max-width: calc(100vw - 16px);
}
}
.haru-post-featured--padding.haru-post-featured--slick-2 .haru-slick, .haru-post-featured--padding.haru-post-featured--slick-3 .haru-slick {
margin: 0 -15px;
}
@media screen and (max-width: 991px) {
.haru-post-featured--padding.haru-post-featured--slick-2 .haru-slick, .haru-post-featured--padding.haru-post-featured--slick-3 .haru-slick {
margin: 0 -10px;
}
}
@media screen and (max-width: 767px) {
.haru-post-featured--padding.haru-post-featured--slick-2 .haru-slick, .haru-post-featured--padding.haru-post-featured--slick-3 .haru-slick {
margin: 0 -8px;
}
}
.haru-post-featured--padding.haru-post-featured--slick-2 .slick-slide, .haru-post-featured--padding.haru-post-featured--slick-3 .slick-slide {
padding: 0 15px;
}
@media screen and (max-width: 991px) {
.haru-post-featured--padding.haru-post-featured--slick-2 .slick-slide, .haru-post-featured--padding.haru-post-featured--slick-3 .slick-slide {
padding: 0 10px;
}
}
@media screen and (max-width: 767px) {
.haru-post-featured--padding.haru-post-featured--slick-2 .slick-slide, .haru-post-featured--padding.haru-post-featured--slick-3 .slick-slide {
padding: 0 8px;
}
}
.haru-post-featured--padding.haru-post-featured--slick-2 .slick-prev, .haru-post-featured--padding.haru-post-featured--slick-3 .slick-prev {
left: 15px;
}
@media screen and (max-width: 991px) {
.haru-post-featured--padding.haru-post-featured--slick-2 .slick-prev, .haru-post-featured--padding.haru-post-featured--slick-3 .slick-prev {
left: 10px;
}
}
@media screen and (max-width: 767px) {
.haru-post-featured--padding.haru-post-featured--slick-2 .slick-prev, .haru-post-featured--padding.haru-post-featured--slick-3 .slick-prev {
left: 8px;
}
}
.haru-post-featured--padding.haru-post-featured--slick-2 .slick-next, .haru-post-featured--padding.haru-post-featured--slick-3 .slick-next {
right: 15px;
}
@media screen and (max-width: 991px) {
.haru-post-featured--padding.haru-post-featured--slick-2 .slick-next, .haru-post-featured--padding.haru-post-featured--slick-3 .slick-next {
right: 10px;
}
}
@media screen and (max-width: 767px) {
.haru-post-featured--padding.haru-post-featured--slick-2 .slick-next, .haru-post-featured--padding.haru-post-featured--slick-3 .slick-next {
right: 8px;
}
}
.haru-post-featured--padding.haru-post-featured--grid .post-item {
padding: 0 15px;
}
@media screen and (max-width: 991px) {
.haru-post-featured--padding.haru-post-featured--grid .post-item {
padding: 0 10px;
}
}
@media screen and (max-width: 767px) {
.haru-post-featured--padding.haru-post-featured--grid .post-item {
padding: 0 8px;
}
}
.haru-post-featured--padding.haru-post-featured--grid .post-item--style-1 {
margin-bottom: 30px;
}
.haru-post-featured--padding.haru-post-featured--grid .post-item--style-2 {
margin-bottom: 30px;
}
.haru-post-featured--padding.haru-post-featured--grid .post-item--style-2 .post-item__wrap {
flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
.haru-post-featured--padding.haru-post-featured--grid .post-item--style-2 .post-item__thumbnail {
flex: 0 0 100%;
}
}
@media screen and (max-width: 991px) {
.haru-post-featured--padding.haru-post-featured--grid .post-item--style-2 .post-item__content {
flex: 0 0 100%;
padding-left: 0;
padding-right: 0;
margin-top: 20px;
}
}
@media screen and (max-width: 767px) {
.haru-post-featured--padding.haru-post-featured--grid .post-item--style-2 .post-item__content {
margin-top: 0;
}
}
.haru-post-featured--padding.haru-post-featured--grid .post-item--style-3 {
margin-bottom: 30px;
}
.haru-post-featured--padding.haru-post-featured--grid .post-list {
margin: 0 -15px;
}
@media screen and (max-width: 991px) {
.haru-post-featured--padding.haru-post-featured--grid .post-list {
margin: 0 -10px;
}
}
@media screen and (max-width: 767px) {
.haru-post-featured--padding.haru-post-featured--grid .post-list {
margin: 0 -8px;
}
}
.dark-mode .post-item--style-1 .post-item__meta-author:before,
.background-dark .post-item--style-1 .post-item__meta-author:before {
background-color: #323f4b;
}
.dark-mode .post-item--style-1 .post-item__meta-author a,
.background-dark .post-item--style-1 .post-item__meta-author a {
color: #fff;
}
.dark-mode .post-item--style-1 .post-item__meta-author a:hover,
.background-dark .post-item--style-1 .post-item__meta-author a:hover {
color: #4B5C66;
}
.haru-icon-box .haru-icon-box__icon svg {
max-height: 100px;
}
@media screen and (max-width: 1440px) {
.haru-icon-box .haru-icon-box__icon svg {
max-height: 90px;
}
}
@media screen and (max-width: 1024px) {
.haru-icon-box .haru-icon-box__icon svg {
max-height: 80px;
}
}
@media screen and (max-width: 991px) {
.haru-icon-box .haru-icon-box__icon svg {
max-height: 70px;
}
}
@media screen and (max-width: 767px) {
.haru-icon-box .haru-icon-box__icon svg {
max-height: 60px;
}
}
.haru-icon-box--style-1 .haru-icon-box__icon {
font-size: 48px;
color: #4B5C66;
line-height: 1;
}
.haru-icon-box--style-1 .haru-icon-box__icon > span,
.haru-icon-box--style-1 .haru-icon-box__icon > a {
display: inline-flex;
align-items: center;
justify-content: center;
}
.haru-icon-box--style-1 .haru-icon-box__icon i,
.haru-icon-box--style-1 .haru-icon-box__icon svg path {
color: #4B5C66;
fill: #4B5C66;
}
.haru-icon-box--style-1 .haru-icon-box__icon svg {
max-height: 48px;
}
.haru-icon-box--style-1 .haru-icon-box__title {
font-size: 18px;
margin-top: 20px;
margin-bottom: 10px;
}
.haru-icon-box--style-1 .haru-icon-box__description strong {
color: #000;
}
.haru-icon-box--style-2 .haru-icon-box__icon {
font-size: 40px;
color: #000;
line-height: 1;
}
.haru-icon-box--style-2 .haru-icon-box__icon > span,
.haru-icon-box--style-2 .haru-icon-box__icon > a {
display: inline-flex;
align-items: center;
justify-content: center;
width: 90px;
height: 90px;
background-color: #4B5C66;
border-radius: 50%;
}
.haru-icon-box--style-2 .haru-icon-box__icon i,
.haru-icon-box--style-2 .haru-icon-box__icon svg path {
color: #000;
fill: #000;
}
.haru-icon-box--style-2 .haru-icon-box__title {
font-size: 18px;
margin-top: 15px;
margin-bottom: 5px;
}
.haru-icon-box--style-3 {
display: flex;
flex-wrap: wrap;
align-items: center;
padding-right: 10%;
}
@media screen and (max-width: 1440px) {
.haru-icon-box--style-3 {
padding-right: 8%;
}
}
@media screen and (max-width: 1024px) {
.haru-icon-box--style-3 {
padding-right: 6%;
}
}
@media screen and (max-width: 991px) {
.haru-icon-box--style-3 {
padding-right: 0;
}
}
.haru-icon-box--style-3 .haru-icon-box__icon {
display: inline-flex;
font-size: 20px;
color: #4B5C66;
flex: 0 0 40px;
}
.haru-icon-box--style-3 .haru-icon-box__icon > span,
.haru-icon-box--style-3 .haru-icon-box__icon > a {
display: inline-flex;
width: 40px;
height: 40px;
border-radius: 50%;
background-color: rgba(46, 187, 119, 0.15);
align-items: center;
justify-content: center;
}
.haru-icon-box--style-3 .haru-icon-box__icon i {
color: #4B5C66;
}
.haru-icon-box--style-3 .haru-icon-box__icon i.pricon-bounding-box, .haru-icon-box--style-3 .haru-icon-box__icon i.pricon-image {
margin-right: -1px;
}
.haru-icon-box--style-3 .haru-icon-box__icon svg path {
fill: #4B5C66;
}
.haru-icon-box--style-3 .haru-icon-box__content {
flex: 0 0 100%;
}
.haru-icon-box--style-3 .haru-icon-box__title {
font-size: 18px;
font-weight: 600;
padding-left: 15px;
margin: 0;
flex: 0 0 calc(100% - 40px);
}
@media screen and (max-width: 1440px) {
.haru-icon-box--style-3 .haru-icon-box__title {
font-size: 16px;
}
}
.haru-icon-box--style-3 .haru-icon-box__description {
padding-top: 10px;
}
.haru-icon-box--style-4 .haru-icon-box__icon {
font-size: 72px;
color: #4B5C66;
line-height: 1;
}
@media screen and (max-width: 1440px) {
.haru-icon-box--style-4 .haru-icon-box__icon {
font-size: 64px;
}
}
@media screen and (max-width: 1024px) {
.haru-icon-box--style-4 .haru-icon-box__icon {
font-size: 56px;
}
}
.haru-icon-box--style-4 .haru-icon-box__icon > span,
.haru-icon-box--style-4 .haru-icon-box__icon > a {
display: inline-flex;
align-items: center;
justify-content: center;
}
.haru-icon-box--style-4 .haru-icon-box__icon i,
.haru-icon-box--style-4 .haru-icon-box__icon svg path {
color: #4B5C66;
fill: #4B5C66;
}
.haru-icon-box--style-4 .haru-icon-box__title {
font-size: 28px;
margin-top: 20px;
margin-bottom: 10px;
}
@media screen and (max-width: 1440px) {
.haru-icon-box--style-4 .haru-icon-box__title {
font-size: 24px;
}
}
@media screen and (max-width: 1024px) {
.haru-icon-box--style-4 .haru-icon-box__title {
font-size: 22px;
}
}
@media screen and (max-width: 991px) {
.haru-icon-box--style-4 .haru-icon-box__title {
font-size: 20px;
}
}
@media screen and (max-width: 767px) {
.haru-icon-box--style-4 .haru-icon-box__title {
font-size: 18px;
}
}
.haru-icon-box--style-4 .haru-icon-box__description {
font-size: 18px;
}
@media screen and (max-width: 1440px) {
.haru-icon-box--style-4 .haru-icon-box__description {
font-size: 16px;
}
}
@media screen and (max-width: 991px) {
.haru-icon-box--style-4 .haru-icon-box__description {
font-size: 15px;
}
}
.haru-icon-box--style-5 .haru-icon-box__icon {
font-size: 64px;
color: #4B5C66;
line-height: 1;
}
@media screen and (max-width: 1440px) {
.haru-icon-box--style-5 .haru-icon-box__icon {
font-size: 56px;
}
}
.haru-icon-box--style-5 .haru-icon-box__icon > span,
.haru-icon-box--style-5 .haru-icon-box__icon > a {
color: #4B5C66;
}
.haru-icon-box--style-5 .haru-icon-box__title {
font-size: 20px;
margin-top: 20px;
margin-bottom: 10px;
}
@media screen and (max-width: 1440px) {
.haru-icon-box--style-5 .haru-icon-box__title {
font-size: 18px;
}
}
.haru-icon-box--style-5 .haru-icon-box__description {
font-size: 18px;
}
@media screen and (max-width: 1440px) {
.haru-icon-box--style-5 .haru-icon-box__description {
font-size: 16px;
}
}
.haru-icon-box--style-6 {
padding: 35px 20px 20px 30px;
background-color: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
border-radius: 12px;
min-height: 325px;
-webkit-transform: translateY(0);
transform: translateY(0);
transition: all .3s;
}
@media screen and (max-width: 1440px) {
.haru-icon-box--style-6 {
min-height: 340px;
}
}
@media screen and (max-width: 991px) {
.haru-icon-box--style-6 {
background: #fff;
box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
padding: 25px 20px 20px 20px;
min-height: 330px;
}
}
@media screen and (max-width: 767px) {
.haru-icon-box--style-6 {
min-height: auto;
}
}
.haru-icon-box--style-6:hover {
background: #fff;
box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
transition: all .3s;
}
.haru-icon-box--style-6 .haru-icon-box__icon {
font-size: 56px;
color: #4B5C66;
line-height: 1;
}
@media screen and (max-width: 1440px) {
.haru-icon-box--style-6 .haru-icon-box__icon {
font-size: 48px;
}
}
.haru-icon-box--style-6 .haru-icon-box__icon > span,
.haru-icon-box--style-6 .haru-icon-box__icon > a {
display: inline-flex;
align-items: center;
justify-content: center;
}
.haru-icon-box--style-6 .haru-icon-box__icon i,
.haru-icon-box--style-6 .haru-icon-box__icon svg path {
color: #4B5C66;
fill: #4B5C66;
}
.haru-icon-box--style-6 .haru-icon-box__title {
font-size: 20px;
margin-top: 25px;
margin-bottom: 15px;
}
@media screen and (max-width: 1440px) {
.haru-icon-box--style-6 .haru-icon-box__title {
font-size: 18px;
}
}
@media screen and (max-width: 991px) {
.haru-icon-box--style-6 .haru-icon-box__title {
font-size: 18px;
}
}
@media screen and (max-width: 991px) {
.haru-icon-box--style-6.sm-height-auto {
min-height: auto;
}
}
@media screen and (max-width: 767px) {
.haru-icon-box--style-6.xs-height-auto {
min-height: auto;
}
}
.haru-icon-box--style-7 {
display: flex;
padding-right: 10%;
}
@media screen and (max-width: 1440px) {
.haru-icon-box--style-7 {
padding-right: 8%;
}
}
@media screen and (max-width: 1024px) {
.haru-icon-box--style-7 {
padding-right: 6%;
}
}
@media screen and (max-width: 991px) {
.haru-icon-box--style-7 {
padding-right: 0;
}
}
.haru-icon-box--style-7 .haru-icon-box__icon {
display: inline-flex;
font-size: 60px;
color: #4B5C66;
}
@media screen and (max-width: 1440px) {
.haru-icon-box--style-7 .haru-icon-box__icon {
font-size: 48px;
}
}
@media screen and (max-width: 1024px) {
.haru-icon-box--style-7 .haru-icon-box__icon {
font-size: 42px;
}
}
@media screen and (max-width: 991px) {
.haru-icon-box--style-7 .haru-icon-box__icon {
font-size: 36px;
}
}
@media screen and (max-width: 767px) {
.haru-icon-box--style-7 .haru-icon-box__icon {
font-size: 42px;
}
}
.haru-icon-box--style-7 .haru-icon-box__icon > span,
.haru-icon-box--style-7 .haru-icon-box__icon > a {
display: inline-flex;
width: 60px;
height: 60px;
align-items: center;
justify-content: center;
}
@media screen and (max-width: 1440px) {
.haru-icon-box--style-7 .haru-icon-box__icon > span,
.haru-icon-box--style-7 .haru-icon-box__icon > a {
width: 48px;
height: 48px;
}
}
@media screen and (max-width: 1024px) {
.haru-icon-box--style-7 .haru-icon-box__icon > span,
.haru-icon-box--style-7 .haru-icon-box__icon > a {
width: 42px;
height: 42px;
}
}
@media screen and (max-width: 991px) {
.haru-icon-box--style-7 .haru-icon-box__icon > span,
.haru-icon-box--style-7 .haru-icon-box__icon > a {
width: 36px;
height: 36px;
}
}
@media screen and (max-width: 767px) {
.haru-icon-box--style-7 .haru-icon-box__icon > span,
.haru-icon-box--style-7 .haru-icon-box__icon > a {
width: 42px;
height: 42px;
}
}
.haru-icon-box--style-7 .haru-icon-box__icon i {
color: #4B5C66;
background: linear-gradient(101.31deg, #ff869f 2.11%, #fa988a 34.14%, #f19a73 68.81%, #ffd0b1 105.05%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
.haru-icon-box--style-7 .haru-icon-box__icon svg path {
fill: #4B5C66;
background: linear-gradient(101.31deg, #ff869f 2.11%, #fa988a 34.14%, #f19a73 68.81%, #ffd0b1 105.05%);
}
.haru-icon-box--style-7 .haru-icon-box__content {
padding-left: 32px;
}
@media screen and (max-width: 1440px) {
.haru-icon-box--style-7 .haru-icon-box__content {
padding-left: 28px;
}
}
@media screen and (max-width: 1024px) {
.haru-icon-box--style-7 .haru-icon-box__content {
padding-left: 24px;
}
}
@media screen and (max-width: 991px) {
.haru-icon-box--style-7 .haru-icon-box__content {
padding-left: 20px;
}
}
.haru-icon-box--style-7 .haru-icon-box__title {
font-size: 24px;
margin-top: -5px;
margin-bottom: 10px;
}
@media screen and (max-width: 1440px) {
.haru-icon-box--style-7 .haru-icon-box__title {
font-size: 20px;
margin-top: 0;
}
}
@media screen and (max-width: 1024px) {
.haru-icon-box--style-7 .haru-icon-box__title {
font-size: 18px;
margin-top: -5px;
}
}
@media screen and (max-width: 991px) {
.haru-icon-box--style-7 .haru-icon-box__title {
font-size: 16px;
}
}
@media screen and (max-width: 767px) {
.haru-icon-box--style-7 .haru-icon-box__title {
font-size: 18px;
}
}
.haru-icon-box--style-7 .haru-icon-box__description {
font-size: 16px;
}
@media screen and (max-width: 991px) {
.haru-icon-box--style-7 .haru-icon-box__description {
font-size: 15px;
}
}
.haru-icon-box--style-8 {
padding: 40px 24px 35px 24px;
box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.05);
border-radius: 12px;
-webkit-transform: translateY(0);
transform: translateY(0);
background: #fff;
transition: all .3s;
}
@media screen and (max-width: 991px) {
.haru-icon-box--style-8 {
background: #fff;
box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.07);
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
}
.haru-icon-box--style-8:hover {
box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.07);
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
transition: all .3s;
}
.haru-icon-box--style-8 .haru-icon-box__icon {
font-size: 72px;
color: #4B5C66;
line-height: 1;
}
@media screen and (max-width: 1440px) {
.haru-icon-box--style-8 .haru-icon-box__icon {
font-size: 64px;
}
}
@media screen and (max-width: 1024px) {
.haru-icon-box--style-8 .haru-icon-box__icon {
font-size: 48px;
}
}
.haru-icon-box--style-8 .haru-icon-box__icon > span,
.haru-icon-box--style-8 .haru-icon-box__icon > a {
display: inline-flex;
align-items: center;
justify-content: center;
background: linear-gradient(101.31deg, #ff869f 2.11%, #fa988a 34.14%, #f19a73 68.81%, #ffd0b1 105.05%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
@media not all and (min-resolution: 0.001dpcm) {
@supports (-webkit-appearance: none) {
.haru-icon-box--style-8 .haru-icon-box__icon > span,
.haru-icon-box--style-8 .haru-icon-box__icon > a {
display: inline;
}
}
}
.haru-icon-box--style-8 .haru-icon-box__icon svg {
max-height: 88px;
}
.haru-icon-box--style-8 .haru-icon-box__title {
font-size: 24px;
margin-top: 15px;
margin-bottom: 15px;
}
@media screen and (max-width: 1440px) {
.haru-icon-box--style-8 .haru-icon-box__title {
font-size: 20px;
}
}
@media screen and (max-width: 1024px) {
.haru-icon-box--style-8 .haru-icon-box__title {
font-size: 19px;
}
}
@media screen and (max-width: 991px) {
.haru-icon-box--style-8 .haru-icon-box__title {
font-size: 18px;
}
}
.haru-icon-box--style-9 .haru-icon-box__icon {
font-size: 72px;
color: #4B5C66;
line-height: 1;
}
@media screen and (max-width: 1440px) {
.haru-icon-box--style-9 .haru-icon-box__icon {
font-size: 64px;
}
}
@media screen and (max-width: 1024px) {
.haru-icon-box--style-9 .haru-icon-box__icon {
font-size: 48px;
}
}
.haru-icon-box--style-9 .haru-icon-box__icon > span,
.haru-icon-box--style-9 .haru-icon-box__icon > a {
display: inline-flex;
align-items: center;
justify-content: center;
background: linear-gradient(101.31deg, #ff869f 2.11%, #fa988a 34.14%, #f19a73 68.81%, #ffd0b1 105.05%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
@media not all and (min-resolution: 0.001dpcm) {
@supports (-webkit-appearance: none) {
.haru-icon-box--style-9 .haru-icon-box__icon > span,
.haru-icon-box--style-9 .haru-icon-box__icon > a {
display: inline;
}
}
}
.haru-icon-box--style-9 .haru-icon-box__icon i,
.haru-icon-box--style-9 .haru-icon-box__icon svg path {
color: #4B5C66;
fill: #4B5C66;
}
.haru-icon-box--style-9 .haru-icon-box__title {
font-size: 56px;
margin-top: 25px;
margin-bottom: 25px;
line-height: 1.1;
}
.haru-icon-box--style-9 .haru-icon-box__title span {
display: inline-block;
position: relative;
}
.haru-icon-box--style-9 .haru-icon-box__title span:after {
content: '';
position: absolute;
left: 0;
bottom: 5px;
width: 100%;
height: 15px;
background-color: rgba(46, 187, 119, 0.3);
background: linear-gradient(101.31deg, #b1f1b3 2.11%, #f3eec2 105.05%);
z-index: -1;
}
@media screen and (max-width: 1440px) {
.haru-icon-box--style-9 .haru-icon-box__title span:after {
bottom: 3px;
height: 12px;
}
}
@media screen and (max-width: 767px) {
.haru-icon-box--style-9 .haru-icon-box__title span:after {
bottom: 3px;
height: 8px;
}
}
@media screen and (max-width: 1440px) {
.haru-icon-box--style-9 .haru-icon-box__title {
font-size: 48px;
}
}
@media screen and (max-width: 1024px) {
.haru-icon-box--style-9 .haru-icon-box__title {
font-size: 42px;
}
}
@media screen and (max-width: 991px) {
.haru-icon-box--style-9 .haru-icon-box__title {
font-size: 32px;
}
}
@media screen and (max-width: 767px) {
.haru-icon-box--style-9 .haru-icon-box__title {
font-size: 24px;
}
}
.haru-icon-box--style-9 .haru-icon-box__description {
font-size: 20px;
font-weight: 600;
color: #000;
}
.haru-icon-box--style-10 {
display: flex;
align-items: flex-start;
padding-right: 10%;
}
@media screen and (max-width: 1440px) {
.haru-icon-box--style-10 {
padding-right: 0;
}
}
.haru-icon-box--style-10 .haru-icon-box__image {
display: flex;
align-items: flex-start;
flex: 0 0 108px;
border-radius: 50%;
overflow: hidden;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.haru-icon-box--style-10 .haru-icon-box__image {
-webkit-mask-image: -webkit-radial-gradient(white, black);
}
}
@media screen and (max-width: 1440px) {
.haru-icon-box--style-10 .haru-icon-box__image {
flex: 0 0 96px;
}
}
@media screen and (max-width: 767px) {
.haru-icon-box--style-10 .haru-icon-box__image {
flex: 0 0 90px;
}
}
.haru-icon-box--style-10 .haru-icon-box__image a {
display: flex;
align-items: flex-start;
}
.haru-icon-box--style-10 .haru-icon-box__image img {
-webkit-transform: scale(1);
transform: scale(1);
transition: all .3s;
}
.haru-icon-box--style-10 .haru-icon-box__content {
padding-left: 22px;
}
@media screen and (max-width: 1440px) {
.haru-icon-box--style-10 .haru-icon-box__content {
padding-left: 20px;
}
}
@media screen and (max-width: 1024px) {
.haru-icon-box--style-10 .haru-icon-box__content {
padding-left: 18px;
}
}
@media screen and (max-width: 991px) {
.haru-icon-box--style-10 .haru-icon-box__content {
padding-left: 16px;
}
}
.haru-icon-box--style-10 .haru-icon-box__title {
font-size: 20px;
margin-bottom: 10px;
}
@media screen and (max-width: 1440px) {
.haru-icon-box--style-10 .haru-icon-box__title {
font-size: 18px;
margin-top: 3px;
}
}
@media screen and (max-width: 1024px) {
.haru-icon-box--style-10 .haru-icon-box__title {
font-size: 17px;
}
}
@media screen and (max-width: 991px) {
.haru-icon-box--style-10 .haru-icon-box__title {
font-size: 16px;
margin-top: 15px;
}
}
@media screen and (max-width: 767px) {
.haru-icon-box--style-10 .haru-icon-box__title {
margin-top: 3px;
margin-bottom: 8px;
}
}
.haru-icon-box--style-10 .haru-icon-box__sub-title {
display: none;
}
.haru-icon-box--style-10:hover .haru-icon-box__image img {
-webkit-transform: scale(1.03);
transform: scale(1.03);
transition: all .3s;
}
.haru-icon-box--style-11 {
background-color: transparent;
border-radius: 12px;
padding: 30px 10px 20px 10px;
transition: all .3s;
}
@media screen and (max-width: 767px) {
.haru-icon-box--style-11 {
padding: 30px 6px 20px 6px;
}
}
.haru-icon-box--style-11 .haru-icon-box__icon {
font-size: 64px;
color: #4B5C66;
line-height: 1;
}
@media screen and (max-width: 1440px) {
.haru-icon-box--style-11 .haru-icon-box__icon {
font-size: 52px;
}
}
@media screen and (max-width: 1024px) {
.haru-icon-box--style-11 .haru-icon-box__icon {
font-size: 48px;
}
}
.haru-icon-box--style-11 .haru-icon-box__icon > span,
.haru-icon-box--style-11 .haru-icon-box__icon > a {
display: inline-flex;
align-items: center;
justify-content: center;
}
.haru-icon-box--style-11 .haru-icon-box__icon i,
.haru-icon-box--style-11 .haru-icon-box__icon svg path {
color: #4B5C66;
fill: #4B5C66;
}
.haru-icon-box--style-11 .haru-icon-box__icon svg {
max-height: 64px;
}
@media screen and (max-width: 1440px) {
.haru-icon-box--style-11 .haru-icon-box__icon svg {
max-height: 56px;
}
}
@media screen and (max-width: 1024px) {
.haru-icon-box--style-11 .haru-icon-box__icon svg {
max-height: 48px;
}
}
.haru-icon-box--style-11 .haru-icon-box__title {
font-size: 20px;
margin-bottom: 10px;
padding-top: 10px;
}
@media screen and (max-width: 1440px) {
.haru-icon-box--style-11 .haru-icon-box__title {
font-size: 18px;
}
}
@media screen and (max-width: 1024px) {
.haru-icon-box--style-11 .haru-icon-box__title {
font-size: 17px;
}
}
@media screen and (max-width: 991px) {
.haru-icon-box--style-11 .haru-icon-box__title {
font-size: 16px;
}
}
.haru-icon-box--style-11:hover {
background-color: #4B5C66;
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
color: #fff;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
transition: all .3s;
}
.haru-icon-box--style-11:hover .haru-icon-box__title {
color: #fff;
transition: all .3s;
}
.haru-icon-box--style-11:hover .haru-icon-box__title a {
color: #fff;
transition: all .3s;
}
.haru-icon-box--style-11:hover .haru-icon-box__icon i,
.haru-icon-box--style-11:hover .haru-icon-box__icon svg path {
color: #fff;
fill: #fff;
transition: all .3s;
}
.haru-icon-box--style-12 {
background-color: transparent;
border-radius: 12px;
padding: 30px 10px 20px 30px;
transition: all .3s;
}
@media screen and (max-width: 767px) {
.haru-icon-box--style-12 {
padding: 30px 5px 20px 15px;
}
}
.haru-icon-box--style-12 .haru-icon-box__icon {
font-size: 56px;
color: #4B5C66;
line-height: 1;
}
@media screen and (max-width: 1440px) {
.haru-icon-box--style-12 .haru-icon-box__icon {
font-size: 48px;
}
}
@media screen and (max-width: 1024px) {
.haru-icon-box--style-12 .haru-icon-box__icon {
font-size: 42px;
}
}
.haru-icon-box--style-12 .haru-icon-box__icon > span,
.haru-icon-box--style-12 .haru-icon-box__icon > a {
display: inline-flex;
align-items: center;
justify-content: center;
}
.haru-icon-box--style-12 .haru-icon-box__icon i,
.haru-icon-box--style-12 .haru-icon-box__icon svg path {
color: #4B5C66;
fill: #4B5C66;
}
.haru-icon-box--style-12 .haru-icon-box__icon svg {
max-height: 56px;
}
@media screen and (max-width: 1440px) {
.haru-icon-box--style-12 .haru-icon-box__icon svg {
max-height: 48px;
}
}
@media screen and (max-width: 1024px) {
.haru-icon-box--style-12 .haru-icon-box__icon svg {
max-height: 42px;
}
}
.haru-icon-box--style-12 .haru-icon-box__title {
font-size: 20px;
margin-bottom: 10px;
padding-top: 10px;
}
@media screen and (max-width: 1440px) {
.haru-icon-box--style-12 .haru-icon-box__title {
font-size: 18px;
}
}
@media screen and (max-width: 1024px) {
.haru-icon-box--style-12 .haru-icon-box__title {
font-size: 17px;
}
}
@media screen and (max-width: 991px) {
.haru-icon-box--style-12 .haru-icon-box__title {
font-size: 16px;
}
}
.haru-icon-box--style-12:hover {
background-color: #4B5C66;
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
color: #fff;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
transition: all .3s;
}
.haru-icon-box--style-12:hover .haru-icon-box__title {
color: #fff;
transition: all .3s;
}
.haru-icon-box--style-12:hover .haru-icon-box__title a {
color: #fff;
transition: all .3s;
}
.haru-icon-box--style-12:hover .haru-icon-box__icon i,
.haru-icon-box--style-12:hover .haru-icon-box__icon svg path {
color: #fff;
fill: #fff;
transition: all .3s;
}
.haru-icon-box--style-13 {
padding-right: 8%;
}
@media screen and (max-width: 1440px) {
.haru-icon-box--style-13 {
padding-right: 6%;
}
}
@media screen and (max-width: 1024px) {
.haru-icon-box--style-13 {
padding-right: 3%;
}
}
@media screen and (max-width: 991px) {
.haru-icon-box--style-13 {
padding-right: 0;
}
}
.haru-icon-box--style-13 .haru-icon-box__icon {
display: inline-flex;
font-size: 32px;
color: #4B5C66;
flex: 0 0 64px;
}
@media screen and (max-width: 1440px) {
.haru-icon-box--style-13 .haru-icon-box__icon {
font-size: 28px;
}
}
.haru-icon-box--style-13 .haru-icon-box__icon > span,
.haru-icon-box--style-13 .haru-icon-box__icon > a {
display: inline-flex;
width: 64px;
height: 64px;
border-radius: 50%;
background-color: rgba(46, 187, 119, 0.15);
align-items: center;
justify-content: center;
}
.haru-icon-box--style-13 .haru-icon-box__icon i {
color: #4B5C66;
}
.haru-icon-box--style-13 .haru-icon-box__icon i.pricon-bounding-box, .haru-icon-box--style-13 .haru-icon-box__icon i.pricon-image {
margin-right: -1px;
}
.haru-icon-box--style-13 .haru-icon-box__icon svg path {
fill: #4B5C66;
}
.haru-icon-box--style-13 .haru-icon-box__title {
font-size: 20px;
font-weight: 700;
padding-top: 15px;
}
@media screen and (max-width: 1440px) {
.haru-icon-box--style-13 .haru-icon-box__title {
font-size: 18px;
}
}
.haru-icon-box--style-13 .haru-icon-box__description {
font-size: 18px;
}
@media screen and (max-width: 767px) {
.haru-icon-box--style-13 .haru-icon-box__description {
font-size: 15px;
}
}
.haru-icon-box--style-14 {
margin: 18px 0 16px;
}
.haru-icon-box--style-14:hover .haru-icon-box__icon {
color: #4B5C66;
transition: all .3s;
}
.haru-icon-box--style-14:hover .haru-icon-box__icon i,
.haru-icon-box--style-14:hover .haru-icon-box__icon svg path {
color: #4B5C66;
fill: #4B5C66;
transition: all .3s;
}
.haru-icon-box--style-14:hover .haru-icon-box__title a {
color: #000;
}
.haru-icon-box--style-14 .haru-icon-box__icon {
font-size: 44px;
color: #ababab;
line-height: 1;
transition: all .3s;
}
@media screen and (max-width: 1440px) {
.haru-icon-box--style-14 .haru-icon-box__icon {
font-size: 40px;
}
}
.haru-icon-box--style-14 .haru-icon-box__icon > span,
.haru-icon-box--style-14 .haru-icon-box__icon > a {
display: flex;
align-items: center;
justify-content: center;
}
.haru-icon-box--style-14 .haru-icon-box__icon i,
.haru-icon-box--style-14 .haru-icon-box__icon svg path {
color: #ababab;
fill: #ababab;
transition: all .3s;
}
.haru-icon-box--style-14 .haru-icon-box__icon svg {
max-height: 44px;
}
@media screen and (max-width: 1440px) {
.haru-icon-box--style-14 .haru-icon-box__icon svg {
max-height: 40px;
}
}
.haru-icon-box--style-14 .haru-icon-box__title {
font-size: 15px;
font-weight: 500;
margin-top: 0;
margin-bottom: 0;
}
.haru-icon-box--style-14 .haru-icon-box__title a {
color: #7e7e7e;
display: block;
padding-top: 5px;
}
.haru-icon-box--style-14 .haru-icon-box__description {
color: #7e7e7e;
margin-bottom: 0;
}
.dark-mode .haru-icon-box--style-1 .haru-icon-box__icon svg,
.dark-mode .haru-icon-box--style-1 .haru-icon-box__icon *,
.background-dark .haru-icon-box--style-1 .haru-icon-box__icon svg,
.background-dark .haru-icon-box--style-1 .haru-icon-box__icon * {
fill: #fff;
color: #fff;
}
.dark-mode .haru-icon-box--style-1 .haru-icon-box__description,
.background-dark .haru-icon-box--style-1 .haru-icon-box__description {
color: #ababab;
}
.haru-google-maps {
position: relative;
}
.haru-google-maps iframe {
border: 0;
scrolling: 'no';
margin: 0;
}
.haru-google-maps--style-1 iframe {
-webkit-filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}
.haru-google-maps--style-2 iframe {
-webkit-filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(190deg);
filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(190deg);
}
.dark-mode .haru-google-maps--style-1 iframe,
.background-dark .haru-google-maps--style-1 iframe {
-webkit-filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}
.dark-mode .haru-google-maps--style-2 iframe,
.background-dark .haru-google-maps--style-2 iframe {
-webkit-filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}
.haru-search__container {
display: flex;
position: relative;
transition: all .3s;
overflow: hidden;
}
.haru-search__submit {
padding: 0 15px;
font-size: 16px;
font-weight: 600;
}
.haru-search__submit i {
font-size: 18px;
}
.haru-search__submit i.hicon {
font-size: 20px;
}
.haru-search__icon {
display: inline-flex;
align-items: center;
position: absolute;
top: 0;
left: 0;
height: 100%;
padding: 0 15px;
}
.haru-search__icon i {
font-size: 18px;
}
.haru-search__icon i.hicon {
font-size: 20px;
}
.haru-search__form .mfp-close {
color: #fff;
opacity: 1;
font-size: 0;
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
.haru-search__form .mfp-close:hover {
color: #4B5C66;
}
.haru-search__form .mfp-close:before {
content: '\e919';
font-family: 'haruicons';
font-size: 20px;
}
.haru-search__toggle {
display: inline-flex;
cursor: pointer;
font-size: 20px;
}
.haru-search__toggle .hicon {
font-size: 22px;
}
.haru-search__popup .haru-search__form {
width: 80%;
margin: 0 auto;
}
.haru-search--minimal .haru-search__input {
padding-left: 45px;
}
.haru-search--minimal .haru-search__icon {
right: 0;
left: auto;
}
.haru-search--minimal .haru-search__input {
padding-left: 15px;
padding-right: 45px;
}
.haru-search--full_screen {
display: flex;
}
.haru-search--full_screen .haru-search__form {
display: none;
}
.haru-search--toolbar {
color: #000;
line-height: 1;
text-align: center;
}
.haru-search--toolbar .haru-search__toggle {
display: block;
}
.haru-search--toolbar .haru-search__form {
display: none;
}
.dark-mode .haru-search__toggle,
.background-dark .haru-search__toggle {
color: #fff;
}
.haru-header--transparent-light:not(.haru-header--sticky-on).haru-header .haru-search__toggle {
color: #fff;
}
.haru-header--transparent-dark:not(.haru-header--sticky-on).haru-header .haru-search__toggle {
color: #000;
}
.haru-price-table--style-1 {
background-color: #fff;
border-radius: 12px;
padding: 30px;
-webkit-transform: translateY(0);
transform: translateY(0);
transition: all .3s;
}
.haru-price-table--style-1:hover {
box-shadow: 0 24px 50px rgba(0, 0, 0, 0.1);
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
transition: all .3s;
}
.haru-price-table--style-1:hover .haru-price-table__icon {
-webkit-transform: rotate(-15deg) translateY(-10px);
transform: rotate(-15deg) translateY(-10px);
transition: all .3s;
}
.haru-price-table--style-1 .haru-price-table__top {
border-bottom: 1px solid #eee;
padding: 35px;
position: relative;
text-align: center;
}
@media screen and (max-width: 1440px) {
.haru-price-table--style-1 .haru-price-table__top {
padding: 25px;
}
}
.haru-price-table--style-1 .haru-price-table__icon {
font-size: 175px;
line-height: 1;
color: #4B5C66;
position: absolute;
right: -5px;
top: 40px;
max-height: 175px;
-webkit-transform: rotate(-15deg);
transform: rotate(-15deg);
background: linear-gradient(101.31deg, #ff869f 2.11%, #fa988a 34.14%, #f19a73 68.81%, #ffd0b1 105.05%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
transition: all .3s;
}
@media screen and (max-width: 1440px) {
.haru-price-table--style-1 .haru-price-table__icon {
font-size: 140px;
}
}
@media screen and (max-width: 767px) {
.haru-price-table--style-1 .haru-price-table__icon {
top: 25px;
}
}
.haru-price-table--style-1 .haru-price-table__icon > span,
.haru-price-table--style-1 .haru-price-table__icon > a {
display: inline-flex;
}
@media not all and (min-resolution: 0.001dpcm) {
@supports (-webkit-appearance: none) {
.haru-price-table--style-1 .haru-price-table__icon > span,
.haru-price-table--style-1 .haru-price-table__icon > a {
display: inline;
}
}
}
.haru-price-table--style-1 .haru-price-table__icon svg path {
fill: #4B5C66;
}
.haru-price-table--style-1 .haru-price-table__featured {
position: absolute;
right: -10px;
top: -10px;
background-color: #000;
color: #fff;
font-weight: 700;
padding: 2px 20px;
border-radius: 5px;
}
@media screen and (max-width: 1440px) {
.haru-price-table--style-1 .haru-price-table__featured {
font-size: 14px;
padding: 1px 15px;
}
}
.haru-price-table--style-1 .haru-price-table__title {
font-size: 48px;
margin-top: 25px;
margin-bottom: 15px;
display: inline-block;
position: relative;
text-align: center;
}
@media screen and (max-width: 1440px) {
.haru-price-table--style-1 .haru-price-table__title {
font-size: 36px;
margin-top: 15px;
}
}
@media screen and (max-width: 1024px) {
.haru-price-table--style-1 .haru-price-table__title {
font-size: 32px;
}
}
@media screen and (max-width: 991px) {
.haru-price-table--style-1 .haru-price-table__title {
font-size: 28px;
}
}
@media screen and (max-width: 767px) {
.haru-price-table--style-1 .haru-price-table__title {
font-size: 24px;
}
}
.haru-price-table--style-1 .haru-price-table__title > span {
position: absolute;
left: calc(100% + 5px);
bottom: 10px;
font-size: 18px;
font-weight: 500;
color: #7e7e7e;
}
@media screen and (max-width: 1440px) {
.haru-price-table--style-1 .haru-price-table__title > span {
font-size: 16px;
}
}
@media screen and (max-width: 1024px) {
.haru-price-table--style-1 .haru-price-table__title > span {
font-size: 15px;
}
}
.haru-price-table--style-1 .haru-price-table__description {
color: #000;
font-size: 20px;
}
@media screen and (max-width: 1440px) {
.haru-price-table--style-1 .haru-price-table__description {
font-size: 18px;
}
}
.haru-price-table--style-1 .haru-price-table__content {
padding: 35px 0;
}
.haru-price-table--style-1 .haru-price-table__list {
list-style: none;
list-style-type: none;
padding: 0;
margin: 0;
}
.haru-price-table--style-1 .haru-price-table__item {
margin-bottom: 12px;
}
.haru-price-table--style-1 .haru-price-table__item:last-child {
margin-bottom: 0;
}
.haru-price-table--style-1 .haru-price-table__item:before {
content: '\e925';
font-family: 'phosphor';
font-weight: 700;
display: inline-block;
border-radius: 50%;
background-color: #e2f5f2;
color: #11b196;
font-size: 12px;
width: 24px;
height: 24px;
line-height: 24px;
margin-right: 10px;
text-align: center;
}
.haru-price-table--style-1 .haru-price-table__item > span {
color: #000;
font-weight: 500;
}
.haru-price-table--style-1 .haru-price-table__item.content-disable:before {
background-color: #f5f5f5;
color: #ababab;
}
.haru-price-table--style-1 .haru-price-table__item.content-disable > span {
color: #ababab;
}
.haru-price-table--style-1 > .haru-button {
display: block;
}
.haru-price-table--style-1 > .haru-button:not(.haru-button--bg-primary) {
color: #000;
background-color: rgba(46, 187, 119, 0.1);
}
.haru-price-table--style-1 > .haru-button:not(.haru-button--bg-primary):hover {
color: #fff;
background-color: #4B5C66;
}
.haru-price-table--style-1.plan-featured {
box-shadow: 0 24px 50px rgba(0, 0, 0, 0.1);
}
.dark-mode .haru-price-table--style-1 .haru-price-table__icon svg,
.dark-mode .haru-price-table--style-1 .haru-price-table__icon *,
.background-dark .haru-price-table--style-1 .haru-price-table__icon svg,
.background-dark .haru-price-table--style-1 .haru-price-table__icon * {
fill: #fff;
color: #fff;
}
.dark-mode .haru-price-table--style-1 .haru-price-table__description,
.background-dark .haru-price-table--style-1 .haru-price-table__description {
color: #ababab;
}
.haru-image-blob--style-1 .blob path {
-webkit-animation: blob 20s linear  infinite;
animation: blob 20s linear  infinite;
fill: #4B5C66;
}
.haru-image-blob--style-1 .haru-image-blob__content figure {
background-size: cover;
background-position: center center;
clip-path: url(#svg-ld_masked_image_62137c8191773);
-webkit-clip-path: url(#svg-ld_masked_image_62137c8191773);
}
.haru-image-blob--style-1 .haru-image-blob__content .tk-blob {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.haru-image-blob--style-1 .haru-image-blob__content img {
width: 100%;
visibility: hidden;
}
@-webkit-keyframes blob {
0% {
d: path("M120,-157.6C152.7,-141.5,174.3,-102.6,194.8,-58.8C215.3,-14.9,234.6,33.8,228.4,80.8C222.2,127.8,190.4,173.1,148.1,184C105.8,195,52.9,171.5,-2.4,174.8C-57.8,178.2,-115.6,208.4,-137.5,190.9C-159.3,173.3,-145.3,108,-153,56.3C-160.7,4.6,-190.2,-33.4,-178.3,-54.2C-166.4,-75.1,-113.2,-78.8,-76.6,-93.6C-40,-108.3,-20,-134.2,11.9,-150.5C43.7,-166.8,87.4,-173.6,120,-157.6Z");
}
25% {
d: path("M67.8,-97.1C87.8,-78.8,103.8,-58.9,117.4,-34.1C130.9,-9.4,142,20.2,139.5,50.7C137,81.2,120.8,112.6,95.3,150.1C69.8,187.7,34.9,231.3,3.3,226.8C-28.2,222.2,-56.4,169.3,-91.6,134.9C-126.8,100.5,-169,84.6,-179.6,57.1C-190.2,29.7,-169.3,-9.3,-155.2,-49.7C-141,-90.1,-133.7,-132,-109,-148.8C-84.2,-165.6,-42.1,-157.3,-9.1,-144.8C23.9,-132.2,47.8,-115.5,67.8,-97.1Z");
}
50% {
d: path("M137.1,-191.3C172,-163.4,190.6,-115.7,197.2,-70.1C203.8,-24.4,198.5,19.2,178.9,51.5C159.3,83.9,125.5,105,93.3,129.6C61.1,154.1,30.6,182.1,1.1,180.6C-28.4,179.1,-56.8,148.2,-81.2,121.1C-105.6,94.1,-126.1,70.8,-141.6,41.6C-157.2,12.4,-168,-22.9,-153.9,-45C-139.8,-67,-100.7,-76,-70.9,-105.5C-41.1,-135,-20.6,-185,15.3,-206C51.1,-227.1,102.3,-219.1,137.1,-191.3Z");
}
75% {
d: path("M123.7,-157.1C162.4,-142.2,197.2,-108.8,202.8,-70.8C208.3,-32.9,184.5,9.7,169,54.2C153.6,98.7,146.4,145.2,119.7,162.7C92.9,180.2,46.4,168.6,-1.9,171.1C-50.2,173.7,-100.3,190.4,-122.2,171.3C-144.1,152.3,-137.7,97.5,-144.1,52.7C-150.6,7.9,-169.9,-26.8,-170.5,-64.8C-171,-102.8,-152.8,-144,-121.3,-161.3C-89.7,-178.5,-44.9,-171.8,-1.2,-170.1C42.5,-168.5,85,-172,123.7,-157.1Z");
}
100% {
d: path("M120,-157.6C152.7,-141.5,174.3,-102.6,194.8,-58.8C215.3,-14.9,234.6,33.8,228.4,80.8C222.2,127.8,190.4,173.1,148.1,184C105.8,195,52.9,171.5,-2.4,174.8C-57.8,178.2,-115.6,208.4,-137.5,190.9C-159.3,173.3,-145.3,108,-153,56.3C-160.7,4.6,-190.2,-33.4,-178.3,-54.2C-166.4,-75.1,-113.2,-78.8,-76.6,-93.6C-40,-108.3,-20,-134.2,11.9,-150.5C43.7,-166.8,87.4,-173.6,120,-157.6Z");
}
}
@keyframes blob {
0% {
d: path("M120,-157.6C152.7,-141.5,174.3,-102.6,194.8,-58.8C215.3,-14.9,234.6,33.8,228.4,80.8C222.2,127.8,190.4,173.1,148.1,184C105.8,195,52.9,171.5,-2.4,174.8C-57.8,178.2,-115.6,208.4,-137.5,190.9C-159.3,173.3,-145.3,108,-153,56.3C-160.7,4.6,-190.2,-33.4,-178.3,-54.2C-166.4,-75.1,-113.2,-78.8,-76.6,-93.6C-40,-108.3,-20,-134.2,11.9,-150.5C43.7,-166.8,87.4,-173.6,120,-157.6Z");
}
25% {
d: path("M67.8,-97.1C87.8,-78.8,103.8,-58.9,117.4,-34.1C130.9,-9.4,142,20.2,139.5,50.7C137,81.2,120.8,112.6,95.3,150.1C69.8,187.7,34.9,231.3,3.3,226.8C-28.2,222.2,-56.4,169.3,-91.6,134.9C-126.8,100.5,-169,84.6,-179.6,57.1C-190.2,29.7,-169.3,-9.3,-155.2,-49.7C-141,-90.1,-133.7,-132,-109,-148.8C-84.2,-165.6,-42.1,-157.3,-9.1,-144.8C23.9,-132.2,47.8,-115.5,67.8,-97.1Z");
}
50% {
d: path("M137.1,-191.3C172,-163.4,190.6,-115.7,197.2,-70.1C203.8,-24.4,198.5,19.2,178.9,51.5C159.3,83.9,125.5,105,93.3,129.6C61.1,154.1,30.6,182.1,1.1,180.6C-28.4,179.1,-56.8,148.2,-81.2,121.1C-105.6,94.1,-126.1,70.8,-141.6,41.6C-157.2,12.4,-168,-22.9,-153.9,-45C-139.8,-67,-100.7,-76,-70.9,-105.5C-41.1,-135,-20.6,-185,15.3,-206C51.1,-227.1,102.3,-219.1,137.1,-191.3Z");
}
75% {
d: path("M123.7,-157.1C162.4,-142.2,197.2,-108.8,202.8,-70.8C208.3,-32.9,184.5,9.7,169,54.2C153.6,98.7,146.4,145.2,119.7,162.7C92.9,180.2,46.4,168.6,-1.9,171.1C-50.2,173.7,-100.3,190.4,-122.2,171.3C-144.1,152.3,-137.7,97.5,-144.1,52.7C-150.6,7.9,-169.9,-26.8,-170.5,-64.8C-171,-102.8,-152.8,-144,-121.3,-161.3C-89.7,-178.5,-44.9,-171.8,-1.2,-170.1C42.5,-168.5,85,-172,123.7,-157.1Z");
}
100% {
d: path("M120,-157.6C152.7,-141.5,174.3,-102.6,194.8,-58.8C215.3,-14.9,234.6,33.8,228.4,80.8C222.2,127.8,190.4,173.1,148.1,184C105.8,195,52.9,171.5,-2.4,174.8C-57.8,178.2,-115.6,208.4,-137.5,190.9C-159.3,173.3,-145.3,108,-153,56.3C-160.7,4.6,-190.2,-33.4,-178.3,-54.2C-166.4,-75.1,-113.2,-78.8,-76.6,-93.6C-40,-108.3,-20,-134.2,11.9,-150.5C43.7,-166.8,87.4,-173.6,120,-157.6Z");
}
}
.haru-text-animation--style-1 h2 {
font-size: 68px;
margin: 0;
line-height: 1.2;
}
@media screen and (max-width: 1440px) {
.haru-text-animation--style-1 h2 {
font-size: 48px;
}
}
@media screen and (max-width: 1024px) {
.haru-text-animation--style-1 h2 {
font-size: 36px;
}
}
@media screen and (max-width: 991px) {
.haru-text-animation--style-1 h2 {
font-size: 32px;
}
}
@media screen and (max-width: 767px) {
.haru-text-animation--style-1 h2 {
font-size: 28px;
}
}
.haru-text-animation--style-1 .haru-text-animation__pre {
position: relative;
}
.haru-text-animation--style-1 .haru-text-animation__typewrite {
display: block;
min-height: 82px;
}
@media screen and (max-width: 1440px) {
.haru-text-animation--style-1 .haru-text-animation__typewrite {
min-height: 60px;
}
}
@media screen and (max-width: 1024px) {
.haru-text-animation--style-1 .haru-text-animation__typewrite {
min-height: 53px;
}
}
@media screen and (max-width: 991px) {
.haru-text-animation--style-1 .haru-text-animation__typewrite {
min-height: 45px;
}
}
@media screen and (max-width: 767px) {
.haru-text-animation--style-1 .haru-text-animation__typewrite {
min-height: 35px;
}
}
.haru-text-animation--style-1 .haru-text-animation__typewrite .haru-text-animation__typewrap {
position: relative;
}
.haru-text-animation--style-1 .haru-text-animation__typewrite .haru-text-animation__typewrap:after {
content: '';
position: absolute;
right: -2px;
width: 3px;
height: 75%;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.haru-text-animation--style-1 .haru-text-animation__heading {
position: relative;
}
.haru-text-animation--style-1 .haru-text-animation__list {
top: 100%;
left: 0;
width: 100%;
display: inline-flex;
position: relative;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
white-space: nowrap;
transition: width 0.8s cubic-bezier(0.86, 0, 0.07, 1);
will-change: width;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.haru-text-animation--style-1 .haru-text-animation__item {
left: 0;
margin-bottom: 0;
opacity: 0;
position: absolute;
right: 0;
top: 0;
}
.haru-text-animation--style-1 .haru-text-animation__item:nth-of-type(1) {
-webkit-animation: rotate-text-up 1.5s .75s;
animation: rotate-text-up 1.5s .75s;
}
.haru-text-animation--style-1 .haru-text-animation__item:nth-of-type(2) {
-webkit-animation: rotate-text-up 1.5s 2s;
animation: rotate-text-up 1.5s 2s;
}
.haru-text-animation--style-1 .haru-text-animation__item:nth-of-type(3) {
-webkit-animation: fade-text-in 1.5s 3.25s forwards;
animation: fade-text-in 1.5s 3.25s forwards;
}
.haru-text-animation--style-1.haru-text-animation--has-decor .haru-text-animation__pre:before {
content: '';
position: absolute;
height: 24px;
width: 275.45px;
right: -15px;
bottom: -10px;
-webkit-mask-image: url(//adm-textile.fr/wp-content/themes/teespace-child/assets/images/text-underline-decor.svg);
mask-image: url(//adm-textile.fr/wp-content/themes/teespace-child/assets/images/text-underline-decor.svg);
-webkit-mask-repeat: no-repeat;
background-size: cover;
background-repeat: no-repeat;
mask-repeat: no-repeat;
background-color: #4B5C66;
}
@media screen and (max-width: 1440px) {
.haru-text-animation--style-1.haru-text-animation--has-decor .haru-text-animation__pre:before {
-webkit-transform: scale(0.7);
transform: scale(0.7);
right: -45px;
bottom: -15px;
}
}
@media screen and (max-width: 1024px) {
.haru-text-animation--style-1.haru-text-animation--has-decor .haru-text-animation__pre:before {
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
}
@media screen and (max-width: 767px) {
.haru-text-animation--style-1.haru-text-animation--has-decor .haru-text-animation__pre:before {
right: -55px;
bottom: -12px;
}
}
.haru-text-animation--style-2 h2 {
font-size: 76px;
font-weight: 700;
margin: 0;
line-height: 1.2;
}
@media screen and (max-width: 1440px) {
.haru-text-animation--style-2 h2 {
font-size: 64px;
}
}
@media screen and (max-width: 1024px) {
.haru-text-animation--style-2 h2 {
font-size: 48px;
}
}
@media screen and (max-width: 991px) {
.haru-text-animation--style-2 h2 {
font-size: 42px;
}
}
@media screen and (max-width: 767px) {
.haru-text-animation--style-2 h2 {
font-size: 32px;
}
}
.haru-text-animation--style-2 .haru-text-animation__typewrite {
display: block;
min-height: 91px;
}
@media screen and (max-width: 1440px) {
.haru-text-animation--style-2 .haru-text-animation__typewrite {
min-height: 77px;
}
}
@media screen and (max-width: 1024px) {
.haru-text-animation--style-2 .haru-text-animation__typewrite {
min-height: 58px;
}
}
@media screen and (max-width: 991px) {
.haru-text-animation--style-2 .haru-text-animation__typewrite {
min-height: 50px;
}
}
@media screen and (max-width: 767px) {
.haru-text-animation--style-2 .haru-text-animation__typewrite {
min-height: 43px;
}
}
.haru-text-animation--style-2 .haru-text-animation__typewrite .haru-text-animation__typewrap {
position: relative;
}
.haru-text-animation--style-2 .haru-text-animation__typewrite .haru-text-animation__typewrap:after {
content: '';
position: absolute;
right: -2px;
width: 3px;
height: 75%;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.haru-text-animation--style-2 .haru-text-animation__heading {
position: relative;
}
.haru-text-animation--style-2 .haru-text-animation__list {
top: 100%;
left: 0;
width: 100%;
display: inline-flex;
position: relative;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
white-space: nowrap;
transition: width 0.8s cubic-bezier(0.86, 0, 0.07, 1);
will-change: width;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.haru-text-animation--style-2 .haru-text-animation__item {
left: 0;
margin-bottom: 0;
opacity: 0;
position: absolute;
right: 0;
top: 0;
}
.haru-text-animation--style-2 .haru-text-animation__item:nth-of-type(1) {
-webkit-animation: rotate-text-up 1.5s .75s;
animation: rotate-text-up 1.5s .75s;
}
.haru-text-animation--style-2 .haru-text-animation__item:nth-of-type(2) {
-webkit-animation: rotate-text-up 1.5s 2s;
animation: rotate-text-up 1.5s 2s;
}
.haru-text-animation--style-2 .haru-text-animation__item:nth-of-type(3) {
-webkit-animation: fade-text-in 1.5s 3.25s forwards;
animation: fade-text-in 1.5s 3.25s forwards;
}
.haru-text-animation--style-3 h2 {
font-size: 72px;
line-height: 1.2;
}
@media screen and (max-width: 1440px) {
.haru-text-animation--style-3 h2 {
font-size: 64px;
}
}
@media screen and (max-width: 1024px) {
.haru-text-animation--style-3 h2 {
font-size: 48px;
}
}
@media screen and (max-width: 991px) {
.haru-text-animation--style-3 h2 {
font-size: 42px;
}
}
@media screen and (max-width: 767px) {
.haru-text-animation--style-3 h2 {
font-size: 32px;
}
}
.haru-text-animation--style-3 .haru-text-animation__pre span {
display: inline-block;
position: relative;
z-index: 1;
}
.haru-text-animation--style-3 .haru-text-animation__pre span:after {
content: '';
position: absolute;
left: 0;
bottom: 8px;
width: 100%;
height: 15px;
background-color: rgba(46, 187, 119, 0.3);
background: linear-gradient(101.31deg, #b1f1b3 2.11%, #f3eec2 105.05%);
z-index: -1;
}
@media screen and (max-width: 1440px) {
.haru-text-animation--style-3 .haru-text-animation__pre span:after {
bottom: 10px;
height: 12px;
}
}
@media screen and (max-width: 1024px) {
.haru-text-animation--style-3 .haru-text-animation__pre span:after {
bottom: 8px;
height: 10px;
}
}
@media screen and (max-width: 767px) {
.haru-text-animation--style-3 .haru-text-animation__pre span:after {
bottom: 3px;
height: 8px;
}
}
.haru-text-animation--style-3 .haru-text-animation__typewrite {
display: block;
min-height: 88px;
}
@media screen and (max-width: 1440px) {
.haru-text-animation--style-3 .haru-text-animation__typewrite {
min-height: 77px;
}
}
@media screen and (max-width: 1024px) {
.haru-text-animation--style-3 .haru-text-animation__typewrite {
min-height: 58px;
}
}
@media screen and (max-width: 991px) {
.haru-text-animation--style-3 .haru-text-animation__typewrite {
min-height: 50px;
}
}
@media screen and (max-width: 767px) {
.haru-text-animation--style-3 .haru-text-animation__typewrite {
min-height: 43px;
}
}
.haru-text-animation--style-3 .haru-text-animation__typewrite .haru-text-animation__typewrap {
position: relative;
}
.haru-text-animation--style-3 .haru-text-animation__typewrite .haru-text-animation__typewrap:after {
content: '';
position: absolute;
right: -2px;
width: 3px;
height: 75%;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.haru-text-animation--style-3 .haru-text-animation__heading {
position: relative;
}
.haru-text-animation--style-3 .haru-text-animation__list {
top: 100%;
left: 0;
width: 100%;
display: inline-flex;
position: relative;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
white-space: nowrap;
transition: width 0.8s cubic-bezier(0.86, 0, 0.07, 1);
will-change: width;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.haru-text-animation--style-3 .haru-text-animation__item {
left: 0;
margin-bottom: 0;
opacity: 0;
position: absolute;
right: 0;
top: 0;
}
.haru-text-animation--style-3 .haru-text-animation__item:nth-of-type(1) {
-webkit-animation: rotate-text-up 1.5s .75s;
animation: rotate-text-up 1.5s .75s;
}
.haru-text-animation--style-3 .haru-text-animation__item:nth-of-type(2) {
-webkit-animation: rotate-text-up 1.5s 2s;
animation: rotate-text-up 1.5s 2s;
}
.haru-text-animation--style-3 .haru-text-animation__item:nth-of-type(3) {
-webkit-animation: fade-text-in 1.5s 3.25s forwards;
animation: fade-text-in 1.5s 3.25s forwards;
} @-webkit-keyframes typing {
from {
width: 0;
}
to {
width: 100%;
}
}
@keyframes typing {
from {
width: 0;
}
to {
width: 100%;
}
} @-webkit-keyframes blink-caret {
from, to {
border-color: transparent;
}
50% {
border-color: orange;
}
}
@keyframes blink-caret {
from, to {
border-color: transparent;
}
50% {
border-color: orange;
}
}
@-webkit-keyframes rotate-text-up {
0% {
-webkit-transform: translate3d(0, 80px, 0);
transform: translate3d(0, 80px, 0);
opacity: 0;
}
20%, 80% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
100% {
-webkit-transform: translate3d(0, -40px, 0);
transform: translate3d(0, -40px, 0);
opacity: 0;
}
}
@keyframes rotate-text-up {
0% {
-webkit-transform: translate3d(0, 80px, 0);
transform: translate3d(0, 80px, 0);
opacity: 0;
}
20%, 80% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
100% {
-webkit-transform: translate3d(0, -40px, 0);
transform: translate3d(0, -40px, 0);
opacity: 0;
}
}
@-webkit-keyframes fade-text-in {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 80px, 0);
transform: translate3d(0, 80px, 0);
}
50%, 100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fade-text-in {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 80px, 0);
transform: translate3d(0, 80px, 0);
}
50%, 100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.haru-divider--style-1 .haru-waves {
position: relative;
width: 100%;
height: 15vh;
margin-bottom: -9px; min-height: 100px;
max-height: 150px;
}
@media screen and (max-width: 767px) {
.haru-divider--style-1 .haru-waves {
height: 40px;
min-height: 40px;
}
}
.haru-divider--style-1 .haru-waves__parallax > use {
-webkit-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.haru-divider--style-1 .haru-waves__parallax > use:nth-child(1) {
-webkit-animation-delay: -2s;
animation-delay: -2s;
-webkit-animation-duration: 7s;
animation-duration: 7s;
}
.haru-divider--style-1 .haru-waves__parallax > use:nth-child(2) {
-webkit-animation-delay: -3s;
animation-delay: -3s;
-webkit-animation-duration: 10s;
animation-duration: 10s;
}
.haru-divider--style-1 .haru-waves__parallax > use:nth-child(3) {
-webkit-animation-delay: -4s;
animation-delay: -4s;
-webkit-animation-duration: 13s;
animation-duration: 13s;
}
.haru-divider--style-1 .haru-waves__parallax > use:nth-child(4) {
-webkit-animation-delay: -5s;
animation-delay: -5s;
-webkit-animation-duration: 20s;
animation-duration: 20s;
}
.haru-divider--style-2 .haru-divider__content {
position: relative;
width: 100%;
height: 15vh;
min-height: 100px;
max-height: 150px;
}
.haru-divider--style-2 .haru-divider__trapezoid--right {
background-image: linear-gradient(to right, #ff869f, #ffd0b1);
-webkit-clip-path: polygon(100% 0, 100% 100%, -50% 100%);
clip-path: polygon(100% 0, 100% 100%, -50% 100%);
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.haru-divider--style-2 .haru-divider__trapezoid--left {
background-image: linear-gradient(to right, #ff869f, #ffd0b1);
-webkit-clip-path: polygon(0 0, 150% 100%, 0 100%);
clip-path: polygon(0 0, 150% 100%, 0 100%);
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.haru-divider--style-3 .haru-divider__content {
position: relative;
width: 100%;
height: 15vh;
min-height: 100px;
max-height: 150px;
}
.haru-divider--style-3 .haru-divider__triangle--right {
background-image: linear-gradient(to right, #ff869f, #ffd0b1);
-webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
clip-path: polygon(100% 0, 100% 100%, 0 100%);
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.haru-divider--style-3 .haru-divider__triangle--left {
background-image: linear-gradient(to right, #ff869f, #ffd0b1);
-webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
clip-path: polygon(0 0, 100% 100%, 0 100%);
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.haru-divider--style-4 .haru-waves {
position: relative;
width: 100%;
height: 15vh;
margin-bottom: -9px; min-height: 100px;
max-height: 150px;
}
@media screen and (max-width: 767px) {
.haru-divider--style-4 .haru-waves {
height: 40px;
min-height: 40px;
}
}
@-webkit-keyframes move-forever {
0% {
-webkit-transform: translate3d(-90px, 0, 0);
transform: translate3d(-90px, 0, 0);
}
100% {
-webkit-transform: translate3d(85px, 0, 0);
transform: translate3d(85px, 0, 0);
}
}
@keyframes move-forever {
0% {
-webkit-transform: translate3d(-90px, 0, 0);
transform: translate3d(-90px, 0, 0);
}
100% {
-webkit-transform: translate3d(85px, 0, 0);
transform: translate3d(85px, 0, 0);
}
}
.haru-decor--style-1 .haru-decor__circle {
padding-bottom: 100%;
border-radius: 50%;
}
.haru-decor--style-1 .haru-decor__circle--gradient {
background: linear-gradient(225.78deg, #4B5C66 23.8%, rgba(46, 187, 119, 0.403383) 92.87%);
}
.haru-decor--style-2 .haru-decor__circle {
padding-bottom: 100%;
border-radius: 50%;
}
.haru-decor--style-2 .haru-decor__circle--gradient-2 {
background: linear-gradient(188.64deg, rgba(238, 194, 253, 0.89) 19.22%, rgba(170, 254, 234, 0.403383) 71.44%, rgba(216, 170, 198, 0) 83.67%);
}
.haru-decor--style-3 .haru-decor__ellipse {
padding-bottom: 77%;
border-radius: 50%;
}
.haru-decor--style-3 .haru-decor__ellipse--blur {
background: #4B5C66;
-webkit-filter: blur(150px) !important;
filter: blur(150px) !important;
}
.haru-decor--style-4 .haru-decor__dotted {
padding-bottom: 100%;
background: transparent;
background-size: 28px 28px !important;
background-position: -5px -5px;
}
.haru-decor--style-5 .haru-decor__circle {
padding-bottom: 100%;
border-radius: 50%;
position: relative;
}
.haru-decor--style-5 .haru-decor__circle:before {
content: '';
border-radius: 50%;
border: 2px solid #eee;
position: absolute;
width: 75%;
height: 75%;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.haru-decor--style-5 .haru-decor__circle:after {
content: '';
border-radius: 50%;
border: 2px solid #eee;
position: absolute;
width: 50%;
height: 50%;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.haru-decor--style-5 .haru-decor__circle--layered {
border: 2px solid #eee;
}
.haru-steps__list {
padding: 0;
margin: 0;
list-style: none;
}
.haru-steps__columns-1 {
width: 100%;
}
.haru-steps__columns-2 {
width: 50%;
}
.haru-steps__columns-3 {
width: 33.333333%;
}
.haru-steps__columns-4 {
width: 25%;
}
.haru-steps__columns-5 {
width: 20%;
}
.haru-steps__columns-6 {
width: 16.666666%;
}
.haru-steps__columns-7 {
width: 14.285714%;
}
.haru-steps__columns-8 {
width: 12.5%;
}
@media screen and (max-width: 991px) {
.haru-steps__columns--tablet-1 {
width: 100%;
}
}
@media screen and (max-width: 991px) {
.haru-steps__columns--tablet-2 {
width: 50%;
}
}
@media screen and (max-width: 991px) {
.haru-steps__columns--tablet-3 {
width: 33.333333%;
}
}
@media screen and (max-width: 991px) {
.haru-steps__columns--tablet-4 {
width: 25%;
}
}
@media screen and (max-width: 991px) {
.haru-steps__columns--tablet-5 {
width: 20%;
}
}
@media screen and (max-width: 991px) {
.haru-steps__columns--tablet-6 {
width: 16.666666%;
}
}
@media screen and (max-width: 767px) {
.haru-steps__columns--mobile-1 {
width: 100%;
}
}
@media screen and (max-width: 767px) {
.haru-steps__columns--mobile-2 {
width: 50%;
}
}
@media screen and (max-width: 767px) {
.haru-steps__columns--mobile-3 {
width: 33.333333%;
}
}
@media screen and (max-width: 767px) {
.haru-steps__columns--mobile-4 {
width: 25%;
}
}
.haru-steps .haru-steps__item {
position: relative;
}
.haru-steps .haru-steps__image {
width: 100%;
transition: all .3s;
}
.haru-steps--list .haru-steps__item {
margin-bottom: 85px;
overflow: visible;
}
@media screen and (max-width: 1440px) {
.haru-steps--list .haru-steps__item {
margin-bottom: 60px;
}
}
@media screen and (max-width: 1024px) {
.haru-steps--list .haru-steps__item {
margin-bottom: 50px;
}
}
@media screen and (max-width: 991px) {
.haru-steps--list .haru-steps__item {
margin-bottom: 40px;
}
}
@media screen and (max-width: 767px) {
.haru-steps--list .haru-steps__item {
margin-bottom: 20px;
padding-left: 55px;
}
}
.haru-steps--list .haru-steps__item:last-child {
margin-bottom: 0;
}
.haru-steps--list .haru-steps__item:last-child .haru-steps__sub-title:before {
display: none;
}
.haru-steps--list .haru-steps__item:nth-child(2n) .haru-steps__content {
flex-direction: row-reverse;
}
.haru-steps--list .haru-steps__item:hover .haru-steps__sub-title-content {
background-color: #4B5C66;
color: #fff;
transition: all .3s;
}
.haru-steps--list .haru-steps__content {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.haru-steps--list .haru-steps__image {
flex: 0 0 40%;
width: 40%;
display: inline-flex;
align-items: flex-start;
}
@media screen and (max-width: 767px) {
.haru-steps--list .haru-steps__image {
flex: 0 0 100%;
width: 100%;
}
}
.haru-steps--list .haru-steps__image img {
border-radius: 12px;
width: 100%;
}
.haru-steps--list .haru-steps__title {
font-size: 32px;
margin-top: 0;
}
@media screen and (max-width: 1440px) {
.haru-steps--list .haru-steps__title {
font-size: 28px;
}
}
@media screen and (max-width: 1024px) {
.haru-steps--list .haru-steps__title {
font-size: 24px;
}
}
@media screen and (max-width: 991px) {
.haru-steps--list .haru-steps__title {
font-size: 20px;
}
}
@media screen and (max-width: 767px) {
.haru-steps--list .haru-steps__title {
font-size: 18px;
}
}
.haru-steps--list .haru-steps__sub-title {
flex: 0 0 20%;
min-width: 80px;
display: inline-flex;
align-items: center;
justify-content: center;
position: relative;
}
@media screen and (max-width: 767px) {
.haru-steps--list .haru-steps__sub-title {
position: absolute;
left: 0;
top: 50%;
min-width: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
}
.haru-steps--list .haru-steps__sub-title:before {
content: '';
position: absolute;
top: calc(100% + 50px);
width: 2px;
height: 250px;
background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23EEEEEEFF' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}
@media screen and (max-width: 991px) {
.haru-steps--list .haru-steps__sub-title:before {
top: calc(100% + 20px);
height: 190px;
}
}
@media screen and (max-width: 767px) {
.haru-steps--list .haru-steps__sub-title:before {
height: 310px;
}
}
.haru-steps--list .haru-steps__sub-title-content {
background: #fff;
box-shadow: 0 7px 30px rgba(0, 0, 0, 0.13);
width: 56px;
height: 56px;
line-height: 56px;
border-radius: 50%;
font-size: 18px;
font-weight: 700;
color: #000;
text-align: center;
transition: all .3s;
}
@media screen and (max-width: 1440px) {
.haru-steps--list .haru-steps__sub-title-content {
width: 48px;
height: 48px;
line-height: 48px;
}
}
@media screen and (max-width: 1024px) {
.haru-steps--list .haru-steps__sub-title-content {
width: 44px;
height: 44px;
line-height: 44px;
}
}
@media screen and (max-width: 991px) {
.haru-steps--list .haru-steps__sub-title-content {
width: 40px;
height: 40px;
line-height: 40px;
}
}
@media screen and (max-width: 767px) {
.haru-steps--list .haru-steps__sub-title-content {
width: 36px;
height: 36px;
line-height: 36px;
font-size: 16px;
}
}
.haru-steps--list .haru-steps__info {
flex: 0 0 40%;
}
@media screen and (max-width: 767px) {
.haru-steps--list .haru-steps__info {
flex: 0 0 100%;
margin-top: 20px;
}
}
.haru-steps--list .haru-steps__description {
color: #7e7e7e;
font-size: 18px;
}
@media screen and (max-width: 1440px) {
.haru-steps--list .haru-steps__description {
font-size: 17px;
}
}
@media screen and (max-width: 1024px) {
.haru-steps--list .haru-steps__description {
font-size: 16px;
}
}
@media screen and (max-width: 991px) {
.haru-steps--list .haru-steps__description {
font-size: 15px;
}
}
.haru-steps--list-2 {
display: flex;
}
.haru-steps--list-2 .haru-steps__item.active .haru-steps__sub-title-content {
background-color: #4B5C66;
color: #fff;
}
.haru-steps--list-2 .haru-steps__item:last-child .haru-steps__sub-title:before {
display: none;
}
.haru-steps--list-2 .haru-steps__item:last-child .haru-steps__info {
padding-bottom: 0;
}
.haru-steps--list-2 .haru-steps__item:hover {
cursor: pointer;
}
.haru-steps--list-2 .haru-steps__content {
display: flex;
}
.haru-steps--list-2 .haru-steps__title {
font-size: 18px;
margin-top: -3px;
}
@media screen and (max-width: 1440px) {
.haru-steps--list-2 .haru-steps__title {
font-size: 16px;
}
}
.haru-steps--list-2 .haru-steps__info {
padding: 0 50px 40px 20px;
}
@media screen and (max-width: 1024px) {
.haru-steps--list-2 .haru-steps__info {
padding: 0 30px 40px 20px;
}
}
@media screen and (max-width: 1024px) {
.haru-steps--list-2 .haru-steps__info {
padding: 0 10px 20px 20px;
}
}
@media screen and (max-width: 991px) {
.haru-steps--list-2 .haru-steps__info {
padding: 0 5px 20px 15px;
}
}
@media screen and (max-width: 767px) {
.haru-steps--list-2 .haru-steps__info {
padding: 0 0 20px 15px;
}
}
.haru-steps--list-2 .haru-steps__info .haru-steps__image {
display: none;
}
@media screen and (max-width: 767px) {
.haru-steps--list-2 .haru-steps__info .haru-steps__image {
display: block;
}
}
.haru-steps--list-2 .haru-steps__sub-title {
position: relative;
}
.haru-steps--list-2 .haru-steps__sub-title:before {
content: '';
position: absolute;
top: 50px;
left: 50%;
width: 2px;
height: calc(100% - 60px);
background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23CCCCCCFF' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
.haru-steps--list-2 .haru-steps__sub-title:before {
height: calc(100% - 58px);
}
}
.haru-steps--list-2 .haru-steps__sub-title-content {
background: #fff;
box-shadow: 0 7px 30px rgba(0, 0, 0, 0.13);
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 50%;
font-size: 18px;
font-weight: 700;
color: #4B5C66;
text-align: center;
}
@media screen and (max-width: 991px) {
.haru-steps--list-2 .haru-steps__sub-title-content {
width: 36px;
height: 36px;
line-height: 36px;
font-size: 16px;
}
}
.haru-steps--list-2 .haru-steps__list {
flex: 0 0 35%;
display: flex;
flex-direction: column;
justify-content: center;
}
@media screen and (max-width: 767px) {
.haru-steps--list-2 .haru-steps__list {
flex: 0 0 100%;
}
}
.haru-steps--list-2 .haru-steps__images {
flex: 0 0 65%;
}
@media screen and (max-width: 767px) {
.haru-steps--list-2 .haru-steps__images {
display: none;
}
}
.haru-steps--list-2 .haru-steps__image {
display: none;
}
.haru-steps--list-2 .haru-steps__image.active {
display: flex;
align-items: flex-start;
justify-content: center;
}
.haru-steps--list-2 .haru-steps__image img {
margin-right: -8%;
}
.haru-steps--list-3 .haru-steps__list {
display: flex;
flex-wrap: wrap;
}
.haru-steps--list-3 .haru-steps__item {
flex: 0 0 33.333333%;
padding: 0 30px;
text-align: center;
}
@media screen and (max-width: 1440px) {
.haru-steps--list-3 .haru-steps__item {
padding: 0 25px;
}
}
@media screen and (max-width: 991px) {
.haru-steps--list-3 .haru-steps__item {
padding: 0 15px;
}
}
@media screen and (max-width: 767px) {
.haru-steps--list-3 .haru-steps__item {
flex: 0 0 100%;
margin-bottom: 25px;
}
}
@media screen and (max-width: 767px) {
.haru-steps--list-3 .haru-steps__item:last-child {
margin-bottom: 0;
}
}
.haru-steps--list-3 .haru-steps__item.active .haru-steps__sub-title-content {
background-color: #4B5C66;
color: #fff;
}
.haru-steps--list-3 .haru-steps__item.active .haru-steps__btn {
opacity: 1;
visibility: visible;
}
.haru-steps--list-3 .haru-steps__item:last-child .haru-steps__sub-title-decor {
display: none;
}
.haru-steps--list-3 .haru-steps__item:nth-child(2n) .haru-steps__sub-title-decor {
top: 30px;
-webkit-transform: translateX(-50%) rotate(180deg);
transform: translateX(-50%) rotate(180deg);
}
@media screen and (max-width: 991px) {
.haru-steps--list-3 .haru-steps__item:nth-child(2n) .haru-steps__sub-title-decor {
left: calc(100% + 15px);
-webkit-transform: translateX(-50%) rotate(180deg) scale(0.8);
transform: translateX(-50%) rotate(180deg) scale(0.8);
}
}
.haru-steps--list-3 .haru-steps__item:hover {
cursor: pointer;
}
.haru-steps--list-3 .haru-steps__item:hover .haru-steps__btn {
opacity: 1;
visibility: visible;
transition: all .3s;
}
.haru-steps--list-3 .haru-steps__title {
font-size: 20px;
margin-top: 25px;
}
@media screen and (max-width: 767px) {
.haru-steps--list-3 .haru-steps__title {
margin-top: 20px;
}
}
.haru-steps--list-3 .haru-steps__sub-title {
position: relative;
}
.haru-steps--list-3 .haru-steps__sub-title-decor {
position: absolute;
left: calc(100% + 30px);
top: 0;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
.haru-steps--list-3 .haru-steps__sub-title-decor {
left: calc(100% + 15px);
-webkit-transform: translateX(-50%) scale(0.8);
transform: translateX(-50%) scale(0.8);
}
}
@media screen and (max-width: 767px) {
.haru-steps--list-3 .haru-steps__sub-title-decor {
display: none;
}
}
.haru-steps--list-3 .haru-steps__sub-title-content {
background: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
display: inline-block;
width: 56px;
height: 56px;
line-height: 56px;
border-radius: 50%;
font-size: 24px;
font-weight: 700;
color: #4B5C66;
text-align: center;
}
@media screen and (max-width: 1440px) {
.haru-steps--list-3 .haru-steps__sub-title-content {
width: 52px;
height: 52px;
line-height: 52px;
font-size: 22px;
}
}
@media screen and (max-width: 1024px) {
.haru-steps--list-3 .haru-steps__sub-title-content {
font-size: 20px;
width: 48px;
height: 48px;
line-height: 48px;
}
}
@media screen and (max-width: 991px) {
.haru-steps--list-3 .haru-steps__sub-title-content {
width: 40px;
height: 40px;
line-height: 40px;
font-size: 18px;
}
}
.haru-steps--list-3 .haru-steps__description {
color: #7e7e7e;
padding-bottom: 5px;
}
.haru-steps--list-3 .haru-steps__btn {
display: inline-flex;
align-items: center;
opacity: 0;
visibility: visible;
transition: all .3s;
}
@media screen and (max-width: 767px) {
.haru-steps--list-3 .haru-steps__btn {
opacity: 1;
visibility: visible;
}
}
.haru-steps--list-3 .haru-steps__btn:after {
content: '\e916';
font-family: 'phosphor';
font-size: 16px;
font-weight: 700;
margin-left: 3px;
position: relative;
bottom: -1px;
}
.haru-steps--list-4 .haru-steps__list {
display: flex;
flex-wrap: wrap;
}
.haru-steps--list-4 .haru-steps__item {
flex: 0 0 33.333333%;
padding: 0 30px;
text-align: center;
}
@media screen and (max-width: 1440px) {
.haru-steps--list-4 .haru-steps__item {
padding: 0 25px;
}
}
@media screen and (max-width: 991px) {
.haru-steps--list-4 .haru-steps__item {
padding: 0 15px;
}
}
@media screen and (max-width: 767px) {
.haru-steps--list-4 .haru-steps__item {
flex: 0 0 100%;
margin-bottom: 25px;
}
}
@media screen and (max-width: 767px) {
.haru-steps--list-4 .haru-steps__item:last-child {
margin-bottom: 0;
}
}
.haru-steps--list-4 .haru-steps__item.active .haru-steps__sub-title-content {
background-color: #000;
box-shadow: 0 7px 30px rgba(0, 0, 0, 0.12);
color: #fff;
}
.haru-steps--list-4 .haru-steps__item.active .haru-steps__btn {
opacity: 1;
visibility: visible;
}
.haru-steps--list-4 .haru-steps__item:last-child .haru-steps__sub-title-decor {
display: none;
}
.haru-steps--list-4 .haru-steps__item:nth-child(2n) .haru-steps__sub-title-decor {
top: 30px;
-webkit-transform: translateX(-50%) rotate(180deg);
transform: translateX(-50%) rotate(180deg);
}
@media screen and (max-width: 991px) {
.haru-steps--list-4 .haru-steps__item:nth-child(2n) .haru-steps__sub-title-decor {
left: calc(100% + 15px);
-webkit-transform: translateX(-50%) rotate(180deg) scale(0.8);
transform: translateX(-50%) rotate(180deg) scale(0.8);
}
}
.haru-steps--list-4 .haru-steps__item:hover {
cursor: pointer;
}
.haru-steps--list-4 .haru-steps__item:hover .haru-steps__btn {
opacity: 1;
visibility: visible;
transition: all .3s;
}
.haru-steps--list-4 .haru-steps__title {
font-size: 24px;
margin-top: 25px;
}
@media screen and (max-width: 1440px) {
.haru-steps--list-4 .haru-steps__title {
font-size: 22px;
margin-top: 20px;
}
}
@media screen and (max-width: 1024px) {
.haru-steps--list-4 .haru-steps__title {
font-size: 20px;
margin-top: 15px;
}
}
@media screen and (max-width: 991px) {
.haru-steps--list-4 .haru-steps__title {
margin-top: 10px;
}
}
@media screen and (max-width: 767px) {
.haru-steps--list-4 .haru-steps__title {
margin-top: 5px;
}
}
.haru-steps--list-4 .haru-steps__sub-title {
position: relative;
margin-top: 40px;
}
.haru-steps--list-4 .haru-steps__sub-title-decor {
position: absolute;
left: calc(100% + 30px);
top: 0;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
opacity: .5;
}
@media screen and (max-width: 991px) {
.haru-steps--list-4 .haru-steps__sub-title-decor {
left: calc(100% + 15px);
-webkit-transform: translateX(-50%) scale(0.8);
transform: translateX(-50%) scale(0.8);
}
}
@media screen and (max-width: 767px) {
.haru-steps--list-4 .haru-steps__sub-title-decor {
display: none;
}
}
.haru-steps--list-4 .haru-steps__sub-title-content {
background: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
display: inline-block;
width: 56px;
height: 56px;
line-height: 56px;
border-radius: 50%;
font-size: 24px;
font-weight: 700;
color: #000;
text-align: center;
}
@media screen and (max-width: 1440px) {
.haru-steps--list-4 .haru-steps__sub-title-content {
width: 52px;
height: 52px;
line-height: 52px;
font-size: 22px;
}
}
@media screen and (max-width: 1024px) {
.haru-steps--list-4 .haru-steps__sub-title-content {
font-size: 20px;
width: 48px;
height: 48px;
line-height: 48px;
}
}
@media screen and (max-width: 991px) {
.haru-steps--list-4 .haru-steps__sub-title-content {
width: 40px;
height: 40px;
line-height: 40px;
font-size: 18px;
}
}
@media screen and (max-width: 767px) {
.haru-steps--list-4 .haru-steps__sub-title-content {
background-color: #000;
box-shadow: 0 7px 30px rgba(0, 0, 0, 0.12);
color: #fff;
}
}
.haru-steps--list-4 .haru-steps__description {
font-size: 18px;
color: #7e7e7e;
padding-bottom: 5px;
}
@media screen and (max-width: 1440px) {
.haru-steps--list-4 .haru-steps__description {
font-size: 17px;
}
}
@media screen and (max-width: 1024px) {
.haru-steps--list-4 .haru-steps__description {
font-size: 16px;
}
}
@media screen and (max-width: 991px) {
.haru-steps--list-4 .haru-steps__description {
font-size: 15px;
}
}
.haru-steps--list-4 .haru-steps__btn {
display: inline-flex;
align-items: center;
opacity: 0;
visibility: visible;
transition: all .3s;
}
@media screen and (max-width: 767px) {
.haru-steps--list-4 .haru-steps__btn {
opacity: 1;
visibility: visible;
}
}
.haru-steps--list-4 .haru-steps__btn:after {
content: '\e916';
font-family: 'phosphor';
font-size: 16px;
font-weight: 700;
margin-left: 3px;
position: relative;
bottom: -1px;
}
.haru-steps--slick .haru-slick {
margin: 0 -10px;
}
.haru-steps--slick .slick-slide {
padding: 0 10px;
}
.haru-steps--slick .slick-prev {
left: 10px;
}
.haru-steps--slick .slick-next {
right: 10px;
}
@media screen and (max-width: 767px) {
.haru-steps--slick .haru-steps__list {
max-width: calc(100vw - 20px);
}
}
.haru-steps--grid .haru-steps__list {
display: flex;
flex-wrap: wrap;
margin: -15px;
}
.haru-steps--grid .haru-steps__item-wrap {
padding: 15px;
}
.haru-price-calculator--style-1 {
background-color: #fff;
display: flex;
box-shadow: 10px 20px 64px rgba(0, 0, 0, 0.12);
border-radius: 20px;
}
@media screen and (max-width: 767px) {
.haru-price-calculator--style-1 {
flex-wrap: wrap;
}
}
.haru-price-calculator--style-1 .haru-price-calculator__main {
flex: 0 0 55%;
padding: 40px 50px 30px 50px;
border-right: 1px dashed #eee;
}
@media screen and (max-width: 1440px) {
.haru-price-calculator--style-1 .haru-price-calculator__main {
padding: 35px 45px 35px 45px;
}
}
@media screen and (max-width: 767px) {
.haru-price-calculator--style-1 .haru-price-calculator__main {
flex: 0 0 100%;
padding: 20px 25px 20px 25px;
}
}
.haru-price-calculator--style-1 .haru-price-calculator__content {
flex: 0 0 45%;
padding: 40px 50px 30px 50px;
}
@media screen and (max-width: 1440px) {
.haru-price-calculator--style-1 .haru-price-calculator__content {
padding: 35px 45px 35px 45px;
}
}
@media screen and (max-width: 767px) {
.haru-price-calculator--style-1 .haru-price-calculator__content {
flex: 0 0 100%;
padding: 0 25px 30px 25px;
}
}
.haru-price-calculator--style-1 .haru-price-calculator__main-title {
font-size: 24px;
}
.haru-price-calculator--style-1 .haru-price-calculator__main-list {
padding: 15px 0 30px;
margin: 0;
list-style: none;
}
.haru-price-calculator--style-1 .haru-price-calculator__main-item {
margin-bottom: 12px;
display: flex;
}
.haru-price-calculator--style-1 .haru-price-calculator__main-item:last-child {
margin-bottom: 0;
}
.haru-price-calculator--style-1 .haru-price-calculator__main-item:before {
content: '\e925';
font-family: 'phosphor';
font-weight: 700;
display: inline-block;
border-radius: 50%;
background-color: #e2f5f2;
color: #11b196;
font-size: 12px;
width: 24px;
height: 24px;
line-height: 24px;
margin-right: 10px;
flex: 0 0 24px;
text-align: center;
position: relative;
bottom: -2px;
}
.haru-price-calculator--style-1 .haru-price-calculator__main-item > span {
color: #000;
font-weight: 500;
}
.haru-price-calculator--style-1 .haru-price-calculator__main-item.content-disable:before {
background-color: #f5f5f5;
color: #ababab;
}
.haru-price-calculator--style-1 .haru-price-calculator__main-item.content-disable > span {
color: #ababab;
}
.haru-price-calculator--style-1 .haru-button {
display: block;
}
.haru-price-calculator--style-1 .haru-price-calculator__top {
margin-bottom: 25px;
}
.haru-price-calculator--style-1 .haru-price-calculator__title {
font-size: 18px;
margin-bottom: 5px;
}
.haru-price-calculator--style-1 .haru-price-calculator__base {
margin-bottom: 35px;
}
.haru-price-calculator--style-1 .haru-price-calculator__options {
margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
.haru-price-calculator--style-1 .haru-price-calculator__options {
margin-bottom: 30px;
}
}
.haru-price-calculator--style-1 .haru-price-calculator__list {
padding: 0;
margin: 0;
list-style: none;
list-style-type: none;
background-color: #f5f5f5;
border-radius: 12px;
padding: 5px;
display: flex;
justify-content: flex-start;
align-items: center;
}
.haru-price-calculator--style-1 .haru-price-calculator__list li {
display: flex;
flex: 1 1 auto;
justify-content: center;
border-radius: 8px;
padding: 6px 20px;
font-weight: 700;
max-width: 50%;
text-align: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.haru-price-calculator--style-1 .haru-price-calculator__list li.active {
background-color: #fff;
color: #000;
}
.haru-price-calculator--style-1 .haru-price-calculator__list li:hover {
cursor: pointer;
}
.haru-price-calculator--style-1 .haru-price-calculator__calculated {
display: flex;
align-items: flex-end;
line-height: 1;
}
.haru-price-calculator--style-1 .haru-price-calculator__price-calculated {
font-size: 48px;
color: #000;
font-weight: 700;
}
@media screen and (max-width: 1440px) {
.haru-price-calculator--style-1 .haru-price-calculator__price-calculated {
font-size: 42px;
}
}
@media screen and (max-width: 767px) {
.haru-price-calculator--style-1 .haru-price-calculator__price-calculated {
font-size: 36px;
}
}
.haru-price-calculator--style-1 .haru-price-calculator__price-base {
font-size: 20px;
margin-left: 20px;
margin-bottom: 5px;
position: relative;
}
.haru-price-calculator--style-1 .haru-price-calculator__price-base:before {
content: '';
position: absolute;
left: 0;
top: 50%;
width: 100%;
height: 1px;
background-color: #7e7e7e;
}
.haru-price-calculator--style-2 .haru-price-calculator__list {
padding: 0;
margin: 0;
list-style: none;
}
.haru-price-calculator--style-2 .haru-price-calculator__item {
display: flex;
background: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
border-radius: 12px;
border: 2px solid #fff;
padding: 25px 30px;
margin-bottom: 30px;
}
@media screen and (max-width: 1440px) {
.haru-price-calculator--style-2 .haru-price-calculator__item {
padding: 20px 25px;
}
}
@media screen and (max-width: 991px) {
.haru-price-calculator--style-2 .haru-price-calculator__item {
margin-bottom: 25px;
}
}
@media screen and (max-width: 767px) {
.haru-price-calculator--style-2 .haru-price-calculator__item {
flex-wrap: wrap;
}
}
.haru-price-calculator--style-2 .haru-price-calculator__item:last-child {
margin-bottom: 0;
}
.haru-price-calculator--style-2 .haru-price-calculator__item.active {
border: 2px solid #4B5C66;
box-shadow: 0 24px 50px rgba(0, 0, 0, 0.1);
}
.haru-price-calculator--style-2 .haru-price-calculator__item.active .haru-price-calculator__check:before {
background-color: #4B5C66;
}
.haru-price-calculator--style-2 .haru-price-calculator__item:hover {
cursor: pointer;
}
.haru-price-calculator--style-2 .haru-price-calculator__info {
flex: 1;
}
@media screen and (max-width: 767px) {
.haru-price-calculator--style-2 .haru-price-calculator__info {
flex: 0 0 100%;
}
}
.haru-price-calculator--style-2 .haru-price-calculator__title {
font-size: 32px;
display: flex;
align-items: center;
margin-top: 0;
}
@media screen and (max-width: 1440px) {
.haru-price-calculator--style-2 .haru-price-calculator__title {
font-size: 28px;
}
}
@media screen and (max-width: 1024px) {
.haru-price-calculator--style-2 .haru-price-calculator__title {
font-size: 26px;
}
}
@media screen and (max-width: 991px) {
.haru-price-calculator--style-2 .haru-price-calculator__title {
font-size: 24px;
}
}
@media screen and (max-width: 767px) {
.haru-price-calculator--style-2 .haru-price-calculator__title {
font-size: 20px;
}
}
.haru-price-calculator--style-2 .haru-price-calculator__check {
display: inline-flex;
width: 28px;
height: 28px;
border: 2px solid #ccc;
border-radius: 50%;
margin-right: 15px;
position: relative;
bottom: -1px;
}
@media screen and (max-width: 1440px) {
.haru-price-calculator--style-2 .haru-price-calculator__check {
width: 24px;
height: 24px;
}
}
@media screen and (max-width: 991px) {
.haru-price-calculator--style-2 .haru-price-calculator__check {
bottom: 0;
}
}
@media screen and (max-width: 767px) {
.haru-price-calculator--style-2 .haru-price-calculator__check {
width: 20px;
height: 20px;
}
}
.haru-price-calculator--style-2 .haru-price-calculator__check:before {
content: '';
position: absolute;
top: 3px;
left: 3px;
width: 18px;
height: 18px;
background-color: transparent;
border-radius: 50%;
}
@media screen and (max-width: 1440px) {
.haru-price-calculator--style-2 .haru-price-calculator__check:before {
width: 14px;
height: 14px;
}
}
@media screen and (max-width: 767px) {
.haru-price-calculator--style-2 .haru-price-calculator__check:before {
width: 10px;
height: 10px;
}
}
.haru-price-calculator--style-2 .haru-price-calculator__description {
font-size: 18px;
}
@media screen and (max-width: 1440px) {
.haru-price-calculator--style-2 .haru-price-calculator__description {
font-size: 16px;
}
}
@media screen and (max-width: 991px) {
.haru-price-calculator--style-2 .haru-price-calculator__description {
font-size: 15px;
}
}
.haru-price-calculator--style-2 .haru-price-calculator__price {
flex: 0 0 25%;
min-width: 140px;
text-align: right;
}
@media screen and (max-width: 767px) {
.haru-price-calculator--style-2 .haru-price-calculator__price {
flex: 0 0 100%;
}
}
.haru-price-calculator--style-2 .haru-price-calculator__price-number {
font-size: 24px;
font-weight: 700;
color: #000;
}
@media screen and (max-width: 1440px) {
.haru-price-calculator--style-2 .haru-price-calculator__price-number {
font-size: 22px;
}
}
.haru-price-calculator--style-2 .haru-price-calculator__price-unit {
font-size: 18px;
}
@media screen and (max-width: 1440px) {
.haru-price-calculator--style-2 .haru-price-calculator__price-unit {
font-size: 16px;
}
}
.haru-price-calculator--style-2 .haru-price-calculator__button:not(:empty) {
margin-top: 30px;
}
.haru-price-calculator--style-2 .haru-price-calculator__button .haru-button {
width: 100%;
}
.haru-content-slideshow .haru-content-slideshow__list {
padding: 0;
margin: 0;
list-style: none;
}
@media screen and (max-width: 767px) {
.haru-content-slideshow--slick .haru-content-slideshow__list {
max-width: calc(100vw - 0px);
}
}
.haru-content-slideshow--slick .slick-dots {
position: absolute;
bottom: 45px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
.haru-content-slideshow--slick .slick-dots {
bottom: 35px;
}
}
@media screen and (max-width: 991px) {
.haru-content-slideshow--slick .slick-dots {
bottom: 20px;
}
}
@media screen and (max-width: 767px) {
.haru-content-slideshow--slick .slick-dots {
position: relative;
left: auto;
bottom: auto;
-webkit-transform: none;
transform: none;
margin-top: 20px;
}
}
.haru-content-slideshow--slick .slick-dots button {
background-color: #fff;
}
@media screen and (max-width: 767px) {
.haru-content-slideshow--slick .slick-dots button {
background-color: #000;
}
}
.haru-content-slideshow--slick .slick-dots li.slick-active button {
border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
.haru-content-slideshow--slick .slick-dots li.slick-active button {
border: 1px solid #000;
}
}
@media screen and (max-width: 767px) {
.haru-content-slideshow--slick-2 .haru-content-slideshow__list {
max-width: calc(100vw - 0px);
}
}
.haru-content-slideshow--slick-2 .slick-next,
.haru-content-slideshow--slick-2 .slick-prev {
width: 48px;
height: 48px;
line-height: 48px;
opacity: 0;
visibility: hidden;
}
.haru-content-slideshow--slick-2 .slick-next {
right: 15px;
}
.haru-content-slideshow--slick-2 .slick-prev {
left: 15px;
}
.haru-content-slideshow--slick-2 .slick-dots {
position: absolute;
bottom: 45px;
left: 29%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
.haru-content-slideshow--slick-2 .slick-dots {
bottom: 35px;
}
}
@media screen and (max-width: 991px) {
.haru-content-slideshow--slick-2 .slick-dots {
position: relative;
left: auto;
bottom: auto;
-webkit-transform: none;
transform: none;
margin-top: 20px;
}
}
.haru-content-slideshow--slick-2 .slick-dots button {
background-color: #fff;
}
@media screen and (max-width: 991px) {
.haru-content-slideshow--slick-2 .slick-dots button {
background-color: #000;
}
}
.haru-content-slideshow--slick-2 .slick-dots li.slick-active button {
border: 1px solid #fff;
}
@media screen and (max-width: 991px) {
.haru-content-slideshow--slick-2 .slick-dots li.slick-active button {
border: 1px solid #000;
}
}
.haru-content-slideshow--slick-2:hover .slick-next,
.haru-content-slideshow--slick-2:hover .slick-prev {
opacity: 1;
visibility: visible;
}
.haru-icon-list__list {
padding: 0;
margin: 0;
list-style: none;
}
.haru-icon-list__columns-1 {
width: 100%;
}
.haru-icon-list__columns-2 {
width: 50%;
}
.haru-icon-list__columns-3 {
width: 33.333333%;
}
.haru-icon-list__columns-4 {
width: 25%;
}
.haru-icon-list__columns-5 {
width: 20%;
}
.haru-icon-list__columns-6 {
width: 16.666666%;
}
.haru-icon-list__columns-7 {
width: 14.285714%;
}
.haru-icon-list__columns-8 {
width: 12.5%;
}
@media screen and (max-width: 991px) {
.haru-icon-list__columns--tablet-1 {
width: 100%;
}
}
@media screen and (max-width: 991px) {
.haru-icon-list__columns--tablet-2 {
width: 50%;
}
}
@media screen and (max-width: 991px) {
.haru-icon-list__columns--tablet-3 {
width: 33.333333%;
}
}
@media screen and (max-width: 991px) {
.haru-icon-list__columns--tablet-4 {
width: 25%;
}
}
@media screen and (max-width: 991px) {
.haru-icon-list__columns--tablet-5 {
width: 20%;
}
}
@media screen and (max-width: 991px) {
.haru-icon-list__columns--tablet-6 {
width: 16.666666%;
}
}
@media screen and (max-width: 767px) {
.haru-icon-list__columns--mobile-1 {
width: 100%;
}
}
@media screen and (max-width: 767px) {
.haru-icon-list__columns--mobile-2 {
width: 50%;
}
}
@media screen and (max-width: 767px) {
.haru-icon-list__columns--mobile-3 {
width: 33.333333%;
}
}
@media screen and (max-width: 767px) {
.haru-icon-list__columns--mobile-4 {
width: 25%;
}
}
.haru-icon-list .haru-icon-list__item {
position: relative;
overflow: hidden;
}
.haru-icon-list .haru-icon-list__image {
width: 100%;
transition: all .3s;
}
.haru-icon-list--style-1 .haru-icon-list__list {
display: flex;
flex-wrap: wrap;
margin: -15px;
}
.haru-icon-list--style-1 .haru-icon-list__item-wrap {
padding: 15px;
text-align: center;
}
.haru-icon-list--style-1 .haru-icon-list__image {
background: #fff;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
border-radius: 50%;
width: 140px;
height: 140px;
display: inline-flex;
align-items: center;
justify-content: center;
padding: 10px;
}
.haru-icon-list--style-1 .haru-icon-list__title {
font-size: 18px;
padding-top: 8px;
}
@media screen and (max-width: 767px) {
.haru-icon-list--style-1 .haru-icon-list__title {
font-size: 18px;
padding-top: 5px;
}
}
.haru-toolbar-link {
color: #000;
position: relative;
line-height: 1;
text-align: center;
}
.haru-toolbar-link--style-1 .haru-toolbar-link__icon {
font-size: 20px;
}
.haru-toolbar-link--style-1 .haru-toolbar-link__icon a {
color: #000;
}
.haru-toolbar-link--style-1 .bottom-bar-link {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.haru-header-contact ul {
list-style: none;
list-style-type: none;
padding: 0;
margin: 0;
}
.haru-header-contact__icon {
margin-right: 10px;
line-height: 1;
}
.haru-header-contact__title {
margin-top: 0;
margin-bottom: 10px;
}
.haru-header-contact--none .haru-header-contact__icon {
color: #4B5C66;
}
.haru-header-contact--style-1 a {
color: #000;
transition: all .3s;
}
.haru-header-contact--style-1 a:hover, .haru-header-contact--style-1 a:active {
color: #4B5C66;
transition: all .3s;
}
.haru-header-contact--style-1 .haru-header-contact__icon {
display: none;
}
.haru-header-contact--style-1 .haru-header-contact__title {
color: #9b9b9b;
font-size: 14px;
font-weight: 700;
margin-bottom: 0;
letter-spacing: 1px;
text-transform: uppercase;
}
.haru-header-contact--style-1 .haru-header-contact__desc {
color: #000;
font-size: 18px;
}
@media screen and (max-width: 1440px) {
.haru-header-contact--style-1 .haru-header-contact__desc {
font-size: 17px;
}
}
@media screen and (max-width: 1024px) {
.haru-header-contact--style-1 .haru-header-contact__desc {
font-size: 16px;
}
}
@media screen and (max-width: 991px) {
.haru-header-contact--style-1 .haru-header-contact__desc {
font-size: 15px;
}
}
.haru-header-contact--style-1 li:last-child .haru-header-contact__desc {
font-weight: 500;
}
.haru-header-contact--style-1 li:only-child .haru-header-contact__desc {
font-weight: 500;
}
.haru-header-contact--style-2 a {
color: #000;
transition: all .3s;
}
.haru-header-contact--style-2 a:hover, .haru-header-contact--style-2 a:active {
color: #4B5C66;
transition: all .3s;
}
.haru-header-contact--style-2 .haru-header-contact__icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 48px;
height: 48px;
background-color: #f5f5f5;
border-radius: 50%;
font-size: 24px;
color: #000;
}
.haru-header-contact--style-2 .haru-header-contact__title {
font-size: 18px;
margin-bottom: 3px;
}
@media screen and (max-width: 1024px) {
.haru-header-contact--style-2 .haru-header-contact__title {
font-size: 16px;
}
}
.haru-header-contact--style-2 .haru-header-contact__title span {
font-size: 15px;
font-weight: 700;
}
.haru-header-contact--style-2 .haru-header-contact__desc {
font-size: 15px;
font-weight: 500;
color: #9b9b9b;
}
.haru-header-contact--style-2 li {
display: flex;
align-items: center;
}
.dark-mode .haru-header-contact--style-1 a,
.background-dark .haru-header-contact--style-1 a {
color: #fff;
}
.dark-mode .haru-header-contact--style-1 a:hover, .dark-mode .haru-header-contact--style-1 a:active,
.background-dark .haru-header-contact--style-1 a:hover,
.background-dark .haru-header-contact--style-1 a:active {
color: #4B5C66;
}
.dark-mode .haru-header-contact--style-1 .haru-header-contact__title,
.background-dark .haru-header-contact--style-1 .haru-header-contact__title {
color: #ababab;
}
.dark-mode .haru-header-contact--style-1 .haru-header-contact__desc,
.background-dark .haru-header-contact--style-1 .haru-header-contact__desc {
color: #fff;
}
.haru-header--transparent-light:not(.haru-header--sticky-on) .haru-header-contact--style-1 a {
color: #fff;
}
.haru-header--transparent-light:not(.haru-header--sticky-on) .haru-header-contact--style-1 a:hover, .haru-header--transparent-light:not(.haru-header--sticky-on) .haru-header-contact--style-1 a:active {
color: #4B5C66;
}
.haru-header--transparent-light:not(.haru-header--sticky-on) .haru-header-contact--style-1 .haru-header-contact__title {
color: #fff;
}
.haru-header--transparent-light:not(.haru-header--sticky-on) .haru-header-contact--style-1 .haru-header-contact__desc {
color: #fff;
}
.haru-header--transparent-dark:not(.haru-header--sticky-on) .haru-header-contact--style-1 a {
color: #000;
}
.haru-header--transparent-dark:not(.haru-header--sticky-on) .haru-header-contact--style-1 .haru-header-contact__title {
color: #000;
}
.haru-header--transparent-dark:not(.haru-header--sticky-on) .haru-header-contact--style-1 .haru-header-contact__desc {
color: #000;
}
.haru-close-row {
display: flex;
}
.haru-close-row--style-1 .close-row-wrap:before {
content: '\e919';
font-family: 'haruicons';
font-size: 20px;
font-weight: 500;
color: #000;
transition: all .3s;
}
.haru-close-row--style-1 .close-row-wrap:hover {
cursor: pointer;
}
.haru-close-row--style-1 .close-row-wrap:hover:before {
color: rgba(0, 0, 0, 0.8);
transition: all .3s;
}
.dark-mode .haru-close-row--style-1 .close-row-wrap:before,
.background-dark .haru-close-row--style-1 .close-row-wrap:before {
color: #fff;
}
.dark-mode .haru-close-row--style-1 .close-row-wrap:hover:before,
.background-dark .haru-close-row--style-1 .close-row-wrap:hover:before {
color: rgba(255, 255, 255, 0.8);
}
.post-item-menu--style-1 {
display: flex;
margin-bottom: 15px;
}
.post-item-menu--style-1:last-child {
margin-bottom: 0;
}
.post-item-menu--style-1 .post-item-menu__thumbnail {
flex: 0 0 35%;
}
.post-item-menu--style-1 .post-item-menu__content {
flex: 1;
padding-left: 15px;
}
.post-item-menu--style-1 .post-item-menu__category {
font-size: 12px;
}
.post-item-menu--style-1 .post-item-menu__category a {
display: inline-block;
text-transform: uppercase;
}
.post-item-menu--style-1 .post-item-menu__title {
margin-top: 0;
font-weight: 600;
}
.post-item-menu--style-1 .post-item-menu__title a {
display: -webkit-box;
-webkit-line-clamp: 2; -webkit-box-orient: vertical;
overflow: hidden;
}
.post-item-menu--style-1 .post-item-menu__meta {
display: none;
}
.haru-menu-tab ul {
list-style: none;
list-style-type: none;
padding: 0;
margin: 0;
}
.haru-menu-tab__nav ul {
display: flex;
justify-content: flex-start;
align-items: center;
}
.haru-menu-tab__nav li {
display: flex;
flex: 1 1 auto;
justify-content: center;
align-items: center;
cursor: pointer;
text-align: center;
}
.haru-menu-tab__nav .top-icon li {
flex-wrap: wrap;
}
.haru-menu-tab__nav .top-icon .haru-menu-tab__title {
flex: 1 1 100%;
line-height: 1;
}
.haru-menu-tab .haru-menu-tab__content .active-default,
.haru-menu-tab .haru-menu-tab__content .active {
display: block;
width: 100%;
opacity: 1;
-webkit-animation: fadeIn linear .3s;
animation: fadeIn linear .3s;
}
.haru-menu-tab .haru-menu-tab__content > div,
.haru-menu-tab .haru-menu-tab__content .inactive {
display: none;
}
.haru-menu-tab--horizontal .haru-menu-tab__content .active-default,
.haru-menu-tab--horizontal .haru-menu-tab__content .active {
padding: 20px 0;
}
.haru-menu-tab--vertical {
display: flex;
}
.haru-menu-tab--vertical .haru-menu-tab__nav {
flex: 0 0 20%;
width: 20%;
min-width: 250px;
}
.haru-menu-tab--vertical .haru-menu-tab__nav > ul {
flex-flow: column wrap;
}
.haru-menu-tab--vertical .haru-menu-tab__nav > ul li {
width: 100%;
justify-content: flex-start;
}
.haru-menu-tab--vertical .haru-menu-tab__content {
flex: 0 0 80%;
width: 80%;
}
.haru-menu-tab--vertical .haru-menu-tab__content .active-default,
.haru-menu-tab--vertical .haru-menu-tab__content .active {
padding: 0 0 0 20px;
}
.haru-menu-tab--vertical.haru-menu-tab--style-1 .haru-menu-tab__nav {
background-color: #f8f8f8;
}
.haru-menu-tab--style-1 .haru-menu-tab__nav li {
background-color: #f8f8f8;
padding: 15px 20px;
}
.haru-menu-tab--style-1 .haru-menu-tab__nav li.active-default, .haru-menu-tab--style-1 .haru-menu-tab__nav li.active, .haru-menu-tab--style-1 .haru-menu-tab__nav li:hover {
background-color: #4B5C66;
color: #fff;
}
.haru-menu-tab--style-1 .haru-menu-tab__nav li.active-default svg path, .haru-menu-tab--style-1 .haru-menu-tab__nav li.active svg path, .haru-menu-tab--style-1 .haru-menu-tab__nav li:hover svg path {
fill: #fff !important;
}
.haru-menu-tab--style-1 .haru-menu-tab__nav img,
.haru-menu-tab--style-1 .haru-menu-tab__nav i,
.haru-menu-tab--style-1 .haru-menu-tab__nav svg {
width: 16px;
margin-right: 10px;
}
.haru-menu-tab--style-1 .haru-menu-tab__nav img {
margin-right: 10px;
}
.haru-menu-tab--style-1 .haru-menu-tab__nav .top-icon img,
.haru-menu-tab--style-1 .haru-menu-tab__nav .top-icon i,
.haru-menu-tab--style-1 .haru-menu-tab__nav .top-icon svg {
margin-bottom: 10px;
}
.haru-menu-tab--style-1 .haru-menu-tab__icon {
display: flex;
font-size: 18px;
}
.haru-menu-tab--style-1 .haru-menu-tab__title {
font-weight: 700;
font-size: 15px;
}
.haru-woo-search__container {
display: flex;
position: relative;
transition: all .3s;
}
.haru-woo-search__submit {
padding: 0 15px;
font-size: 16px;
font-weight: 600;
}
.haru-woo-search__submit i {
font-size: 18px;
}
.haru-woo-search__submit i.hicon {
font-size: 20px;
}
.haru-woo-search__submit i.fa-spinner {
display: none;
}
.haru-woo-search__submit.loading-search i:not(.fa-spinner) {
display: none;
}
.haru-woo-search__submit.loading-search i.fa-spinner {
display: block;
}
.haru-woo-search__icon {
display: inline-flex;
align-items: center;
position: absolute;
top: 0;
left: 0;
height: 100%;
padding: 0 15px;
}
.haru-woo-search__icon i {
font-size: 20px;
}
.haru-woo-search__icon i.hicon {
font-size: 22px;
}
.haru-woo-search__icon i.fa-spinner {
display: none;
}
.haru-woo-search__icon.loading-search i:not(.fa-spinner) {
display: none;
}
.haru-woo-search__icon.loading-search i.fa-spinner {
display: block;
}
.haru-woo-search__form .mfp-close {
color: #fff;
opacity: 1;
font-size: 0;
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
.haru-woo-search__form .mfp-close:hover {
color: #4B5C66;
}
.haru-woo-search__form .mfp-close:before {
content: '\e919';
font-family: 'haruicons';
font-size: 20px;
}
.haru-woo-search__input::-moz-placeholder {
color: #9b9b9b;
opacity: 1;
}
.haru-woo-search__input:-ms-input-placeholder {
color: #9b9b9b;
}
.haru-woo-search__input::-webkit-input-placeholder {
color: #9b9b9b;
}
.haru-woo-search__toggle {
display: inline-flex;
cursor: pointer;
font-size: 20px;
}
.haru-woo-search__toggle .hicon {
font-size: 22px;
}
.haru-woo-search__popup .haru-woo-search__form {
width: 80%;
margin: 0 auto;
}
.haru-woo-search--classic .haru-woo-search__input {
padding-right: 15px;
padding-right: 45px;
}
.haru-woo-search--classic .haru-woo-search__submit.is-icon {
display: inline-flex;
align-items: center;
position: absolute;
top: 0;
right: 0;
height: 100%;
padding: 0 15px;
background: transparent;
color: #000;
}
.haru-woo-search--classic .haru-woo-search__submit i {
font-size: 20px;
}
.haru-woo-search--classic .haru-woo-search__submit i.hicon {
font-size: 22px;
}
.haru-woo-search--classic.haru-woo-search--size-extra-large .haru-woo-search__input {
height: 64px;
font-size: 18px;
}
.haru-woo-search--classic.haru-woo-search--size-extra-large .haru-woo-search__input::-moz-placeholder {
color: #9b9b9b;
opacity: 1;
}
.haru-woo-search--classic.haru-woo-search--size-extra-large .haru-woo-search__input:-ms-input-placeholder {
color: #9b9b9b;
}
.haru-woo-search--classic.haru-woo-search--size-extra-large .haru-woo-search__input::-webkit-input-placeholder {
color: #9b9b9b;
}
@media screen and (max-width: 1440px) {
.haru-woo-search--classic.haru-woo-search--size-extra-large .haru-woo-search__input {
height: 48px;
font-size: 15px;
}
}
.haru-woo-search--classic.haru-woo-search--size-extra-large .haru-woo-search__submit i {
font-size: 24px;
}
@media screen and (max-width: 1440px) {
.haru-woo-search--classic.haru-woo-search--size-extra-large .haru-woo-search__submit i {
font-size: 20px;
}
}
.haru-woo-search--classic.haru-woo-search--size-extra-large .haru-woo-search__submit i.hicon {
font-size: 26px;
}
@media screen and (max-width: 1440px) {
.haru-woo-search--classic.haru-woo-search--size-extra-large .haru-woo-search__submit i.hicon {
font-size: 22px;
}
}
.haru-woo-search--classic.haru-woo-search--size-large .haru-woo-search__input {
height: 56px;
font-size: 16px;
}
.haru-woo-search--classic.haru-woo-search--size-large .haru-woo-search__input::-moz-placeholder {
color: #9b9b9b;
opacity: 1;
}
.haru-woo-search--classic.haru-woo-search--size-large .haru-woo-search__input:-ms-input-placeholder {
color: #9b9b9b;
}
.haru-woo-search--classic.haru-woo-search--size-large .haru-woo-search__input::-webkit-input-placeholder {
color: #9b9b9b;
}
@media screen and (max-width: 1440px) {
.haru-woo-search--classic.haru-woo-search--size-large .haru-woo-search__input {
height: 48px;
font-size: 15px;
}
}
.haru-woo-search--classic.haru-woo-search--size-wider {
max-width: 450px;
}
.haru-woo-search--minimal .haru-woo-search__input {
padding-left: 45px;
}
.haru-woo-search--minimal .haru-woo-search__icon {
right: 0;
left: auto;
}
.haru-woo-search--minimal .haru-woo-search__input {
padding-right: 15px;
padding-left: 45px;
background: transparent;
border: 1px solid transparent;
}
.haru-woo-search--minimal .haru-woo-search__submit {
display: inline-flex;
align-items: center;
position: absolute;
top: 0;
left: 0;
height: 100%;
padding: 0 12px;
background: transparent;
color: #000;
}
.haru-woo-search--minimal .haru-woo-search__submit i {
font-size: 20px;
}
.haru-woo-search--minimal .haru-woo-search__submit i.hicon {
font-size: 22px;
}
.haru-woo-search--shadow .haru-woo-search__container {
box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
border-radius: 12px;
}
.haru-woo-search--border .haru-woo-search__container {
border: 2px solid #eee;
border-radius: 12px;
}
.haru-woo-search--full_screen {
display: flex;
}
.haru-woo-search--full_screen .haru-woo-search__form {
display: none;
}
.haru-woo-search--full_screen.haru-woo-search--full_screen_border .haru-woo-search__toggle {
display: inline-flex;
align-items: center;
justify-content: center;
width: 48px;
height: 48px;
border: 2px solid #eee;
border-radius: 50%;
background-color: #f5f5f5;
font-size: 24px;
}
@media screen and (max-width: 1440px) {
.haru-woo-search--full_screen.haru-woo-search--full_screen_border .haru-woo-search__toggle {
width: 44px;
height: 44px;
font-size: 20px;
}
}
@media screen and (max-width: 767px) {
.haru-woo-search--full_screen.haru-woo-search--full_screen_border .haru-woo-search__toggle {
width: 40px;
height: 40px;
font-size: 18px;
}
}
.haru-woo-search--creative .haru-woo-search__container {
box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
border-radius: 12px;
}
.haru-woo-search--creative .haru-woo-search__input {
padding-left: 45px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
background: transparent;
border-right: 0;
margin-right: -8px;
padding-right: 23px;
}
.haru-woo-search--creative .haru-woo-search__input::-moz-placeholder {
color: #9b9b9b;
opacity: 1;
}
.haru-woo-search--creative .haru-woo-search__input:-ms-input-placeholder {
color: #9b9b9b;
}
.haru-woo-search--creative .haru-woo-search__input::-webkit-input-placeholder {
color: #9b9b9b;
}
.haru-woo-search--creative .haru-woo-search__icon {
display: inline-flex;
align-items: center;
position: absolute;
top: 0;
left: 0;
height: 100%;
padding: 0 15px;
}
.haru-woo-search--creative .haru-woo-search__icon i {
font-size: 20px;
}
.haru-woo-search--creative .haru-woo-search__icon i.hicon {
font-size: 22px;
}
.haru-woo-search--creative .haru-woo-search__submit {
padding: 0 35px;
background-color: #000;
box-shadow: 0 5px 6px rgba(0, 0, 0, 0.15);
}
.haru-woo-search--toolbar {
color: #000;
line-height: 1;
text-align: center;
}
.haru-woo-search--toolbar .haru-woo-search__toggle {
display: block;
}
.haru-woo-search--toolbar .haru-woo-search__form {
display: none;
}
.haru-woo-search__ajax-result {
background-color: #fff;
width: 100%;
position: absolute;
left: 0;
top: 100%;
z-index: 6;
box-shadow: 0 5px 6px rgba(0, 0, 0, 0.15);
border-bottom-right-radius: 12px;
border-bottom-left-radius: 12px;
}
.haru-woo-search__ajax-result ul {
list-style: none;
margin: 0;
padding: 0;
}
.haru-woo-search__ajax-result ul li {
border-bottom: 1px solid rgba(238, 238, 238, 0.8);
padding: 12px 15px;
}
.haru-woo-search__ajax-result ul li.search-no-result, .haru-woo-search__ajax-result ul li:last-child {
border: none;
}
.haru-woo-search__ajax-result ul li.search-view-more {
border: none;
padding: 0;
text-align: center;
}
.haru-woo-search__ajax-result ul li.search-view-more a {
color: #000;
display: block;
font-weight: 600;
font-size: 14px;
padding: 12px 15px;
}
.haru-woo-search__ajax-result ul li.search-view-more a:after {
content: '\e90e';
font-family: 'phosphor';
display: inline-block;
margin-left: 6px;
}
.haru-woo-search__ajax-result ul li.selected, .haru-woo-search__ajax-result ul li:hover {
background-color: rgba(238, 238, 238, 0.5);
}
.haru-woo-search__ajax-result ul li .item-meta .publish-date {
font-size: 12px;
font-style: italic;
margin-bottom: 0;
}
.haru-woo-search__ajax-result ul .product-search-item {
display: flex;
}
.haru-woo-search__ajax-result ul .product-search-item:hover {
cursor: pointer;
}
.haru-woo-search__ajax-result ul .product-search-item__thumbnail {
flex: 0 0 80px;
margin-right: 10px;
display: inline-flex;
align-items: flex-start;
}
@media screen and (max-width: 1440px) {
.haru-woo-search__ajax-result ul .product-search-item__thumbnail {
flex: 0 0 68px;
}
}
@media screen and (max-width: 1024px) {
.haru-woo-search__ajax-result ul .product-search-item__thumbnail {
flex: 0 0 60px;
}
}
.haru-woo-search__ajax-result ul .product-search-item__thumbnail img {
max-width: 100%;
}
.haru-woo-search__ajax-result ul .product-search-item__info {
flex: 1;
}
.haru-woo-search__ajax-result ul .product-search-item__title {
margin-top: 0;
font-size: 15px;
}
.haru-woo-search__ajax-result ul .product-search-item__price {
font-size: 90%;
}
.haru-woo-search__popup .haru-woo-search__input {
padding-right: 45px;
}
.haru-woo-search__popup .haru-woo-search__submit {
display: inline-flex;
align-items: center;
position: absolute;
top: 0;
right: 0;
height: 100%;
padding: 0 15px;
background: transparent;
color: #000;
}
.haru-woo-search__popup .haru-woo-search__submit i {
font-size: 20px;
}
.haru-woo-search__popup .haru-woo-search__submit i.hicon {
font-size: 22px;
}
.dark-mode .haru-woo-search__toggle,
.background-dark .haru-woo-search__toggle {
color: #fff;
}
.haru-header--transparent-light:not(.haru-header--sticky-on).haru-header .haru-woo-search__toggle {
color: #fff;
}
.haru-header--transparent-light:not(.haru-header--sticky-on).haru-header .haru-woo-search--full_screen.haru-woo-search--full_screen_border .haru-woo-search__toggle {
border: 2px solid rgba(255, 255, 255, 0.2);
background-color: rgba(0, 0, 0, 0.2);
}
.haru-header--transparent-dark:not(.haru-header--sticky-on).haru-header .haru-woo-search__toggle {
color: #000;
}
.haru-cart {
display: flex;
}
.haru-cart .widget_shopping_cart_content .widget_shopping_cart_icon:before {
content: '\e905';
font-size: 20px;
font-family: 'phosphor';
}
.haru-cart dl.variation {
margin: 10px 0;
}
.haru-cart .haru-cart-opener {
position: relative;
}
.haru-cart .haru-cart-opener > a {
display: inline-block;
color: #000;
}
.haru-cart .haru-cart-icon {
position: relative;
}
.haru-cart .haru-cart-icon:before {
content: '\e905';
font-size: 20px;
font-family: 'phosphor';
}
.haru-cart .haru-cart-number {
background-color: #4B5C66;
color: #fff;
border-radius: 50%;
position: absolute;
top: -2px;
right: -10px;
width: 18px;
height: 18px;
line-height: 18px;
font-size: 12px;
font-weight: 500;
text-align: center;
}
@media screen and (max-width: 767px) {
.haru-cart .haru-cart-number {
right: -12px;
}
}
.haru-cart .haru-cart-number span {
display: none;
}
.haru-cart .haru-cart-sub-total {
position: absolute;
top: calc(100% - 5px);
right: 0px;
font-size: 13px;
margin-left: 0;
line-height: 1;
}
.haru-cart .haru-cart-wrap.no-price .haru-cart-sub-total {
display: none;
}
.haru-cart .haru-cart-wrap:hover .haru-cart-content {
top: 100%;
opacity: 1;
visibility: visible;
transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
}
@media screen and (max-width: 991px) {
.haru-cart .haru-cart-wrap:hover .haru-cart-content {
margin-top: 0;
}
}
.haru-cart .haru-cart-wrap .haru-cart-content {
display: block;
visibility: hidden;
opacity: 0;
position: absolute;
top: 150%;
right: 0;
left: auto;
min-width: 330px;
background-color: #fff;
border: solid 1px #eee;
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.07);
border-radius: 12px;
z-index: 999;
transition: all .5s;
}
@media screen and (max-width: 767px) {
.haru-cart .haru-cart-wrap .haru-cart-content {
min-width: 300px;
}
}
.haru-cart .haru-cart-wrap .haru-cart-content .empty {
padding-bottom: 10px;
text-align: center;
}
.haru-cart .haru-cart-wrap .haru-cart-content .empty .woocommerce-mini-cart__btn {
display: none;
}
.haru-cart .haru-cart-wrap .haru-cart-content .cart_list_wrap .cart-total {
padding: 0 20px 30px;
position: relative;
color: #000;
font-weight: 700;
}
@media screen and (max-width: 767px) {
.haru-cart .haru-cart-wrap .haru-cart-content .cart_list_wrap .cart-total {
padding: 0 15px 15px;
}
}
.haru-cart .haru-cart-wrap .haru-cart-content .cart_list_wrap .total {
padding: 0;
margin: 0;
font-size: 15px;
border-bottom: solid 1px #eee;
line-height: 43px;
}
.haru-cart .haru-cart-wrap .haru-cart-content .cart_list_wrap .total strong {
text-transform: none;
font-weight: 700;
}
.haru-cart .haru-cart-wrap .haru-cart-content .cart_list_wrap .total .amount {
float: right;
font-size: 18px;
}
@media screen and (max-width: 1440px) {
.haru-cart .haru-cart-wrap .haru-cart-content .cart_list_wrap .total .amount {
font-size: 16px;
}
}
.haru-cart .haru-cart-wrap .haru-cart-content .cart_list_wrap .total .amount bdi {
color: #4B5C66;
}
.haru-cart .haru-cart-wrap .haru-cart-content .cart_list_wrap .buttons {
text-align: center;
margin: 0;
padding-top: 15px;
}
.haru-cart .haru-cart-wrap .haru-cart-content .cart_list_wrap .buttons .button {
font-size: 14px;
width: 48%;
display: inline-block;
}
.haru-cart .haru-cart-wrap .haru-cart-content .cart_list_wrap .buttons .button + .button {
margin-left: 4%;
}
.haru-cart .haru-cart-wrap .haru-cart-content .cart_list {
list-style: none;
margin: 30px 0 0;
padding: 0 20px;
max-height: 350px;
overflow-y: auto;
position: relative;
}
@media screen and (max-width: 767px) {
.haru-cart .haru-cart-wrap .haru-cart-content .cart_list {
padding: 15px 15px 0;
}
}
.haru-cart .haru-cart-wrap .haru-cart-content .cart_list::-webkit-scrollbar-track {
border-radius: 10px;
background-color: #f5f5f5;
}
.haru-cart .haru-cart-wrap .haru-cart-content .cart_list::-moz-scrollbar-track {
border-radius: 10px;
background-color: #f5f5f5;
}
.haru-cart .haru-cart-wrap .haru-cart-content .cart_list::-webkit-scrollbar {
width: 5px;
background-color: #f5f5f5;
}
.haru-cart .haru-cart-wrap .haru-cart-content .cart_list::-moz-scrollbar {
width: 5px;
background-color: #f5f5f5;
}
.haru-cart .haru-cart-wrap .haru-cart-content .cart_list::-webkit-scrollbar-thumb {
border-radius: 10px;
background-color: #4B5C66;
}
.haru-cart .haru-cart-wrap .haru-cart-content .cart_list::-moz-scrollbar-thumb {
border-radius: 10px;
background-color: #4B5C66;
}
.haru-cart .haru-cart-wrap.cart-side .cart-side-widget {
background-color: #fff;
border-radius: 0;
border: none;
box-shadow: none;
position: fixed;
z-index: 9999;
top: 0;
left: 100%;
bottom: 0;
height: 100%;
width: 320px;
overflow: hidden;
padding: 0;
opacity: 1;
visibility: visible;
display: flex;
flex-direction: column;
-webkit-transform: translateX(0);
transform: translateX(0);
transition: all .3s;
}
@media screen and (max-width: 767px) {
.haru-cart .haru-cart-wrap.cart-side .cart-side-widget {
width: 300px;
}
}
.haru-cart .haru-cart-wrap.cart-side .cart-side-widget.in {
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.haru-cart .haru-cart-wrap.cart-side .cart-side-header {
flex: 0 0 auto;
display: flex;
align-items: center;
font-weight: 700;
font-size: 16px;
padding: 12px 15px;
position: relative;
border-bottom: 1px solid #eee;
}
.haru-cart .haru-cart-wrap.cart-side .cart-side-close {
display: inline-flex;
align-items: center;
margin-left: auto;
color: #000;
font-weight: 500;
font-size: 14px;
transition: all .3s;
}
.haru-cart .haru-cart-wrap.cart-side .cart-side-close:hover {
cursor: pointer;
color: #4B5C66;
transition: all .3s;
}
.haru-cart .haru-cart-wrap.cart-side .cart-side-close .cart-side-icon {
padding-right: 2px;
}
.haru-cart .haru-cart-wrap.cart-side .cart-side-close .cart-side-icon:before {
content: '\e919';
font-family: 'haruicons';
font-weight: 500;
font-size: 20px;
}
.haru-cart .haru-cart-wrap.cart-side .widget_shopping_cart {
flex: 1 1 100%;
}
.haru-cart .haru-cart-wrap.cart-side .widget_shopping_cart_content {
display: flex;
flex-direction: column;
height: 100%;
}
.haru-cart .haru-cart-wrap.cart-side .widget_shopping_cart_content .cart_list_wrap {
display: flex;
flex-direction: column;
height: 100%;
}
.haru-cart .haru-cart-wrap.cart-side .widget_shopping_cart_content .cart_list_wrap.in {
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.haru-cart .haru-cart-wrap.cart-side .widget_shopping_cart_content .cart_list_wrap .cart_list {
margin: 0;
padding: 15px;
}
.haru-cart .haru-cart-wrap.cart-side .widget_shopping_cart_content .cart_list_wrap .cart_list li {
border-top: 1px solid rgba(238, 238, 238, 0.3);
}
.haru-cart .haru-cart-wrap.cart-side .widget_shopping_cart_content .cart_list_wrap .cart_list li:first-child {
border-top: none;
}
.haru-cart .haru-cart-wrap.cart-side .widget_shopping_cart_content .woocommerce-mini-cart-item .cart-right a:not(.remove) {
font-weight: 500;
}
.haru-cart .haru-cart-wrap.cart-side .widget_shopping_cart_content .woocommerce-mini-cart-item .cart-right a.remove {
top: 1px;
}
.haru-cart .haru-cart-wrap.cart-side .widget_shopping_cart_content .woocommerce-mini-cart-item .cart-right a.remove:before {
font-size: 16px;
}
.haru-cart .haru-cart-wrap.cart-side .cart_list_content {
flex: 1 1 auto;
position: relative;
}
.haru-cart .haru-cart-wrap.cart-side li.empty {
text-align: center;
}
.haru-cart .haru-cart-wrap.cart-side li.empty h4 {
margin-top: 10px;
}
.haru-cart .haru-cart-wrap.cart-side li.empty .woocommerce-mini-cart__btn {
display: inline-block;
margin-top: 15px;
}
.haru-cart .haru-cart-wrap.cart-side .cart_list {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
overflow-y: auto;
}
.haru-cart .haru-cart-wrap.cart-side .cart_list::-webkit-scrollbar-track {
border-radius: 10px;
background-color: #f5f5f5;
}
.haru-cart .haru-cart-wrap.cart-side .cart_list::-moz-scrollbar-track {
border-radius: 10px;
background-color: #f5f5f5;
}
.haru-cart .haru-cart-wrap.cart-side .cart_list::-webkit-scrollbar {
width: 5px;
background-color: #f5f5f5;
}
.haru-cart .haru-cart-wrap.cart-side .cart_list::-moz-scrollbar {
width: 5px;
background-color: #f5f5f5;
}
.haru-cart .haru-cart-wrap.cart-side .cart_list::-webkit-scrollbar-thumb {
border-radius: 10px;
background-color: rgba(0, 0, 0, 0.1);
}
.haru-cart .haru-cart-wrap.cart-side .cart_list::-moz-scrollbar-thumb {
border-radius: 10px;
background-color: rgba(0, 0, 0, 0.1);
}
.haru-cart .haru-cart-wrap.cart-side .cart-total {
flex: 0 0 auto;
margin: 0;
padding: 15px;
border-top: 1px solid #eee;
}
.haru-cart .haru-cart-wrap.cart-side .cart-total .total {
border: none;
padding-top: 0;
font-size: 15px;
}
.haru-cart .haru-cart-wrap.cart-side .cart-total .total strong {
text-transform: none;
font-weight: 700;
}
.haru-cart .haru-cart-wrap.cart-side .cart-total .total .amount {
float: right;
font-size: 18px;
}
@media screen and (max-width: 1440px) {
.haru-cart .haru-cart-wrap.cart-side .cart-total .total .amount {
font-size: 16px;
}
}
.haru-cart .haru-cart-wrap.cart-side .cart-total .total .amount bdi {
color: #4B5C66;
}
.haru-cart .haru-cart-wrap.cart-side .cart-total .buttons {
margin-bottom: 0;
text-align: center;
}
.haru-cart .haru-cart-wrap.cart-side .cart-total .buttons .button {
display: block;
}
.haru-cart .haru-cart-wrap.cart-side .cart-total .buttons .button + .button {
margin-left: 0;
margin-top: 10px;
}
.haru-cart--style-2 .haru-cart-opener {
width: 48px;
height: 48px;
line-height: 48px;
background-color: #f5f5f5;
border-radius: 50%;
text-align: center;
}
@media screen and (max-width: 767px) {
.haru-cart--style-2 .haru-cart-opener {
width: 44px;
height: 44px;
line-height: 44px;
}
}
.haru-cart--style-2 .haru-cart-opener > a {
display: block;
height: 48px;
}
@media screen and (max-width: 767px) {
.haru-cart--style-2 .haru-cart-opener > a {
height: 44px;
}
}
.haru-cart--style-2 .haru-cart-opener .total {
top: 0;
right: -8px;
width: 20px;
height: 20px;
line-height: 20px;
font-size: 12px;
font-weight: 600;
}
@media screen and (max-width: 767px) {
.haru-cart--style-2 .haru-cart-opener .total {
right: -12px;
}
}
.haru-cart--style-2 .haru-cart-sub-total {
top: calc(100% + 3px);
}
.haru-cart--style-3 {
display: block;
position: relative;
line-height: 1;
text-align: center;
}
.haru-cart--style-3 .mini-cart-wrap .bottom-bar-link {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
}
.haru-cart--style-3 .mini-cart-wrap .widget_shopping_cart_content {
color: #000;
text-align: center;
}
.haru-cart--style-3 .mini-cart-wrap .widget_shopping_cart_content .total {
width: 16px;
height: 16px;
line-height: 16px;
font-size: 9px;
}
.haru-cart--flex-start.haru-cart .mini-cart-wrap.with-price .haru-cart-sub-total {
left: 0;
right: auto;
}
.haru-cart--flex-start.haru-cart .mini-cart-wrap .cart_list_wrap {
left: 0;
right: auto;
}
.haru-cart--center.haru-cart .haru-cart-wrap.with-price .haru-cart-sub-total {
left: 50%;
right: auto;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.haru-cart--center.haru-cart .haru-cart-wrap .cart_list_wrap {
left: 50%;
right: auto;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.haru-cart--flex-end.haru-cart .haru-cart-wrap.with-price .haru-cart-sub-total {
left: auto;
right: 0;
}
.haru-cart--flex-end.haru-cart .haru-cart-wrap .cart_list_wrap {
left: auto;
right: 0;
}
.haru-cart .cart-mask-overlay {
display: block;
position: fixed;
background: rgba(0, 0, 0, 0.8);
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 9998;
opacity: 0;
visibility: hidden;
transition: all .3s;
}
.haru-cart .cart-mask-overlay.in {
opacity: 1;
visibility: visible;
transition: all .3s;
}
.haru-cart .cart-mask-overlay:hover {
cursor: url(//adm-textile.fr/wp-content/themes/teespace-child/assets/images/close-white.svg), auto;
}
.admin-bar .haru-cart .haru-cart-wrap.cart-side .cart-side-widget {
top: 32px;
height: calc(100% - 32px);
}
@media screen and (max-width: 782px) {
.admin-bar .haru-cart .haru-cart-wrap.cart-side .cart-side-widget {
top: 46px;
height: calc(100% - 46px);
}
}
.dark-mode .haru-cart .haru-cart-opener > a,
.background-dark .haru-cart .haru-cart-opener > a {
color: #fff;
}
.dark-mode .haru-cart .mini-cart-wrap .widget_shopping_cart_content .widget_shopping_cart_icon:before,
.background-dark .haru-cart .mini-cart-wrap .widget_shopping_cart_content .widget_shopping_cart_icon:before {
color: #fff;
}
.dark-mode .haru-cart .mini-cart-wrap .widget_shopping_cart_content .cart_list_wrap,
.background-dark .haru-cart .mini-cart-wrap .widget_shopping_cart_content .cart_list_wrap {
background-color: #000;
border: solid 1px #333;
}
.dark-mode .haru-cart .mini-cart-wrap .widget_shopping_cart_content .cart_list_wrap .cart-total,
.background-dark .haru-cart .mini-cart-wrap .widget_shopping_cart_content .cart_list_wrap .cart-total {
color: #fff;
}
.dark-mode .haru-cart .mini-cart-wrap .widget_shopping_cart_content .cart_list_wrap .total,
.background-dark .haru-cart .mini-cart-wrap .widget_shopping_cart_content .cart_list_wrap .total {
border-bottom: solid 1px #333;
}
.dark-mode .haru-cart .mini-cart-wrap .widget_shopping_cart_content .cart_list::-webkit-scrollbar-track,
.background-dark .haru-cart .mini-cart-wrap .widget_shopping_cart_content .cart_list::-webkit-scrollbar-track {
background-color: #333;
}
.dark-mode .haru-cart .mini-cart-wrap .widget_shopping_cart_content .cart_list::-moz-scrollbar-track,
.background-dark .haru-cart .mini-cart-wrap .widget_shopping_cart_content .cart_list::-moz-scrollbar-track {
background-color: #333;
}
.dark-mode .haru-cart .mini-cart-wrap .widget_shopping_cart_content .cart_list::-webkit-scrollbar,
.background-dark .haru-cart .mini-cart-wrap .widget_shopping_cart_content .cart_list::-webkit-scrollbar {
background-color: #333;
}
.dark-mode .haru-cart .mini-cart-wrap .widget_shopping_cart_content .cart_list::-moz-scrollbar,
.background-dark .haru-cart .mini-cart-wrap .widget_shopping_cart_content .cart_list::-moz-scrollbar {
background-color: #333;
}
.dark-mode .haru-cart .mini-cart-wrap .widget_shopping_cart_content .cart_list::-webkit-scrollbar-thumb,
.background-dark .haru-cart .mini-cart-wrap .widget_shopping_cart_content .cart_list::-webkit-scrollbar-thumb {
background-color: #4B5C66;
}
.dark-mode .haru-cart .mini-cart-wrap .widget_shopping_cart_content .cart_list::-moz-scrollbar-thumb,
.background-dark .haru-cart .mini-cart-wrap .widget_shopping_cart_content .cart_list::-moz-scrollbar-thumb {
background-color: #4B5C66;
}
.haru-header--transparent-light:not(.haru-header--sticky-on).haru-header .haru-cart .haru-cart-opener > a {
color: #fff;
}
.haru-header--transparent-dark:not(.haru-header--sticky-on).haru-header .haru-cart .haru-cart-opener > a {
color: #000;
}
.haru-account {
display: flex;
}
.haru-account .haru-account__link {
color: #000;
display: flex;
align-items: flex-start;
}
.haru-account .haru-account__link:before {
content: '\e92c';
font-family: 'phosphor';
font-size: 20px;
font-weight: 500;
}
.haru-account .haru-account__menu {
list-style: none;
margin: 0;
position: absolute;
right: 0;
left: auto;
border: solid 1px #eee;
top: calc(100% + 10px);
width: auto;
min-width: 180px;
background-color: #fff;
padding: 10px 25px;
opacity: 0;
visibility: hidden;
z-index: -1;
transition: all .5s;
}
.haru-account .haru-account__menu-item {
padding: 5px 0;
}
.haru-account .haru-account__menu-item a {
transition: all .3s;
}
.haru-account .haru-account__menu-item a:hover {
transition: all .3s;
}
.haru-account .haru-account__user-name {
text-decoration: underline;
}
.haru-account .haru-account__content {
position: relative;
}
.haru-account .haru-account__content.logged-in .haru-account__link:before {
display: none;
}
.haru-account .haru-account__content .avatar {
max-width: 20px;
border-radius: 50%;
}
@media screen and (max-width: 1024px) {
.haru-account .haru-account__content .avatar {
max-width: 18px;
}
}
.haru-account .haru-account__content:hover .haru-account__menu {
opacity: 1;
visibility: visible;
top: calc(100% + 5px);
z-index: 999;
transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
}
.haru-account--style-2 .haru-account__buttons {
display: inline-flex;
align-items: center;
}
.haru-account--style-2 .haru-button {
font-size: 15px;
border-radius: 7px;
}
@media screen and (max-width: 1024px) {
.haru-account--style-2 .haru-button {
font-size: 14px;
}
}
.haru-account--style-2 .haru-button:first-child {
margin-right: 20px;
font-weight: 700;
}
.haru-account--style-2 .haru-button:last-child {
font-weight: 700;
}
.haru-account--style-3 .haru-account__buttons {
display: inline-flex;
align-items: center;
}
.haru-account--style-3 .haru-button {
border-radius: 10px;
padding: 0 25px;
}
.haru-account--style-3 .haru-button:first-child {
margin-right: 5px;
font-weight: 700;
}
.haru-account--style-3 .haru-button:last-child {
font-weight: 700;
}
.haru-account--style-4 {
display: block;
line-height: 1;
text-align: center;
}
.haru-account--style-4 .haru-account__link {
display: block;
}
.haru-account--style-4 .haru-account__menu {
display: none;
}
.haru-wishlist {
display: flex;
}
.haru-wishlist--style-1 .my-wishlist-wrap {
position: relative;
}
.haru-wishlist--style-1 .my-wishlist-wrap .haru-wishlist-link {
color: #000;
}
.haru-wishlist--style-1 .my-wishlist-wrap .haru-wishlist-link:before {
content: '\e901';
font-size: 20px;
font-family: 'phosphor';
font-weight: 500;
}
.haru-wishlist--style-1 .my-wishlist-wrap .haru-wishlist-link span.total {
background-color: #4B5C66;
border-radius: 50%;
color: #fff;
position: absolute;
top: -2px;
right: -10px;
width: 18px;
height: 18px;
line-height: 18px;
font-size: 12px;
text-align: center;
}
.haru-wishlist--style-2 {
display: block;
line-height: 1;
position: relative;
text-align: center;
}
.haru-wishlist--style-2 .my-wishlist-wrap .haru-wishlist-link {
color: #000;
position: relative;
}
.haru-wishlist--style-2 .my-wishlist-wrap .haru-wishlist-link:before {
content: '\e901';
font-size: 20px;
font-family: 'phosphor';
font-weight: 500;
}
.haru-wishlist--style-2 .my-wishlist-wrap .haru-wishlist-link span.total {
background-color: #4B5C66;
border-radius: 50%;
color: #fff;
position: absolute;
top: -6px;
right: -12px;
width: 16px;
height: 16px;
line-height: 16px;
font-size: 9px;
text-align: center;
}
.haru-wishlist--style-2 .bottom-bar-link {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.haru-product-best-seller .haru-product-best-seller__list {
margin: 0;
padding: 0;
list-style: none;
}
@media screen and (max-width: 767px) {
.haru-product-best-seller .haru-product-best-seller__list {
max-width: calc(100vw - 0px);
}
}
.haru-product-best-seller .product-item {
margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
.haru-product-best-seller .product-item {
margin-bottom: 15px;
}
}
.haru-product-best-seller .product-item:last-child {
margin-bottom: 0;
}
.haru-product-best-seller .product-item.has-rating:hover .star-rating {
-webkit-transform: none;
transform: none;
}
.haru-product-best-seller .product-item.has-rating:hover .woocommerce-loop-product__title {
-webkit-transform: none;
transform: none;
opacity: 1;
visibility: visible;
}
.haru-product-best-seller .product-item .product-out-of-stock {
font-size: 12px;
text-align: center;
}
.haru-product-best-seller .product-wrap {
display: flex;
}
.haru-product-best-seller .product-wrap .product-thumbnail img {
border-radius: 12px;
}
.haru-product-best-seller .product-wrap .product-top {
flex: 0 0 100px;
}
.haru-product-best-seller .product-wrap .product-info {
text-align: left;
}
.haru-product-best-seller .product-wrap .star-rating {
position: relative;
top: 1px;
left: 0;
-webkit-transform: none;
transform: none;
opacity: 1;
visibility: visible;
margin-bottom: 5px;
}
.haru-product-best-seller .product-wrap .price {
display: block;
}
.haru-product-best-seller .product-wrap .product-label {
display: none;
}
.haru-product-best-seller .product-wrap .product-varations {
display: none;
}
.haru-product-best-seller .product-wrap .product-actions {
display: none;
}
.haru-product-best-seller .product-wrap .product-info {
flex: 1;
padding-left: 20px;
}
.haru-product-best-seller .product-wrap .woocommerce-loop-product__title {
font-size: 16px;
margin-top: 0;
}
.haru-product-best-seller .product-wrap .product-design {
display: none;
}
.haru-product-best-seller .haru-slick--nav-bottom-left .slick-prev,
.haru-product-best-seller .haru-slick--nav-bottom-left .slick-next {
bottom: -70px;
}
.haru-product-top-sale .haru-product-top-sale__list {
margin: 0;
padding: 0;
list-style: none;
}
@media screen and (max-width: 767px) {
.haru-product-top-sale .haru-product-top-sale__list {
max-width: calc(100vw - 0px);
}
}
.haru-product-top-sale .product-item {
margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
.haru-product-top-sale .product-item {
margin-bottom: 15px;
}
}
.haru-product-top-sale .product-item:last-child {
margin-bottom: 0;
}
.haru-product-top-sale .product-item.has-rating:hover .star-rating {
-webkit-transform: none;
transform: none;
}
.haru-product-top-sale .product-item.has-rating:hover .woocommerce-loop-product__title {
-webkit-transform: none;
transform: none;
opacity: 1;
visibility: visible;
}
.haru-product-top-sale .product-item .product-out-of-stock {
font-size: 12px;
text-align: center;
}
.haru-product-top-sale .product-wrap {
display: flex;
}
.haru-product-top-sale .product-wrap .product-thumbnail img {
border-radius: 12px;
}
.haru-product-top-sale .product-wrap .product-top {
flex: 0 0 100px;
}
.haru-product-top-sale .product-wrap .product-info {
text-align: left;
}
.haru-product-top-sale .product-wrap .star-rating {
position: relative;
top: 1px;
left: 0;
-webkit-transform: none;
transform: none;
opacity: 1;
visibility: visible;
margin-bottom: 5px;
}
.haru-product-top-sale .product-wrap .price {
display: block;
}
.haru-product-top-sale .product-wrap .product-label {
display: none;
}
.haru-product-top-sale .product-wrap .product-varations {
display: none;
}
.haru-product-top-sale .product-wrap .product-actions {
display: none;
}
.haru-product-top-sale .product-wrap .product-info {
flex: 1;
padding-left: 20px;
}
.haru-product-top-sale .product-wrap .woocommerce-loop-product__title {
font-size: 16px;
margin-top: 0;
}
.haru-product-top-sale .product-wrap .product-design {
display: none;
}
.haru-product-top-sale .haru-slick--nav-bottom-left .slick-prev,
.haru-product-top-sale .haru-slick--nav-bottom-left .slick-next {
bottom: -70px;
}
.haru-product-top-rated .haru-product-top-rated__list {
margin: 0;
padding: 0;
list-style: none;
}
@media screen and (max-width: 767px) {
.haru-product-top-rated .haru-product-top-rated__list {
max-width: calc(100vw - 0px);
}
}
.haru-product-top-rated .product-item {
margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
.haru-product-top-rated .product-item {
margin-bottom: 15px;
}
}
.haru-product-top-rated .product-item:last-child {
margin-bottom: 0;
}
.haru-product-top-rated .product-item.has-rating:hover .star-rating {
-webkit-transform: none;
transform: none;
}
.haru-product-top-rated .product-item.has-rating:hover .woocommerce-loop-product__title {
-webkit-transform: none;
transform: none;
opacity: 1;
visibility: visible;
}
.haru-product-top-rated .product-item .product-out-of-stock {
font-size: 12px;
text-align: center;
}
.haru-product-top-rated .product-wrap {
display: flex;
}
.haru-product-top-rated .product-wrap .product-thumbnail img {
border-radius: 12px;
}
.haru-product-top-rated .product-wrap .product-top {
flex: 0 0 100px;
}
.haru-product-top-rated .product-wrap .product-info {
text-align: left;
}
.haru-product-top-rated .product-wrap .star-rating {
position: relative;
top: 1px;
left: 0;
-webkit-transform: none;
transform: none;
opacity: 1;
visibility: visible;
margin-bottom: 5px;
}
.haru-product-top-rated .product-wrap .price {
display: block;
}
.haru-product-top-rated .product-wrap .product-label {
display: none;
}
.haru-product-top-rated .product-wrap .product-varations {
display: none;
}
.haru-product-top-rated .product-wrap .product-actions {
display: none;
}
.haru-product-top-rated .product-wrap .product-info {
flex: 1;
padding-left: 20px;
}
.haru-product-top-rated .product-wrap .woocommerce-loop-product__title {
font-size: 16px;
margin-top: 0;
}
.haru-product-top-rated .product-wrap .product-design {
display: none;
}
.haru-product-top-rated .haru-slick--nav-bottom-left .slick-prev,
.haru-product-top-rated .haru-slick--nav-bottom-left .slick-next {
bottom: -70px;
}
.product-filter {
list-style: none;
padding: 0;
margin: 0;
flex: 1;
}
.product-filter.has-arrow {
padding-right: 80px;
}
.product-filter--style-1 li {
display: inline-block;
margin: 0 4px 8px 4px;
}
.product-filter--style-1 li:first-child {
margin-left: 0;
}
.product-filter--style-1 li:last-child {
margin-right: 0;
}
.product-filter--style-1 .tab-item-heading {
margin: 0;
}
.product-filter--style-1 a {
display: block;
background-color: #f6fafc;
border-radius: 12px;
color: #7e7e7e;
padding: 12px 20px;
transition: all .3s;
}
.product-filter--style-1 a:hover, .product-filter--style-1 a.active {
background-color: #4B5C66;
color: #fff;
transition: all .3s;
}
.product-filter--style-1 a:focus {
outline: none;
}
.product-filter--style-2 li {
display: inline-block;
margin: 0 15px 15px 15px;
}
@media screen and (max-width: 1440px) {
.product-filter--style-2 li {
margin: 0 12px 12px 12px;
}
}
@media screen and (max-width: 767px) {
.product-filter--style-2 li {
margin: 0 10px 10px 10px;
}
}
.product-filter--style-2 li:first-child {
margin-left: 0;
}
.product-filter--style-2 li:last-child {
margin-right: 0;
}
.product-filter--style-2 .tab-item-heading {
margin: 0;
font-weight: 500;
}
.product-filter--style-2 a {
display: block;
color: rgba(155, 155, 155, 0.6);
font-size: 32px;
font-weight: 700;
transition: all .3s;
}
@media screen and (max-width: 1440px) {
.product-filter--style-2 a {
font-size: 28px;
}
}
@media screen and (max-width: 1024px) {
.product-filter--style-2 a {
font-size: 24px;
}
}
@media screen and (max-width: 991px) {
.product-filter--style-2 a {
font-size: 20px;
}
}
@media screen and (max-width: 767px) {
.product-filter--style-2 a {
font-size: 18px;
}
}
.product-filter--style-2 a:hover, .product-filter--style-2 a.active {
color: #000;
transition: all .3s;
}
.product-filter--style-2 a:focus {
outline: none;
}
.hide-control {
display: none !important;
}
.hide {
display: none !important;
}
@-webkit-keyframes load8 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes load8 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.product-ajax-content {
position: relative;
min-height: 200px;
}
@media screen and (max-width: 1024px) {
.product-ajax-content {
min-height: 175px;
}
}
@media screen and (max-width: 991px) {
.product-ajax-content {
min-height: 130px;
}
}
.product-ajax-content:before {
content: '';
background-color: rgba(255, 255, 255, 0.9);
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 9;
opacity: 0;
visibility: hidden;
}
.product-ajax-content.loading:before,
.product-ajax-content.loading .ajax-loading-icon {
opacity: 1;
visibility: visible;
}
.ajax-loading-icon {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 9;
opacity: 0;
visibility: hidden;
}
.loading-bar {
margin: 60px auto;
font-size: 4px;
position: relative;
text-indent: -9999em;
border-top: 5px solid rgba(46, 187, 119, 0.1);
border-right: 5px solid rgba(46, 187, 119, 0.1);
border-bottom: 5px solid rgba(46, 187, 119, 0.1);
border-left: 5px solid #4B5C66;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation: load8 1.1s infinite linear;
animation: load8 1.1s infinite linear;
border-radius: 50%;
width: 10em;
height: 10em;
}
.loading-bar:after {
border-radius: 50%;
width: 10em;
height: 10em;
}
.haru-woo-ajax-category {
position: relative;
}
.haru-woo-ajax-category .product-category-top {
display: flex;
align-items: center;
margin-bottom: 35px;
}
@media screen and (max-width: 1440px) {
.haru-woo-ajax-category .product-category-top {
margin-bottom: 30px;
}
}
@media screen and (max-width: 1024px) {
.haru-woo-ajax-category .product-category-top {
margin-bottom: 20px;
}
}
@media screen and (max-width: 991px) {
.haru-woo-ajax-category .product-category-top {
margin-bottom: 10px;
}
}
.haru-woo-ajax-category .products-ajax-view-more {
margin-top: 20px;
text-align: center;
}
.haru-woo-ajax-category .products-ajax-view-more .haru-button:after {
content: '\e90e';
font-family: 'phosphor';
font-weight: 700;
position: relative;
bottom: -1px;
line-height: 1;
margin-left: 5px;
}
.haru-woo-ajax-category .product-control:not(.hide-control) {
display: flex;
}
.haru-woo-ajax-category .product-control .product-control-item {
color: #000;
position: absolute;
top: 50%;
width: 36px;
height: 36px;
line-height: 36px;
margin-top: -18px;
text-align: center;
transition: all .3s;
opacity: 0;
visibility: hidden;
z-index: 9;
}
@media screen and (max-width: 1440px) {
.haru-woo-ajax-category .product-control .product-control-item {
width: 15px;
}
}
.haru-woo-ajax-category .product-control .product-control-item:before {
font-family: 'phosphor';
font-size: 28px;
font-weight: 500;
}
@media screen and (max-width: 1440px) {
.haru-woo-ajax-category .product-control .product-control-item:before {
font-size: 24px;
}
}
.haru-woo-ajax-category .product-control .product-control-item:first-child {
right: 100%;
}
@media screen and (max-width: 1440px) {
.haru-woo-ajax-category .product-control .product-control-item:first-child {
right: auto;
left: -18px;
}
}
.haru-woo-ajax-category .product-control .product-control-item:first-child:before {
content: '\e915';
}
.haru-woo-ajax-category .product-control .product-control-item:last-child {
left: 100%;
}
.haru-woo-ajax-category .product-control .product-control-item:last-child:before {
content: '\e916';
}
@media screen and (max-width: 1440px) {
.haru-woo-ajax-category .product-control .product-control-item:last-child {
left: auto;
right: -10px;
}
}
.haru-woo-ajax-category .product-control .product-control-item:hover {
cursor: pointer;
color: #4B5C66;
transition: all .3s;
}
.haru-woo-ajax-category .product-control .product-control-item.disable {
color: rgba(0, 0, 0, 0.3);
pointer-events: none;
}
.haru-woo-ajax-category .product-control.show-control .product-control-item {
opacity: 1;
visibility: visible;
transition: none;
}
.haru-woo-ajax-category--grid .product-list {
display: flex;
flex-wrap: wrap;
}
.haru-woo-ajax-category--padding.haru-woo-ajax-category--grid .product-item.style-1 {
padding: 0 15px;
margin-bottom: 35px;
}
@media screen and (max-width: 991px) {
.haru-woo-ajax-category--padding.haru-woo-ajax-category--grid .product-item.style-1 {
padding: 0 10px;
}
}
@media screen and (max-width: 767px) {
.haru-woo-ajax-category--padding.haru-woo-ajax-category--grid .product-item.style-1 {
padding: 0 8px;
}
}
.haru-woo-ajax-category--padding.haru-woo-ajax-category--grid .product-item.style-2 {
padding: 15px 15px 0 15px;
margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
.haru-woo-ajax-category--padding.haru-woo-ajax-category--grid .product-item.style-2 {
padding: 10px 10px 0 10px;
}
}
@media screen and (max-width: 767px) {
.haru-woo-ajax-category--padding.haru-woo-ajax-category--grid .product-item.style-2 {
padding: 8px 8px 0 8px;
}
}
.haru-woo-ajax-category--padding.haru-woo-ajax-category--grid .product-list {
margin: 0 -15px;
}
@media screen and (max-width: 991px) {
.haru-woo-ajax-category--padding.haru-woo-ajax-category--grid .product-list {
margin: 0 -10px;
}
}
@media screen and (max-width: 991px) {
.haru-woo-ajax-category--padding.haru-woo-ajax-category--grid .product-list {
margin: 0 -8px;
}
}
.haru-woo-ajax-category--padding .haru-info {
margin: 0 15px;
}
.haru-woo-product-slider__list {
padding: 0;
margin: 0;
list-style: none;
}
@media screen and (max-width: 767px) {
.haru-woo-product-slider__list {
max-width: calc(100vw - 0px);
}
}
.haru-woo-product-slider .haru-woo-product-slider__item {
position: relative;
overflow: hidden;
}
.haru-woo-product-slider .haru-woo-product-slider__item .product-out-of-stock {
font-size: 12px;
text-align: center;
}
.haru-woo-product-slider .haru-woo-product-slider__image {
width: 100%;
transition: all .3s;
}
.haru-woo-product-slider--slick .slick-next,
.haru-woo-product-slider--slick .slick-prev {
width: 48px;
height: 48px;
line-height: 48px;
}
.haru-woo-product-slider--slick .slick-next {
right: -60px;
}
.haru-woo-product-slider--slick .slick-prev {
left: -60px;
}
.haru-woo-product-slider--slick .slick-dots {
margin: 20px 0 0;
}
@media screen and (max-width: 1440px) {
.haru-woo-product-slider--slick .slick-dots {
margin: 15px 0 0;
}
}
@media screen and (max-width: 1024px) {
.haru-woo-product-slider--slick .slick-dots {
margin: 10px 0 0;
}
}
@media screen and (max-width: 991px) {
.haru-woo-product-slider--slick .slick-dots {
margin: 5px 0 0;
}
}
.haru-woo-product-slider--slick .product-item.style-2 {
padding: 15px;
}
.haru-woo-product-slider--slick.haru-woo-product-slider--product-style-2 .slick-list {
overflow: visible;
}
.haru-woo-product-slider--slick.haru-woo-product-slider--product-style-2 .slick-slide {
padding-top: 25px;
padding-bottom: 30px;
transition: all .3s;
}
.haru-woo-product-slider--slick.haru-woo-product-slider--product-style-2 .slick-slide:not(.slick-active) {
opacity: 0;
visibility: hidden;
transition: all .3s;
}
@media screen and (max-width: 767px) {
.haru-woo-product-slider--padding.haru-woo-product-slider--slick .haru-woo-product-slider__list {
max-width: calc(100vw - 16px);
}
}
.haru-woo-product-slider--padding.haru-woo-product-slider--slick .haru-slick {
margin: 0 -15px;
}
@media screen and (max-width: 991px) {
.haru-woo-product-slider--padding.haru-woo-product-slider--slick .haru-slick {
margin: 0 -10px;
}
}
@media screen and (max-width: 767px) {
.haru-woo-product-slider--padding.haru-woo-product-slider--slick .haru-slick {
margin: 0 -8px;
}
}
.haru-woo-product-slider--padding.haru-woo-product-slider--slick .slick-slide {
padding: 0 15px;
}
@media screen and (max-width: 991px) {
.haru-woo-product-slider--padding.haru-woo-product-slider--slick .slick-slide {
padding: 0 10px;
}
}
@media screen and (max-width: 767px) {
.haru-woo-product-slider--padding.haru-woo-product-slider--slick .slick-slide {
padding: 0 8px;
}
}
.haru-woo-product-slider--padding.haru-woo-product-slider--product-style-2 .slick-slide {
padding: 0;
}
.haru-woo-ajax-order {
position: relative;
}
.haru-woo-ajax-order .product-order-top {
display: flex;
align-items: center;
margin-bottom: 35px;
}
@media screen and (max-width: 1440px) {
.haru-woo-ajax-order .product-order-top {
margin-bottom: 30px;
}
}
@media screen and (max-width: 1024px) {
.haru-woo-ajax-order .product-order-top {
margin-bottom: 20px;
}
}
@media screen and (max-width: 991px) {
.haru-woo-ajax-order .product-order-top {
margin-bottom: 10px;
}
}
.haru-woo-ajax-order .products-ajax-view-more {
margin-top: 40px;
text-align: center;
}
@media screen and (max-width: 1440px) {
.haru-woo-ajax-order .products-ajax-view-more {
margin-top: 35px;
}
}
@media screen and (max-width: 1024px) {
.haru-woo-ajax-order .products-ajax-view-more {
margin-top: 30px;
}
}
@media screen and (max-width: 991px) {
.haru-woo-ajax-order .products-ajax-view-more {
margin-top: 25px;
}
}
@media screen and (max-width: 767px) {
.haru-woo-ajax-order .products-ajax-view-more {
margin-top: 20px;
}
}
.haru-woo-ajax-order .products-ajax-view-more .haru-button:after {
content: '\e90e';
font-family: 'phosphor';
font-weight: 500;
position: relative;
bottom: -1px;
line-height: 1;
margin-left: 5px;
}
.haru-woo-ajax-order .product-control:not(.hide-control) {
display: flex;
}
.haru-woo-ajax-order .product-control .product-control-item {
color: #000;
position: absolute;
top: 50%;
width: 36px;
height: 36px;
line-height: 36px;
margin-top: -18px;
text-align: center;
transition: all .3s;
opacity: 0;
visibility: hidden;
z-index: 9;
}
@media screen and (max-width: 1440px) {
.haru-woo-ajax-order .product-control .product-control-item {
width: 15px;
}
}
.haru-woo-ajax-order .product-control .product-control-item:before {
font-family: 'phosphor';
font-size: 28px;
font-weight: 500;
}
@media screen and (max-width: 1440px) {
.haru-woo-ajax-order .product-control .product-control-item:before {
font-size: 24px;
}
}
.haru-woo-ajax-order .product-control .product-control-item:first-child {
right: 100%;
}
@media screen and (max-width: 1440px) {
.haru-woo-ajax-order .product-control .product-control-item:first-child {
right: auto;
left: -18px;
}
}
.haru-woo-ajax-order .product-control .product-control-item:first-child:before {
content: '\e915';
}
.haru-woo-ajax-order .product-control .product-control-item:last-child {
left: 100%;
}
.haru-woo-ajax-order .product-control .product-control-item:last-child:before {
content: '\e916';
}
@media screen and (max-width: 1440px) {
.haru-woo-ajax-order .product-control .product-control-item:last-child {
left: auto;
right: -10px;
}
}
.haru-woo-ajax-order .product-control .product-control-item:hover {
cursor: pointer;
color: #4B5C66;
transition: all .3s;
}
.haru-woo-ajax-order .product-control .product-control-item.disable {
color: rgba(0, 0, 0, 0.3);
pointer-events: none;
}
.haru-woo-ajax-order .product-control.show-control .product-control-item {
opacity: 1;
visibility: visible;
transition: none;
}
.haru-woo-ajax-order--grid .product-list {
display: flex;
flex-wrap: wrap;
}
.haru-woo-ajax-order--slick .slick-next,
.haru-woo-ajax-order--slick .slick-prev {
width: 48px;
height: 48px;
line-height: 48px;
}
.haru-woo-ajax-order--slick .slick-next {
right: -60px;
}
.haru-woo-ajax-order--slick .slick-prev {
left: -60px;
}
.haru-woo-ajax-order--slick .slick-dots {
margin: 20px 0 0;
}
@media screen and (max-width: 1440px) {
.haru-woo-ajax-order--slick .slick-dots {
margin: 15px 0 0;
}
}
@media screen and (max-width: 1024px) {
.haru-woo-ajax-order--slick .slick-dots {
margin: 0 0 10px;
}
}
@media screen and (max-width: 991px) {
.haru-woo-ajax-order--slick .slick-dots {
margin: 0 0 5px;
}
}
@media screen and (max-width: 767px) {
.haru-woo-ajax-order--slick .slick-dots {
margin: 0 0 0;
}
}
.haru-woo-ajax-order--slick .product-item.style-2 {
padding: 15px;
}
.haru-woo-ajax-order--slick.haru-woo-ajax-order--product-style-2 .slick-slide {
padding-top: 25px;
padding-bottom: 30px;
}
.haru-woo-ajax-order--padding.haru-woo-ajax-order--grid .product-item.style-1 {
padding: 0 15px;
margin-bottom: 35px;
}
@media screen and (max-width: 991px) {
.haru-woo-ajax-order--padding.haru-woo-ajax-order--grid .product-item.style-1 {
padding: 0 10px;
}
}
@media screen and (max-width: 767px) {
.haru-woo-ajax-order--padding.haru-woo-ajax-order--grid .product-item.style-1 {
padding: 0 8px;
}
}
.haru-woo-ajax-order--padding.haru-woo-ajax-order--grid .product-item.style-2 {
padding: 15px 15px 0 15px;
margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
.haru-woo-ajax-order--padding.haru-woo-ajax-order--grid .product-item.style-2 {
padding: 10px 10px 0 10px;
}
}
@media screen and (max-width: 767px) {
.haru-woo-ajax-order--padding.haru-woo-ajax-order--grid .product-item.style-2 {
padding: 8px 8px 0 8px;
}
}
.haru-woo-ajax-order--padding.haru-woo-ajax-order--grid .product-list {
margin: 0 -15px;
}
@media screen and (max-width: 991px) {
.haru-woo-ajax-order--padding.haru-woo-ajax-order--grid .product-list {
margin: 0 -10px;
}
}
@media screen and (max-width: 991px) {
.haru-woo-ajax-order--padding.haru-woo-ajax-order--grid .product-list {
margin: 0 -8px;
}
}
.haru-woo-ajax-order--padding .haru-info {
margin: 0 15px;
}
@media screen and (max-width: 767px) {
.haru-woo-ajax-order--padding.haru-woo-ajax-order--slick .product-list {
max-width: calc(100vw - 16px);
}
}
.haru-woo-ajax-order--padding.haru-woo-ajax-order--slick .haru-slick {
margin: 0 -15px;
}
@media screen and (max-width: 991px) {
.haru-woo-ajax-order--padding.haru-woo-ajax-order--slick .haru-slick {
margin: 0 -10px;
}
}
@media screen and (max-width: 767px) {
.haru-woo-ajax-order--padding.haru-woo-ajax-order--slick .haru-slick {
margin: 0 -8px;
}
}
.haru-woo-ajax-order--padding.haru-woo-ajax-order--slick .slick-slide {
padding: 0 15px;
}
@media screen and (max-width: 991px) {
.haru-woo-ajax-order--padding.haru-woo-ajax-order--slick .slick-slide {
padding: 0 10px;
}
}
@media screen and (max-width: 767px) {
.haru-woo-ajax-order--padding.haru-woo-ajax-order--slick .slick-slide {
padding: 0 8px;
}
}
.haru-woo-ajax-order--padding.haru-woo-ajax-order--slick.haru-woo-ajax-order--product-style-2 .slick-slide {
padding-left: 0;
padding-right: 0;
padding-top: 25px;
padding-bottom: 30px;
}
.haru-woo-product-variations--list {
max-width: 810px;
margin-left: auto;
margin-right: auto;
}
.haru-woo-product-variations--list .variation-step {
text-align: center;
}
.haru-woo-product-variations--list .variation-step span {
background: rgba(17, 177, 150, 0.1);
border-radius: 3px;
color: #11B196;
display: inline-block;
font-size: 18px;
font-weight: 700;
padding: 3px 16px;
letter-spacing: .1em;
text-transform: uppercase;
}
@media screen and (max-width: 1440px) {
.haru-woo-product-variations--list .variation-step span {
font-size: 16px;
padding: 2px 13px;
}
}
@media screen and (max-width: 1024px) {
.haru-woo-product-variations--list .variation-step span {
font-size: 14px;
padding: 1px 13px;
}
}
.haru-woo-product-variations--list .wc-dnd-file-upload {
font-size: 40px;
padding: 0 0 90px;
text-align: center;
}
@media screen and (max-width: 1440px) {
.haru-woo-product-variations--list .wc-dnd-file-upload {
font-size: 32px;
padding: 10px 0 70px;
}
}
@media screen and (max-width: 1024px) {
.haru-woo-product-variations--list .wc-dnd-file-upload {
font-size: 28px;
padding: 10px 0 50px;
}
}
@media screen and (max-width: 767px) {
.haru-woo-product-variations--list .wc-dnd-file-upload {
font-size: 22px;
}
}
.haru-woo-product-variations--list .wc-dnd-file-upload .codedropz-upload-wrapper {
padding-top: 30px;
}
@media screen and (max-width: 1440px) {
.haru-woo-product-variations--list .wc-dnd-file-upload .codedropz-upload-wrapper {
padding-top: 20px;
}
}
.haru-woo-product-variations--list .wc-dnd-file-upload .codedropz-upload-handler {
border: 2px dashed #eee;
}
.haru-woo-product-variations--list .wc-upload-wrap .codedropz-upload-inner a.cd-upload-btn {
padding: 2px 25px;
}
.haru-woo-product-variations--list .wc-upload-wrap .codedropz-upload-inner .codedropz-label span.cd-icon {
font-size: 64px;
opacity: .3;
}
@media screen and (max-width: 1440px) {
.haru-woo-product-variations--list .wc-upload-wrap .codedropz-upload-inner .codedropz-label span.cd-icon {
font-size: 56px;
}
}
@media screen and (max-width: 1024px) {
.haru-woo-product-variations--list .wc-upload-wrap .codedropz-upload-inner .codedropz-label span.cd-icon {
font-size: 48px;
}
}
.haru-woo-product-variations--list .wc-upload-wrap .codedropz-upload-inner .codedropz-label span.cd-icon i {
font-family: 'icomoon-wc-free' !important;
}
.haru-woo-product-variations--list .dnd-upload-status .dnd-upload-details .name,
.haru-woo-product-variations--list .dnd-upload-status .dnd-upload-details .remove-file {
font-size: 18px;
}
@media screen and (max-width: 767px) {
.haru-woo-product-variations--list .dnd-upload-status .dnd-upload-details .name,
.haru-woo-product-variations--list .dnd-upload-status .dnd-upload-details .remove-file {
font-size: 16px;
}
}
.haru-woo-product-variations--list .dnd-upload-status .dnd-upload-details span.has-error {
font-size: 15px;
}
.haru-woo-product-variations--list .variation-row {
margin-bottom: 100px;
}
@media screen and (max-width: 1440px) {
.haru-woo-product-variations--list .variation-row {
margin-bottom: 80px;
}
}
@media screen and (max-width: 1024px) {
.haru-woo-product-variations--list .variation-row {
margin-bottom: 60px;
}
}
.haru-woo-product-variations--list .variation-row:nth-last-child(-n+2) {
margin-bottom: 60px;
}
@media screen and (max-width: 1440px) {
.haru-woo-product-variations--list .variation-row:nth-last-child(-n+2) {
margin-bottom: 40px;
}
}
@media screen and (max-width: 1024px) {
.haru-woo-product-variations--list .variation-row:nth-last-child(-n+2) {
margin-bottom: 30px;
}
}
.haru-woo-product-variations--list .variation-row:last-child {
margin-bottom: 30px;
}
.haru-woo-product-variations--list .variation-row:last-child label {
font-size: 0;
margin-bottom: 0;
}
.haru-woo-product-variations--list .variation-row label {
color: #000;
font-size: 40px;
font-weight: 700;
display: block;
margin-bottom: 40px;
text-align: center;
}
@media screen and (max-width: 1440px) {
.haru-woo-product-variations--list .variation-row label {
font-size: 32px;
padding-top: 10px;
margin-bottom: 30px;
}
}
@media screen and (max-width: 1024px) {
.haru-woo-product-variations--list .variation-row label {
font-size: 28px;
}
}
@media screen and (max-width: 767px) {
.haru-woo-product-variations--list .variation-row label {
font-size: 22px;
}
}
.haru-woo-product-variations--list .variation-row .value {
text-align: center;
}
.haru-woo-product-variations--list .reset_variations {
border: 1px solid #eee;
border-radius: 3px;
color: #000;
display: inline-block;
font-size: 14px;
font-weight: 600;
padding: 3px 15px;
transition: all .3s;
}
.haru-woo-product-variations--list .reset_variations:hover {
background-color: #000;
border: 1px solid #000;
color: #fff;
transition: all .3s;
}
.haru-woo-product-variations--list .reset_variations:before {
content: '\e937';
font-family: 'haruicons';
font-weight: 700;
display: inline-block;
margin-right: 5px;
position: relative;
bottom: -2px;
}
.haru-woo-product-variations--list .haru-variation-select-box {
max-width: 560px;
}
.haru-woo-product-variations--list .variable-attribute-wrap {
padding: 0;
margin: 0;
list-style: none;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}
.haru-woo-product-variations--list .variable-attribute-wrap > li {
cursor: pointer;
display: flex;
align-items: flex-start;
position: relative;
}
.haru-woo-product-variations--list .variable-attribute-wrap > li:hover .button-tooltip {
opacity: 1;
visibility: visible;
-webkit-transform: translate(-50%, -5px);
transform: translate(-50%, -5px);
transition: all 300ms ease-in-out 0s;
}
.haru-woo-product-variations--list .variable-attribute-wrap > li .button-tooltip {
padding: 3px 5px;
position: absolute;
text-transform: none;
min-width: 60px;
opacity: 0;
text-align: center;
visibility: hidden;
bottom: calc(100% + 5px);
left: 50%;
background: #555;
color: #fff;
font-size: 13px;
line-height: 20px;
font-weight: 500;
border-radius: 3px;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
z-index: 2;
}
@media screen and (max-width: 767px) {
.haru-woo-product-variations--list .variable-attribute-wrap > li .button-tooltip {
bottom: calc(100% + 2px);
}
}
.haru-woo-product-variations--list .variable-attribute-wrap > li .button-tooltip:after {
width: 0;
height: 0;
position: absolute;
bottom: -6px;
left: 50%;
content: '';
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 7px solid #555;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
.haru-woo-product-variations--list .variable-attribute-wrap.color-attribute-wrap > li {
width: 48px;
height: 48px;
margin-right: 28px;
border-radius: 50%;
}
@media screen and (max-width: 1440px) {
.haru-woo-product-variations--list .variable-attribute-wrap.color-attribute-wrap > li {
width: 40px;
height: 40px;
}
}
@media screen and (max-width: 767px) {
.haru-woo-product-variations--list .variable-attribute-wrap.color-attribute-wrap > li {
width: 28px;
height: 28px;
margin-right: 16px;
}
}
.haru-woo-product-variations--list .variable-attribute-wrap.color-attribute-wrap > li:last-child {
margin-right: 0;
}
.haru-woo-product-variations--list .variable-attribute-wrap.color-attribute-wrap > li.selected:before {
border: 1px solid #000;
}
.haru-woo-product-variations--list .variable-attribute-wrap.color-attribute-wrap > li.selected:after {
opacity: 1;
}
.haru-woo-product-variations--list .variable-attribute-wrap.color-attribute-wrap > li:before {
content: '';
position: absolute;
width: 56px;
height: 56px;
border: 1px solid #e3e3e3;
top: -4px;
left: -4px;
border-radius: 50%;
}
@media screen and (max-width: 1440px) {
.haru-woo-product-variations--list .variable-attribute-wrap.color-attribute-wrap > li:before {
width: 48px;
height: 48px;
top: -4px;
left: -4px;
}
}
@media screen and (max-width: 767px) {
.haru-woo-product-variations--list .variable-attribute-wrap.color-attribute-wrap > li:before {
width: 34px;
height: 34px;
top: -3px;
left: -3px;
}
}
.haru-woo-product-variations--list .variable-attribute-wrap.color-attribute-wrap > li:after {
content: '\e925';
font-family: 'phosphor';
font-weight: 700;
display: inline-block;
color: #fff;
font-size: 32px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0;
}
@media screen and (max-width: 1440px) {
.haru-woo-product-variations--list .variable-attribute-wrap.color-attribute-wrap > li:after {
font-size: 28px;
}
}
@media screen and (max-width: 767px) {
.haru-woo-product-variations--list .variable-attribute-wrap.color-attribute-wrap > li:after {
font-size: 20px;
}
}
.haru-woo-product-variations--list .variable-attribute-wrap.color-attribute-wrap > li[style="background-color:#ffffff;"]:after {
color: #4B5C66;
}
.haru-woo-product-variations--list .variable-attribute-wrap.label-attribute-wrap > li {
font-weight: 700;
border: 1px solid #eee;
border-radius: 50%;
font-size: 15px;
margin-right: 30px;
height: 48px;
line-height: 44px;
min-width: 48px;
padding: 0 5px;
justify-content: center;
transition: all .3s;
}
@media screen and (max-width: 1024px) {
.haru-woo-product-variations--list .variable-attribute-wrap.label-attribute-wrap > li {
margin-right: 28px;
}
}
@media screen and (max-width: 767px) {
.haru-woo-product-variations--list .variable-attribute-wrap.label-attribute-wrap > li {
height: 40px;
line-height: 36px;
min-width: 40px;
margin-right: 20px;
}
}
.haru-woo-product-variations--list .variable-attribute-wrap.label-attribute-wrap > li:last-child {
margin-right: 0;
}
.haru-woo-product-variations--list .variable-attribute-wrap.label-attribute-wrap > li.selected {
border: 1px solid #000;
color: #000;
font-weight: 700;
}
.haru-woo-product-variations--list .variable-attribute-wrap.label-attribute-wrap > li:hover {
color: #000;
transition: all .3s;
}
.haru-woo-product-variations--list .variable-attribute-wrap.image-attribute-wrap {
align-items: flex-start;
}
.haru-woo-product-variations--list .variable-attribute-wrap.image-attribute-wrap > li {
max-width: 192px;
width: calc(25% - 18px);
margin-right: 24px;
padding: 10px 10px 0 10px;
border: 2px solid #eee;
border-radius: 5px;
flex-direction: column;
align-items: center;
background-color: #fff;
}
@media screen and (max-width: 767px) {
.haru-woo-product-variations--list .variable-attribute-wrap.image-attribute-wrap > li {
width: calc(50% - 8px);
margin-right: 16px;
}
}
@media screen and (max-width: 767px) {
.haru-woo-product-variations--list .variable-attribute-wrap.image-attribute-wrap > li:nth-child(2n) {
margin-right: 0;
}
}
@media screen and (max-width: 767px) {
.haru-woo-product-variations--list .variable-attribute-wrap.image-attribute-wrap > li:nth-child(2n + 1) {
margin-bottom: 10px;
}
}
.haru-woo-product-variations--list .variable-attribute-wrap.image-attribute-wrap > li:last-child {
margin-right: 0;
}
.haru-woo-product-variations--list .variable-attribute-wrap.image-attribute-wrap > li:nth-child(5n) {
margin-right: 0;
}
.haru-woo-product-variations--list .variable-attribute-wrap.image-attribute-wrap > li.selected {
border: 2px solid #fff;
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.07);
}
.haru-woo-product-variations--list .variable-attribute-wrap.image-attribute-wrap > li.selected .button-tooltip {
color: #000;
}
.haru-woo-product-variations--list .variable-attribute-wrap.image-attribute-wrap > li img {
border-radius: 5px;
width: 100%;
}
.haru-woo-product-variations--list .variable-attribute-wrap.image-attribute-wrap > li .button-tooltip {
position: relative;
opacity: 1;
visibility: visible;
bottom: auto;
left: auto;
-webkit-transform: none;
transform: none;
display: block;
background: transparent;
color: #7e7e7e;
font-weight: 700;
font-size: 18px;
padding: 16px 10px;
}
.haru-woo-product-variations--list .variable-attribute-wrap.image-attribute-wrap > li .button-tooltip:after {
display: none;
}
.haru-woo-product-variations .product-variations-popup {
padding: 30px 30px 90px 30px;
position: relative;
border-radius: 12px;
max-width: 690px;
background: #fff;
margin: 20px auto;
}
@media screen and (max-width: 767px) {
.haru-woo-product-variations .product-variations-popup {
padding: 30px 20px 90px 20px;
}
}
.haru-woo-product-variations .product-variations-popup .mfp-close {
font-size: 0;
width: 48px;
height: 48px;
top: -48px;
right: -15px;
opacity: 1;
}
.haru-woo-product-variations .product-variations-popup .mfp-close:hover {
opacity: .8;
transition: all .3s;
}
.haru-woo-product-variations .product-variations-popup .mfp-close:hover:before {
color: #fff;
}
.haru-woo-product-variations .product-variations-popup .mfp-close:before {
content: '\e957';
font-family: 'phosphor';
font-size: 24px;
color: #fff;
transition: all .3s;
}
.haru-woo-product-variations .product-variations-popup .variations > .variation-row {
display: none;
}
.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap {
padding: 0;
margin: 0;
list-style: none;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}
.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap > li {
cursor: pointer;
display: flex;
align-items: flex-start;
position: relative;
}
.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap > li:hover .button-tooltip {
opacity: 1;
visibility: visible;
-webkit-transform: translate(-50%, -5px);
transform: translate(-50%, -5px);
transition: all 300ms ease-in-out 0s;
}
.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap > li .button-tooltip {
padding: 3px 5px;
position: absolute;
text-transform: none;
min-width: 60px;
opacity: 0;
text-align: center;
visibility: hidden;
bottom: calc(100% + 5px);
left: 50%;
background: #555;
color: #fff;
font-size: 13px;
line-height: 20px;
font-weight: 500;
border-radius: 3px;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap > li .button-tooltip {
bottom: calc(100% + 2px);
}
}
.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap > li .button-tooltip:after {
width: 0;
height: 0;
position: absolute;
bottom: -6px;
left: 50%;
content: '';
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 7px solid #555;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap.color-attribute-wrap > li {
width: 48px;
height: 48px;
margin-right: 28px;
border-radius: 50%;
}
@media screen and (max-width: 1440px) {
.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap.color-attribute-wrap > li {
width: 40px;
height: 40px;
}
}
@media screen and (max-width: 767px) {
.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap.color-attribute-wrap > li {
width: 28px;
height: 28px;
margin-right: 16px;
}
}
.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap.color-attribute-wrap > li:last-child {
margin-right: 0;
}
.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap.color-attribute-wrap > li.selected:before {
border: 1px solid #000;
}
.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap.color-attribute-wrap > li.selected:after {
opacity: 1;
}
.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap.color-attribute-wrap > li:before {
content: '';
position: absolute;
width: 56px;
height: 56px;
border: 1px solid #e3e3e3;
top: -4px;
left: -4px;
border-radius: 50%;
}
@media screen and (max-width: 1440px) {
.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap.color-attribute-wrap > li:before {
width: 48px;
height: 48px;
top: -4px;
left: -4px;
}
}
@media screen and (max-width: 767px) {
.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap.color-attribute-wrap > li:before {
width: 34px;
height: 34px;
top: -3px;
left: -3px;
}
}
.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap.color-attribute-wrap > li:after {
content: '\e925';
font-family: 'phosphor';
font-weight: 700;
display: inline-block;
color: #fff;
font-size: 32px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0;
}
@media screen and (max-width: 1440px) {
.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap.color-attribute-wrap > li:after {
font-size: 28px;
}
}
@media screen and (max-width: 767px) {
.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap.color-attribute-wrap > li:after {
font-size: 20px;
}
}
.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap.color-attribute-wrap > li[style="background-color:#ffffff;"]:after {
color: #4B5C66;
}
.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap.label-attribute-wrap > li {
font-weight: 600;
border: 1px solid #eee;
border-radius: 50%;
font-size: 15px;
margin-right: 30px;
height: 48px;
line-height: 44px;
min-width: 48px;
padding: 0 5px;
justify-content: center;
transition: all .3s;
}
@media screen and (max-width: 1024px) {
.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap.label-attribute-wrap > li {
margin-right: 28px;
}
}
@media screen and (max-width: 767px) {
.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap.label-attribute-wrap > li {
height: 40px;
line-height: 36px;
min-width: 40px;
margin-right: 20px;
}
}
.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap.label-attribute-wrap > li:last-child {
margin-right: 0;
}
.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap.label-attribute-wrap > li.selected {
border: 1px solid #000;
color: #000;
font-weight: 700;
}
.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap.label-attribute-wrap > li:hover {
color: #000;
transition: all .3s;
}
.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap.image-attribute-wrap {
align-items: flex-start;
}
.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap.image-attribute-wrap > li {
max-width: 192px;
width: calc(25% - 18px);
margin-right: 24px;
padding: 10px 10px 0 10px;
border: 2px solid #eee;
border-radius: 5px;
flex-direction: column;
align-items: center;
background-color: #fff;
}
@media screen and (max-width: 767px) {
.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap.image-attribute-wrap > li {
width: calc(50% - 8px);
margin-right: 16px;
}
}
@media screen and (max-width: 767px) {
.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap.image-attribute-wrap > li:nth-child(2n) {
margin-right: 0;
}
}
@media screen and (max-width: 767px) {
.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap.image-attribute-wrap > li:nth-child(2n + 1) {
margin-bottom: 10px;
}
}
.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap.image-attribute-wrap > li:last-child {
margin-right: 0;
}
.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap.image-attribute-wrap > li:nth-child(5n) {
margin-right: 0;
}
.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap.image-attribute-wrap > li.selected {
border: 2px solid #fff;
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.07);
}
.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap.image-attribute-wrap > li.selected .button-tooltip {
color: #000;
}
.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap.image-attribute-wrap > li img {
border-radius: 5px;
width: 100%;
}
.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap.image-attribute-wrap > li .button-tooltip {
position: relative;
opacity: 1;
visibility: visible;
bottom: auto;
left: auto;
-webkit-transform: none;
transform: none;
display: block;
background: transparent;
color: #7e7e7e;
font-weight: 700;
font-size: 18px;
padding: 16px 10px;
}
.haru-woo-product-variations .product-variations-popup .variable-attribute-wrap.image-attribute-wrap > li .button-tooltip:after {
display: none;
}
.haru-woo-product-variations .product-variations-popup .step-list {
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
@media screen and (max-width: 767px) {
.haru-woo-product-variations .product-variations-popup .step-list {
display: flex;
flex-wrap: nowrap;
overflow-x: auto;
}
}
.haru-woo-product-variations .product-variations-popup .step-list li {
width: 60px;
height: 60px;
display: inline-block;
margin: 0 25px;
position: relative;
}
@media screen and (max-width: 767px) {
.haru-woo-product-variations .product-variations-popup .step-list li {
width: 48px;
height: 48px;
margin: 0 15px;
flex-shrink: 0;
}
}
.haru-woo-product-variations .product-variations-popup .step-list li:first-child {
margin-left: 0;
}
.haru-woo-product-variations .product-variations-popup .step-list li:last-child {
margin-right: 0;
}
.haru-woo-product-variations .product-variations-popup .step-list li:last-child:before {
display: none;
}
.haru-woo-product-variations .product-variations-popup .step-list li:before {
content: '';
position: absolute;
left: 50%;
top: 50%;
height: 3px;
width: 120px;
background-color: #eee;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 1;
}
@media screen and (max-width: 767px) {
.haru-woo-product-variations .product-variations-popup .step-list li:before {
height: 2px;
width: 90px;
}
}
.haru-woo-product-variations .product-variations-popup .step-list li span {
display: block;
z-index: 2;
background-color: #fff;
border-radius: 50%;
position: relative;
line-height: 54px;
border-radius: 50%;
border: 3px solid #eee;
background-color: #fff;
font-size: 18px;
font-weight: 700;
text-align: center;
}
@media screen and (max-width: 767px) {
.haru-woo-product-variations .product-variations-popup .step-list li span {
line-height: 44px;
border: 2px solid #eee;
font-size: 16px;
}
}
.haru-woo-product-variations .product-variations-popup .step-list li.step-active span {
background-color: #4B5C66;
box-shadow: 0 9px 20px rgba(0, 0, 0, 0.1);
color: #fff;
border: 3px solid #4B5C66;
}
@media screen and (max-width: 767px) {
.haru-woo-product-variations .product-variations-popup .step-list li.step-active span {
border: 2px solid #4B5C66;
}
}
.haru-woo-product-variations .product-variations-popup .variation-step-control {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
padding: 15px 30px;
}
.haru-woo-product-variations .product-variations-popup .variation-step-control:before {
content: '';
position: absolute;
top: 0;
left: 30px;
width: calc(100% - 60px);
height: 1px;
background-color: #eee;
}
.haru-woo-product-variations .product-variations-popup .variation-step {
display: none;
}
.haru-woo-product-variations .product-variations-popup .variation-slide-step {
display: none;
}
.haru-woo-product-variations .product-variations-popup .variation-step-control {
display: flex;
align-items: center;
font-size: 16px;
font-weight: 600;
color: #000;
}
.haru-woo-product-variations .product-variations-popup .variation-step-control .variation-step-prev,
.haru-woo-product-variations .product-variations-popup .variation-step-control .variation-step-next {
cursor: pointer;
transition: all .3s;
}
.haru-woo-product-variations .product-variations-popup .variation-step-control .variation-step-prev:hover,
.haru-woo-product-variations .product-variations-popup .variation-step-control .variation-step-next:hover {
opacity: .8;
transition: all .3s;
}
.haru-woo-product-variations .product-variations-popup .variation-step-control .variation-step-prev.disable,
.haru-woo-product-variations .product-variations-popup .variation-step-control .variation-step-next.disable {
display: none;
cursor: auto;
}
.haru-woo-product-variations .product-variations-popup .variation-step-control .variation-step-prev {
margin-right: auto;
}
.haru-woo-product-variations .product-variations-popup .variation-step-control .variation-step-next {
margin-left: auto;
}
.haru-woo-product-variations .product-variations-popup .reset_variations {
display: none;
}
.haru-woo-product-variations .product-variations-popup .wc-dnd-file-upload {
font-size: 40px;
padding-top: 20px;
text-align: center;
}
@media screen and (max-width: 1440px) {
.haru-woo-product-variations .product-variations-popup .wc-dnd-file-upload {
font-size: 32px;
}
}
@media screen and (max-width: 1024px) {
.haru-woo-product-variations .product-variations-popup .wc-dnd-file-upload {
font-size: 28px;
}
}
@media screen and (max-width: 767px) {
.haru-woo-product-variations .product-variations-popup .wc-dnd-file-upload {
font-size: 22px;
}
}
.haru-woo-product-variations .product-variations-popup .wc-dnd-file-upload .codedropz-upload-wrapper {
padding-top: 30px;
}
@media screen and (max-width: 1440px) {
.haru-woo-product-variations .product-variations-popup .wc-dnd-file-upload .codedropz-upload-wrapper {
padding-top: 20px;
}
}
.haru-woo-product-variations .product-variations-popup .wc-dnd-file-upload .codedropz-upload-handler {
border: 2px dashed #eee;
}
.haru-woo-product-variations .product-variations-popup .wc-upload-wrap .codedropz-upload-inner a.cd-upload-btn {
padding: 2px 25px;
}
.haru-woo-product-variations .product-variations-popup .wc-upload-wrap .codedropz-upload-inner .codedropz-label span.cd-icon {
font-size: 64px;
opacity: .3;
}
@media screen and (max-width: 1440px) {
.haru-woo-product-variations .product-variations-popup .wc-upload-wrap .codedropz-upload-inner .codedropz-label span.cd-icon {
font-size: 56px;
}
}
@media screen and (max-width: 1024px) {
.haru-woo-product-variations .product-variations-popup .wc-upload-wrap .codedropz-upload-inner .codedropz-label span.cd-icon {
font-size: 48px;
}
}
.haru-woo-product-variations .product-variations-popup .wc-upload-wrap .codedropz-upload-inner .codedropz-label span.cd-icon i {
font-family: 'icomoon-wc-free' !important;
}
.haru-woo-product-variations .product-variations-popup .dnd-upload-status .dnd-upload-details .name,
.haru-woo-product-variations .product-variations-popup .dnd-upload-status .dnd-upload-details .remove-file {
font-size: 18px;
}
@media screen and (max-width: 767px) {
.haru-woo-product-variations .product-variations-popup .dnd-upload-status .dnd-upload-details .name,
.haru-woo-product-variations .product-variations-popup .dnd-upload-status .dnd-upload-details .remove-file {
font-size: 16px;
}
}
.haru-woo-product-variations .product-variations-popup .dnd-upload-status .dnd-upload-details span.has-error {
font-size: 15px;
}
.haru-woo-product-variations .product-variations-popup .variation-row label {
color: #000;
font-size: 40px;
font-weight: 600;
display: block;
margin-bottom: 40px;
padding-top: 20px;
text-align: center;
}
@media screen and (max-width: 1440px) {
.haru-woo-product-variations .product-variations-popup .variation-row label {
font-size: 32px;
margin-bottom: 30px;
}
}
@media screen and (max-width: 1024px) {
.haru-woo-product-variations .product-variations-popup .variation-row label {
font-size: 28px;
}
}
@media screen and (max-width: 767px) {
.haru-woo-product-variations .product-variations-popup .variation-row label {
font-size: 22px;
}
}
.haru-woo-product-variations .product-variations-popup .variation-row .value {
text-align: center;
}
.haru-woo-product-variations .product-variations-popup .add-to-cart-notice {
color: #000;
font-size: 40px;
font-weight: 600;
padding-top: 20px;
margin-bottom: 40px;
text-align: center;
}
@media screen and (max-width: 1440px) {
.haru-woo-product-variations .product-variations-popup .add-to-cart-notice {
font-size: 32px;
margin-bottom: 30px;
}
}
@media screen and (max-width: 1024px) {
.haru-woo-product-variations .product-variations-popup .add-to-cart-notice {
font-size: 28px;
}
}
@media screen and (max-width: 767px) {
.haru-woo-product-variations .product-variations-popup .add-to-cart-notice {
font-size: 22px;
}
}
.haru-woo-product-variations form.cart {
margin-top: 15px;
margin-bottom: 10px;
}
.haru-woo-product-variations form.cart:before, .haru-woo-product-variations form.cart:after {
display: table;
content: '';
}
.haru-woo-product-variations form.cart:after {
clear: both;
}
.haru-woo-product-variations form.cart .hide {
display: none;
}
.haru-woo-product-variations form.cart table.variations {
border: none;
margin-bottom: 10px;
}
.haru-woo-product-variations form.cart table.variations th,
.haru-woo-product-variations form.cart table.variations td {
border: none;
}
.haru-woo-product-variations form.cart table.variations .label {
width: 100px;
}
.haru-woo-product-variations form.cart table.variations label {
color: #000;
font-weight: 600;
}
.haru-woo-product-variations form.cart table.variations td {
padding: 5px 0 10px 0;
}
.haru-woo-product-variations form.cart table.variations tr:last-child td {
padding: 0;
}
.haru-woo-product-variations form.cart .quantity {
float: left;
margin-right: 10px;
}
.haru-woo-product-variations form.cart .quantity .screen-reader-text {
display: none;
}
.haru-woo-product-variations form.cart .quantity .input-button {
height: 46px;
padding: 0 15px;
font-size: 24px;
margin-top: -6px;
font-weight: 500;
}
.haru-woo-product-variations form.cart .quantity input[type="number"] {
width: 46px;
height: 46px;
font-size: 18px;
font-weight: 700;
color: #000;
}
.haru-woo-product-variations form.cart .single_variation_wrap {
max-width: 560px;
margin: 0 auto;
position: relative;
}
.haru-woo-product-variations form.cart .single_variation_wrap:has(p) .woocommerce-variation-price-notice, .haru-woo-product-variations form.cart .single_variation_wrap:has(.woocommerce-variation-add-to-cart-enabled) .woocommerce-variation-price-notice {
display: none;
}
.haru-woo-product-variations form.cart .woocommerce-variation-price-notice {
position: absolute;
top: 10px;
right: 0;
width: calc(100% - 145px);
text-align: right;
}
@media screen and (max-width: 767px) {
.haru-woo-product-variations form.cart .woocommerce-variation-price-notice {
top: 0;
line-height: 1.6;
}
}
.haru-woo-product-variations form.cart .woocommerce-variation.single_variation {
position: absolute;
right: 0;
top: 5px;
width: calc(100% - 145px);
}
.haru-woo-product-variations form.cart .woocommerce-variation.single_variation:has(p) {
top: -4px;
}
.haru-woo-product-variations form.cart .woocommerce-variation.single_variation p {
display: -webkit-box;
-webkit-line-clamp: 2; -webkit-box-orient: vertical;
overflow: hidden;
}
.haru-woo-product-variations form.cart .woocommerce-variation.single_variation .woocommerce-variation-description {
display: none;
}
.haru-woo-product-variations form.cart .woocommerce-variation.single_variation .woocommerce-variation-price {
text-align: right;
}
.haru-woo-product-variations form.cart .woocommerce-variation.single_variation .woocommerce-variation-price span.price {
font-size: 24px;
}
@media screen and (max-width: 767px) {
.haru-woo-product-variations form.cart .woocommerce-variation.single_variation .woocommerce-variation-price span.price {
font-size: 22px;
}
}
.haru-woo-product-variations form.cart .single_add_to_cart_button {
float: none;
height: 48px;
padding: 0 20px;
width: 100%;
max-width: none;
margin-top: 24px;
}
.haru-woo-product-variations form.cart .woocommerce-variation-price {
margin-bottom: 0;
}
.haru-woo-product-variations form.cart .woocommerce-variation-price span.price {
border: none;
}
.haru-woo-product-variations form.cart .woocommerce-variation-price span.price del {
margin-left: 6px;
font-size: 80%;
}
.haru-woo-product-variations form.cart .woocommerce-variation-price span.price ins {
text-decoration: none;
}
.haru-woo-product-variations .product-button {
position: relative;
float: left;
margin-top: 12px;
}
.haru-woo-product-variations .product-button a .button-tooltip {
font-size: 16px;
font-weight: 600;
}
.haru-romeo-slideshow {
position: relative;
height: 100vh;
width: 100%;
background-color: #000;
color: #fff;
}
.haru-romeo-slideshow .slider-wrap {
height: 100%;
width: 100%;
}
.haru-romeo-slideshow .images-wrap {
width: 100%;
height: 100%;
left: 0;
top: 0;
position: absolute;
}
.haru-romeo-slideshow .images-wrap .slide-img {
position: absolute;
left: 50%;
opacity: 0;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
transition: all 0.3s cubic-bezier(0.765, 0.136, 0.16, 0.88);
}
.haru-romeo-slideshow .images-wrap .slide-img:before {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.2);
content: '';
z-index: 9;
}
.haru-romeo-slideshow .images-wrap .slide-img.active {
opacity: 1;
}
.haru-romeo-slideshow .images-wrap .slide-img img {
-o-object-fit: cover;
object-fit: cover;
width: 100%;
height: 100%;
position: relative;
}
.haru-romeo-slideshow .images-wrap .slide-img video {
-o-object-fit: cover;
object-fit: cover;
width: 100%;
height: 100%;
}
.haru-romeo-slideshow .title-wrap {
position: absolute;
left: 30%;
bottom: 100px;
right: auto;
text-align: left;
overflow-y: scroll;
scroll-behavior: smooth;
height: 505px;
z-index: 9;
}
.haru-romeo-slideshow .title-wrap {
scrollbar-face-color: transparent;
scrollbar-track-color: transparent;
}
.haru-romeo-slideshow .title-wrap::-webkit-scrollbar {
width: 0;
height: 0;
}
.haru-romeo-slideshow .title-wrap::-webkit-scrollbar-thumb {
background: transparent;
border-radius: 0;
}
.haru-romeo-slideshow .title-wrap::-webkit-scrollbar-track {
background: transparent;
border-radius: 0;
}
@media screen and (max-width: 1440px) {
.haru-romeo-slideshow .title-wrap {
height: 455px;
left: 20%;
}
}
@media screen and (max-width: 1024px) {
.haru-romeo-slideshow .title-wrap {
height: 405px;
}
}
@media screen and (max-width: 991px) {
.haru-romeo-slideshow .title-wrap {
height: 355px;
}
}
@media screen and (max-width: 767px) {
.haru-romeo-slideshow .title-wrap {
height: 255px;
bottom: 140px;
left: 30px;
}
}
.haru-romeo-slideshow .title-wrap .slide-title {
display: block;
height: 100px;
width: 100%;
}
@media screen and (max-width: 1440px) {
.haru-romeo-slideshow .title-wrap .slide-title {
height: 90px;
}
}
@media screen and (max-width: 1024px) {
.haru-romeo-slideshow .title-wrap .slide-title {
height: 80px;
}
}
@media screen and (max-width: 991px) {
.haru-romeo-slideshow .title-wrap .slide-title {
height: 70px;
}
}
@media screen and (max-width: 767px) {
.haru-romeo-slideshow .title-wrap .slide-title {
height: 50px;
}
}
.haru-romeo-slideshow .title-wrap .slide-title a {
font-style: normal;
font-weight: 600;
font-size: 96px;
line-height: 100px;
text-transform: lowercase;
letter-spacing: -0.05em;
display: inline-block;
color: #fff;
cursor: pointer;
opacity: .4;
transition: all 0.3s cubic-bezier(0.765, 0.136, 0.16, 0.88);
}
@media screen and (max-width: 1440px) {
.haru-romeo-slideshow .title-wrap .slide-title a {
font-size: 86px;
line-height: 90px;
}
}
@media screen and (max-width: 1024px) {
.haru-romeo-slideshow .title-wrap .slide-title a {
font-size: 76px;
line-height: 80px;
}
}
@media screen and (max-width: 991px) {
.haru-romeo-slideshow .title-wrap .slide-title a {
font-size: 66px;
line-height: 70px;
}
}
@media screen and (max-width: 767px) {
.haru-romeo-slideshow .title-wrap .slide-title a {
font-size: 46px;
line-height: 50px;
}
}
.haru-romeo-slideshow .title-wrap .slide-title.active a {
font-size: 120px;
line-height: 100px;
opacity: 1;
}
@media screen and (max-width: 1440px) {
.haru-romeo-slideshow .title-wrap .slide-title.active a {
font-size: 105px;
line-height: 90px;
}
}
@media screen and (max-width: 1024px) {
.haru-romeo-slideshow .title-wrap .slide-title.active a {
font-size: 95px;
line-height: 80px;
}
}
@media screen and (max-width: 991px) {
.haru-romeo-slideshow .title-wrap .slide-title.active a {
font-size: 80px;
line-height: 70px;
}
}
@media screen and (max-width: 767px) {
.haru-romeo-slideshow .title-wrap .slide-title.active a {
font-size: 46px;
line-height: 50px;
}
}
.haru-romeo-slideshow .title-wrap .slide-title.active a:after {
content: '\e90f';
font-family: 'phosphor';
font-size: 64px;
position: relative;
bottom: -10px;
padding-left: 15px;
padding-right: 5px;
transition: all .3s;
}
@media screen and (max-width: 1440px) {
.haru-romeo-slideshow .title-wrap .slide-title.active a:after {
font-size: 56px;
bottom: -8px;
}
}
@media screen and (max-width: 1024px) {
.haru-romeo-slideshow .title-wrap .slide-title.active a:after {
font-size: 48px;
bottom: -6px;
}
}
@media screen and (max-width: 991px) {
.haru-romeo-slideshow .title-wrap .slide-title.active a:after {
font-size: 42px;
bottom: -6px;
}
}
@media screen and (max-width: 767px) {
.haru-romeo-slideshow .title-wrap .slide-title.active a:after {
display: none;
}
}
.haru-romeo-slideshow .project-counter {
position: absolute;
top: 50%;
left: 0px;
display: block;
font-size: 15px;
-webkit-transform: translateY(-50%) rotate(-90deg);
transform: translateY(-50%) rotate(-90deg);
}
@media screen and (max-width: 767px) {
.haru-romeo-slideshow .project-counter {
left: -25px;
font-size: 14px;
}
}
@media screen and (max-width: 767px) {
.haru-romeo-slideshow .project-counter {
display: none;
}
}
.haru-romeo-slideshow .project-counter .counter {
font-size: 36px;
line-height: 50px;
margin-left: 16px;
}
@media screen and (max-width: 767px) {
.haru-romeo-slideshow .project-counter .counter {
font-size: 28px;
}
}
.haru-romeo-slideshow .bullet-wrap {
position: absolute;
top: 50%;
right: 30px;
display: block;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 10;
}
@media screen and (max-width: 767px) {
.haru-romeo-slideshow .bullet-wrap {
top: auto;
left: 50%;
right: auto;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
bottom: 100px;
}
}
.haru-romeo-slideshow .bullet-wrap .slide-bullet {
position: relative;
padding: 3px 0;
cursor: pointer;
}
@media screen and (max-width: 767px) {
.haru-romeo-slideshow .bullet-wrap .slide-bullet {
display: inline-block;
padding: 0 8px;
}
}
.haru-romeo-slideshow .bullet-wrap .slide-bullet:hover {
cursor: pointer;
}
.haru-romeo-slideshow .bullet-wrap .slide-bullet:after {
content: '';
display: inline-block;
width: 8px;
height: 8px;
border-radius: 50%;
background-color: rgba(255, 255, 255, 0.5);
position: relative;
transition: all .3s;
}
@media screen and (max-width: 767px) {
.haru-romeo-slideshow .bullet-wrap .slide-bullet:after {
width: 6px;
height: 6px;
}
}
.haru-romeo-slideshow .bullet-wrap .slide-bullet:before {
content: '';
display: block;
width: 26px;
height: 26px;
border: 1px solid #fff;
border-radius: 50%;
position: absolute;
top: 4px;
left: -9px;
opacity: 0;
transition: all .3s;
}
@media screen and (max-width: 767px) {
.haru-romeo-slideshow .bullet-wrap .slide-bullet:before {
width: 22px;
height: 22px;
top: 4px;
left: 0;
}
}
.haru-romeo-slideshow .bullet-wrap .slide-bullet.active:after {
background-color: #fff;
transition: all .3s;
}
.haru-romeo-slideshow .bullet-wrap .slide-bullet.active:before {
opacity: 1;
transition: all .3s;
}
.haru-romeo-slideshow .video-test-mobile {
position: relative;
z-index: 12;
}
.haru-romeo-slideshow .view-all-btn {
font-weight: 500;
font-size: 15px;
display: block;
position: absolute;
right: 80px;
bottom: 50px;
line-height: 20px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
color: inherit;
opacity: 1;
border-bottom: 1px solid #fff;
transition: all .3s;
}
@media screen and (max-width: 767px) {
.haru-romeo-slideshow .view-all-btn {
position: absolute;
right: auto;
left: 80px;
bottom: 50px;
}
}
.haru-romeo-slideshow .view-all-btn:after {
content: '\e90f';
font-family: 'phosphor';
position: relative;
bottom: -3px;
padding-left: 5px;
transition: all .3s;
}
.haru-romeo-slideshow .view-all-btn:hover {
color: inherit;
opacity: .6;
transition: all .3s;
}
.haru-romeo-slideshow .social-wrap {
position: absolute;
bottom: 55px;
left: 80px;
display: flex;
}
@media screen and (max-width: 767px) {
.haru-romeo-slideshow .social-wrap {
bottom: 20px;
}
}
.haru-romeo-slideshow .social-label {
display: inline-flex;
align-items: center;
font-weight: 600;
}
.haru-romeo-slideshow .social-label:after {
content: '';
display: inline-block;
height: 1px;
width: 5px;
background-color: #fff;
margin: 0 10px;
}
.haru-romeo-slideshow .social-list {
padding: 0;
margin: 0;
list-style: none;
}
.haru-romeo-slideshow .social-list__icon {
display: none;
}
.haru-romeo-slideshow .social-list li {
display: inline-block;
margin: 0 10px;
}
.haru-romeo-slideshow .social-list li:first-child {
margin-left: 0;
}
.haru-romeo-slideshow .social-list li:last-child {
margin-right: 0;
}
.haru-romeo-slideshow .social-list a {
color: #fff;
display: block;
font-size: 15px;
font-weight: 600;
opacity: 1;
transition: all .3s;
}
.haru-romeo-slideshow .social-list a:hover {
opacity: .6;
transition: all .3s;
}
.haru-romeo-slideshow--boxed .images-wrap {
width: 100%;
height: 100%;
left: 0;
top: 0;
position: absolute;
}
.haru-romeo-slideshow--boxed .images-wrap .slide-img {
max-width: 1170px;
max-height: 660px;
}
@media screen and (max-width: 767px) {
.haru-romeo-slideshow--boxed .images-wrap .slide-img {
max-height: 100vh;
}
}
.haru-layla-slideshow {
position: relative;
height: 100vh;
width: 100%;
background-color: #000;
color: #fff;
}
.haru-layla-slideshow .slider-wrap {
height: 100%;
width: 100%;
}
.haru-layla-slideshow .images-wrap {
width: 100%;
height: 100%;
left: 0;
top: 0;
position: absolute;
z-index: 8;
}
.haru-layla-slideshow .images-wrap .slide-img {
opacity: 0;
position: absolute;
top: 50%;
left: 50%;
width: 100%;
height: 100%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
transition: all 0.3s cubic-bezier(0.765, 0.136, 0.16, 0.88);
display: flex;
align-items: center;
justify-content: center;
}
.haru-layla-slideshow .images-wrap .slide-img:before {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.2);
content: '';
z-index: 9;
}
.haru-layla-slideshow .images-wrap .slide-img.active {
opacity: 1;
}
.haru-layla-slideshow .images-wrap .slide-img img {
-o-object-fit: cover;
object-fit: cover;
width: 100%;
height: 100%;
position: relative;
}
.haru-layla-slideshow .images-wrap .slide-img video {
-o-object-fit: cover;
object-fit: cover;
width: 100%;
height: 100%;
}
.haru-layla-slideshow .title-wrap {
position: absolute;
left: 0;
top: 50%;
padding: 100px 0;
text-align: center;
height: 100%;
overflow-y: scroll;
width: 100%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 9;
}
.haru-layla-slideshow .title-wrap {
scrollbar-face-color: transparent;
scrollbar-track-color: transparent;
}
.haru-layla-slideshow .title-wrap::-webkit-scrollbar {
width: 0;
height: 0;
}
.haru-layla-slideshow .title-wrap::-webkit-scrollbar-thumb {
background: transparent;
border-radius: 0;
}
.haru-layla-slideshow .title-wrap::-webkit-scrollbar-track {
background: transparent;
border-radius: 0;
}
@media screen and (max-width: 767px) {
.haru-layla-slideshow .title-wrap {
height: calc(100% - 280px);
padding: 0;
}
}
.haru-layla-slideshow .title-wrap .slide-title {
display: block;
opacity: 0;
width: 100%;
}
.haru-layla-slideshow .title-wrap .slide-title a {
color: rgba(0, 0, 0, 0);
display: inline-block;
font-style: normal;
font-weight: 500;
font-size: 130px;
line-height: 110px;
text-transform: lowercase;
padding: 15px 0;
text-align: center;
transition: all 0.3s cubic-bezier(0.765, 0.136, 0.16, 0.88);
-webkit-text-stroke: 2px;
-webkit-text-stroke-color: #fff;
}
@media screen and (max-width: 1440px) {
.haru-layla-slideshow .title-wrap .slide-title a {
font-size: 110px;
line-height: 95px;
}
}
@media screen and (max-width: 1024px) {
.haru-layla-slideshow .title-wrap .slide-title a {
font-size: 90px;
line-height: 75px;
}
}
@media screen and (max-width: 991px) {
.haru-layla-slideshow .title-wrap .slide-title a {
font-size: 70px;
line-height: 55px;
}
}
@media screen and (max-width: 767px) {
.haru-layla-slideshow .title-wrap .slide-title a {
font-size: 40px;
line-height: 25px;
-webkit-text-stroke: 1px;
-webkit-text-stroke-color: #fff;
}
}
.haru-layla-slideshow .title-wrap .slide-title.active a {
color: #fff;
}
.haru-layla-slideshow .project-counter {
position: absolute;
top: 50%;
left: 0px;
display: block;
font-size: 15px;
-webkit-transform: translateY(-50%) rotate(-90deg);
transform: translateY(-50%) rotate(-90deg);
}
@media screen and (max-width: 991px) {
.haru-layla-slideshow .project-counter {
left: -20px;
}
}
@media screen and (max-width: 767px) {
.haru-layla-slideshow .project-counter {
left: -25px;
font-size: 14px;
}
}
@media screen and (max-width: 767px) {
.haru-layla-slideshow .project-counter {
display: none;
}
}
.haru-layla-slideshow .project-counter .counter {
font-size: 36px;
line-height: 50px;
margin-left: 16px;
}
@media screen and (max-width: 767px) {
.haru-layla-slideshow .project-counter .counter {
font-size: 28px;
}
}
.haru-layla-slideshow .bullet-wrap {
position: absolute;
top: 50%;
right: 30px;
display: block;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 10;
}
@media screen and (max-width: 767px) {
.haru-layla-slideshow .bullet-wrap {
top: auto;
left: 50%;
right: auto;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
bottom: 100px;
}
}
.haru-layla-slideshow .bullet-wrap .slide-bullet {
position: relative;
padding: 3px 0;
}
@media screen and (max-width: 767px) {
.haru-layla-slideshow .bullet-wrap .slide-bullet {
display: inline-block;
padding: 0 8px;
}
}
.haru-layla-slideshow .bullet-wrap .slide-bullet:hover {
cursor: pointer;
}
.haru-layla-slideshow .bullet-wrap .slide-bullet:after {
content: '';
display: inline-block;
width: 8px;
height: 8px;
border-radius: 50%;
background-color: rgba(255, 255, 255, 0.5);
position: relative;
transition: all .3s;
}
@media screen and (max-width: 767px) {
.haru-layla-slideshow .bullet-wrap .slide-bullet:after {
width: 6px;
height: 6px;
}
}
.haru-layla-slideshow .bullet-wrap .slide-bullet:before {
content: '';
display: block;
width: 26px;
height: 26px;
border: 1px solid #fff;
border-radius: 50%;
position: absolute;
top: 4px;
left: -9px;
opacity: 0;
transition: all .3s;
}
@media screen and (max-width: 767px) {
.haru-layla-slideshow .bullet-wrap .slide-bullet:before {
width: 22px;
height: 22px;
top: 4px;
left: 0;
}
}
.haru-layla-slideshow .bullet-wrap .slide-bullet.active:after {
background-color: #fff;
transition: all .3s;
}
.haru-layla-slideshow .bullet-wrap .slide-bullet.active:before {
opacity: 1;
transition: all .3s;
}
.haru-layla-slideshow .view-all-btn {
font-weight: 500;
font-size: 15px;
display: block;
position: absolute;
right: 80px;
bottom: 50px;
line-height: 20px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
color: inherit;
opacity: 1;
border-bottom: 1px solid #fff;
z-index: 10;
transition: all .3s;
}
@media screen and (max-width: 767px) {
.haru-layla-slideshow .view-all-btn {
position: absolute;
right: auto;
left: 80px;
bottom: 50px;
}
}
.haru-layla-slideshow .view-all-btn:after {
content: '\e90f';
font-family: 'phosphor';
position: relative;
bottom: -3px;
padding-left: 5px;
transition: all .3s;
}
.haru-layla-slideshow .view-all-btn:hover {
color: inherit;
opacity: .6;
transition: all .3s;
}
.haru-layla-slideshow .social-wrap {
position: absolute;
bottom: 55px;
left: 80px;
display: flex;
z-index: 10;
}
@media screen and (max-width: 767px) {
.haru-layla-slideshow .social-wrap {
bottom: 20px;
}
}
.haru-layla-slideshow .social-label {
display: inline-flex;
align-items: center;
font-weight: 600;
}
.haru-layla-slideshow .social-label:after {
content: '';
display: inline-block;
height: 1px;
width: 5px;
background-color: #fff;
margin: 0 10px;
}
.haru-layla-slideshow .social-list {
padding: 0;
margin: 0;
list-style: none;
}
.haru-layla-slideshow .social-list__icon {
display: none;
}
.haru-layla-slideshow .social-list li {
display: inline-block;
margin: 0 10px;
}
.haru-layla-slideshow .social-list li:first-child {
margin-left: 0;
}
.haru-layla-slideshow .social-list li:last-child {
margin-right: 0;
}
.haru-layla-slideshow .social-list a {
color: #fff;
display: block;
font-size: 15px;
font-weight: 600;
opacity: 1;
transition: all .3s;
}
.haru-layla-slideshow .social-list a:hover {
opacity: .6;
transition: all .3s;
}
.haru-layla-slideshow--boxed .images-wrap {
width: 100%;
height: 100%;
left: 0;
top: 0;
position: absolute;
}
.haru-layla-slideshow--boxed .images-wrap .slide-img {
max-width: 1170px;
max-height: 660px;
}
@media screen and (max-width: 767px) {
.haru-layla-slideshow--boxed .images-wrap .slide-img {
max-height: 100vh;
}
}
.haru-layla-slideshow--boxed .images-wrap .slide-img img {
width: auto;
height: auto;
}
.haru-text-scroll:not(.flickity-enabled) {
display: flex;
}
.haru-text-scroll .text-scroll-content {
position: relative;
display: block;
overflow: hidden;
}
.haru-text-scroll .text-scroll-item {
display: inline-flex;
align-items: center;
white-space: nowrap;
position: relative;
}
.haru-text-scroll--style-1 .text-scroll-item {
padding: 0 1.25vw;
}
@media screen and (max-width: 767px) {
.haru-text-scroll--style-1 .text-scroll-item {
padding: 0 2.5vw;
}
}
.haru-text-scroll--style-1 .text-scroll-item h6 {
display: flex;
align-items: center;
font-size: 72px;
font-weight: 400;
letter-spacing: .05em;
text-transform: uppercase;
background: linear-gradient(260.31deg, rgba(180, 121, 217, 0.6) 13.42%, #abb8c3 102.43%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
@media not all and (min-resolution: 0.001dpcm) {
@supports (-webkit-appearance: none) {
.haru-text-scroll--style-1 .text-scroll-item h6 {
display: inline-block;
}
}
}
@media screen and (max-width: 1440px) {
.haru-text-scroll--style-1 .text-scroll-item h6 {
font-size: 64px;
}
}
@media screen and (max-width: 1024px) {
.haru-text-scroll--style-1 .text-scroll-item h6 {
font-size: 56px;
}
}
@media screen and (max-width: 991px) {
.haru-text-scroll--style-1 .text-scroll-item h6 {
font-size: 48px;
}
}
@media screen and (max-width: 767px) {
.haru-text-scroll--style-1 .text-scroll-item h6 {
font-size: 32px;
}
}
.haru-text-scroll--style-1 .text-scroll-item h6:after {
content: '*';
display: inline-block;
font-weight: 400;
font-size: 90px;
margin-left: 2.5vw;
line-height: 1;
-webkit-transform: translateY(12px);
transform: translateY(12px);
background: linear-gradient(260.31deg, rgba(180, 121, 217, 0.6) 13.42%, #abb8c3 102.43%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1440px) {
.haru-text-scroll--style-1 .text-scroll-item h6:after {
font-size: 80px;
}
}
@media screen and (max-width: 1024px) {
.haru-text-scroll--style-1 .text-scroll-item h6:after {
font-size: 70px;
}
}
@media screen and (max-width: 991px) {
.haru-text-scroll--style-1 .text-scroll-item h6:after {
font-size: 60px;
}
}
@media screen and (max-width: 767px) {
.haru-text-scroll--style-1 .text-scroll-item h6:after {
font-size: 40px;
margin-left: 5vw;
}
}
.haru-text-scroll--style-2 .text-scroll-item {
padding: 0 .8vw;
}
@media screen and (max-width: 767px) {
.haru-text-scroll--style-2 .text-scroll-item {
padding: 0 1.6vw;
}
}
.haru-text-scroll--style-2 .text-scroll-item h6 {
display: flex;
align-items: center;
color: #b479d9;
font-size: 15px;
letter-spacing: .1em;
text-transform: uppercase;
}
@media screen and (max-width: 767px) {
.haru-text-scroll--style-2 .text-scroll-item h6 {
font-size: 14px;
}
}
.haru-text-scroll--style-2 .text-scroll-item h6 a {
color: #b479d9;
}
.haru-text-scroll--style-2 .text-scroll-item h6:after {
content: '';
display: inline-block;
width: 4px;
height: 4px;
margin-left: 1.6vw;
border-radius: 50%;
background-color: #b479d9;
}
@media screen and (max-width: 767px) {
.haru-text-scroll--style-2 .text-scroll-item h6:after {
margin-left: 3.2vw;
}
}
.haru-text-scroll--style-3 .text-scroll-item {
padding: 0 1.5vw;
}
@media screen and (max-width: 767px) {
.haru-text-scroll--style-3 .text-scroll-item {
padding: 0 3vw;
}
}
.haru-text-scroll--style-3 .text-scroll-item h6 {
display: flex;
align-items: center;
font-size: 132px;
font-weight: 800;
background: linear-gradient(260.31deg, rgba(180, 121, 217, 0.3) 13.42%, rgba(46, 187, 119, 0.3) 102.43%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
@media not all and (min-resolution: 0.001dpcm) {
@supports (-webkit-appearance: none) {
.haru-text-scroll--style-3 .text-scroll-item h6 {
display: inline-block;
}
}
}
@media screen and (max-width: 1440px) {
.haru-text-scroll--style-3 .text-scroll-item h6 {
font-size: 64px;
}
}
@media screen and (max-width: 1024px) {
.haru-text-scroll--style-3 .text-scroll-item h6 {
font-size: 56px;
}
}
@media screen and (max-width: 991px) {
.haru-text-scroll--style-3 .text-scroll-item h6 {
font-size: 48px;
}
}
@media screen and (max-width: 767px) {
.haru-text-scroll--style-3 .text-scroll-item h6 {
font-size: 32px;
}
}
.elementor-editor-active .haru-text-scroll {
display: flex;
}
.dark-mode .haru-text-scroll--style-1,
.background-dark .haru-text-scroll--style-1 {
border-bottom: 1px solid #333;
}
.dark-mode .haru-text-scroll--style-1 .text-scroll-item:before,
.background-dark .haru-text-scroll--style-1 .text-scroll-item:before {
background-color: #fff;
}
.haru-text-list__list {
list-style: none;
list-style-type: none;
padding: 0;
margin: 0;
}
.haru-text-list .text-title {
font-size: 18px;
font-weight: 500;
color: #000;
}
@media screen and (max-width: 1440px) {
.haru-text-list .text-title {
font-size: 17px;
}
}
@media screen and (max-width: 1024px) {
.haru-text-list .text-title {
font-size: 16px;
}
}
@media screen and (max-width: 767px) {
.haru-text-list .text-title {
font-size: 15px;
}
}
.haru-text-list .text-sub-title {
font-size: 15px;
font-weight: 500;
letter-spacing: 1px;
text-transform: uppercase;
padding: 0 5px;
}
@media screen and (max-width: 767px) {
.haru-text-list .text-sub-title {
font-size: 14px;
}
}
.haru-text-list--style-1 .haru-text-list__item {
display: flex;
margin-bottom: 15px;
}
@media screen and (max-width: 1440px) {
.haru-text-list--style-1 .haru-text-list__item {
margin-bottom: 12px;
}
}
.haru-text-list--style-1 .haru-text-list__item:last-child {
margin-bottom: 0;
}
.haru-text-list--style-1 .haru-text-list__item:before {
content: '\e925';
font-family: 'phosphor';
font-weight: 700;
display: inline-block;
border-radius: 50%;
background-color: #e2f5f2;
color: #11b196;
font-size: 16px;
width: 32px;
height: 32px;
line-height: 32px;
min-width: 32px;
text-align: center;
}
@media screen and (max-width: 767px) {
.haru-text-list--style-1 .haru-text-list__item:before {
font-size: 15px;
width: 30px;
height: 30px;
line-height: 30px;
min-width: 30px;
}
}
@media screen and (max-width: 767px) {
.haru-text-list--style-1 .haru-text-list__item:before {
font-size: 14px;
width: 28px;
height: 28px;
line-height: 28px;
min-width: 28px;
}
}
.haru-text-list--style-1 .haru-text-list__item .text-title {
margin-left: 15px;
}
@media screen and (max-width: 767px) {
.haru-text-list--style-1 .haru-text-list__item .text-title {
margin-left: 10px;
}
}
.haru-text-list--style-2 .haru-text-list__list {
text-align: center;
}
.haru-text-list--style-2 .haru-text-list__item {
display: inline-block;
margin: 0 12px;
}
.haru-text-list--style-2 .haru-text-list__item:first-child {
margin-left: 0;
}
.haru-text-list--style-2 .haru-text-list__item:last-child {
margin-right: 0;
}
@media screen and (max-width: 767px) {
.haru-text-list--style-2 .haru-text-list__item {
margin-bottom: 10px;
}
}
.haru-text-list--style-2 .haru-text-list__item:before {
content: '\e925';
font-family: 'phosphor';
font-weight: 700;
display: inline-block;
border-radius: 50%;
background-color: #e2f5f2;
color: #11b196;
font-size: 16px;
width: 32px;
height: 32px;
line-height: 32px;
margin-right: 15px;
text-align: center;
}
.dark-mode .haru-text-list .text-title,
.background-dark .haru-text-list .text-title {
color: #fff;
}
.dark-mode .haru-text-list .text-sub-title,
.background-dark .haru-text-list .text-sub-title {
color: #ababab;
}
.haru-text-label--style-1 {
background-color: #b479d9;
border-radius: 50%;
position: relative;
width: 156px;
height: 156px;
}
@media screen and (max-width: 1440px) {
.haru-text-label--style-1 {
width: 140px;
height: 140px;
}
}
@media screen and (max-width: 1024px) {
.haru-text-label--style-1 {
width: 120px;
height: 120px;
}
}
@media screen and (max-width: 991px) {
.haru-text-label--style-1 {
width: 100px;
height: 100px;
}
}
.haru-text-label--style-1 .haru-text-label__content {
position: absolute;
top: 50%;
left: 50%;
display: inline-block;
color: #fff;
font-weight: 700;
line-height: 1;
text-align: center;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.haru-text-label--style-1 .haru-text-label__title {
font-size: 24px;
padding-bottom: 10px;
}
@media screen and (max-width: 1440px) {
.haru-text-label--style-1 .haru-text-label__title {
font-size: 22px;
}
}
@media screen and (max-width: 1024px) {
.haru-text-label--style-1 .haru-text-label__title {
font-size: 20px;
}
}
@media screen and (max-width: 991px) {
.haru-text-label--style-1 .haru-text-label__title {
font-size: 18px;
}
}
.haru-text-label--style-1 .haru-text-label__sub-title {
font-size: 40px;
}
@media screen and (max-width: 1440px) {
.haru-text-label--style-1 .haru-text-label__sub-title {
font-size: 36px;
}
}
@media screen and (max-width: 1024px) {
.haru-text-label--style-1 .haru-text-label__sub-title {
font-size: 32px;
}
}
@media screen and (max-width: 991px) {
.haru-text-label--style-1 .haru-text-label__sub-title {
font-size: 28px;
}
}
.haru-text-label--style-2 {
background-color: #000;
border-radius: 50%;
position: relative;
width: 132px;
height: 132px;
}
@media screen and (max-width: 1440px) {
.haru-text-label--style-2 {
width: 120px;
height: 120px;
}
}
@media screen and (max-width: 1024px) {
.haru-text-label--style-2 {
width: 110px;
height: 110px;
}
}
@media screen and (max-width: 991px) {
.haru-text-label--style-2 {
width: 100px;
height: 100px;
}
}
.haru-text-label--style-2 .haru-text-label__content {
position: absolute;
top: 50%;
left: 50%;
display: inline-block;
color: #fff;
font-weight: 700;
line-height: 1;
text-align: center;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.haru-text-label--style-2 .haru-text-label__title {
font-size: 24px;
padding-bottom: 10px;
}
@media screen and (max-width: 1440px) {
.haru-text-label--style-2 .haru-text-label__title {
font-size: 22px;
}
}
@media screen and (max-width: 1024px) {
.haru-text-label--style-2 .haru-text-label__title {
font-size: 20px;
}
}
@media screen and (max-width: 991px) {
.haru-text-label--style-2 .haru-text-label__title {
font-size: 18px;
}
}
.haru-text-label--style-2 .haru-text-label__sub-title {
font-size: 32px;
}
@media screen and (max-width: 1440px) {
.haru-text-label--style-2 .haru-text-label__sub-title {
font-size: 28px;
}
}
@media screen and (max-width: 1024px) {
.haru-text-label--style-2 .haru-text-label__sub-title {
font-size: 24x;
}
}
@media screen and (max-width: 991px) {
.haru-text-label--style-2 .haru-text-label__sub-title {
font-size: 22px;
}
}
.haru-text-label--style-3 {
background-color: #4B5C66;
border-radius: 50%;
position: relative;
width: 166px;
height: 166px;
}
@media screen and (max-width: 1440px) {
.haru-text-label--style-3 {
width: 140px;
height: 140px;
}
}
@media screen and (max-width: 1024px) {
.haru-text-label--style-3 {
width: 120px;
height: 120px;
}
}
@media screen and (max-width: 991px) {
.haru-text-label--style-3 {
width: 100px;
height: 100px;
}
}
.haru-text-label--style-3 .haru-text-label__content {
position: absolute;
top: 50%;
left: 50%;
display: inline-block;
color: #000;
font-weight: 700;
line-height: 1;
text-align: center;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.haru-text-label--style-3 .haru-text-label__title {
font-size: 40px;
}
@media screen and (max-width: 1440px) {
.haru-text-label--style-3 .haru-text-label__title {
font-size: 32px;
}
}
@media screen and (max-width: 1024px) {
.haru-text-label--style-3 .haru-text-label__title {
font-size: 28px;
}
}
@media screen and (max-width: 991px) {
.haru-text-label--style-3 .haru-text-label__title {
font-size: 24px;
}
}
.haru-text-label--style-3 .haru-text-label__sub-title {
font-size: 24px;
font-weight: 500;
padding-top: 8px;
}
@media screen and (max-width: 1440px) {
.haru-text-label--style-3 .haru-text-label__sub-title {
font-size: 20px;
}
}
@media screen and (max-width: 1024px) {
.haru-text-label--style-3 .haru-text-label__sub-title {
font-size: 18px;
}
}
@media screen and (max-width: 991px) {
.haru-text-label--style-3 .haru-text-label__sub-title {
font-size: 16px;
}
}
.haru-timeline .timeline-list {
padding: 0;
margin: 0;
list-style: none;
}
.haru-timeline--style-1 .timeline-slider-nav {
position: relative;
margin-bottom: 100px;
}
@media screen and (max-width: 1440px) {
.haru-timeline--style-1 .timeline-slider-nav {
margin-bottom: 90px;
}
}
@media screen and (max-width: 1024px) {
.haru-timeline--style-1 .timeline-slider-nav {
margin-bottom: 80px;
}
}
@media screen and (max-width: 991px) {
.haru-timeline--style-1 .timeline-slider-nav {
margin-bottom: 60px;
}
}
.haru-timeline--style-1 .timeline-slider-nav:before {
content: '';
position: absolute;
position: absolute;
left: 0;
width: 100%;
background-color: #000;
height: 1px;
bottom: 8px;
}
.haru-timeline--style-1 .timeline-thumb {
position: relative;
padding-bottom: 48px;
margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
.haru-timeline--style-1 .timeline-thumb {
padding-bottom: 36px;
}
}
@media screen and (max-width: 991px) {
.haru-timeline--style-1 .timeline-thumb {
padding-bottom: 24px;
}
}
.haru-timeline--style-1 .timeline-thumb:before {
content: '';
position: absolute;
left: 0;
bottom: -8px;
width: 16px;
height: 16px;
background-color: #000;
border-radius: 50%;
}
@media screen and (max-width: 991px) {
.haru-timeline--style-1 .timeline-thumb:before {
width: 12px;
height: 12px;
bottom: -6px;
}
}
.haru-timeline--style-1 .timeline-dot {
font-size: 40px;
color: #000;
}
@media screen and (max-width: 1440px) {
.haru-timeline--style-1 .timeline-dot {
font-size: 36px;
}
}
@media screen and (max-width: 1024px) {
.haru-timeline--style-1 .timeline-dot {
font-size: 32px;
}
}
@media screen and (max-width: 991px) {
.haru-timeline--style-1 .timeline-dot {
font-size: 28px;
}
}
@media screen and (max-width: 767px) {
.haru-timeline--style-1 .timeline-dot {
font-size: 24px;
}
}
.haru-timeline--style-1 .timeline-slider-for {
margin: 0 -25px;
}
@media screen and (max-width: 1440px) {
.haru-timeline--style-1 .timeline-slider-for {
margin: 0 -20px;
}
}
@media screen and (max-width: 1024px) {
.haru-timeline--style-1 .timeline-slider-for {
margin: 0 -15px;
}
}
.haru-timeline--style-1 .timeline-item {
padding: 0 25px;
}
@media screen and (max-width: 1440px) {
.haru-timeline--style-1 .timeline-item {
padding: 0 20px;
}
}
@media screen and (max-width: 1024px) {
.haru-timeline--style-1 .timeline-item {
padding: 0 15px;
}
}
.haru-timeline--style-1 .timeline-item:hover .timeline-item__image:before {
opacity: 1;
visibility: visible;
transition: all .3s;
}
.haru-timeline--style-1 .timeline-item:hover .timeline-item__image img {
-webkit-transform: scale(1.05);
transform: scale(1.05);
transition: all .5s;
}
.haru-timeline--style-1 .timeline-item__image {
position: relative;
overflow: hidden;
}
.haru-timeline--style-1 .timeline-item__image:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.6);
opacity: 0;
visibility: hidden;
z-index: 1;
transition: all .3s;
}
.haru-timeline--style-1 .timeline-item__image img {
width: 100%;
-webkit-transform: scale(1);
transform: scale(1);
transition: all .5s;
}
.haru-timeline--style-1 .timeline-item__title {
font-size: 24px;
padding-top: 15px;
}
@media screen and (max-width: 1440px) {
.haru-timeline--style-1 .timeline-item__title {
font-size: 22px;
}
}
@media screen and (max-width: 1024px) {
.haru-timeline--style-1 .timeline-item__title {
font-size: 20px;
}
}
.haru-timeline--style-1 .timeline-item__description {
padding-top: 10px;
}
.haru-timeline--style-1 .timeline-item__video-title {
padding-top: 3px;
text-transform: uppercase;
}
@media screen and (max-width: 991px) {
.haru-timeline--style-1 .timeline-item__video-title {
font-size: 14px;
}
}
.haru-timeline--style-1 .timeline-item__award {
display: flex;
flex-wrap: wrap;
padding-top: 30px;
}
.haru-timeline--style-1 .timeline-item__award-image {
flex: 0 0 33.333333%;
}
.haru-timeline--style-1 .slick-prev {
left: 25px;
}
@media screen and (max-width: 1440px) {
.haru-timeline--style-1 .slick-prev {
left: 20px;
}
}
@media screen and (max-width: 1024px) {
.haru-timeline--style-1 .slick-prev {
left: 15px;
}
}
.haru-timeline--style-1 .slick-next {
right: 25px;
}
@media screen and (max-width: 1440px) {
.haru-timeline--style-1 .slick-next {
right: 20px;
}
}
@media screen and (max-width: 1024px) {
.haru-timeline--style-1 .slick-next {
right: 15px;
}
}
.haru-timeline--style-2 .timeline-item {
display: flex;
border-top: 1px solid #ccc;
padding: 20px 0 25px;
}
@media screen and (max-width: 767px) {
.haru-timeline--style-2 .timeline-item {
display: block;
}
}
.haru-timeline--style-2 .timeline-item:last-child {
border-bottom: 1px solid #ccc;
}
.haru-timeline--style-2 .timeline-item__year {
flex: 0 0 120px;
font-size: 24px;
color: #000;
}
@media screen and (max-width: 1440px) {
.haru-timeline--style-2 .timeline-item__year {
font-size: 22px;
flex: 0 0 110px;
}
}
@media screen and (max-width: 1024px) {
.haru-timeline--style-2 .timeline-item__year {
font-size: 20px;
flex: 0 0 100px;
}
}
@media screen and (max-width: 991px) {
.haru-timeline--style-2 .timeline-item__year {
font-size: 18px;
flex: 0 0 90px;
}
}
@media screen and (max-width: 767px) {
.haru-timeline--style-2 .timeline-item__year {
font-size: 20px;
margin-bottom: 10px;
}
}
.haru-timeline--style-2 .timeline-item__content {
flex: 1;
}
.haru-timeline--style-2 .timeline-item__meta {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.haru-timeline--style-2 .timeline-item__winner {
font-size: 24px;
font-weight: 600;
margin-top: 0;
margin-bottom: 5px;
}
@media screen and (max-width: 1440px) {
.haru-timeline--style-2 .timeline-item__winner {
font-size: 22px;
}
}
@media screen and (max-width: 1024px) {
.haru-timeline--style-2 .timeline-item__winner {
font-size: 20px;
}
}
@media screen and (max-width: 991px) {
.haru-timeline--style-2 .timeline-item__winner {
font-size: 18px;
}
}
@media screen and (max-width: 767px) {
.haru-timeline--style-2 .timeline-item__winner {
margin-bottom: 10px;
}
}
.haru-timeline--style-2 .timeline-item__video {
margin-right: 5px;
margin-bottom: -1px;
}
.haru-timeline--style-2 .timeline-item__video-title {
margin: 0;
font-weight: 500;
text-transform: uppercase;
}
@media screen and (max-width: 767px) {
.haru-timeline--style-2 .timeline-item__video-title {
font-size: 14px;
}
}
.haru-timeline--style-2 .timeline-item__url {
margin-left: auto;
padding-top: 10px;
flex: 0 0 100px;
}
.haru-timeline--style-2 .timeline-item__url a {
font-size: 18px;
font-weight: 600;
color: #000;
display: flex;
justify-content: flex-end;
align-items: center;
transition: all .3s;
}
@media screen and (max-width: 1440px) {
.haru-timeline--style-2 .timeline-item__url a {
font-size: 17px;
}
}
@media screen and (max-width: 1024px) {
.haru-timeline--style-2 .timeline-item__url a {
font-size: 16px;
}
}
@media screen and (max-width: 991px) {
.haru-timeline--style-2 .timeline-item__url a {
font-size: 15px;
}
}
@media screen and (max-width: 767px) {
.haru-timeline--style-2 .timeline-item__url a {
justify-content: flex-start;
}
}
.haru-timeline--style-2 .timeline-item__url a:hover {
color: #4B5C66;
transition: all .3s;
}
.haru-timeline--style-2 .timeline-item__url i {
font-size: 24px;
margin-left: 6px;
margin-bottom: -5px;
}
@media screen and (max-width: 1440px) {
.haru-timeline--style-2 .timeline-item__url i {
font-size: 22px;
}
}
@media screen and (max-width: 1024px) {
.haru-timeline--style-2 .timeline-item__url i {
font-size: 20px;
}
}
@media screen and (max-width: 991px) {
.haru-timeline--style-2 .timeline-item__url i {
font-size: 18px;
}
}
@media screen and (max-width: 767px) {
.haru-timeline--style-2 .timeline-item__url i {
margin-left: 0;
}
}
.haru-timeline--style-3 .timeline-item {
display: flex;
border-top: 1px solid #ccc;
padding: 20px 0 25px;
}
@media screen and (max-width: 767px) {
.haru-timeline--style-3 .timeline-item {
display: block;
}
}
.haru-timeline--style-3 .timeline-item__year {
flex: 0 0 120px;
font-size: 24px;
color: #000;
}
@media screen and (max-width: 1440px) {
.haru-timeline--style-3 .timeline-item__year {
font-size: 22px;
flex: 0 0 110px;
}
}
@media screen and (max-width: 1024px) {
.haru-timeline--style-3 .timeline-item__year {
font-size: 20px;
flex: 0 0 100px;
}
}
@media screen and (max-width: 991px) {
.haru-timeline--style-3 .timeline-item__year {
font-size: 18px;
flex: 0 0 90px;
}
}
@media screen and (max-width: 767px) {
.haru-timeline--style-3 .timeline-item__year {
font-size: 20px;
margin-bottom: 10px;
}
}
.haru-timeline--style-3 .timeline-item__content {
flex: 1;
display: flex;
align-items: center;
}
@media screen and (max-width: 767px) {
.haru-timeline--style-3 .timeline-item__content {
display: block;
}
}
.haru-timeline--style-3 .timeline-item__meta {
display: flex;
align-items: center;
flex-wrap: wrap;
margin-left: auto;
padding-top: 8px;
justify-content: flex-end;
}
@media screen and (max-width: 767px) {
.haru-timeline--style-3 .timeline-item__meta {
justify-content: flex-start;
}
}
.haru-timeline--style-3 .timeline-item__winner {
font-size: 24px;
font-weight: 600;
margin: 0;
}
@media screen and (max-width: 1440px) {
.haru-timeline--style-3 .timeline-item__winner {
font-size: 22px;
}
}
@media screen and (max-width: 1024px) {
.haru-timeline--style-3 .timeline-item__winner {
font-size: 20px;
}
}
@media screen and (max-width: 991px) {
.haru-timeline--style-3 .timeline-item__winner {
font-size: 18px;
}
}
.haru-timeline--style-3 .timeline-item__video {
margin-right: 5px;
margin-bottom: -1px;
}
.haru-timeline--style-3 .timeline-item__video-title {
margin: 0;
font-weight: 500;
text-transform: uppercase;
}
@media screen and (max-width: 767px) {
.haru-timeline--style-3 .timeline-item__video-title {
font-size: 14px;
}
}
.haru-timeline--style-3 .timeline-item__url {
margin-left: 100px;
padding-top: 10px;
flex: 0 0 100px;
}
@media screen and (max-width: 1440px) {
.haru-timeline--style-3 .timeline-item__url {
margin-left: 80px;
}
}
@media screen and (max-width: 1024px) {
.haru-timeline--style-3 .timeline-item__url {
margin-left: 60px;
}
}
@media screen and (max-width: 991px) {
.haru-timeline--style-3 .timeline-item__url {
margin-left: 40px;
}
}
@media screen and (max-width: 767px) {
.haru-timeline--style-3 .timeline-item__url {
margin-left: 0;
}
}
.haru-timeline--style-3 .timeline-item__url a {
font-size: 16px;
font-weight: 600;
color: #000;
display: flex;
justify-content: flex-end;
align-items: center;
transition: all .3s;
}
@media screen and (max-width: 1440px) {
.haru-timeline--style-3 .timeline-item__url a {
font-size: 15px;
}
}
@media screen and (max-width: 767px) {
.haru-timeline--style-3 .timeline-item__url a {
justify-content: flex-start;
}
}
.haru-timeline--style-3 .timeline-item__url a:hover {
color: #4B5C66;
transition: all .3s;
}
.haru-timeline--style-3 .timeline-item__url i {
font-size: 16px;
margin-left: 5px;
margin-bottom: -2px;
}
@media screen and (max-width: 1440px) {
.haru-timeline--style-3 .timeline-item__url i {
font-size: 15px;
}
}
.dark-mode .haru-timeline--style-1 .timeline-slider-nav:before,
.background-dark .haru-timeline--style-1 .timeline-slider-nav:before {
background-color: #fff;
}
.dark-mode .haru-timeline--style-1 .timeline-thumb:before,
.background-dark .haru-timeline--style-1 .timeline-thumb:before {
background-color: #fff;
}
.dark-mode .haru-timeline--style-1 .timeline-dot,
.background-dark .haru-timeline--style-1 .timeline-dot {
color: #fff;
}
.dark-mode .haru-timeline--style-1 .timeline-item__award-image img,
.background-dark .haru-timeline--style-1 .timeline-item__award-image img {
-webkit-filter: brightness(0) invert(1);
filter: brightness(0) invert(1);
}
.dark-mode .haru-timeline--style-2 .timeline-item,
.background-dark .haru-timeline--style-2 .timeline-item {
border-top: 1px solid #333;
}
.dark-mode .haru-timeline--style-2 .timeline-item:last-child,
.background-dark .haru-timeline--style-2 .timeline-item:last-child {
border-bottom: 1px solid #333;
}
.dark-mode .haru-timeline--style-2 .timeline-item__year,
.background-dark .haru-timeline--style-2 .timeline-item__year {
color: #fff;
}
.dark-mode .haru-timeline--style-2 .timeline-item__festival,
.background-dark .haru-timeline--style-2 .timeline-item__festival {
color: #696969;
}
.dark-mode .haru-timeline--style-2 .timeline-item__url a,
.background-dark .haru-timeline--style-2 .timeline-item__url a {
color: #fff;
}
.dark-mode .haru-timeline--style-2 .timeline-item__url a:hover,
.background-dark .haru-timeline--style-2 .timeline-item__url a:hover {
color: #4B5C66;
}
.dark-mode .haru-timeline--style-3 .timeline-item,
.background-dark .haru-timeline--style-3 .timeline-item {
border-top: 1px solid #333;
}
.dark-mode .haru-timeline--style-3 .timeline-item__year,
.background-dark .haru-timeline--style-3 .timeline-item__year {
color: #fff;
}
.dark-mode .haru-timeline--style-3 .timeline-item__festival,
.background-dark .haru-timeline--style-3 .timeline-item__festival {
color: #696969;
}
.dark-mode .haru-timeline--style-3 .timeline-item__url,
.background-dark .haru-timeline--style-3 .timeline-item__url {
margin-left: 100px;
padding-top: 10px;
flex: 0 0 100px;
}
.dark-mode .haru-timeline--style-3 .timeline-item__url a,
.background-dark .haru-timeline--style-3 .timeline-item__url a {
color: #fff;
}
.dark-mode .haru-timeline--style-3 .timeline-item__url a:hover,
.background-dark .haru-timeline--style-3 .timeline-item__url a:hover {
color: #4B5C66;
}
.e-con.header-padding-2, .e-con.section-padding-2,
.e-container--row.header-padding-2,
.e-container--row.section-padding-2 {
padding-left: 2%;
padding-right: 2%;
}
@media screen and (max-width: 1520px) {
.e-con.header-padding-2, .e-con.section-padding-2,
.e-container--row.header-padding-2,
.e-container--row.section-padding-2 {
padding-left: 15px;
padding-right: 15px;
}
}
.flex--1 {
flex: 1 !important;
}
.container-gap-75 > * + * {
margin-left: 75px !important;
}
@media screen and (max-width: 1440px) {
.container-gap-75 > * + * {
margin-left: 45px !important;
}
}
@media screen and (max-width: 1024px) {
.container-gap-75 > * + * {
margin-left: 30px !important;
}
}
@media screen and (max-width: 991px) {
.container-gap-75 > * + * {
margin-left: 20px !important;
}
}
@media screen and (max-width: 767px) {
.container-gap-75 > * + * {
margin-left: 0 !important;
}
}
@media screen and (max-width: 991px) {
.container-gap-75.section-pricing-4 > * + * {
margin-left: 0 !important;
}
}
@media screen and (max-width: 767px) {
.container-gap-75.section-pricing-4 > * + * {
margin-bottom: 0 !important;
}
}
@media screen and (max-width: 767px) {
.container-gap-75 > * {
margin-bottom: 20px !important;
}
}
.section-overflow-hidden {
overflow: hidden !important;
}
.el-inline-block {
display: inline-block;
width: auto !important;
}
.btn-inline-block {
display: inline-block;
width: auto !important;
}
.btn-inline-block div {
display: inline-block;
}
.section-bg-gradient-orange {
background: linear-gradient(101.31deg, #ff869f 2.11%, #fa988a 34.14%, #f19a73 68.81%, #ffd0b1 105.05%);
}
.section-bg-gradient-orange-2 {
background: linear-gradient(101.31deg, #ff869f 2.11%, #ffa292 34.14%, #ffb28f 65.38%, #ffbb8f 105.05%);
}
.section-bg-gradient-purple {
background: linear-gradient(101.89deg, #828FF1 -38.66%, #CC91D7 2.29%, #978CF5 55.14%, #88D9F7 104.09%);
}
.section-bg-gradient-gray {
background: linear-gradient(269.88deg, #D4E3EE 6.75%, #FFF1F8 95.85%);
}
.section-bg-gradient-brown {
background: linear-gradient(269.88deg, #E4F4FF 6.75%, #FFF1F8 95.85%);
}
.section-bg-gradient-pet {
background: linear-gradient(90.07deg, #EAC645 -2.77%, #F2A173 17.57%, #97DEC0 49.15%, #6C87E6 59.32%, #CE4EEE 78.05%, #EF5B2C 100%);
}
.section-bg-gray {
background-color: #f5f5f5;
}
.section-bg-gray--border {
border-top: 1px solid #f8f8f8;
}
.section-bg-gray-2 {
background-color: #f6fafc;
}
.section-bg-gray-3 {
background-color: #f8f8f8;
}
.section-bg-gray-4 {
background-color: #f6f9fe;
}
.section-bg-gray-5 {
background-color: #979797;
}
.section-bg-primary {
background-color: #4B5C66;
}
.section-bg-secondary-light {
background-color: rgba(180, 121, 217, 0.15);
}
.section-bg-secondary {
background-color: #b479d9;
}
.section-bg-secondary-light-2 {
background-color: #caa1e4;
}
.section-bg-secondary-dark {
background-color: #9e51ce;
}
.section-bg-green-light {
background-color: #64cb9a;
}
.section-bg-green-light-2 {
background-color: #e5f4ed;
}
.section-bg-dark {
background-color: #000;
}
.section-bg-dark-2 {
background-color: #1d1d1d;
}
.section-bg-decor-1 .elementor-widget-image img {
width: 100%;
}
.section-rounded {
border-radius: 12px !important;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.section-rounded {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
}
}
.section-rounded-20 {
border-radius: 20px !important;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.section-rounded-20 {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
}
}
.section-rounded-30 {
border-radius: 30px !important;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.section-rounded-30 {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
}
}
.section-rounded-extra-large {
border-radius: 40px !important;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.section-rounded-extra-large {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
}
}
.section-shadow {
background: #fff;
box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
border-radius: 12px;
transition: all .3s;
}
.section-shadow-2 {
background: #fff;
box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.06);
padding-left: 15px !important;
padding-right: 15px !important;
transition: all .3s;
}
.haru-header--sticky-on .section-shadow-2 {
box-shadow: none;
padding-left: 0 !important;
padding-right: 0 !important;
transition: all .3s;
}
@media screen and (max-width: 1440px) {
.haru-header--sticky-on .section-shadow-2 {
padding-left: 15px !important;
padding-right: 15px !important;
}
}
.section-bg-rounded-2 {
border-radius: 10px !important;
}
@media screen and (max-width: 1410px) {
.section-bg-rounded-2 {
border-radius: 0 !important;
}
}
.section-bd-bottom {
border-bottom: 1px solid #eee;
}
.section-absolute-center {
position: absolute !important;
top: 50%;
left: 50%;
width: 100%;
height: 100%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.button-image a {
border-radius: 12px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.07) !important;
-webkit-transform: translateY(0);
transform: translateY(0);
transition: all .3s;
}
.button-image a:hover {
box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08) !important;
transition: all .3s;
}
.dark-mode .section-bg-gray {
background-color: #000;
}
.dark-mode .section-bg-gray--border {
border-top: 1px solid #323f4b;
}
.dark-mode .section-bd-bottom .elementor-container:after {
background-color: #323f4b;
}
.dark-mode .elementor-editor-active .section-grain-gray {
background-color: #000;
}
.line-height-12 {
line-height: 1.2;
}
.line-height-13 {
line-height: 1.3;
}
.line-height-14 {
line-height: 1.4;
}
.line-height-15 {
line-height: 1.5;
}
.e-con.menu-vertical-scroll {
max-height: calc(100vh - 150px);
overflow: auto;
}
.e-con.menu-vertical-scroll {
scrollbar-face-color: #d9d9d9;
scrollbar-track-color: transparent;
}
.e-con.menu-vertical-scroll::-webkit-scrollbar {
width: 6px;
height: 6px;
}
.e-con.menu-vertical-scroll::-webkit-scrollbar-thumb {
background: #d9d9d9;
border-radius: 5px;
}
.e-con.menu-vertical-scroll::-webkit-scrollbar-track {
background: transparent;
border-radius: 5px;
}
.e-con.menu-sidebar-scroll {
max-height: calc(100vh - 100px);
overflow: auto;
mask-image: linear-gradient(to top, transparent, black), linear-gradient(to left, transparent 17px, black 17px);
-webkit-mask-image: linear-gradient(to top, transparent, black), linear-gradient(to left, transparent 17px, black 17px);
mask-size: 100% 20000px;
-webkit-mask-size: 100% 20000px;
mask-position: left bottom;
-webkit-mask-position: left bottom;
transition: mask-position .3s, -webkit-mask-position .3s;
}
.e-con.menu-sidebar-scroll {
scrollbar-face-color: #d9d9d9;
scrollbar-track-color: transparent;
}
.e-con.menu-sidebar-scroll::-webkit-scrollbar {
width: 4px;
height: 4px;
}
.e-con.menu-sidebar-scroll::-webkit-scrollbar-thumb {
background: #d9d9d9;
border-radius: 3px;
}
.e-con.menu-sidebar-scroll::-webkit-scrollbar-track {
background: transparent;
border-radius: 3px;
}
.e-con.menu-sidebar-scroll:hover {
-webkit-mask-position: left top;
}
.e-mw-180,
.e-mw-180 .haru-button {
min-width: 180px;
}
@media screen and (max-width: 1440px) {
.e-mw-180,
.e-mw-180 .haru-button {
min-width: 156px;
}
}
.top-banner-2 .elementor-widget-container {
margin: -5% -5% 0 -5%;
}
@media screen and (max-width: 1440px) {
.top-banner-2 .elementor-widget-container {
margin: -5% 0 -5% -5%;
}
}
@media screen and (max-width: 1024px) {
.top-banner-2 .elementor-widget-container {
margin: 15% 0 -5% -5%;
}
}
@media screen and (max-width: 767px) {
.top-banner-2 .elementor-widget-container {
margin: 5% 0 -5% 0;
}
}
.e-con.icon-box-list-2,
.e-container.icon-box-list-2 {
margin-top: -28vh;
}
@media screen and (max-width: 991px) {
.e-con.icon-box-list-2,
.e-container.icon-box-list-2 {
margin-top: 0;
}
}
.e-con.banner-3-app,
.e-container.banner-3-app {
padding: 6% 8% 28% 8%;
height: 100%;
}
@media screen and (max-width: 767px) {
.e-con.banner-3-app,
.e-container.banner-3-app {
padding: 6% 8% 20% 8%;
}
}
.e-con.banner-5-content,
.e-container.banner-5-content {
padding: 35px 45px 50px 45px;
max-width: 425px;
}
@media screen and (max-width: 1440px) {
.e-con.banner-5-content,
.e-container.banner-5-content {
padding: 30px 40px 45px 40px;
max-width: 400px;
}
}
@media screen and (max-width: 1024px) {
.e-con.banner-5-content,
.e-container.banner-5-content {
padding: 25px 35px 40px 35px;
max-width: 380px;
}
}
@media screen and (max-width: 991px) {
.e-con.banner-5-content,
.e-container.banner-5-content {
padding: 20px 30px 35px 30px;
max-width: 360px;
}
}
@media screen and (max-width: 767px) {
.e-con.banner-5-content,
.e-container.banner-5-content {
padding: 15px 25px 30px 25px;
max-width: calc(100vw - 6%);
}
}
.banner-top-6:after {
content: '';
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 11.99%);
opacity: .4;
}
.e-con.banner-7-print,
.e-container.banner-7-print {
height: 100%;
}
.e-con.banner-9-print,
.e-container.banner-9-print {
height: 100%;
}
.e-con.col-equal-height,
.e-container.col-equal-height {
height: 100%;
}
.line-height-16 {
line-height: 1.6;
}
.e-con .elementor-widget-image.landing-top-banner {
max-width: none !important;
margin-right: -35%;
margin-top: -18%;
margin-bottom: -25% !important;
}
@media screen and (max-width: 991px) {
.e-con .elementor-widget-image.landing-top-banner {
margin-right: 0;
margin-top: 0;
}
}
.e-con .elementor-widget-image.landing-elementor-banner {
max-width: none !important;
margin-right: -10%;
}
@media screen and (max-width: 1440px) {
.e-con .elementor-widget-image.landing-elementor-banner {
margin-right: 0;
}
}
.e-con .elementor-widget-image.landing-woo-banner {
max-width: none !important;
margin-left: -15%;
}
@media screen and (max-width: 1440px) {
.e-con .elementor-widget-image.landing-woo-banner {
margin-left: -5%;
}
}
@media screen and (max-width: 991px) {
.e-con .elementor-widget-image.landing-woo-banner {
margin-left: 0;
}
}
.e-con .elementor-widget-image.landing-design-banner {
max-width: none !important;
margin-right: -10%;
}
@media screen and (max-width: 1440px) {
.e-con .elementor-widget-image.landing-design-banner {
margin-right: 0;
}
}
.e-con .elementor-widget-image.landing-page-banner {
max-width: none !important;
margin-right: -35%;
margin-left: -25%;
margin-bottom: -28% !important;
}
.e-con .elementor-widget-image.landing-blog-banner {
max-width: none !important;
margin-right: -20%;
margin-bottom: -5% !important;
}
.e-con .elementor-widget-image.landing-footer-banner {
max-width: none !important;
margin-right: -35%;
margin-left: -5%;
margin-top: -35%;
margin-bottom: -40% !important;
}
@media screen and (max-width: 991px) {
.e-con .elementor-widget-image.landing-footer-banner {
margin-right: -5%;
margin-left: -5%;
margin-top: -10%;
}
}
.e-con .elementor-widget-image.top-banner-91 {
max-width: none !important;
margin-left: -50%;
}
@media screen and (max-width: 1648px) {
.e-con .elementor-widget-image.top-banner-91 {
margin-left: -30%;
}
}
@media screen and (max-width: 1440px) {
.e-con .elementor-widget-image.top-banner-91 {
margin-left: -10%;
}
}
@media screen and (max-width: 991px) {
.e-con .elementor-widget-image.top-banner-91 {
margin-left: 0;
}
}
.e-con .elementor-widget-image.top-banner-92 {
max-width: none !important;
margin-right: -50%;
}
@media screen and (max-width: 1648px) {
.e-con .elementor-widget-image.top-banner-92 {
margin-right: -20%;
}
}
@media screen and (max-width: 1440px) {
.e-con .elementor-widget-image.top-banner-92 {
margin-right: 0%;
}
}
.e-con.service-list-9,
.e-container.service-list-9 {
margin-top: -28vh;
}
@media screen and (max-width: 991px) {
.e-con.service-list-9,
.e-container.service-list-9 {
margin-top: 0;
}
}
.e-con.header-10-right,
.e-container.header-10-right {
--width: calc(40% - 120px);
}
@media screen and (max-width: 1440px) {
.e-con.header-10-right,
.e-container.header-10-right {
--width: calc(40% - 110px);
}
}
@media screen and (max-width: 1024px) {
.e-con.header-10-right,
.e-container.header-10-right {
--width: calc(40% - 100px);
}
}
@media screen and (max-width: 767px) {
.e-con.header-10-right,
.e-container.header-10-right {
--width: calc(60% - 70px);
}
}
.elementor-element.banner-11-left {
max-width: none !important;
margin-left: -35%;
margin-bottom: calc(-30px - 7%) !important;
margin-top: -20%;
}
@media screen and (max-width: 767px) {
.elementor-element.banner-11-left {
margin-left: 0;
margin-bottom: 0 !important;
margin-top: 0;
}
}
.elementor-element.banner-11-right {
max-width: none !important;
margin-right: -25%;
margin-bottom: calc(-30px - 7%) !important;
margin-top: -15%;
}
@media screen and (max-width: 767px) {
.elementor-element.banner-11-right {
margin-right: 0;
margin-bottom: calc(-30px - 0) !important;
margin-top: 0;
}
}
.elementor-element.banner-12-right {
max-width: none !important;
margin-left: -15%;
}  input[type='submit'].dokan-btn-theme,
a.dokan-btn-theme,
.dokan-btn-theme {
font-weight: 600;
padding: 0 36px;
border-radius: 12px;
background-color: #4B5C66 !important;
border-color: #4B5C66 !important;
border: none;
}
input[type='submit'].dokan-btn-theme:hover,
a.dokan-btn-theme:hover,
.dokan-btn-theme:hover {
background-color: #000 !important;
border-color: #000 !important;
}
@media screen and (max-width: 1440px) {
input[type='submit'].dokan-btn-theme,
a.dokan-btn-theme,
.dokan-btn-theme {
padding: 0 30px;
}
}
#haru-content-main #dokan-store-listing-filter-wrap {
padding: 0;
box-shadow: none;
margin-bottom: 30px;
}
#haru-content-main #dokan-store-listing-filter-wrap .dokan-btn {
font-weight: 600;
padding: 0 36px;
border-radius: 12px;
}
@media screen and (max-width: 1440px) {
#haru-content-main #dokan-store-listing-filter-wrap .dokan-btn {
padding: 0 30px;
}
}
#haru-content-main #dokan-store-listing-filter-wrap .left {
display: flex !important;
align-items: center;
}
#haru-content-main #dokan-store-listing-filter-wrap .left .item {
margin-right: 14px;
}
#haru-content-main #dokan-store-listing-filter-wrap .left .dokan-store-list-filter-button {
display: inline-flex;
align-items: center;
}
#haru-content-main #dokan-store-listing-filter-wrap .left .dokan-store-list-filter-button:before {
content: '\e931';
font-family: 'phosphor';
font-size: 24px;
font-weight: 500;
margin-right: 12px;
}
#haru-content-main #dokan-store-listing-filter-wrap .left .store-count {
color: #000;
margin-right: 0;
}
#haru-content-main #dokan-store-listing-filter-wrap .right .item.sort-by {
color: #000;
}
@media screen and (max-width: 767px) {
#haru-content-main #dokan-store-listing-filter-wrap .right .item.sort-by {
display: flex;
align-items: center;
width: 100%;
}
}
#haru-content-main #dokan-store-listing-filter-wrap .right .item #stores_orderby {
position: relative;
background-color: #f5f5f5;
border: 1px solid #f5f5f5;
border-radius: 12px;
background-position: right 8px top 50%;
cursor: pointer;
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==);
background-size: auto 18px;
background-repeat: no-repeat;
max-width: 100%;
padding-right: 30px;
margin-left: 5px;
}
@media screen and (max-width: 767px) {
#haru-content-main #dokan-store-listing-filter-wrap .right .item #stores_orderby {
flex: 1;
}
}
#haru-content-main #dokan-store-listing-filter-wrap .right .toggle-view .active {
color: #000;
}
#haru-content-main #dokan-store-listing-filter-wrap .right .toggle-view .dashicons {
font-family: 'phosphor';
font-size: 32px;
}
#haru-content-main #dokan-store-listing-filter-wrap .right .toggle-view .dashicons:first-child {
padding-right: 3px;
}
#haru-content-main #dokan-store-listing-filter-wrap .right .toggle-view .dashicons:last-child {
padding-left: 3px;
}
#haru-content-main #dokan-store-listing-filter-wrap .right .toggle-view .dashicons-screenoptions:before {
content: '\e91e';
}
#haru-content-main #dokan-store-listing-filter-wrap .right .toggle-view .dashicons-menu-alt:before {
content: '\e927';
}
#haru-content-main #dokan-store-listing-filter-form-wrap {
display: flex;
align-items: center;
flex-wrap: wrap;
padding: 20px;
}
@media screen and (max-width: 767px) {
#haru-content-main #dokan-store-listing-filter-form-wrap {
padding: 15px;
}
}
#haru-content-main #dokan-store-listing-filter-form-wrap .dokan-btn {
font-weight: 600;
padding: 0 36px;
border-radius: 12px !important;
}
@media screen and (max-width: 1440px) {
#haru-content-main #dokan-store-listing-filter-form-wrap .dokan-btn {
padding: 0 30px;
}
}
#haru-content-main #dokan-store-listing-filter-form-wrap .store-search {
flex: 1;
}
#haru-content-main #dokan-store-listing-filter-form-wrap .store-search .store-search-input {
border: 1px solid #f5f5f5;
border-radius: 12px;
}
#haru-content-main #dokan-store-listing-filter-form-wrap .apply-filter {
margin-top: 0;
margin-left: 15px;
}
@media screen and (max-width: 430px) {
#haru-content-main #dokan-store-listing-filter-form-wrap .apply-filter {
flex: 0 0 100%;
margin-left: 0;
margin-top: 10px;
justify-content: space-between;
}
}
@media screen and (max-width: 430px) {
#haru-content-main #dokan-store-listing-filter-form-wrap .apply-filter #cancel-filter-btn,
#haru-content-main #dokan-store-listing-filter-form-wrap .apply-filter #apply-filter-btn {
width: calc(50% - 5px);
margin: 0;
}
}
#haru-content-main #dokan-seller-listing-wrap {
margin-bottom: 80px;
}
@media screen and (max-width: 1440px) {
#haru-content-main #dokan-seller-listing-wrap {
margin-bottom: 70px;
}
}
@media screen and (max-width: 1024px) {
#haru-content-main #dokan-seller-listing-wrap {
margin-bottom: 60px;
}
}
@media screen and (max-width: 991px) {
#haru-content-main #dokan-seller-listing-wrap {
margin-bottom: 50px;
}
}
@media screen and (max-width: 767px) {
#haru-content-main #dokan-seller-listing-wrap {
margin-bottom: 40px;
}
}
#haru-content-main #dokan-seller-listing-wrap .store_open_is_on {
margin-top: 0;
padding-right: 60px;
}
#haru-content-main #dokan-seller-listing-wrap .store-header {
position: relative;
}
#haru-content-main #dokan-seller-listing-wrap .store-header .featured-favourite {
position: absolute;
top: 15px;
left: 15px;
z-index: 10;
display: none;
}
#haru-content-main #dokan-seller-listing-wrap .store-header .featured-favourite .featured-label {
font-size: 10px;
font-weight: 600;
border-radius: 3px;
text-transform: uppercase;
width: max-content;
width: -moz-max-content;
width: -webkit-max-content;
padding: 2px 10px;
background: #2d54a3;
color: #fff;
}
#haru-content-main #dokan-seller-listing-wrap .store-content .seller-avatar {
display: none;
}
#haru-content-main #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-wrapper {
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
border-radius: 12px;
overflow: hidden;
}
#haru-content-main #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .seller-avatar {
top: -40px;
box-shadow: none;
border: 1px solid #eee;
}
#haru-content-main #dokan-seller-listing-wrap ul.dokan-seller-wrap .dokan-single-seller .store-wrapper .store-data .dokan-seller-rating i.dashicons {
font-size: 14px;
}
#haru-content-main #dokan-seller-listing-wrap .dokan-store-is-open-close-status {
font-size: 12px;
box-shadow: none;
}
#haru-content-main #dokan-seller-listing-wrap.grid-view .store-content .store-data-container .store-data h2 {
margin-top: 0;
margin-bottom: 6px;
display: inline-block;
}
#haru-content-main #dokan-seller-listing-wrap.grid-view .store-content .store-data-container .store-data h2 a {
color: #fff;
font-size: 20px;
transition: all .3s;
}
#haru-content-main #dokan-seller-listing-wrap.grid-view .store-content .store-data-container .store-data h2 a:hover {
color: rgba(255, 255, 255, 0.8);
transition: all .3s;
}
#haru-content-main #dokan-seller-listing-wrap.grid-view .store-content .store-data-container .store-data .featured-favourite {
display: inline-block;
margin-left: 5px;
top: -4px;
}
#haru-content-main #dokan-seller-listing-wrap.grid-view .store-content .store-data-container .store-data .featured-favourite .featured-label {
font-size: 10px;
font-weight: 600;
border-radius: 3px;
text-transform: uppercase;
width: max-content;
width: -moz-max-content;
width: -webkit-max-content;
padding: 2px 10px;
background: #2d54a3;
color: #fff;
}
#haru-content-main #dokan-seller-listing-wrap.grid-view .store-content .store-data-container .store-data .store-address {
font-size: 14px;
color: rgba(255, 255, 255, 0.8);
}
#haru-content-main #dokan-seller-listing-wrap.grid-view .store-content .store-data-container .store-data .store-phone {
font-size: 14px;
color: rgba(255, 255, 255, 0.8);
}
#haru-content-main #dokan-seller-listing-wrap.grid-view .store-content .store-data-container .store-data .store-phone i {
font-family: 'phosphor';
font-size: 16px;
font-weight: 500;
position: relative;
bottom: -1px;
}
#haru-content-main #dokan-seller-listing-wrap.grid-view .store-content .store-data-container .store-data .store-phone i:before {
content: '\e937';
}
#haru-content-main #dokan-seller-listing-wrap.grid-view .store-footer .haru-button {
display: inline-flex;
align-items: center;
transition: all .3s;
}
#haru-content-main #dokan-seller-listing-wrap.grid-view .store-footer .haru-button:hover {
color: rgba(0, 0, 0, 0.8);
transition: all .3s;
}
#haru-content-main #dokan-seller-listing-wrap.grid-view .store-footer .haru-button:before {
content: attr(title);
font-weight: 500;
}
#haru-content-main #dokan-seller-listing-wrap.grid-view .store-footer .haru-button:after {
content: '\e90e';
font-family: 'phosphor';
font-size: 18px;
margin-left: 6px;
font-weight: 500;
}
#haru-content-main #dokan-seller-listing-wrap.grid-view .dokan-seller-wrap .dokan-single-seller.no-banner-img .store-content .store-data-container .store-data h2 a {
color: #000;
}
#haru-content-main #dokan-seller-listing-wrap.grid-view .dokan-seller-wrap .dokan-single-seller.no-banner-img .store-content .store-data-container .store-data .store-address {
color: #7e7e7e;
}
#haru-content-main #dokan-seller-listing-wrap.grid-view .dokan-seller-wrap .dokan-single-seller.no-banner-img .store-content .store-data-container .store-data .store-phone {
color: #7e7e7e;
}
#haru-content-main #dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-header {
flex-basis: 30%;
min-width: 30%;
}
#haru-content-main #dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-header .store-banner {
min-height: 196px;
}
#haru-content-main #dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-header .store-banner img {
-o-object-fit: cover;
object-fit: cover;
width: 100%;
}
#haru-content-main #dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-header .featured-favourite {
display: block;
}
#haru-content-main #dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content {
flex-grow: 1;
position: relative;
padding-left: 60px;
}
@media screen and (max-width: 991px) {
#haru-content-main #dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content {
padding-left: 55px;
}
}
#haru-content-main #dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .seller-avatar {
display: block;
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
#haru-content-main #dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .seller-avatar a {
display: flex;
align-items: flex-start;
border-radius: 50%;
overflow: hidden;
border: 1px solid #eee;
}
#haru-content-main #dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .seller-avatar img {
max-width: 80px;
}
#haru-content-main #dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data h2 {
font-size: 20px;
margin-bottom: 0;
}
#haru-content-main #dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data h2 a {
transition: all .3s;
}
#haru-content-main #dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data h2 a:hover {
color: rgba(0, 0, 0, 0.8);
transition: all .3s;
}
#haru-content-main #dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data .dokan-seller-rating[class] {
top: auto;
left: auto;
float: none;
margin-bottom: -15px;
margin-top: 15px;
}
#haru-content-main #dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data .dokan-seller-rating[class] .rating {
display: none;
}
#haru-content-main #dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data .store-action {
margin-top: 8px;
}
#haru-content-main #dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data .store-action .haru-button {
display: inline-flex;
align-items: center;
transition: all .3s;
}
#haru-content-main #dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data .store-action .haru-button:hover {
color: rgba(0, 0, 0, 0.8);
transition: all .3s;
}
#haru-content-main #dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data .store-action .haru-button:before {
content: attr(title);
font-weight: 500;
}
#haru-content-main #dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data .store-action .haru-button:after {
content: '\e90e';
font-family: 'phosphor';
font-size: 18px;
margin-left: 6px;
font-weight: 500;
}
#haru-content-main #dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-footer {
display: none;
}
#haru-content-main #dokan-seller-listing-wrap.list-view .store-content .store-data-container .featured-favourite {
display: none;
}
#haru-content-main #dokan-seller-listing-wrap .pagination-container {
margin: 0 15px;
}
#haru-content-main #dokan-seller-listing-wrap .pagination-container ul {
margin: 0;
}
#haru-content-main #dokan-seller-listing-wrap .pagination-container li:first-child span,
#haru-content-main #dokan-seller-listing-wrap .pagination-container li:first-child a {
border-top-left-radius: 12px;
border-bottom-left-radius: 12px;
}
#haru-content-main #dokan-seller-listing-wrap .pagination-container li:last-child span,
#haru-content-main #dokan-seller-listing-wrap .pagination-container li:last-child a {
border-top-right-radius: 12px;
border-bottom-right-radius: 12px;
}
#haru-content-main .dokan-page-title .woocommerce-breadcrumb {
color: #000;
}
#haru-content-main .dokan-page-title .woocommerce-breadcrumb a:after {
display: inline-block;
width: 20px;
height: 1px;
background-color: #7e7e7e;
content: '';
position: relative;
top: -4px;
margin: 0 8px;
}
@media screen and (max-width: 767px) {
#haru-content-main .dokan-store-sidebar {
margin: 0;
width: 100% !important;
}
}
#haru-content-main .dokan-store-menu ul {
margin: 0;
padding: 0;
list-style: none;
list-style-type: none;
}
#haru-content-main .dokan-store-menu li {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
margin-bottom: 12px;
}
#haru-content-main .dokan-store-menu li:last-child {
margin-bottom: 0;
}
#haru-content-main .dokan-store-menu li:hover > a {
color: #4B5C66;
border-bottom: 1px solid #4B5C66;
}
#haru-content-main .dokan-store-menu li a {
border-bottom: 1px solid transparent;
transition: all .3s;
}
#haru-content-main .dokan-store-menu .children {
flex: 1 1 100%;
padding-left: 20px;
margin-top: 10px;
}
#haru-content-main .dokan-store-open-close .open-close-day:first-child {
padding-top: 0;
}
#haru-content-main .dokan-store-open-close .working-day {
color: #000;
}
#haru-content-main .dokan-store-open-close .store-open-close-notice #vendor-store-times {
color: #7e7e7e;
}
#haru-content-main .dokan-store-open-close .store-open-close-notice #vendor-store-times .store-times-heading i.fa-calendar-day {
color: #4B5C66;
}
#haru-content-main .dokan-store-open-close .store-open-close-notice #vendor-store-times .store-times-heading h4 {
font-weight: 600;
font-size: 18px;
}
#haru-content-main .dokan-store-open-close .store-open-close-notice #vendor-store-times .store-time-tags .store-days {
color: #000;
}
#haru-content-main .dokan-store-open-close .store-open-close-notice #vendor-store-times .store-time-tags .current_day,
#haru-content-main .dokan-store-open-close .store-open-close-notice #vendor-store-times .store-time-tags .current_time {
font-weight: 600;
}
#haru-content-main .dokan-store-open-close .store-open-close-notice #vendor-store-times .store-time-tags .store-times .store-close {
background-color: #d82329;
color: #fff;
font-size: 12px;
font-weight: 600;
}
#haru-content-main .dokan-store-contact .dokan-form-control {
font-size: 16px;
border: 1px solid #f5f5f5;
border-radius: 12px;
background-color: #f5f5f5;
padding: 10px 15px;
}
#haru-content-main .dokan-store-contact .dokan-form-control:focus {
border: 1px solid #4B5C66;
}
#haru-content-main .dokan-store-contact input[type='submit'] {
font-weight: 600;
font-size: inherit;
border-radius: 12px;
padding-left: 20px;
padding-right: 20px;
}
@media screen and (max-width: 767px) {
#haru-content-main .dokan-store-contact input[type='submit'] {
width: 100%;
}
}
#haru-content-main .dokan-store-contact.dokan-store-widget form.seller-form ul li {
margin-bottom: 10px;
}
#haru-content-main .dokan-store-contact.dokan-store-widget form.seller-form ul li:last-child {
margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
#haru-content-main .dokan-single-store {
margin: 0;
width: 100% !important;
}
}
#haru-content-main .dokan-single-store .profile-frame {
background-color: transparent;
}
#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-default {
display: flex;
align-items: flex-start;
border-radius: 12px;
}
@media screen and (max-width: 1199px) {
#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-default {
display: block;
}
}
#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-img {
border-radius: 12px;
}
#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery {
border-top-left-radius: 12px;
border-bottom-left-radius: 12px;
}
#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info-head .store-name {
font-size: 20px;
}
@media screen and (max-width: 1199px) {
#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info-head .store-name {
font-size: 28px;
}
}
@media screen and (max-width: 991px) {
#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info-head .store-name {
font-size: 24px;
}
}
@media screen and (max-width: 767px) {
#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info-head .store-name {
font-size: 20px;
}
}
#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info {
color: rgba(255, 255, 255, 0.8);
font-size: 15px;
}
@media screen and (max-width: 1199px) {
#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info {
color: #7e7e7e;
font-size: 16px;
}
}
#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info {
padding: 0;
}
#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info i {
margin-left: 0 !important;
margin-right: 5px;
min-width: 25px;
font-size: 14px;
margin-top: 6px !important;
text-align: center;
}
@media screen and (max-width: 1199px) {
#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper {
top: -30px;
}
}
#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social {
padding-bottom: 6px;
}
@media screen and (max-width: 1199px) {
#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social {
padding-bottom: 0;
}
}
#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a {
border: 1px solid rgba(255, 255, 255, 0.8);
background-color: rgba(255, 255, 255, 0.8);
border-radius: 50%;
display: block;
width: 36px;
height: 36px;
line-height: 34px;
text-align: center;
transition: all .3s;
}
@media screen and (max-width: 1199px) {
#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a {
border: 1px solid #eee;
}
}
#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a:hover {
border: 1px solid #4B5C66;
background-color: #4B5C66;
transition: all .3s;
}
#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a:hover i {
color: #fff !important;
}
#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a i {
font-size: 14px;
text-shadow: none;
color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 1199px) {
#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a i {
color: #7e7e7e;
}
}
#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a i.fa-facebook-f {
color: #4267B2;
}
#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a i.fa-twitter {
color: #1DA1F2;
}
#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a i.fa-pinterest-p {
color: #E60023;
}
#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a i.fa-linkedin-in {
color: #0072b1;
}
#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a i.fa-youtube {
color: #FF0000;
}
#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a i.fa-instagram {
color: #3f729b;
}
#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a i.fa-flickr {
color: #0063dc;
}
#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-img {
display: flex;
}
#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info {
padding-left: 10px;
}
#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info i {
margin-left: 0 !important;
margin-right: 5px;
min-width: 25px;
font-size: 14px;
text-align: center;
}
#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-img {
display: flex;
}
#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info {
margin-top: 30px;
}
#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name {
font-size: 20px;
}
#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li {
padding-bottom: 0;
}
#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-img {
display: flex;
}
#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name {
font-size: 20px;
}
#haru-content-main .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info i {
font-size: 14px;
position: relative;
bottom: -4px;
}
#haru-content-main .dokan-single-store .dokan-store-tabs {
margin-top: 20px;
}
#haru-content-main .dokan-single-store .dokan-store-tabs ul {
border: 1px solid #eee !important;
border-radius: 12px;
}
#haru-content-main .dokan-single-store .dokan-store-tabs ul li a {
color: #000 !important;
font-weight: 500;
}
#haru-content-main .dokan-single-store .dokan-store-products-filter-area .dokan-store-products-ordeby {
display: flex;
flex-wrap: wrap;
}
#haru-content-main .dokan-single-store .dokan-store-products-filter-area .dokan-store-products-ordeby .orderby {
max-width: 250px;
margin-left: auto;
}
@media screen and (max-width: 767px) {
#haru-content-main .dokan-single-store .dokan-store-products-filter-area .dokan-store-products-ordeby .orderby {
max-width: none;
}
}
#haru-content-main .dokan-single-store .seller-items .layout-grid {
margin: 0 -15px;
}
@media screen and (max-width: 991px) {
#haru-content-main .dokan-single-store .seller-items .layout-grid {
margin: 0 -10px;
}
}
@media screen and (max-width: 767px) {
#haru-content-main .dokan-single-store .seller-items .layout-grid {
margin: 0 -8px;
}
}
#haru-content-main .dokan-single-store .seller-items .product-item.style-1 {
padding: 0 15px;
margin-bottom: 35px;
}
@media screen and (max-width: 991px) {
#haru-content-main .dokan-single-store .seller-items .product-item.style-1 {
padding: 0 10px;
}
}
@media screen and (max-width: 767px) {
#haru-content-main .dokan-single-store .seller-items .product-item.style-1 {
padding: 0 8px;
}
}
#haru-content-main .dokan-single-store .seller-items .product-item.style-2 {
padding: 15px 15px 0 15px;
margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
#haru-content-main .dokan-single-store .seller-items .product-item.style-2 {
padding: 10px 10px 0 10px;
}
}
@media screen and (max-width: 767px) {
#haru-content-main .dokan-single-store .seller-items .product-item.style-2 {
padding: 8px 8px 0 8px;
}
}
#haru-content-main .dokan-store-products-filter-area .product-name-search {
height: 48px;
border: 1px solid #eee;
}
@media screen and (max-width: 767px) {
#haru-content-main .dokan-store-products-filter-area .product-name-search {
width: 100%;
margin-bottom: 10px;
}
}
#haru-content-main .dokan-store-products-filter-area .product-name-search:focus {
border: 1px solid #4B5C66;
}
#haru-content-main .dokan-store-products-filter-area .search-store-products {
height: 48px;
line-height: 48px;
margin-left: 10px;
}
@media screen and (max-width: 767px) {
#haru-content-main .dokan-store-products-filter-area .search-store-products {
width: 100%;
margin-left: 0;
margin-bottom: 10px;
}
}
#haru-content-main .dokan-store-products-filter-area .orderby-search {
height: 48px;
border: 1px solid #f5f5f5;
background-color: #f5f5f5;
}
#haru-content-main .dokan-store-wrap {
margin-top: 0 !important;
margin-bottom: 80px !important;
}
@media screen and (max-width: 1440px) {
#haru-content-main .dokan-store-wrap {
margin-bottom: 70px !important;
}
}
@media screen and (max-width: 1024px) {
#haru-content-main .dokan-store-wrap {
margin-bottom: 60px !important;
}
}
@media screen and (max-width: 991px) {
#haru-content-main .dokan-store-wrap {
margin-bottom: 50px !important;
}
}
@media screen and (max-width: 767px) {
#haru-content-main .dokan-store-wrap {
margin-bottom: 40px !important;
}
}
@media screen and (max-width: 991px) {
#haru-content-main .dokan-pagination-container {
margin-bottom: 25px;
}
}
#haru-content-main .dokan-pagination-container .dokan-pagination li.active a {
background: #4B5C66 !important;
color: #fff;
pointer-events: none;
}
#haru-content-main .dokan-pagination-container .dokan-pagination li:first-child a {
margin-left: 0;
}
#haru-content-main .dokan-pagination-container .dokan-pagination li:last-child a {
margin-right: 0;
}
#haru-content-main .dokan-pagination-container .dokan-pagination li a {
border: none !important;
padding: 5px 12px;
color: #000;
margin: 0 3px;
line-height: 30px;
border-radius: 3px;
font-weight: 600;
transition: all .3s;
}
#haru-content-main .dokan-pagination-container .dokan-pagination li a:hover {
color: #4B5C66;
transition: all .3s;
}
#haru-content-main .dokan-vendor-info-wrap {
border: 1px solid #eee;
border-radius: 12px;
margin-bottom: 10px;
margin-top: 15px;
}
#haru-content-main .dokan-vendor-info-wrap .dokan-vendor-info .dokan-vendor-rating p {
color: #9b9b9b;
}
#haru-content-main .dokan-vendor-info-wrap .dokan-vendor-info .dokan-ratings-count {
color: #ababab;
font-size: 12px;
font-style: italic;
}
#haru-content-main .woocommerce-Tabs-panel--seller ul {
padding: 0;
list-style: none;
}
#haru-content-main .woocommerce-Tabs-panel--seller li {
margin-bottom: 12px;
}
#haru-content-main .woocommerce-Tabs-panel--seller li:last-child {
margin-bottom: 0;
}
#haru-content-main .woocommerce-Tabs-panel--seller li:before {
content: '\e925';
font-family: 'phosphor';
font-size: 18px;
margin-right: 6px;
position: relative;
bottom: -2px;
background-color: #e2f5f2;
color: #11b196;
padding: 5px;
border-radius: 50%;
}
#haru-content-main .woocommerce-Tabs-panel--seller li > span:first-child:not(.seller-rating) {
color: #000;
font-weight: 600;
margin-right: 3px;
}
#haru-content-main .woocommerce-Tabs-panel--seller li.clearfix .seller-rating {
position: relative;
bottom: -2px;
margin-left: 5px;
}
#haru-content-main .woocommerce-Tabs-panel--more_seller_product .layout-grid {
margin: 0 -15px;
}
@media screen and (max-width: 991px) {
#haru-content-main .woocommerce-Tabs-panel--more_seller_product .layout-grid {
margin: 0 -10px;
}
}
@media screen and (max-width: 767px) {
#haru-content-main .woocommerce-Tabs-panel--more_seller_product .layout-grid {
margin: 0 -8px;
}
}
#haru-content-main .woocommerce-Tabs-panel--more_seller_product .product-item.style-1 {
padding: 0 15px;
margin-bottom: 35px;
}
@media screen and (max-width: 991px) {
#haru-content-main .woocommerce-Tabs-panel--more_seller_product .product-item.style-1 {
padding: 0 10px;
}
}
@media screen and (max-width: 767px) {
#haru-content-main .woocommerce-Tabs-panel--more_seller_product .product-item.style-1 {
padding: 0 8px;
}
}
#haru-content-main .woocommerce-Tabs-panel--more_seller_product .product-item.style-2 {
padding: 15px 15px 0 15px;
margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
#haru-content-main .woocommerce-Tabs-panel--more_seller_product .product-item.style-2 {
padding: 10px 10px 0 10px;
}
}
@media screen and (max-width: 767px) {
#haru-content-main .woocommerce-Tabs-panel--more_seller_product .product-item.style-2 {
padding: 8px 8px 0 8px;
}
}
.dokan-dashboard #haru-content-main .dokan-dashboard-wrap {
margin-bottom: 80px;
}
@media screen and (max-width: 1440px) {
.dokan-dashboard #haru-content-main .dokan-dashboard-wrap {
margin-bottom: 70px;
}
}
@media screen and (max-width: 1024px) {
.dokan-dashboard #haru-content-main .dokan-dashboard-wrap {
margin-bottom: 60px;
}
}
@media screen and (max-width: 991px) {
.dokan-dashboard #haru-content-main .dokan-dashboard-wrap {
margin-bottom: 50px;
}
}
@media screen and (max-width: 767px) {
.dokan-dashboard #haru-content-main .dokan-dashboard-wrap {
margin-bottom: 40px;
}
}
.dokan-dashboard #haru-content-main .dokan-dashboard-wrap input[type='submit'].dokan-btn,
.dokan-dashboard #haru-content-main .dokan-dashboard-wrap a.dokan-btn,
.dokan-dashboard #haru-content-main .dokan-dashboard-wrap .dokan-btn {
background-color: #4B5C66;
border: none;
border-radius: 3px;
color: #fff;
font-weight: 600;
}
.dokan-dashboard #haru-content-main .dokan-dashboard-wrap input[type='submit'].dokan-btn:hover,
.dokan-dashboard #haru-content-main .dokan-dashboard-wrap a.dokan-btn:hover,
.dokan-dashboard #haru-content-main .dokan-dashboard-wrap .dokan-btn:hover {
background-color: #000;
}
.dokan-dashboard #haru-content-main .dokan-dashboard-wrap input[type='submit'].dokan-btn:not(.dokan-btn-default), .dokan-dashboard #haru-content-main .dokan-dashboard-wrap input[type='submit'].dokan-btn:not(.dokan-btn-lg),
.dokan-dashboard #haru-content-main .dokan-dashboard-wrap a.dokan-btn:not(.dokan-btn-default),
.dokan-dashboard #haru-content-main .dokan-dashboard-wrap a.dokan-btn:not(.dokan-btn-lg),
.dokan-dashboard #haru-content-main .dokan-dashboard-wrap .dokan-btn:not(.dokan-btn-default),
.dokan-dashboard #haru-content-main .dokan-dashboard-wrap .dokan-btn:not(.dokan-btn-lg) {
height: 36px;
line-height: 34px;
padding: 0 12px;
}
.dokan-dashboard #haru-content-main .dokan-dashboard-wrap input[type=text],
.dokan-dashboard #haru-content-main .dokan-dashboard-wrap input[type=email],
.dokan-dashboard #haru-content-main .dokan-dashboard-wrap input[type=password],
.dokan-dashboard #haru-content-main .dokan-dashboard-wrap input[type=search],
.dokan-dashboard #haru-content-main .dokan-dashboard-wrap input[type=number],
.dokan-dashboard #haru-content-main .dokan-dashboard-wrap input[type=url],
.dokan-dashboard #haru-content-main .dokan-dashboard-wrap input[type=tel],
.dokan-dashboard #haru-content-main .dokan-dashboard-wrap input[type=date],
.dokan-dashboard #haru-content-main .dokan-dashboard-wrap select {
height: 36px;
border-radius: 3px;
}
.dokan-dashboard #haru-content-main .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover, .dokan-dashboard #haru-content-main .dokan-dash-sidebar ul.dokan-dashboard-menu li.active {
background: #4B5C66;
}
@media only screen and (max-width: 991px) {
.dokan-dashboard #haru-content-main .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a {
padding: 5%;
text-align: center;
}
}
.dokan-dashboard #haru-content-main .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a:hover {
background: #4B5C66;
}
.dokan-dashboard #haru-content-main .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a i {
padding-right: 0;
}
@media only screen and (max-width: 991px) {
.dokan-dashboard #haru-content-main .dokan-dash-sidebar ul.dokan-dashboard-menu li a {
padding-left: 10px;
}
}
@media only screen and (max-width: 991px) {
.dokan-dashboard #haru-content-main .dokan-dash-sidebar ul.dokan-dashboard-menu li a i {
padding-right: 10px;
}
}
@media only screen and (max-width: 450px) {
.dokan-dashboard #haru-content-main .dokan-dash-sidebar #dokan-navigation ul.dokan-dashboard-menu {
padding-top: 60px !important;
}
}
@media only screen and (max-width: 767px) {
.dokan-dashboard #haru-content-main .dokan-dashboard-content {
padding-left: 0;
padding-right: 0;
padding-bottom: 0;
}
}
.dokan-dashboard #haru-content-main .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title {
color: #000;
font-weight: 600;
}
.dokan-dashboard #haru-content-main .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title i {
color: #000;
}
.dokan-dashboard #haru-content-main .dokan-dashboard-content article.dashboard-content-area .dashboard-widget ul {
padding: 0;
}
.dokan-dashboard #haru-content-main .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter li .count {
color: #000;
}
.dokan-dashboard #haru-content-main .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter li:last-child .count {
border: none;
}
.dokan-dashboard #haru-content-main .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.sells-graph .chart-container table {
width: auto;
}
.dokan-dashboard #haru-content-main .entry-title {
font-size: 24px;
margin-top: 0;
}
@media screen and (max-width: 1440px) {
.dokan-dashboard #haru-content-main .entry-title {
font-size: 22px;
}
}
@media screen and (max-width: 1024px) {
.dokan-dashboard #haru-content-main .entry-title {
font-size: 20px;
}
}
@media screen and (max-width: 991px) {
.dokan-dashboard #haru-content-main .entry-title {
font-size: 18px;
}
}
@media screen and (max-width: 991px) {
.dokan-dashboard #haru-content-main .dokan-product-listing .dokan-product-listing-area {
padding: 0;
}
}
.dokan-dashboard #haru-content-main .dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter {
font-size: 14px;
color: #7e7e7e;
}
.dokan-dashboard #haru-content-main .dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter li {
margin-right: 8px;
}
@media screen and (max-width: 991px) {
.dokan-dashboard #haru-content-main .dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter li {
margin-right: 5px;
padding-right: 5px;
}
}
.dokan-dashboard #haru-content-main .dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter li.active a {
color: #4B5C66;
}
@media screen and (max-width: 767px) {
.dokan-dashboard #haru-content-main .dokan-product-listing .dokan-product-listing-area .row-actions {
display: flex;
}
}
@media screen and (max-width: 767px) {
.dokan-dashboard #haru-content-main .dokan-product-listing .dokan-product-listing-area .row-actions span {
margin-right: 3px;
}
}
.dokan-dashboard #haru-content-main .dokan-product-listing .dokan-product-listing-area .row-actions span:last-child {
margin-right: 0;
}
.dokan-dashboard #haru-content-main .dokan-product-listing .dokan-product-listing-area .dokan-table > thead > tr > th {
text-transform: none;
}
@media screen and (max-width: 767px) {
.dokan-dashboard #haru-content-main .dokan-product-listing .dokan-product-listing-area .dokan-table .product-type:before {
text-align: right;
}
}
.dokan-dashboard #haru-content-main .dokan-product-listing .dokan-product-listing-area .pagination-wrap ul.pagination > li:first-child > span {
border-top-left-radius: 12px;
border-bottom-left-radius: 12px;
}
.dokan-dashboard #haru-content-main .dokan-product-listing .dokan-product-listing-area .pagination-wrap ul.pagination > li:last-child > span,
.dokan-dashboard #haru-content-main .dokan-product-listing .dokan-product-listing-area .pagination-wrap ul.pagination > li:last-child > a {
border-top-right-radius: 12px;
border-bottom-right-radius: 12px;
}
.dokan-dashboard #haru-content-main .dokan-orders-content .dokan-orders-area ul.order-statuses-filter {
padding: 0;
font-size: 14px;
color: #7e7e7e;
margin-top: 0;
}
.dokan-dashboard #haru-content-main .dokan-orders-content .dokan-orders-area ul.order-statuses-filter li.active a {
color: #4B5C66;
}
.dokan-dashboard #haru-content-main .dokan-orders-content .dokan-orders-area .dokan-order-filter-serach {
padding: 10px 0;
}
.dokan-dashboard #haru-content-main .dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .datepicker {
padding-bottom: 0 !important;
font-size: 14px;
}
.dokan-dashboard #haru-content-main .dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .select2-container .selection .select2-selection--single {
height: 36px;
}
.dokan-dashboard #haru-content-main .dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .select2-container .selection .select2-selection--single .select2-selection__rendered {
line-height: 34px;
font-size: 14px;
}
.dokan-dashboard #haru-content-main .dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .select2-container .selection .select2-selection--single .select2-selection__arrow {
height: 34px;
}
.dokan-dashboard #haru-content-main .dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .select2-container--default .select2-selection--single .select2-selection__placeholder {
color: #7e7e7e;
}
@media screen and (max-width: 991px) {
.dokan-dashboard #haru-content-main .dokan-withdraw-content .dokan-add-product-link {
float: none !important;
}
}
@media screen and (max-width: 767px) {
.dokan-dashboard #haru-content-main .dokan-withdraw-content .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container .dokan-w5 {
position: relative;
right: auto;
top: auto;
-webkit-transform: none;
transform: none;
}
}
@media screen and (max-width: 767px) {
.dokan-dashboard #haru-content-main .dokan-withdraw-content .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container .dokan-w5 .dokan-btn {
float: none;
margin-top: 10px;
}
}
.dokan-dashboard #haru-content-main #reverse-withdrawal-filter-form {
margin-bottom: 15px;
}
.dokan-dashboard #haru-content-main #reverse-withdrawal-filter-form .dokan-btn {
font-size: 14px;
}
@media screen and (max-width: 767px) {
.dokan-dashboard #haru-content-main .dokan-settings-content .dokan-settings-area .dokan-store-settign-header-wrap {
width: 65%;
}
}
@media screen and (max-width: 767px) {
.dokan-dashboard #haru-content-main .dokan-settings-content .dokan-settings-area .dokan-update-setting-top {
width: 35%;
text-align: right;
}
}
@media screen and (max-width: 767px) {
.dokan-dashboard #haru-content-main .dokan-settings-content .store-open-close label.day.control-label {
padding-right: 60px;
}
}
@media screen and (max-width: 767px) {
.dokan-dashboard #haru-content-main .dokan-settings-content .store-open-close .dokan-form-group:first-child {
margin-top: 10px;
}
}
.dokan-dashboard #haru-content-main .dokan-settings-content #store-form .dokan-form-group:last-child .dokan-btn {
margin-left: 10px;
margin-top: 20px;
}
.dokan-dashboard #haru-content-main .dokan-settings-content .dokan-payment-settings-summary ul {
padding: 0;
}
.dokan-dashboard #haru-content-main .dokan-settings-content .dokan-payment-settings-summary .dokan-btn-theme {
height: 36px;
line-height: 36px;
padding: 0 10px;
}
.dokan-dashboard #haru-content-main .dokan-settings-content .dokan-payment-settings-summary .payment-methods-listing-header h2 {
font-size: 20px;
}
@media screen and (max-width: 1440px) {
.dokan-dashboard #haru-content-main .dokan-settings-content .dokan-payment-settings-summary .payment-methods-listing-header h2 {
font-size: 18px;
}
}
@media screen and (max-width: 1024px) {
.dokan-dashboard #haru-content-main .dokan-settings-content .dokan-payment-settings-summary .payment-methods-listing-header h2 {
font-size: 16px;
}
}
.dokan-dashboard #haru-content-main #edit-slug-buttons .button {
height: 36px;
line-height: 36px;
}
.dokan-dashboard #haru-content-main input[type="checkbox"],
.dokan-dashboard #haru-content-main input[type="radio"] {
position: relative;
top: -2px;
}
.ui-datepicker .ui-datepicker-calendar {
margin-left: -2px;
}
.ui-datepicker .ui-datepicker-calendar th {
font-size: 14px;
}
.ui-datepicker .ui-datepicker-calendar td {
padding: 1px;
border: none;
}
.daterangepicker .calendar-table td,
.daterangepicker .calendar-table th {
padding: 1px;
}
.daterangepicker .drp-buttons .btn {
height: inherit;
line-height: inherit;
}
.dokan-message:before,
.dokan-info:before,
.dokan-error:before {
padding-top: 0 !important;
top: 15px !important;
border-radius: 3px !important;
}
.dokan-info {
color: #fff;
}
.vendor-customer-registration input[type="checkbox"],
.vendor-customer-registration input[type="radio"] {
position: relative;
top: -1px;
}
.single-product-top.horizontal.sticky .haru-woocommerce-tab .grid-item, .single-product-top.vertical.sticky .haru-woocommerce-tab .grid-item {
width: 50%;
}
.single-product-top.horizontal.sticky .haru-woocommerce-tab .product-item.style-1 .product-actions .product-button, .single-product-top.vertical.sticky .haru-woocommerce-tab .product-item.style-1 .product-actions .product-button {
margin-left: 0;
margin-top: 0;
}
.single-product-top.horizontal.sticky .haru-woocommerce-tab .product-item.style-1 .product-button--compare a.button, .single-product-top.vertical.sticky .haru-woocommerce-tab .product-item.style-1 .product-button--compare a.button {
justify-content: center;
}
.single-product-top.horizontal.sticky .haru-woocommerce-tab .product-item.style-1 .product-button--compare a.button:before, .single-product-top.vertical.sticky .haru-woocommerce-tab .product-item.style-1 .product-button--compare a.button:before {
margin-right: 0;
}
.single-product-top.horizontal.sticky .haru-woocommerce-tab .product-item.style-1 .product-button--wishlist a:before, .single-product-top.vertical.sticky .haru-woocommerce-tab .product-item.style-1 .product-button--wishlist a:before {
margin-right: 0;
}
.single-product-top.horizontal.sticky .haru-woocommerce-tab .product-item.style-2 .product-button--compare a.button, .single-product-top.vertical.sticky .haru-woocommerce-tab .product-item.style-2 .product-button--compare a.button {
justify-content: center;
}
.single-product-top.horizontal.sticky .haru-woocommerce-tab .product-item.style-2 .product-button--compare a.button:before, .single-product-top.vertical.sticky .haru-woocommerce-tab .product-item.style-2 .product-button--compare a.button:before {
margin-right: 0;
}
.single-product-top.horizontal.sticky .haru-woocommerce-tab .product-item.style-2 .product-button--wishlist a:before, .single-product-top.vertical.sticky .haru-woocommerce-tab .product-item.style-2 .product-button--wishlist a:before {
margin-right: 0;
} .wcfm-theme-teespace .wcfm-membership-wrapper {
border-radius: 12px;
margin-bottom: 100px;
}
@media screen and (max-width: 1440px) {
.wcfm-theme-teespace .wcfm-membership-wrapper {
margin-bottom: 80px;
}
}
@media screen and (max-width: 1024px) {
.wcfm-theme-teespace .wcfm-membership-wrapper {
margin-bottom: 60px;
}
}
@media screen and (max-width: 991px) {
.wcfm-theme-teespace .wcfm-membership-wrapper {
margin-bottom: 40px;
}
}
.wcfm-theme-teespace #wcfm_membership_container input[type="text"],
.wcfm-theme-teespace #wcfm_membership_container input[type="file"],
.wcfm-theme-teespace #wcfm_membership_container input[type="password"],
.wcfm-theme-teespace #wcfm_membership_container select,
.wcfm-theme-teespace #wcfm_membership_container input[type="number"],
.wcfm-theme-teespace #wcfm_membership_container input[type="time"],
.wcfm-theme-teespace #wcfm_membership_container input[type="search"],
.wcfm-theme-teespace #wcfm_membership_container textarea {
border: 1px solid #eee !important;
box-shadow: none;
border-radius: 12px;
}
.wcfm-theme-teespace #wcfm_membership_container input[type="text"]:focus,
.wcfm-theme-teespace #wcfm_membership_container input[type="file"]:focus,
.wcfm-theme-teespace #wcfm_membership_container input[type="password"]:focus,
.wcfm-theme-teespace #wcfm_membership_container select:focus,
.wcfm-theme-teespace #wcfm_membership_container input[type="number"]:focus,
.wcfm-theme-teespace #wcfm_membership_container input[type="time"]:focus,
.wcfm-theme-teespace #wcfm_membership_container input[type="search"]:focus,
.wcfm-theme-teespace #wcfm_membership_container textarea:focus {
border: 1px solid #4B5C66 !important;
}
.wcfm-theme-teespace #wcfm_membership_container input[type="text"].wcfm_validation_success,
.wcfm-theme-teespace #wcfm_membership_container input[type="file"].wcfm_validation_success,
.wcfm-theme-teespace #wcfm_membership_container input[type="password"].wcfm_validation_success,
.wcfm-theme-teespace #wcfm_membership_container select.wcfm_validation_success,
.wcfm-theme-teespace #wcfm_membership_container input[type="number"].wcfm_validation_success,
.wcfm-theme-teespace #wcfm_membership_container input[type="time"].wcfm_validation_success,
.wcfm-theme-teespace #wcfm_membership_container input[type="search"].wcfm_validation_success,
.wcfm-theme-teespace #wcfm_membership_container textarea.wcfm_validation_success {
border-left: 6px solid blue !important;
}
.wcfm-theme-teespace #wcfm_membership_container input[type="text"].wcfm_validation_failed,
.wcfm-theme-teespace #wcfm_membership_container input[type="file"].wcfm_validation_failed,
.wcfm-theme-teespace #wcfm_membership_container input[type="password"].wcfm_validation_failed,
.wcfm-theme-teespace #wcfm_membership_container select.wcfm_validation_failed,
.wcfm-theme-teespace #wcfm_membership_container input[type="number"].wcfm_validation_failed,
.wcfm-theme-teespace #wcfm_membership_container input[type="time"].wcfm_validation_failed,
.wcfm-theme-teespace #wcfm_membership_container input[type="search"].wcfm_validation_failed,
.wcfm-theme-teespace #wcfm_membership_container textarea.wcfm_validation_failed {
border-left: 6px solid red !important;
}
.wcfm-theme-teespace #wcfm_membership_container input.wcfm_submit_button,
.wcfm-theme-teespace #wcfm_membership_container a.wcfm_submit_button {
background-color: #4B5C66;
color: #fff;
padding: 0 35px !important;
box-shadow: none;
height: 48px;
line-height: 48px;
letter-spacing: inherit;
border-radius: 12px;
font-weight: 700;
text-transform: capitalize;
border: none;
}
.wcfm-theme-teespace #wcfm_membership_container input.wcfm_submit_button:hover,
.wcfm-theme-teespace #wcfm_membership_container a.wcfm_submit_button:hover {
background-color: #000;
}
.wcfm-theme-teespace #wcfm_membership_container .wcfm_store_slug_status {
color: #008C00;
}
.wcfm-theme-teespace .wcfm-error,
.wcfm-theme-teespace .wcfm-info,
.wcfm-theme-teespace .wcfm-success,
.wcfm-theme-teespace .wcfm-validation,
.wcfm-theme-teespace .wcfm-warning,
.wcfm-theme-teespace .wcfm-wcfmu {
border-radius: 12px;
}
.wcfm-theme-teespace .wcfm-error {
color: red;
}
.wcfm-theme-teespace .wcicon-status-cancelled {
color: red;
}
.wcfm-theme-teespace #wcfm-main-contentainer .wcfm_membership_thankyou_content_wrapper {
background-color: #4B5C66;
border-radius: 12px;
color: #fff;
padding: 25px;
padding-bottom: 50px;
}
.wcfm-theme-teespace .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--wcfm-store-manager a:before {
font-weight: 500;
margin-right: 5px;
}
.wcfmmp_become_vendor_link {
margin-bottom: 8px;
}
.wcfmmp_become_vendor_link a {
color: #4B5C66;
}
.wcfmmp_become_vendor_link a:hover {
text-decoration: underline;
}
.wcfm_registration_form_heading {
font-size: 20px;
padding-bottom: 20px;
}
#wcfm_membership_container #wcfm_membership_registration_form p.wcfm_title strong,
#wcfm_membership_container #wcfm_membership_registration_form span.wcfm_title strong {
font-style: normal;
color: #000;
} #lumise-customize-button {
max-width: 100%;
margin: 12px 0 15px;
text-align: center;
}
.product-item .lumise-button {
display: block !important;
line-height: inherit !important;
padding: 10px 16px !important;
margin: 18px auto 0 auto !important;
border-radius: 12px !important;
font-weight: 700;
max-width: 180px;
}
.product-item .product-actions .lumise-button {
display: none !important;
}
.woocommerce a.lumise-edit-design {
font-size: inherit;
}
.woocommerce .lumise-edit-design-wrp {
margin-top: 10px;
}
.woocommerce .lumise-cart-thumbnails img {
margin-left: 5px;
}
.woocommerce .woocommerce-cart-form .product-name:has(.lumise-edit-design-wrp) {
color: #000;
}
.woocommerce .woocommerce-cart-form .product-name:has(.lumise-edit-design-wrp) .variation {
margin-bottom: 0;
}
.woocommerce .woocommerce-cart-form .product-name:has(.lumise-edit-design-wrp) .lumise-edit-design {
background-color: #4B5C66 !important;
}
.woocommerce .woocommerce-cart-form .product-name:has(.lumise-edit-design-wrp) .lumise-edit-design:hover {
box-shadow: none;
color: #fff !important;
background-color: #000 !important;
}
.cart_item > a > img {
display: none;
}