@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");html,body{width:100%;height:100%}body{overflow-x:hidden}.wrapper{position:relative;z-index:1;width:auto;min-height:100%}@media (max-width: 991.98px){.wrapper:after{content:'';position:absolute;top:0;left:0;z-index:991;background:rgba(19,22,25,0.6);width:100%;height:100%;visibility:hidden;opacity:0;-webkit-transition:ease-out 0.2s;transition:ease-out 0.2s}.wrapper.overlay:after{visibility:visible;opacity:1}}.container,.container-fluid{position:relative;padding:0 30px}.top{position:absolute;top:0;right:0;left:0}.middle{position:relative;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.bottom{position:absolute;right:0;bottom:0;left:0}.blockquote{border-left:3px solid rgba(19,22,25,0.1);padding:24px 30px}.blockquote p{font-weight:300}.blockquote .blockquote-footer{margin-top:10px}.blockquote .blockquote-footer:before{padding-right:6px}.blockquote .blockquote-footer h1,.blockquote .blockquote-footer h2,.blockquote .blockquote-footer h3,.blockquote .blockquote-footer h4,.blockquote .blockquote-footer h5,.blockquote .blockquote-footer h6{display:inline-block;margin:0}div[class*='bg-dark'] .blockquote,.bg-black .blockquote{border-color:rgba(255,255,255,0.1)}div[class*='bg-dark'] .blockquote .blockquote-footer,.bg-black .blockquote .blockquote-footer{color:white}pre{border:1px solid rgba(19,22,25,0.1);border-radius:5px;padding:5px 20px;color:#767A7D}div[class*='bg-dark'] pre,.bg-black pre{border-color:rgba(255,255,255,0.1);color:rgba(255,255,255,0.6)}.pagination{margin:0 -2px;padding:0}.pagination .page-item{margin:0 2px;text-align:center}.pagination .page-item:last-child{margin-right:0}.pagination .page-item .page-link{background:transparent;min-width:34px;height:34px;border:0;border-radius:20px;padding:0;color:#767A7D;font-size:14px;line-height:34px;-webkit-transition:linear 0.1s;transition:linear 0.1s}.pagination .page-item .page-link:before{content:'';position:absolute;top:2px;right:2px;bottom:2px;left:2px;opacity:0;border-radius:50%;background:rgba(19,22,25,0.1);-webkit-transition:linear 0.1s;transition:linear 0.1s}.pagination .page-item .page-link:hover{color:#131619}.pagination .page-item .page-link:hover:before{opacity:1}.pagination .page-item.active .page-link{color:#131619}.pagination .page-item.active .page-link:before{top:0;right:0;bottom:0;left:0;opacity:1}.pagination.pagination-sm .page-item .page-link{min-width:30px;height:30px;border-radius:20px;padding:0;line-height:30px}.pagination.pagination-lg .page-item .page-link{min-width:40px;height:40px;border-radius:20px;padding:0;line-height:40px}div[class*='bg-dark'] .pagination .page-item .page-link,.bg-black .pagination .page-item .page-link{color:rgba(255,255,255,0.8)}div[class*='bg-dark'] .pagination .page-item .page-link:before,.bg-black .pagination .page-item .page-link:before{background:rgba(255,255,255,0.1)}div[class*='bg-dark'] .pagination .page-item .page-link:hover,.bg-black .pagination .page-item .page-link:hover{color:white}div[class*='bg-dark'] .pagination .page-item.active .page-link,.bg-black .pagination .page-item.active .page-link{color:white}hr{border-color:rgba(19,22,25,0.1)}div[class*='bg-dark'] hr,.bg-black hr{border-color:rgba(255,255,255,0.1)}.scrolltotop{position:fixed;right:30px;bottom:30px;-webkit-transform:translateY(20px);transform:translateY(20px);z-index:989;visibility:hidden;opacity:0;-webkit-transition:ease-out 0.12s;transition:ease-out 0.12s}.scrolltotop.scrolltotop-show{-webkit-transform:translateY(0);transform:translateY(0);visibility:visible;opacity:1}@media (min-width: 992px){#animated-cursor{z-index:999;position:absolute;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);opacity:0.3;background:white;width:14px;height:14px;border-radius:50%;mix-blend-mode:difference;pointer-events:none;-webkit-transition:linear 0.09s;transition:linear 0.09s}#animated-cursor.scale-cursor{-webkit-transform:translate(-50%, -50%) scale(4);transform:translate(-50%, -50%) scale(4);opacity:0.12}}.bg-image{position:relative;background-position:center center;background-attachment:scroll;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;background-repeat:no-repeat}.bg-image.bg-image-gradient:before,.bg-image.bg-image-gradient-reverse:before,.bg-image.bg-image-gradient-dark:before,.bg-image.bg-image-gradient-dark-reverse:before{content:'';position:absolute;width:100%;height:100%}.bg-image.bg-image-gradient:before{background-image:linear-gradient(to top, #fff, rgba(255,255,255,0.2))}.bg-image.bg-image-gradient-reverse:before{background-image:linear-gradient(to top, rgba(255,255,255,0.2), #fff)}.bg-image.bg-image-gradient-dark:before{background-image:linear-gradient(to top, #131619, rgba(19,22,25,0.2))}.bg-image.bg-image-gradient-dark-reverse:before{background-image:linear-gradient(to top, rgba(19,22,25,0.2), #131619)}input:not(.form-check-input),textarea:not(.form-check-input){background:transparent;width:100%;border:1px solid rgba(19,22,25,0.1);margin-bottom:1rem;padding:15px 20px;box-shadow:none;font:400 14px "Open Sans",sans-serif;-webkit-transition:ease-out 0.2s;transition:ease-out 0.2s}input:not(.form-check-input):focus,input:not(.form-check-input):active,textarea:not(.form-check-input):focus,textarea:not(.form-check-input):active{outline:0;box-shadow:none}textarea{height:140px}input,textarea,.form-control{color:#767A7D}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder,.form-control::-webkit-input-placeholder{color:#a3a6a8}input::-moz-placeholder,textarea::-moz-placeholder,.form-control::-moz-placeholder{color:#a3a6a8}input:-ms-placeholder,textarea:-ms-placeholder,.form-control:-ms-placeholder{color:#a3a6a8}input::-ms-placeholder,textarea::-ms-placeholder,.form-control::-ms-placeholder{color:#a3a6a8}input::placeholder,textarea::placeholder,.form-control::placeholder{color:#a3a6a8}input:focus,textarea:focus,.form-control:focus{border-color:#131619}label{font-size:14px}.form-control{background:transparent;height:auto;border:1px solid rgba(19,22,25,0.1);border-radius:0;padding:15px 20px}.form-control:focus{background:transparent;box-shadow:none}.form-control:read-only{background:#e4e8ec;border:0}.form-control.form-control-sm{padding:5px 10px}.form-control-plaintext{border:0}.form-check-input:disabled ~ .form-check-label{color:#a3a6a8}.required:after{content:'*';padding-left:3px}select{margin-bottom:16px}.custom-select{background-color:transparent;width:auto;min-width:160px;height:auto;border-radius:0;padding:15px 20px;border-color:rgba(19,22,25,0.1);color:#767A7D;font-size:14px;line-height:1.4;-webkit-transition:ease-out 0.2s;transition:ease-out 0.2s}.custom-select:focus{border-color:rgba(19,22,25,0.2);outline:0;box-shadow:none}form.style-2 input,form.style-2 textarea,form.style-2 .custom-select,form.style-2 .form-control{margin-bottom:20px;padding:0 0 10px;border-top-width:0;border-right-width:0;border-bottom-width:1px;border-left-width:0}form.style-3 input,form.style-3 textarea,form.style-3 .custom-select,form.style-3 .form-control{background:#f1f5f9;border:0}form.style-3 input:focus,form.style-3 textarea:focus,form.style-3 .custom-select:focus,form.style-3 .form-control:focus{background:#eef2f6}.bg-gray form.style-3 input,.bg-gray form.style-3 textarea,.bg-gray form.style-3 .custom-select,.bg-gray form.style-3 .form-control,.bg-gray-lighter form.style-3 input,.bg-gray-lighter form.style-3 textarea,.bg-gray-lighter form.style-3 .custom-select,.bg-gray-lighter form.style-3 .form-control{background:white}.bg-gray form.style-3 input:focus,.bg-gray form.style-3 textarea:focus,.bg-gray form.style-3 .custom-select:focus,.bg-gray form.style-3 .form-control:focus,.bg-gray-lighter form.style-3 input:focus,.bg-gray-lighter form.style-3 textarea:focus,.bg-gray-lighter form.style-3 .custom-select:focus,.bg-gray-lighter form.style-3 .form-control:focus{background:white}div[class*='bg-dark'] input,div[class*='bg-dark'] textarea,div[class*='bg-dark'] .form-control,.bg-black input,.bg-black textarea,.bg-black .form-control{background:transparent;border-color:rgba(255,255,255,0.2);color:rgba(255,255,255,0.7)}div[class*='bg-dark'] input::-webkit-input-placeholder,div[class*='bg-dark'] textarea::-webkit-input-placeholder,div[class*='bg-dark'] .form-control::-webkit-input-placeholder,.bg-black input::-webkit-input-placeholder,.bg-black textarea::-webkit-input-placeholder,.bg-black .form-control::-webkit-input-placeholder{color:rgba(255,255,255,0.5)}div[class*='bg-dark'] input::-moz-placeholder,div[class*='bg-dark'] textarea::-moz-placeholder,div[class*='bg-dark'] .form-control::-moz-placeholder,.bg-black input::-moz-placeholder,.bg-black textarea::-moz-placeholder,.bg-black .form-control::-moz-placeholder{color:rgba(255,255,255,0.5)}div[class*='bg-dark'] input:-ms-placeholder,div[class*='bg-dark'] textarea:-ms-placeholder,div[class*='bg-dark'] .form-control:-ms-placeholder,.bg-black input:-ms-placeholder,.bg-black textarea:-ms-placeholder,.bg-black .form-control:-ms-placeholder{color:rgba(255,255,255,0.5)}div[class*='bg-dark'] input::-ms-placeholder,div[class*='bg-dark'] textarea::-ms-placeholder,div[class*='bg-dark'] .form-control::-ms-placeholder,.bg-black input::-ms-placeholder,.bg-black textarea::-ms-placeholder,.bg-black .form-control::-ms-placeholder{color:rgba(255,255,255,0.5)}div[class*='bg-dark'] input::placeholder,div[class*='bg-dark'] textarea::placeholder,div[class*='bg-dark'] .form-control::placeholder,.bg-black input::placeholder,.bg-black textarea::placeholder,.bg-black .form-control::placeholder{color:rgba(255,255,255,0.5)}div[class*='bg-dark'] input:focus,div[class*='bg-dark'] textarea:focus,div[class*='bg-dark'] .form-control:focus,.bg-black input:focus,.bg-black textarea:focus,.bg-black .form-control:focus{border-color:white}div[class*='bg-dark'] .custom-select,.bg-black .custom-select{background:transparent;border-color:rgba(255,255,255,0.2);color:rgba(255,255,255,0.7)}div[class*='bg-dark'] .custom-select:focus,.bg-black .custom-select:focus{border-color:white}div[class*='bg-dark'] form.style-3 input,div[class*='bg-dark'] form.style-3 textarea,div[class*='bg-dark'] form.style-3 .custom-select,div[class*='bg-dark'] form.style-3 .form-control,.bg-black form.style-3 input,.bg-black form.style-3 textarea,.bg-black form.style-3 .custom-select,.bg-black form.style-3 .form-control{background:rgba(255,255,255,0.1);border:0}div[class*='bg-dark'] form.style-3 input:focus,div[class*='bg-dark'] form.style-3 textarea:focus,div[class*='bg-dark'] form.style-3 .custom-select:focus,div[class*='bg-dark'] form.style-3 .form-control:focus,.bg-black form.style-3 input:focus,.bg-black form.style-3 textarea:focus,.bg-black form.style-3 .custom-select:focus,.bg-black form.style-3 .form-control:focus{background:rgba(255,255,255,0.2)}.submit-result span{display:none;-webkit-transition:ease-out 0.2s;transition:ease-out 0.2s}.submit-result span.show-result{display:block;margin-top:30px}.submit-result span#success{color:#50c878}.submit-result span#error{color:#e84e52}.submit-result span .error-color{background:rgba(255,0,0,0.1)}img{width:auto;max-width:100%;height:auto}img[class*='avatar-']{border-radius:50%}img.avatar-xs{min-width:60px;width:60px;height:60px}img.avatar-sm{min-width:80px;width:80px;height:80px}img.avatar-md{min-width:100px;width:100px;height:100px}img.avatar-lg{min-width:120px;width:120px;height:120px}img.avatar-xl{min-width:140px;width:140px;height:140px}img.avatar-2xl{min-width:160px;width:160px;height:160px}img.avatar-3xl{min-width:180px;width:180px;height:180px}.fancy-image{position:relative}.fancy-image img{-webkit-transform:translate(6px, -6px);transform:translate(6px, -6px);-webkit-transition:ease-out 0.2s;transition:ease-out 0.2s}.fancy-image:before{content:'';position:absolute;top:6px;left:-6px;background:rgba(19,22,25,0.1);width:100%;height:100%}.fancy-image.left img{-webkit-transform:translate(-6px, -6px);transform:translate(-6px, -6px)}.fancy-image.left:before{left:6px}ol{margin:0 0 -7px}ol li{margin:0 0 7px}ul{margin:0 0 -7px}ul li{margin:0 0 7px}ul li ul,ul li ol{margin-top:7px}ul li a{-webkit-transition:linear 0.1s;transition:linear 0.1s}ul[class*='list-']{padding:0}ul.list-unstyled li,ul.list-dash li{list-style-type:none}ul.list-dash li:before{content:'-';padding-right:7px}ul.list-dash li a:hover{padding-left:2px}ul.list-dash li ul,ul.list-dash li ol{padding-left:40px}ul[class*='list-inline'] li{display:inline-block}ul.list-inline-lg{margin-right:-14px;margin-left:-14px}ul.list-inline-lg li{padding:0 14px}ul.list-inline{margin-right:-7px;margin-left:-7px}ul.list-inline li{padding:0 7px}ul.list-inline-sm{margin-right:-3px;margin-left:-3px}ul.list-inline-sm li{padding:0 3px}ul.list-inline-dash li:after{content:'-'}ul.list-inline-slash li:after{content:'/'}ul.list-inline-dash li:after,ul.list-inline-slash li:after{padding:0 3px 0 6px}ul.list-inline-dash li:last-child:after,ul.list-inline-slash li:last-child:after{content:'';padding:0}@media (max-width: 991.98px){ol{margin:0 0 -5px}ol li{margin:0 0 5px}ul{margin:0 0 -5px}ul li{margin:0 0 5px}ul li ul,ul li ol{margin-top:5px}ul.list-dash li:before{content:'-';padding-right:6px}ul.list-dash li a:hover{padding-left:2px}ul.list-dash li ul,ul.list-dash li ol{padding-left:30px}ul.list-inline-lg{margin-right:-12px;margin-left:-12px}ul.list-inline-lg li{padding:0 12px}ul.list-inline{margin-right:-6px;margin-left:-6px}ul.list-inline li{padding:0 6px}ul.list-inline-sm{margin-right:-2px;margin-left:-2px}ul.list-inline-sm li{padding:0 2px}}body{color:#767A7D;font-family:"Open Sans",sans-serif;font-size:1rem;font-weight:400;letter-spacing:0}@media (max-width: 991.98px){body{font-size:0.938rem}}h1,h2,h3,h4,h5,h6{line-height:1.4;letter-spacing:-0.3px;color:#131619;font-family:"Poppins",sans-serif;font-weight:600}p{margin:0;font-size:1em;line-height:1.86}.font-small{font-size:0.9em;line-height:1.7}@media (max-width: 991.98px){.font-small{font-size:0.9em;line-height:1.7}}.font-large{font-size:1.063em;line-height:1.6}@media (max-width: 991.98px){.font-large{font-size:1.063em}}.font-extra-small{font-size:0.8125em;line-height:1.6}.uppercase{letter-spacing:1px;text-transform:uppercase}@media (min-width: 992px){.font-lg-large{font-size:1.063em;line-height:1.75}.font-lg-small{font-size:0.875em;line-height:1.72}.font-lg-extra-small{font-size:0.8125em;line-height:1.6}}@media (max-width: 991.98px){p{font-size:1em;line-height:1.75}.font-extra-small{font-size:0.75em}.font-small{font-size:0.85em}.font-large{font-size:1.15em}}i{display:inline-block}.icon-5xl i{font-size:2.8em}.icon-4xl i{font-size:2.4em}.icon-3xl i{font-size:2.13em}.icon-2xl i{font-size:1.86em}.icon-xl i{font-size:1.6em}.icon-lg i{font-size:1.33em}.icon-sm i{font-size:0.9375em}.accordion{list-style-type:none;padding:0}.accordion li{border:0;margin-bottom:8px;padding:0;-webkit-transition:linear 0.1s;transition:linear 0.1s}.accordion li:last-child{margin-bottom:0}.accordion li .accordion-title{position:relative;border:1px solid rgba(19,22,25,0.1);padding:14px 24px;cursor:pointer;-webkit-transition:linear 0.1s;transition:linear 0.1s}.accordion li .accordion-title:before,.accordion li .accordion-title:after{content:'';position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:#131619}.accordion li .accordion-title:before{right:24px;width:11px;height:1px}.accordion li .accordion-title:after{right:29px;width:1px;height:11px;-webkit-transition:linear 0.1s;transition:linear 0.1s}.accordion li .accordion-title h1,.accordion li .accordion-title h2,.accordion li .accordion-title h3,.accordion li .accordion-title h4,.accordion li .accordion-title h5,.accordion li .accordion-title h6{margin:0}.accordion li .accordion-title *{-webkit-transition:linear 0.1s;transition:linear 0.1s}.accordion li .accordion-content{overflow:hidden;max-height:0;padding:0 25px;-webkit-transition:ease-out 0.2s;transition:ease-out 0.2s}.accordion li .accordion-content:before{content:'';display:block;width:100%;height:20px}.accordion li .accordion-content:after{content:'';display:block;width:100%;height:12px}.accordion li .accordion-content ul li,.accordion li .accordion-content ol li{border:0;padding:0}.accordion li .accordion-content ul li:last-child,.accordion li .accordion-content ol li:last-child{border:0}.accordion li .accordion-content ul{list-style-type:disc}.accordion li .accordion-content ul ul{list-style-type:circle}.accordion li .accordion-content ol.list-ordered li{margin-bottom:8px;padding-left:34px}.accordion li .accordion-content ol.list-ordered li:last-child{margin:0}.accordion li .accordion-content .nav{list-style-type:none}.accordion li.active .accordion-title{border-color:rgba(19,22,25,0.9)}.accordion li.active .accordion-title:after{-webkit-transform:translateY(-50%) rotate(-90deg);transform:translateY(-50%) rotate(-90deg)}.accordion.style-2 li{margin-bottom:14px;padding:0}.accordion.style-2 li:last-child{margin-bottom:0}.accordion.style-2 li .accordion-title{border:0;border-bottom:1px solid rgba(19,22,25,0.2);padding:0 0 10px;-webkit-transition:linear 0.1s;transition:linear 0.1s}.accordion.style-2 li .accordion-title:before,.accordion.style-2 li .accordion-title:after{margin-top:-6px}.accordion.style-2 li .accordion-title:before{right:0}.accordion.style-2 li .accordion-title:after{right:5px}.accordion.style-2 li .accordion-content{padding:0 20px}.accordion.style-2 li.active .accordion-title{border-bottom-color:rgba(19,22,25,0.9)}.accordion.style-3 li .accordion-title{background:#f1f5f9;border:0}.accordion.style-3 li .accordion-content{padding:0 24px}.accordion.style-3 li.active .accordion-title{background:#181c20;color:rgba(255,255,255,0.8)}.accordion.style-3 li.active .accordion-title:before,.accordion.style-3 li.active .accordion-title:after{background:white}.accordion.style-3 li.active .accordion-title h1,.accordion.style-3 li.active .accordion-title h2,.accordion.style-3 li.active .accordion-title h3,.accordion.style-3 li.active .accordion-title h4,.accordion.style-3 li.active .accordion-title h5,.accordion.style-3 li.active .accordion-title h6{color:white}.accordion.border-radius:not(.style-2) li .accordion-title{border-radius:0.4em}.accordion.rounded:not(.style-2) li .accordion-title{border-radius:50px}.bg-gray .accordion.style-3 li .accordion-title,.bg-light-gray .accordion.style-3 li .accordion-title{background:white}div[class*='bg-dark'] .accordion li .accordion-title,.bg-black .accordion li .accordion-title{border-color:rgba(255,255,255,0.2)}div[class*='bg-dark'] .accordion li .accordion-title:before,div[class*='bg-dark'] .accordion li .accordion-title:after,.bg-black .accordion li .accordion-title:before,.bg-black .accordion li .accordion-title:after{background:white}div[class*='bg-dark'] .accordion li.active .accordion-title,.bg-black .accordion li.active .accordion-title{border-color:white}div[class*='bg-dark'] .accordion.style-3 li .accordion-title,.bg-black .accordion.style-3 li .accordion-title{background:rgba(255,255,255,0.1)}div[class*='bg-dark'] .accordion.style-3 li.active .accordion-title,.bg-black .accordion.style-3 li.active .accordion-title{background:white;color:#767A7D}div[class*='bg-dark'] .accordion.style-3 li.active .accordion-title:before,div[class*='bg-dark'] .accordion.style-3 li.active .accordion-title:after,.bg-black .accordion.style-3 li.active .accordion-title:before,.bg-black .accordion.style-3 li.active .accordion-title:after{background:#131619}div[class*='bg-dark'] .accordion.style-3 li.active .accordion-title h1,div[class*='bg-dark'] .accordion.style-3 li.active .accordion-title h2,div[class*='bg-dark'] .accordion.style-3 li.active .accordion-title h3,div[class*='bg-dark'] .accordion.style-3 li.active .accordion-title h4,div[class*='bg-dark'] .accordion.style-3 li.active .accordion-title h5,div[class*='bg-dark'] .accordion.style-3 li.active .accordion-title h6,.bg-black .accordion.style-3 li.active .accordion-title h1,.bg-black .accordion.style-3 li.active .accordion-title h2,.bg-black .accordion.style-3 li.active .accordion-title h3,.bg-black .accordion.style-3 li.active .accordion-title h4,.bg-black .accordion.style-3 li.active .accordion-title h5,.bg-black .accordion.style-3 li.active .accordion-title h6{color:#131619}.box-shadow{-webkit-box-shadow:0 10px 40px -4px rgba(24,27,30,0.1);box-shadow:0 10px 40px -4px rgba(24,27,30,0.1)}.box-shadow-with-hover{-webkit-box-shadow:0 10px 40px -4px rgba(24,27,30,0.1);box-shadow:0 10px 40px -4px rgba(24,27,30,0.1);-webkit-transition:ease-out 0.16s;transition:ease-out 0.16s}.box-shadow-with-hover:hover{-webkit-box-shadow:0 10px 46px -2px rgba(24,27,30,0.15);box-shadow:0 10px 46px -2px rgba(24,27,30,0.15)}.hover-shadow{-webkit-transition:ease-out 0.16s;transition:ease-out 0.16s}.hover-shadow:hover{-webkit-box-shadow:0 0 36px 0 rgba(24,27,30,0.1);box-shadow:0 0 36px 0 rgba(24,27,30,0.1)}.hover-float{-webkit-transition:ease-out 0.16s;transition:ease-out 0.16s}.hover-float:hover{-webkit-transform:translateY(-5px);transform:translateY(-5px)}.hover-scale{-webkit-transition:ease-out 0.16s;transition:ease-out 0.16s}.hover-scale:hover{-webkit-transform:scale(1.02);transform:scale(1.02)}.hover-shrink{-webkit-transition:ease-out 0.16s;transition:ease-out 0.16s}.hover-shrink:hover{-webkit-transform:scale(0.98);transform:scale(0.98)}.border-radius{border-radius:0.4em;overflow:hidden}.border-radius-1{border-radius:1em;overflow:hidden}.border-radius-2{border-radius:2em;overflow:hidden}.move-top-100{-webkit-transform:translateY(-100px);transform:translateY(-100px);margin-bottom:-100px}.move-top-90{-webkit-transform:translateY(-90px);transform:translateY(-90px);margin-bottom:-90px}.move-top-80{-webkit-transform:translateY(-80px);transform:translateY(-80px);margin-bottom:-80px}.move-top-70{-webkit-transform:translateY(-70px);transform:translateY(-70px);margin-bottom:-70px}.move-top-60{-webkit-transform:translateY(-60px);transform:translateY(-60px);margin-bottom:-60px}.move-top-50{-webkit-transform:translateY(-50px);transform:translateY(-50px);margin-bottom:-50px}.move-top-40{-webkit-transform:translateY(-40px);transform:translateY(-40px);margin-bottom:-40px}.move-top-30{-webkit-transform:translateY(-30px);transform:translateY(-30px);margin-bottom:-30px}.move-top-20{-webkit-transform:translateY(-20px);transform:translateY(-20px);margin-bottom:-20px}.move-top-10{-webkit-transform:translateY(-10px);transform:translateY(-10px);margin-bottom:-10px}a{color:rgba(19,22,25,0.9);-webkit-transition:linear 0.1s;transition:linear 0.1s}a:hover{color:#131619;text-decoration:none}button{background:transparent;box-shadow:none;border:0;padding:0;cursor:pointer}a,button{text-decoration:none}a:focus,a:active,button:focus,button:active{box-shadow:none;outline:0}.button{position:relative;display:inline-block;overflow:hidden;background:#e6e6e6;border:0;padding:5px 10px;color:#131619;font:400 14px "Poppins",sans-serif;letter-spacing:1px;text-transform:uppercase;-webkit-transition:ease-out 0.14s;transition:ease-out 0.14s}.button i{margin-right:8px;font-size:15px}.button:hover{color:#131619}.button-sm{padding:10px 22px}.button-md{padding:14px 34px}.button-lg{padding:16px 42px}.button-xl{padding:18px 50px}.button-fullwidth{width:100%;text-align:center}.button-shadow,a.button-shadow{-webkit-box-shadow:0 2px 20px -6px rgba(24,27,30,0.1);box-shadow:0 2px 20px -6px rgba(24,27,30,0.1)}.button-shadow:hover,.button-shadow:focus,a.button-shadow:hover,a.button-shadow:focus{-webkit-box-shadow:0 6px 30px -4px rgba(24,27,30,0.15);box-shadow:0 6px 30px -4px rgba(24,27,30,0.15)}.button-hover-float:hover{-webkit-transform:translateY(-4px);transform:translateY(-4px)}.button-hover-scale:hover,.button-hover-scale:focus{-webkit-transform:scale(1.03);transform:scale(1.03)}.button-hover-scale.button-circle:hover,.button-hover-scale.button-circle:focus{-webkit-transform:scale(1.04);transform:scale(1.04)}.button-hover-shrink:hover,.button-hover-shrink:focus{-webkit-transform:scale(0.97);transform:scale(0.97)}.button-hover-shrink.button-circle:hover,.button-hover-shrink.button-circle:focus{-webkit-transform:scale(0.96);transform:scale(0.96)}.button-gray{background:#eef2f6;color:rgba(19,22,25,0.9)}.button-gray:hover,.button-gray:focus{background:#e4e8ec;color:#131619}.button-dark{background:#131619;color:white}.button-dark:hover,.button-dark:focus{background:rgba(19,22,25,0.9);color:white}.button-white{background:white;color:#131619}.button-white:hover,.button-white:focus{background:rgba(255,255,255,0.9);color:#131619}.button-white-2{background:rgba(255,255,255,0.15);color:white}.button-white-2:hover,.button-white-2:focus{background:rgba(255,255,255,0.2);color:white}.button-outline-gray{background:transparent;border:1px solid rgba(19,22,25,0.2);color:rgba(19,22,25,0.9)}.button-outline-gray:hover,.button-outline-gray:focus{border-color:#131619;color:#131619}.button-outline-dark{background:transparent;border:1px solid rgba(19,22,25,0.8);color:rgba(19,22,25,0.9)}.button-outline-dark:hover,.button-outline-dark:focus{border-color:rgba(19,22,25,0.2);color:#131619}.button-outline-white{background:transparent;border:1px solid rgba(255,255,255,0.3);color:rgba(255,255,255,0.9)}.button-outline-white:hover,.button-outline-white:focus{border-color:white;color:white}.button-outline-white-2{background:transparent;border:1px solid white;color:rgba(255,255,255,0.9)}.button-outline-white-2:hover,.button-outline-white-2:focus{border-color:rgba(255,255,255,0.3);color:white}[class*='button-fancy']{z-index:1;overflow:visible;background:transparent;border:0;height:60px;line-height:60px;padding:0 28px}[class*='button-fancy']:before{content:'';position:absolute;top:0;left:0;z-index:-1;width:60px;height:60px;border-radius:40px;-webkit-transition:all 0.24s cubic-bezier(0.165, 0.84, 0.44, 1);transition:all 0.24s cubic-bezier(0.165, 0.84, 0.44, 1)}[class*='button-fancy']:hover:before{width:100%}[class*='button-fancy'].button-sm{height:50px;line-height:50px;padding:0 23px}[class*='button-fancy'].button-sm:before{width:50px;height:50px}[class*='button-fancy'].button-sm:hover:before{width:100%}[class*='button-fancy'].button-lg{height:70px;line-height:70px;padding:0 33px}[class*='button-fancy'].button-lg:before{width:70px;height:70px}[class*='button-fancy'].button-lg:hover:before{width:100%}[class*='button-fancy'].button-xl{height:80px;line-height:80px;padding:0 38px}[class*='button-fancy'].button-xl:before{width:80px;height:80px}[class*='button-fancy'].button-xl:hover:before{width:100%}.button-fancy-gray{color:rgba(19,22,25,0.9)}.button-fancy-gray:before{background:#f1f5f9}.button-fancy-gray:hover{color:#131619}.button-fancy-outline-gray{color:rgba(19,22,25,0.9)}.button-fancy-outline-gray:before{border:1px solid rgba(19,22,25,0.1)}.button-fancy-outline-gray:hover{color:#131619}.button-fancy-white{color:rgba(255,255,255,0.9)}.button-fancy-white:before{background:rgba(255,255,255,0.1)}.button-fancy-white:hover{color:white}.button-fancy-outline-white{color:rgba(255,255,255,0.9)}.button-fancy-outline-white:before{border:1px solid rgba(255,255,255,0.2)}.button-fancy-outline-white:hover{color:white}.button-text-1,.button-text-2,.button-text-3{position:relative;display:inline-block;color:#131619;font-family:"Poppins",sans-serif}.button-text-1:before{content:'';position:absolute;bottom:0;left:0;background:rgba(19,22,25,0.2);width:100%;height:1px}.button-text-1:after{content:'';position:absolute;right:0;bottom:0;left:0;background:#131619;height:1px;-webkit-animation:button-line-out 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) both;animation:button-line-out 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) both}.button-text-1:hover:after{width:100%;-webkit-animation:button-line-in 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) both;animation:button-line-in 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) both}.button-text-2:before{content:'';position:absolute;top:40%;right:0;left:0;background:rgba(19,22,25,0.2);height:40%;-webkit-animation:button-line-out 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) both;animation:button-line-out 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) both}.button-text-2:after{content:'';position:absolute;bottom:0;right:0;left:0;background:#131619;height:1px;-webkit-animation:button-line-in 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) both;animation:button-line-in 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) both}.button-text-2:hover:before{-webkit-animation:button-line-in 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) both;animation:button-line-in 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) both}.button-text-2:hover:after{-webkit-animation:button-line-out 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) both;animation:button-line-out 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) both}.button-text-3{padding-left:30px;-webkit-transition:all 0.24s cubic-bezier(0.165, 0.84, 0.44, 1);transition:all 0.24s cubic-bezier(0.165, 0.84, 0.44, 1)}.button-text-3:before{content:'';position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:#131619;width:20px;height:1px;-webkit-transition:all 0.24s cubic-bezier(0.165, 0.84, 0.44, 1);transition:all 0.24s cubic-bezier(0.165, 0.84, 0.44, 1)}.button-text-3:hover{padding-left:40px}.button-text-3:hover:before{width:30px}@-webkit-keyframes button-line-out{0%{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:100% 50%;transform-origin:100% 50%}100%{-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:100% 50%;transform-origin:100% 50%}}@keyframes button-line-out{0%{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:100% 50%;transform-origin:100% 50%}100%{-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:100% 50%;transform-origin:100% 50%}}@-webkit-keyframes button-line-in{0%{-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 50%;transform-origin:0 50%}100%{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:0 50%;transform-origin:0 50%}}@keyframes button-line-in{0%{-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 50%;transform-origin:0 50%}100%{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:0 50%;transform-origin:0 50%}}div[class*='bg-dark'] .button-text-1,div[class*='bg-dark'] .button-text-2,div[class*='bg-dark'] .button-text-3,.bg-black .button-text-1,.bg-black .button-text-2,.bg-black .button-text-3{color:rgba(255,255,255,0.8)}div[class*='bg-dark'] .button-text-1:hover,div[class*='bg-dark'] .button-text-2:hover,div[class*='bg-dark'] .button-text-3:hover,.bg-black .button-text-1:hover,.bg-black .button-text-2:hover,.bg-black .button-text-3:hover{color:white}div[class*='bg-dark'] .button-text-1:before,.bg-black .button-text-1:before{background:rgba(255,255,255,0.3)}div[class*='bg-dark'] .button-text-1:after,.bg-black .button-text-1:after{background:white}div[class*='bg-dark'] .button-text-2:before,.bg-black .button-text-2:before{background:rgba(255,255,255,0.4)}div[class*='bg-dark'] .button-text-2:after,.bg-black .button-text-2:after{background:white}div[class*='bg-dark'] .button-text-3:before,.bg-black .button-text-3:before{background:rgba(255,255,255,0.8)}div[class*='bg-dark'] .button-text-3:hover:before,.bg-black .button-text-3:hover:before{background:white}.button-circle{background:#e6e6e6;display:inline-block;border-radius:50%;color:#131619;text-align:center;-webkit-transition:ease-out 0.14s;transition:ease-out 0.14s}.button-circle:hover{color:#767A7D}.button-circle-sm{width:40px;height:40px;line-height:40px}.button-circle-sm i{line-height:40px}.button-circle-md{width:50px;height:50px;line-height:50px}.button-circle-md i{line-height:50px}.button-circle-lg{width:60px;height:60px;line-height:60px}.button-circle-lg i{line-height:60px}.button-circle-xl{width:70px;height:70px;line-height:70px}.button-circle-xl i{line-height:70px}.button-circle-2xl{width:80px;height:80px;line-height:80px}.button-circle-2xl i{line-height:80px}.button-circle-gray{background:#eef2f6;color:rgba(19,22,25,0.9)}.button-circle-gray:hover,.button-circle-gray:focus{background:#e4e8ec;color:#131619}.button-circle-dark{background:#131619;color:white}.button-circle-dark:hover,.button-circle-dark:focus{background:rgba(19,22,25,0.9);color:white}.button-circle-black{background:black;color:rgba(255,255,255,0.8)}.button-circle-black:hover,.button-circle-black:focus{background:black;color:white}.button-circle-white{background:white;color:#131619}.button-circle-white:hover,.button-circle-white:focus{background:rgba(255,255,255,0.9);color:#131619}.button-circle-white-2{background:rgba(255,255,255,0.15);color:white}.button-circle-white-2:hover,.button-circle-white-2:focus{background:rgba(255,255,255,0.2);color:white}.button-circle-outline-gray{background:transparent;border:1px solid rgba(19,22,25,0.2);color:rgba(19,22,25,0.9)}.button-circle-outline-gray:hover,.button-circle-outline-gray:focus{border-color:#131619;color:#131619}.button-circle-outline-dark{background:transparent;border:1px solid rgba(19,22,25,0.8);color:rgba(19,22,25,0.9)}.button-circle-outline-dark:hover,.button-circle-outline-dark:focus{border-color:rgba(19,22,25,0.2);color:#131619}.button-circle-outline-white{background:transparent;border:1px solid rgba(255,255,255,0.3);color:rgba(255,255,255,0.9)}.button-circle-outline-white:hover,.button-circle-outline-white:focus{border-color:white;color:white}.button-circle-outline-white-2{background:transparent;border:1px solid white;color:rgba(255,255,255,0.9)}.button-circle-outline-white-2:hover,.button-circle-outline-white-2:focus{border-color:rgba(255,255,255,0.2);color:white}.button-circle-hover-slide{position:relative;display:inline-block;overflow:hidden}.button-circle-hover-slide i{position:absolute;left:50%;-webkit-transition:ease-out 0.14s;transition:ease-out 0.14s}.button-circle-hover-slide i:first-child{top:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.button-circle-hover-slide i:last-child{top:100%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.button-circle-hover-slide:hover i:first-child{top:-100%;-webkit-transform:translateX(-50%) translateY(0);transform:translateX(-50%) translateY(0)}.button-circle-hover-slide:hover i:last-child{top:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.button-circle-animation-drop{position:relative}.button-circle-animation-drop:before{content:'';position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);opacity:1;width:100%;height:100%;border:2px solid rgba(19,22,25,0.1);border-radius:50%;-webkit-animation:button-drop 2s ease-out infinite;animation:button-drop 2s ease-out infinite}.button-circle-animation-drop:hover{-webkit-transform:scale(0.92);transform:scale(0.92)}.button-circle-animation-drop.button-circle-white:before{border-color:rgba(255,255,255,0.4)}.button-circle-animation-drop.button-circle-outline-white:before,.button-circle-animation-drop.button-circle-outline-white-2:before{border-color:rgba(255,255,255,0.3)}@-webkit-keyframes button-drop{0%{opacity:1;width:100%;height:100%}60%{opacity:0;width:160%;height:160%}100%{opacity:0;width:100%;height:100%}}@keyframes button-drop{0%{opacity:1;width:100%;height:100%}60%{opacity:0;width:160%;height:160%}100%{opacity:0;width:100%;height:100%}}.button-circle-animation-drop-2{position:relative}.button-circle-animation-drop-2:before{content:'';position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);z-index:-1;opacity:1;background:rgba(19,22,25,0.1);width:100%;height:100%;border-radius:50%;-webkit-animation:button-drop 2s ease-out infinite;animation:button-drop 2s ease-out infinite}.button-circle-animation-drop-2:hover{-webkit-transform:scale(0.92);transform:scale(0.92)}.button-circle-animation-drop-2.button-circle-white:before{background:rgba(255,255,255,0.2)}.button-circle-animation-drop-2.button-circle-outline-white:before,.button-circle-animation-drop-2.button-circle-outline-white-2:before{background:rgba(255,255,255,0.1)}@-webkit-keyframes button-drop-2{0%{opacity:1;width:100%;height:100%}60%{opacity:0;width:150%;height:150%}100%{opacity:0;width:100%;height:100%}}@keyframes button-drop-2{0%{opacity:1;width:100%;height:100%}60%{opacity:0;width:150%;height:150%}100%{opacity:0;width:100%;height:100%}}[class*='button-ct']{position:relative;display:inline-block;height:60px;padding-left:76px}[class*='button-ct'] .ct-icon{position:absolute;top:0;left:0;display:inline-block;background:transparent;width:60px;height:60px;border-radius:50%;text-align:center;line-height:60px;font-size:17px;-webkit-transition:ease-out 0.12s;transition:ease-out 0.12s}[class*='button-ct'] .ct-text{position:relative;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);display:inline-block;font-size:17px;color:#131619}[class*='button-ct']:hover .ct-icon{-webkit-transform:scale(0.9);transform:scale(0.9)}.button-ct-sm{height:50px;padding-left:64px}.button-ct-sm .ct-icon{width:50px;height:50px;line-height:50px;font-size:15px}.button-ct-sm .ct-text{font-size:15px}.button-ct-lg{height:70px;padding-left:86px}.button-ct-lg .ct-icon{width:70px;height:70px;line-height:70px;font-size:18px}.button-ct-xl{height:80px;padding-left:96px}.button-ct-xl .ct-icon{width:80px;height:80px;line-height:80px;font-size:18px}.button-ct-gray .ct-icon{background:#eef2f6;color:rgba(19,22,25,0.9)}.button-ct-gray:hover .ct-icon{background:#e4e8ec;color:#131619}.button-ct-dark .ct-icon{background:#131619;color:white}.button-ct-dark:hover .ct-icon{background:rgba(19,22,25,0.9);color:white}.button-ct-white .ct-icon{background:white;color:#131619}.button-ct-white:hover .ct-icon{background:rgba(255,255,255,0.9);color:#131619}.button-ct-outline-gray .ct-icon{border:1px solid rgba(19,22,25,0.2);color:#131619}.button-ct-outline-gray:hover .ct-icon{border-color:#131619}.button-ct-outline-dark .ct-icon{border:1px solid rgba(19,22,25,0.8);color:#131619}.button-ct-outline-dark:hover .ct-icon{border-color:rgba(19,22,25,0.2)}.button-ct-outline-white .ct-icon{border:1px solid rgba(255,255,255,0.3);color:rgba(255,255,255,0.9)}.button-ct-outline-white:hover .ct-icon{border-color:white;color:white}.button-ct-outline-white-2 .ct-icon{border:1px solid white;color:white}.button-ct-outline-white-2:hover .ct-icon{border-color:rgba(255,255,255,0.3);color:white}div[class*='bg-dark'] [class^='button-ct'] .ct-text,.bg-black [class^='button-ct'] .ct-text{color:rgba(255,255,255,0.9)}div[class*='bg-dark'] [class^='button-ct']:hover .ct-text,.bg-black [class^='button-ct']:hover .ct-text{color:white}.button-font-2{font-weight:400;font-size:15px;text-transform:none;letter-spacing:0}.font-extra-small .button,.font-extra-small.button{font-size:12px}.font-extra-small .button-font-2,.font-extra-small.button-font-2{font-size:13px}.font-small .button,.font-small.button{font-size:13px}.font-small .button-font-2,.font-small.button-font-2{font-size:14px}.font-family-primary .button,.font-family-primary.button{font-family:"Open Sans",sans-serif}.button-border-2{border-width:2px}.button-radius{border-radius:0.4em}.button-rounded{border-radius:50px}.client-box{display:inline-block;text-align:center}.client-box a img{opacity:0.5;-webkit-transition:ease-out 0.14s;transition:ease-out 0.14s}.client-box a:hover img,.client-box a:focus img{opacity:1}.clients-grid{overflow:hidden;margin:0;padding:0;text-align:center}.clients-grid li{list-style-type:none;position:relative;float:left;width:16.6%;margin:0;padding:34px 30px}.clients-grid li:before,.clients-grid li:after{content:'';position:absolute}.clients-grid li:before{top:0;left:-1px;height:100%;border-left:1px dashed #e2e6ea}.clients-grid li:after{left:0;bottom:-1px;width:100%;border-bottom:1px dashed #e2e6ea}.clients-grid li a img{opacity:0.5;-webkit-transition:ease-out 0.14s;transition:ease-out 0.14s}.clients-grid li a:hover img,.clients-grid li a:focus img{opacity:1}@media (max-width: 991.98px){.clients-grid li{width:25%}}@media (max-width: 767.98px){.clients-grid li{width:33.3%}}@media (max-width: 575.98px){.clients-grid li{width:50%}}.clients-grid.column-5 li{width:20%}@media (max-width: 991.98px){.clients-grid.column-5 li{width:25%}}@media (max-width: 767.98px){.clients-grid.column-5 li{width:33.3%}}@media (max-width: 575.98px){.clients-grid.column-5 li{width:50%}}.clients-grid.column-4 li,.clients-grid.masonry.column-5 li,.clients-grid.masonry.column-6 li,.clients-grid.portfolio-masonry.column-5 li,.clients-grid.portfolio-metro.column-5 li,.clients-grid.portfolio-masonry.column-6 li,.clients-grid.portfolio-metro.column-6 li{width:25%}@media (max-width: 767.98px){.clients-grid.column-4 li,.clients-grid.masonry.column-5 li,.clients-grid.masonry.column-6 li,.clients-grid.portfolio-masonry.column-5 li,.clients-grid.portfolio-metro.column-5 li,.clients-grid.portfolio-masonry.column-6 li,.clients-grid.portfolio-metro.column-6 li{width:33.3%}}@media (max-width: 575.98px){.clients-grid.column-4 li,.clients-grid.masonry.column-5 li,.clients-grid.masonry.column-6 li,.clients-grid.portfolio-masonry.column-5 li,.clients-grid.portfolio-metro.column-5 li,.clients-grid.portfolio-masonry.column-6 li,.clients-grid.portfolio-metro.column-6 li{width:50%}}.clients-grid.column-3 li{width:33.3%}@media (max-width: 767.98px){.clients-grid.column-3 li{width:50%}}.clients-grid.column-2 li{width:50%}.clients-grid.border-style-solid{border:0}.clients-grid.border-style-solid li:before{border-left-style:solid}.clients-grid.border-style-solid li:after{border-bottom-style:solid}.clients-grid.border-style-dotted{border:0}.clients-grid.border-style-dotted li:before{border-left-style:dotted}.clients-grid.border-style-dotted li:after{border-bottom-style:dotted}div[class*='bg-dark'] .clients-grid li:before,div[class*='bg-dark'] .clients-grid li:after,.bg-black .clients-grid li:before,.bg-black .clients-grid li:after{border-color:rgba(255,255,255,0.2)}div[class*="fancy-box"]{overflow:hidden;position:relative;display:block}div[class*="fancy-box"] img{-webkit-transition:transform 0.46s cubic-bezier(0.165, 0.84, 0.44, 1);transition:transform 0.46s cubic-bezier(0.165, 0.84, 0.44, 1)}.fancy-box-1 a{display:block}.fancy-box-1 a:before{content:'';position:absolute;top:0;left:0;z-index:1;opacity:0;background:rgba(19,22,25,0.1);width:100%;height:100%;-webkit-transition:ease-out 0.16s;transition:ease-out 0.16s}.fancy-box-1 .content{position:absolute;top:20px;left:20px;z-index:2;display:inline-block;background:rgba(19,22,25,0.9);padding:10px 20px;color:rgba(255,255,255,0.9)}@media (max-width: 991.98px){.fancy-box-1 .content{top:16px;left:16px}}.fancy-box-1 .content h1,.fancy-box-1 .content h2,.fancy-box-1 .content h3,.fancy-box-1 .content h4,.fancy-box-1 .content h5,.fancy-box-1 .content h6{color:rgba(255,255,255,0.9)}.fancy-box-1 .content.top-center{top:20px;right:auto;bottom:auto;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}@media (max-width: 991.98px){.fancy-box-1 .content.top-center{top:16px;right:auto;bottom:auto;left:50%}}.fancy-box-1 .content.top-right{top:20px;right:20px;bottom:auto;left:auto}@media (max-width: 991.98px){.fancy-box-1 .content.top-right{top:16px;right:16px;bottom:auto;left:auto}}.fancy-box-1 .content.middle{top:50%;right:auto;bottom:auto;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.fancy-box-1 .content.bottom{top:auto;right:auto;bottom:20px;left:20px}@media (max-width: 991.98px){.fancy-box-1 .content.bottom{top:auto;right:auto;bottom:16px;left:16px}}.fancy-box-1 .content.bottom-center{top:auto;right:auto;bottom:20px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}@media (max-width: 991.98px){.fancy-box-1 .content.bottom-center{top:auto;right:auto;bottom:16px;left:50%}}.fancy-box-1 .content.bottom-right{top:auto;right:20px;bottom:20px;left:auto}@media (max-width: 991.98px){.fancy-box-1 .content.bottom-right{top:auto;right:16px;bottom:16px;left:auto}}.fancy-box-1:hover a:before,.fancy-box-1:focus a:before{opacity:1}.fancy-box-1:hover img,.fancy-box-1:focus img{-webkit-transform:scale(1.04);transform:scale(1.04)}.fancy-box-2{color:#767A7D}.fancy-box-2 h1,.fancy-box-2 h2,.fancy-box-2 h3,.fancy-box-2 h4,.fancy-box-2 h5,.fancy-box-2 h6{color:#131619}.fancy-box-2 a:not([class*='button']){color:#767A7D}.fancy-box-2 a:not([class*='button']):hover,.fancy-box-2 a:not([class*='button']):focus{color:#131619}.fancy-box-2 .hover-content{position:absolute;right:20px;bottom:20px;left:20px;-webkit-transform:translateY(4px);transform:translateY(4px);z-index:1;visibility:hidden;opacity:0;background:rgba(19,22,25,0.9);padding:30px;-webkit-transition:ease-out 0.16s;transition:ease-out 0.16s}@media (max-width: 991.98px){.fancy-box-2 .hover-content{right:16px;bottom:16px;left:16px;padding:20px}}.fancy-box-2 .hover-content.top{top:20px;bottom:auto}@media (max-width: 991.98px){.fancy-box-2 .hover-content.top{top:16px;bottom:auto}}.fancy-box-2:hover img,.fancy-box-2:focus img{-webkit-transform:scale(1.04);transform:scale(1.04)}.fancy-box-2:hover .hover-content,.fancy-box-2:focus .hover-content{-webkit-transform:translateY(0);transform:translateY(0);visibility:visible;opacity:1}.fancy-box-3:before,.fancy-box-3:after{content:'';position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;-webkit-transition:ease-out 0.16s;transition:ease-out 0.16s}.fancy-box-3:before{opacity:1;background-image:linear-gradient(to top, rgba(19,22,25,0.5), transparent)}.fancy-box-3:after{opacity:0;background-image:linear-gradient(to top, rgba(19,22,25,0.6), rgba(19,22,25,0.1))}.fancy-box-3 .content,.fancy-box-3 .hover-content{position:absolute;z-index:2;bottom:0;left:0;width:100%;padding:36px;-webkit-transition:ease-out 0.16s;transition:ease-out 0.16s}@media (max-width: 1199.98px){.fancy-box-3 .content,.fancy-box-3 .hover-content{padding:30px}}@media (max-width: 991.98px){.fancy-box-3 .content,.fancy-box-3 .hover-content{padding:20px}}.fancy-box-3 .hover-content{-webkit-transform:translateY(4px);transform:translateY(4px);visibility:hidden;opacity:0}.fancy-box-3 .button-text-1,.fancy-box-3 a.button-text-1,.fancy-box-3 .button-text-2,.fancy-box-3 a.button-text-2,.fancy-box-3 .button-text-3,.fancy-box-3 a.button-text-3{color:rgba(255,255,255,0.8)}.fancy-box-3 .button-text-1:hover,.fancy-box-3 a.button-text-1:hover,.fancy-box-3 .button-text-2:hover,.fancy-box-3 a.button-text-2:hover,.fancy-box-3 .button-text-3:hover,.fancy-box-3 a.button-text-3:hover{color:white}.fancy-box-3 .button-text-1:before,.fancy-box-3 a.button-text-1:before{background:rgba(255,255,255,0.3)}.fancy-box-3 .button-text-1:after,.fancy-box-3 a.button-text-1:after{background:white}.fancy-box-3 .button-text-2:before,.fancy-box-3 a.button-text-2:before{background:rgba(255,255,255,0.4)}.fancy-box-3 .button-text-2:after,.fancy-box-3 a.button-text-2:after{background:white}.fancy-box-3 .button-text-3:before,.fancy-box-3 a.button-text-3:before{background:rgba(255,255,255,0.8)}.fancy-box-3 .button-text-3:hover:before,.fancy-box-3 a.button-text-3:hover:before{background:white}.fancy-box-3:hover:before,.fancy-box-3:focus:before{opacity:0}.fancy-box-3:hover:after,.fancy-box-3:focus:after{opacity:1}.fancy-box-3:hover img,.fancy-box-3:focus img{-webkit-transform:scale(1.04);transform:scale(1.04)}.fancy-box-3:hover .content,.fancy-box-3:focus .content{-webkit-transform:translateY(-4px);transform:translateY(-4px);visibility:hidden;opacity:0}.fancy-box-3:hover .hover-content,.fancy-box-3:focus .hover-content{visibility:visible;opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.f-box.style-1{border:1px solid rgba(19,22,25,0.1);padding:44px 36px;-webkit-transition:ease-out 0.14s;transition:ease-out 0.14s}@media (max-width: 1199.98px){.f-box.style-1{padding:34px 30px}}@media (max-width: 991.98px){.f-box.style-1{padding:24px 20px}}.f-box.style-1 .f-box-icon{margin-bottom:20px;font-size:40px;color:#131619}.f-box.style-1:hover{border-color:#131619}.f-box.style-2{border:1px solid rgba(19,22,25,0.1);padding:44px 36px;-webkit-transition:ease-out 0.14s;transition:ease-out 0.14s}@media (max-width: 1199.98px){.f-box.style-2{padding:34px 30px}}@media (max-width: 991.98px){.f-box.style-2{padding:24px 20px}}.f-box.style-2 .f-box-icon{margin-bottom:20px;font-size:36px;color:#131619;-webkit-transition:ease-out 0.14s;transition:ease-out 0.14s}.f-box.style-2 h1,.f-box.style-2 h2,.f-box.style-2 h3,.f-box.style-2 h4,.f-box.style-2 h5,.f-box.style-2 h6{-webkit-transition:ease-out 0.14s;transition:ease-out 0.14s}.f-box.style-2:hover{background:#f1f5f9;border-color:transparent}div[class*='bg-dark'] .f-box.style-1,div[class*='bg-dark'] .f-box.style-2,.bg-black .f-box.style-1,.bg-black .f-box.style-2{border-color:rgba(255,255,255,0.2)}div[class*='bg-dark'] .f-box.style-1 .f-box-icon,.bg-black .f-box.style-1 .f-box-icon{color:white}div[class*='bg-dark'] .f-box.style-1:hover,.bg-black .f-box.style-1:hover{border-color:white}div[class*='bg-dark'] .f-box.style-2 .f-box-icon,.bg-black .f-box.style-2 .f-box-icon{color:white}div[class*='bg-dark'] .f-box.style-2:hover,.bg-black .f-box.style-2:hover{background:rgba(255,255,255,0.1);border-color:transparent}.gallery .gallery-item{position:relative;overflow:hidden}.gallery .gallery-item a{display:block}.gallery .gallery-item a:after{content:'';position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;background:rgba(19,22,25,0.1);-webkit-transition:ease-out 0.16s;transition:ease-out 0.16s}.gallery .gallery-item a img{-webkit-transition:transform 0.46s cubic-bezier(0.165, 0.84, 0.44, 1);transition:transform 0.46s cubic-bezier(0.165, 0.84, 0.44, 1)}.gallery .gallery-item a:hover:after{opacity:1}.gallery .gallery-item a:hover img{-webkit-transform:scale(1.04);transform:scale(1.04)}.justified-gallery a:after{content:'';position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;background:rgba(19,22,25,0.1);-webkit-transition:ease-out 0.16s;transition:ease-out 0.16s}.justified-gallery a img{-webkit-transition:transform 0.46s cubic-bezier(0.165, 0.84, 0.44, 1);transition:transform 0.46s cubic-bezier(0.165, 0.84, 0.44, 1)}.justified-gallery a:hover:after{opacity:1}.justified-gallery a:hover img{-webkit-transform:scale(1.04);transform:scale(1.04)}.gmap{width:100%}.gmap-xs{height:300px}.gmap-sm{height:350px}.gmap-md{height:400px}.gmap-lg{height:450px}.gmap-xl{height:500px}.lightbox-image-box,.lightbox-media-box{position:relative;overflow:hidden;display:block}.lightbox-image-box:after,.lightbox-media-box:after{content:'';position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;background:rgba(19,22,25,0.1);-webkit-transition:ease-out 0.16s;transition:ease-out 0.16s}.lightbox-image-box img,.lightbox-media-box img{-webkit-transition:transform 0.46s cubic-bezier(0.165, 0.84, 0.44, 1);transition:transform 0.46s cubic-bezier(0.165, 0.84, 0.44, 1)}.lightbox-image-box i,.lightbox-media-box i{z-index:1;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);background:rgba(19,22,25,0.6);width:60px;height:60px;border-radius:50%;text-align:center;line-height:60px;color:rgba(255,255,255,0.9);-webkit-transition:ease-out 0.16s;transition:ease-out 0.16s}.lightbox-image-box.icon-xl i,.lightbox-image-box.icon-2xl i,.lightbox-media-box.icon-xl i,.lightbox-media-box.icon-2xl i{width:70px;height:70px;line-height:70px}.lightbox-image-box.icon-3xl i,.lightbox-image-box.icon-4xl i,.lightbox-image-box.icon-5xl i,.lightbox-media-box.icon-3xl i,.lightbox-media-box.icon-4xl i,.lightbox-media-box.icon-5xl i{width:80px;height:80px;line-height:80px}.lightbox-image-box:hover:after,.lightbox-media-box:hover:after{opacity:1}.lightbox-image-box:hover img,.lightbox-media-box:hover img{-webkit-transform:scale(1.04);transform:scale(1.04)}.lightbox-image-box:hover i,.lightbox-media-box:hover i{-webkit-transform:translate(-50%, -50%) scale(0.94);transform:translate(-50%, -50%) scale(0.94)}.mfp-bg{background:black}.mfp-container,.mfp-bg{opacity:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:ease-out 0.16s;transition:ease-out 0.16s}.mfp-container{-webkit-transform:scale(0.98);transform:scale(0.98);padding:0 20px}.mfp-ready .mfp-container{-webkit-transform:scale(1);transform:scale(1);opacity:1}.mfp-ready.mfp-bg{opacity:0.9}.mfp-removing .mfp-container,.mfp-removing.mfp-bg{opacity:0}.mfp-removing .mfp-container{-webkit-transform:scale(0.98);transform:scale(0.98)}button.mfp-close{display:block;top:-5px;opacity:1;width:auto;height:auto;line-height:auto;font-size:24px;-webkit-transition:linear 0.1s;transition:linear 0.1s}button.mfp-close:hover{top:-5px;opacity:1;color:white}.mfp-iframe-holder .mfp-close{top:-45px}.mfp-iframe-holder .mfp-close:hover{top:-45px}.mfp-close-btn-in .mfp-close{color:rgba(255,255,255,0.9)}.mfp-arrow{-webkit-transition:linear 0.1s;transition:linear 0.1s}.mfp-arrow-left:before{border-right:0}.mfp-arrow-right:before{border-left:0}@media (max-width: 767.98px){button.mfp-arrow{background:rgba(19,22,25,0.5);width:70px;height:70px;margin-top:-35px}button.mfp-arrow:active{margin-top:-35px}button.mfp-arrow-left{margin-left:30px}button.mfp-arrow-left:before,button.mfp-arrow-left:after{margin-top:15px;margin-left:20px}button.mfp-arrow-right{margin-right:30px}button.mfp-arrow-right:before,button.mfp-arrow-right:after{margin-top:15px;margin-left:30px}}.mfp-bottom-bar{margin-top:-30px}.mfp-bottom-bar .mfp-title{color:rgba(255,255,255,0.7)}.mfp-bottom-bar .mfp-counter{color:rgba(255,255,255,0.6);font-size:14px}.mfp-iframe-scaler iframe,.mfp-figure::after{-webkit-box-shadow:0 10px 40px -4px rgba(24,27,30,0.24);box-shadow:0 10px 40px -4px rgba(24,27,30,0.24)}.progress-box{margin-bottom:16px}.progress-box:last-child{margin-bottom:0}.progress-box h1,.progress-box h2,.progress-box h3,.progress-box h4,.progress-box h5,.progress-box h6{margin-bottom:0}.progress-box .progress,.progress-box .progress-bar{height:3px;box-shadow:none;border-radius:10px}.progress-box .progress{overflow:visible;background:rgba(19,22,25,0.2);margin:0;padding:0}.progress-box .progress .progress-bar{overflow:visible;position:relative;background:rgba(19,22,25,0.9);width:30%;border:none;color:rgba(19,22,25,0.9)}.progress-box .progress .progress-bar span{position:absolute;top:-22px;right:0;font-size:14px}div[class*='bg-dark'] .progress-box .progress,.bg-black .progress-box .progress{background:rgba(255,255,255,0.3)}div[class*='bg-dark'] .progress-box .progress .progress-bar,.bg-black .progress-box .progress .progress-bar{background:white;color:white}.sf-box{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-wrap:wrap;align-items:center;position:relative;min-height:50px;padding-left:74px}@media (max-width: 991.98px){.sf-box{padding-left:70px}}.sf-box .sf-box-icon{position:absolute;top:0;left:0;opacity:0.9;background:#e4e8ec;width:50px;height:50px;border-radius:50%;text-align:center;-webkit-transition:ease-out 0.14s;transition:ease-out 0.14s}.sf-box .sf-box-icon *{margin:0;line-height:50px;vertical-align:middle;color:rgba(19,22,25,0.9);-webkit-transition:ease-out 0.14s;transition:ease-out 0.14s}.sf-box .sf-box-icon a{display:block}.sf-box .sf-box-icon.middle{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.sf-box:hover .sf-box-icon{opacity:1}.sf-box.sf-box-xl{min-height:70px;padding-left:94px}@media (max-width: 991.98px){.sf-box.sf-box-xl{padding-left:90px}}.sf-box.sf-box-xl .sf-box-icon{width:70px;height:70px}.sf-box.sf-box-xl .sf-box-icon *{line-height:70px}.sf-box.sf-box-lg{min-height:60px;padding-left:84px}@media (max-width: 991.98px){.sf-box.sf-box-lg{padding-left:80px}}.sf-box.sf-box-lg .sf-box-icon{width:60px;height:60px}.sf-box.sf-box-lg .sf-box-icon *{line-height:60px}.sf-box.sf-box-sm{min-height:40px;padding-left:64px}@media (max-width: 991.98px){.sf-box.sf-box-sm{padding-left:60px}}.sf-box.sf-box-sm .sf-box-icon{width:40px;height:40px}.sf-box.sf-box-sm .sf-box-icon *{line-height:40px}.sf-box.dark .sf-box-icon{background:#181c20}.sf-box.dark .sf-box-icon *{color:rgba(255,255,255,0.9)}.sf-box.white .sf-box-icon{background:white}.sf-box.outline-gray{opacity:1}.sf-box.outline-gray .sf-box-icon{background:transparent;border:1px solid #e4e8ec}.sf-box.outline-gray:hover .sf-box-icon{background:#e4e8ec}.sf-box.outline-dark{opacity:1}.sf-box.outline-dark .sf-box-icon{background:transparent;border:1px solid rgba(19,22,25,0.8)}.sf-box.outline-dark:hover .sf-box-icon{background:#131619}.sf-box.outline-dark:hover .sf-box-icon *{color:white}.sf-box.outline-white{opacity:1}.sf-box.outline-white .sf-box-icon{background:transparent;border:1px solid rgba(255,255,255,0.9)}.sf-box.outline-white .sf-box-icon *{color:rgba(255,255,255,0.9)}.sf-box.outline-white:hover .sf-box-icon{background:white}.sf-box.outline-white:hover .sf-box-icon *{color:#131619}.team-box{position:relative}.team-box .team-img{overflow:hidden}.team-box .team-img img{-webkit-transform:scale(1.04);transform:scale(1.04);width:100%;-webkit-transition:transform 0.46s cubic-bezier(0.165, 0.84, 0.44, 1);transition:transform 0.46s cubic-bezier(0.165, 0.84, 0.44, 1)}.team-box .hover-content{position:absolute;top:0;left:0;visibility:hidden;opacity:0;background:rgba(19,22,25,0.3);width:100%;height:100%;color:rgba(255,255,255,0.7);-webkit-transition:ease-out 0.16s;transition:ease-out 0.16s}.team-box .hover-content .top{position:absolute;top:0;left:0;width:100%;padding:36px}@media (max-width: 991.98px){.team-box .hover-content .top{padding:30px}}.team-box .hover-content .top ul li{-webkit-transform:translateY(8px);transform:translateY(8px);opacity:0;-webkit-transition:ease-out 0.16s;transition:ease-out 0.16s}.team-box .hover-content .top ul li:nth-child(1){-webkit-transition-delay:.06s;transition-delay:.06s}.team-box .hover-content .top ul li:nth-child(2){-webkit-transition-delay:.12s;transition-delay:.12s}.team-box .hover-content .top ul li:nth-child(3){-webkit-transition-delay:.18s;transition-delay:.18s}.team-box .hover-content .top ul li:nth-child(4){-webkit-transition-delay:.24s;transition-delay:.24s}.team-box .hover-content .top ul li:nth-child(5){-webkit-transition-delay:.3s;transition-delay:.3s}.team-box .hover-content .top ul li:nth-child(6){-webkit-transition-delay:.36s;transition-delay:.36s}.team-box .hover-content .top ul li:nth-child(7){-webkit-transition-delay:.42s;transition-delay:.42s}.team-box .hover-content .bottom{position:absolute;bottom:0;left:0;width:100%;padding:36px}@media (max-width: 991.98px){.team-box .hover-content .bottom{padding:30px}}.team-box .hover-content h1,.team-box .hover-content h2,.team-box .hover-content h3,.team-box .hover-content h4,.team-box .hover-content h5,.team-box .hover-content h6{color:white}.team-box .hover-content a:not([class*='button']){color:rgba(255,255,255,0.7)}.team-box .hover-content a:not([class*='button']):hover,.team-box .hover-content a:not([class*='button']):focus{color:white}.team-box:hover .team-img img{-webkit-transform:scale(1);transform:scale(1)}.team-box:hover .hover-content{visibility:visible;opacity:1}.team-box:hover .hover-content .top ul li{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}.team-box.hover-style-2 .team-img img{-webkit-transform:scale(1);transform:scale(1)}.team-box.hover-style-2 .hover-content{background:rgba(19,22,25,0.1)}.team-box.hover-style-2:hover .team-img img{-webkit-transform:scale(1.04);transform:scale(1.04);-webkit-filter:blur(1.5px);filter:blur(1.5px)}.testimonial-box .quote{position:relative;background:#f1f5f9;border-radius:0.5em;padding:30px;font-size:15px}@media (max-width: 991.98px){.testimonial-box .quote{padding:20px}}.testimonial-box .quote:before{content:'';position:absolute;bottom:-8px;left:40px;-webkit-transform:rotate(45deg);transform:rotate(45deg);background:#f1f5f9;width:17px;height:17px}.testimonial-box .avatar{position:relative;min-height:60px;margin-top:20px;vertical-align:middle}.testimonial-box .avatar img{position:absolute;top:0;left:20px;width:60px;height:60px;border-radius:50%}.testimonial-box .avatar div{position:absolute;top:50%;left:100px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.testimonial-box .avatar h6{margin:0;line-height:1.4}.testimonial-box .avatar span{font-size:15px;color:#a3a6a8}.bg-gray .testimonial-box .quote,.bg-light-gray .testimonial-box .quote{background:white}.bg-gray .testimonial-box .quote:before,.bg-light-gray .testimonial-box .quote:before{background:white}div[class*='bg-dark'] .testimonial-box .quote,.bg-black .testimonial-box .quote{background:rgba(255,255,255,0.1)}div[class*='bg-dark'] .testimonial-box .quote:before,.bg-black .testimonial-box .quote:before{background:transparent}.testimonial-carousel{text-align:center}.testimonial-carousel .testimonial-item{max-width:740px;margin:0 auto;text-align:center}.testimonial-carousel .testimonial-item img{display:inline-block;width:100px;height:100px;border-radius:50%;margin-right:auto;margin-left:auto}*[class*='text-link-']{color:rgba(19,22,25,0.9)}*[class*='text-link-']:hover,*[class*='text-link-']:focus{color:#131619}.text-link-1:hover{text-decoration:underline}.text-link-2:hover{text-decoration:line-through}.text-link-3{position:relative}.text-link-3:before{content:'';position:absolute;bottom:0;background:rgba(19,22,25,0.9);width:0;height:1px;-webkit-transition:all 0.24s cubic-bezier(0.165, 0.84, 0.44, 1);transition:all 0.24s cubic-bezier(0.165, 0.84, 0.44, 1)}.text-link-3:hover:before{width:100%}.text-link-3:before{left:0}.text-link-4{position:relative}.text-link-4:before{content:'';position:absolute;bottom:0;left:0;-webkit-transform:translateY(3px);transform:translateY(3px);opacity:0;background:rgba(19,22,25,0.9);width:100%;height:1px;-webkit-transition:ease-out 0.16s;transition:ease-out 0.16s}.text-link-4:hover:before{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}.text-link-5{position:relative}.text-link-5:before,.text-link-5:after{content:'';position:absolute;bottom:0;height:1px;-webkit-transition:all 0.24s cubic-bezier(0.165, 0.84, 0.44, 1);transition:all 0.24s cubic-bezier(0.165, 0.84, 0.44, 1)}.text-link-5:before{left:0;background:rgba(19,22,25,0.2);width:100%}.text-link-5:after{background:rgba(19,22,25,0.9);width:0}.text-link-5:hover:after{width:100%}.text-link-5:after{left:0}.text-link-6{position:relative}.text-link-6:before,.text-link-6:after{content:'';position:absolute;bottom:0;left:0;width:100%;height:1px;-webkit-transition:ease-out 0.16s;transition:ease-out 0.16s}.text-link-6:before{background:rgba(19,22,25,0.2)}.text-link-6:after{opacity:0;-webkit-transform:translateY(3px);transform:translateY(3px);background:rgba(19,22,25,0.9)}.text-link-6:hover:before{opacity:0}.text-link-6:hover:after{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}.text-link-7{position:relative}.text-link-7:before{content:'';position:absolute;bottom:4px;left:0;background:rgba(19,22,25,0.2);width:0;height:6px;-webkit-transition:all 0.24s cubic-bezier(0.165, 0.84, 0.44, 1);transition:all 0.24s cubic-bezier(0.165, 0.84, 0.44, 1)}.text-link-7:hover:before{width:100%}div[class*='bg-dark'] *[class*='text-link-'],.bg-black *[class*='text-link-'],.fm-wrapper:not(div[class*='bg-white']):not(.bg-light-gray):not(.bg-gray) *[class*='text-link-']{color:rgba(255,255,255,0.9)}div[class*='bg-dark'] *[class*='text-link-']:hover,div[class*='bg-dark'] *[class*='text-link-']:focus,.bg-black *[class*='text-link-']:hover,.bg-black *[class*='text-link-']:focus,.fm-wrapper:not(div[class*='bg-white']):not(.bg-light-gray):not(.bg-gray) *[class*='text-link-']:hover,.fm-wrapper:not(div[class*='bg-white']):not(.bg-light-gray):not(.bg-gray) *[class*='text-link-']:focus{color:white}div[class*='bg-dark'] .text-link-3:before,div[class*='bg-dark'] .text-link-4:before,.bg-black .text-link-3:before,.bg-black .text-link-4:before,.fm-wrapper:not(div[class*='bg-white']):not(.bg-light-gray):not(.bg-gray) .text-link-3:before,.fm-wrapper:not(div[class*='bg-white']):not(.bg-light-gray):not(.bg-gray) .text-link-4:before{background:white}div[class*='bg-dark'] .text-link-5:before,div[class*='bg-dark'] .text-link-6:before,.bg-black .text-link-5:before,.bg-black .text-link-6:before,.fm-wrapper:not(div[class*='bg-white']):not(.bg-light-gray):not(.bg-gray) .text-link-5:before,.fm-wrapper:not(div[class*='bg-white']):not(.bg-light-gray):not(.bg-gray) .text-link-6:before{background:rgba(255,255,255,0.3)}div[class*='bg-dark'] .text-link-5:after,div[class*='bg-dark'] .text-link-6:after,.bg-black .text-link-5:after,.bg-black .text-link-6:after,.fm-wrapper:not(div[class*='bg-white']):not(.bg-light-gray):not(.bg-gray) .text-link-5:after,.fm-wrapper:not(div[class*='bg-white']):not(.bg-light-gray):not(.bg-gray) .text-link-6:after{background:white}div[class*='bg-dark'] .text-link-7:before,.bg-black .text-link-7:before,.fm-wrapper:not(div[class*='bg-white']):not(.bg-light-gray):not(.bg-gray) .text-link-7:before{background:rgba(255,255,255,0.4)}.blog-category-list{list-style-type:none;text-align:left;margin:0 0 -10px;padding:0}.blog-category-list li{position:relative;margin:0 0 10px;font-size:15px}.blog-category-list li a{display:block}.blog-category-list li span{position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);display:inline-block;background:rgba(19,22,25,0.1);padding:2px 4px;border-radius:4px;font-size:13px;line-height:15px}div[class*='bg-dark'] .blog-category-list li a span,.bg-black .blog-category-list li a span{background:rgba(255,255,255,0.2)}.comment-box{position:relative;margin-bottom:50px;padding-left:110px}.comment-box:last-child{margin-bottom:0}.comment-box .comment-avatar{position:absolute;top:0;left:0;width:80px;height:80px}.comment-box .comment-avatar img{width:100%;height:100%;border-radius:50%}.comment-box .comment-reply{position:absolute;top:0;right:0}.comment-box .comment-reply a{display:inline-block;font-family:"Poppins",sans-serif;font-size:14px;letter-spacing:1px;text-transform:uppercase}.comment-box .comment-reply a i{margin-right:8px}#cookie-consent{position:fixed;right:0;bottom:0;left:0;z-index:996;visibility:visible;opacity:1;-webkit-transition:ease-out 0.2s;transition:ease-out 0.2s}#cookie-consent.consent-hidden{visibility:hidden;opacity:0}.fm-toggle{position:relative;display:inline-block;width:28px;height:28px}.fm-toggle span{position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:#131619;width:100%;height:2px;border-radius:2px;-webkit-transition:linear 0.1s;transition:linear 0.1s}.fm-toggle span:before,.fm-toggle span:after{content:'';position:absolute;left:0;background:#131619;width:100%;height:2px;border-radius:2px;-webkit-transition:linear 0.1s;transition:linear 0.1s}.fm-toggle span:before{top:-7px;-webkit-transform:scaleX(0.9);transform:scaleX(0.9)}.fm-toggle span:after{bottom:-7px;-webkit-transform:scaleX(0.7);transform:scaleX(0.7)}.fm-toggle:hover span:before{-webkit-transform:scaleX(1);transform:scaleX(1)}.fm-toggle:hover span:after{-webkit-transform:scaleX(1);transform:scaleX(1)}.header.dark:not(.absolute-dark) .fm-toggle span,.header.black:not(.absolute-dark) .fm-toggle span,.header.absolute-light:not(.absolute-dark) .fm-toggle span{background:white}.header.dark:not(.absolute-dark) .fm-toggle span:before,.header.dark:not(.absolute-dark) .fm-toggle span:after,.header.black:not(.absolute-dark) .fm-toggle span:before,.header.black:not(.absolute-dark) .fm-toggle span:after,.header.absolute-light:not(.absolute-dark) .fm-toggle span:before,.header.absolute-light:not(.absolute-dark) .fm-toggle span:after{background:white}.fm-wrapper{position:fixed;top:0;left:0;z-index:992;visibility:hidden;opacity:0;background:#131619;width:100%;height:100%;color:rgba(255,255,255,0.6);-webkit-transition:ease-out 0.2s;transition:ease-out 0.2s}.fm-wrapper a:not([class*='button']){color:rgba(255,255,255,0.8)}.fm-wrapper a:not([class*='button']):hover,.fm-wrapper a:not([class*='button']):focus{color:white}.fm-wrapper.fm-show{visibility:visible;opacity:1}.fm-wrapper .container,.fm-wrapper .container-fluid{position:relative;height:100%}.fm-wrapper .fm-close{position:absolute;top:30px;left:50%;-webkit-transform:translateX(-50%) scale(0.9);transform:translateX(-50%) scale(0.9);opacity:0;width:60px;height:60px;-webkit-transition:ease-out 0.2s;transition:ease-out 0.2s}@media (max-width: 991.98px){.fm-wrapper .fm-close{top:20px}}.fm-wrapper .fm-close span{position:relative;display:inline-block;opacity:0.8;background:black;width:60px;height:60px;border-radius:50%;-webkit-transition:ease-out 0.16s;transition:ease-out 0.16s}.fm-wrapper .fm-close span:before,.fm-wrapper .fm-close span:after{content:'';position:absolute;top:50%;left:50%;background:white;width:14px;height:2px;border-radius:2px;-webkit-transition:ease-out 0.16s;transition:ease-out 0.16s}.fm-wrapper .fm-close span:before{-webkit-transform:translate(-50%, -50%) rotate(45deg);transform:translate(-50%, -50%) rotate(45deg)}.fm-wrapper .fm-close span:after{-webkit-transform:translate(-50%, -50%) rotate(-45deg);transform:translate(-50%, -50%) rotate(-45deg)}.fm-wrapper .fm-close:hover span{opacity:1}.fm-wrapper .fm-close:hover span:before{-webkit-transform:translate(-50%, -50%) rotate(180deg);transform:translate(-50%, -50%) rotate(180deg)}.fm-wrapper .fm-close:hover span:after{-webkit-transform:translate(-50%, -50%) rotate(180deg);transform:translate(-50%, -50%) rotate(180deg)}.fm-wrapper.bg-black .fm-close span{background:#131619}.fm-wrapper .middle{position:absolute;top:50%;right:30px;left:30px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.fm-wrapper .bottom{position:absolute;right:30px;bottom:50px;left:30px;-webkit-transform:translateY(8px);transform:translateY(8px);opacity:0;-webkit-transition:ease-out 0.2s;transition:ease-out 0.2s}@media (max-width: 991.98px){.fm-wrapper .bottom{bottom:30px}}.fm-wrapper .fm{list-style-type:none;margin:0;padding:0}.fm-wrapper .fm li{-webkit-transform:translateY(8px);transform:translateY(8px);opacity:0;margin:8px 0;font-family:"Poppins",sans-serif;font-weight:600;font-size:2em;line-height:1.5;-webkit-transition:ease-out 0.14s;transition:ease-out 0.14s}.fm-wrapper .fm li a{display:inline-block;color:rgba(255,255,255,0.7)}.fm-wrapper .fm li a:hover{color:white}.fm-wrapper .fm.list-inline-sm{margin-right:-8px;margin-left:-8px}.fm-wrapper .fm.list-inline-sm li{display:inline-block;margin:4px 8px}.fm-wrapper .fm.list-inline{margin-right:-12px;margin-left:-12px}.fm-wrapper .fm.list-inline li{display:inline-block;margin:6px 12px}.fm-wrapper .fm.list-inline-lg{margin-right:-16px;margin-left:-16px}.fm-wrapper .fm.list-inline-lg li{display:inline-block;margin:8px 16px}.fm-wrapper.fm-show .fm-close{-webkit-transform:translateX(-50%) scale(1);transform:translateX(-50%) scale(1);opacity:1;-webkit-transition-delay:.1s;transition-delay:.1s}.fm-wrapper.fm-show .fm li{-webkit-transform:translateY(0);transform:translateY(0);opacity:1;-webkit-transition-delay:.1s;transition-delay:.1s}.fm-wrapper.fm-show .fm li:nth-child(2){-webkit-transition-delay:.18s;transition-delay:.18s}.fm-wrapper.fm-show .fm li:nth-child(3){-webkit-transition-delay:.26s;transition-delay:.26s}.fm-wrapper.fm-show .fm li:nth-child(4){-webkit-transition-delay:.34s;transition-delay:.34s}.fm-wrapper.fm-show .fm li:nth-child(5){-webkit-transition-delay:.42s;transition-delay:.42s}.fm-wrapper.fm-show .fm li:nth-child(6){-webkit-transition-delay:.5s;transition-delay:.5s}.fm-wrapper.fm-show .fm li:nth-child(7){-webkit-transition-delay:.58s;transition-delay:.58s}.fm-wrapper.fm-show .fm li:nth-child(8){-webkit-transition-delay:.66s;transition-delay:.66s}.fm-wrapper.fm-show .fm li:nth-child(9){-webkit-transition-delay:.74s;transition-delay:.74s}.fm-wrapper.fm-show .fm li:nth-child(10){-webkit-transition-delay:.82s;transition-delay:.82s}.fm-wrapper.fm-show .bottom{-webkit-transform:translateY(0);transform:translateY(0);opacity:1;-webkit-transition-delay:.1s;transition-delay:.1s}div[class*='bg-white'].fm-wrapper .fm-close span,.bg-light-gray.fm-wrapper .fm-close span,.bg-gray.fm-wrapper .fm-close span{background:rgba(19,22,25,0.1)}div[class*='bg-white'].fm-wrapper .fm-close span:before,div[class*='bg-white'].fm-wrapper .fm-close span:after,.bg-light-gray.fm-wrapper .fm-close span:before,.bg-light-gray.fm-wrapper .fm-close span:after,.bg-gray.fm-wrapper .fm-close span:before,.bg-gray.fm-wrapper .fm-close span:after{background:#131619}.header{top:0;z-index:990;overflow:visible;background:white;width:100%;height:80px;-webkit-transition:ease-in-out 0.2s;transition:ease-in-out 0.2s}.header.hide{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.header .container,.header .container-fluid{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;justify-content:space-between;align-items:center;height:100%}.header .logo{display:inline-block}.header .logo .logo-light{display:none}.header .logo *{-webkit-transition:linear 0.1s;transition:linear 0.1s}.header .logo h1,.header .logo h2,.header .logo h3,.header .logo h4,.header .logo h5,.header .logo h6{margin:0}.header .logo img{width:auto;height:52px;max-height:52px}.header .logo a{color:#131619}.header .logo a:hover{color:#131619}.header .m-toggle{position:relative;display:inline-block;width:28px;height:28px}.header .m-toggle span{position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:#131619;width:100%;height:2px;border-radius:2px;-webkit-transition:linear 0.1s;transition:linear 0.1s}.header .m-toggle span:before,.header .m-toggle span:after{content:'';position:absolute;left:0;background:#131619;width:100%;height:2px;border-radius:2px;-webkit-transition:linear 0.1s;transition:linear 0.1s}.header .m-toggle span:before{top:-7px}.header .m-toggle span:after{bottom:-7px}.header .m-toggle:hover span:before{width:90%}.header .m-toggle:hover span:after{width:70%}.header-menu-wrapper{display:inline-block;font-size:15px}.header-menu-wrapper .header-menu{display:inline-block;margin:0;padding:0;list-style-type:none;margin:0;padding:0}.header-menu-wrapper .header-menu ul{list-style-type:none;margin:0;padding:0}.header-menu-wrapper .header-menu .m-item .m-link{font-family:"Poppins",sans-serif;letter-spacing:-0.2px}.header-menu-wrapper .header-menu .m-item .m-link.m-dropdown-toggle{position:relative;padding-right:13px}.header-menu-wrapper .header-menu .m-item .m-link.m-dropdown-toggle:before,.header-menu-wrapper .header-menu .m-item .m-link.m-dropdown-toggle:after{content:'';position:absolute;top:50%;background:#767A7D;width:6px;height:2px;-webkit-transition:linear 0.1s;transition:linear 0.1s}.header-menu-wrapper .header-menu .m-item .m-link.m-dropdown-toggle:before{right:3px;-webkit-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.header-menu-wrapper .header-menu .m-item .m-link.m-dropdown-toggle:after{right:0;-webkit-transform:translateY(-50%) rotate(-45deg);transform:translateY(-50%) rotate(-45deg)}.header-menu-wrapper .header-menu .m-item .m-link.m-dropdown-toggle:hover:before,.header-menu-wrapper .header-menu .m-item .m-link.m-dropdown-toggle:hover:after{background:#131619}.header-menu-wrapper .header-menu .m-item .m-dropdown .m-dropdown-item .m-dropdown-link.m-subdropdown-toggle{position:relative;padding-right:27px}.header-menu-wrapper .header-menu .m-item .m-dropdown .m-dropdown-item .m-dropdown-link.m-subdropdown-toggle:before,.header-menu-wrapper .header-menu .m-item .m-dropdown .m-dropdown-item .m-dropdown-link.m-subdropdown-toggle:after{content:'';position:absolute;top:50%;right:15px;background:#767A7D;width:6px;height:2px;-webkit-transition:linear 0.1s;transition:linear 0.1s}.header-menu-wrapper .header-menu .m-item .m-dropdown .m-dropdown-item .m-dropdown-link.m-subdropdown-toggle:before{-webkit-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg);margin-top:-3px}.header-menu-wrapper .header-menu .m-item .m-dropdown .m-dropdown-item .m-dropdown-link.m-subdropdown-toggle:after{-webkit-transform:translateY(-50%) rotate(-45deg);transform:translateY(-50%) rotate(-45deg);margin-bottom:-3px}.header-menu-wrapper .header-menu .m-item .m-dropdown .m-dropdown-item .m-dropdown-link.m-subdropdown-toggle:hover:before,.header-menu-wrapper .header-menu .m-item .m-dropdown .m-dropdown-item .m-dropdown-link.m-subdropdown-toggle:hover:after{background:#131619}.header-menu-wrapper .close-button{position:fixed;top:10px;right:10px;display:inline-block;visibility:hidden;opacity:0.8;background:#eef2f6;width:50px;height:50px;border-radius:50%;-webkit-transition:linear 0.1s;transition:linear 0.1s}.header-menu-wrapper .close-button span:before,.header-menu-wrapper .close-button span:after{content:'';position:absolute;top:50%;left:50%;background:#131619;width:14px;height:2px;border-radius:2px;-webkit-transition:linear 0.1s;transition:linear 0.1s}.header-menu-wrapper .close-button span:before{-webkit-transform:translate(-50%, -50%) rotate(45deg);transform:translate(-50%, -50%) rotate(45deg)}.header-menu-wrapper .close-button span:after{-webkit-transform:translate(-50%, -50%) rotate(-45deg);transform:translate(-50%, -50%) rotate(-45deg)}.header-menu-wrapper .close-button:hover{opacity:1}.header.fixed{position:fixed;top:0;left:0;-webkit-box-shadow:0 0 38px 0 rgba(24,27,30,0.1);box-shadow:0 0 38px 0 rgba(24,27,30,0.1)}.header.sticky{position:fixed;top:0;left:0;-webkit-box-shadow:0 0 38px 0 rgba(24,27,30,0.1);box-shadow:0 0 38px 0 rgba(24,27,30,0.1)}.header.absolute-dark,.header.absolute-light,.header.absolute-dark.dark,.header.absolute-light.dark,.header.absolute-dark.black,.header.absolute-light.black{background:transparent;-webkit-box-shadow:none;box-shadow:none}.header.absolute-dark:not(.fixed):not(.sticky),.header.absolute-light:not(.fixed):not(.sticky),.header.absolute-dark.dark:not(.fixed):not(.sticky),.header.absolute-light.dark:not(.fixed):not(.sticky),.header.absolute-dark.black:not(.fixed):not(.sticky),.header.absolute-light.black:not(.fixed):not(.sticky){position:absolute;top:0;left:0}.header.absolute-light .logo .logo-dark{display:none}.header.absolute-light .logo .logo-light{display:inline-block}.header.absolute-light .logo h1,.header.absolute-light .logo h2,.header.absolute-light .logo h3,.header.absolute-light .logo h4,.header.absolute-light .logo h5,.header.absolute-light .logo h6{color:white}.header.absolute-light .logo a{color:white}.header.absolute-light .logo a:hover{color:white}.header.absolute-light .m-toggle span{background:white}.header.absolute-light .m-toggle span:before,.header.absolute-light .m-toggle span:after{background:white}.header.absolute-light.border-top,.header.absolute-light.border-bottom,.header.dark.border-top,.header.dark.border-bottom,.header.black.border-top,.header.black.border-bottom{border-color:rgba(255,255,255,0.2) !important}.header.dark:not(.absolute-dark) .logo .logo-dark,.header.black:not(.absolute-dark) .logo .logo-dark{display:none}.header.dark:not(.absolute-dark) .logo .logo-light,.header.black:not(.absolute-dark) .logo .logo-light{display:inline-block}.header.dark:not(.absolute-dark) .logo h1,.header.dark:not(.absolute-dark) .logo h2,.header.dark:not(.absolute-dark) .logo h3,.header.dark:not(.absolute-dark) .logo h4,.header.dark:not(.absolute-dark) .logo h5,.header.dark:not(.absolute-dark) .logo h6,.header.black:not(.absolute-dark) .logo h1,.header.black:not(.absolute-dark) .logo h2,.header.black:not(.absolute-dark) .logo h3,.header.black:not(.absolute-dark) .logo h4,.header.black:not(.absolute-dark) .logo h5,.header.black:not(.absolute-dark) .logo h6{color:white}.header.dark:not(.absolute-dark) .logo a,.header.black:not(.absolute-dark) .logo a{color:white}.header.dark:not(.absolute-dark) .logo a:hover,.header.black:not(.absolute-dark) .logo a:hover{color:white}.header.dark:not(.absolute-dark) .m-toggle span,.header.black:not(.absolute-dark) .m-toggle span{background:white}.header.dark:not(.absolute-dark) .m-toggle span:before,.header.dark:not(.absolute-dark) .m-toggle span:after,.header.black:not(.absolute-dark) .m-toggle span:before,.header.black:not(.absolute-dark) .m-toggle span:after{background:white}.header.dark{background:#181c20}.header.black{background:black}@media (min-width: 992px){.header.absolute-light .header-menu-wrapper .header-menu .m-item .m-link{color:rgba(255,255,255,0.9)}.header.absolute-light .header-menu-wrapper .header-menu .m-item .m-link:hover,.header.absolute-light .header-menu-wrapper .header-menu .m-item .m-link:focus{color:white}.header.absolute-light .header-menu-wrapper .header-menu .m-item .m-link.m-dropdown-toggle:before,.header.absolute-light .header-menu-wrapper .header-menu .m-item .m-link.m-dropdown-toggle:after{background:rgba(255,255,255,0.9)}.header.absolute-light .header-menu-wrapper .header-menu .m-item .m-link.m-dropdown-toggle:hover:before,.header.absolute-light .header-menu-wrapper .header-menu .m-item .m-link.m-dropdown-toggle:hover:after{background:white}.header.absolute-light .header-menu-extra a:not(.button):not(.button-circle){color:rgba(255,255,255,0.8)}.header.absolute-light .header-menu-extra a:not(.button):not(.button-circle):hover,.header.absolute-light .header-menu-extra a:not(.button):not(.button-circle):focus{color:white}.header.dark:not(.absolute-dark) .header-menu-wrapper .header-menu .m-item .m-link,.header.black:not(.absolute-dark) .header-menu-wrapper .header-menu .m-item .m-link{color:rgba(255,255,255,0.8)}.header.dark:not(.absolute-dark) .header-menu-wrapper .header-menu .m-item .m-link:hover,.header.dark:not(.absolute-dark) .header-menu-wrapper .header-menu .m-item .m-link:focus,.header.black:not(.absolute-dark) .header-menu-wrapper .header-menu .m-item .m-link:hover,.header.black:not(.absolute-dark) .header-menu-wrapper .header-menu .m-item .m-link:focus{color:white}.header.dark:not(.absolute-dark) .header-menu-wrapper .header-menu .m-item .m-link.m-dropdown-toggle:before,.header.dark:not(.absolute-dark) .header-menu-wrapper .header-menu .m-item .m-link.m-dropdown-toggle:after,.header.black:not(.absolute-dark) .header-menu-wrapper .header-menu .m-item .m-link.m-dropdown-toggle:before,.header.black:not(.absolute-dark) .header-menu-wrapper .header-menu .m-item .m-link.m-dropdown-toggle:after{background:rgba(255,255,255,0.8)}.header.dark:not(.absolute-dark) .header-menu-wrapper .header-menu .m-item .m-link.m-dropdown-toggle:hover:before,.header.dark:not(.absolute-dark) .header-menu-wrapper .header-menu .m-item .m-link.m-dropdown-toggle:hover:after,.header.black:not(.absolute-dark) .header-menu-wrapper .header-menu .m-item .m-link.m-dropdown-toggle:hover:before,.header.black:not(.absolute-dark) .header-menu-wrapper .header-menu .m-item .m-link.m-dropdown-toggle:hover:after{background:white}.header.dark:not(.absolute-dark) .header-menu-extra a:not(.button):not(.button-circle),.header.black:not(.absolute-dark) .header-menu-extra a:not(.button):not(.button-circle){color:rgba(255,255,255,0.8)}.header.dark:not(.absolute-dark) .header-menu-extra a:not(.button):not(.button-circle):hover,.header.dark:not(.absolute-dark) .header-menu-extra a:not(.button):not(.button-circle):focus,.header.black:not(.absolute-dark) .header-menu-extra a:not(.button):not(.button-circle):hover,.header.black:not(.absolute-dark) .header-menu-extra a:not(.button):not(.button-circle):focus{color:white}.header .m-toggle{display:none}.header-menu-wrapper .header-menu{height:100%}.header-menu-wrapper .header-menu .m-item{position:relative;display:inline-block;height:100%;margin:0 0 0 20px}.header-menu-wrapper .header-menu .m-item:first-child{margin-left:0}.header-menu-wrapper .header-menu .m-item .m-link{display:inline-block;line-height:80px}.header-menu-wrapper .header-menu .m-item .m-dropdown{position:absolute;top:84px;left:0;-webkit-transform:translateY(10px);transform:translateY(10px);z-index:990;visibility:hidden;opacity:0;background:white;width:240px;-webkit-box-shadow:0 6px 38px -4px rgba(24,27,30,0.1);box-shadow:0 6px 38px -4px rgba(24,27,30,0.1);border-radius:0.375em;padding:15px 0;-webkit-transition:ease-out 0.14s;transition:ease-out 0.14s}.header-menu-wrapper .header-menu .m-item .m-dropdown:before{content:'';position:absolute;top:-4px;width:100%;height:4px}.header-menu-wrapper .header-menu .m-item .m-dropdown .m-dropdown-item{position:relative;display:block;margin:0;padding:0 15px}.header-menu-wrapper .header-menu .m-item .m-dropdown .m-dropdown-item .m-dropdown-link{display:block;border-radius:0.375em;padding:8px 15px}.header-menu-wrapper .header-menu .m-item .m-dropdown .m-dropdown-item .m-dropdown-link:hover{background:#f1f5f9}.header-menu-wrapper .header-menu .m-item .m-dropdown .m-dropdown-item .m-subdropdown{position:absolute;top:-15px;left:244px;visibility:hidden;opacity:0;background:white;width:240px;-webkit-box-shadow:0 6px 38px -4px rgba(24,27,30,0.1);box-shadow:0 6px 38px -4px rgba(24,27,30,0.1);border-radius:0.375em;padding:15px;-webkit-transition:linear 0.06s;transition:linear 0.06s}.header-menu-wrapper .header-menu .m-item .m-dropdown .m-dropdown-item .m-subdropdown:before{content:'';position:absolute;left:-4px;width:4px;height:100%}.header-menu-wrapper .header-menu .m-item .m-dropdown .m-dropdown-item .m-subdropdown .m-subdropdown-item{display:block;margin:0}.header-menu-wrapper .header-menu .m-item .m-dropdown .m-dropdown-item .m-subdropdown .m-subdropdown-item .m-subdropdown-link{display:block;border-radius:0.375em;padding:8px 15px}.header-menu-wrapper .header-menu .m-item .m-dropdown .m-dropdown-item .m-subdropdown .m-subdropdown-item .m-subdropdown-link:hover{background:#f1f5f9}.header-menu-wrapper .header-menu .m-item .m-dropdown .m-dropdown-item:hover .m-subdropdown{visibility:visible;opacity:1}.header-menu-wrapper .header-menu .m-item:last-child .m-dropdown,.header-menu-wrapper .header-menu .m-item:nth-last-child(2) .m-dropdown{right:0;left:auto}.header-menu-wrapper .header-menu .m-item:last-child .m-dropdown .m-dropdown-item .m-subdropdown,.header-menu-wrapper .header-menu .m-item:nth-last-child(2) .m-dropdown .m-dropdown-item .m-subdropdown{right:244px;left:auto}.header-menu-wrapper .header-menu .m-item:last-child .m-dropdown .m-dropdown-item .m-subdropdown:before,.header-menu-wrapper .header-menu .m-item:nth-last-child(2) .m-dropdown .m-dropdown-item .m-subdropdown:before{left:auto;right:-4px}.header-menu-wrapper .header-menu .m-item:hover .m-dropdown{-webkit-transform:translateY(0);transform:translateY(0);visibility:visible;opacity:1}.header-menu-wrapper .header-menu-extra{margin-left:30px}.header-menu-extra{display:inline-block}.container-fluid .header-menu-wrapper .header-menu .m-item:not(:nth-child(1)) .m-dropdown{right:0;left:auto}.container-fluid .header-menu-wrapper .header-menu .m-item:not(:nth-child(1)) .m-dropdown .m-dropdown-item .m-subdropdown{right:244px;left:auto}.container-fluid .header-menu-wrapper .header-menu .m-item:not(:nth-child(1)) .m-dropdown .m-dropdown-item .m-subdropdown:before{left:auto;right:-4px}}@media (max-width: 991.98px){.header{height:70px}.header-menu-wrapper{position:fixed;top:0;right:0;-webkit-transform:translateX(100%);transform:translateX(100%);z-index:992;background:white;width:300px;height:100%;-webkit-box-shadow:0 0 40px 0 rgba(24,27,30,0.1);box-shadow:0 0 40px 0 rgba(24,27,30,0.1);padding:70px 30px 30px;-webkit-transition:all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);transition:all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1)}.header-menu-wrapper.show{-webkit-transform:translateX(0);transform:translateX(0)}.header-menu-wrapper .header-menu{overflow-y:auto;width:100%;max-height:400px}.header-menu-wrapper .header-menu .m-item{display:block;width:100%;margin:0 0 12px}.header-menu-wrapper .header-menu .m-item:last-child{margin:0}.header-menu-wrapper .header-menu .m-item .m-link.m-dropdown-toggle{display:block;width:100%}.header-menu-wrapper .header-menu .m-item .m-link.active{color:#131619}.header-menu-wrapper .header-menu .m-item .m-dropdown{display:none;background:#f1f5f9;border-radius:4px;margin-top:4px;padding:14px 20px}.header-menu-wrapper .header-menu .m-item .m-dropdown.show{display:block}.header-menu-wrapper .header-menu .m-item .m-dropdown .m-dropdown-item{margin:0 0 8px}.header-menu-wrapper .header-menu .m-item .m-dropdown .m-dropdown-item:last-child{margin:0}.header-menu-wrapper .header-menu .m-item .m-dropdown .m-dropdown-item .m-dropdown-link.m-subdropdown-toggle{display:block;width:100%;padding-right:13px}.header-menu-wrapper .header-menu .m-item .m-dropdown .m-dropdown-item .m-dropdown-link.m-subdropdown-toggle:before{right:3px;-webkit-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg);margin-top:auto}.header-menu-wrapper .header-menu .m-item .m-dropdown .m-dropdown-item .m-dropdown-link.m-subdropdown-toggle:after{right:0;-webkit-transform:translateY(-50%) rotate(-45deg);transform:translateY(-50%) rotate(-45deg);margin-bottom:auto}.header-menu-wrapper .header-menu .m-item .m-dropdown .m-dropdown-item .m-dropdown-link.active{color:#131619}.header-menu-wrapper .header-menu .m-item .m-dropdown .m-dropdown-item .m-subdropdown{display:none;padding-top:8px;padding-left:16px}.header-menu-wrapper .header-menu .m-item .m-dropdown .m-dropdown-item .m-subdropdown.show{display:block}.header-menu-wrapper .header-menu-extra{position:absolute;right:30px;bottom:30px;left:30px}.header-menu-wrapper .close-button{visibility:visible}.header.absolute-light:not(.header-menu-wrapper .header-menu-extra) .header-menu-extra a:not(.button):not(.button-circle){color:rgba(255,255,255,0.8)}.header.absolute-light:not(.header-menu-wrapper .header-menu-extra) .header-menu-extra a:not(.button):not(.button-circle):hover,.header.absolute-light:not(.header-menu-wrapper .header-menu-extra) .header-menu-extra a:not(.button):not(.button-circle):focus{color:white}}@media (min-width: 992px){.header-lg{height:100px}.header-lg .container-fluid{padding:0 50px}.header-lg .logo img{height:72px;max-height:72px}.header-lg .header-menu-wrapper .header-menu .m-item .m-link{line-height:100px}.header-lg .header-menu-wrapper .header-menu .m-item .m-dropdown{top:104px}.header-xl{height:120px}.header-xl .container-fluid{padding:0 60px}.header-xl .logo img{height:90px;max-height:90px}.header-xl .header-menu-wrapper .header-menu .m-item .m-link{line-height:120px}.header-xl .header-menu-wrapper .header-menu .m-item .m-dropdown{top:124px}}@media (min-width: 992px){.header-menu-wrapper .header-menu.dropdown-dark .m-item .m-dropdown{background:#181c20;color:rgba(255,255,255,0.8)}.header-menu-wrapper .header-menu.dropdown-dark .m-item .m-dropdown h1,.header-menu-wrapper .header-menu.dropdown-dark .m-item .m-dropdown h2,.header-menu-wrapper .header-menu.dropdown-dark .m-item .m-dropdown h3,.header-menu-wrapper .header-menu.dropdown-dark .m-item .m-dropdown h4,.header-menu-wrapper .header-menu.dropdown-dark .m-item .m-dropdown h5,.header-menu-wrapper .header-menu.dropdown-dark .m-item .m-dropdown h6{color:white}.header-menu-wrapper .header-menu.dropdown-dark .m-item .m-dropdown a:not(.button):not(.button-circle){color:rgba(255,255,255,0.8)}.header-menu-wrapper .header-menu.dropdown-dark .m-item .m-dropdown a:not(.button):not(.button-circle):hover,.header-menu-wrapper .header-menu.dropdown-dark .m-item .m-dropdown a:not(.button):not(.button-circle):focus{color:white}.header-menu-wrapper .header-menu.dropdown-dark .m-item .m-dropdown .m-dropdown-item .m-dropdown-link.m-subdropdown-toggle:before,.header-menu-wrapper .header-menu.dropdown-dark .m-item .m-dropdown .m-dropdown-item .m-dropdown-link.m-subdropdown-toggle:after{background:rgba(255,255,255,0.8)}.header-menu-wrapper .header-menu.dropdown-dark .m-item .m-dropdown .m-dropdown-item .m-dropdown-link.m-subdropdown-toggle:hover:before,.header-menu-wrapper .header-menu.dropdown-dark .m-item .m-dropdown .m-dropdown-item .m-dropdown-link.m-subdropdown-toggle:hover:after{background:white}.header-menu-wrapper .header-menu.dropdown-dark .m-item .m-dropdown .m-dropdown-item .m-dropdown-link:hover{background:rgba(255,255,255,0.1)}.header-menu-wrapper .header-menu.dropdown-dark .m-item .m-dropdown .m-dropdown-item .m-subdropdown{background:#181c20}.header-menu-wrapper .header-menu.dropdown-dark .m-item .m-dropdown .m-dropdown-item .m-subdropdown .m-subdropdown-item .m-subdropdown-link:hover{background:rgba(255,255,255,0.1)}}.header-placeholder{height:80px}.header-placeholder-lg{height:100px}.header-placeholder-xl{height:120px}@media (max-width: 991.98px){.header-placeholder,.header-placeholder-lg,.header-placeholder-xl{height:70px}}.masonry{margin:0 -1em -2em}.masonry .masonry-item{margin-bottom:2em;padding:0 1em}.masonry.column-1 .masonry-item{width:100%}@media (min-width: 768px){.masonry.column-2 .masonry-item{width:50%}}@media (min-width: 768px){.masonry.column-3 .masonry-item{width:50%}}@media (min-width: 992px){.masonry.column-3 .masonry-item{width:33.33%}}@media (min-width: 576px){.masonry.column-4 .masonry-item,.masonry.column-5 .masonry-item,.masonry.column-6 .masonry-item{width:50%}}@media (min-width: 768px){.masonry.column-4 .masonry-item,.masonry.column-5 .masonry-item,.masonry.column-6 .masonry-item{width:33.33%}}@media (min-width: 992px){.masonry.column-4 .masonry-item,.masonry.column-5 .masonry-item,.masonry.column-6 .masonry-item{width:25%}}@media (min-width: 1200px){.masonry.column-5 .masonry-item{width:20%}}@media (min-width: 1200px){.masonry.column-6 .masonry-item{width:16.66%}}.masonry.spacing-0{margin:0}.masonry.spacing-0 .masonry-item{margin:0;padding:0}.masonry.spacing-1{margin:0 -0.5em -1em}.masonry.spacing-1 .masonry-item{margin-bottom:1em;padding:0 0.5em}.masonry.spacing-2{margin:0 -1em -2em}.masonry.spacing-2 .masonry-item{margin-bottom:2em;padding:0 1em}.masonry.spacing-3{margin:0 -1.5em -3em}.masonry.spacing-3 .masonry-item{margin-bottom:3em;padding:0 1.5em}.masonry.spacing-4{margin:0 -2em -4em}.masonry.spacing-4 .masonry-item{margin-bottom:4em;padding:0 2em}.masonry.spacing-5{margin:0 -2.5em -5em}.masonry.spacing-5 .masonry-item{margin-bottom:5em;padding:0 2.5em}.portfolio-masonry .portfolio-item,.portfolio-metro .portfolio-item{width:100%}.portfolio-masonry .portfolio-item,.portfolio-metro .portfolio-item{text-align:left}.portfolio-masonry.column-1 .portfolio-item,.portfolio-metro.column-1 .portfolio-item{width:100%}@media (min-width: 768px){.portfolio-masonry.column-2 .portfolio-item,.portfolio-metro.column-2 .portfolio-item{width:50%}}@media (min-width: 768px){.portfolio-masonry.column-3 .portfolio-item,.portfolio-metro.column-3 .portfolio-item{width:50%}}@media (min-width: 992px){.portfolio-masonry.column-3 .portfolio-item,.portfolio-metro.column-3 .portfolio-item{width:33.33%}}@media (min-width: 576px){.portfolio-masonry.column-4 .portfolio-item,.portfolio-masonry.column-5 .portfolio-item,.portfolio-masonry.column-6 .portfolio-item,.portfolio-metro.column-4 .portfolio-item,.portfolio-metro.column-5 .portfolio-item,.portfolio-metro.column-6 .portfolio-item{width:50%}}@media (min-width: 768px){.portfolio-masonry.column-4 .portfolio-item,.portfolio-masonry.column-5 .portfolio-item,.portfolio-masonry.column-6 .portfolio-item,.portfolio-metro.column-4 .portfolio-item,.portfolio-metro.column-5 .portfolio-item,.portfolio-metro.column-6 .portfolio-item{width:33.33%}}@media (min-width: 992px){.portfolio-masonry.column-4 .portfolio-item,.portfolio-masonry.column-5 .portfolio-item,.portfolio-masonry.column-6 .portfolio-item,.portfolio-metro.column-4 .portfolio-item,.portfolio-metro.column-5 .portfolio-item,.portfolio-metro.column-6 .portfolio-item{width:25%}}@media (min-width: 1200px){.portfolio-masonry.column-5 .portfolio-item,.portfolio-metro.column-5 .portfolio-item{width:20%}}@media (min-width: 1200px){.portfolio-masonry.column-6 .portfolio-item,.portfolio-metro.column-6 .portfolio-item{width:16.66%}}.portfolio-masonry.spacing-0 .portfolio-item,.portfolio-metro.spacing-0 .portfolio-item{padding:0}.portfolio-masonry.spacing-1 .portfolio-item,.portfolio-metro.spacing-1 .portfolio-item{padding:0.5em}.portfolio-masonry.spacing-2 .portfolio-item,.portfolio-metro.spacing-2 .portfolio-item{padding:1em}.portfolio-masonry.spacing-3 .portfolio-item,.portfolio-metro.spacing-3 .portfolio-item{padding:1.5em}.portfolio-masonry.spacing-4 .portfolio-item,.portfolio-metro.spacing-4 .portfolio-item{padding:2em}.portfolio-masonry.spacing-5 .portfolio-item,.portfolio-metro.spacing-5 .portfolio-item{padding:2.5em}@media (min-width: 576px){.portfolio-metro.column-4 .portfolio-item-lg,.portfolio-metro.column-5 .portfolio-item-lg,.portfolio-metro.column-6 .portfolio-item-lg{width:100%}}@media (min-width: 768px){.portfolio-metro.column-4 .portfolio-item-lg,.portfolio-metro.column-5 .portfolio-item-lg,.portfolio-metro.column-6 .portfolio-item-lg{width:66.66%}}@media (min-width: 992px){.portfolio-metro.column-4 .portfolio-item-lg,.portfolio-metro.column-5 .portfolio-item-lg,.portfolio-metro.column-6 .portfolio-item-lg{width:50%}}.container .portfolio-masonry.spacing-0,.container .portfolio-metro.spacing-0{margin:0}.container .portfolio-masonry.spacing-1,.container .portfolio-metro.spacing-1{margin:-0.5em}.container .portfolio-masonry.spacing-2,.container .portfolio-metro.spacing-2{margin:-1em}.container .portfolio-masonry.spacing-3,.container .portfolio-metro.spacing-3{margin:-1.5em}.container .portfolio-masonry.spacing-4,.container .portfolio-metro.spacing-4{margin:-2em}.container .portfolio-masonry.spacing-5,.container .portfolio-metro.spacing-5{margin:-2.5em}.portfolio-filter ul{list-style-type:none;margin:0 -14px -7px;padding:0;font-family:"Poppins",sans-serif}.portfolio-filter ul li{position:relative;display:inline-block;margin:0 14px 7px;cursor:pointer;-webkit-transition:ease-out 0.14s;transition:ease-out 0.14s}.portfolio-filter ul li:before{content:'';position:absolute;right:0;bottom:0;left:0;background:#131619;height:1px;-webkit-animation:button-line-out 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) both;animation:button-line-out 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) both}.portfolio-filter ul li.active,.portfolio-filter ul li.mixitup-control-active,.portfolio-filter ul li:hover{color:#131619}.portfolio-filter ul li.active:before,.portfolio-filter ul li.mixitup-control-active:before{width:100%;-webkit-animation:button-line-in 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) both;animation:button-line-in 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) both}.portfolio-filter.style-2 ul li:before{top:40%;bottom:auto;background:rgba(19,22,25,0.2);height:40%}div[class*='bg-dark'] .portfolio-filter ul li,.bg-black .portfolio-filter ul li{color:rgba(255,255,255,0.9)}div[class*='bg-dark'] .portfolio-filter ul li:before,.bg-black .portfolio-filter ul li:before{background:white}div[class*='bg-dark'] .portfolio-filter ul li.active,div[class*='bg-dark'] .portfolio-filter ul li.mixitup-control-active,div[class*='bg-dark'] .portfolio-filter ul li:hover,.bg-black .portfolio-filter ul li.active,.bg-black .portfolio-filter ul li.mixitup-control-active,.bg-black .portfolio-filter ul li:hover{color:white}div[class*='bg-dark'] .portfolio-filter.style-2 ul li:before,.bg-black .portfolio-filter.style-2 ul li:before{background:rgba(255,255,255,0.4)}.portfolio-title-overlay .portfolio-item a,.owl-carousel .portfolio-item a{position:relative;display:block;color:rgba(255,255,255,0.7)}.portfolio-title-overlay .portfolio-item a h1,.portfolio-title-overlay .portfolio-item a h2,.portfolio-title-overlay .portfolio-item a h3,.portfolio-title-overlay .portfolio-item a h4,.portfolio-title-overlay .portfolio-item a h5,.portfolio-title-overlay .portfolio-item a h6,.owl-carousel .portfolio-item a h1,.owl-carousel .portfolio-item a h2,.owl-carousel .portfolio-item a h3,.owl-carousel .portfolio-item a h4,.owl-carousel .portfolio-item a h5,.owl-carousel .portfolio-item a h6{color:white;line-height:1.3}.portfolio-title-overlay .portfolio-item a .portfolio-img,.owl-carousel .portfolio-item a .portfolio-img{position:relative;overflow:hidden}.portfolio-title-overlay .portfolio-item a .portfolio-img img,.owl-carousel .portfolio-item a .portfolio-img img{-webkit-transform:scale(1.04);transform:scale(1.04);width:100%;-webkit-transition:transform 0.46s cubic-bezier(0.165, 0.84, 0.44, 1);transition:transform 0.46s cubic-bezier(0.165, 0.84, 0.44, 1)}.portfolio-title-overlay .portfolio-item a .portfolio-hover,.owl-carousel .portfolio-item a .portfolio-hover{position:absolute;top:0;right:0;bottom:0;left:0;visibility:hidden;opacity:0;background:rgba(19,22,25,0.3);text-align:center;-webkit-transition:ease-out 0.16s;transition:ease-out 0.16s}.portfolio-title-overlay .portfolio-item a .portfolio-hover .portfolio-hover-box,.owl-carousel .portfolio-item a .portfolio-hover .portfolio-hover-box{position:absolute;top:50%;right:0;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);padding:20px 30px;color:rgba(255,255,255,0.7)}.portfolio-title-overlay .portfolio-item a .portfolio-hover .portfolio-hover-box *,.owl-carousel .portfolio-item a .portfolio-hover .portfolio-hover-box *{-webkit-transform:translateY(10px);transform:translateY(10px);opacity:0;-webkit-transition:ease-out 0.14s;transition:ease-out 0.14s}.portfolio-title-overlay .portfolio-item a .portfolio-hover .portfolio-hover-box *:nth-child(1),.owl-carousel .portfolio-item a .portfolio-hover .portfolio-hover-box *:nth-child(1){-webkit-transition-delay:.06s;transition-delay:.06s}.portfolio-title-overlay .portfolio-item a .portfolio-hover .portfolio-hover-box *:nth-child(2),.owl-carousel .portfolio-item a .portfolio-hover .portfolio-hover-box *:nth-child(2){-webkit-transition-delay:.12s;transition-delay:.12s}.portfolio-title-overlay .portfolio-item a .portfolio-hover .portfolio-hover-box *:nth-child(3),.owl-carousel .portfolio-item a .portfolio-hover .portfolio-hover-box *:nth-child(3){-webkit-transition-delay:.18s;transition-delay:.18s}.portfolio-title-overlay .portfolio-item a .portfolio-hover .portfolio-hover-box span,.owl-carousel .portfolio-item a .portfolio-hover .portfolio-hover-box span{display:block}.portfolio-title-overlay .portfolio-item a:hover .portfolio-img img,.owl-carousel .portfolio-item a:hover .portfolio-img img{-webkit-transform:scale(1);transform:scale(1)}.portfolio-title-overlay .portfolio-item a:hover .portfolio-hover,.owl-carousel .portfolio-item a:hover .portfolio-hover{visibility:visible;opacity:1}.portfolio-title-overlay .portfolio-item a:hover .portfolio-hover .portfolio-hover-box *,.owl-carousel .portfolio-item a:hover .portfolio-hover .portfolio-hover-box *{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}.portfolio-title-overlay.hover-style-2 .portfolio-item a .portfolio-img img,.portfolio-title-overlay.hover-style-3 .portfolio-item a .portfolio-img img,.portfolio-title-overlay.hover-style-4 .portfolio-item a .portfolio-img img,.owl-carousel.hover-style-2 .portfolio-item a .portfolio-img img,.owl-carousel.hover-style-3 .portfolio-item a .portfolio-img img,.owl-carousel.hover-style-4 .portfolio-item a .portfolio-img img{-webkit-transform:scale(1);transform:scale(1)}.portfolio-title-overlay.hover-style-2 .portfolio-item a:hover .portfolio-img img,.portfolio-title-overlay.hover-style-3 .portfolio-item a:hover .portfolio-img img,.portfolio-title-overlay.hover-style-4 .portfolio-item a:hover .portfolio-img img,.owl-carousel.hover-style-2 .portfolio-item a:hover .portfolio-img img,.owl-carousel.hover-style-3 .portfolio-item a:hover .portfolio-img img,.owl-carousel.hover-style-4 .portfolio-item a:hover .portfolio-img img{-webkit-transform:scale(1.06);transform:scale(1.06)}.portfolio-title-overlay.hover-style-2 .portfolio-item a .portfolio-hover,.owl-carousel.hover-style-2 .portfolio-item a .portfolio-hover{background:rgba(19,22,25,0.1)}.portfolio-title-overlay.hover-style-2 .portfolio-item a:hover .portfolio-img img,.owl-carousel.hover-style-2 .portfolio-item a:hover .portfolio-img img{-webkit-filter:blur(1.5px);filter:blur(1.5px)}.portfolio-title-overlay.hover-style-3 .portfolio-item a .portfolio-hover,.owl-carousel.hover-style-3 .portfolio-item a .portfolio-hover{visibility:visible;opacity:0.2;background:transparent}.portfolio-title-overlay.hover-style-3 .portfolio-item a .portfolio-hover .portfolio-hover-box,.owl-carousel.hover-style-3 .portfolio-item a .portfolio-hover .portfolio-hover-box{right:auto;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);padding:12px 20px}.portfolio-title-overlay.hover-style-3 .portfolio-item a .portfolio-hover .portfolio-hover-box *,.owl-carousel.hover-style-3 .portfolio-item a .portfolio-hover .portfolio-hover-box *{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition-delay:0s;transition-delay:0s}.portfolio-title-overlay.hover-style-3 .portfolio-item a .portfolio-hover .portfolio-hover-box:before,.owl-carousel.hover-style-3 .portfolio-item a .portfolio-hover .portfolio-hover-box:before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;-webkit-transform:scaleY(0);transform:scaleY(0);z-index:-1;background:#131619;-webkit-transition:all 0.24s cubic-bezier(0.165, 0.84, 0.44, 1);transition:all 0.24s cubic-bezier(0.165, 0.84, 0.44, 1)}.portfolio-title-overlay.hover-style-3 .portfolio-item a:hover .portfolio-hover,.owl-carousel.hover-style-3 .portfolio-item a:hover .portfolio-hover{opacity:1}.portfolio-title-overlay.hover-style-3 .portfolio-item a:hover .portfolio-hover .portfolio-hover-box:before,.owl-carousel.hover-style-3 .portfolio-item a:hover .portfolio-hover .portfolio-hover-box:before{-webkit-transform:scaleY(1);transform:scaleY(1)}.portfolio-title-overlay.hover-style-4 .portfolio-item a .portfolio-hover,.owl-carousel.hover-style-4 .portfolio-item a .portfolio-hover{background:transparent;text-align:left}.portfolio-title-overlay.hover-style-4 .portfolio-item a .portfolio-hover .portfolio-hover-box,.owl-carousel.hover-style-4 .portfolio-item a .portfolio-hover .portfolio-hover-box{top:auto;right:auto;bottom:20px;left:20px;-webkit-transform:translateY(0) translateX(4px);transform:translateY(0) translateX(4px);background:#131619;-webkit-transition:ease-out 0.14s;transition:ease-out 0.14s}.portfolio-title-overlay.hover-style-4 .portfolio-item a .portfolio-hover .portfolio-hover-box *,.owl-carousel.hover-style-4 .portfolio-item a .portfolio-hover .portfolio-hover-box *{-webkit-transform:translateY(0) translateX(0);transform:translateY(0) translateX(0);opacity:1}.portfolio-title-overlay.hover-style-4 .portfolio-item a:hover .portfolio-hover .portfolio-hover-box,.owl-carousel.hover-style-4 .portfolio-item a:hover .portfolio-hover .portfolio-hover-box{-webkit-transform:translateY(0) translateX(0);transform:translateY(0) translateX(0)}.portfolio-title-overlay.hover-style-4 .portfolio-item a:hover .portfolio-hover .portfolio-hover-box *,.owl-carousel.hover-style-4 .portfolio-item a:hover .portfolio-hover .portfolio-hover-box *{-webkit-transform:translateY(0) translateX(0);transform:translateY(0) translateX(0)}.portfolio-title-overlay.hover-style-4 .portfolio-item a:hover .portfolio-hover .portfolio-hover-box *:nth-child(1),.owl-carousel.hover-style-4 .portfolio-item a:hover .portfolio-hover .portfolio-hover-box *:nth-child(1){-webkit-transition-delay:0s;transition-delay:0s}.portfolio-title-overlay.hover-style-4 .portfolio-item a:hover .portfolio-hover .portfolio-hover-box *:nth-child(2),.owl-carousel.hover-style-4 .portfolio-item a:hover .portfolio-hover .portfolio-hover-box *:nth-child(2){-webkit-transition-delay:0s;transition-delay:0s}.portfolio-title-overlay.hover-style-4 .portfolio-item a:hover .portfolio-hover .portfolio-hover-box *:nth-child(3),.owl-carousel.hover-style-4 .portfolio-item a:hover .portfolio-hover .portfolio-hover-box *:nth-child(3){-webkit-transition-delay:0s;transition-delay:0s}.portfolio-title-outside .portfolio-item .portfolio-img{overflow:hidden}.portfolio-title-outside .portfolio-item .portfolio-img a{position:relative;display:block}.portfolio-title-outside .portfolio-item .portfolio-img a:after{content:'';position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;background:rgba(19,22,25,0.1);-webkit-transition:ease-out 0.16s;transition:ease-out 0.16s}.portfolio-title-outside .portfolio-item .portfolio-img img{-webkit-transform:scale(1.04);transform:scale(1.04);width:100%;-webkit-transition:transform 0.46s cubic-bezier(0.165, 0.84, 0.44, 1);transition:transform 0.46s cubic-bezier(0.165, 0.84, 0.44, 1)}.portfolio-title-outside .portfolio-item .portfolio-img:hover a:after{opacity:1}.portfolio-title-outside .portfolio-item .portfolio-img:hover img{-webkit-transform:scale(1);transform:scale(1)}.portfolio-title-outside .portfolio-item .portfolio-title{padding:24px 30px}.portfolio-title-outside .portfolio-item .portfolio-title h1,.portfolio-title-outside .portfolio-item .portfolio-title h2,.portfolio-title-outside .portfolio-item .portfolio-title h3,.portfolio-title-outside .portfolio-item .portfolio-title h4,.portfolio-title-outside .portfolio-item .portfolio-title h5,.portfolio-title-outside .portfolio-item .portfolio-title h6{line-height:1.3}.portfolio-title-outside.hover-style-2 .portfolio-item .portfolio-img img{-webkit-transform:scale(1);transform:scale(1);-webkit-transition:transform 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);transition:transform 1.4s cubic-bezier(0.165, 0.84, 0.44, 1)}.portfolio-title-outside.hover-style-2 .portfolio-item .portfolio-img a:hover img{-webkit-transform:scale(1.06);transform:scale(1.06);-webkit-filter:blur(1.5px);filter:blur(1.5px)}.portfolio-title-outside.hover-style-3 .portfolio-item .portfolio-img img{-webkit-transform:scale(1);transform:scale(1)}.portfolio-title-outside.hover-style-3 .portfolio-item .portfolio-img a:after{opacity:1;background:transparent;-webkit-box-shadow:inset 0 0 0 0 #fff;box-shadow:inset 0 0 0 0 #fff;-webkit-transition:box-shadow 0.6s cubic-bezier(0.165, 0.84, 0.4, 0.98);transition:box-shadow 0.6s cubic-bezier(0.165, 0.84, 0.4, 0.98)}.portfolio-title-outside.hover-style-3 .portfolio-item .portfolio-img a:hover:after{-webkit-box-shadow:inset 0 0 0 8px #fff;box-shadow:inset 0 0 0 8px #fff}.portfolio-icon-overlay .portfolio-item .portfolio-img{position:relative;overflow:hidden}.portfolio-icon-overlay .portfolio-item .portfolio-img img{-webkit-transform:scale(1.06);transform:scale(1.06);width:100%;-webkit-transition:transform 0.46s cubic-bezier(0.165, 0.84, 0.44, 1);transition:transform 0.46s cubic-bezier(0.165, 0.84, 0.44, 1)}.portfolio-icon-overlay .portfolio-item .portfolio-img .portfolio-hover{position:absolute;top:0;right:0;bottom:0;left:0;visibility:hidden;opacity:0;background:rgba(19,22,25,0.3);text-align:center;-webkit-transition:ease-out 0.16s;transition:ease-out 0.16s}.portfolio-icon-overlay .portfolio-item .portfolio-img .portfolio-hover .portfolio-hover-box{position:absolute;top:50%;right:0;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);padding:20px 30px}.portfolio-icon-overlay .portfolio-item .portfolio-img .portfolio-hover .portfolio-hover-box a{display:inline-block;background:rgba(19,22,25,0.8);width:44px;height:44px;margin:0 4px;border-radius:50%;color:rgba(255,255,255,0.9);text-align:center;line-height:44px;-webkit-transition:linear 0.1s;transition:linear 0.1s}.portfolio-icon-overlay .portfolio-item .portfolio-img .portfolio-hover .portfolio-hover-box a i{line-height:44px}.portfolio-icon-overlay .portfolio-item .portfolio-img .portfolio-hover .portfolio-hover-box a:hover,.portfolio-icon-overlay .portfolio-item .portfolio-img .portfolio-hover .portfolio-hover-box a:focus{background:rgba(19,22,25,0.9);color:white}.portfolio-icon-overlay .portfolio-item .portfolio-img:hover img{-webkit-transform:scale(1);transform:scale(1)}.portfolio-icon-overlay .portfolio-item .portfolio-img:hover .portfolio-hover{visibility:visible;opacity:1}.portfolio-icon-overlay.hover-style-2 .portfolio-item .portfolio-img img{-webkit-transform:scale(1);transform:scale(1)}.portfolio-icon-overlay.hover-style-2 .portfolio-item .portfolio-img .portfolio-hover{background:rgba(19,22,25,0.1)}.portfolio-icon-overlay.hover-style-2 .portfolio-item .portfolio-img:hover img{-webkit-transform:scale(1.06);transform:scale(1.06);-webkit-filter:blur(1.5px);filter:blur(1.5px)}.portfolio-carousel{width:100%}.portfolio-carousel .portfolio-carousel-item{position:relative;margin:0 5%}.portfolio-carousel .portfolio-carousel-item a{display:block}.portfolio-carousel .portfolio-carousel-item a .portfolio-img{overflow:hidden;-webkit-transform:scale(0.9);transform:scale(0.9);opacity:0.8;-webkit-transition:ease-out 0.3s;transition:ease-out 0.3s}.portfolio-carousel .portfolio-carousel-item a .portfolio-img img{-webkit-transform:scale(1);transform:scale(1);-webkit-transition:transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);transition:transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1)}.portfolio-carousel .portfolio-carousel-item a .portfolio-title{position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%) translateX(-32%);transform:translateY(-50%) translateX(-32%);max-width:400px;-webkit-transition:ease-out 0.4s;transition:ease-out 0.4s}.portfolio-carousel .portfolio-carousel-item a .portfolio-title .line{display:block;overflow:hidden;color:#131619;font-family:"Poppins",sans-serif;font-weight:700;font-size:3.5em}.portfolio-carousel .portfolio-carousel-item a .portfolio-title .line span{display:block;-webkit-transform:translateY(100%);transform:translateY(100%);-webkit-transition:ease-out 0.3s;transition:ease-out 0.3s;-webkit-transition-delay:.2s;transition-delay:.2s}.portfolio-carousel .portfolio-carousel-item a .portfolio-title .line:nth-child(2) span{-webkit-transition-delay:.3s;transition-delay:.3s}.portfolio-carousel .portfolio-carousel-item a .portfolio-title .line:nth-child(3) span{-webkit-transition-delay:.4s;transition-delay:.4s}@media (max-width: 1199.98px){.portfolio-carousel .portfolio-carousel-item a .portfolio-title .line{font-size:2.5em}}@media (max-width: 991.98px){.portfolio-carousel .portfolio-carousel-item a .portfolio-title .line{font-size:2em}}@media (max-width: 767.98px){.portfolio-carousel .portfolio-carousel-item a .portfolio-title .line{font-size:1.75em}}@media (max-width: 575.98px){.portfolio-carousel .portfolio-carousel-item a .portfolio-title .line{font-size:1.5em}}@media (max-width: 991.98px){.portfolio-carousel .portfolio-carousel-item a .portfolio-title{-webkit-transform:translateY(-50%) translateX(-30%);transform:translateY(-50%) translateX(-30%)}}@media (max-width: 767.98px){.portfolio-carousel .portfolio-carousel-item a .portfolio-title{-webkit-transform:translateY(-50%) translateX(-28%);transform:translateY(-50%) translateX(-28%)}}@media (max-width: 575.98px){.portfolio-carousel .portfolio-carousel-item a .portfolio-title{-webkit-transform:translateY(-50%) translateX(-24%);transform:translateY(-50%) translateX(-24%)}}.portfolio-carousel .portfolio-carousel-item a:hover img{-webkit-transform:scale(1.04);transform:scale(1.04)}.portfolio-carousel .owl-item.active.center .portfolio-carousel-item a .portfolio-img{-webkit-transform:scale(1);transform:scale(1);opacity:1}.portfolio-carousel .owl-item.active.center .portfolio-carousel-item a .portfolio-title .line span{-webkit-transform:translateY(0);transform:translateY(0)}.portfolio-carousel .owl-dots{margin-top:50px}div[class*='bg-dark'] .portfolio-carousel .portfolio-carousel-item a .portfolio-title .line,.bg-black .portfolio-carousel .portfolio-carousel-item a .portfolio-title .line{color:white}body:after{content:'';position:fixed;top:0;left:0;z-index:998;background:white;width:100%;height:100%}body.loaded:after{display:none}.preloader{position:fixed;top:0;left:0;z-index:999;visibility:visible;opacity:1;background:white;width:100%;height:100%;text-align:center}.preloader div{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.loaded .preloader{visibility:hidden;opacity:0;-webkit-transition:ease-out 0.3s;transition:ease-out 0.3s}.preloader-1 div{position:relative;width:70px;height:70px}.preloader-1 div .loader-circular{position:absolute;top:0;bottom:0;left:0;right:0;transform-origin:center center;width:70px;height:70px;margin:auto;animation:loader-one-rotate 2s linear infinite}.preloader-1 div .loader-path{fill:none;stroke:#131619;stroke-width:2.5;stroke-dasharray:1, 200;stroke-dashoffset:0;stroke-linecap:round;stroke-miterlimit:10;animation:loader-one-dash 1.5s ease-in-out infinite}@keyframes loader-one-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loader-one-dash{0%{stroke-dasharray:1, 200;stroke-dashoffset:0}50%{stroke-dasharray:89, 200;stroke-dashoffset:-35px}100%{stroke-dasharray:89, 200;stroke-dashoffset:-124px}}.preloader-2 div span{display:inline-block;background:#131619;background:linear-gradient(to right, #131619 10%, rgba(24,27,30,0) 40%);width:60px;height:60px;border-radius:50%;-webkit-animation:loader-two 0.7s infinite linear;animation:loader-two 0.7s infinite linear}.preloader-2 div span:before,.preloader-2 div span:after{content:'';position:absolute;top:0;left:0}.preloader-2 div span:before{background:#131619;width:50%;height:50%;border-radius:100% 0 0 0}.preloader-2 div span:after{right:0;bottom:0;background:white;width:96%;height:96%;margin:auto;border-radius:50%}@keyframes loader-two{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes loader-two{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.preloader-3 div span{display:inline-block;width:50px;height:50px;border:1px solid;border-radius:50%;border-color:#131619 rgba(19,22,25,0.2) rgba(19,22,25,0.2) rgba(19,22,25,0.2);-webkit-animation:loader-three-spin 500ms infinite linear;animation:loader-three-spin 500ms infinite linear}@keyframes loader-three-spin{100%{transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes loader-three-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.preloader-4 div{position:relative;width:50px;height:50px}.preloader-4 div span{position:absolute;top:0;left:0;-webkit-transform:scale(0);transform:scale(0);display:inline-block;opacity:0;background:rgba(19,22,25,0.2);width:50px;height:50px;border-radius:50%;-webkit-animation:loader-four 1s infinite ease-out;animation:loader-four 1s infinite ease-out}@-webkit-keyframes loader-four{0%{-webkit-transform:scale(0);transform:scale(0);opacity:1}80%{-webkit-transform:scale(1);transform:scale(1);opacity:0}100%{-webkit-transform:scale(0);transform:scale(0);opacity:0}}@keyframes loader-four{0%{-webkit-transform:scale(0);transform:scale(0);opacity:1}80%{-webkit-transform:scale(1);transform:scale(1);opacity:0}100%{-webkit-transform:scale(0);transform:scale(0);opacity:0}}.section-xs{padding:60px 0}.section-xs.bg-image .container,.section-xs.bg-image .container-fluid{padding:60px 30px}.section-sm{padding:80px 0}.section-sm.bg-image .container,.section-sm.bg-image .container-fluid{padding:80px 30px}.section,.section-md{padding:100px 0}.section.bg-image .container,.section.bg-image .container-fluid,.section-md.bg-image .container,.section-md.bg-image .container-fluid{padding:100px 30px}.section-lg{padding:140px 0}.section-lg.bg-image .container,.section-lg.bg-image .container-fluid{padding:140px 30px}.section-xl{padding:180px 0}.section-xl.bg-image .container,.section-xl.bg-image .container-fluid{padding:180px 30px}.section-2xl{padding:220px 0}.section-2xl.bg-image .container,.section-2xl.bg-image .container-fluid{padding:220px 30px}.section-3xl{padding:260px 0}.section-3xl.bg-image .container,.section-3xl.bg-image .container-fluid{padding:260px 30px}@media (max-width: 767.98px){.section-xs{padding:40px 0}.section-xs.bg-image .container,.section-xs.bg-image .container-fluid{padding:40px 30px}.section-sm{padding:60px 0}.section-sm.bg-image .container,.section-sm.bg-image .container-fluid{padding:60px 30px}.section,.section-md{padding:80px 0}.section.bg-image .container,.section.bg-image .container-fluid,.section-md.bg-image .container,.section-md.bg-image .container-fluid{padding:80px 30px}.section-lg{padding:120px 0}.section-lg.bg-image .container,.section-lg.bg-image .container-fluid{padding:120px 30px}.section-xl{padding:150px 0}.section-xl.bg-image .container,.section-xl.bg-image .container-fluid{padding:150px 30px}.section-2xl{padding:180px 0}.section-2xl.bg-image .container,.section-2xl.bg-image .container-fluid{padding:180px 30px}.section-3xl{padding:200px 0}.section-3xl.bg-image .container,.section-3xl.bg-image .container-fluid{padding:200px 30px}}@media (max-width: 575.98px){.section,.section-md{padding:70px 0}.section.bg-image .container,.section.bg-image .container-fluid,.section-md.bg-image .container,.section-md.bg-image .container-fluid{padding:70px 30px}.section-lg{padding:100px 0}.section-lg.bg-image .container,.section-lg.bg-image .container-fluid{padding:100px 30px}.section-xl{padding:130px 0}.section-xl.bg-image .container,.section-xl.bg-image .container-fluid{padding:130px 30px}.section-2xl{padding:150px 0}.section-2xl.bg-image .container,.section-2xl.bg-image .container-fluid{padding:150px 30px}.section-3xl{padding:170px 0}.section-3xl.bg-image .container,.section-3xl.bg-image .container-fluid{padding:170px 30px}}.section-xs,.section-sm,.section,.section-md,.section-lg,.section-xl,.section-2xl,.section-3xl{position:relative}.section-xs.bg-image,.section-sm.bg-image,.section.bg-image,.section-md.bg-image,.section-lg.bg-image,.section-xl.bg-image,.section-2xl.bg-image,.section-3xl.bg-image{padding:0}.section-fullscreen{position:relative;width:100%;height:100vh}.section-fullscreen div[class*='bg-dark'],.section-fullscreen div[class*='bg-white'],.section-fullscreen .bg-black,.section-fullscreen .bg-light-gray,.section-fullscreen .bg-gray,.section-fullscreen .container,.section-fullscreen .container-fluid{height:100%}.section-fullscreen .row{min-width:100%}.product-box .product-img{position:relative;overflow:hidden}.product-box .product-img a{display:block}.product-box .product-img a img:nth-child(2){position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);z-index:1;opacity:0;-webkit-transition:ease-out 0.14s;transition:ease-out 0.14s}.product-box .product-img a:hover img:nth-child(2){opacity:1}.product-box .product-img .product-badge-left,.product-box .product-img .product-badge-right{position:absolute;top:16px;z-index:2;font-size:14px;background:rgba(19,22,25,0.4);padding:4px 10px;border-radius:40px}.product-box .product-img .product-badge-left *,.product-box .product-img .product-badge-right *{color:white}.product-box .product-img .product-badge-left h1,.product-box .product-img .product-badge-left h2,.product-box .product-img .product-badge-left h3,.product-box .product-img .product-badge-left h4,.product-box .product-img .product-badge-left h5,.product-box .product-img .product-badge-left h6,.product-box .product-img .product-badge-right h1,.product-box .product-img .product-badge-right h2,.product-box .product-img .product-badge-right h3,.product-box .product-img .product-badge-right h4,.product-box .product-img .product-badge-right h5,.product-box .product-img .product-badge-right h6{margin:0}.product-box .product-img .product-badge-left.red,.product-box .product-img .product-badge-right.red{background:#e84e52}.product-box .product-img .product-badge-left.green,.product-box .product-img .product-badge-right.green{background:#50c878}.product-box .product-img .product-badge-left{left:16px}.product-box .product-img .product-badge-right{right:16px}.product-box .product-title{position:relative;padding:20px 24px 0 0}.product-box .product-title h1,.product-box .product-title h2,.product-box .product-title h3,.product-box .product-title h4,.product-box .product-title h5,.product-box .product-title h6{margin-bottom:4px;line-height:1.4}.product-box .product-title .price-and-cart{position:relative;overflow:hidden}.product-box .product-title .price-and-cart .price,.product-box .product-title .price-and-cart .add-to-cart{-webkit-transition:ease-out 0.14s;transition:ease-out 0.14s}.product-box .product-title .price-and-cart .price span{display:inline-block}.product-box .product-title .price-and-cart .price del{opacity:0.7;margin-right:4px}.product-box .product-title .price-and-cart .price ins{text-decoration:none}.product-box .product-title .price-and-cart .add-to-cart{position:absolute;bottom:0;left:0;-webkit-transform:translateY(100%);transform:translateY(100%);font-size:14px}.product-box .product-title .price-and-cart .add-to-cart a{display:inline-block}.product-box .product-title .add-to-wishlist{position:absolute;top:20px;right:0}.product-box .product-title .add-to-wishlist a{display:inline-block}.product-box:hover .product-title .price-and-cart .price{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.product-box:hover .product-title .price-and-cart .add-to-cart{-webkit-transform:translateY(0);transform:translateY(0)}.product-carousel-thumbnails{padding:6px 0 0}.product-carousel-thumbnails li{list-style-type:none;display:inline-block;margin-right:2px}.product-carousel-thumbnails li a{display:inline-block;opacity:0.6;-webkit-transition:ease-out 0.14s;transition:ease-out 0.14s}.product-carousel-thumbnails li a img{max-width:100px}.product-carousel-thumbnails li a:hover{opacity:1}.product-price del{opacity:0.7;margin-right:8px}.product-price ins{text-decoration:none}.product-quantity .qnt{position:relative;display:inline-block;width:auto;margin-right:30px}.product-quantity .qnt input{width:100px;height:34px;border:0;padding:0;text-align:center}.product-quantity .qnt input::-webkit-outer-spin-button,.product-quantity .qnt input::-webkit-inner-spin-button{display:none;-webkit-appearance:none;margin:0}.product-quantity .qnt input[type=number]{-moz-appearance:textfield}.product-quantity .qnt .dec,.product-quantity .qnt .inc{position:absolute;top:0;background:#eef2f6;width:34px;height:34px;border-radius:50%;color:transparent;text-align:center;-webkit-transition:linear 0.1s;transition:linear 0.1s}.product-quantity .qnt .dec:before,.product-quantity .qnt .inc:before{content:'';position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);background:#131619;width:11px;height:1px}.product-quantity .qnt .dec:hover,.product-quantity .qnt .inc:hover{background:#e4e8ec}.product-quantity .qnt .dec{left:0}.product-quantity .qnt .inc{right:0}.product-quantity .qnt .inc:after{content:'';position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);background:#131619;width:1px;height:11px}.product-info-box{border:1px solid #e2e6ea;padding:30px}.product-info-box .nav{justify-content:center;margin:0 -15px 30px}.product-info-box .nav .nav-item{margin:0 15px}.product-info-box .nav .nav-item .nav-link{position:relative;padding:0 0 1px;font-family:"Poppins",sans-serif}.product-info-box .nav .nav-item .nav-link:before{content:'';position:absolute;right:0;bottom:0;left:0;background:#131619;height:1px;-webkit-animation:button-line-out 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) both;animation:button-line-out 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) both}.product-info-box .nav .nav-item .nav-link.active{color:#131619}.product-info-box .nav .nav-item .nav-link.active:before{width:100%;-webkit-animation:button-line-in 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) both;animation:button-line-in 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) both}.product-info-box .table{margin:0;border-collapse:separate;border-spacing:0;border:0;font-size:15px}.product-info-box .table tr:first-child th,.product-info-box .table tr:first-child td{border:0}.product-info-box .table th,.product-info-box .table td{border-top:1px solid #e2e6ea;padding:14px 20px 14px 0}.product-info-box .table th{font-weight:400}.product-info-box .table td{color:#767A7D}.cart-table{margin:0;border-collapse:separate;border-spacing:0;border:0;font-size:14px}.cart-table thead th,.cart-table thead td{border-bottom:1px solid #e2e6ea}.cart-table th,.cart-table td{border-top:0;border-bottom:1px solid #e2e6ea;padding:20px 20px 20px 0;vertical-align:middle}.cart-table th{font-weight:400}.cart-table td{color:#767A7D}.cart-table .product-thumbnail img{max-width:100px}.cart-table .product-quantity .qnt{margin:0}.cart-table .product-quantity .qnt input{margin:0}.cart-totals{margin:0;border-collapse:separate;border-spacing:0;border:0;font-size:14px}.cart-totals tr:first-child th,.cart-totals tr:first-child td{border:0}.cart-totals th,.cart-totals td{border-top:1px solid #e2e6ea;padding:20px 20px 20px 0}.cart-totals th{font-weight:400}.cart-totals td{color:#767A7D}.sm-wrapper{position:fixed;top:0;z-index:992;background:white;width:300px;height:100%;-webkit-transition:all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);transition:all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1)}.sm-wrapper .top,.sm-wrapper .middle,.sm-wrapper .bottom{position:absolute;right:40px;left:40px}.sm-wrapper .top{top:40px}.sm-wrapper .middle{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.sm-wrapper .bottom{bottom:40px}.sm-wrapper .logo img{width:auto;height:60px}.sm-wrapper .sm{list-style-type:none;margin:0 0 -12px;padding:0}.sm-wrapper .sm .sm-item{width:100%;margin:0 0 12px}.sm-wrapper .sm .sm-item .sm-link{font-family:"Poppins",sans-serif}.sm-wrapper .sm .sm-item .sm-link.sm-dropdown-toggle{position:relative;display:block;width:100%;padding-right:15px}.sm-wrapper .sm .sm-item .sm-link.sm-dropdown-toggle:before,.sm-wrapper .sm .sm-item .sm-link.sm-dropdown-toggle:after{content:'';position:absolute;top:50%;background:#767A7D;width:6px;height:2px;-webkit-transition:linear 0.1s;transition:linear 0.1s}.sm-wrapper .sm .sm-item .sm-link.sm-dropdown-toggle:before{right:3px;-webkit-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.sm-wrapper .sm .sm-item .sm-link.sm-dropdown-toggle:after{right:0;-webkit-transform:translateY(-50%) rotate(-45deg);transform:translateY(-50%) rotate(-45deg)}.sm-wrapper .sm .sm-item .sm-link.sm-dropdown-toggle:hover:before,.sm-wrapper .sm .sm-item .sm-link.sm-dropdown-toggle:hover:after{background:#131619}.sm-wrapper .sm .sm-item .sm-link.active{color:#131619}.sm-wrapper .sm .sm-item .sm-dropdown{list-style-type:none;display:none;margin-top:8px;padding-left:24px}.sm-wrapper .sm .sm-item .sm-dropdown.show{display:block}.sm-wrapper .sm .sm-item .sm-dropdown .sm-dropdown-item .sm-dropdown-link.sm-subdropdown-toggle{position:relative;display:block;width:100%;padding-right:15px}.sm-wrapper .sm .sm-item .sm-dropdown .sm-dropdown-item .sm-dropdown-link.sm-subdropdown-toggle:before,.sm-wrapper .sm .sm-item .sm-dropdown .sm-dropdown-item .sm-dropdown-link.sm-subdropdown-toggle:after{content:'';position:absolute;top:50%;background:#767A7D;width:6px;height:2px;-webkit-transition:linear 0.1s;transition:linear 0.1s}.sm-wrapper .sm .sm-item .sm-dropdown .sm-dropdown-item .sm-dropdown-link.sm-subdropdown-toggle:before{right:3px;-webkit-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.sm-wrapper .sm .sm-item .sm-dropdown .sm-dropdown-item .sm-dropdown-link.sm-subdropdown-toggle:after{right:0;-webkit-transform:translateY(-50%) rotate(-45deg);transform:translateY(-50%) rotate(-45deg)}.sm-wrapper .sm .sm-item .sm-dropdown .sm-dropdown-item .sm-dropdown-link.sm-subdropdown-toggle:hover:before,.sm-wrapper .sm .sm-item .sm-dropdown .sm-dropdown-item .sm-dropdown-link.sm-subdropdown-toggle:hover:after{background:#131619}.sm-wrapper .sm .sm-item .sm-dropdown .sm-dropdown-item .sm-dropdown-link.active{color:#131619}.sm-wrapper .sm .sm-item .sm-dropdown .sm-dropdown-item .sm-subdropdown{list-style-type:none;display:none;margin-top:8px;padding-left:24px}.sm-wrapper .sm .sm-item .sm-dropdown .sm-dropdown-item .sm-subdropdown.show{display:block}.sm-wrapper .sm-close{position:fixed;top:16px;right:16px;z-index:993;display:inline-block;opacity:0.8;background:#eef2f6;width:50px;height:50px;border-radius:50%;-webkit-transition:linear 0.12s;transition:linear 0.12s}.sm-wrapper .sm-close span:before,.sm-wrapper .sm-close span:after{content:'';position:absolute;top:50%;left:50%;background:#131619;width:14px;height:2px;border-radius:2px;-webkit-transition:linear 0.1s;transition:linear 0.1s}.sm-wrapper .sm-close span:before{-webkit-transform:translate(-50%, -50%) rotate(45deg);transform:translate(-50%, -50%) rotate(45deg)}.sm-wrapper .sm-close span:after{-webkit-transform:translate(-50%, -50%) rotate(-45deg);transform:translate(-50%, -50%) rotate(-45deg)}.sm-wrapper .sm-close:hover{opacity:1}.sm-mobile{position:relative;width:100%;height:80px}.sm-mobile:after{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(19,22,25,0.6);visibility:hidden;opacity:0;-webkit-transition:ease-out 0.2s;transition:ease-out 0.2s}.sm-mobile.overlay:after{visibility:visible;opacity:1}.sm-mobile .container,.sm-mobile .container-fluid{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;justify-content:space-between;align-items:center;height:100%}.sm-mobile .sm-logo{display:inline-block}.sm-mobile .sm-logo a{color:#131619}.sm-mobile .sm-logo a:hover{color:#131619}.sm-mobile .sm-logo h1,.sm-mobile .sm-logo h2,.sm-mobile .sm-logo h3,.sm-mobile .sm-logo h4,.sm-mobile .sm-logo h5,.sm-mobile .sm-logo h6{margin-bottom:0}.sm-mobile .sm-logo img{width:auto;height:40px}.sm-mobile .sm-toggle{position:relative;display:inline-block;width:28px;height:28px}.sm-mobile .sm-toggle span{position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:#131619;width:100%;height:2px;border-radius:2px;-webkit-transition:linear 0.1s;transition:linear 0.1s}.sm-mobile .sm-toggle span:before,.sm-mobile .sm-toggle span:after{content:'';position:absolute;left:0;-webkit-transform-origin:center right;transform-origin:center right;background:#131619;width:100%;height:2px;border-radius:2px;-webkit-transition:linear 0.1s;transition:linear 0.1s}.sm-mobile .sm-toggle span:before{top:-7px}.sm-mobile .sm-toggle span:after{bottom:-7px}.sm-mobile .sm-toggle:hover span:before{-webkit-transform:scaleX(0.9);transform:scaleX(0.9)}.sm-mobile .sm-toggle:hover span:after{-webkit-transform:scaleX(0.7);transform:scaleX(0.7)}@media (min-width: 992px){body.sm-spacer-left{padding-left:300px}body.sm-spacer-right{padding-right:300px}.sm-wrapper .sm{overflow-y:auto;max-height:500px}.sm-wrapper.sm-left{right:auto;left:0;border-right:1px solid rgba(19,22,25,0.1)}.sm-wrapper.sm-right{right:0;left:auto;border-left:1px solid rgba(19,22,25,0.1)}.sm-mobile,.sm-wrapper .sm-close{display:none}}@media (max-width: 991.98px){.sm-wrapper{right:0;left:auto;-webkit-transform:translateX(100%);transform:translateX(100%)}.sm-wrapper.sm-show{-webkit-transform:translateX(0);transform:translateX(0)}.sm-wrapper .top,.sm-wrapper .middle,.sm-wrapper .bottom{right:30px;left:30px}.sm-wrapper .top{top:30px}.sm-wrapper .bottom{bottom:30px}.sm-wrapper .sm{overflow-y:auto;max-height:400px}.sm-wrapper .sm .sm-item .sm-dropdown{padding-left:20px}.sm-wrapper .sm .sm-item .sm-dropdown .sm-dropdown-item .sm-subdropdown{padding-left:20px}.wrapper.overlay:after{visibility:visible;opacity:1}}@media (min-width: 992px){.sm-wrapper.dark,.sm-wrapper.black{border:0;color:rgba(255,255,255,0.7)}.sm-wrapper.dark h1,.sm-wrapper.dark h2,.sm-wrapper.dark h3,.sm-wrapper.dark h4,.sm-wrapper.dark h5,.sm-wrapper.dark h6,.sm-wrapper.black h1,.sm-wrapper.black h2,.sm-wrapper.black h3,.sm-wrapper.black h4,.sm-wrapper.black h5,.sm-wrapper.black h6{color:white}.sm-wrapper.dark a:not([class*='button']),.sm-wrapper.black a:not([class*='button']){color:rgba(255,255,255,0.8)}.sm-wrapper.dark a:not([class*='button']):hover,.sm-wrapper.dark a:not([class*='button']):focus,.sm-wrapper.black a:not([class*='button']):hover,.sm-wrapper.black a:not([class*='button']):focus{color:white}.sm-wrapper.dark .sm .sm-item .sm-link.sm-dropdown-toggle:before,.sm-wrapper.dark .sm .sm-item .sm-link.sm-dropdown-toggle:after,.sm-wrapper.black .sm .sm-item .sm-link.sm-dropdown-toggle:before,.sm-wrapper.black .sm .sm-item .sm-link.sm-dropdown-toggle:after{background:rgba(255,255,255,0.7)}.sm-wrapper.dark .sm .sm-item .sm-link.sm-dropdown-toggle:hover:before,.sm-wrapper.dark .sm .sm-item .sm-link.sm-dropdown-toggle:hover:after,.sm-wrapper.black .sm .sm-item .sm-link.sm-dropdown-toggle:hover:before,.sm-wrapper.black .sm .sm-item .sm-link.sm-dropdown-toggle:hover:after{background:white}.sm-wrapper.dark .sm .sm-item .sm-link.active,.sm-wrapper.black .sm .sm-item .sm-link.active{color:white}.sm-wrapper.dark .sm .sm-item .sm-link.active:before,.sm-wrapper.dark .sm .sm-item .sm-link.active:after,.sm-wrapper.black .sm .sm-item .sm-link.active:before,.sm-wrapper.black .sm .sm-item .sm-link.active:after{background:white}.sm-wrapper.dark .sm .sm-item .sm-dropdown .sm-dropdown-item .sm-dropdown-link.sm-subdropdown-toggle:before,.sm-wrapper.dark .sm .sm-item .sm-dropdown .sm-dropdown-item .sm-dropdown-link.sm-subdropdown-toggle:after,.sm-wrapper.black .sm .sm-item .sm-dropdown .sm-dropdown-item .sm-dropdown-link.sm-subdropdown-toggle:before,.sm-wrapper.black .sm .sm-item .sm-dropdown .sm-dropdown-item .sm-dropdown-link.sm-subdropdown-toggle:after{background:rgba(255,255,255,0.7)}.sm-wrapper.dark .sm .sm-item .sm-dropdown .sm-dropdown-item .sm-dropdown-link.sm-subdropdown-toggle:hover:before,.sm-wrapper.dark .sm .sm-item .sm-dropdown .sm-dropdown-item .sm-dropdown-link.sm-subdropdown-toggle:hover:after,.sm-wrapper.black .sm .sm-item .sm-dropdown .sm-dropdown-item .sm-dropdown-link.sm-subdropdown-toggle:hover:before,.sm-wrapper.black .sm .sm-item .sm-dropdown .sm-dropdown-item .sm-dropdown-link.sm-subdropdown-toggle:hover:after{background:white}.sm-wrapper.dark .sm .sm-item .sm-dropdown .sm-dropdown-item .sm-dropdown-link.active,.sm-wrapper.black .sm .sm-item .sm-dropdown .sm-dropdown-item .sm-dropdown-link.active{color:white}.sm-wrapper.dark .sm .sm-item .sm-dropdown .sm-dropdown-item .sm-dropdown-link.active:before,.sm-wrapper.dark .sm .sm-item .sm-dropdown .sm-dropdown-item .sm-dropdown-link.active:after,.sm-wrapper.black .sm .sm-item .sm-dropdown .sm-dropdown-item .sm-dropdown-link.active:before,.sm-wrapper.black .sm .sm-item .sm-dropdown .sm-dropdown-item .sm-dropdown-link.active:after{background:white}.sm-wrapper.dark{background:#131619}.sm-wrapper.black{background:black}}.sm-mobile.dark,.sm-mobile.black{color:rgba(255,255,255,0.7)}.sm-mobile.dark h1,.sm-mobile.dark h2,.sm-mobile.dark h3,.sm-mobile.dark h4,.sm-mobile.dark h5,.sm-mobile.dark h6,.sm-mobile.black h1,.sm-mobile.black h2,.sm-mobile.black h3,.sm-mobile.black h4,.sm-mobile.black h5,.sm-mobile.black h6{color:white}.sm-mobile.dark a:not([class*='button']):not(.sm-logo a),.sm-mobile.black a:not([class*='button']):not(.sm-logo a){color:rgba(255,255,255,0.8)}.sm-mobile.dark a:not([class*='button']):not(.sm-logo a):hover,.sm-mobile.dark a:not([class*='button']):not(.sm-logo a):focus,.sm-mobile.black a:not([class*='button']):not(.sm-logo a):hover,.sm-mobile.black a:not([class*='button']):not(.sm-logo a):focus{color:white}.sm-mobile.dark .sm-logo a,.sm-mobile.black .sm-logo a{color:white}.sm-mobile.dark .sm-logo a:hover,.sm-mobile.black .sm-logo a:hover{color:white}.sm-mobile.dark .sm-toggle span,.sm-mobile.black .sm-toggle span{background:white}.sm-mobile.dark .sm-toggle span:before,.sm-mobile.dark .sm-toggle span:after,.sm-mobile.black .sm-toggle span:before,.sm-mobile.black .sm-toggle span:after{background:white}.sm-mobile.dark{background:#131619}.sm-mobile.black{background:black}.stm-toggle-wrapper{background:white;text-align:center}.stm-toggle-wrapper .top,.stm-toggle-wrapper .middle,.stm-toggle-wrapper .bottom{position:absolute}.stm-toggle-wrapper .top{right:auto}@media (min-width: 992px){.stm-toggle-wrapper .logo img{max-width:40px;height:auto}}@media (max-width: 991.98px){.stm-toggle-wrapper .logo img{width:auto;max-height:40px}}.stm-toggle-wrapper .stm-toggle{position:relative;display:inline-block;width:28px;height:28px}.stm-toggle-wrapper .stm-toggle span{position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:#131619;width:100%;height:2px;border-radius:2px;-webkit-transition:linear 0.1s;transition:linear 0.1s}.stm-toggle-wrapper .stm-toggle span:before,.stm-toggle-wrapper .stm-toggle span:after{content:'';position:absolute;left:0;background:#131619;width:100%;height:2px;border-radius:2px;-webkit-transition:linear 0.12s;transition:linear 0.12s}.stm-toggle-wrapper .stm-toggle span:before{top:-7px}.stm-toggle-wrapper .stm-toggle span:after{bottom:-7px}.stm-toggle-wrapper .stm-toggle:hover span:before{-webkit-transform:scaleX(0.9);transform:scaleX(0.9)}.stm-toggle-wrapper .stm-toggle:hover span:after{-webkit-transform:scaleX(0.7);transform:scaleX(0.7)}.stm-toggle-wrapper .stm-toggle.stm-toggle-active span{-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition-delay:.12s;transition-delay:.12s;background:transparent}.stm-toggle-wrapper .stm-toggle.stm-toggle-active span:before,.stm-toggle-wrapper .stm-toggle.stm-toggle-active span:after{top:0}.stm-wrapper{position:fixed;top:0;bottom:0;background:white;width:300px;height:100%;-webkit-box-shadow:0 0 40px 0 rgba(24,27,30,0.14);box-shadow:0 0 40px 0 rgba(24,27,30,0.14);-webkit-transition:all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);transition:all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1)}.stm-wrapper .stm{list-style-type:none;margin:0 0 -12px;padding:0}.stm-wrapper .stm .stm-item{width:100%;margin:0 0 12px}.stm-wrapper .stm .stm-item .stm-link{font-family:"Poppins",sans-serif}.stm-wrapper .stm .stm-item .stm-link.stm-dropdown-toggle{position:relative;display:block;width:100%;padding-right:15px}.stm-wrapper .stm .stm-item .stm-link.stm-dropdown-toggle:before,.stm-wrapper .stm .stm-item .stm-link.stm-dropdown-toggle:after{content:'';position:absolute;top:50%;background:#767A7D;width:6px;height:2px;-webkit-transition:linear 0.1s;transition:linear 0.1s}.stm-wrapper .stm .stm-item .stm-link.stm-dropdown-toggle:before{right:3px;-webkit-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.stm-wrapper .stm .stm-item .stm-link.stm-dropdown-toggle:after{right:0;-webkit-transform:translateY(-50%) rotate(-45deg);transform:translateY(-50%) rotate(-45deg)}.stm-wrapper .stm .stm-item .stm-link.stm-dropdown-toggle:hover:before,.stm-wrapper .stm .stm-item .stm-link.stm-dropdown-toggle:hover:after{background:#131619}.stm-wrapper .stm .stm-item .stm-link.active{color:#131619}.stm-wrapper .stm .stm-item .stm-dropdown{list-style-type:none;display:none;margin-top:8px;padding-left:24px}.stm-wrapper .stm .stm-item .stm-dropdown.show{display:block}.stm-wrapper .stm .stm-item .stm-dropdown .stm-dropdown-item .stm-dropdown-link.stm-subdropdown-toggle{position:relative;display:block;width:100%;padding-right:15px}.stm-wrapper .stm .stm-item .stm-dropdown .stm-dropdown-item .stm-dropdown-link.stm-subdropdown-toggle:before,.stm-wrapper .stm .stm-item .stm-dropdown .stm-dropdown-item .stm-dropdown-link.stm-subdropdown-toggle:after{content:'';position:absolute;top:50%;background:#767A7D;width:6px;height:2px;-webkit-transition:linear 0.1s;transition:linear 0.1s}.stm-wrapper .stm .stm-item .stm-dropdown .stm-dropdown-item .stm-dropdown-link.stm-subdropdown-toggle:before{right:3px;-webkit-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.stm-wrapper .stm .stm-item .stm-dropdown .stm-dropdown-item .stm-dropdown-link.stm-subdropdown-toggle:after{right:0;-webkit-transform:translateY(-50%) rotate(-45deg);transform:translateY(-50%) rotate(-45deg)}.stm-wrapper .stm .stm-item .stm-dropdown .stm-dropdown-item .stm-dropdown-link.stm-subdropdown-toggle:hover:before,.stm-wrapper .stm .stm-item .stm-dropdown .stm-dropdown-item .stm-dropdown-link.stm-subdropdown-toggle:hover:after{background:#131619}.stm-wrapper .stm .stm-item .stm-dropdown .stm-dropdown-item .stm-dropdown-link.active{color:#131619}.stm-wrapper .stm .stm-item .stm-dropdown .stm-dropdown-item .stm-subdropdown{list-style-type:none;display:none;margin-top:8px;padding-left:24px}.stm-wrapper .stm .stm-item .stm-dropdown .stm-dropdown-item .stm-subdropdown.show{display:block}.stm-wrapper .stm-close{position:fixed;top:10px;right:10px;z-index:993;display:inline-block;opacity:0.8;background:#eef2f6;width:50px;height:50px;border-radius:50%;-webkit-transition:linear 0.12s;transition:linear 0.12s}.stm-wrapper .stm-close span:before,.stm-wrapper .stm-close span:after{content:'';position:absolute;top:50%;left:50%;background:#131619;width:14px;height:2px;border-radius:2px;-webkit-transition:linear 0.1s;transition:linear 0.1s}.stm-wrapper .stm-close span:before{-webkit-transform:translate(-50%, -50%) rotate(45deg);transform:translate(-50%, -50%) rotate(45deg)}.stm-wrapper .stm-close span:after{-webkit-transform:translate(-50%, -50%) rotate(-45deg);transform:translate(-50%, -50%) rotate(-45deg)}.stm-wrapper .stm-close:hover{opacity:1}@media (min-width: 992px){body.stm-spacer-left{padding-left:80px}body.stm-spacer-right{padding-right:80px}.stm-toggle-wrapper{position:fixed;top:0;bottom:0;z-index:992;width:80px}.stm-toggle-wrapper.stm-toggle-left{right:auto;left:0;border-right:1px solid rgba(19,22,25,0.1)}.stm-toggle-wrapper.stm-toggle-right{right:0;left:auto;border-left:1px solid rgba(19,22,25,0.1)}.stm-toggle-wrapper .top,.stm-toggle-wrapper .middle,.stm-toggle-wrapper .bottom{right:0;left:0}.stm-toggle-wrapper .top{top:30px}.stm-toggle-wrapper .bottom{bottom:30px}.stm-toggle-wrapper .middle{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.stm-wrapper{z-index:991}.stm-wrapper.stm-left{right:auto;left:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.stm-wrapper.stm-left.stm-show{-webkit-transform:translateX(80px);transform:translateX(80px)}.stm-wrapper.stm-right{right:0;left:auto;-webkit-transform:translateX(100%);transform:translateX(100%)}.stm-wrapper.stm-right.stm-show{-webkit-transform:translateX(-80px);transform:translateX(-80px)}.stm-wrapper .stm{position:absolute;top:50%;right:40px;left:40px;-webkit-transform:translateY(-50%);transform:translateY(-50%);overflow-y:auto;max-height:600px}.stm-wrapper .stm-close{display:none}}@media (max-width: 991.98px){.stm-toggle-wrapper{position:relative;z-index:991;right:0;bottom:0;width:100%;height:80px;border-right:0}.stm-toggle-wrapper:after{content:'';position:absolute;top:0;left:0;z-index:992;background:rgba(19,22,25,0.6);width:100%;height:100%;visibility:hidden;opacity:0;-webkit-transition:ease-out 0.2s;transition:ease-out 0.2s}.stm-toggle-wrapper.overlay:after{visibility:visible;opacity:1}.stm-toggle-wrapper .top,.stm-toggle-wrapper .middle,.stm-toggle-wrapper .bottom{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.stm-toggle-wrapper .top{left:30px}.stm-toggle-wrapper .middle{left:50%;-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}.stm-toggle-wrapper .bottom{right:30px;left:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center}.stm-toggle-wrapper ul{margin-right:-7px;margin-left:-7px}.stm-toggle-wrapper ul li{display:inline-block;margin:0 7px}.stm-wrapper{right:0;left:auto;-webkit-transform:translateX(100%);transform:translateX(100%);z-index:992;-webkit-box-shadow:0 0 40px 0 rgba(24,27,30,0.14);box-shadow:0 0 40px 0 rgba(24,27,30,0.14);padding:70px 30px 30px}.stm-wrapper.stm-show{-webkit-transform:translateX(0);transform:translateX(0)}.stm-wrapper .stm{overflow-y:auto;max-height:400px}.stm-wrapper .stm .stm-item .stm-dropdown{padding-left:20px}.stm-wrapper .stm .stm-item .stm-dropdown .stm-dropdown-item .stm-subdropdown{padding-left:20px}}.stm-toggle-wrapper.dark,.stm-toggle-wrapper.black{border:0;color:rgba(255,255,255,0.7)}.stm-toggle-wrapper.dark h1,.stm-toggle-wrapper.dark h2,.stm-toggle-wrapper.dark h3,.stm-toggle-wrapper.dark h4,.stm-toggle-wrapper.dark h5,.stm-toggle-wrapper.dark h6,.stm-toggle-wrapper.black h1,.stm-toggle-wrapper.black h2,.stm-toggle-wrapper.black h3,.stm-toggle-wrapper.black h4,.stm-toggle-wrapper.black h5,.stm-toggle-wrapper.black h6{color:white}.stm-toggle-wrapper.dark a:not([class*='button']),.stm-toggle-wrapper.black a:not([class*='button']){color:rgba(255,255,255,0.8)}.stm-toggle-wrapper.dark a:not([class*='button']):hover,.stm-toggle-wrapper.dark a:not([class*='button']):focus,.stm-toggle-wrapper.black a:not([class*='button']):hover,.stm-toggle-wrapper.black a:not([class*='button']):focus{color:white}.stm-toggle-wrapper.dark .stm-toggle span,.stm-toggle-wrapper.black .stm-toggle span{background:white}.stm-toggle-wrapper.dark .stm-toggle span:before,.stm-toggle-wrapper.dark .stm-toggle span:after,.stm-toggle-wrapper.black .stm-toggle span:before,.stm-toggle-wrapper.black .stm-toggle span:after{background:white}.stm-toggle-wrapper.dark{background:#131619}.stm-toggle-wrapper.black{background:black}@media (min-width: 992px){.stm-wrapper.dark,.stm-wrapper.black{color:rgba(255,255,255,0.7)}.stm-wrapper.dark h1,.stm-wrapper.dark h2,.stm-wrapper.dark h3,.stm-wrapper.dark h4,.stm-wrapper.dark h5,.stm-wrapper.dark h6,.stm-wrapper.black h1,.stm-wrapper.black h2,.stm-wrapper.black h3,.stm-wrapper.black h4,.stm-wrapper.black h5,.stm-wrapper.black h6{color:white}.stm-wrapper.dark a:not([class*='button']),.stm-wrapper.black a:not([class*='button']){color:rgba(255,255,255,0.8)}.stm-wrapper.dark a:not([class*='button']):hover,.stm-wrapper.dark a:not([class*='button']):focus,.stm-wrapper.black a:not([class*='button']):hover,.stm-wrapper.black a:not([class*='button']):focus{color:white}.stm-wrapper.dark .stm .stm-item .stm-link.stm-dropdown-toggle:before,.stm-wrapper.dark .stm .stm-item .stm-link.stm-dropdown-toggle:after,.stm-wrapper.black .stm .stm-item .stm-link.stm-dropdown-toggle:before,.stm-wrapper.black .stm .stm-item .stm-link.stm-dropdown-toggle:after{background:rgba(255,255,255,0.7)}.stm-wrapper.dark .stm .stm-item .stm-link.stm-dropdown-toggle:hover:before,.stm-wrapper.dark .stm .stm-item .stm-link.stm-dropdown-toggle:hover:after,.stm-wrapper.black .stm .stm-item .stm-link.stm-dropdown-toggle:hover:before,.stm-wrapper.black .stm .stm-item .stm-link.stm-dropdown-toggle:hover:after{background:white}.stm-wrapper.dark .stm .stm-item .stm-link.active,.stm-wrapper.black .stm .stm-item .stm-link.active{color:white}.stm-wrapper.dark .stm .stm-item .stm-dropdown .stm-dropdown-item .stm-dropdown-link.stm-subdropdown-toggle:before,.stm-wrapper.dark .stm .stm-item .stm-dropdown .stm-dropdown-item .stm-dropdown-link.stm-subdropdown-toggle:after,.stm-wrapper.black .stm .stm-item .stm-dropdown .stm-dropdown-item .stm-dropdown-link.stm-subdropdown-toggle:before,.stm-wrapper.black .stm .stm-item .stm-dropdown .stm-dropdown-item .stm-dropdown-link.stm-subdropdown-toggle:after{background:rgba(255,255,255,0.7)}.stm-wrapper.dark .stm .stm-item .stm-dropdown .stm-dropdown-item .stm-dropdown-link.stm-subdropdown-toggle:hover:before,.stm-wrapper.dark .stm .stm-item .stm-dropdown .stm-dropdown-item .stm-dropdown-link.stm-subdropdown-toggle:hover:after,.stm-wrapper.black .stm .stm-item .stm-dropdown .stm-dropdown-item .stm-dropdown-link.stm-subdropdown-toggle:hover:before,.stm-wrapper.black .stm .stm-item .stm-dropdown .stm-dropdown-item .stm-dropdown-link.stm-subdropdown-toggle:hover:after{background:white}.stm-wrapper.dark .stm .stm-item .stm-dropdown .stm-dropdown-item .stm-dropdown-link.active,.stm-wrapper.black .stm .stm-item .stm-dropdown .stm-dropdown-item .stm-dropdown-link.active{color:white}.stm-wrapper.dark{background:#131619}.stm-wrapper.black{background:black}}.owl-carousel[data-owl-nav="true"]:not([class*='owl-nav-']){padding:0 44px}@media (max-width: 991.98px){.owl-carousel[data-owl-nav="true"]:not([class*='owl-nav-']){padding:0 30px}}.owl-carousel .owl-item img{width:auto}.owl-carousel .owl-nav{position:absolute;top:50%;right:0;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:-1;padding-bottom:20px}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev{position:absolute;color:rgba(19,22,25,0.6);-webkit-transition:ease-out 0.16s;transition:ease-out 0.16s}.owl-carousel .owl-nav button.owl-next i,.owl-carousel .owl-nav button.owl-prev i{font-size:20px}.owl-carousel .owl-nav button.owl-next:hover,.owl-carousel .owl-nav button.owl-next:focus,.owl-carousel .owl-nav button.owl-prev:hover,.owl-carousel .owl-nav button.owl-prev:focus{color:#131619}.owl-carousel .owl-nav button.owl-prev{left:0}.owl-carousel .owl-nav button.owl-next{right:0}.owl-carousel.owl-nav-left .owl-nav,.owl-carousel.owl-nav-right .owl-nav{padding-bottom:0}.owl-carousel .owl-dots{margin-top:26px;margin-right:-4px;margin-left:-4px;text-align:center;line-height:0}@media (max-width: 991.98px){.owl-carousel .owl-dots{margin-top:16px}}.owl-carousel .owl-dots .owl-dot{position:relative;display:inline-block;width:24px;height:24px;margin:0 2px;vertical-align:middle}.owl-carousel .owl-dots .owl-dot:before{content:'';position:absolute;top:2px;right:2px;bottom:2px;left:2px;opacity:0;background:transparent;border:1px solid #131619;border-radius:50%;-webkit-transition:ease-out 0.16s;transition:ease-out 0.16s}.owl-carousel .owl-dots .owl-dot:after{content:'';position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);opacity:0.4;background:#131619;width:6px;height:6px;border-radius:50%;-webkit-transition:ease-out 0.16s;transition:ease-out 0.16s}.owl-carousel .owl-dots .owl-dot:hover:after,.owl-carousel .owl-dots .owl-dot:focus:after,.owl-carousel .owl-dots .owl-dot.active:after{opacity:1}.owl-carousel .owl-dots .owl-dot.active:before,.owl-carousel .owl-dots .owl-dot.active:after{opacity:1}.owl-carousel .owl-dots .owl-dot.active:before{top:0;right:0;bottom:0;left:0}.owl-carousel:not([data-owl-dots="false"]):not([class*='owl-dots-over']) .owl-nav{padding-bottom:70px}@media (max-width: 991.98px){.owl-carousel:not([data-owl-dots="false"]):not([class*='owl-dots-over']) .owl-nav{padding-bottom:60px}}div[class*='bg-dark'] .owl-carousel .owl-nav button.owl-next,div[class*='bg-dark'] .owl-carousel .owl-nav button.owl-prev,.bg-black .owl-carousel .owl-nav button.owl-next,.bg-black .owl-carousel .owl-nav button.owl-prev{color:rgba(255,255,255,0.7)}div[class*='bg-dark'] .owl-carousel .owl-nav button.owl-next:hover,div[class*='bg-dark'] .owl-carousel .owl-nav button.owl-next:focus,div[class*='bg-dark'] .owl-carousel .owl-nav button.owl-prev:hover,div[class*='bg-dark'] .owl-carousel .owl-nav button.owl-prev:focus,.bg-black .owl-carousel .owl-nav button.owl-next:hover,.bg-black .owl-carousel .owl-nav button.owl-next:focus,.bg-black .owl-carousel .owl-nav button.owl-prev:hover,.bg-black .owl-carousel .owl-nav button.owl-prev:focus{color:white}div[class*='bg-dark'] .owl-carousel .owl-dots .owl-dot:before,.bg-black .owl-carousel .owl-dots .owl-dot:before{border-color:white}div[class*='bg-dark'] .owl-carousel .owl-dots .owl-dot:after,.bg-black .owl-carousel .owl-dots .owl-dot:after{background:white}div[class*='bg-dark'] .owl-carousel .owl-dots .owl-dot:hover:after,div[class*='bg-dark'] .owl-carousel .owl-dots .owl-dot:focus:after,div[class*='bg-dark'] .owl-carousel .owl-dots .owl-dot.active:after,.bg-black .owl-carousel .owl-dots .owl-dot:hover:after,.bg-black .owl-carousel .owl-dots .owl-dot:focus:after,.bg-black .owl-carousel .owl-dots .owl-dot.active:after{opacity:1}.owl-carousel.owl-nav-left .owl-nav button,.owl-carousel.owl-nav-right .owl-nav button{position:static;display:block;margin:8px 0}.owl-carousel.owl-nav-left .owl-nav button.owl-prev,.owl-carousel.owl-nav-left .owl-nav button.owl-next,.owl-carousel.owl-nav-right .owl-nav button.owl-prev,.owl-carousel.owl-nav-right .owl-nav button.owl-next{right:auto;left:auto}.owl-carousel.owl-nav-left{padding:0 0 0 44px}@media (max-width: 991.98px){.owl-carousel.owl-nav-left{padding:0 0 0 30px}}.owl-carousel.owl-nav-left .owl-nav{right:auto}.owl-carousel.owl-nav-right{padding:0 44px 0 0}@media (max-width: 991.98px){.owl-carousel.owl-nav-right{padding:0 30px 0 0}}.owl-carousel.owl-nav-right .owl-nav{left:auto}.owl-carousel.owl-nav-overlay .owl-nav{z-index:1;padding-bottom:0}.owl-carousel.owl-nav-overlay .owl-nav button.owl-next,.owl-carousel.owl-nav-overlay .owl-nav button.owl-prev{opacity:0.9;background:rgba(19,22,25,0.7);width:50px;height:50px;border-radius:50%;color:rgba(255,255,255,0.8);text-align:center}.owl-carousel.owl-nav-overlay .owl-nav button.owl-next i,.owl-carousel.owl-nav-overlay .owl-nav button.owl-prev i{line-height:50px;font-size:14px}.owl-carousel.owl-nav-overlay .owl-nav button.owl-next:hover,.owl-carousel.owl-nav-overlay .owl-nav button.owl-next:focus,.owl-carousel.owl-nav-overlay .owl-nav button.owl-prev:hover,.owl-carousel.owl-nav-overlay .owl-nav button.owl-prev:focus{opacity:1;color:white}@media (min-width: 992px){.owl-carousel.owl-nav-overlay .owl-nav{opacity:0;-webkit-transition:ease-out 0.16s;transition:ease-out 0.16s}.owl-carousel.owl-nav-overlay:hover .owl-nav{opacity:1}}.owl-carousel.owl-nav-overlay .owl-nav{padding-bottom:50px}.owl-carousel.owl-nav-overlay .owl-nav button.owl-prev{left:30px}.owl-carousel.owl-nav-overlay .owl-nav button.owl-next{right:30px}@media (max-width: 991.98px){.owl-carousel.owl-nav-overlay .owl-nav button.owl-prev{left:16px}.owl-carousel.owl-nav-overlay .owl-nav button.owl-next{right:16px}}.owl-carousel.owl-nav-overlay:not([data-owl-dots="false"]):not([class*='owl-dots-over']) .owl-nav{padding-bottom:100px}@media (max-width: 991.98px){.owl-carousel.owl-nav-overlay:not([data-owl-dots="false"]):not([class*='owl-dots-over']) .owl-nav{padding-bottom:90px}}.owl-carousel.owl-dots-left .owl-dots{text-align:left}.owl-carousel.owl-dots-right .owl-dots{text-align:right}.owl-carousel.owl-dots-overlay .owl-dots{position:absolute;bottom:20px;background:rgba(19,22,25,0.4);border-radius:20px;margin:0;padding:5px}.owl-carousel.owl-dots-overlay .owl-dots .owl-dot{width:20px;height:20px;margin:0 2px}.owl-carousel.owl-dots-overlay .owl-dots .owl-dot:before{border-color:white}.owl-carousel.owl-dots-overlay .owl-dots .owl-dot:after{background:white}.owl-carousel.owl-dots-overlay .owl-dots .owl-dot:hover:after,.owl-carousel.owl-dots-overlay .owl-dots .owl-dot:focus:after,.owl-carousel.owl-dots-overlay .owl-dots .owl-dot.active:after{opacity:1}.owl-carousel.owl-dots-overlay .owl-dots{right:auto;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.owl-carousel.owl-dots-overlay.owl-nav-overlap-right .owl-dots{margin-left:-15px}.owl-carousel.owl-dots-overlay.owl-nav-left .owl-dots{margin-left:22px}.owl-carousel.owl-dots-overlay.owl-nav-right .owl-dots{margin-left:-22px}@media (min-width: 992px){.owl-carousel.owl-dots-overlay.owl-nav-overlap-left .owl-dots{margin-left:15px}}@media (max-width: 991.98px){.owl-carousel.owl-dots-overlay.owl-nav-overlap-left .owl-dots,.owl-carousel.owl-dots-overlay.owl-nav-overlap-right .owl-dots{margin-left:-12.5px}}.owl-carousel.owl-dots-overlap .owl-dots,.owl-carousel.owl-dots-overlap-left .owl-dots,.owl-carousel.owl-dots-overlap-right .owl-dots{position:absolute;bottom:0;background:#131619;border-radius:20px;margin:0;padding:5px}.owl-carousel.owl-dots-overlap .owl-dots .owl-dot,.owl-carousel.owl-dots-overlap-left .owl-dots .owl-dot,.owl-carousel.owl-dots-overlap-right .owl-dots .owl-dot{width:20px;height:20px;margin:0 2px}.owl-carousel.owl-dots-overlap .owl-dots .owl-dot:before,.owl-carousel.owl-dots-overlap-left .owl-dots .owl-dot:before,.owl-carousel.owl-dots-overlap-right .owl-dots .owl-dot:before{border-color:white}.owl-carousel.owl-dots-overlap .owl-dots .owl-dot:after,.owl-carousel.owl-dots-overlap-left .owl-dots .owl-dot:after,.owl-carousel.owl-dots-overlap-right .owl-dots .owl-dot:after{background:white}.owl-carousel.owl-dots-overlap .owl-dots .owl-dot:hover:after,.owl-carousel.owl-dots-overlap .owl-dots .owl-dot:focus:after,.owl-carousel.owl-dots-overlap .owl-dots .owl-dot.active:after,.owl-carousel.owl-dots-overlap-left .owl-dots .owl-dot:hover:after,.owl-carousel.owl-dots-overlap-left .owl-dots .owl-dot:focus:after,.owl-carousel.owl-dots-overlap-left .owl-dots .owl-dot.active:after,.owl-carousel.owl-dots-overlap-right .owl-dots .owl-dot:hover:after,.owl-carousel.owl-dots-overlap-right .owl-dots .owl-dot:focus:after,.owl-carousel.owl-dots-overlap-right .owl-dots .owl-dot.active:after{opacity:1}.owl-carousel.owl-dots-overlap .owl-dots{right:auto;left:50%;-webkit-transform:translateY(50%) translateX(-50%);transform:translateY(50%) translateX(-50%)}.owl-carousel.owl-dots-overlap.owl-nav-left .owl-dots{margin-left:22px}.owl-carousel.owl-dots-overlap.owl-nav-right .owl-dots{margin-left:-22px}.owl-carousel.owl-dots-overlap.owl-nav-overlap-right .owl-dots{margin-left:-15px}@media (min-width: 992px){.owl-carousel.owl-dots-overlap.owl-nav-overlap-left .owl-dots{margin-left:15px}}.owl-carousel.owl-dots-overlap-left .owl-dots,.owl-carousel.owl-dots-overlap-right .owl-dots{-webkit-transform:translateY(50%);transform:translateY(50%)}.owl-carousel.owl-dots-overlap-left .owl-dots{right:auto;left:20px}.owl-carousel.owl-dots-overlap-left[data-owl-nav="true"]:not(.owl-nav-right):not([class*='owl-nav-over']) .owl-dots,.owl-carousel.owl-dots-overlap-left.owl-nav-left:not(.owl-nav-right):not([class*='owl-nav-over']) .owl-dots{left:64px}.owl-carousel.owl-dots-overlap-left.owl-nav-overlap .owl-dots{left:50px}@media (min-width: 992px){.owl-carousel.owl-dots-overlap-left.owl-nav-overlap-left .owl-dots{left:50px}}.owl-carousel.owl-dots-overlap-right .owl-dots{right:20px;left:auto}.owl-carousel.owl-dots-overlap-right[data-owl-nav="true"]:not(.owl-nav-left):not([class*='owl-nav-over']) .owl-dots,.owl-carousel.owl-dots-overlap-right.owl-nav-right:not(.owl-nav-left):not([class*='owl-nav-over']) .owl-dots{right:64px}.owl-carousel.owl-dots-overlap-right.owl-nav-overlap .owl-dots,.owl-carousel.owl-dots-overlap-right.owl-nav-overlap-right .owl-dots{right:50px}.owl-carousel.owl-nav-overlap{padding:0 30px}.owl-carousel.owl-nav-overlap .owl-nav{right:30px;left:30px;z-index:1;height:60px}.owl-carousel.owl-nav-overlap .owl-nav button.owl-prev,.owl-carousel.owl-nav-overlap .owl-nav button.owl-next{opacity:0.9;background:#131619;width:60px;height:60px;border-radius:50%;color:white}.owl-carousel.owl-nav-overlap .owl-nav button.owl-prev i,.owl-carousel.owl-nav-overlap .owl-nav button.owl-next i{font-size:14px}.owl-carousel.owl-nav-overlap .owl-nav button.owl-prev.owl-prev,.owl-carousel.owl-nav-overlap .owl-nav button.owl-next.owl-prev{right:auto;left:0;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.owl-carousel.owl-nav-overlap .owl-nav button.owl-prev.owl-next,.owl-carousel.owl-nav-overlap .owl-nav button.owl-next.owl-next{right:0;left:auto;-webkit-transform:translateX(50%);transform:translateX(50%)}.owl-carousel.owl-nav-overlap .owl-nav button.owl-prev:hover,.owl-carousel.owl-nav-overlap .owl-nav button.owl-next:hover{opacity:1;color:white}.owl-carousel.owl-nav-overlap .owl-nav button.owl-prev:hover.owl-prev,.owl-carousel.owl-nav-overlap .owl-nav button.owl-next:hover.owl-prev{-webkit-transform:translateX(-50%) scale(0.94);transform:translateX(-50%) scale(0.94)}.owl-carousel.owl-nav-overlap .owl-nav button.owl-prev:hover.owl-next,.owl-carousel.owl-nav-overlap .owl-nav button.owl-next:hover.owl-next{-webkit-transform:translateX(50%) scale(0.94);transform:translateX(50%) scale(0.94)}.owl-carousel.owl-nav-overlap:not([data-owl-dots="false"]):not([class*='owl-dots-over']) .owl-nav{padding-bottom:110px}@media (max-width: 991.98px){.owl-carousel.owl-nav-overlap:not([data-owl-dots="false"]):not([class*='owl-dots-over']) .owl-nav{padding-bottom:90px}}@media (max-width: 991.98px){.owl-carousel.owl-nav-overlap{padding:0 25px}.owl-carousel.owl-nav-overlap .owl-nav{right:25px;left:25px;height:50px}.owl-carousel.owl-nav-overlap .owl-nav button.owl-prev,.owl-carousel.owl-nav-overlap .owl-nav button.owl-next{width:50px;height:50px}}@media (min-width: 992px){.owl-carousel.owl-nav-overlap-left{padding:0 0 0 30px}.owl-carousel.owl-nav-overlap-left .owl-nav{left:30px;right:auto;-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}}.owl-carousel.owl-nav-overlap-right{padding:0 30px 0 0}.owl-carousel.owl-nav-overlap-right .owl-nav{left:auto;right:30px;-webkit-transform:translateY(-50%) translateX(50%);transform:translateY(-50%) translateX(50%)}@media (max-width: 991.98px){.owl-carousel.owl-nav-overlap-left,.owl-carousel.owl-nav-overlap-right{padding:0 25px 0 0}.owl-carousel.owl-nav-overlap-left .owl-nav,.owl-carousel.owl-nav-overlap-right .owl-nav{left:auto;right:25px;-webkit-transform:translateY(-50%) translateX(50%);transform:translateY(-50%) translateX(50%)}}.owl-carousel.owl-nav-overlap-left .owl-nav,.owl-carousel.owl-nav-overlap-right .owl-nav{z-index:1;width:60px;padding-bottom:0}.owl-carousel.owl-nav-overlap-left .owl-nav button.owl-prev,.owl-carousel.owl-nav-overlap-left .owl-nav button.owl-next,.owl-carousel.owl-nav-overlap-right .owl-nav button.owl-prev,.owl-carousel.owl-nav-overlap-right .owl-nav button.owl-next{position:static;right:0;left:0;opacity:0.9;background:#131619;width:60px;height:60px;margin:4px 0;border-radius:50%;color:white}.owl-carousel.owl-nav-overlap-left .owl-nav button.owl-prev i,.owl-carousel.owl-nav-overlap-left .owl-nav button.owl-next i,.owl-carousel.owl-nav-overlap-right .owl-nav button.owl-prev i,.owl-carousel.owl-nav-overlap-right .owl-nav button.owl-next i{font-size:14px}.owl-carousel.owl-nav-overlap-left .owl-nav button.owl-prev:hover,.owl-carousel.owl-nav-overlap-left .owl-nav button.owl-next:hover,.owl-carousel.owl-nav-overlap-right .owl-nav button.owl-prev:hover,.owl-carousel.owl-nav-overlap-right .owl-nav button.owl-next:hover{-webkit-transform:scale(0.94);transform:scale(0.94);opacity:1;color:white}.owl-carousel.owl-nav-overlap-left:not([data-owl-dots="false"]):not([class*='owl-dots-over']) .owl-nav,.owl-carousel.owl-nav-overlap-right:not([data-owl-dots="false"]):not([class*='owl-dots-over']) .owl-nav{padding-bottom:50px}@media (max-width: 991.98px){.owl-carousel.owl-nav-overlap-left:not([data-owl-dots="false"]):not([class*='owl-dots-over']) .owl-nav,.owl-carousel.owl-nav-overlap-right:not([data-owl-dots="false"]):not([class*='owl-dots-over']) .owl-nav{padding-bottom:40px}}@media (max-width: 991.98px){.owl-carousel.owl-nav-overlap-left .owl-nav,.owl-carousel.owl-nav-overlap-right .owl-nav{width:50px}.owl-carousel.owl-nav-overlap-left .owl-nav button.owl-prev,.owl-carousel.owl-nav-overlap-left .owl-nav button.owl-next,.owl-carousel.owl-nav-overlap-right .owl-nav button.owl-prev,.owl-carousel.owl-nav-overlap-right .owl-nav button.owl-next{width:50px;height:50px}}:root{--bs-dark-rgb:24, 28, 32}.bg-black{background:black}.bg-dark{background:#181c20}.bg-dark-09{background:rgba(19,22,25,0.9)}.bg-dark-08{background:rgba(19,22,25,0.8)}.bg-dark-07{background:rgba(19,22,25,0.7)}.bg-dark-06{background:rgba(19,22,25,0.6)}.bg-dark-05{background:rgba(19,22,25,0.5)}.bg-dark-04{background:rgba(19,22,25,0.4)}.bg-dark-03{background:rgba(19,22,25,0.3)}.bg-dark-02{background:rgba(19,22,25,0.2)}.bg-dark-01{background:rgba(19,22,25,0.1)}.bg-dark-gray{background:#45494d}.bg-gray{background:#eef2f6}.bg-light-gray{background:#f1f5f9}.bg-white-09{background:rgba(255,255,255,0.9)}.bg-white-08{background:rgba(255,255,255,0.8)}.bg-white-07{background:rgba(255,255,255,0.7)}.bg-white-06{background:rgba(255,255,255,0.6)}.bg-white-05{background:rgba(255,255,255,0.5)}.bg-white-04{background:rgba(255,255,255,0.4)}.bg-white-03{background:rgba(255,255,255,0.3)}.bg-white-02{background:rgba(255,255,255,0.2)}.bg-white-01{background:rgba(255,255,255,0.1)}.bg-green{background:#50c878}.bg-red{background:#e84e52}.bg-yellow-orange{background:#ffae42}.bg-light-content,div[class*='bg-white'],.bg-light-gray,.bg-gray,div[class*='bg-dark'] div[class*='bg-white'],div[class*='bg-dark'] .bg-light-gray,div[class*='bg-dark'] .bg-gray,.bg-black div[class*='bg-white'],.bg-black .bg-light-gray,.bg-black .bg-gray{color:#767A7D}.bg-light-content h1,div[class*='bg-white'] h1,.bg-light-gray h1,.bg-gray h1,div[class*='bg-dark'] div[class*='bg-white'] h1,div[class*='bg-dark'] .bg-light-gray h1,div[class*='bg-dark'] .bg-gray h1,.bg-black div[class*='bg-white'] h1,.bg-black .bg-light-gray h1,.bg-black .bg-gray h1,.bg-light-content h2,div[class*='bg-white'] h2,.bg-light-gray h2,.bg-gray h2,div[class*='bg-dark'] div[class*='bg-white'] h2,div[class*='bg-dark'] .bg-light-gray h2,div[class*='bg-dark'] .bg-gray h2,.bg-black div[class*='bg-white'] h2,.bg-black .bg-light-gray h2,.bg-black .bg-gray h2,.bg-light-content h3,div[class*='bg-white'] h3,.bg-light-gray h3,.bg-gray h3,div[class*='bg-dark'] div[class*='bg-white'] h3,div[class*='bg-dark'] .bg-light-gray h3,div[class*='bg-dark'] .bg-gray h3,.bg-black div[class*='bg-white'] h3,.bg-black .bg-light-gray h3,.bg-black .bg-gray h3,.bg-light-content h4,div[class*='bg-white'] h4,.bg-light-gray h4,.bg-gray h4,div[class*='bg-dark'] div[class*='bg-white'] h4,div[class*='bg-dark'] .bg-light-gray h4,div[class*='bg-dark'] .bg-gray h4,.bg-black div[class*='bg-white'] h4,.bg-black .bg-light-gray h4,.bg-black .bg-gray h4,.bg-light-content h5,div[class*='bg-white'] h5,.bg-light-gray h5,.bg-gray h5,div[class*='bg-dark'] div[class*='bg-white'] h5,div[class*='bg-dark'] .bg-light-gray h5,div[class*='bg-dark'] .bg-gray h5,.bg-black div[class*='bg-white'] h5,.bg-black .bg-light-gray h5,.bg-black .bg-gray h5,.bg-light-content h6,div[class*='bg-white'] h6,.bg-light-gray h6,.bg-gray h6,div[class*='bg-dark'] div[class*='bg-white'] h6,div[class*='bg-dark'] .bg-light-gray h6,div[class*='bg-dark'] .bg-gray h6,.bg-black div[class*='bg-white'] h6,.bg-black .bg-light-gray h6,.bg-black .bg-gray h6{color:#131619}.bg-light-content a:not([class*='button']):not(.m-dropdown-link):not(.m-subdropdown-link),div[class*='bg-white'] a:not([class*='button']):not(.m-dropdown-link):not(.m-subdropdown-link),.bg-light-gray a:not([class*='button']):not(.m-dropdown-link):not(.m-subdropdown-link),.bg-gray a:not([class*='button']):not(.m-dropdown-link):not(.m-subdropdown-link){color:rgba(19,22,25,0.9)}.bg-light-content a:not([class*='button']):not(.m-dropdown-link):not(.m-subdropdown-link):hover,div[class*='bg-white'] a:not([class*='button']):not(.m-dropdown-link):not(.m-subdropdown-link):hover,.bg-light-gray a:not([class*='button']):not(.m-dropdown-link):not(.m-subdropdown-link):hover,.bg-gray a:not([class*='button']):not(.m-dropdown-link):not(.m-subdropdown-link):hover,.bg-light-content a:not([class*='button']):not(.m-dropdown-link):not(.m-subdropdown-link):focus,div[class*='bg-white'] a:not([class*='button']):not(.m-dropdown-link):not(.m-subdropdown-link):focus,.bg-light-gray a:not([class*='button']):not(.m-dropdown-link):not(.m-subdropdown-link):focus,.bg-gray a:not([class*='button']):not(.m-dropdown-link):not(.m-subdropdown-link):focus{color:#131619}.bg-dark-content,.fancy-box-2 .hover-content,.fancy-box-3 .content,.fancy-box-3 .hover-content,div[class*='bg-dark'],.bg-black{color:rgba(255,255,255,0.7)}.bg-dark-content h1,.fancy-box-2 .hover-content h1,.fancy-box-3 .content h1,.fancy-box-3 .hover-content h1,div[class*='bg-dark'] h1,.bg-black h1,.bg-dark-content h2,.fancy-box-2 .hover-content h2,.fancy-box-3 .content h2,.fancy-box-3 .hover-content h2,div[class*='bg-dark'] h2,.bg-black h2,.bg-dark-content h3,.fancy-box-2 .hover-content h3,.fancy-box-3 .content h3,.fancy-box-3 .hover-content h3,div[class*='bg-dark'] h3,.bg-black h3,.bg-dark-content h4,.fancy-box-2 .hover-content h4,.fancy-box-3 .content h4,.fancy-box-3 .hover-content h4,div[class*='bg-dark'] h4,.bg-black h4,.bg-dark-content h5,.fancy-box-2 .hover-content h5,.fancy-box-3 .content h5,.fancy-box-3 .hover-content h5,div[class*='bg-dark'] h5,.bg-black h5,.bg-dark-content h6,.fancy-box-2 .hover-content h6,.fancy-box-3 .content h6,.fancy-box-3 .hover-content h6,div[class*='bg-dark'] h6,.bg-black h6{color:white}.bg-dark-content h1 a,.fancy-box-2 .hover-content h1 a,.fancy-box-3 .content h1 a,.fancy-box-3 .hover-content h1 a,div[class*='bg-dark'] h1 a,.bg-black h1 a,.bg-dark-content h2 a,.fancy-box-2 .hover-content h2 a,.fancy-box-3 .content h2 a,.fancy-box-3 .hover-content h2 a,div[class*='bg-dark'] h2 a,.bg-black h2 a,.bg-dark-content h3 a,.fancy-box-2 .hover-content h3 a,.fancy-box-3 .content h3 a,.fancy-box-3 .hover-content h3 a,div[class*='bg-dark'] h3 a,.bg-black h3 a,.bg-dark-content h4 a,.fancy-box-2 .hover-content h4 a,.fancy-box-3 .content h4 a,.fancy-box-3 .hover-content h4 a,div[class*='bg-dark'] h4 a,.bg-black h4 a,.bg-dark-content h5 a,.fancy-box-2 .hover-content h5 a,.fancy-box-3 .content h5 a,.fancy-box-3 .hover-content h5 a,div[class*='bg-dark'] h5 a,.bg-black h5 a,.bg-dark-content h6 a,.fancy-box-2 .hover-content h6 a,.fancy-box-3 .content h6 a,.fancy-box-3 .hover-content h6 a,div[class*='bg-dark'] h6 a,.bg-black h6 a{color:rgba(255,255,255,0.9)}.bg-dark-content h1 a:hover,.fancy-box-2 .hover-content h1 a:hover,.fancy-box-3 .content h1 a:hover,.fancy-box-3 .hover-content h1 a:hover,div[class*='bg-dark'] h1 a:hover,.bg-black h1 a:hover,.bg-dark-content h1 a:focus,.fancy-box-2 .hover-content h1 a:focus,.fancy-box-3 .content h1 a:focus,.fancy-box-3 .hover-content h1 a:focus,div[class*='bg-dark'] h1 a:focus,.bg-black h1 a:focus,.bg-dark-content h2 a:hover,.fancy-box-2 .hover-content h2 a:hover,.fancy-box-3 .content h2 a:hover,.fancy-box-3 .hover-content h2 a:hover,div[class*='bg-dark'] h2 a:hover,.bg-black h2 a:hover,.bg-dark-content h2 a:focus,.fancy-box-2 .hover-content h2 a:focus,.fancy-box-3 .content h2 a:focus,.fancy-box-3 .hover-content h2 a:focus,div[class*='bg-dark'] h2 a:focus,.bg-black h2 a:focus,.bg-dark-content h3 a:hover,.fancy-box-2 .hover-content h3 a:hover,.fancy-box-3 .content h3 a:hover,.fancy-box-3 .hover-content h3 a:hover,div[class*='bg-dark'] h3 a:hover,.bg-black h3 a:hover,.bg-dark-content h3 a:focus,.fancy-box-2 .hover-content h3 a:focus,.fancy-box-3 .content h3 a:focus,.fancy-box-3 .hover-content h3 a:focus,div[class*='bg-dark'] h3 a:focus,.bg-black h3 a:focus,.bg-dark-content h4 a:hover,.fancy-box-2 .hover-content h4 a:hover,.fancy-box-3 .content h4 a:hover,.fancy-box-3 .hover-content h4 a:hover,div[class*='bg-dark'] h4 a:hover,.bg-black h4 a:hover,.bg-dark-content h4 a:focus,.fancy-box-2 .hover-content h4 a:focus,.fancy-box-3 .content h4 a:focus,.fancy-box-3 .hover-content h4 a:focus,div[class*='bg-dark'] h4 a:focus,.bg-black h4 a:focus,.bg-dark-content h5 a:hover,.fancy-box-2 .hover-content h5 a:hover,.fancy-box-3 .content h5 a:hover,.fancy-box-3 .hover-content h5 a:hover,div[class*='bg-dark'] h5 a:hover,.bg-black h5 a:hover,.bg-dark-content h5 a:focus,.fancy-box-2 .hover-content h5 a:focus,.fancy-box-3 .content h5 a:focus,.fancy-box-3 .hover-content h5 a:focus,div[class*='bg-dark'] h5 a:focus,.bg-black h5 a:focus,.bg-dark-content h6 a:hover,.fancy-box-2 .hover-content h6 a:hover,.fancy-box-3 .content h6 a:hover,.fancy-box-3 .hover-content h6 a:hover,div[class*='bg-dark'] h6 a:hover,.bg-black h6 a:hover,.bg-dark-content h6 a:focus,.fancy-box-2 .hover-content h6 a:focus,.fancy-box-3 .content h6 a:focus,.fancy-box-3 .hover-content h6 a:focus,div[class*='bg-dark'] h6 a:focus,.bg-black h6 a:focus{color:white}.bg-dark-content a:not([class*='button']):not(.m-dropdown-link):not(.m-subdropdown-link),.fancy-box-2 .hover-content a:not([class*='button']):not(.m-dropdown-link):not(.m-subdropdown-link),.fancy-box-3 .content a:not([class*='button']):not(.m-dropdown-link):not(.m-subdropdown-link),.fancy-box-3 .hover-content a:not([class*='button']):not(.m-dropdown-link):not(.m-subdropdown-link),div[class*='bg-dark'] a:not([class*='button']):not(.m-dropdown-link):not(.m-subdropdown-link),.bg-black a:not([class*='button']):not(.m-dropdown-link):not(.m-subdropdown-link){color:rgba(255,255,255,0.9)}.bg-dark-content a:not([class*='button']):not(.m-dropdown-link):not(.m-subdropdown-link):hover,.fancy-box-2 .hover-content a:not([class*='button']):not(.m-dropdown-link):not(.m-subdropdown-link):hover,.fancy-box-3 .content a:not([class*='button']):not(.m-dropdown-link):not(.m-subdropdown-link):hover,.fancy-box-3 .hover-content a:not([class*='button']):not(.m-dropdown-link):not(.m-subdropdown-link):hover,div[class*='bg-dark'] a:not([class*='button']):not(.m-dropdown-link):not(.m-subdropdown-link):hover,.bg-black a:not([class*='button']):not(.m-dropdown-link):not(.m-subdropdown-link):hover,.bg-dark-content a:not([class*='button']):not(.m-dropdown-link):not(.m-subdropdown-link):focus,.fancy-box-2 .hover-content a:not([class*='button']):not(.m-dropdown-link):not(.m-subdropdown-link):focus,.fancy-box-3 .content a:not([class*='button']):not(.m-dropdown-link):not(.m-subdropdown-link):focus,.fancy-box-3 .hover-content a:not([class*='button']):not(.m-dropdown-link):not(.m-subdropdown-link):focus,div[class*='bg-dark'] a:not([class*='button']):not(.m-dropdown-link):not(.m-subdropdown-link):focus,.bg-black a:not([class*='button']):not(.m-dropdown-link):not(.m-subdropdown-link):focus{color:white}.border,.border-top,.border-right,.border-bottom,.border-left{border-width:0;border-style:solid;border-color:#e2e6ea}.border.border-style-dotted,.border-top.border-style-dotted,.border-right.border-style-dotted,.border-bottom.border-style-dotted,.border-left.border-style-dotted{border-style:dotted}.border.border-style-dashed,.border-top.border-style-dashed,.border-right.border-style-dashed,.border-bottom.border-style-dashed,.border-left.border-style-dashed{border-style:dashed}.border{border-width:1px}.border-top{border-top-width:1px}.border-right{border-right-width:1px}.border-bottom{border-bottom-width:1px}.border-left{border-left-width:1px}div[class*='bg-dark'] .border,div[class*='bg-dark'] .border-top,div[class*='bg-dark'] .border-right,div[class*='bg-dark'] .border-bottom,div[class*='bg-dark'] .border-left,.bg-black .border,.bg-black .border-top,.bg-black .border-right,.bg-black .border-bottom,.bg-black .border-left{border-color:rgba(255,255,255,0.15) !important}.font-family-primary{font-family:"Open Sans",sans-serif}.font-family-secondary{font-family:"Poppins",sans-serif}.fw-thin{font-weight:100}.fw-medium{font-weight:500}.fw-semi-bold{font-weight:600}.fw-black{font-weight:900}.letter-spacing-1{letter-spacing:1px}.letter-spacing-2{letter-spacing:2px}.letter-spacing-3{letter-spacing:3px}.letter-spacing-4{letter-spacing:4px}.line-height-100{line-height:1}.line-height-110{line-height:1.1}.line-height-120{line-height:1.2}.line-height-130{line-height:1.3}.line-height-140{line-height:1.4}.line-height-150{line-height:1.5}*.text-white-09{color:rgba(255,255,255,0.9)}*.text-white-08{color:rgba(255,255,255,0.8)}*.text-white-07{color:rgba(255,255,255,0.7)}*.text-white-06{color:rgba(255,255,255,0.6)}*.text-white-05{color:rgba(255,255,255,0.5)}*.text-white-04{color:rgba(255,255,255,0.4)}*.text-white-03{color:rgba(255,255,255,0.3)}*.text-white-02{color:rgba(255,255,255,0.2)}*.text-white-01{color:rgba(255,255,255,0.1)}*.text-dark{color:#131619}*.text-dark-09{color:rgba(19,22,25,0.9)}*.text-dark-08{color:rgba(19,22,25,0.8)}*.text-dark-07{color:rgba(19,22,25,0.7)}*.text-dark-06{color:rgba(19,22,25,0.6)}*.text-dark-05{color:rgba(19,22,25,0.5)}*.text-dark-04{color:rgba(19,22,25,0.4)}*.text-dark-03{color:rgba(19,22,25,0.3)}*.text-dark-02{color:rgba(19,22,25,0.2)}*.text-dark-01{color:rgba(19,22,25,0.1)}*.text-primary{color:#767A7D}*.text-primary-lighter{color:#a3a6a8}*.text-green{color:#50c878}*.text-red{color:#e84e52}*.text-yellow-orange{color:#ffae42}.stroke-text{color:#131619;-webkit-text-fill-color:transparent;-webkit-text-stroke-width:1px;-webkit-text-stroke-color:#131619}@media (min-width: 768px){.stroke-text{-webkit-text-stroke-width:1.2px}}div[class*='bg-dark'] .stroke-text,.bg-black .stroke-text{color:white;-webkit-text-stroke-color:white}div[class*='bg-dark'] div[class*='bg-white'] .stroke-text,div[class*='bg-dark'] .bg-light-gray .stroke-text,div[class*='bg-dark'] .bg-gray .stroke-text,.bg-black div[class*='bg-white'] .stroke-text,.bg-black .bg-light-gray .stroke-text,.bg-black .bg-gray .stroke-text{color:#131619;-webkit-text-stroke-color:#131619}

.splash-item {
  text-align: center;
}
.splash-item:after {
  content: '';
  display: block;
  height: 10px;
}
.splash-item a {
  display: block;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Poppins", sans-serif;
}
.splash-item a img {
  -webkit-box-shadow: 0 10px 40px -4px rgba(0, 0, 0, 0.34);
  box-shadow: 0 10px 40px -4px rgba(0, 0, 0, 0.34);
  -webkit-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
}
.splash-item a:hover {
  color: #fff;
}
.splash-item a:hover img {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 46px -2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 10px 46px -2px rgba(0, 0, 0, 0.4);
}
.splash-item img {
  margin-bottom: 20px;
}
.splash-grid-bg {
  background: rgb(30, 32, 34);
}
.purchase-btn {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 989;
}
.purchase-btn a {
  background: #44AB95;
  border: 0;
  -webkit-box-shadow: 0 2px 20px 0 rgba(24, 27, 30, 0.2);
  box-shadow: 0 2px 20px 0 rgba(24, 27, 30, 0.2);
  color: rgba(255, 255, 255, 0.9);
}
.purchase-btn a:hover, .purchase-btn a:focus {
  background: #56b39f;
  -webkit-box-shadow: 0 4px 24px 0 rgba(24, 27, 30, 0.3);
  box-shadow: 0 4px 24px 0 rgba(24, 27, 30, 0.3);
  color: #fff;
}